Skip to content

Commit

Permalink
;* src/bidi.c (bpa_stack_entry): Update commentary for Unicode 8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli-Zaretskii committed Jul 2, 2015
1 parent 08b2538 commit 7071848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bidi.c
Expand Up @@ -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
Expand Down

0 comments on commit 7071848

Please sign in to comment.