Unicode strings: Difference between revisions

m
(→‎{{header|Perl 6}}: Add some more verbiage about advanced Unicode support)
Line 1,086:
* Provides Unicode aware upper-case, lower-case and fold-case routines.
* Implements the [https://unicode.org/reports/tr10/ Unicode technical standard #10] collation algorithm, (though not all optional mappings are supported yet).
* Provides built-in routines to access character names, do name-to-character character-to-ordinal and ordinal-to-namecharacter conversions.
* Works seamlessly with upper plane and private use plane character codepoints.
* Provides tools to deal with strings that contain invalid Unicode charters.
10,327

edits