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

Re: svn commit: r25650 - in trunk/subversion: libsvn_subr tests/libsvn_subr

From: Ivan Zhakov <zhakov_at_tigris.org>
Date: 2007-07-06 16:27:48 CEST

On 7/6/07, masaru tsuchiyama <m.tmatma@gmail.com> wrote:
> Hello
>
> This commit breaks to work i18n on Windows XP SP2 Japanese Edition.
>
> In my machine,
> svn_subr__win32_xlate_open is called with setting 'frompage' to "CP932".
> And get_page_id_from_name is called with setting 'page_name' to "CP932".
>
> Then get_page_id_from_name passes by all if statements,
> and mlang->lpVtbl->GetCharsetInfo fails with E_FAIL,
> and finally returns APR_EINVAL.
>
> But if I apply this patch, it works.
> (I know the patch is not approprite. This is an example patch
> to show why i18n doesn't work.)
>
Hi,

That's very strange because CP932 is invalid charset name. Valid name
for this charset is "Shift_JIS" [1]
Could you check what is source of this strange charset name?

[1] http://www.iana.org/asignments/character-sets

-- 
Ivan Zhakov
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 6 16:27:33 2007

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.