From kde-commits Tue Aug 02 11:18:11 2005 From: Nicolas Goutte Date: Tue, 02 Aug 2005 11:18:11 +0000 To: kde-commits Subject: branches/KDE/3.5/kdelibs/kdecore Message-Id: <1122981491.989048.15929.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=112298150815547 SVN commit 442337 by goutte: Add support for "csISO2022JP" (Similar to revision 442336, however with the Qt3 name of the QTextCodec) (Based on a patch from Toyohiro Asukai) BUG:77243 M +1 -0 kcharsets.cpp --- branches/KDE/3.5/kdelibs/kdecore/kcharsets.cpp #442336:442337 @@ -311,6 +311,7 @@ { "x-mac-roman", "apple roman" }, { "macintosh", "apple roman" }, { "mac", "apple roman" }, + { "csiso2022jp", "jis7" }, // See bug #77243 { 0, 0 }}; // some different names for the encodings defined in the charmaps files.