diff options
| author | Eli Zaretskii | 2015-07-02 20:40:01 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2015-07-02 20:40:01 +0300 |
| commit | 7071848862a91b18251ee66cca20bcf527f6ca8e (patch) | |
| tree | 6e9f63584b178d8e6631535510899e75d87c6cdf /src | |
| parent | 08b2538443fc3f483788b12dcb41715a88e40741 (diff) | |
| download | emacs-7071848862a91b18251ee66cca20bcf527f6ca8e.tar.gz emacs-7071848862a91b18251ee66cca20bcf527f6ca8e.zip | |
;* src/bidi.c (bpa_stack_entry): Update commentary for Unicode 8.0.
Diffstat (limited to 'src')
| -rw-r--r-- | src/bidi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bidi.c b/src/bidi.c index e5e08c6a252..e06430c8b84 100644 --- a/src/bidi.c +++ b/src/bidi.c | |||
| @@ -2452,7 +2452,7 @@ typedef struct bpa_stack_entry { | |||
| 2452 | #define MAX_BPA_STACK ((int)max (MAX_ALLOCA / sizeof (bpa_stack_entry), 1)) | 2452 | #define MAX_BPA_STACK ((int)max (MAX_ALLOCA / sizeof (bpa_stack_entry), 1)) |
| 2453 | 2453 | ||
| 2454 | /* UAX#9 says to match opening brackets with the matching closing | 2454 | /* UAX#9 says to match opening brackets with the matching closing |
| 2455 | brackets or their canonical equivalents. As of Unicode 7.0, there | 2455 | brackets or their canonical equivalents. As of Unicode 8.0, there |
| 2456 | are only 2 bracket characters that have canonical equivalence | 2456 | are only 2 bracket characters that have canonical equivalence |
| 2457 | decompositions: u+2329 and u+232A. So instead of accessing the | 2457 | decompositions: u+2329 and u+232A. So instead of accessing the |
| 2458 | table in uni-decomposition.el, we just handle these 2 characters | 2458 | table in uni-decomposition.el, we just handle these 2 characters |