##// END OF EJS Templates
win32mbcs: also wrap windows.pconvert()
Shun-ichi GOTO -
r9100:623f96ae default
parent child Browse files
Show More
@@ -96,7 +96,7 b' def wrapname(name):'
96 funcs = '''os.path.join os.path.split os.path.splitext
96 funcs = '''os.path.join os.path.split os.path.splitext
97 os.path.splitunc os.path.normpath os.path.normcase os.makedirs
97 os.path.splitunc os.path.normpath os.path.normcase os.makedirs
98 mercurial.util.endswithsep mercurial.util.splitpath mercurial.util.checkcase
98 mercurial.util.endswithsep mercurial.util.splitpath mercurial.util.checkcase
99 mercurial.util.fspath'''
99 mercurial.util.fspath mercurial.windows.pconvert'''
100
100
101 # codec and alias names of sjis and big5 to be faked.
101 # codec and alias names of sjis and big5 to be faked.
102 problematic_encodings = '''big5 big5-tw csbig5 big5hkscs big5-hkscs
102 problematic_encodings = '''big5 big5-tw csbig5 big5hkscs big5-hkscs
General Comments 0
You need to be logged in to leave comments. Login now