KMIME Library
kmime_charfreq.h File Reference
#include <QtCore/QByteArray>
#include "kmime_export.h"
Include dependency graph for kmime_charfreq.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | KMime::CharFreq |
Detailed Description
This file is part of the API for handling MIME data and defines the CharFreq class.
Defines the CharFreq class.
- KDE 4 Glossary:
- 8-bit: Data that contains bytes with at least one value greater than 127, or at least one NUL byte.
- KDE 4 Glossary:
- 8-bit-binary: Eight-bit data that contains a high percentage of non-ascii values, or lines longer than 998 characters, or stray CRs, or NULs.
- KDE 4 Glossary:
- 8-bit-text: Eight-bit data that contains a high percentage of ascii values, no lines longer than 998 characters, no NULs, and either only LFs or only CRLFs.
- KDE 4 Glossary:
- 7-Bit: Data that contains bytes with all values less than 128, and no NULs.
- KDE 4 Glossary:
- 7-bit-binary: Seven-bit data that contains a high percentage of non-ascii values, or lines longer than 998 characters, or stray CRs.
- KDE 4 Glossary:
- 7-bit-text: Seven-bit data that contains a high percentage of ascii values, no lines longer than 998 characters, and either only LFs, or only CRLFs.
Definition in file kmime_charfreq.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37: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:37:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.