From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- doc/html/qtextdecoder.html | 78 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 doc/html/qtextdecoder.html (limited to 'doc/html/qtextdecoder.html') diff --git a/doc/html/qtextdecoder.html b/doc/html/qtextdecoder.html new file mode 100644 index 0000000..1c706bb --- /dev/null +++ b/doc/html/qtextdecoder.html @@ -0,0 +1,78 @@ + + + + + +QTextDecoder Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

QTextDecoder Class Reference

+ +

The QTextDecoder class provides a state-based decoder. +More... +

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

+

#include <qtextcodec.h> +

List of all member functions. +

Public Members

+ +

Detailed Description

+ + +The QTextDecoder class provides a state-based decoder. + + +

The decoder converts a text format into Unicode, remembering any +state that is required between calls. +

See also QTextCodec::makeEncoder() and Internationalization with Qt. + +


Member Function Documentation

+

QTextDecoder::~QTextDecoder () [virtual] +

+Destroys the decoder. + +

QString QTextDecoder::toUnicode ( const char * chars, int len ) [pure virtual] +

+ +

Converts the first len bytes in chars to Unicode, returning +the result. +

If not all characters are used (e.g. if only part of a multi-byte +encoding is at the end of the characters), the decoder remembers +enough state to continue with the next call to this function. + + +


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


+ +
Copyright © 2007 +TrolltechTrademarks +
Qt 3.3.8
+
+ -- cgit v1.2.3