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

Atsushi Eno atsushi at ximian.com
Fri May 13 01:30:55 EDT 2005


Hi,

Patch applied as 44486.

39(w
Atsushi Eno

Kazuki Oikawa wrote:
> 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




More information about the Mono-devel-list mailing list