RFC: safe pattern matching for problematic encoding

FUJIWARA Katsunori foozy at lares.dti.ne.jp
Wed May 23 08:07:55 CDT 2012


At Wed, 23 May 2012 21:38:52 +0900,
FUJIWARA Katsunori wrote:

> BTW, how is "using Unicode API on Windows" plan progressing ?
> 
>   http://www.selenic.com/pipermail/mercurial-devel/2011-December/036385.html
> 
> If this is implemented, people who uses problematic encoding can solve
> this problem by using utf-8 encoding instead of local problematic
> encoding.
> 
> # of course, encoding exchange between utf-8 and local encoding should
> # be done on UI boundary for interaction with other programs (e.g.:
> # dos prompt window), even though mercurial itself can use utf-8
> # internally.
> 
> So, I will do whatever is in my power to progress this changes !
> 
> # checking sources, testing in problematic encoding env, and so on

About current condition of Mercurial in Japan:

Incompatibility of filenames in Japanese between Unix/Linux/Mac(utf-8)
and Windows(cp932) environments prevents people from introducing
Mercurial, or migrating from other (centric) VCS, very much.

A few days ago, utf-8 support of msysgit was announced, so
implementing this feature now becomes very important to spread
Mercurial in Japan :-)


# in fact, to cooperate MacOS users, NFD for filenames should be
# solved, too. I'm experimenting an idea to solve it, and will post it
# soon

----------------------------------------------------------------------
[FUJIWARA Katsunori]                             foozy at lares.dti.ne.jp


More information about the Mercurial-devel mailing list