Subversion client for Windows command line output unreadable characters
If you use subversion client windows command line
1 | svn help |
on a Windows system with current language for non-Unicode programs set to a different language such as Chinese Simplified.
You probably will see a screen with strange characters – garbage output in command prompt window.
It’s very easy to fix this by set an environment variable for your system
1 | Set LANG=C |






