|
|
|
|
|
by mbell
3257 days ago
|
|
> The key thing to remember is that iteration over Unicode strings only makes sense as iteration over code points, not UCS-2 characters, not bytes, not grapheme clusters. There are tons of situations where interating over grapheme clusters is what you want to do. |
|