QTextEncoder

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(const(QTextCodec) codec)
Undocumented in source.
this
this(const(QTextCodec) codec, QTextCodec.ConversionFlags flags)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

fromUnicode
QByteArray fromUnicode(const(QString) str)
Undocumented in source.
fromUnicode
QByteArray fromUnicode(QStringView str)
Undocumented in source.
fromUnicode
QByteArray fromUnicode(const(QChar)* uc, int len)
Undocumented in source.
hasFailure
bool hasFailure()
Undocumented in source.

Meta