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

Re: svn 1.1.1 and apache: "Could not open the requested SVN filesystem"

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-11-30 21:06:13 CET

anton <anton@nezzwerk.com> writes:

> unfortunately i do not know enough about UTF-8 handling within
> apache/solaris/svn to be of much help here.
>
> any further recommendations?

On Linux I can run iconv --list to see the known character sets

$ iconv --list | grep UTF-8
ISO-10646/UTF-8/
UTF-8//

and locale -a shows the know locales

$ locale -a | grep utf
de_DE.utf8
en_GB.utf8

Perhaps if you were to run Apache in a UTF-8 locale (something like
LANG=en_US.UTF-8) the iconv library would determine that no conversion
was necessary?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 30 21:07:31 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.