Closed Paalon closed 5 months ago
Fix a bug that isletter is misused. isletter can return true for non-ascii letter characters.
isletter
true
@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.
is_ns_ascii_letter
Now, the conflict is resolved.
Fix a bug that
isletter
is misused.isletter
can returntrue
for non-ascii letter characters.