KCodecs

kcodecsqp.cpp File Reference
#include "kcodecsqp.h"
#include "kcodecs_p.h"
#include <QDebug>
#include <cassert>
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.

Author(s)
Marc Mutz <mutz@.nosp@m.kde..nosp@m.org>

Definition in file kcodecsqp.cpp.

This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:20:47 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.