2006-01-12 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / I18N / West / ChangeLog
1 2006-01-12  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * CP10079.cs : oops, silly debugging code was remaining.
4
5 2005-12-02  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * Makefile : now it has tests.
8         * CP10079.cs : fixed some encoder/decoder mapping bugs.
9
10 2005-12-01  Atsushi Enomoto  <atsushi@ximian.com>
11
12         * CP437.cs : forgot to comment out GetBytes(string).
13
14 2005-11-30  Atsushi Enomoto  <atsushi@ximian.com>
15
16         * CP1252.cs CP28592.cs CP437.cs CP861.cs CP10079.cs CP863.cs CP865.cs
17           CP28593.cs CP1253.cs CP28597.cs CP850.cs CP860.cs CP28605.cs
18           CP1250.cs : made the same changes as CP10000.cs had in the previous
19           commit.
20
21 2005-11-30  Atsushi Enomoto  <atsushi@ximian.com>
22
23         (initial changelog entry here.)
24
25         * Makefile : now it uses unsafe pointers.
26         * CP10000.cs : Added 2.0 fallback support and modified ToBytes() from
27           array to pointers, and commented ToBytes(string) out (uses virtual
28           implementation in ByteEncoding).