From 4a23a3cdf22f464c76d41c0af2c9fad5be5f647a Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Mon, 30 May 2011 19:16:20 +0200 Subject: [PATCH] Adding Kazakh entry to the codec alias table A Symbian update after "Anna" may come with Kazakh support. Task-number: QTBUG-19024 Reviewed-by: Olivier Goffart --- src/corelib/codecs/qtextcodec_symbian.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/corelib/codecs/qtextcodec_symbian.cpp b/src/corelib/codecs/qtextcodec_symbian.cpp index c8a7357..4710ec7 100644 --- a/src/corelib/codecs/qtextcodec_symbian.cpp +++ b/src/corelib/codecs/qtextcodec_symbian.cpp @@ -123,7 +123,8 @@ static const QSymbianCodecInitData codecsData[] = { { /*536929574*/ 536929574, 38, "EUC-KR\0" }, { /*536936703*/ 536936703, 0, "CP949\0" }, { /*536936705*/ 536936705, 37, "ISO-2022-KR\0csISO2022KR\0" }, - { /*536941517*/ 536941517, 36, "KS_C_5601-1987\0iso-ir-149\0KS_C_5601-1989\0KSC_5601\0Korean\0csKSC56011987\0" } + { /*536941517*/ 536941517, 36, "KS_C_5601-1987\0iso-ir-149\0KS_C_5601-1989\0KSC_5601\0Korean\0csKSC56011987\0" }, + { /*537124345*/ 537124345, 119, "KZ-1048\0" } }; -- 1.7.0.2.msysgit.0