diff options
Diffstat (limited to 'src/codecs/tqfontcncodec.cpp')
| -rw-r--r-- | src/codecs/tqfontcncodec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codecs/tqfontcncodec.cpp b/src/codecs/tqfontcncodec.cpp index 36ffc4e54..58bc956b3 100644 --- a/src/codecs/tqfontcncodec.cpp +++ b/src/codecs/tqfontcncodec.cpp @@ -233,7 +233,7 @@ void TQFontGbkCodec::fromUnicode(const TQChar *in, unsigned short *out, int leng bool TQFontGbkCodec::canEncode( TQChar ch ) const { if (ch.unicode() >= 0x4e00 && ch.unicode() <= 0x9fa5) - return TRUE; + return true; uchar buf[4]; int len = qt_UnicodeToGbk( ch.unicode(), buf ); //tqDebug("TQFontGbkCodec::canEncode( TQChar ch = %02X%02X )", ch.row(), ch.cell()); |
