aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-05-15 00:45:20 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-05-15 00:45:20 +0200
commitbe777d4d4a1a452beff416e0b8e8057ad28e0e8d (patch)
treed6b39488a3c1dc4d44a73b83dbb0deb743ae6fb1 /README
parent5498793a56b19da99b7b6856c953933e50b8d572 (diff)
Update README
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 0a92230..2a8398f 100644
--- a/README
+++ b/README
@@ -101,6 +101,7 @@ FEATURES:
• Read individual runes from files
• mbstring.h
• Encode and decode runes
+ • Encoding-generic macros (ucs*() instead of u8*())
• Iterate over UTF-8 codepoints
• Count UTF-8 codepoints
• UTF-8 validation
@@ -119,6 +120,7 @@ FEATURES:
• unicode/string.h
• Case-mapping supports optional language-specific quirks for
Azeri, Dutch, German, Lithuanian, and Turkish.
+ • 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