# HG changeset patch # User Martin Geisler # Date 2009-05-31 12:51:37 # Node ID e4ad46f9a004893ec7e713eb48c014d91aa6e61c # Parent f265106ccb538f755281a416aee12844fd8ac34e win32mbcs: capitalize Unicode diff --git a/hgext/win32mbcs.py b/hgext/win32mbcs.py --- a/hgext/win32mbcs.py +++ b/hgext/win32mbcs.py @@ -15,7 +15,7 @@ Some MBCS encodings are not good for som splitting path, case conversion, etc.) with its encoded bytes. We call such a encoding (i.e. shift_jis and big5) as "problematic encoding". This extension can be used to fix the issue with those encodings by -wrapping some functions to convert to unicode string before path +wrapping some functions to convert to Unicode string before path operation. This extension is usefull for: @@ -38,7 +38,7 @@ To use this extension, enable the extens [extensions] hgext.win32mbcs = -Path encoding conversion are done between unicode and +Path encoding conversion are done between Unicode and encoding.encoding which is decided by mercurial from current locale setting or HGENCODING.