KDECore
kstringhandler.cpp File Reference
#include "kstringhandler.h"#include <stdlib.h>#include <kglobal.h>#include <QtCore/QRegExp>#include <QtCore/QCharRef>#include <QtCore/QMutableStringListIterator>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
◆ F
| #define F 0 /* character never appears in text */ |
◆ I
| #define I 2 /* character appears in ISO-8859 text */ |
◆ T
| #define T 1 /* character appears in plain ASCII text */ |
◆ X
| #define X 3 /* character appears in non-ISO extended ASCII (Mac, IBM PC) */ |
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.