mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 01:00:19 +00:00
Removed legacy "IRC" encoding.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user