Comment by johncolanduoni

Comment by johncolanduoni 6 hours ago

0 replies

Your solution is basically what Swift does. Plus they do the same with extended grapheme clusters (what a human would consider distinct characters mostly), and that’s the default character type instead of Unicode code point. Easily the best Unicode string support of any programming language.