зеркало из https://github.com/mozilla/gecko-dev.git
Bug 997114 - Remove EUC-TW from m-c. r=emk.
This commit is contained in:
Родитель
4031a30860
Коммит
4b5706fb08
|
@ -11,7 +11,6 @@ DIRS += [
|
|||
'ucvcn',
|
||||
'ucvlatin',
|
||||
'ucvtw',
|
||||
'ucvtw2',
|
||||
'ucvko',
|
||||
'ucvibm',
|
||||
'src',
|
||||
|
|
|
@ -174,11 +174,6 @@ UNIFIED_SOURCES += [
|
|||
'../ucvtw/nsUnicodeToHKSCS.cpp',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
'../ucvtw2/nsEUCTWToUnicode.cpp',
|
||||
'../ucvtw2/nsUnicodeToEUCTW.cpp',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
'../util/nsUCConstructors.cpp',
|
||||
'../util/nsUCSupport.cpp',
|
||||
|
@ -202,7 +197,6 @@ LOCAL_INCLUDES += [
|
|||
'../ucvko',
|
||||
'../ucvlatin',
|
||||
'../ucvtw',
|
||||
'../ucvtw2',
|
||||
'../util',
|
||||
]
|
||||
|
||||
|
|
|
@ -158,12 +158,6 @@
|
|||
#include "nsUnicodeToISO2022JP.h"
|
||||
#include "nsUnicodeToJISx0201.h"
|
||||
|
||||
// ucvtw2
|
||||
#include "nsUCvTW2CID.h"
|
||||
#include "nsUCvTW2Dll.h"
|
||||
#include "nsEUCTWToUnicode.h"
|
||||
#include "nsUnicodeToEUCTW.h"
|
||||
|
||||
// ucvtw
|
||||
#include "nsUCvTWCID.h"
|
||||
#include "nsUCvTWDll.h"
|
||||
|
@ -267,9 +261,6 @@ NS_UCONV_REG_UNREG("EUC-JP", NS_EUCJPTOUNICODE_CID, NS_UNICODETOEUCJP_CID)
|
|||
|
||||
NS_UCONV_REG_UNREG_ENCODER("jis_0201" , NS_UNICODETOJISX0201_CID)
|
||||
|
||||
// ucvtw2
|
||||
NS_UCONV_REG_UNREG("x-euc-tw", NS_EUCTWTOUNICODE_CID, NS_UNICODETOEUCTW_CID)
|
||||
|
||||
// ucvtw
|
||||
NS_UCONV_REG_UNREG("Big5", NS_BIG5TOUNICODE_CID, NS_UNICODETOBIG5_CID)
|
||||
NS_UCONV_REG_UNREG("Big5-HKSCS", NS_BIG5HKSCSTOUNICODE_CID, NS_UNICODETOBIG5HKSCS_CID)
|
||||
|
@ -307,8 +298,6 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsEUCJPToUnicodeV2)
|
|||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsISO2022JPToUnicodeV2)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsUnicodeToISO2022JP)
|
||||
|
||||
// ucvtw2
|
||||
|
||||
// ucvtw
|
||||
|
||||
// ucvko
|
||||
|
@ -342,63 +331,6 @@ const uint16_t g_uf0208extMapping[] = {
|
|||
#include "jis0208ext.uf"
|
||||
};
|
||||
|
||||
// ucvtw2
|
||||
const uint16_t g_ufCNS1MappingTable[] = {
|
||||
#include "cns_1.uf"
|
||||
};
|
||||
|
||||
const uint16_t g_ufCNS2MappingTable[] = {
|
||||
#include "cns_2.uf"
|
||||
};
|
||||
|
||||
const uint16_t g_ufCNS3MappingTable[] = {
|
||||
#include "cns3.uf"
|
||||
};
|
||||
|
||||
const uint16_t g_ufCNS4MappingTable[] = {
|
||||
#include "cns4.uf"
|
||||
};
|
||||
|
||||
const uint16_t g_ufCNS5MappingTable[] = {
|
||||
#include "cns5.uf"
|
||||
};
|
||||
|
||||
const uint16_t g_ufCNS6MappingTable[] = {
|
||||
#include "cns6.uf"
|
||||
};
|
||||
|
||||
const uint16_t g_ufCNS7MappingTable[] = {
|
||||
#include "cns7.uf"
|
||||
};
|
||||
|
||||
const uint16_t g_utCNS1MappingTable[] = {
|
||||
#include "cns_1.ut"
|
||||
};
|
||||
|
||||
const uint16_t g_utCNS2MappingTable[] = {
|
||||
#include "cns_2.ut"
|
||||
};
|
||||
|
||||
const uint16_t g_utCNS3MappingTable[] = {
|
||||
#include "cns3.ut"
|
||||
};
|
||||
|
||||
const uint16_t g_utCNS4MappingTable[] = {
|
||||
#include "cns4.ut"
|
||||
};
|
||||
|
||||
const uint16_t g_utCNS5MappingTable[] = {
|
||||
#include "cns5.ut"
|
||||
};
|
||||
|
||||
const uint16_t g_utCNS6MappingTable[] = {
|
||||
#include "cns6.ut"
|
||||
};
|
||||
|
||||
const uint16_t g_utCNS7MappingTable[] = {
|
||||
#include "cns7.ut"
|
||||
};
|
||||
|
||||
const uint16_t g_ASCIIMappingTable[] = {
|
||||
0x0001, 0x0004, 0x0005, 0x0008, 0x0000, 0x0000, 0x007F, 0x0000
|
||||
};
|
||||
|
@ -580,8 +512,6 @@ NS_DEFINE_NAMED_CID(NS_UNICODETOSJIS_CID);
|
|||
NS_DEFINE_NAMED_CID(NS_UNICODETOEUCJP_CID);
|
||||
NS_DEFINE_NAMED_CID(NS_UNICODETOISO2022JP_CID);
|
||||
NS_DEFINE_NAMED_CID(NS_UNICODETOJISX0201_CID);
|
||||
NS_DEFINE_NAMED_CID(NS_EUCTWTOUNICODE_CID);
|
||||
NS_DEFINE_NAMED_CID(NS_UNICODETOEUCTW_CID);
|
||||
NS_DEFINE_NAMED_CID(NS_UNICODETOBIG5_CID);
|
||||
NS_DEFINE_NAMED_CID(NS_BIG5TOUNICODE_CID);
|
||||
NS_DEFINE_NAMED_CID(NS_UNICODETOBIG5HKSCS_CID);
|
||||
|
@ -740,8 +670,6 @@ static const mozilla::Module::CIDEntry kUConvCIDs[] = {
|
|||
{ &kNS_UNICODETOEUCJP_CID, false, nullptr, nsUnicodeToEUCJPConstructor },
|
||||
{ &kNS_UNICODETOISO2022JP_CID, false, nullptr, nsUnicodeToISO2022JPConstructor },
|
||||
{ &kNS_UNICODETOJISX0201_CID, false, nullptr, nsUnicodeToJISx0201Constructor },
|
||||
{ &kNS_EUCTWTOUNICODE_CID, false, nullptr, nsEUCTWToUnicodeConstructor },
|
||||
{ &kNS_UNICODETOEUCTW_CID, false, nullptr, nsUnicodeToEUCTWConstructor },
|
||||
{ &kNS_UNICODETOBIG5_CID, false, nullptr, nsUnicodeToBIG5Constructor },
|
||||
{ &kNS_BIG5TOUNICODE_CID, false, nullptr, nsBIG5ToUnicodeConstructor },
|
||||
{ &kNS_UNICODETOBIG5HKSCS_CID, false, nullptr, nsUnicodeToBIG5HKSCSConstructor },
|
||||
|
@ -902,8 +830,6 @@ static const mozilla::Module::ContractIDEntry kUConvContracts[] = {
|
|||
{ NS_UNICODEENCODER_CONTRACTID_BASE "EUC-JP", &kNS_UNICODETOEUCJP_CID },
|
||||
{ NS_UNICODEENCODER_CONTRACTID_BASE "ISO-2022-JP", &kNS_UNICODETOISO2022JP_CID },
|
||||
{ NS_UNICODEENCODER_CONTRACTID_BASE "jis_0201", &kNS_UNICODETOJISX0201_CID },
|
||||
{ NS_UNICODEDECODER_CONTRACTID_BASE "x-euc-tw", &kNS_EUCTWTOUNICODE_CID },
|
||||
{ NS_UNICODEENCODER_CONTRACTID_BASE "x-euc-tw", &kNS_UNICODETOEUCTW_CID },
|
||||
{ NS_UNICODEENCODER_CONTRACTID_BASE "Big5", &kNS_UNICODETOBIG5_CID },
|
||||
{ NS_UNICODEDECODER_CONTRACTID_BASE "Big5", &kNS_BIG5TOUNICODE_CID },
|
||||
{ NS_UNICODEENCODER_CONTRACTID_BASE "Big5-HKSCS", &kNS_UNICODETOBIG5HKSCS_CID },
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,491 +0,0 @@
|
|||
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
/*========================================================
|
||||
This is a Generated file. Please don't edit it.
|
||||
|
||||
The tool which used to generate this file is called fromu.
|
||||
If you have any problem of this file. Please contact
|
||||
Netscape Client International Team or
|
||||
ftang@netscape <Frank Tang>
|
||||
|
||||
Table in Debug form
|
||||
Begin of Item 0000
|
||||
Format 1
|
||||
srcBegin = 52B6
|
||||
srcEnd = 52BA
|
||||
mappingOffset = 0000
|
||||
Mapping =
|
||||
253A 2537 2538 FFFD 253B
|
||||
End of Item 0000
|
||||
|
||||
Begin of Item 0001
|
||||
Format 2
|
||||
srcBegin = 52DC
|
||||
destBegin = 366A
|
||||
End of Item 0001
|
||||
|
||||
Begin of Item 0002
|
||||
Format 1
|
||||
srcBegin = 52E8
|
||||
srcEnd = 52F6
|
||||
mappingOffset = 0005
|
||||
Mapping =
|
||||
4467 FFFD FFFD FFFD 4463 FFFD FFFD FFFD
|
||||
FFFD FFFD FFFD FFFD FFFD FFFD 5362
|
||||
End of Item 0002
|
||||
|
||||
Begin of Item 0003
|
||||
Format 2
|
||||
srcBegin = 5324
|
||||
destBegin = 234B
|
||||
End of Item 0003
|
||||
|
||||
Begin of Item 0004
|
||||
Format 2
|
||||
srcBegin = 5921
|
||||
destBegin = 373D
|
||||
End of Item 0004
|
||||
|
||||
Begin of Item 0005
|
||||
Format 2
|
||||
srcBegin = 5C2E
|
||||
destBegin = 2872
|
||||
End of Item 0005
|
||||
|
||||
Begin of Item 0006
|
||||
Format 2
|
||||
srcBegin = 5E07
|
||||
destBegin = 225C
|
||||
End of Item 0006
|
||||
|
||||
Begin of Item 0007
|
||||
Format 2
|
||||
srcBegin = 5E3F
|
||||
destBegin = 377C
|
||||
End of Item 0007
|
||||
|
||||
Begin of Item 0008
|
||||
Format 2
|
||||
srcBegin = 5FCB
|
||||
destBegin = 2266
|
||||
End of Item 0008
|
||||
|
||||
Begin of Item 0009
|
||||
Format 2
|
||||
srcBegin = 6117
|
||||
destBegin = 3F30
|
||||
End of Item 0009
|
||||
|
||||
Begin of Item 000A
|
||||
Format 2
|
||||
srcBegin = 6184
|
||||
destBegin = 4D2A
|
||||
End of Item 000A
|
||||
|
||||
Begin of Item 000B
|
||||
Format 2
|
||||
srcBegin = 6306
|
||||
destBegin = 2945
|
||||
End of Item 000B
|
||||
|
||||
Begin of Item 000C
|
||||
Format 2
|
||||
srcBegin = 64CC
|
||||
destBegin = 545E
|
||||
End of Item 000C
|
||||
|
||||
Begin of Item 000D
|
||||
Format 2
|
||||
srcBegin = 6729
|
||||
destBegin = 2148
|
||||
End of Item 000D
|
||||
|
||||
Begin of Item 000E
|
||||
Format 2
|
||||
srcBegin = 688E
|
||||
destBegin = 327E
|
||||
End of Item 000E
|
||||
|
||||
Begin of Item 000F
|
||||
Format 2
|
||||
srcBegin = 6B85
|
||||
destBegin = 2969
|
||||
End of Item 000F
|
||||
|
||||
Begin of Item 0010
|
||||
Format 2
|
||||
srcBegin = 6BA9
|
||||
destBegin = 5B72
|
||||
End of Item 0010
|
||||
|
||||
Begin of Item 0011
|
||||
Format 2
|
||||
srcBegin = 7228
|
||||
destBegin = 7B7B
|
||||
End of Item 0011
|
||||
|
||||
Begin of Item 0012
|
||||
Format 2
|
||||
srcBegin = 729F
|
||||
destBegin = 4E37
|
||||
End of Item 0012
|
||||
|
||||
Begin of Item 0013
|
||||
Format 2
|
||||
srcBegin = 7309
|
||||
destBegin = 3354
|
||||
End of Item 0013
|
||||
|
||||
Begin of Item 0014
|
||||
Format 2
|
||||
srcBegin = 7527
|
||||
destBegin = 4749
|
||||
End of Item 0014
|
||||
|
||||
Begin of Item 0015
|
||||
Format 1
|
||||
srcBegin = 764A
|
||||
srcEnd = 764B
|
||||
mappingOffset = 0014
|
||||
Mapping =
|
||||
5569 5C36
|
||||
End of Item 0015
|
||||
|
||||
Begin of Item 0016
|
||||
Format 2
|
||||
srcBegin = 76A2
|
||||
destBegin = 5C43
|
||||
End of Item 0016
|
||||
|
||||
Begin of Item 0017
|
||||
Format 1
|
||||
srcBegin = 798C
|
||||
srcEnd = 7991
|
||||
mappingOffset = 0016
|
||||
Mapping =
|
||||
477E FFFD FFFD FFFD FFFD 4822
|
||||
End of Item 0017
|
||||
|
||||
Begin of Item 0018
|
||||
Format 2
|
||||
srcBegin = 7AB9
|
||||
destBegin = 5652
|
||||
End of Item 0018
|
||||
|
||||
Begin of Item 0019
|
||||
Format 2
|
||||
srcBegin = 7B3F
|
||||
destBegin = 3B24
|
||||
End of Item 0019
|
||||
|
||||
Begin of Item 001A
|
||||
Format 2
|
||||
srcBegin = 7BD7
|
||||
destBegin = 5669
|
||||
End of Item 001A
|
||||
|
||||
Begin of Item 001B
|
||||
Format 2
|
||||
srcBegin = 7C46
|
||||
destBegin = 6C79
|
||||
End of Item 001B
|
||||
|
||||
Begin of Item 001C
|
||||
Format 2
|
||||
srcBegin = 7C61
|
||||
destBegin = 7347
|
||||
End of Item 001C
|
||||
|
||||
Begin of Item 001D
|
||||
Format 2
|
||||
srcBegin = 83D0
|
||||
destBegin = 3B6F
|
||||
End of Item 001D
|
||||
|
||||
Begin of Item 001E
|
||||
Format 2
|
||||
srcBegin = 8660
|
||||
destBegin = 494E
|
||||
End of Item 001E
|
||||
|
||||
Begin of Item 001F
|
||||
Format 2
|
||||
srcBegin = 86E7
|
||||
destBegin = 3B7B
|
||||
End of Item 001F
|
||||
|
||||
Begin of Item 0020
|
||||
Format 2
|
||||
srcBegin = 8714
|
||||
destBegin = 425D
|
||||
End of Item 0020
|
||||
|
||||
Begin of Item 0021
|
||||
Format 2
|
||||
srcBegin = 8770
|
||||
destBegin = 5055
|
||||
End of Item 0021
|
||||
|
||||
Begin of Item 0022
|
||||
Format 2
|
||||
srcBegin = 87F1
|
||||
destBegin = 6448
|
||||
End of Item 0022
|
||||
|
||||
Begin of Item 0023
|
||||
Format 2
|
||||
srcBegin = 8804
|
||||
destBegin = 6943
|
||||
End of Item 0023
|
||||
|
||||
Begin of Item 0024
|
||||
Format 2
|
||||
srcBegin = 88D1
|
||||
destBegin = 426C
|
||||
End of Item 0024
|
||||
|
||||
Begin of Item 0025
|
||||
Format 2
|
||||
srcBegin = 8970
|
||||
destBegin = 7438
|
||||
End of Item 0025
|
||||
|
||||
Begin of Item 0026
|
||||
Format 2
|
||||
srcBegin = 8A2F
|
||||
destBegin = 355B
|
||||
End of Item 0026
|
||||
|
||||
Begin of Item 0027
|
||||
Format 2
|
||||
srcBegin = 8C38
|
||||
destBegin = 3046
|
||||
End of Item 0027
|
||||
|
||||
Begin of Item 0028
|
||||
Format 2
|
||||
srcBegin = 8CCB
|
||||
destBegin = 432D
|
||||
End of Item 0028
|
||||
|
||||
Begin of Item 0029
|
||||
Format 2
|
||||
srcBegin = 8CE3
|
||||
destBegin = 513A
|
||||
End of Item 0029
|
||||
|
||||
Begin of Item 002A
|
||||
Format 2
|
||||
srcBegin = 8E37
|
||||
destBegin = 5148
|
||||
End of Item 002A
|
||||
|
||||
Begin of Item 002B
|
||||
Format 2
|
||||
srcBegin = 8ECE
|
||||
destBegin = 3055
|
||||
End of Item 002B
|
||||
|
||||
Begin of Item 002C
|
||||
Format 2
|
||||
srcBegin = 8EED
|
||||
destBegin = 4350
|
||||
End of Item 002C
|
||||
|
||||
Begin of Item 002D
|
||||
Format 2
|
||||
srcBegin = 9459
|
||||
destBegin = 765D
|
||||
End of Item 002D
|
||||
|
||||
Begin of Item 002E
|
||||
Format 2
|
||||
srcBegin = 957E
|
||||
destBegin = 7156
|
||||
End of Item 002E
|
||||
|
||||
Begin of Item 002F
|
||||
Format 2
|
||||
srcBegin = 9703
|
||||
destBegin = 523B
|
||||
End of Item 002F
|
||||
|
||||
Begin of Item 0030
|
||||
Format 2
|
||||
srcBegin = 9819
|
||||
destBegin = 4B3B
|
||||
End of Item 0030
|
||||
|
||||
Begin of Item 0031
|
||||
Format 2
|
||||
srcBegin = 98B4
|
||||
destBegin = 5975
|
||||
End of Item 0031
|
||||
|
||||
Begin of Item 0032
|
||||
Format 2
|
||||
srcBegin = 9904
|
||||
destBegin = 4B4C
|
||||
End of Item 0032
|
||||
|
||||
Begin of Item 0033
|
||||
Format 1
|
||||
srcBegin = 999B
|
||||
srcEnd = 999F
|
||||
mappingOffset = 001C
|
||||
Mapping =
|
||||
4B4E FFFD FFFD FFFD 5A26
|
||||
End of Item 0033
|
||||
|
||||
Begin of Item 0034
|
||||
Format 2
|
||||
srcBegin = 9B8D
|
||||
destBegin = 5A4A
|
||||
End of Item 0034
|
||||
|
||||
Begin of Item 0035
|
||||
Format 2
|
||||
srcBegin = 9BBA
|
||||
destBegin = 6679
|
||||
End of Item 0035
|
||||
|
||||
Begin of Item 0036
|
||||
Format 2
|
||||
srcBegin = 9BD8
|
||||
destBegin = 6B33
|
||||
End of Item 0036
|
||||
|
||||
Begin of Item 0037
|
||||
Format 1
|
||||
srcBegin = 9C1E
|
||||
srcEnd = 9C22
|
||||
mappingOffset = 0021
|
||||
Mapping =
|
||||
7251 FFFD 724B FFFD 724E
|
||||
End of Item 0037
|
||||
|
||||
Begin of Item 0038
|
||||
Format 2
|
||||
srcBegin = 9C43
|
||||
destBegin = 752D
|
||||
End of Item 0038
|
||||
|
||||
Begin of Item 0039
|
||||
Format 2
|
||||
srcBegin = 9C72
|
||||
destBegin = 7A53
|
||||
End of Item 0039
|
||||
|
||||
Begin of Item 003A
|
||||
Format 2
|
||||
srcBegin = 9D7C
|
||||
destBegin = 6B3F
|
||||
End of Item 003A
|
||||
|
||||
Begin of Item 003B
|
||||
Format 2
|
||||
srcBegin = 9DE0
|
||||
destBegin = 7545
|
||||
End of Item 003B
|
||||
|
||||
Begin of Item 003C
|
||||
Format 2
|
||||
srcBegin = 9E77
|
||||
destBegin = 5A5B
|
||||
End of Item 003C
|
||||
|
||||
========================================================*/
|
||||
/* Offset=0x0000 ItemOfList */
|
||||
0x003D,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0001 offsetToFormatArray */
|
||||
0x0004,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0002 offsetToMapCellArray */
|
||||
0x0014,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0003 offsetToMappingTable */
|
||||
0x00CB,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0004 Start of Format Array */
|
||||
/* Total of Format 0 : 0x0000 */
|
||||
/* Total of Format 1 : 0x0006 */
|
||||
/* Total of Format 2 : 0x0037 */
|
||||
/* Total of Format 3 : 0x0000 */
|
||||
|
||||
0x2121, 0x2222, 0x2222, 0x2222, 0x2222, 0x1212, 0x2222, 0x2222,
|
||||
0x2222, 0x2222, 0x2222, 0x2222, 0x1222, 0x1222, 0x2222, 0x0002,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0014 Start of MapCell Array */
|
||||
/* 0000 */ 0x52B6, 0x52BA, 0x0000,
|
||||
/* 0001 */ 0x52DC, 0x0000, 0x366A,
|
||||
/* 0002 */ 0x52E8, 0x52F6, 0x0005,
|
||||
/* 0003 */ 0x5324, 0x0000, 0x234B,
|
||||
/* 0004 */ 0x5921, 0x0000, 0x373D,
|
||||
/* 0005 */ 0x5C2E, 0x0000, 0x2872,
|
||||
/* 0006 */ 0x5E07, 0x0000, 0x225C,
|
||||
/* 0007 */ 0x5E3F, 0x0000, 0x377C,
|
||||
/* 0008 */ 0x5FCB, 0x0000, 0x2266,
|
||||
/* 0009 */ 0x6117, 0x0000, 0x3F30,
|
||||
/* 000A */ 0x6184, 0x0000, 0x4D2A,
|
||||
/* 000B */ 0x6306, 0x0000, 0x2945,
|
||||
/* 000C */ 0x64CC, 0x0000, 0x545E,
|
||||
/* 000D */ 0x6729, 0x0000, 0x2148,
|
||||
/* 000E */ 0x688E, 0x0000, 0x327E,
|
||||
/* 000F */ 0x6B85, 0x0000, 0x2969,
|
||||
/* 0010 */ 0x6BA9, 0x0000, 0x5B72,
|
||||
/* 0011 */ 0x7228, 0x0000, 0x7B7B,
|
||||
/* 0012 */ 0x729F, 0x0000, 0x4E37,
|
||||
/* 0013 */ 0x7309, 0x0000, 0x3354,
|
||||
/* 0014 */ 0x7527, 0x0000, 0x4749,
|
||||
/* 0015 */ 0x764A, 0x764B, 0x0014,
|
||||
/* 0016 */ 0x76A2, 0x0000, 0x5C43,
|
||||
/* 0017 */ 0x798C, 0x7991, 0x0016,
|
||||
/* 0018 */ 0x7AB9, 0x0000, 0x5652,
|
||||
/* 0019 */ 0x7B3F, 0x0000, 0x3B24,
|
||||
/* 001A */ 0x7BD7, 0x0000, 0x5669,
|
||||
/* 001B */ 0x7C46, 0x0000, 0x6C79,
|
||||
/* 001C */ 0x7C61, 0x0000, 0x7347,
|
||||
/* 001D */ 0x83D0, 0x0000, 0x3B6F,
|
||||
/* 001E */ 0x8660, 0x0000, 0x494E,
|
||||
/* 001F */ 0x86E7, 0x0000, 0x3B7B,
|
||||
/* 0020 */ 0x8714, 0x0000, 0x425D,
|
||||
/* 0021 */ 0x8770, 0x0000, 0x5055,
|
||||
/* 0022 */ 0x87F1, 0x0000, 0x6448,
|
||||
/* 0023 */ 0x8804, 0x0000, 0x6943,
|
||||
/* 0024 */ 0x88D1, 0x0000, 0x426C,
|
||||
/* 0025 */ 0x8970, 0x0000, 0x7438,
|
||||
/* 0026 */ 0x8A2F, 0x0000, 0x355B,
|
||||
/* 0027 */ 0x8C38, 0x0000, 0x3046,
|
||||
/* 0028 */ 0x8CCB, 0x0000, 0x432D,
|
||||
/* 0029 */ 0x8CE3, 0x0000, 0x513A,
|
||||
/* 002A */ 0x8E37, 0x0000, 0x5148,
|
||||
/* 002B */ 0x8ECE, 0x0000, 0x3055,
|
||||
/* 002C */ 0x8EED, 0x0000, 0x4350,
|
||||
/* 002D */ 0x9459, 0x0000, 0x765D,
|
||||
/* 002E */ 0x957E, 0x0000, 0x7156,
|
||||
/* 002F */ 0x9703, 0x0000, 0x523B,
|
||||
/* 0030 */ 0x9819, 0x0000, 0x4B3B,
|
||||
/* 0031 */ 0x98B4, 0x0000, 0x5975,
|
||||
/* 0032 */ 0x9904, 0x0000, 0x4B4C,
|
||||
/* 0033 */ 0x999B, 0x999F, 0x001C,
|
||||
/* 0034 */ 0x9B8D, 0x0000, 0x5A4A,
|
||||
/* 0035 */ 0x9BBA, 0x0000, 0x6679,
|
||||
/* 0036 */ 0x9BD8, 0x0000, 0x6B33,
|
||||
/* 0037 */ 0x9C1E, 0x9C22, 0x0021,
|
||||
/* 0038 */ 0x9C43, 0x0000, 0x752D,
|
||||
/* 0039 */ 0x9C72, 0x0000, 0x7A53,
|
||||
/* 003A */ 0x9D7C, 0x0000, 0x6B3F,
|
||||
/* 003B */ 0x9DE0, 0x0000, 0x7545,
|
||||
/* 003C */ 0x9E77, 0x0000, 0x5A5B,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x00CB Start of MappingTable */
|
||||
|
||||
/* 0000 */ 0x253A, 0x2537, 0x2538, 0xFFFD, 0x253B, 0x4467, 0xFFFD, 0xFFFD,
|
||||
/* 0008 */ 0xFFFD, 0x4463, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD,
|
||||
/* 0010 */ 0xFFFD, 0xFFFD, 0xFFFD, 0x5362, 0x5569, 0x5C36, 0x477E, 0xFFFD,
|
||||
/* 0018 */ 0xFFFD, 0xFFFD, 0xFFFD, 0x4822, 0x4B4E, 0xFFFD, 0xFFFD, 0xFFFD,
|
||||
/* 0020 */ 0x5A26, 0x7251, 0xFFFD, 0x724B, 0xFFFD, 0x724E,
|
||||
/* End of table Total Length = 0x00F1 * 2 */
|
|
@ -1,501 +0,0 @@
|
|||
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
/*========================================================
|
||||
This is a Generated file. Please don't edit it.
|
||||
|
||||
The tool which used to generate this file is called fromu.
|
||||
If you have any problem of this file. Please contact
|
||||
Netscape Client International Team or
|
||||
ftang@netscape <Frank Tang>
|
||||
|
||||
Table in Debug form
|
||||
Begin of Item 0000
|
||||
Format 2
|
||||
srcBegin = 2148
|
||||
destBegin = 6729
|
||||
End of Item 0000
|
||||
|
||||
Begin of Item 0001
|
||||
Format 1
|
||||
srcBegin = 225C
|
||||
srcEnd = 2266
|
||||
mappingOffset = 0000
|
||||
Mapping =
|
||||
5E07 FFFD FFFD FFFD FFFD FFFD FFFD FFFD
|
||||
FFFD FFFD 5FCB
|
||||
End of Item 0001
|
||||
|
||||
Begin of Item 0002
|
||||
Format 2
|
||||
srcBegin = 234B
|
||||
destBegin = 5324
|
||||
End of Item 0002
|
||||
|
||||
Begin of Item 0003
|
||||
Format 1
|
||||
srcBegin = 2537
|
||||
srcEnd = 253B
|
||||
mappingOffset = 000B
|
||||
Mapping =
|
||||
52B7 52B8 FFFD 52B6 52BA
|
||||
End of Item 0003
|
||||
|
||||
Begin of Item 0004
|
||||
Format 2
|
||||
srcBegin = 2872
|
||||
destBegin = 5C2E
|
||||
End of Item 0004
|
||||
|
||||
Begin of Item 0005
|
||||
Format 2
|
||||
srcBegin = 2945
|
||||
destBegin = 6306
|
||||
End of Item 0005
|
||||
|
||||
Begin of Item 0006
|
||||
Format 2
|
||||
srcBegin = 2969
|
||||
destBegin = 6B85
|
||||
End of Item 0006
|
||||
|
||||
Begin of Item 0007
|
||||
Format 2
|
||||
srcBegin = 3046
|
||||
destBegin = 8C38
|
||||
End of Item 0007
|
||||
|
||||
Begin of Item 0008
|
||||
Format 2
|
||||
srcBegin = 3055
|
||||
destBegin = 8ECE
|
||||
End of Item 0008
|
||||
|
||||
Begin of Item 0009
|
||||
Format 2
|
||||
srcBegin = 327E
|
||||
destBegin = 688E
|
||||
End of Item 0009
|
||||
|
||||
Begin of Item 000A
|
||||
Format 2
|
||||
srcBegin = 3354
|
||||
destBegin = 7309
|
||||
End of Item 000A
|
||||
|
||||
Begin of Item 000B
|
||||
Format 2
|
||||
srcBegin = 355B
|
||||
destBegin = 8A2F
|
||||
End of Item 000B
|
||||
|
||||
Begin of Item 000C
|
||||
Format 2
|
||||
srcBegin = 366A
|
||||
destBegin = 52DC
|
||||
End of Item 000C
|
||||
|
||||
Begin of Item 000D
|
||||
Format 2
|
||||
srcBegin = 373D
|
||||
destBegin = 5921
|
||||
End of Item 000D
|
||||
|
||||
Begin of Item 000E
|
||||
Format 2
|
||||
srcBegin = 377C
|
||||
destBegin = 5E3F
|
||||
End of Item 000E
|
||||
|
||||
Begin of Item 000F
|
||||
Format 2
|
||||
srcBegin = 3B24
|
||||
destBegin = 7B3F
|
||||
End of Item 000F
|
||||
|
||||
Begin of Item 0010
|
||||
Format 2
|
||||
srcBegin = 3B6F
|
||||
destBegin = 83D0
|
||||
End of Item 0010
|
||||
|
||||
Begin of Item 0011
|
||||
Format 2
|
||||
srcBegin = 3B7B
|
||||
destBegin = 86E7
|
||||
End of Item 0011
|
||||
|
||||
Begin of Item 0012
|
||||
Format 2
|
||||
srcBegin = 3F30
|
||||
destBegin = 6117
|
||||
End of Item 0012
|
||||
|
||||
Begin of Item 0013
|
||||
Format 2
|
||||
srcBegin = 425D
|
||||
destBegin = 8714
|
||||
End of Item 0013
|
||||
|
||||
Begin of Item 0014
|
||||
Format 2
|
||||
srcBegin = 426C
|
||||
destBegin = 88D1
|
||||
End of Item 0014
|
||||
|
||||
Begin of Item 0015
|
||||
Format 2
|
||||
srcBegin = 432D
|
||||
destBegin = 8CCB
|
||||
End of Item 0015
|
||||
|
||||
Begin of Item 0016
|
||||
Format 2
|
||||
srcBegin = 4350
|
||||
destBegin = 8EED
|
||||
End of Item 0016
|
||||
|
||||
Begin of Item 0017
|
||||
Format 1
|
||||
srcBegin = 4463
|
||||
srcEnd = 4467
|
||||
mappingOffset = 0010
|
||||
Mapping =
|
||||
52EC FFFD FFFD FFFD 52E8
|
||||
End of Item 0017
|
||||
|
||||
Begin of Item 0018
|
||||
Format 2
|
||||
srcBegin = 4749
|
||||
destBegin = 7527
|
||||
End of Item 0018
|
||||
|
||||
Begin of Item 0019
|
||||
Format 2
|
||||
srcBegin = 477E
|
||||
destBegin = 798C
|
||||
End of Item 0019
|
||||
|
||||
Begin of Item 001A
|
||||
Format 2
|
||||
srcBegin = 4822
|
||||
destBegin = 7991
|
||||
End of Item 001A
|
||||
|
||||
Begin of Item 001B
|
||||
Format 2
|
||||
srcBegin = 494E
|
||||
destBegin = 8660
|
||||
End of Item 001B
|
||||
|
||||
Begin of Item 001C
|
||||
Format 2
|
||||
srcBegin = 4B3B
|
||||
destBegin = 9819
|
||||
End of Item 001C
|
||||
|
||||
Begin of Item 001D
|
||||
Format 1
|
||||
srcBegin = 4B4C
|
||||
srcEnd = 4B4E
|
||||
mappingOffset = 0015
|
||||
Mapping =
|
||||
9904 FFFD 999B
|
||||
End of Item 001D
|
||||
|
||||
Begin of Item 001E
|
||||
Format 2
|
||||
srcBegin = 4D2A
|
||||
destBegin = 6184
|
||||
End of Item 001E
|
||||
|
||||
Begin of Item 001F
|
||||
Format 2
|
||||
srcBegin = 4E37
|
||||
destBegin = 729F
|
||||
End of Item 001F
|
||||
|
||||
Begin of Item 0020
|
||||
Format 2
|
||||
srcBegin = 5055
|
||||
destBegin = 8770
|
||||
End of Item 0020
|
||||
|
||||
Begin of Item 0021
|
||||
Format 2
|
||||
srcBegin = 513A
|
||||
destBegin = 8CE3
|
||||
End of Item 0021
|
||||
|
||||
Begin of Item 0022
|
||||
Format 2
|
||||
srcBegin = 5148
|
||||
destBegin = 8E37
|
||||
End of Item 0022
|
||||
|
||||
Begin of Item 0023
|
||||
Format 2
|
||||
srcBegin = 523B
|
||||
destBegin = 9703
|
||||
End of Item 0023
|
||||
|
||||
Begin of Item 0024
|
||||
Format 2
|
||||
srcBegin = 5362
|
||||
destBegin = 52F6
|
||||
End of Item 0024
|
||||
|
||||
Begin of Item 0025
|
||||
Format 2
|
||||
srcBegin = 545E
|
||||
destBegin = 64CC
|
||||
End of Item 0025
|
||||
|
||||
Begin of Item 0026
|
||||
Format 2
|
||||
srcBegin = 5569
|
||||
destBegin = 764A
|
||||
End of Item 0026
|
||||
|
||||
Begin of Item 0027
|
||||
Format 2
|
||||
srcBegin = 5652
|
||||
destBegin = 7AB9
|
||||
End of Item 0027
|
||||
|
||||
Begin of Item 0028
|
||||
Format 2
|
||||
srcBegin = 5669
|
||||
destBegin = 7BD7
|
||||
End of Item 0028
|
||||
|
||||
Begin of Item 0029
|
||||
Format 2
|
||||
srcBegin = 5975
|
||||
destBegin = 98B4
|
||||
End of Item 0029
|
||||
|
||||
Begin of Item 002A
|
||||
Format 2
|
||||
srcBegin = 5A26
|
||||
destBegin = 999F
|
||||
End of Item 002A
|
||||
|
||||
Begin of Item 002B
|
||||
Format 2
|
||||
srcBegin = 5A4A
|
||||
destBegin = 9B8D
|
||||
End of Item 002B
|
||||
|
||||
Begin of Item 002C
|
||||
Format 2
|
||||
srcBegin = 5A5B
|
||||
destBegin = 9E77
|
||||
End of Item 002C
|
||||
|
||||
Begin of Item 002D
|
||||
Format 2
|
||||
srcBegin = 5B72
|
||||
destBegin = 6BA9
|
||||
End of Item 002D
|
||||
|
||||
Begin of Item 002E
|
||||
Format 2
|
||||
srcBegin = 5C36
|
||||
destBegin = 764B
|
||||
End of Item 002E
|
||||
|
||||
Begin of Item 002F
|
||||
Format 2
|
||||
srcBegin = 5C43
|
||||
destBegin = 76A2
|
||||
End of Item 002F
|
||||
|
||||
Begin of Item 0030
|
||||
Format 2
|
||||
srcBegin = 6448
|
||||
destBegin = 87F1
|
||||
End of Item 0030
|
||||
|
||||
Begin of Item 0031
|
||||
Format 2
|
||||
srcBegin = 6679
|
||||
destBegin = 9BBA
|
||||
End of Item 0031
|
||||
|
||||
Begin of Item 0032
|
||||
Format 2
|
||||
srcBegin = 6943
|
||||
destBegin = 8804
|
||||
End of Item 0032
|
||||
|
||||
Begin of Item 0033
|
||||
Format 2
|
||||
srcBegin = 6B33
|
||||
destBegin = 9BD8
|
||||
End of Item 0033
|
||||
|
||||
Begin of Item 0034
|
||||
Format 2
|
||||
srcBegin = 6B3F
|
||||
destBegin = 9D7C
|
||||
End of Item 0034
|
||||
|
||||
Begin of Item 0035
|
||||
Format 2
|
||||
srcBegin = 6C79
|
||||
destBegin = 7C46
|
||||
End of Item 0035
|
||||
|
||||
Begin of Item 0036
|
||||
Format 2
|
||||
srcBegin = 7156
|
||||
destBegin = 957E
|
||||
End of Item 0036
|
||||
|
||||
Begin of Item 0037
|
||||
Format 1
|
||||
srcBegin = 724B
|
||||
srcEnd = 7251
|
||||
mappingOffset = 0018
|
||||
Mapping =
|
||||
9C20 FFFD FFFD 9C22 FFFD FFFD 9C1E
|
||||
End of Item 0037
|
||||
|
||||
Begin of Item 0038
|
||||
Format 2
|
||||
srcBegin = 7347
|
||||
destBegin = 7C61
|
||||
End of Item 0038
|
||||
|
||||
Begin of Item 0039
|
||||
Format 2
|
||||
srcBegin = 7438
|
||||
destBegin = 8970
|
||||
End of Item 0039
|
||||
|
||||
Begin of Item 003A
|
||||
Format 2
|
||||
srcBegin = 752D
|
||||
destBegin = 9C43
|
||||
End of Item 003A
|
||||
|
||||
Begin of Item 003B
|
||||
Format 2
|
||||
srcBegin = 7545
|
||||
destBegin = 9DE0
|
||||
End of Item 003B
|
||||
|
||||
Begin of Item 003C
|
||||
Format 2
|
||||
srcBegin = 765D
|
||||
destBegin = 9459
|
||||
End of Item 003C
|
||||
|
||||
Begin of Item 003D
|
||||
Format 2
|
||||
srcBegin = 7A53
|
||||
destBegin = 9C72
|
||||
End of Item 003D
|
||||
|
||||
Begin of Item 003E
|
||||
Format 2
|
||||
srcBegin = 7B7B
|
||||
destBegin = 7228
|
||||
End of Item 003E
|
||||
|
||||
========================================================*/
|
||||
/* Offset=0x0000 ItemOfList */
|
||||
0x003F,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0001 offsetToFormatArray */
|
||||
0x0004,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0002 offsetToMapCellArray */
|
||||
0x0014,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0003 offsetToMappingTable */
|
||||
0x00D1,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0004 Start of Format Array */
|
||||
/* Total of Format 0 : 0x0000 */
|
||||
/* Total of Format 1 : 0x0005 */
|
||||
/* Total of Format 2 : 0x003A */
|
||||
/* Total of Format 3 : 0x0000 */
|
||||
|
||||
0x1212, 0x2222, 0x2222, 0x2222, 0x2222, 0x1222, 0x2222, 0x2212,
|
||||
0x2222, 0x2222, 0x2222, 0x2222, 0x2222, 0x1222, 0x2222, 0x0222,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0014 Start of MapCell Array */
|
||||
/* 0000 */ 0x2148, 0x0000, 0x6729,
|
||||
/* 0001 */ 0x225C, 0x2266, 0x0000,
|
||||
/* 0002 */ 0x234B, 0x0000, 0x5324,
|
||||
/* 0003 */ 0x2537, 0x253B, 0x000B,
|
||||
/* 0004 */ 0x2872, 0x0000, 0x5C2E,
|
||||
/* 0005 */ 0x2945, 0x0000, 0x6306,
|
||||
/* 0006 */ 0x2969, 0x0000, 0x6B85,
|
||||
/* 0007 */ 0x3046, 0x0000, 0x8C38,
|
||||
/* 0008 */ 0x3055, 0x0000, 0x8ECE,
|
||||
/* 0009 */ 0x327E, 0x0000, 0x688E,
|
||||
/* 000A */ 0x3354, 0x0000, 0x7309,
|
||||
/* 000B */ 0x355B, 0x0000, 0x8A2F,
|
||||
/* 000C */ 0x366A, 0x0000, 0x52DC,
|
||||
/* 000D */ 0x373D, 0x0000, 0x5921,
|
||||
/* 000E */ 0x377C, 0x0000, 0x5E3F,
|
||||
/* 000F */ 0x3B24, 0x0000, 0x7B3F,
|
||||
/* 0010 */ 0x3B6F, 0x0000, 0x83D0,
|
||||
/* 0011 */ 0x3B7B, 0x0000, 0x86E7,
|
||||
/* 0012 */ 0x3F30, 0x0000, 0x6117,
|
||||
/* 0013 */ 0x425D, 0x0000, 0x8714,
|
||||
/* 0014 */ 0x426C, 0x0000, 0x88D1,
|
||||
/* 0015 */ 0x432D, 0x0000, 0x8CCB,
|
||||
/* 0016 */ 0x4350, 0x0000, 0x8EED,
|
||||
/* 0017 */ 0x4463, 0x4467, 0x0010,
|
||||
/* 0018 */ 0x4749, 0x0000, 0x7527,
|
||||
/* 0019 */ 0x477E, 0x0000, 0x798C,
|
||||
/* 001A */ 0x4822, 0x0000, 0x7991,
|
||||
/* 001B */ 0x494E, 0x0000, 0x8660,
|
||||
/* 001C */ 0x4B3B, 0x0000, 0x9819,
|
||||
/* 001D */ 0x4B4C, 0x4B4E, 0x0015,
|
||||
/* 001E */ 0x4D2A, 0x0000, 0x6184,
|
||||
/* 001F */ 0x4E37, 0x0000, 0x729F,
|
||||
/* 0020 */ 0x5055, 0x0000, 0x8770,
|
||||
/* 0021 */ 0x513A, 0x0000, 0x8CE3,
|
||||
/* 0022 */ 0x5148, 0x0000, 0x8E37,
|
||||
/* 0023 */ 0x523B, 0x0000, 0x9703,
|
||||
/* 0024 */ 0x5362, 0x0000, 0x52F6,
|
||||
/* 0025 */ 0x545E, 0x0000, 0x64CC,
|
||||
/* 0026 */ 0x5569, 0x0000, 0x764A,
|
||||
/* 0027 */ 0x5652, 0x0000, 0x7AB9,
|
||||
/* 0028 */ 0x5669, 0x0000, 0x7BD7,
|
||||
/* 0029 */ 0x5975, 0x0000, 0x98B4,
|
||||
/* 002A */ 0x5A26, 0x0000, 0x999F,
|
||||
/* 002B */ 0x5A4A, 0x0000, 0x9B8D,
|
||||
/* 002C */ 0x5A5B, 0x0000, 0x9E77,
|
||||
/* 002D */ 0x5B72, 0x0000, 0x6BA9,
|
||||
/* 002E */ 0x5C36, 0x0000, 0x764B,
|
||||
/* 002F */ 0x5C43, 0x0000, 0x76A2,
|
||||
/* 0030 */ 0x6448, 0x0000, 0x87F1,
|
||||
/* 0031 */ 0x6679, 0x0000, 0x9BBA,
|
||||
/* 0032 */ 0x6943, 0x0000, 0x8804,
|
||||
/* 0033 */ 0x6B33, 0x0000, 0x9BD8,
|
||||
/* 0034 */ 0x6B3F, 0x0000, 0x9D7C,
|
||||
/* 0035 */ 0x6C79, 0x0000, 0x7C46,
|
||||
/* 0036 */ 0x7156, 0x0000, 0x957E,
|
||||
/* 0037 */ 0x724B, 0x7251, 0x0018,
|
||||
/* 0038 */ 0x7347, 0x0000, 0x7C61,
|
||||
/* 0039 */ 0x7438, 0x0000, 0x8970,
|
||||
/* 003A */ 0x752D, 0x0000, 0x9C43,
|
||||
/* 003B */ 0x7545, 0x0000, 0x9DE0,
|
||||
/* 003C */ 0x765D, 0x0000, 0x9459,
|
||||
/* 003D */ 0x7A53, 0x0000, 0x9C72,
|
||||
/* 003E */ 0x7B7B, 0x0000, 0x7228,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x00D1 Start of MappingTable */
|
||||
|
||||
/* 0000 */ 0x5E07, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD,
|
||||
/* 0008 */ 0xFFFD, 0xFFFD, 0x5FCB, 0x52B7, 0x52B8, 0xFFFD, 0x52B6, 0x52BA,
|
||||
/* 0010 */ 0x52EC, 0xFFFD, 0xFFFD, 0xFFFD, 0x52E8, 0x9904, 0xFFFD, 0x999B,
|
||||
/* 0018 */ 0x9C20, 0xFFFD, 0xFFFD, 0x9C22, 0xFFFD, 0xFFFD, 0x9C1E,
|
||||
/* End of table Total Length = 0x00F0 * 2 */
|
|
@ -1,706 +0,0 @@
|
|||
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
/*========================================================
|
||||
This is a Generated file. Please don't edit it.
|
||||
|
||||
The tool which used to generate this file is called fromu.
|
||||
If you have any problem of this file. Please contact
|
||||
Netscape Client International Team or
|
||||
ftang@netscape <Frank Tang>
|
||||
|
||||
Table in Debug form
|
||||
Begin of Item 0000
|
||||
Format 2
|
||||
srcBegin = 4E38
|
||||
destBegin = 2131
|
||||
End of Item 0000
|
||||
|
||||
Begin of Item 0001
|
||||
Format 2
|
||||
srcBegin = 4E44
|
||||
destBegin = 2123
|
||||
End of Item 0001
|
||||
|
||||
Begin of Item 0002
|
||||
Format 2
|
||||
srcBegin = 5145
|
||||
destBegin = 2352
|
||||
End of Item 0002
|
||||
|
||||
Begin of Item 0003
|
||||
Format 2
|
||||
srcBegin = 5185
|
||||
destBegin = 2150
|
||||
End of Item 0003
|
||||
|
||||
Begin of Item 0004
|
||||
Format 2
|
||||
srcBegin = 5192
|
||||
destBegin = 316D
|
||||
End of Item 0004
|
||||
|
||||
Begin of Item 0005
|
||||
Format 2
|
||||
srcBegin = 51F2
|
||||
destBegin = 4665
|
||||
End of Item 0005
|
||||
|
||||
Begin of Item 0006
|
||||
Format 2
|
||||
srcBegin = 5203
|
||||
destBegin = 2138
|
||||
End of Item 0006
|
||||
|
||||
Begin of Item 0007
|
||||
Format 2
|
||||
srcBegin = 5272
|
||||
destBegin = 4667
|
||||
End of Item 0007
|
||||
|
||||
Begin of Item 0008
|
||||
Format 1
|
||||
srcBegin = 52C7
|
||||
srcEnd = 52C9
|
||||
mappingOffset = 0000
|
||||
Mapping =
|
||||
2F25 FFFD 3558
|
||||
End of Item 0008
|
||||
|
||||
Begin of Item 0009
|
||||
Format 2
|
||||
srcBegin = 5305
|
||||
destBegin = 2246
|
||||
End of Item 0009
|
||||
|
||||
Begin of Item 000A
|
||||
Format 2
|
||||
srcBegin = 5313
|
||||
destBegin = 5074
|
||||
End of Item 000A
|
||||
|
||||
Begin of Item 000B
|
||||
Format 1
|
||||
srcBegin = 5351
|
||||
srcEnd = 536B
|
||||
mappingOffset = 0003
|
||||
Mapping =
|
||||
2F38 FFFD FFFD FFFD FFFD FFFD FFFD FFFD
|
||||
FFFD 4674 FFFD FFFD FFFD FFFD FFFD FFFD
|
||||
FFFD FFFD FFFD FFFD 2A21 FFFD FFFD FFFD
|
||||
FFFD FFFD 212D
|
||||
End of Item 000B
|
||||
|
||||
Begin of Item 000C
|
||||
Format 2
|
||||
srcBegin = 53CA
|
||||
destBegin = 2161
|
||||
End of Item 000C
|
||||
|
||||
Begin of Item 000D
|
||||
Format 2
|
||||
srcBegin = 53DE
|
||||
destBegin = 3578
|
||||
End of Item 000D
|
||||
|
||||
Begin of Item 000E
|
||||
Format 2
|
||||
srcBegin = 53EB
|
||||
destBegin = 225B
|
||||
End of Item 000E
|
||||
|
||||
Begin of Item 000F
|
||||
Format 2
|
||||
srcBegin = 5438
|
||||
destBegin = 264E
|
||||
End of Item 000F
|
||||
|
||||
Begin of Item 0010
|
||||
Format 2
|
||||
srcBegin = 5510
|
||||
destBegin = 357E
|
||||
End of Item 0010
|
||||
|
||||
Begin of Item 0011
|
||||
Format 2
|
||||
srcBegin = 5584
|
||||
destBegin = 472A
|
||||
End of Item 0011
|
||||
|
||||
Begin of Item 0012
|
||||
Format 1
|
||||
srcBegin = 55AB
|
||||
srcEnd = 55B6
|
||||
mappingOffset = 001E
|
||||
Mapping =
|
||||
4731 FFFD FFFD FFFD FFFD FFFD FFFD FFFD
|
||||
FFFD FFFD FFFD 4729
|
||||
End of Item 0012
|
||||
|
||||
Begin of Item 0013
|
||||
Format 2
|
||||
srcBegin = 55E0
|
||||
destBegin = 5143
|
||||
End of Item 0013
|
||||
|
||||
Begin of Item 0014
|
||||
Format 2
|
||||
srcBegin = 5606
|
||||
destBegin = 5136
|
||||
End of Item 0014
|
||||
|
||||
Begin of Item 0015
|
||||
Format 2
|
||||
srcBegin = 575A
|
||||
destBegin = 2667
|
||||
End of Item 0015
|
||||
|
||||
Begin of Item 0016
|
||||
Format 2
|
||||
srcBegin = 57CE
|
||||
destBegin = 3635
|
||||
End of Item 0016
|
||||
|
||||
Begin of Item 0017
|
||||
Format 2
|
||||
srcBegin = 5900
|
||||
destBegin = 5C2F
|
||||
End of Item 0017
|
||||
|
||||
Begin of Item 0018
|
||||
Format 2
|
||||
srcBegin = 5922
|
||||
destBegin = 515E
|
||||
End of Item 0018
|
||||
|
||||
Begin of Item 0019
|
||||
Format 2
|
||||
srcBegin = 5962
|
||||
destBegin = 4756
|
||||
End of Item 0019
|
||||
|
||||
Begin of Item 001A
|
||||
Format 2
|
||||
srcBegin = 5A30
|
||||
destBegin = 3657
|
||||
End of Item 001A
|
||||
|
||||
Begin of Item 001B
|
||||
Format 2
|
||||
srcBegin = 5A66
|
||||
destBegin = 3E50
|
||||
End of Item 001B
|
||||
|
||||
Begin of Item 001C
|
||||
Format 2
|
||||
srcBegin = 5BB2
|
||||
destBegin = 3666
|
||||
End of Item 001C
|
||||
|
||||
Begin of Item 001D
|
||||
Format 2
|
||||
srcBegin = 5BFF
|
||||
destBegin = 2721
|
||||
End of Item 001D
|
||||
|
||||
Begin of Item 001E
|
||||
Format 2
|
||||
srcBegin = 5D2B
|
||||
destBegin = 3E76
|
||||
End of Item 001E
|
||||
|
||||
Begin of Item 001F
|
||||
Format 2
|
||||
srcBegin = 5D43
|
||||
destBegin = 482B
|
||||
End of Item 001F
|
||||
|
||||
Begin of Item 0020
|
||||
Format 2
|
||||
srcBegin = 5DE1
|
||||
destBegin = 2736
|
||||
End of Item 0020
|
||||
|
||||
Begin of Item 0021
|
||||
Format 2
|
||||
srcBegin = 5DFD
|
||||
destBegin = 4837
|
||||
End of Item 0021
|
||||
|
||||
Begin of Item 0022
|
||||
Format 2
|
||||
srcBegin = 5E3D
|
||||
destBegin = 483C
|
||||
End of Item 0022
|
||||
|
||||
Begin of Item 0023
|
||||
Format 1
|
||||
srcBegin = 5EC3
|
||||
srcEnd = 5ECA
|
||||
mappingOffset = 002A
|
||||
Mapping =
|
||||
4845 FFFD FFFD FFFD FFFD FFFD FFFD 5240
|
||||
End of Item 0023
|
||||
|
||||
Begin of Item 0024
|
||||
Format 2
|
||||
srcBegin = 5FCD
|
||||
destBegin = 275F
|
||||
End of Item 0024
|
||||
|
||||
Begin of Item 0025
|
||||
Format 2
|
||||
srcBegin = 6139
|
||||
destBegin = 5264
|
||||
End of Item 0025
|
||||
|
||||
Begin of Item 0026
|
||||
Format 2
|
||||
srcBegin = 614E
|
||||
destBegin = 5266
|
||||
End of Item 0026
|
||||
|
||||
Begin of Item 0027
|
||||
Format 2
|
||||
srcBegin = 62B1
|
||||
destBegin = 2B63
|
||||
End of Item 0027
|
||||
|
||||
Begin of Item 0028
|
||||
Format 2
|
||||
srcBegin = 62E8
|
||||
destBegin = 2B60
|
||||
End of Item 0028
|
||||
|
||||
Begin of Item 0029
|
||||
Format 2
|
||||
srcBegin = 6368
|
||||
destBegin = 4036
|
||||
End of Item 0029
|
||||
|
||||
Begin of Item 002A
|
||||
Format 2
|
||||
srcBegin = 6383
|
||||
destBegin = 402B
|
||||
End of Item 002A
|
||||
|
||||
Begin of Item 002B
|
||||
Format 2
|
||||
srcBegin = 6530
|
||||
destBegin = 236C
|
||||
End of Item 002B
|
||||
|
||||
Begin of Item 002C
|
||||
Format 2
|
||||
srcBegin = 6577
|
||||
destBegin = 5D4B
|
||||
End of Item 002C
|
||||
|
||||
Begin of Item 002D
|
||||
Format 2
|
||||
srcBegin = 6691
|
||||
destBegin = 533C
|
||||
End of Item 002D
|
||||
|
||||
Begin of Item 002E
|
||||
Format 1
|
||||
srcBegin = 66F8
|
||||
srcEnd = 6700
|
||||
mappingOffset = 0032
|
||||
Mapping =
|
||||
3836 FFFD FFFD FFFD FFFD FFFD FFFD FFFD
|
||||
4978
|
||||
End of Item 002E
|
||||
|
||||
Begin of Item 002F
|
||||
Format 2
|
||||
srcBegin = 671B
|
||||
destBegin = 4058
|
||||
End of Item 002F
|
||||
|
||||
Begin of Item 0030
|
||||
Format 2
|
||||
srcBegin = 6753
|
||||
destBegin = 282E
|
||||
End of Item 0030
|
||||
|
||||
Begin of Item 0031
|
||||
Format 2
|
||||
srcBegin = 6804
|
||||
destBegin = 3172
|
||||
End of Item 0031
|
||||
|
||||
Begin of Item 0032
|
||||
Format 2
|
||||
srcBegin = 69A3
|
||||
destBegin = 5D68
|
||||
End of Item 0032
|
||||
|
||||
Begin of Item 0033
|
||||
Format 2
|
||||
srcBegin = 6B21
|
||||
destBegin = 2523
|
||||
End of Item 0033
|
||||
|
||||
Begin of Item 0034
|
||||
Format 2
|
||||
srcBegin = 6CBF
|
||||
destBegin = 2C5B
|
||||
End of Item 0034
|
||||
|
||||
Begin of Item 0035
|
||||
Format 2
|
||||
srcBegin = 6D3E
|
||||
destBegin = 3242
|
||||
End of Item 0035
|
||||
|
||||
Begin of Item 0036
|
||||
Format 2
|
||||
srcBegin = 6D69
|
||||
destBegin = 392D
|
||||
End of Item 0036
|
||||
|
||||
Begin of Item 0037
|
||||
Format 2
|
||||
srcBegin = 6D78
|
||||
destBegin = 3874
|
||||
End of Item 0037
|
||||
|
||||
Begin of Item 0038
|
||||
Format 2
|
||||
srcBegin = 6E2F
|
||||
destBegin = 4A65
|
||||
End of Item 0038
|
||||
|
||||
Begin of Item 0039
|
||||
Format 2
|
||||
srcBegin = 6E7F
|
||||
destBegin = 5444
|
||||
End of Item 0039
|
||||
|
||||
Begin of Item 003A
|
||||
Format 2
|
||||
srcBegin = 6ED7
|
||||
destBegin = 544E
|
||||
End of Item 003A
|
||||
|
||||
Begin of Item 003B
|
||||
Format 2
|
||||
srcBegin = 70AD
|
||||
destBegin = 3248
|
||||
End of Item 003B
|
||||
|
||||
Begin of Item 003C
|
||||
Format 2
|
||||
srcBegin = 733D
|
||||
destBegin = 547C
|
||||
End of Item 003C
|
||||
|
||||
Begin of Item 003D
|
||||
Format 2
|
||||
srcBegin = 76F4
|
||||
destBegin = 2D45
|
||||
End of Item 003D
|
||||
|
||||
Begin of Item 003E
|
||||
Format 2
|
||||
srcBegin = 771F
|
||||
destBegin = 3A2D
|
||||
End of Item 003E
|
||||
|
||||
Begin of Item 003F
|
||||
Format 2
|
||||
srcBegin = 7861
|
||||
destBegin = 4C2F
|
||||
End of Item 003F
|
||||
|
||||
Begin of Item 0040
|
||||
Format 1
|
||||
srcBegin = 7A01
|
||||
srcEnd = 7A06
|
||||
mappingOffset = 003B
|
||||
Mapping =
|
||||
4C48 FFFD FFFD FFFD FFFD 4C43
|
||||
End of Item 0040
|
||||
|
||||
Begin of Item 0041
|
||||
Format 2
|
||||
srcBegin = 7FE4
|
||||
destBegin = 6058
|
||||
End of Item 0041
|
||||
|
||||
Begin of Item 0042
|
||||
Format 2
|
||||
srcBegin = 8038
|
||||
destBegin = 3B21
|
||||
End of Item 0042
|
||||
|
||||
Begin of Item 0043
|
||||
Format 1
|
||||
srcBegin = 8081
|
||||
srcEnd = 8088
|
||||
mappingOffset = 0041
|
||||
Mapping =
|
||||
3B24 FFFD FFFD FFFD FFFD FFFD FFFD 6060
|
||||
End of Item 0043
|
||||
|
||||
Begin of Item 0044
|
||||
Format 2
|
||||
srcBegin = 80B2
|
||||
destBegin = 2D69
|
||||
End of Item 0044
|
||||
|
||||
Begin of Item 0045
|
||||
Format 2
|
||||
srcBegin = 8157
|
||||
destBegin = 4D47
|
||||
End of Item 0045
|
||||
|
||||
Begin of Item 0046
|
||||
Format 2
|
||||
srcBegin = 81F4
|
||||
destBegin = 3B3A
|
||||
End of Item 0046
|
||||
|
||||
Begin of Item 0047
|
||||
Format 2
|
||||
srcBegin = 828B
|
||||
destBegin = 2552
|
||||
End of Item 0047
|
||||
|
||||
Begin of Item 0048
|
||||
Format 2
|
||||
srcBegin = 829D
|
||||
destBegin = 2927
|
||||
End of Item 0048
|
||||
|
||||
Begin of Item 0049
|
||||
Format 2
|
||||
srcBegin = 82B1
|
||||
destBegin = 2928
|
||||
End of Item 0049
|
||||
|
||||
Begin of Item 004A
|
||||
Format 2
|
||||
srcBegin = 82BD
|
||||
destBegin = 2E22
|
||||
End of Item 004A
|
||||
|
||||
Begin of Item 004B
|
||||
Format 1
|
||||
srcBegin = 82E5
|
||||
srcEnd = 82E6
|
||||
mappingOffset = 0049
|
||||
Mapping =
|
||||
2E24 2E23
|
||||
End of Item 004B
|
||||
|
||||
Begin of Item 004C
|
||||
Format 1
|
||||
srcBegin = 83CA
|
||||
srcEnd = 83CC
|
||||
mappingOffset = 004B
|
||||
Mapping =
|
||||
443E FFFD 443C
|
||||
End of Item 004C
|
||||
|
||||
Begin of Item 004D
|
||||
Format 2
|
||||
srcBegin = 83DC
|
||||
destBegin = 443D
|
||||
End of Item 004D
|
||||
|
||||
Begin of Item 004E
|
||||
Format 2
|
||||
srcBegin = 83F7
|
||||
destBegin = 4D6E
|
||||
End of Item 004E
|
||||
|
||||
Begin of Item 004F
|
||||
Format 2
|
||||
srcBegin = 8457
|
||||
destBegin = 443B
|
||||
End of Item 004F
|
||||
|
||||
Begin of Item 0050
|
||||
Format 2
|
||||
srcBegin = 8650
|
||||
destBegin = 3447
|
||||
End of Item 0050
|
||||
|
||||
Begin of Item 0051
|
||||
Format 2
|
||||
srcBegin = 8849
|
||||
destBegin = 4E4F
|
||||
End of Item 0051
|
||||
|
||||
Begin of Item 0052
|
||||
Format 2
|
||||
srcBegin = 8999
|
||||
destBegin = 4E60
|
||||
End of Item 0052
|
||||
|
||||
Begin of Item 0053
|
||||
Format 2
|
||||
srcBegin = 8A24
|
||||
destBegin = 4470
|
||||
End of Item 0053
|
||||
|
||||
Begin of Item 0054
|
||||
Format 2
|
||||
srcBegin = 8D77
|
||||
destBegin = 3C3B
|
||||
End of Item 0054
|
||||
|
||||
Begin of Item 0055
|
||||
Format 2
|
||||
srcBegin = 8DC3
|
||||
destBegin = 4538
|
||||
End of Item 0055
|
||||
|
||||
Begin of Item 0056
|
||||
Format 2
|
||||
srcBegin = 8FEC
|
||||
destBegin = 3460
|
||||
End of Item 0056
|
||||
|
||||
Begin of Item 0057
|
||||
Format 2
|
||||
srcBegin = 921F
|
||||
destBegin = 4F6F
|
||||
End of Item 0057
|
||||
|
||||
Begin of Item 0058
|
||||
Format 2
|
||||
srcBegin = 9EBB
|
||||
destBegin = 463E
|
||||
End of Item 0058
|
||||
|
||||
========================================================*/
|
||||
/* Offset=0x0000 ItemOfList */
|
||||
0x0059,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0001 offsetToFormatArray */
|
||||
0x0004,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0002 offsetToMapCellArray */
|
||||
0x001B,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0003 offsetToMappingTable */
|
||||
0x0126,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0004 Start of Format Array */
|
||||
/* Total of Format 0 : 0x0000 */
|
||||
/* Total of Format 1 : 0x0009 */
|
||||
/* Total of Format 2 : 0x0050 */
|
||||
/* Total of Format 3 : 0x0000 */
|
||||
|
||||
0x2222, 0x2222, 0x1221, 0x2222, 0x2122, 0x2222, 0x2222, 0x2222,
|
||||
0x1222, 0x2222, 0x2222, 0x2122, 0x2222, 0x2222, 0x2222, 0x2222,
|
||||
0x1221, 0x2222, 0x1222, 0x2221, 0x2222, 0x2222, 0x0002,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x001B Start of MapCell Array */
|
||||
/* 0000 */ 0x4E38, 0x0000, 0x2131,
|
||||
/* 0001 */ 0x4E44, 0x0000, 0x2123,
|
||||
/* 0002 */ 0x5145, 0x0000, 0x2352,
|
||||
/* 0003 */ 0x5185, 0x0000, 0x2150,
|
||||
/* 0004 */ 0x5192, 0x0000, 0x316D,
|
||||
/* 0005 */ 0x51F2, 0x0000, 0x4665,
|
||||
/* 0006 */ 0x5203, 0x0000, 0x2138,
|
||||
/* 0007 */ 0x5272, 0x0000, 0x4667,
|
||||
/* 0008 */ 0x52C7, 0x52C9, 0x0000,
|
||||
/* 0009 */ 0x5305, 0x0000, 0x2246,
|
||||
/* 000A */ 0x5313, 0x0000, 0x5074,
|
||||
/* 000B */ 0x5351, 0x536B, 0x0003,
|
||||
/* 000C */ 0x53CA, 0x0000, 0x2161,
|
||||
/* 000D */ 0x53DE, 0x0000, 0x3578,
|
||||
/* 000E */ 0x53EB, 0x0000, 0x225B,
|
||||
/* 000F */ 0x5438, 0x0000, 0x264E,
|
||||
/* 0010 */ 0x5510, 0x0000, 0x357E,
|
||||
/* 0011 */ 0x5584, 0x0000, 0x472A,
|
||||
/* 0012 */ 0x55AB, 0x55B6, 0x001E,
|
||||
/* 0013 */ 0x55E0, 0x0000, 0x5143,
|
||||
/* 0014 */ 0x5606, 0x0000, 0x5136,
|
||||
/* 0015 */ 0x575A, 0x0000, 0x2667,
|
||||
/* 0016 */ 0x57CE, 0x0000, 0x3635,
|
||||
/* 0017 */ 0x5900, 0x0000, 0x5C2F,
|
||||
/* 0018 */ 0x5922, 0x0000, 0x515E,
|
||||
/* 0019 */ 0x5962, 0x0000, 0x4756,
|
||||
/* 001A */ 0x5A30, 0x0000, 0x3657,
|
||||
/* 001B */ 0x5A66, 0x0000, 0x3E50,
|
||||
/* 001C */ 0x5BB2, 0x0000, 0x3666,
|
||||
/* 001D */ 0x5BFF, 0x0000, 0x2721,
|
||||
/* 001E */ 0x5D2B, 0x0000, 0x3E76,
|
||||
/* 001F */ 0x5D43, 0x0000, 0x482B,
|
||||
/* 0020 */ 0x5DE1, 0x0000, 0x2736,
|
||||
/* 0021 */ 0x5DFD, 0x0000, 0x4837,
|
||||
/* 0022 */ 0x5E3D, 0x0000, 0x483C,
|
||||
/* 0023 */ 0x5EC3, 0x5ECA, 0x002A,
|
||||
/* 0024 */ 0x5FCD, 0x0000, 0x275F,
|
||||
/* 0025 */ 0x6139, 0x0000, 0x5264,
|
||||
/* 0026 */ 0x614E, 0x0000, 0x5266,
|
||||
/* 0027 */ 0x62B1, 0x0000, 0x2B63,
|
||||
/* 0028 */ 0x62E8, 0x0000, 0x2B60,
|
||||
/* 0029 */ 0x6368, 0x0000, 0x4036,
|
||||
/* 002A */ 0x6383, 0x0000, 0x402B,
|
||||
/* 002B */ 0x6530, 0x0000, 0x236C,
|
||||
/* 002C */ 0x6577, 0x0000, 0x5D4B,
|
||||
/* 002D */ 0x6691, 0x0000, 0x533C,
|
||||
/* 002E */ 0x66F8, 0x6700, 0x0032,
|
||||
/* 002F */ 0x671B, 0x0000, 0x4058,
|
||||
/* 0030 */ 0x6753, 0x0000, 0x282E,
|
||||
/* 0031 */ 0x6804, 0x0000, 0x3172,
|
||||
/* 0032 */ 0x69A3, 0x0000, 0x5D68,
|
||||
/* 0033 */ 0x6B21, 0x0000, 0x2523,
|
||||
/* 0034 */ 0x6CBF, 0x0000, 0x2C5B,
|
||||
/* 0035 */ 0x6D3E, 0x0000, 0x3242,
|
||||
/* 0036 */ 0x6D69, 0x0000, 0x392D,
|
||||
/* 0037 */ 0x6D78, 0x0000, 0x3874,
|
||||
/* 0038 */ 0x6E2F, 0x0000, 0x4A65,
|
||||
/* 0039 */ 0x6E7F, 0x0000, 0x5444,
|
||||
/* 003A */ 0x6ED7, 0x0000, 0x544E,
|
||||
/* 003B */ 0x70AD, 0x0000, 0x3248,
|
||||
/* 003C */ 0x733D, 0x0000, 0x547C,
|
||||
/* 003D */ 0x76F4, 0x0000, 0x2D45,
|
||||
/* 003E */ 0x771F, 0x0000, 0x3A2D,
|
||||
/* 003F */ 0x7861, 0x0000, 0x4C2F,
|
||||
/* 0040 */ 0x7A01, 0x7A06, 0x003B,
|
||||
/* 0041 */ 0x7FE4, 0x0000, 0x6058,
|
||||
/* 0042 */ 0x8038, 0x0000, 0x3B21,
|
||||
/* 0043 */ 0x8081, 0x8088, 0x0041,
|
||||
/* 0044 */ 0x80B2, 0x0000, 0x2D69,
|
||||
/* 0045 */ 0x8157, 0x0000, 0x4D47,
|
||||
/* 0046 */ 0x81F4, 0x0000, 0x3B3A,
|
||||
/* 0047 */ 0x828B, 0x0000, 0x2552,
|
||||
/* 0048 */ 0x829D, 0x0000, 0x2927,
|
||||
/* 0049 */ 0x82B1, 0x0000, 0x2928,
|
||||
/* 004A */ 0x82BD, 0x0000, 0x2E22,
|
||||
/* 004B */ 0x82E5, 0x82E6, 0x0049,
|
||||
/* 004C */ 0x83CA, 0x83CC, 0x004B,
|
||||
/* 004D */ 0x83DC, 0x0000, 0x443D,
|
||||
/* 004E */ 0x83F7, 0x0000, 0x4D6E,
|
||||
/* 004F */ 0x8457, 0x0000, 0x443B,
|
||||
/* 0050 */ 0x8650, 0x0000, 0x3447,
|
||||
/* 0051 */ 0x8849, 0x0000, 0x4E4F,
|
||||
/* 0052 */ 0x8999, 0x0000, 0x4E60,
|
||||
/* 0053 */ 0x8A24, 0x0000, 0x4470,
|
||||
/* 0054 */ 0x8D77, 0x0000, 0x3C3B,
|
||||
/* 0055 */ 0x8DC3, 0x0000, 0x4538,
|
||||
/* 0056 */ 0x8FEC, 0x0000, 0x3460,
|
||||
/* 0057 */ 0x921F, 0x0000, 0x4F6F,
|
||||
/* 0058 */ 0x9EBB, 0x0000, 0x463E,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0126 Start of MappingTable */
|
||||
|
||||
/* 0000 */ 0x2F25, 0xFFFD, 0x3558, 0x2F38, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD,
|
||||
/* 0008 */ 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0x4674, 0xFFFD, 0xFFFD, 0xFFFD,
|
||||
/* 0010 */ 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0x2A21,
|
||||
/* 0018 */ 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0x212D, 0x4731, 0xFFFD,
|
||||
/* 0020 */ 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD,
|
||||
/* 0028 */ 0xFFFD, 0x4729, 0x4845, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD,
|
||||
/* 0030 */ 0xFFFD, 0x5240, 0x3836, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD,
|
||||
/* 0038 */ 0xFFFD, 0xFFFD, 0x4978, 0x4C48, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD,
|
||||
/* 0040 */ 0x4C43, 0x3B24, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD,
|
||||
/* 0048 */ 0x6060, 0x2E24, 0x2E23, 0x443E, 0xFFFD, 0x443C,
|
||||
/* End of table Total Length = 0x0174 * 2 */
|
|
@ -1,647 +0,0 @@
|
|||
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
/*========================================================
|
||||
This is a Generated file. Please don't edit it.
|
||||
|
||||
The tool which used to generate this file is called fromu.
|
||||
If you have any problem of this file. Please contact
|
||||
Netscape Client International Team or
|
||||
ftang@netscape <Frank Tang>
|
||||
|
||||
Table in Debug form
|
||||
Begin of Item 0000
|
||||
Format 1
|
||||
srcBegin = 2123
|
||||
srcEnd = 2138
|
||||
mappingOffset = 0000
|
||||
Mapping =
|
||||
4E44 FFFD FFFD FFFD FFFD FFFD FFFD FFFD
|
||||
FFFD FFFD 536B FFFD FFFD FFFD 4E38 FFFD
|
||||
FFFD FFFD FFFD FFFD FFFD 5203
|
||||
End of Item 0000
|
||||
|
||||
Begin of Item 0001
|
||||
Format 2
|
||||
srcBegin = 2150
|
||||
destBegin = 5185
|
||||
End of Item 0001
|
||||
|
||||
Begin of Item 0002
|
||||
Format 2
|
||||
srcBegin = 2161
|
||||
destBegin = 53CA
|
||||
End of Item 0002
|
||||
|
||||
Begin of Item 0003
|
||||
Format 2
|
||||
srcBegin = 2246
|
||||
destBegin = 5305
|
||||
End of Item 0003
|
||||
|
||||
Begin of Item 0004
|
||||
Format 2
|
||||
srcBegin = 225B
|
||||
destBegin = 53EB
|
||||
End of Item 0004
|
||||
|
||||
Begin of Item 0005
|
||||
Format 2
|
||||
srcBegin = 2352
|
||||
destBegin = 5145
|
||||
End of Item 0005
|
||||
|
||||
Begin of Item 0006
|
||||
Format 2
|
||||
srcBegin = 236C
|
||||
destBegin = 6530
|
||||
End of Item 0006
|
||||
|
||||
Begin of Item 0007
|
||||
Format 2
|
||||
srcBegin = 2523
|
||||
destBegin = 6B21
|
||||
End of Item 0007
|
||||
|
||||
Begin of Item 0008
|
||||
Format 2
|
||||
srcBegin = 2552
|
||||
destBegin = 828B
|
||||
End of Item 0008
|
||||
|
||||
Begin of Item 0009
|
||||
Format 2
|
||||
srcBegin = 264E
|
||||
destBegin = 5438
|
||||
End of Item 0009
|
||||
|
||||
Begin of Item 000A
|
||||
Format 2
|
||||
srcBegin = 2667
|
||||
destBegin = 575A
|
||||
End of Item 000A
|
||||
|
||||
Begin of Item 000B
|
||||
Format 2
|
||||
srcBegin = 2721
|
||||
destBegin = 5BFF
|
||||
End of Item 000B
|
||||
|
||||
Begin of Item 000C
|
||||
Format 2
|
||||
srcBegin = 2736
|
||||
destBegin = 5DE1
|
||||
End of Item 000C
|
||||
|
||||
Begin of Item 000D
|
||||
Format 2
|
||||
srcBegin = 275F
|
||||
destBegin = 5FCD
|
||||
End of Item 000D
|
||||
|
||||
Begin of Item 000E
|
||||
Format 2
|
||||
srcBegin = 282E
|
||||
destBegin = 6753
|
||||
End of Item 000E
|
||||
|
||||
Begin of Item 000F
|
||||
Format 1
|
||||
srcBegin = 2927
|
||||
srcEnd = 2928
|
||||
mappingOffset = 0016
|
||||
Mapping =
|
||||
829D 82B1
|
||||
End of Item 000F
|
||||
|
||||
Begin of Item 0010
|
||||
Format 2
|
||||
srcBegin = 2A21
|
||||
destBegin = 5365
|
||||
End of Item 0010
|
||||
|
||||
Begin of Item 0011
|
||||
Format 1
|
||||
srcBegin = 2B60
|
||||
srcEnd = 2B63
|
||||
mappingOffset = 0018
|
||||
Mapping =
|
||||
62E8 FFFD FFFD 62B1
|
||||
End of Item 0011
|
||||
|
||||
Begin of Item 0012
|
||||
Format 2
|
||||
srcBegin = 2C5B
|
||||
destBegin = 6CBF
|
||||
End of Item 0012
|
||||
|
||||
Begin of Item 0013
|
||||
Format 2
|
||||
srcBegin = 2D45
|
||||
destBegin = 76F4
|
||||
End of Item 0013
|
||||
|
||||
Begin of Item 0014
|
||||
Format 2
|
||||
srcBegin = 2D69
|
||||
destBegin = 80B2
|
||||
End of Item 0014
|
||||
|
||||
Begin of Item 0015
|
||||
Format 1
|
||||
srcBegin = 2E22
|
||||
srcEnd = 2E24
|
||||
mappingOffset = 001C
|
||||
Mapping =
|
||||
82BD 82E6 82E5
|
||||
End of Item 0015
|
||||
|
||||
Begin of Item 0016
|
||||
Format 2
|
||||
srcBegin = 2F25
|
||||
destBegin = 52C7
|
||||
End of Item 0016
|
||||
|
||||
Begin of Item 0017
|
||||
Format 2
|
||||
srcBegin = 2F38
|
||||
destBegin = 5351
|
||||
End of Item 0017
|
||||
|
||||
Begin of Item 0018
|
||||
Format 1
|
||||
srcBegin = 316D
|
||||
srcEnd = 3172
|
||||
mappingOffset = 001F
|
||||
Mapping =
|
||||
5192 FFFD FFFD FFFD FFFD 6804
|
||||
End of Item 0018
|
||||
|
||||
Begin of Item 0019
|
||||
Format 1
|
||||
srcBegin = 3242
|
||||
srcEnd = 3248
|
||||
mappingOffset = 0025
|
||||
Mapping =
|
||||
6D3E FFFD FFFD FFFD FFFD FFFD 70AD
|
||||
End of Item 0019
|
||||
|
||||
Begin of Item 001A
|
||||
Format 2
|
||||
srcBegin = 3447
|
||||
destBegin = 8650
|
||||
End of Item 001A
|
||||
|
||||
Begin of Item 001B
|
||||
Format 2
|
||||
srcBegin = 3460
|
||||
destBegin = 8FEC
|
||||
End of Item 001B
|
||||
|
||||
Begin of Item 001C
|
||||
Format 2
|
||||
srcBegin = 3558
|
||||
destBegin = 52C9
|
||||
End of Item 001C
|
||||
|
||||
Begin of Item 001D
|
||||
Format 1
|
||||
srcBegin = 3578
|
||||
srcEnd = 357E
|
||||
mappingOffset = 002C
|
||||
Mapping =
|
||||
53DE FFFD FFFD FFFD FFFD FFFD 5510
|
||||
End of Item 001D
|
||||
|
||||
Begin of Item 001E
|
||||
Format 2
|
||||
srcBegin = 3635
|
||||
destBegin = 57CE
|
||||
End of Item 001E
|
||||
|
||||
Begin of Item 001F
|
||||
Format 2
|
||||
srcBegin = 3657
|
||||
destBegin = 5A30
|
||||
End of Item 001F
|
||||
|
||||
Begin of Item 0020
|
||||
Format 2
|
||||
srcBegin = 3666
|
||||
destBegin = 5BB2
|
||||
End of Item 0020
|
||||
|
||||
Begin of Item 0021
|
||||
Format 2
|
||||
srcBegin = 3836
|
||||
destBegin = 66F8
|
||||
End of Item 0021
|
||||
|
||||
Begin of Item 0022
|
||||
Format 2
|
||||
srcBegin = 3874
|
||||
destBegin = 6D78
|
||||
End of Item 0022
|
||||
|
||||
Begin of Item 0023
|
||||
Format 2
|
||||
srcBegin = 392D
|
||||
destBegin = 6D69
|
||||
End of Item 0023
|
||||
|
||||
Begin of Item 0024
|
||||
Format 2
|
||||
srcBegin = 3A2D
|
||||
destBegin = 771F
|
||||
End of Item 0024
|
||||
|
||||
Begin of Item 0025
|
||||
Format 1
|
||||
srcBegin = 3B21
|
||||
srcEnd = 3B24
|
||||
mappingOffset = 0033
|
||||
Mapping =
|
||||
8038 FFFD FFFD 8081
|
||||
End of Item 0025
|
||||
|
||||
Begin of Item 0026
|
||||
Format 2
|
||||
srcBegin = 3B3A
|
||||
destBegin = 81F4
|
||||
End of Item 0026
|
||||
|
||||
Begin of Item 0027
|
||||
Format 2
|
||||
srcBegin = 3C3B
|
||||
destBegin = 8D77
|
||||
End of Item 0027
|
||||
|
||||
Begin of Item 0028
|
||||
Format 2
|
||||
srcBegin = 3E50
|
||||
destBegin = 5A66
|
||||
End of Item 0028
|
||||
|
||||
Begin of Item 0029
|
||||
Format 2
|
||||
srcBegin = 3E76
|
||||
destBegin = 5D2B
|
||||
End of Item 0029
|
||||
|
||||
Begin of Item 002A
|
||||
Format 1
|
||||
srcBegin = 402B
|
||||
srcEnd = 4036
|
||||
mappingOffset = 0037
|
||||
Mapping =
|
||||
6383 FFFD FFFD FFFD FFFD FFFD FFFD FFFD
|
||||
FFFD FFFD FFFD 6368
|
||||
End of Item 002A
|
||||
|
||||
Begin of Item 002B
|
||||
Format 2
|
||||
srcBegin = 4058
|
||||
destBegin = 671B
|
||||
End of Item 002B
|
||||
|
||||
Begin of Item 002C
|
||||
Format 1
|
||||
srcBegin = 443B
|
||||
srcEnd = 443E
|
||||
mappingOffset = 0043
|
||||
Mapping =
|
||||
8457 83CC 83DC 83CA
|
||||
End of Item 002C
|
||||
|
||||
Begin of Item 002D
|
||||
Format 2
|
||||
srcBegin = 4470
|
||||
destBegin = 8A24
|
||||
End of Item 002D
|
||||
|
||||
Begin of Item 002E
|
||||
Format 2
|
||||
srcBegin = 4538
|
||||
destBegin = 8DC3
|
||||
End of Item 002E
|
||||
|
||||
Begin of Item 002F
|
||||
Format 2
|
||||
srcBegin = 463E
|
||||
destBegin = 9EBB
|
||||
End of Item 002F
|
||||
|
||||
Begin of Item 0030
|
||||
Format 1
|
||||
srcBegin = 4665
|
||||
srcEnd = 4667
|
||||
mappingOffset = 0047
|
||||
Mapping =
|
||||
51F2 FFFD 5272
|
||||
End of Item 0030
|
||||
|
||||
Begin of Item 0031
|
||||
Format 2
|
||||
srcBegin = 4674
|
||||
destBegin = 535A
|
||||
End of Item 0031
|
||||
|
||||
Begin of Item 0032
|
||||
Format 1
|
||||
srcBegin = 4729
|
||||
srcEnd = 4731
|
||||
mappingOffset = 004A
|
||||
Mapping =
|
||||
55B6 5584 FFFD FFFD FFFD FFFD FFFD FFFD
|
||||
55AB
|
||||
End of Item 0032
|
||||
|
||||
Begin of Item 0033
|
||||
Format 2
|
||||
srcBegin = 4756
|
||||
destBegin = 5962
|
||||
End of Item 0033
|
||||
|
||||
Begin of Item 0034
|
||||
Format 2
|
||||
srcBegin = 482B
|
||||
destBegin = 5D43
|
||||
End of Item 0034
|
||||
|
||||
Begin of Item 0035
|
||||
Format 1
|
||||
srcBegin = 4837
|
||||
srcEnd = 4845
|
||||
mappingOffset = 0053
|
||||
Mapping =
|
||||
5DFD FFFD FFFD FFFD FFFD 5E3D FFFD FFFD
|
||||
FFFD FFFD FFFD FFFD FFFD FFFD 5EC3
|
||||
End of Item 0035
|
||||
|
||||
Begin of Item 0036
|
||||
Format 2
|
||||
srcBegin = 4978
|
||||
destBegin = 6700
|
||||
End of Item 0036
|
||||
|
||||
Begin of Item 0037
|
||||
Format 2
|
||||
srcBegin = 4A65
|
||||
destBegin = 6E2F
|
||||
End of Item 0037
|
||||
|
||||
Begin of Item 0038
|
||||
Format 2
|
||||
srcBegin = 4C2F
|
||||
destBegin = 7861
|
||||
End of Item 0038
|
||||
|
||||
Begin of Item 0039
|
||||
Format 1
|
||||
srcBegin = 4C43
|
||||
srcEnd = 4C48
|
||||
mappingOffset = 0062
|
||||
Mapping =
|
||||
7A06 FFFD FFFD FFFD FFFD 7A01
|
||||
End of Item 0039
|
||||
|
||||
Begin of Item 003A
|
||||
Format 2
|
||||
srcBegin = 4D47
|
||||
destBegin = 8157
|
||||
End of Item 003A
|
||||
|
||||
Begin of Item 003B
|
||||
Format 2
|
||||
srcBegin = 4D6E
|
||||
destBegin = 83F7
|
||||
End of Item 003B
|
||||
|
||||
Begin of Item 003C
|
||||
Format 2
|
||||
srcBegin = 4E4F
|
||||
destBegin = 8849
|
||||
End of Item 003C
|
||||
|
||||
Begin of Item 003D
|
||||
Format 2
|
||||
srcBegin = 4E60
|
||||
destBegin = 8999
|
||||
End of Item 003D
|
||||
|
||||
Begin of Item 003E
|
||||
Format 2
|
||||
srcBegin = 4F6F
|
||||
destBegin = 921F
|
||||
End of Item 003E
|
||||
|
||||
Begin of Item 003F
|
||||
Format 2
|
||||
srcBegin = 5074
|
||||
destBegin = 5313
|
||||
End of Item 003F
|
||||
|
||||
Begin of Item 0040
|
||||
Format 2
|
||||
srcBegin = 5136
|
||||
destBegin = 5606
|
||||
End of Item 0040
|
||||
|
||||
Begin of Item 0041
|
||||
Format 2
|
||||
srcBegin = 5143
|
||||
destBegin = 55E0
|
||||
End of Item 0041
|
||||
|
||||
Begin of Item 0042
|
||||
Format 2
|
||||
srcBegin = 515E
|
||||
destBegin = 5922
|
||||
End of Item 0042
|
||||
|
||||
Begin of Item 0043
|
||||
Format 2
|
||||
srcBegin = 5240
|
||||
destBegin = 5ECA
|
||||
End of Item 0043
|
||||
|
||||
Begin of Item 0044
|
||||
Format 1
|
||||
srcBegin = 5264
|
||||
srcEnd = 5266
|
||||
mappingOffset = 0068
|
||||
Mapping =
|
||||
6139 FFFD 614E
|
||||
End of Item 0044
|
||||
|
||||
Begin of Item 0045
|
||||
Format 2
|
||||
srcBegin = 533C
|
||||
destBegin = 6691
|
||||
End of Item 0045
|
||||
|
||||
Begin of Item 0046
|
||||
Format 1
|
||||
srcBegin = 5444
|
||||
srcEnd = 544E
|
||||
mappingOffset = 006B
|
||||
Mapping =
|
||||
6E7F FFFD FFFD FFFD FFFD FFFD FFFD FFFD
|
||||
FFFD FFFD 6ED7
|
||||
End of Item 0046
|
||||
|
||||
Begin of Item 0047
|
||||
Format 2
|
||||
srcBegin = 547C
|
||||
destBegin = 733D
|
||||
End of Item 0047
|
||||
|
||||
Begin of Item 0048
|
||||
Format 2
|
||||
srcBegin = 5C2F
|
||||
destBegin = 5900
|
||||
End of Item 0048
|
||||
|
||||
Begin of Item 0049
|
||||
Format 2
|
||||
srcBegin = 5D4B
|
||||
destBegin = 6577
|
||||
End of Item 0049
|
||||
|
||||
Begin of Item 004A
|
||||
Format 2
|
||||
srcBegin = 5D68
|
||||
destBegin = 69A3
|
||||
End of Item 004A
|
||||
|
||||
Begin of Item 004B
|
||||
Format 1
|
||||
srcBegin = 6058
|
||||
srcEnd = 6060
|
||||
mappingOffset = 0076
|
||||
Mapping =
|
||||
7FE4 FFFD FFFD FFFD FFFD FFFD FFFD FFFD
|
||||
8088
|
||||
End of Item 004B
|
||||
|
||||
========================================================*/
|
||||
/* Offset=0x0000 ItemOfList */
|
||||
0x004C,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0001 offsetToFormatArray */
|
||||
0x0004,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0002 offsetToMapCellArray */
|
||||
0x0018,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0003 offsetToMappingTable */
|
||||
0x00FC,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0004 Start of Format Array */
|
||||
/* Total of Format 0 : 0x0000 */
|
||||
/* Total of Format 1 : 0x0011 */
|
||||
/* Total of Format 2 : 0x003B */
|
||||
/* Total of Format 3 : 0x0000 */
|
||||
|
||||
0x2221, 0x2222, 0x2222, 0x1222, 0x2212, 0x2212, 0x2211, 0x2212,
|
||||
0x2222, 0x2212, 0x2122, 0x2221, 0x2121, 0x2212, 0x2212, 0x2222,
|
||||
0x2222, 0x2121, 0x1222, 0x0000,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0018 Start of MapCell Array */
|
||||
/* 0000 */ 0x2123, 0x2138, 0x0000,
|
||||
/* 0001 */ 0x2150, 0x0000, 0x5185,
|
||||
/* 0002 */ 0x2161, 0x0000, 0x53CA,
|
||||
/* 0003 */ 0x2246, 0x0000, 0x5305,
|
||||
/* 0004 */ 0x225B, 0x0000, 0x53EB,
|
||||
/* 0005 */ 0x2352, 0x0000, 0x5145,
|
||||
/* 0006 */ 0x236C, 0x0000, 0x6530,
|
||||
/* 0007 */ 0x2523, 0x0000, 0x6B21,
|
||||
/* 0008 */ 0x2552, 0x0000, 0x828B,
|
||||
/* 0009 */ 0x264E, 0x0000, 0x5438,
|
||||
/* 000A */ 0x2667, 0x0000, 0x575A,
|
||||
/* 000B */ 0x2721, 0x0000, 0x5BFF,
|
||||
/* 000C */ 0x2736, 0x0000, 0x5DE1,
|
||||
/* 000D */ 0x275F, 0x0000, 0x5FCD,
|
||||
/* 000E */ 0x282E, 0x0000, 0x6753,
|
||||
/* 000F */ 0x2927, 0x2928, 0x0016,
|
||||
/* 0010 */ 0x2A21, 0x0000, 0x5365,
|
||||
/* 0011 */ 0x2B60, 0x2B63, 0x0018,
|
||||
/* 0012 */ 0x2C5B, 0x0000, 0x6CBF,
|
||||
/* 0013 */ 0x2D45, 0x0000, 0x76F4,
|
||||
/* 0014 */ 0x2D69, 0x0000, 0x80B2,
|
||||
/* 0015 */ 0x2E22, 0x2E24, 0x001C,
|
||||
/* 0016 */ 0x2F25, 0x0000, 0x52C7,
|
||||
/* 0017 */ 0x2F38, 0x0000, 0x5351,
|
||||
/* 0018 */ 0x316D, 0x3172, 0x001F,
|
||||
/* 0019 */ 0x3242, 0x3248, 0x0025,
|
||||
/* 001A */ 0x3447, 0x0000, 0x8650,
|
||||
/* 001B */ 0x3460, 0x0000, 0x8FEC,
|
||||
/* 001C */ 0x3558, 0x0000, 0x52C9,
|
||||
/* 001D */ 0x3578, 0x357E, 0x002C,
|
||||
/* 001E */ 0x3635, 0x0000, 0x57CE,
|
||||
/* 001F */ 0x3657, 0x0000, 0x5A30,
|
||||
/* 0020 */ 0x3666, 0x0000, 0x5BB2,
|
||||
/* 0021 */ 0x3836, 0x0000, 0x66F8,
|
||||
/* 0022 */ 0x3874, 0x0000, 0x6D78,
|
||||
/* 0023 */ 0x392D, 0x0000, 0x6D69,
|
||||
/* 0024 */ 0x3A2D, 0x0000, 0x771F,
|
||||
/* 0025 */ 0x3B21, 0x3B24, 0x0033,
|
||||
/* 0026 */ 0x3B3A, 0x0000, 0x81F4,
|
||||
/* 0027 */ 0x3C3B, 0x0000, 0x8D77,
|
||||
/* 0028 */ 0x3E50, 0x0000, 0x5A66,
|
||||
/* 0029 */ 0x3E76, 0x0000, 0x5D2B,
|
||||
/* 002A */ 0x402B, 0x4036, 0x0037,
|
||||
/* 002B */ 0x4058, 0x0000, 0x671B,
|
||||
/* 002C */ 0x443B, 0x443E, 0x0043,
|
||||
/* 002D */ 0x4470, 0x0000, 0x8A24,
|
||||
/* 002E */ 0x4538, 0x0000, 0x8DC3,
|
||||
/* 002F */ 0x463E, 0x0000, 0x9EBB,
|
||||
/* 0030 */ 0x4665, 0x4667, 0x0047,
|
||||
/* 0031 */ 0x4674, 0x0000, 0x535A,
|
||||
/* 0032 */ 0x4729, 0x4731, 0x004A,
|
||||
/* 0033 */ 0x4756, 0x0000, 0x5962,
|
||||
/* 0034 */ 0x482B, 0x0000, 0x5D43,
|
||||
/* 0035 */ 0x4837, 0x4845, 0x0053,
|
||||
/* 0036 */ 0x4978, 0x0000, 0x6700,
|
||||
/* 0037 */ 0x4A65, 0x0000, 0x6E2F,
|
||||
/* 0038 */ 0x4C2F, 0x0000, 0x7861,
|
||||
/* 0039 */ 0x4C43, 0x4C48, 0x0062,
|
||||
/* 003A */ 0x4D47, 0x0000, 0x8157,
|
||||
/* 003B */ 0x4D6E, 0x0000, 0x83F7,
|
||||
/* 003C */ 0x4E4F, 0x0000, 0x8849,
|
||||
/* 003D */ 0x4E60, 0x0000, 0x8999,
|
||||
/* 003E */ 0x4F6F, 0x0000, 0x921F,
|
||||
/* 003F */ 0x5074, 0x0000, 0x5313,
|
||||
/* 0040 */ 0x5136, 0x0000, 0x5606,
|
||||
/* 0041 */ 0x5143, 0x0000, 0x55E0,
|
||||
/* 0042 */ 0x515E, 0x0000, 0x5922,
|
||||
/* 0043 */ 0x5240, 0x0000, 0x5ECA,
|
||||
/* 0044 */ 0x5264, 0x5266, 0x0068,
|
||||
/* 0045 */ 0x533C, 0x0000, 0x6691,
|
||||
/* 0046 */ 0x5444, 0x544E, 0x006B,
|
||||
/* 0047 */ 0x547C, 0x0000, 0x733D,
|
||||
/* 0048 */ 0x5C2F, 0x0000, 0x5900,
|
||||
/* 0049 */ 0x5D4B, 0x0000, 0x6577,
|
||||
/* 004A */ 0x5D68, 0x0000, 0x69A3,
|
||||
/* 004B */ 0x6058, 0x6060, 0x0076,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x00FC Start of MappingTable */
|
||||
|
||||
/* 0000 */ 0x4E44, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD,
|
||||
/* 0008 */ 0xFFFD, 0xFFFD, 0x536B, 0xFFFD, 0xFFFD, 0xFFFD, 0x4E38, 0xFFFD,
|
||||
/* 0010 */ 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0x5203, 0x829D, 0x82B1,
|
||||
/* 0018 */ 0x62E8, 0xFFFD, 0xFFFD, 0x62B1, 0x82BD, 0x82E6, 0x82E5, 0x5192,
|
||||
/* 0020 */ 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0x6804, 0x6D3E, 0xFFFD, 0xFFFD,
|
||||
/* 0028 */ 0xFFFD, 0xFFFD, 0xFFFD, 0x70AD, 0x53DE, 0xFFFD, 0xFFFD, 0xFFFD,
|
||||
/* 0030 */ 0xFFFD, 0xFFFD, 0x5510, 0x8038, 0xFFFD, 0xFFFD, 0x8081, 0x6383,
|
||||
/* 0038 */ 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD,
|
||||
/* 0040 */ 0xFFFD, 0xFFFD, 0x6368, 0x8457, 0x83CC, 0x83DC, 0x83CA, 0x51F2,
|
||||
/* 0048 */ 0xFFFD, 0x5272, 0x55B6, 0x5584, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD,
|
||||
/* 0050 */ 0xFFFD, 0xFFFD, 0x55AB, 0x5DFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD,
|
||||
/* 0058 */ 0x5E3D, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD,
|
||||
/* 0060 */ 0xFFFD, 0x5EC3, 0x7A06, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0x7A01,
|
||||
/* 0068 */ 0x6139, 0xFFFD, 0x614E, 0x6E7F, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD,
|
||||
/* 0070 */ 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0x6ED7, 0x7FE4, 0xFFFD,
|
||||
/* 0078 */ 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0x8088,
|
||||
/* End of table Total Length = 0x017B * 2 */
|
|
@ -1,176 +0,0 @@
|
|||
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
/*========================================================
|
||||
This is a Generated file. Please don't edit it.
|
||||
|
||||
The tool which used to generate this file is called fromu.
|
||||
If you have any problem of this file. Please contact
|
||||
Netscape Client International Team or
|
||||
ftang@netscape <Frank Tang>
|
||||
|
||||
Table in Debug form
|
||||
Begin of Item 0000
|
||||
Format 2
|
||||
srcBegin = 5655
|
||||
destBegin = 2163
|
||||
End of Item 0000
|
||||
|
||||
Begin of Item 0001
|
||||
Format 2
|
||||
srcBegin = 58C4
|
||||
destBegin = 2178
|
||||
End of Item 0001
|
||||
|
||||
Begin of Item 0002
|
||||
Format 2
|
||||
srcBegin = 58E1
|
||||
destBegin = 4645
|
||||
End of Item 0002
|
||||
|
||||
Begin of Item 0003
|
||||
Format 2
|
||||
srcBegin = 617F
|
||||
destBegin = 2271
|
||||
End of Item 0003
|
||||
|
||||
Begin of Item 0004
|
||||
Format 2
|
||||
srcBegin = 6469
|
||||
destBegin = 232D
|
||||
End of Item 0004
|
||||
|
||||
Begin of Item 0005
|
||||
Format 2
|
||||
srcBegin = 64F5
|
||||
destBegin = 3F62
|
||||
End of Item 0005
|
||||
|
||||
Begin of Item 0006
|
||||
Format 2
|
||||
srcBegin = 6707
|
||||
destBegin = 5347
|
||||
End of Item 0006
|
||||
|
||||
Begin of Item 0007
|
||||
Format 2
|
||||
srcBegin = 71D7
|
||||
destBegin = 2F4F
|
||||
End of Item 0007
|
||||
|
||||
Begin of Item 0008
|
||||
Format 2
|
||||
srcBegin = 7674
|
||||
destBegin = 6452
|
||||
End of Item 0008
|
||||
|
||||
Begin of Item 0009
|
||||
Format 2
|
||||
srcBegin = 7CD2
|
||||
destBegin = 312D
|
||||
End of Item 0009
|
||||
|
||||
Begin of Item 000A
|
||||
Format 2
|
||||
srcBegin = 7CE9
|
||||
destBegin = 4857
|
||||
End of Item 000A
|
||||
|
||||
Begin of Item 000B
|
||||
Format 2
|
||||
srcBegin = 7E64
|
||||
destBegin = 4159
|
||||
End of Item 000B
|
||||
|
||||
Begin of Item 000C
|
||||
Format 2
|
||||
srcBegin = 7F80
|
||||
destBegin = 4161
|
||||
End of Item 000C
|
||||
|
||||
Begin of Item 000D
|
||||
Format 2
|
||||
srcBegin = 81CB
|
||||
destBegin = 487C
|
||||
End of Item 000D
|
||||
|
||||
Begin of Item 000E
|
||||
Format 1
|
||||
srcBegin = 8666
|
||||
srcEnd = 8667
|
||||
mappingOffset = 0000
|
||||
Mapping =
|
||||
3261 3B38
|
||||
End of Item 000E
|
||||
|
||||
Begin of Item 000F
|
||||
Format 2
|
||||
srcBegin = 8D01
|
||||
destBegin = 4352
|
||||
End of Item 000F
|
||||
|
||||
Begin of Item 0010
|
||||
Format 2
|
||||
srcBegin = 8F3A
|
||||
destBegin = 3432
|
||||
End of Item 0010
|
||||
|
||||
Begin of Item 0011
|
||||
Format 2
|
||||
srcBegin = 95D9
|
||||
destBegin = 4B40
|
||||
End of Item 0011
|
||||
|
||||
Begin of Item 0012
|
||||
Format 2
|
||||
srcBegin = 9A47
|
||||
destBegin = 5651
|
||||
End of Item 0012
|
||||
|
||||
========================================================*/
|
||||
/* Offset=0x0000 ItemOfList */
|
||||
0x0013,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0001 offsetToFormatArray */
|
||||
0x0004,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0002 offsetToMapCellArray */
|
||||
0x0009,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0003 offsetToMappingTable */
|
||||
0x0042,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0004 Start of Format Array */
|
||||
/* Total of Format 0 : 0x0000 */
|
||||
/* Total of Format 1 : 0x0001 */
|
||||
/* Total of Format 2 : 0x0012 */
|
||||
/* Total of Format 3 : 0x0000 */
|
||||
|
||||
0x2222, 0x2222, 0x2222, 0x2122, 0x0222,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0009 Start of MapCell Array */
|
||||
/* 0000 */ 0x5655, 0x0000, 0x2163,
|
||||
/* 0001 */ 0x58C4, 0x0000, 0x2178,
|
||||
/* 0002 */ 0x58E1, 0x0000, 0x4645,
|
||||
/* 0003 */ 0x617F, 0x0000, 0x2271,
|
||||
/* 0004 */ 0x6469, 0x0000, 0x232D,
|
||||
/* 0005 */ 0x64F5, 0x0000, 0x3F62,
|
||||
/* 0006 */ 0x6707, 0x0000, 0x5347,
|
||||
/* 0007 */ 0x71D7, 0x0000, 0x2F4F,
|
||||
/* 0008 */ 0x7674, 0x0000, 0x6452,
|
||||
/* 0009 */ 0x7CD2, 0x0000, 0x312D,
|
||||
/* 000A */ 0x7CE9, 0x0000, 0x4857,
|
||||
/* 000B */ 0x7E64, 0x0000, 0x4159,
|
||||
/* 000C */ 0x7F80, 0x0000, 0x4161,
|
||||
/* 000D */ 0x81CB, 0x0000, 0x487C,
|
||||
/* 000E */ 0x8666, 0x8667, 0x0000,
|
||||
/* 000F */ 0x8D01, 0x0000, 0x4352,
|
||||
/* 0010 */ 0x8F3A, 0x0000, 0x3432,
|
||||
/* 0011 */ 0x95D9, 0x0000, 0x4B40,
|
||||
/* 0012 */ 0x9A47, 0x0000, 0x5651,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0042 Start of MappingTable */
|
||||
|
||||
/* 0000 */ 0x3261, 0x3B38,
|
||||
/* End of table Total Length = 0x0044 * 2 */
|
|
@ -1,178 +0,0 @@
|
|||
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
/*========================================================
|
||||
This is a Generated file. Please don't edit it.
|
||||
|
||||
The tool which used to generate this file is called fromu.
|
||||
If you have any problem of this file. Please contact
|
||||
Netscape Client International Team or
|
||||
ftang@netscape <Frank Tang>
|
||||
|
||||
Table in Debug form
|
||||
Begin of Item 0000
|
||||
Format 2
|
||||
srcBegin = 2163
|
||||
destBegin = 5655
|
||||
End of Item 0000
|
||||
|
||||
Begin of Item 0001
|
||||
Format 2
|
||||
srcBegin = 2178
|
||||
destBegin = 58C4
|
||||
End of Item 0001
|
||||
|
||||
Begin of Item 0002
|
||||
Format 2
|
||||
srcBegin = 2271
|
||||
destBegin = 617F
|
||||
End of Item 0002
|
||||
|
||||
Begin of Item 0003
|
||||
Format 2
|
||||
srcBegin = 232D
|
||||
destBegin = 6469
|
||||
End of Item 0003
|
||||
|
||||
Begin of Item 0004
|
||||
Format 2
|
||||
srcBegin = 2F4F
|
||||
destBegin = 71D7
|
||||
End of Item 0004
|
||||
|
||||
Begin of Item 0005
|
||||
Format 2
|
||||
srcBegin = 312D
|
||||
destBegin = 7CD2
|
||||
End of Item 0005
|
||||
|
||||
Begin of Item 0006
|
||||
Format 2
|
||||
srcBegin = 3261
|
||||
destBegin = 8666
|
||||
End of Item 0006
|
||||
|
||||
Begin of Item 0007
|
||||
Format 2
|
||||
srcBegin = 3432
|
||||
destBegin = 8F3A
|
||||
End of Item 0007
|
||||
|
||||
Begin of Item 0008
|
||||
Format 2
|
||||
srcBegin = 3B38
|
||||
destBegin = 8667
|
||||
End of Item 0008
|
||||
|
||||
Begin of Item 0009
|
||||
Format 2
|
||||
srcBegin = 3F62
|
||||
destBegin = 64F5
|
||||
End of Item 0009
|
||||
|
||||
Begin of Item 000A
|
||||
Format 1
|
||||
srcBegin = 4159
|
||||
srcEnd = 4161
|
||||
mappingOffset = 0000
|
||||
Mapping =
|
||||
7E64 FFFD FFFD FFFD FFFD FFFD FFFD FFFD
|
||||
7F80
|
||||
End of Item 000A
|
||||
|
||||
Begin of Item 000B
|
||||
Format 2
|
||||
srcBegin = 4352
|
||||
destBegin = 8D01
|
||||
End of Item 000B
|
||||
|
||||
Begin of Item 000C
|
||||
Format 2
|
||||
srcBegin = 4645
|
||||
destBegin = 58E1
|
||||
End of Item 000C
|
||||
|
||||
Begin of Item 000D
|
||||
Format 2
|
||||
srcBegin = 4857
|
||||
destBegin = 7CE9
|
||||
End of Item 000D
|
||||
|
||||
Begin of Item 000E
|
||||
Format 2
|
||||
srcBegin = 487C
|
||||
destBegin = 81CB
|
||||
End of Item 000E
|
||||
|
||||
Begin of Item 000F
|
||||
Format 2
|
||||
srcBegin = 4B40
|
||||
destBegin = 95D9
|
||||
End of Item 000F
|
||||
|
||||
Begin of Item 0010
|
||||
Format 2
|
||||
srcBegin = 5347
|
||||
destBegin = 6707
|
||||
End of Item 0010
|
||||
|
||||
Begin of Item 0011
|
||||
Format 2
|
||||
srcBegin = 5651
|
||||
destBegin = 9A47
|
||||
End of Item 0011
|
||||
|
||||
Begin of Item 0012
|
||||
Format 2
|
||||
srcBegin = 6452
|
||||
destBegin = 7674
|
||||
End of Item 0012
|
||||
|
||||
========================================================*/
|
||||
/* Offset=0x0000 ItemOfList */
|
||||
0x0013,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0001 offsetToFormatArray */
|
||||
0x0004,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0002 offsetToMapCellArray */
|
||||
0x0009,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0003 offsetToMappingTable */
|
||||
0x0042,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0004 Start of Format Array */
|
||||
/* Total of Format 0 : 0x0000 */
|
||||
/* Total of Format 1 : 0x0001 */
|
||||
/* Total of Format 2 : 0x0012 */
|
||||
/* Total of Format 3 : 0x0000 */
|
||||
|
||||
0x2222, 0x2222, 0x2122, 0x2222, 0x0222,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0009 Start of MapCell Array */
|
||||
/* 0000 */ 0x2163, 0x0000, 0x5655,
|
||||
/* 0001 */ 0x2178, 0x0000, 0x58C4,
|
||||
/* 0002 */ 0x2271, 0x0000, 0x617F,
|
||||
/* 0003 */ 0x232D, 0x0000, 0x6469,
|
||||
/* 0004 */ 0x2F4F, 0x0000, 0x71D7,
|
||||
/* 0005 */ 0x312D, 0x0000, 0x7CD2,
|
||||
/* 0006 */ 0x3261, 0x0000, 0x8666,
|
||||
/* 0007 */ 0x3432, 0x0000, 0x8F3A,
|
||||
/* 0008 */ 0x3B38, 0x0000, 0x8667,
|
||||
/* 0009 */ 0x3F62, 0x0000, 0x64F5,
|
||||
/* 000A */ 0x4159, 0x4161, 0x0000,
|
||||
/* 000B */ 0x4352, 0x0000, 0x8D01,
|
||||
/* 000C */ 0x4645, 0x0000, 0x58E1,
|
||||
/* 000D */ 0x4857, 0x0000, 0x7CE9,
|
||||
/* 000E */ 0x487C, 0x0000, 0x81CB,
|
||||
/* 000F */ 0x4B40, 0x0000, 0x95D9,
|
||||
/* 0010 */ 0x5347, 0x0000, 0x6707,
|
||||
/* 0011 */ 0x5651, 0x0000, 0x9A47,
|
||||
/* 0012 */ 0x6452, 0x0000, 0x7674,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0042 Start of MappingTable */
|
||||
|
||||
/* 0000 */ 0x7E64, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD,
|
||||
/* 0008 */ 0x7F80,
|
||||
/* End of table Total Length = 0x004B * 2 */
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,9 +0,0 @@
|
|||
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
||||
# vim: set filetype=python:
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
EXPORTS += [
|
||||
'nsUCvTW2CID.h',
|
||||
]
|
|
@ -1,58 +0,0 @@
|
|||
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "nsEUCTWToUnicode.h"
|
||||
#include "nsUCvTW2Dll.h"
|
||||
#include "nsUCConstructors.h"
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
// Global functions and data [declaration]
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
// Class nsEUCTWToUnicode [implementation]
|
||||
|
||||
nsresult
|
||||
nsEUCTWToUnicodeConstructor(nsISupports *aOuter, REFNSIID aIID,
|
||||
void **aResult)
|
||||
{
|
||||
static const uScanClassID g_EUCTWScanClassIDs [] = {
|
||||
u1ByteCharset,
|
||||
u2BytesGRCharset,
|
||||
u2BytesGRPrefix8EA2Charset,
|
||||
u2BytesGRPrefix8EA3Charset,
|
||||
u2BytesGRPrefix8EA4Charset,
|
||||
u2BytesGRPrefix8EA5Charset,
|
||||
u2BytesGRPrefix8EA6Charset,
|
||||
u2BytesGRPrefix8EA7Charset
|
||||
};
|
||||
|
||||
static const uint16_t *g_EUCTWMappingTableSet [] ={
|
||||
g_ASCIIMappingTable,
|
||||
g_utCNS1MappingTable,
|
||||
g_utCNS2MappingTable,
|
||||
g_utCNS3MappingTable,
|
||||
g_utCNS4MappingTable,
|
||||
g_utCNS5MappingTable,
|
||||
g_utCNS6MappingTable,
|
||||
g_utCNS7MappingTable
|
||||
};
|
||||
|
||||
static const uRange g_EUCTWRanges[] = {
|
||||
{ 0x00, 0x7E },
|
||||
{ 0xA1, 0xFE },
|
||||
{ 0x8E, 0x8E },
|
||||
{ 0x8E, 0x8E },
|
||||
{ 0x8E, 0x8E },
|
||||
{ 0x8E, 0x8E },
|
||||
{ 0x8E, 0x8E },
|
||||
{ 0x8E, 0x8E }
|
||||
};
|
||||
|
||||
return CreateMultiTableDecoder(8,
|
||||
(const uRange*) &g_EUCTWRanges,
|
||||
(uScanClassID*) &g_EUCTWScanClassIDs,
|
||||
(uMappingTable**) &g_EUCTWMappingTableSet,
|
||||
1, aOuter, aIID, aResult);
|
||||
}
|
|
@ -1,21 +0,0 @@
|
|||
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef nsEUCTWToUnicode_h___
|
||||
#define nsEUCTWToUnicode_h___
|
||||
|
||||
#include "nsISupports.h"
|
||||
|
||||
/**
|
||||
* A character set converter from EUCTW to Unicode.
|
||||
*
|
||||
* @created 06/Apr/1999
|
||||
* @author Catalin Rotaru [CATA]
|
||||
*/
|
||||
nsresult
|
||||
nsEUCTWToUnicodeConstructor(nsISupports *aOuter, REFNSIID aIID,
|
||||
void **aResult);
|
||||
|
||||
#endif /* nsEUCTWToUnicode_h___ */
|
|
@ -1,21 +0,0 @@
|
|||
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef nsUCvTW2CID_h___
|
||||
#define nsUCvTW2CID_h___
|
||||
|
||||
#include "nsISupports.h"
|
||||
|
||||
// Class ID for our EUCTWToUnicode charset converter
|
||||
// {379C2771-EC77-11d2-8AAC-00600811A836}
|
||||
#define NS_EUCTWTOUNICODE_CID \
|
||||
{ 0x379c2771, 0xec77, 0x11d2, {0x8a, 0xac, 0x0, 0x60, 0x8, 0x11, 0xa8, 0x36}}
|
||||
|
||||
// Class ID for our UnicodeToEUCTW charset converter
|
||||
// {379C2776-EC77-11d2-8AAC-00600811A836}
|
||||
#define NS_UNICODETOEUCTW_CID \
|
||||
{ 0x379c2776, 0xec77, 0x11d2, {0x8a, 0xac, 0x0, 0x60, 0x8, 0x11, 0xa8, 0x36}}
|
||||
|
||||
#endif /* nsUCvTW2CID_h___ */
|
|
@ -1,25 +0,0 @@
|
|||
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef nsUCvTW2Dll_h_
|
||||
#define nsUCvTW2Dll_h_
|
||||
|
||||
extern const uint16_t g_ASCIIMappingTable[] ;
|
||||
extern const uint16_t g_ufCNS1MappingTable[];
|
||||
extern const uint16_t g_ufCNS2MappingTable[];
|
||||
extern const uint16_t g_ufCNS3MappingTable[];
|
||||
extern const uint16_t g_ufCNS4MappingTable[];
|
||||
extern const uint16_t g_ufCNS5MappingTable[];
|
||||
extern const uint16_t g_ufCNS6MappingTable[];
|
||||
extern const uint16_t g_ufCNS7MappingTable[];
|
||||
extern const uint16_t g_utCNS1MappingTable[];
|
||||
extern const uint16_t g_utCNS2MappingTable[];
|
||||
extern const uint16_t g_utCNS3MappingTable[];
|
||||
extern const uint16_t g_utCNS4MappingTable[];
|
||||
extern const uint16_t g_utCNS5MappingTable[];
|
||||
extern const uint16_t g_utCNS6MappingTable[];
|
||||
extern const uint16_t g_utCNS7MappingTable[];
|
||||
|
||||
#endif /* nsUCvTW2Dll_h_ */
|
|
@ -1,48 +0,0 @@
|
|||
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "nsUnicodeToEUCTW.h"
|
||||
#include "nsUCvTW2Dll.h"
|
||||
#include "nsUCConstructors.h"
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
// Global functions and data [declaration]
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
// Class nsUnicodeToEUCTW [implementation]
|
||||
|
||||
nsresult
|
||||
nsUnicodeToEUCTWConstructor(nsISupports *aOuter, REFNSIID aIID,
|
||||
void **aResult)
|
||||
{
|
||||
static const uScanClassID g_EUCTWScanClassSet [] = {
|
||||
u1ByteCharset,
|
||||
u2BytesGRCharset,
|
||||
u2BytesGRPrefix8EA2Charset,
|
||||
u2BytesGRPrefix8EA3Charset,
|
||||
u2BytesGRPrefix8EA4Charset,
|
||||
u2BytesGRPrefix8EA5Charset,
|
||||
u2BytesGRPrefix8EA6Charset,
|
||||
u2BytesGRPrefix8EA7Charset
|
||||
};
|
||||
|
||||
static const uint16_t *g_EUCTWMappingTableSet [] ={
|
||||
g_ASCIIMappingTable,
|
||||
g_ufCNS1MappingTable,
|
||||
g_ufCNS2MappingTable,
|
||||
g_ufCNS3MappingTable,
|
||||
g_ufCNS4MappingTable,
|
||||
g_ufCNS5MappingTable,
|
||||
g_ufCNS6MappingTable,
|
||||
g_ufCNS7MappingTable
|
||||
};
|
||||
|
||||
return CreateMultiTableEncoder(8,
|
||||
(uScanClassID*) &g_EUCTWScanClassSet,
|
||||
(uMappingTable**) &g_EUCTWMappingTableSet,
|
||||
4 /* max length = src * 4 */,
|
||||
aOuter, aIID, aResult);
|
||||
}
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef nsUnicodeToEUCTW_h___
|
||||
#define nsUnicodeToEUCTW_h___
|
||||
|
||||
#include "nsISupports.h"
|
||||
|
||||
/**
|
||||
* A character set converter from Unicode to EUCTW.
|
||||
*
|
||||
* @created 06/Apr/1999
|
||||
* @author Catalin Rotaru [CATA]
|
||||
*/
|
||||
nsresult
|
||||
nsUnicodeToEUCTWConstructor(nsISupports *aOuter, REFNSIID aIID,
|
||||
void **aResult);
|
||||
|
||||
#endif /* nsUnicodeToEUCTW_h___ */
|
|
@ -1,2 +0,0 @@
|
|||
We should put EUC-TW and ISO-2022-CN (Traditional Chinese one)
|
||||
converter into this directory/dll
|
Загрузка…
Ссылка в новой задаче