MWAWFontConverterInternal::Data Namespace Reference

Internal and low level: tools to convert Macintosh characters. More...

Classes

struct  ConversionData
 Internal and low level: a class to store a conversion map for character, ... More...
 
class  KnownConversion
 

Variables

static int const s_romanUnicode []
 Internal and Low level: vector ( char, unicode) for roman font. More...
 
static int const s_centralEuroUnicode []
 Internal and Low level: vector (char, unicode) for Central european font. More...
 
static int const s_cyrillicUnicode []
 Internal and Low level: vector (char, unicode) for Cyrillic font. More...
 
static int const s_turkishUnicode []
 Internal and Low level: vector (char, unicode) for Turkish font ( diff to mac roman) More...
 
static int const s_symbolUnicode []
 Internal and Low level: vector (char, unicode) for symbol font. More...
 
static int const s_dingbatsUnicode []
 Internal and Low level: vector (char, unicode) for dingbats font. More...
 
static int const s_monotypeSortsUnicode []
 Internal and Low level: vector (char, unicode) for Monotype Sorts font. More...
 
static int const s_wingdingsUnicode []
 Internal and Low level: vector (char, unicode) for wingdings font. More...
 
static int const s_cursiveIncompleteUnicode []
 Internal and Low level: vector (char, unicode) for cursive font. More...
 
static int const s_mathIncompleteUnicode []
 Internal and Low level: vector (char, unicode) for math font. More...
 
static int const s_scientificIncompleteUnicode []
 Internal and Low level: vector (char, unicode) for scientific font. More...
 
static int const s_unknown107IncompleteUnicode []
 Internal and Low level: vector (char, unicode) for font 107. More...
 
static int const s_unknown128IncompleteUnicode []
 Internal and Low level: vector (char, unicode) for font 128. More...
 
static int const s_unknown200IncompleteUnicode []
 Internal and Low level: vector (char, unicode) for font 200. More...
 
static int const s_SJISSimplifiedUnicode []
 Internal and Low level: vector (char, unicode) for SJIS font (see MWAWFontSJISConverter ) More...
 
static int const s_windowsCP1250Unicode []
 Internal and Low Level: the Windows CP1250 encoding. More...
 
static int const s_windowsCP1251Unicode []
 Internal and Low Level: the Windows CP1251 encoding. More...
 
static int const s_windowsCP1252Unicode []
 Internal and Low Level: the Windows CP1252 encoding. More...
 
static int const s_windowsCP1253Unicode []
 Internal and Low Level: the Windows CP1253 encoding. More...
 
static int const s_windowsCP1254Unicode []
 Internal and Low Level: the Windows CP1254 encoding. More...
 
static int const s_windowsCP1255Unicode []
 Internal and Low Level: the Windows CP1255 encoding. More...
 
static int const s_windowsCP1256Unicode []
 Internal and Low Level: the Windows CP1256 encoding. More...
 
static int const s_windowsCP1257Unicode []
 Internal and Low Level: the Windows CP1257 encoding. More...
 
static int const s_windowsCP1258Unicode []
 Internal and Low Level: the Windows CP1258 encoding. More...
 

Detailed Description

Internal and low level: tools to convert Macintosh characters.

Variable Documentation

◆ s_centralEuroUnicode

