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

Re: svn list -v french date format issue

From: Jon Foster <jon_at_jon-foster.co.uk>
Date: 2004-09-01 22:18:40 CEST

Hi,

gperrott wrote:
> The following issue has been encountered on Windows XP (french) cmd prompt,
> using 1.1.0-rc2 win32 binaries.
>
> August is written "août" in french and the svn command line client cannot
> support non ascii characters as û.
>
> svn list -v svn://localhost/depot/fr/sample.txt
> 20 me 8213 juin 14 11:39 sample.txt
>
> and after committing some change on august, 30 :
>
> svn list -v svn://localhost/depot/fr/sample.txt
> svn:safe data:
> "ao"
> ... was followed bu non-ASCII byte 251.

That error message can be caused by iconv being broken. If iconv can't
translate the string Subversion uses a fallback routine that only handles
7-bit ASCII. Is APR_ICONV_PATH set wrong (or not set)?

Kind regards,

Jon

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 1 22:28:26 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.