[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Accented chars: Still doesn't work.

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-02-20 20:31:58 CET

Nicolás Lichtmaier <jnl@synapsis-sa.com.ar> writes:

> This means that cvs2svn.py can be fixed by checking the locale's
> charset and converting from it to UTF-8 by running "iconv -flocale
> -tUTF-8".

cvs2svn.py is supposed to be doing UTF8 conversion already (it's a
recent addition, though). Ahh... I see, cvs2svn.py is overloading the
--encoding flag to mean both "log messages are in this encoding" and
"paths are in this encoding". Perhaps the latter should just be
detected using LOCALE and friends?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 20 20:32:34 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.