diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/html/i18n.html | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt-252a2ec8.tar.gz tqt-252a2ec8.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/i18n.html')
-rw-r--r-- | doc/html/i18n.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/i18n.html b/doc/html/i18n.html index 630ce6bb7..f2b0251f0 100644 --- a/doc/html/i18n.html +++ b/doc/html/i18n.html @@ -514,7 +514,7 @@ are under development in some Unix variants. All TQt file functions allow Unicode, but convert filenames to the local 8-bit encoding, as this is the Unix convention -(see <a href="ntqfile.html#setEncodingFunction">TQFile::setEncodingFunction</a>() +(see <a href="tqfile.html#setEncodingFunction">TQFile::setEncodingFunction</a>() to explore alternative encodings). <li> File I/O defaults to the local 8-bit encoding, with Unicode options in <a href="tqtextstream.html">TQTextStream</a>. |