зеркало из https://github.com/mozilla/gecko-dev.git
[not part of default build]. Update some mappings of Unicode points
This commit is contained in:
Родитель
f869544f21
Коммит
5cc26cf554
|
@ -150,20 +150,25 @@ End of Item 000C
|
|||
|
||||
Begin of Item 000D
|
||||
Format 1
|
||||
srcBegin = EC0C
|
||||
srcEnd = EC0D
|
||||
srcBegin = EC00
|
||||
srcEnd = EC2B
|
||||
mappingOffset = 0048
|
||||
Mapping =
|
||||
0080 0070
|
||||
00AB 00AD 00AE 00AC 009B 009D 009E 009C
|
||||
0084 0085 0086 0074 0075 0076 00A4 00A5
|
||||
00A6 0094 0095 0096 FFFD 0071 0072 0073
|
||||
FFFD 0081 0082 0083 FFFD 0091 0092 0093
|
||||
FFFD 00A1 00A2 00A3 FFFD 0098 0099 009A
|
||||
FFFD 00A8 00A9 00AA
|
||||
End of Item 000D
|
||||
|
||||
Begin of Item 000E
|
||||
Format 1
|
||||
srcBegin = FE35
|
||||
srcEnd = FE38
|
||||
mappingOffset = 004A
|
||||
srcBegin = F610
|
||||
srcEnd = F615
|
||||
mappingOffset = 0074
|
||||
Mapping =
|
||||
0090 00A0 0097 00A7
|
||||
0090 00A0 0097 00A7 0070 0080
|
||||
End of Item 000E
|
||||
|
||||
========================================================*/
|
||||
|
@ -201,8 +206,8 @@ End of Item 000E
|
|||
/* 000A */ 0xEB0D, 0xEB0E, 0x003B,
|
||||
/* 000B */ 0xEB1B, 0xEB1F, 0x003D,
|
||||
/* 000C */ 0xEB30, 0xEB35, 0x0042,
|
||||
/* 000D */ 0xEC0C, 0xEC0D, 0x0048,
|
||||
/* 000E */ 0xFE35, 0xFE38, 0x004A,
|
||||
/* 000D */ 0xEC00, 0xEC2B, 0x0048,
|
||||
/* 000E */ 0xF610, 0xF615, 0x0074,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0035 Start of MappingTable */
|
||||
|
||||
|
@ -215,5 +220,11 @@ End of Item 000E
|
|||
/* 0030 */ 0x0057, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0x0047, 0x0046, 0x00B6,
|
||||
/* 0038 */ 0x00B5, 0x00B7, 0x00B8, 0x0079, 0x007A, 0x0032, 0x0035, 0x0036,
|
||||
/* 0040 */ 0x0037, 0x005D, 0x0024, 0x0025, 0x004C, 0x004D, 0x0077, 0x0078,
|
||||
/* 0048 */ 0x0080, 0x0070, 0x0090, 0x00A0, 0x0097, 0x00A7,
|
||||
/* End of table Total Length = 0x0083 * 2 */
|
||||
/* 0048 */ 0x00AB, 0x00AD, 0x00AE, 0x00AC, 0x009B, 0x009D, 0x009E, 0x009C,
|
||||
/* 0050 */ 0x0084, 0x0085, 0x0086, 0x0074, 0x0075, 0x0076, 0x00A4, 0x00A5,
|
||||
/* 0058 */ 0x00A6, 0x0094, 0x0095, 0x0096, 0xFFFD, 0x0071, 0x0072, 0x0073,
|
||||
/* 0060 */ 0xFFFD, 0x0081, 0x0082, 0x0083, 0xFFFD, 0x0091, 0x0092, 0x0093,
|
||||
/* 0068 */ 0xFFFD, 0x00A1, 0x00A2, 0x00A3, 0xFFFD, 0x0098, 0x0099, 0x009A,
|
||||
/* 0070 */ 0xFFFD, 0x00A8, 0x00A9, 0x00AA, 0x0090, 0x00A0, 0x0097, 0x00A7,
|
||||
/* 0078 */ 0x0070, 0x0080,
|
||||
/* End of table Total Length = 0x00AF * 2 */
|
||||
|
|
|
@ -1,3 +1,35 @@
|
|||
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
*
|
||||
* The contents of this file are subject to the Netscape Public
|
||||
* License Version 1.1 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.mozilla.org/NPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS
|
||||
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
* implied. See the License for the specific language governing
|
||||
* rights and limitations under the License.
|
||||
*
|
||||
* The Original Code is mozilla.org code.
|
||||
*
|
||||
* The Initial Developer of the Original Code is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
* Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* Roger B. Sidje <rbs@maths.uq.edu.au>
|
||||
*
|
||||
* This Original Code has been modified by Roger B. Sidje.
|
||||
* Modifications made by Roger B. Sidje described herein are
|
||||
* Copyright (C) 2000 The University Of Queensland.
|
||||
*
|
||||
* Modifications to Mozilla code or documentation
|
||||
* identified per MPL Section 3.3
|
||||
*
|
||||
* Date Modified by Description of modification
|
||||
* 08/March/2000 RBS. Support for Mathematical fonts.
|
||||
*/
|
||||
/*========================================================
|
||||
This is a Generated file. Please don't edit it.
|
||||
|
||||
|
|
|
@ -1,3 +1,35 @@
|
|||
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
*
|
||||
* The contents of this file are subject to the Netscape Public
|
||||
* License Version 1.1 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.mozilla.org/NPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS
|
||||
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
* implied. See the License for the specific language governing
|
||||
* rights and limitations under the License.
|
||||
*
|
||||
* The Original Code is mozilla.org code.
|
||||
*
|
||||
* The Initial Developer of the Original Code is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
* Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* Roger B. Sidje <rbs@maths.uq.edu.au>
|
||||
*
|
||||
* This Original Code has been modified by Roger B. Sidje.
|
||||
* Modifications made by Roger B. Sidje described herein are
|
||||
* Copyright (C) 2000 The University Of Queensland.
|
||||
*
|
||||
* Modifications to Mozilla code or documentation
|
||||
* identified per MPL Section 3.3
|
||||
*
|
||||
* Date Modified by Description of modification
|
||||
* 08/March/2000 RBS. Support for Mathematical fonts.
|
||||
*/
|
||||
/*========================================================
|
||||
This is a Generated file. Please don't edit it.
|
||||
|
||||
|
@ -17,157 +49,79 @@ End of Item 0000
|
|||
Begin of Item 0001
|
||||
Format 0
|
||||
srcBegin = E030
|
||||
srcEnd = E045
|
||||
srcEnd = E07E
|
||||
destBegin = 0030
|
||||
End of Item 0001
|
||||
|
||||
Begin of Item 0002
|
||||
Format 0
|
||||
srcBegin = E04C
|
||||
srcEnd = E053
|
||||
destBegin = 0058
|
||||
srcBegin = E07F
|
||||
srcEnd = E08C
|
||||
destBegin = 0000
|
||||
End of Item 0002
|
||||
|
||||
Begin of Item 0003
|
||||
Format 0
|
||||
srcBegin = E054
|
||||
srcEnd = E071
|
||||
destBegin = 0061
|
||||
srcBegin = E08F
|
||||
srcEnd = E09F
|
||||
destBegin = 0010
|
||||
End of Item 0003
|
||||
|
||||
Begin of Item 0004
|
||||
Format 0
|
||||
srcBegin = E072
|
||||
srcEnd = E07F
|
||||
destBegin = 0000
|
||||
End of Item 0004
|
||||
|
||||
Begin of Item 0005
|
||||
Format 0
|
||||
srcBegin = E089
|
||||
srcEnd = E099
|
||||
destBegin = 0010
|
||||
End of Item 0005
|
||||
|
||||
Begin of Item 0006
|
||||
Format 1
|
||||
srcBegin = 220F
|
||||
srcEnd = 2211
|
||||
mappingOffset = 0000
|
||||
Mapping =
|
||||
0051 0060 0050
|
||||
End of Item 0006
|
||||
|
||||
Begin of Item 0007
|
||||
Format 1
|
||||
srcBegin = 2227
|
||||
srcEnd = 222E
|
||||
mappingOffset = 0003
|
||||
Mapping =
|
||||
0056 0057 FFFD FFFD 0052 FFFD FFFD 0048
|
||||
End of Item 0007
|
||||
|
||||
Begin of Item 0008
|
||||
Format 2
|
||||
srcBegin = 2249
|
||||
destBegin = 004C
|
||||
End of Item 0008
|
||||
|
||||
Begin of Item 0009
|
||||
Format 1
|
||||
srcBegin = 228E
|
||||
srcEnd = 2299
|
||||
mappingOffset = 000B
|
||||
Mapping =
|
||||
0055 FFFD FFFD FFFD FFFD FFFD 0046 FFFD
|
||||
FFFD 004E FFFD 004A
|
||||
End of Item 0009
|
||||
|
||||
Begin of Item 000A
|
||||
Format 1
|
||||
srcBegin = 22C2
|
||||
srcEnd = 22C3
|
||||
mappingOffset = 0017
|
||||
Mapping =
|
||||
0054 0053
|
||||
End of Item 000A
|
||||
|
||||
Begin of Item 000B
|
||||
Format 1
|
||||
srcBegin = E02C
|
||||
srcEnd = E02F
|
||||
mappingOffset = 0019
|
||||
mappingOffset = 0000
|
||||
Mapping =
|
||||
002E 002F 000E 000F
|
||||
End of Item 000B
|
||||
End of Item 0004
|
||||
|
||||
Begin of Item 000C
|
||||
Begin of Item 0005
|
||||
Format 1
|
||||
srcBegin = E046
|
||||
srcEnd = E04B
|
||||
mappingOffset = 001D
|
||||
Mapping =
|
||||
0047 0049 004B FFFD 004D 004F
|
||||
End of Item 000C
|
||||
|
||||
Begin of Item 000D
|
||||
Format 1
|
||||
srcBegin = E080
|
||||
srcEnd = E081
|
||||
mappingOffset = 0023
|
||||
srcBegin = E08D
|
||||
srcEnd = E08E
|
||||
mappingOffset = 0004
|
||||
Mapping =
|
||||
002C 002D
|
||||
End of Item 000D
|
||||
End of Item 0005
|
||||
|
||||
Begin of Item 000E
|
||||
Begin of Item 0006
|
||||
Format 2
|
||||
srcBegin = E09A
|
||||
srcBegin = E0A0
|
||||
destBegin = 007F
|
||||
End of Item 000E
|
||||
End of Item 0006
|
||||
|
||||
========================================================*/
|
||||
/* Offset=0x0000 ItemOfList */
|
||||
0x000F,
|
||||
0x0007,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0001 offsetToFormatArray */
|
||||
0x0004,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0002 offsetToMapCellArray */
|
||||
0x0008,
|
||||
0x0006,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0003 offsetToMappingTable */
|
||||
0x0035,
|
||||
0x001B,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0004 Start of Format Array */
|
||||
/* Total of Format 0 : 0x0006 */
|
||||
/* Total of Format 1 : 0x0007 */
|
||||
/* Total of Format 2 : 0x0002 */
|
||||
/* Total of Format 0 : 0x0004 */
|
||||
/* Total of Format 1 : 0x0002 */
|
||||
/* Total of Format 2 : 0x0001 */
|
||||
/* Total of Format 3 : 0x0000 */
|
||||
|
||||
0x0000, 0x1100, 0x1112, 0x0211,
|
||||
0x0000, 0x0211,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0008 Start of MapCell Array */
|
||||
/* Offset=0x0006 Start of MapCell Array */
|
||||
/* 0000 */ 0xE021, 0xE02B, 0x0021,
|
||||
/* 0001 */ 0xE030, 0xE045, 0x0030,
|
||||
/* 0002 */ 0xE04C, 0xE053, 0x0058,
|
||||
/* 0003 */ 0xE054, 0xE071, 0x0061,
|
||||
/* 0004 */ 0xE072, 0xE07F, 0x0000,
|
||||
/* 0005 */ 0xE089, 0xE099, 0x0010,
|
||||
/* 0006 */ 0x220F, 0x2211, 0x0000,
|
||||
/* 0007 */ 0x2227, 0x222E, 0x0003,
|
||||
/* 0008 */ 0x2249, 0x0000, 0x004C,
|
||||
/* 0009 */ 0x228E, 0x2299, 0x000B,
|
||||
/* 000A */ 0x22C2, 0x22C3, 0x0017,
|
||||
/* 000B */ 0xE02C, 0xE02F, 0x0019,
|
||||
/* 000C */ 0xE046, 0xE04B, 0x001D,
|
||||
/* 000D */ 0xE080, 0xE081, 0x0023,
|
||||
/* 000E */ 0xE09A, 0x0000, 0x007F,
|
||||
/* 0001 */ 0xE030, 0xE07E, 0x0030,
|
||||
/* 0002 */ 0xE07F, 0xE08C, 0x0000,
|
||||
/* 0003 */ 0xE08F, 0xE09F, 0x0010,
|
||||
/* 0004 */ 0xE02C, 0xE02F, 0x0000,
|
||||
/* 0005 */ 0xE08D, 0xE08E, 0x0004,
|
||||
/* 0006 */ 0xE0A0, 0x0000, 0x007F,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0035 Start of MappingTable */
|
||||
/* Offset=0x001B Start of MappingTable */
|
||||
|
||||
/* 0000 */ 0x0051, 0x0060, 0x0050, 0x0056, 0x0057, 0xFFFD, 0xFFFD, 0x0052,
|
||||
/* 0008 */ 0xFFFD, 0xFFFD, 0x0048, 0x0055, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD,
|
||||
/* 0010 */ 0xFFFD, 0x0046, 0xFFFD, 0xFFFD, 0x004E, 0xFFFD, 0x004A, 0x0054,
|
||||
/* 0018 */ 0x0053, 0x002E, 0x002F, 0x000E, 0x000F, 0x0047, 0x0049, 0x004B,
|
||||
/* 0020 */ 0xFFFD, 0x004D, 0x004F, 0x002C, 0x002D,
|
||||
/* End of table Total Length = 0x005A * 2 */
|
||||
/* 0000 */ 0x002E, 0x002F, 0x000E, 0x000F, 0x002C, 0x002D,
|
||||
/* End of table Total Length = 0x0021 * 2 */
|
||||
|
|
|
@ -42,143 +42,57 @@
|
|||
Begin of Item 0000
|
||||
Format 0
|
||||
srcBegin = E021
|
||||
srcEnd = E045
|
||||
srcEnd = E07E
|
||||
destBegin = 0021
|
||||
End of Item 0000
|
||||
|
||||
Begin of Item 0001
|
||||
Format 0
|
||||
srcBegin = E04C
|
||||
srcEnd = E053
|
||||
destBegin = 0058
|
||||
srcBegin = E07F
|
||||
srcEnd = E088
|
||||
destBegin = 00A1
|
||||
End of Item 0001
|
||||
|
||||
Begin of Item 0002
|
||||
Format 0
|
||||
srcBegin = E054
|
||||
srcEnd = E071
|
||||
destBegin = 0061
|
||||
srcBegin = E089
|
||||
srcEnd = E0A0
|
||||
destBegin = 00AD
|
||||
End of Item 0002
|
||||
|
||||
Begin of Item 0003
|
||||
Format 0
|
||||
srcBegin = E072
|
||||
srcEnd = E07B
|
||||
destBegin = 00A1
|
||||
End of Item 0003
|
||||
|
||||
Begin of Item 0004
|
||||
Format 0
|
||||
srcBegin = E07C
|
||||
srcEnd = E081
|
||||
destBegin = 00AD
|
||||
End of Item 0004
|
||||
|
||||
Begin of Item 0005
|
||||
Format 0
|
||||
srcBegin = E089
|
||||
srcEnd = E09A
|
||||
destBegin = 00B3
|
||||
End of Item 0005
|
||||
|
||||
Begin of Item 0006
|
||||
Format 2
|
||||
srcBegin = 0020
|
||||
destBegin = 0020
|
||||
End of Item 0006
|
||||
|
||||
Begin of Item 0007
|
||||
Format 1
|
||||
srcBegin = 220F
|
||||
srcEnd = 2211
|
||||
mappingOffset = 0000
|
||||
Mapping =
|
||||
0051 0060 0050
|
||||
End of Item 0007
|
||||
|
||||
Begin of Item 0008
|
||||
Format 1
|
||||
srcBegin = 2227
|
||||
srcEnd = 222E
|
||||
mappingOffset = 0003
|
||||
Mapping =
|
||||
0056 0057 FFFD FFFD 0052 FFFD FFFD 0048
|
||||
End of Item 0008
|
||||
|
||||
Begin of Item 0009
|
||||
Format 2
|
||||
srcBegin = 2249
|
||||
destBegin = 004C
|
||||
End of Item 0009
|
||||
|
||||
Begin of Item 000A
|
||||
Format 1
|
||||
srcBegin = 228E
|
||||
srcEnd = 2299
|
||||
mappingOffset = 000B
|
||||
Mapping =
|
||||
0055 FFFD FFFD FFFD FFFD FFFD 0046 FFFD
|
||||
FFFD 004E FFFD 004A
|
||||
End of Item 000A
|
||||
|
||||
Begin of Item 000B
|
||||
Format 1
|
||||
srcBegin = 22C2
|
||||
srcEnd = 22C3
|
||||
mappingOffset = 0017
|
||||
Mapping =
|
||||
0054 0053
|
||||
End of Item 000B
|
||||
|
||||
Begin of Item 000C
|
||||
Format 1
|
||||
srcBegin = E046
|
||||
srcEnd = E04B
|
||||
mappingOffset = 0019
|
||||
Mapping =
|
||||
0047 0049 004B FFFD 004D 004F
|
||||
End of Item 000C
|
||||
End of Item 0003
|
||||
|
||||
========================================================*/
|
||||
/* Offset=0x0000 ItemOfList */
|
||||
0x000D,
|
||||
0x0004,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0001 offsetToFormatArray */
|
||||
0x0004,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0002 offsetToMapCellArray */
|
||||
0x0008,
|
||||
0x0006,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0003 offsetToMappingTable */
|
||||
0x002F,
|
||||
0x0012,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0004 Start of Format Array */
|
||||
/* Total of Format 0 : 0x0006 */
|
||||
/* Total of Format 1 : 0x0005 */
|
||||
/* Total of Format 2 : 0x0002 */
|
||||
/* Total of Format 0 : 0x0003 */
|
||||
/* Total of Format 1 : 0x0000 */
|
||||
/* Total of Format 2 : 0x0001 */
|
||||
/* Total of Format 3 : 0x0000 */
|
||||
|
||||
0x0000, 0x1200, 0x1121, 0x0001,
|
||||
0x2000, 0x0000,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x0008 Start of MapCell Array */
|
||||
/* 0000 */ 0xE021, 0xE045, 0x0021,
|
||||
/* 0001 */ 0xE04C, 0xE053, 0x0058,
|
||||
/* 0002 */ 0xE054, 0xE071, 0x0061,
|
||||
/* 0003 */ 0xE072, 0xE07B, 0x00A1,
|
||||
/* 0004 */ 0xE07C, 0xE081, 0x00AD,
|
||||
/* 0005 */ 0xE089, 0xE09A, 0x00B3,
|
||||
/* 0006 */ 0x0020, 0x0000, 0x0020,
|
||||
/* 0007 */ 0x220F, 0x2211, 0x0000,
|
||||
/* 0008 */ 0x2227, 0x222E, 0x0003,
|
||||
/* 0009 */ 0x2249, 0x0000, 0x004C,
|
||||
/* 000A */ 0x228E, 0x2299, 0x000B,
|
||||
/* 000B */ 0x22C2, 0x22C3, 0x0017,
|
||||
/* 000C */ 0xE046, 0xE04B, 0x0019,
|
||||
/* Offset=0x0006 Start of MapCell Array */
|
||||
/* 0000 */ 0xE021, 0xE07E, 0x0021,
|
||||
/* 0001 */ 0xE07F, 0xE088, 0x00A1,
|
||||
/* 0002 */ 0xE089, 0xE0A0, 0x00AD,
|
||||
/* 0003 */ 0x0020, 0x0000, 0x0020,
|
||||
/*-------------------------------------------------------*/
|
||||
/* Offset=0x002F Start of MappingTable */
|
||||
/* Offset=0x0012 Start of MappingTable */
|
||||
|
||||
/* 0000 */ 0x0051, 0x0060, 0x0050, 0x0056, 0x0057, 0xFFFD, 0xFFFD, 0x0052,
|
||||
/* 0008 */ 0xFFFD, 0xFFFD, 0x0048, 0x0055, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD,
|
||||
/* 0010 */ 0xFFFD, 0x0046, 0xFFFD, 0xFFFD, 0x004E, 0xFFFD, 0x004A, 0x0054,
|
||||
/* 0018 */ 0x0053, 0x0047, 0x0049, 0x004B, 0xFFFD, 0x004D, 0x004F,
|
||||
/* End of table Total Length = 0x004E * 2 */
|
||||
/* End of table Total Length = 0x0012 * 2 */
|
||||
|
|
Загрузка…
Ссылка в новой задаче