Module path_decoder

Source
Expand description

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

FunctionsΒ§

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