2002-03-17 Mike Kestner <mkestner@speakeasy.net>
authorMike Kestner <mkestner@gmail.com>
Sun, 17 Mar 2002 16:44:37 +0000 (16:44 -0000)
committerMike Kestner <mkestner@gmail.com>
Sun, 17 Mar 2002 16:44:37 +0000 (16:44 -0000)
commit4b498e63e4c83a38c22a6d360402b73d1930b3c7
treeb9dddf9618c82a47d7ac26dafc2e48661fd6eeb2
parent048cb31b3a5012e658f9158cb5e6d684aa9203d6
2002-03-17  Mike Kestner  <mkestner@speakeasy.net>

* ASCIIEncodingTest.cs : New suite for ASCIIEncoding.
* AllTests.cs : Add the new suite.

2002-03-17  Mike Kestner  <mkestner@speakeasy.net>

* ASCIIEncoding.cs: Implement all the overridden methods. No longer
  dependent on iconv icalls.
* Encoding.cs: Fix count bugs in GetBytes and GetChars. Add virtual
  to GetBytes.

svn path=/trunk/mcs/; revision=3170
mcs/class/corlib/System.Text/ASCIIEncoding.cs
mcs/class/corlib/System.Text/ChangeLog
mcs/class/corlib/System.Text/Encoding.cs
mcs/class/corlib/Test/System.Text/ASCIIEncodingTest.cs [new file with mode: 0755]
mcs/class/corlib/Test/System.Text/AllTests.cs
mcs/class/corlib/Test/System.Text/ChangeLog