summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2017-11-27 12:58:37 +0100
committerDaiki Ueno <ueno@gnu.org>2017-11-27 12:58:37 +0100
commit96e9c9f373080e9bba5a27e7d7a9aa3f50bcad3f (patch)
tree60853ebe854aede4e90a9326a3992f26561ee60a /doc
parent1a2ffa9504d774a8bdef57706baf2477fe56747f (diff)
downloadlibunistring-96e9c9f373080e9bba5a27e7d7a9aa3f50bcad3f.tar.gz
uniwbrk: Define new word break property values
* doc/uniwbrk.texi (Word break property): Document WBP_RI, WBP_DQ, WBP_SQ, WBP_HL, WBP_ZWJ, WBP_EB, WBP_EM, WBP_GAZ, and WBP_EBG.
Diffstat (limited to 'doc')
-rw-r--r--doc/uniwbrk.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/uniwbrk.texi b/doc/uniwbrk.texi
index 08c273c..64cbd11 100644
--- a/doc/uniwbrk.texi
+++ b/doc/uniwbrk.texi
@@ -64,6 +64,15 @@ may be added in the future.
@deftypevrx Constant int WBP_MIDNUM
@deftypevrx Constant int WBP_NUMERIC
@deftypevrx Constant int WBP_EXTENDNUMLET
+@deftypevrx Constant int WBP_RI
+@deftypevrx Constant int WBP_DQ
+@deftypevrx Constant int WBP_SQ
+@deftypevrx Constant int WBP_HL
+@deftypevrx Constant int WBP_ZWJ
+@deftypevrx Constant int WBP_EB
+@deftypevrx Constant int WBP_EM
+@deftypevrx Constant int WBP_GAZ
+@deftypevrx Constant int WBP_EBG
@end deftypevr
The following function looks up the word break property of a character.