Skip to content
  • David King's avatar
    Add a case-insensitive UTF-8 string comparison · 6163e087
    David King authored
    Add et_normalized_strcasecmp0(), a function much like strcasecmp(), but
    that handles UTF-8 text by normalizing it, casefolding it and then
    comparing with g_utf8_collate(). Use the new function when sorting the
    album/artist list.
    6163e087