NimYAML icon indicating copy to clipboard operation
NimYAML copied to clipboard

Support UTF-16 and UTF-32 input

Open flyx opened this issue 8 years ago • 1 comments

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

flyx avatar May 12 '16 13:05 flyx

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.

flyx avatar Sep 07 '22 20:09 flyx