diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-26 23:42:01 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-26 23:42:01 +0200 |
commit | dc7c4289a4285453dbf9d427fa6da9c076f7f537 (patch) | |
tree | e1e90d3d8138ff2bd2d074ba3f3a5443237e584c /README | |
parent | fa95265eaa8c1d7f41dc537f44450b142247253e (diff) |
Fully comply with Unicode 15.1 § 3.13 in u8title()
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -108,14 +108,14 @@ FEATURES: • 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 for - Azeri, Dutch, German, Lithuanian, and Turkish. + Azeri, German, Lithuanian, and Turkish. PLANNED FEATURES: - • Titlecase Conversions (unicode/string.h) - • Unicode Normalization (unicode/string.h) - • Line- and Sentence Segmentation (unicode/string.h) + • Dutch titlecase tailorings (unicode/string.h) + • Unicode normalization (unicode/string.h) + • Line- and sentence segmentation (unicode/string.h) BUGS: |