diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-03-23 19:06:25 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-03-23 19:06:25 +0100 |
commit | a09bff4bfc759f23be2e17425bb879d87f6de5d2 (patch) | |
tree | bc21206947dd12b91ac955c396e52d11674a2095 /README | |
parent | 0b12949fbadae1df31989affdae54af33f6a58ce (diff) |
Update README
Diffstat (limited to 'README')
-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: |