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 418189 - search & replace regardless of diacritics
search & replace regardless of diacritics
Status: RESOLVED OBSOLETE
Product: gedit
Classification: Applications
Component: search and replace
2.17.x
Other Linux
: Normal enhancement
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-14 12:12 UTC by Denis Jacquerye
Modified: 2020-11-24 10:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Denis Jacquerye 2007-03-14 12:12:37 UTC
There are texts with or without accented characters sometimes. For example some French texts have "Ecole", "École", "ECOLE", "ÉCOLE" or "école", some languages could have similar cases but with combining diacrtics, like "MBƆTE", "MBƆ́TƐ" or "mbɔ́tɛ" in Lingala.

It would be nice to be able to ignore diacritics when searching, unless this is/will be easily done with the regexp plugin.
Comment 1 Denis Jacquerye 2007-03-14 12:14:27 UTC
I'm guessing this would depend on gtksourceview being able to do this.
Comment 2 Philip Ganchev 2007-12-23 11:10:28 UTC
Evince had a similar bug (bug #408299) involving wrapped words, possibly with hyphens.  They filed it under freedesktop's backend library.  
Comment 3 Shawn Landden 2015-03-13 08:14:03 UTC
This can be done with normalization. Gedit could normalize the search string to match the document, and warn if the document is inconsistant. http://blog.golang.org/normalization
Comment 4 Shawn Landden 2015-03-13 08:15:48 UTC
This doesn't matter much as gedit doesn't currently display text with diacritics right. This bug thus depends bug 746136 .
Comment 5 Sébastien Wilmet 2020-11-24 10:00:52 UTC
Mass-closing of all gedit bugzilla tickets.

Special "code" to find again all those gedit bugzilla tickets that were open before the mass-closing:

2bfe1b0590a78457e1f1a6a90fb975f5878cb60064ccfe1d7db76ca0da52f0f3

By searching the above sha256sum in bugzilla, the gedit contributors can find again the tickets. We may be interested to do so when we work on a specific area of the code, to at least know the known problems and possible enhancements.

We do this mass-closing because bugzilla.gnome.org is being replaced by gitlab.gnome.org.