JuliaData / YAML.jl

Parse yer YAMLs
Other
131 stars 46 forks source link

[Bug Fix] Fix a bug that `isletter` is misused. #190

Closed Paalon closed 5 months ago

Paalon commented 5 months ago

Fix a bug that isletter is misused. isletter can return true for non-ascii letter characters.

Paalon commented 5 months ago

@kescobo I think this is safely merged and a definite improvement except for the function name is_ns_ascii_letter. I like to follow the word used in YAML spec.

Paalon commented 5 months ago

Now, the conflict is resolved.