Fixed issue #1531: I18N.CJK.CP936::GetBytesCount() returns an invalid len in some...
commit4f0c95d03656e3050660f5690a9b98fa8bd20638
authorPablo Ruiz Garcia <pablo.ruiz@gmail.com>
Fri, 25 Nov 2011 00:17:49 +0000 (25 01:17 +0100)
committerRodrigo Kumpera <kumpera@gmail.com>
Wed, 28 Dec 2011 11:52:47 +0000 (28 09:52 -0200)
treed9cf8810b560a166936006a0ed4063e8065d37d8
parent771a17f90ff2614c84061e82fe030a1cf903147a
Fixed issue #1531: I18N.CJK.CP936::GetBytesCount() returns an invalid len in some cases, causing an OutOfRangeException during the actual convertion (GetBytes method).
mcs/class/I18N/CJK/CP936.cs
mcs/class/I18N/CJK/Test/texts/chinese3-936.txt [new file with mode: 0644]
mcs/class/I18N/CJK/Test/texts/chinese3-utf8.txt [new file with mode: 0644]
mcs/class/I18N/CJK/Test/texts/chinese4-950.txt [new file with mode: 0644]
mcs/class/I18N/CJK/Test/texts/chinese4-utf8.txt [new file with mode: 0644]