emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 30c4bb5: More char-width fixes


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 30c4bb5: More char-width fixes
Date: Sun, 16 Oct 2016 11:20:03 +0000 (UTC)

branch: emacs-25
commit 30c4bb58ca14d4dcd9037553ba5782a8f68394d4
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    More char-width fixes
    
    * lisp/international/characters.el (char-width-table): More fixes
    according to the latest EastAsianWidth.txt.  (Bug#24705)
---
 lisp/international/characters.el |   31 +++++++++----------------------
 1 file changed, 9 insertions(+), 22 deletions(-)

diff --git a/lisp/international/characters.el b/lisp/international/characters.el
index bd0e415..c9f8beb 100644
--- a/lisp/international/characters.el
+++ b/lisp/international/characters.el
@@ -1235,38 +1235,25 @@ with L, LRE, or LRO Unicode bidi character type.")
            (#x2B50 . #x2B50)
            (#x2B55 . #x2B55)
           (#x2E80 . #x303E)
-          (#x3040 . #xA4CF)
+          (#x3040 . #x4DBF)
+          (#x4E00 . #xA4CF)
+          (#xA960 . #xA97F)
           (#xAC00 . #xD7A3)
           (#xF900 . #xFAFF)
+          (#xFE10 . #xFE19)
           (#xFE30 . #xFE6F)
           (#xFF01 . #xFF60)
           (#xFFE0 . #xFFE6)
            (#x16FE0 . #x16FE0)
            (#x17000 . #x187EC)
            (#x18800 . #x18AF2)
+           (#x1B000 . #x1B001)
+           (#x1F004 . #x1F004)
+           (#x1F0CF . #x1F0CF)
            (#x1F18E . #x1F18E)
            (#x1F191 . #x1F19A)
-           (#x1F200 . #x1F202)
-           (#x1F210 . #x1F23B)
-           (#x1F300 . #x1F320)
-           (#x1F32D . #x1F335)
-           (#x1F337 . #x1F37C)
-           (#x1F37E . #x1F393)
-           (#x1F3A0 . #x1F3CA)
-           (#x1F3CF . #x1F3D3)
-           (#x1F3E0 . #x1F3F0)
-           (#x1F3F4 . #x1F3F4)
-           (#x1F3F8 . #x1F3FA)
-           (#x1F3FB . #x1F43E)
-           (#x1F440 . #x1F440)
-           (#x1F442 . #x1F4FC)
-           (#x1F4FF . #x1F53D)
-           (#x1F54B . #x1F54E)
-           (#x1F550 . #x1F567)
-           (#x1F57A . #x1F57A)
-           (#x1F595 . #x1F596)
-           (#x1F5A4 . #x1F5A4)
-           (#x1F5FB . #x1F5FF)
+           (#x1F200 . #x1F2FF)
+           (#x1F300 . #x1F5FF)
            (#x1F600 . #x1F64F)
            (#x1F680 . #x1F6C5)
            (#x1F6CC . #x1F6CC)



reply via email to

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