diff options
author | Michele Calgaro <[email protected]> | 2024-06-30 14:18:32 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 12:11:47 +0900 |
commit | c113da2069b66130f67a0f27c699e1cec83588a5 (patch) | |
tree | db98a4d4c3e15bce9614a07af8874c3c2febfd9b /doc/html/whatsthis | |
parent | aeefd3fe454bfaed093355278b1e2caa84bfd77a (diff) | |
download | tqt3-c113da2069b66130f67a0f27c699e1cec83588a5.tar.gz tqt3-c113da2069b66130f67a0f27c699e1cec83588a5.zip |
Rename codec nt* related files to equivalent tq*.
The qrtlcodec files have been renamed into tqhebrewcodec files, for consistency with file naming used for other codecs.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/whatsthis')
-rw-r--r-- | doc/html/whatsthis | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/whatsthis b/doc/html/whatsthis index 25fe82bc3..892f3bd7a 100644 --- a/doc/html/whatsthis +++ b/doc/html/whatsthis @@ -66,17 +66,17 @@ Const iterator for TQValueList. | TQValueListConstIterator Convenience class for input streams. | TQTextIStream Convenience class for output streams. | TQTextOStream Conversion between text encodings. | TQTextCodec -Conversion to and from EUC-JP character sets. | QEucJpCodec -Conversion to and from EUC-KR character sets. | QEucKrCodec -Conversion to and from JIS character sets. | QJisCodec -Conversion to and from Shift-JIS. | QSjisCodec -Conversion to and from the Big5 encoding. | QBig5Codec -Conversion to and from the Big5-HKSCS encoding. | QBig5hkscsCodec -Conversion to and from the Chinese GB18030/GBK/GB2312 encoding. | QGb18030Codec -Conversion to and from the Chinese GB2312 encoding. | QGb2312Codec -Conversion to and from the Chinese GBK encoding. | QGbkCodec -Conversion to and from the Tamil TSCII encoding. | QTsciiCodec -Conversion to and from visually ordered Hebrew. | QHebrewCodec +Conversion to and from EUC-JP character sets. | TQEucJpCodec +Conversion to and from EUC-KR character sets. | TQEucKrCodec +Conversion to and from JIS character sets. | TQJisCodec +Conversion to and from Shift-JIS. | TQSjisCodec +Conversion to and from the Big5 encoding. | TQBig5Codec +Conversion to and from the Big5-HKSCS encoding. | TQBig5hkscsCodec +Conversion to and from the Chinese GB18030/GBK/GB2312 encoding. | TQGb18030Codec +Conversion to and from the Chinese GB2312 encoding. | TQGb2312Codec +Conversion to and from the Chinese GBK encoding. | TQGbkCodec +Conversion to and from the Tamil TSCII encoding. | TQTsciiCodec +Conversion to and from visually ordered Hebrew. | TQHebrewCodec Converts between numbers and their string representations in various languages. | QLocale Corner-grip for resizing a top-level window. | QSizeGrip Creates TQStyle objects. | TQStyleFactory |