aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-09 18:49:27 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-09 18:49:27 +0200
commitfc0dae9c819a4ee64f4610db1f005dfb841030c5 (patch)
treecaa7e5a358b1a2a8614bcd16be112546994d8d26 /README
parentbf212e80fb0f1d83902de520e9cee098187383f7 (diff)
Move unicode/gbrk.h to unicode/string.h
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 1 insertions, 6 deletions
diff --git a/README b/README
index f878f10..bb62e45 100644
--- a/README
+++ b/README
@@ -18,13 +18,8 @@ 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
• unicode/prop.h — unicode character properties
-
-The headers planned for inclusion are:
- • unicode/norm.h — text normalization
- • unicode/sbrk.h — sentence breaking
- • unicode/wbrk.h — word breaking
+ • unicode/string.h — unicode string functions
DISCLAIMER: