aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-03-23 19:06:25 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-03-23 19:06:25 +0100
commita09bff4bfc759f23be2e17425bb879d87f6de5d2 (patch)
treebc21206947dd12b91ac955c396e52d11674a2095 /README
parent0b12949fbadae1df31989affdae54af33f6a58ce (diff)
Update README
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index a7b0c65..43a62c6 100644
--- a/README
+++ b/README
@@ -17,10 +17,13 @@ The headers as of now are:
• mbstring.h — multibyte-strings
• optparse.h — option parsing functions
• rune.h — inttypes.h but for runes
+ • unicode/gbrk.h — grapheme breaking
The headers planned for inclusion are:
- • unicode/gbrk.h — grapheme breaking
+ • unicode/norm.h — text normalization
• unicode/props.h — unicode character properties
+ • unicode/sbrk.h — sentence breaking
+ • unicode/wbrk.h — word breaking
DISCLAIMER: