KCodecs
kcodecsqp.cpp File Reference
Include dependency graph for kcodecsqp.cpp:
Go to the source code of this file.
Namespaces | |
namespace | KCodecs |
Functions | |
static char | KCodecs::binToHex (uchar value) |
static uchar | KCodecs::highNibble (uchar ch) |
static bool | KCodecs::keep (uchar ch) |
static uchar | KCodecs::lowNibble (uchar ch) |
static qsizetype | KCodecs::QuotedPrintableDecoder_maxDecodedSizeFor (qsizetype insize, Codec::NewlineType newline) |
Variables | |
const uchar | KCodecs::eTextMap [16] = {0x00, 0x00, 0x00, 0x00, 0x40, 0x35, 0xFF, 0xC0, 0x7F, 0xFF, 0xFF, 0xE0, 0x7F, 0xFF, 0xFF, 0xE0} |
Detailed Description
This file is part of the API for handling MIME data and defines the QuotedPrintable, RFC2047Q, and RFC2231 Codec classes.
Defines the classes QuotedPrintableCodec, Rfc2047QEncodingCodec, and Rfc2231EncodingCodec.
Definition in file kcodecsqp.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:18:52 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:18:52 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.