82 lines
2.2 KiB
Plaintext
82 lines
2.2 KiB
Plaintext
2009-10-09 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* I18N.CJK.Test.cs : added test for iso-2022-jp wrong esc sequences.
|
|
|
|
2009-04-15 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* I18N.CJK.Test.cs : added test for bug #491799.
|
|
|
|
2008-06-09 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* I18N.CJK.Test.cs : added test for bug #398273.
|
|
|
|
2006-01-23 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* I18N.CJK.Test.cs :
|
|
added Decoder950Refresh() and Decoder950NoRefresh().
|
|
|
|
2006-01-23 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* I18N.CJK.Test.cs :
|
|
added Decoder949Refresh() and Decoder949NoRefresh().
|
|
|
|
2006-01-23 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* I18N.CJK.Test.cs :
|
|
added Decoder936Refresh() and Decoder936NoRefresh().
|
|
|
|
2006-01-20 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* I18N.CJK.Test.cs :
|
|
added Decoder51932Refresh() and Decoder51932NoRefresh().
|
|
|
|
2006-01-20 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* I18N.CJK.Test.cs : added Decoder932Refresh().
|
|
|
|
2006-01-20 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* I18N.CJK.Test.cs : Actually some of new tests fail under .NET 1.x.
|
|
Added Encoder54936Refresh() which tests Encoder.GetBytes() where
|
|
refresh==true.
|
|
|
|
2006-01-20 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* I18N.CJK.Test.cs : Added test for #77307. Unify those "get bytes
|
|
for all of chars" tests.
|
|
|
|
2006-01-20 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* I18N.CJK.Test.cs : Added test for #77306.
|
|
|
|
2006-01-20 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* I18N.CJK.Test.cs : fixed broken method extraction. Added test for
|
|
#77298.
|
|
|
|
2006-01-20 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* I18N.CJK.Test.cs : added test for bug #77274. Unify those
|
|
"all pair of bytes" tests code.
|
|
|
|
2006-01-16 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* I18N.CJK.Test.cs : added test for bug #77238.
|
|
|
|
2006-01-16 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* I18N.CJK.Test.cs : added test for bug #77223, #77224 and #77222.
|
|
|
|
2005-12-06 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* I18N.CJK.Test.cs : w00t, Now all test are working, including
|
|
codepage 936 (GB2312) and GB18030.
|
|
|
|
2005-12-05 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* I18N.CJK.Test.cs : BIG5 tests are now working.
|
|
|
|
2005-12-05 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* I18N.CJK.Test.cs : initial NUnit test checkin.
|