QCP949Codec Class
The QCP949Codec class handles encoding and decoding of text in CP949 encoding. More...
| Header: | #include <QCP949Codec> |
| Inherits: | QTextCodec |
Reimplemented Public Functions
| virtual QByteArray | convertFromUnicode(const QChar *uc, int len, ConverterState *state) const override |
| virtual QString | convertToUnicode(const char *chars, int len, ConverterState *state) const override |
Detailed Description
\inmoduleQtCore5Compat \internal
CP949 stands for code page 949, default code page for Korean text on Windows.
Member Function Documentation
[override virtual] QByteArray QCP949Codec::convertFromUnicode(const QChar *uc, int len, ConverterState *state) const
Reimplements: QTextCodec::convertFromUnicode(const QChar *input, int number, ConverterState *state) const.
[override virtual] QString QCP949Codec::convertToUnicode(const char *chars, int len, ConverterState *state) const
Reimplements: QTextCodec::convertToUnicode(const char *chars, int len, ConverterState *state) const.