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 |http://commits.kde.org/konv
                   |ersation/994f45aca0061498d4 |ersation/a90f9d89104f4e3434
                   |e46ad601fae11cf3c0b7e4      |53c67e2d26be7b1c2e5b4a

--- Comment #2 from Eike Hein <h...@kde.org> ---
Git commit a90f9d89104f4e343453c67e2d26be7b1c2e5b4a by Eike Hein.
Committed on 21/07/2016 at 19:11.
Pushed by hein into branch '1.6'.

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/a90f9d89104f4e343453c67e2d26be7b1c2e5b4a

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

Reply via email to