[Mono-aspnet-list] url-decode failed with encoded shift_jis query

Marek Habersack grendel at twistedcode.net
Wed May 27 16:03:22 EDT 2009


USAGI at WRP wrote:
> ## this message contain multibyte charactor code.
> 
> Sometime, web client request with query used by url-encoded multibyte
> string.
[snip]
> It run on the Windows system, put result "0". It's OK.
> But, it run on the Mono, put result "1". It's fail. Also, on the mod_mono.
> 
> I think, there is this problem for implementation of
> System.Web.HttpUtility.UrlDecode method, maybe. Because, it is no problems
> with using binary decode and System.Text.Encoding(*2) on the Mono, or the
> Windows systems.
> 
> This problem avoidable as previously indicated(*2), for now. But, I think
> it's bug of Mono.
Please create a small test ASP.NET app which demonstrates the issue (when run with xsp), make an 
archive with it and file a bug for the System.Web component (see http://mono-project.com/Bugs)

thanks,

marek




More information about the Mono-aspnet-list mailing list