From dc7c4289a4285453dbf9d427fa6da9c076f7f537 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 26 Apr 2024 23:42:01 +0200 Subject: Fully comply with Unicode 15.1 § 3.13 in u8title() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index 8514a86..03d5cd3 100644 --- a/README +++ b/README @@ -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: -- cgit v1.2.3