Mercurial > hg
changeset 8714:505a96cbc923
Add cp950 as problematic encoding which is used in chinese windows.
author | Shun-ichi GOTO <shunichi.goto@gmail.com> |
---|---|
date | Thu, 04 Jun 2009 21:23:31 +0900 |
parents | de6bb29e208a |
children | 8c667f4c482e |
files | hgext/win32mbcs.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/win32mbcs.py Thu Jun 04 18:05:50 2009 +0200 +++ b/hgext/win32mbcs.py Thu Jun 04 21:23:31 2009 +0900 @@ -109,7 +109,7 @@ problematic_encodings = '''big5 big5-tw csbig5 big5hkscs big5-hkscs hkscs cp932 932 ms932 mskanji ms-kanji shift_jis csshiftjis shiftjis sjis s_jis shift_jis_2004 shiftjis2004 sjis_2004 sjis2004 - shift_jisx0213 shiftjisx0213 sjisx0213 s_jisx0213''' + shift_jisx0213 shiftjisx0213 sjisx0213 s_jisx0213 950 cp950 ms950 ''' def reposetup(ui, repo): # TODO: decide use of config section for this extension