On Fri, Jul 19, 2002 at 08:20:50PM -0500, Karl Fogel wrote:
> P.S. Oh, as for why i18n is broken on my RedHat Linux box: basically,
> we don't know yet. It worked before the apr_xlate stuff moved to
> apr-util, now it doesn't. iconv_open() always fails, not sure why.
> Possibly some bogus iconv library is shadowing the good one in my
> libc, just like that Solaris box we were talking about on the dev
> list? It doesn't seem to matter if I configure shared or static.
> Configuration of apr-util reports that it finds iconv:
Looks like this would happen if apr_xlate_open() is passed
APR_LOCALE_CHARSET and the native iconv() doesn't know about
"ISO8859-1." What are the parameters to apr_xlate_open?
Regardless, please try again with HEAD of apr/apr-util as I've made
some autoconf tweaks that should alleviate a lot of the xlate
problems. It should also re-activate the code segment that calls
nl_langinfo() to retrieve the locale's charset.
BTW, are there any tests in SVN which test the xlate API? My guess
would be translate-test and that passes for me. -- justin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 20 10:29:52 2002