On Mon, 2006-06-05 at 17:01 +0200, Juraj Skripsky wrote: > Hi, > > Did anyone had a chance to look at the patches? Is there anything I can > do the speed up the process? > http://lists.ximian.com/pipermail/mono-devel-list/2006-May/018667.html
Somehow I didn't get that email. In the patch for HttpUtility: - return ParseQueryString (query, Encoding.UTF8); + return ParseQueryString (query, Encoding.Default); MS documentation explicitly mentions UTF8 as the encoding used for ParseQueryString (string). Please add a comment that refers to the test that proves the documentations is wrong. Feel free to commit the three patches after that. Thanks. -Gonzalo _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
