##// END OF EJS Templates
win32mbcs: capitalize Unicode
Martin Geisler -
r8665:e4ad46f9 default
parent child Browse files
Show More
@@ -15,7 +15,7 b' Some MBCS encodings are not good for som'
15 splitting path, case conversion, etc.) with its encoded bytes. We call
15 splitting path, case conversion, etc.) with its encoded bytes. We call
16 such a encoding (i.e. shift_jis and big5) as "problematic encoding".
16 such a encoding (i.e. shift_jis and big5) as "problematic encoding".
17 This extension can be used to fix the issue with those encodings by
17 This extension can be used to fix the issue with those encodings by
18 wrapping some functions to convert to unicode string before path
18 wrapping some functions to convert to Unicode string before path
19 operation.
19 operation.
20
20
21 This extension is usefull for:
21 This extension is usefull for:
@@ -38,7 +38,7 b' To use this extension, enable the extens'
38 [extensions]
38 [extensions]
39 hgext.win32mbcs =
39 hgext.win32mbcs =
40
40
41 Path encoding conversion are done between unicode and
41 Path encoding conversion are done between Unicode and
42 encoding.encoding which is decided by mercurial from current locale
42 encoding.encoding which is decided by mercurial from current locale
43 setting or HGENCODING.
43 setting or HGENCODING.
44
44
General Comments 0
You need to be logged in to leave comments. Login now