Sorry for the late response. In article <[EMAIL PROTECTED]>, Zhang Wei <[EMAIL PROTECTED]> writes:
> 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. Right. I just forgot it. The fix installed. > Some of the "General punctuation" characters in the unicode code > chart, such as #x2010 .. #x2027 and #x2030 .. #x 205E shoule be > double width too. They are ambiguous according to EastAsianWidth.txt of Unicode. I think the right thing is to set them to the symbol `ambiguous', and make display routine (and column calculation routine) to resolve it to 1 or 2 by checking a font (or a capability of terminal). In a case that such information is not available, perhaps, we should resolve according to the current locale. --- Kenichi Handa [EMAIL PROTECTED] _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
