Encoding
Description:
[ CCode ( cname = "yaml_encoding_t" , has_type_id = false ) ]
public enum Encoding
Content:
Enum values:
- ANY - Let the parser choose the encoding.
- UTF16BE - The UTF-16-BE encoding with BOM.
- UTF16LE - The UTF-16-LE encoding with BOM.
- UTF8 - The default UTF-8 encoding.