-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-UnicodeArea: UnicodeArea: UnicodeC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.P-lowLow priorityLow priority
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
Metadata
Metadata
Assignees
Labels
A-UnicodeArea: UnicodeArea: UnicodeC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.P-lowLow priorityLow priority