[konversation] [Bug 362404] Crash with ISO 2022-JP Charset

2016-04-28 Thread Otto Teixeira via KDE Bugzilla
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( shortName.toLatin1() );

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

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


[konversation] [Bug 362404] Crash with ISO 2022-JP Charset

2016-04-28 Thread Otto Teixeira via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362404

Otto Teixeira  changed:

   What|Removed |Added

 CC||ottoteixe...@gmail.com

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