Unescapes the given URI fragment (for UI purpose only)
Note:
aCharset | the charset to convert from |
aURIFragment | the URI (or URI fragment) to unescape |
Unescaped aURIFragment converted to unicode |
aCharset | the charset to convert from |
aURIFragment | the URI (or URI fragment) to unescape |
Unescaped aURIFragment converted to unicode @throws NS_ERROR_UCONV_NOCONV when there is no decoder for aCharset or error code of nsIUnicodeDecoder in case of conversion failure |