mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
57fd0edaa7
This flag means all the characters in the string can be represented by a single byte, i.e., the string does not contain any multi-byte character. Those characters are likely ASCII characters, but may be a part of broken UTF-8 sequence, so the term 'ASCII' is not sufficient.