diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-05-15 00:43:54 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-05-15 00:45:17 +0200 |
commit | 5498793a56b19da99b7b6856c953933e50b8d572 (patch) | |
tree | 708166215910ef89e9d4133a805f6e12b3ba4ab3 /README | |
parent | d7ba894d2af0e0c5a8d5db9cbadd7ea9a277100b (diff) |
Add ucsnorm_nfkd()
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -121,16 +121,16 @@ FEATURES: Azeri, Dutch, German, Lithuanian, and Turkish. • Iteration and counting of graphemes, words, and human-precieved words in a string - • NFD string normalization + • NFD- and NFKD string normalization • Unicode-aware case-mapping of strings with custom allocator support PLANNED FEATURES: - • Line- and sentence segmentation (unicode/string.h) - • String collation (unicode/string.h) - • NFC-, NFKC-, and NFKD string normalization (unicode/string.h) + • Line- and sentence segmentation (unicode/string.h) + • String collation (unicode/string.h) + • NFC-, and NFKC string normalization (unicode/string.h) BUGS: |