aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: