diff src/madplug/input.c @ 687:6dd733e046fa trunk

[svn] Revert r1456, this gives problems with some files with broken ID3-Tags.
author js
date Tue, 20 Feb 2007 06:11:10 -0800
parents 46743e3ebcc1
children c787612e29ff
line wrap: on
line diff
--- a/src/madplug/input.c	Tue Feb 20 05:51:43 2007 -0800
+++ b/src/madplug/input.c	Tue Feb 20 06:11:10 2007 -0800
@@ -311,7 +311,7 @@
     switch (encoding) {
     case ID3_FIELD_TEXTENCODING_ISO_8859_1:
         rtn0 = (gchar *)id3_ucs4_latin1duplicate(string);
-        rtn = g_convert(rtn0, -1, "utf8", "iso8859-1", NULL, NULL, NULL);
+        rtn = str_to_utf8(rtn0);
         g_free(rtn0);
         break;
     case ID3_FIELD_TEXTENCODING_UTF_8: