|
|
| |
| |
| |
#ifndef QT_NO_CODECS |
// #ifndef QT_NO_CODECS |
| |
class QSimpleTextCodec: public QTextCodec | class QSimpleTextCodec: public QTextCodec |
{ | { |
|
|
} | } |
| |
| |
#endif // QT_NO_CODECS |
// #endif // QT_NO_CODECS |
| |
class QLatin1Codec: public QTextCodec | class QLatin1Codec: public QTextCodec |
{ | { |
|
|
{ | { |
(void)new QLatin1Codec; | (void)new QLatin1Codec; |
| |
#ifndef QT_NO_CODECS |
|
int i = 0; | int i = 0; |
do { | do { |
(void)new QSimpleTextCodec( i ); | (void)new QSimpleTextCodec( i ); |
} while( unicodevalues[i++].mib != LAST_MIB ); | } while( unicodevalues[i++].mib != LAST_MIB ); |
| |
|
#ifndef QT_NO_CODECS |
(void)new QEucJpCodec; | (void)new QEucJpCodec; |
(void)new QSjisCodec; | (void)new QSjisCodec; |
(void)new QJisCodec; | (void)new QJisCodec; |