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

Re: JavaHL i18n problem

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-04-03 20:16:25 CEST

On 4/3/06, Takashi Okamoto <tora@gloria.or.tp> wrote:
> Hi,
>
> JavaHL have i18n problem. This problem bring unreadable error message
> with subclipse in Japanese. Please see atached screenshot. Of couse,
> this problem raise not only Japanese environment. I already report
> this problem at issue tracker and attached the patch here:
>
> http://subversion.tigris.org/issues/show_bug.cgi?id=2495
>
> Please fix it.

There certainly seems to be a problem, but your patch is incorrect, we
don't use platform specific functions like mbstowcs in the Subversion
code base, such conversions should go through our xlate functions,
which wrap around apr_xlate, which wraps the system specific iconv
library.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 3 20:16:54 2006

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.