knode
locale.cpp
Go to the documentation of this file.
101 void Locale::encodeTo7Bit( const QByteArray &raw, const QByteArray &charset, QByteArray &result )
static QStringList encodings()
Returns a list of encodings along with a description.
Definition: locale.cpp:120
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
static QByteArray defaultCharset()
Returns the charset defined in the global configuration.
Definition: locale.cpp:76
static void encodeTo7Bit(const QByteArray &raw, const QByteArray &charset, QByteArray &result)
Convert raw data raw to a RFC-2047 string.
Definition: locale.cpp:101
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
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:36 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:36 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.