]> code.delx.au - gnu-emacs/commitdiff
;* src/bidi.c (bpa_stack_entry): Update commentary for Unicode 8.0.
authorEli Zaretskii <eliz@gnu.org>
Thu, 2 Jul 2015 17:40:01 +0000 (20:40 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 2 Jul 2015 17:40:01 +0000 (20:40 +0300)
src/bidi.c

index e5e08c6a25297cd39326d02306e7fe6b14d7aa79..e06430c8b84da772aab7f97ab53402d03d0bfb9b 100644 (file)
@@ -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