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

Re: "svn log" can error silently

From: Justin Erenkrantz <jerenkrantz_at_apache.org>
Date: 2002-07-20 10:29:22 CEST

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

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.