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