From fc0dae9c819a4ee64f4610db1f005dfb841030c5 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 9 Apr 2024 18:49:27 +0200 Subject: Move unicode/gbrk.h to unicode/string.h --- README | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'README') 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: -- cgit v1.2.3