After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 430565 - vte displays full-width characters as half-width
vte displays full-width characters as half-width
Status: RESOLVED DUPLICATE of bug 109587
Product: vte
Classification: Core
Component: general
unspecified
Other opensolaris
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-17 05:59 UTC by Brian Cameron
Modified: 2007-04-17 06:42 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
patch fixing problem (506 bytes, patch)
2007-04-17 05:59 UTC, Brian Cameron
none Details | Review

Description Brian Cameron 2007-04-17 05:59:11 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.
Comment 1 Brian Cameron 2007-04-17 05:59:40 UTC
Created attachment 86477 [details] [review]
patch fixing problem
Comment 2 Behdad Esfahbod 2007-04-17 06:42:41 UTC
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 ***