A new update to fix Chinese language on Windows has released.
Current known issues are:
Changelog:
Current known issues are:
- On Windows, autocomplete with unicode characters (e.g. Chinese) does not work.
- On Windows, reading / writing unicode file names doesn't work unless the correct locale and chcp page are set. Which may not be possible if there's a mix of unicode characters from different locales.
- On Windows XP:
- If you're using language files on this OS you may need to change the console font to a true type font (e.g. Lucida Console).
- If the language file changes the order of the strings in some sentence, that sentence won't work on Win XP.
- If you're using language files on this OS you may need to change the console font to a true type font (e.g. Lucida Console).
- Most error messages are not translated.
Changelog:
- All language files updated, including the English template.
- Chinese language now works on Windows, BUT:
- Auto-complete with Chinese characters does not work on Windows.
- May need to set
chcp 936
- for Chinese simplified or
chcp 950
- for Chinese traditional on Windows command line.
- Auto-complete with Chinese characters does not work on Windows.
- Read and write files with unicode characters in filename now works on Windows, BUT:
- May need to set
chcp 936
- for Chinese simplified or
chcp 950
- for Chinese traditional on Windows command line.
- May need to set
- Optimizations.
- Bug fixes.