fix #14
authorSteven G. Johnson <stevenj@alum.mit.edu>
Sat, 19 Jul 2014 12:14:27 +0000 (08:14 -0400)
committerSteven G. Johnson <stevenj@alum.mit.edu>
Sat, 19 Jul 2014 12:14:27 +0000 (08:14 -0400)
mojibake.h

index 8e62268a93702a666bea590292add416db742276..d0f5b53c1b8ee870d3902e7777bd68949527c812 100644 (file)
@@ -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