From a09bff4bfc759f23be2e17425bb879d87f6de5d2 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 23 Mar 2024 19:06:25 +0100 Subject: Update README --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README') 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: -- cgit v1.2.3