From 5498793a56b19da99b7b6856c953933e50b8d572 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 15 May 2024 00:43:54 +0200 Subject: Add ucsnorm_nfkd() --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README') 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: -- cgit v1.2.3