Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

QTextDecoder Class Reference

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

 #include <QTextDecoder>

Note: All functions in this class are reentrant.

Public Functions

QTextDecoder ( const QTextCodec * codec )
QTextDecoder ( const QTextCodec * codec, QTextCodec::ConversionFlags flags )
~QTextDecoder ()
QString toUnicode ( const char * chars, int len )
void toUnicode ( QString * target, const char * chars, int len )
QString toUnicode ( const QByteArray & ba )

Detailed Description

The QTextDecoder class provides a state-based decoder.

A text decoder converts text from an encoded text format into Unicode using a specific codec.

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

See also QTextCodec::makeDecoder() and QTextEncoder.

Member Function Documentation

QTextDecoder::QTextDecoder ( const QTextCodec * codec )

Constructs a text decoder for the given codec.

QTextDecoder::QTextDecoder ( const QTextCodec * codec, QTextCodec::ConversionFlags flags )

Constructs a text decoder for the given codec and conversion flags.

This function was introduced in Qt 4.7.

QTextDecoder::~QTextDecoder ()

Destroys the decoder.

QString QTextDecoder::toUnicode ( const char * chars, int len )

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.

void QTextDecoder::toUnicode ( QString * target, const char * chars, int len )

This is an overloaded function.

The converted string is returned in target.

QString QTextDecoder::toUnicode ( const QByteArray & ba )

This is an overloaded function.

Converts the bytes in the byte array specified by ba to Unicode and returns the result.

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt 4.8
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web