##// END OF EJS Templates
win32mbcs: wrap two more functions to be wrapped....
Shun-ichi GOTO -
r14841:6990340c stable
parent child Browse files
Show More
@@ -129,7 +129,8 b' def wrapname(name, wrapper):'
129 funcs = '''os.path.join os.path.split os.path.splitext
129 funcs = '''os.path.join os.path.split os.path.splitext
130 os.path.splitunc os.path.normpath os.path.normcase os.makedirs
130 os.path.splitunc os.path.normpath os.path.normcase os.makedirs
131 mercurial.util.endswithsep mercurial.util.splitpath mercurial.util.checkcase
131 mercurial.util.endswithsep mercurial.util.splitpath mercurial.util.checkcase
132 mercurial.util.fspath mercurial.util.pconvert mercurial.util.normpath'''
132 mercurial.util.fspath mercurial.util.pconvert mercurial.util.normpath
133 mercurial.util.checkwinfilename mercurial.util.checkosfilename'''
133
134
134 # codec and alias names of sjis and big5 to be faked.
135 # codec and alias names of sjis and big5 to be faked.
135 problematic_encodings = '''big5 big5-tw csbig5 big5hkscs big5-hkscs
136 problematic_encodings = '''big5 big5-tw csbig5 big5hkscs big5-hkscs
General Comments 0
You need to be logged in to leave comments. Login now