summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-12-27 00:47:06 +0100
committerBruno Haible <bruno@clisp.org>2021-12-27 00:47:06 +0100
commiteb346d985c269398deb33537141f297f466d827c (patch)
tree745ae22cac10fab36775aaf02e039c8d820b41c7 /doc
parentb3fb539e54cee60370140ff232aec3e513f17ac4 (diff)
downloadlibunistring-eb346d985c269398deb33537141f297f466d827c.tar.gz
doc: Update for Unicode 6.3.0.
* doc/unictype.texi (Bidi class): Document UC_BIDI_LRI, UC_BIDI_RLI, UC_BIDI_FSI, UC_BIDI_PDI.
Diffstat (limited to 'doc')
-rw-r--r--doc/unictype.texi16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/unictype.texi b/doc/unictype.texi
index b4db5ae..295d92b 100644
--- a/doc/unictype.texi
+++ b/doc/unictype.texi
@@ -594,6 +594,22 @@ The bidi class for ``Whitespace'' characters.
The bidi class for ``Other Neutral'' characters.
@end deftypevr
+@deftypevr Constant int UC_BIDI_LRI
+The bidi class for ``Left-to-Right Isolate'' characters.
+@end deftypevr
+
+@deftypevr Constant int UC_BIDI_RLI
+The bidi class for ``Right-to-Left Isolate'' characters.
+@end deftypevr
+
+@deftypevr Constant int UC_BIDI_FSI
+The bidi class for ``First Strong Isolate'' characters.
+@end deftypevr
+
+@deftypevr Constant int UC_BIDI_PDI
+The bidi class for ``Pop Directional Isolate'' characters.
+@end deftypevr
+
The following functions implement the association between a bidirectional
category and its name.