emacs-devel
[Top][All Lists]
Advanced

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

emacs-unicode-2: wrong width property for some punctuation characters


From: Zhang Wei
Subject: emacs-unicode-2: wrong width property for some punctuation characters
Date: Fri, 26 May 2006 15:47:09 +0800

Some of the punctuation characters in the range #x2000-#x27FF
should have a double-width property. I'm not sure if all of them,
but a large part of them such as #x203b(※) should have a
double-width property.

*** characters.el       09  4月 2006 09:43:12 +0800      1.42.4.15
--- characters.el       26  5月 2006 15:36:07 +0800      
***************
*** 892,897 ****
--- 892,898 ----

  ;; CJK double width characters.
  (let ((l '((#x1100 . #x11FF)
+          (#X2000 . #x27FF)
           (#x2E80 . #x9FAF)
           (#xAC00 . #xD7AF)
           (#xF900 . #xFAFF)




reply via email to

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