[Mono-dev] UrlEncode difference in dotnet and mono
Andrew Skiba
andrews at mainsoft.com
Thu Jan 5 03:36:49 EST 2006
Hi Ben.
You wrote:
>
> > + for (char c=Char.MinValue; c<128; c++)
>
> chars are from 0 to 2^16-1
>
I do check those chars. Look at the second loop that iterates from 128
to Char.MaxValue (did you notice it?)
Let me clarify my idea: I could not create expected results for 64K
characters, so I did so only for ASCII (in the first loop) and for the
rest I check that a character does not stay the same (gets some
encoding).
Surely this can be improved by the interested hacker.
Regards,
Andrew.
More information about the Mono-devel-list
mailing list