knode
locale.cpp
Go to the documentation of this file.
101 void Locale::encodeTo7Bit( const QByteArray &raw, const QByteArray &charset, QByteArray &result )
QString toUpper() const
virtual QByteArray name() const =0
static QStringList encodings()
Returns a list of encodings along with a description.
Definition: locale.cpp:120
bool contains(const QString &str, Qt::CaseSensitivity cs) const
bool isEmpty() const
static void recodeString(const QString &s, KNGroup::Ptr g, QByteArray &result)
Try to convert a 8bits string to the equivalent 7bits RFC-2047 string.
Definition: locale.cpp:93
bool isEmpty() const
static QByteArray defaultCharset()
Returns the charset defined in the global configuration.
Definition: locale.cpp:76
QByteArray toLatin1() const
static void encodeTo7Bit(const QByteArray &raw, const QByteArray &charset, QByteArray &result)
Convert raw data raw to a RFC-2047 string.
Definition: locale.cpp:101
QTextCodec * codecForName(const QByteArray &name)
void sort()
static QString toMimeCharset(const QString &charset)
Converts a given charset to a charset that can be used in message headers (e.g.
Definition: locale.cpp:40
QString toUnicode(const QByteArray &a) const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.