Decode %HH escapings in the given string. Note that sometimes a consecutive sequence of multiple escapings can represet a utf-8 encoded sequence for a single unicode code point and these will also be decoded correctly.
Instances For
Replaces special characters in the given Uri with %HH Uri escapings.
Instances For
Replaces all %HH Uri escapings in the given string with their corresponding unicode code points. Note that sometimes a consecutive sequence of multiple escapings can represet a utf-8 encoded sequence for a single unicode code point and these will also be decoded correctly.
Instances For
Convert the given FilePath to a "file:///encodedpath" Uri.
Instances For
Convert the given uri to a FilePath stripping the 'file://' prefix, ignoring the optional host name.