diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2010-09-20 07:35:26 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2010-09-20 11:51:30 (GMT) |
commit | 2b230dbc9a784e577c08fa25db3e975952849297 (patch) | |
tree | 3318555716febd812bb1970a5085b20415daf8fd /src/corelib | |
parent | 6930cc6f7247464f1adae143102b5a3811f25345 (diff) | |
download | Qt-2b230dbc9a784e577c08fa25db3e975952849297.zip Qt-2b230dbc9a784e577c08fa25db3e975952849297.tar.gz Qt-2b230dbc9a784e577c08fa25db3e975952849297.tar.bz2 |
qtextcodec_symbian: Add few aliases
Reviewed-by: Denis
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/codecs/qtextcodec_symbian.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/codecs/qtextcodec_symbian.cpp b/src/corelib/codecs/qtextcodec_symbian.cpp index d59998f..9d7e856 100644 --- a/src/corelib/codecs/qtextcodec_symbian.cpp +++ b/src/corelib/codecs/qtextcodec_symbian.cpp @@ -122,8 +122,8 @@ static const QSymbianCodecInitData codecsData[] = { { /*271085624*/ 271085624, 114, "GB18030\0" }, { /*536929574*/ 536929574, 38, "EUC-KR\0" }, { /*536936703*/ 536936703, 0, "CP949\0" }, - { /*536936705*/ 536936705, 37, "ISO-2022-KR\0" }, - { /*536941517*/ 536941517, 36, "KS_C_5601-1987\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" } }; |