GNOME Bugzilla – Bug 700217
Please add middle dot as a word chararacter.
Last modified: 2014-04-07 19:05:48 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
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.
Maybe the string can be made translatable, and every language team can decide if they need to change the default to suit their needs.
Fixed on master.