diff options
-rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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: |