You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Takashi Okamoto <to...@gloria.or.tp> on 2006/04/03 17:37:04 UTC

JavaHL i18n problem

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.

regards,

Takashi Okamoto 

Re: JavaHL i18n problem

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 4/3/06, Takashi Okamoto <to...@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