int const MWAWFontConverterInternal::Data::s_centralEuroUnicode[]
static
Initial value:
= {
0x20,0x0020, 0x21,0x0021, 0x22,0x0022, 0x23,0x0023, 0x24,0x0024, 0x25,0x0025, 0x26,0x0026, 0x27,0x0027,
0x28,0x0028, 0x29,0x0029, 0x2A,0x002A, 0x2B,0x002B, 0x2C,0x002C, 0x2D,0x002D, 0x2E,0x002E, 0x2F,0x002F,
0x30,0x0030, 0x31,0x0031, 0x32,0x0032, 0x33,0x0033, 0x34,0x0034, 0x35,0x0035, 0x36,0x0036, 0x37,0x0037,
0x38,0x0038, 0x39,0x0039, 0x3A,0x003A, 0x3B,0x003B, 0x3C,0x003C, 0x3D,0x003D, 0x3E,0x003E, 0x3F,0x003F,
0x40,0x0040, 0x41,0x0041, 0x42,0x0042, 0x43,0x0043, 0x44,0x0044, 0x45,0x0045, 0x46,0x0046, 0x47,0x0047,
0x48,0x0048, 0x49,0x0049, 0x4A,0x004A, 0x4B,0x004B, 0x4C,0x004C, 0x4D,0x004D, 0x4E,0x004E, 0x4F,0x004F,
0x50,0x0050, 0x51,0x0051, 0x52,0x0052, 0x53,0x0053, 0x54,0x0054, 0x55,0x0055, 0x56,0x0056, 0x57,0x0057,
0x58,0x0058, 0x59,0x0059, 0x5A,0x005A, 0x5B,0x005B, 0x5C,0x005C, 0x5D,0x005D, 0x5E,0x005E, 0x5F,0x005F,
0x60,0x0060, 0x61,0x0061, 0x62,0x0062, 0x63,0x0063, 0x64,0x0064, 0x65,0x0065, 0x66,0x0066, 0x67,0x0067,
0x68,0x0068, 0x69,0x0069, 0x6A,0x006A, 0x6B,0x006B, 0x6C,0x006C, 0x6D,0x006D, 0x6E,0x006E, 0x6F,0x006F,
0x70,0x0070, 0x71,0x0071, 0x72,0x0072, 0x73,0x0073, 0x74,0x0074, 0x75,0x0075, 0x76,0x0076, 0x77,0x0077,
0x78,0x0078, 0x79,0x0079, 0x7A,0x007A, 0x7B,0x007B, 0x7C,0x007C, 0x7D,0x007D, 0x7E,0x007E,
0x80,0x00C4, 0x81,0x0100, 0x82,0x0101, 0x83,0x00C9, 0x84,0x0104, 0x85,0x00D6, 0x86,0x00DC, 0x87,0x00E1,
0x88,0x0105, 0x89,0x010C, 0x8A,0x00E4, 0x8B,0x010D, 0x8C,0x0106, 0x8D,0x0107, 0x8E,0x00E9, 0x8F,0x0179,
0x90,0x017A, 0x91,0x010E, 0x92,0x00ED, 0x93,0x010F, 0x94,0x0112, 0x95,0x0113, 0x96,0x0116, 0x97,0x00F3,
0x98,0x0117, 0x99,0x00F4, 0x9A,0x00F6, 0x9B,0x00F5, 0x9C,0x00FA, 0x9D,0x011A, 0x9E,0x011B, 0x9F,0x00FC,
0xA0,0x2020, 0xA1,0x00B0, 0xA2,0x0118, 0xA3,0x00A3, 0xA4,0x00A7, 0xA5,0x2022, 0xA6,0x00B6, 0xA7,0x00DF,
0xA8,0x00AE, 0xA9,0x00A9, 0xAA,0x2122, 0xAB,0x0119, 0xAC,0x00A8, 0xAD,0x2260, 0xAE,0x0123, 0xAF,0x012E,
0xB0,0x012F, 0xB1,0x012A, 0xB2,0x2264, 0xB3,0x2265, 0xB4,0x012B, 0xB5,0x0136, 0xB6,0x2202, 0xB7,0x2211,
0xB8,0x0142, 0xB9,0x013B, 0xBA,0x013C, 0xBB,0x013D, 0xBC,0x013E, 0xBD,0x0139, 0xBE,0x013A, 0xBF,0x0145,
0xC0,0x0146, 0xC1,0x0143, 0xC2,0x00AC, 0xC3,0x221A, 0xC4,0x0144, 0xC5,0x0147, 0xC6,0x2206, 0xC7,0x00AB,
0xC8,0x00BB, 0xC9,0x2026, 0xCA,0x00A0, 0xCB,0x0148, 0xCC,0x0150, 0xCD,0x00D5, 0xCE,0x0151, 0xCF,0x014C,
0xD0,0x2013, 0xD1,0x2014, 0xD2,0x201C, 0xD3,0x201D, 0xD4,0x2018, 0xD5,0x2019, 0xD6,0x00F7, 0xD7,0x25CA,
0xD8,0x014D, 0xD9,0x0154, 0xDA,0x0155, 0xDB,0x0158, 0xDC,0x2039, 0xDD,0x203A, 0xDE,0x0159, 0xDF,0x0156,
0xE0,0x0157, 0xE1,0x0160, 0xE2,0x201A, 0xE3,0x201E, 0xE4,0x0161, 0xE5,0x015A, 0xE6,0x015B, 0xE7,0x00C1,
0xE8,0x0164, 0xE9,0x0165, 0xEA,0x00CD, 0xEB,0x017D, 0xEC,0x017E, 0xED,0x016A, 0xEE,0x00D3, 0xEF,0x00D4,
0xF0,0x016B, 0xF1,0x016E, 0xF2,0x00DA, 0xF3,0x016F, 0xF4,0x0170, 0xF5,0x0171, 0xF6,0x0172, 0xF7,0x0173,
0xF8,0x00DD, 0xF9,0x00FD, 0xFA,0x0137, 0xFB,0x017B, 0xFC,0x0141, 0xFD,0x017C, 0xFE,0x0122, 0xFF,0x02C7,
}

Internal and Low level: vector (char, unicode) for Central european font.

Referenced by MWAWFontConverterInternal::Data::KnownConversion::initMaps().

◆ s_cursiveIncompleteUnicode

int const MWAWFontConverterInternal::Data::s_cursiveIncompleteUnicode[]
static
Initial value:
= {
0xa2,0xBC, 0xa3,0x2153, 0xa4,0x2159, 0xaa,0xBD, 0xc1,0x2154
}

Internal and Low level: vector (char, unicode) for cursive font.

Note
only characters which differs from roman

Referenced by MWAWFontConverterInternal::Data::KnownConversion::initMaps().

◆ s_cyrillicUnicode

