IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

QTextEncoder Class

The QTextEncoder class provides a state-based encoder.

All functions in this class are reentrant.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

QTextEncoder Class

  • Header: QTextEncoder

  • qmake: QT += core

  • Group: QTextEncoder is part of i18n

Detailed Description

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

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

See Also

Member Function Documentation

 

[explicit] QTextEncoder::QTextEncoder(const QTextCodec *codec)

Constructs a text encoder for the given codec.

[explicit, since 4.7] QTextEncoder::QTextEncoder(const QTextCodec *codec, QTextCodec::ConversionFlags flags)

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

This function was introduced in Qt 4.7.

QTextEncoder::~QTextEncoder()

Destroys the encoder.

QByteArray QTextEncoder::fromUnicode(const QString &str)

Converts the Unicode string str into an encoded QByteArray.

[since 5.10] QByteArray QTextEncoder::fromUnicode(QStringView str)

This is an overloaded function.

Converts the Unicode string str into an encoded QByteArray.

This function was introduced in Qt 5.10.

QByteArray QTextEncoder::fromUnicode(const QChar *uc, int len)

This is an overloaded function.

Converts len characters (not bytes) from uc, and returns the result in a QByteArray.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+