[konversation] [Bug 362404] Crash with ISO 2022-JP Charset
https://bugs.kde.org/show_bug.cgi?id=362404 --- Comment #2 from Otto Teixeira --- 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( shortNa
[konversation] [Bug 362404] Crash with ISO 2022-JP Charset
https://bugs.kde.org/show_bug.cgi?id=362404 Otto Teixeira changed: What|Removed |Added CC||ottoteixe...@gmail.com -- You are receiving th