##// END OF EJS Templates
New extension to support problematic MBCS on Windows....
New extension to support problematic MBCS on Windows. The aim of this extension is to clear the problem related to having 0x5c in 2nd byte of encoded bytes. So this extension is usefull for: * Japanese Windows user shift_jis encoding. * Chinese Windows user using big5 encoding. To use this extension, simply enable it without any customization. Note that some important python built-in functions and mercurial functions are altered for this extension to convert argument if need to handle MBCS.
Shun-ichi GOTO -
r5846:02884e56 default
Show More
Name Size Modified Last Commit Author
/ hgext
convert
__init__.py Loading ...
acl.py Loading ...
alias.py Loading ...
bugzilla.py Loading ...
children.py Loading ...
color.py Loading ...
extdiff.py Loading ...
fetch.py Loading ...
gpg.py Loading ...
graphlog.py Loading ...
hgk.py Loading ...
highlight.py Loading ...
imerge.py Loading ...
interhg.py Loading ...
keyword.py Loading ...
mq.py Loading ...
notify.py Loading ...
parentrevspec.py Loading ...
patchbomb.py Loading ...
purge.py Loading ...
record.py Loading ...
transplant.py Loading ...
win32mbcs.py Loading ...
win32text.py Loading ...