summaryrefslogtreecommitdiff
path: root/lib/unigbrk.in.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unigbrk.in.h')
-rw-r--r--lib/unigbrk.in.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/unigbrk.in.h b/lib/unigbrk.in.h
index 87b298b9b5..7cfc2df624 100644
--- a/lib/unigbrk.in.h
+++ b/lib/unigbrk.in.h
@@ -52,7 +52,12 @@ enum
GBP_T = 9,
GBP_LV = 10,
GBP_LVT = 11,
- GBP_RI = 12
+ GBP_RI = 12,
+ GBP_ZWJ = 13,
+ GBP_EB = 14,
+ GBP_EM = 15,
+ GBP_GAZ = 16,
+ GBP_EBG = 17
};
/* Return the Grapheme_Cluster_Break property of a Unicode character. */
@@ -118,6 +123,8 @@ extern void
u32_grapheme_breaks (const uint32_t *s, size_t n, char *p);
extern void
ulc_grapheme_breaks (const char *s, size_t n, char *p);
+extern void
+ uc_grapheme_breaks (const ucs4_t *s, size_t n, char *p);
/* ========================================================================= */