diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-26 17:20:26 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-26 17:20:26 +0200 |
commit | ef8a2910aa4bfc49973e63e1003b01f47a675249 (patch) | |
tree | e2ebe2a8c898f6570d69da89b00ee1b30161fffd /README | |
parent | b5e7acf641d4ef3538803b746723b90a822ea1ad (diff) |
Fully comply with Unicode 15.1 § 3.13 in u8lower()
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -107,8 +107,8 @@ FEATURES: • unicode/string.h • Iteration and counting of graphemes and words in a string • Unicode-aware case-mapping of strings with truncation checking - • Case-mapping supports optional language-specific quirks (Azeri, - Lithuanian, German, etc.) + • Case-mapping supports optional language-specific quirks for + Azeri, Dutch, German, Lithuanian, and Turkish. PLANNED FEATURES: @@ -123,4 +123,3 @@ BUGS: • Unicode Name Aliases (Name_Alias property) is not supported • Unihan properties are not supported (e.g. Unicode_Radical_Stroke) • Casemapping is not fully up-to-spec - • Upper- and titlecasing don’t support CF_LANG_NL yet |