GNOME Bugzilla – Bug 765617
common: Fix search by skipping soft hyphens when normalizing
Last modified: 2016-04-26 15:18:33 UTC
There's also an issue with displaying the panel names. Right now I'm seeing e.g. Region & Lan guage by default on an english system. Should we remove the hyphens from the original strings and leave the issue to translators (certainly keeping the translator comments).
Created attachment 326782 [details] [review] common: Fix search by skipping soft hyphens when normalizing Commit b3be07609a9bae43947ee3e59d8982a7715c9acf introduced soft hyphens in panel names which causes searches to fail. Fix this by skipping soft hyphen when normalizing strings.
(In reply to Rui Matos from comment #0) > There's also an issue with displaying the panel names. Right now I'm > seeing e.g. > > Region & Lan > guage > > by default on an english system. Should we remove the hyphens from the > original strings and leave the issue to translators (certainly keeping > the translator comments). No, because we have the same problem with all the languages, including English in some cases.
Review of attachment 326782 [details] [review]: Looks good.
2b9a0ac..d40be80 gnome-3-20 -> gnome-3-20 c831eaa..11d5d85 master -> master Attachment 326782 [details] pushed as 11d5d85 - common: Fix search by skipping soft hyphens when normalizing