https://bugs.kde.org/show_bug.cgi?id=362401
Eike Hein <h...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |http://commits.kde.org/konv | |ersation/994f45aca0061498d4 | |e46ad601fae11cf3c0b7e4 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #1 from Eike Hein <h...@kde.org> --- Git commit 994f45aca0061498d4e46ad601fae11cf3c0b7e4 by Eike Hein. Committed on 03/05/2016 at 06:51. Pushed by hein into branch 'master'. Japanese charsets fixes. We used to override QTextCodec::codecForLocale() by explicitly defaulting to jis7 for jp_JP, but KCharsets/Qt5 seem to no longer support jis7. We also used to mangle ISO-2022-JP to jis7 - which actually is supported. So lets default to ISO-2022-JP and mangle jis7 to ISO 2022-JP instead to keep existing configs working ... However this showed up as a crash due to not checking for null codecs, so let's add a check too. M +9 -5 src/identity.cpp M +10 -9 src/irc/irccharsets.cpp http://commits.kde.org/konversation/994f45aca0061498d4e46ad601fae11cf3c0b7e4 -- You are receiving this mail because: You are watching all bug changes.