changeset 8665:e4ad46f9a004

win32mbcs: capitalize Unicode
author Martin Geisler <mg@lazybytes.net>
date Sun, 31 May 2009 14:51:37 +0200
parents f265106ccb53
children 88edf62870f4
files hgext/win32mbcs.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/win32mbcs.py	Sun May 31 14:48:17 2009 +0200
+++ b/hgext/win32mbcs.py	Sun May 31 14:51:37 2009 +0200
@@ -15,7 +15,7 @@
 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 @@
   [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.