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

Re: Using national symbols in commit messages?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-05-27 18:00:22 CEST

On Thu, 2004-05-27 at 09:13, Dmitriy O Popkov wrote:

> c:\2>svn import -m "Русский текст" dir1 file://C:\1
> svn: Non-ascii character (code 208) detected, and unable to convert
> to/from UTF-8

That means your current locale can't convert from the Cyrillic encoding
to UTF8. Filenames and commit-messages *must* be sent to the server as
UTF8.

> * APR_ICONV_PATH sets properly.
> * TortoiseSVN works fine, this is problem(?) of the console client only.
> * User's locale - russian, system's default locale - russian, system - w2k

Is the iconv stuff broken for the win32 commandline client? What
version of svn client?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 27 18:04:42 2004

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

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