Add this for backwards compatibility
[mono.git] / mcs / class / I18N / Other / ChangeLog
1 2005-12-01  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * CP57002.cs : Now its base class is MonoEncoding, and implemented 
4           fallback support and pointer-based code for GetBytes(Impl).
5           Commented string version of GetBytes() out.
6
7 2005-12-01  Atsushi Enomoto  <atsushi@ximian.com>
8
9         (this is the first ChangeLog entry.)
10
11         * CP1251.cs CP28594.cs CP28595.cs CP1257.cs CP1258.cs CP874.cs
12           CP20866.cs CP21866.cs : (all but 57002.cs)
13           The same changes on fallback support and shift to pointer-based 
14           implementation as we had in I18N.West.dll.
15         * Makefile : added /unsafe.