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

 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 int KCodecs::QuotedPrintableDecoder_maxDecodedSizeFor (int 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

Defines the classes QuotedPrintableCodec, Rfc2047QEncodingCodec, and Rfc2231EncodingCodec.

This file is part of the API for handling MIME data and defines the QuotedPrintable, RFC2047Q, and RFC2231 Codec classes.

Author(s):
Marc Mutz <[email protected][email protected]kde.[email protected]org>

Definition in file kcodecsqp.cpp.

This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Mar 26 2023 04:05:48 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.