emacs-pretest-bug
[Top][All Lists]
Advanced

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

emacs-unicode-2: #xFF01 .. #xFF60 should be set double width in char-wid


From: Zhang Wei
Subject: emacs-unicode-2: #xFF01 .. #xFF60 should be set double width in char-width-table
Date: Sat, 28 Oct 2006 22:13:38 +0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (windows-nt)

According to the unicode standard, #xFF01 .. #xFF60 are fullwidth
ASCII variants and fullwidth brackets, they should be set double
width in the char-width-table.

May be this patch is useable.

*** c:/Emacs/lisp/international/characters.el   Thu Oct 26 23:03:06 2006
--- d:/download/emacs--unicode--0/lisp/international/characters.el      Sat Oct 
28 21:41:54 2006
***************
*** 1019,1024 ****
--- 1019,1025 ----
           (#xAC00 . #xD7A3)
           (#xF900 . #xFAFF)
           (#xFE30 . #xFE6F)
+          (#xFF01 . #xFF60)
           (#xFFE0 . #xFFE6)
           (#x20000 . #x2FFFF)
           (#x30000 . #x3FFFF))))





reply via email to

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