comparison hgext/win32mbcs.py @ 8932:f87884329419

extensions: fix up description lines some more
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Wed, 24 Jun 2009 12:25:56 +0200
parents 868670dbc237
children 22a33e207a7d 5e4654f5522d
comparison
equal deleted inserted replaced
8931:4c99eafb101e 8932:f87884329419
7 # 7 #
8 # This software may be used and distributed according to the terms of the 8 # This software may be used and distributed according to the terms of the
9 # GNU General Public License version 2, incorporated herein by reference. 9 # GNU General Public License version 2, incorporated herein by reference.
10 # 10 #
11 11
12 '''allow the use of MBCS paths with problematic encoding 12 '''allow the use of MBCS paths with problematic encodings
13 13
14 Some MBCS encodings are not good for some path operations (i.e. 14 Some MBCS encodings are not good for some path operations (i.e.
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