summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qtextcodec.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-07-25 13:04:19 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-31 11:13:05 +0200
commit9d0b1fc0bccf0188d3f9ef0a871c5e8e36fdb964 (patch)
tree512c739311a775ab74f3e0e23fed8c5198fc0b63 /src/corelib/codecs/qtextcodec.cpp
parent8a883d972da3b28d87689c4d4d9c9b5e5b1dcba1 (diff)
Small doc fixes about the list of supported codecs.
Change-Id: I98b8ec9d5de9e69f1bb6187b4d820d61f7ce03e5 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/codecs/qtextcodec.cpp')
-rw-r--r--src/corelib/codecs/qtextcodec.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/codecs/qtextcodec.cpp b/src/corelib/codecs/qtextcodec.cpp
index 25d2d1f96f..349ff0fbd1 100644
--- a/src/corelib/codecs/qtextcodec.cpp
+++ b/src/corelib/codecs/qtextcodec.cpp
@@ -370,8 +370,6 @@ QTextCodec::ConverterState::~ConverterState()
\li JIS X 0208
\li KOI8-R
\li KOI8-U
- \li MuleLao-1
- \li ROMAN8
\li \l{Shift-JIS Text Codec}{Shift-JIS}
\li TIS-620
\li \l{TSCII Text Codec}{TSCII}
@@ -383,9 +381,11 @@ QTextCodec::ConverterState::~ConverterState()
\li UTF-32BE
\li UTF-32LE
\li Windows-1250 to 1258
- \li WINSAMI2
\endlist
+ If Qt is compiled with ICU support enabled, most codecs supported by
+ ICU will also be available to the application.
+
QTextCodecs can be used as follows to convert some locally encoded
string to Unicode. Suppose you have some string encoded in Russian
KOI8-R encoding, and want to convert it to Unicode. The simple way