hgext/win32mbcs.py
changeset 8225 46293a0c7e9f
parent 8001 c0e3aca616de
child 8228 eee2319c5895
equal deleted inserted replaced
8224:1075f5c1b3fa 8225:46293a0c7e9f
     3 # Copyright (c) 2008 Shun-ichi Goto <shunichi.goto@gmail.com>
     3 # Copyright (c) 2008 Shun-ichi Goto <shunichi.goto@gmail.com>
     4 #
     4 #
     5 # Version: 0.2
     5 # Version: 0.2
     6 # Author:  Shun-ichi Goto <shunichi.goto@gmail.com>
     6 # Author:  Shun-ichi Goto <shunichi.goto@gmail.com>
     7 #
     7 #
     8 # This software may be used and distributed according to the terms
     8 # This software may be used and distributed according to the terms of the
     9 # of the GNU General Public License, incorporated herein by reference.
     9 # GNU General Public License version 2, incorporated herein by reference.
    10 #
    10 #
    11 """allow to use MBCS path with problematic encoding.
    11 """allow to use MBCS path with problematic encoding.
    12 
    12 
    13 Some MBCS encodings are not good for some path operations (i.e.
    13 Some MBCS encodings are not good for some path operations (i.e.
    14 splitting path, case conversion, etc.) with its encoded bytes. We call
    14 splitting path, case conversion, etc.) with its encoded bytes. We call