Mercurial > hg
comparison hgext/win32mbcs.py @ 8668:aea3a23151bd
fixed typos found in translatable strings
This is from a spell-check of hg.pot.
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 31 May 2009 14:55:51 +0200 |
parents | 594507755800 |
children | 505a96cbc923 |
comparison
equal
deleted
inserted
replaced
8667:594507755800 | 8668:aea3a23151bd |
---|---|
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 useful for: |
22 * Japanese Windows users using shift_jis encoding. | 22 * Japanese Windows users using shift_jis encoding. |
23 * Chinese Windows users using big5 encoding. | 23 * Chinese Windows users using big5 encoding. |
24 * All users who use a repository with one of problematic encodings on | 24 * All users who use a repository with one of problematic encodings on |
25 case-insensitive file system. | 25 case-insensitive file system. |
26 | 26 |