|
|
|
|
|
by gilgoomesh
4001 days ago
|
|
You've changed topic from code points to grapheme clusters. Rust's character/string support is strictly for code points (the documentation is fairly clear about the distinction). Few string libraries actually deal with grapheme clusters as the native underlying representation (Swift being a notable exception). |
|