Ok, this is what my company is currently using for source code control:
TortoiseHg version 2.10 with Mercurial-2.8, Python-2.7.3, PyQt-4.10.2, Qt-4.8.4
Our parent company is a Japanese company and they share source code with us. They get lazy and sloppy and put all kinds of files in subdirectories containing Japanese characters. It's been a royal pain in the butt to have to go through all the subdirectories every time we get source code for new projects and manually deal with them. I've been reading a lot of info on how this can be automated, but I still don't see a relatively easy way. We don't know which Japanese characters we'll encounter so it somehow has to be dynamic. We can't hard-code every possible Japanese character.
Mercurial doesn't handle funky characters above ASCII 255 right? We're trying to create new Mercurial repositories and have something convert these Japanese characters either with a batch or script file before adding the files to the repository or invoking some Mercurial option that will handle them.
Anyone have a solution for this?