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