diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-01 16:03:29 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-01 16:03:47 +0200 |
commit | 8c2f9268ab976015edcff16e26a13398bba8396c (patch) | |
tree | 3a4d21799f29fe0bb17e4cda9aae45106ff54aab /README | |
parent | 436969300bbc0a70179afab252d4dd1a8462febc (diff) |
Add unicode/prop.h
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,10 +19,10 @@ The headers as of now are: • 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/props.h — unicode character properties • unicode/sbrk.h — sentence breaking • unicode/wbrk.h — word breaking |