[Mono-devel-list] Small patch for System.Web.HttpUtility

Kazuki Oikawa kazuki at panicode.com
Mon May 9 07:36:59 EDT 2005


Hi

This attached patch corrects the following problem.

byte[] bytes = System.Web.HttpUtility.UrlDecodeToBytes ("%5c");
Console.WriteLine (bytes[0].ToString ("x2"));

Actual Results: 05
Expected Results: 5c

Please review it.


Best regards.
Kazuki Oikawa

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: HttpUtility.cs.diff
Url: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050509/265d9877/attachment.pl 


More information about the Mono-devel-list mailing list