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

Re: How I get Repository file list which contain a Non-ascii file name.

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-04-09 14:55:17 CEST

张建春 wrote:

> The one error message:
> svn: Non-ascii character (code 230) detected, and unable to convert to/from UTF-8.

The repository stores all paths and filenames as UTF8, and all the
svn_client_* functions treat them as UTF8 as well. If you want to
convert a UTF8 filename to native locale before printing it to the
screen, use the functions in svn_utf.h to do the conversion.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 9 14:55:01 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.