2005-01-08 02:14:49

by matt

[permalink] [raw]
Subject: Wrong value in the cp936 (gb2312) codepage.

Hi all,

I accidentally got a wrong value in the cp936 (gb2312) codepage.

in /linux/fs/nls/nls_cp936.c:

static wchar_t c2u_B1[256] = {
...
0x5351,0xF963,0x8F88,0x80CC,0x8D1D,0x94A1,0x500D,0x72C8,/* 0xB0-0xB7 */
...
};

For 0xb1, 0xb1, the correct value should be 0x5317. You can get it at
http://www.microsoft.com/globaldev/reference/dbcs/936/936_B1.htm.

I didn't check all of them. But it should have possibility of containing
more wrong values. Maybe these tables need to be re-generated.


Best wishes,

Matt




2005-01-08 03:28:46

by YOSHIFUJI Hideaki

[permalink] [raw]
Subject: Re: Wrong value in the cp936 (gb2312) codepage.

In article <1105150357.1833.4.camel@mattwu> (at 08 Jan 2005 10:14:30 +0800), matt <[email protected]> says:

> in /linux/fs/nls/nls_cp936.c:
>
> static wchar_t c2u_B1[256] = {
> ...
> 0x5351,0xF963,0x8F88,0x80CC,0x8D1D,0x94A1,0x500D,0x72C8,/* 0xB0-0xB7 */
> ...
> };
>
> For 0xb1, 0xb1, the correct value should be 0x5317. You can get it at
> http://www.microsoft.com/globaldev/reference/dbcs/936/936_B1.htm.
>
> I didn't check all of them. But it should have possibility of containing
> more wrong values. Maybe these tables need to be re-generated.

It seems there're over 100 differences.

--yoshfuji

2005-01-11 02:04:42

by JustFillBug

[permalink] [raw]
Subject: Re: Wrong value in the cp936 (gb2312) codepage.

On 2005-01-08, matt <[email protected]> wrote:
> Hi all,
>
> I accidentally got a wrong value in the cp936 (gb2312) codepage.
>
> in /linux/fs/nls/nls_cp936.c:
>
> static wchar_t c2u_B1[256] = {
> ...
> 0x5351,0xF963,0x8F88,0x80CC,0x8D1D,0x94A1,0x500D,0x72C8,/* 0xB0-0xB7 */
> ...
> };
>
> For 0xb1, 0xb1, the correct value should be 0x5317. You can get it at
> http://www.microsoft.com/globaldev/reference/dbcs/936/936_B1.htm.
>
> I didn't check all of them. But it should have possibility of containing
> more wrong values. Maybe these tables need to be re-generated.
>

Please see:
http://bugzilla.kernel.org/show_bug.cgi?id=3452