Is there any easy way to find all files in a particular directory that have any non-ASCII (ie. Unicode) characters in the filename? I'm running Windows XP x64 SP2, NTFS filesystem.
feedback
|
|
I ended up writing a Python script for this. Posting it in case it helps anyone. Feel free to move to StackOverflow.
| |||
|
feedback
|
|
Here's a method using Powershell:
| |||
|
feedback
|