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.