flyx / NimYAML

YAML implementation for Nim
https://nimyaml.org
Other
189 stars 36 forks source link

Support UTF-16 and UTF-32 input #14

Open flyx opened 8 years ago

flyx commented 8 years ago

YAML 1.2 requires UTF-16 and UTF-32 support. Currently, only UTF-8 is processed.

flyx commented 2 years ago

Note: As long as std/encodings says that

Warning: UTF-16BE and UTF-32 conversions are not supported on Windows.

this can't be fully implemented unless NimYAML implements its own encoding conversion, which I would rather avoid.