GNOME Bugzilla – Bug 430565
vte displays full-width characters as half-width
Last modified: 2007-04-17 06:42:41 UTC
gnome-terminal display full-width characters as half-width on UTF-8. To reproduce: 1. Invoke gnome-terminal and gucharmap. 2. Copy the following chars from gucharmap to gnome-terminal on ja_JP.UTF-8. It can be fixed to get the width of ambiguous character with _vte_iso2022_ambiguous_width_guess if current locale is UTF-8. Please use the attached vte pkg to verify, Thanks.
Created attachment 86477 [details] [review] patch fixing problem
Brian, I'm committing a similar patch right now. To maintain backward compatibility, I decided to enable this behavior only if the env var VTE_CJK_WIDTH is set. *** This bug has been marked as a duplicate of 109587 ***