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 700217 - Please add middle dot as a word chararacter.
Please add middle dot as a word chararacter.
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: Profiles
git master
Other Linux
: Normal normal
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-05-13 08:57 UTC by Jordi Mallach
Modified: 2014-04-07 19:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Middle dot patch (1.47 KB, patch)
2013-05-13 08:57 UTC, Jordi Mallach
none Details | Review

Description Jordi Mallach 2013-05-13 08:57:56 UTC
Created attachment 243969 [details] [review]
Middle dot patch

The default string for characters that are part of a word is:

-A-Za-z0-9,./?%&#:_=+@~

This is missing the middle dot character, which makes selection of Catalan words like "sil·laba" break.

I'm attaching a proposed patch.

Thanks,
Jordi
Comment 1 Christian Persch 2013-06-08 14:06:16 UTC
Instead of adding just 1 language-specific character, the whole feature should be re-thought and just making it use regex-like \w ? That would need vte work, however.
Comment 2 Jordi Mallach 2013-06-27 09:11:41 UTC
Maybe the string can be made translatable, and every language team can decide if they need to change the default to suit their needs.
Comment 3 Christian Persch 2014-04-07 19:05:48 UTC
Fixed on master.