--- Input/mpg123/fileinfo.c~ Sun Feb 6 02:08:51 2000 +++ Input/mpg123/fileinfo.c Sun Feb 6 02:14:27 2000 @@ -63,7 +63,7 @@ text = g_strdup(gtk_entry_get_text(entry)); if(int_detectJCode(text) != 0) - str_conv( &text, "EUC-JP", "SJIS"); + str_conv( &text, "EUC-JP", "Shift_JIS"); memset(tag, ' ', length); memcpy(tag, text, strlen(text) > length ? length : strlen(text)); g_free(text);