emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 7071848: ; * src/bidi.c (bpa_stack_entry): Update c


From: Eli Zaretskii
Subject: [Emacs-diffs] master 7071848: ; * src/bidi.c (bpa_stack_entry): Update commentary for Unicode 8.0.
Date: Thu, 02 Jul 2015 17:40:30 +0000

branch: master
commit 7071848862a91b18251ee66cca20bcf527f6ca8e
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ;* src/bidi.c (bpa_stack_entry): Update commentary for Unicode 8.0.
---
 src/bidi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/bidi.c b/src/bidi.c
index e5e08c6..e06430c 100644
--- a/src/bidi.c
+++ b/src/bidi.c
@@ -2452,7 +2452,7 @@ typedef struct bpa_stack_entry {
 #define MAX_BPA_STACK ((int)max (MAX_ALLOCA / sizeof (bpa_stack_entry), 1))
 
 /* UAX#9 says to match opening brackets with the matching closing
-   brackets or their canonical equivalents.  As of Unicode 7.0, there
+   brackets or their canonical equivalents.  As of Unicode 8.0, there
    are only 2 bracket characters that have canonical equivalence
    decompositions: u+2329 and u+232A.  So instead of accessing the
    table in uni-decomposition.el, we just handle these 2 characters



reply via email to

[Prev in Thread] Current Thread [Next in Thread]