URL decoding: Difference between revisions

Line 661:
 
=={{header|Frink}}==
While the default is to decode parameters as UTF-8 (which is the W3C recommendation,) the characters may have been encoded in another encoding scheme, and this can be handled correctly.
<lang frink>URLDecode["google.com/search?q=%60Abdu%27l-Bah%C3%A1","UTF8"]</lang>
 
=={{header|Go}}==
490

edits