KMime
codecs.cpp
100 if (((c >= 'a') && (c <= 'z')) || // paranoid mode, encode *all* special chars to avoid problems
142 // When encountering a split character, RFC-2047-encode the word before it, and add it to the result.
Q_SCRIPTABLE Q_NOREPLY void start()
KCODECS_EXPORT QByteArray encodeRFC2047String(QStringView src, const QByteArray &charset)
QAction * end(const QObject *recvr, const char *slot, QObject *parent)
const char * constData() const const
bool contains(QByteArrayView bv) const const
char * data()
bool isEmpty() const const
QByteArray left(qsizetype len) const const
qsizetype length() const const
QByteArray mid(qsizetype pos, qsizetype len) const const
QByteArray right(qsizetype len) const const
qsizetype size() const const
QByteArray toBase64(Base64Options options) const const
char toLatin1() const const
char16_t & unicode()
System
QStringView mid(qsizetype start, qsizetype length) const const
const_pointer constData() const const
bool isEmpty() const const
qsizetype size() const const
QByteArray toLatin1() const const
QByteArray toLocal8Bit() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:30:05 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:30:05 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.