[Mono-list] System.Text.ASCIIEncoding patch

Mike Kestner mkestner@speakeasy.net
17 Mar 2002 14:20:56 -0600


On Sun, 2002-03-17 at 05:05, Dietmar Maurer wrote:
 
> I don't think glib/iconv is the best solution. IMO a C# based solution
> would be much nicer - even for UTF8.

Yeah, sounds good.  Thanks for the clarification.

I've got 14 tests running clean on win32 on an iconv independent
ASCIIEncoding.  I found a couple bugs in Encoding along the way too.  I
don't know if this was the right time to do this work, but it's done
now.  I'm going to see if I can work some of the kinks out of
System.IO.StreamReader now.

Mike