2006-01-17 Atsushi Enomoto * CP1252.cs CP28592.cs CP437.cs CP861.cs CP10079.cs CP863.cs CP865.cs CP28593.cs CP1253.cs CP28597.cs CP10000.cs CP850.cs CP860.cs CP28605.cs CP1250.cs (All) : Marked as [Serializable]. 2006-01-12 Atsushi Enomoto * CP10079.cs : oops, silly debugging code was remaining. 2005-12-02 Atsushi Enomoto * Makefile : now it has tests. * CP10079.cs : fixed some encoder/decoder mapping bugs. 2005-12-01 Atsushi Enomoto * CP437.cs : forgot to comment out GetBytes(string). 2005-11-30 Atsushi Enomoto * CP1252.cs CP28592.cs CP437.cs CP861.cs CP10079.cs CP863.cs CP865.cs CP28593.cs CP1253.cs CP28597.cs CP850.cs CP860.cs CP28605.cs CP1250.cs : made the same changes as CP10000.cs had in the previous commit. 2005-11-30 Atsushi Enomoto (initial changelog entry here.) * Makefile : now it uses unsafe pointers. * CP10000.cs : Added 2.0 fallback support and modified ToBytes() from array to pointers, and commented ToBytes(string) out (uses virtual implementation in ByteEncoding).