aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-05-15 00:43:54 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-05-15 00:45:17 +0200
commit5498793a56b19da99b7b6856c953933e50b8d572 (patch)
tree708166215910ef89e9d4133a805f6e12b3ba4ab3 /README
parentd7ba894d2af0e0c5a8d5db9cbadd7ea9a277100b (diff)
Add ucsnorm_nfkd()
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index b56105f..0a92230 100644
--- a/README
+++ b/README
@@ -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: