Update Emacs's bidirectional conformance per Unicode 6.3.0.
doc/lispref/display.texi (Bidirectional Display): Update the Emacs's class of bidirectional conformance.
This commit is contained in:
parent
ca8a1945a6
commit
0fcb3479d5
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-08-19 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* display.texi (Bidirectional Display): Update the Emacs's class
|
||||
of bidirectional conformance.
|
||||
|
||||
2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* debugging.texi (Function Debugging, Debugger Commands):
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue