Skip to content

Instantly share code, notes, and snippets.

@SZanlongo
Last active January 17, 2017 00:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SZanlongo/80e6efa082f0919d4c31aebf5931a097 to your computer and use it in GitHub Desktop.
Save SZanlongo/80e6efa082f0919d4c31aebf5931a097 to your computer and use it in GitHub Desktop.

You can try Ken Rename.

I first changed the settings to replace all illegal characters with underscores:

1

Next I selected the option to change the code page of the filenames from Unicode to Windows-1252. This replaced the Chinese characters with question marks, which, being wildcards and thus illegal filename characters in Windows, were in turn replaced by underscores:

2

In case this does not suffice and you really need it, there might be a way to replace the characters with random digits as well, but I didn't check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment