##// END OF EJS Templates
Add cp950 as problematic encoding which is used in chinese windows.
Shun-ichi GOTO -
r8714:505a96cb default
parent child Browse files
Show More
@@ -109,7 +109,7 b" funcs = '''os.path.join os.path.split os"
109 problematic_encodings = '''big5 big5-tw csbig5 big5hkscs big5-hkscs
109 problematic_encodings = '''big5 big5-tw csbig5 big5hkscs big5-hkscs
110 hkscs cp932 932 ms932 mskanji ms-kanji shift_jis csshiftjis shiftjis
110 hkscs cp932 932 ms932 mskanji ms-kanji shift_jis csshiftjis shiftjis
111 sjis s_jis shift_jis_2004 shiftjis2004 sjis_2004 sjis2004
111 sjis s_jis shift_jis_2004 shiftjis2004 sjis_2004 sjis2004
112 shift_jisx0213 shiftjisx0213 sjisx0213 s_jisx0213'''
112 shift_jisx0213 shiftjisx0213 sjisx0213 s_jisx0213 950 cp950 ms950 '''
113
113
114 def reposetup(ui, repo):
114 def reposetup(ui, repo):
115 # TODO: decide use of config section for this extension
115 # TODO: decide use of config section for this extension
General Comments 0
You need to be logged in to leave comments. Login now