-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Unicode grapheme support #7043
Copy link
Copy link
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
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
Type
Fields
Give feedbackNo fields configured for issues without a type.
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