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 100155 - Double click in terminal window do not select non ascii characters
Double click in terminal window do not select non ascii characters
Status: RESOLVED WONTFIX
Product: libzvt
Classification: Deprecated
Component: internationalization
CVS HEAD
Other opensolaris
: Normal normal
: ---
Assigned To: Hidetoshi Tajima
Hidetoshi Tajima
Depends on:
Blocks:
 
 
Reported: 2002-12-02 18:48 UTC by Hidetoshi Tajima
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use PangoLogAttr to detect word break (5.75 KB, patch)
2002-12-04 20:48 UTC, Hidetoshi Tajima
none Details | Review

Description Hidetoshi Tajima 2002-12-02 18:48:32 UTC
When double clicking in a GNOME terminal window a "word" should be
selected. The default is ASCII letters and a few more ASCII characters.

But, non-ASCII characters cannot be selected. To reproduce, use menu to
access the current profile and 
change the list of character to be selected as a "word" 
to whatever some non ASCII characters are included.

For example,
  A-Za-z0-9,./?%?:_$¡-÷åäöÅÄÖ

Neither specifying characters separately åäöÅÄÖ nor as a range "¡-÷" does
work. Adding ASCII characters like $ in example above works.
Comment 1 Hidetoshi Tajima 2002-12-04 20:48:14 UTC
Created attachment 12747 [details] [review]
Use PangoLogAttr to detect word break
Comment 2 Hidetoshi Tajima 2002-12-04 20:49:10 UTC
commit a patch to the HEAD.
	* libzvt/zvti18n.c:
	* libzvt/update.c:
	* libzvt/libzvt.h:
	#Fix 100155: Use PangoLogAttr to detect word break.
	This change obsoletes current terminal-profile's word character
	user setting, although it's consistent way to handle word break
	which are done by other gtk+ applications like gedit.
Comment 3 Hidetoshi Tajima 2002-12-06 05:16:31 UTC
Comments from Havoc in the bug 100487 is rational.
Reopening.