[Konversation-devel] [konversation] [Bug 362404] Crash with ISO 2022-JP Charset
Otto Teixeira via KDE Bugzilla
bugzilla_noreply at kde.org
Fri Apr 29 01:36:35 UTC 2016
https://bugs.kde.org/show_bug.cgi?id=362404
--- Comment #2 from Otto Teixeira <ottoteixeira at 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 the assignee for the bug.
More information about the Konversation-devel
mailing list