From 2e125c1c7e75db14a88f0b8b09e61a132977c63e Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 20 May 2024 17:56:55 +0200 Subject: Support the 4 forms of Unicode string normalization --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 9df1fc8..3d0397a 100644 --- a/README +++ b/README @@ -123,7 +123,7 @@ FEATURES: • Encoding-generic macros (ucs*() instead of u8*()) • Iteration and counting of graphemes, words, and human-precieved words in a string - • NFD- and NFKD string normalization + • NFC-, NFD-, NFKC-, and NFKD string normalization • Unicode-aware case-mapping of strings with custom allocator support @@ -132,8 +132,8 @@ PLANNED FEATURES: • Line- and sentence segmentation (unicode/string.h) • String collation (unicode/string.h) - • NFC-, and NFKC string normalization (unicode/string.h) - • Merger of normalization functions into one (unicode/string.h) + • Use gperf to generate hashtables for (unicode/string.h) + unicode composition? BUGS: -- cgit v1.2.3