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 74100 - Fix internationalization
Fix internationalization
Status: RESOLVED FIXED
Product: libzvt
Classification: Deprecated
Component: general
unspecified
Other other
: Normal normal
: ---
Assigned To: jacob berkman
Unknown User
Depends on:
Blocks:
 
 
Reported: 2002-03-09 21:52 UTC by Havoc Pennington
Modified: 2005-01-05 12:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Havoc Pennington 2002-03-09 21:52:38 UTC
This is a reasonably involved task. zvt for GNOME 1.x had a fairly
low-quality patch for multibyte support, and there is some sort of 
totally untested UTF-8 support in there.

One broken thing about the patch for 1.x is that it assumed that all
multibyte chars were 2 bytes. Should use mblen() instead.

The i18n terminal can be written using either locale encoding, or 
using Unicode in all cases.

Current zvt only allows 16 bits of Unicode chars which isn't enough, 
we should expand it to allow more.
Comment 1 Havoc Pennington 2002-03-09 22:01:57 UTC
Another part of this is ensuring input methods work and font sets are
used (or Xft). Input methods were working in 1.x.
Comment 2 Kjartan Maraas 2005-01-05 12:42:45 UTC
Closing this as it has been fixed in vte mostly.