https://bugs.kde.org/show_bug.cgi?id=362404

--- Comment #2 from Otto Teixeira <ottoteixe...@gmail.com> ---
In irccharsets.cpp:

Why this code?
if(shortName == QStringLiteral("ISO 2022-JP")) {
    return QTextCodec::codecForName( "jis7" );
}
That returns NULL.

This one:
return KCharsets::charsets()->codecForName( shortName.toLatin1() );

Seems to work fine for "Codec = ISO 2022-JP"

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to