alpm_mtree

Module path_decoder

Source
Expand description

MTREE files use a special non-ascii encoding for their paths.

Functions§

  • Take the UTF-8 byte sequence and parse it into a String.
  • Decodes UTF-8 characters from a string using MTREE-specific escape sequences.
  • Parse and convert a single octal triplet string into a byte.
  • Parse and decode a unicode char that’s encoded as octal triplets.