Add cp950 as problematic encoding which is used in chinese windows.
authorShun-ichi GOTO <shunichi.goto@gmail.com>
Thu, 04 Jun 2009 21:23:31 +0900
changeset 8714 505a96cbc923
parent 8713 de6bb29e208a
child 8715 8c667f4c482e
Add cp950 as problematic encoding which is used in chinese windows.
hgext/win32mbcs.py
--- 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