Closed
Description
Currently Rust doesn't support unicode properly, e.g. there is no way to iterate over a string by grapheme (there is .iter()
for codepoints, and .bytes_iter()
for bytes).
Possibly useful: http://useless-factor.blogspot.de/2007/08/unicode-implementers-guide-part-4.html