int const MWAWFontConverterInternal::Data::s_cyrillicUnicode[]
static
Initial value:
= {
0x20,0x0020, 0x21,0x0021, 0x22,0x0022, 0x23,0x0023, 0x24,0x0024, 0x25,0x0025, 0x26,0x0026, 0x27,0x0027,
0x28,0x0028, 0x29,0x0029, 0x2A,0x002A, 0x2B,0x002B, 0x2C,0x002C, 0x2D,0x002D, 0x2E,0x002E, 0x2F,0x002F,
0x30,0x0030, 0x31,0x0031, 0x32,0x0032, 0x33,0x0033, 0x34,0x0034, 0x35,0x0035, 0x36,0x0036, 0x37,0x0037,
0x38,0x0038, 0x39,0x0039, 0x3A,0x003A, 0x3B,0x003B, 0x3C,0x003C, 0x3D,0x003D, 0x3E,0x003E, 0x3F,0x003F,
0x40,0x0040, 0x41,0x0041, 0x42,0x0042, 0x43,0x0043, 0x44,0x0044, 0x45,0x0045, 0x46,0x0046, 0x47,0x0047,
0x48,0x0048, 0x49,0x0049, 0x4A,0x004A, 0x4B,0x004B, 0x4C,0x004C, 0x4D,0x004D, 0x4E,0x004E, 0x4F,0x004F,
0x50,0x0050, 0x51,0x0051, 0x52,0x0052, 0x53,0x0053, 0x54,0x0054, 0x55,0x0055, 0x56,0x0056, 0x57,0x0057,
0x58,0x0058, 0x59,0x0059, 0x5A,0x005A, 0x5B,0x005B, 0x5C,0x005C, 0x5D,0x005D, 0x5E,0x005E, 0x5F,0x005F,
0x60,0x0060, 0x61,0x0061, 0x62,0x0062, 0x63,0x0063, 0x64,0x0064, 0x65,0x0065, 0x66,0x0066, 0x67,0x0067,
0x68,0x0068, 0x69,0x0069, 0x6A,0x006A, 0x6B,0x006B, 0x6C,0x006C, 0x6D,0x006D, 0x6E,0x006E, 0x6F,0x006F,
0x70,0x0070, 0x71,0x0071, 0x72,0x0072, 0x73,0x0073, 0x74,0x0074, 0x75,0x0075, 0x76,0x0076, 0x77,0x0077,
0x78,0x0078, 0x79,0x0079, 0x7A,0x007A, 0x7B,0x007B, 0x7C,0x007C, 0x7D,0x007D, 0x7E,0x007E,
0x80,0x0410, 0x81,0x0411, 0x82,0x0412, 0x83,0x0413, 0x84,0x0414, 0x85,0x0415, 0x86,0x0416, 0x87,0x0417,
0x88,0x0418, 0x89,0x0419, 0x8A,0x041A, 0x8B,0x041B, 0x8C,0x041C, 0x8D,0x041D, 0x8E,0x041E, 0x8F,0x041F,
0x90,0x0420, 0x91,0x0421, 0x92,0x0422, 0x93,0x0423, 0x94,0x0424, 0x95,0x0425, 0x96,0x0426, 0x97,0x0427,
0x98,0x0428, 0x99,0x0429, 0x9A,0x042A, 0x9B,0x042B, 0x9C,0x042C, 0x9D,0x042D, 0x9E,0x042E, 0x9F,0x042F,
0xA0,0x2020, 0xA1,0x00B0, 0xA2,0x0490, 0xA3,0x00A3, 0xA4,0x00A7, 0xA5,0x2022, 0xA6,0x00B6, 0xA7,0x0406,
0xA8,0x00AE, 0xA9,0x00A9, 0xAA,0x2122, 0xAB,0x0402, 0xAC,0x0452, 0xAD,0x2260, 0xAE,0x0403, 0xAF,0x0453,
0xB0,0x221E, 0xB1,0x00B1, 0xB2,0x2264, 0xB3,0x2265, 0xB4,0x0456, 0xB5,0x00B5, 0xB6,0x0491, 0xB7,0x0408,
0xB8,0x0404, 0xB9,0x0454, 0xBA,0x0407, 0xBB,0x0457, 0xBC,0x0409, 0xBD,0x0459, 0xBE,0x040A, 0xBF,0x045A,
0xC0,0x0458, 0xC1,0x0405, 0xC2,0x00AC, 0xC3,0x221A, 0xC4,0x0192, 0xC5,0x2248, 0xC6,0x2206, 0xC7,0x00AB,
0xC8,0x00BB, 0xC9,0x2026, 0xCA,0x00A0, 0xCB,0x040B, 0xCC,0x045B, 0xCD,0x040C, 0xCE,0x045C, 0xCF,0x0455,
0xD0,0x2013, 0xD1,0x2014, 0xD2,0x201C, 0xD3,0x201D, 0xD4,0x2018, 0xD5,0x2019, 0xD6,0x00F7, 0xD7,0x201E,
0xD8,0x040E, 0xD9,0x045E, 0xDA,0x040F, 0xDB,0x045F, 0xDC,0x2116, 0xDD,0x0401, 0xDE,0x0451, 0xDF,0x044F,
0xE0,0x0430, 0xE1,0x0431, 0xE2,0x0432, 0xE3,0x0433, 0xE4,0x0434, 0xE5,0x0435, 0xE6,0x0436, 0xE7,0x0437,
0xE8,0x0438, 0xE9,0x0439, 0xEA,0x043A, 0xEB,0x043B, 0xEC,0x043C, 0xED,0x043D, 0xEE,0x043E, 0xEF,0x043F,
0xF0,0x0440, 0xF1,0x0441, 0xF2,0x0442, 0xF3,0x0443, 0xF4,0x0444, 0xF5,0x0445, 0xF6,0x0446, 0xF7,0x0447,
0xF8,0x0448, 0xF9,0x0449, 0xFA,0x044A, 0xFB,0x044B, 0xFC,0x044C, 0xFD,0x044D, 0xFE,0x044E, 0xFF,0x20AC,
}

Internal and Low level: vector (char, unicode) for Cyrillic font.

Referenced by MWAWFontConverterInternal::Data::KnownConversion::initMaps().

◆ s_dingbatsUnicode

int const MWAWFontConverterInternal::Data::s_dingbatsUnicode[]
static

Internal and Low level: vector (char, unicode) for dingbats font.

Referenced by MWAWFontConverterInternal::Data::KnownConversion::initMaps().

◆ s_mathIncompleteUnicode

int const MWAWFontConverterInternal::Data::s_mathIncompleteUnicode[]
static
Initial value:
= {
0x22,0x222A, 0x27,0x222A, 0x28,0x2229, 0x2b,0x2260, 0x31,0x2282,
0x33,0x2227, 0x36,0x2A2F, 0x39,0x2282, 0x43,0x2102, 0x44,0x216E,
0x47,0x0393, 0x49,0x2160, 0x4e,0x2115, 0x52,0x211D, 0x5a,0x2124,
0x63,0x0255, 0x64,0x03B4, 0x65,0x212F, 0x68,0x210E, 0x70,0x01BF,
0x76,0x2174
}

Internal and Low level: vector (char, unicode) for math font.

Note
only characters which differs from roman

Referenced by MWAWFontConverterInternal::Data::KnownConversion::initMaps().

◆ s_monotypeSortsUnicode

int const MWAWFontConverterInternal::Data::s_monotypeSortsUnicode[]
static

Internal and Low level: vector (char, unicode) for Monotype Sorts font.

Referenced by MWAWFontConverterInternal::Data::KnownConversion::initMaps().

◆ s_romanUnicode

int const MWAWFontConverterInternal::Data::s_romanUnicode[]
static

Internal and Low level: vector ( char, unicode) for roman font.

Referenced by MWAWFontConverterInternal::Data::KnownConversion::initMaps().

◆ s_scientificIncompleteUnicode

int const MWAWFontConverterInternal::Data::s_scientificIncompleteUnicode[]
static
Initial value:
= {
0x23,0x0394, 0x40,0x221A, 0x49,0x2160, 0x56,0x2164, 0x5c,0x007C,
0x5b,0x2192, 0x5d,0x2192, 0x90,0x211D, 0x91,0x2192, 0xa7,0x03C3,
0xa9,0x03B3, 0xab,0x03F5, 0xad,0x2260, 0xc3,0x03C8, 0xcf,0x03B8,
0xd1,0x223C, 0xd4,0x2192, 0xe3,0x2009, 0xe8,0x00a0, 0xec,0x2303,
0xee,0x2227, 0xef,0x0305, 0xf2,0x2192
}

Internal and Low level: vector (char, unicode) for scientific font.

Note
only characters which differs from roman

Referenced by MWAWFontConverterInternal::Data::KnownConversion::initMaps().

◆ s_SJISSimplifiedUnicode

int const MWAWFontConverterInternal::Data::s_SJISSimplifiedUnicode[]
static
Initial value:
= {
0x20,0x0020, 0x21,0x0021, 0x22,0x0022, 0x23,0x0023, 0x24,0x0024, 0x25,0x0025, 0x26,0x0026, 0x27,0x0027,
0x28,0x0028, 0x29,0x0029, 0x2A,0x002A, 0x2B,0x002B, 0x2C,0x002C, 0x2D,0x002D, 0x2E,0x002E, 0x2F,0x002F,
0x30,0x0030, 0x31,0x0031, 0x32,0x0032, 0x33,0x0033, 0x34,0x0034, 0x35,0x0035, 0x36,0x0036, 0x37,0x0037,
0x38,0x0038, 0x39,0x0039, 0x3A,0x003A, 0x3B,0x003B, 0x3C,0x003C, 0x3D,0x003D, 0x3E,0x003E, 0x3F,0x003F,
0x40,0x0040, 0x41,0x0041, 0x42,0x0042, 0x43,0x0043, 0x44,0x0044, 0x45,0x0045, 0x46,0x0046, 0x47,0x0047,
0x48,0x0048, 0x49,0x0049, 0x4A,0x004A, 0x4B,0x004B, 0x4C,0x004C, 0x4D,0x004D, 0x4E,0x004E, 0x4F,0x004F,
0x50,0x0050, 0x51,0x0051, 0x52,0x0052, 0x53,0x0053, 0x54,0x0054, 0x55,0x0055, 0x56,0x0056, 0x57,0x0057,
0x58,0x0058, 0x59,0x0059, 0x5A,0x005A, 0x5B,0x005B, 0x5C,0x00A5, 0x5D,0x005D, 0x5E,0x005E, 0x5F,0x005F,
0x60,0x0060, 0x61,0x0061, 0x62,0x0062, 0x63,0x0063, 0x64,0x0064, 0x65,0x0065, 0x66,0x0066, 0x67,0x0067,
0x68,0x0068, 0x69,0x0069, 0x6A,0x006A, 0x6B,0x006B, 0x6C,0x006C, 0x6D,0x006D, 0x6E,0x006E, 0x6F,0x006F,
0x70,0x0070, 0x71,0x0071, 0x72,0x0072, 0x73,0x0073, 0x74,0x0074, 0x75,0x0075, 0x76,0x0076, 0x77,0x0077,
0x78,0x0078, 0x79,0x0079, 0x7A,0x007A, 0x7B,0x007B, 0x7C,0x007C, 0x7D,0x007D, 0x7E,0x203E, 0x7F,0x007F,
0xA1,0xFF61, 0xA2,0xFF62, 0xA3,0xFF63, 0xA4,0xFF64, 0xA5,0xFF65, 0xA6,0xFF66, 0xA7,0xFF67, 0xA8,0xFF68,
0xA9,0xFF69, 0xAA,0xFF6A, 0xAB,0xFF6B, 0xAC,0xFF6C, 0xAD,0xFF6D, 0xAE,0xFF6E, 0xAF,0xFF6F, 0xB0,0xFF70,
0xB1,0xFF71, 0xB2,0xFF72, 0xB3,0xFF73, 0xB4,0xFF74, 0xB5,0xFF75, 0xB6,0xFF76, 0xB7,0xFF77, 0xB8,0xFF78,
0xB9,0xFF79, 0xBA,0xFF7A, 0xBB,0xFF7B, 0xBC,0xFF7C, 0xBD,0xFF7D, 0xBE,0xFF7E, 0xBF,0xFF7F, 0xC0,0xFF80,
0xC1,0xFF81, 0xC2,0xFF82, 0xC3,0xFF83, 0xC4,0xFF84, 0xC5,0xFF85, 0xC6,0xFF86, 0xC7,0xFF87, 0xC8,0xFF88,
0xC9,0xFF89, 0xCA,0xFF8A, 0xCB,0xFF8B, 0xCC,0xFF8C, 0xCD,0xFF8D, 0xCE,0xFF8E, 0xCF,0xFF8F, 0xD0,0xFF90,
0xD1,0xFF91, 0xD2,0xFF92, 0xD3,0xFF93, 0xD4,0xFF94, 0xD5,0xFF95, 0xD6,0xFF96, 0xD7,0xFF97, 0xD8,0xFF98,
0xD9,0xFF99, 0xDA,0xFF9A, 0xDB,0xFF9B, 0xDC,0xFF9C, 0xDD,0xFF9D, 0xDE,0xFF9E, 0xDF,0xFF9F
}

Internal and Low level: vector (char, unicode) for SJIS font (see MWAWFontSJISConverter )

Referenced by MWAWFontConverterInternal::Data::KnownConversion::initMaps().

◆ s_symbolUnicode

int const MWAWFontConverterInternal::Data::s_symbolUnicode[]
static

Internal and Low level: vector (char, unicode) for symbol font.

Referenced by MWAWFontConverterInternal::Data::KnownConversion::initMaps().

◆ s_turkishUnicode

int const MWAWFontConverterInternal::Data::s_turkishUnicode[]
static
Initial value:
= {
0xda,0x11e, 0xdb,0x11f, 0xdc,0x130, 0xdd,0x131, 0xde,0x15e, 0xdf,0x15f, 0xf5,0xf8a0
}

Internal and Low level: vector (char, unicode) for Turkish font ( diff to mac roman)

Referenced by MWAWFontConverterInternal::Data::KnownConversion::initMaps().

◆ s_unknown107IncompleteUnicode

int const MWAWFontConverterInternal::Data::s_unknown107IncompleteUnicode[]
static
Initial value:
= {
0x76,0x221a
}

Internal and Low level: vector (char, unicode) for font 107.

Note
only characters which differs from roman

Referenced by MWAWFontConverterInternal::Data::KnownConversion::initMaps().

◆ s_unknown128IncompleteUnicode

int const MWAWFontConverterInternal::Data::s_unknown128IncompleteUnicode[]
static
Initial value:
= {
0x43,0x2102, 0x4e,0x2115, 0x52,0x211D, 0x61,0xFE3F, 0x76,0x2192
}

Internal and Low level: vector (char, unicode) for font 128.

Note
only characters which differs from roman

Referenced by MWAWFontConverterInternal::Data::KnownConversion::initMaps().

◆ s_unknown200IncompleteUnicode

int const MWAWFontConverterInternal::Data::s_unknown200IncompleteUnicode[]
static
Initial value:
= {
0x76,0x2192, 0x77,0x2192, 0x61,0xFE3F
}

Internal and Low level: vector (char, unicode) for font 200.

Note
only characters which differs from roman

Referenced by MWAWFontConverterInternal::Data::KnownConversion::initMaps().

◆ s_windowsCP1250Unicode

int const MWAWFontConverterInternal::Data::s_windowsCP1250Unicode[]
static
Initial value:
= {
0x80,0x20ac,0x82,0x201a,0x84,0x201e,0x85,0x2026,0x86,0x2020,0x87,0x2021,
0x89,0x2030,0x8a,0x160,0x8b,0x2039,0x8c,0x15a,0x8d,0x164,0x8e,0x17d,0x8f,0x179,
0x91,0x2018,0x92,0x2019,0x93,0x201c,0x94,0x201d,0x95,0x2022,0x96,0x2013,0x97,0x2014,
0x99,0x2122,0x9a,0x161,0x9b,0x203a,0x9c,0x15b,0x9d,0x165,0x9e,0x17e,0x9f,0x17a,
0xa1,0x2c7,0xa2,0x2d8,0xa3,0x141,0xa5,0x104,
0xaa,0x15e,0xaf,0x17b,
0xb2,0x2db,0xb3,0x142,
0xb9,0x105,0xba,0x15f,0xbc,0x13d,0xbd,0x2dd,0xbe,0x13e,0xbf,0x17c,
0xc0,0x154,0xc3,0x102,0xc5,0x139,0xc6,0x106,
0xc8,0x10c,0xca,0x118,0xcc,0x11a,0xcf,0x10e,
0xd0,0x110,0xd1,0x143,0xd2,0x147,0xd5,0x150,
0xd8,0x158,0xd9,0x16e,0xdb,0x170,0xde,0x162,
0xe0,0x155,0xe3,0x103,0xe5,0x13a,0xe6,0x107,
0xe8,0x10d,0xea,0x119,0xec,0x11b,0xef,0x10f,
0xf0,0x111,0xf1,0x144,0xf2,0x148,0xf5,0x151,
0xf8,0x159,0xf9,0x16f,0xfb,0x171,0xfe,0x163,0xff,0x2d9
}

Internal and Low Level: the Windows CP1250 encoding.

Referenced by MWAWFontConverterInternal::Data::KnownConversion::initMaps().

◆ s_windowsCP1251Unicode

int const MWAWFontConverterInternal::Data::s_windowsCP1251Unicode[]
static
Initial value:
= {
0x80,0x402, 0x81,0x403, 0x82,0x201a, 0x83,0x453, 0x84,0x201e, 0x85,0x2026, 0x86,0x2020, 0x87,0x2021,
0x88,0x20ac, 0x89,0x2030, 0x8a,0x409, 0x8b,0x2039, 0x8c,0x40a, 0x8d,0x40c, 0x8e,0x40b, 0x8f,0x40f,
0x90,0x452, 0x91,0x2018, 0x92,0x2019, 0x93,0x201c, 0x94,0x201d, 0x95,0x2022, 0x96,0x2013, 0x97,0x2014,
0x99,0x2122, 0x9a,0x459, 0x9b,0x203a, 0x9c,0x45a, 0x9d,0x45c, 0x9e,0x45b, 0x9f,0x45f,
0xa1,0x40e, 0xa2,0x45e, 0xa3,0x408, 0xa5,0x490,
0xa8,0x401, 0xaa,0x404, 0xaf,0x407,
0xb2,0x406, 0xb3,0x456, 0xb4,0x491,
0xb8,0x451, 0xb9,0x2116, 0xba,0x454, 0xbc,0x458, 0xbd,0x405, 0xbe,0x455, 0xbf,0x457,
0xc0,0x410, 0xc1,0x411, 0xc2,0x412, 0xc3,0x413, 0xc4,0x414, 0xc5,0x415, 0xc6,0x416, 0xc7,0x417,
0xc8,0x418, 0xc9,0x419, 0xca,0x41a, 0xcb,0x41b, 0xcc,0x41c, 0xcd,0x41d, 0xce,0x41e, 0xcf,0x41f,
0xd0,0x420, 0xd1,0x421, 0xd2,0x422, 0xd3,0x423, 0xd4,0x424, 0xd5,0x425, 0xd6,0x426, 0xd7,0x427,
0xd8,0x428, 0xd9,0x429, 0xda,0x42a, 0xdb,0x42b, 0xdc,0x42c, 0xdd,0x42d, 0xde,0x42e, 0xdf,0x42f,
0xe0,0x430, 0xe1,0x431, 0xe2,0x432, 0xe3,0x433, 0xe4,0x434, 0xe5,0x435, 0xe6,0x436, 0xe7,0x437,
0xe8,0x438, 0xe9,0x439, 0xea,0x43a, 0xeb,0x43b, 0xec,0x43c, 0xed,0x43d, 0xee,0x43e, 0xef,0x43f,
0xf0,0x440, 0xf1,0x441, 0xf2,0x442, 0xf3,0x443, 0xf4,0x444, 0xf5,0x445, 0xf6,0x446, 0xf7,0x447,
0xf8,0x448, 0xf9,0x449, 0xfa,0x44a, 0xfb,0x44b, 0xfc,0x44c, 0xfd,0x44d, 0xfe,0x44e, 0xff,0x44f
}

Internal and Low Level: the Windows CP1251 encoding.

Referenced by MWAWFontConverterInternal::Data::KnownConversion::initMaps().

◆ s_windowsCP1252Unicode

int const MWAWFontConverterInternal::Data::s_windowsCP1252Unicode[]
static
Initial value:
= {
0x80,0x20ac, 0x82,0x201a, 0x83,0x0192, 0x84,0x201e, 0x85,0x2026, 0x86,0x2020, 0x87,0x2021,
0x88,0x02c6, 0x89,0x2030, 0x8a,0x0160, 0x8b,0x2039, 0x8c,0x0152, 0x8e,0x017d,
0x91,0x2018, 0x92,0x2019, 0x93,0x201c, 0x94,0x201d, 0x95,0x2022, 0x96,0x2013, 0x97,0x2014,
0x98,0x02dc, 0x99,0x2122, 0x9a,0x0161, 0x9b,0x203a, 0x9c,0x0153, 0x9e,0x017e, 0x9f,0x0178
}

Internal and Low Level: the Windows CP1252 encoding.

Referenced by MWAWFontConverterInternal::Data::KnownConversion::initMaps().

◆ s_windowsCP1253Unicode

int const MWAWFontConverterInternal::Data::s_windowsCP1253Unicode[]
static
Initial value:
= {
0x80,0x20ac, 0x82,0x201a, 0x83,0x192, 0x84,0x201e, 0x85,0x2026, 0x86,0x2020, 0x87,0x2021,
0x89,0x2030, 0x8b,0x2039,
0x91,0x2018, 0x92,0x2019, 0x93,0x201c, 0x94,0x201d, 0x95,0x2022, 0x96,0x2013, 0x97,0x2014,
0x99,0x2122, 0x9b,0x203a,
0xa1,0x385, 0xa2,0x386,
0xaf,0x2015,
0xb4,0x384,
0xb8,0x388, 0xb9,0x389, 0xba,0x38a, 0xbc,0x38c, 0xbe,0x38e, 0xbf,0x38f,
0xc0,0x390, 0xc1,0x391, 0xc2,0x392, 0xc3,0x393, 0xc4,0x394, 0xc5,0x395, 0xc6,0x396, 0xc7,0x397,
0xc8,0x398, 0xc9,0x399, 0xca,0x39a, 0xcb,0x39b, 0xcc,0x39c, 0xcd,0x39d, 0xce,0x39e, 0xcf,0x39f,
0xd0,0x3a0, 0xd1,0x3a1, 0xd3,0x3a3, 0xd4,0x3a4, 0xd5,0x3a5, 0xd6,0x3a6, 0xd7,0x3a7,
0xd8,0x3a8, 0xd9,0x3a9, 0xda,0x3aa, 0xdb,0x3ab, 0xdc,0x3ac, 0xdd,0x3ad, 0xde,0x3ae, 0xdf,0x3af,
0xe0,0x3b0, 0xe1,0x3b1, 0xe2,0x3b2, 0xe3,0x3b3, 0xe4,0x3b4, 0xe5,0x3b5, 0xe6,0x3b6, 0xe7,0x3b7,
0xe8,0x3b8, 0xe9,0x3b9, 0xea,0x3ba, 0xeb,0x3bb, 0xec,0x3bc, 0xed,0x3bd, 0xee,0x3be, 0xef,0x3bf,
0xf0,0x3c0, 0xf1,0x3c1, 0xf2,0x3c2, 0xf3,0x3c3, 0xf4,0x3c4, 0xf5,0x3c5, 0xf6,0x3c6, 0xf7,0x3c7,
0xf8,0x3c8, 0xf9,0x3c9, 0xfa,0x3ca, 0xfb,0x3cb, 0xfc,0x3cc, 0xfd,0x3cd, 0xfe,0x3ce
}

Internal and Low Level: the Windows CP1253 encoding.

Referenced by MWAWFontConverterInternal::Data::KnownConversion::initMaps().

◆ s_windowsCP1254Unicode

int const MWAWFontConverterInternal::Data::s_windowsCP1254Unicode[]
static
Initial value:
= {
0x80,0x20ac, 0x82,0x201a, 0x83,0x192, 0x84,0x201e, 0x85,0x2026, 0x86,0x2020, 0x87,0x2021,
0x88,0x2c6, 0x89,0x2030, 0x8a,0x160, 0x8b,0x2039, 0x8c,0x152,
0x91,0x2018, 0x92,0x2019, 0x93,0x201c, 0x94,0x201d, 0x95,0x2022, 0x96,0x2013, 0x97,0x2014,
0x98,0x2dc, 0x99,0x2122, 0x9a,0x161, 0x9b,0x203a, 0x9c,0x153, 0x9f,0x178,
0xd0,0x11e,
0xdd,0x130, 0xde,0x15e,
0xf0,0x11f,
0xfd,0x131, 0xfe,0x15f
}

Internal and Low Level: the Windows CP1254 encoding.

Referenced by MWAWFontConverterInternal::Data::KnownConversion::initMaps().

◆ s_windowsCP1255Unicode

int const MWAWFontConverterInternal::Data::s_windowsCP1255Unicode[]
static
Initial value:
= {
0x80,0x20ac, 0x82,0x201a, 0x83,0x192, 0x84,0x201e, 0x85,0x2026, 0x86,0x2020, 0x87,0x2021,
0x88,0x2c6, 0x89,0x2030, 0x8b,0x2039,
0x91,0x2018, 0x92,0x2019, 0x93,0x201c, 0x94,0x201d, 0x95,0x2022, 0x96,0x2013, 0x97,0x2014,
0x98,0x2dc, 0x99,0x2122, 0x9b,0x203a,
0xa4,0x20aa,
0xaa,0xd7,
0xba,0xf7,
0xc0,0x5b0, 0xc1,0x5b1, 0xc2,0x5b2, 0xc3,0x5b3, 0xc4,0x5b4, 0xc5,0x5b5, 0xc6,0x5b6, 0xc7,0x5b7,
0xc8,0x5b8, 0xc9,0x5b9, 0xcb,0x5bb, 0xcc,0x5bc, 0xcd,0x5bd, 0xce,0x5be, 0xcf,0x5bf,
0xd0,0x5c0, 0xd1,0x5c1, 0xd2,0x5c2, 0xd3,0x5c3, 0xd4,0x5f0, 0xd5,0x5f1, 0xd6,0x5f2, 0xd7,0x5f3,
0xd8,0x5f4,
0xe0,0x5d0, 0xe1,0x5d1, 0xe2,0x5d2, 0xe3,0x5d3, 0xe4,0x5d4, 0xe5,0x5d5, 0xe6,0x5d6, 0xe7,0x5d7,
0xe8,0x5d8, 0xe9,0x5d9, 0xea,0x5da, 0xeb,0x5db, 0xec,0x5dc, 0xed,0x5dd, 0xee,0x5de, 0xef,0x5df,
0xf0,0x5e0, 0xf1,0x5e1, 0xf2,0x5e2, 0xf3,0x5e3, 0xf4,0x5e4, 0xf5,0x5e5, 0xf6,0x5e6, 0xf7,0x5e7,
0xf8,0x5e8, 0xf9,0x5e9, 0xfa,0x5ea, 0xfd,0x200e, 0xfe,0x200f
}

Internal and Low Level: the Windows CP1255 encoding.

Referenced by MWAWFontConverterInternal::Data::KnownConversion::initMaps().

◆ s_windowsCP1256Unicode

int const MWAWFontConverterInternal::Data::s_windowsCP1256Unicode[]
static
Initial value:
= {
0x80,0x20ac, 0x81,0x67e, 0x82,0x201a, 0x83,0x192, 0x84,0x201e, 0x85,0x2026, 0x86,0x2020, 0x87,0x2021,
0x88,0x2c6, 0x89,0x2030, 0x8a,0x679, 0x8b,0x2039, 0x8c,0x152, 0x8d,0x686, 0x8e,0x698, 0x8f,0x688,
0x90,0x6af, 0x91,0x2018, 0x92,0x2019, 0x93,0x201c, 0x94,0x201d, 0x95,0x2022, 0x96,0x2013, 0x97,0x2014,
0x98,0x6a9, 0x99,0x2122, 0x9a,0x691, 0x9b,0x203a, 0x9c,0x153, 0x9d,0x200c, 0x9e,0x200d, 0x9f,0x6ba,
0xa1,0x60c,
0xaa,0x6be,
0xba,0x61b, 0xbf,0x61f,
0xc0,0x6c1, 0xc1,0x621, 0xc2,0x622, 0xc3,0x623, 0xc4,0x624, 0xc5,0x625, 0xc6,0x626, 0xc7,0x627,
0xc8,0x628, 0xc9,0x629, 0xca,0x62a, 0xcb,0x62b, 0xcc,0x62c, 0xcd,0x62d, 0xce,0x62e, 0xcf,0x62f,
0xd0,0x630, 0xd1,0x631, 0xd2,0x632, 0xd3,0x633, 0xd4,0x634, 0xd5,0x635, 0xd6,0x636,
0xd8,0x637, 0xd9,0x638, 0xda,0x639, 0xdb,0x63a, 0xdc,0x640, 0xdd,0x641, 0xde,0x642, 0xdf,0x643,
0xe1,0x644, 0xe3,0x645, 0xe4,0x646, 0xe5,0x647, 0xe6,0x648,
0xec,0x649, 0xed,0x64a,
0xf0,0x64b, 0xf1,0x64c, 0xf2,0x64d, 0xf3,0x64e, 0xf5,0x64f, 0xf6,0x650,
0xf8,0x651, 0xfa,0x652, 0xfd,0x200e, 0xfe,0x200f, 0xff,0x6d2
}

Internal and Low Level: the Windows CP1256 encoding.

Referenced by MWAWFontConverterInternal::Data::KnownConversion::initMaps().

◆ s_windowsCP1257Unicode

int const MWAWFontConverterInternal::Data::s_windowsCP1257Unicode[]
static
Initial value:
= {
0x80,0x20ac, 0x82,0x201a, 0x84,0x201e, 0x85,0x2026, 0x86,0x2020, 0x87,0x2021,
0x89,0x2030, 0x8b,0x2039, 0x8d,0xa8, 0x8e,0x2c7, 0x8f,0xb8,
0x91,0x2018, 0x92,0x2019, 0x93,0x201c, 0x94,0x201d, 0x95,0x2022, 0x96,0x2013, 0x97,0x2014,
0x99,0x2122, 0x9b,0x203a, 0x9d,0xaf, 0x9e,0x2db,
0xa8,0xd8, 0xaa,0x156, 0xaf,0xc6,
0xb8,0xf8, 0xba,0x157, 0xbf,0xe6,
0xc0,0x104, 0xc1,0x12e, 0xc2,0x100, 0xc3,0x106, 0xc6,0x118, 0xc7,0x112,
0xc8,0x10c, 0xca,0x179, 0xcb,0x116, 0xcc,0x122, 0xcd,0x136, 0xce,0x12a, 0xcf,0x13b,
0xd0,0x160, 0xd1,0x143, 0xd2,0x145, 0xd4,0x14c,
0xd8,0x172, 0xd9,0x141, 0xda,0x15a, 0xdb,0x16a, 0xdd,0x17b, 0xde,0x17d,
0xe0,0x105, 0xe1,0x12f, 0xe2,0x101, 0xe3,0x107, 0xe6,0x119, 0xe7,0x113,
0xe8,0x10d, 0xea,0x17a, 0xeb,0x117, 0xec,0x123, 0xed,0x137, 0xee,0x12b, 0xef,0x13c,
0xf0,0x161, 0xf1,0x144, 0xf2,0x146, 0xf4,0x14d,
0xf8,0x173, 0xf9,0x142, 0xfa,0x15b, 0xfb,0x16b, 0xfd,0x17c, 0xfe,0x17e, 0xff,0x2d9
}

Internal and Low Level: the Windows CP1257 encoding.

Referenced by MWAWFontConverterInternal::Data::KnownConversion::initMaps().

◆ s_windowsCP1258Unicode

int const MWAWFontConverterInternal::Data::s_windowsCP1258Unicode[]
static
Initial value:
= {
0x80,0x20ac, 0x82,0x201a, 0x83,0x192, 0x84,0x201e, 0x85,0x2026, 0x86,0x2020, 0x87,0x2021,
0x88,0x2c6, 0x89,0x2030, 0x8b,0x2039, 0x8c,0x152,
0x91,0x2018, 0x92,0x2019, 0x93,0x201c, 0x94,0x201d, 0x95,0x2022, 0x96,0x2013, 0x97,0x2014,
0x98,0x2dc, 0x99,0x2122, 0x9b,0x203a, 0x9c,0x153, 0x9f,0x178,
0xc3,0x102,
0xcc,0x300,
0xd0,0x110, 0xd2,0x309, 0xd5,0x1a0,
0xdd,0x1af, 0xde,0x303,
0xe3,0x103,
0xec,0x301,
0xf0,0x111, 0xf2,0x323, 0xf5,0x1a1,
0xfd,0x1b0, 0xfe,0x20ab
}

Internal and Low Level: the Windows CP1258 encoding.

Referenced by MWAWFontConverterInternal::Data::KnownConversion::initMaps().

◆ s_wingdingsUnicode

int const MWAWFontConverterInternal::Data::s_wingdingsUnicode[]
static

Internal and Low level: vector (char, unicode) for wingdings font.

Referenced by MWAWFontConverterInternal::Data::KnownConversion::initMaps().


Generated on Fri Sep 18 2020 18:14:52 for libmwaw by doxygen 1.8.20