brunoborges / toml-schema

MIT License
61 stars 2 forks source link

String length is not trivially decidable #13

Open cactusdualcore opened 1 year ago

cactusdualcore commented 1 year ago

The length of a string type is not immediately decidable; different programming languages count differently. Is it the number of bytes, unicode characters or graphemes that is counted?