From: Tomasz P. <tom...@gm...> - 2013-07-28 18:33:41
|
Hi Rob I've noticed a problem with a portable library test on TeamCity: http://ci.dotnetrdf.org/viewLog.html?buildId=432&tab=buildResultsDiv&buildTypeId=bt2#testNameId1576347966166389640 I've been trying to crack this and for that I am refactoring this code so that there are some actual assertions and I've noticed some discrepancies between VDS.RDF.HttpUtility and System.Web.HttpUtility UrlEncode method: 1. The portable code encodes the hyphen sign, which System class leaves intact 2. The portable code encodes spaces as %20 and System class encodes spaces as + 3. The portable code leaves % intact and System class encodes % and %20 Are these differences by design? Regards, Tom |