From 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 8 Jun 2024 12:56:43 +0900 Subject: Rename text nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/qtextencoder.html | 79 ---------------------------------------------- 1 file changed, 79 deletions(-) delete mode 100644 doc/html/qtextencoder.html (limited to 'doc/html/qtextencoder.html') diff --git a/doc/html/qtextencoder.html b/doc/html/qtextencoder.html deleted file mode 100644 index 410dd59bd..000000000 --- a/doc/html/qtextencoder.html +++ /dev/null @@ -1,79 +0,0 @@ - - - - - -TQTextEncoder Class - - - - - - - -
- -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

TQTextEncoder Class Reference

- -

The TQTextEncoder class provides a state-based encoder. -More... -

All the functions in this class are reentrant when TQt is built with thread support.

-

#include <ntqtextcodec.h> -

List of all member functions. -

Public Members

- -

Detailed Description

- - -The TQTextEncoder class provides a state-based encoder. - - -

The encoder converts Unicode into another format, remembering any -state that is required between calls. -

See also TQTextCodec::makeEncoder() and Internationalization with TQt. - -


Member Function Documentation

-

TQTextEncoder::~TQTextEncoder () [virtual] -

-Destroys the encoder. - -

TQCString TQTextEncoder::fromUnicode ( const TQString & uc, int & lenInOut ) [pure virtual] -

- -

Converts lenInOut characters (not bytes) from uc, producing -a TQCString. lenInOut will be set to the length of the result (in bytes). -

The encoder is free to record state to use when subsequent calls -are made to this function (for example, it might change modes with -escape sequences if needed during the encoding of one string, then -assume that mode applies when a subsequent call begins). - - -


-This file is part of the TQt toolkit. -Copyright © 1995-2007 -Trolltech. All Rights Reserved.


- -
Copyright © 2007 -TrolltechTrademarks -
TQt 3.3.8
-
- -- cgit v1.2.3