From: Eli Zaretskii Date: Tue, 19 Aug 2014 18:56:29 +0000 (+0300) Subject: Update Emacs's bidirectional conformance per Unicode 6.3.0. X-Git-Tag: emacs-24.3.94~82 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0fcb3479d55ef40c1ecadcd378c05d4b4827c545;p=emacs.git Update Emacs's bidirectional conformance per Unicode 6.3.0. doc/lispref/display.texi (Bidirectional Display): Update the Emacs's class of bidirectional conformance. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index a3353c66f71..7a88fd456d3 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2014-08-19 Eli Zaretskii + + * display.texi (Bidirectional Display): Update the Emacs's class + of bidirectional conformance. + 2014-07-08 Stefan Monnier * debugging.texi (Function Debugging, Debugger Commands): diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index e0349e4ca0c..e88eadb5ca7 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -6551,8 +6551,10 @@ positions do not increase monotonically with string or buffer position. In performing this @dfn{bidirectional reordering}, Emacs follows the Unicode Bidirectional Algorithm (a.k.a.@: @acronym{UBA}), which is described in Annex #9 of the Unicode standard -(@url{http://www.unicode.org/reports/tr9/}). Emacs provides a ``Full -Bidirectionality'' class implementation of the @acronym{UBA}. +(@url{http://www.unicode.org/reports/tr9/}). Emacs currently provides +a ``Non-isolate Bidirectionality'' class implementation of the +@acronym{UBA}: it does not yet support the isolate directional +formatting characters introduced with Unicode Standard v6.3.0. @defvar bidi-display-reordering If the value of this buffer-local variable is non-@code{nil} (the