Removed legacy "IRC" encoding.

This commit is contained in:
Arnavion
2015-01-18 02:10:03 -08:00
parent 5a56f9ea01
commit ee17ec6b4f
6 changed files with 23 additions and 44 deletions

View File

@@ -1272,13 +1272,6 @@ servlist_check_encoding (char *charset)
if (c)
c[0] = 0;
if (!g_ascii_strcasecmp (charset, "IRC")) /* special case */
{
if (c)
c[0] = ' ';
return TRUE;
}
gic = g_iconv_open (charset, "UTF-8");
if (c)