|
|
|
|
|
by SideburnsOfDoom
3297 days ago
|
|
> break in subtle ways when they handle characters that span multiple codepoints Or equivalently: there is more than one way to turn a string into a list. It can e.g. be a sequence of bytes, unicode chars or grapheme clusters. Being explicit about the conversion is therefore a good idea. |
|