fktn-k / fkYAML

A C++ header-only YAML library
MIT License
69 stars 7 forks source link

#209 Support unescaped UTF-8 input characters in deserialization #210

Closed fktn-k closed 11 months ago

fktn-k commented 11 months ago

The YAML specificates says that YAML processors must support unicode characters.
To follow the specification, this PR has added support for unescaped UTF-8 characters as inputs for deserialization.
The exclusive test cases for the new support have also been added to the unit test app.

coveralls commented 11 months ago

Coverage Status

coverage: 100.0%. remained the same when pulling b67290b7810d6efdcaa380b53c9893e07cfdbf9a on feature/209_support_unescaped_utf8_input_chars into 4263d93ffcff6fb2ca78925c62546d669b764839 on develop.