diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-05-15 00:45:20 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-05-15 00:45:20 +0200 |
commit | be777d4d4a1a452beff416e0b8e8057ad28e0e8d (patch) | |
tree | d6b39488a3c1dc4d44a73b83dbb0deb743ae6fb1 /README | |
parent | 5498793a56b19da99b7b6856c953933e50b8d572 (diff) |
Update README
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |