#include <qfile.h>#include <qtl.h>#include <math.h>#include <limits.h>#include <qdatastream.h>#include "qimpencombining.h"Include dependency graph for qimpencombining.cpp:

Go to the source code of this file.
Variables | |
| static unsigned int | combiningSymbols [] = { '\\', '/', '^', '~', '\"', 'o' } |
| static unsigned int | combiningChars [][7] |
|
|
Initial value: {
{ 'A', 0x00C0, 0x00C1, 0x00C2, 0x00C3, 0x00C4, 0x00C5 },
{ 'O', 0x00D2, 0x00D3, 0x00D4, 0x00D5, 0x00D6, 0x0000 },
{ 'U', 0x00D9, 0x00DA, 0x00DB, 0x0000, 0x00DC, 0x0000 },
{ 'E', 0x00C8, 0x00C9, 0x00CA, 0x0000, 0x00CB, 0x0000 },
{ 'I', 0x00CC, 0x00CD, 0x00CE, 0x0000, 0x00CF, 0x0000 },
{ 'a', 0x00E0, 0x00E1, 0x00E2, 0x00E3, 0x00E4, 0x00E5 },
{ 'e', 0x00E8, 0x00E9, 0x00EA, 0x0000, 0x00EB, 0x0000 },
{ 'i', 0x00EC, 0x00ED, 0x00EE, 0x0000, 0x00EF, 0x0000 },
{ 'n', 0x0000, 0x0000, 0x0000, 0x00F1, 0x0000, 0x0000 },
{ 'o', 0x00F2, 0x00F3, 0x00F4, 0x00F5, 0x00F6, 0x0000 },
{ 'u', 0x00F9, 0x00FA, 0x00FB, 0x0000, 0x00FC, 0x0000 },
{ 'y', 0x0000, 0x00FD, 0x0000, 0x0000, 0x00FF, 0x0000 },
{ 0, 0, 0, 0, 0, 0, 0 }
}
Definition at line 29 of file qimpencombining.cpp. Referenced by QIMPenCombining::addCombined(), and QIMPenCombining::findCombining(). |
|
|
Definition at line 28 of file qimpencombining.cpp. Referenced by QIMPenCombining::addCombined(), and QIMPenCombining::penChar(). |
1.4.2