• Max Kellermann's avatar
    path, tag_id3: use g_convert() instead of charConv.c · 8746a58a
    Max Kellermann authored
    GLib provides an easier API for character set conversion than iconv().
    Use g_convert() / g_convert_with_fallback() for all character
    conversions.  We should optimize the path.h API later to return a
    newly allocated buffer, so we can just pass GLib's return value.
    8746a58a
tag_id3.c 8.96 KB