GNOME Bugzilla – Bug 424429
rhythmbox doesn't normalize strings in database
Last modified: 2018-05-24 12:28:45 UTC
Strings should be normalized (NFC): - when comparing any strings in the database - when the user is manually modifying info Strings should always be normalized before comparison because imports might not be normalized in any form. String could be normalized at input, just to make it easier for exports to legacy systems. Example: I use the French keybaord to type info about a song: I set the Album title to "écho". Then I have a DRC Keyboard and type set the Album title for another song to "écho". These are canonically equivalent strings according to Unicode, yet rhythmbox shows them as two different album names. See bug 423036 for details
Created attachment 85557 [details] two albums with the 'same' name Here's an example, one some has decomposed (NFD) album title, all the others have (NFC) album title. "Toyébí tɛ́" and "Toyébí tɛ́"
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/rhythmbox/issues/350.