SVN commit 442336 by goutte: Add support for the encoding "csISO2022JP" CCBUG:77243 (Based on code from Warren Turkal; however Qt4 changed the name of the encoding) M +1 -0 kcharsets.cpp --- trunk/KDE/kdelibs/kdecore/kcharsets.cpp #442335:442336 @@ -312,6 +312,7 @@ { "x-mac-roman", "apple roman" }, { "macintosh", "apple roman" }, { "mac", "apple roman" }, + { "csiso2022jp", "iso-2022-jp" }, // See bug #77243 { 0, 0 }}; #if 0