2005-12-06  Atsushi Enomoto  <atsushi@ximian.com>

	Now I can rename new CP936_2.cs file to CP936.cs without svn diff mess.

2005-12-06  Atsushi Enomoto  <atsushi@ximian.com>

	* DbcsConvert.cs : added static Gb2312 field for common use.
	* dbcs-table-generator.cs :
	  Added shortcut options for BIG5 and GB2312. Compressed data a bit.
	* CP936.cs, CP936_2.cs : GB2312.TXT does not exist anymore on
	  unicode.org and it does not work like MS Codepage 936, so added
	  fresh implementation which is almost the same as CP950.cs.
	  CP936.cs is therefore removed.
	* GB18030Encoding.cs :
	  switched implementation from Gb2312Convert to (base) DbcsConvert
	  as well as CP936.
	* gb2312-build.sh : added note that we don't use it anymore.
	* gb2312.table :
	  with it CP936 can handles CP936-only codepoints as well.
	* big5.table : compressed a bit.
	* I18N.CJK.dll.sources : in the meantime, use CP936_2.cs

2005-12-06  Atsushi Enomoto  <atsushi@ximian.com>

	* renamed from big5-table-generator.cs to dbcs-table-generator.cs.

2005-12-06  Atsushi Enomoto  <atsushi@ximian.com>

	* big5-table-generator.cs : made it to work for GB2312 table
	  generation purpose (different format than gb2312.table.)

2005-12-06  Atsushi Enomoto  <atsushi@ximian.com>

	* CP936.cs,
	  GB18030Encoding.cs,
	  GB18030Source.cs : conversion from Encoding to MonoEncoding and
	  added fallback support in GEtBytes(Impl), as well as others.

2005-12-05  Atsushi Enomoto  <atsushi@ximian.com>

	* big5-table-generator.cs : new file to generate "big5.table".
	* CP950.cs : added fallback support. switched to GetBytesImpl().
	* DbcsEncoding.cs : switched to MonoEncoding (should have been
	  committed when CP949.cs was committed).
	* big5.table : updated to match MS CP950.

2005-12-05  Atsushi Enomoto  <atsushi@ximian.com>

	* CP949.cs : migration from GetBytes (of Encoding) to GetBytesImpl
	  (of MonoEncoding). Added fallback support.

2005-12-05  Atsushi Enomoto  <atsushi@ximian.com>

	* I18N.CJK_test.dll.sources : new file for NUnit test.
	* Makefile : removed NO_TEST.

2005-12-03  Atsushi Enomoto  <atsushi@ximian.com>

	* CP51932.cs :
	  GetCharCount() was returning excessive size. Now it is also based
	  on MonoEncoding, with fallback support.

2005-12-03  Atsushi Enomoto  <atsushi@ximian.com>

	* CP932.cs : oops, wrong range.

2005-12-03  Atsushi Enomoto  <atsushi@ximian.com>

	* CP932.cs :
	  in GetBytes() \uFF01-\uFF60 are incorrectly mapped to ASCII
	  characters (they should be mapped to full-width characters).
	  Base type is now MonoEncoding, without adding fallback support.

2005-12-02  Atsushi Enomoto  <atsushi@ximian.com>

	* ISO2022JP.cs :
	  Base type is now MonoEncoding (fallbacks are not handled yet).
	  Largely rewritten to handle SI/SO flag (CP50222)
	  and mode transition (all) correctly.

2005-11-21  Atsushi Enomoto  <atsushi@ximian.com>

	* CP949.cs : UHC level 2 base number is wrong.
	  Fixed bug #76760 Patch by Hye-Shik Chang.

2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>

	* GB18030Encoding.cs : check GB2312 first, and then check GB18030.
	  Fixed GB18030 part of bug #76722.

2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>

	* GB2312Convert.cs , CP936.cs, GB18030Encoding.cs : don't handle
	  single byte characters in UcsToGbk. Fixed GB2312 part of #76722.

2005-11-01  Atsushi Enomoto  <atsushi@ximian.com>

	* CP949.cs : Now it contains both CP949 (UHC) and CP51949 (EUC) for
	  Korean encoding. This should fix bug #76588.

2005-09-25  Atsushi Enomoto  <atsushi@ximian.com>

	* I18N.CJK.dll.sources : needs fix as well.

2005-09-25  Atsushi Enomoto  <atsushi@ximian.com>

	* CP50221.cs,
	  ISO2022JP.cs :
	  So, now "CP50221.cs" is improper, since it contains all 50220-50222.

2005-09-25  Atsushi Enomoto  <atsushi@ximian.com>

	* CP50221.cs : actually 50220 and 50222 are also iso-2022-jp encodings.
	  Fixed bug #76139. This file is likely to be renamed.

2005-09-18  Atsushi Enomoto  <atsushi@ximian.com>

	* CP50221.cs, GB18030Encoding.cs : because of silly design
	  Common/Manager expects fixed class names CPxxxxx. Fixed bug #76139.

2005-08-22  Raja R Harinath  <rharinath@novell.com>

	* Makefile (EXTRA_DISTFILES): Add README.gb18030 and gb18030.table.

2005-08-19  Atsushi Enomoto  <atsushi@ximian.com>

	why didn't we have it? ;-)

	* README.gb18030,
	  gb18030.table,
	  GB18030Encoding.cs,
	  GB18030Source.cs,
	  Makefile,
	  I18N.CJK.dll.sources : added support for GB18030 encoding.
	* Gb2312Convert.cs : added utility conversion methods.
