dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QTextEncoder
qt
core
textcodec
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (
C
++) extern (
C
++)
struct
QTextEncoder {
this
(const(QTextCodec) codec);
this
(const(QTextCodec) codec, QTextCodec.ConversionFlags flags);
~this
();
static if
(
QT_STRINGVIEW_LEVEL < 2
)
QByteArray
fromUnicode
(const(QString) str);
QByteArray
fromUnicode
(QStringView str);
QByteArray
fromUnicode
(const(QChar)* uc, int len);
bool
hasFailure
();
}
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
Source
See Implementation
qt
core
textcodec
classes
QTextCodec
structs
QTextDecoder
QTextEncoder