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
◆ I
◆ T
◆ X
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.