Enums§
- Encoding
- The encoding detected from the input byte stream.
- Encoding
Error - Error produced when
decodecannot convert the byte stream to UTF-8.
Functions§
- decode
- Decode a YAML byte stream to a UTF-8
String, stripping any BOM. - detect_
encoding - Detect the encoding of a YAML byte stream via BOM or null-byte heuristic.
- normalize_
line_ breaks - Normalize all line breaks to LF (
\n).