summaryrefslogtreecommitdiff
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
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.
-rw-r--r--ChangeLog6
-rw-r--r--doc/unictype.texi16
2 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d175cec..78b5f33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2021-12-26 Bruno Haible <bruno@clisp.org>
+ 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.
+
+2021-12-26 Bruno Haible <bruno@clisp.org>
+
doc: Update for Unicode 6.1.0.
* doc/unictype.texi (Joining group): Document
UC_JOINING_GROUP_ROHINGYA_YEH.
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.