Sept. 6, 2011
6:51 a.m.
On 09/05/2011 10:04 PM, Sven Van Caekenberghe wrote:
On 05 Sep 2011, at 21:14, Philippe Marschall wrote:
So⦠is that URL already percent encoded? If it isn't how do I specify what encoding should be used? ;-)
Url strings are fed to the ZnUrl parser.
Does that mean they are expected to be percent encoded?
Ultimately percent encoding is resolved by String>>#unescapePercents which falls back to UTF-8. Currently, there is no option to specify another encoding.
How/where would this be needed or useful ?
When you want to use non-ASCII URLs and the server does not support UTF-8, eg. VAST. I'm mostly concerned that the contract of the method is well specified, not necessarily that every edge case is supported. Cheers Philippe