Documentation

Init.System.Uri

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.

Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.

Replaces special characters in the given Uri with %HH Uri escapings.

Equations

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.

Equations

Convert the given FilePath to a "file:///encodedpath" Uri.

Equations
  • One or more equations did not get rendered due to their size.

Convert the given uri to a FilePath stripping the 'file://' prefix, ignoring the optional host name.

Equations
  • One or more equations did not get rendered due to their size.