KDEUI
kcharselectdata.cpp File Reference
#include "kcharselectdata_p.h"
#include <QStringList>
#include <QFile>
#include <qendian.h>
#include <QtConcurrentRun>
#include <string.h>
#include <klocalizedstring.h>
#include <kstandarddirs.h>
Include dependency graph for kcharselectdata.cpp:

Go to the source code of this file.
Variables | |
static const char | JAMO_L_TABLE [][4] |
static const char | JAMO_T_TABLE [][4] |
static const char | JAMO_V_TABLE [][4] |
Variable Documentation
const char JAMO_L_TABLE[][4] [static] |
Initial value:
{ "G", "GG", "N", "D", "DD", "R", "M", "B", "BB", "S", "SS", "", "J", "JJ", "C", "K", "T", "P", "H" }
Definition at line 43 of file kcharselectdata.cpp.
const char JAMO_T_TABLE[][4] [static] |
Initial value:
{ "", "G", "GG", "GS", "N", "NJ", "NH", "D", "L", "LG", "LM", "LB", "LS", "LT", "LP", "LH", "M", "B", "BS", "S", "SS", "NG", "J", "C", "K", "T", "P", "H" }
Definition at line 56 of file kcharselectdata.cpp.
const char JAMO_V_TABLE[][4] [static] |
Initial value:
{ "A", "AE", "YA", "YAE", "EO", "E", "YEO", "YE", "O", "WA", "WAE", "OE", "YO", "U", "WEO", "WE", "WI", "YU", "EU", "YI", "I" }
Definition at line 49 of file kcharselectdata.cpp.