diff options
Diffstat (limited to 'src/codecs/tqisciicodec.cpp')
| -rw-r--r-- | src/codecs/tqisciicodec.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/codecs/tqisciicodec.cpp b/src/codecs/tqisciicodec.cpp index 75d3db3e7..08e0669d7 100644 --- a/src/codecs/tqisciicodec.cpp +++ b/src/codecs/tqisciicodec.cpp @@ -172,7 +172,7 @@ TQCString TQIsciiCodec::fromUnicode(const TQString& uc, int& len_in_out) const int base = codecs[idx].base; - bool halant = FALSE; + bool halant = false; for (int i =0; i < l; ++i) { int pos = data[i].unicode() - base; if (pos > 0 && pos < 0x80) { @@ -215,7 +215,7 @@ TQString TQIsciiCodec::toUnicode( const char* chars, int len_in ) const int base = codecs[idx].base; - bool halant = FALSE; + bool halant = false; for (int i = 0; i < len_in; ++i) { ushort ch = (uchar) chars[i]; if (ch < 0xa0) |
