utf8proc

A clean C library for processing UTF-8 Unicode data
git clone https://git.sinitax.com/juliastrings/utf8proc
Log | Files | Refs | README | LICENSE | sfeed.txt

commit d51e541700d0551baaababa07b8e3c88c3601b40
parent 20cff0757b9daf8a480350d80c53dba7a52c5911
Author: Steven G. Johnson <stevenj@alum.mit.edu>
Date:   Sat, 19 Jul 2014 08:14:27 -0400

fix #14

Diffstat:
Mmojibake.h | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/mojibake.h b/mojibake.h @@ -220,6 +220,10 @@ typedef struct utf8proc_property_struct { #define UTF8PROC_BIDI_CLASS_S 17 #define UTF8PROC_BIDI_CLASS_WS 18 #define UTF8PROC_BIDI_CLASS_ON 19 +#define UTF8PROC_BIDI_CLASS_LRI 20 /* new in Unicode 6.3 */ +#define UTF8PROC_BIDI_CLASS_RLI 21 /* new in Unicode 6.3 */ +#define UTF8PROC_BIDI_CLASS_FSI 22 /* new in Unicode 6.3 */ +#define UTF8PROC_BIDI_CLASS_PDI 23 /* new in Unicode 6.3 */ #define UTF8PROC_DECOMP_TYPE_FONT 1 #define UTF8PROC_DECOMP_TYPE_NOBREAK 2 #define UTF8PROC_DECOMP_TYPE_INITIAL 3