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 69887 - selection offered by gnome-terminal is UTF-8, not UTF8_STRING
selection offered by gnome-terminal is UTF-8, not UTF8_STRING
Status: RESOLVED OBSOLETE
Product: libzvt
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal minor
: ---
Assigned To: jacob berkman
Unknown User
Depends on:
Blocks:
 
 
Reported: 2002-01-28 14:05 UTC by Martin Norbäck
Modified: 2006-04-11 07:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Martin Norbäck 2002-01-28 14:05:36 UTC
(gnome-terminal 1.4.0.4)

gnome-terminal can export the selection in UTF-8 format, but the atom for
doing so is called UTF-8 instead of UTF8_STRING which is the proposed standard.

I assume this is a simple thing to change.

To easily test which selection modes are available you can use wish and
type the following while having something selected

selection get TARGETS

for gnome-terminal this gives me
TIMESTAMP TARGETS MULTIPLE STRING UTF-8 TEXT COMPOUND_TEXT

for xterm this gives me
STRING TEXT COMPOUND_TEXT UTF8_STRING LENGTH LIST_LENGTH TIMESTAMP HOSTNAME
IP_ADDRESS USER CLASS NAME CLIENT_WINDOW

UTF8_STRING is also present in other applications, such as mozilla, so it
would be good to have it in gnome-terminal as well.
Comment 1 Luis Villa 2002-02-14 02:08:53 UTC
Moving some things Mark missed.
Comment 2 Havoc Pennington 2002-02-14 02:30:11 UTC
This is zvt's fault.
Comment 3 Havoc Pennington 2002-03-09 21:55:40 UTC
This is easy to fix but probably should be done as part of an 
overall i18n patch. See bug #74100
Comment 4 Martin Norbäck 2002-05-10 13:44:06 UTC
Just tested with gnome-terminal 1.9.5 (which doesn't use libzvt it
seems) and it works correctly there.

So where is libzvt used in gnome 2?
Comment 5 Luis Villa 2002-05-13 15:48:43 UTC
g-t in gnome2 uses zvt by default or vte if configured that way at
build time.