KDECore
kstringhandler.cpp File Reference
#include "kstringhandler.h"
#include <stdlib.h>
#include <kglobal.h>
#include <QtCore/QRegExp>
#include <QtCore/QCharRef>
#include <QtCore/QMutableStringListIterator>
Include dependency graph for kstringhandler.cpp:
Go to the source code of this file.
Macros | |
#define | F 0 /* character never appears in text */ |
#define | I 2 /* character appears in ISO-8859 text */ |
#define | T 1 /* character appears in plain ASCII text */ |
#define | X 3 /* character appears in non-ISO extended ASCII (Mac, IBM PC) */ |
Macro Definition Documentation
#define F 0 /* character never appears in text */ |
#define I 2 /* character appears in ISO-8859 text */ |
#define T 1 /* character appears in plain ASCII text */ |
#define X 3 /* character appears in non-ISO extended ASCII (Mac, IBM PC) */ |
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:12 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:22:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.