Philip Martin wrote:
> 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//
>
i have two versions of iconv installed:
/bin/iconv (came with solaris)
and
/usr/local/bin/iconv (came with libiconv 1.8)
this is what i get out of them:
/usr/local/bin/iconv -l | grep -i utf
UTF-8
UTF-16
UTF-16BE
UTF-16LE
UTF-32
UTF-32BE
UTF-32LE
UNICODE-1-1-UTF-7 UTF-7 CSUNICODE11UTF7
/bin/iconv does not support the listings, but man -s5 iconv returns the
listing of supported encodings that does not include anything
UTF-related. however, man -s5 iconv_unicode returns a bunch of UTF-8 stuff.
in any case, since httpd is linked against libiconv 1.8 it should use
that one (/usr/local/bin/iconv), right?
> and locale -a shows the know locales
>
> $ locale -a | grep utf
> de_DE.utf8
> en_GB.utf8
$ locale -a
POSIX
common
en_US.UTF-8
C
iso_8859_1
fr
fr_BE
fr_CH
fr_FR
fr_FR.ISO8859-1
iso_8859_15
en_CA
en_CA.ISO8859-1
en_US
en_US.ISO8859-1
en_US.ISO8859-15
en_US.ISO8859-15@euro
fr_CA
fr_CA.ISO8859-1
th
th_TH
th_TH.TIS620
>
> 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?
>
i tried that (just the LANG variable), but no effect.
i will keep digging into solaris docs to see if there is anything else i
can do. any additional pointers will be appreciated.
thank you.
-anton
---------------------------------------------------------------------
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:59:48 2004