You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This validation, actually, breaks utf8 support.
For my current use, I just commented this whole block, and it doesn't seem to have any noticeable bad effect.
I'm new to Yaml, so, I don't know what would be an invalid character in this context, but maybe those should be specified, instead of checking a narrow range.
thanks for you project! tiny and embedable!
mini-yaml/yaml/Yaml.cpp
Line 1460 in 22d3dcf
line[i] > 126
The text was updated successfully, but these errors were encountered: