hgencoding=utf-8 hg addremove lost some file

FUJIWARA Katsunori fujiwara at ascade.co.jp
Wed Nov 25 04:40:31 CST 2009


Hi, Yaocl:

At Wed, 25 Nov 2009 15:03:42 +0800,
Yaocl wrote:
> 
> I am using mercurial 1.4 release.on winxp sp3(jp)
                                               ^^^^^

MS-Windows for Japanese environment encodes filename not in UTF-8 but
in CP932, at least XP or earlier.

So, please try BOTH of below to treat files named with Japanese characters:

  - enable "hgex.win32mbcs" extension
    (only if you use hg binary for MS-Windows/TortoiseHG)

  - use cp932 as encoding

> On Wed, Nov 25, 2009 at 2:53 PM, Yaocl <chunlinyao at gmail.com> wrote:
> > Hi
> >
> > I have some file can be added by `hg addremove ` but not `hg
> > --encoding utf-8 addremove`.
> >
> > 機能拡張.sql
> >
> > the other file is ok.
> > 重複レコード削除.sql
> > 項目別評価.sql

--------------------
[FUJIWARA Katsunori]      fujiwara at ascade.co.jp(foozy at lares.dti.ne.jp)



More information about the Mercurial-devel mailing list