summaryrefslogtreecommitdiff
path: root/tex/context/base/char-def.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/char-def.lua')
-rw-r--r--tex/context/base/char-def.lua45082
1 files changed, 33314 insertions, 11768 deletions
diff --git a/tex/context/base/char-def.lua b/tex/context/base/char-def.lua
index 9642d1736..90ac4609d 100644
--- a/tex/context/base/char-def.lua
+++ b/tex/context/base/char-def.lua
@@ -21,12 +21,12 @@ the trouble. Some additional data is kept in other files.
characters = characters or { }
characters.data={
- [0x0000]={
+ [0x0]={
category="cc",
description="NULL",
direction="bn",
linebreak="cm",
- unicodeslot=0x0000,
+ unicodeslot=0x0,
},
{
adobename="controlSTX",
@@ -34,7 +34,7 @@ characters.data={
description="START OF HEADING",
direction="bn",
linebreak="cm",
- unicodeslot=0x0001,
+ unicodeslot=0x1,
},
{
adobename="controlSOT",
@@ -42,7 +42,7 @@ characters.data={
description="START OF TEXT",
direction="bn",
linebreak="cm",
- unicodeslot=0x0002,
+ unicodeslot=0x2,
},
{
adobename="controlETX",
@@ -50,7 +50,7 @@ characters.data={
description="END OF TEXT",
direction="bn",
linebreak="cm",
- unicodeslot=0x0003,
+ unicodeslot=0x3,
},
{
adobename="controlEOT",
@@ -58,7 +58,7 @@ characters.data={
description="END OF TRANSMISSION",
direction="bn",
linebreak="cm",
- unicodeslot=0x0004,
+ unicodeslot=0x4,
},
{
adobename="controlENQ",
@@ -66,7 +66,7 @@ characters.data={
description="ENQUIRY",
direction="bn",
linebreak="cm",
- unicodeslot=0x0005,
+ unicodeslot=0x5,
},
{
adobename="controlACK",
@@ -74,7 +74,7 @@ characters.data={
description="ACKNOWLEDGE",
direction="bn",
linebreak="cm",
- unicodeslot=0x0006,
+ unicodeslot=0x6,
},
{
adobename="controlBEL",
@@ -82,7 +82,7 @@ characters.data={
description="BELL",
direction="bn",
linebreak="cm",
- unicodeslot=0x0007,
+ unicodeslot=0x7,
},
{
adobename="controlBS",
@@ -90,7 +90,7 @@ characters.data={
description="BACKSPACE",
direction="bn",
linebreak="cm",
- unicodeslot=0x0008,
+ unicodeslot=0x8,
},
{
adobename="controlHT",
@@ -98,7 +98,7 @@ characters.data={
description="CHARACTER TABULATION",
direction="s",
linebreak="ba",
- unicodeslot=0x0009,
+ unicodeslot=0x9,
},
{
adobename="controlLF",
@@ -106,7 +106,7 @@ characters.data={
description="LINE FEED (LF)",
direction="b",
linebreak="lf",
- unicodeslot=0x000A,
+ unicodeslot=0xA,
},
{
adobename="controlVT",
@@ -114,7 +114,7 @@ characters.data={
description="LINE TABULATION",
direction="s",
linebreak="bk",
- unicodeslot=0x000B,
+ unicodeslot=0xB,
},
{
adobename="controlFF",
@@ -122,7 +122,7 @@ characters.data={
description="FORM FEED (FF)",
direction="ws",
linebreak="bk",
- unicodeslot=0x000C,
+ unicodeslot=0xC,
},
{
adobename="controlCR",
@@ -130,7 +130,7 @@ characters.data={
description="CARRIAGE RETURN (CR)",
direction="b",
linebreak="cr",
- unicodeslot=0x000D,
+ unicodeslot=0xD,
},
{
adobename="controlSO",
@@ -138,7 +138,7 @@ characters.data={
description="SHIFT OUT",
direction="bn",
linebreak="cm",
- unicodeslot=0x000E,
+ unicodeslot=0xE,
},
{
adobename="controlSI",
@@ -146,7 +146,7 @@ characters.data={
description="SHIFT IN",
direction="bn",
linebreak="cm",
- unicodeslot=0x000F,
+ unicodeslot=0xF,
},
{
adobename="controlDLE",
@@ -154,7 +154,7 @@ characters.data={
description="DATA LINK ESCAPE",
direction="bn",
linebreak="cm",
- unicodeslot=0x0010,
+ unicodeslot=0x10,
},
{
adobename="controlDC1",
@@ -162,7 +162,7 @@ characters.data={
description="DEVICE CONTROL ONE",
direction="bn",
linebreak="cm",
- unicodeslot=0x0011,
+ unicodeslot=0x11,
},
{
adobename="controlDC2",
@@ -170,7 +170,7 @@ characters.data={
description="DEVICE CONTROL TWO",
direction="bn",
linebreak="cm",
- unicodeslot=0x0012,
+ unicodeslot=0x12,
},
{
adobename="controlDC3",
@@ -178,7 +178,7 @@ characters.data={
description="DEVICE CONTROL THREE",
direction="bn",
linebreak="cm",
- unicodeslot=0x0013,
+ unicodeslot=0x13,
},
{
adobename="controlDC4",
@@ -186,7 +186,7 @@ characters.data={
description="DEVICE CONTROL FOUR",
direction="bn",
linebreak="cm",
- unicodeslot=0x0014,
+ unicodeslot=0x14,
},
{
adobename="controlNAK",
@@ -194,7 +194,7 @@ characters.data={
description="NEGATIVE ACKNOWLEDGE",
direction="bn",
linebreak="cm",
- unicodeslot=0x0015,
+ unicodeslot=0x15,
},
{
adobename="controlSYN",
@@ -202,7 +202,7 @@ characters.data={
description="SYNCHRONOUS IDLE",
direction="bn",
linebreak="cm",
- unicodeslot=0x0016,
+ unicodeslot=0x16,
},
{
adobename="controlETB",
@@ -210,7 +210,7 @@ characters.data={
description="END OF TRANSMISSION BLOCK",
direction="bn",
linebreak="cm",
- unicodeslot=0x0017,
+ unicodeslot=0x17,
},
{
adobename="controlCAN",
@@ -218,7 +218,7 @@ characters.data={
description="CANCEL",
direction="bn",
linebreak="cm",
- unicodeslot=0x0018,
+ unicodeslot=0x18,
},
{
adobename="controlEM",
@@ -226,7 +226,7 @@ characters.data={
description="END OF MEDIUM",
direction="bn",
linebreak="cm",
- unicodeslot=0x0019,
+ unicodeslot=0x19,
},
{
adobename="controlSUB",
@@ -234,7 +234,7 @@ characters.data={
description="SUBSTITUTE",
direction="bn",
linebreak="cm",
- unicodeslot=0x001A,
+ unicodeslot=0x1A,
},
{
adobename="controlESC",
@@ -242,7 +242,7 @@ characters.data={
description="ESCAPE",
direction="bn",
linebreak="cm",
- unicodeslot=0x001B,
+ unicodeslot=0x1B,
},
{
adobename="controlFS",
@@ -250,7 +250,7 @@ characters.data={
description="INFORMATION SEPARATOR FOUR",
direction="b",
linebreak="cm",
- unicodeslot=0x001C,
+ unicodeslot=0x1C,
},
{
adobename="controlGS",
@@ -258,7 +258,7 @@ characters.data={
description="INFORMATION SEPARATOR THREE",
direction="b",
linebreak="cm",
- unicodeslot=0x001D,
+ unicodeslot=0x1D,
},
{
adobename="controlRS",
@@ -266,7 +266,7 @@ characters.data={
description="INFORMATION SEPARATOR TWO",
direction="b",
linebreak="cm",
- unicodeslot=0x001E,
+ unicodeslot=0x1E,
},
{
adobename="controlUS",
@@ -274,7 +274,7 @@ characters.data={
description="INFORMATION SEPARATOR ONE",
direction="s",
linebreak="cm",
- unicodeslot=0x001F,
+ unicodeslot=0x1F,
},
{
adobename="space",
@@ -283,7 +283,7 @@ characters.data={
description="SPACE",
direction="ws",
linebreak="sp",
- unicodeslot=0x0020,
+ unicodeslot=0x20,
},
{
adobename="exclam",
@@ -293,7 +293,7 @@ characters.data={
direction="on",
linebreak="ex",
mathclass="close",
- unicodeslot=0x0021,
+ unicodeslot=0x21,
},
{
adobename="quotedbl",
@@ -304,16 +304,19 @@ characters.data={
direction="on",
linebreak="qu",
mathclass="default",
- unicodeslot=0x0022,
+ unicodeslot=0x22,
},
{
adobename="numbersign",
category="po",
cjkwd="na",
+ contextname="texthash",
description="NUMBER SIGN",
direction="et",
linebreak="al",
- unicodeslot=0x0023,
+ mathclass="binary",
+ mathname="mathhash",
+ unicodeslot=0x23,
variants={
[0xFE0E]="text style",
[0xFE0F]="emoji style",
@@ -327,26 +330,33 @@ characters.data={
description="DOLLAR SIGN",
direction="et",
linebreak="pr",
- unicodeslot=0x0024,
+ mathclass="binary",
+ mathname="mathdollar",
+ unicodeslot=0x24,
},
{
adobename="percent",
category="po",
cjkwd="na",
- contextname="percent",
+ contextname="textpercent",
description="PERCENT SIGN",
direction="et",
linebreak="po",
- unicodeslot=0x0025,
+ mathclass="binary",
+ mathname="mathpercent",
+ unicodeslot=0x25,
},
{
adobename="ampersand",
category="po",
cjkwd="na",
+ contextname="textampersand",
description="AMPERSAND",
direction="on",
linebreak="al",
- unicodeslot=0x0026,
+ mathclass="binary",
+ mathname="mathampersand",
+ unicodeslot=0x26,
},
{
adobename="quotesingle",
@@ -357,7 +367,7 @@ characters.data={
direction="on",
linebreak="qu",
mathclass="default",
- unicodeslot=0x0027,
+ unicodeslot=0x27,
},
{
adobename="parenleft",
@@ -368,9 +378,9 @@ characters.data={
linebreak="op",
mathclass="open",
mathname="lparent",
- mirror=0x0029,
+ mirror=0x29,
textclass="open",
- unicodeslot=0x0028,
+ unicodeslot=0x28,
},
{
adobename="parenright",
@@ -381,9 +391,9 @@ characters.data={
linebreak="cp",
mathclass="close",
mathname="rparent",
- mirror=0x0028,
+ mirror=0x28,
textclass="close",
- unicodeslot=0x0029,
+ unicodeslot=0x29,
},
{
adobename="asterisk",
@@ -395,7 +405,7 @@ characters.data={
mathclass="binary",
mathname="ast",
mathsymbol=0x2217,
- unicodeslot=0x002A,
+ unicodeslot=0x2A,
},
{
adobename="plus",
@@ -405,7 +415,7 @@ characters.data={
direction="es",
linebreak="pr",
mathclass="binary",
- unicodeslot=0x002B,
+ unicodeslot=0x2B,
},
{
adobename="comma",
@@ -416,7 +426,7 @@ characters.data={
direction="cs",
linebreak="is",
mathclass="punctuation",
- unicodeslot=0x002C,
+ unicodeslot=0x2C,
},
{
adobename="hyphen",
@@ -428,7 +438,7 @@ characters.data={
mathextensible="h",
mathfiller="relfill",
mathsymbol=0x2212,
- unicodeslot=0x002D,
+ unicodeslot=0x2D,
},
{
adobename="period",
@@ -446,7 +456,7 @@ characters.data={
name="ldotp",
},
},
- unicodeslot=0x002E,
+ unicodeslot=0x2E,
},
{
adobename="slash",
@@ -459,16 +469,12 @@ characters.data={
mathspec={
{
class="middle",
- -- unicode=0x2044,
- -- unicode=0x2215,
},
{
class="ordinary",
- -- unicode=0x2044,
- -- unicode=0x2215,
},
},
- unicodeslot=0x002F,
+ unicodeslot=0x2F,
},
{
adobename="zero",
@@ -478,7 +484,7 @@ characters.data={
direction="en",
linebreak="nu",
mathclass="number",
- unicodeslot=0x0030,
+ unicodeslot=0x30,
variants={
[0xFE0E]="text style",
[0xFE0F]="emoji style",
@@ -492,7 +498,7 @@ characters.data={
direction="en",
linebreak="nu",
mathclass="number",
- unicodeslot=0x0031,
+ unicodeslot=0x31,
variants={
[0xFE0E]="text style",
[0xFE0F]="emoji style",
@@ -506,7 +512,7 @@ characters.data={
direction="en",
linebreak="nu",
mathclass="number",
- unicodeslot=0x0032,
+ unicodeslot=0x32,
variants={
[0xFE0E]="text style",
[0xFE0F]="emoji style",
@@ -520,7 +526,7 @@ characters.data={
direction="en",
linebreak="nu",
mathclass="number",
- unicodeslot=0x0033,
+ unicodeslot=0x33,
variants={
[0xFE0E]="text style",
[0xFE0F]="emoji style",
@@ -534,7 +540,7 @@ characters.data={
direction="en",
linebreak="nu",
mathclass="number",
- unicodeslot=0x0034,
+ unicodeslot=0x34,
variants={
[0xFE0E]="text style",
[0xFE0F]="emoji style",
@@ -548,7 +554,7 @@ characters.data={
direction="en",
linebreak="nu",
mathclass="number",
- unicodeslot=0x0035,
+ unicodeslot=0x35,
variants={
[0xFE0E]="text style",
[0xFE0F]="emoji style",
@@ -562,7 +568,7 @@ characters.data={
direction="en",
linebreak="nu",
mathclass="number",
- unicodeslot=0x0036,
+ unicodeslot=0x36,
variants={
[0xFE0E]="text style",
[0xFE0F]="emoji style",
@@ -576,7 +582,7 @@ characters.data={
direction="en",
linebreak="nu",
mathclass="number",
- unicodeslot=0x0037,
+ unicodeslot=0x37,
variants={
[0xFE0E]="text style",
[0xFE0F]="emoji style",
@@ -590,7 +596,7 @@ characters.data={
direction="en",
linebreak="nu",
mathclass="number",
- unicodeslot=0x0038,
+ unicodeslot=0x38,
variants={
[0xFE0E]="text style",
[0xFE0F]="emoji style",
@@ -604,7 +610,7 @@ characters.data={
direction="en",
linebreak="nu",
mathclass="number",
- unicodeslot=0x0039,
+ unicodeslot=0x39,
variants={
[0xFE0E]="text style",
[0xFE0F]="emoji style",
@@ -619,7 +625,7 @@ characters.data={
direction="cs",
linebreak="is",
mathclass="relation",
- unicodeslot=0x003A,
+ unicodeslot=0x3A,
},
{
adobename="semicolon",
@@ -629,7 +635,7 @@ characters.data={
direction="on",
linebreak="is",
mathclass="punctuation",
- unicodeslot=0x003B,
+ unicodeslot=0x3B,
},
{
adobename="less",
@@ -640,9 +646,9 @@ characters.data={
linebreak="al",
mathclass="relation",
mathname="lt",
- mirror=0x003E,
+ mirror=0x3E,
textclass="open",
- unicodeslot=0x003C,
+ unicodeslot=0x3C,
},
{
adobename="equal",
@@ -664,7 +670,7 @@ characters.data={
name="Relbar",
},
},
- unicodeslot=0x003D,
+ unicodeslot=0x3D,
},
{
adobename="greater",
@@ -675,9 +681,9 @@ characters.data={
linebreak="al",
mathclass="relation",
mathname="gt",
- mirror=0x003C,
+ mirror=0x3C,
textclass="close",
- unicodeslot=0x003E,
+ unicodeslot=0x3E,
},
{
adobename="question",
@@ -687,7 +693,7 @@ characters.data={
direction="on",
linebreak="ex",
mathclass="close",
- unicodeslot=0x003F,
+ unicodeslot=0x3F,
},
{
adobename="at",
@@ -697,7 +703,7 @@ characters.data={
description="COMMERCIAL AT",
direction="on",
linebreak="al",
- unicodeslot=0x0040,
+ unicodeslot=0x40,
},
{
adobename="A",
@@ -705,10 +711,10 @@ characters.data={
cjkwd="na",
description="LATIN CAPITAL LETTER A",
direction="l",
- lccode=0x0061,
+ lccode=0x61,
linebreak="al",
mathclass="variable",
- unicodeslot=0x0041,
+ unicodeslot=0x41,
},
{
adobename="B",
@@ -716,10 +722,10 @@ characters.data={
cjkwd="na",
description="LATIN CAPITAL LETTER B",
direction="l",
- lccode=0x0062,
+ lccode=0x62,
linebreak="al",
mathclass="variable",
- unicodeslot=0x0042,
+ unicodeslot=0x42,
},
{
adobename="C",
@@ -727,10 +733,10 @@ characters.data={
cjkwd="na",
description="LATIN CAPITAL LETTER C",
direction="l",
- lccode=0x0063,
+ lccode=0x63,
linebreak="al",
mathclass="variable",
- unicodeslot=0x0043,
+ unicodeslot=0x43,
},
{
adobename="D",
@@ -738,10 +744,10 @@ characters.data={
cjkwd="na",
description="LATIN CAPITAL LETTER D",
direction="l",
- lccode=0x0064,
+ lccode=0x64,
linebreak="al",
mathclass="variable",
- unicodeslot=0x0044,
+ unicodeslot=0x44,
},
{
adobename="E",
@@ -749,10 +755,10 @@ characters.data={
cjkwd="na",
description="LATIN CAPITAL LETTER E",
direction="l",
- lccode=0x0065,
+ lccode=0x65,
linebreak="al",
mathclass="variable",
- unicodeslot=0x0045,
+ unicodeslot=0x45,
},
{
adobename="F",
@@ -760,10 +766,10 @@ characters.data={
cjkwd="na",
description="LATIN CAPITAL LETTER F",
direction="l",
- lccode=0x0066,
+ lccode=0x66,
linebreak="al",
mathclass="variable",
- unicodeslot=0x0046,
+ unicodeslot=0x46,
},
{
adobename="G",
@@ -771,10 +777,10 @@ characters.data={
cjkwd="na",
description="LATIN CAPITAL LETTER G",
direction="l",
- lccode=0x0067,
+ lccode=0x67,
linebreak="al",
mathclass="variable",
- unicodeslot=0x0047,
+ unicodeslot=0x47,
},
{
adobename="H",
@@ -782,10 +788,10 @@ characters.data={
cjkwd="na",
description="LATIN CAPITAL LETTER H",
direction="l",
- lccode=0x0068,
+ lccode=0x68,
linebreak="al",
mathclass="variable",
- unicodeslot=0x0048,
+ unicodeslot=0x48,
},
{
adobename="I",
@@ -794,10 +800,10 @@ characters.data={
contextname="dotlessI",
description="LATIN CAPITAL LETTER I",
direction="l",
- lccode=0x0069,
+ lccode=0x69,
linebreak="al",
mathclass="variable",
- unicodeslot=0x0049,
+ unicodeslot=0x49,
},
{
adobename="J",
@@ -806,10 +812,10 @@ characters.data={
contextname="dotlessJ",
description="LATIN CAPITAL LETTER J",
direction="l",
- lccode=0x006A,
+ lccode=0x6A,
linebreak="al",
mathclass="variable",
- unicodeslot=0x004A,
+ unicodeslot=0x4A,
},
{
adobename="K",
@@ -817,10 +823,10 @@ characters.data={
cjkwd="na",
description="LATIN CAPITAL LETTER K",
direction="l",
- lccode=0x006B,
+ lccode=0x6B,
linebreak="al",
mathclass="variable",
- unicodeslot=0x004B,
+ unicodeslot=0x4B,
},
{
adobename="L",
@@ -828,10 +834,10 @@ characters.data={
cjkwd="na",
description="LATIN CAPITAL LETTER L",
direction="l",
- lccode=0x006C,
+ lccode=0x6C,
linebreak="al",
mathclass="variable",
- unicodeslot=0x004C,
+ unicodeslot=0x4C,
},
{
adobename="M",
@@ -839,10 +845,10 @@ characters.data={
cjkwd="na",
description="LATIN CAPITAL LETTER M",
direction="l",
- lccode=0x006D,
+ lccode=0x6D,
linebreak="al",
mathclass="variable",
- unicodeslot=0x004D,
+ unicodeslot=0x4D,
},
{
adobename="N",
@@ -850,10 +856,10 @@ characters.data={
cjkwd="na",
description="LATIN CAPITAL LETTER N",
direction="l",
- lccode=0x006E,
+ lccode=0x6E,
linebreak="al",
mathclass="variable",
- unicodeslot=0x004E,
+ unicodeslot=0x4E,
},
{
adobename="O",
@@ -861,10 +867,10 @@ characters.data={
cjkwd="na",
description="LATIN CAPITAL LETTER O",
direction="l",
- lccode=0x006F,
+ lccode=0x6F,
linebreak="al",
mathclass="variable",
- unicodeslot=0x004F,
+ unicodeslot=0x4F,
},
{
adobename="P",
@@ -872,10 +878,10 @@ characters.data={
cjkwd="na",
description="LATIN CAPITAL LETTER P",
direction="l",
- lccode=0x0070,
+ lccode=0x70,
linebreak="al",
mathclass="variable",
- unicodeslot=0x0050,
+ unicodeslot=0x50,
},
{
adobename="Q",
@@ -883,10 +889,10 @@ characters.data={
cjkwd="na",
description="LATIN CAPITAL LETTER Q",
direction="l",
- lccode=0x0071,
+ lccode=0x71,
linebreak="al",
mathclass="variable",
- unicodeslot=0x0051,
+ unicodeslot=0x51,
},
{
adobename="R",
@@ -894,10 +900,10 @@ characters.data={
cjkwd="na",
description="LATIN CAPITAL LETTER R",
direction="l",
- lccode=0x0072,
+ lccode=0x72,
linebreak="al",
mathclass="variable",
- unicodeslot=0x0052,
+ unicodeslot=0x52,
},
{
adobename="S",
@@ -905,10 +911,10 @@ characters.data={
cjkwd="na",
description="LATIN CAPITAL LETTER S",
direction="l",
- lccode=0x0073,
+ lccode=0x73,
linebreak="al",
mathclass="variable",
- unicodeslot=0x0053,
+ unicodeslot=0x53,
},
{
adobename="T",
@@ -916,10 +922,10 @@ characters.data={
cjkwd="na",
description="LATIN CAPITAL LETTER T",
direction="l",
- lccode=0x0074,
+ lccode=0x74,
linebreak="al",
mathclass="variable",
- unicodeslot=0x0054,
+ unicodeslot=0x54,
},
{
adobename="U",
@@ -927,10 +933,10 @@ characters.data={
cjkwd="na",
description="LATIN CAPITAL LETTER U",
direction="l",
- lccode=0x0075,
+ lccode=0x75,
linebreak="al",
mathclass="variable",
- unicodeslot=0x0055,
+ unicodeslot=0x55,
},
{
adobename="V",
@@ -938,10 +944,10 @@ characters.data={
cjkwd="na",
description="LATIN CAPITAL LETTER V",
direction="l",
- lccode=0x0076,
+ lccode=0x76,
linebreak="al",
mathclass="variable",
- unicodeslot=0x0056,
+ unicodeslot=0x56,
},
{
adobename="W",
@@ -949,10 +955,10 @@ characters.data={
cjkwd="na",
description="LATIN CAPITAL LETTER W",
direction="l",
- lccode=0x0077,
+ lccode=0x77,
linebreak="al",
mathclass="variable",
- unicodeslot=0x0057,
+ unicodeslot=0x57,
},
{
adobename="X",
@@ -960,10 +966,10 @@ characters.data={
cjkwd="na",
description="LATIN CAPITAL LETTER X",
direction="l",
- lccode=0x0078,
+ lccode=0x78,
linebreak="al",
mathclass="variable",
- unicodeslot=0x0058,
+ unicodeslot=0x58,
},
{
adobename="Y",
@@ -971,10 +977,10 @@ characters.data={
cjkwd="na",
description="LATIN CAPITAL LETTER Y",
direction="l",
- lccode=0x0079,
+ lccode=0x79,
linebreak="al",
mathclass="variable",
- unicodeslot=0x0059,
+ unicodeslot=0x59,
},
{
adobename="Z",
@@ -982,10 +988,10 @@ characters.data={
cjkwd="na",
description="LATIN CAPITAL LETTER Z",
direction="l",
- lccode=0x007A,
+ lccode=0x7A,
linebreak="al",
mathclass="variable",
- unicodeslot=0x005A,
+ unicodeslot=0x5A,
},
{
adobename="bracketleft",
@@ -996,9 +1002,9 @@ characters.data={
linebreak="op",
mathclass="open",
mathname="lbracket",
- mirror=0x005D,
+ mirror=0x5D,
textclass="open",
- unicodeslot=0x005B,
+ unicodeslot=0x5B,
},
{
adobename="backslash",
@@ -1010,7 +1016,7 @@ characters.data={
linebreak="pr",
mathclass="nothing",
mathname="backslash",
- unicodeslot=0x005C,
+ unicodeslot=0x5C,
},
{
adobename="bracketright",
@@ -1021,9 +1027,9 @@ characters.data={
linebreak="cp",
mathclass="close",
mathname="rbracket",
- mirror=0x005B,
+ mirror=0x5B,
textclass="close",
- unicodeslot=0x005D,
+ unicodeslot=0x5D,
},
{
adobename="asciicircum",
@@ -1034,7 +1040,8 @@ characters.data={
direction="on",
linebreak="al",
mathclass="topaccent",
- unicodeslot=0x005E,
+ mathname="Hat",
+ unicodeslot=0x5E,
},
{
adobename="underscore",
@@ -1044,7 +1051,7 @@ characters.data={
description="LOW LINE",
direction="on",
linebreak="al",
- unicodeslot=0x005F,
+ unicodeslot=0x5F,
},
{
adobename="grave",
@@ -1056,7 +1063,7 @@ characters.data={
linebreak="al",
mathclass="topaccent",
mathname="grave",
- unicodeslot=0x0060,
+ unicodeslot=0x60,
},
{
adobename="a",
@@ -1066,8 +1073,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x0041,
- unicodeslot=0x0061,
+ uccode=0x41,
+ unicodeslot=0x61,
},
{
adobename="b",
@@ -1077,8 +1084,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x0042,
- unicodeslot=0x0062,
+ uccode=0x42,
+ unicodeslot=0x62,
},
{
adobename="c",
@@ -1088,8 +1095,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x0043,
- unicodeslot=0x0063,
+ uccode=0x43,
+ unicodeslot=0x63,
},
{
adobename="d",
@@ -1099,8 +1106,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x0044,
- unicodeslot=0x0064,
+ uccode=0x44,
+ unicodeslot=0x64,
},
{
adobename="e",
@@ -1110,8 +1117,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x0045,
- unicodeslot=0x0065,
+ uccode=0x45,
+ unicodeslot=0x65,
},
{
adobename="f",
@@ -1121,8 +1128,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x0046,
- unicodeslot=0x0066,
+ uccode=0x46,
+ unicodeslot=0x66,
},
{
adobename="g",
@@ -1132,8 +1139,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x0047,
- unicodeslot=0x0067,
+ uccode=0x47,
+ unicodeslot=0x67,
},
{
adobename="h",
@@ -1143,8 +1150,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x0048,
- unicodeslot=0x0068,
+ uccode=0x48,
+ unicodeslot=0x68,
},
{
adobename="i",
@@ -1155,8 +1162,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x0049,
- unicodeslot=0x0069,
+ uccode=0x49,
+ unicodeslot=0x69,
},
{
adobename="j",
@@ -1166,8 +1173,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x004A,
- unicodeslot=0x006A,
+ uccode=0x4A,
+ unicodeslot=0x6A,
},
{
adobename="k",
@@ -1177,8 +1184,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x004B,
- unicodeslot=0x006B,
+ uccode=0x4B,
+ unicodeslot=0x6B,
},
{
adobename="l",
@@ -1188,8 +1195,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x004C,
- unicodeslot=0x006C,
+ uccode=0x4C,
+ unicodeslot=0x6C,
},
{
adobename="m",
@@ -1199,8 +1206,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x004D,
- unicodeslot=0x006D,
+ uccode=0x4D,
+ unicodeslot=0x6D,
},
{
adobename="n",
@@ -1210,8 +1217,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x004E,
- unicodeslot=0x006E,
+ uccode=0x4E,
+ unicodeslot=0x6E,
},
{
adobename="o",
@@ -1221,8 +1228,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x004F,
- unicodeslot=0x006F,
+ uccode=0x4F,
+ unicodeslot=0x6F,
},
{
adobename="p",
@@ -1232,8 +1239,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x0050,
- unicodeslot=0x0070,
+ uccode=0x50,
+ unicodeslot=0x70,
},
{
adobename="q",
@@ -1243,8 +1250,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x0051,
- unicodeslot=0x0071,
+ uccode=0x51,
+ unicodeslot=0x71,
},
{
adobename="r",
@@ -1254,8 +1261,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x0052,
- unicodeslot=0x0072,
+ uccode=0x52,
+ unicodeslot=0x72,
},
{
adobename="s",
@@ -1265,8 +1272,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x0053,
- unicodeslot=0x0073,
+ uccode=0x53,
+ unicodeslot=0x73,
},
{
adobename="t",
@@ -1276,8 +1283,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x0054,
- unicodeslot=0x0074,
+ uccode=0x54,
+ unicodeslot=0x74,
},
{
adobename="u",
@@ -1287,8 +1294,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x0055,
- unicodeslot=0x0075,
+ uccode=0x55,
+ unicodeslot=0x75,
},
{
adobename="v",
@@ -1298,8 +1305,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x0056,
- unicodeslot=0x0076,
+ uccode=0x56,
+ unicodeslot=0x76,
},
{
adobename="w",
@@ -1309,8 +1316,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x0057,
- unicodeslot=0x0077,
+ uccode=0x57,
+ unicodeslot=0x77,
},
{
adobename="x",
@@ -1320,8 +1327,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x0058,
- unicodeslot=0x0078,
+ uccode=0x58,
+ unicodeslot=0x78,
},
{
adobename="y",
@@ -1331,8 +1338,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x0059,
- unicodeslot=0x0079,
+ uccode=0x59,
+ unicodeslot=0x79,
},
{
adobename="z",
@@ -1342,8 +1349,8 @@ characters.data={
direction="l",
linebreak="al",
mathclass="variable",
- uccode=0x005A,
- unicodeslot=0x007A,
+ uccode=0x5A,
+ unicodeslot=0x7A,
},
{
adobename="braceleft",
@@ -1355,9 +1362,9 @@ characters.data={
linebreak="op",
mathclass="open",
mathname="lbrace",
- mirror=0x007D,
+ mirror=0x7D,
textclass="open",
- unicodeslot=0x007B,
+ unicodeslot=0x7B,
},
{
adobename="verticalbar",
@@ -1394,7 +1401,7 @@ characters.data={
name="singleverticalbar",
},
},
- unicodeslot=0x007C,
+ unicodeslot=0x7C,
},
{
adobename="braceright",
@@ -1406,9 +1413,9 @@ characters.data={
linebreak="cl",
mathclass="close",
mathname="rbrace",
- mirror=0x007B,
+ mirror=0x7B,
textclass="close",
- unicodeslot=0x007D,
+ unicodeslot=0x7D,
},
{
adobename="asciitilde",
@@ -1418,7 +1425,7 @@ characters.data={
description="TILDE",
direction="on",
linebreak="al",
- unicodeslot=0x007E,
+ unicodeslot=0x7E,
},
{
adobename="controlDEL",
@@ -1426,231 +1433,231 @@ characters.data={
description="DELETE",
direction="bn",
linebreak="cm",
- unicodeslot=0x007F,
+ unicodeslot=0x7F,
},
{
category="cc",
description="NONE",
direction="bn",
linebreak="cm",
- unicodeslot=0x0080,
+ unicodeslot=0x80,
},
{
category="cc",
description="NONE",
direction="bn",
linebreak="cm",
- unicodeslot=0x0081,
+ unicodeslot=0x81,
},
{
category="cc",
description="BREAK PERMITTED HERE",
direction="bn",
linebreak="cm",
- unicodeslot=0x0082,
+ unicodeslot=0x82,
},
{
category="cc",
description="NO BREAK HERE",
direction="bn",
linebreak="cm",
- unicodeslot=0x0083,
+ unicodeslot=0x83,
},
{
category="cc",
description="NONE",
direction="bn",
linebreak="cm",
- unicodeslot=0x0084,
+ unicodeslot=0x84,
},
{
category="cc",
description="NEXT LINE (NEL)",
direction="b",
linebreak="nl",
- unicodeslot=0x0085,
+ unicodeslot=0x85,
},
{
category="cc",
description="START OF SELECTED AREA",
direction="bn",
linebreak="cm",
- unicodeslot=0x0086,
+ unicodeslot=0x86,
},
{
category="cc",
description="END OF SELECTED AREA",
direction="bn",
linebreak="cm",
- unicodeslot=0x0087,
+ unicodeslot=0x87,
},
{
category="cc",
description="CHARACTER TABULATION SET",
direction="bn",
linebreak="cm",
- unicodeslot=0x0088,
+ unicodeslot=0x88,
},
{
category="cc",
description="CHARACTER TABULATION WITH JUSTIFICATION",
direction="bn",
linebreak="cm",
- unicodeslot=0x0089,
+ unicodeslot=0x89,
},
{
category="cc",
description="LINE TABULATION SET",
direction="bn",
linebreak="cm",
- unicodeslot=0x008A,
+ unicodeslot=0x8A,
},
{
category="cc",
description="PARTIAL LINE FORWARD",
direction="bn",
linebreak="cm",
- unicodeslot=0x008B,
+ unicodeslot=0x8B,
},
{
category="cc",
description="PARTIAL LINE BACKWARD",
direction="bn",
linebreak="cm",
- unicodeslot=0x008C,
+ unicodeslot=0x8C,
},
{
category="cc",
description="REVERSE LINE FEED",
direction="bn",
linebreak="cm",
- unicodeslot=0x008D,
+ unicodeslot=0x8D,
},
{
category="cc",
description="SINGLE SHIFT TWO",
direction="bn",
linebreak="cm",
- unicodeslot=0x008E,
+ unicodeslot=0x8E,
},
{
category="cc",
description="SINGLE SHIFT THREE",
direction="bn",
linebreak="cm",
- unicodeslot=0x008F,
+ unicodeslot=0x8F,
},
{
category="cc",
description="DEVICE CONTROL STRING",
direction="bn",
linebreak="cm",
- unicodeslot=0x0090,
+ unicodeslot=0x90,
},
{
category="cc",
description="PRIVATE USE ONE",
direction="bn",
linebreak="cm",
- unicodeslot=0x0091,
+ unicodeslot=0x91,
},
{
category="cc",
description="PRIVATE USE TWO",
direction="bn",
linebreak="cm",
- unicodeslot=0x0092,
+ unicodeslot=0x92,
},
{
category="cc",
description="SET TRANSMIT STATE",
direction="bn",
linebreak="cm",
- unicodeslot=0x0093,
+ unicodeslot=0x93,
},
{
category="cc",
description="CANCEL CHARACTER",
direction="bn",
linebreak="cm",
- unicodeslot=0x0094,
+ unicodeslot=0x94,
},
{
category="cc",
description="MESSAGE WAITING",
direction="bn",
linebreak="cm",
- unicodeslot=0x0095,
+ unicodeslot=0x95,
},
{
category="cc",
description="START OF GUARDED AREA",
direction="bn",
linebreak="cm",
- unicodeslot=0x0096,
+ unicodeslot=0x96,
},
{
category="cc",
description="END OF GUARDED AREA",
direction="bn",
linebreak="cm",
- unicodeslot=0x0097,
+ unicodeslot=0x97,
},
{
category="cc",
description="START OF STRING",
direction="bn",
linebreak="cm",
- unicodeslot=0x0098,
+ unicodeslot=0x98,
},
{
category="cc",
description="NONE",
direction="bn",
linebreak="cm",
- unicodeslot=0x0099,
+ unicodeslot=0x99,
},
{
category="cc",
description="SINGLE CHARACTER INTRODUCER",
direction="bn",
linebreak="cm",
- unicodeslot=0x009A,
+ unicodeslot=0x9A,
},
{
category="cc",
description="CONTROL SEQUENCE INTRODUCER",
direction="bn",
linebreak="cm",
- unicodeslot=0x009B,
+ unicodeslot=0x9B,
},
{
category="cc",
description="STRING TERMINATOR",
direction="bn",
linebreak="cm",
- unicodeslot=0x009C,
+ unicodeslot=0x9C,
},
{
category="cc",
description="OPERATING SYSTEM COMMAND",
direction="bn",
linebreak="cm",
- unicodeslot=0x009D,
+ unicodeslot=0x9D,
},
{
category="cc",
description="PRIVACY MESSAGE",
direction="bn",
linebreak="cm",
- unicodeslot=0x009E,
+ unicodeslot=0x9E,
},
{
category="cc",
description="APPLICATION PROGRAM COMMAND",
direction="bn",
linebreak="cm",
- unicodeslot=0x009F,
+ unicodeslot=0x9F,
},
{
adobename="nonbreakingspace",
@@ -1659,8 +1666,8 @@ characters.data={
description="NO-BREAK SPACE",
direction="cs",
linebreak="gl",
- specials={ "nobreak", 0x0020 },
- unicodeslot=0x00A0,
+ specials={ "nobreak", 0x20 },
+ unicodeslot=0xA0,
},
{
adobename="exclamdown",
@@ -1670,7 +1677,7 @@ characters.data={
description="INVERTED EXCLAMATION MARK",
direction="on",
linebreak="op",
- unicodeslot=0x00A1,
+ unicodeslot=0xA1,
},
{
adobename="cent",
@@ -1680,7 +1687,7 @@ characters.data={
description="CENT SIGN",
direction="et",
linebreak="po",
- unicodeslot=0x00A2,
+ unicodeslot=0xA2,
},
{
adobename="sterling",
@@ -1690,7 +1697,7 @@ characters.data={
description="POUND SIGN",
direction="et",
linebreak="pr",
- unicodeslot=0x00A3,
+ unicodeslot=0xA3,
},
{
adobename="currency",
@@ -1700,7 +1707,7 @@ characters.data={
description="CURRENCY SIGN",
direction="et",
linebreak="pr",
- unicodeslot=0x00A4,
+ unicodeslot=0xA4,
},
{
adobename="yen",
@@ -1712,7 +1719,7 @@ characters.data={
linebreak="pr",
mathclass="nothing",
mathname="yen",
- unicodeslot=0x00A5,
+ unicodeslot=0xA5,
},
{
adobename="brokenbar",
@@ -1722,7 +1729,7 @@ characters.data={
description="BROKEN BAR",
direction="on",
linebreak="al",
- unicodeslot=0x00A6,
+ unicodeslot=0xA6,
},
{
adobename="section",
@@ -1734,7 +1741,7 @@ characters.data={
linebreak="ai",
mathclass="box",
mathname="S",
- unicodeslot=0x00A7,
+ unicodeslot=0xA7,
},
{
adobename="dieresis",
@@ -1746,8 +1753,8 @@ characters.data={
linebreak="ai",
mathclass="topaccent",
mathname="ddot",
- specials={ "compat", 0x0020, 0x0308 },
- unicodeslot=0x00A8,
+ specials={ "compat", 0x20, 0x308 },
+ unicodeslot=0xA8,
},
{
adobename="copyright",
@@ -1756,7 +1763,7 @@ characters.data={
description="COPYRIGHT SIGN",
direction="on",
linebreak="al",
- unicodeslot=0x00A9,
+ unicodeslot=0xA9,
},
{
adobename="ordfeminine",
@@ -1766,8 +1773,8 @@ characters.data={
description="FEMININE ORDINAL INDICATOR",
direction="l",
linebreak="ai",
- specials={ "super", 0x0061 },
- unicodeslot=0x00AA,
+ specials={ "super", 0x61 },
+ unicodeslot=0xAA,
},
{
adobename="guillemotleft",
@@ -1776,9 +1783,9 @@ characters.data={
description="LEFT-POINTING DOUBLE ANGLE QUOTATION MARK",
direction="on",
linebreak="qu",
- mirror=0x00BB,
+ mirror=0xBB,
textclass="open",
- unicodeslot=0x00AB,
+ unicodeslot=0xAB,
},
{
adobename="logicalnot",
@@ -1798,7 +1805,7 @@ characters.data={
name="neg",
},
},
- unicodeslot=0x00AC,
+ unicodeslot=0xAC,
},
{
adobename="softhyphen",
@@ -1808,7 +1815,7 @@ characters.data={
description="SOFT HYPHEN",
direction="bn",
linebreak="ba",
- unicodeslot=0x00AD,
+ unicodeslot=0xAD,
},
{
adobename="registered",
@@ -1818,7 +1825,7 @@ characters.data={
description="REGISTERED SIGN",
direction="on",
linebreak="al",
- unicodeslot=0x00AE,
+ unicodeslot=0xAE,
},
{
adobename="macron",
@@ -1829,9 +1836,11 @@ characters.data={
direction="on",
linebreak="al",
mathclass="topaccent",
+ mathfiller="barfill",
+ mathmleq=0x203E,
mathname="bar",
- specials={ "compat", 0x0020, 0x0304 },
- unicodeslot=0x00AF,
+ specials={ "compat", 0x20, 0x304 },
+ unicodeslot=0xAF,
},
{
adobename="degree",
@@ -1841,7 +1850,7 @@ characters.data={
description="DEGREE SIGN",
direction="et",
linebreak="po",
- unicodeslot=0x00B0,
+ unicodeslot=0xB0,
},
{
adobename="plusminus",
@@ -1853,7 +1862,7 @@ characters.data={
linebreak="pr",
mathclass="binary",
mathname="pm",
- unicodeslot=0x00B1,
+ unicodeslot=0xB1,
},
{
adobename="twosuperior",
@@ -1863,8 +1872,8 @@ characters.data={
description="SUPERSCRIPT TWO",
direction="en",
linebreak="ai",
- specials={ "super", 0x0032 },
- unicodeslot=0x00B2,
+ specials={ "super", 0x32 },
+ unicodeslot=0xB2,
},
{
adobename="threesuperior",
@@ -1874,8 +1883,8 @@ characters.data={
description="SUPERSCRIPT THREE",
direction="en",
linebreak="ai",
- specials={ "super", 0x0033 },
- unicodeslot=0x00B3,
+ specials={ "super", 0x33 },
+ unicodeslot=0xB3,
},
{
adobename="acute",
@@ -1887,8 +1896,8 @@ characters.data={
linebreak="bb",
mathclass="topaccent",
mathname="acute",
- specials={ "compat", 0x0020, 0x0301 },
- unicodeslot=0x00B4,
+ specials={ "compat", 0x20, 0x301 },
+ unicodeslot=0xB4,
},
{
adobename="mu1",
@@ -1897,9 +1906,9 @@ characters.data={
description="MICRO SIGN",
direction="l",
linebreak="al",
- specials={ "compat", 0x03BC },
- uccode=0x039C,
- unicodeslot=0x00B5,
+ specials={ "compat", 0x3BC },
+ uccode=0x39C,
+ unicodeslot=0xB5,
},
{
adobename="paragraph",
@@ -1911,7 +1920,7 @@ characters.data={
linebreak="ai",
mathclass="box",
mathname="P",
- unicodeslot=0x00B6,
+ unicodeslot=0xB6,
},
{
adobename="periodcentered",
@@ -1923,7 +1932,7 @@ characters.data={
linebreak="ai",
mathclass="binary",
mathname="centerdot",
- unicodeslot=0x00B7,
+ unicodeslot=0xB7,
},
{
adobename="cedilla",
@@ -1933,8 +1942,8 @@ characters.data={
description="CEDILLA",
direction="on",
linebreak="ai",
- specials={ "compat", 0x0020, 0x0327 },
- unicodeslot=0x00B8,
+ specials={ "compat", 0x20, 0x327 },
+ unicodeslot=0xB8,
},
{
adobename="onesuperior",
@@ -1944,8 +1953,8 @@ characters.data={
description="SUPERSCRIPT ONE",
direction="en",
linebreak="ai",
- specials={ "super", 0x0031 },
- unicodeslot=0x00B9,
+ specials={ "super", 0x31 },
+ unicodeslot=0xB9,
},
{
adobename="ordmasculine",
@@ -1955,8 +1964,8 @@ characters.data={
description="MASCULINE ORDINAL INDICATOR",
direction="l",
linebreak="ai",
- specials={ "super", 0x006F },
- unicodeslot=0x00BA,
+ specials={ "super", 0x6F },
+ unicodeslot=0xBA,
},
{
adobename="guillemotright",
@@ -1965,9 +1974,9 @@ characters.data={
description="RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK",
direction="on",
linebreak="qu",
- mirror=0x00AB,
+ mirror=0xAB,
textclass="close",
- unicodeslot=0x00BB,
+ unicodeslot=0xBB,
},
{
adobename="onequarter",
@@ -1977,8 +1986,8 @@ characters.data={
description="VULGAR FRACTION ONE QUARTER",
direction="on",
linebreak="ai",
- specials={ "fraction", 0x0031, 0x2044, 0x0034 },
- unicodeslot=0x00BC,
+ specials={ "fraction", 0x31, 0x2044, 0x34 },
+ unicodeslot=0xBC,
},
{
adobename="onehalf",
@@ -1988,8 +1997,8 @@ characters.data={
description="VULGAR FRACTION ONE HALF",
direction="on",
linebreak="ai",
- specials={ "fraction", 0x0031, 0x2044, 0x0032 },
- unicodeslot=0x00BD,
+ specials={ "fraction", 0x31, 0x2044, 0x32 },
+ unicodeslot=0xBD,
},
{
adobename="threequarters",
@@ -1999,8 +2008,8 @@ characters.data={
description="VULGAR FRACTION THREE QUARTERS",
direction="on",
linebreak="ai",
- specials={ "fraction", 0x0033, 0x2044, 0x0034 },
- unicodeslot=0x00BE,
+ specials={ "fraction", 0x33, 0x2044, 0x34 },
+ unicodeslot=0xBE,
},
{
adobename="questiondown",
@@ -2010,7 +2019,7 @@ characters.data={
description="INVERTED QUESTION MARK",
direction="on",
linebreak="op",
- unicodeslot=0x00BF,
+ unicodeslot=0xBF,
},
{
adobename="Agrave",
@@ -2018,11 +2027,11 @@ characters.data={
contextname="Agrave",
description="LATIN CAPITAL LETTER A WITH GRAVE",
direction="l",
- lccode=0x00E0,
+ lccode=0xE0,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x0041, 0x0300 },
- unicodeslot=0x00C0,
+ shcode=0x41,
+ specials={ "char", 0x41, 0x300 },
+ unicodeslot=0xC0,
},
{
adobename="Aacute",
@@ -2030,11 +2039,11 @@ characters.data={
contextname="Aacute",
description="LATIN CAPITAL LETTER A WITH ACUTE",
direction="l",
- lccode=0x00E1,
+ lccode=0xE1,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x0041, 0x0301 },
- unicodeslot=0x00C1,
+ shcode=0x41,
+ specials={ "char", 0x41, 0x301 },
+ unicodeslot=0xC1,
},
{
adobename="Acircumflex",
@@ -2042,11 +2051,11 @@ characters.data={
contextname="Acircumflex",
description="LATIN CAPITAL LETTER A WITH CIRCUMFLEX",
direction="l",
- lccode=0x00E2,
+ lccode=0xE2,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x0041, 0x0302 },
- unicodeslot=0x00C2,
+ shcode=0x41,
+ specials={ "char", 0x41, 0x302 },
+ unicodeslot=0xC2,
},
{
adobename="Atilde",
@@ -2054,11 +2063,11 @@ characters.data={
contextname="Atilde",
description="LATIN CAPITAL LETTER A WITH TILDE",
direction="l",
- lccode=0x00E3,
+ lccode=0xE3,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x0041, 0x0303 },
- unicodeslot=0x00C3,
+ shcode=0x41,
+ specials={ "char", 0x41, 0x303 },
+ unicodeslot=0xC3,
},
{
adobename="Adieresis",
@@ -2066,11 +2075,11 @@ characters.data={
contextname="Adiaeresis",
description="LATIN CAPITAL LETTER A WITH DIAERESIS",
direction="l",
- lccode=0x00E4,
+ lccode=0xE4,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x0041, 0x0308 },
- unicodeslot=0x00C4,
+ shcode=0x41,
+ specials={ "char", 0x41, 0x308 },
+ unicodeslot=0xC4,
},
{
adobename="Aring",
@@ -2078,11 +2087,11 @@ characters.data={
contextname="Aring",
description="LATIN CAPITAL LETTER A WITH RING ABOVE",
direction="l",
- lccode=0x00E5,
+ lccode=0xE5,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x0041, 0x030A },
- unicodeslot=0x00C5,
+ shcode=0x41,
+ specials={ "char", 0x41, 0x30A },
+ unicodeslot=0xC5,
},
{
adobename="AE",
@@ -2091,10 +2100,10 @@ characters.data={
contextname="AEligature",
description="LATIN CAPITAL LETTER AE",
direction="l",
- lccode=0x00E6,
+ lccode=0xE6,
linebreak="al",
- shcode={ 0x0041, 0x0045 },
- unicodeslot=0x00C6,
+ shcode={ 0x41, 0x45 },
+ unicodeslot=0xC6,
},
{
adobename="Ccedilla",
@@ -2102,11 +2111,11 @@ characters.data={
contextname="Ccedilla",
description="LATIN CAPITAL LETTER C WITH CEDILLA",
direction="l",
- lccode=0x00E7,
+ lccode=0xE7,
linebreak="al",
- shcode=0x0043,
- specials={ "char", 0x0043, 0x0327 },
- unicodeslot=0x00C7,
+ shcode=0x43,
+ specials={ "char", 0x43, 0x327 },
+ unicodeslot=0xC7,
},
{
adobename="Egrave",
@@ -2114,11 +2123,11 @@ characters.data={
contextname="Egrave",
description="LATIN CAPITAL LETTER E WITH GRAVE",
direction="l",
- lccode=0x00E8,
+ lccode=0xE8,
linebreak="al",
- shcode=0x0045,
- specials={ "char", 0x0045, 0x0300 },
- unicodeslot=0x00C8,
+ shcode=0x45,
+ specials={ "char", 0x45, 0x300 },
+ unicodeslot=0xC8,
},
{
adobename="Eacute",
@@ -2126,11 +2135,11 @@ characters.data={
contextname="Eacute",
description="LATIN CAPITAL LETTER E WITH ACUTE",
direction="l",
- lccode=0x00E9,
+ lccode=0xE9,
linebreak="al",
- shcode=0x0045,
- specials={ "char", 0x0045, 0x0301 },
- unicodeslot=0x00C9,
+ shcode=0x45,
+ specials={ "char", 0x45, 0x301 },
+ unicodeslot=0xC9,
},
{
adobename="Ecircumflex",
@@ -2138,11 +2147,11 @@ characters.data={
contextname="Ecircumflex",
description="LATIN CAPITAL LETTER E WITH CIRCUMFLEX",
direction="l",
- lccode=0x00EA,
+ lccode=0xEA,
linebreak="al",
- shcode=0x0045,
- specials={ "char", 0x0045, 0x0302 },
- unicodeslot=0x00CA,
+ shcode=0x45,
+ specials={ "char", 0x45, 0x302 },
+ unicodeslot=0xCA,
},
{
adobename="Edieresis",
@@ -2150,11 +2159,11 @@ characters.data={
contextname="Ediaeresis",
description="LATIN CAPITAL LETTER E WITH DIAERESIS",
direction="l",
- lccode=0x00EB,
+ lccode=0xEB,
linebreak="al",
- shcode=0x0045,
- specials={ "char", 0x0045, 0x0308 },
- unicodeslot=0x00CB,
+ shcode=0x45,
+ specials={ "char", 0x45, 0x308 },
+ unicodeslot=0xCB,
},
{
adobename="Igrave",
@@ -2162,11 +2171,11 @@ characters.data={
contextname="Igrave",
description="LATIN CAPITAL LETTER I WITH GRAVE",
direction="l",
- lccode=0x00EC,
+ lccode=0xEC,
linebreak="al",
- shcode=0x0049,
- specials={ "char", 0x0049, 0x0300 },
- unicodeslot=0x00CC,
+ shcode=0x49,
+ specials={ "char", 0x49, 0x300 },
+ unicodeslot=0xCC,
},
{
adobename="Iacute",
@@ -2174,11 +2183,11 @@ characters.data={
contextname="Iacute",
description="LATIN CAPITAL LETTER I WITH ACUTE",
direction="l",
- lccode=0x00ED,
+ lccode=0xED,
linebreak="al",
- shcode=0x0049,
- specials={ "char", 0x0049, 0x0301 },
- unicodeslot=0x00CD,
+ shcode=0x49,
+ specials={ "char", 0x49, 0x301 },
+ unicodeslot=0xCD,
},
{
adobename="Icircumflex",
@@ -2186,11 +2195,11 @@ characters.data={
contextname="Icircumflex",
description="LATIN CAPITAL LETTER I WITH CIRCUMFLEX",
direction="l",
- lccode=0x00EE,
+ lccode=0xEE,
linebreak="al",
- shcode=0x0049,
- specials={ "char", 0x0049, 0x0302 },
- unicodeslot=0x00CE,
+ shcode=0x49,
+ specials={ "char", 0x49, 0x302 },
+ unicodeslot=0xCE,
},
{
adobename="Idieresis",
@@ -2198,11 +2207,11 @@ characters.data={
contextname="Idiaeresis",
description="LATIN CAPITAL LETTER I WITH DIAERESIS",
direction="l",
- lccode=0x00EF,
+ lccode=0xEF,
linebreak="al",
- shcode=0x0049,
- specials={ "char", 0x0049, 0x0308 },
- unicodeslot=0x00CF,
+ shcode=0x49,
+ specials={ "char", 0x49, 0x308 },
+ unicodeslot=0xCF,
},
{
adobename="Eth",
@@ -2211,9 +2220,9 @@ characters.data={
contextname="Eth",
description="LATIN CAPITAL LETTER ETH",
direction="l",
- lccode=0x00F0,
+ lccode=0xF0,
linebreak="al",
- unicodeslot=0x00D0,
+ unicodeslot=0xD0,
},
{
adobename="Ntilde",
@@ -2221,11 +2230,11 @@ characters.data={
contextname="Ntilde",
description="LATIN CAPITAL LETTER N WITH TILDE",
direction="l",
- lccode=0x00F1,
+ lccode=0xF1,
linebreak="al",
- shcode=0x004E,
- specials={ "char", 0x004E, 0x0303 },
- unicodeslot=0x00D1,
+ shcode=0x4E,
+ specials={ "char", 0x4E, 0x303 },
+ unicodeslot=0xD1,
},
{
adobename="Ograve",
@@ -2233,11 +2242,11 @@ characters.data={
contextname="Ograve",
description="LATIN CAPITAL LETTER O WITH GRAVE",
direction="l",
- lccode=0x00F2,
+ lccode=0xF2,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x004F, 0x0300 },
- unicodeslot=0x00D2,
+ shcode=0x4F,
+ specials={ "char", 0x4F, 0x300 },
+ unicodeslot=0xD2,
},
{
adobename="Oacute",
@@ -2245,11 +2254,11 @@ characters.data={
contextname="Oacute",
description="LATIN CAPITAL LETTER O WITH ACUTE",
direction="l",
- lccode=0x00F3,
+ lccode=0xF3,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x004F, 0x0301 },
- unicodeslot=0x00D3,
+ shcode=0x4F,
+ specials={ "char", 0x4F, 0x301 },
+ unicodeslot=0xD3,
},
{
adobename="Ocircumflex",
@@ -2257,11 +2266,11 @@ characters.data={
contextname="Ocircumflex",
description="LATIN CAPITAL LETTER O WITH CIRCUMFLEX",
direction="l",
- lccode=0x00F4,
+ lccode=0xF4,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x004F, 0x0302 },
- unicodeslot=0x00D4,
+ shcode=0x4F,
+ specials={ "char", 0x4F, 0x302 },
+ unicodeslot=0xD4,
},
{
adobename="Otilde",
@@ -2269,11 +2278,11 @@ characters.data={
contextname="Otilde",
description="LATIN CAPITAL LETTER O WITH TILDE",
direction="l",
- lccode=0x00F5,
+ lccode=0xF5,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x004F, 0x0303 },
- unicodeslot=0x00D5,
+ shcode=0x4F,
+ specials={ "char", 0x4F, 0x303 },
+ unicodeslot=0xD5,
},
{
adobename="Odieresis",
@@ -2281,11 +2290,11 @@ characters.data={
contextname="Odiaeresis",
description="LATIN CAPITAL LETTER O WITH DIAERESIS",
direction="l",
- lccode=0x00F6,
+ lccode=0xF6,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x004F, 0x0308 },
- unicodeslot=0x00D6,
+ shcode=0x4F,
+ specials={ "char", 0x4F, 0x308 },
+ unicodeslot=0xD6,
},
{
adobename="multiply",
@@ -2297,7 +2306,7 @@ characters.data={
linebreak="ai",
mathclass="binary",
mathname="times",
- unicodeslot=0x00D7,
+ unicodeslot=0xD7,
},
{
adobename="Oslash",
@@ -2306,10 +2315,10 @@ characters.data={
contextname="Ostroke",
description="LATIN CAPITAL LETTER O WITH STROKE",
direction="l",
- lccode=0x00F8,
+ lccode=0xF8,
linebreak="al",
- shcode=0x004F,
- unicodeslot=0x00D8,
+ shcode=0x4F,
+ unicodeslot=0xD8,
},
{
adobename="Ugrave",
@@ -2317,11 +2326,11 @@ characters.data={
contextname="Ugrave",
description="LATIN CAPITAL LETTER U WITH GRAVE",
direction="l",
- lccode=0x00F9,
+ lccode=0xF9,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x0055, 0x0300 },
- unicodeslot=0x00D9,
+ shcode=0x55,
+ specials={ "char", 0x55, 0x300 },
+ unicodeslot=0xD9,
},
{
adobename="Uacute",
@@ -2329,11 +2338,11 @@ characters.data={
contextname="Uacute",
description="LATIN CAPITAL LETTER U WITH ACUTE",
direction="l",
- lccode=0x00FA,
+ lccode=0xFA,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x0055, 0x0301 },
- unicodeslot=0x00DA,
+ shcode=0x55,
+ specials={ "char", 0x55, 0x301 },
+ unicodeslot=0xDA,
},
{
adobename="Ucircumflex",
@@ -2341,11 +2350,11 @@ characters.data={
contextname="Ucircumflex",
description="LATIN CAPITAL LETTER U WITH CIRCUMFLEX",
direction="l",
- lccode=0x00FB,
+ lccode=0xFB,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x0055, 0x0302 },
- unicodeslot=0x00DB,
+ shcode=0x55,
+ specials={ "char", 0x55, 0x302 },
+ unicodeslot=0xDB,
},
{
adobename="Udieresis",
@@ -2353,11 +2362,11 @@ characters.data={
contextname="Udiaeresis",
description="LATIN CAPITAL LETTER U WITH DIAERESIS",
direction="l",
- lccode=0x00FC,
+ lccode=0xFC,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x0055, 0x0308 },
- unicodeslot=0x00DC,
+ shcode=0x55,
+ specials={ "char", 0x55, 0x308 },
+ unicodeslot=0xDC,
},
{
adobename="Yacute",
@@ -2365,11 +2374,11 @@ characters.data={
contextname="Yacute",
description="LATIN CAPITAL LETTER Y WITH ACUTE",
direction="l",
- lccode=0x00FD,
+ lccode=0xFD,
linebreak="al",
- shcode=0x0059,
- specials={ "char", 0x0059, 0x0301 },
- unicodeslot=0x00DD,
+ shcode=0x59,
+ specials={ "char", 0x59, 0x301 },
+ unicodeslot=0xDD,
},
{
adobename="Thorn",
@@ -2378,9 +2387,9 @@ characters.data={
contextname="Thorn",
description="LATIN CAPITAL LETTER THORN",
direction="l",
- lccode=0x00FE,
+ lccode=0xFE,
linebreak="al",
- unicodeslot=0x00DE,
+ unicodeslot=0xDE,
},
{
adobename="germandbls",
@@ -2390,8 +2399,9 @@ characters.data={
description="LATIN SMALL LETTER SHARP S",
direction="l",
linebreak="al",
- uccode={ 0x0053, 0x0053 },
- unicodeslot=0x00DF,
+ shcode={ 0x73, 0x73 },
+ uccode={ 0x53, 0x53 },
+ unicodeslot=0xDF,
},
{
adobename="agrave",
@@ -2401,10 +2411,10 @@ characters.data={
description="LATIN SMALL LETTER A WITH GRAVE",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x0061, 0x0300 },
- uccode=0x00C0,
- unicodeslot=0x00E0,
+ shcode=0x61,
+ specials={ "char", 0x61, 0x300 },
+ uccode=0xC0,
+ unicodeslot=0xE0,
},
{
adobename="aacute",
@@ -2414,10 +2424,10 @@ characters.data={
description="LATIN SMALL LETTER A WITH ACUTE",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x0061, 0x0301 },
- uccode=0x00C1,
- unicodeslot=0x00E1,
+ shcode=0x61,
+ specials={ "char", 0x61, 0x301 },
+ uccode=0xC1,
+ unicodeslot=0xE1,
},
{
adobename="acircumflex",
@@ -2426,10 +2436,10 @@ characters.data={
description="LATIN SMALL LETTER A WITH CIRCUMFLEX",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x0061, 0x0302 },
- uccode=0x00C2,
- unicodeslot=0x00E2,
+ shcode=0x61,
+ specials={ "char", 0x61, 0x302 },
+ uccode=0xC2,
+ unicodeslot=0xE2,
},
{
adobename="atilde",
@@ -2438,10 +2448,10 @@ characters.data={
description="LATIN SMALL LETTER A WITH TILDE",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x0061, 0x0303 },
- uccode=0x00C3,
- unicodeslot=0x00E3,
+ shcode=0x61,
+ specials={ "char", 0x61, 0x303 },
+ uccode=0xC3,
+ unicodeslot=0xE3,
},
{
adobename="adieresis",
@@ -2450,10 +2460,10 @@ characters.data={
description="LATIN SMALL LETTER A WITH DIAERESIS",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x0061, 0x0308 },
- uccode=0x00C4,
- unicodeslot=0x00E4,
+ shcode=0x61,
+ specials={ "char", 0x61, 0x308 },
+ uccode=0xC4,
+ unicodeslot=0xE4,
},
{
adobename="aring",
@@ -2462,10 +2472,10 @@ characters.data={
description="LATIN SMALL LETTER A WITH RING ABOVE",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x0061, 0x030A },
- uccode=0x00C5,
- unicodeslot=0x00E5,
+ shcode=0x61,
+ specials={ "char", 0x61, 0x30A },
+ uccode=0xC5,
+ unicodeslot=0xE5,
},
{
adobename="ae",
@@ -2475,9 +2485,9 @@ characters.data={
description="LATIN SMALL LETTER AE",
direction="l",
linebreak="al",
- shcode={ 0x0061, 0x0065 },
- uccode=0x00C6,
- unicodeslot=0x00E6,
+ shcode={ 0x61, 0x65 },
+ uccode=0xC6,
+ unicodeslot=0xE6,
},
{
adobename="ccedilla",
@@ -2486,10 +2496,10 @@ characters.data={
description="LATIN SMALL LETTER C WITH CEDILLA",
direction="l",
linebreak="al",
- shcode=0x0063,
- specials={ "char", 0x0063, 0x0327 },
- uccode=0x00C7,
- unicodeslot=0x00E7,
+ shcode=0x63,
+ specials={ "char", 0x63, 0x327 },
+ uccode=0xC7,
+ unicodeslot=0xE7,
},
{
adobename="egrave",
@@ -2499,10 +2509,10 @@ characters.data={
description="LATIN SMALL LETTER E WITH GRAVE",
direction="l",
linebreak="al",
- shcode=0x0065,
- specials={ "char", 0x0065, 0x0300 },
- uccode=0x00C8,
- unicodeslot=0x00E8,
+ shcode=0x65,
+ specials={ "char", 0x65, 0x300 },
+ uccode=0xC8,
+ unicodeslot=0xE8,
},
{
adobename="eacute",
@@ -2512,10 +2522,10 @@ characters.data={
description="LATIN SMALL LETTER E WITH ACUTE",
direction="l",
linebreak="al",
- shcode=0x0065,
- specials={ "char", 0x0065, 0x0301 },
- uccode=0x00C9,
- unicodeslot=0x00E9,
+ shcode=0x65,
+ specials={ "char", 0x65, 0x301 },
+ uccode=0xC9,
+ unicodeslot=0xE9,
},
{
adobename="ecircumflex",
@@ -2525,10 +2535,10 @@ characters.data={
description="LATIN SMALL LETTER E WITH CIRCUMFLEX",
direction="l",
linebreak="al",
- shcode=0x0065,
- specials={ "char", 0x0065, 0x0302 },
- uccode=0x00CA,
- unicodeslot=0x00EA,
+ shcode=0x65,
+ specials={ "char", 0x65, 0x302 },
+ uccode=0xCA,
+ unicodeslot=0xEA,
},
{
adobename="edieresis",
@@ -2537,10 +2547,10 @@ characters.data={
description="LATIN SMALL LETTER E WITH DIAERESIS",
direction="l",
linebreak="al",
- shcode=0x0065,
- specials={ "char", 0x0065, 0x0308 },
- uccode=0x00CB,
- unicodeslot=0x00EB,
+ shcode=0x65,
+ specials={ "char", 0x65, 0x308 },
+ uccode=0xCB,
+ unicodeslot=0xEB,
},
{
adobename="igrave",
@@ -2550,10 +2560,10 @@ characters.data={
description="LATIN SMALL LETTER I WITH GRAVE",
direction="l",
linebreak="al",
- shcode=0x0069,
- specials={ "char", 0x0069, 0x0300 },
- uccode=0x00CC,
- unicodeslot=0x00EC,
+ shcode=0x69,
+ specials={ "char", 0x69, 0x300 },
+ uccode=0xCC,
+ unicodeslot=0xEC,
},
{
adobename="iacute",
@@ -2563,10 +2573,10 @@ characters.data={
description="LATIN SMALL LETTER I WITH ACUTE",
direction="l",
linebreak="al",
- shcode=0x0069,
- specials={ "char", 0x0069, 0x0301 },
- uccode=0x00CD,
- unicodeslot=0x00ED,
+ shcode=0x69,
+ specials={ "char", 0x69, 0x301 },
+ uccode=0xCD,
+ unicodeslot=0xED,
},
{
adobename="icircumflex",
@@ -2575,10 +2585,10 @@ characters.data={
description="LATIN SMALL LETTER I WITH CIRCUMFLEX",
direction="l",
linebreak="al",
- shcode=0x0069,
- specials={ "char", 0x0069, 0x0302 },
- uccode=0x00CE,
- unicodeslot=0x00EE,
+ shcode=0x69,
+ specials={ "char", 0x69, 0x302 },
+ uccode=0xCE,
+ unicodeslot=0xEE,
},
{
adobename="idieresis",
@@ -2587,10 +2597,10 @@ characters.data={
description="LATIN SMALL LETTER I WITH DIAERESIS",
direction="l",
linebreak="al",
- shcode=0x0069,
- specials={ "char", 0x0069, 0x0308 },
- uccode=0x00CF,
- unicodeslot=0x00EF,
+ shcode=0x69,
+ specials={ "char", 0x69, 0x308 },
+ uccode=0xCF,
+ unicodeslot=0xEF,
},
{
adobename="eth",
@@ -2602,8 +2612,8 @@ characters.data={
linebreak="al",
mathclass="ordinary",
mathname="eth",
- uccode=0x00D0,
- unicodeslot=0x00F0,
+ uccode=0xD0,
+ unicodeslot=0xF0,
},
{
adobename="ntilde",
@@ -2612,10 +2622,10 @@ characters.data={
description="LATIN SMALL LETTER N WITH TILDE",
direction="l",
linebreak="al",
- shcode=0x006E,
- specials={ "char", 0x006E, 0x0303 },
- uccode=0x00D1,
- unicodeslot=0x00F1,
+ shcode=0x6E,
+ specials={ "char", 0x6E, 0x303 },
+ uccode=0xD1,
+ unicodeslot=0xF1,
},
{
adobename="ograve",
@@ -2625,10 +2635,10 @@ characters.data={
description="LATIN SMALL LETTER O WITH GRAVE",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x006F, 0x0300 },
- uccode=0x00D2,
- unicodeslot=0x00F2,
+ shcode=0x6F,
+ specials={ "char", 0x6F, 0x300 },
+ uccode=0xD2,
+ unicodeslot=0xF2,
},
{
adobename="oacute",
@@ -2638,10 +2648,10 @@ characters.data={
description="LATIN SMALL LETTER O WITH ACUTE",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x006F, 0x0301 },
- uccode=0x00D3,
- unicodeslot=0x00F3,
+ shcode=0x6F,
+ specials={ "char", 0x6F, 0x301 },
+ uccode=0xD3,
+ unicodeslot=0xF3,
},
{
adobename="ocircumflex",
@@ -2650,10 +2660,10 @@ characters.data={
description="LATIN SMALL LETTER O WITH CIRCUMFLEX",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x006F, 0x0302 },
- uccode=0x00D4,
- unicodeslot=0x00F4,
+ shcode=0x6F,
+ specials={ "char", 0x6F, 0x302 },
+ uccode=0xD4,
+ unicodeslot=0xF4,
},
{
adobename="otilde",
@@ -2662,10 +2672,10 @@ characters.data={
description="LATIN SMALL LETTER O WITH TILDE",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x006F, 0x0303 },
- uccode=0x00D5,
- unicodeslot=0x00F5,
+ shcode=0x6F,
+ specials={ "char", 0x6F, 0x303 },
+ uccode=0xD5,
+ unicodeslot=0xF5,
},
{
adobename="odieresis",
@@ -2674,10 +2684,10 @@ characters.data={
description="LATIN SMALL LETTER O WITH DIAERESIS",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x006F, 0x0308 },
- uccode=0x00D6,
- unicodeslot=0x00F6,
+ shcode=0x6F,
+ specials={ "char", 0x6F, 0x308 },
+ uccode=0xD6,
+ unicodeslot=0xF6,
},
{
adobename="divide",
@@ -2689,7 +2699,7 @@ characters.data={
linebreak="ai",
mathclass="binary",
mathname="div",
- unicodeslot=0x00F7,
+ unicodeslot=0xF7,
},
{
adobename="oslash",
@@ -2699,9 +2709,9 @@ characters.data={
description="LATIN SMALL LETTER O WITH STROKE",
direction="l",
linebreak="al",
- shcode=0x006F,
- uccode=0x00D8,
- unicodeslot=0x00F8,
+ shcode=0x6F,
+ uccode=0xD8,
+ unicodeslot=0xF8,
},
{
adobename="ugrave",
@@ -2711,10 +2721,10 @@ characters.data={
description="LATIN SMALL LETTER U WITH GRAVE",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x0075, 0x0300 },
- uccode=0x00D9,
- unicodeslot=0x00F9,
+ shcode=0x75,
+ specials={ "char", 0x75, 0x300 },
+ uccode=0xD9,
+ unicodeslot=0xF9,
},
{
adobename="uacute",
@@ -2724,10 +2734,10 @@ characters.data={
description="LATIN SMALL LETTER U WITH ACUTE",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x0075, 0x0301 },
- uccode=0x00DA,
- unicodeslot=0x00FA,
+ shcode=0x75,
+ specials={ "char", 0x75, 0x301 },
+ uccode=0xDA,
+ unicodeslot=0xFA,
},
{
adobename="ucircumflex",
@@ -2736,10 +2746,10 @@ characters.data={
description="LATIN SMALL LETTER U WITH CIRCUMFLEX",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x0075, 0x0302 },
- uccode=0x00DB,
- unicodeslot=0x00FB,
+ shcode=0x75,
+ specials={ "char", 0x75, 0x302 },
+ uccode=0xDB,
+ unicodeslot=0xFB,
},
{
adobename="udieresis",
@@ -2749,10 +2759,10 @@ characters.data={
description="LATIN SMALL LETTER U WITH DIAERESIS",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x0075, 0x0308 },
- uccode=0x00DC,
- unicodeslot=0x00FC,
+ shcode=0x75,
+ specials={ "char", 0x75, 0x308 },
+ uccode=0xDC,
+ unicodeslot=0xFC,
},
{
adobename="yacute",
@@ -2761,10 +2771,10 @@ characters.data={
description="LATIN SMALL LETTER Y WITH ACUTE",
direction="l",
linebreak="al",
- shcode=0x0079,
- specials={ "char", 0x0079, 0x0301 },
- uccode=0x00DD,
- unicodeslot=0x00FD,
+ shcode=0x79,
+ specials={ "char", 0x79, 0x301 },
+ uccode=0xDD,
+ unicodeslot=0xFD,
},
{
adobename="thorn",
@@ -2774,8 +2784,8 @@ characters.data={
description="LATIN SMALL LETTER THORN",
direction="l",
linebreak="al",
- uccode=0x00DE,
- unicodeslot=0x00FE,
+ uccode=0xDE,
+ unicodeslot=0xFE,
},
{
adobename="ydieresis",
@@ -2784,10 +2794,10 @@ characters.data={
description="LATIN SMALL LETTER Y WITH DIAERESIS",
direction="l",
linebreak="al",
- shcode=0x0079,
- specials={ "char", 0x0079, 0x0308 },
- uccode=0x0178,
- unicodeslot=0x00FF,
+ shcode=0x79,
+ specials={ "char", 0x79, 0x308 },
+ uccode=0x178,
+ unicodeslot=0xFF,
},
{
adobename="Amacron",
@@ -2795,11 +2805,11 @@ characters.data={
contextname="Amacron",
description="LATIN CAPITAL LETTER A WITH MACRON",
direction="l",
- lccode=0x0101,
+ lccode=0x101,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x0041, 0x0304 },
- unicodeslot=0x0100,
+ shcode=0x41,
+ specials={ "char", 0x41, 0x304 },
+ unicodeslot=0x100,
},
{
adobename="amacron",
@@ -2809,10 +2819,10 @@ characters.data={
description="LATIN SMALL LETTER A WITH MACRON",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x0061, 0x0304 },
- uccode=0x0100,
- unicodeslot=0x0101,
+ shcode=0x61,
+ specials={ "char", 0x61, 0x304 },
+ uccode=0x100,
+ unicodeslot=0x101,
},
{
adobename="Abreve",
@@ -2820,11 +2830,11 @@ characters.data={
contextname="Abreve",
description="LATIN CAPITAL LETTER A WITH BREVE",
direction="l",
- lccode=0x0103,
+ lccode=0x103,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x0041, 0x0306 },
- unicodeslot=0x0102,
+ shcode=0x41,
+ specials={ "char", 0x41, 0x306 },
+ unicodeslot=0x102,
},
{
adobename="abreve",
@@ -2833,10 +2843,10 @@ characters.data={
description="LATIN SMALL LETTER A WITH BREVE",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x0061, 0x0306 },
- uccode=0x0102,
- unicodeslot=0x0103,
+ shcode=0x61,
+ specials={ "char", 0x61, 0x306 },
+ uccode=0x102,
+ unicodeslot=0x103,
},
{
adobename="Aogonek",
@@ -2844,11 +2854,11 @@ characters.data={
contextname="Aogonek",
description="LATIN CAPITAL LETTER A WITH OGONEK",
direction="l",
- lccode=0x0105,
+ lccode=0x105,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x0041, 0x0328 },
- unicodeslot=0x0104,
+ shcode=0x41,
+ specials={ "char", 0x41, 0x328 },
+ unicodeslot=0x104,
},
{
adobename="aogonek",
@@ -2857,10 +2867,10 @@ characters.data={
description="LATIN SMALL LETTER A WITH OGONEK",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x0061, 0x0328 },
- uccode=0x0104,
- unicodeslot=0x0105,
+ shcode=0x61,
+ specials={ "char", 0x61, 0x328 },
+ uccode=0x104,
+ unicodeslot=0x105,
},
{
adobename="Cacute",
@@ -2868,11 +2878,11 @@ characters.data={
contextname="Cacute",
description="LATIN CAPITAL LETTER C WITH ACUTE",
direction="l",
- lccode=0x0107,
+ lccode=0x107,
linebreak="al",
- shcode=0x0043,
- specials={ "char", 0x0043, 0x0301 },
- unicodeslot=0x0106,
+ shcode=0x43,
+ specials={ "char", 0x43, 0x301 },
+ unicodeslot=0x106,
},
{
adobename="cacute",
@@ -2881,10 +2891,10 @@ characters.data={
description="LATIN SMALL LETTER C WITH ACUTE",
direction="l",
linebreak="al",
- shcode=0x0063,
- specials={ "char", 0x0063, 0x0301 },
- uccode=0x0106,
- unicodeslot=0x0107,
+ shcode=0x63,
+ specials={ "char", 0x63, 0x301 },
+ uccode=0x106,
+ unicodeslot=0x107,
},
{
adobename="Ccircumflex",
@@ -2892,11 +2902,11 @@ characters.data={
contextname="Ccircumflex",
description="LATIN CAPITAL LETTER C WITH CIRCUMFLEX",
direction="l",
- lccode=0x0109,
+ lccode=0x109,
linebreak="al",
- shcode=0x0043,
- specials={ "char", 0x0043, 0x0302 },
- unicodeslot=0x0108,
+ shcode=0x43,
+ specials={ "char", 0x43, 0x302 },
+ unicodeslot=0x108,
},
{
adobename="ccircumflex",
@@ -2905,10 +2915,10 @@ characters.data={
description="LATIN SMALL LETTER C WITH CIRCUMFLEX",
direction="l",
linebreak="al",
- shcode=0x0063,
- specials={ "char", 0x0063, 0x0302 },
- uccode=0x0108,
- unicodeslot=0x0109,
+ shcode=0x63,
+ specials={ "char", 0x63, 0x302 },
+ uccode=0x108,
+ unicodeslot=0x109,
},
{
adobename="Cdotaccent",
@@ -2916,11 +2926,11 @@ characters.data={
contextname="Cdotaccent",
description="LATIN CAPITAL LETTER C WITH DOT ABOVE",
direction="l",
- lccode=0x010B,
+ lccode=0x10B,
linebreak="al",
- shcode=0x0043,
- specials={ "char", 0x0043, 0x0307 },
- unicodeslot=0x010A,
+ shcode=0x43,
+ specials={ "char", 0x43, 0x307 },
+ unicodeslot=0x10A,
},
{
adobename="cdotaccent",
@@ -2929,10 +2939,10 @@ characters.data={
description="LATIN SMALL LETTER C WITH DOT ABOVE",
direction="l",
linebreak="al",
- shcode=0x0063,
- specials={ "char", 0x0063, 0x0307 },
- uccode=0x010A,
- unicodeslot=0x010B,
+ shcode=0x63,
+ specials={ "char", 0x63, 0x307 },
+ uccode=0x10A,
+ unicodeslot=0x10B,
},
{
adobename="Ccaron",
@@ -2940,11 +2950,11 @@ characters.data={
contextname="Ccaron",
description="LATIN CAPITAL LETTER C WITH CARON",
direction="l",
- lccode=0x010D,
+ lccode=0x10D,
linebreak="al",
- shcode=0x0043,
- specials={ "char", 0x0043, 0x030C },
- unicodeslot=0x010C,
+ shcode=0x43,
+ specials={ "char", 0x43, 0x30C },
+ unicodeslot=0x10C,
},
{
adobename="ccaron",
@@ -2953,10 +2963,10 @@ characters.data={
description="LATIN SMALL LETTER C WITH CARON",
direction="l",
linebreak="al",
- shcode=0x0063,
- specials={ "char", 0x0063, 0x030C },
- uccode=0x010C,
- unicodeslot=0x010D,
+ shcode=0x63,
+ specials={ "char", 0x63, 0x30C },
+ uccode=0x10C,
+ unicodeslot=0x10D,
},
{
adobename="Dcaron",
@@ -2964,11 +2974,11 @@ characters.data={
contextname="Dcaron",
description="LATIN CAPITAL LETTER D WITH CARON",
direction="l",
- lccode=0x010F,
+ lccode=0x10F,
linebreak="al",
- shcode=0x0044,
- specials={ "char", 0x0044, 0x030C },
- unicodeslot=0x010E,
+ shcode=0x44,
+ specials={ "char", 0x44, 0x30C },
+ unicodeslot=0x10E,
},
{
adobename="dcaron",
@@ -2977,10 +2987,10 @@ characters.data={
description="LATIN SMALL LETTER D WITH CARON",
direction="l",
linebreak="al",
- shcode=0x0064,
- specials={ "char", 0x0064, 0x030C },
- uccode=0x010E,
- unicodeslot=0x010F,
+ shcode=0x64,
+ specials={ "char", 0x64, 0x30C },
+ uccode=0x10E,
+ unicodeslot=0x10F,
},
{
adobename="Dslash",
@@ -2988,10 +2998,10 @@ characters.data={
contextname="Dstroke",
description="LATIN CAPITAL LETTER D WITH STROKE",
direction="l",
- lccode=0x0111,
+ lccode=0x111,
linebreak="al",
- shcode=0x0044,
- unicodeslot=0x0110,
+ shcode=0x44,
+ unicodeslot=0x110,
},
{
adobename="dmacron",
@@ -3001,9 +3011,9 @@ characters.data={
description="LATIN SMALL LETTER D WITH STROKE",
direction="l",
linebreak="al",
- shcode=0x0064,
- uccode=0x0110,
- unicodeslot=0x0111,
+ shcode=0x64,
+ uccode=0x110,
+ unicodeslot=0x111,
},
{
adobename="Emacron",
@@ -3011,11 +3021,11 @@ characters.data={
contextname="Emacron",
description="LATIN CAPITAL LETTER E WITH MACRON",
direction="l",
- lccode=0x0113,
+ lccode=0x113,
linebreak="al",
- shcode=0x0045,
- specials={ "char", 0x0045, 0x0304 },
- unicodeslot=0x0112,
+ shcode=0x45,
+ specials={ "char", 0x45, 0x304 },
+ unicodeslot=0x112,
},
{
adobename="emacron",
@@ -3025,10 +3035,10 @@ characters.data={
description="LATIN SMALL LETTER E WITH MACRON",
direction="l",
linebreak="al",
- shcode=0x0065,
- specials={ "char", 0x0065, 0x0304 },
- uccode=0x0112,
- unicodeslot=0x0113,
+ shcode=0x65,
+ specials={ "char", 0x65, 0x304 },
+ uccode=0x112,
+ unicodeslot=0x113,
},
{
adobename="Ebreve",
@@ -3036,11 +3046,11 @@ characters.data={
contextname="Ebreve",
description="LATIN CAPITAL LETTER E WITH BREVE",
direction="l",
- lccode=0x0115,
+ lccode=0x115,
linebreak="al",
- shcode=0x0045,
- specials={ "char", 0x0045, 0x0306 },
- unicodeslot=0x0114,
+ shcode=0x45,
+ specials={ "char", 0x45, 0x306 },
+ unicodeslot=0x114,
},
{
adobename="ebreve",
@@ -3049,10 +3059,10 @@ characters.data={
description="LATIN SMALL LETTER E WITH BREVE",
direction="l",
linebreak="al",
- shcode=0x0065,
- specials={ "char", 0x0065, 0x0306 },
- uccode=0x0114,
- unicodeslot=0x0115,
+ shcode=0x65,
+ specials={ "char", 0x65, 0x306 },
+ uccode=0x114,
+ unicodeslot=0x115,
},
{
adobename="Edotaccent",
@@ -3060,11 +3070,11 @@ characters.data={
contextname="Edotaccent",
description="LATIN CAPITAL LETTER E WITH DOT ABOVE",
direction="l",
- lccode=0x0117,
+ lccode=0x117,
linebreak="al",
- shcode=0x0045,
- specials={ "char", 0x0045, 0x0307 },
- unicodeslot=0x0116,
+ shcode=0x45,
+ specials={ "char", 0x45, 0x307 },
+ unicodeslot=0x116,
},
{
adobename="edotaccent",
@@ -3073,10 +3083,10 @@ characters.data={
description="LATIN SMALL LETTER E WITH DOT ABOVE",
direction="l",
linebreak="al",
- shcode=0x0065,
- specials={ "char", 0x0065, 0x0307 },
- uccode=0x0116,
- unicodeslot=0x0117,
+ shcode=0x65,
+ specials={ "char", 0x65, 0x307 },
+ uccode=0x116,
+ unicodeslot=0x117,
},
{
adobename="Eogonek",
@@ -3084,11 +3094,11 @@ characters.data={
contextname="Eogonek",
description="LATIN CAPITAL LETTER E WITH OGONEK",
direction="l",
- lccode=0x0119,
+ lccode=0x119,
linebreak="al",
- shcode=0x0045,
- specials={ "char", 0x0045, 0x0328 },
- unicodeslot=0x0118,
+ shcode=0x45,
+ specials={ "char", 0x45, 0x328 },
+ unicodeslot=0x118,
},
{
adobename="eogonek",
@@ -3097,10 +3107,10 @@ characters.data={
description="LATIN SMALL LETTER E WITH OGONEK",
direction="l",
linebreak="al",
- shcode=0x0065,
- specials={ "char", 0x0065, 0x0328 },
- uccode=0x0118,
- unicodeslot=0x0119,
+ shcode=0x65,
+ specials={ "char", 0x65, 0x328 },
+ uccode=0x118,
+ unicodeslot=0x119,
},
{
adobename="Ecaron",
@@ -3108,11 +3118,11 @@ characters.data={
contextname="Ecaron",
description="LATIN CAPITAL LETTER E WITH CARON",
direction="l",
- lccode=0x011B,
+ lccode=0x11B,
linebreak="al",
- shcode=0x0045,
- specials={ "char", 0x0045, 0x030C },
- unicodeslot=0x011A,
+ shcode=0x45,
+ specials={ "char", 0x45, 0x30C },
+ unicodeslot=0x11A,
},
{
adobename="ecaron",
@@ -3122,10 +3132,10 @@ characters.data={
description="LATIN SMALL LETTER E WITH CARON",
direction="l",
linebreak="al",
- shcode=0x0065,
- specials={ "char", 0x0065, 0x030C },
- uccode=0x011A,
- unicodeslot=0x011B,
+ shcode=0x65,
+ specials={ "char", 0x65, 0x30C },
+ uccode=0x11A,
+ unicodeslot=0x11B,
},
{
adobename="Gcircumflex",
@@ -3133,11 +3143,11 @@ characters.data={
contextname="Gcircumflex",
description="LATIN CAPITAL LETTER G WITH CIRCUMFLEX",
direction="l",
- lccode=0x011D,
+ lccode=0x11D,
linebreak="al",
- shcode=0x0047,
- specials={ "char", 0x0047, 0x0302 },
- unicodeslot=0x011C,
+ shcode=0x47,
+ specials={ "char", 0x47, 0x302 },
+ unicodeslot=0x11C,
},
{
adobename="gcircumflex",
@@ -3146,10 +3156,10 @@ characters.data={
description="LATIN SMALL LETTER G WITH CIRCUMFLEX",
direction="l",
linebreak="al",
- shcode=0x0067,
- specials={ "char", 0x0067, 0x0302 },
- uccode=0x011C,
- unicodeslot=0x011D,
+ shcode=0x67,
+ specials={ "char", 0x67, 0x302 },
+ uccode=0x11C,
+ unicodeslot=0x11D,
},
{
adobename="Gbreve",
@@ -3157,11 +3167,11 @@ characters.data={
contextname="Gbreve",
description="LATIN CAPITAL LETTER G WITH BREVE",
direction="l",
- lccode=0x011F,
+ lccode=0x11F,
linebreak="al",
- shcode=0x0047,
- specials={ "char", 0x0047, 0x0306 },
- unicodeslot=0x011E,
+ shcode=0x47,
+ specials={ "char", 0x47, 0x306 },
+ unicodeslot=0x11E,
},
{
adobename="gbreve",
@@ -3170,10 +3180,10 @@ characters.data={
description="LATIN SMALL LETTER G WITH BREVE",
direction="l",
linebreak="al",
- shcode=0x0067,
- specials={ "char", 0x0067, 0x0306 },
- uccode=0x011E,
- unicodeslot=0x011F,
+ shcode=0x67,
+ specials={ "char", 0x67, 0x306 },
+ uccode=0x11E,
+ unicodeslot=0x11F,
},
{
adobename="Gdotaccent",
@@ -3181,11 +3191,11 @@ characters.data={
contextname="Gdotaccent",
description="LATIN CAPITAL LETTER G WITH DOT ABOVE",
direction="l",
- lccode=0x0121,
+ lccode=0x121,
linebreak="al",
- shcode=0x0047,
- specials={ "char", 0x0047, 0x0307 },
- unicodeslot=0x0120,
+ shcode=0x47,
+ specials={ "char", 0x47, 0x307 },
+ unicodeslot=0x120,
},
{
adobename="gdotaccent",
@@ -3194,10 +3204,10 @@ characters.data={
description="LATIN SMALL LETTER G WITH DOT ABOVE",
direction="l",
linebreak="al",
- shcode=0x0067,
- specials={ "char", 0x0067, 0x0307 },
- uccode=0x0120,
- unicodeslot=0x0121,
+ shcode=0x67,
+ specials={ "char", 0x67, 0x307 },
+ uccode=0x120,
+ unicodeslot=0x121,
},
{
adobename="Gcommaaccent",
@@ -3205,11 +3215,11 @@ characters.data={
contextname="Gcommaaccent",
description="LATIN CAPITAL LETTER G WITH CEDILLA",
direction="l",
- lccode=0x0123,
+ lccode=0x123,
linebreak="al",
- shcode=0x0047,
- specials={ "char", 0x0047, 0x0327 },
- unicodeslot=0x0122,
+ shcode=0x47,
+ specials={ "char", 0x47, 0x327 },
+ unicodeslot=0x122,
},
{
adobename="gcommaaccent",
@@ -3218,10 +3228,10 @@ characters.data={
description="LATIN SMALL LETTER G WITH CEDILLA",
direction="l",
linebreak="al",
- shcode=0x0067,
- specials={ "char", 0x0067, 0x0327 },
- uccode=0x0122,
- unicodeslot=0x0123,
+ shcode=0x67,
+ specials={ "char", 0x67, 0x327 },
+ uccode=0x122,
+ unicodeslot=0x123,
},
{
adobename="Hcircumflex",
@@ -3229,11 +3239,11 @@ characters.data={
contextname="Hcircumflex",
description="LATIN CAPITAL LETTER H WITH CIRCUMFLEX",
direction="l",
- lccode=0x0125,
+ lccode=0x125,
linebreak="al",
- shcode=0x0048,
- specials={ "char", 0x0048, 0x0302 },
- unicodeslot=0x0124,
+ shcode=0x48,
+ specials={ "char", 0x48, 0x302 },
+ unicodeslot=0x124,
},
{
adobename="hcircumflex",
@@ -3242,10 +3252,10 @@ characters.data={
description="LATIN SMALL LETTER H WITH CIRCUMFLEX",
direction="l",
linebreak="al",
- shcode=0x0068,
- specials={ "char", 0x0068, 0x0302 },
- uccode=0x0124,
- unicodeslot=0x0125,
+ shcode=0x68,
+ specials={ "char", 0x68, 0x302 },
+ uccode=0x124,
+ unicodeslot=0x125,
},
{
adobename="Hbar",
@@ -3254,10 +3264,10 @@ characters.data={
contextname="Hstroke",
description="LATIN CAPITAL LETTER H WITH STROKE",
direction="l",
- lccode=0x0127,
+ lccode=0x127,
linebreak="al",
- shcode=0x0048,
- unicodeslot=0x0126,
+ shcode=0x48,
+ unicodeslot=0x126,
},
{
adobename="hbar",
@@ -3267,9 +3277,9 @@ characters.data={
description="LATIN SMALL LETTER H WITH STROKE",
direction="l",
linebreak="al",
- shcode=0x0068,
- uccode=0x0126,
- unicodeslot=0x0127,
+ shcode=0x68,
+ uccode=0x126,
+ unicodeslot=0x127,
},
{
adobename="Itilde",
@@ -3277,11 +3287,11 @@ characters.data={
contextname="Itilde",
description="LATIN CAPITAL LETTER I WITH TILDE",
direction="l",
- lccode=0x0129,
+ lccode=0x129,
linebreak="al",
- shcode=0x0049,
- specials={ "char", 0x0049, 0x0303 },
- unicodeslot=0x0128,
+ shcode=0x49,
+ specials={ "char", 0x49, 0x303 },
+ unicodeslot=0x128,
},
{
adobename="itilde",
@@ -3290,10 +3300,10 @@ characters.data={
description="LATIN SMALL LETTER I WITH TILDE",
direction="l",
linebreak="al",
- shcode=0x0069,
- specials={ "char", 0x0069, 0x0303 },
- uccode=0x0128,
- unicodeslot=0x0129,
+ shcode=0x69,
+ specials={ "char", 0x69, 0x303 },
+ uccode=0x128,
+ unicodeslot=0x129,
},
{
adobename="Imacron",
@@ -3301,11 +3311,11 @@ characters.data={
contextname="Imacron",
description="LATIN CAPITAL LETTER I WITH MACRON",
direction="l",
- lccode=0x012B,
+ lccode=0x12B,
linebreak="al",
- shcode=0x0049,
- specials={ "char", 0x0049, 0x0304 },
- unicodeslot=0x012A,
+ shcode=0x49,
+ specials={ "char", 0x49, 0x304 },
+ unicodeslot=0x12A,
},
{
adobename="imacron",
@@ -3315,10 +3325,10 @@ characters.data={
description="LATIN SMALL LETTER I WITH MACRON",
direction="l",
linebreak="al",
- shcode=0x0069,
- specials={ "char", 0x0069, 0x0304 },
- uccode=0x012A,
- unicodeslot=0x012B,
+ shcode=0x69,
+ specials={ "char", 0x69, 0x304 },
+ uccode=0x12A,
+ unicodeslot=0x12B,
},
{
adobename="Ibreve",
@@ -3326,11 +3336,11 @@ characters.data={
contextname="Ibreve",
description="LATIN CAPITAL LETTER I WITH BREVE",
direction="l",
- lccode=0x012D,
+ lccode=0x12D,
linebreak="al",
- shcode=0x0049,
- specials={ "char", 0x0049, 0x0306 },
- unicodeslot=0x012C,
+ shcode=0x49,
+ specials={ "char", 0x49, 0x306 },
+ unicodeslot=0x12C,
},
{
adobename="ibreve",
@@ -3339,10 +3349,10 @@ characters.data={
description="LATIN SMALL LETTER I WITH BREVE",
direction="l",
linebreak="al",
- shcode=0x0069,
- specials={ "char", 0x0069, 0x0306 },
- uccode=0x012C,
- unicodeslot=0x012D,
+ shcode=0x69,
+ specials={ "char", 0x69, 0x306 },
+ uccode=0x12C,
+ unicodeslot=0x12D,
},
{
adobename="Iogonek",
@@ -3350,11 +3360,11 @@ characters.data={
contextname="Iogonek",
description="LATIN CAPITAL LETTER I WITH OGONEK",
direction="l",
- lccode=0x012F,
+ lccode=0x12F,
linebreak="al",
- shcode=0x0049,
- specials={ "char", 0x0049, 0x0328 },
- unicodeslot=0x012E,
+ shcode=0x49,
+ specials={ "char", 0x49, 0x328 },
+ unicodeslot=0x12E,
},
{
adobename="iogonek",
@@ -3363,10 +3373,10 @@ characters.data={
description="LATIN SMALL LETTER I WITH OGONEK",
direction="l",
linebreak="al",
- shcode=0x0069,
- specials={ "char", 0x0069, 0x0328 },
- uccode=0x012E,
- unicodeslot=0x012F,
+ shcode=0x69,
+ specials={ "char", 0x69, 0x328 },
+ uccode=0x12E,
+ unicodeslot=0x12F,
},
{
adobename="Idotaccent",
@@ -3374,11 +3384,11 @@ characters.data={
contextname="Idotaccent",
description="LATIN CAPITAL LETTER I WITH DOT ABOVE",
direction="l",
- lccode=0x0069,
+ lccode=0x69,
linebreak="al",
- shcode=0x0049,
- specials={ "char", 0x0049, 0x0307 },
- unicodeslot=0x0130,
+ shcode=0x49,
+ specials={ "char", 0x49, 0x307 },
+ unicodeslot=0x130,
},
{
adobename="dotlessi",
@@ -3388,8 +3398,8 @@ characters.data={
description="LATIN SMALL LETTER DOTLESS I",
direction="l",
linebreak="al",
- uccode=0x0049,
- unicodeslot=0x0131,
+ uccode=0x49,
+ unicodeslot=0x131,
},
{
adobename="IJ",
@@ -3398,11 +3408,11 @@ characters.data={
contextname="IJligature",
description="LATIN CAPITAL LIGATURE IJ",
direction="l",
- lccode=0x0133,
+ lccode=0x133,
linebreak="al",
- shcode={ 0x0049, 0x004A },
- specials={ "compat", 0x0049, 0x004A },
- unicodeslot=0x0132,
+ shcode={ 0x49, 0x4A },
+ specials={ "compat", 0x49, 0x4A },
+ unicodeslot=0x132,
},
{
adobename="ij",
@@ -3412,10 +3422,10 @@ characters.data={
description="LATIN SMALL LIGATURE IJ",
direction="l",
linebreak="al",
- shcode={ 0x0069, 0x006A },
- specials={ "compat", 0x0069, 0x006A },
- uccode=0x0132,
- unicodeslot=0x0133,
+ shcode={ 0x69, 0x6A },
+ specials={ "compat", 0x69, 0x6A },
+ uccode=0x132,
+ unicodeslot=0x133,
},
{
adobename="Jcircumflex",
@@ -3423,11 +3433,11 @@ characters.data={
contextname="Jcircumflex",
description="LATIN CAPITAL LETTER J WITH CIRCUMFLEX",
direction="l",
- lccode=0x0135,
+ lccode=0x135,
linebreak="al",
- shcode=0x004A,
- specials={ "char", 0x004A, 0x0302 },
- unicodeslot=0x0134,
+ shcode=0x4A,
+ specials={ "char", 0x4A, 0x302 },
+ unicodeslot=0x134,
},
{
adobename="jcircumflex",
@@ -3436,10 +3446,10 @@ characters.data={
description="LATIN SMALL LETTER J WITH CIRCUMFLEX",
direction="l",
linebreak="al",
- shcode=0x006A,
- specials={ "char", 0x006A, 0x0302 },
- uccode=0x0134,
- unicodeslot=0x0135,
+ shcode=0x6A,
+ specials={ "char", 0x6A, 0x302 },
+ uccode=0x134,
+ unicodeslot=0x135,
},
{
adobename="Kcommaaccent",
@@ -3447,11 +3457,11 @@ characters.data={
contextname="Kcommaaccent",
description="LATIN CAPITAL LETTER K WITH CEDILLA",
direction="l",
- lccode=0x0137,
+ lccode=0x137,
linebreak="al",
- shcode=0x004B,
- specials={ "char", 0x004B, 0x0327 },
- unicodeslot=0x0136,
+ shcode=0x4B,
+ specials={ "char", 0x4B, 0x327 },
+ unicodeslot=0x136,
},
{
adobename="kcommaaccent",
@@ -3460,10 +3470,10 @@ characters.data={
description="LATIN SMALL LETTER K WITH CEDILLA",
direction="l",
linebreak="al",
- shcode=0x006B,
- specials={ "char", 0x006B, 0x0327 },
- uccode=0x0136,
- unicodeslot=0x0137,
+ shcode=0x6B,
+ specials={ "char", 0x6B, 0x327 },
+ uccode=0x136,
+ unicodeslot=0x137,
},
{
adobename="kgreenlandic",
@@ -3473,7 +3483,7 @@ characters.data={
description="LATIN SMALL LETTER KRA",
direction="l",
linebreak="al",
- unicodeslot=0x0138,
+ unicodeslot=0x138,
},
{
adobename="Lacute",
@@ -3481,11 +3491,11 @@ characters.data={
contextname="Lacute",
description="LATIN CAPITAL LETTER L WITH ACUTE",
direction="l",
- lccode=0x013A,
+ lccode=0x13A,
linebreak="al",
- shcode=0x004C,
- specials={ "char", 0x004C, 0x0301 },
- unicodeslot=0x0139,
+ shcode=0x4C,
+ specials={ "char", 0x4C, 0x301 },
+ unicodeslot=0x139,
},
{
adobename="lacute",
@@ -3494,10 +3504,10 @@ characters.data={
description="LATIN SMALL LETTER L WITH ACUTE",
direction="l",
linebreak="al",
- shcode=0x006C,
- specials={ "char", 0x006C, 0x0301 },
- uccode=0x0139,
- unicodeslot=0x013A,
+ shcode=0x6C,
+ specials={ "char", 0x6C, 0x301 },
+ uccode=0x139,
+ unicodeslot=0x13A,
},
{
adobename="Lcommaaccent",
@@ -3505,11 +3515,11 @@ characters.data={
contextname="Lcommaaccent",
description="LATIN CAPITAL LETTER L WITH CEDILLA",
direction="l",
- lccode=0x013C,
+ lccode=0x13C,
linebreak="al",
- shcode=0x004C,
- specials={ "char", 0x004C, 0x0327 },
- unicodeslot=0x013B,
+ shcode=0x4C,
+ specials={ "char", 0x4C, 0x327 },
+ unicodeslot=0x13B,
},
{
adobename="lcommaaccent",
@@ -3518,10 +3528,10 @@ characters.data={
description="LATIN SMALL LETTER L WITH CEDILLA",
direction="l",
linebreak="al",
- shcode=0x006C,
- specials={ "char", 0x006C, 0x0327 },
- uccode=0x013B,
- unicodeslot=0x013C,
+ shcode=0x6C,
+ specials={ "char", 0x6C, 0x327 },
+ uccode=0x13B,
+ unicodeslot=0x13C,
},
{
adobename="Lcaron",
@@ -3529,11 +3539,11 @@ characters.data={
contextname="Lcaron",
description="LATIN CAPITAL LETTER L WITH CARON",
direction="l",
- lccode=0x013E,
+ lccode=0x13E,
linebreak="al",
- shcode=0x004C,
- specials={ "char", 0x004C, 0x030C },
- unicodeslot=0x013D,
+ shcode=0x4C,
+ specials={ "char", 0x4C, 0x30C },
+ unicodeslot=0x13D,
},
{
adobename="lcaron",
@@ -3542,10 +3552,10 @@ characters.data={
description="LATIN SMALL LETTER L WITH CARON",
direction="l",
linebreak="al",
- shcode=0x006C,
- specials={ "char", 0x006C, 0x030C },
- uccode=0x013D,
- unicodeslot=0x013E,
+ shcode=0x6C,
+ specials={ "char", 0x6C, 0x30C },
+ uccode=0x13D,
+ unicodeslot=0x13E,
},
{
adobename="Ldotaccent",
@@ -3554,11 +3564,11 @@ characters.data={
contextname="Ldotmiddle",
description="LATIN CAPITAL LETTER L WITH MIDDLE DOT",
direction="l",
- lccode=0x0140,
+ lccode=0x140,
linebreak="al",
- shcode=0x004C,
- specials={ "compat", 0x004C, 0x00B7 },
- unicodeslot=0x013F,
+ shcode=0x4C,
+ specials={ "compat", 0x4C, 0xB7 },
+ unicodeslot=0x13F,
},
{
adobename="ldotaccent",
@@ -3568,10 +3578,10 @@ characters.data={
description="LATIN SMALL LETTER L WITH MIDDLE DOT",
direction="l",
linebreak="al",
- shcode=0x006C,
- specials={ "compat", 0x006C, 0x00B7 },
- uccode=0x013F,
- unicodeslot=0x0140,
+ shcode=0x6C,
+ specials={ "compat", 0x6C, 0xB7 },
+ uccode=0x13F,
+ unicodeslot=0x140,
},
{
adobename="Lslash",
@@ -3580,10 +3590,10 @@ characters.data={
contextname="Lstroke",
description="LATIN CAPITAL LETTER L WITH STROKE",
direction="l",
- lccode=0x0142,
+ lccode=0x142,
linebreak="al",
- shcode=0x004C,
- unicodeslot=0x0141,
+ shcode=0x4C,
+ unicodeslot=0x141,
},
{
adobename="lslash",
@@ -3593,9 +3603,9 @@ characters.data={
description="LATIN SMALL LETTER L WITH STROKE",
direction="l",
linebreak="al",
- shcode=0x006C,
- uccode=0x0141,
- unicodeslot=0x0142,
+ shcode=0x6C,
+ uccode=0x141,
+ unicodeslot=0x142,
},
{
adobename="Nacute",
@@ -3603,11 +3613,11 @@ characters.data={
contextname="Nacute",
description="LATIN CAPITAL LETTER N WITH ACUTE",
direction="l",
- lccode=0x0144,
+ lccode=0x144,
linebreak="al",
- shcode=0x004E,
- specials={ "char", 0x004E, 0x0301 },
- unicodeslot=0x0143,
+ shcode=0x4E,
+ specials={ "char", 0x4E, 0x301 },
+ unicodeslot=0x143,
},
{
adobename="nacute",
@@ -3617,10 +3627,10 @@ characters.data={
description="LATIN SMALL LETTER N WITH ACUTE",
direction="l",
linebreak="al",
- shcode=0x006E,
- specials={ "char", 0x006E, 0x0301 },
- uccode=0x0143,
- unicodeslot=0x0144,
+ shcode=0x6E,
+ specials={ "char", 0x6E, 0x301 },
+ uccode=0x143,
+ unicodeslot=0x144,
},
{
adobename="Ncommaaccent",
@@ -3628,11 +3638,11 @@ characters.data={
contextname="Ncommaaccent",
description="LATIN CAPITAL LETTER N WITH CEDILLA",
direction="l",
- lccode=0x0146,
+ lccode=0x146,
linebreak="al",
- shcode=0x004E,
- specials={ "char", 0x004E, 0x0327 },
- unicodeslot=0x0145,
+ shcode=0x4E,
+ specials={ "char", 0x4E, 0x327 },
+ unicodeslot=0x145,
},
{
adobename="ncommaaccent",
@@ -3641,10 +3651,10 @@ characters.data={
description="LATIN SMALL LETTER N WITH CEDILLA",
direction="l",
linebreak="al",
- shcode=0x006E,
- specials={ "char", 0x006E, 0x0327 },
- uccode=0x0145,
- unicodeslot=0x0146,
+ shcode=0x6E,
+ specials={ "char", 0x6E, 0x327 },
+ uccode=0x145,
+ unicodeslot=0x146,
},
{
adobename="Ncaron",
@@ -3652,11 +3662,11 @@ characters.data={
contextname="Ncaron",
description="LATIN CAPITAL LETTER N WITH CARON",
direction="l",
- lccode=0x0148,
+ lccode=0x148,
linebreak="al",
- shcode=0x004E,
- specials={ "char", 0x004E, 0x030C },
- unicodeslot=0x0147,
+ shcode=0x4E,
+ specials={ "char", 0x4E, 0x30C },
+ unicodeslot=0x147,
},
{
adobename="ncaron",
@@ -3666,10 +3676,10 @@ characters.data={
description="LATIN SMALL LETTER N WITH CARON",
direction="l",
linebreak="al",
- shcode=0x006E,
- specials={ "char", 0x006E, 0x030C },
- uccode=0x0147,
- unicodeslot=0x0148,
+ shcode=0x6E,
+ specials={ "char", 0x6E, 0x30C },
+ uccode=0x147,
+ unicodeslot=0x148,
},
{
adobename="quoterightn",
@@ -3679,8 +3689,8 @@ characters.data={
description="LATIN SMALL LETTER N PRECEDED BY APOSTROPHE",
direction="l",
linebreak="al",
- specials={ "compat", 0x02BC, 0x006E },
- unicodeslot=0x0149,
+ specials={ "compat", 0x2BC, 0x6E },
+ unicodeslot=0x149,
},
{
adobename="Eng",
@@ -3689,9 +3699,9 @@ characters.data={
contextname="Neng",
description="LATIN CAPITAL LETTER ENG",
direction="l",
- lccode=0x014B,
+ lccode=0x14B,
linebreak="al",
- unicodeslot=0x014A,
+ unicodeslot=0x14A,
},
{
adobename="eng",
@@ -3701,8 +3711,8 @@ characters.data={
description="LATIN SMALL LETTER ENG",
direction="l",
linebreak="al",
- uccode=0x014A,
- unicodeslot=0x014B,
+ uccode=0x14A,
+ unicodeslot=0x14B,
},
{
adobename="Omacron",
@@ -3710,11 +3720,11 @@ characters.data={
contextname="Omacron",
description="LATIN CAPITAL LETTER O WITH MACRON",
direction="l",
- lccode=0x014D,
+ lccode=0x14D,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x004F, 0x0304 },
- unicodeslot=0x014C,
+ shcode=0x4F,
+ specials={ "char", 0x4F, 0x304 },
+ unicodeslot=0x14C,
},
{
adobename="omacron",
@@ -3724,10 +3734,10 @@ characters.data={
description="LATIN SMALL LETTER O WITH MACRON",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x006F, 0x0304 },
- uccode=0x014C,
- unicodeslot=0x014D,
+ shcode=0x6F,
+ specials={ "char", 0x6F, 0x304 },
+ uccode=0x14C,
+ unicodeslot=0x14D,
},
{
adobename="Obreve",
@@ -3735,11 +3745,11 @@ characters.data={
contextname="Obreve",
description="LATIN CAPITAL LETTER O WITH BREVE",
direction="l",
- lccode=0x014F,
+ lccode=0x14F,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x004F, 0x0306 },
- unicodeslot=0x014E,
+ shcode=0x4F,
+ specials={ "char", 0x4F, 0x306 },
+ unicodeslot=0x14E,
},
{
adobename="obreve",
@@ -3748,10 +3758,10 @@ characters.data={
description="LATIN SMALL LETTER O WITH BREVE",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x006F, 0x0306 },
- uccode=0x014E,
- unicodeslot=0x014F,
+ shcode=0x6F,
+ specials={ "char", 0x6F, 0x306 },
+ uccode=0x14E,
+ unicodeslot=0x14F,
},
{
adobename="Ohungarumlaut",
@@ -3759,11 +3769,11 @@ characters.data={
contextname="Ohungarumlaut",
description="LATIN CAPITAL LETTER O WITH DOUBLE ACUTE",
direction="l",
- lccode=0x0151,
+ lccode=0x151,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x004F, 0x030B },
- unicodeslot=0x0150,
+ shcode=0x4F,
+ specials={ "char", 0x4F, 0x30B },
+ unicodeslot=0x150,
},
{
adobename="ohungarumlaut",
@@ -3772,10 +3782,10 @@ characters.data={
description="LATIN SMALL LETTER O WITH DOUBLE ACUTE",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x006F, 0x030B },
- uccode=0x0150,
- unicodeslot=0x0151,
+ shcode=0x6F,
+ specials={ "char", 0x6F, 0x30B },
+ uccode=0x150,
+ unicodeslot=0x151,
},
{
adobename="OE",
@@ -3784,10 +3794,10 @@ characters.data={
contextname="OEligature",
description="LATIN CAPITAL LIGATURE OE",
direction="l",
- lccode=0x0153,
+ lccode=0x153,
linebreak="al",
- shcode={ 0x004F, 0x0045 },
- unicodeslot=0x0152,
+ shcode={ 0x4F, 0x45 },
+ unicodeslot=0x152,
},
{
adobename="oe",
@@ -3797,9 +3807,9 @@ characters.data={
description="LATIN SMALL LIGATURE OE",
direction="l",
linebreak="al",
- shcode={ 0x006F, 0x0065 },
- uccode=0x0152,
- unicodeslot=0x0153,
+ shcode={ 0x6F, 0x65 },
+ uccode=0x152,
+ unicodeslot=0x153,
},
{
adobename="Racute",
@@ -3807,11 +3817,11 @@ characters.data={
contextname="Racute",
description="LATIN CAPITAL LETTER R WITH ACUTE",
direction="l",
- lccode=0x0155,
+ lccode=0x155,
linebreak="al",
- shcode=0x0052,
- specials={ "char", 0x0052, 0x0301 },
- unicodeslot=0x0154,
+ shcode=0x52,
+ specials={ "char", 0x52, 0x301 },
+ unicodeslot=0x154,
},
{
adobename="racute",
@@ -3820,10 +3830,10 @@ characters.data={
description="LATIN SMALL LETTER R WITH ACUTE",
direction="l",
linebreak="al",
- shcode=0x0072,
- specials={ "char", 0x0072, 0x0301 },
- uccode=0x0154,
- unicodeslot=0x0155,
+ shcode=0x72,
+ specials={ "char", 0x72, 0x301 },
+ uccode=0x154,
+ unicodeslot=0x155,
},
{
adobename="Rcommaaccent",
@@ -3831,11 +3841,11 @@ characters.data={
contextname="Rcommaaccent",
description="LATIN CAPITAL LETTER R WITH CEDILLA",
direction="l",
- lccode=0x0157,
+ lccode=0x157,
linebreak="al",
- shcode=0x0052,
- specials={ "char", 0x0052, 0x0327 },
- unicodeslot=0x0156,
+ shcode=0x52,
+ specials={ "char", 0x52, 0x327 },
+ unicodeslot=0x156,
},
{
adobename="rcommaaccent",
@@ -3844,10 +3854,10 @@ characters.data={
description="LATIN SMALL LETTER R WITH CEDILLA",
direction="l",
linebreak="al",
- shcode=0x0072,
- specials={ "char", 0x0072, 0x0327 },
- uccode=0x0156,
- unicodeslot=0x0157,
+ shcode=0x72,
+ specials={ "char", 0x72, 0x327 },
+ uccode=0x156,
+ unicodeslot=0x157,
},
{
adobename="Rcaron",
@@ -3855,11 +3865,11 @@ characters.data={
contextname="Rcaron",
description="LATIN CAPITAL LETTER R WITH CARON",
direction="l",
- lccode=0x0159,
+ lccode=0x159,
linebreak="al",
- shcode=0x0052,
- specials={ "char", 0x0052, 0x030C },
- unicodeslot=0x0158,
+ shcode=0x52,
+ specials={ "char", 0x52, 0x30C },
+ unicodeslot=0x158,
},
{
adobename="rcaron",
@@ -3868,10 +3878,10 @@ characters.data={
description="LATIN SMALL LETTER R WITH CARON",
direction="l",
linebreak="al",
- shcode=0x0072,
- specials={ "char", 0x0072, 0x030C },
- uccode=0x0158,
- unicodeslot=0x0159,
+ shcode=0x72,
+ specials={ "char", 0x72, 0x30C },
+ uccode=0x158,
+ unicodeslot=0x159,
},
{
adobename="Sacute",
@@ -3879,11 +3889,11 @@ characters.data={
contextname="Sacute",
description="LATIN CAPITAL LETTER S WITH ACUTE",
direction="l",
- lccode=0x015B,
+ lccode=0x15B,
linebreak="al",
- shcode=0x0053,
- specials={ "char", 0x0053, 0x0301 },
- unicodeslot=0x015A,
+ shcode=0x53,
+ specials={ "char", 0x53, 0x301 },
+ unicodeslot=0x15A,
},
{
adobename="sacute",
@@ -3892,10 +3902,10 @@ characters.data={
description="LATIN SMALL LETTER S WITH ACUTE",
direction="l",
linebreak="al",
- shcode=0x0073,
- specials={ "char", 0x0073, 0x0301 },
- uccode=0x015A,
- unicodeslot=0x015B,
+ shcode=0x73,
+ specials={ "char", 0x73, 0x301 },
+ uccode=0x15A,
+ unicodeslot=0x15B,
},
{
adobename="Scircumflex",
@@ -3903,11 +3913,11 @@ characters.data={
contextname="Scircumflex",
description="LATIN CAPITAL LETTER S WITH CIRCUMFLEX",
direction="l",
- lccode=0x015D,
+ lccode=0x15D,
linebreak="al",
- shcode=0x0053,
- specials={ "char", 0x0053, 0x0302 },
- unicodeslot=0x015C,
+ shcode=0x53,
+ specials={ "char", 0x53, 0x302 },
+ unicodeslot=0x15C,
},
{
adobename="scircumflex",
@@ -3916,10 +3926,10 @@ characters.data={
description="LATIN SMALL LETTER S WITH CIRCUMFLEX",
direction="l",
linebreak="al",
- shcode=0x0073,
- specials={ "char", 0x0073, 0x0302 },
- uccode=0x015C,
- unicodeslot=0x015D,
+ shcode=0x73,
+ specials={ "char", 0x73, 0x302 },
+ uccode=0x15C,
+ unicodeslot=0x15D,
},
{
adobename="Scedilla",
@@ -3927,11 +3937,11 @@ characters.data={
contextname="Scedilla",
description="LATIN CAPITAL LETTER S WITH CEDILLA",
direction="l",
- lccode=0x015F,
+ lccode=0x15F,
linebreak="al",
- shcode=0x0053,
- specials={ "char", 0x0053, 0x0327 },
- unicodeslot=0x015E,
+ shcode=0x53,
+ specials={ "char", 0x53, 0x327 },
+ unicodeslot=0x15E,
},
{
adobename="scedilla",
@@ -3940,10 +3950,10 @@ characters.data={
description="LATIN SMALL LETTER S WITH CEDILLA",
direction="l",
linebreak="al",
- shcode=0x0073,
- specials={ "char", 0x0073, 0x0327 },
- uccode=0x015E,
- unicodeslot=0x015F,
+ shcode=0x73,
+ specials={ "char", 0x73, 0x327 },
+ uccode=0x15E,
+ unicodeslot=0x15F,
},
{
adobename="Scaron",
@@ -3951,11 +3961,11 @@ characters.data={
contextname="Scaron",
description="LATIN CAPITAL LETTER S WITH CARON",
direction="l",
- lccode=0x0161,
+ lccode=0x161,
linebreak="al",
- shcode=0x0053,
- specials={ "char", 0x0053, 0x030C },
- unicodeslot=0x0160,
+ shcode=0x53,
+ specials={ "char", 0x53, 0x30C },
+ unicodeslot=0x160,
},
{
adobename="scaron",
@@ -3964,10 +3974,10 @@ characters.data={
description="LATIN SMALL LETTER S WITH CARON",
direction="l",
linebreak="al",
- shcode=0x0073,
- specials={ "char", 0x0073, 0x030C },
- uccode=0x0160,
- unicodeslot=0x0161,
+ shcode=0x73,
+ specials={ "char", 0x73, 0x30C },
+ uccode=0x160,
+ unicodeslot=0x161,
},
{
adobename="Tcommaaccent",
@@ -3975,11 +3985,11 @@ characters.data={
contextname="Tcedilla",
description="LATIN CAPITAL LETTER T WITH CEDILLA",
direction="l",
- lccode=0x0163,
+ lccode=0x163,
linebreak="al",
- shcode=0x0054,
- specials={ "char", 0x0054, 0x0327 },
- unicodeslot=0x0162,
+ shcode=0x54,
+ specials={ "char", 0x54, 0x327 },
+ unicodeslot=0x162,
},
{
adobename="tcommaaccent",
@@ -3988,10 +3998,10 @@ characters.data={
description="LATIN SMALL LETTER T WITH CEDILLA",
direction="l",
linebreak="al",
- shcode=0x0074,
- specials={ "char", 0x0074, 0x0327 },
- uccode=0x0162,
- unicodeslot=0x0163,
+ shcode=0x74,
+ specials={ "char", 0x74, 0x327 },
+ uccode=0x162,
+ unicodeslot=0x163,
},
{
adobename="Tcaron",
@@ -3999,11 +4009,11 @@ characters.data={
contextname="Tcaron",
description="LATIN CAPITAL LETTER T WITH CARON",
direction="l",
- lccode=0x0165,
+ lccode=0x165,
linebreak="al",
- shcode=0x0054,
- specials={ "char", 0x0054, 0x030C },
- unicodeslot=0x0164,
+ shcode=0x54,
+ specials={ "char", 0x54, 0x30C },
+ unicodeslot=0x164,
},
{
adobename="tcaron",
@@ -4012,10 +4022,10 @@ characters.data={
description="LATIN SMALL LETTER T WITH CARON",
direction="l",
linebreak="al",
- shcode=0x0074,
- specials={ "char", 0x0074, 0x030C },
- uccode=0x0164,
- unicodeslot=0x0165,
+ shcode=0x74,
+ specials={ "char", 0x74, 0x30C },
+ uccode=0x164,
+ unicodeslot=0x165,
},
{
adobename="Tbar",
@@ -4024,10 +4034,10 @@ characters.data={
contextname="Tstroke",
description="LATIN CAPITAL LETTER T WITH STROKE",
direction="l",
- lccode=0x0167,
+ lccode=0x167,
linebreak="al",
- shcode=0x0054,
- unicodeslot=0x0166,
+ shcode=0x54,
+ unicodeslot=0x166,
},
{
adobename="tbar",
@@ -4037,9 +4047,9 @@ characters.data={
description="LATIN SMALL LETTER T WITH STROKE",
direction="l",
linebreak="al",
- shcode=0x0074,
- uccode=0x0166,
- unicodeslot=0x0167,
+ shcode=0x74,
+ uccode=0x166,
+ unicodeslot=0x167,
},
{
adobename="Utilde",
@@ -4047,11 +4057,11 @@ characters.data={
contextname="Utilde",
description="LATIN CAPITAL LETTER U WITH TILDE",
direction="l",
- lccode=0x0169,
+ lccode=0x169,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x0055, 0x0303 },
- unicodeslot=0x0168,
+ shcode=0x55,
+ specials={ "char", 0x55, 0x303 },
+ unicodeslot=0x168,
},
{
adobename="utilde",
@@ -4060,10 +4070,10 @@ characters.data={
description="LATIN SMALL LETTER U WITH TILDE",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x0075, 0x0303 },
- uccode=0x0168,
- unicodeslot=0x0169,
+ shcode=0x75,
+ specials={ "char", 0x75, 0x303 },
+ uccode=0x168,
+ unicodeslot=0x169,
},
{
adobename="Umacron",
@@ -4071,11 +4081,11 @@ characters.data={
contextname="Umacron",
description="LATIN CAPITAL LETTER U WITH MACRON",
direction="l",
- lccode=0x016B,
+ lccode=0x16B,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x0055, 0x0304 },
- unicodeslot=0x016A,
+ shcode=0x55,
+ specials={ "char", 0x55, 0x304 },
+ unicodeslot=0x16A,
},
{
adobename="umacron",
@@ -4085,10 +4095,10 @@ characters.data={
description="LATIN SMALL LETTER U WITH MACRON",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x0075, 0x0304 },
- uccode=0x016A,
- unicodeslot=0x016B,
+ shcode=0x75,
+ specials={ "char", 0x75, 0x304 },
+ uccode=0x16A,
+ unicodeslot=0x16B,
},
{
adobename="Ubreve",
@@ -4096,11 +4106,11 @@ characters.data={
contextname="Ubreve",
description="LATIN CAPITAL LETTER U WITH BREVE",
direction="l",
- lccode=0x016D,
+ lccode=0x16D,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x0055, 0x0306 },
- unicodeslot=0x016C,
+ shcode=0x55,
+ specials={ "char", 0x55, 0x306 },
+ unicodeslot=0x16C,
},
{
adobename="ubreve",
@@ -4109,10 +4119,10 @@ characters.data={
description="LATIN SMALL LETTER U WITH BREVE",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x0075, 0x0306 },
- uccode=0x016C,
- unicodeslot=0x016D,
+ shcode=0x75,
+ specials={ "char", 0x75, 0x306 },
+ uccode=0x16C,
+ unicodeslot=0x16D,
},
{
adobename="Uring",
@@ -4120,11 +4130,11 @@ characters.data={
contextname="Uring",
description="LATIN CAPITAL LETTER U WITH RING ABOVE",
direction="l",
- lccode=0x016F,
+ lccode=0x16F,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x0055, 0x030A },
- unicodeslot=0x016E,
+ shcode=0x55,
+ specials={ "char", 0x55, 0x30A },
+ unicodeslot=0x16E,
},
{
adobename="uring",
@@ -4133,10 +4143,10 @@ characters.data={
description="LATIN SMALL LETTER U WITH RING ABOVE",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x0075, 0x030A },
- uccode=0x016E,
- unicodeslot=0x016F,
+ shcode=0x75,
+ specials={ "char", 0x75, 0x30A },
+ uccode=0x16E,
+ unicodeslot=0x16F,
},
{
adobename="Uhungarumlaut",
@@ -4144,11 +4154,11 @@ characters.data={
contextname="Uhungarumlaut",
description="LATIN CAPITAL LETTER U WITH DOUBLE ACUTE",
direction="l",
- lccode=0x0171,
+ lccode=0x171,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x0055, 0x030B },
- unicodeslot=0x0170,
+ shcode=0x55,
+ specials={ "char", 0x55, 0x30B },
+ unicodeslot=0x170,
},
{
adobename="uhungarumlaut",
@@ -4157,10 +4167,10 @@ characters.data={
description="LATIN SMALL LETTER U WITH DOUBLE ACUTE",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x0075, 0x030B },
- uccode=0x0170,
- unicodeslot=0x0171,
+ shcode=0x75,
+ specials={ "char", 0x75, 0x30B },
+ uccode=0x170,
+ unicodeslot=0x171,
},
{
adobename="Uogonek",
@@ -4168,11 +4178,11 @@ characters.data={
contextname="Uogonek",
description="LATIN CAPITAL LETTER U WITH OGONEK",
direction="l",
- lccode=0x0173,
+ lccode=0x173,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x0055, 0x0328 },
- unicodeslot=0x0172,
+ shcode=0x55,
+ specials={ "char", 0x55, 0x328 },
+ unicodeslot=0x172,
},
{
adobename="uogonek",
@@ -4181,10 +4191,10 @@ characters.data={
description="LATIN SMALL LETTER U WITH OGONEK",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x0075, 0x0328 },
- uccode=0x0172,
- unicodeslot=0x0173,
+ shcode=0x75,
+ specials={ "char", 0x75, 0x328 },
+ uccode=0x172,
+ unicodeslot=0x173,
},
{
adobename="Wcircumflex",
@@ -4192,11 +4202,11 @@ characters.data={
contextname="Wcircumflex",
description="LATIN CAPITAL LETTER W WITH CIRCUMFLEX",
direction="l",
- lccode=0x0175,
+ lccode=0x175,
linebreak="al",
- shcode=0x0057,
- specials={ "char", 0x0057, 0x0302 },
- unicodeslot=0x0174,
+ shcode=0x57,
+ specials={ "char", 0x57, 0x302 },
+ unicodeslot=0x174,
},
{
adobename="wcircumflex",
@@ -4205,10 +4215,10 @@ characters.data={
description="LATIN SMALL LETTER W WITH CIRCUMFLEX",
direction="l",
linebreak="al",
- shcode=0x0077,
- specials={ "char", 0x0077, 0x0302 },
- uccode=0x0174,
- unicodeslot=0x0175,
+ shcode=0x77,
+ specials={ "char", 0x77, 0x302 },
+ uccode=0x174,
+ unicodeslot=0x175,
},
{
adobename="Ycircumflex",
@@ -4216,11 +4226,11 @@ characters.data={
contextname="Ycircumflex",
description="LATIN CAPITAL LETTER Y WITH CIRCUMFLEX",
direction="l",
- lccode=0x0177,
+ lccode=0x177,
linebreak="al",
- shcode=0x0059,
- specials={ "char", 0x0059, 0x0302 },
- unicodeslot=0x0176,
+ shcode=0x59,
+ specials={ "char", 0x59, 0x302 },
+ unicodeslot=0x176,
},
{
adobename="ycircumflex",
@@ -4229,10 +4239,10 @@ characters.data={
description="LATIN SMALL LETTER Y WITH CIRCUMFLEX",
direction="l",
linebreak="al",
- shcode=0x0079,
- specials={ "char", 0x0079, 0x0302 },
- uccode=0x0176,
- unicodeslot=0x0177,
+ shcode=0x79,
+ specials={ "char", 0x79, 0x302 },
+ uccode=0x176,
+ unicodeslot=0x177,
},
{
adobename="Ydieresis",
@@ -4240,11 +4250,11 @@ characters.data={
contextname="Ydiaeresis",
description="LATIN CAPITAL LETTER Y WITH DIAERESIS",
direction="l",
- lccode=0x00FF,
+ lccode=0xFF,
linebreak="al",
- shcode=0x0059,
- specials={ "char", 0x0059, 0x0308 },
- unicodeslot=0x0178,
+ shcode=0x59,
+ specials={ "char", 0x59, 0x308 },
+ unicodeslot=0x178,
},
{
adobename="Zacute",
@@ -4252,11 +4262,11 @@ characters.data={
contextname="Zacute",
description="LATIN CAPITAL LETTER Z WITH ACUTE",
direction="l",
- lccode=0x017A,
+ lccode=0x17A,
linebreak="al",
- shcode=0x005A,
- specials={ "char", 0x005A, 0x0301 },
- unicodeslot=0x0179,
+ shcode=0x5A,
+ specials={ "char", 0x5A, 0x301 },
+ unicodeslot=0x179,
},
{
adobename="zacute",
@@ -4265,10 +4275,10 @@ characters.data={
description="LATIN SMALL LETTER Z WITH ACUTE",
direction="l",
linebreak="al",
- shcode=0x007A,
- specials={ "char", 0x007A, 0x0301 },
- uccode=0x0179,
- unicodeslot=0x017A,
+ shcode=0x7A,
+ specials={ "char", 0x7A, 0x301 },
+ uccode=0x179,
+ unicodeslot=0x17A,
},
{
adobename="Zdotaccent",
@@ -4276,11 +4286,11 @@ characters.data={
contextname="Zdotaccent",
description="LATIN CAPITAL LETTER Z WITH DOT ABOVE",
direction="l",
- lccode=0x017C,
+ lccode=0x17C,
linebreak="al",
- shcode=0x005A,
- specials={ "char", 0x005A, 0x0307 },
- unicodeslot=0x017B,
+ shcode=0x5A,
+ specials={ "char", 0x5A, 0x307 },
+ unicodeslot=0x17B,
},
{
adobename="zdotaccent",
@@ -4289,10 +4299,10 @@ characters.data={
description="LATIN SMALL LETTER Z WITH DOT ABOVE",
direction="l",
linebreak="al",
- shcode=0x007A,
- specials={ "char", 0x007A, 0x0307 },
- uccode=0x017B,
- unicodeslot=0x017C,
+ shcode=0x7A,
+ specials={ "char", 0x7A, 0x307 },
+ uccode=0x17B,
+ unicodeslot=0x17C,
},
{
adobename="Zcaron",
@@ -4300,11 +4310,11 @@ characters.data={
contextname="Zcaron",
description="LATIN CAPITAL LETTER Z WITH CARON",
direction="l",
- lccode=0x017E,
+ lccode=0x17E,
linebreak="al",
- shcode=0x005A,
- specials={ "char", 0x005A, 0x030C },
- unicodeslot=0x017D,
+ shcode=0x5A,
+ specials={ "char", 0x5A, 0x30C },
+ unicodeslot=0x17D,
},
{
adobename="zcaron",
@@ -4313,10 +4323,10 @@ characters.data={
description="LATIN SMALL LETTER Z WITH CARON",
direction="l",
linebreak="al",
- shcode=0x007A,
- specials={ "char", 0x007A, 0x030C },
- uccode=0x017D,
- unicodeslot=0x017E,
+ shcode=0x7A,
+ specials={ "char", 0x7A, 0x30C },
+ uccode=0x17D,
+ unicodeslot=0x17E,
},
{
adobename="slong",
@@ -4325,9 +4335,9 @@ characters.data={
description="LATIN SMALL LETTER LONG S",
direction="l",
linebreak="al",
- specials={ "compat", 0x0073 },
- uccode=0x0053,
- unicodeslot=0x017F,
+ specials={ "compat", 0x73 },
+ uccode=0x53,
+ unicodeslot=0x17F,
},
{
adobename="bstroke",
@@ -4336,9 +4346,9 @@ characters.data={
description="LATIN SMALL LETTER B WITH STROKE",
direction="l",
linebreak="al",
- shcode=0x0062,
- uccode=0x0243,
- unicodeslot=0x0180,
+ shcode=0x62,
+ uccode=0x243,
+ unicodeslot=0x180,
},
{
adobename="Bhook",
@@ -4346,20 +4356,20 @@ characters.data={
contextname="Bhook",
description="LATIN CAPITAL LETTER B WITH HOOK",
direction="l",
- lccode=0x0253,
+ lccode=0x253,
linebreak="al",
- shcode=0x0042,
- unicodeslot=0x0181,
+ shcode=0x42,
+ unicodeslot=0x181,
},
{
adobename="Btopbar",
category="lu",
description="LATIN CAPITAL LETTER B WITH TOPBAR",
direction="l",
- lccode=0x0183,
+ lccode=0x183,
linebreak="al",
- shcode=0x0042,
- unicodeslot=0x0182,
+ shcode=0x42,
+ unicodeslot=0x182,
},
{
adobename="btopbar",
@@ -4367,18 +4377,18 @@ characters.data={
description="LATIN SMALL LETTER B WITH TOPBAR",
direction="l",
linebreak="al",
- shcode=0x0062,
- uccode=0x0182,
- unicodeslot=0x0183,
+ shcode=0x62,
+ uccode=0x182,
+ unicodeslot=0x183,
},
{
adobename="Tonesix",
category="lu",
description="LATIN CAPITAL LETTER TONE SIX",
direction="l",
- lccode=0x0185,
+ lccode=0x185,
linebreak="al",
- unicodeslot=0x0184,
+ unicodeslot=0x184,
},
{
adobename="tonesix",
@@ -4386,17 +4396,17 @@ characters.data={
description="LATIN SMALL LETTER TONE SIX",
direction="l",
linebreak="al",
- uccode=0x0184,
- unicodeslot=0x0185,
+ uccode=0x184,
+ unicodeslot=0x185,
},
{
adobename="Oopen",
category="lu",
description="LATIN CAPITAL LETTER OPEN O",
direction="l",
- lccode=0x0254,
+ lccode=0x254,
linebreak="al",
- unicodeslot=0x0186,
+ unicodeslot=0x186,
},
{
adobename="Chook",
@@ -4404,10 +4414,10 @@ characters.data={
contextname="Chook",
description="LATIN CAPITAL LETTER C WITH HOOK",
direction="l",
- lccode=0x0188,
+ lccode=0x188,
linebreak="al",
- shcode=0x0043,
- unicodeslot=0x0187,
+ shcode=0x43,
+ unicodeslot=0x187,
},
{
adobename="chook",
@@ -4416,9 +4426,9 @@ characters.data={
description="LATIN SMALL LETTER C WITH HOOK",
direction="l",
linebreak="al",
- shcode=0x0063,
- uccode=0x0187,
- unicodeslot=0x0188,
+ shcode=0x63,
+ uccode=0x187,
+ unicodeslot=0x188,
},
{
adobename="Dafrican",
@@ -4426,9 +4436,9 @@ characters.data={
contextname="Dafrican",
description="LATIN CAPITAL LETTER AFRICAN D",
direction="l",
- lccode=0x0256,
+ lccode=0x256,
linebreak="al",
- unicodeslot=0x0189,
+ unicodeslot=0x189,
},
{
adobename="Dhook",
@@ -4436,20 +4446,20 @@ characters.data={
contextname="Dhook",
description="LATIN CAPITAL LETTER D WITH HOOK",
direction="l",
- lccode=0x0257,
+ lccode=0x257,
linebreak="al",
- shcode=0x0044,
- unicodeslot=0x018A,
+ shcode=0x44,
+ unicodeslot=0x18A,
},
{
adobename="Dtopbar",
category="lu",
description="LATIN CAPITAL LETTER D WITH TOPBAR",
direction="l",
- lccode=0x018C,
+ lccode=0x18C,
linebreak="al",
- shcode=0x0044,
- unicodeslot=0x018B,
+ shcode=0x44,
+ unicodeslot=0x18B,
},
{
adobename="dtopbar",
@@ -4457,9 +4467,9 @@ characters.data={
description="LATIN SMALL LETTER D WITH TOPBAR",
direction="l",
linebreak="al",
- shcode=0x0064,
- uccode=0x018B,
- unicodeslot=0x018C,
+ shcode=0x64,
+ uccode=0x18B,
+ unicodeslot=0x18C,
},
{
adobename="deltaturned",
@@ -4467,16 +4477,16 @@ characters.data={
description="LATIN SMALL LETTER TURNED DELTA",
direction="l",
linebreak="al",
- unicodeslot=0x018D,
+ unicodeslot=0x18D,
},
{
adobename="Ereversed",
category="lu",
description="LATIN CAPITAL LETTER REVERSED E",
direction="l",
- lccode=0x01DD,
+ lccode=0x1DD,
linebreak="al",
- unicodeslot=0x018E,
+ unicodeslot=0x18E,
},
{
adobename="Schwa",
@@ -4484,18 +4494,18 @@ characters.data={
contextname="Schwa",
description="LATIN CAPITAL LETTER SCHWA",
direction="l",
- lccode=0x0259,
+ lccode=0x259,
linebreak="al",
- unicodeslot=0x018F,
+ unicodeslot=0x18F,
},
{
adobename="Eopen",
category="lu",
description="LATIN CAPITAL LETTER OPEN E",
direction="l",
- lccode=0x025B,
+ lccode=0x25B,
linebreak="al",
- unicodeslot=0x0190,
+ unicodeslot=0x190,
},
{
adobename="Fhook",
@@ -4503,10 +4513,10 @@ characters.data={
contextname="Fhook",
description="LATIN CAPITAL LETTER F WITH HOOK",
direction="l",
- lccode=0x0192,
+ lccode=0x192,
linebreak="al",
- shcode=0x0046,
- unicodeslot=0x0191,
+ shcode=0x46,
+ unicodeslot=0x191,
},
{
adobename="florin",
@@ -4515,9 +4525,9 @@ characters.data={
description="LATIN SMALL LETTER F WITH HOOK",
direction="l",
linebreak="al",
- shcode=0x0066,
- uccode=0x0191,
- unicodeslot=0x0192,
+ shcode=0x66,
+ uccode=0x191,
+ unicodeslot=0x192,
},
{
adobename="Ghook",
@@ -4525,19 +4535,19 @@ characters.data={
contextname="Ghook",
description="LATIN CAPITAL LETTER G WITH HOOK",
direction="l",
- lccode=0x0260,
+ lccode=0x260,
linebreak="al",
- shcode=0x0047,
- unicodeslot=0x0193,
+ shcode=0x47,
+ unicodeslot=0x193,
},
{
adobename="Gammaafrican",
category="lu",
description="LATIN CAPITAL LETTER GAMMA",
direction="l",
- lccode=0x0263,
+ lccode=0x263,
linebreak="al",
- unicodeslot=0x0194,
+ unicodeslot=0x194,
},
{
adobename="hv",
@@ -4545,17 +4555,17 @@ characters.data={
description="LATIN SMALL LETTER HV",
direction="l",
linebreak="al",
- uccode=0x01F6,
- unicodeslot=0x0195,
+ uccode=0x1F6,
+ unicodeslot=0x195,
},
{
adobename="Iotaafrican",
category="lu",
description="LATIN CAPITAL LETTER IOTA",
direction="l",
- lccode=0x0269,
+ lccode=0x269,
linebreak="al",
- unicodeslot=0x0196,
+ unicodeslot=0x196,
},
{
adobename="Istroke",
@@ -4563,10 +4573,10 @@ characters.data={
contextname="Istroke",
description="LATIN CAPITAL LETTER I WITH STROKE",
direction="l",
- lccode=0x0268,
+ lccode=0x268,
linebreak="al",
- shcode=0x0049,
- unicodeslot=0x0197,
+ shcode=0x49,
+ unicodeslot=0x197,
},
{
adobename="Khook",
@@ -4574,10 +4584,10 @@ characters.data={
contextname="Khook",
description="LATIN CAPITAL LETTER K WITH HOOK",
direction="l",
- lccode=0x0199,
+ lccode=0x199,
linebreak="al",
- shcode=0x004B,
- unicodeslot=0x0198,
+ shcode=0x4B,
+ unicodeslot=0x198,
},
{
adobename="khook",
@@ -4586,9 +4596,9 @@ characters.data={
description="LATIN SMALL LETTER K WITH HOOK",
direction="l",
linebreak="al",
- shcode=0x006B,
- uccode=0x0198,
- unicodeslot=0x0199,
+ shcode=0x6B,
+ uccode=0x198,
+ unicodeslot=0x199,
},
{
adobename="lbar",
@@ -4597,9 +4607,9 @@ characters.data={
description="LATIN SMALL LETTER L WITH BAR",
direction="l",
linebreak="al",
- shcode=0x006C,
- uccode=0x023D,
- unicodeslot=0x019A,
+ shcode=0x6C,
+ uccode=0x23D,
+ unicodeslot=0x19A,
},
{
adobename="lambdastroke",
@@ -4607,26 +4617,28 @@ characters.data={
description="LATIN SMALL LETTER LAMBDA WITH STROKE",
direction="l",
linebreak="al",
- unicodeslot=0x019B,
+ mathclass="variable",
+ mathname="lambdabar",
+ unicodeslot=0x19B,
},
{
adobename="Mturned",
category="lu",
description="LATIN CAPITAL LETTER TURNED M",
direction="l",
- lccode=0x026F,
+ lccode=0x26F,
linebreak="al",
- unicodeslot=0x019C,
+ unicodeslot=0x19C,
},
{
adobename="Nhookleft",
category="lu",
description="LATIN CAPITAL LETTER N WITH LEFT HOOK",
direction="l",
- lccode=0x0272,
+ lccode=0x272,
linebreak="al",
- shcode=0x004E,
- unicodeslot=0x019D,
+ shcode=0x4E,
+ unicodeslot=0x19D,
},
{
adobename="nlegrightlong",
@@ -4634,19 +4646,19 @@ characters.data={
description="LATIN SMALL LETTER N WITH LONG RIGHT LEG",
direction="l",
linebreak="al",
- shcode=0x006E,
- uccode=0x0220,
- unicodeslot=0x019E,
+ shcode=0x6E,
+ uccode=0x220,
+ unicodeslot=0x19E,
},
{
adobename="Ocenteredtilde",
category="lu",
description="LATIN CAPITAL LETTER O WITH MIDDLE TILDE",
direction="l",
- lccode=0x0275,
+ lccode=0x275,
linebreak="al",
- shcode=0x004F,
- unicodeslot=0x019F,
+ shcode=0x4F,
+ unicodeslot=0x19F,
},
{
adobename="Ohorn",
@@ -4654,11 +4666,11 @@ characters.data={
contextname="Ohorn",
description="LATIN CAPITAL LETTER O WITH HORN",
direction="l",
- lccode=0x01A1,
+ lccode=0x1A1,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x004F, 0x031B },
- unicodeslot=0x01A0,
+ shcode=0x4F,
+ specials={ "char", 0x4F, 0x31B },
+ unicodeslot=0x1A0,
},
{
adobename="ohorn",
@@ -4667,19 +4679,19 @@ characters.data={
description="LATIN SMALL LETTER O WITH HORN",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x006F, 0x031B },
- uccode=0x01A0,
- unicodeslot=0x01A1,
+ shcode=0x6F,
+ specials={ "char", 0x6F, 0x31B },
+ uccode=0x1A0,
+ unicodeslot=0x1A1,
},
{
adobename="Oi",
category="lu",
description="LATIN CAPITAL LETTER OI",
direction="l",
- lccode=0x01A3,
+ lccode=0x1A3,
linebreak="al",
- unicodeslot=0x01A2,
+ unicodeslot=0x1A2,
},
{
adobename="oi",
@@ -4687,8 +4699,8 @@ characters.data={
description="LATIN SMALL LETTER OI",
direction="l",
linebreak="al",
- uccode=0x01A2,
- unicodeslot=0x01A3,
+ uccode=0x1A2,
+ unicodeslot=0x1A3,
},
{
adobename="Phook",
@@ -4696,10 +4708,10 @@ characters.data={
contextname="Phook",
description="LATIN CAPITAL LETTER P WITH HOOK",
direction="l",
- lccode=0x01A5,
+ lccode=0x1A5,
linebreak="al",
- shcode=0x0050,
- unicodeslot=0x01A4,
+ shcode=0x50,
+ unicodeslot=0x1A4,
},
{
adobename="phook",
@@ -4708,27 +4720,27 @@ characters.data={
description="LATIN SMALL LETTER P WITH HOOK",
direction="l",
linebreak="al",
- shcode=0x0070,
- uccode=0x01A4,
- unicodeslot=0x01A5,
+ shcode=0x70,
+ uccode=0x1A4,
+ unicodeslot=0x1A5,
},
{
adobename="yr",
category="lu",
description="LATIN LETTER YR",
direction="l",
- lccode=0x0280,
+ lccode=0x280,
linebreak="al",
- unicodeslot=0x01A6,
+ unicodeslot=0x1A6,
},
{
adobename="Tonetwo",
category="lu",
description="LATIN CAPITAL LETTER TONE TWO",
direction="l",
- lccode=0x01A8,
+ lccode=0x1A8,
linebreak="al",
- unicodeslot=0x01A7,
+ unicodeslot=0x1A7,
},
{
adobename="tonetwo",
@@ -4736,17 +4748,17 @@ characters.data={
description="LATIN SMALL LETTER TONE TWO",
direction="l",
linebreak="al",
- uccode=0x01A7,
- unicodeslot=0x01A8,
+ uccode=0x1A7,
+ unicodeslot=0x1A8,
},
{
adobename="Esh",
category="lu",
description="LATIN CAPITAL LETTER ESH",
direction="l",
- lccode=0x0283,
+ lccode=0x283,
linebreak="al",
- unicodeslot=0x01A9,
+ unicodeslot=0x1A9,
},
{
adobename="eshreversedloop",
@@ -4754,7 +4766,7 @@ characters.data={
description="LATIN LETTER REVERSED ESH LOOP",
direction="l",
linebreak="al",
- unicodeslot=0x01AA,
+ unicodeslot=0x1AA,
},
{
adobename="tpalatalhook",
@@ -4762,8 +4774,8 @@ characters.data={
description="LATIN SMALL LETTER T WITH PALATAL HOOK",
direction="l",
linebreak="al",
- shcode=0x0074,
- unicodeslot=0x01AB,
+ shcode=0x74,
+ unicodeslot=0x1AB,
},
{
adobename="Thook",
@@ -4771,10 +4783,10 @@ characters.data={
contextname="Thook",
description="LATIN CAPITAL LETTER T WITH HOOK",
direction="l",
- lccode=0x01AD,
+ lccode=0x1AD,
linebreak="al",
- shcode=0x0054,
- unicodeslot=0x01AC,
+ shcode=0x54,
+ unicodeslot=0x1AC,
},
{
adobename="thook",
@@ -4783,19 +4795,19 @@ characters.data={
description="LATIN SMALL LETTER T WITH HOOK",
direction="l",
linebreak="al",
- shcode=0x0074,
- uccode=0x01AC,
- unicodeslot=0x01AD,
+ shcode=0x74,
+ uccode=0x1AC,
+ unicodeslot=0x1AD,
},
{
adobename="Tretroflexhook",
category="lu",
description="LATIN CAPITAL LETTER T WITH RETROFLEX HOOK",
direction="l",
- lccode=0x0288,
+ lccode=0x288,
linebreak="al",
- shcode=0x0054,
- unicodeslot=0x01AE,
+ shcode=0x54,
+ unicodeslot=0x1AE,
},
{
adobename="Uhorn",
@@ -4803,11 +4815,11 @@ characters.data={
contextname="Uhorn",
description="LATIN CAPITAL LETTER U WITH HORN",
direction="l",
- lccode=0x01B0,
+ lccode=0x1B0,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x0055, 0x031B },
- unicodeslot=0x01AF,
+ shcode=0x55,
+ specials={ "char", 0x55, 0x31B },
+ unicodeslot=0x1AF,
},
{
adobename="uhorn",
@@ -4816,19 +4828,19 @@ characters.data={
description="LATIN SMALL LETTER U WITH HORN",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x0075, 0x031B },
- uccode=0x01AF,
- unicodeslot=0x01B0,
+ shcode=0x75,
+ specials={ "char", 0x75, 0x31B },
+ uccode=0x1AF,
+ unicodeslot=0x1B0,
},
{
adobename="Upsilonafrican",
category="lu",
description="LATIN CAPITAL LETTER UPSILON",
direction="l",
- lccode=0x028A,
+ lccode=0x28A,
linebreak="al",
- unicodeslot=0x01B1,
+ unicodeslot=0x1B1,
},
{
adobename="Vhook",
@@ -4836,10 +4848,10 @@ characters.data={
contextname="Uhook",
description="LATIN CAPITAL LETTER V WITH HOOK",
direction="l",
- lccode=0x028B,
+ lccode=0x28B,
linebreak="al",
- shcode=0x0056,
- unicodeslot=0x01B2,
+ shcode=0x56,
+ unicodeslot=0x1B2,
},
{
adobename="Yhook",
@@ -4847,10 +4859,10 @@ characters.data={
contextname="Yhook",
description="LATIN CAPITAL LETTER Y WITH HOOK",
direction="l",
- lccode=0x01B4,
+ lccode=0x1B4,
linebreak="al",
- shcode=0x0059,
- unicodeslot=0x01B3,
+ shcode=0x59,
+ unicodeslot=0x1B3,
},
{
adobename="yhook",
@@ -4859,9 +4871,9 @@ characters.data={
description="LATIN SMALL LETTER Y WITH HOOK",
direction="l",
linebreak="al",
- shcode=0x0079,
- uccode=0x01B3,
- unicodeslot=0x01B4,
+ shcode=0x79,
+ uccode=0x1B3,
+ unicodeslot=0x1B4,
},
{
adobename="Zstroke",
@@ -4869,10 +4881,10 @@ characters.data={
contextname="Zstroke",
description="LATIN CAPITAL LETTER Z WITH STROKE",
direction="l",
- lccode=0x01B6,
+ lccode=0x1B6,
linebreak="al",
- shcode=0x005A,
- unicodeslot=0x01B5,
+ shcode=0x5A,
+ unicodeslot=0x1B5,
},
{
adobename="zstroke",
@@ -4881,27 +4893,27 @@ characters.data={
description="LATIN SMALL LETTER Z WITH STROKE",
direction="l",
linebreak="al",
- shcode=0x007A,
- uccode=0x01B5,
- unicodeslot=0x01B6,
+ shcode=0x7A,
+ uccode=0x1B5,
+ unicodeslot=0x1B6,
},
{
adobename="Ezh",
category="lu",
description="LATIN CAPITAL LETTER EZH",
direction="l",
- lccode=0x0292,
+ lccode=0x292,
linebreak="al",
- unicodeslot=0x01B7,
+ unicodeslot=0x1B7,
},
{
adobename="Ezhreversed",
category="lu",
description="LATIN CAPITAL LETTER EZH REVERSED",
direction="l",
- lccode=0x01B9,
+ lccode=0x1B9,
linebreak="al",
- unicodeslot=0x01B8,
+ unicodeslot=0x1B8,
},
{
adobename="ezhreversed",
@@ -4909,8 +4921,8 @@ characters.data={
description="LATIN SMALL LETTER EZH REVERSED",
direction="l",
linebreak="al",
- uccode=0x01B8,
- unicodeslot=0x01B9,
+ uccode=0x1B8,
+ unicodeslot=0x1B9,
},
{
adobename="ezhtail",
@@ -4918,8 +4930,8 @@ characters.data={
description="LATIN SMALL LETTER EZH WITH TAIL",
direction="l",
linebreak="al",
- shcode=0x0292,
- unicodeslot=0x01BA,
+ shcode=0x292,
+ unicodeslot=0x1BA,
},
{
adobename="twostroke",
@@ -4927,16 +4939,16 @@ characters.data={
description="LATIN LETTER TWO WITH STROKE",
direction="l",
linebreak="al",
- unicodeslot=0x01BB,
+ unicodeslot=0x1BB,
},
{
adobename="Tonefive",
category="lu",
description="LATIN CAPITAL LETTER TONE FIVE",
direction="l",
- lccode=0x01BD,
+ lccode=0x1BD,
linebreak="al",
- unicodeslot=0x01BC,
+ unicodeslot=0x1BC,
},
{
adobename="tonefive",
@@ -4944,8 +4956,8 @@ characters.data={
description="LATIN SMALL LETTER TONE FIVE",
direction="l",
linebreak="al",
- uccode=0x01BC,
- unicodeslot=0x01BD,
+ uccode=0x1BC,
+ unicodeslot=0x1BD,
},
{
adobename="glottalinvertedstroke",
@@ -4953,7 +4965,7 @@ characters.data={
description="LATIN LETTER INVERTED GLOTTAL STOP WITH STROKE",
direction="l",
linebreak="al",
- unicodeslot=0x01BE,
+ unicodeslot=0x1BE,
},
{
adobename="wynn",
@@ -4961,8 +4973,8 @@ characters.data={
description="LATIN LETTER WYNN",
direction="l",
linebreak="al",
- uccode=0x01F7,
- unicodeslot=0x01BF,
+ uccode=0x1F7,
+ unicodeslot=0x1BF,
},
{
adobename="clickdental",
@@ -4970,7 +4982,7 @@ characters.data={
description="LATIN LETTER DENTAL CLICK",
direction="l",
linebreak="al",
- unicodeslot=0x01C0,
+ unicodeslot=0x1C0,
},
{
adobename="clicklateral",
@@ -4978,7 +4990,7 @@ characters.data={
description="LATIN LETTER LATERAL CLICK",
direction="l",
linebreak="al",
- unicodeslot=0x01C1,
+ unicodeslot=0x1C1,
},
{
adobename="clickalveolar",
@@ -4986,7 +4998,7 @@ characters.data={
description="LATIN LETTER ALVEOLAR CLICK",
direction="l",
linebreak="al",
- unicodeslot=0x01C2,
+ unicodeslot=0x1C2,
},
{
adobename="clickretroflex",
@@ -4994,7 +5006,7 @@ characters.data={
description="LATIN LETTER RETROFLEX CLICK",
direction="l",
linebreak="al",
- unicodeslot=0x01C3,
+ unicodeslot=0x1C3,
},
{
adobename="DZcaron",
@@ -5002,12 +5014,12 @@ characters.data={
contextname="DZcaronligature",
description="LATIN CAPITAL LETTER DZ WITH CARON",
direction="l",
- lccode=0x01C6,
+ lccode=0x1C6,
linebreak="al",
- shcode=0x01F1,
- specials={ "compat", 0x0044, 0x017D },
- uccode=0x01C5,
- unicodeslot=0x01C4,
+ shcode=0x1F1,
+ specials={ "compat", 0x44, 0x17D },
+ uccode=0x1C5,
+ unicodeslot=0x1C4,
},
{
adobename="Dzcaron",
@@ -5015,12 +5027,12 @@ characters.data={
contextname="Dzcaronligature",
description="LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON",
direction="l",
- lccode=0x01C6,
+ lccode=0x1C6,
linebreak="al",
- shcode=0x01F2,
- specials={ "compat", 0x0044, 0x017E },
- uccode=0x01C4,
- unicodeslot=0x01C5,
+ shcode=0x1F2,
+ specials={ "compat", 0x44, 0x17E },
+ uccode=0x1C4,
+ unicodeslot=0x1C5,
},
{
adobename="dzcaron",
@@ -5029,10 +5041,10 @@ characters.data={
description="LATIN SMALL LETTER DZ WITH CARON",
direction="l",
linebreak="al",
- shcode=0x01F3,
- specials={ "compat", 0x0064, 0x017E },
- uccode=0x01C4,
- unicodeslot=0x01C6,
+ shcode=0x1F3,
+ specials={ "compat", 0x64, 0x17E },
+ uccode=0x1C4,
+ unicodeslot=0x1C6,
},
{
adobename="LJ",
@@ -5040,12 +5052,12 @@ characters.data={
contextname="LJligature",
description="LATIN CAPITAL LETTER LJ",
direction="l",
- lccode=0x01C9,
+ lccode=0x1C9,
linebreak="al",
- shcode={ 0x004C, 0x004A },
- specials={ "compat", 0x004C, 0x004A },
- uccode=0x01C8,
- unicodeslot=0x01C7,
+ shcode={ 0x4C, 0x4A },
+ specials={ "compat", 0x4C, 0x4A },
+ uccode=0x1C8,
+ unicodeslot=0x1C7,
},
{
adobename="Lj",
@@ -5053,12 +5065,12 @@ characters.data={
contextname="Ljligature",
description="LATIN CAPITAL LETTER L WITH SMALL LETTER J",
direction="l",
- lccode=0x01C9,
+ lccode=0x1C9,
linebreak="al",
- shcode={ 0x004C, 0x006A },
- specials={ "compat", 0x004C, 0x006A },
- uccode=0x01C7,
- unicodeslot=0x01C8,
+ shcode={ 0x4C, 0x6A },
+ specials={ "compat", 0x4C, 0x6A },
+ uccode=0x1C7,
+ unicodeslot=0x1C8,
},
{
adobename="lj",
@@ -5067,10 +5079,10 @@ characters.data={
description="LATIN SMALL LETTER LJ",
direction="l",
linebreak="al",
- shcode={ 0x006C, 0x006A },
- specials={ "compat", 0x006C, 0x006A },
- uccode=0x01C7,
- unicodeslot=0x01C9,
+ shcode={ 0x6C, 0x6A },
+ specials={ "compat", 0x6C, 0x6A },
+ uccode=0x1C7,
+ unicodeslot=0x1C9,
},
{
adobename="NJ",
@@ -5078,12 +5090,12 @@ characters.data={
contextname="NJligature",
description="LATIN CAPITAL LETTER NJ",
direction="l",
- lccode=0x01CC,
+ lccode=0x1CC,
linebreak="al",
- shcode={ 0x004E, 0x004A },
- specials={ "compat", 0x004E, 0x004A },
- uccode=0x01CB,
- unicodeslot=0x01CA,
+ shcode={ 0x4E, 0x4A },
+ specials={ "compat", 0x4E, 0x4A },
+ uccode=0x1CB,
+ unicodeslot=0x1CA,
},
{
adobename="Nj",
@@ -5091,12 +5103,12 @@ characters.data={
contextname="Njligature",
description="LATIN CAPITAL LETTER N WITH SMALL LETTER J",
direction="l",
- lccode=0x01CC,
+ lccode=0x1CC,
linebreak="al",
- shcode=0x004E,
- specials={ "compat", 0x004E, 0x006A },
- uccode=0x01CA,
- unicodeslot=0x01CB,
+ shcode=0x4E,
+ specials={ "compat", 0x4E, 0x6A },
+ uccode=0x1CA,
+ unicodeslot=0x1CB,
},
{
adobename="nj",
@@ -5105,10 +5117,10 @@ characters.data={
description="LATIN SMALL LETTER NJ",
direction="l",
linebreak="al",
- shcode={ 0x006E, 0x006A },
- specials={ "compat", 0x006E, 0x006A },
- uccode=0x01CA,
- unicodeslot=0x01CC,
+ shcode={ 0x6E, 0x6A },
+ specials={ "compat", 0x6E, 0x6A },
+ uccode=0x1CA,
+ unicodeslot=0x1CC,
},
{
adobename="Acaron",
@@ -5116,11 +5128,11 @@ characters.data={
contextname="Acaron",
description="LATIN CAPITAL LETTER A WITH CARON",
direction="l",
- lccode=0x01CE,
+ lccode=0x1CE,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x0041, 0x030C },
- unicodeslot=0x01CD,
+ shcode=0x41,
+ specials={ "char", 0x41, 0x30C },
+ unicodeslot=0x1CD,
},
{
adobename="acaron",
@@ -5130,10 +5142,10 @@ characters.data={
description="LATIN SMALL LETTER A WITH CARON",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x0061, 0x030C },
- uccode=0x01CD,
- unicodeslot=0x01CE,
+ shcode=0x61,
+ specials={ "char", 0x61, 0x30C },
+ uccode=0x1CD,
+ unicodeslot=0x1CE,
},
{
adobename="Icaron",
@@ -5141,11 +5153,11 @@ characters.data={
contextname="Icaron",
description="LATIN CAPITAL LETTER I WITH CARON",
direction="l",
- lccode=0x01D0,
+ lccode=0x1D0,
linebreak="al",
- shcode=0x0049,
- specials={ "char", 0x0049, 0x030C },
- unicodeslot=0x01CF,
+ shcode=0x49,
+ specials={ "char", 0x49, 0x30C },
+ unicodeslot=0x1CF,
},
{
adobename="icaron",
@@ -5155,10 +5167,10 @@ characters.data={
description="LATIN SMALL LETTER I WITH CARON",
direction="l",
linebreak="al",
- shcode=0x0069,
- specials={ "char", 0x0069, 0x030C },
- uccode=0x01CF,
- unicodeslot=0x01D0,
+ shcode=0x69,
+ specials={ "char", 0x69, 0x30C },
+ uccode=0x1CF,
+ unicodeslot=0x1D0,
},
{
adobename="Ocaron",
@@ -5166,11 +5178,11 @@ characters.data={
contextname="Ocaron",
description="LATIN CAPITAL LETTER O WITH CARON",
direction="l",
- lccode=0x01D2,
+ lccode=0x1D2,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x004F, 0x030C },
- unicodeslot=0x01D1,
+ shcode=0x4F,
+ specials={ "char", 0x4F, 0x30C },
+ unicodeslot=0x1D1,
},
{
adobename="ocaron",
@@ -5180,10 +5192,10 @@ characters.data={
description="LATIN SMALL LETTER O WITH CARON",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x006F, 0x030C },
- uccode=0x01D1,
- unicodeslot=0x01D2,
+ shcode=0x6F,
+ specials={ "char", 0x6F, 0x30C },
+ uccode=0x1D1,
+ unicodeslot=0x1D2,
},
{
adobename="Ucaron",
@@ -5191,11 +5203,11 @@ characters.data={
contextname="Ucaron",
description="LATIN CAPITAL LETTER U WITH CARON",
direction="l",
- lccode=0x01D4,
+ lccode=0x1D4,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x0055, 0x030C },
- unicodeslot=0x01D3,
+ shcode=0x55,
+ specials={ "char", 0x55, 0x30C },
+ unicodeslot=0x1D3,
},
{
adobename="ucaron",
@@ -5205,10 +5217,10 @@ characters.data={
description="LATIN SMALL LETTER U WITH CARON",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x0075, 0x030C },
- uccode=0x01D3,
- unicodeslot=0x01D4,
+ shcode=0x75,
+ specials={ "char", 0x75, 0x30C },
+ uccode=0x1D3,
+ unicodeslot=0x1D4,
},
{
adobename="Udieresismacron",
@@ -5216,11 +5228,11 @@ characters.data={
contextname="Udiaeresismacron",
description="LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON",
direction="l",
- lccode=0x01D6,
+ lccode=0x1D6,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x00DC, 0x0304 },
- unicodeslot=0x01D5,
+ shcode=0x55,
+ specials={ "char", 0xDC, 0x304 },
+ unicodeslot=0x1D5,
},
{
adobename="udieresismacron",
@@ -5230,10 +5242,10 @@ characters.data={
description="LATIN SMALL LETTER U WITH DIAERESIS AND MACRON",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x00FC, 0x0304 },
- uccode=0x01D5,
- unicodeslot=0x01D6,
+ shcode=0x75,
+ specials={ "char", 0xFC, 0x304 },
+ uccode=0x1D5,
+ unicodeslot=0x1D6,
},
{
adobename="Udieresisacute",
@@ -5241,11 +5253,11 @@ characters.data={
contextname="Udiaeresisacute",
description="LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE",
direction="l",
- lccode=0x01D8,
+ lccode=0x1D8,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x00DC, 0x0301 },
- unicodeslot=0x01D7,
+ shcode=0x55,
+ specials={ "char", 0xDC, 0x301 },
+ unicodeslot=0x1D7,
},
{
adobename="udieresisacute",
@@ -5255,10 +5267,10 @@ characters.data={
description="LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x00FC, 0x0301 },
- uccode=0x01D7,
- unicodeslot=0x01D8,
+ shcode=0x75,
+ specials={ "char", 0xFC, 0x301 },
+ uccode=0x1D7,
+ unicodeslot=0x1D8,
},
{
adobename="Udieresiscaron",
@@ -5266,11 +5278,11 @@ characters.data={
contextname="Udiaeresiscaron",
description="LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON",
direction="l",
- lccode=0x01DA,
+ lccode=0x1DA,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x00DC, 0x030C },
- unicodeslot=0x01D9,
+ shcode=0x55,
+ specials={ "char", 0xDC, 0x30C },
+ unicodeslot=0x1D9,
},
{
adobename="udieresiscaron",
@@ -5280,10 +5292,10 @@ characters.data={
description="LATIN SMALL LETTER U WITH DIAERESIS AND CARON",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x00FC, 0x030C },
- uccode=0x01D9,
- unicodeslot=0x01DA,
+ shcode=0x75,
+ specials={ "char", 0xFC, 0x30C },
+ uccode=0x1D9,
+ unicodeslot=0x1DA,
},
{
adobename="Udieresisgrave",
@@ -5291,11 +5303,11 @@ characters.data={
contextname="Udiaeresisgrave",
description="LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE",
direction="l",
- lccode=0x01DC,
+ lccode=0x1DC,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x00DC, 0x0300 },
- unicodeslot=0x01DB,
+ shcode=0x55,
+ specials={ "char", 0xDC, 0x300 },
+ unicodeslot=0x1DB,
},
{
adobename="udieresisgrave",
@@ -5305,10 +5317,10 @@ characters.data={
description="LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x00FC, 0x0300 },
- uccode=0x01DB,
- unicodeslot=0x01DC,
+ shcode=0x75,
+ specials={ "char", 0xFC, 0x300 },
+ uccode=0x1DB,
+ unicodeslot=0x1DC,
},
{
adobename="eturned",
@@ -5316,8 +5328,8 @@ characters.data={
description="LATIN SMALL LETTER TURNED E",
direction="l",
linebreak="al",
- uccode=0x018E,
- unicodeslot=0x01DD,
+ uccode=0x18E,
+ unicodeslot=0x1DD,
},
{
adobename="Adieresismacron",
@@ -5325,11 +5337,11 @@ characters.data={
contextname="Adiaeresismacron",
description="LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON",
direction="l",
- lccode=0x01DF,
+ lccode=0x1DF,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x00C4, 0x0304 },
- unicodeslot=0x01DE,
+ shcode=0x41,
+ specials={ "char", 0xC4, 0x304 },
+ unicodeslot=0x1DE,
},
{
adobename="adieresismacron",
@@ -5338,10 +5350,10 @@ characters.data={
description="LATIN SMALL LETTER A WITH DIAERESIS AND MACRON",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x00E4, 0x0304 },
- uccode=0x01DE,
- unicodeslot=0x01DF,
+ shcode=0x61,
+ specials={ "char", 0xE4, 0x304 },
+ uccode=0x1DE,
+ unicodeslot=0x1DF,
},
{
adobename="Adotmacron",
@@ -5349,11 +5361,11 @@ characters.data={
contextname="Adotaccentmacron",
description="LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON",
direction="l",
- lccode=0x01E1,
+ lccode=0x1E1,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x0226, 0x0304 },
- unicodeslot=0x01E0,
+ shcode=0x41,
+ specials={ "char", 0x226, 0x304 },
+ unicodeslot=0x1E0,
},
{
adobename="adotmacron",
@@ -5362,10 +5374,10 @@ characters.data={
description="LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x0227, 0x0304 },
- uccode=0x01E0,
- unicodeslot=0x01E1,
+ shcode=0x61,
+ specials={ "char", 0x227, 0x304 },
+ uccode=0x1E0,
+ unicodeslot=0x1E1,
},
{
adobename="AEmacron",
@@ -5373,11 +5385,11 @@ characters.data={
contextname="AEmacron",
description="LATIN CAPITAL LETTER AE WITH MACRON",
direction="l",
- lccode=0x01E3,
+ lccode=0x1E3,
linebreak="al",
- shcode=0x00C6,
- specials={ "char", 0x00C6, 0x0304 },
- unicodeslot=0x01E2,
+ shcode=0xC6,
+ specials={ "char", 0xC6, 0x304 },
+ unicodeslot=0x1E2,
},
{
adobename="aemacron",
@@ -5386,10 +5398,10 @@ characters.data={
description="LATIN SMALL LETTER AE WITH MACRON",
direction="l",
linebreak="al",
- shcode=0x00E6,
- specials={ "char", 0x00E6, 0x0304 },
- uccode=0x01E2,
- unicodeslot=0x01E3,
+ shcode=0xE6,
+ specials={ "char", 0xE6, 0x304 },
+ uccode=0x1E2,
+ unicodeslot=0x1E3,
},
{
adobename="Gstroke",
@@ -5397,10 +5409,10 @@ characters.data={
contextname="Gstroke",
description="LATIN CAPITAL LETTER G WITH STROKE",
direction="l",
- lccode=0x01E5,
+ lccode=0x1E5,
linebreak="al",
- shcode=0x0047,
- unicodeslot=0x01E4,
+ shcode=0x47,
+ unicodeslot=0x1E4,
},
{
adobename="gstroke",
@@ -5409,9 +5421,9 @@ characters.data={
description="LATIN SMALL LETTER G WITH STROKE",
direction="l",
linebreak="al",
- shcode=0x0067,
- uccode=0x01E4,
- unicodeslot=0x01E5,
+ shcode=0x67,
+ uccode=0x1E4,
+ unicodeslot=0x1E5,
},
{
adobename="Gcaron",
@@ -5419,11 +5431,11 @@ characters.data={
contextname="Gcaron",
description="LATIN CAPITAL LETTER G WITH CARON",
direction="l",
- lccode=0x01E7,
+ lccode=0x1E7,
linebreak="al",
- shcode=0x0047,
- specials={ "char", 0x0047, 0x030C },
- unicodeslot=0x01E6,
+ shcode=0x47,
+ specials={ "char", 0x47, 0x30C },
+ unicodeslot=0x1E6,
},
{
adobename="gcaron",
@@ -5432,10 +5444,10 @@ characters.data={
description="LATIN SMALL LETTER G WITH CARON",
direction="l",
linebreak="al",
- shcode=0x0067,
- specials={ "char", 0x0067, 0x030C },
- uccode=0x01E6,
- unicodeslot=0x01E7,
+ shcode=0x67,
+ specials={ "char", 0x67, 0x30C },
+ uccode=0x1E6,
+ unicodeslot=0x1E7,
},
{
adobename="Kcaron",
@@ -5443,11 +5455,11 @@ characters.data={
contextname="Kcaron",
description="LATIN CAPITAL LETTER K WITH CARON",
direction="l",
- lccode=0x01E9,
+ lccode=0x1E9,
linebreak="al",
- shcode=0x004B,
- specials={ "char", 0x004B, 0x030C },
- unicodeslot=0x01E8,
+ shcode=0x4B,
+ specials={ "char", 0x4B, 0x30C },
+ unicodeslot=0x1E8,
},
{
adobename="kcaron",
@@ -5456,10 +5468,10 @@ characters.data={
description="LATIN SMALL LETTER K WITH CARON",
direction="l",
linebreak="al",
- shcode=0x006B,
- specials={ "char", 0x006B, 0x030C },
- uccode=0x01E8,
- unicodeslot=0x01E9,
+ shcode=0x6B,
+ specials={ "char", 0x6B, 0x30C },
+ uccode=0x1E8,
+ unicodeslot=0x1E9,
},
{
adobename="Oogonek",
@@ -5467,11 +5479,11 @@ characters.data={
contextname="Oogonek",
description="LATIN CAPITAL LETTER O WITH OGONEK",
direction="l",
- lccode=0x01EB,
+ lccode=0x1EB,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x004F, 0x0328 },
- unicodeslot=0x01EA,
+ shcode=0x4F,
+ specials={ "char", 0x4F, 0x328 },
+ unicodeslot=0x1EA,
},
{
adobename="oogonek",
@@ -5480,10 +5492,10 @@ characters.data={
description="LATIN SMALL LETTER O WITH OGONEK",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x006F, 0x0328 },
- uccode=0x01EA,
- unicodeslot=0x01EB,
+ shcode=0x6F,
+ specials={ "char", 0x6F, 0x328 },
+ uccode=0x1EA,
+ unicodeslot=0x1EB,
},
{
adobename="Oogonekmacron",
@@ -5491,11 +5503,11 @@ characters.data={
contextname="Oogonekmacron",
description="LATIN CAPITAL LETTER O WITH OGONEK AND MACRON",
direction="l",
- lccode=0x01ED,
+ lccode=0x1ED,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x01EA, 0x0304 },
- unicodeslot=0x01EC,
+ shcode=0x4F,
+ specials={ "char", 0x1EA, 0x304 },
+ unicodeslot=0x1EC,
},
{
adobename="oogonekmacron",
@@ -5504,21 +5516,21 @@ characters.data={
description="LATIN SMALL LETTER O WITH OGONEK AND MACRON",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x01EB, 0x0304 },
- uccode=0x01EC,
- unicodeslot=0x01ED,
+ shcode=0x6F,
+ specials={ "char", 0x1EB, 0x304 },
+ uccode=0x1EC,
+ unicodeslot=0x1ED,
},
{
adobename="Ezhcaron",
category="lu",
description="LATIN CAPITAL LETTER EZH WITH CARON",
direction="l",
- lccode=0x01EF,
+ lccode=0x1EF,
linebreak="al",
- shcode=0x01B7,
- specials={ "char", 0x01B7, 0x030C },
- unicodeslot=0x01EE,
+ shcode=0x1B7,
+ specials={ "char", 0x1B7, 0x30C },
+ unicodeslot=0x1EE,
},
{
adobename="ezhcaron",
@@ -5526,10 +5538,10 @@ characters.data={
description="LATIN SMALL LETTER EZH WITH CARON",
direction="l",
linebreak="al",
- shcode=0x0292,
- specials={ "char", 0x0292, 0x030C },
- uccode=0x01EE,
- unicodeslot=0x01EF,
+ shcode=0x292,
+ specials={ "char", 0x292, 0x30C },
+ uccode=0x1EE,
+ unicodeslot=0x1EF,
},
{
adobename="jcaron",
@@ -5538,9 +5550,9 @@ characters.data={
description="LATIN SMALL LETTER J WITH CARON",
direction="l",
linebreak="al",
- shcode=0x006A,
- specials={ "char", 0x006A, 0x030C },
- unicodeslot=0x01F0,
+ shcode=0x6A,
+ specials={ "char", 0x6A, 0x30C },
+ unicodeslot=0x1F0,
},
{
adobename="DZ",
@@ -5548,11 +5560,11 @@ characters.data={
contextname="DZligature",
description="LATIN CAPITAL LETTER DZ",
direction="l",
- lccode=0x01F3,
+ lccode=0x1F3,
linebreak="al",
- specials={ "compat", 0x0044, 0x005A },
- uccode=0x01F2,
- unicodeslot=0x01F1,
+ specials={ "compat", 0x44, 0x5A },
+ uccode=0x1F2,
+ unicodeslot=0x1F1,
},
{
adobename="Dz",
@@ -5560,12 +5572,12 @@ characters.data={
contextname="Dzligature",
description="LATIN CAPITAL LETTER D WITH SMALL LETTER Z",
direction="l",
- lccode=0x01F3,
+ lccode=0x1F3,
linebreak="al",
- shcode=0x0044,
- specials={ "compat", 0x0044, 0x007A },
- uccode=0x01F1,
- unicodeslot=0x01F2,
+ shcode=0x44,
+ specials={ "compat", 0x44, 0x7A },
+ uccode=0x1F1,
+ unicodeslot=0x1F2,
},
{
adobename="dz",
@@ -5574,9 +5586,9 @@ characters.data={
description="LATIN SMALL LETTER DZ",
direction="l",
linebreak="al",
- specials={ "compat", 0x0064, 0x007A },
- uccode=0x01F1,
- unicodeslot=0x01F3,
+ specials={ "compat", 0x64, 0x7A },
+ uccode=0x1F1,
+ unicodeslot=0x1F3,
},
{
adobename="Gacute",
@@ -5584,11 +5596,11 @@ characters.data={
contextname="Gacute",
description="LATIN CAPITAL LETTER G WITH ACUTE",
direction="l",
- lccode=0x01F5,
+ lccode=0x1F5,
linebreak="al",
- shcode=0x0047,
- specials={ "char", 0x0047, 0x0301 },
- unicodeslot=0x01F4,
+ shcode=0x47,
+ specials={ "char", 0x47, 0x301 },
+ unicodeslot=0x1F4,
},
{
adobename="gacute",
@@ -5597,37 +5609,37 @@ characters.data={
description="LATIN SMALL LETTER G WITH ACUTE",
direction="l",
linebreak="al",
- shcode=0x0067,
- specials={ "char", 0x0067, 0x0301 },
- uccode=0x01F4,
- unicodeslot=0x01F5,
+ shcode=0x67,
+ specials={ "char", 0x67, 0x301 },
+ uccode=0x1F4,
+ unicodeslot=0x1F5,
},
{
category="lu",
description="LATIN CAPITAL LETTER HWAIR",
direction="l",
- lccode=0x0195,
+ lccode=0x195,
linebreak="al",
- unicodeslot=0x01F6,
+ unicodeslot=0x1F6,
},
{
category="lu",
description="LATIN CAPITAL LETTER WYNN",
direction="l",
- lccode=0x01BF,
+ lccode=0x1BF,
linebreak="al",
- unicodeslot=0x01F7,
+ unicodeslot=0x1F7,
},
{
category="lu",
contextname="Ngrave",
description="LATIN CAPITAL LETTER N WITH GRAVE",
direction="l",
- lccode=0x01F9,
+ lccode=0x1F9,
linebreak="al",
- shcode=0x004E,
- specials={ "char", 0x004E, 0x0300 },
- unicodeslot=0x01F8,
+ shcode=0x4E,
+ specials={ "char", 0x4E, 0x300 },
+ unicodeslot=0x1F8,
},
{
category="ll",
@@ -5635,10 +5647,10 @@ characters.data={
description="LATIN SMALL LETTER N WITH GRAVE",
direction="l",
linebreak="al",
- shcode=0x006E,
- specials={ "char", 0x006E, 0x0300 },
- uccode=0x01F8,
- unicodeslot=0x01F9,
+ shcode=0x6E,
+ specials={ "char", 0x6E, 0x300 },
+ uccode=0x1F8,
+ unicodeslot=0x1F9,
},
{
adobename="Aringacute",
@@ -5646,11 +5658,11 @@ characters.data={
contextname="Aringacute",
description="LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE",
direction="l",
- lccode=0x01FB,
+ lccode=0x1FB,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x00C5, 0x0301 },
- unicodeslot=0x01FA,
+ shcode=0x41,
+ specials={ "char", 0xC5, 0x301 },
+ unicodeslot=0x1FA,
},
{
adobename="aringacute",
@@ -5659,10 +5671,10 @@ characters.data={
description="LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x00E5, 0x0301 },
- uccode=0x01FA,
- unicodeslot=0x01FB,
+ shcode=0x61,
+ specials={ "char", 0xE5, 0x301 },
+ uccode=0x1FA,
+ unicodeslot=0x1FB,
},
{
adobename="AEacute",
@@ -5670,11 +5682,11 @@ characters.data={
contextname="AEacute",
description="LATIN CAPITAL LETTER AE WITH ACUTE",
direction="l",
- lccode=0x01FD,
+ lccode=0x1FD,
linebreak="al",
- shcode=0x00C6,
- specials={ "char", 0x00C6, 0x0301 },
- unicodeslot=0x01FC,
+ shcode=0xC6,
+ specials={ "char", 0xC6, 0x301 },
+ unicodeslot=0x1FC,
},
{
adobename="aeacute",
@@ -5683,10 +5695,10 @@ characters.data={
description="LATIN SMALL LETTER AE WITH ACUTE",
direction="l",
linebreak="al",
- shcode=0x00E6,
- specials={ "char", 0x00E6, 0x0301 },
- uccode=0x01FC,
- unicodeslot=0x01FD,
+ shcode=0xE6,
+ specials={ "char", 0xE6, 0x301 },
+ uccode=0x1FC,
+ unicodeslot=0x1FD,
},
{
adobename="Ostrokeacute",
@@ -5694,11 +5706,11 @@ characters.data={
contextname="Ostrokeacute",
description="LATIN CAPITAL LETTER O WITH STROKE AND ACUTE",
direction="l",
- lccode=0x01FF,
+ lccode=0x1FF,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x00D8, 0x0301 },
- unicodeslot=0x01FE,
+ shcode=0x4F,
+ specials={ "char", 0xD8, 0x301 },
+ unicodeslot=0x1FE,
},
{
adobename="ostrokeacute",
@@ -5707,10 +5719,10 @@ characters.data={
description="LATIN SMALL LETTER O WITH STROKE AND ACUTE",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x00F8, 0x0301 },
- uccode=0x01FE,
- unicodeslot=0x01FF,
+ shcode=0x6F,
+ specials={ "char", 0xF8, 0x301 },
+ uccode=0x1FE,
+ unicodeslot=0x1FF,
},
{
adobename="Adblgrave",
@@ -5718,11 +5730,11 @@ characters.data={
contextname="Adoublegrave",
description="LATIN CAPITAL LETTER A WITH DOUBLE GRAVE",
direction="l",
- lccode=0x0201,
+ lccode=0x201,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x0041, 0x030F },
- unicodeslot=0x0200,
+ shcode=0x41,
+ specials={ "char", 0x41, 0x30F },
+ unicodeslot=0x200,
},
{
adobename="adblgrave",
@@ -5731,10 +5743,10 @@ characters.data={
description="LATIN SMALL LETTER A WITH DOUBLE GRAVE",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x0061, 0x030F },
- uccode=0x0200,
- unicodeslot=0x0201,
+ shcode=0x61,
+ specials={ "char", 0x61, 0x30F },
+ uccode=0x200,
+ unicodeslot=0x201,
},
{
adobename="Ainvertedbreve",
@@ -5742,11 +5754,11 @@ characters.data={
contextname="Ainvertedbreve",
description="LATIN CAPITAL LETTER A WITH INVERTED BREVE",
direction="l",
- lccode=0x0203,
+ lccode=0x203,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x0041, 0x0311 },
- unicodeslot=0x0202,
+ shcode=0x41,
+ specials={ "char", 0x41, 0x311 },
+ unicodeslot=0x202,
},
{
adobename="ainvertedbreve",
@@ -5755,10 +5767,10 @@ characters.data={
description="LATIN SMALL LETTER A WITH INVERTED BREVE",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x0061, 0x0311 },
- uccode=0x0202,
- unicodeslot=0x0203,
+ shcode=0x61,
+ specials={ "char", 0x61, 0x311 },
+ uccode=0x202,
+ unicodeslot=0x203,
},
{
adobename="Edblgrave",
@@ -5766,11 +5778,11 @@ characters.data={
contextname="Edoublegrave",
description="LATIN CAPITAL LETTER E WITH DOUBLE GRAVE",
direction="l",
- lccode=0x0205,
+ lccode=0x205,
linebreak="al",
- shcode=0x0045,
- specials={ "char", 0x0045, 0x030F },
- unicodeslot=0x0204,
+ shcode=0x45,
+ specials={ "char", 0x45, 0x30F },
+ unicodeslot=0x204,
},
{
adobename="edblgrave",
@@ -5779,10 +5791,10 @@ characters.data={
description="LATIN SMALL LETTER E WITH DOUBLE GRAVE",
direction="l",
linebreak="al",
- shcode=0x0065,
- specials={ "char", 0x0065, 0x030F },
- uccode=0x0204,
- unicodeslot=0x0205,
+ shcode=0x65,
+ specials={ "char", 0x65, 0x30F },
+ uccode=0x204,
+ unicodeslot=0x205,
},
{
adobename="Einvertedbreve",
@@ -5790,11 +5802,11 @@ characters.data={
contextname="Einvertedbreve",
description="LATIN CAPITAL LETTER E WITH INVERTED BREVE",
direction="l",
- lccode=0x0207,
+ lccode=0x207,
linebreak="al",
- shcode=0x0045,
- specials={ "char", 0x0045, 0x0311 },
- unicodeslot=0x0206,
+ shcode=0x45,
+ specials={ "char", 0x45, 0x311 },
+ unicodeslot=0x206,
},
{
adobename="einvertedbreve",
@@ -5803,10 +5815,10 @@ characters.data={
description="LATIN SMALL LETTER E WITH INVERTED BREVE",
direction="l",
linebreak="al",
- shcode=0x0065,
- specials={ "char", 0x0065, 0x0311 },
- uccode=0x0206,
- unicodeslot=0x0207,
+ shcode=0x65,
+ specials={ "char", 0x65, 0x311 },
+ uccode=0x206,
+ unicodeslot=0x207,
},
{
adobename="Idblgrave",
@@ -5814,11 +5826,11 @@ characters.data={
contextname="Idoublegrave",
description="LATIN CAPITAL LETTER I WITH DOUBLE GRAVE",
direction="l",
- lccode=0x0209,
+ lccode=0x209,
linebreak="al",
- shcode=0x0049,
- specials={ "char", 0x0049, 0x030F },
- unicodeslot=0x0208,
+ shcode=0x49,
+ specials={ "char", 0x49, 0x30F },
+ unicodeslot=0x208,
},
{
adobename="idblgrave",
@@ -5827,10 +5839,10 @@ characters.data={
description="LATIN SMALL LETTER I WITH DOUBLE GRAVE",
direction="l",
linebreak="al",
- shcode=0x0069,
- specials={ "char", 0x0069, 0x030F },
- uccode=0x0208,
- unicodeslot=0x0209,
+ shcode=0x69,
+ specials={ "char", 0x69, 0x30F },
+ uccode=0x208,
+ unicodeslot=0x209,
},
{
adobename="Iinvertedbreve",
@@ -5838,11 +5850,11 @@ characters.data={
contextname="Iinvertedbreve",
description="LATIN CAPITAL LETTER I WITH INVERTED BREVE",
direction="l",
- lccode=0x020B,
+ lccode=0x20B,
linebreak="al",
- shcode=0x0049,
- specials={ "char", 0x0049, 0x0311 },
- unicodeslot=0x020A,
+ shcode=0x49,
+ specials={ "char", 0x49, 0x311 },
+ unicodeslot=0x20A,
},
{
adobename="iinvertedbreve",
@@ -5851,10 +5863,10 @@ characters.data={
description="LATIN SMALL LETTER I WITH INVERTED BREVE",
direction="l",
linebreak="al",
- shcode=0x0069,
- specials={ "char", 0x0069, 0x0311 },
- uccode=0x020A,
- unicodeslot=0x020B,
+ shcode=0x69,
+ specials={ "char", 0x69, 0x311 },
+ uccode=0x20A,
+ unicodeslot=0x20B,
},
{
adobename="Odblgrave",
@@ -5862,11 +5874,11 @@ characters.data={
contextname="Odoublegrave",
description="LATIN CAPITAL LETTER O WITH DOUBLE GRAVE",
direction="l",
- lccode=0x020D,
+ lccode=0x20D,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x004F, 0x030F },
- unicodeslot=0x020C,
+ shcode=0x4F,
+ specials={ "char", 0x4F, 0x30F },
+ unicodeslot=0x20C,
},
{
adobename="odblgrave",
@@ -5875,10 +5887,10 @@ characters.data={
description="LATIN SMALL LETTER O WITH DOUBLE GRAVE",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x006F, 0x030F },
- uccode=0x020C,
- unicodeslot=0x020D,
+ shcode=0x6F,
+ specials={ "char", 0x6F, 0x30F },
+ uccode=0x20C,
+ unicodeslot=0x20D,
},
{
adobename="Oinvertedbreve",
@@ -5886,11 +5898,11 @@ characters.data={
contextname="Oinvertedbreve",
description="LATIN CAPITAL LETTER O WITH INVERTED BREVE",
direction="l",
- lccode=0x020F,
+ lccode=0x20F,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x004F, 0x0311 },
- unicodeslot=0x020E,
+ shcode=0x4F,
+ specials={ "char", 0x4F, 0x311 },
+ unicodeslot=0x20E,
},
{
adobename="oinvertedbreve",
@@ -5899,10 +5911,10 @@ characters.data={
description="LATIN SMALL LETTER O WITH INVERTED BREVE",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x006F, 0x0311 },
- uccode=0x020E,
- unicodeslot=0x020F,
+ shcode=0x6F,
+ specials={ "char", 0x6F, 0x311 },
+ uccode=0x20E,
+ unicodeslot=0x20F,
},
{
adobename="Rdblgrave",
@@ -5910,11 +5922,11 @@ characters.data={
contextname="Rdoublegrave",
description="LATIN CAPITAL LETTER R WITH DOUBLE GRAVE",
direction="l",
- lccode=0x0211,
+ lccode=0x211,
linebreak="al",
- shcode=0x0052,
- specials={ "char", 0x0052, 0x030F },
- unicodeslot=0x0210,
+ shcode=0x52,
+ specials={ "char", 0x52, 0x30F },
+ unicodeslot=0x210,
},
{
adobename="rdblgrave",
@@ -5923,10 +5935,10 @@ characters.data={
description="LATIN SMALL LETTER R WITH DOUBLE GRAVE",
direction="l",
linebreak="al",
- shcode=0x0072,
- specials={ "char", 0x0072, 0x030F },
- uccode=0x0210,
- unicodeslot=0x0211,
+ shcode=0x72,
+ specials={ "char", 0x72, 0x30F },
+ uccode=0x210,
+ unicodeslot=0x211,
},
{
adobename="Rinvertedbreve",
@@ -5934,11 +5946,11 @@ characters.data={
contextname="Rinvertedbreve",
description="LATIN CAPITAL LETTER R WITH INVERTED BREVE",
direction="l",
- lccode=0x0213,
+ lccode=0x213,
linebreak="al",
- shcode=0x0052,
- specials={ "char", 0x0052, 0x0311 },
- unicodeslot=0x0212,
+ shcode=0x52,
+ specials={ "char", 0x52, 0x311 },
+ unicodeslot=0x212,
},
{
adobename="rinvertedbreve",
@@ -5947,10 +5959,10 @@ characters.data={
description="LATIN SMALL LETTER R WITH INVERTED BREVE",
direction="l",
linebreak="al",
- shcode=0x0072,
- specials={ "char", 0x0072, 0x0311 },
- uccode=0x0212,
- unicodeslot=0x0213,
+ shcode=0x72,
+ specials={ "char", 0x72, 0x311 },
+ uccode=0x212,
+ unicodeslot=0x213,
},
{
adobename="Udblgrave",
@@ -5958,11 +5970,11 @@ characters.data={
contextname="Udoublegrave",
description="LATIN CAPITAL LETTER U WITH DOUBLE GRAVE",
direction="l",
- lccode=0x0215,
+ lccode=0x215,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x0055, 0x030F },
- unicodeslot=0x0214,
+ shcode=0x55,
+ specials={ "char", 0x55, 0x30F },
+ unicodeslot=0x214,
},
{
adobename="udblgrave",
@@ -5971,10 +5983,10 @@ characters.data={
description="LATIN SMALL LETTER U WITH DOUBLE GRAVE",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x0075, 0x030F },
- uccode=0x0214,
- unicodeslot=0x0215,
+ shcode=0x75,
+ specials={ "char", 0x75, 0x30F },
+ uccode=0x214,
+ unicodeslot=0x215,
},
{
adobename="Uinvertedbreve",
@@ -5982,11 +5994,11 @@ characters.data={
contextname="Uinvertedbreve",
description="LATIN CAPITAL LETTER U WITH INVERTED BREVE",
direction="l",
- lccode=0x0217,
+ lccode=0x217,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x0055, 0x0311 },
- unicodeslot=0x0216,
+ shcode=0x55,
+ specials={ "char", 0x55, 0x311 },
+ unicodeslot=0x216,
},
{
adobename="uinvertedbreve",
@@ -5995,10 +6007,10 @@ characters.data={
description="LATIN SMALL LETTER U WITH INVERTED BREVE",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x0075, 0x0311 },
- uccode=0x0216,
- unicodeslot=0x0217,
+ shcode=0x75,
+ specials={ "char", 0x75, 0x311 },
+ uccode=0x216,
+ unicodeslot=0x217,
},
{
adobename="Scommaaccent",
@@ -6006,11 +6018,11 @@ characters.data={
contextname="Scommaaccent",
description="LATIN CAPITAL LETTER S WITH COMMA BELOW",
direction="l",
- lccode=0x0219,
+ lccode=0x219,
linebreak="al",
- shcode=0x0053,
- specials={ "char", 0x0053, 0x0326 },
- unicodeslot=0x0218,
+ shcode=0x53,
+ specials={ "char", 0x53, 0x326 },
+ unicodeslot=0x218,
},
{
adobename="scommaaccent",
@@ -6019,21 +6031,21 @@ characters.data={
description="LATIN SMALL LETTER S WITH COMMA BELOW",
direction="l",
linebreak="al",
- shcode=0x0073,
- specials={ "char", 0x0073, 0x0326 },
- uccode=0x0218,
- unicodeslot=0x0219,
+ shcode=0x73,
+ specials={ "char", 0x73, 0x326 },
+ uccode=0x218,
+ unicodeslot=0x219,
},
{
category="lu",
contextname="Tcommaaccent",
description="LATIN CAPITAL LETTER T WITH COMMA BELOW",
direction="l",
- lccode=0x021B,
+ lccode=0x21B,
linebreak="al",
- shcode=0x0054,
- specials={ "char", 0x0054, 0x0326 },
- unicodeslot=0x021A,
+ shcode=0x54,
+ specials={ "char", 0x54, 0x326 },
+ unicodeslot=0x21A,
},
{
category="ll",
@@ -6041,37 +6053,37 @@ characters.data={
description="LATIN SMALL LETTER T WITH COMMA BELOW",
direction="l",
linebreak="al",
- shcode=0x0074,
- specials={ "char", 0x0074, 0x0326 },
- uccode=0x021A,
- unicodeslot=0x021B,
+ shcode=0x74,
+ specials={ "char", 0x74, 0x326 },
+ uccode=0x21A,
+ unicodeslot=0x21B,
},
{
category="lu",
description="LATIN CAPITAL LETTER YOGH",
direction="l",
- lccode=0x021D,
+ lccode=0x21D,
linebreak="al",
- unicodeslot=0x021C,
+ unicodeslot=0x21C,
},
{
category="ll",
description="LATIN SMALL LETTER YOGH",
direction="l",
linebreak="al",
- uccode=0x021C,
- unicodeslot=0x021D,
+ uccode=0x21C,
+ unicodeslot=0x21D,
},
{
category="lu",
contextname="Hcaron",
description="LATIN CAPITAL LETTER H WITH CARON",
direction="l",
- lccode=0x021F,
+ lccode=0x21F,
linebreak="al",
- shcode=0x0048,
- specials={ "char", 0x0048, 0x030C },
- unicodeslot=0x021E,
+ shcode=0x48,
+ specials={ "char", 0x48, 0x30C },
+ unicodeslot=0x21E,
},
{
category="ll",
@@ -6079,19 +6091,19 @@ characters.data={
description="LATIN SMALL LETTER H WITH CARON",
direction="l",
linebreak="al",
- shcode=0x0068,
- specials={ "char", 0x0068, 0x030C },
- uccode=0x021E,
- unicodeslot=0x021F,
+ shcode=0x68,
+ specials={ "char", 0x68, 0x30C },
+ uccode=0x21E,
+ unicodeslot=0x21F,
},
{
category="lu",
description="LATIN CAPITAL LETTER N WITH LONG RIGHT LEG",
direction="l",
- lccode=0x019E,
+ lccode=0x19E,
linebreak="al",
- shcode=0x004E,
- unicodeslot=0x0220,
+ shcode=0x4E,
+ unicodeslot=0x220,
},
{
category="ll",
@@ -6099,34 +6111,34 @@ characters.data={
description="LATIN SMALL LETTER D WITH CURL",
direction="l",
linebreak="al",
- shcode=0x0064,
- unicodeslot=0x0221,
+ shcode=0x64,
+ unicodeslot=0x221,
},
{
category="lu",
description="LATIN CAPITAL LETTER OU",
direction="l",
- lccode=0x0223,
+ lccode=0x223,
linebreak="al",
- unicodeslot=0x0222,
+ unicodeslot=0x222,
},
{
category="ll",
description="LATIN SMALL LETTER OU",
direction="l",
linebreak="al",
- uccode=0x0222,
- unicodeslot=0x0223,
+ uccode=0x222,
+ unicodeslot=0x223,
},
{
category="lu",
contextname="Zhook",
description="LATIN CAPITAL LETTER Z WITH HOOK",
direction="l",
- lccode=0x0225,
+ lccode=0x225,
linebreak="al",
- shcode=0x005A,
- unicodeslot=0x0224,
+ shcode=0x5A,
+ unicodeslot=0x224,
},
{
category="ll",
@@ -6134,20 +6146,20 @@ characters.data={
description="LATIN SMALL LETTER Z WITH HOOK",
direction="l",
linebreak="al",
- shcode=0x007A,
- uccode=0x0224,
- unicodeslot=0x0225,
+ shcode=0x7A,
+ uccode=0x224,
+ unicodeslot=0x225,
},
{
category="lu",
contextname="Adotaccent",
description="LATIN CAPITAL LETTER A WITH DOT ABOVE",
direction="l",
- lccode=0x0227,
+ lccode=0x227,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x0041, 0x0307 },
- unicodeslot=0x0226,
+ shcode=0x41,
+ specials={ "char", 0x41, 0x307 },
+ unicodeslot=0x226,
},
{
category="ll",
@@ -6155,21 +6167,21 @@ characters.data={
description="LATIN SMALL LETTER A WITH DOT ABOVE",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x0061, 0x0307 },
- uccode=0x0226,
- unicodeslot=0x0227,
+ shcode=0x61,
+ specials={ "char", 0x61, 0x307 },
+ uccode=0x226,
+ unicodeslot=0x227,
},
{
category="lu",
contextname="Ecedilla",
description="LATIN CAPITAL LETTER E WITH CEDILLA",
direction="l",
- lccode=0x0229,
+ lccode=0x229,
linebreak="al",
- shcode=0x0045,
- specials={ "char", 0x0045, 0x0327 },
- unicodeslot=0x0228,
+ shcode=0x45,
+ specials={ "char", 0x45, 0x327 },
+ unicodeslot=0x228,
},
{
category="ll",
@@ -6177,21 +6189,21 @@ characters.data={
description="LATIN SMALL LETTER E WITH CEDILLA",
direction="l",
linebreak="al",
- shcode=0x0065,
- specials={ "char", 0x0065, 0x0327 },
- uccode=0x0228,
- unicodeslot=0x0229,
+ shcode=0x65,
+ specials={ "char", 0x65, 0x327 },
+ uccode=0x228,
+ unicodeslot=0x229,
},
{
category="lu",
contextname="Odiaeresismacron",
description="LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON",
direction="l",
- lccode=0x022B,
+ lccode=0x22B,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x00D6, 0x0304 },
- unicodeslot=0x022A,
+ shcode=0x4F,
+ specials={ "char", 0xD6, 0x304 },
+ unicodeslot=0x22A,
},
{
category="ll",
@@ -6199,21 +6211,21 @@ characters.data={
description="LATIN SMALL LETTER O WITH DIAERESIS AND MACRON",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x00F6, 0x0304 },
- uccode=0x022A,
- unicodeslot=0x022B,
+ shcode=0x6F,
+ specials={ "char", 0xF6, 0x304 },
+ uccode=0x22A,
+ unicodeslot=0x22B,
},
{
category="lu",
contextname="Otildemacron",
description="LATIN CAPITAL LETTER O WITH TILDE AND MACRON",
direction="l",
- lccode=0x022D,
+ lccode=0x22D,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x00D5, 0x0304 },
- unicodeslot=0x022C,
+ shcode=0x4F,
+ specials={ "char", 0xD5, 0x304 },
+ unicodeslot=0x22C,
},
{
category="ll",
@@ -6221,21 +6233,21 @@ characters.data={
description="LATIN SMALL LETTER O WITH TILDE AND MACRON",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x00F5, 0x0304 },
- uccode=0x022C,
- unicodeslot=0x022D,
+ shcode=0x6F,
+ specials={ "char", 0xF5, 0x304 },
+ uccode=0x22C,
+ unicodeslot=0x22D,
},
{
category="lu",
contextname="Odotaccent",
description="LATIN CAPITAL LETTER O WITH DOT ABOVE",
direction="l",
- lccode=0x022F,
+ lccode=0x22F,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x004F, 0x0307 },
- unicodeslot=0x022E,
+ shcode=0x4F,
+ specials={ "char", 0x4F, 0x307 },
+ unicodeslot=0x22E,
},
{
category="ll",
@@ -6243,21 +6255,21 @@ characters.data={
description="LATIN SMALL LETTER O WITH DOT ABOVE",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x006F, 0x0307 },
- uccode=0x022E,
- unicodeslot=0x022F,
+ shcode=0x6F,
+ specials={ "char", 0x6F, 0x307 },
+ uccode=0x22E,
+ unicodeslot=0x22F,
},
{
category="lu",
contextname="Odotaccentmacron",
description="LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON",
direction="l",
- lccode=0x0231,
+ lccode=0x231,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x022E, 0x0304 },
- unicodeslot=0x0230,
+ shcode=0x4F,
+ specials={ "char", 0x22E, 0x304 },
+ unicodeslot=0x230,
},
{
category="ll",
@@ -6265,21 +6277,21 @@ characters.data={
description="LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x022F, 0x0304 },
- uccode=0x0230,
- unicodeslot=0x0231,
+ shcode=0x6F,
+ specials={ "char", 0x22F, 0x304 },
+ uccode=0x230,
+ unicodeslot=0x231,
},
{
category="lu",
contextname="Ymacron",
description="LATIN CAPITAL LETTER Y WITH MACRON",
direction="l",
- lccode=0x0233,
+ lccode=0x233,
linebreak="al",
- shcode=0x0059,
- specials={ "char", 0x0059, 0x0304 },
- unicodeslot=0x0232,
+ shcode=0x59,
+ specials={ "char", 0x59, 0x304 },
+ unicodeslot=0x232,
},
{
category="ll",
@@ -6287,10 +6299,10 @@ characters.data={
description="LATIN SMALL LETTER Y WITH MACRON",
direction="l",
linebreak="al",
- shcode=0x0079,
- specials={ "char", 0x0079, 0x0304 },
- uccode=0x0232,
- unicodeslot=0x0233,
+ shcode=0x79,
+ specials={ "char", 0x79, 0x304 },
+ uccode=0x232,
+ unicodeslot=0x233,
},
{
category="ll",
@@ -6298,8 +6310,8 @@ characters.data={
description="LATIN SMALL LETTER L WITH CURL",
direction="l",
linebreak="al",
- shcode=0x006C,
- unicodeslot=0x0234,
+ shcode=0x6C,
+ unicodeslot=0x234,
},
{
category="ll",
@@ -6307,8 +6319,8 @@ characters.data={
description="LATIN SMALL LETTER N WITH CURL",
direction="l",
linebreak="al",
- shcode=0x006E,
- unicodeslot=0x0235,
+ shcode=0x6E,
+ unicodeslot=0x235,
},
{
category="ll",
@@ -6316,8 +6328,8 @@ characters.data={
description="LATIN SMALL LETTER T WITH CURL",
direction="l",
linebreak="al",
- shcode=0x0074,
- unicodeslot=0x0236,
+ shcode=0x74,
+ unicodeslot=0x236,
},
{
category="ll",
@@ -6325,21 +6337,21 @@ characters.data={
description="LATIN SMALL LETTER DOTLESS J",
direction="l",
linebreak="al",
- unicodeslot=0x0237,
+ unicodeslot=0x237,
},
{
category="ll",
description="LATIN SMALL LETTER DB DIGRAPH",
direction="l",
linebreak="al",
- unicodeslot=0x0238,
+ unicodeslot=0x238,
},
{
category="ll",
description="LATIN SMALL LETTER QP DIGRAPH",
direction="l",
linebreak="al",
- unicodeslot=0x0239,
+ unicodeslot=0x239,
},
{
category="lu",
@@ -6348,18 +6360,18 @@ characters.data={
direction="l",
lccode=0x2C65,
linebreak="al",
- shcode=0x0041,
- unicodeslot=0x023A,
+ shcode=0x41,
+ unicodeslot=0x23A,
},
{
category="lu",
contextname="Cstroke",
description="LATIN CAPITAL LETTER C WITH STROKE",
direction="l",
- lccode=0x023C,
+ lccode=0x23C,
linebreak="al",
- shcode=0x0043,
- unicodeslot=0x023B,
+ shcode=0x43,
+ unicodeslot=0x23B,
},
{
category="ll",
@@ -6367,19 +6379,19 @@ characters.data={
description="LATIN SMALL LETTER C WITH STROKE",
direction="l",
linebreak="al",
- shcode=0x0063,
- uccode=0x023B,
- unicodeslot=0x023C,
+ shcode=0x63,
+ uccode=0x23B,
+ unicodeslot=0x23C,
},
{
category="lu",
contextname="Lbar",
description="LATIN CAPITAL LETTER L WITH BAR",
direction="l",
- lccode=0x019A,
+ lccode=0x19A,
linebreak="al",
- shcode=0x004C,
- unicodeslot=0x023D,
+ shcode=0x4C,
+ unicodeslot=0x23D,
},
{
category="lu",
@@ -6387,154 +6399,154 @@ characters.data={
direction="l",
lccode=0x2C66,
linebreak="al",
- shcode=0x0054,
- unicodeslot=0x023E,
+ shcode=0x54,
+ unicodeslot=0x23E,
},
{
category="ll",
description="LATIN SMALL LETTER S WITH SWASH TAIL",
direction="l",
linebreak="al",
- shcode=0x0073,
- unicodeslot=0x023F,
+ shcode=0x73,
+ unicodeslot=0x23F,
},
{
category="ll",
description="LATIN SMALL LETTER Z WITH SWASH TAIL",
direction="l",
linebreak="al",
- shcode=0x007A,
- unicodeslot=0x0240,
+ shcode=0x7A,
+ unicodeslot=0x240,
},
{
category="lu",
description="LATIN CAPITAL LETTER GLOTTAL STOP",
direction="l",
- lccode=0x0242,
+ lccode=0x242,
linebreak="al",
- unicodeslot=0x0241,
+ unicodeslot=0x241,
},
{
category="ll",
description="LATIN SMALL LETTER GLOTTAL STOP",
direction="l",
linebreak="al",
- uccode=0x0241,
- unicodeslot=0x0242,
+ uccode=0x241,
+ unicodeslot=0x242,
},
{
category="lu",
description="LATIN CAPITAL LETTER B WITH STROKE",
direction="l",
- lccode=0x0180,
+ lccode=0x180,
linebreak="al",
- shcode=0x0042,
- unicodeslot=0x0243,
+ shcode=0x42,
+ unicodeslot=0x243,
},
{
category="lu",
description="LATIN CAPITAL LETTER U BAR",
direction="l",
- lccode=0x0289,
+ lccode=0x289,
linebreak="al",
- unicodeslot=0x0244,
+ unicodeslot=0x244,
},
{
category="lu",
description="LATIN CAPITAL LETTER TURNED V",
direction="l",
- lccode=0x028C,
+ lccode=0x28C,
linebreak="al",
- unicodeslot=0x0245,
+ unicodeslot=0x245,
},
{
category="lu",
description="LATIN CAPITAL LETTER E WITH STROKE",
direction="l",
- lccode=0x0247,
+ lccode=0x247,
linebreak="al",
- shcode=0x0045,
- unicodeslot=0x0246,
+ shcode=0x45,
+ unicodeslot=0x246,
},
{
category="ll",
description="LATIN SMALL LETTER E WITH STROKE",
direction="l",
linebreak="al",
- shcode=0x0065,
- uccode=0x0246,
- unicodeslot=0x0247,
+ shcode=0x65,
+ uccode=0x246,
+ unicodeslot=0x247,
},
{
category="lu",
description="LATIN CAPITAL LETTER J WITH STROKE",
direction="l",
- lccode=0x0249,
+ lccode=0x249,
linebreak="al",
- shcode=0x004A,
- unicodeslot=0x0248,
+ shcode=0x4A,
+ unicodeslot=0x248,
},
{
category="ll",
description="LATIN SMALL LETTER J WITH STROKE",
direction="l",
linebreak="al",
- shcode=0x006A,
- uccode=0x0248,
- unicodeslot=0x0249,
+ shcode=0x6A,
+ uccode=0x248,
+ unicodeslot=0x249,
},
{
category="lu",
description="LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL",
direction="l",
- lccode=0x024B,
+ lccode=0x24B,
linebreak="al",
- unicodeslot=0x024A,
+ unicodeslot=0x24A,
},
{
category="ll",
description="LATIN SMALL LETTER Q WITH HOOK TAIL",
direction="l",
linebreak="al",
- shcode=0x0071,
- uccode=0x024A,
- unicodeslot=0x024B,
+ shcode=0x71,
+ uccode=0x24A,
+ unicodeslot=0x24B,
},
{
category="lu",
description="LATIN CAPITAL LETTER R WITH STROKE",
direction="l",
- lccode=0x024D,
+ lccode=0x24D,
linebreak="al",
- shcode=0x0052,
- unicodeslot=0x024C,
+ shcode=0x52,
+ unicodeslot=0x24C,
},
{
category="ll",
description="LATIN SMALL LETTER R WITH STROKE",
direction="l",
linebreak="al",
- shcode=0x0072,
- uccode=0x024C,
- unicodeslot=0x024D,
+ shcode=0x72,
+ uccode=0x24C,
+ unicodeslot=0x24D,
},
{
category="lu",
description="LATIN CAPITAL LETTER Y WITH STROKE",
direction="l",
- lccode=0x024F,
+ lccode=0x24F,
linebreak="al",
- shcode=0x0059,
- unicodeslot=0x024E,
+ shcode=0x59,
+ unicodeslot=0x24E,
},
{
category="ll",
description="LATIN SMALL LETTER Y WITH STROKE",
direction="l",
linebreak="al",
- shcode=0x0079,
- uccode=0x024E,
- unicodeslot=0x024F,
+ shcode=0x79,
+ uccode=0x24E,
+ unicodeslot=0x24F,
},
{
adobename="aturned",
@@ -6542,7 +6554,7 @@ characters.data={
description="LATIN SMALL LETTER TURNED A",
direction="l",
linebreak="al",
- unicodeslot=0x0250,
+ unicodeslot=0x250,
},
{
adobename="ascript",
@@ -6551,7 +6563,7 @@ characters.data={
description="LATIN SMALL LETTER ALPHA",
direction="l",
linebreak="al",
- unicodeslot=0x0251,
+ unicodeslot=0x251,
},
{
adobename="ascriptturned",
@@ -6559,7 +6571,7 @@ characters.data={
description="LATIN SMALL LETTER TURNED ALPHA",
direction="l",
linebreak="al",
- unicodeslot=0x0252,
+ unicodeslot=0x252,
},
{
adobename="bhook",
@@ -6568,9 +6580,9 @@ characters.data={
description="LATIN SMALL LETTER B WITH HOOK",
direction="l",
linebreak="al",
- shcode=0x0062,
- uccode=0x0181,
- unicodeslot=0x0253,
+ shcode=0x62,
+ uccode=0x181,
+ unicodeslot=0x253,
},
{
adobename="oopen",
@@ -6578,8 +6590,8 @@ characters.data={
description="LATIN SMALL LETTER OPEN O",
direction="l",
linebreak="al",
- uccode=0x0186,
- unicodeslot=0x0254,
+ uccode=0x186,
+ unicodeslot=0x254,
},
{
adobename="ccurl",
@@ -6588,8 +6600,8 @@ characters.data={
description="LATIN SMALL LETTER C WITH CURL",
direction="l",
linebreak="al",
- shcode=0x0063,
- unicodeslot=0x0255,
+ shcode=0x63,
+ unicodeslot=0x255,
},
{
adobename="dtail",
@@ -6598,9 +6610,9 @@ characters.data={
description="LATIN SMALL LETTER D WITH TAIL",
direction="l",
linebreak="al",
- shcode=0x0064,
- uccode=0x0189,
- unicodeslot=0x0256,
+ shcode=0x64,
+ uccode=0x189,
+ unicodeslot=0x256,
},
{
adobename="dhook",
@@ -6609,9 +6621,9 @@ characters.data={
description="LATIN SMALL LETTER D WITH HOOK",
direction="l",
linebreak="al",
- shcode=0x0064,
- uccode=0x018A,
- unicodeslot=0x0257,
+ shcode=0x64,
+ uccode=0x18A,
+ unicodeslot=0x257,
},
{
adobename="ereversed",
@@ -6619,7 +6631,7 @@ characters.data={
description="LATIN SMALL LETTER REVERSED E",
direction="l",
linebreak="al",
- unicodeslot=0x0258,
+ unicodeslot=0x258,
},
{
adobename="schwa",
@@ -6628,8 +6640,8 @@ characters.data={
description="LATIN SMALL LETTER SCHWA",
direction="l",
linebreak="al",
- uccode=0x018F,
- unicodeslot=0x0259,
+ uccode=0x18F,
+ unicodeslot=0x259,
},
{
adobename="schwahook",
@@ -6638,8 +6650,8 @@ characters.data={
description="LATIN SMALL LETTER SCHWA WITH HOOK",
direction="l",
linebreak="al",
- shcode=0x0259,
- unicodeslot=0x025A,
+ shcode=0x259,
+ unicodeslot=0x25A,
},
{
adobename="eopen",
@@ -6647,8 +6659,8 @@ characters.data={
description="LATIN SMALL LETTER OPEN E",
direction="l",
linebreak="al",
- uccode=0x0190,
- unicodeslot=0x025B,
+ uccode=0x190,
+ unicodeslot=0x25B,
},
{
adobename="eopenreversed",
@@ -6656,7 +6668,7 @@ characters.data={
description="LATIN SMALL LETTER REVERSED OPEN E",
direction="l",
linebreak="al",
- unicodeslot=0x025C,
+ unicodeslot=0x25C,
},
{
adobename="eopenreversedhook",
@@ -6664,7 +6676,7 @@ characters.data={
description="LATIN SMALL LETTER REVERSED OPEN E WITH HOOK",
direction="l",
linebreak="al",
- unicodeslot=0x025D,
+ unicodeslot=0x25D,
},
{
adobename="eopenreversedclosed",
@@ -6672,7 +6684,7 @@ characters.data={
description="LATIN SMALL LETTER CLOSED REVERSED OPEN E",
direction="l",
linebreak="al",
- unicodeslot=0x025E,
+ unicodeslot=0x25E,
},
{
adobename="jdotlessstroke",
@@ -6681,7 +6693,7 @@ characters.data={
description="LATIN SMALL LETTER DOTLESS J WITH STROKE",
direction="l",
linebreak="al",
- unicodeslot=0x025F,
+ unicodeslot=0x25F,
},
{
adobename="ghook",
@@ -6689,9 +6701,9 @@ characters.data={
description="LATIN SMALL LETTER G WITH HOOK",
direction="l",
linebreak="al",
- shcode=0x0067,
- uccode=0x0193,
- unicodeslot=0x0260,
+ shcode=0x67,
+ uccode=0x193,
+ unicodeslot=0x260,
},
{
adobename="gscript",
@@ -6700,14 +6712,14 @@ characters.data={
description="LATIN SMALL LETTER SCRIPT G",
direction="l",
linebreak="al",
- unicodeslot=0x0261,
+ unicodeslot=0x261,
},
{
category="ll",
description="LATIN LETTER SMALL CAPITAL G",
direction="l",
linebreak="al",
- unicodeslot=0x0262,
+ unicodeslot=0x262,
},
{
adobename="gammalatinsmall",
@@ -6715,8 +6727,8 @@ characters.data={
description="LATIN SMALL LETTER GAMMA",
direction="l",
linebreak="al",
- uccode=0x0194,
- unicodeslot=0x0263,
+ uccode=0x194,
+ unicodeslot=0x263,
},
{
adobename="ramshorn",
@@ -6724,7 +6736,7 @@ characters.data={
description="LATIN SMALL LETTER RAMS HORN",
direction="l",
linebreak="al",
- unicodeslot=0x0264,
+ unicodeslot=0x264,
},
{
adobename="hturned",
@@ -6732,7 +6744,7 @@ characters.data={
description="LATIN SMALL LETTER TURNED H",
direction="l",
linebreak="al",
- unicodeslot=0x0265,
+ unicodeslot=0x265,
},
{
adobename="hhook",
@@ -6740,8 +6752,8 @@ characters.data={
description="LATIN SMALL LETTER H WITH HOOK",
direction="l",
linebreak="al",
- shcode=0x0068,
- unicodeslot=0x0266,
+ shcode=0x68,
+ unicodeslot=0x266,
},
{
adobename="henghook",
@@ -6749,7 +6761,7 @@ characters.data={
description="LATIN SMALL LETTER HENG WITH HOOK",
direction="l",
linebreak="al",
- unicodeslot=0x0267,
+ unicodeslot=0x267,
},
{
adobename="istroke",
@@ -6757,9 +6769,9 @@ characters.data={
description="LATIN SMALL LETTER I WITH STROKE",
direction="l",
linebreak="al",
- shcode=0x0069,
- uccode=0x0197,
- unicodeslot=0x0268,
+ shcode=0x69,
+ uccode=0x197,
+ unicodeslot=0x268,
},
{
adobename="iotalatin",
@@ -6767,15 +6779,15 @@ characters.data={
description="LATIN SMALL LETTER IOTA",
direction="l",
linebreak="al",
- uccode=0x0196,
- unicodeslot=0x0269,
+ uccode=0x196,
+ unicodeslot=0x269,
},
{
category="ll",
description="LATIN LETTER SMALL CAPITAL I",
direction="l",
linebreak="al",
- unicodeslot=0x026A,
+ unicodeslot=0x26A,
},
{
adobename="lmiddletilde",
@@ -6783,9 +6795,9 @@ characters.data={
description="LATIN SMALL LETTER L WITH MIDDLE TILDE",
direction="l",
linebreak="al",
- shcode=0x006C,
+ shcode=0x6C,
uccode=0x2C62,
- unicodeslot=0x026B,
+ unicodeslot=0x26B,
},
{
adobename="lbelt",
@@ -6793,8 +6805,8 @@ characters.data={
description="LATIN SMALL LETTER L WITH BELT",
direction="l",
linebreak="al",
- shcode=0x006C,
- unicodeslot=0x026C,
+ shcode=0x6C,
+ unicodeslot=0x26C,
},
{
adobename="lhookretroflex",
@@ -6802,8 +6814,8 @@ characters.data={
description="LATIN SMALL LETTER L WITH RETROFLEX HOOK",
direction="l",
linebreak="al",
- shcode=0x006C,
- unicodeslot=0x026D,
+ shcode=0x6C,
+ unicodeslot=0x26D,
},
{
adobename="lezh",
@@ -6811,7 +6823,7 @@ characters.data={
description="LATIN SMALL LETTER LEZH",
direction="l",
linebreak="al",
- unicodeslot=0x026E,
+ unicodeslot=0x26E,
},
{
adobename="mturned",
@@ -6819,8 +6831,8 @@ characters.data={
description="LATIN SMALL LETTER TURNED M",
direction="l",
linebreak="al",
- uccode=0x019C,
- unicodeslot=0x026F,
+ uccode=0x19C,
+ unicodeslot=0x26F,
},
{
adobename="mlonglegturned",
@@ -6828,7 +6840,7 @@ characters.data={
description="LATIN SMALL LETTER TURNED M WITH LONG LEG",
direction="l",
linebreak="al",
- unicodeslot=0x0270,
+ unicodeslot=0x270,
},
{
adobename="mhook",
@@ -6836,8 +6848,8 @@ characters.data={
description="LATIN SMALL LETTER M WITH HOOK",
direction="l",
linebreak="al",
- shcode=0x006D,
- unicodeslot=0x0271,
+ shcode=0x6D,
+ unicodeslot=0x271,
},
{
adobename="nhookleft",
@@ -6845,9 +6857,9 @@ characters.data={
description="LATIN SMALL LETTER N WITH LEFT HOOK",
direction="l",
linebreak="al",
- shcode=0x006E,
- uccode=0x019D,
- unicodeslot=0x0272,
+ shcode=0x6E,
+ uccode=0x19D,
+ unicodeslot=0x272,
},
{
adobename="nhookretroflex",
@@ -6855,15 +6867,15 @@ characters.data={
description="LATIN SMALL LETTER N WITH RETROFLEX HOOK",
direction="l",
linebreak="al",
- shcode=0x006E,
- unicodeslot=0x0273,
+ shcode=0x6E,
+ unicodeslot=0x273,
},
{
category="ll",
description="LATIN LETTER SMALL CAPITAL N",
direction="l",
linebreak="al",
- unicodeslot=0x0274,
+ unicodeslot=0x274,
},
{
adobename="obarred",
@@ -6871,15 +6883,15 @@ characters.data={
description="LATIN SMALL LETTER BARRED O",
direction="l",
linebreak="al",
- uccode=0x019F,
- unicodeslot=0x0275,
+ uccode=0x19F,
+ unicodeslot=0x275,
},
{
category="ll",
description="LATIN LETTER SMALL CAPITAL OE",
direction="l",
linebreak="al",
- unicodeslot=0x0276,
+ unicodeslot=0x276,
},
{
adobename="omegalatinclosed",
@@ -6887,7 +6899,7 @@ characters.data={
description="LATIN SMALL LETTER CLOSED OMEGA",
direction="l",
linebreak="al",
- unicodeslot=0x0277,
+ unicodeslot=0x277,
},
{
adobename="philatin",
@@ -6895,7 +6907,7 @@ characters.data={
description="LATIN SMALL LETTER PHI",
direction="l",
linebreak="al",
- unicodeslot=0x0278,
+ unicodeslot=0x278,
},
{
adobename="rturned",
@@ -6903,7 +6915,7 @@ characters.data={
description="LATIN SMALL LETTER TURNED R",
direction="l",
linebreak="al",
- unicodeslot=0x0279,
+ unicodeslot=0x279,
},
{
adobename="rlonglegturned",
@@ -6911,7 +6923,7 @@ characters.data={
description="LATIN SMALL LETTER TURNED R WITH LONG LEG",
direction="l",
linebreak="al",
- unicodeslot=0x027A,
+ unicodeslot=0x27A,
},
{
adobename="rhookturned",
@@ -6919,7 +6931,7 @@ characters.data={
description="LATIN SMALL LETTER TURNED R WITH HOOK",
direction="l",
linebreak="al",
- unicodeslot=0x027B,
+ unicodeslot=0x27B,
},
{
adobename="rlongleg",
@@ -6927,8 +6939,8 @@ characters.data={
description="LATIN SMALL LETTER R WITH LONG LEG",
direction="l",
linebreak="al",
- shcode=0x0072,
- unicodeslot=0x027C,
+ shcode=0x72,
+ unicodeslot=0x27C,
},
{
adobename="rhook",
@@ -6936,9 +6948,9 @@ characters.data={
description="LATIN SMALL LETTER R WITH TAIL",
direction="l",
linebreak="al",
- shcode=0x0072,
+ shcode=0x72,
uccode=0x2C64,
- unicodeslot=0x027D,
+ unicodeslot=0x27D,
},
{
adobename="rfishhook",
@@ -6946,8 +6958,8 @@ characters.data={
description="LATIN SMALL LETTER R WITH FISHHOOK",
direction="l",
linebreak="al",
- shcode=0x0072,
- unicodeslot=0x027E,
+ shcode=0x72,
+ unicodeslot=0x27E,
},
{
adobename="rfishhookreversed",
@@ -6955,15 +6967,15 @@ characters.data={
description="LATIN SMALL LETTER REVERSED R WITH FISHHOOK",
direction="l",
linebreak="al",
- unicodeslot=0x027F,
+ unicodeslot=0x27F,
},
{
category="ll",
description="LATIN LETTER SMALL CAPITAL R",
direction="l",
linebreak="al",
- uccode=0x01A6,
- unicodeslot=0x0280,
+ uccode=0x1A6,
+ unicodeslot=0x280,
},
{
adobename="Rsmallinverted",
@@ -6971,7 +6983,7 @@ characters.data={
description="LATIN LETTER SMALL CAPITAL INVERTED R",
direction="l",
linebreak="al",
- unicodeslot=0x0281,
+ unicodeslot=0x281,
},
{
adobename="shook",
@@ -6979,8 +6991,8 @@ characters.data={
description="LATIN SMALL LETTER S WITH HOOK",
direction="l",
linebreak="al",
- shcode=0x0073,
- unicodeslot=0x0282,
+ shcode=0x73,
+ unicodeslot=0x282,
},
{
adobename="esh",
@@ -6988,8 +7000,8 @@ characters.data={
description="LATIN SMALL LETTER ESH",
direction="l",
linebreak="al",
- uccode=0x01A9,
- unicodeslot=0x0283,
+ uccode=0x1A9,
+ unicodeslot=0x283,
},
{
adobename="dotlessjstrokehook",
@@ -6997,7 +7009,7 @@ characters.data={
description="LATIN SMALL LETTER DOTLESS J WITH STROKE AND HOOK",
direction="l",
linebreak="al",
- unicodeslot=0x0284,
+ unicodeslot=0x284,
},
{
adobename="eshsquatreversed",
@@ -7005,7 +7017,7 @@ characters.data={
description="LATIN SMALL LETTER SQUAT REVERSED ESH",
direction="l",
linebreak="al",
- unicodeslot=0x0285,
+ unicodeslot=0x285,
},
{
adobename="eshcurl",
@@ -7013,8 +7025,8 @@ characters.data={
description="LATIN SMALL LETTER ESH WITH CURL",
direction="l",
linebreak="al",
- shcode=0x0283,
- unicodeslot=0x0286,
+ shcode=0x283,
+ unicodeslot=0x286,
},
{
adobename="tturned",
@@ -7022,7 +7034,7 @@ characters.data={
description="LATIN SMALL LETTER TURNED T",
direction="l",
linebreak="al",
- unicodeslot=0x0287,
+ unicodeslot=0x287,
},
{
adobename="tretroflexhook",
@@ -7030,9 +7042,9 @@ characters.data={
description="LATIN SMALL LETTER T WITH RETROFLEX HOOK",
direction="l",
linebreak="al",
- shcode=0x0074,
- uccode=0x01AE,
- unicodeslot=0x0288,
+ shcode=0x74,
+ uccode=0x1AE,
+ unicodeslot=0x288,
},
{
adobename="ubar",
@@ -7040,8 +7052,8 @@ characters.data={
description="LATIN SMALL LETTER U BAR",
direction="l",
linebreak="al",
- uccode=0x0244,
- unicodeslot=0x0289,
+ uccode=0x244,
+ unicodeslot=0x289,
},
{
adobename="upsilonlatin",
@@ -7049,8 +7061,8 @@ characters.data={
description="LATIN SMALL LETTER UPSILON",
direction="l",
linebreak="al",
- uccode=0x01B1,
- unicodeslot=0x028A,
+ uccode=0x1B1,
+ unicodeslot=0x28A,
},
{
adobename="vhook",
@@ -7058,9 +7070,9 @@ characters.data={
description="LATIN SMALL LETTER V WITH HOOK",
direction="l",
linebreak="al",
- shcode=0x0076,
- uccode=0x01B2,
- unicodeslot=0x028B,
+ shcode=0x76,
+ uccode=0x1B2,
+ unicodeslot=0x28B,
},
{
adobename="vturned",
@@ -7068,8 +7080,8 @@ characters.data={
description="LATIN SMALL LETTER TURNED V",
direction="l",
linebreak="al",
- uccode=0x0245,
- unicodeslot=0x028C,
+ uccode=0x245,
+ unicodeslot=0x28C,
},
{
adobename="wturned",
@@ -7077,7 +7089,7 @@ characters.data={
description="LATIN SMALL LETTER TURNED W",
direction="l",
linebreak="al",
- unicodeslot=0x028D,
+ unicodeslot=0x28D,
},
{
adobename="yturned",
@@ -7085,14 +7097,14 @@ characters.data={
description="LATIN SMALL LETTER TURNED Y",
direction="l",
linebreak="al",
- unicodeslot=0x028E,
+ unicodeslot=0x28E,
},
{
category="ll",
description="LATIN LETTER SMALL CAPITAL Y",
direction="l",
linebreak="al",
- unicodeslot=0x028F,
+ unicodeslot=0x28F,
},
{
adobename="zretroflexhook",
@@ -7100,8 +7112,8 @@ characters.data={
description="LATIN SMALL LETTER Z WITH RETROFLEX HOOK",
direction="l",
linebreak="al",
- shcode=0x007A,
- unicodeslot=0x0290,
+ shcode=0x7A,
+ unicodeslot=0x290,
},
{
adobename="zcurl",
@@ -7109,8 +7121,8 @@ characters.data={
description="LATIN SMALL LETTER Z WITH CURL",
direction="l",
linebreak="al",
- shcode=0x007A,
- unicodeslot=0x0291,
+ shcode=0x7A,
+ unicodeslot=0x291,
},
{
adobename="ezh",
@@ -7118,8 +7130,8 @@ characters.data={
description="LATIN SMALL LETTER EZH",
direction="l",
linebreak="al",
- uccode=0x01B7,
- unicodeslot=0x0292,
+ uccode=0x1B7,
+ unicodeslot=0x292,
},
{
adobename="ezhcurl",
@@ -7127,8 +7139,8 @@ characters.data={
description="LATIN SMALL LETTER EZH WITH CURL",
direction="l",
linebreak="al",
- shcode=0x0292,
- unicodeslot=0x0293,
+ shcode=0x292,
+ unicodeslot=0x293,
},
{
adobename="glottalstop",
@@ -7136,7 +7148,7 @@ characters.data={
description="LATIN LETTER GLOTTAL STOP",
direction="l",
linebreak="al",
- unicodeslot=0x0294,
+ unicodeslot=0x294,
},
{
adobename="glottalstopreversed",
@@ -7144,7 +7156,7 @@ characters.data={
description="LATIN LETTER PHARYNGEAL VOICED FRICATIVE",
direction="l",
linebreak="al",
- unicodeslot=0x0295,
+ unicodeslot=0x295,
},
{
adobename="glottalstopinverted",
@@ -7152,7 +7164,7 @@ characters.data={
description="LATIN LETTER INVERTED GLOTTAL STOP",
direction="l",
linebreak="al",
- unicodeslot=0x0296,
+ unicodeslot=0x296,
},
{
adobename="cstretched",
@@ -7160,7 +7172,7 @@ characters.data={
description="LATIN LETTER STRETCHED C",
direction="l",
linebreak="al",
- unicodeslot=0x0297,
+ unicodeslot=0x297,
},
{
adobename="bilabialclick",
@@ -7168,14 +7180,14 @@ characters.data={
description="LATIN LETTER BILABIAL CLICK",
direction="l",
linebreak="al",
- unicodeslot=0x0298,
+ unicodeslot=0x298,
},
{
category="ll",
description="LATIN LETTER SMALL CAPITAL B",
direction="l",
linebreak="al",
- unicodeslot=0x0299,
+ unicodeslot=0x299,
},
{
adobename="eopenclosed",
@@ -7183,7 +7195,7 @@ characters.data={
description="LATIN SMALL LETTER CLOSED OPEN E",
direction="l",
linebreak="al",
- unicodeslot=0x029A,
+ unicodeslot=0x29A,
},
{
adobename="Gsmallhook",
@@ -7191,14 +7203,14 @@ characters.data={
description="LATIN LETTER SMALL CAPITAL G WITH HOOK",
direction="l",
linebreak="al",
- unicodeslot=0x029B,
+ unicodeslot=0x29B,
},
{
category="ll",
description="LATIN LETTER SMALL CAPITAL H",
direction="l",
linebreak="al",
- unicodeslot=0x029C,
+ unicodeslot=0x29C,
},
{
adobename="jcrossedtail",
@@ -7206,8 +7218,8 @@ characters.data={
description="LATIN SMALL LETTER J WITH CROSSED-TAIL",
direction="l",
linebreak="al",
- shcode=0x006A,
- unicodeslot=0x029D,
+ shcode=0x6A,
+ unicodeslot=0x29D,
},
{
adobename="kturned",
@@ -7215,14 +7227,14 @@ characters.data={
description="LATIN SMALL LETTER TURNED K",
direction="l",
linebreak="al",
- unicodeslot=0x029E,
+ unicodeslot=0x29E,
},
{
category="ll",
description="LATIN LETTER SMALL CAPITAL L",
direction="l",
linebreak="al",
- unicodeslot=0x029F,
+ unicodeslot=0x29F,
},
{
adobename="qhook",
@@ -7230,8 +7242,8 @@ characters.data={
description="LATIN SMALL LETTER Q WITH HOOK",
direction="l",
linebreak="al",
- shcode=0x0071,
- unicodeslot=0x02A0,
+ shcode=0x71,
+ unicodeslot=0x2A0,
},
{
adobename="glottalstopstroke",
@@ -7239,7 +7251,7 @@ characters.data={
description="LATIN LETTER GLOTTAL STOP WITH STROKE",
direction="l",
linebreak="al",
- unicodeslot=0x02A1,
+ unicodeslot=0x2A1,
},
{
adobename="glottalstopstrokereversed",
@@ -7247,7 +7259,7 @@ characters.data={
description="LATIN LETTER REVERSED GLOTTAL STOP WITH STROKE",
direction="l",
linebreak="al",
- unicodeslot=0x02A2,
+ unicodeslot=0x2A2,
},
{
adobename="dzaltone",
@@ -7255,7 +7267,7 @@ characters.data={
description="LATIN SMALL LETTER DZ DIGRAPH",
direction="l",
linebreak="al",
- unicodeslot=0x02A3,
+ unicodeslot=0x2A3,
},
{
adobename="dezh",
@@ -7263,7 +7275,7 @@ characters.data={
description="LATIN SMALL LETTER DEZH DIGRAPH",
direction="l",
linebreak="al",
- unicodeslot=0x02A4,
+ unicodeslot=0x2A4,
},
{
adobename="dzcurl",
@@ -7271,7 +7283,7 @@ characters.data={
description="LATIN SMALL LETTER DZ DIGRAPH WITH CURL",
direction="l",
linebreak="al",
- unicodeslot=0x02A5,
+ unicodeslot=0x2A5,
},
{
adobename="ts",
@@ -7279,7 +7291,7 @@ characters.data={
description="LATIN SMALL LETTER TS DIGRAPH",
direction="l",
linebreak="al",
- unicodeslot=0x02A6,
+ unicodeslot=0x2A6,
},
{
adobename="tesh",
@@ -7287,7 +7299,7 @@ characters.data={
description="LATIN SMALL LETTER TESH DIGRAPH",
direction="l",
linebreak="al",
- unicodeslot=0x02A7,
+ unicodeslot=0x2A7,
},
{
adobename="tccurl",
@@ -7295,56 +7307,56 @@ characters.data={
description="LATIN SMALL LETTER TC DIGRAPH WITH CURL",
direction="l",
linebreak="al",
- unicodeslot=0x02A8,
+ unicodeslot=0x2A8,
},
{
category="ll",
description="LATIN SMALL LETTER FENG DIGRAPH",
direction="l",
linebreak="al",
- unicodeslot=0x02A9,
+ unicodeslot=0x2A9,
},
{
category="ll",
description="LATIN SMALL LETTER LS DIGRAPH",
direction="l",
linebreak="al",
- unicodeslot=0x02AA,
+ unicodeslot=0x2AA,
},
{
category="ll",
description="LATIN SMALL LETTER LZ DIGRAPH",
direction="l",
linebreak="al",
- unicodeslot=0x02AB,
+ unicodeslot=0x2AB,
},
{
category="ll",
description="LATIN LETTER BILABIAL PERCUSSIVE",
direction="l",
linebreak="al",
- unicodeslot=0x02AC,
+ unicodeslot=0x2AC,
},
{
category="ll",
description="LATIN LETTER BIDENTAL PERCUSSIVE",
direction="l",
linebreak="al",
- unicodeslot=0x02AD,
+ unicodeslot=0x2AD,
},
{
category="ll",
description="LATIN SMALL LETTER TURNED H WITH FISHHOOK",
direction="l",
linebreak="al",
- unicodeslot=0x02AE,
+ unicodeslot=0x2AE,
},
{
category="ll",
description="LATIN SMALL LETTER TURNED H WITH FISHHOOK AND TAIL",
direction="l",
linebreak="al",
- unicodeslot=0x02AF,
+ unicodeslot=0x2AF,
},
{
adobename="hsuperior",
@@ -7352,8 +7364,8 @@ characters.data={
description="MODIFIER LETTER SMALL H",
direction="l",
linebreak="al",
- specials={ "super", 0x0068 },
- unicodeslot=0x02B0,
+ specials={ "super", 0x68 },
+ unicodeslot=0x2B0,
},
{
adobename="hhooksuperior",
@@ -7361,8 +7373,8 @@ characters.data={
description="MODIFIER LETTER SMALL H WITH HOOK",
direction="l",
linebreak="al",
- specials={ "super", 0x0266 },
- unicodeslot=0x02B1,
+ specials={ "super", 0x266 },
+ unicodeslot=0x2B1,
},
{
adobename="jsuperior",
@@ -7370,16 +7382,16 @@ characters.data={
description="MODIFIER LETTER SMALL J",
direction="l",
linebreak="al",
- specials={ "super", 0x006A },
- unicodeslot=0x02B2,
+ specials={ "super", 0x6A },
+ unicodeslot=0x2B2,
},
{
category="lm",
description="MODIFIER LETTER SMALL R",
direction="l",
linebreak="al",
- specials={ "super", 0x0072 },
- unicodeslot=0x02B3,
+ specials={ "super", 0x72 },
+ unicodeslot=0x2B3,
},
{
adobename="rturnedsuperior",
@@ -7387,8 +7399,8 @@ characters.data={
description="MODIFIER LETTER SMALL TURNED R",
direction="l",
linebreak="al",
- specials={ "super", 0x0279 },
- unicodeslot=0x02B4,
+ specials={ "super", 0x279 },
+ unicodeslot=0x2B4,
},
{
adobename="rhookturnedsuperior",
@@ -7396,8 +7408,8 @@ characters.data={
description="MODIFIER LETTER SMALL TURNED R WITH HOOK",
direction="l",
linebreak="al",
- specials={ "super", 0x027B },
- unicodeslot=0x02B5,
+ specials={ "super", 0x27B },
+ unicodeslot=0x2B5,
},
{
adobename="Rsmallinvertedsuperior",
@@ -7405,8 +7417,8 @@ characters.data={
description="MODIFIER LETTER SMALL CAPITAL INVERTED R",
direction="l",
linebreak="al",
- specials={ "super", 0x0281 },
- unicodeslot=0x02B6,
+ specials={ "super", 0x281 },
+ unicodeslot=0x2B6,
},
{
adobename="wsuperior",
@@ -7414,8 +7426,8 @@ characters.data={
description="MODIFIER LETTER SMALL W",
direction="l",
linebreak="al",
- specials={ "super", 0x0077 },
- unicodeslot=0x02B7,
+ specials={ "super", 0x77 },
+ unicodeslot=0x2B7,
},
{
adobename="ysuperior",
@@ -7423,8 +7435,8 @@ characters.data={
description="MODIFIER LETTER SMALL Y",
direction="l",
linebreak="al",
- specials={ "super", 0x0079 },
- unicodeslot=0x02B8,
+ specials={ "super", 0x79 },
+ unicodeslot=0x2B8,
},
{
adobename="primemod",
@@ -7432,7 +7444,7 @@ characters.data={
description="MODIFIER LETTER PRIME",
direction="on",
linebreak="al",
- unicodeslot=0x02B9,
+ unicodeslot=0x2B9,
},
{
adobename="dblprimemod",
@@ -7440,7 +7452,7 @@ characters.data={
description="MODIFIER LETTER DOUBLE PRIME",
direction="on",
linebreak="al",
- unicodeslot=0x02BA,
+ unicodeslot=0x2BA,
},
{
adobename="commaturnedmod",
@@ -7448,7 +7460,7 @@ characters.data={
description="MODIFIER LETTER TURNED COMMA",
direction="l",
linebreak="al",
- unicodeslot=0x02BB,
+ unicodeslot=0x2BB,
},
{
adobename="apostrophemod",
@@ -7456,7 +7468,7 @@ characters.data={
description="MODIFIER LETTER APOSTROPHE",
direction="l",
linebreak="al",
- unicodeslot=0x02BC,
+ unicodeslot=0x2BC,
},
{
adobename="commareversedmod",
@@ -7464,7 +7476,7 @@ characters.data={
description="MODIFIER LETTER REVERSED COMMA",
direction="l",
linebreak="al",
- unicodeslot=0x02BD,
+ unicodeslot=0x2BD,
},
{
adobename="ringhalfright",
@@ -7472,7 +7484,7 @@ characters.data={
description="MODIFIER LETTER RIGHT HALF RING",
direction="l",
linebreak="al",
- unicodeslot=0x02BE,
+ unicodeslot=0x2BE,
},
{
adobename="ringhalfleft",
@@ -7480,7 +7492,7 @@ characters.data={
description="MODIFIER LETTER LEFT HALF RING",
direction="l",
linebreak="al",
- unicodeslot=0x02BF,
+ unicodeslot=0x2BF,
},
{
adobename="glottalstopmod",
@@ -7488,7 +7500,7 @@ characters.data={
description="MODIFIER LETTER GLOTTAL STOP",
direction="l",
linebreak="al",
- unicodeslot=0x02C0,
+ unicodeslot=0x2C0,
},
{
adobename="glottalstopreversedmod",
@@ -7496,7 +7508,7 @@ characters.data={
description="MODIFIER LETTER REVERSED GLOTTAL STOP",
direction="l",
linebreak="al",
- unicodeslot=0x02C1,
+ unicodeslot=0x2C1,
},
{
adobename="arrowheadleftmod",
@@ -7504,7 +7516,7 @@ characters.data={
description="MODIFIER LETTER LEFT ARROWHEAD",
direction="on",
linebreak="al",
- unicodeslot=0x02C2,
+ unicodeslot=0x2C2,
},
{
adobename="arrowheadrightmod",
@@ -7512,7 +7524,7 @@ characters.data={
description="MODIFIER LETTER RIGHT ARROWHEAD",
direction="on",
linebreak="al",
- unicodeslot=0x02C3,
+ unicodeslot=0x2C3,
},
{
adobename="arrowheadupmod",
@@ -7521,7 +7533,7 @@ characters.data={
description="MODIFIER LETTER UP ARROWHEAD",
direction="on",
linebreak="al",
- unicodeslot=0x02C4,
+ unicodeslot=0x2C4,
},
{
adobename="arrowheaddownmod",
@@ -7529,7 +7541,7 @@ characters.data={
description="MODIFIER LETTER DOWN ARROWHEAD",
direction="on",
linebreak="al",
- unicodeslot=0x02C5,
+ unicodeslot=0x2C5,
},
{
adobename="circumflex",
@@ -7541,8 +7553,8 @@ characters.data={
linebreak="al",
mathclass="topaccent",
mathname="hat",
- specials={ "compat", 0x0020, 0x0302 },
- unicodeslot=0x02C6,
+ specials={ "compat", 0x20, 0x302 },
+ unicodeslot=0x2C6,
},
{
adobename="caron",
@@ -7555,8 +7567,8 @@ characters.data={
linebreak="ai",
mathclass="topaccent",
mathname="check",
- specials={ "compat", 0x0020, 0x030C },
- unicodeslot=0x02C7,
+ specials={ "compat", 0x20, 0x30C },
+ unicodeslot=0x2C7,
},
{
adobename="verticallinemod",
@@ -7564,7 +7576,7 @@ characters.data={
description="MODIFIER LETTER VERTICAL LINE",
direction="on",
linebreak="bb",
- unicodeslot=0x02C8,
+ unicodeslot=0x2C8,
},
{
adobename="firsttonechinese",
@@ -7573,7 +7585,7 @@ characters.data={
description="MODIFIER LETTER MACRON",
direction="on",
linebreak="ai",
- unicodeslot=0x02C9,
+ unicodeslot=0x2C9,
},
{
adobename="secondtonechinese",
@@ -7582,7 +7594,7 @@ characters.data={
description="MODIFIER LETTER ACUTE ACCENT",
direction="on",
linebreak="ai",
- unicodeslot=0x02CA,
+ unicodeslot=0x2CA,
},
{
adobename="fourthtonechinese",
@@ -7591,7 +7603,7 @@ characters.data={
description="MODIFIER LETTER GRAVE ACCENT",
direction="on",
linebreak="ai",
- unicodeslot=0x02CB,
+ unicodeslot=0x2CB,
},
{
adobename="verticallinelowmod",
@@ -7599,7 +7611,7 @@ characters.data={
description="MODIFIER LETTER LOW VERTICAL LINE",
direction="on",
linebreak="bb",
- unicodeslot=0x02CC,
+ unicodeslot=0x2CC,
},
{
adobename="macronlowmod",
@@ -7608,7 +7620,7 @@ characters.data={
description="MODIFIER LETTER LOW MACRON",
direction="on",
linebreak="ai",
- unicodeslot=0x02CD,
+ unicodeslot=0x2CD,
},
{
adobename="gravelowmod",
@@ -7616,7 +7628,7 @@ characters.data={
description="MODIFIER LETTER LOW GRAVE ACCENT",
direction="on",
linebreak="al",
- unicodeslot=0x02CE,
+ unicodeslot=0x2CE,
},
{
adobename="acutelowmod",
@@ -7624,7 +7636,7 @@ characters.data={
description="MODIFIER LETTER LOW ACUTE ACCENT",
direction="on",
linebreak="al",
- unicodeslot=0x02CF,
+ unicodeslot=0x2CF,
},
{
adobename="colontriangularmod",
@@ -7633,7 +7645,7 @@ characters.data={
description="MODIFIER LETTER TRIANGULAR COLON",
direction="l",
linebreak="ai",
- unicodeslot=0x02D0,
+ unicodeslot=0x2D0,
},
{
adobename="colontriangularhalfmod",
@@ -7641,7 +7653,7 @@ characters.data={
description="MODIFIER LETTER HALF TRIANGULAR COLON",
direction="l",
linebreak="al",
- unicodeslot=0x02D1,
+ unicodeslot=0x2D1,
},
{
adobename="ringhalfrightcentered",
@@ -7649,7 +7661,7 @@ characters.data={
description="MODIFIER LETTER CENTRED RIGHT HALF RING",
direction="on",
linebreak="al",
- unicodeslot=0x02D2,
+ unicodeslot=0x2D2,
},
{
adobename="ringhalfleftcentered",
@@ -7657,7 +7669,7 @@ characters.data={
description="MODIFIER LETTER CENTRED LEFT HALF RING",
direction="on",
linebreak="al",
- unicodeslot=0x02D3,
+ unicodeslot=0x2D3,
},
{
adobename="uptackmod",
@@ -7665,7 +7677,7 @@ characters.data={
description="MODIFIER LETTER UP TACK",
direction="on",
linebreak="al",
- unicodeslot=0x02D4,
+ unicodeslot=0x2D4,
},
{
adobename="downtackmod",
@@ -7673,7 +7685,7 @@ characters.data={
description="MODIFIER LETTER DOWN TACK",
direction="on",
linebreak="al",
- unicodeslot=0x02D5,
+ unicodeslot=0x2D5,
},
{
adobename="plusmod",
@@ -7681,7 +7693,7 @@ characters.data={
description="MODIFIER LETTER PLUS SIGN",
direction="on",
linebreak="al",
- unicodeslot=0x02D6,
+ unicodeslot=0x2D6,
},
{
adobename="minusmod",
@@ -7689,7 +7701,7 @@ characters.data={
description="MODIFIER LETTER MINUS SIGN",
direction="on",
linebreak="al",
- unicodeslot=0x02D7,
+ unicodeslot=0x2D7,
},
{
adobename="breve",
@@ -7701,8 +7713,8 @@ characters.data={
linebreak="ai",
mathclass="topaccent",
mathname="breve",
- specials={ "compat", 0x0020, 0x0306 },
- unicodeslot=0x02D8,
+ specials={ "compat", 0x20, 0x306 },
+ unicodeslot=0x2D8,
},
{
adobename="dotaccent",
@@ -7714,8 +7726,8 @@ characters.data={
linebreak="ai",
mathclass="topaccent",
mathname="dot",
- specials={ "compat", 0x0020, 0x0307 },
- unicodeslot=0x02D9,
+ specials={ "compat", 0x20, 0x307 },
+ unicodeslot=0x2D9,
},
{
adobename="ring",
@@ -7727,8 +7739,8 @@ characters.data={
linebreak="ai",
mathclass="topaccent",
mathname="mathring",
- specials={ "compat", 0x0020, 0x030A },
- unicodeslot=0x02DA,
+ specials={ "compat", 0x20, 0x30A },
+ unicodeslot=0x2DA,
},
{
adobename="ogonek",
@@ -7738,8 +7750,8 @@ characters.data={
description="OGONEK",
direction="on",
linebreak="ai",
- specials={ "compat", 0x0020, 0x0328 },
- unicodeslot=0x02DB,
+ specials={ "compat", 0x20, 0x328 },
+ unicodeslot=0x2DB,
},
{
adobename="tilde",
@@ -7750,8 +7762,8 @@ characters.data={
linebreak="al",
mathclass="topaccent",
mathname="tilde",
- specials={ "compat", 0x0020, 0x0303 },
- unicodeslot=0x02DC,
+ specials={ "compat", 0x20, 0x303 },
+ unicodeslot=0x2DC,
},
{
adobename="hungarumlaut",
@@ -7761,8 +7773,8 @@ characters.data={
description="DOUBLE ACUTE ACCENT",
direction="on",
linebreak="ai",
- specials={ "compat", 0x0020, 0x030B },
- unicodeslot=0x02DD,
+ specials={ "compat", 0x20, 0x30B },
+ unicodeslot=0x2DD,
},
{
adobename="rhotichookmod",
@@ -7770,7 +7782,7 @@ characters.data={
description="MODIFIER LETTER RHOTIC HOOK",
direction="on",
linebreak="al",
- unicodeslot=0x02DE,
+ unicodeslot=0x2DE,
},
{
category="sk",
@@ -7778,7 +7790,7 @@ characters.data={
description="MODIFIER LETTER CROSS ACCENT",
direction="on",
linebreak="bb",
- unicodeslot=0x02DF,
+ unicodeslot=0x2DF,
},
{
adobename="gammasuperior",
@@ -7786,24 +7798,24 @@ characters.data={
description="MODIFIER LETTER SMALL GAMMA",
direction="l",
linebreak="al",
- specials={ "super", 0x0263 },
- unicodeslot=0x02E0,
+ specials={ "super", 0x263 },
+ unicodeslot=0x2E0,
},
{
category="lm",
description="MODIFIER LETTER SMALL L",
direction="l",
linebreak="al",
- specials={ "super", 0x006C },
- unicodeslot=0x02E1,
+ specials={ "super", 0x6C },
+ unicodeslot=0x2E1,
},
{
category="lm",
description="MODIFIER LETTER SMALL S",
direction="l",
linebreak="al",
- specials={ "super", 0x0073 },
- unicodeslot=0x02E2,
+ specials={ "super", 0x73 },
+ unicodeslot=0x2E2,
},
{
adobename="xsuperior",
@@ -7811,8 +7823,8 @@ characters.data={
description="MODIFIER LETTER SMALL X",
direction="l",
linebreak="al",
- specials={ "super", 0x0078 },
- unicodeslot=0x02E3,
+ specials={ "super", 0x78 },
+ unicodeslot=0x2E3,
},
{
adobename="glottalstopreversedsuperior",
@@ -7820,8 +7832,8 @@ characters.data={
description="MODIFIER LETTER SMALL REVERSED GLOTTAL STOP",
direction="l",
linebreak="al",
- specials={ "super", 0x0295 },
- unicodeslot=0x02E4,
+ specials={ "super", 0x295 },
+ unicodeslot=0x2E4,
},
{
adobename="tonebarextrahighmod",
@@ -7829,7 +7841,7 @@ characters.data={
description="MODIFIER LETTER EXTRA-HIGH TONE BAR",
direction="on",
linebreak="al",
- unicodeslot=0x02E5,
+ unicodeslot=0x2E5,
},
{
adobename="tonebarhighmod",
@@ -7837,7 +7849,7 @@ characters.data={
description="MODIFIER LETTER HIGH TONE BAR",
direction="on",
linebreak="al",
- unicodeslot=0x02E6,
+ unicodeslot=0x2E6,
},
{
adobename="tonebarmidmod",
@@ -7845,7 +7857,7 @@ characters.data={
description="MODIFIER LETTER MID TONE BAR",
direction="on",
linebreak="al",
- unicodeslot=0x02E7,
+ unicodeslot=0x2E7,
},
{
adobename="tonebarlowmod",
@@ -7853,7 +7865,7 @@ characters.data={
description="MODIFIER LETTER LOW TONE BAR",
direction="on",
linebreak="al",
- unicodeslot=0x02E8,
+ unicodeslot=0x2E8,
},
{
adobename="tonebarextralowmod",
@@ -7861,877 +7873,956 @@ characters.data={
description="MODIFIER LETTER EXTRA-LOW TONE BAR",
direction="on",
linebreak="al",
- unicodeslot=0x02E9,
+ unicodeslot=0x2E9,
},
{
category="sk",
description="MODIFIER LETTER YIN DEPARTING TONE MARK",
direction="on",
linebreak="al",
- unicodeslot=0x02EA,
+ unicodeslot=0x2EA,
},
{
category="sk",
description="MODIFIER LETTER YANG DEPARTING TONE MARK",
direction="on",
linebreak="al",
- unicodeslot=0x02EB,
+ unicodeslot=0x2EB,
},
{
category="sk",
description="MODIFIER LETTER VOICING",
direction="on",
linebreak="al",
- unicodeslot=0x02EC,
+ unicodeslot=0x2EC,
},
{
category="sk",
description="MODIFIER LETTER UNASPIRATED",
direction="on",
linebreak="al",
- unicodeslot=0x02ED,
+ unicodeslot=0x2ED,
},
{
category="lm",
description="MODIFIER LETTER DOUBLE APOSTROPHE",
direction="l",
linebreak="al",
- unicodeslot=0x02EE,
+ unicodeslot=0x2EE,
},
{
category="sk",
description="MODIFIER LETTER LOW DOWN ARROWHEAD",
direction="on",
linebreak="al",
- unicodeslot=0x02EF,
+ unicodeslot=0x2EF,
},
{
category="sk",
description="MODIFIER LETTER LOW UP ARROWHEAD",
direction="on",
linebreak="al",
- unicodeslot=0x02F0,
+ unicodeslot=0x2F0,
},
{
category="sk",
description="MODIFIER LETTER LOW LEFT ARROWHEAD",
direction="on",
linebreak="al",
- unicodeslot=0x02F1,
+ unicodeslot=0x2F1,
},
{
category="sk",
description="MODIFIER LETTER LOW RIGHT ARROWHEAD",
direction="on",
linebreak="al",
- unicodeslot=0x02F2,
+ unicodeslot=0x2F2,
},
{
category="sk",
description="MODIFIER LETTER LOW RING",
direction="on",
linebreak="al",
- unicodeslot=0x02F3,
+ unicodeslot=0x2F3,
},
{
category="sk",
description="MODIFIER LETTER MIDDLE GRAVE ACCENT",
direction="on",
linebreak="al",
- unicodeslot=0x02F4,
+ unicodeslot=0x2F4,
},
{
category="sk",
description="MODIFIER LETTER MIDDLE DOUBLE GRAVE ACCENT",
direction="on",
linebreak="al",
- unicodeslot=0x02F5,
+ unicodeslot=0x2F5,
},
{
category="sk",
description="MODIFIER LETTER MIDDLE DOUBLE ACUTE ACCENT",
direction="on",
linebreak="al",
- unicodeslot=0x02F6,
+ unicodeslot=0x2F6,
},
{
category="sk",
description="MODIFIER LETTER LOW TILDE",
direction="on",
linebreak="al",
- unicodeslot=0x02F7,
+ unicodeslot=0x2F7,
},
{
category="sk",
description="MODIFIER LETTER RAISED COLON",
direction="on",
linebreak="al",
- unicodeslot=0x02F8,
+ unicodeslot=0x2F8,
},
{
category="sk",
description="MODIFIER LETTER BEGIN HIGH TONE",
direction="on",
linebreak="al",
- unicodeslot=0x02F9,
+ unicodeslot=0x2F9,
},
{
category="sk",
description="MODIFIER LETTER END HIGH TONE",
direction="on",
linebreak="al",
- unicodeslot=0x02FA,
+ unicodeslot=0x2FA,
},
{
category="sk",
description="MODIFIER LETTER BEGIN LOW TONE",
direction="on",
linebreak="al",
- unicodeslot=0x02FB,
+ unicodeslot=0x2FB,
},
{
category="sk",
description="MODIFIER LETTER END LOW TONE",
direction="on",
linebreak="al",
- unicodeslot=0x02FC,
+ unicodeslot=0x2FC,
},
{
category="sk",
description="MODIFIER LETTER SHELF",
direction="on",
linebreak="al",
- unicodeslot=0x02FD,
+ unicodeslot=0x2FD,
},
{
category="sk",
description="MODIFIER LETTER OPEN SHELF",
direction="on",
linebreak="al",
- unicodeslot=0x02FE,
+ unicodeslot=0x2FE,
},
{
category="sk",
description="MODIFIER LETTER LOW LEFT ARROW",
direction="on",
linebreak="al",
- unicodeslot=0x02FF,
+ unicodeslot=0x2FF,
},
{
adobename="gravecomb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING GRAVE ACCENT",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0300,
+ unicodeslot=0x300,
},
{
adobename="acutecomb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING ACUTE ACCENT",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0301,
+ unicodeslot=0x301,
},
{
adobename="circumflexcmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING CIRCUMFLEX ACCENT",
direction="nsm",
linebreak="cm",
mathclass="topaccent",
mathname="widehat",
mathstretch="h",
- unicodeslot=0x0302,
+ unicodeslot=0x302,
},
{
adobename="tildecomb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING TILDE",
direction="nsm",
linebreak="cm",
mathclass="topaccent",
mathname="widetilde",
mathstretch="h",
- unicodeslot=0x0303,
+ unicodeslot=0x303,
},
{
adobename="macroncmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING MACRON",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0304,
+ unicodeslot=0x304,
},
{
adobename="overlinecmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING OVERLINE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0305,
+ unicodeslot=0x305,
},
{
adobename="brevecmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING BREVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0306,
+ unicodeslot=0x306,
},
{
adobename="dotaccentcmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING DOT ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0307,
+ unicodeslot=0x307,
},
{
adobename="dieresiscmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING DIAERESIS",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0308,
+ unicodeslot=0x308,
},
{
adobename="hookcmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING HOOK ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0309,
+ unicodeslot=0x309,
},
{
adobename="ringcmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING RING ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x030A,
+ unicodeslot=0x30A,
},
{
adobename="hungarumlautcmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING DOUBLE ACUTE ACCENT",
direction="nsm",
linebreak="cm",
- unicodeslot=0x030B,
+ unicodeslot=0x30B,
},
{
adobename="caroncmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING CARON",
direction="nsm",
linebreak="cm",
- unicodeslot=0x030C,
+ unicodeslot=0x30C,
},
{
adobename="verticallineabovecmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING VERTICAL LINE ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x030D,
+ unicodeslot=0x30D,
},
{
adobename="dblverticallineabovecmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING DOUBLE VERTICAL LINE ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x030E,
+ unicodeslot=0x30E,
},
{
adobename="dblgravecmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING DOUBLE GRAVE ACCENT",
direction="nsm",
linebreak="cm",
- unicodeslot=0x030F,
+ unicodeslot=0x30F,
},
{
adobename="candrabinducmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING CANDRABINDU",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0310,
+ unicodeslot=0x310,
},
{
adobename="breveinvertedcmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING INVERTED BREVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0311,
+ unicodeslot=0x311,
},
{
adobename="commaturnedabovecmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING TURNED COMMA ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0312,
+ unicodeslot=0x312,
},
{
adobename="commaabovecmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING COMMA ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0313,
+ unicodeslot=0x313,
},
{
adobename="commareversedabovecmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING REVERSED COMMA ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0314,
+ unicodeslot=0x314,
},
{
adobename="commaaboverightcmb",
category="mn",
cjkwd="a",
+ combining=0xE8,
description="COMBINING COMMA ABOVE RIGHT",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0315,
+ unicodeslot=0x315,
},
{
adobename="gravebelowcmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING GRAVE ACCENT BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0316,
+ unicodeslot=0x316,
},
{
adobename="acutebelowcmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING ACUTE ACCENT BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0317,
+ unicodeslot=0x317,
},
{
adobename="lefttackbelowcmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING LEFT TACK BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0318,
+ unicodeslot=0x318,
},
{
adobename="righttackbelowcmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING RIGHT TACK BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0319,
+ unicodeslot=0x319,
},
{
adobename="leftangleabovecmb",
category="mn",
cjkwd="a",
+ combining=0xE8,
description="COMBINING LEFT ANGLE ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x031A,
+ unicodeslot=0x31A,
},
{
adobename="horncmb",
category="mn",
cjkwd="a",
+ combining=0xD8,
description="COMBINING HORN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x031B,
+ unicodeslot=0x31B,
},
{
adobename="ringhalfleftbelowcmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING LEFT HALF RING BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x031C,
+ unicodeslot=0x31C,
},
{
adobename="uptackbelowcmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING UP TACK BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x031D,
+ unicodeslot=0x31D,
},
{
adobename="downtackbelowcmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING DOWN TACK BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x031E,
+ unicodeslot=0x31E,
},
{
adobename="plusbelowcmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING PLUS SIGN BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x031F,
+ unicodeslot=0x31F,
},
{
adobename="minusbelowcmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING MINUS SIGN BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0320,
+ unicodeslot=0x320,
},
{
adobename="hookpalatalizedbelowcmb",
category="mn",
cjkwd="a",
+ combining=0xCA,
description="COMBINING PALATALIZED HOOK BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0321,
+ unicodeslot=0x321,
},
{
adobename="hookretroflexbelowcmb",
category="mn",
cjkwd="a",
+ combining=0xCA,
description="COMBINING RETROFLEX HOOK BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0322,
+ unicodeslot=0x322,
},
{
adobename="dotbelowcomb",
category="mn",
cjkwd="a",
+ combining=0xDC,
contextname="textbottomdot",
description="COMBINING DOT BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0323,
+ unicodeslot=0x323,
},
{
adobename="dieresisbelowcmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING DIAERESIS BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0324,
+ unicodeslot=0x324,
},
{
adobename="ringbelowcmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING RING BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0325,
+ unicodeslot=0x325,
},
{
category="mn",
cjkwd="a",
+ combining=0xDC,
contextname="textbottomcomma",
description="COMBINING COMMA BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0326,
+ unicodeslot=0x326,
},
{
adobename="cedillacmb",
category="mn",
cjkwd="a",
+ combining=0xCA,
description="COMBINING CEDILLA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0327,
+ unicodeslot=0x327,
},
{
adobename="ogonekcmb",
category="mn",
cjkwd="a",
+ combining=0xCA,
description="COMBINING OGONEK",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0328,
+ unicodeslot=0x328,
},
{
adobename="verticallinebelowcmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING VERTICAL LINE BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0329,
+ unicodeslot=0x329,
},
{
adobename="bridgebelowcmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING BRIDGE BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x032A,
+ unicodeslot=0x32A,
},
{
adobename="dblarchinvertedbelowcmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING INVERTED DOUBLE ARCH BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x032B,
+ unicodeslot=0x32B,
},
{
adobename="caronbelowcmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING CARON BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x032C,
+ unicodeslot=0x32C,
},
{
adobename="circumflexbelowcmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING CIRCUMFLEX ACCENT BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x032D,
+ unicodeslot=0x32D,
},
{
adobename="brevebelowcmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING BREVE BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x032E,
+ unicodeslot=0x32E,
},
{
adobename="breveinvertedbelowcmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING INVERTED BREVE BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x032F,
+ unicodeslot=0x32F,
},
{
adobename="tildebelowcmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING TILDE BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0330,
+ unicodeslot=0x330,
},
{
adobename="macronbelowcmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING MACRON BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0331,
+ unicodeslot=0x331,
},
{
adobename="lowlinecmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING LOW LINE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0332,
+ unicodeslot=0x332,
},
{
adobename="dbllowlinecmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING DOUBLE LOW LINE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0333,
+ unicodeslot=0x333,
},
{
adobename="tildeoverlaycmb",
category="mn",
cjkwd="a",
+ combining=0x1,
description="COMBINING TILDE OVERLAY",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0334,
+ unicodeslot=0x334,
},
{
adobename="strokeshortoverlaycmb",
category="mn",
cjkwd="a",
+ combining=0x1,
description="COMBINING SHORT STROKE OVERLAY",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0335,
+ unicodeslot=0x335,
},
{
adobename="strokelongoverlaycmb",
category="mn",
cjkwd="a",
+ combining=0x1,
description="COMBINING LONG STROKE OVERLAY",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0336,
+ unicodeslot=0x336,
},
{
adobename="solidusshortoverlaycmb",
category="mn",
cjkwd="a",
+ combining=0x1,
description="COMBINING SHORT SOLIDUS OVERLAY",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0337,
+ unicodeslot=0x337,
},
{
adobename="soliduslongoverlaycmb",
category="mn",
cjkwd="a",
+ combining=0x1,
description="COMBINING LONG SOLIDUS OVERLAY",
direction="nsm",
linebreak="cm",
mathclass="relation",
mathname="not",
- unicodeslot=0x0338,
+ unicodeslot=0x338,
},
{
adobename="ringhalfrightbelowcmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING RIGHT HALF RING BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0339,
+ unicodeslot=0x339,
},
{
adobename="bridgeinvertedbelowcmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING INVERTED BRIDGE BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x033A,
+ unicodeslot=0x33A,
},
{
adobename="squarebelowcmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING SQUARE BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x033B,
+ unicodeslot=0x33B,
},
{
adobename="seagullbelowcmb",
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING SEAGULL BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x033C,
+ unicodeslot=0x33C,
},
{
adobename="xabovecmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING X ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x033D,
+ unicodeslot=0x33D,
},
{
adobename="tildeverticalcmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING VERTICAL TILDE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x033E,
+ unicodeslot=0x33E,
},
{
adobename="dbloverlinecmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING DOUBLE OVERLINE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x033F,
+ unicodeslot=0x33F,
},
{
adobename="gravetonecmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING GRAVE TONE MARK",
direction="nsm",
linebreak="cm",
- specials={ "char", 0x0300 },
- unicodeslot=0x0340,
+ specials={ "char", 0x300 },
+ unicodeslot=0x340,
},
{
adobename="acutetonecmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING ACUTE TONE MARK",
direction="nsm",
linebreak="cm",
- specials={ "char", 0x0301 },
- unicodeslot=0x0341,
+ specials={ "char", 0x301 },
+ unicodeslot=0x341,
},
{
adobename="perispomenigreekcmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING GREEK PERISPOMENI",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0342,
+ unicodeslot=0x342,
},
{
adobename="koroniscmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING GREEK KORONIS",
direction="nsm",
linebreak="cm",
- specials={ "char", 0x0313 },
- unicodeslot=0x0343,
+ specials={ "char", 0x313 },
+ unicodeslot=0x343,
},
{
adobename="dialytikatonoscmb",
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING GREEK DIALYTIKA TONOS",
direction="nsm",
linebreak="cm",
- specials={ "char", 0x0308, 0x0301 },
- unicodeslot=0x0344,
+ specials={ "char", 0x308, 0x301 },
+ unicodeslot=0x344,
},
{
adobename="ypogegrammenigreekcmb",
category="mn",
cjkwd="a",
+ combining=0xF0,
description="COMBINING GREEK YPOGEGRAMMENI",
direction="nsm",
linebreak="cm",
- uccode=0x0399,
- unicodeslot=0x0345,
+ uccode=0x399,
+ unicodeslot=0x345,
},
{
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING BRIDGE ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0346,
+ unicodeslot=0x346,
},
{
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING EQUALS SIGN BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0347,
+ unicodeslot=0x347,
},
{
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING DOUBLE VERTICAL LINE BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0348,
+ unicodeslot=0x348,
},
{
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING LEFT ANGLE BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0349,
+ unicodeslot=0x349,
},
{
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING NOT TILDE ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x034A,
+ unicodeslot=0x34A,
},
{
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING HOMOTHETIC ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x034B,
+ unicodeslot=0x34B,
},
{
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING ALMOST EQUAL TO ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x034C,
+ unicodeslot=0x34C,
},
{
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING LEFT RIGHT ARROW BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x034D,
+ unicodeslot=0x34D,
},
{
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING UPWARDS ARROW BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x034E,
+ unicodeslot=0x34E,
},
{
category="mn",
@@ -8739,293 +8830,325 @@ characters.data={
description="COMBINING GRAPHEME JOINER",
direction="nsm",
linebreak="gl",
- unicodeslot=0x034F,
+ unicodeslot=0x34F,
},
{
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING RIGHT ARROWHEAD ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0350,
+ unicodeslot=0x350,
},
{
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING LEFT HALF RING ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0351,
+ unicodeslot=0x351,
},
{
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING FERMATA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0352,
+ unicodeslot=0x352,
},
{
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING X BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0353,
+ unicodeslot=0x353,
},
{
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING LEFT ARROWHEAD BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0354,
+ unicodeslot=0x354,
},
{
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING RIGHT ARROWHEAD BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0355,
+ unicodeslot=0x355,
},
{
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING RIGHT ARROWHEAD AND UP ARROWHEAD BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0356,
+ unicodeslot=0x356,
},
{
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING RIGHT HALF RING ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0357,
+ unicodeslot=0x357,
},
{
category="mn",
cjkwd="a",
+ combining=0xE8,
description="COMBINING DOT ABOVE RIGHT",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0358,
+ unicodeslot=0x358,
},
{
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING ASTERISK BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0359,
+ unicodeslot=0x359,
},
{
category="mn",
cjkwd="a",
+ combining=0xDC,
description="COMBINING DOUBLE RING BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x035A,
+ unicodeslot=0x35A,
},
{
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING ZIGZAG ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x035B,
+ unicodeslot=0x35B,
},
{
category="mn",
cjkwd="a",
+ combining=0xE9,
description="COMBINING DOUBLE BREVE BELOW",
direction="nsm",
linebreak="gl",
- unicodeslot=0x035C,
+ unicodeslot=0x35C,
},
{
category="mn",
cjkwd="a",
+ combining=0xEA,
description="COMBINING DOUBLE BREVE",
direction="nsm",
linebreak="gl",
- unicodeslot=0x035D,
+ unicodeslot=0x35D,
},
{
category="mn",
cjkwd="a",
+ combining=0xEA,
description="COMBINING DOUBLE MACRON",
direction="nsm",
linebreak="gl",
- unicodeslot=0x035E,
+ unicodeslot=0x35E,
},
{
category="mn",
cjkwd="a",
+ combining=0xE9,
description="COMBINING DOUBLE MACRON BELOW",
direction="nsm",
linebreak="gl",
- unicodeslot=0x035F,
+ unicodeslot=0x35F,
},
{
adobename="tildedoublecmb",
category="mn",
cjkwd="a",
+ combining=0xEA,
description="COMBINING DOUBLE TILDE",
direction="nsm",
linebreak="gl",
- unicodeslot=0x0360,
+ unicodeslot=0x360,
},
{
adobename="breveinverteddoublecmb",
category="mn",
cjkwd="a",
+ combining=0xEA,
description="COMBINING DOUBLE INVERTED BREVE",
direction="nsm",
linebreak="gl",
- unicodeslot=0x0361,
+ unicodeslot=0x361,
},
{
category="mn",
cjkwd="a",
+ combining=0xE9,
description="COMBINING DOUBLE RIGHTWARDS ARROW BELOW",
direction="nsm",
linebreak="gl",
- unicodeslot=0x0362,
+ unicodeslot=0x362,
},
{
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER A",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0363,
+ unicodeslot=0x363,
},
{
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER E",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0364,
+ unicodeslot=0x364,
},
{
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER I",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0365,
+ unicodeslot=0x365,
},
{
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER O",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0366,
+ unicodeslot=0x366,
},
{
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER U",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0367,
+ unicodeslot=0x367,
},
{
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER C",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0368,
+ unicodeslot=0x368,
},
{
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER D",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0369,
+ unicodeslot=0x369,
},
{
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER H",
direction="nsm",
linebreak="cm",
- unicodeslot=0x036A,
+ unicodeslot=0x36A,
},
{
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER M",
direction="nsm",
linebreak="cm",
- unicodeslot=0x036B,
+ unicodeslot=0x36B,
},
{
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER R",
direction="nsm",
linebreak="cm",
- unicodeslot=0x036C,
+ unicodeslot=0x36C,
},
{
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER T",
direction="nsm",
linebreak="cm",
- unicodeslot=0x036D,
+ unicodeslot=0x36D,
},
{
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER V",
direction="nsm",
linebreak="cm",
- unicodeslot=0x036E,
+ unicodeslot=0x36E,
},
{
category="mn",
cjkwd="a",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER X",
direction="nsm",
linebreak="cm",
- unicodeslot=0x036F,
+ unicodeslot=0x36F,
},
{
category="lu",
description="GREEK CAPITAL LETTER HETA",
direction="l",
linebreak="al",
- unicodeslot=0x0370,
+ unicodeslot=0x370,
},
{
category="ll",
description="GREEK SMALL LETTER HETA",
direction="l",
linebreak="al",
- unicodeslot=0x0371,
+ unicodeslot=0x371,
},
{
category="lu",
description="GREEK CAPITAL LETTER ARCHAIC SAMPI",
direction="l",
linebreak="al",
- unicodeslot=0x0372,
+ unicodeslot=0x372,
},
{
category="ll",
description="GREEK SMALL LETTER ARCHAIC SAMPI",
direction="l",
linebreak="al",
- unicodeslot=0x0373,
+ unicodeslot=0x373,
},
{
adobename="numeralsigngreek",
@@ -9033,8 +9156,8 @@ characters.data={
description="GREEK NUMERAL SIGN",
direction="on",
linebreak="al",
- specials={ "char", 0x02B9 },
- unicodeslot=0x0374,
+ specials={ "char", 0x2B9 },
+ unicodeslot=0x374,
},
{
adobename="numeralsignlowergreek",
@@ -9042,584 +9165,591 @@ characters.data={
description="GREEK LOWER NUMERAL SIGN",
direction="on",
linebreak="al",
- unicodeslot=0x0375,
+ unicodeslot=0x375,
},
{
category="lu",
description="GREEK CAPITAL LETTER PAMPHYLIAN DIGAMMA",
direction="l",
linebreak="al",
- unicodeslot=0x0376,
+ unicodeslot=0x376,
},
{
category="ll",
description="GREEK SMALL LETTER PAMPHYLIAN DIGAMMA",
direction="l",
linebreak="al",
- unicodeslot=0x0377,
+ unicodeslot=0x377,
},
- [0x037A]={
+ [0x37A]={
adobename="ypogegrammeni",
category="lm",
description="GREEK YPOGEGRAMMENI",
direction="l",
linebreak="al",
- specials={ "compat", 0x0020, 0x0345 },
- unicodeslot=0x037A,
+ specials={ "compat", 0x20, 0x345 },
+ unicodeslot=0x37A,
},
- [0x037B]={
+ [0x37B]={
category="ll",
description="GREEK SMALL REVERSED LUNATE SIGMA SYMBOL",
direction="l",
linebreak="al",
- uccode=0x03FD,
- unicodeslot=0x037B,
+ uccode=0x3FD,
+ unicodeslot=0x37B,
},
- [0x037C]={
+ [0x37C]={
category="ll",
description="GREEK SMALL DOTTED LUNATE SIGMA SYMBOL",
direction="l",
linebreak="al",
- uccode=0x03FE,
- unicodeslot=0x037C,
+ uccode=0x3FE,
+ unicodeslot=0x37C,
},
- [0x037D]={
+ [0x37D]={
category="ll",
description="GREEK SMALL REVERSED DOTTED LUNATE SIGMA SYMBOL",
direction="l",
linebreak="al",
- uccode=0x03FF,
- unicodeslot=0x037D,
+ uccode=0x3FF,
+ unicodeslot=0x37D,
},
- [0x037E]={
+ [0x37E]={
adobename="questiongreek",
category="po",
description="GREEK QUESTION MARK",
direction="on",
linebreak="is",
- specials={ "char", 0x003B },
- unicodeslot=0x037E,
+ specials={ "char", 0x3B },
+ unicodeslot=0x37E,
},
- [0x0384]={
+ [0x37F]={
+ category="lu",
+ description="GREEK CAPITAL LETTER YOT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x37F,
+ },
+ [0x384]={
adobename="tonos",
category="sk",
contextname="greektonos",
description="GREEK TONOS",
direction="on",
linebreak="al",
- specials={ "compat", 0x0020, 0x0301 },
- unicodeslot=0x0384,
+ specials={ "compat", 0x20, 0x301 },
+ unicodeslot=0x384,
},
- [0x0385]={
+ [0x385]={
adobename="dieresistonos",
category="sk",
contextname="greekdialytikatonos",
description="GREEK DIALYTIKA TONOS",
direction="on",
linebreak="al",
- specials={ "char", 0x00A8, 0x0301 },
- unicodeslot=0x0385,
+ specials={ "char", 0xA8, 0x301 },
+ unicodeslot=0x385,
},
- [0x0386]={
+ [0x386]={
adobename="Alphatonos",
category="lu",
contextname="greekAlphatonos",
description="GREEK CAPITAL LETTER ALPHA WITH TONOS",
direction="l",
- lccode=0x03AC,
+ lccode=0x3AC,
linebreak="al",
- shcode=0x0391,
- specials={ "char", 0x0391, 0x0301 },
- unicodeslot=0x0386,
+ shcode=0x391,
+ specials={ "char", 0x391, 0x301 },
+ unicodeslot=0x386,
},
- [0x0387]={
+ [0x387]={
adobename="anoteleia",
category="po",
description="GREEK ANO TELEIA",
direction="on",
linebreak="al",
- specials={ "char", 0x00B7 },
- unicodeslot=0x0387,
+ specials={ "char", 0xB7 },
+ unicodeslot=0x387,
},
- [0x0388]={
+ [0x388]={
adobename="Epsilontonos",
category="lu",
contextname="greekEpsilontonos",
description="GREEK CAPITAL LETTER EPSILON WITH TONOS",
direction="l",
- lccode=0x03AD,
+ lccode=0x3AD,
linebreak="al",
- shcode=0x0395,
- specials={ "char", 0x0395, 0x0301 },
- unicodeslot=0x0388,
+ shcode=0x395,
+ specials={ "char", 0x395, 0x301 },
+ unicodeslot=0x388,
},
- [0x0389]={
+ [0x389]={
adobename="Etatonos",
category="lu",
contextname="greekEtatonos",
description="GREEK CAPITAL LETTER ETA WITH TONOS",
direction="l",
- lccode=0x03AE,
+ lccode=0x3AE,
linebreak="al",
- shcode=0x0397,
- specials={ "char", 0x0397, 0x0301 },
- unicodeslot=0x0389,
+ shcode=0x397,
+ specials={ "char", 0x397, 0x301 },
+ unicodeslot=0x389,
},
- [0x038A]={
+ [0x38A]={
adobename="Iotatonos",
category="lu",
contextname="greekIotatonos",
description="GREEK CAPITAL LETTER IOTA WITH TONOS",
direction="l",
- lccode=0x03AF,
+ lccode=0x3AF,
linebreak="al",
- shcode=0x0399,
- specials={ "char", 0x0399, 0x0301 },
- unicodeslot=0x038A,
+ shcode=0x399,
+ specials={ "char", 0x399, 0x301 },
+ unicodeslot=0x38A,
},
- [0x038C]={
+ [0x38C]={
adobename="Omicrontonos",
category="lu",
contextname="greekOmicrontonos",
description="GREEK CAPITAL LETTER OMICRON WITH TONOS",
direction="l",
- lccode=0x03CC,
+ lccode=0x3CC,
linebreak="al",
- shcode=0x039F,
- specials={ "char", 0x039F, 0x0301 },
- unicodeslot=0x038C,
+ shcode=0x39F,
+ specials={ "char", 0x39F, 0x301 },
+ unicodeslot=0x38C,
},
- [0x038E]={
+ [0x38E]={
adobename="Upsilontonos",
category="lu",
contextname="greekUpsilontonos",
description="GREEK CAPITAL LETTER UPSILON WITH TONOS",
direction="l",
- lccode=0x03CD,
+ lccode=0x3CD,
linebreak="al",
- shcode=0x03A5,
- specials={ "char", 0x03A5, 0x0301 },
- unicodeslot=0x038E,
+ shcode=0x3A5,
+ specials={ "char", 0x3A5, 0x301 },
+ unicodeslot=0x38E,
},
- [0x038F]={
+ [0x38F]={
adobename="Omegatonos",
category="lu",
contextname="greekOmegatonos",
description="GREEK CAPITAL LETTER OMEGA WITH TONOS",
direction="l",
- lccode=0x03CE,
+ lccode=0x3CE,
linebreak="al",
- shcode=0x03A9,
- specials={ "char", 0x03A9, 0x0301 },
- unicodeslot=0x038F,
+ shcode=0x3A9,
+ specials={ "char", 0x3A9, 0x301 },
+ unicodeslot=0x38F,
},
- [0x0390]={
+ [0x390]={
adobename="iotadieresistonos",
category="ll",
contextname="greekiotadialytikatonos",
description="GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS",
direction="l",
linebreak="al",
- shcode=0x03B9,
- specials={ "char", 0x03CA, 0x0301 },
- unicodeslot=0x0390,
+ shcode=0x3B9,
+ specials={ "char", 0x3CA, 0x301 },
+ unicodeslot=0x390,
},
- [0x0391]={
+ [0x391]={
adobename="Alpha",
category="lu",
cjkwd="a",
contextname="greekAlpha",
description="GREEK CAPITAL LETTER ALPHA",
direction="l",
- lccode=0x03B1,
+ lccode=0x3B1,
linebreak="al",
mathclass="variable",
mathname="Alpha",
- unicodeslot=0x0391,
+ unicodeslot=0x391,
},
- [0x0392]={
+ [0x392]={
adobename="Beta",
category="lu",
cjkwd="a",
contextname="greekBeta",
description="GREEK CAPITAL LETTER BETA",
direction="l",
- lccode=0x03B2,
+ lccode=0x3B2,
linebreak="al",
mathclass="variable",
mathname="Beta",
- unicodeslot=0x0392,
+ unicodeslot=0x392,
},
- [0x0393]={
+ [0x393]={
adobename="Gamma",
category="lu",
cjkwd="a",
contextname="greekGamma",
description="GREEK CAPITAL LETTER GAMMA",
direction="l",
- lccode=0x03B3,
+ lccode=0x3B3,
linebreak="al",
mathclass="variable",
mathname="Gamma",
- unicodeslot=0x0393,
+ unicodeslot=0x393,
},
- [0x0394]={
+ [0x394]={
adobename="Deltagreek",
category="lu",
cjkwd="a",
contextname="greekDelta",
description="GREEK CAPITAL LETTER DELTA",
direction="l",
- lccode=0x03B4,
+ lccode=0x3B4,
linebreak="al",
mathclass="variable",
mathname="Delta",
- unicodeslot=0x0394,
+ unicodeslot=0x394,
},
- [0x0395]={
+ [0x395]={
adobename="Epsilon",
category="lu",
cjkwd="a",
contextname="greekEpsilon",
description="GREEK CAPITAL LETTER EPSILON",
direction="l",
- lccode=0x03B5,
+ lccode=0x3B5,
linebreak="al",
mathclass="variable",
mathname="Epsilon",
- unicodeslot=0x0395,
+ unicodeslot=0x395,
},
- [0x0396]={
+ [0x396]={
adobename="Zeta",
category="lu",
cjkwd="a",
contextname="greekZeta",
description="GREEK CAPITAL LETTER ZETA",
direction="l",
- lccode=0x03B6,
+ lccode=0x3B6,
linebreak="al",
mathclass="variable",
mathname="Zeta",
- unicodeslot=0x0396,
+ unicodeslot=0x396,
},
- [0x0397]={
+ [0x397]={
adobename="Eta",
category="lu",
cjkwd="a",
contextname="greekEta",
description="GREEK CAPITAL LETTER ETA",
direction="l",
- lccode=0x03B7,
+ lccode=0x3B7,
linebreak="al",
mathclass="variable",
mathname="Eta",
- unicodeslot=0x0397,
+ unicodeslot=0x397,
},
- [0x0398]={
+ [0x398]={
adobename="Theta",
category="lu",
cjkwd="a",
contextname="greekTheta",
description="GREEK CAPITAL LETTER THETA",
direction="l",
- lccode=0x03B8,
+ lccode=0x3B8,
linebreak="al",
mathclass="variable",
mathname="Theta",
- unicodeslot=0x0398,
+ unicodeslot=0x398,
},
- [0x0399]={
+ [0x399]={
adobename="Iota",
category="lu",
cjkwd="a",
contextname="greekIota",
description="GREEK CAPITAL LETTER IOTA",
direction="l",
- lccode=0x03B9,
+ lccode=0x3B9,
linebreak="al",
mathclass="variable",
mathname="Iota",
- unicodeslot=0x0399,
+ unicodeslot=0x399,
},
- [0x039A]={
+ [0x39A]={
adobename="Kappa",
category="lu",
cjkwd="a",
contextname="greekKappa",
description="GREEK CAPITAL LETTER KAPPA",
direction="l",
- lccode=0x03BA,
+ lccode=0x3BA,
linebreak="al",
mathclass="variable",
mathname="Kappa",
- unicodeslot=0x039A,
+ unicodeslot=0x39A,
},
- [0x039B]={
+ [0x39B]={
adobename="Lambda",
category="lu",
cjkwd="a",
contextname="greekLambda",
description="GREEK CAPITAL LETTER LAMDA",
direction="l",
- lccode=0x03BB,
+ lccode=0x3BB,
linebreak="al",
mathclass="variable",
mathname="Lambda",
- unicodeslot=0x039B,
+ unicodeslot=0x39B,
},
- [0x039C]={
+ [0x39C]={
adobename="Mu",
category="lu",
cjkwd="a",
contextname="greekMu",
description="GREEK CAPITAL LETTER MU",
direction="l",
- lccode=0x03BC,
+ lccode=0x3BC,
linebreak="al",
mathclass="variable",
mathname="Mu",
- unicodeslot=0x039C,
+ unicodeslot=0x39C,
},
- [0x039D]={
+ [0x39D]={
adobename="Nu",
category="lu",
cjkwd="a",
contextname="greekNu",
description="GREEK CAPITAL LETTER NU",
direction="l",
- lccode=0x03BD,
+ lccode=0x3BD,
linebreak="al",
mathclass="variable",
mathname="Nu",
- unicodeslot=0x039D,
+ unicodeslot=0x39D,
},
- [0x039E]={
+ [0x39E]={
adobename="Xi",
category="lu",
cjkwd="a",
contextname="greekXi",
description="GREEK CAPITAL LETTER XI",
direction="l",
- lccode=0x03BE,
+ lccode=0x3BE,
linebreak="al",
mathclass="variable",
mathname="Xi",
- unicodeslot=0x039E,
+ unicodeslot=0x39E,
},
- [0x039F]={
+ [0x39F]={
adobename="Omicron",
category="lu",
cjkwd="a",
contextname="greekOmicron",
description="GREEK CAPITAL LETTER OMICRON",
direction="l",
- lccode=0x03BF,
+ lccode=0x3BF,
linebreak="al",
mathclass="variable",
mathname="Omicron",
- unicodeslot=0x039F,
+ unicodeslot=0x39F,
},
- [0x03A0]={
+ [0x3A0]={
adobename="Pi",
category="lu",
cjkwd="a",
contextname="greekPi",
description="GREEK CAPITAL LETTER PI",
direction="l",
- lccode=0x03C0,
+ lccode=0x3C0,
linebreak="al",
mathclass="variable",
mathname="Pi",
- unicodeslot=0x03A0,
+ unicodeslot=0x3A0,
},
- [0x03A1]={
+ [0x3A1]={
adobename="Rho",
category="lu",
cjkwd="a",
contextname="greekRho",
description="GREEK CAPITAL LETTER RHO",
direction="l",
- lccode=0x03C1,
+ lccode=0x3C1,
linebreak="al",
mathclass="variable",
mathname="Rho",
- unicodeslot=0x03A1,
+ unicodeslot=0x3A1,
},
- [0x03A3]={
+ [0x3A3]={
adobename="Sigma",
category="lu",
cjkwd="a",
contextname="greekSigma",
description="GREEK CAPITAL LETTER SIGMA",
direction="l",
- lccode=0x03C3,
+ lccode=0x3C3,
linebreak="al",
mathclass="variable",
mathname="Sigma",
- unicodeslot=0x03A3,
+ unicodeslot=0x3A3,
},
- [0x03A4]={
+ [0x3A4]={
adobename="Tau",
category="lu",
cjkwd="a",
contextname="greekTau",
description="GREEK CAPITAL LETTER TAU",
direction="l",
- lccode=0x03C4,
+ lccode=0x3C4,
linebreak="al",
mathclass="variable",
mathname="Tau",
- unicodeslot=0x03A4,
+ unicodeslot=0x3A4,
},
- [0x03A5]={
+ [0x3A5]={
adobename="Upsilon",
category="lu",
cjkwd="a",
contextname="greekUpsilon",
description="GREEK CAPITAL LETTER UPSILON",
direction="l",
- lccode=0x03C5,
+ lccode=0x3C5,
linebreak="al",
mathclass="variable",
mathname="Upsilon",
- unicodeslot=0x03A5,
+ unicodeslot=0x3A5,
},
- [0x03A6]={
+ [0x3A6]={
adobename="Phi",
category="lu",
cjkwd="a",
contextname="greekPhi",
description="GREEK CAPITAL LETTER PHI",
direction="l",
- lccode=0x03C6,
+ lccode=0x3C6,
linebreak="al",
mathclass="variable",
mathname="Phi",
- unicodeslot=0x03A6,
+ unicodeslot=0x3A6,
},
- [0x03A7]={
+ [0x3A7]={
adobename="Chi",
category="lu",
cjkwd="a",
contextname="greekChi",
description="GREEK CAPITAL LETTER CHI",
direction="l",
- lccode=0x03C7,
+ lccode=0x3C7,
linebreak="al",
mathclass="variable",
mathname="Chi",
- unicodeslot=0x03A7,
+ unicodeslot=0x3A7,
},
- [0x03A8]={
+ [0x3A8]={
adobename="Psi",
category="lu",
cjkwd="a",
contextname="greekPsi",
description="GREEK CAPITAL LETTER PSI",
direction="l",
- lccode=0x03C8,
+ lccode=0x3C8,
linebreak="al",
mathclass="variable",
mathname="Psi",
- unicodeslot=0x03A8,
+ unicodeslot=0x3A8,
},
- [0x03A9]={
+ [0x3A9]={
adobename="Omegagreek",
category="lu",
cjkwd="a",
contextname="greekOmega",
description="GREEK CAPITAL LETTER OMEGA",
direction="l",
- lccode=0x03C9,
+ lccode=0x3C9,
linebreak="al",
mathclass="variable",
mathname="Omega",
- unicodeslot=0x03A9,
+ unicodeslot=0x3A9,
},
- [0x03AA]={
+ [0x3AA]={
adobename="Iotadieresis",
category="lu",
contextname="greekIotadialytika",
description="GREEK CAPITAL LETTER IOTA WITH DIALYTIKA",
direction="l",
- lccode=0x03CA,
+ lccode=0x3CA,
linebreak="al",
- shcode=0x0399,
- specials={ "char", 0x0399, 0x0308 },
- unicodeslot=0x03AA,
+ shcode=0x399,
+ specials={ "char", 0x399, 0x308 },
+ unicodeslot=0x3AA,
},
- [0x03AB]={
+ [0x3AB]={
adobename="Upsilondieresis",
category="lu",
contextname="greekUpsilondialytika",
description="GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA",
direction="l",
- lccode=0x03CB,
+ lccode=0x3CB,
linebreak="al",
- shcode=0x03A5,
- specials={ "char", 0x03A5, 0x0308 },
- unicodeslot=0x03AB,
+ shcode=0x3A5,
+ specials={ "char", 0x3A5, 0x308 },
+ unicodeslot=0x3AB,
},
- [0x03AC]={
+ [0x3AC]={
adobename="alphatonos",
category="ll",
contextname="greekalphatonos",
description="GREEK SMALL LETTER ALPHA WITH TONOS",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x03B1, 0x0301 },
- uccode=0x0386,
- unicodeslot=0x03AC,
+ shcode=0x3B1,
+ specials={ "char", 0x3B1, 0x301 },
+ uccode=0x386,
+ unicodeslot=0x3AC,
},
- [0x03AD]={
+ [0x3AD]={
adobename="epsilontonos",
category="ll",
contextname="greekepsilontonos",
description="GREEK SMALL LETTER EPSILON WITH TONOS",
direction="l",
linebreak="al",
- shcode=0x03B5,
- specials={ "char", 0x03B5, 0x0301 },
- uccode=0x0388,
- unicodeslot=0x03AD,
+ shcode=0x3B5,
+ specials={ "char", 0x3B5, 0x301 },
+ uccode=0x388,
+ unicodeslot=0x3AD,
},
- [0x03AE]={
+ [0x3AE]={
adobename="etatonos",
category="ll",
contextname="greeketatonos",
description="GREEK SMALL LETTER ETA WITH TONOS",
direction="l",
linebreak="al",
- shcode=0x03B7,
- specials={ "char", 0x03B7, 0x0301 },
- uccode=0x0389,
- unicodeslot=0x03AE,
+ shcode=0x3B7,
+ specials={ "char", 0x3B7, 0x301 },
+ uccode=0x389,
+ unicodeslot=0x3AE,
},
- [0x03AF]={
+ [0x3AF]={
adobename="iotatonos",
category="ll",
contextname="greekiotatonos",
description="GREEK SMALL LETTER IOTA WITH TONOS",
direction="l",
linebreak="al",
- shcode=0x03B9,
- specials={ "char", 0x03B9, 0x0301 },
- uccode=0x038A,
- unicodeslot=0x03AF,
+ shcode=0x3B9,
+ specials={ "char", 0x3B9, 0x301 },
+ uccode=0x38A,
+ unicodeslot=0x3AF,
},
- [0x03B0]={
+ [0x3B0]={
adobename="upsilondieresistonos",
category="ll",
contextname="greekupsilondialytikatonos",
description="GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS",
direction="l",
linebreak="al",
- shcode=0x03C5,
- specials={ "char", 0x03CB, 0x0301 },
- unicodeslot=0x03B0,
+ shcode=0x3C5,
+ specials={ "char", 0x3CB, 0x301 },
+ unicodeslot=0x3B0,
},
- [0x03B1]={
+ [0x3B1]={
adobename="alpha",
category="ll",
cjkwd="a",
@@ -9629,10 +9759,10 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="alpha",
- uccode=0x0391,
- unicodeslot=0x03B1,
+ uccode=0x391,
+ unicodeslot=0x3B1,
},
- [0x03B2]={
+ [0x3B2]={
adobename="beta",
category="ll",
cjkwd="a",
@@ -9642,10 +9772,10 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="beta",
- uccode=0x0392,
- unicodeslot=0x03B2,
+ uccode=0x392,
+ unicodeslot=0x3B2,
},
- [0x03B3]={
+ [0x3B3]={
adobename="gamma",
category="ll",
cjkwd="a",
@@ -9655,10 +9785,10 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="gamma",
- uccode=0x0393,
- unicodeslot=0x03B3,
+ uccode=0x393,
+ unicodeslot=0x3B3,
},
- [0x03B4]={
+ [0x3B4]={
adobename="delta",
category="ll",
cjkwd="a",
@@ -9668,10 +9798,10 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="delta",
- uccode=0x0394,
- unicodeslot=0x03B4,
+ uccode=0x394,
+ unicodeslot=0x3B4,
},
- [0x03B5]={
+ [0x3B5]={
adobename="epsilon",
category="ll",
cjkwd="a",
@@ -9681,10 +9811,10 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="varepsilon",
- uccode=0x0395,
- unicodeslot=0x03B5,
+ uccode=0x395,
+ unicodeslot=0x3B5,
},
- [0x03B6]={
+ [0x3B6]={
adobename="zeta",
category="ll",
cjkwd="a",
@@ -9694,10 +9824,10 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="zeta",
- uccode=0x0396,
- unicodeslot=0x03B6,
+ uccode=0x396,
+ unicodeslot=0x3B6,
},
- [0x03B7]={
+ [0x3B7]={
adobename="eta",
category="ll",
cjkwd="a",
@@ -9707,10 +9837,10 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="eta",
- uccode=0x0397,
- unicodeslot=0x03B7,
+ uccode=0x397,
+ unicodeslot=0x3B7,
},
- [0x03B8]={
+ [0x3B8]={
adobename="theta",
category="ll",
cjkwd="a",
@@ -9720,10 +9850,10 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="theta",
- uccode=0x0398,
- unicodeslot=0x03B8,
+ uccode=0x398,
+ unicodeslot=0x3B8,
},
- [0x03B9]={
+ [0x3B9]={
adobename="iota",
category="ll",
cjkwd="a",
@@ -9733,10 +9863,10 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="iota",
- uccode=0x0399,
- unicodeslot=0x03B9,
+ uccode=0x399,
+ unicodeslot=0x3B9,
},
- [0x03BA]={
+ [0x3BA]={
adobename="kappa",
category="ll",
cjkwd="a",
@@ -9746,10 +9876,10 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="kappa",
- uccode=0x039A,
- unicodeslot=0x03BA,
+ uccode=0x39A,
+ unicodeslot=0x3BA,
},
- [0x03BB]={
+ [0x3BB]={
adobename="lambda",
category="ll",
cjkwd="a",
@@ -9759,10 +9889,10 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="lambda",
- uccode=0x039B,
- unicodeslot=0x03BB,
+ uccode=0x39B,
+ unicodeslot=0x3BB,
},
- [0x03BC]={
+ [0x3BC]={
adobename="mugreek",
category="ll",
cjkwd="a",
@@ -9772,10 +9902,10 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="mu",
- uccode=0x039C,
- unicodeslot=0x03BC,
+ uccode=0x39C,
+ unicodeslot=0x3BC,
},
- [0x03BD]={
+ [0x3BD]={
adobename="nu",
category="ll",
cjkwd="a",
@@ -9785,10 +9915,10 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="nu",
- uccode=0x039D,
- unicodeslot=0x03BD,
+ uccode=0x39D,
+ unicodeslot=0x3BD,
},
- [0x03BE]={
+ [0x3BE]={
adobename="xi",
category="ll",
cjkwd="a",
@@ -9798,10 +9928,10 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="xi",
- uccode=0x039E,
- unicodeslot=0x03BE,
+ uccode=0x39E,
+ unicodeslot=0x3BE,
},
- [0x03BF]={
+ [0x3BF]={
adobename="omicron",
category="ll",
cjkwd="a",
@@ -9811,10 +9941,10 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="omicron",
- uccode=0x039F,
- unicodeslot=0x03BF,
+ uccode=0x39F,
+ unicodeslot=0x3BF,
},
- [0x03C0]={
+ [0x3C0]={
adobename="pi",
category="ll",
cjkwd="a",
@@ -9824,10 +9954,10 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="pi",
- uccode=0x03A0,
- unicodeslot=0x03C0,
+ uccode=0x3A0,
+ unicodeslot=0x3C0,
},
- [0x03C1]={
+ [0x3C1]={
adobename="rho",
category="ll",
cjkwd="a",
@@ -9837,10 +9967,10 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="rho",
- uccode=0x03A1,
- unicodeslot=0x03C1,
+ uccode=0x3A1,
+ unicodeslot=0x3C1,
},
- [0x03C2]={
+ [0x3C2]={
adobename="sigmafinal",
category="ll",
contextname="greekfinalsigma",
@@ -9849,10 +9979,10 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="varsigma",
- uccode=0x03A3,
- unicodeslot=0x03C2,
+ uccode=0x3A3,
+ unicodeslot=0x3C2,
},
- [0x03C3]={
+ [0x3C3]={
adobename="sigma",
category="ll",
cjkwd="a",
@@ -9862,10 +9992,10 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="sigma",
- uccode=0x03A3,
- unicodeslot=0x03C3,
+ uccode=0x3A3,
+ unicodeslot=0x3C3,
},
- [0x03C4]={
+ [0x3C4]={
adobename="tau",
category="ll",
cjkwd="a",
@@ -9875,10 +10005,10 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="tau",
- uccode=0x03A4,
- unicodeslot=0x03C4,
+ uccode=0x3A4,
+ unicodeslot=0x3C4,
},
- [0x03C5]={
+ [0x3C5]={
adobename="upsilon",
category="ll",
cjkwd="a",
@@ -9888,10 +10018,10 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="upsilon",
- uccode=0x03A5,
- unicodeslot=0x03C5,
+ uccode=0x3A5,
+ unicodeslot=0x3C5,
},
- [0x03C6]={
+ [0x3C6]={
adobename="phi",
category="ll",
cjkwd="a",
@@ -9901,10 +10031,10 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="varphi",
- uccode=0x03A6,
- unicodeslot=0x03C6,
+ uccode=0x3A6,
+ unicodeslot=0x3C6,
},
- [0x03C7]={
+ [0x3C7]={
adobename="chi",
category="ll",
cjkwd="a",
@@ -9914,10 +10044,10 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="chi",
- uccode=0x03A7,
- unicodeslot=0x03C7,
+ uccode=0x3A7,
+ unicodeslot=0x3C7,
},
- [0x03C8]={
+ [0x3C8]={
adobename="psi",
category="ll",
cjkwd="a",
@@ -9927,10 +10057,10 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="psi",
- uccode=0x03A8,
- unicodeslot=0x03C8,
+ uccode=0x3A8,
+ unicodeslot=0x3C8,
},
- [0x03C9]={
+ [0x3C9]={
adobename="omega",
category="ll",
cjkwd="a",
@@ -9940,87 +10070,87 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="omega",
- uccode=0x03A9,
- unicodeslot=0x03C9,
+ uccode=0x3A9,
+ unicodeslot=0x3C9,
},
- [0x03CA]={
+ [0x3CA]={
adobename="iotadieresis",
category="ll",
contextname="greekiotadialytika",
description="GREEK SMALL LETTER IOTA WITH DIALYTIKA",
direction="l",
linebreak="al",
- shcode=0x03B9,
- specials={ "char", 0x03B9, 0x0308 },
- uccode=0x03AA,
- unicodeslot=0x03CA,
+ shcode=0x3B9,
+ specials={ "char", 0x3B9, 0x308 },
+ uccode=0x3AA,
+ unicodeslot=0x3CA,
},
- [0x03CB]={
+ [0x3CB]={
adobename="upsilondieresis",
category="ll",
contextname="greekupsilondiaeresis",
description="GREEK SMALL LETTER UPSILON WITH DIALYTIKA",
direction="l",
linebreak="al",
- shcode=0x03C5,
- specials={ "char", 0x03C5, 0x0308 },
- uccode=0x03AB,
- unicodeslot=0x03CB,
+ shcode=0x3C5,
+ specials={ "char", 0x3C5, 0x308 },
+ uccode=0x3AB,
+ unicodeslot=0x3CB,
},
- [0x03CC]={
+ [0x3CC]={
adobename="omicrontonos",
category="ll",
contextname="greekomicrontonos",
description="GREEK SMALL LETTER OMICRON WITH TONOS",
direction="l",
linebreak="al",
- shcode=0x03BF,
- specials={ "char", 0x03BF, 0x0301 },
- uccode=0x038C,
- unicodeslot=0x03CC,
+ shcode=0x3BF,
+ specials={ "char", 0x3BF, 0x301 },
+ uccode=0x38C,
+ unicodeslot=0x3CC,
},
- [0x03CD]={
+ [0x3CD]={
adobename="upsilontonos",
category="ll",
contextname="greekupsilontonos",
description="GREEK SMALL LETTER UPSILON WITH TONOS",
direction="l",
linebreak="al",
- shcode=0x03C5,
- specials={ "char", 0x03C5, 0x0301 },
- uccode=0x038E,
- unicodeslot=0x03CD,
+ shcode=0x3C5,
+ specials={ "char", 0x3C5, 0x301 },
+ uccode=0x38E,
+ unicodeslot=0x3CD,
},
- [0x03CE]={
+ [0x3CE]={
adobename="omegatonos",
category="ll",
contextname="greekomegatonos",
description="GREEK SMALL LETTER OMEGA WITH TONOS",
direction="l",
linebreak="al",
- shcode=0x03C9,
- specials={ "char", 0x03C9, 0x0301 },
- uccode=0x038F,
- unicodeslot=0x03CE,
+ shcode=0x3C9,
+ specials={ "char", 0x3C9, 0x301 },
+ uccode=0x38F,
+ unicodeslot=0x3CE,
},
- [0x03CF]={
+ [0x3CF]={
category="lu",
description="GREEK CAPITAL KAI SYMBOL",
direction="l",
linebreak="al",
- unicodeslot=0x03CF,
+ unicodeslot=0x3CF,
},
- [0x03D0]={
+ [0x3D0]={
adobename="betasymbolgreek",
category="ll",
description="GREEK BETA SYMBOL",
direction="l",
linebreak="al",
- specials={ "compat", 0x03B2 },
- uccode=0x0392,
- unicodeslot=0x03D0,
+ specials={ "compat", 0x3B2 },
+ uccode=0x392,
+ unicodeslot=0x3D0,
},
- [0x03D1]={
+ [0x3D1]={
adobename="thetasymbolgreek",
category="ll",
contextname="greekthetaalt",
@@ -10029,38 +10159,38 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="varTheta",
- specials={ "compat", 0x03B8 },
- uccode=0x0398,
- unicodeslot=0x03D1,
+ specials={ "compat", 0x3B8 },
+ uccode=0x398,
+ unicodeslot=0x3D1,
},
- [0x03D2]={
+ [0x3D2]={
adobename="Upsilonhooksymbol",
category="lu",
description="GREEK UPSILON WITH HOOK SYMBOL",
direction="l",
linebreak="al",
- specials={ "compat", 0x03A5 },
- unicodeslot=0x03D2,
+ specials={ "compat", 0x3A5 },
+ unicodeslot=0x3D2,
},
- [0x03D3]={
+ [0x3D3]={
adobename="Upsilonacutehooksymbolgreek",
category="lu",
description="GREEK UPSILON WITH ACUTE AND HOOK SYMBOL",
direction="l",
linebreak="al",
- specials={ "char", 0x03D2, 0x0301 },
- unicodeslot=0x03D3,
+ specials={ "char", 0x3D2, 0x301 },
+ unicodeslot=0x3D3,
},
- [0x03D4]={
+ [0x3D4]={
adobename="Upsilondieresishooksymbolgreek",
category="lu",
description="GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL",
direction="l",
linebreak="al",
- specials={ "char", 0x03D2, 0x0308 },
- unicodeslot=0x03D4,
+ specials={ "char", 0x3D2, 0x308 },
+ unicodeslot=0x3D4,
},
- [0x03D5]={
+ [0x3D5]={
adobename="phisymbolgreek",
category="ll",
contextname="greekphialt",
@@ -10069,11 +10199,11 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="phi",
- specials={ "compat", 0x03C6 },
- uccode=0x03A6,
- unicodeslot=0x03D5,
+ specials={ "compat", 0x3C6 },
+ uccode=0x3A6,
+ unicodeslot=0x3D5,
},
- [0x03D6]={
+ [0x3D6]={
adobename="pisymbolgreek",
category="ll",
contextname="greekpialt",
@@ -10082,235 +10212,235 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="varpi",
- specials={ "compat", 0x03C0 },
- uccode=0x03A0,
- unicodeslot=0x03D6,
+ specials={ "compat", 0x3C0 },
+ uccode=0x3A0,
+ unicodeslot=0x3D6,
},
- [0x03D7]={
+ [0x3D7]={
category="ll",
description="GREEK KAI SYMBOL",
direction="l",
linebreak="al",
- unicodeslot=0x03D7,
+ unicodeslot=0x3D7,
},
- [0x03D8]={
+ [0x3D8]={
category="lu",
description="GREEK LETTER ARCHAIC KOPPA",
direction="l",
- lccode=0x03D9,
+ lccode=0x3D9,
linebreak="al",
- unicodeslot=0x03D8,
+ unicodeslot=0x3D8,
},
- [0x03D9]={
+ [0x3D9]={
category="ll",
contextname="greekkoppa",
description="GREEK SMALL LETTER ARCHAIC KOPPA",
direction="l",
linebreak="al",
- uccode=0x03D8,
- unicodeslot=0x03D9,
+ uccode=0x3D8,
+ unicodeslot=0x3D9,
},
- [0x03DA]={
+ [0x3DA]={
adobename="Stigmagreek",
category="lu",
description="GREEK LETTER STIGMA",
direction="l",
- lccode=0x03DB,
+ lccode=0x3DB,
linebreak="al",
- unicodeslot=0x03DA,
+ unicodeslot=0x3DA,
},
- [0x03DB]={
+ [0x3DB]={
category="ll",
contextname="greekstigma",
description="GREEK SMALL LETTER STIGMA",
direction="l",
linebreak="al",
- uccode=0x03DA,
- unicodeslot=0x03DB,
+ uccode=0x3DA,
+ unicodeslot=0x3DB,
},
- [0x03DC]={
+ [0x3DC]={
adobename="Digammagreek",
category="lu",
description="GREEK LETTER DIGAMMA",
direction="l",
- lccode=0x03DD,
+ lccode=0x3DD,
linebreak="al",
mathclass="variable",
mathname="digamma",
- unicodeslot=0x03DC,
+ unicodeslot=0x3DC,
},
- [0x03DD]={
+ [0x3DD]={
category="ll",
contextname="greekdigamma",
description="GREEK SMALL LETTER DIGAMMA",
direction="l",
linebreak="al",
- uccode=0x03DC,
- unicodeslot=0x03DD,
+ uccode=0x3DC,
+ unicodeslot=0x3DD,
},
- [0x03DE]={
+ [0x3DE]={
adobename="Koppagreek",
category="lu",
description="GREEK LETTER KOPPA",
direction="l",
- lccode=0x03DF,
+ lccode=0x3DF,
linebreak="al",
- unicodeslot=0x03DE,
+ unicodeslot=0x3DE,
},
- [0x03DF]={
+ [0x3DF]={
category="ll",
contextname="greeknumkoppa",
description="GREEK SMALL LETTER KOPPA",
direction="l",
linebreak="al",
- uccode=0x03DE,
- unicodeslot=0x03DF,
+ uccode=0x3DE,
+ unicodeslot=0x3DF,
},
- [0x03E0]={
+ [0x3E0]={
adobename="Sampigreek",
category="lu",
description="GREEK LETTER SAMPI",
direction="l",
- lccode=0x03E1,
+ lccode=0x3E1,
linebreak="al",
- unicodeslot=0x03E0,
+ unicodeslot=0x3E0,
},
- [0x03E1]={
+ [0x3E1]={
category="ll",
contextname="greeksampi",
description="GREEK SMALL LETTER SAMPI",
direction="l",
linebreak="al",
- uccode=0x03E0,
- unicodeslot=0x03E1,
+ uccode=0x3E0,
+ unicodeslot=0x3E1,
},
- [0x03E2]={
+ [0x3E2]={
adobename="Sheicoptic",
category="lu",
description="COPTIC CAPITAL LETTER SHEI",
direction="l",
- lccode=0x03E3,
+ lccode=0x3E3,
linebreak="al",
- unicodeslot=0x03E2,
+ unicodeslot=0x3E2,
},
- [0x03E3]={
+ [0x3E3]={
adobename="sheicoptic",
category="ll",
description="COPTIC SMALL LETTER SHEI",
direction="l",
linebreak="al",
- uccode=0x03E2,
- unicodeslot=0x03E3,
+ uccode=0x3E2,
+ unicodeslot=0x3E3,
},
- [0x03E4]={
+ [0x3E4]={
adobename="Feicoptic",
category="lu",
description="COPTIC CAPITAL LETTER FEI",
direction="l",
- lccode=0x03E5,
+ lccode=0x3E5,
linebreak="al",
- unicodeslot=0x03E4,
+ unicodeslot=0x3E4,
},
- [0x03E5]={
+ [0x3E5]={
adobename="feicoptic",
category="ll",
description="COPTIC SMALL LETTER FEI",
direction="l",
linebreak="al",
- uccode=0x03E4,
- unicodeslot=0x03E5,
+ uccode=0x3E4,
+ unicodeslot=0x3E5,
},
- [0x03E6]={
+ [0x3E6]={
adobename="Kheicoptic",
category="lu",
description="COPTIC CAPITAL LETTER KHEI",
direction="l",
- lccode=0x03E7,
+ lccode=0x3E7,
linebreak="al",
- unicodeslot=0x03E6,
+ unicodeslot=0x3E6,
},
- [0x03E7]={
+ [0x3E7]={
adobename="kheicoptic",
category="ll",
description="COPTIC SMALL LETTER KHEI",
direction="l",
linebreak="al",
- uccode=0x03E6,
- unicodeslot=0x03E7,
+ uccode=0x3E6,
+ unicodeslot=0x3E7,
},
- [0x03E8]={
+ [0x3E8]={
adobename="Horicoptic",
category="lu",
description="COPTIC CAPITAL LETTER HORI",
direction="l",
- lccode=0x03E9,
+ lccode=0x3E9,
linebreak="al",
- unicodeslot=0x03E8,
+ unicodeslot=0x3E8,
},
- [0x03E9]={
+ [0x3E9]={
adobename="horicoptic",
category="ll",
description="COPTIC SMALL LETTER HORI",
direction="l",
linebreak="al",
- uccode=0x03E8,
- unicodeslot=0x03E9,
+ uccode=0x3E8,
+ unicodeslot=0x3E9,
},
- [0x03EA]={
+ [0x3EA]={
adobename="Gangiacoptic",
category="lu",
description="COPTIC CAPITAL LETTER GANGIA",
direction="l",
- lccode=0x03EB,
+ lccode=0x3EB,
linebreak="al",
- unicodeslot=0x03EA,
+ unicodeslot=0x3EA,
},
- [0x03EB]={
+ [0x3EB]={
adobename="gangiacoptic",
category="ll",
description="COPTIC SMALL LETTER GANGIA",
direction="l",
linebreak="al",
- uccode=0x03EA,
- unicodeslot=0x03EB,
+ uccode=0x3EA,
+ unicodeslot=0x3EB,
},
- [0x03EC]={
+ [0x3EC]={
adobename="Shimacoptic",
category="lu",
description="COPTIC CAPITAL LETTER SHIMA",
direction="l",
- lccode=0x03ED,
+ lccode=0x3ED,
linebreak="al",
- unicodeslot=0x03EC,
+ unicodeslot=0x3EC,
},
- [0x03ED]={
+ [0x3ED]={
adobename="shimacoptic",
category="ll",
description="COPTIC SMALL LETTER SHIMA",
direction="l",
linebreak="al",
- uccode=0x03EC,
- unicodeslot=0x03ED,
+ uccode=0x3EC,
+ unicodeslot=0x3ED,
},
- [0x03EE]={
+ [0x3EE]={
adobename="Deicoptic",
category="lu",
description="COPTIC CAPITAL LETTER DEI",
direction="l",
- lccode=0x03EF,
+ lccode=0x3EF,
linebreak="al",
- unicodeslot=0x03EE,
+ unicodeslot=0x3EE,
},
- [0x03EF]={
+ [0x3EF]={
adobename="deicoptic",
category="ll",
description="COPTIC SMALL LETTER DEI",
direction="l",
linebreak="al",
- uccode=0x03EE,
- unicodeslot=0x03EF,
+ uccode=0x3EE,
+ unicodeslot=0x3EF,
},
- [0x03F0]={
+ [0x3F0]={
adobename="kappasymbolgreek",
category="ll",
description="GREEK KAPPA SYMBOL",
@@ -10318,50 +10448,50 @@ characters.data={
linebreak="al",
mathclass="ordinary",
mathname="varkappa",
- specials={ "compat", 0x03BA },
- uccode=0x039A,
- unicodeslot=0x03F0,
+ specials={ "compat", 0x3BA },
+ uccode=0x39A,
+ unicodeslot=0x3F0,
},
- [0x03F1]={
+ [0x3F1]={
adobename="rhosymbolgreek",
category="ll",
contextname="greekrhoalt",
description="GREEK RHO SYMBOL",
direction="l",
linebreak="al",
- specials={ "compat", 0x03C1 },
- uccode=0x03A1,
- unicodeslot=0x03F1,
+ specials={ "compat", 0x3C1 },
+ uccode=0x3A1,
+ unicodeslot=0x3F1,
},
- [0x03F2]={
+ [0x3F2]={
adobename="sigmalunatesymbolgreek",
category="ll",
contextname="greeksigmalunate",
description="GREEK LUNATE SIGMA SYMBOL",
direction="l",
linebreak="al",
- specials={ "compat", 0x03C2 },
- uccode=0x03F9,
- unicodeslot=0x03F2,
+ specials={ "compat", 0x3C2 },
+ uccode=0x3F9,
+ unicodeslot=0x3F2,
},
- [0x03F3]={
+ [0x3F3]={
adobename="yotgreek",
category="ll",
description="GREEK LETTER YOT",
direction="l",
linebreak="al",
- unicodeslot=0x03F3,
+ unicodeslot=0x3F3,
},
- [0x03F4]={
+ [0x3F4]={
category="lu",
description="GREEK CAPITAL THETA SYMBOL",
direction="l",
- lccode=0x03B8,
+ lccode=0x3B8,
linebreak="al",
- specials={ "compat", 0x0398 },
- unicodeslot=0x03F4,
+ specials={ "compat", 0x398 },
+ unicodeslot=0x3F4,
},
- [0x03F5]={
+ [0x3F5]={
category="ll",
contextname="greekepsilonalt",
description="GREEK LUNATE EPSILON SYMBOL",
@@ -10369,614 +10499,614 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="epsilon",
- specials={ "compat", 0x03B5 },
- uccode=0x0395,
- unicodeslot=0x03F5,
+ specials={ "compat", 0x3B5 },
+ uccode=0x395,
+ unicodeslot=0x3F5,
},
- [0x03F6]={
+ [0x3F6]={
category="sm",
description="GREEK REVERSED LUNATE EPSILON SYMBOL",
direction="on",
linebreak="al",
mathclass="variable",
mathname="backepsilon",
- unicodeslot=0x03F6,
+ unicodeslot=0x3F6,
},
- [0x03F7]={
+ [0x3F7]={
category="lu",
description="GREEK CAPITAL LETTER SHO",
direction="l",
- lccode=0x03F8,
+ lccode=0x3F8,
linebreak="al",
- unicodeslot=0x03F7,
+ unicodeslot=0x3F7,
},
- [0x03F8]={
+ [0x3F8]={
category="ll",
description="GREEK SMALL LETTER SHO",
direction="l",
linebreak="al",
- uccode=0x03F7,
- unicodeslot=0x03F8,
+ uccode=0x3F7,
+ unicodeslot=0x3F8,
},
- [0x03F9]={
+ [0x3F9]={
category="lu",
contextname="greekSigmalunate",
description="GREEK CAPITAL LUNATE SIGMA SYMBOL",
direction="l",
- lccode=0x03F2,
+ lccode=0x3F2,
linebreak="al",
- specials={ "compat", 0x03A3 },
- unicodeslot=0x03F9,
+ specials={ "compat", 0x3A3 },
+ unicodeslot=0x3F9,
},
- [0x03FA]={
+ [0x3FA]={
category="lu",
description="GREEK CAPITAL LETTER SAN",
direction="l",
- lccode=0x03FB,
+ lccode=0x3FB,
linebreak="al",
- unicodeslot=0x03FA,
+ unicodeslot=0x3FA,
},
- [0x03FB]={
+ [0x3FB]={
category="ll",
description="GREEK SMALL LETTER SAN",
direction="l",
linebreak="al",
- uccode=0x03FA,
- unicodeslot=0x03FB,
+ uccode=0x3FA,
+ unicodeslot=0x3FB,
},
- [0x03FC]={
+ [0x3FC]={
category="ll",
description="GREEK RHO WITH STROKE SYMBOL",
direction="l",
linebreak="al",
- unicodeslot=0x03FC,
+ unicodeslot=0x3FC,
},
- [0x03FD]={
+ [0x3FD]={
category="lu",
description="GREEK CAPITAL REVERSED LUNATE SIGMA SYMBOL",
direction="l",
- lccode=0x037B,
+ lccode=0x37B,
linebreak="al",
- unicodeslot=0x03FD,
+ unicodeslot=0x3FD,
},
- [0x03FE]={
+ [0x3FE]={
category="lu",
description="GREEK CAPITAL DOTTED LUNATE SIGMA SYMBOL",
direction="l",
- lccode=0x037C,
+ lccode=0x37C,
linebreak="al",
- unicodeslot=0x03FE,
+ unicodeslot=0x3FE,
},
- [0x03FF]={
+ [0x3FF]={
category="lu",
description="GREEK CAPITAL REVERSED DOTTED LUNATE SIGMA SYMBOL",
direction="l",
- lccode=0x037D,
+ lccode=0x37D,
linebreak="al",
- unicodeslot=0x03FF,
+ unicodeslot=0x3FF,
},
- [0x0400]={
+ [0x400]={
category="lu",
contextname="cyrillicEgrave",
description="CYRILLIC CAPITAL LETTER IE WITH GRAVE",
direction="l",
- lccode=0x0450,
+ lccode=0x450,
linebreak="al",
- shcode=0x0415,
- specials={ "char", 0x0415, 0x0300 },
- unicodeslot=0x0400,
+ shcode=0x415,
+ specials={ "char", 0x415, 0x300 },
+ unicodeslot=0x400,
},
- [0x0401]={
+ [0x401]={
adobename="afii10023",
category="lu",
cjkwd="a",
contextname="cyrillicYO",
description="CYRILLIC CAPITAL LETTER IO",
direction="l",
- lccode=0x0451,
+ lccode=0x451,
linebreak="al",
- specials={ "char", 0x0415, 0x0308 },
- unicodeslot=0x0401,
+ specials={ "char", 0x415, 0x308 },
+ unicodeslot=0x401,
},
- [0x0402]={
+ [0x402]={
adobename="afii10051",
category="lu",
contextname="cyrillicDJE",
description="CYRILLIC CAPITAL LETTER DJE",
direction="l",
- lccode=0x0452,
+ lccode=0x452,
linebreak="al",
- unicodeslot=0x0402,
+ unicodeslot=0x402,
},
- [0x0403]={
+ [0x403]={
adobename="afii10052",
category="lu",
contextname="cyrillicGJE",
description="CYRILLIC CAPITAL LETTER GJE",
direction="l",
- lccode=0x0453,
+ lccode=0x453,
linebreak="al",
- specials={ "char", 0x0413, 0x0301 },
- unicodeslot=0x0403,
+ specials={ "char", 0x413, 0x301 },
+ unicodeslot=0x403,
},
- [0x0404]={
+ [0x404]={
adobename="afii10053",
category="lu",
contextname="cyrillicIE",
description="CYRILLIC CAPITAL LETTER UKRAINIAN IE",
direction="l",
- lccode=0x0454,
+ lccode=0x454,
linebreak="al",
- unicodeslot=0x0404,
+ unicodeslot=0x404,
},
- [0x0405]={
+ [0x405]={
adobename="afii10054",
category="lu",
contextname="cyrillicDZE",
description="CYRILLIC CAPITAL LETTER DZE",
direction="l",
- lccode=0x0455,
+ lccode=0x455,
linebreak="al",
- unicodeslot=0x0405,
+ unicodeslot=0x405,
},
- [0x0406]={
+ [0x406]={
adobename="afii10055",
category="lu",
contextname="cyrillicII",
description="CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I",
direction="l",
- lccode=0x0456,
+ lccode=0x456,
linebreak="al",
- unicodeslot=0x0406,
+ unicodeslot=0x406,
},
- [0x0407]={
+ [0x407]={
adobename="afii10056",
category="lu",
contextname="cyrillicYI",
description="CYRILLIC CAPITAL LETTER YI",
direction="l",
- lccode=0x0457,
+ lccode=0x457,
linebreak="al",
- specials={ "char", 0x0406, 0x0308 },
- unicodeslot=0x0407,
+ specials={ "char", 0x406, 0x308 },
+ unicodeslot=0x407,
},
- [0x0408]={
+ [0x408]={
adobename="afii10057",
category="lu",
contextname="cyrillicJE",
description="CYRILLIC CAPITAL LETTER JE",
direction="l",
- lccode=0x0458,
+ lccode=0x458,
linebreak="al",
- unicodeslot=0x0408,
+ unicodeslot=0x408,
},
- [0x0409]={
+ [0x409]={
adobename="afii10058",
category="lu",
contextname="cyrillicLJE",
description="CYRILLIC CAPITAL LETTER LJE",
direction="l",
- lccode=0x0459,
+ lccode=0x459,
linebreak="al",
- unicodeslot=0x0409,
+ unicodeslot=0x409,
},
- [0x040A]={
+ [0x40A]={
adobename="afii10059",
category="lu",
contextname="cyrillicNJE",
description="CYRILLIC CAPITAL LETTER NJE",
direction="l",
- lccode=0x045A,
+ lccode=0x45A,
linebreak="al",
- unicodeslot=0x040A,
+ unicodeslot=0x40A,
},
- [0x040B]={
+ [0x40B]={
adobename="afii10060",
category="lu",
contextname="cyrillicTSHE",
description="CYRILLIC CAPITAL LETTER TSHE",
direction="l",
- lccode=0x045B,
+ lccode=0x45B,
linebreak="al",
- unicodeslot=0x040B,
+ unicodeslot=0x40B,
},
- [0x040C]={
+ [0x40C]={
adobename="afii10061",
category="lu",
contextname="cyrillicKJE",
description="CYRILLIC CAPITAL LETTER KJE",
direction="l",
- lccode=0x045C,
+ lccode=0x45C,
linebreak="al",
- specials={ "char", 0x041A, 0x0301 },
- unicodeslot=0x040C,
+ specials={ "char", 0x41A, 0x301 },
+ unicodeslot=0x40C,
},
- [0x040D]={
+ [0x40D]={
category="lu",
contextname="cyrillicIgrave",
description="CYRILLIC CAPITAL LETTER I WITH GRAVE",
direction="l",
- lccode=0x045D,
+ lccode=0x45D,
linebreak="al",
- shcode=0x0418,
- specials={ "char", 0x0418, 0x0300 },
- unicodeslot=0x040D,
+ shcode=0x418,
+ specials={ "char", 0x418, 0x300 },
+ unicodeslot=0x40D,
},
- [0x040E]={
+ [0x40E]={
adobename="afii10062",
category="lu",
contextname="cyrillicUSHRT",
description="CYRILLIC CAPITAL LETTER SHORT U",
direction="l",
- lccode=0x045E,
+ lccode=0x45E,
linebreak="al",
- specials={ "char", 0x0423, 0x0306 },
- unicodeslot=0x040E,
+ specials={ "char", 0x423, 0x306 },
+ unicodeslot=0x40E,
},
- [0x040F]={
+ [0x40F]={
adobename="afii10145",
category="lu",
contextname="cyrillicDZHE",
description="CYRILLIC CAPITAL LETTER DZHE",
direction="l",
- lccode=0x045F,
+ lccode=0x45F,
linebreak="al",
- unicodeslot=0x040F,
+ unicodeslot=0x40F,
},
- [0x0410]={
+ [0x410]={
adobename="afii10017",
category="lu",
cjkwd="a",
contextname="cyrillicA",
description="CYRILLIC CAPITAL LETTER A",
direction="l",
- lccode=0x0430,
+ lccode=0x430,
linebreak="al",
- unicodeslot=0x0410,
+ unicodeslot=0x410,
},
- [0x0411]={
+ [0x411]={
adobename="afii10018",
category="lu",
cjkwd="a",
contextname="cyrillicB",
description="CYRILLIC CAPITAL LETTER BE",
direction="l",
- lccode=0x0431,
+ lccode=0x431,
linebreak="al",
- unicodeslot=0x0411,
+ unicodeslot=0x411,
},
- [0x0412]={
+ [0x412]={
adobename="afii10019",
category="lu",
cjkwd="a",
contextname="cyrillicV",
description="CYRILLIC CAPITAL LETTER VE",
direction="l",
- lccode=0x0432,
+ lccode=0x432,
linebreak="al",
- unicodeslot=0x0412,
+ unicodeslot=0x412,
},
- [0x0413]={
+ [0x413]={
adobename="afii10020",
category="lu",
cjkwd="a",
contextname="cyrillicG",
description="CYRILLIC CAPITAL LETTER GHE",
direction="l",
- lccode=0x0433,
+ lccode=0x433,
linebreak="al",
- unicodeslot=0x0413,
+ unicodeslot=0x413,
},
- [0x0414]={
+ [0x414]={
adobename="afii10021",
category="lu",
cjkwd="a",
contextname="cyrillicD",
description="CYRILLIC CAPITAL LETTER DE",
direction="l",
- lccode=0x0434,
+ lccode=0x434,
linebreak="al",
- unicodeslot=0x0414,
+ unicodeslot=0x414,
},
- [0x0415]={
+ [0x415]={
adobename="afii10022",
category="lu",
cjkwd="a",
contextname="cyrillicE",
description="CYRILLIC CAPITAL LETTER IE",
direction="l",
- lccode=0x0435,
+ lccode=0x435,
linebreak="al",
- unicodeslot=0x0415,
+ unicodeslot=0x415,
},
- [0x0416]={
+ [0x416]={
adobename="afii10024",
category="lu",
cjkwd="a",
contextname="cyrillicZH",
description="CYRILLIC CAPITAL LETTER ZHE",
direction="l",
- lccode=0x0436,
+ lccode=0x436,
linebreak="al",
- unicodeslot=0x0416,
+ unicodeslot=0x416,
},
- [0x0417]={
+ [0x417]={
adobename="afii10025",
category="lu",
cjkwd="a",
contextname="cyrillicZ",
description="CYRILLIC CAPITAL LETTER ZE",
direction="l",
- lccode=0x0437,
+ lccode=0x437,
linebreak="al",
- unicodeslot=0x0417,
+ unicodeslot=0x417,
},
- [0x0418]={
+ [0x418]={
adobename="afii10026",
category="lu",
cjkwd="a",
contextname="cyrillicI",
description="CYRILLIC CAPITAL LETTER I",
direction="l",
- lccode=0x0438,
+ lccode=0x438,
linebreak="al",
- unicodeslot=0x0418,
+ unicodeslot=0x418,
},
- [0x0419]={
+ [0x419]={
adobename="afii10027",
category="lu",
cjkwd="a",
contextname="cyrillicISHRT",
description="CYRILLIC CAPITAL LETTER SHORT I",
direction="l",
- lccode=0x0439,
+ lccode=0x439,
linebreak="al",
- specials={ "char", 0x0418, 0x0306 },
- unicodeslot=0x0419,
+ specials={ "char", 0x418, 0x306 },
+ unicodeslot=0x419,
},
- [0x041A]={
+ [0x41A]={
adobename="afii10028",
category="lu",
cjkwd="a",
contextname="cyrillicK",
description="CYRILLIC CAPITAL LETTER KA",
direction="l",
- lccode=0x043A,
+ lccode=0x43A,
linebreak="al",
- unicodeslot=0x041A,
+ unicodeslot=0x41A,
},
- [0x041B]={
+ [0x41B]={
adobename="afii10029",
category="lu",
cjkwd="a",
contextname="cyrillicL",
description="CYRILLIC CAPITAL LETTER EL",
direction="l",
- lccode=0x043B,
+ lccode=0x43B,
linebreak="al",
- unicodeslot=0x041B,
+ unicodeslot=0x41B,
},
- [0x041C]={
+ [0x41C]={
adobename="afii10030",
category="lu",
cjkwd="a",
contextname="cyrillicM",
description="CYRILLIC CAPITAL LETTER EM",
direction="l",
- lccode=0x043C,
+ lccode=0x43C,
linebreak="al",
- unicodeslot=0x041C,
+ unicodeslot=0x41C,
},
- [0x041D]={
+ [0x41D]={
adobename="afii10031",
category="lu",
cjkwd="a",
contextname="cyrillicN",
description="CYRILLIC CAPITAL LETTER EN",
direction="l",
- lccode=0x043D,
+ lccode=0x43D,
linebreak="al",
- unicodeslot=0x041D,
+ unicodeslot=0x41D,
},
- [0x041E]={
+ [0x41E]={
adobename="afii10032",
category="lu",
cjkwd="a",
contextname="cyrillicO",
description="CYRILLIC CAPITAL LETTER O",
direction="l",
- lccode=0x043E,
+ lccode=0x43E,
linebreak="al",
- unicodeslot=0x041E,
+ unicodeslot=0x41E,
},
- [0x041F]={
+ [0x41F]={
adobename="afii10033",
category="lu",
cjkwd="a",
contextname="cyrillicP",
description="CYRILLIC CAPITAL LETTER PE",
direction="l",
- lccode=0x043F,
+ lccode=0x43F,
linebreak="al",
- unicodeslot=0x041F,
+ unicodeslot=0x41F,
},
- [0x0420]={
+ [0x420]={
adobename="afii10034",
category="lu",
cjkwd="a",
contextname="cyrillicR",
description="CYRILLIC CAPITAL LETTER ER",
direction="l",
- lccode=0x0440,
+ lccode=0x440,
linebreak="al",
- unicodeslot=0x0420,
+ unicodeslot=0x420,
},
- [0x0421]={
+ [0x421]={
adobename="afii10035",
category="lu",
cjkwd="a",
contextname="cyrillicS",
description="CYRILLIC CAPITAL LETTER ES",
direction="l",
- lccode=0x0441,
+ lccode=0x441,
linebreak="al",
- unicodeslot=0x0421,
+ unicodeslot=0x421,
},
- [0x0422]={
+ [0x422]={
adobename="afii10036",
category="lu",
cjkwd="a",
contextname="cyrillicT",
description="CYRILLIC CAPITAL LETTER TE",
direction="l",
- lccode=0x0442,
+ lccode=0x442,
linebreak="al",
- unicodeslot=0x0422,
+ unicodeslot=0x422,
},
- [0x0423]={
+ [0x423]={
adobename="afii10037",
category="lu",
cjkwd="a",
contextname="cyrillicU",
description="CYRILLIC CAPITAL LETTER U",
direction="l",
- lccode=0x0443,
+ lccode=0x443,
linebreak="al",
- unicodeslot=0x0423,
+ unicodeslot=0x423,
},
- [0x0424]={
+ [0x424]={
adobename="afii10038",
category="lu",
cjkwd="a",
contextname="cyrillicF",
description="CYRILLIC CAPITAL LETTER EF",
direction="l",
- lccode=0x0444,
+ lccode=0x444,
linebreak="al",
- unicodeslot=0x0424,
+ unicodeslot=0x424,
},
- [0x0425]={
+ [0x425]={
adobename="afii10039",
category="lu",
cjkwd="a",
contextname="cyrillicH",
description="CYRILLIC CAPITAL LETTER HA",
direction="l",
- lccode=0x0445,
+ lccode=0x445,
linebreak="al",
- unicodeslot=0x0425,
+ unicodeslot=0x425,
},
- [0x0426]={
+ [0x426]={
adobename="afii10040",
category="lu",
cjkwd="a",
contextname="cyrillicC",
description="CYRILLIC CAPITAL LETTER TSE",
direction="l",
- lccode=0x0446,
+ lccode=0x446,
linebreak="al",
- unicodeslot=0x0426,
+ unicodeslot=0x426,
},
- [0x0427]={
+ [0x427]={
adobename="afii10041",
category="lu",
cjkwd="a",
contextname="cyrillicCH",
description="CYRILLIC CAPITAL LETTER CHE",
direction="l",
- lccode=0x0447,
+ lccode=0x447,
linebreak="al",
- unicodeslot=0x0427,
+ unicodeslot=0x427,
},
- [0x0428]={
+ [0x428]={
adobename="afii10042",
category="lu",
cjkwd="a",
contextname="cyrillicSH",
description="CYRILLIC CAPITAL LETTER SHA",
direction="l",
- lccode=0x0448,
+ lccode=0x448,
linebreak="al",
- unicodeslot=0x0428,
+ unicodeslot=0x428,
},
- [0x0429]={
+ [0x429]={
adobename="afii10043",
category="lu",
cjkwd="a",
contextname="cyrillicSHCH",
description="CYRILLIC CAPITAL LETTER SHCHA",
direction="l",
- lccode=0x0449,
+ lccode=0x449,
linebreak="al",
- unicodeslot=0x0429,
+ unicodeslot=0x429,
},
- [0x042A]={
+ [0x42A]={
adobename="afii10044",
category="lu",
cjkwd="a",
contextname="cyrillicHRDSN",
description="CYRILLIC CAPITAL LETTER HARD SIGN",
direction="l",
- lccode=0x044A,
+ lccode=0x44A,
linebreak="al",
- unicodeslot=0x042A,
+ unicodeslot=0x42A,
},
- [0x042B]={
+ [0x42B]={
adobename="afii10045",
category="lu",
cjkwd="a",
contextname="cyrillicERY",
description="CYRILLIC CAPITAL LETTER YERU",
direction="l",
- lccode=0x044B,
+ lccode=0x44B,
linebreak="al",
- unicodeslot=0x042B,
+ unicodeslot=0x42B,
},
- [0x042C]={
+ [0x42C]={
adobename="afii10046",
category="lu",
cjkwd="a",
contextname="cyrillicSFTSN",
description="CYRILLIC CAPITAL LETTER SOFT SIGN",
direction="l",
- lccode=0x044C,
+ lccode=0x44C,
linebreak="al",
- unicodeslot=0x042C,
+ unicodeslot=0x42C,
},
- [0x042D]={
+ [0x42D]={
adobename="afii10047",
category="lu",
cjkwd="a",
contextname="cyrillicEREV",
description="CYRILLIC CAPITAL LETTER E",
direction="l",
- lccode=0x044D,
+ lccode=0x44D,
linebreak="al",
- unicodeslot=0x042D,
+ unicodeslot=0x42D,
},
- [0x042E]={
+ [0x42E]={
adobename="afii10048",
category="lu",
cjkwd="a",
contextname="cyrillicYU",
description="CYRILLIC CAPITAL LETTER YU",
direction="l",
- lccode=0x044E,
+ lccode=0x44E,
linebreak="al",
- unicodeslot=0x042E,
+ unicodeslot=0x42E,
},
- [0x042F]={
+ [0x42F]={
adobename="afii10049",
category="lu",
cjkwd="a",
contextname="cyrillicYA",
description="CYRILLIC CAPITAL LETTER YA",
direction="l",
- lccode=0x044F,
+ lccode=0x44F,
linebreak="al",
- unicodeslot=0x042F,
+ unicodeslot=0x42F,
},
- [0x0430]={
+ [0x430]={
adobename="afii10065",
category="ll",
cjkwd="a",
@@ -10984,10 +11114,10 @@ characters.data={
description="CYRILLIC SMALL LETTER A",
direction="l",
linebreak="al",
- uccode=0x0410,
- unicodeslot=0x0430,
+ uccode=0x410,
+ unicodeslot=0x430,
},
- [0x0431]={
+ [0x431]={
adobename="becyrillic",
category="ll",
cjkwd="a",
@@ -10995,10 +11125,10 @@ characters.data={
description="CYRILLIC SMALL LETTER BE",
direction="l",
linebreak="al",
- uccode=0x0411,
- unicodeslot=0x0431,
+ uccode=0x411,
+ unicodeslot=0x431,
},
- [0x0432]={
+ [0x432]={
adobename="vecyrillic",
category="ll",
cjkwd="a",
@@ -11006,10 +11136,10 @@ characters.data={
description="CYRILLIC SMALL LETTER VE",
direction="l",
linebreak="al",
- uccode=0x0412,
- unicodeslot=0x0432,
+ uccode=0x412,
+ unicodeslot=0x432,
},
- [0x0433]={
+ [0x433]={
adobename="gecyrillic",
category="ll",
cjkwd="a",
@@ -11017,10 +11147,10 @@ characters.data={
description="CYRILLIC SMALL LETTER GHE",
direction="l",
linebreak="al",
- uccode=0x0413,
- unicodeslot=0x0433,
+ uccode=0x413,
+ unicodeslot=0x433,
},
- [0x0434]={
+ [0x434]={
adobename="decyrillic",
category="ll",
cjkwd="a",
@@ -11028,10 +11158,10 @@ characters.data={
description="CYRILLIC SMALL LETTER DE",
direction="l",
linebreak="al",
- uccode=0x0414,
- unicodeslot=0x0434,
+ uccode=0x414,
+ unicodeslot=0x434,
},
- [0x0435]={
+ [0x435]={
adobename="iecyrillic",
category="ll",
cjkwd="a",
@@ -11039,10 +11169,10 @@ characters.data={
description="CYRILLIC SMALL LETTER IE",
direction="l",
linebreak="al",
- uccode=0x0415,
- unicodeslot=0x0435,
+ uccode=0x415,
+ unicodeslot=0x435,
},
- [0x0436]={
+ [0x436]={
adobename="zhecyrillic",
category="ll",
cjkwd="a",
@@ -11050,10 +11180,10 @@ characters.data={
description="CYRILLIC SMALL LETTER ZHE",
direction="l",
linebreak="al",
- uccode=0x0416,
- unicodeslot=0x0436,
+ uccode=0x416,
+ unicodeslot=0x436,
},
- [0x0437]={
+ [0x437]={
adobename="zecyrillic",
category="ll",
cjkwd="a",
@@ -11061,10 +11191,10 @@ characters.data={
description="CYRILLIC SMALL LETTER ZE",
direction="l",
linebreak="al",
- uccode=0x0417,
- unicodeslot=0x0437,
+ uccode=0x417,
+ unicodeslot=0x437,
},
- [0x0438]={
+ [0x438]={
adobename="iicyrillic",
category="ll",
cjkwd="a",
@@ -11072,10 +11202,10 @@ characters.data={
description="CYRILLIC SMALL LETTER I",
direction="l",
linebreak="al",
- uccode=0x0418,
- unicodeslot=0x0438,
+ uccode=0x418,
+ unicodeslot=0x438,
},
- [0x0439]={
+ [0x439]={
adobename="iishortcyrillic",
category="ll",
cjkwd="a",
@@ -11083,11 +11213,11 @@ characters.data={
description="CYRILLIC SMALL LETTER SHORT I",
direction="l",
linebreak="al",
- specials={ "char", 0x0438, 0x0306 },
- uccode=0x0419,
- unicodeslot=0x0439,
+ specials={ "char", 0x438, 0x306 },
+ uccode=0x419,
+ unicodeslot=0x439,
},
- [0x043A]={
+ [0x43A]={
adobename="kacyrillic",
category="ll",
cjkwd="a",
@@ -11095,10 +11225,10 @@ characters.data={
description="CYRILLIC SMALL LETTER KA",
direction="l",
linebreak="al",
- uccode=0x041A,
- unicodeslot=0x043A,
+ uccode=0x41A,
+ unicodeslot=0x43A,
},
- [0x043B]={
+ [0x43B]={
adobename="elcyrillic",
category="ll",
cjkwd="a",
@@ -11106,10 +11236,10 @@ characters.data={
description="CYRILLIC SMALL LETTER EL",
direction="l",
linebreak="al",
- uccode=0x041B,
- unicodeslot=0x043B,
+ uccode=0x41B,
+ unicodeslot=0x43B,
},
- [0x043C]={
+ [0x43C]={
adobename="emcyrillic",
category="ll",
cjkwd="a",
@@ -11117,10 +11247,10 @@ characters.data={
description="CYRILLIC SMALL LETTER EM",
direction="l",
linebreak="al",
- uccode=0x041C,
- unicodeslot=0x043C,
+ uccode=0x41C,
+ unicodeslot=0x43C,
},
- [0x043D]={
+ [0x43D]={
adobename="encyrillic",
category="ll",
cjkwd="a",
@@ -11128,10 +11258,10 @@ characters.data={
description="CYRILLIC SMALL LETTER EN",
direction="l",
linebreak="al",
- uccode=0x041D,
- unicodeslot=0x043D,
+ uccode=0x41D,
+ unicodeslot=0x43D,
},
- [0x043E]={
+ [0x43E]={
adobename="ocyrillic",
category="ll",
cjkwd="a",
@@ -11139,10 +11269,10 @@ characters.data={
description="CYRILLIC SMALL LETTER O",
direction="l",
linebreak="al",
- uccode=0x041E,
- unicodeslot=0x043E,
+ uccode=0x41E,
+ unicodeslot=0x43E,
},
- [0x043F]={
+ [0x43F]={
adobename="pecyrillic",
category="ll",
cjkwd="a",
@@ -11150,10 +11280,10 @@ characters.data={
description="CYRILLIC SMALL LETTER PE",
direction="l",
linebreak="al",
- uccode=0x041F,
- unicodeslot=0x043F,
+ uccode=0x41F,
+ unicodeslot=0x43F,
},
- [0x0440]={
+ [0x440]={
adobename="ercyrillic",
category="ll",
cjkwd="a",
@@ -11161,10 +11291,10 @@ characters.data={
description="CYRILLIC SMALL LETTER ER",
direction="l",
linebreak="al",
- uccode=0x0420,
- unicodeslot=0x0440,
+ uccode=0x420,
+ unicodeslot=0x440,
},
- [0x0441]={
+ [0x441]={
adobename="escyrillic",
category="ll",
cjkwd="a",
@@ -11172,10 +11302,10 @@ characters.data={
description="CYRILLIC SMALL LETTER ES",
direction="l",
linebreak="al",
- uccode=0x0421,
- unicodeslot=0x0441,
+ uccode=0x421,
+ unicodeslot=0x441,
},
- [0x0442]={
+ [0x442]={
adobename="tecyrillic",
category="ll",
cjkwd="a",
@@ -11183,10 +11313,10 @@ characters.data={
description="CYRILLIC SMALL LETTER TE",
direction="l",
linebreak="al",
- uccode=0x0422,
- unicodeslot=0x0442,
+ uccode=0x422,
+ unicodeslot=0x442,
},
- [0x0443]={
+ [0x443]={
adobename="ucyrillic",
category="ll",
cjkwd="a",
@@ -11194,10 +11324,10 @@ characters.data={
description="CYRILLIC SMALL LETTER U",
direction="l",
linebreak="al",
- uccode=0x0423,
- unicodeslot=0x0443,
+ uccode=0x423,
+ unicodeslot=0x443,
},
- [0x0444]={
+ [0x444]={
adobename="efcyrillic",
category="ll",
cjkwd="a",
@@ -11205,10 +11335,10 @@ characters.data={
description="CYRILLIC SMALL LETTER EF",
direction="l",
linebreak="al",
- uccode=0x0424,
- unicodeslot=0x0444,
+ uccode=0x424,
+ unicodeslot=0x444,
},
- [0x0445]={
+ [0x445]={
adobename="khacyrillic",
category="ll",
cjkwd="a",
@@ -11216,10 +11346,10 @@ characters.data={
description="CYRILLIC SMALL LETTER HA",
direction="l",
linebreak="al",
- uccode=0x0425,
- unicodeslot=0x0445,
+ uccode=0x425,
+ unicodeslot=0x445,
},
- [0x0446]={
+ [0x446]={
adobename="tsecyrillic",
category="ll",
cjkwd="a",
@@ -11227,10 +11357,10 @@ characters.data={
description="CYRILLIC SMALL LETTER TSE",
direction="l",
linebreak="al",
- uccode=0x0426,
- unicodeslot=0x0446,
+ uccode=0x426,
+ unicodeslot=0x446,
},
- [0x0447]={
+ [0x447]={
adobename="checyrillic",
category="ll",
cjkwd="a",
@@ -11238,10 +11368,10 @@ characters.data={
description="CYRILLIC SMALL LETTER CHE",
direction="l",
linebreak="al",
- uccode=0x0427,
- unicodeslot=0x0447,
+ uccode=0x427,
+ unicodeslot=0x447,
},
- [0x0448]={
+ [0x448]={
adobename="shacyrillic",
category="ll",
cjkwd="a",
@@ -11249,10 +11379,10 @@ characters.data={
description="CYRILLIC SMALL LETTER SHA",
direction="l",
linebreak="al",
- uccode=0x0428,
- unicodeslot=0x0448,
+ uccode=0x428,
+ unicodeslot=0x448,
},
- [0x0449]={
+ [0x449]={
adobename="shchacyrillic",
category="ll",
cjkwd="a",
@@ -11260,10 +11390,10 @@ characters.data={
description="CYRILLIC SMALL LETTER SHCHA",
direction="l",
linebreak="al",
- uccode=0x0429,
- unicodeslot=0x0449,
+ uccode=0x429,
+ unicodeslot=0x449,
},
- [0x044A]={
+ [0x44A]={
adobename="hardsigncyrillic",
category="ll",
cjkwd="a",
@@ -11271,10 +11401,10 @@ characters.data={
description="CYRILLIC SMALL LETTER HARD SIGN",
direction="l",
linebreak="al",
- uccode=0x042A,
- unicodeslot=0x044A,
+ uccode=0x42A,
+ unicodeslot=0x44A,
},
- [0x044B]={
+ [0x44B]={
adobename="yericyrillic",
category="ll",
cjkwd="a",
@@ -11282,10 +11412,10 @@ characters.data={
description="CYRILLIC SMALL LETTER YERU",
direction="l",
linebreak="al",
- uccode=0x042B,
- unicodeslot=0x044B,
+ uccode=0x42B,
+ unicodeslot=0x44B,
},
- [0x044C]={
+ [0x44C]={
adobename="softsigncyrillic",
category="ll",
cjkwd="a",
@@ -11293,10 +11423,10 @@ characters.data={
description="CYRILLIC SMALL LETTER SOFT SIGN",
direction="l",
linebreak="al",
- uccode=0x042C,
- unicodeslot=0x044C,
+ uccode=0x42C,
+ unicodeslot=0x44C,
},
- [0x044D]={
+ [0x44D]={
adobename="ereversedcyrillic",
category="ll",
cjkwd="a",
@@ -11304,10 +11434,10 @@ characters.data={
description="CYRILLIC SMALL LETTER E",
direction="l",
linebreak="al",
- uccode=0x042D,
- unicodeslot=0x044D,
+ uccode=0x42D,
+ unicodeslot=0x44D,
},
- [0x044E]={
+ [0x44E]={
adobename="iucyrillic",
category="ll",
cjkwd="a",
@@ -11315,10 +11445,10 @@ characters.data={
description="CYRILLIC SMALL LETTER YU",
direction="l",
linebreak="al",
- uccode=0x042E,
- unicodeslot=0x044E,
+ uccode=0x42E,
+ unicodeslot=0x44E,
},
- [0x044F]={
+ [0x44F]={
adobename="iacyrillic",
category="ll",
cjkwd="a",
@@ -11326,21 +11456,21 @@ characters.data={
description="CYRILLIC SMALL LETTER YA",
direction="l",
linebreak="al",
- uccode=0x042F,
- unicodeslot=0x044F,
+ uccode=0x42F,
+ unicodeslot=0x44F,
},
- [0x0450]={
+ [0x450]={
category="ll",
contextname="cyrillicegrave",
description="CYRILLIC SMALL LETTER IE WITH GRAVE",
direction="l",
linebreak="al",
- shcode=0x0435,
- specials={ "char", 0x0435, 0x0300 },
- uccode=0x0400,
- unicodeslot=0x0450,
+ shcode=0x435,
+ specials={ "char", 0x435, 0x300 },
+ uccode=0x400,
+ unicodeslot=0x450,
},
- [0x0451]={
+ [0x451]={
adobename="iocyrillic",
category="ll",
cjkwd="a",
@@ -11348,17808 +11478,18319 @@ characters.data={
description="CYRILLIC SMALL LETTER IO",
direction="l",
linebreak="al",
- specials={ "char", 0x0435, 0x0308 },
- uccode=0x0401,
- unicodeslot=0x0451,
+ specials={ "char", 0x435, 0x308 },
+ uccode=0x401,
+ unicodeslot=0x451,
},
- [0x0452]={
+ [0x452]={
adobename="djecyrillic",
category="ll",
contextname="cyrillicdje",
description="CYRILLIC SMALL LETTER DJE",
direction="l",
linebreak="al",
- uccode=0x0402,
- unicodeslot=0x0452,
+ uccode=0x402,
+ unicodeslot=0x452,
},
- [0x0453]={
+ [0x453]={
adobename="gjecyrillic",
category="ll",
contextname="cyrillicgje",
description="CYRILLIC SMALL LETTER GJE",
direction="l",
linebreak="al",
- specials={ "char", 0x0433, 0x0301 },
- uccode=0x0403,
- unicodeslot=0x0453,
+ specials={ "char", 0x433, 0x301 },
+ uccode=0x403,
+ unicodeslot=0x453,
},
- [0x0454]={
+ [0x454]={
adobename="ecyrillic",
category="ll",
contextname="cyrillicie",
description="CYRILLIC SMALL LETTER UKRAINIAN IE",
direction="l",
linebreak="al",
- uccode=0x0404,
- unicodeslot=0x0454,
+ uccode=0x404,
+ unicodeslot=0x454,
},
- [0x0455]={
+ [0x455]={
adobename="dzecyrillic",
category="ll",
contextname="cyrillicdze",
description="CYRILLIC SMALL LETTER DZE",
direction="l",
linebreak="al",
- uccode=0x0405,
- unicodeslot=0x0455,
+ uccode=0x405,
+ unicodeslot=0x455,
},
- [0x0456]={
+ [0x456]={
adobename="icyrillic",
category="ll",
contextname="cyrillicii",
description="CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I",
direction="l",
linebreak="al",
- uccode=0x0406,
- unicodeslot=0x0456,
+ uccode=0x406,
+ unicodeslot=0x456,
},
- [0x0457]={
+ [0x457]={
adobename="yicyrillic",
category="ll",
contextname="cyrillicyi",
description="CYRILLIC SMALL LETTER YI",
direction="l",
linebreak="al",
- specials={ "char", 0x0456, 0x0308 },
- uccode=0x0407,
- unicodeslot=0x0457,
+ specials={ "char", 0x456, 0x308 },
+ uccode=0x407,
+ unicodeslot=0x457,
},
- [0x0458]={
+ [0x458]={
adobename="jecyrillic",
category="ll",
contextname="cyrillicje",
description="CYRILLIC SMALL LETTER JE",
direction="l",
linebreak="al",
- uccode=0x0408,
- unicodeslot=0x0458,
+ uccode=0x408,
+ unicodeslot=0x458,
},
- [0x0459]={
+ [0x459]={
adobename="ljecyrillic",
category="ll",
contextname="cyrilliclje",
description="CYRILLIC SMALL LETTER LJE",
direction="l",
linebreak="al",
- uccode=0x0409,
- unicodeslot=0x0459,
+ uccode=0x409,
+ unicodeslot=0x459,
},
- [0x045A]={
+ [0x45A]={
adobename="njecyrillic",
category="ll",
contextname="cyrillicnje",
description="CYRILLIC SMALL LETTER NJE",
direction="l",
linebreak="al",
- uccode=0x040A,
- unicodeslot=0x045A,
+ uccode=0x40A,
+ unicodeslot=0x45A,
},
- [0x045B]={
+ [0x45B]={
adobename="tshecyrillic",
category="ll",
contextname="cyrillictshe",
description="CYRILLIC SMALL LETTER TSHE",
direction="l",
linebreak="al",
- uccode=0x040B,
- unicodeslot=0x045B,
+ uccode=0x40B,
+ unicodeslot=0x45B,
},
- [0x045C]={
+ [0x45C]={
adobename="kjecyrillic",
category="ll",
contextname="cyrillickje",
description="CYRILLIC SMALL LETTER KJE",
direction="l",
linebreak="al",
- specials={ "char", 0x043A, 0x0301 },
- uccode=0x040C,
- unicodeslot=0x045C,
+ specials={ "char", 0x43A, 0x301 },
+ uccode=0x40C,
+ unicodeslot=0x45C,
},
- [0x045D]={
+ [0x45D]={
category="ll",
contextname="cyrillicigrave",
description="CYRILLIC SMALL LETTER I WITH GRAVE",
direction="l",
linebreak="al",
- shcode=0x0438,
- specials={ "char", 0x0438, 0x0300 },
- uccode=0x040D,
- unicodeslot=0x045D,
+ shcode=0x438,
+ specials={ "char", 0x438, 0x300 },
+ uccode=0x40D,
+ unicodeslot=0x45D,
},
- [0x045E]={
+ [0x45E]={
adobename="ushortcyrillic",
category="ll",
contextname="cyrillicushrt",
description="CYRILLIC SMALL LETTER SHORT U",
direction="l",
linebreak="al",
- specials={ "char", 0x0443, 0x0306 },
- uccode=0x040E,
- unicodeslot=0x045E,
+ specials={ "char", 0x443, 0x306 },
+ uccode=0x40E,
+ unicodeslot=0x45E,
},
- [0x045F]={
+ [0x45F]={
adobename="dzhecyrillic",
category="ll",
contextname="cyrillicdzhe",
description="CYRILLIC SMALL LETTER DZHE",
direction="l",
linebreak="al",
- uccode=0x040F,
- unicodeslot=0x045F,
+ uccode=0x40F,
+ unicodeslot=0x45F,
},
- [0x0460]={
+ [0x460]={
adobename="Omegacyrillic",
category="lu",
contextname="cyrillicOMEGA",
description="CYRILLIC CAPITAL LETTER OMEGA",
direction="l",
- lccode=0x0461,
+ lccode=0x461,
linebreak="al",
- unicodeslot=0x0460,
+ unicodeslot=0x460,
},
- [0x0461]={
+ [0x461]={
adobename="omegacyrillic",
category="ll",
contextname="cyrillicomega",
description="CYRILLIC SMALL LETTER OMEGA",
direction="l",
linebreak="al",
- uccode=0x0460,
- unicodeslot=0x0461,
+ uccode=0x460,
+ unicodeslot=0x461,
},
- [0x0462]={
+ [0x462]={
adobename="afii10146",
category="lu",
contextname="cyrillicYAT",
description="CYRILLIC CAPITAL LETTER YAT",
direction="l",
- lccode=0x0463,
+ lccode=0x463,
linebreak="al",
- unicodeslot=0x0462,
+ unicodeslot=0x462,
},
- [0x0463]={
+ [0x463]={
adobename="yatcyrillic",
category="ll",
contextname="cyrillicyat",
description="CYRILLIC SMALL LETTER YAT",
direction="l",
linebreak="al",
- uccode=0x0462,
- unicodeslot=0x0463,
+ uccode=0x462,
+ unicodeslot=0x463,
},
- [0x0464]={
+ [0x464]={
adobename="Eiotifiedcyrillic",
category="lu",
contextname="cyrillicEiotified",
description="CYRILLIC CAPITAL LETTER IOTIFIED E",
direction="l",
- lccode=0x0465,
+ lccode=0x465,
linebreak="al",
- unicodeslot=0x0464,
+ unicodeslot=0x464,
},
- [0x0465]={
+ [0x465]={
adobename="eiotifiedcyrillic",
category="ll",
contextname="cyrilliceiotified",
description="CYRILLIC SMALL LETTER IOTIFIED E",
direction="l",
linebreak="al",
- uccode=0x0464,
- unicodeslot=0x0465,
+ uccode=0x464,
+ unicodeslot=0x465,
},
- [0x0466]={
+ [0x466]={
adobename="Yuslittlecyrillic",
category="lu",
contextname="cyrillicLITTLEYUS",
description="CYRILLIC CAPITAL LETTER LITTLE YUS",
direction="l",
- lccode=0x0467,
+ lccode=0x467,
linebreak="al",
- unicodeslot=0x0466,
+ unicodeslot=0x466,
},
- [0x0467]={
+ [0x467]={
adobename="yuslittlecyrillic",
category="ll",
contextname="cyrilliclittleyus",
description="CYRILLIC SMALL LETTER LITTLE YUS",
direction="l",
linebreak="al",
- uccode=0x0466,
- unicodeslot=0x0467,
+ uccode=0x466,
+ unicodeslot=0x467,
},
- [0x0468]={
+ [0x468]={
adobename="Yuslittleiotifiedcyrillic",
category="lu",
contextname="cyrillicLITTLEYUSiotified",
description="CYRILLIC CAPITAL LETTER IOTIFIED LITTLE YUS",
direction="l",
- lccode=0x0469,
+ lccode=0x469,
linebreak="al",
- unicodeslot=0x0468,
+ unicodeslot=0x468,
},
- [0x0469]={
+ [0x469]={
adobename="yuslittleiotifiedcyrillic",
category="ll",
contextname="cyrilliclittleyusiotified",
description="CYRILLIC SMALL LETTER IOTIFIED LITTLE YUS",
direction="l",
linebreak="al",
- uccode=0x0468,
- unicodeslot=0x0469,
+ uccode=0x468,
+ unicodeslot=0x469,
},
- [0x046A]={
+ [0x46A]={
adobename="Yusbigcyrillic",
category="lu",
contextname="cyrillicBIGYUS",
description="CYRILLIC CAPITAL LETTER BIG YUS",
direction="l",
- lccode=0x046B,
+ lccode=0x46B,
linebreak="al",
- unicodeslot=0x046A,
+ unicodeslot=0x46A,
},
- [0x046B]={
+ [0x46B]={
adobename="yusbigcyrillic",
category="ll",
contextname="cyrillicbigyus",
description="CYRILLIC SMALL LETTER BIG YUS",
direction="l",
linebreak="al",
- uccode=0x046A,
- unicodeslot=0x046B,
+ uccode=0x46A,
+ unicodeslot=0x46B,
},
- [0x046C]={
+ [0x46C]={
adobename="Yusbigiotifiedcyrillic",
category="lu",
contextname="cyrillicBIGYUSiotified",
description="CYRILLIC CAPITAL LETTER IOTIFIED BIG YUS",
direction="l",
- lccode=0x046D,
+ lccode=0x46D,
linebreak="al",
- unicodeslot=0x046C,
+ unicodeslot=0x46C,
},
- [0x046D]={
+ [0x46D]={
adobename="yusbigiotifiedcyrillic",
category="ll",
contextname="cyrillicbigyusiotified",
description="CYRILLIC SMALL LETTER IOTIFIED BIG YUS",
direction="l",
linebreak="al",
- uccode=0x046C,
- unicodeslot=0x046D,
+ uccode=0x46C,
+ unicodeslot=0x46D,
},
- [0x046E]={
+ [0x46E]={
adobename="Ksicyrillic",
category="lu",
contextname="cyrillicKSI",
description="CYRILLIC CAPITAL LETTER KSI",
direction="l",
- lccode=0x046F,
+ lccode=0x46F,
linebreak="al",
- unicodeslot=0x046E,
+ unicodeslot=0x46E,
},
- [0x046F]={
+ [0x46F]={
adobename="ksicyrillic",
category="ll",
contextname="cyrillicksi",
description="CYRILLIC SMALL LETTER KSI",
direction="l",
linebreak="al",
- uccode=0x046E,
- unicodeslot=0x046F,
+ uccode=0x46E,
+ unicodeslot=0x46F,
},
- [0x0470]={
+ [0x470]={
adobename="Psicyrillic",
category="lu",
contextname="cyrillicPSI",
description="CYRILLIC CAPITAL LETTER PSI",
direction="l",
- lccode=0x0471,
+ lccode=0x471,
linebreak="al",
- unicodeslot=0x0470,
+ unicodeslot=0x470,
},
- [0x0471]={
+ [0x471]={
adobename="psicyrillic",
category="ll",
contextname="cyrillicpsi",
description="CYRILLIC SMALL LETTER PSI",
direction="l",
linebreak="al",
- uccode=0x0470,
- unicodeslot=0x0471,
+ uccode=0x470,
+ unicodeslot=0x471,
},
- [0x0472]={
+ [0x472]={
adobename="afii10147",
category="lu",
contextname="cyrillicFITA",
description="CYRILLIC CAPITAL LETTER FITA",
direction="l",
- lccode=0x0473,
+ lccode=0x473,
linebreak="al",
- unicodeslot=0x0472,
+ unicodeslot=0x472,
},
- [0x0473]={
+ [0x473]={
adobename="fitacyrillic",
category="ll",
contextname="cyrillicfita",
description="CYRILLIC SMALL LETTER FITA",
direction="l",
linebreak="al",
- uccode=0x0472,
- unicodeslot=0x0473,
+ uccode=0x472,
+ unicodeslot=0x473,
},
- [0x0474]={
+ [0x474]={
adobename="afii10148",
category="lu",
contextname="cyrillicIZHITSA",
description="CYRILLIC CAPITAL LETTER IZHITSA",
direction="l",
- lccode=0x0475,
+ lccode=0x475,
linebreak="al",
- unicodeslot=0x0474,
+ unicodeslot=0x474,
},
- [0x0475]={
+ [0x475]={
adobename="izhitsacyrillic",
category="ll",
contextname="cyrillicizhitsa",
description="CYRILLIC SMALL LETTER IZHITSA",
direction="l",
linebreak="al",
- uccode=0x0474,
- unicodeslot=0x0475,
+ uccode=0x474,
+ unicodeslot=0x475,
},
- [0x0476]={
+ [0x476]={
adobename="Izhitsadblgravecyrillic",
category="lu",
contextname="cyrillicIZHITSAdoublegrave",
description="CYRILLIC CAPITAL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT",
direction="l",
- lccode=0x0477,
+ lccode=0x477,
linebreak="al",
- shcode=0x0474,
- specials={ "char", 0x0474, 0x030F },
- unicodeslot=0x0476,
+ shcode=0x474,
+ specials={ "char", 0x474, 0x30F },
+ unicodeslot=0x476,
},
- [0x0477]={
+ [0x477]={
adobename="izhitsadblgravecyrillic",
category="ll",
contextname="cyrillicizhitsadoublegrave",
description="CYRILLIC SMALL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT",
direction="l",
linebreak="al",
- shcode=0x0475,
- specials={ "char", 0x0475, 0x030F },
- uccode=0x0476,
- unicodeslot=0x0477,
+ shcode=0x475,
+ specials={ "char", 0x475, 0x30F },
+ uccode=0x476,
+ unicodeslot=0x477,
},
- [0x0478]={
+ [0x478]={
adobename="Ukcyrillic",
category="lu",
contextname="cyrillicUK",
description="CYRILLIC CAPITAL LETTER UK",
direction="l",
- lccode=0x0479,
+ lccode=0x479,
linebreak="al",
- unicodeslot=0x0478,
+ unicodeslot=0x478,
},
- [0x0479]={
+ [0x479]={
adobename="ukcyrillic",
category="ll",
contextname="cyrillicuk",
description="CYRILLIC SMALL LETTER UK",
direction="l",
linebreak="al",
- uccode=0x0478,
- unicodeslot=0x0479,
+ uccode=0x478,
+ unicodeslot=0x479,
},
- [0x047A]={
+ [0x47A]={
adobename="Omegaroundcyrillic",
category="lu",
contextname="cyrillicOMEGAround",
description="CYRILLIC CAPITAL LETTER ROUND OMEGA",
direction="l",
- lccode=0x047B,
+ lccode=0x47B,
linebreak="al",
- unicodeslot=0x047A,
+ unicodeslot=0x47A,
},
- [0x047B]={
+ [0x47B]={
adobename="omegaroundcyrillic",
category="ll",
contextname="cyrillicomegaround",
description="CYRILLIC SMALL LETTER ROUND OMEGA",
direction="l",
linebreak="al",
- uccode=0x047A,
- unicodeslot=0x047B,
+ uccode=0x47A,
+ unicodeslot=0x47B,
},
- [0x047C]={
+ [0x47C]={
adobename="Omegatitlocyrillic",
category="lu",
contextname="cyrillicOMEGAtitlo",
description="CYRILLIC CAPITAL LETTER OMEGA WITH TITLO",
direction="l",
- lccode=0x047D,
+ lccode=0x47D,
linebreak="al",
- shcode=0x0460,
- unicodeslot=0x047C,
+ shcode=0x460,
+ unicodeslot=0x47C,
},
- [0x047D]={
+ [0x47D]={
adobename="omegatitlocyrillic",
category="ll",
contextname="cyrillicomegatitlo",
description="CYRILLIC SMALL LETTER OMEGA WITH TITLO",
direction="l",
linebreak="al",
- shcode=0x0461,
- uccode=0x047C,
- unicodeslot=0x047D,
+ shcode=0x461,
+ uccode=0x47C,
+ unicodeslot=0x47D,
},
- [0x047E]={
+ [0x47E]={
adobename="Otcyrillic",
category="lu",
contextname="cyrillicOT",
description="CYRILLIC CAPITAL LETTER OT",
direction="l",
- lccode=0x047F,
+ lccode=0x47F,
linebreak="al",
- unicodeslot=0x047E,
+ unicodeslot=0x47E,
},
- [0x047F]={
+ [0x47F]={
adobename="otcyrillic",
category="ll",
contextname="cyrillicot",
description="CYRILLIC SMALL LETTER OT",
direction="l",
linebreak="al",
- uccode=0x047E,
- unicodeslot=0x047F,
+ uccode=0x47E,
+ unicodeslot=0x47F,
},
- [0x0480]={
+ [0x480]={
adobename="Koppacyrillic",
category="lu",
contextname="cyrillicKOPPA",
description="CYRILLIC CAPITAL LETTER KOPPA",
direction="l",
- lccode=0x0481,
+ lccode=0x481,
linebreak="al",
- unicodeslot=0x0480,
+ unicodeslot=0x480,
},
- [0x0481]={
+ [0x481]={
adobename="koppacyrillic",
category="ll",
contextname="cyrillickoppa",
description="CYRILLIC SMALL LETTER KOPPA",
direction="l",
linebreak="al",
- uccode=0x0480,
- unicodeslot=0x0481,
+ uccode=0x480,
+ unicodeslot=0x481,
},
- [0x0482]={
+ [0x482]={
adobename="thousandcyrillic",
category="so",
description="CYRILLIC THOUSANDS SIGN",
direction="l",
linebreak="al",
- unicodeslot=0x0482,
+ unicodeslot=0x482,
},
- [0x0483]={
+ [0x483]={
adobename="titlocyrilliccmb",
category="mn",
+ combining=0xE6,
contextname="cyrillicTITLO",
description="COMBINING CYRILLIC TITLO",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0483,
+ unicodeslot=0x483,
},
- [0x0484]={
+ [0x484]={
adobename="palatalizationcyrilliccmb",
category="mn",
+ combining=0xE6,
contextname="cyrillicPALATALIZATION",
description="COMBINING CYRILLIC PALATALIZATION",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0484,
+ unicodeslot=0x484,
},
- [0x0485]={
+ [0x485]={
adobename="dasiapneumatacyrilliccmb",
category="mn",
+ combining=0xE6,
contextname="cyrillicDASIAPNEUMATA",
description="COMBINING CYRILLIC DASIA PNEUMATA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0485,
+ unicodeslot=0x485,
},
- [0x0486]={
+ [0x486]={
adobename="psilipneumatacyrilliccmb",
category="mn",
+ combining=0xE6,
contextname="cyrillicPSILIPNEUMATA",
description="COMBINING CYRILLIC PSILI PNEUMATA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0486,
+ unicodeslot=0x486,
},
- [0x0487]={
+ [0x487]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC POKRYTIE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0487,
+ unicodeslot=0x487,
},
- [0x0488]={
+ [0x488]={
category="me",
description="COMBINING CYRILLIC HUNDRED THOUSANDS SIGN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0488,
+ unicodeslot=0x488,
},
- [0x0489]={
+ [0x489]={
category="me",
description="COMBINING CYRILLIC MILLIONS SIGN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0489,
+ unicodeslot=0x489,
},
- [0x048A]={
+ [0x48A]={
category="lu",
contextname="cyrillicISHRTtail",
description="CYRILLIC CAPITAL LETTER SHORT I WITH TAIL",
direction="l",
- lccode=0x048B,
+ lccode=0x48B,
linebreak="al",
- unicodeslot=0x048A,
+ unicodeslot=0x48A,
},
- [0x048B]={
+ [0x48B]={
category="ll",
contextname="cyrillicishrttail",
description="CYRILLIC SMALL LETTER SHORT I WITH TAIL",
direction="l",
linebreak="al",
- uccode=0x048A,
- unicodeslot=0x048B,
+ uccode=0x48A,
+ unicodeslot=0x48B,
},
- [0x048C]={
+ [0x48C]={
category="lu",
contextname="cyrillicSEMISOFT",
description="CYRILLIC CAPITAL LETTER SEMISOFT SIGN",
direction="l",
- lccode=0x048D,
+ lccode=0x48D,
linebreak="al",
- unicodeslot=0x048C,
+ unicodeslot=0x48C,
},
- [0x048D]={
+ [0x48D]={
category="ll",
contextname="cyrillicsemisoft",
description="CYRILLIC SMALL LETTER SEMISOFT SIGN",
direction="l",
linebreak="al",
- uccode=0x048C,
- unicodeslot=0x048D,
+ uccode=0x48C,
+ unicodeslot=0x48D,
},
- [0x048E]={
+ [0x48E]={
category="lu",
contextname="cyrillicERtick",
description="CYRILLIC CAPITAL LETTER ER WITH TICK",
direction="l",
- lccode=0x048F,
+ lccode=0x48F,
linebreak="al",
- shcode=0x0420,
- unicodeslot=0x048E,
+ shcode=0x420,
+ unicodeslot=0x48E,
},
- [0x048F]={
+ [0x48F]={
category="ll",
contextname="cyrillicertick",
description="CYRILLIC SMALL LETTER ER WITH TICK",
direction="l",
linebreak="al",
- shcode=0x0440,
- uccode=0x048E,
- unicodeslot=0x048F,
+ shcode=0x440,
+ uccode=0x48E,
+ unicodeslot=0x48F,
},
- [0x0490]={
+ [0x490]={
adobename="afii10050",
category="lu",
contextname="cyrillicGHEupturn",
description="CYRILLIC CAPITAL LETTER GHE WITH UPTURN",
direction="l",
- lccode=0x0491,
+ lccode=0x491,
linebreak="al",
- shcode=0x0413,
- unicodeslot=0x0490,
+ shcode=0x413,
+ unicodeslot=0x490,
},
- [0x0491]={
+ [0x491]={
adobename="gheupturncyrillic",
category="ll",
contextname="cyrillicgheupturn",
description="CYRILLIC SMALL LETTER GHE WITH UPTURN",
direction="l",
linebreak="al",
- shcode=0x0433,
- uccode=0x0490,
- unicodeslot=0x0491,
+ shcode=0x433,
+ uccode=0x490,
+ unicodeslot=0x491,
},
- [0x0492]={
+ [0x492]={
adobename="Ghestrokecyrillic",
category="lu",
contextname="cyrillicGHEstroke",
description="CYRILLIC CAPITAL LETTER GHE WITH STROKE",
direction="l",
- lccode=0x0493,
+ lccode=0x493,
linebreak="al",
- shcode=0x0413,
- unicodeslot=0x0492,
+ shcode=0x413,
+ unicodeslot=0x492,
},
- [0x0493]={
+ [0x493]={
adobename="ghestrokecyrillic",
category="ll",
contextname="cyrillicghestroke",
description="CYRILLIC SMALL LETTER GHE WITH STROKE",
direction="l",
linebreak="al",
- shcode=0x0433,
- uccode=0x0492,
- unicodeslot=0x0493,
+ shcode=0x433,
+ uccode=0x492,
+ unicodeslot=0x493,
},
- [0x0494]={
+ [0x494]={
adobename="Ghemiddlehookcyrillic",
category="lu",
contextname="cyrillicGHEmidhook",
description="CYRILLIC CAPITAL LETTER GHE WITH MIDDLE HOOK",
direction="l",
- lccode=0x0495,
+ lccode=0x495,
linebreak="al",
- shcode=0x0413,
- unicodeslot=0x0494,
+ shcode=0x413,
+ unicodeslot=0x494,
},
- [0x0495]={
+ [0x495]={
adobename="ghemiddlehookcyrillic",
category="ll",
contextname="cyrillicghemidhook",
description="CYRILLIC SMALL LETTER GHE WITH MIDDLE HOOK",
direction="l",
linebreak="al",
- shcode=0x0433,
- uccode=0x0494,
- unicodeslot=0x0495,
+ shcode=0x433,
+ uccode=0x494,
+ unicodeslot=0x495,
},
- [0x0496]={
+ [0x496]={
adobename="Zhedescendercyrillic",
category="lu",
contextname="cyrillicZHEdescender",
description="CYRILLIC CAPITAL LETTER ZHE WITH DESCENDER",
direction="l",
- lccode=0x0497,
+ lccode=0x497,
linebreak="al",
- shcode=0x0416,
- unicodeslot=0x0496,
+ shcode=0x416,
+ unicodeslot=0x496,
},
- [0x0497]={
+ [0x497]={
adobename="zhedescendercyrillic",
category="ll",
contextname="cyrilliczhedescender",
description="CYRILLIC SMALL LETTER ZHE WITH DESCENDER",
direction="l",
linebreak="al",
- shcode=0x0436,
- uccode=0x0496,
- unicodeslot=0x0497,
+ shcode=0x436,
+ uccode=0x496,
+ unicodeslot=0x497,
},
- [0x0498]={
+ [0x498]={
adobename="Zedescendercyrillic",
category="lu",
contextname="cyrillicZDSC",
description="CYRILLIC CAPITAL LETTER ZE WITH DESCENDER",
direction="l",
- lccode=0x0499,
+ lccode=0x499,
linebreak="al",
- shcode=0x0417,
- unicodeslot=0x0498,
+ shcode=0x417,
+ unicodeslot=0x498,
},
- [0x0499]={
+ [0x499]={
adobename="zedescendercyrillic",
category="ll",
contextname="cyrilliczdsc",
description="CYRILLIC SMALL LETTER ZE WITH DESCENDER",
direction="l",
linebreak="al",
- shcode=0x0437,
- uccode=0x0498,
- unicodeslot=0x0499,
+ shcode=0x437,
+ uccode=0x498,
+ unicodeslot=0x499,
},
- [0x049A]={
+ [0x49A]={
adobename="Kadescendercyrillic",
category="lu",
contextname="cyrillicKADC",
description="CYRILLIC CAPITAL LETTER KA WITH DESCENDER",
direction="l",
- lccode=0x049B,
+ lccode=0x49B,
linebreak="al",
- shcode=0x041A,
- unicodeslot=0x049A,
+ shcode=0x41A,
+ unicodeslot=0x49A,
},
- [0x049B]={
+ [0x49B]={
adobename="kadescendercyrillic",
category="ll",
contextname="cyrillickadc",
description="CYRILLIC SMALL LETTER KA WITH DESCENDER",
direction="l",
linebreak="al",
- shcode=0x043A,
- uccode=0x049A,
- unicodeslot=0x049B,
+ shcode=0x43A,
+ uccode=0x49A,
+ unicodeslot=0x49B,
},
- [0x049C]={
+ [0x49C]={
adobename="Kaverticalstrokecyrillic",
category="lu",
contextname="cyrillicKAvertstroke",
description="CYRILLIC CAPITAL LETTER KA WITH VERTICAL STROKE",
direction="l",
- lccode=0x049D,
+ lccode=0x49D,
linebreak="al",
- shcode=0x041A,
- unicodeslot=0x049C,
+ shcode=0x41A,
+ unicodeslot=0x49C,
},
- [0x049D]={
+ [0x49D]={
adobename="kaverticalstrokecyrillic",
category="ll",
contextname="cyrillickavertstroke",
description="CYRILLIC SMALL LETTER KA WITH VERTICAL STROKE",
direction="l",
linebreak="al",
- shcode=0x043A,
- uccode=0x049C,
- unicodeslot=0x049D,
+ shcode=0x43A,
+ uccode=0x49C,
+ unicodeslot=0x49D,
},
- [0x049E]={
+ [0x49E]={
adobename="Kastrokecyrillic",
category="lu",
contextname="cyrillicKAstroke",
description="CYRILLIC CAPITAL LETTER KA WITH STROKE",
direction="l",
- lccode=0x049F,
+ lccode=0x49F,
linebreak="al",
- shcode=0x041A,
- unicodeslot=0x049E,
+ shcode=0x41A,
+ unicodeslot=0x49E,
},
- [0x049F]={
+ [0x49F]={
adobename="kastrokecyrillic",
category="ll",
contextname="cyrillickastroke",
description="CYRILLIC SMALL LETTER KA WITH STROKE",
direction="l",
linebreak="al",
- shcode=0x043A,
- uccode=0x049E,
- unicodeslot=0x049F,
+ shcode=0x43A,
+ uccode=0x49E,
+ unicodeslot=0x49F,
},
- [0x04A0]={
+ [0x4A0]={
adobename="Kabashkircyrillic",
category="lu",
contextname="cyrillicKAbashkir",
description="CYRILLIC CAPITAL LETTER BASHKIR KA",
direction="l",
- lccode=0x04A1,
+ lccode=0x4A1,
linebreak="al",
- unicodeslot=0x04A0,
+ unicodeslot=0x4A0,
},
- [0x04A1]={
+ [0x4A1]={
adobename="kabashkircyrillic",
category="ll",
contextname="cyrillickabashkir",
description="CYRILLIC SMALL LETTER BASHKIR KA",
direction="l",
linebreak="al",
- uccode=0x04A0,
- unicodeslot=0x04A1,
+ uccode=0x4A0,
+ unicodeslot=0x4A1,
},
- [0x04A2]={
+ [0x4A2]={
adobename="Endescendercyrillic",
category="lu",
contextname="cyrillicENDC",
description="CYRILLIC CAPITAL LETTER EN WITH DESCENDER",
direction="l",
- lccode=0x04A3,
+ lccode=0x4A3,
linebreak="al",
- shcode=0x041D,
- unicodeslot=0x04A2,
+ shcode=0x41D,
+ unicodeslot=0x4A2,
},
- [0x04A3]={
+ [0x4A3]={
adobename="endescendercyrillic",
category="ll",
contextname="cyrillicendc",
description="CYRILLIC SMALL LETTER EN WITH DESCENDER",
direction="l",
linebreak="al",
- shcode=0x043D,
- uccode=0x04A2,
- unicodeslot=0x04A3,
+ shcode=0x43D,
+ uccode=0x4A2,
+ unicodeslot=0x4A3,
},
- [0x04A4]={
+ [0x4A4]={
adobename="Enghecyrillic",
category="lu",
contextname="cyrillicENGHE",
description="CYRILLIC CAPITAL LIGATURE EN GHE",
direction="l",
- lccode=0x04A5,
+ lccode=0x4A5,
linebreak="al",
- unicodeslot=0x04A4,
+ unicodeslot=0x4A4,
},
- [0x04A5]={
+ [0x4A5]={
adobename="enghecyrillic",
category="ll",
contextname="cyrillicenghe",
description="CYRILLIC SMALL LIGATURE EN GHE",
direction="l",
linebreak="al",
- uccode=0x04A4,
- unicodeslot=0x04A5,
+ uccode=0x4A4,
+ unicodeslot=0x4A5,
},
- [0x04A6]={
+ [0x4A6]={
adobename="Pemiddlehookcyrillic",
category="lu",
contextname="cyrillicPEmidhook",
description="CYRILLIC CAPITAL LETTER PE WITH MIDDLE HOOK",
direction="l",
- lccode=0x04A7,
+ lccode=0x4A7,
linebreak="al",
- shcode=0x041F,
- unicodeslot=0x04A6,
+ shcode=0x41F,
+ unicodeslot=0x4A6,
},
- [0x04A7]={
+ [0x4A7]={
adobename="pemiddlehookcyrillic",
category="ll",
contextname="cyrillicpemidhook",
description="CYRILLIC SMALL LETTER PE WITH MIDDLE HOOK",
direction="l",
linebreak="al",
- shcode=0x043F,
- uccode=0x04A6,
- unicodeslot=0x04A7,
+ shcode=0x43F,
+ uccode=0x4A6,
+ unicodeslot=0x4A7,
},
- [0x04A8]={
+ [0x4A8]={
adobename="Haabkhasiancyrillic",
category="lu",
contextname="cyrillicHA",
description="CYRILLIC CAPITAL LETTER ABKHASIAN HA",
direction="l",
- lccode=0x04A9,
+ lccode=0x4A9,
linebreak="al",
- unicodeslot=0x04A8,
+ unicodeslot=0x4A8,
},
- [0x04A9]={
+ [0x4A9]={
adobename="haabkhasiancyrillic",
category="ll",
contextname="cyrillicha",
description="CYRILLIC SMALL LETTER ABKHASIAN HA",
direction="l",
linebreak="al",
- uccode=0x04A8,
- unicodeslot=0x04A9,
+ uccode=0x4A8,
+ unicodeslot=0x4A9,
},
- [0x04AA]={
+ [0x4AA]={
adobename="Esdescendercyrillic",
category="lu",
contextname="cyrillicSDSC",
description="CYRILLIC CAPITAL LETTER ES WITH DESCENDER",
direction="l",
- lccode=0x04AB,
+ lccode=0x4AB,
linebreak="al",
- shcode=0x0421,
- unicodeslot=0x04AA,
+ shcode=0x421,
+ unicodeslot=0x4AA,
},
- [0x04AB]={
+ [0x4AB]={
adobename="esdescendercyrillic",
category="ll",
contextname="cyrillicsdsc",
description="CYRILLIC SMALL LETTER ES WITH DESCENDER",
direction="l",
linebreak="al",
- shcode=0x0441,
- uccode=0x04AA,
- unicodeslot=0x04AB,
+ shcode=0x441,
+ uccode=0x4AA,
+ unicodeslot=0x4AB,
},
- [0x04AC]={
+ [0x4AC]={
adobename="Tedescendercyrillic",
category="lu",
contextname="cyrillicTEDC",
description="CYRILLIC CAPITAL LETTER TE WITH DESCENDER",
direction="l",
- lccode=0x04AD,
+ lccode=0x4AD,
linebreak="al",
- shcode=0x0422,
- unicodeslot=0x04AC,
+ shcode=0x422,
+ unicodeslot=0x4AC,
},
- [0x04AD]={
+ [0x4AD]={
adobename="tedescendercyrillic",
category="ll",
contextname="cyrillictedc",
description="CYRILLIC SMALL LETTER TE WITH DESCENDER",
direction="l",
linebreak="al",
- shcode=0x0442,
- uccode=0x04AC,
- unicodeslot=0x04AD,
+ shcode=0x442,
+ uccode=0x4AC,
+ unicodeslot=0x4AD,
},
- [0x04AE]={
+ [0x4AE]={
adobename="Ustraightcyrillic",
category="lu",
contextname="cyrillicYstr",
description="CYRILLIC CAPITAL LETTER STRAIGHT U",
direction="l",
- lccode=0x04AF,
+ lccode=0x4AF,
linebreak="al",
- unicodeslot=0x04AE,
+ unicodeslot=0x4AE,
},
- [0x04AF]={
+ [0x4AF]={
adobename="ustraightcyrillic",
category="ll",
contextname="cyrillicystr",
description="CYRILLIC SMALL LETTER STRAIGHT U",
direction="l",
linebreak="al",
- uccode=0x04AE,
- unicodeslot=0x04AF,
+ uccode=0x4AE,
+ unicodeslot=0x4AF,
},
- [0x04B0]={
+ [0x4B0]={
adobename="Ustraightstrokecyrillic",
category="lu",
contextname="cyrillicYstrstroke",
description="CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE",
direction="l",
- lccode=0x04B1,
+ lccode=0x4B1,
linebreak="al",
- unicodeslot=0x04B0,
+ unicodeslot=0x4B0,
},
- [0x04B1]={
+ [0x4B1]={
adobename="ustraightstrokecyrillic",
category="ll",
contextname="cyrillicystrstroke",
description="CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE",
direction="l",
linebreak="al",
- uccode=0x04B0,
- unicodeslot=0x04B1,
+ uccode=0x4B0,
+ unicodeslot=0x4B1,
},
- [0x04B2]={
+ [0x4B2]={
adobename="Hadescendercyrillic",
category="lu",
contextname="cyrillicHADC",
description="CYRILLIC CAPITAL LETTER HA WITH DESCENDER",
direction="l",
- lccode=0x04B3,
+ lccode=0x4B3,
linebreak="al",
- shcode=0x0425,
- unicodeslot=0x04B2,
+ shcode=0x425,
+ unicodeslot=0x4B2,
},
- [0x04B3]={
+ [0x4B3]={
adobename="hadescendercyrillic",
category="ll",
contextname="cyrillichadc",
description="CYRILLIC SMALL LETTER HA WITH DESCENDER",
direction="l",
linebreak="al",
- shcode=0x0445,
- uccode=0x04B2,
- unicodeslot=0x04B3,
+ shcode=0x445,
+ uccode=0x4B2,
+ unicodeslot=0x4B3,
},
- [0x04B4]={
+ [0x4B4]={
adobename="Tetsecyrillic",
category="lu",
contextname="cyrillicTETSE",
description="CYRILLIC CAPITAL LIGATURE TE TSE",
direction="l",
- lccode=0x04B5,
+ lccode=0x4B5,
linebreak="al",
- unicodeslot=0x04B4,
+ unicodeslot=0x4B4,
},
- [0x04B5]={
+ [0x4B5]={
adobename="tetsecyrillic",
category="ll",
contextname="cyrillictetse",
description="CYRILLIC SMALL LIGATURE TE TSE",
direction="l",
linebreak="al",
- uccode=0x04B4,
- unicodeslot=0x04B5,
+ uccode=0x4B4,
+ unicodeslot=0x4B5,
},
- [0x04B6]={
+ [0x4B6]={
adobename="Chedescendercyrillic",
category="lu",
contextname="cyrillicCHEDC",
description="CYRILLIC CAPITAL LETTER CHE WITH DESCENDER",
direction="l",
- lccode=0x04B7,
+ lccode=0x4B7,
linebreak="al",
- shcode=0x0427,
- unicodeslot=0x04B6,
+ shcode=0x427,
+ unicodeslot=0x4B6,
},
- [0x04B7]={
+ [0x4B7]={
adobename="chedescendercyrillic",
category="ll",
contextname="cyrillicchedc",
description="CYRILLIC SMALL LETTER CHE WITH DESCENDER",
direction="l",
linebreak="al",
- shcode=0x0447,
- uccode=0x04B6,
- unicodeslot=0x04B7,
+ shcode=0x447,
+ uccode=0x4B6,
+ unicodeslot=0x4B7,
},
- [0x04B8]={
+ [0x4B8]={
adobename="Cheverticalstrokecyrillic",
category="lu",
contextname="cyrillicCHEvertstroke",
description="CYRILLIC CAPITAL LETTER CHE WITH VERTICAL STROKE",
direction="l",
- lccode=0x04B9,
+ lccode=0x4B9,
linebreak="al",
- shcode=0x0427,
- unicodeslot=0x04B8,
+ shcode=0x427,
+ unicodeslot=0x4B8,
},
- [0x04B9]={
+ [0x4B9]={
adobename="cheverticalstrokecyrillic",
category="ll",
contextname="cyrillicchevertstroke",
description="CYRILLIC SMALL LETTER CHE WITH VERTICAL STROKE",
direction="l",
linebreak="al",
- shcode=0x0447,
- uccode=0x04B8,
- unicodeslot=0x04B9,
+ shcode=0x447,
+ uccode=0x4B8,
+ unicodeslot=0x4B9,
},
- [0x04BA]={
+ [0x4BA]={
adobename="Shhacyrillic",
category="lu",
contextname="cyrillicSHHA",
description="CYRILLIC CAPITAL LETTER SHHA",
direction="l",
- lccode=0x04BB,
+ lccode=0x4BB,
linebreak="al",
- unicodeslot=0x04BA,
+ unicodeslot=0x4BA,
},
- [0x04BB]={
+ [0x4BB]={
adobename="shhacyrillic",
category="ll",
contextname="cyrillicshha",
description="CYRILLIC SMALL LETTER SHHA",
direction="l",
linebreak="al",
- uccode=0x04BA,
- unicodeslot=0x04BB,
+ uccode=0x4BA,
+ unicodeslot=0x4BB,
},
- [0x04BC]={
+ [0x4BC]={
adobename="Cheabkhasiancyrillic",
category="lu",
contextname="cyrillicCHEabkhasian",
description="CYRILLIC CAPITAL LETTER ABKHASIAN CHE",
direction="l",
- lccode=0x04BD,
+ lccode=0x4BD,
linebreak="al",
- unicodeslot=0x04BC,
+ unicodeslot=0x4BC,
},
- [0x04BD]={
+ [0x4BD]={
adobename="cheabkhasiancyrillic",
category="ll",
contextname="cyrilliccheabkhasian",
description="CYRILLIC SMALL LETTER ABKHASIAN CHE",
direction="l",
linebreak="al",
- uccode=0x04BC,
- unicodeslot=0x04BD,
+ uccode=0x4BC,
+ unicodeslot=0x4BD,
},
- [0x04BE]={
+ [0x4BE]={
adobename="Chedescenderabkhasiancyrillic",
category="lu",
contextname="cyrillicCHEDCabkhasian",
description="CYRILLIC CAPITAL LETTER ABKHASIAN CHE WITH DESCENDER",
direction="l",
- lccode=0x04BF,
+ lccode=0x4BF,
linebreak="al",
- unicodeslot=0x04BE,
+ unicodeslot=0x4BE,
},
- [0x04BF]={
+ [0x4BF]={
adobename="chedescenderabkhasiancyrillic",
category="ll",
contextname="cyrillicchedcabkhasian",
description="CYRILLIC SMALL LETTER ABKHASIAN CHE WITH DESCENDER",
direction="l",
linebreak="al",
- uccode=0x04BE,
- unicodeslot=0x04BF,
+ uccode=0x4BE,
+ unicodeslot=0x4BF,
},
- [0x04C0]={
+ [0x4C0]={
adobename="palochkacyrillic",
category="lu",
contextname="cyrillicPALOCHKA",
description="CYRILLIC LETTER PALOCHKA",
direction="l",
- lccode=0x04CF,
+ lccode=0x4CF,
linebreak="al",
- unicodeslot=0x04C0,
+ unicodeslot=0x4C0,
},
- [0x04C1]={
+ [0x4C1]={
adobename="Zhebrevecyrillic",
category="lu",
contextname="cyrillicZHEbreve",
description="CYRILLIC CAPITAL LETTER ZHE WITH BREVE",
direction="l",
- lccode=0x04C2,
+ lccode=0x4C2,
linebreak="al",
- shcode=0x0416,
- specials={ "char", 0x0416, 0x0306 },
- unicodeslot=0x04C1,
+ shcode=0x416,
+ specials={ "char", 0x416, 0x306 },
+ unicodeslot=0x4C1,
},
- [0x04C2]={
+ [0x4C2]={
adobename="zhebrevecyrillic",
category="ll",
contextname="cyrilliczhebreve",
description="CYRILLIC SMALL LETTER ZHE WITH BREVE",
direction="l",
linebreak="al",
- shcode=0x0436,
- specials={ "char", 0x0436, 0x0306 },
- uccode=0x04C1,
- unicodeslot=0x04C2,
+ shcode=0x436,
+ specials={ "char", 0x436, 0x306 },
+ uccode=0x4C1,
+ unicodeslot=0x4C2,
},
- [0x04C3]={
+ [0x4C3]={
adobename="Kahookcyrillic",
category="lu",
contextname="cyrillicKAhook",
description="CYRILLIC CAPITAL LETTER KA WITH HOOK",
direction="l",
- lccode=0x04C4,
+ lccode=0x4C4,
linebreak="al",
- shcode=0x041A,
- unicodeslot=0x04C3,
+ shcode=0x41A,
+ unicodeslot=0x4C3,
},
- [0x04C4]={
+ [0x4C4]={
adobename="kahookcyrillic",
category="ll",
contextname="cyrillickahook",
description="CYRILLIC SMALL LETTER KA WITH HOOK",
direction="l",
linebreak="al",
- shcode=0x043A,
- uccode=0x04C3,
- unicodeslot=0x04C4,
+ shcode=0x43A,
+ uccode=0x4C3,
+ unicodeslot=0x4C4,
},
- [0x04C5]={
+ [0x4C5]={
category="lu",
contextname="cyrillicELtail",
description="CYRILLIC CAPITAL LETTER EL WITH TAIL",
direction="l",
- lccode=0x04C6,
+ lccode=0x4C6,
linebreak="al",
- shcode=0x041B,
- unicodeslot=0x04C5,
+ shcode=0x41B,
+ unicodeslot=0x4C5,
},
- [0x04C6]={
+ [0x4C6]={
category="ll",
contextname="cyrilliceltail",
description="CYRILLIC SMALL LETTER EL WITH TAIL",
direction="l",
linebreak="al",
- shcode=0x043B,
- uccode=0x04C5,
- unicodeslot=0x04C6,
+ shcode=0x43B,
+ uccode=0x4C5,
+ unicodeslot=0x4C6,
},
- [0x04C7]={
+ [0x4C7]={
adobename="Enhookcyrillic",
category="lu",
contextname="cyrillicENhook",
description="CYRILLIC CAPITAL LETTER EN WITH HOOK",
direction="l",
- lccode=0x04C8,
+ lccode=0x4C8,
linebreak="al",
- shcode=0x041D,
- unicodeslot=0x04C7,
+ shcode=0x41D,
+ unicodeslot=0x4C7,
},
- [0x04C8]={
+ [0x4C8]={
adobename="enhookcyrillic",
category="ll",
contextname="cyrillicenhook",
description="CYRILLIC SMALL LETTER EN WITH HOOK",
direction="l",
linebreak="al",
- shcode=0x043D,
- uccode=0x04C7,
- unicodeslot=0x04C8,
+ shcode=0x43D,
+ uccode=0x4C7,
+ unicodeslot=0x4C8,
},
- [0x04C9]={
+ [0x4C9]={
category="lu",
contextname="cyrillicENtail",
description="CYRILLIC CAPITAL LETTER EN WITH TAIL",
direction="l",
- lccode=0x04CA,
+ lccode=0x4CA,
linebreak="al",
- shcode=0x041D,
- unicodeslot=0x04C9,
+ shcode=0x41D,
+ unicodeslot=0x4C9,
},
- [0x04CA]={
+ [0x4CA]={
category="ll",
contextname="cyrillicentail",
description="CYRILLIC SMALL LETTER EN WITH TAIL",
direction="l",
linebreak="al",
- shcode=0x043D,
- uccode=0x04C9,
- unicodeslot=0x04CA,
+ shcode=0x43D,
+ uccode=0x4C9,
+ unicodeslot=0x4CA,
},
- [0x04CB]={
+ [0x4CB]={
adobename="Chekhakassiancyrillic",
category="lu",
contextname="cyrillicCHEkhakassian",
description="CYRILLIC CAPITAL LETTER KHAKASSIAN CHE",
direction="l",
- lccode=0x04CC,
+ lccode=0x4CC,
linebreak="al",
- unicodeslot=0x04CB,
+ unicodeslot=0x4CB,
},
- [0x04CC]={
+ [0x4CC]={
adobename="chekhakassiancyrillic",
category="ll",
contextname="cyrillicchekhakassian",
description="CYRILLIC SMALL LETTER KHAKASSIAN CHE",
direction="l",
linebreak="al",
- uccode=0x04CB,
- unicodeslot=0x04CC,
+ uccode=0x4CB,
+ unicodeslot=0x4CC,
},
- [0x04CD]={
+ [0x4CD]={
category="lu",
contextname="cyrillicEMtail",
description="CYRILLIC CAPITAL LETTER EM WITH TAIL",
direction="l",
- lccode=0x04CE,
+ lccode=0x4CE,
linebreak="al",
- shcode=0x041C,
- unicodeslot=0x04CD,
+ shcode=0x41C,
+ unicodeslot=0x4CD,
},
- [0x04CE]={
+ [0x4CE]={
category="ll",
contextname="cyrillicemtail",
description="CYRILLIC SMALL LETTER EM WITH TAIL",
direction="l",
linebreak="al",
- shcode=0x043C,
- uccode=0x04CD,
- unicodeslot=0x04CE,
+ shcode=0x43C,
+ uccode=0x4CD,
+ unicodeslot=0x4CE,
},
- [0x04CF]={
+ [0x4CF]={
category="ll",
description="CYRILLIC SMALL LETTER PALOCHKA",
direction="l",
linebreak="al",
- uccode=0x04C0,
- unicodeslot=0x04CF,
+ uccode=0x4C0,
+ unicodeslot=0x4CF,
},
- [0x04D0]={
+ [0x4D0]={
adobename="Abrevecyrillic",
category="lu",
contextname="cyrillicAbreve",
description="CYRILLIC CAPITAL LETTER A WITH BREVE",
direction="l",
- lccode=0x04D1,
+ lccode=0x4D1,
linebreak="al",
- shcode=0x0410,
- specials={ "char", 0x0410, 0x0306 },
- unicodeslot=0x04D0,
+ shcode=0x410,
+ specials={ "char", 0x410, 0x306 },
+ unicodeslot=0x4D0,
},
- [0x04D1]={
+ [0x4D1]={
adobename="abrevecyrillic",
category="ll",
contextname="cyrillicabreve",
description="CYRILLIC SMALL LETTER A WITH BREVE",
direction="l",
linebreak="al",
- shcode=0x0430,
- specials={ "char", 0x0430, 0x0306 },
- uccode=0x04D0,
- unicodeslot=0x04D1,
+ shcode=0x430,
+ specials={ "char", 0x430, 0x306 },
+ uccode=0x4D0,
+ unicodeslot=0x4D1,
},
- [0x04D2]={
+ [0x4D2]={
adobename="Adieresiscyrillic",
category="lu",
contextname="cyrillicAdiaeresis",
description="CYRILLIC CAPITAL LETTER A WITH DIAERESIS",
direction="l",
- lccode=0x04D3,
+ lccode=0x4D3,
linebreak="al",
- shcode=0x0410,
- specials={ "char", 0x0410, 0x0308 },
- unicodeslot=0x04D2,
+ shcode=0x410,
+ specials={ "char", 0x410, 0x308 },
+ unicodeslot=0x4D2,
},
- [0x04D3]={
+ [0x4D3]={
adobename="adieresiscyrillic",
category="ll",
contextname="cyrillicadiaeresis",
description="CYRILLIC SMALL LETTER A WITH DIAERESIS",
direction="l",
linebreak="al",
- shcode=0x0430,
- specials={ "char", 0x0430, 0x0308 },
- uccode=0x04D2,
- unicodeslot=0x04D3,
+ shcode=0x430,
+ specials={ "char", 0x430, 0x308 },
+ uccode=0x4D2,
+ unicodeslot=0x4D3,
},
- [0x04D4]={
+ [0x4D4]={
adobename="Aiecyrillic",
category="lu",
contextname="cyrillicAE",
description="CYRILLIC CAPITAL LIGATURE A IE",
direction="l",
- lccode=0x04D5,
+ lccode=0x4D5,
linebreak="al",
- unicodeslot=0x04D4,
+ unicodeslot=0x4D4,
},
- [0x04D5]={
+ [0x4D5]={
adobename="aiecyrillic",
category="ll",
contextname="cyrillicae",
description="CYRILLIC SMALL LIGATURE A IE",
direction="l",
linebreak="al",
- uccode=0x04D4,
- unicodeslot=0x04D5,
+ uccode=0x4D4,
+ unicodeslot=0x4D5,
},
- [0x04D6]={
+ [0x4D6]={
adobename="Iebrevecyrillic",
category="lu",
contextname="cyrillicEbreve",
description="CYRILLIC CAPITAL LETTER IE WITH BREVE",
direction="l",
- lccode=0x04D7,
+ lccode=0x4D7,
linebreak="al",
- shcode=0x0415,
- specials={ "char", 0x0415, 0x0306 },
- unicodeslot=0x04D6,
+ shcode=0x415,
+ specials={ "char", 0x415, 0x306 },
+ unicodeslot=0x4D6,
},
- [0x04D7]={
+ [0x4D7]={
adobename="iebrevecyrillic",
category="ll",
contextname="cyrillicebreve",
description="CYRILLIC SMALL LETTER IE WITH BREVE",
direction="l",
linebreak="al",
- shcode=0x0435,
- specials={ "char", 0x0435, 0x0306 },
- uccode=0x04D6,
- unicodeslot=0x04D7,
+ shcode=0x435,
+ specials={ "char", 0x435, 0x306 },
+ uccode=0x4D6,
+ unicodeslot=0x4D7,
},
- [0x04D8]={
+ [0x4D8]={
adobename="Schwacyrillic",
category="lu",
contextname="cyrillicSCHWA",
description="CYRILLIC CAPITAL LETTER SCHWA",
direction="l",
- lccode=0x04D9,
+ lccode=0x4D9,
linebreak="al",
- unicodeslot=0x04D8,
+ unicodeslot=0x4D8,
},
- [0x04D9]={
+ [0x4D9]={
adobename="schwacyrillic",
category="ll",
contextname="cyrillicschwa",
description="CYRILLIC SMALL LETTER SCHWA",
direction="l",
linebreak="al",
- uccode=0x04D8,
- unicodeslot=0x04D9,
+ uccode=0x4D8,
+ unicodeslot=0x4D9,
},
- [0x04DA]={
+ [0x4DA]={
adobename="Schwadieresiscyrillic",
category="lu",
contextname="cyrillicSCHWAdiaeresis",
description="CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS",
direction="l",
- lccode=0x04DB,
+ lccode=0x4DB,
linebreak="al",
- shcode=0x04D8,
- specials={ "char", 0x04D8, 0x0308 },
- unicodeslot=0x04DA,
+ shcode=0x4D8,
+ specials={ "char", 0x4D8, 0x308 },
+ unicodeslot=0x4DA,
},
- [0x04DB]={
+ [0x4DB]={
adobename="schwadieresiscyrillic",
category="ll",
contextname="cyrillicschwadiaeresis",
description="CYRILLIC SMALL LETTER SCHWA WITH DIAERESIS",
direction="l",
linebreak="al",
- shcode=0x04D9,
- specials={ "char", 0x04D9, 0x0308 },
- uccode=0x04DA,
- unicodeslot=0x04DB,
+ shcode=0x4D9,
+ specials={ "char", 0x4D9, 0x308 },
+ uccode=0x4DA,
+ unicodeslot=0x4DB,
},
- [0x04DC]={
+ [0x4DC]={
adobename="Zhedieresiscyrillic",
category="lu",
contextname="cyrillicZHEdiaeresis",
description="CYRILLIC CAPITAL LETTER ZHE WITH DIAERESIS",
direction="l",
- lccode=0x04DD,
+ lccode=0x4DD,
linebreak="al",
- shcode=0x0416,
- specials={ "char", 0x0416, 0x0308 },
- unicodeslot=0x04DC,
+ shcode=0x416,
+ specials={ "char", 0x416, 0x308 },
+ unicodeslot=0x4DC,
},
- [0x04DD]={
+ [0x4DD]={
adobename="zhedieresiscyrillic",
category="ll",
contextname="cyrilliczhediaeresis",
description="CYRILLIC SMALL LETTER ZHE WITH DIAERESIS",
direction="l",
linebreak="al",
- shcode=0x0436,
- specials={ "char", 0x0436, 0x0308 },
- uccode=0x04DC,
- unicodeslot=0x04DD,
+ shcode=0x436,
+ specials={ "char", 0x436, 0x308 },
+ uccode=0x4DC,
+ unicodeslot=0x4DD,
},
- [0x04DE]={
+ [0x4DE]={
adobename="Zedieresiscyrillic",
category="lu",
contextname="cyrillicZEdiaeresis",
description="CYRILLIC CAPITAL LETTER ZE WITH DIAERESIS",
direction="l",
- lccode=0x04DF,
+ lccode=0x4DF,
linebreak="al",
- shcode=0x0417,
- specials={ "char", 0x0417, 0x0308 },
- unicodeslot=0x04DE,
+ shcode=0x417,
+ specials={ "char", 0x417, 0x308 },
+ unicodeslot=0x4DE,
},
- [0x04DF]={
+ [0x4DF]={
adobename="zedieresiscyrillic",
category="ll",
contextname="cyrilliczediaeresis",
description="CYRILLIC SMALL LETTER ZE WITH DIAERESIS",
direction="l",
linebreak="al",
- shcode=0x0437,
- specials={ "char", 0x0437, 0x0308 },
- uccode=0x04DE,
- unicodeslot=0x04DF,
+ shcode=0x437,
+ specials={ "char", 0x437, 0x308 },
+ uccode=0x4DE,
+ unicodeslot=0x4DF,
},
- [0x04E0]={
+ [0x4E0]={
adobename="Dzeabkhasiancyrillic",
category="lu",
contextname="cyrillicDZEabkhasian",
description="CYRILLIC CAPITAL LETTER ABKHASIAN DZE",
direction="l",
- lccode=0x04E1,
+ lccode=0x4E1,
linebreak="al",
- unicodeslot=0x04E0,
+ unicodeslot=0x4E0,
},
- [0x04E1]={
+ [0x4E1]={
adobename="dzeabkhasiancyrillic",
category="ll",
contextname="cyrillicdzeabkhasian",
description="CYRILLIC SMALL LETTER ABKHASIAN DZE",
direction="l",
linebreak="al",
- uccode=0x04E0,
- unicodeslot=0x04E1,
+ uccode=0x4E0,
+ unicodeslot=0x4E1,
},
- [0x04E2]={
+ [0x4E2]={
adobename="Imacroncyrillic",
category="lu",
contextname="cyrillicImacron",
description="CYRILLIC CAPITAL LETTER I WITH MACRON",
direction="l",
- lccode=0x04E3,
+ lccode=0x4E3,
linebreak="al",
- shcode=0x0418,
- specials={ "char", 0x0418, 0x0304 },
- unicodeslot=0x04E2,
+ shcode=0x418,
+ specials={ "char", 0x418, 0x304 },
+ unicodeslot=0x4E2,
},
- [0x04E3]={
+ [0x4E3]={
adobename="imacroncyrillic",
category="ll",
contextname="cyrillicimacron",
description="CYRILLIC SMALL LETTER I WITH MACRON",
direction="l",
linebreak="al",
- shcode=0x0438,
- specials={ "char", 0x0438, 0x0304 },
- uccode=0x04E2,
- unicodeslot=0x04E3,
+ shcode=0x438,
+ specials={ "char", 0x438, 0x304 },
+ uccode=0x4E2,
+ unicodeslot=0x4E3,
},
- [0x04E4]={
+ [0x4E4]={
adobename="Idieresiscyrillic",
category="lu",
contextname="cyrillicIdiaeresis",
description="CYRILLIC CAPITAL LETTER I WITH DIAERESIS",
direction="l",
- lccode=0x04E5,
+ lccode=0x4E5,
linebreak="al",
- shcode=0x0418,
- specials={ "char", 0x0418, 0x0308 },
- unicodeslot=0x04E4,
+ shcode=0x418,
+ specials={ "char", 0x418, 0x308 },
+ unicodeslot=0x4E4,
},
- [0x04E5]={
+ [0x4E5]={
adobename="idieresiscyrillic",
category="ll",
contextname="cyrillicidiaeresis",
description="CYRILLIC SMALL LETTER I WITH DIAERESIS",
direction="l",
linebreak="al",
- shcode=0x0438,
- specials={ "char", 0x0438, 0x0308 },
- uccode=0x04E4,
- unicodeslot=0x04E5,
+ shcode=0x438,
+ specials={ "char", 0x438, 0x308 },
+ uccode=0x4E4,
+ unicodeslot=0x4E5,
},
- [0x04E6]={
+ [0x4E6]={
adobename="Odieresiscyrillic",
category="lu",
contextname="cyrillicOdiaeresis",
description="CYRILLIC CAPITAL LETTER O WITH DIAERESIS",
direction="l",
- lccode=0x04E7,
+ lccode=0x4E7,
linebreak="al",
- shcode=0x041E,
- specials={ "char", 0x041E, 0x0308 },
- unicodeslot=0x04E6,
+ shcode=0x41E,
+ specials={ "char", 0x41E, 0x308 },
+ unicodeslot=0x4E6,
},
- [0x04E7]={
+ [0x4E7]={
adobename="odieresiscyrillic",
category="ll",
contextname="cyrillicodiaeresis",
description="CYRILLIC SMALL LETTER O WITH DIAERESIS",
direction="l",
linebreak="al",
- shcode=0x043E,
- specials={ "char", 0x043E, 0x0308 },
- uccode=0x04E6,
- unicodeslot=0x04E7,
+ shcode=0x43E,
+ specials={ "char", 0x43E, 0x308 },
+ uccode=0x4E6,
+ unicodeslot=0x4E7,
},
- [0x04E8]={
+ [0x4E8]={
adobename="Obarredcyrillic",
category="lu",
contextname="cyrillicObarred",
description="CYRILLIC CAPITAL LETTER BARRED O",
direction="l",
- lccode=0x04E9,
+ lccode=0x4E9,
linebreak="al",
- unicodeslot=0x04E8,
+ unicodeslot=0x4E8,
},
- [0x04E9]={
+ [0x4E9]={
adobename="obarredcyrillic",
category="ll",
contextname="cyrillicobarred",
description="CYRILLIC SMALL LETTER BARRED O",
direction="l",
linebreak="al",
- uccode=0x04E8,
- unicodeslot=0x04E9,
+ uccode=0x4E8,
+ unicodeslot=0x4E9,
},
- [0x04EA]={
+ [0x4EA]={
adobename="Obarreddieresiscyrillic",
category="lu",
contextname="cyrillicObarreddiaeresis",
description="CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS",
direction="l",
- lccode=0x04EB,
+ lccode=0x4EB,
linebreak="al",
- specials={ "char", 0x04E8, 0x0308 },
- unicodeslot=0x04EA,
+ specials={ "char", 0x4E8, 0x308 },
+ unicodeslot=0x4EA,
},
- [0x04EB]={
+ [0x4EB]={
adobename="obarreddieresiscyrillic",
category="ll",
contextname="cyrillicobarreddiaeresis",
description="CYRILLIC SMALL LETTER BARRED O WITH DIAERESIS",
direction="l",
linebreak="al",
- specials={ "char", 0x04E9, 0x0308 },
- uccode=0x04EA,
- unicodeslot=0x04EB,
+ specials={ "char", 0x4E9, 0x308 },
+ uccode=0x4EA,
+ unicodeslot=0x4EB,
},
- [0x04EC]={
+ [0x4EC]={
category="lu",
contextname="cyrillicEdiaeresis",
description="CYRILLIC CAPITAL LETTER E WITH DIAERESIS",
direction="l",
- lccode=0x04ED,
+ lccode=0x4ED,
linebreak="al",
- shcode=0x042D,
- specials={ "char", 0x042D, 0x0308 },
- unicodeslot=0x04EC,
+ shcode=0x42D,
+ specials={ "char", 0x42D, 0x308 },
+ unicodeslot=0x4EC,
},
- [0x04ED]={
+ [0x4ED]={
category="ll",
contextname="cyrillicediaeresis",
description="CYRILLIC SMALL LETTER E WITH DIAERESIS",
direction="l",
linebreak="al",
- shcode=0x044D,
- specials={ "char", 0x044D, 0x0308 },
- uccode=0x04EC,
- unicodeslot=0x04ED,
+ shcode=0x44D,
+ specials={ "char", 0x44D, 0x308 },
+ uccode=0x4EC,
+ unicodeslot=0x4ED,
},
- [0x04EE]={
+ [0x4EE]={
adobename="Umacroncyrillic",
category="lu",
contextname="cyrillicUmacron",
description="CYRILLIC CAPITAL LETTER U WITH MACRON",
direction="l",
- lccode=0x04EF,
+ lccode=0x4EF,
linebreak="al",
- shcode=0x0423,
- specials={ "char", 0x0423, 0x0304 },
- unicodeslot=0x04EE,
+ shcode=0x423,
+ specials={ "char", 0x423, 0x304 },
+ unicodeslot=0x4EE,
},
- [0x04EF]={
+ [0x4EF]={
adobename="umacroncyrillic",
category="ll",
contextname="cyrillicumacron",
description="CYRILLIC SMALL LETTER U WITH MACRON",
direction="l",
linebreak="al",
- shcode=0x0443,
- specials={ "char", 0x0443, 0x0304 },
- uccode=0x04EE,
- unicodeslot=0x04EF,
+ shcode=0x443,
+ specials={ "char", 0x443, 0x304 },
+ uccode=0x4EE,
+ unicodeslot=0x4EF,
},
- [0x04F0]={
+ [0x4F0]={
adobename="Udieresiscyrillic",
category="lu",
contextname="cyrillicUdiaeresis",
description="CYRILLIC CAPITAL LETTER U WITH DIAERESIS",
direction="l",
- lccode=0x04F1,
+ lccode=0x4F1,
linebreak="al",
- shcode=0x0423,
- specials={ "char", 0x0423, 0x0308 },
- unicodeslot=0x04F0,
+ shcode=0x423,
+ specials={ "char", 0x423, 0x308 },
+ unicodeslot=0x4F0,
},
- [0x04F1]={
+ [0x4F1]={
adobename="udieresiscyrillic",
category="ll",
contextname="cyrillicudiaeresis",
description="CYRILLIC SMALL LETTER U WITH DIAERESIS",
direction="l",
linebreak="al",
- shcode=0x0443,
- specials={ "char", 0x0443, 0x0308 },
- uccode=0x04F0,
- unicodeslot=0x04F1,
+ shcode=0x443,
+ specials={ "char", 0x443, 0x308 },
+ uccode=0x4F0,
+ unicodeslot=0x4F1,
},
- [0x04F2]={
+ [0x4F2]={
adobename="Uhungarumlautcyrillic",
category="lu",
contextname="cyrillicUdoubleacute",
description="CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE",
direction="l",
- lccode=0x04F3,
+ lccode=0x4F3,
linebreak="al",
- shcode=0x0423,
- specials={ "char", 0x0423, 0x030B },
- unicodeslot=0x04F2,
+ shcode=0x423,
+ specials={ "char", 0x423, 0x30B },
+ unicodeslot=0x4F2,
},
- [0x04F3]={
+ [0x4F3]={
adobename="uhungarumlautcyrillic",
category="ll",
contextname="cyrillicudoubleacute",
description="CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE",
direction="l",
linebreak="al",
- shcode=0x0443,
- specials={ "char", 0x0443, 0x030B },
- uccode=0x04F2,
- unicodeslot=0x04F3,
+ shcode=0x443,
+ specials={ "char", 0x443, 0x30B },
+ uccode=0x4F2,
+ unicodeslot=0x4F3,
},
- [0x04F4]={
+ [0x4F4]={
adobename="Chedieresiscyrillic",
category="lu",
contextname="cyrillicCHEdiaeresis",
description="CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS",
direction="l",
- lccode=0x04F5,
+ lccode=0x4F5,
linebreak="al",
- shcode=0x0427,
- specials={ "char", 0x0427, 0x0308 },
- unicodeslot=0x04F4,
+ shcode=0x427,
+ specials={ "char", 0x427, 0x308 },
+ unicodeslot=0x4F4,
},
- [0x04F5]={
+ [0x4F5]={
adobename="chedieresiscyrillic",
category="ll",
contextname="cyrillicchediaeresis",
description="CYRILLIC SMALL LETTER CHE WITH DIAERESIS",
direction="l",
linebreak="al",
- shcode=0x0447,
- specials={ "char", 0x0447, 0x0308 },
- uccode=0x04F4,
- unicodeslot=0x04F5,
+ shcode=0x447,
+ specials={ "char", 0x447, 0x308 },
+ uccode=0x4F4,
+ unicodeslot=0x4F5,
},
- [0x04F6]={
+ [0x4F6]={
category="lu",
description="CYRILLIC CAPITAL LETTER GHE WITH DESCENDER",
direction="l",
- lccode=0x04F7,
+ lccode=0x4F7,
linebreak="al",
- shcode=0x0413,
- unicodeslot=0x04F6,
+ shcode=0x413,
+ unicodeslot=0x4F6,
},
- [0x04F7]={
+ [0x4F7]={
category="ll",
description="CYRILLIC SMALL LETTER GHE WITH DESCENDER",
direction="l",
linebreak="al",
- shcode=0x0433,
- uccode=0x04F6,
- unicodeslot=0x04F7,
+ shcode=0x433,
+ uccode=0x4F6,
+ unicodeslot=0x4F7,
},
- [0x04F8]={
+ [0x4F8]={
adobename="Yerudieresiscyrillic",
category="lu",
contextname="cyrillicYERUdiaeresis",
description="CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS",
direction="l",
- lccode=0x04F9,
+ lccode=0x4F9,
linebreak="al",
- shcode=0x042B,
- specials={ "char", 0x042B, 0x0308 },
- unicodeslot=0x04F8,
+ shcode=0x42B,
+ specials={ "char", 0x42B, 0x308 },
+ unicodeslot=0x4F8,
},
- [0x04F9]={
+ [0x4F9]={
adobename="yerudieresiscyrillic",
category="ll",
contextname="cyrillicyerudiaeresis",
description="CYRILLIC SMALL LETTER YERU WITH DIAERESIS",
direction="l",
linebreak="al",
- shcode=0x044B,
- specials={ "char", 0x044B, 0x0308 },
- uccode=0x04F8,
- unicodeslot=0x04F9,
+ shcode=0x44B,
+ specials={ "char", 0x44B, 0x308 },
+ uccode=0x4F8,
+ unicodeslot=0x4F9,
},
- [0x04FA]={
+ [0x4FA]={
category="lu",
description="CYRILLIC CAPITAL LETTER GHE WITH STROKE AND HOOK",
direction="l",
- lccode=0x04FB,
+ lccode=0x4FB,
linebreak="al",
- shcode=0x0413,
- unicodeslot=0x04FA,
+ shcode=0x413,
+ unicodeslot=0x4FA,
},
- [0x04FB]={
+ [0x4FB]={
category="ll",
description="CYRILLIC SMALL LETTER GHE WITH STROKE AND HOOK",
direction="l",
linebreak="al",
- shcode=0x0433,
- uccode=0x04FA,
- unicodeslot=0x04FB,
+ shcode=0x433,
+ uccode=0x4FA,
+ unicodeslot=0x4FB,
},
- [0x04FC]={
+ [0x4FC]={
category="lu",
description="CYRILLIC CAPITAL LETTER HA WITH HOOK",
direction="l",
- lccode=0x04FD,
+ lccode=0x4FD,
linebreak="al",
- shcode=0x0425,
- unicodeslot=0x04FC,
+ shcode=0x425,
+ unicodeslot=0x4FC,
},
- [0x04FD]={
+ [0x4FD]={
category="ll",
description="CYRILLIC SMALL LETTER HA WITH HOOK",
direction="l",
linebreak="al",
- shcode=0x0445,
- uccode=0x04FC,
- unicodeslot=0x04FD,
+ shcode=0x445,
+ uccode=0x4FC,
+ unicodeslot=0x4FD,
},
- [0x04FE]={
+ [0x4FE]={
category="lu",
description="CYRILLIC CAPITAL LETTER HA WITH STROKE",
direction="l",
- lccode=0x04FF,
+ lccode=0x4FF,
linebreak="al",
- shcode=0x0425,
- unicodeslot=0x04FE,
+ shcode=0x425,
+ unicodeslot=0x4FE,
},
- [0x04FF]={
+ [0x4FF]={
category="ll",
description="CYRILLIC SMALL LETTER HA WITH STROKE",
direction="l",
linebreak="al",
- shcode=0x0445,
- uccode=0x04FE,
- unicodeslot=0x04FF,
+ shcode=0x445,
+ uccode=0x4FE,
+ unicodeslot=0x4FF,
},
- [0x0500]={
+ [0x500]={
category="lu",
description="CYRILLIC CAPITAL LETTER KOMI DE",
direction="l",
- lccode=0x0501,
+ lccode=0x501,
linebreak="al",
- unicodeslot=0x0500,
+ unicodeslot=0x500,
},
- [0x0501]={
+ [0x501]={
category="ll",
description="CYRILLIC SMALL LETTER KOMI DE",
direction="l",
linebreak="al",
- uccode=0x0500,
- unicodeslot=0x0501,
+ uccode=0x500,
+ unicodeslot=0x501,
},
- [0x0502]={
+ [0x502]={
category="lu",
description="CYRILLIC CAPITAL LETTER KOMI DJE",
direction="l",
- lccode=0x0503,
+ lccode=0x503,
linebreak="al",
- unicodeslot=0x0502,
+ unicodeslot=0x502,
},
- [0x0503]={
+ [0x503]={
category="ll",
description="CYRILLIC SMALL LETTER KOMI DJE",
direction="l",
linebreak="al",
- uccode=0x0502,
- unicodeslot=0x0503,
+ uccode=0x502,
+ unicodeslot=0x503,
},
- [0x0504]={
+ [0x504]={
category="lu",
description="CYRILLIC CAPITAL LETTER KOMI ZJE",
direction="l",
- lccode=0x0505,
+ lccode=0x505,
linebreak="al",
- unicodeslot=0x0504,
+ unicodeslot=0x504,
},
- [0x0505]={
+ [0x505]={
category="ll",
description="CYRILLIC SMALL LETTER KOMI ZJE",
direction="l",
linebreak="al",
- uccode=0x0504,
- unicodeslot=0x0505,
+ uccode=0x504,
+ unicodeslot=0x505,
},
- [0x0506]={
+ [0x506]={
category="lu",
description="CYRILLIC CAPITAL LETTER KOMI DZJE",
direction="l",
- lccode=0x0507,
+ lccode=0x507,
linebreak="al",
- unicodeslot=0x0506,
+ unicodeslot=0x506,
},
- [0x0507]={
+ [0x507]={
category="ll",
description="CYRILLIC SMALL LETTER KOMI DZJE",
direction="l",
linebreak="al",
- uccode=0x0506,
- unicodeslot=0x0507,
+ uccode=0x506,
+ unicodeslot=0x507,
},
- [0x0508]={
+ [0x508]={
category="lu",
description="CYRILLIC CAPITAL LETTER KOMI LJE",
direction="l",
- lccode=0x0509,
+ lccode=0x509,
linebreak="al",
- unicodeslot=0x0508,
+ unicodeslot=0x508,
},
- [0x0509]={
+ [0x509]={
category="ll",
description="CYRILLIC SMALL LETTER KOMI LJE",
direction="l",
linebreak="al",
- uccode=0x0508,
- unicodeslot=0x0509,
+ uccode=0x508,
+ unicodeslot=0x509,
},
- [0x050A]={
+ [0x50A]={
category="lu",
description="CYRILLIC CAPITAL LETTER KOMI NJE",
direction="l",
- lccode=0x050B,
+ lccode=0x50B,
linebreak="al",
- unicodeslot=0x050A,
+ unicodeslot=0x50A,
},
- [0x050B]={
+ [0x50B]={
category="ll",
description="CYRILLIC SMALL LETTER KOMI NJE",
direction="l",
linebreak="al",
- uccode=0x050A,
- unicodeslot=0x050B,
+ uccode=0x50A,
+ unicodeslot=0x50B,
},
- [0x050C]={
+ [0x50C]={
category="lu",
description="CYRILLIC CAPITAL LETTER KOMI SJE",
direction="l",
- lccode=0x050D,
+ lccode=0x50D,
linebreak="al",
- unicodeslot=0x050C,
+ unicodeslot=0x50C,
},
- [0x050D]={
+ [0x50D]={
category="ll",
description="CYRILLIC SMALL LETTER KOMI SJE",
direction="l",
linebreak="al",
- uccode=0x050C,
- unicodeslot=0x050D,
+ uccode=0x50C,
+ unicodeslot=0x50D,
},
- [0x050E]={
+ [0x50E]={
category="lu",
description="CYRILLIC CAPITAL LETTER KOMI TJE",
direction="l",
- lccode=0x050F,
+ lccode=0x50F,
linebreak="al",
- unicodeslot=0x050E,
+ unicodeslot=0x50E,
},
- [0x050F]={
+ [0x50F]={
category="ll",
description="CYRILLIC SMALL LETTER KOMI TJE",
direction="l",
linebreak="al",
- uccode=0x050E,
- unicodeslot=0x050F,
+ uccode=0x50E,
+ unicodeslot=0x50F,
},
- [0x0510]={
+ [0x510]={
category="lu",
description="CYRILLIC CAPITAL LETTER REVERSED ZE",
direction="l",
- lccode=0x0511,
+ lccode=0x511,
linebreak="al",
- unicodeslot=0x0510,
+ unicodeslot=0x510,
},
- [0x0511]={
+ [0x511]={
category="ll",
description="CYRILLIC SMALL LETTER REVERSED ZE",
direction="l",
linebreak="al",
- uccode=0x0510,
- unicodeslot=0x0511,
+ uccode=0x510,
+ unicodeslot=0x511,
},
- [0x0512]={
+ [0x512]={
category="lu",
description="CYRILLIC CAPITAL LETTER EL WITH HOOK",
direction="l",
- lccode=0x0513,
+ lccode=0x513,
linebreak="al",
- shcode=0x041B,
- unicodeslot=0x0512,
+ shcode=0x41B,
+ unicodeslot=0x512,
},
- [0x0513]={
+ [0x513]={
category="ll",
description="CYRILLIC SMALL LETTER EL WITH HOOK",
direction="l",
linebreak="al",
- shcode=0x043B,
- uccode=0x0512,
- unicodeslot=0x0513,
+ shcode=0x43B,
+ uccode=0x512,
+ unicodeslot=0x513,
},
- [0x0514]={
+ [0x514]={
category="lu",
description="CYRILLIC CAPITAL LETTER LHA",
direction="l",
linebreak="al",
- unicodeslot=0x0514,
+ unicodeslot=0x514,
},
- [0x0515]={
+ [0x515]={
category="ll",
description="CYRILLIC SMALL LETTER LHA",
direction="l",
linebreak="al",
- unicodeslot=0x0515,
+ unicodeslot=0x515,
},
- [0x0516]={
+ [0x516]={
category="lu",
description="CYRILLIC CAPITAL LETTER RHA",
direction="l",
linebreak="al",
- unicodeslot=0x0516,
+ unicodeslot=0x516,
},
- [0x0517]={
+ [0x517]={
category="ll",
description="CYRILLIC SMALL LETTER RHA",
direction="l",
linebreak="al",
- unicodeslot=0x0517,
+ unicodeslot=0x517,
},
- [0x0518]={
+ [0x518]={
category="lu",
description="CYRILLIC CAPITAL LETTER YAE",
direction="l",
linebreak="al",
- unicodeslot=0x0518,
+ unicodeslot=0x518,
},
- [0x0519]={
+ [0x519]={
category="ll",
description="CYRILLIC SMALL LETTER YAE",
direction="l",
linebreak="al",
- unicodeslot=0x0519,
+ unicodeslot=0x519,
},
- [0x051A]={
+ [0x51A]={
category="lu",
description="CYRILLIC CAPITAL LETTER QA",
direction="l",
linebreak="al",
- unicodeslot=0x051A,
+ unicodeslot=0x51A,
},
- [0x051B]={
+ [0x51B]={
category="ll",
description="CYRILLIC SMALL LETTER QA",
direction="l",
linebreak="al",
- unicodeslot=0x051B,
+ unicodeslot=0x51B,
},
- [0x051C]={
+ [0x51C]={
category="lu",
description="CYRILLIC CAPITAL LETTER WE",
direction="l",
linebreak="al",
- unicodeslot=0x051C,
+ unicodeslot=0x51C,
},
- [0x051D]={
+ [0x51D]={
category="ll",
description="CYRILLIC SMALL LETTER WE",
direction="l",
linebreak="al",
- unicodeslot=0x051D,
+ unicodeslot=0x51D,
},
- [0x051E]={
+ [0x51E]={
category="lu",
description="CYRILLIC CAPITAL LETTER ALEUT KA",
direction="l",
linebreak="al",
- unicodeslot=0x051E,
+ unicodeslot=0x51E,
},
- [0x051F]={
+ [0x51F]={
category="ll",
description="CYRILLIC SMALL LETTER ALEUT KA",
direction="l",
linebreak="al",
- unicodeslot=0x051F,
+ unicodeslot=0x51F,
},
- [0x0520]={
+ [0x520]={
category="lu",
description="CYRILLIC CAPITAL LETTER EL WITH MIDDLE HOOK",
direction="l",
linebreak="al",
- unicodeslot=0x0520,
+ unicodeslot=0x520,
},
- [0x0521]={
+ [0x521]={
category="ll",
description="CYRILLIC SMALL LETTER EL WITH MIDDLE HOOK",
direction="l",
linebreak="al",
- unicodeslot=0x0521,
+ unicodeslot=0x521,
},
- [0x0522]={
+ [0x522]={
category="lu",
description="CYRILLIC CAPITAL LETTER EN WITH MIDDLE HOOK",
direction="l",
linebreak="al",
- unicodeslot=0x0522,
+ unicodeslot=0x522,
},
- [0x0523]={
+ [0x523]={
category="ll",
description="CYRILLIC SMALL LETTER EN WITH MIDDLE HOOK",
direction="l",
linebreak="al",
- unicodeslot=0x0523,
+ unicodeslot=0x523,
},
- [0x0524]={
+ [0x524]={
category="lu",
description="CYRILLIC CAPITAL LETTER PE WITH DESCENDER",
direction="l",
linebreak="al",
- unicodeslot=0x0524,
+ unicodeslot=0x524,
},
- [0x0525]={
+ [0x525]={
category="ll",
description="CYRILLIC SMALL LETTER PE WITH DESCENDER",
direction="l",
linebreak="al",
- unicodeslot=0x0525,
+ unicodeslot=0x525,
},
- [0x0526]={
+ [0x526]={
category="lu",
description="CYRILLIC CAPITAL LETTER SHHA WITH DESCENDER",
direction="l",
linebreak="al",
- unicodeslot=0x0526,
+ unicodeslot=0x526,
},
- [0x0527]={
+ [0x527]={
category="ll",
description="CYRILLIC SMALL LETTER SHHA WITH DESCENDER",
direction="l",
linebreak="al",
- unicodeslot=0x0527,
+ unicodeslot=0x527,
+ },
+ [0x528]={
+ category="lu",
+ description="CYRILLIC CAPITAL LETTER EN WITH LEFT HOOK",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x528,
+ },
+ [0x529]={
+ category="ll",
+ description="CYRILLIC SMALL LETTER EN WITH LEFT HOOK",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x529,
+ },
+ [0x52A]={
+ category="lu",
+ description="CYRILLIC CAPITAL LETTER DZZHE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x52A,
+ },
+ [0x52B]={
+ category="ll",
+ description="CYRILLIC SMALL LETTER DZZHE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x52B,
+ },
+ [0x52C]={
+ category="lu",
+ description="CYRILLIC CAPITAL LETTER DCHE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x52C,
+ },
+ [0x52D]={
+ category="ll",
+ description="CYRILLIC SMALL LETTER DCHE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x52D,
},
- [0x0531]={
+ [0x52E]={
+ category="lu",
+ description="CYRILLIC CAPITAL LETTER EL WITH DESCENDER",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x52E,
+ },
+ [0x52F]={
+ category="ll",
+ description="CYRILLIC SMALL LETTER EL WITH DESCENDER",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x52F,
+ },
+ [0x531]={
adobename="Aybarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER AYB",
direction="l",
- lccode=0x0561,
+ lccode=0x561,
linebreak="al",
- unicodeslot=0x0531,
+ unicodeslot=0x531,
},
- [0x0532]={
+ [0x532]={
adobename="Benarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER BEN",
direction="l",
- lccode=0x0562,
+ lccode=0x562,
linebreak="al",
- unicodeslot=0x0532,
+ unicodeslot=0x532,
},
- [0x0533]={
+ [0x533]={
adobename="Gimarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER GIM",
direction="l",
- lccode=0x0563,
+ lccode=0x563,
linebreak="al",
- unicodeslot=0x0533,
+ unicodeslot=0x533,
},
- [0x0534]={
+ [0x534]={
adobename="Daarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER DA",
direction="l",
- lccode=0x0564,
+ lccode=0x564,
linebreak="al",
- unicodeslot=0x0534,
+ unicodeslot=0x534,
},
- [0x0535]={
+ [0x535]={
adobename="Echarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER ECH",
direction="l",
- lccode=0x0565,
+ lccode=0x565,
linebreak="al",
- unicodeslot=0x0535,
+ unicodeslot=0x535,
},
- [0x0536]={
+ [0x536]={
adobename="Zaarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER ZA",
direction="l",
- lccode=0x0566,
+ lccode=0x566,
linebreak="al",
- unicodeslot=0x0536,
+ unicodeslot=0x536,
},
- [0x0537]={
+ [0x537]={
adobename="Eharmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER EH",
direction="l",
- lccode=0x0567,
+ lccode=0x567,
linebreak="al",
- unicodeslot=0x0537,
+ unicodeslot=0x537,
},
- [0x0538]={
+ [0x538]={
adobename="Etarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER ET",
direction="l",
- lccode=0x0568,
+ lccode=0x568,
linebreak="al",
- unicodeslot=0x0538,
+ unicodeslot=0x538,
},
- [0x0539]={
+ [0x539]={
adobename="Toarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER TO",
direction="l",
- lccode=0x0569,
+ lccode=0x569,
linebreak="al",
- unicodeslot=0x0539,
+ unicodeslot=0x539,
},
- [0x053A]={
+ [0x53A]={
adobename="Zhearmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER ZHE",
direction="l",
- lccode=0x056A,
+ lccode=0x56A,
linebreak="al",
- unicodeslot=0x053A,
+ unicodeslot=0x53A,
},
- [0x053B]={
+ [0x53B]={
adobename="Iniarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER INI",
direction="l",
- lccode=0x056B,
+ lccode=0x56B,
linebreak="al",
- unicodeslot=0x053B,
+ unicodeslot=0x53B,
},
- [0x053C]={
+ [0x53C]={
adobename="Liwnarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER LIWN",
direction="l",
- lccode=0x056C,
+ lccode=0x56C,
linebreak="al",
- unicodeslot=0x053C,
+ unicodeslot=0x53C,
},
- [0x053D]={
+ [0x53D]={
adobename="Xeharmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER XEH",
direction="l",
- lccode=0x056D,
+ lccode=0x56D,
linebreak="al",
- unicodeslot=0x053D,
+ unicodeslot=0x53D,
},
- [0x053E]={
+ [0x53E]={
adobename="Caarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER CA",
direction="l",
- lccode=0x056E,
+ lccode=0x56E,
linebreak="al",
- unicodeslot=0x053E,
+ unicodeslot=0x53E,
},
- [0x053F]={
+ [0x53F]={
adobename="Kenarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER KEN",
direction="l",
- lccode=0x056F,
+ lccode=0x56F,
linebreak="al",
- unicodeslot=0x053F,
+ unicodeslot=0x53F,
},
- [0x0540]={
+ [0x540]={
adobename="Hoarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER HO",
direction="l",
- lccode=0x0570,
+ lccode=0x570,
linebreak="al",
- unicodeslot=0x0540,
+ unicodeslot=0x540,
},
- [0x0541]={
+ [0x541]={
adobename="Jaarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER JA",
direction="l",
- lccode=0x0571,
+ lccode=0x571,
linebreak="al",
- unicodeslot=0x0541,
+ unicodeslot=0x541,
},
- [0x0542]={
+ [0x542]={
adobename="Ghadarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER GHAD",
direction="l",
- lccode=0x0572,
+ lccode=0x572,
linebreak="al",
- unicodeslot=0x0542,
+ unicodeslot=0x542,
},
- [0x0543]={
+ [0x543]={
adobename="Cheharmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER CHEH",
direction="l",
- lccode=0x0573,
+ lccode=0x573,
linebreak="al",
- unicodeslot=0x0543,
+ unicodeslot=0x543,
},
- [0x0544]={
+ [0x544]={
adobename="Menarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER MEN",
direction="l",
- lccode=0x0574,
+ lccode=0x574,
linebreak="al",
- unicodeslot=0x0544,
+ unicodeslot=0x544,
},
- [0x0545]={
+ [0x545]={
adobename="Yiarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER YI",
direction="l",
- lccode=0x0575,
+ lccode=0x575,
linebreak="al",
- unicodeslot=0x0545,
+ unicodeslot=0x545,
},
- [0x0546]={
+ [0x546]={
adobename="Nowarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER NOW",
direction="l",
- lccode=0x0576,
+ lccode=0x576,
linebreak="al",
- unicodeslot=0x0546,
+ unicodeslot=0x546,
},
- [0x0547]={
+ [0x547]={
adobename="Shaarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER SHA",
direction="l",
- lccode=0x0577,
+ lccode=0x577,
linebreak="al",
- unicodeslot=0x0547,
+ unicodeslot=0x547,
},
- [0x0548]={
+ [0x548]={
adobename="Voarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER VO",
direction="l",
- lccode=0x0578,
+ lccode=0x578,
linebreak="al",
- unicodeslot=0x0548,
+ unicodeslot=0x548,
},
- [0x0549]={
+ [0x549]={
adobename="Chaarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER CHA",
direction="l",
- lccode=0x0579,
+ lccode=0x579,
linebreak="al",
- unicodeslot=0x0549,
+ unicodeslot=0x549,
},
- [0x054A]={
+ [0x54A]={
adobename="Peharmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER PEH",
direction="l",
- lccode=0x057A,
+ lccode=0x57A,
linebreak="al",
- unicodeslot=0x054A,
+ unicodeslot=0x54A,
},
- [0x054B]={
+ [0x54B]={
adobename="Jheharmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER JHEH",
direction="l",
- lccode=0x057B,
+ lccode=0x57B,
linebreak="al",
- unicodeslot=0x054B,
+ unicodeslot=0x54B,
},
- [0x054C]={
+ [0x54C]={
adobename="Raarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER RA",
direction="l",
- lccode=0x057C,
+ lccode=0x57C,
linebreak="al",
- unicodeslot=0x054C,
+ unicodeslot=0x54C,
},
- [0x054D]={
+ [0x54D]={
adobename="Seharmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER SEH",
direction="l",
- lccode=0x057D,
+ lccode=0x57D,
linebreak="al",
- unicodeslot=0x054D,
+ unicodeslot=0x54D,
},
- [0x054E]={
+ [0x54E]={
adobename="Vewarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER VEW",
direction="l",
- lccode=0x057E,
+ lccode=0x57E,
linebreak="al",
- unicodeslot=0x054E,
+ unicodeslot=0x54E,
},
- [0x054F]={
+ [0x54F]={
adobename="Tiwnarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER TIWN",
direction="l",
- lccode=0x057F,
+ lccode=0x57F,
linebreak="al",
- unicodeslot=0x054F,
+ unicodeslot=0x54F,
},
- [0x0550]={
+ [0x550]={
adobename="Reharmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER REH",
direction="l",
- lccode=0x0580,
+ lccode=0x580,
linebreak="al",
- unicodeslot=0x0550,
+ unicodeslot=0x550,
},
- [0x0551]={
+ [0x551]={
adobename="Coarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER CO",
direction="l",
- lccode=0x0581,
+ lccode=0x581,
linebreak="al",
- unicodeslot=0x0551,
+ unicodeslot=0x551,
},
- [0x0552]={
+ [0x552]={
adobename="Yiwnarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER YIWN",
direction="l",
- lccode=0x0582,
+ lccode=0x582,
linebreak="al",
- unicodeslot=0x0552,
+ unicodeslot=0x552,
},
- [0x0553]={
+ [0x553]={
adobename="Piwrarmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER PIWR",
direction="l",
- lccode=0x0583,
+ lccode=0x583,
linebreak="al",
- unicodeslot=0x0553,
+ unicodeslot=0x553,
},
- [0x0554]={
+ [0x554]={
adobename="Keharmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER KEH",
direction="l",
- lccode=0x0584,
+ lccode=0x584,
linebreak="al",
- unicodeslot=0x0554,
+ unicodeslot=0x554,
},
- [0x0555]={
+ [0x555]={
adobename="Oharmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER OH",
direction="l",
- lccode=0x0585,
+ lccode=0x585,
linebreak="al",
- unicodeslot=0x0555,
+ unicodeslot=0x555,
},
- [0x0556]={
+ [0x556]={
adobename="Feharmenian",
category="lu",
description="ARMENIAN CAPITAL LETTER FEH",
direction="l",
- lccode=0x0586,
+ lccode=0x586,
linebreak="al",
- unicodeslot=0x0556,
+ unicodeslot=0x556,
},
- [0x0559]={
+ [0x559]={
adobename="ringhalfleftarmenian",
category="lm",
description="ARMENIAN MODIFIER LETTER LEFT HALF RING",
direction="l",
linebreak="al",
- unicodeslot=0x0559,
+ unicodeslot=0x559,
},
- [0x055A]={
+ [0x55A]={
adobename="apostrophearmenian",
category="po",
description="ARMENIAN APOSTROPHE",
direction="l",
linebreak="al",
- unicodeslot=0x055A,
+ unicodeslot=0x55A,
},
- [0x055B]={
+ [0x55B]={
adobename="emphasismarkarmenian",
category="po",
description="ARMENIAN EMPHASIS MARK",
direction="l",
linebreak="al",
- unicodeslot=0x055B,
+ unicodeslot=0x55B,
},
- [0x055C]={
+ [0x55C]={
adobename="exclamarmenian",
category="po",
description="ARMENIAN EXCLAMATION MARK",
direction="l",
linebreak="al",
- unicodeslot=0x055C,
+ unicodeslot=0x55C,
},
- [0x055D]={
+ [0x55D]={
adobename="commaarmenian",
category="po",
description="ARMENIAN COMMA",
direction="l",
linebreak="al",
- unicodeslot=0x055D,
+ unicodeslot=0x55D,
},
- [0x055E]={
+ [0x55E]={
adobename="questionarmenian",
category="po",
description="ARMENIAN QUESTION MARK",
direction="l",
linebreak="al",
- unicodeslot=0x055E,
+ unicodeslot=0x55E,
},
- [0x055F]={
+ [0x55F]={
adobename="abbreviationmarkarmenian",
category="po",
description="ARMENIAN ABBREVIATION MARK",
direction="l",
linebreak="al",
- unicodeslot=0x055F,
+ unicodeslot=0x55F,
},
- [0x0561]={
+ [0x561]={
adobename="aybarmenian",
category="ll",
description="ARMENIAN SMALL LETTER AYB",
direction="l",
linebreak="al",
- uccode=0x0531,
- unicodeslot=0x0561,
+ uccode=0x531,
+ unicodeslot=0x561,
},
- [0x0562]={
+ [0x562]={
adobename="benarmenian",
category="ll",
description="ARMENIAN SMALL LETTER BEN",
direction="l",
linebreak="al",
- uccode=0x0532,
- unicodeslot=0x0562,
+ uccode=0x532,
+ unicodeslot=0x562,
},
- [0x0563]={
+ [0x563]={
adobename="gimarmenian",
category="ll",
description="ARMENIAN SMALL LETTER GIM",
direction="l",
linebreak="al",
- uccode=0x0533,
- unicodeslot=0x0563,
+ uccode=0x533,
+ unicodeslot=0x563,
},
- [0x0564]={
+ [0x564]={
adobename="daarmenian",
category="ll",
description="ARMENIAN SMALL LETTER DA",
direction="l",
linebreak="al",
- uccode=0x0534,
- unicodeslot=0x0564,
+ uccode=0x534,
+ unicodeslot=0x564,
},
- [0x0565]={
+ [0x565]={
adobename="echarmenian",
category="ll",
description="ARMENIAN SMALL LETTER ECH",
direction="l",
linebreak="al",
- uccode=0x0535,
- unicodeslot=0x0565,
+ uccode=0x535,
+ unicodeslot=0x565,
},
- [0x0566]={
+ [0x566]={
adobename="zaarmenian",
category="ll",
description="ARMENIAN SMALL LETTER ZA",
direction="l",
linebreak="al",
- uccode=0x0536,
- unicodeslot=0x0566,
+ uccode=0x536,
+ unicodeslot=0x566,
},
- [0x0567]={
+ [0x567]={
adobename="eharmenian",
category="ll",
description="ARMENIAN SMALL LETTER EH",
direction="l",
linebreak="al",
- uccode=0x0537,
- unicodeslot=0x0567,
+ uccode=0x537,
+ unicodeslot=0x567,
},
- [0x0568]={
+ [0x568]={
adobename="etarmenian",
category="ll",
description="ARMENIAN SMALL LETTER ET",
direction="l",
linebreak="al",
- uccode=0x0538,
- unicodeslot=0x0568,
+ uccode=0x538,
+ unicodeslot=0x568,
},
- [0x0569]={
+ [0x569]={
adobename="toarmenian",
category="ll",
description="ARMENIAN SMALL LETTER TO",
direction="l",
linebreak="al",
- uccode=0x0539,
- unicodeslot=0x0569,
+ uccode=0x539,
+ unicodeslot=0x569,
},
- [0x056A]={
+ [0x56A]={
adobename="zhearmenian",
category="ll",
description="ARMENIAN SMALL LETTER ZHE",
direction="l",
linebreak="al",
- uccode=0x053A,
- unicodeslot=0x056A,
+ uccode=0x53A,
+ unicodeslot=0x56A,
},
- [0x056B]={
+ [0x56B]={
adobename="iniarmenian",
category="ll",
description="ARMENIAN SMALL LETTER INI",
direction="l",
linebreak="al",
- uccode=0x053B,
- unicodeslot=0x056B,
+ uccode=0x53B,
+ unicodeslot=0x56B,
},
- [0x056C]={
+ [0x56C]={
adobename="liwnarmenian",
category="ll",
description="ARMENIAN SMALL LETTER LIWN",
direction="l",
linebreak="al",
- uccode=0x053C,
- unicodeslot=0x056C,
+ uccode=0x53C,
+ unicodeslot=0x56C,
},
- [0x056D]={
+ [0x56D]={
adobename="xeharmenian",
category="ll",
description="ARMENIAN SMALL LETTER XEH",
direction="l",
linebreak="al",
- uccode=0x053D,
- unicodeslot=0x056D,
+ uccode=0x53D,
+ unicodeslot=0x56D,
},
- [0x056E]={
+ [0x56E]={
adobename="caarmenian",
category="ll",
description="ARMENIAN SMALL LETTER CA",
direction="l",
linebreak="al",
- uccode=0x053E,
- unicodeslot=0x056E,
+ uccode=0x53E,
+ unicodeslot=0x56E,
},
- [0x056F]={
+ [0x56F]={
adobename="kenarmenian",
category="ll",
description="ARMENIAN SMALL LETTER KEN",
direction="l",
linebreak="al",
- uccode=0x053F,
- unicodeslot=0x056F,
+ uccode=0x53F,
+ unicodeslot=0x56F,
},
- [0x0570]={
+ [0x570]={
adobename="hoarmenian",
category="ll",
description="ARMENIAN SMALL LETTER HO",
direction="l",
linebreak="al",
- uccode=0x0540,
- unicodeslot=0x0570,
+ uccode=0x540,
+ unicodeslot=0x570,
},
- [0x0571]={
+ [0x571]={
adobename="jaarmenian",
category="ll",
description="ARMENIAN SMALL LETTER JA",
direction="l",
linebreak="al",
- uccode=0x0541,
- unicodeslot=0x0571,
+ uccode=0x541,
+ unicodeslot=0x571,
},
- [0x0572]={
+ [0x572]={
adobename="ghadarmenian",
category="ll",
description="ARMENIAN SMALL LETTER GHAD",
direction="l",
linebreak="al",
- uccode=0x0542,
- unicodeslot=0x0572,
+ uccode=0x542,
+ unicodeslot=0x572,
},
- [0x0573]={
+ [0x573]={
adobename="cheharmenian",
category="ll",
description="ARMENIAN SMALL LETTER CHEH",
direction="l",
linebreak="al",
- uccode=0x0543,
- unicodeslot=0x0573,
+ uccode=0x543,
+ unicodeslot=0x573,
},
- [0x0574]={
+ [0x574]={
adobename="menarmenian",
category="ll",
description="ARMENIAN SMALL LETTER MEN",
direction="l",
linebreak="al",
- uccode=0x0544,
- unicodeslot=0x0574,
+ uccode=0x544,
+ unicodeslot=0x574,
},
- [0x0575]={
+ [0x575]={
adobename="yiarmenian",
category="ll",
description="ARMENIAN SMALL LETTER YI",
direction="l",
linebreak="al",
- uccode=0x0545,
- unicodeslot=0x0575,
+ uccode=0x545,
+ unicodeslot=0x575,
},
- [0x0576]={
+ [0x576]={
adobename="nowarmenian",
category="ll",
description="ARMENIAN SMALL LETTER NOW",
direction="l",
linebreak="al",
- uccode=0x0546,
- unicodeslot=0x0576,
+ uccode=0x546,
+ unicodeslot=0x576,
},
- [0x0577]={
+ [0x577]={
adobename="shaarmenian",
category="ll",
description="ARMENIAN SMALL LETTER SHA",
direction="l",
linebreak="al",
- uccode=0x0547,
- unicodeslot=0x0577,
+ uccode=0x547,
+ unicodeslot=0x577,
},
- [0x0578]={
+ [0x578]={
adobename="voarmenian",
category="ll",
description="ARMENIAN SMALL LETTER VO",
direction="l",
linebreak="al",
- uccode=0x0548,
- unicodeslot=0x0578,
+ uccode=0x548,
+ unicodeslot=0x578,
},
- [0x0579]={
+ [0x579]={
adobename="chaarmenian",
category="ll",
description="ARMENIAN SMALL LETTER CHA",
direction="l",
linebreak="al",
- uccode=0x0549,
- unicodeslot=0x0579,
+ uccode=0x549,
+ unicodeslot=0x579,
},
- [0x057A]={
+ [0x57A]={
adobename="peharmenian",
category="ll",
description="ARMENIAN SMALL LETTER PEH",
direction="l",
linebreak="al",
- uccode=0x054A,
- unicodeslot=0x057A,
+ uccode=0x54A,
+ unicodeslot=0x57A,
},
- [0x057B]={
+ [0x57B]={
adobename="jheharmenian",
category="ll",
description="ARMENIAN SMALL LETTER JHEH",
direction="l",
linebreak="al",
- uccode=0x054B,
- unicodeslot=0x057B,
+ uccode=0x54B,
+ unicodeslot=0x57B,
},
- [0x057C]={
+ [0x57C]={
adobename="raarmenian",
category="ll",
description="ARMENIAN SMALL LETTER RA",
direction="l",
linebreak="al",
- uccode=0x054C,
- unicodeslot=0x057C,
+ uccode=0x54C,
+ unicodeslot=0x57C,
},
- [0x057D]={
+ [0x57D]={
adobename="seharmenian",
category="ll",
description="ARMENIAN SMALL LETTER SEH",
direction="l",
linebreak="al",
- uccode=0x054D,
- unicodeslot=0x057D,
+ uccode=0x54D,
+ unicodeslot=0x57D,
},
- [0x057E]={
+ [0x57E]={
adobename="vewarmenian",
category="ll",
description="ARMENIAN SMALL LETTER VEW",
direction="l",
linebreak="al",
- uccode=0x054E,
- unicodeslot=0x057E,
+ uccode=0x54E,
+ unicodeslot=0x57E,
},
- [0x057F]={
+ [0x57F]={
adobename="tiwnarmenian",
category="ll",
description="ARMENIAN SMALL LETTER TIWN",
direction="l",
linebreak="al",
- uccode=0x054F,
- unicodeslot=0x057F,
+ uccode=0x54F,
+ unicodeslot=0x57F,
},
- [0x0580]={
+ [0x580]={
adobename="reharmenian",
category="ll",
description="ARMENIAN SMALL LETTER REH",
direction="l",
linebreak="al",
- uccode=0x0550,
- unicodeslot=0x0580,
+ uccode=0x550,
+ unicodeslot=0x580,
},
- [0x0581]={
+ [0x581]={
adobename="coarmenian",
category="ll",
description="ARMENIAN SMALL LETTER CO",
direction="l",
linebreak="al",
- uccode=0x0551,
- unicodeslot=0x0581,
+ uccode=0x551,
+ unicodeslot=0x581,
},
- [0x0582]={
+ [0x582]={
adobename="yiwnarmenian",
category="ll",
description="ARMENIAN SMALL LETTER YIWN",
direction="l",
linebreak="al",
- uccode=0x0552,
- unicodeslot=0x0582,
+ uccode=0x552,
+ unicodeslot=0x582,
},
- [0x0583]={
+ [0x583]={
adobename="piwrarmenian",
category="ll",
description="ARMENIAN SMALL LETTER PIWR",
direction="l",
linebreak="al",
- uccode=0x0553,
- unicodeslot=0x0583,
+ uccode=0x553,
+ unicodeslot=0x583,
},
- [0x0584]={
+ [0x584]={
adobename="keharmenian",
category="ll",
description="ARMENIAN SMALL LETTER KEH",
direction="l",
linebreak="al",
- uccode=0x0554,
- unicodeslot=0x0584,
+ uccode=0x554,
+ unicodeslot=0x584,
},
- [0x0585]={
+ [0x585]={
adobename="oharmenian",
category="ll",
description="ARMENIAN SMALL LETTER OH",
direction="l",
linebreak="al",
- uccode=0x0555,
- unicodeslot=0x0585,
+ uccode=0x555,
+ unicodeslot=0x585,
},
- [0x0586]={
+ [0x586]={
adobename="feharmenian",
category="ll",
description="ARMENIAN SMALL LETTER FEH",
direction="l",
linebreak="al",
- uccode=0x0556,
- unicodeslot=0x0586,
+ uccode=0x556,
+ unicodeslot=0x586,
},
- [0x0587]={
+ [0x587]={
adobename="echyiwnarmenian",
category="ll",
description="ARMENIAN SMALL LIGATURE ECH YIWN",
direction="l",
linebreak="al",
- specials={ "compat", 0x0565, 0x0582 },
- unicodeslot=0x0587,
+ specials={ "compat", 0x565, 0x582 },
+ unicodeslot=0x587,
},
- [0x0589]={
+ [0x589]={
adobename="periodarmenian",
category="po",
description="ARMENIAN FULL STOP",
direction="l",
linebreak="is",
- unicodeslot=0x0589,
+ unicodeslot=0x589,
},
- [0x058A]={
+ [0x58A]={
category="pd",
description="ARMENIAN HYPHEN",
direction="on",
linebreak="ba",
- unicodeslot=0x058A,
+ unicodeslot=0x58A,
+ },
+ [0x58D]={
+ category="so",
+ description="RIGHT-FACING ARMENIAN ETERNITY SIGN",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x58D,
},
- [0x058F]={
+ [0x58E]={
+ category="so",
+ description="LEFT-FACING ARMENIAN ETERNITY SIGN",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x58E,
+ },
+ [0x58F]={
category="sc",
description="ARMENIAN DRAM SIGN",
direction="et",
linebreak="pr",
- unicodeslot=0x058F,
+ unicodeslot=0x58F,
},
- [0x0591]={
+ [0x591]={
adobename="etnahtalefthebrew",
category="mn",
+ combining=0xDC,
description="HEBREW ACCENT ETNAHTA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0591,
+ unicodeslot=0x591,
},
- [0x0592]={
+ [0x592]={
adobename="segoltahebrew",
category="mn",
+ combining=0xE6,
description="HEBREW ACCENT SEGOL",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0592,
+ unicodeslot=0x592,
},
- [0x0593]={
+ [0x593]={
adobename="shalshelethebrew",
category="mn",
+ combining=0xE6,
description="HEBREW ACCENT SHALSHELET",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0593,
+ unicodeslot=0x593,
},
- [0x0594]={
+ [0x594]={
adobename="zaqefqatanhebrew",
category="mn",
+ combining=0xE6,
description="HEBREW ACCENT ZAQEF QATAN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0594,
+ unicodeslot=0x594,
},
- [0x0595]={
+ [0x595]={
adobename="zaqefgadolhebrew",
category="mn",
+ combining=0xE6,
description="HEBREW ACCENT ZAQEF GADOL",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0595,
+ unicodeslot=0x595,
},
- [0x0596]={
+ [0x596]={
adobename="tipehalefthebrew",
category="mn",
+ combining=0xDC,
description="HEBREW ACCENT TIPEHA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0596,
+ unicodeslot=0x596,
},
- [0x0597]={
+ [0x597]={
adobename="reviamugrashhebrew",
category="mn",
+ combining=0xE6,
description="HEBREW ACCENT REVIA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0597,
+ unicodeslot=0x597,
},
- [0x0598]={
+ [0x598]={
adobename="zarqahebrew",
category="mn",
+ combining=0xE6,
description="HEBREW ACCENT ZARQA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0598,
+ unicodeslot=0x598,
},
- [0x0599]={
+ [0x599]={
adobename="pashtahebrew",
category="mn",
+ combining=0xE6,
description="HEBREW ACCENT PASHTA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0599,
+ unicodeslot=0x599,
},
- [0x059A]={
+ [0x59A]={
adobename="yetivhebrew",
category="mn",
+ combining=0xDE,
description="HEBREW ACCENT YETIV",
direction="nsm",
linebreak="cm",
- unicodeslot=0x059A,
+ unicodeslot=0x59A,
},
- [0x059B]={
+ [0x59B]={
adobename="tevirlefthebrew",
category="mn",
+ combining=0xDC,
description="HEBREW ACCENT TEVIR",
direction="nsm",
linebreak="cm",
- unicodeslot=0x059B,
+ unicodeslot=0x59B,
},
- [0x059C]={
+ [0x59C]={
adobename="gereshaccenthebrew",
category="mn",
+ combining=0xE6,
description="HEBREW ACCENT GERESH",
direction="nsm",
linebreak="cm",
- unicodeslot=0x059C,
+ unicodeslot=0x59C,
},
- [0x059D]={
+ [0x59D]={
adobename="gereshmuqdamhebrew",
category="mn",
+ combining=0xE6,
description="HEBREW ACCENT GERESH MUQDAM",
direction="nsm",
linebreak="cm",
- unicodeslot=0x059D,
+ unicodeslot=0x59D,
},
- [0x059E]={
+ [0x59E]={
adobename="gershayimaccenthebrew",
category="mn",
+ combining=0xE6,
description="HEBREW ACCENT GERSHAYIM",
direction="nsm",
linebreak="cm",
- unicodeslot=0x059E,
+ unicodeslot=0x59E,
},
- [0x059F]={
+ [0x59F]={
adobename="qarneyparahebrew",
category="mn",
+ combining=0xE6,
description="HEBREW ACCENT QARNEY PARA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x059F,
+ unicodeslot=0x59F,
},
- [0x05A0]={
+ [0x5A0]={
adobename="telishagedolahebrew",
category="mn",
+ combining=0xE6,
description="HEBREW ACCENT TELISHA GEDOLA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05A0,
+ unicodeslot=0x5A0,
},
- [0x05A1]={
+ [0x5A1]={
adobename="pazerhebrew",
category="mn",
+ combining=0xE6,
description="HEBREW ACCENT PAZER",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05A1,
+ unicodeslot=0x5A1,
},
- [0x05A2]={
+ [0x5A2]={
category="mn",
+ combining=0xDC,
description="HEBREW ACCENT ATNAH HAFUKH",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05A2,
+ unicodeslot=0x5A2,
},
- [0x05A3]={
+ [0x5A3]={
adobename="munahlefthebrew",
category="mn",
+ combining=0xDC,
description="HEBREW ACCENT MUNAH",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05A3,
+ unicodeslot=0x5A3,
},
- [0x05A4]={
+ [0x5A4]={
adobename="mahapakhlefthebrew",
category="mn",
+ combining=0xDC,
description="HEBREW ACCENT MAHAPAKH",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05A4,
+ unicodeslot=0x5A4,
},
- [0x05A5]={
+ [0x5A5]={
adobename="merkhalefthebrew",
category="mn",
+ combining=0xDC,
description="HEBREW ACCENT MERKHA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05A5,
+ unicodeslot=0x5A5,
},
- [0x05A6]={
+ [0x5A6]={
adobename="merkhakefulalefthebrew",
category="mn",
+ combining=0xDC,
description="HEBREW ACCENT MERKHA KEFULA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05A6,
+ unicodeslot=0x5A6,
},
- [0x05A7]={
+ [0x5A7]={
adobename="dargalefthebrew",
category="mn",
+ combining=0xDC,
description="HEBREW ACCENT DARGA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05A7,
+ unicodeslot=0x5A7,
},
- [0x05A8]={
+ [0x5A8]={
adobename="qadmahebrew",
category="mn",
+ combining=0xE6,
description="HEBREW ACCENT QADMA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05A8,
+ unicodeslot=0x5A8,
},
- [0x05A9]={
+ [0x5A9]={
adobename="telishaqetanahebrew",
category="mn",
+ combining=0xE6,
description="HEBREW ACCENT TELISHA QETANA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05A9,
+ unicodeslot=0x5A9,
},
- [0x05AA]={
+ [0x5AA]={
adobename="yerahbenyomolefthebrew",
category="mn",
+ combining=0xDC,
description="HEBREW ACCENT YERAH BEN YOMO",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05AA,
+ unicodeslot=0x5AA,
},
- [0x05AB]={
+ [0x5AB]={
adobename="olehebrew",
category="mn",
+ combining=0xE6,
description="HEBREW ACCENT OLE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05AB,
+ unicodeslot=0x5AB,
},
- [0x05AC]={
+ [0x5AC]={
adobename="iluyhebrew",
category="mn",
+ combining=0xE6,
description="HEBREW ACCENT ILUY",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05AC,
+ unicodeslot=0x5AC,
},
- [0x05AD]={
+ [0x5AD]={
adobename="dehihebrew",
category="mn",
+ combining=0xDE,
description="HEBREW ACCENT DEHI",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05AD,
+ unicodeslot=0x5AD,
},
- [0x05AE]={
+ [0x5AE]={
adobename="zinorhebrew",
category="mn",
+ combining=0xE4,
description="HEBREW ACCENT ZINOR",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05AE,
+ unicodeslot=0x5AE,
},
- [0x05AF]={
+ [0x5AF]={
adobename="masoracirclehebrew",
category="mn",
+ combining=0xE6,
description="HEBREW MARK MASORA CIRCLE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05AF,
+ unicodeslot=0x5AF,
},
- [0x05B0]={
+ [0x5B0]={
adobename="shevawidehebrew",
category="mn",
+ combining=0xA,
description="HEBREW POINT SHEVA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05B0,
+ unicodeslot=0x5B0,
},
- [0x05B1]={
+ [0x5B1]={
adobename="hatafsegolwidehebrew",
category="mn",
+ combining=0xB,
description="HEBREW POINT HATAF SEGOL",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05B1,
+ unicodeslot=0x5B1,
},
- [0x05B2]={
+ [0x5B2]={
adobename="hatafpatahwidehebrew",
category="mn",
+ combining=0xC,
description="HEBREW POINT HATAF PATAH",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05B2,
+ unicodeslot=0x5B2,
},
- [0x05B3]={
+ [0x5B3]={
adobename="hatafqamatswidehebrew",
category="mn",
+ combining=0xD,
description="HEBREW POINT HATAF QAMATS",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05B3,
+ unicodeslot=0x5B3,
},
- [0x05B4]={
+ [0x5B4]={
adobename="hiriqwidehebrew",
category="mn",
+ combining=0xE,
description="HEBREW POINT HIRIQ",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05B4,
+ unicodeslot=0x5B4,
},
- [0x05B5]={
+ [0x5B5]={
adobename="tserewidehebrew",
category="mn",
+ combining=0xF,
description="HEBREW POINT TSERE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05B5,
+ unicodeslot=0x5B5,
},
- [0x05B6]={
+ [0x5B6]={
adobename="segolwidehebrew",
category="mn",
+ combining=0x10,
description="HEBREW POINT SEGOL",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05B6,
+ unicodeslot=0x5B6,
},
- [0x05B7]={
+ [0x5B7]={
adobename="patahwidehebrew",
category="mn",
+ combining=0x11,
description="HEBREW POINT PATAH",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05B7,
+ unicodeslot=0x5B7,
},
- [0x05B8]={
+ [0x5B8]={
adobename="qamatswidehebrew",
category="mn",
+ combining=0x12,
description="HEBREW POINT QAMATS",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05B8,
+ unicodeslot=0x5B8,
},
- [0x05B9]={
+ [0x5B9]={
adobename="holamwidehebrew",
category="mn",
+ combining=0x13,
description="HEBREW POINT HOLAM",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05B9,
+ unicodeslot=0x5B9,
},
- [0x05BA]={
+ [0x5BA]={
category="mn",
+ combining=0x13,
description="HEBREW POINT HOLAM HASER FOR VAV",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05BA,
+ unicodeslot=0x5BA,
},
- [0x05BB]={
+ [0x5BB]={
adobename="qubutswidehebrew",
category="mn",
+ combining=0x14,
description="HEBREW POINT QUBUTS",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05BB,
+ unicodeslot=0x5BB,
},
- [0x05BC]={
+ [0x5BC]={
adobename="dageshhebrew",
category="mn",
+ combining=0x15,
description="HEBREW POINT DAGESH OR MAPIQ",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05BC,
+ unicodeslot=0x5BC,
},
- [0x05BD]={
+ [0x5BD]={
adobename="siluqlefthebrew",
category="mn",
+ combining=0x16,
description="HEBREW POINT METEG",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05BD,
+ unicodeslot=0x5BD,
},
- [0x05BE]={
+ [0x5BE]={
adobename="maqafhebrew",
category="po",
description="HEBREW PUNCTUATION MAQAF",
direction="r",
linebreak="ba",
- unicodeslot=0x05BE,
+ unicodeslot=0x5BE,
},
- [0x05BF]={
+ [0x5BF]={
adobename="rafehebrew",
category="mn",
+ combining=0x17,
description="HEBREW POINT RAFE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05BF,
+ unicodeslot=0x5BF,
},
- [0x05C0]={
+ [0x5C0]={
adobename="paseqhebrew",
category="po",
description="HEBREW PUNCTUATION PASEQ",
direction="r",
linebreak="al",
- unicodeslot=0x05C0,
+ unicodeslot=0x5C0,
},
- [0x05C1]={
+ [0x5C1]={
adobename="shindothebrew",
category="mn",
+ combining=0x18,
description="HEBREW POINT SHIN DOT",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05C1,
+ unicodeslot=0x5C1,
},
- [0x05C2]={
+ [0x5C2]={
adobename="sindothebrew",
category="mn",
+ combining=0x19,
description="HEBREW POINT SIN DOT",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05C2,
+ unicodeslot=0x5C2,
},
- [0x05C3]={
+ [0x5C3]={
adobename="sofpasuqhebrew",
category="po",
description="HEBREW PUNCTUATION SOF PASUQ",
direction="r",
linebreak="al",
- unicodeslot=0x05C3,
+ unicodeslot=0x5C3,
},
- [0x05C4]={
+ [0x5C4]={
adobename="upperdothebrew",
category="mn",
+ combining=0xE6,
description="HEBREW MARK UPPER DOT",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05C4,
+ unicodeslot=0x5C4,
},
- [0x05C5]={
+ [0x5C5]={
category="mn",
+ combining=0xDC,
description="HEBREW MARK LOWER DOT",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05C5,
+ unicodeslot=0x5C5,
},
- [0x05C6]={
+ [0x5C6]={
category="po",
description="HEBREW PUNCTUATION NUN HAFUKHA",
direction="r",
linebreak="ex",
- unicodeslot=0x05C6,
+ unicodeslot=0x5C6,
},
- [0x05C7]={
+ [0x5C7]={
category="mn",
+ combining=0x12,
description="HEBREW POINT QAMATS QATAN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x05C7,
+ unicodeslot=0x5C7,
},
- [0x05D0]={
+ [0x5D0]={
adobename="alefhebrew",
category="lo",
contextname="hebrewAlef",
description="HEBREW LETTER ALEF",
direction="r",
linebreak="hl",
- unicodeslot=0x05D0,
+ unicodeslot=0x5D0,
},
- [0x05D1]={
+ [0x5D1]={
adobename="bethebrew",
category="lo",
contextname="hebrewBet",
description="HEBREW LETTER BET",
direction="r",
linebreak="hl",
- unicodeslot=0x05D1,
+ unicodeslot=0x5D1,
},
- [0x05D2]={
+ [0x5D2]={
adobename="gimelhebrew",
category="lo",
contextname="hebrewGimel",
description="HEBREW LETTER GIMEL",
direction="r",
linebreak="hl",
- unicodeslot=0x05D2,
+ unicodeslot=0x5D2,
},
- [0x05D3]={
+ [0x5D3]={
adobename="dalettserehebrew",
category="lo",
contextname="hebrewDalet",
description="HEBREW LETTER DALET",
direction="r",
linebreak="hl",
- unicodeslot=0x05D3,
+ unicodeslot=0x5D3,
},
- [0x05D4]={
+ [0x5D4]={
adobename="hehebrew",
category="lo",
contextname="hebrewHe",
description="HEBREW LETTER HE",
direction="r",
linebreak="hl",
- unicodeslot=0x05D4,
+ unicodeslot=0x5D4,
},
- [0x05D5]={
+ [0x5D5]={
adobename="vavhebrew",
category="lo",
contextname="hebrewVav",
description="HEBREW LETTER VAV",
direction="r",
linebreak="hl",
- unicodeslot=0x05D5,
+ unicodeslot=0x5D5,
},
- [0x05D6]={
+ [0x5D6]={
adobename="zayinhebrew",
category="lo",
contextname="hebrewZayin",
description="HEBREW LETTER ZAYIN",
direction="r",
linebreak="hl",
- unicodeslot=0x05D6,
+ unicodeslot=0x5D6,
},
- [0x05D7]={
+ [0x5D7]={
adobename="hethebrew",
category="lo",
contextname="hebrewHet",
description="HEBREW LETTER HET",
direction="r",
linebreak="hl",
- unicodeslot=0x05D7,
+ unicodeslot=0x5D7,
},
- [0x05D8]={
+ [0x5D8]={
adobename="tethebrew",
category="lo",
contextname="hebrewTet",
description="HEBREW LETTER TET",
direction="r",
linebreak="hl",
- unicodeslot=0x05D8,
+ unicodeslot=0x5D8,
},
- [0x05D9]={
+ [0x5D9]={
adobename="yodhebrew",
category="lo",
contextname="hebrewYod",
description="HEBREW LETTER YOD",
direction="r",
linebreak="hl",
- unicodeslot=0x05D9,
+ unicodeslot=0x5D9,
},
- [0x05DA]={
+ [0x5DA]={
adobename="finalkafshevahebrew",
category="lo",
contextname="hebrewKaffinal",
description="HEBREW LETTER FINAL KAF",
direction="r",
linebreak="hl",
- unicodeslot=0x05DA,
+ unicodeslot=0x5DA,
},
- [0x05DB]={
+ [0x5DB]={
adobename="kafhebrew",
category="lo",
contextname="hebrewKaf",
description="HEBREW LETTER KAF",
direction="r",
linebreak="hl",
- unicodeslot=0x05DB,
+ unicodeslot=0x5DB,
},
- [0x05DC]={
+ [0x5DC]={
adobename="lamedholamhebrew",
category="lo",
contextname="hebrewLamed",
description="HEBREW LETTER LAMED",
direction="r",
linebreak="hl",
- unicodeslot=0x05DC,
+ unicodeslot=0x5DC,
},
- [0x05DD]={
+ [0x5DD]={
adobename="finalmemhebrew",
category="lo",
contextname="hebrewMemfinal",
description="HEBREW LETTER FINAL MEM",
direction="r",
linebreak="hl",
- unicodeslot=0x05DD,
+ unicodeslot=0x5DD,
},
- [0x05DE]={
+ [0x5DE]={
adobename="memhebrew",
category="lo",
contextname="hebrewMem",
description="HEBREW LETTER MEM",
direction="r",
linebreak="hl",
- unicodeslot=0x05DE,
+ unicodeslot=0x5DE,
},
- [0x05DF]={
+ [0x5DF]={
adobename="finalnunhebrew",
category="lo",
contextname="hebrewNunfinal",
description="HEBREW LETTER FINAL NUN",
direction="r",
linebreak="hl",
- unicodeslot=0x05DF,
+ unicodeslot=0x5DF,
},
- [0x05E0]={
+ [0x5E0]={
adobename="nunhebrew",
category="lo",
contextname="hebrewNun",
description="HEBREW LETTER NUN",
direction="r",
linebreak="hl",
- unicodeslot=0x05E0,
+ unicodeslot=0x5E0,
},
- [0x05E1]={
+ [0x5E1]={
adobename="samekhhebrew",
category="lo",
contextname="hebrewSamekh",
description="HEBREW LETTER SAMEKH",
direction="r",
linebreak="hl",
- unicodeslot=0x05E1,
+ unicodeslot=0x5E1,
},
- [0x05E2]={
+ [0x5E2]={
adobename="ayinhebrew",
category="lo",
contextname="hebrewAyin",
description="HEBREW LETTER AYIN",
direction="r",
linebreak="hl",
- unicodeslot=0x05E2,
+ unicodeslot=0x5E2,
},
- [0x05E3]={
+ [0x5E3]={
adobename="finalpehebrew",
category="lo",
contextname="hebrewPefinal",
description="HEBREW LETTER FINAL PE",
direction="r",
linebreak="hl",
- unicodeslot=0x05E3,
+ unicodeslot=0x5E3,
},
- [0x05E4]={
+ [0x5E4]={
adobename="pehebrew",
category="lo",
contextname="hebrewPe",
description="HEBREW LETTER PE",
direction="r",
linebreak="hl",
- unicodeslot=0x05E4,
+ unicodeslot=0x5E4,
},
- [0x05E5]={
+ [0x5E5]={
adobename="finaltsadihebrew",
category="lo",
contextname="hebrewTsadifinal",
description="HEBREW LETTER FINAL TSADI",
direction="r",
linebreak="hl",
- unicodeslot=0x05E5,
+ unicodeslot=0x5E5,
},
- [0x05E6]={
+ [0x5E6]={
adobename="tsadihebrew",
category="lo",
contextname="hebrewTsadi",
description="HEBREW LETTER TSADI",
direction="r",
linebreak="hl",
- unicodeslot=0x05E6,
+ unicodeslot=0x5E6,
},
- [0x05E7]={
+ [0x5E7]={
adobename="qoftserehebrew",
category="lo",
contextname="hebrewQof",
description="HEBREW LETTER QOF",
direction="r",
linebreak="hl",
- unicodeslot=0x05E7,
+ unicodeslot=0x5E7,
},
- [0x05E8]={
+ [0x5E8]={
adobename="reshtserehebrew",
category="lo",
contextname="hebrewResh",
description="HEBREW LETTER RESH",
direction="r",
linebreak="hl",
- unicodeslot=0x05E8,
+ unicodeslot=0x5E8,
},
- [0x05E9]={
+ [0x5E9]={
adobename="shinhebrew",
category="lo",
contextname="hebrewShin",
description="HEBREW LETTER SHIN",
direction="r",
linebreak="hl",
- unicodeslot=0x05E9,
+ unicodeslot=0x5E9,
},
- [0x05EA]={
+ [0x5EA]={
adobename="tavhebrew",
category="lo",
contextname="hebrewTav",
description="HEBREW LETTER TAV",
direction="r",
linebreak="hl",
- unicodeslot=0x05EA,
+ unicodeslot=0x5EA,
},
- [0x05F0]={
+ [0x5F0]={
adobename="vavvavhebrew",
category="lo",
description="HEBREW LIGATURE YIDDISH DOUBLE VAV",
direction="r",
linebreak="hl",
- unicodeslot=0x05F0,
+ unicodeslot=0x5F0,
},
- [0x05F1]={
+ [0x5F1]={
adobename="vavyodhebrew",
category="lo",
description="HEBREW LIGATURE YIDDISH VAV YOD",
direction="r",
linebreak="hl",
- unicodeslot=0x05F1,
+ unicodeslot=0x5F1,
},
- [0x05F2]={
+ [0x5F2]={
adobename="yodyodhebrew",
category="lo",
description="HEBREW LIGATURE YIDDISH DOUBLE YOD",
direction="r",
linebreak="hl",
- unicodeslot=0x05F2,
+ unicodeslot=0x5F2,
},
- [0x05F3]={
+ [0x5F3]={
adobename="gereshhebrew",
category="po",
description="HEBREW PUNCTUATION GERESH",
direction="r",
linebreak="al",
- unicodeslot=0x05F3,
+ unicodeslot=0x5F3,
},
- [0x05F4]={
+ [0x5F4]={
adobename="gershayimhebrew",
category="po",
description="HEBREW PUNCTUATION GERSHAYIM",
direction="r",
linebreak="al",
- unicodeslot=0x05F4,
+ unicodeslot=0x5F4,
},
- [0x0600]={
+ [0x600]={
arabic="u",
category="cf",
description="ARABIC NUMBER SIGN",
direction="an",
linebreak="al",
- unicodeslot=0x0600,
+ unicodeslot=0x600,
visible="yes",
},
- [0x0601]={
+ [0x601]={
arabic="u",
category="cf",
description="ARABIC SIGN SANAH",
direction="an",
linebreak="al",
- unicodeslot=0x0601,
+ unicodeslot=0x601,
visible="yes",
},
- [0x0602]={
+ [0x602]={
arabic="u",
category="cf",
description="ARABIC FOOTNOTE MARKER",
direction="an",
linebreak="al",
- unicodeslot=0x0602,
+ unicodeslot=0x602,
visible="yes",
},
- [0x0603]={
+ [0x603]={
arabic="u",
category="cf",
description="ARABIC SIGN SAFHA",
direction="an",
linebreak="al",
- unicodeslot=0x0603,
+ unicodeslot=0x603,
visible="yes",
},
- [0x0604]={
+ [0x604]={
arabic="u",
category="cf",
description="ARABIC SIGN SAMVAT",
direction="an",
linebreak="al",
- unicodeslot=0x0604,
+ unicodeslot=0x604,
+ },
+ [0x605]={
+ arabic="u",
+ category="cf",
+ description="ARABIC NUMBER MARK ABOVE",
+ direction="an",
+ linebreak="al",
+ unicodeslot=0x605,
},
- [0x0606]={
+ [0x606]={
category="sm",
description="ARABIC-INDIC CUBE ROOT",
direction="on",
linebreak="al",
- unicodeslot=0x0606,
+ unicodeslot=0x606,
},
- [0x0607]={
+ [0x607]={
category="sm",
description="ARABIC-INDIC FOURTH ROOT",
direction="on",
linebreak="al",
- unicodeslot=0x0607,
+ unicodeslot=0x607,
},
- [0x0608]={
+ [0x608]={
arabic="u",
category="sm",
description="ARABIC RAY",
direction="al",
linebreak="al",
- unicodeslot=0x0608,
+ unicodeslot=0x608,
},
- [0x0609]={
+ [0x609]={
category="po",
description="ARABIC-INDIC PER MILLE SIGN",
direction="et",
linebreak="po",
- unicodeslot=0x0609,
+ unicodeslot=0x609,
},
- [0x060A]={
+ [0x60A]={
category="po",
description="ARABIC-INDIC PER TEN THOUSAND SIGN",
direction="et",
linebreak="po",
- unicodeslot=0x060A,
+ unicodeslot=0x60A,
},
- [0x060B]={
+ [0x60B]={
arabic="u",
category="sc",
description="AFGHANI SIGN",
direction="al",
linebreak="po",
- unicodeslot=0x060B,
+ unicodeslot=0x60B,
},
- [0x060C]={
+ [0x60C]={
adobename="commaarabic",
category="po",
description="ARABIC COMMA",
direction="cs",
linebreak="is",
- unicodeslot=0x060C,
+ unicodeslot=0x60C,
},
- [0x060D]={
+ [0x60D]={
category="po",
description="ARABIC DATE SEPARATOR",
direction="al",
linebreak="is",
- unicodeslot=0x060D,
+ unicodeslot=0x60D,
},
- [0x060E]={
+ [0x60E]={
category="so",
description="ARABIC POETIC VERSE SIGN",
direction="on",
linebreak="al",
- unicodeslot=0x060E,
+ unicodeslot=0x60E,
},
- [0x060F]={
+ [0x60F]={
category="so",
description="ARABIC SIGN MISRA",
direction="on",
linebreak="al",
- unicodeslot=0x060F,
+ unicodeslot=0x60F,
},
- [0x0610]={
+ [0x610]={
category="mn",
+ combining=0xE6,
description="ARABIC SIGN SALLALLAHOU ALAYHE WASSALLAM",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0610,
+ unicodeslot=0x610,
},
- [0x0611]={
+ [0x611]={
category="mn",
+ combining=0xE6,
description="ARABIC SIGN ALAYHE ASSALLAM",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0611,
+ unicodeslot=0x611,
},
- [0x0612]={
+ [0x612]={
category="mn",
+ combining=0xE6,
description="ARABIC SIGN RAHMATULLAH ALAYHE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0612,
+ unicodeslot=0x612,
},
- [0x0613]={
+ [0x613]={
category="mn",
+ combining=0xE6,
description="ARABIC SIGN RADI ALLAHOU ANHU",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0613,
+ unicodeslot=0x613,
},
- [0x0614]={
+ [0x614]={
category="mn",
+ combining=0xE6,
description="ARABIC SIGN TAKHALLUS",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0614,
+ unicodeslot=0x614,
},
- [0x0615]={
+ [0x615]={
category="mn",
+ combining=0xE6,
description="ARABIC SMALL HIGH TAH",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0615,
+ unicodeslot=0x615,
},
- [0x0616]={
+ [0x616]={
category="mn",
+ combining=0xE6,
description="ARABIC SMALL HIGH LIGATURE ALEF WITH LAM WITH YEH",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0616,
+ unicodeslot=0x616,
},
- [0x0617]={
+ [0x617]={
category="mn",
+ combining=0xE6,
description="ARABIC SMALL HIGH ZAIN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0617,
+ unicodeslot=0x617,
},
- [0x0618]={
+ [0x618]={
category="mn",
+ combining=0x1E,
description="ARABIC SMALL FATHA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0618,
+ unicodeslot=0x618,
},
- [0x0619]={
+ [0x619]={
category="mn",
+ combining=0x1F,
description="ARABIC SMALL DAMMA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0619,
+ unicodeslot=0x619,
},
- [0x061A]={
+ [0x61A]={
category="mn",
+ combining=0x20,
description="ARABIC SMALL KASRA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x061A,
+ unicodeslot=0x61A,
},
- [0x061B]={
+ [0x61B]={
adobename="semicolonarabic",
category="po",
description="ARABIC SEMICOLON",
direction="al",
linebreak="ex",
- unicodeslot=0x061B,
+ unicodeslot=0x61B,
},
- [0x061E]={
+ [0x61C]={
+ category="cf",
+ description="ARABIC LETTER MARK",
+ direction="al",
+ linebreak="cm",
+ unicodeslot=0x61C,
+ },
+ [0x61E]={
category="po",
description="ARABIC TRIPLE DOT PUNCTUATION MARK",
direction="al",
linebreak="ex",
- unicodeslot=0x061E,
+ unicodeslot=0x61E,
},
- [0x061F]={
+ [0x61F]={
adobename="questionarabic",
category="po",
description="ARABIC QUESTION MARK",
direction="al",
linebreak="ex",
- unicodeslot=0x061F,
+ unicodeslot=0x61F,
},
- [0x0620]={
+ [0x620]={
arabic="d",
category="lo",
description="ARABIC LETTER KASHMIRI YEH",
direction="al",
linebreak="al",
- unicodeslot=0x0620,
+ unicodeslot=0x620,
},
- [0x0621]={
+ [0x621]={
adobename="hamzasukunarabic",
arabic="u",
category="lo",
description="ARABIC LETTER HAMZA",
direction="al",
linebreak="al",
- unicodeslot=0x0621,
+ unicodeslot=0x621,
},
- [0x0622]={
+ [0x622]={
adobename="alefmaddaabovearabic",
arabic="r",
category="lo",
description="ARABIC LETTER ALEF WITH MADDA ABOVE",
direction="al",
linebreak="al",
- shcode=0x0627,
- specials={ "char", 0x0627, 0x0653 },
- unicodeslot=0x0622,
+ shcode=0x627,
+ specials={ "char", 0x627, 0x653 },
+ unicodeslot=0x622,
},
- [0x0623]={
+ [0x623]={
adobename="alefhamzaabovearabic",
arabic="r",
category="lo",
description="ARABIC LETTER ALEF WITH HAMZA ABOVE",
direction="al",
linebreak="al",
- shcode=0x0627,
- specials={ "char", 0x0627, 0x0654 },
- unicodeslot=0x0623,
+ shcode=0x627,
+ specials={ "char", 0x627, 0x654 },
+ unicodeslot=0x623,
},
- [0x0624]={
+ [0x624]={
adobename="wawhamzaabovearabic",
arabic="r",
category="lo",
description="ARABIC LETTER WAW WITH HAMZA ABOVE",
direction="al",
linebreak="al",
- shcode=0x0648,
- specials={ "char", 0x0648, 0x0654 },
- unicodeslot=0x0624,
+ shcode=0x648,
+ specials={ "char", 0x648, 0x654 },
+ unicodeslot=0x624,
},
- [0x0625]={
+ [0x625]={
adobename="alefhamzabelowarabic",
arabic="r",
category="lo",
description="ARABIC LETTER ALEF WITH HAMZA BELOW",
direction="al",
linebreak="al",
- shcode=0x0627,
- specials={ "char", 0x0627, 0x0655 },
- unicodeslot=0x0625,
+ shcode=0x627,
+ specials={ "char", 0x627, 0x655 },
+ unicodeslot=0x625,
},
- [0x0626]={
+ [0x626]={
adobename="yehhamzaabovearabic",
arabic="d",
category="lo",
description="ARABIC LETTER YEH WITH HAMZA ABOVE",
direction="al",
linebreak="al",
- shcode=0x064A,
- specials={ "char", 0x064A, 0x0654 },
- unicodeslot=0x0626,
+ shcode=0x64A,
+ specials={ "char", 0x64A, 0x654 },
+ unicodeslot=0x626,
},
- [0x0627]={
+ [0x627]={
adobename="alefarabic",
arabic="r",
category="lo",
description="ARABIC LETTER ALEF",
direction="al",
linebreak="al",
- unicodeslot=0x0627,
+ unicodeslot=0x627,
},
- [0x0628]={
+ [0x628]={
adobename="beharabic",
arabic="d",
category="lo",
description="ARABIC LETTER BEH",
direction="al",
linebreak="al",
- unicodeslot=0x0628,
+ unicodeslot=0x628,
},
- [0x0629]={
+ [0x629]={
adobename="tehmarbutaarabic",
arabic="r",
category="lo",
description="ARABIC LETTER TEH MARBUTA",
direction="al",
linebreak="al",
- unicodeslot=0x0629,
+ unicodeslot=0x629,
},
- [0x062A]={
+ [0x62A]={
adobename="teharabic",
arabic="d",
category="lo",
description="ARABIC LETTER TEH",
direction="al",
linebreak="al",
- unicodeslot=0x062A,
+ unicodeslot=0x62A,
},
- [0x062B]={
+ [0x62B]={
adobename="theharabic",
arabic="d",
category="lo",
description="ARABIC LETTER THEH",
direction="al",
linebreak="al",
- unicodeslot=0x062B,
+ unicodeslot=0x62B,
},
- [0x062C]={
+ [0x62C]={
adobename="jeemarabic",
arabic="d",
category="lo",
description="ARABIC LETTER JEEM",
direction="al",
linebreak="al",
- unicodeslot=0x062C,
+ unicodeslot=0x62C,
},
- [0x062D]={
+ [0x62D]={
adobename="haharabic",
arabic="d",
category="lo",
description="ARABIC LETTER HAH",
direction="al",
linebreak="al",
- unicodeslot=0x062D,
+ unicodeslot=0x62D,
},
- [0x062E]={
+ [0x62E]={
adobename="khaharabic",
arabic="d",
category="lo",
description="ARABIC LETTER KHAH",
direction="al",
linebreak="al",
- unicodeslot=0x062E,
+ unicodeslot=0x62E,
},
- [0x062F]={
+ [0x62F]={
adobename="dalarabic",
arabic="r",
category="lo",
description="ARABIC LETTER DAL",
direction="al",
linebreak="al",
- unicodeslot=0x062F,
+ unicodeslot=0x62F,
},
- [0x0630]={
+ [0x630]={
adobename="thalarabic",
arabic="r",
category="lo",
description="ARABIC LETTER THAL",
direction="al",
linebreak="al",
- unicodeslot=0x0630,
+ unicodeslot=0x630,
},
- [0x0631]={
+ [0x631]={
adobename="rehyehaleflamarabic",
arabic="r",
category="lo",
description="ARABIC LETTER REH",
direction="al",
linebreak="al",
- unicodeslot=0x0631,
+ unicodeslot=0x631,
},
- [0x0632]={
+ [0x632]={
adobename="zainarabic",
arabic="r",
category="lo",
description="ARABIC LETTER ZAIN",
direction="al",
linebreak="al",
- unicodeslot=0x0632,
+ unicodeslot=0x632,
},
- [0x0633]={
+ [0x633]={
adobename="seenarabic",
arabic="d",
category="lo",
description="ARABIC LETTER SEEN",
direction="al",
linebreak="al",
- unicodeslot=0x0633,
+ unicodeslot=0x633,
},
- [0x0634]={
+ [0x634]={
adobename="sheenarabic",
arabic="d",
category="lo",
description="ARABIC LETTER SHEEN",
direction="al",
linebreak="al",
- unicodeslot=0x0634,
+ unicodeslot=0x634,
},
- [0x0635]={
+ [0x635]={
adobename="sadarabic",
arabic="d",
category="lo",
description="ARABIC LETTER SAD",
direction="al",
linebreak="al",
- unicodeslot=0x0635,
+ unicodeslot=0x635,
},
- [0x0636]={
+ [0x636]={
adobename="dadarabic",
arabic="d",
category="lo",
description="ARABIC LETTER DAD",
direction="al",
linebreak="al",
- unicodeslot=0x0636,
+ unicodeslot=0x636,
},
- [0x0637]={
+ [0x637]={
adobename="taharabic",
arabic="d",
category="lo",
description="ARABIC LETTER TAH",
direction="al",
linebreak="al",
- unicodeslot=0x0637,
+ unicodeslot=0x637,
},
- [0x0638]={
+ [0x638]={
adobename="zaharabic",
arabic="d",
category="lo",
description="ARABIC LETTER ZAH",
direction="al",
linebreak="al",
- unicodeslot=0x0638,
+ unicodeslot=0x638,
},
- [0x0639]={
+ [0x639]={
adobename="ainarabic",
arabic="d",
category="lo",
description="ARABIC LETTER AIN",
direction="al",
linebreak="al",
- unicodeslot=0x0639,
+ unicodeslot=0x639,
},
- [0x063A]={
+ [0x63A]={
adobename="ghainarabic",
arabic="d",
category="lo",
description="ARABIC LETTER GHAIN",
direction="al",
linebreak="al",
- unicodeslot=0x063A,
+ unicodeslot=0x63A,
},
- [0x063B]={
+ [0x63B]={
arabic="d",
category="lo",
description="ARABIC LETTER KEHEH WITH TWO DOTS ABOVE",
direction="al",
linebreak="al",
- unicodeslot=0x063B,
+ unicodeslot=0x63B,
},
- [0x063C]={
+ [0x63C]={
arabic="d",
category="lo",
description="ARABIC LETTER KEHEH WITH THREE DOTS BELOW",
direction="al",
linebreak="al",
- unicodeslot=0x063C,
+ unicodeslot=0x63C,
},
- [0x063D]={
+ [0x63D]={
arabic="d",
category="lo",
description="ARABIC LETTER FARSI YEH WITH INVERTED V",
direction="al",
linebreak="al",
- unicodeslot=0x063D,
+ unicodeslot=0x63D,
},
- [0x063E]={
+ [0x63E]={
arabic="d",
category="lo",
description="ARABIC LETTER FARSI YEH WITH TWO DOTS ABOVE",
direction="al",
linebreak="al",
- unicodeslot=0x063E,
+ unicodeslot=0x63E,
},
- [0x063F]={
+ [0x63F]={
arabic="d",
category="lo",
description="ARABIC LETTER FARSI YEH WITH THREE DOTS ABOVE",
direction="al",
linebreak="al",
- unicodeslot=0x063F,
+ unicodeslot=0x63F,
},
- [0x0640]={
+ [0x640]={
adobename="tatweelarabic",
arabic="c",
category="lm",
description="ARABIC TATWEEL",
direction="al",
linebreak="al",
- unicodeslot=0x0640,
+ unicodeslot=0x640,
},
- [0x0641]={
+ [0x641]={
adobename="feharabic",
arabic="d",
category="lo",
description="ARABIC LETTER FEH",
direction="al",
linebreak="al",
- unicodeslot=0x0641,
+ unicodeslot=0x641,
},
- [0x0642]={
+ [0x642]={
adobename="qafarabic",
arabic="d",
category="lo",
description="ARABIC LETTER QAF",
direction="al",
linebreak="al",
- unicodeslot=0x0642,
+ unicodeslot=0x642,
},
- [0x0643]={
+ [0x643]={
adobename="kafarabic",
arabic="d",
category="lo",
description="ARABIC LETTER KAF",
direction="al",
linebreak="al",
- unicodeslot=0x0643,
+ unicodeslot=0x643,
},
- [0x0644]={
+ [0x644]={
adobename="lamarabic",
arabic="d",
category="lo",
description="ARABIC LETTER LAM",
direction="al",
linebreak="al",
- unicodeslot=0x0644,
+ unicodeslot=0x644,
},
- [0x0645]={
+ [0x645]={
adobename="meemarabic",
arabic="d",
category="lo",
description="ARABIC LETTER MEEM",
direction="al",
linebreak="al",
- unicodeslot=0x0645,
+ unicodeslot=0x645,
},
- [0x0646]={
+ [0x646]={
adobename="noonarabic",
arabic="d",
category="lo",
description="ARABIC LETTER NOON",
direction="al",
linebreak="al",
- unicodeslot=0x0646,
+ unicodeslot=0x646,
},
- [0x0647]={
+ [0x647]={
adobename="heharabic",
arabic="d",
category="lo",
description="ARABIC LETTER HEH",
direction="al",
linebreak="al",
- unicodeslot=0x0647,
+ unicodeslot=0x647,
},
- [0x0648]={
+ [0x648]={
adobename="wawarabic",
arabic="r",
category="lo",
description="ARABIC LETTER WAW",
direction="al",
linebreak="al",
- unicodeslot=0x0648,
+ unicodeslot=0x648,
},
- [0x0649]={
+ [0x649]={
adobename="alefmaksuraarabic",
arabic="d",
category="lo",
description="ARABIC LETTER ALEF MAKSURA",
direction="al",
linebreak="al",
- unicodeslot=0x0649,
+ unicodeslot=0x649,
},
- [0x064A]={
+ [0x64A]={
adobename="yeharabic",
arabic="d",
category="lo",
description="ARABIC LETTER YEH",
direction="al",
linebreak="al",
- unicodeslot=0x064A,
+ unicodeslot=0x64A,
},
- [0x064B]={
+ [0x64B]={
adobename="fathatanarabic",
category="mn",
+ combining=0x1B,
description="ARABIC FATHATAN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x064B,
+ unicodeslot=0x64B,
},
- [0x064C]={
+ [0x64C]={
adobename="dammatanarabic",
category="mn",
+ combining=0x1C,
description="ARABIC DAMMATAN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x064C,
+ unicodeslot=0x64C,
},
- [0x064D]={
+ [0x64D]={
adobename="kasratanarabic",
category="mn",
+ combining=0x1D,
description="ARABIC KASRATAN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x064D,
+ unicodeslot=0x64D,
},
- [0x064E]={
+ [0x64E]={
adobename="fathalowarabic",
category="mn",
+ combining=0x1E,
description="ARABIC FATHA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x064E,
+ unicodeslot=0x64E,
},
- [0x064F]={
+ [0x64F]={
adobename="dammalowarabic",
category="mn",
+ combining=0x1F,
description="ARABIC DAMMA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x064F,
+ unicodeslot=0x64F,
},
- [0x0650]={
+ [0x650]={
adobename="kasraarabic",
category="mn",
+ combining=0x20,
description="ARABIC KASRA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0650,
+ unicodeslot=0x650,
},
- [0x0651]={
+ [0x651]={
adobename="shaddafathatanarabic",
category="mn",
+ combining=0x21,
description="ARABIC SHADDA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0651,
+ unicodeslot=0x651,
},
- [0x0652]={
+ [0x652]={
adobename="sukunarabic",
category="mn",
+ combining=0x22,
description="ARABIC SUKUN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0652,
+ unicodeslot=0x652,
},
- [0x0653]={
+ [0x653]={
category="mn",
+ combining=0xE6,
description="ARABIC MADDAH ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0653,
+ unicodeslot=0x653,
},
- [0x0654]={
+ [0x654]={
category="mn",
+ combining=0xE6,
description="ARABIC HAMZA ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0654,
+ unicodeslot=0x654,
},
- [0x0655]={
+ [0x655]={
category="mn",
+ combining=0xDC,
description="ARABIC HAMZA BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0655,
+ unicodeslot=0x655,
},
- [0x0656]={
+ [0x656]={
category="mn",
+ combining=0xDC,
description="ARABIC SUBSCRIPT ALEF",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0656,
+ unicodeslot=0x656,
},
- [0x0657]={
+ [0x657]={
category="mn",
+ combining=0xE6,
description="ARABIC INVERTED DAMMA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0657,
+ unicodeslot=0x657,
},
- [0x0658]={
+ [0x658]={
category="mn",
+ combining=0xE6,
description="ARABIC MARK NOON GHUNNA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0658,
+ unicodeslot=0x658,
},
- [0x0659]={
+ [0x659]={
category="mn",
+ combining=0xE6,
description="ARABIC ZWARAKAY",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0659,
+ unicodeslot=0x659,
},
- [0x065A]={
+ [0x65A]={
category="mn",
+ combining=0xE6,
description="ARABIC VOWEL SIGN SMALL V ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x065A,
+ unicodeslot=0x65A,
},
- [0x065B]={
+ [0x65B]={
category="mn",
+ combining=0xE6,
description="ARABIC VOWEL SIGN INVERTED SMALL V ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x065B,
+ unicodeslot=0x65B,
},
- [0x065C]={
+ [0x65C]={
category="mn",
+ combining=0xDC,
description="ARABIC VOWEL SIGN DOT BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x065C,
+ unicodeslot=0x65C,
},
- [0x065D]={
+ [0x65D]={
category="mn",
+ combining=0xE6,
description="ARABIC REVERSED DAMMA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x065D,
+ unicodeslot=0x65D,
},
- [0x065E]={
+ [0x65E]={
category="mn",
+ combining=0xE6,
description="ARABIC FATHA WITH TWO DOTS",
direction="nsm",
linebreak="cm",
- unicodeslot=0x065E,
+ unicodeslot=0x65E,
},
- [0x065F]={
+ [0x65F]={
category="mn",
+ combining=0xDC,
description="ARABIC WAVY HAMZA BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x065F,
+ unicodeslot=0x65F,
},
- [0x0660]={
+ [0x660]={
adobename="zerohackarabic",
category="nd",
description="ARABIC-INDIC DIGIT ZERO",
direction="an",
linebreak="nu",
- unicodeslot=0x0660,
+ unicodeslot=0x660,
},
- [0x0661]={
+ [0x661]={
adobename="onehackarabic",
category="nd",
description="ARABIC-INDIC DIGIT ONE",
direction="an",
linebreak="nu",
- unicodeslot=0x0661,
+ unicodeslot=0x661,
},
- [0x0662]={
+ [0x662]={
adobename="twohackarabic",
category="nd",
description="ARABIC-INDIC DIGIT TWO",
direction="an",
linebreak="nu",
- unicodeslot=0x0662,
+ unicodeslot=0x662,
},
- [0x0663]={
+ [0x663]={
adobename="threehackarabic",
category="nd",
description="ARABIC-INDIC DIGIT THREE",
direction="an",
linebreak="nu",
- unicodeslot=0x0663,
+ unicodeslot=0x663,
},
- [0x0664]={
+ [0x664]={
adobename="fourhackarabic",
category="nd",
description="ARABIC-INDIC DIGIT FOUR",
direction="an",
linebreak="nu",
- unicodeslot=0x0664,
+ unicodeslot=0x664,
},
- [0x0665]={
+ [0x665]={
adobename="fivehackarabic",
category="nd",
description="ARABIC-INDIC DIGIT FIVE",
direction="an",
linebreak="nu",
- unicodeslot=0x0665,
+ unicodeslot=0x665,
},
- [0x0666]={
+ [0x666]={
adobename="sixhackarabic",
category="nd",
description="ARABIC-INDIC DIGIT SIX",
direction="an",
linebreak="nu",
- unicodeslot=0x0666,
+ unicodeslot=0x666,
},
- [0x0667]={
+ [0x667]={
adobename="sevenhackarabic",
category="nd",
description="ARABIC-INDIC DIGIT SEVEN",
direction="an",
linebreak="nu",
- unicodeslot=0x0667,
+ unicodeslot=0x667,
},
- [0x0668]={
+ [0x668]={
adobename="eighthackarabic",
category="nd",
description="ARABIC-INDIC DIGIT EIGHT",
direction="an",
linebreak="nu",
- unicodeslot=0x0668,
+ unicodeslot=0x668,
},
- [0x0669]={
+ [0x669]={
adobename="ninehackarabic",
category="nd",
description="ARABIC-INDIC DIGIT NINE",
direction="an",
linebreak="nu",
- unicodeslot=0x0669,
+ unicodeslot=0x669,
},
- [0x066A]={
+ [0x66A]={
adobename="percentarabic",
category="po",
description="ARABIC PERCENT SIGN",
direction="et",
linebreak="po",
- unicodeslot=0x066A,
+ unicodeslot=0x66A,
},
- [0x066B]={
+ [0x66B]={
adobename="decimalseparatorpersian",
category="po",
description="ARABIC DECIMAL SEPARATOR",
direction="an",
linebreak="nu",
- unicodeslot=0x066B,
+ unicodeslot=0x66B,
},
- [0x066C]={
+ [0x66C]={
adobename="thousandsseparatorpersian",
category="po",
description="ARABIC THOUSANDS SEPARATOR",
direction="an",
linebreak="nu",
- unicodeslot=0x066C,
+ unicodeslot=0x66C,
},
- [0x066D]={
+ [0x66D]={
adobename="asteriskarabic",
category="po",
description="ARABIC FIVE POINTED STAR",
direction="al",
linebreak="al",
- unicodeslot=0x066D,
+ unicodeslot=0x66D,
},
- [0x066E]={
+ [0x66E]={
arabic="d",
category="lo",
description="ARABIC LETTER DOTLESS BEH",
direction="al",
linebreak="al",
- unicodeslot=0x066E,
+ unicodeslot=0x66E,
},
- [0x066F]={
+ [0x66F]={
arabic="d",
category="lo",
description="ARABIC LETTER DOTLESS QAF",
direction="al",
linebreak="al",
- unicodeslot=0x066F,
+ unicodeslot=0x66F,
},
- [0x0670]={
+ [0x670]={
category="mn",
+ combining=0x23,
description="ARABIC LETTER SUPERSCRIPT ALEF",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0670,
+ unicodeslot=0x670,
},
- [0x0671]={
+ [0x671]={
arabic="r",
category="lo",
description="ARABIC LETTER ALEF WASLA",
direction="al",
linebreak="al",
- unicodeslot=0x0671,
+ unicodeslot=0x671,
},
- [0x0672]={
+ [0x672]={
arabic="r",
category="lo",
description="ARABIC LETTER ALEF WITH WAVY HAMZA ABOVE",
direction="al",
linebreak="al",
- shcode=0x0627,
- unicodeslot=0x0672,
+ shcode=0x627,
+ unicodeslot=0x672,
},
- [0x0673]={
+ [0x673]={
arabic="r",
category="lo",
description="ARABIC LETTER ALEF WITH WAVY HAMZA BELOW",
direction="al",
linebreak="al",
- shcode=0x0627,
- unicodeslot=0x0673,
+ shcode=0x627,
+ unicodeslot=0x673,
},
- [0x0674]={
+ [0x674]={
arabic="u",
category="lo",
description="ARABIC LETTER HIGH HAMZA",
direction="al",
linebreak="al",
- unicodeslot=0x0674,
+ unicodeslot=0x674,
},
- [0x0675]={
+ [0x675]={
arabic="r",
category="lo",
description="ARABIC LETTER HIGH HAMZA ALEF",
direction="al",
linebreak="al",
- specials={ "compat", 0x0627, 0x0674 },
- unicodeslot=0x0675,
+ specials={ "compat", 0x627, 0x674 },
+ unicodeslot=0x675,
},
- [0x0676]={
+ [0x676]={
arabic="r",
category="lo",
description="ARABIC LETTER HIGH HAMZA WAW",
direction="al",
linebreak="al",
- specials={ "compat", 0x0648, 0x0674 },
- unicodeslot=0x0676,
+ specials={ "compat", 0x648, 0x674 },
+ unicodeslot=0x676,
},
- [0x0677]={
+ [0x677]={
arabic="r",
category="lo",
description="ARABIC LETTER U WITH HAMZA ABOVE",
direction="al",
linebreak="al",
- shcode=0x06C7,
- specials={ "compat", 0x06C7, 0x0674 },
- unicodeslot=0x0677,
+ shcode=0x6C7,
+ specials={ "compat", 0x6C7, 0x674 },
+ unicodeslot=0x677,
},
- [0x0678]={
+ [0x678]={
arabic="d",
category="lo",
description="ARABIC LETTER HIGH HAMZA YEH",
direction="al",
linebreak="al",
- specials={ "compat", 0x064A, 0x0674 },
- unicodeslot=0x0678,
+ specials={ "compat", 0x64A, 0x674 },
+ unicodeslot=0x678,
},
- [0x0679]={
+ [0x679]={
adobename="tteharabic",
arabic="d",
category="lo",
description="ARABIC LETTER TTEH",
direction="al",
linebreak="al",
- unicodeslot=0x0679,
+ unicodeslot=0x679,
},
- [0x067A]={
+ [0x67A]={
arabic="d",
category="lo",
description="ARABIC LETTER TTEHEH",
direction="al",
linebreak="al",
- unicodeslot=0x067A,
+ unicodeslot=0x67A,
},
- [0x067B]={
+ [0x67B]={
arabic="d",
category="lo",
description="ARABIC LETTER BEEH",
direction="al",
linebreak="al",
- unicodeslot=0x067B,
+ unicodeslot=0x67B,
},
- [0x067C]={
+ [0x67C]={
arabic="d",
category="lo",
description="ARABIC LETTER TEH WITH RING",
direction="al",
linebreak="al",
- shcode=0x062A,
- unicodeslot=0x067C,
+ shcode=0x62A,
+ unicodeslot=0x67C,
},
- [0x067D]={
+ [0x67D]={
arabic="d",
category="lo",
description="ARABIC LETTER TEH WITH THREE DOTS ABOVE DOWNWARDS",
direction="al",
linebreak="al",
- shcode=0x062A,
- unicodeslot=0x067D,
+ shcode=0x62A,
+ unicodeslot=0x67D,
},
- [0x067E]={
+ [0x67E]={
adobename="peharabic",
arabic="d",
category="lo",
description="ARABIC LETTER PEH",
direction="al",
linebreak="al",
- unicodeslot=0x067E,
+ unicodeslot=0x67E,
},
- [0x067F]={
+ [0x67F]={
arabic="d",
category="lo",
description="ARABIC LETTER TEHEH",
direction="al",
linebreak="al",
- unicodeslot=0x067F,
+ unicodeslot=0x67F,
},
- [0x0680]={
+ [0x680]={
arabic="d",
category="lo",
description="ARABIC LETTER BEHEH",
direction="al",
linebreak="al",
- unicodeslot=0x0680,
+ unicodeslot=0x680,
},
- [0x0681]={
+ [0x681]={
arabic="d",
category="lo",
description="ARABIC LETTER HAH WITH HAMZA ABOVE",
direction="al",
linebreak="al",
- shcode=0x062D,
- unicodeslot=0x0681,
+ shcode=0x62D,
+ unicodeslot=0x681,
},
- [0x0682]={
+ [0x682]={
arabic="d",
category="lo",
description="ARABIC LETTER HAH WITH TWO DOTS VERTICAL ABOVE",
direction="al",
linebreak="al",
- shcode=0x062D,
- unicodeslot=0x0682,
+ shcode=0x62D,
+ unicodeslot=0x682,
},
- [0x0683]={
+ [0x683]={
arabic="d",
category="lo",
description="ARABIC LETTER NYEH",
direction="al",
linebreak="al",
- unicodeslot=0x0683,
+ unicodeslot=0x683,
},
- [0x0684]={
+ [0x684]={
arabic="d",
category="lo",
description="ARABIC LETTER DYEH",
direction="al",
linebreak="al",
- unicodeslot=0x0684,
+ unicodeslot=0x684,
},
- [0x0685]={
+ [0x685]={
arabic="d",
category="lo",
description="ARABIC LETTER HAH WITH THREE DOTS ABOVE",
direction="al",
linebreak="al",
- shcode=0x062D,
- unicodeslot=0x0685,
+ shcode=0x62D,
+ unicodeslot=0x685,
},
- [0x0686]={
+ [0x686]={
adobename="tcheharabic",
arabic="d",
category="lo",
description="ARABIC LETTER TCHEH",
direction="al",
linebreak="al",
- unicodeslot=0x0686,
+ unicodeslot=0x686,
},
- [0x0687]={
+ [0x687]={
arabic="d",
category="lo",
description="ARABIC LETTER TCHEHEH",
direction="al",
linebreak="al",
- unicodeslot=0x0687,
+ unicodeslot=0x687,
},
- [0x0688]={
+ [0x688]={
adobename="ddalarabic",
arabic="r",
category="lo",
description="ARABIC LETTER DDAL",
direction="al",
linebreak="al",
- unicodeslot=0x0688,
+ unicodeslot=0x688,
},
- [0x0689]={
+ [0x689]={
arabic="r",
category="lo",
description="ARABIC LETTER DAL WITH RING",
direction="al",
linebreak="al",
- shcode=0x062F,
- unicodeslot=0x0689,
+ shcode=0x62F,
+ unicodeslot=0x689,
},
- [0x068A]={
+ [0x68A]={
arabic="r",
category="lo",
description="ARABIC LETTER DAL WITH DOT BELOW",
direction="al",
linebreak="al",
- shcode=0x062F,
- unicodeslot=0x068A,
+ shcode=0x62F,
+ unicodeslot=0x68A,
},
- [0x068B]={
+ [0x68B]={
arabic="r",
category="lo",
description="ARABIC LETTER DAL WITH DOT BELOW AND SMALL TAH",
direction="al",
linebreak="al",
- shcode=0x062F,
- unicodeslot=0x068B,
+ shcode=0x62F,
+ unicodeslot=0x68B,
},
- [0x068C]={
+ [0x68C]={
arabic="r",
category="lo",
description="ARABIC LETTER DAHAL",
direction="al",
linebreak="al",
- unicodeslot=0x068C,
+ unicodeslot=0x68C,
},
- [0x068D]={
+ [0x68D]={
arabic="r",
category="lo",
description="ARABIC LETTER DDAHAL",
direction="al",
linebreak="al",
- unicodeslot=0x068D,
+ unicodeslot=0x68D,
},
- [0x068E]={
+ [0x68E]={
arabic="r",
category="lo",
description="ARABIC LETTER DUL",
direction="al",
linebreak="al",
- unicodeslot=0x068E,
+ unicodeslot=0x68E,
},
- [0x068F]={
+ [0x68F]={
arabic="r",
category="lo",
description="ARABIC LETTER DAL WITH THREE DOTS ABOVE DOWNWARDS",
direction="al",
linebreak="al",
- shcode=0x062F,
- unicodeslot=0x068F,
+ shcode=0x62F,
+ unicodeslot=0x68F,
},
- [0x0690]={
+ [0x690]={
arabic="r",
category="lo",
description="ARABIC LETTER DAL WITH FOUR DOTS ABOVE",
direction="al",
linebreak="al",
- shcode=0x062F,
- unicodeslot=0x0690,
+ shcode=0x62F,
+ unicodeslot=0x690,
},
- [0x0691]={
+ [0x691]={
adobename="rreharabic",
arabic="r",
category="lo",
description="ARABIC LETTER RREH",
direction="al",
linebreak="al",
- unicodeslot=0x0691,
+ unicodeslot=0x691,
},
- [0x0692]={
+ [0x692]={
arabic="r",
category="lo",
description="ARABIC LETTER REH WITH SMALL V",
direction="al",
linebreak="al",
- shcode=0x0631,
- unicodeslot=0x0692,
+ shcode=0x631,
+ unicodeslot=0x692,
},
- [0x0693]={
+ [0x693]={
arabic="r",
category="lo",
description="ARABIC LETTER REH WITH RING",
direction="al",
linebreak="al",
- shcode=0x0631,
- unicodeslot=0x0693,
+ shcode=0x631,
+ unicodeslot=0x693,
},
- [0x0694]={
+ [0x694]={
arabic="r",
category="lo",
description="ARABIC LETTER REH WITH DOT BELOW",
direction="al",
linebreak="al",
- shcode=0x0631,
- unicodeslot=0x0694,
+ shcode=0x631,
+ unicodeslot=0x694,
},
- [0x0695]={
+ [0x695]={
arabic="r",
category="lo",
description="ARABIC LETTER REH WITH SMALL V BELOW",
direction="al",
linebreak="al",
- shcode=0x0631,
- unicodeslot=0x0695,
+ shcode=0x631,
+ unicodeslot=0x695,
},
- [0x0696]={
+ [0x696]={
arabic="r",
category="lo",
description="ARABIC LETTER REH WITH DOT BELOW AND DOT ABOVE",
direction="al",
linebreak="al",
- shcode=0x0631,
- unicodeslot=0x0696,
+ shcode=0x631,
+ unicodeslot=0x696,
},
- [0x0697]={
+ [0x697]={
arabic="r",
category="lo",
description="ARABIC LETTER REH WITH TWO DOTS ABOVE",
direction="al",
linebreak="al",
- shcode=0x0631,
- unicodeslot=0x0697,
+ shcode=0x631,
+ unicodeslot=0x697,
},
- [0x0698]={
+ [0x698]={
adobename="jeharabic",
arabic="r",
category="lo",
description="ARABIC LETTER JEH",
direction="al",
linebreak="al",
- unicodeslot=0x0698,
+ unicodeslot=0x698,
},
- [0x0699]={
+ [0x699]={
arabic="r",
category="lo",
description="ARABIC LETTER REH WITH FOUR DOTS ABOVE",
direction="al",
linebreak="al",
- shcode=0x0631,
- unicodeslot=0x0699,
+ shcode=0x631,
+ unicodeslot=0x699,
},
- [0x069A]={
+ [0x69A]={
arabic="d",
category="lo",
description="ARABIC LETTER SEEN WITH DOT BELOW AND DOT ABOVE",
direction="al",
linebreak="al",
- shcode=0x0633,
- unicodeslot=0x069A,
+ shcode=0x633,
+ unicodeslot=0x69A,
},
- [0x069B]={
+ [0x69B]={
arabic="d",
category="lo",
description="ARABIC LETTER SEEN WITH THREE DOTS BELOW",
direction="al",
linebreak="al",
- shcode=0x0633,
- unicodeslot=0x069B,
+ shcode=0x633,
+ unicodeslot=0x69B,
},
- [0x069C]={
+ [0x69C]={
arabic="d",
category="lo",
description="ARABIC LETTER SEEN WITH THREE DOTS BELOW AND THREE DOTS ABOVE",
direction="al",
linebreak="al",
- shcode=0x0633,
- unicodeslot=0x069C,
+ shcode=0x633,
+ unicodeslot=0x69C,
},
- [0x069D]={
+ [0x69D]={
arabic="d",
category="lo",
description="ARABIC LETTER SAD WITH TWO DOTS BELOW",
direction="al",
linebreak="al",
- shcode=0x0635,
- unicodeslot=0x069D,
+ shcode=0x635,
+ unicodeslot=0x69D,
},
- [0x069E]={
+ [0x69E]={
arabic="d",
category="lo",
description="ARABIC LETTER SAD WITH THREE DOTS ABOVE",
direction="al",
linebreak="al",
- shcode=0x0635,
- unicodeslot=0x069E,
+ shcode=0x635,
+ unicodeslot=0x69E,
},
- [0x069F]={
+ [0x69F]={
arabic="d",
category="lo",
description="ARABIC LETTER TAH WITH THREE DOTS ABOVE",
direction="al",
linebreak="al",
- shcode=0x0637,
- unicodeslot=0x069F,
+ shcode=0x637,
+ unicodeslot=0x69F,
},
- [0x06A0]={
+ [0x6A0]={
arabic="d",
category="lo",
description="ARABIC LETTER AIN WITH THREE DOTS ABOVE",
direction="al",
linebreak="al",
- shcode=0x0639,
- unicodeslot=0x06A0,
+ shcode=0x639,
+ unicodeslot=0x6A0,
},
- [0x06A1]={
+ [0x6A1]={
arabic="d",
category="lo",
description="ARABIC LETTER DOTLESS FEH",
direction="al",
linebreak="al",
- unicodeslot=0x06A1,
+ unicodeslot=0x6A1,
},
- [0x06A2]={
+ [0x6A2]={
arabic="d",
category="lo",
description="ARABIC LETTER FEH WITH DOT MOVED BELOW",
direction="al",
linebreak="al",
- shcode=0x0641,
- unicodeslot=0x06A2,
+ shcode=0x641,
+ unicodeslot=0x6A2,
},
- [0x06A3]={
+ [0x6A3]={
arabic="d",
category="lo",
description="ARABIC LETTER FEH WITH DOT BELOW",
direction="al",
linebreak="al",
- shcode=0x0641,
- unicodeslot=0x06A3,
+ shcode=0x641,
+ unicodeslot=0x6A3,
},
- [0x06A4]={
+ [0x6A4]={
adobename="veharabic",
arabic="d",
category="lo",
description="ARABIC LETTER VEH",
direction="al",
linebreak="al",
- unicodeslot=0x06A4,
+ unicodeslot=0x6A4,
},
- [0x06A5]={
+ [0x6A5]={
arabic="d",
category="lo",
description="ARABIC LETTER FEH WITH THREE DOTS BELOW",
direction="al",
linebreak="al",
- shcode=0x0641,
- unicodeslot=0x06A5,
+ shcode=0x641,
+ unicodeslot=0x6A5,
},
- [0x06A6]={
+ [0x6A6]={
arabic="d",
category="lo",
description="ARABIC LETTER PEHEH",
direction="al",
linebreak="al",
- unicodeslot=0x06A6,
+ unicodeslot=0x6A6,
},
- [0x06A7]={
+ [0x6A7]={
arabic="d",
category="lo",
description="ARABIC LETTER QAF WITH DOT ABOVE",
direction="al",
linebreak="al",
- shcode=0x0642,
- unicodeslot=0x06A7,
+ shcode=0x642,
+ unicodeslot=0x6A7,
},
- [0x06A8]={
+ [0x6A8]={
arabic="d",
category="lo",
description="ARABIC LETTER QAF WITH THREE DOTS ABOVE",
direction="al",
linebreak="al",
- shcode=0x0642,
- unicodeslot=0x06A8,
+ shcode=0x642,
+ unicodeslot=0x6A8,
},
- [0x06A9]={
+ [0x6A9]={
arabic="d",
category="lo",
description="ARABIC LETTER KEHEH",
direction="al",
linebreak="al",
- unicodeslot=0x06A9,
+ unicodeslot=0x6A9,
},
- [0x06AA]={
+ [0x6AA]={
arabic="d",
category="lo",
description="ARABIC LETTER SWASH KAF",
direction="al",
linebreak="al",
- unicodeslot=0x06AA,
+ unicodeslot=0x6AA,
},
- [0x06AB]={
+ [0x6AB]={
arabic="d",
category="lo",
description="ARABIC LETTER KAF WITH RING",
direction="al",
linebreak="al",
- shcode=0x0643,
- unicodeslot=0x06AB,
+ shcode=0x643,
+ unicodeslot=0x6AB,
},
- [0x06AC]={
+ [0x6AC]={
arabic="d",
category="lo",
description="ARABIC LETTER KAF WITH DOT ABOVE",
direction="al",
linebreak="al",
- shcode=0x0643,
- unicodeslot=0x06AC,
+ shcode=0x643,
+ unicodeslot=0x6AC,
},
- [0x06AD]={
+ [0x6AD]={
arabic="d",
category="lo",
description="ARABIC LETTER NG",
direction="al",
linebreak="al",
- unicodeslot=0x06AD,
+ unicodeslot=0x6AD,
},
- [0x06AE]={
+ [0x6AE]={
arabic="d",
category="lo",
description="ARABIC LETTER KAF WITH THREE DOTS BELOW",
direction="al",
linebreak="al",
- shcode=0x0643,
- unicodeslot=0x06AE,
+ shcode=0x643,
+ unicodeslot=0x6AE,
},
- [0x06AF]={
+ [0x6AF]={
adobename="gafarabic",
arabic="d",
category="lo",
description="ARABIC LETTER GAF",
direction="al",
linebreak="al",
- unicodeslot=0x06AF,
+ unicodeslot=0x6AF,
},
- [0x06B0]={
+ [0x6B0]={
arabic="d",
category="lo",
description="ARABIC LETTER GAF WITH RING",
direction="al",
linebreak="al",
- shcode=0x06AF,
- unicodeslot=0x06B0,
+ shcode=0x6AF,
+ unicodeslot=0x6B0,
},
- [0x06B1]={
+ [0x6B1]={
arabic="d",
category="lo",
description="ARABIC LETTER NGOEH",
direction="al",
linebreak="al",
- unicodeslot=0x06B1,
+ unicodeslot=0x6B1,
},
- [0x06B2]={
+ [0x6B2]={
arabic="d",
category="lo",
description="ARABIC LETTER GAF WITH TWO DOTS BELOW",
direction="al",
linebreak="al",
- shcode=0x06AF,
- unicodeslot=0x06B2,
+ shcode=0x6AF,
+ unicodeslot=0x6B2,
},
- [0x06B3]={
+ [0x6B3]={
arabic="d",
category="lo",
description="ARABIC LETTER GUEH",
direction="al",
linebreak="al",
- unicodeslot=0x06B3,
+ unicodeslot=0x6B3,
},
- [0x06B4]={
+ [0x6B4]={
arabic="d",
category="lo",
description="ARABIC LETTER GAF WITH THREE DOTS ABOVE",
direction="al",
linebreak="al",
- shcode=0x06AF,
- unicodeslot=0x06B4,
+ shcode=0x6AF,
+ unicodeslot=0x6B4,
},
- [0x06B5]={
+ [0x6B5]={
arabic="d",
category="lo",
description="ARABIC LETTER LAM WITH SMALL V",
direction="al",
linebreak="al",
- shcode=0x0644,
- unicodeslot=0x06B5,
+ shcode=0x644,
+ unicodeslot=0x6B5,
},
- [0x06B6]={
+ [0x6B6]={
arabic="d",
category="lo",
description="ARABIC LETTER LAM WITH DOT ABOVE",
direction="al",
linebreak="al",
- shcode=0x0644,
- unicodeslot=0x06B6,
+ shcode=0x644,
+ unicodeslot=0x6B6,
},
- [0x06B7]={
+ [0x6B7]={
arabic="d",
category="lo",
description="ARABIC LETTER LAM WITH THREE DOTS ABOVE",
direction="al",
linebreak="al",
- shcode=0x0644,
- unicodeslot=0x06B7,
+ shcode=0x644,
+ unicodeslot=0x6B7,
},
- [0x06B8]={
+ [0x6B8]={
arabic="d",
category="lo",
description="ARABIC LETTER LAM WITH THREE DOTS BELOW",
direction="al",
linebreak="al",
- shcode=0x0644,
- unicodeslot=0x06B8,
+ shcode=0x644,
+ unicodeslot=0x6B8,
},
- [0x06B9]={
+ [0x6B9]={
arabic="d",
category="lo",
description="ARABIC LETTER NOON WITH DOT BELOW",
direction="al",
linebreak="al",
- shcode=0x0646,
- unicodeslot=0x06B9,
+ shcode=0x646,
+ unicodeslot=0x6B9,
},
- [0x06BA]={
+ [0x6BA]={
adobename="noonghunnaarabic",
arabic="d",
category="lo",
description="ARABIC LETTER NOON GHUNNA",
direction="al",
linebreak="al",
- unicodeslot=0x06BA,
+ unicodeslot=0x6BA,
},
- [0x06BB]={
+ [0x6BB]={
arabic="d",
category="lo",
description="ARABIC LETTER RNOON",
direction="al",
linebreak="al",
- unicodeslot=0x06BB,
+ unicodeslot=0x6BB,
},
- [0x06BC]={
+ [0x6BC]={
arabic="d",
category="lo",
description="ARABIC LETTER NOON WITH RING",
direction="al",
linebreak="al",
- shcode=0x0646,
- unicodeslot=0x06BC,
+ shcode=0x646,
+ unicodeslot=0x6BC,
},
- [0x06BD]={
+ [0x6BD]={
arabic="d",
category="lo",
description="ARABIC LETTER NOON WITH THREE DOTS ABOVE",
direction="al",
linebreak="al",
- shcode=0x0646,
- unicodeslot=0x06BD,
+ shcode=0x646,
+ unicodeslot=0x6BD,
},
- [0x06BE]={
+ [0x6BE]={
arabic="d",
category="lo",
description="ARABIC LETTER HEH DOACHASHMEE",
direction="al",
linebreak="al",
- unicodeslot=0x06BE,
+ unicodeslot=0x6BE,
},
- [0x06BF]={
+ [0x6BF]={
arabic="d",
category="lo",
description="ARABIC LETTER TCHEH WITH DOT ABOVE",
direction="al",
linebreak="al",
- shcode=0x0686,
- unicodeslot=0x06BF,
+ shcode=0x686,
+ unicodeslot=0x6BF,
},
- [0x06C0]={
+ [0x6C0]={
arabic="r",
category="lo",
description="ARABIC LETTER HEH WITH YEH ABOVE",
direction="al",
linebreak="al",
- shcode=0x0647,
- specials={ "char", 0x06D5, 0x0654 },
- unicodeslot=0x06C0,
+ shcode=0x647,
+ specials={ "char", 0x6D5, 0x654 },
+ unicodeslot=0x6C0,
},
- [0x06C1]={
+ [0x6C1]={
adobename="hehaltonearabic",
arabic="d",
category="lo",
description="ARABIC LETTER HEH GOAL",
direction="al",
linebreak="al",
- unicodeslot=0x06C1,
+ unicodeslot=0x6C1,
},
- [0x06C2]={
+ [0x6C2]={
arabic="d",
category="lo",
description="ARABIC LETTER HEH GOAL WITH HAMZA ABOVE",
direction="al",
linebreak="al",
- specials={ "char", 0x06C1, 0x0654 },
- unicodeslot=0x06C2,
+ specials={ "char", 0x6C1, 0x654 },
+ unicodeslot=0x6C2,
},
- [0x06C3]={
+ [0x6C3]={
arabic="r",
category="lo",
description="ARABIC LETTER TEH MARBUTA GOAL",
direction="al",
linebreak="al",
- unicodeslot=0x06C3,
+ unicodeslot=0x6C3,
},
- [0x06C4]={
+ [0x6C4]={
arabic="r",
category="lo",
description="ARABIC LETTER WAW WITH RING",
direction="al",
linebreak="al",
- shcode=0x0648,
- unicodeslot=0x06C4,
+ shcode=0x648,
+ unicodeslot=0x6C4,
},
- [0x06C5]={
+ [0x6C5]={
arabic="r",
category="lo",
description="ARABIC LETTER KIRGHIZ OE",
direction="al",
linebreak="al",
- unicodeslot=0x06C5,
+ unicodeslot=0x6C5,
},
- [0x06C6]={
+ [0x6C6]={
arabic="r",
category="lo",
description="ARABIC LETTER OE",
direction="al",
linebreak="al",
- unicodeslot=0x06C6,
+ unicodeslot=0x6C6,
},
- [0x06C7]={
+ [0x6C7]={
arabic="r",
category="lo",
description="ARABIC LETTER U",
direction="al",
linebreak="al",
- unicodeslot=0x06C7,
+ unicodeslot=0x6C7,
},
- [0x06C8]={
+ [0x6C8]={
arabic="r",
category="lo",
description="ARABIC LETTER YU",
direction="al",
linebreak="al",
- unicodeslot=0x06C8,
+ unicodeslot=0x6C8,
},
- [0x06C9]={
+ [0x6C9]={
arabic="r",
category="lo",
description="ARABIC LETTER KIRGHIZ YU",
direction="al",
linebreak="al",
- unicodeslot=0x06C9,
+ unicodeslot=0x6C9,
},
- [0x06CA]={
+ [0x6CA]={
arabic="r",
category="lo",
description="ARABIC LETTER WAW WITH TWO DOTS ABOVE",
direction="al",
linebreak="al",
- shcode=0x0648,
- unicodeslot=0x06CA,
+ shcode=0x648,
+ unicodeslot=0x6CA,
},
- [0x06CB]={
+ [0x6CB]={
arabic="r",
category="lo",
description="ARABIC LETTER VE",
direction="al",
linebreak="al",
- unicodeslot=0x06CB,
+ unicodeslot=0x6CB,
},
- [0x06CC]={
+ [0x6CC]={
arabic="d",
category="lo",
description="ARABIC LETTER FARSI YEH",
direction="al",
linebreak="al",
- unicodeslot=0x06CC,
+ unicodeslot=0x6CC,
},
- [0x06CD]={
+ [0x6CD]={
arabic="r",
category="lo",
description="ARABIC LETTER YEH WITH TAIL",
direction="al",
linebreak="al",
- shcode=0x064A,
- unicodeslot=0x06CD,
+ shcode=0x64A,
+ unicodeslot=0x6CD,
},
- [0x06CE]={
+ [0x6CE]={
arabic="d",
category="lo",
description="ARABIC LETTER YEH WITH SMALL V",
direction="al",
linebreak="al",
- shcode=0x064A,
- unicodeslot=0x06CE,
+ shcode=0x64A,
+ unicodeslot=0x6CE,
},
- [0x06CF]={
+ [0x6CF]={
arabic="r",
category="lo",
description="ARABIC LETTER WAW WITH DOT ABOVE",
direction="al",
linebreak="al",
- shcode=0x0648,
- unicodeslot=0x06CF,
+ shcode=0x648,
+ unicodeslot=0x6CF,
},
- [0x06D0]={
+ [0x6D0]={
arabic="d",
category="lo",
description="ARABIC LETTER E",
direction="al",
linebreak="al",
- unicodeslot=0x06D0,
+ unicodeslot=0x6D0,
},
- [0x06D1]={
+ [0x6D1]={
adobename="yehthreedotsbelowarabic",
arabic="d",
category="lo",
description="ARABIC LETTER YEH WITH THREE DOTS BELOW",
direction="al",
linebreak="al",
- shcode=0x064A,
- unicodeslot=0x06D1,
+ shcode=0x64A,
+ unicodeslot=0x6D1,
},
- [0x06D2]={
+ [0x6D2]={
adobename="yehbarreearabic",
arabic="r",
category="lo",
description="ARABIC LETTER YEH BARREE",
direction="al",
linebreak="al",
- unicodeslot=0x06D2,
+ unicodeslot=0x6D2,
},
- [0x06D3]={
+ [0x6D3]={
arabic="r",
category="lo",
description="ARABIC LETTER YEH BARREE WITH HAMZA ABOVE",
direction="al",
linebreak="al",
- specials={ "char", 0x06D2, 0x0654 },
- unicodeslot=0x06D3,
+ specials={ "char", 0x6D2, 0x654 },
+ unicodeslot=0x6D3,
},
- [0x06D4]={
+ [0x6D4]={
category="po",
description="ARABIC FULL STOP",
direction="al",
linebreak="ex",
- unicodeslot=0x06D4,
+ unicodeslot=0x6D4,
},
- [0x06D5]={
+ [0x6D5]={
adobename="afii57534",
arabic="r",
category="lo",
description="ARABIC LETTER AE",
direction="al",
linebreak="al",
- unicodeslot=0x06D5,
+ unicodeslot=0x6D5,
},
- [0x06D6]={
+ [0x6D6]={
category="mn",
+ combining=0xE6,
description="ARABIC SMALL HIGH LIGATURE SAD WITH LAM WITH ALEF MAKSURA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x06D6,
+ unicodeslot=0x6D6,
},
- [0x06D7]={
+ [0x6D7]={
category="mn",
+ combining=0xE6,
description="ARABIC SMALL HIGH LIGATURE QAF WITH LAM WITH ALEF MAKSURA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x06D7,
+ unicodeslot=0x6D7,
},
- [0x06D8]={
+ [0x6D8]={
category="mn",
+ combining=0xE6,
description="ARABIC SMALL HIGH MEEM INITIAL FORM",
direction="nsm",
linebreak="cm",
- unicodeslot=0x06D8,
+ unicodeslot=0x6D8,
},
- [0x06D9]={
+ [0x6D9]={
category="mn",
+ combining=0xE6,
description="ARABIC SMALL HIGH LAM ALEF",
direction="nsm",
linebreak="cm",
- unicodeslot=0x06D9,
+ unicodeslot=0x6D9,
},
- [0x06DA]={
+ [0x6DA]={
category="mn",
+ combining=0xE6,
description="ARABIC SMALL HIGH JEEM",
direction="nsm",
linebreak="cm",
- unicodeslot=0x06DA,
+ unicodeslot=0x6DA,
},
- [0x06DB]={
+ [0x6DB]={
category="mn",
+ combining=0xE6,
description="ARABIC SMALL HIGH THREE DOTS",
direction="nsm",
linebreak="cm",
- unicodeslot=0x06DB,
+ unicodeslot=0x6DB,
},
- [0x06DC]={
+ [0x6DC]={
category="mn",
+ combining=0xE6,
description="ARABIC SMALL HIGH SEEN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x06DC,
+ unicodeslot=0x6DC,
},
- [0x06DD]={
+ [0x6DD]={
arabic="u",
category="cf",
description="ARABIC END OF AYAH",
direction="an",
linebreak="al",
- unicodeslot=0x06DD,
+ unicodeslot=0x6DD,
visible="yes",
},
- [0x06DE]={
+ [0x6DE]={
category="me",
description="ARABIC START OF RUB EL HIZB",
direction="on",
linebreak="al",
- unicodeslot=0x06DE,
+ unicodeslot=0x6DE,
},
- [0x06DF]={
+ [0x6DF]={
category="mn",
+ combining=0xE6,
description="ARABIC SMALL HIGH ROUNDED ZERO",
direction="nsm",
linebreak="cm",
- unicodeslot=0x06DF,
+ unicodeslot=0x6DF,
},
- [0x06E0]={
+ [0x6E0]={
category="mn",
+ combining=0xE6,
description="ARABIC SMALL HIGH UPRIGHT RECTANGULAR ZERO",
direction="nsm",
linebreak="cm",
- unicodeslot=0x06E0,
+ unicodeslot=0x6E0,
},
- [0x06E1]={
+ [0x6E1]={
category="mn",
+ combining=0xE6,
description="ARABIC SMALL HIGH DOTLESS HEAD OF KHAH",
direction="nsm",
linebreak="cm",
- unicodeslot=0x06E1,
+ unicodeslot=0x6E1,
},
- [0x06E2]={
+ [0x6E2]={
category="mn",
+ combining=0xE6,
description="ARABIC SMALL HIGH MEEM ISOLATED FORM",
direction="nsm",
linebreak="cm",
- unicodeslot=0x06E2,
+ unicodeslot=0x6E2,
},
- [0x06E3]={
+ [0x6E3]={
category="mn",
+ combining=0xDC,
description="ARABIC SMALL LOW SEEN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x06E3,
+ unicodeslot=0x6E3,
},
- [0x06E4]={
+ [0x6E4]={
category="mn",
+ combining=0xE6,
description="ARABIC SMALL HIGH MADDA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x06E4,
+ unicodeslot=0x6E4,
},
- [0x06E5]={
+ [0x6E5]={
category="lm",
description="ARABIC SMALL WAW",
direction="al",
linebreak="al",
- unicodeslot=0x06E5,
+ unicodeslot=0x6E5,
},
- [0x06E6]={
+ [0x6E6]={
category="lm",
description="ARABIC SMALL YEH",
direction="al",
linebreak="al",
- unicodeslot=0x06E6,
+ unicodeslot=0x6E6,
},
- [0x06E7]={
+ [0x6E7]={
category="mn",
+ combining=0xE6,
description="ARABIC SMALL HIGH YEH",
direction="nsm",
linebreak="cm",
- unicodeslot=0x06E7,
+ unicodeslot=0x6E7,
},
- [0x06E8]={
+ [0x6E8]={
category="mn",
+ combining=0xE6,
description="ARABIC SMALL HIGH NOON",
direction="nsm",
linebreak="cm",
- unicodeslot=0x06E8,
+ unicodeslot=0x6E8,
},
- [0x06E9]={
+ [0x6E9]={
category="so",
description="ARABIC PLACE OF SAJDAH",
direction="on",
linebreak="al",
- unicodeslot=0x06E9,
+ unicodeslot=0x6E9,
},
- [0x06EA]={
+ [0x6EA]={
category="mn",
+ combining=0xDC,
description="ARABIC EMPTY CENTRE LOW STOP",
direction="nsm",
linebreak="cm",
- unicodeslot=0x06EA,
+ unicodeslot=0x6EA,
},
- [0x06EB]={
+ [0x6EB]={
category="mn",
+ combining=0xE6,
description="ARABIC EMPTY CENTRE HIGH STOP",
direction="nsm",
linebreak="cm",
- unicodeslot=0x06EB,
+ unicodeslot=0x6EB,
},
- [0x06EC]={
+ [0x6EC]={
category="mn",
+ combining=0xE6,
description="ARABIC ROUNDED HIGH STOP WITH FILLED CENTRE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x06EC,
+ unicodeslot=0x6EC,
},
- [0x06ED]={
+ [0x6ED]={
category="mn",
+ combining=0xDC,
description="ARABIC SMALL LOW MEEM",
direction="nsm",
linebreak="cm",
- unicodeslot=0x06ED,
+ unicodeslot=0x6ED,
},
- [0x06EE]={
+ [0x6EE]={
arabic="r",
category="lo",
description="ARABIC LETTER DAL WITH INVERTED V",
direction="al",
linebreak="al",
- shcode=0x062F,
- unicodeslot=0x06EE,
+ shcode=0x62F,
+ unicodeslot=0x6EE,
},
- [0x06EF]={
+ [0x6EF]={
arabic="r",
category="lo",
description="ARABIC LETTER REH WITH INVERTED V",
direction="al",
linebreak="al",
- shcode=0x0631,
- unicodeslot=0x06EF,
+ shcode=0x631,
+ unicodeslot=0x6EF,
},
- [0x06F0]={
+ [0x6F0]={
adobename="zeropersian",
category="nd",
description="EXTENDED ARABIC-INDIC DIGIT ZERO",
direction="en",
linebreak="nu",
- unicodeslot=0x06F0,
+ unicodeslot=0x6F0,
},
- [0x06F1]={
+ [0x6F1]={
adobename="onepersian",
category="nd",
description="EXTENDED ARABIC-INDIC DIGIT ONE",
direction="en",
linebreak="nu",
- unicodeslot=0x06F1,
+ unicodeslot=0x6F1,
},
- [0x06F2]={
+ [0x6F2]={
adobename="twopersian",
category="nd",
description="EXTENDED ARABIC-INDIC DIGIT TWO",
direction="en",
linebreak="nu",
- unicodeslot=0x06F2,
+ unicodeslot=0x6F2,
},
- [0x06F3]={
+ [0x6F3]={
adobename="threepersian",
category="nd",
description="EXTENDED ARABIC-INDIC DIGIT THREE",
direction="en",
linebreak="nu",
- unicodeslot=0x06F3,
+ unicodeslot=0x6F3,
},
- [0x06F4]={
+ [0x6F4]={
adobename="fourpersian",
category="nd",
description="EXTENDED ARABIC-INDIC DIGIT FOUR",
direction="en",
linebreak="nu",
- unicodeslot=0x06F4,
+ unicodeslot=0x6F4,
},
- [0x06F5]={
+ [0x6F5]={
adobename="fivepersian",
category="nd",
description="EXTENDED ARABIC-INDIC DIGIT FIVE",
direction="en",
linebreak="nu",
- unicodeslot=0x06F5,
+ unicodeslot=0x6F5,
},
- [0x06F6]={
+ [0x6F6]={
adobename="sixpersian",
category="nd",
description="EXTENDED ARABIC-INDIC DIGIT SIX",
direction="en",
linebreak="nu",
- unicodeslot=0x06F6,
+ unicodeslot=0x6F6,
},
- [0x06F7]={
+ [0x6F7]={
adobename="sevenpersian",
category="nd",
description="EXTENDED ARABIC-INDIC DIGIT SEVEN",
direction="en",
linebreak="nu",
- unicodeslot=0x06F7,
+ unicodeslot=0x6F7,
},
- [0x06F8]={
+ [0x6F8]={
adobename="eightpersian",
category="nd",
description="EXTENDED ARABIC-INDIC DIGIT EIGHT",
direction="en",
linebreak="nu",
- unicodeslot=0x06F8,
+ unicodeslot=0x6F8,
},
- [0x06F9]={
+ [0x6F9]={
adobename="ninepersian",
category="nd",
description="EXTENDED ARABIC-INDIC DIGIT NINE",
direction="en",
linebreak="nu",
- unicodeslot=0x06F9,
+ unicodeslot=0x6F9,
},
- [0x06FA]={
+ [0x6FA]={
arabic="d",
category="lo",
description="ARABIC LETTER SHEEN WITH DOT BELOW",
direction="al",
linebreak="al",
- shcode=0x0634,
- unicodeslot=0x06FA,
+ shcode=0x634,
+ unicodeslot=0x6FA,
},
- [0x06FB]={
+ [0x6FB]={
arabic="d",
category="lo",
description="ARABIC LETTER DAD WITH DOT BELOW",
direction="al",
linebreak="al",
- shcode=0x0636,
- unicodeslot=0x06FB,
+ shcode=0x636,
+ unicodeslot=0x6FB,
},
- [0x06FC]={
+ [0x6FC]={
arabic="d",
category="lo",
description="ARABIC LETTER GHAIN WITH DOT BELOW",
direction="al",
linebreak="al",
- shcode=0x063A,
- unicodeslot=0x06FC,
+ shcode=0x63A,
+ unicodeslot=0x6FC,
},
- [0x06FD]={
+ [0x6FD]={
category="so",
description="ARABIC SIGN SINDHI AMPERSAND",
direction="al",
linebreak="al",
- unicodeslot=0x06FD,
+ unicodeslot=0x6FD,
},
- [0x06FE]={
+ [0x6FE]={
category="so",
description="ARABIC SIGN SINDHI POSTPOSITION MEN",
direction="al",
linebreak="al",
- unicodeslot=0x06FE,
+ unicodeslot=0x6FE,
},
- [0x06FF]={
+ [0x6FF]={
arabic="d",
category="lo",
description="ARABIC LETTER HEH WITH INVERTED V",
direction="al",
linebreak="al",
- shcode=0x0647,
- unicodeslot=0x06FF,
+ shcode=0x647,
+ unicodeslot=0x6FF,
},
- [0x0700]={
+ [0x700]={
category="po",
description="SYRIAC END OF PARAGRAPH",
direction="al",
linebreak="al",
- unicodeslot=0x0700,
+ unicodeslot=0x700,
},
- [0x0701]={
+ [0x701]={
category="po",
description="SYRIAC SUPRALINEAR FULL STOP",
direction="al",
linebreak="al",
- unicodeslot=0x0701,
+ unicodeslot=0x701,
},
- [0x0702]={
+ [0x702]={
category="po",
description="SYRIAC SUBLINEAR FULL STOP",
direction="al",
linebreak="al",
- unicodeslot=0x0702,
+ unicodeslot=0x702,
},
- [0x0703]={
+ [0x703]={
category="po",
description="SYRIAC SUPRALINEAR COLON",
direction="al",
linebreak="al",
- unicodeslot=0x0703,
+ unicodeslot=0x703,
},
- [0x0704]={
+ [0x704]={
category="po",
description="SYRIAC SUBLINEAR COLON",
direction="al",
linebreak="al",
- unicodeslot=0x0704,
+ unicodeslot=0x704,
},
- [0x0705]={
+ [0x705]={
category="po",
description="SYRIAC HORIZONTAL COLON",
direction="al",
linebreak="al",
- unicodeslot=0x0705,
+ unicodeslot=0x705,
},
- [0x0706]={
+ [0x706]={
category="po",
description="SYRIAC COLON SKEWED LEFT",
direction="al",
linebreak="al",
- unicodeslot=0x0706,
+ unicodeslot=0x706,
},
- [0x0707]={
+ [0x707]={
category="po",
description="SYRIAC COLON SKEWED RIGHT",
direction="al",
linebreak="al",
- unicodeslot=0x0707,
+ unicodeslot=0x707,
},
- [0x0708]={
+ [0x708]={
category="po",
description="SYRIAC SUPRALINEAR COLON SKEWED LEFT",
direction="al",
linebreak="al",
- unicodeslot=0x0708,
+ unicodeslot=0x708,
},
- [0x0709]={
+ [0x709]={
category="po",
description="SYRIAC SUBLINEAR COLON SKEWED RIGHT",
direction="al",
linebreak="al",
- unicodeslot=0x0709,
+ unicodeslot=0x709,
},
- [0x070A]={
+ [0x70A]={
category="po",
description="SYRIAC CONTRACTION",
direction="al",
linebreak="al",
- unicodeslot=0x070A,
+ unicodeslot=0x70A,
},
- [0x070B]={
+ [0x70B]={
category="po",
description="SYRIAC HARKLEAN OBELUS",
direction="al",
linebreak="al",
- unicodeslot=0x070B,
+ unicodeslot=0x70B,
},
- [0x070C]={
+ [0x70C]={
category="po",
description="SYRIAC HARKLEAN METOBELUS",
direction="al",
linebreak="al",
- unicodeslot=0x070C,
+ unicodeslot=0x70C,
},
- [0x070D]={
+ [0x70D]={
category="po",
description="SYRIAC HARKLEAN ASTERISCUS",
direction="al",
linebreak="al",
- unicodeslot=0x070D,
+ unicodeslot=0x70D,
},
- [0x070F]={
+ [0x70F]={
category="cf",
description="SYRIAC ABBREVIATION MARK",
direction="al",
linebreak="al",
- unicodeslot=0x070F,
+ unicodeslot=0x70F,
visible="yes",
},
- [0x0710]={
+ [0x710]={
arabic="r",
category="lo",
description="SYRIAC LETTER ALAPH",
direction="al",
linebreak="al",
- unicodeslot=0x0710,
+ unicodeslot=0x710,
},
- [0x0711]={
+ [0x711]={
category="mn",
+ combining=0x24,
description="SYRIAC LETTER SUPERSCRIPT ALAPH",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0711,
+ unicodeslot=0x711,
},
- [0x0712]={
+ [0x712]={
arabic="d",
category="lo",
description="SYRIAC LETTER BETH",
direction="al",
linebreak="al",
- unicodeslot=0x0712,
+ unicodeslot=0x712,
},
- [0x0713]={
+ [0x713]={
arabic="d",
category="lo",
description="SYRIAC LETTER GAMAL",
direction="al",
linebreak="al",
- unicodeslot=0x0713,
+ unicodeslot=0x713,
},
- [0x0714]={
+ [0x714]={
arabic="d",
category="lo",
description="SYRIAC LETTER GAMAL GARSHUNI",
direction="al",
linebreak="al",
- unicodeslot=0x0714,
+ unicodeslot=0x714,
},
- [0x0715]={
+ [0x715]={
arabic="r",
category="lo",
description="SYRIAC LETTER DALATH",
direction="al",
linebreak="al",
- unicodeslot=0x0715,
+ unicodeslot=0x715,
},
- [0x0716]={
+ [0x716]={
arabic="r",
category="lo",
description="SYRIAC LETTER DOTLESS DALATH RISH",
direction="al",
linebreak="al",
- unicodeslot=0x0716,
+ unicodeslot=0x716,
},
- [0x0717]={
+ [0x717]={
arabic="r",
category="lo",
description="SYRIAC LETTER HE",
direction="al",
linebreak="al",
- unicodeslot=0x0717,
+ unicodeslot=0x717,
},
- [0x0718]={
+ [0x718]={
arabic="r",
category="lo",
description="SYRIAC LETTER WAW",
direction="al",
linebreak="al",
- unicodeslot=0x0718,
+ unicodeslot=0x718,
},
- [0x0719]={
+ [0x719]={
arabic="r",
category="lo",
description="SYRIAC LETTER ZAIN",
direction="al",
linebreak="al",
- unicodeslot=0x0719,
+ unicodeslot=0x719,
},
- [0x071A]={
+ [0x71A]={
arabic="d",
category="lo",
description="SYRIAC LETTER HETH",
direction="al",
linebreak="al",
- unicodeslot=0x071A,
+ unicodeslot=0x71A,
},
- [0x071B]={
+ [0x71B]={
arabic="d",
category="lo",
description="SYRIAC LETTER TETH",
direction="al",
linebreak="al",
- unicodeslot=0x071B,
+ unicodeslot=0x71B,
},
- [0x071C]={
+ [0x71C]={
arabic="d",
category="lo",
description="SYRIAC LETTER TETH GARSHUNI",
direction="al",
linebreak="al",
- unicodeslot=0x071C,
+ unicodeslot=0x71C,
},
- [0x071D]={
+ [0x71D]={
arabic="d",
category="lo",
description="SYRIAC LETTER YUDH",
direction="al",
linebreak="al",
- unicodeslot=0x071D,
+ unicodeslot=0x71D,
},
- [0x071E]={
+ [0x71E]={
arabic="r",
category="lo",
description="SYRIAC LETTER YUDH HE",
direction="al",
linebreak="al",
- unicodeslot=0x071E,
+ unicodeslot=0x71E,
},
- [0x071F]={
+ [0x71F]={
arabic="d",
category="lo",
description="SYRIAC LETTER KAPH",
direction="al",
linebreak="al",
- unicodeslot=0x071F,
+ unicodeslot=0x71F,
},
- [0x0720]={
+ [0x720]={
arabic="d",
category="lo",
description="SYRIAC LETTER LAMADH",
direction="al",
linebreak="al",
- unicodeslot=0x0720,
+ unicodeslot=0x720,
},
- [0x0721]={
+ [0x721]={
arabic="d",
category="lo",
description="SYRIAC LETTER MIM",
direction="al",
linebreak="al",
- unicodeslot=0x0721,
+ unicodeslot=0x721,
},
- [0x0722]={
+ [0x722]={
arabic="d",
category="lo",
description="SYRIAC LETTER NUN",
direction="al",
linebreak="al",
- unicodeslot=0x0722,
+ unicodeslot=0x722,
},
- [0x0723]={
+ [0x723]={
arabic="d",
category="lo",
description="SYRIAC LETTER SEMKATH",
direction="al",
linebreak="al",
- unicodeslot=0x0723,
+ unicodeslot=0x723,
},
- [0x0724]={
+ [0x724]={
arabic="d",
category="lo",
description="SYRIAC LETTER FINAL SEMKATH",
direction="al",
linebreak="al",
- unicodeslot=0x0724,
+ unicodeslot=0x724,
},
- [0x0725]={
+ [0x725]={
arabic="d",
category="lo",
description="SYRIAC LETTER E",
direction="al",
linebreak="al",
- unicodeslot=0x0725,
+ unicodeslot=0x725,
},
- [0x0726]={
+ [0x726]={
arabic="d",
category="lo",
description="SYRIAC LETTER PE",
direction="al",
linebreak="al",
- unicodeslot=0x0726,
+ unicodeslot=0x726,
},
- [0x0727]={
+ [0x727]={
arabic="d",
category="lo",
description="SYRIAC LETTER REVERSED PE",
direction="al",
linebreak="al",
- unicodeslot=0x0727,
+ unicodeslot=0x727,
},
- [0x0728]={
+ [0x728]={
arabic="r",
category="lo",
description="SYRIAC LETTER SADHE",
direction="al",
linebreak="al",
- unicodeslot=0x0728,
+ unicodeslot=0x728,
},
- [0x0729]={
+ [0x729]={
arabic="d",
category="lo",
description="SYRIAC LETTER QAPH",
direction="al",
linebreak="al",
- unicodeslot=0x0729,
+ unicodeslot=0x729,
},
- [0x072A]={
+ [0x72A]={
arabic="r",
category="lo",
description="SYRIAC LETTER RISH",
direction="al",
linebreak="al",
- unicodeslot=0x072A,
+ unicodeslot=0x72A,
},
- [0x072B]={
+ [0x72B]={
arabic="d",
category="lo",
description="SYRIAC LETTER SHIN",
direction="al",
linebreak="al",
- unicodeslot=0x072B,
+ unicodeslot=0x72B,
},
- [0x072C]={
+ [0x72C]={
arabic="r",
category="lo",
description="SYRIAC LETTER TAW",
direction="al",
linebreak="al",
- unicodeslot=0x072C,
+ unicodeslot=0x72C,
},
- [0x072D]={
+ [0x72D]={
arabic="d",
category="lo",
description="SYRIAC LETTER PERSIAN BHETH",
direction="al",
linebreak="al",
- unicodeslot=0x072D,
+ unicodeslot=0x72D,
},
- [0x072E]={
+ [0x72E]={
arabic="d",
category="lo",
description="SYRIAC LETTER PERSIAN GHAMAL",
direction="al",
linebreak="al",
- unicodeslot=0x072E,
+ unicodeslot=0x72E,
},
- [0x072F]={
+ [0x72F]={
arabic="r",
category="lo",
description="SYRIAC LETTER PERSIAN DHALATH",
direction="al",
linebreak="al",
- unicodeslot=0x072F,
+ unicodeslot=0x72F,
},
- [0x0730]={
+ [0x730]={
category="mn",
+ combining=0xE6,
description="SYRIAC PTHAHA ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0730,
+ unicodeslot=0x730,
},
- [0x0731]={
+ [0x731]={
category="mn",
+ combining=0xDC,
description="SYRIAC PTHAHA BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0731,
+ unicodeslot=0x731,
},
- [0x0732]={
+ [0x732]={
category="mn",
+ combining=0xE6,
description="SYRIAC PTHAHA DOTTED",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0732,
+ unicodeslot=0x732,
},
- [0x0733]={
+ [0x733]={
category="mn",
+ combining=0xE6,
description="SYRIAC ZQAPHA ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0733,
+ unicodeslot=0x733,
},
- [0x0734]={
+ [0x734]={
category="mn",
+ combining=0xDC,
description="SYRIAC ZQAPHA BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0734,
+ unicodeslot=0x734,
},
- [0x0735]={
+ [0x735]={
category="mn",
+ combining=0xE6,
description="SYRIAC ZQAPHA DOTTED",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0735,
+ unicodeslot=0x735,
},
- [0x0736]={
+ [0x736]={
category="mn",
+ combining=0xE6,
description="SYRIAC RBASA ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0736,
+ unicodeslot=0x736,
},
- [0x0737]={
+ [0x737]={
category="mn",
+ combining=0xDC,
description="SYRIAC RBASA BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0737,
+ unicodeslot=0x737,
},
- [0x0738]={
+ [0x738]={
category="mn",
+ combining=0xDC,
description="SYRIAC DOTTED ZLAMA HORIZONTAL",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0738,
+ unicodeslot=0x738,
},
- [0x0739]={
+ [0x739]={
category="mn",
+ combining=0xDC,
description="SYRIAC DOTTED ZLAMA ANGULAR",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0739,
+ unicodeslot=0x739,
},
- [0x073A]={
+ [0x73A]={
category="mn",
+ combining=0xE6,
description="SYRIAC HBASA ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x073A,
+ unicodeslot=0x73A,
},
- [0x073B]={
+ [0x73B]={
category="mn",
+ combining=0xDC,
description="SYRIAC HBASA BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x073B,
+ unicodeslot=0x73B,
},
- [0x073C]={
+ [0x73C]={
category="mn",
+ combining=0xDC,
description="SYRIAC HBASA-ESASA DOTTED",
direction="nsm",
linebreak="cm",
- unicodeslot=0x073C,
+ unicodeslot=0x73C,
},
- [0x073D]={
+ [0x73D]={
category="mn",
+ combining=0xE6,
description="SYRIAC ESASA ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x073D,
+ unicodeslot=0x73D,
},
- [0x073E]={
+ [0x73E]={
category="mn",
+ combining=0xDC,
description="SYRIAC ESASA BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x073E,
+ unicodeslot=0x73E,
},
- [0x073F]={
+ [0x73F]={
category="mn",
+ combining=0xE6,
description="SYRIAC RWAHA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x073F,
+ unicodeslot=0x73F,
},
- [0x0740]={
+ [0x740]={
category="mn",
+ combining=0xE6,
description="SYRIAC FEMININE DOT",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0740,
+ unicodeslot=0x740,
},
- [0x0741]={
+ [0x741]={
category="mn",
+ combining=0xE6,
description="SYRIAC QUSHSHAYA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0741,
+ unicodeslot=0x741,
},
- [0x0742]={
+ [0x742]={
category="mn",
+ combining=0xDC,
description="SYRIAC RUKKAKHA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0742,
+ unicodeslot=0x742,
},
- [0x0743]={
+ [0x743]={
category="mn",
+ combining=0xE6,
description="SYRIAC TWO VERTICAL DOTS ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0743,
+ unicodeslot=0x743,
},
- [0x0744]={
+ [0x744]={
category="mn",
+ combining=0xDC,
description="SYRIAC TWO VERTICAL DOTS BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0744,
+ unicodeslot=0x744,
},
- [0x0745]={
+ [0x745]={
category="mn",
+ combining=0xE6,
description="SYRIAC THREE DOTS ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0745,
+ unicodeslot=0x745,
},
- [0x0746]={
+ [0x746]={
category="mn",
+ combining=0xDC,
description="SYRIAC THREE DOTS BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0746,
+ unicodeslot=0x746,
},
- [0x0747]={
+ [0x747]={
category="mn",
+ combining=0xE6,
description="SYRIAC OBLIQUE LINE ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0747,
+ unicodeslot=0x747,
},
- [0x0748]={
+ [0x748]={
category="mn",
+ combining=0xDC,
description="SYRIAC OBLIQUE LINE BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0748,
+ unicodeslot=0x748,
},
- [0x0749]={
+ [0x749]={
category="mn",
+ combining=0xE6,
description="SYRIAC MUSIC",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0749,
+ unicodeslot=0x749,
},
- [0x074A]={
+ [0x74A]={
category="mn",
+ combining=0xE6,
description="SYRIAC BARREKH",
direction="nsm",
linebreak="cm",
- unicodeslot=0x074A,
+ unicodeslot=0x74A,
},
- [0x074D]={
+ [0x74D]={
arabic="r",
category="lo",
description="SYRIAC LETTER SOGDIAN ZHAIN",
direction="al",
linebreak="al",
- unicodeslot=0x074D,
+ unicodeslot=0x74D,
},
- [0x074E]={
+ [0x74E]={
arabic="d",
category="lo",
description="SYRIAC LETTER SOGDIAN KHAPH",
direction="al",
linebreak="al",
- unicodeslot=0x074E,
+ unicodeslot=0x74E,
},
- [0x074F]={
+ [0x74F]={
arabic="d",
category="lo",
description="SYRIAC LETTER SOGDIAN FE",
direction="al",
linebreak="al",
- unicodeslot=0x074F,
+ unicodeslot=0x74F,
},
- [0x0750]={
+ [0x750]={
arabic="d",
category="lo",
description="ARABIC LETTER BEH WITH THREE DOTS HORIZONTALLY BELOW",
direction="al",
linebreak="al",
- shcode=0x0628,
- unicodeslot=0x0750,
+ shcode=0x628,
+ unicodeslot=0x750,
},
- [0x0751]={
+ [0x751]={
arabic="d",
category="lo",
description="ARABIC LETTER BEH WITH DOT BELOW AND THREE DOTS ABOVE",
direction="al",
linebreak="al",
- shcode=0x0628,
- unicodeslot=0x0751,
+ shcode=0x628,
+ unicodeslot=0x751,
},
- [0x0752]={
+ [0x752]={
arabic="d",
category="lo",
description="ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW",
direction="al",
linebreak="al",
- shcode=0x0628,
- unicodeslot=0x0752,
+ shcode=0x628,
+ unicodeslot=0x752,
},
- [0x0753]={
+ [0x753]={
arabic="d",
category="lo",
description="ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW AND TWO DOTS ABOVE",
direction="al",
linebreak="al",
- shcode=0x0628,
- unicodeslot=0x0753,
+ shcode=0x628,
+ unicodeslot=0x753,
},
- [0x0754]={
+ [0x754]={
arabic="d",
category="lo",
description="ARABIC LETTER BEH WITH TWO DOTS BELOW AND DOT ABOVE",
direction="al",
linebreak="al",
- shcode=0x0628,
- unicodeslot=0x0754,
+ shcode=0x628,
+ unicodeslot=0x754,
},
- [0x0755]={
+ [0x755]={
arabic="d",
category="lo",
description="ARABIC LETTER BEH WITH INVERTED SMALL V BELOW",
direction="al",
linebreak="al",
- shcode=0x0628,
- unicodeslot=0x0755,
+ shcode=0x628,
+ unicodeslot=0x755,
},
- [0x0756]={
+ [0x756]={
arabic="d",
category="lo",
description="ARABIC LETTER BEH WITH SMALL V",
direction="al",
linebreak="al",
- shcode=0x0628,
- unicodeslot=0x0756,
+ shcode=0x628,
+ unicodeslot=0x756,
},
- [0x0757]={
+ [0x757]={
arabic="d",
category="lo",
description="ARABIC LETTER HAH WITH TWO DOTS ABOVE",
direction="al",
linebreak="al",
- shcode=0x062D,
- unicodeslot=0x0757,
+ shcode=0x62D,
+ unicodeslot=0x757,
},
- [0x0758]={
+ [0x758]={
arabic="d",
category="lo",
description="ARABIC LETTER HAH WITH THREE DOTS POINTING UPWARDS BELOW",
direction="al",
linebreak="al",
- shcode=0x062D,
- unicodeslot=0x0758,
+ shcode=0x62D,
+ unicodeslot=0x758,
},
- [0x0759]={
+ [0x759]={
arabic="r",
category="lo",
description="ARABIC LETTER DAL WITH TWO DOTS VERTICALLY BELOW AND SMALL TAH",
direction="al",
linebreak="al",
- shcode=0x062F,
- unicodeslot=0x0759,
+ shcode=0x62F,
+ unicodeslot=0x759,
},
- [0x075A]={
+ [0x75A]={
arabic="r",
category="lo",
description="ARABIC LETTER DAL WITH INVERTED SMALL V BELOW",
direction="al",
linebreak="al",
- shcode=0x062F,
- unicodeslot=0x075A,
+ shcode=0x62F,
+ unicodeslot=0x75A,
},
- [0x075B]={
+ [0x75B]={
arabic="r",
category="lo",
description="ARABIC LETTER REH WITH STROKE",
direction="al",
linebreak="al",
- shcode=0x0631,
- unicodeslot=0x075B,
+ shcode=0x631,
+ unicodeslot=0x75B,
},
- [0x075C]={
+ [0x75C]={
arabic="d",
category="lo",
description="ARABIC LETTER SEEN WITH FOUR DOTS ABOVE",
direction="al",
linebreak="al",
- shcode=0x0633,
- unicodeslot=0x075C,
+ shcode=0x633,
+ unicodeslot=0x75C,
},
- [0x075D]={
+ [0x75D]={
arabic="d",
category="lo",
description="ARABIC LETTER AIN WITH TWO DOTS ABOVE",
direction="al",
linebreak="al",
- shcode=0x0639,
- unicodeslot=0x075D,
+ shcode=0x639,
+ unicodeslot=0x75D,
},
- [0x075E]={
+ [0x75E]={
arabic="d",
category="lo",
description="ARABIC LETTER AIN WITH THREE DOTS POINTING DOWNWARDS ABOVE",
direction="al",
linebreak="al",
- shcode=0x0639,
- unicodeslot=0x075E,
+ shcode=0x639,
+ unicodeslot=0x75E,
},
- [0x075F]={
+ [0x75F]={
arabic="d",
category="lo",
description="ARABIC LETTER AIN WITH TWO DOTS VERTICALLY ABOVE",
direction="al",
linebreak="al",
- shcode=0x0639,
- unicodeslot=0x075F,
+ shcode=0x639,
+ unicodeslot=0x75F,
},
- [0x0760]={
+ [0x760]={
arabic="d",
category="lo",
description="ARABIC LETTER FEH WITH TWO DOTS BELOW",
direction="al",
linebreak="al",
- shcode=0x0641,
- unicodeslot=0x0760,
+ shcode=0x641,
+ unicodeslot=0x760,
},
- [0x0761]={
+ [0x761]={
arabic="d",
category="lo",
description="ARABIC LETTER FEH WITH THREE DOTS POINTING UPWARDS BELOW",
direction="al",
linebreak="al",
- shcode=0x0641,
- unicodeslot=0x0761,
+ shcode=0x641,
+ unicodeslot=0x761,
},
- [0x0762]={
+ [0x762]={
arabic="d",
category="lo",
description="ARABIC LETTER KEHEH WITH DOT ABOVE",
direction="al",
linebreak="al",
- shcode=0x06A9,
- unicodeslot=0x0762,
+ shcode=0x6A9,
+ unicodeslot=0x762,
},
- [0x0763]={
+ [0x763]={
arabic="d",
category="lo",
description="ARABIC LETTER KEHEH WITH THREE DOTS ABOVE",
direction="al",
linebreak="al",
- shcode=0x06A9,
- unicodeslot=0x0763,
+ shcode=0x6A9,
+ unicodeslot=0x763,
},
- [0x0764]={
+ [0x764]={
arabic="d",
category="lo",
description="ARABIC LETTER KEHEH WITH THREE DOTS POINTING UPWARDS BELOW",
direction="al",
linebreak="al",
- shcode=0x06A9,
- unicodeslot=0x0764,
+ shcode=0x6A9,
+ unicodeslot=0x764,
},
- [0x0765]={
+ [0x765]={
arabic="d",
category="lo",
description="ARABIC LETTER MEEM WITH DOT ABOVE",
direction="al",
linebreak="al",
- shcode=0x0645,
- unicodeslot=0x0765,
+ shcode=0x645,
+ unicodeslot=0x765,
},
- [0x0766]={
+ [0x766]={
arabic="d",
category="lo",
description="ARABIC LETTER MEEM WITH DOT BELOW",
direction="al",
linebreak="al",
- shcode=0x0645,
- unicodeslot=0x0766,
+ shcode=0x645,
+ unicodeslot=0x766,
},
- [0x0767]={
+ [0x767]={
arabic="d",
category="lo",
description="ARABIC LETTER NOON WITH TWO DOTS BELOW",
direction="al",
linebreak="al",
- shcode=0x0646,
- unicodeslot=0x0767,
+ shcode=0x646,
+ unicodeslot=0x767,
},
- [0x0768]={
+ [0x768]={
arabic="d",
category="lo",
description="ARABIC LETTER NOON WITH SMALL TAH",
direction="al",
linebreak="al",
- shcode=0x0646,
- unicodeslot=0x0768,
+ shcode=0x646,
+ unicodeslot=0x768,
},
- [0x0769]={
+ [0x769]={
arabic="d",
category="lo",
description="ARABIC LETTER NOON WITH SMALL V",
direction="al",
linebreak="al",
- shcode=0x0646,
- unicodeslot=0x0769,
+ shcode=0x646,
+ unicodeslot=0x769,
},
- [0x076A]={
+ [0x76A]={
arabic="d",
category="lo",
description="ARABIC LETTER LAM WITH BAR",
direction="al",
linebreak="al",
- shcode=0x0644,
- unicodeslot=0x076A,
+ shcode=0x644,
+ unicodeslot=0x76A,
},
- [0x076B]={
+ [0x76B]={
arabic="r",
category="lo",
description="ARABIC LETTER REH WITH TWO DOTS VERTICALLY ABOVE",
direction="al",
linebreak="al",
- shcode=0x0631,
- unicodeslot=0x076B,
+ shcode=0x631,
+ unicodeslot=0x76B,
},
- [0x076C]={
+ [0x76C]={
arabic="r",
category="lo",
description="ARABIC LETTER REH WITH HAMZA ABOVE",
direction="al",
linebreak="al",
- shcode=0x0631,
- unicodeslot=0x076C,
+ shcode=0x631,
+ unicodeslot=0x76C,
},
- [0x076D]={
+ [0x76D]={
arabic="d",
category="lo",
description="ARABIC LETTER SEEN WITH TWO DOTS VERTICALLY ABOVE",
direction="al",
linebreak="al",
- shcode=0x0633,
- unicodeslot=0x076D,
+ shcode=0x633,
+ unicodeslot=0x76D,
},
- [0x076E]={
+ [0x76E]={
arabic="d",
category="lo",
description="ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH BELOW",
direction="al",
linebreak="al",
- unicodeslot=0x076E,
+ unicodeslot=0x76E,
},
- [0x076F]={
+ [0x76F]={
arabic="d",
category="lo",
description="ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH AND TWO DOTS",
direction="al",
linebreak="al",
- unicodeslot=0x076F,
+ unicodeslot=0x76F,
},
- [0x0770]={
+ [0x770]={
arabic="d",
category="lo",
description="ARABIC LETTER SEEN WITH SMALL ARABIC LETTER TAH AND TWO DOTS",
direction="al",
linebreak="al",
- unicodeslot=0x0770,
+ unicodeslot=0x770,
},
- [0x0771]={
+ [0x771]={
arabic="r",
category="lo",
description="ARABIC LETTER REH WITH SMALL ARABIC LETTER TAH AND TWO DOTS",
direction="al",
linebreak="al",
- unicodeslot=0x0771,
+ unicodeslot=0x771,
},
- [0x0772]={
+ [0x772]={
arabic="d",
category="lo",
description="ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH ABOVE",
direction="al",
linebreak="al",
- unicodeslot=0x0772,
+ unicodeslot=0x772,
},
- [0x0773]={
+ [0x773]={
arabic="r",
category="lo",
description="ARABIC LETTER ALEF WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE",
direction="al",
linebreak="al",
- unicodeslot=0x0773,
+ unicodeslot=0x773,
},
- [0x0774]={
+ [0x774]={
arabic="r",
category="lo",
description="ARABIC LETTER ALEF WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE",
direction="al",
linebreak="al",
- unicodeslot=0x0774,
+ unicodeslot=0x774,
},
- [0x0775]={
+ [0x775]={
arabic="d",
category="lo",
description="ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE",
direction="al",
linebreak="al",
- unicodeslot=0x0775,
+ unicodeslot=0x775,
},
- [0x0776]={
+ [0x776]={
arabic="d",
category="lo",
description="ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE",
direction="al",
linebreak="al",
- unicodeslot=0x0776,
+ unicodeslot=0x776,
},
- [0x0777]={
+ [0x777]={
arabic="d",
category="lo",
description="ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT FOUR BELOW",
direction="al",
linebreak="al",
- unicodeslot=0x0777,
+ unicodeslot=0x777,
},
- [0x0778]={
+ [0x778]={
arabic="r",
category="lo",
description="ARABIC LETTER WAW WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE",
direction="al",
linebreak="al",
- unicodeslot=0x0778,
+ unicodeslot=0x778,
},
- [0x0779]={
+ [0x779]={
arabic="r",
category="lo",
description="ARABIC LETTER WAW WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE",
direction="al",
linebreak="al",
- unicodeslot=0x0779,
+ unicodeslot=0x779,
},
- [0x077A]={
+ [0x77A]={
arabic="d",
category="lo",
description="ARABIC LETTER YEH BARREE WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE",
direction="al",
linebreak="al",
- unicodeslot=0x077A,
+ unicodeslot=0x77A,
},
- [0x077B]={
+ [0x77B]={
arabic="d",
category="lo",
description="ARABIC LETTER YEH BARREE WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE",
direction="al",
linebreak="al",
- unicodeslot=0x077B,
+ unicodeslot=0x77B,
},
- [0x077C]={
+ [0x77C]={
arabic="d",
category="lo",
description="ARABIC LETTER HAH WITH EXTENDED ARABIC-INDIC DIGIT FOUR BELOW",
direction="al",
linebreak="al",
- unicodeslot=0x077C,
+ unicodeslot=0x77C,
},
- [0x077D]={
+ [0x77D]={
arabic="d",
category="lo",
description="ARABIC LETTER SEEN WITH EXTENDED ARABIC-INDIC DIGIT FOUR ABOVE",
direction="al",
linebreak="al",
- unicodeslot=0x077D,
+ unicodeslot=0x77D,
},
- [0x077E]={
+ [0x77E]={
arabic="d",
category="lo",
description="ARABIC LETTER SEEN WITH INVERTED V",
direction="al",
linebreak="al",
- unicodeslot=0x077E,
+ unicodeslot=0x77E,
},
- [0x077F]={
+ [0x77F]={
arabic="d",
category="lo",
description="ARABIC LETTER KAF WITH TWO DOTS ABOVE",
direction="al",
linebreak="al",
- unicodeslot=0x077F,
+ unicodeslot=0x77F,
},
- [0x0780]={
+ [0x780]={
category="lo",
description="THAANA LETTER HAA",
direction="al",
linebreak="al",
- unicodeslot=0x0780,
+ unicodeslot=0x780,
},
- [0x0781]={
+ [0x781]={
category="lo",
description="THAANA LETTER SHAVIYANI",
direction="al",
linebreak="al",
- unicodeslot=0x0781,
+ unicodeslot=0x781,
},
- [0x0782]={
+ [0x782]={
category="lo",
description="THAANA LETTER NOONU",
direction="al",
linebreak="al",
- unicodeslot=0x0782,
+ unicodeslot=0x782,
},
- [0x0783]={
+ [0x783]={
category="lo",
description="THAANA LETTER RAA",
direction="al",
linebreak="al",
- unicodeslot=0x0783,
+ unicodeslot=0x783,
},
- [0x0784]={
+ [0x784]={
category="lo",
description="THAANA LETTER BAA",
direction="al",
linebreak="al",
- unicodeslot=0x0784,
+ unicodeslot=0x784,
},
- [0x0785]={
+ [0x785]={
category="lo",
description="THAANA LETTER LHAVIYANI",
direction="al",
linebreak="al",
- unicodeslot=0x0785,
+ unicodeslot=0x785,
},
- [0x0786]={
+ [0x786]={
category="lo",
description="THAANA LETTER KAAFU",
direction="al",
linebreak="al",
- unicodeslot=0x0786,
+ unicodeslot=0x786,
},
- [0x0787]={
+ [0x787]={
category="lo",
description="THAANA LETTER ALIFU",
direction="al",
linebreak="al",
- unicodeslot=0x0787,
+ unicodeslot=0x787,
},
- [0x0788]={
+ [0x788]={
category="lo",
description="THAANA LETTER VAAVU",
direction="al",
linebreak="al",
- unicodeslot=0x0788,
+ unicodeslot=0x788,
},
- [0x0789]={
+ [0x789]={
category="lo",
description="THAANA LETTER MEEMU",
direction="al",
linebreak="al",
- unicodeslot=0x0789,
+ unicodeslot=0x789,
},
- [0x078A]={
+ [0x78A]={
category="lo",
description="THAANA LETTER FAAFU",
direction="al",
linebreak="al",
- unicodeslot=0x078A,
+ unicodeslot=0x78A,
},
- [0x078B]={
+ [0x78B]={
category="lo",
description="THAANA LETTER DHAALU",
direction="al",
linebreak="al",
- unicodeslot=0x078B,
+ unicodeslot=0x78B,
},
- [0x078C]={
+ [0x78C]={
category="lo",
description="THAANA LETTER THAA",
direction="al",
linebreak="al",
- unicodeslot=0x078C,
+ unicodeslot=0x78C,
},
- [0x078D]={
+ [0x78D]={
category="lo",
description="THAANA LETTER LAAMU",
direction="al",
linebreak="al",
- unicodeslot=0x078D,
+ unicodeslot=0x78D,
},
- [0x078E]={
+ [0x78E]={
category="lo",
description="THAANA LETTER GAAFU",
direction="al",
linebreak="al",
- unicodeslot=0x078E,
+ unicodeslot=0x78E,
},
- [0x078F]={
+ [0x78F]={
category="lo",
description="THAANA LETTER GNAVIYANI",
direction="al",
linebreak="al",
- unicodeslot=0x078F,
+ unicodeslot=0x78F,
},
- [0x0790]={
+ [0x790]={
category="lo",
description="THAANA LETTER SEENU",
direction="al",
linebreak="al",
- unicodeslot=0x0790,
+ unicodeslot=0x790,
},
- [0x0791]={
+ [0x791]={
category="lo",
description="THAANA LETTER DAVIYANI",
direction="al",
linebreak="al",
- unicodeslot=0x0791,
+ unicodeslot=0x791,
},
- [0x0792]={
+ [0x792]={
category="lo",
description="THAANA LETTER ZAVIYANI",
direction="al",
linebreak="al",
- unicodeslot=0x0792,
+ unicodeslot=0x792,
},
- [0x0793]={
+ [0x793]={
category="lo",
description="THAANA LETTER TAVIYANI",
direction="al",
linebreak="al",
- unicodeslot=0x0793,
+ unicodeslot=0x793,
},
- [0x0794]={
+ [0x794]={
category="lo",
description="THAANA LETTER YAA",
direction="al",
linebreak="al",
- unicodeslot=0x0794,
+ unicodeslot=0x794,
},
- [0x0795]={
+ [0x795]={
category="lo",
description="THAANA LETTER PAVIYANI",
direction="al",
linebreak="al",
- unicodeslot=0x0795,
+ unicodeslot=0x795,
},
- [0x0796]={
+ [0x796]={
category="lo",
description="THAANA LETTER JAVIYANI",
direction="al",
linebreak="al",
- unicodeslot=0x0796,
+ unicodeslot=0x796,
},
- [0x0797]={
+ [0x797]={
category="lo",
description="THAANA LETTER CHAVIYANI",
direction="al",
linebreak="al",
- unicodeslot=0x0797,
+ unicodeslot=0x797,
},
- [0x0798]={
+ [0x798]={
category="lo",
description="THAANA LETTER TTAA",
direction="al",
linebreak="al",
- unicodeslot=0x0798,
+ unicodeslot=0x798,
},
- [0x0799]={
+ [0x799]={
category="lo",
description="THAANA LETTER HHAA",
direction="al",
linebreak="al",
- unicodeslot=0x0799,
+ unicodeslot=0x799,
},
- [0x079A]={
+ [0x79A]={
category="lo",
description="THAANA LETTER KHAA",
direction="al",
linebreak="al",
- unicodeslot=0x079A,
+ unicodeslot=0x79A,
},
- [0x079B]={
+ [0x79B]={
category="lo",
description="THAANA LETTER THAALU",
direction="al",
linebreak="al",
- unicodeslot=0x079B,
+ unicodeslot=0x79B,
},
- [0x079C]={
+ [0x79C]={
category="lo",
description="THAANA LETTER ZAA",
direction="al",
linebreak="al",
- unicodeslot=0x079C,
+ unicodeslot=0x79C,
},
- [0x079D]={
+ [0x79D]={
category="lo",
description="THAANA LETTER SHEENU",
direction="al",
linebreak="al",
- unicodeslot=0x079D,
+ unicodeslot=0x79D,
},
- [0x079E]={
+ [0x79E]={
category="lo",
description="THAANA LETTER SAADHU",
direction="al",
linebreak="al",
- unicodeslot=0x079E,
+ unicodeslot=0x79E,
},
- [0x079F]={
+ [0x79F]={
category="lo",
description="THAANA LETTER DAADHU",
direction="al",
linebreak="al",
- unicodeslot=0x079F,
+ unicodeslot=0x79F,
},
- [0x07A0]={
+ [0x7A0]={
category="lo",
description="THAANA LETTER TO",
direction="al",
linebreak="al",
- unicodeslot=0x07A0,
+ unicodeslot=0x7A0,
},
- [0x07A1]={
+ [0x7A1]={
category="lo",
description="THAANA LETTER ZO",
direction="al",
linebreak="al",
- unicodeslot=0x07A1,
+ unicodeslot=0x7A1,
},
- [0x07A2]={
+ [0x7A2]={
category="lo",
description="THAANA LETTER AINU",
direction="al",
linebreak="al",
- unicodeslot=0x07A2,
+ unicodeslot=0x7A2,
},
- [0x07A3]={
+ [0x7A3]={
category="lo",
description="THAANA LETTER GHAINU",
direction="al",
linebreak="al",
- unicodeslot=0x07A3,
+ unicodeslot=0x7A3,
},
- [0x07A4]={
+ [0x7A4]={
category="lo",
description="THAANA LETTER QAAFU",
direction="al",
linebreak="al",
- unicodeslot=0x07A4,
+ unicodeslot=0x7A4,
},
- [0x07A5]={
+ [0x7A5]={
category="lo",
description="THAANA LETTER WAAVU",
direction="al",
linebreak="al",
- unicodeslot=0x07A5,
+ unicodeslot=0x7A5,
},
- [0x07A6]={
+ [0x7A6]={
category="mn",
description="THAANA ABAFILI",
direction="nsm",
linebreak="cm",
- unicodeslot=0x07A6,
+ unicodeslot=0x7A6,
},
- [0x07A7]={
+ [0x7A7]={
category="mn",
description="THAANA AABAAFILI",
direction="nsm",
linebreak="cm",
- unicodeslot=0x07A7,
+ unicodeslot=0x7A7,
},
- [0x07A8]={
+ [0x7A8]={
category="mn",
description="THAANA IBIFILI",
direction="nsm",
linebreak="cm",
- unicodeslot=0x07A8,
+ unicodeslot=0x7A8,
},
- [0x07A9]={
+ [0x7A9]={
category="mn",
description="THAANA EEBEEFILI",
direction="nsm",
linebreak="cm",
- unicodeslot=0x07A9,
+ unicodeslot=0x7A9,
},
- [0x07AA]={
+ [0x7AA]={
category="mn",
description="THAANA UBUFILI",
direction="nsm",
linebreak="cm",
- unicodeslot=0x07AA,
+ unicodeslot=0x7AA,
},
- [0x07AB]={
+ [0x7AB]={
category="mn",
description="THAANA OOBOOFILI",
direction="nsm",
linebreak="cm",
- unicodeslot=0x07AB,
+ unicodeslot=0x7AB,
},
- [0x07AC]={
+ [0x7AC]={
category="mn",
description="THAANA EBEFILI",
direction="nsm",
linebreak="cm",
- unicodeslot=0x07AC,
+ unicodeslot=0x7AC,
},
- [0x07AD]={
+ [0x7AD]={
category="mn",
description="THAANA EYBEYFILI",
direction="nsm",
linebreak="cm",
- unicodeslot=0x07AD,
+ unicodeslot=0x7AD,
},
- [0x07AE]={
+ [0x7AE]={
category="mn",
description="THAANA OBOFILI",
direction="nsm",
linebreak="cm",
- unicodeslot=0x07AE,
+ unicodeslot=0x7AE,
},
- [0x07AF]={
+ [0x7AF]={
category="mn",
description="THAANA OABOAFILI",
direction="nsm",
linebreak="cm",
- unicodeslot=0x07AF,
+ unicodeslot=0x7AF,
},
- [0x07B0]={
+ [0x7B0]={
category="mn",
description="THAANA SUKUN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x07B0,
+ unicodeslot=0x7B0,
},
- [0x07B1]={
+ [0x7B1]={
category="lo",
description="THAANA LETTER NAA",
direction="al",
linebreak="al",
- unicodeslot=0x07B1,
+ unicodeslot=0x7B1,
},
- [0x07C0]={
+ [0x7C0]={
category="nd",
description="NKO DIGIT ZERO",
direction="r",
linebreak="nu",
- unicodeslot=0x07C0,
+ unicodeslot=0x7C0,
},
- [0x07C1]={
+ [0x7C1]={
category="nd",
description="NKO DIGIT ONE",
direction="r",
linebreak="nu",
- unicodeslot=0x07C1,
+ unicodeslot=0x7C1,
},
- [0x07C2]={
+ [0x7C2]={
category="nd",
description="NKO DIGIT TWO",
direction="r",
linebreak="nu",
- unicodeslot=0x07C2,
+ unicodeslot=0x7C2,
},
- [0x07C3]={
+ [0x7C3]={
category="nd",
description="NKO DIGIT THREE",
direction="r",
linebreak="nu",
- unicodeslot=0x07C3,
+ unicodeslot=0x7C3,
},
- [0x07C4]={
+ [0x7C4]={
category="nd",
description="NKO DIGIT FOUR",
direction="r",
linebreak="nu",
- unicodeslot=0x07C4,
+ unicodeslot=0x7C4,
},
- [0x07C5]={
+ [0x7C5]={
category="nd",
description="NKO DIGIT FIVE",
direction="r",
linebreak="nu",
- unicodeslot=0x07C5,
+ unicodeslot=0x7C5,
},
- [0x07C6]={
+ [0x7C6]={
category="nd",
description="NKO DIGIT SIX",
direction="r",
linebreak="nu",
- unicodeslot=0x07C6,
+ unicodeslot=0x7C6,
},
- [0x07C7]={
+ [0x7C7]={
category="nd",
description="NKO DIGIT SEVEN",
direction="r",
linebreak="nu",
- unicodeslot=0x07C7,
+ unicodeslot=0x7C7,
},
- [0x07C8]={
+ [0x7C8]={
category="nd",
description="NKO DIGIT EIGHT",
direction="r",
linebreak="nu",
- unicodeslot=0x07C8,
+ unicodeslot=0x7C8,
},
- [0x07C9]={
+ [0x7C9]={
category="nd",
description="NKO DIGIT NINE",
direction="r",
linebreak="nu",
- unicodeslot=0x07C9,
+ unicodeslot=0x7C9,
},
- [0x07CA]={
+ [0x7CA]={
arabic="d",
category="lo",
description="NKO LETTER A",
direction="r",
linebreak="al",
- unicodeslot=0x07CA,
+ unicodeslot=0x7CA,
},
- [0x07CB]={
+ [0x7CB]={
arabic="d",
category="lo",
description="NKO LETTER EE",
direction="r",
linebreak="al",
- unicodeslot=0x07CB,
+ unicodeslot=0x7CB,
},
- [0x07CC]={
+ [0x7CC]={
arabic="d",
category="lo",
description="NKO LETTER I",
direction="r",
linebreak="al",
- unicodeslot=0x07CC,
+ unicodeslot=0x7CC,
},
- [0x07CD]={
+ [0x7CD]={
arabic="d",
category="lo",
description="NKO LETTER E",
direction="r",
linebreak="al",
- unicodeslot=0x07CD,
+ unicodeslot=0x7CD,
},
- [0x07CE]={
+ [0x7CE]={
arabic="d",
category="lo",
description="NKO LETTER U",
direction="r",
linebreak="al",
- unicodeslot=0x07CE,
+ unicodeslot=0x7CE,
},
- [0x07CF]={
+ [0x7CF]={
arabic="d",
category="lo",
description="NKO LETTER OO",
direction="r",
linebreak="al",
- unicodeslot=0x07CF,
+ unicodeslot=0x7CF,
},
- [0x07D0]={
+ [0x7D0]={
arabic="d",
category="lo",
description="NKO LETTER O",
direction="r",
linebreak="al",
- unicodeslot=0x07D0,
+ unicodeslot=0x7D0,
},
- [0x07D1]={
+ [0x7D1]={
arabic="d",
category="lo",
description="NKO LETTER DAGBASINNA",
direction="r",
linebreak="al",
- unicodeslot=0x07D1,
+ unicodeslot=0x7D1,
},
- [0x07D2]={
+ [0x7D2]={
arabic="d",
category="lo",
description="NKO LETTER N",
direction="r",
linebreak="al",
- unicodeslot=0x07D2,
+ unicodeslot=0x7D2,
},
- [0x07D3]={
+ [0x7D3]={
arabic="d",
category="lo",
description="NKO LETTER BA",
direction="r",
linebreak="al",
- unicodeslot=0x07D3,
+ unicodeslot=0x7D3,
},
- [0x07D4]={
+ [0x7D4]={
arabic="d",
category="lo",
description="NKO LETTER PA",
direction="r",
linebreak="al",
- unicodeslot=0x07D4,
+ unicodeslot=0x7D4,
},
- [0x07D5]={
+ [0x7D5]={
arabic="d",
category="lo",
description="NKO LETTER TA",
direction="r",
linebreak="al",
- unicodeslot=0x07D5,
+ unicodeslot=0x7D5,
},
- [0x07D6]={
+ [0x7D6]={
arabic="d",
category="lo",
description="NKO LETTER JA",
direction="r",
linebreak="al",
- unicodeslot=0x07D6,
+ unicodeslot=0x7D6,
},
- [0x07D7]={
+ [0x7D7]={
arabic="d",
category="lo",
description="NKO LETTER CHA",
direction="r",
linebreak="al",
- unicodeslot=0x07D7,
+ unicodeslot=0x7D7,
},
- [0x07D8]={
+ [0x7D8]={
arabic="d",
category="lo",
description="NKO LETTER DA",
direction="r",
linebreak="al",
- unicodeslot=0x07D8,
+ unicodeslot=0x7D8,
},
- [0x07D9]={
+ [0x7D9]={
arabic="d",
category="lo",
description="NKO LETTER RA",
direction="r",
linebreak="al",
- unicodeslot=0x07D9,
+ unicodeslot=0x7D9,
},
- [0x07DA]={
+ [0x7DA]={
arabic="d",
category="lo",
description="NKO LETTER RRA",
direction="r",
linebreak="al",
- unicodeslot=0x07DA,
+ unicodeslot=0x7DA,
},
- [0x07DB]={
+ [0x7DB]={
arabic="d",
category="lo",
description="NKO LETTER SA",
direction="r",
linebreak="al",
- unicodeslot=0x07DB,
+ unicodeslot=0x7DB,
},
- [0x07DC]={
+ [0x7DC]={
arabic="d",
category="lo",
description="NKO LETTER GBA",
direction="r",
linebreak="al",
- unicodeslot=0x07DC,
+ unicodeslot=0x7DC,
},
- [0x07DD]={
+ [0x7DD]={
arabic="d",
category="lo",
description="NKO LETTER FA",
direction="r",
linebreak="al",
- unicodeslot=0x07DD,
+ unicodeslot=0x7DD,
},
- [0x07DE]={
+ [0x7DE]={
arabic="d",
category="lo",
description="NKO LETTER KA",
direction="r",
linebreak="al",
- unicodeslot=0x07DE,
+ unicodeslot=0x7DE,
},
- [0x07DF]={
+ [0x7DF]={
arabic="d",
category="lo",
description="NKO LETTER LA",
direction="r",
linebreak="al",
- unicodeslot=0x07DF,
+ unicodeslot=0x7DF,
},
- [0x07E0]={
+ [0x7E0]={
arabic="d",
category="lo",
description="NKO LETTER NA WOLOSO",
direction="r",
linebreak="al",
- unicodeslot=0x07E0,
+ unicodeslot=0x7E0,
},
- [0x07E1]={
+ [0x7E1]={
arabic="d",
category="lo",
description="NKO LETTER MA",
direction="r",
linebreak="al",
- unicodeslot=0x07E1,
+ unicodeslot=0x7E1,
},
- [0x07E2]={
+ [0x7E2]={
arabic="d",
category="lo",
description="NKO LETTER NYA",
direction="r",
linebreak="al",
- unicodeslot=0x07E2,
+ unicodeslot=0x7E2,
},
- [0x07E3]={
+ [0x7E3]={
arabic="d",
category="lo",
description="NKO LETTER NA",
direction="r",
linebreak="al",
- unicodeslot=0x07E3,
+ unicodeslot=0x7E3,
},
- [0x07E4]={
+ [0x7E4]={
arabic="d",
category="lo",
description="NKO LETTER HA",
direction="r",
linebreak="al",
- unicodeslot=0x07E4,
+ unicodeslot=0x7E4,
},
- [0x07E5]={
+ [0x7E5]={
arabic="d",
category="lo",
description="NKO LETTER WA",
direction="r",
linebreak="al",
- unicodeslot=0x07E5,
+ unicodeslot=0x7E5,
},
- [0x07E6]={
+ [0x7E6]={
arabic="d",
category="lo",
description="NKO LETTER YA",
direction="r",
linebreak="al",
- unicodeslot=0x07E6,
+ unicodeslot=0x7E6,
},
- [0x07E7]={
+ [0x7E7]={
arabic="d",
category="lo",
description="NKO LETTER NYA WOLOSO",
direction="r",
linebreak="al",
- unicodeslot=0x07E7,
+ unicodeslot=0x7E7,
},
- [0x07E8]={
+ [0x7E8]={
arabic="d",
category="lo",
description="NKO LETTER JONA JA",
direction="r",
linebreak="al",
- unicodeslot=0x07E8,
+ unicodeslot=0x7E8,
},
- [0x07E9]={
+ [0x7E9]={
arabic="d",
category="lo",
description="NKO LETTER JONA CHA",
direction="r",
linebreak="al",
- unicodeslot=0x07E9,
+ unicodeslot=0x7E9,
},
- [0x07EA]={
+ [0x7EA]={
arabic="d",
category="lo",
description="NKO LETTER JONA RA",
direction="r",
linebreak="al",
- unicodeslot=0x07EA,
+ unicodeslot=0x7EA,
},
- [0x07EB]={
+ [0x7EB]={
category="mn",
+ combining=0xE6,
description="NKO COMBINING SHORT HIGH TONE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x07EB,
+ unicodeslot=0x7EB,
},
- [0x07EC]={
+ [0x7EC]={
category="mn",
+ combining=0xE6,
description="NKO COMBINING SHORT LOW TONE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x07EC,
+ unicodeslot=0x7EC,
},
- [0x07ED]={
+ [0x7ED]={
category="mn",
+ combining=0xE6,
description="NKO COMBINING SHORT RISING TONE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x07ED,
+ unicodeslot=0x7ED,
},
- [0x07EE]={
+ [0x7EE]={
category="mn",
+ combining=0xE6,
description="NKO COMBINING LONG DESCENDING TONE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x07EE,
+ unicodeslot=0x7EE,
},
- [0x07EF]={
+ [0x7EF]={
category="mn",
+ combining=0xE6,
description="NKO COMBINING LONG HIGH TONE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x07EF,
+ unicodeslot=0x7EF,
},
- [0x07F0]={
+ [0x7F0]={
category="mn",
+ combining=0xE6,
description="NKO COMBINING LONG LOW TONE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x07F0,
+ unicodeslot=0x7F0,
},
- [0x07F1]={
+ [0x7F1]={
category="mn",
+ combining=0xE6,
description="NKO COMBINING LONG RISING TONE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x07F1,
+ unicodeslot=0x7F1,
},
- [0x07F2]={
+ [0x7F2]={
category="mn",
+ combining=0xDC,
description="NKO COMBINING NASALIZATION MARK",
direction="nsm",
linebreak="cm",
- unicodeslot=0x07F2,
+ unicodeslot=0x7F2,
},
- [0x07F3]={
+ [0x7F3]={
category="mn",
+ combining=0xE6,
description="NKO COMBINING DOUBLE DOT ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x07F3,
+ unicodeslot=0x7F3,
},
- [0x07F4]={
+ [0x7F4]={
category="lm",
description="NKO HIGH TONE APOSTROPHE",
direction="r",
linebreak="al",
- unicodeslot=0x07F4,
+ unicodeslot=0x7F4,
},
- [0x07F5]={
+ [0x7F5]={
category="lm",
description="NKO LOW TONE APOSTROPHE",
direction="r",
linebreak="al",
- unicodeslot=0x07F5,
+ unicodeslot=0x7F5,
},
- [0x07F6]={
+ [0x7F6]={
category="so",
description="NKO SYMBOL OO DENNEN",
direction="on",
linebreak="al",
- unicodeslot=0x07F6,
+ unicodeslot=0x7F6,
},
- [0x07F7]={
+ [0x7F7]={
category="po",
description="NKO SYMBOL GBAKURUNEN",
direction="on",
linebreak="al",
- unicodeslot=0x07F7,
+ unicodeslot=0x7F7,
},
- [0x07F8]={
+ [0x7F8]={
category="po",
description="NKO COMMA",
direction="on",
linebreak="is",
- unicodeslot=0x07F8,
+ unicodeslot=0x7F8,
},
- [0x07F9]={
+ [0x7F9]={
category="po",
description="NKO EXCLAMATION MARK",
direction="on",
linebreak="ex",
- unicodeslot=0x07F9,
+ unicodeslot=0x7F9,
},
- [0x07FA]={
+ [0x7FA]={
arabic="c",
category="lm",
description="NKO LAJANYALAN",
direction="r",
linebreak="al",
- unicodeslot=0x07FA,
+ unicodeslot=0x7FA,
},
- [0x0800]={
+ [0x800]={
category="lo",
description="SAMARITAN LETTER ALAF",
direction="r",
linebreak="al",
- unicodeslot=0x0800,
+ unicodeslot=0x800,
},
- [0x0801]={
+ [0x801]={
category="lo",
description="SAMARITAN LETTER BIT",
direction="r",
linebreak="al",
- unicodeslot=0x0801,
+ unicodeslot=0x801,
},
- [0x0802]={
+ [0x802]={
category="lo",
description="SAMARITAN LETTER GAMAN",
direction="r",
linebreak="al",
- unicodeslot=0x0802,
+ unicodeslot=0x802,
},
- [0x0803]={
+ [0x803]={
category="lo",
description="SAMARITAN LETTER DALAT",
direction="r",
linebreak="al",
- unicodeslot=0x0803,
+ unicodeslot=0x803,
},
- [0x0804]={
+ [0x804]={
category="lo",
description="SAMARITAN LETTER IY",
direction="r",
linebreak="al",
- unicodeslot=0x0804,
+ unicodeslot=0x804,
},
- [0x0805]={
+ [0x805]={
category="lo",
description="SAMARITAN LETTER BAA",
direction="r",
linebreak="al",
- unicodeslot=0x0805,
+ unicodeslot=0x805,
},
- [0x0806]={
+ [0x806]={
category="lo",
description="SAMARITAN LETTER ZEN",
direction="r",
linebreak="al",
- unicodeslot=0x0806,
+ unicodeslot=0x806,
},
- [0x0807]={
+ [0x807]={
category="lo",
description="SAMARITAN LETTER IT",
direction="r",
linebreak="al",
- unicodeslot=0x0807,
+ unicodeslot=0x807,
},
- [0x0808]={
+ [0x808]={
category="lo",
description="SAMARITAN LETTER TIT",
direction="r",
linebreak="al",
- unicodeslot=0x0808,
+ unicodeslot=0x808,
},
- [0x0809]={
+ [0x809]={
category="lo",
description="SAMARITAN LETTER YUT",
direction="r",
linebreak="al",
- unicodeslot=0x0809,
+ unicodeslot=0x809,
},
- [0x080A]={
+ [0x80A]={
category="lo",
description="SAMARITAN LETTER KAAF",
direction="r",
linebreak="al",
- unicodeslot=0x080A,
+ unicodeslot=0x80A,
},
- [0x080B]={
+ [0x80B]={
category="lo",
description="SAMARITAN LETTER LABAT",
direction="r",
linebreak="al",
- unicodeslot=0x080B,
+ unicodeslot=0x80B,
},
- [0x080C]={
+ [0x80C]={
category="lo",
description="SAMARITAN LETTER MIM",
direction="r",
linebreak="al",
- unicodeslot=0x080C,
+ unicodeslot=0x80C,
},
- [0x080D]={
+ [0x80D]={
category="lo",
description="SAMARITAN LETTER NUN",
direction="r",
linebreak="al",
- unicodeslot=0x080D,
+ unicodeslot=0x80D,
},
- [0x080E]={
+ [0x80E]={
category="lo",
description="SAMARITAN LETTER SINGAAT",
direction="r",
linebreak="al",
- unicodeslot=0x080E,
+ unicodeslot=0x80E,
},
- [0x080F]={
+ [0x80F]={
category="lo",
description="SAMARITAN LETTER IN",
direction="r",
linebreak="al",
- unicodeslot=0x080F,
+ unicodeslot=0x80F,
},
- [0x0810]={
+ [0x810]={
category="lo",
description="SAMARITAN LETTER FI",
direction="r",
linebreak="al",
- unicodeslot=0x0810,
+ unicodeslot=0x810,
},
- [0x0811]={
+ [0x811]={
category="lo",
description="SAMARITAN LETTER TSAADIY",
direction="r",
linebreak="al",
- unicodeslot=0x0811,
+ unicodeslot=0x811,
},
- [0x0812]={
+ [0x812]={
category="lo",
description="SAMARITAN LETTER QUF",
direction="r",
linebreak="al",
- unicodeslot=0x0812,
+ unicodeslot=0x812,
},
- [0x0813]={
+ [0x813]={
category="lo",
description="SAMARITAN LETTER RISH",
direction="r",
linebreak="al",
- unicodeslot=0x0813,
+ unicodeslot=0x813,
},
- [0x0814]={
+ [0x814]={
category="lo",
description="SAMARITAN LETTER SHAN",
direction="r",
linebreak="al",
- unicodeslot=0x0814,
+ unicodeslot=0x814,
},
- [0x0815]={
+ [0x815]={
category="lo",
description="SAMARITAN LETTER TAAF",
direction="r",
linebreak="al",
- unicodeslot=0x0815,
+ unicodeslot=0x815,
},
- [0x0816]={
+ [0x816]={
category="mn",
+ combining=0xE6,
description="SAMARITAN MARK IN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0816,
+ unicodeslot=0x816,
},
- [0x0817]={
+ [0x817]={
category="mn",
+ combining=0xE6,
description="SAMARITAN MARK IN-ALAF",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0817,
+ unicodeslot=0x817,
},
- [0x0818]={
+ [0x818]={
category="mn",
+ combining=0xE6,
description="SAMARITAN MARK OCCLUSION",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0818,
+ unicodeslot=0x818,
},
- [0x0819]={
+ [0x819]={
category="mn",
+ combining=0xE6,
description="SAMARITAN MARK DAGESH",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0819,
+ unicodeslot=0x819,
},
- [0x081A]={
+ [0x81A]={
category="lm",
description="SAMARITAN MODIFIER LETTER EPENTHETIC YUT",
direction="r",
linebreak="al",
- unicodeslot=0x081A,
+ unicodeslot=0x81A,
},
- [0x081B]={
+ [0x81B]={
category="mn",
+ combining=0xE6,
description="SAMARITAN MARK EPENTHETIC YUT",
direction="nsm",
linebreak="cm",
- unicodeslot=0x081B,
+ unicodeslot=0x81B,
},
- [0x081C]={
+ [0x81C]={
category="mn",
+ combining=0xE6,
description="SAMARITAN VOWEL SIGN LONG E",
direction="nsm",
linebreak="cm",
- unicodeslot=0x081C,
+ unicodeslot=0x81C,
},
- [0x081D]={
+ [0x81D]={
category="mn",
+ combining=0xE6,
description="SAMARITAN VOWEL SIGN E",
direction="nsm",
linebreak="cm",
- unicodeslot=0x081D,
+ unicodeslot=0x81D,
},
- [0x081E]={
+ [0x81E]={
category="mn",
+ combining=0xE6,
description="SAMARITAN VOWEL SIGN OVERLONG AA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x081E,
+ unicodeslot=0x81E,
},
- [0x081F]={
+ [0x81F]={
category="mn",
+ combining=0xE6,
description="SAMARITAN VOWEL SIGN LONG AA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x081F,
+ unicodeslot=0x81F,
},
- [0x0820]={
+ [0x820]={
category="mn",
+ combining=0xE6,
description="SAMARITAN VOWEL SIGN AA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0820,
+ unicodeslot=0x820,
},
- [0x0821]={
+ [0x821]={
category="mn",
+ combining=0xE6,
description="SAMARITAN VOWEL SIGN OVERLONG A",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0821,
+ unicodeslot=0x821,
},
- [0x0822]={
+ [0x822]={
category="mn",
+ combining=0xE6,
description="SAMARITAN VOWEL SIGN LONG A",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0822,
+ unicodeslot=0x822,
},
- [0x0823]={
+ [0x823]={
category="mn",
+ combining=0xE6,
description="SAMARITAN VOWEL SIGN A",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0823,
+ unicodeslot=0x823,
},
- [0x0824]={
+ [0x824]={
category="lm",
description="SAMARITAN MODIFIER LETTER SHORT A",
direction="r",
linebreak="al",
- unicodeslot=0x0824,
+ unicodeslot=0x824,
},
- [0x0825]={
+ [0x825]={
category="mn",
+ combining=0xE6,
description="SAMARITAN VOWEL SIGN SHORT A",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0825,
+ unicodeslot=0x825,
},
- [0x0826]={
+ [0x826]={
category="mn",
+ combining=0xE6,
description="SAMARITAN VOWEL SIGN LONG U",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0826,
+ unicodeslot=0x826,
},
- [0x0827]={
+ [0x827]={
category="mn",
+ combining=0xE6,
description="SAMARITAN VOWEL SIGN U",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0827,
+ unicodeslot=0x827,
},
- [0x0828]={
+ [0x828]={
category="lm",
description="SAMARITAN MODIFIER LETTER I",
direction="r",
linebreak="al",
- unicodeslot=0x0828,
+ unicodeslot=0x828,
},
- [0x0829]={
+ [0x829]={
category="mn",
+ combining=0xE6,
description="SAMARITAN VOWEL SIGN LONG I",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0829,
+ unicodeslot=0x829,
},
- [0x082A]={
+ [0x82A]={
category="mn",
+ combining=0xE6,
description="SAMARITAN VOWEL SIGN I",
direction="nsm",
linebreak="cm",
- unicodeslot=0x082A,
+ unicodeslot=0x82A,
},
- [0x082B]={
+ [0x82B]={
category="mn",
+ combining=0xE6,
description="SAMARITAN VOWEL SIGN O",
direction="nsm",
linebreak="cm",
- unicodeslot=0x082B,
+ unicodeslot=0x82B,
},
- [0x082C]={
+ [0x82C]={
category="mn",
+ combining=0xE6,
description="SAMARITAN VOWEL SIGN SUKUN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x082C,
+ unicodeslot=0x82C,
},
- [0x082D]={
+ [0x82D]={
category="mn",
+ combining=0xE6,
description="SAMARITAN MARK NEQUDAA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x082D,
+ unicodeslot=0x82D,
},
- [0x0830]={
+ [0x830]={
category="po",
description="SAMARITAN PUNCTUATION NEQUDAA",
direction="r",
linebreak="al",
- unicodeslot=0x0830,
+ unicodeslot=0x830,
},
- [0x0831]={
+ [0x831]={
category="po",
description="SAMARITAN PUNCTUATION AFSAAQ",
direction="r",
linebreak="al",
- unicodeslot=0x0831,
+ unicodeslot=0x831,
},
- [0x0832]={
+ [0x832]={
category="po",
description="SAMARITAN PUNCTUATION ANGED",
direction="r",
linebreak="al",
- unicodeslot=0x0832,
+ unicodeslot=0x832,
},
- [0x0833]={
+ [0x833]={
category="po",
description="SAMARITAN PUNCTUATION BAU",
direction="r",
linebreak="al",
- unicodeslot=0x0833,
+ unicodeslot=0x833,
},
- [0x0834]={
+ [0x834]={
category="po",
description="SAMARITAN PUNCTUATION ATMAAU",
direction="r",
linebreak="al",
- unicodeslot=0x0834,
+ unicodeslot=0x834,
},
- [0x0835]={
+ [0x835]={
category="po",
description="SAMARITAN PUNCTUATION SHIYYAALAA",
direction="r",
linebreak="al",
- unicodeslot=0x0835,
+ unicodeslot=0x835,
},
- [0x0836]={
+ [0x836]={
category="po",
description="SAMARITAN ABBREVIATION MARK",
direction="r",
linebreak="al",
- unicodeslot=0x0836,
+ unicodeslot=0x836,
},
- [0x0837]={
+ [0x837]={
category="po",
description="SAMARITAN PUNCTUATION MELODIC QITSA",
direction="r",
linebreak="al",
- unicodeslot=0x0837,
+ unicodeslot=0x837,
},
- [0x0838]={
+ [0x838]={
category="po",
description="SAMARITAN PUNCTUATION ZIQAA",
direction="r",
linebreak="al",
- unicodeslot=0x0838,
+ unicodeslot=0x838,
},
- [0x0839]={
+ [0x839]={
category="po",
description="SAMARITAN PUNCTUATION QITSA",
direction="r",
linebreak="al",
- unicodeslot=0x0839,
+ unicodeslot=0x839,
},
- [0x083A]={
+ [0x83A]={
category="po",
description="SAMARITAN PUNCTUATION ZAEF",
direction="r",
linebreak="al",
- unicodeslot=0x083A,
+ unicodeslot=0x83A,
},
- [0x083B]={
+ [0x83B]={
category="po",
description="SAMARITAN PUNCTUATION TURU",
direction="r",
linebreak="al",
- unicodeslot=0x083B,
+ unicodeslot=0x83B,
},
- [0x083C]={
+ [0x83C]={
category="po",
description="SAMARITAN PUNCTUATION ARKAANU",
direction="r",
linebreak="al",
- unicodeslot=0x083C,
+ unicodeslot=0x83C,
},
- [0x083D]={
+ [0x83D]={
category="po",
description="SAMARITAN PUNCTUATION SOF MASHFAAT",
direction="r",
linebreak="al",
- unicodeslot=0x083D,
+ unicodeslot=0x83D,
},
- [0x083E]={
+ [0x83E]={
category="po",
description="SAMARITAN PUNCTUATION ANNAAU",
direction="r",
linebreak="al",
- unicodeslot=0x083E,
+ unicodeslot=0x83E,
},
- [0x0840]={
+ [0x840]={
arabic="r",
category="lo",
description="MANDAIC LETTER HALQA",
direction="r",
linebreak="al",
- unicodeslot=0x0840,
+ unicodeslot=0x840,
},
- [0x0841]={
+ [0x841]={
arabic="d",
category="lo",
description="MANDAIC LETTER AB",
direction="r",
linebreak="al",
- unicodeslot=0x0841,
+ unicodeslot=0x841,
},
- [0x0842]={
+ [0x842]={
arabic="d",
category="lo",
description="MANDAIC LETTER AG",
direction="r",
linebreak="al",
- unicodeslot=0x0842,
+ unicodeslot=0x842,
},
- [0x0843]={
+ [0x843]={
arabic="d",
category="lo",
description="MANDAIC LETTER AD",
direction="r",
linebreak="al",
- unicodeslot=0x0843,
+ unicodeslot=0x843,
},
- [0x0844]={
+ [0x844]={
arabic="d",
category="lo",
description="MANDAIC LETTER AH",
direction="r",
linebreak="al",
- unicodeslot=0x0844,
+ unicodeslot=0x844,
},
- [0x0845]={
+ [0x845]={
arabic="d",
category="lo",
description="MANDAIC LETTER USHENNA",
direction="r",
linebreak="al",
- unicodeslot=0x0845,
+ unicodeslot=0x845,
},
- [0x0846]={
+ [0x846]={
arabic="r",
category="lo",
description="MANDAIC LETTER AZ",
direction="r",
linebreak="al",
- unicodeslot=0x0846,
+ unicodeslot=0x846,
},
- [0x0847]={
+ [0x847]={
arabic="d",
category="lo",
description="MANDAIC LETTER IT",
direction="r",
linebreak="al",
- unicodeslot=0x0847,
+ unicodeslot=0x847,
},
- [0x0848]={
+ [0x848]={
arabic="d",
category="lo",
description="MANDAIC LETTER ATT",
direction="r",
linebreak="al",
- unicodeslot=0x0848,
+ unicodeslot=0x848,
},
- [0x0849]={
+ [0x849]={
arabic="r",
category="lo",
description="MANDAIC LETTER AKSA",
direction="r",
linebreak="al",
- unicodeslot=0x0849,
+ unicodeslot=0x849,
},
- [0x084A]={
+ [0x84A]={
arabic="d",
category="lo",
description="MANDAIC LETTER AK",
direction="r",
linebreak="al",
- unicodeslot=0x084A,
+ unicodeslot=0x84A,
},
- [0x084B]={
+ [0x84B]={
arabic="d",
category="lo",
description="MANDAIC LETTER AL",
direction="r",
linebreak="al",
- unicodeslot=0x084B,
+ unicodeslot=0x84B,
},
- [0x084C]={
+ [0x84C]={
arabic="d",
category="lo",
description="MANDAIC LETTER AM",
direction="r",
linebreak="al",
- unicodeslot=0x084C,
+ unicodeslot=0x84C,
},
- [0x084D]={
+ [0x84D]={
arabic="d",
category="lo",
description="MANDAIC LETTER AN",
direction="r",
linebreak="al",
- unicodeslot=0x084D,
+ unicodeslot=0x84D,
},
- [0x084E]={
+ [0x84E]={
arabic="d",
category="lo",
description="MANDAIC LETTER AS",
direction="r",
linebreak="al",
- unicodeslot=0x084E,
+ unicodeslot=0x84E,
},
- [0x084F]={
+ [0x84F]={
arabic="r",
category="lo",
description="MANDAIC LETTER IN",
direction="r",
linebreak="al",
- unicodeslot=0x084F,
+ unicodeslot=0x84F,
},
- [0x0850]={
+ [0x850]={
arabic="d",
category="lo",
description="MANDAIC LETTER AP",
direction="r",
linebreak="al",
- unicodeslot=0x0850,
+ unicodeslot=0x850,
},
- [0x0851]={
+ [0x851]={
arabic="d",
category="lo",
description="MANDAIC LETTER ASZ",
direction="r",
linebreak="al",
- unicodeslot=0x0851,
+ unicodeslot=0x851,
},
- [0x0852]={
+ [0x852]={
arabic="d",
category="lo",
description="MANDAIC LETTER AQ",
direction="r",
linebreak="al",
- unicodeslot=0x0852,
+ unicodeslot=0x852,
},
- [0x0853]={
+ [0x853]={
arabic="d",
category="lo",
description="MANDAIC LETTER AR",
direction="r",
linebreak="al",
- unicodeslot=0x0853,
+ unicodeslot=0x853,
},
- [0x0854]={
+ [0x854]={
arabic="r",
category="lo",
description="MANDAIC LETTER ASH",
direction="r",
linebreak="al",
- unicodeslot=0x0854,
+ unicodeslot=0x854,
},
- [0x0855]={
+ [0x855]={
arabic="d",
category="lo",
description="MANDAIC LETTER AT",
direction="r",
linebreak="al",
- unicodeslot=0x0855,
+ unicodeslot=0x855,
},
- [0x0856]={
+ [0x856]={
arabic="u",
category="lo",
description="MANDAIC LETTER DUSHENNA",
direction="r",
linebreak="al",
- unicodeslot=0x0856,
+ unicodeslot=0x856,
},
- [0x0857]={
+ [0x857]={
arabic="u",
category="lo",
description="MANDAIC LETTER KAD",
direction="r",
linebreak="al",
- unicodeslot=0x0857,
+ unicodeslot=0x857,
},
- [0x0858]={
+ [0x858]={
arabic="u",
category="lo",
description="MANDAIC LETTER AIN",
direction="r",
linebreak="al",
- unicodeslot=0x0858,
+ unicodeslot=0x858,
},
- [0x0859]={
+ [0x859]={
category="mn",
+ combining=0xDC,
description="MANDAIC AFFRICATION MARK",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0859,
+ unicodeslot=0x859,
},
- [0x085A]={
+ [0x85A]={
category="mn",
+ combining=0xDC,
description="MANDAIC VOCALIZATION MARK",
direction="nsm",
linebreak="cm",
- unicodeslot=0x085A,
+ unicodeslot=0x85A,
},
- [0x085B]={
+ [0x85B]={
category="mn",
+ combining=0xDC,
description="MANDAIC GEMINATION MARK",
direction="nsm",
linebreak="cm",
- unicodeslot=0x085B,
+ unicodeslot=0x85B,
},
- [0x085E]={
+ [0x85E]={
category="po",
description="MANDAIC PUNCTUATION",
direction="r",
linebreak="al",
- unicodeslot=0x085E,
+ unicodeslot=0x85E,
},
- [0x08A0]={
+ [0x8A0]={
arabic="d",
category="lo",
description="ARABIC LETTER BEH WITH SMALL V BELOW",
direction="al",
linebreak="al",
- unicodeslot=0x08A0,
+ unicodeslot=0x8A0,
+ },
+ [0x8A1]={
+ arabic="d",
+ category="lo",
+ description="ARABIC LETTER BEH WITH HAMZA ABOVE",
+ direction="al",
+ linebreak="al",
+ unicodeslot=0x8A1,
},
- [0x08A2]={
+ [0x8A2]={
arabic="d",
category="lo",
description="ARABIC LETTER JEEM WITH TWO DOTS ABOVE",
direction="al",
linebreak="al",
- unicodeslot=0x08A2,
+ unicodeslot=0x8A2,
},
- [0x08A3]={
+ [0x8A3]={
arabic="d",
category="lo",
description="ARABIC LETTER TAH WITH TWO DOTS ABOVE",
direction="al",
linebreak="al",
- unicodeslot=0x08A3,
+ unicodeslot=0x8A3,
},
- [0x08A4]={
+ [0x8A4]={
arabic="d",
category="lo",
description="ARABIC LETTER FEH WITH DOT BELOW AND THREE DOTS ABOVE",
direction="al",
linebreak="al",
- unicodeslot=0x08A4,
+ unicodeslot=0x8A4,
},
- [0x08A5]={
+ [0x8A5]={
arabic="d",
category="lo",
description="ARABIC LETTER QAF WITH DOT BELOW",
direction="al",
linebreak="al",
- unicodeslot=0x08A5,
+ unicodeslot=0x8A5,
},
- [0x08A6]={
+ [0x8A6]={
arabic="d",
category="lo",
description="ARABIC LETTER LAM WITH DOUBLE BAR",
direction="al",
linebreak="al",
- unicodeslot=0x08A6,
+ unicodeslot=0x8A6,
},
- [0x08A7]={
+ [0x8A7]={
arabic="d",
category="lo",
description="ARABIC LETTER MEEM WITH THREE DOTS ABOVE",
direction="al",
linebreak="al",
- unicodeslot=0x08A7,
+ unicodeslot=0x8A7,
},
- [0x08A8]={
+ [0x8A8]={
arabic="d",
category="lo",
description="ARABIC LETTER YEH WITH TWO DOTS BELOW AND HAMZA ABOVE",
direction="al",
linebreak="al",
- unicodeslot=0x08A8,
+ unicodeslot=0x8A8,
},
- [0x08A9]={
+ [0x8A9]={
arabic="d",
category="lo",
description="ARABIC LETTER YEH WITH TWO DOTS BELOW AND DOT ABOVE",
direction="al",
linebreak="al",
- unicodeslot=0x08A9,
+ unicodeslot=0x8A9,
},
- [0x08AA]={
+ [0x8AA]={
arabic="r",
category="lo",
description="ARABIC LETTER REH WITH LOOP",
direction="al",
linebreak="al",
- unicodeslot=0x08AA,
+ unicodeslot=0x8AA,
},
- [0x08AB]={
+ [0x8AB]={
arabic="r",
category="lo",
description="ARABIC LETTER WAW WITH DOT WITHIN",
direction="al",
linebreak="al",
- unicodeslot=0x08AB,
+ unicodeslot=0x8AB,
},
- [0x08AC]={
+ [0x8AC]={
arabic="r",
category="lo",
description="ARABIC LETTER ROHINGYA YEH",
direction="al",
linebreak="al",
- unicodeslot=0x08AC,
+ unicodeslot=0x8AC,
+ },
+ [0x8AD]={
+ arabic="u",
+ category="lo",
+ description="ARABIC LETTER LOW ALEF",
+ direction="al",
+ linebreak="al",
+ unicodeslot=0x8AD,
},
- [0x08E4]={
+ [0x8AE]={
+ arabic="r",
+ category="lo",
+ description="ARABIC LETTER DAL WITH THREE DOTS BELOW",
+ direction="al",
+ linebreak="al",
+ unicodeslot=0x8AE,
+ },
+ [0x8AF]={
+ arabic="d",
+ category="lo",
+ description="ARABIC LETTER SAD WITH THREE DOTS BELOW",
+ direction="al",
+ linebreak="al",
+ unicodeslot=0x8AF,
+ },
+ [0x8B0]={
+ arabic="d",
+ category="lo",
+ description="ARABIC LETTER GAF WITH INVERTED STROKE",
+ direction="al",
+ linebreak="al",
+ unicodeslot=0x8B0,
+ },
+ [0x8B1]={
+ arabic="r",
+ category="lo",
+ description="ARABIC LETTER STRAIGHT WAW",
+ direction="al",
+ linebreak="al",
+ unicodeslot=0x8B1,
+ },
+ [0x8B2]={
+ arabic="r",
+ category="lo",
+ description="ARABIC LETTER ZAIN WITH INVERTED V ABOVE",
+ direction="al",
+ linebreak="al",
+ unicodeslot=0x8B2,
+ },
+ [0x8E4]={
category="mn",
+ combining=0xE6,
description="ARABIC CURLY FATHA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08E4,
+ unicodeslot=0x8E4,
},
- [0x08E5]={
+ [0x8E5]={
category="mn",
+ combining=0xE6,
description="ARABIC CURLY DAMMA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08E5,
+ unicodeslot=0x8E5,
},
- [0x08E6]={
+ [0x8E6]={
category="mn",
+ combining=0xDC,
description="ARABIC CURLY KASRA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08E6,
+ unicodeslot=0x8E6,
},
- [0x08E7]={
+ [0x8E7]={
category="mn",
+ combining=0xE6,
description="ARABIC CURLY FATHATAN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08E7,
+ unicodeslot=0x8E7,
},
- [0x08E8]={
+ [0x8E8]={
category="mn",
+ combining=0xE6,
description="ARABIC CURLY DAMMATAN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08E8,
+ unicodeslot=0x8E8,
},
- [0x08E9]={
+ [0x8E9]={
category="mn",
+ combining=0xDC,
description="ARABIC CURLY KASRATAN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08E9,
+ unicodeslot=0x8E9,
},
- [0x08EA]={
+ [0x8EA]={
category="mn",
+ combining=0xE6,
description="ARABIC TONE ONE DOT ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08EA,
+ unicodeslot=0x8EA,
},
- [0x08EB]={
+ [0x8EB]={
category="mn",
+ combining=0xE6,
description="ARABIC TONE TWO DOTS ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08EB,
+ unicodeslot=0x8EB,
},
- [0x08EC]={
+ [0x8EC]={
category="mn",
+ combining=0xE6,
description="ARABIC TONE LOOP ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08EC,
+ unicodeslot=0x8EC,
},
- [0x08ED]={
+ [0x8ED]={
category="mn",
+ combining=0xDC,
description="ARABIC TONE ONE DOT BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08ED,
+ unicodeslot=0x8ED,
},
- [0x08EE]={
+ [0x8EE]={
category="mn",
+ combining=0xDC,
description="ARABIC TONE TWO DOTS BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08EE,
+ unicodeslot=0x8EE,
},
- [0x08EF]={
+ [0x8EF]={
category="mn",
+ combining=0xDC,
description="ARABIC TONE LOOP BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08EF,
+ unicodeslot=0x8EF,
},
- [0x08F0]={
+ [0x8F0]={
category="mn",
+ combining=0x1B,
description="ARABIC OPEN FATHATAN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08F0,
+ unicodeslot=0x8F0,
},
- [0x08F1]={
+ [0x8F1]={
category="mn",
+ combining=0x1C,
description="ARABIC OPEN DAMMATAN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08F1,
+ unicodeslot=0x8F1,
},
- [0x08F2]={
+ [0x8F2]={
category="mn",
+ combining=0x1D,
description="ARABIC OPEN KASRATAN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08F2,
+ unicodeslot=0x8F2,
},
- [0x08F3]={
+ [0x8F3]={
category="mn",
+ combining=0xE6,
description="ARABIC SMALL HIGH WAW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08F3,
+ unicodeslot=0x8F3,
},
- [0x08F4]={
+ [0x8F4]={
category="mn",
+ combining=0xE6,
description="ARABIC FATHA WITH RING",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08F4,
+ unicodeslot=0x8F4,
},
- [0x08F5]={
+ [0x8F5]={
category="mn",
+ combining=0xE6,
description="ARABIC FATHA WITH DOT ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08F5,
+ unicodeslot=0x8F5,
},
- [0x08F6]={
+ [0x8F6]={
category="mn",
+ combining=0xDC,
description="ARABIC KASRA WITH DOT BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08F6,
+ unicodeslot=0x8F6,
},
- [0x08F7]={
+ [0x8F7]={
category="mn",
+ combining=0xE6,
description="ARABIC LEFT ARROWHEAD ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08F7,
+ unicodeslot=0x8F7,
},
- [0x08F8]={
+ [0x8F8]={
category="mn",
+ combining=0xE6,
description="ARABIC RIGHT ARROWHEAD ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08F8,
+ unicodeslot=0x8F8,
},
- [0x08F9]={
+ [0x8F9]={
category="mn",
+ combining=0xDC,
description="ARABIC LEFT ARROWHEAD BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08F9,
+ unicodeslot=0x8F9,
},
- [0x08FA]={
+ [0x8FA]={
category="mn",
+ combining=0xDC,
description="ARABIC RIGHT ARROWHEAD BELOW",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08FA,
+ unicodeslot=0x8FA,
},
- [0x08FB]={
+ [0x8FB]={
category="mn",
+ combining=0xE6,
description="ARABIC DOUBLE RIGHT ARROWHEAD ABOVE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08FB,
+ unicodeslot=0x8FB,
},
- [0x08FC]={
+ [0x8FC]={
category="mn",
+ combining=0xE6,
description="ARABIC DOUBLE RIGHT ARROWHEAD ABOVE WITH DOT",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08FC,
+ unicodeslot=0x8FC,
},
- [0x08FD]={
+ [0x8FD]={
category="mn",
+ combining=0xE6,
description="ARABIC RIGHT ARROWHEAD ABOVE WITH DOT",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08FD,
+ unicodeslot=0x8FD,
},
- [0x08FE]={
+ [0x8FE]={
category="mn",
+ combining=0xE6,
description="ARABIC DAMMA WITH DOT",
direction="nsm",
linebreak="cm",
- unicodeslot=0x08FE,
+ unicodeslot=0x8FE,
+ },
+ [0x8FF]={
+ category="mn",
+ combining=0xE6,
+ description="ARABIC MARK SIDEWAYS NOON GHUNNA",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x8FF,
},
- [0x0900]={
+ [0x900]={
category="mn",
description="DEVANAGARI SIGN INVERTED CANDRABINDU",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0900,
+ unicodeslot=0x900,
},
- [0x0901]={
+ [0x901]={
adobename="candrabindudeva",
category="mn",
description="DEVANAGARI SIGN CANDRABINDU",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0901,
+ unicodeslot=0x901,
},
- [0x0902]={
+ [0x902]={
adobename="anusvaradeva",
category="mn",
description="DEVANAGARI SIGN ANUSVARA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0902,
+ unicodeslot=0x902,
},
- [0x0903]={
+ [0x903]={
adobename="visargadeva",
category="mc",
description="DEVANAGARI SIGN VISARGA",
direction="l",
linebreak="cm",
- unicodeslot=0x0903,
+ unicodeslot=0x903,
},
- [0x0904]={
+ [0x904]={
category="lo",
description="DEVANAGARI LETTER SHORT A",
direction="l",
linebreak="al",
- unicodeslot=0x0904,
+ unicodeslot=0x904,
},
- [0x0905]={
+ [0x905]={
adobename="adeva",
category="lo",
description="DEVANAGARI LETTER A",
direction="l",
linebreak="al",
- unicodeslot=0x0905,
+ unicodeslot=0x905,
},
- [0x0906]={
+ [0x906]={
adobename="aadeva",
category="lo",
description="DEVANAGARI LETTER AA",
direction="l",
linebreak="al",
- unicodeslot=0x0906,
+ unicodeslot=0x906,
},
- [0x0907]={
+ [0x907]={
adobename="ideva",
category="lo",
description="DEVANAGARI LETTER I",
direction="l",
linebreak="al",
- unicodeslot=0x0907,
+ unicodeslot=0x907,
},
- [0x0908]={
+ [0x908]={
adobename="iideva",
category="lo",
description="DEVANAGARI LETTER II",
direction="l",
linebreak="al",
- unicodeslot=0x0908,
+ unicodeslot=0x908,
},
- [0x0909]={
+ [0x909]={
adobename="udeva",
category="lo",
description="DEVANAGARI LETTER U",
direction="l",
linebreak="al",
- unicodeslot=0x0909,
+ unicodeslot=0x909,
},
- [0x090A]={
+ [0x90A]={
adobename="uudeva",
category="lo",
description="DEVANAGARI LETTER UU",
direction="l",
linebreak="al",
- unicodeslot=0x090A,
+ unicodeslot=0x90A,
},
- [0x090B]={
+ [0x90B]={
adobename="rvocalicdeva",
category="lo",
description="DEVANAGARI LETTER VOCALIC R",
direction="l",
linebreak="al",
- unicodeslot=0x090B,
+ unicodeslot=0x90B,
},
- [0x090C]={
+ [0x90C]={
adobename="lvocalicdeva",
category="lo",
description="DEVANAGARI LETTER VOCALIC L",
direction="l",
linebreak="al",
- unicodeslot=0x090C,
+ unicodeslot=0x90C,
},
- [0x090D]={
+ [0x90D]={
adobename="ecandradeva",
category="lo",
description="DEVANAGARI LETTER CANDRA E",
direction="l",
linebreak="al",
- unicodeslot=0x090D,
+ unicodeslot=0x90D,
},
- [0x090E]={
+ [0x90E]={
adobename="eshortdeva",
category="lo",
description="DEVANAGARI LETTER SHORT E",
direction="l",
linebreak="al",
- unicodeslot=0x090E,
+ unicodeslot=0x90E,
},
- [0x090F]={
+ [0x90F]={
adobename="edeva",
category="lo",
description="DEVANAGARI LETTER E",
direction="l",
linebreak="al",
- unicodeslot=0x090F,
+ unicodeslot=0x90F,
},
- [0x0910]={
+ [0x910]={
adobename="aideva",
category="lo",
description="DEVANAGARI LETTER AI",
direction="l",
linebreak="al",
- unicodeslot=0x0910,
+ unicodeslot=0x910,
},
- [0x0911]={
+ [0x911]={
adobename="ocandradeva",
category="lo",
description="DEVANAGARI LETTER CANDRA O",
direction="l",
linebreak="al",
- unicodeslot=0x0911,
+ unicodeslot=0x911,
},
- [0x0912]={
+ [0x912]={
adobename="oshortdeva",
category="lo",
description="DEVANAGARI LETTER SHORT O",
direction="l",
linebreak="al",
- unicodeslot=0x0912,
+ unicodeslot=0x912,
},
- [0x0913]={
+ [0x913]={
adobename="odeva",
category="lo",
description="DEVANAGARI LETTER O",
direction="l",
linebreak="al",
- unicodeslot=0x0913,
+ unicodeslot=0x913,
},
- [0x0914]={
+ [0x914]={
adobename="audeva",
category="lo",
description="DEVANAGARI LETTER AU",
direction="l",
linebreak="al",
- unicodeslot=0x0914,
+ unicodeslot=0x914,
},
- [0x0915]={
+ [0x915]={
adobename="kadeva",
category="lo",
description="DEVANAGARI LETTER KA",
direction="l",
linebreak="al",
- unicodeslot=0x0915,
+ unicodeslot=0x915,
},
- [0x0916]={
+ [0x916]={
adobename="khadeva",
category="lo",
description="DEVANAGARI LETTER KHA",
direction="l",
linebreak="al",
- unicodeslot=0x0916,
+ unicodeslot=0x916,
},
- [0x0917]={
+ [0x917]={
adobename="gadeva",
category="lo",
description="DEVANAGARI LETTER GA",
direction="l",
linebreak="al",
- unicodeslot=0x0917,
+ unicodeslot=0x917,
},
- [0x0918]={
+ [0x918]={
adobename="ghadeva",
category="lo",
description="DEVANAGARI LETTER GHA",
direction="l",
linebreak="al",
- unicodeslot=0x0918,
+ unicodeslot=0x918,
},
- [0x0919]={
+ [0x919]={
adobename="ngadeva",
category="lo",
description="DEVANAGARI LETTER NGA",
direction="l",
linebreak="al",
- unicodeslot=0x0919,
+ unicodeslot=0x919,
},
- [0x091A]={
+ [0x91A]={
adobename="cadeva",
category="lo",
description="DEVANAGARI LETTER CA",
direction="l",
linebreak="al",
- unicodeslot=0x091A,
+ unicodeslot=0x91A,
},
- [0x091B]={
+ [0x91B]={
adobename="chadeva",
category="lo",
description="DEVANAGARI LETTER CHA",
direction="l",
linebreak="al",
- unicodeslot=0x091B,
+ unicodeslot=0x91B,
},
- [0x091C]={
+ [0x91C]={
adobename="jadeva",
category="lo",
description="DEVANAGARI LETTER JA",
direction="l",
linebreak="al",
- unicodeslot=0x091C,
+ unicodeslot=0x91C,
},
- [0x091D]={
+ [0x91D]={
adobename="jhadeva",
category="lo",
description="DEVANAGARI LETTER JHA",
direction="l",
linebreak="al",
- unicodeslot=0x091D,
+ unicodeslot=0x91D,
},
- [0x091E]={
+ [0x91E]={
adobename="nyadeva",
category="lo",
description="DEVANAGARI LETTER NYA",
direction="l",
linebreak="al",
- unicodeslot=0x091E,
+ unicodeslot=0x91E,
},
- [0x091F]={
+ [0x91F]={
adobename="ttadeva",
category="lo",
description="DEVANAGARI LETTER TTA",
direction="l",
linebreak="al",
- unicodeslot=0x091F,
+ unicodeslot=0x91F,
},
- [0x0920]={
+ [0x920]={
adobename="tthadeva",
category="lo",
description="DEVANAGARI LETTER TTHA",
direction="l",
linebreak="al",
- unicodeslot=0x0920,
+ unicodeslot=0x920,
},
- [0x0921]={
+ [0x921]={
adobename="ddadeva",
category="lo",
description="DEVANAGARI LETTER DDA",
direction="l",
linebreak="al",
- unicodeslot=0x0921,
+ unicodeslot=0x921,
},
- [0x0922]={
+ [0x922]={
adobename="ddhadeva",
category="lo",
description="DEVANAGARI LETTER DDHA",
direction="l",
linebreak="al",
- unicodeslot=0x0922,
+ unicodeslot=0x922,
},
- [0x0923]={
+ [0x923]={
adobename="nnadeva",
category="lo",
description="DEVANAGARI LETTER NNA",
direction="l",
linebreak="al",
- unicodeslot=0x0923,
+ unicodeslot=0x923,
},
- [0x0924]={
+ [0x924]={
adobename="tadeva",
category="lo",
description="DEVANAGARI LETTER TA",
direction="l",
linebreak="al",
- unicodeslot=0x0924,
+ unicodeslot=0x924,
},
- [0x0925]={
+ [0x925]={
adobename="thadeva",
category="lo",
description="DEVANAGARI LETTER THA",
direction="l",
linebreak="al",
- unicodeslot=0x0925,
+ unicodeslot=0x925,
},
- [0x0926]={
+ [0x926]={
adobename="dadeva",
category="lo",
description="DEVANAGARI LETTER DA",
direction="l",
linebreak="al",
- unicodeslot=0x0926,
+ unicodeslot=0x926,
},
- [0x0927]={
+ [0x927]={
adobename="dhadeva",
category="lo",
description="DEVANAGARI LETTER DHA",
direction="l",
linebreak="al",
- unicodeslot=0x0927,
+ unicodeslot=0x927,
},
- [0x0928]={
+ [0x928]={
adobename="nadeva",
category="lo",
description="DEVANAGARI LETTER NA",
direction="l",
linebreak="al",
- unicodeslot=0x0928,
+ unicodeslot=0x928,
},
- [0x0929]={
+ [0x929]={
adobename="nnnadeva",
category="lo",
description="DEVANAGARI LETTER NNNA",
direction="l",
linebreak="al",
- specials={ "char", 0x0928, 0x093C },
- unicodeslot=0x0929,
+ specials={ "char", 0x928, 0x93C },
+ unicodeslot=0x929,
},
- [0x092A]={
+ [0x92A]={
adobename="padeva",
category="lo",
description="DEVANAGARI LETTER PA",
direction="l",
linebreak="al",
- unicodeslot=0x092A,
+ unicodeslot=0x92A,
},
- [0x092B]={
+ [0x92B]={
adobename="phadeva",
category="lo",
description="DEVANAGARI LETTER PHA",
direction="l",
linebreak="al",
- unicodeslot=0x092B,
+ unicodeslot=0x92B,
},
- [0x092C]={
+ [0x92C]={
adobename="badeva",
category="lo",
description="DEVANAGARI LETTER BA",
direction="l",
linebreak="al",
- unicodeslot=0x092C,
+ unicodeslot=0x92C,
},
- [0x092D]={
+ [0x92D]={
adobename="bhadeva",
category="lo",
description="DEVANAGARI LETTER BHA",
direction="l",
linebreak="al",
- unicodeslot=0x092D,
+ unicodeslot=0x92D,
},
- [0x092E]={
+ [0x92E]={
adobename="madeva",
category="lo",
description="DEVANAGARI LETTER MA",
direction="l",
linebreak="al",
- unicodeslot=0x092E,
+ unicodeslot=0x92E,
},
- [0x092F]={
+ [0x92F]={
adobename="yadeva",
category="lo",
description="DEVANAGARI LETTER YA",
direction="l",
linebreak="al",
- unicodeslot=0x092F,
+ unicodeslot=0x92F,
},
- [0x0930]={
+ [0x930]={
adobename="radeva",
category="lo",
description="DEVANAGARI LETTER RA",
direction="l",
linebreak="al",
- unicodeslot=0x0930,
+ unicodeslot=0x930,
},
- [0x0931]={
+ [0x931]={
adobename="rradeva",
category="lo",
description="DEVANAGARI LETTER RRA",
direction="l",
linebreak="al",
- specials={ "char", 0x0930, 0x093C },
- unicodeslot=0x0931,
+ specials={ "char", 0x930, 0x93C },
+ unicodeslot=0x931,
},
- [0x0932]={
+ [0x932]={
adobename="ladeva",
category="lo",
description="DEVANAGARI LETTER LA",
direction="l",
linebreak="al",
- unicodeslot=0x0932,
+ unicodeslot=0x932,
},
- [0x0933]={
+ [0x933]={
adobename="lladeva",
category="lo",
description="DEVANAGARI LETTER LLA",
direction="l",
linebreak="al",
- unicodeslot=0x0933,
+ unicodeslot=0x933,
},
- [0x0934]={
+ [0x934]={
adobename="llladeva",
category="lo",
description="DEVANAGARI LETTER LLLA",
direction="l",
linebreak="al",
- specials={ "char", 0x0933, 0x093C },
- unicodeslot=0x0934,
+ specials={ "char", 0x933, 0x93C },
+ unicodeslot=0x934,
},
- [0x0935]={
+ [0x935]={
adobename="vadeva",
category="lo",
description="DEVANAGARI LETTER VA",
direction="l",
linebreak="al",
- unicodeslot=0x0935,
+ unicodeslot=0x935,
},
- [0x0936]={
+ [0x936]={
adobename="shadeva",
category="lo",
description="DEVANAGARI LETTER SHA",
direction="l",
linebreak="al",
- unicodeslot=0x0936,
+ unicodeslot=0x936,
},
- [0x0937]={
+ [0x937]={
adobename="ssadeva",
category="lo",
description="DEVANAGARI LETTER SSA",
direction="l",
linebreak="al",
- unicodeslot=0x0937,
+ unicodeslot=0x937,
},
- [0x0938]={
+ [0x938]={
adobename="sadeva",
category="lo",
description="DEVANAGARI LETTER SA",
direction="l",
linebreak="al",
- unicodeslot=0x0938,
+ unicodeslot=0x938,
},
- [0x0939]={
+ [0x939]={
adobename="hadeva",
category="lo",
description="DEVANAGARI LETTER HA",
direction="l",
linebreak="al",
- unicodeslot=0x0939,
+ unicodeslot=0x939,
},
- [0x093A]={
+ [0x93A]={
category="mn",
description="DEVANAGARI VOWEL SIGN OE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x093A,
+ unicodeslot=0x93A,
},
- [0x093B]={
+ [0x93B]={
category="mc",
description="DEVANAGARI VOWEL SIGN OOE",
direction="l",
linebreak="cm",
- unicodeslot=0x093B,
+ unicodeslot=0x93B,
},
- [0x093C]={
+ [0x93C]={
adobename="nuktadeva",
category="mn",
+ combining=0x7,
description="DEVANAGARI SIGN NUKTA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x093C,
+ unicodeslot=0x93C,
},
- [0x093D]={
+ [0x93D]={
adobename="avagrahadeva",
category="lo",
description="DEVANAGARI SIGN AVAGRAHA",
direction="l",
linebreak="al",
- unicodeslot=0x093D,
+ unicodeslot=0x93D,
},
- [0x093E]={
+ [0x93E]={
adobename="aavowelsigndeva",
category="mc",
description="DEVANAGARI VOWEL SIGN AA",
direction="l",
linebreak="cm",
- unicodeslot=0x093E,
+ unicodeslot=0x93E,
},
- [0x093F]={
+ [0x93F]={
adobename="ivowelsigndeva",
category="mc",
description="DEVANAGARI VOWEL SIGN I",
direction="l",
linebreak="cm",
- unicodeslot=0x093F,
+ unicodeslot=0x93F,
},
- [0x0940]={
+ [0x940]={
adobename="iivowelsigndeva",
category="mc",
description="DEVANAGARI VOWEL SIGN II",
direction="l",
linebreak="cm",
- unicodeslot=0x0940,
+ unicodeslot=0x940,
},
- [0x0941]={
+ [0x941]={
adobename="uvowelsigndeva",
category="mn",
description="DEVANAGARI VOWEL SIGN U",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0941,
+ unicodeslot=0x941,
},
- [0x0942]={
+ [0x942]={
adobename="uuvowelsigndeva",
category="mn",
description="DEVANAGARI VOWEL SIGN UU",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0942,
+ unicodeslot=0x942,
},
- [0x0943]={
+ [0x943]={
adobename="rvocalicvowelsigndeva",
category="mn",
description="DEVANAGARI VOWEL SIGN VOCALIC R",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0943,
+ unicodeslot=0x943,
},
- [0x0944]={
+ [0x944]={
adobename="rrvocalicvowelsigndeva",
category="mn",
description="DEVANAGARI VOWEL SIGN VOCALIC RR",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0944,
+ unicodeslot=0x944,
},
- [0x0945]={
+ [0x945]={
adobename="ecandravowelsigndeva",
category="mn",
description="DEVANAGARI VOWEL SIGN CANDRA E",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0945,
+ unicodeslot=0x945,
},
- [0x0946]={
+ [0x946]={
adobename="eshortvowelsigndeva",
category="mn",
description="DEVANAGARI VOWEL SIGN SHORT E",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0946,
+ unicodeslot=0x946,
},
- [0x0947]={
+ [0x947]={
adobename="evowelsigndeva",
category="mn",
description="DEVANAGARI VOWEL SIGN E",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0947,
+ unicodeslot=0x947,
},
- [0x0948]={
+ [0x948]={
adobename="aivowelsigndeva",
category="mn",
description="DEVANAGARI VOWEL SIGN AI",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0948,
+ unicodeslot=0x948,
},
- [0x0949]={
+ [0x949]={
adobename="ocandravowelsigndeva",
category="mc",
description="DEVANAGARI VOWEL SIGN CANDRA O",
direction="l",
linebreak="cm",
- unicodeslot=0x0949,
+ unicodeslot=0x949,
},
- [0x094A]={
+ [0x94A]={
adobename="oshortvowelsigndeva",
category="mc",
description="DEVANAGARI VOWEL SIGN SHORT O",
direction="l",
linebreak="cm",
- unicodeslot=0x094A,
+ unicodeslot=0x94A,
},
- [0x094B]={
+ [0x94B]={
adobename="ovowelsigndeva",
category="mc",
description="DEVANAGARI VOWEL SIGN O",
direction="l",
linebreak="cm",
- unicodeslot=0x094B,
+ unicodeslot=0x94B,
},
- [0x094C]={
+ [0x94C]={
adobename="auvowelsigndeva",
category="mc",
description="DEVANAGARI VOWEL SIGN AU",
direction="l",
linebreak="cm",
- unicodeslot=0x094C,
+ unicodeslot=0x94C,
},
- [0x094D]={
+ [0x94D]={
adobename="viramadeva",
category="mn",
+ combining=0x9,
description="DEVANAGARI SIGN VIRAMA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x094D,
+ unicodeslot=0x94D,
},
- [0x094E]={
+ [0x94E]={
category="mc",
description="DEVANAGARI VOWEL SIGN PRISHTHAMATRA E",
direction="l",
linebreak="cm",
- unicodeslot=0x094E,
+ unicodeslot=0x94E,
},
- [0x094F]={
+ [0x94F]={
category="mc",
description="DEVANAGARI VOWEL SIGN AW",
direction="l",
linebreak="cm",
- unicodeslot=0x094F,
+ unicodeslot=0x94F,
},
- [0x0950]={
+ [0x950]={
adobename="omdeva",
category="lo",
description="DEVANAGARI OM",
direction="l",
linebreak="al",
- unicodeslot=0x0950,
+ unicodeslot=0x950,
},
- [0x0951]={
+ [0x951]={
adobename="udattadeva",
category="mn",
+ combining=0xE6,
description="DEVANAGARI STRESS SIGN UDATTA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0951,
+ unicodeslot=0x951,
},
- [0x0952]={
+ [0x952]={
adobename="anudattadeva",
category="mn",
+ combining=0xDC,
description="DEVANAGARI STRESS SIGN ANUDATTA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0952,
+ unicodeslot=0x952,
},
- [0x0953]={
+ [0x953]={
adobename="gravedeva",
category="mn",
+ combining=0xE6,
description="DEVANAGARI GRAVE ACCENT",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0953,
+ unicodeslot=0x953,
},
- [0x0954]={
+ [0x954]={
adobename="acutedeva",
category="mn",
+ combining=0xE6,
description="DEVANAGARI ACUTE ACCENT",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0954,
+ unicodeslot=0x954,
},
- [0x0955]={
+ [0x955]={
category="mn",
description="DEVANAGARI VOWEL SIGN CANDRA LONG E",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0955,
+ unicodeslot=0x955,
},
- [0x0956]={
+ [0x956]={
category="mn",
description="DEVANAGARI VOWEL SIGN UE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0956,
+ unicodeslot=0x956,
},
- [0x0957]={
+ [0x957]={
category="mn",
description="DEVANAGARI VOWEL SIGN UUE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0957,
+ unicodeslot=0x957,
},
- [0x0958]={
+ [0x958]={
adobename="qadeva",
category="lo",
description="DEVANAGARI LETTER QA",
direction="l",
linebreak="al",
- specials={ "char", 0x0915, 0x093C },
- unicodeslot=0x0958,
+ specials={ "char", 0x915, 0x93C },
+ unicodeslot=0x958,
},
- [0x0959]={
+ [0x959]={
adobename="khhadeva",
category="lo",
description="DEVANAGARI LETTER KHHA",
direction="l",
linebreak="al",
- specials={ "char", 0x0916, 0x093C },
- unicodeslot=0x0959,
+ specials={ "char", 0x916, 0x93C },
+ unicodeslot=0x959,
},
- [0x095A]={
+ [0x95A]={
adobename="ghhadeva",
category="lo",
description="DEVANAGARI LETTER GHHA",
direction="l",
linebreak="al",
- specials={ "char", 0x0917, 0x093C },
- unicodeslot=0x095A,
+ specials={ "char", 0x917, 0x93C },
+ unicodeslot=0x95A,
},
- [0x095B]={
+ [0x95B]={
adobename="zadeva",
category="lo",
description="DEVANAGARI LETTER ZA",
direction="l",
linebreak="al",
- specials={ "char", 0x091C, 0x093C },
- unicodeslot=0x095B,
+ specials={ "char", 0x91C, 0x93C },
+ unicodeslot=0x95B,
},
- [0x095C]={
+ [0x95C]={
adobename="dddhadeva",
category="lo",
description="DEVANAGARI LETTER DDDHA",
direction="l",
linebreak="al",
- specials={ "char", 0x0921, 0x093C },
- unicodeslot=0x095C,
+ specials={ "char", 0x921, 0x93C },
+ unicodeslot=0x95C,
},
- [0x095D]={
+ [0x95D]={
adobename="rhadeva",
category="lo",
description="DEVANAGARI LETTER RHA",
direction="l",
linebreak="al",
- specials={ "char", 0x0922, 0x093C },
- unicodeslot=0x095D,
+ specials={ "char", 0x922, 0x93C },
+ unicodeslot=0x95D,
},
- [0x095E]={
+ [0x95E]={
adobename="fadeva",
category="lo",
description="DEVANAGARI LETTER FA",
direction="l",
linebreak="al",
- specials={ "char", 0x092B, 0x093C },
- unicodeslot=0x095E,
+ specials={ "char", 0x92B, 0x93C },
+ unicodeslot=0x95E,
},
- [0x095F]={
+ [0x95F]={
adobename="yyadeva",
category="lo",
description="DEVANAGARI LETTER YYA",
direction="l",
linebreak="al",
- specials={ "char", 0x092F, 0x093C },
- unicodeslot=0x095F,
+ specials={ "char", 0x92F, 0x93C },
+ unicodeslot=0x95F,
},
- [0x0960]={
+ [0x960]={
adobename="rrvocalicdeva",
category="lo",
description="DEVANAGARI LETTER VOCALIC RR",
direction="l",
linebreak="al",
- unicodeslot=0x0960,
+ unicodeslot=0x960,
},
- [0x0961]={
+ [0x961]={
adobename="llvocalicdeva",
category="lo",
description="DEVANAGARI LETTER VOCALIC LL",
direction="l",
linebreak="al",
- unicodeslot=0x0961,
+ unicodeslot=0x961,
},
- [0x0962]={
+ [0x962]={
adobename="lvocalicvowelsigndeva",
category="mn",
description="DEVANAGARI VOWEL SIGN VOCALIC L",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0962,
+ unicodeslot=0x962,
},
- [0x0963]={
+ [0x963]={
adobename="llvocalicvowelsigndeva",
category="mn",
description="DEVANAGARI VOWEL SIGN VOCALIC LL",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0963,
+ unicodeslot=0x963,
},
- [0x0964]={
+ [0x964]={
adobename="danda",
category="po",
description="DEVANAGARI DANDA",
direction="l",
linebreak="ba",
- unicodeslot=0x0964,
+ unicodeslot=0x964,
},
- [0x0965]={
+ [0x965]={
adobename="dbldanda",
category="po",
description="DEVANAGARI DOUBLE DANDA",
direction="l",
linebreak="ba",
- unicodeslot=0x0965,
+ unicodeslot=0x965,
},
- [0x0966]={
+ [0x966]={
adobename="zerodeva",
category="nd",
description="DEVANAGARI DIGIT ZERO",
direction="l",
linebreak="nu",
- unicodeslot=0x0966,
+ unicodeslot=0x966,
},
- [0x0967]={
+ [0x967]={
adobename="onedeva",
category="nd",
description="DEVANAGARI DIGIT ONE",
direction="l",
linebreak="nu",
- unicodeslot=0x0967,
+ unicodeslot=0x967,
},
- [0x0968]={
+ [0x968]={
adobename="twodeva",
category="nd",
description="DEVANAGARI DIGIT TWO",
direction="l",
linebreak="nu",
- unicodeslot=0x0968,
+ unicodeslot=0x968,
},
- [0x0969]={
+ [0x969]={
adobename="threedeva",
category="nd",
description="DEVANAGARI DIGIT THREE",
direction="l",
linebreak="nu",
- unicodeslot=0x0969,
+ unicodeslot=0x969,
},
- [0x096A]={
+ [0x96A]={
adobename="fourdeva",
category="nd",
description="DEVANAGARI DIGIT FOUR",
direction="l",
linebreak="nu",
- unicodeslot=0x096A,
+ unicodeslot=0x96A,
},
- [0x096B]={
+ [0x96B]={
adobename="fivedeva",
category="nd",
description="DEVANAGARI DIGIT FIVE",
direction="l",
linebreak="nu",
- unicodeslot=0x096B,
+ unicodeslot=0x96B,
},
- [0x096C]={
+ [0x96C]={
adobename="sixdeva",
category="nd",
description="DEVANAGARI DIGIT SIX",
direction="l",
linebreak="nu",
- unicodeslot=0x096C,
+ unicodeslot=0x96C,
},
- [0x096D]={
+ [0x96D]={
adobename="sevendeva",
category="nd",
description="DEVANAGARI DIGIT SEVEN",
direction="l",
linebreak="nu",
- unicodeslot=0x096D,
+ unicodeslot=0x96D,
},
- [0x096E]={
+ [0x96E]={
adobename="eightdeva",
category="nd",
description="DEVANAGARI DIGIT EIGHT",
direction="l",
linebreak="nu",
- unicodeslot=0x096E,
+ unicodeslot=0x96E,
},
- [0x096F]={
+ [0x96F]={
adobename="ninedeva",
category="nd",
description="DEVANAGARI DIGIT NINE",
direction="l",
linebreak="nu",
- unicodeslot=0x096F,
+ unicodeslot=0x96F,
},
- [0x0970]={
+ [0x970]={
adobename="abbreviationsigndeva",
category="po",
description="DEVANAGARI ABBREVIATION SIGN",
direction="l",
linebreak="al",
- unicodeslot=0x0970,
+ unicodeslot=0x970,
},
- [0x0971]={
+ [0x971]={
category="lm",
description="DEVANAGARI SIGN HIGH SPACING DOT",
direction="l",
linebreak="al",
- unicodeslot=0x0971,
+ unicodeslot=0x971,
},
- [0x0972]={
+ [0x972]={
category="lo",
description="DEVANAGARI LETTER CANDRA A",
direction="l",
linebreak="al",
- unicodeslot=0x0972,
+ unicodeslot=0x972,
},
- [0x0973]={
+ [0x973]={
category="lo",
description="DEVANAGARI LETTER OE",
direction="l",
linebreak="al",
- unicodeslot=0x0973,
+ unicodeslot=0x973,
},
- [0x0974]={
+ [0x974]={
category="lo",
description="DEVANAGARI LETTER OOE",
direction="l",
linebreak="al",
- unicodeslot=0x0974,
+ unicodeslot=0x974,
},
- [0x0975]={
+ [0x975]={
category="lo",
description="DEVANAGARI LETTER AW",
direction="l",
linebreak="al",
- unicodeslot=0x0975,
+ unicodeslot=0x975,
},
- [0x0976]={
+ [0x976]={
category="lo",
description="DEVANAGARI LETTER UE",
direction="l",
linebreak="al",
- unicodeslot=0x0976,
+ unicodeslot=0x976,
},
- [0x0977]={
+ [0x977]={
category="lo",
description="DEVANAGARI LETTER UUE",
direction="l",
linebreak="al",
- unicodeslot=0x0977,
+ unicodeslot=0x977,
},
- [0x0979]={
+ [0x978]={
+ category="lo",
+ description="DEVANAGARI LETTER MARWARI DDA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x978,
+ },
+ [0x979]={
category="lo",
description="DEVANAGARI LETTER ZHA",
direction="l",
linebreak="al",
- unicodeslot=0x0979,
+ unicodeslot=0x979,
},
- [0x097A]={
+ [0x97A]={
category="lo",
description="DEVANAGARI LETTER HEAVY YA",
direction="l",
linebreak="al",
- unicodeslot=0x097A,
+ unicodeslot=0x97A,
},
- [0x097B]={
+ [0x97B]={
category="lo",
description="DEVANAGARI LETTER GGA",
direction="l",
linebreak="al",
- unicodeslot=0x097B,
+ unicodeslot=0x97B,
},
- [0x097C]={
+ [0x97C]={
category="lo",
description="DEVANAGARI LETTER JJA",
direction="l",
linebreak="al",
- unicodeslot=0x097C,
+ unicodeslot=0x97C,
},
- [0x097D]={
+ [0x97D]={
category="lo",
description="DEVANAGARI LETTER GLOTTAL STOP",
direction="l",
linebreak="al",
- unicodeslot=0x097D,
+ unicodeslot=0x97D,
},
- [0x097E]={
+ [0x97E]={
category="lo",
description="DEVANAGARI LETTER DDDA",
direction="l",
linebreak="al",
- unicodeslot=0x097E,
+ unicodeslot=0x97E,
},
- [0x097F]={
+ [0x97F]={
category="lo",
description="DEVANAGARI LETTER BBA",
direction="l",
linebreak="al",
- unicodeslot=0x097F,
+ unicodeslot=0x97F,
},
- [0x0981]={
+ [0x980]={
+ category="lo",
+ description="BENGALI ANJI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x980,
+ },
+ [0x981]={
adobename="candrabindubengali",
category="mn",
description="BENGALI SIGN CANDRABINDU",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0981,
+ unicodeslot=0x981,
},
- [0x0982]={
+ [0x982]={
adobename="anusvarabengali",
category="mc",
description="BENGALI SIGN ANUSVARA",
direction="l",
linebreak="cm",
- unicodeslot=0x0982,
+ unicodeslot=0x982,
},
- [0x0983]={
+ [0x983]={
adobename="visargabengali",
category="mc",
description="BENGALI SIGN VISARGA",
direction="l",
linebreak="cm",
- unicodeslot=0x0983,
+ unicodeslot=0x983,
},
- [0x0985]={
+ [0x985]={
adobename="abengali",
category="lo",
description="BENGALI LETTER A",
direction="l",
linebreak="al",
- unicodeslot=0x0985,
+ unicodeslot=0x985,
},
- [0x0986]={
+ [0x986]={
adobename="aabengali",
category="lo",
description="BENGALI LETTER AA",
direction="l",
linebreak="al",
- unicodeslot=0x0986,
+ unicodeslot=0x986,
},
- [0x0987]={
+ [0x987]={
adobename="ibengali",
category="lo",
description="BENGALI LETTER I",
direction="l",
linebreak="al",
- unicodeslot=0x0987,
+ unicodeslot=0x987,
},
- [0x0988]={
+ [0x988]={
adobename="iibengali",
category="lo",
description="BENGALI LETTER II",
direction="l",
linebreak="al",
- unicodeslot=0x0988,
+ unicodeslot=0x988,
},
- [0x0989]={
+ [0x989]={
adobename="ubengali",
category="lo",
description="BENGALI LETTER U",
direction="l",
linebreak="al",
- unicodeslot=0x0989,
+ unicodeslot=0x989,
},
- [0x098A]={
+ [0x98A]={
adobename="uubengali",
category="lo",
description="BENGALI LETTER UU",
direction="l",
linebreak="al",
- unicodeslot=0x098A,
+ unicodeslot=0x98A,
},
- [0x098B]={
+ [0x98B]={
adobename="rvocalicbengali",
category="lo",
description="BENGALI LETTER VOCALIC R",
direction="l",
linebreak="al",
- unicodeslot=0x098B,
+ unicodeslot=0x98B,
},
- [0x098C]={
+ [0x98C]={
adobename="lvocalicbengali",
category="lo",
description="BENGALI LETTER VOCALIC L",
direction="l",
linebreak="al",
- unicodeslot=0x098C,
+ unicodeslot=0x98C,
},
- [0x098F]={
+ [0x98F]={
adobename="ebengali",
category="lo",
description="BENGALI LETTER E",
direction="l",
linebreak="al",
- unicodeslot=0x098F,
+ unicodeslot=0x98F,
},
- [0x0990]={
+ [0x990]={
adobename="aibengali",
category="lo",
description="BENGALI LETTER AI",
direction="l",
linebreak="al",
- unicodeslot=0x0990,
+ unicodeslot=0x990,
},
- [0x0993]={
+ [0x993]={
adobename="obengali",
category="lo",
description="BENGALI LETTER O",
direction="l",
linebreak="al",
- unicodeslot=0x0993,
+ unicodeslot=0x993,
},
- [0x0994]={
+ [0x994]={
adobename="aubengali",
category="lo",
description="BENGALI LETTER AU",
direction="l",
linebreak="al",
- unicodeslot=0x0994,
+ unicodeslot=0x994,
},
- [0x0995]={
+ [0x995]={
adobename="kabengali",
category="lo",
description="BENGALI LETTER KA",
direction="l",
linebreak="al",
- unicodeslot=0x0995,
+ unicodeslot=0x995,
},
- [0x0996]={
+ [0x996]={
adobename="khabengali",
category="lo",
description="BENGALI LETTER KHA",
direction="l",
linebreak="al",
- unicodeslot=0x0996,
+ unicodeslot=0x996,
},
- [0x0997]={
+ [0x997]={
adobename="gabengali",
category="lo",
description="BENGALI LETTER GA",
direction="l",
linebreak="al",
- unicodeslot=0x0997,
+ unicodeslot=0x997,
},
- [0x0998]={
+ [0x998]={
adobename="ghabengali",
category="lo",
description="BENGALI LETTER GHA",
direction="l",
linebreak="al",
- unicodeslot=0x0998,
+ unicodeslot=0x998,
},
- [0x0999]={
+ [0x999]={
adobename="ngabengali",
category="lo",
description="BENGALI LETTER NGA",
direction="l",
linebreak="al",
- unicodeslot=0x0999,
+ unicodeslot=0x999,
},
- [0x099A]={
+ [0x99A]={
adobename="cabengali",
category="lo",
description="BENGALI LETTER CA",
direction="l",
linebreak="al",
- unicodeslot=0x099A,
+ unicodeslot=0x99A,
},
- [0x099B]={
+ [0x99B]={
adobename="chabengali",
category="lo",
description="BENGALI LETTER CHA",
direction="l",
linebreak="al",
- unicodeslot=0x099B,
+ unicodeslot=0x99B,
},
- [0x099C]={
+ [0x99C]={
adobename="jabengali",
category="lo",
description="BENGALI LETTER JA",
direction="l",
linebreak="al",
- unicodeslot=0x099C,
+ unicodeslot=0x99C,
},
- [0x099D]={
+ [0x99D]={
adobename="jhabengali",
category="lo",
description="BENGALI LETTER JHA",
direction="l",
linebreak="al",
- unicodeslot=0x099D,
+ unicodeslot=0x99D,
},
- [0x099E]={
+ [0x99E]={
adobename="nyabengali",
category="lo",
description="BENGALI LETTER NYA",
direction="l",
linebreak="al",
- unicodeslot=0x099E,
+ unicodeslot=0x99E,
},
- [0x099F]={
+ [0x99F]={
adobename="ttabengali",
category="lo",
description="BENGALI LETTER TTA",
direction="l",
linebreak="al",
- unicodeslot=0x099F,
+ unicodeslot=0x99F,
},
- [0x09A0]={
+ [0x9A0]={
adobename="tthabengali",
category="lo",
description="BENGALI LETTER TTHA",
direction="l",
linebreak="al",
- unicodeslot=0x09A0,
+ unicodeslot=0x9A0,
},
- [0x09A1]={
+ [0x9A1]={
adobename="ddabengali",
category="lo",
description="BENGALI LETTER DDA",
direction="l",
linebreak="al",
- unicodeslot=0x09A1,
+ unicodeslot=0x9A1,
},
- [0x09A2]={
+ [0x9A2]={
adobename="ddhabengali",
category="lo",
description="BENGALI LETTER DDHA",
direction="l",
linebreak="al",
- unicodeslot=0x09A2,
+ unicodeslot=0x9A2,
},
- [0x09A3]={
+ [0x9A3]={
adobename="nnabengali",
category="lo",
description="BENGALI LETTER NNA",
direction="l",
linebreak="al",
- unicodeslot=0x09A3,
+ unicodeslot=0x9A3,
},
- [0x09A4]={
+ [0x9A4]={
adobename="tabengali",
category="lo",
description="BENGALI LETTER TA",
direction="l",
linebreak="al",
- unicodeslot=0x09A4,
+ unicodeslot=0x9A4,
},
- [0x09A5]={
+ [0x9A5]={
adobename="thabengali",
category="lo",
description="BENGALI LETTER THA",
direction="l",
linebreak="al",
- unicodeslot=0x09A5,
+ unicodeslot=0x9A5,
},
- [0x09A6]={
+ [0x9A6]={
adobename="dabengali",
category="lo",
description="BENGALI LETTER DA",
direction="l",
linebreak="al",
- unicodeslot=0x09A6,
+ unicodeslot=0x9A6,
},
- [0x09A7]={
+ [0x9A7]={
adobename="dhabengali",
category="lo",
description="BENGALI LETTER DHA",
direction="l",
linebreak="al",
- unicodeslot=0x09A7,
+ unicodeslot=0x9A7,
},
- [0x09A8]={
+ [0x9A8]={
adobename="nabengali",
category="lo",
description="BENGALI LETTER NA",
direction="l",
linebreak="al",
- unicodeslot=0x09A8,
+ unicodeslot=0x9A8,
},
- [0x09AA]={
+ [0x9AA]={
adobename="pabengali",
category="lo",
description="BENGALI LETTER PA",
direction="l",
linebreak="al",
- unicodeslot=0x09AA,
+ unicodeslot=0x9AA,
},
- [0x09AB]={
+ [0x9AB]={
adobename="phabengali",
category="lo",
description="BENGALI LETTER PHA",
direction="l",
linebreak="al",
- unicodeslot=0x09AB,
+ unicodeslot=0x9AB,
},
- [0x09AC]={
+ [0x9AC]={
adobename="babengali",
category="lo",
description="BENGALI LETTER BA",
direction="l",
linebreak="al",
- unicodeslot=0x09AC,
+ unicodeslot=0x9AC,
},
- [0x09AD]={
+ [0x9AD]={
adobename="bhabengali",
category="lo",
description="BENGALI LETTER BHA",
direction="l",
linebreak="al",
- unicodeslot=0x09AD,
+ unicodeslot=0x9AD,
},
- [0x09AE]={
+ [0x9AE]={
adobename="mabengali",
category="lo",
description="BENGALI LETTER MA",
direction="l",
linebreak="al",
- unicodeslot=0x09AE,
+ unicodeslot=0x9AE,
},
- [0x09AF]={
+ [0x9AF]={
adobename="yabengali",
category="lo",
description="BENGALI LETTER YA",
direction="l",
linebreak="al",
- unicodeslot=0x09AF,
+ unicodeslot=0x9AF,
},
- [0x09B0]={
+ [0x9B0]={
adobename="rabengali",
category="lo",
description="BENGALI LETTER RA",
direction="l",
linebreak="al",
- unicodeslot=0x09B0,
+ unicodeslot=0x9B0,
},
- [0x09B2]={
+ [0x9B2]={
adobename="labengali",
category="lo",
description="BENGALI LETTER LA",
direction="l",
linebreak="al",
- unicodeslot=0x09B2,
+ unicodeslot=0x9B2,
},
- [0x09B6]={
+ [0x9B6]={
adobename="shabengali",
category="lo",
description="BENGALI LETTER SHA",
direction="l",
linebreak="al",
- unicodeslot=0x09B6,
+ unicodeslot=0x9B6,
},
- [0x09B7]={
+ [0x9B7]={
adobename="ssabengali",
category="lo",
description="BENGALI LETTER SSA",
direction="l",
linebreak="al",
- unicodeslot=0x09B7,
+ unicodeslot=0x9B7,
},
- [0x09B8]={
+ [0x9B8]={
adobename="sabengali",
category="lo",
description="BENGALI LETTER SA",
direction="l",
linebreak="al",
- unicodeslot=0x09B8,
+ unicodeslot=0x9B8,
},
- [0x09B9]={
+ [0x9B9]={
adobename="habengali",
category="lo",
description="BENGALI LETTER HA",
direction="l",
linebreak="al",
- unicodeslot=0x09B9,
+ unicodeslot=0x9B9,
},
- [0x09BC]={
+ [0x9BC]={
adobename="nuktabengali",
category="mn",
+ combining=0x7,
description="BENGALI SIGN NUKTA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x09BC,
+ unicodeslot=0x9BC,
},
- [0x09BD]={
+ [0x9BD]={
category="lo",
description="BENGALI SIGN AVAGRAHA",
direction="l",
linebreak="al",
- unicodeslot=0x09BD,
+ unicodeslot=0x9BD,
},
- [0x09BE]={
+ [0x9BE]={
adobename="aavowelsignbengali",
category="mc",
description="BENGALI VOWEL SIGN AA",
direction="l",
linebreak="cm",
- unicodeslot=0x09BE,
+ unicodeslot=0x9BE,
},
- [0x09BF]={
+ [0x9BF]={
adobename="ivowelsignbengali",
category="mc",
description="BENGALI VOWEL SIGN I",
direction="l",
linebreak="cm",
- unicodeslot=0x09BF,
+ unicodeslot=0x9BF,
},
- [0x09C0]={
+ [0x9C0]={
adobename="iivowelsignbengali",
category="mc",
description="BENGALI VOWEL SIGN II",
direction="l",
linebreak="cm",
- unicodeslot=0x09C0,
+ unicodeslot=0x9C0,
},
- [0x09C1]={
+ [0x9C1]={
adobename="uvowelsignbengali",
category="mn",
description="BENGALI VOWEL SIGN U",
direction="nsm",
linebreak="cm",
- unicodeslot=0x09C1,
+ unicodeslot=0x9C1,
},
- [0x09C2]={
+ [0x9C2]={
adobename="uuvowelsignbengali",
category="mn",
description="BENGALI VOWEL SIGN UU",
direction="nsm",
linebreak="cm",
- unicodeslot=0x09C2,
+ unicodeslot=0x9C2,
},
- [0x09C3]={
+ [0x9C3]={
adobename="rvocalicvowelsignbengali",
category="mn",
description="BENGALI VOWEL SIGN VOCALIC R",
direction="nsm",
linebreak="cm",
- unicodeslot=0x09C3,
+ unicodeslot=0x9C3,
},
- [0x09C4]={
+ [0x9C4]={
adobename="rrvocalicvowelsignbengali",
category="mn",
description="BENGALI VOWEL SIGN VOCALIC RR",
direction="nsm",
linebreak="cm",
- unicodeslot=0x09C4,
+ unicodeslot=0x9C4,
},
- [0x09C7]={
+ [0x9C7]={
adobename="evowelsignbengali",
category="mc",
description="BENGALI VOWEL SIGN E",
direction="l",
linebreak="cm",
- unicodeslot=0x09C7,
+ unicodeslot=0x9C7,
},
- [0x09C8]={
+ [0x9C8]={
adobename="aivowelsignbengali",
category="mc",
description="BENGALI VOWEL SIGN AI",
direction="l",
linebreak="cm",
- unicodeslot=0x09C8,
+ unicodeslot=0x9C8,
},
- [0x09CB]={
+ [0x9CB]={
adobename="ovowelsignbengali",
category="mc",
description="BENGALI VOWEL SIGN O",
direction="l",
linebreak="cm",
- specials={ "char", 0x09C7, 0x09BE },
- unicodeslot=0x09CB,
+ specials={ "char", 0x9C7, 0x9BE },
+ unicodeslot=0x9CB,
},
- [0x09CC]={
+ [0x9CC]={
adobename="auvowelsignbengali",
category="mc",
description="BENGALI VOWEL SIGN AU",
direction="l",
linebreak="cm",
- specials={ "char", 0x09C7, 0x09D7 },
- unicodeslot=0x09CC,
+ specials={ "char", 0x9C7, 0x9D7 },
+ unicodeslot=0x9CC,
},
- [0x09CD]={
+ [0x9CD]={
adobename="viramabengali",
category="mn",
+ combining=0x9,
description="BENGALI SIGN VIRAMA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x09CD,
+ unicodeslot=0x9CD,
},
- [0x09CE]={
+ [0x9CE]={
category="lo",
description="BENGALI LETTER KHANDA TA",
direction="l",
linebreak="al",
- unicodeslot=0x09CE,
+ unicodeslot=0x9CE,
},
- [0x09D7]={
+ [0x9D7]={
adobename="aulengthmarkbengali",
category="mc",
description="BENGALI AU LENGTH MARK",
direction="l",
linebreak="cm",
- unicodeslot=0x09D7,
+ unicodeslot=0x9D7,
},
- [0x09DC]={
+ [0x9DC]={
adobename="rrabengali",
category="lo",
description="BENGALI LETTER RRA",
direction="l",
linebreak="al",
- specials={ "char", 0x09A1, 0x09BC },
- unicodeslot=0x09DC,
+ specials={ "char", 0x9A1, 0x9BC },
+ unicodeslot=0x9DC,
},
- [0x09DD]={
+ [0x9DD]={
adobename="rhabengali",
category="lo",
description="BENGALI LETTER RHA",
direction="l",
linebreak="al",
- specials={ "char", 0x09A2, 0x09BC },
- unicodeslot=0x09DD,
+ specials={ "char", 0x9A2, 0x9BC },
+ unicodeslot=0x9DD,
},
- [0x09DF]={
+ [0x9DF]={
adobename="yyabengali",
category="lo",
description="BENGALI LETTER YYA",
direction="l",
linebreak="al",
- specials={ "char", 0x09AF, 0x09BC },
- unicodeslot=0x09DF,
+ specials={ "char", 0x9AF, 0x9BC },
+ unicodeslot=0x9DF,
},
- [0x09E0]={
+ [0x9E0]={
adobename="rrvocalicbengali",
category="lo",
description="BENGALI LETTER VOCALIC RR",
direction="l",
linebreak="al",
- unicodeslot=0x09E0,
+ unicodeslot=0x9E0,
},
- [0x09E1]={
+ [0x9E1]={
adobename="llvocalicbengali",
category="lo",
description="BENGALI LETTER VOCALIC LL",
direction="l",
linebreak="al",
- unicodeslot=0x09E1,
+ unicodeslot=0x9E1,
},
- [0x09E2]={
+ [0x9E2]={
adobename="lvocalicvowelsignbengali",
category="mn",
description="BENGALI VOWEL SIGN VOCALIC L",
direction="nsm",
linebreak="cm",
- unicodeslot=0x09E2,
+ unicodeslot=0x9E2,
},
- [0x09E3]={
+ [0x9E3]={
adobename="llvocalicvowelsignbengali",
category="mn",
description="BENGALI VOWEL SIGN VOCALIC LL",
direction="nsm",
linebreak="cm",
- unicodeslot=0x09E3,
+ unicodeslot=0x9E3,
},
- [0x09E6]={
+ [0x9E6]={
adobename="zerobengali",
category="nd",
description="BENGALI DIGIT ZERO",
direction="l",
linebreak="nu",
- unicodeslot=0x09E6,
+ unicodeslot=0x9E6,
},
- [0x09E7]={
+ [0x9E7]={
adobename="onebengali",
category="nd",
description="BENGALI DIGIT ONE",
direction="l",
linebreak="nu",
- unicodeslot=0x09E7,
+ unicodeslot=0x9E7,
},
- [0x09E8]={
+ [0x9E8]={
adobename="twobengali",
category="nd",
description="BENGALI DIGIT TWO",
direction="l",
linebreak="nu",
- unicodeslot=0x09E8,
+ unicodeslot=0x9E8,
},
- [0x09E9]={
+ [0x9E9]={
adobename="threebengali",
category="nd",
description="BENGALI DIGIT THREE",
direction="l",
linebreak="nu",
- unicodeslot=0x09E9,
+ unicodeslot=0x9E9,
},
- [0x09EA]={
+ [0x9EA]={
adobename="fourbengali",
category="nd",
description="BENGALI DIGIT FOUR",
direction="l",
linebreak="nu",
- unicodeslot=0x09EA,
+ unicodeslot=0x9EA,
},
- [0x09EB]={
+ [0x9EB]={
adobename="fivebengali",
category="nd",
description="BENGALI DIGIT FIVE",
direction="l",
linebreak="nu",
- unicodeslot=0x09EB,
+ unicodeslot=0x9EB,
},
- [0x09EC]={
+ [0x9EC]={
adobename="sixbengali",
category="nd",
description="BENGALI DIGIT SIX",
direction="l",
linebreak="nu",
- unicodeslot=0x09EC,
+ unicodeslot=0x9EC,
},
- [0x09ED]={
+ [0x9ED]={
adobename="sevenbengali",
category="nd",
description="BENGALI DIGIT SEVEN",
direction="l",
linebreak="nu",
- unicodeslot=0x09ED,
+ unicodeslot=0x9ED,
},
- [0x09EE]={
+ [0x9EE]={
adobename="eightbengali",
category="nd",
description="BENGALI DIGIT EIGHT",
direction="l",
linebreak="nu",
- unicodeslot=0x09EE,
+ unicodeslot=0x9EE,
},
- [0x09EF]={
+ [0x9EF]={
adobename="ninebengali",
category="nd",
description="BENGALI DIGIT NINE",
direction="l",
linebreak="nu",
- unicodeslot=0x09EF,
+ unicodeslot=0x9EF,
},
- [0x09F0]={
+ [0x9F0]={
adobename="ramiddlediagonalbengali",
category="lo",
description="BENGALI LETTER RA WITH MIDDLE DIAGONAL",
direction="l",
linebreak="al",
- shcode=0x09B0,
- unicodeslot=0x09F0,
+ shcode=0x9B0,
+ unicodeslot=0x9F0,
},
- [0x09F1]={
+ [0x9F1]={
adobename="ralowerdiagonalbengali",
category="lo",
description="BENGALI LETTER RA WITH LOWER DIAGONAL",
direction="l",
linebreak="al",
- shcode=0x09B0,
- unicodeslot=0x09F1,
+ shcode=0x9B0,
+ unicodeslot=0x9F1,
},
- [0x09F2]={
+ [0x9F2]={
adobename="rupeemarkbengali",
category="sc",
description="BENGALI RUPEE MARK",
direction="et",
linebreak="po",
- unicodeslot=0x09F2,
+ unicodeslot=0x9F2,
},
- [0x09F3]={
+ [0x9F3]={
adobename="rupeesignbengali",
category="sc",
description="BENGALI RUPEE SIGN",
direction="et",
linebreak="po",
- unicodeslot=0x09F3,
+ unicodeslot=0x9F3,
},
- [0x09F4]={
+ [0x9F4]={
adobename="onenumeratorbengali",
category="no",
description="BENGALI CURRENCY NUMERATOR ONE",
direction="l",
linebreak="al",
- unicodeslot=0x09F4,
+ unicodeslot=0x9F4,
},
- [0x09F5]={
+ [0x9F5]={
adobename="twonumeratorbengali",
category="no",
description="BENGALI CURRENCY NUMERATOR TWO",
direction="l",
linebreak="al",
- unicodeslot=0x09F5,
+ unicodeslot=0x9F5,
},
- [0x09F6]={
+ [0x9F6]={
adobename="threenumeratorbengali",
category="no",
description="BENGALI CURRENCY NUMERATOR THREE",
direction="l",
linebreak="al",
- unicodeslot=0x09F6,
+ unicodeslot=0x9F6,
},
- [0x09F7]={
+ [0x9F7]={
adobename="fournumeratorbengali",
category="no",
description="BENGALI CURRENCY NUMERATOR FOUR",
direction="l",
linebreak="al",
- unicodeslot=0x09F7,
+ unicodeslot=0x9F7,
},
- [0x09F8]={
+ [0x9F8]={
adobename="denominatorminusonenumeratorbengali",
category="no",
description="BENGALI CURRENCY NUMERATOR ONE LESS THAN THE DENOMINATOR",
direction="l",
linebreak="al",
- unicodeslot=0x09F8,
+ unicodeslot=0x9F8,
},
- [0x09F9]={
+ [0x9F9]={
adobename="sixteencurrencydenominatorbengali",
category="no",
description="BENGALI CURRENCY DENOMINATOR SIXTEEN",
direction="l",
linebreak="po",
- unicodeslot=0x09F9,
+ unicodeslot=0x9F9,
},
- [0x09FA]={
+ [0x9FA]={
adobename="issharbengali",
category="so",
description="BENGALI ISSHAR",
direction="l",
linebreak="al",
- unicodeslot=0x09FA,
+ unicodeslot=0x9FA,
},
- [0x09FB]={
+ [0x9FB]={
category="sc",
description="BENGALI GANDA MARK",
direction="et",
linebreak="pr",
- unicodeslot=0x09FB,
+ unicodeslot=0x9FB,
},
- [0x0A01]={
+ [0xA01]={
category="mn",
description="GURMUKHI SIGN ADAK BINDI",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0A01,
+ unicodeslot=0xA01,
},
- [0x0A02]={
+ [0xA02]={
adobename="bindigurmukhi",
category="mn",
description="GURMUKHI SIGN BINDI",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0A02,
+ unicodeslot=0xA02,
},
- [0x0A03]={
+ [0xA03]={
category="mc",
description="GURMUKHI SIGN VISARGA",
direction="l",
linebreak="cm",
- unicodeslot=0x0A03,
+ unicodeslot=0xA03,
},
- [0x0A05]={
+ [0xA05]={
adobename="agurmukhi",
category="lo",
description="GURMUKHI LETTER A",
direction="l",
linebreak="al",
- unicodeslot=0x0A05,
+ unicodeslot=0xA05,
},
- [0x0A06]={
+ [0xA06]={
adobename="aagurmukhi",
category="lo",
description="GURMUKHI LETTER AA",
direction="l",
linebreak="al",
- unicodeslot=0x0A06,
+ unicodeslot=0xA06,
},
- [0x0A07]={
+ [0xA07]={
adobename="igurmukhi",
category="lo",
description="GURMUKHI LETTER I",
direction="l",
linebreak="al",
- unicodeslot=0x0A07,
+ unicodeslot=0xA07,
},
- [0x0A08]={
+ [0xA08]={
adobename="iigurmukhi",
category="lo",
description="GURMUKHI LETTER II",
direction="l",
linebreak="al",
- unicodeslot=0x0A08,
+ unicodeslot=0xA08,
},
- [0x0A09]={
+ [0xA09]={
adobename="ugurmukhi",
category="lo",
description="GURMUKHI LETTER U",
direction="l",
linebreak="al",
- unicodeslot=0x0A09,
+ unicodeslot=0xA09,
},
- [0x0A0A]={
+ [0xA0A]={
adobename="uugurmukhi",
category="lo",
description="GURMUKHI LETTER UU",
direction="l",
linebreak="al",
- unicodeslot=0x0A0A,
+ unicodeslot=0xA0A,
},
- [0x0A0F]={
+ [0xA0F]={
adobename="eegurmukhi",
category="lo",
description="GURMUKHI LETTER EE",
direction="l",
linebreak="al",
- unicodeslot=0x0A0F,
+ unicodeslot=0xA0F,
},
- [0x0A10]={
+ [0xA10]={
adobename="aigurmukhi",
category="lo",
description="GURMUKHI LETTER AI",
direction="l",
linebreak="al",
- unicodeslot=0x0A10,
+ unicodeslot=0xA10,
},
- [0x0A13]={
+ [0xA13]={
adobename="oogurmukhi",
category="lo",
description="GURMUKHI LETTER OO",
direction="l",
linebreak="al",
- unicodeslot=0x0A13,
+ unicodeslot=0xA13,
},
- [0x0A14]={
+ [0xA14]={
adobename="augurmukhi",
category="lo",
description="GURMUKHI LETTER AU",
direction="l",
linebreak="al",
- unicodeslot=0x0A14,
+ unicodeslot=0xA14,
},
- [0x0A15]={
+ [0xA15]={
adobename="kagurmukhi",
category="lo",
description="GURMUKHI LETTER KA",
direction="l",
linebreak="al",
- unicodeslot=0x0A15,
+ unicodeslot=0xA15,
},
- [0x0A16]={
+ [0xA16]={
adobename="khagurmukhi",
category="lo",
description="GURMUKHI LETTER KHA",
direction="l",
linebreak="al",
- unicodeslot=0x0A16,
+ unicodeslot=0xA16,
},
- [0x0A17]={
+ [0xA17]={
adobename="gagurmukhi",
category="lo",
description="GURMUKHI LETTER GA",
direction="l",
linebreak="al",
- unicodeslot=0x0A17,
+ unicodeslot=0xA17,
},
- [0x0A18]={
+ [0xA18]={
adobename="ghagurmukhi",
category="lo",
description="GURMUKHI LETTER GHA",
direction="l",
linebreak="al",
- unicodeslot=0x0A18,
+ unicodeslot=0xA18,
},
- [0x0A19]={
+ [0xA19]={
adobename="ngagurmukhi",
category="lo",
description="GURMUKHI LETTER NGA",
direction="l",
linebreak="al",
- unicodeslot=0x0A19,
+ unicodeslot=0xA19,
},
- [0x0A1A]={
+ [0xA1A]={
adobename="cagurmukhi",
category="lo",
description="GURMUKHI LETTER CA",
direction="l",
linebreak="al",
- unicodeslot=0x0A1A,
+ unicodeslot=0xA1A,
},
- [0x0A1B]={
+ [0xA1B]={
adobename="chagurmukhi",
category="lo",
description="GURMUKHI LETTER CHA",
direction="l",
linebreak="al",
- unicodeslot=0x0A1B,
+ unicodeslot=0xA1B,
},
- [0x0A1C]={
+ [0xA1C]={
adobename="jagurmukhi",
category="lo",
description="GURMUKHI LETTER JA",
direction="l",
linebreak="al",
- unicodeslot=0x0A1C,
+ unicodeslot=0xA1C,
},
- [0x0A1D]={
+ [0xA1D]={
adobename="jhagurmukhi",
category="lo",
description="GURMUKHI LETTER JHA",
direction="l",
linebreak="al",
- unicodeslot=0x0A1D,
+ unicodeslot=0xA1D,
},
- [0x0A1E]={
+ [0xA1E]={
adobename="nyagurmukhi",
category="lo",
description="GURMUKHI LETTER NYA",
direction="l",
linebreak="al",
- unicodeslot=0x0A1E,
+ unicodeslot=0xA1E,
},
- [0x0A1F]={
+ [0xA1F]={
adobename="ttagurmukhi",
category="lo",
description="GURMUKHI LETTER TTA",
direction="l",
linebreak="al",
- unicodeslot=0x0A1F,
+ unicodeslot=0xA1F,
},
- [0x0A20]={
+ [0xA20]={
adobename="tthagurmukhi",
category="lo",
description="GURMUKHI LETTER TTHA",
direction="l",
linebreak="al",
- unicodeslot=0x0A20,
+ unicodeslot=0xA20,
},
- [0x0A21]={
+ [0xA21]={
adobename="ddagurmukhi",
category="lo",
description="GURMUKHI LETTER DDA",
direction="l",
linebreak="al",
- unicodeslot=0x0A21,
+ unicodeslot=0xA21,
},
- [0x0A22]={
+ [0xA22]={
adobename="ddhagurmukhi",
category="lo",
description="GURMUKHI LETTER DDHA",
direction="l",
linebreak="al",
- unicodeslot=0x0A22,
+ unicodeslot=0xA22,
},
- [0x0A23]={
+ [0xA23]={
adobename="nnagurmukhi",
category="lo",
description="GURMUKHI LETTER NNA",
direction="l",
linebreak="al",
- unicodeslot=0x0A23,
+ unicodeslot=0xA23,
},
- [0x0A24]={
+ [0xA24]={
adobename="tagurmukhi",
category="lo",
description="GURMUKHI LETTER TA",
direction="l",
linebreak="al",
- unicodeslot=0x0A24,
+ unicodeslot=0xA24,
},
- [0x0A25]={
+ [0xA25]={
adobename="thagurmukhi",
category="lo",
description="GURMUKHI LETTER THA",
direction="l",
linebreak="al",
- unicodeslot=0x0A25,
+ unicodeslot=0xA25,
},
- [0x0A26]={
+ [0xA26]={
adobename="dagurmukhi",
category="lo",
description="GURMUKHI LETTER DA",
direction="l",
linebreak="al",
- unicodeslot=0x0A26,
+ unicodeslot=0xA26,
},
- [0x0A27]={
+ [0xA27]={
adobename="dhagurmukhi",
category="lo",
description="GURMUKHI LETTER DHA",
direction="l",
linebreak="al",
- unicodeslot=0x0A27,
+ unicodeslot=0xA27,
},
- [0x0A28]={
+ [0xA28]={
adobename="nagurmukhi",
category="lo",
description="GURMUKHI LETTER NA",
direction="l",
linebreak="al",
- unicodeslot=0x0A28,
+ unicodeslot=0xA28,
},
- [0x0A2A]={
+ [0xA2A]={
adobename="pagurmukhi",
category="lo",
description="GURMUKHI LETTER PA",
direction="l",
linebreak="al",
- unicodeslot=0x0A2A,
+ unicodeslot=0xA2A,
},
- [0x0A2B]={
+ [0xA2B]={
adobename="phagurmukhi",
category="lo",
description="GURMUKHI LETTER PHA",
direction="l",
linebreak="al",
- unicodeslot=0x0A2B,
+ unicodeslot=0xA2B,
},
- [0x0A2C]={
+ [0xA2C]={
adobename="bagurmukhi",
category="lo",
description="GURMUKHI LETTER BA",
direction="l",
linebreak="al",
- unicodeslot=0x0A2C,
+ unicodeslot=0xA2C,
},
- [0x0A2D]={
+ [0xA2D]={
adobename="bhagurmukhi",
category="lo",
description="GURMUKHI LETTER BHA",
direction="l",
linebreak="al",
- unicodeslot=0x0A2D,
+ unicodeslot=0xA2D,
},
- [0x0A2E]={
+ [0xA2E]={
adobename="magurmukhi",
category="lo",
description="GURMUKHI LETTER MA",
direction="l",
linebreak="al",
- unicodeslot=0x0A2E,
+ unicodeslot=0xA2E,
},
- [0x0A2F]={
+ [0xA2F]={
adobename="yagurmukhi",
category="lo",
description="GURMUKHI LETTER YA",
direction="l",
linebreak="al",
- unicodeslot=0x0A2F,
+ unicodeslot=0xA2F,
},
- [0x0A30]={
+ [0xA30]={
adobename="ragurmukhi",
category="lo",
description="GURMUKHI LETTER RA",
direction="l",
linebreak="al",
- unicodeslot=0x0A30,
+ unicodeslot=0xA30,
},
- [0x0A32]={
+ [0xA32]={
adobename="lagurmukhi",
category="lo",
description="GURMUKHI LETTER LA",
direction="l",
linebreak="al",
- unicodeslot=0x0A32,
+ unicodeslot=0xA32,
},
- [0x0A33]={
+ [0xA33]={
category="lo",
description="GURMUKHI LETTER LLA",
direction="l",
linebreak="al",
- specials={ "char", 0x0A32, 0x0A3C },
- unicodeslot=0x0A33,
+ specials={ "char", 0xA32, 0xA3C },
+ unicodeslot=0xA33,
},
- [0x0A35]={
+ [0xA35]={
adobename="vagurmukhi",
category="lo",
description="GURMUKHI LETTER VA",
direction="l",
linebreak="al",
- unicodeslot=0x0A35,
+ unicodeslot=0xA35,
},
- [0x0A36]={
+ [0xA36]={
adobename="shagurmukhi",
category="lo",
description="GURMUKHI LETTER SHA",
direction="l",
linebreak="al",
- specials={ "char", 0x0A38, 0x0A3C },
- unicodeslot=0x0A36,
+ specials={ "char", 0xA38, 0xA3C },
+ unicodeslot=0xA36,
},
- [0x0A38]={
+ [0xA38]={
adobename="sagurmukhi",
category="lo",
description="GURMUKHI LETTER SA",
direction="l",
linebreak="al",
- unicodeslot=0x0A38,
+ unicodeslot=0xA38,
},
- [0x0A39]={
+ [0xA39]={
adobename="hagurmukhi",
category="lo",
description="GURMUKHI LETTER HA",
direction="l",
linebreak="al",
- unicodeslot=0x0A39,
+ unicodeslot=0xA39,
},
- [0x0A3C]={
+ [0xA3C]={
adobename="nuktagurmukhi",
category="mn",
+ combining=0x7,
description="GURMUKHI SIGN NUKTA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0A3C,
+ unicodeslot=0xA3C,
},
- [0x0A3E]={
+ [0xA3E]={
adobename="aamatragurmukhi",
category="mc",
description="GURMUKHI VOWEL SIGN AA",
direction="l",
linebreak="cm",
- unicodeslot=0x0A3E,
+ unicodeslot=0xA3E,
},
- [0x0A3F]={
+ [0xA3F]={
adobename="imatragurmukhi",
category="mc",
description="GURMUKHI VOWEL SIGN I",
direction="l",
linebreak="cm",
- unicodeslot=0x0A3F,
+ unicodeslot=0xA3F,
},
- [0x0A40]={
+ [0xA40]={
adobename="iimatragurmukhi",
category="mc",
description="GURMUKHI VOWEL SIGN II",
direction="l",
linebreak="cm",
- unicodeslot=0x0A40,
+ unicodeslot=0xA40,
},
- [0x0A41]={
+ [0xA41]={
adobename="umatragurmukhi",
category="mn",
description="GURMUKHI VOWEL SIGN U",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0A41,
+ unicodeslot=0xA41,
},
- [0x0A42]={
+ [0xA42]={
adobename="uumatragurmukhi",
category="mn",
description="GURMUKHI VOWEL SIGN UU",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0A42,
+ unicodeslot=0xA42,
},
- [0x0A47]={
+ [0xA47]={
adobename="eematragurmukhi",
category="mn",
description="GURMUKHI VOWEL SIGN EE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0A47,
+ unicodeslot=0xA47,
},
- [0x0A48]={
+ [0xA48]={
adobename="aimatragurmukhi",
category="mn",
description="GURMUKHI VOWEL SIGN AI",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0A48,
+ unicodeslot=0xA48,
},
- [0x0A4B]={
+ [0xA4B]={
adobename="oomatragurmukhi",
category="mn",
description="GURMUKHI VOWEL SIGN OO",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0A4B,
+ unicodeslot=0xA4B,
},
- [0x0A4C]={
+ [0xA4C]={
adobename="aumatragurmukhi",
category="mn",
description="GURMUKHI VOWEL SIGN AU",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0A4C,
+ unicodeslot=0xA4C,
},
- [0x0A4D]={
+ [0xA4D]={
adobename="halantgurmukhi",
category="mn",
+ combining=0x9,
description="GURMUKHI SIGN VIRAMA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0A4D,
+ unicodeslot=0xA4D,
},
- [0x0A51]={
+ [0xA51]={
category="mn",
description="GURMUKHI SIGN UDAAT",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0A51,
+ unicodeslot=0xA51,
},
- [0x0A59]={
+ [0xA59]={
adobename="khhagurmukhi",
category="lo",
description="GURMUKHI LETTER KHHA",
direction="l",
linebreak="al",
- specials={ "char", 0x0A16, 0x0A3C },
- unicodeslot=0x0A59,
+ specials={ "char", 0xA16, 0xA3C },
+ unicodeslot=0xA59,
},
- [0x0A5A]={
+ [0xA5A]={
adobename="ghhagurmukhi",
category="lo",
description="GURMUKHI LETTER GHHA",
direction="l",
linebreak="al",
- specials={ "char", 0x0A17, 0x0A3C },
- unicodeslot=0x0A5A,
+ specials={ "char", 0xA17, 0xA3C },
+ unicodeslot=0xA5A,
},
- [0x0A5B]={
+ [0xA5B]={
adobename="zagurmukhi",
category="lo",
description="GURMUKHI LETTER ZA",
direction="l",
linebreak="al",
- specials={ "char", 0x0A1C, 0x0A3C },
- unicodeslot=0x0A5B,
+ specials={ "char", 0xA1C, 0xA3C },
+ unicodeslot=0xA5B,
},
- [0x0A5C]={
+ [0xA5C]={
adobename="rragurmukhi",
category="lo",
description="GURMUKHI LETTER RRA",
direction="l",
linebreak="al",
- unicodeslot=0x0A5C,
+ unicodeslot=0xA5C,
},
- [0x0A5E]={
+ [0xA5E]={
adobename="fagurmukhi",
category="lo",
description="GURMUKHI LETTER FA",
direction="l",
linebreak="al",
- specials={ "char", 0x0A2B, 0x0A3C },
- unicodeslot=0x0A5E,
+ specials={ "char", 0xA2B, 0xA3C },
+ unicodeslot=0xA5E,
},
- [0x0A66]={
+ [0xA66]={
adobename="zerogurmukhi",
category="nd",
description="GURMUKHI DIGIT ZERO",
direction="l",
linebreak="nu",
- unicodeslot=0x0A66,
+ unicodeslot=0xA66,
},
- [0x0A67]={
+ [0xA67]={
adobename="onegurmukhi",
category="nd",
description="GURMUKHI DIGIT ONE",
direction="l",
linebreak="nu",
- unicodeslot=0x0A67,
+ unicodeslot=0xA67,
},
- [0x0A68]={
+ [0xA68]={
adobename="twogurmukhi",
category="nd",
description="GURMUKHI DIGIT TWO",
direction="l",
linebreak="nu",
- unicodeslot=0x0A68,
+ unicodeslot=0xA68,
},
- [0x0A69]={
+ [0xA69]={
adobename="threegurmukhi",
category="nd",
description="GURMUKHI DIGIT THREE",
direction="l",
linebreak="nu",
- unicodeslot=0x0A69,
+ unicodeslot=0xA69,
},
- [0x0A6A]={
+ [0xA6A]={
adobename="fourgurmukhi",
category="nd",
description="GURMUKHI DIGIT FOUR",
direction="l",
linebreak="nu",
- unicodeslot=0x0A6A,
+ unicodeslot=0xA6A,
},
- [0x0A6B]={
+ [0xA6B]={
adobename="fivegurmukhi",
category="nd",
description="GURMUKHI DIGIT FIVE",
direction="l",
linebreak="nu",
- unicodeslot=0x0A6B,
+ unicodeslot=0xA6B,
},
- [0x0A6C]={
+ [0xA6C]={
adobename="sixgurmukhi",
category="nd",
description="GURMUKHI DIGIT SIX",
direction="l",
linebreak="nu",
- unicodeslot=0x0A6C,
+ unicodeslot=0xA6C,
},
- [0x0A6D]={
+ [0xA6D]={
adobename="sevengurmukhi",
category="nd",
description="GURMUKHI DIGIT SEVEN",
direction="l",
linebreak="nu",
- unicodeslot=0x0A6D,
+ unicodeslot=0xA6D,
},
- [0x0A6E]={
+ [0xA6E]={
adobename="eightgurmukhi",
category="nd",
description="GURMUKHI DIGIT EIGHT",
direction="l",
linebreak="nu",
- unicodeslot=0x0A6E,
+ unicodeslot=0xA6E,
},
- [0x0A6F]={
+ [0xA6F]={
adobename="ninegurmukhi",
category="nd",
description="GURMUKHI DIGIT NINE",
direction="l",
linebreak="nu",
- unicodeslot=0x0A6F,
+ unicodeslot=0xA6F,
},
- [0x0A70]={
+ [0xA70]={
adobename="tippigurmukhi",
category="mn",
description="GURMUKHI TIPPI",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0A70,
+ unicodeslot=0xA70,
},
- [0x0A71]={
+ [0xA71]={
adobename="addakgurmukhi",
category="mn",
description="GURMUKHI ADDAK",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0A71,
+ unicodeslot=0xA71,
},
- [0x0A72]={
+ [0xA72]={
adobename="irigurmukhi",
category="lo",
description="GURMUKHI IRI",
direction="l",
linebreak="al",
- unicodeslot=0x0A72,
+ unicodeslot=0xA72,
},
- [0x0A73]={
+ [0xA73]={
adobename="uragurmukhi",
category="lo",
description="GURMUKHI URA",
direction="l",
linebreak="al",
- unicodeslot=0x0A73,
+ unicodeslot=0xA73,
},
- [0x0A74]={
+ [0xA74]={
adobename="ekonkargurmukhi",
category="lo",
description="GURMUKHI EK ONKAR",
direction="l",
linebreak="al",
- unicodeslot=0x0A74,
+ unicodeslot=0xA74,
},
- [0x0A75]={
+ [0xA75]={
category="mn",
description="GURMUKHI SIGN YAKASH",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0A75,
+ unicodeslot=0xA75,
},
- [0x0A81]={
+ [0xA81]={
adobename="candrabindugujarati",
category="mn",
description="GUJARATI SIGN CANDRABINDU",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0A81,
+ unicodeslot=0xA81,
},
- [0x0A82]={
+ [0xA82]={
adobename="anusvaragujarati",
category="mn",
description="GUJARATI SIGN ANUSVARA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0A82,
+ unicodeslot=0xA82,
},
- [0x0A83]={
+ [0xA83]={
adobename="visargagujarati",
category="mc",
description="GUJARATI SIGN VISARGA",
direction="l",
linebreak="cm",
- unicodeslot=0x0A83,
+ unicodeslot=0xA83,
},
- [0x0A85]={
+ [0xA85]={
adobename="agujarati",
category="lo",
description="GUJARATI LETTER A",
direction="l",
linebreak="al",
- unicodeslot=0x0A85,
+ unicodeslot=0xA85,
},
- [0x0A86]={
+ [0xA86]={
adobename="aagujarati",
category="lo",
description="GUJARATI LETTER AA",
direction="l",
linebreak="al",
- unicodeslot=0x0A86,
+ unicodeslot=0xA86,
},
- [0x0A87]={
+ [0xA87]={
adobename="igujarati",
category="lo",
description="GUJARATI LETTER I",
direction="l",
linebreak="al",
- unicodeslot=0x0A87,
+ unicodeslot=0xA87,
},
- [0x0A88]={
+ [0xA88]={
adobename="iigujarati",
category="lo",
description="GUJARATI LETTER II",
direction="l",
linebreak="al",
- unicodeslot=0x0A88,
+ unicodeslot=0xA88,
},
- [0x0A89]={
+ [0xA89]={
adobename="ugujarati",
category="lo",
description="GUJARATI LETTER U",
direction="l",
linebreak="al",
- unicodeslot=0x0A89,
+ unicodeslot=0xA89,
},
- [0x0A8A]={
+ [0xA8A]={
adobename="uugujarati",
category="lo",
description="GUJARATI LETTER UU",
direction="l",
linebreak="al",
- unicodeslot=0x0A8A,
+ unicodeslot=0xA8A,
},
- [0x0A8B]={
+ [0xA8B]={
adobename="rvocalicgujarati",
category="lo",
description="GUJARATI LETTER VOCALIC R",
direction="l",
linebreak="al",
- unicodeslot=0x0A8B,
+ unicodeslot=0xA8B,
},
- [0x0A8C]={
+ [0xA8C]={
category="lo",
description="GUJARATI LETTER VOCALIC L",
direction="l",
linebreak="al",
- unicodeslot=0x0A8C,
+ unicodeslot=0xA8C,
},
- [0x0A8D]={
+ [0xA8D]={
adobename="ecandragujarati",
category="lo",
description="GUJARATI VOWEL CANDRA E",
direction="l",
linebreak="al",
- unicodeslot=0x0A8D,
+ unicodeslot=0xA8D,
},
- [0x0A8F]={
+ [0xA8F]={
adobename="egujarati",
category="lo",
description="GUJARATI LETTER E",
direction="l",
linebreak="al",
- unicodeslot=0x0A8F,
+ unicodeslot=0xA8F,
},
- [0x0A90]={
+ [0xA90]={
adobename="aigujarati",
category="lo",
description="GUJARATI LETTER AI",
direction="l",
linebreak="al",
- unicodeslot=0x0A90,
+ unicodeslot=0xA90,
},
- [0x0A91]={
+ [0xA91]={
adobename="ocandragujarati",
category="lo",
description="GUJARATI VOWEL CANDRA O",
direction="l",
linebreak="al",
- unicodeslot=0x0A91,
+ unicodeslot=0xA91,
},
- [0x0A93]={
+ [0xA93]={
adobename="ogujarati",
category="lo",
description="GUJARATI LETTER O",
direction="l",
linebreak="al",
- unicodeslot=0x0A93,
+ unicodeslot=0xA93,
},
- [0x0A94]={
+ [0xA94]={
adobename="augujarati",
category="lo",
description="GUJARATI LETTER AU",
direction="l",
linebreak="al",
- unicodeslot=0x0A94,
+ unicodeslot=0xA94,
},
- [0x0A95]={
+ [0xA95]={
adobename="kagujarati",
category="lo",
description="GUJARATI LETTER KA",
direction="l",
linebreak="al",
- unicodeslot=0x0A95,
+ unicodeslot=0xA95,
},
- [0x0A96]={
+ [0xA96]={
adobename="khagujarati",
category="lo",
description="GUJARATI LETTER KHA",
direction="l",
linebreak="al",
- unicodeslot=0x0A96,
+ unicodeslot=0xA96,
},
- [0x0A97]={
+ [0xA97]={
adobename="gagujarati",
category="lo",
description="GUJARATI LETTER GA",
direction="l",
linebreak="al",
- unicodeslot=0x0A97,
+ unicodeslot=0xA97,
},
- [0x0A98]={
+ [0xA98]={
adobename="ghagujarati",
category="lo",
description="GUJARATI LETTER GHA",
direction="l",
linebreak="al",
- unicodeslot=0x0A98,
+ unicodeslot=0xA98,
},
- [0x0A99]={
+ [0xA99]={
adobename="ngagujarati",
category="lo",
description="GUJARATI LETTER NGA",
direction="l",
linebreak="al",
- unicodeslot=0x0A99,
+ unicodeslot=0xA99,
},
- [0x0A9A]={
+ [0xA9A]={
adobename="cagujarati",
category="lo",
description="GUJARATI LETTER CA",
direction="l",
linebreak="al",
- unicodeslot=0x0A9A,
+ unicodeslot=0xA9A,
},
- [0x0A9B]={
+ [0xA9B]={
adobename="chagujarati",
category="lo",
description="GUJARATI LETTER CHA",
direction="l",
linebreak="al",
- unicodeslot=0x0A9B,
+ unicodeslot=0xA9B,
},
- [0x0A9C]={
+ [0xA9C]={
adobename="jagujarati",
category="lo",
description="GUJARATI LETTER JA",
direction="l",
linebreak="al",
- unicodeslot=0x0A9C,
+ unicodeslot=0xA9C,
},
- [0x0A9D]={
+ [0xA9D]={
adobename="jhagujarati",
category="lo",
description="GUJARATI LETTER JHA",
direction="l",
linebreak="al",
- unicodeslot=0x0A9D,
+ unicodeslot=0xA9D,
},
- [0x0A9E]={
+ [0xA9E]={
adobename="nyagujarati",
category="lo",
description="GUJARATI LETTER NYA",
direction="l",
linebreak="al",
- unicodeslot=0x0A9E,
+ unicodeslot=0xA9E,
},
- [0x0A9F]={
+ [0xA9F]={
adobename="ttagujarati",
category="lo",
description="GUJARATI LETTER TTA",
direction="l",
linebreak="al",
- unicodeslot=0x0A9F,
+ unicodeslot=0xA9F,
},
- [0x0AA0]={
+ [0xAA0]={
adobename="tthagujarati",
category="lo",
description="GUJARATI LETTER TTHA",
direction="l",
linebreak="al",
- unicodeslot=0x0AA0,
+ unicodeslot=0xAA0,
},
- [0x0AA1]={
+ [0xAA1]={
adobename="ddagujarati",
category="lo",
description="GUJARATI LETTER DDA",
direction="l",
linebreak="al",
- unicodeslot=0x0AA1,
+ unicodeslot=0xAA1,
},
- [0x0AA2]={
+ [0xAA2]={
adobename="ddhagujarati",
category="lo",
description="GUJARATI LETTER DDHA",
direction="l",
linebreak="al",
- unicodeslot=0x0AA2,
+ unicodeslot=0xAA2,
},
- [0x0AA3]={
+ [0xAA3]={
adobename="nnagujarati",
category="lo",
description="GUJARATI LETTER NNA",
direction="l",
linebreak="al",
- unicodeslot=0x0AA3,
+ unicodeslot=0xAA3,
},
- [0x0AA4]={
+ [0xAA4]={
adobename="tagujarati",
category="lo",
description="GUJARATI LETTER TA",
direction="l",
linebreak="al",
- unicodeslot=0x0AA4,
+ unicodeslot=0xAA4,
},
- [0x0AA5]={
+ [0xAA5]={
adobename="thagujarati",
category="lo",
description="GUJARATI LETTER THA",
direction="l",
linebreak="al",
- unicodeslot=0x0AA5,
+ unicodeslot=0xAA5,
},
- [0x0AA6]={
+ [0xAA6]={
adobename="dagujarati",
category="lo",
description="GUJARATI LETTER DA",
direction="l",
linebreak="al",
- unicodeslot=0x0AA6,
+ unicodeslot=0xAA6,
},
- [0x0AA7]={
+ [0xAA7]={
adobename="dhagujarati",
category="lo",
description="GUJARATI LETTER DHA",
direction="l",
linebreak="al",
- unicodeslot=0x0AA7,
+ unicodeslot=0xAA7,
},
- [0x0AA8]={
+ [0xAA8]={
adobename="nagujarati",
category="lo",
description="GUJARATI LETTER NA",
direction="l",
linebreak="al",
- unicodeslot=0x0AA8,
+ unicodeslot=0xAA8,
},
- [0x0AAA]={
+ [0xAAA]={
adobename="pagujarati",
category="lo",
description="GUJARATI LETTER PA",
direction="l",
linebreak="al",
- unicodeslot=0x0AAA,
+ unicodeslot=0xAAA,
},
- [0x0AAB]={
+ [0xAAB]={
adobename="phagujarati",
category="lo",
description="GUJARATI LETTER PHA",
direction="l",
linebreak="al",
- unicodeslot=0x0AAB,
+ unicodeslot=0xAAB,
},
- [0x0AAC]={
+ [0xAAC]={
adobename="bagujarati",
category="lo",
description="GUJARATI LETTER BA",
direction="l",
linebreak="al",
- unicodeslot=0x0AAC,
+ unicodeslot=0xAAC,
},
- [0x0AAD]={
+ [0xAAD]={
adobename="bhagujarati",
category="lo",
description="GUJARATI LETTER BHA",
direction="l",
linebreak="al",
- unicodeslot=0x0AAD,
+ unicodeslot=0xAAD,
},
- [0x0AAE]={
+ [0xAAE]={
adobename="magujarati",
category="lo",
description="GUJARATI LETTER MA",
direction="l",
linebreak="al",
- unicodeslot=0x0AAE,
+ unicodeslot=0xAAE,
},
- [0x0AAF]={
+ [0xAAF]={
adobename="yagujarati",
category="lo",
description="GUJARATI LETTER YA",
direction="l",
linebreak="al",
- unicodeslot=0x0AAF,
+ unicodeslot=0xAAF,
},
- [0x0AB0]={
+ [0xAB0]={
adobename="ragujarati",
category="lo",
description="GUJARATI LETTER RA",
direction="l",
linebreak="al",
- unicodeslot=0x0AB0,
+ unicodeslot=0xAB0,
},
- [0x0AB2]={
+ [0xAB2]={
adobename="lagujarati",
category="lo",
description="GUJARATI LETTER LA",
direction="l",
linebreak="al",
- unicodeslot=0x0AB2,
+ unicodeslot=0xAB2,
},
- [0x0AB3]={
+ [0xAB3]={
adobename="llagujarati",
category="lo",
description="GUJARATI LETTER LLA",
direction="l",
linebreak="al",
- unicodeslot=0x0AB3,
+ unicodeslot=0xAB3,
},
- [0x0AB5]={
+ [0xAB5]={
adobename="vagujarati",
category="lo",
description="GUJARATI LETTER VA",
direction="l",
linebreak="al",
- unicodeslot=0x0AB5,
+ unicodeslot=0xAB5,
},
- [0x0AB6]={
+ [0xAB6]={
adobename="shagujarati",
category="lo",
description="GUJARATI LETTER SHA",
direction="l",
linebreak="al",
- unicodeslot=0x0AB6,
+ unicodeslot=0xAB6,
},
- [0x0AB7]={
+ [0xAB7]={
adobename="ssagujarati",
category="lo",
description="GUJARATI LETTER SSA",
direction="l",
linebreak="al",
- unicodeslot=0x0AB7,
+ unicodeslot=0xAB7,
},
- [0x0AB8]={
+ [0xAB8]={
adobename="sagujarati",
category="lo",
description="GUJARATI LETTER SA",
direction="l",
linebreak="al",
- unicodeslot=0x0AB8,
+ unicodeslot=0xAB8,
},
- [0x0AB9]={
+ [0xAB9]={
adobename="hagujarati",
category="lo",
description="GUJARATI LETTER HA",
direction="l",
linebreak="al",
- unicodeslot=0x0AB9,
+ unicodeslot=0xAB9,
},
- [0x0ABC]={
+ [0xABC]={
adobename="nuktagujarati",
category="mn",
+ combining=0x7,
description="GUJARATI SIGN NUKTA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0ABC,
+ unicodeslot=0xABC,
},
- [0x0ABD]={
+ [0xABD]={
category="lo",
description="GUJARATI SIGN AVAGRAHA",
direction="l",
linebreak="al",
- unicodeslot=0x0ABD,
+ unicodeslot=0xABD,
},
- [0x0ABE]={
+ [0xABE]={
adobename="aavowelsigngujarati",
category="mc",
description="GUJARATI VOWEL SIGN AA",
direction="l",
linebreak="cm",
- unicodeslot=0x0ABE,
+ unicodeslot=0xABE,
},
- [0x0ABF]={
+ [0xABF]={
adobename="ivowelsigngujarati",
category="mc",
description="GUJARATI VOWEL SIGN I",
direction="l",
linebreak="cm",
- unicodeslot=0x0ABF,
+ unicodeslot=0xABF,
},
- [0x0AC0]={
+ [0xAC0]={
adobename="iivowelsigngujarati",
category="mc",
description="GUJARATI VOWEL SIGN II",
direction="l",
linebreak="cm",
- unicodeslot=0x0AC0,
+ unicodeslot=0xAC0,
},
- [0x0AC1]={
+ [0xAC1]={
adobename="uvowelsigngujarati",
category="mn",
description="GUJARATI VOWEL SIGN U",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0AC1,
+ unicodeslot=0xAC1,
},
- [0x0AC2]={
+ [0xAC2]={
adobename="uuvowelsigngujarati",
category="mn",
description="GUJARATI VOWEL SIGN UU",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0AC2,
+ unicodeslot=0xAC2,
},
- [0x0AC3]={
+ [0xAC3]={
adobename="rvocalicvowelsigngujarati",
category="mn",
description="GUJARATI VOWEL SIGN VOCALIC R",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0AC3,
+ unicodeslot=0xAC3,
},
- [0x0AC4]={
+ [0xAC4]={
adobename="rrvocalicvowelsigngujarati",
category="mn",
description="GUJARATI VOWEL SIGN VOCALIC RR",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0AC4,
+ unicodeslot=0xAC4,
},
- [0x0AC5]={
+ [0xAC5]={
adobename="ecandravowelsigngujarati",
category="mn",
description="GUJARATI VOWEL SIGN CANDRA E",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0AC5,
+ unicodeslot=0xAC5,
},
- [0x0AC7]={
+ [0xAC7]={
adobename="evowelsigngujarati",
category="mn",
description="GUJARATI VOWEL SIGN E",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0AC7,
+ unicodeslot=0xAC7,
},
- [0x0AC8]={
+ [0xAC8]={
adobename="aivowelsigngujarati",
category="mn",
description="GUJARATI VOWEL SIGN AI",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0AC8,
+ unicodeslot=0xAC8,
},
- [0x0AC9]={
+ [0xAC9]={
adobename="ocandravowelsigngujarati",
category="mc",
description="GUJARATI VOWEL SIGN CANDRA O",
direction="l",
linebreak="cm",
- unicodeslot=0x0AC9,
+ unicodeslot=0xAC9,
},
- [0x0ACB]={
+ [0xACB]={
adobename="ovowelsigngujarati",
category="mc",
description="GUJARATI VOWEL SIGN O",
direction="l",
linebreak="cm",
- unicodeslot=0x0ACB,
+ unicodeslot=0xACB,
},
- [0x0ACC]={
+ [0xACC]={
adobename="auvowelsigngujarati",
category="mc",
description="GUJARATI VOWEL SIGN AU",
direction="l",
linebreak="cm",
- unicodeslot=0x0ACC,
+ unicodeslot=0xACC,
},
- [0x0ACD]={
+ [0xACD]={
adobename="viramagujarati",
category="mn",
+ combining=0x9,
description="GUJARATI SIGN VIRAMA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0ACD,
+ unicodeslot=0xACD,
},
- [0x0AD0]={
+ [0xAD0]={
adobename="omgujarati",
category="lo",
description="GUJARATI OM",
direction="l",
linebreak="al",
- unicodeslot=0x0AD0,
+ unicodeslot=0xAD0,
},
- [0x0AE0]={
+ [0xAE0]={
adobename="rrvocalicgujarati",
category="lo",
description="GUJARATI LETTER VOCALIC RR",
direction="l",
linebreak="al",
- unicodeslot=0x0AE0,
+ unicodeslot=0xAE0,
},
- [0x0AE1]={
+ [0xAE1]={
category="lo",
description="GUJARATI LETTER VOCALIC LL",
direction="l",
linebreak="al",
- unicodeslot=0x0AE1,
+ unicodeslot=0xAE1,
},
- [0x0AE2]={
+ [0xAE2]={
category="mn",
description="GUJARATI VOWEL SIGN VOCALIC L",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0AE2,
+ unicodeslot=0xAE2,
},
- [0x0AE3]={
+ [0xAE3]={
category="mn",
description="GUJARATI VOWEL SIGN VOCALIC LL",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0AE3,
+ unicodeslot=0xAE3,
},
- [0x0AE6]={
+ [0xAE6]={
adobename="zerogujarati",
category="nd",
description="GUJARATI DIGIT ZERO",
direction="l",
linebreak="nu",
- unicodeslot=0x0AE6,
+ unicodeslot=0xAE6,
},
- [0x0AE7]={
+ [0xAE7]={
adobename="onegujarati",
category="nd",
description="GUJARATI DIGIT ONE",
direction="l",
linebreak="nu",
- unicodeslot=0x0AE7,
+ unicodeslot=0xAE7,
},
- [0x0AE8]={
+ [0xAE8]={
adobename="twogujarati",
category="nd",
description="GUJARATI DIGIT TWO",
direction="l",
linebreak="nu",
- unicodeslot=0x0AE8,
+ unicodeslot=0xAE8,
},
- [0x0AE9]={
+ [0xAE9]={
adobename="threegujarati",
category="nd",
description="GUJARATI DIGIT THREE",
direction="l",
linebreak="nu",
- unicodeslot=0x0AE9,
+ unicodeslot=0xAE9,
},
- [0x0AEA]={
+ [0xAEA]={
adobename="fourgujarati",
category="nd",
description="GUJARATI DIGIT FOUR",
direction="l",
linebreak="nu",
- unicodeslot=0x0AEA,
+ unicodeslot=0xAEA,
},
- [0x0AEB]={
+ [0xAEB]={
adobename="fivegujarati",
category="nd",
description="GUJARATI DIGIT FIVE",
direction="l",
linebreak="nu",
- unicodeslot=0x0AEB,
+ unicodeslot=0xAEB,
},
- [0x0AEC]={
+ [0xAEC]={
adobename="sixgujarati",
category="nd",
description="GUJARATI DIGIT SIX",
direction="l",
linebreak="nu",
- unicodeslot=0x0AEC,
+ unicodeslot=0xAEC,
},
- [0x0AED]={
+ [0xAED]={
adobename="sevengujarati",
category="nd",
description="GUJARATI DIGIT SEVEN",
direction="l",
linebreak="nu",
- unicodeslot=0x0AED,
+ unicodeslot=0xAED,
},
- [0x0AEE]={
+ [0xAEE]={
adobename="eightgujarati",
category="nd",
description="GUJARATI DIGIT EIGHT",
direction="l",
linebreak="nu",
- unicodeslot=0x0AEE,
+ unicodeslot=0xAEE,
},
- [0x0AEF]={
+ [0xAEF]={
adobename="ninegujarati",
category="nd",
description="GUJARATI DIGIT NINE",
direction="l",
linebreak="nu",
- unicodeslot=0x0AEF,
+ unicodeslot=0xAEF,
},
- [0x0AF0]={
+ [0xAF0]={
category="po",
description="GUJARATI ABBREVIATION SIGN",
direction="l",
linebreak="al",
- unicodeslot=0x0AF0,
+ unicodeslot=0xAF0,
},
- [0x0AF1]={
+ [0xAF1]={
category="sc",
description="GUJARATI RUPEE SIGN",
direction="et",
linebreak="pr",
- unicodeslot=0x0AF1,
+ unicodeslot=0xAF1,
},
- [0x0B01]={
+ [0xB01]={
category="mn",
description="ORIYA SIGN CANDRABINDU",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0B01,
+ unicodeslot=0xB01,
},
- [0x0B02]={
+ [0xB02]={
category="mc",
description="ORIYA SIGN ANUSVARA",
direction="l",
linebreak="cm",
- unicodeslot=0x0B02,
+ unicodeslot=0xB02,
},
- [0x0B03]={
+ [0xB03]={
category="mc",
description="ORIYA SIGN VISARGA",
direction="l",
linebreak="cm",
- unicodeslot=0x0B03,
+ unicodeslot=0xB03,
},
- [0x0B05]={
+ [0xB05]={
category="lo",
description="ORIYA LETTER A",
direction="l",
linebreak="al",
- unicodeslot=0x0B05,
+ unicodeslot=0xB05,
},
- [0x0B06]={
+ [0xB06]={
category="lo",
description="ORIYA LETTER AA",
direction="l",
linebreak="al",
- unicodeslot=0x0B06,
+ unicodeslot=0xB06,
},
- [0x0B07]={
+ [0xB07]={
category="lo",
description="ORIYA LETTER I",
direction="l",
linebreak="al",
- unicodeslot=0x0B07,
+ unicodeslot=0xB07,
},
- [0x0B08]={
+ [0xB08]={
category="lo",
description="ORIYA LETTER II",
direction="l",
linebreak="al",
- unicodeslot=0x0B08,
+ unicodeslot=0xB08,
},
- [0x0B09]={
+ [0xB09]={
category="lo",
description="ORIYA LETTER U",
direction="l",
linebreak="al",
- unicodeslot=0x0B09,
+ unicodeslot=0xB09,
},
- [0x0B0A]={
+ [0xB0A]={
category="lo",
description="ORIYA LETTER UU",
direction="l",
linebreak="al",
- unicodeslot=0x0B0A,
+ unicodeslot=0xB0A,
},
- [0x0B0B]={
+ [0xB0B]={
category="lo",
description="ORIYA LETTER VOCALIC R",
direction="l",
linebreak="al",
- unicodeslot=0x0B0B,
+ unicodeslot=0xB0B,
},
- [0x0B0C]={
+ [0xB0C]={
category="lo",
description="ORIYA LETTER VOCALIC L",
direction="l",
linebreak="al",
- unicodeslot=0x0B0C,
+ unicodeslot=0xB0C,
},
- [0x0B0F]={
+ [0xB0F]={
category="lo",
description="ORIYA LETTER E",
direction="l",
linebreak="al",
- unicodeslot=0x0B0F,
+ unicodeslot=0xB0F,
},
- [0x0B10]={
+ [0xB10]={
category="lo",
description="ORIYA LETTER AI",
direction="l",
linebreak="al",
- unicodeslot=0x0B10,
+ unicodeslot=0xB10,
},
- [0x0B13]={
+ [0xB13]={
category="lo",
description="ORIYA LETTER O",
direction="l",
linebreak="al",
- unicodeslot=0x0B13,
+ unicodeslot=0xB13,
},
- [0x0B14]={
+ [0xB14]={
category="lo",
description="ORIYA LETTER AU",
direction="l",
linebreak="al",
- unicodeslot=0x0B14,
+ unicodeslot=0xB14,
},
- [0x0B15]={
+ [0xB15]={
category="lo",
description="ORIYA LETTER KA",
direction="l",
linebreak="al",
- unicodeslot=0x0B15,
+ unicodeslot=0xB15,
},
- [0x0B16]={
+ [0xB16]={
category="lo",
description="ORIYA LETTER KHA",
direction="l",
linebreak="al",
- unicodeslot=0x0B16,
+ unicodeslot=0xB16,
},
- [0x0B17]={
+ [0xB17]={
category="lo",
description="ORIYA LETTER GA",
direction="l",
linebreak="al",
- unicodeslot=0x0B17,
+ unicodeslot=0xB17,
},
- [0x0B18]={
+ [0xB18]={
category="lo",
description="ORIYA LETTER GHA",
direction="l",
linebreak="al",
- unicodeslot=0x0B18,
+ unicodeslot=0xB18,
},
- [0x0B19]={
+ [0xB19]={
category="lo",
description="ORIYA LETTER NGA",
direction="l",
linebreak="al",
- unicodeslot=0x0B19,
+ unicodeslot=0xB19,
},
- [0x0B1A]={
+ [0xB1A]={
category="lo",
description="ORIYA LETTER CA",
direction="l",
linebreak="al",
- unicodeslot=0x0B1A,
+ unicodeslot=0xB1A,
},
- [0x0B1B]={
+ [0xB1B]={
category="lo",
description="ORIYA LETTER CHA",
direction="l",
linebreak="al",
- unicodeslot=0x0B1B,
+ unicodeslot=0xB1B,
},
- [0x0B1C]={
+ [0xB1C]={
category="lo",
description="ORIYA LETTER JA",
direction="l",
linebreak="al",
- unicodeslot=0x0B1C,
+ unicodeslot=0xB1C,
},
- [0x0B1D]={
+ [0xB1D]={
category="lo",
description="ORIYA LETTER JHA",
direction="l",
linebreak="al",
- unicodeslot=0x0B1D,
+ unicodeslot=0xB1D,
},
- [0x0B1E]={
+ [0xB1E]={
category="lo",
description="ORIYA LETTER NYA",
direction="l",
linebreak="al",
- unicodeslot=0x0B1E,
+ unicodeslot=0xB1E,
},
- [0x0B1F]={
+ [0xB1F]={
category="lo",
description="ORIYA LETTER TTA",
direction="l",
linebreak="al",
- unicodeslot=0x0B1F,
+ unicodeslot=0xB1F,
},
- [0x0B20]={
+ [0xB20]={
category="lo",
description="ORIYA LETTER TTHA",
direction="l",
linebreak="al",
- unicodeslot=0x0B20,
+ unicodeslot=0xB20,
},
- [0x0B21]={
+ [0xB21]={
category="lo",
description="ORIYA LETTER DDA",
direction="l",
linebreak="al",
- unicodeslot=0x0B21,
+ unicodeslot=0xB21,
},
- [0x0B22]={
+ [0xB22]={
category="lo",
description="ORIYA LETTER DDHA",
direction="l",
linebreak="al",
- unicodeslot=0x0B22,
+ unicodeslot=0xB22,
},
- [0x0B23]={
+ [0xB23]={
category="lo",
description="ORIYA LETTER NNA",
direction="l",
linebreak="al",
- unicodeslot=0x0B23,
+ unicodeslot=0xB23,
},
- [0x0B24]={
+ [0xB24]={
category="lo",
description="ORIYA LETTER TA",
direction="l",
linebreak="al",
- unicodeslot=0x0B24,
+ unicodeslot=0xB24,
},
- [0x0B25]={
+ [0xB25]={
category="lo",
description="ORIYA LETTER THA",
direction="l",
linebreak="al",
- unicodeslot=0x0B25,
+ unicodeslot=0xB25,
},
- [0x0B26]={
+ [0xB26]={
category="lo",
description="ORIYA LETTER DA",
direction="l",
linebreak="al",
- unicodeslot=0x0B26,
+ unicodeslot=0xB26,
},
- [0x0B27]={
+ [0xB27]={
category="lo",
description="ORIYA LETTER DHA",
direction="l",
linebreak="al",
- unicodeslot=0x0B27,
+ unicodeslot=0xB27,
},
- [0x0B28]={
+ [0xB28]={
category="lo",
description="ORIYA LETTER NA",
direction="l",
linebreak="al",
- unicodeslot=0x0B28,
+ unicodeslot=0xB28,
},
- [0x0B2A]={
+ [0xB2A]={
category="lo",
description="ORIYA LETTER PA",
direction="l",
linebreak="al",
- unicodeslot=0x0B2A,
+ unicodeslot=0xB2A,
},
- [0x0B2B]={
+ [0xB2B]={
category="lo",
description="ORIYA LETTER PHA",
direction="l",
linebreak="al",
- unicodeslot=0x0B2B,
+ unicodeslot=0xB2B,
},
- [0x0B2C]={
+ [0xB2C]={
category="lo",
description="ORIYA LETTER BA",
direction="l",
linebreak="al",
- unicodeslot=0x0B2C,
+ unicodeslot=0xB2C,
},
- [0x0B2D]={
+ [0xB2D]={
category="lo",
description="ORIYA LETTER BHA",
direction="l",
linebreak="al",
- unicodeslot=0x0B2D,
+ unicodeslot=0xB2D,
},
- [0x0B2E]={
+ [0xB2E]={
category="lo",
description="ORIYA LETTER MA",
direction="l",
linebreak="al",
- unicodeslot=0x0B2E,
+ unicodeslot=0xB2E,
},
- [0x0B2F]={
+ [0xB2F]={
category="lo",
description="ORIYA LETTER YA",
direction="l",
linebreak="al",
- unicodeslot=0x0B2F,
+ unicodeslot=0xB2F,
},
- [0x0B30]={
+ [0xB30]={
category="lo",
description="ORIYA LETTER RA",
direction="l",
linebreak="al",
- unicodeslot=0x0B30,
+ unicodeslot=0xB30,
},
- [0x0B32]={
+ [0xB32]={
category="lo",
description="ORIYA LETTER LA",
direction="l",
linebreak="al",
- unicodeslot=0x0B32,
+ unicodeslot=0xB32,
},
- [0x0B33]={
+ [0xB33]={
category="lo",
description="ORIYA LETTER LLA",
direction="l",
linebreak="al",
- unicodeslot=0x0B33,
+ unicodeslot=0xB33,
},
- [0x0B35]={
+ [0xB35]={
category="lo",
description="ORIYA LETTER VA",
direction="l",
linebreak="al",
- unicodeslot=0x0B35,
+ unicodeslot=0xB35,
},
- [0x0B36]={
+ [0xB36]={
category="lo",
description="ORIYA LETTER SHA",
direction="l",
linebreak="al",
- unicodeslot=0x0B36,
+ unicodeslot=0xB36,
},
- [0x0B37]={
+ [0xB37]={
category="lo",
description="ORIYA LETTER SSA",
direction="l",
linebreak="al",
- unicodeslot=0x0B37,
+ unicodeslot=0xB37,
},
- [0x0B38]={
+ [0xB38]={
category="lo",
description="ORIYA LETTER SA",
direction="l",
linebreak="al",
- unicodeslot=0x0B38,
+ unicodeslot=0xB38,
},
- [0x0B39]={
+ [0xB39]={
category="lo",
description="ORIYA LETTER HA",
direction="l",
linebreak="al",
- unicodeslot=0x0B39,
+ unicodeslot=0xB39,
},
- [0x0B3C]={
+ [0xB3C]={
category="mn",
+ combining=0x7,
description="ORIYA SIGN NUKTA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0B3C,
+ unicodeslot=0xB3C,
},
- [0x0B3D]={
+ [0xB3D]={
category="lo",
description="ORIYA SIGN AVAGRAHA",
direction="l",
linebreak="al",
- unicodeslot=0x0B3D,
+ unicodeslot=0xB3D,
},
- [0x0B3E]={
+ [0xB3E]={
category="mc",
description="ORIYA VOWEL SIGN AA",
direction="l",
linebreak="cm",
- unicodeslot=0x0B3E,
+ unicodeslot=0xB3E,
},
- [0x0B3F]={
+ [0xB3F]={
category="mn",
description="ORIYA VOWEL SIGN I",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0B3F,
+ unicodeslot=0xB3F,
},
- [0x0B40]={
+ [0xB40]={
category="mc",
description="ORIYA VOWEL SIGN II",
direction="l",
linebreak="cm",
- unicodeslot=0x0B40,
+ unicodeslot=0xB40,
},
- [0x0B41]={
+ [0xB41]={
category="mn",
description="ORIYA VOWEL SIGN U",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0B41,
+ unicodeslot=0xB41,
},
- [0x0B42]={
+ [0xB42]={
category="mn",
description="ORIYA VOWEL SIGN UU",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0B42,
+ unicodeslot=0xB42,
},
- [0x0B43]={
+ [0xB43]={
category="mn",
description="ORIYA VOWEL SIGN VOCALIC R",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0B43,
+ unicodeslot=0xB43,
},
- [0x0B44]={
+ [0xB44]={
category="mn",
description="ORIYA VOWEL SIGN VOCALIC RR",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0B44,
+ unicodeslot=0xB44,
},
- [0x0B47]={
+ [0xB47]={
category="mc",
description="ORIYA VOWEL SIGN E",
direction="l",
linebreak="cm",
- unicodeslot=0x0B47,
+ unicodeslot=0xB47,
},
- [0x0B48]={
+ [0xB48]={
category="mc",
description="ORIYA VOWEL SIGN AI",
direction="l",
linebreak="cm",
- specials={ "char", 0x0B47, 0x0B56 },
- unicodeslot=0x0B48,
+ specials={ "char", 0xB47, 0xB56 },
+ unicodeslot=0xB48,
},
- [0x0B4B]={
+ [0xB4B]={
category="mc",
description="ORIYA VOWEL SIGN O",
direction="l",
linebreak="cm",
- specials={ "char", 0x0B47, 0x0B3E },
- unicodeslot=0x0B4B,
+ specials={ "char", 0xB47, 0xB3E },
+ unicodeslot=0xB4B,
},
- [0x0B4C]={
+ [0xB4C]={
category="mc",
description="ORIYA VOWEL SIGN AU",
direction="l",
linebreak="cm",
- specials={ "char", 0x0B47, 0x0B57 },
- unicodeslot=0x0B4C,
+ specials={ "char", 0xB47, 0xB57 },
+ unicodeslot=0xB4C,
},
- [0x0B4D]={
+ [0xB4D]={
category="mn",
+ combining=0x9,
description="ORIYA SIGN VIRAMA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0B4D,
+ unicodeslot=0xB4D,
},
- [0x0B56]={
+ [0xB56]={
category="mn",
description="ORIYA AI LENGTH MARK",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0B56,
+ unicodeslot=0xB56,
},
- [0x0B57]={
+ [0xB57]={
category="mc",
description="ORIYA AU LENGTH MARK",
direction="l",
linebreak="cm",
- unicodeslot=0x0B57,
+ unicodeslot=0xB57,
},
- [0x0B5C]={
+ [0xB5C]={
category="lo",
description="ORIYA LETTER RRA",
direction="l",
linebreak="al",
- specials={ "char", 0x0B21, 0x0B3C },
- unicodeslot=0x0B5C,
+ specials={ "char", 0xB21, 0xB3C },
+ unicodeslot=0xB5C,
},
- [0x0B5D]={
+ [0xB5D]={
category="lo",
description="ORIYA LETTER RHA",
direction="l",
linebreak="al",
- specials={ "char", 0x0B22, 0x0B3C },
- unicodeslot=0x0B5D,
+ specials={ "char", 0xB22, 0xB3C },
+ unicodeslot=0xB5D,
},
- [0x0B5F]={
+ [0xB5F]={
category="lo",
description="ORIYA LETTER YYA",
direction="l",
linebreak="al",
- unicodeslot=0x0B5F,
+ unicodeslot=0xB5F,
},
- [0x0B60]={
+ [0xB60]={
category="lo",
description="ORIYA LETTER VOCALIC RR",
direction="l",
linebreak="al",
- unicodeslot=0x0B60,
+ unicodeslot=0xB60,
},
- [0x0B61]={
+ [0xB61]={
category="lo",
description="ORIYA LETTER VOCALIC LL",
direction="l",
linebreak="al",
- unicodeslot=0x0B61,
+ unicodeslot=0xB61,
},
- [0x0B62]={
+ [0xB62]={
category="mn",
description="ORIYA VOWEL SIGN VOCALIC L",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0B62,
+ unicodeslot=0xB62,
},
- [0x0B63]={
+ [0xB63]={
category="mn",
description="ORIYA VOWEL SIGN VOCALIC LL",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0B63,
+ unicodeslot=0xB63,
},
- [0x0B66]={
+ [0xB66]={
category="nd",
description="ORIYA DIGIT ZERO",
direction="l",
linebreak="nu",
- unicodeslot=0x0B66,
+ unicodeslot=0xB66,
},
- [0x0B67]={
+ [0xB67]={
category="nd",
description="ORIYA DIGIT ONE",
direction="l",
linebreak="nu",
- unicodeslot=0x0B67,
+ unicodeslot=0xB67,
},
- [0x0B68]={
+ [0xB68]={
category="nd",
description="ORIYA DIGIT TWO",
direction="l",
linebreak="nu",
- unicodeslot=0x0B68,
+ unicodeslot=0xB68,
},
- [0x0B69]={
+ [0xB69]={
category="nd",
description="ORIYA DIGIT THREE",
direction="l",
linebreak="nu",
- unicodeslot=0x0B69,
+ unicodeslot=0xB69,
},
- [0x0B6A]={
+ [0xB6A]={
category="nd",
description="ORIYA DIGIT FOUR",
direction="l",
linebreak="nu",
- unicodeslot=0x0B6A,
+ unicodeslot=0xB6A,
},
- [0x0B6B]={
+ [0xB6B]={
category="nd",
description="ORIYA DIGIT FIVE",
direction="l",
linebreak="nu",
- unicodeslot=0x0B6B,
+ unicodeslot=0xB6B,
},
- [0x0B6C]={
+ [0xB6C]={
category="nd",
description="ORIYA DIGIT SIX",
direction="l",
linebreak="nu",
- unicodeslot=0x0B6C,
+ unicodeslot=0xB6C,
},
- [0x0B6D]={
+ [0xB6D]={
category="nd",
description="ORIYA DIGIT SEVEN",
direction="l",
linebreak="nu",
- unicodeslot=0x0B6D,
+ unicodeslot=0xB6D,
},
- [0x0B6E]={
+ [0xB6E]={
category="nd",
description="ORIYA DIGIT EIGHT",
direction="l",
linebreak="nu",
- unicodeslot=0x0B6E,
+ unicodeslot=0xB6E,
},
- [0x0B6F]={
+ [0xB6F]={
category="nd",
description="ORIYA DIGIT NINE",
direction="l",
linebreak="nu",
- unicodeslot=0x0B6F,
+ unicodeslot=0xB6F,
},
- [0x0B70]={
+ [0xB70]={
category="so",
description="ORIYA ISSHAR",
direction="l",
linebreak="al",
- unicodeslot=0x0B70,
+ unicodeslot=0xB70,
},
- [0x0B71]={
+ [0xB71]={
category="lo",
description="ORIYA LETTER WA",
direction="l",
linebreak="al",
- unicodeslot=0x0B71,
+ unicodeslot=0xB71,
},
- [0x0B72]={
+ [0xB72]={
category="no",
description="ORIYA FRACTION ONE QUARTER",
direction="l",
linebreak="al",
- unicodeslot=0x0B72,
+ unicodeslot=0xB72,
},
- [0x0B73]={
+ [0xB73]={
category="no",
description="ORIYA FRACTION ONE HALF",
direction="l",
linebreak="al",
- unicodeslot=0x0B73,
+ unicodeslot=0xB73,
},
- [0x0B74]={
+ [0xB74]={
category="no",
description="ORIYA FRACTION THREE QUARTERS",
direction="l",
linebreak="al",
- unicodeslot=0x0B74,
+ unicodeslot=0xB74,
},
- [0x0B75]={
+ [0xB75]={
category="no",
description="ORIYA FRACTION ONE SIXTEENTH",
direction="l",
linebreak="al",
- unicodeslot=0x0B75,
+ unicodeslot=0xB75,
},
- [0x0B76]={
+ [0xB76]={
category="no",
description="ORIYA FRACTION ONE EIGHTH",
direction="l",
linebreak="al",
- unicodeslot=0x0B76,
+ unicodeslot=0xB76,
},
- [0x0B77]={
+ [0xB77]={
category="no",
description="ORIYA FRACTION THREE SIXTEENTHS",
direction="l",
linebreak="al",
- unicodeslot=0x0B77,
+ unicodeslot=0xB77,
},
- [0x0B82]={
+ [0xB82]={
category="mn",
description="TAMIL SIGN ANUSVARA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0B82,
+ unicodeslot=0xB82,
},
- [0x0B83]={
+ [0xB83]={
category="lo",
description="TAMIL SIGN VISARGA",
direction="l",
linebreak="al",
- unicodeslot=0x0B83,
+ unicodeslot=0xB83,
},
- [0x0B85]={
+ [0xB85]={
category="lo",
description="TAMIL LETTER A",
direction="l",
linebreak="al",
- unicodeslot=0x0B85,
+ unicodeslot=0xB85,
},
- [0x0B86]={
+ [0xB86]={
category="lo",
description="TAMIL LETTER AA",
direction="l",
linebreak="al",
- unicodeslot=0x0B86,
+ unicodeslot=0xB86,
},
- [0x0B87]={
+ [0xB87]={
category="lo",
description="TAMIL LETTER I",
direction="l",
linebreak="al",
- unicodeslot=0x0B87,
+ unicodeslot=0xB87,
},
- [0x0B88]={
+ [0xB88]={
category="lo",
description="TAMIL LETTER II",
direction="l",
linebreak="al",
- unicodeslot=0x0B88,
+ unicodeslot=0xB88,
},
- [0x0B89]={
+ [0xB89]={
category="lo",
description="TAMIL LETTER U",
direction="l",
linebreak="al",
- unicodeslot=0x0B89,
+ unicodeslot=0xB89,
},
- [0x0B8A]={
+ [0xB8A]={
category="lo",
description="TAMIL LETTER UU",
direction="l",
linebreak="al",
- unicodeslot=0x0B8A,
+ unicodeslot=0xB8A,
},
- [0x0B8E]={
+ [0xB8E]={
category="lo",
description="TAMIL LETTER E",
direction="l",
linebreak="al",
- unicodeslot=0x0B8E,
+ unicodeslot=0xB8E,
},
- [0x0B8F]={
+ [0xB8F]={
category="lo",
description="TAMIL LETTER EE",
direction="l",
linebreak="al",
- unicodeslot=0x0B8F,
+ unicodeslot=0xB8F,
},
- [0x0B90]={
+ [0xB90]={
category="lo",
description="TAMIL LETTER AI",
direction="l",
linebreak="al",
- unicodeslot=0x0B90,
+ unicodeslot=0xB90,
},
- [0x0B92]={
+ [0xB92]={
category="lo",
description="TAMIL LETTER O",
direction="l",
linebreak="al",
- unicodeslot=0x0B92,
+ unicodeslot=0xB92,
},
- [0x0B93]={
+ [0xB93]={
category="lo",
description="TAMIL LETTER OO",
direction="l",
linebreak="al",
- unicodeslot=0x0B93,
+ unicodeslot=0xB93,
},
- [0x0B94]={
+ [0xB94]={
category="lo",
description="TAMIL LETTER AU",
direction="l",
linebreak="al",
- specials={ "char", 0x0B92, 0x0BD7 },
- unicodeslot=0x0B94,
+ specials={ "char", 0xB92, 0xBD7 },
+ unicodeslot=0xB94,
},
- [0x0B95]={
+ [0xB95]={
category="lo",
description="TAMIL LETTER KA",
direction="l",
linebreak="al",
- unicodeslot=0x0B95,
+ unicodeslot=0xB95,
},
- [0x0B99]={
+ [0xB99]={
category="lo",
description="TAMIL LETTER NGA",
direction="l",
linebreak="al",
- unicodeslot=0x0B99,
+ unicodeslot=0xB99,
},
- [0x0B9A]={
+ [0xB9A]={
category="lo",
description="TAMIL LETTER CA",
direction="l",
linebreak="al",
- unicodeslot=0x0B9A,
+ unicodeslot=0xB9A,
},
- [0x0B9C]={
+ [0xB9C]={
category="lo",
description="TAMIL LETTER JA",
direction="l",
linebreak="al",
- unicodeslot=0x0B9C,
+ unicodeslot=0xB9C,
},
- [0x0B9E]={
+ [0xB9E]={
category="lo",
description="TAMIL LETTER NYA",
direction="l",
linebreak="al",
- unicodeslot=0x0B9E,
+ unicodeslot=0xB9E,
},
- [0x0B9F]={
+ [0xB9F]={
category="lo",
description="TAMIL LETTER TTA",
direction="l",
linebreak="al",
- unicodeslot=0x0B9F,
+ unicodeslot=0xB9F,
},
- [0x0BA3]={
+ [0xBA3]={
category="lo",
description="TAMIL LETTER NNA",
direction="l",
linebreak="al",
- unicodeslot=0x0BA3,
+ unicodeslot=0xBA3,
},
- [0x0BA4]={
+ [0xBA4]={
category="lo",
description="TAMIL LETTER TA",
direction="l",
linebreak="al",
- unicodeslot=0x0BA4,
+ unicodeslot=0xBA4,
},
- [0x0BA8]={
+ [0xBA8]={
category="lo",
description="TAMIL LETTER NA",
direction="l",
linebreak="al",
- unicodeslot=0x0BA8,
+ unicodeslot=0xBA8,
},
- [0x0BA9]={
+ [0xBA9]={
category="lo",
description="TAMIL LETTER NNNA",
direction="l",
linebreak="al",
- unicodeslot=0x0BA9,
+ unicodeslot=0xBA9,
},
- [0x0BAA]={
+ [0xBAA]={
category="lo",
description="TAMIL LETTER PA",
direction="l",
linebreak="al",
- unicodeslot=0x0BAA,
+ unicodeslot=0xBAA,
},
- [0x0BAE]={
+ [0xBAE]={
category="lo",
description="TAMIL LETTER MA",
direction="l",
linebreak="al",
- unicodeslot=0x0BAE,
+ unicodeslot=0xBAE,
},
- [0x0BAF]={
+ [0xBAF]={
category="lo",
description="TAMIL LETTER YA",
direction="l",
linebreak="al",
- unicodeslot=0x0BAF,
+ unicodeslot=0xBAF,
},
- [0x0BB0]={
+ [0xBB0]={
category="lo",
description="TAMIL LETTER RA",
direction="l",
linebreak="al",
- unicodeslot=0x0BB0,
+ unicodeslot=0xBB0,
},
- [0x0BB1]={
+ [0xBB1]={
category="lo",
description="TAMIL LETTER RRA",
direction="l",
linebreak="al",
- unicodeslot=0x0BB1,
+ unicodeslot=0xBB1,
},
- [0x0BB2]={
+ [0xBB2]={
category="lo",
description="TAMIL LETTER LA",
direction="l",
linebreak="al",
- unicodeslot=0x0BB2,
+ unicodeslot=0xBB2,
},
- [0x0BB3]={
+ [0xBB3]={
category="lo",
description="TAMIL LETTER LLA",
direction="l",
linebreak="al",
- unicodeslot=0x0BB3,
+ unicodeslot=0xBB3,
},
- [0x0BB4]={
+ [0xBB4]={
category="lo",
description="TAMIL LETTER LLLA",
direction="l",
linebreak="al",
- unicodeslot=0x0BB4,
+ unicodeslot=0xBB4,
},
- [0x0BB5]={
+ [0xBB5]={
category="lo",
description="TAMIL LETTER VA",
direction="l",
linebreak="al",
- unicodeslot=0x0BB5,
+ unicodeslot=0xBB5,
},
- [0x0BB6]={
+ [0xBB6]={
category="lo",
description="TAMIL LETTER SHA",
direction="l",
linebreak="al",
- unicodeslot=0x0BB6,
+ unicodeslot=0xBB6,
},
- [0x0BB7]={
+ [0xBB7]={
category="lo",
description="TAMIL LETTER SSA",
direction="l",
linebreak="al",
- unicodeslot=0x0BB7,
+ unicodeslot=0xBB7,
},
- [0x0BB8]={
+ [0xBB8]={
category="lo",
description="TAMIL LETTER SA",
direction="l",
linebreak="al",
- unicodeslot=0x0BB8,
+ unicodeslot=0xBB8,
},
- [0x0BB9]={
+ [0xBB9]={
category="lo",
description="TAMIL LETTER HA",
direction="l",
linebreak="al",
- unicodeslot=0x0BB9,
+ unicodeslot=0xBB9,
},
- [0x0BBE]={
+ [0xBBE]={
category="mc",
description="TAMIL VOWEL SIGN AA",
direction="l",
linebreak="cm",
- unicodeslot=0x0BBE,
+ unicodeslot=0xBBE,
},
- [0x0BBF]={
+ [0xBBF]={
category="mc",
description="TAMIL VOWEL SIGN I",
direction="l",
linebreak="cm",
- unicodeslot=0x0BBF,
+ unicodeslot=0xBBF,
},
- [0x0BC0]={
+ [0xBC0]={
category="mn",
description="TAMIL VOWEL SIGN II",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0BC0,
+ unicodeslot=0xBC0,
},
- [0x0BC1]={
+ [0xBC1]={
category="mc",
description="TAMIL VOWEL SIGN U",
direction="l",
linebreak="cm",
- unicodeslot=0x0BC1,
+ unicodeslot=0xBC1,
},
- [0x0BC2]={
+ [0xBC2]={
category="mc",
description="TAMIL VOWEL SIGN UU",
direction="l",
linebreak="cm",
- unicodeslot=0x0BC2,
+ unicodeslot=0xBC2,
},
- [0x0BC6]={
+ [0xBC6]={
category="mc",
description="TAMIL VOWEL SIGN E",
direction="l",
linebreak="cm",
- unicodeslot=0x0BC6,
+ unicodeslot=0xBC6,
},
- [0x0BC7]={
+ [0xBC7]={
category="mc",
description="TAMIL VOWEL SIGN EE",
direction="l",
linebreak="cm",
- unicodeslot=0x0BC7,
+ unicodeslot=0xBC7,
},
- [0x0BC8]={
+ [0xBC8]={
category="mc",
description="TAMIL VOWEL SIGN AI",
direction="l",
linebreak="cm",
- unicodeslot=0x0BC8,
+ unicodeslot=0xBC8,
},
- [0x0BCA]={
+ [0xBCA]={
category="mc",
description="TAMIL VOWEL SIGN O",
direction="l",
linebreak="cm",
- specials={ "char", 0x0BC6, 0x0BBE },
- unicodeslot=0x0BCA,
+ specials={ "char", 0xBC6, 0xBBE },
+ unicodeslot=0xBCA,
},
- [0x0BCB]={
+ [0xBCB]={
category="mc",
description="TAMIL VOWEL SIGN OO",
direction="l",
linebreak="cm",
- specials={ "char", 0x0BC7, 0x0BBE },
- unicodeslot=0x0BCB,
+ specials={ "char", 0xBC7, 0xBBE },
+ unicodeslot=0xBCB,
},
- [0x0BCC]={
+ [0xBCC]={
category="mc",
description="TAMIL VOWEL SIGN AU",
direction="l",
linebreak="cm",
- specials={ "char", 0x0BC6, 0x0BD7 },
- unicodeslot=0x0BCC,
+ specials={ "char", 0xBC6, 0xBD7 },
+ unicodeslot=0xBCC,
},
- [0x0BCD]={
+ [0xBCD]={
category="mn",
+ combining=0x9,
description="TAMIL SIGN VIRAMA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0BCD,
+ unicodeslot=0xBCD,
},
- [0x0BD0]={
+ [0xBD0]={
category="lo",
description="TAMIL OM",
direction="l",
linebreak="al",
- unicodeslot=0x0BD0,
+ unicodeslot=0xBD0,
},
- [0x0BD7]={
+ [0xBD7]={
category="mc",
description="TAMIL AU LENGTH MARK",
direction="l",
linebreak="cm",
- unicodeslot=0x0BD7,
+ unicodeslot=0xBD7,
},
- [0x0BE6]={
+ [0xBE6]={
category="nd",
description="TAMIL DIGIT ZERO",
direction="l",
linebreak="nu",
- unicodeslot=0x0BE6,
+ unicodeslot=0xBE6,
},
- [0x0BE7]={
+ [0xBE7]={
category="nd",
description="TAMIL DIGIT ONE",
direction="l",
linebreak="nu",
- unicodeslot=0x0BE7,
+ unicodeslot=0xBE7,
},
- [0x0BE8]={
+ [0xBE8]={
category="nd",
description="TAMIL DIGIT TWO",
direction="l",
linebreak="nu",
- unicodeslot=0x0BE8,
+ unicodeslot=0xBE8,
},
- [0x0BE9]={
+ [0xBE9]={
category="nd",
description="TAMIL DIGIT THREE",
direction="l",
linebreak="nu",
- unicodeslot=0x0BE9,
+ unicodeslot=0xBE9,
},
- [0x0BEA]={
+ [0xBEA]={
category="nd",
description="TAMIL DIGIT FOUR",
direction="l",
linebreak="nu",
- unicodeslot=0x0BEA,
+ unicodeslot=0xBEA,
},
- [0x0BEB]={
+ [0xBEB]={
category="nd",
description="TAMIL DIGIT FIVE",
direction="l",
linebreak="nu",
- unicodeslot=0x0BEB,
+ unicodeslot=0xBEB,
},
- [0x0BEC]={
+ [0xBEC]={
category="nd",
description="TAMIL DIGIT SIX",
direction="l",
linebreak="nu",
- unicodeslot=0x0BEC,
+ unicodeslot=0xBEC,
},
- [0x0BED]={
+ [0xBED]={
category="nd",
description="TAMIL DIGIT SEVEN",
direction="l",
linebreak="nu",
- unicodeslot=0x0BED,
+ unicodeslot=0xBED,
},
- [0x0BEE]={
+ [0xBEE]={
category="nd",
description="TAMIL DIGIT EIGHT",
direction="l",
linebreak="nu",
- unicodeslot=0x0BEE,
+ unicodeslot=0xBEE,
},
- [0x0BEF]={
+ [0xBEF]={
category="nd",
description="TAMIL DIGIT NINE",
direction="l",
linebreak="nu",
- unicodeslot=0x0BEF,
+ unicodeslot=0xBEF,
},
- [0x0BF0]={
+ [0xBF0]={
category="no",
description="TAMIL NUMBER TEN",
direction="l",
linebreak="al",
- unicodeslot=0x0BF0,
+ unicodeslot=0xBF0,
},
- [0x0BF1]={
+ [0xBF1]={
category="no",
description="TAMIL NUMBER ONE HUNDRED",
direction="l",
linebreak="al",
- unicodeslot=0x0BF1,
+ unicodeslot=0xBF1,
},
- [0x0BF2]={
+ [0xBF2]={
category="no",
description="TAMIL NUMBER ONE THOUSAND",
direction="l",
linebreak="al",
- unicodeslot=0x0BF2,
+ unicodeslot=0xBF2,
},
- [0x0BF3]={
+ [0xBF3]={
category="so",
description="TAMIL DAY SIGN",
direction="on",
linebreak="al",
- unicodeslot=0x0BF3,
+ unicodeslot=0xBF3,
},
- [0x0BF4]={
+ [0xBF4]={
category="so",
description="TAMIL MONTH SIGN",
direction="on",
linebreak="al",
- unicodeslot=0x0BF4,
+ unicodeslot=0xBF4,
},
- [0x0BF5]={
+ [0xBF5]={
category="so",
description="TAMIL YEAR SIGN",
direction="on",
linebreak="al",
- unicodeslot=0x0BF5,
+ unicodeslot=0xBF5,
},
- [0x0BF6]={
+ [0xBF6]={
category="so",
description="TAMIL DEBIT SIGN",
direction="on",
linebreak="al",
- unicodeslot=0x0BF6,
+ unicodeslot=0xBF6,
},
- [0x0BF7]={
+ [0xBF7]={
category="so",
description="TAMIL CREDIT SIGN",
direction="on",
linebreak="al",
- unicodeslot=0x0BF7,
+ unicodeslot=0xBF7,
},
- [0x0BF8]={
+ [0xBF8]={
category="so",
description="TAMIL AS ABOVE SIGN",
direction="on",
linebreak="al",
- unicodeslot=0x0BF8,
+ unicodeslot=0xBF8,
},
- [0x0BF9]={
+ [0xBF9]={
category="sc",
description="TAMIL RUPEE SIGN",
direction="et",
linebreak="pr",
- unicodeslot=0x0BF9,
+ unicodeslot=0xBF9,
},
- [0x0BFA]={
+ [0xBFA]={
category="so",
description="TAMIL NUMBER SIGN",
direction="on",
linebreak="al",
- unicodeslot=0x0BFA,
+ unicodeslot=0xBFA,
+ },
+ [0xC00]={
+ category="mn",
+ description="TELUGU SIGN COMBINING CANDRABINDU ABOVE",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0xC00,
},
- [0x0C01]={
+ [0xC01]={
category="mc",
description="TELUGU SIGN CANDRABINDU",
direction="l",
linebreak="cm",
- unicodeslot=0x0C01,
+ unicodeslot=0xC01,
},
- [0x0C02]={
+ [0xC02]={
category="mc",
description="TELUGU SIGN ANUSVARA",
direction="l",
linebreak="cm",
- unicodeslot=0x0C02,
+ unicodeslot=0xC02,
},
- [0x0C03]={
+ [0xC03]={
category="mc",
description="TELUGU SIGN VISARGA",
direction="l",
linebreak="cm",
- unicodeslot=0x0C03,
+ unicodeslot=0xC03,
},
- [0x0C05]={
+ [0xC05]={
category="lo",
description="TELUGU LETTER A",
direction="l",
linebreak="al",
- unicodeslot=0x0C05,
+ unicodeslot=0xC05,
},
- [0x0C06]={
+ [0xC06]={
category="lo",
description="TELUGU LETTER AA",
direction="l",
linebreak="al",
- unicodeslot=0x0C06,
+ unicodeslot=0xC06,
},
- [0x0C07]={
+ [0xC07]={
category="lo",
description="TELUGU LETTER I",
direction="l",
linebreak="al",
- unicodeslot=0x0C07,
+ unicodeslot=0xC07,
},
- [0x0C08]={
+ [0xC08]={
category="lo",
description="TELUGU LETTER II",
direction="l",
linebreak="al",
- unicodeslot=0x0C08,
+ unicodeslot=0xC08,
},
- [0x0C09]={
+ [0xC09]={
category="lo",
description="TELUGU LETTER U",
direction="l",
linebreak="al",
- unicodeslot=0x0C09,
+ unicodeslot=0xC09,
},
- [0x0C0A]={
+ [0xC0A]={
category="lo",
description="TELUGU LETTER UU",
direction="l",
linebreak="al",
- unicodeslot=0x0C0A,
+ unicodeslot=0xC0A,
},
- [0x0C0B]={
+ [0xC0B]={
category="lo",
description="TELUGU LETTER VOCALIC R",
direction="l",
linebreak="al",
- unicodeslot=0x0C0B,
+ unicodeslot=0xC0B,
},
- [0x0C0C]={
+ [0xC0C]={
category="lo",
description="TELUGU LETTER VOCALIC L",
direction="l",
linebreak="al",
- unicodeslot=0x0C0C,
+ unicodeslot=0xC0C,
},
- [0x0C0E]={
+ [0xC0E]={
category="lo",
description="TELUGU LETTER E",
direction="l",
linebreak="al",
- unicodeslot=0x0C0E,
+ unicodeslot=0xC0E,
},
- [0x0C0F]={
+ [0xC0F]={
category="lo",
description="TELUGU LETTER EE",
direction="l",
linebreak="al",
- unicodeslot=0x0C0F,
+ unicodeslot=0xC0F,
},
- [0x0C10]={
+ [0xC10]={
category="lo",
description="TELUGU LETTER AI",
direction="l",
linebreak="al",
- unicodeslot=0x0C10,
+ unicodeslot=0xC10,
},
- [0x0C12]={
+ [0xC12]={
category="lo",
description="TELUGU LETTER O",
direction="l",
linebreak="al",
- unicodeslot=0x0C12,
+ unicodeslot=0xC12,
},
- [0x0C13]={
+ [0xC13]={
category="lo",
description="TELUGU LETTER OO",
direction="l",
linebreak="al",
- unicodeslot=0x0C13,
+ unicodeslot=0xC13,
},
- [0x0C14]={
+ [0xC14]={
category="lo",
description="TELUGU LETTER AU",
direction="l",
linebreak="al",
- unicodeslot=0x0C14,
+ unicodeslot=0xC14,
},
- [0x0C15]={
+ [0xC15]={
category="lo",
description="TELUGU LETTER KA",
direction="l",
linebreak="al",
- unicodeslot=0x0C15,
+ unicodeslot=0xC15,
},
- [0x0C16]={
+ [0xC16]={
category="lo",
description="TELUGU LETTER KHA",
direction="l",
linebreak="al",
- unicodeslot=0x0C16,
+ unicodeslot=0xC16,
},
- [0x0C17]={
+ [0xC17]={
category="lo",
description="TELUGU LETTER GA",
direction="l",
linebreak="al",
- unicodeslot=0x0C17,
+ unicodeslot=0xC17,
},
- [0x0C18]={
+ [0xC18]={
category="lo",
description="TELUGU LETTER GHA",
direction="l",
linebreak="al",
- unicodeslot=0x0C18,
+ unicodeslot=0xC18,
},
- [0x0C19]={
+ [0xC19]={
category="lo",
description="TELUGU LETTER NGA",
direction="l",
linebreak="al",
- unicodeslot=0x0C19,
+ unicodeslot=0xC19,
},
- [0x0C1A]={
+ [0xC1A]={
category="lo",
description="TELUGU LETTER CA",
direction="l",
linebreak="al",
- unicodeslot=0x0C1A,
+ unicodeslot=0xC1A,
},
- [0x0C1B]={
+ [0xC1B]={
category="lo",
description="TELUGU LETTER CHA",
direction="l",
linebreak="al",
- unicodeslot=0x0C1B,
+ unicodeslot=0xC1B,
},
- [0x0C1C]={
+ [0xC1C]={
category="lo",
description="TELUGU LETTER JA",
direction="l",
linebreak="al",
- unicodeslot=0x0C1C,
+ unicodeslot=0xC1C,
},
- [0x0C1D]={
+ [0xC1D]={
category="lo",
description="TELUGU LETTER JHA",
direction="l",
linebreak="al",
- unicodeslot=0x0C1D,
+ unicodeslot=0xC1D,
},
- [0x0C1E]={
+ [0xC1E]={
category="lo",
description="TELUGU LETTER NYA",
direction="l",
linebreak="al",
- unicodeslot=0x0C1E,
+ unicodeslot=0xC1E,
},
- [0x0C1F]={
+ [0xC1F]={
category="lo",
description="TELUGU LETTER TTA",
direction="l",
linebreak="al",
- unicodeslot=0x0C1F,
+ unicodeslot=0xC1F,
},
- [0x0C20]={
+ [0xC20]={
category="lo",
description="TELUGU LETTER TTHA",
direction="l",
linebreak="al",
- unicodeslot=0x0C20,
+ unicodeslot=0xC20,
},
- [0x0C21]={
+ [0xC21]={
category="lo",
description="TELUGU LETTER DDA",
direction="l",
linebreak="al",
- unicodeslot=0x0C21,
+ unicodeslot=0xC21,
},
- [0x0C22]={
+ [0xC22]={
category="lo",
description="TELUGU LETTER DDHA",
direction="l",
linebreak="al",
- unicodeslot=0x0C22,
+ unicodeslot=0xC22,
},
- [0x0C23]={
+ [0xC23]={
category="lo",
description="TELUGU LETTER NNA",
direction="l",
linebreak="al",
- unicodeslot=0x0C23,
+ unicodeslot=0xC23,
},
- [0x0C24]={
+ [0xC24]={
category="lo",
description="TELUGU LETTER TA",
direction="l",
linebreak="al",
- unicodeslot=0x0C24,
+ unicodeslot=0xC24,
},
- [0x0C25]={
+ [0xC25]={
category="lo",
description="TELUGU LETTER THA",
direction="l",
linebreak="al",
- unicodeslot=0x0C25,
+ unicodeslot=0xC25,
},
- [0x0C26]={
+ [0xC26]={
category="lo",
description="TELUGU LETTER DA",
direction="l",
linebreak="al",
- unicodeslot=0x0C26,
+ unicodeslot=0xC26,
},
- [0x0C27]={
+ [0xC27]={
category="lo",
description="TELUGU LETTER DHA",
direction="l",
linebreak="al",
- unicodeslot=0x0C27,
+ unicodeslot=0xC27,
},
- [0x0C28]={
+ [0xC28]={
category="lo",
description="TELUGU LETTER NA",
direction="l",
linebreak="al",
- unicodeslot=0x0C28,
+ unicodeslot=0xC28,
},
- [0x0C2A]={
+ [0xC2A]={
category="lo",
description="TELUGU LETTER PA",
direction="l",
linebreak="al",
- unicodeslot=0x0C2A,
+ unicodeslot=0xC2A,
},
- [0x0C2B]={
+ [0xC2B]={
category="lo",
description="TELUGU LETTER PHA",
direction="l",
linebreak="al",
- unicodeslot=0x0C2B,
+ unicodeslot=0xC2B,
},
- [0x0C2C]={
+ [0xC2C]={
category="lo",
description="TELUGU LETTER BA",
direction="l",
linebreak="al",
- unicodeslot=0x0C2C,
+ unicodeslot=0xC2C,
},
- [0x0C2D]={
+ [0xC2D]={
category="lo",
description="TELUGU LETTER BHA",
direction="l",
linebreak="al",
- unicodeslot=0x0C2D,
+ unicodeslot=0xC2D,
},
- [0x0C2E]={
+ [0xC2E]={
category="lo",
description="TELUGU LETTER MA",
direction="l",
linebreak="al",
- unicodeslot=0x0C2E,
+ unicodeslot=0xC2E,
},
- [0x0C2F]={
+ [0xC2F]={
category="lo",
description="TELUGU LETTER YA",
direction="l",
linebreak="al",
- unicodeslot=0x0C2F,
+ unicodeslot=0xC2F,
},
- [0x0C30]={
+ [0xC30]={
category="lo",
description="TELUGU LETTER RA",
direction="l",
linebreak="al",
- unicodeslot=0x0C30,
+ unicodeslot=0xC30,
},
- [0x0C31]={
+ [0xC31]={
category="lo",
description="TELUGU LETTER RRA",
direction="l",
linebreak="al",
- unicodeslot=0x0C31,
+ unicodeslot=0xC31,
},
- [0x0C32]={
+ [0xC32]={
category="lo",
description="TELUGU LETTER LA",
direction="l",
linebreak="al",
- unicodeslot=0x0C32,
+ unicodeslot=0xC32,
},
- [0x0C33]={
+ [0xC33]={
category="lo",
description="TELUGU LETTER LLA",
direction="l",
linebreak="al",
- unicodeslot=0x0C33,
+ unicodeslot=0xC33,
},
- [0x0C35]={
+ [0xC34]={
+ category="lo",
+ description="TELUGU LETTER LLLA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xC34,
+ },
+ [0xC35]={
category="lo",
description="TELUGU LETTER VA",
direction="l",
linebreak="al",
- unicodeslot=0x0C35,
+ unicodeslot=0xC35,
},
- [0x0C36]={
+ [0xC36]={
category="lo",
description="TELUGU LETTER SHA",
direction="l",
linebreak="al",
- unicodeslot=0x0C36,
+ unicodeslot=0xC36,
},
- [0x0C37]={
+ [0xC37]={
category="lo",
description="TELUGU LETTER SSA",
direction="l",
linebreak="al",
- unicodeslot=0x0C37,
+ unicodeslot=0xC37,
},
- [0x0C38]={
+ [0xC38]={
category="lo",
description="TELUGU LETTER SA",
direction="l",
linebreak="al",
- unicodeslot=0x0C38,
+ unicodeslot=0xC38,
},
- [0x0C39]={
+ [0xC39]={
category="lo",
description="TELUGU LETTER HA",
direction="l",
linebreak="al",
- unicodeslot=0x0C39,
+ unicodeslot=0xC39,
},
- [0x0C3D]={
+ [0xC3D]={
category="lo",
description="TELUGU SIGN AVAGRAHA",
direction="l",
linebreak="al",
- unicodeslot=0x0C3D,
+ unicodeslot=0xC3D,
},
- [0x0C3E]={
+ [0xC3E]={
category="mn",
description="TELUGU VOWEL SIGN AA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0C3E,
+ unicodeslot=0xC3E,
},
- [0x0C3F]={
+ [0xC3F]={
category="mn",
description="TELUGU VOWEL SIGN I",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0C3F,
+ unicodeslot=0xC3F,
},
- [0x0C40]={
+ [0xC40]={
category="mn",
description="TELUGU VOWEL SIGN II",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0C40,
+ unicodeslot=0xC40,
},
- [0x0C41]={
+ [0xC41]={
category="mc",
description="TELUGU VOWEL SIGN U",
direction="l",
linebreak="cm",
- unicodeslot=0x0C41,
+ unicodeslot=0xC41,
},
- [0x0C42]={
+ [0xC42]={
category="mc",
description="TELUGU VOWEL SIGN UU",
direction="l",
linebreak="cm",
- unicodeslot=0x0C42,
+ unicodeslot=0xC42,
},
- [0x0C43]={
+ [0xC43]={
category="mc",
description="TELUGU VOWEL SIGN VOCALIC R",
direction="l",
linebreak="cm",
- unicodeslot=0x0C43,
+ unicodeslot=0xC43,
},
- [0x0C44]={
+ [0xC44]={
category="mc",
description="TELUGU VOWEL SIGN VOCALIC RR",
direction="l",
linebreak="cm",
- unicodeslot=0x0C44,
+ unicodeslot=0xC44,
},
- [0x0C46]={
+ [0xC46]={
category="mn",
description="TELUGU VOWEL SIGN E",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0C46,
+ unicodeslot=0xC46,
},
- [0x0C47]={
+ [0xC47]={
category="mn",
description="TELUGU VOWEL SIGN EE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0C47,
+ unicodeslot=0xC47,
},
- [0x0C48]={
+ [0xC48]={
category="mn",
description="TELUGU VOWEL SIGN AI",
direction="nsm",
linebreak="cm",
- specials={ "char", 0x0C46, 0x0C56 },
- unicodeslot=0x0C48,
+ specials={ "char", 0xC46, 0xC56 },
+ unicodeslot=0xC48,
},
- [0x0C4A]={
+ [0xC4A]={
category="mn",
description="TELUGU VOWEL SIGN O",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0C4A,
+ unicodeslot=0xC4A,
},
- [0x0C4B]={
+ [0xC4B]={
category="mn",
description="TELUGU VOWEL SIGN OO",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0C4B,
+ unicodeslot=0xC4B,
},
- [0x0C4C]={
+ [0xC4C]={
category="mn",
description="TELUGU VOWEL SIGN AU",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0C4C,
+ unicodeslot=0xC4C,
},
- [0x0C4D]={
+ [0xC4D]={
category="mn",
+ combining=0x9,
description="TELUGU SIGN VIRAMA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0C4D,
+ unicodeslot=0xC4D,
},
- [0x0C55]={
+ [0xC55]={
category="mn",
+ combining=0x54,
description="TELUGU LENGTH MARK",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0C55,
+ unicodeslot=0xC55,
},
- [0x0C56]={
+ [0xC56]={
category="mn",
+ combining=0x5B,
description="TELUGU AI LENGTH MARK",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0C56,
+ unicodeslot=0xC56,
},
- [0x0C58]={
+ [0xC58]={
category="lo",
description="TELUGU LETTER TSA",
direction="l",
linebreak="al",
- unicodeslot=0x0C58,
+ unicodeslot=0xC58,
},
- [0x0C59]={
+ [0xC59]={
category="lo",
description="TELUGU LETTER DZA",
direction="l",
linebreak="al",
- unicodeslot=0x0C59,
+ unicodeslot=0xC59,
},
- [0x0C60]={
+ [0xC60]={
category="lo",
description="TELUGU LETTER VOCALIC RR",
direction="l",
linebreak="al",
- unicodeslot=0x0C60,
+ unicodeslot=0xC60,
},
- [0x0C61]={
+ [0xC61]={
category="lo",
description="TELUGU LETTER VOCALIC LL",
direction="l",
linebreak="al",
- unicodeslot=0x0C61,
+ unicodeslot=0xC61,
},
- [0x0C62]={
+ [0xC62]={
category="mn",
description="TELUGU VOWEL SIGN VOCALIC L",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0C62,
+ unicodeslot=0xC62,
},
- [0x0C63]={
+ [0xC63]={
category="mn",
description="TELUGU VOWEL SIGN VOCALIC LL",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0C63,
+ unicodeslot=0xC63,
},
- [0x0C66]={
+ [0xC66]={
category="nd",
description="TELUGU DIGIT ZERO",
direction="l",
linebreak="nu",
- unicodeslot=0x0C66,
+ unicodeslot=0xC66,
},
- [0x0C67]={
+ [0xC67]={
category="nd",
description="TELUGU DIGIT ONE",
direction="l",
linebreak="nu",
- unicodeslot=0x0C67,
+ unicodeslot=0xC67,
},
- [0x0C68]={
+ [0xC68]={
category="nd",
description="TELUGU DIGIT TWO",
direction="l",
linebreak="nu",
- unicodeslot=0x0C68,
+ unicodeslot=0xC68,
},
- [0x0C69]={
+ [0xC69]={
category="nd",
description="TELUGU DIGIT THREE",
direction="l",
linebreak="nu",
- unicodeslot=0x0C69,
+ unicodeslot=0xC69,
},
- [0x0C6A]={
+ [0xC6A]={
category="nd",
description="TELUGU DIGIT FOUR",
direction="l",
linebreak="nu",
- unicodeslot=0x0C6A,
+ unicodeslot=0xC6A,
},
- [0x0C6B]={
+ [0xC6B]={
category="nd",
description="TELUGU DIGIT FIVE",
direction="l",
linebreak="nu",
- unicodeslot=0x0C6B,
+ unicodeslot=0xC6B,
},
- [0x0C6C]={
+ [0xC6C]={
category="nd",
description="TELUGU DIGIT SIX",
direction="l",
linebreak="nu",
- unicodeslot=0x0C6C,
+ unicodeslot=0xC6C,
},
- [0x0C6D]={
+ [0xC6D]={
category="nd",
description="TELUGU DIGIT SEVEN",
direction="l",
linebreak="nu",
- unicodeslot=0x0C6D,
+ unicodeslot=0xC6D,
},
- [0x0C6E]={
+ [0xC6E]={
category="nd",
description="TELUGU DIGIT EIGHT",
direction="l",
linebreak="nu",
- unicodeslot=0x0C6E,
+ unicodeslot=0xC6E,
},
- [0x0C6F]={
+ [0xC6F]={
category="nd",
description="TELUGU DIGIT NINE",
direction="l",
linebreak="nu",
- unicodeslot=0x0C6F,
+ unicodeslot=0xC6F,
},
- [0x0C78]={
+ [0xC78]={
category="no",
description="TELUGU FRACTION DIGIT ZERO FOR ODD POWERS OF FOUR",
direction="on",
linebreak="al",
- unicodeslot=0x0C78,
+ unicodeslot=0xC78,
},
- [0x0C79]={
+ [0xC79]={
category="no",
description="TELUGU FRACTION DIGIT ONE FOR ODD POWERS OF FOUR",
direction="on",
linebreak="al",
- unicodeslot=0x0C79,
+ unicodeslot=0xC79,
},
- [0x0C7A]={
+ [0xC7A]={
category="no",
description="TELUGU FRACTION DIGIT TWO FOR ODD POWERS OF FOUR",
direction="on",
linebreak="al",
- unicodeslot=0x0C7A,
+ unicodeslot=0xC7A,
},
- [0x0C7B]={
+ [0xC7B]={
category="no",
description="TELUGU FRACTION DIGIT THREE FOR ODD POWERS OF FOUR",
direction="on",
linebreak="al",
- unicodeslot=0x0C7B,
+ unicodeslot=0xC7B,
},
- [0x0C7C]={
+ [0xC7C]={
category="no",
description="TELUGU FRACTION DIGIT ONE FOR EVEN POWERS OF FOUR",
direction="on",
linebreak="al",
- unicodeslot=0x0C7C,
+ unicodeslot=0xC7C,
},
- [0x0C7D]={
+ [0xC7D]={
category="no",
description="TELUGU FRACTION DIGIT TWO FOR EVEN POWERS OF FOUR",
direction="on",
linebreak="al",
- unicodeslot=0x0C7D,
+ unicodeslot=0xC7D,
},
- [0x0C7E]={
+ [0xC7E]={
category="no",
description="TELUGU FRACTION DIGIT THREE FOR EVEN POWERS OF FOUR",
direction="on",
linebreak="al",
- unicodeslot=0x0C7E,
+ unicodeslot=0xC7E,
},
- [0x0C7F]={
+ [0xC7F]={
category="so",
description="TELUGU SIGN TUUMU",
direction="l",
linebreak="al",
- unicodeslot=0x0C7F,
+ unicodeslot=0xC7F,
+ },
+ [0xC81]={
+ category="mn",
+ description="KANNADA SIGN CANDRABINDU",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0xC81,
},
- [0x0C82]={
+ [0xC82]={
category="mc",
description="KANNADA SIGN ANUSVARA",
direction="l",
linebreak="cm",
- unicodeslot=0x0C82,
+ unicodeslot=0xC82,
},
- [0x0C83]={
+ [0xC83]={
category="mc",
description="KANNADA SIGN VISARGA",
direction="l",
linebreak="cm",
- unicodeslot=0x0C83,
+ unicodeslot=0xC83,
},
- [0x0C85]={
+ [0xC85]={
category="lo",
description="KANNADA LETTER A",
direction="l",
linebreak="al",
- unicodeslot=0x0C85,
+ unicodeslot=0xC85,
},
- [0x0C86]={
+ [0xC86]={
category="lo",
description="KANNADA LETTER AA",
direction="l",
linebreak="al",
- unicodeslot=0x0C86,
+ unicodeslot=0xC86,
},
- [0x0C87]={
+ [0xC87]={
category="lo",
description="KANNADA LETTER I",
direction="l",
linebreak="al",
- unicodeslot=0x0C87,
+ unicodeslot=0xC87,
},
- [0x0C88]={
+ [0xC88]={
category="lo",
description="KANNADA LETTER II",
direction="l",
linebreak="al",
- unicodeslot=0x0C88,
+ unicodeslot=0xC88,
},
- [0x0C89]={
+ [0xC89]={
category="lo",
description="KANNADA LETTER U",
direction="l",
linebreak="al",
- unicodeslot=0x0C89,
+ unicodeslot=0xC89,
},
- [0x0C8A]={
+ [0xC8A]={
category="lo",
description="KANNADA LETTER UU",
direction="l",
linebreak="al",
- unicodeslot=0x0C8A,
+ unicodeslot=0xC8A,
},
- [0x0C8B]={
+ [0xC8B]={
category="lo",
description="KANNADA LETTER VOCALIC R",
direction="l",
linebreak="al",
- unicodeslot=0x0C8B,
+ unicodeslot=0xC8B,
},
- [0x0C8C]={
+ [0xC8C]={
category="lo",
description="KANNADA LETTER VOCALIC L",
direction="l",
linebreak="al",
- unicodeslot=0x0C8C,
+ unicodeslot=0xC8C,
},
- [0x0C8E]={
+ [0xC8E]={
category="lo",
description="KANNADA LETTER E",
direction="l",
linebreak="al",
- unicodeslot=0x0C8E,
+ unicodeslot=0xC8E,
},
- [0x0C8F]={
+ [0xC8F]={
category="lo",
description="KANNADA LETTER EE",
direction="l",
linebreak="al",
- unicodeslot=0x0C8F,
+ unicodeslot=0xC8F,
},
- [0x0C90]={
+ [0xC90]={
category="lo",
description="KANNADA LETTER AI",
direction="l",
linebreak="al",
- unicodeslot=0x0C90,
+ unicodeslot=0xC90,
},
- [0x0C92]={
+ [0xC92]={
category="lo",
description="KANNADA LETTER O",
direction="l",
linebreak="al",
- unicodeslot=0x0C92,
+ unicodeslot=0xC92,
},
- [0x0C93]={
+ [0xC93]={
category="lo",
description="KANNADA LETTER OO",
direction="l",
linebreak="al",
- unicodeslot=0x0C93,
+ unicodeslot=0xC93,
},
- [0x0C94]={
+ [0xC94]={
category="lo",
description="KANNADA LETTER AU",
direction="l",
linebreak="al",
- unicodeslot=0x0C94,
+ unicodeslot=0xC94,
},
- [0x0C95]={
+ [0xC95]={
category="lo",
description="KANNADA LETTER KA",
direction="l",
linebreak="al",
- unicodeslot=0x0C95,
+ unicodeslot=0xC95,
},
- [0x0C96]={
+ [0xC96]={
category="lo",
description="KANNADA LETTER KHA",
direction="l",
linebreak="al",
- unicodeslot=0x0C96,
+ unicodeslot=0xC96,
},
- [0x0C97]={
+ [0xC97]={
category="lo",
description="KANNADA LETTER GA",
direction="l",
linebreak="al",
- unicodeslot=0x0C97,
+ unicodeslot=0xC97,
},
- [0x0C98]={
+ [0xC98]={
category="lo",
description="KANNADA LETTER GHA",
direction="l",
linebreak="al",
- unicodeslot=0x0C98,
+ unicodeslot=0xC98,
},
- [0x0C99]={
+ [0xC99]={
category="lo",
description="KANNADA LETTER NGA",
direction="l",
linebreak="al",
- unicodeslot=0x0C99,
+ unicodeslot=0xC99,
},
- [0x0C9A]={
+ [0xC9A]={
category="lo",
description="KANNADA LETTER CA",
direction="l",
linebreak="al",
- unicodeslot=0x0C9A,
+ unicodeslot=0xC9A,
},
- [0x0C9B]={
+ [0xC9B]={
category="lo",
description="KANNADA LETTER CHA",
direction="l",
linebreak="al",
- unicodeslot=0x0C9B,
+ unicodeslot=0xC9B,
},
- [0x0C9C]={
+ [0xC9C]={
category="lo",
description="KANNADA LETTER JA",
direction="l",
linebreak="al",
- unicodeslot=0x0C9C,
+ unicodeslot=0xC9C,
},
- [0x0C9D]={
+ [0xC9D]={
category="lo",
description="KANNADA LETTER JHA",
direction="l",
linebreak="al",
- unicodeslot=0x0C9D,
+ unicodeslot=0xC9D,
},
- [0x0C9E]={
+ [0xC9E]={
category="lo",
description="KANNADA LETTER NYA",
direction="l",
linebreak="al",
- unicodeslot=0x0C9E,
+ unicodeslot=0xC9E,
},
- [0x0C9F]={
+ [0xC9F]={
category="lo",
description="KANNADA LETTER TTA",
direction="l",
linebreak="al",
- unicodeslot=0x0C9F,
+ unicodeslot=0xC9F,
},
- [0x0CA0]={
+ [0xCA0]={
category="lo",
description="KANNADA LETTER TTHA",
direction="l",
linebreak="al",
- unicodeslot=0x0CA0,
+ unicodeslot=0xCA0,
},
- [0x0CA1]={
+ [0xCA1]={
category="lo",
description="KANNADA LETTER DDA",
direction="l",
linebreak="al",
- unicodeslot=0x0CA1,
+ unicodeslot=0xCA1,
},
- [0x0CA2]={
+ [0xCA2]={
category="lo",
description="KANNADA LETTER DDHA",
direction="l",
linebreak="al",
- unicodeslot=0x0CA2,
+ unicodeslot=0xCA2,
},
- [0x0CA3]={
+ [0xCA3]={
category="lo",
description="KANNADA LETTER NNA",
direction="l",
linebreak="al",
- unicodeslot=0x0CA3,
+ unicodeslot=0xCA3,
},
- [0x0CA4]={
+ [0xCA4]={
category="lo",
description="KANNADA LETTER TA",
direction="l",
linebreak="al",
- unicodeslot=0x0CA4,
+ unicodeslot=0xCA4,
},
- [0x0CA5]={
+ [0xCA5]={
category="lo",
description="KANNADA LETTER THA",
direction="l",
linebreak="al",
- unicodeslot=0x0CA5,
+ unicodeslot=0xCA5,
},
- [0x0CA6]={
+ [0xCA6]={
category="lo",
description="KANNADA LETTER DA",
direction="l",
linebreak="al",
- unicodeslot=0x0CA6,
+ unicodeslot=0xCA6,
},
- [0x0CA7]={
+ [0xCA7]={
category="lo",
description="KANNADA LETTER DHA",
direction="l",
linebreak="al",
- unicodeslot=0x0CA7,
+ unicodeslot=0xCA7,
},
- [0x0CA8]={
+ [0xCA8]={
category="lo",
description="KANNADA LETTER NA",
direction="l",
linebreak="al",
- unicodeslot=0x0CA8,
+ unicodeslot=0xCA8,
},
- [0x0CAA]={
+ [0xCAA]={
category="lo",
description="KANNADA LETTER PA",
direction="l",
linebreak="al",
- unicodeslot=0x0CAA,
+ unicodeslot=0xCAA,
},
- [0x0CAB]={
+ [0xCAB]={
category="lo",
description="KANNADA LETTER PHA",
direction="l",
linebreak="al",
- unicodeslot=0x0CAB,
+ unicodeslot=0xCAB,
},
- [0x0CAC]={
+ [0xCAC]={
category="lo",
description="KANNADA LETTER BA",
direction="l",
linebreak="al",
- unicodeslot=0x0CAC,
+ unicodeslot=0xCAC,
},
- [0x0CAD]={
+ [0xCAD]={
category="lo",
description="KANNADA LETTER BHA",
direction="l",
linebreak="al",
- unicodeslot=0x0CAD,
+ unicodeslot=0xCAD,
},
- [0x0CAE]={
+ [0xCAE]={
category="lo",
description="KANNADA LETTER MA",
direction="l",
linebreak="al",
- unicodeslot=0x0CAE,
+ unicodeslot=0xCAE,
},
- [0x0CAF]={
+ [0xCAF]={
category="lo",
description="KANNADA LETTER YA",
direction="l",
linebreak="al",
- unicodeslot=0x0CAF,
+ unicodeslot=0xCAF,
},
- [0x0CB0]={
+ [0xCB0]={
category="lo",
description="KANNADA LETTER RA",
direction="l",
linebreak="al",
- unicodeslot=0x0CB0,
+ unicodeslot=0xCB0,
},
- [0x0CB1]={
+ [0xCB1]={
category="lo",
description="KANNADA LETTER RRA",
direction="l",
linebreak="al",
- unicodeslot=0x0CB1,
+ unicodeslot=0xCB1,
},
- [0x0CB2]={
+ [0xCB2]={
category="lo",
description="KANNADA LETTER LA",
direction="l",
linebreak="al",
- unicodeslot=0x0CB2,
+ unicodeslot=0xCB2,
},
- [0x0CB3]={
+ [0xCB3]={
category="lo",
description="KANNADA LETTER LLA",
direction="l",
linebreak="al",
- unicodeslot=0x0CB3,
+ unicodeslot=0xCB3,
},
- [0x0CB5]={
+ [0xCB5]={
category="lo",
description="KANNADA LETTER VA",
direction="l",
linebreak="al",
- unicodeslot=0x0CB5,
+ unicodeslot=0xCB5,
},
- [0x0CB6]={
+ [0xCB6]={
category="lo",
description="KANNADA LETTER SHA",
direction="l",
linebreak="al",
- unicodeslot=0x0CB6,
+ unicodeslot=0xCB6,
},
- [0x0CB7]={
+ [0xCB7]={
category="lo",
description="KANNADA LETTER SSA",
direction="l",
linebreak="al",
- unicodeslot=0x0CB7,
+ unicodeslot=0xCB7,
},
- [0x0CB8]={
+ [0xCB8]={
category="lo",
description="KANNADA LETTER SA",
direction="l",
linebreak="al",
- unicodeslot=0x0CB8,
+ unicodeslot=0xCB8,
},
- [0x0CB9]={
+ [0xCB9]={
category="lo",
description="KANNADA LETTER HA",
direction="l",
linebreak="al",
- unicodeslot=0x0CB9,
+ unicodeslot=0xCB9,
},
- [0x0CBC]={
+ [0xCBC]={
category="mn",
+ combining=0x7,
description="KANNADA SIGN NUKTA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0CBC,
+ unicodeslot=0xCBC,
},
- [0x0CBD]={
+ [0xCBD]={
category="lo",
description="KANNADA SIGN AVAGRAHA",
direction="l",
linebreak="al",
- unicodeslot=0x0CBD,
+ unicodeslot=0xCBD,
},
- [0x0CBE]={
+ [0xCBE]={
category="mc",
description="KANNADA VOWEL SIGN AA",
direction="l",
linebreak="cm",
- unicodeslot=0x0CBE,
+ unicodeslot=0xCBE,
},
- [0x0CBF]={
+ [0xCBF]={
category="mn",
description="KANNADA VOWEL SIGN I",
direction="l",
linebreak="cm",
- unicodeslot=0x0CBF,
+ unicodeslot=0xCBF,
},
- [0x0CC0]={
+ [0xCC0]={
category="mc",
description="KANNADA VOWEL SIGN II",
direction="l",
linebreak="cm",
- specials={ "char", 0x0CBF, 0x0CD5 },
- unicodeslot=0x0CC0,
+ specials={ "char", 0xCBF, 0xCD5 },
+ unicodeslot=0xCC0,
},
- [0x0CC1]={
+ [0xCC1]={
category="mc",
description="KANNADA VOWEL SIGN U",
direction="l",
linebreak="cm",
- unicodeslot=0x0CC1,
+ unicodeslot=0xCC1,
},
- [0x0CC2]={
+ [0xCC2]={
category="mc",
description="KANNADA VOWEL SIGN UU",
direction="l",
linebreak="cm",
- unicodeslot=0x0CC2,
+ unicodeslot=0xCC2,
},
- [0x0CC3]={
+ [0xCC3]={
category="mc",
description="KANNADA VOWEL SIGN VOCALIC R",
direction="l",
linebreak="cm",
- unicodeslot=0x0CC3,
+ unicodeslot=0xCC3,
},
- [0x0CC4]={
+ [0xCC4]={
category="mc",
description="KANNADA VOWEL SIGN VOCALIC RR",
direction="l",
linebreak="cm",
- unicodeslot=0x0CC4,
+ unicodeslot=0xCC4,
},
- [0x0CC6]={
+ [0xCC6]={
category="mn",
description="KANNADA VOWEL SIGN E",
direction="l",
linebreak="cm",
- unicodeslot=0x0CC6,
+ unicodeslot=0xCC6,
},
- [0x0CC7]={
+ [0xCC7]={
category="mc",
description="KANNADA VOWEL SIGN EE",
direction="l",
linebreak="cm",
- specials={ "char", 0x0CC6, 0x0CD5 },
- unicodeslot=0x0CC7,
+ specials={ "char", 0xCC6, 0xCD5 },
+ unicodeslot=0xCC7,
},
- [0x0CC8]={
+ [0xCC8]={
category="mc",
description="KANNADA VOWEL SIGN AI",
direction="l",
linebreak="cm",
- specials={ "char", 0x0CC6, 0x0CD6 },
- unicodeslot=0x0CC8,
+ specials={ "char", 0xCC6, 0xCD6 },
+ unicodeslot=0xCC8,
},
- [0x0CCA]={
+ [0xCCA]={
category="mc",
description="KANNADA VOWEL SIGN O",
direction="l",
linebreak="cm",
- specials={ "char", 0x0CC6, 0x0CC2 },
- unicodeslot=0x0CCA,
+ specials={ "char", 0xCC6, 0xCC2 },
+ unicodeslot=0xCCA,
},
- [0x0CCB]={
+ [0xCCB]={
category="mc",
description="KANNADA VOWEL SIGN OO",
direction="l",
linebreak="cm",
- specials={ "char", 0x0CCA, 0x0CD5 },
- unicodeslot=0x0CCB,
+ specials={ "char", 0xCCA, 0xCD5 },
+ unicodeslot=0xCCB,
},
- [0x0CCC]={
+ [0xCCC]={
category="mn",
description="KANNADA VOWEL SIGN AU",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0CCC,
+ unicodeslot=0xCCC,
},
- [0x0CCD]={
+ [0xCCD]={
category="mn",
+ combining=0x9,
description="KANNADA SIGN VIRAMA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0CCD,
+ unicodeslot=0xCCD,
},
- [0x0CD5]={
+ [0xCD5]={
category="mc",
description="KANNADA LENGTH MARK",
direction="l",
linebreak="cm",
- unicodeslot=0x0CD5,
+ unicodeslot=0xCD5,
},
- [0x0CD6]={
+ [0xCD6]={
category="mc",
description="KANNADA AI LENGTH MARK",
direction="l",
linebreak="cm",
- unicodeslot=0x0CD6,
+ unicodeslot=0xCD6,
},
- [0x0CDE]={
+ [0xCDE]={
category="lo",
description="KANNADA LETTER FA",
direction="l",
linebreak="al",
- unicodeslot=0x0CDE,
+ unicodeslot=0xCDE,
},
- [0x0CE0]={
+ [0xCE0]={
category="lo",
description="KANNADA LETTER VOCALIC RR",
direction="l",
linebreak="al",
- unicodeslot=0x0CE0,
+ unicodeslot=0xCE0,
},
- [0x0CE1]={
+ [0xCE1]={
category="lo",
description="KANNADA LETTER VOCALIC LL",
direction="l",
linebreak="al",
- unicodeslot=0x0CE1,
+ unicodeslot=0xCE1,
},
- [0x0CE2]={
+ [0xCE2]={
category="mn",
description="KANNADA VOWEL SIGN VOCALIC L",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0CE2,
+ unicodeslot=0xCE2,
},
- [0x0CE3]={
+ [0xCE3]={
category="mn",
description="KANNADA VOWEL SIGN VOCALIC LL",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0CE3,
+ unicodeslot=0xCE3,
},
- [0x0CE6]={
+ [0xCE6]={
category="nd",
description="KANNADA DIGIT ZERO",
direction="l",
linebreak="nu",
- unicodeslot=0x0CE6,
+ unicodeslot=0xCE6,
},
- [0x0CE7]={
+ [0xCE7]={
category="nd",
description="KANNADA DIGIT ONE",
direction="l",
linebreak="nu",
- unicodeslot=0x0CE7,
+ unicodeslot=0xCE7,
},
- [0x0CE8]={
+ [0xCE8]={
category="nd",
description="KANNADA DIGIT TWO",
direction="l",
linebreak="nu",
- unicodeslot=0x0CE8,
+ unicodeslot=0xCE8,
},
- [0x0CE9]={
+ [0xCE9]={
category="nd",
description="KANNADA DIGIT THREE",
direction="l",
linebreak="nu",
- unicodeslot=0x0CE9,
+ unicodeslot=0xCE9,
},
- [0x0CEA]={
+ [0xCEA]={
category="nd",
description="KANNADA DIGIT FOUR",
direction="l",
linebreak="nu",
- unicodeslot=0x0CEA,
+ unicodeslot=0xCEA,
},
- [0x0CEB]={
+ [0xCEB]={
category="nd",
description="KANNADA DIGIT FIVE",
direction="l",
linebreak="nu",
- unicodeslot=0x0CEB,
+ unicodeslot=0xCEB,
},
- [0x0CEC]={
+ [0xCEC]={
category="nd",
description="KANNADA DIGIT SIX",
direction="l",
linebreak="nu",
- unicodeslot=0x0CEC,
+ unicodeslot=0xCEC,
},
- [0x0CED]={
+ [0xCED]={
category="nd",
description="KANNADA DIGIT SEVEN",
direction="l",
linebreak="nu",
- unicodeslot=0x0CED,
+ unicodeslot=0xCED,
},
- [0x0CEE]={
+ [0xCEE]={
category="nd",
description="KANNADA DIGIT EIGHT",
direction="l",
linebreak="nu",
- unicodeslot=0x0CEE,
+ unicodeslot=0xCEE,
},
- [0x0CEF]={
+ [0xCEF]={
category="nd",
description="KANNADA DIGIT NINE",
direction="l",
linebreak="nu",
- unicodeslot=0x0CEF,
+ unicodeslot=0xCEF,
},
- [0x0CF1]={
+ [0xCF1]={
category="so",
description="KANNADA SIGN JIHVAMULIYA",
direction="l",
linebreak="al",
- unicodeslot=0x0CF1,
+ unicodeslot=0xCF1,
},
- [0x0CF2]={
+ [0xCF2]={
category="so",
description="KANNADA SIGN UPADHMANIYA",
direction="l",
linebreak="al",
- unicodeslot=0x0CF2,
+ unicodeslot=0xCF2,
+ },
+ [0xD01]={
+ category="mn",
+ description="MALAYALAM SIGN CANDRABINDU",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0xD01,
},
- [0x0D02]={
+ [0xD02]={
category="mc",
description="MALAYALAM SIGN ANUSVARA",
direction="l",
linebreak="cm",
- unicodeslot=0x0D02,
+ unicodeslot=0xD02,
},
- [0x0D03]={
+ [0xD03]={
category="mc",
description="MALAYALAM SIGN VISARGA",
direction="l",
linebreak="cm",
- unicodeslot=0x0D03,
+ unicodeslot=0xD03,
},
- [0x0D05]={
+ [0xD05]={
category="lo",
description="MALAYALAM LETTER A",
direction="l",
linebreak="al",
- unicodeslot=0x0D05,
+ unicodeslot=0xD05,
},
- [0x0D06]={
+ [0xD06]={
category="lo",
description="MALAYALAM LETTER AA",
direction="l",
linebreak="al",
- unicodeslot=0x0D06,
+ unicodeslot=0xD06,
},
- [0x0D07]={
+ [0xD07]={
category="lo",
description="MALAYALAM LETTER I",
direction="l",
linebreak="al",
- unicodeslot=0x0D07,
+ unicodeslot=0xD07,
},
- [0x0D08]={
+ [0xD08]={
category="lo",
description="MALAYALAM LETTER II",
direction="l",
linebreak="al",
- unicodeslot=0x0D08,
+ unicodeslot=0xD08,
},
- [0x0D09]={
+ [0xD09]={
category="lo",
description="MALAYALAM LETTER U",
direction="l",
linebreak="al",
- unicodeslot=0x0D09,
+ unicodeslot=0xD09,
},
- [0x0D0A]={
+ [0xD0A]={
category="lo",
description="MALAYALAM LETTER UU",
direction="l",
linebreak="al",
- unicodeslot=0x0D0A,
+ unicodeslot=0xD0A,
},
- [0x0D0B]={
+ [0xD0B]={
category="lo",
description="MALAYALAM LETTER VOCALIC R",
direction="l",
linebreak="al",
- unicodeslot=0x0D0B,
+ unicodeslot=0xD0B,
},
- [0x0D0C]={
+ [0xD0C]={
category="lo",
description="MALAYALAM LETTER VOCALIC L",
direction="l",
linebreak="al",
- unicodeslot=0x0D0C,
+ unicodeslot=0xD0C,
},
- [0x0D0E]={
+ [0xD0E]={
category="lo",
description="MALAYALAM LETTER E",
direction="l",
linebreak="al",
- unicodeslot=0x0D0E,
+ unicodeslot=0xD0E,
},
- [0x0D0F]={
+ [0xD0F]={
category="lo",
description="MALAYALAM LETTER EE",
direction="l",
linebreak="al",
- unicodeslot=0x0D0F,
+ unicodeslot=0xD0F,
},
- [0x0D10]={
+ [0xD10]={
category="lo",
description="MALAYALAM LETTER AI",
direction="l",
linebreak="al",
- unicodeslot=0x0D10,
+ unicodeslot=0xD10,
},
- [0x0D12]={
+ [0xD12]={
category="lo",
description="MALAYALAM LETTER O",
direction="l",
linebreak="al",
- unicodeslot=0x0D12,
+ unicodeslot=0xD12,
},
- [0x0D13]={
+ [0xD13]={
category="lo",
description="MALAYALAM LETTER OO",
direction="l",
linebreak="al",
- unicodeslot=0x0D13,
+ unicodeslot=0xD13,
},
- [0x0D14]={
+ [0xD14]={
category="lo",
description="MALAYALAM LETTER AU",
direction="l",
linebreak="al",
- unicodeslot=0x0D14,
+ unicodeslot=0xD14,
},
- [0x0D15]={
+ [0xD15]={
category="lo",
description="MALAYALAM LETTER KA",
direction="l",
linebreak="al",
- unicodeslot=0x0D15,
+ unicodeslot=0xD15,
},
- [0x0D16]={
+ [0xD16]={
category="lo",
description="MALAYALAM LETTER KHA",
direction="l",
linebreak="al",
- unicodeslot=0x0D16,
+ unicodeslot=0xD16,
},
- [0x0D17]={
+ [0xD17]={
category="lo",
description="MALAYALAM LETTER GA",
direction="l",
linebreak="al",
- unicodeslot=0x0D17,
+ unicodeslot=0xD17,
},
- [0x0D18]={
+ [0xD18]={
category="lo",
description="MALAYALAM LETTER GHA",
direction="l",
linebreak="al",
- unicodeslot=0x0D18,
+ unicodeslot=0xD18,
},
- [0x0D19]={
+ [0xD19]={
category="lo",
description="MALAYALAM LETTER NGA",
direction="l",
linebreak="al",
- unicodeslot=0x0D19,
+ unicodeslot=0xD19,
},
- [0x0D1A]={
+ [0xD1A]={
category="lo",
description="MALAYALAM LETTER CA",
direction="l",
linebreak="al",
- unicodeslot=0x0D1A,
+ unicodeslot=0xD1A,
},
- [0x0D1B]={
+ [0xD1B]={
category="lo",
description="MALAYALAM LETTER CHA",
direction="l",
linebreak="al",
- unicodeslot=0x0D1B,
+ unicodeslot=0xD1B,
},
- [0x0D1C]={
+ [0xD1C]={
category="lo",
description="MALAYALAM LETTER JA",
direction="l",
linebreak="al",
- unicodeslot=0x0D1C,
+ unicodeslot=0xD1C,
},
- [0x0D1D]={
+ [0xD1D]={
category="lo",
description="MALAYALAM LETTER JHA",
direction="l",
linebreak="al",
- unicodeslot=0x0D1D,
+ unicodeslot=0xD1D,
},
- [0x0D1E]={
+ [0xD1E]={
category="lo",
description="MALAYALAM LETTER NYA",
direction="l",
linebreak="al",
- unicodeslot=0x0D1E,
+ unicodeslot=0xD1E,
},
- [0x0D1F]={
+ [0xD1F]={
category="lo",
description="MALAYALAM LETTER TTA",
direction="l",
linebreak="al",
- unicodeslot=0x0D1F,
+ unicodeslot=0xD1F,
},
- [0x0D20]={
+ [0xD20]={
category="lo",
description="MALAYALAM LETTER TTHA",
direction="l",
linebreak="al",
- unicodeslot=0x0D20,
+ unicodeslot=0xD20,
},
- [0x0D21]={
+ [0xD21]={
category="lo",
description="MALAYALAM LETTER DDA",
direction="l",
linebreak="al",
- unicodeslot=0x0D21,
+ unicodeslot=0xD21,
},
- [0x0D22]={
+ [0xD22]={
category="lo",
description="MALAYALAM LETTER DDHA",
direction="l",
linebreak="al",
- unicodeslot=0x0D22,
+ unicodeslot=0xD22,
},
- [0x0D23]={
+ [0xD23]={
category="lo",
description="MALAYALAM LETTER NNA",
direction="l",
linebreak="al",
- unicodeslot=0x0D23,
+ unicodeslot=0xD23,
},
- [0x0D24]={
+ [0xD24]={
category="lo",
description="MALAYALAM LETTER TA",
direction="l",
linebreak="al",
- unicodeslot=0x0D24,
+ unicodeslot=0xD24,
},
- [0x0D25]={
+ [0xD25]={
category="lo",
description="MALAYALAM LETTER THA",
direction="l",
linebreak="al",
- unicodeslot=0x0D25,
+ unicodeslot=0xD25,
},
- [0x0D26]={
+ [0xD26]={
category="lo",
description="MALAYALAM LETTER DA",
direction="l",
linebreak="al",
- unicodeslot=0x0D26,
+ unicodeslot=0xD26,
},
- [0x0D27]={
+ [0xD27]={
category="lo",
description="MALAYALAM LETTER DHA",
direction="l",
linebreak="al",
- unicodeslot=0x0D27,
+ unicodeslot=0xD27,
},
- [0x0D28]={
+ [0xD28]={
category="lo",
description="MALAYALAM LETTER NA",
direction="l",
linebreak="al",
- unicodeslot=0x0D28,
+ unicodeslot=0xD28,
},
- [0x0D29]={
+ [0xD29]={
category="lo",
description="MALAYALAM LETTER NNNA",
direction="l",
linebreak="al",
- unicodeslot=0x0D29,
+ unicodeslot=0xD29,
},
- [0x0D2A]={
+ [0xD2A]={
category="lo",
description="MALAYALAM LETTER PA",
direction="l",
linebreak="al",
- unicodeslot=0x0D2A,
+ unicodeslot=0xD2A,
},
- [0x0D2B]={
+ [0xD2B]={
category="lo",
description="MALAYALAM LETTER PHA",
direction="l",
linebreak="al",
- unicodeslot=0x0D2B,
+ unicodeslot=0xD2B,
},
- [0x0D2C]={
+ [0xD2C]={
category="lo",
description="MALAYALAM LETTER BA",
direction="l",
linebreak="al",
- unicodeslot=0x0D2C,
+ unicodeslot=0xD2C,
},
- [0x0D2D]={
+ [0xD2D]={
category="lo",
description="MALAYALAM LETTER BHA",
direction="l",
linebreak="al",
- unicodeslot=0x0D2D,
+ unicodeslot=0xD2D,
},
- [0x0D2E]={
+ [0xD2E]={
category="lo",
description="MALAYALAM LETTER MA",
direction="l",
linebreak="al",
- unicodeslot=0x0D2E,
+ unicodeslot=0xD2E,
},
- [0x0D2F]={
+ [0xD2F]={
category="lo",
description="MALAYALAM LETTER YA",
direction="l",
linebreak="al",
- unicodeslot=0x0D2F,
+ unicodeslot=0xD2F,
},
- [0x0D30]={
+ [0xD30]={
category="lo",
description="MALAYALAM LETTER RA",
direction="l",
linebreak="al",
- unicodeslot=0x0D30,
+ unicodeslot=0xD30,
},
- [0x0D31]={
+ [0xD31]={
category="lo",
description="MALAYALAM LETTER RRA",
direction="l",
linebreak="al",
- unicodeslot=0x0D31,
+ unicodeslot=0xD31,
},
- [0x0D32]={
+ [0xD32]={
category="lo",
description="MALAYALAM LETTER LA",
direction="l",
linebreak="al",
- unicodeslot=0x0D32,
+ unicodeslot=0xD32,
},
- [0x0D33]={
+ [0xD33]={
category="lo",
description="MALAYALAM LETTER LLA",
direction="l",
linebreak="al",
- unicodeslot=0x0D33,
+ unicodeslot=0xD33,
},
- [0x0D34]={
+ [0xD34]={
category="lo",
description="MALAYALAM LETTER LLLA",
direction="l",
linebreak="al",
- unicodeslot=0x0D34,
+ unicodeslot=0xD34,
},
- [0x0D35]={
+ [0xD35]={
category="lo",
description="MALAYALAM LETTER VA",
direction="l",
linebreak="al",
- unicodeslot=0x0D35,
+ unicodeslot=0xD35,
},
- [0x0D36]={
+ [0xD36]={
category="lo",
description="MALAYALAM LETTER SHA",
direction="l",
linebreak="al",
- unicodeslot=0x0D36,
+ unicodeslot=0xD36,
},
- [0x0D37]={
+ [0xD37]={
category="lo",
description="MALAYALAM LETTER SSA",
direction="l",
linebreak="al",
- unicodeslot=0x0D37,
+ unicodeslot=0xD37,
},
- [0x0D38]={
+ [0xD38]={
category="lo",
description="MALAYALAM LETTER SA",
direction="l",
linebreak="al",
- unicodeslot=0x0D38,
+ unicodeslot=0xD38,
},
- [0x0D39]={
+ [0xD39]={
category="lo",
description="MALAYALAM LETTER HA",
direction="l",
linebreak="al",
- unicodeslot=0x0D39,
+ unicodeslot=0xD39,
},
- [0x0D3A]={
+ [0xD3A]={
category="lo",
description="MALAYALAM LETTER TTTA",
direction="l",
linebreak="al",
- unicodeslot=0x0D3A,
+ unicodeslot=0xD3A,
},
- [0x0D3D]={
+ [0xD3D]={
category="lo",
description="MALAYALAM SIGN AVAGRAHA",
direction="l",
linebreak="al",
- unicodeslot=0x0D3D,
+ unicodeslot=0xD3D,
},
- [0x0D3E]={
+ [0xD3E]={
category="mc",
description="MALAYALAM VOWEL SIGN AA",
direction="l",
linebreak="cm",
- unicodeslot=0x0D3E,
+ unicodeslot=0xD3E,
},
- [0x0D3F]={
+ [0xD3F]={
category="mc",
description="MALAYALAM VOWEL SIGN I",
direction="l",
linebreak="cm",
- unicodeslot=0x0D3F,
+ unicodeslot=0xD3F,
},
- [0x0D40]={
+ [0xD40]={
category="mc",
description="MALAYALAM VOWEL SIGN II",
direction="l",
linebreak="cm",
- unicodeslot=0x0D40,
+ unicodeslot=0xD40,
},
- [0x0D41]={
+ [0xD41]={
category="mn",
description="MALAYALAM VOWEL SIGN U",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0D41,
+ unicodeslot=0xD41,
},
- [0x0D42]={
+ [0xD42]={
category="mn",
description="MALAYALAM VOWEL SIGN UU",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0D42,
+ unicodeslot=0xD42,
},
- [0x0D43]={
+ [0xD43]={
category="mn",
description="MALAYALAM VOWEL SIGN VOCALIC R",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0D43,
+ unicodeslot=0xD43,
},
- [0x0D44]={
+ [0xD44]={
category="mn",
description="MALAYALAM VOWEL SIGN VOCALIC RR",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0D44,
+ unicodeslot=0xD44,
},
- [0x0D46]={
+ [0xD46]={
category="mc",
description="MALAYALAM VOWEL SIGN E",
direction="l",
linebreak="cm",
- unicodeslot=0x0D46,
+ unicodeslot=0xD46,
},
- [0x0D47]={
+ [0xD47]={
category="mc",
description="MALAYALAM VOWEL SIGN EE",
direction="l",
linebreak="cm",
- unicodeslot=0x0D47,
+ unicodeslot=0xD47,
},
- [0x0D48]={
+ [0xD48]={
category="mc",
description="MALAYALAM VOWEL SIGN AI",
direction="l",
linebreak="cm",
- unicodeslot=0x0D48,
+ unicodeslot=0xD48,
},
- [0x0D4A]={
+ [0xD4A]={
category="mc",
description="MALAYALAM VOWEL SIGN O",
direction="l",
linebreak="cm",
- specials={ "char", 0x0D46, 0x0D3E },
- unicodeslot=0x0D4A,
+ specials={ "char", 0xD46, 0xD3E },
+ unicodeslot=0xD4A,
},
- [0x0D4B]={
+ [0xD4B]={
category="mc",
description="MALAYALAM VOWEL SIGN OO",
direction="l",
linebreak="cm",
- specials={ "char", 0x0D47, 0x0D3E },
- unicodeslot=0x0D4B,
+ specials={ "char", 0xD47, 0xD3E },
+ unicodeslot=0xD4B,
},
- [0x0D4C]={
+ [0xD4C]={
category="mc",
description="MALAYALAM VOWEL SIGN AU",
direction="l",
linebreak="cm",
- specials={ "char", 0x0D46, 0x0D57 },
- unicodeslot=0x0D4C,
+ specials={ "char", 0xD46, 0xD57 },
+ unicodeslot=0xD4C,
},
- [0x0D4D]={
+ [0xD4D]={
category="mn",
+ combining=0x9,
description="MALAYALAM SIGN VIRAMA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0D4D,
+ unicodeslot=0xD4D,
},
- [0x0D4E]={
+ [0xD4E]={
category="lo",
description="MALAYALAM LETTER DOT REPH",
direction="l",
linebreak="al",
- unicodeslot=0x0D4E,
+ unicodeslot=0xD4E,
},
- [0x0D57]={
+ [0xD57]={
category="mc",
description="MALAYALAM AU LENGTH MARK",
direction="l",
linebreak="cm",
- unicodeslot=0x0D57,
+ unicodeslot=0xD57,
},
- [0x0D60]={
+ [0xD60]={
category="lo",
description="MALAYALAM LETTER VOCALIC RR",
direction="l",
linebreak="al",
- unicodeslot=0x0D60,
+ unicodeslot=0xD60,
},
- [0x0D61]={
+ [0xD61]={
category="lo",
description="MALAYALAM LETTER VOCALIC LL",
direction="l",
linebreak="al",
- unicodeslot=0x0D61,
+ unicodeslot=0xD61,
},
- [0x0D62]={
+ [0xD62]={
category="mn",
description="MALAYALAM VOWEL SIGN VOCALIC L",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0D62,
+ unicodeslot=0xD62,
},
- [0x0D63]={
+ [0xD63]={
category="mn",
description="MALAYALAM VOWEL SIGN VOCALIC LL",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0D63,
+ unicodeslot=0xD63,
},
- [0x0D66]={
+ [0xD66]={
category="nd",
description="MALAYALAM DIGIT ZERO",
direction="l",
linebreak="nu",
- unicodeslot=0x0D66,
+ unicodeslot=0xD66,
},
- [0x0D67]={
+ [0xD67]={
category="nd",
description="MALAYALAM DIGIT ONE",
direction="l",
linebreak="nu",
- unicodeslot=0x0D67,
+ unicodeslot=0xD67,
},
- [0x0D68]={
+ [0xD68]={
category="nd",
description="MALAYALAM DIGIT TWO",
direction="l",
linebreak="nu",
- unicodeslot=0x0D68,
+ unicodeslot=0xD68,
},
- [0x0D69]={
+ [0xD69]={
category="nd",
description="MALAYALAM DIGIT THREE",
direction="l",
linebreak="nu",
- unicodeslot=0x0D69,
+ unicodeslot=0xD69,
},
- [0x0D6A]={
+ [0xD6A]={
category="nd",
description="MALAYALAM DIGIT FOUR",
direction="l",
linebreak="nu",
- unicodeslot=0x0D6A,
+ unicodeslot=0xD6A,
},
- [0x0D6B]={
+ [0xD6B]={
category="nd",
description="MALAYALAM DIGIT FIVE",
direction="l",
linebreak="nu",
- unicodeslot=0x0D6B,
+ unicodeslot=0xD6B,
},
- [0x0D6C]={
+ [0xD6C]={
category="nd",
description="MALAYALAM DIGIT SIX",
direction="l",
linebreak="nu",
- unicodeslot=0x0D6C,
+ unicodeslot=0xD6C,
},
- [0x0D6D]={
+ [0xD6D]={
category="nd",
description="MALAYALAM DIGIT SEVEN",
direction="l",
linebreak="nu",
- unicodeslot=0x0D6D,
+ unicodeslot=0xD6D,
},
- [0x0D6E]={
+ [0xD6E]={
category="nd",
description="MALAYALAM DIGIT EIGHT",
direction="l",
linebreak="nu",
- unicodeslot=0x0D6E,
+ unicodeslot=0xD6E,
},
- [0x0D6F]={
+ [0xD6F]={
category="nd",
description="MALAYALAM DIGIT NINE",
direction="l",
linebreak="nu",
- unicodeslot=0x0D6F,
+ unicodeslot=0xD6F,
},
- [0x0D70]={
+ [0xD70]={
category="no",
description="MALAYALAM NUMBER TEN",
direction="l",
linebreak="al",
- unicodeslot=0x0D70,
+ unicodeslot=0xD70,
},
- [0x0D71]={
+ [0xD71]={
category="no",
description="MALAYALAM NUMBER ONE HUNDRED",
direction="l",
linebreak="al",
- unicodeslot=0x0D71,
+ unicodeslot=0xD71,
},
- [0x0D72]={
+ [0xD72]={
category="no",
description="MALAYALAM NUMBER ONE THOUSAND",
direction="l",
linebreak="al",
- unicodeslot=0x0D72,
+ unicodeslot=0xD72,
},
- [0x0D73]={
+ [0xD73]={
category="no",
description="MALAYALAM FRACTION ONE QUARTER",
direction="l",
linebreak="al",
- unicodeslot=0x0D73,
+ unicodeslot=0xD73,
},
- [0x0D74]={
+ [0xD74]={
category="no",
description="MALAYALAM FRACTION ONE HALF",
direction="l",
linebreak="al",
- unicodeslot=0x0D74,
+ unicodeslot=0xD74,
},
- [0x0D75]={
+ [0xD75]={
category="no",
description="MALAYALAM FRACTION THREE QUARTERS",
direction="l",
linebreak="al",
- unicodeslot=0x0D75,
+ unicodeslot=0xD75,
},
- [0x0D79]={
+ [0xD79]={
category="so",
description="MALAYALAM DATE MARK",
direction="l",
linebreak="po",
- unicodeslot=0x0D79,
+ unicodeslot=0xD79,
},
- [0x0D7A]={
+ [0xD7A]={
category="lo",
description="MALAYALAM LETTER CHILLU NN",
direction="l",
linebreak="al",
- unicodeslot=0x0D7A,
+ unicodeslot=0xD7A,
},
- [0x0D7B]={
+ [0xD7B]={
category="lo",
description="MALAYALAM LETTER CHILLU N",
direction="l",
linebreak="al",
- unicodeslot=0x0D7B,
+ unicodeslot=0xD7B,
},
- [0x0D7C]={
+ [0xD7C]={
category="lo",
description="MALAYALAM LETTER CHILLU RR",
direction="l",
linebreak="al",
- unicodeslot=0x0D7C,
+ unicodeslot=0xD7C,
},
- [0x0D7D]={
+ [0xD7D]={
category="lo",
description="MALAYALAM LETTER CHILLU L",
direction="l",
linebreak="al",
- unicodeslot=0x0D7D,
+ unicodeslot=0xD7D,
},
- [0x0D7E]={
+ [0xD7E]={
category="lo",
description="MALAYALAM LETTER CHILLU LL",
direction="l",
linebreak="al",
- unicodeslot=0x0D7E,
+ unicodeslot=0xD7E,
},
- [0x0D7F]={
+ [0xD7F]={
category="lo",
description="MALAYALAM LETTER CHILLU K",
direction="l",
linebreak="al",
- unicodeslot=0x0D7F,
+ unicodeslot=0xD7F,
},
- [0x0D82]={
+ [0xD82]={
category="mc",
description="SINHALA SIGN ANUSVARAYA",
direction="l",
linebreak="cm",
- unicodeslot=0x0D82,
+ unicodeslot=0xD82,
},
- [0x0D83]={
+ [0xD83]={
category="mc",
description="SINHALA SIGN VISARGAYA",
direction="l",
linebreak="cm",
- unicodeslot=0x0D83,
+ unicodeslot=0xD83,
},
- [0x0D85]={
+ [0xD85]={
category="lo",
description="SINHALA LETTER AYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0D85,
+ unicodeslot=0xD85,
},
- [0x0D86]={
+ [0xD86]={
category="lo",
description="SINHALA LETTER AAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0D86,
+ unicodeslot=0xD86,
},
- [0x0D87]={
+ [0xD87]={
category="lo",
description="SINHALA LETTER AEYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0D87,
+ unicodeslot=0xD87,
},
- [0x0D88]={
+ [0xD88]={
category="lo",
description="SINHALA LETTER AEEYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0D88,
+ unicodeslot=0xD88,
},
- [0x0D89]={
+ [0xD89]={
category="lo",
description="SINHALA LETTER IYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0D89,
+ unicodeslot=0xD89,
},
- [0x0D8A]={
+ [0xD8A]={
category="lo",
description="SINHALA LETTER IIYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0D8A,
+ unicodeslot=0xD8A,
},
- [0x0D8B]={
+ [0xD8B]={
category="lo",
description="SINHALA LETTER UYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0D8B,
+ unicodeslot=0xD8B,
},
- [0x0D8C]={
+ [0xD8C]={
category="lo",
description="SINHALA LETTER UUYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0D8C,
+ unicodeslot=0xD8C,
},
- [0x0D8D]={
+ [0xD8D]={
category="lo",
description="SINHALA LETTER IRUYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0D8D,
+ unicodeslot=0xD8D,
},
- [0x0D8E]={
+ [0xD8E]={
category="lo",
description="SINHALA LETTER IRUUYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0D8E,
+ unicodeslot=0xD8E,
},
- [0x0D8F]={
+ [0xD8F]={
category="lo",
description="SINHALA LETTER ILUYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0D8F,
+ unicodeslot=0xD8F,
},
- [0x0D90]={
+ [0xD90]={
category="lo",
description="SINHALA LETTER ILUUYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0D90,
+ unicodeslot=0xD90,
},
- [0x0D91]={
+ [0xD91]={
category="lo",
description="SINHALA LETTER EYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0D91,
+ unicodeslot=0xD91,
},
- [0x0D92]={
+ [0xD92]={
category="lo",
description="SINHALA LETTER EEYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0D92,
+ unicodeslot=0xD92,
},
- [0x0D93]={
+ [0xD93]={
category="lo",
description="SINHALA LETTER AIYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0D93,
+ unicodeslot=0xD93,
},
- [0x0D94]={
+ [0xD94]={
category="lo",
description="SINHALA LETTER OYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0D94,
+ unicodeslot=0xD94,
},
- [0x0D95]={
+ [0xD95]={
category="lo",
description="SINHALA LETTER OOYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0D95,
+ unicodeslot=0xD95,
},
- [0x0D96]={
+ [0xD96]={
category="lo",
description="SINHALA LETTER AUYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0D96,
+ unicodeslot=0xD96,
},
- [0x0D9A]={
+ [0xD9A]={
category="lo",
description="SINHALA LETTER ALPAPRAANA KAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0D9A,
+ unicodeslot=0xD9A,
},
- [0x0D9B]={
+ [0xD9B]={
category="lo",
description="SINHALA LETTER MAHAAPRAANA KAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0D9B,
+ unicodeslot=0xD9B,
},
- [0x0D9C]={
+ [0xD9C]={
category="lo",
description="SINHALA LETTER ALPAPRAANA GAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0D9C,
+ unicodeslot=0xD9C,
},
- [0x0D9D]={
+ [0xD9D]={
category="lo",
description="SINHALA LETTER MAHAAPRAANA GAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0D9D,
+ unicodeslot=0xD9D,
},
- [0x0D9E]={
+ [0xD9E]={
category="lo",
description="SINHALA LETTER KANTAJA NAASIKYAYA",
direction="l",
linebreak="al",
- unicodeslot=0x0D9E,
+ unicodeslot=0xD9E,
},
- [0x0D9F]={
+ [0xD9F]={
category="lo",
description="SINHALA LETTER SANYAKA GAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0D9F,
+ unicodeslot=0xD9F,
},
- [0x0DA0]={
+ [0xDA0]={
category="lo",
description="SINHALA LETTER ALPAPRAANA CAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DA0,
+ unicodeslot=0xDA0,
},
- [0x0DA1]={
+ [0xDA1]={
category="lo",
description="SINHALA LETTER MAHAAPRAANA CAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DA1,
+ unicodeslot=0xDA1,
},
- [0x0DA2]={
+ [0xDA2]={
category="lo",
description="SINHALA LETTER ALPAPRAANA JAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DA2,
+ unicodeslot=0xDA2,
},
- [0x0DA3]={
+ [0xDA3]={
category="lo",
description="SINHALA LETTER MAHAAPRAANA JAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DA3,
+ unicodeslot=0xDA3,
},
- [0x0DA4]={
+ [0xDA4]={
category="lo",
description="SINHALA LETTER TAALUJA NAASIKYAYA",
direction="l",
linebreak="al",
- unicodeslot=0x0DA4,
+ unicodeslot=0xDA4,
},
- [0x0DA5]={
+ [0xDA5]={
category="lo",
description="SINHALA LETTER TAALUJA SANYOOGA NAAKSIKYAYA",
direction="l",
linebreak="al",
- unicodeslot=0x0DA5,
+ unicodeslot=0xDA5,
},
- [0x0DA6]={
+ [0xDA6]={
category="lo",
description="SINHALA LETTER SANYAKA JAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DA6,
+ unicodeslot=0xDA6,
},
- [0x0DA7]={
+ [0xDA7]={
category="lo",
description="SINHALA LETTER ALPAPRAANA TTAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DA7,
+ unicodeslot=0xDA7,
},
- [0x0DA8]={
+ [0xDA8]={
category="lo",
description="SINHALA LETTER MAHAAPRAANA TTAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DA8,
+ unicodeslot=0xDA8,
},
- [0x0DA9]={
+ [0xDA9]={
category="lo",
description="SINHALA LETTER ALPAPRAANA DDAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DA9,
+ unicodeslot=0xDA9,
},
- [0x0DAA]={
+ [0xDAA]={
category="lo",
description="SINHALA LETTER MAHAAPRAANA DDAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DAA,
+ unicodeslot=0xDAA,
},
- [0x0DAB]={
+ [0xDAB]={
category="lo",
description="SINHALA LETTER MUURDHAJA NAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DAB,
+ unicodeslot=0xDAB,
},
- [0x0DAC]={
+ [0xDAC]={
category="lo",
description="SINHALA LETTER SANYAKA DDAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DAC,
+ unicodeslot=0xDAC,
},
- [0x0DAD]={
+ [0xDAD]={
category="lo",
description="SINHALA LETTER ALPAPRAANA TAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DAD,
+ unicodeslot=0xDAD,
},
- [0x0DAE]={
+ [0xDAE]={
category="lo",
description="SINHALA LETTER MAHAAPRAANA TAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DAE,
+ unicodeslot=0xDAE,
},
- [0x0DAF]={
+ [0xDAF]={
category="lo",
description="SINHALA LETTER ALPAPRAANA DAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DAF,
+ unicodeslot=0xDAF,
},
- [0x0DB0]={
+ [0xDB0]={
category="lo",
description="SINHALA LETTER MAHAAPRAANA DAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DB0,
+ unicodeslot=0xDB0,
},
- [0x0DB1]={
+ [0xDB1]={
category="lo",
description="SINHALA LETTER DANTAJA NAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DB1,
+ unicodeslot=0xDB1,
},
- [0x0DB3]={
+ [0xDB3]={
category="lo",
description="SINHALA LETTER SANYAKA DAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DB3,
+ unicodeslot=0xDB3,
},
- [0x0DB4]={
+ [0xDB4]={
category="lo",
description="SINHALA LETTER ALPAPRAANA PAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DB4,
+ unicodeslot=0xDB4,
},
- [0x0DB5]={
+ [0xDB5]={
category="lo",
description="SINHALA LETTER MAHAAPRAANA PAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DB5,
+ unicodeslot=0xDB5,
},
- [0x0DB6]={
+ [0xDB6]={
category="lo",
description="SINHALA LETTER ALPAPRAANA BAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DB6,
+ unicodeslot=0xDB6,
},
- [0x0DB7]={
+ [0xDB7]={
category="lo",
description="SINHALA LETTER MAHAAPRAANA BAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DB7,
+ unicodeslot=0xDB7,
},
- [0x0DB8]={
+ [0xDB8]={
category="lo",
description="SINHALA LETTER MAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DB8,
+ unicodeslot=0xDB8,
},
- [0x0DB9]={
+ [0xDB9]={
category="lo",
description="SINHALA LETTER AMBA BAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DB9,
+ unicodeslot=0xDB9,
},
- [0x0DBA]={
+ [0xDBA]={
category="lo",
description="SINHALA LETTER YAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DBA,
+ unicodeslot=0xDBA,
},
- [0x0DBB]={
+ [0xDBB]={
category="lo",
description="SINHALA LETTER RAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DBB,
+ unicodeslot=0xDBB,
},
- [0x0DBD]={
+ [0xDBD]={
category="lo",
description="SINHALA LETTER DANTAJA LAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DBD,
+ unicodeslot=0xDBD,
},
- [0x0DC0]={
+ [0xDC0]={
category="lo",
description="SINHALA LETTER VAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DC0,
+ unicodeslot=0xDC0,
},
- [0x0DC1]={
+ [0xDC1]={
category="lo",
description="SINHALA LETTER TAALUJA SAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DC1,
+ unicodeslot=0xDC1,
},
- [0x0DC2]={
+ [0xDC2]={
category="lo",
description="SINHALA LETTER MUURDHAJA SAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DC2,
+ unicodeslot=0xDC2,
},
- [0x0DC3]={
+ [0xDC3]={
category="lo",
description="SINHALA LETTER DANTAJA SAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DC3,
+ unicodeslot=0xDC3,
},
- [0x0DC4]={
+ [0xDC4]={
category="lo",
description="SINHALA LETTER HAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DC4,
+ unicodeslot=0xDC4,
},
- [0x0DC5]={
+ [0xDC5]={
category="lo",
description="SINHALA LETTER MUURDHAJA LAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DC5,
+ unicodeslot=0xDC5,
},
- [0x0DC6]={
+ [0xDC6]={
category="lo",
description="SINHALA LETTER FAYANNA",
direction="l",
linebreak="al",
- unicodeslot=0x0DC6,
+ unicodeslot=0xDC6,
},
- [0x0DCA]={
+ [0xDCA]={
category="mn",
+ combining=0x9,
description="SINHALA SIGN AL-LAKUNA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0DCA,
+ unicodeslot=0xDCA,
},
- [0x0DCF]={
+ [0xDCF]={
category="mc",
description="SINHALA VOWEL SIGN AELA-PILLA",
direction="l",
linebreak="cm",
- unicodeslot=0x0DCF,
+ unicodeslot=0xDCF,
},
- [0x0DD0]={
+ [0xDD0]={
category="mc",
description="SINHALA VOWEL SIGN KETTI AEDA-PILLA",
direction="l",
linebreak="cm",
- unicodeslot=0x0DD0,
+ unicodeslot=0xDD0,
},
- [0x0DD1]={
+ [0xDD1]={
category="mc",
description="SINHALA VOWEL SIGN DIGA AEDA-PILLA",
direction="l",
linebreak="cm",
- unicodeslot=0x0DD1,
+ unicodeslot=0xDD1,
},
- [0x0DD2]={
+ [0xDD2]={
category="mn",
description="SINHALA VOWEL SIGN KETTI IS-PILLA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0DD2,
+ unicodeslot=0xDD2,
},
- [0x0DD3]={
+ [0xDD3]={
category="mn",
description="SINHALA VOWEL SIGN DIGA IS-PILLA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0DD3,
+ unicodeslot=0xDD3,
},
- [0x0DD4]={
+ [0xDD4]={
category="mn",
description="SINHALA VOWEL SIGN KETTI PAA-PILLA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0DD4,
+ unicodeslot=0xDD4,
},
- [0x0DD6]={
+ [0xDD6]={
category="mn",
description="SINHALA VOWEL SIGN DIGA PAA-PILLA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0DD6,
+ unicodeslot=0xDD6,
},
- [0x0DD8]={
+ [0xDD8]={
category="mc",
description="SINHALA VOWEL SIGN GAETTA-PILLA",
direction="l",
linebreak="cm",
- unicodeslot=0x0DD8,
+ unicodeslot=0xDD8,
},
- [0x0DD9]={
+ [0xDD9]={
category="mc",
description="SINHALA VOWEL SIGN KOMBUVA",
direction="l",
linebreak="cm",
- unicodeslot=0x0DD9,
+ unicodeslot=0xDD9,
},
- [0x0DDA]={
+ [0xDDA]={
category="mc",
description="SINHALA VOWEL SIGN DIGA KOMBUVA",
direction="l",
linebreak="cm",
- specials={ "char", 0x0DD9, 0x0DCA },
- unicodeslot=0x0DDA,
+ specials={ "char", 0xDD9, 0xDCA },
+ unicodeslot=0xDDA,
},
- [0x0DDB]={
+ [0xDDB]={
category="mc",
description="SINHALA VOWEL SIGN KOMBU DEKA",
direction="l",
linebreak="cm",
- unicodeslot=0x0DDB,
+ unicodeslot=0xDDB,
},
- [0x0DDC]={
+ [0xDDC]={
category="mc",
description="SINHALA VOWEL SIGN KOMBUVA HAA AELA-PILLA",
direction="l",
linebreak="cm",
- specials={ "char", 0x0DD9, 0x0DCF },
- unicodeslot=0x0DDC,
+ specials={ "char", 0xDD9, 0xDCF },
+ unicodeslot=0xDDC,
},
- [0x0DDD]={
+ [0xDDD]={
category="mc",
description="SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA",
direction="l",
linebreak="cm",
- specials={ "char", 0x0DDC, 0x0DCA },
- unicodeslot=0x0DDD,
+ specials={ "char", 0xDDC, 0xDCA },
+ unicodeslot=0xDDD,
},
- [0x0DDE]={
+ [0xDDE]={
category="mc",
description="SINHALA VOWEL SIGN KOMBUVA HAA GAYANUKITTA",
direction="l",
linebreak="cm",
- specials={ "char", 0x0DD9, 0x0DDF },
- unicodeslot=0x0DDE,
+ specials={ "char", 0xDD9, 0xDDF },
+ unicodeslot=0xDDE,
},
- [0x0DDF]={
+ [0xDDF]={
category="mc",
description="SINHALA VOWEL SIGN GAYANUKITTA",
direction="l",
linebreak="cm",
- unicodeslot=0x0DDF,
+ unicodeslot=0xDDF,
+ },
+ [0xDE6]={
+ category="nd",
+ description="SINHALA LITH DIGIT ZERO",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0xDE6,
+ },
+ [0xDE7]={
+ category="nd",
+ description="SINHALA LITH DIGIT ONE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0xDE7,
+ },
+ [0xDE8]={
+ category="nd",
+ description="SINHALA LITH DIGIT TWO",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0xDE8,
+ },
+ [0xDE9]={
+ category="nd",
+ description="SINHALA LITH DIGIT THREE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0xDE9,
},
- [0x0DF2]={
+ [0xDEA]={
+ category="nd",
+ description="SINHALA LITH DIGIT FOUR",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0xDEA,
+ },
+ [0xDEB]={
+ category="nd",
+ description="SINHALA LITH DIGIT FIVE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0xDEB,
+ },
+ [0xDEC]={
+ category="nd",
+ description="SINHALA LITH DIGIT SIX",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0xDEC,
+ },
+ [0xDED]={
+ category="nd",
+ description="SINHALA LITH DIGIT SEVEN",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0xDED,
+ },
+ [0xDEE]={
+ category="nd",
+ description="SINHALA LITH DIGIT EIGHT",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0xDEE,
+ },
+ [0xDEF]={
+ category="nd",
+ description="SINHALA LITH DIGIT NINE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0xDEF,
+ },
+ [0xDF2]={
category="mc",
description="SINHALA VOWEL SIGN DIGA GAETTA-PILLA",
direction="l",
linebreak="cm",
- unicodeslot=0x0DF2,
+ unicodeslot=0xDF2,
},
- [0x0DF3]={
+ [0xDF3]={
category="mc",
description="SINHALA VOWEL SIGN DIGA GAYANUKITTA",
direction="l",
linebreak="cm",
- unicodeslot=0x0DF3,
+ unicodeslot=0xDF3,
},
- [0x0DF4]={
+ [0xDF4]={
category="po",
description="SINHALA PUNCTUATION KUNDDALIYA",
direction="l",
linebreak="al",
- unicodeslot=0x0DF4,
+ unicodeslot=0xDF4,
},
- [0x0E01]={
+ [0xE01]={
adobename="kokaithai",
category="lo",
description="THAI CHARACTER KO KAI",
direction="l",
linebreak="sa",
- unicodeslot=0x0E01,
+ unicodeslot=0xE01,
},
- [0x0E02]={
+ [0xE02]={
adobename="khokhaithai",
category="lo",
description="THAI CHARACTER KHO KHAI",
direction="l",
linebreak="sa",
- unicodeslot=0x0E02,
+ unicodeslot=0xE02,
},
- [0x0E03]={
+ [0xE03]={
adobename="khokhuatthai",
category="lo",
description="THAI CHARACTER KHO KHUAT",
direction="l",
linebreak="sa",
- unicodeslot=0x0E03,
+ unicodeslot=0xE03,
},
- [0x0E04]={
+ [0xE04]={
adobename="khokhwaithai",
category="lo",
description="THAI CHARACTER KHO KHWAI",
direction="l",
linebreak="sa",
- unicodeslot=0x0E04,
+ unicodeslot=0xE04,
},
- [0x0E05]={
+ [0xE05]={
adobename="khokhonthai",
category="lo",
description="THAI CHARACTER KHO KHON",
direction="l",
linebreak="sa",
- unicodeslot=0x0E05,
+ unicodeslot=0xE05,
},
- [0x0E06]={
+ [0xE06]={
adobename="khorakhangthai",
category="lo",
description="THAI CHARACTER KHO RAKHANG",
direction="l",
linebreak="sa",
- unicodeslot=0x0E06,
+ unicodeslot=0xE06,
},
- [0x0E07]={
+ [0xE07]={
adobename="ngonguthai",
category="lo",
description="THAI CHARACTER NGO NGU",
direction="l",
linebreak="sa",
- unicodeslot=0x0E07,
+ unicodeslot=0xE07,
},
- [0x0E08]={
+ [0xE08]={
adobename="chochanthai",
category="lo",
description="THAI CHARACTER CHO CHAN",
direction="l",
linebreak="sa",
- unicodeslot=0x0E08,
+ unicodeslot=0xE08,
},
- [0x0E09]={
+ [0xE09]={
adobename="chochingthai",
category="lo",
description="THAI CHARACTER CHO CHING",
direction="l",
linebreak="sa",
- unicodeslot=0x0E09,
+ unicodeslot=0xE09,
},
- [0x0E0A]={
+ [0xE0A]={
adobename="chochangthai",
category="lo",
description="THAI CHARACTER CHO CHANG",
direction="l",
linebreak="sa",
- unicodeslot=0x0E0A,
+ unicodeslot=0xE0A,
},
- [0x0E0B]={
+ [0xE0B]={
adobename="sosothai",
category="lo",
description="THAI CHARACTER SO SO",
direction="l",
linebreak="sa",
- unicodeslot=0x0E0B,
+ unicodeslot=0xE0B,
},
- [0x0E0C]={
+ [0xE0C]={
adobename="chochoethai",
category="lo",
description="THAI CHARACTER CHO CHOE",
direction="l",
linebreak="sa",
- unicodeslot=0x0E0C,
+ unicodeslot=0xE0C,
},
- [0x0E0D]={
+ [0xE0D]={
adobename="yoyingthai",
category="lo",
description="THAI CHARACTER YO YING",
direction="l",
linebreak="sa",
- unicodeslot=0x0E0D,
+ unicodeslot=0xE0D,
},
- [0x0E0E]={
+ [0xE0E]={
adobename="dochadathai",
category="lo",
description="THAI CHARACTER DO CHADA",
direction="l",
linebreak="sa",
- unicodeslot=0x0E0E,
+ unicodeslot=0xE0E,
},
- [0x0E0F]={
+ [0xE0F]={
adobename="topatakthai",
category="lo",
description="THAI CHARACTER TO PATAK",
direction="l",
linebreak="sa",
- unicodeslot=0x0E0F,
+ unicodeslot=0xE0F,
},
- [0x0E10]={
+ [0xE10]={
adobename="thothanthai",
category="lo",
description="THAI CHARACTER THO THAN",
direction="l",
linebreak="sa",
- unicodeslot=0x0E10,
+ unicodeslot=0xE10,
},
- [0x0E11]={
+ [0xE11]={
adobename="thonangmonthothai",
category="lo",
description="THAI CHARACTER THO NANGMONTHO",
direction="l",
linebreak="sa",
- unicodeslot=0x0E11,
+ unicodeslot=0xE11,
},
- [0x0E12]={
+ [0xE12]={
adobename="thophuthaothai",
category="lo",
description="THAI CHARACTER THO PHUTHAO",
direction="l",
linebreak="sa",
- unicodeslot=0x0E12,
+ unicodeslot=0xE12,
},
- [0x0E13]={
+ [0xE13]={
adobename="nonenthai",
category="lo",
description="THAI CHARACTER NO NEN",
direction="l",
linebreak="sa",
- unicodeslot=0x0E13,
+ unicodeslot=0xE13,
},
- [0x0E14]={
+ [0xE14]={
adobename="dodekthai",
category="lo",
description="THAI CHARACTER DO DEK",
direction="l",
linebreak="sa",
- unicodeslot=0x0E14,
+ unicodeslot=0xE14,
},
- [0x0E15]={
+ [0xE15]={
adobename="totaothai",
category="lo",
description="THAI CHARACTER TO TAO",
direction="l",
linebreak="sa",
- unicodeslot=0x0E15,
+ unicodeslot=0xE15,
},
- [0x0E16]={
+ [0xE16]={
adobename="thothungthai",
category="lo",
description="THAI CHARACTER THO THUNG",
direction="l",
linebreak="sa",
- unicodeslot=0x0E16,
+ unicodeslot=0xE16,
},
- [0x0E17]={
+ [0xE17]={
adobename="thothahanthai",
category="lo",
description="THAI CHARACTER THO THAHAN",
direction="l",
linebreak="sa",
- unicodeslot=0x0E17,
+ unicodeslot=0xE17,
},
- [0x0E18]={
+ [0xE18]={
adobename="thothongthai",
category="lo",
description="THAI CHARACTER THO THONG",
direction="l",
linebreak="sa",
- unicodeslot=0x0E18,
+ unicodeslot=0xE18,
},
- [0x0E19]={
+ [0xE19]={
adobename="nonuthai",
category="lo",
description="THAI CHARACTER NO NU",
direction="l",
linebreak="sa",
- unicodeslot=0x0E19,
+ unicodeslot=0xE19,
},
- [0x0E1A]={
+ [0xE1A]={
adobename="bobaimaithai",
category="lo",
description="THAI CHARACTER BO BAIMAI",
direction="l",
linebreak="sa",
- unicodeslot=0x0E1A,
+ unicodeslot=0xE1A,
},
- [0x0E1B]={
+ [0xE1B]={
adobename="poplathai",
category="lo",
description="THAI CHARACTER PO PLA",
direction="l",
linebreak="sa",
- unicodeslot=0x0E1B,
+ unicodeslot=0xE1B,
},
- [0x0E1C]={
+ [0xE1C]={
adobename="phophungthai",
category="lo",
description="THAI CHARACTER PHO PHUNG",
direction="l",
linebreak="sa",
- unicodeslot=0x0E1C,
+ unicodeslot=0xE1C,
},
- [0x0E1D]={
+ [0xE1D]={
adobename="fofathai",
category="lo",
description="THAI CHARACTER FO FA",
direction="l",
linebreak="sa",
- unicodeslot=0x0E1D,
+ unicodeslot=0xE1D,
},
- [0x0E1E]={
+ [0xE1E]={
adobename="phophanthai",
category="lo",
description="THAI CHARACTER PHO PHAN",
direction="l",
linebreak="sa",
- unicodeslot=0x0E1E,
+ unicodeslot=0xE1E,
},
- [0x0E1F]={
+ [0xE1F]={
adobename="fofanthai",
category="lo",
description="THAI CHARACTER FO FAN",
direction="l",
linebreak="sa",
- unicodeslot=0x0E1F,
+ unicodeslot=0xE1F,
},
- [0x0E20]={
+ [0xE20]={
adobename="phosamphaothai",
category="lo",
description="THAI CHARACTER PHO SAMPHAO",
direction="l",
linebreak="sa",
- unicodeslot=0x0E20,
+ unicodeslot=0xE20,
},
- [0x0E21]={
+ [0xE21]={
adobename="momathai",
category="lo",
description="THAI CHARACTER MO MA",
direction="l",
linebreak="sa",
- unicodeslot=0x0E21,
+ unicodeslot=0xE21,
},
- [0x0E22]={
+ [0xE22]={
adobename="yoyakthai",
category="lo",
description="THAI CHARACTER YO YAK",
direction="l",
linebreak="sa",
- unicodeslot=0x0E22,
+ unicodeslot=0xE22,
},
- [0x0E23]={
+ [0xE23]={
adobename="roruathai",
category="lo",
description="THAI CHARACTER RO RUA",
direction="l",
linebreak="sa",
- unicodeslot=0x0E23,
+ unicodeslot=0xE23,
},
- [0x0E24]={
+ [0xE24]={
adobename="ruthai",
category="lo",
description="THAI CHARACTER RU",
direction="l",
linebreak="sa",
- unicodeslot=0x0E24,
+ unicodeslot=0xE24,
},
- [0x0E25]={
+ [0xE25]={
adobename="lolingthai",
category="lo",
description="THAI CHARACTER LO LING",
direction="l",
linebreak="sa",
- unicodeslot=0x0E25,
+ unicodeslot=0xE25,
},
- [0x0E26]={
+ [0xE26]={
adobename="luthai",
category="lo",
description="THAI CHARACTER LU",
direction="l",
linebreak="sa",
- unicodeslot=0x0E26,
+ unicodeslot=0xE26,
},
- [0x0E27]={
+ [0xE27]={
adobename="wowaenthai",
category="lo",
description="THAI CHARACTER WO WAEN",
direction="l",
linebreak="sa",
- unicodeslot=0x0E27,
+ unicodeslot=0xE27,
},
- [0x0E28]={
+ [0xE28]={
adobename="sosalathai",
category="lo",
description="THAI CHARACTER SO SALA",
direction="l",
linebreak="sa",
- unicodeslot=0x0E28,
+ unicodeslot=0xE28,
},
- [0x0E29]={
+ [0xE29]={
adobename="sorusithai",
category="lo",
description="THAI CHARACTER SO RUSI",
direction="l",
linebreak="sa",
- unicodeslot=0x0E29,
+ unicodeslot=0xE29,
},
- [0x0E2A]={
+ [0xE2A]={
adobename="sosuathai",
category="lo",
description="THAI CHARACTER SO SUA",
direction="l",
linebreak="sa",
- unicodeslot=0x0E2A,
+ unicodeslot=0xE2A,
},
- [0x0E2B]={
+ [0xE2B]={
adobename="hohipthai",
category="lo",
description="THAI CHARACTER HO HIP",
direction="l",
linebreak="sa",
- unicodeslot=0x0E2B,
+ unicodeslot=0xE2B,
},
- [0x0E2C]={
+ [0xE2C]={
adobename="lochulathai",
category="lo",
description="THAI CHARACTER LO CHULA",
direction="l",
linebreak="sa",
- unicodeslot=0x0E2C,
+ unicodeslot=0xE2C,
},
- [0x0E2D]={
+ [0xE2D]={
adobename="oangthai",
category="lo",
description="THAI CHARACTER O ANG",
direction="l",
linebreak="sa",
- unicodeslot=0x0E2D,
+ unicodeslot=0xE2D,
},
- [0x0E2E]={
+ [0xE2E]={
adobename="honokhukthai",
category="lo",
description="THAI CHARACTER HO NOKHUK",
direction="l",
linebreak="sa",
- unicodeslot=0x0E2E,
+ unicodeslot=0xE2E,
},
- [0x0E2F]={
+ [0xE2F]={
adobename="paiyannoithai",
category="lo",
description="THAI CHARACTER PAIYANNOI",
direction="l",
linebreak="sa",
- unicodeslot=0x0E2F,
+ unicodeslot=0xE2F,
},
- [0x0E30]={
+ [0xE30]={
adobename="saraathai",
category="lo",
description="THAI CHARACTER SARA A",
direction="l",
linebreak="sa",
- unicodeslot=0x0E30,
+ unicodeslot=0xE30,
},
- [0x0E31]={
+ [0xE31]={
adobename="maihanakatthai",
category="mn",
description="THAI CHARACTER MAI HAN-AKAT",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0E31,
+ unicodeslot=0xE31,
},
- [0x0E32]={
+ [0xE32]={
adobename="saraaathai",
category="lo",
description="THAI CHARACTER SARA AA",
direction="l",
linebreak="sa",
- unicodeslot=0x0E32,
+ unicodeslot=0xE32,
},
- [0x0E33]={
+ [0xE33]={
adobename="saraamthai",
category="lo",
description="THAI CHARACTER SARA AM",
direction="l",
linebreak="sa",
- specials={ "compat", 0x0E4D, 0x0E32 },
- unicodeslot=0x0E33,
+ specials={ "compat", 0xE4D, 0xE32 },
+ unicodeslot=0xE33,
},
- [0x0E34]={
+ [0xE34]={
adobename="saraithai",
category="mn",
description="THAI CHARACTER SARA I",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0E34,
+ unicodeslot=0xE34,
},
- [0x0E35]={
+ [0xE35]={
adobename="saraiithai",
category="mn",
description="THAI CHARACTER SARA II",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0E35,
+ unicodeslot=0xE35,
},
- [0x0E36]={
+ [0xE36]={
adobename="sarauethai",
category="mn",
description="THAI CHARACTER SARA UE",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0E36,
+ unicodeslot=0xE36,
},
- [0x0E37]={
+ [0xE37]={
adobename="saraueethai",
category="mn",
description="THAI CHARACTER SARA UEE",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0E37,
+ unicodeslot=0xE37,
},
- [0x0E38]={
+ [0xE38]={
adobename="sarauthai",
category="mn",
+ combining=0x67,
description="THAI CHARACTER SARA U",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0E38,
+ unicodeslot=0xE38,
},
- [0x0E39]={
+ [0xE39]={
adobename="sarauuthai",
category="mn",
+ combining=0x67,
description="THAI CHARACTER SARA UU",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0E39,
+ unicodeslot=0xE39,
},
- [0x0E3A]={
+ [0xE3A]={
adobename="phinthuthai",
category="mn",
+ combining=0x9,
description="THAI CHARACTER PHINTHU",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0E3A,
+ unicodeslot=0xE3A,
},
- [0x0E3F]={
+ [0xE3F]={
adobename="bahtthai",
category="sc",
description="THAI CURRENCY SYMBOL BAHT",
direction="et",
linebreak="pr",
- unicodeslot=0x0E3F,
+ unicodeslot=0xE3F,
},
- [0x0E40]={
+ [0xE40]={
adobename="saraethai",
category="lo",
description="THAI CHARACTER SARA E",
direction="l",
linebreak="sa",
- unicodeslot=0x0E40,
+ unicodeslot=0xE40,
},
- [0x0E41]={
+ [0xE41]={
adobename="saraaethai",
category="lo",
description="THAI CHARACTER SARA AE",
direction="l",
linebreak="sa",
- unicodeslot=0x0E41,
+ unicodeslot=0xE41,
},
- [0x0E42]={
+ [0xE42]={
adobename="saraothai",
category="lo",
description="THAI CHARACTER SARA O",
direction="l",
linebreak="sa",
- unicodeslot=0x0E42,
+ unicodeslot=0xE42,
},
- [0x0E43]={
+ [0xE43]={
adobename="saraaimaimuanthai",
category="lo",
description="THAI CHARACTER SARA AI MAIMUAN",
direction="l",
linebreak="sa",
- unicodeslot=0x0E43,
+ unicodeslot=0xE43,
},
- [0x0E44]={
+ [0xE44]={
adobename="saraaimaimalaithai",
category="lo",
description="THAI CHARACTER SARA AI MAIMALAI",
direction="l",
linebreak="sa",
- unicodeslot=0x0E44,
+ unicodeslot=0xE44,
},
- [0x0E45]={
+ [0xE45]={
adobename="lakkhangyaothai",
category="lo",
description="THAI CHARACTER LAKKHANGYAO",
direction="l",
linebreak="sa",
- unicodeslot=0x0E45,
+ unicodeslot=0xE45,
},
- [0x0E46]={
+ [0xE46]={
adobename="maiyamokthai",
category="lm",
description="THAI CHARACTER MAIYAMOK",
direction="l",
linebreak="sa",
- unicodeslot=0x0E46,
+ unicodeslot=0xE46,
},
- [0x0E47]={
+ [0xE47]={
adobename="maitaikhuthai",
category="mn",
description="THAI CHARACTER MAITAIKHU",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0E47,
+ unicodeslot=0xE47,
},
- [0x0E48]={
+ [0xE48]={
adobename="maiekthai",
category="mn",
+ combining=0x6B,
description="THAI CHARACTER MAI EK",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0E48,
+ unicodeslot=0xE48,
},
- [0x0E49]={
+ [0xE49]={
adobename="maithothai",
category="mn",
+ combining=0x6B,
description="THAI CHARACTER MAI THO",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0E49,
+ unicodeslot=0xE49,
},
- [0x0E4A]={
+ [0xE4A]={
adobename="maitrithai",
category="mn",
+ combining=0x6B,
description="THAI CHARACTER MAI TRI",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0E4A,
+ unicodeslot=0xE4A,
},
- [0x0E4B]={
+ [0xE4B]={
adobename="maichattawathai",
category="mn",
+ combining=0x6B,
description="THAI CHARACTER MAI CHATTAWA",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0E4B,
+ unicodeslot=0xE4B,
},
- [0x0E4C]={
+ [0xE4C]={
adobename="thanthakhatthai",
category="mn",
description="THAI CHARACTER THANTHAKHAT",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0E4C,
+ unicodeslot=0xE4C,
},
- [0x0E4D]={
+ [0xE4D]={
adobename="nikhahitthai",
category="mn",
description="THAI CHARACTER NIKHAHIT",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0E4D,
+ unicodeslot=0xE4D,
},
- [0x0E4E]={
+ [0xE4E]={
adobename="yamakkanthai",
category="mn",
description="THAI CHARACTER YAMAKKAN",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0E4E,
+ unicodeslot=0xE4E,
},
- [0x0E4F]={
+ [0xE4F]={
adobename="fongmanthai",
category="po",
description="THAI CHARACTER FONGMAN",
direction="l",
linebreak="al",
- unicodeslot=0x0E4F,
+ unicodeslot=0xE4F,
},
- [0x0E50]={
+ [0xE50]={
adobename="zerothai",
category="nd",
description="THAI DIGIT ZERO",
direction="l",
linebreak="nu",
- unicodeslot=0x0E50,
+ unicodeslot=0xE50,
},
- [0x0E51]={
+ [0xE51]={
adobename="onethai",
category="nd",
description="THAI DIGIT ONE",
direction="l",
linebreak="nu",
- unicodeslot=0x0E51,
+ unicodeslot=0xE51,
},
- [0x0E52]={
+ [0xE52]={
adobename="twothai",
category="nd",
description="THAI DIGIT TWO",
direction="l",
linebreak="nu",
- unicodeslot=0x0E52,
+ unicodeslot=0xE52,
},
- [0x0E53]={
+ [0xE53]={
adobename="threethai",
category="nd",
description="THAI DIGIT THREE",
direction="l",
linebreak="nu",
- unicodeslot=0x0E53,
+ unicodeslot=0xE53,
},
- [0x0E54]={
+ [0xE54]={
adobename="fourthai",
category="nd",
description="THAI DIGIT FOUR",
direction="l",
linebreak="nu",
- unicodeslot=0x0E54,
+ unicodeslot=0xE54,
},
- [0x0E55]={
+ [0xE55]={
adobename="fivethai",
category="nd",
description="THAI DIGIT FIVE",
direction="l",
linebreak="nu",
- unicodeslot=0x0E55,
+ unicodeslot=0xE55,
},
- [0x0E56]={
+ [0xE56]={
adobename="sixthai",
category="nd",
description="THAI DIGIT SIX",
direction="l",
linebreak="nu",
- unicodeslot=0x0E56,
+ unicodeslot=0xE56,
},
- [0x0E57]={
+ [0xE57]={
adobename="seventhai",
category="nd",
description="THAI DIGIT SEVEN",
direction="l",
linebreak="nu",
- unicodeslot=0x0E57,
+ unicodeslot=0xE57,
},
- [0x0E58]={
+ [0xE58]={
adobename="eightthai",
category="nd",
description="THAI DIGIT EIGHT",
direction="l",
linebreak="nu",
- unicodeslot=0x0E58,
+ unicodeslot=0xE58,
},
- [0x0E59]={
+ [0xE59]={
adobename="ninethai",
category="nd",
description="THAI DIGIT NINE",
direction="l",
linebreak="nu",
- unicodeslot=0x0E59,
+ unicodeslot=0xE59,
},
- [0x0E5A]={
+ [0xE5A]={
adobename="angkhankhuthai",
category="po",
description="THAI CHARACTER ANGKHANKHU",
direction="l",
linebreak="ba",
- unicodeslot=0x0E5A,
+ unicodeslot=0xE5A,
},
- [0x0E5B]={
+ [0xE5B]={
adobename="khomutthai",
category="po",
description="THAI CHARACTER KHOMUT",
direction="l",
linebreak="ba",
- unicodeslot=0x0E5B,
+ unicodeslot=0xE5B,
},
- [0x0E81]={
+ [0xE81]={
category="lo",
description="LAO LETTER KO",
direction="l",
linebreak="sa",
- unicodeslot=0x0E81,
+ unicodeslot=0xE81,
},
- [0x0E82]={
+ [0xE82]={
category="lo",
description="LAO LETTER KHO SUNG",
direction="l",
linebreak="sa",
- unicodeslot=0x0E82,
+ unicodeslot=0xE82,
},
- [0x0E84]={
+ [0xE84]={
category="lo",
description="LAO LETTER KHO TAM",
direction="l",
linebreak="sa",
- unicodeslot=0x0E84,
+ unicodeslot=0xE84,
},
- [0x0E87]={
+ [0xE87]={
category="lo",
description="LAO LETTER NGO",
direction="l",
linebreak="sa",
- unicodeslot=0x0E87,
+ unicodeslot=0xE87,
},
- [0x0E88]={
+ [0xE88]={
category="lo",
description="LAO LETTER CO",
direction="l",
linebreak="sa",
- unicodeslot=0x0E88,
+ unicodeslot=0xE88,
},
- [0x0E8A]={
+ [0xE8A]={
category="lo",
description="LAO LETTER SO TAM",
direction="l",
linebreak="sa",
- unicodeslot=0x0E8A,
+ unicodeslot=0xE8A,
},
- [0x0E8D]={
+ [0xE8D]={
category="lo",
description="LAO LETTER NYO",
direction="l",
linebreak="sa",
- unicodeslot=0x0E8D,
+ unicodeslot=0xE8D,
},
- [0x0E94]={
+ [0xE94]={
category="lo",
description="LAO LETTER DO",
direction="l",
linebreak="sa",
- unicodeslot=0x0E94,
+ unicodeslot=0xE94,
},
- [0x0E95]={
+ [0xE95]={
category="lo",
description="LAO LETTER TO",
direction="l",
linebreak="sa",
- unicodeslot=0x0E95,
+ unicodeslot=0xE95,
},
- [0x0E96]={
+ [0xE96]={
category="lo",
description="LAO LETTER THO SUNG",
direction="l",
linebreak="sa",
- unicodeslot=0x0E96,
+ unicodeslot=0xE96,
},
- [0x0E97]={
+ [0xE97]={
category="lo",
description="LAO LETTER THO TAM",
direction="l",
linebreak="sa",
- unicodeslot=0x0E97,
+ unicodeslot=0xE97,
},
- [0x0E99]={
+ [0xE99]={
category="lo",
description="LAO LETTER NO",
direction="l",
linebreak="sa",
- unicodeslot=0x0E99,
+ unicodeslot=0xE99,
},
- [0x0E9A]={
+ [0xE9A]={
category="lo",
description="LAO LETTER BO",
direction="l",
linebreak="sa",
- unicodeslot=0x0E9A,
+ unicodeslot=0xE9A,
},
- [0x0E9B]={
+ [0xE9B]={
category="lo",
description="LAO LETTER PO",
direction="l",
linebreak="sa",
- unicodeslot=0x0E9B,
+ unicodeslot=0xE9B,
},
- [0x0E9C]={
+ [0xE9C]={
category="lo",
description="LAO LETTER PHO SUNG",
direction="l",
linebreak="sa",
- unicodeslot=0x0E9C,
+ unicodeslot=0xE9C,
},
- [0x0E9D]={
+ [0xE9D]={
category="lo",
description="LAO LETTER FO TAM",
direction="l",
linebreak="sa",
- unicodeslot=0x0E9D,
+ unicodeslot=0xE9D,
},
- [0x0E9E]={
+ [0xE9E]={
category="lo",
description="LAO LETTER PHO TAM",
direction="l",
linebreak="sa",
- unicodeslot=0x0E9E,
+ unicodeslot=0xE9E,
},
- [0x0E9F]={
+ [0xE9F]={
category="lo",
description="LAO LETTER FO SUNG",
direction="l",
linebreak="sa",
- unicodeslot=0x0E9F,
+ unicodeslot=0xE9F,
},
- [0x0EA1]={
+ [0xEA1]={
category="lo",
description="LAO LETTER MO",
direction="l",
linebreak="sa",
- unicodeslot=0x0EA1,
+ unicodeslot=0xEA1,
},
- [0x0EA2]={
+ [0xEA2]={
category="lo",
description="LAO LETTER YO",
direction="l",
linebreak="sa",
- unicodeslot=0x0EA2,
+ unicodeslot=0xEA2,
},
- [0x0EA3]={
+ [0xEA3]={
category="lo",
description="LAO LETTER LO LING",
direction="l",
linebreak="sa",
- unicodeslot=0x0EA3,
+ unicodeslot=0xEA3,
},
- [0x0EA5]={
+ [0xEA5]={
category="lo",
description="LAO LETTER LO LOOT",
direction="l",
linebreak="sa",
- unicodeslot=0x0EA5,
+ unicodeslot=0xEA5,
},
- [0x0EA7]={
+ [0xEA7]={
category="lo",
description="LAO LETTER WO",
direction="l",
linebreak="sa",
- unicodeslot=0x0EA7,
+ unicodeslot=0xEA7,
},
- [0x0EAA]={
+ [0xEAA]={
category="lo",
description="LAO LETTER SO SUNG",
direction="l",
linebreak="sa",
- unicodeslot=0x0EAA,
+ unicodeslot=0xEAA,
},
- [0x0EAB]={
+ [0xEAB]={
category="lo",
description="LAO LETTER HO SUNG",
direction="l",
linebreak="sa",
- unicodeslot=0x0EAB,
+ unicodeslot=0xEAB,
},
- [0x0EAD]={
+ [0xEAD]={
category="lo",
description="LAO LETTER O",
direction="l",
linebreak="sa",
- unicodeslot=0x0EAD,
+ unicodeslot=0xEAD,
},
- [0x0EAE]={
+ [0xEAE]={
category="lo",
description="LAO LETTER HO TAM",
direction="l",
linebreak="sa",
- unicodeslot=0x0EAE,
+ unicodeslot=0xEAE,
},
- [0x0EAF]={
+ [0xEAF]={
category="lo",
description="LAO ELLIPSIS",
direction="l",
linebreak="sa",
- unicodeslot=0x0EAF,
+ unicodeslot=0xEAF,
},
- [0x0EB0]={
+ [0xEB0]={
category="lo",
description="LAO VOWEL SIGN A",
direction="l",
linebreak="sa",
- unicodeslot=0x0EB0,
+ unicodeslot=0xEB0,
},
- [0x0EB1]={
+ [0xEB1]={
category="mn",
description="LAO VOWEL SIGN MAI KAN",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0EB1,
+ unicodeslot=0xEB1,
},
- [0x0EB2]={
+ [0xEB2]={
category="lo",
description="LAO VOWEL SIGN AA",
direction="l",
linebreak="sa",
- unicodeslot=0x0EB2,
+ unicodeslot=0xEB2,
},
- [0x0EB3]={
+ [0xEB3]={
category="lo",
description="LAO VOWEL SIGN AM",
direction="l",
linebreak="sa",
- specials={ "compat", 0x0ECD, 0x0EB2 },
- unicodeslot=0x0EB3,
+ specials={ "compat", 0xECD, 0xEB2 },
+ unicodeslot=0xEB3,
},
- [0x0EB4]={
+ [0xEB4]={
category="mn",
description="LAO VOWEL SIGN I",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0EB4,
+ unicodeslot=0xEB4,
},
- [0x0EB5]={
+ [0xEB5]={
category="mn",
description="LAO VOWEL SIGN II",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0EB5,
+ unicodeslot=0xEB5,
},
- [0x0EB6]={
+ [0xEB6]={
category="mn",
description="LAO VOWEL SIGN Y",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0EB6,
+ unicodeslot=0xEB6,
},
- [0x0EB7]={
+ [0xEB7]={
category="mn",
description="LAO VOWEL SIGN YY",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0EB7,
+ unicodeslot=0xEB7,
},
- [0x0EB8]={
+ [0xEB8]={
category="mn",
+ combining=0x76,
description="LAO VOWEL SIGN U",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0EB8,
+ unicodeslot=0xEB8,
},
- [0x0EB9]={
+ [0xEB9]={
category="mn",
+ combining=0x76,
description="LAO VOWEL SIGN UU",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0EB9,
+ unicodeslot=0xEB9,
},
- [0x0EBB]={
+ [0xEBB]={
category="mn",
description="LAO VOWEL SIGN MAI KON",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0EBB,
+ unicodeslot=0xEBB,
},
- [0x0EBC]={
+ [0xEBC]={
category="mn",
description="LAO SEMIVOWEL SIGN LO",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0EBC,
+ unicodeslot=0xEBC,
},
- [0x0EBD]={
+ [0xEBD]={
category="lo",
description="LAO SEMIVOWEL SIGN NYO",
direction="l",
linebreak="sa",
- unicodeslot=0x0EBD,
+ unicodeslot=0xEBD,
},
- [0x0EC0]={
+ [0xEC0]={
category="lo",
description="LAO VOWEL SIGN E",
direction="l",
linebreak="sa",
- unicodeslot=0x0EC0,
+ unicodeslot=0xEC0,
},
- [0x0EC1]={
+ [0xEC1]={
category="lo",
description="LAO VOWEL SIGN EI",
direction="l",
linebreak="sa",
- unicodeslot=0x0EC1,
+ unicodeslot=0xEC1,
},
- [0x0EC2]={
+ [0xEC2]={
category="lo",
description="LAO VOWEL SIGN O",
direction="l",
linebreak="sa",
- unicodeslot=0x0EC2,
+ unicodeslot=0xEC2,
},
- [0x0EC3]={
+ [0xEC3]={
category="lo",
description="LAO VOWEL SIGN AY",
direction="l",
linebreak="sa",
- unicodeslot=0x0EC3,
+ unicodeslot=0xEC3,
},
- [0x0EC4]={
+ [0xEC4]={
category="lo",
description="LAO VOWEL SIGN AI",
direction="l",
linebreak="sa",
- unicodeslot=0x0EC4,
+ unicodeslot=0xEC4,
},
- [0x0EC6]={
+ [0xEC6]={
category="lm",
description="LAO KO LA",
direction="l",
linebreak="sa",
- unicodeslot=0x0EC6,
+ unicodeslot=0xEC6,
},
- [0x0EC8]={
+ [0xEC8]={
category="mn",
+ combining=0x7A,
description="LAO TONE MAI EK",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0EC8,
+ unicodeslot=0xEC8,
},
- [0x0EC9]={
+ [0xEC9]={
category="mn",
+ combining=0x7A,
description="LAO TONE MAI THO",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0EC9,
+ unicodeslot=0xEC9,
},
- [0x0ECA]={
+ [0xECA]={
category="mn",
+ combining=0x7A,
description="LAO TONE MAI TI",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0ECA,
+ unicodeslot=0xECA,
},
- [0x0ECB]={
+ [0xECB]={
category="mn",
+ combining=0x7A,
description="LAO TONE MAI CATAWA",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0ECB,
+ unicodeslot=0xECB,
},
- [0x0ECC]={
+ [0xECC]={
category="mn",
description="LAO CANCELLATION MARK",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0ECC,
+ unicodeslot=0xECC,
},
- [0x0ECD]={
+ [0xECD]={
category="mn",
description="LAO NIGGAHITA",
direction="nsm",
linebreak="sa",
- unicodeslot=0x0ECD,
+ unicodeslot=0xECD,
},
- [0x0ED0]={
+ [0xED0]={
category="nd",
description="LAO DIGIT ZERO",
direction="l",
linebreak="nu",
- unicodeslot=0x0ED0,
+ unicodeslot=0xED0,
},
- [0x0ED1]={
+ [0xED1]={
category="nd",
description="LAO DIGIT ONE",
direction="l",
linebreak="nu",
- unicodeslot=0x0ED1,
+ unicodeslot=0xED1,
},
- [0x0ED2]={
+ [0xED2]={
category="nd",
description="LAO DIGIT TWO",
direction="l",
linebreak="nu",
- unicodeslot=0x0ED2,
+ unicodeslot=0xED2,
},
- [0x0ED3]={
+ [0xED3]={
category="nd",
description="LAO DIGIT THREE",
direction="l",
linebreak="nu",
- unicodeslot=0x0ED3,
+ unicodeslot=0xED3,
},
- [0x0ED4]={
+ [0xED4]={
category="nd",
description="LAO DIGIT FOUR",
direction="l",
linebreak="nu",
- unicodeslot=0x0ED4,
+ unicodeslot=0xED4,
},
- [0x0ED5]={
+ [0xED5]={
category="nd",
description="LAO DIGIT FIVE",
direction="l",
linebreak="nu",
- unicodeslot=0x0ED5,
+ unicodeslot=0xED5,
},
- [0x0ED6]={
+ [0xED6]={
category="nd",
description="LAO DIGIT SIX",
direction="l",
linebreak="nu",
- unicodeslot=0x0ED6,
+ unicodeslot=0xED6,
},
- [0x0ED7]={
+ [0xED7]={
category="nd",
description="LAO DIGIT SEVEN",
direction="l",
linebreak="nu",
- unicodeslot=0x0ED7,
+ unicodeslot=0xED7,
},
- [0x0ED8]={
+ [0xED8]={
category="nd",
description="LAO DIGIT EIGHT",
direction="l",
linebreak="nu",
- unicodeslot=0x0ED8,
+ unicodeslot=0xED8,
},
- [0x0ED9]={
+ [0xED9]={
category="nd",
description="LAO DIGIT NINE",
direction="l",
linebreak="nu",
- unicodeslot=0x0ED9,
+ unicodeslot=0xED9,
},
- [0x0EDC]={
+ [0xEDC]={
category="lo",
description="LAO HO NO",
direction="l",
linebreak="sa",
- specials={ "compat", 0x0EAB, 0x0E99 },
- unicodeslot=0x0EDC,
+ specials={ "compat", 0xEAB, 0xE99 },
+ unicodeslot=0xEDC,
},
- [0x0EDD]={
+ [0xEDD]={
category="lo",
description="LAO HO MO",
direction="l",
linebreak="sa",
- specials={ "compat", 0x0EAB, 0x0EA1 },
- unicodeslot=0x0EDD,
+ specials={ "compat", 0xEAB, 0xEA1 },
+ unicodeslot=0xEDD,
},
- [0x0EDE]={
+ [0xEDE]={
category="lo",
description="LAO LETTER KHMU GO",
direction="l",
linebreak="sa",
- unicodeslot=0x0EDE,
+ unicodeslot=0xEDE,
},
- [0x0EDF]={
+ [0xEDF]={
category="lo",
description="LAO LETTER KHMU NYO",
direction="l",
linebreak="sa",
- unicodeslot=0x0EDF,
+ unicodeslot=0xEDF,
},
- [0x0F00]={
+ [0xF00]={
category="lo",
description="TIBETAN SYLLABLE OM",
direction="l",
linebreak="al",
- unicodeslot=0x0F00,
+ unicodeslot=0xF00,
},
- [0x0F01]={
+ [0xF01]={
category="so",
description="TIBETAN MARK GTER YIG MGO TRUNCATED A",
direction="l",
linebreak="bb",
- unicodeslot=0x0F01,
+ unicodeslot=0xF01,
},
- [0x0F02]={
+ [0xF02]={
category="so",
description="TIBETAN MARK GTER YIG MGO -UM RNAM BCAD MA",
direction="l",
linebreak="bb",
- unicodeslot=0x0F02,
+ unicodeslot=0xF02,
},
- [0x0F03]={
+ [0xF03]={
category="so",
description="TIBETAN MARK GTER YIG MGO -UM GTER TSHEG MA",
direction="l",
linebreak="bb",
- unicodeslot=0x0F03,
+ unicodeslot=0xF03,
},
- [0x0F04]={
+ [0xF04]={
category="po",
description="TIBETAN MARK INITIAL YIG MGO MDUN MA",
direction="l",
linebreak="bb",
- unicodeslot=0x0F04,
+ unicodeslot=0xF04,
},
- [0x0F05]={
+ [0xF05]={
category="po",
description="TIBETAN MARK CLOSING YIG MGO SGAB MA",
direction="l",
linebreak="al",
- unicodeslot=0x0F05,
+ unicodeslot=0xF05,
},
- [0x0F06]={
+ [0xF06]={
category="po",
description="TIBETAN MARK CARET YIG MGO PHUR SHAD MA",
direction="l",
linebreak="bb",
- unicodeslot=0x0F06,
+ unicodeslot=0xF06,
},
- [0x0F07]={
+ [0xF07]={
category="po",
description="TIBETAN MARK YIG MGO TSHEG SHAD MA",
direction="l",
linebreak="bb",
- unicodeslot=0x0F07,
+ unicodeslot=0xF07,
},
- [0x0F08]={
+ [0xF08]={
category="po",
description="TIBETAN MARK SBRUL SHAD",
direction="l",
linebreak="gl",
- unicodeslot=0x0F08,
+ unicodeslot=0xF08,
},
- [0x0F09]={
+ [0xF09]={
category="po",
description="TIBETAN MARK BSKUR YIG MGO",
direction="l",
linebreak="bb",
- unicodeslot=0x0F09,
+ unicodeslot=0xF09,
},
- [0x0F0A]={
+ [0xF0A]={
category="po",
description="TIBETAN MARK BKA- SHOG YIG MGO",
direction="l",
linebreak="bb",
- unicodeslot=0x0F0A,
+ unicodeslot=0xF0A,
},
- [0x0F0B]={
+ [0xF0B]={
category="po",
description="TIBETAN MARK INTERSYLLABIC TSHEG",
direction="l",
linebreak="ba",
- unicodeslot=0x0F0B,
+ unicodeslot=0xF0B,
},
- [0x0F0C]={
+ [0xF0C]={
category="po",
description="TIBETAN MARK DELIMITER TSHEG BSTAR",
direction="l",
linebreak="gl",
- specials={ "nobreak", 0x0F0B },
- unicodeslot=0x0F0C,
+ specials={ "nobreak", 0xF0B },
+ unicodeslot=0xF0C,
},
- [0x0F0D]={
+ [0xF0D]={
category="po",
description="TIBETAN MARK SHAD",
direction="l",
linebreak="ex",
- unicodeslot=0x0F0D,
+ unicodeslot=0xF0D,
},
- [0x0F0E]={
+ [0xF0E]={
category="po",
description="TIBETAN MARK NYIS SHAD",
direction="l",
linebreak="ex",
- unicodeslot=0x0F0E,
+ unicodeslot=0xF0E,
},
- [0x0F0F]={
+ [0xF0F]={
category="po",
description="TIBETAN MARK TSHEG SHAD",
direction="l",
linebreak="ex",
- unicodeslot=0x0F0F,
+ unicodeslot=0xF0F,
},
- [0x0F10]={
+ [0xF10]={
category="po",
description="TIBETAN MARK NYIS TSHEG SHAD",
direction="l",
linebreak="ex",
- unicodeslot=0x0F10,
+ unicodeslot=0xF10,
},
- [0x0F11]={
+ [0xF11]={
category="po",
description="TIBETAN MARK RIN CHEN SPUNGS SHAD",
direction="l",
linebreak="ex",
- unicodeslot=0x0F11,
+ unicodeslot=0xF11,
},
- [0x0F12]={
+ [0xF12]={
category="po",
description="TIBETAN MARK RGYA GRAM SHAD",
direction="l",
linebreak="gl",
- unicodeslot=0x0F12,
+ unicodeslot=0xF12,
},
- [0x0F13]={
+ [0xF13]={
category="so",
description="TIBETAN MARK CARET -DZUD RTAGS ME LONG CAN",
direction="l",
linebreak="al",
- unicodeslot=0x0F13,
+ unicodeslot=0xF13,
},
- [0x0F14]={
+ [0xF14]={
category="so",
description="TIBETAN MARK GTER TSHEG",
direction="l",
linebreak="ex",
- unicodeslot=0x0F14,
+ unicodeslot=0xF14,
},
- [0x0F15]={
+ [0xF15]={
category="so",
description="TIBETAN LOGOTYPE SIGN CHAD RTAGS",
direction="l",
linebreak="al",
- unicodeslot=0x0F15,
+ unicodeslot=0xF15,
},
- [0x0F16]={
+ [0xF16]={
category="so",
description="TIBETAN LOGOTYPE SIGN LHAG RTAGS",
direction="l",
linebreak="al",
- unicodeslot=0x0F16,
+ unicodeslot=0xF16,
},
- [0x0F17]={
+ [0xF17]={
category="so",
description="TIBETAN ASTROLOGICAL SIGN SGRA GCAN -CHAR RTAGS",
direction="l",
linebreak="al",
- unicodeslot=0x0F17,
+ unicodeslot=0xF17,
},
- [0x0F18]={
+ [0xF18]={
category="mn",
+ combining=0xDC,
description="TIBETAN ASTROLOGICAL SIGN -KHYUD PA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F18,
+ unicodeslot=0xF18,
},
- [0x0F19]={
+ [0xF19]={
category="mn",
+ combining=0xDC,
description="TIBETAN ASTROLOGICAL SIGN SDONG TSHUGS",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F19,
+ unicodeslot=0xF19,
},
- [0x0F1A]={
+ [0xF1A]={
category="so",
description="TIBETAN SIGN RDEL DKAR GCIG",
direction="l",
linebreak="al",
- unicodeslot=0x0F1A,
+ unicodeslot=0xF1A,
},
- [0x0F1B]={
+ [0xF1B]={
category="so",
description="TIBETAN SIGN RDEL DKAR GNYIS",
direction="l",
linebreak="al",
- unicodeslot=0x0F1B,
+ unicodeslot=0xF1B,
},
- [0x0F1C]={
+ [0xF1C]={
category="so",
description="TIBETAN SIGN RDEL DKAR GSUM",
direction="l",
linebreak="al",
- unicodeslot=0x0F1C,
+ unicodeslot=0xF1C,
},
- [0x0F1D]={
+ [0xF1D]={
category="so",
description="TIBETAN SIGN RDEL NAG GCIG",
direction="l",
linebreak="al",
- unicodeslot=0x0F1D,
+ unicodeslot=0xF1D,
},
- [0x0F1E]={
+ [0xF1E]={
category="so",
description="TIBETAN SIGN RDEL NAG GNYIS",
direction="l",
linebreak="al",
- unicodeslot=0x0F1E,
+ unicodeslot=0xF1E,
},
- [0x0F1F]={
+ [0xF1F]={
category="so",
description="TIBETAN SIGN RDEL DKAR RDEL NAG",
direction="l",
linebreak="al",
- unicodeslot=0x0F1F,
+ unicodeslot=0xF1F,
},
- [0x0F20]={
+ [0xF20]={
category="nd",
description="TIBETAN DIGIT ZERO",
direction="l",
linebreak="nu",
- unicodeslot=0x0F20,
+ unicodeslot=0xF20,
},
- [0x0F21]={
+ [0xF21]={
category="nd",
description="TIBETAN DIGIT ONE",
direction="l",
linebreak="nu",
- unicodeslot=0x0F21,
+ unicodeslot=0xF21,
},
- [0x0F22]={
+ [0xF22]={
category="nd",
description="TIBETAN DIGIT TWO",
direction="l",
linebreak="nu",
- unicodeslot=0x0F22,
+ unicodeslot=0xF22,
},
- [0x0F23]={
+ [0xF23]={
category="nd",
description="TIBETAN DIGIT THREE",
direction="l",
linebreak="nu",
- unicodeslot=0x0F23,
+ unicodeslot=0xF23,
},
- [0x0F24]={
+ [0xF24]={
category="nd",
description="TIBETAN DIGIT FOUR",
direction="l",
linebreak="nu",
- unicodeslot=0x0F24,
+ unicodeslot=0xF24,
},
- [0x0F25]={
+ [0xF25]={
category="nd",
description="TIBETAN DIGIT FIVE",
direction="l",
linebreak="nu",
- unicodeslot=0x0F25,
+ unicodeslot=0xF25,
},
- [0x0F26]={
+ [0xF26]={
category="nd",
description="TIBETAN DIGIT SIX",
direction="l",
linebreak="nu",
- unicodeslot=0x0F26,
+ unicodeslot=0xF26,
},
- [0x0F27]={
+ [0xF27]={
category="nd",
description="TIBETAN DIGIT SEVEN",
direction="l",
linebreak="nu",
- unicodeslot=0x0F27,
+ unicodeslot=0xF27,
},
- [0x0F28]={
+ [0xF28]={
category="nd",
description="TIBETAN DIGIT EIGHT",
direction="l",
linebreak="nu",
- unicodeslot=0x0F28,
+ unicodeslot=0xF28,
},
- [0x0F29]={
+ [0xF29]={
category="nd",
description="TIBETAN DIGIT NINE",
direction="l",
linebreak="nu",
- unicodeslot=0x0F29,
+ unicodeslot=0xF29,
},
- [0x0F2A]={
+ [0xF2A]={
category="no",
description="TIBETAN DIGIT HALF ONE",
direction="l",
linebreak="al",
- unicodeslot=0x0F2A,
+ unicodeslot=0xF2A,
},
- [0x0F2B]={
+ [0xF2B]={
category="no",
description="TIBETAN DIGIT HALF TWO",
direction="l",
linebreak="al",
- unicodeslot=0x0F2B,
+ unicodeslot=0xF2B,
},
- [0x0F2C]={
+ [0xF2C]={
category="no",
description="TIBETAN DIGIT HALF THREE",
direction="l",
linebreak="al",
- unicodeslot=0x0F2C,
+ unicodeslot=0xF2C,
},
- [0x0F2D]={
+ [0xF2D]={
category="no",
description="TIBETAN DIGIT HALF FOUR",
direction="l",
linebreak="al",
- unicodeslot=0x0F2D,
+ unicodeslot=0xF2D,
},
- [0x0F2E]={
+ [0xF2E]={
category="no",
description="TIBETAN DIGIT HALF FIVE",
direction="l",
linebreak="al",
- unicodeslot=0x0F2E,
+ unicodeslot=0xF2E,
},
- [0x0F2F]={
+ [0xF2F]={
category="no",
description="TIBETAN DIGIT HALF SIX",
direction="l",
linebreak="al",
- unicodeslot=0x0F2F,
+ unicodeslot=0xF2F,
},
- [0x0F30]={
+ [0xF30]={
category="no",
description="TIBETAN DIGIT HALF SEVEN",
direction="l",
linebreak="al",
- unicodeslot=0x0F30,
+ unicodeslot=0xF30,
},
- [0x0F31]={
+ [0xF31]={
category="no",
description="TIBETAN DIGIT HALF EIGHT",
direction="l",
linebreak="al",
- unicodeslot=0x0F31,
+ unicodeslot=0xF31,
},
- [0x0F32]={
+ [0xF32]={
category="no",
description="TIBETAN DIGIT HALF NINE",
direction="l",
linebreak="al",
- unicodeslot=0x0F32,
+ unicodeslot=0xF32,
},
- [0x0F33]={
+ [0xF33]={
category="no",
description="TIBETAN DIGIT HALF ZERO",
direction="l",
linebreak="al",
- unicodeslot=0x0F33,
+ unicodeslot=0xF33,
},
- [0x0F34]={
+ [0xF34]={
category="so",
description="TIBETAN MARK BSDUS RTAGS",
direction="l",
linebreak="ba",
- unicodeslot=0x0F34,
+ unicodeslot=0xF34,
},
- [0x0F35]={
+ [0xF35]={
category="mn",
+ combining=0xDC,
description="TIBETAN MARK NGAS BZUNG NYI ZLA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F35,
+ unicodeslot=0xF35,
},
- [0x0F36]={
+ [0xF36]={
category="so",
description="TIBETAN MARK CARET -DZUD RTAGS BZHI MIG CAN",
direction="l",
linebreak="al",
- unicodeslot=0x0F36,
+ unicodeslot=0xF36,
},
- [0x0F37]={
+ [0xF37]={
category="mn",
+ combining=0xDC,
description="TIBETAN MARK NGAS BZUNG SGOR RTAGS",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F37,
+ unicodeslot=0xF37,
},
- [0x0F38]={
+ [0xF38]={
category="so",
description="TIBETAN MARK CHE MGO",
direction="l",
linebreak="al",
- unicodeslot=0x0F38,
+ unicodeslot=0xF38,
},
- [0x0F39]={
+ [0xF39]={
category="mn",
+ combining=0xD8,
description="TIBETAN MARK TSA -PHRU",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F39,
+ unicodeslot=0xF39,
},
- [0x0F3A]={
+ [0xF3A]={
category="ps",
description="TIBETAN MARK GUG RTAGS GYON",
direction="on",
linebreak="op",
- mirror=0x0F3B,
- unicodeslot=0x0F3A,
+ mirror=0xF3B,
+ unicodeslot=0xF3A,
},
- [0x0F3B]={
+ [0xF3B]={
category="pe",
description="TIBETAN MARK GUG RTAGS GYAS",
direction="on",
linebreak="cl",
- mirror=0x0F3A,
- unicodeslot=0x0F3B,
+ mirror=0xF3A,
+ unicodeslot=0xF3B,
},
- [0x0F3C]={
+ [0xF3C]={
category="ps",
description="TIBETAN MARK ANG KHANG GYON",
direction="on",
linebreak="op",
- mirror=0x0F3D,
- unicodeslot=0x0F3C,
+ mirror=0xF3D,
+ unicodeslot=0xF3C,
},
- [0x0F3D]={
+ [0xF3D]={
category="pe",
description="TIBETAN MARK ANG KHANG GYAS",
direction="on",
linebreak="cl",
- mirror=0x0F3C,
- unicodeslot=0x0F3D,
+ mirror=0xF3C,
+ unicodeslot=0xF3D,
},
- [0x0F3E]={
+ [0xF3E]={
category="mc",
description="TIBETAN SIGN YAR TSHES",
direction="l",
linebreak="cm",
- unicodeslot=0x0F3E,
+ unicodeslot=0xF3E,
},
- [0x0F3F]={
+ [0xF3F]={
category="mc",
description="TIBETAN SIGN MAR TSHES",
direction="l",
linebreak="cm",
- unicodeslot=0x0F3F,
+ unicodeslot=0xF3F,
},
- [0x0F40]={
+ [0xF40]={
category="lo",
description="TIBETAN LETTER KA",
direction="l",
linebreak="al",
- unicodeslot=0x0F40,
+ unicodeslot=0xF40,
},
- [0x0F41]={
+ [0xF41]={
category="lo",
description="TIBETAN LETTER KHA",
direction="l",
linebreak="al",
- unicodeslot=0x0F41,
+ unicodeslot=0xF41,
},
- [0x0F42]={
+ [0xF42]={
category="lo",
description="TIBETAN LETTER GA",
direction="l",
linebreak="al",
- unicodeslot=0x0F42,
+ unicodeslot=0xF42,
},
- [0x0F43]={
+ [0xF43]={
category="lo",
description="TIBETAN LETTER GHA",
direction="l",
linebreak="al",
- specials={ "char", 0x0F42, 0x0FB7 },
- unicodeslot=0x0F43,
+ specials={ "char", 0xF42, 0xFB7 },
+ unicodeslot=0xF43,
},
- [0x0F44]={
+ [0xF44]={
category="lo",
description="TIBETAN LETTER NGA",
direction="l",
linebreak="al",
- unicodeslot=0x0F44,
+ unicodeslot=0xF44,
},
- [0x0F45]={
+ [0xF45]={
category="lo",
description="TIBETAN LETTER CA",
direction="l",
linebreak="al",
- unicodeslot=0x0F45,
+ unicodeslot=0xF45,
},
- [0x0F46]={
+ [0xF46]={
category="lo",
description="TIBETAN LETTER CHA",
direction="l",
linebreak="al",
- unicodeslot=0x0F46,
+ unicodeslot=0xF46,
},
- [0x0F47]={
+ [0xF47]={
category="lo",
description="TIBETAN LETTER JA",
direction="l",
linebreak="al",
- unicodeslot=0x0F47,
+ unicodeslot=0xF47,
},
- [0x0F49]={
+ [0xF49]={
category="lo",
description="TIBETAN LETTER NYA",
direction="l",
linebreak="al",
- unicodeslot=0x0F49,
+ unicodeslot=0xF49,
},
- [0x0F4A]={
+ [0xF4A]={
category="lo",
description="TIBETAN LETTER TTA",
direction="l",
linebreak="al",
- unicodeslot=0x0F4A,
+ unicodeslot=0xF4A,
},
- [0x0F4B]={
+ [0xF4B]={
category="lo",
description="TIBETAN LETTER TTHA",
direction="l",
linebreak="al",
- unicodeslot=0x0F4B,
+ unicodeslot=0xF4B,
},
- [0x0F4C]={
+ [0xF4C]={
category="lo",
description="TIBETAN LETTER DDA",
direction="l",
linebreak="al",
- unicodeslot=0x0F4C,
+ unicodeslot=0xF4C,
},
- [0x0F4D]={
+ [0xF4D]={
category="lo",
description="TIBETAN LETTER DDHA",
direction="l",
linebreak="al",
- specials={ "char", 0x0F4C, 0x0FB7 },
- unicodeslot=0x0F4D,
+ specials={ "char", 0xF4C, 0xFB7 },
+ unicodeslot=0xF4D,
},
- [0x0F4E]={
+ [0xF4E]={
category="lo",
description="TIBETAN LETTER NNA",
direction="l",
linebreak="al",
- unicodeslot=0x0F4E,
+ unicodeslot=0xF4E,
},
- [0x0F4F]={
+ [0xF4F]={
category="lo",
description="TIBETAN LETTER TA",
direction="l",
linebreak="al",
- unicodeslot=0x0F4F,
+ unicodeslot=0xF4F,
},
- [0x0F50]={
+ [0xF50]={
category="lo",
description="TIBETAN LETTER THA",
direction="l",
linebreak="al",
- unicodeslot=0x0F50,
+ unicodeslot=0xF50,
},
- [0x0F51]={
+ [0xF51]={
category="lo",
description="TIBETAN LETTER DA",
direction="l",
linebreak="al",
- unicodeslot=0x0F51,
+ unicodeslot=0xF51,
},
- [0x0F52]={
+ [0xF52]={
category="lo",
description="TIBETAN LETTER DHA",
direction="l",
linebreak="al",
- specials={ "char", 0x0F51, 0x0FB7 },
- unicodeslot=0x0F52,
+ specials={ "char", 0xF51, 0xFB7 },
+ unicodeslot=0xF52,
},
- [0x0F53]={
+ [0xF53]={
category="lo",
description="TIBETAN LETTER NA",
direction="l",
linebreak="al",
- unicodeslot=0x0F53,
+ unicodeslot=0xF53,
},
- [0x0F54]={
+ [0xF54]={
category="lo",
description="TIBETAN LETTER PA",
direction="l",
linebreak="al",
- unicodeslot=0x0F54,
+ unicodeslot=0xF54,
},
- [0x0F55]={
+ [0xF55]={
category="lo",
description="TIBETAN LETTER PHA",
direction="l",
linebreak="al",
- unicodeslot=0x0F55,
+ unicodeslot=0xF55,
},
- [0x0F56]={
+ [0xF56]={
category="lo",
description="TIBETAN LETTER BA",
direction="l",
linebreak="al",
- unicodeslot=0x0F56,
+ unicodeslot=0xF56,
},
- [0x0F57]={
+ [0xF57]={
category="lo",
description="TIBETAN LETTER BHA",
direction="l",
linebreak="al",
- specials={ "char", 0x0F56, 0x0FB7 },
- unicodeslot=0x0F57,
+ specials={ "char", 0xF56, 0xFB7 },
+ unicodeslot=0xF57,
},
- [0x0F58]={
+ [0xF58]={
category="lo",
description="TIBETAN LETTER MA",
direction="l",
linebreak="al",
- unicodeslot=0x0F58,
+ unicodeslot=0xF58,
},
- [0x0F59]={
+ [0xF59]={
category="lo",
description="TIBETAN LETTER TSA",
direction="l",
linebreak="al",
- unicodeslot=0x0F59,
+ unicodeslot=0xF59,
},
- [0x0F5A]={
+ [0xF5A]={
category="lo",
description="TIBETAN LETTER TSHA",
direction="l",
linebreak="al",
- unicodeslot=0x0F5A,
+ unicodeslot=0xF5A,
},
- [0x0F5B]={
+ [0xF5B]={
category="lo",
description="TIBETAN LETTER DZA",
direction="l",
linebreak="al",
- unicodeslot=0x0F5B,
+ unicodeslot=0xF5B,
},
- [0x0F5C]={
+ [0xF5C]={
category="lo",
description="TIBETAN LETTER DZHA",
direction="l",
linebreak="al",
- specials={ "char", 0x0F5B, 0x0FB7 },
- unicodeslot=0x0F5C,
+ specials={ "char", 0xF5B, 0xFB7 },
+ unicodeslot=0xF5C,
},
- [0x0F5D]={
+ [0xF5D]={
category="lo",
description="TIBETAN LETTER WA",
direction="l",
linebreak="al",
- unicodeslot=0x0F5D,
+ unicodeslot=0xF5D,
},
- [0x0F5E]={
+ [0xF5E]={
category="lo",
description="TIBETAN LETTER ZHA",
direction="l",
linebreak="al",
- unicodeslot=0x0F5E,
+ unicodeslot=0xF5E,
},
- [0x0F5F]={
+ [0xF5F]={
category="lo",
description="TIBETAN LETTER ZA",
direction="l",
linebreak="al",
- unicodeslot=0x0F5F,
+ unicodeslot=0xF5F,
},
- [0x0F60]={
+ [0xF60]={
category="lo",
description="TIBETAN LETTER -A",
direction="l",
linebreak="al",
- unicodeslot=0x0F60,
+ unicodeslot=0xF60,
},
- [0x0F61]={
+ [0xF61]={
category="lo",
description="TIBETAN LETTER YA",
direction="l",
linebreak="al",
- unicodeslot=0x0F61,
+ unicodeslot=0xF61,
},
- [0x0F62]={
+ [0xF62]={
category="lo",
description="TIBETAN LETTER RA",
direction="l",
linebreak="al",
- unicodeslot=0x0F62,
+ unicodeslot=0xF62,
},
- [0x0F63]={
+ [0xF63]={
category="lo",
description="TIBETAN LETTER LA",
direction="l",
linebreak="al",
- unicodeslot=0x0F63,
+ unicodeslot=0xF63,
},
- [0x0F64]={
+ [0xF64]={
category="lo",
description="TIBETAN LETTER SHA",
direction="l",
linebreak="al",
- unicodeslot=0x0F64,
+ unicodeslot=0xF64,
},
- [0x0F65]={
+ [0xF65]={
category="lo",
description="TIBETAN LETTER SSA",
direction="l",
linebreak="al",
- unicodeslot=0x0F65,
+ unicodeslot=0xF65,
},
- [0x0F66]={
+ [0xF66]={
category="lo",
description="TIBETAN LETTER SA",
direction="l",
linebreak="al",
- unicodeslot=0x0F66,
+ unicodeslot=0xF66,
},
- [0x0F67]={
+ [0xF67]={
category="lo",
description="TIBETAN LETTER HA",
direction="l",
linebreak="al",
- unicodeslot=0x0F67,
+ unicodeslot=0xF67,
},
- [0x0F68]={
+ [0xF68]={
category="lo",
description="TIBETAN LETTER A",
direction="l",
linebreak="al",
- unicodeslot=0x0F68,
+ unicodeslot=0xF68,
},
- [0x0F69]={
+ [0xF69]={
category="lo",
description="TIBETAN LETTER KSSA",
direction="l",
linebreak="al",
- specials={ "char", 0x0F40, 0x0FB5 },
- unicodeslot=0x0F69,
+ specials={ "char", 0xF40, 0xFB5 },
+ unicodeslot=0xF69,
},
- [0x0F6A]={
+ [0xF6A]={
category="lo",
description="TIBETAN LETTER FIXED-FORM RA",
direction="l",
linebreak="al",
- unicodeslot=0x0F6A,
+ unicodeslot=0xF6A,
},
- [0x0F6B]={
+ [0xF6B]={
category="lo",
description="TIBETAN LETTER KKA",
direction="l",
linebreak="al",
- unicodeslot=0x0F6B,
+ unicodeslot=0xF6B,
},
- [0x0F6C]={
+ [0xF6C]={
category="lo",
description="TIBETAN LETTER RRA",
direction="l",
linebreak="al",
- unicodeslot=0x0F6C,
+ unicodeslot=0xF6C,
},
- [0x0F71]={
+ [0xF71]={
category="mn",
+ combining=0x81,
description="TIBETAN VOWEL SIGN AA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F71,
+ unicodeslot=0xF71,
},
- [0x0F72]={
+ [0xF72]={
category="mn",
+ combining=0x82,
description="TIBETAN VOWEL SIGN I",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F72,
+ unicodeslot=0xF72,
},
- [0x0F73]={
+ [0xF73]={
category="mn",
description="TIBETAN VOWEL SIGN II",
direction="nsm",
linebreak="cm",
- specials={ "char", 0x0F71, 0x0F72 },
- unicodeslot=0x0F73,
+ specials={ "char", 0xF71, 0xF72 },
+ unicodeslot=0xF73,
},
- [0x0F74]={
+ [0xF74]={
category="mn",
+ combining=0x84,
description="TIBETAN VOWEL SIGN U",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F74,
+ unicodeslot=0xF74,
},
- [0x0F75]={
+ [0xF75]={
category="mn",
description="TIBETAN VOWEL SIGN UU",
direction="nsm",
linebreak="cm",
- specials={ "char", 0x0F71, 0x0F74 },
- unicodeslot=0x0F75,
+ specials={ "char", 0xF71, 0xF74 },
+ unicodeslot=0xF75,
},
- [0x0F76]={
+ [0xF76]={
category="mn",
description="TIBETAN VOWEL SIGN VOCALIC R",
direction="nsm",
linebreak="cm",
- specials={ "char", 0x0FB2, 0x0F80 },
- unicodeslot=0x0F76,
+ specials={ "char", 0xFB2, 0xF80 },
+ unicodeslot=0xF76,
},
- [0x0F77]={
+ [0xF77]={
category="mn",
description="TIBETAN VOWEL SIGN VOCALIC RR",
direction="nsm",
linebreak="cm",
- specials={ "compat", 0x0FB2, 0x0F81 },
- unicodeslot=0x0F77,
+ specials={ "compat", 0xFB2, 0xF81 },
+ unicodeslot=0xF77,
},
- [0x0F78]={
+ [0xF78]={
category="mn",
description="TIBETAN VOWEL SIGN VOCALIC L",
direction="nsm",
linebreak="cm",
- specials={ "char", 0x0FB3, 0x0F80 },
- unicodeslot=0x0F78,
+ specials={ "char", 0xFB3, 0xF80 },
+ unicodeslot=0xF78,
},
- [0x0F79]={
+ [0xF79]={
category="mn",
description="TIBETAN VOWEL SIGN VOCALIC LL",
direction="nsm",
linebreak="cm",
- specials={ "compat", 0x0FB3, 0x0F81 },
- unicodeslot=0x0F79,
+ specials={ "compat", 0xFB3, 0xF81 },
+ unicodeslot=0xF79,
},
- [0x0F7A]={
+ [0xF7A]={
category="mn",
+ combining=0x82,
description="TIBETAN VOWEL SIGN E",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F7A,
+ unicodeslot=0xF7A,
},
- [0x0F7B]={
+ [0xF7B]={
category="mn",
+ combining=0x82,
description="TIBETAN VOWEL SIGN EE",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F7B,
+ unicodeslot=0xF7B,
},
- [0x0F7C]={
+ [0xF7C]={
category="mn",
+ combining=0x82,
description="TIBETAN VOWEL SIGN O",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F7C,
+ unicodeslot=0xF7C,
},
- [0x0F7D]={
+ [0xF7D]={
category="mn",
+ combining=0x82,
description="TIBETAN VOWEL SIGN OO",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F7D,
+ unicodeslot=0xF7D,
},
- [0x0F7E]={
+ [0xF7E]={
category="mn",
description="TIBETAN SIGN RJES SU NGA RO",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F7E,
+ unicodeslot=0xF7E,
},
- [0x0F7F]={
+ [0xF7F]={
category="mc",
description="TIBETAN SIGN RNAM BCAD",
direction="l",
linebreak="ba",
- unicodeslot=0x0F7F,
+ unicodeslot=0xF7F,
},
- [0x0F80]={
+ [0xF80]={
category="mn",
+ combining=0x82,
description="TIBETAN VOWEL SIGN REVERSED I",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F80,
+ unicodeslot=0xF80,
},
- [0x0F81]={
+ [0xF81]={
category="mn",
description="TIBETAN VOWEL SIGN REVERSED II",
direction="nsm",
linebreak="cm",
- specials={ "char", 0x0F71, 0x0F80 },
- unicodeslot=0x0F81,
+ specials={ "char", 0xF71, 0xF80 },
+ unicodeslot=0xF81,
},
- [0x0F82]={
+ [0xF82]={
category="mn",
+ combining=0xE6,
description="TIBETAN SIGN NYI ZLA NAA DA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F82,
+ unicodeslot=0xF82,
},
- [0x0F83]={
+ [0xF83]={
category="mn",
+ combining=0xE6,
description="TIBETAN SIGN SNA LDAN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F83,
+ unicodeslot=0xF83,
},
- [0x0F84]={
+ [0xF84]={
category="mn",
+ combining=0x9,
description="TIBETAN MARK HALANTA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F84,
+ unicodeslot=0xF84,
},
- [0x0F85]={
+ [0xF85]={
category="po",
description="TIBETAN MARK PALUTA",
direction="l",
linebreak="ba",
- unicodeslot=0x0F85,
+ unicodeslot=0xF85,
},
- [0x0F86]={
+ [0xF86]={
category="mn",
+ combining=0xE6,
description="TIBETAN SIGN LCI RTAGS",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F86,
+ unicodeslot=0xF86,
},
- [0x0F87]={
+ [0xF87]={
category="mn",
+ combining=0xE6,
description="TIBETAN SIGN YANG RTAGS",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F87,
+ unicodeslot=0xF87,
},
- [0x0F88]={
+ [0xF88]={
category="lo",
description="TIBETAN SIGN LCE TSA CAN",
direction="l",
linebreak="al",
- unicodeslot=0x0F88,
+ unicodeslot=0xF88,
},
- [0x0F89]={
+ [0xF89]={
category="lo",
description="TIBETAN SIGN MCHU CAN",
direction="l",
linebreak="al",
- unicodeslot=0x0F89,
+ unicodeslot=0xF89,
},
- [0x0F8A]={
+ [0xF8A]={
category="lo",
description="TIBETAN SIGN GRU CAN RGYINGS",
direction="l",
linebreak="al",
- unicodeslot=0x0F8A,
+ unicodeslot=0xF8A,
},
- [0x0F8B]={
+ [0xF8B]={
category="lo",
description="TIBETAN SIGN GRU MED RGYINGS",
direction="l",
linebreak="al",
- unicodeslot=0x0F8B,
+ unicodeslot=0xF8B,
},
- [0x0F8C]={
+ [0xF8C]={
category="lo",
description="TIBETAN SIGN INVERTED MCHU CAN",
direction="l",
linebreak="al",
- unicodeslot=0x0F8C,
+ unicodeslot=0xF8C,
},
- [0x0F8D]={
+ [0xF8D]={
category="mn",
description="TIBETAN SUBJOINED SIGN LCE TSA CAN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F8D,
+ unicodeslot=0xF8D,
},
- [0x0F8E]={
+ [0xF8E]={
category="mn",
description="TIBETAN SUBJOINED SIGN MCHU CAN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F8E,
+ unicodeslot=0xF8E,
},
- [0x0F8F]={
+ [0xF8F]={
category="mn",
description="TIBETAN SUBJOINED SIGN INVERTED MCHU CAN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F8F,
+ unicodeslot=0xF8F,
},
- [0x0F90]={
+ [0xF90]={
category="mn",
description="TIBETAN SUBJOINED LETTER KA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F90,
+ unicodeslot=0xF90,
},
- [0x0F91]={
+ [0xF91]={
category="mn",
description="TIBETAN SUBJOINED LETTER KHA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F91,
+ unicodeslot=0xF91,
},
- [0x0F92]={
+ [0xF92]={
category="mn",
description="TIBETAN SUBJOINED LETTER GA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F92,
+ unicodeslot=0xF92,
},
- [0x0F93]={
+ [0xF93]={
category="mn",
description="TIBETAN SUBJOINED LETTER GHA",
direction="nsm",
linebreak="cm",
- specials={ "char", 0x0F92, 0x0FB7 },
- unicodeslot=0x0F93,
+ specials={ "char", 0xF92, 0xFB7 },
+ unicodeslot=0xF93,
},
- [0x0F94]={
+ [0xF94]={
category="mn",
description="TIBETAN SUBJOINED LETTER NGA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F94,
+ unicodeslot=0xF94,
},
- [0x0F95]={
+ [0xF95]={
category="mn",
description="TIBETAN SUBJOINED LETTER CA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F95,
+ unicodeslot=0xF95,
},
- [0x0F96]={
+ [0xF96]={
category="mn",
description="TIBETAN SUBJOINED LETTER CHA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F96,
+ unicodeslot=0xF96,
},
- [0x0F97]={
+ [0xF97]={
category="mn",
description="TIBETAN SUBJOINED LETTER JA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F97,
+ unicodeslot=0xF97,
},
- [0x0F99]={
+ [0xF99]={
category="mn",
description="TIBETAN SUBJOINED LETTER NYA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F99,
+ unicodeslot=0xF99,
},
- [0x0F9A]={
+ [0xF9A]={
category="mn",
description="TIBETAN SUBJOINED LETTER TTA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F9A,
+ unicodeslot=0xF9A,
},
- [0x0F9B]={
+ [0xF9B]={
category="mn",
description="TIBETAN SUBJOINED LETTER TTHA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F9B,
+ unicodeslot=0xF9B,
},
- [0x0F9C]={
+ [0xF9C]={
category="mn",
description="TIBETAN SUBJOINED LETTER DDA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F9C,
+ unicodeslot=0xF9C,
},
- [0x0F9D]={
+ [0xF9D]={
category="mn",
description="TIBETAN SUBJOINED LETTER DDHA",
direction="nsm",
linebreak="cm",
- specials={ "char", 0x0F9C, 0x0FB7 },
- unicodeslot=0x0F9D,
+ specials={ "char", 0xF9C, 0xFB7 },
+ unicodeslot=0xF9D,
},
- [0x0F9E]={
+ [0xF9E]={
category="mn",
description="TIBETAN SUBJOINED LETTER NNA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F9E,
+ unicodeslot=0xF9E,
},
- [0x0F9F]={
+ [0xF9F]={
category="mn",
description="TIBETAN SUBJOINED LETTER TA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0F9F,
+ unicodeslot=0xF9F,
},
- [0x0FA0]={
+ [0xFA0]={
category="mn",
description="TIBETAN SUBJOINED LETTER THA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FA0,
+ unicodeslot=0xFA0,
},
- [0x0FA1]={
+ [0xFA1]={
category="mn",
description="TIBETAN SUBJOINED LETTER DA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FA1,
+ unicodeslot=0xFA1,
},
- [0x0FA2]={
+ [0xFA2]={
category="mn",
description="TIBETAN SUBJOINED LETTER DHA",
direction="nsm",
linebreak="cm",
- specials={ "char", 0x0FA1, 0x0FB7 },
- unicodeslot=0x0FA2,
+ specials={ "char", 0xFA1, 0xFB7 },
+ unicodeslot=0xFA2,
},
- [0x0FA3]={
+ [0xFA3]={
category="mn",
description="TIBETAN SUBJOINED LETTER NA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FA3,
+ unicodeslot=0xFA3,
},
- [0x0FA4]={
+ [0xFA4]={
category="mn",
description="TIBETAN SUBJOINED LETTER PA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FA4,
+ unicodeslot=0xFA4,
},
- [0x0FA5]={
+ [0xFA5]={
category="mn",
description="TIBETAN SUBJOINED LETTER PHA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FA5,
+ unicodeslot=0xFA5,
},
- [0x0FA6]={
+ [0xFA6]={
category="mn",
description="TIBETAN SUBJOINED LETTER BA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FA6,
+ unicodeslot=0xFA6,
},
- [0x0FA7]={
+ [0xFA7]={
category="mn",
description="TIBETAN SUBJOINED LETTER BHA",
direction="nsm",
linebreak="cm",
- specials={ "char", 0x0FA6, 0x0FB7 },
- unicodeslot=0x0FA7,
+ specials={ "char", 0xFA6, 0xFB7 },
+ unicodeslot=0xFA7,
},
- [0x0FA8]={
+ [0xFA8]={
category="mn",
description="TIBETAN SUBJOINED LETTER MA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FA8,
+ unicodeslot=0xFA8,
},
- [0x0FA9]={
+ [0xFA9]={
category="mn",
description="TIBETAN SUBJOINED LETTER TSA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FA9,
+ unicodeslot=0xFA9,
},
- [0x0FAA]={
+ [0xFAA]={
category="mn",
description="TIBETAN SUBJOINED LETTER TSHA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FAA,
+ unicodeslot=0xFAA,
},
- [0x0FAB]={
+ [0xFAB]={
category="mn",
description="TIBETAN SUBJOINED LETTER DZA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FAB,
+ unicodeslot=0xFAB,
},
- [0x0FAC]={
+ [0xFAC]={
category="mn",
description="TIBETAN SUBJOINED LETTER DZHA",
direction="nsm",
linebreak="cm",
- specials={ "char", 0x0FAB, 0x0FB7 },
- unicodeslot=0x0FAC,
+ specials={ "char", 0xFAB, 0xFB7 },
+ unicodeslot=0xFAC,
},
- [0x0FAD]={
+ [0xFAD]={
category="mn",
description="TIBETAN SUBJOINED LETTER WA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FAD,
+ unicodeslot=0xFAD,
},
- [0x0FAE]={
+ [0xFAE]={
category="mn",
description="TIBETAN SUBJOINED LETTER ZHA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FAE,
+ unicodeslot=0xFAE,
},
- [0x0FAF]={
+ [0xFAF]={
category="mn",
description="TIBETAN SUBJOINED LETTER ZA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FAF,
+ unicodeslot=0xFAF,
},
- [0x0FB0]={
+ [0xFB0]={
category="mn",
description="TIBETAN SUBJOINED LETTER -A",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FB0,
+ unicodeslot=0xFB0,
},
- [0x0FB1]={
+ [0xFB1]={
category="mn",
description="TIBETAN SUBJOINED LETTER YA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FB1,
+ unicodeslot=0xFB1,
},
- [0x0FB2]={
+ [0xFB2]={
category="mn",
description="TIBETAN SUBJOINED LETTER RA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FB2,
+ unicodeslot=0xFB2,
},
- [0x0FB3]={
+ [0xFB3]={
category="mn",
description="TIBETAN SUBJOINED LETTER LA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FB3,
+ unicodeslot=0xFB3,
},
- [0x0FB4]={
+ [0xFB4]={
category="mn",
description="TIBETAN SUBJOINED LETTER SHA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FB4,
+ unicodeslot=0xFB4,
},
- [0x0FB5]={
+ [0xFB5]={
category="mn",
description="TIBETAN SUBJOINED LETTER SSA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FB5,
+ unicodeslot=0xFB5,
},
- [0x0FB6]={
+ [0xFB6]={
category="mn",
description="TIBETAN SUBJOINED LETTER SA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FB6,
+ unicodeslot=0xFB6,
},
- [0x0FB7]={
+ [0xFB7]={
category="mn",
description="TIBETAN SUBJOINED LETTER HA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FB7,
+ unicodeslot=0xFB7,
},
- [0x0FB8]={
+ [0xFB8]={
category="mn",
description="TIBETAN SUBJOINED LETTER A",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FB8,
+ unicodeslot=0xFB8,
},
- [0x0FB9]={
+ [0xFB9]={
category="mn",
description="TIBETAN SUBJOINED LETTER KSSA",
direction="nsm",
linebreak="cm",
- specials={ "char", 0x0F90, 0x0FB5 },
- unicodeslot=0x0FB9,
+ specials={ "char", 0xF90, 0xFB5 },
+ unicodeslot=0xFB9,
},
- [0x0FBA]={
+ [0xFBA]={
category="mn",
description="TIBETAN SUBJOINED LETTER FIXED-FORM WA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FBA,
+ unicodeslot=0xFBA,
},
- [0x0FBB]={
+ [0xFBB]={
category="mn",
description="TIBETAN SUBJOINED LETTER FIXED-FORM YA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FBB,
+ unicodeslot=0xFBB,
},
- [0x0FBC]={
+ [0xFBC]={
category="mn",
description="TIBETAN SUBJOINED LETTER FIXED-FORM RA",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FBC,
+ unicodeslot=0xFBC,
},
- [0x0FBE]={
+ [0xFBE]={
category="so",
description="TIBETAN KU RU KHA",
direction="l",
linebreak="ba",
- unicodeslot=0x0FBE,
+ unicodeslot=0xFBE,
},
- [0x0FBF]={
+ [0xFBF]={
category="so",
description="TIBETAN KU RU KHA BZHI MIG CAN",
direction="l",
linebreak="ba",
- unicodeslot=0x0FBF,
+ unicodeslot=0xFBF,
},
- [0x0FC0]={
+ [0xFC0]={
category="so",
description="TIBETAN CANTILLATION SIGN HEAVY BEAT",
direction="l",
linebreak="al",
- unicodeslot=0x0FC0,
+ unicodeslot=0xFC0,
},
- [0x0FC1]={
+ [0xFC1]={
category="so",
description="TIBETAN CANTILLATION SIGN LIGHT BEAT",
direction="l",
linebreak="al",
- unicodeslot=0x0FC1,
+ unicodeslot=0xFC1,
},
- [0x0FC2]={
+ [0xFC2]={
category="so",
description="TIBETAN CANTILLATION SIGN CANG TE-U",
direction="l",
linebreak="al",
- unicodeslot=0x0FC2,
+ unicodeslot=0xFC2,
},
- [0x0FC3]={
+ [0xFC3]={
category="so",
description="TIBETAN CANTILLATION SIGN SBUB -CHAL",
direction="l",
linebreak="al",
- unicodeslot=0x0FC3,
+ unicodeslot=0xFC3,
},
- [0x0FC4]={
+ [0xFC4]={
category="so",
description="TIBETAN SYMBOL DRIL BU",
direction="l",
linebreak="al",
- unicodeslot=0x0FC4,
+ unicodeslot=0xFC4,
},
- [0x0FC5]={
+ [0xFC5]={
category="so",
description="TIBETAN SYMBOL RDO RJE",
direction="l",
linebreak="al",
- unicodeslot=0x0FC5,
+ unicodeslot=0xFC5,
},
- [0x0FC6]={
+ [0xFC6]={
category="mn",
+ combining=0xDC,
description="TIBETAN SYMBOL PADMA GDAN",
direction="nsm",
linebreak="cm",
- unicodeslot=0x0FC6,
+ unicodeslot=0xFC6,
},
- [0x0FC7]={
+ [0xFC7]={
category="so",
description="TIBETAN SYMBOL RDO RJE RGYA GRAM",
direction="l",
linebreak="al",
- unicodeslot=0x0FC7,
+ unicodeslot=0xFC7,
},
- [0x0FC8]={
+ [0xFC8]={
category="so",
description="TIBETAN SYMBOL PHUR PA",
direction="l",
linebreak="al",
- unicodeslot=0x0FC8,
+ unicodeslot=0xFC8,
},
- [0x0FC9]={
+ [0xFC9]={
category="so",
description="TIBETAN SYMBOL NOR BU",
direction="l",
linebreak="al",
- unicodeslot=0x0FC9,
+ unicodeslot=0xFC9,
},
- [0x0FCA]={
+ [0xFCA]={
category="so",
description="TIBETAN SYMBOL NOR BU NYIS -KHYIL",
direction="l",
linebreak="al",
- unicodeslot=0x0FCA,
+ unicodeslot=0xFCA,
},
- [0x0FCB]={
+ [0xFCB]={
category="so",
description="TIBETAN SYMBOL NOR BU GSUM -KHYIL",
direction="l",
linebreak="al",
- unicodeslot=0x0FCB,
+ unicodeslot=0xFCB,
},
- [0x0FCC]={
+ [0xFCC]={
category="so",
description="TIBETAN SYMBOL NOR BU BZHI -KHYIL",
direction="l",
linebreak="al",
- unicodeslot=0x0FCC,
+ unicodeslot=0xFCC,
},
- [0x0FCE]={
+ [0xFCE]={
category="so",
description="TIBETAN SIGN RDEL NAG RDEL DKAR",
direction="l",
linebreak="al",
- unicodeslot=0x0FCE,
+ unicodeslot=0xFCE,
},
- [0x0FCF]={
+ [0xFCF]={
category="so",
description="TIBETAN SIGN RDEL NAG GSUM",
direction="l",
linebreak="al",
- unicodeslot=0x0FCF,
+ unicodeslot=0xFCF,
},
- [0x0FD0]={
+ [0xFD0]={
category="po",
description="TIBETAN MARK BSKA- SHOG GI MGO RGYAN",
direction="l",
linebreak="bb",
- unicodeslot=0x0FD0,
+ unicodeslot=0xFD0,
},
- [0x0FD1]={
+ [0xFD1]={
category="po",
description="TIBETAN MARK MNYAM YIG GI MGO RGYAN",
direction="l",
linebreak="bb",
- unicodeslot=0x0FD1,
+ unicodeslot=0xFD1,
},
- [0x0FD2]={
+ [0xFD2]={
category="po",
description="TIBETAN MARK NYIS TSHEG",
direction="l",
linebreak="ba",
- unicodeslot=0x0FD2,
+ unicodeslot=0xFD2,
},
- [0x0FD3]={
+ [0xFD3]={
category="po",
description="TIBETAN MARK INITIAL BRDA RNYING YIG MGO MDUN MA",
direction="l",
linebreak="bb",
- unicodeslot=0x0FD3,
+ unicodeslot=0xFD3,
},
- [0x0FD4]={
+ [0xFD4]={
category="po",
description="TIBETAN MARK CLOSING BRDA RNYING YIG MGO SGAB MA",
direction="l",
linebreak="al",
- unicodeslot=0x0FD4,
+ unicodeslot=0xFD4,
},
- [0x0FD5]={
+ [0xFD5]={
category="so",
description="RIGHT-FACING SVASTI SIGN",
direction="l",
linebreak="al",
- unicodeslot=0x0FD5,
+ unicodeslot=0xFD5,
},
- [0x0FD6]={
+ [0xFD6]={
category="so",
description="LEFT-FACING SVASTI SIGN",
direction="l",
linebreak="al",
- unicodeslot=0x0FD6,
+ unicodeslot=0xFD6,
},
- [0x0FD7]={
+ [0xFD7]={
category="so",
description="RIGHT-FACING SVASTI SIGN WITH DOTS",
direction="l",
linebreak="al",
- unicodeslot=0x0FD7,
+ unicodeslot=0xFD7,
},
- [0x0FD8]={
+ [0xFD8]={
category="so",
description="LEFT-FACING SVASTI SIGN WITH DOTS",
direction="l",
linebreak="al",
- unicodeslot=0x0FD8,
+ unicodeslot=0xFD8,
},
- [0x0FD9]={
+ [0xFD9]={
category="po",
description="TIBETAN MARK LEADING MCHAN RTAGS",
direction="l",
linebreak="gl",
- unicodeslot=0x0FD9,
+ unicodeslot=0xFD9,
},
- [0x0FDA]={
+ [0xFDA]={
category="po",
description="TIBETAN MARK TRAILING MCHAN RTAGS",
direction="l",
linebreak="gl",
- unicodeslot=0x0FDA,
+ unicodeslot=0xFDA,
},
[0x1000]={
category="lo",
@@ -29539,6 +30180,7 @@ characters.data={
},
[0x1037]={
category="mn",
+ combining=0x7,
description="MYANMAR SIGN DOT BELOW",
direction="nsm",
linebreak="sa",
@@ -29553,6 +30195,7 @@ characters.data={
},
[0x1039]={
category="mn",
+ combining=0x9,
description="MYANMAR SIGN VIRAMA",
direction="nsm",
linebreak="sa",
@@ -29560,6 +30203,7 @@ characters.data={
},
[0x103A]={
category="mn",
+ combining=0x9,
description="MYANMAR SIGN ASAT",
direction="nsm",
linebreak="sa",
@@ -30141,6 +30785,7 @@ characters.data={
},
[0x108D]={
category="mn",
+ combining=0xDC,
description="MYANMAR SIGN SHAN COUNCIL EMPHATIC TONE",
direction="nsm",
linebreak="sa",
@@ -35099,6 +35744,7 @@ characters.data={
},
[0x135D]={
category="mn",
+ combining=0xE6,
description="ETHIOPIC COMBINING GEMINATION AND VOWEL LENGTH MARK",
direction="nsm",
linebreak="cm",
@@ -35106,6 +35752,7 @@ characters.data={
},
[0x135E]={
category="mn",
+ combining=0xE6,
description="ETHIOPIC COMBINING VOWEL LENGTH MARK",
direction="nsm",
linebreak="cm",
@@ -35113,6 +35760,7 @@ characters.data={
},
[0x135F]={
category="mn",
+ combining=0xE6,
description="ETHIOPIC COMBINING GEMINATION MARK",
direction="nsm",
linebreak="cm",
@@ -41350,6 +41998,62 @@ characters.data={
linebreak="al",
unicodeslot=0x16F0,
},
+ [0x16F1]={
+ category="lo",
+ description="RUNIC LETTER K",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16F1,
+ },
+ [0x16F2]={
+ category="lo",
+ description="RUNIC LETTER SH",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16F2,
+ },
+ [0x16F3]={
+ category="lo",
+ description="RUNIC LETTER OO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16F3,
+ },
+ [0x16F4]={
+ category="lo",
+ description="RUNIC LETTER FRANKS CASKET OS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16F4,
+ },
+ [0x16F5]={
+ category="lo",
+ description="RUNIC LETTER FRANKS CASKET IS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16F5,
+ },
+ [0x16F6]={
+ category="lo",
+ description="RUNIC LETTER FRANKS CASKET EH",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16F6,
+ },
+ [0x16F7]={
+ category="lo",
+ description="RUNIC LETTER FRANKS CASKET AC",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16F7,
+ },
+ [0x16F8]={
+ category="lo",
+ description="RUNIC LETTER FRANKS CASKET AESC",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16F8,
+ },
[0x1700]={
category="lo",
description="TAGALOG LETTER A",
@@ -41485,6 +42189,7 @@ characters.data={
},
[0x1714]={
category="mn",
+ combining=0x9,
description="TAGALOG SIGN VIRAMA",
direction="nsm",
linebreak="cm",
@@ -41632,6 +42337,7 @@ characters.data={
},
[0x1734]={
category="mn",
+ combining=0x9,
description="HANUNOO SIGN PAMUDPOD",
direction="nsm",
linebreak="cm",
@@ -42493,6 +43199,7 @@ characters.data={
},
[0x17D2]={
category="mn",
+ combining=0x9,
description="KHMER SIGN COENG",
direction="nsm",
linebreak="sa",
@@ -42570,6 +43277,7 @@ characters.data={
},
[0x17DD]={
category="mn",
+ combining=0xE6,
description="KHMER SIGN ATTHACAN",
direction="nsm",
linebreak="sa",
@@ -42758,6 +43466,7 @@ characters.data={
unicodeslot=0x1805,
},
[0x1806]={
+ arabic="u",
category="pd",
description="MONGOLIAN TODO SOFT HYPHEN",
direction="on",
@@ -42765,6 +43474,7 @@ characters.data={
unicodeslot=0x1806,
},
[0x1807]={
+ arabic="d",
category="po",
description="MONGOLIAN SIBE SYLLABLE BOUNDARY MARKER",
direction="on",
@@ -42786,6 +43496,7 @@ characters.data={
unicodeslot=0x1809,
},
[0x180A]={
+ arabic="c",
category="po",
description="MONGOLIAN NIRUGU",
direction="on",
@@ -42814,9 +43525,10 @@ characters.data={
unicodeslot=0x180D,
},
[0x180E]={
+ arabic="u",
category="zs",
description="MONGOLIAN VOWEL SEPARATOR",
- direction="ws",
+ direction="bn",
linebreak="gl",
unicodeslot=0x180E,
},
@@ -42891,6 +43603,7 @@ characters.data={
unicodeslot=0x1819,
},
[0x1820]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER A",
direction="l",
@@ -42902,6 +43615,7 @@ characters.data={
},
},
[0x1821]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER E",
direction="l",
@@ -42912,6 +43626,7 @@ characters.data={
},
},
[0x1822]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER I",
direction="l",
@@ -42922,6 +43637,7 @@ characters.data={
},
},
[0x1823]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER O",
direction="l",
@@ -42932,6 +43648,7 @@ characters.data={
},
},
[0x1824]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER U",
direction="l",
@@ -42942,6 +43659,7 @@ characters.data={
},
},
[0x1825]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER OE",
direction="l",
@@ -42953,6 +43671,7 @@ characters.data={
},
},
[0x1826]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER UE",
direction="l",
@@ -42964,6 +43683,7 @@ characters.data={
},
},
[0x1827]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER EE",
direction="l",
@@ -42971,6 +43691,7 @@ characters.data={
unicodeslot=0x1827,
},
[0x1828]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER NA",
direction="l",
@@ -42983,6 +43704,7 @@ characters.data={
},
},
[0x1829]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER ANG",
direction="l",
@@ -42990,6 +43712,7 @@ characters.data={
unicodeslot=0x1829,
},
[0x182A]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER BA",
direction="l",
@@ -43000,6 +43723,7 @@ characters.data={
},
},
[0x182B]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER PA",
direction="l",
@@ -43007,6 +43731,7 @@ characters.data={
unicodeslot=0x182B,
},
[0x182C]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER QA",
direction="l",
@@ -43019,6 +43744,7 @@ characters.data={
},
},
[0x182D]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER GA",
direction="l",
@@ -43031,6 +43757,7 @@ characters.data={
},
},
[0x182E]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER MA",
direction="l",
@@ -43038,6 +43765,7 @@ characters.data={
unicodeslot=0x182E,
},
[0x182F]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER LA",
direction="l",
@@ -43045,6 +43773,7 @@ characters.data={
unicodeslot=0x182F,
},
[0x1830]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER SA",
direction="l",
@@ -43056,6 +43785,7 @@ characters.data={
},
},
[0x1831]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER SHA",
direction="l",
@@ -43063,6 +43793,7 @@ characters.data={
unicodeslot=0x1831,
},
[0x1832]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TA",
direction="l",
@@ -43073,6 +43804,7 @@ characters.data={
},
},
[0x1833]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER DA",
direction="l",
@@ -43083,6 +43815,7 @@ characters.data={
},
},
[0x1834]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER CHA",
direction="l",
@@ -43090,6 +43823,7 @@ characters.data={
unicodeslot=0x1834,
},
[0x1835]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER JA",
direction="l",
@@ -43100,6 +43834,7 @@ characters.data={
},
},
[0x1836]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER YA",
direction="l",
@@ -43111,6 +43846,7 @@ characters.data={
},
},
[0x1837]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER RA",
direction="l",
@@ -43118,6 +43854,7 @@ characters.data={
unicodeslot=0x1837,
},
[0x1838]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER WA",
direction="l",
@@ -43128,6 +43865,7 @@ characters.data={
},
},
[0x1839]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER FA",
direction="l",
@@ -43135,6 +43873,7 @@ characters.data={
unicodeslot=0x1839,
},
[0x183A]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER KA",
direction="l",
@@ -43142,6 +43881,7 @@ characters.data={
unicodeslot=0x183A,
},
[0x183B]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER KHA",
direction="l",
@@ -43149,6 +43889,7 @@ characters.data={
unicodeslot=0x183B,
},
[0x183C]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TSA",
direction="l",
@@ -43156,6 +43897,7 @@ characters.data={
unicodeslot=0x183C,
},
[0x183D]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER ZA",
direction="l",
@@ -43163,6 +43905,7 @@ characters.data={
unicodeslot=0x183D,
},
[0x183E]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER HAA",
direction="l",
@@ -43170,6 +43913,7 @@ characters.data={
unicodeslot=0x183E,
},
[0x183F]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER ZRA",
direction="l",
@@ -43177,6 +43921,7 @@ characters.data={
unicodeslot=0x183F,
},
[0x1840]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER LHA",
direction="l",
@@ -43184,6 +43929,7 @@ characters.data={
unicodeslot=0x1840,
},
[0x1841]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER ZHI",
direction="l",
@@ -43191,6 +43937,7 @@ characters.data={
unicodeslot=0x1841,
},
[0x1842]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER CHI",
direction="l",
@@ -43198,6 +43945,7 @@ characters.data={
unicodeslot=0x1842,
},
[0x1843]={
+ arabic="d",
category="lm",
description="MONGOLIAN LETTER TODO LONG VOWEL SIGN",
direction="l",
@@ -43205,6 +43953,7 @@ characters.data={
unicodeslot=0x1843,
},
[0x1844]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO E",
direction="l",
@@ -43215,6 +43964,7 @@ characters.data={
},
},
[0x1845]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO I",
direction="l",
@@ -43225,6 +43975,7 @@ characters.data={
},
},
[0x1846]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO O",
direction="l",
@@ -43235,6 +43986,7 @@ characters.data={
},
},
[0x1847]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO U",
direction="l",
@@ -43246,6 +43998,7 @@ characters.data={
},
},
[0x1848]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO OE",
direction="l",
@@ -43256,6 +44009,7 @@ characters.data={
},
},
[0x1849]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO UE",
direction="l",
@@ -43266,6 +44020,7 @@ characters.data={
},
},
[0x184A]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO ANG",
direction="l",
@@ -43273,6 +44028,7 @@ characters.data={
unicodeslot=0x184A,
},
[0x184B]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO BA",
direction="l",
@@ -43280,6 +44036,7 @@ characters.data={
unicodeslot=0x184B,
},
[0x184C]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO PA",
direction="l",
@@ -43287,6 +44044,7 @@ characters.data={
unicodeslot=0x184C,
},
[0x184D]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO QA",
direction="l",
@@ -43297,6 +44055,7 @@ characters.data={
},
},
[0x184E]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO GA",
direction="l",
@@ -43307,6 +44066,7 @@ characters.data={
},
},
[0x184F]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO MA",
direction="l",
@@ -43314,6 +44074,7 @@ characters.data={
unicodeslot=0x184F,
},
[0x1850]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO TA",
direction="l",
@@ -43321,6 +44082,7 @@ characters.data={
unicodeslot=0x1850,
},
[0x1851]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO DA",
direction="l",
@@ -43328,6 +44090,7 @@ characters.data={
unicodeslot=0x1851,
},
[0x1852]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO CHA",
direction="l",
@@ -43335,6 +44098,7 @@ characters.data={
unicodeslot=0x1852,
},
[0x1853]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO JA",
direction="l",
@@ -43342,6 +44106,7 @@ characters.data={
unicodeslot=0x1853,
},
[0x1854]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO TSA",
direction="l",
@@ -43349,6 +44114,7 @@ characters.data={
unicodeslot=0x1854,
},
[0x1855]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO YA",
direction="l",
@@ -43356,6 +44122,7 @@ characters.data={
unicodeslot=0x1855,
},
[0x1856]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO WA",
direction="l",
@@ -43363,6 +44130,7 @@ characters.data={
unicodeslot=0x1856,
},
[0x1857]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO KA",
direction="l",
@@ -43370,6 +44138,7 @@ characters.data={
unicodeslot=0x1857,
},
[0x1858]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO GAA",
direction="l",
@@ -43377,6 +44146,7 @@ characters.data={
unicodeslot=0x1858,
},
[0x1859]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO HAA",
direction="l",
@@ -43384,6 +44154,7 @@ characters.data={
unicodeslot=0x1859,
},
[0x185A]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO JIA",
direction="l",
@@ -43391,6 +44162,7 @@ characters.data={
unicodeslot=0x185A,
},
[0x185B]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO NIA",
direction="l",
@@ -43398,6 +44170,7 @@ characters.data={
unicodeslot=0x185B,
},
[0x185C]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO DZA",
direction="l",
@@ -43405,6 +44178,7 @@ characters.data={
unicodeslot=0x185C,
},
[0x185D]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER SIBE E",
direction="l",
@@ -43415,6 +44189,7 @@ characters.data={
},
},
[0x185E]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER SIBE I",
direction="l",
@@ -43426,6 +44201,7 @@ characters.data={
},
},
[0x185F]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER SIBE IY",
direction="l",
@@ -43433,6 +44209,7 @@ characters.data={
unicodeslot=0x185F,
},
[0x1860]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER SIBE UE",
direction="l",
@@ -43443,6 +44220,7 @@ characters.data={
},
},
[0x1861]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER SIBE U",
direction="l",
@@ -43450,6 +44228,7 @@ characters.data={
unicodeslot=0x1861,
},
[0x1862]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER SIBE ANG",
direction="l",
@@ -43457,6 +44236,7 @@ characters.data={
unicodeslot=0x1862,
},
[0x1863]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER SIBE KA",
direction="l",
@@ -43467,6 +44247,7 @@ characters.data={
},
},
[0x1864]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER SIBE GA",
direction="l",
@@ -43474,6 +44255,7 @@ characters.data={
unicodeslot=0x1864,
},
[0x1865]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER SIBE HA",
direction="l",
@@ -43481,6 +44263,7 @@ characters.data={
unicodeslot=0x1865,
},
[0x1866]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER SIBE PA",
direction="l",
@@ -43488,6 +44271,7 @@ characters.data={
unicodeslot=0x1866,
},
[0x1867]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER SIBE SHA",
direction="l",
@@ -43495,6 +44279,7 @@ characters.data={
unicodeslot=0x1867,
},
[0x1868]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER SIBE TA",
direction="l",
@@ -43506,6 +44291,7 @@ characters.data={
},
},
[0x1869]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER SIBE DA",
direction="l",
@@ -43516,6 +44302,7 @@ characters.data={
},
},
[0x186A]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER SIBE JA",
direction="l",
@@ -43523,6 +44310,7 @@ characters.data={
unicodeslot=0x186A,
},
[0x186B]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER SIBE FA",
direction="l",
@@ -43530,6 +44318,7 @@ characters.data={
unicodeslot=0x186B,
},
[0x186C]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER SIBE GAA",
direction="l",
@@ -43537,6 +44326,7 @@ characters.data={
unicodeslot=0x186C,
},
[0x186D]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER SIBE HAA",
direction="l",
@@ -43544,6 +44334,7 @@ characters.data={
unicodeslot=0x186D,
},
[0x186E]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER SIBE TSA",
direction="l",
@@ -43551,6 +44342,7 @@ characters.data={
unicodeslot=0x186E,
},
[0x186F]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER SIBE ZA",
direction="l",
@@ -43561,6 +44353,7 @@ characters.data={
},
},
[0x1870]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER SIBE RAA",
direction="l",
@@ -43568,6 +44361,7 @@ characters.data={
unicodeslot=0x1870,
},
[0x1871]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER SIBE CHA",
direction="l",
@@ -43575,6 +44369,7 @@ characters.data={
unicodeslot=0x1871,
},
[0x1872]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER SIBE ZHA",
direction="l",
@@ -43582,6 +44377,7 @@ characters.data={
unicodeslot=0x1872,
},
[0x1873]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER MANCHU I",
direction="l",
@@ -43594,6 +44390,7 @@ characters.data={
},
},
[0x1874]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER MANCHU KA",
direction="l",
@@ -43606,6 +44403,7 @@ characters.data={
},
},
[0x1875]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER MANCHU RA",
direction="l",
@@ -43613,6 +44411,7 @@ characters.data={
unicodeslot=0x1875,
},
[0x1876]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER MANCHU FA",
direction="l",
@@ -43623,6 +44422,7 @@ characters.data={
},
},
[0x1877]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER MANCHU ZHA",
direction="l",
@@ -43630,6 +44430,7 @@ characters.data={
unicodeslot=0x1877,
},
[0x1880]={
+ arabic="u",
category="lo",
description="MONGOLIAN LETTER ALI GALI ANUSVARA ONE",
direction="l",
@@ -43640,6 +44441,7 @@ characters.data={
},
},
[0x1881]={
+ arabic="u",
category="lo",
description="MONGOLIAN LETTER ALI GALI VISARGA ONE",
direction="l",
@@ -43650,6 +44452,7 @@ characters.data={
},
},
[0x1882]={
+ arabic="u",
category="lo",
description="MONGOLIAN LETTER ALI GALI DAMARU",
direction="l",
@@ -43657,6 +44460,7 @@ characters.data={
unicodeslot=0x1882,
},
[0x1883]={
+ arabic="u",
category="lo",
description="MONGOLIAN LETTER ALI GALI UBADAMA",
direction="l",
@@ -43664,6 +44468,7 @@ characters.data={
unicodeslot=0x1883,
},
[0x1884]={
+ arabic="u",
category="lo",
description="MONGOLIAN LETTER ALI GALI INVERTED UBADAMA",
direction="l",
@@ -43671,6 +44476,7 @@ characters.data={
unicodeslot=0x1884,
},
[0x1885]={
+ arabic="u",
category="lo",
description="MONGOLIAN LETTER ALI GALI BALUDA",
direction="l",
@@ -43678,6 +44484,7 @@ characters.data={
unicodeslot=0x1885,
},
[0x1886]={
+ arabic="u",
category="lo",
description="MONGOLIAN LETTER ALI GALI THREE BALUDA",
direction="l",
@@ -43685,6 +44492,7 @@ characters.data={
unicodeslot=0x1886,
},
[0x1887]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER ALI GALI A",
direction="l",
@@ -43697,6 +44505,7 @@ characters.data={
},
},
[0x1888]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER ALI GALI I",
direction="l",
@@ -43707,6 +44516,7 @@ characters.data={
},
},
[0x1889]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER ALI GALI KA",
direction="l",
@@ -43714,6 +44524,7 @@ characters.data={
unicodeslot=0x1889,
},
[0x188A]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER ALI GALI NGA",
direction="l",
@@ -43724,6 +44535,7 @@ characters.data={
},
},
[0x188B]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER ALI GALI CA",
direction="l",
@@ -43731,6 +44543,7 @@ characters.data={
unicodeslot=0x188B,
},
[0x188C]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER ALI GALI TTA",
direction="l",
@@ -43738,6 +44551,7 @@ characters.data={
unicodeslot=0x188C,
},
[0x188D]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER ALI GALI TTHA",
direction="l",
@@ -43745,6 +44559,7 @@ characters.data={
unicodeslot=0x188D,
},
[0x188E]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER ALI GALI DDA",
direction="l",
@@ -43752,6 +44567,7 @@ characters.data={
unicodeslot=0x188E,
},
[0x188F]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER ALI GALI NNA",
direction="l",
@@ -43759,6 +44575,7 @@ characters.data={
unicodeslot=0x188F,
},
[0x1890]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER ALI GALI TA",
direction="l",
@@ -43766,6 +44583,7 @@ characters.data={
unicodeslot=0x1890,
},
[0x1891]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER ALI GALI DA",
direction="l",
@@ -43773,6 +44591,7 @@ characters.data={
unicodeslot=0x1891,
},
[0x1892]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER ALI GALI PA",
direction="l",
@@ -43780,6 +44599,7 @@ characters.data={
unicodeslot=0x1892,
},
[0x1893]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER ALI GALI PHA",
direction="l",
@@ -43787,6 +44607,7 @@ characters.data={
unicodeslot=0x1893,
},
[0x1894]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER ALI GALI SSA",
direction="l",
@@ -43794,6 +44615,7 @@ characters.data={
unicodeslot=0x1894,
},
[0x1895]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER ALI GALI ZHA",
direction="l",
@@ -43801,6 +44623,7 @@ characters.data={
unicodeslot=0x1895,
},
[0x1896]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER ALI GALI ZA",
direction="l",
@@ -43808,6 +44631,7 @@ characters.data={
unicodeslot=0x1896,
},
[0x1897]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER ALI GALI AH",
direction="l",
@@ -43815,6 +44639,7 @@ characters.data={
unicodeslot=0x1897,
},
[0x1898]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO ALI GALI TA",
direction="l",
@@ -43822,6 +44647,7 @@ characters.data={
unicodeslot=0x1898,
},
[0x1899]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER TODO ALI GALI ZHA",
direction="l",
@@ -43829,6 +44655,7 @@ characters.data={
unicodeslot=0x1899,
},
[0x189A]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER MANCHU ALI GALI GHA",
direction="l",
@@ -43836,6 +44663,7 @@ characters.data={
unicodeslot=0x189A,
},
[0x189B]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER MANCHU ALI GALI NGA",
direction="l",
@@ -43843,6 +44671,7 @@ characters.data={
unicodeslot=0x189B,
},
[0x189C]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER MANCHU ALI GALI CA",
direction="l",
@@ -43850,6 +44679,7 @@ characters.data={
unicodeslot=0x189C,
},
[0x189D]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER MANCHU ALI GALI JHA",
direction="l",
@@ -43857,6 +44687,7 @@ characters.data={
unicodeslot=0x189D,
},
[0x189E]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER MANCHU ALI GALI TTA",
direction="l",
@@ -43864,6 +44695,7 @@ characters.data={
unicodeslot=0x189E,
},
[0x189F]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER MANCHU ALI GALI DDHA",
direction="l",
@@ -43871,6 +44703,7 @@ characters.data={
unicodeslot=0x189F,
},
[0x18A0]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER MANCHU ALI GALI TA",
direction="l",
@@ -43878,6 +44711,7 @@ characters.data={
unicodeslot=0x18A0,
},
[0x18A1]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER MANCHU ALI GALI DHA",
direction="l",
@@ -43885,6 +44719,7 @@ characters.data={
unicodeslot=0x18A1,
},
[0x18A2]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER MANCHU ALI GALI SSA",
direction="l",
@@ -43892,6 +44727,7 @@ characters.data={
unicodeslot=0x18A2,
},
[0x18A3]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER MANCHU ALI GALI CYA",
direction="l",
@@ -43899,6 +44735,7 @@ characters.data={
unicodeslot=0x18A3,
},
[0x18A4]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER MANCHU ALI GALI ZHA",
direction="l",
@@ -43906,6 +44743,7 @@ characters.data={
unicodeslot=0x18A4,
},
[0x18A5]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER MANCHU ALI GALI ZA",
direction="l",
@@ -43913,6 +44751,7 @@ characters.data={
unicodeslot=0x18A5,
},
[0x18A6]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER ALI GALI HALF U",
direction="l",
@@ -43920,6 +44759,7 @@ characters.data={
unicodeslot=0x18A6,
},
[0x18A7]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER ALI GALI HALF YA",
direction="l",
@@ -43927,6 +44767,7 @@ characters.data={
unicodeslot=0x18A7,
},
[0x18A8]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER MANCHU ALI GALI BHA",
direction="l",
@@ -43935,12 +44776,14 @@ characters.data={
},
[0x18A9]={
category="mn",
+ combining=0xE4,
description="MONGOLIAN LETTER ALI GALI DAGALGA",
direction="nsm",
linebreak="cm",
unicodeslot=0x18A9,
},
[0x18AA]={
+ arabic="d",
category="lo",
description="MONGOLIAN LETTER MANCHU ALI GALI LHA",
direction="l",
@@ -44640,6 +45483,20 @@ characters.data={
linebreak="al",
unicodeslot=0x191C,
},
+ [0x191D]={
+ category="lo",
+ description="LIMBU LETTER GYAN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x191D,
+ },
+ [0x191E]={
+ category="lo",
+ description="LIMBU LETTER TRA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x191E,
+ },
[0x1920]={
category="mn",
description="LIMBU VOWEL SIGN A",
@@ -44789,6 +45646,7 @@ characters.data={
},
[0x1939]={
category="mn",
+ combining=0xDE,
description="LIMBU SIGN MUKPHRENG",
direction="nsm",
linebreak="cm",
@@ -44796,6 +45654,7 @@ characters.data={
},
[0x193A]={
category="mn",
+ combining=0xE6,
description="LIMBU SIGN KEMPHRENG",
direction="nsm",
linebreak="cm",
@@ -44803,6 +45662,7 @@ characters.data={
},
[0x193B]={
category="mn",
+ combining=0xDC,
description="LIMBU SIGN SA-I",
direction="nsm",
linebreak="cm",
@@ -46112,6 +46972,7 @@ characters.data={
},
[0x1A17]={
category="mn",
+ combining=0xE6,
description="BUGINESE VOWEL SIGN I",
direction="nsm",
linebreak="cm",
@@ -46119,6 +46980,7 @@ characters.data={
},
[0x1A18]={
category="mn",
+ combining=0xDC,
description="BUGINESE VOWEL SIGN U",
direction="nsm",
linebreak="cm",
@@ -46141,7 +47003,7 @@ characters.data={
[0x1A1B]={
category="mc",
description="BUGINESE VOWEL SIGN AE",
- direction="l",
+ direction="nsm",
linebreak="cm",
unicodeslot=0x1A1B,
},
@@ -46602,6 +47464,7 @@ characters.data={
},
[0x1A60]={
category="mn",
+ combining=0x9,
description="TAI THAM SIGN SAKOT",
direction="nsm",
linebreak="sa",
@@ -46749,6 +47612,7 @@ characters.data={
},
[0x1A75]={
category="mn",
+ combining=0xE6,
description="TAI THAM SIGN TONE-1",
direction="nsm",
linebreak="sa",
@@ -46756,6 +47620,7 @@ characters.data={
},
[0x1A76]={
category="mn",
+ combining=0xE6,
description="TAI THAM SIGN TONE-2",
direction="nsm",
linebreak="sa",
@@ -46763,6 +47628,7 @@ characters.data={
},
[0x1A77]={
category="mn",
+ combining=0xE6,
description="TAI THAM SIGN KHUEN TONE-3",
direction="nsm",
linebreak="sa",
@@ -46770,6 +47636,7 @@ characters.data={
},
[0x1A78]={
category="mn",
+ combining=0xE6,
description="TAI THAM SIGN KHUEN TONE-4",
direction="nsm",
linebreak="sa",
@@ -46777,6 +47644,7 @@ characters.data={
},
[0x1A79]={
category="mn",
+ combining=0xE6,
description="TAI THAM SIGN KHUEN TONE-5",
direction="nsm",
linebreak="sa",
@@ -46784,6 +47652,7 @@ characters.data={
},
[0x1A7A]={
category="mn",
+ combining=0xE6,
description="TAI THAM SIGN RA HAAM",
direction="nsm",
linebreak="sa",
@@ -46791,6 +47660,7 @@ characters.data={
},
[0x1A7B]={
category="mn",
+ combining=0xE6,
description="TAI THAM SIGN MAI SAM",
direction="nsm",
linebreak="sa",
@@ -46798,6 +47668,7 @@ characters.data={
},
[0x1A7C]={
category="mn",
+ combining=0xE6,
description="TAI THAM SIGN KHUEN-LUE KARAN",
direction="nsm",
linebreak="sa",
@@ -46805,6 +47676,7 @@ characters.data={
},
[0x1A7F]={
category="mn",
+ combining=0xDC,
description="TAI THAM COMBINING CRYPTOGRAMMIC DOT",
direction="nsm",
linebreak="cm",
@@ -47048,6 +47920,125 @@ characters.data={
linebreak="sa",
unicodeslot=0x1AAD,
},
+ [0x1AB0]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING DOUBLED CIRCUMFLEX ACCENT",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1AB0,
+ },
+ [0x1AB1]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING DIAERESIS-RING",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1AB1,
+ },
+ [0x1AB2]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING INFINITY",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1AB2,
+ },
+ [0x1AB3]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING DOWNWARDS ARROW",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1AB3,
+ },
+ [0x1AB4]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING TRIPLE DOT",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1AB4,
+ },
+ [0x1AB5]={
+ category="mn",
+ combining=0xDC,
+ description="COMBINING X-X BELOW",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1AB5,
+ },
+ [0x1AB6]={
+ category="mn",
+ combining=0xDC,
+ description="COMBINING WIGGLY LINE BELOW",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1AB6,
+ },
+ [0x1AB7]={
+ category="mn",
+ combining=0xDC,
+ description="COMBINING OPEN MARK BELOW",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1AB7,
+ },
+ [0x1AB8]={
+ category="mn",
+ combining=0xDC,
+ description="COMBINING DOUBLE OPEN MARK BELOW",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1AB8,
+ },
+ [0x1AB9]={
+ category="mn",
+ combining=0xDC,
+ description="COMBINING LIGHT CENTRALIZATION STROKE BELOW",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1AB9,
+ },
+ [0x1ABA]={
+ category="mn",
+ combining=0xDC,
+ description="COMBINING STRONG CENTRALIZATION STROKE BELOW",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1ABA,
+ },
+ [0x1ABB]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING PARENTHESES ABOVE",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1ABB,
+ },
+ [0x1ABC]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING DOUBLE PARENTHESES ABOVE",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1ABC,
+ },
+ [0x1ABD]={
+ category="mn",
+ combining=0xDC,
+ description="COMBINING PARENTHESES BELOW",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1ABD,
+ },
+ [0x1ABE]={
+ category="me",
+ description="COMBINING PARENTHESES OVERLAY",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1ABE,
+ },
[0x1B00]={
category="mn",
description="BALINESE SIGN ULU RICEM",
@@ -47420,6 +48411,7 @@ characters.data={
},
[0x1B34]={
category="mn",
+ combining=0x7,
description="BALINESE SIGN REREKAN",
direction="nsm",
linebreak="cm",
@@ -47537,6 +48529,7 @@ characters.data={
},
[0x1B44]={
category="mc",
+ combining=0x9,
description="BALINESE ADEG ADEG",
direction="l",
linebreak="cm",
@@ -47782,6 +48775,7 @@ characters.data={
},
[0x1B6B]={
category="mn",
+ combining=0xE6,
description="BALINESE MUSICAL SYMBOL COMBINING TEGEH",
direction="nsm",
linebreak="cm",
@@ -47789,6 +48783,7 @@ characters.data={
},
[0x1B6C]={
category="mn",
+ combining=0xDC,
description="BALINESE MUSICAL SYMBOL COMBINING ENDEP",
direction="nsm",
linebreak="cm",
@@ -47796,6 +48791,7 @@ characters.data={
},
[0x1B6D]={
category="mn",
+ combining=0xE6,
description="BALINESE MUSICAL SYMBOL COMBINING KEMPUL",
direction="nsm",
linebreak="cm",
@@ -47803,6 +48799,7 @@ characters.data={
},
[0x1B6E]={
category="mn",
+ combining=0xE6,
description="BALINESE MUSICAL SYMBOL COMBINING KEMPLI",
direction="nsm",
linebreak="cm",
@@ -47810,6 +48807,7 @@ characters.data={
},
[0x1B6F]={
category="mn",
+ combining=0xE6,
description="BALINESE MUSICAL SYMBOL COMBINING JEGOGAN",
direction="nsm",
linebreak="cm",
@@ -47817,6 +48815,7 @@ characters.data={
},
[0x1B70]={
category="mn",
+ combining=0xE6,
description="BALINESE MUSICAL SYMBOL COMBINING KEMPUL WITH JEGOGAN",
direction="nsm",
linebreak="cm",
@@ -47824,6 +48823,7 @@ characters.data={
},
[0x1B71]={
category="mn",
+ combining=0xE6,
description="BALINESE MUSICAL SYMBOL COMBINING KEMPLI WITH JEGOGAN",
direction="nsm",
linebreak="cm",
@@ -47831,6 +48831,7 @@ characters.data={
},
[0x1B72]={
category="mn",
+ combining=0xE6,
description="BALINESE MUSICAL SYMBOL COMBINING BENDE",
direction="nsm",
linebreak="cm",
@@ -47838,6 +48839,7 @@ characters.data={
},
[0x1B73]={
category="mn",
+ combining=0xE6,
description="BALINESE MUSICAL SYMBOL COMBINING GONG",
direction="nsm",
linebreak="cm",
@@ -48202,6 +49204,7 @@ characters.data={
},
[0x1BAA]={
category="mc",
+ combining=0x9,
description="SUNDANESE SIGN PAMAAEH",
direction="l",
linebreak="cm",
@@ -48209,6 +49212,7 @@ characters.data={
},
[0x1BAB]={
category="mn",
+ combining=0x9,
description="SUNDANESE SIGN VIRAMA",
direction="nsm",
linebreak="cm",
@@ -48217,14 +49221,14 @@ characters.data={
[0x1BAC]={
category="mc",
description="SUNDANESE CONSONANT SIGN PASANGAN MA",
- direction="l",
+ direction="nsm",
linebreak="cm",
unicodeslot=0x1BAC,
},
[0x1BAD]={
category="mc",
description="SUNDANESE CONSONANT SIGN PASANGAN WA",
- direction="l",
+ direction="nsm",
linebreak="cm",
unicodeslot=0x1BAD,
},
@@ -48622,6 +49626,7 @@ characters.data={
},
[0x1BE6]={
category="mn",
+ combining=0x7,
description="BATAK SIGN TOMPI",
direction="nsm",
linebreak="cm",
@@ -48706,6 +49711,7 @@ characters.data={
},
[0x1BF2]={
category="mc",
+ combining=0x9,
description="BATAK PANGOLAT",
direction="l",
linebreak="cm",
@@ -48713,6 +49719,7 @@ characters.data={
},
[0x1BF3]={
category="mc",
+ combining=0x9,
description="BATAK PANONGONAN",
direction="l",
linebreak="cm",
@@ -49133,6 +50140,7 @@ characters.data={
},
[0x1C37]={
category="mn",
+ combining=0x7,
description="LEPCHA SIGN NUKTA",
direction="nsm",
linebreak="cm",
@@ -49658,6 +50666,7 @@ characters.data={
},
[0x1CD0]={
category="mn",
+ combining=0xE6,
description="VEDIC TONE KARSHANA",
direction="nsm",
linebreak="cm",
@@ -49665,6 +50674,7 @@ characters.data={
},
[0x1CD1]={
category="mn",
+ combining=0xE6,
description="VEDIC TONE SHARA",
direction="nsm",
linebreak="cm",
@@ -49672,6 +50682,7 @@ characters.data={
},
[0x1CD2]={
category="mn",
+ combining=0xE6,
description="VEDIC TONE PRENKHA",
direction="nsm",
linebreak="cm",
@@ -49686,6 +50697,7 @@ characters.data={
},
[0x1CD4]={
category="mn",
+ combining=0x1,
description="VEDIC SIGN YAJURVEDIC MIDLINE SVARITA",
direction="nsm",
linebreak="cm",
@@ -49693,6 +50705,7 @@ characters.data={
},
[0x1CD5]={
category="mn",
+ combining=0xDC,
description="VEDIC TONE YAJURVEDIC AGGRAVATED INDEPENDENT SVARITA",
direction="nsm",
linebreak="cm",
@@ -49700,6 +50713,7 @@ characters.data={
},
[0x1CD6]={
category="mn",
+ combining=0xDC,
description="VEDIC TONE YAJURVEDIC INDEPENDENT SVARITA",
direction="nsm",
linebreak="cm",
@@ -49707,6 +50721,7 @@ characters.data={
},
[0x1CD7]={
category="mn",
+ combining=0xDC,
description="VEDIC TONE YAJURVEDIC KATHAKA INDEPENDENT SVARITA",
direction="nsm",
linebreak="cm",
@@ -49714,6 +50729,7 @@ characters.data={
},
[0x1CD8]={
category="mn",
+ combining=0xDC,
description="VEDIC TONE CANDRA BELOW",
direction="nsm",
linebreak="cm",
@@ -49721,6 +50737,7 @@ characters.data={
},
[0x1CD9]={
category="mn",
+ combining=0xDC,
description="VEDIC TONE YAJURVEDIC KATHAKA INDEPENDENT SVARITA SCHROEDER",
direction="nsm",
linebreak="cm",
@@ -49728,6 +50745,7 @@ characters.data={
},
[0x1CDA]={
category="mn",
+ combining=0xE6,
description="VEDIC TONE DOUBLE SVARITA",
direction="nsm",
linebreak="cm",
@@ -49735,6 +50753,7 @@ characters.data={
},
[0x1CDB]={
category="mn",
+ combining=0xE6,
description="VEDIC TONE TRIPLE SVARITA",
direction="nsm",
linebreak="cm",
@@ -49742,6 +50761,7 @@ characters.data={
},
[0x1CDC]={
category="mn",
+ combining=0xDC,
description="VEDIC TONE KATHAKA ANUDATTA",
direction="nsm",
linebreak="cm",
@@ -49749,6 +50769,7 @@ characters.data={
},
[0x1CDD]={
category="mn",
+ combining=0xDC,
description="VEDIC TONE DOT BELOW",
direction="nsm",
linebreak="cm",
@@ -49756,6 +50777,7 @@ characters.data={
},
[0x1CDE]={
category="mn",
+ combining=0xDC,
description="VEDIC TONE TWO DOTS BELOW",
direction="nsm",
linebreak="cm",
@@ -49763,6 +50785,7 @@ characters.data={
},
[0x1CDF]={
category="mn",
+ combining=0xDC,
description="VEDIC TONE THREE DOTS BELOW",
direction="nsm",
linebreak="cm",
@@ -49770,6 +50793,7 @@ characters.data={
},
[0x1CE0]={
category="mn",
+ combining=0xE6,
description="VEDIC TONE RIGVEDIC KASHMIRI INDEPENDENT SVARITA",
direction="nsm",
linebreak="cm",
@@ -49784,6 +50808,7 @@ characters.data={
},
[0x1CE2]={
category="mn",
+ combining=0x1,
description="VEDIC SIGN VISARGA SVARITA",
direction="nsm",
linebreak="cm",
@@ -49791,6 +50816,7 @@ characters.data={
},
[0x1CE3]={
category="mn",
+ combining=0x1,
description="VEDIC SIGN VISARGA UDATTA",
direction="nsm",
linebreak="cm",
@@ -49798,6 +50824,7 @@ characters.data={
},
[0x1CE4]={
category="mn",
+ combining=0x1,
description="VEDIC SIGN REVERSED VISARGA UDATTA",
direction="nsm",
linebreak="cm",
@@ -49805,6 +50832,7 @@ characters.data={
},
[0x1CE5]={
category="mn",
+ combining=0x1,
description="VEDIC SIGN VISARGA ANUDATTA",
direction="nsm",
linebreak="cm",
@@ -49812,6 +50840,7 @@ characters.data={
},
[0x1CE6]={
category="mn",
+ combining=0x1,
description="VEDIC SIGN REVERSED VISARGA ANUDATTA",
direction="nsm",
linebreak="cm",
@@ -49819,6 +50848,7 @@ characters.data={
},
[0x1CE7]={
category="mn",
+ combining=0x1,
description="VEDIC SIGN VISARGA UDATTA WITH TAIL",
direction="nsm",
linebreak="cm",
@@ -49826,6 +50856,7 @@ characters.data={
},
[0x1CE8]={
category="mn",
+ combining=0x1,
description="VEDIC SIGN VISARGA ANUDATTA WITH TAIL",
direction="nsm",
linebreak="cm",
@@ -49861,6 +50892,7 @@ characters.data={
},
[0x1CED]={
category="mn",
+ combining=0xDC,
description="VEDIC SIGN TIRYAK",
direction="nsm",
linebreak="cm",
@@ -49910,6 +50942,7 @@ characters.data={
},
[0x1CF4]={
category="mn",
+ combining=0xE6,
description="VEDIC TONE CANDRA ABOVE",
direction="nsm",
linebreak="cm",
@@ -49929,6 +50962,22 @@ characters.data={
linebreak="al",
unicodeslot=0x1CF6,
},
+ [0x1CF8]={
+ category="mn",
+ combining=0xE6,
+ description="VEDIC TONE RING ABOVE",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1CF8,
+ },
+ [0x1CF9]={
+ category="mn",
+ combining=0xE6,
+ description="VEDIC TONE DOUBLE RING ABOVE",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1CF9,
+ },
[0x1D00]={
category="ll",
description="LATIN LETTER SMALL CAPITAL A",
@@ -50242,7 +51291,7 @@ characters.data={
description="MODIFIER LETTER CAPITAL A",
direction="l",
linebreak="al",
- specials={ "super", 0x0041 },
+ specials={ "super", 0x41 },
unicodeslot=0x1D2C,
},
[0x1D2D]={
@@ -50250,7 +51299,7 @@ characters.data={
description="MODIFIER LETTER CAPITAL AE",
direction="l",
linebreak="al",
- specials={ "super", 0x00C6 },
+ specials={ "super", 0xC6 },
unicodeslot=0x1D2D,
},
[0x1D2E]={
@@ -50258,7 +51307,7 @@ characters.data={
description="MODIFIER LETTER CAPITAL B",
direction="l",
linebreak="al",
- specials={ "super", 0x0042 },
+ specials={ "super", 0x42 },
unicodeslot=0x1D2E,
},
[0x1D2F]={
@@ -50273,7 +51322,7 @@ characters.data={
description="MODIFIER LETTER CAPITAL D",
direction="l",
linebreak="al",
- specials={ "super", 0x0044 },
+ specials={ "super", 0x44 },
unicodeslot=0x1D30,
},
[0x1D31]={
@@ -50281,7 +51330,7 @@ characters.data={
description="MODIFIER LETTER CAPITAL E",
direction="l",
linebreak="al",
- specials={ "super", 0x0045 },
+ specials={ "super", 0x45 },
unicodeslot=0x1D31,
},
[0x1D32]={
@@ -50289,7 +51338,7 @@ characters.data={
description="MODIFIER LETTER CAPITAL REVERSED E",
direction="l",
linebreak="al",
- specials={ "super", 0x018E },
+ specials={ "super", 0x18E },
unicodeslot=0x1D32,
},
[0x1D33]={
@@ -50297,7 +51346,7 @@ characters.data={
description="MODIFIER LETTER CAPITAL G",
direction="l",
linebreak="al",
- specials={ "super", 0x0047 },
+ specials={ "super", 0x47 },
unicodeslot=0x1D33,
},
[0x1D34]={
@@ -50305,7 +51354,7 @@ characters.data={
description="MODIFIER LETTER CAPITAL H",
direction="l",
linebreak="al",
- specials={ "super", 0x0048 },
+ specials={ "super", 0x48 },
unicodeslot=0x1D34,
},
[0x1D35]={
@@ -50313,7 +51362,7 @@ characters.data={
description="MODIFIER LETTER CAPITAL I",
direction="l",
linebreak="al",
- specials={ "super", 0x0049 },
+ specials={ "super", 0x49 },
unicodeslot=0x1D35,
},
[0x1D36]={
@@ -50321,7 +51370,7 @@ characters.data={
description="MODIFIER LETTER CAPITAL J",
direction="l",
linebreak="al",
- specials={ "super", 0x004A },
+ specials={ "super", 0x4A },
unicodeslot=0x1D36,
},
[0x1D37]={
@@ -50329,7 +51378,7 @@ characters.data={
description="MODIFIER LETTER CAPITAL K",
direction="l",
linebreak="al",
- specials={ "super", 0x004B },
+ specials={ "super", 0x4B },
unicodeslot=0x1D37,
},
[0x1D38]={
@@ -50337,7 +51386,7 @@ characters.data={
description="MODIFIER LETTER CAPITAL L",
direction="l",
linebreak="al",
- specials={ "super", 0x004C },
+ specials={ "super", 0x4C },
unicodeslot=0x1D38,
},
[0x1D39]={
@@ -50345,7 +51394,7 @@ characters.data={
description="MODIFIER LETTER CAPITAL M",
direction="l",
linebreak="al",
- specials={ "super", 0x004D },
+ specials={ "super", 0x4D },
unicodeslot=0x1D39,
},
[0x1D3A]={
@@ -50353,7 +51402,7 @@ characters.data={
description="MODIFIER LETTER CAPITAL N",
direction="l",
linebreak="al",
- specials={ "super", 0x004E },
+ specials={ "super", 0x4E },
unicodeslot=0x1D3A,
},
[0x1D3B]={
@@ -50368,7 +51417,7 @@ characters.data={
description="MODIFIER LETTER CAPITAL O",
direction="l",
linebreak="al",
- specials={ "super", 0x004F },
+ specials={ "super", 0x4F },
unicodeslot=0x1D3C,
},
[0x1D3D]={
@@ -50376,7 +51425,7 @@ characters.data={
description="MODIFIER LETTER CAPITAL OU",
direction="l",
linebreak="al",
- specials={ "super", 0x0222 },
+ specials={ "super", 0x222 },
unicodeslot=0x1D3D,
},
[0x1D3E]={
@@ -50384,7 +51433,7 @@ characters.data={
description="MODIFIER LETTER CAPITAL P",
direction="l",
linebreak="al",
- specials={ "super", 0x0050 },
+ specials={ "super", 0x50 },
unicodeslot=0x1D3E,
},
[0x1D3F]={
@@ -50392,7 +51441,7 @@ characters.data={
description="MODIFIER LETTER CAPITAL R",
direction="l",
linebreak="al",
- specials={ "super", 0x0052 },
+ specials={ "super", 0x52 },
unicodeslot=0x1D3F,
},
[0x1D40]={
@@ -50400,7 +51449,7 @@ characters.data={
description="MODIFIER LETTER CAPITAL T",
direction="l",
linebreak="al",
- specials={ "super", 0x0054 },
+ specials={ "super", 0x54 },
unicodeslot=0x1D40,
},
[0x1D41]={
@@ -50408,7 +51457,7 @@ characters.data={
description="MODIFIER LETTER CAPITAL U",
direction="l",
linebreak="al",
- specials={ "super", 0x0055 },
+ specials={ "super", 0x55 },
unicodeslot=0x1D41,
},
[0x1D42]={
@@ -50416,7 +51465,7 @@ characters.data={
description="MODIFIER LETTER CAPITAL W",
direction="l",
linebreak="al",
- specials={ "super", 0x0057 },
+ specials={ "super", 0x57 },
unicodeslot=0x1D42,
},
[0x1D43]={
@@ -50424,7 +51473,7 @@ characters.data={
description="MODIFIER LETTER SMALL A",
direction="l",
linebreak="al",
- specials={ "super", 0x0061 },
+ specials={ "super", 0x61 },
unicodeslot=0x1D43,
},
[0x1D44]={
@@ -50432,7 +51481,7 @@ characters.data={
description="MODIFIER LETTER SMALL TURNED A",
direction="l",
linebreak="al",
- specials={ "super", 0x0250 },
+ specials={ "super", 0x250 },
unicodeslot=0x1D44,
},
[0x1D45]={
@@ -50440,7 +51489,7 @@ characters.data={
description="MODIFIER LETTER SMALL ALPHA",
direction="l",
linebreak="al",
- specials={ "super", 0x0251 },
+ specials={ "super", 0x251 },
unicodeslot=0x1D45,
},
[0x1D46]={
@@ -50456,7 +51505,7 @@ characters.data={
description="MODIFIER LETTER SMALL B",
direction="l",
linebreak="al",
- specials={ "super", 0x0062 },
+ specials={ "super", 0x62 },
unicodeslot=0x1D47,
},
[0x1D48]={
@@ -50464,7 +51513,7 @@ characters.data={
description="MODIFIER LETTER SMALL D",
direction="l",
linebreak="al",
- specials={ "super", 0x0064 },
+ specials={ "super", 0x64 },
unicodeslot=0x1D48,
},
[0x1D49]={
@@ -50472,7 +51521,7 @@ characters.data={
description="MODIFIER LETTER SMALL E",
direction="l",
linebreak="al",
- specials={ "super", 0x0065 },
+ specials={ "super", 0x65 },
unicodeslot=0x1D49,
},
[0x1D4A]={
@@ -50480,7 +51529,7 @@ characters.data={
description="MODIFIER LETTER SMALL SCHWA",
direction="l",
linebreak="al",
- specials={ "super", 0x0259 },
+ specials={ "super", 0x259 },
unicodeslot=0x1D4A,
},
[0x1D4B]={
@@ -50488,7 +51537,7 @@ characters.data={
description="MODIFIER LETTER SMALL OPEN E",
direction="l",
linebreak="al",
- specials={ "super", 0x025B },
+ specials={ "super", 0x25B },
unicodeslot=0x1D4B,
},
[0x1D4C]={
@@ -50496,7 +51545,7 @@ characters.data={
description="MODIFIER LETTER SMALL TURNED OPEN E",
direction="l",
linebreak="al",
- specials={ "super", 0x025C },
+ specials={ "super", 0x25C },
unicodeslot=0x1D4C,
},
[0x1D4D]={
@@ -50504,7 +51553,7 @@ characters.data={
description="MODIFIER LETTER SMALL G",
direction="l",
linebreak="al",
- specials={ "super", 0x0067 },
+ specials={ "super", 0x67 },
unicodeslot=0x1D4D,
},
[0x1D4E]={
@@ -50519,7 +51568,7 @@ characters.data={
description="MODIFIER LETTER SMALL K",
direction="l",
linebreak="al",
- specials={ "super", 0x006B },
+ specials={ "super", 0x6B },
unicodeslot=0x1D4F,
},
[0x1D50]={
@@ -50527,7 +51576,7 @@ characters.data={
description="MODIFIER LETTER SMALL M",
direction="l",
linebreak="al",
- specials={ "super", 0x006D },
+ specials={ "super", 0x6D },
unicodeslot=0x1D50,
},
[0x1D51]={
@@ -50535,7 +51584,7 @@ characters.data={
description="MODIFIER LETTER SMALL ENG",
direction="l",
linebreak="al",
- specials={ "super", 0x014B },
+ specials={ "super", 0x14B },
unicodeslot=0x1D51,
},
[0x1D52]={
@@ -50543,7 +51592,7 @@ characters.data={
description="MODIFIER LETTER SMALL O",
direction="l",
linebreak="al",
- specials={ "super", 0x006F },
+ specials={ "super", 0x6F },
unicodeslot=0x1D52,
},
[0x1D53]={
@@ -50551,7 +51600,7 @@ characters.data={
description="MODIFIER LETTER SMALL OPEN O",
direction="l",
linebreak="al",
- specials={ "super", 0x0254 },
+ specials={ "super", 0x254 },
unicodeslot=0x1D53,
},
[0x1D54]={
@@ -50575,7 +51624,7 @@ characters.data={
description="MODIFIER LETTER SMALL P",
direction="l",
linebreak="al",
- specials={ "super", 0x0070 },
+ specials={ "super", 0x70 },
unicodeslot=0x1D56,
},
[0x1D57]={
@@ -50583,7 +51632,7 @@ characters.data={
description="MODIFIER LETTER SMALL T",
direction="l",
linebreak="al",
- specials={ "super", 0x0074 },
+ specials={ "super", 0x74 },
unicodeslot=0x1D57,
},
[0x1D58]={
@@ -50591,7 +51640,7 @@ characters.data={
description="MODIFIER LETTER SMALL U",
direction="l",
linebreak="al",
- specials={ "super", 0x0075 },
+ specials={ "super", 0x75 },
unicodeslot=0x1D58,
},
[0x1D59]={
@@ -50607,7 +51656,7 @@ characters.data={
description="MODIFIER LETTER SMALL TURNED M",
direction="l",
linebreak="al",
- specials={ "super", 0x026F },
+ specials={ "super", 0x26F },
unicodeslot=0x1D5A,
},
[0x1D5B]={
@@ -50615,7 +51664,7 @@ characters.data={
description="MODIFIER LETTER SMALL V",
direction="l",
linebreak="al",
- specials={ "super", 0x0076 },
+ specials={ "super", 0x76 },
unicodeslot=0x1D5B,
},
[0x1D5C]={
@@ -50631,7 +51680,7 @@ characters.data={
description="MODIFIER LETTER SMALL BETA",
direction="l",
linebreak="al",
- specials={ "super", 0x03B2 },
+ specials={ "super", 0x3B2 },
unicodeslot=0x1D5D,
},
[0x1D5E]={
@@ -50639,7 +51688,7 @@ characters.data={
description="MODIFIER LETTER SMALL GREEK GAMMA",
direction="l",
linebreak="al",
- specials={ "super", 0x03B3 },
+ specials={ "super", 0x3B3 },
unicodeslot=0x1D5E,
},
[0x1D5F]={
@@ -50647,7 +51696,7 @@ characters.data={
description="MODIFIER LETTER SMALL DELTA",
direction="l",
linebreak="al",
- specials={ "super", 0x03B4 },
+ specials={ "super", 0x3B4 },
unicodeslot=0x1D5F,
},
[0x1D60]={
@@ -50655,7 +51704,7 @@ characters.data={
description="MODIFIER LETTER SMALL GREEK PHI",
direction="l",
linebreak="al",
- specials={ "super", 0x03C6 },
+ specials={ "super", 0x3C6 },
unicodeslot=0x1D60,
},
[0x1D61]={
@@ -50663,7 +51712,7 @@ characters.data={
description="MODIFIER LETTER SMALL CHI",
direction="l",
linebreak="al",
- specials={ "super", 0x03C7 },
+ specials={ "super", 0x3C7 },
unicodeslot=0x1D61,
},
[0x1D62]={
@@ -50671,7 +51720,7 @@ characters.data={
description="LATIN SUBSCRIPT SMALL LETTER I",
direction="l",
linebreak="al",
- specials={ "sub", 0x0069 },
+ specials={ "sub", 0x69 },
unicodeslot=0x1D62,
},
[0x1D63]={
@@ -50679,7 +51728,7 @@ characters.data={
description="LATIN SUBSCRIPT SMALL LETTER R",
direction="l",
linebreak="al",
- specials={ "sub", 0x0072 },
+ specials={ "sub", 0x72 },
unicodeslot=0x1D63,
},
[0x1D64]={
@@ -50687,7 +51736,7 @@ characters.data={
description="LATIN SUBSCRIPT SMALL LETTER U",
direction="l",
linebreak="al",
- specials={ "sub", 0x0075 },
+ specials={ "sub", 0x75 },
unicodeslot=0x1D64,
},
[0x1D65]={
@@ -50695,7 +51744,7 @@ characters.data={
description="LATIN SUBSCRIPT SMALL LETTER V",
direction="l",
linebreak="al",
- specials={ "sub", 0x0076 },
+ specials={ "sub", 0x76 },
unicodeslot=0x1D65,
},
[0x1D66]={
@@ -50703,7 +51752,7 @@ characters.data={
description="GREEK SUBSCRIPT SMALL LETTER BETA",
direction="l",
linebreak="al",
- specials={ "sub", 0x03B2 },
+ specials={ "sub", 0x3B2 },
unicodeslot=0x1D66,
},
[0x1D67]={
@@ -50711,7 +51760,7 @@ characters.data={
description="GREEK SUBSCRIPT SMALL LETTER GAMMA",
direction="l",
linebreak="al",
- specials={ "sub", 0x03B3 },
+ specials={ "sub", 0x3B3 },
unicodeslot=0x1D67,
},
[0x1D68]={
@@ -50719,7 +51768,7 @@ characters.data={
description="GREEK SUBSCRIPT SMALL LETTER RHO",
direction="l",
linebreak="al",
- specials={ "sub", 0x03C1 },
+ specials={ "sub", 0x3C1 },
unicodeslot=0x1D68,
},
[0x1D69]={
@@ -50727,7 +51776,7 @@ characters.data={
description="GREEK SUBSCRIPT SMALL LETTER PHI",
direction="l",
linebreak="al",
- specials={ "sub", 0x03C6 },
+ specials={ "sub", 0x3C6 },
unicodeslot=0x1D69,
},
[0x1D6A]={
@@ -50735,7 +51784,7 @@ characters.data={
description="GREEK SUBSCRIPT SMALL LETTER CHI",
direction="l",
linebreak="al",
- specials={ "sub", 0x03C7 },
+ specials={ "sub", 0x3C7 },
unicodeslot=0x1D6A,
},
[0x1D6B]={
@@ -50750,7 +51799,7 @@ characters.data={
description="LATIN SMALL LETTER B WITH MIDDLE TILDE",
direction="l",
linebreak="al",
- shcode=0x0062,
+ shcode=0x62,
unicodeslot=0x1D6C,
},
[0x1D6D]={
@@ -50758,7 +51807,7 @@ characters.data={
description="LATIN SMALL LETTER D WITH MIDDLE TILDE",
direction="l",
linebreak="al",
- shcode=0x0064,
+ shcode=0x64,
unicodeslot=0x1D6D,
},
[0x1D6E]={
@@ -50766,7 +51815,7 @@ characters.data={
description="LATIN SMALL LETTER F WITH MIDDLE TILDE",
direction="l",
linebreak="al",
- shcode=0x0066,
+ shcode=0x66,
unicodeslot=0x1D6E,
},
[0x1D6F]={
@@ -50774,7 +51823,7 @@ characters.data={
description="LATIN SMALL LETTER M WITH MIDDLE TILDE",
direction="l",
linebreak="al",
- shcode=0x006D,
+ shcode=0x6D,
unicodeslot=0x1D6F,
},
[0x1D70]={
@@ -50782,7 +51831,7 @@ characters.data={
description="LATIN SMALL LETTER N WITH MIDDLE TILDE",
direction="l",
linebreak="al",
- shcode=0x006E,
+ shcode=0x6E,
unicodeslot=0x1D70,
},
[0x1D71]={
@@ -50790,7 +51839,7 @@ characters.data={
description="LATIN SMALL LETTER P WITH MIDDLE TILDE",
direction="l",
linebreak="al",
- shcode=0x0070,
+ shcode=0x70,
unicodeslot=0x1D71,
},
[0x1D72]={
@@ -50798,7 +51847,7 @@ characters.data={
description="LATIN SMALL LETTER R WITH MIDDLE TILDE",
direction="l",
linebreak="al",
- shcode=0x0072,
+ shcode=0x72,
unicodeslot=0x1D72,
},
[0x1D73]={
@@ -50806,7 +51855,7 @@ characters.data={
description="LATIN SMALL LETTER R WITH FISHHOOK AND MIDDLE TILDE",
direction="l",
linebreak="al",
- shcode=0x0072,
+ shcode=0x72,
unicodeslot=0x1D73,
},
[0x1D74]={
@@ -50814,7 +51863,7 @@ characters.data={
description="LATIN SMALL LETTER S WITH MIDDLE TILDE",
direction="l",
linebreak="al",
- shcode=0x0073,
+ shcode=0x73,
unicodeslot=0x1D74,
},
[0x1D75]={
@@ -50822,7 +51871,7 @@ characters.data={
description="LATIN SMALL LETTER T WITH MIDDLE TILDE",
direction="l",
linebreak="al",
- shcode=0x0074,
+ shcode=0x74,
unicodeslot=0x1D75,
},
[0x1D76]={
@@ -50830,7 +51879,7 @@ characters.data={
description="LATIN SMALL LETTER Z WITH MIDDLE TILDE",
direction="l",
linebreak="al",
- shcode=0x007A,
+ shcode=0x7A,
unicodeslot=0x1D76,
},
[0x1D77]={
@@ -50845,7 +51894,7 @@ characters.data={
description="MODIFIER LETTER CYRILLIC EN",
direction="l",
linebreak="al",
- specials={ "super", 0x043D },
+ specials={ "super", 0x43D },
unicodeslot=0x1D78,
},
[0x1D79]={
@@ -50874,7 +51923,7 @@ characters.data={
description="LATIN SMALL LETTER IOTA WITH STROKE",
direction="l",
linebreak="al",
- shcode=0x0269,
+ shcode=0x269,
unicodeslot=0x1D7C,
},
[0x1D7D]={
@@ -50882,7 +51931,7 @@ characters.data={
description="LATIN SMALL LETTER P WITH STROKE",
direction="l",
linebreak="al",
- shcode=0x0070,
+ shcode=0x70,
uccode=0x2C63,
unicodeslot=0x1D7D,
},
@@ -50898,7 +51947,7 @@ characters.data={
description="LATIN SMALL LETTER UPSILON WITH STROKE",
direction="l",
linebreak="al",
- shcode=0x028A,
+ shcode=0x28A,
unicodeslot=0x1D7F,
},
[0x1D80]={
@@ -50906,7 +51955,7 @@ characters.data={
description="LATIN SMALL LETTER B WITH PALATAL HOOK",
direction="l",
linebreak="al",
- shcode=0x0062,
+ shcode=0x62,
unicodeslot=0x1D80,
},
[0x1D81]={
@@ -50914,7 +51963,7 @@ characters.data={
description="LATIN SMALL LETTER D WITH PALATAL HOOK",
direction="l",
linebreak="al",
- shcode=0x0064,
+ shcode=0x64,
unicodeslot=0x1D81,
},
[0x1D82]={
@@ -50922,7 +51971,7 @@ characters.data={
description="LATIN SMALL LETTER F WITH PALATAL HOOK",
direction="l",
linebreak="al",
- shcode=0x0066,
+ shcode=0x66,
unicodeslot=0x1D82,
},
[0x1D83]={
@@ -50930,7 +51979,7 @@ characters.data={
description="LATIN SMALL LETTER G WITH PALATAL HOOK",
direction="l",
linebreak="al",
- shcode=0x0067,
+ shcode=0x67,
unicodeslot=0x1D83,
},
[0x1D84]={
@@ -50938,7 +51987,7 @@ characters.data={
description="LATIN SMALL LETTER K WITH PALATAL HOOK",
direction="l",
linebreak="al",
- shcode=0x006B,
+ shcode=0x6B,
unicodeslot=0x1D84,
},
[0x1D85]={
@@ -50946,7 +51995,7 @@ characters.data={
description="LATIN SMALL LETTER L WITH PALATAL HOOK",
direction="l",
linebreak="al",
- shcode=0x006C,
+ shcode=0x6C,
unicodeslot=0x1D85,
},
[0x1D86]={
@@ -50954,7 +52003,7 @@ characters.data={
description="LATIN SMALL LETTER M WITH PALATAL HOOK",
direction="l",
linebreak="al",
- shcode=0x006D,
+ shcode=0x6D,
unicodeslot=0x1D86,
},
[0x1D87]={
@@ -50962,7 +52011,7 @@ characters.data={
description="LATIN SMALL LETTER N WITH PALATAL HOOK",
direction="l",
linebreak="al",
- shcode=0x006E,
+ shcode=0x6E,
unicodeslot=0x1D87,
},
[0x1D88]={
@@ -50970,7 +52019,7 @@ characters.data={
description="LATIN SMALL LETTER P WITH PALATAL HOOK",
direction="l",
linebreak="al",
- shcode=0x0070,
+ shcode=0x70,
unicodeslot=0x1D88,
},
[0x1D89]={
@@ -50978,7 +52027,7 @@ characters.data={
description="LATIN SMALL LETTER R WITH PALATAL HOOK",
direction="l",
linebreak="al",
- shcode=0x0072,
+ shcode=0x72,
unicodeslot=0x1D89,
},
[0x1D8A]={
@@ -50986,7 +52035,7 @@ characters.data={
description="LATIN SMALL LETTER S WITH PALATAL HOOK",
direction="l",
linebreak="al",
- shcode=0x0073,
+ shcode=0x73,
unicodeslot=0x1D8A,
},
[0x1D8B]={
@@ -50994,7 +52043,7 @@ characters.data={
description="LATIN SMALL LETTER ESH WITH PALATAL HOOK",
direction="l",
linebreak="al",
- shcode=0x0283,
+ shcode=0x283,
unicodeslot=0x1D8B,
},
[0x1D8C]={
@@ -51002,7 +52051,7 @@ characters.data={
description="LATIN SMALL LETTER V WITH PALATAL HOOK",
direction="l",
linebreak="al",
- shcode=0x0076,
+ shcode=0x76,
unicodeslot=0x1D8C,
},
[0x1D8D]={
@@ -51010,7 +52059,7 @@ characters.data={
description="LATIN SMALL LETTER X WITH PALATAL HOOK",
direction="l",
linebreak="al",
- shcode=0x0078,
+ shcode=0x78,
unicodeslot=0x1D8D,
},
[0x1D8E]={
@@ -51018,7 +52067,7 @@ characters.data={
description="LATIN SMALL LETTER Z WITH PALATAL HOOK",
direction="l",
linebreak="al",
- shcode=0x007A,
+ shcode=0x7A,
unicodeslot=0x1D8E,
},
[0x1D8F]={
@@ -51026,7 +52075,7 @@ characters.data={
description="LATIN SMALL LETTER A WITH RETROFLEX HOOK",
direction="l",
linebreak="al",
- shcode=0x0061,
+ shcode=0x61,
unicodeslot=0x1D8F,
},
[0x1D90]={
@@ -51034,7 +52083,7 @@ characters.data={
description="LATIN SMALL LETTER ALPHA WITH RETROFLEX HOOK",
direction="l",
linebreak="al",
- shcode=0x0251,
+ shcode=0x251,
unicodeslot=0x1D90,
},
[0x1D91]={
@@ -51042,7 +52091,7 @@ characters.data={
description="LATIN SMALL LETTER D WITH HOOK AND TAIL",
direction="l",
linebreak="al",
- shcode=0x0064,
+ shcode=0x64,
unicodeslot=0x1D91,
},
[0x1D92]={
@@ -51050,7 +52099,7 @@ characters.data={
description="LATIN SMALL LETTER E WITH RETROFLEX HOOK",
direction="l",
linebreak="al",
- shcode=0x0065,
+ shcode=0x65,
unicodeslot=0x1D92,
},
[0x1D93]={
@@ -51072,7 +52121,7 @@ characters.data={
description="LATIN SMALL LETTER SCHWA WITH RETROFLEX HOOK",
direction="l",
linebreak="al",
- shcode=0x0259,
+ shcode=0x259,
unicodeslot=0x1D95,
},
[0x1D96]={
@@ -51080,7 +52129,7 @@ characters.data={
description="LATIN SMALL LETTER I WITH RETROFLEX HOOK",
direction="l",
linebreak="al",
- shcode=0x0069,
+ shcode=0x69,
unicodeslot=0x1D96,
},
[0x1D97]={
@@ -51095,7 +52144,7 @@ characters.data={
description="LATIN SMALL LETTER ESH WITH RETROFLEX HOOK",
direction="l",
linebreak="al",
- shcode=0x0283,
+ shcode=0x283,
unicodeslot=0x1D98,
},
[0x1D99]={
@@ -51103,7 +52152,7 @@ characters.data={
description="LATIN SMALL LETTER U WITH RETROFLEX HOOK",
direction="l",
linebreak="al",
- shcode=0x0075,
+ shcode=0x75,
unicodeslot=0x1D99,
},
[0x1D9A]={
@@ -51111,7 +52160,7 @@ characters.data={
description="LATIN SMALL LETTER EZH WITH RETROFLEX HOOK",
direction="l",
linebreak="al",
- shcode=0x0292,
+ shcode=0x292,
unicodeslot=0x1D9A,
},
[0x1D9B]={
@@ -51119,7 +52168,7 @@ characters.data={
description="MODIFIER LETTER SMALL TURNED ALPHA",
direction="l",
linebreak="al",
- specials={ "super", 0x0252 },
+ specials={ "super", 0x252 },
unicodeslot=0x1D9B,
},
[0x1D9C]={
@@ -51127,7 +52176,7 @@ characters.data={
description="MODIFIER LETTER SMALL C",
direction="l",
linebreak="al",
- specials={ "super", 0x0063 },
+ specials={ "super", 0x63 },
unicodeslot=0x1D9C,
},
[0x1D9D]={
@@ -51135,7 +52184,7 @@ characters.data={
description="MODIFIER LETTER SMALL C WITH CURL",
direction="l",
linebreak="al",
- specials={ "super", 0x0255 },
+ specials={ "super", 0x255 },
unicodeslot=0x1D9D,
},
[0x1D9E]={
@@ -51143,7 +52192,7 @@ characters.data={
description="MODIFIER LETTER SMALL ETH",
direction="l",
linebreak="al",
- specials={ "super", 0x00F0 },
+ specials={ "super", 0xF0 },
unicodeslot=0x1D9E,
},
[0x1D9F]={
@@ -51151,7 +52200,7 @@ characters.data={
description="MODIFIER LETTER SMALL REVERSED OPEN E",
direction="l",
linebreak="al",
- specials={ "super", 0x025C },
+ specials={ "super", 0x25C },
unicodeslot=0x1D9F,
},
[0x1DA0]={
@@ -51159,7 +52208,7 @@ characters.data={
description="MODIFIER LETTER SMALL F",
direction="l",
linebreak="al",
- specials={ "super", 0x0066 },
+ specials={ "super", 0x66 },
unicodeslot=0x1DA0,
},
[0x1DA1]={
@@ -51167,7 +52216,7 @@ characters.data={
description="MODIFIER LETTER SMALL DOTLESS J WITH STROKE",
direction="l",
linebreak="al",
- specials={ "super", 0x025F },
+ specials={ "super", 0x25F },
unicodeslot=0x1DA1,
},
[0x1DA2]={
@@ -51175,7 +52224,7 @@ characters.data={
description="MODIFIER LETTER SMALL SCRIPT G",
direction="l",
linebreak="al",
- specials={ "super", 0x0261 },
+ specials={ "super", 0x261 },
unicodeslot=0x1DA2,
},
[0x1DA3]={
@@ -51183,7 +52232,7 @@ characters.data={
description="MODIFIER LETTER SMALL TURNED H",
direction="l",
linebreak="al",
- specials={ "super", 0x0265 },
+ specials={ "super", 0x265 },
unicodeslot=0x1DA3,
},
[0x1DA4]={
@@ -51191,7 +52240,7 @@ characters.data={
description="MODIFIER LETTER SMALL I WITH STROKE",
direction="l",
linebreak="al",
- specials={ "super", 0x0268 },
+ specials={ "super", 0x268 },
unicodeslot=0x1DA4,
},
[0x1DA5]={
@@ -51199,7 +52248,7 @@ characters.data={
description="MODIFIER LETTER SMALL IOTA",
direction="l",
linebreak="al",
- specials={ "super", 0x0269 },
+ specials={ "super", 0x269 },
unicodeslot=0x1DA5,
},
[0x1DA6]={
@@ -51207,7 +52256,7 @@ characters.data={
description="MODIFIER LETTER SMALL CAPITAL I",
direction="l",
linebreak="al",
- specials={ "super", 0x026A },
+ specials={ "super", 0x26A },
unicodeslot=0x1DA6,
},
[0x1DA7]={
@@ -51223,7 +52272,7 @@ characters.data={
description="MODIFIER LETTER SMALL J WITH CROSSED-TAIL",
direction="l",
linebreak="al",
- specials={ "super", 0x029D },
+ specials={ "super", 0x29D },
unicodeslot=0x1DA8,
},
[0x1DA9]={
@@ -51231,7 +52280,7 @@ characters.data={
description="MODIFIER LETTER SMALL L WITH RETROFLEX HOOK",
direction="l",
linebreak="al",
- specials={ "super", 0x026D },
+ specials={ "super", 0x26D },
unicodeslot=0x1DA9,
},
[0x1DAA]={
@@ -51247,7 +52296,7 @@ characters.data={
description="MODIFIER LETTER SMALL CAPITAL L",
direction="l",
linebreak="al",
- specials={ "super", 0x029F },
+ specials={ "super", 0x29F },
unicodeslot=0x1DAB,
},
[0x1DAC]={
@@ -51255,7 +52304,7 @@ characters.data={
description="MODIFIER LETTER SMALL M WITH HOOK",
direction="l",
linebreak="al",
- specials={ "super", 0x0271 },
+ specials={ "super", 0x271 },
unicodeslot=0x1DAC,
},
[0x1DAD]={
@@ -51263,7 +52312,7 @@ characters.data={
description="MODIFIER LETTER SMALL TURNED M WITH LONG LEG",
direction="l",
linebreak="al",
- specials={ "super", 0x0270 },
+ specials={ "super", 0x270 },
unicodeslot=0x1DAD,
},
[0x1DAE]={
@@ -51271,7 +52320,7 @@ characters.data={
description="MODIFIER LETTER SMALL N WITH LEFT HOOK",
direction="l",
linebreak="al",
- specials={ "super", 0x0272 },
+ specials={ "super", 0x272 },
unicodeslot=0x1DAE,
},
[0x1DAF]={
@@ -51279,7 +52328,7 @@ characters.data={
description="MODIFIER LETTER SMALL N WITH RETROFLEX HOOK",
direction="l",
linebreak="al",
- specials={ "super", 0x0273 },
+ specials={ "super", 0x273 },
unicodeslot=0x1DAF,
},
[0x1DB0]={
@@ -51287,7 +52336,7 @@ characters.data={
description="MODIFIER LETTER SMALL CAPITAL N",
direction="l",
linebreak="al",
- specials={ "super", 0x0274 },
+ specials={ "super", 0x274 },
unicodeslot=0x1DB0,
},
[0x1DB1]={
@@ -51295,7 +52344,7 @@ characters.data={
description="MODIFIER LETTER SMALL BARRED O",
direction="l",
linebreak="al",
- specials={ "super", 0x0275 },
+ specials={ "super", 0x275 },
unicodeslot=0x1DB1,
},
[0x1DB2]={
@@ -51303,7 +52352,7 @@ characters.data={
description="MODIFIER LETTER SMALL PHI",
direction="l",
linebreak="al",
- specials={ "super", 0x0278 },
+ specials={ "super", 0x278 },
unicodeslot=0x1DB2,
},
[0x1DB3]={
@@ -51311,7 +52360,7 @@ characters.data={
description="MODIFIER LETTER SMALL S WITH HOOK",
direction="l",
linebreak="al",
- specials={ "super", 0x0282 },
+ specials={ "super", 0x282 },
unicodeslot=0x1DB3,
},
[0x1DB4]={
@@ -51319,7 +52368,7 @@ characters.data={
description="MODIFIER LETTER SMALL ESH",
direction="l",
linebreak="al",
- specials={ "super", 0x0283 },
+ specials={ "super", 0x283 },
unicodeslot=0x1DB4,
},
[0x1DB5]={
@@ -51327,7 +52376,7 @@ characters.data={
description="MODIFIER LETTER SMALL T WITH PALATAL HOOK",
direction="l",
linebreak="al",
- specials={ "super", 0x01AB },
+ specials={ "super", 0x1AB },
unicodeslot=0x1DB5,
},
[0x1DB6]={
@@ -51335,7 +52384,7 @@ characters.data={
description="MODIFIER LETTER SMALL U BAR",
direction="l",
linebreak="al",
- specials={ "super", 0x0289 },
+ specials={ "super", 0x289 },
unicodeslot=0x1DB6,
},
[0x1DB7]={
@@ -51343,7 +52392,7 @@ characters.data={
description="MODIFIER LETTER SMALL UPSILON",
direction="l",
linebreak="al",
- specials={ "super", 0x028A },
+ specials={ "super", 0x28A },
unicodeslot=0x1DB7,
},
[0x1DB8]={
@@ -51359,7 +52408,7 @@ characters.data={
description="MODIFIER LETTER SMALL V WITH HOOK",
direction="l",
linebreak="al",
- specials={ "super", 0x028B },
+ specials={ "super", 0x28B },
unicodeslot=0x1DB9,
},
[0x1DBA]={
@@ -51367,7 +52416,7 @@ characters.data={
description="MODIFIER LETTER SMALL TURNED V",
direction="l",
linebreak="al",
- specials={ "super", 0x028C },
+ specials={ "super", 0x28C },
unicodeslot=0x1DBA,
},
[0x1DBB]={
@@ -51375,7 +52424,7 @@ characters.data={
description="MODIFIER LETTER SMALL Z",
direction="l",
linebreak="al",
- specials={ "super", 0x007A },
+ specials={ "super", 0x7A },
unicodeslot=0x1DBB,
},
[0x1DBC]={
@@ -51383,7 +52432,7 @@ characters.data={
description="MODIFIER LETTER SMALL Z WITH RETROFLEX HOOK",
direction="l",
linebreak="al",
- specials={ "super", 0x0290 },
+ specials={ "super", 0x290 },
unicodeslot=0x1DBC,
},
[0x1DBD]={
@@ -51391,7 +52440,7 @@ characters.data={
description="MODIFIER LETTER SMALL Z WITH CURL",
direction="l",
linebreak="al",
- specials={ "super", 0x0291 },
+ specials={ "super", 0x291 },
unicodeslot=0x1DBD,
},
[0x1DBE]={
@@ -51399,7 +52448,7 @@ characters.data={
description="MODIFIER LETTER SMALL EZH",
direction="l",
linebreak="al",
- specials={ "super", 0x0292 },
+ specials={ "super", 0x292 },
unicodeslot=0x1DBE,
},
[0x1DBF]={
@@ -51407,11 +52456,12 @@ characters.data={
description="MODIFIER LETTER SMALL THETA",
direction="l",
linebreak="al",
- specials={ "super", 0x03B8 },
+ specials={ "super", 0x3B8 },
unicodeslot=0x1DBF,
},
[0x1DC0]={
category="mn",
+ combining=0xE6,
description="COMBINING DOTTED GRAVE ACCENT",
direction="nsm",
linebreak="cm",
@@ -51419,6 +52469,7 @@ characters.data={
},
[0x1DC1]={
category="mn",
+ combining=0xE6,
description="COMBINING DOTTED ACUTE ACCENT",
direction="nsm",
linebreak="cm",
@@ -51426,6 +52477,7 @@ characters.data={
},
[0x1DC2]={
category="mn",
+ combining=0xDC,
description="COMBINING SNAKE BELOW",
direction="nsm",
linebreak="cm",
@@ -51433,6 +52485,7 @@ characters.data={
},
[0x1DC3]={
category="mn",
+ combining=0xE6,
description="COMBINING SUSPENSION MARK",
direction="nsm",
linebreak="cm",
@@ -51440,6 +52493,7 @@ characters.data={
},
[0x1DC4]={
category="mn",
+ combining=0xE6,
description="COMBINING MACRON-ACUTE",
direction="nsm",
linebreak="cm",
@@ -51447,6 +52501,7 @@ characters.data={
},
[0x1DC5]={
category="mn",
+ combining=0xE6,
description="COMBINING GRAVE-MACRON",
direction="nsm",
linebreak="cm",
@@ -51454,6 +52509,7 @@ characters.data={
},
[0x1DC6]={
category="mn",
+ combining=0xE6,
description="COMBINING MACRON-GRAVE",
direction="nsm",
linebreak="cm",
@@ -51461,6 +52517,7 @@ characters.data={
},
[0x1DC7]={
category="mn",
+ combining=0xE6,
description="COMBINING ACUTE-MACRON",
direction="nsm",
linebreak="cm",
@@ -51468,6 +52525,7 @@ characters.data={
},
[0x1DC8]={
category="mn",
+ combining=0xE6,
description="COMBINING GRAVE-ACUTE-GRAVE",
direction="nsm",
linebreak="cm",
@@ -51475,6 +52533,7 @@ characters.data={
},
[0x1DC9]={
category="mn",
+ combining=0xE6,
description="COMBINING ACUTE-GRAVE-ACUTE",
direction="nsm",
linebreak="cm",
@@ -51482,6 +52541,7 @@ characters.data={
},
[0x1DCA]={
category="mn",
+ combining=0xDC,
description="COMBINING LATIN SMALL LETTER R BELOW",
direction="nsm",
linebreak="cm",
@@ -51489,6 +52549,7 @@ characters.data={
},
[0x1DCB]={
category="mn",
+ combining=0xE6,
description="COMBINING BREVE-MACRON",
direction="nsm",
linebreak="cm",
@@ -51496,6 +52557,7 @@ characters.data={
},
[0x1DCC]={
category="mn",
+ combining=0xE6,
description="COMBINING MACRON-BREVE",
direction="nsm",
linebreak="cm",
@@ -51503,6 +52565,7 @@ characters.data={
},
[0x1DCD]={
category="mn",
+ combining=0xEA,
description="COMBINING DOUBLE CIRCUMFLEX ABOVE",
direction="nsm",
linebreak="cm",
@@ -51510,6 +52573,7 @@ characters.data={
},
[0x1DCE]={
category="mn",
+ combining=0xD6,
description="COMBINING OGONEK ABOVE",
direction="nsm",
linebreak="cm",
@@ -51517,6 +52581,7 @@ characters.data={
},
[0x1DCF]={
category="mn",
+ combining=0xDC,
description="COMBINING ZIGZAG BELOW",
direction="nsm",
linebreak="cm",
@@ -51524,6 +52589,7 @@ characters.data={
},
[0x1DD0]={
category="mn",
+ combining=0xCA,
description="COMBINING IS BELOW",
direction="nsm",
linebreak="cm",
@@ -51531,6 +52597,7 @@ characters.data={
},
[0x1DD1]={
category="mn",
+ combining=0xE6,
description="COMBINING UR ABOVE",
direction="nsm",
linebreak="cm",
@@ -51538,6 +52605,7 @@ characters.data={
},
[0x1DD2]={
category="mn",
+ combining=0xE6,
description="COMBINING US ABOVE",
direction="nsm",
linebreak="cm",
@@ -51545,6 +52613,7 @@ characters.data={
},
[0x1DD3]={
category="mn",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER FLATTENED OPEN A ABOVE",
direction="nsm",
linebreak="cm",
@@ -51552,6 +52621,7 @@ characters.data={
},
[0x1DD4]={
category="mn",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER AE",
direction="nsm",
linebreak="cm",
@@ -51559,6 +52629,7 @@ characters.data={
},
[0x1DD5]={
category="mn",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER AO",
direction="nsm",
linebreak="cm",
@@ -51566,6 +52637,7 @@ characters.data={
},
[0x1DD6]={
category="mn",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER AV",
direction="nsm",
linebreak="cm",
@@ -51573,6 +52645,7 @@ characters.data={
},
[0x1DD7]={
category="mn",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER C CEDILLA",
direction="nsm",
linebreak="cm",
@@ -51580,6 +52653,7 @@ characters.data={
},
[0x1DD8]={
category="mn",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER INSULAR D",
direction="nsm",
linebreak="cm",
@@ -51587,6 +52661,7 @@ characters.data={
},
[0x1DD9]={
category="mn",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER ETH",
direction="nsm",
linebreak="cm",
@@ -51594,6 +52669,7 @@ characters.data={
},
[0x1DDA]={
category="mn",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER G",
direction="nsm",
linebreak="cm",
@@ -51601,6 +52677,7 @@ characters.data={
},
[0x1DDB]={
category="mn",
+ combining=0xE6,
description="COMBINING LATIN LETTER SMALL CAPITAL G",
direction="nsm",
linebreak="cm",
@@ -51608,6 +52685,7 @@ characters.data={
},
[0x1DDC]={
category="mn",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER K",
direction="nsm",
linebreak="cm",
@@ -51615,6 +52693,7 @@ characters.data={
},
[0x1DDD]={
category="mn",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER L",
direction="nsm",
linebreak="cm",
@@ -51622,6 +52701,7 @@ characters.data={
},
[0x1DDE]={
category="mn",
+ combining=0xE6,
description="COMBINING LATIN LETTER SMALL CAPITAL L",
direction="nsm",
linebreak="cm",
@@ -51629,6 +52709,7 @@ characters.data={
},
[0x1DDF]={
category="mn",
+ combining=0xE6,
description="COMBINING LATIN LETTER SMALL CAPITAL M",
direction="nsm",
linebreak="cm",
@@ -51636,6 +52717,7 @@ characters.data={
},
[0x1DE0]={
category="mn",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER N",
direction="nsm",
linebreak="cm",
@@ -51643,6 +52725,7 @@ characters.data={
},
[0x1DE1]={
category="mn",
+ combining=0xE6,
description="COMBINING LATIN LETTER SMALL CAPITAL N",
direction="nsm",
linebreak="cm",
@@ -51650,6 +52733,7 @@ characters.data={
},
[0x1DE2]={
category="mn",
+ combining=0xE6,
description="COMBINING LATIN LETTER SMALL CAPITAL R",
direction="nsm",
linebreak="cm",
@@ -51657,6 +52741,7 @@ characters.data={
},
[0x1DE3]={
category="mn",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER R ROTUNDA",
direction="nsm",
linebreak="cm",
@@ -51664,6 +52749,7 @@ characters.data={
},
[0x1DE4]={
category="mn",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER S",
direction="nsm",
linebreak="cm",
@@ -51671,6 +52757,7 @@ characters.data={
},
[0x1DE5]={
category="mn",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER LONG S",
direction="nsm",
linebreak="cm",
@@ -51678,13 +52765,135 @@ characters.data={
},
[0x1DE6]={
category="mn",
+ combining=0xE6,
description="COMBINING LATIN SMALL LETTER Z",
direction="nsm",
linebreak="cm",
unicodeslot=0x1DE6,
},
+ [0x1DE7]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING LATIN SMALL LETTER ALPHA",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1DE7,
+ },
+ [0x1DE8]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING LATIN SMALL LETTER B",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1DE8,
+ },
+ [0x1DE9]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING LATIN SMALL LETTER BETA",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1DE9,
+ },
+ [0x1DEA]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING LATIN SMALL LETTER SCHWA",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1DEA,
+ },
+ [0x1DEB]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING LATIN SMALL LETTER F",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1DEB,
+ },
+ [0x1DEC]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING LATIN SMALL LETTER L WITH DOUBLE MIDDLE TILDE",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1DEC,
+ },
+ [0x1DED]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING LATIN SMALL LETTER O WITH LIGHT CENTRALIZATION STROKE",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1DED,
+ },
+ [0x1DEE]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING LATIN SMALL LETTER P",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1DEE,
+ },
+ [0x1DEF]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING LATIN SMALL LETTER ESH",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1DEF,
+ },
+ [0x1DF0]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING LATIN SMALL LETTER U WITH LIGHT CENTRALIZATION STROKE",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1DF0,
+ },
+ [0x1DF1]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING LATIN SMALL LETTER W",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1DF1,
+ },
+ [0x1DF2]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING LATIN SMALL LETTER A WITH DIAERESIS",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1DF2,
+ },
+ [0x1DF3]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING LATIN SMALL LETTER O WITH DIAERESIS",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1DF3,
+ },
+ [0x1DF4]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING LATIN SMALL LETTER U WITH DIAERESIS",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1DF4,
+ },
+ [0x1DF5]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING UP TACK ABOVE",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1DF5,
+ },
[0x1DFC]={
category="mn",
+ combining=0xE9,
description="COMBINING DOUBLE INVERTED BREVE BELOW",
direction="nsm",
linebreak="cm",
@@ -51692,6 +52901,7 @@ characters.data={
},
[0x1DFD]={
category="mn",
+ combining=0xDC,
description="COMBINING ALMOST EQUAL TO BELOW",
direction="nsm",
linebreak="cm",
@@ -51699,6 +52909,7 @@ characters.data={
},
[0x1DFE]={
category="mn",
+ combining=0xE6,
description="COMBINING LEFT ARROWHEAD ABOVE",
direction="nsm",
linebreak="cm",
@@ -51706,6 +52917,7 @@ characters.data={
},
[0x1DFF]={
category="mn",
+ combining=0xDC,
description="COMBINING RIGHT ARROWHEAD AND DOWN ARROWHEAD BELOW",
direction="nsm",
linebreak="cm",
@@ -51718,8 +52930,8 @@ characters.data={
direction="l",
lccode=0x1E01,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x0041, 0x0325 },
+ shcode=0x41,
+ specials={ "char", 0x41, 0x325 },
unicodeslot=0x1E00,
},
[0x1E01]={
@@ -51728,8 +52940,8 @@ characters.data={
description="LATIN SMALL LETTER A WITH RING BELOW",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x0061, 0x0325 },
+ shcode=0x61,
+ specials={ "char", 0x61, 0x325 },
uccode=0x1E00,
unicodeslot=0x1E01,
},
@@ -51740,8 +52952,8 @@ characters.data={
direction="l",
lccode=0x1E03,
linebreak="al",
- shcode=0x0042,
- specials={ "char", 0x0042, 0x0307 },
+ shcode=0x42,
+ specials={ "char", 0x42, 0x307 },
unicodeslot=0x1E02,
},
[0x1E03]={
@@ -51750,8 +52962,8 @@ characters.data={
description="LATIN SMALL LETTER B WITH DOT ABOVE",
direction="l",
linebreak="al",
- shcode=0x0062,
- specials={ "char", 0x0062, 0x0307 },
+ shcode=0x62,
+ specials={ "char", 0x62, 0x307 },
uccode=0x1E02,
unicodeslot=0x1E03,
},
@@ -51762,8 +52974,8 @@ characters.data={
direction="l",
lccode=0x1E05,
linebreak="al",
- shcode=0x0042,
- specials={ "char", 0x0042, 0x0323 },
+ shcode=0x42,
+ specials={ "char", 0x42, 0x323 },
unicodeslot=0x1E04,
},
[0x1E05]={
@@ -51772,8 +52984,8 @@ characters.data={
description="LATIN SMALL LETTER B WITH DOT BELOW",
direction="l",
linebreak="al",
- shcode=0x0062,
- specials={ "char", 0x0062, 0x0323 },
+ shcode=0x62,
+ specials={ "char", 0x62, 0x323 },
uccode=0x1E04,
unicodeslot=0x1E05,
},
@@ -51784,8 +52996,8 @@ characters.data={
direction="l",
lccode=0x1E07,
linebreak="al",
- shcode=0x0042,
- specials={ "char", 0x0042, 0x0331 },
+ shcode=0x42,
+ specials={ "char", 0x42, 0x331 },
unicodeslot=0x1E06,
},
[0x1E07]={
@@ -51794,8 +53006,8 @@ characters.data={
description="LATIN SMALL LETTER B WITH LINE BELOW",
direction="l",
linebreak="al",
- shcode=0x0062,
- specials={ "char", 0x0062, 0x0331 },
+ shcode=0x62,
+ specials={ "char", 0x62, 0x331 },
uccode=0x1E06,
unicodeslot=0x1E07,
},
@@ -51806,8 +53018,8 @@ characters.data={
direction="l",
lccode=0x1E09,
linebreak="al",
- shcode=0x0043,
- specials={ "char", 0x00C7, 0x0301 },
+ shcode=0x43,
+ specials={ "char", 0xC7, 0x301 },
unicodeslot=0x1E08,
},
[0x1E09]={
@@ -51816,8 +53028,8 @@ characters.data={
description="LATIN SMALL LETTER C WITH CEDILLA AND ACUTE",
direction="l",
linebreak="al",
- shcode=0x0063,
- specials={ "char", 0x00E7, 0x0301 },
+ shcode=0x63,
+ specials={ "char", 0xE7, 0x301 },
uccode=0x1E08,
unicodeslot=0x1E09,
},
@@ -51828,8 +53040,8 @@ characters.data={
direction="l",
lccode=0x1E0B,
linebreak="al",
- shcode=0x0044,
- specials={ "char", 0x0044, 0x0307 },
+ shcode=0x44,
+ specials={ "char", 0x44, 0x307 },
unicodeslot=0x1E0A,
},
[0x1E0B]={
@@ -51838,8 +53050,8 @@ characters.data={
description="LATIN SMALL LETTER D WITH DOT ABOVE",
direction="l",
linebreak="al",
- shcode=0x0064,
- specials={ "char", 0x0064, 0x0307 },
+ shcode=0x64,
+ specials={ "char", 0x64, 0x307 },
uccode=0x1E0A,
unicodeslot=0x1E0B,
},
@@ -51850,8 +53062,8 @@ characters.data={
direction="l",
lccode=0x1E0D,
linebreak="al",
- shcode=0x0044,
- specials={ "char", 0x0044, 0x0323 },
+ shcode=0x44,
+ specials={ "char", 0x44, 0x323 },
unicodeslot=0x1E0C,
},
[0x1E0D]={
@@ -51860,8 +53072,8 @@ characters.data={
description="LATIN SMALL LETTER D WITH DOT BELOW",
direction="l",
linebreak="al",
- shcode=0x0064,
- specials={ "char", 0x0064, 0x0323 },
+ shcode=0x64,
+ specials={ "char", 0x64, 0x323 },
uccode=0x1E0C,
unicodeslot=0x1E0D,
},
@@ -51872,8 +53084,8 @@ characters.data={
direction="l",
lccode=0x1E0F,
linebreak="al",
- shcode=0x0044,
- specials={ "char", 0x0044, 0x0331 },
+ shcode=0x44,
+ specials={ "char", 0x44, 0x331 },
unicodeslot=0x1E0E,
},
[0x1E0F]={
@@ -51882,8 +53094,8 @@ characters.data={
description="LATIN SMALL LETTER D WITH LINE BELOW",
direction="l",
linebreak="al",
- shcode=0x0064,
- specials={ "char", 0x0064, 0x0331 },
+ shcode=0x64,
+ specials={ "char", 0x64, 0x331 },
uccode=0x1E0E,
unicodeslot=0x1E0F,
},
@@ -51894,8 +53106,8 @@ characters.data={
direction="l",
lccode=0x1E11,
linebreak="al",
- shcode=0x0044,
- specials={ "char", 0x0044, 0x0327 },
+ shcode=0x44,
+ specials={ "char", 0x44, 0x327 },
unicodeslot=0x1E10,
},
[0x1E11]={
@@ -51904,8 +53116,8 @@ characters.data={
description="LATIN SMALL LETTER D WITH CEDILLA",
direction="l",
linebreak="al",
- shcode=0x0064,
- specials={ "char", 0x0064, 0x0327 },
+ shcode=0x64,
+ specials={ "char", 0x64, 0x327 },
uccode=0x1E10,
unicodeslot=0x1E11,
},
@@ -51916,8 +53128,8 @@ characters.data={
direction="l",
lccode=0x1E13,
linebreak="al",
- shcode=0x0044,
- specials={ "char", 0x0044, 0x032D },
+ shcode=0x44,
+ specials={ "char", 0x44, 0x32D },
unicodeslot=0x1E12,
},
[0x1E13]={
@@ -51926,8 +53138,8 @@ characters.data={
description="LATIN SMALL LETTER D WITH CIRCUMFLEX BELOW",
direction="l",
linebreak="al",
- shcode=0x0064,
- specials={ "char", 0x0064, 0x032D },
+ shcode=0x64,
+ specials={ "char", 0x64, 0x32D },
uccode=0x1E12,
unicodeslot=0x1E13,
},
@@ -51938,8 +53150,8 @@ characters.data={
direction="l",
lccode=0x1E15,
linebreak="al",
- shcode=0x0045,
- specials={ "char", 0x0112, 0x0300 },
+ shcode=0x45,
+ specials={ "char", 0x112, 0x300 },
unicodeslot=0x1E14,
},
[0x1E15]={
@@ -51948,8 +53160,8 @@ characters.data={
description="LATIN SMALL LETTER E WITH MACRON AND GRAVE",
direction="l",
linebreak="al",
- shcode=0x0065,
- specials={ "char", 0x0113, 0x0300 },
+ shcode=0x65,
+ specials={ "char", 0x113, 0x300 },
uccode=0x1E14,
unicodeslot=0x1E15,
},
@@ -51960,8 +53172,8 @@ characters.data={
direction="l",
lccode=0x1E17,
linebreak="al",
- shcode=0x0045,
- specials={ "char", 0x0112, 0x0301 },
+ shcode=0x45,
+ specials={ "char", 0x112, 0x301 },
unicodeslot=0x1E16,
},
[0x1E17]={
@@ -51970,8 +53182,8 @@ characters.data={
description="LATIN SMALL LETTER E WITH MACRON AND ACUTE",
direction="l",
linebreak="al",
- shcode=0x0065,
- specials={ "char", 0x0113, 0x0301 },
+ shcode=0x65,
+ specials={ "char", 0x113, 0x301 },
uccode=0x1E16,
unicodeslot=0x1E17,
},
@@ -51982,8 +53194,8 @@ characters.data={
direction="l",
lccode=0x1E19,
linebreak="al",
- shcode=0x0045,
- specials={ "char", 0x0045, 0x032D },
+ shcode=0x45,
+ specials={ "char", 0x45, 0x32D },
unicodeslot=0x1E18,
},
[0x1E19]={
@@ -51992,8 +53204,8 @@ characters.data={
description="LATIN SMALL LETTER E WITH CIRCUMFLEX BELOW",
direction="l",
linebreak="al",
- shcode=0x0065,
- specials={ "char", 0x0065, 0x032D },
+ shcode=0x65,
+ specials={ "char", 0x65, 0x32D },
uccode=0x1E18,
unicodeslot=0x1E19,
},
@@ -52004,8 +53216,8 @@ characters.data={
direction="l",
lccode=0x1E1B,
linebreak="al",
- shcode=0x0045,
- specials={ "char", 0x0045, 0x0330 },
+ shcode=0x45,
+ specials={ "char", 0x45, 0x330 },
unicodeslot=0x1E1A,
},
[0x1E1B]={
@@ -52014,8 +53226,8 @@ characters.data={
description="LATIN SMALL LETTER E WITH TILDE BELOW",
direction="l",
linebreak="al",
- shcode=0x0065,
- specials={ "char", 0x0065, 0x0330 },
+ shcode=0x65,
+ specials={ "char", 0x65, 0x330 },
uccode=0x1E1A,
unicodeslot=0x1E1B,
},
@@ -52026,8 +53238,8 @@ characters.data={
direction="l",
lccode=0x1E1D,
linebreak="al",
- shcode=0x0045,
- specials={ "char", 0x0228, 0x0306 },
+ shcode=0x45,
+ specials={ "char", 0x228, 0x306 },
unicodeslot=0x1E1C,
},
[0x1E1D]={
@@ -52036,8 +53248,8 @@ characters.data={
description="LATIN SMALL LETTER E WITH CEDILLA AND BREVE",
direction="l",
linebreak="al",
- shcode=0x0065,
- specials={ "char", 0x0229, 0x0306 },
+ shcode=0x65,
+ specials={ "char", 0x229, 0x306 },
uccode=0x1E1C,
unicodeslot=0x1E1D,
},
@@ -52048,8 +53260,8 @@ characters.data={
direction="l",
lccode=0x1E1F,
linebreak="al",
- shcode=0x0046,
- specials={ "char", 0x0046, 0x0307 },
+ shcode=0x46,
+ specials={ "char", 0x46, 0x307 },
unicodeslot=0x1E1E,
},
[0x1E1F]={
@@ -52058,8 +53270,8 @@ characters.data={
description="LATIN SMALL LETTER F WITH DOT ABOVE",
direction="l",
linebreak="al",
- shcode=0x0066,
- specials={ "char", 0x0066, 0x0307 },
+ shcode=0x66,
+ specials={ "char", 0x66, 0x307 },
uccode=0x1E1E,
unicodeslot=0x1E1F,
},
@@ -52070,8 +53282,8 @@ characters.data={
direction="l",
lccode=0x1E21,
linebreak="al",
- shcode=0x0047,
- specials={ "char", 0x0047, 0x0304 },
+ shcode=0x47,
+ specials={ "char", 0x47, 0x304 },
unicodeslot=0x1E20,
},
[0x1E21]={
@@ -52080,8 +53292,8 @@ characters.data={
description="LATIN SMALL LETTER G WITH MACRON",
direction="l",
linebreak="al",
- shcode=0x0067,
- specials={ "char", 0x0067, 0x0304 },
+ shcode=0x67,
+ specials={ "char", 0x67, 0x304 },
uccode=0x1E20,
unicodeslot=0x1E21,
},
@@ -52092,8 +53304,8 @@ characters.data={
direction="l",
lccode=0x1E23,
linebreak="al",
- shcode=0x0048,
- specials={ "char", 0x0048, 0x0307 },
+ shcode=0x48,
+ specials={ "char", 0x48, 0x307 },
unicodeslot=0x1E22,
},
[0x1E23]={
@@ -52102,8 +53314,8 @@ characters.data={
description="LATIN SMALL LETTER H WITH DOT ABOVE",
direction="l",
linebreak="al",
- shcode=0x0068,
- specials={ "char", 0x0068, 0x0307 },
+ shcode=0x68,
+ specials={ "char", 0x68, 0x307 },
uccode=0x1E22,
unicodeslot=0x1E23,
},
@@ -52114,8 +53326,8 @@ characters.data={
direction="l",
lccode=0x1E25,
linebreak="al",
- shcode=0x0048,
- specials={ "char", 0x0048, 0x0323 },
+ shcode=0x48,
+ specials={ "char", 0x48, 0x323 },
unicodeslot=0x1E24,
},
[0x1E25]={
@@ -52124,8 +53336,8 @@ characters.data={
description="LATIN SMALL LETTER H WITH DOT BELOW",
direction="l",
linebreak="al",
- shcode=0x0068,
- specials={ "char", 0x0068, 0x0323 },
+ shcode=0x68,
+ specials={ "char", 0x68, 0x323 },
uccode=0x1E24,
unicodeslot=0x1E25,
},
@@ -52136,8 +53348,8 @@ characters.data={
direction="l",
lccode=0x1E27,
linebreak="al",
- shcode=0x0048,
- specials={ "char", 0x0048, 0x0308 },
+ shcode=0x48,
+ specials={ "char", 0x48, 0x308 },
unicodeslot=0x1E26,
},
[0x1E27]={
@@ -52146,8 +53358,8 @@ characters.data={
description="LATIN SMALL LETTER H WITH DIAERESIS",
direction="l",
linebreak="al",
- shcode=0x0068,
- specials={ "char", 0x0068, 0x0308 },
+ shcode=0x68,
+ specials={ "char", 0x68, 0x308 },
uccode=0x1E26,
unicodeslot=0x1E27,
},
@@ -52158,8 +53370,8 @@ characters.data={
direction="l",
lccode=0x1E29,
linebreak="al",
- shcode=0x0048,
- specials={ "char", 0x0048, 0x0327 },
+ shcode=0x48,
+ specials={ "char", 0x48, 0x327 },
unicodeslot=0x1E28,
},
[0x1E29]={
@@ -52168,8 +53380,8 @@ characters.data={
description="LATIN SMALL LETTER H WITH CEDILLA",
direction="l",
linebreak="al",
- shcode=0x0068,
- specials={ "char", 0x0068, 0x0327 },
+ shcode=0x68,
+ specials={ "char", 0x68, 0x327 },
uccode=0x1E28,
unicodeslot=0x1E29,
},
@@ -52180,8 +53392,8 @@ characters.data={
direction="l",
lccode=0x1E2B,
linebreak="al",
- shcode=0x0048,
- specials={ "char", 0x0048, 0x032E },
+ shcode=0x48,
+ specials={ "char", 0x48, 0x32E },
unicodeslot=0x1E2A,
},
[0x1E2B]={
@@ -52190,8 +53402,8 @@ characters.data={
description="LATIN SMALL LETTER H WITH BREVE BELOW",
direction="l",
linebreak="al",
- shcode=0x0068,
- specials={ "char", 0x0068, 0x032E },
+ shcode=0x68,
+ specials={ "char", 0x68, 0x32E },
uccode=0x1E2A,
unicodeslot=0x1E2B,
},
@@ -52202,8 +53414,8 @@ characters.data={
direction="l",
lccode=0x1E2D,
linebreak="al",
- shcode=0x0049,
- specials={ "char", 0x0049, 0x0330 },
+ shcode=0x49,
+ specials={ "char", 0x49, 0x330 },
unicodeslot=0x1E2C,
},
[0x1E2D]={
@@ -52212,8 +53424,8 @@ characters.data={
description="LATIN SMALL LETTER I WITH TILDE BELOW",
direction="l",
linebreak="al",
- shcode=0x0069,
- specials={ "char", 0x0069, 0x0330 },
+ shcode=0x69,
+ specials={ "char", 0x69, 0x330 },
uccode=0x1E2C,
unicodeslot=0x1E2D,
},
@@ -52224,8 +53436,8 @@ characters.data={
direction="l",
lccode=0x1E2F,
linebreak="al",
- shcode=0x0049,
- specials={ "char", 0x00CF, 0x0301 },
+ shcode=0x49,
+ specials={ "char", 0xCF, 0x301 },
unicodeslot=0x1E2E,
},
[0x1E2F]={
@@ -52234,8 +53446,8 @@ characters.data={
description="LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE",
direction="l",
linebreak="al",
- shcode=0x0069,
- specials={ "char", 0x00EF, 0x0301 },
+ shcode=0x69,
+ specials={ "char", 0xEF, 0x301 },
uccode=0x1E2E,
unicodeslot=0x1E2F,
},
@@ -52246,8 +53458,8 @@ characters.data={
direction="l",
lccode=0x1E31,
linebreak="al",
- shcode=0x004B,
- specials={ "char", 0x004B, 0x0301 },
+ shcode=0x4B,
+ specials={ "char", 0x4B, 0x301 },
unicodeslot=0x1E30,
},
[0x1E31]={
@@ -52256,8 +53468,8 @@ characters.data={
description="LATIN SMALL LETTER K WITH ACUTE",
direction="l",
linebreak="al",
- shcode=0x006B,
- specials={ "char", 0x006B, 0x0301 },
+ shcode=0x6B,
+ specials={ "char", 0x6B, 0x301 },
uccode=0x1E30,
unicodeslot=0x1E31,
},
@@ -52268,8 +53480,8 @@ characters.data={
direction="l",
lccode=0x1E33,
linebreak="al",
- shcode=0x004B,
- specials={ "char", 0x004B, 0x0323 },
+ shcode=0x4B,
+ specials={ "char", 0x4B, 0x323 },
unicodeslot=0x1E32,
},
[0x1E33]={
@@ -52278,8 +53490,8 @@ characters.data={
description="LATIN SMALL LETTER K WITH DOT BELOW",
direction="l",
linebreak="al",
- shcode=0x006B,
- specials={ "char", 0x006B, 0x0323 },
+ shcode=0x6B,
+ specials={ "char", 0x6B, 0x323 },
uccode=0x1E32,
unicodeslot=0x1E33,
},
@@ -52290,8 +53502,8 @@ characters.data={
direction="l",
lccode=0x1E35,
linebreak="al",
- shcode=0x004B,
- specials={ "char", 0x004B, 0x0331 },
+ shcode=0x4B,
+ specials={ "char", 0x4B, 0x331 },
unicodeslot=0x1E34,
},
[0x1E35]={
@@ -52300,8 +53512,8 @@ characters.data={
description="LATIN SMALL LETTER K WITH LINE BELOW",
direction="l",
linebreak="al",
- shcode=0x006B,
- specials={ "char", 0x006B, 0x0331 },
+ shcode=0x6B,
+ specials={ "char", 0x6B, 0x331 },
uccode=0x1E34,
unicodeslot=0x1E35,
},
@@ -52312,8 +53524,8 @@ characters.data={
direction="l",
lccode=0x1E37,
linebreak="al",
- shcode=0x004C,
- specials={ "char", 0x004C, 0x0323 },
+ shcode=0x4C,
+ specials={ "char", 0x4C, 0x323 },
unicodeslot=0x1E36,
},
[0x1E37]={
@@ -52322,8 +53534,8 @@ characters.data={
description="LATIN SMALL LETTER L WITH DOT BELOW",
direction="l",
linebreak="al",
- shcode=0x006C,
- specials={ "char", 0x006C, 0x0323 },
+ shcode=0x6C,
+ specials={ "char", 0x6C, 0x323 },
uccode=0x1E36,
unicodeslot=0x1E37,
},
@@ -52334,8 +53546,8 @@ characters.data={
direction="l",
lccode=0x1E39,
linebreak="al",
- shcode=0x004C,
- specials={ "char", 0x1E36, 0x0304 },
+ shcode=0x4C,
+ specials={ "char", 0x1E36, 0x304 },
unicodeslot=0x1E38,
},
[0x1E39]={
@@ -52344,8 +53556,8 @@ characters.data={
description="LATIN SMALL LETTER L WITH DOT BELOW AND MACRON",
direction="l",
linebreak="al",
- shcode=0x006C,
- specials={ "char", 0x1E37, 0x0304 },
+ shcode=0x6C,
+ specials={ "char", 0x1E37, 0x304 },
uccode=0x1E38,
unicodeslot=0x1E39,
},
@@ -52356,8 +53568,8 @@ characters.data={
direction="l",
lccode=0x1E3B,
linebreak="al",
- shcode=0x004C,
- specials={ "char", 0x004C, 0x0331 },
+ shcode=0x4C,
+ specials={ "char", 0x4C, 0x331 },
unicodeslot=0x1E3A,
},
[0x1E3B]={
@@ -52366,8 +53578,8 @@ characters.data={
description="LATIN SMALL LETTER L WITH LINE BELOW",
direction="l",
linebreak="al",
- shcode=0x006C,
- specials={ "char", 0x006C, 0x0331 },
+ shcode=0x6C,
+ specials={ "char", 0x6C, 0x331 },
uccode=0x1E3A,
unicodeslot=0x1E3B,
},
@@ -52378,8 +53590,8 @@ characters.data={
direction="l",
lccode=0x1E3D,
linebreak="al",
- shcode=0x004C,
- specials={ "char", 0x004C, 0x032D },
+ shcode=0x4C,
+ specials={ "char", 0x4C, 0x32D },
unicodeslot=0x1E3C,
},
[0x1E3D]={
@@ -52388,8 +53600,8 @@ characters.data={
description="LATIN SMALL LETTER L WITH CIRCUMFLEX BELOW",
direction="l",
linebreak="al",
- shcode=0x006C,
- specials={ "char", 0x006C, 0x032D },
+ shcode=0x6C,
+ specials={ "char", 0x6C, 0x32D },
uccode=0x1E3C,
unicodeslot=0x1E3D,
},
@@ -52400,8 +53612,8 @@ characters.data={
direction="l",
lccode=0x1E3F,
linebreak="al",
- shcode=0x004D,
- specials={ "char", 0x004D, 0x0301 },
+ shcode=0x4D,
+ specials={ "char", 0x4D, 0x301 },
unicodeslot=0x1E3E,
},
[0x1E3F]={
@@ -52410,8 +53622,8 @@ characters.data={
description="LATIN SMALL LETTER M WITH ACUTE",
direction="l",
linebreak="al",
- shcode=0x006D,
- specials={ "char", 0x006D, 0x0301 },
+ shcode=0x6D,
+ specials={ "char", 0x6D, 0x301 },
uccode=0x1E3E,
unicodeslot=0x1E3F,
},
@@ -52422,8 +53634,8 @@ characters.data={
direction="l",
lccode=0x1E41,
linebreak="al",
- shcode=0x004D,
- specials={ "char", 0x004D, 0x0307 },
+ shcode=0x4D,
+ specials={ "char", 0x4D, 0x307 },
unicodeslot=0x1E40,
},
[0x1E41]={
@@ -52432,8 +53644,8 @@ characters.data={
description="LATIN SMALL LETTER M WITH DOT ABOVE",
direction="l",
linebreak="al",
- shcode=0x006D,
- specials={ "char", 0x006D, 0x0307 },
+ shcode=0x6D,
+ specials={ "char", 0x6D, 0x307 },
uccode=0x1E40,
unicodeslot=0x1E41,
},
@@ -52444,8 +53656,8 @@ characters.data={
direction="l",
lccode=0x1E43,
linebreak="al",
- shcode=0x004D,
- specials={ "char", 0x004D, 0x0323 },
+ shcode=0x4D,
+ specials={ "char", 0x4D, 0x323 },
unicodeslot=0x1E42,
},
[0x1E43]={
@@ -52454,8 +53666,8 @@ characters.data={
description="LATIN SMALL LETTER M WITH DOT BELOW",
direction="l",
linebreak="al",
- shcode=0x006D,
- specials={ "char", 0x006D, 0x0323 },
+ shcode=0x6D,
+ specials={ "char", 0x6D, 0x323 },
uccode=0x1E42,
unicodeslot=0x1E43,
},
@@ -52466,8 +53678,8 @@ characters.data={
direction="l",
lccode=0x1E45,
linebreak="al",
- shcode=0x004E,
- specials={ "char", 0x004E, 0x0307 },
+ shcode=0x4E,
+ specials={ "char", 0x4E, 0x307 },
unicodeslot=0x1E44,
},
[0x1E45]={
@@ -52476,8 +53688,8 @@ characters.data={
description="LATIN SMALL LETTER N WITH DOT ABOVE",
direction="l",
linebreak="al",
- shcode=0x006E,
- specials={ "char", 0x006E, 0x0307 },
+ shcode=0x6E,
+ specials={ "char", 0x6E, 0x307 },
uccode=0x1E44,
unicodeslot=0x1E45,
},
@@ -52488,8 +53700,8 @@ characters.data={
direction="l",
lccode=0x1E47,
linebreak="al",
- shcode=0x004E,
- specials={ "char", 0x004E, 0x0323 },
+ shcode=0x4E,
+ specials={ "char", 0x4E, 0x323 },
unicodeslot=0x1E46,
},
[0x1E47]={
@@ -52498,8 +53710,8 @@ characters.data={
description="LATIN SMALL LETTER N WITH DOT BELOW",
direction="l",
linebreak="al",
- shcode=0x006E,
- specials={ "char", 0x006E, 0x0323 },
+ shcode=0x6E,
+ specials={ "char", 0x6E, 0x323 },
uccode=0x1E46,
unicodeslot=0x1E47,
},
@@ -52510,8 +53722,8 @@ characters.data={
direction="l",
lccode=0x1E49,
linebreak="al",
- shcode=0x004E,
- specials={ "char", 0x004E, 0x0331 },
+ shcode=0x4E,
+ specials={ "char", 0x4E, 0x331 },
unicodeslot=0x1E48,
},
[0x1E49]={
@@ -52520,8 +53732,8 @@ characters.data={
description="LATIN SMALL LETTER N WITH LINE BELOW",
direction="l",
linebreak="al",
- shcode=0x006E,
- specials={ "char", 0x006E, 0x0331 },
+ shcode=0x6E,
+ specials={ "char", 0x6E, 0x331 },
uccode=0x1E48,
unicodeslot=0x1E49,
},
@@ -52532,8 +53744,8 @@ characters.data={
direction="l",
lccode=0x1E4B,
linebreak="al",
- shcode=0x004E,
- specials={ "char", 0x004E, 0x032D },
+ shcode=0x4E,
+ specials={ "char", 0x4E, 0x32D },
unicodeslot=0x1E4A,
},
[0x1E4B]={
@@ -52542,8 +53754,8 @@ characters.data={
description="LATIN SMALL LETTER N WITH CIRCUMFLEX BELOW",
direction="l",
linebreak="al",
- shcode=0x006E,
- specials={ "char", 0x006E, 0x032D },
+ shcode=0x6E,
+ specials={ "char", 0x6E, 0x32D },
uccode=0x1E4A,
unicodeslot=0x1E4B,
},
@@ -52554,8 +53766,8 @@ characters.data={
direction="l",
lccode=0x1E4D,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x00D5, 0x0301 },
+ shcode=0x4F,
+ specials={ "char", 0xD5, 0x301 },
unicodeslot=0x1E4C,
},
[0x1E4D]={
@@ -52564,8 +53776,8 @@ characters.data={
description="LATIN SMALL LETTER O WITH TILDE AND ACUTE",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x00F5, 0x0301 },
+ shcode=0x6F,
+ specials={ "char", 0xF5, 0x301 },
uccode=0x1E4C,
unicodeslot=0x1E4D,
},
@@ -52576,8 +53788,8 @@ characters.data={
direction="l",
lccode=0x1E4F,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x00D5, 0x0308 },
+ shcode=0x4F,
+ specials={ "char", 0xD5, 0x308 },
unicodeslot=0x1E4E,
},
[0x1E4F]={
@@ -52586,8 +53798,8 @@ characters.data={
description="LATIN SMALL LETTER O WITH TILDE AND DIAERESIS",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x00F5, 0x0308 },
+ shcode=0x6F,
+ specials={ "char", 0xF5, 0x308 },
uccode=0x1E4E,
unicodeslot=0x1E4F,
},
@@ -52598,8 +53810,8 @@ characters.data={
direction="l",
lccode=0x1E51,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x014C, 0x0300 },
+ shcode=0x4F,
+ specials={ "char", 0x14C, 0x300 },
unicodeslot=0x1E50,
},
[0x1E51]={
@@ -52608,8 +53820,8 @@ characters.data={
description="LATIN SMALL LETTER O WITH MACRON AND GRAVE",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x014D, 0x0300 },
+ shcode=0x6F,
+ specials={ "char", 0x14D, 0x300 },
uccode=0x1E50,
unicodeslot=0x1E51,
},
@@ -52620,8 +53832,8 @@ characters.data={
direction="l",
lccode=0x1E53,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x014C, 0x0301 },
+ shcode=0x4F,
+ specials={ "char", 0x14C, 0x301 },
unicodeslot=0x1E52,
},
[0x1E53]={
@@ -52630,8 +53842,8 @@ characters.data={
description="LATIN SMALL LETTER O WITH MACRON AND ACUTE",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x014D, 0x0301 },
+ shcode=0x6F,
+ specials={ "char", 0x14D, 0x301 },
uccode=0x1E52,
unicodeslot=0x1E53,
},
@@ -52642,8 +53854,8 @@ characters.data={
direction="l",
lccode=0x1E55,
linebreak="al",
- shcode=0x0050,
- specials={ "char", 0x0050, 0x0301 },
+ shcode=0x50,
+ specials={ "char", 0x50, 0x301 },
unicodeslot=0x1E54,
},
[0x1E55]={
@@ -52652,8 +53864,8 @@ characters.data={
description="LATIN SMALL LETTER P WITH ACUTE",
direction="l",
linebreak="al",
- shcode=0x0070,
- specials={ "char", 0x0070, 0x0301 },
+ shcode=0x70,
+ specials={ "char", 0x70, 0x301 },
uccode=0x1E54,
unicodeslot=0x1E55,
},
@@ -52664,8 +53876,8 @@ characters.data={
direction="l",
lccode=0x1E57,
linebreak="al",
- shcode=0x0050,
- specials={ "char", 0x0050, 0x0307 },
+ shcode=0x50,
+ specials={ "char", 0x50, 0x307 },
unicodeslot=0x1E56,
},
[0x1E57]={
@@ -52674,8 +53886,8 @@ characters.data={
description="LATIN SMALL LETTER P WITH DOT ABOVE",
direction="l",
linebreak="al",
- shcode=0x0070,
- specials={ "char", 0x0070, 0x0307 },
+ shcode=0x70,
+ specials={ "char", 0x70, 0x307 },
uccode=0x1E56,
unicodeslot=0x1E57,
},
@@ -52686,8 +53898,8 @@ characters.data={
direction="l",
lccode=0x1E59,
linebreak="al",
- shcode=0x0052,
- specials={ "char", 0x0052, 0x0307 },
+ shcode=0x52,
+ specials={ "char", 0x52, 0x307 },
unicodeslot=0x1E58,
},
[0x1E59]={
@@ -52696,8 +53908,8 @@ characters.data={
description="LATIN SMALL LETTER R WITH DOT ABOVE",
direction="l",
linebreak="al",
- shcode=0x0072,
- specials={ "char", 0x0072, 0x0307 },
+ shcode=0x72,
+ specials={ "char", 0x72, 0x307 },
uccode=0x1E58,
unicodeslot=0x1E59,
},
@@ -52708,8 +53920,8 @@ characters.data={
direction="l",
lccode=0x1E5B,
linebreak="al",
- shcode=0x0052,
- specials={ "char", 0x0052, 0x0323 },
+ shcode=0x52,
+ specials={ "char", 0x52, 0x323 },
unicodeslot=0x1E5A,
},
[0x1E5B]={
@@ -52718,8 +53930,8 @@ characters.data={
description="LATIN SMALL LETTER R WITH DOT BELOW",
direction="l",
linebreak="al",
- shcode=0x0072,
- specials={ "char", 0x0072, 0x0323 },
+ shcode=0x72,
+ specials={ "char", 0x72, 0x323 },
uccode=0x1E5A,
unicodeslot=0x1E5B,
},
@@ -52730,8 +53942,8 @@ characters.data={
direction="l",
lccode=0x1E5D,
linebreak="al",
- shcode=0x0052,
- specials={ "char", 0x1E5A, 0x0304 },
+ shcode=0x52,
+ specials={ "char", 0x1E5A, 0x304 },
unicodeslot=0x1E5C,
},
[0x1E5D]={
@@ -52740,8 +53952,8 @@ characters.data={
description="LATIN SMALL LETTER R WITH DOT BELOW AND MACRON",
direction="l",
linebreak="al",
- shcode=0x0072,
- specials={ "char", 0x1E5B, 0x0304 },
+ shcode=0x72,
+ specials={ "char", 0x1E5B, 0x304 },
uccode=0x1E5C,
unicodeslot=0x1E5D,
},
@@ -52752,8 +53964,8 @@ characters.data={
direction="l",
lccode=0x1E5F,
linebreak="al",
- shcode=0x0052,
- specials={ "char", 0x0052, 0x0331 },
+ shcode=0x52,
+ specials={ "char", 0x52, 0x331 },
unicodeslot=0x1E5E,
},
[0x1E5F]={
@@ -52762,8 +53974,8 @@ characters.data={
description="LATIN SMALL LETTER R WITH LINE BELOW",
direction="l",
linebreak="al",
- shcode=0x0072,
- specials={ "char", 0x0072, 0x0331 },
+ shcode=0x72,
+ specials={ "char", 0x72, 0x331 },
uccode=0x1E5E,
unicodeslot=0x1E5F,
},
@@ -52774,8 +53986,8 @@ characters.data={
direction="l",
lccode=0x1E61,
linebreak="al",
- shcode=0x0053,
- specials={ "char", 0x0053, 0x0307 },
+ shcode=0x53,
+ specials={ "char", 0x53, 0x307 },
unicodeslot=0x1E60,
},
[0x1E61]={
@@ -52784,8 +53996,8 @@ characters.data={
description="LATIN SMALL LETTER S WITH DOT ABOVE",
direction="l",
linebreak="al",
- shcode=0x0073,
- specials={ "char", 0x0073, 0x0307 },
+ shcode=0x73,
+ specials={ "char", 0x73, 0x307 },
uccode=0x1E60,
unicodeslot=0x1E61,
},
@@ -52796,8 +54008,8 @@ characters.data={
direction="l",
lccode=0x1E63,
linebreak="al",
- shcode=0x0053,
- specials={ "char", 0x0053, 0x0323 },
+ shcode=0x53,
+ specials={ "char", 0x53, 0x323 },
unicodeslot=0x1E62,
},
[0x1E63]={
@@ -52806,8 +54018,8 @@ characters.data={
description="LATIN SMALL LETTER S WITH DOT BELOW",
direction="l",
linebreak="al",
- shcode=0x0073,
- specials={ "char", 0x0073, 0x0323 },
+ shcode=0x73,
+ specials={ "char", 0x73, 0x323 },
uccode=0x1E62,
unicodeslot=0x1E63,
},
@@ -52818,8 +54030,8 @@ characters.data={
direction="l",
lccode=0x1E65,
linebreak="al",
- shcode=0x0053,
- specials={ "char", 0x015A, 0x0307 },
+ shcode=0x53,
+ specials={ "char", 0x15A, 0x307 },
unicodeslot=0x1E64,
},
[0x1E65]={
@@ -52828,8 +54040,8 @@ characters.data={
description="LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE",
direction="l",
linebreak="al",
- shcode=0x0073,
- specials={ "char", 0x015B, 0x0307 },
+ shcode=0x73,
+ specials={ "char", 0x15B, 0x307 },
uccode=0x1E64,
unicodeslot=0x1E65,
},
@@ -52840,8 +54052,8 @@ characters.data={
direction="l",
lccode=0x1E67,
linebreak="al",
- shcode=0x0053,
- specials={ "char", 0x0160, 0x0307 },
+ shcode=0x53,
+ specials={ "char", 0x160, 0x307 },
unicodeslot=0x1E66,
},
[0x1E67]={
@@ -52850,8 +54062,8 @@ characters.data={
description="LATIN SMALL LETTER S WITH CARON AND DOT ABOVE",
direction="l",
linebreak="al",
- shcode=0x0073,
- specials={ "char", 0x0161, 0x0307 },
+ shcode=0x73,
+ specials={ "char", 0x161, 0x307 },
uccode=0x1E66,
unicodeslot=0x1E67,
},
@@ -52862,8 +54074,8 @@ characters.data={
direction="l",
lccode=0x1E69,
linebreak="al",
- shcode=0x0053,
- specials={ "char", 0x1E62, 0x0307 },
+ shcode=0x53,
+ specials={ "char", 0x1E62, 0x307 },
unicodeslot=0x1E68,
},
[0x1E69]={
@@ -52872,8 +54084,8 @@ characters.data={
description="LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE",
direction="l",
linebreak="al",
- shcode=0x0073,
- specials={ "char", 0x1E63, 0x0307 },
+ shcode=0x73,
+ specials={ "char", 0x1E63, 0x307 },
uccode=0x1E68,
unicodeslot=0x1E69,
},
@@ -52884,8 +54096,8 @@ characters.data={
direction="l",
lccode=0x1E6B,
linebreak="al",
- shcode=0x0054,
- specials={ "char", 0x0054, 0x0307 },
+ shcode=0x54,
+ specials={ "char", 0x54, 0x307 },
unicodeslot=0x1E6A,
},
[0x1E6B]={
@@ -52894,8 +54106,8 @@ characters.data={
description="LATIN SMALL LETTER T WITH DOT ABOVE",
direction="l",
linebreak="al",
- shcode=0x0074,
- specials={ "char", 0x0074, 0x0307 },
+ shcode=0x74,
+ specials={ "char", 0x74, 0x307 },
uccode=0x1E6A,
unicodeslot=0x1E6B,
},
@@ -52906,8 +54118,8 @@ characters.data={
direction="l",
lccode=0x1E6D,
linebreak="al",
- shcode=0x0054,
- specials={ "char", 0x0054, 0x0323 },
+ shcode=0x54,
+ specials={ "char", 0x54, 0x323 },
unicodeslot=0x1E6C,
},
[0x1E6D]={
@@ -52916,8 +54128,8 @@ characters.data={
description="LATIN SMALL LETTER T WITH DOT BELOW",
direction="l",
linebreak="al",
- shcode=0x0074,
- specials={ "char", 0x0074, 0x0323 },
+ shcode=0x74,
+ specials={ "char", 0x74, 0x323 },
uccode=0x1E6C,
unicodeslot=0x1E6D,
},
@@ -52928,8 +54140,8 @@ characters.data={
direction="l",
lccode=0x1E6F,
linebreak="al",
- shcode=0x0054,
- specials={ "char", 0x0054, 0x0331 },
+ shcode=0x54,
+ specials={ "char", 0x54, 0x331 },
unicodeslot=0x1E6E,
},
[0x1E6F]={
@@ -52938,8 +54150,8 @@ characters.data={
description="LATIN SMALL LETTER T WITH LINE BELOW",
direction="l",
linebreak="al",
- shcode=0x0074,
- specials={ "char", 0x0074, 0x0331 },
+ shcode=0x74,
+ specials={ "char", 0x74, 0x331 },
uccode=0x1E6E,
unicodeslot=0x1E6F,
},
@@ -52950,8 +54162,8 @@ characters.data={
direction="l",
lccode=0x1E71,
linebreak="al",
- shcode=0x0054,
- specials={ "char", 0x0054, 0x032D },
+ shcode=0x54,
+ specials={ "char", 0x54, 0x32D },
unicodeslot=0x1E70,
},
[0x1E71]={
@@ -52960,8 +54172,8 @@ characters.data={
description="LATIN SMALL LETTER T WITH CIRCUMFLEX BELOW",
direction="l",
linebreak="al",
- shcode=0x0074,
- specials={ "char", 0x0074, 0x032D },
+ shcode=0x74,
+ specials={ "char", 0x74, 0x32D },
uccode=0x1E70,
unicodeslot=0x1E71,
},
@@ -52972,8 +54184,8 @@ characters.data={
direction="l",
lccode=0x1E73,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x0055, 0x0324 },
+ shcode=0x55,
+ specials={ "char", 0x55, 0x324 },
unicodeslot=0x1E72,
},
[0x1E73]={
@@ -52982,8 +54194,8 @@ characters.data={
description="LATIN SMALL LETTER U WITH DIAERESIS BELOW",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x0075, 0x0324 },
+ shcode=0x75,
+ specials={ "char", 0x75, 0x324 },
uccode=0x1E72,
unicodeslot=0x1E73,
},
@@ -52994,8 +54206,8 @@ characters.data={
direction="l",
lccode=0x1E75,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x0055, 0x0330 },
+ shcode=0x55,
+ specials={ "char", 0x55, 0x330 },
unicodeslot=0x1E74,
},
[0x1E75]={
@@ -53004,8 +54216,8 @@ characters.data={
description="LATIN SMALL LETTER U WITH TILDE BELOW",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x0075, 0x0330 },
+ shcode=0x75,
+ specials={ "char", 0x75, 0x330 },
uccode=0x1E74,
unicodeslot=0x1E75,
},
@@ -53016,8 +54228,8 @@ characters.data={
direction="l",
lccode=0x1E77,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x0055, 0x032D },
+ shcode=0x55,
+ specials={ "char", 0x55, 0x32D },
unicodeslot=0x1E76,
},
[0x1E77]={
@@ -53026,8 +54238,8 @@ characters.data={
description="LATIN SMALL LETTER U WITH CIRCUMFLEX BELOW",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x0075, 0x032D },
+ shcode=0x75,
+ specials={ "char", 0x75, 0x32D },
uccode=0x1E76,
unicodeslot=0x1E77,
},
@@ -53038,8 +54250,8 @@ characters.data={
direction="l",
lccode=0x1E79,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x0168, 0x0301 },
+ shcode=0x55,
+ specials={ "char", 0x168, 0x301 },
unicodeslot=0x1E78,
},
[0x1E79]={
@@ -53048,8 +54260,8 @@ characters.data={
description="LATIN SMALL LETTER U WITH TILDE AND ACUTE",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x0169, 0x0301 },
+ shcode=0x75,
+ specials={ "char", 0x169, 0x301 },
uccode=0x1E78,
unicodeslot=0x1E79,
},
@@ -53060,8 +54272,8 @@ characters.data={
direction="l",
lccode=0x1E7B,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x016A, 0x0308 },
+ shcode=0x55,
+ specials={ "char", 0x16A, 0x308 },
unicodeslot=0x1E7A,
},
[0x1E7B]={
@@ -53070,8 +54282,8 @@ characters.data={
description="LATIN SMALL LETTER U WITH MACRON AND DIAERESIS",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x016B, 0x0308 },
+ shcode=0x75,
+ specials={ "char", 0x16B, 0x308 },
uccode=0x1E7A,
unicodeslot=0x1E7B,
},
@@ -53082,8 +54294,8 @@ characters.data={
direction="l",
lccode=0x1E7D,
linebreak="al",
- shcode=0x0056,
- specials={ "char", 0x0056, 0x0303 },
+ shcode=0x56,
+ specials={ "char", 0x56, 0x303 },
unicodeslot=0x1E7C,
},
[0x1E7D]={
@@ -53092,8 +54304,8 @@ characters.data={
description="LATIN SMALL LETTER V WITH TILDE",
direction="l",
linebreak="al",
- shcode=0x0076,
- specials={ "char", 0x0076, 0x0303 },
+ shcode=0x76,
+ specials={ "char", 0x76, 0x303 },
uccode=0x1E7C,
unicodeslot=0x1E7D,
},
@@ -53104,8 +54316,8 @@ characters.data={
direction="l",
lccode=0x1E7F,
linebreak="al",
- shcode=0x0056,
- specials={ "char", 0x0056, 0x0323 },
+ shcode=0x56,
+ specials={ "char", 0x56, 0x323 },
unicodeslot=0x1E7E,
},
[0x1E7F]={
@@ -53114,8 +54326,8 @@ characters.data={
description="LATIN SMALL LETTER V WITH DOT BELOW",
direction="l",
linebreak="al",
- shcode=0x0076,
- specials={ "char", 0x0076, 0x0323 },
+ shcode=0x76,
+ specials={ "char", 0x76, 0x323 },
uccode=0x1E7E,
unicodeslot=0x1E7F,
},
@@ -53126,8 +54338,8 @@ characters.data={
direction="l",
lccode=0x1E81,
linebreak="al",
- shcode=0x0057,
- specials={ "char", 0x0057, 0x0300 },
+ shcode=0x57,
+ specials={ "char", 0x57, 0x300 },
unicodeslot=0x1E80,
},
[0x1E81]={
@@ -53136,8 +54348,8 @@ characters.data={
description="LATIN SMALL LETTER W WITH GRAVE",
direction="l",
linebreak="al",
- shcode=0x0077,
- specials={ "char", 0x0077, 0x0300 },
+ shcode=0x77,
+ specials={ "char", 0x77, 0x300 },
uccode=0x1E80,
unicodeslot=0x1E81,
},
@@ -53148,8 +54360,8 @@ characters.data={
direction="l",
lccode=0x1E83,
linebreak="al",
- shcode=0x0057,
- specials={ "char", 0x0057, 0x0301 },
+ shcode=0x57,
+ specials={ "char", 0x57, 0x301 },
unicodeslot=0x1E82,
},
[0x1E83]={
@@ -53158,8 +54370,8 @@ characters.data={
description="LATIN SMALL LETTER W WITH ACUTE",
direction="l",
linebreak="al",
- shcode=0x0077,
- specials={ "char", 0x0077, 0x0301 },
+ shcode=0x77,
+ specials={ "char", 0x77, 0x301 },
uccode=0x1E82,
unicodeslot=0x1E83,
},
@@ -53170,8 +54382,8 @@ characters.data={
direction="l",
lccode=0x1E85,
linebreak="al",
- shcode=0x0057,
- specials={ "char", 0x0057, 0x0308 },
+ shcode=0x57,
+ specials={ "char", 0x57, 0x308 },
unicodeslot=0x1E84,
},
[0x1E85]={
@@ -53180,8 +54392,8 @@ characters.data={
description="LATIN SMALL LETTER W WITH DIAERESIS",
direction="l",
linebreak="al",
- shcode=0x0077,
- specials={ "char", 0x0077, 0x0308 },
+ shcode=0x77,
+ specials={ "char", 0x77, 0x308 },
uccode=0x1E84,
unicodeslot=0x1E85,
},
@@ -53192,8 +54404,8 @@ characters.data={
direction="l",
lccode=0x1E87,
linebreak="al",
- shcode=0x0057,
- specials={ "char", 0x0057, 0x0307 },
+ shcode=0x57,
+ specials={ "char", 0x57, 0x307 },
unicodeslot=0x1E86,
},
[0x1E87]={
@@ -53202,8 +54414,8 @@ characters.data={
description="LATIN SMALL LETTER W WITH DOT ABOVE",
direction="l",
linebreak="al",
- shcode=0x0077,
- specials={ "char", 0x0077, 0x0307 },
+ shcode=0x77,
+ specials={ "char", 0x77, 0x307 },
uccode=0x1E86,
unicodeslot=0x1E87,
},
@@ -53214,8 +54426,8 @@ characters.data={
direction="l",
lccode=0x1E89,
linebreak="al",
- shcode=0x0057,
- specials={ "char", 0x0057, 0x0323 },
+ shcode=0x57,
+ specials={ "char", 0x57, 0x323 },
unicodeslot=0x1E88,
},
[0x1E89]={
@@ -53224,8 +54436,8 @@ characters.data={
description="LATIN SMALL LETTER W WITH DOT BELOW",
direction="l",
linebreak="al",
- shcode=0x0077,
- specials={ "char", 0x0077, 0x0323 },
+ shcode=0x77,
+ specials={ "char", 0x77, 0x323 },
uccode=0x1E88,
unicodeslot=0x1E89,
},
@@ -53236,8 +54448,8 @@ characters.data={
direction="l",
lccode=0x1E8B,
linebreak="al",
- shcode=0x0058,
- specials={ "char", 0x0058, 0x0307 },
+ shcode=0x58,
+ specials={ "char", 0x58, 0x307 },
unicodeslot=0x1E8A,
},
[0x1E8B]={
@@ -53246,8 +54458,8 @@ characters.data={
description="LATIN SMALL LETTER X WITH DOT ABOVE",
direction="l",
linebreak="al",
- shcode=0x0078,
- specials={ "char", 0x0078, 0x0307 },
+ shcode=0x78,
+ specials={ "char", 0x78, 0x307 },
uccode=0x1E8A,
unicodeslot=0x1E8B,
},
@@ -53258,8 +54470,8 @@ characters.data={
direction="l",
lccode=0x1E8D,
linebreak="al",
- shcode=0x0058,
- specials={ "char", 0x0058, 0x0308 },
+ shcode=0x58,
+ specials={ "char", 0x58, 0x308 },
unicodeslot=0x1E8C,
},
[0x1E8D]={
@@ -53268,8 +54480,8 @@ characters.data={
description="LATIN SMALL LETTER X WITH DIAERESIS",
direction="l",
linebreak="al",
- shcode=0x0078,
- specials={ "char", 0x0078, 0x0308 },
+ shcode=0x78,
+ specials={ "char", 0x78, 0x308 },
uccode=0x1E8C,
unicodeslot=0x1E8D,
},
@@ -53280,8 +54492,8 @@ characters.data={
direction="l",
lccode=0x1E8F,
linebreak="al",
- shcode=0x0059,
- specials={ "char", 0x0059, 0x0307 },
+ shcode=0x59,
+ specials={ "char", 0x59, 0x307 },
unicodeslot=0x1E8E,
},
[0x1E8F]={
@@ -53290,8 +54502,8 @@ characters.data={
description="LATIN SMALL LETTER Y WITH DOT ABOVE",
direction="l",
linebreak="al",
- shcode=0x0079,
- specials={ "char", 0x0079, 0x0307 },
+ shcode=0x79,
+ specials={ "char", 0x79, 0x307 },
uccode=0x1E8E,
unicodeslot=0x1E8F,
},
@@ -53302,8 +54514,8 @@ characters.data={
direction="l",
lccode=0x1E91,
linebreak="al",
- shcode=0x005A,
- specials={ "char", 0x005A, 0x0302 },
+ shcode=0x5A,
+ specials={ "char", 0x5A, 0x302 },
unicodeslot=0x1E90,
},
[0x1E91]={
@@ -53312,8 +54524,8 @@ characters.data={
description="LATIN SMALL LETTER Z WITH CIRCUMFLEX",
direction="l",
linebreak="al",
- shcode=0x007A,
- specials={ "char", 0x007A, 0x0302 },
+ shcode=0x7A,
+ specials={ "char", 0x7A, 0x302 },
uccode=0x1E90,
unicodeslot=0x1E91,
},
@@ -53324,8 +54536,8 @@ characters.data={
direction="l",
lccode=0x1E93,
linebreak="al",
- shcode=0x005A,
- specials={ "char", 0x005A, 0x0323 },
+ shcode=0x5A,
+ specials={ "char", 0x5A, 0x323 },
unicodeslot=0x1E92,
},
[0x1E93]={
@@ -53334,8 +54546,8 @@ characters.data={
description="LATIN SMALL LETTER Z WITH DOT BELOW",
direction="l",
linebreak="al",
- shcode=0x007A,
- specials={ "char", 0x007A, 0x0323 },
+ shcode=0x7A,
+ specials={ "char", 0x7A, 0x323 },
uccode=0x1E92,
unicodeslot=0x1E93,
},
@@ -53346,8 +54558,8 @@ characters.data={
direction="l",
lccode=0x1E95,
linebreak="al",
- shcode=0x005A,
- specials={ "char", 0x005A, 0x0331 },
+ shcode=0x5A,
+ specials={ "char", 0x5A, 0x331 },
unicodeslot=0x1E94,
},
[0x1E95]={
@@ -53356,8 +54568,8 @@ characters.data={
description="LATIN SMALL LETTER Z WITH LINE BELOW",
direction="l",
linebreak="al",
- shcode=0x007A,
- specials={ "char", 0x007A, 0x0331 },
+ shcode=0x7A,
+ specials={ "char", 0x7A, 0x331 },
uccode=0x1E94,
unicodeslot=0x1E95,
},
@@ -53367,8 +54579,8 @@ characters.data={
description="LATIN SMALL LETTER H WITH LINE BELOW",
direction="l",
linebreak="al",
- shcode=0x0068,
- specials={ "char", 0x0068, 0x0331 },
+ shcode=0x68,
+ specials={ "char", 0x68, 0x331 },
unicodeslot=0x1E96,
},
[0x1E97]={
@@ -53377,8 +54589,8 @@ characters.data={
description="LATIN SMALL LETTER T WITH DIAERESIS",
direction="l",
linebreak="al",
- shcode=0x0074,
- specials={ "char", 0x0074, 0x0308 },
+ shcode=0x74,
+ specials={ "char", 0x74, 0x308 },
unicodeslot=0x1E97,
},
[0x1E98]={
@@ -53387,8 +54599,8 @@ characters.data={
description="LATIN SMALL LETTER W WITH RING ABOVE",
direction="l",
linebreak="al",
- shcode=0x0077,
- specials={ "char", 0x0077, 0x030A },
+ shcode=0x77,
+ specials={ "char", 0x77, 0x30A },
unicodeslot=0x1E98,
},
[0x1E99]={
@@ -53397,8 +54609,8 @@ characters.data={
description="LATIN SMALL LETTER Y WITH RING ABOVE",
direction="l",
linebreak="al",
- shcode=0x0079,
- specials={ "char", 0x0079, 0x030A },
+ shcode=0x79,
+ specials={ "char", 0x79, 0x30A },
unicodeslot=0x1E99,
},
[0x1E9A]={
@@ -53407,8 +54619,8 @@ characters.data={
description="LATIN SMALL LETTER A WITH RIGHT HALF RING",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "compat", 0x0061, 0x02BE },
+ shcode=0x61,
+ specials={ "compat", 0x61, 0x2BE },
unicodeslot=0x1E9A,
},
[0x1E9B]={
@@ -53417,7 +54629,7 @@ characters.data={
description="LATIN SMALL LETTER LONG S WITH DOT ABOVE",
direction="l",
linebreak="al",
- specials={ "char", 0x017F, 0x0307 },
+ specials={ "char", 0x17F, 0x307 },
uccode=0x1E60,
unicodeslot=0x1E9B,
},
@@ -53457,8 +54669,8 @@ characters.data={
direction="l",
lccode=0x1EA1,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x0041, 0x0323 },
+ shcode=0x41,
+ specials={ "char", 0x41, 0x323 },
unicodeslot=0x1EA0,
},
[0x1EA1]={
@@ -53468,8 +54680,8 @@ characters.data={
description="LATIN SMALL LETTER A WITH DOT BELOW",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x0061, 0x0323 },
+ shcode=0x61,
+ specials={ "char", 0x61, 0x323 },
uccode=0x1EA0,
unicodeslot=0x1EA1,
},
@@ -53481,8 +54693,8 @@ characters.data={
direction="l",
lccode=0x1EA3,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x0041, 0x0309 },
+ shcode=0x41,
+ specials={ "char", 0x41, 0x309 },
unicodeslot=0x1EA2,
},
[0x1EA3]={
@@ -53492,8 +54704,8 @@ characters.data={
description="LATIN SMALL LETTER A WITH HOOK ABOVE",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x0061, 0x0309 },
+ shcode=0x61,
+ specials={ "char", 0x61, 0x309 },
uccode=0x1EA2,
unicodeslot=0x1EA3,
},
@@ -53505,8 +54717,8 @@ characters.data={
direction="l",
lccode=0x1EA5,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x00C2, 0x0301 },
+ shcode=0x41,
+ specials={ "char", 0xC2, 0x301 },
unicodeslot=0x1EA4,
},
[0x1EA5]={
@@ -53516,8 +54728,8 @@ characters.data={
description="LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x00E2, 0x0301 },
+ shcode=0x61,
+ specials={ "char", 0xE2, 0x301 },
uccode=0x1EA4,
unicodeslot=0x1EA5,
},
@@ -53529,8 +54741,8 @@ characters.data={
direction="l",
lccode=0x1EA7,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x00C2, 0x0300 },
+ shcode=0x41,
+ specials={ "char", 0xC2, 0x300 },
unicodeslot=0x1EA6,
},
[0x1EA7]={
@@ -53540,8 +54752,8 @@ characters.data={
description="LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x00E2, 0x0300 },
+ shcode=0x61,
+ specials={ "char", 0xE2, 0x300 },
uccode=0x1EA6,
unicodeslot=0x1EA7,
},
@@ -53553,8 +54765,8 @@ characters.data={
direction="l",
lccode=0x1EA9,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x00C2, 0x0309 },
+ shcode=0x41,
+ specials={ "char", 0xC2, 0x309 },
unicodeslot=0x1EA8,
},
[0x1EA9]={
@@ -53564,8 +54776,8 @@ characters.data={
description="LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x00E2, 0x0309 },
+ shcode=0x61,
+ specials={ "char", 0xE2, 0x309 },
uccode=0x1EA8,
unicodeslot=0x1EA9,
},
@@ -53577,8 +54789,8 @@ characters.data={
direction="l",
lccode=0x1EAB,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x00C2, 0x0303 },
+ shcode=0x41,
+ specials={ "char", 0xC2, 0x303 },
unicodeslot=0x1EAA,
},
[0x1EAB]={
@@ -53588,8 +54800,8 @@ characters.data={
description="LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x00E2, 0x0303 },
+ shcode=0x61,
+ specials={ "char", 0xE2, 0x303 },
uccode=0x1EAA,
unicodeslot=0x1EAB,
},
@@ -53601,8 +54813,8 @@ characters.data={
direction="l",
lccode=0x1EAD,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x1EA0, 0x0302 },
+ shcode=0x41,
+ specials={ "char", 0x1EA0, 0x302 },
unicodeslot=0x1EAC,
},
[0x1EAD]={
@@ -53612,8 +54824,8 @@ characters.data={
description="LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x1EA1, 0x0302 },
+ shcode=0x61,
+ specials={ "char", 0x1EA1, 0x302 },
uccode=0x1EAC,
unicodeslot=0x1EAD,
},
@@ -53625,8 +54837,8 @@ characters.data={
direction="l",
lccode=0x1EAF,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x0102, 0x0301 },
+ shcode=0x41,
+ specials={ "char", 0x102, 0x301 },
unicodeslot=0x1EAE,
},
[0x1EAF]={
@@ -53636,8 +54848,8 @@ characters.data={
description="LATIN SMALL LETTER A WITH BREVE AND ACUTE",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x0103, 0x0301 },
+ shcode=0x61,
+ specials={ "char", 0x103, 0x301 },
uccode=0x1EAE,
unicodeslot=0x1EAF,
},
@@ -53649,8 +54861,8 @@ characters.data={
direction="l",
lccode=0x1EB1,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x0102, 0x0300 },
+ shcode=0x41,
+ specials={ "char", 0x102, 0x300 },
unicodeslot=0x1EB0,
},
[0x1EB1]={
@@ -53660,8 +54872,8 @@ characters.data={
description="LATIN SMALL LETTER A WITH BREVE AND GRAVE",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x0103, 0x0300 },
+ shcode=0x61,
+ specials={ "char", 0x103, 0x300 },
uccode=0x1EB0,
unicodeslot=0x1EB1,
},
@@ -53673,8 +54885,8 @@ characters.data={
direction="l",
lccode=0x1EB3,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x0102, 0x0309 },
+ shcode=0x41,
+ specials={ "char", 0x102, 0x309 },
unicodeslot=0x1EB2,
},
[0x1EB3]={
@@ -53684,8 +54896,8 @@ characters.data={
description="LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x0103, 0x0309 },
+ shcode=0x61,
+ specials={ "char", 0x103, 0x309 },
uccode=0x1EB2,
unicodeslot=0x1EB3,
},
@@ -53697,8 +54909,8 @@ characters.data={
direction="l",
lccode=0x1EB5,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x0102, 0x0303 },
+ shcode=0x41,
+ specials={ "char", 0x102, 0x303 },
unicodeslot=0x1EB4,
},
[0x1EB5]={
@@ -53708,8 +54920,8 @@ characters.data={
description="LATIN SMALL LETTER A WITH BREVE AND TILDE",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x0103, 0x0303 },
+ shcode=0x61,
+ specials={ "char", 0x103, 0x303 },
uccode=0x1EB4,
unicodeslot=0x1EB5,
},
@@ -53721,8 +54933,8 @@ characters.data={
direction="l",
lccode=0x1EB7,
linebreak="al",
- shcode=0x0041,
- specials={ "char", 0x1EA0, 0x0306 },
+ shcode=0x41,
+ specials={ "char", 0x1EA0, 0x306 },
unicodeslot=0x1EB6,
},
[0x1EB7]={
@@ -53732,8 +54944,8 @@ characters.data={
description="LATIN SMALL LETTER A WITH BREVE AND DOT BELOW",
direction="l",
linebreak="al",
- shcode=0x0061,
- specials={ "char", 0x1EA1, 0x0306 },
+ shcode=0x61,
+ specials={ "char", 0x1EA1, 0x306 },
uccode=0x1EB6,
unicodeslot=0x1EB7,
},
@@ -53745,8 +54957,8 @@ characters.data={
direction="l",
lccode=0x1EB9,
linebreak="al",
- shcode=0x0045,
- specials={ "char", 0x0045, 0x0323 },
+ shcode=0x45,
+ specials={ "char", 0x45, 0x323 },
unicodeslot=0x1EB8,
},
[0x1EB9]={
@@ -53756,8 +54968,8 @@ characters.data={
description="LATIN SMALL LETTER E WITH DOT BELOW",
direction="l",
linebreak="al",
- shcode=0x0065,
- specials={ "char", 0x0065, 0x0323 },
+ shcode=0x65,
+ specials={ "char", 0x65, 0x323 },
uccode=0x1EB8,
unicodeslot=0x1EB9,
},
@@ -53769,8 +54981,8 @@ characters.data={
direction="l",
lccode=0x1EBB,
linebreak="al",
- shcode=0x0045,
- specials={ "char", 0x0045, 0x0309 },
+ shcode=0x45,
+ specials={ "char", 0x45, 0x309 },
unicodeslot=0x1EBA,
},
[0x1EBB]={
@@ -53780,8 +54992,8 @@ characters.data={
description="LATIN SMALL LETTER E WITH HOOK ABOVE",
direction="l",
linebreak="al",
- shcode=0x0065,
- specials={ "char", 0x0065, 0x0309 },
+ shcode=0x65,
+ specials={ "char", 0x65, 0x309 },
uccode=0x1EBA,
unicodeslot=0x1EBB,
},
@@ -53793,8 +55005,8 @@ characters.data={
direction="l",
lccode=0x1EBD,
linebreak="al",
- shcode=0x0045,
- specials={ "char", 0x0045, 0x0303 },
+ shcode=0x45,
+ specials={ "char", 0x45, 0x303 },
unicodeslot=0x1EBC,
},
[0x1EBD]={
@@ -53804,8 +55016,8 @@ characters.data={
description="LATIN SMALL LETTER E WITH TILDE",
direction="l",
linebreak="al",
- shcode=0x0065,
- specials={ "char", 0x0065, 0x0303 },
+ shcode=0x65,
+ specials={ "char", 0x65, 0x303 },
uccode=0x1EBC,
unicodeslot=0x1EBD,
},
@@ -53817,8 +55029,8 @@ characters.data={
direction="l",
lccode=0x1EBF,
linebreak="al",
- shcode=0x0045,
- specials={ "char", 0x00CA, 0x0301 },
+ shcode=0x45,
+ specials={ "char", 0xCA, 0x301 },
unicodeslot=0x1EBE,
},
[0x1EBF]={
@@ -53828,8 +55040,8 @@ characters.data={
description="LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE",
direction="l",
linebreak="al",
- shcode=0x0065,
- specials={ "char", 0x00EA, 0x0301 },
+ shcode=0x65,
+ specials={ "char", 0xEA, 0x301 },
uccode=0x1EBE,
unicodeslot=0x1EBF,
},
@@ -53841,8 +55053,8 @@ characters.data={
direction="l",
lccode=0x1EC1,
linebreak="al",
- shcode=0x0045,
- specials={ "char", 0x00CA, 0x0300 },
+ shcode=0x45,
+ specials={ "char", 0xCA, 0x300 },
unicodeslot=0x1EC0,
},
[0x1EC1]={
@@ -53852,8 +55064,8 @@ characters.data={
description="LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE",
direction="l",
linebreak="al",
- shcode=0x0065,
- specials={ "char", 0x00EA, 0x0300 },
+ shcode=0x65,
+ specials={ "char", 0xEA, 0x300 },
uccode=0x1EC0,
unicodeslot=0x1EC1,
},
@@ -53865,8 +55077,8 @@ characters.data={
direction="l",
lccode=0x1EC3,
linebreak="al",
- shcode=0x0045,
- specials={ "char", 0x00CA, 0x0309 },
+ shcode=0x45,
+ specials={ "char", 0xCA, 0x309 },
unicodeslot=0x1EC2,
},
[0x1EC3]={
@@ -53876,8 +55088,8 @@ characters.data={
description="LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE",
direction="l",
linebreak="al",
- shcode=0x0065,
- specials={ "char", 0x00EA, 0x0309 },
+ shcode=0x65,
+ specials={ "char", 0xEA, 0x309 },
uccode=0x1EC2,
unicodeslot=0x1EC3,
},
@@ -53889,8 +55101,8 @@ characters.data={
direction="l",
lccode=0x1EC5,
linebreak="al",
- shcode=0x0045,
- specials={ "char", 0x00CA, 0x0303 },
+ shcode=0x45,
+ specials={ "char", 0xCA, 0x303 },
unicodeslot=0x1EC4,
},
[0x1EC5]={
@@ -53900,8 +55112,8 @@ characters.data={
description="LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE",
direction="l",
linebreak="al",
- shcode=0x0065,
- specials={ "char", 0x00EA, 0x0303 },
+ shcode=0x65,
+ specials={ "char", 0xEA, 0x303 },
uccode=0x1EC4,
unicodeslot=0x1EC5,
},
@@ -53913,8 +55125,8 @@ characters.data={
direction="l",
lccode=0x1EC7,
linebreak="al",
- shcode=0x0045,
- specials={ "char", 0x1EB8, 0x0302 },
+ shcode=0x45,
+ specials={ "char", 0x1EB8, 0x302 },
unicodeslot=0x1EC6,
},
[0x1EC7]={
@@ -53924,8 +55136,8 @@ characters.data={
description="LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW",
direction="l",
linebreak="al",
- shcode=0x0065,
- specials={ "char", 0x1EB9, 0x0302 },
+ shcode=0x65,
+ specials={ "char", 0x1EB9, 0x302 },
uccode=0x1EC6,
unicodeslot=0x1EC7,
},
@@ -53937,8 +55149,8 @@ characters.data={
direction="l",
lccode=0x1EC9,
linebreak="al",
- shcode=0x0049,
- specials={ "char", 0x0049, 0x0309 },
+ shcode=0x49,
+ specials={ "char", 0x49, 0x309 },
unicodeslot=0x1EC8,
},
[0x1EC9]={
@@ -53948,8 +55160,8 @@ characters.data={
description="LATIN SMALL LETTER I WITH HOOK ABOVE",
direction="l",
linebreak="al",
- shcode=0x0069,
- specials={ "char", 0x0069, 0x0309 },
+ shcode=0x69,
+ specials={ "char", 0x69, 0x309 },
uccode=0x1EC8,
unicodeslot=0x1EC9,
},
@@ -53961,8 +55173,8 @@ characters.data={
direction="l",
lccode=0x1ECB,
linebreak="al",
- shcode=0x0049,
- specials={ "char", 0x0049, 0x0323 },
+ shcode=0x49,
+ specials={ "char", 0x49, 0x323 },
unicodeslot=0x1ECA,
},
[0x1ECB]={
@@ -53972,8 +55184,8 @@ characters.data={
description="LATIN SMALL LETTER I WITH DOT BELOW",
direction="l",
linebreak="al",
- shcode=0x0069,
- specials={ "char", 0x0069, 0x0323 },
+ shcode=0x69,
+ specials={ "char", 0x69, 0x323 },
uccode=0x1ECA,
unicodeslot=0x1ECB,
},
@@ -53985,8 +55197,8 @@ characters.data={
direction="l",
lccode=0x1ECD,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x004F, 0x0323 },
+ shcode=0x4F,
+ specials={ "char", 0x4F, 0x323 },
unicodeslot=0x1ECC,
},
[0x1ECD]={
@@ -53996,8 +55208,8 @@ characters.data={
description="LATIN SMALL LETTER O WITH DOT BELOW",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x006F, 0x0323 },
+ shcode=0x6F,
+ specials={ "char", 0x6F, 0x323 },
uccode=0x1ECC,
unicodeslot=0x1ECD,
},
@@ -54009,8 +55221,8 @@ characters.data={
direction="l",
lccode=0x1ECF,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x004F, 0x0309 },
+ shcode=0x4F,
+ specials={ "char", 0x4F, 0x309 },
unicodeslot=0x1ECE,
},
[0x1ECF]={
@@ -54020,8 +55232,8 @@ characters.data={
description="LATIN SMALL LETTER O WITH HOOK ABOVE",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x006F, 0x0309 },
+ shcode=0x6F,
+ specials={ "char", 0x6F, 0x309 },
uccode=0x1ECE,
unicodeslot=0x1ECF,
},
@@ -54033,8 +55245,8 @@ characters.data={
direction="l",
lccode=0x1ED1,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x00D4, 0x0301 },
+ shcode=0x4F,
+ specials={ "char", 0xD4, 0x301 },
unicodeslot=0x1ED0,
},
[0x1ED1]={
@@ -54044,8 +55256,8 @@ characters.data={
description="LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x00F4, 0x0301 },
+ shcode=0x6F,
+ specials={ "char", 0xF4, 0x301 },
uccode=0x1ED0,
unicodeslot=0x1ED1,
},
@@ -54057,8 +55269,8 @@ characters.data={
direction="l",
lccode=0x1ED3,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x00D4, 0x0300 },
+ shcode=0x4F,
+ specials={ "char", 0xD4, 0x300 },
unicodeslot=0x1ED2,
},
[0x1ED3]={
@@ -54068,8 +55280,8 @@ characters.data={
description="LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x00F4, 0x0300 },
+ shcode=0x6F,
+ specials={ "char", 0xF4, 0x300 },
uccode=0x1ED2,
unicodeslot=0x1ED3,
},
@@ -54081,8 +55293,8 @@ characters.data={
direction="l",
lccode=0x1ED5,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x00D4, 0x0309 },
+ shcode=0x4F,
+ specials={ "char", 0xD4, 0x309 },
unicodeslot=0x1ED4,
},
[0x1ED5]={
@@ -54092,8 +55304,8 @@ characters.data={
description="LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x00F4, 0x0309 },
+ shcode=0x6F,
+ specials={ "char", 0xF4, 0x309 },
uccode=0x1ED4,
unicodeslot=0x1ED5,
},
@@ -54105,8 +55317,8 @@ characters.data={
direction="l",
lccode=0x1ED7,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x00D4, 0x0303 },
+ shcode=0x4F,
+ specials={ "char", 0xD4, 0x303 },
unicodeslot=0x1ED6,
},
[0x1ED7]={
@@ -54116,8 +55328,8 @@ characters.data={
description="LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x00F4, 0x0303 },
+ shcode=0x6F,
+ specials={ "char", 0xF4, 0x303 },
uccode=0x1ED6,
unicodeslot=0x1ED7,
},
@@ -54129,8 +55341,8 @@ characters.data={
direction="l",
lccode=0x1ED9,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x1ECC, 0x0302 },
+ shcode=0x4F,
+ specials={ "char", 0x1ECC, 0x302 },
unicodeslot=0x1ED8,
},
[0x1ED9]={
@@ -54140,8 +55352,8 @@ characters.data={
description="LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x1ECD, 0x0302 },
+ shcode=0x6F,
+ specials={ "char", 0x1ECD, 0x302 },
uccode=0x1ED8,
unicodeslot=0x1ED9,
},
@@ -54153,8 +55365,8 @@ characters.data={
direction="l",
lccode=0x1EDB,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x01A0, 0x0301 },
+ shcode=0x4F,
+ specials={ "char", 0x1A0, 0x301 },
unicodeslot=0x1EDA,
},
[0x1EDB]={
@@ -54164,8 +55376,8 @@ characters.data={
description="LATIN SMALL LETTER O WITH HORN AND ACUTE",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x01A1, 0x0301 },
+ shcode=0x6F,
+ specials={ "char", 0x1A1, 0x301 },
uccode=0x1EDA,
unicodeslot=0x1EDB,
},
@@ -54177,8 +55389,8 @@ characters.data={
direction="l",
lccode=0x1EDD,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x01A0, 0x0300 },
+ shcode=0x4F,
+ specials={ "char", 0x1A0, 0x300 },
unicodeslot=0x1EDC,
},
[0x1EDD]={
@@ -54188,8 +55400,8 @@ characters.data={
description="LATIN SMALL LETTER O WITH HORN AND GRAVE",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x01A1, 0x0300 },
+ shcode=0x6F,
+ specials={ "char", 0x1A1, 0x300 },
uccode=0x1EDC,
unicodeslot=0x1EDD,
},
@@ -54201,8 +55413,8 @@ characters.data={
direction="l",
lccode=0x1EDF,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x01A0, 0x0309 },
+ shcode=0x4F,
+ specials={ "char", 0x1A0, 0x309 },
unicodeslot=0x1EDE,
},
[0x1EDF]={
@@ -54212,8 +55424,8 @@ characters.data={
description="LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x01A1, 0x0309 },
+ shcode=0x6F,
+ specials={ "char", 0x1A1, 0x309 },
uccode=0x1EDE,
unicodeslot=0x1EDF,
},
@@ -54225,8 +55437,8 @@ characters.data={
direction="l",
lccode=0x1EE1,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x01A0, 0x0303 },
+ shcode=0x4F,
+ specials={ "char", 0x1A0, 0x303 },
unicodeslot=0x1EE0,
},
[0x1EE1]={
@@ -54236,8 +55448,8 @@ characters.data={
description="LATIN SMALL LETTER O WITH HORN AND TILDE",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x01A1, 0x0303 },
+ shcode=0x6F,
+ specials={ "char", 0x1A1, 0x303 },
uccode=0x1EE0,
unicodeslot=0x1EE1,
},
@@ -54249,8 +55461,8 @@ characters.data={
direction="l",
lccode=0x1EE3,
linebreak="al",
- shcode=0x004F,
- specials={ "char", 0x01A0, 0x0323 },
+ shcode=0x4F,
+ specials={ "char", 0x1A0, 0x323 },
unicodeslot=0x1EE2,
},
[0x1EE3]={
@@ -54260,8 +55472,8 @@ characters.data={
description="LATIN SMALL LETTER O WITH HORN AND DOT BELOW",
direction="l",
linebreak="al",
- shcode=0x006F,
- specials={ "char", 0x01A1, 0x0323 },
+ shcode=0x6F,
+ specials={ "char", 0x1A1, 0x323 },
uccode=0x1EE2,
unicodeslot=0x1EE3,
},
@@ -54273,8 +55485,8 @@ characters.data={
direction="l",
lccode=0x1EE5,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x0055, 0x0323 },
+ shcode=0x55,
+ specials={ "char", 0x55, 0x323 },
unicodeslot=0x1EE4,
},
[0x1EE5]={
@@ -54284,8 +55496,8 @@ characters.data={
description="LATIN SMALL LETTER U WITH DOT BELOW",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x0075, 0x0323 },
+ shcode=0x75,
+ specials={ "char", 0x75, 0x323 },
uccode=0x1EE4,
unicodeslot=0x1EE5,
},
@@ -54297,8 +55509,8 @@ characters.data={
direction="l",
lccode=0x1EE7,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x0055, 0x0309 },
+ shcode=0x55,
+ specials={ "char", 0x55, 0x309 },
unicodeslot=0x1EE6,
},
[0x1EE7]={
@@ -54308,8 +55520,8 @@ characters.data={
description="LATIN SMALL LETTER U WITH HOOK ABOVE",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x0075, 0x0309 },
+ shcode=0x75,
+ specials={ "char", 0x75, 0x309 },
uccode=0x1EE6,
unicodeslot=0x1EE7,
},
@@ -54321,8 +55533,8 @@ characters.data={
direction="l",
lccode=0x1EE9,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x01AF, 0x0301 },
+ shcode=0x55,
+ specials={ "char", 0x1AF, 0x301 },
unicodeslot=0x1EE8,
},
[0x1EE9]={
@@ -54332,8 +55544,8 @@ characters.data={
description="LATIN SMALL LETTER U WITH HORN AND ACUTE",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x01B0, 0x0301 },
+ shcode=0x75,
+ specials={ "char", 0x1B0, 0x301 },
uccode=0x1EE8,
unicodeslot=0x1EE9,
},
@@ -54345,8 +55557,8 @@ characters.data={
direction="l",
lccode=0x1EEB,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x01AF, 0x0300 },
+ shcode=0x55,
+ specials={ "char", 0x1AF, 0x300 },
unicodeslot=0x1EEA,
},
[0x1EEB]={
@@ -54356,8 +55568,8 @@ characters.data={
description="LATIN SMALL LETTER U WITH HORN AND GRAVE",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x01B0, 0x0300 },
+ shcode=0x75,
+ specials={ "char", 0x1B0, 0x300 },
uccode=0x1EEA,
unicodeslot=0x1EEB,
},
@@ -54369,8 +55581,8 @@ characters.data={
direction="l",
lccode=0x1EED,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x01AF, 0x0309 },
+ shcode=0x55,
+ specials={ "char", 0x1AF, 0x309 },
unicodeslot=0x1EEC,
},
[0x1EED]={
@@ -54380,8 +55592,8 @@ characters.data={
description="LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x01B0, 0x0309 },
+ shcode=0x75,
+ specials={ "char", 0x1B0, 0x309 },
uccode=0x1EEC,
unicodeslot=0x1EED,
},
@@ -54393,8 +55605,8 @@ characters.data={
direction="l",
lccode=0x1EEF,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x01AF, 0x0303 },
+ shcode=0x55,
+ specials={ "char", 0x1AF, 0x303 },
unicodeslot=0x1EEE,
},
[0x1EEF]={
@@ -54404,8 +55616,8 @@ characters.data={
description="LATIN SMALL LETTER U WITH HORN AND TILDE",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x01B0, 0x0303 },
+ shcode=0x75,
+ specials={ "char", 0x1B0, 0x303 },
uccode=0x1EEE,
unicodeslot=0x1EEF,
},
@@ -54417,8 +55629,8 @@ characters.data={
direction="l",
lccode=0x1EF1,
linebreak="al",
- shcode=0x0055,
- specials={ "char", 0x01AF, 0x0323 },
+ shcode=0x55,
+ specials={ "char", 0x1AF, 0x323 },
unicodeslot=0x1EF0,
},
[0x1EF1]={
@@ -54428,8 +55640,8 @@ characters.data={
description="LATIN SMALL LETTER U WITH HORN AND DOT BELOW",
direction="l",
linebreak="al",
- shcode=0x0075,
- specials={ "char", 0x01B0, 0x0323 },
+ shcode=0x75,
+ specials={ "char", 0x1B0, 0x323 },
uccode=0x1EF0,
unicodeslot=0x1EF1,
},
@@ -54441,8 +55653,8 @@ characters.data={
direction="l",
lccode=0x1EF3,
linebreak="al",
- shcode=0x0059,
- specials={ "char", 0x0059, 0x0300 },
+ shcode=0x59,
+ specials={ "char", 0x59, 0x300 },
unicodeslot=0x1EF2,
},
[0x1EF3]={
@@ -54452,8 +55664,8 @@ characters.data={
description="LATIN SMALL LETTER Y WITH GRAVE",
direction="l",
linebreak="al",
- shcode=0x0079,
- specials={ "char", 0x0079, 0x0300 },
+ shcode=0x79,
+ specials={ "char", 0x79, 0x300 },
uccode=0x1EF2,
unicodeslot=0x1EF3,
},
@@ -54465,8 +55677,8 @@ characters.data={
direction="l",
lccode=0x1EF5,
linebreak="al",
- shcode=0x0059,
- specials={ "char", 0x0059, 0x0323 },
+ shcode=0x59,
+ specials={ "char", 0x59, 0x323 },
unicodeslot=0x1EF4,
},
[0x1EF5]={
@@ -54476,8 +55688,8 @@ characters.data={
description="LATIN SMALL LETTER Y WITH DOT BELOW",
direction="l",
linebreak="al",
- shcode=0x0079,
- specials={ "char", 0x0079, 0x0323 },
+ shcode=0x79,
+ specials={ "char", 0x79, 0x323 },
uccode=0x1EF4,
unicodeslot=0x1EF5,
},
@@ -54489,8 +55701,8 @@ characters.data={
direction="l",
lccode=0x1EF7,
linebreak="al",
- shcode=0x0059,
- specials={ "char", 0x0059, 0x0309 },
+ shcode=0x59,
+ specials={ "char", 0x59, 0x309 },
unicodeslot=0x1EF6,
},
[0x1EF7]={
@@ -54500,8 +55712,8 @@ characters.data={
description="LATIN SMALL LETTER Y WITH HOOK ABOVE",
direction="l",
linebreak="al",
- shcode=0x0079,
- specials={ "char", 0x0079, 0x0309 },
+ shcode=0x79,
+ specials={ "char", 0x79, 0x309 },
uccode=0x1EF6,
unicodeslot=0x1EF7,
},
@@ -54513,8 +55725,8 @@ characters.data={
direction="l",
lccode=0x1EF9,
linebreak="al",
- shcode=0x0059,
- specials={ "char", 0x0059, 0x0303 },
+ shcode=0x59,
+ specials={ "char", 0x59, 0x303 },
unicodeslot=0x1EF8,
},
[0x1EF9]={
@@ -54524,8 +55736,8 @@ characters.data={
description="LATIN SMALL LETTER Y WITH TILDE",
direction="l",
linebreak="al",
- shcode=0x0079,
- specials={ "char", 0x0079, 0x0303 },
+ shcode=0x79,
+ specials={ "char", 0x79, 0x303 },
uccode=0x1EF8,
unicodeslot=0x1EF9,
},
@@ -54577,8 +55789,8 @@ characters.data={
description="GREEK SMALL LETTER ALPHA WITH PSILI",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x03B1, 0x0313 },
+ shcode=0x3B1,
+ specials={ "char", 0x3B1, 0x313 },
uccode=0x1F08,
unicodeslot=0x1F00,
},
@@ -54588,8 +55800,8 @@ characters.data={
description="GREEK SMALL LETTER ALPHA WITH DASIA",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x03B1, 0x0314 },
+ shcode=0x3B1,
+ specials={ "char", 0x3B1, 0x314 },
uccode=0x1F09,
unicodeslot=0x1F01,
},
@@ -54599,8 +55811,8 @@ characters.data={
description="GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x1F00, 0x0300 },
+ shcode=0x3B1,
+ specials={ "char", 0x1F00, 0x300 },
uccode=0x1F0A,
unicodeslot=0x1F02,
},
@@ -54610,8 +55822,8 @@ characters.data={
description="GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x1F01, 0x0300 },
+ shcode=0x3B1,
+ specials={ "char", 0x1F01, 0x300 },
uccode=0x1F0B,
unicodeslot=0x1F03,
},
@@ -54621,8 +55833,8 @@ characters.data={
description="GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x1F00, 0x0301 },
+ shcode=0x3B1,
+ specials={ "char", 0x1F00, 0x301 },
uccode=0x1F0C,
unicodeslot=0x1F04,
},
@@ -54632,8 +55844,8 @@ characters.data={
description="GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x1F01, 0x0301 },
+ shcode=0x3B1,
+ specials={ "char", 0x1F01, 0x301 },
uccode=0x1F0D,
unicodeslot=0x1F05,
},
@@ -54643,8 +55855,8 @@ characters.data={
description="GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x1F00, 0x0342 },
+ shcode=0x3B1,
+ specials={ "char", 0x1F00, 0x342 },
uccode=0x1F0E,
unicodeslot=0x1F06,
},
@@ -54654,8 +55866,8 @@ characters.data={
description="GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x1F01, 0x0342 },
+ shcode=0x3B1,
+ specials={ "char", 0x1F01, 0x342 },
uccode=0x1F0F,
unicodeslot=0x1F07,
},
@@ -54666,8 +55878,8 @@ characters.data={
direction="l",
lccode=0x1F00,
linebreak="al",
- shcode=0x0391,
- specials={ "char", 0x0391, 0x0313 },
+ shcode=0x391,
+ specials={ "char", 0x391, 0x313 },
unicodeslot=0x1F08,
},
[0x1F09]={
@@ -54677,8 +55889,8 @@ characters.data={
direction="l",
lccode=0x1F01,
linebreak="al",
- shcode=0x0391,
- specials={ "char", 0x0391, 0x0314 },
+ shcode=0x391,
+ specials={ "char", 0x391, 0x314 },
unicodeslot=0x1F09,
},
[0x1F0A]={
@@ -54688,8 +55900,8 @@ characters.data={
direction="l",
lccode=0x1F02,
linebreak="al",
- shcode=0x0391,
- specials={ "char", 0x1F08, 0x0300 },
+ shcode=0x391,
+ specials={ "char", 0x1F08, 0x300 },
unicodeslot=0x1F0A,
},
[0x1F0B]={
@@ -54699,8 +55911,8 @@ characters.data={
direction="l",
lccode=0x1F03,
linebreak="al",
- shcode=0x0391,
- specials={ "char", 0x1F09, 0x0300 },
+ shcode=0x391,
+ specials={ "char", 0x1F09, 0x300 },
unicodeslot=0x1F0B,
},
[0x1F0C]={
@@ -54710,8 +55922,8 @@ characters.data={
direction="l",
lccode=0x1F04,
linebreak="al",
- shcode=0x0391,
- specials={ "char", 0x1F08, 0x0301 },
+ shcode=0x391,
+ specials={ "char", 0x1F08, 0x301 },
unicodeslot=0x1F0C,
},
[0x1F0D]={
@@ -54721,8 +55933,8 @@ characters.data={
direction="l",
lccode=0x1F05,
linebreak="al",
- shcode=0x0391,
- specials={ "char", 0x1F09, 0x0301 },
+ shcode=0x391,
+ specials={ "char", 0x1F09, 0x301 },
unicodeslot=0x1F0D,
},
[0x1F0E]={
@@ -54732,8 +55944,8 @@ characters.data={
direction="l",
lccode=0x1F06,
linebreak="al",
- shcode=0x0391,
- specials={ "char", 0x1F08, 0x0342 },
+ shcode=0x391,
+ specials={ "char", 0x1F08, 0x342 },
unicodeslot=0x1F0E,
},
[0x1F0F]={
@@ -54743,8 +55955,8 @@ characters.data={
direction="l",
lccode=0x1F07,
linebreak="al",
- shcode=0x0391,
- specials={ "char", 0x1F09, 0x0342 },
+ shcode=0x391,
+ specials={ "char", 0x1F09, 0x342 },
unicodeslot=0x1F0F,
},
[0x1F10]={
@@ -54753,8 +55965,8 @@ characters.data={
description="GREEK SMALL LETTER EPSILON WITH PSILI",
direction="l",
linebreak="al",
- shcode=0x03B5,
- specials={ "char", 0x03B5, 0x0313 },
+ shcode=0x3B5,
+ specials={ "char", 0x3B5, 0x313 },
uccode=0x1F18,
unicodeslot=0x1F10,
},
@@ -54764,8 +55976,8 @@ characters.data={
description="GREEK SMALL LETTER EPSILON WITH DASIA",
direction="l",
linebreak="al",
- shcode=0x03B5,
- specials={ "char", 0x03B5, 0x0314 },
+ shcode=0x3B5,
+ specials={ "char", 0x3B5, 0x314 },
uccode=0x1F19,
unicodeslot=0x1F11,
},
@@ -54775,8 +55987,8 @@ characters.data={
description="GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA",
direction="l",
linebreak="al",
- shcode=0x03B5,
- specials={ "char", 0x1F10, 0x0300 },
+ shcode=0x3B5,
+ specials={ "char", 0x1F10, 0x300 },
uccode=0x1F1A,
unicodeslot=0x1F12,
},
@@ -54786,8 +55998,8 @@ characters.data={
description="GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA",
direction="l",
linebreak="al",
- shcode=0x03B5,
- specials={ "char", 0x1F11, 0x0300 },
+ shcode=0x3B5,
+ specials={ "char", 0x1F11, 0x300 },
uccode=0x1F1B,
unicodeslot=0x1F13,
},
@@ -54797,8 +56009,8 @@ characters.data={
description="GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA",
direction="l",
linebreak="al",
- shcode=0x03B5,
- specials={ "char", 0x1F10, 0x0301 },
+ shcode=0x3B5,
+ specials={ "char", 0x1F10, 0x301 },
uccode=0x1F1C,
unicodeslot=0x1F14,
},
@@ -54808,8 +56020,8 @@ characters.data={
description="GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA",
direction="l",
linebreak="al",
- shcode=0x03B5,
- specials={ "char", 0x1F11, 0x0301 },
+ shcode=0x3B5,
+ specials={ "char", 0x1F11, 0x301 },
uccode=0x1F1D,
unicodeslot=0x1F15,
},
@@ -54820,8 +56032,8 @@ characters.data={
direction="l",
lccode=0x1F10,
linebreak="al",
- shcode=0x0395,
- specials={ "char", 0x0395, 0x0313 },
+ shcode=0x395,
+ specials={ "char", 0x395, 0x313 },
unicodeslot=0x1F18,
},
[0x1F19]={
@@ -54831,8 +56043,8 @@ characters.data={
direction="l",
lccode=0x1F11,
linebreak="al",
- shcode=0x0395,
- specials={ "char", 0x0395, 0x0314 },
+ shcode=0x395,
+ specials={ "char", 0x395, 0x314 },
unicodeslot=0x1F19,
},
[0x1F1A]={
@@ -54842,8 +56054,8 @@ characters.data={
direction="l",
lccode=0x1F12,
linebreak="al",
- shcode=0x0395,
- specials={ "char", 0x1F18, 0x0300 },
+ shcode=0x395,
+ specials={ "char", 0x1F18, 0x300 },
unicodeslot=0x1F1A,
},
[0x1F1B]={
@@ -54853,8 +56065,8 @@ characters.data={
direction="l",
lccode=0x1F13,
linebreak="al",
- shcode=0x0395,
- specials={ "char", 0x1F19, 0x0300 },
+ shcode=0x395,
+ specials={ "char", 0x1F19, 0x300 },
unicodeslot=0x1F1B,
},
[0x1F1C]={
@@ -54864,8 +56076,8 @@ characters.data={
direction="l",
lccode=0x1F14,
linebreak="al",
- shcode=0x0395,
- specials={ "char", 0x1F18, 0x0301 },
+ shcode=0x395,
+ specials={ "char", 0x1F18, 0x301 },
unicodeslot=0x1F1C,
},
[0x1F1D]={
@@ -54875,8 +56087,8 @@ characters.data={
direction="l",
lccode=0x1F15,
linebreak="al",
- shcode=0x0395,
- specials={ "char", 0x1F19, 0x0301 },
+ shcode=0x395,
+ specials={ "char", 0x1F19, 0x301 },
unicodeslot=0x1F1D,
},
[0x1F20]={
@@ -54885,8 +56097,8 @@ characters.data={
description="GREEK SMALL LETTER ETA WITH PSILI",
direction="l",
linebreak="al",
- shcode=0x03B7,
- specials={ "char", 0x03B7, 0x0313 },
+ shcode=0x3B7,
+ specials={ "char", 0x3B7, 0x313 },
uccode=0x1F28,
unicodeslot=0x1F20,
},
@@ -54896,8 +56108,8 @@ characters.data={
description="GREEK SMALL LETTER ETA WITH DASIA",
direction="l",
linebreak="al",
- shcode=0x03B7,
- specials={ "char", 0x03B7, 0x0314 },
+ shcode=0x3B7,
+ specials={ "char", 0x3B7, 0x314 },
uccode=0x1F29,
unicodeslot=0x1F21,
},
@@ -54907,8 +56119,8 @@ characters.data={
description="GREEK SMALL LETTER ETA WITH PSILI AND VARIA",
direction="l",
linebreak="al",
- shcode=0x03B7,
- specials={ "char", 0x1F20, 0x0300 },
+ shcode=0x3B7,
+ specials={ "char", 0x1F20, 0x300 },
uccode=0x1F2A,
unicodeslot=0x1F22,
},
@@ -54918,8 +56130,8 @@ characters.data={
description="GREEK SMALL LETTER ETA WITH DASIA AND VARIA",
direction="l",
linebreak="al",
- shcode=0x03B7,
- specials={ "char", 0x1F21, 0x0300 },
+ shcode=0x3B7,
+ specials={ "char", 0x1F21, 0x300 },
uccode=0x1F2B,
unicodeslot=0x1F23,
},
@@ -54929,8 +56141,8 @@ characters.data={
description="GREEK SMALL LETTER ETA WITH PSILI AND OXIA",
direction="l",
linebreak="al",
- shcode=0x03B7,
- specials={ "char", 0x1F20, 0x0301 },
+ shcode=0x3B7,
+ specials={ "char", 0x1F20, 0x301 },
uccode=0x1F2C,
unicodeslot=0x1F24,
},
@@ -54940,8 +56152,8 @@ characters.data={
description="GREEK SMALL LETTER ETA WITH DASIA AND OXIA",
direction="l",
linebreak="al",
- shcode=0x03B7,
- specials={ "char", 0x1F21, 0x0301 },
+ shcode=0x3B7,
+ specials={ "char", 0x1F21, 0x301 },
uccode=0x1F2D,
unicodeslot=0x1F25,
},
@@ -54951,8 +56163,8 @@ characters.data={
description="GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI",
direction="l",
linebreak="al",
- shcode=0x03B7,
- specials={ "char", 0x1F20, 0x0342 },
+ shcode=0x3B7,
+ specials={ "char", 0x1F20, 0x342 },
uccode=0x1F2E,
unicodeslot=0x1F26,
},
@@ -54962,8 +56174,8 @@ characters.data={
description="GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI",
direction="l",
linebreak="al",
- shcode=0x03B7,
- specials={ "char", 0x1F21, 0x0342 },
+ shcode=0x3B7,
+ specials={ "char", 0x1F21, 0x342 },
uccode=0x1F2F,
unicodeslot=0x1F27,
},
@@ -54974,8 +56186,8 @@ characters.data={
direction="l",
lccode=0x1F20,
linebreak="al",
- shcode=0x0397,
- specials={ "char", 0x0397, 0x0313 },
+ shcode=0x397,
+ specials={ "char", 0x397, 0x313 },
unicodeslot=0x1F28,
},
[0x1F29]={
@@ -54985,8 +56197,8 @@ characters.data={
direction="l",
lccode=0x1F21,
linebreak="al",
- shcode=0x0397,
- specials={ "char", 0x0397, 0x0314 },
+ shcode=0x397,
+ specials={ "char", 0x397, 0x314 },
unicodeslot=0x1F29,
},
[0x1F2A]={
@@ -54996,8 +56208,8 @@ characters.data={
direction="l",
lccode=0x1F22,
linebreak="al",
- shcode=0x0397,
- specials={ "char", 0x1F28, 0x0300 },
+ shcode=0x397,
+ specials={ "char", 0x1F28, 0x300 },
unicodeslot=0x1F2A,
},
[0x1F2B]={
@@ -55007,8 +56219,8 @@ characters.data={
direction="l",
lccode=0x1F23,
linebreak="al",
- shcode=0x0397,
- specials={ "char", 0x1F29, 0x0300 },
+ shcode=0x397,
+ specials={ "char", 0x1F29, 0x300 },
unicodeslot=0x1F2B,
},
[0x1F2C]={
@@ -55018,8 +56230,8 @@ characters.data={
direction="l",
lccode=0x1F24,
linebreak="al",
- shcode=0x0397,
- specials={ "char", 0x1F28, 0x0301 },
+ shcode=0x397,
+ specials={ "char", 0x1F28, 0x301 },
unicodeslot=0x1F2C,
},
[0x1F2D]={
@@ -55029,8 +56241,8 @@ characters.data={
direction="l",
lccode=0x1F25,
linebreak="al",
- shcode=0x0397,
- specials={ "char", 0x1F29, 0x0301 },
+ shcode=0x397,
+ specials={ "char", 0x1F29, 0x301 },
unicodeslot=0x1F2D,
},
[0x1F2E]={
@@ -55040,8 +56252,8 @@ characters.data={
direction="l",
lccode=0x1F26,
linebreak="al",
- shcode=0x0397,
- specials={ "char", 0x1F28, 0x0342 },
+ shcode=0x397,
+ specials={ "char", 0x1F28, 0x342 },
unicodeslot=0x1F2E,
},
[0x1F2F]={
@@ -55051,8 +56263,8 @@ characters.data={
direction="l",
lccode=0x1F27,
linebreak="al",
- shcode=0x0397,
- specials={ "char", 0x1F29, 0x0342 },
+ shcode=0x397,
+ specials={ "char", 0x1F29, 0x342 },
unicodeslot=0x1F2F,
},
[0x1F30]={
@@ -55061,8 +56273,8 @@ characters.data={
description="GREEK SMALL LETTER IOTA WITH PSILI",
direction="l",
linebreak="al",
- shcode=0x03B9,
- specials={ "char", 0x03B9, 0x0313 },
+ shcode=0x3B9,
+ specials={ "char", 0x3B9, 0x313 },
uccode=0x1F38,
unicodeslot=0x1F30,
},
@@ -55072,8 +56284,8 @@ characters.data={
description="GREEK SMALL LETTER IOTA WITH DASIA",
direction="l",
linebreak="al",
- shcode=0x03B9,
- specials={ "char", 0x03B9, 0x0314 },
+ shcode=0x3B9,
+ specials={ "char", 0x3B9, 0x314 },
uccode=0x1F39,
unicodeslot=0x1F31,
},
@@ -55083,8 +56295,8 @@ characters.data={
description="GREEK SMALL LETTER IOTA WITH PSILI AND VARIA",
direction="l",
linebreak="al",
- shcode=0x03B9,
- specials={ "char", 0x1F30, 0x0300 },
+ shcode=0x3B9,
+ specials={ "char", 0x1F30, 0x300 },
uccode=0x1F3A,
unicodeslot=0x1F32,
},
@@ -55094,8 +56306,8 @@ characters.data={
description="GREEK SMALL LETTER IOTA WITH DASIA AND VARIA",
direction="l",
linebreak="al",
- shcode=0x03B9,
- specials={ "char", 0x1F31, 0x0300 },
+ shcode=0x3B9,
+ specials={ "char", 0x1F31, 0x300 },
uccode=0x1F3B,
unicodeslot=0x1F33,
},
@@ -55105,8 +56317,8 @@ characters.data={
description="GREEK SMALL LETTER IOTA WITH PSILI AND OXIA",
direction="l",
linebreak="al",
- shcode=0x03B9,
- specials={ "char", 0x1F30, 0x0301 },
+ shcode=0x3B9,
+ specials={ "char", 0x1F30, 0x301 },
uccode=0x1F3C,
unicodeslot=0x1F34,
},
@@ -55116,8 +56328,8 @@ characters.data={
description="GREEK SMALL LETTER IOTA WITH DASIA AND OXIA",
direction="l",
linebreak="al",
- shcode=0x03B9,
- specials={ "char", 0x1F31, 0x0301 },
+ shcode=0x3B9,
+ specials={ "char", 0x1F31, 0x301 },
uccode=0x1F3D,
unicodeslot=0x1F35,
},
@@ -55127,8 +56339,8 @@ characters.data={
description="GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI",
direction="l",
linebreak="al",
- shcode=0x03B9,
- specials={ "char", 0x1F30, 0x0342 },
+ shcode=0x3B9,
+ specials={ "char", 0x1F30, 0x342 },
uccode=0x1F3E,
unicodeslot=0x1F36,
},
@@ -55138,8 +56350,8 @@ characters.data={
description="GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI",
direction="l",
linebreak="al",
- shcode=0x03B9,
- specials={ "char", 0x1F31, 0x0342 },
+ shcode=0x3B9,
+ specials={ "char", 0x1F31, 0x342 },
uccode=0x1F3F,
unicodeslot=0x1F37,
},
@@ -55150,8 +56362,8 @@ characters.data={
direction="l",
lccode=0x1F30,
linebreak="al",
- shcode=0x0399,
- specials={ "char", 0x0399, 0x0313 },
+ shcode=0x399,
+ specials={ "char", 0x399, 0x313 },
unicodeslot=0x1F38,
},
[0x1F39]={
@@ -55161,8 +56373,8 @@ characters.data={
direction="l",
lccode=0x1F31,
linebreak="al",
- shcode=0x0399,
- specials={ "char", 0x0399, 0x0314 },
+ shcode=0x399,
+ specials={ "char", 0x399, 0x314 },
unicodeslot=0x1F39,
},
[0x1F3A]={
@@ -55172,8 +56384,8 @@ characters.data={
direction="l",
lccode=0x1F32,
linebreak="al",
- shcode=0x0399,
- specials={ "char", 0x1F38, 0x0300 },
+ shcode=0x399,
+ specials={ "char", 0x1F38, 0x300 },
unicodeslot=0x1F3A,
},
[0x1F3B]={
@@ -55183,8 +56395,8 @@ characters.data={
direction="l",
lccode=0x1F33,
linebreak="al",
- shcode=0x0399,
- specials={ "char", 0x1F39, 0x0300 },
+ shcode=0x399,
+ specials={ "char", 0x1F39, 0x300 },
unicodeslot=0x1F3B,
},
[0x1F3C]={
@@ -55194,8 +56406,8 @@ characters.data={
direction="l",
lccode=0x1F34,
linebreak="al",
- shcode=0x0399,
- specials={ "char", 0x1F38, 0x0301 },
+ shcode=0x399,
+ specials={ "char", 0x1F38, 0x301 },
unicodeslot=0x1F3C,
},
[0x1F3D]={
@@ -55205,8 +56417,8 @@ characters.data={
direction="l",
lccode=0x1F35,
linebreak="al",
- shcode=0x0399,
- specials={ "char", 0x1F39, 0x0301 },
+ shcode=0x399,
+ specials={ "char", 0x1F39, 0x301 },
unicodeslot=0x1F3D,
},
[0x1F3E]={
@@ -55216,8 +56428,8 @@ characters.data={
direction="l",
lccode=0x1F36,
linebreak="al",
- shcode=0x0399,
- specials={ "char", 0x1F38, 0x0342 },
+ shcode=0x399,
+ specials={ "char", 0x1F38, 0x342 },
unicodeslot=0x1F3E,
},
[0x1F3F]={
@@ -55227,8 +56439,8 @@ characters.data={
direction="l",
lccode=0x1F37,
linebreak="al",
- shcode=0x0399,
- specials={ "char", 0x1F39, 0x0342 },
+ shcode=0x399,
+ specials={ "char", 0x1F39, 0x342 },
unicodeslot=0x1F3F,
},
[0x1F40]={
@@ -55237,8 +56449,8 @@ characters.data={
description="GREEK SMALL LETTER OMICRON WITH PSILI",
direction="l",
linebreak="al",
- shcode=0x03BF,
- specials={ "char", 0x03BF, 0x0313 },
+ shcode=0x3BF,
+ specials={ "char", 0x3BF, 0x313 },
uccode=0x1F48,
unicodeslot=0x1F40,
},
@@ -55248,8 +56460,8 @@ characters.data={
description="GREEK SMALL LETTER OMICRON WITH DASIA",
direction="l",
linebreak="al",
- shcode=0x03BF,
- specials={ "char", 0x03BF, 0x0314 },
+ shcode=0x3BF,
+ specials={ "char", 0x3BF, 0x314 },
uccode=0x1F49,
unicodeslot=0x1F41,
},
@@ -55259,8 +56471,8 @@ characters.data={
description="GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA",
direction="l",
linebreak="al",
- shcode=0x03BF,
- specials={ "char", 0x1F40, 0x0300 },
+ shcode=0x3BF,
+ specials={ "char", 0x1F40, 0x300 },
uccode=0x1F4A,
unicodeslot=0x1F42,
},
@@ -55270,8 +56482,8 @@ characters.data={
description="GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA",
direction="l",
linebreak="al",
- shcode=0x03BF,
- specials={ "char", 0x1F41, 0x0300 },
+ shcode=0x3BF,
+ specials={ "char", 0x1F41, 0x300 },
uccode=0x1F4B,
unicodeslot=0x1F43,
},
@@ -55281,8 +56493,8 @@ characters.data={
description="GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA",
direction="l",
linebreak="al",
- shcode=0x03BF,
- specials={ "char", 0x1F40, 0x0301 },
+ shcode=0x3BF,
+ specials={ "char", 0x1F40, 0x301 },
uccode=0x1F4C,
unicodeslot=0x1F44,
},
@@ -55292,8 +56504,8 @@ characters.data={
description="GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA",
direction="l",
linebreak="al",
- shcode=0x03BF,
- specials={ "char", 0x1F41, 0x0301 },
+ shcode=0x3BF,
+ specials={ "char", 0x1F41, 0x301 },
uccode=0x1F4D,
unicodeslot=0x1F45,
},
@@ -55304,8 +56516,8 @@ characters.data={
direction="l",
lccode=0x1F40,
linebreak="al",
- shcode=0x039F,
- specials={ "char", 0x039F, 0x0313 },
+ shcode=0x39F,
+ specials={ "char", 0x39F, 0x313 },
unicodeslot=0x1F48,
},
[0x1F49]={
@@ -55315,8 +56527,8 @@ characters.data={
direction="l",
lccode=0x1F41,
linebreak="al",
- shcode=0x039F,
- specials={ "char", 0x039F, 0x0314 },
+ shcode=0x39F,
+ specials={ "char", 0x39F, 0x314 },
unicodeslot=0x1F49,
},
[0x1F4A]={
@@ -55326,8 +56538,8 @@ characters.data={
direction="l",
lccode=0x1F42,
linebreak="al",
- shcode=0x039F,
- specials={ "char", 0x1F48, 0x0300 },
+ shcode=0x39F,
+ specials={ "char", 0x1F48, 0x300 },
unicodeslot=0x1F4A,
},
[0x1F4B]={
@@ -55337,8 +56549,8 @@ characters.data={
direction="l",
lccode=0x1F43,
linebreak="al",
- shcode=0x039F,
- specials={ "char", 0x1F49, 0x0300 },
+ shcode=0x39F,
+ specials={ "char", 0x1F49, 0x300 },
unicodeslot=0x1F4B,
},
[0x1F4C]={
@@ -55348,8 +56560,8 @@ characters.data={
direction="l",
lccode=0x1F44,
linebreak="al",
- shcode=0x039F,
- specials={ "char", 0x1F48, 0x0301 },
+ shcode=0x39F,
+ specials={ "char", 0x1F48, 0x301 },
unicodeslot=0x1F4C,
},
[0x1F4D]={
@@ -55359,8 +56571,8 @@ characters.data={
direction="l",
lccode=0x1F45,
linebreak="al",
- shcode=0x039F,
- specials={ "char", 0x1F49, 0x0301 },
+ shcode=0x39F,
+ specials={ "char", 0x1F49, 0x301 },
unicodeslot=0x1F4D,
},
[0x1F50]={
@@ -55369,8 +56581,8 @@ characters.data={
description="GREEK SMALL LETTER UPSILON WITH PSILI",
direction="l",
linebreak="al",
- shcode=0x03C5,
- specials={ "char", 0x03C5, 0x0313 },
+ shcode=0x3C5,
+ specials={ "char", 0x3C5, 0x313 },
unicodeslot=0x1F50,
},
[0x1F51]={
@@ -55379,8 +56591,8 @@ characters.data={
description="GREEK SMALL LETTER UPSILON WITH DASIA",
direction="l",
linebreak="al",
- shcode=0x03C5,
- specials={ "char", 0x03C5, 0x0314 },
+ shcode=0x3C5,
+ specials={ "char", 0x3C5, 0x314 },
uccode=0x1F59,
unicodeslot=0x1F51,
},
@@ -55390,8 +56602,8 @@ characters.data={
description="GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA",
direction="l",
linebreak="al",
- shcode=0x03C5,
- specials={ "char", 0x1F50, 0x0300 },
+ shcode=0x3C5,
+ specials={ "char", 0x1F50, 0x300 },
unicodeslot=0x1F52,
},
[0x1F53]={
@@ -55400,8 +56612,8 @@ characters.data={
description="GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA",
direction="l",
linebreak="al",
- shcode=0x03C5,
- specials={ "char", 0x1F51, 0x0300 },
+ shcode=0x3C5,
+ specials={ "char", 0x1F51, 0x300 },
uccode=0x1F5B,
unicodeslot=0x1F53,
},
@@ -55411,8 +56623,8 @@ characters.data={
description="GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA",
direction="l",
linebreak="al",
- shcode=0x03C5,
- specials={ "char", 0x1F50, 0x0301 },
+ shcode=0x3C5,
+ specials={ "char", 0x1F50, 0x301 },
unicodeslot=0x1F54,
},
[0x1F55]={
@@ -55421,8 +56633,8 @@ characters.data={
description="GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA",
direction="l",
linebreak="al",
- shcode=0x03C5,
- specials={ "char", 0x1F51, 0x0301 },
+ shcode=0x3C5,
+ specials={ "char", 0x1F51, 0x301 },
uccode=0x1F5D,
unicodeslot=0x1F55,
},
@@ -55432,8 +56644,8 @@ characters.data={
description="GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI",
direction="l",
linebreak="al",
- shcode=0x03C5,
- specials={ "char", 0x1F50, 0x0342 },
+ shcode=0x3C5,
+ specials={ "char", 0x1F50, 0x342 },
unicodeslot=0x1F56,
},
[0x1F57]={
@@ -55442,8 +56654,8 @@ characters.data={
description="GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI",
direction="l",
linebreak="al",
- shcode=0x03C5,
- specials={ "char", 0x1F51, 0x0342 },
+ shcode=0x3C5,
+ specials={ "char", 0x1F51, 0x342 },
uccode=0x1F5F,
unicodeslot=0x1F57,
},
@@ -55454,8 +56666,8 @@ characters.data={
direction="l",
lccode=0x1F51,
linebreak="al",
- shcode=0x03A5,
- specials={ "char", 0x03A5, 0x0314 },
+ shcode=0x3A5,
+ specials={ "char", 0x3A5, 0x314 },
unicodeslot=0x1F59,
},
[0x1F5B]={
@@ -55465,8 +56677,8 @@ characters.data={
direction="l",
lccode=0x1F53,
linebreak="al",
- shcode=0x03A5,
- specials={ "char", 0x1F59, 0x0300 },
+ shcode=0x3A5,
+ specials={ "char", 0x1F59, 0x300 },
unicodeslot=0x1F5B,
},
[0x1F5D]={
@@ -55476,8 +56688,8 @@ characters.data={
direction="l",
lccode=0x1F55,
linebreak="al",
- shcode=0x03A5,
- specials={ "char", 0x1F59, 0x0301 },
+ shcode=0x3A5,
+ specials={ "char", 0x1F59, 0x301 },
unicodeslot=0x1F5D,
},
[0x1F5F]={
@@ -55487,8 +56699,8 @@ characters.data={
direction="l",
lccode=0x1F57,
linebreak="al",
- shcode=0x03A5,
- specials={ "char", 0x1F59, 0x0342 },
+ shcode=0x3A5,
+ specials={ "char", 0x1F59, 0x342 },
unicodeslot=0x1F5F,
},
[0x1F60]={
@@ -55497,8 +56709,8 @@ characters.data={
description="GREEK SMALL LETTER OMEGA WITH PSILI",
direction="l",
linebreak="al",
- shcode=0x03C9,
- specials={ "char", 0x03C9, 0x0313 },
+ shcode=0x3C9,
+ specials={ "char", 0x3C9, 0x313 },
uccode=0x1F68,
unicodeslot=0x1F60,
},
@@ -55508,8 +56720,8 @@ characters.data={
description="GREEK SMALL LETTER OMEGA WITH DASIA",
direction="l",
linebreak="al",
- shcode=0x03C9,
- specials={ "char", 0x03C9, 0x0314 },
+ shcode=0x3C9,
+ specials={ "char", 0x3C9, 0x314 },
uccode=0x1F69,
unicodeslot=0x1F61,
},
@@ -55519,8 +56731,8 @@ characters.data={
description="GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA",
direction="l",
linebreak="al",
- shcode=0x03C9,
- specials={ "char", 0x1F60, 0x0300 },
+ shcode=0x3C9,
+ specials={ "char", 0x1F60, 0x300 },
uccode=0x1F6A,
unicodeslot=0x1F62,
},
@@ -55530,8 +56742,8 @@ characters.data={
description="GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA",
direction="l",
linebreak="al",
- shcode=0x03C9,
- specials={ "char", 0x1F61, 0x0300 },
+ shcode=0x3C9,
+ specials={ "char", 0x1F61, 0x300 },
uccode=0x1F6B,
unicodeslot=0x1F63,
},
@@ -55541,8 +56753,8 @@ characters.data={
description="GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA",
direction="l",
linebreak="al",
- shcode=0x03C9,
- specials={ "char", 0x1F60, 0x0301 },
+ shcode=0x3C9,
+ specials={ "char", 0x1F60, 0x301 },
uccode=0x1F6C,
unicodeslot=0x1F64,
},
@@ -55552,8 +56764,8 @@ characters.data={
description="GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA",
direction="l",
linebreak="al",
- shcode=0x03C9,
- specials={ "char", 0x1F61, 0x0301 },
+ shcode=0x3C9,
+ specials={ "char", 0x1F61, 0x301 },
uccode=0x1F6D,
unicodeslot=0x1F65,
},
@@ -55563,8 +56775,8 @@ characters.data={
description="GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI",
direction="l",
linebreak="al",
- shcode=0x03C9,
- specials={ "char", 0x1F60, 0x0342 },
+ shcode=0x3C9,
+ specials={ "char", 0x1F60, 0x342 },
uccode=0x1F6E,
unicodeslot=0x1F66,
},
@@ -55574,8 +56786,8 @@ characters.data={
description="GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI",
direction="l",
linebreak="al",
- shcode=0x03C9,
- specials={ "char", 0x1F61, 0x0342 },
+ shcode=0x3C9,
+ specials={ "char", 0x1F61, 0x342 },
uccode=0x1F6F,
unicodeslot=0x1F67,
},
@@ -55586,8 +56798,8 @@ characters.data={
direction="l",
lccode=0x1F60,
linebreak="al",
- shcode=0x03A9,
- specials={ "char", 0x03A9, 0x0313 },
+ shcode=0x3A9,
+ specials={ "char", 0x3A9, 0x313 },
unicodeslot=0x1F68,
},
[0x1F69]={
@@ -55597,8 +56809,8 @@ characters.data={
direction="l",
lccode=0x1F61,
linebreak="al",
- shcode=0x03A9,
- specials={ "char", 0x03A9, 0x0314 },
+ shcode=0x3A9,
+ specials={ "char", 0x3A9, 0x314 },
unicodeslot=0x1F69,
},
[0x1F6A]={
@@ -55608,8 +56820,8 @@ characters.data={
direction="l",
lccode=0x1F62,
linebreak="al",
- shcode=0x03A9,
- specials={ "char", 0x1F68, 0x0300 },
+ shcode=0x3A9,
+ specials={ "char", 0x1F68, 0x300 },
unicodeslot=0x1F6A,
},
[0x1F6B]={
@@ -55619,8 +56831,8 @@ characters.data={
direction="l",
lccode=0x1F63,
linebreak="al",
- shcode=0x03A9,
- specials={ "char", 0x1F69, 0x0300 },
+ shcode=0x3A9,
+ specials={ "char", 0x1F69, 0x300 },
unicodeslot=0x1F6B,
},
[0x1F6C]={
@@ -55630,8 +56842,8 @@ characters.data={
direction="l",
lccode=0x1F64,
linebreak="al",
- shcode=0x03A9,
- specials={ "char", 0x1F68, 0x0301 },
+ shcode=0x3A9,
+ specials={ "char", 0x1F68, 0x301 },
unicodeslot=0x1F6C,
},
[0x1F6D]={
@@ -55641,8 +56853,8 @@ characters.data={
direction="l",
lccode=0x1F65,
linebreak="al",
- shcode=0x03A9,
- specials={ "char", 0x1F69, 0x0301 },
+ shcode=0x3A9,
+ specials={ "char", 0x1F69, 0x301 },
unicodeslot=0x1F6D,
},
[0x1F6E]={
@@ -55652,8 +56864,8 @@ characters.data={
direction="l",
lccode=0x1F66,
linebreak="al",
- shcode=0x03A9,
- specials={ "char", 0x1F68, 0x0342 },
+ shcode=0x3A9,
+ specials={ "char", 0x1F68, 0x342 },
unicodeslot=0x1F6E,
},
[0x1F6F]={
@@ -55663,8 +56875,8 @@ characters.data={
direction="l",
lccode=0x1F67,
linebreak="al",
- shcode=0x03A9,
- specials={ "char", 0x1F69, 0x0342 },
+ shcode=0x3A9,
+ specials={ "char", 0x1F69, 0x342 },
unicodeslot=0x1F6F,
},
[0x1F70]={
@@ -55673,8 +56885,8 @@ characters.data={
description="GREEK SMALL LETTER ALPHA WITH VARIA",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x03B1, 0x0300 },
+ shcode=0x3B1,
+ specials={ "char", 0x3B1, 0x300 },
uccode=0x1FBA,
unicodeslot=0x1F70,
},
@@ -55684,8 +56896,8 @@ characters.data={
description="GREEK SMALL LETTER ALPHA WITH OXIA",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x03AC },
+ shcode=0x3B1,
+ specials={ "char", 0x3AC },
uccode=0x1FBB,
unicodeslot=0x1F71,
},
@@ -55695,8 +56907,8 @@ characters.data={
description="GREEK SMALL LETTER EPSILON WITH VARIA",
direction="l",
linebreak="al",
- shcode=0x03B5,
- specials={ "char", 0x03B5, 0x0300 },
+ shcode=0x3B5,
+ specials={ "char", 0x3B5, 0x300 },
uccode=0x1FC8,
unicodeslot=0x1F72,
},
@@ -55706,8 +56918,8 @@ characters.data={
description="GREEK SMALL LETTER EPSILON WITH OXIA",
direction="l",
linebreak="al",
- shcode=0x03B5,
- specials={ "char", 0x03AD },
+ shcode=0x3B5,
+ specials={ "char", 0x3AD },
uccode=0x1FC9,
unicodeslot=0x1F73,
},
@@ -55717,8 +56929,8 @@ characters.data={
description="GREEK SMALL LETTER ETA WITH VARIA",
direction="l",
linebreak="al",
- shcode=0x03B7,
- specials={ "char", 0x03B7, 0x0300 },
+ shcode=0x3B7,
+ specials={ "char", 0x3B7, 0x300 },
uccode=0x1FCA,
unicodeslot=0x1F74,
},
@@ -55728,8 +56940,8 @@ characters.data={
description="GREEK SMALL LETTER ETA WITH OXIA",
direction="l",
linebreak="al",
- shcode=0x03B7,
- specials={ "char", 0x03AE },
+ shcode=0x3B7,
+ specials={ "char", 0x3AE },
uccode=0x1FCB,
unicodeslot=0x1F75,
},
@@ -55739,8 +56951,8 @@ characters.data={
description="GREEK SMALL LETTER IOTA WITH VARIA",
direction="l",
linebreak="al",
- shcode=0x03B9,
- specials={ "char", 0x03B9, 0x0300 },
+ shcode=0x3B9,
+ specials={ "char", 0x3B9, 0x300 },
uccode=0x1FDA,
unicodeslot=0x1F76,
},
@@ -55750,8 +56962,8 @@ characters.data={
description="GREEK SMALL LETTER IOTA WITH OXIA",
direction="l",
linebreak="al",
- shcode=0x03B9,
- specials={ "char", 0x03AF },
+ shcode=0x3B9,
+ specials={ "char", 0x3AF },
uccode=0x1FDB,
unicodeslot=0x1F77,
},
@@ -55761,8 +56973,8 @@ characters.data={
description="GREEK SMALL LETTER OMICRON WITH VARIA",
direction="l",
linebreak="al",
- shcode=0x03BF,
- specials={ "char", 0x03BF, 0x0300 },
+ shcode=0x3BF,
+ specials={ "char", 0x3BF, 0x300 },
uccode=0x1FF8,
unicodeslot=0x1F78,
},
@@ -55772,8 +56984,8 @@ characters.data={
description="GREEK SMALL LETTER OMICRON WITH OXIA",
direction="l",
linebreak="al",
- shcode=0x03BF,
- specials={ "char", 0x03CC },
+ shcode=0x3BF,
+ specials={ "char", 0x3CC },
uccode=0x1FF9,
unicodeslot=0x1F79,
},
@@ -55783,8 +56995,8 @@ characters.data={
description="GREEK SMALL LETTER UPSILON WITH VARIA",
direction="l",
linebreak="al",
- shcode=0x03C5,
- specials={ "char", 0x03C5, 0x0300 },
+ shcode=0x3C5,
+ specials={ "char", 0x3C5, 0x300 },
uccode=0x1FEA,
unicodeslot=0x1F7A,
},
@@ -55794,8 +57006,8 @@ characters.data={
description="GREEK SMALL LETTER UPSILON WITH OXIA",
direction="l",
linebreak="al",
- shcode=0x03C5,
- specials={ "char", 0x03CD },
+ shcode=0x3C5,
+ specials={ "char", 0x3CD },
uccode=0x1FEB,
unicodeslot=0x1F7B,
},
@@ -55805,8 +57017,8 @@ characters.data={
description="GREEK SMALL LETTER OMEGA WITH VARIA",
direction="l",
linebreak="al",
- shcode=0x03C9,
- specials={ "char", 0x03C9, 0x0300 },
+ shcode=0x3C9,
+ specials={ "char", 0x3C9, 0x300 },
uccode=0x1FFA,
unicodeslot=0x1F7C,
},
@@ -55816,8 +57028,8 @@ characters.data={
description="GREEK SMALL LETTER OMEGA WITH OXIA",
direction="l",
linebreak="al",
- shcode=0x03C9,
- specials={ "char", 0x03CE },
+ shcode=0x3C9,
+ specials={ "char", 0x3CE },
uccode=0x1FFB,
unicodeslot=0x1F7D,
},
@@ -55827,8 +57039,8 @@ characters.data={
description="GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x1F00, 0x0345 },
+ shcode=0x3B1,
+ specials={ "char", 0x1F00, 0x345 },
uccode=0x1F88,
unicodeslot=0x1F80,
},
@@ -55838,8 +57050,8 @@ characters.data={
description="GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x1F01, 0x0345 },
+ shcode=0x3B1,
+ specials={ "char", 0x1F01, 0x345 },
uccode=0x1F89,
unicodeslot=0x1F81,
},
@@ -55849,8 +57061,8 @@ characters.data={
description="GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x1F02, 0x0345 },
+ shcode=0x3B1,
+ specials={ "char", 0x1F02, 0x345 },
uccode=0x1F8A,
unicodeslot=0x1F82,
},
@@ -55860,8 +57072,8 @@ characters.data={
description="GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x1F03, 0x0345 },
+ shcode=0x3B1,
+ specials={ "char", 0x1F03, 0x345 },
uccode=0x1F8B,
unicodeslot=0x1F83,
},
@@ -55871,8 +57083,8 @@ characters.data={
description="GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x1F04, 0x0345 },
+ shcode=0x3B1,
+ specials={ "char", 0x1F04, 0x345 },
uccode=0x1F8C,
unicodeslot=0x1F84,
},
@@ -55882,8 +57094,8 @@ characters.data={
description="GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x1F05, 0x0345 },
+ shcode=0x3B1,
+ specials={ "char", 0x1F05, 0x345 },
uccode=0x1F8D,
unicodeslot=0x1F85,
},
@@ -55893,8 +57105,8 @@ characters.data={
description="GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x1F06, 0x0345 },
+ shcode=0x3B1,
+ specials={ "char", 0x1F06, 0x345 },
uccode=0x1F8E,
unicodeslot=0x1F86,
},
@@ -55904,8 +57116,8 @@ characters.data={
description="GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x1F07, 0x0345 },
+ shcode=0x3B1,
+ specials={ "char", 0x1F07, 0x345 },
uccode=0x1F8F,
unicodeslot=0x1F87,
},
@@ -55916,8 +57128,8 @@ characters.data={
direction="l",
lccode=0x1F80,
linebreak="al",
- shcode=0x0391,
- specials={ "char", 0x1F08, 0x0345 },
+ shcode=0x391,
+ specials={ "char", 0x1F08, 0x345 },
unicodeslot=0x1F88,
},
[0x1F89]={
@@ -55927,8 +57139,8 @@ characters.data={
direction="l",
lccode=0x1F81,
linebreak="al",
- shcode=0x0391,
- specials={ "char", 0x1F09, 0x0345 },
+ shcode=0x391,
+ specials={ "char", 0x1F09, 0x345 },
unicodeslot=0x1F89,
},
[0x1F8A]={
@@ -55938,8 +57150,8 @@ characters.data={
direction="l",
lccode=0x1F82,
linebreak="al",
- shcode=0x0391,
- specials={ "char", 0x1F0A, 0x0345 },
+ shcode=0x391,
+ specials={ "char", 0x1F0A, 0x345 },
unicodeslot=0x1F8A,
},
[0x1F8B]={
@@ -55949,8 +57161,8 @@ characters.data={
direction="l",
lccode=0x1F83,
linebreak="al",
- shcode=0x0391,
- specials={ "char", 0x1F0B, 0x0345 },
+ shcode=0x391,
+ specials={ "char", 0x1F0B, 0x345 },
unicodeslot=0x1F8B,
},
[0x1F8C]={
@@ -55960,8 +57172,8 @@ characters.data={
direction="l",
lccode=0x1F84,
linebreak="al",
- shcode=0x0391,
- specials={ "char", 0x1F0C, 0x0345 },
+ shcode=0x391,
+ specials={ "char", 0x1F0C, 0x345 },
unicodeslot=0x1F8C,
},
[0x1F8D]={
@@ -55971,8 +57183,8 @@ characters.data={
direction="l",
lccode=0x1F85,
linebreak="al",
- shcode=0x0391,
- specials={ "char", 0x1F0D, 0x0345 },
+ shcode=0x391,
+ specials={ "char", 0x1F0D, 0x345 },
unicodeslot=0x1F8D,
},
[0x1F8E]={
@@ -55982,8 +57194,8 @@ characters.data={
direction="l",
lccode=0x1F86,
linebreak="al",
- shcode=0x0391,
- specials={ "char", 0x1F0E, 0x0345 },
+ shcode=0x391,
+ specials={ "char", 0x1F0E, 0x345 },
unicodeslot=0x1F8E,
},
[0x1F8F]={
@@ -55993,8 +57205,8 @@ characters.data={
direction="l",
lccode=0x1F87,
linebreak="al",
- shcode=0x0391,
- specials={ "char", 0x1F0F, 0x0345 },
+ shcode=0x391,
+ specials={ "char", 0x1F0F, 0x345 },
unicodeslot=0x1F8F,
},
[0x1F90]={
@@ -56003,8 +57215,8 @@ characters.data={
description="GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03B7,
- specials={ "char", 0x1F20, 0x0345 },
+ shcode=0x3B7,
+ specials={ "char", 0x1F20, 0x345 },
uccode=0x1F98,
unicodeslot=0x1F90,
},
@@ -56014,8 +57226,8 @@ characters.data={
description="GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03B7,
- specials={ "char", 0x1F21, 0x0345 },
+ shcode=0x3B7,
+ specials={ "char", 0x1F21, 0x345 },
uccode=0x1F99,
unicodeslot=0x1F91,
},
@@ -56025,8 +57237,8 @@ characters.data={
description="GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03B7,
- specials={ "char", 0x1F22, 0x0345 },
+ shcode=0x3B7,
+ specials={ "char", 0x1F22, 0x345 },
uccode=0x1F9A,
unicodeslot=0x1F92,
},
@@ -56036,8 +57248,8 @@ characters.data={
description="GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03B7,
- specials={ "char", 0x1F23, 0x0345 },
+ shcode=0x3B7,
+ specials={ "char", 0x1F23, 0x345 },
uccode=0x1F9B,
unicodeslot=0x1F93,
},
@@ -56047,8 +57259,8 @@ characters.data={
description="GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03B7,
- specials={ "char", 0x1F24, 0x0345 },
+ shcode=0x3B7,
+ specials={ "char", 0x1F24, 0x345 },
uccode=0x1F9C,
unicodeslot=0x1F94,
},
@@ -56058,8 +57270,8 @@ characters.data={
description="GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03B7,
- specials={ "char", 0x1F25, 0x0345 },
+ shcode=0x3B7,
+ specials={ "char", 0x1F25, 0x345 },
uccode=0x1F9D,
unicodeslot=0x1F95,
},
@@ -56069,8 +57281,8 @@ characters.data={
description="GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03B7,
- specials={ "char", 0x1F26, 0x0345 },
+ shcode=0x3B7,
+ specials={ "char", 0x1F26, 0x345 },
uccode=0x1F9E,
unicodeslot=0x1F96,
},
@@ -56080,8 +57292,8 @@ characters.data={
description="GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03B7,
- specials={ "char", 0x1F27, 0x0345 },
+ shcode=0x3B7,
+ specials={ "char", 0x1F27, 0x345 },
uccode=0x1F9F,
unicodeslot=0x1F97,
},
@@ -56092,8 +57304,8 @@ characters.data={
direction="l",
lccode=0x1F90,
linebreak="al",
- shcode=0x0397,
- specials={ "char", 0x1F28, 0x0345 },
+ shcode=0x397,
+ specials={ "char", 0x1F28, 0x345 },
unicodeslot=0x1F98,
},
[0x1F99]={
@@ -56103,8 +57315,8 @@ characters.data={
direction="l",
lccode=0x1F91,
linebreak="al",
- shcode=0x0397,
- specials={ "char", 0x1F29, 0x0345 },
+ shcode=0x397,
+ specials={ "char", 0x1F29, 0x345 },
unicodeslot=0x1F99,
},
[0x1F9A]={
@@ -56114,8 +57326,8 @@ characters.data={
direction="l",
lccode=0x1F92,
linebreak="al",
- shcode=0x0397,
- specials={ "char", 0x1F2A, 0x0345 },
+ shcode=0x397,
+ specials={ "char", 0x1F2A, 0x345 },
unicodeslot=0x1F9A,
},
[0x1F9B]={
@@ -56125,8 +57337,8 @@ characters.data={
direction="l",
lccode=0x1F93,
linebreak="al",
- shcode=0x0397,
- specials={ "char", 0x1F2B, 0x0345 },
+ shcode=0x397,
+ specials={ "char", 0x1F2B, 0x345 },
unicodeslot=0x1F9B,
},
[0x1F9C]={
@@ -56136,8 +57348,8 @@ characters.data={
direction="l",
lccode=0x1F94,
linebreak="al",
- shcode=0x0397,
- specials={ "char", 0x1F2C, 0x0345 },
+ shcode=0x397,
+ specials={ "char", 0x1F2C, 0x345 },
unicodeslot=0x1F9C,
},
[0x1F9D]={
@@ -56147,8 +57359,8 @@ characters.data={
direction="l",
lccode=0x1F95,
linebreak="al",
- shcode=0x0397,
- specials={ "char", 0x1F2D, 0x0345 },
+ shcode=0x397,
+ specials={ "char", 0x1F2D, 0x345 },
unicodeslot=0x1F9D,
},
[0x1F9E]={
@@ -56158,8 +57370,8 @@ characters.data={
direction="l",
lccode=0x1F96,
linebreak="al",
- shcode=0x0397,
- specials={ "char", 0x1F2E, 0x0345 },
+ shcode=0x397,
+ specials={ "char", 0x1F2E, 0x345 },
unicodeslot=0x1F9E,
},
[0x1F9F]={
@@ -56169,8 +57381,8 @@ characters.data={
direction="l",
lccode=0x1F97,
linebreak="al",
- shcode=0x0397,
- specials={ "char", 0x1F2F, 0x0345 },
+ shcode=0x397,
+ specials={ "char", 0x1F2F, 0x345 },
unicodeslot=0x1F9F,
},
[0x1FA0]={
@@ -56179,8 +57391,8 @@ characters.data={
description="GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03C9,
- specials={ "char", 0x1F60, 0x0345 },
+ shcode=0x3C9,
+ specials={ "char", 0x1F60, 0x345 },
uccode=0x1FA8,
unicodeslot=0x1FA0,
},
@@ -56190,8 +57402,8 @@ characters.data={
description="GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03C9,
- specials={ "char", 0x1F61, 0x0345 },
+ shcode=0x3C9,
+ specials={ "char", 0x1F61, 0x345 },
uccode=0x1FA9,
unicodeslot=0x1FA1,
},
@@ -56201,8 +57413,8 @@ characters.data={
description="GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03C9,
- specials={ "char", 0x1F62, 0x0345 },
+ shcode=0x3C9,
+ specials={ "char", 0x1F62, 0x345 },
uccode=0x1FAA,
unicodeslot=0x1FA2,
},
@@ -56212,8 +57424,8 @@ characters.data={
description="GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03C9,
- specials={ "char", 0x1F63, 0x0345 },
+ shcode=0x3C9,
+ specials={ "char", 0x1F63, 0x345 },
uccode=0x1FAB,
unicodeslot=0x1FA3,
},
@@ -56223,8 +57435,8 @@ characters.data={
description="GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03C9,
- specials={ "char", 0x1F64, 0x0345 },
+ shcode=0x3C9,
+ specials={ "char", 0x1F64, 0x345 },
uccode=0x1FAC,
unicodeslot=0x1FA4,
},
@@ -56234,8 +57446,8 @@ characters.data={
description="GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03C9,
- specials={ "char", 0x1F65, 0x0345 },
+ shcode=0x3C9,
+ specials={ "char", 0x1F65, 0x345 },
uccode=0x1FAD,
unicodeslot=0x1FA5,
},
@@ -56245,8 +57457,8 @@ characters.data={
description="GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03C9,
- specials={ "char", 0x1F66, 0x0345 },
+ shcode=0x3C9,
+ specials={ "char", 0x1F66, 0x345 },
uccode=0x1FAE,
unicodeslot=0x1FA6,
},
@@ -56256,8 +57468,8 @@ characters.data={
description="GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03C9,
- specials={ "char", 0x1F67, 0x0345 },
+ shcode=0x3C9,
+ specials={ "char", 0x1F67, 0x345 },
uccode=0x1FAF,
unicodeslot=0x1FA7,
},
@@ -56268,8 +57480,8 @@ characters.data={
direction="l",
lccode=0x1FA0,
linebreak="al",
- shcode=0x03A9,
- specials={ "char", 0x1F68, 0x0345 },
+ shcode=0x3A9,
+ specials={ "char", 0x1F68, 0x345 },
unicodeslot=0x1FA8,
},
[0x1FA9]={
@@ -56279,8 +57491,8 @@ characters.data={
direction="l",
lccode=0x1FA1,
linebreak="al",
- shcode=0x03A9,
- specials={ "char", 0x1F69, 0x0345 },
+ shcode=0x3A9,
+ specials={ "char", 0x1F69, 0x345 },
unicodeslot=0x1FA9,
},
[0x1FAA]={
@@ -56290,8 +57502,8 @@ characters.data={
direction="l",
lccode=0x1FA2,
linebreak="al",
- shcode=0x03A9,
- specials={ "char", 0x1F6A, 0x0345 },
+ shcode=0x3A9,
+ specials={ "char", 0x1F6A, 0x345 },
unicodeslot=0x1FAA,
},
[0x1FAB]={
@@ -56301,8 +57513,8 @@ characters.data={
direction="l",
lccode=0x1FA3,
linebreak="al",
- shcode=0x03A9,
- specials={ "char", 0x1F6B, 0x0345 },
+ shcode=0x3A9,
+ specials={ "char", 0x1F6B, 0x345 },
unicodeslot=0x1FAB,
},
[0x1FAC]={
@@ -56312,8 +57524,8 @@ characters.data={
direction="l",
lccode=0x1FA4,
linebreak="al",
- shcode=0x03A9,
- specials={ "char", 0x1F6C, 0x0345 },
+ shcode=0x3A9,
+ specials={ "char", 0x1F6C, 0x345 },
unicodeslot=0x1FAC,
},
[0x1FAD]={
@@ -56323,8 +57535,8 @@ characters.data={
direction="l",
lccode=0x1FA5,
linebreak="al",
- shcode=0x03A9,
- specials={ "char", 0x1F6D, 0x0345 },
+ shcode=0x3A9,
+ specials={ "char", 0x1F6D, 0x345 },
unicodeslot=0x1FAD,
},
[0x1FAE]={
@@ -56334,8 +57546,8 @@ characters.data={
direction="l",
lccode=0x1FA6,
linebreak="al",
- shcode=0x03A9,
- specials={ "char", 0x1F6E, 0x0345 },
+ shcode=0x3A9,
+ specials={ "char", 0x1F6E, 0x345 },
unicodeslot=0x1FAE,
},
[0x1FAF]={
@@ -56345,8 +57557,8 @@ characters.data={
direction="l",
lccode=0x1FA7,
linebreak="al",
- shcode=0x03A9,
- specials={ "char", 0x1F6F, 0x0345 },
+ shcode=0x3A9,
+ specials={ "char", 0x1F6F, 0x345 },
unicodeslot=0x1FAF,
},
[0x1FB0]={
@@ -56355,8 +57567,8 @@ characters.data={
description="GREEK SMALL LETTER ALPHA WITH VRACHY",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x03B1, 0x0306 },
+ shcode=0x3B1,
+ specials={ "char", 0x3B1, 0x306 },
uccode=0x1FB8,
unicodeslot=0x1FB0,
},
@@ -56366,8 +57578,8 @@ characters.data={
description="GREEK SMALL LETTER ALPHA WITH MACRON",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x03B1, 0x0304 },
+ shcode=0x3B1,
+ specials={ "char", 0x3B1, 0x304 },
uccode=0x1FB9,
unicodeslot=0x1FB1,
},
@@ -56377,8 +57589,8 @@ characters.data={
description="GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x1F70, 0x0345 },
+ shcode=0x3B1,
+ specials={ "char", 0x1F70, 0x345 },
unicodeslot=0x1FB2,
},
[0x1FB3]={
@@ -56387,8 +57599,8 @@ characters.data={
description="GREEK SMALL LETTER ALPHA WITH YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x03B1, 0x0345 },
+ shcode=0x3B1,
+ specials={ "char", 0x3B1, 0x345 },
uccode=0x1FBC,
unicodeslot=0x1FB3,
},
@@ -56398,8 +57610,8 @@ characters.data={
description="GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x03AC, 0x0345 },
+ shcode=0x3B1,
+ specials={ "char", 0x3AC, 0x345 },
unicodeslot=0x1FB4,
},
[0x1FB6]={
@@ -56408,8 +57620,8 @@ characters.data={
description="GREEK SMALL LETTER ALPHA WITH PERISPOMENI",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x03B1, 0x0342 },
+ shcode=0x3B1,
+ specials={ "char", 0x3B1, 0x342 },
unicodeslot=0x1FB6,
},
[0x1FB7]={
@@ -56418,8 +57630,8 @@ characters.data={
description="GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03B1,
- specials={ "char", 0x1FB6, 0x0345 },
+ shcode=0x3B1,
+ specials={ "char", 0x1FB6, 0x345 },
unicodeslot=0x1FB7,
},
[0x1FB8]={
@@ -56429,8 +57641,8 @@ characters.data={
direction="l",
lccode=0x1FB0,
linebreak="al",
- shcode=0x0391,
- specials={ "char", 0x0391, 0x0306 },
+ shcode=0x391,
+ specials={ "char", 0x391, 0x306 },
unicodeslot=0x1FB8,
},
[0x1FB9]={
@@ -56440,8 +57652,8 @@ characters.data={
direction="l",
lccode=0x1FB1,
linebreak="al",
- shcode=0x0391,
- specials={ "char", 0x0391, 0x0304 },
+ shcode=0x391,
+ specials={ "char", 0x391, 0x304 },
unicodeslot=0x1FB9,
},
[0x1FBA]={
@@ -56451,8 +57663,8 @@ characters.data={
direction="l",
lccode=0x1F70,
linebreak="al",
- shcode=0x0391,
- specials={ "char", 0x0391, 0x0300 },
+ shcode=0x391,
+ specials={ "char", 0x391, 0x300 },
unicodeslot=0x1FBA,
},
[0x1FBB]={
@@ -56462,8 +57674,8 @@ characters.data={
direction="l",
lccode=0x1F71,
linebreak="al",
- shcode=0x0391,
- specials={ "char", 0x0386 },
+ shcode=0x391,
+ specials={ "char", 0x386 },
unicodeslot=0x1FBB,
},
[0x1FBC]={
@@ -56473,8 +57685,8 @@ characters.data={
direction="l",
lccode=0x1FB3,
linebreak="al",
- shcode=0x0391,
- specials={ "char", 0x0391, 0x0345 },
+ shcode=0x391,
+ specials={ "char", 0x391, 0x345 },
unicodeslot=0x1FBC,
},
[0x1FBD]={
@@ -56483,7 +57695,7 @@ characters.data={
description="GREEK KORONIS",
direction="on",
linebreak="al",
- specials={ "compat", 0x0020, 0x0313 },
+ specials={ "compat", 0x20, 0x313 },
unicodeslot=0x1FBD,
},
[0x1FBE]={
@@ -56492,8 +57704,8 @@ characters.data={
description="GREEK PROSGEGRAMMENI",
direction="l",
linebreak="al",
- specials={ "char", 0x03B9 },
- uccode=0x0399,
+ specials={ "char", 0x3B9 },
+ uccode=0x399,
unicodeslot=0x1FBE,
},
[0x1FBF]={
@@ -56502,7 +57714,7 @@ characters.data={
description="GREEK PSILI",
direction="on",
linebreak="al",
- specials={ "compat", 0x0020, 0x0313 },
+ specials={ "compat", 0x20, 0x313 },
unicodeslot=0x1FBF,
},
[0x1FC0]={
@@ -56511,7 +57723,7 @@ characters.data={
description="GREEK PERISPOMENI",
direction="on",
linebreak="al",
- specials={ "compat", 0x0020, 0x0342 },
+ specials={ "compat", 0x20, 0x342 },
unicodeslot=0x1FC0,
},
[0x1FC1]={
@@ -56520,7 +57732,7 @@ characters.data={
description="GREEK DIALYTIKA AND PERISPOMENI",
direction="on",
linebreak="al",
- specials={ "char", 0x00A8, 0x0342 },
+ specials={ "char", 0xA8, 0x342 },
unicodeslot=0x1FC1,
},
[0x1FC2]={
@@ -56529,8 +57741,8 @@ characters.data={
description="GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03B7,
- specials={ "char", 0x1F74, 0x0345 },
+ shcode=0x3B7,
+ specials={ "char", 0x1F74, 0x345 },
unicodeslot=0x1FC2,
},
[0x1FC3]={
@@ -56539,8 +57751,8 @@ characters.data={
description="GREEK SMALL LETTER ETA WITH YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03B7,
- specials={ "char", 0x03B7, 0x0345 },
+ shcode=0x3B7,
+ specials={ "char", 0x3B7, 0x345 },
uccode=0x1FCC,
unicodeslot=0x1FC3,
},
@@ -56550,8 +57762,8 @@ characters.data={
description="GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03B7,
- specials={ "char", 0x03AE, 0x0345 },
+ shcode=0x3B7,
+ specials={ "char", 0x3AE, 0x345 },
unicodeslot=0x1FC4,
},
[0x1FC6]={
@@ -56560,8 +57772,8 @@ characters.data={
description="GREEK SMALL LETTER ETA WITH PERISPOMENI",
direction="l",
linebreak="al",
- shcode=0x03B7,
- specials={ "char", 0x03B7, 0x0342 },
+ shcode=0x3B7,
+ specials={ "char", 0x3B7, 0x342 },
unicodeslot=0x1FC6,
},
[0x1FC7]={
@@ -56570,8 +57782,8 @@ characters.data={
description="GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03B7,
- specials={ "char", 0x1FC6, 0x0345 },
+ shcode=0x3B7,
+ specials={ "char", 0x1FC6, 0x345 },
unicodeslot=0x1FC7,
},
[0x1FC8]={
@@ -56581,8 +57793,8 @@ characters.data={
direction="l",
lccode=0x1F72,
linebreak="al",
- shcode=0x0395,
- specials={ "char", 0x0395, 0x0300 },
+ shcode=0x395,
+ specials={ "char", 0x395, 0x300 },
unicodeslot=0x1FC8,
},
[0x1FC9]={
@@ -56592,8 +57804,8 @@ characters.data={
direction="l",
lccode=0x1F73,
linebreak="al",
- shcode=0x0395,
- specials={ "char", 0x0388 },
+ shcode=0x395,
+ specials={ "char", 0x388 },
unicodeslot=0x1FC9,
},
[0x1FCA]={
@@ -56603,8 +57815,8 @@ characters.data={
direction="l",
lccode=0x1F74,
linebreak="al",
- shcode=0x0397,
- specials={ "char", 0x0397, 0x0300 },
+ shcode=0x397,
+ specials={ "char", 0x397, 0x300 },
unicodeslot=0x1FCA,
},
[0x1FCB]={
@@ -56614,8 +57826,8 @@ characters.data={
direction="l",
lccode=0x1F75,
linebreak="al",
- shcode=0x0397,
- specials={ "char", 0x0389 },
+ shcode=0x397,
+ specials={ "char", 0x389 },
unicodeslot=0x1FCB,
},
[0x1FCC]={
@@ -56625,8 +57837,8 @@ characters.data={
direction="l",
lccode=0x1FC3,
linebreak="al",
- shcode=0x0397,
- specials={ "char", 0x0397, 0x0345 },
+ shcode=0x397,
+ specials={ "char", 0x397, 0x345 },
unicodeslot=0x1FCC,
},
[0x1FCD]={
@@ -56635,7 +57847,7 @@ characters.data={
description="GREEK PSILI AND VARIA",
direction="on",
linebreak="al",
- specials={ "char", 0x1FBF, 0x0300 },
+ specials={ "char", 0x1FBF, 0x300 },
unicodeslot=0x1FCD,
},
[0x1FCE]={
@@ -56644,7 +57856,7 @@ characters.data={
description="GREEK PSILI AND OXIA",
direction="on",
linebreak="al",
- specials={ "char", 0x1FBF, 0x0301 },
+ specials={ "char", 0x1FBF, 0x301 },
unicodeslot=0x1FCE,
},
[0x1FCF]={
@@ -56653,7 +57865,7 @@ characters.data={
description="GREEK PSILI AND PERISPOMENI",
direction="on",
linebreak="al",
- specials={ "char", 0x1FBF, 0x0342 },
+ specials={ "char", 0x1FBF, 0x342 },
unicodeslot=0x1FCF,
},
[0x1FD0]={
@@ -56662,8 +57874,8 @@ characters.data={
description="GREEK SMALL LETTER IOTA WITH VRACHY",
direction="l",
linebreak="al",
- shcode=0x03B9,
- specials={ "char", 0x03B9, 0x0306 },
+ shcode=0x3B9,
+ specials={ "char", 0x3B9, 0x306 },
uccode=0x1FD8,
unicodeslot=0x1FD0,
},
@@ -56673,8 +57885,8 @@ characters.data={
description="GREEK SMALL LETTER IOTA WITH MACRON",
direction="l",
linebreak="al",
- shcode=0x03B9,
- specials={ "char", 0x03B9, 0x0304 },
+ shcode=0x3B9,
+ specials={ "char", 0x3B9, 0x304 },
uccode=0x1FD9,
unicodeslot=0x1FD1,
},
@@ -56684,8 +57896,8 @@ characters.data={
description="GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA",
direction="l",
linebreak="al",
- shcode=0x03B9,
- specials={ "char", 0x03CA, 0x0300 },
+ shcode=0x3B9,
+ specials={ "char", 0x3CA, 0x300 },
unicodeslot=0x1FD2,
},
[0x1FD3]={
@@ -56694,8 +57906,8 @@ characters.data={
description="GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA",
direction="l",
linebreak="al",
- shcode=0x03B9,
- specials={ "char", 0x0390 },
+ shcode=0x3B9,
+ specials={ "char", 0x390 },
unicodeslot=0x1FD3,
},
[0x1FD6]={
@@ -56704,8 +57916,8 @@ characters.data={
description="GREEK SMALL LETTER IOTA WITH PERISPOMENI",
direction="l",
linebreak="al",
- shcode=0x03B9,
- specials={ "char", 0x03B9, 0x0342 },
+ shcode=0x3B9,
+ specials={ "char", 0x3B9, 0x342 },
unicodeslot=0x1FD6,
},
[0x1FD7]={
@@ -56714,8 +57926,8 @@ characters.data={
description="GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI",
direction="l",
linebreak="al",
- shcode=0x03B9,
- specials={ "char", 0x03CA, 0x0342 },
+ shcode=0x3B9,
+ specials={ "char", 0x3CA, 0x342 },
unicodeslot=0x1FD7,
},
[0x1FD8]={
@@ -56725,8 +57937,8 @@ characters.data={
direction="l",
lccode=0x1FD0,
linebreak="al",
- shcode=0x0399,
- specials={ "char", 0x0399, 0x0306 },
+ shcode=0x399,
+ specials={ "char", 0x399, 0x306 },
unicodeslot=0x1FD8,
},
[0x1FD9]={
@@ -56736,8 +57948,8 @@ characters.data={
direction="l",
lccode=0x1FD1,
linebreak="al",
- shcode=0x0399,
- specials={ "char", 0x0399, 0x0304 },
+ shcode=0x399,
+ specials={ "char", 0x399, 0x304 },
unicodeslot=0x1FD9,
},
[0x1FDA]={
@@ -56747,8 +57959,8 @@ characters.data={
direction="l",
lccode=0x1F76,
linebreak="al",
- shcode=0x0399,
- specials={ "char", 0x0399, 0x0300 },
+ shcode=0x399,
+ specials={ "char", 0x399, 0x300 },
unicodeslot=0x1FDA,
},
[0x1FDB]={
@@ -56758,8 +57970,8 @@ characters.data={
direction="l",
lccode=0x1F77,
linebreak="al",
- shcode=0x0399,
- specials={ "char", 0x038A },
+ shcode=0x399,
+ specials={ "char", 0x38A },
unicodeslot=0x1FDB,
},
[0x1FDD]={
@@ -56768,7 +57980,7 @@ characters.data={
description="GREEK DASIA AND VARIA",
direction="on",
linebreak="al",
- specials={ "char", 0x1FFE, 0x0300 },
+ specials={ "char", 0x1FFE, 0x300 },
unicodeslot=0x1FDD,
},
[0x1FDE]={
@@ -56777,7 +57989,7 @@ characters.data={
description="GREEK DASIA AND OXIA",
direction="on",
linebreak="al",
- specials={ "char", 0x1FFE, 0x0301 },
+ specials={ "char", 0x1FFE, 0x301 },
unicodeslot=0x1FDE,
},
[0x1FDF]={
@@ -56786,7 +57998,7 @@ characters.data={
description="GREEK DASIA AND PERISPOMENI",
direction="on",
linebreak="al",
- specials={ "char", 0x1FFE, 0x0342 },
+ specials={ "char", 0x1FFE, 0x342 },
unicodeslot=0x1FDF,
},
[0x1FE0]={
@@ -56795,8 +58007,8 @@ characters.data={
description="GREEK SMALL LETTER UPSILON WITH VRACHY",
direction="l",
linebreak="al",
- shcode=0x03C5,
- specials={ "char", 0x03C5, 0x0306 },
+ shcode=0x3C5,
+ specials={ "char", 0x3C5, 0x306 },
uccode=0x1FE8,
unicodeslot=0x1FE0,
},
@@ -56806,8 +58018,8 @@ characters.data={
description="GREEK SMALL LETTER UPSILON WITH MACRON",
direction="l",
linebreak="al",
- shcode=0x03C5,
- specials={ "char", 0x03C5, 0x0304 },
+ shcode=0x3C5,
+ specials={ "char", 0x3C5, 0x304 },
uccode=0x1FE9,
unicodeslot=0x1FE1,
},
@@ -56817,8 +58029,8 @@ characters.data={
description="GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA",
direction="l",
linebreak="al",
- shcode=0x03C5,
- specials={ "char", 0x03CB, 0x0300 },
+ shcode=0x3C5,
+ specials={ "char", 0x3CB, 0x300 },
unicodeslot=0x1FE2,
},
[0x1FE3]={
@@ -56827,8 +58039,8 @@ characters.data={
description="GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND OXIA",
direction="l",
linebreak="al",
- shcode=0x03C5,
- specials={ "char", 0x03B0 },
+ shcode=0x3C5,
+ specials={ "char", 0x3B0 },
unicodeslot=0x1FE3,
},
[0x1FE4]={
@@ -56837,8 +58049,8 @@ characters.data={
description="GREEK SMALL LETTER RHO WITH PSILI",
direction="l",
linebreak="al",
- shcode=0x03C1,
- specials={ "char", 0x03C1, 0x0313 },
+ shcode=0x3C1,
+ specials={ "char", 0x3C1, 0x313 },
unicodeslot=0x1FE4,
},
[0x1FE5]={
@@ -56847,8 +58059,8 @@ characters.data={
description="GREEK SMALL LETTER RHO WITH DASIA",
direction="l",
linebreak="al",
- shcode=0x03C1,
- specials={ "char", 0x03C1, 0x0314 },
+ shcode=0x3C1,
+ specials={ "char", 0x3C1, 0x314 },
uccode=0x1FEC,
unicodeslot=0x1FE5,
},
@@ -56858,8 +58070,8 @@ characters.data={
description="GREEK SMALL LETTER UPSILON WITH PERISPOMENI",
direction="l",
linebreak="al",
- shcode=0x03C5,
- specials={ "char", 0x03C5, 0x0342 },
+ shcode=0x3C5,
+ specials={ "char", 0x3C5, 0x342 },
unicodeslot=0x1FE6,
},
[0x1FE7]={
@@ -56868,8 +58080,8 @@ characters.data={
description="GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI",
direction="l",
linebreak="al",
- shcode=0x03C5,
- specials={ "char", 0x03CB, 0x0342 },
+ shcode=0x3C5,
+ specials={ "char", 0x3CB, 0x342 },
unicodeslot=0x1FE7,
},
[0x1FE8]={
@@ -56879,8 +58091,8 @@ characters.data={
direction="l",
lccode=0x1FE0,
linebreak="al",
- shcode=0x03A5,
- specials={ "char", 0x03A5, 0x0306 },
+ shcode=0x3A5,
+ specials={ "char", 0x3A5, 0x306 },
unicodeslot=0x1FE8,
},
[0x1FE9]={
@@ -56890,8 +58102,8 @@ characters.data={
direction="l",
lccode=0x1FE1,
linebreak="al",
- shcode=0x03A5,
- specials={ "char", 0x03A5, 0x0304 },
+ shcode=0x3A5,
+ specials={ "char", 0x3A5, 0x304 },
unicodeslot=0x1FE9,
},
[0x1FEA]={
@@ -56901,8 +58113,8 @@ characters.data={
direction="l",
lccode=0x1F7A,
linebreak="al",
- shcode=0x03A5,
- specials={ "char", 0x03A5, 0x0300 },
+ shcode=0x3A5,
+ specials={ "char", 0x3A5, 0x300 },
unicodeslot=0x1FEA,
},
[0x1FEB]={
@@ -56912,8 +58124,8 @@ characters.data={
direction="l",
lccode=0x1F7B,
linebreak="al",
- shcode=0x03A5,
- specials={ "char", 0x038E },
+ shcode=0x3A5,
+ specials={ "char", 0x38E },
unicodeslot=0x1FEB,
},
[0x1FEC]={
@@ -56923,8 +58135,8 @@ characters.data={
direction="l",
lccode=0x1FE5,
linebreak="al",
- shcode=0x03A1,
- specials={ "char", 0x03A1, 0x0314 },
+ shcode=0x3A1,
+ specials={ "char", 0x3A1, 0x314 },
unicodeslot=0x1FEC,
},
[0x1FED]={
@@ -56933,7 +58145,7 @@ characters.data={
description="GREEK DIALYTIKA AND VARIA",
direction="on",
linebreak="al",
- specials={ "char", 0x00A8, 0x0300 },
+ specials={ "char", 0xA8, 0x300 },
unicodeslot=0x1FED,
},
[0x1FEE]={
@@ -56942,7 +58154,7 @@ characters.data={
description="GREEK DIALYTIKA AND OXIA",
direction="on",
linebreak="al",
- specials={ "char", 0x0385 },
+ specials={ "char", 0x385 },
unicodeslot=0x1FEE,
},
[0x1FEF]={
@@ -56951,7 +58163,7 @@ characters.data={
description="GREEK VARIA",
direction="on",
linebreak="al",
- specials={ "char", 0x0060 },
+ specials={ "char", 0x60 },
unicodeslot=0x1FEF,
},
[0x1FF2]={
@@ -56960,8 +58172,8 @@ characters.data={
description="GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03C9,
- specials={ "char", 0x1F7C, 0x0345 },
+ shcode=0x3C9,
+ specials={ "char", 0x1F7C, 0x345 },
unicodeslot=0x1FF2,
},
[0x1FF3]={
@@ -56970,8 +58182,8 @@ characters.data={
description="GREEK SMALL LETTER OMEGA WITH YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03C9,
- specials={ "char", 0x03C9, 0x0345 },
+ shcode=0x3C9,
+ specials={ "char", 0x3C9, 0x345 },
uccode=0x1FFC,
unicodeslot=0x1FF3,
},
@@ -56981,8 +58193,8 @@ characters.data={
description="GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03C9,
- specials={ "char", 0x03CE, 0x0345 },
+ shcode=0x3C9,
+ specials={ "char", 0x3CE, 0x345 },
unicodeslot=0x1FF4,
},
[0x1FF6]={
@@ -56991,8 +58203,8 @@ characters.data={
description="GREEK SMALL LETTER OMEGA WITH PERISPOMENI",
direction="l",
linebreak="al",
- shcode=0x03C9,
- specials={ "char", 0x03C9, 0x0342 },
+ shcode=0x3C9,
+ specials={ "char", 0x3C9, 0x342 },
unicodeslot=0x1FF6,
},
[0x1FF7]={
@@ -57001,8 +58213,8 @@ characters.data={
description="GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI",
direction="l",
linebreak="al",
- shcode=0x03C9,
- specials={ "char", 0x1FF6, 0x0345 },
+ shcode=0x3C9,
+ specials={ "char", 0x1FF6, 0x345 },
unicodeslot=0x1FF7,
},
[0x1FF8]={
@@ -57012,8 +58224,8 @@ characters.data={
direction="l",
lccode=0x1F78,
linebreak="al",
- shcode=0x039F,
- specials={ "char", 0x039F, 0x0300 },
+ shcode=0x39F,
+ specials={ "char", 0x39F, 0x300 },
unicodeslot=0x1FF8,
},
[0x1FF9]={
@@ -57023,8 +58235,8 @@ characters.data={
direction="l",
lccode=0x1F79,
linebreak="al",
- shcode=0x039F,
- specials={ "char", 0x038C },
+ shcode=0x39F,
+ specials={ "char", 0x38C },
unicodeslot=0x1FF9,
},
[0x1FFA]={
@@ -57034,8 +58246,8 @@ characters.data={
direction="l",
lccode=0x1F7C,
linebreak="al",
- shcode=0x03A9,
- specials={ "char", 0x03A9, 0x0300 },
+ shcode=0x3A9,
+ specials={ "char", 0x3A9, 0x300 },
unicodeslot=0x1FFA,
},
[0x1FFB]={
@@ -57045,8 +58257,8 @@ characters.data={
direction="l",
lccode=0x1F7D,
linebreak="al",
- shcode=0x03A9,
- specials={ "char", 0x038F },
+ shcode=0x3A9,
+ specials={ "char", 0x38F },
unicodeslot=0x1FFB,
},
[0x1FFC]={
@@ -57056,8 +58268,8 @@ characters.data={
direction="l",
lccode=0x1FF3,
linebreak="al",
- shcode=0x03A9,
- specials={ "char", 0x03A9, 0x0345 },
+ shcode=0x3A9,
+ specials={ "char", 0x3A9, 0x345 },
unicodeslot=0x1FFC,
},
[0x1FFD]={
@@ -57066,7 +58278,7 @@ characters.data={
description="GREEK OXIA",
direction="on",
linebreak="bb",
- specials={ "char", 0x00B4 },
+ specials={ "char", 0xB4 },
unicodeslot=0x1FFD,
},
[0x1FFE]={
@@ -57075,7 +58287,7 @@ characters.data={
description="GREEK DASIA",
direction="on",
linebreak="al",
- specials={ "compat", 0x0020, 0x0314 },
+ specials={ "compat", 0x20, 0x314 },
unicodeslot=0x1FFE,
},
[0x2000]={
@@ -57101,7 +58313,7 @@ characters.data={
description="EN SPACE",
direction="ws",
linebreak="ba",
- specials={ "compat", 0x0020 },
+ specials={ "compat", 0x20 },
unicodeslot=0x2002,
},
[0x2003]={
@@ -57110,7 +58322,7 @@ characters.data={
description="EM SPACE",
direction="ws",
linebreak="ba",
- specials={ "compat", 0x0020 },
+ specials={ "compat", 0x20 },
unicodeslot=0x2003,
},
[0x2004]={
@@ -57119,7 +58331,7 @@ characters.data={
description="THREE-PER-EM SPACE",
direction="ws",
linebreak="ba",
- specials={ "compat", 0x0020 },
+ specials={ "compat", 0x20 },
unicodeslot=0x2004,
},
[0x2005]={
@@ -57128,7 +58340,7 @@ characters.data={
description="FOUR-PER-EM SPACE",
direction="ws",
linebreak="ba",
- specials={ "compat", 0x0020 },
+ specials={ "compat", 0x20 },
unicodeslot=0x2005,
},
[0x2006]={
@@ -57137,7 +58349,7 @@ characters.data={
description="SIX-PER-EM SPACE",
direction="ws",
linebreak="ba",
- specials={ "compat", 0x0020 },
+ specials={ "compat", 0x20 },
unicodeslot=0x2006,
},
[0x2007]={
@@ -57146,7 +58358,7 @@ characters.data={
description="FIGURE SPACE",
direction="ws",
linebreak="gl",
- specials={ "nobreak", 0x0020 },
+ specials={ "nobreak", 0x20 },
unicodeslot=0x2007,
},
[0x2008]={
@@ -57155,7 +58367,7 @@ characters.data={
description="PUNCTUATION SPACE",
direction="ws",
linebreak="ba",
- specials={ "compat", 0x0020 },
+ specials={ "compat", 0x20 },
unicodeslot=0x2008,
},
[0x2009]={
@@ -57164,7 +58376,7 @@ characters.data={
description="THIN SPACE",
direction="ws",
linebreak="ba",
- specials={ "compat", 0x0020 },
+ specials={ "compat", 0x20 },
unicodeslot=0x2009,
},
[0x200A]={
@@ -57173,7 +58385,7 @@ characters.data={
description="HAIR SPACE",
direction="ws",
linebreak="ba",
- specials={ "compat", 0x0020 },
+ specials={ "compat", 0x20 },
unicodeslot=0x200A,
},
[0x200B]={
@@ -57314,7 +58526,7 @@ characters.data={
description="DOUBLE LOW LINE",
direction="on",
linebreak="al",
- specials={ "compat", 0x0020, 0x0333 },
+ specials={ "compat", 0x20, 0x333 },
unicodeslot=0x2017,
},
[0x2018]={
@@ -57456,7 +58668,7 @@ characters.data={
description="ONE DOT LEADER",
direction="on",
linebreak="in",
- specials={ "compat", 0x002E },
+ specials={ "compat", 0x2E },
unicodeslot=0x2024,
},
[0x2025]={
@@ -57466,7 +58678,7 @@ characters.data={
description="TWO DOT LEADER",
direction="on",
linebreak="in",
- specials={ "compat", 0x002E, 0x002E },
+ specials={ "compat", 0x2E, 0x2E },
unicodeslot=0x2025,
},
[0x2026]={
@@ -57487,7 +58699,7 @@ characters.data={
name="dots",
},
},
- specials={ "compat", 0x002E, 0x002E, 0x002E },
+ specials={ "compat", 0x2E, 0x2E, 0x2E },
unicodeslot=0x2026,
},
[0x2027]={
@@ -57556,7 +58768,7 @@ characters.data={
description="NARROW NO-BREAK SPACE",
direction="cs",
linebreak="gl",
- specials={ "nobreak", 0x0020 },
+ specials={ "nobreak", 0x20 },
unicodeslot=0x202F,
},
[0x2030]={
@@ -57684,7 +58896,7 @@ characters.data={
description="DOUBLE EXCLAMATION MARK",
direction="on",
linebreak="ns",
- specials={ "compat", 0x0021, 0x0021 },
+ specials={ "compat", 0x21, 0x21 },
unicodeslot=0x203C,
variants={
[0xFE0E]="text style",
@@ -57702,7 +58914,7 @@ characters.data={
adobename="overline",
category="po",
cjkwd="a",
- comment=[[mathspec={ { class="topaccent", name="overbar" }, { class="botaccent", name="underbar" } }"]],
+ comment="mathspec={ { class=\"topaccent\", name=\"overbar\" }, { class=\"botaccent\", name=\"underbar\" } }\"",
description="OVERLINE",
direction="on",
linebreak="al",
@@ -57719,7 +58931,7 @@ characters.data={
},
},
mathstretch="h",
- specials={ "compat", 0x0020, 0x0305 },
+ specials={ "compat", 0x20, 0x305 },
unicodeslot=0x203E,
},
[0x203F]={
@@ -57798,7 +59010,7 @@ characters.data={
description="DOUBLE QUESTION MARK",
direction="on",
linebreak="ns",
- specials={ "compat", 0x003F, 0x003F },
+ specials={ "compat", 0x3F, 0x3F },
unicodeslot=0x2047,
},
[0x2048]={
@@ -57806,7 +59018,7 @@ characters.data={
description="QUESTION EXCLAMATION MARK",
direction="on",
linebreak="ns",
- specials={ "compat", 0x003F, 0x0021 },
+ specials={ "compat", 0x3F, 0x21 },
unicodeslot=0x2048,
},
[0x2049]={
@@ -57814,7 +59026,7 @@ characters.data={
description="EXCLAMATION QUESTION MARK",
direction="on",
linebreak="ns",
- specials={ "compat", 0x0021, 0x003F },
+ specials={ "compat", 0x21, 0x3F },
unicodeslot=0x2049,
variants={
[0xFE0E]="text style",
@@ -57977,7 +59189,7 @@ characters.data={
description="MEDIUM MATHEMATICAL SPACE",
direction="ws",
linebreak="ba",
- specials={ "compat", 0x0020 },
+ specials={ "compat", 0x20 },
unicodeslot=0x205F,
},
[0x2060]={
@@ -58017,6 +59229,38 @@ characters.data={
linebreak="al",
unicodeslot=0x2064,
},
+ [0x2066]={
+ arabic="u",
+ category="cf",
+ description="LEFT-TO-RIGHT ISOLATE",
+ direction="lri",
+ linebreak="cm",
+ unicodeslot=0x2066,
+ },
+ [0x2067]={
+ arabic="u",
+ category="cf",
+ description="RIGHT-TO-LEFT ISOLATE",
+ direction="rli",
+ linebreak="cm",
+ unicodeslot=0x2067,
+ },
+ [0x2068]={
+ arabic="u",
+ category="cf",
+ description="FIRST STRONG ISOLATE",
+ direction="fsi",
+ linebreak="cm",
+ unicodeslot=0x2068,
+ },
+ [0x2069]={
+ arabic="u",
+ category="cf",
+ description="POP DIRECTIONAL ISOLATE",
+ direction="pdi",
+ linebreak="cm",
+ unicodeslot=0x2069,
+ },
[0x206A]={
category="cf",
description="INHIBIT SYMMETRIC SWAPPING",
@@ -58065,7 +59309,7 @@ characters.data={
description="SUPERSCRIPT ZERO",
direction="en",
linebreak="al",
- specials={ "super", 0x0030 },
+ specials={ "super", 0x30 },
unicodeslot=0x2070,
},
[0x2071]={
@@ -58073,7 +59317,7 @@ characters.data={
description="SUPERSCRIPT LATIN SMALL LETTER I",
direction="l",
linebreak="al",
- specials={ "super", 0x0069 },
+ specials={ "super", 0x69 },
unicodeslot=0x2071,
},
[0x2074]={
@@ -58083,7 +59327,7 @@ characters.data={
description="SUPERSCRIPT FOUR",
direction="en",
linebreak="ai",
- specials={ "super", 0x0034 },
+ specials={ "super", 0x34 },
unicodeslot=0x2074,
},
[0x2075]={
@@ -58092,7 +59336,7 @@ characters.data={
description="SUPERSCRIPT FIVE",
direction="en",
linebreak="al",
- specials={ "super", 0x0035 },
+ specials={ "super", 0x35 },
unicodeslot=0x2075,
},
[0x2076]={
@@ -58101,7 +59345,7 @@ characters.data={
description="SUPERSCRIPT SIX",
direction="en",
linebreak="al",
- specials={ "super", 0x0036 },
+ specials={ "super", 0x36 },
unicodeslot=0x2076,
},
[0x2077]={
@@ -58110,7 +59354,7 @@ characters.data={
description="SUPERSCRIPT SEVEN",
direction="en",
linebreak="al",
- specials={ "super", 0x0037 },
+ specials={ "super", 0x37 },
unicodeslot=0x2077,
},
[0x2078]={
@@ -58119,7 +59363,7 @@ characters.data={
description="SUPERSCRIPT EIGHT",
direction="en",
linebreak="al",
- specials={ "super", 0x0038 },
+ specials={ "super", 0x38 },
unicodeslot=0x2078,
},
[0x2079]={
@@ -58128,7 +59372,7 @@ characters.data={
description="SUPERSCRIPT NINE",
direction="en",
linebreak="al",
- specials={ "super", 0x0039 },
+ specials={ "super", 0x39 },
unicodeslot=0x2079,
},
[0x207A]={
@@ -58139,7 +59383,7 @@ characters.data={
linebreak="al",
mathclass="binary",
mathname="positivesign",
- specials={ "super", 0x002B },
+ specials={ "super", 0x2B },
unicodeslot=0x207A,
},
[0x207B]={
@@ -58158,7 +59402,7 @@ characters.data={
description="SUPERSCRIPT EQUALS SIGN",
direction="on",
linebreak="al",
- specials={ "super", 0x003D },
+ specials={ "super", 0x3D },
unicodeslot=0x207C,
},
[0x207D]={
@@ -58168,8 +59412,8 @@ characters.data={
direction="on",
linebreak="op",
mirror=0x207E,
+ specials={ "super", 0x28 },
textclass="open",
- specials={ "super", 0x0028 },
unicodeslot=0x207D,
},
[0x207E]={
@@ -58179,8 +59423,8 @@ characters.data={
direction="on",
linebreak="cl",
mirror=0x207D,
+ specials={ "super", 0x29 },
textclass="close",
- specials={ "super", 0x0029 },
unicodeslot=0x207E,
},
[0x207F]={
@@ -58190,7 +59434,7 @@ characters.data={
description="SUPERSCRIPT LATIN SMALL LETTER N",
direction="l",
linebreak="ai",
- specials={ "super", 0x006E },
+ specials={ "super", 0x6E },
unicodeslot=0x207F,
},
[0x2080]={
@@ -58199,7 +59443,7 @@ characters.data={
description="SUBSCRIPT ZERO",
direction="en",
linebreak="al",
- specials={ "sub", 0x0030 },
+ specials={ "sub", 0x30 },
unicodeslot=0x2080,
},
[0x2081]={
@@ -58209,7 +59453,7 @@ characters.data={
description="SUBSCRIPT ONE",
direction="en",
linebreak="ai",
- specials={ "sub", 0x0031 },
+ specials={ "sub", 0x31 },
unicodeslot=0x2081,
},
[0x2082]={
@@ -58219,7 +59463,7 @@ characters.data={
description="SUBSCRIPT TWO",
direction="en",
linebreak="ai",
- specials={ "sub", 0x0032 },
+ specials={ "sub", 0x32 },
unicodeslot=0x2082,
},
[0x2083]={
@@ -58229,7 +59473,7 @@ characters.data={
description="SUBSCRIPT THREE",
direction="en",
linebreak="ai",
- specials={ "sub", 0x0033 },
+ specials={ "sub", 0x33 },
unicodeslot=0x2083,
},
[0x2084]={
@@ -58239,7 +59483,7 @@ characters.data={
description="SUBSCRIPT FOUR",
direction="en",
linebreak="ai",
- specials={ "sub", 0x0034 },
+ specials={ "sub", 0x34 },
unicodeslot=0x2084,
},
[0x2085]={
@@ -58248,7 +59492,7 @@ characters.data={
description="SUBSCRIPT FIVE",
direction="en",
linebreak="al",
- specials={ "sub", 0x0035 },
+ specials={ "sub", 0x35 },
unicodeslot=0x2085,
},
[0x2086]={
@@ -58257,7 +59501,7 @@ characters.data={
description="SUBSCRIPT SIX",
direction="en",
linebreak="al",
- specials={ "sub", 0x0036 },
+ specials={ "sub", 0x36 },
unicodeslot=0x2086,
},
[0x2087]={
@@ -58266,7 +59510,7 @@ characters.data={
description="SUBSCRIPT SEVEN",
direction="en",
linebreak="al",
- specials={ "sub", 0x0037 },
+ specials={ "sub", 0x37 },
unicodeslot=0x2087,
},
[0x2088]={
@@ -58275,7 +59519,7 @@ characters.data={
description="SUBSCRIPT EIGHT",
direction="en",
linebreak="al",
- specials={ "sub", 0x0038 },
+ specials={ "sub", 0x38 },
unicodeslot=0x2088,
},
[0x2089]={
@@ -58284,7 +59528,7 @@ characters.data={
description="SUBSCRIPT NINE",
direction="en",
linebreak="al",
- specials={ "sub", 0x0039 },
+ specials={ "sub", 0x39 },
unicodeslot=0x2089,
},
[0x208A]={
@@ -58292,7 +59536,7 @@ characters.data={
description="SUBSCRIPT PLUS SIGN",
direction="es",
linebreak="al",
- specials={ "sub", 0x002B },
+ specials={ "sub", 0x2B },
unicodeslot=0x208A,
},
[0x208B]={
@@ -58308,7 +59552,7 @@ characters.data={
description="SUBSCRIPT EQUALS SIGN",
direction="on",
linebreak="al",
- specials={ "sub", 0x003D },
+ specials={ "sub", 0x3D },
unicodeslot=0x208C,
},
[0x208D]={
@@ -58318,8 +59562,8 @@ characters.data={
direction="on",
linebreak="op",
mirror=0x208E,
+ specials={ "sub", 0x28 },
textclass="open",
- specials={ "sub", 0x0028 },
unicodeslot=0x208D,
},
[0x208E]={
@@ -58329,8 +59573,8 @@ characters.data={
direction="on",
linebreak="cl",
mirror=0x208D,
+ specials={ "sub", 0x29 },
textclass="close",
- specials={ "sub", 0x0029 },
unicodeslot=0x208E,
},
[0x2090]={
@@ -58338,7 +59582,7 @@ characters.data={
description="LATIN SUBSCRIPT SMALL LETTER A",
direction="l",
linebreak="al",
- specials={ "sub", 0x0061 },
+ specials={ "sub", 0x61 },
unicodeslot=0x2090,
},
[0x2091]={
@@ -58346,7 +59590,7 @@ characters.data={
description="LATIN SUBSCRIPT SMALL LETTER E",
direction="l",
linebreak="al",
- specials={ "sub", 0x0065 },
+ specials={ "sub", 0x65 },
unicodeslot=0x2091,
},
[0x2092]={
@@ -58354,7 +59598,7 @@ characters.data={
description="LATIN SUBSCRIPT SMALL LETTER O",
direction="l",
linebreak="al",
- specials={ "sub", 0x006F },
+ specials={ "sub", 0x6F },
unicodeslot=0x2092,
},
[0x2093]={
@@ -58362,7 +59606,7 @@ characters.data={
description="LATIN SUBSCRIPT SMALL LETTER X",
direction="l",
linebreak="al",
- specials={ "sub", 0x0078 },
+ specials={ "sub", 0x78 },
unicodeslot=0x2093,
},
[0x2094]={
@@ -58370,7 +59614,7 @@ characters.data={
description="LATIN SUBSCRIPT SMALL LETTER SCHWA",
direction="l",
linebreak="al",
- specials={ "sub", 0x0259 },
+ specials={ "sub", 0x259 },
unicodeslot=0x2094,
},
[0x2095]={
@@ -58378,7 +59622,7 @@ characters.data={
description="LATIN SUBSCRIPT SMALL LETTER H",
direction="l",
linebreak="al",
- specials={ "sub", 0x0068 },
+ specials={ "sub", 0x68 },
unicodeslot=0x2095,
},
[0x2096]={
@@ -58386,7 +59630,7 @@ characters.data={
description="LATIN SUBSCRIPT SMALL LETTER K",
direction="l",
linebreak="al",
- specials={ "sub", 0x006B },
+ specials={ "sub", 0x6B },
unicodeslot=0x2096,
},
[0x2097]={
@@ -58394,7 +59638,7 @@ characters.data={
description="LATIN SUBSCRIPT SMALL LETTER L",
direction="l",
linebreak="al",
- specials={ "sub", 0x006C },
+ specials={ "sub", 0x6C },
unicodeslot=0x2097,
},
[0x2098]={
@@ -58402,7 +59646,7 @@ characters.data={
description="LATIN SUBSCRIPT SMALL LETTER M",
direction="l",
linebreak="al",
- specials={ "sub", 0x006D },
+ specials={ "sub", 0x6D },
unicodeslot=0x2098,
},
[0x2099]={
@@ -58410,7 +59654,7 @@ characters.data={
description="LATIN SUBSCRIPT SMALL LETTER N",
direction="l",
linebreak="al",
- specials={ "sub", 0x006E },
+ specials={ "sub", 0x6E },
unicodeslot=0x2099,
},
[0x209A]={
@@ -58418,7 +59662,7 @@ characters.data={
description="LATIN SUBSCRIPT SMALL LETTER P",
direction="l",
linebreak="al",
- specials={ "sub", 0x0070 },
+ specials={ "sub", 0x70 },
unicodeslot=0x209A,
},
[0x209B]={
@@ -58426,7 +59670,7 @@ characters.data={
description="LATIN SUBSCRIPT SMALL LETTER S",
direction="l",
linebreak="al",
- specials={ "sub", 0x0073 },
+ specials={ "sub", 0x73 },
unicodeslot=0x209B,
},
[0x209C]={
@@ -58434,7 +59678,7 @@ characters.data={
description="LATIN SUBSCRIPT SMALL LETTER T",
direction="l",
linebreak="al",
- specials={ "sub", 0x0074 },
+ specials={ "sub", 0x74 },
unicodeslot=0x209C,
},
[0x20A0]={
@@ -58503,7 +59747,7 @@ characters.data={
description="RUPEE SIGN",
direction="et",
linebreak="pr",
- specials={ "compat", 0x0052, 0x0073 },
+ specials={ "compat", 0x52, 0x73 },
unicodeslot=0x20A8,
},
[0x20A9]={
@@ -58640,8 +59884,30 @@ characters.data={
linebreak="pr",
unicodeslot=0x20BA,
},
+ [0x20BB]={
+ category="sc",
+ description="NORDIC MARK SIGN",
+ direction="et",
+ linebreak="po",
+ unicodeslot=0x20BB,
+ },
+ [0x20BC]={
+ category="sc",
+ description="MANAT SIGN",
+ direction="et",
+ linebreak="pr",
+ unicodeslot=0x20BC,
+ },
+ [0x20BD]={
+ category="sc",
+ description="RUBLE SIGN",
+ direction="et",
+ linebreak="pr",
+ unicodeslot=0x20BD,
+ },
[0x20D0]={
category="mn",
+ combining=0xE6,
description="COMBINING LEFT HARPOON ABOVE",
direction="nsm",
linebreak="cm",
@@ -58649,6 +59915,7 @@ characters.data={
},
[0x20D1]={
category="mn",
+ combining=0xE6,
description="COMBINING RIGHT HARPOON ABOVE",
direction="nsm",
linebreak="cm",
@@ -58656,6 +59923,7 @@ characters.data={
},
[0x20D2]={
category="mn",
+ combining=0x1,
description="COMBINING LONG VERTICAL LINE OVERLAY",
direction="nsm",
linebreak="cm",
@@ -58663,6 +59931,7 @@ characters.data={
},
[0x20D3]={
category="mn",
+ combining=0x1,
description="COMBINING SHORT VERTICAL LINE OVERLAY",
direction="nsm",
linebreak="cm",
@@ -58670,6 +59939,7 @@ characters.data={
},
[0x20D4]={
category="mn",
+ combining=0xE6,
description="COMBINING ANTICLOCKWISE ARROW ABOVE",
direction="nsm",
linebreak="cm",
@@ -58677,6 +59947,7 @@ characters.data={
},
[0x20D5]={
category="mn",
+ combining=0xE6,
description="COMBINING CLOCKWISE ARROW ABOVE",
direction="nsm",
linebreak="cm",
@@ -58684,6 +59955,7 @@ characters.data={
},
[0x20D6]={
category="mn",
+ combining=0xE6,
description="COMBINING LEFT ARROW ABOVE",
direction="nsm",
linebreak="cm",
@@ -58691,6 +59963,7 @@ characters.data={
},
[0x20D7]={
category="mn",
+ combining=0xE6,
description="COMBINING RIGHT ARROW ABOVE",
direction="nsm",
linebreak="cm",
@@ -58700,6 +59973,7 @@ characters.data={
},
[0x20D8]={
category="mn",
+ combining=0x1,
description="COMBINING RING OVERLAY",
direction="nsm",
linebreak="cm",
@@ -58707,6 +59981,7 @@ characters.data={
},
[0x20D9]={
category="mn",
+ combining=0x1,
description="COMBINING CLOCKWISE RING OVERLAY",
direction="nsm",
linebreak="cm",
@@ -58714,6 +59989,7 @@ characters.data={
},
[0x20DA]={
category="mn",
+ combining=0x1,
description="COMBINING ANTICLOCKWISE RING OVERLAY",
direction="nsm",
linebreak="cm",
@@ -58721,6 +59997,7 @@ characters.data={
},
[0x20DB]={
category="mn",
+ combining=0xE6,
description="COMBINING THREE DOTS ABOVE",
direction="nsm",
linebreak="cm",
@@ -58730,6 +60007,7 @@ characters.data={
},
[0x20DC]={
category="mn",
+ combining=0xE6,
description="COMBINING FOUR DOTS ABOVE",
direction="nsm",
linebreak="cm",
@@ -58779,6 +60057,7 @@ characters.data={
},
[0x20E1]={
category="mn",
+ combining=0xE6,
description="COMBINING LEFT RIGHT ARROW ABOVE",
direction="nsm",
linebreak="cm",
@@ -58807,6 +60086,7 @@ characters.data={
},
[0x20E5]={
category="mn",
+ combining=0x1,
description="COMBINING REVERSE SOLIDUS OVERLAY",
direction="nsm",
linebreak="cm",
@@ -58814,6 +60094,7 @@ characters.data={
},
[0x20E6]={
category="mn",
+ combining=0x1,
description="COMBINING DOUBLE VERTICAL STROKE OVERLAY",
direction="nsm",
linebreak="cm",
@@ -58821,15 +60102,17 @@ characters.data={
},
[0x20E7]={
category="mn",
+ combining=0xE6,
description="COMBINING ANNUITY SYMBOL",
direction="nsm",
+ linebreak="cm",
mathclass="topaccent",
mathname="actuarial",
- linebreak="cm",
unicodeslot=0x20E7,
},
[0x20E8]={
category="mn",
+ combining=0xDC,
description="COMBINING TRIPLE UNDERDOT",
direction="nsm",
linebreak="cm",
@@ -58837,6 +60120,7 @@ characters.data={
},
[0x20E9]={
category="mn",
+ combining=0xE6,
description="COMBINING WIDE BRIDGE ABOVE",
direction="nsm",
linebreak="cm",
@@ -58845,6 +60129,7 @@ characters.data={
},
[0x20EA]={
category="mn",
+ combining=0x1,
description="COMBINING LEFTWARDS ARROW OVERLAY",
direction="nsm",
linebreak="cm",
@@ -58852,6 +60137,7 @@ characters.data={
},
[0x20EB]={
category="mn",
+ combining=0x1,
description="COMBINING LONG DOUBLE SOLIDUS OVERLAY",
direction="nsm",
linebreak="cm",
@@ -58859,6 +60145,7 @@ characters.data={
},
[0x20EC]={
category="mn",
+ combining=0xDC,
description="COMBINING RIGHTWARDS HARPOON WITH BARB DOWNWARDS",
direction="nsm",
linebreak="cm",
@@ -58866,6 +60153,7 @@ characters.data={
},
[0x20ED]={
category="mn",
+ combining=0xDC,
description="COMBINING LEFTWARDS HARPOON WITH BARB DOWNWARDS",
direction="nsm",
linebreak="cm",
@@ -58873,6 +60161,7 @@ characters.data={
},
[0x20EE]={
category="mn",
+ combining=0xDC,
description="COMBINING LEFT ARROW BELOW",
direction="nsm",
linebreak="cm",
@@ -58880,6 +60169,7 @@ characters.data={
},
[0x20EF]={
category="mn",
+ combining=0xDC,
description="COMBINING RIGHT ARROW BELOW",
direction="nsm",
linebreak="cm",
@@ -58887,6 +60177,7 @@ characters.data={
},
[0x20F0]={
category="mn",
+ combining=0xE6,
description="COMBINING ASTERISK ABOVE",
direction="nsm",
linebreak="cm",
@@ -58897,7 +60188,7 @@ characters.data={
description="ACCOUNT OF",
direction="on",
linebreak="al",
- specials={ "compat", 0x0061, 0x002F, 0x0063 },
+ specials={ "compat", 0x61, 0x2F, 0x63 },
unicodeslot=0x2100,
},
[0x2101]={
@@ -58905,7 +60196,7 @@ characters.data={
description="ADDRESSED TO THE SUBJECT",
direction="on",
linebreak="al",
- specials={ "compat", 0x0061, 0x002F, 0x0073 },
+ specials={ "compat", 0x61, 0x2F, 0x73 },
unicodeslot=0x2101,
},
[0x2102]={
@@ -58915,7 +60206,7 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="complexes",
- specials={ "font", 0x0043 },
+ specials={ "font", 0x43 },
unicodeslot=0x2102,
},
[0x2103]={
@@ -58926,7 +60217,7 @@ characters.data={
description="DEGREE CELSIUS",
direction="on",
linebreak="po",
- specials={ "compat", 0x00B0, 0x0043 },
+ specials={ "compat", 0xB0, 0x43 },
unicodeslot=0x2103,
},
[0x2104]={
@@ -58943,7 +60234,7 @@ characters.data={
description="CARE OF",
direction="on",
linebreak="ai",
- specials={ "compat", 0x0063, 0x002F, 0x006F },
+ specials={ "compat", 0x63, 0x2F, 0x6F },
unicodeslot=0x2105,
},
[0x2106]={
@@ -58951,7 +60242,7 @@ characters.data={
description="CADA UNA",
direction="on",
linebreak="al",
- specials={ "compat", 0x0063, 0x002F, 0x0075 },
+ specials={ "compat", 0x63, 0x2F, 0x75 },
unicodeslot=0x2106,
},
[0x2107]={
@@ -58961,7 +60252,7 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="Eulerconst",
- specials={ "compat", 0x0190 },
+ specials={ "compat", 0x190 },
unicodeslot=0x2107,
},
[0x2108]={
@@ -58978,7 +60269,7 @@ characters.data={
description="DEGREE FAHRENHEIT",
direction="on",
linebreak="po",
- specials={ "compat", 0x00B0, 0x0046 },
+ specials={ "compat", 0xB0, 0x46 },
unicodeslot=0x2109,
},
[0x210A]={
@@ -58986,7 +60277,7 @@ characters.data={
description="SCRIPT SMALL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0067 },
+ specials={ "font", 0x67 },
unicodeslot=0x210A,
},
[0x210B]={
@@ -58994,7 +60285,7 @@ characters.data={
description="SCRIPT CAPITAL H",
direction="l",
linebreak="al",
- specials={ "font", 0x0048 },
+ specials={ "font", 0x48 },
unicodeslot=0x210B,
},
[0x210C]={
@@ -59002,7 +60293,7 @@ characters.data={
description="BLACK-LETTER CAPITAL H",
direction="l",
linebreak="al",
- specials={ "font", 0x0048 },
+ specials={ "font", 0x48 },
unicodeslot=0x210C,
},
[0x210D]={
@@ -59010,7 +60301,7 @@ characters.data={
description="DOUBLE-STRUCK CAPITAL H",
direction="l",
linebreak="al",
- specials={ "font", 0x0048 },
+ specials={ "font", 0x48 },
unicodeslot=0x210D,
},
[0x210E]={
@@ -59020,7 +60311,7 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="Plankconst",
- specials={ "font", 0x0068 },
+ specials={ "font", 0x68 },
unicodeslot=0x210E,
},
[0x210F]={
@@ -59038,7 +60329,7 @@ characters.data={
name="hbar",
},
},
- specials={ "font", 0x0127 },
+ specials={ "font", 0x127 },
unicodeslot=0x210F,
},
[0x2110]={
@@ -59046,7 +60337,7 @@ characters.data={
description="SCRIPT CAPITAL I",
direction="l",
linebreak="al",
- specials={ "font", 0x0049 },
+ specials={ "font", 0x49 },
unicodeslot=0x2110,
},
[0x2111]={
@@ -59057,7 +60348,7 @@ characters.data={
linebreak="al",
mathclass="default",
mathname="Im",
- specials={ "font", 0x0049 },
+ specials={ "font", 0x49 },
unicodeslot=0x2111,
},
[0x2112]={
@@ -59065,7 +60356,7 @@ characters.data={
description="SCRIPT CAPITAL L",
direction="l",
linebreak="al",
- specials={ "font", 0x004C },
+ specials={ "font", 0x4C },
unicodeslot=0x2112,
},
[0x2113]={
@@ -59077,7 +60368,7 @@ characters.data={
linebreak="ai",
mathclass="default",
mathname="ell",
- specials={ "font", 0x006C },
+ specials={ "font", 0x6C },
unicodeslot=0x2113,
},
[0x2114]={
@@ -59094,7 +60385,7 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="naturalnumbers",
- specials={ "font", 0x004E },
+ specials={ "font", 0x4E },
unicodeslot=0x2115,
},
[0x2116]={
@@ -59105,7 +60396,7 @@ characters.data={
description="NUMERO SIGN",
direction="on",
linebreak="pr",
- specials={ "compat", 0x004E, 0x006F },
+ specials={ "compat", 0x4E, 0x6F },
unicodeslot=0x2116,
},
[0x2117]={
@@ -59133,7 +60424,7 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="primes",
- specials={ "font", 0x0050 },
+ specials={ "font", 0x50 },
unicodeslot=0x2119,
},
[0x211A]={
@@ -59143,7 +60434,7 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="rationals",
- specials={ "font", 0x0051 },
+ specials={ "font", 0x51 },
unicodeslot=0x211A,
},
[0x211B]={
@@ -59151,7 +60442,7 @@ characters.data={
description="SCRIPT CAPITAL R",
direction="l",
linebreak="al",
- specials={ "font", 0x0052 },
+ specials={ "font", 0x52 },
unicodeslot=0x211B,
},
[0x211C]={
@@ -59162,7 +60453,7 @@ characters.data={
linebreak="al",
mathclass="default",
mathname="Re",
- specials={ "font", 0x0052 },
+ specials={ "font", 0x52 },
unicodeslot=0x211C,
},
[0x211D]={
@@ -59172,7 +60463,7 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="reals",
- specials={ "font", 0x0052 },
+ specials={ "font", 0x52 },
unicodeslot=0x211D,
},
[0x211E]={
@@ -59195,7 +60486,7 @@ characters.data={
description="SERVICE MARK",
direction="on",
linebreak="al",
- specials={ "super", 0x0053, 0x004D },
+ specials={ "super", 0x53, 0x4D },
unicodeslot=0x2120,
},
[0x2121]={
@@ -59205,7 +60496,7 @@ characters.data={
description="TELEPHONE SIGN",
direction="on",
linebreak="ai",
- specials={ "compat", 0x0054, 0x0045, 0x004C },
+ specials={ "compat", 0x54, 0x45, 0x4C },
unicodeslot=0x2121,
},
[0x2122]={
@@ -59216,7 +60507,7 @@ characters.data={
description="TRADE MARK SIGN",
direction="on",
linebreak="ai",
- specials={ "super", 0x0054, 0x004D },
+ specials={ "super", 0x54, 0x4D },
unicodeslot=0x2122,
},
[0x2123]={
@@ -59233,7 +60524,7 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="integers",
- specials={ "font", 0x005A },
+ specials={ "font", 0x5A },
unicodeslot=0x2124,
},
[0x2125]={
@@ -59251,11 +60542,11 @@ characters.data={
contextname="textohm",
description="OHM SIGN",
direction="l",
- lccode=0x03C9,
+ lccode=0x3C9,
linebreak="al",
mathclass="variable",
mathname="ohm",
- specials={ "char", 0x03A9 },
+ specials={ "char", 0x3A9 },
unicodeslot=0x2126,
},
[0x2127]={
@@ -59273,7 +60564,7 @@ characters.data={
description="BLACK-LETTER CAPITAL Z",
direction="l",
linebreak="al",
- specials={ "font", 0x005A },
+ specials={ "font", 0x5A },
unicodeslot=0x2128,
},
[0x2129]={
@@ -59290,9 +60581,9 @@ characters.data={
contextname="textkelvin",
description="KELVIN SIGN",
direction="l",
- lccode=0x006B,
+ lccode=0x6B,
linebreak="al",
- specials={ "char", 0x004B },
+ specials={ "char", 0x4B },
unicodeslot=0x212A,
},
[0x212B]={
@@ -59302,11 +60593,11 @@ characters.data={
contextname="textAngstrom",
description="ANGSTROM SIGN",
direction="l",
- lccode=0x00E5,
+ lccode=0xE5,
linebreak="ai",
mathclass="variable",
mathname="Angstrom",
- specials={ "char", 0x00C5 },
+ specials={ "char", 0xC5 },
unicodeslot=0x212B,
},
[0x212C]={
@@ -59314,7 +60605,7 @@ characters.data={
description="SCRIPT CAPITAL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0042 },
+ specials={ "font", 0x42 },
unicodeslot=0x212C,
},
[0x212D]={
@@ -59322,7 +60613,7 @@ characters.data={
description="BLACK-LETTER CAPITAL C",
direction="l",
linebreak="al",
- specials={ "font", 0x0043 },
+ specials={ "font", 0x43 },
unicodeslot=0x212D,
},
[0x212E]={
@@ -59338,7 +60629,7 @@ characters.data={
description="SCRIPT SMALL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0065 },
+ specials={ "font", 0x65 },
unicodeslot=0x212F,
},
[0x2130]={
@@ -59346,7 +60637,7 @@ characters.data={
description="SCRIPT CAPITAL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0045 },
+ specials={ "font", 0x45 },
unicodeslot=0x2130,
},
[0x2131]={
@@ -59354,7 +60645,7 @@ characters.data={
description="SCRIPT CAPITAL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0046 },
+ specials={ "font", 0x46 },
unicodeslot=0x2131,
},
[0x2132]={
@@ -59372,7 +60663,7 @@ characters.data={
description="SCRIPT CAPITAL M",
direction="l",
linebreak="al",
- specials={ "font", 0x004D },
+ specials={ "font", 0x4D },
unicodeslot=0x2133,
},
[0x2134]={
@@ -59380,7 +60671,7 @@ characters.data={
description="SCRIPT SMALL O",
direction="l",
linebreak="al",
- specials={ "font", 0x006F },
+ specials={ "font", 0x6F },
unicodeslot=0x2134,
},
[0x2135]={
@@ -59391,7 +60682,7 @@ characters.data={
linebreak="al",
mathclass="default",
mathname="aleph",
- specials={ "compat", 0x05D0 },
+ specials={ "compat", 0x5D0 },
unicodeslot=0x2135,
},
[0x2136]={
@@ -59401,7 +60692,7 @@ characters.data={
linebreak="al",
mathclass="default",
mathname="beth",
- specials={ "compat", 0x05D1 },
+ specials={ "compat", 0x5D1 },
unicodeslot=0x2136,
},
[0x2137]={
@@ -59411,7 +60702,7 @@ characters.data={
linebreak="al",
mathclass="default",
mathname="gimel",
- specials={ "compat", 0x05D2 },
+ specials={ "compat", 0x5D2 },
unicodeslot=0x2137,
},
[0x2138]={
@@ -59421,7 +60712,7 @@ characters.data={
linebreak="al",
mathclass="default",
mathname="daleth",
- specials={ "compat", 0x05D3 },
+ specials={ "compat", 0x5D3 },
unicodeslot=0x2138,
},
[0x2139]={
@@ -59429,7 +60720,7 @@ characters.data={
description="INFORMATION SOURCE",
direction="l",
linebreak="al",
- specials={ "font", 0x0069 },
+ specials={ "font", 0x69 },
unicodeslot=0x2139,
variants={
[0xFE0E]="text style",
@@ -59448,7 +60739,7 @@ characters.data={
description="FACSIMILE SIGN",
direction="on",
linebreak="al",
- specials={ "compat", 0x0046, 0x0041, 0x0058 },
+ specials={ "compat", 0x46, 0x41, 0x58 },
unicodeslot=0x213B,
},
[0x213C]={
@@ -59456,7 +60747,7 @@ characters.data={
description="DOUBLE-STRUCK SMALL PI",
direction="l",
linebreak="al",
- specials={ "font", 0x03C0 },
+ specials={ "font", 0x3C0 },
unicodeslot=0x213C,
},
[0x213D]={
@@ -59464,7 +60755,7 @@ characters.data={
description="DOUBLE-STRUCK SMALL GAMMA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B3 },
+ specials={ "font", 0x3B3 },
unicodeslot=0x213D,
},
[0x213E]={
@@ -59472,7 +60763,7 @@ characters.data={
description="DOUBLE-STRUCK CAPITAL GAMMA",
direction="l",
linebreak="al",
- specials={ "font", 0x0393 },
+ specials={ "font", 0x393 },
unicodeslot=0x213E,
},
[0x213F]={
@@ -59480,7 +60771,7 @@ characters.data={
description="DOUBLE-STRUCK CAPITAL PI",
direction="l",
linebreak="al",
- specials={ "font", 0x03A0 },
+ specials={ "font", 0x3A0 },
unicodeslot=0x213F,
},
[0x2140]={
@@ -59534,7 +60825,7 @@ characters.data={
linebreak="al",
mathclass="nothing",
mathname="differentialD",
- specials={ "font", 0x0044 },
+ specials={ "font", 0x44 },
unicodeslot=0x2145,
},
[0x2146]={
@@ -59544,7 +60835,7 @@ characters.data={
linebreak="al",
mathclass="nothing",
mathname="differentiald",
- specials={ "font", 0x0064 },
+ specials={ "font", 0x64 },
unicodeslot=0x2146,
},
[0x2147]={
@@ -59554,7 +60845,7 @@ characters.data={
linebreak="al",
mathclass="nothing",
mathname="exponentiale",
- specials={ "font", 0x0065 },
+ specials={ "font", 0x65 },
unicodeslot=0x2147,
},
[0x2148]={
@@ -59564,7 +60855,7 @@ characters.data={
linebreak="al",
mathclass="nothing",
mathname="imaginaryi",
- specials={ "font", 0x0069 },
+ specials={ "font", 0x69 },
unicodeslot=0x2148,
},
[0x2149]={
@@ -59574,7 +60865,7 @@ characters.data={
linebreak="al",
mathclass="nothing",
mathname="imaginaryj",
- specials={ "font", 0x006A },
+ specials={ "font", 0x6A },
unicodeslot=0x2149,
},
[0x214A]={
@@ -59629,7 +60920,7 @@ characters.data={
description="VULGAR FRACTION ONE SEVENTH",
direction="on",
linebreak="al",
- specials={ "fraction", 0x0031, 0x2044, 0x0037 },
+ specials={ "fraction", 0x31, 0x2044, 0x37 },
unicodeslot=0x2150,
},
[0x2151]={
@@ -59637,7 +60928,7 @@ characters.data={
description="VULGAR FRACTION ONE NINTH",
direction="on",
linebreak="al",
- specials={ "fraction", 0x0031, 0x2044, 0x0039 },
+ specials={ "fraction", 0x31, 0x2044, 0x39 },
unicodeslot=0x2151,
},
[0x2152]={
@@ -59645,7 +60936,7 @@ characters.data={
description="VULGAR FRACTION ONE TENTH",
direction="on",
linebreak="al",
- specials={ "fraction", 0x0031, 0x2044, 0x0031, 0x0030 },
+ specials={ "fraction", 0x31, 0x2044, 0x31, 0x30 },
unicodeslot=0x2152,
},
[0x2153]={
@@ -59656,7 +60947,7 @@ characters.data={
description="VULGAR FRACTION ONE THIRD",
direction="on",
linebreak="al",
- specials={ "fraction", 0x0031, 0x2044, 0x0033 },
+ specials={ "fraction", 0x31, 0x2044, 0x33 },
unicodeslot=0x2153,
},
[0x2154]={
@@ -59667,7 +60958,7 @@ characters.data={
description="VULGAR FRACTION TWO THIRDS",
direction="on",
linebreak="ai",
- specials={ "fraction", 0x0032, 0x2044, 0x0033 },
+ specials={ "fraction", 0x32, 0x2044, 0x33 },
unicodeslot=0x2154,
},
[0x2155]={
@@ -59676,7 +60967,7 @@ characters.data={
description="VULGAR FRACTION ONE FIFTH",
direction="on",
linebreak="ai",
- specials={ "fraction", 0x0031, 0x2044, 0x0035 },
+ specials={ "fraction", 0x31, 0x2044, 0x35 },
unicodeslot=0x2155,
},
[0x2156]={
@@ -59685,7 +60976,7 @@ characters.data={
description="VULGAR FRACTION TWO FIFTHS",
direction="on",
linebreak="al",
- specials={ "fraction", 0x0032, 0x2044, 0x0035 },
+ specials={ "fraction", 0x32, 0x2044, 0x35 },
unicodeslot=0x2156,
},
[0x2157]={
@@ -59694,7 +60985,7 @@ characters.data={
description="VULGAR FRACTION THREE FIFTHS",
direction="on",
linebreak="al",
- specials={ "fraction", 0x0033, 0x2044, 0x0035 },
+ specials={ "fraction", 0x33, 0x2044, 0x35 },
unicodeslot=0x2157,
},
[0x2158]={
@@ -59703,7 +60994,7 @@ characters.data={
description="VULGAR FRACTION FOUR FIFTHS",
direction="on",
linebreak="al",
- specials={ "fraction", 0x0034, 0x2044, 0x0035 },
+ specials={ "fraction", 0x34, 0x2044, 0x35 },
unicodeslot=0x2158,
},
[0x2159]={
@@ -59712,7 +61003,7 @@ characters.data={
description="VULGAR FRACTION ONE SIXTH",
direction="on",
linebreak="al",
- specials={ "fraction", 0x0031, 0x2044, 0x0036 },
+ specials={ "fraction", 0x31, 0x2044, 0x36 },
unicodeslot=0x2159,
},
[0x215A]={
@@ -59721,7 +61012,7 @@ characters.data={
description="VULGAR FRACTION FIVE SIXTHS",
direction="on",
linebreak="al",
- specials={ "fraction", 0x0035, 0x2044, 0x0036 },
+ specials={ "fraction", 0x35, 0x2044, 0x36 },
unicodeslot=0x215A,
},
[0x215B]={
@@ -59732,7 +61023,7 @@ characters.data={
description="VULGAR FRACTION ONE EIGHTH",
direction="on",
linebreak="ai",
- specials={ "fraction", 0x0031, 0x2044, 0x0038 },
+ specials={ "fraction", 0x31, 0x2044, 0x38 },
unicodeslot=0x215B,
},
[0x215C]={
@@ -59743,7 +61034,7 @@ characters.data={
description="VULGAR FRACTION THREE EIGHTHS",
direction="on",
linebreak="al",
- specials={ "fraction", 0x0033, 0x2044, 0x0038 },
+ specials={ "fraction", 0x33, 0x2044, 0x38 },
unicodeslot=0x215C,
},
[0x215D]={
@@ -59754,7 +61045,7 @@ characters.data={
description="VULGAR FRACTION FIVE EIGHTHS",
direction="on",
linebreak="al",
- specials={ "fraction", 0x0035, 0x2044, 0x0038 },
+ specials={ "fraction", 0x35, 0x2044, 0x38 },
unicodeslot=0x215D,
},
[0x215E]={
@@ -59765,7 +61056,7 @@ characters.data={
description="VULGAR FRACTION SEVEN EIGHTHS",
direction="on",
linebreak="ai",
- specials={ "fraction", 0x0037, 0x2044, 0x0038 },
+ specials={ "fraction", 0x37, 0x2044, 0x38 },
unicodeslot=0x215E,
},
[0x215F]={
@@ -59773,7 +61064,7 @@ characters.data={
description="FRACTION NUMERATOR ONE",
direction="on",
linebreak="al",
- specials={ "fraction", 0x0031, 0x2044 },
+ specials={ "fraction", 0x31, 0x2044 },
unicodeslot=0x215F,
},
[0x2160]={
@@ -59785,7 +61076,7 @@ characters.data={
direction="l",
lccode=0x2170,
linebreak="ai",
- specials={ "compat", 0x0049 },
+ specials={ "compat", 0x49 },
unicodeslot=0x2160,
},
[0x2161]={
@@ -59797,7 +61088,7 @@ characters.data={
direction="l",
lccode=0x2171,
linebreak="ai",
- specials={ "compat", 0x0049, 0x0049 },
+ specials={ "compat", 0x49, 0x49 },
unicodeslot=0x2161,
},
[0x2162]={
@@ -59809,7 +61100,7 @@ characters.data={
direction="l",
lccode=0x2172,
linebreak="ai",
- specials={ "compat", 0x0049, 0x0049, 0x0049 },
+ specials={ "compat", 0x49, 0x49, 0x49 },
unicodeslot=0x2162,
},
[0x2163]={
@@ -59821,7 +61112,7 @@ characters.data={
direction="l",
lccode=0x2173,
linebreak="ai",
- specials={ "compat", 0x0049, 0x0056 },
+ specials={ "compat", 0x49, 0x56 },
unicodeslot=0x2163,
},
[0x2164]={
@@ -59833,7 +61124,7 @@ characters.data={
direction="l",
lccode=0x2174,
linebreak="ai",
- specials={ "compat", 0x0056 },
+ specials={ "compat", 0x56 },
unicodeslot=0x2164,
},
[0x2165]={
@@ -59845,7 +61136,7 @@ characters.data={
direction="l",
lccode=0x2175,
linebreak="ai",
- specials={ "compat", 0x0056, 0x0049 },
+ specials={ "compat", 0x56, 0x49 },
unicodeslot=0x2165,
},
[0x2166]={
@@ -59857,7 +61148,7 @@ characters.data={
direction="l",
lccode=0x2176,
linebreak="ai",
- specials={ "compat", 0x0056, 0x0049, 0x0049 },
+ specials={ "compat", 0x56, 0x49, 0x49 },
unicodeslot=0x2166,
},
[0x2167]={
@@ -59869,7 +61160,7 @@ characters.data={
direction="l",
lccode=0x2177,
linebreak="ai",
- specials={ "compat", 0x0056, 0x0049, 0x0049, 0x0049 },
+ specials={ "compat", 0x56, 0x49, 0x49, 0x49 },
unicodeslot=0x2167,
},
[0x2168]={
@@ -59881,7 +61172,7 @@ characters.data={
direction="l",
lccode=0x2178,
linebreak="ai",
- specials={ "compat", 0x0049, 0x0058 },
+ specials={ "compat", 0x49, 0x58 },
unicodeslot=0x2168,
},
[0x2169]={
@@ -59893,7 +61184,7 @@ characters.data={
direction="l",
lccode=0x2179,
linebreak="ai",
- specials={ "compat", 0x0058 },
+ specials={ "compat", 0x58 },
unicodeslot=0x2169,
},
[0x216A]={
@@ -59905,7 +61196,7 @@ characters.data={
direction="l",
lccode=0x217A,
linebreak="ai",
- specials={ "compat", 0x0058, 0x0049 },
+ specials={ "compat", 0x58, 0x49 },
unicodeslot=0x216A,
},
[0x216B]={
@@ -59917,7 +61208,7 @@ characters.data={
direction="l",
lccode=0x217B,
linebreak="ai",
- specials={ "compat", 0x0058, 0x0049, 0x0049 },
+ specials={ "compat", 0x58, 0x49, 0x49 },
unicodeslot=0x216B,
},
[0x216C]={
@@ -59927,7 +61218,7 @@ characters.data={
direction="l",
lccode=0x217C,
linebreak="al",
- specials={ "compat", 0x004C },
+ specials={ "compat", 0x4C },
unicodeslot=0x216C,
},
[0x216D]={
@@ -59937,7 +61228,7 @@ characters.data={
direction="l",
lccode=0x217D,
linebreak="al",
- specials={ "compat", 0x0043 },
+ specials={ "compat", 0x43 },
unicodeslot=0x216D,
},
[0x216E]={
@@ -59947,7 +61238,7 @@ characters.data={
direction="l",
lccode=0x217E,
linebreak="al",
- specials={ "compat", 0x0044 },
+ specials={ "compat", 0x44 },
unicodeslot=0x216E,
},
[0x216F]={
@@ -59957,7 +61248,7 @@ characters.data={
direction="l",
lccode=0x217F,
linebreak="al",
- specials={ "compat", 0x004D },
+ specials={ "compat", 0x4D },
unicodeslot=0x216F,
},
[0x2170]={
@@ -59968,7 +61259,7 @@ characters.data={
description="SMALL ROMAN NUMERAL ONE",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0069 },
+ specials={ "compat", 0x69 },
uccode=0x2160,
unicodeslot=0x2170,
},
@@ -59980,7 +61271,7 @@ characters.data={
description="SMALL ROMAN NUMERAL TWO",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0069, 0x0069 },
+ specials={ "compat", 0x69, 0x69 },
uccode=0x2161,
unicodeslot=0x2171,
},
@@ -59992,7 +61283,7 @@ characters.data={
description="SMALL ROMAN NUMERAL THREE",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0069, 0x0069, 0x0069 },
+ specials={ "compat", 0x69, 0x69, 0x69 },
uccode=0x2162,
unicodeslot=0x2172,
},
@@ -60004,7 +61295,7 @@ characters.data={
description="SMALL ROMAN NUMERAL FOUR",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0069, 0x0076 },
+ specials={ "compat", 0x69, 0x76 },
uccode=0x2163,
unicodeslot=0x2173,
},
@@ -60016,7 +61307,7 @@ characters.data={
description="SMALL ROMAN NUMERAL FIVE",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0076 },
+ specials={ "compat", 0x76 },
uccode=0x2164,
unicodeslot=0x2174,
},
@@ -60028,7 +61319,7 @@ characters.data={
description="SMALL ROMAN NUMERAL SIX",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0076, 0x0069 },
+ specials={ "compat", 0x76, 0x69 },
uccode=0x2165,
unicodeslot=0x2175,
},
@@ -60040,7 +61331,7 @@ characters.data={
description="SMALL ROMAN NUMERAL SEVEN",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0076, 0x0069, 0x0069 },
+ specials={ "compat", 0x76, 0x69, 0x69 },
uccode=0x2166,
unicodeslot=0x2176,
},
@@ -60052,7 +61343,7 @@ characters.data={
description="SMALL ROMAN NUMERAL EIGHT",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0076, 0x0069, 0x0069, 0x0069 },
+ specials={ "compat", 0x76, 0x69, 0x69, 0x69 },
uccode=0x2167,
unicodeslot=0x2177,
},
@@ -60064,7 +61355,7 @@ characters.data={
description="SMALL ROMAN NUMERAL NINE",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0069, 0x0078 },
+ specials={ "compat", 0x69, 0x78 },
uccode=0x2168,
unicodeslot=0x2178,
},
@@ -60076,7 +61367,7 @@ characters.data={
description="SMALL ROMAN NUMERAL TEN",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0078 },
+ specials={ "compat", 0x78 },
uccode=0x2169,
unicodeslot=0x2179,
},
@@ -60087,7 +61378,7 @@ characters.data={
description="SMALL ROMAN NUMERAL ELEVEN",
direction="l",
linebreak="al",
- specials={ "compat", 0x0078, 0x0069 },
+ specials={ "compat", 0x78, 0x69 },
uccode=0x216A,
unicodeslot=0x217A,
},
@@ -60098,7 +61389,7 @@ characters.data={
description="SMALL ROMAN NUMERAL TWELVE",
direction="l",
linebreak="al",
- specials={ "compat", 0x0078, 0x0069, 0x0069 },
+ specials={ "compat", 0x78, 0x69, 0x69 },
uccode=0x216B,
unicodeslot=0x217B,
},
@@ -60108,7 +61399,7 @@ characters.data={
description="SMALL ROMAN NUMERAL FIFTY",
direction="l",
linebreak="al",
- specials={ "compat", 0x006C },
+ specials={ "compat", 0x6C },
uccode=0x216C,
unicodeslot=0x217C,
},
@@ -60118,7 +61409,7 @@ characters.data={
description="SMALL ROMAN NUMERAL ONE HUNDRED",
direction="l",
linebreak="al",
- specials={ "compat", 0x0063 },
+ specials={ "compat", 0x63 },
uccode=0x216D,
unicodeslot=0x217D,
},
@@ -60128,7 +61419,7 @@ characters.data={
description="SMALL ROMAN NUMERAL FIVE HUNDRED",
direction="l",
linebreak="al",
- specials={ "compat", 0x0064 },
+ specials={ "compat", 0x64 },
uccode=0x216E,
unicodeslot=0x217E,
},
@@ -60138,7 +61429,7 @@ characters.data={
description="SMALL ROMAN NUMERAL ONE THOUSAND",
direction="l",
linebreak="al",
- specials={ "compat", 0x006D },
+ specials={ "compat", 0x6D },
uccode=0x216F,
unicodeslot=0x217F,
},
@@ -60213,7 +61504,7 @@ characters.data={
description="VULGAR FRACTION ZERO THIRDS",
direction="on",
linebreak="ai",
- specials={ "fraction", 0x0030, 0x2044, 0x0033 },
+ specials={ "fraction", 0x30, 0x2044, 0x33 },
unicodeslot=0x2189,
},
[0x2190]={
@@ -60400,7 +61691,7 @@ characters.data={
mathclass="relation",
mathextensible="l",
mathname="nleftarrow",
- specials={ "char", 0x2190, 0x0338 },
+ specials={ "char", 0x2190, 0x338 },
unicodeslot=0x219A,
},
[0x219B]={
@@ -60411,7 +61702,7 @@ characters.data={
mathclass="relation",
mathextensible="r",
mathname="nrightarrow",
- specials={ "char", 0x2192, 0x0338 },
+ specials={ "char", 0x2192, 0x338 },
unicodeslot=0x219B,
},
[0x219C]={
@@ -60616,7 +61907,7 @@ characters.data={
mathclass="relation",
mathextensible="h",
mathname="nleftrightarrow",
- specials={ "char", 0x2194, 0x0338 },
+ specials={ "char", 0x2194, 0x338 },
unicodeslot=0x21AE,
},
[0x21AF]={
@@ -60960,7 +62251,7 @@ characters.data={
mathclass="relation",
mathextensible="l",
mathname="nLeftarrow",
- specials={ "char", 0x21D0, 0x0338 },
+ specials={ "char", 0x21D0, 0x338 },
unicodeslot=0x21CD,
},
[0x21CE]={
@@ -60971,7 +62262,7 @@ characters.data={
mathclass="relation",
mathextensible="h",
mathname="nLeftrightarrow",
- specials={ "char", 0x21D4, 0x0338 },
+ specials={ "char", 0x21D4, 0x338 },
unicodeslot=0x21CE,
},
[0x21CF]={
@@ -60983,7 +62274,7 @@ characters.data={
mathclass="relation",
mathextensible="r",
mathname="nRightarrow",
- specials={ "char", 0x21D2, 0x0338 },
+ specials={ "char", 0x21D2, 0x338 },
unicodeslot=0x21CF,
},
[0x21D0]={
@@ -61527,7 +62818,7 @@ characters.data={
linebreak="al",
mathclass="ordinary",
mathname="nexists",
- specials={ "char", 0x2203, 0x0338 },
+ specials={ "char", 0x2203, 0x338 },
unicodeslot=0x2204,
},
[0x2205]={
@@ -61588,7 +62879,7 @@ characters.data={
},
},
mirror=0x220C,
- specials={ "char", 0x2208, 0x0338 },
+ specials={ "char", 0x2208, 0x338 },
unicodeslot=0x2209,
},
[0x220A]={
@@ -61636,7 +62927,7 @@ characters.data={
},
},
mirror=0x2209,
- specials={ "char", 0x220B, 0x0338 },
+ specials={ "char", 0x220B, 0x338 },
unicodeslot=0x220C,
},
[0x220D]={
@@ -61901,7 +63192,7 @@ characters.data={
name="nmid",
},
},
- specials={ "char", 0x2223, 0x0338 },
+ specials={ "char", 0x2223, 0x338 },
unicodeslot=0x2224,
},
[0x2225]={
@@ -61927,7 +63218,7 @@ characters.data={
linebreak="al",
mathclass="relation",
mathname="nparallel",
- specials={ "char", 0x2225, 0x0338 },
+ specials={ "char", 0x2225, 0x338 },
unicodeslot=0x2226,
},
[0x2227]={
@@ -62244,7 +63535,7 @@ characters.data={
linebreak="al",
mathclass="relation",
mathname="nsim",
- specials={ "char", 0x223C, 0x0338 },
+ specials={ "char", 0x223C, 0x338 },
unicodeslot=0x2241,
},
[0x2242]={
@@ -62274,7 +63565,7 @@ characters.data={
linebreak="al",
mathclass="relation",
mathname="nsimeq",
- specials={ "char", 0x2243, 0x0338 },
+ specials={ "char", 0x2243, 0x338 },
unicodeslot=0x2244,
},
[0x2245]={
@@ -62319,7 +63610,7 @@ characters.data={
linebreak="al",
mathclass="relation",
mathname="approxnEq",
- specials={ "char", 0x2245, 0x0338 },
+ specials={ "char", 0x2245, 0x338 },
unicodeslot=0x2247,
},
[0x2248]={
@@ -62340,7 +63631,7 @@ characters.data={
linebreak="al",
mathclass="relation",
mathname="napprox",
- specials={ "char", 0x2248, 0x0338 },
+ specials={ "char", 0x2248, 0x338 },
unicodeslot=0x2249,
},
[0x224A]={
@@ -62570,7 +63861,7 @@ characters.data={
name="ne",
},
},
- specials={ "char", 0x003D, 0x0338 },
+ specials={ "char", 0x3D, 0x338 },
unicodeslot=0x2260,
},
[0x2261]={
@@ -62595,7 +63886,7 @@ characters.data={
mathextensible="h",
mathfiller="triplerelfill",
mathname="nequiv",
- specials={ "char", 0x2261, 0x0338 },
+ specials={ "char", 0x2261, 0x338 },
unicodeslot=0x2262,
},
[0x2263]={
@@ -62737,7 +64028,7 @@ characters.data={
linebreak="al",
mathclass="relation",
mathname="nasymp",
- specials={ "char", 0x224D, 0x0338 },
+ specials={ "char", 0x224D, 0x338 },
unicodeslot=0x226D,
},
[0x226E]={
@@ -62750,7 +64041,7 @@ characters.data={
mathclass="relation",
mathname="nless",
mirror=0x226F,
- specials={ "char", 0x003C, 0x0338 },
+ specials={ "char", 0x3C, 0x338 },
unicodeslot=0x226E,
},
[0x226F]={
@@ -62763,7 +64054,7 @@ characters.data={
mathclass="relation",
mathname="ngtr",
mirror=0x226E,
- specials={ "char", 0x003E, 0x0338 },
+ specials={ "char", 0x3E, 0x338 },
unicodeslot=0x226F,
},
[0x2270]={
@@ -62775,7 +64066,7 @@ characters.data={
mathclass="relation",
mathname="nleq",
mirror=0x2271,
- specials={ "char", 0x2264, 0x0338 },
+ specials={ "char", 0x2264, 0x338 },
unicodeslot=0x2270,
},
[0x2271]={
@@ -62787,7 +64078,7 @@ characters.data={
mathclass="relation",
mathname="ngeq",
mirror=0x2270,
- specials={ "char", 0x2265, 0x0338 },
+ specials={ "char", 0x2265, 0x338 },
unicodeslot=0x2271,
},
[0x2272]={
@@ -62826,7 +64117,7 @@ characters.data={
mathclass="relation",
mathname="nlesssim",
mirror=0x2275,
- specials={ "char", 0x2272, 0x0338 },
+ specials={ "char", 0x2272, 0x338 },
unicodeslot=0x2274,
},
[0x2275]={
@@ -62837,7 +64128,7 @@ characters.data={
mathclass="relation",
mathname="ngtrsim",
mirror=0x2274,
- specials={ "char", 0x2273, 0x0338 },
+ specials={ "char", 0x2273, 0x338 },
unicodeslot=0x2275,
},
[0x2276]={
@@ -62870,7 +64161,7 @@ characters.data={
mathclass="relation",
mathname="nlessgtr",
mirror=0x2279,
- specials={ "char", 0x2276, 0x0338 },
+ specials={ "char", 0x2276, 0x338 },
unicodeslot=0x2278,
},
[0x2279]={
@@ -62882,7 +64173,7 @@ characters.data={
mathclass="relation",
mathname="ngtrless",
mirror=0x2278,
- specials={ "char", 0x2277, 0x0338 },
+ specials={ "char", 0x2277, 0x338 },
unicodeslot=0x2279,
},
[0x227A]={
@@ -62956,7 +64247,7 @@ characters.data={
mathclass="relation",
mathname="nprec",
mirror=0x2281,
- specials={ "char", 0x227A, 0x0338 },
+ specials={ "char", 0x227A, 0x338 },
unicodeslot=0x2280,
},
[0x2281]={
@@ -62968,7 +64259,7 @@ characters.data={
mathclass="relation",
mathname="nsucc",
mirror=0x2280,
- specials={ "char", 0x227B, 0x0338 },
+ specials={ "char", 0x227B, 0x338 },
unicodeslot=0x2281,
},
[0x2282]={
@@ -63004,7 +64295,7 @@ characters.data={
mathclass="relation",
mathname="nsubset",
mirror=0x2285,
- specials={ "char", 0x2282, 0x0338 },
+ specials={ "char", 0x2282, 0x338 },
unicodeslot=0x2284,
},
[0x2285]={
@@ -63016,7 +64307,7 @@ characters.data={
mathclass="relation",
mathname="nsupset",
mirror=0x2284,
- specials={ "char", 0x2283, 0x0338 },
+ specials={ "char", 0x2283, 0x338 },
unicodeslot=0x2285,
},
[0x2286]={
@@ -63051,7 +64342,7 @@ characters.data={
mathclass="relation",
mathname="nsubseteq",
mirror=0x2289,
- specials={ "char", 0x2286, 0x0338 },
+ specials={ "char", 0x2286, 0x338 },
unicodeslot=0x2288,
},
[0x2289]={
@@ -63062,7 +64353,7 @@ characters.data={
mathclass="relation",
mathname="nsupseteq",
mirror=0x2288,
- specials={ "char", 0x2287, 0x0338 },
+ specials={ "char", 0x2287, 0x338 },
unicodeslot=0x2289,
},
[0x228A]={
@@ -63426,7 +64717,7 @@ characters.data={
linebreak="al",
mathclass="relation",
mathname="nvdash",
- specials={ "char", 0x22A2, 0x0338 },
+ specials={ "char", 0x22A2, 0x338 },
unicodeslot=0x22AC,
},
[0x22AD]={
@@ -63436,7 +64727,7 @@ characters.data={
linebreak="al",
mathclass="relation",
mathname="nvDash",
- specials={ "char", 0x22A8, 0x0338 },
+ specials={ "char", 0x22A8, 0x338 },
unicodeslot=0x22AD,
},
[0x22AE]={
@@ -63446,7 +64737,7 @@ characters.data={
linebreak="al",
mathclass="relation",
mathname="nVdash",
- specials={ "char", 0x22A9, 0x0338 },
+ specials={ "char", 0x22A9, 0x338 },
unicodeslot=0x22AE,
},
[0x22AF]={
@@ -63456,7 +64747,7 @@ characters.data={
linebreak="al",
mathclass="relation",
mathname="nVDash",
- specials={ "char", 0x22AB, 0x0338 },
+ specials={ "char", 0x22AB, 0x338 },
unicodeslot=0x22AF,
},
[0x22B0]={
@@ -63961,7 +65252,7 @@ characters.data={
mathclass="relation",
mathname="npreccurlyeq",
mirror=0x22E1,
- specials={ "char", 0x227C, 0x0338 },
+ specials={ "char", 0x227C, 0x338 },
unicodeslot=0x22E0,
},
[0x22E1]={
@@ -63972,7 +65263,7 @@ characters.data={
mathclass="relation",
mathname="nsucccurlyeq",
mirror=0x22E0,
- specials={ "char", 0x227D, 0x0338 },
+ specials={ "char", 0x227D, 0x338 },
unicodeslot=0x22E1,
},
[0x22E2]={
@@ -63983,7 +65274,7 @@ characters.data={
mathclass="relation",
mathname="nsqsubseteq",
mirror=0x22E3,
- specials={ "char", 0x2291, 0x0338 },
+ specials={ "char", 0x2291, 0x338 },
unicodeslot=0x22E2,
},
[0x22E3]={
@@ -63994,7 +65285,7 @@ characters.data={
mathclass="relation",
mathname="nsqsupseteq",
mirror=0x22E2,
- specials={ "char", 0x2292, 0x0338 },
+ specials={ "char", 0x2292, 0x338 },
unicodeslot=0x22E3,
},
[0x22E4]={
@@ -64065,7 +65356,7 @@ characters.data={
mathclass="relation",
mathname="ntriangleright",
mirror=0x22EB,
- specials={ "char", 0x22B2, 0x0338 },
+ specials={ "char", 0x22B2, 0x338 },
unicodeslot=0x22EA,
},
[0x22EB]={
@@ -64076,7 +65367,7 @@ characters.data={
mathclass="relation",
mathname="ntriangleleft",
mirror=0x22EA,
- specials={ "char", 0x22B3, 0x0338 },
+ specials={ "char", 0x22B3, 0x338 },
unicodeslot=0x22EB,
},
[0x22EC]={
@@ -64087,7 +65378,7 @@ characters.data={
mathclass="relation",
mathname="ntrianglelefteq",
mirror=0x22ED,
- specials={ "char", 0x22B4, 0x0338 },
+ specials={ "char", 0x22B4, 0x338 },
unicodeslot=0x22EC,
},
[0x22ED]={
@@ -64098,7 +65389,7 @@ characters.data={
mathclass="relation",
mathname="ntrianglerighteq",
mirror=0x22EC,
- specials={ "char", 0x22B5, 0x0338 },
+ specials={ "char", 0x22B5, 0x338 },
unicodeslot=0x22ED,
},
[0x22EE]={
@@ -64254,8 +65545,14 @@ characters.data={
direction="on",
linebreak="al",
mathspec={
- { class="ord", name="varnothing" },
- { class="ord", name="diameter" },
+ {
+ class="ord",
+ name="varnothing",
+ },
+ {
+ class="ord",
+ name="diameter",
+ },
},
unicodeslot=0x2300,
},
@@ -64315,7 +65612,7 @@ characters.data={
category="sm",
description="LEFT CEILING",
direction="on",
- linebreak="al",
+ linebreak="op",
mathspec={
{
class="open",
@@ -64333,7 +65630,7 @@ characters.data={
category="sm",
description="RIGHT CEILING",
direction="on",
- linebreak="al",
+ linebreak="cl",
mathspec={
{
class="close",
@@ -64351,7 +65648,7 @@ characters.data={
category="sm",
description="LEFT FLOOR",
direction="on",
- linebreak="al",
+ linebreak="op",
mathclass="open",
mathname="lfloor",
mirror=0x230B,
@@ -64361,7 +65658,7 @@ characters.data={
category="sm",
description="RIGHT FLOOR",
direction="on",
- linebreak="al",
+ linebreak="cl",
mathclass="close",
mathname="rfloor",
mirror=0x230A,
@@ -65591,6 +66888,8 @@ characters.data={
direction="on",
linebreak="al",
mathclass="topaccent",
+ mathextensible="h",
+ mathfiller="overbracketfill",
mathname="overbracket",
unicodeslot=0x23B4,
},
@@ -65600,6 +66899,8 @@ characters.data={
direction="on",
linebreak="al",
mathclass="botaccent",
+ mathextensible="h",
+ mathfiller="underbracketfill",
mathname="underbracket",
unicodeslot=0x23B5,
},
@@ -65875,6 +67176,8 @@ characters.data={
direction="on",
linebreak="al",
mathclass="topaccent",
+ mathextensible="h",
+ mathfiller="overparentfill",
mathname="overparent",
unicodeslot=0x23DC,
},
@@ -65884,6 +67187,8 @@ characters.data={
direction="on",
linebreak="al",
mathclass="botaccent",
+ mathextensible="h",
+ mathfiller="underparentfill",
mathname="underparent",
unicodeslot=0x23DD,
},
@@ -65893,6 +67198,8 @@ characters.data={
direction="on",
linebreak="al",
mathclass="topaccent",
+ mathextensible="h",
+ mathfiller="overbracefill",
mathname="overbrace",
unicodeslot=0x23DE,
},
@@ -65902,6 +67209,8 @@ characters.data={
direction="on",
linebreak="al",
mathclass="botaccent",
+ mathextensible="h",
+ mathfiller="underbracefill",
mathname="underbrace",
unicodeslot=0x23DF,
},
@@ -66047,6 +67356,55 @@ characters.data={
linebreak="id",
unicodeslot=0x23F3,
},
+ [0x23F4]={
+ category="so",
+ description="BLACK MEDIUM LEFT-POINTING TRIANGLE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x23F4,
+ },
+ [0x23F5]={
+ category="so",
+ description="BLACK MEDIUM RIGHT-POINTING TRIANGLE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x23F5,
+ },
+ [0x23F6]={
+ category="so",
+ description="BLACK MEDIUM UP-POINTING TRIANGLE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x23F6,
+ },
+ [0x23F7]={
+ category="so",
+ description="BLACK MEDIUM DOWN-POINTING TRIANGLE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x23F7,
+ },
+ [0x23F8]={
+ category="so",
+ description="DOUBLE VERTICAL BAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x23F8,
+ },
+ [0x23F9]={
+ category="so",
+ description="BLACK SQUARE FOR STOP",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x23F9,
+ },
+ [0x23FA]={
+ category="so",
+ description="BLACK CIRCLE FOR RECORD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x23FA,
+ },
[0x2400]={
category="so",
description="SYMBOL FOR NULL",
@@ -66405,7 +67763,7 @@ characters.data={
description="CIRCLED DIGIT ONE",
direction="on",
linebreak="ai",
- specials={ "circle", 0x0031 },
+ specials={ "circle", 0x31 },
unicodeslot=0x2460,
},
[0x2461]={
@@ -66415,7 +67773,7 @@ characters.data={
description="CIRCLED DIGIT TWO",
direction="on",
linebreak="ai",
- specials={ "circle", 0x0032 },
+ specials={ "circle", 0x32 },
unicodeslot=0x2461,
},
[0x2462]={
@@ -66425,7 +67783,7 @@ characters.data={
description="CIRCLED DIGIT THREE",
direction="on",
linebreak="ai",
- specials={ "circle", 0x0033 },
+ specials={ "circle", 0x33 },
unicodeslot=0x2462,
},
[0x2463]={
@@ -66435,7 +67793,7 @@ characters.data={
description="CIRCLED DIGIT FOUR",
direction="on",
linebreak="ai",
- specials={ "circle", 0x0034 },
+ specials={ "circle", 0x34 },
unicodeslot=0x2463,
},
[0x2464]={
@@ -66445,7 +67803,7 @@ characters.data={
description="CIRCLED DIGIT FIVE",
direction="on",
linebreak="ai",
- specials={ "circle", 0x0035 },
+ specials={ "circle", 0x35 },
unicodeslot=0x2464,
},
[0x2465]={
@@ -66455,7 +67813,7 @@ characters.data={
description="CIRCLED DIGIT SIX",
direction="on",
linebreak="ai",
- specials={ "circle", 0x0036 },
+ specials={ "circle", 0x36 },
unicodeslot=0x2465,
},
[0x2466]={
@@ -66465,7 +67823,7 @@ characters.data={
description="CIRCLED DIGIT SEVEN",
direction="on",
linebreak="ai",
- specials={ "circle", 0x0037 },
+ specials={ "circle", 0x37 },
unicodeslot=0x2466,
},
[0x2467]={
@@ -66475,7 +67833,7 @@ characters.data={
description="CIRCLED DIGIT EIGHT",
direction="on",
linebreak="ai",
- specials={ "circle", 0x0038 },
+ specials={ "circle", 0x38 },
unicodeslot=0x2467,
},
[0x2468]={
@@ -66485,7 +67843,7 @@ characters.data={
description="CIRCLED DIGIT NINE",
direction="on",
linebreak="ai",
- specials={ "circle", 0x0039 },
+ specials={ "circle", 0x39 },
unicodeslot=0x2468,
},
[0x2469]={
@@ -66495,7 +67853,7 @@ characters.data={
description="CIRCLED NUMBER TEN",
direction="on",
linebreak="ai",
- specials={ "circle", 0x0031, 0x0030 },
+ specials={ "circle", 0x31, 0x30 },
unicodeslot=0x2469,
},
[0x246A]={
@@ -66505,7 +67863,7 @@ characters.data={
description="CIRCLED NUMBER ELEVEN",
direction="on",
linebreak="ai",
- specials={ "circle", 0x0031, 0x0031 },
+ specials={ "circle", 0x31, 0x31 },
unicodeslot=0x246A,
},
[0x246B]={
@@ -66515,7 +67873,7 @@ characters.data={
description="CIRCLED NUMBER TWELVE",
direction="on",
linebreak="ai",
- specials={ "circle", 0x0031, 0x0032 },
+ specials={ "circle", 0x31, 0x32 },
unicodeslot=0x246B,
},
[0x246C]={
@@ -66525,7 +67883,7 @@ characters.data={
description="CIRCLED NUMBER THIRTEEN",
direction="on",
linebreak="ai",
- specials={ "circle", 0x0031, 0x0033 },
+ specials={ "circle", 0x31, 0x33 },
unicodeslot=0x246C,
},
[0x246D]={
@@ -66535,7 +67893,7 @@ characters.data={
description="CIRCLED NUMBER FOURTEEN",
direction="on",
linebreak="ai",
- specials={ "circle", 0x0031, 0x0034 },
+ specials={ "circle", 0x31, 0x34 },
unicodeslot=0x246D,
},
[0x246E]={
@@ -66545,7 +67903,7 @@ characters.data={
description="CIRCLED NUMBER FIFTEEN",
direction="on",
linebreak="ai",
- specials={ "circle", 0x0031, 0x0035 },
+ specials={ "circle", 0x31, 0x35 },
unicodeslot=0x246E,
},
[0x246F]={
@@ -66555,7 +67913,7 @@ characters.data={
description="CIRCLED NUMBER SIXTEEN",
direction="on",
linebreak="ai",
- specials={ "circle", 0x0031, 0x0036 },
+ specials={ "circle", 0x31, 0x36 },
unicodeslot=0x246F,
},
[0x2470]={
@@ -66565,7 +67923,7 @@ characters.data={
description="CIRCLED NUMBER SEVENTEEN",
direction="on",
linebreak="ai",
- specials={ "circle", 0x0031, 0x0037 },
+ specials={ "circle", 0x31, 0x37 },
unicodeslot=0x2470,
},
[0x2471]={
@@ -66575,7 +67933,7 @@ characters.data={
description="CIRCLED NUMBER EIGHTEEN",
direction="on",
linebreak="ai",
- specials={ "circle", 0x0031, 0x0038 },
+ specials={ "circle", 0x31, 0x38 },
unicodeslot=0x2471,
},
[0x2472]={
@@ -66585,7 +67943,7 @@ characters.data={
description="CIRCLED NUMBER NINETEEN",
direction="on",
linebreak="ai",
- specials={ "circle", 0x0031, 0x0039 },
+ specials={ "circle", 0x31, 0x39 },
unicodeslot=0x2472,
},
[0x2473]={
@@ -66595,7 +67953,7 @@ characters.data={
description="CIRCLED NUMBER TWENTY",
direction="on",
linebreak="ai",
- specials={ "circle", 0x0032, 0x0030 },
+ specials={ "circle", 0x32, 0x30 },
unicodeslot=0x2473,
},
[0x2474]={
@@ -66605,7 +67963,7 @@ characters.data={
description="PARENTHESIZED DIGIT ONE",
direction="on",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0031, 0x0029 },
+ specials={ "compat", 0x28, 0x31, 0x29 },
unicodeslot=0x2474,
},
[0x2475]={
@@ -66615,7 +67973,7 @@ characters.data={
description="PARENTHESIZED DIGIT TWO",
direction="on",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0032, 0x0029 },
+ specials={ "compat", 0x28, 0x32, 0x29 },
unicodeslot=0x2475,
},
[0x2476]={
@@ -66625,7 +67983,7 @@ characters.data={
description="PARENTHESIZED DIGIT THREE",
direction="on",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0033, 0x0029 },
+ specials={ "compat", 0x28, 0x33, 0x29 },
unicodeslot=0x2476,
},
[0x2477]={
@@ -66635,7 +67993,7 @@ characters.data={
description="PARENTHESIZED DIGIT FOUR",
direction="on",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0034, 0x0029 },
+ specials={ "compat", 0x28, 0x34, 0x29 },
unicodeslot=0x2477,
},
[0x2478]={
@@ -66645,7 +68003,7 @@ characters.data={
description="PARENTHESIZED DIGIT FIVE",
direction="on",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0035, 0x0029 },
+ specials={ "compat", 0x28, 0x35, 0x29 },
unicodeslot=0x2478,
},
[0x2479]={
@@ -66655,7 +68013,7 @@ characters.data={
description="PARENTHESIZED DIGIT SIX",
direction="on",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0036, 0x0029 },
+ specials={ "compat", 0x28, 0x36, 0x29 },
unicodeslot=0x2479,
},
[0x247A]={
@@ -66665,7 +68023,7 @@ characters.data={
description="PARENTHESIZED DIGIT SEVEN",
direction="on",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0037, 0x0029 },
+ specials={ "compat", 0x28, 0x37, 0x29 },
unicodeslot=0x247A,
},
[0x247B]={
@@ -66675,7 +68033,7 @@ characters.data={
description="PARENTHESIZED DIGIT EIGHT",
direction="on",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0038, 0x0029 },
+ specials={ "compat", 0x28, 0x38, 0x29 },
unicodeslot=0x247B,
},
[0x247C]={
@@ -66685,7 +68043,7 @@ characters.data={
description="PARENTHESIZED DIGIT NINE",
direction="on",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0039, 0x0029 },
+ specials={ "compat", 0x28, 0x39, 0x29 },
unicodeslot=0x247C,
},
[0x247D]={
@@ -66695,7 +68053,7 @@ characters.data={
description="PARENTHESIZED NUMBER TEN",
direction="on",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0031, 0x0030, 0x0029 },
+ specials={ "compat", 0x28, 0x31, 0x30, 0x29 },
unicodeslot=0x247D,
},
[0x247E]={
@@ -66705,7 +68063,7 @@ characters.data={
description="PARENTHESIZED NUMBER ELEVEN",
direction="on",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0031, 0x0031, 0x0029 },
+ specials={ "compat", 0x28, 0x31, 0x31, 0x29 },
unicodeslot=0x247E,
},
[0x247F]={
@@ -66715,7 +68073,7 @@ characters.data={
description="PARENTHESIZED NUMBER TWELVE",
direction="on",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0031, 0x0032, 0x0029 },
+ specials={ "compat", 0x28, 0x31, 0x32, 0x29 },
unicodeslot=0x247F,
},
[0x2480]={
@@ -66725,7 +68083,7 @@ characters.data={
description="PARENTHESIZED NUMBER THIRTEEN",
direction="on",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0031, 0x0033, 0x0029 },
+ specials={ "compat", 0x28, 0x31, 0x33, 0x29 },
unicodeslot=0x2480,
},
[0x2481]={
@@ -66735,7 +68093,7 @@ characters.data={
description="PARENTHESIZED NUMBER FOURTEEN",
direction="on",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0031, 0x0034, 0x0029 },
+ specials={ "compat", 0x28, 0x31, 0x34, 0x29 },
unicodeslot=0x2481,
},
[0x2482]={
@@ -66745,7 +68103,7 @@ characters.data={
description="PARENTHESIZED NUMBER FIFTEEN",
direction="on",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0031, 0x0035, 0x0029 },
+ specials={ "compat", 0x28, 0x31, 0x35, 0x29 },
unicodeslot=0x2482,
},
[0x2483]={
@@ -66755,7 +68113,7 @@ characters.data={
description="PARENTHESIZED NUMBER SIXTEEN",
direction="on",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0031, 0x0036, 0x0029 },
+ specials={ "compat", 0x28, 0x31, 0x36, 0x29 },
unicodeslot=0x2483,
},
[0x2484]={
@@ -66765,7 +68123,7 @@ characters.data={
description="PARENTHESIZED NUMBER SEVENTEEN",
direction="on",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0031, 0x0037, 0x0029 },
+ specials={ "compat", 0x28, 0x31, 0x37, 0x29 },
unicodeslot=0x2484,
},
[0x2485]={
@@ -66775,7 +68133,7 @@ characters.data={
description="PARENTHESIZED NUMBER EIGHTEEN",
direction="on",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0031, 0x0038, 0x0029 },
+ specials={ "compat", 0x28, 0x31, 0x38, 0x29 },
unicodeslot=0x2485,
},
[0x2486]={
@@ -66785,7 +68143,7 @@ characters.data={
description="PARENTHESIZED NUMBER NINETEEN",
direction="on",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0031, 0x0039, 0x0029 },
+ specials={ "compat", 0x28, 0x31, 0x39, 0x29 },
unicodeslot=0x2486,
},
[0x2487]={
@@ -66795,7 +68153,7 @@ characters.data={
description="PARENTHESIZED NUMBER TWENTY",
direction="on",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0032, 0x0030, 0x0029 },
+ specials={ "compat", 0x28, 0x32, 0x30, 0x29 },
unicodeslot=0x2487,
},
[0x2488]={
@@ -66805,7 +68163,7 @@ characters.data={
description="DIGIT ONE FULL STOP",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0031, 0x002E },
+ specials={ "compat", 0x31, 0x2E },
unicodeslot=0x2488,
},
[0x2489]={
@@ -66815,7 +68173,7 @@ characters.data={
description="DIGIT TWO FULL STOP",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0032, 0x002E },
+ specials={ "compat", 0x32, 0x2E },
unicodeslot=0x2489,
},
[0x248A]={
@@ -66825,7 +68183,7 @@ characters.data={
description="DIGIT THREE FULL STOP",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0033, 0x002E },
+ specials={ "compat", 0x33, 0x2E },
unicodeslot=0x248A,
},
[0x248B]={
@@ -66835,7 +68193,7 @@ characters.data={
description="DIGIT FOUR FULL STOP",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0034, 0x002E },
+ specials={ "compat", 0x34, 0x2E },
unicodeslot=0x248B,
},
[0x248C]={
@@ -66845,7 +68203,7 @@ characters.data={
description="DIGIT FIVE FULL STOP",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0035, 0x002E },
+ specials={ "compat", 0x35, 0x2E },
unicodeslot=0x248C,
},
[0x248D]={
@@ -66855,7 +68213,7 @@ characters.data={
description="DIGIT SIX FULL STOP",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0036, 0x002E },
+ specials={ "compat", 0x36, 0x2E },
unicodeslot=0x248D,
},
[0x248E]={
@@ -66865,7 +68223,7 @@ characters.data={
description="DIGIT SEVEN FULL STOP",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0037, 0x002E },
+ specials={ "compat", 0x37, 0x2E },
unicodeslot=0x248E,
},
[0x248F]={
@@ -66875,7 +68233,7 @@ characters.data={
description="DIGIT EIGHT FULL STOP",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0038, 0x002E },
+ specials={ "compat", 0x38, 0x2E },
unicodeslot=0x248F,
},
[0x2490]={
@@ -66885,7 +68243,7 @@ characters.data={
description="DIGIT NINE FULL STOP",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0039, 0x002E },
+ specials={ "compat", 0x39, 0x2E },
unicodeslot=0x2490,
},
[0x2491]={
@@ -66895,7 +68253,7 @@ characters.data={
description="NUMBER TEN FULL STOP",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0031, 0x0030, 0x002E },
+ specials={ "compat", 0x31, 0x30, 0x2E },
unicodeslot=0x2491,
},
[0x2492]={
@@ -66905,7 +68263,7 @@ characters.data={
description="NUMBER ELEVEN FULL STOP",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0031, 0x0031, 0x002E },
+ specials={ "compat", 0x31, 0x31, 0x2E },
unicodeslot=0x2492,
},
[0x2493]={
@@ -66915,7 +68273,7 @@ characters.data={
description="NUMBER TWELVE FULL STOP",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0031, 0x0032, 0x002E },
+ specials={ "compat", 0x31, 0x32, 0x2E },
unicodeslot=0x2493,
},
[0x2494]={
@@ -66925,7 +68283,7 @@ characters.data={
description="NUMBER THIRTEEN FULL STOP",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0031, 0x0033, 0x002E },
+ specials={ "compat", 0x31, 0x33, 0x2E },
unicodeslot=0x2494,
},
[0x2495]={
@@ -66935,7 +68293,7 @@ characters.data={
description="NUMBER FOURTEEN FULL STOP",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0031, 0x0034, 0x002E },
+ specials={ "compat", 0x31, 0x34, 0x2E },
unicodeslot=0x2495,
},
[0x2496]={
@@ -66945,7 +68303,7 @@ characters.data={
description="NUMBER FIFTEEN FULL STOP",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0031, 0x0035, 0x002E },
+ specials={ "compat", 0x31, 0x35, 0x2E },
unicodeslot=0x2496,
},
[0x2497]={
@@ -66955,7 +68313,7 @@ characters.data={
description="NUMBER SIXTEEN FULL STOP",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0031, 0x0036, 0x002E },
+ specials={ "compat", 0x31, 0x36, 0x2E },
unicodeslot=0x2497,
},
[0x2498]={
@@ -66965,7 +68323,7 @@ characters.data={
description="NUMBER SEVENTEEN FULL STOP",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0031, 0x0037, 0x002E },
+ specials={ "compat", 0x31, 0x37, 0x2E },
unicodeslot=0x2498,
},
[0x2499]={
@@ -66975,7 +68333,7 @@ characters.data={
description="NUMBER EIGHTEEN FULL STOP",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0031, 0x0038, 0x002E },
+ specials={ "compat", 0x31, 0x38, 0x2E },
unicodeslot=0x2499,
},
[0x249A]={
@@ -66985,7 +68343,7 @@ characters.data={
description="NUMBER NINETEEN FULL STOP",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0031, 0x0039, 0x002E },
+ specials={ "compat", 0x31, 0x39, 0x2E },
unicodeslot=0x249A,
},
[0x249B]={
@@ -66995,7 +68353,7 @@ characters.data={
description="NUMBER TWENTY FULL STOP",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0032, 0x0030, 0x002E },
+ specials={ "compat", 0x32, 0x30, 0x2E },
unicodeslot=0x249B,
},
[0x249C]={
@@ -67005,7 +68363,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER A",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0061, 0x0029 },
+ specials={ "compat", 0x28, 0x61, 0x29 },
unicodeslot=0x249C,
},
[0x249D]={
@@ -67015,7 +68373,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER B",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0062, 0x0029 },
+ specials={ "compat", 0x28, 0x62, 0x29 },
unicodeslot=0x249D,
},
[0x249E]={
@@ -67025,7 +68383,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER C",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0063, 0x0029 },
+ specials={ "compat", 0x28, 0x63, 0x29 },
unicodeslot=0x249E,
},
[0x249F]={
@@ -67035,7 +68393,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER D",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0064, 0x0029 },
+ specials={ "compat", 0x28, 0x64, 0x29 },
unicodeslot=0x249F,
},
[0x24A0]={
@@ -67045,7 +68403,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER E",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0065, 0x0029 },
+ specials={ "compat", 0x28, 0x65, 0x29 },
unicodeslot=0x24A0,
},
[0x24A1]={
@@ -67055,7 +68413,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER F",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0066, 0x0029 },
+ specials={ "compat", 0x28, 0x66, 0x29 },
unicodeslot=0x24A1,
},
[0x24A2]={
@@ -67065,7 +68423,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER G",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0067, 0x0029 },
+ specials={ "compat", 0x28, 0x67, 0x29 },
unicodeslot=0x24A2,
},
[0x24A3]={
@@ -67075,7 +68433,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER H",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0068, 0x0029 },
+ specials={ "compat", 0x28, 0x68, 0x29 },
unicodeslot=0x24A3,
},
[0x24A4]={
@@ -67085,7 +68443,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER I",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0069, 0x0029 },
+ specials={ "compat", 0x28, 0x69, 0x29 },
unicodeslot=0x24A4,
},
[0x24A5]={
@@ -67095,7 +68453,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER J",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x006A, 0x0029 },
+ specials={ "compat", 0x28, 0x6A, 0x29 },
unicodeslot=0x24A5,
},
[0x24A6]={
@@ -67105,7 +68463,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER K",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x006B, 0x0029 },
+ specials={ "compat", 0x28, 0x6B, 0x29 },
unicodeslot=0x24A6,
},
[0x24A7]={
@@ -67115,7 +68473,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER L",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x006C, 0x0029 },
+ specials={ "compat", 0x28, 0x6C, 0x29 },
unicodeslot=0x24A7,
},
[0x24A8]={
@@ -67125,7 +68483,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER M",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x006D, 0x0029 },
+ specials={ "compat", 0x28, 0x6D, 0x29 },
unicodeslot=0x24A8,
},
[0x24A9]={
@@ -67135,7 +68493,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER N",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x006E, 0x0029 },
+ specials={ "compat", 0x28, 0x6E, 0x29 },
unicodeslot=0x24A9,
},
[0x24AA]={
@@ -67145,7 +68503,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER O",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x006F, 0x0029 },
+ specials={ "compat", 0x28, 0x6F, 0x29 },
unicodeslot=0x24AA,
},
[0x24AB]={
@@ -67155,7 +68513,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER P",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0070, 0x0029 },
+ specials={ "compat", 0x28, 0x70, 0x29 },
unicodeslot=0x24AB,
},
[0x24AC]={
@@ -67165,7 +68523,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER Q",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0071, 0x0029 },
+ specials={ "compat", 0x28, 0x71, 0x29 },
unicodeslot=0x24AC,
},
[0x24AD]={
@@ -67175,7 +68533,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER R",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0072, 0x0029 },
+ specials={ "compat", 0x28, 0x72, 0x29 },
unicodeslot=0x24AD,
},
[0x24AE]={
@@ -67185,7 +68543,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER S",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0073, 0x0029 },
+ specials={ "compat", 0x28, 0x73, 0x29 },
unicodeslot=0x24AE,
},
[0x24AF]={
@@ -67195,7 +68553,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER T",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0074, 0x0029 },
+ specials={ "compat", 0x28, 0x74, 0x29 },
unicodeslot=0x24AF,
},
[0x24B0]={
@@ -67205,7 +68563,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER U",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0075, 0x0029 },
+ specials={ "compat", 0x28, 0x75, 0x29 },
unicodeslot=0x24B0,
},
[0x24B1]={
@@ -67215,7 +68573,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER V",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0076, 0x0029 },
+ specials={ "compat", 0x28, 0x76, 0x29 },
unicodeslot=0x24B1,
},
[0x24B2]={
@@ -67225,7 +68583,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER W",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0077, 0x0029 },
+ specials={ "compat", 0x28, 0x77, 0x29 },
unicodeslot=0x24B2,
},
[0x24B3]={
@@ -67235,7 +68593,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER X",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0078, 0x0029 },
+ specials={ "compat", 0x28, 0x78, 0x29 },
unicodeslot=0x24B3,
},
[0x24B4]={
@@ -67245,7 +68603,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER Y",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0079, 0x0029 },
+ specials={ "compat", 0x28, 0x79, 0x29 },
unicodeslot=0x24B4,
},
[0x24B5]={
@@ -67255,7 +68613,7 @@ characters.data={
description="PARENTHESIZED LATIN SMALL LETTER Z",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x007A, 0x0029 },
+ specials={ "compat", 0x28, 0x7A, 0x29 },
unicodeslot=0x24B5,
},
[0x24B6]={
@@ -67266,7 +68624,7 @@ characters.data={
direction="l",
lccode=0x24D0,
linebreak="ai",
- specials={ "circle", 0x0041 },
+ specials={ "circle", 0x41 },
unicodeslot=0x24B6,
},
[0x24B7]={
@@ -67277,7 +68635,7 @@ characters.data={
direction="l",
lccode=0x24D1,
linebreak="ai",
- specials={ "circle", 0x0042 },
+ specials={ "circle", 0x42 },
unicodeslot=0x24B7,
},
[0x24B8]={
@@ -67288,7 +68646,7 @@ characters.data={
direction="l",
lccode=0x24D2,
linebreak="ai",
- specials={ "circle", 0x0043 },
+ specials={ "circle", 0x43 },
unicodeslot=0x24B8,
},
[0x24B9]={
@@ -67299,7 +68657,7 @@ characters.data={
direction="l",
lccode=0x24D3,
linebreak="ai",
- specials={ "circle", 0x0044 },
+ specials={ "circle", 0x44 },
unicodeslot=0x24B9,
},
[0x24BA]={
@@ -67310,7 +68668,7 @@ characters.data={
direction="l",
lccode=0x24D4,
linebreak="ai",
- specials={ "circle", 0x0045 },
+ specials={ "circle", 0x45 },
unicodeslot=0x24BA,
},
[0x24BB]={
@@ -67321,7 +68679,7 @@ characters.data={
direction="l",
lccode=0x24D5,
linebreak="ai",
- specials={ "circle", 0x0046 },
+ specials={ "circle", 0x46 },
unicodeslot=0x24BB,
},
[0x24BC]={
@@ -67332,7 +68690,7 @@ characters.data={
direction="l",
lccode=0x24D6,
linebreak="ai",
- specials={ "circle", 0x0047 },
+ specials={ "circle", 0x47 },
unicodeslot=0x24BC,
},
[0x24BD]={
@@ -67343,7 +68701,7 @@ characters.data={
direction="l",
lccode=0x24D7,
linebreak="ai",
- specials={ "circle", 0x0048 },
+ specials={ "circle", 0x48 },
unicodeslot=0x24BD,
},
[0x24BE]={
@@ -67354,7 +68712,7 @@ characters.data={
direction="l",
lccode=0x24D8,
linebreak="ai",
- specials={ "circle", 0x0049 },
+ specials={ "circle", 0x49 },
unicodeslot=0x24BE,
},
[0x24BF]={
@@ -67365,7 +68723,7 @@ characters.data={
direction="l",
lccode=0x24D9,
linebreak="ai",
- specials={ "circle", 0x004A },
+ specials={ "circle", 0x4A },
unicodeslot=0x24BF,
},
[0x24C0]={
@@ -67376,7 +68734,7 @@ characters.data={
direction="l",
lccode=0x24DA,
linebreak="ai",
- specials={ "circle", 0x004B },
+ specials={ "circle", 0x4B },
unicodeslot=0x24C0,
},
[0x24C1]={
@@ -67387,7 +68745,7 @@ characters.data={
direction="l",
lccode=0x24DB,
linebreak="ai",
- specials={ "circle", 0x004C },
+ specials={ "circle", 0x4C },
unicodeslot=0x24C1,
},
[0x24C2]={
@@ -67398,7 +68756,7 @@ characters.data={
direction="l",
lccode=0x24DC,
linebreak="ai",
- specials={ "circle", 0x004D },
+ specials={ "circle", 0x4D },
unicodeslot=0x24C2,
variants={
[0xFE0E]="text style",
@@ -67413,7 +68771,7 @@ characters.data={
direction="l",
lccode=0x24DD,
linebreak="ai",
- specials={ "circle", 0x004E },
+ specials={ "circle", 0x4E },
unicodeslot=0x24C3,
},
[0x24C4]={
@@ -67424,7 +68782,7 @@ characters.data={
direction="l",
lccode=0x24DE,
linebreak="ai",
- specials={ "circle", 0x004F },
+ specials={ "circle", 0x4F },
unicodeslot=0x24C4,
},
[0x24C5]={
@@ -67435,7 +68793,7 @@ characters.data={
direction="l",
lccode=0x24DF,
linebreak="ai",
- specials={ "circle", 0x0050 },
+ specials={ "circle", 0x50 },
unicodeslot=0x24C5,
},
[0x24C6]={
@@ -67446,7 +68804,7 @@ characters.data={
direction="l",
lccode=0x24E0,
linebreak="ai",
- specials={ "circle", 0x0051 },
+ specials={ "circle", 0x51 },
unicodeslot=0x24C6,
},
[0x24C7]={
@@ -67459,7 +68817,7 @@ characters.data={
linebreak="ai",
mathclass="ordinary",
mathname="circledR",
- specials={ "circle", 0x0052 },
+ specials={ "circle", 0x52 },
unicodeslot=0x24C7,
},
[0x24C8]={
@@ -67472,7 +68830,7 @@ characters.data={
linebreak="ai",
mathclass="ordinary",
mathname="circledS",
- specials={ "circle", 0x0053 },
+ specials={ "circle", 0x53 },
unicodeslot=0x24C8,
},
[0x24C9]={
@@ -67483,7 +68841,7 @@ characters.data={
direction="l",
lccode=0x24E3,
linebreak="ai",
- specials={ "circle", 0x0054 },
+ specials={ "circle", 0x54 },
unicodeslot=0x24C9,
},
[0x24CA]={
@@ -67494,7 +68852,7 @@ characters.data={
direction="l",
lccode=0x24E4,
linebreak="ai",
- specials={ "circle", 0x0055 },
+ specials={ "circle", 0x55 },
unicodeslot=0x24CA,
},
[0x24CB]={
@@ -67505,7 +68863,7 @@ characters.data={
direction="l",
lccode=0x24E5,
linebreak="ai",
- specials={ "circle", 0x0056 },
+ specials={ "circle", 0x56 },
unicodeslot=0x24CB,
},
[0x24CC]={
@@ -67516,7 +68874,7 @@ characters.data={
direction="l",
lccode=0x24E6,
linebreak="ai",
- specials={ "circle", 0x0057 },
+ specials={ "circle", 0x57 },
unicodeslot=0x24CC,
},
[0x24CD]={
@@ -67527,7 +68885,7 @@ characters.data={
direction="l",
lccode=0x24E7,
linebreak="ai",
- specials={ "circle", 0x0058 },
+ specials={ "circle", 0x58 },
unicodeslot=0x24CD,
},
[0x24CE]={
@@ -67538,7 +68896,7 @@ characters.data={
direction="l",
lccode=0x24E8,
linebreak="ai",
- specials={ "circle", 0x0059 },
+ specials={ "circle", 0x59 },
unicodeslot=0x24CE,
},
[0x24CF]={
@@ -67549,7 +68907,7 @@ characters.data={
direction="l",
lccode=0x24E9,
linebreak="ai",
- specials={ "circle", 0x005A },
+ specials={ "circle", 0x5A },
unicodeslot=0x24CF,
},
[0x24D0]={
@@ -67559,7 +68917,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER A",
direction="l",
linebreak="ai",
- specials={ "circle", 0x0061 },
+ specials={ "circle", 0x61 },
uccode=0x24B6,
unicodeslot=0x24D0,
},
@@ -67570,7 +68928,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER B",
direction="l",
linebreak="ai",
- specials={ "circle", 0x0062 },
+ specials={ "circle", 0x62 },
uccode=0x24B7,
unicodeslot=0x24D1,
},
@@ -67581,7 +68939,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER C",
direction="l",
linebreak="ai",
- specials={ "circle", 0x0063 },
+ specials={ "circle", 0x63 },
uccode=0x24B8,
unicodeslot=0x24D2,
},
@@ -67592,7 +68950,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER D",
direction="l",
linebreak="ai",
- specials={ "circle", 0x0064 },
+ specials={ "circle", 0x64 },
uccode=0x24B9,
unicodeslot=0x24D3,
},
@@ -67603,7 +68961,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER E",
direction="l",
linebreak="ai",
- specials={ "circle", 0x0065 },
+ specials={ "circle", 0x65 },
uccode=0x24BA,
unicodeslot=0x24D4,
},
@@ -67614,7 +68972,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER F",
direction="l",
linebreak="ai",
- specials={ "circle", 0x0066 },
+ specials={ "circle", 0x66 },
uccode=0x24BB,
unicodeslot=0x24D5,
},
@@ -67625,7 +68983,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER G",
direction="l",
linebreak="ai",
- specials={ "circle", 0x0067 },
+ specials={ "circle", 0x67 },
uccode=0x24BC,
unicodeslot=0x24D6,
},
@@ -67636,7 +68994,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER H",
direction="l",
linebreak="ai",
- specials={ "circle", 0x0068 },
+ specials={ "circle", 0x68 },
uccode=0x24BD,
unicodeslot=0x24D7,
},
@@ -67647,7 +69005,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER I",
direction="l",
linebreak="ai",
- specials={ "circle", 0x0069 },
+ specials={ "circle", 0x69 },
uccode=0x24BE,
unicodeslot=0x24D8,
},
@@ -67658,7 +69016,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER J",
direction="l",
linebreak="ai",
- specials={ "circle", 0x006A },
+ specials={ "circle", 0x6A },
uccode=0x24BF,
unicodeslot=0x24D9,
},
@@ -67669,7 +69027,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER K",
direction="l",
linebreak="ai",
- specials={ "circle", 0x006B },
+ specials={ "circle", 0x6B },
uccode=0x24C0,
unicodeslot=0x24DA,
},
@@ -67680,7 +69038,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER L",
direction="l",
linebreak="ai",
- specials={ "circle", 0x006C },
+ specials={ "circle", 0x6C },
uccode=0x24C1,
unicodeslot=0x24DB,
},
@@ -67691,7 +69049,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER M",
direction="l",
linebreak="ai",
- specials={ "circle", 0x006D },
+ specials={ "circle", 0x6D },
uccode=0x24C2,
unicodeslot=0x24DC,
},
@@ -67702,7 +69060,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER N",
direction="l",
linebreak="ai",
- specials={ "circle", 0x006E },
+ specials={ "circle", 0x6E },
uccode=0x24C3,
unicodeslot=0x24DD,
},
@@ -67713,7 +69071,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER O",
direction="l",
linebreak="ai",
- specials={ "circle", 0x006F },
+ specials={ "circle", 0x6F },
uccode=0x24C4,
unicodeslot=0x24DE,
},
@@ -67724,7 +69082,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER P",
direction="l",
linebreak="ai",
- specials={ "circle", 0x0070 },
+ specials={ "circle", 0x70 },
uccode=0x24C5,
unicodeslot=0x24DF,
},
@@ -67735,7 +69093,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER Q",
direction="l",
linebreak="ai",
- specials={ "circle", 0x0071 },
+ specials={ "circle", 0x71 },
uccode=0x24C6,
unicodeslot=0x24E0,
},
@@ -67746,7 +69104,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER R",
direction="l",
linebreak="ai",
- specials={ "circle", 0x0072 },
+ specials={ "circle", 0x72 },
uccode=0x24C7,
unicodeslot=0x24E1,
},
@@ -67757,7 +69115,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER S",
direction="l",
linebreak="ai",
- specials={ "circle", 0x0073 },
+ specials={ "circle", 0x73 },
uccode=0x24C8,
unicodeslot=0x24E2,
},
@@ -67768,7 +69126,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER T",
direction="l",
linebreak="ai",
- specials={ "circle", 0x0074 },
+ specials={ "circle", 0x74 },
uccode=0x24C9,
unicodeslot=0x24E3,
},
@@ -67779,7 +69137,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER U",
direction="l",
linebreak="ai",
- specials={ "circle", 0x0075 },
+ specials={ "circle", 0x75 },
uccode=0x24CA,
unicodeslot=0x24E4,
},
@@ -67790,7 +69148,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER V",
direction="l",
linebreak="ai",
- specials={ "circle", 0x0076 },
+ specials={ "circle", 0x76 },
uccode=0x24CB,
unicodeslot=0x24E5,
},
@@ -67801,7 +69159,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER W",
direction="l",
linebreak="ai",
- specials={ "circle", 0x0077 },
+ specials={ "circle", 0x77 },
uccode=0x24CC,
unicodeslot=0x24E6,
},
@@ -67812,7 +69170,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER X",
direction="l",
linebreak="ai",
- specials={ "circle", 0x0078 },
+ specials={ "circle", 0x78 },
uccode=0x24CD,
unicodeslot=0x24E7,
},
@@ -67823,7 +69181,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER Y",
direction="l",
linebreak="ai",
- specials={ "circle", 0x0079 },
+ specials={ "circle", 0x79 },
uccode=0x24CE,
unicodeslot=0x24E8,
},
@@ -67834,7 +69192,7 @@ characters.data={
description="CIRCLED LATIN SMALL LETTER Z",
direction="l",
linebreak="ai",
- specials={ "circle", 0x007A },
+ specials={ "circle", 0x7A },
uccode=0x24CF,
unicodeslot=0x24E9,
},
@@ -67843,7 +69201,7 @@ characters.data={
description="CIRCLED DIGIT ZERO",
direction="on",
linebreak="ai",
- specials={ "circle", 0x0030 },
+ specials={ "circle", 0x30 },
unicodeslot=0x24EA,
},
[0x24EB]={
@@ -72236,6 +73594,13 @@ characters.data={
linebreak="id",
unicodeslot=0x26FF,
},
+ [0x2700]={
+ category="so",
+ description="BLACK SAFETY SCISSORS",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x2700,
+ },
[0x2701]={
category="so",
description="UPPER BLADE SCISSORS",
@@ -72957,14 +74322,14 @@ characters.data={
category="so",
description="HEAVY LOW SINGLE COMMA QUOTATION MARK ORNAMENT",
direction="on",
- linebreak="al",
+ linebreak="qu",
unicodeslot=0x275F,
},
[0x2760]={
category="so",
description="HEAVY LOW DOUBLE COMMA QUOTATION MARK ORNAMENT",
direction="on",
- linebreak="al",
+ linebreak="qu",
unicodeslot=0x2760,
},
[0x2761]={
@@ -78794,7 +80159,7 @@ characters.data={
linebreak="al",
mathclass="relation",
mathname="coloncolonequals",
- specials={ "compat", 0x003A, 0x003A, 0x003D },
+ specials={ "compat", 0x3A, 0x3A, 0x3D },
unicodeslot=0x2A74,
},
[0x2A75]={
@@ -78802,7 +80167,7 @@ characters.data={
description="TWO CONSECUTIVE EQUALS SIGNS",
direction="on",
linebreak="al",
- specials={ "compat", 0x003D, 0x003D },
+ specials={ "compat", 0x3D, 0x3D },
unicodeslot=0x2A75,
},
[0x2A76]={
@@ -78810,7 +80175,7 @@ characters.data={
description="THREE CONSECUTIVE EQUALS SIGNS",
direction="on",
linebreak="al",
- specials={ "compat", 0x003D, 0x003D, 0x003D },
+ specials={ "compat", 0x3D, 0x3D, 0x3D },
unicodeslot=0x2A76,
},
[0x2A77]={
@@ -79659,7 +81024,7 @@ characters.data={
description="FORKING",
direction="on",
linebreak="al",
- specials={ "char", 0x2ADD, 0x0338 },
+ specials={ "char", 0x2ADD, 0x338 },
unicodeslot=0x2ADC,
},
[0x2ADD]={
@@ -80491,6 +81856,27 @@ characters.data={
linebreak="al",
unicodeslot=0x2B4C,
},
+ [0x2B4D]={
+ category="so",
+ description="DOWNWARDS TRIANGLE-HEADED ZIGZAG ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B4D,
+ },
+ [0x2B4E]={
+ category="so",
+ description="SHORT SLANTED NORTH ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B4E,
+ },
+ [0x2B4F]={
+ category="so",
+ description="SHORT BACKSLANTED SOUTH ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B4F,
+ },
[0x2B50]={
category="so",
description="WHITE MEDIUM STAR",
@@ -80574,6 +81960,790 @@ characters.data={
linebreak="ai",
unicodeslot=0x2B59,
},
+ [0x2B5A]={
+ category="so",
+ description="SLANTED NORTH ARROW WITH HOOKED HEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B5A,
+ },
+ [0x2B5B]={
+ category="so",
+ description="BACKSLANTED SOUTH ARROW WITH HOOKED TAIL",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B5B,
+ },
+ [0x2B5C]={
+ category="so",
+ description="SLANTED NORTH ARROW WITH HORIZONTAL TAIL",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B5C,
+ },
+ [0x2B5D]={
+ category="so",
+ description="BACKSLANTED SOUTH ARROW WITH HORIZONTAL TAIL",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B5D,
+ },
+ [0x2B5E]={
+ category="so",
+ description="BENT ARROW POINTING DOWNWARDS THEN NORTH EAST",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B5E,
+ },
+ [0x2B5F]={
+ category="so",
+ description="SHORT BENT ARROW POINTING DOWNWARDS THEN NORTH EAST",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B5F,
+ },
+ [0x2B60]={
+ category="so",
+ description="LEFTWARDS TRIANGLE-HEADED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B60,
+ },
+ [0x2B61]={
+ category="so",
+ description="UPWARDS TRIANGLE-HEADED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B61,
+ },
+ [0x2B62]={
+ category="so",
+ description="RIGHTWARDS TRIANGLE-HEADED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B62,
+ },
+ [0x2B63]={
+ category="so",
+ description="DOWNWARDS TRIANGLE-HEADED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B63,
+ },
+ [0x2B64]={
+ category="so",
+ description="LEFT RIGHT TRIANGLE-HEADED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B64,
+ },
+ [0x2B65]={
+ category="so",
+ description="UP DOWN TRIANGLE-HEADED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B65,
+ },
+ [0x2B66]={
+ category="so",
+ description="NORTH WEST TRIANGLE-HEADED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B66,
+ },
+ [0x2B67]={
+ category="so",
+ description="NORTH EAST TRIANGLE-HEADED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B67,
+ },
+ [0x2B68]={
+ category="so",
+ description="SOUTH EAST TRIANGLE-HEADED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B68,
+ },
+ [0x2B69]={
+ category="so",
+ description="SOUTH WEST TRIANGLE-HEADED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B69,
+ },
+ [0x2B6A]={
+ category="so",
+ description="LEFTWARDS TRIANGLE-HEADED DASHED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B6A,
+ },
+ [0x2B6B]={
+ category="so",
+ description="UPWARDS TRIANGLE-HEADED DASHED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B6B,
+ },
+ [0x2B6C]={
+ category="so",
+ description="RIGHTWARDS TRIANGLE-HEADED DASHED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B6C,
+ },
+ [0x2B6D]={
+ category="so",
+ description="DOWNWARDS TRIANGLE-HEADED DASHED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B6D,
+ },
+ [0x2B6E]={
+ category="so",
+ description="CLOCKWISE TRIANGLE-HEADED OPEN CIRCLE ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B6E,
+ },
+ [0x2B6F]={
+ category="so",
+ description="ANTICLOCKWISE TRIANGLE-HEADED OPEN CIRCLE ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B6F,
+ },
+ [0x2B70]={
+ category="so",
+ description="LEFTWARDS TRIANGLE-HEADED ARROW TO BAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B70,
+ },
+ [0x2B71]={
+ category="so",
+ description="UPWARDS TRIANGLE-HEADED ARROW TO BAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B71,
+ },
+ [0x2B72]={
+ category="so",
+ description="RIGHTWARDS TRIANGLE-HEADED ARROW TO BAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B72,
+ },
+ [0x2B73]={
+ category="so",
+ description="DOWNWARDS TRIANGLE-HEADED ARROW TO BAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B73,
+ },
+ [0x2B76]={
+ category="so",
+ description="NORTH WEST TRIANGLE-HEADED ARROW TO BAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B76,
+ },
+ [0x2B77]={
+ category="so",
+ description="NORTH EAST TRIANGLE-HEADED ARROW TO BAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B77,
+ },
+ [0x2B78]={
+ category="so",
+ description="SOUTH EAST TRIANGLE-HEADED ARROW TO BAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B78,
+ },
+ [0x2B79]={
+ category="so",
+ description="SOUTH WEST TRIANGLE-HEADED ARROW TO BAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B79,
+ },
+ [0x2B7A]={
+ category="so",
+ description="LEFTWARDS TRIANGLE-HEADED ARROW WITH DOUBLE HORIZONTAL STROKE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B7A,
+ },
+ [0x2B7B]={
+ category="so",
+ description="UPWARDS TRIANGLE-HEADED ARROW WITH DOUBLE HORIZONTAL STROKE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B7B,
+ },
+ [0x2B7C]={
+ category="so",
+ description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH DOUBLE HORIZONTAL STROKE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B7C,
+ },
+ [0x2B7D]={
+ category="so",
+ description="DOWNWARDS TRIANGLE-HEADED ARROW WITH DOUBLE HORIZONTAL STROKE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B7D,
+ },
+ [0x2B7E]={
+ category="so",
+ description="HORIZONTAL TAB KEY",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B7E,
+ },
+ [0x2B7F]={
+ category="so",
+ description="VERTICAL TAB KEY",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B7F,
+ },
+ [0x2B80]={
+ category="so",
+ description="LEFTWARDS TRIANGLE-HEADED ARROW OVER RIGHTWARDS TRIANGLE-HEADED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B80,
+ },
+ [0x2B81]={
+ category="so",
+ description="UPWARDS TRIANGLE-HEADED ARROW LEFTWARDS OF DOWNWARDS TRIANGLE-HEADED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B81,
+ },
+ [0x2B82]={
+ category="so",
+ description="RIGHTWARDS TRIANGLE-HEADED ARROW OVER LEFTWARDS TRIANGLE-HEADED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B82,
+ },
+ [0x2B83]={
+ category="so",
+ description="DOWNWARDS TRIANGLE-HEADED ARROW LEFTWARDS OF UPWARDS TRIANGLE-HEADED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B83,
+ },
+ [0x2B84]={
+ category="so",
+ description="LEFTWARDS TRIANGLE-HEADED PAIRED ARROWS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B84,
+ },
+ [0x2B85]={
+ category="so",
+ description="UPWARDS TRIANGLE-HEADED PAIRED ARROWS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B85,
+ },
+ [0x2B86]={
+ category="so",
+ description="RIGHTWARDS TRIANGLE-HEADED PAIRED ARROWS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B86,
+ },
+ [0x2B87]={
+ category="so",
+ description="DOWNWARDS TRIANGLE-HEADED PAIRED ARROWS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B87,
+ },
+ [0x2B88]={
+ category="so",
+ description="LEFTWARDS BLACK CIRCLED WHITE ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B88,
+ },
+ [0x2B89]={
+ category="so",
+ description="UPWARDS BLACK CIRCLED WHITE ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B89,
+ },
+ [0x2B8A]={
+ category="so",
+ description="RIGHTWARDS BLACK CIRCLED WHITE ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B8A,
+ },
+ [0x2B8B]={
+ category="so",
+ description="DOWNWARDS BLACK CIRCLED WHITE ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B8B,
+ },
+ [0x2B8C]={
+ category="so",
+ description="ANTICLOCKWISE TRIANGLE-HEADED RIGHT U-SHAPED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B8C,
+ },
+ [0x2B8D]={
+ category="so",
+ description="ANTICLOCKWISE TRIANGLE-HEADED BOTTOM U-SHAPED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B8D,
+ },
+ [0x2B8E]={
+ category="so",
+ description="ANTICLOCKWISE TRIANGLE-HEADED LEFT U-SHAPED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B8E,
+ },
+ [0x2B8F]={
+ category="so",
+ description="ANTICLOCKWISE TRIANGLE-HEADED TOP U-SHAPED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B8F,
+ },
+ [0x2B90]={
+ category="so",
+ description="RETURN LEFT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B90,
+ },
+ [0x2B91]={
+ category="so",
+ description="RETURN RIGHT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B91,
+ },
+ [0x2B92]={
+ category="so",
+ description="NEWLINE LEFT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B92,
+ },
+ [0x2B93]={
+ category="so",
+ description="NEWLINE RIGHT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B93,
+ },
+ [0x2B94]={
+ category="so",
+ description="FOUR CORNER ARROWS CIRCLING ANTICLOCKWISE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B94,
+ },
+ [0x2B95]={
+ category="so",
+ description="RIGHTWARDS BLACK ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B95,
+ },
+ [0x2B98]={
+ category="so",
+ description="THREE-D TOP-LIGHTED LEFTWARDS EQUILATERAL ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B98,
+ },
+ [0x2B99]={
+ category="so",
+ description="THREE-D RIGHT-LIGHTED UPWARDS EQUILATERAL ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B99,
+ },
+ [0x2B9A]={
+ category="so",
+ description="THREE-D TOP-LIGHTED RIGHTWARDS EQUILATERAL ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B9A,
+ },
+ [0x2B9B]={
+ category="so",
+ description="THREE-D LEFT-LIGHTED DOWNWARDS EQUILATERAL ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B9B,
+ },
+ [0x2B9C]={
+ category="so",
+ description="BLACK LEFTWARDS EQUILATERAL ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B9C,
+ },
+ [0x2B9D]={
+ category="so",
+ description="BLACK UPWARDS EQUILATERAL ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B9D,
+ },
+ [0x2B9E]={
+ category="so",
+ description="BLACK RIGHTWARDS EQUILATERAL ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B9E,
+ },
+ [0x2B9F]={
+ category="so",
+ description="BLACK DOWNWARDS EQUILATERAL ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2B9F,
+ },
+ [0x2BA0]={
+ category="so",
+ description="DOWNWARDS TRIANGLE-HEADED ARROW WITH LONG TIP LEFTWARDS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BA0,
+ },
+ [0x2BA1]={
+ category="so",
+ description="DOWNWARDS TRIANGLE-HEADED ARROW WITH LONG TIP RIGHTWARDS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BA1,
+ },
+ [0x2BA2]={
+ category="so",
+ description="UPWARDS TRIANGLE-HEADED ARROW WITH LONG TIP LEFTWARDS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BA2,
+ },
+ [0x2BA3]={
+ category="so",
+ description="UPWARDS TRIANGLE-HEADED ARROW WITH LONG TIP RIGHTWARDS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BA3,
+ },
+ [0x2BA4]={
+ category="so",
+ description="LEFTWARDS TRIANGLE-HEADED ARROW WITH LONG TIP UPWARDS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BA4,
+ },
+ [0x2BA5]={
+ category="so",
+ description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH LONG TIP UPWARDS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BA5,
+ },
+ [0x2BA6]={
+ category="so",
+ description="LEFTWARDS TRIANGLE-HEADED ARROW WITH LONG TIP DOWNWARDS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BA6,
+ },
+ [0x2BA7]={
+ category="so",
+ description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH LONG TIP DOWNWARDS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BA7,
+ },
+ [0x2BA8]={
+ category="so",
+ description="BLACK CURVED DOWNWARDS AND LEFTWARDS ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BA8,
+ },
+ [0x2BA9]={
+ category="so",
+ description="BLACK CURVED DOWNWARDS AND RIGHTWARDS ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BA9,
+ },
+ [0x2BAA]={
+ category="so",
+ description="BLACK CURVED UPWARDS AND LEFTWARDS ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BAA,
+ },
+ [0x2BAB]={
+ category="so",
+ description="BLACK CURVED UPWARDS AND RIGHTWARDS ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BAB,
+ },
+ [0x2BAC]={
+ category="so",
+ description="BLACK CURVED LEFTWARDS AND UPWARDS ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BAC,
+ },
+ [0x2BAD]={
+ category="so",
+ description="BLACK CURVED RIGHTWARDS AND UPWARDS ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BAD,
+ },
+ [0x2BAE]={
+ category="so",
+ description="BLACK CURVED LEFTWARDS AND DOWNWARDS ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BAE,
+ },
+ [0x2BAF]={
+ category="so",
+ description="BLACK CURVED RIGHTWARDS AND DOWNWARDS ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BAF,
+ },
+ [0x2BB0]={
+ category="so",
+ description="RIBBON ARROW DOWN LEFT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BB0,
+ },
+ [0x2BB1]={
+ category="so",
+ description="RIBBON ARROW DOWN RIGHT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BB1,
+ },
+ [0x2BB2]={
+ category="so",
+ description="RIBBON ARROW UP LEFT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BB2,
+ },
+ [0x2BB3]={
+ category="so",
+ description="RIBBON ARROW UP RIGHT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BB3,
+ },
+ [0x2BB4]={
+ category="so",
+ description="RIBBON ARROW LEFT UP",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BB4,
+ },
+ [0x2BB5]={
+ category="so",
+ description="RIBBON ARROW RIGHT UP",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BB5,
+ },
+ [0x2BB6]={
+ category="so",
+ description="RIBBON ARROW LEFT DOWN",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BB6,
+ },
+ [0x2BB7]={
+ category="so",
+ description="RIBBON ARROW RIGHT DOWN",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BB7,
+ },
+ [0x2BB8]={
+ category="so",
+ description="UPWARDS WHITE ARROW FROM BAR WITH HORIZONTAL BAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BB8,
+ },
+ [0x2BB9]={
+ category="so",
+ description="UP ARROWHEAD IN A RECTANGLE BOX",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BB9,
+ },
+ [0x2BBD]={
+ category="so",
+ description="BALLOT BOX WITH LIGHT X",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BBD,
+ },
+ [0x2BBE]={
+ category="so",
+ description="CIRCLED X",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BBE,
+ },
+ [0x2BBF]={
+ category="so",
+ description="CIRCLED BOLD X",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BBF,
+ },
+ [0x2BC0]={
+ category="so",
+ description="BLACK SQUARE CENTRED",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BC0,
+ },
+ [0x2BC1]={
+ category="so",
+ description="BLACK DIAMOND CENTRED",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BC1,
+ },
+ [0x2BC2]={
+ category="so",
+ description="TURNED BLACK PENTAGON",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BC2,
+ },
+ [0x2BC3]={
+ category="so",
+ description="HORIZONTAL BLACK OCTAGON",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BC3,
+ },
+ [0x2BC4]={
+ category="so",
+ description="BLACK OCTAGON",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BC4,
+ },
+ [0x2BC5]={
+ category="so",
+ description="BLACK MEDIUM UP-POINTING TRIANGLE CENTRED",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BC5,
+ },
+ [0x2BC6]={
+ category="so",
+ description="BLACK MEDIUM DOWN-POINTING TRIANGLE CENTRED",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BC6,
+ },
+ [0x2BC7]={
+ category="so",
+ description="BLACK MEDIUM LEFT-POINTING TRIANGLE CENTRED",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BC7,
+ },
+ [0x2BC8]={
+ category="so",
+ description="BLACK MEDIUM RIGHT-POINTING TRIANGLE CENTRED",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BC8,
+ },
+ [0x2BCA]={
+ category="so",
+ description="TOP HALF BLACK CIRCLE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BCA,
+ },
+ [0x2BCB]={
+ category="so",
+ description="BOTTOM HALF BLACK CIRCLE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BCB,
+ },
+ [0x2BCC]={
+ category="so",
+ description="LIGHT FOUR POINTED BLACK CUSP",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BCC,
+ },
+ [0x2BCD]={
+ category="so",
+ description="ROTATED LIGHT FOUR POINTED BLACK CUSP",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BCD,
+ },
+ [0x2BCE]={
+ category="so",
+ description="WHITE FOUR POINTED CUSP",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BCE,
+ },
+ [0x2BCF]={
+ category="so",
+ description="ROTATED WHITE FOUR POINTED CUSP",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BCF,
+ },
+ [0x2BD0]={
+ category="so",
+ description="SQUARE POSITION INDICATOR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BD0,
+ },
+ [0x2BD1]={
+ category="so",
+ description="UNCERTAINTY SIGN",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2BD1,
+ },
[0x2C00]={
category="lu",
description="GLAGOLITIC CAPITAL LETTER AZU",
@@ -81332,7 +83502,7 @@ characters.data={
direction="l",
lccode=0x2C61,
linebreak="al",
- shcode=0x004C,
+ shcode=0x4C,
unicodeslot=0x2C60,
},
[0x2C61]={
@@ -81340,7 +83510,7 @@ characters.data={
description="LATIN SMALL LETTER L WITH DOUBLE BAR",
direction="l",
linebreak="al",
- shcode=0x006C,
+ shcode=0x6C,
uccode=0x2C60,
unicodeslot=0x2C61,
},
@@ -81348,9 +83518,9 @@ characters.data={
category="lu",
description="LATIN CAPITAL LETTER L WITH MIDDLE TILDE",
direction="l",
- lccode=0x026B,
+ lccode=0x26B,
linebreak="al",
- shcode=0x004C,
+ shcode=0x4C,
unicodeslot=0x2C62,
},
[0x2C63]={
@@ -81359,16 +83529,16 @@ characters.data={
direction="l",
lccode=0x1D7D,
linebreak="al",
- shcode=0x0050,
+ shcode=0x50,
unicodeslot=0x2C63,
},
[0x2C64]={
category="lu",
description="LATIN CAPITAL LETTER R WITH TAIL",
direction="l",
- lccode=0x027D,
+ lccode=0x27D,
linebreak="al",
- shcode=0x0052,
+ shcode=0x52,
unicodeslot=0x2C64,
},
[0x2C65]={
@@ -81376,8 +83546,8 @@ characters.data={
description="LATIN SMALL LETTER A WITH STROKE",
direction="l",
linebreak="al",
- shcode=0x0061,
- uccode=0x023A,
+ shcode=0x61,
+ uccode=0x23A,
unicodeslot=0x2C65,
},
[0x2C66]={
@@ -81385,8 +83555,8 @@ characters.data={
description="LATIN SMALL LETTER T WITH DIAGONAL STROKE",
direction="l",
linebreak="al",
- shcode=0x0074,
- uccode=0x023E,
+ shcode=0x74,
+ uccode=0x23E,
unicodeslot=0x2C66,
},
[0x2C67]={
@@ -81395,7 +83565,7 @@ characters.data={
direction="l",
lccode=0x2C68,
linebreak="al",
- shcode=0x0048,
+ shcode=0x48,
unicodeslot=0x2C67,
},
[0x2C68]={
@@ -81403,7 +83573,7 @@ characters.data={
description="LATIN SMALL LETTER H WITH DESCENDER",
direction="l",
linebreak="al",
- shcode=0x0068,
+ shcode=0x68,
uccode=0x2C67,
unicodeslot=0x2C68,
},
@@ -81413,7 +83583,7 @@ characters.data={
direction="l",
lccode=0x2C6A,
linebreak="al",
- shcode=0x004B,
+ shcode=0x4B,
unicodeslot=0x2C69,
},
[0x2C6A]={
@@ -81421,7 +83591,7 @@ characters.data={
description="LATIN SMALL LETTER K WITH DESCENDER",
direction="l",
linebreak="al",
- shcode=0x006B,
+ shcode=0x6B,
uccode=0x2C69,
unicodeslot=0x2C6A,
},
@@ -81431,7 +83601,7 @@ characters.data={
direction="l",
lccode=0x2C6C,
linebreak="al",
- shcode=0x005A,
+ shcode=0x5A,
unicodeslot=0x2C6B,
},
[0x2C6C]={
@@ -81439,7 +83609,7 @@ characters.data={
description="LATIN SMALL LETTER Z WITH DESCENDER",
direction="l",
linebreak="al",
- shcode=0x007A,
+ shcode=0x7A,
uccode=0x2C6B,
unicodeslot=0x2C6C,
},
@@ -81497,7 +83667,7 @@ characters.data={
description="LATIN SMALL LETTER V WITH CURL",
direction="l",
linebreak="al",
- shcode=0x0076,
+ shcode=0x76,
unicodeslot=0x2C74,
},
[0x2C75]={
@@ -81556,7 +83726,7 @@ characters.data={
description="LATIN SUBSCRIPT SMALL LETTER J",
direction="l",
linebreak="al",
- specials={ "sub", 0x006A },
+ specials={ "sub", 0x6A },
unicodeslot=0x2C7C,
},
[0x2C7D]={
@@ -81564,7 +83734,7 @@ characters.data={
description="MODIFIER LETTER CAPITAL V",
direction="l",
linebreak="al",
- specials={ "super", 0x0056 },
+ specials={ "super", 0x56 },
unicodeslot=0x2C7D,
},
[0x2C7E]={
@@ -82460,6 +84630,7 @@ characters.data={
},
[0x2CEF]={
category="mn",
+ combining=0xE6,
description="COPTIC COMBINING NI ABOVE",
direction="nsm",
linebreak="cm",
@@ -82467,6 +84638,7 @@ characters.data={
},
[0x2CF0]={
category="mn",
+ combining=0xE6,
description="COPTIC COMBINING SPIRITUS ASPER",
direction="nsm",
linebreak="cm",
@@ -82474,6 +84646,7 @@ characters.data={
},
[0x2CF1]={
category="mn",
+ combining=0xE6,
description="COPTIC COMBINING SPIRITUS LENIS",
direction="nsm",
linebreak="cm",
@@ -83269,6 +85442,7 @@ characters.data={
},
[0x2D7F]={
category="mn",
+ combining=0x9,
description="TIFINAGH CONSONANT JOINER",
direction="nsm",
linebreak="cm",
@@ -83563,7 +85737,6 @@ characters.data={
},
[0x2DB4]={
category="lo",
- cjkwd="w",
description="ETHIOPIC SYLLABLE ZZEE",
direction="l",
linebreak="al",
@@ -83571,7 +85744,6 @@ characters.data={
},
[0x2DB5]={
category="lo",
- cjkwd="w",
description="ETHIOPIC SYLLABLE ZZE",
direction="l",
linebreak="al",
@@ -83609,14 +85781,14 @@ characters.data={
category="lo",
description="ETHIOPIC SYLLABLE CCHAA",
direction="l",
- linebreak="id",
+ linebreak="al",
unicodeslot=0x2DBB,
},
[0x2DBC]={
category="lo",
description="ETHIOPIC SYLLABLE CCHEE",
direction="l",
- linebreak="id",
+ linebreak="al",
unicodeslot=0x2DBC,
},
[0x2DBD]={
@@ -83831,6 +86003,7 @@ characters.data={
},
[0x2DE0]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER BE",
direction="nsm",
linebreak="cm",
@@ -83838,6 +86011,7 @@ characters.data={
},
[0x2DE1]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER VE",
direction="nsm",
linebreak="cm",
@@ -83845,6 +86019,7 @@ characters.data={
},
[0x2DE2]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER GHE",
direction="nsm",
linebreak="cm",
@@ -83852,6 +86027,7 @@ characters.data={
},
[0x2DE3]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER DE",
direction="nsm",
linebreak="cm",
@@ -83859,6 +86035,7 @@ characters.data={
},
[0x2DE4]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER ZHE",
direction="nsm",
linebreak="cm",
@@ -83866,6 +86043,7 @@ characters.data={
},
[0x2DE5]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER ZE",
direction="nsm",
linebreak="cm",
@@ -83873,6 +86051,7 @@ characters.data={
},
[0x2DE6]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER KA",
direction="nsm",
linebreak="cm",
@@ -83880,6 +86059,7 @@ characters.data={
},
[0x2DE7]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER EL",
direction="nsm",
linebreak="cm",
@@ -83887,6 +86067,7 @@ characters.data={
},
[0x2DE8]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER EM",
direction="nsm",
linebreak="cm",
@@ -83894,6 +86075,7 @@ characters.data={
},
[0x2DE9]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER EN",
direction="nsm",
linebreak="cm",
@@ -83901,6 +86083,7 @@ characters.data={
},
[0x2DEA]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER O",
direction="nsm",
linebreak="cm",
@@ -83908,6 +86091,7 @@ characters.data={
},
[0x2DEB]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER PE",
direction="nsm",
linebreak="cm",
@@ -83915,6 +86099,7 @@ characters.data={
},
[0x2DEC]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER ER",
direction="nsm",
linebreak="cm",
@@ -83922,6 +86107,7 @@ characters.data={
},
[0x2DED]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER ES",
direction="nsm",
linebreak="cm",
@@ -83929,6 +86115,7 @@ characters.data={
},
[0x2DEE]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER TE",
direction="nsm",
linebreak="cm",
@@ -83936,6 +86123,7 @@ characters.data={
},
[0x2DEF]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER HA",
direction="nsm",
linebreak="cm",
@@ -83943,6 +86131,7 @@ characters.data={
},
[0x2DF0]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER TSE",
direction="nsm",
linebreak="cm",
@@ -83950,6 +86139,7 @@ characters.data={
},
[0x2DF1]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER CHE",
direction="nsm",
linebreak="cm",
@@ -83957,6 +86147,7 @@ characters.data={
},
[0x2DF2]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER SHA",
direction="nsm",
linebreak="cm",
@@ -83964,6 +86155,7 @@ characters.data={
},
[0x2DF3]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER SHCHA",
direction="nsm",
linebreak="cm",
@@ -83971,6 +86163,7 @@ characters.data={
},
[0x2DF4]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER FITA",
direction="nsm",
linebreak="cm",
@@ -83978,6 +86171,7 @@ characters.data={
},
[0x2DF5]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER ES-TE",
direction="nsm",
linebreak="cm",
@@ -83985,7 +86179,7 @@ characters.data={
},
[0x2DF6]={
category="mn",
- cjkwd="w",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER A",
direction="nsm",
linebreak="cm",
@@ -83993,7 +86187,7 @@ characters.data={
},
[0x2DF7]={
category="mn",
- cjkwd="w",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER IE",
direction="nsm",
linebreak="cm",
@@ -84001,6 +86195,7 @@ characters.data={
},
[0x2DF8]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER DJERV",
direction="nsm",
linebreak="cm",
@@ -84008,6 +86203,7 @@ characters.data={
},
[0x2DF9]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER MONOGRAPH UK",
direction="nsm",
linebreak="cm",
@@ -84015,6 +86211,7 @@ characters.data={
},
[0x2DFA]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER YAT",
direction="nsm",
linebreak="cm",
@@ -84022,6 +86219,7 @@ characters.data={
},
[0x2DFB]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER YU",
direction="nsm",
linebreak="cm",
@@ -84029,6 +86227,7 @@ characters.data={
},
[0x2DFC]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER IOTIFIED A",
direction="nsm",
linebreak="cm",
@@ -84036,20 +86235,23 @@ characters.data={
},
[0x2DFD]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER LITTLE YUS",
direction="nsm",
- linebreak="id",
+ linebreak="cm",
unicodeslot=0x2DFD,
},
[0x2DFE]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER BIG YUS",
direction="nsm",
- linebreak="id",
+ linebreak="cm",
unicodeslot=0x2DFE,
},
[0x2DFF]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER IOTIFIED BIG YUS",
direction="nsm",
linebreak="cm",
@@ -84495,6 +86697,55 @@ characters.data={
linebreak="b2",
unicodeslot=0x2E3B,
},
+ [0x2E3C]={
+ category="po",
+ description="STENOGRAPHIC FULL STOP",
+ direction="on",
+ linebreak="ba",
+ unicodeslot=0x2E3C,
+ },
+ [0x2E3D]={
+ category="po",
+ description="VERTICAL SIX DOTS",
+ direction="on",
+ linebreak="ba",
+ unicodeslot=0x2E3D,
+ },
+ [0x2E3E]={
+ category="po",
+ description="WIGGLY VERTICAL LINE",
+ direction="on",
+ linebreak="ba",
+ unicodeslot=0x2E3E,
+ },
+ [0x2E3F]={
+ category="po",
+ description="CAPITULUM",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x2E3F,
+ },
+ [0x2E40]={
+ category="pd",
+ description="DOUBLE HYPHEN",
+ direction="on",
+ linebreak="ba",
+ unicodeslot=0x2E40,
+ },
+ [0x2E41]={
+ category="po",
+ description="REVERSED COMMA",
+ direction="on",
+ linebreak="ba",
+ unicodeslot=0x2E41,
+ },
+ [0x2E42]={
+ category="ps",
+ description="DOUBLE LOW-REVERSED-9 QUOTATION MARK",
+ direction="on",
+ linebreak="op",
+ unicodeslot=0x2E42,
+ },
[0x2E80]={
category="so",
cjkwd="w",
@@ -87446,8 +89697,8 @@ characters.data={
contextname="ideographicspace",
description="IDEOGRAPHIC SPACE",
direction="ws",
- linebreak="id",
- specials={ "wide", 0x0020 },
+ linebreak="ba",
+ specials={ "wide", 0x20 },
unicodeslot=0x3000,
},
[0x3001]={
@@ -87837,6 +90088,7 @@ characters.data={
[0x302A]={
category="mn",
cjkwd="w",
+ combining=0xDA,
description="IDEOGRAPHIC LEVEL TONE MARK",
direction="nsm",
linebreak="cm",
@@ -87845,6 +90097,7 @@ characters.data={
[0x302B]={
category="mn",
cjkwd="w",
+ combining=0xE4,
description="IDEOGRAPHIC RISING TONE MARK",
direction="nsm",
linebreak="cm",
@@ -87853,6 +90106,7 @@ characters.data={
[0x302C]={
category="mn",
cjkwd="w",
+ combining=0xE8,
description="IDEOGRAPHIC DEPARTING TONE MARK",
direction="nsm",
linebreak="cm",
@@ -87861,6 +90115,7 @@ characters.data={
[0x302D]={
category="mn",
cjkwd="w",
+ combining=0xDE,
description="IDEOGRAPHIC ENTERING TONE MARK",
direction="nsm",
linebreak="cm",
@@ -87869,6 +90124,7 @@ characters.data={
[0x302E]={
category="mn",
cjkwd="w",
+ combining=0xE0,
description="HANGUL SINGLE DOT TONE MARK",
direction="l",
linebreak="cm",
@@ -87877,6 +90133,7 @@ characters.data={
[0x302F]={
category="mn",
cjkwd="w",
+ combining=0xE0,
description="HANGUL DOUBLE DOT TONE MARK",
direction="l",
linebreak="cm",
@@ -87927,7 +90184,7 @@ characters.data={
cjkwd="w",
description="VERTICAL KANA REPEAT MARK LOWER HALF",
direction="l",
- linebreak="id",
+ linebreak="cm",
unicodeslot=0x3035,
},
[0x3036]={
@@ -88024,8 +90281,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER SMALL A",
+ detail="sl",
direction="l",
linebreak="cj",
+ shcode=0x3042,
+ sound="unvoiced",
unicodeslot=0x3041,
},
[0x3042]={
@@ -88033,8 +90293,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER A",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3042,
+ sound="unvoiced",
unicodeslot=0x3042,
},
[0x3043]={
@@ -88042,8 +90305,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER SMALL I",
+ detail="sl",
direction="l",
linebreak="cj",
+ shcode=0x3044,
+ sound="unvoiced",
unicodeslot=0x3043,
},
[0x3044]={
@@ -88051,8 +90317,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER I",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3044,
+ sound="unvoiced",
unicodeslot=0x3044,
},
[0x3045]={
@@ -88060,8 +90329,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER SMALL U",
+ detail="sl",
direction="l",
linebreak="cj",
+ shcode=0x3046,
+ sound="unvoiced",
unicodeslot=0x3045,
},
[0x3046]={
@@ -88069,8 +90341,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER U",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3046,
+ sound="unvoiced",
unicodeslot=0x3046,
},
[0x3047]={
@@ -88078,8 +90353,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER SMALL E",
+ detail="sl",
direction="l",
linebreak="cj",
+ shcode=0x3048,
+ sound="unvoiced",
unicodeslot=0x3047,
},
[0x3048]={
@@ -88087,8 +90365,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER E",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3048,
+ sound="unvoiced",
unicodeslot=0x3048,
},
[0x3049]={
@@ -88096,8 +90377,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER SMALL O",
+ detail="sl",
direction="l",
linebreak="cj",
+ shcode=0x304A,
+ sound="unvoiced",
unicodeslot=0x3049,
},
[0x304A]={
@@ -88105,8 +90389,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER O",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x304A,
+ sound="unvoiced",
unicodeslot=0x304A,
},
[0x304B]={
@@ -88114,8 +90401,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER KA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x304B,
+ sound="unvoiced",
unicodeslot=0x304B,
},
[0x304C]={
@@ -88123,8 +90413,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER GA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x304B,
+ sound="voiced",
specials={ "char", 0x304B, 0x3099 },
unicodeslot=0x304C,
},
@@ -88133,8 +90426,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER KI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x304D,
+ sound="unvoiced",
unicodeslot=0x304D,
},
[0x304E]={
@@ -88142,8 +90438,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER GI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x304D,
+ sound="voiced",
specials={ "char", 0x304D, 0x3099 },
unicodeslot=0x304E,
},
@@ -88152,8 +90451,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER KU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x304F,
+ sound="unvoiced",
unicodeslot=0x304F,
},
[0x3050]={
@@ -88161,8 +90463,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER GU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x304F,
+ sound="voiced",
specials={ "char", 0x304F, 0x3099 },
unicodeslot=0x3050,
},
@@ -88171,8 +90476,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER KE",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3051,
+ sound="unvoiced",
unicodeslot=0x3051,
},
[0x3052]={
@@ -88180,8 +90488,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER GE",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3051,
+ sound="voiced",
specials={ "char", 0x3051, 0x3099 },
unicodeslot=0x3052,
},
@@ -88190,8 +90501,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER KO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3053,
+ sound="unvoiced",
unicodeslot=0x3053,
},
[0x3054]={
@@ -88199,8 +90513,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER GO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3053,
+ sound="voiced",
specials={ "char", 0x3053, 0x3099 },
unicodeslot=0x3054,
},
@@ -88209,8 +90526,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER SA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3055,
+ sound="unvoiced",
unicodeslot=0x3055,
},
[0x3056]={
@@ -88218,8 +90538,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER ZA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3055,
+ sound="voiced",
specials={ "char", 0x3055, 0x3099 },
unicodeslot=0x3056,
},
@@ -88228,8 +90551,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER SI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3057,
+ sound="unvoiced",
unicodeslot=0x3057,
},
[0x3058]={
@@ -88237,8 +90563,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER ZI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3057,
+ sound="voiced",
specials={ "char", 0x3057, 0x3099 },
unicodeslot=0x3058,
},
@@ -88247,8 +90576,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER SU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3059,
+ sound="unvoiced",
unicodeslot=0x3059,
},
[0x305A]={
@@ -88256,8 +90588,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER ZU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3059,
+ sound="voiced",
specials={ "char", 0x3059, 0x3099 },
unicodeslot=0x305A,
},
@@ -88266,8 +90601,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER SE",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x305B,
+ sound="unvoiced",
unicodeslot=0x305B,
},
[0x305C]={
@@ -88275,8 +90613,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER ZE",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x305B,
+ sound="voiced",
specials={ "char", 0x305B, 0x3099 },
unicodeslot=0x305C,
},
@@ -88285,8 +90626,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER SO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x305D,
+ sound="unvoiced",
unicodeslot=0x305D,
},
[0x305E]={
@@ -88294,8 +90638,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER ZO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x305D,
+ sound="voiced",
specials={ "char", 0x305D, 0x3099 },
unicodeslot=0x305E,
},
@@ -88304,8 +90651,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER TA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x305F,
+ sound="unvoiced",
unicodeslot=0x305F,
},
[0x3060]={
@@ -88313,8 +90663,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER DA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x305F,
+ sound="voiced",
specials={ "char", 0x305F, 0x3099 },
unicodeslot=0x3060,
},
@@ -88323,8 +90676,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER TI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3061,
+ sound="unvoiced",
unicodeslot=0x3061,
},
[0x3062]={
@@ -88332,8 +90688,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER DI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3061,
+ sound="voiced",
specials={ "char", 0x3061, 0x3099 },
unicodeslot=0x3062,
},
@@ -88342,8 +90701,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER SMALL TU",
+ detail="sl",
direction="l",
linebreak="cj",
+ shcode=0x3064,
+ sound="unvoiced",
unicodeslot=0x3063,
},
[0x3064]={
@@ -88351,8 +90713,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER TU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3064,
+ sound="unvoiced",
unicodeslot=0x3064,
},
[0x3065]={
@@ -88360,8 +90725,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER DU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3064,
+ sound="voiced",
specials={ "char", 0x3064, 0x3099 },
unicodeslot=0x3065,
},
@@ -88370,8 +90738,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER TE",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3066,
+ sound="unvoiced",
unicodeslot=0x3066,
},
[0x3067]={
@@ -88379,8 +90750,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER DE",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3066,
+ sound="voiced",
specials={ "char", 0x3066, 0x3099 },
unicodeslot=0x3067,
},
@@ -88389,8 +90763,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER TO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3068,
+ sound="unvoiced",
unicodeslot=0x3068,
},
[0x3069]={
@@ -88398,8 +90775,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER DO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3068,
+ sound="voiced",
specials={ "char", 0x3068, 0x3099 },
unicodeslot=0x3069,
},
@@ -88408,8 +90788,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER NA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x306A,
+ sound="unvoiced",
unicodeslot=0x306A,
},
[0x306B]={
@@ -88417,8 +90800,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER NI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x306B,
+ sound="unvoiced",
unicodeslot=0x306B,
},
[0x306C]={
@@ -88426,8 +90812,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER NU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x306C,
+ sound="unvoiced",
unicodeslot=0x306C,
},
[0x306D]={
@@ -88435,8 +90824,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER NE",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x306D,
+ sound="unvoiced",
unicodeslot=0x306D,
},
[0x306E]={
@@ -88444,8 +90836,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER NO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x306E,
+ sound="unvoiced",
unicodeslot=0x306E,
},
[0x306F]={
@@ -88453,8 +90848,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER HA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x306F,
+ sound="unvoiced",
unicodeslot=0x306F,
},
[0x3070]={
@@ -88462,8 +90860,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER BA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x306F,
+ sound="voiced",
specials={ "char", 0x306F, 0x3099 },
unicodeslot=0x3070,
},
@@ -88472,8 +90873,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER PA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x306F,
+ sound="semivoiced",
specials={ "char", 0x306F, 0x309A },
unicodeslot=0x3071,
},
@@ -88482,8 +90886,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER HI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3072,
+ sound="unvoiced",
unicodeslot=0x3072,
},
[0x3073]={
@@ -88491,8 +90898,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER BI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3072,
+ sound="voiced",
specials={ "char", 0x3072, 0x3099 },
unicodeslot=0x3073,
},
@@ -88501,8 +90911,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER PI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3072,
+ sound="semivoiced",
specials={ "char", 0x3072, 0x309A },
unicodeslot=0x3074,
},
@@ -88511,8 +90924,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER HU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3075,
+ sound="unvoiced",
unicodeslot=0x3075,
},
[0x3076]={
@@ -88520,8 +90936,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER BU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3075,
+ sound="voiced",
specials={ "char", 0x3075, 0x3099 },
unicodeslot=0x3076,
},
@@ -88530,8 +90949,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER PU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3075,
+ sound="semivoiced",
specials={ "char", 0x3075, 0x309A },
unicodeslot=0x3077,
},
@@ -88540,8 +90962,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER HE",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3078,
+ sound="unvoiced",
unicodeslot=0x3078,
},
[0x3079]={
@@ -88549,8 +90974,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER BE",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3078,
+ sound="voiced",
specials={ "char", 0x3078, 0x3099 },
unicodeslot=0x3079,
},
@@ -88559,8 +90987,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER PE",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3078,
+ sound="semivoiced",
specials={ "char", 0x3078, 0x309A },
unicodeslot=0x307A,
},
@@ -88569,8 +91000,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER HO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x307B,
+ sound="unvoiced",
unicodeslot=0x307B,
},
[0x307C]={
@@ -88578,8 +91012,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER BO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x307B,
+ sound="voiced",
specials={ "char", 0x307B, 0x3099 },
unicodeslot=0x307C,
},
@@ -88588,8 +91025,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER PO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x307B,
+ sound="semivoiced",
specials={ "char", 0x307B, 0x309A },
unicodeslot=0x307D,
},
@@ -88598,8 +91038,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER MA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x307E,
+ sound="unvoiced",
unicodeslot=0x307E,
},
[0x307F]={
@@ -88607,8 +91050,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER MI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x307F,
+ sound="unvoiced",
unicodeslot=0x307F,
},
[0x3080]={
@@ -88616,8 +91062,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER MU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3080,
+ sound="unvoiced",
unicodeslot=0x3080,
},
[0x3081]={
@@ -88625,8 +91074,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER ME",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3081,
+ sound="unvoiced",
unicodeslot=0x3081,
},
[0x3082]={
@@ -88634,8 +91086,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER MO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3082,
+ sound="unvoiced",
unicodeslot=0x3082,
},
[0x3083]={
@@ -88643,8 +91098,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER SMALL YA",
+ detail="sl",
direction="l",
linebreak="cj",
+ shcode=0x3084,
+ sound="unvoiced",
unicodeslot=0x3083,
},
[0x3084]={
@@ -88652,8 +91110,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER YA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3084,
+ sound="unvoiced",
unicodeslot=0x3084,
},
[0x3085]={
@@ -88661,8 +91122,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER SMALL YU",
+ detail="sl",
direction="l",
linebreak="cj",
+ shcode=0x3086,
+ sound="unvoiced",
unicodeslot=0x3085,
},
[0x3086]={
@@ -88670,8 +91134,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER YU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3086,
+ sound="unvoiced",
unicodeslot=0x3086,
},
[0x3087]={
@@ -88679,8 +91146,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER SMALL YO",
+ detail="sl",
direction="l",
linebreak="cj",
+ shcode=0x3088,
+ sound="unvoiced",
unicodeslot=0x3087,
},
[0x3088]={
@@ -88688,8 +91158,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER YO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3088,
+ sound="unvoiced",
unicodeslot=0x3088,
},
[0x3089]={
@@ -88697,8 +91170,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER RA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3089,
+ sound="unvoiced",
unicodeslot=0x3089,
},
[0x308A]={
@@ -88706,8 +91182,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER RI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x308A,
+ sound="unvoiced",
unicodeslot=0x308A,
},
[0x308B]={
@@ -88715,8 +91194,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER RU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x308B,
+ sound="unvoiced",
unicodeslot=0x308B,
},
[0x308C]={
@@ -88724,8 +91206,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER RE",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x308C,
+ sound="unvoiced",
unicodeslot=0x308C,
},
[0x308D]={
@@ -88733,8 +91218,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER RO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x308D,
+ sound="unvoiced",
unicodeslot=0x308D,
},
[0x308E]={
@@ -88742,8 +91230,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER SMALL WA",
+ detail="sl",
direction="l",
linebreak="cj",
+ shcode=0x308F,
+ sound="unvoiced",
unicodeslot=0x308E,
},
[0x308F]={
@@ -88751,8 +91242,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER WA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x308F,
+ sound="unvoiced",
unicodeslot=0x308F,
},
[0x3090]={
@@ -88760,8 +91254,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER WI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3090,
+ sound="unvoiced",
unicodeslot=0x3090,
},
[0x3091]={
@@ -88769,8 +91266,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER WE",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3091,
+ sound="unvoiced",
unicodeslot=0x3091,
},
[0x3092]={
@@ -88778,8 +91278,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER WO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3092,
+ sound="unvoiced",
unicodeslot=0x3092,
},
[0x3093]={
@@ -88787,8 +91290,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER N",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3093,
+ sound="unvoiced",
unicodeslot=0x3093,
},
[0x3094]={
@@ -88796,8 +91302,11 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER VU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3046,
+ sound="voiced",
specials={ "char", 0x3046, 0x3099 },
unicodeslot=0x3094,
},
@@ -88805,32 +91314,42 @@ characters.data={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER SMALL KA",
+ detail="sl",
direction="l",
linebreak="cj",
+ shcode=0x304B,
+ sound="unvoiced",
unicodeslot=0x3095,
},
[0x3096]={
category="lo",
cjkwd="w",
description="HIRAGANA LETTER SMALL KE",
+ detail="sl",
direction="l",
linebreak="cj",
+ shcode=0x3051,
+ sound="unvoiced",
unicodeslot=0x3096,
},
[0x3099]={
category="mn",
cjkwd="w",
+ combining=0x8,
description="COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK",
direction="nsm",
linebreak="cm",
+ sound="voiced",
unicodeslot=0x3099,
},
[0x309A]={
category="mn",
cjkwd="w",
+ combining=0x8,
description="COMBINING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK",
direction="nsm",
linebreak="cm",
+ sound="semivoiced",
unicodeslot=0x309A,
},
[0x309B]={
@@ -88840,7 +91359,8 @@ characters.data={
description="KATAKANA-HIRAGANA VOICED SOUND MARK",
direction="on",
linebreak="ns",
- specials={ "compat", 0x0020, 0x3099 },
+ sound="voiced",
+ specials={ "compat", 0x20, 0x3099 },
unicodeslot=0x309B,
},
[0x309C]={
@@ -88850,7 +91370,8 @@ characters.data={
description="KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK",
direction="on",
linebreak="ns",
- specials={ "compat", 0x0020, 0x309A },
+ sound="semivoiced",
+ specials={ "compat", 0x20, 0x309A },
unicodeslot=0x309C,
},
[0x309D]={
@@ -88858,8 +91379,11 @@ characters.data={
category="lm",
cjkwd="w",
description="HIRAGANA ITERATION MARK",
+ detail="im",
direction="l",
linebreak="ns",
+ shcode=0x309D,
+ sound="unvoiced",
unicodeslot=0x309D,
},
[0x309E]={
@@ -88867,8 +91391,11 @@ characters.data={
category="lm",
cjkwd="w",
description="HIRAGANA VOICED ITERATION MARK",
+ detail="im",
direction="l",
linebreak="ns",
+ shcode=0x309D,
+ sound="voiced",
specials={ "char", 0x309D, 0x3099 },
unicodeslot=0x309E,
},
@@ -88894,8 +91421,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER SMALL A",
+ detail="sl",
direction="l",
linebreak="cj",
+ shcode=0x3042,
+ sound="unvoiced",
unicodeslot=0x30A1,
},
[0x30A2]={
@@ -88903,8 +91433,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER A",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3042,
+ sound="unvoiced",
unicodeslot=0x30A2,
},
[0x30A3]={
@@ -88912,8 +91445,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER SMALL I",
+ detail="sl",
direction="l",
linebreak="cj",
+ shcode=0x3044,
+ sound="unvoiced",
unicodeslot=0x30A3,
},
[0x30A4]={
@@ -88921,8 +91457,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER I",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3044,
+ sound="unvoiced",
unicodeslot=0x30A4,
},
[0x30A5]={
@@ -88930,8 +91469,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER SMALL U",
+ detail="sl",
direction="l",
linebreak="cj",
+ shcode=0x3046,
+ sound="unvoiced",
unicodeslot=0x30A5,
},
[0x30A6]={
@@ -88939,8 +91481,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER U",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3046,
+ sound="unvoiced",
unicodeslot=0x30A6,
},
[0x30A7]={
@@ -88948,8 +91493,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER SMALL E",
+ detail="sl",
direction="l",
linebreak="cj",
+ shcode=0x3048,
+ sound="unvoiced",
unicodeslot=0x30A7,
},
[0x30A8]={
@@ -88957,8 +91505,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER E",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3048,
+ sound="unvoiced",
unicodeslot=0x30A8,
},
[0x30A9]={
@@ -88966,8 +91517,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER SMALL O",
+ detail="sl",
direction="l",
linebreak="cj",
+ shcode=0x304A,
+ sound="unvoiced",
unicodeslot=0x30A9,
},
[0x30AA]={
@@ -88975,8 +91529,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER O",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x304A,
+ sound="unvoiced",
unicodeslot=0x30AA,
},
[0x30AB]={
@@ -88984,8 +91541,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER KA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x304B,
+ sound="unvoiced",
unicodeslot=0x30AB,
},
[0x30AC]={
@@ -88993,8 +91553,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER GA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x304B,
+ sound="voiced",
specials={ "char", 0x30AB, 0x3099 },
unicodeslot=0x30AC,
},
@@ -89003,8 +91566,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER KI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x304D,
+ sound="unvoiced",
unicodeslot=0x30AD,
},
[0x30AE]={
@@ -89012,8 +91578,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER GI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x304D,
+ sound="voiced",
specials={ "char", 0x30AD, 0x3099 },
unicodeslot=0x30AE,
},
@@ -89022,8 +91591,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER KU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x304F,
+ sound="unvoiced",
unicodeslot=0x30AF,
},
[0x30B0]={
@@ -89031,8 +91603,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER GU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x304F,
+ sound="voiced",
specials={ "char", 0x30AF, 0x3099 },
unicodeslot=0x30B0,
},
@@ -89041,8 +91616,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER KE",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3051,
+ sound="unvoiced",
unicodeslot=0x30B1,
},
[0x30B2]={
@@ -89050,8 +91628,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER GE",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3051,
+ sound="voiced",
specials={ "char", 0x30B1, 0x3099 },
unicodeslot=0x30B2,
},
@@ -89060,8 +91641,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER KO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3053,
+ sound="unvoiced",
unicodeslot=0x30B3,
},
[0x30B4]={
@@ -89069,8 +91653,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER GO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3053,
+ sound="voiced",
specials={ "char", 0x30B3, 0x3099 },
unicodeslot=0x30B4,
},
@@ -89079,8 +91666,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER SA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3055,
+ sound="unvoiced",
unicodeslot=0x30B5,
},
[0x30B6]={
@@ -89088,8 +91678,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER ZA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3055,
+ sound="voiced",
specials={ "char", 0x30B5, 0x3099 },
unicodeslot=0x30B6,
},
@@ -89098,8 +91691,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER SI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3057,
+ sound="unvoiced",
unicodeslot=0x30B7,
},
[0x30B8]={
@@ -89107,8 +91703,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER ZI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3057,
+ sound="voiced",
specials={ "char", 0x30B7, 0x3099 },
unicodeslot=0x30B8,
},
@@ -89117,8 +91716,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER SU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3059,
+ sound="unvoiced",
unicodeslot=0x30B9,
},
[0x30BA]={
@@ -89126,8 +91728,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER ZU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3059,
+ sound="voiced",
specials={ "char", 0x30B9, 0x3099 },
unicodeslot=0x30BA,
},
@@ -89136,8 +91741,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER SE",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x305B,
+ sound="unvoiced",
unicodeslot=0x30BB,
},
[0x30BC]={
@@ -89145,8 +91753,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER ZE",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x305B,
+ sound="voiced",
specials={ "char", 0x30BB, 0x3099 },
unicodeslot=0x30BC,
},
@@ -89155,8 +91766,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER SO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x305D,
+ sound="unvoiced",
unicodeslot=0x30BD,
},
[0x30BE]={
@@ -89164,8 +91778,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER ZO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x305D,
+ sound="voiced",
specials={ "char", 0x30BD, 0x3099 },
unicodeslot=0x30BE,
},
@@ -89174,8 +91791,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER TA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x305F,
+ sound="unvoiced",
unicodeslot=0x30BF,
},
[0x30C0]={
@@ -89183,8 +91803,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER DA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x305F,
+ sound="voiced",
specials={ "char", 0x30BF, 0x3099 },
unicodeslot=0x30C0,
},
@@ -89193,8 +91816,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER TI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3061,
+ sound="unvoiced",
unicodeslot=0x30C1,
},
[0x30C2]={
@@ -89202,8 +91828,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER DI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3061,
+ sound="voiced",
specials={ "char", 0x30C1, 0x3099 },
unicodeslot=0x30C2,
},
@@ -89212,8 +91841,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER SMALL TU",
+ detail="sl",
direction="l",
linebreak="cj",
+ shcode=0x3064,
+ sound="unvoiced",
unicodeslot=0x30C3,
},
[0x30C4]={
@@ -89221,8 +91853,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER TU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3064,
+ sound="unvoiced",
unicodeslot=0x30C4,
},
[0x30C5]={
@@ -89230,8 +91865,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER DU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3064,
+ sound="voiced",
specials={ "char", 0x30C4, 0x3099 },
unicodeslot=0x30C5,
},
@@ -89240,8 +91878,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER TE",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3066,
+ sound="unvoiced",
unicodeslot=0x30C6,
},
[0x30C7]={
@@ -89249,8 +91890,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER DE",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3066,
+ sound="voiced",
specials={ "char", 0x30C6, 0x3099 },
unicodeslot=0x30C7,
},
@@ -89259,8 +91903,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER TO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3068,
+ sound="unvoiced",
unicodeslot=0x30C8,
},
[0x30C9]={
@@ -89268,8 +91915,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER DO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3068,
+ sound="voiced",
specials={ "char", 0x30C8, 0x3099 },
unicodeslot=0x30C9,
},
@@ -89278,8 +91928,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER NA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x306A,
+ sound="unvoiced",
unicodeslot=0x30CA,
},
[0x30CB]={
@@ -89287,8 +91940,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER NI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x306B,
+ sound="unvoiced",
unicodeslot=0x30CB,
},
[0x30CC]={
@@ -89296,8 +91952,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER NU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x306C,
+ sound="unvoiced",
unicodeslot=0x30CC,
},
[0x30CD]={
@@ -89305,8 +91964,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER NE",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x306D,
+ sound="unvoiced",
unicodeslot=0x30CD,
},
[0x30CE]={
@@ -89314,8 +91976,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER NO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x306E,
+ sound="unvoiced",
unicodeslot=0x30CE,
},
[0x30CF]={
@@ -89323,8 +91988,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER HA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x306F,
+ sound="unvoiced",
unicodeslot=0x30CF,
},
[0x30D0]={
@@ -89332,8 +92000,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER BA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x306F,
+ sound="voiced",
specials={ "char", 0x30CF, 0x3099 },
unicodeslot=0x30D0,
},
@@ -89342,8 +92013,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER PA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x306F,
+ sound="semivoiced",
specials={ "char", 0x30CF, 0x309A },
unicodeslot=0x30D1,
},
@@ -89352,8 +92026,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER HI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3072,
+ sound="unvoiced",
unicodeslot=0x30D2,
},
[0x30D3]={
@@ -89361,8 +92038,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER BI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3072,
+ sound="voiced",
specials={ "char", 0x30D2, 0x3099 },
unicodeslot=0x30D3,
},
@@ -89371,8 +92051,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER PI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3072,
+ sound="semivoiced",
specials={ "char", 0x30D2, 0x309A },
unicodeslot=0x30D4,
},
@@ -89381,8 +92064,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER HU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3075,
+ sound="unvoiced",
unicodeslot=0x30D5,
},
[0x30D6]={
@@ -89390,8 +92076,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER BU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3075,
+ sound="voiced",
specials={ "char", 0x30D5, 0x3099 },
unicodeslot=0x30D6,
},
@@ -89400,8 +92089,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER PU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3075,
+ sound="semivoiced",
specials={ "char", 0x30D5, 0x309A },
unicodeslot=0x30D7,
},
@@ -89410,8 +92102,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER HE",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3078,
+ sound="unvoiced",
unicodeslot=0x30D8,
},
[0x30D9]={
@@ -89419,8 +92114,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER BE",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3078,
+ sound="voiced",
specials={ "char", 0x30D8, 0x3099 },
unicodeslot=0x30D9,
},
@@ -89429,8 +92127,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER PE",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3078,
+ sound="semivoiced",
specials={ "char", 0x30D8, 0x309A },
unicodeslot=0x30DA,
},
@@ -89439,8 +92140,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER HO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x307B,
+ sound="unvoiced",
unicodeslot=0x30DB,
},
[0x30DC]={
@@ -89448,8 +92152,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER BO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x307B,
+ sound="voiced",
specials={ "char", 0x30DB, 0x3099 },
unicodeslot=0x30DC,
},
@@ -89458,8 +92165,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER PO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x307B,
+ sound="semivoiced",
specials={ "char", 0x30DB, 0x309A },
unicodeslot=0x30DD,
},
@@ -89468,8 +92178,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER MA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x307E,
+ sound="unvoiced",
unicodeslot=0x30DE,
},
[0x30DF]={
@@ -89477,8 +92190,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER MI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x307F,
+ sound="unvoiced",
unicodeslot=0x30DF,
},
[0x30E0]={
@@ -89486,8 +92202,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER MU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3080,
+ sound="unvoiced",
unicodeslot=0x30E0,
},
[0x30E1]={
@@ -89495,8 +92214,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER ME",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3081,
+ sound="unvoiced",
unicodeslot=0x30E1,
},
[0x30E2]={
@@ -89504,8 +92226,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER MO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3082,
+ sound="unvoiced",
unicodeslot=0x30E2,
},
[0x30E3]={
@@ -89513,8 +92238,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER SMALL YA",
+ detail="sl",
direction="l",
linebreak="cj",
+ shcode=0x3084,
+ sound="unvoiced",
unicodeslot=0x30E3,
},
[0x30E4]={
@@ -89522,8 +92250,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER YA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3084,
+ sound="unvoiced",
unicodeslot=0x30E4,
},
[0x30E5]={
@@ -89531,8 +92262,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER SMALL YU",
+ detail="sl",
direction="l",
linebreak="cj",
+ shcode=0x3086,
+ sound="unvoiced",
unicodeslot=0x30E5,
},
[0x30E6]={
@@ -89540,8 +92274,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER YU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3086,
+ sound="unvoiced",
unicodeslot=0x30E6,
},
[0x30E7]={
@@ -89549,8 +92286,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER SMALL YO",
+ detail="sl",
direction="l",
linebreak="cj",
+ shcode=0x3088,
+ sound="unvoiced",
unicodeslot=0x30E7,
},
[0x30E8]={
@@ -89558,8 +92298,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER YO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3088,
+ sound="unvoiced",
unicodeslot=0x30E8,
},
[0x30E9]={
@@ -89567,8 +92310,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER RA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3089,
+ sound="unvoiced",
unicodeslot=0x30E9,
},
[0x30EA]={
@@ -89576,8 +92322,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER RI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x308A,
+ sound="unvoiced",
unicodeslot=0x30EA,
},
[0x30EB]={
@@ -89585,8 +92334,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER RU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x308B,
+ sound="unvoiced",
unicodeslot=0x30EB,
},
[0x30EC]={
@@ -89594,8 +92346,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER RE",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x308C,
+ sound="unvoiced",
unicodeslot=0x30EC,
},
[0x30ED]={
@@ -89603,8 +92358,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER RO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x308D,
+ sound="unvoiced",
unicodeslot=0x30ED,
},
[0x30EE]={
@@ -89612,8 +92370,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER SMALL WA",
+ detail="sl",
direction="l",
linebreak="cj",
+ shcode=0x308F,
+ sound="unvoiced",
unicodeslot=0x30EE,
},
[0x30EF]={
@@ -89621,8 +92382,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER WA",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x308F,
+ sound="unvoiced",
unicodeslot=0x30EF,
},
[0x30F0]={
@@ -89630,8 +92394,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER WI",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3090,
+ sound="unvoiced",
unicodeslot=0x30F0,
},
[0x30F1]={
@@ -89639,8 +92406,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER WE",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3091,
+ sound="unvoiced",
unicodeslot=0x30F1,
},
[0x30F2]={
@@ -89648,8 +92418,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER WO",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3092,
+ sound="unvoiced",
unicodeslot=0x30F2,
},
[0x30F3]={
@@ -89657,8 +92430,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER N",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3093,
+ sound="unvoiced",
unicodeslot=0x30F3,
},
[0x30F4]={
@@ -89666,8 +92442,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER VU",
+ detail="bl",
direction="l",
linebreak="id",
+ shcode=0x3046,
+ sound="voiced",
specials={ "char", 0x30A6, 0x3099 },
unicodeslot=0x30F4,
},
@@ -89676,8 +92455,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER SMALL KA",
+ detail="sl",
direction="l",
linebreak="cj",
+ shcode=0x304B,
+ sound="unvoiced",
unicodeslot=0x30F5,
},
[0x30F6]={
@@ -89685,8 +92467,11 @@ characters.data={
category="lo",
cjkwd="w",
description="KATAKANA LETTER SMALL KE",
+ detail="sl",
direction="l",
linebreak="cj",
+ shcode=0x3051,
+ sound="unvoiced",
unicodeslot=0x30F6,
},
[0x30F7]={
@@ -89696,6 +92481,8 @@ characters.data={
description="KATAKANA LETTER VA",
direction="l",
linebreak="id",
+ shcode=0x308F,
+ sound="voiced",
specials={ "char", 0x30EF, 0x3099 },
unicodeslot=0x30F7,
},
@@ -89706,6 +92493,8 @@ characters.data={
description="KATAKANA LETTER VI",
direction="l",
linebreak="id",
+ shcode=0x3090,
+ sound="voiced",
specials={ "char", 0x30F0, 0x3099 },
unicodeslot=0x30F8,
},
@@ -89716,6 +92505,8 @@ characters.data={
description="KATAKANA LETTER VE",
direction="l",
linebreak="id",
+ shcode=0x3091,
+ sound="voiced",
specials={ "char", 0x30F1, 0x3099 },
unicodeslot=0x30F9,
},
@@ -89726,6 +92517,8 @@ characters.data={
description="KATAKANA LETTER VO",
direction="l",
linebreak="id",
+ shcode=0x3092,
+ sound="voiced",
specials={ "char", 0x30F2, 0x3099 },
unicodeslot=0x30FA,
},
@@ -89743,8 +92536,11 @@ characters.data={
category="lm",
cjkwd="w",
description="KATAKANA-HIRAGANA PROLONGED SOUND MARK",
+ detail="pm",
direction="l",
linebreak="cj",
+ shcode=0x30FC,
+ sound="unvoiced",
unicodeslot=0x30FC,
},
[0x30FD]={
@@ -89752,8 +92548,11 @@ characters.data={
category="lm",
cjkwd="w",
description="KATAKANA ITERATION MARK",
+ detail="im",
direction="l",
linebreak="ns",
+ shcode=0x309D,
+ sound="unvoiced",
unicodeslot=0x30FD,
},
[0x30FE]={
@@ -89761,8 +92560,11 @@ characters.data={
category="lm",
cjkwd="w",
description="KATAKANA VOICED ITERATION MARK",
+ detail="im",
direction="l",
linebreak="ns",
+ shcode=0x309D,
+ sound="voiced",
specials={ "char", 0x30FD, 0x3099 },
unicodeslot=0x30FE,
},
@@ -91732,6 +94534,8 @@ characters.data={
description="KATAKANA LETTER SMALL KU",
direction="l",
linebreak="cj",
+ shcode=0x304F,
+ sound="unvoiced",
unicodeslot=0x31F0,
},
[0x31F1]={
@@ -91740,6 +94544,8 @@ characters.data={
description="KATAKANA LETTER SMALL SI",
direction="l",
linebreak="cj",
+ shcode=0x3057,
+ sound="unvoiced",
unicodeslot=0x31F1,
},
[0x31F2]={
@@ -91748,6 +94554,8 @@ characters.data={
description="KATAKANA LETTER SMALL SU",
direction="l",
linebreak="cj",
+ shcode=0x3059,
+ sound="unvoiced",
unicodeslot=0x31F2,
},
[0x31F3]={
@@ -91756,6 +94564,8 @@ characters.data={
description="KATAKANA LETTER SMALL TO",
direction="l",
linebreak="cj",
+ shcode=0x3068,
+ sound="unvoiced",
unicodeslot=0x31F3,
},
[0x31F4]={
@@ -91764,6 +94574,8 @@ characters.data={
description="KATAKANA LETTER SMALL NU",
direction="l",
linebreak="cj",
+ shcode=0x306C,
+ sound="unvoiced",
unicodeslot=0x31F4,
},
[0x31F5]={
@@ -91772,6 +94584,8 @@ characters.data={
description="KATAKANA LETTER SMALL HA",
direction="l",
linebreak="cj",
+ shcode=0x306F,
+ sound="unvoiced",
unicodeslot=0x31F5,
},
[0x31F6]={
@@ -91780,6 +94594,8 @@ characters.data={
description="KATAKANA LETTER SMALL HI",
direction="l",
linebreak="cj",
+ shcode=0x3072,
+ sound="unvoiced",
unicodeslot=0x31F6,
},
[0x31F7]={
@@ -91788,6 +94604,8 @@ characters.data={
description="KATAKANA LETTER SMALL HU",
direction="l",
linebreak="cj",
+ shcode=0x3075,
+ sound="unvoiced",
unicodeslot=0x31F7,
},
[0x31F8]={
@@ -91796,6 +94614,8 @@ characters.data={
description="KATAKANA LETTER SMALL HE",
direction="l",
linebreak="cj",
+ shcode=0x3078,
+ sound="unvoiced",
unicodeslot=0x31F8,
},
[0x31F9]={
@@ -91804,6 +94624,8 @@ characters.data={
description="KATAKANA LETTER SMALL HO",
direction="l",
linebreak="cj",
+ shcode=0x307B,
+ sound="unvoiced",
unicodeslot=0x31F9,
},
[0x31FA]={
@@ -91812,6 +94634,8 @@ characters.data={
description="KATAKANA LETTER SMALL MU",
direction="l",
linebreak="cj",
+ shcode=0x3080,
+ sound="unvoiced",
unicodeslot=0x31FA,
},
[0x31FB]={
@@ -91820,6 +94644,8 @@ characters.data={
description="KATAKANA LETTER SMALL RA",
direction="l",
linebreak="cj",
+ shcode=0x3089,
+ sound="unvoiced",
unicodeslot=0x31FB,
},
[0x31FC]={
@@ -91828,6 +94654,7 @@ characters.data={
description="KATAKANA LETTER SMALL RI",
direction="l",
linebreak="cj",
+ sound="unvoiced",
unicodeslot=0x31FC,
},
[0x31FD]={
@@ -91836,6 +94663,8 @@ characters.data={
description="KATAKANA LETTER SMALL RU",
direction="l",
linebreak="cj",
+ shcode=0x308B,
+ sound="unvoiced",
unicodeslot=0x31FD,
},
[0x31FE]={
@@ -91844,6 +94673,8 @@ characters.data={
description="KATAKANA LETTER SMALL RE",
direction="l",
linebreak="cj",
+ shcode=0x308C,
+ sound="unvoiced",
unicodeslot=0x31FE,
},
[0x31FF]={
@@ -91852,6 +94683,8 @@ characters.data={
description="KATAKANA LETTER SMALL RO",
direction="l",
linebreak="cj",
+ shcode=0x308D,
+ sound="unvoiced",
unicodeslot=0x31FF,
},
[0x3200]={
@@ -91861,7 +94694,7 @@ characters.data={
description="PARENTHESIZED HANGUL KIYEOK",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x1100, 0x0029 },
+ specials={ "compat", 0x28, 0x1100, 0x29 },
unicodeslot=0x3200,
},
[0x3201]={
@@ -91871,7 +94704,7 @@ characters.data={
description="PARENTHESIZED HANGUL NIEUN",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x1102, 0x0029 },
+ specials={ "compat", 0x28, 0x1102, 0x29 },
unicodeslot=0x3201,
},
[0x3202]={
@@ -91881,7 +94714,7 @@ characters.data={
description="PARENTHESIZED HANGUL TIKEUT",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x1103, 0x0029 },
+ specials={ "compat", 0x28, 0x1103, 0x29 },
unicodeslot=0x3202,
},
[0x3203]={
@@ -91891,7 +94724,7 @@ characters.data={
description="PARENTHESIZED HANGUL RIEUL",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x1105, 0x0029 },
+ specials={ "compat", 0x28, 0x1105, 0x29 },
unicodeslot=0x3203,
},
[0x3204]={
@@ -91901,7 +94734,7 @@ characters.data={
description="PARENTHESIZED HANGUL MIEUM",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x1106, 0x0029 },
+ specials={ "compat", 0x28, 0x1106, 0x29 },
unicodeslot=0x3204,
},
[0x3205]={
@@ -91911,7 +94744,7 @@ characters.data={
description="PARENTHESIZED HANGUL PIEUP",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x1107, 0x0029 },
+ specials={ "compat", 0x28, 0x1107, 0x29 },
unicodeslot=0x3205,
},
[0x3206]={
@@ -91921,7 +94754,7 @@ characters.data={
description="PARENTHESIZED HANGUL SIOS",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x1109, 0x0029 },
+ specials={ "compat", 0x28, 0x1109, 0x29 },
unicodeslot=0x3206,
},
[0x3207]={
@@ -91931,7 +94764,7 @@ characters.data={
description="PARENTHESIZED HANGUL IEUNG",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x110B, 0x0029 },
+ specials={ "compat", 0x28, 0x110B, 0x29 },
unicodeslot=0x3207,
},
[0x3208]={
@@ -91941,7 +94774,7 @@ characters.data={
description="PARENTHESIZED HANGUL CIEUC",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x110C, 0x0029 },
+ specials={ "compat", 0x28, 0x110C, 0x29 },
unicodeslot=0x3208,
},
[0x3209]={
@@ -91951,7 +94784,7 @@ characters.data={
description="PARENTHESIZED HANGUL CHIEUCH",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x110E, 0x0029 },
+ specials={ "compat", 0x28, 0x110E, 0x29 },
unicodeslot=0x3209,
},
[0x320A]={
@@ -91961,7 +94794,7 @@ characters.data={
description="PARENTHESIZED HANGUL KHIEUKH",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x110F, 0x0029 },
+ specials={ "compat", 0x28, 0x110F, 0x29 },
unicodeslot=0x320A,
},
[0x320B]={
@@ -91971,7 +94804,7 @@ characters.data={
description="PARENTHESIZED HANGUL THIEUTH",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x1110, 0x0029 },
+ specials={ "compat", 0x28, 0x1110, 0x29 },
unicodeslot=0x320B,
},
[0x320C]={
@@ -91981,7 +94814,7 @@ characters.data={
description="PARENTHESIZED HANGUL PHIEUPH",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x1111, 0x0029 },
+ specials={ "compat", 0x28, 0x1111, 0x29 },
unicodeslot=0x320C,
},
[0x320D]={
@@ -91991,7 +94824,7 @@ characters.data={
description="PARENTHESIZED HANGUL HIEUH",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x1112, 0x0029 },
+ specials={ "compat", 0x28, 0x1112, 0x29 },
unicodeslot=0x320D,
},
[0x320E]={
@@ -92001,7 +94834,7 @@ characters.data={
description="PARENTHESIZED HANGUL KIYEOK A",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x1100, 0x1161, 0x0029 },
+ specials={ "compat", 0x28, 0x1100, 0x1161, 0x29 },
unicodeslot=0x320E,
},
[0x320F]={
@@ -92011,7 +94844,7 @@ characters.data={
description="PARENTHESIZED HANGUL NIEUN A",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x1102, 0x1161, 0x0029 },
+ specials={ "compat", 0x28, 0x1102, 0x1161, 0x29 },
unicodeslot=0x320F,
},
[0x3210]={
@@ -92021,7 +94854,7 @@ characters.data={
description="PARENTHESIZED HANGUL TIKEUT A",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x1103, 0x1161, 0x0029 },
+ specials={ "compat", 0x28, 0x1103, 0x1161, 0x29 },
unicodeslot=0x3210,
},
[0x3211]={
@@ -92031,7 +94864,7 @@ characters.data={
description="PARENTHESIZED HANGUL RIEUL A",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x1105, 0x1161, 0x0029 },
+ specials={ "compat", 0x28, 0x1105, 0x1161, 0x29 },
unicodeslot=0x3211,
},
[0x3212]={
@@ -92041,7 +94874,7 @@ characters.data={
description="PARENTHESIZED HANGUL MIEUM A",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x1106, 0x1161, 0x0029 },
+ specials={ "compat", 0x28, 0x1106, 0x1161, 0x29 },
unicodeslot=0x3212,
},
[0x3213]={
@@ -92051,7 +94884,7 @@ characters.data={
description="PARENTHESIZED HANGUL PIEUP A",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x1107, 0x1161, 0x0029 },
+ specials={ "compat", 0x28, 0x1107, 0x1161, 0x29 },
unicodeslot=0x3213,
},
[0x3214]={
@@ -92061,7 +94894,7 @@ characters.data={
description="PARENTHESIZED HANGUL SIOS A",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x1109, 0x1161, 0x0029 },
+ specials={ "compat", 0x28, 0x1109, 0x1161, 0x29 },
unicodeslot=0x3214,
},
[0x3215]={
@@ -92071,7 +94904,7 @@ characters.data={
description="PARENTHESIZED HANGUL IEUNG A",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x110B, 0x1161, 0x0029 },
+ specials={ "compat", 0x28, 0x110B, 0x1161, 0x29 },
unicodeslot=0x3215,
},
[0x3216]={
@@ -92081,7 +94914,7 @@ characters.data={
description="PARENTHESIZED HANGUL CIEUC A",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x110C, 0x1161, 0x0029 },
+ specials={ "compat", 0x28, 0x110C, 0x1161, 0x29 },
unicodeslot=0x3216,
},
[0x3217]={
@@ -92091,7 +94924,7 @@ characters.data={
description="PARENTHESIZED HANGUL CHIEUCH A",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x110E, 0x1161, 0x0029 },
+ specials={ "compat", 0x28, 0x110E, 0x1161, 0x29 },
unicodeslot=0x3217,
},
[0x3218]={
@@ -92101,7 +94934,7 @@ characters.data={
description="PARENTHESIZED HANGUL KHIEUKH A",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x110F, 0x1161, 0x0029 },
+ specials={ "compat", 0x28, 0x110F, 0x1161, 0x29 },
unicodeslot=0x3218,
},
[0x3219]={
@@ -92111,7 +94944,7 @@ characters.data={
description="PARENTHESIZED HANGUL THIEUTH A",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x1110, 0x1161, 0x0029 },
+ specials={ "compat", 0x28, 0x1110, 0x1161, 0x29 },
unicodeslot=0x3219,
},
[0x321A]={
@@ -92121,7 +94954,7 @@ characters.data={
description="PARENTHESIZED HANGUL PHIEUPH A",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x1111, 0x1161, 0x0029 },
+ specials={ "compat", 0x28, 0x1111, 0x1161, 0x29 },
unicodeslot=0x321A,
},
[0x321B]={
@@ -92131,7 +94964,7 @@ characters.data={
description="PARENTHESIZED HANGUL HIEUH A",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x1112, 0x1161, 0x0029 },
+ specials={ "compat", 0x28, 0x1112, 0x1161, 0x29 },
unicodeslot=0x321B,
},
[0x321C]={
@@ -92141,7 +94974,7 @@ characters.data={
description="PARENTHESIZED HANGUL CIEUC U",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x110C, 0x116E, 0x0029 },
+ specials={ "compat", 0x28, 0x110C, 0x116E, 0x29 },
unicodeslot=0x321C,
},
[0x321D]={
@@ -92150,7 +94983,7 @@ characters.data={
description="PARENTHESIZED KOREAN CHARACTER OJEON",
direction="on",
linebreak="id",
- specials={ "compat", 0x0028, 0x110B, 0x1169, 0x110C, 0x1165, 0x11AB, 0x0029 },
+ specials={ "compat", 0x28, 0x110B, 0x1169, 0x110C, 0x1165, 0x11AB, 0x29 },
unicodeslot=0x321D,
},
[0x321E]={
@@ -92159,7 +94992,7 @@ characters.data={
description="PARENTHESIZED KOREAN CHARACTER O HU",
direction="on",
linebreak="id",
- specials={ "compat", 0x0028, 0x110B, 0x1169, 0x1112, 0x116E, 0x0029 },
+ specials={ "compat", 0x28, 0x110B, 0x1169, 0x1112, 0x116E, 0x29 },
unicodeslot=0x321E,
},
[0x3220]={
@@ -92169,7 +95002,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH ONE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x4E00, 0x0029 },
+ specials={ "compat", 0x28, 0x4E00, 0x29 },
unicodeslot=0x3220,
},
[0x3221]={
@@ -92179,7 +95012,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH TWO",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x4E8C, 0x0029 },
+ specials={ "compat", 0x28, 0x4E8C, 0x29 },
unicodeslot=0x3221,
},
[0x3222]={
@@ -92189,7 +95022,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH THREE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x4E09, 0x0029 },
+ specials={ "compat", 0x28, 0x4E09, 0x29 },
unicodeslot=0x3222,
},
[0x3223]={
@@ -92199,7 +95032,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH FOUR",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x56DB, 0x0029 },
+ specials={ "compat", 0x28, 0x56DB, 0x29 },
unicodeslot=0x3223,
},
[0x3224]={
@@ -92209,7 +95042,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH FIVE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x4E94, 0x0029 },
+ specials={ "compat", 0x28, 0x4E94, 0x29 },
unicodeslot=0x3224,
},
[0x3225]={
@@ -92219,7 +95052,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH SIX",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x516D, 0x0029 },
+ specials={ "compat", 0x28, 0x516D, 0x29 },
unicodeslot=0x3225,
},
[0x3226]={
@@ -92229,7 +95062,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH SEVEN",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x4E03, 0x0029 },
+ specials={ "compat", 0x28, 0x4E03, 0x29 },
unicodeslot=0x3226,
},
[0x3227]={
@@ -92239,7 +95072,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH EIGHT",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x516B, 0x0029 },
+ specials={ "compat", 0x28, 0x516B, 0x29 },
unicodeslot=0x3227,
},
[0x3228]={
@@ -92249,7 +95082,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH NINE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x4E5D, 0x0029 },
+ specials={ "compat", 0x28, 0x4E5D, 0x29 },
unicodeslot=0x3228,
},
[0x3229]={
@@ -92259,7 +95092,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH TEN",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x5341, 0x0029 },
+ specials={ "compat", 0x28, 0x5341, 0x29 },
unicodeslot=0x3229,
},
[0x322A]={
@@ -92269,7 +95102,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH MOON",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x6708, 0x0029 },
+ specials={ "compat", 0x28, 0x6708, 0x29 },
unicodeslot=0x322A,
},
[0x322B]={
@@ -92279,7 +95112,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH FIRE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x706B, 0x0029 },
+ specials={ "compat", 0x28, 0x706B, 0x29 },
unicodeslot=0x322B,
},
[0x322C]={
@@ -92289,7 +95122,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH WATER",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x6C34, 0x0029 },
+ specials={ "compat", 0x28, 0x6C34, 0x29 },
unicodeslot=0x322C,
},
[0x322D]={
@@ -92299,7 +95132,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH WOOD",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x6728, 0x0029 },
+ specials={ "compat", 0x28, 0x6728, 0x29 },
unicodeslot=0x322D,
},
[0x322E]={
@@ -92309,7 +95142,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH METAL",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x91D1, 0x0029 },
+ specials={ "compat", 0x28, 0x91D1, 0x29 },
unicodeslot=0x322E,
},
[0x322F]={
@@ -92319,7 +95152,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH EARTH",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x571F, 0x0029 },
+ specials={ "compat", 0x28, 0x571F, 0x29 },
unicodeslot=0x322F,
},
[0x3230]={
@@ -92329,7 +95162,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH SUN",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x65E5, 0x0029 },
+ specials={ "compat", 0x28, 0x65E5, 0x29 },
unicodeslot=0x3230,
},
[0x3231]={
@@ -92339,7 +95172,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH STOCK",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x682A, 0x0029 },
+ specials={ "compat", 0x28, 0x682A, 0x29 },
unicodeslot=0x3231,
},
[0x3232]={
@@ -92349,7 +95182,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH HAVE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x6709, 0x0029 },
+ specials={ "compat", 0x28, 0x6709, 0x29 },
unicodeslot=0x3232,
},
[0x3233]={
@@ -92359,7 +95192,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH SOCIETY",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x793E, 0x0029 },
+ specials={ "compat", 0x28, 0x793E, 0x29 },
unicodeslot=0x3233,
},
[0x3234]={
@@ -92369,7 +95202,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH NAME",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x540D, 0x0029 },
+ specials={ "compat", 0x28, 0x540D, 0x29 },
unicodeslot=0x3234,
},
[0x3235]={
@@ -92379,7 +95212,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH SPECIAL",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x7279, 0x0029 },
+ specials={ "compat", 0x28, 0x7279, 0x29 },
unicodeslot=0x3235,
},
[0x3236]={
@@ -92389,7 +95222,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH FINANCIAL",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x8CA1, 0x0029 },
+ specials={ "compat", 0x28, 0x8CA1, 0x29 },
unicodeslot=0x3236,
},
[0x3237]={
@@ -92399,7 +95232,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH CONGRATULATION",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x795D, 0x0029 },
+ specials={ "compat", 0x28, 0x795D, 0x29 },
unicodeslot=0x3237,
},
[0x3238]={
@@ -92409,7 +95242,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH LABOR",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x52B4, 0x0029 },
+ specials={ "compat", 0x28, 0x52B4, 0x29 },
unicodeslot=0x3238,
},
[0x3239]={
@@ -92419,7 +95252,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH REPRESENT",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x4EE3, 0x0029 },
+ specials={ "compat", 0x28, 0x4EE3, 0x29 },
unicodeslot=0x3239,
},
[0x323A]={
@@ -92429,7 +95262,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH CALL",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x547C, 0x0029 },
+ specials={ "compat", 0x28, 0x547C, 0x29 },
unicodeslot=0x323A,
},
[0x323B]={
@@ -92439,7 +95272,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH STUDY",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x5B66, 0x0029 },
+ specials={ "compat", 0x28, 0x5B66, 0x29 },
unicodeslot=0x323B,
},
[0x323C]={
@@ -92449,7 +95282,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH SUPERVISE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x76E3, 0x0029 },
+ specials={ "compat", 0x28, 0x76E3, 0x29 },
unicodeslot=0x323C,
},
[0x323D]={
@@ -92459,7 +95292,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH ENTERPRISE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x4F01, 0x0029 },
+ specials={ "compat", 0x28, 0x4F01, 0x29 },
unicodeslot=0x323D,
},
[0x323E]={
@@ -92469,7 +95302,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH RESOURCE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x8CC7, 0x0029 },
+ specials={ "compat", 0x28, 0x8CC7, 0x29 },
unicodeslot=0x323E,
},
[0x323F]={
@@ -92479,7 +95312,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH ALLIANCE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x5354, 0x0029 },
+ specials={ "compat", 0x28, 0x5354, 0x29 },
unicodeslot=0x323F,
},
[0x3240]={
@@ -92489,7 +95322,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH FESTIVAL",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x796D, 0x0029 },
+ specials={ "compat", 0x28, 0x796D, 0x29 },
unicodeslot=0x3240,
},
[0x3241]={
@@ -92498,7 +95331,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH REST",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x4F11, 0x0029 },
+ specials={ "compat", 0x28, 0x4F11, 0x29 },
unicodeslot=0x3241,
},
[0x3242]={
@@ -92508,7 +95341,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH SELF",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x81EA, 0x0029 },
+ specials={ "compat", 0x28, 0x81EA, 0x29 },
unicodeslot=0x3242,
},
[0x3243]={
@@ -92518,7 +95351,7 @@ characters.data={
description="PARENTHESIZED IDEOGRAPH REACH",
direction="l",
linebreak="id",
- specials={ "compat", 0x0028, 0x81F3, 0x0029 },
+ specials={ "compat", 0x28, 0x81F3, 0x29 },
unicodeslot=0x3243,
},
[0x3244]={
@@ -92627,7 +95460,7 @@ characters.data={
description="PARTNERSHIP SIGN",
direction="on",
linebreak="id",
- specials={ "square", 0x0050, 0x0054, 0x0045 },
+ specials={ "square", 0x50, 0x54, 0x45 },
unicodeslot=0x3250,
},
[0x3251]={
@@ -92636,7 +95469,7 @@ characters.data={
description="CIRCLED NUMBER TWENTY ONE",
direction="on",
linebreak="id",
- specials={ "circle", 0x0032, 0x0031 },
+ specials={ "circle", 0x32, 0x31 },
unicodeslot=0x3251,
},
[0x3252]={
@@ -92645,7 +95478,7 @@ characters.data={
description="CIRCLED NUMBER TWENTY TWO",
direction="on",
linebreak="id",
- specials={ "circle", 0x0032, 0x0032 },
+ specials={ "circle", 0x32, 0x32 },
unicodeslot=0x3252,
},
[0x3253]={
@@ -92654,7 +95487,7 @@ characters.data={
description="CIRCLED NUMBER TWENTY THREE",
direction="on",
linebreak="id",
- specials={ "circle", 0x0032, 0x0033 },
+ specials={ "circle", 0x32, 0x33 },
unicodeslot=0x3253,
},
[0x3254]={
@@ -92663,7 +95496,7 @@ characters.data={
description="CIRCLED NUMBER TWENTY FOUR",
direction="on",
linebreak="id",
- specials={ "circle", 0x0032, 0x0034 },
+ specials={ "circle", 0x32, 0x34 },
unicodeslot=0x3254,
},
[0x3255]={
@@ -92672,7 +95505,7 @@ characters.data={
description="CIRCLED NUMBER TWENTY FIVE",
direction="on",
linebreak="id",
- specials={ "circle", 0x0032, 0x0035 },
+ specials={ "circle", 0x32, 0x35 },
unicodeslot=0x3255,
},
[0x3256]={
@@ -92681,7 +95514,7 @@ characters.data={
description="CIRCLED NUMBER TWENTY SIX",
direction="on",
linebreak="id",
- specials={ "circle", 0x0032, 0x0036 },
+ specials={ "circle", 0x32, 0x36 },
unicodeslot=0x3256,
},
[0x3257]={
@@ -92690,7 +95523,7 @@ characters.data={
description="CIRCLED NUMBER TWENTY SEVEN",
direction="on",
linebreak="id",
- specials={ "circle", 0x0032, 0x0037 },
+ specials={ "circle", 0x32, 0x37 },
unicodeslot=0x3257,
},
[0x3258]={
@@ -92699,7 +95532,7 @@ characters.data={
description="CIRCLED NUMBER TWENTY EIGHT",
direction="on",
linebreak="id",
- specials={ "circle", 0x0032, 0x0038 },
+ specials={ "circle", 0x32, 0x38 },
unicodeslot=0x3258,
},
[0x3259]={
@@ -92708,7 +95541,7 @@ characters.data={
description="CIRCLED NUMBER TWENTY NINE",
direction="on",
linebreak="id",
- specials={ "circle", 0x0032, 0x0039 },
+ specials={ "circle", 0x32, 0x39 },
unicodeslot=0x3259,
},
[0x325A]={
@@ -92717,7 +95550,7 @@ characters.data={
description="CIRCLED NUMBER THIRTY",
direction="on",
linebreak="id",
- specials={ "circle", 0x0033, 0x0030 },
+ specials={ "circle", 0x33, 0x30 },
unicodeslot=0x325A,
},
[0x325B]={
@@ -92726,7 +95559,7 @@ characters.data={
description="CIRCLED NUMBER THIRTY ONE",
direction="on",
linebreak="id",
- specials={ "circle", 0x0033, 0x0031 },
+ specials={ "circle", 0x33, 0x31 },
unicodeslot=0x325B,
},
[0x325C]={
@@ -92735,7 +95568,7 @@ characters.data={
description="CIRCLED NUMBER THIRTY TWO",
direction="on",
linebreak="id",
- specials={ "circle", 0x0033, 0x0032 },
+ specials={ "circle", 0x33, 0x32 },
unicodeslot=0x325C,
},
[0x325D]={
@@ -92744,7 +95577,7 @@ characters.data={
description="CIRCLED NUMBER THIRTY THREE",
direction="on",
linebreak="id",
- specials={ "circle", 0x0033, 0x0033 },
+ specials={ "circle", 0x33, 0x33 },
unicodeslot=0x325D,
},
[0x325E]={
@@ -92753,7 +95586,7 @@ characters.data={
description="CIRCLED NUMBER THIRTY FOUR",
direction="on",
linebreak="id",
- specials={ "circle", 0x0033, 0x0034 },
+ specials={ "circle", 0x33, 0x34 },
unicodeslot=0x325E,
},
[0x325F]={
@@ -92762,7 +95595,7 @@ characters.data={
description="CIRCLED NUMBER THIRTY FIVE",
direction="on",
linebreak="id",
- specials={ "circle", 0x0033, 0x0035 },
+ specials={ "circle", 0x33, 0x35 },
unicodeslot=0x325F,
},
[0x3260]={
@@ -93556,7 +96389,7 @@ characters.data={
description="CIRCLED NUMBER THIRTY SIX",
direction="on",
linebreak="id",
- specials={ "circle", 0x0033, 0x0036 },
+ specials={ "circle", 0x33, 0x36 },
unicodeslot=0x32B1,
},
[0x32B2]={
@@ -93565,7 +96398,7 @@ characters.data={
description="CIRCLED NUMBER THIRTY SEVEN",
direction="on",
linebreak="id",
- specials={ "circle", 0x0033, 0x0037 },
+ specials={ "circle", 0x33, 0x37 },
unicodeslot=0x32B2,
},
[0x32B3]={
@@ -93574,7 +96407,7 @@ characters.data={
description="CIRCLED NUMBER THIRTY EIGHT",
direction="on",
linebreak="id",
- specials={ "circle", 0x0033, 0x0038 },
+ specials={ "circle", 0x33, 0x38 },
unicodeslot=0x32B3,
},
[0x32B4]={
@@ -93583,7 +96416,7 @@ characters.data={
description="CIRCLED NUMBER THIRTY NINE",
direction="on",
linebreak="id",
- specials={ "circle", 0x0033, 0x0039 },
+ specials={ "circle", 0x33, 0x39 },
unicodeslot=0x32B4,
},
[0x32B5]={
@@ -93592,7 +96425,7 @@ characters.data={
description="CIRCLED NUMBER FORTY",
direction="on",
linebreak="id",
- specials={ "circle", 0x0034, 0x0030 },
+ specials={ "circle", 0x34, 0x30 },
unicodeslot=0x32B5,
},
[0x32B6]={
@@ -93601,7 +96434,7 @@ characters.data={
description="CIRCLED NUMBER FORTY ONE",
direction="on",
linebreak="id",
- specials={ "circle", 0x0034, 0x0031 },
+ specials={ "circle", 0x34, 0x31 },
unicodeslot=0x32B6,
},
[0x32B7]={
@@ -93610,7 +96443,7 @@ characters.data={
description="CIRCLED NUMBER FORTY TWO",
direction="on",
linebreak="id",
- specials={ "circle", 0x0034, 0x0032 },
+ specials={ "circle", 0x34, 0x32 },
unicodeslot=0x32B7,
},
[0x32B8]={
@@ -93619,7 +96452,7 @@ characters.data={
description="CIRCLED NUMBER FORTY THREE",
direction="on",
linebreak="id",
- specials={ "circle", 0x0034, 0x0033 },
+ specials={ "circle", 0x34, 0x33 },
unicodeslot=0x32B8,
},
[0x32B9]={
@@ -93628,7 +96461,7 @@ characters.data={
description="CIRCLED NUMBER FORTY FOUR",
direction="on",
linebreak="id",
- specials={ "circle", 0x0034, 0x0034 },
+ specials={ "circle", 0x34, 0x34 },
unicodeslot=0x32B9,
},
[0x32BA]={
@@ -93637,7 +96470,7 @@ characters.data={
description="CIRCLED NUMBER FORTY FIVE",
direction="on",
linebreak="id",
- specials={ "circle", 0x0034, 0x0035 },
+ specials={ "circle", 0x34, 0x35 },
unicodeslot=0x32BA,
},
[0x32BB]={
@@ -93646,7 +96479,7 @@ characters.data={
description="CIRCLED NUMBER FORTY SIX",
direction="on",
linebreak="id",
- specials={ "circle", 0x0034, 0x0036 },
+ specials={ "circle", 0x34, 0x36 },
unicodeslot=0x32BB,
},
[0x32BC]={
@@ -93655,7 +96488,7 @@ characters.data={
description="CIRCLED NUMBER FORTY SEVEN",
direction="on",
linebreak="id",
- specials={ "circle", 0x0034, 0x0037 },
+ specials={ "circle", 0x34, 0x37 },
unicodeslot=0x32BC,
},
[0x32BD]={
@@ -93664,7 +96497,7 @@ characters.data={
description="CIRCLED NUMBER FORTY EIGHT",
direction="on",
linebreak="id",
- specials={ "circle", 0x0034, 0x0038 },
+ specials={ "circle", 0x34, 0x38 },
unicodeslot=0x32BD,
},
[0x32BE]={
@@ -93673,7 +96506,7 @@ characters.data={
description="CIRCLED NUMBER FORTY NINE",
direction="on",
linebreak="id",
- specials={ "circle", 0x0034, 0x0039 },
+ specials={ "circle", 0x34, 0x39 },
unicodeslot=0x32BE,
},
[0x32BF]={
@@ -93682,7 +96515,7 @@ characters.data={
description="CIRCLED NUMBER FIFTY",
direction="on",
linebreak="id",
- specials={ "circle", 0x0035, 0x0030 },
+ specials={ "circle", 0x35, 0x30 },
unicodeslot=0x32BF,
},
[0x32C0]={
@@ -93691,7 +96524,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR JANUARY",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x6708 },
+ specials={ "compat", 0x31, 0x6708 },
unicodeslot=0x32C0,
},
[0x32C1]={
@@ -93700,7 +96533,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR FEBRUARY",
direction="l",
linebreak="id",
- specials={ "compat", 0x0032, 0x6708 },
+ specials={ "compat", 0x32, 0x6708 },
unicodeslot=0x32C1,
},
[0x32C2]={
@@ -93709,7 +96542,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR MARCH",
direction="l",
linebreak="id",
- specials={ "compat", 0x0033, 0x6708 },
+ specials={ "compat", 0x33, 0x6708 },
unicodeslot=0x32C2,
},
[0x32C3]={
@@ -93718,7 +96551,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR APRIL",
direction="l",
linebreak="id",
- specials={ "compat", 0x0034, 0x6708 },
+ specials={ "compat", 0x34, 0x6708 },
unicodeslot=0x32C3,
},
[0x32C4]={
@@ -93727,7 +96560,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR MAY",
direction="l",
linebreak="id",
- specials={ "compat", 0x0035, 0x6708 },
+ specials={ "compat", 0x35, 0x6708 },
unicodeslot=0x32C4,
},
[0x32C5]={
@@ -93736,7 +96569,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR JUNE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0036, 0x6708 },
+ specials={ "compat", 0x36, 0x6708 },
unicodeslot=0x32C5,
},
[0x32C6]={
@@ -93745,7 +96578,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR JULY",
direction="l",
linebreak="id",
- specials={ "compat", 0x0037, 0x6708 },
+ specials={ "compat", 0x37, 0x6708 },
unicodeslot=0x32C6,
},
[0x32C7]={
@@ -93754,7 +96587,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR AUGUST",
direction="l",
linebreak="id",
- specials={ "compat", 0x0038, 0x6708 },
+ specials={ "compat", 0x38, 0x6708 },
unicodeslot=0x32C7,
},
[0x32C8]={
@@ -93763,7 +96596,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR SEPTEMBER",
direction="l",
linebreak="id",
- specials={ "compat", 0x0039, 0x6708 },
+ specials={ "compat", 0x39, 0x6708 },
unicodeslot=0x32C8,
},
[0x32C9]={
@@ -93772,7 +96605,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR OCTOBER",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x0030, 0x6708 },
+ specials={ "compat", 0x31, 0x30, 0x6708 },
unicodeslot=0x32C9,
},
[0x32CA]={
@@ -93781,7 +96614,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR NOVEMBER",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x0031, 0x6708 },
+ specials={ "compat", 0x31, 0x31, 0x6708 },
unicodeslot=0x32CA,
},
[0x32CB]={
@@ -93790,7 +96623,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DECEMBER",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x0032, 0x6708 },
+ specials={ "compat", 0x31, 0x32, 0x6708 },
unicodeslot=0x32CB,
},
[0x32CC]={
@@ -93799,7 +96632,7 @@ characters.data={
description="SQUARE HG",
direction="on",
linebreak="id",
- specials={ "square", 0x0048, 0x0067 },
+ specials={ "square", 0x48, 0x67 },
unicodeslot=0x32CC,
},
[0x32CD]={
@@ -93808,7 +96641,7 @@ characters.data={
description="SQUARE ERG",
direction="on",
linebreak="id",
- specials={ "square", 0x0065, 0x0072, 0x0067 },
+ specials={ "square", 0x65, 0x72, 0x67 },
unicodeslot=0x32CD,
},
[0x32CE]={
@@ -93817,7 +96650,7 @@ characters.data={
description="SQUARE EV",
direction="on",
linebreak="id",
- specials={ "square", 0x0065, 0x0056 },
+ specials={ "square", 0x65, 0x56 },
unicodeslot=0x32CE,
},
[0x32CF]={
@@ -93826,7 +96659,7 @@ characters.data={
description="LIMITED LIABILITY SIGN",
direction="on",
linebreak="id",
- specials={ "square", 0x004C, 0x0054, 0x0044 },
+ specials={ "square", 0x4C, 0x54, 0x44 },
unicodeslot=0x32CF,
},
[0x32D0]={
@@ -95078,7 +97911,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ZERO",
direction="l",
linebreak="id",
- specials={ "compat", 0x0030, 0x70B9 },
+ specials={ "compat", 0x30, 0x70B9 },
unicodeslot=0x3358,
},
[0x3359]={
@@ -95087,7 +97920,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ONE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x70B9 },
+ specials={ "compat", 0x31, 0x70B9 },
unicodeslot=0x3359,
},
[0x335A]={
@@ -95096,7 +97929,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWO",
direction="l",
linebreak="id",
- specials={ "compat", 0x0032, 0x70B9 },
+ specials={ "compat", 0x32, 0x70B9 },
unicodeslot=0x335A,
},
[0x335B]={
@@ -95105,7 +97938,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR THREE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0033, 0x70B9 },
+ specials={ "compat", 0x33, 0x70B9 },
unicodeslot=0x335B,
},
[0x335C]={
@@ -95114,7 +97947,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FOUR",
direction="l",
linebreak="id",
- specials={ "compat", 0x0034, 0x70B9 },
+ specials={ "compat", 0x34, 0x70B9 },
unicodeslot=0x335C,
},
[0x335D]={
@@ -95123,7 +97956,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FIVE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0035, 0x70B9 },
+ specials={ "compat", 0x35, 0x70B9 },
unicodeslot=0x335D,
},
[0x335E]={
@@ -95132,7 +97965,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SIX",
direction="l",
linebreak="id",
- specials={ "compat", 0x0036, 0x70B9 },
+ specials={ "compat", 0x36, 0x70B9 },
unicodeslot=0x335E,
},
[0x335F]={
@@ -95141,7 +97974,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SEVEN",
direction="l",
linebreak="id",
- specials={ "compat", 0x0037, 0x70B9 },
+ specials={ "compat", 0x37, 0x70B9 },
unicodeslot=0x335F,
},
[0x3360]={
@@ -95150,7 +97983,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR EIGHT",
direction="l",
linebreak="id",
- specials={ "compat", 0x0038, 0x70B9 },
+ specials={ "compat", 0x38, 0x70B9 },
unicodeslot=0x3360,
},
[0x3361]={
@@ -95159,7 +97992,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR NINE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0039, 0x70B9 },
+ specials={ "compat", 0x39, 0x70B9 },
unicodeslot=0x3361,
},
[0x3362]={
@@ -95168,7 +98001,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TEN",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x0030, 0x70B9 },
+ specials={ "compat", 0x31, 0x30, 0x70B9 },
unicodeslot=0x3362,
},
[0x3363]={
@@ -95177,7 +98010,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ELEVEN",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x0031, 0x70B9 },
+ specials={ "compat", 0x31, 0x31, 0x70B9 },
unicodeslot=0x3363,
},
[0x3364]={
@@ -95186,7 +98019,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWELVE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x0032, 0x70B9 },
+ specials={ "compat", 0x31, 0x32, 0x70B9 },
unicodeslot=0x3364,
},
[0x3365]={
@@ -95195,7 +98028,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR THIRTEEN",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x0033, 0x70B9 },
+ specials={ "compat", 0x31, 0x33, 0x70B9 },
unicodeslot=0x3365,
},
[0x3366]={
@@ -95204,7 +98037,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FOURTEEN",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x0034, 0x70B9 },
+ specials={ "compat", 0x31, 0x34, 0x70B9 },
unicodeslot=0x3366,
},
[0x3367]={
@@ -95213,7 +98046,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FIFTEEN",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x0035, 0x70B9 },
+ specials={ "compat", 0x31, 0x35, 0x70B9 },
unicodeslot=0x3367,
},
[0x3368]={
@@ -95222,7 +98055,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SIXTEEN",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x0036, 0x70B9 },
+ specials={ "compat", 0x31, 0x36, 0x70B9 },
unicodeslot=0x3368,
},
[0x3369]={
@@ -95231,7 +98064,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SEVENTEEN",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x0037, 0x70B9 },
+ specials={ "compat", 0x31, 0x37, 0x70B9 },
unicodeslot=0x3369,
},
[0x336A]={
@@ -95240,7 +98073,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR EIGHTEEN",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x0038, 0x70B9 },
+ specials={ "compat", 0x31, 0x38, 0x70B9 },
unicodeslot=0x336A,
},
[0x336B]={
@@ -95249,7 +98082,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR NINETEEN",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x0039, 0x70B9 },
+ specials={ "compat", 0x31, 0x39, 0x70B9 },
unicodeslot=0x336B,
},
[0x336C]={
@@ -95258,7 +98091,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY",
direction="l",
linebreak="id",
- specials={ "compat", 0x0032, 0x0030, 0x70B9 },
+ specials={ "compat", 0x32, 0x30, 0x70B9 },
unicodeslot=0x336C,
},
[0x336D]={
@@ -95267,7 +98100,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-ONE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0032, 0x0031, 0x70B9 },
+ specials={ "compat", 0x32, 0x31, 0x70B9 },
unicodeslot=0x336D,
},
[0x336E]={
@@ -95276,7 +98109,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-TWO",
direction="l",
linebreak="id",
- specials={ "compat", 0x0032, 0x0032, 0x70B9 },
+ specials={ "compat", 0x32, 0x32, 0x70B9 },
unicodeslot=0x336E,
},
[0x336F]={
@@ -95285,7 +98118,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-THREE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0032, 0x0033, 0x70B9 },
+ specials={ "compat", 0x32, 0x33, 0x70B9 },
unicodeslot=0x336F,
},
[0x3370]={
@@ -95294,7 +98127,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-FOUR",
direction="l",
linebreak="id",
- specials={ "compat", 0x0032, 0x0034, 0x70B9 },
+ specials={ "compat", 0x32, 0x34, 0x70B9 },
unicodeslot=0x3370,
},
[0x3371]={
@@ -95303,7 +98136,7 @@ characters.data={
description="SQUARE HPA",
direction="l",
linebreak="id",
- specials={ "square", 0x0068, 0x0050, 0x0061 },
+ specials={ "square", 0x68, 0x50, 0x61 },
unicodeslot=0x3371,
},
[0x3372]={
@@ -95312,7 +98145,7 @@ characters.data={
description="SQUARE DA",
direction="l",
linebreak="id",
- specials={ "square", 0x0064, 0x0061 },
+ specials={ "square", 0x64, 0x61 },
unicodeslot=0x3372,
},
[0x3373]={
@@ -95321,7 +98154,7 @@ characters.data={
description="SQUARE AU",
direction="l",
linebreak="id",
- specials={ "square", 0x0041, 0x0055 },
+ specials={ "square", 0x41, 0x55 },
unicodeslot=0x3373,
},
[0x3374]={
@@ -95330,7 +98163,7 @@ characters.data={
description="SQUARE BAR",
direction="l",
linebreak="id",
- specials={ "square", 0x0062, 0x0061, 0x0072 },
+ specials={ "square", 0x62, 0x61, 0x72 },
unicodeslot=0x3374,
},
[0x3375]={
@@ -95339,7 +98172,7 @@ characters.data={
description="SQUARE OV",
direction="l",
linebreak="id",
- specials={ "square", 0x006F, 0x0056 },
+ specials={ "square", 0x6F, 0x56 },
unicodeslot=0x3375,
},
[0x3376]={
@@ -95348,7 +98181,7 @@ characters.data={
description="SQUARE PC",
direction="l",
linebreak="id",
- specials={ "square", 0x0070, 0x0063 },
+ specials={ "square", 0x70, 0x63 },
unicodeslot=0x3376,
},
[0x3377]={
@@ -95357,7 +98190,7 @@ characters.data={
description="SQUARE DM",
direction="on",
linebreak="id",
- specials={ "square", 0x0064, 0x006D },
+ specials={ "square", 0x64, 0x6D },
unicodeslot=0x3377,
},
[0x3378]={
@@ -95366,7 +98199,7 @@ characters.data={
description="SQUARE DM SQUARED",
direction="on",
linebreak="id",
- specials={ "square", 0x0064, 0x006D, 0x00B2 },
+ specials={ "square", 0x64, 0x6D, 0xB2 },
unicodeslot=0x3378,
},
[0x3379]={
@@ -95375,7 +98208,7 @@ characters.data={
description="SQUARE DM CUBED",
direction="on",
linebreak="id",
- specials={ "square", 0x0064, 0x006D, 0x00B3 },
+ specials={ "square", 0x64, 0x6D, 0xB3 },
unicodeslot=0x3379,
},
[0x337A]={
@@ -95384,7 +98217,7 @@ characters.data={
description="SQUARE IU",
direction="on",
linebreak="id",
- specials={ "square", 0x0049, 0x0055 },
+ specials={ "square", 0x49, 0x55 },
unicodeslot=0x337A,
},
[0x337B]={
@@ -95444,7 +98277,7 @@ characters.data={
description="SQUARE PA AMPS",
direction="l",
linebreak="id",
- specials={ "square", 0x0070, 0x0041 },
+ specials={ "square", 0x70, 0x41 },
unicodeslot=0x3380,
},
[0x3381]={
@@ -95454,7 +98287,7 @@ characters.data={
description="SQUARE NA",
direction="l",
linebreak="id",
- specials={ "square", 0x006E, 0x0041 },
+ specials={ "square", 0x6E, 0x41 },
unicodeslot=0x3381,
},
[0x3382]={
@@ -95464,7 +98297,7 @@ characters.data={
description="SQUARE MU A",
direction="l",
linebreak="id",
- specials={ "square", 0x03BC, 0x0041 },
+ specials={ "square", 0x3BC, 0x41 },
unicodeslot=0x3382,
},
[0x3383]={
@@ -95474,7 +98307,7 @@ characters.data={
description="SQUARE MA",
direction="l",
linebreak="id",
- specials={ "square", 0x006D, 0x0041 },
+ specials={ "square", 0x6D, 0x41 },
unicodeslot=0x3383,
},
[0x3384]={
@@ -95484,7 +98317,7 @@ characters.data={
description="SQUARE KA",
direction="l",
linebreak="id",
- specials={ "square", 0x006B, 0x0041 },
+ specials={ "square", 0x6B, 0x41 },
unicodeslot=0x3384,
},
[0x3385]={
@@ -95494,7 +98327,7 @@ characters.data={
description="SQUARE KB",
direction="l",
linebreak="id",
- specials={ "square", 0x004B, 0x0042 },
+ specials={ "square", 0x4B, 0x42 },
unicodeslot=0x3385,
},
[0x3386]={
@@ -95504,7 +98337,7 @@ characters.data={
description="SQUARE MB",
direction="l",
linebreak="id",
- specials={ "square", 0x004D, 0x0042 },
+ specials={ "square", 0x4D, 0x42 },
unicodeslot=0x3386,
},
[0x3387]={
@@ -95514,7 +98347,7 @@ characters.data={
description="SQUARE GB",
direction="l",
linebreak="id",
- specials={ "square", 0x0047, 0x0042 },
+ specials={ "square", 0x47, 0x42 },
unicodeslot=0x3387,
},
[0x3388]={
@@ -95524,7 +98357,7 @@ characters.data={
description="SQUARE CAL",
direction="l",
linebreak="id",
- specials={ "square", 0x0063, 0x0061, 0x006C },
+ specials={ "square", 0x63, 0x61, 0x6C },
unicodeslot=0x3388,
},
[0x3389]={
@@ -95534,7 +98367,7 @@ characters.data={
description="SQUARE KCAL",
direction="l",
linebreak="id",
- specials={ "square", 0x006B, 0x0063, 0x0061, 0x006C },
+ specials={ "square", 0x6B, 0x63, 0x61, 0x6C },
unicodeslot=0x3389,
},
[0x338A]={
@@ -95544,7 +98377,7 @@ characters.data={
description="SQUARE PF",
direction="l",
linebreak="id",
- specials={ "square", 0x0070, 0x0046 },
+ specials={ "square", 0x70, 0x46 },
unicodeslot=0x338A,
},
[0x338B]={
@@ -95554,7 +98387,7 @@ characters.data={
description="SQUARE NF",
direction="l",
linebreak="id",
- specials={ "square", 0x006E, 0x0046 },
+ specials={ "square", 0x6E, 0x46 },
unicodeslot=0x338B,
},
[0x338C]={
@@ -95564,7 +98397,7 @@ characters.data={
description="SQUARE MU F",
direction="l",
linebreak="id",
- specials={ "square", 0x03BC, 0x0046 },
+ specials={ "square", 0x3BC, 0x46 },
unicodeslot=0x338C,
},
[0x338D]={
@@ -95574,7 +98407,7 @@ characters.data={
description="SQUARE MU G",
direction="l",
linebreak="id",
- specials={ "square", 0x03BC, 0x0067 },
+ specials={ "square", 0x3BC, 0x67 },
unicodeslot=0x338D,
},
[0x338E]={
@@ -95584,7 +98417,7 @@ characters.data={
description="SQUARE MG",
direction="l",
linebreak="id",
- specials={ "square", 0x006D, 0x0067 },
+ specials={ "square", 0x6D, 0x67 },
unicodeslot=0x338E,
},
[0x338F]={
@@ -95594,7 +98427,7 @@ characters.data={
description="SQUARE KG",
direction="l",
linebreak="id",
- specials={ "square", 0x006B, 0x0067 },
+ specials={ "square", 0x6B, 0x67 },
unicodeslot=0x338F,
},
[0x3390]={
@@ -95604,7 +98437,7 @@ characters.data={
description="SQUARE HZ",
direction="l",
linebreak="id",
- specials={ "square", 0x0048, 0x007A },
+ specials={ "square", 0x48, 0x7A },
unicodeslot=0x3390,
},
[0x3391]={
@@ -95614,7 +98447,7 @@ characters.data={
description="SQUARE KHZ",
direction="l",
linebreak="id",
- specials={ "square", 0x006B, 0x0048, 0x007A },
+ specials={ "square", 0x6B, 0x48, 0x7A },
unicodeslot=0x3391,
},
[0x3392]={
@@ -95624,7 +98457,7 @@ characters.data={
description="SQUARE MHZ",
direction="l",
linebreak="id",
- specials={ "square", 0x004D, 0x0048, 0x007A },
+ specials={ "square", 0x4D, 0x48, 0x7A },
unicodeslot=0x3392,
},
[0x3393]={
@@ -95634,7 +98467,7 @@ characters.data={
description="SQUARE GHZ",
direction="l",
linebreak="id",
- specials={ "square", 0x0047, 0x0048, 0x007A },
+ specials={ "square", 0x47, 0x48, 0x7A },
unicodeslot=0x3393,
},
[0x3394]={
@@ -95644,7 +98477,7 @@ characters.data={
description="SQUARE THZ",
direction="l",
linebreak="id",
- specials={ "square", 0x0054, 0x0048, 0x007A },
+ specials={ "square", 0x54, 0x48, 0x7A },
unicodeslot=0x3394,
},
[0x3395]={
@@ -95654,7 +98487,7 @@ characters.data={
description="SQUARE MU L",
direction="l",
linebreak="id",
- specials={ "square", 0x03BC, 0x2113 },
+ specials={ "square", 0x3BC, 0x2113 },
unicodeslot=0x3395,
},
[0x3396]={
@@ -95664,7 +98497,7 @@ characters.data={
description="SQUARE ML",
direction="l",
linebreak="id",
- specials={ "square", 0x006D, 0x2113 },
+ specials={ "square", 0x6D, 0x2113 },
unicodeslot=0x3396,
},
[0x3397]={
@@ -95674,7 +98507,7 @@ characters.data={
description="SQUARE DL",
direction="l",
linebreak="id",
- specials={ "square", 0x0064, 0x2113 },
+ specials={ "square", 0x64, 0x2113 },
unicodeslot=0x3397,
},
[0x3398]={
@@ -95684,7 +98517,7 @@ characters.data={
description="SQUARE KL",
direction="l",
linebreak="id",
- specials={ "square", 0x006B, 0x2113 },
+ specials={ "square", 0x6B, 0x2113 },
unicodeslot=0x3398,
},
[0x3399]={
@@ -95694,7 +98527,7 @@ characters.data={
description="SQUARE FM",
direction="l",
linebreak="id",
- specials={ "square", 0x0066, 0x006D },
+ specials={ "square", 0x66, 0x6D },
unicodeslot=0x3399,
},
[0x339A]={
@@ -95704,7 +98537,7 @@ characters.data={
description="SQUARE NM",
direction="l",
linebreak="id",
- specials={ "square", 0x006E, 0x006D },
+ specials={ "square", 0x6E, 0x6D },
unicodeslot=0x339A,
},
[0x339B]={
@@ -95714,7 +98547,7 @@ characters.data={
description="SQUARE MU M",
direction="l",
linebreak="id",
- specials={ "square", 0x03BC, 0x006D },
+ specials={ "square", 0x3BC, 0x6D },
unicodeslot=0x339B,
},
[0x339C]={
@@ -95724,7 +98557,7 @@ characters.data={
description="SQUARE MM",
direction="l",
linebreak="id",
- specials={ "square", 0x006D, 0x006D },
+ specials={ "square", 0x6D, 0x6D },
unicodeslot=0x339C,
},
[0x339D]={
@@ -95734,7 +98567,7 @@ characters.data={
description="SQUARE CM",
direction="l",
linebreak="id",
- specials={ "square", 0x0063, 0x006D },
+ specials={ "square", 0x63, 0x6D },
unicodeslot=0x339D,
},
[0x339E]={
@@ -95744,7 +98577,7 @@ characters.data={
description="SQUARE KM",
direction="l",
linebreak="id",
- specials={ "square", 0x006B, 0x006D },
+ specials={ "square", 0x6B, 0x6D },
unicodeslot=0x339E,
},
[0x339F]={
@@ -95754,7 +98587,7 @@ characters.data={
description="SQUARE MM SQUARED",
direction="l",
linebreak="id",
- specials={ "square", 0x006D, 0x006D, 0x00B2 },
+ specials={ "square", 0x6D, 0x6D, 0xB2 },
unicodeslot=0x339F,
},
[0x33A0]={
@@ -95764,7 +98597,7 @@ characters.data={
description="SQUARE CM SQUARED",
direction="l",
linebreak="id",
- specials={ "square", 0x0063, 0x006D, 0x00B2 },
+ specials={ "square", 0x63, 0x6D, 0xB2 },
unicodeslot=0x33A0,
},
[0x33A1]={
@@ -95774,7 +98607,7 @@ characters.data={
description="SQUARE M SQUARED",
direction="l",
linebreak="id",
- specials={ "square", 0x006D, 0x00B2 },
+ specials={ "square", 0x6D, 0xB2 },
unicodeslot=0x33A1,
},
[0x33A2]={
@@ -95784,7 +98617,7 @@ characters.data={
description="SQUARE KM SQUARED",
direction="l",
linebreak="id",
- specials={ "square", 0x006B, 0x006D, 0x00B2 },
+ specials={ "square", 0x6B, 0x6D, 0xB2 },
unicodeslot=0x33A2,
},
[0x33A3]={
@@ -95794,7 +98627,7 @@ characters.data={
description="SQUARE MM CUBED",
direction="l",
linebreak="id",
- specials={ "square", 0x006D, 0x006D, 0x00B3 },
+ specials={ "square", 0x6D, 0x6D, 0xB3 },
unicodeslot=0x33A3,
},
[0x33A4]={
@@ -95804,7 +98637,7 @@ characters.data={
description="SQUARE CM CUBED",
direction="l",
linebreak="id",
- specials={ "square", 0x0063, 0x006D, 0x00B3 },
+ specials={ "square", 0x63, 0x6D, 0xB3 },
unicodeslot=0x33A4,
},
[0x33A5]={
@@ -95814,7 +98647,7 @@ characters.data={
description="SQUARE M CUBED",
direction="l",
linebreak="id",
- specials={ "square", 0x006D, 0x00B3 },
+ specials={ "square", 0x6D, 0xB3 },
unicodeslot=0x33A5,
},
[0x33A6]={
@@ -95824,7 +98657,7 @@ characters.data={
description="SQUARE KM CUBED",
direction="l",
linebreak="id",
- specials={ "square", 0x006B, 0x006D, 0x00B3 },
+ specials={ "square", 0x6B, 0x6D, 0xB3 },
unicodeslot=0x33A6,
},
[0x33A7]={
@@ -95834,7 +98667,7 @@ characters.data={
description="SQUARE M OVER S",
direction="l",
linebreak="id",
- specials={ "square", 0x006D, 0x2215, 0x0073 },
+ specials={ "square", 0x6D, 0x2215, 0x73 },
unicodeslot=0x33A7,
},
[0x33A8]={
@@ -95844,7 +98677,7 @@ characters.data={
description="SQUARE M OVER S SQUARED",
direction="l",
linebreak="id",
- specials={ "square", 0x006D, 0x2215, 0x0073, 0x00B2 },
+ specials={ "square", 0x6D, 0x2215, 0x73, 0xB2 },
unicodeslot=0x33A8,
},
[0x33A9]={
@@ -95854,7 +98687,7 @@ characters.data={
description="SQUARE PA",
direction="l",
linebreak="id",
- specials={ "square", 0x0050, 0x0061 },
+ specials={ "square", 0x50, 0x61 },
unicodeslot=0x33A9,
},
[0x33AA]={
@@ -95864,7 +98697,7 @@ characters.data={
description="SQUARE KPA",
direction="l",
linebreak="id",
- specials={ "square", 0x006B, 0x0050, 0x0061 },
+ specials={ "square", 0x6B, 0x50, 0x61 },
unicodeslot=0x33AA,
},
[0x33AB]={
@@ -95874,7 +98707,7 @@ characters.data={
description="SQUARE MPA",
direction="l",
linebreak="id",
- specials={ "square", 0x004D, 0x0050, 0x0061 },
+ specials={ "square", 0x4D, 0x50, 0x61 },
unicodeslot=0x33AB,
},
[0x33AC]={
@@ -95884,7 +98717,7 @@ characters.data={
description="SQUARE GPA",
direction="l",
linebreak="id",
- specials={ "square", 0x0047, 0x0050, 0x0061 },
+ specials={ "square", 0x47, 0x50, 0x61 },
unicodeslot=0x33AC,
},
[0x33AD]={
@@ -95894,7 +98727,7 @@ characters.data={
description="SQUARE RAD",
direction="l",
linebreak="id",
- specials={ "square", 0x0072, 0x0061, 0x0064 },
+ specials={ "square", 0x72, 0x61, 0x64 },
unicodeslot=0x33AD,
},
[0x33AE]={
@@ -95904,7 +98737,7 @@ characters.data={
description="SQUARE RAD OVER S",
direction="l",
linebreak="id",
- specials={ "square", 0x0072, 0x0061, 0x0064, 0x2215, 0x0073 },
+ specials={ "square", 0x72, 0x61, 0x64, 0x2215, 0x73 },
unicodeslot=0x33AE,
},
[0x33AF]={
@@ -95914,7 +98747,7 @@ characters.data={
description="SQUARE RAD OVER S SQUARED",
direction="l",
linebreak="id",
- specials={ "square", 0x0072, 0x0061, 0x0064, 0x2215, 0x0073, 0x00B2 },
+ specials={ "square", 0x72, 0x61, 0x64, 0x2215, 0x73, 0xB2 },
unicodeslot=0x33AF,
},
[0x33B0]={
@@ -95924,7 +98757,7 @@ characters.data={
description="SQUARE PS",
direction="l",
linebreak="id",
- specials={ "square", 0x0070, 0x0073 },
+ specials={ "square", 0x70, 0x73 },
unicodeslot=0x33B0,
},
[0x33B1]={
@@ -95934,7 +98767,7 @@ characters.data={
description="SQUARE NS",
direction="l",
linebreak="id",
- specials={ "square", 0x006E, 0x0073 },
+ specials={ "square", 0x6E, 0x73 },
unicodeslot=0x33B1,
},
[0x33B2]={
@@ -95944,7 +98777,7 @@ characters.data={
description="SQUARE MU S",
direction="l",
linebreak="id",
- specials={ "square", 0x03BC, 0x0073 },
+ specials={ "square", 0x3BC, 0x73 },
unicodeslot=0x33B2,
},
[0x33B3]={
@@ -95954,7 +98787,7 @@ characters.data={
description="SQUARE MS",
direction="l",
linebreak="id",
- specials={ "square", 0x006D, 0x0073 },
+ specials={ "square", 0x6D, 0x73 },
unicodeslot=0x33B3,
},
[0x33B4]={
@@ -95964,7 +98797,7 @@ characters.data={
description="SQUARE PV",
direction="l",
linebreak="id",
- specials={ "square", 0x0070, 0x0056 },
+ specials={ "square", 0x70, 0x56 },
unicodeslot=0x33B4,
},
[0x33B5]={
@@ -95974,7 +98807,7 @@ characters.data={
description="SQUARE NV",
direction="l",
linebreak="id",
- specials={ "square", 0x006E, 0x0056 },
+ specials={ "square", 0x6E, 0x56 },
unicodeslot=0x33B5,
},
[0x33B6]={
@@ -95984,7 +98817,7 @@ characters.data={
description="SQUARE MU V",
direction="l",
linebreak="id",
- specials={ "square", 0x03BC, 0x0056 },
+ specials={ "square", 0x3BC, 0x56 },
unicodeslot=0x33B6,
},
[0x33B7]={
@@ -95994,7 +98827,7 @@ characters.data={
description="SQUARE MV",
direction="l",
linebreak="id",
- specials={ "square", 0x006D, 0x0056 },
+ specials={ "square", 0x6D, 0x56 },
unicodeslot=0x33B7,
},
[0x33B8]={
@@ -96004,7 +98837,7 @@ characters.data={
description="SQUARE KV",
direction="l",
linebreak="id",
- specials={ "square", 0x006B, 0x0056 },
+ specials={ "square", 0x6B, 0x56 },
unicodeslot=0x33B8,
},
[0x33B9]={
@@ -96014,7 +98847,7 @@ characters.data={
description="SQUARE MV MEGA",
direction="l",
linebreak="id",
- specials={ "square", 0x004D, 0x0056 },
+ specials={ "square", 0x4D, 0x56 },
unicodeslot=0x33B9,
},
[0x33BA]={
@@ -96024,7 +98857,7 @@ characters.data={
description="SQUARE PW",
direction="l",
linebreak="id",
- specials={ "square", 0x0070, 0x0057 },
+ specials={ "square", 0x70, 0x57 },
unicodeslot=0x33BA,
},
[0x33BB]={
@@ -96034,7 +98867,7 @@ characters.data={
description="SQUARE NW",
direction="l",
linebreak="id",
- specials={ "square", 0x006E, 0x0057 },
+ specials={ "square", 0x6E, 0x57 },
unicodeslot=0x33BB,
},
[0x33BC]={
@@ -96044,7 +98877,7 @@ characters.data={
description="SQUARE MU W",
direction="l",
linebreak="id",
- specials={ "square", 0x03BC, 0x0057 },
+ specials={ "square", 0x3BC, 0x57 },
unicodeslot=0x33BC,
},
[0x33BD]={
@@ -96054,7 +98887,7 @@ characters.data={
description="SQUARE MW",
direction="l",
linebreak="id",
- specials={ "square", 0x006D, 0x0057 },
+ specials={ "square", 0x6D, 0x57 },
unicodeslot=0x33BD,
},
[0x33BE]={
@@ -96064,7 +98897,7 @@ characters.data={
description="SQUARE KW",
direction="l",
linebreak="id",
- specials={ "square", 0x006B, 0x0057 },
+ specials={ "square", 0x6B, 0x57 },
unicodeslot=0x33BE,
},
[0x33BF]={
@@ -96074,7 +98907,7 @@ characters.data={
description="SQUARE MW MEGA",
direction="l",
linebreak="id",
- specials={ "square", 0x004D, 0x0057 },
+ specials={ "square", 0x4D, 0x57 },
unicodeslot=0x33BF,
},
[0x33C0]={
@@ -96084,7 +98917,7 @@ characters.data={
description="SQUARE K OHM",
direction="l",
linebreak="id",
- specials={ "square", 0x006B, 0x03A9 },
+ specials={ "square", 0x6B, 0x3A9 },
unicodeslot=0x33C0,
},
[0x33C1]={
@@ -96094,7 +98927,7 @@ characters.data={
description="SQUARE M OHM",
direction="l",
linebreak="id",
- specials={ "square", 0x004D, 0x03A9 },
+ specials={ "square", 0x4D, 0x3A9 },
unicodeslot=0x33C1,
},
[0x33C2]={
@@ -96104,7 +98937,7 @@ characters.data={
description="SQUARE AM",
direction="l",
linebreak="id",
- specials={ "square", 0x0061, 0x002E, 0x006D, 0x002E },
+ specials={ "square", 0x61, 0x2E, 0x6D, 0x2E },
unicodeslot=0x33C2,
},
[0x33C3]={
@@ -96114,7 +98947,7 @@ characters.data={
description="SQUARE BQ",
direction="l",
linebreak="id",
- specials={ "square", 0x0042, 0x0071 },
+ specials={ "square", 0x42, 0x71 },
unicodeslot=0x33C3,
},
[0x33C4]={
@@ -96124,7 +98957,7 @@ characters.data={
description="SQUARE CC",
direction="l",
linebreak="id",
- specials={ "square", 0x0063, 0x0063 },
+ specials={ "square", 0x63, 0x63 },
unicodeslot=0x33C4,
},
[0x33C5]={
@@ -96134,7 +98967,7 @@ characters.data={
description="SQUARE CD",
direction="l",
linebreak="id",
- specials={ "square", 0x0063, 0x0064 },
+ specials={ "square", 0x63, 0x64 },
unicodeslot=0x33C5,
},
[0x33C6]={
@@ -96144,7 +98977,7 @@ characters.data={
description="SQUARE C OVER KG",
direction="l",
linebreak="id",
- specials={ "square", 0x0043, 0x2215, 0x006B, 0x0067 },
+ specials={ "square", 0x43, 0x2215, 0x6B, 0x67 },
unicodeslot=0x33C6,
},
[0x33C7]={
@@ -96154,7 +98987,7 @@ characters.data={
description="SQUARE CO",
direction="l",
linebreak="id",
- specials={ "square", 0x0043, 0x006F, 0x002E },
+ specials={ "square", 0x43, 0x6F, 0x2E },
unicodeslot=0x33C7,
},
[0x33C8]={
@@ -96164,7 +98997,7 @@ characters.data={
description="SQUARE DB",
direction="l",
linebreak="id",
- specials={ "square", 0x0064, 0x0042 },
+ specials={ "square", 0x64, 0x42 },
unicodeslot=0x33C8,
},
[0x33C9]={
@@ -96174,7 +99007,7 @@ characters.data={
description="SQUARE GY",
direction="l",
linebreak="id",
- specials={ "square", 0x0047, 0x0079 },
+ specials={ "square", 0x47, 0x79 },
unicodeslot=0x33C9,
},
[0x33CA]={
@@ -96184,7 +99017,7 @@ characters.data={
description="SQUARE HA",
direction="l",
linebreak="id",
- specials={ "square", 0x0068, 0x0061 },
+ specials={ "square", 0x68, 0x61 },
unicodeslot=0x33CA,
},
[0x33CB]={
@@ -96194,7 +99027,7 @@ characters.data={
description="SQUARE HP",
direction="l",
linebreak="id",
- specials={ "square", 0x0048, 0x0050 },
+ specials={ "square", 0x48, 0x50 },
unicodeslot=0x33CB,
},
[0x33CC]={
@@ -96203,7 +99036,7 @@ characters.data={
description="SQUARE IN",
direction="l",
linebreak="id",
- specials={ "square", 0x0069, 0x006E },
+ specials={ "square", 0x69, 0x6E },
unicodeslot=0x33CC,
},
[0x33CD]={
@@ -96213,7 +99046,7 @@ characters.data={
description="SQUARE KK",
direction="l",
linebreak="id",
- specials={ "square", 0x004B, 0x004B },
+ specials={ "square", 0x4B, 0x4B },
unicodeslot=0x33CD,
},
[0x33CE]={
@@ -96223,7 +99056,7 @@ characters.data={
description="SQUARE KM CAPITAL",
direction="l",
linebreak="id",
- specials={ "square", 0x004B, 0x004D },
+ specials={ "square", 0x4B, 0x4D },
unicodeslot=0x33CE,
},
[0x33CF]={
@@ -96233,7 +99066,7 @@ characters.data={
description="SQUARE KT",
direction="l",
linebreak="id",
- specials={ "square", 0x006B, 0x0074 },
+ specials={ "square", 0x6B, 0x74 },
unicodeslot=0x33CF,
},
[0x33D0]={
@@ -96243,7 +99076,7 @@ characters.data={
description="SQUARE LM",
direction="l",
linebreak="id",
- specials={ "square", 0x006C, 0x006D },
+ specials={ "square", 0x6C, 0x6D },
unicodeslot=0x33D0,
},
[0x33D1]={
@@ -96253,7 +99086,7 @@ characters.data={
description="SQUARE LN",
direction="l",
linebreak="id",
- specials={ "square", 0x006C, 0x006E },
+ specials={ "square", 0x6C, 0x6E },
unicodeslot=0x33D1,
},
[0x33D2]={
@@ -96263,7 +99096,7 @@ characters.data={
description="SQUARE LOG",
direction="l",
linebreak="id",
- specials={ "square", 0x006C, 0x006F, 0x0067 },
+ specials={ "square", 0x6C, 0x6F, 0x67 },
unicodeslot=0x33D2,
},
[0x33D3]={
@@ -96273,7 +99106,7 @@ characters.data={
description="SQUARE LX",
direction="l",
linebreak="id",
- specials={ "square", 0x006C, 0x0078 },
+ specials={ "square", 0x6C, 0x78 },
unicodeslot=0x33D3,
},
[0x33D4]={
@@ -96283,7 +99116,7 @@ characters.data={
description="SQUARE MB SMALL",
direction="l",
linebreak="id",
- specials={ "square", 0x006D, 0x0062 },
+ specials={ "square", 0x6D, 0x62 },
unicodeslot=0x33D4,
},
[0x33D5]={
@@ -96293,7 +99126,7 @@ characters.data={
description="SQUARE MIL",
direction="l",
linebreak="id",
- specials={ "square", 0x006D, 0x0069, 0x006C },
+ specials={ "square", 0x6D, 0x69, 0x6C },
unicodeslot=0x33D5,
},
[0x33D6]={
@@ -96303,7 +99136,7 @@ characters.data={
description="SQUARE MOL",
direction="l",
linebreak="id",
- specials={ "square", 0x006D, 0x006F, 0x006C },
+ specials={ "square", 0x6D, 0x6F, 0x6C },
unicodeslot=0x33D6,
},
[0x33D7]={
@@ -96312,7 +99145,7 @@ characters.data={
description="SQUARE PH",
direction="l",
linebreak="id",
- specials={ "square", 0x0050, 0x0048 },
+ specials={ "square", 0x50, 0x48 },
unicodeslot=0x33D7,
},
[0x33D8]={
@@ -96322,7 +99155,7 @@ characters.data={
description="SQUARE PM",
direction="l",
linebreak="id",
- specials={ "square", 0x0070, 0x002E, 0x006D, 0x002E },
+ specials={ "square", 0x70, 0x2E, 0x6D, 0x2E },
unicodeslot=0x33D8,
},
[0x33D9]={
@@ -96331,7 +99164,7 @@ characters.data={
description="SQUARE PPM",
direction="l",
linebreak="id",
- specials={ "square", 0x0050, 0x0050, 0x004D },
+ specials={ "square", 0x50, 0x50, 0x4D },
unicodeslot=0x33D9,
},
[0x33DA]={
@@ -96340,7 +99173,7 @@ characters.data={
description="SQUARE PR",
direction="l",
linebreak="id",
- specials={ "square", 0x0050, 0x0052 },
+ specials={ "square", 0x50, 0x52 },
unicodeslot=0x33DA,
},
[0x33DB]={
@@ -96350,7 +99183,7 @@ characters.data={
description="SQUARE SR",
direction="l",
linebreak="id",
- specials={ "square", 0x0073, 0x0072 },
+ specials={ "square", 0x73, 0x72 },
unicodeslot=0x33DB,
},
[0x33DC]={
@@ -96360,7 +99193,7 @@ characters.data={
description="SQUARE SV",
direction="l",
linebreak="id",
- specials={ "square", 0x0053, 0x0076 },
+ specials={ "square", 0x53, 0x76 },
unicodeslot=0x33DC,
},
[0x33DD]={
@@ -96370,7 +99203,7 @@ characters.data={
description="SQUARE WB",
direction="l",
linebreak="id",
- specials={ "square", 0x0057, 0x0062 },
+ specials={ "square", 0x57, 0x62 },
unicodeslot=0x33DD,
},
[0x33DE]={
@@ -96379,7 +99212,7 @@ characters.data={
description="SQUARE V OVER M",
direction="on",
linebreak="id",
- specials={ "square", 0x0056, 0x2215, 0x006D },
+ specials={ "square", 0x56, 0x2215, 0x6D },
unicodeslot=0x33DE,
},
[0x33DF]={
@@ -96388,7 +99221,7 @@ characters.data={
description="SQUARE A OVER M",
direction="on",
linebreak="id",
- specials={ "square", 0x0041, 0x2215, 0x006D },
+ specials={ "square", 0x41, 0x2215, 0x6D },
unicodeslot=0x33DF,
},
[0x33E0]={
@@ -96397,7 +99230,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY ONE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x65E5 },
+ specials={ "compat", 0x31, 0x65E5 },
unicodeslot=0x33E0,
},
[0x33E1]={
@@ -96406,7 +99239,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWO",
direction="l",
linebreak="id",
- specials={ "compat", 0x0032, 0x65E5 },
+ specials={ "compat", 0x32, 0x65E5 },
unicodeslot=0x33E1,
},
[0x33E2]={
@@ -96415,7 +99248,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THREE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0033, 0x65E5 },
+ specials={ "compat", 0x33, 0x65E5 },
unicodeslot=0x33E2,
},
[0x33E3]={
@@ -96424,7 +99257,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FOUR",
direction="l",
linebreak="id",
- specials={ "compat", 0x0034, 0x65E5 },
+ specials={ "compat", 0x34, 0x65E5 },
unicodeslot=0x33E3,
},
[0x33E4]={
@@ -96433,7 +99266,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FIVE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0035, 0x65E5 },
+ specials={ "compat", 0x35, 0x65E5 },
unicodeslot=0x33E4,
},
[0x33E5]={
@@ -96442,7 +99275,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SIX",
direction="l",
linebreak="id",
- specials={ "compat", 0x0036, 0x65E5 },
+ specials={ "compat", 0x36, 0x65E5 },
unicodeslot=0x33E5,
},
[0x33E6]={
@@ -96451,7 +99284,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SEVEN",
direction="l",
linebreak="id",
- specials={ "compat", 0x0037, 0x65E5 },
+ specials={ "compat", 0x37, 0x65E5 },
unicodeslot=0x33E6,
},
[0x33E7]={
@@ -96460,7 +99293,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY EIGHT",
direction="l",
linebreak="id",
- specials={ "compat", 0x0038, 0x65E5 },
+ specials={ "compat", 0x38, 0x65E5 },
unicodeslot=0x33E7,
},
[0x33E8]={
@@ -96469,7 +99302,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY NINE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0039, 0x65E5 },
+ specials={ "compat", 0x39, 0x65E5 },
unicodeslot=0x33E8,
},
[0x33E9]={
@@ -96478,7 +99311,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TEN",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x0030, 0x65E5 },
+ specials={ "compat", 0x31, 0x30, 0x65E5 },
unicodeslot=0x33E9,
},
[0x33EA]={
@@ -96487,7 +99320,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY ELEVEN",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x0031, 0x65E5 },
+ specials={ "compat", 0x31, 0x31, 0x65E5 },
unicodeslot=0x33EA,
},
[0x33EB]={
@@ -96496,7 +99329,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWELVE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x0032, 0x65E5 },
+ specials={ "compat", 0x31, 0x32, 0x65E5 },
unicodeslot=0x33EB,
},
[0x33EC]={
@@ -96505,7 +99338,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTEEN",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x0033, 0x65E5 },
+ specials={ "compat", 0x31, 0x33, 0x65E5 },
unicodeslot=0x33EC,
},
[0x33ED]={
@@ -96514,7 +99347,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FOURTEEN",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x0034, 0x65E5 },
+ specials={ "compat", 0x31, 0x34, 0x65E5 },
unicodeslot=0x33ED,
},
[0x33EE]={
@@ -96523,7 +99356,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FIFTEEN",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x0035, 0x65E5 },
+ specials={ "compat", 0x31, 0x35, 0x65E5 },
unicodeslot=0x33EE,
},
[0x33EF]={
@@ -96532,7 +99365,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SIXTEEN",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x0036, 0x65E5 },
+ specials={ "compat", 0x31, 0x36, 0x65E5 },
unicodeslot=0x33EF,
},
[0x33F0]={
@@ -96541,7 +99374,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SEVENTEEN",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x0037, 0x65E5 },
+ specials={ "compat", 0x31, 0x37, 0x65E5 },
unicodeslot=0x33F0,
},
[0x33F1]={
@@ -96550,7 +99383,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY EIGHTEEN",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x0038, 0x65E5 },
+ specials={ "compat", 0x31, 0x38, 0x65E5 },
unicodeslot=0x33F1,
},
[0x33F2]={
@@ -96559,7 +99392,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY NINETEEN",
direction="l",
linebreak="id",
- specials={ "compat", 0x0031, 0x0039, 0x65E5 },
+ specials={ "compat", 0x31, 0x39, 0x65E5 },
unicodeslot=0x33F2,
},
[0x33F3]={
@@ -96568,7 +99401,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY",
direction="l",
linebreak="id",
- specials={ "compat", 0x0032, 0x0030, 0x65E5 },
+ specials={ "compat", 0x32, 0x30, 0x65E5 },
unicodeslot=0x33F3,
},
[0x33F4]={
@@ -96577,7 +99410,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-ONE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0032, 0x0031, 0x65E5 },
+ specials={ "compat", 0x32, 0x31, 0x65E5 },
unicodeslot=0x33F4,
},
[0x33F5]={
@@ -96586,7 +99419,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-TWO",
direction="l",
linebreak="id",
- specials={ "compat", 0x0032, 0x0032, 0x65E5 },
+ specials={ "compat", 0x32, 0x32, 0x65E5 },
unicodeslot=0x33F5,
},
[0x33F6]={
@@ -96595,7 +99428,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-THREE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0032, 0x0033, 0x65E5 },
+ specials={ "compat", 0x32, 0x33, 0x65E5 },
unicodeslot=0x33F6,
},
[0x33F7]={
@@ -96604,7 +99437,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-FOUR",
direction="l",
linebreak="id",
- specials={ "compat", 0x0032, 0x0034, 0x65E5 },
+ specials={ "compat", 0x32, 0x34, 0x65E5 },
unicodeslot=0x33F7,
},
[0x33F8]={
@@ -96613,7 +99446,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-FIVE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0032, 0x0035, 0x65E5 },
+ specials={ "compat", 0x32, 0x35, 0x65E5 },
unicodeslot=0x33F8,
},
[0x33F9]={
@@ -96622,7 +99455,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-SIX",
direction="l",
linebreak="id",
- specials={ "compat", 0x0032, 0x0036, 0x65E5 },
+ specials={ "compat", 0x32, 0x36, 0x65E5 },
unicodeslot=0x33F9,
},
[0x33FA]={
@@ -96631,7 +99464,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-SEVEN",
direction="l",
linebreak="id",
- specials={ "compat", 0x0032, 0x0037, 0x65E5 },
+ specials={ "compat", 0x32, 0x37, 0x65E5 },
unicodeslot=0x33FA,
},
[0x33FB]={
@@ -96640,7 +99473,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-EIGHT",
direction="l",
linebreak="id",
- specials={ "compat", 0x0032, 0x0038, 0x65E5 },
+ specials={ "compat", 0x32, 0x38, 0x65E5 },
unicodeslot=0x33FB,
},
[0x33FC]={
@@ -96649,7 +99482,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-NINE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0032, 0x0039, 0x65E5 },
+ specials={ "compat", 0x32, 0x39, 0x65E5 },
unicodeslot=0x33FC,
},
[0x33FD]={
@@ -96658,7 +99491,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTY",
direction="l",
linebreak="id",
- specials={ "compat", 0x0033, 0x0030, 0x65E5 },
+ specials={ "compat", 0x33, 0x30, 0x65E5 },
unicodeslot=0x33FD,
},
[0x33FE]={
@@ -96667,7 +99500,7 @@ characters.data={
description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTY-ONE",
direction="l",
linebreak="id",
- specials={ "compat", 0x0033, 0x0031, 0x65E5 },
+ specials={ "compat", 0x33, 0x31, 0x65E5 },
unicodeslot=0x33FE,
},
[0x33FF]={
@@ -96676,7 +99509,7 @@ characters.data={
description="SQUARE GAL",
direction="on",
linebreak="id",
- specials={ "square", 0x0067, 0x0061, 0x006C },
+ specials={ "square", 0x67, 0x61, 0x6C },
unicodeslot=0x33FF,
},
[0x4DC0]={
@@ -109654,6 +112487,7 @@ characters.data={
},
[0xA66F]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC VZMET",
direction="nsm",
linebreak="cm",
@@ -109689,6 +112523,7 @@ characters.data={
},
[0xA674]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER UKRAINIAN IE",
direction="nsm",
linebreak="cm",
@@ -109696,6 +112531,7 @@ characters.data={
},
[0xA675]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER I",
direction="nsm",
linebreak="cm",
@@ -109703,6 +112539,7 @@ characters.data={
},
[0xA676]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER YI",
direction="nsm",
linebreak="cm",
@@ -109710,6 +112547,7 @@ characters.data={
},
[0xA677]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER U",
direction="nsm",
linebreak="cm",
@@ -109717,6 +112555,7 @@ characters.data={
},
[0xA678]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER HARD SIGN",
direction="nsm",
linebreak="cm",
@@ -109724,6 +112563,7 @@ characters.data={
},
[0xA679]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER YERU",
direction="nsm",
linebreak="cm",
@@ -109731,6 +112571,7 @@ characters.data={
},
[0xA67A]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER SOFT SIGN",
direction="nsm",
linebreak="cm",
@@ -109738,6 +112579,7 @@ characters.data={
},
[0xA67B]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER OMEGA",
direction="nsm",
linebreak="cm",
@@ -109745,6 +112587,7 @@ characters.data={
},
[0xA67C]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC KAVYKA",
direction="nsm",
linebreak="cm",
@@ -109752,6 +112595,7 @@ characters.data={
},
[0xA67D]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC PAYEROK",
direction="nsm",
linebreak="cm",
@@ -109939,8 +112783,53 @@ characters.data={
linebreak="al",
unicodeslot=0xA697,
},
+ [0xA698]={
+ category="lu",
+ description="CYRILLIC CAPITAL LETTER DOUBLE O",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xA698,
+ },
+ [0xA699]={
+ category="ll",
+ description="CYRILLIC SMALL LETTER DOUBLE O",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xA699,
+ },
+ [0xA69A]={
+ category="lu",
+ description="CYRILLIC CAPITAL LETTER CROSSED O",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xA69A,
+ },
+ [0xA69B]={
+ category="ll",
+ description="CYRILLIC SMALL LETTER CROSSED O",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xA69B,
+ },
+ [0xA69C]={
+ category="lm",
+ description="MODIFIER LETTER CYRILLIC HARD SIGN",
+ direction="l",
+ linebreak="al",
+ specials={ "super", 0x44A },
+ unicodeslot=0xA69C,
+ },
+ [0xA69D]={
+ category="lm",
+ description="MODIFIER LETTER CYRILLIC SOFT SIGN",
+ direction="l",
+ linebreak="al",
+ specials={ "super", 0x44C },
+ unicodeslot=0xA69D,
+ },
[0xA69F]={
category="mn",
+ combining=0xE6,
description="COMBINING CYRILLIC LETTER IOTIFIED E",
direction="nsm",
linebreak="cm",
@@ -110508,6 +113397,7 @@ characters.data={
},
[0xA6F0]={
category="mn",
+ combining=0xE6,
description="BAMUM COMBINING MARK KOQNDON",
direction="nsm",
linebreak="cm",
@@ -110515,6 +113405,7 @@ characters.data={
},
[0xA6F1]={
category="mn",
+ combining=0xE6,
description="BAMUM COMBINING MARK TUKWENTIS",
direction="nsm",
linebreak="cm",
@@ -111592,6 +114483,90 @@ characters.data={
linebreak="al",
unicodeslot=0xA793,
},
+ [0xA794]={
+ category="ll",
+ description="LATIN SMALL LETTER C WITH PALATAL HOOK",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xA794,
+ },
+ [0xA795]={
+ category="ll",
+ description="LATIN SMALL LETTER H WITH PALATAL HOOK",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xA795,
+ },
+ [0xA796]={
+ category="lu",
+ description="LATIN CAPITAL LETTER B WITH FLOURISH",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xA796,
+ },
+ [0xA797]={
+ category="ll",
+ description="LATIN SMALL LETTER B WITH FLOURISH",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xA797,
+ },
+ [0xA798]={
+ category="lu",
+ description="LATIN CAPITAL LETTER F WITH STROKE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xA798,
+ },
+ [0xA799]={
+ category="ll",
+ description="LATIN SMALL LETTER F WITH STROKE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xA799,
+ },
+ [0xA79A]={
+ category="lu",
+ description="LATIN CAPITAL LETTER VOLAPUK AE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xA79A,
+ },
+ [0xA79B]={
+ category="ll",
+ description="LATIN SMALL LETTER VOLAPUK AE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xA79B,
+ },
+ [0xA79C]={
+ category="lu",
+ description="LATIN CAPITAL LETTER VOLAPUK OE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xA79C,
+ },
+ [0xA79D]={
+ category="ll",
+ description="LATIN SMALL LETTER VOLAPUK OE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xA79D,
+ },
+ [0xA79E]={
+ category="lu",
+ description="LATIN CAPITAL LETTER VOLAPUK UE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xA79E,
+ },
+ [0xA79F]={
+ category="ll",
+ description="LATIN SMALL LETTER VOLAPUK UE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xA79F,
+ },
[0xA7A0]={
category="lu",
description="LATIN CAPITAL LETTER G WITH OBLIQUE STROKE",
@@ -111669,12 +114644,54 @@ characters.data={
linebreak="al",
unicodeslot=0xA7AA,
},
+ [0xA7AB]={
+ category="lu",
+ description="LATIN CAPITAL LETTER REVERSED OPEN E",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xA7AB,
+ },
+ [0xA7AC]={
+ category="lu",
+ description="LATIN CAPITAL LETTER SCRIPT G",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xA7AC,
+ },
+ [0xA7AD]={
+ category="lu",
+ description="LATIN CAPITAL LETTER L WITH BELT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xA7AD,
+ },
+ [0xA7B0]={
+ category="lu",
+ description="LATIN CAPITAL LETTER TURNED K",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xA7B0,
+ },
+ [0xA7B1]={
+ category="lu",
+ description="LATIN CAPITAL LETTER TURNED T",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xA7B1,
+ },
+ [0xA7F7]={
+ category="lo",
+ description="LATIN EPIGRAPHIC LETTER SIDEWAYS I",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xA7F7,
+ },
[0xA7F8]={
category="lm",
description="MODIFIER LETTER CAPITAL H WITH STROKE",
direction="l",
linebreak="al",
- specials={ "super", 0x0126 },
+ specials={ "super", 0x126 },
unicodeslot=0xA7F8,
},
[0xA7F9]={
@@ -111682,7 +114699,7 @@ characters.data={
description="MODIFIER LETTER SMALL LIGATURE OE",
direction="l",
linebreak="al",
- specials={ "super", 0x0153 },
+ specials={ "super", 0x153 },
unicodeslot=0xA7F9,
},
[0xA7FA]={
@@ -111771,6 +114788,7 @@ characters.data={
},
[0xA806]={
category="mn",
+ combining=0x9,
description="SYLOTI NAGRI SIGN HASANTA",
direction="nsm",
linebreak="cm",
@@ -112106,6 +115124,7 @@ characters.data={
unicodeslot=0xA839,
},
[0xA840]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER KA",
direction="l",
@@ -112113,6 +115132,7 @@ characters.data={
unicodeslot=0xA840,
},
[0xA841]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER KHA",
direction="l",
@@ -112120,6 +115140,7 @@ characters.data={
unicodeslot=0xA841,
},
[0xA842]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER GA",
direction="l",
@@ -112127,6 +115148,7 @@ characters.data={
unicodeslot=0xA842,
},
[0xA843]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER NGA",
direction="l",
@@ -112134,6 +115156,7 @@ characters.data={
unicodeslot=0xA843,
},
[0xA844]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER CA",
direction="l",
@@ -112141,6 +115164,7 @@ characters.data={
unicodeslot=0xA844,
},
[0xA845]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER CHA",
direction="l",
@@ -112148,6 +115172,7 @@ characters.data={
unicodeslot=0xA845,
},
[0xA846]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER JA",
direction="l",
@@ -112155,6 +115180,7 @@ characters.data={
unicodeslot=0xA846,
},
[0xA847]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER NYA",
direction="l",
@@ -112162,6 +115188,7 @@ characters.data={
unicodeslot=0xA847,
},
[0xA848]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER TA",
direction="l",
@@ -112169,6 +115196,7 @@ characters.data={
unicodeslot=0xA848,
},
[0xA849]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER THA",
direction="l",
@@ -112176,6 +115204,7 @@ characters.data={
unicodeslot=0xA849,
},
[0xA84A]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER DA",
direction="l",
@@ -112183,6 +115212,7 @@ characters.data={
unicodeslot=0xA84A,
},
[0xA84B]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER NA",
direction="l",
@@ -112190,6 +115220,7 @@ characters.data={
unicodeslot=0xA84B,
},
[0xA84C]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER PA",
direction="l",
@@ -112197,6 +115228,7 @@ characters.data={
unicodeslot=0xA84C,
},
[0xA84D]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER PHA",
direction="l",
@@ -112204,6 +115236,7 @@ characters.data={
unicodeslot=0xA84D,
},
[0xA84E]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER BA",
direction="l",
@@ -112211,6 +115244,7 @@ characters.data={
unicodeslot=0xA84E,
},
[0xA84F]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER MA",
direction="l",
@@ -112218,6 +115252,7 @@ characters.data={
unicodeslot=0xA84F,
},
[0xA850]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER TSA",
direction="l",
@@ -112225,6 +115260,7 @@ characters.data={
unicodeslot=0xA850,
},
[0xA851]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER TSHA",
direction="l",
@@ -112232,6 +115268,7 @@ characters.data={
unicodeslot=0xA851,
},
[0xA852]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER DZA",
direction="l",
@@ -112239,6 +115276,7 @@ characters.data={
unicodeslot=0xA852,
},
[0xA853]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER WA",
direction="l",
@@ -112246,6 +115284,7 @@ characters.data={
unicodeslot=0xA853,
},
[0xA854]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER ZHA",
direction="l",
@@ -112253,6 +115292,7 @@ characters.data={
unicodeslot=0xA854,
},
[0xA855]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER ZA",
direction="l",
@@ -112260,6 +115300,7 @@ characters.data={
unicodeslot=0xA855,
},
[0xA856]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER SMALL A",
direction="l",
@@ -112270,6 +115311,7 @@ characters.data={
},
},
[0xA857]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER YA",
direction="l",
@@ -112277,6 +115319,7 @@ characters.data={
unicodeslot=0xA857,
},
[0xA858]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER RA",
direction="l",
@@ -112284,6 +115327,7 @@ characters.data={
unicodeslot=0xA858,
},
[0xA859]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER LA",
direction="l",
@@ -112291,6 +115335,7 @@ characters.data={
unicodeslot=0xA859,
},
[0xA85A]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER SHA",
direction="l",
@@ -112298,6 +115343,7 @@ characters.data={
unicodeslot=0xA85A,
},
[0xA85B]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER SA",
direction="l",
@@ -112305,6 +115351,7 @@ characters.data={
unicodeslot=0xA85B,
},
[0xA85C]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER HA",
direction="l",
@@ -112315,6 +115362,7 @@ characters.data={
},
},
[0xA85D]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER A",
direction="l",
@@ -112322,6 +115370,7 @@ characters.data={
unicodeslot=0xA85D,
},
[0xA85E]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER I",
direction="l",
@@ -112332,6 +115381,7 @@ characters.data={
},
},
[0xA85F]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER U",
direction="l",
@@ -112342,6 +115392,7 @@ characters.data={
},
},
[0xA860]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER E",
direction="l",
@@ -112352,6 +115403,7 @@ characters.data={
},
},
[0xA861]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER O",
direction="l",
@@ -112359,6 +115411,7 @@ characters.data={
unicodeslot=0xA861,
},
[0xA862]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER QA",
direction="l",
@@ -112366,6 +115419,7 @@ characters.data={
unicodeslot=0xA862,
},
[0xA863]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER XA",
direction="l",
@@ -112373,6 +115427,7 @@ characters.data={
unicodeslot=0xA863,
},
[0xA864]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER FA",
direction="l",
@@ -112380,6 +115435,7 @@ characters.data={
unicodeslot=0xA864,
},
[0xA865]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER GGA",
direction="l",
@@ -112387,6 +115443,7 @@ characters.data={
unicodeslot=0xA865,
},
[0xA866]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER EE",
direction="l",
@@ -112394,6 +115451,7 @@ characters.data={
unicodeslot=0xA866,
},
[0xA867]={
+ arabic="d",
category="lo",
description="PHAGS-PA SUBJOINED LETTER WA",
direction="l",
@@ -112401,6 +115459,7 @@ characters.data={
unicodeslot=0xA867,
},
[0xA868]={
+ arabic="d",
category="lo",
description="PHAGS-PA SUBJOINED LETTER YA",
direction="l",
@@ -112411,6 +115470,7 @@ characters.data={
},
},
[0xA869]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER TTA",
direction="l",
@@ -112418,6 +115478,7 @@ characters.data={
unicodeslot=0xA869,
},
[0xA86A]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER TTHA",
direction="l",
@@ -112425,6 +115486,7 @@ characters.data={
unicodeslot=0xA86A,
},
[0xA86B]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER DDA",
direction="l",
@@ -112432,6 +115494,7 @@ characters.data={
unicodeslot=0xA86B,
},
[0xA86C]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER NNA",
direction="l",
@@ -112439,6 +115502,7 @@ characters.data={
unicodeslot=0xA86C,
},
[0xA86D]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER ALTERNATE YA",
direction="l",
@@ -112446,6 +115510,7 @@ characters.data={
unicodeslot=0xA86D,
},
[0xA86E]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER VOICELESS SHA",
direction="l",
@@ -112453,6 +115518,7 @@ characters.data={
unicodeslot=0xA86E,
},
[0xA86F]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER VOICED HA",
direction="l",
@@ -112460,6 +115526,7 @@ characters.data={
unicodeslot=0xA86F,
},
[0xA870]={
+ arabic="d",
category="lo",
description="PHAGS-PA LETTER ASPIRATED FA",
direction="l",
@@ -112467,6 +115534,7 @@ characters.data={
unicodeslot=0xA870,
},
[0xA871]={
+ arabic="d",
category="lo",
description="PHAGS-PA SUBJOINED LETTER RA",
direction="l",
@@ -112474,6 +115542,7 @@ characters.data={
unicodeslot=0xA871,
},
[0xA872]={
+ arabic="l",
category="lo",
description="PHAGS-PA SUPERFIXED LETTER RA",
direction="l",
@@ -112481,6 +115550,7 @@ characters.data={
unicodeslot=0xA872,
},
[0xA873]={
+ arabic="u",
category="lo",
description="PHAGS-PA LETTER CANDRABINDU",
direction="l",
@@ -112993,6 +116063,7 @@ characters.data={
},
[0xA8C4]={
category="mn",
+ combining=0x9,
description="SAURASHTRA SIGN VIRAMA",
direction="nsm",
linebreak="cm",
@@ -113084,6 +116155,7 @@ characters.data={
},
[0xA8E0]={
category="mn",
+ combining=0xE6,
description="COMBINING DEVANAGARI DIGIT ZERO",
direction="nsm",
linebreak="cm",
@@ -113091,6 +116163,7 @@ characters.data={
},
[0xA8E1]={
category="mn",
+ combining=0xE6,
description="COMBINING DEVANAGARI DIGIT ONE",
direction="nsm",
linebreak="cm",
@@ -113098,6 +116171,7 @@ characters.data={
},
[0xA8E2]={
category="mn",
+ combining=0xE6,
description="COMBINING DEVANAGARI DIGIT TWO",
direction="nsm",
linebreak="cm",
@@ -113105,6 +116179,7 @@ characters.data={
},
[0xA8E3]={
category="mn",
+ combining=0xE6,
description="COMBINING DEVANAGARI DIGIT THREE",
direction="nsm",
linebreak="cm",
@@ -113112,6 +116187,7 @@ characters.data={
},
[0xA8E4]={
category="mn",
+ combining=0xE6,
description="COMBINING DEVANAGARI DIGIT FOUR",
direction="nsm",
linebreak="cm",
@@ -113119,6 +116195,7 @@ characters.data={
},
[0xA8E5]={
category="mn",
+ combining=0xE6,
description="COMBINING DEVANAGARI DIGIT FIVE",
direction="nsm",
linebreak="cm",
@@ -113126,6 +116203,7 @@ characters.data={
},
[0xA8E6]={
category="mn",
+ combining=0xE6,
description="COMBINING DEVANAGARI DIGIT SIX",
direction="nsm",
linebreak="cm",
@@ -113133,6 +116211,7 @@ characters.data={
},
[0xA8E7]={
category="mn",
+ combining=0xE6,
description="COMBINING DEVANAGARI DIGIT SEVEN",
direction="nsm",
linebreak="cm",
@@ -113140,6 +116219,7 @@ characters.data={
},
[0xA8E8]={
category="mn",
+ combining=0xE6,
description="COMBINING DEVANAGARI DIGIT EIGHT",
direction="nsm",
linebreak="cm",
@@ -113147,6 +116227,7 @@ characters.data={
},
[0xA8E9]={
category="mn",
+ combining=0xE6,
description="COMBINING DEVANAGARI DIGIT NINE",
direction="nsm",
linebreak="cm",
@@ -113154,6 +116235,7 @@ characters.data={
},
[0xA8EA]={
category="mn",
+ combining=0xE6,
description="COMBINING DEVANAGARI LETTER A",
direction="nsm",
linebreak="cm",
@@ -113161,6 +116243,7 @@ characters.data={
},
[0xA8EB]={
category="mn",
+ combining=0xE6,
description="COMBINING DEVANAGARI LETTER U",
direction="nsm",
linebreak="cm",
@@ -113168,6 +116251,7 @@ characters.data={
},
[0xA8EC]={
category="mn",
+ combining=0xE6,
description="COMBINING DEVANAGARI LETTER KA",
direction="nsm",
linebreak="cm",
@@ -113175,6 +116259,7 @@ characters.data={
},
[0xA8ED]={
category="mn",
+ combining=0xE6,
description="COMBINING DEVANAGARI LETTER NA",
direction="nsm",
linebreak="cm",
@@ -113182,6 +116267,7 @@ characters.data={
},
[0xA8EE]={
category="mn",
+ combining=0xE6,
description="COMBINING DEVANAGARI LETTER PA",
direction="nsm",
linebreak="cm",
@@ -113189,6 +116275,7 @@ characters.data={
},
[0xA8EF]={
category="mn",
+ combining=0xE6,
description="COMBINING DEVANAGARI LETTER RA",
direction="nsm",
linebreak="cm",
@@ -113196,6 +116283,7 @@ characters.data={
},
[0xA8F0]={
category="mn",
+ combining=0xE6,
description="COMBINING DEVANAGARI LETTER VI",
direction="nsm",
linebreak="cm",
@@ -113203,6 +116291,7 @@ characters.data={
},
[0xA8F1]={
category="mn",
+ combining=0xE6,
description="COMBINING DEVANAGARI SIGN AVAGRAHA",
direction="nsm",
linebreak="cm",
@@ -113581,6 +116670,7 @@ characters.data={
},
[0xA92B]={
category="mn",
+ combining=0xDC,
description="KAYAH LI TONE PLOPHU",
direction="nsm",
linebreak="cm",
@@ -113588,6 +116678,7 @@ characters.data={
},
[0xA92C]={
category="mn",
+ combining=0xDC,
description="KAYAH LI TONE CALYA",
direction="nsm",
linebreak="cm",
@@ -113595,6 +116686,7 @@ characters.data={
},
[0xA92D]={
category="mn",
+ combining=0xDC,
description="KAYAH LI TONE CALYA PLOPHU",
direction="nsm",
linebreak="cm",
@@ -113861,6 +116953,7 @@ characters.data={
},
[0xA953]={
category="mc",
+ combining=0x9,
description="REJANG VIRAMA",
direction="l",
linebreak="cm",
@@ -114464,6 +117557,7 @@ characters.data={
},
[0xA9B3]={
category="mn",
+ combining=0x7,
description="JAVANESE SIGN CECAK TELU",
direction="nsm",
linebreak="cm",
@@ -114555,6 +117649,7 @@ characters.data={
},
[0xA9C0]={
category="mc",
+ combining=0x9,
description="JAVANESE PANGKON",
direction="l",
linebreak="cm",
@@ -114742,6 +117837,223 @@ characters.data={
linebreak="al",
unicodeslot=0xA9DF,
},
+ [0xA9E0]={
+ category="lo",
+ description="MYANMAR LETTER SHAN GHA",
+ direction="l",
+ linebreak="sa",
+ unicodeslot=0xA9E0,
+ },
+ [0xA9E1]={
+ category="lo",
+ description="MYANMAR LETTER SHAN CHA",
+ direction="l",
+ linebreak="sa",
+ unicodeslot=0xA9E1,
+ },
+ [0xA9E2]={
+ category="lo",
+ description="MYANMAR LETTER SHAN JHA",
+ direction="l",
+ linebreak="sa",
+ unicodeslot=0xA9E2,
+ },
+ [0xA9E3]={
+ category="lo",
+ description="MYANMAR LETTER SHAN NNA",
+ direction="l",
+ linebreak="sa",
+ unicodeslot=0xA9E3,
+ },
+ [0xA9E4]={
+ category="lo",
+ description="MYANMAR LETTER SHAN BHA",
+ direction="l",
+ linebreak="sa",
+ unicodeslot=0xA9E4,
+ },
+ [0xA9E5]={
+ category="mn",
+ description="MYANMAR SIGN SHAN SAW",
+ direction="nsm",
+ linebreak="sa",
+ unicodeslot=0xA9E5,
+ },
+ [0xA9E6]={
+ category="lm",
+ description="MYANMAR MODIFIER LETTER SHAN REDUPLICATION",
+ direction="l",
+ linebreak="sa",
+ unicodeslot=0xA9E6,
+ },
+ [0xA9E7]={
+ category="lo",
+ description="MYANMAR LETTER TAI LAING NYA",
+ direction="l",
+ linebreak="sa",
+ unicodeslot=0xA9E7,
+ },
+ [0xA9E8]={
+ category="lo",
+ description="MYANMAR LETTER TAI LAING FA",
+ direction="l",
+ linebreak="sa",
+ unicodeslot=0xA9E8,
+ },
+ [0xA9E9]={
+ category="lo",
+ description="MYANMAR LETTER TAI LAING GA",
+ direction="l",
+ linebreak="sa",
+ unicodeslot=0xA9E9,
+ },
+ [0xA9EA]={
+ category="lo",
+ description="MYANMAR LETTER TAI LAING GHA",
+ direction="l",
+ linebreak="sa",
+ unicodeslot=0xA9EA,
+ },
+ [0xA9EB]={
+ category="lo",
+ description="MYANMAR LETTER TAI LAING JA",
+ direction="l",
+ linebreak="sa",
+ unicodeslot=0xA9EB,
+ },
+ [0xA9EC]={
+ category="lo",
+ description="MYANMAR LETTER TAI LAING JHA",
+ direction="l",
+ linebreak="sa",
+ unicodeslot=0xA9EC,
+ },
+ [0xA9ED]={
+ category="lo",
+ description="MYANMAR LETTER TAI LAING DDA",
+ direction="l",
+ linebreak="sa",
+ unicodeslot=0xA9ED,
+ },
+ [0xA9EE]={
+ category="lo",
+ description="MYANMAR LETTER TAI LAING DDHA",
+ direction="l",
+ linebreak="sa",
+ unicodeslot=0xA9EE,
+ },
+ [0xA9EF]={
+ category="lo",
+ description="MYANMAR LETTER TAI LAING NNA",
+ direction="l",
+ linebreak="sa",
+ unicodeslot=0xA9EF,
+ },
+ [0xA9F0]={
+ category="nd",
+ description="MYANMAR TAI LAING DIGIT ZERO",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0xA9F0,
+ },
+ [0xA9F1]={
+ category="nd",
+ description="MYANMAR TAI LAING DIGIT ONE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0xA9F1,
+ },
+ [0xA9F2]={
+ category="nd",
+ description="MYANMAR TAI LAING DIGIT TWO",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0xA9F2,
+ },
+ [0xA9F3]={
+ category="nd",
+ description="MYANMAR TAI LAING DIGIT THREE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0xA9F3,
+ },
+ [0xA9F4]={
+ category="nd",
+ description="MYANMAR TAI LAING DIGIT FOUR",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0xA9F4,
+ },
+ [0xA9F5]={
+ category="nd",
+ description="MYANMAR TAI LAING DIGIT FIVE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0xA9F5,
+ },
+ [0xA9F6]={
+ category="nd",
+ description="MYANMAR TAI LAING DIGIT SIX",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0xA9F6,
+ },
+ [0xA9F7]={
+ category="nd",
+ description="MYANMAR TAI LAING DIGIT SEVEN",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0xA9F7,
+ },
+ [0xA9F8]={
+ category="nd",
+ description="MYANMAR TAI LAING DIGIT EIGHT",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0xA9F8,
+ },
+ [0xA9F9]={
+ category="nd",
+ description="MYANMAR TAI LAING DIGIT NINE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0xA9F9,
+ },
+ [0xA9FA]={
+ category="lo",
+ description="MYANMAR LETTER TAI LAING LLA",
+ direction="l",
+ linebreak="sa",
+ unicodeslot=0xA9FA,
+ },
+ [0xA9FB]={
+ category="lo",
+ description="MYANMAR LETTER TAI LAING DA",
+ direction="l",
+ linebreak="sa",
+ unicodeslot=0xA9FB,
+ },
+ [0xA9FC]={
+ category="lo",
+ description="MYANMAR LETTER TAI LAING DHA",
+ direction="l",
+ linebreak="sa",
+ unicodeslot=0xA9FC,
+ },
+ [0xA9FD]={
+ category="lo",
+ description="MYANMAR LETTER TAI LAING BA",
+ direction="l",
+ linebreak="sa",
+ unicodeslot=0xA9FD,
+ },
+ [0xA9FE]={
+ category="lo",
+ description="MYANMAR LETTER TAI LAING BHA",
+ direction="l",
+ linebreak="sa",
+ unicodeslot=0xA9FE,
+ },
[0xAA00]={
category="lo",
description="CHAM LETTER A",
@@ -115519,6 +118831,34 @@ characters.data={
linebreak="sa",
unicodeslot=0xAA7B,
},
+ [0xAA7C]={
+ category="mn",
+ description="MYANMAR SIGN TAI LAING TONE-2",
+ direction="nsm",
+ linebreak="sa",
+ unicodeslot=0xAA7C,
+ },
+ [0xAA7D]={
+ category="mc",
+ description="MYANMAR SIGN TAI LAING TONE-5",
+ direction="l",
+ linebreak="sa",
+ unicodeslot=0xAA7D,
+ },
+ [0xAA7E]={
+ category="lo",
+ description="MYANMAR LETTER SHWE PALAUNG CHA",
+ direction="l",
+ linebreak="sa",
+ unicodeslot=0xAA7E,
+ },
+ [0xAA7F]={
+ category="lo",
+ description="MYANMAR LETTER SHWE PALAUNG SHA",
+ direction="l",
+ linebreak="sa",
+ unicodeslot=0xAA7F,
+ },
[0xAA80]={
category="lo",
description="TAI VIET LETTER LOW KO",
@@ -115857,6 +119197,7 @@ characters.data={
},
[0xAAB0]={
category="mn",
+ combining=0xE6,
description="TAI VIET MAI KANG",
direction="nsm",
linebreak="sa",
@@ -115871,6 +119212,7 @@ characters.data={
},
[0xAAB2]={
category="mn",
+ combining=0xE6,
description="TAI VIET VOWEL I",
direction="nsm",
linebreak="sa",
@@ -115878,6 +119220,7 @@ characters.data={
},
[0xAAB3]={
category="mn",
+ combining=0xE6,
description="TAI VIET VOWEL UE",
direction="nsm",
linebreak="sa",
@@ -115885,6 +119228,7 @@ characters.data={
},
[0xAAB4]={
category="mn",
+ combining=0xDC,
description="TAI VIET VOWEL U",
direction="nsm",
linebreak="sa",
@@ -115906,6 +119250,7 @@ characters.data={
},
[0xAAB7]={
category="mn",
+ combining=0xE6,
description="TAI VIET MAI KHIT",
direction="nsm",
linebreak="sa",
@@ -115913,6 +119258,7 @@ characters.data={
},
[0xAAB8]={
category="mn",
+ combining=0xE6,
description="TAI VIET VOWEL IA",
direction="nsm",
linebreak="sa",
@@ -115955,6 +119301,7 @@ characters.data={
},
[0xAABE]={
category="mn",
+ combining=0xE6,
description="TAI VIET VOWEL AM",
direction="nsm",
linebreak="sa",
@@ -115962,6 +119309,7 @@ characters.data={
},
[0xAABF]={
category="mn",
+ combining=0xE6,
description="TAI VIET TONE MAI EK",
direction="nsm",
linebreak="sa",
@@ -115976,6 +119324,7 @@ characters.data={
},
[0xAAC1]={
category="mn",
+ combining=0xE6,
description="TAI VIET TONE MAI THO",
direction="nsm",
linebreak="sa",
@@ -116179,6 +119528,7 @@ characters.data={
},
[0xAAF6]={
category="mn",
+ combining=0x9,
description="MEETEI MAYEK VIRAMA",
direction="nsm",
linebreak="cm",
@@ -116408,6 +119758,360 @@ characters.data={
linebreak="al",
unicodeslot=0xAB2E,
},
+ [0xAB30]={
+ category="ll",
+ description="LATIN SMALL LETTER BARRED ALPHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB30,
+ },
+ [0xAB31]={
+ category="ll",
+ description="LATIN SMALL LETTER A REVERSED-SCHWA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB31,
+ },
+ [0xAB32]={
+ category="ll",
+ description="LATIN SMALL LETTER BLACKLETTER E",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB32,
+ },
+ [0xAB33]={
+ category="ll",
+ description="LATIN SMALL LETTER BARRED E",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB33,
+ },
+ [0xAB34]={
+ category="ll",
+ description="LATIN SMALL LETTER E WITH FLOURISH",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB34,
+ },
+ [0xAB35]={
+ category="ll",
+ description="LATIN SMALL LETTER LENIS F",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB35,
+ },
+ [0xAB36]={
+ category="ll",
+ description="LATIN SMALL LETTER SCRIPT G WITH CROSSED-TAIL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB36,
+ },
+ [0xAB37]={
+ category="ll",
+ description="LATIN SMALL LETTER L WITH INVERTED LAZY S",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB37,
+ },
+ [0xAB38]={
+ category="ll",
+ description="LATIN SMALL LETTER L WITH DOUBLE MIDDLE TILDE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB38,
+ },
+ [0xAB39]={
+ category="ll",
+ description="LATIN SMALL LETTER L WITH MIDDLE RING",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB39,
+ },
+ [0xAB3A]={
+ category="ll",
+ description="LATIN SMALL LETTER M WITH CROSSED-TAIL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB3A,
+ },
+ [0xAB3B]={
+ category="ll",
+ description="LATIN SMALL LETTER N WITH CROSSED-TAIL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB3B,
+ },
+ [0xAB3C]={
+ category="ll",
+ description="LATIN SMALL LETTER ENG WITH CROSSED-TAIL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB3C,
+ },
+ [0xAB3D]={
+ category="ll",
+ description="LATIN SMALL LETTER BLACKLETTER O",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB3D,
+ },
+ [0xAB3E]={
+ category="ll",
+ description="LATIN SMALL LETTER BLACKLETTER O WITH STROKE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB3E,
+ },
+ [0xAB3F]={
+ category="ll",
+ description="LATIN SMALL LETTER OPEN O WITH STROKE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB3F,
+ },
+ [0xAB40]={
+ category="ll",
+ description="LATIN SMALL LETTER INVERTED OE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB40,
+ },
+ [0xAB41]={
+ category="ll",
+ description="LATIN SMALL LETTER TURNED OE WITH STROKE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB41,
+ },
+ [0xAB42]={
+ category="ll",
+ description="LATIN SMALL LETTER TURNED OE WITH HORIZONTAL STROKE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB42,
+ },
+ [0xAB43]={
+ category="ll",
+ description="LATIN SMALL LETTER TURNED O OPEN-O",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB43,
+ },
+ [0xAB44]={
+ category="ll",
+ description="LATIN SMALL LETTER TURNED O OPEN-O WITH STROKE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB44,
+ },
+ [0xAB45]={
+ category="ll",
+ description="LATIN SMALL LETTER STIRRUP R",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB45,
+ },
+ [0xAB46]={
+ category="ll",
+ description="LATIN LETTER SMALL CAPITAL R WITH RIGHT LEG",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB46,
+ },
+ [0xAB47]={
+ category="ll",
+ description="LATIN SMALL LETTER R WITHOUT HANDLE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB47,
+ },
+ [0xAB48]={
+ category="ll",
+ description="LATIN SMALL LETTER DOUBLE R",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB48,
+ },
+ [0xAB49]={
+ category="ll",
+ description="LATIN SMALL LETTER R WITH CROSSED-TAIL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB49,
+ },
+ [0xAB4A]={
+ category="ll",
+ description="LATIN SMALL LETTER DOUBLE R WITH CROSSED-TAIL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB4A,
+ },
+ [0xAB4B]={
+ category="ll",
+ description="LATIN SMALL LETTER SCRIPT R",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB4B,
+ },
+ [0xAB4C]={
+ category="ll",
+ description="LATIN SMALL LETTER SCRIPT R WITH RING",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB4C,
+ },
+ [0xAB4D]={
+ category="ll",
+ description="LATIN SMALL LETTER BASELINE ESH",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB4D,
+ },
+ [0xAB4E]={
+ category="ll",
+ description="LATIN SMALL LETTER U WITH SHORT RIGHT LEG",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB4E,
+ },
+ [0xAB4F]={
+ category="ll",
+ description="LATIN SMALL LETTER U BAR WITH SHORT RIGHT LEG",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB4F,
+ },
+ [0xAB50]={
+ category="ll",
+ description="LATIN SMALL LETTER UI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB50,
+ },
+ [0xAB51]={
+ category="ll",
+ description="LATIN SMALL LETTER TURNED UI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB51,
+ },
+ [0xAB52]={
+ category="ll",
+ description="LATIN SMALL LETTER U WITH LEFT HOOK",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB52,
+ },
+ [0xAB53]={
+ category="ll",
+ description="LATIN SMALL LETTER CHI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB53,
+ },
+ [0xAB54]={
+ category="ll",
+ description="LATIN SMALL LETTER CHI WITH LOW RIGHT RING",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB54,
+ },
+ [0xAB55]={
+ category="ll",
+ description="LATIN SMALL LETTER CHI WITH LOW LEFT SERIF",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB55,
+ },
+ [0xAB56]={
+ category="ll",
+ description="LATIN SMALL LETTER X WITH LOW RIGHT RING",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB56,
+ },
+ [0xAB57]={
+ category="ll",
+ description="LATIN SMALL LETTER X WITH LONG LEFT LEG",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB57,
+ },
+ [0xAB58]={
+ category="ll",
+ description="LATIN SMALL LETTER X WITH LONG LEFT LEG AND LOW RIGHT RING",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB58,
+ },
+ [0xAB59]={
+ category="ll",
+ description="LATIN SMALL LETTER X WITH LONG LEFT LEG WITH SERIF",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB59,
+ },
+ [0xAB5A]={
+ category="ll",
+ description="LATIN SMALL LETTER Y WITH SHORT RIGHT LEG",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB5A,
+ },
+ [0xAB5B]={
+ category="sk",
+ description="MODIFIER BREVE WITH INVERTED BREVE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB5B,
+ },
+ [0xAB5C]={
+ category="lm",
+ description="MODIFIER LETTER SMALL HENG",
+ direction="l",
+ linebreak="al",
+ specials={ "super", 0xA727 },
+ unicodeslot=0xAB5C,
+ },
+ [0xAB5D]={
+ category="lm",
+ description="MODIFIER LETTER SMALL L WITH INVERTED LAZY S",
+ direction="l",
+ linebreak="al",
+ specials={ "super", 0xAB37 },
+ unicodeslot=0xAB5D,
+ },
+ [0xAB5E]={
+ category="lm",
+ description="MODIFIER LETTER SMALL L WITH MIDDLE TILDE",
+ direction="l",
+ linebreak="al",
+ specials={ "super", 0x26B },
+ unicodeslot=0xAB5E,
+ },
+ [0xAB5F]={
+ category="lm",
+ description="MODIFIER LETTER SMALL U WITH LEFT HOOK",
+ direction="l",
+ linebreak="al",
+ specials={ "super", 0xAB52 },
+ unicodeslot=0xAB5F,
+ },
+ [0xAB64]={
+ category="ll",
+ description="LATIN SMALL LETTER INVERTED ALPHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB64,
+ },
+ [0xAB65]={
+ category="ll",
+ description="GREEK LETTER SMALL CAPITAL OMEGA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0xAB65,
+ },
[0xABC0]={
category="lo",
description="MEETEI MAYEK LETTER KOK",
@@ -116725,6 +120429,7 @@ characters.data={
},
[0xABED]={
category="mn",
+ combining=0x9,
description="MEETEI MAYEK APUN IYEK",
direction="nsm",
linebreak="cm",
@@ -121604,7 +125309,7 @@ characters.data={
description="LATIN SMALL LIGATURE FF",
direction="l",
linebreak="al",
- specials={ "compat", 0x0066, 0x0066 },
+ specials={ "compat", 0x66, 0x66 },
unicodeslot=0xFB00,
},
[0xFB01]={
@@ -121614,8 +125319,8 @@ characters.data={
description="LATIN SMALL LIGATURE FI",
direction="l",
linebreak="al",
- shcode={ 0x0066, 0x0069 },
- specials={ "compat", 0x0066, 0x0069 },
+ shcode={ 0x66, 0x69 },
+ specials={ "compat", 0x66, 0x69 },
unicodeslot=0xFB01,
},
[0xFB02]={
@@ -121625,8 +125330,8 @@ characters.data={
description="LATIN SMALL LIGATURE FL",
direction="l",
linebreak="al",
- shcode={ 0x0066, 0x006C },
- specials={ "compat", 0x0066, 0x006C },
+ shcode={ 0x66, 0x6C },
+ specials={ "compat", 0x66, 0x6C },
unicodeslot=0xFB02,
},
[0xFB03]={
@@ -121636,8 +125341,8 @@ characters.data={
description="LATIN SMALL LIGATURE FFI",
direction="l",
linebreak="al",
- shcode={ 0x0066, 0x0069 },
- specials={ "compat", 0x0066, 0x0066, 0x0069 },
+ shcode={ 0x66, 0x69 },
+ specials={ "compat", 0x66, 0x66, 0x69 },
unicodeslot=0xFB03,
},
[0xFB04]={
@@ -121647,8 +125352,8 @@ characters.data={
description="LATIN SMALL LIGATURE FFL",
direction="l",
linebreak="al",
- shcode={ 0x0066, 0x006C },
- specials={ "compat", 0x0066, 0x0066, 0x006C },
+ shcode={ 0x66, 0x6C },
+ specials={ "compat", 0x66, 0x66, 0x6C },
unicodeslot=0xFB04,
},
[0xFB05]={
@@ -121656,7 +125361,7 @@ characters.data={
description="LATIN SMALL LIGATURE LONG S T",
direction="l",
linebreak="al",
- specials={ "compat", 0x017F, 0x0074 },
+ specials={ "compat", 0x17F, 0x74 },
unicodeslot=0xFB05,
},
[0xFB06]={
@@ -121665,8 +125370,8 @@ characters.data={
description="LATIN SMALL LIGATURE ST",
direction="l",
linebreak="al",
- shcode={ 0x0073, 0x0074 },
- specials={ "compat", 0x0073, 0x0074 },
+ shcode={ 0x73, 0x74 },
+ specials={ "compat", 0x73, 0x74 },
unicodeslot=0xFB06,
},
[0xFB13]={
@@ -121674,7 +125379,7 @@ characters.data={
description="ARMENIAN SMALL LIGATURE MEN NOW",
direction="l",
linebreak="al",
- specials={ "compat", 0x0574, 0x0576 },
+ specials={ "compat", 0x574, 0x576 },
unicodeslot=0xFB13,
},
[0xFB14]={
@@ -121682,7 +125387,7 @@ characters.data={
description="ARMENIAN SMALL LIGATURE MEN ECH",
direction="l",
linebreak="al",
- specials={ "compat", 0x0574, 0x0565 },
+ specials={ "compat", 0x574, 0x565 },
unicodeslot=0xFB14,
},
[0xFB15]={
@@ -121690,7 +125395,7 @@ characters.data={
description="ARMENIAN SMALL LIGATURE MEN INI",
direction="l",
linebreak="al",
- specials={ "compat", 0x0574, 0x056B },
+ specials={ "compat", 0x574, 0x56B },
unicodeslot=0xFB15,
},
[0xFB16]={
@@ -121698,7 +125403,7 @@ characters.data={
description="ARMENIAN SMALL LIGATURE VEW NOW",
direction="l",
linebreak="al",
- specials={ "compat", 0x057E, 0x0576 },
+ specials={ "compat", 0x57E, 0x576 },
unicodeslot=0xFB16,
},
[0xFB17]={
@@ -121706,7 +125411,7 @@ characters.data={
description="ARMENIAN SMALL LIGATURE MEN XEH",
direction="l",
linebreak="al",
- specials={ "compat", 0x0574, 0x056D },
+ specials={ "compat", 0x574, 0x56D },
unicodeslot=0xFB17,
},
[0xFB1D]={
@@ -121714,12 +125419,13 @@ characters.data={
description="HEBREW LETTER YOD WITH HIRIQ",
direction="r",
linebreak="hl",
- shcode=0x05D9,
- specials={ "char", 0x05D9, 0x05B4 },
+ shcode=0x5D9,
+ specials={ "char", 0x5D9, 0x5B4 },
unicodeslot=0xFB1D,
},
[0xFB1E]={
category="mn",
+ combining=0x1A,
description="HEBREW POINT JUDEO-SPANISH VARIKA",
direction="nsm",
linebreak="cm",
@@ -121731,7 +125437,7 @@ characters.data={
description="HEBREW LIGATURE YIDDISH YOD YOD PATAH",
direction="r",
linebreak="hl",
- specials={ "char", 0x05F2, 0x05B7 },
+ specials={ "char", 0x5F2, 0x5B7 },
unicodeslot=0xFB1F,
},
[0xFB20]={
@@ -121740,7 +125446,7 @@ characters.data={
description="HEBREW LETTER ALTERNATIVE AYIN",
direction="r",
linebreak="hl",
- specials={ "font", 0x05E2 },
+ specials={ "font", 0x5E2 },
unicodeslot=0xFB20,
},
[0xFB21]={
@@ -121748,7 +125454,7 @@ characters.data={
description="HEBREW LETTER WIDE ALEF",
direction="r",
linebreak="hl",
- specials={ "font", 0x05D0 },
+ specials={ "font", 0x5D0 },
unicodeslot=0xFB21,
},
[0xFB22]={
@@ -121756,7 +125462,7 @@ characters.data={
description="HEBREW LETTER WIDE DALET",
direction="r",
linebreak="hl",
- specials={ "font", 0x05D3 },
+ specials={ "font", 0x5D3 },
unicodeslot=0xFB22,
},
[0xFB23]={
@@ -121764,7 +125470,7 @@ characters.data={
description="HEBREW LETTER WIDE HE",
direction="r",
linebreak="hl",
- specials={ "font", 0x05D4 },
+ specials={ "font", 0x5D4 },
unicodeslot=0xFB23,
},
[0xFB24]={
@@ -121772,7 +125478,7 @@ characters.data={
description="HEBREW LETTER WIDE KAF",
direction="r",
linebreak="hl",
- specials={ "font", 0x05DB },
+ specials={ "font", 0x5DB },
unicodeslot=0xFB24,
},
[0xFB25]={
@@ -121780,7 +125486,7 @@ characters.data={
description="HEBREW LETTER WIDE LAMED",
direction="r",
linebreak="hl",
- specials={ "font", 0x05DC },
+ specials={ "font", 0x5DC },
unicodeslot=0xFB25,
},
[0xFB26]={
@@ -121788,7 +125494,7 @@ characters.data={
description="HEBREW LETTER WIDE FINAL MEM",
direction="r",
linebreak="hl",
- specials={ "font", 0x05DD },
+ specials={ "font", 0x5DD },
unicodeslot=0xFB26,
},
[0xFB27]={
@@ -121796,7 +125502,7 @@ characters.data={
description="HEBREW LETTER WIDE RESH",
direction="r",
linebreak="hl",
- specials={ "font", 0x05E8 },
+ specials={ "font", 0x5E8 },
unicodeslot=0xFB27,
},
[0xFB28]={
@@ -121804,7 +125510,7 @@ characters.data={
description="HEBREW LETTER WIDE TAV",
direction="r",
linebreak="hl",
- specials={ "font", 0x05EA },
+ specials={ "font", 0x5EA },
unicodeslot=0xFB28,
},
[0xFB29]={
@@ -121812,7 +125518,7 @@ characters.data={
description="HEBREW LETTER ALTERNATIVE PLUS SIGN",
direction="es",
linebreak="al",
- specials={ "font", 0x002B },
+ specials={ "font", 0x2B },
unicodeslot=0xFB29,
},
[0xFB2A]={
@@ -121821,8 +125527,8 @@ characters.data={
description="HEBREW LETTER SHIN WITH SHIN DOT",
direction="r",
linebreak="hl",
- shcode=0x05E9,
- specials={ "char", 0x05E9, 0x05C1 },
+ shcode=0x5E9,
+ specials={ "char", 0x5E9, 0x5C1 },
unicodeslot=0xFB2A,
},
[0xFB2B]={
@@ -121831,8 +125537,8 @@ characters.data={
description="HEBREW LETTER SHIN WITH SIN DOT",
direction="r",
linebreak="hl",
- shcode=0x05E9,
- specials={ "char", 0x05E9, 0x05C2 },
+ shcode=0x5E9,
+ specials={ "char", 0x5E9, 0x5C2 },
unicodeslot=0xFB2B,
},
[0xFB2C]={
@@ -121841,8 +125547,8 @@ characters.data={
description="HEBREW LETTER SHIN WITH DAGESH AND SHIN DOT",
direction="r",
linebreak="hl",
- shcode=0x05E9,
- specials={ "char", 0xFB49, 0x05C1 },
+ shcode=0x5E9,
+ specials={ "char", 0xFB49, 0x5C1 },
unicodeslot=0xFB2C,
},
[0xFB2D]={
@@ -121851,8 +125557,8 @@ characters.data={
description="HEBREW LETTER SHIN WITH DAGESH AND SIN DOT",
direction="r",
linebreak="hl",
- shcode=0x05E9,
- specials={ "char", 0xFB49, 0x05C2 },
+ shcode=0x5E9,
+ specials={ "char", 0xFB49, 0x5C2 },
unicodeslot=0xFB2D,
},
[0xFB2E]={
@@ -121861,8 +125567,8 @@ characters.data={
description="HEBREW LETTER ALEF WITH PATAH",
direction="r",
linebreak="hl",
- shcode=0x05D0,
- specials={ "char", 0x05D0, 0x05B7 },
+ shcode=0x5D0,
+ specials={ "char", 0x5D0, 0x5B7 },
unicodeslot=0xFB2E,
},
[0xFB2F]={
@@ -121871,8 +125577,8 @@ characters.data={
description="HEBREW LETTER ALEF WITH QAMATS",
direction="r",
linebreak="hl",
- shcode=0x05D0,
- specials={ "char", 0x05D0, 0x05B8 },
+ shcode=0x5D0,
+ specials={ "char", 0x5D0, 0x5B8 },
unicodeslot=0xFB2F,
},
[0xFB30]={
@@ -121881,8 +125587,8 @@ characters.data={
description="HEBREW LETTER ALEF WITH MAPIQ",
direction="r",
linebreak="hl",
- shcode=0x05D0,
- specials={ "char", 0x05D0, 0x05BC },
+ shcode=0x5D0,
+ specials={ "char", 0x5D0, 0x5BC },
unicodeslot=0xFB30,
},
[0xFB31]={
@@ -121891,8 +125597,8 @@ characters.data={
description="HEBREW LETTER BET WITH DAGESH",
direction="r",
linebreak="hl",
- shcode=0x05D1,
- specials={ "char", 0x05D1, 0x05BC },
+ shcode=0x5D1,
+ specials={ "char", 0x5D1, 0x5BC },
unicodeslot=0xFB31,
},
[0xFB32]={
@@ -121901,8 +125607,8 @@ characters.data={
description="HEBREW LETTER GIMEL WITH DAGESH",
direction="r",
linebreak="hl",
- shcode=0x05D2,
- specials={ "char", 0x05D2, 0x05BC },
+ shcode=0x5D2,
+ specials={ "char", 0x5D2, 0x5BC },
unicodeslot=0xFB32,
},
[0xFB33]={
@@ -121911,8 +125617,8 @@ characters.data={
description="HEBREW LETTER DALET WITH DAGESH",
direction="r",
linebreak="hl",
- shcode=0x05D3,
- specials={ "char", 0x05D3, 0x05BC },
+ shcode=0x5D3,
+ specials={ "char", 0x5D3, 0x5BC },
unicodeslot=0xFB33,
},
[0xFB34]={
@@ -121921,8 +125627,8 @@ characters.data={
description="HEBREW LETTER HE WITH MAPIQ",
direction="r",
linebreak="hl",
- shcode=0x05D4,
- specials={ "char", 0x05D4, 0x05BC },
+ shcode=0x5D4,
+ specials={ "char", 0x5D4, 0x5BC },
unicodeslot=0xFB34,
},
[0xFB35]={
@@ -121931,8 +125637,8 @@ characters.data={
description="HEBREW LETTER VAV WITH DAGESH",
direction="r",
linebreak="hl",
- shcode=0x05D5,
- specials={ "char", 0x05D5, 0x05BC },
+ shcode=0x5D5,
+ specials={ "char", 0x5D5, 0x5BC },
unicodeslot=0xFB35,
},
[0xFB36]={
@@ -121941,8 +125647,8 @@ characters.data={
description="HEBREW LETTER ZAYIN WITH DAGESH",
direction="r",
linebreak="hl",
- shcode=0x05D6,
- specials={ "char", 0x05D6, 0x05BC },
+ shcode=0x5D6,
+ specials={ "char", 0x5D6, 0x5BC },
unicodeslot=0xFB36,
},
[0xFB38]={
@@ -121951,8 +125657,8 @@ characters.data={
description="HEBREW LETTER TET WITH DAGESH",
direction="r",
linebreak="hl",
- shcode=0x05D8,
- specials={ "char", 0x05D8, 0x05BC },
+ shcode=0x5D8,
+ specials={ "char", 0x5D8, 0x5BC },
unicodeslot=0xFB38,
},
[0xFB39]={
@@ -121961,8 +125667,8 @@ characters.data={
description="HEBREW LETTER YOD WITH DAGESH",
direction="r",
linebreak="hl",
- shcode=0x05D9,
- specials={ "char", 0x05D9, 0x05BC },
+ shcode=0x5D9,
+ specials={ "char", 0x5D9, 0x5BC },
unicodeslot=0xFB39,
},
[0xFB3A]={
@@ -121971,7 +125677,7 @@ characters.data={
description="HEBREW LETTER FINAL KAF WITH DAGESH",
direction="r",
linebreak="hl",
- specials={ "char", 0x05DA, 0x05BC },
+ specials={ "char", 0x5DA, 0x5BC },
unicodeslot=0xFB3A,
},
[0xFB3B]={
@@ -121980,8 +125686,8 @@ characters.data={
description="HEBREW LETTER KAF WITH DAGESH",
direction="r",
linebreak="hl",
- shcode=0x05DB,
- specials={ "char", 0x05DB, 0x05BC },
+ shcode=0x5DB,
+ specials={ "char", 0x5DB, 0x5BC },
unicodeslot=0xFB3B,
},
[0xFB3C]={
@@ -121990,8 +125696,8 @@ characters.data={
description="HEBREW LETTER LAMED WITH DAGESH",
direction="r",
linebreak="hl",
- shcode=0x05DC,
- specials={ "char", 0x05DC, 0x05BC },
+ shcode=0x5DC,
+ specials={ "char", 0x5DC, 0x5BC },
unicodeslot=0xFB3C,
},
[0xFB3E]={
@@ -122000,8 +125706,8 @@ characters.data={
description="HEBREW LETTER MEM WITH DAGESH",
direction="r",
linebreak="hl",
- shcode=0x05DE,
- specials={ "char", 0x05DE, 0x05BC },
+ shcode=0x5DE,
+ specials={ "char", 0x5DE, 0x5BC },
unicodeslot=0xFB3E,
},
[0xFB40]={
@@ -122010,8 +125716,8 @@ characters.data={
description="HEBREW LETTER NUN WITH DAGESH",
direction="r",
linebreak="hl",
- shcode=0x05E0,
- specials={ "char", 0x05E0, 0x05BC },
+ shcode=0x5E0,
+ specials={ "char", 0x5E0, 0x5BC },
unicodeslot=0xFB40,
},
[0xFB41]={
@@ -122020,8 +125726,8 @@ characters.data={
description="HEBREW LETTER SAMEKH WITH DAGESH",
direction="r",
linebreak="hl",
- shcode=0x05E1,
- specials={ "char", 0x05E1, 0x05BC },
+ shcode=0x5E1,
+ specials={ "char", 0x5E1, 0x5BC },
unicodeslot=0xFB41,
},
[0xFB43]={
@@ -122030,7 +125736,7 @@ characters.data={
description="HEBREW LETTER FINAL PE WITH DAGESH",
direction="r",
linebreak="hl",
- specials={ "char", 0x05E3, 0x05BC },
+ specials={ "char", 0x5E3, 0x5BC },
unicodeslot=0xFB43,
},
[0xFB44]={
@@ -122039,8 +125745,8 @@ characters.data={
description="HEBREW LETTER PE WITH DAGESH",
direction="r",
linebreak="hl",
- shcode=0x05E4,
- specials={ "char", 0x05E4, 0x05BC },
+ shcode=0x5E4,
+ specials={ "char", 0x5E4, 0x5BC },
unicodeslot=0xFB44,
},
[0xFB46]={
@@ -122049,8 +125755,8 @@ characters.data={
description="HEBREW LETTER TSADI WITH DAGESH",
direction="r",
linebreak="hl",
- shcode=0x05E6,
- specials={ "char", 0x05E6, 0x05BC },
+ shcode=0x5E6,
+ specials={ "char", 0x5E6, 0x5BC },
unicodeslot=0xFB46,
},
[0xFB47]={
@@ -122059,8 +125765,8 @@ characters.data={
description="HEBREW LETTER QOF WITH DAGESH",
direction="r",
linebreak="hl",
- shcode=0x05E7,
- specials={ "char", 0x05E7, 0x05BC },
+ shcode=0x5E7,
+ specials={ "char", 0x5E7, 0x5BC },
unicodeslot=0xFB47,
},
[0xFB48]={
@@ -122069,8 +125775,8 @@ characters.data={
description="HEBREW LETTER RESH WITH DAGESH",
direction="r",
linebreak="hl",
- shcode=0x05E8,
- specials={ "char", 0x05E8, 0x05BC },
+ shcode=0x5E8,
+ specials={ "char", 0x5E8, 0x5BC },
unicodeslot=0xFB48,
},
[0xFB49]={
@@ -122079,8 +125785,8 @@ characters.data={
description="HEBREW LETTER SHIN WITH DAGESH",
direction="r",
linebreak="hl",
- shcode=0x05E9,
- specials={ "char", 0x05E9, 0x05BC },
+ shcode=0x5E9,
+ specials={ "char", 0x5E9, 0x5BC },
unicodeslot=0xFB49,
},
[0xFB4A]={
@@ -122089,8 +125795,8 @@ characters.data={
description="HEBREW LETTER TAV WITH DAGESH",
direction="r",
linebreak="hl",
- shcode=0x05EA,
- specials={ "char", 0x05EA, 0x05BC },
+ shcode=0x5EA,
+ specials={ "char", 0x5EA, 0x5BC },
unicodeslot=0xFB4A,
},
[0xFB4B]={
@@ -122099,8 +125805,8 @@ characters.data={
description="HEBREW LETTER VAV WITH HOLAM",
direction="r",
linebreak="hl",
- shcode=0x05D5,
- specials={ "char", 0x05D5, 0x05B9 },
+ shcode=0x5D5,
+ specials={ "char", 0x5D5, 0x5B9 },
unicodeslot=0xFB4B,
},
[0xFB4C]={
@@ -122109,8 +125815,8 @@ characters.data={
description="HEBREW LETTER BET WITH RAFE",
direction="r",
linebreak="hl",
- shcode=0x05D1,
- specials={ "char", 0x05D1, 0x05BF },
+ shcode=0x5D1,
+ specials={ "char", 0x5D1, 0x5BF },
unicodeslot=0xFB4C,
},
[0xFB4D]={
@@ -122119,8 +125825,8 @@ characters.data={
description="HEBREW LETTER KAF WITH RAFE",
direction="r",
linebreak="hl",
- shcode=0x05DB,
- specials={ "char", 0x05DB, 0x05BF },
+ shcode=0x5DB,
+ specials={ "char", 0x5DB, 0x5BF },
unicodeslot=0xFB4D,
},
[0xFB4E]={
@@ -122129,8 +125835,8 @@ characters.data={
description="HEBREW LETTER PE WITH RAFE",
direction="r",
linebreak="hl",
- shcode=0x05E4,
- specials={ "char", 0x05E4, 0x05BF },
+ shcode=0x5E4,
+ specials={ "char", 0x5E4, 0x5BF },
unicodeslot=0xFB4E,
},
[0xFB4F]={
@@ -122139,7 +125845,7 @@ characters.data={
description="HEBREW LIGATURE ALEF LAMED",
direction="r",
linebreak="hl",
- specials={ "compat", 0x05D0, 0x05DC },
+ specials={ "compat", 0x5D0, 0x5DC },
unicodeslot=0xFB4F,
},
[0xFB50]={
@@ -122147,7 +125853,7 @@ characters.data={
description="ARABIC LETTER ALEF WASLA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0671 },
+ specials={ "isolated", 0x671 },
unicodeslot=0xFB50,
},
[0xFB51]={
@@ -122155,7 +125861,7 @@ characters.data={
description="ARABIC LETTER ALEF WASLA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0671 },
+ specials={ "final", 0x671 },
unicodeslot=0xFB51,
},
[0xFB52]={
@@ -122163,7 +125869,7 @@ characters.data={
description="ARABIC LETTER BEEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x067B },
+ specials={ "isolated", 0x67B },
unicodeslot=0xFB52,
},
[0xFB53]={
@@ -122171,7 +125877,7 @@ characters.data={
description="ARABIC LETTER BEEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x067B },
+ specials={ "final", 0x67B },
unicodeslot=0xFB53,
},
[0xFB54]={
@@ -122179,7 +125885,7 @@ characters.data={
description="ARABIC LETTER BEEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x067B },
+ specials={ "initial", 0x67B },
unicodeslot=0xFB54,
},
[0xFB55]={
@@ -122187,7 +125893,7 @@ characters.data={
description="ARABIC LETTER BEEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x067B },
+ specials={ "medial", 0x67B },
unicodeslot=0xFB55,
},
[0xFB56]={
@@ -122195,7 +125901,7 @@ characters.data={
description="ARABIC LETTER PEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x067E },
+ specials={ "isolated", 0x67E },
unicodeslot=0xFB56,
},
[0xFB57]={
@@ -122204,7 +125910,7 @@ characters.data={
description="ARABIC LETTER PEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x067E },
+ specials={ "final", 0x67E },
unicodeslot=0xFB57,
},
[0xFB58]={
@@ -122213,7 +125919,7 @@ characters.data={
description="ARABIC LETTER PEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x067E },
+ specials={ "initial", 0x67E },
unicodeslot=0xFB58,
},
[0xFB59]={
@@ -122222,7 +125928,7 @@ characters.data={
description="ARABIC LETTER PEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x067E },
+ specials={ "medial", 0x67E },
unicodeslot=0xFB59,
},
[0xFB5A]={
@@ -122230,7 +125936,7 @@ characters.data={
description="ARABIC LETTER BEHEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0680 },
+ specials={ "isolated", 0x680 },
unicodeslot=0xFB5A,
},
[0xFB5B]={
@@ -122238,7 +125944,7 @@ characters.data={
description="ARABIC LETTER BEHEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0680 },
+ specials={ "final", 0x680 },
unicodeslot=0xFB5B,
},
[0xFB5C]={
@@ -122246,7 +125952,7 @@ characters.data={
description="ARABIC LETTER BEHEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0680 },
+ specials={ "initial", 0x680 },
unicodeslot=0xFB5C,
},
[0xFB5D]={
@@ -122254,7 +125960,7 @@ characters.data={
description="ARABIC LETTER BEHEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0680 },
+ specials={ "medial", 0x680 },
unicodeslot=0xFB5D,
},
[0xFB5E]={
@@ -122262,7 +125968,7 @@ characters.data={
description="ARABIC LETTER TTEHEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x067A },
+ specials={ "isolated", 0x67A },
unicodeslot=0xFB5E,
},
[0xFB5F]={
@@ -122270,7 +125976,7 @@ characters.data={
description="ARABIC LETTER TTEHEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x067A },
+ specials={ "final", 0x67A },
unicodeslot=0xFB5F,
},
[0xFB60]={
@@ -122278,7 +125984,7 @@ characters.data={
description="ARABIC LETTER TTEHEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x067A },
+ specials={ "initial", 0x67A },
unicodeslot=0xFB60,
},
[0xFB61]={
@@ -122286,7 +125992,7 @@ characters.data={
description="ARABIC LETTER TTEHEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x067A },
+ specials={ "medial", 0x67A },
unicodeslot=0xFB61,
},
[0xFB62]={
@@ -122294,7 +126000,7 @@ characters.data={
description="ARABIC LETTER TEHEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x067F },
+ specials={ "isolated", 0x67F },
unicodeslot=0xFB62,
},
[0xFB63]={
@@ -122302,7 +126008,7 @@ characters.data={
description="ARABIC LETTER TEHEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x067F },
+ specials={ "final", 0x67F },
unicodeslot=0xFB63,
},
[0xFB64]={
@@ -122310,7 +126016,7 @@ characters.data={
description="ARABIC LETTER TEHEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x067F },
+ specials={ "initial", 0x67F },
unicodeslot=0xFB64,
},
[0xFB65]={
@@ -122318,7 +126024,7 @@ characters.data={
description="ARABIC LETTER TEHEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x067F },
+ specials={ "medial", 0x67F },
unicodeslot=0xFB65,
},
[0xFB66]={
@@ -122326,7 +126032,7 @@ characters.data={
description="ARABIC LETTER TTEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0679 },
+ specials={ "isolated", 0x679 },
unicodeslot=0xFB66,
},
[0xFB67]={
@@ -122335,7 +126041,7 @@ characters.data={
description="ARABIC LETTER TTEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0679 },
+ specials={ "final", 0x679 },
unicodeslot=0xFB67,
},
[0xFB68]={
@@ -122344,7 +126050,7 @@ characters.data={
description="ARABIC LETTER TTEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0679 },
+ specials={ "initial", 0x679 },
unicodeslot=0xFB68,
},
[0xFB69]={
@@ -122353,7 +126059,7 @@ characters.data={
description="ARABIC LETTER TTEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0679 },
+ specials={ "medial", 0x679 },
unicodeslot=0xFB69,
},
[0xFB6A]={
@@ -122361,7 +126067,7 @@ characters.data={
description="ARABIC LETTER VEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x06A4 },
+ specials={ "isolated", 0x6A4 },
unicodeslot=0xFB6A,
},
[0xFB6B]={
@@ -122370,7 +126076,7 @@ characters.data={
description="ARABIC LETTER VEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x06A4 },
+ specials={ "final", 0x6A4 },
unicodeslot=0xFB6B,
},
[0xFB6C]={
@@ -122379,7 +126085,7 @@ characters.data={
description="ARABIC LETTER VEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x06A4 },
+ specials={ "initial", 0x6A4 },
unicodeslot=0xFB6C,
},
[0xFB6D]={
@@ -122388,7 +126094,7 @@ characters.data={
description="ARABIC LETTER VEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x06A4 },
+ specials={ "medial", 0x6A4 },
unicodeslot=0xFB6D,
},
[0xFB6E]={
@@ -122396,7 +126102,7 @@ characters.data={
description="ARABIC LETTER PEHEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x06A6 },
+ specials={ "isolated", 0x6A6 },
unicodeslot=0xFB6E,
},
[0xFB6F]={
@@ -122404,7 +126110,7 @@ characters.data={
description="ARABIC LETTER PEHEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x06A6 },
+ specials={ "final", 0x6A6 },
unicodeslot=0xFB6F,
},
[0xFB70]={
@@ -122412,7 +126118,7 @@ characters.data={
description="ARABIC LETTER PEHEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x06A6 },
+ specials={ "initial", 0x6A6 },
unicodeslot=0xFB70,
},
[0xFB71]={
@@ -122420,7 +126126,7 @@ characters.data={
description="ARABIC LETTER PEHEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x06A6 },
+ specials={ "medial", 0x6A6 },
unicodeslot=0xFB71,
},
[0xFB72]={
@@ -122428,7 +126134,7 @@ characters.data={
description="ARABIC LETTER DYEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0684 },
+ specials={ "isolated", 0x684 },
unicodeslot=0xFB72,
},
[0xFB73]={
@@ -122436,7 +126142,7 @@ characters.data={
description="ARABIC LETTER DYEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0684 },
+ specials={ "final", 0x684 },
unicodeslot=0xFB73,
},
[0xFB74]={
@@ -122444,7 +126150,7 @@ characters.data={
description="ARABIC LETTER DYEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0684 },
+ specials={ "initial", 0x684 },
unicodeslot=0xFB74,
},
[0xFB75]={
@@ -122452,7 +126158,7 @@ characters.data={
description="ARABIC LETTER DYEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0684 },
+ specials={ "medial", 0x684 },
unicodeslot=0xFB75,
},
[0xFB76]={
@@ -122460,7 +126166,7 @@ characters.data={
description="ARABIC LETTER NYEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0683 },
+ specials={ "isolated", 0x683 },
unicodeslot=0xFB76,
},
[0xFB77]={
@@ -122468,7 +126174,7 @@ characters.data={
description="ARABIC LETTER NYEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0683 },
+ specials={ "final", 0x683 },
unicodeslot=0xFB77,
},
[0xFB78]={
@@ -122476,7 +126182,7 @@ characters.data={
description="ARABIC LETTER NYEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0683 },
+ specials={ "initial", 0x683 },
unicodeslot=0xFB78,
},
[0xFB79]={
@@ -122484,7 +126190,7 @@ characters.data={
description="ARABIC LETTER NYEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0683 },
+ specials={ "medial", 0x683 },
unicodeslot=0xFB79,
},
[0xFB7A]={
@@ -122492,7 +126198,7 @@ characters.data={
description="ARABIC LETTER TCHEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0686 },
+ specials={ "isolated", 0x686 },
unicodeslot=0xFB7A,
},
[0xFB7B]={
@@ -122501,7 +126207,7 @@ characters.data={
description="ARABIC LETTER TCHEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0686 },
+ specials={ "final", 0x686 },
unicodeslot=0xFB7B,
},
[0xFB7C]={
@@ -122510,7 +126216,7 @@ characters.data={
description="ARABIC LETTER TCHEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0686 },
+ specials={ "initial", 0x686 },
unicodeslot=0xFB7C,
},
[0xFB7D]={
@@ -122519,7 +126225,7 @@ characters.data={
description="ARABIC LETTER TCHEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0686 },
+ specials={ "medial", 0x686 },
unicodeslot=0xFB7D,
},
[0xFB7E]={
@@ -122527,7 +126233,7 @@ characters.data={
description="ARABIC LETTER TCHEHEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0687 },
+ specials={ "isolated", 0x687 },
unicodeslot=0xFB7E,
},
[0xFB7F]={
@@ -122535,7 +126241,7 @@ characters.data={
description="ARABIC LETTER TCHEHEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0687 },
+ specials={ "final", 0x687 },
unicodeslot=0xFB7F,
},
[0xFB80]={
@@ -122543,7 +126249,7 @@ characters.data={
description="ARABIC LETTER TCHEHEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0687 },
+ specials={ "initial", 0x687 },
unicodeslot=0xFB80,
},
[0xFB81]={
@@ -122551,7 +126257,7 @@ characters.data={
description="ARABIC LETTER TCHEHEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0687 },
+ specials={ "medial", 0x687 },
unicodeslot=0xFB81,
},
[0xFB82]={
@@ -122559,7 +126265,7 @@ characters.data={
description="ARABIC LETTER DDAHAL ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x068D },
+ specials={ "isolated", 0x68D },
unicodeslot=0xFB82,
},
[0xFB83]={
@@ -122567,7 +126273,7 @@ characters.data={
description="ARABIC LETTER DDAHAL FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x068D },
+ specials={ "final", 0x68D },
unicodeslot=0xFB83,
},
[0xFB84]={
@@ -122575,7 +126281,7 @@ characters.data={
description="ARABIC LETTER DAHAL ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x068C },
+ specials={ "isolated", 0x68C },
unicodeslot=0xFB84,
},
[0xFB85]={
@@ -122583,7 +126289,7 @@ characters.data={
description="ARABIC LETTER DAHAL FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x068C },
+ specials={ "final", 0x68C },
unicodeslot=0xFB85,
},
[0xFB86]={
@@ -122591,7 +126297,7 @@ characters.data={
description="ARABIC LETTER DUL ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x068E },
+ specials={ "isolated", 0x68E },
unicodeslot=0xFB86,
},
[0xFB87]={
@@ -122599,7 +126305,7 @@ characters.data={
description="ARABIC LETTER DUL FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x068E },
+ specials={ "final", 0x68E },
unicodeslot=0xFB87,
},
[0xFB88]={
@@ -122607,7 +126313,7 @@ characters.data={
description="ARABIC LETTER DDAL ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0688 },
+ specials={ "isolated", 0x688 },
unicodeslot=0xFB88,
},
[0xFB89]={
@@ -122616,7 +126322,7 @@ characters.data={
description="ARABIC LETTER DDAL FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0688 },
+ specials={ "final", 0x688 },
unicodeslot=0xFB89,
},
[0xFB8A]={
@@ -122624,7 +126330,7 @@ characters.data={
description="ARABIC LETTER JEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0698 },
+ specials={ "isolated", 0x698 },
unicodeslot=0xFB8A,
},
[0xFB8B]={
@@ -122633,7 +126339,7 @@ characters.data={
description="ARABIC LETTER JEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0698 },
+ specials={ "final", 0x698 },
unicodeslot=0xFB8B,
},
[0xFB8C]={
@@ -122641,7 +126347,7 @@ characters.data={
description="ARABIC LETTER RREH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0691 },
+ specials={ "isolated", 0x691 },
unicodeslot=0xFB8C,
},
[0xFB8D]={
@@ -122650,7 +126356,7 @@ characters.data={
description="ARABIC LETTER RREH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0691 },
+ specials={ "final", 0x691 },
unicodeslot=0xFB8D,
},
[0xFB8E]={
@@ -122658,7 +126364,7 @@ characters.data={
description="ARABIC LETTER KEHEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x06A9 },
+ specials={ "isolated", 0x6A9 },
unicodeslot=0xFB8E,
},
[0xFB8F]={
@@ -122666,7 +126372,7 @@ characters.data={
description="ARABIC LETTER KEHEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x06A9 },
+ specials={ "final", 0x6A9 },
unicodeslot=0xFB8F,
},
[0xFB90]={
@@ -122674,7 +126380,7 @@ characters.data={
description="ARABIC LETTER KEHEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x06A9 },
+ specials={ "initial", 0x6A9 },
unicodeslot=0xFB90,
},
[0xFB91]={
@@ -122682,7 +126388,7 @@ characters.data={
description="ARABIC LETTER KEHEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x06A9 },
+ specials={ "medial", 0x6A9 },
unicodeslot=0xFB91,
},
[0xFB92]={
@@ -122690,7 +126396,7 @@ characters.data={
description="ARABIC LETTER GAF ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x06AF },
+ specials={ "isolated", 0x6AF },
unicodeslot=0xFB92,
},
[0xFB93]={
@@ -122699,7 +126405,7 @@ characters.data={
description="ARABIC LETTER GAF FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x06AF },
+ specials={ "final", 0x6AF },
unicodeslot=0xFB93,
},
[0xFB94]={
@@ -122708,7 +126414,7 @@ characters.data={
description="ARABIC LETTER GAF INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x06AF },
+ specials={ "initial", 0x6AF },
unicodeslot=0xFB94,
},
[0xFB95]={
@@ -122717,7 +126423,7 @@ characters.data={
description="ARABIC LETTER GAF MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x06AF },
+ specials={ "medial", 0x6AF },
unicodeslot=0xFB95,
},
[0xFB96]={
@@ -122725,7 +126431,7 @@ characters.data={
description="ARABIC LETTER GUEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x06B3 },
+ specials={ "isolated", 0x6B3 },
unicodeslot=0xFB96,
},
[0xFB97]={
@@ -122733,7 +126439,7 @@ characters.data={
description="ARABIC LETTER GUEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x06B3 },
+ specials={ "final", 0x6B3 },
unicodeslot=0xFB97,
},
[0xFB98]={
@@ -122741,7 +126447,7 @@ characters.data={
description="ARABIC LETTER GUEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x06B3 },
+ specials={ "initial", 0x6B3 },
unicodeslot=0xFB98,
},
[0xFB99]={
@@ -122749,7 +126455,7 @@ characters.data={
description="ARABIC LETTER GUEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x06B3 },
+ specials={ "medial", 0x6B3 },
unicodeslot=0xFB99,
},
[0xFB9A]={
@@ -122757,7 +126463,7 @@ characters.data={
description="ARABIC LETTER NGOEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x06B1 },
+ specials={ "isolated", 0x6B1 },
unicodeslot=0xFB9A,
},
[0xFB9B]={
@@ -122765,7 +126471,7 @@ characters.data={
description="ARABIC LETTER NGOEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x06B1 },
+ specials={ "final", 0x6B1 },
unicodeslot=0xFB9B,
},
[0xFB9C]={
@@ -122773,7 +126479,7 @@ characters.data={
description="ARABIC LETTER NGOEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x06B1 },
+ specials={ "initial", 0x6B1 },
unicodeslot=0xFB9C,
},
[0xFB9D]={
@@ -122781,7 +126487,7 @@ characters.data={
description="ARABIC LETTER NGOEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x06B1 },
+ specials={ "medial", 0x6B1 },
unicodeslot=0xFB9D,
},
[0xFB9E]={
@@ -122789,7 +126495,7 @@ characters.data={
description="ARABIC LETTER NOON GHUNNA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x06BA },
+ specials={ "isolated", 0x6BA },
unicodeslot=0xFB9E,
},
[0xFB9F]={
@@ -122798,7 +126504,7 @@ characters.data={
description="ARABIC LETTER NOON GHUNNA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x06BA },
+ specials={ "final", 0x6BA },
unicodeslot=0xFB9F,
},
[0xFBA0]={
@@ -122806,7 +126512,7 @@ characters.data={
description="ARABIC LETTER RNOON ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x06BB },
+ specials={ "isolated", 0x6BB },
unicodeslot=0xFBA0,
},
[0xFBA1]={
@@ -122814,7 +126520,7 @@ characters.data={
description="ARABIC LETTER RNOON FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x06BB },
+ specials={ "final", 0x6BB },
unicodeslot=0xFBA1,
},
[0xFBA2]={
@@ -122822,7 +126528,7 @@ characters.data={
description="ARABIC LETTER RNOON INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x06BB },
+ specials={ "initial", 0x6BB },
unicodeslot=0xFBA2,
},
[0xFBA3]={
@@ -122830,7 +126536,7 @@ characters.data={
description="ARABIC LETTER RNOON MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x06BB },
+ specials={ "medial", 0x6BB },
unicodeslot=0xFBA3,
},
[0xFBA4]={
@@ -122839,8 +126545,8 @@ characters.data={
description="ARABIC LETTER HEH WITH YEH ABOVE ISOLATED FORM",
direction="al",
linebreak="al",
- shcode=0x0647,
- specials={ "isolated", 0x06C0 },
+ shcode=0x647,
+ specials={ "isolated", 0x6C0 },
unicodeslot=0xFBA4,
},
[0xFBA5]={
@@ -122849,8 +126555,8 @@ characters.data={
description="ARABIC LETTER HEH WITH YEH ABOVE FINAL FORM",
direction="al",
linebreak="al",
- shcode=0x0647,
- specials={ "final", 0x06C0 },
+ shcode=0x647,
+ specials={ "final", 0x6C0 },
unicodeslot=0xFBA5,
},
[0xFBA6]={
@@ -122858,7 +126564,7 @@ characters.data={
description="ARABIC LETTER HEH GOAL ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x06C1 },
+ specials={ "isolated", 0x6C1 },
unicodeslot=0xFBA6,
},
[0xFBA7]={
@@ -122867,7 +126573,7 @@ characters.data={
description="ARABIC LETTER HEH GOAL FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x06C1 },
+ specials={ "final", 0x6C1 },
unicodeslot=0xFBA7,
},
[0xFBA8]={
@@ -122876,7 +126582,7 @@ characters.data={
description="ARABIC LETTER HEH GOAL INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x06C1 },
+ specials={ "initial", 0x6C1 },
unicodeslot=0xFBA8,
},
[0xFBA9]={
@@ -122885,7 +126591,7 @@ characters.data={
description="ARABIC LETTER HEH GOAL MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x06C1 },
+ specials={ "medial", 0x6C1 },
unicodeslot=0xFBA9,
},
[0xFBAA]={
@@ -122893,7 +126599,7 @@ characters.data={
description="ARABIC LETTER HEH DOACHASHMEE ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x06BE },
+ specials={ "isolated", 0x6BE },
unicodeslot=0xFBAA,
},
[0xFBAB]={
@@ -122901,7 +126607,7 @@ characters.data={
description="ARABIC LETTER HEH DOACHASHMEE FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x06BE },
+ specials={ "final", 0x6BE },
unicodeslot=0xFBAB,
},
[0xFBAC]={
@@ -122909,7 +126615,7 @@ characters.data={
description="ARABIC LETTER HEH DOACHASHMEE INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x06BE },
+ specials={ "initial", 0x6BE },
unicodeslot=0xFBAC,
},
[0xFBAD]={
@@ -122917,7 +126623,7 @@ characters.data={
description="ARABIC LETTER HEH DOACHASHMEE MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x06BE },
+ specials={ "medial", 0x6BE },
unicodeslot=0xFBAD,
},
[0xFBAE]={
@@ -122925,7 +126631,7 @@ characters.data={
description="ARABIC LETTER YEH BARREE ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x06D2 },
+ specials={ "isolated", 0x6D2 },
unicodeslot=0xFBAE,
},
[0xFBAF]={
@@ -122934,7 +126640,7 @@ characters.data={
description="ARABIC LETTER YEH BARREE FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x06D2 },
+ specials={ "final", 0x6D2 },
unicodeslot=0xFBAF,
},
[0xFBB0]={
@@ -122942,7 +126648,7 @@ characters.data={
description="ARABIC LETTER YEH BARREE WITH HAMZA ABOVE ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x06D3 },
+ specials={ "isolated", 0x6D3 },
unicodeslot=0xFBB0,
},
[0xFBB1]={
@@ -122950,7 +126656,7 @@ characters.data={
description="ARABIC LETTER YEH BARREE WITH HAMZA ABOVE FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x06D3 },
+ specials={ "final", 0x6D3 },
unicodeslot=0xFBB1,
},
[0xFBB2]={
@@ -123070,7 +126776,7 @@ characters.data={
description="ARABIC LETTER NG ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x06AD },
+ specials={ "isolated", 0x6AD },
unicodeslot=0xFBD3,
},
[0xFBD4]={
@@ -123078,7 +126784,7 @@ characters.data={
description="ARABIC LETTER NG FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x06AD },
+ specials={ "final", 0x6AD },
unicodeslot=0xFBD4,
},
[0xFBD5]={
@@ -123086,7 +126792,7 @@ characters.data={
description="ARABIC LETTER NG INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x06AD },
+ specials={ "initial", 0x6AD },
unicodeslot=0xFBD5,
},
[0xFBD6]={
@@ -123094,7 +126800,7 @@ characters.data={
description="ARABIC LETTER NG MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x06AD },
+ specials={ "medial", 0x6AD },
unicodeslot=0xFBD6,
},
[0xFBD7]={
@@ -123102,7 +126808,7 @@ characters.data={
description="ARABIC LETTER U ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x06C7 },
+ specials={ "isolated", 0x6C7 },
unicodeslot=0xFBD7,
},
[0xFBD8]={
@@ -123110,7 +126816,7 @@ characters.data={
description="ARABIC LETTER U FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x06C7 },
+ specials={ "final", 0x6C7 },
unicodeslot=0xFBD8,
},
[0xFBD9]={
@@ -123118,7 +126824,7 @@ characters.data={
description="ARABIC LETTER OE ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x06C6 },
+ specials={ "isolated", 0x6C6 },
unicodeslot=0xFBD9,
},
[0xFBDA]={
@@ -123126,7 +126832,7 @@ characters.data={
description="ARABIC LETTER OE FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x06C6 },
+ specials={ "final", 0x6C6 },
unicodeslot=0xFBDA,
},
[0xFBDB]={
@@ -123134,7 +126840,7 @@ characters.data={
description="ARABIC LETTER YU ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x06C8 },
+ specials={ "isolated", 0x6C8 },
unicodeslot=0xFBDB,
},
[0xFBDC]={
@@ -123142,7 +126848,7 @@ characters.data={
description="ARABIC LETTER YU FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x06C8 },
+ specials={ "final", 0x6C8 },
unicodeslot=0xFBDC,
},
[0xFBDD]={
@@ -123150,8 +126856,8 @@ characters.data={
description="ARABIC LETTER U WITH HAMZA ABOVE ISOLATED FORM",
direction="al",
linebreak="al",
- shcode=0x06C7,
- specials={ "isolated", 0x0677 },
+ shcode=0x6C7,
+ specials={ "isolated", 0x677 },
unicodeslot=0xFBDD,
},
[0xFBDE]={
@@ -123159,7 +126865,7 @@ characters.data={
description="ARABIC LETTER VE ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x06CB },
+ specials={ "isolated", 0x6CB },
unicodeslot=0xFBDE,
},
[0xFBDF]={
@@ -123167,7 +126873,7 @@ characters.data={
description="ARABIC LETTER VE FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x06CB },
+ specials={ "final", 0x6CB },
unicodeslot=0xFBDF,
},
[0xFBE0]={
@@ -123175,7 +126881,7 @@ characters.data={
description="ARABIC LETTER KIRGHIZ OE ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x06C5 },
+ specials={ "isolated", 0x6C5 },
unicodeslot=0xFBE0,
},
[0xFBE1]={
@@ -123183,7 +126889,7 @@ characters.data={
description="ARABIC LETTER KIRGHIZ OE FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x06C5 },
+ specials={ "final", 0x6C5 },
unicodeslot=0xFBE1,
},
[0xFBE2]={
@@ -123191,7 +126897,7 @@ characters.data={
description="ARABIC LETTER KIRGHIZ YU ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x06C9 },
+ specials={ "isolated", 0x6C9 },
unicodeslot=0xFBE2,
},
[0xFBE3]={
@@ -123199,7 +126905,7 @@ characters.data={
description="ARABIC LETTER KIRGHIZ YU FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x06C9 },
+ specials={ "final", 0x6C9 },
unicodeslot=0xFBE3,
},
[0xFBE4]={
@@ -123207,7 +126913,7 @@ characters.data={
description="ARABIC LETTER E ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x06D0 },
+ specials={ "isolated", 0x6D0 },
unicodeslot=0xFBE4,
},
[0xFBE5]={
@@ -123215,7 +126921,7 @@ characters.data={
description="ARABIC LETTER E FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x06D0 },
+ specials={ "final", 0x6D0 },
unicodeslot=0xFBE5,
},
[0xFBE6]={
@@ -123223,7 +126929,7 @@ characters.data={
description="ARABIC LETTER E INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x06D0 },
+ specials={ "initial", 0x6D0 },
unicodeslot=0xFBE6,
},
[0xFBE7]={
@@ -123231,7 +126937,7 @@ characters.data={
description="ARABIC LETTER E MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x06D0 },
+ specials={ "medial", 0x6D0 },
unicodeslot=0xFBE7,
},
[0xFBE8]={
@@ -123239,7 +126945,7 @@ characters.data={
description="ARABIC LETTER UIGHUR KAZAKH KIRGHIZ ALEF MAKSURA INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0649 },
+ specials={ "initial", 0x649 },
unicodeslot=0xFBE8,
},
[0xFBE9]={
@@ -123247,7 +126953,7 @@ characters.data={
description="ARABIC LETTER UIGHUR KAZAKH KIRGHIZ ALEF MAKSURA MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0649 },
+ specials={ "medial", 0x649 },
unicodeslot=0xFBE9,
},
[0xFBEA]={
@@ -123255,7 +126961,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0626, 0x0627 },
+ specials={ "isolated", 0x626, 0x627 },
unicodeslot=0xFBEA,
},
[0xFBEB]={
@@ -123263,7 +126969,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0626, 0x0627 },
+ specials={ "final", 0x626, 0x627 },
unicodeslot=0xFBEB,
},
[0xFBEC]={
@@ -123271,7 +126977,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH AE ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0626, 0x06D5 },
+ specials={ "isolated", 0x626, 0x6D5 },
unicodeslot=0xFBEC,
},
[0xFBED]={
@@ -123279,7 +126985,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH AE FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0626, 0x06D5 },
+ specials={ "final", 0x626, 0x6D5 },
unicodeslot=0xFBED,
},
[0xFBEE]={
@@ -123287,7 +126993,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH WAW ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0626, 0x0648 },
+ specials={ "isolated", 0x626, 0x648 },
unicodeslot=0xFBEE,
},
[0xFBEF]={
@@ -123295,7 +127001,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH WAW FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0626, 0x0648 },
+ specials={ "final", 0x626, 0x648 },
unicodeslot=0xFBEF,
},
[0xFBF0]={
@@ -123303,7 +127009,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH U ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0626, 0x06C7 },
+ specials={ "isolated", 0x626, 0x6C7 },
unicodeslot=0xFBF0,
},
[0xFBF1]={
@@ -123311,7 +127017,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH U FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0626, 0x06C7 },
+ specials={ "final", 0x626, 0x6C7 },
unicodeslot=0xFBF1,
},
[0xFBF2]={
@@ -123319,7 +127025,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH OE ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0626, 0x06C6 },
+ specials={ "isolated", 0x626, 0x6C6 },
unicodeslot=0xFBF2,
},
[0xFBF3]={
@@ -123327,7 +127033,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH OE FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0626, 0x06C6 },
+ specials={ "final", 0x626, 0x6C6 },
unicodeslot=0xFBF3,
},
[0xFBF4]={
@@ -123335,7 +127041,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YU ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0626, 0x06C8 },
+ specials={ "isolated", 0x626, 0x6C8 },
unicodeslot=0xFBF4,
},
[0xFBF5]={
@@ -123343,7 +127049,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YU FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0626, 0x06C8 },
+ specials={ "final", 0x626, 0x6C8 },
unicodeslot=0xFBF5,
},
[0xFBF6]={
@@ -123351,7 +127057,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0626, 0x06D0 },
+ specials={ "isolated", 0x626, 0x6D0 },
unicodeslot=0xFBF6,
},
[0xFBF7]={
@@ -123359,7 +127065,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0626, 0x06D0 },
+ specials={ "final", 0x626, 0x6D0 },
unicodeslot=0xFBF7,
},
[0xFBF8]={
@@ -123367,7 +127073,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0626, 0x06D0 },
+ specials={ "initial", 0x626, 0x6D0 },
unicodeslot=0xFBF8,
},
[0xFBF9]={
@@ -123375,7 +127081,7 @@ characters.data={
description="ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0626, 0x0649 },
+ specials={ "isolated", 0x626, 0x649 },
unicodeslot=0xFBF9,
},
[0xFBFA]={
@@ -123383,7 +127089,7 @@ characters.data={
description="ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0626, 0x0649 },
+ specials={ "final", 0x626, 0x649 },
unicodeslot=0xFBFA,
},
[0xFBFB]={
@@ -123391,7 +127097,7 @@ characters.data={
description="ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0626, 0x0649 },
+ specials={ "initial", 0x626, 0x649 },
unicodeslot=0xFBFB,
},
[0xFBFC]={
@@ -123399,7 +127105,7 @@ characters.data={
description="ARABIC LETTER FARSI YEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x06CC },
+ specials={ "isolated", 0x6CC },
unicodeslot=0xFBFC,
},
[0xFBFD]={
@@ -123407,7 +127113,7 @@ characters.data={
description="ARABIC LETTER FARSI YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x06CC },
+ specials={ "final", 0x6CC },
unicodeslot=0xFBFD,
},
[0xFBFE]={
@@ -123415,7 +127121,7 @@ characters.data={
description="ARABIC LETTER FARSI YEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x06CC },
+ specials={ "initial", 0x6CC },
unicodeslot=0xFBFE,
},
[0xFBFF]={
@@ -123423,7 +127129,7 @@ characters.data={
description="ARABIC LETTER FARSI YEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x06CC },
+ specials={ "medial", 0x6CC },
unicodeslot=0xFBFF,
},
[0xFC00]={
@@ -123431,7 +127137,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH JEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0626, 0x062C },
+ specials={ "isolated", 0x626, 0x62C },
unicodeslot=0xFC00,
},
[0xFC01]={
@@ -123439,7 +127145,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0626, 0x062D },
+ specials={ "isolated", 0x626, 0x62D },
unicodeslot=0xFC01,
},
[0xFC02]={
@@ -123447,7 +127153,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0626, 0x0645 },
+ specials={ "isolated", 0x626, 0x645 },
unicodeslot=0xFC02,
},
[0xFC03]={
@@ -123455,7 +127161,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF MAKSURA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0626, 0x0649 },
+ specials={ "isolated", 0x626, 0x649 },
unicodeslot=0xFC03,
},
[0xFC04]={
@@ -123463,7 +127169,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0626, 0x064A },
+ specials={ "isolated", 0x626, 0x64A },
unicodeslot=0xFC04,
},
[0xFC05]={
@@ -123471,7 +127177,7 @@ characters.data={
description="ARABIC LIGATURE BEH WITH JEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0628, 0x062C },
+ specials={ "isolated", 0x628, 0x62C },
unicodeslot=0xFC05,
},
[0xFC06]={
@@ -123479,7 +127185,7 @@ characters.data={
description="ARABIC LIGATURE BEH WITH HAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0628, 0x062D },
+ specials={ "isolated", 0x628, 0x62D },
unicodeslot=0xFC06,
},
[0xFC07]={
@@ -123487,7 +127193,7 @@ characters.data={
description="ARABIC LIGATURE BEH WITH KHAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0628, 0x062E },
+ specials={ "isolated", 0x628, 0x62E },
unicodeslot=0xFC07,
},
[0xFC08]={
@@ -123496,7 +127202,7 @@ characters.data={
description="ARABIC LIGATURE BEH WITH MEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0628, 0x0645 },
+ specials={ "isolated", 0x628, 0x645 },
unicodeslot=0xFC08,
},
[0xFC09]={
@@ -123504,7 +127210,7 @@ characters.data={
description="ARABIC LIGATURE BEH WITH ALEF MAKSURA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0628, 0x0649 },
+ specials={ "isolated", 0x628, 0x649 },
unicodeslot=0xFC09,
},
[0xFC0A]={
@@ -123512,7 +127218,7 @@ characters.data={
description="ARABIC LIGATURE BEH WITH YEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0628, 0x064A },
+ specials={ "isolated", 0x628, 0x64A },
unicodeslot=0xFC0A,
},
[0xFC0B]={
@@ -123521,7 +127227,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH JEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062A, 0x062C },
+ specials={ "isolated", 0x62A, 0x62C },
unicodeslot=0xFC0B,
},
[0xFC0C]={
@@ -123530,7 +127236,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH HAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062A, 0x062D },
+ specials={ "isolated", 0x62A, 0x62D },
unicodeslot=0xFC0C,
},
[0xFC0D]={
@@ -123538,7 +127244,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH KHAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062A, 0x062E },
+ specials={ "isolated", 0x62A, 0x62E },
unicodeslot=0xFC0D,
},
[0xFC0E]={
@@ -123547,7 +127253,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH MEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062A, 0x0645 },
+ specials={ "isolated", 0x62A, 0x645 },
unicodeslot=0xFC0E,
},
[0xFC0F]={
@@ -123555,7 +127261,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH ALEF MAKSURA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062A, 0x0649 },
+ specials={ "isolated", 0x62A, 0x649 },
unicodeslot=0xFC0F,
},
[0xFC10]={
@@ -123563,7 +127269,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH YEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062A, 0x064A },
+ specials={ "isolated", 0x62A, 0x64A },
unicodeslot=0xFC10,
},
[0xFC11]={
@@ -123571,7 +127277,7 @@ characters.data={
description="ARABIC LIGATURE THEH WITH JEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062B, 0x062C },
+ specials={ "isolated", 0x62B, 0x62C },
unicodeslot=0xFC11,
},
[0xFC12]={
@@ -123579,7 +127285,7 @@ characters.data={
description="ARABIC LIGATURE THEH WITH MEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062B, 0x0645 },
+ specials={ "isolated", 0x62B, 0x645 },
unicodeslot=0xFC12,
},
[0xFC13]={
@@ -123587,7 +127293,7 @@ characters.data={
description="ARABIC LIGATURE THEH WITH ALEF MAKSURA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062B, 0x0649 },
+ specials={ "isolated", 0x62B, 0x649 },
unicodeslot=0xFC13,
},
[0xFC14]={
@@ -123595,7 +127301,7 @@ characters.data={
description="ARABIC LIGATURE THEH WITH YEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062B, 0x064A },
+ specials={ "isolated", 0x62B, 0x64A },
unicodeslot=0xFC14,
},
[0xFC15]={
@@ -123603,7 +127309,7 @@ characters.data={
description="ARABIC LIGATURE JEEM WITH HAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062C, 0x062D },
+ specials={ "isolated", 0x62C, 0x62D },
unicodeslot=0xFC15,
},
[0xFC16]={
@@ -123611,7 +127317,7 @@ characters.data={
description="ARABIC LIGATURE JEEM WITH MEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062C, 0x0645 },
+ specials={ "isolated", 0x62C, 0x645 },
unicodeslot=0xFC16,
},
[0xFC17]={
@@ -123619,7 +127325,7 @@ characters.data={
description="ARABIC LIGATURE HAH WITH JEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062D, 0x062C },
+ specials={ "isolated", 0x62D, 0x62C },
unicodeslot=0xFC17,
},
[0xFC18]={
@@ -123627,7 +127333,7 @@ characters.data={
description="ARABIC LIGATURE HAH WITH MEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062D, 0x0645 },
+ specials={ "isolated", 0x62D, 0x645 },
unicodeslot=0xFC18,
},
[0xFC19]={
@@ -123635,7 +127341,7 @@ characters.data={
description="ARABIC LIGATURE KHAH WITH JEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062E, 0x062C },
+ specials={ "isolated", 0x62E, 0x62C },
unicodeslot=0xFC19,
},
[0xFC1A]={
@@ -123643,7 +127349,7 @@ characters.data={
description="ARABIC LIGATURE KHAH WITH HAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062E, 0x062D },
+ specials={ "isolated", 0x62E, 0x62D },
unicodeslot=0xFC1A,
},
[0xFC1B]={
@@ -123651,7 +127357,7 @@ characters.data={
description="ARABIC LIGATURE KHAH WITH MEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062E, 0x0645 },
+ specials={ "isolated", 0x62E, 0x645 },
unicodeslot=0xFC1B,
},
[0xFC1C]={
@@ -123659,7 +127365,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH JEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0633, 0x062C },
+ specials={ "isolated", 0x633, 0x62C },
unicodeslot=0xFC1C,
},
[0xFC1D]={
@@ -123667,7 +127373,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH HAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0633, 0x062D },
+ specials={ "isolated", 0x633, 0x62D },
unicodeslot=0xFC1D,
},
[0xFC1E]={
@@ -123675,7 +127381,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH KHAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0633, 0x062E },
+ specials={ "isolated", 0x633, 0x62E },
unicodeslot=0xFC1E,
},
[0xFC1F]={
@@ -123683,7 +127389,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH MEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0633, 0x0645 },
+ specials={ "isolated", 0x633, 0x645 },
unicodeslot=0xFC1F,
},
[0xFC20]={
@@ -123691,7 +127397,7 @@ characters.data={
description="ARABIC LIGATURE SAD WITH HAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0635, 0x062D },
+ specials={ "isolated", 0x635, 0x62D },
unicodeslot=0xFC20,
},
[0xFC21]={
@@ -123699,7 +127405,7 @@ characters.data={
description="ARABIC LIGATURE SAD WITH MEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0635, 0x0645 },
+ specials={ "isolated", 0x635, 0x645 },
unicodeslot=0xFC21,
},
[0xFC22]={
@@ -123707,7 +127413,7 @@ characters.data={
description="ARABIC LIGATURE DAD WITH JEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0636, 0x062C },
+ specials={ "isolated", 0x636, 0x62C },
unicodeslot=0xFC22,
},
[0xFC23]={
@@ -123715,7 +127421,7 @@ characters.data={
description="ARABIC LIGATURE DAD WITH HAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0636, 0x062D },
+ specials={ "isolated", 0x636, 0x62D },
unicodeslot=0xFC23,
},
[0xFC24]={
@@ -123723,7 +127429,7 @@ characters.data={
description="ARABIC LIGATURE DAD WITH KHAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0636, 0x062E },
+ specials={ "isolated", 0x636, 0x62E },
unicodeslot=0xFC24,
},
[0xFC25]={
@@ -123731,7 +127437,7 @@ characters.data={
description="ARABIC LIGATURE DAD WITH MEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0636, 0x0645 },
+ specials={ "isolated", 0x636, 0x645 },
unicodeslot=0xFC25,
},
[0xFC26]={
@@ -123739,7 +127445,7 @@ characters.data={
description="ARABIC LIGATURE TAH WITH HAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0637, 0x062D },
+ specials={ "isolated", 0x637, 0x62D },
unicodeslot=0xFC26,
},
[0xFC27]={
@@ -123747,7 +127453,7 @@ characters.data={
description="ARABIC LIGATURE TAH WITH MEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0637, 0x0645 },
+ specials={ "isolated", 0x637, 0x645 },
unicodeslot=0xFC27,
},
[0xFC28]={
@@ -123755,7 +127461,7 @@ characters.data={
description="ARABIC LIGATURE ZAH WITH MEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0638, 0x0645 },
+ specials={ "isolated", 0x638, 0x645 },
unicodeslot=0xFC28,
},
[0xFC29]={
@@ -123763,7 +127469,7 @@ characters.data={
description="ARABIC LIGATURE AIN WITH JEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0639, 0x062C },
+ specials={ "isolated", 0x639, 0x62C },
unicodeslot=0xFC29,
},
[0xFC2A]={
@@ -123771,7 +127477,7 @@ characters.data={
description="ARABIC LIGATURE AIN WITH MEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0639, 0x0645 },
+ specials={ "isolated", 0x639, 0x645 },
unicodeslot=0xFC2A,
},
[0xFC2B]={
@@ -123779,7 +127485,7 @@ characters.data={
description="ARABIC LIGATURE GHAIN WITH JEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x063A, 0x062C },
+ specials={ "isolated", 0x63A, 0x62C },
unicodeslot=0xFC2B,
},
[0xFC2C]={
@@ -123787,7 +127493,7 @@ characters.data={
description="ARABIC LIGATURE GHAIN WITH MEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x063A, 0x0645 },
+ specials={ "isolated", 0x63A, 0x645 },
unicodeslot=0xFC2C,
},
[0xFC2D]={
@@ -123795,7 +127501,7 @@ characters.data={
description="ARABIC LIGATURE FEH WITH JEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0641, 0x062C },
+ specials={ "isolated", 0x641, 0x62C },
unicodeslot=0xFC2D,
},
[0xFC2E]={
@@ -123803,7 +127509,7 @@ characters.data={
description="ARABIC LIGATURE FEH WITH HAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0641, 0x062D },
+ specials={ "isolated", 0x641, 0x62D },
unicodeslot=0xFC2E,
},
[0xFC2F]={
@@ -123811,7 +127517,7 @@ characters.data={
description="ARABIC LIGATURE FEH WITH KHAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0641, 0x062E },
+ specials={ "isolated", 0x641, 0x62E },
unicodeslot=0xFC2F,
},
[0xFC30]={
@@ -123819,7 +127525,7 @@ characters.data={
description="ARABIC LIGATURE FEH WITH MEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0641, 0x0645 },
+ specials={ "isolated", 0x641, 0x645 },
unicodeslot=0xFC30,
},
[0xFC31]={
@@ -123827,7 +127533,7 @@ characters.data={
description="ARABIC LIGATURE FEH WITH ALEF MAKSURA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0641, 0x0649 },
+ specials={ "isolated", 0x641, 0x649 },
unicodeslot=0xFC31,
},
[0xFC32]={
@@ -123835,7 +127541,7 @@ characters.data={
description="ARABIC LIGATURE FEH WITH YEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0641, 0x064A },
+ specials={ "isolated", 0x641, 0x64A },
unicodeslot=0xFC32,
},
[0xFC33]={
@@ -123843,7 +127549,7 @@ characters.data={
description="ARABIC LIGATURE QAF WITH HAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0642, 0x062D },
+ specials={ "isolated", 0x642, 0x62D },
unicodeslot=0xFC33,
},
[0xFC34]={
@@ -123851,7 +127557,7 @@ characters.data={
description="ARABIC LIGATURE QAF WITH MEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0642, 0x0645 },
+ specials={ "isolated", 0x642, 0x645 },
unicodeslot=0xFC34,
},
[0xFC35]={
@@ -123859,7 +127565,7 @@ characters.data={
description="ARABIC LIGATURE QAF WITH ALEF MAKSURA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0642, 0x0649 },
+ specials={ "isolated", 0x642, 0x649 },
unicodeslot=0xFC35,
},
[0xFC36]={
@@ -123867,7 +127573,7 @@ characters.data={
description="ARABIC LIGATURE QAF WITH YEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0642, 0x064A },
+ specials={ "isolated", 0x642, 0x64A },
unicodeslot=0xFC36,
},
[0xFC37]={
@@ -123875,7 +127581,7 @@ characters.data={
description="ARABIC LIGATURE KAF WITH ALEF ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0643, 0x0627 },
+ specials={ "isolated", 0x643, 0x627 },
unicodeslot=0xFC37,
},
[0xFC38]={
@@ -123883,7 +127589,7 @@ characters.data={
description="ARABIC LIGATURE KAF WITH JEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0643, 0x062C },
+ specials={ "isolated", 0x643, 0x62C },
unicodeslot=0xFC38,
},
[0xFC39]={
@@ -123891,7 +127597,7 @@ characters.data={
description="ARABIC LIGATURE KAF WITH HAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0643, 0x062D },
+ specials={ "isolated", 0x643, 0x62D },
unicodeslot=0xFC39,
},
[0xFC3A]={
@@ -123899,7 +127605,7 @@ characters.data={
description="ARABIC LIGATURE KAF WITH KHAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0643, 0x062E },
+ specials={ "isolated", 0x643, 0x62E },
unicodeslot=0xFC3A,
},
[0xFC3B]={
@@ -123907,7 +127613,7 @@ characters.data={
description="ARABIC LIGATURE KAF WITH LAM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0643, 0x0644 },
+ specials={ "isolated", 0x643, 0x644 },
unicodeslot=0xFC3B,
},
[0xFC3C]={
@@ -123915,7 +127621,7 @@ characters.data={
description="ARABIC LIGATURE KAF WITH MEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0643, 0x0645 },
+ specials={ "isolated", 0x643, 0x645 },
unicodeslot=0xFC3C,
},
[0xFC3D]={
@@ -123923,7 +127629,7 @@ characters.data={
description="ARABIC LIGATURE KAF WITH ALEF MAKSURA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0643, 0x0649 },
+ specials={ "isolated", 0x643, 0x649 },
unicodeslot=0xFC3D,
},
[0xFC3E]={
@@ -123931,7 +127637,7 @@ characters.data={
description="ARABIC LIGATURE KAF WITH YEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0643, 0x064A },
+ specials={ "isolated", 0x643, 0x64A },
unicodeslot=0xFC3E,
},
[0xFC3F]={
@@ -123939,7 +127645,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH JEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0644, 0x062C },
+ specials={ "isolated", 0x644, 0x62C },
unicodeslot=0xFC3F,
},
[0xFC40]={
@@ -123947,7 +127653,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH HAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0644, 0x062D },
+ specials={ "isolated", 0x644, 0x62D },
unicodeslot=0xFC40,
},
[0xFC41]={
@@ -123955,7 +127661,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH KHAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0644, 0x062E },
+ specials={ "isolated", 0x644, 0x62E },
unicodeslot=0xFC41,
},
[0xFC42]={
@@ -123963,7 +127669,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH MEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0644, 0x0645 },
+ specials={ "isolated", 0x644, 0x645 },
unicodeslot=0xFC42,
},
[0xFC43]={
@@ -123971,7 +127677,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH ALEF MAKSURA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0644, 0x0649 },
+ specials={ "isolated", 0x644, 0x649 },
unicodeslot=0xFC43,
},
[0xFC44]={
@@ -123979,7 +127685,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH YEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0644, 0x064A },
+ specials={ "isolated", 0x644, 0x64A },
unicodeslot=0xFC44,
},
[0xFC45]={
@@ -123987,7 +127693,7 @@ characters.data={
description="ARABIC LIGATURE MEEM WITH JEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0645, 0x062C },
+ specials={ "isolated", 0x645, 0x62C },
unicodeslot=0xFC45,
},
[0xFC46]={
@@ -123995,7 +127701,7 @@ characters.data={
description="ARABIC LIGATURE MEEM WITH HAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0645, 0x062D },
+ specials={ "isolated", 0x645, 0x62D },
unicodeslot=0xFC46,
},
[0xFC47]={
@@ -124003,7 +127709,7 @@ characters.data={
description="ARABIC LIGATURE MEEM WITH KHAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0645, 0x062E },
+ specials={ "isolated", 0x645, 0x62E },
unicodeslot=0xFC47,
},
[0xFC48]={
@@ -124012,7 +127718,7 @@ characters.data={
description="ARABIC LIGATURE MEEM WITH MEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0645, 0x0645 },
+ specials={ "isolated", 0x645, 0x645 },
unicodeslot=0xFC48,
},
[0xFC49]={
@@ -124020,7 +127726,7 @@ characters.data={
description="ARABIC LIGATURE MEEM WITH ALEF MAKSURA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0645, 0x0649 },
+ specials={ "isolated", 0x645, 0x649 },
unicodeslot=0xFC49,
},
[0xFC4A]={
@@ -124028,7 +127734,7 @@ characters.data={
description="ARABIC LIGATURE MEEM WITH YEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0645, 0x064A },
+ specials={ "isolated", 0x645, 0x64A },
unicodeslot=0xFC4A,
},
[0xFC4B]={
@@ -124037,7 +127743,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH JEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0646, 0x062C },
+ specials={ "isolated", 0x646, 0x62C },
unicodeslot=0xFC4B,
},
[0xFC4C]={
@@ -124045,7 +127751,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH HAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0646, 0x062D },
+ specials={ "isolated", 0x646, 0x62D },
unicodeslot=0xFC4C,
},
[0xFC4D]={
@@ -124053,7 +127759,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH KHAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0646, 0x062E },
+ specials={ "isolated", 0x646, 0x62E },
unicodeslot=0xFC4D,
},
[0xFC4E]={
@@ -124062,7 +127768,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH MEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0646, 0x0645 },
+ specials={ "isolated", 0x646, 0x645 },
unicodeslot=0xFC4E,
},
[0xFC4F]={
@@ -124070,7 +127776,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH ALEF MAKSURA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0646, 0x0649 },
+ specials={ "isolated", 0x646, 0x649 },
unicodeslot=0xFC4F,
},
[0xFC50]={
@@ -124078,7 +127784,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH YEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0646, 0x064A },
+ specials={ "isolated", 0x646, 0x64A },
unicodeslot=0xFC50,
},
[0xFC51]={
@@ -124086,7 +127792,7 @@ characters.data={
description="ARABIC LIGATURE HEH WITH JEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0647, 0x062C },
+ specials={ "isolated", 0x647, 0x62C },
unicodeslot=0xFC51,
},
[0xFC52]={
@@ -124094,7 +127800,7 @@ characters.data={
description="ARABIC LIGATURE HEH WITH MEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0647, 0x0645 },
+ specials={ "isolated", 0x647, 0x645 },
unicodeslot=0xFC52,
},
[0xFC53]={
@@ -124102,7 +127808,7 @@ characters.data={
description="ARABIC LIGATURE HEH WITH ALEF MAKSURA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0647, 0x0649 },
+ specials={ "isolated", 0x647, 0x649 },
unicodeslot=0xFC53,
},
[0xFC54]={
@@ -124110,7 +127816,7 @@ characters.data={
description="ARABIC LIGATURE HEH WITH YEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0647, 0x064A },
+ specials={ "isolated", 0x647, 0x64A },
unicodeslot=0xFC54,
},
[0xFC55]={
@@ -124118,7 +127824,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH JEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x064A, 0x062C },
+ specials={ "isolated", 0x64A, 0x62C },
unicodeslot=0xFC55,
},
[0xFC56]={
@@ -124126,7 +127832,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x064A, 0x062D },
+ specials={ "isolated", 0x64A, 0x62D },
unicodeslot=0xFC56,
},
[0xFC57]={
@@ -124134,7 +127840,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH KHAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x064A, 0x062E },
+ specials={ "isolated", 0x64A, 0x62E },
unicodeslot=0xFC57,
},
[0xFC58]={
@@ -124143,7 +127849,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH MEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x064A, 0x0645 },
+ specials={ "isolated", 0x64A, 0x645 },
unicodeslot=0xFC58,
},
[0xFC59]={
@@ -124151,7 +127857,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH ALEF MAKSURA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x064A, 0x0649 },
+ specials={ "isolated", 0x64A, 0x649 },
unicodeslot=0xFC59,
},
[0xFC5A]={
@@ -124159,7 +127865,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH YEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x064A, 0x064A },
+ specials={ "isolated", 0x64A, 0x64A },
unicodeslot=0xFC5A,
},
[0xFC5B]={
@@ -124167,7 +127873,7 @@ characters.data={
description="ARABIC LIGATURE THAL WITH SUPERSCRIPT ALEF ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0630, 0x0670 },
+ specials={ "isolated", 0x630, 0x670 },
unicodeslot=0xFC5B,
},
[0xFC5C]={
@@ -124175,7 +127881,7 @@ characters.data={
description="ARABIC LIGATURE REH WITH SUPERSCRIPT ALEF ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0631, 0x0670 },
+ specials={ "isolated", 0x631, 0x670 },
unicodeslot=0xFC5C,
},
[0xFC5D]={
@@ -124183,7 +127889,7 @@ characters.data={
description="ARABIC LIGATURE ALEF MAKSURA WITH SUPERSCRIPT ALEF ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0649, 0x0670 },
+ specials={ "isolated", 0x649, 0x670 },
unicodeslot=0xFC5D,
},
[0xFC5E]={
@@ -124192,7 +127898,7 @@ characters.data={
description="ARABIC LIGATURE SHADDA WITH DAMMATAN ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0020, 0x064C, 0x0651 },
+ specials={ "isolated", 0x20, 0x64C, 0x651 },
unicodeslot=0xFC5E,
},
[0xFC5F]={
@@ -124201,7 +127907,7 @@ characters.data={
description="ARABIC LIGATURE SHADDA WITH KASRATAN ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0020, 0x064D, 0x0651 },
+ specials={ "isolated", 0x20, 0x64D, 0x651 },
unicodeslot=0xFC5F,
},
[0xFC60]={
@@ -124210,7 +127916,7 @@ characters.data={
description="ARABIC LIGATURE SHADDA WITH FATHA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0020, 0x064E, 0x0651 },
+ specials={ "isolated", 0x20, 0x64E, 0x651 },
unicodeslot=0xFC60,
},
[0xFC61]={
@@ -124219,7 +127925,7 @@ characters.data={
description="ARABIC LIGATURE SHADDA WITH DAMMA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0020, 0x064F, 0x0651 },
+ specials={ "isolated", 0x20, 0x64F, 0x651 },
unicodeslot=0xFC61,
},
[0xFC62]={
@@ -124228,7 +127934,7 @@ characters.data={
description="ARABIC LIGATURE SHADDA WITH KASRA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0020, 0x0650, 0x0651 },
+ specials={ "isolated", 0x20, 0x650, 0x651 },
unicodeslot=0xFC62,
},
[0xFC63]={
@@ -124236,7 +127942,7 @@ characters.data={
description="ARABIC LIGATURE SHADDA WITH SUPERSCRIPT ALEF ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0020, 0x0651, 0x0670 },
+ specials={ "isolated", 0x20, 0x651, 0x670 },
unicodeslot=0xFC63,
},
[0xFC64]={
@@ -124244,7 +127950,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH REH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0626, 0x0631 },
+ specials={ "final", 0x626, 0x631 },
unicodeslot=0xFC64,
},
[0xFC65]={
@@ -124252,7 +127958,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ZAIN FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0626, 0x0632 },
+ specials={ "final", 0x626, 0x632 },
unicodeslot=0xFC65,
},
[0xFC66]={
@@ -124260,7 +127966,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0626, 0x0645 },
+ specials={ "final", 0x626, 0x645 },
unicodeslot=0xFC66,
},
[0xFC67]={
@@ -124268,7 +127974,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH NOON FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0626, 0x0646 },
+ specials={ "final", 0x626, 0x646 },
unicodeslot=0xFC67,
},
[0xFC68]={
@@ -124276,7 +127982,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0626, 0x0649 },
+ specials={ "final", 0x626, 0x649 },
unicodeslot=0xFC68,
},
[0xFC69]={
@@ -124284,7 +127990,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0626, 0x064A },
+ specials={ "final", 0x626, 0x64A },
unicodeslot=0xFC69,
},
[0xFC6A]={
@@ -124292,7 +127998,7 @@ characters.data={
description="ARABIC LIGATURE BEH WITH REH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0628, 0x0631 },
+ specials={ "final", 0x628, 0x631 },
unicodeslot=0xFC6A,
},
[0xFC6B]={
@@ -124300,7 +128006,7 @@ characters.data={
description="ARABIC LIGATURE BEH WITH ZAIN FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0628, 0x0632 },
+ specials={ "final", 0x628, 0x632 },
unicodeslot=0xFC6B,
},
[0xFC6C]={
@@ -124308,7 +128014,7 @@ characters.data={
description="ARABIC LIGATURE BEH WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0628, 0x0645 },
+ specials={ "final", 0x628, 0x645 },
unicodeslot=0xFC6C,
},
[0xFC6D]={
@@ -124317,7 +128023,7 @@ characters.data={
description="ARABIC LIGATURE BEH WITH NOON FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0628, 0x0646 },
+ specials={ "final", 0x628, 0x646 },
unicodeslot=0xFC6D,
},
[0xFC6E]={
@@ -124325,7 +128031,7 @@ characters.data={
description="ARABIC LIGATURE BEH WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0628, 0x0649 },
+ specials={ "final", 0x628, 0x649 },
unicodeslot=0xFC6E,
},
[0xFC6F]={
@@ -124333,7 +128039,7 @@ characters.data={
description="ARABIC LIGATURE BEH WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0628, 0x064A },
+ specials={ "final", 0x628, 0x64A },
unicodeslot=0xFC6F,
},
[0xFC70]={
@@ -124341,7 +128047,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH REH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062A, 0x0631 },
+ specials={ "final", 0x62A, 0x631 },
unicodeslot=0xFC70,
},
[0xFC71]={
@@ -124349,7 +128055,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH ZAIN FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062A, 0x0632 },
+ specials={ "final", 0x62A, 0x632 },
unicodeslot=0xFC71,
},
[0xFC72]={
@@ -124357,7 +128063,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062A, 0x0645 },
+ specials={ "final", 0x62A, 0x645 },
unicodeslot=0xFC72,
},
[0xFC73]={
@@ -124366,7 +128072,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH NOON FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062A, 0x0646 },
+ specials={ "final", 0x62A, 0x646 },
unicodeslot=0xFC73,
},
[0xFC74]={
@@ -124374,7 +128080,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062A, 0x0649 },
+ specials={ "final", 0x62A, 0x649 },
unicodeslot=0xFC74,
},
[0xFC75]={
@@ -124382,7 +128088,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062A, 0x064A },
+ specials={ "final", 0x62A, 0x64A },
unicodeslot=0xFC75,
},
[0xFC76]={
@@ -124390,7 +128096,7 @@ characters.data={
description="ARABIC LIGATURE THEH WITH REH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062B, 0x0631 },
+ specials={ "final", 0x62B, 0x631 },
unicodeslot=0xFC76,
},
[0xFC77]={
@@ -124398,7 +128104,7 @@ characters.data={
description="ARABIC LIGATURE THEH WITH ZAIN FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062B, 0x0632 },
+ specials={ "final", 0x62B, 0x632 },
unicodeslot=0xFC77,
},
[0xFC78]={
@@ -124406,7 +128112,7 @@ characters.data={
description="ARABIC LIGATURE THEH WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062B, 0x0645 },
+ specials={ "final", 0x62B, 0x645 },
unicodeslot=0xFC78,
},
[0xFC79]={
@@ -124414,7 +128120,7 @@ characters.data={
description="ARABIC LIGATURE THEH WITH NOON FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062B, 0x0646 },
+ specials={ "final", 0x62B, 0x646 },
unicodeslot=0xFC79,
},
[0xFC7A]={
@@ -124422,7 +128128,7 @@ characters.data={
description="ARABIC LIGATURE THEH WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062B, 0x0649 },
+ specials={ "final", 0x62B, 0x649 },
unicodeslot=0xFC7A,
},
[0xFC7B]={
@@ -124430,7 +128136,7 @@ characters.data={
description="ARABIC LIGATURE THEH WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062B, 0x064A },
+ specials={ "final", 0x62B, 0x64A },
unicodeslot=0xFC7B,
},
[0xFC7C]={
@@ -124438,7 +128144,7 @@ characters.data={
description="ARABIC LIGATURE FEH WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0641, 0x0649 },
+ specials={ "final", 0x641, 0x649 },
unicodeslot=0xFC7C,
},
[0xFC7D]={
@@ -124446,7 +128152,7 @@ characters.data={
description="ARABIC LIGATURE FEH WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0641, 0x064A },
+ specials={ "final", 0x641, 0x64A },
unicodeslot=0xFC7D,
},
[0xFC7E]={
@@ -124454,7 +128160,7 @@ characters.data={
description="ARABIC LIGATURE QAF WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0642, 0x0649 },
+ specials={ "final", 0x642, 0x649 },
unicodeslot=0xFC7E,
},
[0xFC7F]={
@@ -124462,7 +128168,7 @@ characters.data={
description="ARABIC LIGATURE QAF WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0642, 0x064A },
+ specials={ "final", 0x642, 0x64A },
unicodeslot=0xFC7F,
},
[0xFC80]={
@@ -124470,7 +128176,7 @@ characters.data={
description="ARABIC LIGATURE KAF WITH ALEF FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0643, 0x0627 },
+ specials={ "final", 0x643, 0x627 },
unicodeslot=0xFC80,
},
[0xFC81]={
@@ -124478,7 +128184,7 @@ characters.data={
description="ARABIC LIGATURE KAF WITH LAM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0643, 0x0644 },
+ specials={ "final", 0x643, 0x644 },
unicodeslot=0xFC81,
},
[0xFC82]={
@@ -124486,7 +128192,7 @@ characters.data={
description="ARABIC LIGATURE KAF WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0643, 0x0645 },
+ specials={ "final", 0x643, 0x645 },
unicodeslot=0xFC82,
},
[0xFC83]={
@@ -124494,7 +128200,7 @@ characters.data={
description="ARABIC LIGATURE KAF WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0643, 0x0649 },
+ specials={ "final", 0x643, 0x649 },
unicodeslot=0xFC83,
},
[0xFC84]={
@@ -124502,7 +128208,7 @@ characters.data={
description="ARABIC LIGATURE KAF WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0643, 0x064A },
+ specials={ "final", 0x643, 0x64A },
unicodeslot=0xFC84,
},
[0xFC85]={
@@ -124510,7 +128216,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0644, 0x0645 },
+ specials={ "final", 0x644, 0x645 },
unicodeslot=0xFC85,
},
[0xFC86]={
@@ -124518,7 +128224,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0644, 0x0649 },
+ specials={ "final", 0x644, 0x649 },
unicodeslot=0xFC86,
},
[0xFC87]={
@@ -124526,7 +128232,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0644, 0x064A },
+ specials={ "final", 0x644, 0x64A },
unicodeslot=0xFC87,
},
[0xFC88]={
@@ -124534,7 +128240,7 @@ characters.data={
description="ARABIC LIGATURE MEEM WITH ALEF FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0645, 0x0627 },
+ specials={ "final", 0x645, 0x627 },
unicodeslot=0xFC88,
},
[0xFC89]={
@@ -124542,7 +128248,7 @@ characters.data={
description="ARABIC LIGATURE MEEM WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0645, 0x0645 },
+ specials={ "final", 0x645, 0x645 },
unicodeslot=0xFC89,
},
[0xFC8A]={
@@ -124550,7 +128256,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH REH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0646, 0x0631 },
+ specials={ "final", 0x646, 0x631 },
unicodeslot=0xFC8A,
},
[0xFC8B]={
@@ -124558,7 +128264,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH ZAIN FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0646, 0x0632 },
+ specials={ "final", 0x646, 0x632 },
unicodeslot=0xFC8B,
},
[0xFC8C]={
@@ -124566,7 +128272,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0646, 0x0645 },
+ specials={ "final", 0x646, 0x645 },
unicodeslot=0xFC8C,
},
[0xFC8D]={
@@ -124575,7 +128281,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH NOON FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0646, 0x0646 },
+ specials={ "final", 0x646, 0x646 },
unicodeslot=0xFC8D,
},
[0xFC8E]={
@@ -124583,7 +128289,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0646, 0x0649 },
+ specials={ "final", 0x646, 0x649 },
unicodeslot=0xFC8E,
},
[0xFC8F]={
@@ -124591,7 +128297,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0646, 0x064A },
+ specials={ "final", 0x646, 0x64A },
unicodeslot=0xFC8F,
},
[0xFC90]={
@@ -124599,7 +128305,7 @@ characters.data={
description="ARABIC LIGATURE ALEF MAKSURA WITH SUPERSCRIPT ALEF FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0649, 0x0670 },
+ specials={ "final", 0x649, 0x670 },
unicodeslot=0xFC90,
},
[0xFC91]={
@@ -124607,7 +128313,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH REH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x064A, 0x0631 },
+ specials={ "final", 0x64A, 0x631 },
unicodeslot=0xFC91,
},
[0xFC92]={
@@ -124615,7 +128321,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH ZAIN FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x064A, 0x0632 },
+ specials={ "final", 0x64A, 0x632 },
unicodeslot=0xFC92,
},
[0xFC93]={
@@ -124623,7 +128329,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x064A, 0x0645 },
+ specials={ "final", 0x64A, 0x645 },
unicodeslot=0xFC93,
},
[0xFC94]={
@@ -124632,7 +128338,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH NOON FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x064A, 0x0646 },
+ specials={ "final", 0x64A, 0x646 },
unicodeslot=0xFC94,
},
[0xFC95]={
@@ -124640,7 +128346,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x064A, 0x0649 },
+ specials={ "final", 0x64A, 0x649 },
unicodeslot=0xFC95,
},
[0xFC96]={
@@ -124648,7 +128354,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x064A, 0x064A },
+ specials={ "final", 0x64A, 0x64A },
unicodeslot=0xFC96,
},
[0xFC97]={
@@ -124656,7 +128362,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0626, 0x062C },
+ specials={ "initial", 0x626, 0x62C },
unicodeslot=0xFC97,
},
[0xFC98]={
@@ -124664,7 +128370,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0626, 0x062D },
+ specials={ "initial", 0x626, 0x62D },
unicodeslot=0xFC98,
},
[0xFC99]={
@@ -124672,7 +128378,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH KHAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0626, 0x062E },
+ specials={ "initial", 0x626, 0x62E },
unicodeslot=0xFC99,
},
[0xFC9A]={
@@ -124680,7 +128386,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0626, 0x0645 },
+ specials={ "initial", 0x626, 0x645 },
unicodeslot=0xFC9A,
},
[0xFC9B]={
@@ -124688,7 +128394,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0626, 0x0647 },
+ specials={ "initial", 0x626, 0x647 },
unicodeslot=0xFC9B,
},
[0xFC9C]={
@@ -124696,7 +128402,7 @@ characters.data={
description="ARABIC LIGATURE BEH WITH JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0628, 0x062C },
+ specials={ "initial", 0x628, 0x62C },
unicodeslot=0xFC9C,
},
[0xFC9D]={
@@ -124704,7 +128410,7 @@ characters.data={
description="ARABIC LIGATURE BEH WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0628, 0x062D },
+ specials={ "initial", 0x628, 0x62D },
unicodeslot=0xFC9D,
},
[0xFC9E]={
@@ -124712,7 +128418,7 @@ characters.data={
description="ARABIC LIGATURE BEH WITH KHAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0628, 0x062E },
+ specials={ "initial", 0x628, 0x62E },
unicodeslot=0xFC9E,
},
[0xFC9F]={
@@ -124721,7 +128427,7 @@ characters.data={
description="ARABIC LIGATURE BEH WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0628, 0x0645 },
+ specials={ "initial", 0x628, 0x645 },
unicodeslot=0xFC9F,
},
[0xFCA0]={
@@ -124729,7 +128435,7 @@ characters.data={
description="ARABIC LIGATURE BEH WITH HEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0628, 0x0647 },
+ specials={ "initial", 0x628, 0x647 },
unicodeslot=0xFCA0,
},
[0xFCA1]={
@@ -124738,7 +128444,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x062A, 0x062C },
+ specials={ "initial", 0x62A, 0x62C },
unicodeslot=0xFCA1,
},
[0xFCA2]={
@@ -124747,7 +128453,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x062A, 0x062D },
+ specials={ "initial", 0x62A, 0x62D },
unicodeslot=0xFCA2,
},
[0xFCA3]={
@@ -124755,7 +128461,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH KHAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x062A, 0x062E },
+ specials={ "initial", 0x62A, 0x62E },
unicodeslot=0xFCA3,
},
[0xFCA4]={
@@ -124764,7 +128470,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x062A, 0x0645 },
+ specials={ "initial", 0x62A, 0x645 },
unicodeslot=0xFCA4,
},
[0xFCA5]={
@@ -124772,7 +128478,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH HEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x062A, 0x0647 },
+ specials={ "initial", 0x62A, 0x647 },
unicodeslot=0xFCA5,
},
[0xFCA6]={
@@ -124780,7 +128486,7 @@ characters.data={
description="ARABIC LIGATURE THEH WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x062B, 0x0645 },
+ specials={ "initial", 0x62B, 0x645 },
unicodeslot=0xFCA6,
},
[0xFCA7]={
@@ -124788,7 +128494,7 @@ characters.data={
description="ARABIC LIGATURE JEEM WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x062C, 0x062D },
+ specials={ "initial", 0x62C, 0x62D },
unicodeslot=0xFCA7,
},
[0xFCA8]={
@@ -124796,7 +128502,7 @@ characters.data={
description="ARABIC LIGATURE JEEM WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x062C, 0x0645 },
+ specials={ "initial", 0x62C, 0x645 },
unicodeslot=0xFCA8,
},
[0xFCA9]={
@@ -124804,7 +128510,7 @@ characters.data={
description="ARABIC LIGATURE HAH WITH JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x062D, 0x062C },
+ specials={ "initial", 0x62D, 0x62C },
unicodeslot=0xFCA9,
},
[0xFCAA]={
@@ -124812,7 +128518,7 @@ characters.data={
description="ARABIC LIGATURE HAH WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x062D, 0x0645 },
+ specials={ "initial", 0x62D, 0x645 },
unicodeslot=0xFCAA,
},
[0xFCAB]={
@@ -124820,7 +128526,7 @@ characters.data={
description="ARABIC LIGATURE KHAH WITH JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x062E, 0x062C },
+ specials={ "initial", 0x62E, 0x62C },
unicodeslot=0xFCAB,
},
[0xFCAC]={
@@ -124828,7 +128534,7 @@ characters.data={
description="ARABIC LIGATURE KHAH WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x062E, 0x0645 },
+ specials={ "initial", 0x62E, 0x645 },
unicodeslot=0xFCAC,
},
[0xFCAD]={
@@ -124836,7 +128542,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0633, 0x062C },
+ specials={ "initial", 0x633, 0x62C },
unicodeslot=0xFCAD,
},
[0xFCAE]={
@@ -124844,7 +128550,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0633, 0x062D },
+ specials={ "initial", 0x633, 0x62D },
unicodeslot=0xFCAE,
},
[0xFCAF]={
@@ -124852,7 +128558,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH KHAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0633, 0x062E },
+ specials={ "initial", 0x633, 0x62E },
unicodeslot=0xFCAF,
},
[0xFCB0]={
@@ -124860,7 +128566,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0633, 0x0645 },
+ specials={ "initial", 0x633, 0x645 },
unicodeslot=0xFCB0,
},
[0xFCB1]={
@@ -124868,7 +128574,7 @@ characters.data={
description="ARABIC LIGATURE SAD WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0635, 0x062D },
+ specials={ "initial", 0x635, 0x62D },
unicodeslot=0xFCB1,
},
[0xFCB2]={
@@ -124876,7 +128582,7 @@ characters.data={
description="ARABIC LIGATURE SAD WITH KHAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0635, 0x062E },
+ specials={ "initial", 0x635, 0x62E },
unicodeslot=0xFCB2,
},
[0xFCB3]={
@@ -124884,7 +128590,7 @@ characters.data={
description="ARABIC LIGATURE SAD WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0635, 0x0645 },
+ specials={ "initial", 0x635, 0x645 },
unicodeslot=0xFCB3,
},
[0xFCB4]={
@@ -124892,7 +128598,7 @@ characters.data={
description="ARABIC LIGATURE DAD WITH JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0636, 0x062C },
+ specials={ "initial", 0x636, 0x62C },
unicodeslot=0xFCB4,
},
[0xFCB5]={
@@ -124900,7 +128606,7 @@ characters.data={
description="ARABIC LIGATURE DAD WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0636, 0x062D },
+ specials={ "initial", 0x636, 0x62D },
unicodeslot=0xFCB5,
},
[0xFCB6]={
@@ -124908,7 +128614,7 @@ characters.data={
description="ARABIC LIGATURE DAD WITH KHAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0636, 0x062E },
+ specials={ "initial", 0x636, 0x62E },
unicodeslot=0xFCB6,
},
[0xFCB7]={
@@ -124916,7 +128622,7 @@ characters.data={
description="ARABIC LIGATURE DAD WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0636, 0x0645 },
+ specials={ "initial", 0x636, 0x645 },
unicodeslot=0xFCB7,
},
[0xFCB8]={
@@ -124924,7 +128630,7 @@ characters.data={
description="ARABIC LIGATURE TAH WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0637, 0x062D },
+ specials={ "initial", 0x637, 0x62D },
unicodeslot=0xFCB8,
},
[0xFCB9]={
@@ -124932,7 +128638,7 @@ characters.data={
description="ARABIC LIGATURE ZAH WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0638, 0x0645 },
+ specials={ "initial", 0x638, 0x645 },
unicodeslot=0xFCB9,
},
[0xFCBA]={
@@ -124940,7 +128646,7 @@ characters.data={
description="ARABIC LIGATURE AIN WITH JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0639, 0x062C },
+ specials={ "initial", 0x639, 0x62C },
unicodeslot=0xFCBA,
},
[0xFCBB]={
@@ -124948,7 +128654,7 @@ characters.data={
description="ARABIC LIGATURE AIN WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0639, 0x0645 },
+ specials={ "initial", 0x639, 0x645 },
unicodeslot=0xFCBB,
},
[0xFCBC]={
@@ -124956,7 +128662,7 @@ characters.data={
description="ARABIC LIGATURE GHAIN WITH JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x063A, 0x062C },
+ specials={ "initial", 0x63A, 0x62C },
unicodeslot=0xFCBC,
},
[0xFCBD]={
@@ -124964,7 +128670,7 @@ characters.data={
description="ARABIC LIGATURE GHAIN WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x063A, 0x0645 },
+ specials={ "initial", 0x63A, 0x645 },
unicodeslot=0xFCBD,
},
[0xFCBE]={
@@ -124972,7 +128678,7 @@ characters.data={
description="ARABIC LIGATURE FEH WITH JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0641, 0x062C },
+ specials={ "initial", 0x641, 0x62C },
unicodeslot=0xFCBE,
},
[0xFCBF]={
@@ -124980,7 +128686,7 @@ characters.data={
description="ARABIC LIGATURE FEH WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0641, 0x062D },
+ specials={ "initial", 0x641, 0x62D },
unicodeslot=0xFCBF,
},
[0xFCC0]={
@@ -124988,7 +128694,7 @@ characters.data={
description="ARABIC LIGATURE FEH WITH KHAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0641, 0x062E },
+ specials={ "initial", 0x641, 0x62E },
unicodeslot=0xFCC0,
},
[0xFCC1]={
@@ -124996,7 +128702,7 @@ characters.data={
description="ARABIC LIGATURE FEH WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0641, 0x0645 },
+ specials={ "initial", 0x641, 0x645 },
unicodeslot=0xFCC1,
},
[0xFCC2]={
@@ -125004,7 +128710,7 @@ characters.data={
description="ARABIC LIGATURE QAF WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0642, 0x062D },
+ specials={ "initial", 0x642, 0x62D },
unicodeslot=0xFCC2,
},
[0xFCC3]={
@@ -125012,7 +128718,7 @@ characters.data={
description="ARABIC LIGATURE QAF WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0642, 0x0645 },
+ specials={ "initial", 0x642, 0x645 },
unicodeslot=0xFCC3,
},
[0xFCC4]={
@@ -125020,7 +128726,7 @@ characters.data={
description="ARABIC LIGATURE KAF WITH JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0643, 0x062C },
+ specials={ "initial", 0x643, 0x62C },
unicodeslot=0xFCC4,
},
[0xFCC5]={
@@ -125028,7 +128734,7 @@ characters.data={
description="ARABIC LIGATURE KAF WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0643, 0x062D },
+ specials={ "initial", 0x643, 0x62D },
unicodeslot=0xFCC5,
},
[0xFCC6]={
@@ -125036,7 +128742,7 @@ characters.data={
description="ARABIC LIGATURE KAF WITH KHAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0643, 0x062E },
+ specials={ "initial", 0x643, 0x62E },
unicodeslot=0xFCC6,
},
[0xFCC7]={
@@ -125044,7 +128750,7 @@ characters.data={
description="ARABIC LIGATURE KAF WITH LAM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0643, 0x0644 },
+ specials={ "initial", 0x643, 0x644 },
unicodeslot=0xFCC7,
},
[0xFCC8]={
@@ -125052,7 +128758,7 @@ characters.data={
description="ARABIC LIGATURE KAF WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0643, 0x0645 },
+ specials={ "initial", 0x643, 0x645 },
unicodeslot=0xFCC8,
},
[0xFCC9]={
@@ -125061,7 +128767,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0644, 0x062C },
+ specials={ "initial", 0x644, 0x62C },
unicodeslot=0xFCC9,
},
[0xFCCA]={
@@ -125070,7 +128776,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0644, 0x062D },
+ specials={ "initial", 0x644, 0x62D },
unicodeslot=0xFCCA,
},
[0xFCCB]={
@@ -125079,7 +128785,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH KHAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0644, 0x062E },
+ specials={ "initial", 0x644, 0x62E },
unicodeslot=0xFCCB,
},
[0xFCCC]={
@@ -125088,7 +128794,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0644, 0x0645 },
+ specials={ "initial", 0x644, 0x645 },
unicodeslot=0xFCCC,
},
[0xFCCD]={
@@ -125096,7 +128802,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH HEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0644, 0x0647 },
+ specials={ "initial", 0x644, 0x647 },
unicodeslot=0xFCCD,
},
[0xFCCE]={
@@ -125104,7 +128810,7 @@ characters.data={
description="ARABIC LIGATURE MEEM WITH JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0645, 0x062C },
+ specials={ "initial", 0x645, 0x62C },
unicodeslot=0xFCCE,
},
[0xFCCF]={
@@ -125112,7 +128818,7 @@ characters.data={
description="ARABIC LIGATURE MEEM WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0645, 0x062D },
+ specials={ "initial", 0x645, 0x62D },
unicodeslot=0xFCCF,
},
[0xFCD0]={
@@ -125120,7 +128826,7 @@ characters.data={
description="ARABIC LIGATURE MEEM WITH KHAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0645, 0x062E },
+ specials={ "initial", 0x645, 0x62E },
unicodeslot=0xFCD0,
},
[0xFCD1]={
@@ -125129,7 +128835,7 @@ characters.data={
description="ARABIC LIGATURE MEEM WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0645, 0x0645 },
+ specials={ "initial", 0x645, 0x645 },
unicodeslot=0xFCD1,
},
[0xFCD2]={
@@ -125138,7 +128844,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0646, 0x062C },
+ specials={ "initial", 0x646, 0x62C },
unicodeslot=0xFCD2,
},
[0xFCD3]={
@@ -125146,7 +128852,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0646, 0x062D },
+ specials={ "initial", 0x646, 0x62D },
unicodeslot=0xFCD3,
},
[0xFCD4]={
@@ -125154,7 +128860,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH KHAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0646, 0x062E },
+ specials={ "initial", 0x646, 0x62E },
unicodeslot=0xFCD4,
},
[0xFCD5]={
@@ -125163,7 +128869,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0646, 0x0645 },
+ specials={ "initial", 0x646, 0x645 },
unicodeslot=0xFCD5,
},
[0xFCD6]={
@@ -125171,7 +128877,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH HEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0646, 0x0647 },
+ specials={ "initial", 0x646, 0x647 },
unicodeslot=0xFCD6,
},
[0xFCD7]={
@@ -125179,7 +128885,7 @@ characters.data={
description="ARABIC LIGATURE HEH WITH JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0647, 0x062C },
+ specials={ "initial", 0x647, 0x62C },
unicodeslot=0xFCD7,
},
[0xFCD8]={
@@ -125187,7 +128893,7 @@ characters.data={
description="ARABIC LIGATURE HEH WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0647, 0x0645 },
+ specials={ "initial", 0x647, 0x645 },
unicodeslot=0xFCD8,
},
[0xFCD9]={
@@ -125195,7 +128901,7 @@ characters.data={
description="ARABIC LIGATURE HEH WITH SUPERSCRIPT ALEF INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0647, 0x0670 },
+ specials={ "initial", 0x647, 0x670 },
unicodeslot=0xFCD9,
},
[0xFCDA]={
@@ -125203,7 +128909,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x064A, 0x062C },
+ specials={ "initial", 0x64A, 0x62C },
unicodeslot=0xFCDA,
},
[0xFCDB]={
@@ -125211,7 +128917,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x064A, 0x062D },
+ specials={ "initial", 0x64A, 0x62D },
unicodeslot=0xFCDB,
},
[0xFCDC]={
@@ -125219,7 +128925,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH KHAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x064A, 0x062E },
+ specials={ "initial", 0x64A, 0x62E },
unicodeslot=0xFCDC,
},
[0xFCDD]={
@@ -125228,7 +128934,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x064A, 0x0645 },
+ specials={ "initial", 0x64A, 0x645 },
unicodeslot=0xFCDD,
},
[0xFCDE]={
@@ -125236,7 +128942,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x064A, 0x0647 },
+ specials={ "initial", 0x64A, 0x647 },
unicodeslot=0xFCDE,
},
[0xFCDF]={
@@ -125244,7 +128950,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0626, 0x0645 },
+ specials={ "medial", 0x626, 0x645 },
unicodeslot=0xFCDF,
},
[0xFCE0]={
@@ -125252,7 +128958,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0626, 0x0647 },
+ specials={ "medial", 0x626, 0x647 },
unicodeslot=0xFCE0,
},
[0xFCE1]={
@@ -125260,7 +128966,7 @@ characters.data={
description="ARABIC LIGATURE BEH WITH MEEM MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0628, 0x0645 },
+ specials={ "medial", 0x628, 0x645 },
unicodeslot=0xFCE1,
},
[0xFCE2]={
@@ -125268,7 +128974,7 @@ characters.data={
description="ARABIC LIGATURE BEH WITH HEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0628, 0x0647 },
+ specials={ "medial", 0x628, 0x647 },
unicodeslot=0xFCE2,
},
[0xFCE3]={
@@ -125276,7 +128982,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH MEEM MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x062A, 0x0645 },
+ specials={ "medial", 0x62A, 0x645 },
unicodeslot=0xFCE3,
},
[0xFCE4]={
@@ -125284,7 +128990,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH HEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x062A, 0x0647 },
+ specials={ "medial", 0x62A, 0x647 },
unicodeslot=0xFCE4,
},
[0xFCE5]={
@@ -125292,7 +128998,7 @@ characters.data={
description="ARABIC LIGATURE THEH WITH MEEM MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x062B, 0x0645 },
+ specials={ "medial", 0x62B, 0x645 },
unicodeslot=0xFCE5,
},
[0xFCE6]={
@@ -125300,7 +129006,7 @@ characters.data={
description="ARABIC LIGATURE THEH WITH HEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x062B, 0x0647 },
+ specials={ "medial", 0x62B, 0x647 },
unicodeslot=0xFCE6,
},
[0xFCE7]={
@@ -125308,7 +129014,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH MEEM MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0633, 0x0645 },
+ specials={ "medial", 0x633, 0x645 },
unicodeslot=0xFCE7,
},
[0xFCE8]={
@@ -125316,7 +129022,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH HEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0633, 0x0647 },
+ specials={ "medial", 0x633, 0x647 },
unicodeslot=0xFCE8,
},
[0xFCE9]={
@@ -125324,7 +129030,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH MEEM MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0634, 0x0645 },
+ specials={ "medial", 0x634, 0x645 },
unicodeslot=0xFCE9,
},
[0xFCEA]={
@@ -125332,7 +129038,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH HEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0634, 0x0647 },
+ specials={ "medial", 0x634, 0x647 },
unicodeslot=0xFCEA,
},
[0xFCEB]={
@@ -125340,7 +129046,7 @@ characters.data={
description="ARABIC LIGATURE KAF WITH LAM MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0643, 0x0644 },
+ specials={ "medial", 0x643, 0x644 },
unicodeslot=0xFCEB,
},
[0xFCEC]={
@@ -125348,7 +129054,7 @@ characters.data={
description="ARABIC LIGATURE KAF WITH MEEM MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0643, 0x0645 },
+ specials={ "medial", 0x643, 0x645 },
unicodeslot=0xFCEC,
},
[0xFCED]={
@@ -125356,7 +129062,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH MEEM MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0644, 0x0645 },
+ specials={ "medial", 0x644, 0x645 },
unicodeslot=0xFCED,
},
[0xFCEE]={
@@ -125364,7 +129070,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH MEEM MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0646, 0x0645 },
+ specials={ "medial", 0x646, 0x645 },
unicodeslot=0xFCEE,
},
[0xFCEF]={
@@ -125372,7 +129078,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH HEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0646, 0x0647 },
+ specials={ "medial", 0x646, 0x647 },
unicodeslot=0xFCEF,
},
[0xFCF0]={
@@ -125380,7 +129086,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH MEEM MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x064A, 0x0645 },
+ specials={ "medial", 0x64A, 0x645 },
unicodeslot=0xFCF0,
},
[0xFCF1]={
@@ -125388,7 +129094,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x064A, 0x0647 },
+ specials={ "medial", 0x64A, 0x647 },
unicodeslot=0xFCF1,
},
[0xFCF2]={
@@ -125396,7 +129102,7 @@ characters.data={
description="ARABIC LIGATURE SHADDA WITH FATHA MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0640, 0x064E, 0x0651 },
+ specials={ "medial", 0x640, 0x64E, 0x651 },
unicodeslot=0xFCF2,
},
[0xFCF3]={
@@ -125404,7 +129110,7 @@ characters.data={
description="ARABIC LIGATURE SHADDA WITH DAMMA MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0640, 0x064F, 0x0651 },
+ specials={ "medial", 0x640, 0x64F, 0x651 },
unicodeslot=0xFCF3,
},
[0xFCF4]={
@@ -125412,7 +129118,7 @@ characters.data={
description="ARABIC LIGATURE SHADDA WITH KASRA MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0640, 0x0650, 0x0651 },
+ specials={ "medial", 0x640, 0x650, 0x651 },
unicodeslot=0xFCF4,
},
[0xFCF5]={
@@ -125420,7 +129126,7 @@ characters.data={
description="ARABIC LIGATURE TAH WITH ALEF MAKSURA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0637, 0x0649 },
+ specials={ "isolated", 0x637, 0x649 },
unicodeslot=0xFCF5,
},
[0xFCF6]={
@@ -125428,7 +129134,7 @@ characters.data={
description="ARABIC LIGATURE TAH WITH YEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0637, 0x064A },
+ specials={ "isolated", 0x637, 0x64A },
unicodeslot=0xFCF6,
},
[0xFCF7]={
@@ -125436,7 +129142,7 @@ characters.data={
description="ARABIC LIGATURE AIN WITH ALEF MAKSURA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0639, 0x0649 },
+ specials={ "isolated", 0x639, 0x649 },
unicodeslot=0xFCF7,
},
[0xFCF8]={
@@ -125444,7 +129150,7 @@ characters.data={
description="ARABIC LIGATURE AIN WITH YEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0639, 0x064A },
+ specials={ "isolated", 0x639, 0x64A },
unicodeslot=0xFCF8,
},
[0xFCF9]={
@@ -125452,7 +129158,7 @@ characters.data={
description="ARABIC LIGATURE GHAIN WITH ALEF MAKSURA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x063A, 0x0649 },
+ specials={ "isolated", 0x63A, 0x649 },
unicodeslot=0xFCF9,
},
[0xFCFA]={
@@ -125460,7 +129166,7 @@ characters.data={
description="ARABIC LIGATURE GHAIN WITH YEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x063A, 0x064A },
+ specials={ "isolated", 0x63A, 0x64A },
unicodeslot=0xFCFA,
},
[0xFCFB]={
@@ -125468,7 +129174,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH ALEF MAKSURA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0633, 0x0649 },
+ specials={ "isolated", 0x633, 0x649 },
unicodeslot=0xFCFB,
},
[0xFCFC]={
@@ -125476,7 +129182,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH YEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0633, 0x064A },
+ specials={ "isolated", 0x633, 0x64A },
unicodeslot=0xFCFC,
},
[0xFCFD]={
@@ -125484,7 +129190,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH ALEF MAKSURA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0634, 0x0649 },
+ specials={ "isolated", 0x634, 0x649 },
unicodeslot=0xFCFD,
},
[0xFCFE]={
@@ -125492,7 +129198,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH YEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0634, 0x064A },
+ specials={ "isolated", 0x634, 0x64A },
unicodeslot=0xFCFE,
},
[0xFCFF]={
@@ -125500,7 +129206,7 @@ characters.data={
description="ARABIC LIGATURE HAH WITH ALEF MAKSURA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062D, 0x0649 },
+ specials={ "isolated", 0x62D, 0x649 },
unicodeslot=0xFCFF,
},
[0xFD00]={
@@ -125508,7 +129214,7 @@ characters.data={
description="ARABIC LIGATURE HAH WITH YEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062D, 0x064A },
+ specials={ "isolated", 0x62D, 0x64A },
unicodeslot=0xFD00,
},
[0xFD01]={
@@ -125516,7 +129222,7 @@ characters.data={
description="ARABIC LIGATURE JEEM WITH ALEF MAKSURA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062C, 0x0649 },
+ specials={ "isolated", 0x62C, 0x649 },
unicodeslot=0xFD01,
},
[0xFD02]={
@@ -125524,7 +129230,7 @@ characters.data={
description="ARABIC LIGATURE JEEM WITH YEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062C, 0x064A },
+ specials={ "isolated", 0x62C, 0x64A },
unicodeslot=0xFD02,
},
[0xFD03]={
@@ -125532,7 +129238,7 @@ characters.data={
description="ARABIC LIGATURE KHAH WITH ALEF MAKSURA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062E, 0x0649 },
+ specials={ "isolated", 0x62E, 0x649 },
unicodeslot=0xFD03,
},
[0xFD04]={
@@ -125540,7 +129246,7 @@ characters.data={
description="ARABIC LIGATURE KHAH WITH YEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062E, 0x064A },
+ specials={ "isolated", 0x62E, 0x64A },
unicodeslot=0xFD04,
},
[0xFD05]={
@@ -125548,7 +129254,7 @@ characters.data={
description="ARABIC LIGATURE SAD WITH ALEF MAKSURA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0635, 0x0649 },
+ specials={ "isolated", 0x635, 0x649 },
unicodeslot=0xFD05,
},
[0xFD06]={
@@ -125556,7 +129262,7 @@ characters.data={
description="ARABIC LIGATURE SAD WITH YEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0635, 0x064A },
+ specials={ "isolated", 0x635, 0x64A },
unicodeslot=0xFD06,
},
[0xFD07]={
@@ -125564,7 +129270,7 @@ characters.data={
description="ARABIC LIGATURE DAD WITH ALEF MAKSURA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0636, 0x0649 },
+ specials={ "isolated", 0x636, 0x649 },
unicodeslot=0xFD07,
},
[0xFD08]={
@@ -125572,7 +129278,7 @@ characters.data={
description="ARABIC LIGATURE DAD WITH YEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0636, 0x064A },
+ specials={ "isolated", 0x636, 0x64A },
unicodeslot=0xFD08,
},
[0xFD09]={
@@ -125580,7 +129286,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH JEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0634, 0x062C },
+ specials={ "isolated", 0x634, 0x62C },
unicodeslot=0xFD09,
},
[0xFD0A]={
@@ -125588,7 +129294,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH HAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0634, 0x062D },
+ specials={ "isolated", 0x634, 0x62D },
unicodeslot=0xFD0A,
},
[0xFD0B]={
@@ -125596,7 +129302,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH KHAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0634, 0x062E },
+ specials={ "isolated", 0x634, 0x62E },
unicodeslot=0xFD0B,
},
[0xFD0C]={
@@ -125604,7 +129310,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH MEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0634, 0x0645 },
+ specials={ "isolated", 0x634, 0x645 },
unicodeslot=0xFD0C,
},
[0xFD0D]={
@@ -125612,7 +129318,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH REH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0634, 0x0631 },
+ specials={ "isolated", 0x634, 0x631 },
unicodeslot=0xFD0D,
},
[0xFD0E]={
@@ -125620,7 +129326,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH REH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0633, 0x0631 },
+ specials={ "isolated", 0x633, 0x631 },
unicodeslot=0xFD0E,
},
[0xFD0F]={
@@ -125628,7 +129334,7 @@ characters.data={
description="ARABIC LIGATURE SAD WITH REH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0635, 0x0631 },
+ specials={ "isolated", 0x635, 0x631 },
unicodeslot=0xFD0F,
},
[0xFD10]={
@@ -125636,7 +129342,7 @@ characters.data={
description="ARABIC LIGATURE DAD WITH REH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0636, 0x0631 },
+ specials={ "isolated", 0x636, 0x631 },
unicodeslot=0xFD10,
},
[0xFD11]={
@@ -125644,7 +129350,7 @@ characters.data={
description="ARABIC LIGATURE TAH WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0637, 0x0649 },
+ specials={ "final", 0x637, 0x649 },
unicodeslot=0xFD11,
},
[0xFD12]={
@@ -125652,7 +129358,7 @@ characters.data={
description="ARABIC LIGATURE TAH WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0637, 0x064A },
+ specials={ "final", 0x637, 0x64A },
unicodeslot=0xFD12,
},
[0xFD13]={
@@ -125660,7 +129366,7 @@ characters.data={
description="ARABIC LIGATURE AIN WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0639, 0x0649 },
+ specials={ "final", 0x639, 0x649 },
unicodeslot=0xFD13,
},
[0xFD14]={
@@ -125668,7 +129374,7 @@ characters.data={
description="ARABIC LIGATURE AIN WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0639, 0x064A },
+ specials={ "final", 0x639, 0x64A },
unicodeslot=0xFD14,
},
[0xFD15]={
@@ -125676,7 +129382,7 @@ characters.data={
description="ARABIC LIGATURE GHAIN WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x063A, 0x0649 },
+ specials={ "final", 0x63A, 0x649 },
unicodeslot=0xFD15,
},
[0xFD16]={
@@ -125684,7 +129390,7 @@ characters.data={
description="ARABIC LIGATURE GHAIN WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x063A, 0x064A },
+ specials={ "final", 0x63A, 0x64A },
unicodeslot=0xFD16,
},
[0xFD17]={
@@ -125692,7 +129398,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0633, 0x0649 },
+ specials={ "final", 0x633, 0x649 },
unicodeslot=0xFD17,
},
[0xFD18]={
@@ -125700,7 +129406,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0633, 0x064A },
+ specials={ "final", 0x633, 0x64A },
unicodeslot=0xFD18,
},
[0xFD19]={
@@ -125708,7 +129414,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0634, 0x0649 },
+ specials={ "final", 0x634, 0x649 },
unicodeslot=0xFD19,
},
[0xFD1A]={
@@ -125716,7 +129422,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0634, 0x064A },
+ specials={ "final", 0x634, 0x64A },
unicodeslot=0xFD1A,
},
[0xFD1B]={
@@ -125724,7 +129430,7 @@ characters.data={
description="ARABIC LIGATURE HAH WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062D, 0x0649 },
+ specials={ "final", 0x62D, 0x649 },
unicodeslot=0xFD1B,
},
[0xFD1C]={
@@ -125732,7 +129438,7 @@ characters.data={
description="ARABIC LIGATURE HAH WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062D, 0x064A },
+ specials={ "final", 0x62D, 0x64A },
unicodeslot=0xFD1C,
},
[0xFD1D]={
@@ -125740,7 +129446,7 @@ characters.data={
description="ARABIC LIGATURE JEEM WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062C, 0x0649 },
+ specials={ "final", 0x62C, 0x649 },
unicodeslot=0xFD1D,
},
[0xFD1E]={
@@ -125748,7 +129454,7 @@ characters.data={
description="ARABIC LIGATURE JEEM WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062C, 0x064A },
+ specials={ "final", 0x62C, 0x64A },
unicodeslot=0xFD1E,
},
[0xFD1F]={
@@ -125756,7 +129462,7 @@ characters.data={
description="ARABIC LIGATURE KHAH WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062E, 0x0649 },
+ specials={ "final", 0x62E, 0x649 },
unicodeslot=0xFD1F,
},
[0xFD20]={
@@ -125764,7 +129470,7 @@ characters.data={
description="ARABIC LIGATURE KHAH WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062E, 0x064A },
+ specials={ "final", 0x62E, 0x64A },
unicodeslot=0xFD20,
},
[0xFD21]={
@@ -125772,7 +129478,7 @@ characters.data={
description="ARABIC LIGATURE SAD WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0635, 0x0649 },
+ specials={ "final", 0x635, 0x649 },
unicodeslot=0xFD21,
},
[0xFD22]={
@@ -125780,7 +129486,7 @@ characters.data={
description="ARABIC LIGATURE SAD WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0635, 0x064A },
+ specials={ "final", 0x635, 0x64A },
unicodeslot=0xFD22,
},
[0xFD23]={
@@ -125788,7 +129494,7 @@ characters.data={
description="ARABIC LIGATURE DAD WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0636, 0x0649 },
+ specials={ "final", 0x636, 0x649 },
unicodeslot=0xFD23,
},
[0xFD24]={
@@ -125796,7 +129502,7 @@ characters.data={
description="ARABIC LIGATURE DAD WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0636, 0x064A },
+ specials={ "final", 0x636, 0x64A },
unicodeslot=0xFD24,
},
[0xFD25]={
@@ -125804,7 +129510,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH JEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0634, 0x062C },
+ specials={ "final", 0x634, 0x62C },
unicodeslot=0xFD25,
},
[0xFD26]={
@@ -125812,7 +129518,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH HAH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0634, 0x062D },
+ specials={ "final", 0x634, 0x62D },
unicodeslot=0xFD26,
},
[0xFD27]={
@@ -125820,7 +129526,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH KHAH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0634, 0x062E },
+ specials={ "final", 0x634, 0x62E },
unicodeslot=0xFD27,
},
[0xFD28]={
@@ -125828,7 +129534,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0634, 0x0645 },
+ specials={ "final", 0x634, 0x645 },
unicodeslot=0xFD28,
},
[0xFD29]={
@@ -125836,7 +129542,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH REH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0634, 0x0631 },
+ specials={ "final", 0x634, 0x631 },
unicodeslot=0xFD29,
},
[0xFD2A]={
@@ -125844,7 +129550,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH REH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0633, 0x0631 },
+ specials={ "final", 0x633, 0x631 },
unicodeslot=0xFD2A,
},
[0xFD2B]={
@@ -125852,7 +129558,7 @@ characters.data={
description="ARABIC LIGATURE SAD WITH REH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0635, 0x0631 },
+ specials={ "final", 0x635, 0x631 },
unicodeslot=0xFD2B,
},
[0xFD2C]={
@@ -125860,7 +129566,7 @@ characters.data={
description="ARABIC LIGATURE DAD WITH REH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0636, 0x0631 },
+ specials={ "final", 0x636, 0x631 },
unicodeslot=0xFD2C,
},
[0xFD2D]={
@@ -125868,7 +129574,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0634, 0x062C },
+ specials={ "initial", 0x634, 0x62C },
unicodeslot=0xFD2D,
},
[0xFD2E]={
@@ -125876,7 +129582,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0634, 0x062D },
+ specials={ "initial", 0x634, 0x62D },
unicodeslot=0xFD2E,
},
[0xFD2F]={
@@ -125884,7 +129590,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH KHAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0634, 0x062E },
+ specials={ "initial", 0x634, 0x62E },
unicodeslot=0xFD2F,
},
[0xFD30]={
@@ -125892,7 +129598,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0634, 0x0645 },
+ specials={ "initial", 0x634, 0x645 },
unicodeslot=0xFD30,
},
[0xFD31]={
@@ -125900,7 +129606,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH HEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0633, 0x0647 },
+ specials={ "initial", 0x633, 0x647 },
unicodeslot=0xFD31,
},
[0xFD32]={
@@ -125908,7 +129614,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH HEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0634, 0x0647 },
+ specials={ "initial", 0x634, 0x647 },
unicodeslot=0xFD32,
},
[0xFD33]={
@@ -125916,7 +129622,7 @@ characters.data={
description="ARABIC LIGATURE TAH WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0637, 0x0645 },
+ specials={ "initial", 0x637, 0x645 },
unicodeslot=0xFD33,
},
[0xFD34]={
@@ -125924,7 +129630,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH JEEM MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0633, 0x062C },
+ specials={ "medial", 0x633, 0x62C },
unicodeslot=0xFD34,
},
[0xFD35]={
@@ -125932,7 +129638,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH HAH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0633, 0x062D },
+ specials={ "medial", 0x633, 0x62D },
unicodeslot=0xFD35,
},
[0xFD36]={
@@ -125940,7 +129646,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH KHAH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0633, 0x062E },
+ specials={ "medial", 0x633, 0x62E },
unicodeslot=0xFD36,
},
[0xFD37]={
@@ -125948,7 +129654,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH JEEM MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0634, 0x062C },
+ specials={ "medial", 0x634, 0x62C },
unicodeslot=0xFD37,
},
[0xFD38]={
@@ -125956,7 +129662,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH HAH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0634, 0x062D },
+ specials={ "medial", 0x634, 0x62D },
unicodeslot=0xFD38,
},
[0xFD39]={
@@ -125964,7 +129670,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH KHAH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0634, 0x062E },
+ specials={ "medial", 0x634, 0x62E },
unicodeslot=0xFD39,
},
[0xFD3A]={
@@ -125972,7 +129678,7 @@ characters.data={
description="ARABIC LIGATURE TAH WITH MEEM MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0637, 0x0645 },
+ specials={ "medial", 0x637, 0x645 },
unicodeslot=0xFD3A,
},
[0xFD3B]={
@@ -125980,7 +129686,7 @@ characters.data={
description="ARABIC LIGATURE ZAH WITH MEEM MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0638, 0x0645 },
+ specials={ "medial", 0x638, 0x645 },
unicodeslot=0xFD3B,
},
[0xFD3C]={
@@ -125988,7 +129694,7 @@ characters.data={
description="ARABIC LIGATURE ALEF WITH FATHATAN FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0627, 0x064B },
+ specials={ "final", 0x627, 0x64B },
unicodeslot=0xFD3C,
},
[0xFD3D]={
@@ -125996,7 +129702,7 @@ characters.data={
description="ARABIC LIGATURE ALEF WITH FATHATAN ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0627, 0x064B },
+ specials={ "isolated", 0x627, 0x64B },
unicodeslot=0xFD3D,
},
[0xFD3E]={
@@ -126004,7 +129710,7 @@ characters.data={
category="ps",
description="ORNATE LEFT PARENTHESIS",
direction="on",
- linebreak="op",
+ linebreak="cl",
unicodeslot=0xFD3E,
},
[0xFD3F]={
@@ -126012,7 +129718,7 @@ characters.data={
category="pe",
description="ORNATE RIGHT PARENTHESIS",
direction="on",
- linebreak="cl",
+ linebreak="op",
unicodeslot=0xFD3F,
},
[0xFD50]={
@@ -126020,7 +129726,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH JEEM WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x062A, 0x062C, 0x0645 },
+ specials={ "initial", 0x62A, 0x62C, 0x645 },
unicodeslot=0xFD50,
},
[0xFD51]={
@@ -126028,7 +129734,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH HAH WITH JEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062A, 0x062D, 0x062C },
+ specials={ "final", 0x62A, 0x62D, 0x62C },
unicodeslot=0xFD51,
},
[0xFD52]={
@@ -126036,7 +129742,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH HAH WITH JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x062A, 0x062D, 0x062C },
+ specials={ "initial", 0x62A, 0x62D, 0x62C },
unicodeslot=0xFD52,
},
[0xFD53]={
@@ -126044,7 +129750,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH HAH WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x062A, 0x062D, 0x0645 },
+ specials={ "initial", 0x62A, 0x62D, 0x645 },
unicodeslot=0xFD53,
},
[0xFD54]={
@@ -126052,7 +129758,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH KHAH WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x062A, 0x062E, 0x0645 },
+ specials={ "initial", 0x62A, 0x62E, 0x645 },
unicodeslot=0xFD54,
},
[0xFD55]={
@@ -126060,7 +129766,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH MEEM WITH JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x062A, 0x0645, 0x062C },
+ specials={ "initial", 0x62A, 0x645, 0x62C },
unicodeslot=0xFD55,
},
[0xFD56]={
@@ -126068,7 +129774,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH MEEM WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x062A, 0x0645, 0x062D },
+ specials={ "initial", 0x62A, 0x645, 0x62D },
unicodeslot=0xFD56,
},
[0xFD57]={
@@ -126076,7 +129782,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH MEEM WITH KHAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x062A, 0x0645, 0x062E },
+ specials={ "initial", 0x62A, 0x645, 0x62E },
unicodeslot=0xFD57,
},
[0xFD58]={
@@ -126084,7 +129790,7 @@ characters.data={
description="ARABIC LIGATURE JEEM WITH MEEM WITH HAH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062C, 0x0645, 0x062D },
+ specials={ "final", 0x62C, 0x645, 0x62D },
unicodeslot=0xFD58,
},
[0xFD59]={
@@ -126092,7 +129798,7 @@ characters.data={
description="ARABIC LIGATURE JEEM WITH MEEM WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x062C, 0x0645, 0x062D },
+ specials={ "initial", 0x62C, 0x645, 0x62D },
unicodeslot=0xFD59,
},
[0xFD5A]={
@@ -126100,7 +129806,7 @@ characters.data={
description="ARABIC LIGATURE HAH WITH MEEM WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062D, 0x0645, 0x064A },
+ specials={ "final", 0x62D, 0x645, 0x64A },
unicodeslot=0xFD5A,
},
[0xFD5B]={
@@ -126108,7 +129814,7 @@ characters.data={
description="ARABIC LIGATURE HAH WITH MEEM WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062D, 0x0645, 0x0649 },
+ specials={ "final", 0x62D, 0x645, 0x649 },
unicodeslot=0xFD5B,
},
[0xFD5C]={
@@ -126116,7 +129822,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH HAH WITH JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0633, 0x062D, 0x062C },
+ specials={ "initial", 0x633, 0x62D, 0x62C },
unicodeslot=0xFD5C,
},
[0xFD5D]={
@@ -126124,7 +129830,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH JEEM WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0633, 0x062C, 0x062D },
+ specials={ "initial", 0x633, 0x62C, 0x62D },
unicodeslot=0xFD5D,
},
[0xFD5E]={
@@ -126132,7 +129838,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH JEEM WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0633, 0x062C, 0x0649 },
+ specials={ "final", 0x633, 0x62C, 0x649 },
unicodeslot=0xFD5E,
},
[0xFD5F]={
@@ -126140,7 +129846,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH MEEM WITH HAH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0633, 0x0645, 0x062D },
+ specials={ "final", 0x633, 0x645, 0x62D },
unicodeslot=0xFD5F,
},
[0xFD60]={
@@ -126148,7 +129854,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH MEEM WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0633, 0x0645, 0x062D },
+ specials={ "initial", 0x633, 0x645, 0x62D },
unicodeslot=0xFD60,
},
[0xFD61]={
@@ -126156,7 +129862,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH MEEM WITH JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0633, 0x0645, 0x062C },
+ specials={ "initial", 0x633, 0x645, 0x62C },
unicodeslot=0xFD61,
},
[0xFD62]={
@@ -126164,7 +129870,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH MEEM WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0633, 0x0645, 0x0645 },
+ specials={ "final", 0x633, 0x645, 0x645 },
unicodeslot=0xFD62,
},
[0xFD63]={
@@ -126172,7 +129878,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH MEEM WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0633, 0x0645, 0x0645 },
+ specials={ "initial", 0x633, 0x645, 0x645 },
unicodeslot=0xFD63,
},
[0xFD64]={
@@ -126180,7 +129886,7 @@ characters.data={
description="ARABIC LIGATURE SAD WITH HAH WITH HAH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0635, 0x062D, 0x062D },
+ specials={ "final", 0x635, 0x62D, 0x62D },
unicodeslot=0xFD64,
},
[0xFD65]={
@@ -126188,7 +129894,7 @@ characters.data={
description="ARABIC LIGATURE SAD WITH HAH WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0635, 0x062D, 0x062D },
+ specials={ "initial", 0x635, 0x62D, 0x62D },
unicodeslot=0xFD65,
},
[0xFD66]={
@@ -126196,7 +129902,7 @@ characters.data={
description="ARABIC LIGATURE SAD WITH MEEM WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0635, 0x0645, 0x0645 },
+ specials={ "final", 0x635, 0x645, 0x645 },
unicodeslot=0xFD66,
},
[0xFD67]={
@@ -126204,7 +129910,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH HAH WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0634, 0x062D, 0x0645 },
+ specials={ "final", 0x634, 0x62D, 0x645 },
unicodeslot=0xFD67,
},
[0xFD68]={
@@ -126212,7 +129918,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH HAH WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0634, 0x062D, 0x0645 },
+ specials={ "initial", 0x634, 0x62D, 0x645 },
unicodeslot=0xFD68,
},
[0xFD69]={
@@ -126220,7 +129926,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH JEEM WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0634, 0x062C, 0x064A },
+ specials={ "final", 0x634, 0x62C, 0x64A },
unicodeslot=0xFD69,
},
[0xFD6A]={
@@ -126228,7 +129934,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH MEEM WITH KHAH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0634, 0x0645, 0x062E },
+ specials={ "final", 0x634, 0x645, 0x62E },
unicodeslot=0xFD6A,
},
[0xFD6B]={
@@ -126236,7 +129942,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH MEEM WITH KHAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0634, 0x0645, 0x062E },
+ specials={ "initial", 0x634, 0x645, 0x62E },
unicodeslot=0xFD6B,
},
[0xFD6C]={
@@ -126244,7 +129950,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH MEEM WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0634, 0x0645, 0x0645 },
+ specials={ "final", 0x634, 0x645, 0x645 },
unicodeslot=0xFD6C,
},
[0xFD6D]={
@@ -126252,7 +129958,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH MEEM WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0634, 0x0645, 0x0645 },
+ specials={ "initial", 0x634, 0x645, 0x645 },
unicodeslot=0xFD6D,
},
[0xFD6E]={
@@ -126260,7 +129966,7 @@ characters.data={
description="ARABIC LIGATURE DAD WITH HAH WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0636, 0x062D, 0x0649 },
+ specials={ "final", 0x636, 0x62D, 0x649 },
unicodeslot=0xFD6E,
},
[0xFD6F]={
@@ -126268,7 +129974,7 @@ characters.data={
description="ARABIC LIGATURE DAD WITH KHAH WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0636, 0x062E, 0x0645 },
+ specials={ "final", 0x636, 0x62E, 0x645 },
unicodeslot=0xFD6F,
},
[0xFD70]={
@@ -126276,7 +129982,7 @@ characters.data={
description="ARABIC LIGATURE DAD WITH KHAH WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0636, 0x062E, 0x0645 },
+ specials={ "initial", 0x636, 0x62E, 0x645 },
unicodeslot=0xFD70,
},
[0xFD71]={
@@ -126284,7 +129990,7 @@ characters.data={
description="ARABIC LIGATURE TAH WITH MEEM WITH HAH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0637, 0x0645, 0x062D },
+ specials={ "final", 0x637, 0x645, 0x62D },
unicodeslot=0xFD71,
},
[0xFD72]={
@@ -126292,7 +129998,7 @@ characters.data={
description="ARABIC LIGATURE TAH WITH MEEM WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0637, 0x0645, 0x062D },
+ specials={ "initial", 0x637, 0x645, 0x62D },
unicodeslot=0xFD72,
},
[0xFD73]={
@@ -126300,7 +130006,7 @@ characters.data={
description="ARABIC LIGATURE TAH WITH MEEM WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0637, 0x0645, 0x0645 },
+ specials={ "initial", 0x637, 0x645, 0x645 },
unicodeslot=0xFD73,
},
[0xFD74]={
@@ -126308,7 +130014,7 @@ characters.data={
description="ARABIC LIGATURE TAH WITH MEEM WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0637, 0x0645, 0x064A },
+ specials={ "final", 0x637, 0x645, 0x64A },
unicodeslot=0xFD74,
},
[0xFD75]={
@@ -126316,7 +130022,7 @@ characters.data={
description="ARABIC LIGATURE AIN WITH JEEM WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0639, 0x062C, 0x0645 },
+ specials={ "final", 0x639, 0x62C, 0x645 },
unicodeslot=0xFD75,
},
[0xFD76]={
@@ -126324,7 +130030,7 @@ characters.data={
description="ARABIC LIGATURE AIN WITH MEEM WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0639, 0x0645, 0x0645 },
+ specials={ "final", 0x639, 0x645, 0x645 },
unicodeslot=0xFD76,
},
[0xFD77]={
@@ -126332,7 +130038,7 @@ characters.data={
description="ARABIC LIGATURE AIN WITH MEEM WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0639, 0x0645, 0x0645 },
+ specials={ "initial", 0x639, 0x645, 0x645 },
unicodeslot=0xFD77,
},
[0xFD78]={
@@ -126340,7 +130046,7 @@ characters.data={
description="ARABIC LIGATURE AIN WITH MEEM WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0639, 0x0645, 0x0649 },
+ specials={ "final", 0x639, 0x645, 0x649 },
unicodeslot=0xFD78,
},
[0xFD79]={
@@ -126348,7 +130054,7 @@ characters.data={
description="ARABIC LIGATURE GHAIN WITH MEEM WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x063A, 0x0645, 0x0645 },
+ specials={ "final", 0x63A, 0x645, 0x645 },
unicodeslot=0xFD79,
},
[0xFD7A]={
@@ -126356,7 +130062,7 @@ characters.data={
description="ARABIC LIGATURE GHAIN WITH MEEM WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x063A, 0x0645, 0x064A },
+ specials={ "final", 0x63A, 0x645, 0x64A },
unicodeslot=0xFD7A,
},
[0xFD7B]={
@@ -126364,7 +130070,7 @@ characters.data={
description="ARABIC LIGATURE GHAIN WITH MEEM WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x063A, 0x0645, 0x0649 },
+ specials={ "final", 0x63A, 0x645, 0x649 },
unicodeslot=0xFD7B,
},
[0xFD7C]={
@@ -126372,7 +130078,7 @@ characters.data={
description="ARABIC LIGATURE FEH WITH KHAH WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0641, 0x062E, 0x0645 },
+ specials={ "final", 0x641, 0x62E, 0x645 },
unicodeslot=0xFD7C,
},
[0xFD7D]={
@@ -126380,7 +130086,7 @@ characters.data={
description="ARABIC LIGATURE FEH WITH KHAH WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0641, 0x062E, 0x0645 },
+ specials={ "initial", 0x641, 0x62E, 0x645 },
unicodeslot=0xFD7D,
},
[0xFD7E]={
@@ -126388,7 +130094,7 @@ characters.data={
description="ARABIC LIGATURE QAF WITH MEEM WITH HAH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0642, 0x0645, 0x062D },
+ specials={ "final", 0x642, 0x645, 0x62D },
unicodeslot=0xFD7E,
},
[0xFD7F]={
@@ -126396,7 +130102,7 @@ characters.data={
description="ARABIC LIGATURE QAF WITH MEEM WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0642, 0x0645, 0x0645 },
+ specials={ "final", 0x642, 0x645, 0x645 },
unicodeslot=0xFD7F,
},
[0xFD80]={
@@ -126404,7 +130110,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH HAH WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0644, 0x062D, 0x0645 },
+ specials={ "final", 0x644, 0x62D, 0x645 },
unicodeslot=0xFD80,
},
[0xFD81]={
@@ -126412,7 +130118,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH HAH WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0644, 0x062D, 0x064A },
+ specials={ "final", 0x644, 0x62D, 0x64A },
unicodeslot=0xFD81,
},
[0xFD82]={
@@ -126420,7 +130126,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH HAH WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0644, 0x062D, 0x0649 },
+ specials={ "final", 0x644, 0x62D, 0x649 },
unicodeslot=0xFD82,
},
[0xFD83]={
@@ -126428,7 +130134,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH JEEM WITH JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0644, 0x062C, 0x062C },
+ specials={ "initial", 0x644, 0x62C, 0x62C },
unicodeslot=0xFD83,
},
[0xFD84]={
@@ -126436,7 +130142,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH JEEM WITH JEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0644, 0x062C, 0x062C },
+ specials={ "final", 0x644, 0x62C, 0x62C },
unicodeslot=0xFD84,
},
[0xFD85]={
@@ -126444,7 +130150,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH KHAH WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0644, 0x062E, 0x0645 },
+ specials={ "final", 0x644, 0x62E, 0x645 },
unicodeslot=0xFD85,
},
[0xFD86]={
@@ -126452,7 +130158,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH KHAH WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0644, 0x062E, 0x0645 },
+ specials={ "initial", 0x644, 0x62E, 0x645 },
unicodeslot=0xFD86,
},
[0xFD87]={
@@ -126460,7 +130166,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH MEEM WITH HAH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0644, 0x0645, 0x062D },
+ specials={ "final", 0x644, 0x645, 0x62D },
unicodeslot=0xFD87,
},
[0xFD88]={
@@ -126469,7 +130175,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH MEEM WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0644, 0x0645, 0x062D },
+ specials={ "initial", 0x644, 0x645, 0x62D },
unicodeslot=0xFD88,
},
[0xFD89]={
@@ -126477,7 +130183,7 @@ characters.data={
description="ARABIC LIGATURE MEEM WITH HAH WITH JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0645, 0x062D, 0x062C },
+ specials={ "initial", 0x645, 0x62D, 0x62C },
unicodeslot=0xFD89,
},
[0xFD8A]={
@@ -126485,7 +130191,7 @@ characters.data={
description="ARABIC LIGATURE MEEM WITH HAH WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0645, 0x062D, 0x0645 },
+ specials={ "initial", 0x645, 0x62D, 0x645 },
unicodeslot=0xFD8A,
},
[0xFD8B]={
@@ -126493,7 +130199,7 @@ characters.data={
description="ARABIC LIGATURE MEEM WITH HAH WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0645, 0x062D, 0x064A },
+ specials={ "final", 0x645, 0x62D, 0x64A },
unicodeslot=0xFD8B,
},
[0xFD8C]={
@@ -126501,7 +130207,7 @@ characters.data={
description="ARABIC LIGATURE MEEM WITH JEEM WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0645, 0x062C, 0x062D },
+ specials={ "initial", 0x645, 0x62C, 0x62D },
unicodeslot=0xFD8C,
},
[0xFD8D]={
@@ -126509,7 +130215,7 @@ characters.data={
description="ARABIC LIGATURE MEEM WITH JEEM WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0645, 0x062C, 0x0645 },
+ specials={ "initial", 0x645, 0x62C, 0x645 },
unicodeslot=0xFD8D,
},
[0xFD8E]={
@@ -126517,7 +130223,7 @@ characters.data={
description="ARABIC LIGATURE MEEM WITH KHAH WITH JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0645, 0x062E, 0x062C },
+ specials={ "initial", 0x645, 0x62E, 0x62C },
unicodeslot=0xFD8E,
},
[0xFD8F]={
@@ -126525,7 +130231,7 @@ characters.data={
description="ARABIC LIGATURE MEEM WITH KHAH WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0645, 0x062E, 0x0645 },
+ specials={ "initial", 0x645, 0x62E, 0x645 },
unicodeslot=0xFD8F,
},
[0xFD92]={
@@ -126533,7 +130239,7 @@ characters.data={
description="ARABIC LIGATURE MEEM WITH JEEM WITH KHAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0645, 0x062C, 0x062E },
+ specials={ "initial", 0x645, 0x62C, 0x62E },
unicodeslot=0xFD92,
},
[0xFD93]={
@@ -126541,7 +130247,7 @@ characters.data={
description="ARABIC LIGATURE HEH WITH MEEM WITH JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0647, 0x0645, 0x062C },
+ specials={ "initial", 0x647, 0x645, 0x62C },
unicodeslot=0xFD93,
},
[0xFD94]={
@@ -126549,7 +130255,7 @@ characters.data={
description="ARABIC LIGATURE HEH WITH MEEM WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0647, 0x0645, 0x0645 },
+ specials={ "initial", 0x647, 0x645, 0x645 },
unicodeslot=0xFD94,
},
[0xFD95]={
@@ -126557,7 +130263,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH HAH WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0646, 0x062D, 0x0645 },
+ specials={ "initial", 0x646, 0x62D, 0x645 },
unicodeslot=0xFD95,
},
[0xFD96]={
@@ -126565,7 +130271,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH HAH WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0646, 0x062D, 0x0649 },
+ specials={ "final", 0x646, 0x62D, 0x649 },
unicodeslot=0xFD96,
},
[0xFD97]={
@@ -126573,7 +130279,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH JEEM WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0646, 0x062C, 0x0645 },
+ specials={ "final", 0x646, 0x62C, 0x645 },
unicodeslot=0xFD97,
},
[0xFD98]={
@@ -126581,7 +130287,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH JEEM WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0646, 0x062C, 0x0645 },
+ specials={ "initial", 0x646, 0x62C, 0x645 },
unicodeslot=0xFD98,
},
[0xFD99]={
@@ -126589,7 +130295,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH JEEM WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0646, 0x062C, 0x0649 },
+ specials={ "final", 0x646, 0x62C, 0x649 },
unicodeslot=0xFD99,
},
[0xFD9A]={
@@ -126597,7 +130303,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH MEEM WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0646, 0x0645, 0x064A },
+ specials={ "final", 0x646, 0x645, 0x64A },
unicodeslot=0xFD9A,
},
[0xFD9B]={
@@ -126605,7 +130311,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH MEEM WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0646, 0x0645, 0x0649 },
+ specials={ "final", 0x646, 0x645, 0x649 },
unicodeslot=0xFD9B,
},
[0xFD9C]={
@@ -126613,7 +130319,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH MEEM WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x064A, 0x0645, 0x0645 },
+ specials={ "final", 0x64A, 0x645, 0x645 },
unicodeslot=0xFD9C,
},
[0xFD9D]={
@@ -126621,7 +130327,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH MEEM WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x064A, 0x0645, 0x0645 },
+ specials={ "initial", 0x64A, 0x645, 0x645 },
unicodeslot=0xFD9D,
},
[0xFD9E]={
@@ -126629,7 +130335,7 @@ characters.data={
description="ARABIC LIGATURE BEH WITH KHAH WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0628, 0x062E, 0x064A },
+ specials={ "final", 0x628, 0x62E, 0x64A },
unicodeslot=0xFD9E,
},
[0xFD9F]={
@@ -126637,7 +130343,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH JEEM WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062A, 0x062C, 0x064A },
+ specials={ "final", 0x62A, 0x62C, 0x64A },
unicodeslot=0xFD9F,
},
[0xFDA0]={
@@ -126645,7 +130351,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH JEEM WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062A, 0x062C, 0x0649 },
+ specials={ "final", 0x62A, 0x62C, 0x649 },
unicodeslot=0xFDA0,
},
[0xFDA1]={
@@ -126653,7 +130359,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH KHAH WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062A, 0x062E, 0x064A },
+ specials={ "final", 0x62A, 0x62E, 0x64A },
unicodeslot=0xFDA1,
},
[0xFDA2]={
@@ -126661,7 +130367,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH KHAH WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062A, 0x062E, 0x0649 },
+ specials={ "final", 0x62A, 0x62E, 0x649 },
unicodeslot=0xFDA2,
},
[0xFDA3]={
@@ -126669,7 +130375,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH MEEM WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062A, 0x0645, 0x064A },
+ specials={ "final", 0x62A, 0x645, 0x64A },
unicodeslot=0xFDA3,
},
[0xFDA4]={
@@ -126677,7 +130383,7 @@ characters.data={
description="ARABIC LIGATURE TEH WITH MEEM WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062A, 0x0645, 0x0649 },
+ specials={ "final", 0x62A, 0x645, 0x649 },
unicodeslot=0xFDA4,
},
[0xFDA5]={
@@ -126685,7 +130391,7 @@ characters.data={
description="ARABIC LIGATURE JEEM WITH MEEM WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062C, 0x0645, 0x064A },
+ specials={ "final", 0x62C, 0x645, 0x64A },
unicodeslot=0xFDA5,
},
[0xFDA6]={
@@ -126693,7 +130399,7 @@ characters.data={
description="ARABIC LIGATURE JEEM WITH HAH WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062C, 0x062D, 0x0649 },
+ specials={ "final", 0x62C, 0x62D, 0x649 },
unicodeslot=0xFDA6,
},
[0xFDA7]={
@@ -126701,7 +130407,7 @@ characters.data={
description="ARABIC LIGATURE JEEM WITH MEEM WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062C, 0x0645, 0x0649 },
+ specials={ "final", 0x62C, 0x645, 0x649 },
unicodeslot=0xFDA7,
},
[0xFDA8]={
@@ -126709,7 +130415,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH KHAH WITH ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0633, 0x062E, 0x0649 },
+ specials={ "final", 0x633, 0x62E, 0x649 },
unicodeslot=0xFDA8,
},
[0xFDA9]={
@@ -126717,7 +130423,7 @@ characters.data={
description="ARABIC LIGATURE SAD WITH HAH WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0635, 0x062D, 0x064A },
+ specials={ "final", 0x635, 0x62D, 0x64A },
unicodeslot=0xFDA9,
},
[0xFDAA]={
@@ -126725,7 +130431,7 @@ characters.data={
description="ARABIC LIGATURE SHEEN WITH HAH WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0634, 0x062D, 0x064A },
+ specials={ "final", 0x634, 0x62D, 0x64A },
unicodeslot=0xFDAA,
},
[0xFDAB]={
@@ -126733,7 +130439,7 @@ characters.data={
description="ARABIC LIGATURE DAD WITH HAH WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0636, 0x062D, 0x064A },
+ specials={ "final", 0x636, 0x62D, 0x64A },
unicodeslot=0xFDAB,
},
[0xFDAC]={
@@ -126741,7 +130447,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH JEEM WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0644, 0x062C, 0x064A },
+ specials={ "final", 0x644, 0x62C, 0x64A },
unicodeslot=0xFDAC,
},
[0xFDAD]={
@@ -126749,7 +130455,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH MEEM WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0644, 0x0645, 0x064A },
+ specials={ "final", 0x644, 0x645, 0x64A },
unicodeslot=0xFDAD,
},
[0xFDAE]={
@@ -126757,7 +130463,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH HAH WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x064A, 0x062D, 0x064A },
+ specials={ "final", 0x64A, 0x62D, 0x64A },
unicodeslot=0xFDAE,
},
[0xFDAF]={
@@ -126765,7 +130471,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH JEEM WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x064A, 0x062C, 0x064A },
+ specials={ "final", 0x64A, 0x62C, 0x64A },
unicodeslot=0xFDAF,
},
[0xFDB0]={
@@ -126773,7 +130479,7 @@ characters.data={
description="ARABIC LIGATURE YEH WITH MEEM WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x064A, 0x0645, 0x064A },
+ specials={ "final", 0x64A, 0x645, 0x64A },
unicodeslot=0xFDB0,
},
[0xFDB1]={
@@ -126781,7 +130487,7 @@ characters.data={
description="ARABIC LIGATURE MEEM WITH MEEM WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0645, 0x0645, 0x064A },
+ specials={ "final", 0x645, 0x645, 0x64A },
unicodeslot=0xFDB1,
},
[0xFDB2]={
@@ -126789,7 +130495,7 @@ characters.data={
description="ARABIC LIGATURE QAF WITH MEEM WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0642, 0x0645, 0x064A },
+ specials={ "final", 0x642, 0x645, 0x64A },
unicodeslot=0xFDB2,
},
[0xFDB3]={
@@ -126797,7 +130503,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH HAH WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0646, 0x062D, 0x064A },
+ specials={ "final", 0x646, 0x62D, 0x64A },
unicodeslot=0xFDB3,
},
[0xFDB4]={
@@ -126805,7 +130511,7 @@ characters.data={
description="ARABIC LIGATURE QAF WITH MEEM WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0642, 0x0645, 0x062D },
+ specials={ "initial", 0x642, 0x645, 0x62D },
unicodeslot=0xFDB4,
},
[0xFDB5]={
@@ -126813,7 +130519,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH HAH WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0644, 0x062D, 0x0645 },
+ specials={ "initial", 0x644, 0x62D, 0x645 },
unicodeslot=0xFDB5,
},
[0xFDB6]={
@@ -126821,7 +130527,7 @@ characters.data={
description="ARABIC LIGATURE AIN WITH MEEM WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0639, 0x0645, 0x064A },
+ specials={ "final", 0x639, 0x645, 0x64A },
unicodeslot=0xFDB6,
},
[0xFDB7]={
@@ -126829,7 +130535,7 @@ characters.data={
description="ARABIC LIGATURE KAF WITH MEEM WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0643, 0x0645, 0x064A },
+ specials={ "final", 0x643, 0x645, 0x64A },
unicodeslot=0xFDB7,
},
[0xFDB8]={
@@ -126837,7 +130543,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH JEEM WITH HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0646, 0x062C, 0x062D },
+ specials={ "initial", 0x646, 0x62C, 0x62D },
unicodeslot=0xFDB8,
},
[0xFDB9]={
@@ -126845,7 +130551,7 @@ characters.data={
description="ARABIC LIGATURE MEEM WITH KHAH WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0645, 0x062E, 0x064A },
+ specials={ "final", 0x645, 0x62E, 0x64A },
unicodeslot=0xFDB9,
},
[0xFDBA]={
@@ -126853,7 +130559,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH JEEM WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0644, 0x062C, 0x0645 },
+ specials={ "initial", 0x644, 0x62C, 0x645 },
unicodeslot=0xFDBA,
},
[0xFDBB]={
@@ -126861,7 +130567,7 @@ characters.data={
description="ARABIC LIGATURE KAF WITH MEEM WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0643, 0x0645, 0x0645 },
+ specials={ "final", 0x643, 0x645, 0x645 },
unicodeslot=0xFDBB,
},
[0xFDBC]={
@@ -126869,7 +130575,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH JEEM WITH MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0644, 0x062C, 0x0645 },
+ specials={ "final", 0x644, 0x62C, 0x645 },
unicodeslot=0xFDBC,
},
[0xFDBD]={
@@ -126877,7 +130583,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH JEEM WITH HAH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0646, 0x062C, 0x062D },
+ specials={ "final", 0x646, 0x62C, 0x62D },
unicodeslot=0xFDBD,
},
[0xFDBE]={
@@ -126885,7 +130591,7 @@ characters.data={
description="ARABIC LIGATURE JEEM WITH HAH WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062C, 0x062D, 0x064A },
+ specials={ "final", 0x62C, 0x62D, 0x64A },
unicodeslot=0xFDBE,
},
[0xFDBF]={
@@ -126893,7 +130599,7 @@ characters.data={
description="ARABIC LIGATURE HAH WITH JEEM WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062D, 0x062C, 0x064A },
+ specials={ "final", 0x62D, 0x62C, 0x64A },
unicodeslot=0xFDBF,
},
[0xFDC0]={
@@ -126901,7 +130607,7 @@ characters.data={
description="ARABIC LIGATURE MEEM WITH JEEM WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0645, 0x062C, 0x064A },
+ specials={ "final", 0x645, 0x62C, 0x64A },
unicodeslot=0xFDC0,
},
[0xFDC1]={
@@ -126909,7 +130615,7 @@ characters.data={
description="ARABIC LIGATURE FEH WITH MEEM WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0641, 0x0645, 0x064A },
+ specials={ "final", 0x641, 0x645, 0x64A },
unicodeslot=0xFDC1,
},
[0xFDC2]={
@@ -126917,7 +130623,7 @@ characters.data={
description="ARABIC LIGATURE BEH WITH HAH WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0628, 0x062D, 0x064A },
+ specials={ "final", 0x628, 0x62D, 0x64A },
unicodeslot=0xFDC2,
},
[0xFDC3]={
@@ -126925,7 +130631,7 @@ characters.data={
description="ARABIC LIGATURE KAF WITH MEEM WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0643, 0x0645, 0x0645 },
+ specials={ "initial", 0x643, 0x645, 0x645 },
unicodeslot=0xFDC3,
},
[0xFDC4]={
@@ -126933,7 +130639,7 @@ characters.data={
description="ARABIC LIGATURE AIN WITH JEEM WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0639, 0x062C, 0x0645 },
+ specials={ "initial", 0x639, 0x62C, 0x645 },
unicodeslot=0xFDC4,
},
[0xFDC5]={
@@ -126941,7 +130647,7 @@ characters.data={
description="ARABIC LIGATURE SAD WITH MEEM WITH MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0635, 0x0645, 0x0645 },
+ specials={ "initial", 0x635, 0x645, 0x645 },
unicodeslot=0xFDC5,
},
[0xFDC6]={
@@ -126949,7 +130655,7 @@ characters.data={
description="ARABIC LIGATURE SEEN WITH KHAH WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0633, 0x062E, 0x064A },
+ specials={ "final", 0x633, 0x62E, 0x64A },
unicodeslot=0xFDC6,
},
[0xFDC7]={
@@ -126957,7 +130663,7 @@ characters.data={
description="ARABIC LIGATURE NOON WITH JEEM WITH YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0646, 0x062C, 0x064A },
+ specials={ "final", 0x646, 0x62C, 0x64A },
unicodeslot=0xFDC7,
},
[0xFDF0]={
@@ -126965,7 +130671,7 @@ characters.data={
description="ARABIC LIGATURE SALLA USED AS KORANIC STOP SIGN ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0635, 0x0644, 0x06D2 },
+ specials={ "isolated", 0x635, 0x644, 0x6D2 },
unicodeslot=0xFDF0,
},
[0xFDF1]={
@@ -126973,7 +130679,7 @@ characters.data={
description="ARABIC LIGATURE QALA USED AS KORANIC STOP SIGN ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0642, 0x0644, 0x06D2 },
+ specials={ "isolated", 0x642, 0x644, 0x6D2 },
unicodeslot=0xFDF1,
},
[0xFDF2]={
@@ -126982,7 +130688,7 @@ characters.data={
description="ARABIC LIGATURE ALLAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0627, 0x0644, 0x0644, 0x0647 },
+ specials={ "isolated", 0x627, 0x644, 0x644, 0x647 },
unicodeslot=0xFDF2,
},
[0xFDF3]={
@@ -126990,7 +130696,7 @@ characters.data={
description="ARABIC LIGATURE AKBAR ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0627, 0x0643, 0x0628, 0x0631 },
+ specials={ "isolated", 0x627, 0x643, 0x628, 0x631 },
unicodeslot=0xFDF3,
},
[0xFDF4]={
@@ -126998,7 +130704,7 @@ characters.data={
description="ARABIC LIGATURE MOHAMMAD ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0645, 0x062D, 0x0645, 0x062F },
+ specials={ "isolated", 0x645, 0x62D, 0x645, 0x62F },
unicodeslot=0xFDF4,
},
[0xFDF5]={
@@ -127006,7 +130712,7 @@ characters.data={
description="ARABIC LIGATURE SALAM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0635, 0x0644, 0x0639, 0x0645 },
+ specials={ "isolated", 0x635, 0x644, 0x639, 0x645 },
unicodeslot=0xFDF5,
},
[0xFDF6]={
@@ -127014,7 +130720,7 @@ characters.data={
description="ARABIC LIGATURE RASOUL ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0631, 0x0633, 0x0648, 0x0644 },
+ specials={ "isolated", 0x631, 0x633, 0x648, 0x644 },
unicodeslot=0xFDF6,
},
[0xFDF7]={
@@ -127022,7 +130728,7 @@ characters.data={
description="ARABIC LIGATURE ALAYHE ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0639, 0x0644, 0x064A, 0x0647 },
+ specials={ "isolated", 0x639, 0x644, 0x64A, 0x647 },
unicodeslot=0xFDF7,
},
[0xFDF8]={
@@ -127030,7 +130736,7 @@ characters.data={
description="ARABIC LIGATURE WASALLAM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0648, 0x0633, 0x0644, 0x0645 },
+ specials={ "isolated", 0x648, 0x633, 0x644, 0x645 },
unicodeslot=0xFDF8,
},
[0xFDF9]={
@@ -127038,7 +130744,7 @@ characters.data={
description="ARABIC LIGATURE SALLA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0635, 0x0644, 0x0649 },
+ specials={ "isolated", 0x635, 0x644, 0x649 },
unicodeslot=0xFDF9,
},
[0xFDFA]={
@@ -127047,7 +130753,7 @@ characters.data={
description="ARABIC LIGATURE SALLALLAHOU ALAYHE WASALLAM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0635, 0x0644, 0x0649, 0x0020, 0x0627, 0x0644, 0x0644, 0x0647, 0x0020, 0x0639, 0x0644, 0x064A, 0x0647, 0x0020, 0x0648, 0x0633, 0x0644, 0x0645 },
+ specials={ "isolated", 0x635, 0x644, 0x649, 0x20, 0x627, 0x644, 0x644, 0x647, 0x20, 0x639, 0x644, 0x64A, 0x647, 0x20, 0x648, 0x633, 0x644, 0x645 },
unicodeslot=0xFDFA,
},
[0xFDFB]={
@@ -127055,7 +130761,7 @@ characters.data={
description="ARABIC LIGATURE JALLAJALALOUHOU",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062C, 0x0644, 0x0020, 0x062C, 0x0644, 0x0627, 0x0644, 0x0647 },
+ specials={ "isolated", 0x62C, 0x644, 0x20, 0x62C, 0x644, 0x627, 0x644, 0x647 },
unicodeslot=0xFDFB,
},
[0xFDFC]={
@@ -127063,7 +130769,7 @@ characters.data={
description="RIAL SIGN",
direction="al",
linebreak="po",
- specials={ "isolated", 0x0631, 0x06CC, 0x0627, 0x0644 },
+ specials={ "isolated", 0x631, 0x6CC, 0x627, 0x644 },
unicodeslot=0xFDFC,
},
[0xFDFD]={
@@ -127207,7 +130913,7 @@ characters.data={
description="PRESENTATION FORM FOR VERTICAL COMMA",
direction="on",
linebreak="is",
- specials={ "vertical", 0x002C },
+ specials={ "vertical", 0x2C },
unicodeslot=0xFE10,
},
[0xFE11]={
@@ -127234,7 +130940,7 @@ characters.data={
description="PRESENTATION FORM FOR VERTICAL COLON",
direction="on",
linebreak="is",
- specials={ "vertical", 0x003A },
+ specials={ "vertical", 0x3A },
unicodeslot=0xFE13,
},
[0xFE14]={
@@ -127243,7 +130949,7 @@ characters.data={
description="PRESENTATION FORM FOR VERTICAL SEMICOLON",
direction="on",
linebreak="is",
- specials={ "vertical", 0x003B },
+ specials={ "vertical", 0x3B },
unicodeslot=0xFE14,
},
[0xFE15]={
@@ -127252,7 +130958,7 @@ characters.data={
description="PRESENTATION FORM FOR VERTICAL EXCLAMATION MARK",
direction="on",
linebreak="ex",
- specials={ "vertical", 0x0021 },
+ specials={ "vertical", 0x21 },
unicodeslot=0xFE15,
},
[0xFE16]={
@@ -127261,7 +130967,7 @@ characters.data={
description="PRESENTATION FORM FOR VERTICAL QUESTION MARK",
direction="on",
linebreak="ex",
- specials={ "vertical", 0x003F },
+ specials={ "vertical", 0x3F },
unicodeslot=0xFE16,
},
[0xFE17]={
@@ -127294,6 +131000,7 @@ characters.data={
},
[0xFE20]={
category="mn",
+ combining=0xE6,
description="COMBINING LIGATURE LEFT HALF",
direction="nsm",
linebreak="cm",
@@ -127301,6 +131008,7 @@ characters.data={
},
[0xFE21]={
category="mn",
+ combining=0xE6,
description="COMBINING LIGATURE RIGHT HALF",
direction="nsm",
linebreak="cm",
@@ -127308,6 +131016,7 @@ characters.data={
},
[0xFE22]={
category="mn",
+ combining=0xE6,
description="COMBINING DOUBLE TILDE LEFT HALF",
direction="nsm",
linebreak="cm",
@@ -127315,6 +131024,7 @@ characters.data={
},
[0xFE23]={
category="mn",
+ combining=0xE6,
description="COMBINING DOUBLE TILDE RIGHT HALF",
direction="nsm",
linebreak="cm",
@@ -127322,6 +131032,7 @@ characters.data={
},
[0xFE24]={
category="mn",
+ combining=0xE6,
description="COMBINING MACRON LEFT HALF",
direction="nsm",
linebreak="cm",
@@ -127329,6 +131040,7 @@ characters.data={
},
[0xFE25]={
category="mn",
+ combining=0xE6,
description="COMBINING MACRON RIGHT HALF",
direction="nsm",
linebreak="cm",
@@ -127336,11 +131048,68 @@ characters.data={
},
[0xFE26]={
category="mn",
+ combining=0xE6,
description="COMBINING CONJOINING MACRON",
direction="nsm",
linebreak="cm",
unicodeslot=0xFE26,
},
+ [0xFE27]={
+ category="mn",
+ combining=0xDC,
+ description="COMBINING LIGATURE LEFT HALF BELOW",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0xFE27,
+ },
+ [0xFE28]={
+ category="mn",
+ combining=0xDC,
+ description="COMBINING LIGATURE RIGHT HALF BELOW",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0xFE28,
+ },
+ [0xFE29]={
+ category="mn",
+ combining=0xDC,
+ description="COMBINING TILDE LEFT HALF BELOW",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0xFE29,
+ },
+ [0xFE2A]={
+ category="mn",
+ combining=0xDC,
+ description="COMBINING TILDE RIGHT HALF BELOW",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0xFE2A,
+ },
+ [0xFE2B]={
+ category="mn",
+ combining=0xDC,
+ description="COMBINING MACRON LEFT HALF BELOW",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0xFE2B,
+ },
+ [0xFE2C]={
+ category="mn",
+ combining=0xDC,
+ description="COMBINING MACRON RIGHT HALF BELOW",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0xFE2C,
+ },
+ [0xFE2D]={
+ category="mn",
+ combining=0xDC,
+ description="COMBINING CONJOINING MACRON BELOW",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0xFE2D,
+ },
[0xFE30]={
adobename="twodotleadervertical",
category="po",
@@ -127378,7 +131147,7 @@ characters.data={
description="PRESENTATION FORM FOR VERTICAL LOW LINE",
direction="on",
linebreak="id",
- specials={ "vertical", 0x005F },
+ specials={ "vertical", 0x5F },
unicodeslot=0xFE33,
},
[0xFE34]={
@@ -127388,7 +131157,7 @@ characters.data={
description="PRESENTATION FORM FOR VERTICAL WAVY LOW LINE",
direction="on",
linebreak="id",
- specials={ "vertical", 0x005F },
+ specials={ "vertical", 0x5F },
unicodeslot=0xFE34,
},
[0xFE35]={
@@ -127398,7 +131167,7 @@ characters.data={
description="PRESENTATION FORM FOR VERTICAL LEFT PARENTHESIS",
direction="on",
linebreak="op",
- specials={ "vertical", 0x0028 },
+ specials={ "vertical", 0x28 },
unicodeslot=0xFE35,
},
[0xFE36]={
@@ -127408,7 +131177,7 @@ characters.data={
description="PRESENTATION FORM FOR VERTICAL RIGHT PARENTHESIS",
direction="on",
linebreak="cl",
- specials={ "vertical", 0x0029 },
+ specials={ "vertical", 0x29 },
unicodeslot=0xFE36,
},
[0xFE37]={
@@ -127420,7 +131189,7 @@ characters.data={
direction="on",
linebreak="op",
mathfiller="downbracefill",
- specials={ "vertical", 0x007B },
+ specials={ "vertical", 0x7B },
unicodeslot=0xFE37,
},
[0xFE38]={
@@ -127432,7 +131201,7 @@ characters.data={
direction="on",
linebreak="cl",
mathfiller="upbracefill",
- specials={ "vertical", 0x007D },
+ specials={ "vertical", 0x7D },
unicodeslot=0xFE38,
},
[0xFE39]={
@@ -127577,7 +131346,7 @@ characters.data={
description="PRESENTATION FORM FOR VERTICAL LEFT SQUARE BRACKET",
direction="on",
linebreak="op",
- specials={ "vertical", 0x005B },
+ specials={ "vertical", 0x5B },
unicodeslot=0xFE47,
},
[0xFE48]={
@@ -127586,7 +131355,7 @@ characters.data={
description="PRESENTATION FORM FOR VERTICAL RIGHT SQUARE BRACKET",
direction="on",
linebreak="cl",
- specials={ "vertical", 0x005D },
+ specials={ "vertical", 0x5D },
unicodeslot=0xFE48,
},
[0xFE49]={
@@ -127636,7 +131405,7 @@ characters.data={
description="DASHED LOW LINE",
direction="on",
linebreak="id",
- specials={ "compat", 0x005F },
+ specials={ "compat", 0x5F },
unicodeslot=0xFE4D,
},
[0xFE4E]={
@@ -127646,7 +131415,7 @@ characters.data={
description="CENTRELINE LOW LINE",
direction="on",
linebreak="id",
- specials={ "compat", 0x005F },
+ specials={ "compat", 0x5F },
unicodeslot=0xFE4E,
},
[0xFE4F]={
@@ -127656,7 +131425,7 @@ characters.data={
description="WAVY LOW LINE",
direction="on",
linebreak="id",
- specials={ "compat", 0x005F },
+ specials={ "compat", 0x5F },
unicodeslot=0xFE4F,
},
[0xFE50]={
@@ -127666,7 +131435,7 @@ characters.data={
description="SMALL COMMA",
direction="cs",
linebreak="cl",
- specials={ "small", 0x002C },
+ specials={ "small", 0x2C },
unicodeslot=0xFE50,
},
[0xFE51]={
@@ -127685,7 +131454,7 @@ characters.data={
description="SMALL FULL STOP",
direction="cs",
linebreak="cl",
- specials={ "small", 0x002E },
+ specials={ "small", 0x2E },
unicodeslot=0xFE52,
},
[0xFE54]={
@@ -127695,7 +131464,7 @@ characters.data={
description="SMALL SEMICOLON",
direction="on",
linebreak="ns",
- specials={ "small", 0x003B },
+ specials={ "small", 0x3B },
unicodeslot=0xFE54,
},
[0xFE55]={
@@ -127705,7 +131474,7 @@ characters.data={
description="SMALL COLON",
direction="cs",
linebreak="ns",
- specials={ "small", 0x003A },
+ specials={ "small", 0x3A },
unicodeslot=0xFE55,
},
[0xFE56]={
@@ -127714,7 +131483,7 @@ characters.data={
description="SMALL QUESTION MARK",
direction="on",
linebreak="ex",
- specials={ "small", 0x003F },
+ specials={ "small", 0x3F },
unicodeslot=0xFE56,
},
[0xFE57]={
@@ -127723,7 +131492,7 @@ characters.data={
description="SMALL EXCLAMATION MARK",
direction="on",
linebreak="ex",
- specials={ "small", 0x0021 },
+ specials={ "small", 0x21 },
unicodeslot=0xFE57,
},
[0xFE58]={
@@ -127743,8 +131512,8 @@ characters.data={
direction="on",
linebreak="op",
mirror=0xFE5A,
+ specials={ "small", 0x28 },
textclass="open",
- specials={ "small", 0x0028 },
unicodeslot=0xFE59,
},
[0xFE5A]={
@@ -127755,8 +131524,8 @@ characters.data={
direction="on",
linebreak="cl",
mirror=0xFE59,
+ specials={ "small", 0x29 },
textclass="close",
- specials={ "small", 0x0029 },
unicodeslot=0xFE5A,
},
[0xFE5B]={
@@ -127767,8 +131536,8 @@ characters.data={
direction="on",
linebreak="op",
mirror=0xFE5C,
+ specials={ "small", 0x7B },
textclass="open",
- specials={ "small", 0x007B },
unicodeslot=0xFE5B,
},
[0xFE5C]={
@@ -127779,8 +131548,8 @@ characters.data={
direction="on",
linebreak="cl",
mirror=0xFE5B,
+ specials={ "small", 0x7D },
textclass="close",
- specials={ "small", 0x007D },
unicodeslot=0xFE5C,
},
[0xFE5D]={
@@ -127791,8 +131560,8 @@ characters.data={
direction="on",
linebreak="op",
mirror=0xFE5E,
- textclass="open",
specials={ "small", 0x3014 },
+ textclass="open",
unicodeslot=0xFE5D,
},
[0xFE5E]={
@@ -127803,8 +131572,8 @@ characters.data={
direction="on",
linebreak="cl",
mirror=0xFE5D,
- textclass="close",
specials={ "small", 0x3015 },
+ textclass="close",
unicodeslot=0xFE5E,
},
[0xFE5F]={
@@ -127814,7 +131583,7 @@ characters.data={
description="SMALL NUMBER SIGN",
direction="et",
linebreak="id",
- specials={ "small", 0x0023 },
+ specials={ "small", 0x23 },
unicodeslot=0xFE5F,
},
[0xFE60]={
@@ -127823,7 +131592,7 @@ characters.data={
description="SMALL AMPERSAND",
direction="on",
linebreak="id",
- specials={ "small", 0x0026 },
+ specials={ "small", 0x26 },
unicodeslot=0xFE60,
},
[0xFE61]={
@@ -127833,7 +131602,7 @@ characters.data={
description="SMALL ASTERISK",
direction="on",
linebreak="id",
- specials={ "small", 0x002A },
+ specials={ "small", 0x2A },
unicodeslot=0xFE61,
},
[0xFE62]={
@@ -127843,7 +131612,7 @@ characters.data={
description="SMALL PLUS SIGN",
direction="es",
linebreak="id",
- specials={ "small", 0x002B },
+ specials={ "small", 0x2B },
unicodeslot=0xFE62,
},
[0xFE63]={
@@ -127853,7 +131622,7 @@ characters.data={
description="SMALL HYPHEN-MINUS",
direction="es",
linebreak="id",
- specials={ "small", 0x002D },
+ specials={ "small", 0x2D },
unicodeslot=0xFE63,
},
[0xFE64]={
@@ -127864,8 +131633,8 @@ characters.data={
direction="on",
linebreak="id",
mirror=0xFE65,
+ specials={ "small", 0x3C },
textclass="open",
- specials={ "small", 0x003C },
unicodeslot=0xFE64,
},
[0xFE65]={
@@ -127876,8 +131645,8 @@ characters.data={
direction="on",
linebreak="id",
mirror=0xFE64,
+ specials={ "small", 0x3E },
textclass="close",
- specials={ "small", 0x003E },
unicodeslot=0xFE65,
},
[0xFE66]={
@@ -127887,7 +131656,7 @@ characters.data={
description="SMALL EQUALS SIGN",
direction="on",
linebreak="id",
- specials={ "small", 0x003D },
+ specials={ "small", 0x3D },
unicodeslot=0xFE66,
},
[0xFE68]={
@@ -127896,7 +131665,7 @@ characters.data={
description="SMALL REVERSE SOLIDUS",
direction="on",
linebreak="id",
- specials={ "small", 0x005C },
+ specials={ "small", 0x5C },
unicodeslot=0xFE68,
},
[0xFE69]={
@@ -127906,7 +131675,7 @@ characters.data={
description="SMALL DOLLAR SIGN",
direction="et",
linebreak="pr",
- specials={ "small", 0x0024 },
+ specials={ "small", 0x24 },
unicodeslot=0xFE69,
},
[0xFE6A]={
@@ -127916,7 +131685,7 @@ characters.data={
description="SMALL PERCENT SIGN",
direction="et",
linebreak="po",
- specials={ "small", 0x0025 },
+ specials={ "small", 0x25 },
unicodeslot=0xFE6A,
},
[0xFE6B]={
@@ -127926,7 +131695,7 @@ characters.data={
description="SMALL COMMERCIAL AT",
direction="on",
linebreak="id",
- specials={ "small", 0x0040 },
+ specials={ "small", 0x40 },
unicodeslot=0xFE6B,
},
[0xFE70]={
@@ -127934,7 +131703,7 @@ characters.data={
description="ARABIC FATHATAN ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0020, 0x064B },
+ specials={ "isolated", 0x20, 0x64B },
unicodeslot=0xFE70,
},
[0xFE71]={
@@ -127942,7 +131711,7 @@ characters.data={
description="ARABIC TATWEEL WITH FATHATAN ABOVE",
direction="al",
linebreak="al",
- specials={ "medial", 0x0640, 0x064B },
+ specials={ "medial", 0x640, 0x64B },
unicodeslot=0xFE71,
},
[0xFE72]={
@@ -127950,7 +131719,7 @@ characters.data={
description="ARABIC DAMMATAN ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0020, 0x064C },
+ specials={ "isolated", 0x20, 0x64C },
unicodeslot=0xFE72,
},
[0xFE73]={
@@ -127965,7 +131734,7 @@ characters.data={
description="ARABIC KASRATAN ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0020, 0x064D },
+ specials={ "isolated", 0x20, 0x64D },
unicodeslot=0xFE74,
},
[0xFE76]={
@@ -127973,7 +131742,7 @@ characters.data={
description="ARABIC FATHA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0020, 0x064E },
+ specials={ "isolated", 0x20, 0x64E },
unicodeslot=0xFE76,
},
[0xFE77]={
@@ -127981,7 +131750,7 @@ characters.data={
description="ARABIC FATHA MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0640, 0x064E },
+ specials={ "medial", 0x640, 0x64E },
unicodeslot=0xFE77,
},
[0xFE78]={
@@ -127989,7 +131758,7 @@ characters.data={
description="ARABIC DAMMA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0020, 0x064F },
+ specials={ "isolated", 0x20, 0x64F },
unicodeslot=0xFE78,
},
[0xFE79]={
@@ -127997,7 +131766,7 @@ characters.data={
description="ARABIC DAMMA MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0640, 0x064F },
+ specials={ "medial", 0x640, 0x64F },
unicodeslot=0xFE79,
},
[0xFE7A]={
@@ -128005,7 +131774,7 @@ characters.data={
description="ARABIC KASRA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0020, 0x0650 },
+ specials={ "isolated", 0x20, 0x650 },
unicodeslot=0xFE7A,
},
[0xFE7B]={
@@ -128013,7 +131782,7 @@ characters.data={
description="ARABIC KASRA MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0640, 0x0650 },
+ specials={ "medial", 0x640, 0x650 },
unicodeslot=0xFE7B,
},
[0xFE7C]={
@@ -128021,7 +131790,7 @@ characters.data={
description="ARABIC SHADDA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0020, 0x0651 },
+ specials={ "isolated", 0x20, 0x651 },
unicodeslot=0xFE7C,
},
[0xFE7D]={
@@ -128029,7 +131798,7 @@ characters.data={
description="ARABIC SHADDA MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0640, 0x0651 },
+ specials={ "medial", 0x640, 0x651 },
unicodeslot=0xFE7D,
},
[0xFE7E]={
@@ -128037,7 +131806,7 @@ characters.data={
description="ARABIC SUKUN ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0020, 0x0652 },
+ specials={ "isolated", 0x20, 0x652 },
unicodeslot=0xFE7E,
},
[0xFE7F]={
@@ -128045,7 +131814,7 @@ characters.data={
description="ARABIC SUKUN MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0640, 0x0652 },
+ specials={ "medial", 0x640, 0x652 },
unicodeslot=0xFE7F,
},
[0xFE80]={
@@ -128053,7 +131822,7 @@ characters.data={
description="ARABIC LETTER HAMZA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0621 },
+ specials={ "isolated", 0x621 },
unicodeslot=0xFE80,
},
[0xFE81]={
@@ -128061,8 +131830,8 @@ characters.data={
description="ARABIC LETTER ALEF WITH MADDA ABOVE ISOLATED FORM",
direction="al",
linebreak="al",
- shcode=0x0627,
- specials={ "isolated", 0x0622 },
+ shcode=0x627,
+ specials={ "isolated", 0x622 },
unicodeslot=0xFE81,
},
[0xFE82]={
@@ -128071,8 +131840,8 @@ characters.data={
description="ARABIC LETTER ALEF WITH MADDA ABOVE FINAL FORM",
direction="al",
linebreak="al",
- shcode=0x0627,
- specials={ "final", 0x0622 },
+ shcode=0x627,
+ specials={ "final", 0x622 },
unicodeslot=0xFE82,
},
[0xFE83]={
@@ -128080,8 +131849,8 @@ characters.data={
description="ARABIC LETTER ALEF WITH HAMZA ABOVE ISOLATED FORM",
direction="al",
linebreak="al",
- shcode=0x0627,
- specials={ "isolated", 0x0623 },
+ shcode=0x627,
+ specials={ "isolated", 0x623 },
unicodeslot=0xFE83,
},
[0xFE84]={
@@ -128090,8 +131859,8 @@ characters.data={
description="ARABIC LETTER ALEF WITH HAMZA ABOVE FINAL FORM",
direction="al",
linebreak="al",
- shcode=0x0627,
- specials={ "final", 0x0623 },
+ shcode=0x627,
+ specials={ "final", 0x623 },
unicodeslot=0xFE84,
},
[0xFE85]={
@@ -128099,8 +131868,8 @@ characters.data={
description="ARABIC LETTER WAW WITH HAMZA ABOVE ISOLATED FORM",
direction="al",
linebreak="al",
- shcode=0x0648,
- specials={ "isolated", 0x0624 },
+ shcode=0x648,
+ specials={ "isolated", 0x624 },
unicodeslot=0xFE85,
},
[0xFE86]={
@@ -128109,8 +131878,8 @@ characters.data={
description="ARABIC LETTER WAW WITH HAMZA ABOVE FINAL FORM",
direction="al",
linebreak="al",
- shcode=0x0648,
- specials={ "final", 0x0624 },
+ shcode=0x648,
+ specials={ "final", 0x624 },
unicodeslot=0xFE86,
},
[0xFE87]={
@@ -128118,8 +131887,8 @@ characters.data={
description="ARABIC LETTER ALEF WITH HAMZA BELOW ISOLATED FORM",
direction="al",
linebreak="al",
- shcode=0x0627,
- specials={ "isolated", 0x0625 },
+ shcode=0x627,
+ specials={ "isolated", 0x625 },
unicodeslot=0xFE87,
},
[0xFE88]={
@@ -128128,8 +131897,8 @@ characters.data={
description="ARABIC LETTER ALEF WITH HAMZA BELOW FINAL FORM",
direction="al",
linebreak="al",
- shcode=0x0627,
- specials={ "final", 0x0625 },
+ shcode=0x627,
+ specials={ "final", 0x625 },
unicodeslot=0xFE88,
},
[0xFE89]={
@@ -128137,8 +131906,8 @@ characters.data={
description="ARABIC LETTER YEH WITH HAMZA ABOVE ISOLATED FORM",
direction="al",
linebreak="al",
- shcode=0x064A,
- specials={ "isolated", 0x0626 },
+ shcode=0x64A,
+ specials={ "isolated", 0x626 },
unicodeslot=0xFE89,
},
[0xFE8A]={
@@ -128147,8 +131916,8 @@ characters.data={
description="ARABIC LETTER YEH WITH HAMZA ABOVE FINAL FORM",
direction="al",
linebreak="al",
- shcode=0x064A,
- specials={ "final", 0x0626 },
+ shcode=0x64A,
+ specials={ "final", 0x626 },
unicodeslot=0xFE8A,
},
[0xFE8B]={
@@ -128157,8 +131926,8 @@ characters.data={
description="ARABIC LETTER YEH WITH HAMZA ABOVE INITIAL FORM",
direction="al",
linebreak="al",
- shcode=0x064A,
- specials={ "initial", 0x0626 },
+ shcode=0x64A,
+ specials={ "initial", 0x626 },
unicodeslot=0xFE8B,
},
[0xFE8C]={
@@ -128167,8 +131936,8 @@ characters.data={
description="ARABIC LETTER YEH WITH HAMZA ABOVE MEDIAL FORM",
direction="al",
linebreak="al",
- shcode=0x064A,
- specials={ "medial", 0x0626 },
+ shcode=0x64A,
+ specials={ "medial", 0x626 },
unicodeslot=0xFE8C,
},
[0xFE8D]={
@@ -128176,7 +131945,7 @@ characters.data={
description="ARABIC LETTER ALEF ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0627 },
+ specials={ "isolated", 0x627 },
unicodeslot=0xFE8D,
},
[0xFE8E]={
@@ -128185,7 +131954,7 @@ characters.data={
description="ARABIC LETTER ALEF FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0627 },
+ specials={ "final", 0x627 },
unicodeslot=0xFE8E,
},
[0xFE8F]={
@@ -128193,7 +131962,7 @@ characters.data={
description="ARABIC LETTER BEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0628 },
+ specials={ "isolated", 0x628 },
unicodeslot=0xFE8F,
},
[0xFE90]={
@@ -128202,7 +131971,7 @@ characters.data={
description="ARABIC LETTER BEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0628 },
+ specials={ "final", 0x628 },
unicodeslot=0xFE90,
},
[0xFE91]={
@@ -128211,7 +131980,7 @@ characters.data={
description="ARABIC LETTER BEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0628 },
+ specials={ "initial", 0x628 },
unicodeslot=0xFE91,
},
[0xFE92]={
@@ -128220,7 +131989,7 @@ characters.data={
description="ARABIC LETTER BEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0628 },
+ specials={ "medial", 0x628 },
unicodeslot=0xFE92,
},
[0xFE93]={
@@ -128228,7 +131997,7 @@ characters.data={
description="ARABIC LETTER TEH MARBUTA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0629 },
+ specials={ "isolated", 0x629 },
unicodeslot=0xFE93,
},
[0xFE94]={
@@ -128237,7 +132006,7 @@ characters.data={
description="ARABIC LETTER TEH MARBUTA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0629 },
+ specials={ "final", 0x629 },
unicodeslot=0xFE94,
},
[0xFE95]={
@@ -128245,7 +132014,7 @@ characters.data={
description="ARABIC LETTER TEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062A },
+ specials={ "isolated", 0x62A },
unicodeslot=0xFE95,
},
[0xFE96]={
@@ -128254,7 +132023,7 @@ characters.data={
description="ARABIC LETTER TEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062A },
+ specials={ "final", 0x62A },
unicodeslot=0xFE96,
},
[0xFE97]={
@@ -128263,7 +132032,7 @@ characters.data={
description="ARABIC LETTER TEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x062A },
+ specials={ "initial", 0x62A },
unicodeslot=0xFE97,
},
[0xFE98]={
@@ -128272,7 +132041,7 @@ characters.data={
description="ARABIC LETTER TEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x062A },
+ specials={ "medial", 0x62A },
unicodeslot=0xFE98,
},
[0xFE99]={
@@ -128280,7 +132049,7 @@ characters.data={
description="ARABIC LETTER THEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062B },
+ specials={ "isolated", 0x62B },
unicodeslot=0xFE99,
},
[0xFE9A]={
@@ -128289,7 +132058,7 @@ characters.data={
description="ARABIC LETTER THEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062B },
+ specials={ "final", 0x62B },
unicodeslot=0xFE9A,
},
[0xFE9B]={
@@ -128298,7 +132067,7 @@ characters.data={
description="ARABIC LETTER THEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x062B },
+ specials={ "initial", 0x62B },
unicodeslot=0xFE9B,
},
[0xFE9C]={
@@ -128307,7 +132076,7 @@ characters.data={
description="ARABIC LETTER THEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x062B },
+ specials={ "medial", 0x62B },
unicodeslot=0xFE9C,
},
[0xFE9D]={
@@ -128315,7 +132084,7 @@ characters.data={
description="ARABIC LETTER JEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062C },
+ specials={ "isolated", 0x62C },
unicodeslot=0xFE9D,
},
[0xFE9E]={
@@ -128324,7 +132093,7 @@ characters.data={
description="ARABIC LETTER JEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062C },
+ specials={ "final", 0x62C },
unicodeslot=0xFE9E,
},
[0xFE9F]={
@@ -128333,7 +132102,7 @@ characters.data={
description="ARABIC LETTER JEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x062C },
+ specials={ "initial", 0x62C },
unicodeslot=0xFE9F,
},
[0xFEA0]={
@@ -128342,7 +132111,7 @@ characters.data={
description="ARABIC LETTER JEEM MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x062C },
+ specials={ "medial", 0x62C },
unicodeslot=0xFEA0,
},
[0xFEA1]={
@@ -128350,7 +132119,7 @@ characters.data={
description="ARABIC LETTER HAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062D },
+ specials={ "isolated", 0x62D },
unicodeslot=0xFEA1,
},
[0xFEA2]={
@@ -128359,7 +132128,7 @@ characters.data={
description="ARABIC LETTER HAH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062D },
+ specials={ "final", 0x62D },
unicodeslot=0xFEA2,
},
[0xFEA3]={
@@ -128368,7 +132137,7 @@ characters.data={
description="ARABIC LETTER HAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x062D },
+ specials={ "initial", 0x62D },
unicodeslot=0xFEA3,
},
[0xFEA4]={
@@ -128377,7 +132146,7 @@ characters.data={
description="ARABIC LETTER HAH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x062D },
+ specials={ "medial", 0x62D },
unicodeslot=0xFEA4,
},
[0xFEA5]={
@@ -128385,7 +132154,7 @@ characters.data={
description="ARABIC LETTER KHAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062E },
+ specials={ "isolated", 0x62E },
unicodeslot=0xFEA5,
},
[0xFEA6]={
@@ -128394,7 +132163,7 @@ characters.data={
description="ARABIC LETTER KHAH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062E },
+ specials={ "final", 0x62E },
unicodeslot=0xFEA6,
},
[0xFEA7]={
@@ -128403,7 +132172,7 @@ characters.data={
description="ARABIC LETTER KHAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x062E },
+ specials={ "initial", 0x62E },
unicodeslot=0xFEA7,
},
[0xFEA8]={
@@ -128412,7 +132181,7 @@ characters.data={
description="ARABIC LETTER KHAH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x062E },
+ specials={ "medial", 0x62E },
unicodeslot=0xFEA8,
},
[0xFEA9]={
@@ -128420,7 +132189,7 @@ characters.data={
description="ARABIC LETTER DAL ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x062F },
+ specials={ "isolated", 0x62F },
unicodeslot=0xFEA9,
},
[0xFEAA]={
@@ -128429,7 +132198,7 @@ characters.data={
description="ARABIC LETTER DAL FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x062F },
+ specials={ "final", 0x62F },
unicodeslot=0xFEAA,
},
[0xFEAB]={
@@ -128437,7 +132206,7 @@ characters.data={
description="ARABIC LETTER THAL ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0630 },
+ specials={ "isolated", 0x630 },
unicodeslot=0xFEAB,
},
[0xFEAC]={
@@ -128446,7 +132215,7 @@ characters.data={
description="ARABIC LETTER THAL FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0630 },
+ specials={ "final", 0x630 },
unicodeslot=0xFEAC,
},
[0xFEAD]={
@@ -128454,7 +132223,7 @@ characters.data={
description="ARABIC LETTER REH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0631 },
+ specials={ "isolated", 0x631 },
unicodeslot=0xFEAD,
},
[0xFEAE]={
@@ -128463,7 +132232,7 @@ characters.data={
description="ARABIC LETTER REH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0631 },
+ specials={ "final", 0x631 },
unicodeslot=0xFEAE,
},
[0xFEAF]={
@@ -128471,7 +132240,7 @@ characters.data={
description="ARABIC LETTER ZAIN ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0632 },
+ specials={ "isolated", 0x632 },
unicodeslot=0xFEAF,
},
[0xFEB0]={
@@ -128480,7 +132249,7 @@ characters.data={
description="ARABIC LETTER ZAIN FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0632 },
+ specials={ "final", 0x632 },
unicodeslot=0xFEB0,
},
[0xFEB1]={
@@ -128488,7 +132257,7 @@ characters.data={
description="ARABIC LETTER SEEN ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0633 },
+ specials={ "isolated", 0x633 },
unicodeslot=0xFEB1,
},
[0xFEB2]={
@@ -128497,7 +132266,7 @@ characters.data={
description="ARABIC LETTER SEEN FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0633 },
+ specials={ "final", 0x633 },
unicodeslot=0xFEB2,
},
[0xFEB3]={
@@ -128506,7 +132275,7 @@ characters.data={
description="ARABIC LETTER SEEN INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0633 },
+ specials={ "initial", 0x633 },
unicodeslot=0xFEB3,
},
[0xFEB4]={
@@ -128515,7 +132284,7 @@ characters.data={
description="ARABIC LETTER SEEN MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0633 },
+ specials={ "medial", 0x633 },
unicodeslot=0xFEB4,
},
[0xFEB5]={
@@ -128523,7 +132292,7 @@ characters.data={
description="ARABIC LETTER SHEEN ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0634 },
+ specials={ "isolated", 0x634 },
unicodeslot=0xFEB5,
},
[0xFEB6]={
@@ -128532,7 +132301,7 @@ characters.data={
description="ARABIC LETTER SHEEN FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0634 },
+ specials={ "final", 0x634 },
unicodeslot=0xFEB6,
},
[0xFEB7]={
@@ -128541,7 +132310,7 @@ characters.data={
description="ARABIC LETTER SHEEN INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0634 },
+ specials={ "initial", 0x634 },
unicodeslot=0xFEB7,
},
[0xFEB8]={
@@ -128550,7 +132319,7 @@ characters.data={
description="ARABIC LETTER SHEEN MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0634 },
+ specials={ "medial", 0x634 },
unicodeslot=0xFEB8,
},
[0xFEB9]={
@@ -128558,7 +132327,7 @@ characters.data={
description="ARABIC LETTER SAD ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0635 },
+ specials={ "isolated", 0x635 },
unicodeslot=0xFEB9,
},
[0xFEBA]={
@@ -128567,7 +132336,7 @@ characters.data={
description="ARABIC LETTER SAD FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0635 },
+ specials={ "final", 0x635 },
unicodeslot=0xFEBA,
},
[0xFEBB]={
@@ -128576,7 +132345,7 @@ characters.data={
description="ARABIC LETTER SAD INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0635 },
+ specials={ "initial", 0x635 },
unicodeslot=0xFEBB,
},
[0xFEBC]={
@@ -128585,7 +132354,7 @@ characters.data={
description="ARABIC LETTER SAD MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0635 },
+ specials={ "medial", 0x635 },
unicodeslot=0xFEBC,
},
[0xFEBD]={
@@ -128593,7 +132362,7 @@ characters.data={
description="ARABIC LETTER DAD ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0636 },
+ specials={ "isolated", 0x636 },
unicodeslot=0xFEBD,
},
[0xFEBE]={
@@ -128602,7 +132371,7 @@ characters.data={
description="ARABIC LETTER DAD FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0636 },
+ specials={ "final", 0x636 },
unicodeslot=0xFEBE,
},
[0xFEBF]={
@@ -128611,7 +132380,7 @@ characters.data={
description="ARABIC LETTER DAD INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0636 },
+ specials={ "initial", 0x636 },
unicodeslot=0xFEBF,
},
[0xFEC0]={
@@ -128620,7 +132389,7 @@ characters.data={
description="ARABIC LETTER DAD MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0636 },
+ specials={ "medial", 0x636 },
unicodeslot=0xFEC0,
},
[0xFEC1]={
@@ -128628,7 +132397,7 @@ characters.data={
description="ARABIC LETTER TAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0637 },
+ specials={ "isolated", 0x637 },
unicodeslot=0xFEC1,
},
[0xFEC2]={
@@ -128637,7 +132406,7 @@ characters.data={
description="ARABIC LETTER TAH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0637 },
+ specials={ "final", 0x637 },
unicodeslot=0xFEC2,
},
[0xFEC3]={
@@ -128646,7 +132415,7 @@ characters.data={
description="ARABIC LETTER TAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0637 },
+ specials={ "initial", 0x637 },
unicodeslot=0xFEC3,
},
[0xFEC4]={
@@ -128655,7 +132424,7 @@ characters.data={
description="ARABIC LETTER TAH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0637 },
+ specials={ "medial", 0x637 },
unicodeslot=0xFEC4,
},
[0xFEC5]={
@@ -128663,7 +132432,7 @@ characters.data={
description="ARABIC LETTER ZAH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0638 },
+ specials={ "isolated", 0x638 },
unicodeslot=0xFEC5,
},
[0xFEC6]={
@@ -128672,7 +132441,7 @@ characters.data={
description="ARABIC LETTER ZAH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0638 },
+ specials={ "final", 0x638 },
unicodeslot=0xFEC6,
},
[0xFEC7]={
@@ -128681,7 +132450,7 @@ characters.data={
description="ARABIC LETTER ZAH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0638 },
+ specials={ "initial", 0x638 },
unicodeslot=0xFEC7,
},
[0xFEC8]={
@@ -128690,7 +132459,7 @@ characters.data={
description="ARABIC LETTER ZAH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0638 },
+ specials={ "medial", 0x638 },
unicodeslot=0xFEC8,
},
[0xFEC9]={
@@ -128698,7 +132467,7 @@ characters.data={
description="ARABIC LETTER AIN ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0639 },
+ specials={ "isolated", 0x639 },
unicodeslot=0xFEC9,
},
[0xFECA]={
@@ -128707,7 +132476,7 @@ characters.data={
description="ARABIC LETTER AIN FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0639 },
+ specials={ "final", 0x639 },
unicodeslot=0xFECA,
},
[0xFECB]={
@@ -128716,7 +132485,7 @@ characters.data={
description="ARABIC LETTER AIN INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0639 },
+ specials={ "initial", 0x639 },
unicodeslot=0xFECB,
},
[0xFECC]={
@@ -128725,7 +132494,7 @@ characters.data={
description="ARABIC LETTER AIN MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0639 },
+ specials={ "medial", 0x639 },
unicodeslot=0xFECC,
},
[0xFECD]={
@@ -128733,7 +132502,7 @@ characters.data={
description="ARABIC LETTER GHAIN ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x063A },
+ specials={ "isolated", 0x63A },
unicodeslot=0xFECD,
},
[0xFECE]={
@@ -128742,7 +132511,7 @@ characters.data={
description="ARABIC LETTER GHAIN FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x063A },
+ specials={ "final", 0x63A },
unicodeslot=0xFECE,
},
[0xFECF]={
@@ -128751,7 +132520,7 @@ characters.data={
description="ARABIC LETTER GHAIN INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x063A },
+ specials={ "initial", 0x63A },
unicodeslot=0xFECF,
},
[0xFED0]={
@@ -128760,7 +132529,7 @@ characters.data={
description="ARABIC LETTER GHAIN MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x063A },
+ specials={ "medial", 0x63A },
unicodeslot=0xFED0,
},
[0xFED1]={
@@ -128768,7 +132537,7 @@ characters.data={
description="ARABIC LETTER FEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0641 },
+ specials={ "isolated", 0x641 },
unicodeslot=0xFED1,
},
[0xFED2]={
@@ -128777,7 +132546,7 @@ characters.data={
description="ARABIC LETTER FEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0641 },
+ specials={ "final", 0x641 },
unicodeslot=0xFED2,
},
[0xFED3]={
@@ -128786,7 +132555,7 @@ characters.data={
description="ARABIC LETTER FEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0641 },
+ specials={ "initial", 0x641 },
unicodeslot=0xFED3,
},
[0xFED4]={
@@ -128795,7 +132564,7 @@ characters.data={
description="ARABIC LETTER FEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0641 },
+ specials={ "medial", 0x641 },
unicodeslot=0xFED4,
},
[0xFED5]={
@@ -128803,7 +132572,7 @@ characters.data={
description="ARABIC LETTER QAF ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0642 },
+ specials={ "isolated", 0x642 },
unicodeslot=0xFED5,
},
[0xFED6]={
@@ -128812,7 +132581,7 @@ characters.data={
description="ARABIC LETTER QAF FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0642 },
+ specials={ "final", 0x642 },
unicodeslot=0xFED6,
},
[0xFED7]={
@@ -128821,7 +132590,7 @@ characters.data={
description="ARABIC LETTER QAF INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0642 },
+ specials={ "initial", 0x642 },
unicodeslot=0xFED7,
},
[0xFED8]={
@@ -128830,7 +132599,7 @@ characters.data={
description="ARABIC LETTER QAF MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0642 },
+ specials={ "medial", 0x642 },
unicodeslot=0xFED8,
},
[0xFED9]={
@@ -128838,7 +132607,7 @@ characters.data={
description="ARABIC LETTER KAF ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0643 },
+ specials={ "isolated", 0x643 },
unicodeslot=0xFED9,
},
[0xFEDA]={
@@ -128847,7 +132616,7 @@ characters.data={
description="ARABIC LETTER KAF FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0643 },
+ specials={ "final", 0x643 },
unicodeslot=0xFEDA,
},
[0xFEDB]={
@@ -128856,7 +132625,7 @@ characters.data={
description="ARABIC LETTER KAF INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0643 },
+ specials={ "initial", 0x643 },
unicodeslot=0xFEDB,
},
[0xFEDC]={
@@ -128865,7 +132634,7 @@ characters.data={
description="ARABIC LETTER KAF MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0643 },
+ specials={ "medial", 0x643 },
unicodeslot=0xFEDC,
},
[0xFEDD]={
@@ -128873,7 +132642,7 @@ characters.data={
description="ARABIC LETTER LAM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0644 },
+ specials={ "isolated", 0x644 },
unicodeslot=0xFEDD,
},
[0xFEDE]={
@@ -128882,7 +132651,7 @@ characters.data={
description="ARABIC LETTER LAM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0644 },
+ specials={ "final", 0x644 },
unicodeslot=0xFEDE,
},
[0xFEDF]={
@@ -128891,7 +132660,7 @@ characters.data={
description="ARABIC LETTER LAM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0644 },
+ specials={ "initial", 0x644 },
unicodeslot=0xFEDF,
},
[0xFEE0]={
@@ -128900,7 +132669,7 @@ characters.data={
description="ARABIC LETTER LAM MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0644 },
+ specials={ "medial", 0x644 },
unicodeslot=0xFEE0,
},
[0xFEE1]={
@@ -128908,7 +132677,7 @@ characters.data={
description="ARABIC LETTER MEEM ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0645 },
+ specials={ "isolated", 0x645 },
unicodeslot=0xFEE1,
},
[0xFEE2]={
@@ -128917,7 +132686,7 @@ characters.data={
description="ARABIC LETTER MEEM FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0645 },
+ specials={ "final", 0x645 },
unicodeslot=0xFEE2,
},
[0xFEE3]={
@@ -128926,7 +132695,7 @@ characters.data={
description="ARABIC LETTER MEEM INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0645 },
+ specials={ "initial", 0x645 },
unicodeslot=0xFEE3,
},
[0xFEE4]={
@@ -128935,7 +132704,7 @@ characters.data={
description="ARABIC LETTER MEEM MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0645 },
+ specials={ "medial", 0x645 },
unicodeslot=0xFEE4,
},
[0xFEE5]={
@@ -128943,7 +132712,7 @@ characters.data={
description="ARABIC LETTER NOON ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0646 },
+ specials={ "isolated", 0x646 },
unicodeslot=0xFEE5,
},
[0xFEE6]={
@@ -128952,7 +132721,7 @@ characters.data={
description="ARABIC LETTER NOON FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0646 },
+ specials={ "final", 0x646 },
unicodeslot=0xFEE6,
},
[0xFEE7]={
@@ -128961,7 +132730,7 @@ characters.data={
description="ARABIC LETTER NOON INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0646 },
+ specials={ "initial", 0x646 },
unicodeslot=0xFEE7,
},
[0xFEE8]={
@@ -128970,7 +132739,7 @@ characters.data={
description="ARABIC LETTER NOON MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0646 },
+ specials={ "medial", 0x646 },
unicodeslot=0xFEE8,
},
[0xFEE9]={
@@ -128978,7 +132747,7 @@ characters.data={
description="ARABIC LETTER HEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0647 },
+ specials={ "isolated", 0x647 },
unicodeslot=0xFEE9,
},
[0xFEEA]={
@@ -128987,7 +132756,7 @@ characters.data={
description="ARABIC LETTER HEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0647 },
+ specials={ "final", 0x647 },
unicodeslot=0xFEEA,
},
[0xFEEB]={
@@ -128996,7 +132765,7 @@ characters.data={
description="ARABIC LETTER HEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x0647 },
+ specials={ "initial", 0x647 },
unicodeslot=0xFEEB,
},
[0xFEEC]={
@@ -129005,7 +132774,7 @@ characters.data={
description="ARABIC LETTER HEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x0647 },
+ specials={ "medial", 0x647 },
unicodeslot=0xFEEC,
},
[0xFEED]={
@@ -129013,7 +132782,7 @@ characters.data={
description="ARABIC LETTER WAW ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0648 },
+ specials={ "isolated", 0x648 },
unicodeslot=0xFEED,
},
[0xFEEE]={
@@ -129022,7 +132791,7 @@ characters.data={
description="ARABIC LETTER WAW FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0648 },
+ specials={ "final", 0x648 },
unicodeslot=0xFEEE,
},
[0xFEEF]={
@@ -129030,7 +132799,7 @@ characters.data={
description="ARABIC LETTER ALEF MAKSURA ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0649 },
+ specials={ "isolated", 0x649 },
unicodeslot=0xFEEF,
},
[0xFEF0]={
@@ -129039,7 +132808,7 @@ characters.data={
description="ARABIC LETTER ALEF MAKSURA FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0649 },
+ specials={ "final", 0x649 },
unicodeslot=0xFEF0,
},
[0xFEF1]={
@@ -129047,7 +132816,7 @@ characters.data={
description="ARABIC LETTER YEH ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x064A },
+ specials={ "isolated", 0x64A },
unicodeslot=0xFEF1,
},
[0xFEF2]={
@@ -129056,7 +132825,7 @@ characters.data={
description="ARABIC LETTER YEH FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x064A },
+ specials={ "final", 0x64A },
unicodeslot=0xFEF2,
},
[0xFEF3]={
@@ -129065,7 +132834,7 @@ characters.data={
description="ARABIC LETTER YEH INITIAL FORM",
direction="al",
linebreak="al",
- specials={ "initial", 0x064A },
+ specials={ "initial", 0x64A },
unicodeslot=0xFEF3,
},
[0xFEF4]={
@@ -129074,7 +132843,7 @@ characters.data={
description="ARABIC LETTER YEH MEDIAL FORM",
direction="al",
linebreak="al",
- specials={ "medial", 0x064A },
+ specials={ "medial", 0x64A },
unicodeslot=0xFEF4,
},
[0xFEF5]={
@@ -129083,7 +132852,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0644, 0x0622 },
+ specials={ "isolated", 0x644, 0x622 },
unicodeslot=0xFEF5,
},
[0xFEF6]={
@@ -129092,7 +132861,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0644, 0x0622 },
+ specials={ "final", 0x644, 0x622 },
unicodeslot=0xFEF6,
},
[0xFEF7]={
@@ -129101,7 +132870,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0644, 0x0623 },
+ specials={ "isolated", 0x644, 0x623 },
unicodeslot=0xFEF7,
},
[0xFEF8]={
@@ -129110,7 +132879,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0644, 0x0623 },
+ specials={ "final", 0x644, 0x623 },
unicodeslot=0xFEF8,
},
[0xFEF9]={
@@ -129119,7 +132888,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0644, 0x0625 },
+ specials={ "isolated", 0x644, 0x625 },
unicodeslot=0xFEF9,
},
[0xFEFA]={
@@ -129128,7 +132897,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0644, 0x0625 },
+ specials={ "final", 0x644, 0x625 },
unicodeslot=0xFEFA,
},
[0xFEFB]={
@@ -129137,7 +132906,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH ALEF ISOLATED FORM",
direction="al",
linebreak="al",
- specials={ "isolated", 0x0644, 0x0627 },
+ specials={ "isolated", 0x644, 0x627 },
unicodeslot=0xFEFB,
},
[0xFEFC]={
@@ -129146,7 +132915,7 @@ characters.data={
description="ARABIC LIGATURE LAM WITH ALEF FINAL FORM",
direction="al",
linebreak="al",
- specials={ "final", 0x0644, 0x0627 },
+ specials={ "final", 0x644, 0x627 },
unicodeslot=0xFEFC,
},
[0xFEFF]={
@@ -129165,7 +132934,7 @@ characters.data={
description="FULLWIDTH EXCLAMATION MARK",
direction="on",
linebreak="ex",
- specials={ "wide", 0x0021 },
+ specials={ "wide", 0x21 },
unicodeslot=0xFF01,
},
[0xFF02]={
@@ -129175,7 +132944,7 @@ characters.data={
description="FULLWIDTH QUOTATION MARK",
direction="on",
linebreak="id",
- specials={ "wide", 0x0022 },
+ specials={ "wide", 0x22 },
unicodeslot=0xFF02,
},
[0xFF03]={
@@ -129185,7 +132954,7 @@ characters.data={
description="FULLWIDTH NUMBER SIGN",
direction="et",
linebreak="id",
- specials={ "wide", 0x0023 },
+ specials={ "wide", 0x23 },
unicodeslot=0xFF03,
},
[0xFF04]={
@@ -129195,7 +132964,7 @@ characters.data={
description="FULLWIDTH DOLLAR SIGN",
direction="et",
linebreak="pr",
- specials={ "wide", 0x0024 },
+ specials={ "wide", 0x24 },
unicodeslot=0xFF04,
},
[0xFF05]={
@@ -129205,7 +132974,7 @@ characters.data={
description="FULLWIDTH PERCENT SIGN",
direction="et",
linebreak="po",
- specials={ "wide", 0x0025 },
+ specials={ "wide", 0x25 },
unicodeslot=0xFF05,
},
[0xFF06]={
@@ -129215,7 +132984,7 @@ characters.data={
description="FULLWIDTH AMPERSAND",
direction="on",
linebreak="id",
- specials={ "wide", 0x0026 },
+ specials={ "wide", 0x26 },
unicodeslot=0xFF06,
},
[0xFF07]={
@@ -129225,7 +132994,7 @@ characters.data={
description="FULLWIDTH APOSTROPHE",
direction="on",
linebreak="id",
- specials={ "wide", 0x0027 },
+ specials={ "wide", 0x27 },
unicodeslot=0xFF07,
},
[0xFF08]={
@@ -129236,8 +133005,8 @@ characters.data={
direction="on",
linebreak="op",
mirror=0xFF09,
+ specials={ "wide", 0x28 },
textclass="open",
- specials={ "wide", 0x0028 },
unicodeslot=0xFF08,
},
[0xFF09]={
@@ -129248,8 +133017,8 @@ characters.data={
direction="on",
linebreak="cl",
mirror=0xFF08,
+ specials={ "wide", 0x29 },
textclass="close",
- specials={ "wide", 0x0029 },
unicodeslot=0xFF09,
},
[0xFF0A]={
@@ -129259,7 +133028,7 @@ characters.data={
description="FULLWIDTH ASTERISK",
direction="on",
linebreak="id",
- specials={ "wide", 0x002A },
+ specials={ "wide", 0x2A },
unicodeslot=0xFF0A,
},
[0xFF0B]={
@@ -129269,7 +133038,7 @@ characters.data={
description="FULLWIDTH PLUS SIGN",
direction="es",
linebreak="id",
- specials={ "wide", 0x002B },
+ specials={ "wide", 0x2B },
unicodeslot=0xFF0B,
},
[0xFF0C]={
@@ -129279,7 +133048,7 @@ characters.data={
description="FULLWIDTH COMMA",
direction="cs",
linebreak="cl",
- specials={ "wide", 0x002C },
+ specials={ "wide", 0x2C },
unicodeslot=0xFF0C,
},
[0xFF0D]={
@@ -129289,7 +133058,7 @@ characters.data={
description="FULLWIDTH HYPHEN-MINUS",
direction="es",
linebreak="id",
- specials={ "wide", 0x002D },
+ specials={ "wide", 0x2D },
unicodeslot=0xFF0D,
},
[0xFF0E]={
@@ -129299,7 +133068,7 @@ characters.data={
description="FULLWIDTH FULL STOP",
direction="cs",
linebreak="cl",
- specials={ "wide", 0x002E },
+ specials={ "wide", 0x2E },
unicodeslot=0xFF0E,
},
[0xFF0F]={
@@ -129309,7 +133078,7 @@ characters.data={
description="FULLWIDTH SOLIDUS",
direction="cs",
linebreak="id",
- specials={ "wide", 0x002F },
+ specials={ "wide", 0x2F },
unicodeslot=0xFF0F,
},
[0xFF10]={
@@ -129319,7 +133088,7 @@ characters.data={
description="FULLWIDTH DIGIT ZERO",
direction="en",
linebreak="id",
- specials={ "wide", 0x0030 },
+ specials={ "wide", 0x30 },
unicodeslot=0xFF10,
},
[0xFF11]={
@@ -129329,7 +133098,7 @@ characters.data={
description="FULLWIDTH DIGIT ONE",
direction="en",
linebreak="id",
- specials={ "wide", 0x0031 },
+ specials={ "wide", 0x31 },
unicodeslot=0xFF11,
},
[0xFF12]={
@@ -129339,7 +133108,7 @@ characters.data={
description="FULLWIDTH DIGIT TWO",
direction="en",
linebreak="id",
- specials={ "wide", 0x0032 },
+ specials={ "wide", 0x32 },
unicodeslot=0xFF12,
},
[0xFF13]={
@@ -129349,7 +133118,7 @@ characters.data={
description="FULLWIDTH DIGIT THREE",
direction="en",
linebreak="id",
- specials={ "wide", 0x0033 },
+ specials={ "wide", 0x33 },
unicodeslot=0xFF13,
},
[0xFF14]={
@@ -129359,7 +133128,7 @@ characters.data={
description="FULLWIDTH DIGIT FOUR",
direction="en",
linebreak="id",
- specials={ "wide", 0x0034 },
+ specials={ "wide", 0x34 },
unicodeslot=0xFF14,
},
[0xFF15]={
@@ -129369,7 +133138,7 @@ characters.data={
description="FULLWIDTH DIGIT FIVE",
direction="en",
linebreak="id",
- specials={ "wide", 0x0035 },
+ specials={ "wide", 0x35 },
unicodeslot=0xFF15,
},
[0xFF16]={
@@ -129379,7 +133148,7 @@ characters.data={
description="FULLWIDTH DIGIT SIX",
direction="en",
linebreak="id",
- specials={ "wide", 0x0036 },
+ specials={ "wide", 0x36 },
unicodeslot=0xFF16,
},
[0xFF17]={
@@ -129389,7 +133158,7 @@ characters.data={
description="FULLWIDTH DIGIT SEVEN",
direction="en",
linebreak="id",
- specials={ "wide", 0x0037 },
+ specials={ "wide", 0x37 },
unicodeslot=0xFF17,
},
[0xFF18]={
@@ -129399,7 +133168,7 @@ characters.data={
description="FULLWIDTH DIGIT EIGHT",
direction="en",
linebreak="id",
- specials={ "wide", 0x0038 },
+ specials={ "wide", 0x38 },
unicodeslot=0xFF18,
},
[0xFF19]={
@@ -129409,7 +133178,7 @@ characters.data={
description="FULLWIDTH DIGIT NINE",
direction="en",
linebreak="id",
- specials={ "wide", 0x0039 },
+ specials={ "wide", 0x39 },
unicodeslot=0xFF19,
},
[0xFF1A]={
@@ -129419,7 +133188,7 @@ characters.data={
description="FULLWIDTH COLON",
direction="cs",
linebreak="ns",
- specials={ "wide", 0x003A },
+ specials={ "wide", 0x3A },
unicodeslot=0xFF1A,
},
[0xFF1B]={
@@ -129429,7 +133198,7 @@ characters.data={
description="FULLWIDTH SEMICOLON",
direction="on",
linebreak="ns",
- specials={ "wide", 0x003B },
+ specials={ "wide", 0x3B },
unicodeslot=0xFF1B,
},
[0xFF1C]={
@@ -129440,8 +133209,8 @@ characters.data={
direction="on",
linebreak="id",
mirror=0xFF1E,
+ specials={ "wide", 0x3C },
textclass="open",
- specials={ "wide", 0x003C },
unicodeslot=0xFF1C,
},
[0xFF1D]={
@@ -129451,7 +133220,7 @@ characters.data={
description="FULLWIDTH EQUALS SIGN",
direction="on",
linebreak="id",
- specials={ "wide", 0x003D },
+ specials={ "wide", 0x3D },
unicodeslot=0xFF1D,
},
[0xFF1E]={
@@ -129462,8 +133231,8 @@ characters.data={
direction="on",
linebreak="id",
mirror=0xFF1C,
+ specials={ "wide", 0x3E },
textclass="close",
- specials={ "wide", 0x003E },
unicodeslot=0xFF1E,
},
[0xFF1F]={
@@ -129473,7 +133242,7 @@ characters.data={
description="FULLWIDTH QUESTION MARK",
direction="on",
linebreak="ex",
- specials={ "wide", 0x003F },
+ specials={ "wide", 0x3F },
unicodeslot=0xFF1F,
},
[0xFF20]={
@@ -129483,7 +133252,7 @@ characters.data={
description="FULLWIDTH COMMERCIAL AT",
direction="on",
linebreak="id",
- specials={ "wide", 0x0040 },
+ specials={ "wide", 0x40 },
unicodeslot=0xFF20,
},
[0xFF21]={
@@ -129494,7 +133263,7 @@ characters.data={
direction="l",
lccode=0xFF41,
linebreak="id",
- specials={ "wide", 0x0041 },
+ specials={ "wide", 0x41 },
unicodeslot=0xFF21,
},
[0xFF22]={
@@ -129505,7 +133274,7 @@ characters.data={
direction="l",
lccode=0xFF42,
linebreak="id",
- specials={ "wide", 0x0042 },
+ specials={ "wide", 0x42 },
unicodeslot=0xFF22,
},
[0xFF23]={
@@ -129516,7 +133285,7 @@ characters.data={
direction="l",
lccode=0xFF43,
linebreak="id",
- specials={ "wide", 0x0043 },
+ specials={ "wide", 0x43 },
unicodeslot=0xFF23,
},
[0xFF24]={
@@ -129527,7 +133296,7 @@ characters.data={
direction="l",
lccode=0xFF44,
linebreak="id",
- specials={ "wide", 0x0044 },
+ specials={ "wide", 0x44 },
unicodeslot=0xFF24,
},
[0xFF25]={
@@ -129538,7 +133307,7 @@ characters.data={
direction="l",
lccode=0xFF45,
linebreak="id",
- specials={ "wide", 0x0045 },
+ specials={ "wide", 0x45 },
unicodeslot=0xFF25,
},
[0xFF26]={
@@ -129549,7 +133318,7 @@ characters.data={
direction="l",
lccode=0xFF46,
linebreak="id",
- specials={ "wide", 0x0046 },
+ specials={ "wide", 0x46 },
unicodeslot=0xFF26,
},
[0xFF27]={
@@ -129560,7 +133329,7 @@ characters.data={
direction="l",
lccode=0xFF47,
linebreak="id",
- specials={ "wide", 0x0047 },
+ specials={ "wide", 0x47 },
unicodeslot=0xFF27,
},
[0xFF28]={
@@ -129571,7 +133340,7 @@ characters.data={
direction="l",
lccode=0xFF48,
linebreak="id",
- specials={ "wide", 0x0048 },
+ specials={ "wide", 0x48 },
unicodeslot=0xFF28,
},
[0xFF29]={
@@ -129582,7 +133351,7 @@ characters.data={
direction="l",
lccode=0xFF49,
linebreak="id",
- specials={ "wide", 0x0049 },
+ specials={ "wide", 0x49 },
unicodeslot=0xFF29,
},
[0xFF2A]={
@@ -129593,7 +133362,7 @@ characters.data={
direction="l",
lccode=0xFF4A,
linebreak="id",
- specials={ "wide", 0x004A },
+ specials={ "wide", 0x4A },
unicodeslot=0xFF2A,
},
[0xFF2B]={
@@ -129604,7 +133373,7 @@ characters.data={
direction="l",
lccode=0xFF4B,
linebreak="id",
- specials={ "wide", 0x004B },
+ specials={ "wide", 0x4B },
unicodeslot=0xFF2B,
},
[0xFF2C]={
@@ -129615,7 +133384,7 @@ characters.data={
direction="l",
lccode=0xFF4C,
linebreak="id",
- specials={ "wide", 0x004C },
+ specials={ "wide", 0x4C },
unicodeslot=0xFF2C,
},
[0xFF2D]={
@@ -129626,7 +133395,7 @@ characters.data={
direction="l",
lccode=0xFF4D,
linebreak="id",
- specials={ "wide", 0x004D },
+ specials={ "wide", 0x4D },
unicodeslot=0xFF2D,
},
[0xFF2E]={
@@ -129637,7 +133406,7 @@ characters.data={
direction="l",
lccode=0xFF4E,
linebreak="id",
- specials={ "wide", 0x004E },
+ specials={ "wide", 0x4E },
unicodeslot=0xFF2E,
},
[0xFF2F]={
@@ -129648,7 +133417,7 @@ characters.data={
direction="l",
lccode=0xFF4F,
linebreak="id",
- specials={ "wide", 0x004F },
+ specials={ "wide", 0x4F },
unicodeslot=0xFF2F,
},
[0xFF30]={
@@ -129659,7 +133428,7 @@ characters.data={
direction="l",
lccode=0xFF50,
linebreak="id",
- specials={ "wide", 0x0050 },
+ specials={ "wide", 0x50 },
unicodeslot=0xFF30,
},
[0xFF31]={
@@ -129670,7 +133439,7 @@ characters.data={
direction="l",
lccode=0xFF51,
linebreak="id",
- specials={ "wide", 0x0051 },
+ specials={ "wide", 0x51 },
unicodeslot=0xFF31,
},
[0xFF32]={
@@ -129681,7 +133450,7 @@ characters.data={
direction="l",
lccode=0xFF52,
linebreak="id",
- specials={ "wide", 0x0052 },
+ specials={ "wide", 0x52 },
unicodeslot=0xFF32,
},
[0xFF33]={
@@ -129692,7 +133461,7 @@ characters.data={
direction="l",
lccode=0xFF53,
linebreak="id",
- specials={ "wide", 0x0053 },
+ specials={ "wide", 0x53 },
unicodeslot=0xFF33,
},
[0xFF34]={
@@ -129703,7 +133472,7 @@ characters.data={
direction="l",
lccode=0xFF54,
linebreak="id",
- specials={ "wide", 0x0054 },
+ specials={ "wide", 0x54 },
unicodeslot=0xFF34,
},
[0xFF35]={
@@ -129714,7 +133483,7 @@ characters.data={
direction="l",
lccode=0xFF55,
linebreak="id",
- specials={ "wide", 0x0055 },
+ specials={ "wide", 0x55 },
unicodeslot=0xFF35,
},
[0xFF36]={
@@ -129725,7 +133494,7 @@ characters.data={
direction="l",
lccode=0xFF56,
linebreak="id",
- specials={ "wide", 0x0056 },
+ specials={ "wide", 0x56 },
unicodeslot=0xFF36,
},
[0xFF37]={
@@ -129736,7 +133505,7 @@ characters.data={
direction="l",
lccode=0xFF57,
linebreak="id",
- specials={ "wide", 0x0057 },
+ specials={ "wide", 0x57 },
unicodeslot=0xFF37,
},
[0xFF38]={
@@ -129747,7 +133516,7 @@ characters.data={
direction="l",
lccode=0xFF58,
linebreak="id",
- specials={ "wide", 0x0058 },
+ specials={ "wide", 0x58 },
unicodeslot=0xFF38,
},
[0xFF39]={
@@ -129758,7 +133527,7 @@ characters.data={
direction="l",
lccode=0xFF59,
linebreak="id",
- specials={ "wide", 0x0059 },
+ specials={ "wide", 0x59 },
unicodeslot=0xFF39,
},
[0xFF3A]={
@@ -129769,7 +133538,7 @@ characters.data={
direction="l",
lccode=0xFF5A,
linebreak="id",
- specials={ "wide", 0x005A },
+ specials={ "wide", 0x5A },
unicodeslot=0xFF3A,
},
[0xFF3B]={
@@ -129780,8 +133549,8 @@ characters.data={
direction="on",
linebreak="op",
mirror=0xFF3D,
+ specials={ "wide", 0x5B },
textclass="open",
- specials={ "wide", 0x005B },
unicodeslot=0xFF3B,
},
[0xFF3C]={
@@ -129791,7 +133560,7 @@ characters.data={
description="FULLWIDTH REVERSE SOLIDUS",
direction="on",
linebreak="id",
- specials={ "wide", 0x005C },
+ specials={ "wide", 0x5C },
unicodeslot=0xFF3C,
},
[0xFF3D]={
@@ -129802,8 +133571,8 @@ characters.data={
direction="on",
linebreak="cl",
mirror=0xFF3B,
+ specials={ "wide", 0x5D },
textclass="close",
- specials={ "wide", 0x005D },
unicodeslot=0xFF3D,
},
[0xFF3E]={
@@ -129813,7 +133582,7 @@ characters.data={
description="FULLWIDTH CIRCUMFLEX ACCENT",
direction="on",
linebreak="id",
- specials={ "wide", 0x005E },
+ specials={ "wide", 0x5E },
unicodeslot=0xFF3E,
},
[0xFF3F]={
@@ -129823,7 +133592,7 @@ characters.data={
description="FULLWIDTH LOW LINE",
direction="on",
linebreak="id",
- specials={ "wide", 0x005F },
+ specials={ "wide", 0x5F },
unicodeslot=0xFF3F,
},
[0xFF40]={
@@ -129833,7 +133602,7 @@ characters.data={
description="FULLWIDTH GRAVE ACCENT",
direction="on",
linebreak="id",
- specials={ "wide", 0x0060 },
+ specials={ "wide", 0x60 },
unicodeslot=0xFF40,
},
[0xFF41]={
@@ -129843,7 +133612,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER A",
direction="l",
linebreak="id",
- specials={ "wide", 0x0061 },
+ specials={ "wide", 0x61 },
uccode=0xFF21,
unicodeslot=0xFF41,
},
@@ -129854,7 +133623,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER B",
direction="l",
linebreak="id",
- specials={ "wide", 0x0062 },
+ specials={ "wide", 0x62 },
uccode=0xFF22,
unicodeslot=0xFF42,
},
@@ -129865,7 +133634,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER C",
direction="l",
linebreak="id",
- specials={ "wide", 0x0063 },
+ specials={ "wide", 0x63 },
uccode=0xFF23,
unicodeslot=0xFF43,
},
@@ -129876,7 +133645,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER D",
direction="l",
linebreak="id",
- specials={ "wide", 0x0064 },
+ specials={ "wide", 0x64 },
uccode=0xFF24,
unicodeslot=0xFF44,
},
@@ -129887,7 +133656,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER E",
direction="l",
linebreak="id",
- specials={ "wide", 0x0065 },
+ specials={ "wide", 0x65 },
uccode=0xFF25,
unicodeslot=0xFF45,
},
@@ -129898,7 +133667,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER F",
direction="l",
linebreak="id",
- specials={ "wide", 0x0066 },
+ specials={ "wide", 0x66 },
uccode=0xFF26,
unicodeslot=0xFF46,
},
@@ -129909,7 +133678,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER G",
direction="l",
linebreak="id",
- specials={ "wide", 0x0067 },
+ specials={ "wide", 0x67 },
uccode=0xFF27,
unicodeslot=0xFF47,
},
@@ -129920,7 +133689,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER H",
direction="l",
linebreak="id",
- specials={ "wide", 0x0068 },
+ specials={ "wide", 0x68 },
uccode=0xFF28,
unicodeslot=0xFF48,
},
@@ -129931,7 +133700,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER I",
direction="l",
linebreak="id",
- specials={ "wide", 0x0069 },
+ specials={ "wide", 0x69 },
uccode=0xFF29,
unicodeslot=0xFF49,
},
@@ -129942,7 +133711,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER J",
direction="l",
linebreak="id",
- specials={ "wide", 0x006A },
+ specials={ "wide", 0x6A },
uccode=0xFF2A,
unicodeslot=0xFF4A,
},
@@ -129953,7 +133722,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER K",
direction="l",
linebreak="id",
- specials={ "wide", 0x006B },
+ specials={ "wide", 0x6B },
uccode=0xFF2B,
unicodeslot=0xFF4B,
},
@@ -129964,7 +133733,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER L",
direction="l",
linebreak="id",
- specials={ "wide", 0x006C },
+ specials={ "wide", 0x6C },
uccode=0xFF2C,
unicodeslot=0xFF4C,
},
@@ -129975,7 +133744,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER M",
direction="l",
linebreak="id",
- specials={ "wide", 0x006D },
+ specials={ "wide", 0x6D },
uccode=0xFF2D,
unicodeslot=0xFF4D,
},
@@ -129986,7 +133755,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER N",
direction="l",
linebreak="id",
- specials={ "wide", 0x006E },
+ specials={ "wide", 0x6E },
uccode=0xFF2E,
unicodeslot=0xFF4E,
},
@@ -129997,7 +133766,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER O",
direction="l",
linebreak="id",
- specials={ "wide", 0x006F },
+ specials={ "wide", 0x6F },
uccode=0xFF2F,
unicodeslot=0xFF4F,
},
@@ -130008,7 +133777,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER P",
direction="l",
linebreak="id",
- specials={ "wide", 0x0070 },
+ specials={ "wide", 0x70 },
uccode=0xFF30,
unicodeslot=0xFF50,
},
@@ -130019,7 +133788,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER Q",
direction="l",
linebreak="id",
- specials={ "wide", 0x0071 },
+ specials={ "wide", 0x71 },
uccode=0xFF31,
unicodeslot=0xFF51,
},
@@ -130030,7 +133799,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER R",
direction="l",
linebreak="id",
- specials={ "wide", 0x0072 },
+ specials={ "wide", 0x72 },
uccode=0xFF32,
unicodeslot=0xFF52,
},
@@ -130041,7 +133810,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER S",
direction="l",
linebreak="id",
- specials={ "wide", 0x0073 },
+ specials={ "wide", 0x73 },
uccode=0xFF33,
unicodeslot=0xFF53,
},
@@ -130052,7 +133821,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER T",
direction="l",
linebreak="id",
- specials={ "wide", 0x0074 },
+ specials={ "wide", 0x74 },
uccode=0xFF34,
unicodeslot=0xFF54,
},
@@ -130063,7 +133832,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER U",
direction="l",
linebreak="id",
- specials={ "wide", 0x0075 },
+ specials={ "wide", 0x75 },
uccode=0xFF35,
unicodeslot=0xFF55,
},
@@ -130074,7 +133843,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER V",
direction="l",
linebreak="id",
- specials={ "wide", 0x0076 },
+ specials={ "wide", 0x76 },
uccode=0xFF36,
unicodeslot=0xFF56,
},
@@ -130085,7 +133854,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER W",
direction="l",
linebreak="id",
- specials={ "wide", 0x0077 },
+ specials={ "wide", 0x77 },
uccode=0xFF37,
unicodeslot=0xFF57,
},
@@ -130096,7 +133865,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER X",
direction="l",
linebreak="id",
- specials={ "wide", 0x0078 },
+ specials={ "wide", 0x78 },
uccode=0xFF38,
unicodeslot=0xFF58,
},
@@ -130107,7 +133876,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER Y",
direction="l",
linebreak="id",
- specials={ "wide", 0x0079 },
+ specials={ "wide", 0x79 },
uccode=0xFF39,
unicodeslot=0xFF59,
},
@@ -130118,7 +133887,7 @@ characters.data={
description="FULLWIDTH LATIN SMALL LETTER Z",
direction="l",
linebreak="id",
- specials={ "wide", 0x007A },
+ specials={ "wide", 0x7A },
uccode=0xFF3A,
unicodeslot=0xFF5A,
},
@@ -130130,8 +133899,8 @@ characters.data={
direction="on",
linebreak="op",
mirror=0xFF5D,
+ specials={ "wide", 0x7B },
textclass="open",
- specials={ "wide", 0x007B },
unicodeslot=0xFF5B,
},
[0xFF5C]={
@@ -130141,7 +133910,7 @@ characters.data={
description="FULLWIDTH VERTICAL LINE",
direction="on",
linebreak="id",
- specials={ "wide", 0x007C },
+ specials={ "wide", 0x7C },
unicodeslot=0xFF5C,
},
[0xFF5D]={
@@ -130152,8 +133921,8 @@ characters.data={
direction="on",
linebreak="cl",
mirror=0xFF5B,
+ specials={ "wide", 0x7D },
textclass="close",
- specials={ "wide", 0x007D },
unicodeslot=0xFF5D,
},
[0xFF5E]={
@@ -130163,7 +133932,7 @@ characters.data={
description="FULLWIDTH TILDE",
direction="on",
linebreak="id",
- specials={ "wide", 0x007E },
+ specials={ "wide", 0x7E },
unicodeslot=0xFF5E,
},
[0xFF5F]={
@@ -130173,8 +133942,8 @@ characters.data={
direction="on",
linebreak="op",
mirror=0xFF60,
- textclass="open",
specials={ "wide", 0x2985 },
+ textclass="open",
unicodeslot=0xFF5F,
},
[0xFF60]={
@@ -130184,8 +133953,8 @@ characters.data={
direction="on",
linebreak="cl",
mirror=0xFF5F,
- textclass="close",
specials={ "wide", 0x2986 },
+ textclass="close",
unicodeslot=0xFF60,
},
[0xFF61]={
@@ -130206,8 +133975,8 @@ characters.data={
direction="on",
linebreak="op",
mirror=0xFF63,
- textclass="open",
specials={ "narrow", 0x300C },
+ textclass="open",
unicodeslot=0xFF62,
},
[0xFF63]={
@@ -130218,8 +133987,8 @@ characters.data={
direction="on",
linebreak="cl",
mirror=0xFF62,
- textclass="close",
specials={ "narrow", 0x300D },
+ textclass="close",
unicodeslot=0xFF63,
},
[0xFF64]={
@@ -130249,6 +134018,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER WO",
direction="l",
linebreak="al",
+ shcode=0x3092,
specials={ "narrow", 0x30F2 },
unicodeslot=0xFF66,
},
@@ -130309,6 +134079,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER SMALL YA",
direction="l",
linebreak="cj",
+ shcode=0x3084,
specials={ "narrow", 0x30E3 },
unicodeslot=0xFF6C,
},
@@ -130319,6 +134090,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER SMALL YU",
direction="l",
linebreak="cj",
+ shcode=0x3086,
specials={ "narrow", 0x30E5 },
unicodeslot=0xFF6D,
},
@@ -130329,6 +134101,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER SMALL YO",
direction="l",
linebreak="cj",
+ shcode=0x3088,
specials={ "narrow", 0x30E7 },
unicodeslot=0xFF6E,
},
@@ -130339,6 +134112,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER SMALL TU",
direction="l",
linebreak="cj",
+ shcode=0x3064,
specials={ "narrow", 0x30C3 },
unicodeslot=0xFF6F,
},
@@ -130359,6 +134133,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER A",
direction="l",
linebreak="al",
+ shcode=0x3042,
specials={ "narrow", 0x30A2 },
unicodeslot=0xFF71,
},
@@ -130369,6 +134144,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER I",
direction="l",
linebreak="al",
+ shcode=0x3044,
specials={ "narrow", 0x30A4 },
unicodeslot=0xFF72,
},
@@ -130379,6 +134155,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER U",
direction="l",
linebreak="al",
+ shcode=0x3046,
specials={ "narrow", 0x30A6 },
unicodeslot=0xFF73,
},
@@ -130389,6 +134166,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER E",
direction="l",
linebreak="al",
+ shcode=0x3048,
specials={ "narrow", 0x30A8 },
unicodeslot=0xFF74,
},
@@ -130399,6 +134177,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER O",
direction="l",
linebreak="al",
+ shcode=0x304A,
specials={ "narrow", 0x30AA },
unicodeslot=0xFF75,
},
@@ -130409,6 +134188,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER KA",
direction="l",
linebreak="al",
+ shcode=0x304B,
specials={ "narrow", 0x30AB },
unicodeslot=0xFF76,
},
@@ -130419,6 +134199,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER KI",
direction="l",
linebreak="al",
+ shcode=0x304D,
specials={ "narrow", 0x30AD },
unicodeslot=0xFF77,
},
@@ -130429,6 +134210,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER KU",
direction="l",
linebreak="al",
+ shcode=0x304F,
specials={ "narrow", 0x30AF },
unicodeslot=0xFF78,
},
@@ -130439,6 +134221,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER KE",
direction="l",
linebreak="al",
+ shcode=0x3051,
specials={ "narrow", 0x30B1 },
unicodeslot=0xFF79,
},
@@ -130449,6 +134232,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER KO",
direction="l",
linebreak="al",
+ shcode=0x3053,
specials={ "narrow", 0x30B3 },
unicodeslot=0xFF7A,
},
@@ -130459,6 +134243,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER SA",
direction="l",
linebreak="al",
+ shcode=0x3055,
specials={ "narrow", 0x30B5 },
unicodeslot=0xFF7B,
},
@@ -130469,6 +134254,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER SI",
direction="l",
linebreak="al",
+ shcode=0x3057,
specials={ "narrow", 0x30B7 },
unicodeslot=0xFF7C,
},
@@ -130479,6 +134265,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER SU",
direction="l",
linebreak="al",
+ shcode=0x3059,
specials={ "narrow", 0x30B9 },
unicodeslot=0xFF7D,
},
@@ -130489,6 +134276,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER SE",
direction="l",
linebreak="al",
+ shcode=0x305B,
specials={ "narrow", 0x30BB },
unicodeslot=0xFF7E,
},
@@ -130499,6 +134287,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER SO",
direction="l",
linebreak="al",
+ shcode=0x305D,
specials={ "narrow", 0x30BD },
unicodeslot=0xFF7F,
},
@@ -130509,6 +134298,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER TA",
direction="l",
linebreak="al",
+ shcode=0x305F,
specials={ "narrow", 0x30BF },
unicodeslot=0xFF80,
},
@@ -130519,6 +134309,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER TI",
direction="l",
linebreak="al",
+ shcode=0x3061,
specials={ "narrow", 0x30C1 },
unicodeslot=0xFF81,
},
@@ -130529,6 +134320,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER TU",
direction="l",
linebreak="al",
+ shcode=0x3064,
specials={ "narrow", 0x30C4 },
unicodeslot=0xFF82,
},
@@ -130539,6 +134331,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER TE",
direction="l",
linebreak="al",
+ shcode=0x3066,
specials={ "narrow", 0x30C6 },
unicodeslot=0xFF83,
},
@@ -130549,6 +134342,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER TO",
direction="l",
linebreak="al",
+ shcode=0x3068,
specials={ "narrow", 0x30C8 },
unicodeslot=0xFF84,
},
@@ -130559,6 +134353,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER NA",
direction="l",
linebreak="al",
+ shcode=0x306A,
specials={ "narrow", 0x30CA },
unicodeslot=0xFF85,
},
@@ -130569,6 +134364,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER NI",
direction="l",
linebreak="al",
+ shcode=0x306B,
specials={ "narrow", 0x30CB },
unicodeslot=0xFF86,
},
@@ -130579,6 +134375,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER NU",
direction="l",
linebreak="al",
+ shcode=0x306C,
specials={ "narrow", 0x30CC },
unicodeslot=0xFF87,
},
@@ -130589,6 +134386,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER NE",
direction="l",
linebreak="al",
+ shcode=0x306D,
specials={ "narrow", 0x30CD },
unicodeslot=0xFF88,
},
@@ -130599,6 +134397,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER NO",
direction="l",
linebreak="al",
+ shcode=0x306E,
specials={ "narrow", 0x30CE },
unicodeslot=0xFF89,
},
@@ -130609,6 +134408,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER HA",
direction="l",
linebreak="al",
+ shcode=0x306F,
specials={ "narrow", 0x30CF },
unicodeslot=0xFF8A,
},
@@ -130619,6 +134419,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER HI",
direction="l",
linebreak="al",
+ shcode=0x3072,
specials={ "narrow", 0x30D2 },
unicodeslot=0xFF8B,
},
@@ -130629,6 +134430,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER HU",
direction="l",
linebreak="al",
+ shcode=0x3075,
specials={ "narrow", 0x30D5 },
unicodeslot=0xFF8C,
},
@@ -130639,6 +134441,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER HE",
direction="l",
linebreak="al",
+ shcode=0x3078,
specials={ "narrow", 0x30D8 },
unicodeslot=0xFF8D,
},
@@ -130649,6 +134452,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER HO",
direction="l",
linebreak="al",
+ shcode=0x307B,
specials={ "narrow", 0x30DB },
unicodeslot=0xFF8E,
},
@@ -130659,6 +134463,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER MA",
direction="l",
linebreak="al",
+ shcode=0x307E,
specials={ "narrow", 0x30DE },
unicodeslot=0xFF8F,
},
@@ -130669,6 +134474,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER MI",
direction="l",
linebreak="al",
+ shcode=0x307F,
specials={ "narrow", 0x30DF },
unicodeslot=0xFF90,
},
@@ -130679,6 +134485,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER MU",
direction="l",
linebreak="al",
+ shcode=0x3080,
specials={ "narrow", 0x30E0 },
unicodeslot=0xFF91,
},
@@ -130689,6 +134496,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER ME",
direction="l",
linebreak="al",
+ shcode=0x3081,
specials={ "narrow", 0x30E1 },
unicodeslot=0xFF92,
},
@@ -130699,6 +134507,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER MO",
direction="l",
linebreak="al",
+ shcode=0x3082,
specials={ "narrow", 0x30E2 },
unicodeslot=0xFF93,
},
@@ -130709,6 +134518,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER YA",
direction="l",
linebreak="al",
+ shcode=0x3084,
specials={ "narrow", 0x30E4 },
unicodeslot=0xFF94,
},
@@ -130719,6 +134529,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER YU",
direction="l",
linebreak="al",
+ shcode=0x3086,
specials={ "narrow", 0x30E6 },
unicodeslot=0xFF95,
},
@@ -130729,6 +134540,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER YO",
direction="l",
linebreak="al",
+ shcode=0x3088,
specials={ "narrow", 0x30E8 },
unicodeslot=0xFF96,
},
@@ -130739,6 +134551,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER RA",
direction="l",
linebreak="al",
+ shcode=0x3089,
specials={ "narrow", 0x30E9 },
unicodeslot=0xFF97,
},
@@ -130749,6 +134562,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER RI",
direction="l",
linebreak="al",
+ shcode=0x308A,
specials={ "narrow", 0x30EA },
unicodeslot=0xFF98,
},
@@ -130759,6 +134573,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER RU",
direction="l",
linebreak="al",
+ shcode=0x308B,
specials={ "narrow", 0x30EB },
unicodeslot=0xFF99,
},
@@ -130769,6 +134584,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER RE",
direction="l",
linebreak="al",
+ shcode=0x308C,
specials={ "narrow", 0x30EC },
unicodeslot=0xFF9A,
},
@@ -130779,6 +134595,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER RO",
direction="l",
linebreak="al",
+ shcode=0x308D,
specials={ "narrow", 0x30ED },
unicodeslot=0xFF9B,
},
@@ -130789,6 +134606,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER WA",
direction="l",
linebreak="al",
+ shcode=0x308F,
specials={ "narrow", 0x30EF },
unicodeslot=0xFF9C,
},
@@ -130799,6 +134617,7 @@ characters.data={
description="HALFWIDTH KATAKANA LETTER N",
direction="l",
linebreak="al",
+ shcode=0x3093,
specials={ "narrow", 0x30F3 },
unicodeslot=0xFF9D,
},
@@ -131297,7 +135116,7 @@ characters.data={
description="FULLWIDTH CENT SIGN",
direction="et",
linebreak="po",
- specials={ "wide", 0x00A2 },
+ specials={ "wide", 0xA2 },
unicodeslot=0xFFE0,
},
[0xFFE1]={
@@ -131307,7 +135126,7 @@ characters.data={
description="FULLWIDTH POUND SIGN",
direction="et",
linebreak="pr",
- specials={ "wide", 0x00A3 },
+ specials={ "wide", 0xA3 },
unicodeslot=0xFFE1,
},
[0xFFE2]={
@@ -131316,7 +135135,7 @@ characters.data={
description="FULLWIDTH NOT SIGN",
direction="on",
linebreak="id",
- specials={ "wide", 0x00AC },
+ specials={ "wide", 0xAC },
unicodeslot=0xFFE2,
},
[0xFFE3]={
@@ -131326,7 +135145,7 @@ characters.data={
description="FULLWIDTH MACRON",
direction="on",
linebreak="id",
- specials={ "wide", 0x00AF },
+ specials={ "wide", 0xAF },
unicodeslot=0xFFE3,
},
[0xFFE4]={
@@ -131335,7 +135154,7 @@ characters.data={
description="FULLWIDTH BROKEN BAR",
direction="on",
linebreak="id",
- specials={ "wide", 0x00A6 },
+ specials={ "wide", 0xA6 },
unicodeslot=0xFFE4,
},
[0xFFE5]={
@@ -131345,7 +135164,7 @@ characters.data={
description="FULLWIDTH YEN SIGN",
direction="et",
linebreak="pr",
- specials={ "wide", 0x00A5 },
+ specials={ "wide", 0xA5 },
unicodeslot=0xFFE5,
},
[0xFFE6]={
@@ -133861,6 +137680,20 @@ characters.data={
linebreak="al",
unicodeslot=0x1018A,
},
+ [0x1018B]={
+ category="no",
+ description="GREEK ONE QUARTER SIGN",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1018B,
+ },
+ [0x1018C]={
+ category="so",
+ description="GREEK SINUSOID SIGN",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1018C,
+ },
[0x10190]={
category="so",
description="ROMAN SEXTANS SIGN",
@@ -133945,6 +137778,13 @@ characters.data={
linebreak="al",
unicodeslot=0x1019B,
},
+ [0x101A0]={
+ category="so",
+ description="GREEK SYMBOL TAU RHO",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x101A0,
+ },
[0x101D0]={
category="so",
description="PHAISTOS DISC SIGN PEDESTRIAN",
@@ -134262,6 +138102,7 @@ characters.data={
},
[0x101FD]={
category="mn",
+ combining=0xDC,
description="PHAISTOS DISC SIGN COMBINING OBLIQUE STROKE",
direction="nsm",
linebreak="cm",
@@ -134813,6 +138654,203 @@ characters.data={
linebreak="al",
unicodeslot=0x102D0,
},
+ [0x102E0]={
+ category="mn",
+ combining=0xDC,
+ description="COPTIC EPACT THOUSANDS MARK",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x102E0,
+ },
+ [0x102E1]={
+ category="no",
+ description="COPTIC EPACT DIGIT ONE",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102E1,
+ },
+ [0x102E2]={
+ category="no",
+ description="COPTIC EPACT DIGIT TWO",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102E2,
+ },
+ [0x102E3]={
+ category="no",
+ description="COPTIC EPACT DIGIT THREE",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102E3,
+ },
+ [0x102E4]={
+ category="no",
+ description="COPTIC EPACT DIGIT FOUR",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102E4,
+ },
+ [0x102E5]={
+ category="no",
+ description="COPTIC EPACT DIGIT FIVE",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102E5,
+ },
+ [0x102E6]={
+ category="no",
+ description="COPTIC EPACT DIGIT SIX",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102E6,
+ },
+ [0x102E7]={
+ category="no",
+ description="COPTIC EPACT DIGIT SEVEN",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102E7,
+ },
+ [0x102E8]={
+ category="no",
+ description="COPTIC EPACT DIGIT EIGHT",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102E8,
+ },
+ [0x102E9]={
+ category="no",
+ description="COPTIC EPACT DIGIT NINE",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102E9,
+ },
+ [0x102EA]={
+ category="no",
+ description="COPTIC EPACT NUMBER TEN",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102EA,
+ },
+ [0x102EB]={
+ category="no",
+ description="COPTIC EPACT NUMBER TWENTY",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102EB,
+ },
+ [0x102EC]={
+ category="no",
+ description="COPTIC EPACT NUMBER THIRTY",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102EC,
+ },
+ [0x102ED]={
+ category="no",
+ description="COPTIC EPACT NUMBER FORTY",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102ED,
+ },
+ [0x102EE]={
+ category="no",
+ description="COPTIC EPACT NUMBER FIFTY",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102EE,
+ },
+ [0x102EF]={
+ category="no",
+ description="COPTIC EPACT NUMBER SIXTY",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102EF,
+ },
+ [0x102F0]={
+ category="no",
+ description="COPTIC EPACT NUMBER SEVENTY",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102F0,
+ },
+ [0x102F1]={
+ category="no",
+ description="COPTIC EPACT NUMBER EIGHTY",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102F1,
+ },
+ [0x102F2]={
+ category="no",
+ description="COPTIC EPACT NUMBER NINETY",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102F2,
+ },
+ [0x102F3]={
+ category="no",
+ description="COPTIC EPACT NUMBER ONE HUNDRED",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102F3,
+ },
+ [0x102F4]={
+ category="no",
+ description="COPTIC EPACT NUMBER TWO HUNDRED",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102F4,
+ },
+ [0x102F5]={
+ category="no",
+ description="COPTIC EPACT NUMBER THREE HUNDRED",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102F5,
+ },
+ [0x102F6]={
+ category="no",
+ description="COPTIC EPACT NUMBER FOUR HUNDRED",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102F6,
+ },
+ [0x102F7]={
+ category="no",
+ description="COPTIC EPACT NUMBER FIVE HUNDRED",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102F7,
+ },
+ [0x102F8]={
+ category="no",
+ description="COPTIC EPACT NUMBER SIX HUNDRED",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102F8,
+ },
+ [0x102F9]={
+ category="no",
+ description="COPTIC EPACT NUMBER SEVEN HUNDRED",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102F9,
+ },
+ [0x102FA]={
+ category="no",
+ description="COPTIC EPACT NUMBER EIGHT HUNDRED",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102FA,
+ },
+ [0x102FB]={
+ category="no",
+ description="COPTIC EPACT NUMBER NINE HUNDRED",
+ direction="en",
+ linebreak="al",
+ unicodeslot=0x102FB,
+ },
[0x10300]={
category="lo",
description="OLD ITALIC LETTER A",
@@ -135030,6 +139068,13 @@ characters.data={
linebreak="al",
unicodeslot=0x1031E,
},
+ [0x1031F]={
+ category="lo",
+ description="OLD ITALIC LETTER ESS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1031F,
+ },
[0x10320]={
category="no",
description="OLD ITALIC NUMERAL ONE",
@@ -135247,6 +139292,312 @@ characters.data={
linebreak="al",
unicodeslot=0x1034A,
},
+ [0x10350]={
+ category="lo",
+ description="OLD PERMIC LETTER AN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10350,
+ },
+ [0x10351]={
+ category="lo",
+ description="OLD PERMIC LETTER BUR",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10351,
+ },
+ [0x10352]={
+ category="lo",
+ description="OLD PERMIC LETTER GAI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10352,
+ },
+ [0x10353]={
+ category="lo",
+ description="OLD PERMIC LETTER DOI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10353,
+ },
+ [0x10354]={
+ category="lo",
+ description="OLD PERMIC LETTER E",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10354,
+ },
+ [0x10355]={
+ category="lo",
+ description="OLD PERMIC LETTER ZHOI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10355,
+ },
+ [0x10356]={
+ category="lo",
+ description="OLD PERMIC LETTER DZHOI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10356,
+ },
+ [0x10357]={
+ category="lo",
+ description="OLD PERMIC LETTER ZATA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10357,
+ },
+ [0x10358]={
+ category="lo",
+ description="OLD PERMIC LETTER DZITA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10358,
+ },
+ [0x10359]={
+ category="lo",
+ description="OLD PERMIC LETTER I",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10359,
+ },
+ [0x1035A]={
+ category="lo",
+ description="OLD PERMIC LETTER KOKE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1035A,
+ },
+ [0x1035B]={
+ category="lo",
+ description="OLD PERMIC LETTER LEI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1035B,
+ },
+ [0x1035C]={
+ category="lo",
+ description="OLD PERMIC LETTER MENOE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1035C,
+ },
+ [0x1035D]={
+ category="lo",
+ description="OLD PERMIC LETTER NENOE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1035D,
+ },
+ [0x1035E]={
+ category="lo",
+ description="OLD PERMIC LETTER VOOI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1035E,
+ },
+ [0x1035F]={
+ category="lo",
+ description="OLD PERMIC LETTER PEEI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1035F,
+ },
+ [0x10360]={
+ category="lo",
+ description="OLD PERMIC LETTER REI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10360,
+ },
+ [0x10361]={
+ category="lo",
+ description="OLD PERMIC LETTER SII",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10361,
+ },
+ [0x10362]={
+ category="lo",
+ description="OLD PERMIC LETTER TAI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10362,
+ },
+ [0x10363]={
+ category="lo",
+ description="OLD PERMIC LETTER U",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10363,
+ },
+ [0x10364]={
+ category="lo",
+ description="OLD PERMIC LETTER CHERY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10364,
+ },
+ [0x10365]={
+ category="lo",
+ description="OLD PERMIC LETTER SHOOI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10365,
+ },
+ [0x10366]={
+ category="lo",
+ description="OLD PERMIC LETTER SHCHOOI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10366,
+ },
+ [0x10367]={
+ category="lo",
+ description="OLD PERMIC LETTER YRY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10367,
+ },
+ [0x10368]={
+ category="lo",
+ description="OLD PERMIC LETTER YERU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10368,
+ },
+ [0x10369]={
+ category="lo",
+ description="OLD PERMIC LETTER O",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10369,
+ },
+ [0x1036A]={
+ category="lo",
+ description="OLD PERMIC LETTER OO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1036A,
+ },
+ [0x1036B]={
+ category="lo",
+ description="OLD PERMIC LETTER EF",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1036B,
+ },
+ [0x1036C]={
+ category="lo",
+ description="OLD PERMIC LETTER HA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1036C,
+ },
+ [0x1036D]={
+ category="lo",
+ description="OLD PERMIC LETTER TSIU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1036D,
+ },
+ [0x1036E]={
+ category="lo",
+ description="OLD PERMIC LETTER VER",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1036E,
+ },
+ [0x1036F]={
+ category="lo",
+ description="OLD PERMIC LETTER YER",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1036F,
+ },
+ [0x10370]={
+ category="lo",
+ description="OLD PERMIC LETTER YERI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10370,
+ },
+ [0x10371]={
+ category="lo",
+ description="OLD PERMIC LETTER YAT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10371,
+ },
+ [0x10372]={
+ category="lo",
+ description="OLD PERMIC LETTER IE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10372,
+ },
+ [0x10373]={
+ category="lo",
+ description="OLD PERMIC LETTER YU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10373,
+ },
+ [0x10374]={
+ category="lo",
+ description="OLD PERMIC LETTER YA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10374,
+ },
+ [0x10375]={
+ category="lo",
+ description="OLD PERMIC LETTER IA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10375,
+ },
+ [0x10376]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING OLD PERMIC LETTER AN",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x10376,
+ },
+ [0x10377]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING OLD PERMIC LETTER DOI",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x10377,
+ },
+ [0x10378]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING OLD PERMIC LETTER ZATA",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x10378,
+ },
+ [0x10379]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING OLD PERMIC LETTER NENOE",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x10379,
+ },
+ [0x1037A]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING OLD PERMIC LETTER SII",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1037A,
+ },
[0x10380]={
category="lo",
description="UGARITIC LETTER ALPA",
@@ -137070,6 +141421,3044 @@ characters.data={
linebreak="nu",
unicodeslot=0x104A9,
},
+ [0x10500]={
+ category="lo",
+ description="ELBASAN LETTER A",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10500,
+ },
+ [0x10501]={
+ category="lo",
+ description="ELBASAN LETTER BE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10501,
+ },
+ [0x10502]={
+ category="lo",
+ description="ELBASAN LETTER CE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10502,
+ },
+ [0x10503]={
+ category="lo",
+ description="ELBASAN LETTER CHE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10503,
+ },
+ [0x10504]={
+ category="lo",
+ description="ELBASAN LETTER DE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10504,
+ },
+ [0x10505]={
+ category="lo",
+ description="ELBASAN LETTER NDE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10505,
+ },
+ [0x10506]={
+ category="lo",
+ description="ELBASAN LETTER DHE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10506,
+ },
+ [0x10507]={
+ category="lo",
+ description="ELBASAN LETTER EI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10507,
+ },
+ [0x10508]={
+ category="lo",
+ description="ELBASAN LETTER E",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10508,
+ },
+ [0x10509]={
+ category="lo",
+ description="ELBASAN LETTER FE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10509,
+ },
+ [0x1050A]={
+ category="lo",
+ description="ELBASAN LETTER GE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1050A,
+ },
+ [0x1050B]={
+ category="lo",
+ description="ELBASAN LETTER GJE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1050B,
+ },
+ [0x1050C]={
+ category="lo",
+ description="ELBASAN LETTER HE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1050C,
+ },
+ [0x1050D]={
+ category="lo",
+ description="ELBASAN LETTER I",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1050D,
+ },
+ [0x1050E]={
+ category="lo",
+ description="ELBASAN LETTER JE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1050E,
+ },
+ [0x1050F]={
+ category="lo",
+ description="ELBASAN LETTER KE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1050F,
+ },
+ [0x10510]={
+ category="lo",
+ description="ELBASAN LETTER LE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10510,
+ },
+ [0x10511]={
+ category="lo",
+ description="ELBASAN LETTER LLE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10511,
+ },
+ [0x10512]={
+ category="lo",
+ description="ELBASAN LETTER ME",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10512,
+ },
+ [0x10513]={
+ category="lo",
+ description="ELBASAN LETTER NE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10513,
+ },
+ [0x10514]={
+ category="lo",
+ description="ELBASAN LETTER NA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10514,
+ },
+ [0x10515]={
+ category="lo",
+ description="ELBASAN LETTER NJE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10515,
+ },
+ [0x10516]={
+ category="lo",
+ description="ELBASAN LETTER O",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10516,
+ },
+ [0x10517]={
+ category="lo",
+ description="ELBASAN LETTER PE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10517,
+ },
+ [0x10518]={
+ category="lo",
+ description="ELBASAN LETTER QE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10518,
+ },
+ [0x10519]={
+ category="lo",
+ description="ELBASAN LETTER RE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10519,
+ },
+ [0x1051A]={
+ category="lo",
+ description="ELBASAN LETTER RRE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1051A,
+ },
+ [0x1051B]={
+ category="lo",
+ description="ELBASAN LETTER SE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1051B,
+ },
+ [0x1051C]={
+ category="lo",
+ description="ELBASAN LETTER SHE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1051C,
+ },
+ [0x1051D]={
+ category="lo",
+ description="ELBASAN LETTER TE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1051D,
+ },
+ [0x1051E]={
+ category="lo",
+ description="ELBASAN LETTER THE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1051E,
+ },
+ [0x1051F]={
+ category="lo",
+ description="ELBASAN LETTER U",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1051F,
+ },
+ [0x10520]={
+ category="lo",
+ description="ELBASAN LETTER VE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10520,
+ },
+ [0x10521]={
+ category="lo",
+ description="ELBASAN LETTER XE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10521,
+ },
+ [0x10522]={
+ category="lo",
+ description="ELBASAN LETTER Y",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10522,
+ },
+ [0x10523]={
+ category="lo",
+ description="ELBASAN LETTER ZE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10523,
+ },
+ [0x10524]={
+ category="lo",
+ description="ELBASAN LETTER ZHE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10524,
+ },
+ [0x10525]={
+ category="lo",
+ description="ELBASAN LETTER GHE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10525,
+ },
+ [0x10526]={
+ category="lo",
+ description="ELBASAN LETTER GHAMMA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10526,
+ },
+ [0x10527]={
+ category="lo",
+ description="ELBASAN LETTER KHE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10527,
+ },
+ [0x10530]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER ALT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10530,
+ },
+ [0x10531]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER BET",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10531,
+ },
+ [0x10532]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER GIM",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10532,
+ },
+ [0x10533]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER DAT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10533,
+ },
+ [0x10534]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER EB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10534,
+ },
+ [0x10535]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER ZARL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10535,
+ },
+ [0x10536]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER EYN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10536,
+ },
+ [0x10537]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER ZHIL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10537,
+ },
+ [0x10538]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER TAS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10538,
+ },
+ [0x10539]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER CHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10539,
+ },
+ [0x1053A]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER YOWD",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1053A,
+ },
+ [0x1053B]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER ZHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1053B,
+ },
+ [0x1053C]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER IRB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1053C,
+ },
+ [0x1053D]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER SHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1053D,
+ },
+ [0x1053E]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER LAN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1053E,
+ },
+ [0x1053F]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER INYA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1053F,
+ },
+ [0x10540]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER XEYN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10540,
+ },
+ [0x10541]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER DYAN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10541,
+ },
+ [0x10542]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER CAR",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10542,
+ },
+ [0x10543]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER JHOX",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10543,
+ },
+ [0x10544]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER KAR",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10544,
+ },
+ [0x10545]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER LYIT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10545,
+ },
+ [0x10546]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER HEYT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10546,
+ },
+ [0x10547]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER QAY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10547,
+ },
+ [0x10548]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER AOR",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10548,
+ },
+ [0x10549]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER CHOY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10549,
+ },
+ [0x1054A]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER CHI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1054A,
+ },
+ [0x1054B]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER CYAY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1054B,
+ },
+ [0x1054C]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER MAQ",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1054C,
+ },
+ [0x1054D]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER QAR",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1054D,
+ },
+ [0x1054E]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER NOWC",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1054E,
+ },
+ [0x1054F]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER DZYAY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1054F,
+ },
+ [0x10550]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER SHAK",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10550,
+ },
+ [0x10551]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER JAYN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10551,
+ },
+ [0x10552]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER ON",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10552,
+ },
+ [0x10553]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER TYAY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10553,
+ },
+ [0x10554]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER FAM",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10554,
+ },
+ [0x10555]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER DZAY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10555,
+ },
+ [0x10556]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER CHAT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10556,
+ },
+ [0x10557]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER PEN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10557,
+ },
+ [0x10558]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER GHEYS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10558,
+ },
+ [0x10559]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER RAT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10559,
+ },
+ [0x1055A]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER SEYK",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1055A,
+ },
+ [0x1055B]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER VEYZ",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1055B,
+ },
+ [0x1055C]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER TIWR",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1055C,
+ },
+ [0x1055D]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER SHOY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1055D,
+ },
+ [0x1055E]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER IWN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1055E,
+ },
+ [0x1055F]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER CYAW",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1055F,
+ },
+ [0x10560]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER CAYN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10560,
+ },
+ [0x10561]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER YAYD",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10561,
+ },
+ [0x10562]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER PIWR",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10562,
+ },
+ [0x10563]={
+ category="lo",
+ description="CAUCASIAN ALBANIAN LETTER KIW",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10563,
+ },
+ [0x1056F]={
+ category="po",
+ description="CAUCASIAN ALBANIAN CITATION MARK",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1056F,
+ },
+ [0x10600]={
+ category="lo",
+ description="LINEAR A SIGN AB001",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10600,
+ },
+ [0x10601]={
+ category="lo",
+ description="LINEAR A SIGN AB002",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10601,
+ },
+ [0x10602]={
+ category="lo",
+ description="LINEAR A SIGN AB003",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10602,
+ },
+ [0x10603]={
+ category="lo",
+ description="LINEAR A SIGN AB004",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10603,
+ },
+ [0x10604]={
+ category="lo",
+ description="LINEAR A SIGN AB005",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10604,
+ },
+ [0x10605]={
+ category="lo",
+ description="LINEAR A SIGN AB006",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10605,
+ },
+ [0x10606]={
+ category="lo",
+ description="LINEAR A SIGN AB007",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10606,
+ },
+ [0x10607]={
+ category="lo",
+ description="LINEAR A SIGN AB008",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10607,
+ },
+ [0x10608]={
+ category="lo",
+ description="LINEAR A SIGN AB009",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10608,
+ },
+ [0x10609]={
+ category="lo",
+ description="LINEAR A SIGN AB010",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10609,
+ },
+ [0x1060A]={
+ category="lo",
+ description="LINEAR A SIGN AB011",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1060A,
+ },
+ [0x1060B]={
+ category="lo",
+ description="LINEAR A SIGN AB013",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1060B,
+ },
+ [0x1060C]={
+ category="lo",
+ description="LINEAR A SIGN AB016",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1060C,
+ },
+ [0x1060D]={
+ category="lo",
+ description="LINEAR A SIGN AB017",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1060D,
+ },
+ [0x1060E]={
+ category="lo",
+ description="LINEAR A SIGN AB020",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1060E,
+ },
+ [0x1060F]={
+ category="lo",
+ description="LINEAR A SIGN AB021",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1060F,
+ },
+ [0x10610]={
+ category="lo",
+ description="LINEAR A SIGN AB021F",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10610,
+ },
+ [0x10611]={
+ category="lo",
+ description="LINEAR A SIGN AB021M",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10611,
+ },
+ [0x10612]={
+ category="lo",
+ description="LINEAR A SIGN AB022",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10612,
+ },
+ [0x10613]={
+ category="lo",
+ description="LINEAR A SIGN AB022F",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10613,
+ },
+ [0x10614]={
+ category="lo",
+ description="LINEAR A SIGN AB022M",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10614,
+ },
+ [0x10615]={
+ category="lo",
+ description="LINEAR A SIGN AB023",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10615,
+ },
+ [0x10616]={
+ category="lo",
+ description="LINEAR A SIGN AB023M",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10616,
+ },
+ [0x10617]={
+ category="lo",
+ description="LINEAR A SIGN AB024",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10617,
+ },
+ [0x10618]={
+ category="lo",
+ description="LINEAR A SIGN AB026",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10618,
+ },
+ [0x10619]={
+ category="lo",
+ description="LINEAR A SIGN AB027",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10619,
+ },
+ [0x1061A]={
+ category="lo",
+ description="LINEAR A SIGN AB028",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1061A,
+ },
+ [0x1061B]={
+ category="lo",
+ description="LINEAR A SIGN A028B",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1061B,
+ },
+ [0x1061C]={
+ category="lo",
+ description="LINEAR A SIGN AB029",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1061C,
+ },
+ [0x1061D]={
+ category="lo",
+ description="LINEAR A SIGN AB030",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1061D,
+ },
+ [0x1061E]={
+ category="lo",
+ description="LINEAR A SIGN AB031",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1061E,
+ },
+ [0x1061F]={
+ category="lo",
+ description="LINEAR A SIGN AB034",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1061F,
+ },
+ [0x10620]={
+ category="lo",
+ description="LINEAR A SIGN AB037",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10620,
+ },
+ [0x10621]={
+ category="lo",
+ description="LINEAR A SIGN AB038",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10621,
+ },
+ [0x10622]={
+ category="lo",
+ description="LINEAR A SIGN AB039",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10622,
+ },
+ [0x10623]={
+ category="lo",
+ description="LINEAR A SIGN AB040",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10623,
+ },
+ [0x10624]={
+ category="lo",
+ description="LINEAR A SIGN AB041",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10624,
+ },
+ [0x10625]={
+ category="lo",
+ description="LINEAR A SIGN AB044",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10625,
+ },
+ [0x10626]={
+ category="lo",
+ description="LINEAR A SIGN AB045",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10626,
+ },
+ [0x10627]={
+ category="lo",
+ description="LINEAR A SIGN AB046",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10627,
+ },
+ [0x10628]={
+ category="lo",
+ description="LINEAR A SIGN AB047",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10628,
+ },
+ [0x10629]={
+ category="lo",
+ description="LINEAR A SIGN AB048",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10629,
+ },
+ [0x1062A]={
+ category="lo",
+ description="LINEAR A SIGN AB049",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1062A,
+ },
+ [0x1062B]={
+ category="lo",
+ description="LINEAR A SIGN AB050",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1062B,
+ },
+ [0x1062C]={
+ category="lo",
+ description="LINEAR A SIGN AB051",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1062C,
+ },
+ [0x1062D]={
+ category="lo",
+ description="LINEAR A SIGN AB053",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1062D,
+ },
+ [0x1062E]={
+ category="lo",
+ description="LINEAR A SIGN AB054",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1062E,
+ },
+ [0x1062F]={
+ category="lo",
+ description="LINEAR A SIGN AB055",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1062F,
+ },
+ [0x10630]={
+ category="lo",
+ description="LINEAR A SIGN AB056",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10630,
+ },
+ [0x10631]={
+ category="lo",
+ description="LINEAR A SIGN AB057",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10631,
+ },
+ [0x10632]={
+ category="lo",
+ description="LINEAR A SIGN AB058",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10632,
+ },
+ [0x10633]={
+ category="lo",
+ description="LINEAR A SIGN AB059",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10633,
+ },
+ [0x10634]={
+ category="lo",
+ description="LINEAR A SIGN AB060",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10634,
+ },
+ [0x10635]={
+ category="lo",
+ description="LINEAR A SIGN AB061",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10635,
+ },
+ [0x10636]={
+ category="lo",
+ description="LINEAR A SIGN AB065",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10636,
+ },
+ [0x10637]={
+ category="lo",
+ description="LINEAR A SIGN AB066",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10637,
+ },
+ [0x10638]={
+ category="lo",
+ description="LINEAR A SIGN AB067",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10638,
+ },
+ [0x10639]={
+ category="lo",
+ description="LINEAR A SIGN AB069",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10639,
+ },
+ [0x1063A]={
+ category="lo",
+ description="LINEAR A SIGN AB070",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1063A,
+ },
+ [0x1063B]={
+ category="lo",
+ description="LINEAR A SIGN AB073",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1063B,
+ },
+ [0x1063C]={
+ category="lo",
+ description="LINEAR A SIGN AB074",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1063C,
+ },
+ [0x1063D]={
+ category="lo",
+ description="LINEAR A SIGN AB076",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1063D,
+ },
+ [0x1063E]={
+ category="lo",
+ description="LINEAR A SIGN AB077",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1063E,
+ },
+ [0x1063F]={
+ category="lo",
+ description="LINEAR A SIGN AB078",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1063F,
+ },
+ [0x10640]={
+ category="lo",
+ description="LINEAR A SIGN AB079",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10640,
+ },
+ [0x10641]={
+ category="lo",
+ description="LINEAR A SIGN AB080",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10641,
+ },
+ [0x10642]={
+ category="lo",
+ description="LINEAR A SIGN AB081",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10642,
+ },
+ [0x10643]={
+ category="lo",
+ description="LINEAR A SIGN AB082",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10643,
+ },
+ [0x10644]={
+ category="lo",
+ description="LINEAR A SIGN AB085",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10644,
+ },
+ [0x10645]={
+ category="lo",
+ description="LINEAR A SIGN AB086",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10645,
+ },
+ [0x10646]={
+ category="lo",
+ description="LINEAR A SIGN AB087",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10646,
+ },
+ [0x10647]={
+ category="lo",
+ description="LINEAR A SIGN A100-102",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10647,
+ },
+ [0x10648]={
+ category="lo",
+ description="LINEAR A SIGN AB118",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10648,
+ },
+ [0x10649]={
+ category="lo",
+ description="LINEAR A SIGN AB120",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10649,
+ },
+ [0x1064A]={
+ category="lo",
+ description="LINEAR A SIGN A120B",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1064A,
+ },
+ [0x1064B]={
+ category="lo",
+ description="LINEAR A SIGN AB122",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1064B,
+ },
+ [0x1064C]={
+ category="lo",
+ description="LINEAR A SIGN AB123",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1064C,
+ },
+ [0x1064D]={
+ category="lo",
+ description="LINEAR A SIGN AB131A",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1064D,
+ },
+ [0x1064E]={
+ category="lo",
+ description="LINEAR A SIGN AB131B",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1064E,
+ },
+ [0x1064F]={
+ category="lo",
+ description="LINEAR A SIGN A131C",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1064F,
+ },
+ [0x10650]={
+ category="lo",
+ description="LINEAR A SIGN AB164",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10650,
+ },
+ [0x10651]={
+ category="lo",
+ description="LINEAR A SIGN AB171",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10651,
+ },
+ [0x10652]={
+ category="lo",
+ description="LINEAR A SIGN AB180",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10652,
+ },
+ [0x10653]={
+ category="lo",
+ description="LINEAR A SIGN AB188",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10653,
+ },
+ [0x10654]={
+ category="lo",
+ description="LINEAR A SIGN AB191",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10654,
+ },
+ [0x10655]={
+ category="lo",
+ description="LINEAR A SIGN A301",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10655,
+ },
+ [0x10656]={
+ category="lo",
+ description="LINEAR A SIGN A302",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10656,
+ },
+ [0x10657]={
+ category="lo",
+ description="LINEAR A SIGN A303",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10657,
+ },
+ [0x10658]={
+ category="lo",
+ description="LINEAR A SIGN A304",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10658,
+ },
+ [0x10659]={
+ category="lo",
+ description="LINEAR A SIGN A305",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10659,
+ },
+ [0x1065A]={
+ category="lo",
+ description="LINEAR A SIGN A306",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1065A,
+ },
+ [0x1065B]={
+ category="lo",
+ description="LINEAR A SIGN A307",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1065B,
+ },
+ [0x1065C]={
+ category="lo",
+ description="LINEAR A SIGN A308",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1065C,
+ },
+ [0x1065D]={
+ category="lo",
+ description="LINEAR A SIGN A309A",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1065D,
+ },
+ [0x1065E]={
+ category="lo",
+ description="LINEAR A SIGN A309B",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1065E,
+ },
+ [0x1065F]={
+ category="lo",
+ description="LINEAR A SIGN A309C",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1065F,
+ },
+ [0x10660]={
+ category="lo",
+ description="LINEAR A SIGN A310",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10660,
+ },
+ [0x10661]={
+ category="lo",
+ description="LINEAR A SIGN A311",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10661,
+ },
+ [0x10662]={
+ category="lo",
+ description="LINEAR A SIGN A312",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10662,
+ },
+ [0x10663]={
+ category="lo",
+ description="LINEAR A SIGN A313A",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10663,
+ },
+ [0x10664]={
+ category="lo",
+ description="LINEAR A SIGN A313B",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10664,
+ },
+ [0x10665]={
+ category="lo",
+ description="LINEAR A SIGN A313C",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10665,
+ },
+ [0x10666]={
+ category="lo",
+ description="LINEAR A SIGN A314",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10666,
+ },
+ [0x10667]={
+ category="lo",
+ description="LINEAR A SIGN A315",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10667,
+ },
+ [0x10668]={
+ category="lo",
+ description="LINEAR A SIGN A316",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10668,
+ },
+ [0x10669]={
+ category="lo",
+ description="LINEAR A SIGN A317",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10669,
+ },
+ [0x1066A]={
+ category="lo",
+ description="LINEAR A SIGN A318",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1066A,
+ },
+ [0x1066B]={
+ category="lo",
+ description="LINEAR A SIGN A319",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1066B,
+ },
+ [0x1066C]={
+ category="lo",
+ description="LINEAR A SIGN A320",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1066C,
+ },
+ [0x1066D]={
+ category="lo",
+ description="LINEAR A SIGN A321",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1066D,
+ },
+ [0x1066E]={
+ category="lo",
+ description="LINEAR A SIGN A322",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1066E,
+ },
+ [0x1066F]={
+ category="lo",
+ description="LINEAR A SIGN A323",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1066F,
+ },
+ [0x10670]={
+ category="lo",
+ description="LINEAR A SIGN A324",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10670,
+ },
+ [0x10671]={
+ category="lo",
+ description="LINEAR A SIGN A325",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10671,
+ },
+ [0x10672]={
+ category="lo",
+ description="LINEAR A SIGN A326",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10672,
+ },
+ [0x10673]={
+ category="lo",
+ description="LINEAR A SIGN A327",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10673,
+ },
+ [0x10674]={
+ category="lo",
+ description="LINEAR A SIGN A328",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10674,
+ },
+ [0x10675]={
+ category="lo",
+ description="LINEAR A SIGN A329",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10675,
+ },
+ [0x10676]={
+ category="lo",
+ description="LINEAR A SIGN A330",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10676,
+ },
+ [0x10677]={
+ category="lo",
+ description="LINEAR A SIGN A331",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10677,
+ },
+ [0x10678]={
+ category="lo",
+ description="LINEAR A SIGN A332",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10678,
+ },
+ [0x10679]={
+ category="lo",
+ description="LINEAR A SIGN A333",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10679,
+ },
+ [0x1067A]={
+ category="lo",
+ description="LINEAR A SIGN A334",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1067A,
+ },
+ [0x1067B]={
+ category="lo",
+ description="LINEAR A SIGN A335",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1067B,
+ },
+ [0x1067C]={
+ category="lo",
+ description="LINEAR A SIGN A336",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1067C,
+ },
+ [0x1067D]={
+ category="lo",
+ description="LINEAR A SIGN A337",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1067D,
+ },
+ [0x1067E]={
+ category="lo",
+ description="LINEAR A SIGN A338",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1067E,
+ },
+ [0x1067F]={
+ category="lo",
+ description="LINEAR A SIGN A339",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1067F,
+ },
+ [0x10680]={
+ category="lo",
+ description="LINEAR A SIGN A340",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10680,
+ },
+ [0x10681]={
+ category="lo",
+ description="LINEAR A SIGN A341",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10681,
+ },
+ [0x10682]={
+ category="lo",
+ description="LINEAR A SIGN A342",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10682,
+ },
+ [0x10683]={
+ category="lo",
+ description="LINEAR A SIGN A343",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10683,
+ },
+ [0x10684]={
+ category="lo",
+ description="LINEAR A SIGN A344",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10684,
+ },
+ [0x10685]={
+ category="lo",
+ description="LINEAR A SIGN A345",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10685,
+ },
+ [0x10686]={
+ category="lo",
+ description="LINEAR A SIGN A346",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10686,
+ },
+ [0x10687]={
+ category="lo",
+ description="LINEAR A SIGN A347",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10687,
+ },
+ [0x10688]={
+ category="lo",
+ description="LINEAR A SIGN A348",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10688,
+ },
+ [0x10689]={
+ category="lo",
+ description="LINEAR A SIGN A349",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10689,
+ },
+ [0x1068A]={
+ category="lo",
+ description="LINEAR A SIGN A350",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1068A,
+ },
+ [0x1068B]={
+ category="lo",
+ description="LINEAR A SIGN A351",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1068B,
+ },
+ [0x1068C]={
+ category="lo",
+ description="LINEAR A SIGN A352",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1068C,
+ },
+ [0x1068D]={
+ category="lo",
+ description="LINEAR A SIGN A353",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1068D,
+ },
+ [0x1068E]={
+ category="lo",
+ description="LINEAR A SIGN A354",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1068E,
+ },
+ [0x1068F]={
+ category="lo",
+ description="LINEAR A SIGN A355",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1068F,
+ },
+ [0x10690]={
+ category="lo",
+ description="LINEAR A SIGN A356",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10690,
+ },
+ [0x10691]={
+ category="lo",
+ description="LINEAR A SIGN A357",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10691,
+ },
+ [0x10692]={
+ category="lo",
+ description="LINEAR A SIGN A358",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10692,
+ },
+ [0x10693]={
+ category="lo",
+ description="LINEAR A SIGN A359",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10693,
+ },
+ [0x10694]={
+ category="lo",
+ description="LINEAR A SIGN A360",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10694,
+ },
+ [0x10695]={
+ category="lo",
+ description="LINEAR A SIGN A361",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10695,
+ },
+ [0x10696]={
+ category="lo",
+ description="LINEAR A SIGN A362",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10696,
+ },
+ [0x10697]={
+ category="lo",
+ description="LINEAR A SIGN A363",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10697,
+ },
+ [0x10698]={
+ category="lo",
+ description="LINEAR A SIGN A364",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10698,
+ },
+ [0x10699]={
+ category="lo",
+ description="LINEAR A SIGN A365",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10699,
+ },
+ [0x1069A]={
+ category="lo",
+ description="LINEAR A SIGN A366",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1069A,
+ },
+ [0x1069B]={
+ category="lo",
+ description="LINEAR A SIGN A367",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1069B,
+ },
+ [0x1069C]={
+ category="lo",
+ description="LINEAR A SIGN A368",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1069C,
+ },
+ [0x1069D]={
+ category="lo",
+ description="LINEAR A SIGN A369",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1069D,
+ },
+ [0x1069E]={
+ category="lo",
+ description="LINEAR A SIGN A370",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1069E,
+ },
+ [0x1069F]={
+ category="lo",
+ description="LINEAR A SIGN A371",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1069F,
+ },
+ [0x106A0]={
+ category="lo",
+ description="LINEAR A SIGN A400-VAS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106A0,
+ },
+ [0x106A1]={
+ category="lo",
+ description="LINEAR A SIGN A401-VAS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106A1,
+ },
+ [0x106A2]={
+ category="lo",
+ description="LINEAR A SIGN A402-VAS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106A2,
+ },
+ [0x106A3]={
+ category="lo",
+ description="LINEAR A SIGN A403-VAS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106A3,
+ },
+ [0x106A4]={
+ category="lo",
+ description="LINEAR A SIGN A404-VAS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106A4,
+ },
+ [0x106A5]={
+ category="lo",
+ description="LINEAR A SIGN A405-VAS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106A5,
+ },
+ [0x106A6]={
+ category="lo",
+ description="LINEAR A SIGN A406-VAS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106A6,
+ },
+ [0x106A7]={
+ category="lo",
+ description="LINEAR A SIGN A407-VAS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106A7,
+ },
+ [0x106A8]={
+ category="lo",
+ description="LINEAR A SIGN A408-VAS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106A8,
+ },
+ [0x106A9]={
+ category="lo",
+ description="LINEAR A SIGN A409-VAS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106A9,
+ },
+ [0x106AA]={
+ category="lo",
+ description="LINEAR A SIGN A410-VAS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106AA,
+ },
+ [0x106AB]={
+ category="lo",
+ description="LINEAR A SIGN A411-VAS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106AB,
+ },
+ [0x106AC]={
+ category="lo",
+ description="LINEAR A SIGN A412-VAS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106AC,
+ },
+ [0x106AD]={
+ category="lo",
+ description="LINEAR A SIGN A413-VAS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106AD,
+ },
+ [0x106AE]={
+ category="lo",
+ description="LINEAR A SIGN A414-VAS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106AE,
+ },
+ [0x106AF]={
+ category="lo",
+ description="LINEAR A SIGN A415-VAS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106AF,
+ },
+ [0x106B0]={
+ category="lo",
+ description="LINEAR A SIGN A416-VAS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106B0,
+ },
+ [0x106B1]={
+ category="lo",
+ description="LINEAR A SIGN A417-VAS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106B1,
+ },
+ [0x106B2]={
+ category="lo",
+ description="LINEAR A SIGN A418-VAS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106B2,
+ },
+ [0x106B3]={
+ category="lo",
+ description="LINEAR A SIGN A501",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106B3,
+ },
+ [0x106B4]={
+ category="lo",
+ description="LINEAR A SIGN A502",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106B4,
+ },
+ [0x106B5]={
+ category="lo",
+ description="LINEAR A SIGN A503",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106B5,
+ },
+ [0x106B6]={
+ category="lo",
+ description="LINEAR A SIGN A504",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106B6,
+ },
+ [0x106B7]={
+ category="lo",
+ description="LINEAR A SIGN A505",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106B7,
+ },
+ [0x106B8]={
+ category="lo",
+ description="LINEAR A SIGN A506",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106B8,
+ },
+ [0x106B9]={
+ category="lo",
+ description="LINEAR A SIGN A508",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106B9,
+ },
+ [0x106BA]={
+ category="lo",
+ description="LINEAR A SIGN A509",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106BA,
+ },
+ [0x106BB]={
+ category="lo",
+ description="LINEAR A SIGN A510",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106BB,
+ },
+ [0x106BC]={
+ category="lo",
+ description="LINEAR A SIGN A511",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106BC,
+ },
+ [0x106BD]={
+ category="lo",
+ description="LINEAR A SIGN A512",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106BD,
+ },
+ [0x106BE]={
+ category="lo",
+ description="LINEAR A SIGN A513",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106BE,
+ },
+ [0x106BF]={
+ category="lo",
+ description="LINEAR A SIGN A515",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106BF,
+ },
+ [0x106C0]={
+ category="lo",
+ description="LINEAR A SIGN A516",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106C0,
+ },
+ [0x106C1]={
+ category="lo",
+ description="LINEAR A SIGN A520",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106C1,
+ },
+ [0x106C2]={
+ category="lo",
+ description="LINEAR A SIGN A521",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106C2,
+ },
+ [0x106C3]={
+ category="lo",
+ description="LINEAR A SIGN A523",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106C3,
+ },
+ [0x106C4]={
+ category="lo",
+ description="LINEAR A SIGN A524",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106C4,
+ },
+ [0x106C5]={
+ category="lo",
+ description="LINEAR A SIGN A525",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106C5,
+ },
+ [0x106C6]={
+ category="lo",
+ description="LINEAR A SIGN A526",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106C6,
+ },
+ [0x106C7]={
+ category="lo",
+ description="LINEAR A SIGN A527",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106C7,
+ },
+ [0x106C8]={
+ category="lo",
+ description="LINEAR A SIGN A528",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106C8,
+ },
+ [0x106C9]={
+ category="lo",
+ description="LINEAR A SIGN A529",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106C9,
+ },
+ [0x106CA]={
+ category="lo",
+ description="LINEAR A SIGN A530",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106CA,
+ },
+ [0x106CB]={
+ category="lo",
+ description="LINEAR A SIGN A531",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106CB,
+ },
+ [0x106CC]={
+ category="lo",
+ description="LINEAR A SIGN A532",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106CC,
+ },
+ [0x106CD]={
+ category="lo",
+ description="LINEAR A SIGN A534",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106CD,
+ },
+ [0x106CE]={
+ category="lo",
+ description="LINEAR A SIGN A535",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106CE,
+ },
+ [0x106CF]={
+ category="lo",
+ description="LINEAR A SIGN A536",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106CF,
+ },
+ [0x106D0]={
+ category="lo",
+ description="LINEAR A SIGN A537",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106D0,
+ },
+ [0x106D1]={
+ category="lo",
+ description="LINEAR A SIGN A538",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106D1,
+ },
+ [0x106D2]={
+ category="lo",
+ description="LINEAR A SIGN A539",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106D2,
+ },
+ [0x106D3]={
+ category="lo",
+ description="LINEAR A SIGN A540",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106D3,
+ },
+ [0x106D4]={
+ category="lo",
+ description="LINEAR A SIGN A541",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106D4,
+ },
+ [0x106D5]={
+ category="lo",
+ description="LINEAR A SIGN A542",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106D5,
+ },
+ [0x106D6]={
+ category="lo",
+ description="LINEAR A SIGN A545",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106D6,
+ },
+ [0x106D7]={
+ category="lo",
+ description="LINEAR A SIGN A547",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106D7,
+ },
+ [0x106D8]={
+ category="lo",
+ description="LINEAR A SIGN A548",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106D8,
+ },
+ [0x106D9]={
+ category="lo",
+ description="LINEAR A SIGN A549",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106D9,
+ },
+ [0x106DA]={
+ category="lo",
+ description="LINEAR A SIGN A550",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106DA,
+ },
+ [0x106DB]={
+ category="lo",
+ description="LINEAR A SIGN A551",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106DB,
+ },
+ [0x106DC]={
+ category="lo",
+ description="LINEAR A SIGN A552",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106DC,
+ },
+ [0x106DD]={
+ category="lo",
+ description="LINEAR A SIGN A553",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106DD,
+ },
+ [0x106DE]={
+ category="lo",
+ description="LINEAR A SIGN A554",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106DE,
+ },
+ [0x106DF]={
+ category="lo",
+ description="LINEAR A SIGN A555",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106DF,
+ },
+ [0x106E0]={
+ category="lo",
+ description="LINEAR A SIGN A556",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106E0,
+ },
+ [0x106E1]={
+ category="lo",
+ description="LINEAR A SIGN A557",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106E1,
+ },
+ [0x106E2]={
+ category="lo",
+ description="LINEAR A SIGN A559",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106E2,
+ },
+ [0x106E3]={
+ category="lo",
+ description="LINEAR A SIGN A563",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106E3,
+ },
+ [0x106E4]={
+ category="lo",
+ description="LINEAR A SIGN A564",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106E4,
+ },
+ [0x106E5]={
+ category="lo",
+ description="LINEAR A SIGN A565",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106E5,
+ },
+ [0x106E6]={
+ category="lo",
+ description="LINEAR A SIGN A566",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106E6,
+ },
+ [0x106E7]={
+ category="lo",
+ description="LINEAR A SIGN A568",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106E7,
+ },
+ [0x106E8]={
+ category="lo",
+ description="LINEAR A SIGN A569",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106E8,
+ },
+ [0x106E9]={
+ category="lo",
+ description="LINEAR A SIGN A570",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106E9,
+ },
+ [0x106EA]={
+ category="lo",
+ description="LINEAR A SIGN A571",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106EA,
+ },
+ [0x106EB]={
+ category="lo",
+ description="LINEAR A SIGN A572",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106EB,
+ },
+ [0x106EC]={
+ category="lo",
+ description="LINEAR A SIGN A573",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106EC,
+ },
+ [0x106ED]={
+ category="lo",
+ description="LINEAR A SIGN A574",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106ED,
+ },
+ [0x106EE]={
+ category="lo",
+ description="LINEAR A SIGN A575",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106EE,
+ },
+ [0x106EF]={
+ category="lo",
+ description="LINEAR A SIGN A576",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106EF,
+ },
+ [0x106F0]={
+ category="lo",
+ description="LINEAR A SIGN A577",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106F0,
+ },
+ [0x106F1]={
+ category="lo",
+ description="LINEAR A SIGN A578",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106F1,
+ },
+ [0x106F2]={
+ category="lo",
+ description="LINEAR A SIGN A579",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106F2,
+ },
+ [0x106F3]={
+ category="lo",
+ description="LINEAR A SIGN A580",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106F3,
+ },
+ [0x106F4]={
+ category="lo",
+ description="LINEAR A SIGN A581",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106F4,
+ },
+ [0x106F5]={
+ category="lo",
+ description="LINEAR A SIGN A582",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106F5,
+ },
+ [0x106F6]={
+ category="lo",
+ description="LINEAR A SIGN A583",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106F6,
+ },
+ [0x106F7]={
+ category="lo",
+ description="LINEAR A SIGN A584",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106F7,
+ },
+ [0x106F8]={
+ category="lo",
+ description="LINEAR A SIGN A585",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106F8,
+ },
+ [0x106F9]={
+ category="lo",
+ description="LINEAR A SIGN A586",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106F9,
+ },
+ [0x106FA]={
+ category="lo",
+ description="LINEAR A SIGN A587",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106FA,
+ },
+ [0x106FB]={
+ category="lo",
+ description="LINEAR A SIGN A588",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106FB,
+ },
+ [0x106FC]={
+ category="lo",
+ description="LINEAR A SIGN A589",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106FC,
+ },
+ [0x106FD]={
+ category="lo",
+ description="LINEAR A SIGN A591",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106FD,
+ },
+ [0x106FE]={
+ category="lo",
+ description="LINEAR A SIGN A592",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106FE,
+ },
+ [0x106FF]={
+ category="lo",
+ description="LINEAR A SIGN A594",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x106FF,
+ },
+ [0x10700]={
+ category="lo",
+ description="LINEAR A SIGN A595",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10700,
+ },
+ [0x10701]={
+ category="lo",
+ description="LINEAR A SIGN A596",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10701,
+ },
+ [0x10702]={
+ category="lo",
+ description="LINEAR A SIGN A598",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10702,
+ },
+ [0x10703]={
+ category="lo",
+ description="LINEAR A SIGN A600",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10703,
+ },
+ [0x10704]={
+ category="lo",
+ description="LINEAR A SIGN A601",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10704,
+ },
+ [0x10705]={
+ category="lo",
+ description="LINEAR A SIGN A602",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10705,
+ },
+ [0x10706]={
+ category="lo",
+ description="LINEAR A SIGN A603",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10706,
+ },
+ [0x10707]={
+ category="lo",
+ description="LINEAR A SIGN A604",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10707,
+ },
+ [0x10708]={
+ category="lo",
+ description="LINEAR A SIGN A606",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10708,
+ },
+ [0x10709]={
+ category="lo",
+ description="LINEAR A SIGN A608",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10709,
+ },
+ [0x1070A]={
+ category="lo",
+ description="LINEAR A SIGN A609",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1070A,
+ },
+ [0x1070B]={
+ category="lo",
+ description="LINEAR A SIGN A610",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1070B,
+ },
+ [0x1070C]={
+ category="lo",
+ description="LINEAR A SIGN A611",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1070C,
+ },
+ [0x1070D]={
+ category="lo",
+ description="LINEAR A SIGN A612",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1070D,
+ },
+ [0x1070E]={
+ category="lo",
+ description="LINEAR A SIGN A613",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1070E,
+ },
+ [0x1070F]={
+ category="lo",
+ description="LINEAR A SIGN A614",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1070F,
+ },
+ [0x10710]={
+ category="lo",
+ description="LINEAR A SIGN A615",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10710,
+ },
+ [0x10711]={
+ category="lo",
+ description="LINEAR A SIGN A616",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10711,
+ },
+ [0x10712]={
+ category="lo",
+ description="LINEAR A SIGN A617",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10712,
+ },
+ [0x10713]={
+ category="lo",
+ description="LINEAR A SIGN A618",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10713,
+ },
+ [0x10714]={
+ category="lo",
+ description="LINEAR A SIGN A619",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10714,
+ },
+ [0x10715]={
+ category="lo",
+ description="LINEAR A SIGN A620",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10715,
+ },
+ [0x10716]={
+ category="lo",
+ description="LINEAR A SIGN A621",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10716,
+ },
+ [0x10717]={
+ category="lo",
+ description="LINEAR A SIGN A622",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10717,
+ },
+ [0x10718]={
+ category="lo",
+ description="LINEAR A SIGN A623",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10718,
+ },
+ [0x10719]={
+ category="lo",
+ description="LINEAR A SIGN A624",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10719,
+ },
+ [0x1071A]={
+ category="lo",
+ description="LINEAR A SIGN A626",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1071A,
+ },
+ [0x1071B]={
+ category="lo",
+ description="LINEAR A SIGN A627",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1071B,
+ },
+ [0x1071C]={
+ category="lo",
+ description="LINEAR A SIGN A628",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1071C,
+ },
+ [0x1071D]={
+ category="lo",
+ description="LINEAR A SIGN A629",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1071D,
+ },
+ [0x1071E]={
+ category="lo",
+ description="LINEAR A SIGN A634",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1071E,
+ },
+ [0x1071F]={
+ category="lo",
+ description="LINEAR A SIGN A637",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1071F,
+ },
+ [0x10720]={
+ category="lo",
+ description="LINEAR A SIGN A638",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10720,
+ },
+ [0x10721]={
+ category="lo",
+ description="LINEAR A SIGN A640",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10721,
+ },
+ [0x10722]={
+ category="lo",
+ description="LINEAR A SIGN A642",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10722,
+ },
+ [0x10723]={
+ category="lo",
+ description="LINEAR A SIGN A643",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10723,
+ },
+ [0x10724]={
+ category="lo",
+ description="LINEAR A SIGN A644",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10724,
+ },
+ [0x10725]={
+ category="lo",
+ description="LINEAR A SIGN A645",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10725,
+ },
+ [0x10726]={
+ category="lo",
+ description="LINEAR A SIGN A646",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10726,
+ },
+ [0x10727]={
+ category="lo",
+ description="LINEAR A SIGN A648",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10727,
+ },
+ [0x10728]={
+ category="lo",
+ description="LINEAR A SIGN A649",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10728,
+ },
+ [0x10729]={
+ category="lo",
+ description="LINEAR A SIGN A651",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10729,
+ },
+ [0x1072A]={
+ category="lo",
+ description="LINEAR A SIGN A652",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1072A,
+ },
+ [0x1072B]={
+ category="lo",
+ description="LINEAR A SIGN A653",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1072B,
+ },
+ [0x1072C]={
+ category="lo",
+ description="LINEAR A SIGN A654",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1072C,
+ },
+ [0x1072D]={
+ category="lo",
+ description="LINEAR A SIGN A655",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1072D,
+ },
+ [0x1072E]={
+ category="lo",
+ description="LINEAR A SIGN A656",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1072E,
+ },
+ [0x1072F]={
+ category="lo",
+ description="LINEAR A SIGN A657",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1072F,
+ },
+ [0x10730]={
+ category="lo",
+ description="LINEAR A SIGN A658",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10730,
+ },
+ [0x10731]={
+ category="lo",
+ description="LINEAR A SIGN A659",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10731,
+ },
+ [0x10732]={
+ category="lo",
+ description="LINEAR A SIGN A660",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10732,
+ },
+ [0x10733]={
+ category="lo",
+ description="LINEAR A SIGN A661",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10733,
+ },
+ [0x10734]={
+ category="lo",
+ description="LINEAR A SIGN A662",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10734,
+ },
+ [0x10735]={
+ category="lo",
+ description="LINEAR A SIGN A663",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10735,
+ },
+ [0x10736]={
+ category="lo",
+ description="LINEAR A SIGN A664",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10736,
+ },
+ [0x10740]={
+ category="lo",
+ description="LINEAR A SIGN A701 A",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10740,
+ },
+ [0x10741]={
+ category="lo",
+ description="LINEAR A SIGN A702 B",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10741,
+ },
+ [0x10742]={
+ category="lo",
+ description="LINEAR A SIGN A703 D",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10742,
+ },
+ [0x10743]={
+ category="lo",
+ description="LINEAR A SIGN A704 E",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10743,
+ },
+ [0x10744]={
+ category="lo",
+ description="LINEAR A SIGN A705 F",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10744,
+ },
+ [0x10745]={
+ category="lo",
+ description="LINEAR A SIGN A706 H",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10745,
+ },
+ [0x10746]={
+ category="lo",
+ description="LINEAR A SIGN A707 J",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10746,
+ },
+ [0x10747]={
+ category="lo",
+ description="LINEAR A SIGN A708 K",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10747,
+ },
+ [0x10748]={
+ category="lo",
+ description="LINEAR A SIGN A709 L",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10748,
+ },
+ [0x10749]={
+ category="lo",
+ description="LINEAR A SIGN A709-2 L2",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10749,
+ },
+ [0x1074A]={
+ category="lo",
+ description="LINEAR A SIGN A709-3 L3",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1074A,
+ },
+ [0x1074B]={
+ category="lo",
+ description="LINEAR A SIGN A709-4 L4",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1074B,
+ },
+ [0x1074C]={
+ category="lo",
+ description="LINEAR A SIGN A709-6 L6",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1074C,
+ },
+ [0x1074D]={
+ category="lo",
+ description="LINEAR A SIGN A710 W",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1074D,
+ },
+ [0x1074E]={
+ category="lo",
+ description="LINEAR A SIGN A711 X",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1074E,
+ },
+ [0x1074F]={
+ category="lo",
+ description="LINEAR A SIGN A712 Y",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1074F,
+ },
+ [0x10750]={
+ category="lo",
+ description="LINEAR A SIGN A713 OMEGA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10750,
+ },
+ [0x10751]={
+ category="lo",
+ description="LINEAR A SIGN A714 ABB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10751,
+ },
+ [0x10752]={
+ category="lo",
+ description="LINEAR A SIGN A715 BB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10752,
+ },
+ [0x10753]={
+ category="lo",
+ description="LINEAR A SIGN A717 DD",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10753,
+ },
+ [0x10754]={
+ category="lo",
+ description="LINEAR A SIGN A726 EYYY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10754,
+ },
+ [0x10755]={
+ category="lo",
+ description="LINEAR A SIGN A732 JE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10755,
+ },
+ [0x10760]={
+ category="lo",
+ description="LINEAR A SIGN A800",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10760,
+ },
+ [0x10761]={
+ category="lo",
+ description="LINEAR A SIGN A801",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10761,
+ },
+ [0x10762]={
+ category="lo",
+ description="LINEAR A SIGN A802",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10762,
+ },
+ [0x10763]={
+ category="lo",
+ description="LINEAR A SIGN A803",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10763,
+ },
+ [0x10764]={
+ category="lo",
+ description="LINEAR A SIGN A804",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10764,
+ },
+ [0x10765]={
+ category="lo",
+ description="LINEAR A SIGN A805",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10765,
+ },
+ [0x10766]={
+ category="lo",
+ description="LINEAR A SIGN A806",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10766,
+ },
+ [0x10767]={
+ category="lo",
+ description="LINEAR A SIGN A807",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x10767,
+ },
[0x10800]={
category="lo",
description="CYPRIOT SYLLABLE A",
@@ -137672,6 +145061,510 @@ characters.data={
linebreak="al",
unicodeslot=0x1085F,
},
+ [0x10860]={
+ category="lo",
+ description="PALMYRENE LETTER ALEPH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10860,
+ },
+ [0x10861]={
+ category="lo",
+ description="PALMYRENE LETTER BETH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10861,
+ },
+ [0x10862]={
+ category="lo",
+ description="PALMYRENE LETTER GIMEL",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10862,
+ },
+ [0x10863]={
+ category="lo",
+ description="PALMYRENE LETTER DALETH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10863,
+ },
+ [0x10864]={
+ category="lo",
+ description="PALMYRENE LETTER HE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10864,
+ },
+ [0x10865]={
+ category="lo",
+ description="PALMYRENE LETTER WAW",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10865,
+ },
+ [0x10866]={
+ category="lo",
+ description="PALMYRENE LETTER ZAYIN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10866,
+ },
+ [0x10867]={
+ category="lo",
+ description="PALMYRENE LETTER HETH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10867,
+ },
+ [0x10868]={
+ category="lo",
+ description="PALMYRENE LETTER TETH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10868,
+ },
+ [0x10869]={
+ category="lo",
+ description="PALMYRENE LETTER YODH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10869,
+ },
+ [0x1086A]={
+ category="lo",
+ description="PALMYRENE LETTER KAPH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1086A,
+ },
+ [0x1086B]={
+ category="lo",
+ description="PALMYRENE LETTER LAMEDH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1086B,
+ },
+ [0x1086C]={
+ category="lo",
+ description="PALMYRENE LETTER MEM",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1086C,
+ },
+ [0x1086D]={
+ category="lo",
+ description="PALMYRENE LETTER FINAL NUN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1086D,
+ },
+ [0x1086E]={
+ category="lo",
+ description="PALMYRENE LETTER NUN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1086E,
+ },
+ [0x1086F]={
+ category="lo",
+ description="PALMYRENE LETTER SAMEKH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1086F,
+ },
+ [0x10870]={
+ category="lo",
+ description="PALMYRENE LETTER AYIN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10870,
+ },
+ [0x10871]={
+ category="lo",
+ description="PALMYRENE LETTER PE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10871,
+ },
+ [0x10872]={
+ category="lo",
+ description="PALMYRENE LETTER SADHE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10872,
+ },
+ [0x10873]={
+ category="lo",
+ description="PALMYRENE LETTER QOPH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10873,
+ },
+ [0x10874]={
+ category="lo",
+ description="PALMYRENE LETTER RESH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10874,
+ },
+ [0x10875]={
+ category="lo",
+ description="PALMYRENE LETTER SHIN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10875,
+ },
+ [0x10876]={
+ category="lo",
+ description="PALMYRENE LETTER TAW",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10876,
+ },
+ [0x10877]={
+ category="so",
+ description="PALMYRENE LEFT-POINTING FLEURON",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10877,
+ },
+ [0x10878]={
+ category="so",
+ description="PALMYRENE RIGHT-POINTING FLEURON",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10878,
+ },
+ [0x10879]={
+ category="no",
+ description="PALMYRENE NUMBER ONE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10879,
+ },
+ [0x1087A]={
+ category="no",
+ description="PALMYRENE NUMBER TWO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1087A,
+ },
+ [0x1087B]={
+ category="no",
+ description="PALMYRENE NUMBER THREE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1087B,
+ },
+ [0x1087C]={
+ category="no",
+ description="PALMYRENE NUMBER FOUR",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1087C,
+ },
+ [0x1087D]={
+ category="no",
+ description="PALMYRENE NUMBER FIVE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1087D,
+ },
+ [0x1087E]={
+ category="no",
+ description="PALMYRENE NUMBER TEN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1087E,
+ },
+ [0x1087F]={
+ category="no",
+ description="PALMYRENE NUMBER TWENTY",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1087F,
+ },
+ [0x10880]={
+ category="lo",
+ description="NABATAEAN LETTER FINAL ALEPH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10880,
+ },
+ [0x10881]={
+ category="lo",
+ description="NABATAEAN LETTER ALEPH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10881,
+ },
+ [0x10882]={
+ category="lo",
+ description="NABATAEAN LETTER FINAL BETH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10882,
+ },
+ [0x10883]={
+ category="lo",
+ description="NABATAEAN LETTER BETH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10883,
+ },
+ [0x10884]={
+ category="lo",
+ description="NABATAEAN LETTER GIMEL",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10884,
+ },
+ [0x10885]={
+ category="lo",
+ description="NABATAEAN LETTER DALETH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10885,
+ },
+ [0x10886]={
+ category="lo",
+ description="NABATAEAN LETTER FINAL HE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10886,
+ },
+ [0x10887]={
+ category="lo",
+ description="NABATAEAN LETTER HE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10887,
+ },
+ [0x10888]={
+ category="lo",
+ description="NABATAEAN LETTER WAW",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10888,
+ },
+ [0x10889]={
+ category="lo",
+ description="NABATAEAN LETTER ZAYIN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10889,
+ },
+ [0x1088A]={
+ category="lo",
+ description="NABATAEAN LETTER HETH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1088A,
+ },
+ [0x1088B]={
+ category="lo",
+ description="NABATAEAN LETTER TETH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1088B,
+ },
+ [0x1088C]={
+ category="lo",
+ description="NABATAEAN LETTER FINAL YODH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1088C,
+ },
+ [0x1088D]={
+ category="lo",
+ description="NABATAEAN LETTER YODH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1088D,
+ },
+ [0x1088E]={
+ category="lo",
+ description="NABATAEAN LETTER FINAL KAPH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1088E,
+ },
+ [0x1088F]={
+ category="lo",
+ description="NABATAEAN LETTER KAPH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1088F,
+ },
+ [0x10890]={
+ category="lo",
+ description="NABATAEAN LETTER FINAL LAMEDH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10890,
+ },
+ [0x10891]={
+ category="lo",
+ description="NABATAEAN LETTER LAMEDH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10891,
+ },
+ [0x10892]={
+ category="lo",
+ description="NABATAEAN LETTER FINAL MEM",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10892,
+ },
+ [0x10893]={
+ category="lo",
+ description="NABATAEAN LETTER MEM",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10893,
+ },
+ [0x10894]={
+ category="lo",
+ description="NABATAEAN LETTER FINAL NUN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10894,
+ },
+ [0x10895]={
+ category="lo",
+ description="NABATAEAN LETTER NUN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10895,
+ },
+ [0x10896]={
+ category="lo",
+ description="NABATAEAN LETTER SAMEKH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10896,
+ },
+ [0x10897]={
+ category="lo",
+ description="NABATAEAN LETTER AYIN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10897,
+ },
+ [0x10898]={
+ category="lo",
+ description="NABATAEAN LETTER PE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10898,
+ },
+ [0x10899]={
+ category="lo",
+ description="NABATAEAN LETTER SADHE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10899,
+ },
+ [0x1089A]={
+ category="lo",
+ description="NABATAEAN LETTER QOPH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1089A,
+ },
+ [0x1089B]={
+ category="lo",
+ description="NABATAEAN LETTER RESH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1089B,
+ },
+ [0x1089C]={
+ category="lo",
+ description="NABATAEAN LETTER FINAL SHIN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1089C,
+ },
+ [0x1089D]={
+ category="lo",
+ description="NABATAEAN LETTER SHIN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1089D,
+ },
+ [0x1089E]={
+ category="lo",
+ description="NABATAEAN LETTER TAW",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1089E,
+ },
+ [0x108A7]={
+ category="no",
+ description="NABATAEAN NUMBER ONE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x108A7,
+ },
+ [0x108A8]={
+ category="no",
+ description="NABATAEAN NUMBER TWO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x108A8,
+ },
+ [0x108A9]={
+ category="no",
+ description="NABATAEAN NUMBER THREE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x108A9,
+ },
+ [0x108AA]={
+ category="no",
+ description="NABATAEAN NUMBER FOUR",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x108AA,
+ },
+ [0x108AB]={
+ category="no",
+ description="NABATAEAN CRUCIFORM NUMBER FOUR",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x108AB,
+ },
+ [0x108AC]={
+ category="no",
+ description="NABATAEAN NUMBER FIVE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x108AC,
+ },
+ [0x108AD]={
+ category="no",
+ description="NABATAEAN NUMBER TEN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x108AD,
+ },
+ [0x108AE]={
+ category="no",
+ description="NABATAEAN NUMBER TWENTY",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x108AE,
+ },
+ [0x108AF]={
+ category="no",
+ description="NABATAEAN NUMBER ONE HUNDRED",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x108AF,
+ },
[0x10900]={
category="lo",
description="PHOENICIAN LETTER ALF",
@@ -138521,6 +146414,7 @@ characters.data={
},
[0x10A0D]={
category="mn",
+ combining=0xDC,
description="KHAROSHTHI SIGN DOUBLE RING BELOW",
direction="nsm",
linebreak="cm",
@@ -138535,6 +146429,7 @@ characters.data={
},
[0x10A0F]={
category="mn",
+ combining=0xE6,
description="KHAROSHTHI SIGN VISARGA",
direction="nsm",
linebreak="cm",
@@ -138780,6 +146675,7 @@ characters.data={
},
[0x10A38]={
category="mn",
+ combining=0xE6,
description="KHAROSHTHI SIGN BAR ABOVE",
direction="nsm",
linebreak="cm",
@@ -138787,6 +146683,7 @@ characters.data={
},
[0x10A39]={
category="mn",
+ combining=0x1,
description="KHAROSHTHI SIGN CAUDA",
direction="nsm",
linebreak="cm",
@@ -138794,6 +146691,7 @@ characters.data={
},
[0x10A3A]={
category="mn",
+ combining=0xDC,
description="KHAROSHTHI SIGN DOT BELOW",
direction="nsm",
linebreak="cm",
@@ -138801,6 +146699,7 @@ characters.data={
},
[0x10A3F]={
category="mn",
+ combining=0x9,
description="KHAROSHTHI VIRAMA",
direction="nsm",
linebreak="cm",
@@ -139149,6 +147048,631 @@ characters.data={
linebreak="al",
unicodeslot=0x10A7F,
},
+ [0x10A80]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER HEH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A80,
+ },
+ [0x10A81]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER LAM",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A81,
+ },
+ [0x10A82]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER HAH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A82,
+ },
+ [0x10A83]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER MEEM",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A83,
+ },
+ [0x10A84]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER QAF",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A84,
+ },
+ [0x10A85]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER WAW",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A85,
+ },
+ [0x10A86]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER ES-2",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A86,
+ },
+ [0x10A87]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER REH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A87,
+ },
+ [0x10A88]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER BEH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A88,
+ },
+ [0x10A89]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER TEH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A89,
+ },
+ [0x10A8A]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER ES-1",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A8A,
+ },
+ [0x10A8B]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER KAF",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A8B,
+ },
+ [0x10A8C]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER NOON",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A8C,
+ },
+ [0x10A8D]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER KHAH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A8D,
+ },
+ [0x10A8E]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER SAD",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A8E,
+ },
+ [0x10A8F]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER ES-3",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A8F,
+ },
+ [0x10A90]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER FEH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A90,
+ },
+ [0x10A91]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER ALEF",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A91,
+ },
+ [0x10A92]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER AIN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A92,
+ },
+ [0x10A93]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER DAD",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A93,
+ },
+ [0x10A94]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER GEEM",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A94,
+ },
+ [0x10A95]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER DAL",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A95,
+ },
+ [0x10A96]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER GHAIN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A96,
+ },
+ [0x10A97]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER TAH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A97,
+ },
+ [0x10A98]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER ZAIN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A98,
+ },
+ [0x10A99]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER THAL",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A99,
+ },
+ [0x10A9A]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER YEH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A9A,
+ },
+ [0x10A9B]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER THEH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A9B,
+ },
+ [0x10A9C]={
+ category="lo",
+ description="OLD NORTH ARABIAN LETTER ZAH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A9C,
+ },
+ [0x10A9D]={
+ category="no",
+ description="OLD NORTH ARABIAN NUMBER ONE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A9D,
+ },
+ [0x10A9E]={
+ category="no",
+ description="OLD NORTH ARABIAN NUMBER TEN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A9E,
+ },
+ [0x10A9F]={
+ category="no",
+ description="OLD NORTH ARABIAN NUMBER TWENTY",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10A9F,
+ },
+ [0x10AC0]={
+ arabic="d",
+ category="lo",
+ description="MANICHAEAN LETTER ALEPH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AC0,
+ },
+ [0x10AC1]={
+ arabic="d",
+ category="lo",
+ description="MANICHAEAN LETTER BETH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AC1,
+ },
+ [0x10AC2]={
+ arabic="d",
+ category="lo",
+ description="MANICHAEAN LETTER BHETH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AC2,
+ },
+ [0x10AC3]={
+ arabic="d",
+ category="lo",
+ description="MANICHAEAN LETTER GIMEL",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AC3,
+ },
+ [0x10AC4]={
+ arabic="d",
+ category="lo",
+ description="MANICHAEAN LETTER GHIMEL",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AC4,
+ },
+ [0x10AC5]={
+ arabic="r",
+ category="lo",
+ description="MANICHAEAN LETTER DALETH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AC5,
+ },
+ [0x10AC6]={
+ arabic="u",
+ category="lo",
+ description="MANICHAEAN LETTER HE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AC6,
+ },
+ [0x10AC7]={
+ arabic="r",
+ category="lo",
+ description="MANICHAEAN LETTER WAW",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AC7,
+ },
+ [0x10AC8]={
+ arabic="u",
+ category="so",
+ description="MANICHAEAN SIGN UD",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AC8,
+ },
+ [0x10AC9]={
+ arabic="r",
+ category="lo",
+ description="MANICHAEAN LETTER ZAYIN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AC9,
+ },
+ [0x10ACA]={
+ arabic="r",
+ category="lo",
+ description="MANICHAEAN LETTER ZHAYIN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10ACA,
+ },
+ [0x10ACB]={
+ arabic="u",
+ category="lo",
+ description="MANICHAEAN LETTER JAYIN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10ACB,
+ },
+ [0x10ACC]={
+ arabic="u",
+ category="lo",
+ description="MANICHAEAN LETTER JHAYIN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10ACC,
+ },
+ [0x10ACD]={
+ arabic="l",
+ category="lo",
+ description="MANICHAEAN LETTER HETH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10ACD,
+ },
+ [0x10ACE]={
+ arabic="r",
+ category="lo",
+ description="MANICHAEAN LETTER TETH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10ACE,
+ },
+ [0x10ACF]={
+ arabic="r",
+ category="lo",
+ description="MANICHAEAN LETTER YODH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10ACF,
+ },
+ [0x10AD0]={
+ arabic="r",
+ category="lo",
+ description="MANICHAEAN LETTER KAPH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AD0,
+ },
+ [0x10AD1]={
+ arabic="r",
+ category="lo",
+ description="MANICHAEAN LETTER XAPH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AD1,
+ },
+ [0x10AD2]={
+ arabic="r",
+ category="lo",
+ description="MANICHAEAN LETTER KHAPH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AD2,
+ },
+ [0x10AD3]={
+ arabic="d",
+ category="lo",
+ description="MANICHAEAN LETTER LAMEDH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AD3,
+ },
+ [0x10AD4]={
+ arabic="d",
+ category="lo",
+ description="MANICHAEAN LETTER DHAMEDH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AD4,
+ },
+ [0x10AD5]={
+ arabic="d",
+ category="lo",
+ description="MANICHAEAN LETTER THAMEDH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AD5,
+ },
+ [0x10AD6]={
+ arabic="d",
+ category="lo",
+ description="MANICHAEAN LETTER MEM",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AD6,
+ },
+ [0x10AD7]={
+ arabic="l",
+ category="lo",
+ description="MANICHAEAN LETTER NUN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AD7,
+ },
+ [0x10AD8]={
+ arabic="d",
+ category="lo",
+ description="MANICHAEAN LETTER SAMEKH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AD8,
+ },
+ [0x10AD9]={
+ arabic="d",
+ category="lo",
+ description="MANICHAEAN LETTER AYIN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AD9,
+ },
+ [0x10ADA]={
+ arabic="d",
+ category="lo",
+ description="MANICHAEAN LETTER AAYIN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10ADA,
+ },
+ [0x10ADB]={
+ arabic="d",
+ category="lo",
+ description="MANICHAEAN LETTER PE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10ADB,
+ },
+ [0x10ADC]={
+ arabic="d",
+ category="lo",
+ description="MANICHAEAN LETTER FE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10ADC,
+ },
+ [0x10ADD]={
+ arabic="r",
+ category="lo",
+ description="MANICHAEAN LETTER SADHE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10ADD,
+ },
+ [0x10ADE]={
+ arabic="d",
+ category="lo",
+ description="MANICHAEAN LETTER QOPH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10ADE,
+ },
+ [0x10ADF]={
+ arabic="d",
+ category="lo",
+ description="MANICHAEAN LETTER XOPH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10ADF,
+ },
+ [0x10AE0]={
+ arabic="d",
+ category="lo",
+ description="MANICHAEAN LETTER QHOPH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AE0,
+ },
+ [0x10AE1]={
+ arabic="r",
+ category="lo",
+ description="MANICHAEAN LETTER RESH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AE1,
+ },
+ [0x10AE2]={
+ arabic="u",
+ category="lo",
+ description="MANICHAEAN LETTER SHIN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AE2,
+ },
+ [0x10AE3]={
+ arabic="u",
+ category="lo",
+ description="MANICHAEAN LETTER SSHIN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AE3,
+ },
+ [0x10AE4]={
+ arabic="r",
+ category="lo",
+ description="MANICHAEAN LETTER TAW",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AE4,
+ },
+ [0x10AE5]={
+ category="mn",
+ combining=0xE6,
+ description="MANICHAEAN ABBREVIATION MARK ABOVE",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x10AE5,
+ },
+ [0x10AE6]={
+ category="mn",
+ combining=0xDC,
+ description="MANICHAEAN ABBREVIATION MARK BELOW",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x10AE6,
+ },
+ [0x10AEB]={
+ arabic="d",
+ category="no",
+ description="MANICHAEAN NUMBER ONE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AEB,
+ },
+ [0x10AEC]={
+ arabic="d",
+ category="no",
+ description="MANICHAEAN NUMBER FIVE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AEC,
+ },
+ [0x10AED]={
+ arabic="d",
+ category="no",
+ description="MANICHAEAN NUMBER TEN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AED,
+ },
+ [0x10AEE]={
+ arabic="d",
+ category="no",
+ description="MANICHAEAN NUMBER TWENTY",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AEE,
+ },
+ [0x10AEF]={
+ arabic="r",
+ category="no",
+ description="MANICHAEAN NUMBER ONE HUNDRED",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10AEF,
+ },
+ [0x10AF0]={
+ category="po",
+ description="MANICHAEAN PUNCTUATION STAR",
+ direction="r",
+ linebreak="ba",
+ unicodeslot=0x10AF0,
+ },
+ [0x10AF1]={
+ category="po",
+ description="MANICHAEAN PUNCTUATION FLEURON",
+ direction="r",
+ linebreak="ba",
+ unicodeslot=0x10AF1,
+ },
+ [0x10AF2]={
+ category="po",
+ description="MANICHAEAN PUNCTUATION DOUBLE DOT WITHIN DOT",
+ direction="r",
+ linebreak="ba",
+ unicodeslot=0x10AF2,
+ },
+ [0x10AF3]={
+ category="po",
+ description="MANICHAEAN PUNCTUATION DOT WITHIN DOT",
+ direction="r",
+ linebreak="ba",
+ unicodeslot=0x10AF3,
+ },
+ [0x10AF4]={
+ category="po",
+ description="MANICHAEAN PUNCTUATION DOT",
+ direction="r",
+ linebreak="ba",
+ unicodeslot=0x10AF4,
+ },
+ [0x10AF5]={
+ category="po",
+ description="MANICHAEAN PUNCTUATION TWO DOTS",
+ direction="r",
+ linebreak="ba",
+ unicodeslot=0x10AF5,
+ },
+ [0x10AF6]={
+ category="po",
+ description="MANICHAEAN PUNCTUATION LINE FILLER",
+ direction="r",
+ linebreak="in",
+ unicodeslot=0x10AF6,
+ },
[0x10B00]={
category="lo",
description="AVESTAN LETTER A",
@@ -139975,6 +148499,234 @@ characters.data={
linebreak="al",
unicodeslot=0x10B7F,
},
+ [0x10B80]={
+ arabic="d",
+ category="lo",
+ description="PSALTER PAHLAVI LETTER ALEPH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10B80,
+ },
+ [0x10B81]={
+ arabic="r",
+ category="lo",
+ description="PSALTER PAHLAVI LETTER BETH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10B81,
+ },
+ [0x10B82]={
+ arabic="d",
+ category="lo",
+ description="PSALTER PAHLAVI LETTER GIMEL",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10B82,
+ },
+ [0x10B83]={
+ arabic="r",
+ category="lo",
+ description="PSALTER PAHLAVI LETTER DALETH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10B83,
+ },
+ [0x10B84]={
+ arabic="r",
+ category="lo",
+ description="PSALTER PAHLAVI LETTER HE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10B84,
+ },
+ [0x10B85]={
+ arabic="r",
+ category="lo",
+ description="PSALTER PAHLAVI LETTER WAW-AYIN-RESH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10B85,
+ },
+ [0x10B86]={
+ arabic="d",
+ category="lo",
+ description="PSALTER PAHLAVI LETTER ZAYIN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10B86,
+ },
+ [0x10B87]={
+ arabic="d",
+ category="lo",
+ description="PSALTER PAHLAVI LETTER HETH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10B87,
+ },
+ [0x10B88]={
+ arabic="d",
+ category="lo",
+ description="PSALTER PAHLAVI LETTER YODH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10B88,
+ },
+ [0x10B89]={
+ arabic="r",
+ category="lo",
+ description="PSALTER PAHLAVI LETTER KAPH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10B89,
+ },
+ [0x10B8A]={
+ arabic="d",
+ category="lo",
+ description="PSALTER PAHLAVI LETTER LAMEDH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10B8A,
+ },
+ [0x10B8B]={
+ arabic="d",
+ category="lo",
+ description="PSALTER PAHLAVI LETTER MEM-QOPH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10B8B,
+ },
+ [0x10B8C]={
+ arabic="r",
+ category="lo",
+ description="PSALTER PAHLAVI LETTER NUN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10B8C,
+ },
+ [0x10B8D]={
+ arabic="d",
+ category="lo",
+ description="PSALTER PAHLAVI LETTER SAMEKH",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10B8D,
+ },
+ [0x10B8E]={
+ arabic="r",
+ category="lo",
+ description="PSALTER PAHLAVI LETTER PE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10B8E,
+ },
+ [0x10B8F]={
+ arabic="r",
+ category="lo",
+ description="PSALTER PAHLAVI LETTER SADHE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10B8F,
+ },
+ [0x10B90]={
+ arabic="d",
+ category="lo",
+ description="PSALTER PAHLAVI LETTER SHIN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10B90,
+ },
+ [0x10B91]={
+ arabic="r",
+ category="lo",
+ description="PSALTER PAHLAVI LETTER TAW",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10B91,
+ },
+ [0x10B99]={
+ category="po",
+ description="PSALTER PAHLAVI SECTION MARK",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10B99,
+ },
+ [0x10B9A]={
+ category="po",
+ description="PSALTER PAHLAVI TURNED SECTION MARK",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10B9A,
+ },
+ [0x10B9B]={
+ category="po",
+ description="PSALTER PAHLAVI FOUR DOTS WITH CROSS",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10B9B,
+ },
+ [0x10B9C]={
+ category="po",
+ description="PSALTER PAHLAVI FOUR DOTS WITH DOT",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10B9C,
+ },
+ [0x10BA9]={
+ arabic="r",
+ category="no",
+ description="PSALTER PAHLAVI NUMBER ONE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10BA9,
+ },
+ [0x10BAA]={
+ arabic="r",
+ category="no",
+ description="PSALTER PAHLAVI NUMBER TWO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10BAA,
+ },
+ [0x10BAB]={
+ arabic="r",
+ category="no",
+ description="PSALTER PAHLAVI NUMBER THREE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10BAB,
+ },
+ [0x10BAC]={
+ arabic="r",
+ category="no",
+ description="PSALTER PAHLAVI NUMBER FOUR",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10BAC,
+ },
+ [0x10BAD]={
+ arabic="d",
+ category="no",
+ description="PSALTER PAHLAVI NUMBER TEN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10BAD,
+ },
+ [0x10BAE]={
+ arabic="d",
+ category="no",
+ description="PSALTER PAHLAVI NUMBER TWENTY",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10BAE,
+ },
+ [0x10BAF]={
+ arabic="u",
+ category="no",
+ description="PSALTER PAHLAVI NUMBER ONE HUNDRED",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x10BAF,
+ },
[0x10C00]={
category="lo",
description="OLD TURKIC LETTER ORKHON A",
@@ -141195,6 +149947,7 @@ characters.data={
},
[0x11046]={
category="mn",
+ combining=0x9,
description="BRAHMI VIRAMA",
direction="nsm",
linebreak="cm",
@@ -141459,6 +150212,14 @@ characters.data={
linebreak="nu",
unicodeslot=0x1106F,
},
+ [0x1107F]={
+ category="mn",
+ combining=0x9,
+ description="BRAHMI NUMBER JOINER",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1107F,
+ },
[0x11080]={
category="mn",
description="KAITHI SIGN CANDRABINDU",
@@ -141863,6 +150624,7 @@ characters.data={
},
[0x110B9]={
category="mn",
+ combining=0x9,
description="KAITHI SIGN VIRAMA",
direction="nsm",
linebreak="cm",
@@ -141870,6 +150632,7 @@ characters.data={
},
[0x110BA]={
category="mn",
+ combining=0x7,
description="KAITHI SIGN NUKTA",
direction="nsm",
linebreak="cm",
@@ -142171,6 +150934,7 @@ characters.data={
},
[0x11100]={
category="mn",
+ combining=0xE6,
description="CHAKMA SIGN CANDRABINDU",
direction="nsm",
linebreak="cm",
@@ -142178,6 +150942,7 @@ characters.data={
},
[0x11101]={
category="mn",
+ combining=0xE6,
description="CHAKMA SIGN ANUSVARA",
direction="nsm",
linebreak="cm",
@@ -142185,6 +150950,7 @@ characters.data={
},
[0x11102]={
category="mn",
+ combining=0xE6,
description="CHAKMA SIGN VISARGA",
direction="nsm",
linebreak="cm",
@@ -142530,6 +151296,7 @@ characters.data={
},
[0x11133]={
category="mn",
+ combining=0x9,
description="CHAKMA VIRAMA",
direction="nsm",
linebreak="cm",
@@ -142537,6 +151304,7 @@ characters.data={
},
[0x11134]={
category="mn",
+ combining=0x9,
description="CHAKMA MAAYYAA",
direction="nsm",
linebreak="cm",
@@ -142640,6 +151408,280 @@ characters.data={
linebreak="ba",
unicodeslot=0x11143,
},
+ [0x11150]={
+ category="lo",
+ description="MAHAJANI LETTER A",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11150,
+ },
+ [0x11151]={
+ category="lo",
+ description="MAHAJANI LETTER I",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11151,
+ },
+ [0x11152]={
+ category="lo",
+ description="MAHAJANI LETTER U",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11152,
+ },
+ [0x11153]={
+ category="lo",
+ description="MAHAJANI LETTER E",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11153,
+ },
+ [0x11154]={
+ category="lo",
+ description="MAHAJANI LETTER O",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11154,
+ },
+ [0x11155]={
+ category="lo",
+ description="MAHAJANI LETTER KA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11155,
+ },
+ [0x11156]={
+ category="lo",
+ description="MAHAJANI LETTER KHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11156,
+ },
+ [0x11157]={
+ category="lo",
+ description="MAHAJANI LETTER GA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11157,
+ },
+ [0x11158]={
+ category="lo",
+ description="MAHAJANI LETTER GHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11158,
+ },
+ [0x11159]={
+ category="lo",
+ description="MAHAJANI LETTER CA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11159,
+ },
+ [0x1115A]={
+ category="lo",
+ description="MAHAJANI LETTER CHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1115A,
+ },
+ [0x1115B]={
+ category="lo",
+ description="MAHAJANI LETTER JA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1115B,
+ },
+ [0x1115C]={
+ category="lo",
+ description="MAHAJANI LETTER JHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1115C,
+ },
+ [0x1115D]={
+ category="lo",
+ description="MAHAJANI LETTER NYA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1115D,
+ },
+ [0x1115E]={
+ category="lo",
+ description="MAHAJANI LETTER TTA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1115E,
+ },
+ [0x1115F]={
+ category="lo",
+ description="MAHAJANI LETTER TTHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1115F,
+ },
+ [0x11160]={
+ category="lo",
+ description="MAHAJANI LETTER DDA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11160,
+ },
+ [0x11161]={
+ category="lo",
+ description="MAHAJANI LETTER DDHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11161,
+ },
+ [0x11162]={
+ category="lo",
+ description="MAHAJANI LETTER NNA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11162,
+ },
+ [0x11163]={
+ category="lo",
+ description="MAHAJANI LETTER TA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11163,
+ },
+ [0x11164]={
+ category="lo",
+ description="MAHAJANI LETTER THA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11164,
+ },
+ [0x11165]={
+ category="lo",
+ description="MAHAJANI LETTER DA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11165,
+ },
+ [0x11166]={
+ category="lo",
+ description="MAHAJANI LETTER DHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11166,
+ },
+ [0x11167]={
+ category="lo",
+ description="MAHAJANI LETTER NA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11167,
+ },
+ [0x11168]={
+ category="lo",
+ description="MAHAJANI LETTER PA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11168,
+ },
+ [0x11169]={
+ category="lo",
+ description="MAHAJANI LETTER PHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11169,
+ },
+ [0x1116A]={
+ category="lo",
+ description="MAHAJANI LETTER BA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1116A,
+ },
+ [0x1116B]={
+ category="lo",
+ description="MAHAJANI LETTER BHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1116B,
+ },
+ [0x1116C]={
+ category="lo",
+ description="MAHAJANI LETTER MA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1116C,
+ },
+ [0x1116D]={
+ category="lo",
+ description="MAHAJANI LETTER RA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1116D,
+ },
+ [0x1116E]={
+ category="lo",
+ description="MAHAJANI LETTER LA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1116E,
+ },
+ [0x1116F]={
+ category="lo",
+ description="MAHAJANI LETTER VA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1116F,
+ },
+ [0x11170]={
+ category="lo",
+ description="MAHAJANI LETTER SA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11170,
+ },
+ [0x11171]={
+ category="lo",
+ description="MAHAJANI LETTER HA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11171,
+ },
+ [0x11172]={
+ category="lo",
+ description="MAHAJANI LETTER RRA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11172,
+ },
+ [0x11173]={
+ category="mn",
+ combining=0x7,
+ description="MAHAJANI SIGN NUKTA",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x11173,
+ },
+ [0x11174]={
+ category="po",
+ description="MAHAJANI ABBREVIATION SIGN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11174,
+ },
+ [0x11175]={
+ category="po",
+ description="MAHAJANI SECTION MARK",
+ direction="l",
+ linebreak="bb",
+ unicodeslot=0x11175,
+ },
+ [0x11176]={
+ category="lo",
+ description="MAHAJANI LIGATURE SHRI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11176,
+ },
[0x11180]={
category="mn",
description="SHARADA SIGN CANDRABINDU",
@@ -143090,6 +152132,7 @@ characters.data={
},
[0x111C0]={
category="mc",
+ combining=0x9,
description="SHARADA SIGN VIRAMA",
direction="l",
linebreak="cm",
@@ -143151,6 +152194,13 @@ characters.data={
linebreak="ba",
unicodeslot=0x111C8,
},
+ [0x111CD]={
+ category="po",
+ description="SHARADA SUTRA MARK",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x111CD,
+ },
[0x111D0]={
category="nd",
description="SHARADA DIGIT ZERO",
@@ -143221,6 +152271,3305 @@ characters.data={
linebreak="nu",
unicodeslot=0x111D9,
},
+ [0x111DA]={
+ category="lo",
+ description="SHARADA EKAM",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x111DA,
+ },
+ [0x111E1]={
+ category="no",
+ description="SINHALA ARCHAIC DIGIT ONE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x111E1,
+ },
+ [0x111E2]={
+ category="no",
+ description="SINHALA ARCHAIC DIGIT TWO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x111E2,
+ },
+ [0x111E3]={
+ category="no",
+ description="SINHALA ARCHAIC DIGIT THREE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x111E3,
+ },
+ [0x111E4]={
+ category="no",
+ description="SINHALA ARCHAIC DIGIT FOUR",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x111E4,
+ },
+ [0x111E5]={
+ category="no",
+ description="SINHALA ARCHAIC DIGIT FIVE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x111E5,
+ },
+ [0x111E6]={
+ category="no",
+ description="SINHALA ARCHAIC DIGIT SIX",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x111E6,
+ },
+ [0x111E7]={
+ category="no",
+ description="SINHALA ARCHAIC DIGIT SEVEN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x111E7,
+ },
+ [0x111E8]={
+ category="no",
+ description="SINHALA ARCHAIC DIGIT EIGHT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x111E8,
+ },
+ [0x111E9]={
+ category="no",
+ description="SINHALA ARCHAIC DIGIT NINE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x111E9,
+ },
+ [0x111EA]={
+ category="no",
+ description="SINHALA ARCHAIC NUMBER TEN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x111EA,
+ },
+ [0x111EB]={
+ category="no",
+ description="SINHALA ARCHAIC NUMBER TWENTY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x111EB,
+ },
+ [0x111EC]={
+ category="no",
+ description="SINHALA ARCHAIC NUMBER THIRTY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x111EC,
+ },
+ [0x111ED]={
+ category="no",
+ description="SINHALA ARCHAIC NUMBER FORTY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x111ED,
+ },
+ [0x111EE]={
+ category="no",
+ description="SINHALA ARCHAIC NUMBER FIFTY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x111EE,
+ },
+ [0x111EF]={
+ category="no",
+ description="SINHALA ARCHAIC NUMBER SIXTY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x111EF,
+ },
+ [0x111F0]={
+ category="no",
+ description="SINHALA ARCHAIC NUMBER SEVENTY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x111F0,
+ },
+ [0x111F1]={
+ category="no",
+ description="SINHALA ARCHAIC NUMBER EIGHTY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x111F1,
+ },
+ [0x111F2]={
+ category="no",
+ description="SINHALA ARCHAIC NUMBER NINETY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x111F2,
+ },
+ [0x111F3]={
+ category="no",
+ description="SINHALA ARCHAIC NUMBER ONE HUNDRED",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x111F3,
+ },
+ [0x111F4]={
+ category="no",
+ description="SINHALA ARCHAIC NUMBER ONE THOUSAND",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x111F4,
+ },
+ [0x11200]={
+ category="lo",
+ description="KHOJKI LETTER A",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11200,
+ },
+ [0x11201]={
+ category="lo",
+ description="KHOJKI LETTER AA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11201,
+ },
+ [0x11202]={
+ category="lo",
+ description="KHOJKI LETTER I",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11202,
+ },
+ [0x11203]={
+ category="lo",
+ description="KHOJKI LETTER U",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11203,
+ },
+ [0x11204]={
+ category="lo",
+ description="KHOJKI LETTER E",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11204,
+ },
+ [0x11205]={
+ category="lo",
+ description="KHOJKI LETTER AI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11205,
+ },
+ [0x11206]={
+ category="lo",
+ description="KHOJKI LETTER O",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11206,
+ },
+ [0x11207]={
+ category="lo",
+ description="KHOJKI LETTER AU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11207,
+ },
+ [0x11208]={
+ category="lo",
+ description="KHOJKI LETTER KA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11208,
+ },
+ [0x11209]={
+ category="lo",
+ description="KHOJKI LETTER KHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11209,
+ },
+ [0x1120A]={
+ category="lo",
+ description="KHOJKI LETTER GA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1120A,
+ },
+ [0x1120B]={
+ category="lo",
+ description="KHOJKI LETTER GGA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1120B,
+ },
+ [0x1120C]={
+ category="lo",
+ description="KHOJKI LETTER GHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1120C,
+ },
+ [0x1120D]={
+ category="lo",
+ description="KHOJKI LETTER NGA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1120D,
+ },
+ [0x1120E]={
+ category="lo",
+ description="KHOJKI LETTER CA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1120E,
+ },
+ [0x1120F]={
+ category="lo",
+ description="KHOJKI LETTER CHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1120F,
+ },
+ [0x11210]={
+ category="lo",
+ description="KHOJKI LETTER JA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11210,
+ },
+ [0x11211]={
+ category="lo",
+ description="KHOJKI LETTER JJA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11211,
+ },
+ [0x11213]={
+ category="lo",
+ description="KHOJKI LETTER NYA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11213,
+ },
+ [0x11214]={
+ category="lo",
+ description="KHOJKI LETTER TTA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11214,
+ },
+ [0x11215]={
+ category="lo",
+ description="KHOJKI LETTER TTHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11215,
+ },
+ [0x11216]={
+ category="lo",
+ description="KHOJKI LETTER DDA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11216,
+ },
+ [0x11217]={
+ category="lo",
+ description="KHOJKI LETTER DDHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11217,
+ },
+ [0x11218]={
+ category="lo",
+ description="KHOJKI LETTER NNA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11218,
+ },
+ [0x11219]={
+ category="lo",
+ description="KHOJKI LETTER TA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11219,
+ },
+ [0x1121A]={
+ category="lo",
+ description="KHOJKI LETTER THA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1121A,
+ },
+ [0x1121B]={
+ category="lo",
+ description="KHOJKI LETTER DA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1121B,
+ },
+ [0x1121C]={
+ category="lo",
+ description="KHOJKI LETTER DDDA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1121C,
+ },
+ [0x1121D]={
+ category="lo",
+ description="KHOJKI LETTER DHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1121D,
+ },
+ [0x1121E]={
+ category="lo",
+ description="KHOJKI LETTER NA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1121E,
+ },
+ [0x1121F]={
+ category="lo",
+ description="KHOJKI LETTER PA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1121F,
+ },
+ [0x11220]={
+ category="lo",
+ description="KHOJKI LETTER PHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11220,
+ },
+ [0x11221]={
+ category="lo",
+ description="KHOJKI LETTER BA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11221,
+ },
+ [0x11222]={
+ category="lo",
+ description="KHOJKI LETTER BBA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11222,
+ },
+ [0x11223]={
+ category="lo",
+ description="KHOJKI LETTER BHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11223,
+ },
+ [0x11224]={
+ category="lo",
+ description="KHOJKI LETTER MA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11224,
+ },
+ [0x11225]={
+ category="lo",
+ description="KHOJKI LETTER YA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11225,
+ },
+ [0x11226]={
+ category="lo",
+ description="KHOJKI LETTER RA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11226,
+ },
+ [0x11227]={
+ category="lo",
+ description="KHOJKI LETTER LA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11227,
+ },
+ [0x11228]={
+ category="lo",
+ description="KHOJKI LETTER VA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11228,
+ },
+ [0x11229]={
+ category="lo",
+ description="KHOJKI LETTER SA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11229,
+ },
+ [0x1122A]={
+ category="lo",
+ description="KHOJKI LETTER HA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1122A,
+ },
+ [0x1122B]={
+ category="lo",
+ description="KHOJKI LETTER LLA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1122B,
+ },
+ [0x1122C]={
+ category="mc",
+ description="KHOJKI VOWEL SIGN AA",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x1122C,
+ },
+ [0x1122D]={
+ category="mc",
+ description="KHOJKI VOWEL SIGN I",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x1122D,
+ },
+ [0x1122E]={
+ category="mc",
+ description="KHOJKI VOWEL SIGN II",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x1122E,
+ },
+ [0x1122F]={
+ category="mn",
+ description="KHOJKI VOWEL SIGN U",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1122F,
+ },
+ [0x11230]={
+ category="mn",
+ description="KHOJKI VOWEL SIGN E",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x11230,
+ },
+ [0x11231]={
+ category="mn",
+ description="KHOJKI VOWEL SIGN AI",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x11231,
+ },
+ [0x11232]={
+ category="mc",
+ description="KHOJKI VOWEL SIGN O",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x11232,
+ },
+ [0x11233]={
+ category="mc",
+ description="KHOJKI VOWEL SIGN AU",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x11233,
+ },
+ [0x11234]={
+ category="mn",
+ description="KHOJKI SIGN ANUSVARA",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x11234,
+ },
+ [0x11235]={
+ category="mc",
+ combining=0x9,
+ description="KHOJKI SIGN VIRAMA",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x11235,
+ },
+ [0x11236]={
+ category="mn",
+ combining=0x7,
+ description="KHOJKI SIGN NUKTA",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x11236,
+ },
+ [0x11237]={
+ category="mn",
+ description="KHOJKI SIGN SHADDA",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x11237,
+ },
+ [0x11238]={
+ category="po",
+ description="KHOJKI DANDA",
+ direction="l",
+ linebreak="ba",
+ unicodeslot=0x11238,
+ },
+ [0x11239]={
+ category="po",
+ description="KHOJKI DOUBLE DANDA",
+ direction="l",
+ linebreak="ba",
+ unicodeslot=0x11239,
+ },
+ [0x1123A]={
+ category="po",
+ description="KHOJKI WORD SEPARATOR",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1123A,
+ },
+ [0x1123B]={
+ category="po",
+ description="KHOJKI SECTION MARK",
+ direction="l",
+ linebreak="ba",
+ unicodeslot=0x1123B,
+ },
+ [0x1123C]={
+ category="po",
+ description="KHOJKI DOUBLE SECTION MARK",
+ direction="l",
+ linebreak="ba",
+ unicodeslot=0x1123C,
+ },
+ [0x1123D]={
+ category="po",
+ description="KHOJKI ABBREVIATION SIGN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1123D,
+ },
+ [0x112B0]={
+ category="lo",
+ description="KHUDAWADI LETTER A",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112B0,
+ },
+ [0x112B1]={
+ category="lo",
+ description="KHUDAWADI LETTER AA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112B1,
+ },
+ [0x112B2]={
+ category="lo",
+ description="KHUDAWADI LETTER I",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112B2,
+ },
+ [0x112B3]={
+ category="lo",
+ description="KHUDAWADI LETTER II",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112B3,
+ },
+ [0x112B4]={
+ category="lo",
+ description="KHUDAWADI LETTER U",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112B4,
+ },
+ [0x112B5]={
+ category="lo",
+ description="KHUDAWADI LETTER UU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112B5,
+ },
+ [0x112B6]={
+ category="lo",
+ description="KHUDAWADI LETTER E",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112B6,
+ },
+ [0x112B7]={
+ category="lo",
+ description="KHUDAWADI LETTER AI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112B7,
+ },
+ [0x112B8]={
+ category="lo",
+ description="KHUDAWADI LETTER O",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112B8,
+ },
+ [0x112B9]={
+ category="lo",
+ description="KHUDAWADI LETTER AU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112B9,
+ },
+ [0x112BA]={
+ category="lo",
+ description="KHUDAWADI LETTER KA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112BA,
+ },
+ [0x112BB]={
+ category="lo",
+ description="KHUDAWADI LETTER KHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112BB,
+ },
+ [0x112BC]={
+ category="lo",
+ description="KHUDAWADI LETTER GA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112BC,
+ },
+ [0x112BD]={
+ category="lo",
+ description="KHUDAWADI LETTER GGA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112BD,
+ },
+ [0x112BE]={
+ category="lo",
+ description="KHUDAWADI LETTER GHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112BE,
+ },
+ [0x112BF]={
+ category="lo",
+ description="KHUDAWADI LETTER NGA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112BF,
+ },
+ [0x112C0]={
+ category="lo",
+ description="KHUDAWADI LETTER CA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112C0,
+ },
+ [0x112C1]={
+ category="lo",
+ description="KHUDAWADI LETTER CHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112C1,
+ },
+ [0x112C2]={
+ category="lo",
+ description="KHUDAWADI LETTER JA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112C2,
+ },
+ [0x112C3]={
+ category="lo",
+ description="KHUDAWADI LETTER JJA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112C3,
+ },
+ [0x112C4]={
+ category="lo",
+ description="KHUDAWADI LETTER JHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112C4,
+ },
+ [0x112C5]={
+ category="lo",
+ description="KHUDAWADI LETTER NYA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112C5,
+ },
+ [0x112C6]={
+ category="lo",
+ description="KHUDAWADI LETTER TTA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112C6,
+ },
+ [0x112C7]={
+ category="lo",
+ description="KHUDAWADI LETTER TTHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112C7,
+ },
+ [0x112C8]={
+ category="lo",
+ description="KHUDAWADI LETTER DDA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112C8,
+ },
+ [0x112C9]={
+ category="lo",
+ description="KHUDAWADI LETTER DDDA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112C9,
+ },
+ [0x112CA]={
+ category="lo",
+ description="KHUDAWADI LETTER RRA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112CA,
+ },
+ [0x112CB]={
+ category="lo",
+ description="KHUDAWADI LETTER DDHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112CB,
+ },
+ [0x112CC]={
+ category="lo",
+ description="KHUDAWADI LETTER NNA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112CC,
+ },
+ [0x112CD]={
+ category="lo",
+ description="KHUDAWADI LETTER TA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112CD,
+ },
+ [0x112CE]={
+ category="lo",
+ description="KHUDAWADI LETTER THA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112CE,
+ },
+ [0x112CF]={
+ category="lo",
+ description="KHUDAWADI LETTER DA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112CF,
+ },
+ [0x112D0]={
+ category="lo",
+ description="KHUDAWADI LETTER DHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112D0,
+ },
+ [0x112D1]={
+ category="lo",
+ description="KHUDAWADI LETTER NA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112D1,
+ },
+ [0x112D2]={
+ category="lo",
+ description="KHUDAWADI LETTER PA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112D2,
+ },
+ [0x112D3]={
+ category="lo",
+ description="KHUDAWADI LETTER PHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112D3,
+ },
+ [0x112D4]={
+ category="lo",
+ description="KHUDAWADI LETTER BA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112D4,
+ },
+ [0x112D5]={
+ category="lo",
+ description="KHUDAWADI LETTER BBA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112D5,
+ },
+ [0x112D6]={
+ category="lo",
+ description="KHUDAWADI LETTER BHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112D6,
+ },
+ [0x112D7]={
+ category="lo",
+ description="KHUDAWADI LETTER MA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112D7,
+ },
+ [0x112D8]={
+ category="lo",
+ description="KHUDAWADI LETTER YA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112D8,
+ },
+ [0x112D9]={
+ category="lo",
+ description="KHUDAWADI LETTER RA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112D9,
+ },
+ [0x112DA]={
+ category="lo",
+ description="KHUDAWADI LETTER LA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112DA,
+ },
+ [0x112DB]={
+ category="lo",
+ description="KHUDAWADI LETTER VA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112DB,
+ },
+ [0x112DC]={
+ category="lo",
+ description="KHUDAWADI LETTER SHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112DC,
+ },
+ [0x112DD]={
+ category="lo",
+ description="KHUDAWADI LETTER SA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112DD,
+ },
+ [0x112DE]={
+ category="lo",
+ description="KHUDAWADI LETTER HA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x112DE,
+ },
+ [0x112DF]={
+ category="mn",
+ description="KHUDAWADI SIGN ANUSVARA",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x112DF,
+ },
+ [0x112E0]={
+ category="mc",
+ description="KHUDAWADI VOWEL SIGN AA",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x112E0,
+ },
+ [0x112E1]={
+ category="mc",
+ description="KHUDAWADI VOWEL SIGN I",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x112E1,
+ },
+ [0x112E2]={
+ category="mc",
+ description="KHUDAWADI VOWEL SIGN II",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x112E2,
+ },
+ [0x112E3]={
+ category="mn",
+ description="KHUDAWADI VOWEL SIGN U",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x112E3,
+ },
+ [0x112E4]={
+ category="mn",
+ description="KHUDAWADI VOWEL SIGN UU",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x112E4,
+ },
+ [0x112E5]={
+ category="mn",
+ description="KHUDAWADI VOWEL SIGN E",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x112E5,
+ },
+ [0x112E6]={
+ category="mn",
+ description="KHUDAWADI VOWEL SIGN AI",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x112E6,
+ },
+ [0x112E7]={
+ category="mn",
+ description="KHUDAWADI VOWEL SIGN O",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x112E7,
+ },
+ [0x112E8]={
+ category="mn",
+ description="KHUDAWADI VOWEL SIGN AU",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x112E8,
+ },
+ [0x112E9]={
+ category="mn",
+ combining=0x7,
+ description="KHUDAWADI SIGN NUKTA",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x112E9,
+ },
+ [0x112EA]={
+ category="mn",
+ combining=0x9,
+ description="KHUDAWADI SIGN VIRAMA",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x112EA,
+ },
+ [0x112F0]={
+ category="nd",
+ description="KHUDAWADI DIGIT ZERO",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x112F0,
+ },
+ [0x112F1]={
+ category="nd",
+ description="KHUDAWADI DIGIT ONE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x112F1,
+ },
+ [0x112F2]={
+ category="nd",
+ description="KHUDAWADI DIGIT TWO",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x112F2,
+ },
+ [0x112F3]={
+ category="nd",
+ description="KHUDAWADI DIGIT THREE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x112F3,
+ },
+ [0x112F4]={
+ category="nd",
+ description="KHUDAWADI DIGIT FOUR",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x112F4,
+ },
+ [0x112F5]={
+ category="nd",
+ description="KHUDAWADI DIGIT FIVE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x112F5,
+ },
+ [0x112F6]={
+ category="nd",
+ description="KHUDAWADI DIGIT SIX",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x112F6,
+ },
+ [0x112F7]={
+ category="nd",
+ description="KHUDAWADI DIGIT SEVEN",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x112F7,
+ },
+ [0x112F8]={
+ category="nd",
+ description="KHUDAWADI DIGIT EIGHT",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x112F8,
+ },
+ [0x112F9]={
+ category="nd",
+ description="KHUDAWADI DIGIT NINE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x112F9,
+ },
+ [0x11301]={
+ category="mn",
+ description="GRANTHA SIGN CANDRABINDU",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x11301,
+ },
+ [0x11302]={
+ category="mc",
+ description="GRANTHA SIGN ANUSVARA",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x11302,
+ },
+ [0x11303]={
+ category="mc",
+ description="GRANTHA SIGN VISARGA",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x11303,
+ },
+ [0x11305]={
+ category="lo",
+ description="GRANTHA LETTER A",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11305,
+ },
+ [0x11306]={
+ category="lo",
+ description="GRANTHA LETTER AA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11306,
+ },
+ [0x11307]={
+ category="lo",
+ description="GRANTHA LETTER I",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11307,
+ },
+ [0x11308]={
+ category="lo",
+ description="GRANTHA LETTER II",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11308,
+ },
+ [0x11309]={
+ category="lo",
+ description="GRANTHA LETTER U",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11309,
+ },
+ [0x1130A]={
+ category="lo",
+ description="GRANTHA LETTER UU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1130A,
+ },
+ [0x1130B]={
+ category="lo",
+ description="GRANTHA LETTER VOCALIC R",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1130B,
+ },
+ [0x1130C]={
+ category="lo",
+ description="GRANTHA LETTER VOCALIC L",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1130C,
+ },
+ [0x1130F]={
+ category="lo",
+ description="GRANTHA LETTER EE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1130F,
+ },
+ [0x11310]={
+ category="lo",
+ description="GRANTHA LETTER AI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11310,
+ },
+ [0x11313]={
+ category="lo",
+ description="GRANTHA LETTER OO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11313,
+ },
+ [0x11314]={
+ category="lo",
+ description="GRANTHA LETTER AU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11314,
+ },
+ [0x11315]={
+ category="lo",
+ description="GRANTHA LETTER KA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11315,
+ },
+ [0x11316]={
+ category="lo",
+ description="GRANTHA LETTER KHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11316,
+ },
+ [0x11317]={
+ category="lo",
+ description="GRANTHA LETTER GA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11317,
+ },
+ [0x11318]={
+ category="lo",
+ description="GRANTHA LETTER GHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11318,
+ },
+ [0x11319]={
+ category="lo",
+ description="GRANTHA LETTER NGA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11319,
+ },
+ [0x1131A]={
+ category="lo",
+ description="GRANTHA LETTER CA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1131A,
+ },
+ [0x1131B]={
+ category="lo",
+ description="GRANTHA LETTER CHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1131B,
+ },
+ [0x1131C]={
+ category="lo",
+ description="GRANTHA LETTER JA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1131C,
+ },
+ [0x1131D]={
+ category="lo",
+ description="GRANTHA LETTER JHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1131D,
+ },
+ [0x1131E]={
+ category="lo",
+ description="GRANTHA LETTER NYA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1131E,
+ },
+ [0x1131F]={
+ category="lo",
+ description="GRANTHA LETTER TTA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1131F,
+ },
+ [0x11320]={
+ category="lo",
+ description="GRANTHA LETTER TTHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11320,
+ },
+ [0x11321]={
+ category="lo",
+ description="GRANTHA LETTER DDA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11321,
+ },
+ [0x11322]={
+ category="lo",
+ description="GRANTHA LETTER DDHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11322,
+ },
+ [0x11323]={
+ category="lo",
+ description="GRANTHA LETTER NNA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11323,
+ },
+ [0x11324]={
+ category="lo",
+ description="GRANTHA LETTER TA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11324,
+ },
+ [0x11325]={
+ category="lo",
+ description="GRANTHA LETTER THA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11325,
+ },
+ [0x11326]={
+ category="lo",
+ description="GRANTHA LETTER DA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11326,
+ },
+ [0x11327]={
+ category="lo",
+ description="GRANTHA LETTER DHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11327,
+ },
+ [0x11328]={
+ category="lo",
+ description="GRANTHA LETTER NA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11328,
+ },
+ [0x1132A]={
+ category="lo",
+ description="GRANTHA LETTER PA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1132A,
+ },
+ [0x1132B]={
+ category="lo",
+ description="GRANTHA LETTER PHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1132B,
+ },
+ [0x1132C]={
+ category="lo",
+ description="GRANTHA LETTER BA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1132C,
+ },
+ [0x1132D]={
+ category="lo",
+ description="GRANTHA LETTER BHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1132D,
+ },
+ [0x1132E]={
+ category="lo",
+ description="GRANTHA LETTER MA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1132E,
+ },
+ [0x1132F]={
+ category="lo",
+ description="GRANTHA LETTER YA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1132F,
+ },
+ [0x11330]={
+ category="lo",
+ description="GRANTHA LETTER RA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11330,
+ },
+ [0x11332]={
+ category="lo",
+ description="GRANTHA LETTER LA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11332,
+ },
+ [0x11333]={
+ category="lo",
+ description="GRANTHA LETTER LLA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11333,
+ },
+ [0x11335]={
+ category="lo",
+ description="GRANTHA LETTER VA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11335,
+ },
+ [0x11336]={
+ category="lo",
+ description="GRANTHA LETTER SHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11336,
+ },
+ [0x11337]={
+ category="lo",
+ description="GRANTHA LETTER SSA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11337,
+ },
+ [0x11338]={
+ category="lo",
+ description="GRANTHA LETTER SA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11338,
+ },
+ [0x11339]={
+ category="lo",
+ description="GRANTHA LETTER HA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11339,
+ },
+ [0x1133C]={
+ category="mn",
+ combining=0x7,
+ description="GRANTHA SIGN NUKTA",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1133C,
+ },
+ [0x1133D]={
+ category="lo",
+ description="GRANTHA SIGN AVAGRAHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1133D,
+ },
+ [0x1133E]={
+ category="mc",
+ description="GRANTHA VOWEL SIGN AA",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x1133E,
+ },
+ [0x1133F]={
+ category="mc",
+ description="GRANTHA VOWEL SIGN I",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x1133F,
+ },
+ [0x11340]={
+ category="mn",
+ description="GRANTHA VOWEL SIGN II",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x11340,
+ },
+ [0x11341]={
+ category="mc",
+ description="GRANTHA VOWEL SIGN U",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x11341,
+ },
+ [0x11342]={
+ category="mc",
+ description="GRANTHA VOWEL SIGN UU",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x11342,
+ },
+ [0x11343]={
+ category="mc",
+ description="GRANTHA VOWEL SIGN VOCALIC R",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x11343,
+ },
+ [0x11344]={
+ category="mc",
+ description="GRANTHA VOWEL SIGN VOCALIC RR",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x11344,
+ },
+ [0x11347]={
+ category="mc",
+ description="GRANTHA VOWEL SIGN EE",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x11347,
+ },
+ [0x11348]={
+ category="mc",
+ description="GRANTHA VOWEL SIGN AI",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x11348,
+ },
+ [0x1134B]={
+ category="mc",
+ description="GRANTHA VOWEL SIGN OO",
+ direction="l",
+ linebreak="cm",
+ specials={ "char", 0x11347, 0x1133E },
+ unicodeslot=0x1134B,
+ },
+ [0x1134C]={
+ category="mc",
+ description="GRANTHA VOWEL SIGN AU",
+ direction="l",
+ linebreak="cm",
+ specials={ "char", 0x11347, 0x11357 },
+ unicodeslot=0x1134C,
+ },
+ [0x1134D]={
+ category="mc",
+ combining=0x9,
+ description="GRANTHA SIGN VIRAMA",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x1134D,
+ },
+ [0x11357]={
+ category="mc",
+ description="GRANTHA AU LENGTH MARK",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x11357,
+ },
+ [0x1135D]={
+ category="lo",
+ description="GRANTHA SIGN PLUTA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1135D,
+ },
+ [0x1135E]={
+ category="lo",
+ description="GRANTHA LETTER VEDIC ANUSVARA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1135E,
+ },
+ [0x1135F]={
+ category="lo",
+ description="GRANTHA LETTER VEDIC DOUBLE ANUSVARA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1135F,
+ },
+ [0x11360]={
+ category="lo",
+ description="GRANTHA LETTER VOCALIC RR",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11360,
+ },
+ [0x11361]={
+ category="lo",
+ description="GRANTHA LETTER VOCALIC LL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11361,
+ },
+ [0x11362]={
+ category="mc",
+ description="GRANTHA VOWEL SIGN VOCALIC L",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x11362,
+ },
+ [0x11363]={
+ category="mc",
+ description="GRANTHA VOWEL SIGN VOCALIC LL",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x11363,
+ },
+ [0x11366]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING GRANTHA DIGIT ZERO",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x11366,
+ },
+ [0x11367]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING GRANTHA DIGIT ONE",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x11367,
+ },
+ [0x11368]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING GRANTHA DIGIT TWO",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x11368,
+ },
+ [0x11369]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING GRANTHA DIGIT THREE",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x11369,
+ },
+ [0x1136A]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING GRANTHA DIGIT FOUR",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1136A,
+ },
+ [0x1136B]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING GRANTHA DIGIT FIVE",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1136B,
+ },
+ [0x1136C]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING GRANTHA DIGIT SIX",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1136C,
+ },
+ [0x11370]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING GRANTHA LETTER A",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x11370,
+ },
+ [0x11371]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING GRANTHA LETTER KA",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x11371,
+ },
+ [0x11372]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING GRANTHA LETTER NA",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x11372,
+ },
+ [0x11373]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING GRANTHA LETTER VI",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x11373,
+ },
+ [0x11374]={
+ category="mn",
+ combining=0xE6,
+ description="COMBINING GRANTHA LETTER PA",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x11374,
+ },
+ [0x11480]={
+ category="lo",
+ description="TIRHUTA ANJI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11480,
+ },
+ [0x11481]={
+ category="lo",
+ description="TIRHUTA LETTER A",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11481,
+ },
+ [0x11482]={
+ category="lo",
+ description="TIRHUTA LETTER AA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11482,
+ },
+ [0x11483]={
+ category="lo",
+ description="TIRHUTA LETTER I",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11483,
+ },
+ [0x11484]={
+ category="lo",
+ description="TIRHUTA LETTER II",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11484,
+ },
+ [0x11485]={
+ category="lo",
+ description="TIRHUTA LETTER U",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11485,
+ },
+ [0x11486]={
+ category="lo",
+ description="TIRHUTA LETTER UU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11486,
+ },
+ [0x11487]={
+ category="lo",
+ description="TIRHUTA LETTER VOCALIC R",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11487,
+ },
+ [0x11488]={
+ category="lo",
+ description="TIRHUTA LETTER VOCALIC RR",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11488,
+ },
+ [0x11489]={
+ category="lo",
+ description="TIRHUTA LETTER VOCALIC L",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11489,
+ },
+ [0x1148A]={
+ category="lo",
+ description="TIRHUTA LETTER VOCALIC LL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1148A,
+ },
+ [0x1148B]={
+ category="lo",
+ description="TIRHUTA LETTER E",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1148B,
+ },
+ [0x1148C]={
+ category="lo",
+ description="TIRHUTA LETTER AI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1148C,
+ },
+ [0x1148D]={
+ category="lo",
+ description="TIRHUTA LETTER O",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1148D,
+ },
+ [0x1148E]={
+ category="lo",
+ description="TIRHUTA LETTER AU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1148E,
+ },
+ [0x1148F]={
+ category="lo",
+ description="TIRHUTA LETTER KA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1148F,
+ },
+ [0x11490]={
+ category="lo",
+ description="TIRHUTA LETTER KHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11490,
+ },
+ [0x11491]={
+ category="lo",
+ description="TIRHUTA LETTER GA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11491,
+ },
+ [0x11492]={
+ category="lo",
+ description="TIRHUTA LETTER GHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11492,
+ },
+ [0x11493]={
+ category="lo",
+ description="TIRHUTA LETTER NGA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11493,
+ },
+ [0x11494]={
+ category="lo",
+ description="TIRHUTA LETTER CA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11494,
+ },
+ [0x11495]={
+ category="lo",
+ description="TIRHUTA LETTER CHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11495,
+ },
+ [0x11496]={
+ category="lo",
+ description="TIRHUTA LETTER JA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11496,
+ },
+ [0x11497]={
+ category="lo",
+ description="TIRHUTA LETTER JHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11497,
+ },
+ [0x11498]={
+ category="lo",
+ description="TIRHUTA LETTER NYA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11498,
+ },
+ [0x11499]={
+ category="lo",
+ description="TIRHUTA LETTER TTA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11499,
+ },
+ [0x1149A]={
+ category="lo",
+ description="TIRHUTA LETTER TTHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1149A,
+ },
+ [0x1149B]={
+ category="lo",
+ description="TIRHUTA LETTER DDA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1149B,
+ },
+ [0x1149C]={
+ category="lo",
+ description="TIRHUTA LETTER DDHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1149C,
+ },
+ [0x1149D]={
+ category="lo",
+ description="TIRHUTA LETTER NNA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1149D,
+ },
+ [0x1149E]={
+ category="lo",
+ description="TIRHUTA LETTER TA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1149E,
+ },
+ [0x1149F]={
+ category="lo",
+ description="TIRHUTA LETTER THA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1149F,
+ },
+ [0x114A0]={
+ category="lo",
+ description="TIRHUTA LETTER DA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x114A0,
+ },
+ [0x114A1]={
+ category="lo",
+ description="TIRHUTA LETTER DHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x114A1,
+ },
+ [0x114A2]={
+ category="lo",
+ description="TIRHUTA LETTER NA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x114A2,
+ },
+ [0x114A3]={
+ category="lo",
+ description="TIRHUTA LETTER PA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x114A3,
+ },
+ [0x114A4]={
+ category="lo",
+ description="TIRHUTA LETTER PHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x114A4,
+ },
+ [0x114A5]={
+ category="lo",
+ description="TIRHUTA LETTER BA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x114A5,
+ },
+ [0x114A6]={
+ category="lo",
+ description="TIRHUTA LETTER BHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x114A6,
+ },
+ [0x114A7]={
+ category="lo",
+ description="TIRHUTA LETTER MA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x114A7,
+ },
+ [0x114A8]={
+ category="lo",
+ description="TIRHUTA LETTER YA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x114A8,
+ },
+ [0x114A9]={
+ category="lo",
+ description="TIRHUTA LETTER RA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x114A9,
+ },
+ [0x114AA]={
+ category="lo",
+ description="TIRHUTA LETTER LA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x114AA,
+ },
+ [0x114AB]={
+ category="lo",
+ description="TIRHUTA LETTER VA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x114AB,
+ },
+ [0x114AC]={
+ category="lo",
+ description="TIRHUTA LETTER SHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x114AC,
+ },
+ [0x114AD]={
+ category="lo",
+ description="TIRHUTA LETTER SSA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x114AD,
+ },
+ [0x114AE]={
+ category="lo",
+ description="TIRHUTA LETTER SA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x114AE,
+ },
+ [0x114AF]={
+ category="lo",
+ description="TIRHUTA LETTER HA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x114AF,
+ },
+ [0x114B0]={
+ category="mc",
+ description="TIRHUTA VOWEL SIGN AA",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x114B0,
+ },
+ [0x114B1]={
+ category="mc",
+ description="TIRHUTA VOWEL SIGN I",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x114B1,
+ },
+ [0x114B2]={
+ category="mc",
+ description="TIRHUTA VOWEL SIGN II",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x114B2,
+ },
+ [0x114B3]={
+ category="mn",
+ description="TIRHUTA VOWEL SIGN U",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x114B3,
+ },
+ [0x114B4]={
+ category="mn",
+ description="TIRHUTA VOWEL SIGN UU",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x114B4,
+ },
+ [0x114B5]={
+ category="mn",
+ description="TIRHUTA VOWEL SIGN VOCALIC R",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x114B5,
+ },
+ [0x114B6]={
+ category="mn",
+ description="TIRHUTA VOWEL SIGN VOCALIC RR",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x114B6,
+ },
+ [0x114B7]={
+ category="mn",
+ description="TIRHUTA VOWEL SIGN VOCALIC L",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x114B7,
+ },
+ [0x114B8]={
+ category="mn",
+ description="TIRHUTA VOWEL SIGN VOCALIC LL",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x114B8,
+ },
+ [0x114B9]={
+ category="mc",
+ description="TIRHUTA VOWEL SIGN E",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x114B9,
+ },
+ [0x114BA]={
+ category="mn",
+ description="TIRHUTA VOWEL SIGN SHORT E",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x114BA,
+ },
+ [0x114BB]={
+ category="mc",
+ description="TIRHUTA VOWEL SIGN AI",
+ direction="l",
+ linebreak="cm",
+ specials={ "char", 0x114B9, 0x114BA },
+ unicodeslot=0x114BB,
+ },
+ [0x114BC]={
+ category="mc",
+ description="TIRHUTA VOWEL SIGN O",
+ direction="l",
+ linebreak="cm",
+ specials={ "char", 0x114B9, 0x114B0 },
+ unicodeslot=0x114BC,
+ },
+ [0x114BD]={
+ category="mc",
+ description="TIRHUTA VOWEL SIGN SHORT O",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x114BD,
+ },
+ [0x114BE]={
+ category="mc",
+ description="TIRHUTA VOWEL SIGN AU",
+ direction="l",
+ linebreak="cm",
+ specials={ "char", 0x114B9, 0x114BD },
+ unicodeslot=0x114BE,
+ },
+ [0x114BF]={
+ category="mn",
+ description="TIRHUTA SIGN CANDRABINDU",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x114BF,
+ },
+ [0x114C0]={
+ category="mn",
+ description="TIRHUTA SIGN ANUSVARA",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x114C0,
+ },
+ [0x114C1]={
+ category="mc",
+ description="TIRHUTA SIGN VISARGA",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x114C1,
+ },
+ [0x114C2]={
+ category="mn",
+ combining=0x9,
+ description="TIRHUTA SIGN VIRAMA",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x114C2,
+ },
+ [0x114C3]={
+ category="mn",
+ combining=0x7,
+ description="TIRHUTA SIGN NUKTA",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x114C3,
+ },
+ [0x114C4]={
+ category="lo",
+ description="TIRHUTA SIGN AVAGRAHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x114C4,
+ },
+ [0x114C5]={
+ category="lo",
+ description="TIRHUTA GVANG",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x114C5,
+ },
+ [0x114C6]={
+ category="po",
+ description="TIRHUTA ABBREVIATION SIGN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x114C6,
+ },
+ [0x114C7]={
+ category="lo",
+ description="TIRHUTA OM",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x114C7,
+ },
+ [0x114D0]={
+ category="nd",
+ description="TIRHUTA DIGIT ZERO",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x114D0,
+ },
+ [0x114D1]={
+ category="nd",
+ description="TIRHUTA DIGIT ONE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x114D1,
+ },
+ [0x114D2]={
+ category="nd",
+ description="TIRHUTA DIGIT TWO",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x114D2,
+ },
+ [0x114D3]={
+ category="nd",
+ description="TIRHUTA DIGIT THREE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x114D3,
+ },
+ [0x114D4]={
+ category="nd",
+ description="TIRHUTA DIGIT FOUR",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x114D4,
+ },
+ [0x114D5]={
+ category="nd",
+ description="TIRHUTA DIGIT FIVE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x114D5,
+ },
+ [0x114D6]={
+ category="nd",
+ description="TIRHUTA DIGIT SIX",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x114D6,
+ },
+ [0x114D7]={
+ category="nd",
+ description="TIRHUTA DIGIT SEVEN",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x114D7,
+ },
+ [0x114D8]={
+ category="nd",
+ description="TIRHUTA DIGIT EIGHT",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x114D8,
+ },
+ [0x114D9]={
+ category="nd",
+ description="TIRHUTA DIGIT NINE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x114D9,
+ },
+ [0x11580]={
+ category="lo",
+ description="SIDDHAM LETTER A",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11580,
+ },
+ [0x11581]={
+ category="lo",
+ description="SIDDHAM LETTER AA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11581,
+ },
+ [0x11582]={
+ category="lo",
+ description="SIDDHAM LETTER I",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11582,
+ },
+ [0x11583]={
+ category="lo",
+ description="SIDDHAM LETTER II",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11583,
+ },
+ [0x11584]={
+ category="lo",
+ description="SIDDHAM LETTER U",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11584,
+ },
+ [0x11585]={
+ category="lo",
+ description="SIDDHAM LETTER UU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11585,
+ },
+ [0x11586]={
+ category="lo",
+ description="SIDDHAM LETTER VOCALIC R",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11586,
+ },
+ [0x11587]={
+ category="lo",
+ description="SIDDHAM LETTER VOCALIC RR",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11587,
+ },
+ [0x11588]={
+ category="lo",
+ description="SIDDHAM LETTER VOCALIC L",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11588,
+ },
+ [0x11589]={
+ category="lo",
+ description="SIDDHAM LETTER VOCALIC LL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11589,
+ },
+ [0x1158A]={
+ category="lo",
+ description="SIDDHAM LETTER E",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1158A,
+ },
+ [0x1158B]={
+ category="lo",
+ description="SIDDHAM LETTER AI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1158B,
+ },
+ [0x1158C]={
+ category="lo",
+ description="SIDDHAM LETTER O",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1158C,
+ },
+ [0x1158D]={
+ category="lo",
+ description="SIDDHAM LETTER AU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1158D,
+ },
+ [0x1158E]={
+ category="lo",
+ description="SIDDHAM LETTER KA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1158E,
+ },
+ [0x1158F]={
+ category="lo",
+ description="SIDDHAM LETTER KHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1158F,
+ },
+ [0x11590]={
+ category="lo",
+ description="SIDDHAM LETTER GA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11590,
+ },
+ [0x11591]={
+ category="lo",
+ description="SIDDHAM LETTER GHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11591,
+ },
+ [0x11592]={
+ category="lo",
+ description="SIDDHAM LETTER NGA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11592,
+ },
+ [0x11593]={
+ category="lo",
+ description="SIDDHAM LETTER CA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11593,
+ },
+ [0x11594]={
+ category="lo",
+ description="SIDDHAM LETTER CHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11594,
+ },
+ [0x11595]={
+ category="lo",
+ description="SIDDHAM LETTER JA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11595,
+ },
+ [0x11596]={
+ category="lo",
+ description="SIDDHAM LETTER JHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11596,
+ },
+ [0x11597]={
+ category="lo",
+ description="SIDDHAM LETTER NYA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11597,
+ },
+ [0x11598]={
+ category="lo",
+ description="SIDDHAM LETTER TTA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11598,
+ },
+ [0x11599]={
+ category="lo",
+ description="SIDDHAM LETTER TTHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11599,
+ },
+ [0x1159A]={
+ category="lo",
+ description="SIDDHAM LETTER DDA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1159A,
+ },
+ [0x1159B]={
+ category="lo",
+ description="SIDDHAM LETTER DDHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1159B,
+ },
+ [0x1159C]={
+ category="lo",
+ description="SIDDHAM LETTER NNA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1159C,
+ },
+ [0x1159D]={
+ category="lo",
+ description="SIDDHAM LETTER TA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1159D,
+ },
+ [0x1159E]={
+ category="lo",
+ description="SIDDHAM LETTER THA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1159E,
+ },
+ [0x1159F]={
+ category="lo",
+ description="SIDDHAM LETTER DA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1159F,
+ },
+ [0x115A0]={
+ category="lo",
+ description="SIDDHAM LETTER DHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x115A0,
+ },
+ [0x115A1]={
+ category="lo",
+ description="SIDDHAM LETTER NA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x115A1,
+ },
+ [0x115A2]={
+ category="lo",
+ description="SIDDHAM LETTER PA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x115A2,
+ },
+ [0x115A3]={
+ category="lo",
+ description="SIDDHAM LETTER PHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x115A3,
+ },
+ [0x115A4]={
+ category="lo",
+ description="SIDDHAM LETTER BA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x115A4,
+ },
+ [0x115A5]={
+ category="lo",
+ description="SIDDHAM LETTER BHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x115A5,
+ },
+ [0x115A6]={
+ category="lo",
+ description="SIDDHAM LETTER MA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x115A6,
+ },
+ [0x115A7]={
+ category="lo",
+ description="SIDDHAM LETTER YA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x115A7,
+ },
+ [0x115A8]={
+ category="lo",
+ description="SIDDHAM LETTER RA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x115A8,
+ },
+ [0x115A9]={
+ category="lo",
+ description="SIDDHAM LETTER LA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x115A9,
+ },
+ [0x115AA]={
+ category="lo",
+ description="SIDDHAM LETTER VA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x115AA,
+ },
+ [0x115AB]={
+ category="lo",
+ description="SIDDHAM LETTER SHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x115AB,
+ },
+ [0x115AC]={
+ category="lo",
+ description="SIDDHAM LETTER SSA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x115AC,
+ },
+ [0x115AD]={
+ category="lo",
+ description="SIDDHAM LETTER SA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x115AD,
+ },
+ [0x115AE]={
+ category="lo",
+ description="SIDDHAM LETTER HA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x115AE,
+ },
+ [0x115AF]={
+ category="mc",
+ description="SIDDHAM VOWEL SIGN AA",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x115AF,
+ },
+ [0x115B0]={
+ category="mc",
+ description="SIDDHAM VOWEL SIGN I",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x115B0,
+ },
+ [0x115B1]={
+ category="mc",
+ description="SIDDHAM VOWEL SIGN II",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x115B1,
+ },
+ [0x115B2]={
+ category="mn",
+ description="SIDDHAM VOWEL SIGN U",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x115B2,
+ },
+ [0x115B3]={
+ category="mn",
+ description="SIDDHAM VOWEL SIGN UU",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x115B3,
+ },
+ [0x115B4]={
+ category="mn",
+ description="SIDDHAM VOWEL SIGN VOCALIC R",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x115B4,
+ },
+ [0x115B5]={
+ category="mn",
+ description="SIDDHAM VOWEL SIGN VOCALIC RR",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x115B5,
+ },
+ [0x115B8]={
+ category="mc",
+ description="SIDDHAM VOWEL SIGN E",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x115B8,
+ },
+ [0x115B9]={
+ category="mc",
+ description="SIDDHAM VOWEL SIGN AI",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x115B9,
+ },
+ [0x115BA]={
+ category="mc",
+ description="SIDDHAM VOWEL SIGN O",
+ direction="l",
+ linebreak="cm",
+ specials={ "char", 0x115B8, 0x115AF },
+ unicodeslot=0x115BA,
+ },
+ [0x115BB]={
+ category="mc",
+ description="SIDDHAM VOWEL SIGN AU",
+ direction="l",
+ linebreak="cm",
+ specials={ "char", 0x115B9, 0x115AF },
+ unicodeslot=0x115BB,
+ },
+ [0x115BC]={
+ category="mn",
+ description="SIDDHAM SIGN CANDRABINDU",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x115BC,
+ },
+ [0x115BD]={
+ category="mn",
+ description="SIDDHAM SIGN ANUSVARA",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x115BD,
+ },
+ [0x115BE]={
+ category="mc",
+ description="SIDDHAM SIGN VISARGA",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x115BE,
+ },
+ [0x115BF]={
+ category="mn",
+ combining=0x9,
+ description="SIDDHAM SIGN VIRAMA",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x115BF,
+ },
+ [0x115C0]={
+ category="mn",
+ combining=0x7,
+ description="SIDDHAM SIGN NUKTA",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x115C0,
+ },
+ [0x115C1]={
+ category="po",
+ description="SIDDHAM SIGN SIDDHAM",
+ direction="l",
+ linebreak="bb",
+ unicodeslot=0x115C1,
+ },
+ [0x115C2]={
+ category="po",
+ description="SIDDHAM DANDA",
+ direction="l",
+ linebreak="ba",
+ unicodeslot=0x115C2,
+ },
+ [0x115C3]={
+ category="po",
+ description="SIDDHAM DOUBLE DANDA",
+ direction="l",
+ linebreak="ba",
+ unicodeslot=0x115C3,
+ },
+ [0x115C4]={
+ category="po",
+ description="SIDDHAM SEPARATOR DOT",
+ direction="l",
+ linebreak="ex",
+ unicodeslot=0x115C4,
+ },
+ [0x115C5]={
+ category="po",
+ description="SIDDHAM SEPARATOR BAR",
+ direction="l",
+ linebreak="ex",
+ unicodeslot=0x115C5,
+ },
+ [0x115C6]={
+ category="po",
+ description="SIDDHAM REPETITION MARK-1",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x115C6,
+ },
+ [0x115C7]={
+ category="po",
+ description="SIDDHAM REPETITION MARK-2",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x115C7,
+ },
+ [0x115C8]={
+ category="po",
+ description="SIDDHAM REPETITION MARK-3",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x115C8,
+ },
+ [0x115C9]={
+ category="po",
+ description="SIDDHAM END OF TEXT MARK",
+ direction="l",
+ linebreak="ba",
+ unicodeslot=0x115C9,
+ },
+ [0x11600]={
+ category="lo",
+ description="MODI LETTER A",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11600,
+ },
+ [0x11601]={
+ category="lo",
+ description="MODI LETTER AA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11601,
+ },
+ [0x11602]={
+ category="lo",
+ description="MODI LETTER I",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11602,
+ },
+ [0x11603]={
+ category="lo",
+ description="MODI LETTER II",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11603,
+ },
+ [0x11604]={
+ category="lo",
+ description="MODI LETTER U",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11604,
+ },
+ [0x11605]={
+ category="lo",
+ description="MODI LETTER UU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11605,
+ },
+ [0x11606]={
+ category="lo",
+ description="MODI LETTER VOCALIC R",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11606,
+ },
+ [0x11607]={
+ category="lo",
+ description="MODI LETTER VOCALIC RR",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11607,
+ },
+ [0x11608]={
+ category="lo",
+ description="MODI LETTER VOCALIC L",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11608,
+ },
+ [0x11609]={
+ category="lo",
+ description="MODI LETTER VOCALIC LL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11609,
+ },
+ [0x1160A]={
+ category="lo",
+ description="MODI LETTER E",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1160A,
+ },
+ [0x1160B]={
+ category="lo",
+ description="MODI LETTER AI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1160B,
+ },
+ [0x1160C]={
+ category="lo",
+ description="MODI LETTER O",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1160C,
+ },
+ [0x1160D]={
+ category="lo",
+ description="MODI LETTER AU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1160D,
+ },
+ [0x1160E]={
+ category="lo",
+ description="MODI LETTER KA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1160E,
+ },
+ [0x1160F]={
+ category="lo",
+ description="MODI LETTER KHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1160F,
+ },
+ [0x11610]={
+ category="lo",
+ description="MODI LETTER GA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11610,
+ },
+ [0x11611]={
+ category="lo",
+ description="MODI LETTER GHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11611,
+ },
+ [0x11612]={
+ category="lo",
+ description="MODI LETTER NGA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11612,
+ },
+ [0x11613]={
+ category="lo",
+ description="MODI LETTER CA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11613,
+ },
+ [0x11614]={
+ category="lo",
+ description="MODI LETTER CHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11614,
+ },
+ [0x11615]={
+ category="lo",
+ description="MODI LETTER JA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11615,
+ },
+ [0x11616]={
+ category="lo",
+ description="MODI LETTER JHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11616,
+ },
+ [0x11617]={
+ category="lo",
+ description="MODI LETTER NYA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11617,
+ },
+ [0x11618]={
+ category="lo",
+ description="MODI LETTER TTA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11618,
+ },
+ [0x11619]={
+ category="lo",
+ description="MODI LETTER TTHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11619,
+ },
+ [0x1161A]={
+ category="lo",
+ description="MODI LETTER DDA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1161A,
+ },
+ [0x1161B]={
+ category="lo",
+ description="MODI LETTER DDHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1161B,
+ },
+ [0x1161C]={
+ category="lo",
+ description="MODI LETTER NNA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1161C,
+ },
+ [0x1161D]={
+ category="lo",
+ description="MODI LETTER TA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1161D,
+ },
+ [0x1161E]={
+ category="lo",
+ description="MODI LETTER THA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1161E,
+ },
+ [0x1161F]={
+ category="lo",
+ description="MODI LETTER DA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1161F,
+ },
+ [0x11620]={
+ category="lo",
+ description="MODI LETTER DHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11620,
+ },
+ [0x11621]={
+ category="lo",
+ description="MODI LETTER NA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11621,
+ },
+ [0x11622]={
+ category="lo",
+ description="MODI LETTER PA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11622,
+ },
+ [0x11623]={
+ category="lo",
+ description="MODI LETTER PHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11623,
+ },
+ [0x11624]={
+ category="lo",
+ description="MODI LETTER BA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11624,
+ },
+ [0x11625]={
+ category="lo",
+ description="MODI LETTER BHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11625,
+ },
+ [0x11626]={
+ category="lo",
+ description="MODI LETTER MA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11626,
+ },
+ [0x11627]={
+ category="lo",
+ description="MODI LETTER YA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11627,
+ },
+ [0x11628]={
+ category="lo",
+ description="MODI LETTER RA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11628,
+ },
+ [0x11629]={
+ category="lo",
+ description="MODI LETTER LA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11629,
+ },
+ [0x1162A]={
+ category="lo",
+ description="MODI LETTER VA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1162A,
+ },
+ [0x1162B]={
+ category="lo",
+ description="MODI LETTER SHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1162B,
+ },
+ [0x1162C]={
+ category="lo",
+ description="MODI LETTER SSA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1162C,
+ },
+ [0x1162D]={
+ category="lo",
+ description="MODI LETTER SA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1162D,
+ },
+ [0x1162E]={
+ category="lo",
+ description="MODI LETTER HA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1162E,
+ },
+ [0x1162F]={
+ category="lo",
+ description="MODI LETTER LLA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1162F,
+ },
+ [0x11630]={
+ category="mc",
+ description="MODI VOWEL SIGN AA",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x11630,
+ },
+ [0x11631]={
+ category="mc",
+ description="MODI VOWEL SIGN I",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x11631,
+ },
+ [0x11632]={
+ category="mc",
+ description="MODI VOWEL SIGN II",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x11632,
+ },
+ [0x11633]={
+ category="mn",
+ description="MODI VOWEL SIGN U",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x11633,
+ },
+ [0x11634]={
+ category="mn",
+ description="MODI VOWEL SIGN UU",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x11634,
+ },
+ [0x11635]={
+ category="mn",
+ description="MODI VOWEL SIGN VOCALIC R",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x11635,
+ },
+ [0x11636]={
+ category="mn",
+ description="MODI VOWEL SIGN VOCALIC RR",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x11636,
+ },
+ [0x11637]={
+ category="mn",
+ description="MODI VOWEL SIGN VOCALIC L",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x11637,
+ },
+ [0x11638]={
+ category="mn",
+ description="MODI VOWEL SIGN VOCALIC LL",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x11638,
+ },
+ [0x11639]={
+ category="mn",
+ description="MODI VOWEL SIGN E",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x11639,
+ },
+ [0x1163A]={
+ category="mn",
+ description="MODI VOWEL SIGN AI",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1163A,
+ },
+ [0x1163B]={
+ category="mc",
+ description="MODI VOWEL SIGN O",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x1163B,
+ },
+ [0x1163C]={
+ category="mc",
+ description="MODI VOWEL SIGN AU",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x1163C,
+ },
+ [0x1163D]={
+ category="mn",
+ description="MODI SIGN ANUSVARA",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1163D,
+ },
+ [0x1163E]={
+ category="mc",
+ description="MODI SIGN VISARGA",
+ direction="l",
+ linebreak="cm",
+ unicodeslot=0x1163E,
+ },
+ [0x1163F]={
+ category="mn",
+ combining=0x9,
+ description="MODI SIGN VIRAMA",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1163F,
+ },
+ [0x11640]={
+ category="mn",
+ description="MODI SIGN ARDHACANDRA",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x11640,
+ },
+ [0x11641]={
+ category="po",
+ description="MODI DANDA",
+ direction="l",
+ linebreak="ba",
+ unicodeslot=0x11641,
+ },
+ [0x11642]={
+ category="po",
+ description="MODI DOUBLE DANDA",
+ direction="l",
+ linebreak="ba",
+ unicodeslot=0x11642,
+ },
+ [0x11643]={
+ category="po",
+ description="MODI ABBREVIATION SIGN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11643,
+ },
+ [0x11644]={
+ category="lo",
+ description="MODI SIGN HUVA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11644,
+ },
+ [0x11650]={
+ category="nd",
+ description="MODI DIGIT ZERO",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x11650,
+ },
+ [0x11651]={
+ category="nd",
+ description="MODI DIGIT ONE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x11651,
+ },
+ [0x11652]={
+ category="nd",
+ description="MODI DIGIT TWO",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x11652,
+ },
+ [0x11653]={
+ category="nd",
+ description="MODI DIGIT THREE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x11653,
+ },
+ [0x11654]={
+ category="nd",
+ description="MODI DIGIT FOUR",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x11654,
+ },
+ [0x11655]={
+ category="nd",
+ description="MODI DIGIT FIVE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x11655,
+ },
+ [0x11656]={
+ category="nd",
+ description="MODI DIGIT SIX",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x11656,
+ },
+ [0x11657]={
+ category="nd",
+ description="MODI DIGIT SEVEN",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x11657,
+ },
+ [0x11658]={
+ category="nd",
+ description="MODI DIGIT EIGHT",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x11658,
+ },
+ [0x11659]={
+ category="nd",
+ description="MODI DIGIT NINE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x11659,
+ },
[0x11680]={
category="lo",
description="TAKRI LETTER A",
@@ -143601,6 +155950,7 @@ characters.data={
},
[0x116B6]={
category="mc",
+ combining=0x9,
description="TAKRI SIGN VIRAMA",
direction="l",
linebreak="cm",
@@ -143608,6 +155958,7 @@ characters.data={
},
[0x116B7]={
category="mn",
+ combining=0x7,
description="TAKRI SIGN NUKTA",
direction="nsm",
linebreak="cm",
@@ -143683,6 +156034,993 @@ characters.data={
linebreak="nu",
unicodeslot=0x116C9,
},
+ [0x118A0]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER NGAA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118A0,
+ },
+ [0x118A1]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER A",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118A1,
+ },
+ [0x118A2]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER WI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118A2,
+ },
+ [0x118A3]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER YU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118A3,
+ },
+ [0x118A4]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER YA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118A4,
+ },
+ [0x118A5]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER YO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118A5,
+ },
+ [0x118A6]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER II",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118A6,
+ },
+ [0x118A7]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER UU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118A7,
+ },
+ [0x118A8]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER E",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118A8,
+ },
+ [0x118A9]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER O",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118A9,
+ },
+ [0x118AA]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER ANG",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118AA,
+ },
+ [0x118AB]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER GA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118AB,
+ },
+ [0x118AC]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER KO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118AC,
+ },
+ [0x118AD]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER ENY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118AD,
+ },
+ [0x118AE]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER YUJ",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118AE,
+ },
+ [0x118AF]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER UC",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118AF,
+ },
+ [0x118B0]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER ENN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118B0,
+ },
+ [0x118B1]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER ODD",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118B1,
+ },
+ [0x118B2]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER TTE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118B2,
+ },
+ [0x118B3]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER NUNG",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118B3,
+ },
+ [0x118B4]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER DA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118B4,
+ },
+ [0x118B5]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER AT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118B5,
+ },
+ [0x118B6]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER AM",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118B6,
+ },
+ [0x118B7]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER BU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118B7,
+ },
+ [0x118B8]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER PU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118B8,
+ },
+ [0x118B9]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER HIYO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118B9,
+ },
+ [0x118BA]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER HOLO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118BA,
+ },
+ [0x118BB]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER HORR",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118BB,
+ },
+ [0x118BC]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER HAR",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118BC,
+ },
+ [0x118BD]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER SSUU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118BD,
+ },
+ [0x118BE]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER SII",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118BE,
+ },
+ [0x118BF]={
+ category="lu",
+ description="WARANG CITI CAPITAL LETTER VIYO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118BF,
+ },
+ [0x118C0]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER NGAA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118C0,
+ },
+ [0x118C1]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER A",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118C1,
+ },
+ [0x118C2]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER WI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118C2,
+ },
+ [0x118C3]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER YU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118C3,
+ },
+ [0x118C4]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER YA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118C4,
+ },
+ [0x118C5]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER YO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118C5,
+ },
+ [0x118C6]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER II",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118C6,
+ },
+ [0x118C7]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER UU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118C7,
+ },
+ [0x118C8]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER E",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118C8,
+ },
+ [0x118C9]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER O",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118C9,
+ },
+ [0x118CA]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER ANG",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118CA,
+ },
+ [0x118CB]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER GA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118CB,
+ },
+ [0x118CC]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER KO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118CC,
+ },
+ [0x118CD]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER ENY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118CD,
+ },
+ [0x118CE]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER YUJ",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118CE,
+ },
+ [0x118CF]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER UC",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118CF,
+ },
+ [0x118D0]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER ENN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118D0,
+ },
+ [0x118D1]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER ODD",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118D1,
+ },
+ [0x118D2]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER TTE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118D2,
+ },
+ [0x118D3]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER NUNG",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118D3,
+ },
+ [0x118D4]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER DA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118D4,
+ },
+ [0x118D5]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER AT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118D5,
+ },
+ [0x118D6]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER AM",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118D6,
+ },
+ [0x118D7]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER BU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118D7,
+ },
+ [0x118D8]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER PU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118D8,
+ },
+ [0x118D9]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER HIYO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118D9,
+ },
+ [0x118DA]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER HOLO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118DA,
+ },
+ [0x118DB]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER HORR",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118DB,
+ },
+ [0x118DC]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER HAR",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118DC,
+ },
+ [0x118DD]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER SSUU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118DD,
+ },
+ [0x118DE]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER SII",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118DE,
+ },
+ [0x118DF]={
+ category="ll",
+ description="WARANG CITI SMALL LETTER VIYO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118DF,
+ },
+ [0x118E0]={
+ category="nd",
+ description="WARANG CITI DIGIT ZERO",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x118E0,
+ },
+ [0x118E1]={
+ category="nd",
+ description="WARANG CITI DIGIT ONE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x118E1,
+ },
+ [0x118E2]={
+ category="nd",
+ description="WARANG CITI DIGIT TWO",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x118E2,
+ },
+ [0x118E3]={
+ category="nd",
+ description="WARANG CITI DIGIT THREE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x118E3,
+ },
+ [0x118E4]={
+ category="nd",
+ description="WARANG CITI DIGIT FOUR",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x118E4,
+ },
+ [0x118E5]={
+ category="nd",
+ description="WARANG CITI DIGIT FIVE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x118E5,
+ },
+ [0x118E6]={
+ category="nd",
+ description="WARANG CITI DIGIT SIX",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x118E6,
+ },
+ [0x118E7]={
+ category="nd",
+ description="WARANG CITI DIGIT SEVEN",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x118E7,
+ },
+ [0x118E8]={
+ category="nd",
+ description="WARANG CITI DIGIT EIGHT",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x118E8,
+ },
+ [0x118E9]={
+ category="nd",
+ description="WARANG CITI DIGIT NINE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x118E9,
+ },
+ [0x118EA]={
+ category="no",
+ description="WARANG CITI NUMBER TEN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118EA,
+ },
+ [0x118EB]={
+ category="no",
+ description="WARANG CITI NUMBER TWENTY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118EB,
+ },
+ [0x118EC]={
+ category="no",
+ description="WARANG CITI NUMBER THIRTY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118EC,
+ },
+ [0x118ED]={
+ category="no",
+ description="WARANG CITI NUMBER FORTY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118ED,
+ },
+ [0x118EE]={
+ category="no",
+ description="WARANG CITI NUMBER FIFTY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118EE,
+ },
+ [0x118EF]={
+ category="no",
+ description="WARANG CITI NUMBER SIXTY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118EF,
+ },
+ [0x118F0]={
+ category="no",
+ description="WARANG CITI NUMBER SEVENTY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118F0,
+ },
+ [0x118F1]={
+ category="no",
+ description="WARANG CITI NUMBER EIGHTY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118F1,
+ },
+ [0x118F2]={
+ category="no",
+ description="WARANG CITI NUMBER NINETY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118F2,
+ },
+ [0x118FF]={
+ category="lo",
+ description="WARANG CITI OM",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x118FF,
+ },
+ [0x11AC0]={
+ category="lo",
+ description="PAU CIN HAU LETTER PA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AC0,
+ },
+ [0x11AC1]={
+ category="lo",
+ description="PAU CIN HAU LETTER KA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AC1,
+ },
+ [0x11AC2]={
+ category="lo",
+ description="PAU CIN HAU LETTER LA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AC2,
+ },
+ [0x11AC3]={
+ category="lo",
+ description="PAU CIN HAU LETTER MA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AC3,
+ },
+ [0x11AC4]={
+ category="lo",
+ description="PAU CIN HAU LETTER DA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AC4,
+ },
+ [0x11AC5]={
+ category="lo",
+ description="PAU CIN HAU LETTER ZA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AC5,
+ },
+ [0x11AC6]={
+ category="lo",
+ description="PAU CIN HAU LETTER VA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AC6,
+ },
+ [0x11AC7]={
+ category="lo",
+ description="PAU CIN HAU LETTER NGA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AC7,
+ },
+ [0x11AC8]={
+ category="lo",
+ description="PAU CIN HAU LETTER HA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AC8,
+ },
+ [0x11AC9]={
+ category="lo",
+ description="PAU CIN HAU LETTER GA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AC9,
+ },
+ [0x11ACA]={
+ category="lo",
+ description="PAU CIN HAU LETTER KHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11ACA,
+ },
+ [0x11ACB]={
+ category="lo",
+ description="PAU CIN HAU LETTER SA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11ACB,
+ },
+ [0x11ACC]={
+ category="lo",
+ description="PAU CIN HAU LETTER BA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11ACC,
+ },
+ [0x11ACD]={
+ category="lo",
+ description="PAU CIN HAU LETTER CA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11ACD,
+ },
+ [0x11ACE]={
+ category="lo",
+ description="PAU CIN HAU LETTER TA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11ACE,
+ },
+ [0x11ACF]={
+ category="lo",
+ description="PAU CIN HAU LETTER THA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11ACF,
+ },
+ [0x11AD0]={
+ category="lo",
+ description="PAU CIN HAU LETTER NA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AD0,
+ },
+ [0x11AD1]={
+ category="lo",
+ description="PAU CIN HAU LETTER PHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AD1,
+ },
+ [0x11AD2]={
+ category="lo",
+ description="PAU CIN HAU LETTER RA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AD2,
+ },
+ [0x11AD3]={
+ category="lo",
+ description="PAU CIN HAU LETTER FA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AD3,
+ },
+ [0x11AD4]={
+ category="lo",
+ description="PAU CIN HAU LETTER CHA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AD4,
+ },
+ [0x11AD5]={
+ category="lo",
+ description="PAU CIN HAU LETTER A",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AD5,
+ },
+ [0x11AD6]={
+ category="lo",
+ description="PAU CIN HAU LETTER E",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AD6,
+ },
+ [0x11AD7]={
+ category="lo",
+ description="PAU CIN HAU LETTER I",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AD7,
+ },
+ [0x11AD8]={
+ category="lo",
+ description="PAU CIN HAU LETTER O",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AD8,
+ },
+ [0x11AD9]={
+ category="lo",
+ description="PAU CIN HAU LETTER U",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AD9,
+ },
+ [0x11ADA]={
+ category="lo",
+ description="PAU CIN HAU LETTER UA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11ADA,
+ },
+ [0x11ADB]={
+ category="lo",
+ description="PAU CIN HAU LETTER IA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11ADB,
+ },
+ [0x11ADC]={
+ category="lo",
+ description="PAU CIN HAU LETTER FINAL P",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11ADC,
+ },
+ [0x11ADD]={
+ category="lo",
+ description="PAU CIN HAU LETTER FINAL K",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11ADD,
+ },
+ [0x11ADE]={
+ category="lo",
+ description="PAU CIN HAU LETTER FINAL T",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11ADE,
+ },
+ [0x11ADF]={
+ category="lo",
+ description="PAU CIN HAU LETTER FINAL M",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11ADF,
+ },
+ [0x11AE0]={
+ category="lo",
+ description="PAU CIN HAU LETTER FINAL N",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AE0,
+ },
+ [0x11AE1]={
+ category="lo",
+ description="PAU CIN HAU LETTER FINAL L",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AE1,
+ },
+ [0x11AE2]={
+ category="lo",
+ description="PAU CIN HAU LETTER FINAL W",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AE2,
+ },
+ [0x11AE3]={
+ category="lo",
+ description="PAU CIN HAU LETTER FINAL NG",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AE3,
+ },
+ [0x11AE4]={
+ category="lo",
+ description="PAU CIN HAU LETTER FINAL Y",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AE4,
+ },
+ [0x11AE5]={
+ category="lo",
+ description="PAU CIN HAU RISING TONE LONG",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AE5,
+ },
+ [0x11AE6]={
+ category="lo",
+ description="PAU CIN HAU RISING TONE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AE6,
+ },
+ [0x11AE7]={
+ category="lo",
+ description="PAU CIN HAU SANDHI GLOTTAL STOP",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AE7,
+ },
+ [0x11AE8]={
+ category="lo",
+ description="PAU CIN HAU RISING TONE LONG FINAL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AE8,
+ },
+ [0x11AE9]={
+ category="lo",
+ description="PAU CIN HAU RISING TONE FINAL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AE9,
+ },
+ [0x11AEA]={
+ category="lo",
+ description="PAU CIN HAU SANDHI GLOTTAL STOP FINAL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AEA,
+ },
+ [0x11AEB]={
+ category="lo",
+ description="PAU CIN HAU SANDHI TONE LONG",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AEB,
+ },
+ [0x11AEC]={
+ category="lo",
+ description="PAU CIN HAU SANDHI TONE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AEC,
+ },
+ [0x11AED]={
+ category="lo",
+ description="PAU CIN HAU SANDHI TONE LONG FINAL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AED,
+ },
+ [0x11AEE]={
+ category="lo",
+ description="PAU CIN HAU SANDHI TONE FINAL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AEE,
+ },
+ [0x11AEF]={
+ category="lo",
+ description="PAU CIN HAU MID-LEVEL TONE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AEF,
+ },
+ [0x11AF0]={
+ category="lo",
+ description="PAU CIN HAU GLOTTAL STOP VARIANT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AF0,
+ },
+ [0x11AF1]={
+ category="lo",
+ description="PAU CIN HAU MID-LEVEL TONE LONG FINAL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AF1,
+ },
+ [0x11AF2]={
+ category="lo",
+ description="PAU CIN HAU MID-LEVEL TONE FINAL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AF2,
+ },
+ [0x11AF3]={
+ category="lo",
+ description="PAU CIN HAU LOW-FALLING TONE LONG",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AF3,
+ },
+ [0x11AF4]={
+ category="lo",
+ description="PAU CIN HAU LOW-FALLING TONE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AF4,
+ },
+ [0x11AF5]={
+ category="lo",
+ description="PAU CIN HAU GLOTTAL STOP",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AF5,
+ },
+ [0x11AF6]={
+ category="lo",
+ description="PAU CIN HAU LOW-FALLING TONE LONG FINAL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AF6,
+ },
+ [0x11AF7]={
+ category="lo",
+ description="PAU CIN HAU LOW-FALLING TONE FINAL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AF7,
+ },
+ [0x11AF8]={
+ category="lo",
+ description="PAU CIN HAU GLOTTAL STOP FINAL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x11AF8,
+ },
[0x12000]={
category="lo",
description="CUNEIFORM SIGN A",
@@ -149838,6 +163176,300 @@ characters.data={
linebreak="al",
unicodeslot=0x1236E,
},
+ [0x1236F]={
+ category="lo",
+ description="CUNEIFORM SIGN KAP ELAMITE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1236F,
+ },
+ [0x12370]={
+ category="lo",
+ description="CUNEIFORM SIGN AB TIMES NUN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12370,
+ },
+ [0x12371]={
+ category="lo",
+ description="CUNEIFORM SIGN AB2 TIMES A",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12371,
+ },
+ [0x12372]={
+ category="lo",
+ description="CUNEIFORM SIGN AMAR TIMES KUG",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12372,
+ },
+ [0x12373]={
+ category="lo",
+ description="CUNEIFORM SIGN DAG KISIM5 TIMES U2 PLUS MASH",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12373,
+ },
+ [0x12374]={
+ category="lo",
+ description="CUNEIFORM SIGN DAG3",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12374,
+ },
+ [0x12375]={
+ category="lo",
+ description="CUNEIFORM SIGN DISH PLUS SHU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12375,
+ },
+ [0x12376]={
+ category="lo",
+ description="CUNEIFORM SIGN DUB TIMES SHE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12376,
+ },
+ [0x12377]={
+ category="lo",
+ description="CUNEIFORM SIGN EZEN TIMES GUD",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12377,
+ },
+ [0x12378]={
+ category="lo",
+ description="CUNEIFORM SIGN EZEN TIMES SHE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12378,
+ },
+ [0x12379]={
+ category="lo",
+ description="CUNEIFORM SIGN GA2 TIMES AN PLUS KAK PLUS A",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12379,
+ },
+ [0x1237A]={
+ category="lo",
+ description="CUNEIFORM SIGN GA2 TIMES ASH2",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1237A,
+ },
+ [0x1237B]={
+ category="lo",
+ description="CUNEIFORM SIGN GE22",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1237B,
+ },
+ [0x1237C]={
+ category="lo",
+ description="CUNEIFORM SIGN GIG",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1237C,
+ },
+ [0x1237D]={
+ category="lo",
+ description="CUNEIFORM SIGN HUSH",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1237D,
+ },
+ [0x1237E]={
+ category="lo",
+ description="CUNEIFORM SIGN KA TIMES ANSHE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1237E,
+ },
+ [0x1237F]={
+ category="lo",
+ description="CUNEIFORM SIGN KA TIMES ASH3",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1237F,
+ },
+ [0x12380]={
+ category="lo",
+ description="CUNEIFORM SIGN KA TIMES GISH",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12380,
+ },
+ [0x12381]={
+ category="lo",
+ description="CUNEIFORM SIGN KA TIMES GUD",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12381,
+ },
+ [0x12382]={
+ category="lo",
+ description="CUNEIFORM SIGN KA TIMES HI TIMES ASH2",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12382,
+ },
+ [0x12383]={
+ category="lo",
+ description="CUNEIFORM SIGN KA TIMES LUM",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12383,
+ },
+ [0x12384]={
+ category="lo",
+ description="CUNEIFORM SIGN KA TIMES PA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12384,
+ },
+ [0x12385]={
+ category="lo",
+ description="CUNEIFORM SIGN KA TIMES SHUL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12385,
+ },
+ [0x12386]={
+ category="lo",
+ description="CUNEIFORM SIGN KA TIMES TU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12386,
+ },
+ [0x12387]={
+ category="lo",
+ description="CUNEIFORM SIGN KA TIMES UR2",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12387,
+ },
+ [0x12388]={
+ category="lo",
+ description="CUNEIFORM SIGN LAGAB TIMES GI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12388,
+ },
+ [0x12389]={
+ category="lo",
+ description="CUNEIFORM SIGN LU2 SHESHIG TIMES BAD",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12389,
+ },
+ [0x1238A]={
+ category="lo",
+ description="CUNEIFORM SIGN LU2 TIMES ESH2 PLUS LAL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1238A,
+ },
+ [0x1238B]={
+ category="lo",
+ description="CUNEIFORM SIGN LU2 TIMES SHU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1238B,
+ },
+ [0x1238C]={
+ category="lo",
+ description="CUNEIFORM SIGN MESH",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1238C,
+ },
+ [0x1238D]={
+ category="lo",
+ description="CUNEIFORM SIGN MUSH3 TIMES ZA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1238D,
+ },
+ [0x1238E]={
+ category="lo",
+ description="CUNEIFORM SIGN NA4",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1238E,
+ },
+ [0x1238F]={
+ category="lo",
+ description="CUNEIFORM SIGN NIN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1238F,
+ },
+ [0x12390]={
+ category="lo",
+ description="CUNEIFORM SIGN NIN9",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12390,
+ },
+ [0x12391]={
+ category="lo",
+ description="CUNEIFORM SIGN NINDA2 TIMES BAL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12391,
+ },
+ [0x12392]={
+ category="lo",
+ description="CUNEIFORM SIGN NINDA2 TIMES GI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12392,
+ },
+ [0x12393]={
+ category="lo",
+ description="CUNEIFORM SIGN NU11 ROTATED NINETY DEGREES",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12393,
+ },
+ [0x12394]={
+ category="lo",
+ description="CUNEIFORM SIGN PESH2 ASTERISK",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12394,
+ },
+ [0x12395]={
+ category="lo",
+ description="CUNEIFORM SIGN PIR2",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12395,
+ },
+ [0x12396]={
+ category="lo",
+ description="CUNEIFORM SIGN SAG TIMES IGI GUNU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12396,
+ },
+ [0x12397]={
+ category="lo",
+ description="CUNEIFORM SIGN TI2",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12397,
+ },
+ [0x12398]={
+ category="lo",
+ description="CUNEIFORM SIGN UM TIMES ME",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12398,
+ },
[0x12400]={
category="nl",
description="CUNEIFORM NUMERIC SIGN TWO ASH",
@@ -150531,6 +164163,90 @@ characters.data={
linebreak="al",
unicodeslot=0x12462,
},
+ [0x12463]={
+ category="nl",
+ description="CUNEIFORM NUMERIC SIGN ONE QUARTER GUR",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12463,
+ },
+ [0x12464]={
+ category="nl",
+ description="CUNEIFORM NUMERIC SIGN ONE HALF GUR",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12464,
+ },
+ [0x12465]={
+ category="nl",
+ description="CUNEIFORM NUMERIC SIGN ELAMITE ONE THIRD",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12465,
+ },
+ [0x12466]={
+ category="nl",
+ description="CUNEIFORM NUMERIC SIGN ELAMITE TWO THIRDS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12466,
+ },
+ [0x12467]={
+ category="nl",
+ description="CUNEIFORM NUMERIC SIGN ELAMITE FORTY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12467,
+ },
+ [0x12468]={
+ category="nl",
+ description="CUNEIFORM NUMERIC SIGN ELAMITE FIFTY",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12468,
+ },
+ [0x12469]={
+ category="nl",
+ description="CUNEIFORM NUMERIC SIGN FOUR U VARIANT FORM",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x12469,
+ },
+ [0x1246A]={
+ category="nl",
+ description="CUNEIFORM NUMERIC SIGN FIVE U VARIANT FORM",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1246A,
+ },
+ [0x1246B]={
+ category="nl",
+ description="CUNEIFORM NUMERIC SIGN SIX U VARIANT FORM",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1246B,
+ },
+ [0x1246C]={
+ category="nl",
+ description="CUNEIFORM NUMERIC SIGN SEVEN U VARIANT FORM",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1246C,
+ },
+ [0x1246D]={
+ category="nl",
+ description="CUNEIFORM NUMERIC SIGN EIGHT U VARIANT FORM",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1246D,
+ },
+ [0x1246E]={
+ category="nl",
+ description="CUNEIFORM NUMERIC SIGN NINE U VARIANT FORM",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1246E,
+ },
[0x12470]={
category="po",
description="CUNEIFORM PUNCTUATION SIGN OLD ASSYRIAN WORD DIVIDER",
@@ -150559,6 +164275,13 @@ characters.data={
linebreak="ba",
unicodeslot=0x12473,
},
+ [0x12474]={
+ category="po",
+ description="CUNEIFORM PUNCTUATION SIGN DIAGONAL QUADCOLON",
+ direction="l",
+ linebreak="ba",
+ unicodeslot=0x12474,
+ },
[0x13000]={
category="lo",
description="EGYPTIAN HIEROGLYPH A001",
@@ -162039,6 +175762,1460 @@ characters.data={
linebreak="al",
unicodeslot=0x16A38,
},
+ [0x16A40]={
+ category="lo",
+ description="MRO LETTER TA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A40,
+ },
+ [0x16A41]={
+ category="lo",
+ description="MRO LETTER NGI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A41,
+ },
+ [0x16A42]={
+ category="lo",
+ description="MRO LETTER YO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A42,
+ },
+ [0x16A43]={
+ category="lo",
+ description="MRO LETTER MIM",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A43,
+ },
+ [0x16A44]={
+ category="lo",
+ description="MRO LETTER BA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A44,
+ },
+ [0x16A45]={
+ category="lo",
+ description="MRO LETTER DA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A45,
+ },
+ [0x16A46]={
+ category="lo",
+ description="MRO LETTER A",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A46,
+ },
+ [0x16A47]={
+ category="lo",
+ description="MRO LETTER PHI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A47,
+ },
+ [0x16A48]={
+ category="lo",
+ description="MRO LETTER KHAI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A48,
+ },
+ [0x16A49]={
+ category="lo",
+ description="MRO LETTER HAO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A49,
+ },
+ [0x16A4A]={
+ category="lo",
+ description="MRO LETTER DAI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A4A,
+ },
+ [0x16A4B]={
+ category="lo",
+ description="MRO LETTER CHU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A4B,
+ },
+ [0x16A4C]={
+ category="lo",
+ description="MRO LETTER KEAAE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A4C,
+ },
+ [0x16A4D]={
+ category="lo",
+ description="MRO LETTER OL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A4D,
+ },
+ [0x16A4E]={
+ category="lo",
+ description="MRO LETTER MAEM",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A4E,
+ },
+ [0x16A4F]={
+ category="lo",
+ description="MRO LETTER NIN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A4F,
+ },
+ [0x16A50]={
+ category="lo",
+ description="MRO LETTER PA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A50,
+ },
+ [0x16A51]={
+ category="lo",
+ description="MRO LETTER OO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A51,
+ },
+ [0x16A52]={
+ category="lo",
+ description="MRO LETTER O",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A52,
+ },
+ [0x16A53]={
+ category="lo",
+ description="MRO LETTER RO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A53,
+ },
+ [0x16A54]={
+ category="lo",
+ description="MRO LETTER SHI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A54,
+ },
+ [0x16A55]={
+ category="lo",
+ description="MRO LETTER THEA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A55,
+ },
+ [0x16A56]={
+ category="lo",
+ description="MRO LETTER EA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A56,
+ },
+ [0x16A57]={
+ category="lo",
+ description="MRO LETTER WA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A57,
+ },
+ [0x16A58]={
+ category="lo",
+ description="MRO LETTER E",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A58,
+ },
+ [0x16A59]={
+ category="lo",
+ description="MRO LETTER KO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A59,
+ },
+ [0x16A5A]={
+ category="lo",
+ description="MRO LETTER LAN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A5A,
+ },
+ [0x16A5B]={
+ category="lo",
+ description="MRO LETTER LA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A5B,
+ },
+ [0x16A5C]={
+ category="lo",
+ description="MRO LETTER HAI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A5C,
+ },
+ [0x16A5D]={
+ category="lo",
+ description="MRO LETTER RI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A5D,
+ },
+ [0x16A5E]={
+ category="lo",
+ description="MRO LETTER TEK",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16A5E,
+ },
+ [0x16A60]={
+ category="nd",
+ description="MRO DIGIT ZERO",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x16A60,
+ },
+ [0x16A61]={
+ category="nd",
+ description="MRO DIGIT ONE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x16A61,
+ },
+ [0x16A62]={
+ category="nd",
+ description="MRO DIGIT TWO",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x16A62,
+ },
+ [0x16A63]={
+ category="nd",
+ description="MRO DIGIT THREE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x16A63,
+ },
+ [0x16A64]={
+ category="nd",
+ description="MRO DIGIT FOUR",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x16A64,
+ },
+ [0x16A65]={
+ category="nd",
+ description="MRO DIGIT FIVE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x16A65,
+ },
+ [0x16A66]={
+ category="nd",
+ description="MRO DIGIT SIX",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x16A66,
+ },
+ [0x16A67]={
+ category="nd",
+ description="MRO DIGIT SEVEN",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x16A67,
+ },
+ [0x16A68]={
+ category="nd",
+ description="MRO DIGIT EIGHT",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x16A68,
+ },
+ [0x16A69]={
+ category="nd",
+ description="MRO DIGIT NINE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x16A69,
+ },
+ [0x16A6E]={
+ category="po",
+ description="MRO DANDA",
+ direction="l",
+ linebreak="ba",
+ unicodeslot=0x16A6E,
+ },
+ [0x16A6F]={
+ category="po",
+ description="MRO DOUBLE DANDA",
+ direction="l",
+ linebreak="ba",
+ unicodeslot=0x16A6F,
+ },
+ [0x16AD0]={
+ category="lo",
+ description="BASSA VAH LETTER ENNI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16AD0,
+ },
+ [0x16AD1]={
+ category="lo",
+ description="BASSA VAH LETTER KA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16AD1,
+ },
+ [0x16AD2]={
+ category="lo",
+ description="BASSA VAH LETTER SE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16AD2,
+ },
+ [0x16AD3]={
+ category="lo",
+ description="BASSA VAH LETTER FA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16AD3,
+ },
+ [0x16AD4]={
+ category="lo",
+ description="BASSA VAH LETTER MBE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16AD4,
+ },
+ [0x16AD5]={
+ category="lo",
+ description="BASSA VAH LETTER YIE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16AD5,
+ },
+ [0x16AD6]={
+ category="lo",
+ description="BASSA VAH LETTER GAH",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16AD6,
+ },
+ [0x16AD7]={
+ category="lo",
+ description="BASSA VAH LETTER DHII",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16AD7,
+ },
+ [0x16AD8]={
+ category="lo",
+ description="BASSA VAH LETTER KPAH",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16AD8,
+ },
+ [0x16AD9]={
+ category="lo",
+ description="BASSA VAH LETTER JO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16AD9,
+ },
+ [0x16ADA]={
+ category="lo",
+ description="BASSA VAH LETTER HWAH",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16ADA,
+ },
+ [0x16ADB]={
+ category="lo",
+ description="BASSA VAH LETTER WA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16ADB,
+ },
+ [0x16ADC]={
+ category="lo",
+ description="BASSA VAH LETTER ZO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16ADC,
+ },
+ [0x16ADD]={
+ category="lo",
+ description="BASSA VAH LETTER GBU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16ADD,
+ },
+ [0x16ADE]={
+ category="lo",
+ description="BASSA VAH LETTER DO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16ADE,
+ },
+ [0x16ADF]={
+ category="lo",
+ description="BASSA VAH LETTER CE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16ADF,
+ },
+ [0x16AE0]={
+ category="lo",
+ description="BASSA VAH LETTER UWU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16AE0,
+ },
+ [0x16AE1]={
+ category="lo",
+ description="BASSA VAH LETTER TO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16AE1,
+ },
+ [0x16AE2]={
+ category="lo",
+ description="BASSA VAH LETTER BA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16AE2,
+ },
+ [0x16AE3]={
+ category="lo",
+ description="BASSA VAH LETTER VU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16AE3,
+ },
+ [0x16AE4]={
+ category="lo",
+ description="BASSA VAH LETTER YEIN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16AE4,
+ },
+ [0x16AE5]={
+ category="lo",
+ description="BASSA VAH LETTER PA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16AE5,
+ },
+ [0x16AE6]={
+ category="lo",
+ description="BASSA VAH LETTER WADDA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16AE6,
+ },
+ [0x16AE7]={
+ category="lo",
+ description="BASSA VAH LETTER A",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16AE7,
+ },
+ [0x16AE8]={
+ category="lo",
+ description="BASSA VAH LETTER O",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16AE8,
+ },
+ [0x16AE9]={
+ category="lo",
+ description="BASSA VAH LETTER OO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16AE9,
+ },
+ [0x16AEA]={
+ category="lo",
+ description="BASSA VAH LETTER U",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16AEA,
+ },
+ [0x16AEB]={
+ category="lo",
+ description="BASSA VAH LETTER EE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16AEB,
+ },
+ [0x16AEC]={
+ category="lo",
+ description="BASSA VAH LETTER E",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16AEC,
+ },
+ [0x16AED]={
+ category="lo",
+ description="BASSA VAH LETTER I",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16AED,
+ },
+ [0x16AF0]={
+ category="mn",
+ combining=0x1,
+ description="BASSA VAH COMBINING HIGH TONE",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x16AF0,
+ },
+ [0x16AF1]={
+ category="mn",
+ combining=0x1,
+ description="BASSA VAH COMBINING LOW TONE",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x16AF1,
+ },
+ [0x16AF2]={
+ category="mn",
+ combining=0x1,
+ description="BASSA VAH COMBINING MID TONE",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x16AF2,
+ },
+ [0x16AF3]={
+ category="mn",
+ combining=0x1,
+ description="BASSA VAH COMBINING LOW-MID TONE",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x16AF3,
+ },
+ [0x16AF4]={
+ category="mn",
+ combining=0x1,
+ description="BASSA VAH COMBINING HIGH-LOW TONE",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x16AF4,
+ },
+ [0x16AF5]={
+ category="po",
+ description="BASSA VAH FULL STOP",
+ direction="l",
+ linebreak="ba",
+ unicodeslot=0x16AF5,
+ },
+ [0x16B00]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KEEB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B00,
+ },
+ [0x16B01]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KEEV",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B01,
+ },
+ [0x16B02]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KIB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B02,
+ },
+ [0x16B03]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KIV",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B03,
+ },
+ [0x16B04]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KAUB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B04,
+ },
+ [0x16B05]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KAUV",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B05,
+ },
+ [0x16B06]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KUB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B06,
+ },
+ [0x16B07]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KUV",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B07,
+ },
+ [0x16B08]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KEB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B08,
+ },
+ [0x16B09]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KEV",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B09,
+ },
+ [0x16B0A]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KAIB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B0A,
+ },
+ [0x16B0B]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KAIV",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B0B,
+ },
+ [0x16B0C]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KOOB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B0C,
+ },
+ [0x16B0D]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KOOV",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B0D,
+ },
+ [0x16B0E]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KAWB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B0E,
+ },
+ [0x16B0F]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KAWV",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B0F,
+ },
+ [0x16B10]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KUAB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B10,
+ },
+ [0x16B11]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KUAV",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B11,
+ },
+ [0x16B12]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KOB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B12,
+ },
+ [0x16B13]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KOV",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B13,
+ },
+ [0x16B14]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KIAB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B14,
+ },
+ [0x16B15]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KIAV",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B15,
+ },
+ [0x16B16]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KAB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B16,
+ },
+ [0x16B17]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KAV",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B17,
+ },
+ [0x16B18]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KWB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B18,
+ },
+ [0x16B19]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KWV",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B19,
+ },
+ [0x16B1A]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KAAB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B1A,
+ },
+ [0x16B1B]={
+ category="lo",
+ description="PAHAWH HMONG VOWEL KAAV",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B1B,
+ },
+ [0x16B1C]={
+ category="lo",
+ description="PAHAWH HMONG CONSONANT VAU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B1C,
+ },
+ [0x16B1D]={
+ category="lo",
+ description="PAHAWH HMONG CONSONANT NTSAU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B1D,
+ },
+ [0x16B1E]={
+ category="lo",
+ description="PAHAWH HMONG CONSONANT LAU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B1E,
+ },
+ [0x16B1F]={
+ category="lo",
+ description="PAHAWH HMONG CONSONANT HAU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B1F,
+ },
+ [0x16B20]={
+ category="lo",
+ description="PAHAWH HMONG CONSONANT NLAU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B20,
+ },
+ [0x16B21]={
+ category="lo",
+ description="PAHAWH HMONG CONSONANT RAU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B21,
+ },
+ [0x16B22]={
+ category="lo",
+ description="PAHAWH HMONG CONSONANT NKAU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B22,
+ },
+ [0x16B23]={
+ category="lo",
+ description="PAHAWH HMONG CONSONANT QHAU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B23,
+ },
+ [0x16B24]={
+ category="lo",
+ description="PAHAWH HMONG CONSONANT YAU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B24,
+ },
+ [0x16B25]={
+ category="lo",
+ description="PAHAWH HMONG CONSONANT HLAU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B25,
+ },
+ [0x16B26]={
+ category="lo",
+ description="PAHAWH HMONG CONSONANT MAU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B26,
+ },
+ [0x16B27]={
+ category="lo",
+ description="PAHAWH HMONG CONSONANT CHAU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B27,
+ },
+ [0x16B28]={
+ category="lo",
+ description="PAHAWH HMONG CONSONANT NCHAU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B28,
+ },
+ [0x16B29]={
+ category="lo",
+ description="PAHAWH HMONG CONSONANT HNAU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B29,
+ },
+ [0x16B2A]={
+ category="lo",
+ description="PAHAWH HMONG CONSONANT PLHAU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B2A,
+ },
+ [0x16B2B]={
+ category="lo",
+ description="PAHAWH HMONG CONSONANT NTHAU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B2B,
+ },
+ [0x16B2C]={
+ category="lo",
+ description="PAHAWH HMONG CONSONANT NAU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B2C,
+ },
+ [0x16B2D]={
+ category="lo",
+ description="PAHAWH HMONG CONSONANT AU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B2D,
+ },
+ [0x16B2E]={
+ category="lo",
+ description="PAHAWH HMONG CONSONANT XAU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B2E,
+ },
+ [0x16B2F]={
+ category="lo",
+ description="PAHAWH HMONG CONSONANT CAU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B2F,
+ },
+ [0x16B30]={
+ category="mn",
+ combining=0xE6,
+ description="PAHAWH HMONG MARK CIM TUB",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x16B30,
+ },
+ [0x16B31]={
+ category="mn",
+ combining=0xE6,
+ description="PAHAWH HMONG MARK CIM SO",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x16B31,
+ },
+ [0x16B32]={
+ category="mn",
+ combining=0xE6,
+ description="PAHAWH HMONG MARK CIM KES",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x16B32,
+ },
+ [0x16B33]={
+ category="mn",
+ combining=0xE6,
+ description="PAHAWH HMONG MARK CIM KHAV",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x16B33,
+ },
+ [0x16B34]={
+ category="mn",
+ combining=0xE6,
+ description="PAHAWH HMONG MARK CIM SUAM",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x16B34,
+ },
+ [0x16B35]={
+ category="mn",
+ combining=0xE6,
+ description="PAHAWH HMONG MARK CIM HOM",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x16B35,
+ },
+ [0x16B36]={
+ category="mn",
+ combining=0xE6,
+ description="PAHAWH HMONG MARK CIM TAUM",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x16B36,
+ },
+ [0x16B37]={
+ category="po",
+ description="PAHAWH HMONG SIGN VOS THOM",
+ direction="l",
+ linebreak="ba",
+ unicodeslot=0x16B37,
+ },
+ [0x16B38]={
+ category="po",
+ description="PAHAWH HMONG SIGN VOS TSHAB CEEB",
+ direction="l",
+ linebreak="ba",
+ unicodeslot=0x16B38,
+ },
+ [0x16B39]={
+ category="po",
+ description="PAHAWH HMONG SIGN CIM CHEEM",
+ direction="l",
+ linebreak="ba",
+ unicodeslot=0x16B39,
+ },
+ [0x16B3A]={
+ category="po",
+ description="PAHAWH HMONG SIGN VOS THIAB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B3A,
+ },
+ [0x16B3B]={
+ category="po",
+ description="PAHAWH HMONG SIGN VOS FEEM",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B3B,
+ },
+ [0x16B3C]={
+ category="so",
+ description="PAHAWH HMONG SIGN XYEEM NTXIV",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B3C,
+ },
+ [0x16B3D]={
+ category="so",
+ description="PAHAWH HMONG SIGN XYEEM RHO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B3D,
+ },
+ [0x16B3E]={
+ category="so",
+ description="PAHAWH HMONG SIGN XYEEM TOV",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B3E,
+ },
+ [0x16B3F]={
+ category="so",
+ description="PAHAWH HMONG SIGN XYEEM FAIB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B3F,
+ },
+ [0x16B40]={
+ category="lm",
+ description="PAHAWH HMONG SIGN VOS SEEV",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B40,
+ },
+ [0x16B41]={
+ category="lm",
+ description="PAHAWH HMONG SIGN MEEJ SUAB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B41,
+ },
+ [0x16B42]={
+ category="lm",
+ description="PAHAWH HMONG SIGN VOS NRUA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B42,
+ },
+ [0x16B43]={
+ category="lm",
+ description="PAHAWH HMONG SIGN IB YAM",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B43,
+ },
+ [0x16B44]={
+ category="po",
+ description="PAHAWH HMONG SIGN XAUS",
+ direction="l",
+ linebreak="ba",
+ unicodeslot=0x16B44,
+ },
+ [0x16B45]={
+ category="so",
+ description="PAHAWH HMONG SIGN CIM TSOV ROG",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B45,
+ },
+ [0x16B50]={
+ category="nd",
+ description="PAHAWH HMONG DIGIT ZERO",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x16B50,
+ },
+ [0x16B51]={
+ category="nd",
+ description="PAHAWH HMONG DIGIT ONE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x16B51,
+ },
+ [0x16B52]={
+ category="nd",
+ description="PAHAWH HMONG DIGIT TWO",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x16B52,
+ },
+ [0x16B53]={
+ category="nd",
+ description="PAHAWH HMONG DIGIT THREE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x16B53,
+ },
+ [0x16B54]={
+ category="nd",
+ description="PAHAWH HMONG DIGIT FOUR",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x16B54,
+ },
+ [0x16B55]={
+ category="nd",
+ description="PAHAWH HMONG DIGIT FIVE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x16B55,
+ },
+ [0x16B56]={
+ category="nd",
+ description="PAHAWH HMONG DIGIT SIX",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x16B56,
+ },
+ [0x16B57]={
+ category="nd",
+ description="PAHAWH HMONG DIGIT SEVEN",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x16B57,
+ },
+ [0x16B58]={
+ category="nd",
+ description="PAHAWH HMONG DIGIT EIGHT",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x16B58,
+ },
+ [0x16B59]={
+ category="nd",
+ description="PAHAWH HMONG DIGIT NINE",
+ direction="l",
+ linebreak="nu",
+ unicodeslot=0x16B59,
+ },
+ [0x16B5B]={
+ category="no",
+ description="PAHAWH HMONG NUMBER TENS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B5B,
+ },
+ [0x16B5C]={
+ category="no",
+ description="PAHAWH HMONG NUMBER HUNDREDS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B5C,
+ },
+ [0x16B5D]={
+ category="no",
+ description="PAHAWH HMONG NUMBER TEN THOUSANDS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B5D,
+ },
+ [0x16B5E]={
+ category="no",
+ description="PAHAWH HMONG NUMBER MILLIONS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B5E,
+ },
+ [0x16B5F]={
+ category="no",
+ description="PAHAWH HMONG NUMBER HUNDRED MILLIONS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B5F,
+ },
+ [0x16B60]={
+ category="no",
+ description="PAHAWH HMONG NUMBER TEN BILLIONS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B60,
+ },
+ [0x16B61]={
+ category="no",
+ description="PAHAWH HMONG NUMBER TRILLIONS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B61,
+ },
+ [0x16B63]={
+ category="lo",
+ description="PAHAWH HMONG SIGN VOS LUB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B63,
+ },
+ [0x16B64]={
+ category="lo",
+ description="PAHAWH HMONG SIGN XYOO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B64,
+ },
+ [0x16B65]={
+ category="lo",
+ description="PAHAWH HMONG SIGN HLI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B65,
+ },
+ [0x16B66]={
+ category="lo",
+ description="PAHAWH HMONG SIGN THIRD-STAGE HLI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B66,
+ },
+ [0x16B67]={
+ category="lo",
+ description="PAHAWH HMONG SIGN ZWJ THAJ",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B67,
+ },
+ [0x16B68]={
+ category="lo",
+ description="PAHAWH HMONG SIGN HNUB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B68,
+ },
+ [0x16B69]={
+ category="lo",
+ description="PAHAWH HMONG SIGN NQIG",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B69,
+ },
+ [0x16B6A]={
+ category="lo",
+ description="PAHAWH HMONG SIGN XIAB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B6A,
+ },
+ [0x16B6B]={
+ category="lo",
+ description="PAHAWH HMONG SIGN NTUJ",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B6B,
+ },
+ [0x16B6C]={
+ category="lo",
+ description="PAHAWH HMONG SIGN AV",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B6C,
+ },
+ [0x16B6D]={
+ category="lo",
+ description="PAHAWH HMONG SIGN TXHEEJ CEEV",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B6D,
+ },
+ [0x16B6E]={
+ category="lo",
+ description="PAHAWH HMONG SIGN MEEJ TSEEB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B6E,
+ },
+ [0x16B6F]={
+ category="lo",
+ description="PAHAWH HMONG SIGN TAU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B6F,
+ },
+ [0x16B70]={
+ category="lo",
+ description="PAHAWH HMONG SIGN LOS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B70,
+ },
+ [0x16B71]={
+ category="lo",
+ description="PAHAWH HMONG SIGN MUS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B71,
+ },
+ [0x16B72]={
+ category="lo",
+ description="PAHAWH HMONG SIGN CIM HAIS LUS NTOG NTOG",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B72,
+ },
+ [0x16B73]={
+ category="lo",
+ description="PAHAWH HMONG SIGN CIM CUAM TSHOOJ",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B73,
+ },
+ [0x16B74]={
+ category="lo",
+ description="PAHAWH HMONG SIGN CIM TXWV",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B74,
+ },
+ [0x16B75]={
+ category="lo",
+ description="PAHAWH HMONG SIGN CIM TXWV CHWV",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B75,
+ },
+ [0x16B76]={
+ category="lo",
+ description="PAHAWH HMONG SIGN CIM PUB DAWB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B76,
+ },
+ [0x16B77]={
+ category="lo",
+ description="PAHAWH HMONG SIGN CIM NRES TOS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B77,
+ },
+ [0x16B7D]={
+ category="lo",
+ description="PAHAWH HMONG CLAN SIGN TSHEEJ",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B7D,
+ },
+ [0x16B7E]={
+ category="lo",
+ description="PAHAWH HMONG CLAN SIGN YEEG",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B7E,
+ },
+ [0x16B7F]={
+ category="lo",
+ description="PAHAWH HMONG CLAN SIGN LIS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B7F,
+ },
+ [0x16B80]={
+ category="lo",
+ description="PAHAWH HMONG CLAN SIGN LAUJ",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B80,
+ },
+ [0x16B81]={
+ category="lo",
+ description="PAHAWH HMONG CLAN SIGN XYOOJ",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B81,
+ },
+ [0x16B82]={
+ category="lo",
+ description="PAHAWH HMONG CLAN SIGN KOO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B82,
+ },
+ [0x16B83]={
+ category="lo",
+ description="PAHAWH HMONG CLAN SIGN HAWJ",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B83,
+ },
+ [0x16B84]={
+ category="lo",
+ description="PAHAWH HMONG CLAN SIGN MUAS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B84,
+ },
+ [0x16B85]={
+ category="lo",
+ description="PAHAWH HMONG CLAN SIGN THOJ",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B85,
+ },
+ [0x16B86]={
+ category="lo",
+ description="PAHAWH HMONG CLAN SIGN TSAB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B86,
+ },
+ [0x16B87]={
+ category="lo",
+ description="PAHAWH HMONG CLAN SIGN PHAB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B87,
+ },
+ [0x16B88]={
+ category="lo",
+ description="PAHAWH HMONG CLAN SIGN KHAB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B88,
+ },
+ [0x16B89]={
+ category="lo",
+ description="PAHAWH HMONG CLAN SIGN HAM",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B89,
+ },
+ [0x16B8A]={
+ category="lo",
+ description="PAHAWH HMONG CLAN SIGN VAJ",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B8A,
+ },
+ [0x16B8B]={
+ category="lo",
+ description="PAHAWH HMONG CLAN SIGN FAJ",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B8B,
+ },
+ [0x16B8C]={
+ category="lo",
+ description="PAHAWH HMONG CLAN SIGN YAJ",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B8C,
+ },
+ [0x16B8D]={
+ category="lo",
+ description="PAHAWH HMONG CLAN SIGN TSWB",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B8D,
+ },
+ [0x16B8E]={
+ category="lo",
+ description="PAHAWH HMONG CLAN SIGN KWM",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B8E,
+ },
+ [0x16B8F]={
+ category="lo",
+ description="PAHAWH HMONG CLAN SIGN VWJ",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x16B8F,
+ },
[0x16F00]={
category="lo",
description="MIAO LETTER PA",
@@ -162986,6 +178163,1036 @@ characters.data={
linebreak="id",
unicodeslot=0x1B001,
},
+ [0x1BC00]={
+ category="lo",
+ description="DUPLOYAN LETTER H",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC00,
+ },
+ [0x1BC01]={
+ category="lo",
+ description="DUPLOYAN LETTER X",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC01,
+ },
+ [0x1BC02]={
+ category="lo",
+ description="DUPLOYAN LETTER P",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC02,
+ },
+ [0x1BC03]={
+ category="lo",
+ description="DUPLOYAN LETTER T",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC03,
+ },
+ [0x1BC04]={
+ category="lo",
+ description="DUPLOYAN LETTER F",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC04,
+ },
+ [0x1BC05]={
+ category="lo",
+ description="DUPLOYAN LETTER K",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC05,
+ },
+ [0x1BC06]={
+ category="lo",
+ description="DUPLOYAN LETTER L",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC06,
+ },
+ [0x1BC07]={
+ category="lo",
+ description="DUPLOYAN LETTER B",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC07,
+ },
+ [0x1BC08]={
+ category="lo",
+ description="DUPLOYAN LETTER D",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC08,
+ },
+ [0x1BC09]={
+ category="lo",
+ description="DUPLOYAN LETTER V",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC09,
+ },
+ [0x1BC0A]={
+ category="lo",
+ description="DUPLOYAN LETTER G",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC0A,
+ },
+ [0x1BC0B]={
+ category="lo",
+ description="DUPLOYAN LETTER R",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC0B,
+ },
+ [0x1BC0C]={
+ category="lo",
+ description="DUPLOYAN LETTER P N",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC0C,
+ },
+ [0x1BC0D]={
+ category="lo",
+ description="DUPLOYAN LETTER D S",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC0D,
+ },
+ [0x1BC0E]={
+ category="lo",
+ description="DUPLOYAN LETTER F N",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC0E,
+ },
+ [0x1BC0F]={
+ category="lo",
+ description="DUPLOYAN LETTER K M",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC0F,
+ },
+ [0x1BC10]={
+ category="lo",
+ description="DUPLOYAN LETTER R S",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC10,
+ },
+ [0x1BC11]={
+ category="lo",
+ description="DUPLOYAN LETTER TH",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC11,
+ },
+ [0x1BC12]={
+ category="lo",
+ description="DUPLOYAN LETTER SLOAN DH",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC12,
+ },
+ [0x1BC13]={
+ category="lo",
+ description="DUPLOYAN LETTER DH",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC13,
+ },
+ [0x1BC14]={
+ category="lo",
+ description="DUPLOYAN LETTER KK",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC14,
+ },
+ [0x1BC15]={
+ category="lo",
+ description="DUPLOYAN LETTER SLOAN J",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC15,
+ },
+ [0x1BC16]={
+ category="lo",
+ description="DUPLOYAN LETTER HL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC16,
+ },
+ [0x1BC17]={
+ category="lo",
+ description="DUPLOYAN LETTER LH",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC17,
+ },
+ [0x1BC18]={
+ category="lo",
+ description="DUPLOYAN LETTER RH",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC18,
+ },
+ [0x1BC19]={
+ category="lo",
+ description="DUPLOYAN LETTER M",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC19,
+ },
+ [0x1BC1A]={
+ category="lo",
+ description="DUPLOYAN LETTER N",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC1A,
+ },
+ [0x1BC1B]={
+ category="lo",
+ description="DUPLOYAN LETTER J",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC1B,
+ },
+ [0x1BC1C]={
+ category="lo",
+ description="DUPLOYAN LETTER S",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC1C,
+ },
+ [0x1BC1D]={
+ category="lo",
+ description="DUPLOYAN LETTER M N",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC1D,
+ },
+ [0x1BC1E]={
+ category="lo",
+ description="DUPLOYAN LETTER N M",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC1E,
+ },
+ [0x1BC1F]={
+ category="lo",
+ description="DUPLOYAN LETTER J M",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC1F,
+ },
+ [0x1BC20]={
+ category="lo",
+ description="DUPLOYAN LETTER S J",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC20,
+ },
+ [0x1BC21]={
+ category="lo",
+ description="DUPLOYAN LETTER M WITH DOT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC21,
+ },
+ [0x1BC22]={
+ category="lo",
+ description="DUPLOYAN LETTER N WITH DOT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC22,
+ },
+ [0x1BC23]={
+ category="lo",
+ description="DUPLOYAN LETTER J WITH DOT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC23,
+ },
+ [0x1BC24]={
+ category="lo",
+ description="DUPLOYAN LETTER J WITH DOTS INSIDE AND ABOVE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC24,
+ },
+ [0x1BC25]={
+ category="lo",
+ description="DUPLOYAN LETTER S WITH DOT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC25,
+ },
+ [0x1BC26]={
+ category="lo",
+ description="DUPLOYAN LETTER S WITH DOT BELOW",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC26,
+ },
+ [0x1BC27]={
+ category="lo",
+ description="DUPLOYAN LETTER M S",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC27,
+ },
+ [0x1BC28]={
+ category="lo",
+ description="DUPLOYAN LETTER N S",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC28,
+ },
+ [0x1BC29]={
+ category="lo",
+ description="DUPLOYAN LETTER J S",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC29,
+ },
+ [0x1BC2A]={
+ category="lo",
+ description="DUPLOYAN LETTER S S",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC2A,
+ },
+ [0x1BC2B]={
+ category="lo",
+ description="DUPLOYAN LETTER M N S",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC2B,
+ },
+ [0x1BC2C]={
+ category="lo",
+ description="DUPLOYAN LETTER N M S",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC2C,
+ },
+ [0x1BC2D]={
+ category="lo",
+ description="DUPLOYAN LETTER J M S",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC2D,
+ },
+ [0x1BC2E]={
+ category="lo",
+ description="DUPLOYAN LETTER S J S",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC2E,
+ },
+ [0x1BC2F]={
+ category="lo",
+ description="DUPLOYAN LETTER J S WITH DOT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC2F,
+ },
+ [0x1BC30]={
+ category="lo",
+ description="DUPLOYAN LETTER J N",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC30,
+ },
+ [0x1BC31]={
+ category="lo",
+ description="DUPLOYAN LETTER J N S",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC31,
+ },
+ [0x1BC32]={
+ category="lo",
+ description="DUPLOYAN LETTER S T",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC32,
+ },
+ [0x1BC33]={
+ category="lo",
+ description="DUPLOYAN LETTER S T R",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC33,
+ },
+ [0x1BC34]={
+ category="lo",
+ description="DUPLOYAN LETTER S P",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC34,
+ },
+ [0x1BC35]={
+ category="lo",
+ description="DUPLOYAN LETTER S P R",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC35,
+ },
+ [0x1BC36]={
+ category="lo",
+ description="DUPLOYAN LETTER T S",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC36,
+ },
+ [0x1BC37]={
+ category="lo",
+ description="DUPLOYAN LETTER T R S",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC37,
+ },
+ [0x1BC38]={
+ category="lo",
+ description="DUPLOYAN LETTER W",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC38,
+ },
+ [0x1BC39]={
+ category="lo",
+ description="DUPLOYAN LETTER WH",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC39,
+ },
+ [0x1BC3A]={
+ category="lo",
+ description="DUPLOYAN LETTER W R",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC3A,
+ },
+ [0x1BC3B]={
+ category="lo",
+ description="DUPLOYAN LETTER S N",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC3B,
+ },
+ [0x1BC3C]={
+ category="lo",
+ description="DUPLOYAN LETTER S M",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC3C,
+ },
+ [0x1BC3D]={
+ category="lo",
+ description="DUPLOYAN LETTER K R S",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC3D,
+ },
+ [0x1BC3E]={
+ category="lo",
+ description="DUPLOYAN LETTER G R S",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC3E,
+ },
+ [0x1BC3F]={
+ category="lo",
+ description="DUPLOYAN LETTER S K",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC3F,
+ },
+ [0x1BC40]={
+ category="lo",
+ description="DUPLOYAN LETTER S K R",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC40,
+ },
+ [0x1BC41]={
+ category="lo",
+ description="DUPLOYAN LETTER A",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC41,
+ },
+ [0x1BC42]={
+ category="lo",
+ description="DUPLOYAN LETTER SLOAN OW",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC42,
+ },
+ [0x1BC43]={
+ category="lo",
+ description="DUPLOYAN LETTER OA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC43,
+ },
+ [0x1BC44]={
+ category="lo",
+ description="DUPLOYAN LETTER O",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC44,
+ },
+ [0x1BC45]={
+ category="lo",
+ description="DUPLOYAN LETTER AOU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC45,
+ },
+ [0x1BC46]={
+ category="lo",
+ description="DUPLOYAN LETTER I",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC46,
+ },
+ [0x1BC47]={
+ category="lo",
+ description="DUPLOYAN LETTER E",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC47,
+ },
+ [0x1BC48]={
+ category="lo",
+ description="DUPLOYAN LETTER IE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC48,
+ },
+ [0x1BC49]={
+ category="lo",
+ description="DUPLOYAN LETTER SHORT I",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC49,
+ },
+ [0x1BC4A]={
+ category="lo",
+ description="DUPLOYAN LETTER UI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC4A,
+ },
+ [0x1BC4B]={
+ category="lo",
+ description="DUPLOYAN LETTER EE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC4B,
+ },
+ [0x1BC4C]={
+ category="lo",
+ description="DUPLOYAN LETTER SLOAN EH",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC4C,
+ },
+ [0x1BC4D]={
+ category="lo",
+ description="DUPLOYAN LETTER ROMANIAN I",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC4D,
+ },
+ [0x1BC4E]={
+ category="lo",
+ description="DUPLOYAN LETTER SLOAN EE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC4E,
+ },
+ [0x1BC4F]={
+ category="lo",
+ description="DUPLOYAN LETTER LONG I",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC4F,
+ },
+ [0x1BC50]={
+ category="lo",
+ description="DUPLOYAN LETTER YE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC50,
+ },
+ [0x1BC51]={
+ category="lo",
+ description="DUPLOYAN LETTER U",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC51,
+ },
+ [0x1BC52]={
+ category="lo",
+ description="DUPLOYAN LETTER EU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC52,
+ },
+ [0x1BC53]={
+ category="lo",
+ description="DUPLOYAN LETTER XW",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC53,
+ },
+ [0x1BC54]={
+ category="lo",
+ description="DUPLOYAN LETTER U N",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC54,
+ },
+ [0x1BC55]={
+ category="lo",
+ description="DUPLOYAN LETTER LONG U",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC55,
+ },
+ [0x1BC56]={
+ category="lo",
+ description="DUPLOYAN LETTER ROMANIAN U",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC56,
+ },
+ [0x1BC57]={
+ category="lo",
+ description="DUPLOYAN LETTER UH",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC57,
+ },
+ [0x1BC58]={
+ category="lo",
+ description="DUPLOYAN LETTER SLOAN U",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC58,
+ },
+ [0x1BC59]={
+ category="lo",
+ description="DUPLOYAN LETTER OOH",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC59,
+ },
+ [0x1BC5A]={
+ category="lo",
+ description="DUPLOYAN LETTER OW",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC5A,
+ },
+ [0x1BC5B]={
+ category="lo",
+ description="DUPLOYAN LETTER OU",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC5B,
+ },
+ [0x1BC5C]={
+ category="lo",
+ description="DUPLOYAN LETTER WA",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC5C,
+ },
+ [0x1BC5D]={
+ category="lo",
+ description="DUPLOYAN LETTER WO",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC5D,
+ },
+ [0x1BC5E]={
+ category="lo",
+ description="DUPLOYAN LETTER WI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC5E,
+ },
+ [0x1BC5F]={
+ category="lo",
+ description="DUPLOYAN LETTER WEI",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC5F,
+ },
+ [0x1BC60]={
+ category="lo",
+ description="DUPLOYAN LETTER WOW",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC60,
+ },
+ [0x1BC61]={
+ category="lo",
+ description="DUPLOYAN LETTER NASAL U",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC61,
+ },
+ [0x1BC62]={
+ category="lo",
+ description="DUPLOYAN LETTER NASAL O",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC62,
+ },
+ [0x1BC63]={
+ category="lo",
+ description="DUPLOYAN LETTER NASAL I",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC63,
+ },
+ [0x1BC64]={
+ category="lo",
+ description="DUPLOYAN LETTER NASAL A",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC64,
+ },
+ [0x1BC65]={
+ category="lo",
+ description="DUPLOYAN LETTER PERNIN AN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC65,
+ },
+ [0x1BC66]={
+ category="lo",
+ description="DUPLOYAN LETTER PERNIN AM",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC66,
+ },
+ [0x1BC67]={
+ category="lo",
+ description="DUPLOYAN LETTER SLOAN EN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC67,
+ },
+ [0x1BC68]={
+ category="lo",
+ description="DUPLOYAN LETTER SLOAN AN",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC68,
+ },
+ [0x1BC69]={
+ category="lo",
+ description="DUPLOYAN LETTER SLOAN ON",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC69,
+ },
+ [0x1BC6A]={
+ category="lo",
+ description="DUPLOYAN LETTER VOCALIC M",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC6A,
+ },
+ [0x1BC70]={
+ category="lo",
+ description="DUPLOYAN AFFIX LEFT HORIZONTAL SECANT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC70,
+ },
+ [0x1BC71]={
+ category="lo",
+ description="DUPLOYAN AFFIX MID HORIZONTAL SECANT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC71,
+ },
+ [0x1BC72]={
+ category="lo",
+ description="DUPLOYAN AFFIX RIGHT HORIZONTAL SECANT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC72,
+ },
+ [0x1BC73]={
+ category="lo",
+ description="DUPLOYAN AFFIX LOW VERTICAL SECANT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC73,
+ },
+ [0x1BC74]={
+ category="lo",
+ description="DUPLOYAN AFFIX MID VERTICAL SECANT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC74,
+ },
+ [0x1BC75]={
+ category="lo",
+ description="DUPLOYAN AFFIX HIGH VERTICAL SECANT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC75,
+ },
+ [0x1BC76]={
+ category="lo",
+ description="DUPLOYAN AFFIX ATTACHED SECANT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC76,
+ },
+ [0x1BC77]={
+ category="lo",
+ description="DUPLOYAN AFFIX ATTACHED LEFT-TO-RIGHT SECANT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC77,
+ },
+ [0x1BC78]={
+ category="lo",
+ description="DUPLOYAN AFFIX ATTACHED TANGENT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC78,
+ },
+ [0x1BC79]={
+ category="lo",
+ description="DUPLOYAN AFFIX ATTACHED TAIL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC79,
+ },
+ [0x1BC7A]={
+ category="lo",
+ description="DUPLOYAN AFFIX ATTACHED E HOOK",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC7A,
+ },
+ [0x1BC7B]={
+ category="lo",
+ description="DUPLOYAN AFFIX ATTACHED I HOOK",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC7B,
+ },
+ [0x1BC7C]={
+ category="lo",
+ description="DUPLOYAN AFFIX ATTACHED TANGENT HOOK",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC7C,
+ },
+ [0x1BC80]={
+ category="lo",
+ description="DUPLOYAN AFFIX HIGH ACUTE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC80,
+ },
+ [0x1BC81]={
+ category="lo",
+ description="DUPLOYAN AFFIX HIGH TIGHT ACUTE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC81,
+ },
+ [0x1BC82]={
+ category="lo",
+ description="DUPLOYAN AFFIX HIGH GRAVE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC82,
+ },
+ [0x1BC83]={
+ category="lo",
+ description="DUPLOYAN AFFIX HIGH LONG GRAVE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC83,
+ },
+ [0x1BC84]={
+ category="lo",
+ description="DUPLOYAN AFFIX HIGH DOT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC84,
+ },
+ [0x1BC85]={
+ category="lo",
+ description="DUPLOYAN AFFIX HIGH CIRCLE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC85,
+ },
+ [0x1BC86]={
+ category="lo",
+ description="DUPLOYAN AFFIX HIGH LINE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC86,
+ },
+ [0x1BC87]={
+ category="lo",
+ description="DUPLOYAN AFFIX HIGH WAVE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC87,
+ },
+ [0x1BC88]={
+ category="lo",
+ description="DUPLOYAN AFFIX HIGH VERTICAL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC88,
+ },
+ [0x1BC90]={
+ category="lo",
+ description="DUPLOYAN AFFIX LOW ACUTE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC90,
+ },
+ [0x1BC91]={
+ category="lo",
+ description="DUPLOYAN AFFIX LOW TIGHT ACUTE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC91,
+ },
+ [0x1BC92]={
+ category="lo",
+ description="DUPLOYAN AFFIX LOW GRAVE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC92,
+ },
+ [0x1BC93]={
+ category="lo",
+ description="DUPLOYAN AFFIX LOW LONG GRAVE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC93,
+ },
+ [0x1BC94]={
+ category="lo",
+ description="DUPLOYAN AFFIX LOW DOT",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC94,
+ },
+ [0x1BC95]={
+ category="lo",
+ description="DUPLOYAN AFFIX LOW CIRCLE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC95,
+ },
+ [0x1BC96]={
+ category="lo",
+ description="DUPLOYAN AFFIX LOW LINE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC96,
+ },
+ [0x1BC97]={
+ category="lo",
+ description="DUPLOYAN AFFIX LOW WAVE",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC97,
+ },
+ [0x1BC98]={
+ category="lo",
+ description="DUPLOYAN AFFIX LOW VERTICAL",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC98,
+ },
+ [0x1BC99]={
+ category="lo",
+ description="DUPLOYAN AFFIX LOW ARROW",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC99,
+ },
+ [0x1BC9C]={
+ category="so",
+ description="DUPLOYAN SIGN O WITH CROSS",
+ direction="l",
+ linebreak="al",
+ unicodeslot=0x1BC9C,
+ },
+ [0x1BC9D]={
+ category="mn",
+ description="DUPLOYAN THICK LETTER SELECTOR",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1BC9D,
+ },
+ [0x1BC9E]={
+ category="mn",
+ combining=0x1,
+ description="DUPLOYAN DOUBLE MARK",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1BC9E,
+ },
+ [0x1BC9F]={
+ category="po",
+ description="DUPLOYAN PUNCTUATION CHINOOK FULL STOP",
+ direction="l",
+ linebreak="ba",
+ unicodeslot=0x1BC9F,
+ },
+ [0x1BCA0]={
+ category="cf",
+ description="SHORTHAND FORMAT LETTER OVERLAP",
+ direction="bn",
+ linebreak="cm",
+ unicodeslot=0x1BCA0,
+ },
+ [0x1BCA1]={
+ category="cf",
+ description="SHORTHAND FORMAT CONTINUING OVERLAP",
+ direction="bn",
+ linebreak="cm",
+ unicodeslot=0x1BCA1,
+ },
+ [0x1BCA2]={
+ category="cf",
+ description="SHORTHAND FORMAT DOWN STEP",
+ direction="bn",
+ linebreak="cm",
+ unicodeslot=0x1BCA2,
+ },
+ [0x1BCA3]={
+ category="cf",
+ description="SHORTHAND FORMAT UP STEP",
+ direction="bn",
+ linebreak="cm",
+ unicodeslot=0x1BCA3,
+ },
[0x1D000]={
category="so",
description="BYZANTINE MUSICAL SYMBOL PSILI",
@@ -165410,6 +181617,7 @@ characters.data={
},
[0x1D165]={
category="mc",
+ combining=0xD8,
description="MUSICAL SYMBOL COMBINING STEM",
direction="l",
linebreak="cm",
@@ -165417,6 +181625,7 @@ characters.data={
},
[0x1D166]={
category="mc",
+ combining=0xD8,
description="MUSICAL SYMBOL COMBINING SPRECHGESANG STEM",
direction="l",
linebreak="cm",
@@ -165424,6 +181633,7 @@ characters.data={
},
[0x1D167]={
category="mn",
+ combining=0x1,
description="MUSICAL SYMBOL COMBINING TREMOLO-0x0001",
direction="nsm",
linebreak="cm",
@@ -165431,6 +181641,7 @@ characters.data={
},
[0x1D168]={
category="mn",
+ combining=0x1,
description="MUSICAL SYMBOL COMBINING TREMOLO-0x0002",
direction="nsm",
linebreak="cm",
@@ -165438,6 +181649,7 @@ characters.data={
},
[0x1D169]={
category="mn",
+ combining=0x1,
description="MUSICAL SYMBOL COMBINING TREMOLO-0x0003",
direction="nsm",
linebreak="cm",
@@ -165466,6 +181678,7 @@ characters.data={
},
[0x1D16D]={
category="mc",
+ combining=0xE2,
description="MUSICAL SYMBOL COMBINING AUGMENTATION DOT",
direction="l",
linebreak="cm",
@@ -165473,6 +181686,7 @@ characters.data={
},
[0x1D16E]={
category="mc",
+ combining=0xD8,
description="MUSICAL SYMBOL COMBINING FLAG-0x0001",
direction="l",
linebreak="cm",
@@ -165480,6 +181694,7 @@ characters.data={
},
[0x1D16F]={
category="mc",
+ combining=0xD8,
description="MUSICAL SYMBOL COMBINING FLAG-0x0002",
direction="l",
linebreak="cm",
@@ -165487,6 +181702,7 @@ characters.data={
},
[0x1D170]={
category="mc",
+ combining=0xD8,
description="MUSICAL SYMBOL COMBINING FLAG-0x0003",
direction="l",
linebreak="cm",
@@ -165494,6 +181710,7 @@ characters.data={
},
[0x1D171]={
category="mc",
+ combining=0xD8,
description="MUSICAL SYMBOL COMBINING FLAG-0x0004",
direction="l",
linebreak="cm",
@@ -165501,6 +181718,7 @@ characters.data={
},
[0x1D172]={
category="mc",
+ combining=0xD8,
description="MUSICAL SYMBOL COMBINING FLAG-0x0005",
direction="l",
linebreak="cm",
@@ -165564,6 +181782,7 @@ characters.data={
},
[0x1D17B]={
category="mn",
+ combining=0xDC,
description="MUSICAL SYMBOL COMBINING ACCENT",
direction="nsm",
linebreak="cm",
@@ -165571,6 +181790,7 @@ characters.data={
},
[0x1D17C]={
category="mn",
+ combining=0xDC,
description="MUSICAL SYMBOL COMBINING STACCATO",
direction="nsm",
linebreak="cm",
@@ -165578,6 +181798,7 @@ characters.data={
},
[0x1D17D]={
category="mn",
+ combining=0xDC,
description="MUSICAL SYMBOL COMBINING TENUTO",
direction="nsm",
linebreak="cm",
@@ -165585,6 +181806,7 @@ characters.data={
},
[0x1D17E]={
category="mn",
+ combining=0xDC,
description="MUSICAL SYMBOL COMBINING STACCATISSIMO",
direction="nsm",
linebreak="cm",
@@ -165592,6 +181814,7 @@ characters.data={
},
[0x1D17F]={
category="mn",
+ combining=0xDC,
description="MUSICAL SYMBOL COMBINING MARCATO",
direction="nsm",
linebreak="cm",
@@ -165599,6 +181822,7 @@ characters.data={
},
[0x1D180]={
category="mn",
+ combining=0xDC,
description="MUSICAL SYMBOL COMBINING MARCATO-STACCATO",
direction="nsm",
linebreak="cm",
@@ -165606,6 +181830,7 @@ characters.data={
},
[0x1D181]={
category="mn",
+ combining=0xDC,
description="MUSICAL SYMBOL COMBINING ACCENT-STACCATO",
direction="nsm",
linebreak="cm",
@@ -165613,6 +181838,7 @@ characters.data={
},
[0x1D182]={
category="mn",
+ combining=0xDC,
description="MUSICAL SYMBOL COMBINING LOURE",
direction="nsm",
linebreak="cm",
@@ -165634,6 +181860,7 @@ characters.data={
},
[0x1D185]={
category="mn",
+ combining=0xE6,
description="MUSICAL SYMBOL COMBINING DOIT",
direction="nsm",
linebreak="cm",
@@ -165641,6 +181868,7 @@ characters.data={
},
[0x1D186]={
category="mn",
+ combining=0xE6,
description="MUSICAL SYMBOL COMBINING RIP",
direction="nsm",
linebreak="cm",
@@ -165648,6 +181876,7 @@ characters.data={
},
[0x1D187]={
category="mn",
+ combining=0xE6,
description="MUSICAL SYMBOL COMBINING FLIP",
direction="nsm",
linebreak="cm",
@@ -165655,6 +181884,7 @@ characters.data={
},
[0x1D188]={
category="mn",
+ combining=0xE6,
description="MUSICAL SYMBOL COMBINING SMEAR",
direction="nsm",
linebreak="cm",
@@ -165662,6 +181892,7 @@ characters.data={
},
[0x1D189]={
category="mn",
+ combining=0xE6,
description="MUSICAL SYMBOL COMBINING BEND",
direction="nsm",
linebreak="cm",
@@ -165669,6 +181900,7 @@ characters.data={
},
[0x1D18A]={
category="mn",
+ combining=0xDC,
description="MUSICAL SYMBOL COMBINING DOUBLE TONGUE",
direction="nsm",
linebreak="cm",
@@ -165676,6 +181908,7 @@ characters.data={
},
[0x1D18B]={
category="mn",
+ combining=0xDC,
description="MUSICAL SYMBOL COMBINING TRIPLE TONGUE",
direction="nsm",
linebreak="cm",
@@ -165893,6 +182126,7 @@ characters.data={
},
[0x1D1AA]={
category="mn",
+ combining=0xE6,
description="MUSICAL SYMBOL COMBINING DOWN BOW",
direction="nsm",
linebreak="cm",
@@ -165900,6 +182134,7 @@ characters.data={
},
[0x1D1AB]={
category="mn",
+ combining=0xE6,
description="MUSICAL SYMBOL COMBINING UP BOW",
direction="nsm",
linebreak="cm",
@@ -165907,6 +182142,7 @@ characters.data={
},
[0x1D1AC]={
category="mn",
+ combining=0xE6,
description="MUSICAL SYMBOL COMBINING HARMONIC",
direction="nsm",
linebreak="cm",
@@ -165914,6 +182150,7 @@ characters.data={
},
[0x1D1AD]={
category="mn",
+ combining=0xE6,
description="MUSICAL SYMBOL COMBINING SNAP PIZZICATO",
direction="nsm",
linebreak="cm",
@@ -166725,6 +182962,7 @@ characters.data={
},
[0x1D242]={
category="mn",
+ combining=0xE6,
description="COMBINING GREEK MUSICAL TRISEME",
direction="nsm",
linebreak="cm",
@@ -166732,6 +182970,7 @@ characters.data={
},
[0x1D243]={
category="mn",
+ combining=0xE6,
description="COMBINING GREEK MUSICAL TETRASEME",
direction="nsm",
linebreak="cm",
@@ -166739,6 +182978,7 @@ characters.data={
},
[0x1D244]={
category="mn",
+ combining=0xE6,
description="COMBINING GREEK MUSICAL PENTASEME",
direction="nsm",
linebreak="cm",
@@ -167491,7 +183731,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0041 },
+ specials={ "font", 0x41 },
unicodeslot=0x1D400,
visual="bf",
},
@@ -167500,7 +183740,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0042 },
+ specials={ "font", 0x42 },
unicodeslot=0x1D401,
visual="bf",
},
@@ -167509,7 +183749,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL C",
direction="l",
linebreak="al",
- specials={ "font", 0x0043 },
+ specials={ "font", 0x43 },
unicodeslot=0x1D402,
visual="bf",
},
@@ -167518,7 +183758,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0044 },
+ specials={ "font", 0x44 },
unicodeslot=0x1D403,
visual="bf",
},
@@ -167527,7 +183767,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0045 },
+ specials={ "font", 0x45 },
unicodeslot=0x1D404,
visual="bf",
},
@@ -167536,7 +183776,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0046 },
+ specials={ "font", 0x46 },
unicodeslot=0x1D405,
visual="bf",
},
@@ -167545,7 +183785,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0047 },
+ specials={ "font", 0x47 },
unicodeslot=0x1D406,
visual="bf",
},
@@ -167554,7 +183794,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL H",
direction="l",
linebreak="al",
- specials={ "font", 0x0048 },
+ specials={ "font", 0x48 },
unicodeslot=0x1D407,
visual="bf",
},
@@ -167563,7 +183803,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL I",
direction="l",
linebreak="al",
- specials={ "font", 0x0049 },
+ specials={ "font", 0x49 },
unicodeslot=0x1D408,
visual="bf",
},
@@ -167572,7 +183812,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL J",
direction="l",
linebreak="al",
- specials={ "font", 0x004A },
+ specials={ "font", 0x4A },
unicodeslot=0x1D409,
visual="bf",
},
@@ -167581,7 +183821,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL K",
direction="l",
linebreak="al",
- specials={ "font", 0x004B },
+ specials={ "font", 0x4B },
unicodeslot=0x1D40A,
visual="bf",
},
@@ -167590,7 +183830,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL L",
direction="l",
linebreak="al",
- specials={ "font", 0x004C },
+ specials={ "font", 0x4C },
unicodeslot=0x1D40B,
visual="bf",
},
@@ -167599,7 +183839,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL M",
direction="l",
linebreak="al",
- specials={ "font", 0x004D },
+ specials={ "font", 0x4D },
unicodeslot=0x1D40C,
visual="bf",
},
@@ -167608,7 +183848,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL N",
direction="l",
linebreak="al",
- specials={ "font", 0x004E },
+ specials={ "font", 0x4E },
unicodeslot=0x1D40D,
visual="bf",
},
@@ -167617,7 +183857,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL O",
direction="l",
linebreak="al",
- specials={ "font", 0x004F },
+ specials={ "font", 0x4F },
unicodeslot=0x1D40E,
visual="bf",
},
@@ -167626,7 +183866,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL P",
direction="l",
linebreak="al",
- specials={ "font", 0x0050 },
+ specials={ "font", 0x50 },
unicodeslot=0x1D40F,
visual="bf",
},
@@ -167635,7 +183875,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL Q",
direction="l",
linebreak="al",
- specials={ "font", 0x0051 },
+ specials={ "font", 0x51 },
unicodeslot=0x1D410,
visual="bf",
},
@@ -167644,7 +183884,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL R",
direction="l",
linebreak="al",
- specials={ "font", 0x0052 },
+ specials={ "font", 0x52 },
unicodeslot=0x1D411,
visual="bf",
},
@@ -167653,7 +183893,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0053 },
+ specials={ "font", 0x53 },
unicodeslot=0x1D412,
visual="bf",
},
@@ -167662,7 +183902,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0054 },
+ specials={ "font", 0x54 },
unicodeslot=0x1D413,
visual="bf",
},
@@ -167671,7 +183911,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0055 },
+ specials={ "font", 0x55 },
unicodeslot=0x1D414,
visual="bf",
},
@@ -167680,7 +183920,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0056 },
+ specials={ "font", 0x56 },
unicodeslot=0x1D415,
visual="bf",
},
@@ -167689,7 +183929,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0057 },
+ specials={ "font", 0x57 },
unicodeslot=0x1D416,
visual="bf",
},
@@ -167698,7 +183938,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0058 },
+ specials={ "font", 0x58 },
unicodeslot=0x1D417,
visual="bf",
},
@@ -167707,7 +183947,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0059 },
+ specials={ "font", 0x59 },
unicodeslot=0x1D418,
visual="bf",
},
@@ -167716,7 +183956,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL Z",
direction="l",
linebreak="al",
- specials={ "font", 0x005A },
+ specials={ "font", 0x5A },
unicodeslot=0x1D419,
visual="bf",
},
@@ -167725,7 +183965,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0061 },
+ specials={ "font", 0x61 },
unicodeslot=0x1D41A,
visual="bf",
},
@@ -167734,7 +183974,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0062 },
+ specials={ "font", 0x62 },
unicodeslot=0x1D41B,
visual="bf",
},
@@ -167743,7 +183983,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL C",
direction="l",
linebreak="al",
- specials={ "font", 0x0063 },
+ specials={ "font", 0x63 },
unicodeslot=0x1D41C,
visual="bf",
},
@@ -167752,7 +183992,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0064 },
+ specials={ "font", 0x64 },
unicodeslot=0x1D41D,
visual="bf",
},
@@ -167761,7 +184001,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0065 },
+ specials={ "font", 0x65 },
unicodeslot=0x1D41E,
visual="bf",
},
@@ -167770,7 +184010,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0066 },
+ specials={ "font", 0x66 },
unicodeslot=0x1D41F,
visual="bf",
},
@@ -167779,7 +184019,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0067 },
+ specials={ "font", 0x67 },
unicodeslot=0x1D420,
visual="bf",
},
@@ -167788,7 +184028,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL H",
direction="l",
linebreak="al",
- specials={ "font", 0x0068 },
+ specials={ "font", 0x68 },
unicodeslot=0x1D421,
visual="bf",
},
@@ -167797,7 +184037,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL I",
direction="l",
linebreak="al",
- specials={ "font", 0x0069 },
+ specials={ "font", 0x69 },
unicodeslot=0x1D422,
visual="bf",
},
@@ -167806,7 +184046,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL J",
direction="l",
linebreak="al",
- specials={ "font", 0x006A },
+ specials={ "font", 0x6A },
unicodeslot=0x1D423,
visual="bf",
},
@@ -167815,7 +184055,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL K",
direction="l",
linebreak="al",
- specials={ "font", 0x006B },
+ specials={ "font", 0x6B },
unicodeslot=0x1D424,
visual="bf",
},
@@ -167824,7 +184064,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL L",
direction="l",
linebreak="al",
- specials={ "font", 0x006C },
+ specials={ "font", 0x6C },
unicodeslot=0x1D425,
visual="bf",
},
@@ -167833,7 +184073,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL M",
direction="l",
linebreak="al",
- specials={ "font", 0x006D },
+ specials={ "font", 0x6D },
unicodeslot=0x1D426,
visual="bf",
},
@@ -167842,7 +184082,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL N",
direction="l",
linebreak="al",
- specials={ "font", 0x006E },
+ specials={ "font", 0x6E },
unicodeslot=0x1D427,
visual="bf",
},
@@ -167851,7 +184091,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL O",
direction="l",
linebreak="al",
- specials={ "font", 0x006F },
+ specials={ "font", 0x6F },
unicodeslot=0x1D428,
visual="bf",
},
@@ -167860,7 +184100,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL P",
direction="l",
linebreak="al",
- specials={ "font", 0x0070 },
+ specials={ "font", 0x70 },
unicodeslot=0x1D429,
visual="bf",
},
@@ -167869,7 +184109,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL Q",
direction="l",
linebreak="al",
- specials={ "font", 0x0071 },
+ specials={ "font", 0x71 },
unicodeslot=0x1D42A,
visual="bf",
},
@@ -167878,7 +184118,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL R",
direction="l",
linebreak="al",
- specials={ "font", 0x0072 },
+ specials={ "font", 0x72 },
unicodeslot=0x1D42B,
visual="bf",
},
@@ -167887,7 +184127,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0073 },
+ specials={ "font", 0x73 },
unicodeslot=0x1D42C,
visual="bf",
},
@@ -167896,7 +184136,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0074 },
+ specials={ "font", 0x74 },
unicodeslot=0x1D42D,
visual="bf",
},
@@ -167905,7 +184145,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0075 },
+ specials={ "font", 0x75 },
unicodeslot=0x1D42E,
visual="bf",
},
@@ -167914,7 +184154,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0076 },
+ specials={ "font", 0x76 },
unicodeslot=0x1D42F,
visual="bf",
},
@@ -167923,7 +184163,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0077 },
+ specials={ "font", 0x77 },
unicodeslot=0x1D430,
visual="bf",
},
@@ -167932,7 +184172,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0078 },
+ specials={ "font", 0x78 },
unicodeslot=0x1D431,
visual="bf",
},
@@ -167941,7 +184181,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0079 },
+ specials={ "font", 0x79 },
unicodeslot=0x1D432,
visual="bf",
},
@@ -167950,7 +184190,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL Z",
direction="l",
linebreak="al",
- specials={ "font", 0x007A },
+ specials={ "font", 0x7A },
unicodeslot=0x1D433,
visual="bf",
},
@@ -167959,7 +184199,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0041 },
+ specials={ "font", 0x41 },
unicodeslot=0x1D434,
visual="it",
},
@@ -167968,7 +184208,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0042 },
+ specials={ "font", 0x42 },
unicodeslot=0x1D435,
visual="it",
},
@@ -167977,7 +184217,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL C",
direction="l",
linebreak="al",
- specials={ "font", 0x0043 },
+ specials={ "font", 0x43 },
unicodeslot=0x1D436,
visual="it",
},
@@ -167986,7 +184226,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0044 },
+ specials={ "font", 0x44 },
unicodeslot=0x1D437,
visual="it",
},
@@ -167995,7 +184235,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0045 },
+ specials={ "font", 0x45 },
unicodeslot=0x1D438,
visual="it",
},
@@ -168004,7 +184244,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0046 },
+ specials={ "font", 0x46 },
unicodeslot=0x1D439,
visual="it",
},
@@ -168013,7 +184253,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0047 },
+ specials={ "font", 0x47 },
unicodeslot=0x1D43A,
visual="it",
},
@@ -168022,7 +184262,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL H",
direction="l",
linebreak="al",
- specials={ "font", 0x0048 },
+ specials={ "font", 0x48 },
unicodeslot=0x1D43B,
visual="it",
},
@@ -168031,7 +184271,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL I",
direction="l",
linebreak="al",
- specials={ "font", 0x0049 },
+ specials={ "font", 0x49 },
unicodeslot=0x1D43C,
visual="it",
},
@@ -168040,7 +184280,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL J",
direction="l",
linebreak="al",
- specials={ "font", 0x004A },
+ specials={ "font", 0x4A },
unicodeslot=0x1D43D,
visual="it",
},
@@ -168049,7 +184289,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL K",
direction="l",
linebreak="al",
- specials={ "font", 0x004B },
+ specials={ "font", 0x4B },
unicodeslot=0x1D43E,
visual="it",
},
@@ -168058,7 +184298,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL L",
direction="l",
linebreak="al",
- specials={ "font", 0x004C },
+ specials={ "font", 0x4C },
unicodeslot=0x1D43F,
visual="it",
},
@@ -168067,7 +184307,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL M",
direction="l",
linebreak="al",
- specials={ "font", 0x004D },
+ specials={ "font", 0x4D },
unicodeslot=0x1D440,
visual="it",
},
@@ -168076,7 +184316,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL N",
direction="l",
linebreak="al",
- specials={ "font", 0x004E },
+ specials={ "font", 0x4E },
unicodeslot=0x1D441,
visual="it",
},
@@ -168085,7 +184325,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL O",
direction="l",
linebreak="al",
- specials={ "font", 0x004F },
+ specials={ "font", 0x4F },
unicodeslot=0x1D442,
visual="it",
},
@@ -168094,7 +184334,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL P",
direction="l",
linebreak="al",
- specials={ "font", 0x0050 },
+ specials={ "font", 0x50 },
unicodeslot=0x1D443,
visual="it",
},
@@ -168103,7 +184343,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL Q",
direction="l",
linebreak="al",
- specials={ "font", 0x0051 },
+ specials={ "font", 0x51 },
unicodeslot=0x1D444,
visual="it",
},
@@ -168112,7 +184352,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL R",
direction="l",
linebreak="al",
- specials={ "font", 0x0052 },
+ specials={ "font", 0x52 },
unicodeslot=0x1D445,
visual="it",
},
@@ -168121,7 +184361,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0053 },
+ specials={ "font", 0x53 },
unicodeslot=0x1D446,
visual="it",
},
@@ -168130,7 +184370,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0054 },
+ specials={ "font", 0x54 },
unicodeslot=0x1D447,
visual="it",
},
@@ -168139,7 +184379,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0055 },
+ specials={ "font", 0x55 },
unicodeslot=0x1D448,
visual="it",
},
@@ -168148,7 +184388,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0056 },
+ specials={ "font", 0x56 },
unicodeslot=0x1D449,
visual="it",
},
@@ -168157,7 +184397,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0057 },
+ specials={ "font", 0x57 },
unicodeslot=0x1D44A,
visual="it",
},
@@ -168166,7 +184406,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0058 },
+ specials={ "font", 0x58 },
unicodeslot=0x1D44B,
visual="it",
},
@@ -168175,7 +184415,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0059 },
+ specials={ "font", 0x59 },
unicodeslot=0x1D44C,
visual="it",
},
@@ -168184,7 +184424,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL Z",
direction="l",
linebreak="al",
- specials={ "font", 0x005A },
+ specials={ "font", 0x5A },
unicodeslot=0x1D44D,
visual="it",
},
@@ -168193,7 +184433,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0061 },
+ specials={ "font", 0x61 },
unicodeslot=0x1D44E,
visual="it",
},
@@ -168202,7 +184442,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0062 },
+ specials={ "font", 0x62 },
unicodeslot=0x1D44F,
visual="it",
},
@@ -168211,7 +184451,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL C",
direction="l",
linebreak="al",
- specials={ "font", 0x0063 },
+ specials={ "font", 0x63 },
unicodeslot=0x1D450,
visual="it",
},
@@ -168220,7 +184460,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0064 },
+ specials={ "font", 0x64 },
unicodeslot=0x1D451,
visual="it",
},
@@ -168229,7 +184469,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0065 },
+ specials={ "font", 0x65 },
unicodeslot=0x1D452,
visual="it",
},
@@ -168238,7 +184478,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0066 },
+ specials={ "font", 0x66 },
unicodeslot=0x1D453,
visual="it",
},
@@ -168247,7 +184487,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0067 },
+ specials={ "font", 0x67 },
unicodeslot=0x1D454,
visual="it",
},
@@ -168256,7 +184496,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL I",
direction="l",
linebreak="al",
- specials={ "font", 0x0069 },
+ specials={ "font", 0x69 },
unicodeslot=0x1D456,
visual="it",
},
@@ -168265,7 +184505,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL J",
direction="l",
linebreak="al",
- specials={ "font", 0x006A },
+ specials={ "font", 0x6A },
unicodeslot=0x1D457,
visual="it",
},
@@ -168274,7 +184514,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL K",
direction="l",
linebreak="al",
- specials={ "font", 0x006B },
+ specials={ "font", 0x6B },
unicodeslot=0x1D458,
visual="it",
},
@@ -168283,7 +184523,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL L",
direction="l",
linebreak="al",
- specials={ "font", 0x006C },
+ specials={ "font", 0x6C },
unicodeslot=0x1D459,
visual="it",
},
@@ -168292,7 +184532,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL M",
direction="l",
linebreak="al",
- specials={ "font", 0x006D },
+ specials={ "font", 0x6D },
unicodeslot=0x1D45A,
visual="it",
},
@@ -168301,7 +184541,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL N",
direction="l",
linebreak="al",
- specials={ "font", 0x006E },
+ specials={ "font", 0x6E },
unicodeslot=0x1D45B,
visual="it",
},
@@ -168310,7 +184550,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL O",
direction="l",
linebreak="al",
- specials={ "font", 0x006F },
+ specials={ "font", 0x6F },
unicodeslot=0x1D45C,
visual="it",
},
@@ -168319,7 +184559,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL P",
direction="l",
linebreak="al",
- specials={ "font", 0x0070 },
+ specials={ "font", 0x70 },
unicodeslot=0x1D45D,
visual="it",
},
@@ -168328,7 +184568,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL Q",
direction="l",
linebreak="al",
- specials={ "font", 0x0071 },
+ specials={ "font", 0x71 },
unicodeslot=0x1D45E,
visual="it",
},
@@ -168337,7 +184577,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL R",
direction="l",
linebreak="al",
- specials={ "font", 0x0072 },
+ specials={ "font", 0x72 },
unicodeslot=0x1D45F,
visual="it",
},
@@ -168346,7 +184586,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0073 },
+ specials={ "font", 0x73 },
unicodeslot=0x1D460,
visual="it",
},
@@ -168355,7 +184595,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0074 },
+ specials={ "font", 0x74 },
unicodeslot=0x1D461,
visual="it",
},
@@ -168364,7 +184604,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0075 },
+ specials={ "font", 0x75 },
unicodeslot=0x1D462,
visual="it",
},
@@ -168373,7 +184613,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0076 },
+ specials={ "font", 0x76 },
unicodeslot=0x1D463,
visual="it",
},
@@ -168382,7 +184622,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0077 },
+ specials={ "font", 0x77 },
unicodeslot=0x1D464,
visual="it",
},
@@ -168391,7 +184631,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0078 },
+ specials={ "font", 0x78 },
unicodeslot=0x1D465,
visual="it",
},
@@ -168400,7 +184640,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0079 },
+ specials={ "font", 0x79 },
unicodeslot=0x1D466,
visual="it",
},
@@ -168409,7 +184649,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL Z",
direction="l",
linebreak="al",
- specials={ "font", 0x007A },
+ specials={ "font", 0x7A },
unicodeslot=0x1D467,
visual="it",
},
@@ -168418,7 +184658,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0041 },
+ specials={ "font", 0x41 },
unicodeslot=0x1D468,
visual="bi",
},
@@ -168427,7 +184667,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0042 },
+ specials={ "font", 0x42 },
unicodeslot=0x1D469,
visual="bi",
},
@@ -168436,7 +184676,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL C",
direction="l",
linebreak="al",
- specials={ "font", 0x0043 },
+ specials={ "font", 0x43 },
unicodeslot=0x1D46A,
visual="bi",
},
@@ -168445,7 +184685,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0044 },
+ specials={ "font", 0x44 },
unicodeslot=0x1D46B,
visual="bi",
},
@@ -168454,7 +184694,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0045 },
+ specials={ "font", 0x45 },
unicodeslot=0x1D46C,
visual="bi",
},
@@ -168463,7 +184703,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0046 },
+ specials={ "font", 0x46 },
unicodeslot=0x1D46D,
visual="bi",
},
@@ -168472,7 +184712,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0047 },
+ specials={ "font", 0x47 },
unicodeslot=0x1D46E,
visual="bi",
},
@@ -168481,7 +184721,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL H",
direction="l",
linebreak="al",
- specials={ "font", 0x0048 },
+ specials={ "font", 0x48 },
unicodeslot=0x1D46F,
visual="bi",
},
@@ -168490,7 +184730,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL I",
direction="l",
linebreak="al",
- specials={ "font", 0x0049 },
+ specials={ "font", 0x49 },
unicodeslot=0x1D470,
visual="bi",
},
@@ -168499,7 +184739,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL J",
direction="l",
linebreak="al",
- specials={ "font", 0x004A },
+ specials={ "font", 0x4A },
unicodeslot=0x1D471,
visual="bi",
},
@@ -168508,7 +184748,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL K",
direction="l",
linebreak="al",
- specials={ "font", 0x004B },
+ specials={ "font", 0x4B },
unicodeslot=0x1D472,
visual="bi",
},
@@ -168517,7 +184757,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL L",
direction="l",
linebreak="al",
- specials={ "font", 0x004C },
+ specials={ "font", 0x4C },
unicodeslot=0x1D473,
visual="bi",
},
@@ -168526,7 +184766,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL M",
direction="l",
linebreak="al",
- specials={ "font", 0x004D },
+ specials={ "font", 0x4D },
unicodeslot=0x1D474,
visual="bi",
},
@@ -168535,7 +184775,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL N",
direction="l",
linebreak="al",
- specials={ "font", 0x004E },
+ specials={ "font", 0x4E },
unicodeslot=0x1D475,
visual="bi",
},
@@ -168544,7 +184784,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL O",
direction="l",
linebreak="al",
- specials={ "font", 0x004F },
+ specials={ "font", 0x4F },
unicodeslot=0x1D476,
visual="bi",
},
@@ -168553,7 +184793,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL P",
direction="l",
linebreak="al",
- specials={ "font", 0x0050 },
+ specials={ "font", 0x50 },
unicodeslot=0x1D477,
visual="bi",
},
@@ -168562,7 +184802,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL Q",
direction="l",
linebreak="al",
- specials={ "font", 0x0051 },
+ specials={ "font", 0x51 },
unicodeslot=0x1D478,
visual="bi",
},
@@ -168571,7 +184811,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL R",
direction="l",
linebreak="al",
- specials={ "font", 0x0052 },
+ specials={ "font", 0x52 },
unicodeslot=0x1D479,
visual="bi",
},
@@ -168580,7 +184820,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0053 },
+ specials={ "font", 0x53 },
unicodeslot=0x1D47A,
visual="bi",
},
@@ -168589,7 +184829,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0054 },
+ specials={ "font", 0x54 },
unicodeslot=0x1D47B,
visual="bi",
},
@@ -168598,7 +184838,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0055 },
+ specials={ "font", 0x55 },
unicodeslot=0x1D47C,
visual="bi",
},
@@ -168607,7 +184847,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0056 },
+ specials={ "font", 0x56 },
unicodeslot=0x1D47D,
visual="bi",
},
@@ -168616,7 +184856,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0057 },
+ specials={ "font", 0x57 },
unicodeslot=0x1D47E,
visual="bi",
},
@@ -168625,7 +184865,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0058 },
+ specials={ "font", 0x58 },
unicodeslot=0x1D47F,
visual="bi",
},
@@ -168634,7 +184874,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0059 },
+ specials={ "font", 0x59 },
unicodeslot=0x1D480,
visual="bi",
},
@@ -168643,7 +184883,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL Z",
direction="l",
linebreak="al",
- specials={ "font", 0x005A },
+ specials={ "font", 0x5A },
unicodeslot=0x1D481,
visual="bi",
},
@@ -168652,7 +184892,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0061 },
+ specials={ "font", 0x61 },
unicodeslot=0x1D482,
visual="bi",
},
@@ -168661,7 +184901,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0062 },
+ specials={ "font", 0x62 },
unicodeslot=0x1D483,
visual="bi",
},
@@ -168670,7 +184910,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL C",
direction="l",
linebreak="al",
- specials={ "font", 0x0063 },
+ specials={ "font", 0x63 },
unicodeslot=0x1D484,
visual="bi",
},
@@ -168679,7 +184919,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0064 },
+ specials={ "font", 0x64 },
unicodeslot=0x1D485,
visual="bi",
},
@@ -168688,7 +184928,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0065 },
+ specials={ "font", 0x65 },
unicodeslot=0x1D486,
visual="bi",
},
@@ -168697,7 +184937,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0066 },
+ specials={ "font", 0x66 },
unicodeslot=0x1D487,
visual="bi",
},
@@ -168706,7 +184946,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0067 },
+ specials={ "font", 0x67 },
unicodeslot=0x1D488,
visual="bi",
},
@@ -168715,7 +184955,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL H",
direction="l",
linebreak="al",
- specials={ "font", 0x0068 },
+ specials={ "font", 0x68 },
unicodeslot=0x1D489,
visual="bi",
},
@@ -168724,7 +184964,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL I",
direction="l",
linebreak="al",
- specials={ "font", 0x0069 },
+ specials={ "font", 0x69 },
unicodeslot=0x1D48A,
visual="bi",
},
@@ -168733,7 +184973,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL J",
direction="l",
linebreak="al",
- specials={ "font", 0x006A },
+ specials={ "font", 0x6A },
unicodeslot=0x1D48B,
visual="bi",
},
@@ -168742,7 +184982,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL K",
direction="l",
linebreak="al",
- specials={ "font", 0x006B },
+ specials={ "font", 0x6B },
unicodeslot=0x1D48C,
visual="bi",
},
@@ -168751,7 +184991,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL L",
direction="l",
linebreak="al",
- specials={ "font", 0x006C },
+ specials={ "font", 0x6C },
unicodeslot=0x1D48D,
visual="bi",
},
@@ -168760,7 +185000,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL M",
direction="l",
linebreak="al",
- specials={ "font", 0x006D },
+ specials={ "font", 0x6D },
unicodeslot=0x1D48E,
visual="bi",
},
@@ -168769,7 +185009,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL N",
direction="l",
linebreak="al",
- specials={ "font", 0x006E },
+ specials={ "font", 0x6E },
unicodeslot=0x1D48F,
visual="bi",
},
@@ -168778,7 +185018,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL O",
direction="l",
linebreak="al",
- specials={ "font", 0x006F },
+ specials={ "font", 0x6F },
unicodeslot=0x1D490,
visual="bi",
},
@@ -168787,7 +185027,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL P",
direction="l",
linebreak="al",
- specials={ "font", 0x0070 },
+ specials={ "font", 0x70 },
unicodeslot=0x1D491,
visual="bi",
},
@@ -168796,7 +185036,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL Q",
direction="l",
linebreak="al",
- specials={ "font", 0x0071 },
+ specials={ "font", 0x71 },
unicodeslot=0x1D492,
visual="bi",
},
@@ -168805,7 +185045,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL R",
direction="l",
linebreak="al",
- specials={ "font", 0x0072 },
+ specials={ "font", 0x72 },
unicodeslot=0x1D493,
visual="bi",
},
@@ -168814,7 +185054,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0073 },
+ specials={ "font", 0x73 },
unicodeslot=0x1D494,
visual="bi",
},
@@ -168823,7 +185063,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0074 },
+ specials={ "font", 0x74 },
unicodeslot=0x1D495,
visual="bi",
},
@@ -168832,7 +185072,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0075 },
+ specials={ "font", 0x75 },
unicodeslot=0x1D496,
visual="bi",
},
@@ -168841,7 +185081,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0076 },
+ specials={ "font", 0x76 },
unicodeslot=0x1D497,
visual="bi",
},
@@ -168850,7 +185090,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0077 },
+ specials={ "font", 0x77 },
unicodeslot=0x1D498,
visual="bi",
},
@@ -168859,7 +185099,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0078 },
+ specials={ "font", 0x78 },
unicodeslot=0x1D499,
visual="bi",
},
@@ -168868,7 +185108,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0079 },
+ specials={ "font", 0x79 },
unicodeslot=0x1D49A,
visual="bi",
},
@@ -168877,7 +185117,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL Z",
direction="l",
linebreak="al",
- specials={ "font", 0x007A },
+ specials={ "font", 0x7A },
unicodeslot=0x1D49B,
visual="bi",
},
@@ -168886,7 +185126,7 @@ characters.data={
description="MATHEMATICAL SCRIPT CAPITAL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0041 },
+ specials={ "font", 0x41 },
unicodeslot=0x1D49C,
},
[0x1D49E]={
@@ -168894,7 +185134,7 @@ characters.data={
description="MATHEMATICAL SCRIPT CAPITAL C",
direction="l",
linebreak="al",
- specials={ "font", 0x0043 },
+ specials={ "font", 0x43 },
unicodeslot=0x1D49E,
},
[0x1D49F]={
@@ -168902,7 +185142,7 @@ characters.data={
description="MATHEMATICAL SCRIPT CAPITAL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0044 },
+ specials={ "font", 0x44 },
unicodeslot=0x1D49F,
},
[0x1D4A2]={
@@ -168910,7 +185150,7 @@ characters.data={
description="MATHEMATICAL SCRIPT CAPITAL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0047 },
+ specials={ "font", 0x47 },
unicodeslot=0x1D4A2,
},
[0x1D4A5]={
@@ -168918,7 +185158,7 @@ characters.data={
description="MATHEMATICAL SCRIPT CAPITAL J",
direction="l",
linebreak="al",
- specials={ "font", 0x004A },
+ specials={ "font", 0x4A },
unicodeslot=0x1D4A5,
},
[0x1D4A6]={
@@ -168926,7 +185166,7 @@ characters.data={
description="MATHEMATICAL SCRIPT CAPITAL K",
direction="l",
linebreak="al",
- specials={ "font", 0x004B },
+ specials={ "font", 0x4B },
unicodeslot=0x1D4A6,
},
[0x1D4A9]={
@@ -168934,7 +185174,7 @@ characters.data={
description="MATHEMATICAL SCRIPT CAPITAL N",
direction="l",
linebreak="al",
- specials={ "font", 0x004E },
+ specials={ "font", 0x4E },
unicodeslot=0x1D4A9,
},
[0x1D4AA]={
@@ -168942,7 +185182,7 @@ characters.data={
description="MATHEMATICAL SCRIPT CAPITAL O",
direction="l",
linebreak="al",
- specials={ "font", 0x004F },
+ specials={ "font", 0x4F },
unicodeslot=0x1D4AA,
},
[0x1D4AB]={
@@ -168950,7 +185190,7 @@ characters.data={
description="MATHEMATICAL SCRIPT CAPITAL P",
direction="l",
linebreak="al",
- specials={ "font", 0x0050 },
+ specials={ "font", 0x50 },
unicodeslot=0x1D4AB,
},
[0x1D4AC]={
@@ -168958,7 +185198,7 @@ characters.data={
description="MATHEMATICAL SCRIPT CAPITAL Q",
direction="l",
linebreak="al",
- specials={ "font", 0x0051 },
+ specials={ "font", 0x51 },
unicodeslot=0x1D4AC,
},
[0x1D4AE]={
@@ -168966,7 +185206,7 @@ characters.data={
description="MATHEMATICAL SCRIPT CAPITAL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0053 },
+ specials={ "font", 0x53 },
unicodeslot=0x1D4AE,
},
[0x1D4AF]={
@@ -168974,7 +185214,7 @@ characters.data={
description="MATHEMATICAL SCRIPT CAPITAL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0054 },
+ specials={ "font", 0x54 },
unicodeslot=0x1D4AF,
},
[0x1D4B0]={
@@ -168982,7 +185222,7 @@ characters.data={
description="MATHEMATICAL SCRIPT CAPITAL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0055 },
+ specials={ "font", 0x55 },
unicodeslot=0x1D4B0,
},
[0x1D4B1]={
@@ -168990,7 +185230,7 @@ characters.data={
description="MATHEMATICAL SCRIPT CAPITAL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0056 },
+ specials={ "font", 0x56 },
unicodeslot=0x1D4B1,
},
[0x1D4B2]={
@@ -168998,7 +185238,7 @@ characters.data={
description="MATHEMATICAL SCRIPT CAPITAL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0057 },
+ specials={ "font", 0x57 },
unicodeslot=0x1D4B2,
},
[0x1D4B3]={
@@ -169006,7 +185246,7 @@ characters.data={
description="MATHEMATICAL SCRIPT CAPITAL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0058 },
+ specials={ "font", 0x58 },
unicodeslot=0x1D4B3,
},
[0x1D4B4]={
@@ -169014,7 +185254,7 @@ characters.data={
description="MATHEMATICAL SCRIPT CAPITAL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0059 },
+ specials={ "font", 0x59 },
unicodeslot=0x1D4B4,
},
[0x1D4B5]={
@@ -169022,7 +185262,7 @@ characters.data={
description="MATHEMATICAL SCRIPT CAPITAL Z",
direction="l",
linebreak="al",
- specials={ "font", 0x005A },
+ specials={ "font", 0x5A },
unicodeslot=0x1D4B5,
},
[0x1D4B6]={
@@ -169030,7 +185270,7 @@ characters.data={
description="MATHEMATICAL SCRIPT SMALL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0061 },
+ specials={ "font", 0x61 },
unicodeslot=0x1D4B6,
},
[0x1D4B7]={
@@ -169038,7 +185278,7 @@ characters.data={
description="MATHEMATICAL SCRIPT SMALL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0062 },
+ specials={ "font", 0x62 },
unicodeslot=0x1D4B7,
},
[0x1D4B8]={
@@ -169046,7 +185286,7 @@ characters.data={
description="MATHEMATICAL SCRIPT SMALL C",
direction="l",
linebreak="al",
- specials={ "font", 0x0063 },
+ specials={ "font", 0x63 },
unicodeslot=0x1D4B8,
},
[0x1D4B9]={
@@ -169054,7 +185294,7 @@ characters.data={
description="MATHEMATICAL SCRIPT SMALL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0064 },
+ specials={ "font", 0x64 },
unicodeslot=0x1D4B9,
},
[0x1D4BB]={
@@ -169062,7 +185302,7 @@ characters.data={
description="MATHEMATICAL SCRIPT SMALL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0066 },
+ specials={ "font", 0x66 },
unicodeslot=0x1D4BB,
},
[0x1D4BD]={
@@ -169070,7 +185310,7 @@ characters.data={
description="MATHEMATICAL SCRIPT SMALL H",
direction="l",
linebreak="al",
- specials={ "font", 0x0068 },
+ specials={ "font", 0x68 },
unicodeslot=0x1D4BD,
},
[0x1D4BE]={
@@ -169078,7 +185318,7 @@ characters.data={
description="MATHEMATICAL SCRIPT SMALL I",
direction="l",
linebreak="al",
- specials={ "font", 0x0069 },
+ specials={ "font", 0x69 },
unicodeslot=0x1D4BE,
},
[0x1D4BF]={
@@ -169086,7 +185326,7 @@ characters.data={
description="MATHEMATICAL SCRIPT SMALL J",
direction="l",
linebreak="al",
- specials={ "font", 0x006A },
+ specials={ "font", 0x6A },
unicodeslot=0x1D4BF,
},
[0x1D4C0]={
@@ -169094,7 +185334,7 @@ characters.data={
description="MATHEMATICAL SCRIPT SMALL K",
direction="l",
linebreak="al",
- specials={ "font", 0x006B },
+ specials={ "font", 0x6B },
unicodeslot=0x1D4C0,
},
[0x1D4C1]={
@@ -169102,7 +185342,7 @@ characters.data={
description="MATHEMATICAL SCRIPT SMALL L",
direction="l",
linebreak="al",
- specials={ "font", 0x006C },
+ specials={ "font", 0x6C },
unicodeslot=0x1D4C1,
},
[0x1D4C2]={
@@ -169110,7 +185350,7 @@ characters.data={
description="MATHEMATICAL SCRIPT SMALL M",
direction="l",
linebreak="al",
- specials={ "font", 0x006D },
+ specials={ "font", 0x6D },
unicodeslot=0x1D4C2,
},
[0x1D4C3]={
@@ -169118,7 +185358,7 @@ characters.data={
description="MATHEMATICAL SCRIPT SMALL N",
direction="l",
linebreak="al",
- specials={ "font", 0x006E },
+ specials={ "font", 0x6E },
unicodeslot=0x1D4C3,
},
[0x1D4C5]={
@@ -169126,7 +185366,7 @@ characters.data={
description="MATHEMATICAL SCRIPT SMALL P",
direction="l",
linebreak="al",
- specials={ "font", 0x0070 },
+ specials={ "font", 0x70 },
unicodeslot=0x1D4C5,
},
[0x1D4C6]={
@@ -169134,7 +185374,7 @@ characters.data={
description="MATHEMATICAL SCRIPT SMALL Q",
direction="l",
linebreak="al",
- specials={ "font", 0x0071 },
+ specials={ "font", 0x71 },
unicodeslot=0x1D4C6,
},
[0x1D4C7]={
@@ -169142,7 +185382,7 @@ characters.data={
description="MATHEMATICAL SCRIPT SMALL R",
direction="l",
linebreak="al",
- specials={ "font", 0x0072 },
+ specials={ "font", 0x72 },
unicodeslot=0x1D4C7,
},
[0x1D4C8]={
@@ -169150,7 +185390,7 @@ characters.data={
description="MATHEMATICAL SCRIPT SMALL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0073 },
+ specials={ "font", 0x73 },
unicodeslot=0x1D4C8,
},
[0x1D4C9]={
@@ -169158,7 +185398,7 @@ characters.data={
description="MATHEMATICAL SCRIPT SMALL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0074 },
+ specials={ "font", 0x74 },
unicodeslot=0x1D4C9,
},
[0x1D4CA]={
@@ -169166,7 +185406,7 @@ characters.data={
description="MATHEMATICAL SCRIPT SMALL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0075 },
+ specials={ "font", 0x75 },
unicodeslot=0x1D4CA,
},
[0x1D4CB]={
@@ -169174,7 +185414,7 @@ characters.data={
description="MATHEMATICAL SCRIPT SMALL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0076 },
+ specials={ "font", 0x76 },
unicodeslot=0x1D4CB,
},
[0x1D4CC]={
@@ -169182,7 +185422,7 @@ characters.data={
description="MATHEMATICAL SCRIPT SMALL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0077 },
+ specials={ "font", 0x77 },
unicodeslot=0x1D4CC,
},
[0x1D4CD]={
@@ -169190,7 +185430,7 @@ characters.data={
description="MATHEMATICAL SCRIPT SMALL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0078 },
+ specials={ "font", 0x78 },
unicodeslot=0x1D4CD,
},
[0x1D4CE]={
@@ -169198,7 +185438,7 @@ characters.data={
description="MATHEMATICAL SCRIPT SMALL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0079 },
+ specials={ "font", 0x79 },
unicodeslot=0x1D4CE,
},
[0x1D4CF]={
@@ -169206,7 +185446,7 @@ characters.data={
description="MATHEMATICAL SCRIPT SMALL Z",
direction="l",
linebreak="al",
- specials={ "font", 0x007A },
+ specials={ "font", 0x7A },
unicodeslot=0x1D4CF,
},
[0x1D4D0]={
@@ -169214,7 +185454,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0041 },
+ specials={ "font", 0x41 },
unicodeslot=0x1D4D0,
visual="bf",
},
@@ -169223,7 +185463,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0042 },
+ specials={ "font", 0x42 },
unicodeslot=0x1D4D1,
visual="bf",
},
@@ -169232,7 +185472,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL C",
direction="l",
linebreak="al",
- specials={ "font", 0x0043 },
+ specials={ "font", 0x43 },
unicodeslot=0x1D4D2,
visual="bf",
},
@@ -169241,7 +185481,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0044 },
+ specials={ "font", 0x44 },
unicodeslot=0x1D4D3,
visual="bf",
},
@@ -169250,7 +185490,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0045 },
+ specials={ "font", 0x45 },
unicodeslot=0x1D4D4,
visual="bf",
},
@@ -169259,7 +185499,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0046 },
+ specials={ "font", 0x46 },
unicodeslot=0x1D4D5,
visual="bf",
},
@@ -169268,7 +185508,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0047 },
+ specials={ "font", 0x47 },
unicodeslot=0x1D4D6,
visual="bf",
},
@@ -169277,7 +185517,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL H",
direction="l",
linebreak="al",
- specials={ "font", 0x0048 },
+ specials={ "font", 0x48 },
unicodeslot=0x1D4D7,
visual="bf",
},
@@ -169286,7 +185526,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL I",
direction="l",
linebreak="al",
- specials={ "font", 0x0049 },
+ specials={ "font", 0x49 },
unicodeslot=0x1D4D8,
visual="bf",
},
@@ -169295,7 +185535,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL J",
direction="l",
linebreak="al",
- specials={ "font", 0x004A },
+ specials={ "font", 0x4A },
unicodeslot=0x1D4D9,
visual="bf",
},
@@ -169304,7 +185544,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL K",
direction="l",
linebreak="al",
- specials={ "font", 0x004B },
+ specials={ "font", 0x4B },
unicodeslot=0x1D4DA,
visual="bf",
},
@@ -169313,7 +185553,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL L",
direction="l",
linebreak="al",
- specials={ "font", 0x004C },
+ specials={ "font", 0x4C },
unicodeslot=0x1D4DB,
visual="bf",
},
@@ -169322,7 +185562,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL M",
direction="l",
linebreak="al",
- specials={ "font", 0x004D },
+ specials={ "font", 0x4D },
unicodeslot=0x1D4DC,
visual="bf",
},
@@ -169331,7 +185571,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL N",
direction="l",
linebreak="al",
- specials={ "font", 0x004E },
+ specials={ "font", 0x4E },
unicodeslot=0x1D4DD,
visual="bf",
},
@@ -169340,7 +185580,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL O",
direction="l",
linebreak="al",
- specials={ "font", 0x004F },
+ specials={ "font", 0x4F },
unicodeslot=0x1D4DE,
visual="bf",
},
@@ -169349,7 +185589,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL P",
direction="l",
linebreak="al",
- specials={ "font", 0x0050 },
+ specials={ "font", 0x50 },
unicodeslot=0x1D4DF,
visual="bf",
},
@@ -169358,7 +185598,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL Q",
direction="l",
linebreak="al",
- specials={ "font", 0x0051 },
+ specials={ "font", 0x51 },
unicodeslot=0x1D4E0,
visual="bf",
},
@@ -169367,7 +185607,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL R",
direction="l",
linebreak="al",
- specials={ "font", 0x0052 },
+ specials={ "font", 0x52 },
unicodeslot=0x1D4E1,
visual="bf",
},
@@ -169376,7 +185616,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0053 },
+ specials={ "font", 0x53 },
unicodeslot=0x1D4E2,
visual="bf",
},
@@ -169385,7 +185625,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0054 },
+ specials={ "font", 0x54 },
unicodeslot=0x1D4E3,
visual="bf",
},
@@ -169394,7 +185634,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0055 },
+ specials={ "font", 0x55 },
unicodeslot=0x1D4E4,
visual="bf",
},
@@ -169403,7 +185643,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0056 },
+ specials={ "font", 0x56 },
unicodeslot=0x1D4E5,
visual="bf",
},
@@ -169412,7 +185652,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0057 },
+ specials={ "font", 0x57 },
unicodeslot=0x1D4E6,
visual="bf",
},
@@ -169421,7 +185661,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0058 },
+ specials={ "font", 0x58 },
unicodeslot=0x1D4E7,
visual="bf",
},
@@ -169430,7 +185670,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0059 },
+ specials={ "font", 0x59 },
unicodeslot=0x1D4E8,
visual="bf",
},
@@ -169439,7 +185679,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT CAPITAL Z",
direction="l",
linebreak="al",
- specials={ "font", 0x005A },
+ specials={ "font", 0x5A },
unicodeslot=0x1D4E9,
visual="bf",
},
@@ -169448,7 +185688,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0061 },
+ specials={ "font", 0x61 },
unicodeslot=0x1D4EA,
visual="bf",
},
@@ -169457,7 +185697,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0062 },
+ specials={ "font", 0x62 },
unicodeslot=0x1D4EB,
visual="bf",
},
@@ -169466,7 +185706,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL C",
direction="l",
linebreak="al",
- specials={ "font", 0x0063 },
+ specials={ "font", 0x63 },
unicodeslot=0x1D4EC,
visual="bf",
},
@@ -169475,7 +185715,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0064 },
+ specials={ "font", 0x64 },
unicodeslot=0x1D4ED,
visual="bf",
},
@@ -169484,7 +185724,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0065 },
+ specials={ "font", 0x65 },
unicodeslot=0x1D4EE,
visual="bf",
},
@@ -169493,7 +185733,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0066 },
+ specials={ "font", 0x66 },
unicodeslot=0x1D4EF,
visual="bf",
},
@@ -169502,7 +185742,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0067 },
+ specials={ "font", 0x67 },
unicodeslot=0x1D4F0,
visual="bf",
},
@@ -169511,7 +185751,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL H",
direction="l",
linebreak="al",
- specials={ "font", 0x0068 },
+ specials={ "font", 0x68 },
unicodeslot=0x1D4F1,
visual="bf",
},
@@ -169520,7 +185760,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL I",
direction="l",
linebreak="al",
- specials={ "font", 0x0069 },
+ specials={ "font", 0x69 },
unicodeslot=0x1D4F2,
visual="bf",
},
@@ -169529,7 +185769,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL J",
direction="l",
linebreak="al",
- specials={ "font", 0x006A },
+ specials={ "font", 0x6A },
unicodeslot=0x1D4F3,
visual="bf",
},
@@ -169538,7 +185778,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL K",
direction="l",
linebreak="al",
- specials={ "font", 0x006B },
+ specials={ "font", 0x6B },
unicodeslot=0x1D4F4,
visual="bf",
},
@@ -169547,7 +185787,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL L",
direction="l",
linebreak="al",
- specials={ "font", 0x006C },
+ specials={ "font", 0x6C },
unicodeslot=0x1D4F5,
visual="bf",
},
@@ -169556,7 +185796,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL M",
direction="l",
linebreak="al",
- specials={ "font", 0x006D },
+ specials={ "font", 0x6D },
unicodeslot=0x1D4F6,
visual="bf",
},
@@ -169565,7 +185805,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL N",
direction="l",
linebreak="al",
- specials={ "font", 0x006E },
+ specials={ "font", 0x6E },
unicodeslot=0x1D4F7,
visual="bf",
},
@@ -169574,7 +185814,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL O",
direction="l",
linebreak="al",
- specials={ "font", 0x006F },
+ specials={ "font", 0x6F },
unicodeslot=0x1D4F8,
visual="bf",
},
@@ -169583,7 +185823,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL P",
direction="l",
linebreak="al",
- specials={ "font", 0x0070 },
+ specials={ "font", 0x70 },
unicodeslot=0x1D4F9,
visual="bf",
},
@@ -169592,7 +185832,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL Q",
direction="l",
linebreak="al",
- specials={ "font", 0x0071 },
+ specials={ "font", 0x71 },
unicodeslot=0x1D4FA,
visual="bf",
},
@@ -169601,7 +185841,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL R",
direction="l",
linebreak="al",
- specials={ "font", 0x0072 },
+ specials={ "font", 0x72 },
unicodeslot=0x1D4FB,
visual="bf",
},
@@ -169610,7 +185850,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0073 },
+ specials={ "font", 0x73 },
unicodeslot=0x1D4FC,
visual="bf",
},
@@ -169619,7 +185859,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0074 },
+ specials={ "font", 0x74 },
unicodeslot=0x1D4FD,
visual="bf",
},
@@ -169628,7 +185868,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0075 },
+ specials={ "font", 0x75 },
unicodeslot=0x1D4FE,
visual="bf",
},
@@ -169637,7 +185877,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0076 },
+ specials={ "font", 0x76 },
unicodeslot=0x1D4FF,
visual="bf",
},
@@ -169646,7 +185886,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0077 },
+ specials={ "font", 0x77 },
unicodeslot=0x1D500,
visual="bf",
},
@@ -169655,7 +185895,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0078 },
+ specials={ "font", 0x78 },
unicodeslot=0x1D501,
visual="bf",
},
@@ -169664,7 +185904,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0079 },
+ specials={ "font", 0x79 },
unicodeslot=0x1D502,
visual="bf",
},
@@ -169673,7 +185913,7 @@ characters.data={
description="MATHEMATICAL BOLD SCRIPT SMALL Z",
direction="l",
linebreak="al",
- specials={ "font", 0x007A },
+ specials={ "font", 0x7A },
unicodeslot=0x1D503,
visual="bf",
},
@@ -169682,7 +185922,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR CAPITAL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0041 },
+ specials={ "font", 0x41 },
unicodeslot=0x1D504,
},
[0x1D505]={
@@ -169690,7 +185930,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR CAPITAL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0042 },
+ specials={ "font", 0x42 },
unicodeslot=0x1D505,
},
[0x1D507]={
@@ -169698,7 +185938,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR CAPITAL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0044 },
+ specials={ "font", 0x44 },
unicodeslot=0x1D507,
},
[0x1D508]={
@@ -169706,7 +185946,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR CAPITAL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0045 },
+ specials={ "font", 0x45 },
unicodeslot=0x1D508,
},
[0x1D509]={
@@ -169714,7 +185954,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR CAPITAL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0046 },
+ specials={ "font", 0x46 },
unicodeslot=0x1D509,
},
[0x1D50A]={
@@ -169722,7 +185962,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR CAPITAL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0047 },
+ specials={ "font", 0x47 },
unicodeslot=0x1D50A,
},
[0x1D50D]={
@@ -169730,7 +185970,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR CAPITAL J",
direction="l",
linebreak="al",
- specials={ "font", 0x004A },
+ specials={ "font", 0x4A },
unicodeslot=0x1D50D,
},
[0x1D50E]={
@@ -169738,7 +185978,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR CAPITAL K",
direction="l",
linebreak="al",
- specials={ "font", 0x004B },
+ specials={ "font", 0x4B },
unicodeslot=0x1D50E,
},
[0x1D50F]={
@@ -169746,7 +185986,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR CAPITAL L",
direction="l",
linebreak="al",
- specials={ "font", 0x004C },
+ specials={ "font", 0x4C },
unicodeslot=0x1D50F,
},
[0x1D510]={
@@ -169754,7 +185994,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR CAPITAL M",
direction="l",
linebreak="al",
- specials={ "font", 0x004D },
+ specials={ "font", 0x4D },
unicodeslot=0x1D510,
},
[0x1D511]={
@@ -169762,7 +186002,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR CAPITAL N",
direction="l",
linebreak="al",
- specials={ "font", 0x004E },
+ specials={ "font", 0x4E },
unicodeslot=0x1D511,
},
[0x1D512]={
@@ -169770,7 +186010,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR CAPITAL O",
direction="l",
linebreak="al",
- specials={ "font", 0x004F },
+ specials={ "font", 0x4F },
unicodeslot=0x1D512,
},
[0x1D513]={
@@ -169778,7 +186018,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR CAPITAL P",
direction="l",
linebreak="al",
- specials={ "font", 0x0050 },
+ specials={ "font", 0x50 },
unicodeslot=0x1D513,
},
[0x1D514]={
@@ -169786,7 +186026,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR CAPITAL Q",
direction="l",
linebreak="al",
- specials={ "font", 0x0051 },
+ specials={ "font", 0x51 },
unicodeslot=0x1D514,
},
[0x1D516]={
@@ -169794,7 +186034,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR CAPITAL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0053 },
+ specials={ "font", 0x53 },
unicodeslot=0x1D516,
},
[0x1D517]={
@@ -169802,7 +186042,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR CAPITAL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0054 },
+ specials={ "font", 0x54 },
unicodeslot=0x1D517,
},
[0x1D518]={
@@ -169810,7 +186050,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR CAPITAL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0055 },
+ specials={ "font", 0x55 },
unicodeslot=0x1D518,
},
[0x1D519]={
@@ -169818,7 +186058,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR CAPITAL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0056 },
+ specials={ "font", 0x56 },
unicodeslot=0x1D519,
},
[0x1D51A]={
@@ -169826,7 +186066,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR CAPITAL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0057 },
+ specials={ "font", 0x57 },
unicodeslot=0x1D51A,
},
[0x1D51B]={
@@ -169834,7 +186074,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR CAPITAL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0058 },
+ specials={ "font", 0x58 },
unicodeslot=0x1D51B,
},
[0x1D51C]={
@@ -169842,7 +186082,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR CAPITAL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0059 },
+ specials={ "font", 0x59 },
unicodeslot=0x1D51C,
},
[0x1D51E]={
@@ -169850,7 +186090,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0061 },
+ specials={ "font", 0x61 },
unicodeslot=0x1D51E,
},
[0x1D51F]={
@@ -169858,7 +186098,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0062 },
+ specials={ "font", 0x62 },
unicodeslot=0x1D51F,
},
[0x1D520]={
@@ -169866,7 +186106,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL C",
direction="l",
linebreak="al",
- specials={ "font", 0x0063 },
+ specials={ "font", 0x63 },
unicodeslot=0x1D520,
},
[0x1D521]={
@@ -169874,7 +186114,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0064 },
+ specials={ "font", 0x64 },
unicodeslot=0x1D521,
},
[0x1D522]={
@@ -169882,7 +186122,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0065 },
+ specials={ "font", 0x65 },
unicodeslot=0x1D522,
},
[0x1D523]={
@@ -169890,7 +186130,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0066 },
+ specials={ "font", 0x66 },
unicodeslot=0x1D523,
},
[0x1D524]={
@@ -169898,7 +186138,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0067 },
+ specials={ "font", 0x67 },
unicodeslot=0x1D524,
},
[0x1D525]={
@@ -169906,7 +186146,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL H",
direction="l",
linebreak="al",
- specials={ "font", 0x0068 },
+ specials={ "font", 0x68 },
unicodeslot=0x1D525,
},
[0x1D526]={
@@ -169914,7 +186154,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL I",
direction="l",
linebreak="al",
- specials={ "font", 0x0069 },
+ specials={ "font", 0x69 },
unicodeslot=0x1D526,
},
[0x1D527]={
@@ -169922,7 +186162,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL J",
direction="l",
linebreak="al",
- specials={ "font", 0x006A },
+ specials={ "font", 0x6A },
unicodeslot=0x1D527,
},
[0x1D528]={
@@ -169930,7 +186170,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL K",
direction="l",
linebreak="al",
- specials={ "font", 0x006B },
+ specials={ "font", 0x6B },
unicodeslot=0x1D528,
},
[0x1D529]={
@@ -169938,7 +186178,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL L",
direction="l",
linebreak="al",
- specials={ "font", 0x006C },
+ specials={ "font", 0x6C },
unicodeslot=0x1D529,
},
[0x1D52A]={
@@ -169946,7 +186186,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL M",
direction="l",
linebreak="al",
- specials={ "font", 0x006D },
+ specials={ "font", 0x6D },
unicodeslot=0x1D52A,
},
[0x1D52B]={
@@ -169954,7 +186194,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL N",
direction="l",
linebreak="al",
- specials={ "font", 0x006E },
+ specials={ "font", 0x6E },
unicodeslot=0x1D52B,
},
[0x1D52C]={
@@ -169962,7 +186202,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL O",
direction="l",
linebreak="al",
- specials={ "font", 0x006F },
+ specials={ "font", 0x6F },
unicodeslot=0x1D52C,
},
[0x1D52D]={
@@ -169970,7 +186210,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL P",
direction="l",
linebreak="al",
- specials={ "font", 0x0070 },
+ specials={ "font", 0x70 },
unicodeslot=0x1D52D,
},
[0x1D52E]={
@@ -169978,7 +186218,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL Q",
direction="l",
linebreak="al",
- specials={ "font", 0x0071 },
+ specials={ "font", 0x71 },
unicodeslot=0x1D52E,
},
[0x1D52F]={
@@ -169986,7 +186226,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL R",
direction="l",
linebreak="al",
- specials={ "font", 0x0072 },
+ specials={ "font", 0x72 },
unicodeslot=0x1D52F,
},
[0x1D530]={
@@ -169994,7 +186234,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0073 },
+ specials={ "font", 0x73 },
unicodeslot=0x1D530,
},
[0x1D531]={
@@ -170002,7 +186242,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0074 },
+ specials={ "font", 0x74 },
unicodeslot=0x1D531,
},
[0x1D532]={
@@ -170010,7 +186250,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0075 },
+ specials={ "font", 0x75 },
unicodeslot=0x1D532,
},
[0x1D533]={
@@ -170018,7 +186258,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0076 },
+ specials={ "font", 0x76 },
unicodeslot=0x1D533,
},
[0x1D534]={
@@ -170026,7 +186266,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0077 },
+ specials={ "font", 0x77 },
unicodeslot=0x1D534,
},
[0x1D535]={
@@ -170034,7 +186274,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0078 },
+ specials={ "font", 0x78 },
unicodeslot=0x1D535,
},
[0x1D536]={
@@ -170042,7 +186282,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0079 },
+ specials={ "font", 0x79 },
unicodeslot=0x1D536,
},
[0x1D537]={
@@ -170050,7 +186290,7 @@ characters.data={
description="MATHEMATICAL FRAKTUR SMALL Z",
direction="l",
linebreak="al",
- specials={ "font", 0x007A },
+ specials={ "font", 0x7A },
unicodeslot=0x1D537,
},
[0x1D538]={
@@ -170058,7 +186298,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK CAPITAL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0041 },
+ specials={ "font", 0x41 },
unicodeslot=0x1D538,
},
[0x1D539]={
@@ -170066,7 +186306,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK CAPITAL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0042 },
+ specials={ "font", 0x42 },
unicodeslot=0x1D539,
},
[0x1D53B]={
@@ -170074,7 +186314,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK CAPITAL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0044 },
+ specials={ "font", 0x44 },
unicodeslot=0x1D53B,
},
[0x1D53C]={
@@ -170082,7 +186322,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK CAPITAL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0045 },
+ specials={ "font", 0x45 },
unicodeslot=0x1D53C,
},
[0x1D53D]={
@@ -170090,7 +186330,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK CAPITAL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0046 },
+ specials={ "font", 0x46 },
unicodeslot=0x1D53D,
},
[0x1D53E]={
@@ -170098,7 +186338,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK CAPITAL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0047 },
+ specials={ "font", 0x47 },
unicodeslot=0x1D53E,
},
[0x1D540]={
@@ -170106,7 +186346,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK CAPITAL I",
direction="l",
linebreak="al",
- specials={ "font", 0x0049 },
+ specials={ "font", 0x49 },
unicodeslot=0x1D540,
},
[0x1D541]={
@@ -170114,7 +186354,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK CAPITAL J",
direction="l",
linebreak="al",
- specials={ "font", 0x004A },
+ specials={ "font", 0x4A },
unicodeslot=0x1D541,
},
[0x1D542]={
@@ -170122,7 +186362,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK CAPITAL K",
direction="l",
linebreak="al",
- specials={ "font", 0x004B },
+ specials={ "font", 0x4B },
unicodeslot=0x1D542,
},
[0x1D543]={
@@ -170130,7 +186370,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK CAPITAL L",
direction="l",
linebreak="al",
- specials={ "font", 0x004C },
+ specials={ "font", 0x4C },
unicodeslot=0x1D543,
},
[0x1D544]={
@@ -170138,7 +186378,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK CAPITAL M",
direction="l",
linebreak="al",
- specials={ "font", 0x004D },
+ specials={ "font", 0x4D },
unicodeslot=0x1D544,
},
[0x1D546]={
@@ -170146,7 +186386,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK CAPITAL O",
direction="l",
linebreak="al",
- specials={ "font", 0x004F },
+ specials={ "font", 0x4F },
unicodeslot=0x1D546,
},
[0x1D54A]={
@@ -170154,7 +186394,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK CAPITAL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0053 },
+ specials={ "font", 0x53 },
unicodeslot=0x1D54A,
},
[0x1D54B]={
@@ -170162,7 +186402,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK CAPITAL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0054 },
+ specials={ "font", 0x54 },
unicodeslot=0x1D54B,
},
[0x1D54C]={
@@ -170170,7 +186410,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK CAPITAL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0055 },
+ specials={ "font", 0x55 },
unicodeslot=0x1D54C,
},
[0x1D54D]={
@@ -170178,7 +186418,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK CAPITAL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0056 },
+ specials={ "font", 0x56 },
unicodeslot=0x1D54D,
},
[0x1D54E]={
@@ -170186,7 +186426,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK CAPITAL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0057 },
+ specials={ "font", 0x57 },
unicodeslot=0x1D54E,
},
[0x1D54F]={
@@ -170194,7 +186434,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK CAPITAL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0058 },
+ specials={ "font", 0x58 },
unicodeslot=0x1D54F,
},
[0x1D550]={
@@ -170202,7 +186442,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK CAPITAL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0059 },
+ specials={ "font", 0x59 },
unicodeslot=0x1D550,
},
[0x1D552]={
@@ -170210,7 +186450,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0061 },
+ specials={ "font", 0x61 },
unicodeslot=0x1D552,
},
[0x1D553]={
@@ -170218,7 +186458,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0062 },
+ specials={ "font", 0x62 },
unicodeslot=0x1D553,
},
[0x1D554]={
@@ -170226,7 +186466,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL C",
direction="l",
linebreak="al",
- specials={ "font", 0x0063 },
+ specials={ "font", 0x63 },
unicodeslot=0x1D554,
},
[0x1D555]={
@@ -170234,7 +186474,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0064 },
+ specials={ "font", 0x64 },
unicodeslot=0x1D555,
},
[0x1D556]={
@@ -170242,7 +186482,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0065 },
+ specials={ "font", 0x65 },
unicodeslot=0x1D556,
},
[0x1D557]={
@@ -170250,7 +186490,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0066 },
+ specials={ "font", 0x66 },
unicodeslot=0x1D557,
},
[0x1D558]={
@@ -170258,7 +186498,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0067 },
+ specials={ "font", 0x67 },
unicodeslot=0x1D558,
},
[0x1D559]={
@@ -170266,7 +186506,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL H",
direction="l",
linebreak="al",
- specials={ "font", 0x0068 },
+ specials={ "font", 0x68 },
unicodeslot=0x1D559,
},
[0x1D55A]={
@@ -170274,7 +186514,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL I",
direction="l",
linebreak="al",
- specials={ "font", 0x0069 },
+ specials={ "font", 0x69 },
unicodeslot=0x1D55A,
},
[0x1D55B]={
@@ -170282,7 +186522,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL J",
direction="l",
linebreak="al",
- specials={ "font", 0x006A },
+ specials={ "font", 0x6A },
unicodeslot=0x1D55B,
},
[0x1D55C]={
@@ -170290,7 +186530,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL K",
direction="l",
linebreak="al",
- specials={ "font", 0x006B },
+ specials={ "font", 0x6B },
unicodeslot=0x1D55C,
},
[0x1D55D]={
@@ -170298,7 +186538,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL L",
direction="l",
linebreak="al",
- specials={ "font", 0x006C },
+ specials={ "font", 0x6C },
unicodeslot=0x1D55D,
},
[0x1D55E]={
@@ -170306,7 +186546,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL M",
direction="l",
linebreak="al",
- specials={ "font", 0x006D },
+ specials={ "font", 0x6D },
unicodeslot=0x1D55E,
},
[0x1D55F]={
@@ -170314,7 +186554,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL N",
direction="l",
linebreak="al",
- specials={ "font", 0x006E },
+ specials={ "font", 0x6E },
unicodeslot=0x1D55F,
},
[0x1D560]={
@@ -170322,7 +186562,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL O",
direction="l",
linebreak="al",
- specials={ "font", 0x006F },
+ specials={ "font", 0x6F },
unicodeslot=0x1D560,
},
[0x1D561]={
@@ -170330,7 +186570,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL P",
direction="l",
linebreak="al",
- specials={ "font", 0x0070 },
+ specials={ "font", 0x70 },
unicodeslot=0x1D561,
},
[0x1D562]={
@@ -170338,7 +186578,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL Q",
direction="l",
linebreak="al",
- specials={ "font", 0x0071 },
+ specials={ "font", 0x71 },
unicodeslot=0x1D562,
},
[0x1D563]={
@@ -170346,7 +186586,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL R",
direction="l",
linebreak="al",
- specials={ "font", 0x0072 },
+ specials={ "font", 0x72 },
unicodeslot=0x1D563,
},
[0x1D564]={
@@ -170354,7 +186594,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0073 },
+ specials={ "font", 0x73 },
unicodeslot=0x1D564,
},
[0x1D565]={
@@ -170362,7 +186602,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0074 },
+ specials={ "font", 0x74 },
unicodeslot=0x1D565,
},
[0x1D566]={
@@ -170370,7 +186610,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0075 },
+ specials={ "font", 0x75 },
unicodeslot=0x1D566,
},
[0x1D567]={
@@ -170378,7 +186618,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0076 },
+ specials={ "font", 0x76 },
unicodeslot=0x1D567,
},
[0x1D568]={
@@ -170386,7 +186626,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0077 },
+ specials={ "font", 0x77 },
unicodeslot=0x1D568,
},
[0x1D569]={
@@ -170394,7 +186634,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0078 },
+ specials={ "font", 0x78 },
unicodeslot=0x1D569,
},
[0x1D56A]={
@@ -170402,7 +186642,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0079 },
+ specials={ "font", 0x79 },
unicodeslot=0x1D56A,
},
[0x1D56B]={
@@ -170410,7 +186650,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK SMALL Z",
direction="l",
linebreak="al",
- specials={ "font", 0x007A },
+ specials={ "font", 0x7A },
unicodeslot=0x1D56B,
},
[0x1D56C]={
@@ -170418,7 +186658,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0041 },
+ specials={ "font", 0x41 },
unicodeslot=0x1D56C,
visual="bf",
},
@@ -170427,7 +186667,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0042 },
+ specials={ "font", 0x42 },
unicodeslot=0x1D56D,
visual="bf",
},
@@ -170436,7 +186676,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL C",
direction="l",
linebreak="al",
- specials={ "font", 0x0043 },
+ specials={ "font", 0x43 },
unicodeslot=0x1D56E,
visual="bf",
},
@@ -170445,7 +186685,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0044 },
+ specials={ "font", 0x44 },
unicodeslot=0x1D56F,
visual="bf",
},
@@ -170454,7 +186694,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0045 },
+ specials={ "font", 0x45 },
unicodeslot=0x1D570,
visual="bf",
},
@@ -170463,7 +186703,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0046 },
+ specials={ "font", 0x46 },
unicodeslot=0x1D571,
visual="bf",
},
@@ -170472,7 +186712,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0047 },
+ specials={ "font", 0x47 },
unicodeslot=0x1D572,
visual="bf",
},
@@ -170481,7 +186721,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL H",
direction="l",
linebreak="al",
- specials={ "font", 0x0048 },
+ specials={ "font", 0x48 },
unicodeslot=0x1D573,
visual="bf",
},
@@ -170490,7 +186730,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL I",
direction="l",
linebreak="al",
- specials={ "font", 0x0049 },
+ specials={ "font", 0x49 },
unicodeslot=0x1D574,
visual="bf",
},
@@ -170499,7 +186739,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL J",
direction="l",
linebreak="al",
- specials={ "font", 0x004A },
+ specials={ "font", 0x4A },
unicodeslot=0x1D575,
visual="bf",
},
@@ -170508,7 +186748,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL K",
direction="l",
linebreak="al",
- specials={ "font", 0x004B },
+ specials={ "font", 0x4B },
unicodeslot=0x1D576,
visual="bf",
},
@@ -170517,7 +186757,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL L",
direction="l",
linebreak="al",
- specials={ "font", 0x004C },
+ specials={ "font", 0x4C },
unicodeslot=0x1D577,
visual="bf",
},
@@ -170526,7 +186766,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL M",
direction="l",
linebreak="al",
- specials={ "font", 0x004D },
+ specials={ "font", 0x4D },
unicodeslot=0x1D578,
visual="bf",
},
@@ -170535,7 +186775,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL N",
direction="l",
linebreak="al",
- specials={ "font", 0x004E },
+ specials={ "font", 0x4E },
unicodeslot=0x1D579,
visual="bf",
},
@@ -170544,7 +186784,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL O",
direction="l",
linebreak="al",
- specials={ "font", 0x004F },
+ specials={ "font", 0x4F },
unicodeslot=0x1D57A,
visual="bf",
},
@@ -170553,7 +186793,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL P",
direction="l",
linebreak="al",
- specials={ "font", 0x0050 },
+ specials={ "font", 0x50 },
unicodeslot=0x1D57B,
visual="bf",
},
@@ -170562,7 +186802,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL Q",
direction="l",
linebreak="al",
- specials={ "font", 0x0051 },
+ specials={ "font", 0x51 },
unicodeslot=0x1D57C,
visual="bf",
},
@@ -170571,7 +186811,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL R",
direction="l",
linebreak="al",
- specials={ "font", 0x0052 },
+ specials={ "font", 0x52 },
unicodeslot=0x1D57D,
visual="bf",
},
@@ -170580,7 +186820,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0053 },
+ specials={ "font", 0x53 },
unicodeslot=0x1D57E,
visual="bf",
},
@@ -170589,7 +186829,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0054 },
+ specials={ "font", 0x54 },
unicodeslot=0x1D57F,
visual="bf",
},
@@ -170598,7 +186838,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0055 },
+ specials={ "font", 0x55 },
unicodeslot=0x1D580,
visual="bf",
},
@@ -170607,7 +186847,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0056 },
+ specials={ "font", 0x56 },
unicodeslot=0x1D581,
visual="bf",
},
@@ -170616,7 +186856,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0057 },
+ specials={ "font", 0x57 },
unicodeslot=0x1D582,
visual="bf",
},
@@ -170625,7 +186865,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0058 },
+ specials={ "font", 0x58 },
unicodeslot=0x1D583,
visual="bf",
},
@@ -170634,7 +186874,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0059 },
+ specials={ "font", 0x59 },
unicodeslot=0x1D584,
visual="bf",
},
@@ -170643,7 +186883,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR CAPITAL Z",
direction="l",
linebreak="al",
- specials={ "font", 0x005A },
+ specials={ "font", 0x5A },
unicodeslot=0x1D585,
visual="bf",
},
@@ -170652,7 +186892,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0061 },
+ specials={ "font", 0x61 },
unicodeslot=0x1D586,
visual="bf",
},
@@ -170661,7 +186901,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0062 },
+ specials={ "font", 0x62 },
unicodeslot=0x1D587,
visual="bf",
},
@@ -170670,7 +186910,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL C",
direction="l",
linebreak="al",
- specials={ "font", 0x0063 },
+ specials={ "font", 0x63 },
unicodeslot=0x1D588,
visual="bf",
},
@@ -170679,7 +186919,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0064 },
+ specials={ "font", 0x64 },
unicodeslot=0x1D589,
visual="bf",
},
@@ -170688,7 +186928,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0065 },
+ specials={ "font", 0x65 },
unicodeslot=0x1D58A,
visual="bf",
},
@@ -170697,7 +186937,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0066 },
+ specials={ "font", 0x66 },
unicodeslot=0x1D58B,
visual="bf",
},
@@ -170706,7 +186946,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0067 },
+ specials={ "font", 0x67 },
unicodeslot=0x1D58C,
visual="bf",
},
@@ -170715,7 +186955,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL H",
direction="l",
linebreak="al",
- specials={ "font", 0x0068 },
+ specials={ "font", 0x68 },
unicodeslot=0x1D58D,
visual="bf",
},
@@ -170724,7 +186964,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL I",
direction="l",
linebreak="al",
- specials={ "font", 0x0069 },
+ specials={ "font", 0x69 },
unicodeslot=0x1D58E,
visual="bf",
},
@@ -170733,7 +186973,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL J",
direction="l",
linebreak="al",
- specials={ "font", 0x006A },
+ specials={ "font", 0x6A },
unicodeslot=0x1D58F,
visual="bf",
},
@@ -170742,7 +186982,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL K",
direction="l",
linebreak="al",
- specials={ "font", 0x006B },
+ specials={ "font", 0x6B },
unicodeslot=0x1D590,
visual="bf",
},
@@ -170751,7 +186991,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL L",
direction="l",
linebreak="al",
- specials={ "font", 0x006C },
+ specials={ "font", 0x6C },
unicodeslot=0x1D591,
visual="bf",
},
@@ -170760,7 +187000,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL M",
direction="l",
linebreak="al",
- specials={ "font", 0x006D },
+ specials={ "font", 0x6D },
unicodeslot=0x1D592,
visual="bf",
},
@@ -170769,7 +187009,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL N",
direction="l",
linebreak="al",
- specials={ "font", 0x006E },
+ specials={ "font", 0x6E },
unicodeslot=0x1D593,
visual="bf",
},
@@ -170778,7 +187018,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL O",
direction="l",
linebreak="al",
- specials={ "font", 0x006F },
+ specials={ "font", 0x6F },
unicodeslot=0x1D594,
visual="bf",
},
@@ -170787,7 +187027,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL P",
direction="l",
linebreak="al",
- specials={ "font", 0x0070 },
+ specials={ "font", 0x70 },
unicodeslot=0x1D595,
visual="bf",
},
@@ -170796,7 +187036,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL Q",
direction="l",
linebreak="al",
- specials={ "font", 0x0071 },
+ specials={ "font", 0x71 },
unicodeslot=0x1D596,
visual="bf",
},
@@ -170805,7 +187045,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL R",
direction="l",
linebreak="al",
- specials={ "font", 0x0072 },
+ specials={ "font", 0x72 },
unicodeslot=0x1D597,
visual="bf",
},
@@ -170814,7 +187054,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0073 },
+ specials={ "font", 0x73 },
unicodeslot=0x1D598,
visual="bf",
},
@@ -170823,7 +187063,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0074 },
+ specials={ "font", 0x74 },
unicodeslot=0x1D599,
visual="bf",
},
@@ -170832,7 +187072,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0075 },
+ specials={ "font", 0x75 },
unicodeslot=0x1D59A,
visual="bf",
},
@@ -170841,7 +187081,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0076 },
+ specials={ "font", 0x76 },
unicodeslot=0x1D59B,
visual="bf",
},
@@ -170850,7 +187090,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0077 },
+ specials={ "font", 0x77 },
unicodeslot=0x1D59C,
visual="bf",
},
@@ -170859,7 +187099,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0078 },
+ specials={ "font", 0x78 },
unicodeslot=0x1D59D,
visual="bf",
},
@@ -170868,7 +187108,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0079 },
+ specials={ "font", 0x79 },
unicodeslot=0x1D59E,
visual="bf",
},
@@ -170877,7 +187117,7 @@ characters.data={
description="MATHEMATICAL BOLD FRAKTUR SMALL Z",
direction="l",
linebreak="al",
- specials={ "font", 0x007A },
+ specials={ "font", 0x7A },
unicodeslot=0x1D59F,
visual="bf",
},
@@ -170886,7 +187126,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0041 },
+ specials={ "font", 0x41 },
unicodeslot=0x1D5A0,
},
[0x1D5A1]={
@@ -170894,7 +187134,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0042 },
+ specials={ "font", 0x42 },
unicodeslot=0x1D5A1,
},
[0x1D5A2]={
@@ -170902,7 +187142,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL C",
direction="l",
linebreak="al",
- specials={ "font", 0x0043 },
+ specials={ "font", 0x43 },
unicodeslot=0x1D5A2,
},
[0x1D5A3]={
@@ -170910,7 +187150,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0044 },
+ specials={ "font", 0x44 },
unicodeslot=0x1D5A3,
},
[0x1D5A4]={
@@ -170918,7 +187158,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0045 },
+ specials={ "font", 0x45 },
unicodeslot=0x1D5A4,
},
[0x1D5A5]={
@@ -170926,7 +187166,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0046 },
+ specials={ "font", 0x46 },
unicodeslot=0x1D5A5,
},
[0x1D5A6]={
@@ -170934,7 +187174,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0047 },
+ specials={ "font", 0x47 },
unicodeslot=0x1D5A6,
},
[0x1D5A7]={
@@ -170942,7 +187182,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL H",
direction="l",
linebreak="al",
- specials={ "font", 0x0048 },
+ specials={ "font", 0x48 },
unicodeslot=0x1D5A7,
},
[0x1D5A8]={
@@ -170950,7 +187190,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL I",
direction="l",
linebreak="al",
- specials={ "font", 0x0049 },
+ specials={ "font", 0x49 },
unicodeslot=0x1D5A8,
},
[0x1D5A9]={
@@ -170958,7 +187198,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL J",
direction="l",
linebreak="al",
- specials={ "font", 0x004A },
+ specials={ "font", 0x4A },
unicodeslot=0x1D5A9,
},
[0x1D5AA]={
@@ -170966,7 +187206,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL K",
direction="l",
linebreak="al",
- specials={ "font", 0x004B },
+ specials={ "font", 0x4B },
unicodeslot=0x1D5AA,
},
[0x1D5AB]={
@@ -170974,7 +187214,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL L",
direction="l",
linebreak="al",
- specials={ "font", 0x004C },
+ specials={ "font", 0x4C },
unicodeslot=0x1D5AB,
},
[0x1D5AC]={
@@ -170982,7 +187222,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL M",
direction="l",
linebreak="al",
- specials={ "font", 0x004D },
+ specials={ "font", 0x4D },
unicodeslot=0x1D5AC,
},
[0x1D5AD]={
@@ -170990,7 +187230,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL N",
direction="l",
linebreak="al",
- specials={ "font", 0x004E },
+ specials={ "font", 0x4E },
unicodeslot=0x1D5AD,
},
[0x1D5AE]={
@@ -170998,7 +187238,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL O",
direction="l",
linebreak="al",
- specials={ "font", 0x004F },
+ specials={ "font", 0x4F },
unicodeslot=0x1D5AE,
},
[0x1D5AF]={
@@ -171006,7 +187246,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL P",
direction="l",
linebreak="al",
- specials={ "font", 0x0050 },
+ specials={ "font", 0x50 },
unicodeslot=0x1D5AF,
},
[0x1D5B0]={
@@ -171014,7 +187254,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL Q",
direction="l",
linebreak="al",
- specials={ "font", 0x0051 },
+ specials={ "font", 0x51 },
unicodeslot=0x1D5B0,
},
[0x1D5B1]={
@@ -171022,7 +187262,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL R",
direction="l",
linebreak="al",
- specials={ "font", 0x0052 },
+ specials={ "font", 0x52 },
unicodeslot=0x1D5B1,
},
[0x1D5B2]={
@@ -171030,7 +187270,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0053 },
+ specials={ "font", 0x53 },
unicodeslot=0x1D5B2,
},
[0x1D5B3]={
@@ -171038,7 +187278,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0054 },
+ specials={ "font", 0x54 },
unicodeslot=0x1D5B3,
},
[0x1D5B4]={
@@ -171046,7 +187286,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0055 },
+ specials={ "font", 0x55 },
unicodeslot=0x1D5B4,
},
[0x1D5B5]={
@@ -171054,7 +187294,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0056 },
+ specials={ "font", 0x56 },
unicodeslot=0x1D5B5,
},
[0x1D5B6]={
@@ -171062,7 +187302,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0057 },
+ specials={ "font", 0x57 },
unicodeslot=0x1D5B6,
},
[0x1D5B7]={
@@ -171070,7 +187310,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0058 },
+ specials={ "font", 0x58 },
unicodeslot=0x1D5B7,
},
[0x1D5B8]={
@@ -171078,7 +187318,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0059 },
+ specials={ "font", 0x59 },
unicodeslot=0x1D5B8,
},
[0x1D5B9]={
@@ -171086,7 +187326,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF CAPITAL Z",
direction="l",
linebreak="al",
- specials={ "font", 0x005A },
+ specials={ "font", 0x5A },
unicodeslot=0x1D5B9,
},
[0x1D5BA]={
@@ -171094,7 +187334,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0061 },
+ specials={ "font", 0x61 },
unicodeslot=0x1D5BA,
},
[0x1D5BB]={
@@ -171102,7 +187342,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0062 },
+ specials={ "font", 0x62 },
unicodeslot=0x1D5BB,
},
[0x1D5BC]={
@@ -171110,7 +187350,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL C",
direction="l",
linebreak="al",
- specials={ "font", 0x0063 },
+ specials={ "font", 0x63 },
unicodeslot=0x1D5BC,
},
[0x1D5BD]={
@@ -171118,7 +187358,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0064 },
+ specials={ "font", 0x64 },
unicodeslot=0x1D5BD,
},
[0x1D5BE]={
@@ -171126,7 +187366,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0065 },
+ specials={ "font", 0x65 },
unicodeslot=0x1D5BE,
},
[0x1D5BF]={
@@ -171134,7 +187374,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0066 },
+ specials={ "font", 0x66 },
unicodeslot=0x1D5BF,
},
[0x1D5C0]={
@@ -171142,7 +187382,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0067 },
+ specials={ "font", 0x67 },
unicodeslot=0x1D5C0,
},
[0x1D5C1]={
@@ -171150,7 +187390,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL H",
direction="l",
linebreak="al",
- specials={ "font", 0x0068 },
+ specials={ "font", 0x68 },
unicodeslot=0x1D5C1,
},
[0x1D5C2]={
@@ -171158,7 +187398,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL I",
direction="l",
linebreak="al",
- specials={ "font", 0x0069 },
+ specials={ "font", 0x69 },
unicodeslot=0x1D5C2,
},
[0x1D5C3]={
@@ -171166,7 +187406,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL J",
direction="l",
linebreak="al",
- specials={ "font", 0x006A },
+ specials={ "font", 0x6A },
unicodeslot=0x1D5C3,
},
[0x1D5C4]={
@@ -171174,7 +187414,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL K",
direction="l",
linebreak="al",
- specials={ "font", 0x006B },
+ specials={ "font", 0x6B },
unicodeslot=0x1D5C4,
},
[0x1D5C5]={
@@ -171182,7 +187422,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL L",
direction="l",
linebreak="al",
- specials={ "font", 0x006C },
+ specials={ "font", 0x6C },
unicodeslot=0x1D5C5,
},
[0x1D5C6]={
@@ -171190,7 +187430,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL M",
direction="l",
linebreak="al",
- specials={ "font", 0x006D },
+ specials={ "font", 0x6D },
unicodeslot=0x1D5C6,
},
[0x1D5C7]={
@@ -171198,7 +187438,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL N",
direction="l",
linebreak="al",
- specials={ "font", 0x006E },
+ specials={ "font", 0x6E },
unicodeslot=0x1D5C7,
},
[0x1D5C8]={
@@ -171206,7 +187446,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL O",
direction="l",
linebreak="al",
- specials={ "font", 0x006F },
+ specials={ "font", 0x6F },
unicodeslot=0x1D5C8,
},
[0x1D5C9]={
@@ -171214,7 +187454,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL P",
direction="l",
linebreak="al",
- specials={ "font", 0x0070 },
+ specials={ "font", 0x70 },
unicodeslot=0x1D5C9,
},
[0x1D5CA]={
@@ -171222,7 +187462,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL Q",
direction="l",
linebreak="al",
- specials={ "font", 0x0071 },
+ specials={ "font", 0x71 },
unicodeslot=0x1D5CA,
},
[0x1D5CB]={
@@ -171230,7 +187470,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL R",
direction="l",
linebreak="al",
- specials={ "font", 0x0072 },
+ specials={ "font", 0x72 },
unicodeslot=0x1D5CB,
},
[0x1D5CC]={
@@ -171238,7 +187478,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0073 },
+ specials={ "font", 0x73 },
unicodeslot=0x1D5CC,
},
[0x1D5CD]={
@@ -171246,7 +187486,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0074 },
+ specials={ "font", 0x74 },
unicodeslot=0x1D5CD,
},
[0x1D5CE]={
@@ -171254,7 +187494,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0075 },
+ specials={ "font", 0x75 },
unicodeslot=0x1D5CE,
},
[0x1D5CF]={
@@ -171262,7 +187502,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0076 },
+ specials={ "font", 0x76 },
unicodeslot=0x1D5CF,
},
[0x1D5D0]={
@@ -171270,7 +187510,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0077 },
+ specials={ "font", 0x77 },
unicodeslot=0x1D5D0,
},
[0x1D5D1]={
@@ -171278,7 +187518,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0078 },
+ specials={ "font", 0x78 },
unicodeslot=0x1D5D1,
},
[0x1D5D2]={
@@ -171286,7 +187526,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0079 },
+ specials={ "font", 0x79 },
unicodeslot=0x1D5D2,
},
[0x1D5D3]={
@@ -171294,7 +187534,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF SMALL Z",
direction="l",
linebreak="al",
- specials={ "font", 0x007A },
+ specials={ "font", 0x7A },
unicodeslot=0x1D5D3,
},
[0x1D5D4]={
@@ -171302,7 +187542,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0041 },
+ specials={ "font", 0x41 },
unicodeslot=0x1D5D4,
visual="bf",
},
@@ -171311,7 +187551,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0042 },
+ specials={ "font", 0x42 },
unicodeslot=0x1D5D5,
visual="bf",
},
@@ -171320,7 +187560,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL C",
direction="l",
linebreak="al",
- specials={ "font", 0x0043 },
+ specials={ "font", 0x43 },
unicodeslot=0x1D5D6,
visual="bf",
},
@@ -171329,7 +187569,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0044 },
+ specials={ "font", 0x44 },
unicodeslot=0x1D5D7,
visual="bf",
},
@@ -171338,7 +187578,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0045 },
+ specials={ "font", 0x45 },
unicodeslot=0x1D5D8,
visual="bf",
},
@@ -171347,7 +187587,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0046 },
+ specials={ "font", 0x46 },
unicodeslot=0x1D5D9,
visual="bf",
},
@@ -171356,7 +187596,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0047 },
+ specials={ "font", 0x47 },
unicodeslot=0x1D5DA,
visual="bf",
},
@@ -171365,7 +187605,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL H",
direction="l",
linebreak="al",
- specials={ "font", 0x0048 },
+ specials={ "font", 0x48 },
unicodeslot=0x1D5DB,
visual="bf",
},
@@ -171374,7 +187614,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL I",
direction="l",
linebreak="al",
- specials={ "font", 0x0049 },
+ specials={ "font", 0x49 },
unicodeslot=0x1D5DC,
visual="bf",
},
@@ -171383,7 +187623,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL J",
direction="l",
linebreak="al",
- specials={ "font", 0x004A },
+ specials={ "font", 0x4A },
unicodeslot=0x1D5DD,
visual="bf",
},
@@ -171392,7 +187632,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL K",
direction="l",
linebreak="al",
- specials={ "font", 0x004B },
+ specials={ "font", 0x4B },
unicodeslot=0x1D5DE,
visual="bf",
},
@@ -171401,7 +187641,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL L",
direction="l",
linebreak="al",
- specials={ "font", 0x004C },
+ specials={ "font", 0x4C },
unicodeslot=0x1D5DF,
visual="bf",
},
@@ -171410,7 +187650,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL M",
direction="l",
linebreak="al",
- specials={ "font", 0x004D },
+ specials={ "font", 0x4D },
unicodeslot=0x1D5E0,
visual="bf",
},
@@ -171419,7 +187659,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL N",
direction="l",
linebreak="al",
- specials={ "font", 0x004E },
+ specials={ "font", 0x4E },
unicodeslot=0x1D5E1,
visual="bf",
},
@@ -171428,7 +187668,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL O",
direction="l",
linebreak="al",
- specials={ "font", 0x004F },
+ specials={ "font", 0x4F },
unicodeslot=0x1D5E2,
visual="bf",
},
@@ -171437,7 +187677,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL P",
direction="l",
linebreak="al",
- specials={ "font", 0x0050 },
+ specials={ "font", 0x50 },
unicodeslot=0x1D5E3,
visual="bf",
},
@@ -171446,7 +187686,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL Q",
direction="l",
linebreak="al",
- specials={ "font", 0x0051 },
+ specials={ "font", 0x51 },
unicodeslot=0x1D5E4,
visual="bf",
},
@@ -171455,7 +187695,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL R",
direction="l",
linebreak="al",
- specials={ "font", 0x0052 },
+ specials={ "font", 0x52 },
unicodeslot=0x1D5E5,
visual="bf",
},
@@ -171464,7 +187704,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0053 },
+ specials={ "font", 0x53 },
unicodeslot=0x1D5E6,
visual="bf",
},
@@ -171473,7 +187713,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0054 },
+ specials={ "font", 0x54 },
unicodeslot=0x1D5E7,
visual="bf",
},
@@ -171482,7 +187722,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0055 },
+ specials={ "font", 0x55 },
unicodeslot=0x1D5E8,
visual="bf",
},
@@ -171491,7 +187731,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0056 },
+ specials={ "font", 0x56 },
unicodeslot=0x1D5E9,
visual="bf",
},
@@ -171500,7 +187740,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0057 },
+ specials={ "font", 0x57 },
unicodeslot=0x1D5EA,
visual="bf",
},
@@ -171509,7 +187749,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0058 },
+ specials={ "font", 0x58 },
unicodeslot=0x1D5EB,
visual="bf",
},
@@ -171518,7 +187758,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0059 },
+ specials={ "font", 0x59 },
unicodeslot=0x1D5EC,
visual="bf",
},
@@ -171527,7 +187767,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL Z",
direction="l",
linebreak="al",
- specials={ "font", 0x005A },
+ specials={ "font", 0x5A },
unicodeslot=0x1D5ED,
visual="bf",
},
@@ -171536,7 +187776,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0061 },
+ specials={ "font", 0x61 },
unicodeslot=0x1D5EE,
visual="bf",
},
@@ -171545,7 +187785,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0062 },
+ specials={ "font", 0x62 },
unicodeslot=0x1D5EF,
visual="bf",
},
@@ -171554,7 +187794,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL C",
direction="l",
linebreak="al",
- specials={ "font", 0x0063 },
+ specials={ "font", 0x63 },
unicodeslot=0x1D5F0,
visual="bf",
},
@@ -171563,7 +187803,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0064 },
+ specials={ "font", 0x64 },
unicodeslot=0x1D5F1,
visual="bf",
},
@@ -171572,7 +187812,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0065 },
+ specials={ "font", 0x65 },
unicodeslot=0x1D5F2,
visual="bf",
},
@@ -171581,7 +187821,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0066 },
+ specials={ "font", 0x66 },
unicodeslot=0x1D5F3,
visual="bf",
},
@@ -171590,7 +187830,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0067 },
+ specials={ "font", 0x67 },
unicodeslot=0x1D5F4,
visual="bf",
},
@@ -171599,7 +187839,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL H",
direction="l",
linebreak="al",
- specials={ "font", 0x0068 },
+ specials={ "font", 0x68 },
unicodeslot=0x1D5F5,
visual="bf",
},
@@ -171608,7 +187848,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL I",
direction="l",
linebreak="al",
- specials={ "font", 0x0069 },
+ specials={ "font", 0x69 },
unicodeslot=0x1D5F6,
visual="bf",
},
@@ -171617,7 +187857,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL J",
direction="l",
linebreak="al",
- specials={ "font", 0x006A },
+ specials={ "font", 0x6A },
unicodeslot=0x1D5F7,
visual="bf",
},
@@ -171626,7 +187866,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL K",
direction="l",
linebreak="al",
- specials={ "font", 0x006B },
+ specials={ "font", 0x6B },
unicodeslot=0x1D5F8,
visual="bf",
},
@@ -171635,7 +187875,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL L",
direction="l",
linebreak="al",
- specials={ "font", 0x006C },
+ specials={ "font", 0x6C },
unicodeslot=0x1D5F9,
visual="bf",
},
@@ -171644,7 +187884,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL M",
direction="l",
linebreak="al",
- specials={ "font", 0x006D },
+ specials={ "font", 0x6D },
unicodeslot=0x1D5FA,
visual="bf",
},
@@ -171653,7 +187893,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL N",
direction="l",
linebreak="al",
- specials={ "font", 0x006E },
+ specials={ "font", 0x6E },
unicodeslot=0x1D5FB,
visual="bf",
},
@@ -171662,7 +187902,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL O",
direction="l",
linebreak="al",
- specials={ "font", 0x006F },
+ specials={ "font", 0x6F },
unicodeslot=0x1D5FC,
visual="bf",
},
@@ -171671,7 +187911,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL P",
direction="l",
linebreak="al",
- specials={ "font", 0x0070 },
+ specials={ "font", 0x70 },
unicodeslot=0x1D5FD,
visual="bf",
},
@@ -171680,7 +187920,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL Q",
direction="l",
linebreak="al",
- specials={ "font", 0x0071 },
+ specials={ "font", 0x71 },
unicodeslot=0x1D5FE,
visual="bf",
},
@@ -171689,7 +187929,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL R",
direction="l",
linebreak="al",
- specials={ "font", 0x0072 },
+ specials={ "font", 0x72 },
unicodeslot=0x1D5FF,
visual="bf",
},
@@ -171698,7 +187938,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0073 },
+ specials={ "font", 0x73 },
unicodeslot=0x1D600,
visual="bf",
},
@@ -171707,7 +187947,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0074 },
+ specials={ "font", 0x74 },
unicodeslot=0x1D601,
visual="bf",
},
@@ -171716,7 +187956,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0075 },
+ specials={ "font", 0x75 },
unicodeslot=0x1D602,
visual="bf",
},
@@ -171725,7 +187965,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0076 },
+ specials={ "font", 0x76 },
unicodeslot=0x1D603,
visual="bf",
},
@@ -171734,7 +187974,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0077 },
+ specials={ "font", 0x77 },
unicodeslot=0x1D604,
visual="bf",
},
@@ -171743,7 +187983,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0078 },
+ specials={ "font", 0x78 },
unicodeslot=0x1D605,
visual="bf",
},
@@ -171752,7 +187992,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0079 },
+ specials={ "font", 0x79 },
unicodeslot=0x1D606,
visual="bf",
},
@@ -171761,7 +188001,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL Z",
direction="l",
linebreak="al",
- specials={ "font", 0x007A },
+ specials={ "font", 0x7A },
unicodeslot=0x1D607,
visual="bf",
},
@@ -171770,7 +188010,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0041 },
+ specials={ "font", 0x41 },
unicodeslot=0x1D608,
visual="it",
},
@@ -171779,7 +188019,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0042 },
+ specials={ "font", 0x42 },
unicodeslot=0x1D609,
visual="it",
},
@@ -171788,7 +188028,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL C",
direction="l",
linebreak="al",
- specials={ "font", 0x0043 },
+ specials={ "font", 0x43 },
unicodeslot=0x1D60A,
visual="it",
},
@@ -171797,7 +188037,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0044 },
+ specials={ "font", 0x44 },
unicodeslot=0x1D60B,
visual="it",
},
@@ -171806,7 +188046,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0045 },
+ specials={ "font", 0x45 },
unicodeslot=0x1D60C,
visual="it",
},
@@ -171815,7 +188055,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0046 },
+ specials={ "font", 0x46 },
unicodeslot=0x1D60D,
visual="it",
},
@@ -171824,7 +188064,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0047 },
+ specials={ "font", 0x47 },
unicodeslot=0x1D60E,
visual="it",
},
@@ -171833,7 +188073,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL H",
direction="l",
linebreak="al",
- specials={ "font", 0x0048 },
+ specials={ "font", 0x48 },
unicodeslot=0x1D60F,
visual="it",
},
@@ -171842,7 +188082,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL I",
direction="l",
linebreak="al",
- specials={ "font", 0x0049 },
+ specials={ "font", 0x49 },
unicodeslot=0x1D610,
visual="it",
},
@@ -171851,7 +188091,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL J",
direction="l",
linebreak="al",
- specials={ "font", 0x004A },
+ specials={ "font", 0x4A },
unicodeslot=0x1D611,
visual="it",
},
@@ -171860,7 +188100,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL K",
direction="l",
linebreak="al",
- specials={ "font", 0x004B },
+ specials={ "font", 0x4B },
unicodeslot=0x1D612,
visual="it",
},
@@ -171869,7 +188109,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL L",
direction="l",
linebreak="al",
- specials={ "font", 0x004C },
+ specials={ "font", 0x4C },
unicodeslot=0x1D613,
visual="it",
},
@@ -171878,7 +188118,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL M",
direction="l",
linebreak="al",
- specials={ "font", 0x004D },
+ specials={ "font", 0x4D },
unicodeslot=0x1D614,
visual="it",
},
@@ -171887,7 +188127,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL N",
direction="l",
linebreak="al",
- specials={ "font", 0x004E },
+ specials={ "font", 0x4E },
unicodeslot=0x1D615,
visual="it",
},
@@ -171896,7 +188136,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL O",
direction="l",
linebreak="al",
- specials={ "font", 0x004F },
+ specials={ "font", 0x4F },
unicodeslot=0x1D616,
visual="it",
},
@@ -171905,7 +188145,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL P",
direction="l",
linebreak="al",
- specials={ "font", 0x0050 },
+ specials={ "font", 0x50 },
unicodeslot=0x1D617,
visual="it",
},
@@ -171914,7 +188154,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL Q",
direction="l",
linebreak="al",
- specials={ "font", 0x0051 },
+ specials={ "font", 0x51 },
unicodeslot=0x1D618,
visual="it",
},
@@ -171923,7 +188163,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL R",
direction="l",
linebreak="al",
- specials={ "font", 0x0052 },
+ specials={ "font", 0x52 },
unicodeslot=0x1D619,
visual="it",
},
@@ -171932,7 +188172,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0053 },
+ specials={ "font", 0x53 },
unicodeslot=0x1D61A,
visual="it",
},
@@ -171941,7 +188181,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0054 },
+ specials={ "font", 0x54 },
unicodeslot=0x1D61B,
visual="it",
},
@@ -171950,7 +188190,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0055 },
+ specials={ "font", 0x55 },
unicodeslot=0x1D61C,
visual="it",
},
@@ -171959,7 +188199,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0056 },
+ specials={ "font", 0x56 },
unicodeslot=0x1D61D,
visual="it",
},
@@ -171968,7 +188208,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0057 },
+ specials={ "font", 0x57 },
unicodeslot=0x1D61E,
visual="it",
},
@@ -171977,7 +188217,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0058 },
+ specials={ "font", 0x58 },
unicodeslot=0x1D61F,
visual="it",
},
@@ -171986,7 +188226,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0059 },
+ specials={ "font", 0x59 },
unicodeslot=0x1D620,
visual="it",
},
@@ -171995,7 +188235,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL Z",
direction="l",
linebreak="al",
- specials={ "font", 0x005A },
+ specials={ "font", 0x5A },
unicodeslot=0x1D621,
visual="it",
},
@@ -172004,7 +188244,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0061 },
+ specials={ "font", 0x61 },
unicodeslot=0x1D622,
visual="it",
},
@@ -172013,7 +188253,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0062 },
+ specials={ "font", 0x62 },
unicodeslot=0x1D623,
visual="it",
},
@@ -172022,7 +188262,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL C",
direction="l",
linebreak="al",
- specials={ "font", 0x0063 },
+ specials={ "font", 0x63 },
unicodeslot=0x1D624,
visual="it",
},
@@ -172031,7 +188271,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0064 },
+ specials={ "font", 0x64 },
unicodeslot=0x1D625,
visual="it",
},
@@ -172040,7 +188280,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0065 },
+ specials={ "font", 0x65 },
unicodeslot=0x1D626,
visual="it",
},
@@ -172049,7 +188289,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0066 },
+ specials={ "font", 0x66 },
unicodeslot=0x1D627,
visual="it",
},
@@ -172058,7 +188298,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0067 },
+ specials={ "font", 0x67 },
unicodeslot=0x1D628,
visual="it",
},
@@ -172067,7 +188307,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL H",
direction="l",
linebreak="al",
- specials={ "font", 0x0068 },
+ specials={ "font", 0x68 },
unicodeslot=0x1D629,
visual="it",
},
@@ -172076,7 +188316,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL I",
direction="l",
linebreak="al",
- specials={ "font", 0x0069 },
+ specials={ "font", 0x69 },
unicodeslot=0x1D62A,
visual="it",
},
@@ -172085,7 +188325,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL J",
direction="l",
linebreak="al",
- specials={ "font", 0x006A },
+ specials={ "font", 0x6A },
unicodeslot=0x1D62B,
visual="it",
},
@@ -172094,7 +188334,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL K",
direction="l",
linebreak="al",
- specials={ "font", 0x006B },
+ specials={ "font", 0x6B },
unicodeslot=0x1D62C,
visual="it",
},
@@ -172103,7 +188343,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL L",
direction="l",
linebreak="al",
- specials={ "font", 0x006C },
+ specials={ "font", 0x6C },
unicodeslot=0x1D62D,
visual="it",
},
@@ -172112,7 +188352,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL M",
direction="l",
linebreak="al",
- specials={ "font", 0x006D },
+ specials={ "font", 0x6D },
unicodeslot=0x1D62E,
visual="it",
},
@@ -172121,7 +188361,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL N",
direction="l",
linebreak="al",
- specials={ "font", 0x006E },
+ specials={ "font", 0x6E },
unicodeslot=0x1D62F,
visual="it",
},
@@ -172130,7 +188370,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL O",
direction="l",
linebreak="al",
- specials={ "font", 0x006F },
+ specials={ "font", 0x6F },
unicodeslot=0x1D630,
visual="it",
},
@@ -172139,7 +188379,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL P",
direction="l",
linebreak="al",
- specials={ "font", 0x0070 },
+ specials={ "font", 0x70 },
unicodeslot=0x1D631,
visual="it",
},
@@ -172148,7 +188388,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL Q",
direction="l",
linebreak="al",
- specials={ "font", 0x0071 },
+ specials={ "font", 0x71 },
unicodeslot=0x1D632,
visual="it",
},
@@ -172157,7 +188397,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL R",
direction="l",
linebreak="al",
- specials={ "font", 0x0072 },
+ specials={ "font", 0x72 },
unicodeslot=0x1D633,
visual="it",
},
@@ -172166,7 +188406,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0073 },
+ specials={ "font", 0x73 },
unicodeslot=0x1D634,
visual="it",
},
@@ -172175,7 +188415,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0074 },
+ specials={ "font", 0x74 },
unicodeslot=0x1D635,
visual="it",
},
@@ -172184,7 +188424,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0075 },
+ specials={ "font", 0x75 },
unicodeslot=0x1D636,
visual="it",
},
@@ -172193,7 +188433,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0076 },
+ specials={ "font", 0x76 },
unicodeslot=0x1D637,
visual="it",
},
@@ -172202,7 +188442,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0077 },
+ specials={ "font", 0x77 },
unicodeslot=0x1D638,
visual="it",
},
@@ -172211,7 +188451,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0078 },
+ specials={ "font", 0x78 },
unicodeslot=0x1D639,
visual="it",
},
@@ -172220,7 +188460,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0079 },
+ specials={ "font", 0x79 },
unicodeslot=0x1D63A,
visual="it",
},
@@ -172229,7 +188469,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF ITALIC SMALL Z",
direction="l",
linebreak="al",
- specials={ "font", 0x007A },
+ specials={ "font", 0x7A },
unicodeslot=0x1D63B,
visual="it",
},
@@ -172238,7 +188478,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0041 },
+ specials={ "font", 0x41 },
unicodeslot=0x1D63C,
visual="bi",
},
@@ -172247,7 +188487,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0042 },
+ specials={ "font", 0x42 },
unicodeslot=0x1D63D,
visual="bi",
},
@@ -172256,7 +188496,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL C",
direction="l",
linebreak="al",
- specials={ "font", 0x0043 },
+ specials={ "font", 0x43 },
unicodeslot=0x1D63E,
visual="bi",
},
@@ -172265,7 +188505,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0044 },
+ specials={ "font", 0x44 },
unicodeslot=0x1D63F,
visual="bi",
},
@@ -172274,7 +188514,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0045 },
+ specials={ "font", 0x45 },
unicodeslot=0x1D640,
visual="bi",
},
@@ -172283,7 +188523,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0046 },
+ specials={ "font", 0x46 },
unicodeslot=0x1D641,
visual="bi",
},
@@ -172292,7 +188532,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0047 },
+ specials={ "font", 0x47 },
unicodeslot=0x1D642,
visual="bi",
},
@@ -172301,7 +188541,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL H",
direction="l",
linebreak="al",
- specials={ "font", 0x0048 },
+ specials={ "font", 0x48 },
unicodeslot=0x1D643,
visual="bi",
},
@@ -172310,7 +188550,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL I",
direction="l",
linebreak="al",
- specials={ "font", 0x0049 },
+ specials={ "font", 0x49 },
unicodeslot=0x1D644,
visual="bi",
},
@@ -172319,7 +188559,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL J",
direction="l",
linebreak="al",
- specials={ "font", 0x004A },
+ specials={ "font", 0x4A },
unicodeslot=0x1D645,
visual="bi",
},
@@ -172328,7 +188568,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL K",
direction="l",
linebreak="al",
- specials={ "font", 0x004B },
+ specials={ "font", 0x4B },
unicodeslot=0x1D646,
visual="bi",
},
@@ -172337,7 +188577,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL L",
direction="l",
linebreak="al",
- specials={ "font", 0x004C },
+ specials={ "font", 0x4C },
unicodeslot=0x1D647,
visual="bi",
},
@@ -172346,7 +188586,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL M",
direction="l",
linebreak="al",
- specials={ "font", 0x004D },
+ specials={ "font", 0x4D },
unicodeslot=0x1D648,
visual="bi",
},
@@ -172355,7 +188595,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL N",
direction="l",
linebreak="al",
- specials={ "font", 0x004E },
+ specials={ "font", 0x4E },
unicodeslot=0x1D649,
visual="bi",
},
@@ -172364,7 +188604,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL O",
direction="l",
linebreak="al",
- specials={ "font", 0x004F },
+ specials={ "font", 0x4F },
unicodeslot=0x1D64A,
visual="bi",
},
@@ -172373,7 +188613,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL P",
direction="l",
linebreak="al",
- specials={ "font", 0x0050 },
+ specials={ "font", 0x50 },
unicodeslot=0x1D64B,
visual="bi",
},
@@ -172382,7 +188622,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Q",
direction="l",
linebreak="al",
- specials={ "font", 0x0051 },
+ specials={ "font", 0x51 },
unicodeslot=0x1D64C,
visual="bi",
},
@@ -172391,7 +188631,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL R",
direction="l",
linebreak="al",
- specials={ "font", 0x0052 },
+ specials={ "font", 0x52 },
unicodeslot=0x1D64D,
visual="bi",
},
@@ -172400,7 +188640,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0053 },
+ specials={ "font", 0x53 },
unicodeslot=0x1D64E,
visual="bi",
},
@@ -172409,7 +188649,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0054 },
+ specials={ "font", 0x54 },
unicodeslot=0x1D64F,
visual="bi",
},
@@ -172418,7 +188658,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0055 },
+ specials={ "font", 0x55 },
unicodeslot=0x1D650,
visual="bi",
},
@@ -172427,7 +188667,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0056 },
+ specials={ "font", 0x56 },
unicodeslot=0x1D651,
visual="bi",
},
@@ -172436,7 +188676,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0057 },
+ specials={ "font", 0x57 },
unicodeslot=0x1D652,
visual="bi",
},
@@ -172445,7 +188685,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0058 },
+ specials={ "font", 0x58 },
unicodeslot=0x1D653,
visual="bi",
},
@@ -172454,7 +188694,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0059 },
+ specials={ "font", 0x59 },
unicodeslot=0x1D654,
visual="bi",
},
@@ -172463,7 +188703,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Z",
direction="l",
linebreak="al",
- specials={ "font", 0x005A },
+ specials={ "font", 0x5A },
unicodeslot=0x1D655,
visual="bi",
},
@@ -172472,7 +188712,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0061 },
+ specials={ "font", 0x61 },
unicodeslot=0x1D656,
visual="bi",
},
@@ -172481,7 +188721,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0062 },
+ specials={ "font", 0x62 },
unicodeslot=0x1D657,
visual="bi",
},
@@ -172490,7 +188730,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL C",
direction="l",
linebreak="al",
- specials={ "font", 0x0063 },
+ specials={ "font", 0x63 },
unicodeslot=0x1D658,
visual="bi",
},
@@ -172499,7 +188739,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0064 },
+ specials={ "font", 0x64 },
unicodeslot=0x1D659,
visual="bi",
},
@@ -172508,7 +188748,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0065 },
+ specials={ "font", 0x65 },
unicodeslot=0x1D65A,
visual="bi",
},
@@ -172517,7 +188757,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0066 },
+ specials={ "font", 0x66 },
unicodeslot=0x1D65B,
visual="bi",
},
@@ -172526,7 +188766,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0067 },
+ specials={ "font", 0x67 },
unicodeslot=0x1D65C,
visual="bi",
},
@@ -172535,7 +188775,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL H",
direction="l",
linebreak="al",
- specials={ "font", 0x0068 },
+ specials={ "font", 0x68 },
unicodeslot=0x1D65D,
visual="bi",
},
@@ -172544,7 +188784,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL I",
direction="l",
linebreak="al",
- specials={ "font", 0x0069 },
+ specials={ "font", 0x69 },
unicodeslot=0x1D65E,
visual="bi",
},
@@ -172553,7 +188793,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL J",
direction="l",
linebreak="al",
- specials={ "font", 0x006A },
+ specials={ "font", 0x6A },
unicodeslot=0x1D65F,
visual="bi",
},
@@ -172562,7 +188802,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL K",
direction="l",
linebreak="al",
- specials={ "font", 0x006B },
+ specials={ "font", 0x6B },
unicodeslot=0x1D660,
visual="bi",
},
@@ -172571,7 +188811,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL L",
direction="l",
linebreak="al",
- specials={ "font", 0x006C },
+ specials={ "font", 0x6C },
unicodeslot=0x1D661,
visual="bi",
},
@@ -172580,7 +188820,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL M",
direction="l",
linebreak="al",
- specials={ "font", 0x006D },
+ specials={ "font", 0x6D },
unicodeslot=0x1D662,
visual="bi",
},
@@ -172589,7 +188829,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL N",
direction="l",
linebreak="al",
- specials={ "font", 0x006E },
+ specials={ "font", 0x6E },
unicodeslot=0x1D663,
visual="bi",
},
@@ -172598,7 +188838,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL O",
direction="l",
linebreak="al",
- specials={ "font", 0x006F },
+ specials={ "font", 0x6F },
unicodeslot=0x1D664,
visual="bi",
},
@@ -172607,7 +188847,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL P",
direction="l",
linebreak="al",
- specials={ "font", 0x0070 },
+ specials={ "font", 0x70 },
unicodeslot=0x1D665,
visual="bi",
},
@@ -172616,7 +188856,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Q",
direction="l",
linebreak="al",
- specials={ "font", 0x0071 },
+ specials={ "font", 0x71 },
unicodeslot=0x1D666,
visual="bi",
},
@@ -172625,7 +188865,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL R",
direction="l",
linebreak="al",
- specials={ "font", 0x0072 },
+ specials={ "font", 0x72 },
unicodeslot=0x1D667,
visual="bi",
},
@@ -172634,7 +188874,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0073 },
+ specials={ "font", 0x73 },
unicodeslot=0x1D668,
visual="bi",
},
@@ -172643,7 +188883,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0074 },
+ specials={ "font", 0x74 },
unicodeslot=0x1D669,
visual="bi",
},
@@ -172652,7 +188892,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0075 },
+ specials={ "font", 0x75 },
unicodeslot=0x1D66A,
visual="bi",
},
@@ -172661,7 +188901,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0076 },
+ specials={ "font", 0x76 },
unicodeslot=0x1D66B,
visual="bi",
},
@@ -172670,7 +188910,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0077 },
+ specials={ "font", 0x77 },
unicodeslot=0x1D66C,
visual="bi",
},
@@ -172679,7 +188919,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0078 },
+ specials={ "font", 0x78 },
unicodeslot=0x1D66D,
visual="bi",
},
@@ -172688,7 +188928,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0079 },
+ specials={ "font", 0x79 },
unicodeslot=0x1D66E,
visual="bi",
},
@@ -172697,7 +188937,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Z",
direction="l",
linebreak="al",
- specials={ "font", 0x007A },
+ specials={ "font", 0x7A },
unicodeslot=0x1D66F,
visual="bi",
},
@@ -172706,7 +188946,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0041 },
+ specials={ "font", 0x41 },
unicodeslot=0x1D670,
},
[0x1D671]={
@@ -172714,7 +188954,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0042 },
+ specials={ "font", 0x42 },
unicodeslot=0x1D671,
},
[0x1D672]={
@@ -172722,7 +188962,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL C",
direction="l",
linebreak="al",
- specials={ "font", 0x0043 },
+ specials={ "font", 0x43 },
unicodeslot=0x1D672,
},
[0x1D673]={
@@ -172730,7 +188970,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0044 },
+ specials={ "font", 0x44 },
unicodeslot=0x1D673,
},
[0x1D674]={
@@ -172738,7 +188978,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0045 },
+ specials={ "font", 0x45 },
unicodeslot=0x1D674,
},
[0x1D675]={
@@ -172746,7 +188986,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0046 },
+ specials={ "font", 0x46 },
unicodeslot=0x1D675,
},
[0x1D676]={
@@ -172754,7 +188994,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0047 },
+ specials={ "font", 0x47 },
unicodeslot=0x1D676,
},
[0x1D677]={
@@ -172762,7 +189002,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL H",
direction="l",
linebreak="al",
- specials={ "font", 0x0048 },
+ specials={ "font", 0x48 },
unicodeslot=0x1D677,
},
[0x1D678]={
@@ -172770,7 +189010,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL I",
direction="l",
linebreak="al",
- specials={ "font", 0x0049 },
+ specials={ "font", 0x49 },
unicodeslot=0x1D678,
},
[0x1D679]={
@@ -172778,7 +189018,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL J",
direction="l",
linebreak="al",
- specials={ "font", 0x004A },
+ specials={ "font", 0x4A },
unicodeslot=0x1D679,
},
[0x1D67A]={
@@ -172786,7 +189026,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL K",
direction="l",
linebreak="al",
- specials={ "font", 0x004B },
+ specials={ "font", 0x4B },
unicodeslot=0x1D67A,
},
[0x1D67B]={
@@ -172794,7 +189034,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL L",
direction="l",
linebreak="al",
- specials={ "font", 0x004C },
+ specials={ "font", 0x4C },
unicodeslot=0x1D67B,
},
[0x1D67C]={
@@ -172802,7 +189042,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL M",
direction="l",
linebreak="al",
- specials={ "font", 0x004D },
+ specials={ "font", 0x4D },
unicodeslot=0x1D67C,
},
[0x1D67D]={
@@ -172810,7 +189050,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL N",
direction="l",
linebreak="al",
- specials={ "font", 0x004E },
+ specials={ "font", 0x4E },
unicodeslot=0x1D67D,
},
[0x1D67E]={
@@ -172818,7 +189058,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL O",
direction="l",
linebreak="al",
- specials={ "font", 0x004F },
+ specials={ "font", 0x4F },
unicodeslot=0x1D67E,
},
[0x1D67F]={
@@ -172826,7 +189066,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL P",
direction="l",
linebreak="al",
- specials={ "font", 0x0050 },
+ specials={ "font", 0x50 },
unicodeslot=0x1D67F,
},
[0x1D680]={
@@ -172834,7 +189074,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL Q",
direction="l",
linebreak="al",
- specials={ "font", 0x0051 },
+ specials={ "font", 0x51 },
unicodeslot=0x1D680,
},
[0x1D681]={
@@ -172842,7 +189082,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL R",
direction="l",
linebreak="al",
- specials={ "font", 0x0052 },
+ specials={ "font", 0x52 },
unicodeslot=0x1D681,
},
[0x1D682]={
@@ -172850,7 +189090,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0053 },
+ specials={ "font", 0x53 },
unicodeslot=0x1D682,
},
[0x1D683]={
@@ -172858,7 +189098,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0054 },
+ specials={ "font", 0x54 },
unicodeslot=0x1D683,
},
[0x1D684]={
@@ -172866,7 +189106,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0055 },
+ specials={ "font", 0x55 },
unicodeslot=0x1D684,
},
[0x1D685]={
@@ -172874,7 +189114,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0056 },
+ specials={ "font", 0x56 },
unicodeslot=0x1D685,
},
[0x1D686]={
@@ -172882,7 +189122,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0057 },
+ specials={ "font", 0x57 },
unicodeslot=0x1D686,
},
[0x1D687]={
@@ -172890,7 +189130,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0058 },
+ specials={ "font", 0x58 },
unicodeslot=0x1D687,
},
[0x1D688]={
@@ -172898,7 +189138,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0059 },
+ specials={ "font", 0x59 },
unicodeslot=0x1D688,
},
[0x1D689]={
@@ -172906,7 +189146,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE CAPITAL Z",
direction="l",
linebreak="al",
- specials={ "font", 0x005A },
+ specials={ "font", 0x5A },
unicodeslot=0x1D689,
},
[0x1D68A]={
@@ -172914,7 +189154,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL A",
direction="l",
linebreak="al",
- specials={ "font", 0x0061 },
+ specials={ "font", 0x61 },
unicodeslot=0x1D68A,
},
[0x1D68B]={
@@ -172922,7 +189162,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL B",
direction="l",
linebreak="al",
- specials={ "font", 0x0062 },
+ specials={ "font", 0x62 },
unicodeslot=0x1D68B,
},
[0x1D68C]={
@@ -172930,7 +189170,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL C",
direction="l",
linebreak="al",
- specials={ "font", 0x0063 },
+ specials={ "font", 0x63 },
unicodeslot=0x1D68C,
},
[0x1D68D]={
@@ -172938,7 +189178,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL D",
direction="l",
linebreak="al",
- specials={ "font", 0x0064 },
+ specials={ "font", 0x64 },
unicodeslot=0x1D68D,
},
[0x1D68E]={
@@ -172946,7 +189186,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL E",
direction="l",
linebreak="al",
- specials={ "font", 0x0065 },
+ specials={ "font", 0x65 },
unicodeslot=0x1D68E,
},
[0x1D68F]={
@@ -172954,7 +189194,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL F",
direction="l",
linebreak="al",
- specials={ "font", 0x0066 },
+ specials={ "font", 0x66 },
unicodeslot=0x1D68F,
},
[0x1D690]={
@@ -172962,7 +189202,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL G",
direction="l",
linebreak="al",
- specials={ "font", 0x0067 },
+ specials={ "font", 0x67 },
unicodeslot=0x1D690,
},
[0x1D691]={
@@ -172970,7 +189210,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL H",
direction="l",
linebreak="al",
- specials={ "font", 0x0068 },
+ specials={ "font", 0x68 },
unicodeslot=0x1D691,
},
[0x1D692]={
@@ -172978,7 +189218,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL I",
direction="l",
linebreak="al",
- specials={ "font", 0x0069 },
+ specials={ "font", 0x69 },
unicodeslot=0x1D692,
},
[0x1D693]={
@@ -172986,7 +189226,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL J",
direction="l",
linebreak="al",
- specials={ "font", 0x006A },
+ specials={ "font", 0x6A },
unicodeslot=0x1D693,
},
[0x1D694]={
@@ -172994,7 +189234,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL K",
direction="l",
linebreak="al",
- specials={ "font", 0x006B },
+ specials={ "font", 0x6B },
unicodeslot=0x1D694,
},
[0x1D695]={
@@ -173002,7 +189242,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL L",
direction="l",
linebreak="al",
- specials={ "font", 0x006C },
+ specials={ "font", 0x6C },
unicodeslot=0x1D695,
},
[0x1D696]={
@@ -173010,7 +189250,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL M",
direction="l",
linebreak="al",
- specials={ "font", 0x006D },
+ specials={ "font", 0x6D },
unicodeslot=0x1D696,
},
[0x1D697]={
@@ -173018,7 +189258,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL N",
direction="l",
linebreak="al",
- specials={ "font", 0x006E },
+ specials={ "font", 0x6E },
unicodeslot=0x1D697,
},
[0x1D698]={
@@ -173026,7 +189266,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL O",
direction="l",
linebreak="al",
- specials={ "font", 0x006F },
+ specials={ "font", 0x6F },
unicodeslot=0x1D698,
},
[0x1D699]={
@@ -173034,7 +189274,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL P",
direction="l",
linebreak="al",
- specials={ "font", 0x0070 },
+ specials={ "font", 0x70 },
unicodeslot=0x1D699,
},
[0x1D69A]={
@@ -173042,7 +189282,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL Q",
direction="l",
linebreak="al",
- specials={ "font", 0x0071 },
+ specials={ "font", 0x71 },
unicodeslot=0x1D69A,
},
[0x1D69B]={
@@ -173050,7 +189290,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL R",
direction="l",
linebreak="al",
- specials={ "font", 0x0072 },
+ specials={ "font", 0x72 },
unicodeslot=0x1D69B,
},
[0x1D69C]={
@@ -173058,7 +189298,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL S",
direction="l",
linebreak="al",
- specials={ "font", 0x0073 },
+ specials={ "font", 0x73 },
unicodeslot=0x1D69C,
},
[0x1D69D]={
@@ -173066,7 +189306,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL T",
direction="l",
linebreak="al",
- specials={ "font", 0x0074 },
+ specials={ "font", 0x74 },
unicodeslot=0x1D69D,
},
[0x1D69E]={
@@ -173074,7 +189314,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL U",
direction="l",
linebreak="al",
- specials={ "font", 0x0075 },
+ specials={ "font", 0x75 },
unicodeslot=0x1D69E,
},
[0x1D69F]={
@@ -173082,7 +189322,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL V",
direction="l",
linebreak="al",
- specials={ "font", 0x0076 },
+ specials={ "font", 0x76 },
unicodeslot=0x1D69F,
},
[0x1D6A0]={
@@ -173090,7 +189330,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL W",
direction="l",
linebreak="al",
- specials={ "font", 0x0077 },
+ specials={ "font", 0x77 },
unicodeslot=0x1D6A0,
},
[0x1D6A1]={
@@ -173098,7 +189338,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL X",
direction="l",
linebreak="al",
- specials={ "font", 0x0078 },
+ specials={ "font", 0x78 },
unicodeslot=0x1D6A1,
},
[0x1D6A2]={
@@ -173106,7 +189346,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL Y",
direction="l",
linebreak="al",
- specials={ "font", 0x0079 },
+ specials={ "font", 0x79 },
unicodeslot=0x1D6A2,
},
[0x1D6A3]={
@@ -173114,7 +189354,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE SMALL Z",
direction="l",
linebreak="al",
- specials={ "font", 0x007A },
+ specials={ "font", 0x7A },
unicodeslot=0x1D6A3,
},
[0x1D6A4]={
@@ -173124,7 +189364,7 @@ characters.data={
linebreak="al",
mathclass="default",
mathname="imath",
- specials={ "font", 0x0131 },
+ specials={ "font", 0x131 },
unicodeslot=0x1D6A4,
visual="it",
},
@@ -173135,7 +189375,7 @@ characters.data={
linebreak="al",
mathclass="default",
mathname="jmath",
- specials={ "font", 0x0237 },
+ specials={ "font", 0x237 },
unicodeslot=0x1D6A5,
visual="it",
},
@@ -173144,7 +189384,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL ALPHA",
direction="l",
linebreak="al",
- specials={ "font", 0x0391 },
+ specials={ "font", 0x391 },
unicodeslot=0x1D6A8,
visual="bf",
},
@@ -173153,7 +189393,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL BETA",
direction="l",
linebreak="al",
- specials={ "font", 0x0392 },
+ specials={ "font", 0x392 },
unicodeslot=0x1D6A9,
visual="bf",
},
@@ -173162,7 +189402,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL GAMMA",
direction="l",
linebreak="al",
- specials={ "font", 0x0393 },
+ specials={ "font", 0x393 },
unicodeslot=0x1D6AA,
visual="bf",
},
@@ -173171,7 +189411,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL DELTA",
direction="l",
linebreak="al",
- specials={ "font", 0x0394 },
+ specials={ "font", 0x394 },
unicodeslot=0x1D6AB,
visual="bf",
},
@@ -173180,7 +189420,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL EPSILON",
direction="l",
linebreak="al",
- specials={ "font", 0x0395 },
+ specials={ "font", 0x395 },
unicodeslot=0x1D6AC,
visual="bf",
},
@@ -173189,7 +189429,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL ZETA",
direction="l",
linebreak="al",
- specials={ "font", 0x0396 },
+ specials={ "font", 0x396 },
unicodeslot=0x1D6AD,
visual="bf",
},
@@ -173198,7 +189438,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL ETA",
direction="l",
linebreak="al",
- specials={ "font", 0x0397 },
+ specials={ "font", 0x397 },
unicodeslot=0x1D6AE,
visual="bf",
},
@@ -173207,7 +189447,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL THETA",
direction="l",
linebreak="al",
- specials={ "font", 0x0398 },
+ specials={ "font", 0x398 },
unicodeslot=0x1D6AF,
visual="bf",
},
@@ -173216,7 +189456,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL IOTA",
direction="l",
linebreak="al",
- specials={ "font", 0x0399 },
+ specials={ "font", 0x399 },
unicodeslot=0x1D6B0,
visual="bf",
},
@@ -173225,7 +189465,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL KAPPA",
direction="l",
linebreak="al",
- specials={ "font", 0x039A },
+ specials={ "font", 0x39A },
unicodeslot=0x1D6B1,
visual="bf",
},
@@ -173234,7 +189474,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL LAMDA",
direction="l",
linebreak="al",
- specials={ "font", 0x039B },
+ specials={ "font", 0x39B },
unicodeslot=0x1D6B2,
visual="bf",
},
@@ -173243,7 +189483,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL MU",
direction="l",
linebreak="al",
- specials={ "font", 0x039C },
+ specials={ "font", 0x39C },
unicodeslot=0x1D6B3,
visual="bf",
},
@@ -173252,7 +189492,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL NU",
direction="l",
linebreak="al",
- specials={ "font", 0x039D },
+ specials={ "font", 0x39D },
unicodeslot=0x1D6B4,
visual="bf",
},
@@ -173261,7 +189501,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL XI",
direction="l",
linebreak="al",
- specials={ "font", 0x039E },
+ specials={ "font", 0x39E },
unicodeslot=0x1D6B5,
visual="bf",
},
@@ -173270,7 +189510,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL OMICRON",
direction="l",
linebreak="al",
- specials={ "font", 0x039F },
+ specials={ "font", 0x39F },
unicodeslot=0x1D6B6,
visual="bf",
},
@@ -173279,7 +189519,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL PI",
direction="l",
linebreak="al",
- specials={ "font", 0x03A0 },
+ specials={ "font", 0x3A0 },
unicodeslot=0x1D6B7,
visual="bf",
},
@@ -173288,7 +189528,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL RHO",
direction="l",
linebreak="al",
- specials={ "font", 0x03A1 },
+ specials={ "font", 0x3A1 },
unicodeslot=0x1D6B8,
visual="bf",
},
@@ -173297,7 +189537,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL THETA SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03F4 },
+ specials={ "font", 0x3F4 },
unicodeslot=0x1D6B9,
visual="bf",
},
@@ -173306,7 +189546,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL SIGMA",
direction="l",
linebreak="al",
- specials={ "font", 0x03A3 },
+ specials={ "font", 0x3A3 },
unicodeslot=0x1D6BA,
visual="bf",
},
@@ -173315,7 +189555,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL TAU",
direction="l",
linebreak="al",
- specials={ "font", 0x03A4 },
+ specials={ "font", 0x3A4 },
unicodeslot=0x1D6BB,
visual="bf",
},
@@ -173324,7 +189564,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL UPSILON",
direction="l",
linebreak="al",
- specials={ "font", 0x03A5 },
+ specials={ "font", 0x3A5 },
unicodeslot=0x1D6BC,
visual="bf",
},
@@ -173333,7 +189573,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL PHI",
direction="l",
linebreak="al",
- specials={ "font", 0x03A6 },
+ specials={ "font", 0x3A6 },
unicodeslot=0x1D6BD,
visual="bf",
},
@@ -173342,7 +189582,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL CHI",
direction="l",
linebreak="al",
- specials={ "font", 0x03A7 },
+ specials={ "font", 0x3A7 },
unicodeslot=0x1D6BE,
visual="bf",
},
@@ -173351,7 +189591,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL PSI",
direction="l",
linebreak="al",
- specials={ "font", 0x03A8 },
+ specials={ "font", 0x3A8 },
unicodeslot=0x1D6BF,
visual="bf",
},
@@ -173360,7 +189600,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL OMEGA",
direction="l",
linebreak="al",
- specials={ "font", 0x03A9 },
+ specials={ "font", 0x3A9 },
unicodeslot=0x1D6C0,
visual="bf",
},
@@ -173378,7 +189618,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL ALPHA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B1 },
+ specials={ "font", 0x3B1 },
unicodeslot=0x1D6C2,
visual="bf",
},
@@ -173387,7 +189627,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL BETA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B2 },
+ specials={ "font", 0x3B2 },
unicodeslot=0x1D6C3,
visual="bf",
},
@@ -173396,7 +189636,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL GAMMA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B3 },
+ specials={ "font", 0x3B3 },
unicodeslot=0x1D6C4,
visual="bf",
},
@@ -173405,7 +189645,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL DELTA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B4 },
+ specials={ "font", 0x3B4 },
unicodeslot=0x1D6C5,
visual="bf",
},
@@ -173414,7 +189654,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL EPSILON",
direction="l",
linebreak="al",
- specials={ "font", 0x03B5 },
+ specials={ "font", 0x3B5 },
unicodeslot=0x1D6C6,
visual="bf",
},
@@ -173423,7 +189663,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL ZETA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B6 },
+ specials={ "font", 0x3B6 },
unicodeslot=0x1D6C7,
visual="bf",
},
@@ -173432,7 +189672,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL ETA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B7 },
+ specials={ "font", 0x3B7 },
unicodeslot=0x1D6C8,
visual="bf",
},
@@ -173441,7 +189681,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL THETA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B8 },
+ specials={ "font", 0x3B8 },
unicodeslot=0x1D6C9,
visual="bf",
},
@@ -173450,7 +189690,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL IOTA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B9 },
+ specials={ "font", 0x3B9 },
unicodeslot=0x1D6CA,
visual="bf",
},
@@ -173459,7 +189699,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL KAPPA",
direction="l",
linebreak="al",
- specials={ "font", 0x03BA },
+ specials={ "font", 0x3BA },
unicodeslot=0x1D6CB,
visual="bf",
},
@@ -173468,7 +189708,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL LAMDA",
direction="l",
linebreak="al",
- specials={ "font", 0x03BB },
+ specials={ "font", 0x3BB },
unicodeslot=0x1D6CC,
visual="bf",
},
@@ -173477,7 +189717,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL MU",
direction="l",
linebreak="al",
- specials={ "font", 0x03BC },
+ specials={ "font", 0x3BC },
unicodeslot=0x1D6CD,
visual="bf",
},
@@ -173486,7 +189726,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL NU",
direction="l",
linebreak="al",
- specials={ "font", 0x03BD },
+ specials={ "font", 0x3BD },
unicodeslot=0x1D6CE,
visual="bf",
},
@@ -173495,7 +189735,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL XI",
direction="l",
linebreak="al",
- specials={ "font", 0x03BE },
+ specials={ "font", 0x3BE },
unicodeslot=0x1D6CF,
visual="bf",
},
@@ -173504,7 +189744,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL OMICRON",
direction="l",
linebreak="al",
- specials={ "font", 0x03BF },
+ specials={ "font", 0x3BF },
unicodeslot=0x1D6D0,
visual="bf",
},
@@ -173513,7 +189753,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL PI",
direction="l",
linebreak="al",
- specials={ "font", 0x03C0 },
+ specials={ "font", 0x3C0 },
unicodeslot=0x1D6D1,
visual="bf",
},
@@ -173522,7 +189762,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL RHO",
direction="l",
linebreak="al",
- specials={ "font", 0x03C1 },
+ specials={ "font", 0x3C1 },
unicodeslot=0x1D6D2,
visual="bf",
},
@@ -173531,7 +189771,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL FINAL SIGMA",
direction="l",
linebreak="al",
- specials={ "font", 0x03C2 },
+ specials={ "font", 0x3C2 },
unicodeslot=0x1D6D3,
visual="bf",
},
@@ -173540,7 +189780,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL SIGMA",
direction="l",
linebreak="al",
- specials={ "font", 0x03C3 },
+ specials={ "font", 0x3C3 },
unicodeslot=0x1D6D4,
visual="bf",
},
@@ -173549,7 +189789,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL TAU",
direction="l",
linebreak="al",
- specials={ "font", 0x03C4 },
+ specials={ "font", 0x3C4 },
unicodeslot=0x1D6D5,
visual="bf",
},
@@ -173558,7 +189798,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL UPSILON",
direction="l",
linebreak="al",
- specials={ "font", 0x03C5 },
+ specials={ "font", 0x3C5 },
unicodeslot=0x1D6D6,
visual="bf",
},
@@ -173567,7 +189807,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL PHI",
direction="l",
linebreak="al",
- specials={ "font", 0x03C6 },
+ specials={ "font", 0x3C6 },
unicodeslot=0x1D6D7,
visual="bf",
},
@@ -173576,7 +189816,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL CHI",
direction="l",
linebreak="al",
- specials={ "font", 0x03C7 },
+ specials={ "font", 0x3C7 },
unicodeslot=0x1D6D8,
visual="bf",
},
@@ -173585,7 +189825,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL PSI",
direction="l",
linebreak="al",
- specials={ "font", 0x03C8 },
+ specials={ "font", 0x3C8 },
unicodeslot=0x1D6D9,
visual="bf",
},
@@ -173594,7 +189834,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL OMEGA",
direction="l",
linebreak="al",
- specials={ "font", 0x03C9 },
+ specials={ "font", 0x3C9 },
unicodeslot=0x1D6DA,
visual="bf",
},
@@ -173612,7 +189852,7 @@ characters.data={
description="MATHEMATICAL BOLD EPSILON SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03F5 },
+ specials={ "font", 0x3F5 },
unicodeslot=0x1D6DC,
visual="bf",
},
@@ -173621,7 +189861,7 @@ characters.data={
description="MATHEMATICAL BOLD THETA SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03D1 },
+ specials={ "font", 0x3D1 },
unicodeslot=0x1D6DD,
visual="bf",
},
@@ -173630,7 +189870,7 @@ characters.data={
description="MATHEMATICAL BOLD KAPPA SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03F0 },
+ specials={ "font", 0x3F0 },
unicodeslot=0x1D6DE,
visual="bf",
},
@@ -173639,7 +189879,7 @@ characters.data={
description="MATHEMATICAL BOLD PHI SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03D5 },
+ specials={ "font", 0x3D5 },
unicodeslot=0x1D6DF,
visual="bf",
},
@@ -173648,7 +189888,7 @@ characters.data={
description="MATHEMATICAL BOLD RHO SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03F1 },
+ specials={ "font", 0x3F1 },
unicodeslot=0x1D6E0,
visual="bf",
},
@@ -173657,7 +189897,7 @@ characters.data={
description="MATHEMATICAL BOLD PI SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03D6 },
+ specials={ "font", 0x3D6 },
unicodeslot=0x1D6E1,
visual="bf",
},
@@ -173666,7 +189906,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL ALPHA",
direction="l",
linebreak="al",
- specials={ "font", 0x0391 },
+ specials={ "font", 0x391 },
unicodeslot=0x1D6E2,
visual="it",
},
@@ -173675,7 +189915,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL BETA",
direction="l",
linebreak="al",
- specials={ "font", 0x0392 },
+ specials={ "font", 0x392 },
unicodeslot=0x1D6E3,
visual="it",
},
@@ -173684,7 +189924,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL GAMMA",
direction="l",
linebreak="al",
- specials={ "font", 0x0393 },
+ specials={ "font", 0x393 },
unicodeslot=0x1D6E4,
visual="it",
},
@@ -173693,7 +189933,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL DELTA",
direction="l",
linebreak="al",
- specials={ "font", 0x0394 },
+ specials={ "font", 0x394 },
unicodeslot=0x1D6E5,
visual="it",
},
@@ -173702,7 +189942,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL EPSILON",
direction="l",
linebreak="al",
- specials={ "font", 0x0395 },
+ specials={ "font", 0x395 },
unicodeslot=0x1D6E6,
visual="it",
},
@@ -173711,7 +189951,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL ZETA",
direction="l",
linebreak="al",
- specials={ "font", 0x0396 },
+ specials={ "font", 0x396 },
unicodeslot=0x1D6E7,
visual="it",
},
@@ -173720,7 +189960,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL ETA",
direction="l",
linebreak="al",
- specials={ "font", 0x0397 },
+ specials={ "font", 0x397 },
unicodeslot=0x1D6E8,
visual="it",
},
@@ -173729,7 +189969,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL THETA",
direction="l",
linebreak="al",
- specials={ "font", 0x0398 },
+ specials={ "font", 0x398 },
unicodeslot=0x1D6E9,
visual="it",
},
@@ -173738,7 +189978,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL IOTA",
direction="l",
linebreak="al",
- specials={ "font", 0x0399 },
+ specials={ "font", 0x399 },
unicodeslot=0x1D6EA,
visual="it",
},
@@ -173747,7 +189987,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL KAPPA",
direction="l",
linebreak="al",
- specials={ "font", 0x039A },
+ specials={ "font", 0x39A },
unicodeslot=0x1D6EB,
visual="it",
},
@@ -173756,7 +189996,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL LAMDA",
direction="l",
linebreak="al",
- specials={ "font", 0x039B },
+ specials={ "font", 0x39B },
unicodeslot=0x1D6EC,
visual="it",
},
@@ -173765,7 +190005,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL MU",
direction="l",
linebreak="al",
- specials={ "font", 0x039C },
+ specials={ "font", 0x39C },
unicodeslot=0x1D6ED,
visual="it",
},
@@ -173774,7 +190014,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL NU",
direction="l",
linebreak="al",
- specials={ "font", 0x039D },
+ specials={ "font", 0x39D },
unicodeslot=0x1D6EE,
visual="it",
},
@@ -173783,7 +190023,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL XI",
direction="l",
linebreak="al",
- specials={ "font", 0x039E },
+ specials={ "font", 0x39E },
unicodeslot=0x1D6EF,
visual="it",
},
@@ -173792,7 +190032,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL OMICRON",
direction="l",
linebreak="al",
- specials={ "font", 0x039F },
+ specials={ "font", 0x39F },
unicodeslot=0x1D6F0,
visual="it",
},
@@ -173801,7 +190041,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL PI",
direction="l",
linebreak="al",
- specials={ "font", 0x03A0 },
+ specials={ "font", 0x3A0 },
unicodeslot=0x1D6F1,
visual="it",
},
@@ -173810,7 +190050,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL RHO",
direction="l",
linebreak="al",
- specials={ "font", 0x03A1 },
+ specials={ "font", 0x3A1 },
unicodeslot=0x1D6F2,
visual="it",
},
@@ -173819,7 +190059,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL THETA SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03F4 },
+ specials={ "font", 0x3F4 },
unicodeslot=0x1D6F3,
visual="it",
},
@@ -173828,7 +190068,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL SIGMA",
direction="l",
linebreak="al",
- specials={ "font", 0x03A3 },
+ specials={ "font", 0x3A3 },
unicodeslot=0x1D6F4,
visual="it",
},
@@ -173837,7 +190077,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL TAU",
direction="l",
linebreak="al",
- specials={ "font", 0x03A4 },
+ specials={ "font", 0x3A4 },
unicodeslot=0x1D6F5,
visual="it",
},
@@ -173846,7 +190086,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL UPSILON",
direction="l",
linebreak="al",
- specials={ "font", 0x03A5 },
+ specials={ "font", 0x3A5 },
unicodeslot=0x1D6F6,
visual="it",
},
@@ -173855,7 +190095,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL PHI",
direction="l",
linebreak="al",
- specials={ "font", 0x03A6 },
+ specials={ "font", 0x3A6 },
unicodeslot=0x1D6F7,
visual="it",
},
@@ -173864,7 +190104,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL CHI",
direction="l",
linebreak="al",
- specials={ "font", 0x03A7 },
+ specials={ "font", 0x3A7 },
unicodeslot=0x1D6F8,
visual="it",
},
@@ -173873,7 +190113,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL PSI",
direction="l",
linebreak="al",
- specials={ "font", 0x03A8 },
+ specials={ "font", 0x3A8 },
unicodeslot=0x1D6F9,
visual="it",
},
@@ -173882,7 +190122,7 @@ characters.data={
description="MATHEMATICAL ITALIC CAPITAL OMEGA",
direction="l",
linebreak="al",
- specials={ "font", 0x03A9 },
+ specials={ "font", 0x3A9 },
unicodeslot=0x1D6FA,
visual="it",
},
@@ -173901,7 +190141,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL ALPHA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B1 },
+ specials={ "font", 0x3B1 },
unicodeslot=0x1D6FC,
visual="it",
},
@@ -173910,7 +190150,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL BETA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B2 },
+ specials={ "font", 0x3B2 },
unicodeslot=0x1D6FD,
visual="it",
},
@@ -173919,7 +190159,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL GAMMA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B3 },
+ specials={ "font", 0x3B3 },
unicodeslot=0x1D6FE,
visual="it",
},
@@ -173928,7 +190168,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL DELTA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B4 },
+ specials={ "font", 0x3B4 },
unicodeslot=0x1D6FF,
visual="it",
},
@@ -173937,7 +190177,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL EPSILON",
direction="l",
linebreak="al",
- specials={ "font", 0x03B5 },
+ specials={ "font", 0x3B5 },
unicodeslot=0x1D700,
visual="it",
},
@@ -173946,7 +190186,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL ZETA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B6 },
+ specials={ "font", 0x3B6 },
unicodeslot=0x1D701,
visual="it",
},
@@ -173955,7 +190195,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL ETA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B7 },
+ specials={ "font", 0x3B7 },
unicodeslot=0x1D702,
visual="it",
},
@@ -173964,7 +190204,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL THETA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B8 },
+ specials={ "font", 0x3B8 },
unicodeslot=0x1D703,
visual="it",
},
@@ -173973,7 +190213,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL IOTA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B9 },
+ specials={ "font", 0x3B9 },
unicodeslot=0x1D704,
visual="it",
},
@@ -173982,7 +190222,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL KAPPA",
direction="l",
linebreak="al",
- specials={ "font", 0x03BA },
+ specials={ "font", 0x3BA },
unicodeslot=0x1D705,
visual="it",
},
@@ -173991,7 +190231,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL LAMDA",
direction="l",
linebreak="al",
- specials={ "font", 0x03BB },
+ specials={ "font", 0x3BB },
unicodeslot=0x1D706,
visual="it",
},
@@ -174000,7 +190240,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL MU",
direction="l",
linebreak="al",
- specials={ "font", 0x03BC },
+ specials={ "font", 0x3BC },
unicodeslot=0x1D707,
visual="it",
},
@@ -174009,7 +190249,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL NU",
direction="l",
linebreak="al",
- specials={ "font", 0x03BD },
+ specials={ "font", 0x3BD },
unicodeslot=0x1D708,
visual="it",
},
@@ -174018,7 +190258,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL XI",
direction="l",
linebreak="al",
- specials={ "font", 0x03BE },
+ specials={ "font", 0x3BE },
unicodeslot=0x1D709,
visual="it",
},
@@ -174027,7 +190267,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL OMICRON",
direction="l",
linebreak="al",
- specials={ "font", 0x03BF },
+ specials={ "font", 0x3BF },
unicodeslot=0x1D70A,
visual="it",
},
@@ -174036,7 +190276,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL PI",
direction="l",
linebreak="al",
- specials={ "font", 0x03C0 },
+ specials={ "font", 0x3C0 },
unicodeslot=0x1D70B,
visual="it",
},
@@ -174045,7 +190285,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL RHO",
direction="l",
linebreak="al",
- specials={ "font", 0x03C1 },
+ specials={ "font", 0x3C1 },
unicodeslot=0x1D70C,
visual="it",
},
@@ -174054,7 +190294,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL FINAL SIGMA",
direction="l",
linebreak="al",
- specials={ "font", 0x03C2 },
+ specials={ "font", 0x3C2 },
unicodeslot=0x1D70D,
visual="it",
},
@@ -174063,7 +190303,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL SIGMA",
direction="l",
linebreak="al",
- specials={ "font", 0x03C3 },
+ specials={ "font", 0x3C3 },
unicodeslot=0x1D70E,
visual="it",
},
@@ -174072,7 +190312,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL TAU",
direction="l",
linebreak="al",
- specials={ "font", 0x03C4 },
+ specials={ "font", 0x3C4 },
unicodeslot=0x1D70F,
visual="it",
},
@@ -174081,7 +190321,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL UPSILON",
direction="l",
linebreak="al",
- specials={ "font", 0x03C5 },
+ specials={ "font", 0x3C5 },
unicodeslot=0x1D710,
visual="it",
},
@@ -174090,7 +190330,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL PHI",
direction="l",
linebreak="al",
- specials={ "font", 0x03C6 },
+ specials={ "font", 0x3C6 },
unicodeslot=0x1D711,
visual="it",
},
@@ -174099,7 +190339,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL CHI",
direction="l",
linebreak="al",
- specials={ "font", 0x03C7 },
+ specials={ "font", 0x3C7 },
unicodeslot=0x1D712,
visual="it",
},
@@ -174108,7 +190348,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL PSI",
direction="l",
linebreak="al",
- specials={ "font", 0x03C8 },
+ specials={ "font", 0x3C8 },
unicodeslot=0x1D713,
visual="it",
},
@@ -174117,7 +190357,7 @@ characters.data={
description="MATHEMATICAL ITALIC SMALL OMEGA",
direction="l",
linebreak="al",
- specials={ "font", 0x03C9 },
+ specials={ "font", 0x3C9 },
unicodeslot=0x1D714,
visual="it",
},
@@ -174135,7 +190375,7 @@ characters.data={
description="MATHEMATICAL ITALIC EPSILON SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03F5 },
+ specials={ "font", 0x3F5 },
unicodeslot=0x1D716,
visual="it",
},
@@ -174146,7 +190386,7 @@ characters.data={
linebreak="al",
mathclass="default",
mathname="vartheta",
- specials={ "font", 0x03D1 },
+ specials={ "font", 0x3D1 },
unicodeslot=0x1D717,
visual="it",
},
@@ -174157,7 +190397,7 @@ characters.data={
linebreak="al",
mathclass="default",
mathname="varkappa",
- specials={ "font", 0x03F0 },
+ specials={ "font", 0x3F0 },
unicodeslot=0x1D718,
visual="it",
},
@@ -174166,7 +190406,7 @@ characters.data={
description="MATHEMATICAL ITALIC PHI SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03D5 },
+ specials={ "font", 0x3D5 },
unicodeslot=0x1D719,
visual="it",
},
@@ -174177,7 +190417,7 @@ characters.data={
linebreak="al",
mathclass="variable",
mathname="varrho",
- specials={ "font", 0x03F1 },
+ specials={ "font", 0x3F1 },
unicodeslot=0x1D71A,
visual="it",
},
@@ -174186,7 +190426,7 @@ characters.data={
description="MATHEMATICAL ITALIC PI SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03D6 },
+ specials={ "font", 0x3D6 },
unicodeslot=0x1D71B,
visual="it",
},
@@ -174195,7 +190435,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL ALPHA",
direction="l",
linebreak="al",
- specials={ "font", 0x0391 },
+ specials={ "font", 0x391 },
unicodeslot=0x1D71C,
visual="bi",
},
@@ -174204,7 +190444,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL BETA",
direction="l",
linebreak="al",
- specials={ "font", 0x0392 },
+ specials={ "font", 0x392 },
unicodeslot=0x1D71D,
visual="bi",
},
@@ -174213,7 +190453,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL GAMMA",
direction="l",
linebreak="al",
- specials={ "font", 0x0393 },
+ specials={ "font", 0x393 },
unicodeslot=0x1D71E,
visual="bi",
},
@@ -174222,7 +190462,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL DELTA",
direction="l",
linebreak="al",
- specials={ "font", 0x0394 },
+ specials={ "font", 0x394 },
unicodeslot=0x1D71F,
visual="bi",
},
@@ -174231,7 +190471,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL EPSILON",
direction="l",
linebreak="al",
- specials={ "font", 0x0395 },
+ specials={ "font", 0x395 },
unicodeslot=0x1D720,
visual="bi",
},
@@ -174240,7 +190480,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL ZETA",
direction="l",
linebreak="al",
- specials={ "font", 0x0396 },
+ specials={ "font", 0x396 },
unicodeslot=0x1D721,
visual="bi",
},
@@ -174249,7 +190489,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL ETA",
direction="l",
linebreak="al",
- specials={ "font", 0x0397 },
+ specials={ "font", 0x397 },
unicodeslot=0x1D722,
visual="bi",
},
@@ -174258,7 +190498,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL THETA",
direction="l",
linebreak="al",
- specials={ "font", 0x0398 },
+ specials={ "font", 0x398 },
unicodeslot=0x1D723,
visual="bi",
},
@@ -174267,7 +190507,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL IOTA",
direction="l",
linebreak="al",
- specials={ "font", 0x0399 },
+ specials={ "font", 0x399 },
unicodeslot=0x1D724,
visual="bi",
},
@@ -174276,7 +190516,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL KAPPA",
direction="l",
linebreak="al",
- specials={ "font", 0x039A },
+ specials={ "font", 0x39A },
unicodeslot=0x1D725,
visual="bi",
},
@@ -174285,7 +190525,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL LAMDA",
direction="l",
linebreak="al",
- specials={ "font", 0x039B },
+ specials={ "font", 0x39B },
unicodeslot=0x1D726,
visual="bi",
},
@@ -174294,7 +190534,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL MU",
direction="l",
linebreak="al",
- specials={ "font", 0x039C },
+ specials={ "font", 0x39C },
unicodeslot=0x1D727,
visual="bi",
},
@@ -174303,7 +190543,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL NU",
direction="l",
linebreak="al",
- specials={ "font", 0x039D },
+ specials={ "font", 0x39D },
unicodeslot=0x1D728,
visual="bi",
},
@@ -174312,7 +190552,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL XI",
direction="l",
linebreak="al",
- specials={ "font", 0x039E },
+ specials={ "font", 0x39E },
unicodeslot=0x1D729,
visual="bi",
},
@@ -174321,7 +190561,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL OMICRON",
direction="l",
linebreak="al",
- specials={ "font", 0x039F },
+ specials={ "font", 0x39F },
unicodeslot=0x1D72A,
visual="bi",
},
@@ -174330,7 +190570,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL PI",
direction="l",
linebreak="al",
- specials={ "font", 0x03A0 },
+ specials={ "font", 0x3A0 },
unicodeslot=0x1D72B,
visual="bi",
},
@@ -174339,7 +190579,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL RHO",
direction="l",
linebreak="al",
- specials={ "font", 0x03A1 },
+ specials={ "font", 0x3A1 },
unicodeslot=0x1D72C,
visual="bi",
},
@@ -174348,7 +190588,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL THETA SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03F4 },
+ specials={ "font", 0x3F4 },
unicodeslot=0x1D72D,
visual="bi",
},
@@ -174357,7 +190597,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL SIGMA",
direction="l",
linebreak="al",
- specials={ "font", 0x03A3 },
+ specials={ "font", 0x3A3 },
unicodeslot=0x1D72E,
visual="bi",
},
@@ -174366,7 +190606,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL TAU",
direction="l",
linebreak="al",
- specials={ "font", 0x03A4 },
+ specials={ "font", 0x3A4 },
unicodeslot=0x1D72F,
visual="bi",
},
@@ -174375,7 +190615,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL UPSILON",
direction="l",
linebreak="al",
- specials={ "font", 0x03A5 },
+ specials={ "font", 0x3A5 },
unicodeslot=0x1D730,
visual="bi",
},
@@ -174384,7 +190624,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL PHI",
direction="l",
linebreak="al",
- specials={ "font", 0x03A6 },
+ specials={ "font", 0x3A6 },
unicodeslot=0x1D731,
visual="bi",
},
@@ -174393,7 +190633,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL CHI",
direction="l",
linebreak="al",
- specials={ "font", 0x03A7 },
+ specials={ "font", 0x3A7 },
unicodeslot=0x1D732,
visual="bi",
},
@@ -174402,7 +190642,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL PSI",
direction="l",
linebreak="al",
- specials={ "font", 0x03A8 },
+ specials={ "font", 0x3A8 },
unicodeslot=0x1D733,
visual="bi",
},
@@ -174411,7 +190651,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC CAPITAL OMEGA",
direction="l",
linebreak="al",
- specials={ "font", 0x03A9 },
+ specials={ "font", 0x3A9 },
unicodeslot=0x1D734,
visual="bi",
},
@@ -174429,7 +190669,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL ALPHA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B1 },
+ specials={ "font", 0x3B1 },
unicodeslot=0x1D736,
visual="bi",
},
@@ -174438,7 +190678,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL BETA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B2 },
+ specials={ "font", 0x3B2 },
unicodeslot=0x1D737,
visual="bi",
},
@@ -174447,7 +190687,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL GAMMA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B3 },
+ specials={ "font", 0x3B3 },
unicodeslot=0x1D738,
visual="bi",
},
@@ -174456,7 +190696,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL DELTA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B4 },
+ specials={ "font", 0x3B4 },
unicodeslot=0x1D739,
visual="bi",
},
@@ -174465,7 +190705,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL EPSILON",
direction="l",
linebreak="al",
- specials={ "font", 0x03B5 },
+ specials={ "font", 0x3B5 },
unicodeslot=0x1D73A,
visual="bi",
},
@@ -174474,7 +190714,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL ZETA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B6 },
+ specials={ "font", 0x3B6 },
unicodeslot=0x1D73B,
visual="bi",
},
@@ -174483,7 +190723,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL ETA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B7 },
+ specials={ "font", 0x3B7 },
unicodeslot=0x1D73C,
visual="bi",
},
@@ -174492,7 +190732,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL THETA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B8 },
+ specials={ "font", 0x3B8 },
unicodeslot=0x1D73D,
visual="bi",
},
@@ -174501,7 +190741,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL IOTA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B9 },
+ specials={ "font", 0x3B9 },
unicodeslot=0x1D73E,
visual="bi",
},
@@ -174510,7 +190750,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL KAPPA",
direction="l",
linebreak="al",
- specials={ "font", 0x03BA },
+ specials={ "font", 0x3BA },
unicodeslot=0x1D73F,
visual="bi",
},
@@ -174519,7 +190759,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL LAMDA",
direction="l",
linebreak="al",
- specials={ "font", 0x03BB },
+ specials={ "font", 0x3BB },
unicodeslot=0x1D740,
visual="bi",
},
@@ -174528,7 +190768,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL MU",
direction="l",
linebreak="al",
- specials={ "font", 0x03BC },
+ specials={ "font", 0x3BC },
unicodeslot=0x1D741,
visual="bi",
},
@@ -174537,7 +190777,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL NU",
direction="l",
linebreak="al",
- specials={ "font", 0x03BD },
+ specials={ "font", 0x3BD },
unicodeslot=0x1D742,
visual="bi",
},
@@ -174546,7 +190786,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL XI",
direction="l",
linebreak="al",
- specials={ "font", 0x03BE },
+ specials={ "font", 0x3BE },
unicodeslot=0x1D743,
visual="bi",
},
@@ -174555,7 +190795,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL OMICRON",
direction="l",
linebreak="al",
- specials={ "font", 0x03BF },
+ specials={ "font", 0x3BF },
unicodeslot=0x1D744,
visual="bi",
},
@@ -174564,7 +190804,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL PI",
direction="l",
linebreak="al",
- specials={ "font", 0x03C0 },
+ specials={ "font", 0x3C0 },
unicodeslot=0x1D745,
visual="bi",
},
@@ -174573,7 +190813,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL RHO",
direction="l",
linebreak="al",
- specials={ "font", 0x03C1 },
+ specials={ "font", 0x3C1 },
unicodeslot=0x1D746,
visual="bi",
},
@@ -174582,7 +190822,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL FINAL SIGMA",
direction="l",
linebreak="al",
- specials={ "font", 0x03C2 },
+ specials={ "font", 0x3C2 },
unicodeslot=0x1D747,
visual="bi",
},
@@ -174591,7 +190831,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL SIGMA",
direction="l",
linebreak="al",
- specials={ "font", 0x03C3 },
+ specials={ "font", 0x3C3 },
unicodeslot=0x1D748,
visual="bi",
},
@@ -174600,7 +190840,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL TAU",
direction="l",
linebreak="al",
- specials={ "font", 0x03C4 },
+ specials={ "font", 0x3C4 },
unicodeslot=0x1D749,
visual="bi",
},
@@ -174609,7 +190849,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL UPSILON",
direction="l",
linebreak="al",
- specials={ "font", 0x03C5 },
+ specials={ "font", 0x3C5 },
unicodeslot=0x1D74A,
visual="bi",
},
@@ -174618,7 +190858,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL PHI",
direction="l",
linebreak="al",
- specials={ "font", 0x03C6 },
+ specials={ "font", 0x3C6 },
unicodeslot=0x1D74B,
visual="bi",
},
@@ -174627,7 +190867,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL CHI",
direction="l",
linebreak="al",
- specials={ "font", 0x03C7 },
+ specials={ "font", 0x3C7 },
unicodeslot=0x1D74C,
visual="bi",
},
@@ -174636,7 +190876,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL PSI",
direction="l",
linebreak="al",
- specials={ "font", 0x03C8 },
+ specials={ "font", 0x3C8 },
unicodeslot=0x1D74D,
visual="bi",
},
@@ -174645,7 +190885,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC SMALL OMEGA",
direction="l",
linebreak="al",
- specials={ "font", 0x03C9 },
+ specials={ "font", 0x3C9 },
unicodeslot=0x1D74E,
visual="bi",
},
@@ -174663,7 +190903,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC EPSILON SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03F5 },
+ specials={ "font", 0x3F5 },
unicodeslot=0x1D750,
visual="bi",
},
@@ -174672,7 +190912,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC THETA SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03D1 },
+ specials={ "font", 0x3D1 },
unicodeslot=0x1D751,
visual="bi",
},
@@ -174681,7 +190921,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC KAPPA SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03F0 },
+ specials={ "font", 0x3F0 },
unicodeslot=0x1D752,
visual="bi",
},
@@ -174690,7 +190930,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC PHI SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03D5 },
+ specials={ "font", 0x3D5 },
unicodeslot=0x1D753,
visual="bi",
},
@@ -174699,7 +190939,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC RHO SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03F1 },
+ specials={ "font", 0x3F1 },
unicodeslot=0x1D754,
visual="bi",
},
@@ -174708,7 +190948,7 @@ characters.data={
description="MATHEMATICAL BOLD ITALIC PI SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03D6 },
+ specials={ "font", 0x3D6 },
unicodeslot=0x1D755,
visual="bi",
},
@@ -174717,7 +190957,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL ALPHA",
direction="l",
linebreak="al",
- specials={ "font", 0x0391 },
+ specials={ "font", 0x391 },
unicodeslot=0x1D756,
visual="bf",
},
@@ -174726,7 +190966,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL BETA",
direction="l",
linebreak="al",
- specials={ "font", 0x0392 },
+ specials={ "font", 0x392 },
unicodeslot=0x1D757,
visual="bf",
},
@@ -174735,7 +190975,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL GAMMA",
direction="l",
linebreak="al",
- specials={ "font", 0x0393 },
+ specials={ "font", 0x393 },
unicodeslot=0x1D758,
visual="bf",
},
@@ -174744,7 +190984,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL DELTA",
direction="l",
linebreak="al",
- specials={ "font", 0x0394 },
+ specials={ "font", 0x394 },
unicodeslot=0x1D759,
visual="bf",
},
@@ -174753,7 +190993,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL EPSILON",
direction="l",
linebreak="al",
- specials={ "font", 0x0395 },
+ specials={ "font", 0x395 },
unicodeslot=0x1D75A,
visual="bf",
},
@@ -174762,7 +191002,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL ZETA",
direction="l",
linebreak="al",
- specials={ "font", 0x0396 },
+ specials={ "font", 0x396 },
unicodeslot=0x1D75B,
visual="bf",
},
@@ -174771,7 +191011,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL ETA",
direction="l",
linebreak="al",
- specials={ "font", 0x0397 },
+ specials={ "font", 0x397 },
unicodeslot=0x1D75C,
visual="bf",
},
@@ -174780,7 +191020,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA",
direction="l",
linebreak="al",
- specials={ "font", 0x0398 },
+ specials={ "font", 0x398 },
unicodeslot=0x1D75D,
visual="bf",
},
@@ -174789,7 +191029,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL IOTA",
direction="l",
linebreak="al",
- specials={ "font", 0x0399 },
+ specials={ "font", 0x399 },
unicodeslot=0x1D75E,
visual="bf",
},
@@ -174798,7 +191038,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL KAPPA",
direction="l",
linebreak="al",
- specials={ "font", 0x039A },
+ specials={ "font", 0x39A },
unicodeslot=0x1D75F,
visual="bf",
},
@@ -174807,7 +191047,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL LAMDA",
direction="l",
linebreak="al",
- specials={ "font", 0x039B },
+ specials={ "font", 0x39B },
unicodeslot=0x1D760,
visual="bf",
},
@@ -174816,7 +191056,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL MU",
direction="l",
linebreak="al",
- specials={ "font", 0x039C },
+ specials={ "font", 0x39C },
unicodeslot=0x1D761,
visual="bf",
},
@@ -174825,7 +191065,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL NU",
direction="l",
linebreak="al",
- specials={ "font", 0x039D },
+ specials={ "font", 0x39D },
unicodeslot=0x1D762,
visual="bf",
},
@@ -174834,7 +191074,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL XI",
direction="l",
linebreak="al",
- specials={ "font", 0x039E },
+ specials={ "font", 0x39E },
unicodeslot=0x1D763,
visual="bf",
},
@@ -174843,7 +191083,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL OMICRON",
direction="l",
linebreak="al",
- specials={ "font", 0x039F },
+ specials={ "font", 0x39F },
unicodeslot=0x1D764,
visual="bf",
},
@@ -174852,7 +191092,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL PI",
direction="l",
linebreak="al",
- specials={ "font", 0x03A0 },
+ specials={ "font", 0x3A0 },
unicodeslot=0x1D765,
visual="bf",
},
@@ -174861,7 +191101,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL RHO",
direction="l",
linebreak="al",
- specials={ "font", 0x03A1 },
+ specials={ "font", 0x3A1 },
unicodeslot=0x1D766,
visual="bf",
},
@@ -174870,7 +191110,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03F4 },
+ specials={ "font", 0x3F4 },
unicodeslot=0x1D767,
visual="bf",
},
@@ -174879,7 +191119,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL SIGMA",
direction="l",
linebreak="al",
- specials={ "font", 0x03A3 },
+ specials={ "font", 0x3A3 },
unicodeslot=0x1D768,
visual="bf",
},
@@ -174888,7 +191128,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL TAU",
direction="l",
linebreak="al",
- specials={ "font", 0x03A4 },
+ specials={ "font", 0x3A4 },
unicodeslot=0x1D769,
visual="bf",
},
@@ -174897,7 +191137,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL UPSILON",
direction="l",
linebreak="al",
- specials={ "font", 0x03A5 },
+ specials={ "font", 0x3A5 },
unicodeslot=0x1D76A,
visual="bf",
},
@@ -174906,7 +191146,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL PHI",
direction="l",
linebreak="al",
- specials={ "font", 0x03A6 },
+ specials={ "font", 0x3A6 },
unicodeslot=0x1D76B,
visual="bf",
},
@@ -174915,7 +191155,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL CHI",
direction="l",
linebreak="al",
- specials={ "font", 0x03A7 },
+ specials={ "font", 0x3A7 },
unicodeslot=0x1D76C,
visual="bf",
},
@@ -174924,7 +191164,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL PSI",
direction="l",
linebreak="al",
- specials={ "font", 0x03A8 },
+ specials={ "font", 0x3A8 },
unicodeslot=0x1D76D,
visual="bf",
},
@@ -174933,7 +191173,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD CAPITAL OMEGA",
direction="l",
linebreak="al",
- specials={ "font", 0x03A9 },
+ specials={ "font", 0x3A9 },
unicodeslot=0x1D76E,
visual="bf",
},
@@ -174951,7 +191191,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL ALPHA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B1 },
+ specials={ "font", 0x3B1 },
unicodeslot=0x1D770,
visual="bf",
},
@@ -174960,7 +191200,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL BETA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B2 },
+ specials={ "font", 0x3B2 },
unicodeslot=0x1D771,
visual="bf",
},
@@ -174969,7 +191209,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL GAMMA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B3 },
+ specials={ "font", 0x3B3 },
unicodeslot=0x1D772,
visual="bf",
},
@@ -174978,7 +191218,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL DELTA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B4 },
+ specials={ "font", 0x3B4 },
unicodeslot=0x1D773,
visual="bf",
},
@@ -174987,7 +191227,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL EPSILON",
direction="l",
linebreak="al",
- specials={ "font", 0x03B5 },
+ specials={ "font", 0x3B5 },
unicodeslot=0x1D774,
visual="bf",
},
@@ -174996,7 +191236,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL ZETA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B6 },
+ specials={ "font", 0x3B6 },
unicodeslot=0x1D775,
visual="bf",
},
@@ -175005,7 +191245,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL ETA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B7 },
+ specials={ "font", 0x3B7 },
unicodeslot=0x1D776,
visual="bf",
},
@@ -175014,7 +191254,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL THETA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B8 },
+ specials={ "font", 0x3B8 },
unicodeslot=0x1D777,
visual="bf",
},
@@ -175023,7 +191263,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL IOTA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B9 },
+ specials={ "font", 0x3B9 },
unicodeslot=0x1D778,
visual="bf",
},
@@ -175032,7 +191272,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL KAPPA",
direction="l",
linebreak="al",
- specials={ "font", 0x03BA },
+ specials={ "font", 0x3BA },
unicodeslot=0x1D779,
visual="bf",
},
@@ -175041,7 +191281,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL LAMDA",
direction="l",
linebreak="al",
- specials={ "font", 0x03BB },
+ specials={ "font", 0x3BB },
unicodeslot=0x1D77A,
visual="bf",
},
@@ -175050,7 +191290,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL MU",
direction="l",
linebreak="al",
- specials={ "font", 0x03BC },
+ specials={ "font", 0x3BC },
unicodeslot=0x1D77B,
visual="bf",
},
@@ -175059,7 +191299,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL NU",
direction="l",
linebreak="al",
- specials={ "font", 0x03BD },
+ specials={ "font", 0x3BD },
unicodeslot=0x1D77C,
visual="bf",
},
@@ -175068,7 +191308,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL XI",
direction="l",
linebreak="al",
- specials={ "font", 0x03BE },
+ specials={ "font", 0x3BE },
unicodeslot=0x1D77D,
visual="bf",
},
@@ -175077,7 +191317,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL OMICRON",
direction="l",
linebreak="al",
- specials={ "font", 0x03BF },
+ specials={ "font", 0x3BF },
unicodeslot=0x1D77E,
visual="bf",
},
@@ -175086,7 +191326,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL PI",
direction="l",
linebreak="al",
- specials={ "font", 0x03C0 },
+ specials={ "font", 0x3C0 },
unicodeslot=0x1D77F,
visual="bf",
},
@@ -175095,7 +191335,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL RHO",
direction="l",
linebreak="al",
- specials={ "font", 0x03C1 },
+ specials={ "font", 0x3C1 },
unicodeslot=0x1D780,
visual="bf",
},
@@ -175104,7 +191344,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL FINAL SIGMA",
direction="l",
linebreak="al",
- specials={ "font", 0x03C2 },
+ specials={ "font", 0x3C2 },
unicodeslot=0x1D781,
visual="bf",
},
@@ -175113,7 +191353,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL SIGMA",
direction="l",
linebreak="al",
- specials={ "font", 0x03C3 },
+ specials={ "font", 0x3C3 },
unicodeslot=0x1D782,
visual="bf",
},
@@ -175122,7 +191362,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL TAU",
direction="l",
linebreak="al",
- specials={ "font", 0x03C4 },
+ specials={ "font", 0x3C4 },
unicodeslot=0x1D783,
visual="bf",
},
@@ -175131,7 +191371,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL UPSILON",
direction="l",
linebreak="al",
- specials={ "font", 0x03C5 },
+ specials={ "font", 0x3C5 },
unicodeslot=0x1D784,
visual="bf",
},
@@ -175140,7 +191380,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL PHI",
direction="l",
linebreak="al",
- specials={ "font", 0x03C6 },
+ specials={ "font", 0x3C6 },
unicodeslot=0x1D785,
visual="bf",
},
@@ -175149,7 +191389,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL CHI",
direction="l",
linebreak="al",
- specials={ "font", 0x03C7 },
+ specials={ "font", 0x3C7 },
unicodeslot=0x1D786,
visual="bf",
},
@@ -175158,7 +191398,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL PSI",
direction="l",
linebreak="al",
- specials={ "font", 0x03C8 },
+ specials={ "font", 0x3C8 },
unicodeslot=0x1D787,
visual="bf",
},
@@ -175167,7 +191407,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD SMALL OMEGA",
direction="l",
linebreak="al",
- specials={ "font", 0x03C9 },
+ specials={ "font", 0x3C9 },
unicodeslot=0x1D788,
visual="bf",
},
@@ -175185,7 +191425,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD EPSILON SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03F5 },
+ specials={ "font", 0x3F5 },
unicodeslot=0x1D78A,
visual="bf",
},
@@ -175194,7 +191434,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD THETA SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03D1 },
+ specials={ "font", 0x3D1 },
unicodeslot=0x1D78B,
visual="bf",
},
@@ -175203,7 +191443,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD KAPPA SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03F0 },
+ specials={ "font", 0x3F0 },
unicodeslot=0x1D78C,
visual="bf",
},
@@ -175212,7 +191452,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD PHI SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03D5 },
+ specials={ "font", 0x3D5 },
unicodeslot=0x1D78D,
visual="bf",
},
@@ -175221,7 +191461,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD RHO SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03F1 },
+ specials={ "font", 0x3F1 },
unicodeslot=0x1D78E,
visual="bf",
},
@@ -175230,7 +191470,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD PI SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03D6 },
+ specials={ "font", 0x3D6 },
unicodeslot=0x1D78F,
visual="bf",
},
@@ -175239,7 +191479,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ALPHA",
direction="l",
linebreak="al",
- specials={ "font", 0x0391 },
+ specials={ "font", 0x391 },
unicodeslot=0x1D790,
visual="bi",
},
@@ -175248,7 +191488,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL BETA",
direction="l",
linebreak="al",
- specials={ "font", 0x0392 },
+ specials={ "font", 0x392 },
unicodeslot=0x1D791,
visual="bi",
},
@@ -175257,7 +191497,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL GAMMA",
direction="l",
linebreak="al",
- specials={ "font", 0x0393 },
+ specials={ "font", 0x393 },
unicodeslot=0x1D792,
visual="bi",
},
@@ -175266,7 +191506,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL DELTA",
direction="l",
linebreak="al",
- specials={ "font", 0x0394 },
+ specials={ "font", 0x394 },
unicodeslot=0x1D793,
visual="bi",
},
@@ -175275,7 +191515,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL EPSILON",
direction="l",
linebreak="al",
- specials={ "font", 0x0395 },
+ specials={ "font", 0x395 },
unicodeslot=0x1D794,
visual="bi",
},
@@ -175284,7 +191524,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ZETA",
direction="l",
linebreak="al",
- specials={ "font", 0x0396 },
+ specials={ "font", 0x396 },
unicodeslot=0x1D795,
visual="bi",
},
@@ -175293,7 +191533,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ETA",
direction="l",
linebreak="al",
- specials={ "font", 0x0397 },
+ specials={ "font", 0x397 },
unicodeslot=0x1D796,
visual="bi",
},
@@ -175302,7 +191542,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA",
direction="l",
linebreak="al",
- specials={ "font", 0x0398 },
+ specials={ "font", 0x398 },
unicodeslot=0x1D797,
visual="bi",
},
@@ -175311,7 +191551,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL IOTA",
direction="l",
linebreak="al",
- specials={ "font", 0x0399 },
+ specials={ "font", 0x399 },
unicodeslot=0x1D798,
visual="bi",
},
@@ -175320,7 +191560,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL KAPPA",
direction="l",
linebreak="al",
- specials={ "font", 0x039A },
+ specials={ "font", 0x39A },
unicodeslot=0x1D799,
visual="bi",
},
@@ -175329,7 +191569,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL LAMDA",
direction="l",
linebreak="al",
- specials={ "font", 0x039B },
+ specials={ "font", 0x39B },
unicodeslot=0x1D79A,
visual="bi",
},
@@ -175338,7 +191578,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL MU",
direction="l",
linebreak="al",
- specials={ "font", 0x039C },
+ specials={ "font", 0x39C },
unicodeslot=0x1D79B,
visual="bi",
},
@@ -175347,7 +191587,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL NU",
direction="l",
linebreak="al",
- specials={ "font", 0x039D },
+ specials={ "font", 0x39D },
unicodeslot=0x1D79C,
visual="bi",
},
@@ -175356,7 +191596,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL XI",
direction="l",
linebreak="al",
- specials={ "font", 0x039E },
+ specials={ "font", 0x39E },
unicodeslot=0x1D79D,
visual="bi",
},
@@ -175365,7 +191605,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMICRON",
direction="l",
linebreak="al",
- specials={ "font", 0x039F },
+ specials={ "font", 0x39F },
unicodeslot=0x1D79E,
visual="bi",
},
@@ -175374,7 +191614,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PI",
direction="l",
linebreak="al",
- specials={ "font", 0x03A0 },
+ specials={ "font", 0x3A0 },
unicodeslot=0x1D79F,
visual="bi",
},
@@ -175383,7 +191623,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL RHO",
direction="l",
linebreak="al",
- specials={ "font", 0x03A1 },
+ specials={ "font", 0x3A1 },
unicodeslot=0x1D7A0,
visual="bi",
},
@@ -175392,7 +191632,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03F4 },
+ specials={ "font", 0x3F4 },
unicodeslot=0x1D7A1,
visual="bi",
},
@@ -175401,7 +191641,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL SIGMA",
direction="l",
linebreak="al",
- specials={ "font", 0x03A3 },
+ specials={ "font", 0x3A3 },
unicodeslot=0x1D7A2,
visual="bi",
},
@@ -175410,7 +191650,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL TAU",
direction="l",
linebreak="al",
- specials={ "font", 0x03A4 },
+ specials={ "font", 0x3A4 },
unicodeslot=0x1D7A3,
visual="bi",
},
@@ -175419,7 +191659,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL UPSILON",
direction="l",
linebreak="al",
- specials={ "font", 0x03A5 },
+ specials={ "font", 0x3A5 },
unicodeslot=0x1D7A4,
visual="bi",
},
@@ -175428,7 +191668,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PHI",
direction="l",
linebreak="al",
- specials={ "font", 0x03A6 },
+ specials={ "font", 0x3A6 },
unicodeslot=0x1D7A5,
visual="bi",
},
@@ -175437,7 +191677,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL CHI",
direction="l",
linebreak="al",
- specials={ "font", 0x03A7 },
+ specials={ "font", 0x3A7 },
unicodeslot=0x1D7A6,
visual="bi",
},
@@ -175446,7 +191686,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PSI",
direction="l",
linebreak="al",
- specials={ "font", 0x03A8 },
+ specials={ "font", 0x3A8 },
unicodeslot=0x1D7A7,
visual="bi",
},
@@ -175455,7 +191695,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMEGA",
direction="l",
linebreak="al",
- specials={ "font", 0x03A9 },
+ specials={ "font", 0x3A9 },
unicodeslot=0x1D7A8,
visual="bi",
},
@@ -175473,7 +191713,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ALPHA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B1 },
+ specials={ "font", 0x3B1 },
unicodeslot=0x1D7AA,
visual="bi",
},
@@ -175482,7 +191722,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL BETA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B2 },
+ specials={ "font", 0x3B2 },
unicodeslot=0x1D7AB,
visual="bi",
},
@@ -175491,7 +191731,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL GAMMA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B3 },
+ specials={ "font", 0x3B3 },
unicodeslot=0x1D7AC,
visual="bi",
},
@@ -175500,7 +191740,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL DELTA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B4 },
+ specials={ "font", 0x3B4 },
unicodeslot=0x1D7AD,
visual="bi",
},
@@ -175509,7 +191749,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL EPSILON",
direction="l",
linebreak="al",
- specials={ "font", 0x03B5 },
+ specials={ "font", 0x3B5 },
unicodeslot=0x1D7AE,
visual="bi",
},
@@ -175518,7 +191758,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ZETA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B6 },
+ specials={ "font", 0x3B6 },
unicodeslot=0x1D7AF,
visual="bi",
},
@@ -175527,7 +191767,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ETA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B7 },
+ specials={ "font", 0x3B7 },
unicodeslot=0x1D7B0,
visual="bi",
},
@@ -175536,7 +191776,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL THETA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B8 },
+ specials={ "font", 0x3B8 },
unicodeslot=0x1D7B1,
visual="bi",
},
@@ -175545,7 +191785,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL IOTA",
direction="l",
linebreak="al",
- specials={ "font", 0x03B9 },
+ specials={ "font", 0x3B9 },
unicodeslot=0x1D7B2,
visual="bi",
},
@@ -175554,7 +191794,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL KAPPA",
direction="l",
linebreak="al",
- specials={ "font", 0x03BA },
+ specials={ "font", 0x3BA },
unicodeslot=0x1D7B3,
visual="bi",
},
@@ -175563,7 +191803,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL LAMDA",
direction="l",
linebreak="al",
- specials={ "font", 0x03BB },
+ specials={ "font", 0x3BB },
unicodeslot=0x1D7B4,
visual="bi",
},
@@ -175572,7 +191812,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL MU",
direction="l",
linebreak="al",
- specials={ "font", 0x03BC },
+ specials={ "font", 0x3BC },
unicodeslot=0x1D7B5,
visual="bi",
},
@@ -175581,7 +191821,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL NU",
direction="l",
linebreak="al",
- specials={ "font", 0x03BD },
+ specials={ "font", 0x3BD },
unicodeslot=0x1D7B6,
visual="bi",
},
@@ -175590,7 +191830,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL XI",
direction="l",
linebreak="al",
- specials={ "font", 0x03BE },
+ specials={ "font", 0x3BE },
unicodeslot=0x1D7B7,
visual="bi",
},
@@ -175599,7 +191839,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMICRON",
direction="l",
linebreak="al",
- specials={ "font", 0x03BF },
+ specials={ "font", 0x3BF },
unicodeslot=0x1D7B8,
visual="bi",
},
@@ -175608,7 +191848,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PI",
direction="l",
linebreak="al",
- specials={ "font", 0x03C0 },
+ specials={ "font", 0x3C0 },
unicodeslot=0x1D7B9,
visual="bi",
},
@@ -175617,7 +191857,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL RHO",
direction="l",
linebreak="al",
- specials={ "font", 0x03C1 },
+ specials={ "font", 0x3C1 },
unicodeslot=0x1D7BA,
visual="bi",
},
@@ -175626,7 +191866,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL FINAL SIGMA",
direction="l",
linebreak="al",
- specials={ "font", 0x03C2 },
+ specials={ "font", 0x3C2 },
unicodeslot=0x1D7BB,
visual="bi",
},
@@ -175635,7 +191875,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL SIGMA",
direction="l",
linebreak="al",
- specials={ "font", 0x03C3 },
+ specials={ "font", 0x3C3 },
unicodeslot=0x1D7BC,
visual="bi",
},
@@ -175644,7 +191884,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL TAU",
direction="l",
linebreak="al",
- specials={ "font", 0x03C4 },
+ specials={ "font", 0x3C4 },
unicodeslot=0x1D7BD,
visual="bi",
},
@@ -175653,7 +191893,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL UPSILON",
direction="l",
linebreak="al",
- specials={ "font", 0x03C5 },
+ specials={ "font", 0x3C5 },
unicodeslot=0x1D7BE,
visual="bi",
},
@@ -175662,7 +191902,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PHI",
direction="l",
linebreak="al",
- specials={ "font", 0x03C6 },
+ specials={ "font", 0x3C6 },
unicodeslot=0x1D7BF,
visual="bi",
},
@@ -175671,7 +191911,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL CHI",
direction="l",
linebreak="al",
- specials={ "font", 0x03C7 },
+ specials={ "font", 0x3C7 },
unicodeslot=0x1D7C0,
visual="bi",
},
@@ -175680,7 +191920,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PSI",
direction="l",
linebreak="al",
- specials={ "font", 0x03C8 },
+ specials={ "font", 0x3C8 },
unicodeslot=0x1D7C1,
visual="bi",
},
@@ -175689,7 +191929,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMEGA",
direction="l",
linebreak="al",
- specials={ "font", 0x03C9 },
+ specials={ "font", 0x3C9 },
unicodeslot=0x1D7C2,
visual="bi",
},
@@ -175707,7 +191947,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC EPSILON SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03F5 },
+ specials={ "font", 0x3F5 },
unicodeslot=0x1D7C4,
visual="bi",
},
@@ -175716,7 +191956,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC THETA SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03D1 },
+ specials={ "font", 0x3D1 },
unicodeslot=0x1D7C5,
visual="bi",
},
@@ -175725,7 +191965,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC KAPPA SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03F0 },
+ specials={ "font", 0x3F0 },
unicodeslot=0x1D7C6,
visual="bi",
},
@@ -175734,7 +191974,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC PHI SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03D5 },
+ specials={ "font", 0x3D5 },
unicodeslot=0x1D7C7,
visual="bi",
},
@@ -175743,7 +191983,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC RHO SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03F1 },
+ specials={ "font", 0x3F1 },
unicodeslot=0x1D7C8,
visual="bi",
},
@@ -175752,7 +191992,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD ITALIC PI SYMBOL",
direction="l",
linebreak="al",
- specials={ "font", 0x03D6 },
+ specials={ "font", 0x3D6 },
unicodeslot=0x1D7C9,
visual="bi",
},
@@ -175761,7 +192001,7 @@ characters.data={
description="MATHEMATICAL BOLD CAPITAL DIGAMMA",
direction="l",
linebreak="al",
- specials={ "font", 0x03DC },
+ specials={ "font", 0x3DC },
unicodeslot=0x1D7CA,
visual="bf",
},
@@ -175770,7 +192010,7 @@ characters.data={
description="MATHEMATICAL BOLD SMALL DIGAMMA",
direction="l",
linebreak="al",
- specials={ "font", 0x03DD },
+ specials={ "font", 0x3DD },
unicodeslot=0x1D7CB,
visual="bf",
},
@@ -175779,7 +192019,7 @@ characters.data={
description="MATHEMATICAL BOLD DIGIT ZERO",
direction="en",
linebreak="nu",
- specials={ "font", 0x0030 },
+ specials={ "font", 0x30 },
unicodeslot=0x1D7CE,
visual="bf",
},
@@ -175788,7 +192028,7 @@ characters.data={
description="MATHEMATICAL BOLD DIGIT ONE",
direction="en",
linebreak="nu",
- specials={ "font", 0x0031 },
+ specials={ "font", 0x31 },
unicodeslot=0x1D7CF,
visual="bf",
},
@@ -175797,7 +192037,7 @@ characters.data={
description="MATHEMATICAL BOLD DIGIT TWO",
direction="en",
linebreak="nu",
- specials={ "font", 0x0032 },
+ specials={ "font", 0x32 },
unicodeslot=0x1D7D0,
visual="bf",
},
@@ -175806,7 +192046,7 @@ characters.data={
description="MATHEMATICAL BOLD DIGIT THREE",
direction="en",
linebreak="nu",
- specials={ "font", 0x0033 },
+ specials={ "font", 0x33 },
unicodeslot=0x1D7D1,
visual="bf",
},
@@ -175815,7 +192055,7 @@ characters.data={
description="MATHEMATICAL BOLD DIGIT FOUR",
direction="en",
linebreak="nu",
- specials={ "font", 0x0034 },
+ specials={ "font", 0x34 },
unicodeslot=0x1D7D2,
visual="bf",
},
@@ -175824,7 +192064,7 @@ characters.data={
description="MATHEMATICAL BOLD DIGIT FIVE",
direction="en",
linebreak="nu",
- specials={ "font", 0x0035 },
+ specials={ "font", 0x35 },
unicodeslot=0x1D7D3,
visual="bf",
},
@@ -175833,7 +192073,7 @@ characters.data={
description="MATHEMATICAL BOLD DIGIT SIX",
direction="en",
linebreak="nu",
- specials={ "font", 0x0036 },
+ specials={ "font", 0x36 },
unicodeslot=0x1D7D4,
visual="bf",
},
@@ -175842,7 +192082,7 @@ characters.data={
description="MATHEMATICAL BOLD DIGIT SEVEN",
direction="en",
linebreak="nu",
- specials={ "font", 0x0037 },
+ specials={ "font", 0x37 },
unicodeslot=0x1D7D5,
visual="bf",
},
@@ -175851,7 +192091,7 @@ characters.data={
description="MATHEMATICAL BOLD DIGIT EIGHT",
direction="en",
linebreak="nu",
- specials={ "font", 0x0038 },
+ specials={ "font", 0x38 },
unicodeslot=0x1D7D6,
visual="bf",
},
@@ -175860,7 +192100,7 @@ characters.data={
description="MATHEMATICAL BOLD DIGIT NINE",
direction="en",
linebreak="nu",
- specials={ "font", 0x0039 },
+ specials={ "font", 0x39 },
unicodeslot=0x1D7D7,
visual="bf",
},
@@ -175869,7 +192109,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK DIGIT ZERO",
direction="en",
linebreak="nu",
- specials={ "font", 0x0030 },
+ specials={ "font", 0x30 },
unicodeslot=0x1D7D8,
},
[0x1D7D9]={
@@ -175877,7 +192117,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK DIGIT ONE",
direction="en",
linebreak="nu",
- specials={ "font", 0x0031 },
+ specials={ "font", 0x31 },
unicodeslot=0x1D7D9,
},
[0x1D7DA]={
@@ -175885,7 +192125,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK DIGIT TWO",
direction="en",
linebreak="nu",
- specials={ "font", 0x0032 },
+ specials={ "font", 0x32 },
unicodeslot=0x1D7DA,
},
[0x1D7DB]={
@@ -175893,7 +192133,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK DIGIT THREE",
direction="en",
linebreak="nu",
- specials={ "font", 0x0033 },
+ specials={ "font", 0x33 },
unicodeslot=0x1D7DB,
},
[0x1D7DC]={
@@ -175901,7 +192141,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK DIGIT FOUR",
direction="en",
linebreak="nu",
- specials={ "font", 0x0034 },
+ specials={ "font", 0x34 },
unicodeslot=0x1D7DC,
},
[0x1D7DD]={
@@ -175909,7 +192149,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK DIGIT FIVE",
direction="en",
linebreak="nu",
- specials={ "font", 0x0035 },
+ specials={ "font", 0x35 },
unicodeslot=0x1D7DD,
},
[0x1D7DE]={
@@ -175917,7 +192157,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK DIGIT SIX",
direction="en",
linebreak="nu",
- specials={ "font", 0x0036 },
+ specials={ "font", 0x36 },
unicodeslot=0x1D7DE,
},
[0x1D7DF]={
@@ -175925,7 +192165,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK DIGIT SEVEN",
direction="en",
linebreak="nu",
- specials={ "font", 0x0037 },
+ specials={ "font", 0x37 },
unicodeslot=0x1D7DF,
},
[0x1D7E0]={
@@ -175933,7 +192173,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK DIGIT EIGHT",
direction="en",
linebreak="nu",
- specials={ "font", 0x0038 },
+ specials={ "font", 0x38 },
unicodeslot=0x1D7E0,
},
[0x1D7E1]={
@@ -175941,7 +192181,7 @@ characters.data={
description="MATHEMATICAL DOUBLE-STRUCK DIGIT NINE",
direction="en",
linebreak="nu",
- specials={ "font", 0x0039 },
+ specials={ "font", 0x39 },
unicodeslot=0x1D7E1,
},
[0x1D7E2]={
@@ -175949,7 +192189,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF DIGIT ZERO",
direction="en",
linebreak="nu",
- specials={ "font", 0x0030 },
+ specials={ "font", 0x30 },
unicodeslot=0x1D7E2,
},
[0x1D7E3]={
@@ -175957,7 +192197,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF DIGIT ONE",
direction="en",
linebreak="nu",
- specials={ "font", 0x0031 },
+ specials={ "font", 0x31 },
unicodeslot=0x1D7E3,
},
[0x1D7E4]={
@@ -175965,7 +192205,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF DIGIT TWO",
direction="en",
linebreak="nu",
- specials={ "font", 0x0032 },
+ specials={ "font", 0x32 },
unicodeslot=0x1D7E4,
},
[0x1D7E5]={
@@ -175973,7 +192213,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF DIGIT THREE",
direction="en",
linebreak="nu",
- specials={ "font", 0x0033 },
+ specials={ "font", 0x33 },
unicodeslot=0x1D7E5,
},
[0x1D7E6]={
@@ -175981,7 +192221,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF DIGIT FOUR",
direction="en",
linebreak="nu",
- specials={ "font", 0x0034 },
+ specials={ "font", 0x34 },
unicodeslot=0x1D7E6,
},
[0x1D7E7]={
@@ -175989,7 +192229,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF DIGIT FIVE",
direction="en",
linebreak="nu",
- specials={ "font", 0x0035 },
+ specials={ "font", 0x35 },
unicodeslot=0x1D7E7,
},
[0x1D7E8]={
@@ -175997,7 +192237,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF DIGIT SIX",
direction="en",
linebreak="nu",
- specials={ "font", 0x0036 },
+ specials={ "font", 0x36 },
unicodeslot=0x1D7E8,
},
[0x1D7E9]={
@@ -176005,7 +192245,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF DIGIT SEVEN",
direction="en",
linebreak="nu",
- specials={ "font", 0x0037 },
+ specials={ "font", 0x37 },
unicodeslot=0x1D7E9,
},
[0x1D7EA]={
@@ -176013,7 +192253,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF DIGIT EIGHT",
direction="en",
linebreak="nu",
- specials={ "font", 0x0038 },
+ specials={ "font", 0x38 },
unicodeslot=0x1D7EA,
},
[0x1D7EB]={
@@ -176021,7 +192261,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF DIGIT NINE",
direction="en",
linebreak="nu",
- specials={ "font", 0x0039 },
+ specials={ "font", 0x39 },
unicodeslot=0x1D7EB,
},
[0x1D7EC]={
@@ -176029,7 +192269,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD DIGIT ZERO",
direction="en",
linebreak="nu",
- specials={ "font", 0x0030 },
+ specials={ "font", 0x30 },
unicodeslot=0x1D7EC,
visual="bf",
},
@@ -176038,7 +192278,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD DIGIT ONE",
direction="en",
linebreak="nu",
- specials={ "font", 0x0031 },
+ specials={ "font", 0x31 },
unicodeslot=0x1D7ED,
visual="bf",
},
@@ -176047,7 +192287,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD DIGIT TWO",
direction="en",
linebreak="nu",
- specials={ "font", 0x0032 },
+ specials={ "font", 0x32 },
unicodeslot=0x1D7EE,
visual="bf",
},
@@ -176056,7 +192296,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD DIGIT THREE",
direction="en",
linebreak="nu",
- specials={ "font", 0x0033 },
+ specials={ "font", 0x33 },
unicodeslot=0x1D7EF,
visual="bf",
},
@@ -176065,7 +192305,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD DIGIT FOUR",
direction="en",
linebreak="nu",
- specials={ "font", 0x0034 },
+ specials={ "font", 0x34 },
unicodeslot=0x1D7F0,
visual="bf",
},
@@ -176074,7 +192314,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD DIGIT FIVE",
direction="en",
linebreak="nu",
- specials={ "font", 0x0035 },
+ specials={ "font", 0x35 },
unicodeslot=0x1D7F1,
visual="bf",
},
@@ -176083,7 +192323,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD DIGIT SIX",
direction="en",
linebreak="nu",
- specials={ "font", 0x0036 },
+ specials={ "font", 0x36 },
unicodeslot=0x1D7F2,
visual="bf",
},
@@ -176092,7 +192332,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD DIGIT SEVEN",
direction="en",
linebreak="nu",
- specials={ "font", 0x0037 },
+ specials={ "font", 0x37 },
unicodeslot=0x1D7F3,
visual="bf",
},
@@ -176101,7 +192341,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD DIGIT EIGHT",
direction="en",
linebreak="nu",
- specials={ "font", 0x0038 },
+ specials={ "font", 0x38 },
unicodeslot=0x1D7F4,
visual="bf",
},
@@ -176110,7 +192350,7 @@ characters.data={
description="MATHEMATICAL SANS-SERIF BOLD DIGIT NINE",
direction="en",
linebreak="nu",
- specials={ "font", 0x0039 },
+ specials={ "font", 0x39 },
unicodeslot=0x1D7F5,
visual="bf",
},
@@ -176119,7 +192359,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE DIGIT ZERO",
direction="en",
linebreak="nu",
- specials={ "font", 0x0030 },
+ specials={ "font", 0x30 },
unicodeslot=0x1D7F6,
},
[0x1D7F7]={
@@ -176127,7 +192367,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE DIGIT ONE",
direction="en",
linebreak="nu",
- specials={ "font", 0x0031 },
+ specials={ "font", 0x31 },
unicodeslot=0x1D7F7,
},
[0x1D7F8]={
@@ -176135,7 +192375,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE DIGIT TWO",
direction="en",
linebreak="nu",
- specials={ "font", 0x0032 },
+ specials={ "font", 0x32 },
unicodeslot=0x1D7F8,
},
[0x1D7F9]={
@@ -176143,7 +192383,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE DIGIT THREE",
direction="en",
linebreak="nu",
- specials={ "font", 0x0033 },
+ specials={ "font", 0x33 },
unicodeslot=0x1D7F9,
},
[0x1D7FA]={
@@ -176151,7 +192391,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE DIGIT FOUR",
direction="en",
linebreak="nu",
- specials={ "font", 0x0034 },
+ specials={ "font", 0x34 },
unicodeslot=0x1D7FA,
},
[0x1D7FB]={
@@ -176159,7 +192399,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE DIGIT FIVE",
direction="en",
linebreak="nu",
- specials={ "font", 0x0035 },
+ specials={ "font", 0x35 },
unicodeslot=0x1D7FB,
},
[0x1D7FC]={
@@ -176167,7 +192407,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE DIGIT SIX",
direction="en",
linebreak="nu",
- specials={ "font", 0x0036 },
+ specials={ "font", 0x36 },
unicodeslot=0x1D7FC,
},
[0x1D7FD]={
@@ -176175,7 +192415,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE DIGIT SEVEN",
direction="en",
linebreak="nu",
- specials={ "font", 0x0037 },
+ specials={ "font", 0x37 },
unicodeslot=0x1D7FD,
},
[0x1D7FE]={
@@ -176183,7 +192423,7 @@ characters.data={
description="MATHEMATICAL MONOSPACE DIGIT EIGHT",
direction="en",
linebreak="nu",
- specials={ "font", 0x0038 },
+ specials={ "font", 0x38 },
unicodeslot=0x1D7FE,
},
[0x1D7FF]={
@@ -176191,16 +192431,1514 @@ characters.data={
description="MATHEMATICAL MONOSPACE DIGIT NINE",
direction="en",
linebreak="nu",
- specials={ "font", 0x0039 },
+ specials={ "font", 0x39 },
unicodeslot=0x1D7FF,
},
+ [0x1E800]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M001 KI",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E800,
+ },
+ [0x1E801]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M002 KA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E801,
+ },
+ [0x1E802]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M003 KU",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E802,
+ },
+ [0x1E803]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M065 KEE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E803,
+ },
+ [0x1E804]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M095 KE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E804,
+ },
+ [0x1E805]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M076 KOO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E805,
+ },
+ [0x1E806]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M048 KO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E806,
+ },
+ [0x1E807]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M179 KUA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E807,
+ },
+ [0x1E808]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M004 WI",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E808,
+ },
+ [0x1E809]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M005 WA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E809,
+ },
+ [0x1E80A]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M006 WU",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E80A,
+ },
+ [0x1E80B]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M126 WEE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E80B,
+ },
+ [0x1E80C]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M118 WE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E80C,
+ },
+ [0x1E80D]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M114 WOO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E80D,
+ },
+ [0x1E80E]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M045 WO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E80E,
+ },
+ [0x1E80F]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M194 WUI",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E80F,
+ },
+ [0x1E810]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M143 WEI",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E810,
+ },
+ [0x1E811]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M061 WVI",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E811,
+ },
+ [0x1E812]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M049 WVA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E812,
+ },
+ [0x1E813]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M139 WVE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E813,
+ },
+ [0x1E814]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M007 MIN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E814,
+ },
+ [0x1E815]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M008 MAN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E815,
+ },
+ [0x1E816]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M009 MUN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E816,
+ },
+ [0x1E817]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M059 MEN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E817,
+ },
+ [0x1E818]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M094 MON",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E818,
+ },
+ [0x1E819]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M154 MUAN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E819,
+ },
+ [0x1E81A]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M189 MUEN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E81A,
+ },
+ [0x1E81B]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M010 BI",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E81B,
+ },
+ [0x1E81C]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M011 BA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E81C,
+ },
+ [0x1E81D]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M012 BU",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E81D,
+ },
+ [0x1E81E]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M150 BEE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E81E,
+ },
+ [0x1E81F]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M097 BE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E81F,
+ },
+ [0x1E820]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M103 BOO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E820,
+ },
+ [0x1E821]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M138 BO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E821,
+ },
+ [0x1E822]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M013 I",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E822,
+ },
+ [0x1E823]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M014 A",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E823,
+ },
+ [0x1E824]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M015 U",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E824,
+ },
+ [0x1E825]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M163 EE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E825,
+ },
+ [0x1E826]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M100 E",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E826,
+ },
+ [0x1E827]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M165 OO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E827,
+ },
+ [0x1E828]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M147 O",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E828,
+ },
+ [0x1E829]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M137 EI",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E829,
+ },
+ [0x1E82A]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M131 IN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E82A,
+ },
+ [0x1E82B]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M135 IN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E82B,
+ },
+ [0x1E82C]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M195 AN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E82C,
+ },
+ [0x1E82D]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M178 EN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E82D,
+ },
+ [0x1E82E]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M019 SI",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E82E,
+ },
+ [0x1E82F]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M020 SA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E82F,
+ },
+ [0x1E830]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M021 SU",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E830,
+ },
+ [0x1E831]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M162 SEE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E831,
+ },
+ [0x1E832]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M116 SE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E832,
+ },
+ [0x1E833]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M136 SOO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E833,
+ },
+ [0x1E834]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M079 SO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E834,
+ },
+ [0x1E835]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M196 SIA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E835,
+ },
+ [0x1E836]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M025 LI",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E836,
+ },
+ [0x1E837]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M026 LA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E837,
+ },
+ [0x1E838]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M027 LU",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E838,
+ },
+ [0x1E839]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M084 LEE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E839,
+ },
+ [0x1E83A]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M073 LE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E83A,
+ },
+ [0x1E83B]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M054 LOO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E83B,
+ },
+ [0x1E83C]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M153 LO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E83C,
+ },
+ [0x1E83D]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M110 LONG LE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E83D,
+ },
+ [0x1E83E]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M016 DI",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E83E,
+ },
+ [0x1E83F]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M017 DA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E83F,
+ },
+ [0x1E840]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M018 DU",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E840,
+ },
+ [0x1E841]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M089 DEE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E841,
+ },
+ [0x1E842]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M180 DOO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E842,
+ },
+ [0x1E843]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M181 DO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E843,
+ },
+ [0x1E844]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M022 TI",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E844,
+ },
+ [0x1E845]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M023 TA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E845,
+ },
+ [0x1E846]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M024 TU",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E846,
+ },
+ [0x1E847]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M091 TEE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E847,
+ },
+ [0x1E848]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M055 TE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E848,
+ },
+ [0x1E849]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M104 TOO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E849,
+ },
+ [0x1E84A]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M069 TO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E84A,
+ },
+ [0x1E84B]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M028 JI",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E84B,
+ },
+ [0x1E84C]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M029 JA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E84C,
+ },
+ [0x1E84D]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M030 JU",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E84D,
+ },
+ [0x1E84E]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M157 JEE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E84E,
+ },
+ [0x1E84F]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M113 JE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E84F,
+ },
+ [0x1E850]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M160 JOO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E850,
+ },
+ [0x1E851]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M063 JO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E851,
+ },
+ [0x1E852]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M175 LONG JO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E852,
+ },
+ [0x1E853]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M031 YI",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E853,
+ },
+ [0x1E854]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M032 YA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E854,
+ },
+ [0x1E855]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M033 YU",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E855,
+ },
+ [0x1E856]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M109 YEE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E856,
+ },
+ [0x1E857]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M080 YE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E857,
+ },
+ [0x1E858]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M141 YOO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E858,
+ },
+ [0x1E859]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M121 YO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E859,
+ },
+ [0x1E85A]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M034 FI",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E85A,
+ },
+ [0x1E85B]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M035 FA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E85B,
+ },
+ [0x1E85C]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M036 FU",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E85C,
+ },
+ [0x1E85D]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M078 FEE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E85D,
+ },
+ [0x1E85E]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M075 FE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E85E,
+ },
+ [0x1E85F]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M133 FOO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E85F,
+ },
+ [0x1E860]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M088 FO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E860,
+ },
+ [0x1E861]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M197 FUA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E861,
+ },
+ [0x1E862]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M101 FAN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E862,
+ },
+ [0x1E863]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M037 NIN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E863,
+ },
+ [0x1E864]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M038 NAN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E864,
+ },
+ [0x1E865]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M039 NUN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E865,
+ },
+ [0x1E866]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M117 NEN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E866,
+ },
+ [0x1E867]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M169 NON",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E867,
+ },
+ [0x1E868]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M176 HI",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E868,
+ },
+ [0x1E869]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M041 HA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E869,
+ },
+ [0x1E86A]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M186 HU",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E86A,
+ },
+ [0x1E86B]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M040 HEE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E86B,
+ },
+ [0x1E86C]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M096 HE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E86C,
+ },
+ [0x1E86D]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M042 HOO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E86D,
+ },
+ [0x1E86E]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M140 HO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E86E,
+ },
+ [0x1E86F]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M083 HEEI",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E86F,
+ },
+ [0x1E870]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M128 HOOU",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E870,
+ },
+ [0x1E871]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M053 HIN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E871,
+ },
+ [0x1E872]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M130 HAN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E872,
+ },
+ [0x1E873]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M087 HUN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E873,
+ },
+ [0x1E874]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M052 HEN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E874,
+ },
+ [0x1E875]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M193 HON",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E875,
+ },
+ [0x1E876]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M046 HUAN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E876,
+ },
+ [0x1E877]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M090 NGGI",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E877,
+ },
+ [0x1E878]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M043 NGGA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E878,
+ },
+ [0x1E879]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M082 NGGU",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E879,
+ },
+ [0x1E87A]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M115 NGGEE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E87A,
+ },
+ [0x1E87B]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M146 NGGE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E87B,
+ },
+ [0x1E87C]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M156 NGGOO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E87C,
+ },
+ [0x1E87D]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M120 NGGO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E87D,
+ },
+ [0x1E87E]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M159 NGGAA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E87E,
+ },
+ [0x1E87F]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M127 NGGUA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E87F,
+ },
+ [0x1E880]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M086 LONG NGGE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E880,
+ },
+ [0x1E881]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M106 LONG NGGOO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E881,
+ },
+ [0x1E882]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M183 LONG NGGO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E882,
+ },
+ [0x1E883]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M155 GI",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E883,
+ },
+ [0x1E884]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M111 GA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E884,
+ },
+ [0x1E885]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M168 GU",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E885,
+ },
+ [0x1E886]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M190 GEE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E886,
+ },
+ [0x1E887]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M166 GUEI",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E887,
+ },
+ [0x1E888]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M167 GUAN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E888,
+ },
+ [0x1E889]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M184 NGEN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E889,
+ },
+ [0x1E88A]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M057 NGON",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E88A,
+ },
+ [0x1E88B]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M177 NGUAN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E88B,
+ },
+ [0x1E88C]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M068 PI",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E88C,
+ },
+ [0x1E88D]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M099 PA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E88D,
+ },
+ [0x1E88E]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M050 PU",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E88E,
+ },
+ [0x1E88F]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M081 PEE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E88F,
+ },
+ [0x1E890]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M051 PE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E890,
+ },
+ [0x1E891]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M102 POO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E891,
+ },
+ [0x1E892]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M066 PO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E892,
+ },
+ [0x1E893]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M145 MBI",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E893,
+ },
+ [0x1E894]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M062 MBA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E894,
+ },
+ [0x1E895]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M122 MBU",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E895,
+ },
+ [0x1E896]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M047 MBEE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E896,
+ },
+ [0x1E897]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M188 MBEE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E897,
+ },
+ [0x1E898]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M072 MBE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E898,
+ },
+ [0x1E899]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M172 MBOO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E899,
+ },
+ [0x1E89A]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M174 MBO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E89A,
+ },
+ [0x1E89B]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M187 MBUU",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E89B,
+ },
+ [0x1E89C]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M161 LONG MBE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E89C,
+ },
+ [0x1E89D]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M105 LONG MBOO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E89D,
+ },
+ [0x1E89E]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M142 LONG MBO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E89E,
+ },
+ [0x1E89F]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M132 KPI",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E89F,
+ },
+ [0x1E8A0]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M092 KPA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8A0,
+ },
+ [0x1E8A1]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M074 KPU",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8A1,
+ },
+ [0x1E8A2]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M044 KPEE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8A2,
+ },
+ [0x1E8A3]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M108 KPE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8A3,
+ },
+ [0x1E8A4]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M112 KPOO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8A4,
+ },
+ [0x1E8A5]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M158 KPO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8A5,
+ },
+ [0x1E8A6]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M124 GBI",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8A6,
+ },
+ [0x1E8A7]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M056 GBA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8A7,
+ },
+ [0x1E8A8]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M148 GBU",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8A8,
+ },
+ [0x1E8A9]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M093 GBEE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8A9,
+ },
+ [0x1E8AA]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M107 GBE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8AA,
+ },
+ [0x1E8AB]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M071 GBOO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8AB,
+ },
+ [0x1E8AC]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M070 GBO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8AC,
+ },
+ [0x1E8AD]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M171 RA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8AD,
+ },
+ [0x1E8AE]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M123 NDI",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8AE,
+ },
+ [0x1E8AF]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M129 NDA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8AF,
+ },
+ [0x1E8B0]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M125 NDU",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8B0,
+ },
+ [0x1E8B1]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M191 NDEE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8B1,
+ },
+ [0x1E8B2]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M119 NDE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8B2,
+ },
+ [0x1E8B3]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M067 NDOO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8B3,
+ },
+ [0x1E8B4]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M064 NDO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8B4,
+ },
+ [0x1E8B5]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M152 NJA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8B5,
+ },
+ [0x1E8B6]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M192 NJU",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8B6,
+ },
+ [0x1E8B7]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M149 NJEE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8B7,
+ },
+ [0x1E8B8]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M134 NJOO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8B8,
+ },
+ [0x1E8B9]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M182 VI",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8B9,
+ },
+ [0x1E8BA]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M185 VA",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8BA,
+ },
+ [0x1E8BB]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M151 VU",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8BB,
+ },
+ [0x1E8BC]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M173 VEE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8BC,
+ },
+ [0x1E8BD]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M085 VE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8BD,
+ },
+ [0x1E8BE]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M144 VOO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8BE,
+ },
+ [0x1E8BF]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M077 VO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8BF,
+ },
+ [0x1E8C0]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M164 NYIN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8C0,
+ },
+ [0x1E8C1]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M058 NYAN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8C1,
+ },
+ [0x1E8C2]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M170 NYUN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8C2,
+ },
+ [0x1E8C3]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M098 NYEN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8C3,
+ },
+ [0x1E8C4]={
+ category="lo",
+ description="MENDE KIKAKUI SYLLABLE M060 NYON",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8C4,
+ },
+ [0x1E8C7]={
+ category="no",
+ description="MENDE KIKAKUI DIGIT ONE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8C7,
+ },
+ [0x1E8C8]={
+ category="no",
+ description="MENDE KIKAKUI DIGIT TWO",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8C8,
+ },
+ [0x1E8C9]={
+ category="no",
+ description="MENDE KIKAKUI DIGIT THREE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8C9,
+ },
+ [0x1E8CA]={
+ category="no",
+ description="MENDE KIKAKUI DIGIT FOUR",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8CA,
+ },
+ [0x1E8CB]={
+ category="no",
+ description="MENDE KIKAKUI DIGIT FIVE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8CB,
+ },
+ [0x1E8CC]={
+ category="no",
+ description="MENDE KIKAKUI DIGIT SIX",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8CC,
+ },
+ [0x1E8CD]={
+ category="no",
+ description="MENDE KIKAKUI DIGIT SEVEN",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8CD,
+ },
+ [0x1E8CE]={
+ category="no",
+ description="MENDE KIKAKUI DIGIT EIGHT",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8CE,
+ },
+ [0x1E8CF]={
+ category="no",
+ description="MENDE KIKAKUI DIGIT NINE",
+ direction="r",
+ linebreak="al",
+ unicodeslot=0x1E8CF,
+ },
+ [0x1E8D0]={
+ category="mn",
+ combining=0xDC,
+ description="MENDE KIKAKUI COMBINING NUMBER TEENS",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1E8D0,
+ },
+ [0x1E8D1]={
+ category="mn",
+ combining=0xDC,
+ description="MENDE KIKAKUI COMBINING NUMBER TENS",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1E8D1,
+ },
+ [0x1E8D2]={
+ category="mn",
+ combining=0xDC,
+ description="MENDE KIKAKUI COMBINING NUMBER HUNDREDS",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1E8D2,
+ },
+ [0x1E8D3]={
+ category="mn",
+ combining=0xDC,
+ description="MENDE KIKAKUI COMBINING NUMBER THOUSANDS",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1E8D3,
+ },
+ [0x1E8D4]={
+ category="mn",
+ combining=0xDC,
+ description="MENDE KIKAKUI COMBINING NUMBER TEN THOUSANDS",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1E8D4,
+ },
+ [0x1E8D5]={
+ category="mn",
+ combining=0xDC,
+ description="MENDE KIKAKUI COMBINING NUMBER HUNDRED THOUSANDS",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1E8D5,
+ },
+ [0x1E8D6]={
+ category="mn",
+ combining=0xDC,
+ description="MENDE KIKAKUI COMBINING NUMBER MILLIONS",
+ direction="nsm",
+ linebreak="cm",
+ unicodeslot=0x1E8D6,
+ },
[0x1EE00]={
category="lo",
comment="check math properties",
description="ARABIC MATHEMATICAL ALEF",
direction="al",
linebreak="al",
- specials={ "font", 0x0627 },
+ specials={ "font", 0x627 },
unicodeslot=0x1EE00,
},
[0x1EE01]={
@@ -176209,7 +193947,7 @@ characters.data={
description="ARABIC MATHEMATICAL BEH",
direction="al",
linebreak="al",
- specials={ "font", 0x0628 },
+ specials={ "font", 0x628 },
unicodeslot=0x1EE01,
},
[0x1EE02]={
@@ -176218,7 +193956,7 @@ characters.data={
description="ARABIC MATHEMATICAL JEEM",
direction="al",
linebreak="al",
- specials={ "font", 0x062C },
+ specials={ "font", 0x62C },
unicodeslot=0x1EE02,
},
[0x1EE03]={
@@ -176227,7 +193965,7 @@ characters.data={
description="ARABIC MATHEMATICAL DAL",
direction="al",
linebreak="al",
- specials={ "font", 0x062F },
+ specials={ "font", 0x62F },
unicodeslot=0x1EE03,
},
[0x1EE05]={
@@ -176236,7 +193974,7 @@ characters.data={
description="ARABIC MATHEMATICAL WAW",
direction="al",
linebreak="al",
- specials={ "font", 0x0648 },
+ specials={ "font", 0x648 },
unicodeslot=0x1EE05,
},
[0x1EE06]={
@@ -176245,7 +193983,7 @@ characters.data={
description="ARABIC MATHEMATICAL ZAIN",
direction="al",
linebreak="al",
- specials={ "font", 0x0632 },
+ specials={ "font", 0x632 },
unicodeslot=0x1EE06,
},
[0x1EE07]={
@@ -176254,7 +193992,7 @@ characters.data={
description="ARABIC MATHEMATICAL HAH",
direction="al",
linebreak="al",
- specials={ "font", 0x062D },
+ specials={ "font", 0x62D },
unicodeslot=0x1EE07,
},
[0x1EE08]={
@@ -176263,7 +194001,7 @@ characters.data={
description="ARABIC MATHEMATICAL TAH",
direction="al",
linebreak="al",
- specials={ "font", 0x0637 },
+ specials={ "font", 0x637 },
unicodeslot=0x1EE08,
},
[0x1EE09]={
@@ -176272,7 +194010,7 @@ characters.data={
description="ARABIC MATHEMATICAL YEH",
direction="al",
linebreak="al",
- specials={ "font", 0x064A },
+ specials={ "font", 0x64A },
unicodeslot=0x1EE09,
},
[0x1EE0A]={
@@ -176281,7 +194019,7 @@ characters.data={
description="ARABIC MATHEMATICAL KAF",
direction="al",
linebreak="al",
- specials={ "font", 0x0643 },
+ specials={ "font", 0x643 },
unicodeslot=0x1EE0A,
},
[0x1EE0B]={
@@ -176290,7 +194028,7 @@ characters.data={
description="ARABIC MATHEMATICAL LAM",
direction="al",
linebreak="al",
- specials={ "font", 0x0644 },
+ specials={ "font", 0x644 },
unicodeslot=0x1EE0B,
},
[0x1EE0C]={
@@ -176299,7 +194037,7 @@ characters.data={
description="ARABIC MATHEMATICAL MEEM",
direction="al",
linebreak="al",
- specials={ "font", 0x0645 },
+ specials={ "font", 0x645 },
unicodeslot=0x1EE0C,
},
[0x1EE0D]={
@@ -176308,7 +194046,7 @@ characters.data={
description="ARABIC MATHEMATICAL NOON",
direction="al",
linebreak="al",
- specials={ "font", 0x0646 },
+ specials={ "font", 0x646 },
unicodeslot=0x1EE0D,
},
[0x1EE0E]={
@@ -176317,7 +194055,7 @@ characters.data={
description="ARABIC MATHEMATICAL SEEN",
direction="al",
linebreak="al",
- specials={ "font", 0x0633 },
+ specials={ "font", 0x633 },
unicodeslot=0x1EE0E,
},
[0x1EE0F]={
@@ -176326,7 +194064,7 @@ characters.data={
description="ARABIC MATHEMATICAL AIN",
direction="al",
linebreak="al",
- specials={ "font", 0x0639 },
+ specials={ "font", 0x639 },
unicodeslot=0x1EE0F,
},
[0x1EE10]={
@@ -176335,7 +194073,7 @@ characters.data={
description="ARABIC MATHEMATICAL FEH",
direction="al",
linebreak="al",
- specials={ "font", 0x0641 },
+ specials={ "font", 0x641 },
unicodeslot=0x1EE10,
},
[0x1EE11]={
@@ -176344,7 +194082,7 @@ characters.data={
description="ARABIC MATHEMATICAL SAD",
direction="al",
linebreak="al",
- specials={ "font", 0x0635 },
+ specials={ "font", 0x635 },
unicodeslot=0x1EE11,
},
[0x1EE12]={
@@ -176353,7 +194091,7 @@ characters.data={
description="ARABIC MATHEMATICAL QAF",
direction="al",
linebreak="al",
- specials={ "font", 0x0642 },
+ specials={ "font", 0x642 },
unicodeslot=0x1EE12,
},
[0x1EE13]={
@@ -176362,7 +194100,7 @@ characters.data={
description="ARABIC MATHEMATICAL REH",
direction="al",
linebreak="al",
- specials={ "font", 0x0631 },
+ specials={ "font", 0x631 },
unicodeslot=0x1EE13,
},
[0x1EE14]={
@@ -176371,7 +194109,7 @@ characters.data={
description="ARABIC MATHEMATICAL SHEEN",
direction="al",
linebreak="al",
- specials={ "font", 0x0634 },
+ specials={ "font", 0x634 },
unicodeslot=0x1EE14,
},
[0x1EE15]={
@@ -176380,7 +194118,7 @@ characters.data={
description="ARABIC MATHEMATICAL TEH",
direction="al",
linebreak="al",
- specials={ "font", 0x062A },
+ specials={ "font", 0x62A },
unicodeslot=0x1EE15,
},
[0x1EE16]={
@@ -176389,7 +194127,7 @@ characters.data={
description="ARABIC MATHEMATICAL THEH",
direction="al",
linebreak="al",
- specials={ "font", 0x062B },
+ specials={ "font", 0x62B },
unicodeslot=0x1EE16,
},
[0x1EE17]={
@@ -176398,7 +194136,7 @@ characters.data={
description="ARABIC MATHEMATICAL KHAH",
direction="al",
linebreak="al",
- specials={ "font", 0x062E },
+ specials={ "font", 0x62E },
unicodeslot=0x1EE17,
},
[0x1EE18]={
@@ -176407,7 +194145,7 @@ characters.data={
description="ARABIC MATHEMATICAL THAL",
direction="al",
linebreak="al",
- specials={ "font", 0x0630 },
+ specials={ "font", 0x630 },
unicodeslot=0x1EE18,
},
[0x1EE19]={
@@ -176416,7 +194154,7 @@ characters.data={
description="ARABIC MATHEMATICAL DAD",
direction="al",
linebreak="al",
- specials={ "font", 0x0636 },
+ specials={ "font", 0x636 },
unicodeslot=0x1EE19,
},
[0x1EE1A]={
@@ -176425,7 +194163,7 @@ characters.data={
description="ARABIC MATHEMATICAL ZAH",
direction="al",
linebreak="al",
- specials={ "font", 0x0638 },
+ specials={ "font", 0x638 },
unicodeslot=0x1EE1A,
},
[0x1EE1B]={
@@ -176434,7 +194172,7 @@ characters.data={
description="ARABIC MATHEMATICAL GHAIN",
direction="al",
linebreak="al",
- specials={ "font", 0x063A },
+ specials={ "font", 0x63A },
unicodeslot=0x1EE1B,
},
[0x1EE1C]={
@@ -176443,7 +194181,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOTLESS BEH",
direction="al",
linebreak="al",
- specials={ "font", 0x066E },
+ specials={ "font", 0x66E },
unicodeslot=0x1EE1C,
},
[0x1EE1D]={
@@ -176452,7 +194190,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOTLESS NOON",
direction="al",
linebreak="al",
- specials={ "font", 0x06BA },
+ specials={ "font", 0x6BA },
unicodeslot=0x1EE1D,
},
[0x1EE1E]={
@@ -176461,7 +194199,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOTLESS FEH",
direction="al",
linebreak="al",
- specials={ "font", 0x06A1 },
+ specials={ "font", 0x6A1 },
unicodeslot=0x1EE1E,
},
[0x1EE1F]={
@@ -176470,7 +194208,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOTLESS QAF",
direction="al",
linebreak="al",
- specials={ "font", 0x066F },
+ specials={ "font", 0x66F },
unicodeslot=0x1EE1F,
},
[0x1EE21]={
@@ -176479,7 +194217,7 @@ characters.data={
description="ARABIC MATHEMATICAL INITIAL BEH",
direction="al",
linebreak="al",
- specials={ "font", 0x0628 },
+ specials={ "font", 0x628 },
unicodeslot=0x1EE21,
},
[0x1EE22]={
@@ -176488,7 +194226,7 @@ characters.data={
description="ARABIC MATHEMATICAL INITIAL JEEM",
direction="al",
linebreak="al",
- specials={ "font", 0x062C },
+ specials={ "font", 0x62C },
unicodeslot=0x1EE22,
},
[0x1EE24]={
@@ -176497,7 +194235,7 @@ characters.data={
description="ARABIC MATHEMATICAL INITIAL HEH",
direction="al",
linebreak="al",
- specials={ "font", 0x0647 },
+ specials={ "font", 0x647 },
unicodeslot=0x1EE24,
},
[0x1EE27]={
@@ -176506,7 +194244,7 @@ characters.data={
description="ARABIC MATHEMATICAL INITIAL HAH",
direction="al",
linebreak="al",
- specials={ "font", 0x062D },
+ specials={ "font", 0x62D },
unicodeslot=0x1EE27,
},
[0x1EE29]={
@@ -176515,7 +194253,7 @@ characters.data={
description="ARABIC MATHEMATICAL INITIAL YEH",
direction="al",
linebreak="al",
- specials={ "font", 0x064A },
+ specials={ "font", 0x64A },
unicodeslot=0x1EE29,
},
[0x1EE2A]={
@@ -176524,7 +194262,7 @@ characters.data={
description="ARABIC MATHEMATICAL INITIAL KAF",
direction="al",
linebreak="al",
- specials={ "font", 0x0643 },
+ specials={ "font", 0x643 },
unicodeslot=0x1EE2A,
},
[0x1EE2B]={
@@ -176533,7 +194271,7 @@ characters.data={
description="ARABIC MATHEMATICAL INITIAL LAM",
direction="al",
linebreak="al",
- specials={ "font", 0x0644 },
+ specials={ "font", 0x644 },
unicodeslot=0x1EE2B,
},
[0x1EE2C]={
@@ -176542,7 +194280,7 @@ characters.data={
description="ARABIC MATHEMATICAL INITIAL MEEM",
direction="al",
linebreak="al",
- specials={ "font", 0x0645 },
+ specials={ "font", 0x645 },
unicodeslot=0x1EE2C,
},
[0x1EE2D]={
@@ -176551,7 +194289,7 @@ characters.data={
description="ARABIC MATHEMATICAL INITIAL NOON",
direction="al",
linebreak="al",
- specials={ "font", 0x0646 },
+ specials={ "font", 0x646 },
unicodeslot=0x1EE2D,
},
[0x1EE2E]={
@@ -176560,7 +194298,7 @@ characters.data={
description="ARABIC MATHEMATICAL INITIAL SEEN",
direction="al",
linebreak="al",
- specials={ "font", 0x0633 },
+ specials={ "font", 0x633 },
unicodeslot=0x1EE2E,
},
[0x1EE2F]={
@@ -176569,7 +194307,7 @@ characters.data={
description="ARABIC MATHEMATICAL INITIAL AIN",
direction="al",
linebreak="al",
- specials={ "font", 0x0639 },
+ specials={ "font", 0x639 },
unicodeslot=0x1EE2F,
},
[0x1EE30]={
@@ -176578,7 +194316,7 @@ characters.data={
description="ARABIC MATHEMATICAL INITIAL FEH",
direction="al",
linebreak="al",
- specials={ "font", 0x0641 },
+ specials={ "font", 0x641 },
unicodeslot=0x1EE30,
},
[0x1EE31]={
@@ -176587,7 +194325,7 @@ characters.data={
description="ARABIC MATHEMATICAL INITIAL SAD",
direction="al",
linebreak="al",
- specials={ "font", 0x0635 },
+ specials={ "font", 0x635 },
unicodeslot=0x1EE31,
},
[0x1EE32]={
@@ -176596,7 +194334,7 @@ characters.data={
description="ARABIC MATHEMATICAL INITIAL QAF",
direction="al",
linebreak="al",
- specials={ "font", 0x0642 },
+ specials={ "font", 0x642 },
unicodeslot=0x1EE32,
},
[0x1EE34]={
@@ -176605,7 +194343,7 @@ characters.data={
description="ARABIC MATHEMATICAL INITIAL SHEEN",
direction="al",
linebreak="al",
- specials={ "font", 0x0634 },
+ specials={ "font", 0x634 },
unicodeslot=0x1EE34,
},
[0x1EE35]={
@@ -176614,7 +194352,7 @@ characters.data={
description="ARABIC MATHEMATICAL INITIAL TEH",
direction="al",
linebreak="al",
- specials={ "font", 0x062A },
+ specials={ "font", 0x62A },
unicodeslot=0x1EE35,
},
[0x1EE36]={
@@ -176623,7 +194361,7 @@ characters.data={
description="ARABIC MATHEMATICAL INITIAL THEH",
direction="al",
linebreak="al",
- specials={ "font", 0x062B },
+ specials={ "font", 0x62B },
unicodeslot=0x1EE36,
},
[0x1EE37]={
@@ -176632,7 +194370,7 @@ characters.data={
description="ARABIC MATHEMATICAL INITIAL KHAH",
direction="al",
linebreak="al",
- specials={ "font", 0x062E },
+ specials={ "font", 0x62E },
unicodeslot=0x1EE37,
},
[0x1EE39]={
@@ -176641,7 +194379,7 @@ characters.data={
description="ARABIC MATHEMATICAL INITIAL DAD",
direction="al",
linebreak="al",
- specials={ "font", 0x0636 },
+ specials={ "font", 0x636 },
unicodeslot=0x1EE39,
},
[0x1EE3B]={
@@ -176650,7 +194388,7 @@ characters.data={
description="ARABIC MATHEMATICAL INITIAL GHAIN",
direction="al",
linebreak="al",
- specials={ "font", 0x063A },
+ specials={ "font", 0x63A },
unicodeslot=0x1EE3B,
},
[0x1EE42]={
@@ -176659,7 +194397,7 @@ characters.data={
description="ARABIC MATHEMATICAL TAILED JEEM",
direction="al",
linebreak="al",
- specials={ "font", 0x062C },
+ specials={ "font", 0x62C },
unicodeslot=0x1EE42,
},
[0x1EE47]={
@@ -176668,7 +194406,7 @@ characters.data={
description="ARABIC MATHEMATICAL TAILED HAH",
direction="al",
linebreak="al",
- specials={ "font", 0x062D },
+ specials={ "font", 0x62D },
unicodeslot=0x1EE47,
},
[0x1EE49]={
@@ -176677,7 +194415,7 @@ characters.data={
description="ARABIC MATHEMATICAL TAILED YEH",
direction="al",
linebreak="al",
- specials={ "font", 0x064A },
+ specials={ "font", 0x64A },
unicodeslot=0x1EE49,
},
[0x1EE4B]={
@@ -176686,7 +194424,7 @@ characters.data={
description="ARABIC MATHEMATICAL TAILED LAM",
direction="al",
linebreak="al",
- specials={ "font", 0x0644 },
+ specials={ "font", 0x644 },
unicodeslot=0x1EE4B,
},
[0x1EE4D]={
@@ -176695,7 +194433,7 @@ characters.data={
description="ARABIC MATHEMATICAL TAILED NOON",
direction="al",
linebreak="al",
- specials={ "font", 0x0646 },
+ specials={ "font", 0x646 },
unicodeslot=0x1EE4D,
},
[0x1EE4E]={
@@ -176704,7 +194442,7 @@ characters.data={
description="ARABIC MATHEMATICAL TAILED SEEN",
direction="al",
linebreak="al",
- specials={ "font", 0x0633 },
+ specials={ "font", 0x633 },
unicodeslot=0x1EE4E,
},
[0x1EE4F]={
@@ -176713,7 +194451,7 @@ characters.data={
description="ARABIC MATHEMATICAL TAILED AIN",
direction="al",
linebreak="al",
- specials={ "font", 0x0639 },
+ specials={ "font", 0x639 },
unicodeslot=0x1EE4F,
},
[0x1EE51]={
@@ -176722,7 +194460,7 @@ characters.data={
description="ARABIC MATHEMATICAL TAILED SAD",
direction="al",
linebreak="al",
- specials={ "font", 0x0635 },
+ specials={ "font", 0x635 },
unicodeslot=0x1EE51,
},
[0x1EE52]={
@@ -176731,7 +194469,7 @@ characters.data={
description="ARABIC MATHEMATICAL TAILED QAF",
direction="al",
linebreak="al",
- specials={ "font", 0x0642 },
+ specials={ "font", 0x642 },
unicodeslot=0x1EE52,
},
[0x1EE54]={
@@ -176740,7 +194478,7 @@ characters.data={
description="ARABIC MATHEMATICAL TAILED SHEEN",
direction="al",
linebreak="al",
- specials={ "font", 0x0634 },
+ specials={ "font", 0x634 },
unicodeslot=0x1EE54,
},
[0x1EE57]={
@@ -176749,7 +194487,7 @@ characters.data={
description="ARABIC MATHEMATICAL TAILED KHAH",
direction="al",
linebreak="al",
- specials={ "font", 0x062E },
+ specials={ "font", 0x62E },
unicodeslot=0x1EE57,
},
[0x1EE59]={
@@ -176758,7 +194496,7 @@ characters.data={
description="ARABIC MATHEMATICAL TAILED DAD",
direction="al",
linebreak="al",
- specials={ "font", 0x0636 },
+ specials={ "font", 0x636 },
unicodeslot=0x1EE59,
},
[0x1EE5B]={
@@ -176767,7 +194505,7 @@ characters.data={
description="ARABIC MATHEMATICAL TAILED GHAIN",
direction="al",
linebreak="al",
- specials={ "font", 0x063A },
+ specials={ "font", 0x63A },
unicodeslot=0x1EE5B,
},
[0x1EE5D]={
@@ -176776,7 +194514,7 @@ characters.data={
description="ARABIC MATHEMATICAL TAILED DOTLESS NOON",
direction="al",
linebreak="al",
- specials={ "font", 0x06BA },
+ specials={ "font", 0x6BA },
unicodeslot=0x1EE5D,
},
[0x1EE5F]={
@@ -176785,7 +194523,7 @@ characters.data={
description="ARABIC MATHEMATICAL TAILED DOTLESS QAF",
direction="al",
linebreak="al",
- specials={ "font", 0x066F },
+ specials={ "font", 0x66F },
unicodeslot=0x1EE5F,
},
[0x1EE61]={
@@ -176794,7 +194532,7 @@ characters.data={
description="ARABIC MATHEMATICAL STRETCHED BEH",
direction="al",
linebreak="al",
- specials={ "font", 0x0628 },
+ specials={ "font", 0x628 },
unicodeslot=0x1EE61,
},
[0x1EE62]={
@@ -176803,7 +194541,7 @@ characters.data={
description="ARABIC MATHEMATICAL STRETCHED JEEM",
direction="al",
linebreak="al",
- specials={ "font", 0x062C },
+ specials={ "font", 0x62C },
unicodeslot=0x1EE62,
},
[0x1EE64]={
@@ -176812,7 +194550,7 @@ characters.data={
description="ARABIC MATHEMATICAL STRETCHED HEH",
direction="al",
linebreak="al",
- specials={ "font", 0x0647 },
+ specials={ "font", 0x647 },
unicodeslot=0x1EE64,
},
[0x1EE67]={
@@ -176821,7 +194559,7 @@ characters.data={
description="ARABIC MATHEMATICAL STRETCHED HAH",
direction="al",
linebreak="al",
- specials={ "font", 0x062D },
+ specials={ "font", 0x62D },
unicodeslot=0x1EE67,
},
[0x1EE68]={
@@ -176830,7 +194568,7 @@ characters.data={
description="ARABIC MATHEMATICAL STRETCHED TAH",
direction="al",
linebreak="al",
- specials={ "font", 0x0637 },
+ specials={ "font", 0x637 },
unicodeslot=0x1EE68,
},
[0x1EE69]={
@@ -176839,7 +194577,7 @@ characters.data={
description="ARABIC MATHEMATICAL STRETCHED YEH",
direction="al",
linebreak="al",
- specials={ "font", 0x064A },
+ specials={ "font", 0x64A },
unicodeslot=0x1EE69,
},
[0x1EE6A]={
@@ -176848,7 +194586,7 @@ characters.data={
description="ARABIC MATHEMATICAL STRETCHED KAF",
direction="al",
linebreak="al",
- specials={ "font", 0x0643 },
+ specials={ "font", 0x643 },
unicodeslot=0x1EE6A,
},
[0x1EE6C]={
@@ -176857,7 +194595,7 @@ characters.data={
description="ARABIC MATHEMATICAL STRETCHED MEEM",
direction="al",
linebreak="al",
- specials={ "font", 0x0645 },
+ specials={ "font", 0x645 },
unicodeslot=0x1EE6C,
},
[0x1EE6D]={
@@ -176866,7 +194604,7 @@ characters.data={
description="ARABIC MATHEMATICAL STRETCHED NOON",
direction="al",
linebreak="al",
- specials={ "font", 0x0646 },
+ specials={ "font", 0x646 },
unicodeslot=0x1EE6D,
},
[0x1EE6E]={
@@ -176875,7 +194613,7 @@ characters.data={
description="ARABIC MATHEMATICAL STRETCHED SEEN",
direction="al",
linebreak="al",
- specials={ "font", 0x0633 },
+ specials={ "font", 0x633 },
unicodeslot=0x1EE6E,
},
[0x1EE6F]={
@@ -176884,7 +194622,7 @@ characters.data={
description="ARABIC MATHEMATICAL STRETCHED AIN",
direction="al",
linebreak="al",
- specials={ "font", 0x0639 },
+ specials={ "font", 0x639 },
unicodeslot=0x1EE6F,
},
[0x1EE70]={
@@ -176893,7 +194631,7 @@ characters.data={
description="ARABIC MATHEMATICAL STRETCHED FEH",
direction="al",
linebreak="al",
- specials={ "font", 0x0641 },
+ specials={ "font", 0x641 },
unicodeslot=0x1EE70,
},
[0x1EE71]={
@@ -176902,7 +194640,7 @@ characters.data={
description="ARABIC MATHEMATICAL STRETCHED SAD",
direction="al",
linebreak="al",
- specials={ "font", 0x0635 },
+ specials={ "font", 0x635 },
unicodeslot=0x1EE71,
},
[0x1EE72]={
@@ -176911,7 +194649,7 @@ characters.data={
description="ARABIC MATHEMATICAL STRETCHED QAF",
direction="al",
linebreak="al",
- specials={ "font", 0x0642 },
+ specials={ "font", 0x642 },
unicodeslot=0x1EE72,
},
[0x1EE74]={
@@ -176920,7 +194658,7 @@ characters.data={
description="ARABIC MATHEMATICAL STRETCHED SHEEN",
direction="al",
linebreak="al",
- specials={ "font", 0x0634 },
+ specials={ "font", 0x634 },
unicodeslot=0x1EE74,
},
[0x1EE75]={
@@ -176929,7 +194667,7 @@ characters.data={
description="ARABIC MATHEMATICAL STRETCHED TEH",
direction="al",
linebreak="al",
- specials={ "font", 0x062A },
+ specials={ "font", 0x62A },
unicodeslot=0x1EE75,
},
[0x1EE76]={
@@ -176938,7 +194676,7 @@ characters.data={
description="ARABIC MATHEMATICAL STRETCHED THEH",
direction="al",
linebreak="al",
- specials={ "font", 0x062B },
+ specials={ "font", 0x62B },
unicodeslot=0x1EE76,
},
[0x1EE77]={
@@ -176947,7 +194685,7 @@ characters.data={
description="ARABIC MATHEMATICAL STRETCHED KHAH",
direction="al",
linebreak="al",
- specials={ "font", 0x062E },
+ specials={ "font", 0x62E },
unicodeslot=0x1EE77,
},
[0x1EE79]={
@@ -176956,7 +194694,7 @@ characters.data={
description="ARABIC MATHEMATICAL STRETCHED DAD",
direction="al",
linebreak="al",
- specials={ "font", 0x0636 },
+ specials={ "font", 0x636 },
unicodeslot=0x1EE79,
},
[0x1EE7A]={
@@ -176965,7 +194703,7 @@ characters.data={
description="ARABIC MATHEMATICAL STRETCHED ZAH",
direction="al",
linebreak="al",
- specials={ "font", 0x0638 },
+ specials={ "font", 0x638 },
unicodeslot=0x1EE7A,
},
[0x1EE7B]={
@@ -176974,7 +194712,7 @@ characters.data={
description="ARABIC MATHEMATICAL STRETCHED GHAIN",
direction="al",
linebreak="al",
- specials={ "font", 0x063A },
+ specials={ "font", 0x63A },
unicodeslot=0x1EE7B,
},
[0x1EE7C]={
@@ -176983,7 +194721,7 @@ characters.data={
description="ARABIC MATHEMATICAL STRETCHED DOTLESS BEH",
direction="al",
linebreak="al",
- specials={ "font", 0x066E },
+ specials={ "font", 0x66E },
unicodeslot=0x1EE7C,
},
[0x1EE7E]={
@@ -176992,7 +194730,7 @@ characters.data={
description="ARABIC MATHEMATICAL STRETCHED DOTLESS FEH",
direction="al",
linebreak="al",
- specials={ "font", 0x06A1 },
+ specials={ "font", 0x6A1 },
unicodeslot=0x1EE7E,
},
[0x1EE80]={
@@ -177001,7 +194739,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED ALEF",
direction="al",
linebreak="al",
- specials={ "font", 0x0627 },
+ specials={ "font", 0x627 },
unicodeslot=0x1EE80,
},
[0x1EE81]={
@@ -177010,7 +194748,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED BEH",
direction="al",
linebreak="al",
- specials={ "font", 0x0628 },
+ specials={ "font", 0x628 },
unicodeslot=0x1EE81,
},
[0x1EE82]={
@@ -177019,7 +194757,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED JEEM",
direction="al",
linebreak="al",
- specials={ "font", 0x062C },
+ specials={ "font", 0x62C },
unicodeslot=0x1EE82,
},
[0x1EE83]={
@@ -177028,7 +194766,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED DAL",
direction="al",
linebreak="al",
- specials={ "font", 0x062F },
+ specials={ "font", 0x62F },
unicodeslot=0x1EE83,
},
[0x1EE84]={
@@ -177037,7 +194775,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED HEH",
direction="al",
linebreak="al",
- specials={ "font", 0x0647 },
+ specials={ "font", 0x647 },
unicodeslot=0x1EE84,
},
[0x1EE85]={
@@ -177046,7 +194784,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED WAW",
direction="al",
linebreak="al",
- specials={ "font", 0x0648 },
+ specials={ "font", 0x648 },
unicodeslot=0x1EE85,
},
[0x1EE86]={
@@ -177055,7 +194793,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED ZAIN",
direction="al",
linebreak="al",
- specials={ "font", 0x0632 },
+ specials={ "font", 0x632 },
unicodeslot=0x1EE86,
},
[0x1EE87]={
@@ -177064,7 +194802,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED HAH",
direction="al",
linebreak="al",
- specials={ "font", 0x062D },
+ specials={ "font", 0x62D },
unicodeslot=0x1EE87,
},
[0x1EE88]={
@@ -177073,7 +194811,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED TAH",
direction="al",
linebreak="al",
- specials={ "font", 0x0637 },
+ specials={ "font", 0x637 },
unicodeslot=0x1EE88,
},
[0x1EE89]={
@@ -177082,7 +194820,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED YEH",
direction="al",
linebreak="al",
- specials={ "font", 0x064A },
+ specials={ "font", 0x64A },
unicodeslot=0x1EE89,
},
[0x1EE8B]={
@@ -177091,7 +194829,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED LAM",
direction="al",
linebreak="al",
- specials={ "font", 0x0644 },
+ specials={ "font", 0x644 },
unicodeslot=0x1EE8B,
},
[0x1EE8C]={
@@ -177100,7 +194838,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED MEEM",
direction="al",
linebreak="al",
- specials={ "font", 0x0645 },
+ specials={ "font", 0x645 },
unicodeslot=0x1EE8C,
},
[0x1EE8D]={
@@ -177109,7 +194847,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED NOON",
direction="al",
linebreak="al",
- specials={ "font", 0x0646 },
+ specials={ "font", 0x646 },
unicodeslot=0x1EE8D,
},
[0x1EE8E]={
@@ -177118,7 +194856,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED SEEN",
direction="al",
linebreak="al",
- specials={ "font", 0x0633 },
+ specials={ "font", 0x633 },
unicodeslot=0x1EE8E,
},
[0x1EE8F]={
@@ -177127,7 +194865,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED AIN",
direction="al",
linebreak="al",
- specials={ "font", 0x0639 },
+ specials={ "font", 0x639 },
unicodeslot=0x1EE8F,
},
[0x1EE90]={
@@ -177136,7 +194874,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED FEH",
direction="al",
linebreak="al",
- specials={ "font", 0x0641 },
+ specials={ "font", 0x641 },
unicodeslot=0x1EE90,
},
[0x1EE91]={
@@ -177145,7 +194883,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED SAD",
direction="al",
linebreak="al",
- specials={ "font", 0x0635 },
+ specials={ "font", 0x635 },
unicodeslot=0x1EE91,
},
[0x1EE92]={
@@ -177154,7 +194892,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED QAF",
direction="al",
linebreak="al",
- specials={ "font", 0x0642 },
+ specials={ "font", 0x642 },
unicodeslot=0x1EE92,
},
[0x1EE93]={
@@ -177163,7 +194901,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED REH",
direction="al",
linebreak="al",
- specials={ "font", 0x0631 },
+ specials={ "font", 0x631 },
unicodeslot=0x1EE93,
},
[0x1EE94]={
@@ -177172,7 +194910,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED SHEEN",
direction="al",
linebreak="al",
- specials={ "font", 0x0634 },
+ specials={ "font", 0x634 },
unicodeslot=0x1EE94,
},
[0x1EE95]={
@@ -177181,7 +194919,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED TEH",
direction="al",
linebreak="al",
- specials={ "font", 0x062A },
+ specials={ "font", 0x62A },
unicodeslot=0x1EE95,
},
[0x1EE96]={
@@ -177190,7 +194928,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED THEH",
direction="al",
linebreak="al",
- specials={ "font", 0x062B },
+ specials={ "font", 0x62B },
unicodeslot=0x1EE96,
},
[0x1EE97]={
@@ -177199,7 +194937,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED KHAH",
direction="al",
linebreak="al",
- specials={ "font", 0x062E },
+ specials={ "font", 0x62E },
unicodeslot=0x1EE97,
},
[0x1EE98]={
@@ -177208,7 +194946,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED THAL",
direction="al",
linebreak="al",
- specials={ "font", 0x0630 },
+ specials={ "font", 0x630 },
unicodeslot=0x1EE98,
},
[0x1EE99]={
@@ -177217,7 +194955,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED DAD",
direction="al",
linebreak="al",
- specials={ "font", 0x0636 },
+ specials={ "font", 0x636 },
unicodeslot=0x1EE99,
},
[0x1EE9A]={
@@ -177226,7 +194964,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED ZAH",
direction="al",
linebreak="al",
- specials={ "font", 0x0638 },
+ specials={ "font", 0x638 },
unicodeslot=0x1EE9A,
},
[0x1EE9B]={
@@ -177235,7 +194973,7 @@ characters.data={
description="ARABIC MATHEMATICAL LOOPED GHAIN",
direction="al",
linebreak="al",
- specials={ "font", 0x063A },
+ specials={ "font", 0x63A },
unicodeslot=0x1EE9B,
},
[0x1EEA1]={
@@ -177244,7 +194982,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOUBLE-STRUCK BEH",
direction="al",
linebreak="al",
- specials={ "font", 0x0628 },
+ specials={ "font", 0x628 },
unicodeslot=0x1EEA1,
},
[0x1EEA2]={
@@ -177253,7 +194991,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOUBLE-STRUCK JEEM",
direction="al",
linebreak="al",
- specials={ "font", 0x062C },
+ specials={ "font", 0x62C },
unicodeslot=0x1EEA2,
},
[0x1EEA3]={
@@ -177262,7 +195000,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOUBLE-STRUCK DAL",
direction="al",
linebreak="al",
- specials={ "font", 0x062F },
+ specials={ "font", 0x62F },
unicodeslot=0x1EEA3,
},
[0x1EEA5]={
@@ -177271,7 +195009,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOUBLE-STRUCK WAW",
direction="al",
linebreak="al",
- specials={ "font", 0x0648 },
+ specials={ "font", 0x648 },
unicodeslot=0x1EEA5,
},
[0x1EEA6]={
@@ -177280,7 +195018,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOUBLE-STRUCK ZAIN",
direction="al",
linebreak="al",
- specials={ "font", 0x0632 },
+ specials={ "font", 0x632 },
unicodeslot=0x1EEA6,
},
[0x1EEA7]={
@@ -177289,7 +195027,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOUBLE-STRUCK HAH",
direction="al",
linebreak="al",
- specials={ "font", 0x062D },
+ specials={ "font", 0x62D },
unicodeslot=0x1EEA7,
},
[0x1EEA8]={
@@ -177298,7 +195036,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOUBLE-STRUCK TAH",
direction="al",
linebreak="al",
- specials={ "font", 0x0637 },
+ specials={ "font", 0x637 },
unicodeslot=0x1EEA8,
},
[0x1EEA9]={
@@ -177307,7 +195045,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOUBLE-STRUCK YEH",
direction="al",
linebreak="al",
- specials={ "font", 0x064A },
+ specials={ "font", 0x64A },
unicodeslot=0x1EEA9,
},
[0x1EEAB]={
@@ -177316,7 +195054,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOUBLE-STRUCK LAM",
direction="al",
linebreak="al",
- specials={ "font", 0x0644 },
+ specials={ "font", 0x644 },
unicodeslot=0x1EEAB,
},
[0x1EEAC]={
@@ -177325,7 +195063,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOUBLE-STRUCK MEEM",
direction="al",
linebreak="al",
- specials={ "font", 0x0645 },
+ specials={ "font", 0x645 },
unicodeslot=0x1EEAC,
},
[0x1EEAD]={
@@ -177334,7 +195072,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOUBLE-STRUCK NOON",
direction="al",
linebreak="al",
- specials={ "font", 0x0646 },
+ specials={ "font", 0x646 },
unicodeslot=0x1EEAD,
},
[0x1EEAE]={
@@ -177343,7 +195081,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOUBLE-STRUCK SEEN",
direction="al",
linebreak="al",
- specials={ "font", 0x0633 },
+ specials={ "font", 0x633 },
unicodeslot=0x1EEAE,
},
[0x1EEAF]={
@@ -177352,7 +195090,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOUBLE-STRUCK AIN",
direction="al",
linebreak="al",
- specials={ "font", 0x0639 },
+ specials={ "font", 0x639 },
unicodeslot=0x1EEAF,
},
[0x1EEB0]={
@@ -177361,7 +195099,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOUBLE-STRUCK FEH",
direction="al",
linebreak="al",
- specials={ "font", 0x0641 },
+ specials={ "font", 0x641 },
unicodeslot=0x1EEB0,
},
[0x1EEB1]={
@@ -177370,7 +195108,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOUBLE-STRUCK SAD",
direction="al",
linebreak="al",
- specials={ "font", 0x0635 },
+ specials={ "font", 0x635 },
unicodeslot=0x1EEB1,
},
[0x1EEB2]={
@@ -177379,7 +195117,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOUBLE-STRUCK QAF",
direction="al",
linebreak="al",
- specials={ "font", 0x0642 },
+ specials={ "font", 0x642 },
unicodeslot=0x1EEB2,
},
[0x1EEB3]={
@@ -177388,7 +195126,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOUBLE-STRUCK REH",
direction="al",
linebreak="al",
- specials={ "font", 0x0631 },
+ specials={ "font", 0x631 },
unicodeslot=0x1EEB3,
},
[0x1EEB4]={
@@ -177397,7 +195135,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOUBLE-STRUCK SHEEN",
direction="al",
linebreak="al",
- specials={ "font", 0x0634 },
+ specials={ "font", 0x634 },
unicodeslot=0x1EEB4,
},
[0x1EEB5]={
@@ -177406,7 +195144,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOUBLE-STRUCK TEH",
direction="al",
linebreak="al",
- specials={ "font", 0x062A },
+ specials={ "font", 0x62A },
unicodeslot=0x1EEB5,
},
[0x1EEB6]={
@@ -177415,7 +195153,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOUBLE-STRUCK THEH",
direction="al",
linebreak="al",
- specials={ "font", 0x062B },
+ specials={ "font", 0x62B },
unicodeslot=0x1EEB6,
},
[0x1EEB7]={
@@ -177424,7 +195162,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOUBLE-STRUCK KHAH",
direction="al",
linebreak="al",
- specials={ "font", 0x062E },
+ specials={ "font", 0x62E },
unicodeslot=0x1EEB7,
},
[0x1EEB8]={
@@ -177433,7 +195171,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOUBLE-STRUCK THAL",
direction="al",
linebreak="al",
- specials={ "font", 0x0630 },
+ specials={ "font", 0x630 },
unicodeslot=0x1EEB8,
},
[0x1EEB9]={
@@ -177442,7 +195180,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOUBLE-STRUCK DAD",
direction="al",
linebreak="al",
- specials={ "font", 0x0636 },
+ specials={ "font", 0x636 },
unicodeslot=0x1EEB9,
},
[0x1EEBA]={
@@ -177451,7 +195189,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOUBLE-STRUCK ZAH",
direction="al",
linebreak="al",
- specials={ "font", 0x0638 },
+ specials={ "font", 0x638 },
unicodeslot=0x1EEBA,
},
[0x1EEBB]={
@@ -177460,7 +195198,7 @@ characters.data={
description="ARABIC MATHEMATICAL DOUBLE-STRUCK GHAIN",
direction="al",
linebreak="al",
- specials={ "font", 0x063A },
+ specials={ "font", 0x63A },
unicodeslot=0x1EEBB,
},
[0x1EEF0]={
@@ -178694,6 +196432,13 @@ characters.data={
linebreak="id",
unicodeslot=0x1F0BE,
},
+ [0x1F0BF]={
+ category="so",
+ description="PLAYING CARD RED JOKER",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F0BF,
+ },
[0x1F0C1]={
category="so",
description="PLAYING CARD ACE OF DIAMONDS",
@@ -178904,13 +196649,167 @@ characters.data={
linebreak="id",
unicodeslot=0x1F0DF,
},
+ [0x1F0E0]={
+ category="so",
+ description="PLAYING CARD FOOL",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F0E0,
+ },
+ [0x1F0E1]={
+ category="so",
+ description="PLAYING CARD TRUMP-1",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F0E1,
+ },
+ [0x1F0E2]={
+ category="so",
+ description="PLAYING CARD TRUMP-2",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F0E2,
+ },
+ [0x1F0E3]={
+ category="so",
+ description="PLAYING CARD TRUMP-3",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F0E3,
+ },
+ [0x1F0E4]={
+ category="so",
+ description="PLAYING CARD TRUMP-4",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F0E4,
+ },
+ [0x1F0E5]={
+ category="so",
+ description="PLAYING CARD TRUMP-5",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F0E5,
+ },
+ [0x1F0E6]={
+ category="so",
+ description="PLAYING CARD TRUMP-6",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F0E6,
+ },
+ [0x1F0E7]={
+ category="so",
+ description="PLAYING CARD TRUMP-7",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F0E7,
+ },
+ [0x1F0E8]={
+ category="so",
+ description="PLAYING CARD TRUMP-8",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F0E8,
+ },
+ [0x1F0E9]={
+ category="so",
+ description="PLAYING CARD TRUMP-9",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F0E9,
+ },
+ [0x1F0EA]={
+ category="so",
+ description="PLAYING CARD TRUMP-10",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F0EA,
+ },
+ [0x1F0EB]={
+ category="so",
+ description="PLAYING CARD TRUMP-11",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F0EB,
+ },
+ [0x1F0EC]={
+ category="so",
+ description="PLAYING CARD TRUMP-12",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F0EC,
+ },
+ [0x1F0ED]={
+ category="so",
+ description="PLAYING CARD TRUMP-13",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F0ED,
+ },
+ [0x1F0EE]={
+ category="so",
+ description="PLAYING CARD TRUMP-14",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F0EE,
+ },
+ [0x1F0EF]={
+ category="so",
+ description="PLAYING CARD TRUMP-15",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F0EF,
+ },
+ [0x1F0F0]={
+ category="so",
+ description="PLAYING CARD TRUMP-16",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F0F0,
+ },
+ [0x1F0F1]={
+ category="so",
+ description="PLAYING CARD TRUMP-17",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F0F1,
+ },
+ [0x1F0F2]={
+ category="so",
+ description="PLAYING CARD TRUMP-18",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F0F2,
+ },
+ [0x1F0F3]={
+ category="so",
+ description="PLAYING CARD TRUMP-19",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F0F3,
+ },
+ [0x1F0F4]={
+ category="so",
+ description="PLAYING CARD TRUMP-20",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F0F4,
+ },
+ [0x1F0F5]={
+ category="so",
+ description="PLAYING CARD TRUMP-21",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F0F5,
+ },
[0x1F100]={
category="no",
cjkwd="a",
description="DIGIT ZERO FULL STOP",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0030, 0x002E },
+ specials={ "compat", 0x30, 0x2E },
unicodeslot=0x1F100,
},
[0x1F101]={
@@ -178919,7 +196818,7 @@ characters.data={
description="DIGIT ZERO COMMA",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0030, 0x002C },
+ specials={ "compat", 0x30, 0x2C },
unicodeslot=0x1F101,
},
[0x1F102]={
@@ -178928,7 +196827,7 @@ characters.data={
description="DIGIT ONE COMMA",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0031, 0x002C },
+ specials={ "compat", 0x31, 0x2C },
unicodeslot=0x1F102,
},
[0x1F103]={
@@ -178937,7 +196836,7 @@ characters.data={
description="DIGIT TWO COMMA",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0032, 0x002C },
+ specials={ "compat", 0x32, 0x2C },
unicodeslot=0x1F103,
},
[0x1F104]={
@@ -178946,7 +196845,7 @@ characters.data={
description="DIGIT THREE COMMA",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0033, 0x002C },
+ specials={ "compat", 0x33, 0x2C },
unicodeslot=0x1F104,
},
[0x1F105]={
@@ -178955,7 +196854,7 @@ characters.data={
description="DIGIT FOUR COMMA",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0034, 0x002C },
+ specials={ "compat", 0x34, 0x2C },
unicodeslot=0x1F105,
},
[0x1F106]={
@@ -178964,7 +196863,7 @@ characters.data={
description="DIGIT FIVE COMMA",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0035, 0x002C },
+ specials={ "compat", 0x35, 0x2C },
unicodeslot=0x1F106,
},
[0x1F107]={
@@ -178973,7 +196872,7 @@ characters.data={
description="DIGIT SIX COMMA",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0036, 0x002C },
+ specials={ "compat", 0x36, 0x2C },
unicodeslot=0x1F107,
},
[0x1F108]={
@@ -178982,7 +196881,7 @@ characters.data={
description="DIGIT SEVEN COMMA",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0037, 0x002C },
+ specials={ "compat", 0x37, 0x2C },
unicodeslot=0x1F108,
},
[0x1F109]={
@@ -178991,7 +196890,7 @@ characters.data={
description="DIGIT EIGHT COMMA",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0038, 0x002C },
+ specials={ "compat", 0x38, 0x2C },
unicodeslot=0x1F109,
},
[0x1F10A]={
@@ -179000,16 +196899,30 @@ characters.data={
description="DIGIT NINE COMMA",
direction="en",
linebreak="ai",
- specials={ "compat", 0x0039, 0x002C },
+ specials={ "compat", 0x39, 0x2C },
unicodeslot=0x1F10A,
},
+ [0x1F10B]={
+ category="no",
+ description="DINGBAT CIRCLED SANS-SERIF DIGIT ZERO",
+ direction="on",
+ linebreak="ai",
+ unicodeslot=0x1F10B,
+ },
+ [0x1F10C]={
+ category="no",
+ description="DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT ZERO",
+ direction="on",
+ linebreak="ai",
+ unicodeslot=0x1F10C,
+ },
[0x1F110]={
category="so",
cjkwd="a",
description="PARENTHESIZED LATIN CAPITAL LETTER A",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0041, 0x0029 },
+ specials={ "compat", 0x28, 0x41, 0x29 },
unicodeslot=0x1F110,
},
[0x1F111]={
@@ -179018,7 +196931,7 @@ characters.data={
description="PARENTHESIZED LATIN CAPITAL LETTER B",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0042, 0x0029 },
+ specials={ "compat", 0x28, 0x42, 0x29 },
unicodeslot=0x1F111,
},
[0x1F112]={
@@ -179027,7 +196940,7 @@ characters.data={
description="PARENTHESIZED LATIN CAPITAL LETTER C",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0043, 0x0029 },
+ specials={ "compat", 0x28, 0x43, 0x29 },
unicodeslot=0x1F112,
},
[0x1F113]={
@@ -179036,7 +196949,7 @@ characters.data={
description="PARENTHESIZED LATIN CAPITAL LETTER D",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0044, 0x0029 },
+ specials={ "compat", 0x28, 0x44, 0x29 },
unicodeslot=0x1F113,
},
[0x1F114]={
@@ -179045,7 +196958,7 @@ characters.data={
description="PARENTHESIZED LATIN CAPITAL LETTER E",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0045, 0x0029 },
+ specials={ "compat", 0x28, 0x45, 0x29 },
unicodeslot=0x1F114,
},
[0x1F115]={
@@ -179054,7 +196967,7 @@ characters.data={
description="PARENTHESIZED LATIN CAPITAL LETTER F",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0046, 0x0029 },
+ specials={ "compat", 0x28, 0x46, 0x29 },
unicodeslot=0x1F115,
},
[0x1F116]={
@@ -179063,7 +196976,7 @@ characters.data={
description="PARENTHESIZED LATIN CAPITAL LETTER G",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0047, 0x0029 },
+ specials={ "compat", 0x28, 0x47, 0x29 },
unicodeslot=0x1F116,
},
[0x1F117]={
@@ -179072,7 +196985,7 @@ characters.data={
description="PARENTHESIZED LATIN CAPITAL LETTER H",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0048, 0x0029 },
+ specials={ "compat", 0x28, 0x48, 0x29 },
unicodeslot=0x1F117,
},
[0x1F118]={
@@ -179081,7 +196994,7 @@ characters.data={
description="PARENTHESIZED LATIN CAPITAL LETTER I",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0049, 0x0029 },
+ specials={ "compat", 0x28, 0x49, 0x29 },
unicodeslot=0x1F118,
},
[0x1F119]={
@@ -179090,7 +197003,7 @@ characters.data={
description="PARENTHESIZED LATIN CAPITAL LETTER J",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x004A, 0x0029 },
+ specials={ "compat", 0x28, 0x4A, 0x29 },
unicodeslot=0x1F119,
},
[0x1F11A]={
@@ -179099,7 +197012,7 @@ characters.data={
description="PARENTHESIZED LATIN CAPITAL LETTER K",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x004B, 0x0029 },
+ specials={ "compat", 0x28, 0x4B, 0x29 },
unicodeslot=0x1F11A,
},
[0x1F11B]={
@@ -179108,7 +197021,7 @@ characters.data={
description="PARENTHESIZED LATIN CAPITAL LETTER L",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x004C, 0x0029 },
+ specials={ "compat", 0x28, 0x4C, 0x29 },
unicodeslot=0x1F11B,
},
[0x1F11C]={
@@ -179117,7 +197030,7 @@ characters.data={
description="PARENTHESIZED LATIN CAPITAL LETTER M",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x004D, 0x0029 },
+ specials={ "compat", 0x28, 0x4D, 0x29 },
unicodeslot=0x1F11C,
},
[0x1F11D]={
@@ -179126,7 +197039,7 @@ characters.data={
description="PARENTHESIZED LATIN CAPITAL LETTER N",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x004E, 0x0029 },
+ specials={ "compat", 0x28, 0x4E, 0x29 },
unicodeslot=0x1F11D,
},
[0x1F11E]={
@@ -179135,7 +197048,7 @@ characters.data={
description="PARENTHESIZED LATIN CAPITAL LETTER O",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x004F, 0x0029 },
+ specials={ "compat", 0x28, 0x4F, 0x29 },
unicodeslot=0x1F11E,
},
[0x1F11F]={
@@ -179144,7 +197057,7 @@ characters.data={
description="PARENTHESIZED LATIN CAPITAL LETTER P",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0050, 0x0029 },
+ specials={ "compat", 0x28, 0x50, 0x29 },
unicodeslot=0x1F11F,
},
[0x1F120]={
@@ -179153,7 +197066,7 @@ characters.data={
description="PARENTHESIZED LATIN CAPITAL LETTER Q",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0051, 0x0029 },
+ specials={ "compat", 0x28, 0x51, 0x29 },
unicodeslot=0x1F120,
},
[0x1F121]={
@@ -179162,7 +197075,7 @@ characters.data={
description="PARENTHESIZED LATIN CAPITAL LETTER R",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0052, 0x0029 },
+ specials={ "compat", 0x28, 0x52, 0x29 },
unicodeslot=0x1F121,
},
[0x1F122]={
@@ -179171,7 +197084,7 @@ characters.data={
description="PARENTHESIZED LATIN CAPITAL LETTER S",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0053, 0x0029 },
+ specials={ "compat", 0x28, 0x53, 0x29 },
unicodeslot=0x1F122,
},
[0x1F123]={
@@ -179180,7 +197093,7 @@ characters.data={
description="PARENTHESIZED LATIN CAPITAL LETTER T",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0054, 0x0029 },
+ specials={ "compat", 0x28, 0x54, 0x29 },
unicodeslot=0x1F123,
},
[0x1F124]={
@@ -179189,7 +197102,7 @@ characters.data={
description="PARENTHESIZED LATIN CAPITAL LETTER U",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0055, 0x0029 },
+ specials={ "compat", 0x28, 0x55, 0x29 },
unicodeslot=0x1F124,
},
[0x1F125]={
@@ -179198,7 +197111,7 @@ characters.data={
description="PARENTHESIZED LATIN CAPITAL LETTER V",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0056, 0x0029 },
+ specials={ "compat", 0x28, 0x56, 0x29 },
unicodeslot=0x1F125,
},
[0x1F126]={
@@ -179207,7 +197120,7 @@ characters.data={
description="PARENTHESIZED LATIN CAPITAL LETTER W",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0057, 0x0029 },
+ specials={ "compat", 0x28, 0x57, 0x29 },
unicodeslot=0x1F126,
},
[0x1F127]={
@@ -179216,7 +197129,7 @@ characters.data={
description="PARENTHESIZED LATIN CAPITAL LETTER X",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0058, 0x0029 },
+ specials={ "compat", 0x28, 0x58, 0x29 },
unicodeslot=0x1F127,
},
[0x1F128]={
@@ -179225,7 +197138,7 @@ characters.data={
description="PARENTHESIZED LATIN CAPITAL LETTER Y",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x0059, 0x0029 },
+ specials={ "compat", 0x28, 0x59, 0x29 },
unicodeslot=0x1F128,
},
[0x1F129]={
@@ -179234,7 +197147,7 @@ characters.data={
description="PARENTHESIZED LATIN CAPITAL LETTER Z",
direction="l",
linebreak="ai",
- specials={ "compat", 0x0028, 0x005A, 0x0029 },
+ specials={ "compat", 0x28, 0x5A, 0x29 },
unicodeslot=0x1F129,
},
[0x1F12A]={
@@ -179243,7 +197156,7 @@ characters.data={
description="TORTOISE SHELL BRACKETED LATIN CAPITAL LETTER S",
direction="l",
linebreak="ai",
- specials={ "compat", 0x3014, 0x0053, 0x3015 },
+ specials={ "compat", 0x3014, 0x53, 0x3015 },
unicodeslot=0x1F12A,
},
[0x1F12B]={
@@ -179252,7 +197165,7 @@ characters.data={
description="CIRCLED ITALIC LATIN CAPITAL LETTER C",
direction="l",
linebreak="ai",
- specials={ "circle", 0x0043 },
+ specials={ "circle", 0x43 },
unicodeslot=0x1F12B,
},
[0x1F12C]={
@@ -179261,7 +197174,7 @@ characters.data={
description="CIRCLED ITALIC LATIN CAPITAL LETTER R",
direction="l",
linebreak="ai",
- specials={ "circle", 0x0052 },
+ specials={ "circle", 0x52 },
unicodeslot=0x1F12C,
},
[0x1F12D]={
@@ -179270,7 +197183,7 @@ characters.data={
description="CIRCLED CD",
direction="l",
linebreak="ai",
- specials={ "circle", 0x0043, 0x0044 },
+ specials={ "circle", 0x43, 0x44 },
unicodeslot=0x1F12D,
},
[0x1F12E]={
@@ -179278,7 +197191,7 @@ characters.data={
description="CIRCLED WZ",
direction="l",
linebreak="al",
- specials={ "circle", 0x0057, 0x005A },
+ specials={ "circle", 0x57, 0x5A },
unicodeslot=0x1F12E,
},
[0x1F130]={
@@ -179287,7 +197200,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER A",
direction="l",
linebreak="ai",
- specials={ "square", 0x0041 },
+ specials={ "square", 0x41 },
unicodeslot=0x1F130,
},
[0x1F131]={
@@ -179296,7 +197209,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER B",
direction="l",
linebreak="ai",
- specials={ "square", 0x0042 },
+ specials={ "square", 0x42 },
unicodeslot=0x1F131,
},
[0x1F132]={
@@ -179305,7 +197218,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER C",
direction="l",
linebreak="ai",
- specials={ "square", 0x0043 },
+ specials={ "square", 0x43 },
unicodeslot=0x1F132,
},
[0x1F133]={
@@ -179314,7 +197227,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER D",
direction="l",
linebreak="ai",
- specials={ "square", 0x0044 },
+ specials={ "square", 0x44 },
unicodeslot=0x1F133,
},
[0x1F134]={
@@ -179323,7 +197236,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER E",
direction="l",
linebreak="ai",
- specials={ "square", 0x0045 },
+ specials={ "square", 0x45 },
unicodeslot=0x1F134,
},
[0x1F135]={
@@ -179332,7 +197245,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER F",
direction="l",
linebreak="ai",
- specials={ "square", 0x0046 },
+ specials={ "square", 0x46 },
unicodeslot=0x1F135,
},
[0x1F136]={
@@ -179341,7 +197254,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER G",
direction="l",
linebreak="ai",
- specials={ "square", 0x0047 },
+ specials={ "square", 0x47 },
unicodeslot=0x1F136,
},
[0x1F137]={
@@ -179350,7 +197263,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER H",
direction="l",
linebreak="ai",
- specials={ "square", 0x0048 },
+ specials={ "square", 0x48 },
unicodeslot=0x1F137,
},
[0x1F138]={
@@ -179359,7 +197272,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER I",
direction="l",
linebreak="ai",
- specials={ "square", 0x0049 },
+ specials={ "square", 0x49 },
unicodeslot=0x1F138,
},
[0x1F139]={
@@ -179368,7 +197281,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER J",
direction="l",
linebreak="ai",
- specials={ "square", 0x004A },
+ specials={ "square", 0x4A },
unicodeslot=0x1F139,
},
[0x1F13A]={
@@ -179377,7 +197290,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER K",
direction="l",
linebreak="ai",
- specials={ "square", 0x004B },
+ specials={ "square", 0x4B },
unicodeslot=0x1F13A,
},
[0x1F13B]={
@@ -179386,7 +197299,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER L",
direction="l",
linebreak="ai",
- specials={ "square", 0x004C },
+ specials={ "square", 0x4C },
unicodeslot=0x1F13B,
},
[0x1F13C]={
@@ -179395,7 +197308,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER M",
direction="l",
linebreak="ai",
- specials={ "square", 0x004D },
+ specials={ "square", 0x4D },
unicodeslot=0x1F13C,
},
[0x1F13D]={
@@ -179404,7 +197317,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER N",
direction="l",
linebreak="ai",
- specials={ "square", 0x004E },
+ specials={ "square", 0x4E },
unicodeslot=0x1F13D,
},
[0x1F13E]={
@@ -179413,7 +197326,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER O",
direction="l",
linebreak="ai",
- specials={ "square", 0x004F },
+ specials={ "square", 0x4F },
unicodeslot=0x1F13E,
},
[0x1F13F]={
@@ -179422,7 +197335,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER P",
direction="l",
linebreak="ai",
- specials={ "square", 0x0050 },
+ specials={ "square", 0x50 },
unicodeslot=0x1F13F,
},
[0x1F140]={
@@ -179431,7 +197344,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER Q",
direction="l",
linebreak="ai",
- specials={ "square", 0x0051 },
+ specials={ "square", 0x51 },
unicodeslot=0x1F140,
},
[0x1F141]={
@@ -179440,7 +197353,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER R",
direction="l",
linebreak="ai",
- specials={ "square", 0x0052 },
+ specials={ "square", 0x52 },
unicodeslot=0x1F141,
},
[0x1F142]={
@@ -179449,7 +197362,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER S",
direction="l",
linebreak="ai",
- specials={ "square", 0x0053 },
+ specials={ "square", 0x53 },
unicodeslot=0x1F142,
},
[0x1F143]={
@@ -179458,7 +197371,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER T",
direction="l",
linebreak="ai",
- specials={ "square", 0x0054 },
+ specials={ "square", 0x54 },
unicodeslot=0x1F143,
},
[0x1F144]={
@@ -179467,7 +197380,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER U",
direction="l",
linebreak="ai",
- specials={ "square", 0x0055 },
+ specials={ "square", 0x55 },
unicodeslot=0x1F144,
},
[0x1F145]={
@@ -179476,7 +197389,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER V",
direction="l",
linebreak="ai",
- specials={ "square", 0x0056 },
+ specials={ "square", 0x56 },
unicodeslot=0x1F145,
},
[0x1F146]={
@@ -179485,7 +197398,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER W",
direction="l",
linebreak="ai",
- specials={ "square", 0x0057 },
+ specials={ "square", 0x57 },
unicodeslot=0x1F146,
},
[0x1F147]={
@@ -179494,7 +197407,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER X",
direction="l",
linebreak="ai",
- specials={ "square", 0x0058 },
+ specials={ "square", 0x58 },
unicodeslot=0x1F147,
},
[0x1F148]={
@@ -179503,7 +197416,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER Y",
direction="l",
linebreak="ai",
- specials={ "square", 0x0059 },
+ specials={ "square", 0x59 },
unicodeslot=0x1F148,
},
[0x1F149]={
@@ -179512,7 +197425,7 @@ characters.data={
description="SQUARED LATIN CAPITAL LETTER Z",
direction="l",
linebreak="ai",
- specials={ "square", 0x005A },
+ specials={ "square", 0x5A },
unicodeslot=0x1F149,
},
[0x1F14A]={
@@ -179521,7 +197434,7 @@ characters.data={
description="SQUARED HV",
direction="l",
linebreak="ai",
- specials={ "square", 0x0048, 0x0056 },
+ specials={ "square", 0x48, 0x56 },
unicodeslot=0x1F14A,
},
[0x1F14B]={
@@ -179530,7 +197443,7 @@ characters.data={
description="SQUARED MV",
direction="l",
linebreak="ai",
- specials={ "square", 0x004D, 0x0056 },
+ specials={ "square", 0x4D, 0x56 },
unicodeslot=0x1F14B,
},
[0x1F14C]={
@@ -179539,7 +197452,7 @@ characters.data={
description="SQUARED SD",
direction="l",
linebreak="ai",
- specials={ "square", 0x0053, 0x0044 },
+ specials={ "square", 0x53, 0x44 },
unicodeslot=0x1F14C,
},
[0x1F14D]={
@@ -179548,7 +197461,7 @@ characters.data={
description="SQUARED SS",
direction="l",
linebreak="ai",
- specials={ "square", 0x0053, 0x0053 },
+ specials={ "square", 0x53, 0x53 },
unicodeslot=0x1F14D,
},
[0x1F14E]={
@@ -179557,7 +197470,7 @@ characters.data={
description="SQUARED PPV",
direction="l",
linebreak="ai",
- specials={ "square", 0x0050, 0x0050, 0x0056 },
+ specials={ "square", 0x50, 0x50, 0x56 },
unicodeslot=0x1F14E,
},
[0x1F14F]={
@@ -179566,7 +197479,7 @@ characters.data={
description="SQUARED WC",
direction="l",
linebreak="ai",
- specials={ "square", 0x0057, 0x0043 },
+ specials={ "square", 0x57, 0x43 },
unicodeslot=0x1F14F,
},
[0x1F150]={
@@ -179782,7 +197695,7 @@ characters.data={
description="RAISED MC SIGN",
direction="on",
linebreak="al",
- specials={ "super", 0x004D, 0x0043 },
+ specials={ "super", 0x4D, 0x43 },
unicodeslot=0x1F16A,
},
[0x1F16B]={
@@ -179790,7 +197703,7 @@ characters.data={
description="RAISED MD SIGN",
direction="on",
linebreak="al",
- specials={ "super", 0x004D, 0x0044 },
+ specials={ "super", 0x4D, 0x44 },
unicodeslot=0x1F16B,
},
[0x1F170]={
@@ -180059,7 +197972,7 @@ characters.data={
description="SQUARE DJ",
direction="l",
linebreak="ai",
- specials={ "square", 0x0044, 0x004A },
+ specials={ "square", 0x44, 0x4A },
unicodeslot=0x1F190,
},
[0x1F191]={
@@ -181076,6 +198989,90 @@ characters.data={
linebreak="id",
unicodeslot=0x1F320,
},
+ [0x1F321]={
+ category="so",
+ description="THERMOMETER",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F321,
+ },
+ [0x1F322]={
+ category="so",
+ description="BLACK DROPLET",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F322,
+ },
+ [0x1F323]={
+ category="so",
+ description="WHITE SUN",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F323,
+ },
+ [0x1F324]={
+ category="so",
+ description="WHITE SUN WITH SMALL CLOUD",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F324,
+ },
+ [0x1F325]={
+ category="so",
+ description="WHITE SUN BEHIND CLOUD",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F325,
+ },
+ [0x1F326]={
+ category="so",
+ description="WHITE SUN BEHIND CLOUD WITH RAIN",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F326,
+ },
+ [0x1F327]={
+ category="so",
+ description="CLOUD WITH RAIN",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F327,
+ },
+ [0x1F328]={
+ category="so",
+ description="CLOUD WITH SNOW",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F328,
+ },
+ [0x1F329]={
+ category="so",
+ description="CLOUD WITH LIGHTNING",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F329,
+ },
+ [0x1F32A]={
+ category="so",
+ description="CLOUD WITH TORNADO",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F32A,
+ },
+ [0x1F32B]={
+ category="so",
+ description="FOG",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F32B,
+ },
+ [0x1F32C]={
+ category="so",
+ description="WIND BLOWING FACE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F32C,
+ },
[0x1F330]={
category="so",
description="CHESTNUT",
@@ -181118,6 +199115,13 @@ characters.data={
linebreak="id",
unicodeslot=0x1F335,
},
+ [0x1F336]={
+ category="so",
+ description="HOT PEPPER",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F336,
+ },
[0x1F337]={
category="so",
description="TULIP",
@@ -181608,6 +199612,13 @@ characters.data={
linebreak="id",
unicodeslot=0x1F37C,
},
+ [0x1F37D]={
+ category="so",
+ description="FORK AND KNIFE WITH PLATE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F37D,
+ },
[0x1F380]={
category="so",
description="RIBBON",
@@ -181748,6 +199759,90 @@ characters.data={
linebreak="id",
unicodeslot=0x1F393,
},
+ [0x1F394]={
+ category="so",
+ description="HEART WITH TIP ON THE LEFT",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F394,
+ },
+ [0x1F395]={
+ category="so",
+ description="BOUQUET OF FLOWERS",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F395,
+ },
+ [0x1F396]={
+ category="so",
+ description="MILITARY MEDAL",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F396,
+ },
+ [0x1F397]={
+ category="so",
+ description="REMINDER RIBBON",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F397,
+ },
+ [0x1F398]={
+ category="so",
+ description="MUSICAL KEYBOARD WITH JACKS",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F398,
+ },
+ [0x1F399]={
+ category="so",
+ description="STUDIO MICROPHONE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F399,
+ },
+ [0x1F39A]={
+ category="so",
+ description="LEVEL SLIDER",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F39A,
+ },
+ [0x1F39B]={
+ category="so",
+ description="CONTROL KNOBS",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F39B,
+ },
+ [0x1F39C]={
+ category="so",
+ description="BEAMED ASCENDING MUSICAL NOTES",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F39C,
+ },
+ [0x1F39D]={
+ category="so",
+ description="BEAMED DESCENDING MUSICAL NOTES",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F39D,
+ },
+ [0x1F39E]={
+ category="so",
+ description="FILM FRAMES",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F39E,
+ },
+ [0x1F39F]={
+ category="so",
+ description="ADMISSION TICKETS",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F39F,
+ },
[0x1F3A0]={
category="so",
description="CAROUSEL HORSE",
@@ -182007,6 +200102,13 @@ characters.data={
linebreak="id",
unicodeslot=0x1F3C4,
},
+ [0x1F3C5]={
+ category="so",
+ description="SPORTS MEDAL",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F3C5,
+ },
[0x1F3C6]={
category="so",
description="TROPHY",
@@ -182042,6 +200144,118 @@ characters.data={
linebreak="id",
unicodeslot=0x1F3CA,
},
+ [0x1F3CB]={
+ category="so",
+ description="WEIGHT LIFTER",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F3CB,
+ },
+ [0x1F3CC]={
+ category="so",
+ description="GOLFER",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F3CC,
+ },
+ [0x1F3CD]={
+ category="so",
+ description="RACING MOTORCYCLE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F3CD,
+ },
+ [0x1F3CE]={
+ category="so",
+ description="RACING CAR",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F3CE,
+ },
+ [0x1F3D4]={
+ category="so",
+ description="SNOW CAPPED MOUNTAIN",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F3D4,
+ },
+ [0x1F3D5]={
+ category="so",
+ description="CAMPING",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F3D5,
+ },
+ [0x1F3D6]={
+ category="so",
+ description="BEACH WITH UMBRELLA",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F3D6,
+ },
+ [0x1F3D7]={
+ category="so",
+ description="BUILDING CONSTRUCTION",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F3D7,
+ },
+ [0x1F3D8]={
+ category="so",
+ description="HOUSE BUILDINGS",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F3D8,
+ },
+ [0x1F3D9]={
+ category="so",
+ description="CITYSCAPE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F3D9,
+ },
+ [0x1F3DA]={
+ category="so",
+ description="DERELICT HOUSE BUILDING",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F3DA,
+ },
+ [0x1F3DB]={
+ category="so",
+ description="CLASSICAL BUILDING",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F3DB,
+ },
+ [0x1F3DC]={
+ category="so",
+ description="DESERT",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F3DC,
+ },
+ [0x1F3DD]={
+ category="so",
+ description="DESERT ISLAND",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F3DD,
+ },
+ [0x1F3DE]={
+ category="so",
+ description="NATIONAL PARK",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F3DE,
+ },
+ [0x1F3DF]={
+ category="so",
+ description="STADIUM",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F3DF,
+ },
[0x1F3E0]={
category="so",
description="HOUSE BUILDING",
@@ -182161,6 +200375,55 @@ characters.data={
linebreak="id",
unicodeslot=0x1F3F0,
},
+ [0x1F3F1]={
+ category="so",
+ description="WHITE PENNANT",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F3F1,
+ },
+ [0x1F3F2]={
+ category="so",
+ description="BLACK PENNANT",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F3F2,
+ },
+ [0x1F3F3]={
+ category="so",
+ description="WAVING WHITE FLAG",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F3F3,
+ },
+ [0x1F3F4]={
+ category="so",
+ description="WAVING BLACK FLAG",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F3F4,
+ },
+ [0x1F3F5]={
+ category="so",
+ description="ROSETTE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F3F5,
+ },
+ [0x1F3F6]={
+ category="so",
+ description="BLACK ROSETTE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F3F6,
+ },
+ [0x1F3F7]={
+ category="so",
+ description="LABEL",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F3F7,
+ },
[0x1F400]={
category="so",
description="RAT",
@@ -182602,6 +200865,13 @@ characters.data={
linebreak="id",
unicodeslot=0x1F43E,
},
+ [0x1F43F]={
+ category="so",
+ description="CHIPMUNK",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F43F,
+ },
[0x1F440]={
category="so",
description="EYES",
@@ -182609,6 +200879,13 @@ characters.data={
linebreak="id",
unicodeslot=0x1F440,
},
+ [0x1F441]={
+ category="so",
+ description="EYE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F441,
+ },
[0x1F442]={
category="so",
description="EAR",
@@ -183883,6 +202160,13 @@ characters.data={
linebreak="id",
unicodeslot=0x1F4F7,
},
+ [0x1F4F8]={
+ category="so",
+ description="CAMERA WITH FLASH",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F4F8,
+ },
[0x1F4F9]={
category="so",
description="VIDEO CAMERA",
@@ -183911,6 +202195,20 @@ characters.data={
linebreak="id",
unicodeslot=0x1F4FC,
},
+ [0x1F4FD]={
+ category="so",
+ description="FILM PROJECTOR",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F4FD,
+ },
+ [0x1F4FE]={
+ category="so",
+ description="PORTABLE STEREO",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F4FE,
+ },
[0x1F500]={
category="so",
description="TWISTED RIGHTWARDS ARROWS",
@@ -184345,6 +202643,20 @@ characters.data={
linebreak="al",
unicodeslot=0x1F53D,
},
+ [0x1F53E]={
+ category="so",
+ description="LOWER RIGHT SHADOWED WHITE CIRCLE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F53E,
+ },
+ [0x1F53F]={
+ category="so",
+ description="UPPER RIGHT SHADOWED WHITE CIRCLE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F53F,
+ },
[0x1F540]={
category="so",
description="CIRCLED CROSS POMMEE",
@@ -184373,6 +202685,55 @@ characters.data={
linebreak="al",
unicodeslot=0x1F543,
},
+ [0x1F544]={
+ category="so",
+ description="NOTCHED RIGHT SEMICIRCLE WITH THREE DOTS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F544,
+ },
+ [0x1F545]={
+ category="so",
+ description="SYMBOL FOR MARKS CHAPTER",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F545,
+ },
+ [0x1F546]={
+ category="so",
+ description="WHITE LATIN CROSS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F546,
+ },
+ [0x1F547]={
+ category="so",
+ description="HEAVY LATIN CROSS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F547,
+ },
+ [0x1F548]={
+ category="so",
+ description="CELTIC CROSS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F548,
+ },
+ [0x1F549]={
+ category="so",
+ description="OM SYMBOL",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F549,
+ },
+ [0x1F54A]={
+ category="so",
+ description="DOVE OF PEACE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F54A,
+ },
[0x1F550]={
category="so",
description="CLOCK FACE ONE OCLOCK",
@@ -184541,6 +202902,1021 @@ characters.data={
linebreak="id",
unicodeslot=0x1F567,
},
+ [0x1F568]={
+ category="so",
+ description="RIGHT SPEAKER",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F568,
+ },
+ [0x1F569]={
+ category="so",
+ description="RIGHT SPEAKER WITH ONE SOUND WAVE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F569,
+ },
+ [0x1F56A]={
+ category="so",
+ description="RIGHT SPEAKER WITH THREE SOUND WAVES",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F56A,
+ },
+ [0x1F56B]={
+ category="so",
+ description="BULLHORN",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F56B,
+ },
+ [0x1F56C]={
+ category="so",
+ description="BULLHORN WITH SOUND WAVES",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F56C,
+ },
+ [0x1F56D]={
+ category="so",
+ description="RINGING BELL",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F56D,
+ },
+ [0x1F56E]={
+ category="so",
+ description="BOOK",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F56E,
+ },
+ [0x1F56F]={
+ category="so",
+ description="CANDLE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F56F,
+ },
+ [0x1F570]={
+ category="so",
+ description="MANTELPIECE CLOCK",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F570,
+ },
+ [0x1F571]={
+ category="so",
+ description="BLACK SKULL AND CROSSBONES",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F571,
+ },
+ [0x1F572]={
+ category="so",
+ description="NO PIRACY",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F572,
+ },
+ [0x1F573]={
+ category="so",
+ description="HOLE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F573,
+ },
+ [0x1F574]={
+ category="so",
+ description="MAN IN BUSINESS SUIT LEVITATING",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F574,
+ },
+ [0x1F575]={
+ category="so",
+ description="SLEUTH OR SPY",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F575,
+ },
+ [0x1F576]={
+ category="so",
+ description="DARK SUNGLASSES",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F576,
+ },
+ [0x1F577]={
+ category="so",
+ description="SPIDER",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F577,
+ },
+ [0x1F578]={
+ category="so",
+ description="SPIDER WEB",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F578,
+ },
+ [0x1F579]={
+ category="so",
+ description="JOYSTICK",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F579,
+ },
+ [0x1F57B]={
+ category="so",
+ description="LEFT HAND TELEPHONE RECEIVER",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F57B,
+ },
+ [0x1F57C]={
+ category="so",
+ description="TELEPHONE RECEIVER WITH PAGE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F57C,
+ },
+ [0x1F57D]={
+ category="so",
+ description="RIGHT HAND TELEPHONE RECEIVER",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F57D,
+ },
+ [0x1F57E]={
+ category="so",
+ description="WHITE TOUCHTONE TELEPHONE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F57E,
+ },
+ [0x1F57F]={
+ category="so",
+ description="BLACK TOUCHTONE TELEPHONE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F57F,
+ },
+ [0x1F580]={
+ category="so",
+ description="TELEPHONE ON TOP OF MODEM",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F580,
+ },
+ [0x1F581]={
+ category="so",
+ description="CLAMSHELL MOBILE PHONE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F581,
+ },
+ [0x1F582]={
+ category="so",
+ description="BACK OF ENVELOPE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F582,
+ },
+ [0x1F583]={
+ category="so",
+ description="STAMPED ENVELOPE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F583,
+ },
+ [0x1F584]={
+ category="so",
+ description="ENVELOPE WITH LIGHTNING",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F584,
+ },
+ [0x1F585]={
+ category="so",
+ description="FLYING ENVELOPE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F585,
+ },
+ [0x1F586]={
+ category="so",
+ description="PEN OVER STAMPED ENVELOPE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F586,
+ },
+ [0x1F587]={
+ category="so",
+ description="LINKED PAPERCLIPS",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F587,
+ },
+ [0x1F588]={
+ category="so",
+ description="BLACK PUSHPIN",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F588,
+ },
+ [0x1F589]={
+ category="so",
+ description="LOWER LEFT PENCIL",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F589,
+ },
+ [0x1F58A]={
+ category="so",
+ description="LOWER LEFT BALLPOINT PEN",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F58A,
+ },
+ [0x1F58B]={
+ category="so",
+ description="LOWER LEFT FOUNTAIN PEN",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F58B,
+ },
+ [0x1F58C]={
+ category="so",
+ description="LOWER LEFT PAINTBRUSH",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F58C,
+ },
+ [0x1F58D]={
+ category="so",
+ description="LOWER LEFT CRAYON",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F58D,
+ },
+ [0x1F58E]={
+ category="so",
+ description="LEFT WRITING HAND",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F58E,
+ },
+ [0x1F58F]={
+ category="so",
+ description="TURNED OK HAND SIGN",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F58F,
+ },
+ [0x1F590]={
+ category="so",
+ description="RAISED HAND WITH FINGERS SPLAYED",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F590,
+ },
+ [0x1F591]={
+ category="so",
+ description="REVERSED RAISED HAND WITH FINGERS SPLAYED",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F591,
+ },
+ [0x1F592]={
+ category="so",
+ description="REVERSED THUMBS UP SIGN",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F592,
+ },
+ [0x1F593]={
+ category="so",
+ description="REVERSED THUMBS DOWN SIGN",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F593,
+ },
+ [0x1F594]={
+ category="so",
+ description="REVERSED VICTORY HAND",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F594,
+ },
+ [0x1F595]={
+ category="so",
+ description="REVERSED HAND WITH MIDDLE FINGER EXTENDED",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F595,
+ },
+ [0x1F596]={
+ category="so",
+ description="RAISED HAND WITH PART BETWEEN MIDDLE AND RING FINGERS",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F596,
+ },
+ [0x1F597]={
+ category="so",
+ description="WHITE DOWN POINTING LEFT HAND INDEX",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F597,
+ },
+ [0x1F598]={
+ category="so",
+ description="SIDEWAYS WHITE LEFT POINTING INDEX",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F598,
+ },
+ [0x1F599]={
+ category="so",
+ description="SIDEWAYS WHITE RIGHT POINTING INDEX",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F599,
+ },
+ [0x1F59A]={
+ category="so",
+ description="SIDEWAYS BLACK LEFT POINTING INDEX",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F59A,
+ },
+ [0x1F59B]={
+ category="so",
+ description="SIDEWAYS BLACK RIGHT POINTING INDEX",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F59B,
+ },
+ [0x1F59C]={
+ category="so",
+ description="BLACK LEFT POINTING BACKHAND INDEX",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F59C,
+ },
+ [0x1F59D]={
+ category="so",
+ description="BLACK RIGHT POINTING BACKHAND INDEX",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F59D,
+ },
+ [0x1F59E]={
+ category="so",
+ description="SIDEWAYS WHITE UP POINTING INDEX",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F59E,
+ },
+ [0x1F59F]={
+ category="so",
+ description="SIDEWAYS WHITE DOWN POINTING INDEX",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F59F,
+ },
+ [0x1F5A0]={
+ category="so",
+ description="SIDEWAYS BLACK UP POINTING INDEX",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5A0,
+ },
+ [0x1F5A1]={
+ category="so",
+ description="SIDEWAYS BLACK DOWN POINTING INDEX",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5A1,
+ },
+ [0x1F5A2]={
+ category="so",
+ description="BLACK UP POINTING BACKHAND INDEX",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5A2,
+ },
+ [0x1F5A3]={
+ category="so",
+ description="BLACK DOWN POINTING BACKHAND INDEX",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5A3,
+ },
+ [0x1F5A5]={
+ category="so",
+ description="DESKTOP COMPUTER",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5A5,
+ },
+ [0x1F5A6]={
+ category="so",
+ description="KEYBOARD AND MOUSE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5A6,
+ },
+ [0x1F5A7]={
+ category="so",
+ description="THREE NETWORKED COMPUTERS",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5A7,
+ },
+ [0x1F5A8]={
+ category="so",
+ description="PRINTER",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5A8,
+ },
+ [0x1F5A9]={
+ category="so",
+ description="POCKET CALCULATOR",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5A9,
+ },
+ [0x1F5AA]={
+ category="so",
+ description="BLACK HARD SHELL FLOPPY DISK",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5AA,
+ },
+ [0x1F5AB]={
+ category="so",
+ description="WHITE HARD SHELL FLOPPY DISK",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5AB,
+ },
+ [0x1F5AC]={
+ category="so",
+ description="SOFT SHELL FLOPPY DISK",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5AC,
+ },
+ [0x1F5AD]={
+ category="so",
+ description="TAPE CARTRIDGE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5AD,
+ },
+ [0x1F5AE]={
+ category="so",
+ description="WIRED KEYBOARD",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5AE,
+ },
+ [0x1F5AF]={
+ category="so",
+ description="ONE BUTTON MOUSE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5AF,
+ },
+ [0x1F5B0]={
+ category="so",
+ description="TWO BUTTON MOUSE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5B0,
+ },
+ [0x1F5B1]={
+ category="so",
+ description="THREE BUTTON MOUSE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5B1,
+ },
+ [0x1F5B2]={
+ category="so",
+ description="TRACKBALL",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5B2,
+ },
+ [0x1F5B3]={
+ category="so",
+ description="OLD PERSONAL COMPUTER",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5B3,
+ },
+ [0x1F5B4]={
+ category="so",
+ description="HARD DISK",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5B4,
+ },
+ [0x1F5B5]={
+ category="so",
+ description="SCREEN",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5B5,
+ },
+ [0x1F5B6]={
+ category="so",
+ description="PRINTER ICON",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5B6,
+ },
+ [0x1F5B7]={
+ category="so",
+ description="FAX ICON",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5B7,
+ },
+ [0x1F5B8]={
+ category="so",
+ description="OPTICAL DISC ICON",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5B8,
+ },
+ [0x1F5B9]={
+ category="so",
+ description="DOCUMENT WITH TEXT",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5B9,
+ },
+ [0x1F5BA]={
+ category="so",
+ description="DOCUMENT WITH TEXT AND PICTURE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5BA,
+ },
+ [0x1F5BB]={
+ category="so",
+ description="DOCUMENT WITH PICTURE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5BB,
+ },
+ [0x1F5BC]={
+ category="so",
+ description="FRAME WITH PICTURE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5BC,
+ },
+ [0x1F5BD]={
+ category="so",
+ description="FRAME WITH TILES",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5BD,
+ },
+ [0x1F5BE]={
+ category="so",
+ description="FRAME WITH AN X",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5BE,
+ },
+ [0x1F5BF]={
+ category="so",
+ description="BLACK FOLDER",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5BF,
+ },
+ [0x1F5C0]={
+ category="so",
+ description="FOLDER",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5C0,
+ },
+ [0x1F5C1]={
+ category="so",
+ description="OPEN FOLDER",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5C1,
+ },
+ [0x1F5C2]={
+ category="so",
+ description="CARD INDEX DIVIDERS",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5C2,
+ },
+ [0x1F5C3]={
+ category="so",
+ description="CARD FILE BOX",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5C3,
+ },
+ [0x1F5C4]={
+ category="so",
+ description="FILE CABINET",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5C4,
+ },
+ [0x1F5C5]={
+ category="so",
+ description="EMPTY NOTE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5C5,
+ },
+ [0x1F5C6]={
+ category="so",
+ description="EMPTY NOTE PAGE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5C6,
+ },
+ [0x1F5C7]={
+ category="so",
+ description="EMPTY NOTE PAD",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5C7,
+ },
+ [0x1F5C8]={
+ category="so",
+ description="NOTE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5C8,
+ },
+ [0x1F5C9]={
+ category="so",
+ description="NOTE PAGE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5C9,
+ },
+ [0x1F5CA]={
+ category="so",
+ description="NOTE PAD",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5CA,
+ },
+ [0x1F5CB]={
+ category="so",
+ description="EMPTY DOCUMENT",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5CB,
+ },
+ [0x1F5CC]={
+ category="so",
+ description="EMPTY PAGE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5CC,
+ },
+ [0x1F5CD]={
+ category="so",
+ description="EMPTY PAGES",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5CD,
+ },
+ [0x1F5CE]={
+ category="so",
+ description="DOCUMENT",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5CE,
+ },
+ [0x1F5CF]={
+ category="so",
+ description="PAGE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5CF,
+ },
+ [0x1F5D0]={
+ category="so",
+ description="PAGES",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5D0,
+ },
+ [0x1F5D1]={
+ category="so",
+ description="WASTEBASKET",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5D1,
+ },
+ [0x1F5D2]={
+ category="so",
+ description="SPIRAL NOTE PAD",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5D2,
+ },
+ [0x1F5D3]={
+ category="so",
+ description="SPIRAL CALENDAR PAD",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5D3,
+ },
+ [0x1F5D4]={
+ category="so",
+ description="DESKTOP WINDOW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F5D4,
+ },
+ [0x1F5D5]={
+ category="so",
+ description="MINIMIZE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F5D5,
+ },
+ [0x1F5D6]={
+ category="so",
+ description="MAXIMIZE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F5D6,
+ },
+ [0x1F5D7]={
+ category="so",
+ description="OVERLAP",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F5D7,
+ },
+ [0x1F5D8]={
+ category="so",
+ description="CLOCKWISE RIGHT AND LEFT SEMICIRCLE ARROWS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F5D8,
+ },
+ [0x1F5D9]={
+ category="so",
+ description="CANCELLATION X",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F5D9,
+ },
+ [0x1F5DA]={
+ category="so",
+ description="INCREASE FONT SIZE SYMBOL",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F5DA,
+ },
+ [0x1F5DB]={
+ category="so",
+ description="DECREASE FONT SIZE SYMBOL",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F5DB,
+ },
+ [0x1F5DC]={
+ category="so",
+ description="COMPRESSION",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5DC,
+ },
+ [0x1F5DD]={
+ category="so",
+ description="OLD KEY",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5DD,
+ },
+ [0x1F5DE]={
+ category="so",
+ description="ROLLED-UP NEWSPAPER",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5DE,
+ },
+ [0x1F5DF]={
+ category="so",
+ description="PAGE WITH CIRCLED TEXT",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5DF,
+ },
+ [0x1F5E0]={
+ category="so",
+ description="STOCK CHART",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5E0,
+ },
+ [0x1F5E1]={
+ category="so",
+ description="DAGGER KNIFE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5E1,
+ },
+ [0x1F5E2]={
+ category="so",
+ description="LIPS",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5E2,
+ },
+ [0x1F5E3]={
+ category="so",
+ description="SPEAKING HEAD IN SILHOUETTE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5E3,
+ },
+ [0x1F5E4]={
+ category="so",
+ description="THREE RAYS ABOVE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5E4,
+ },
+ [0x1F5E5]={
+ category="so",
+ description="THREE RAYS BELOW",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5E5,
+ },
+ [0x1F5E6]={
+ category="so",
+ description="THREE RAYS LEFT",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5E6,
+ },
+ [0x1F5E7]={
+ category="so",
+ description="THREE RAYS RIGHT",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5E7,
+ },
+ [0x1F5E8]={
+ category="so",
+ description="LEFT SPEECH BUBBLE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5E8,
+ },
+ [0x1F5E9]={
+ category="so",
+ description="RIGHT SPEECH BUBBLE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5E9,
+ },
+ [0x1F5EA]={
+ category="so",
+ description="TWO SPEECH BUBBLES",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5EA,
+ },
+ [0x1F5EB]={
+ category="so",
+ description="THREE SPEECH BUBBLES",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5EB,
+ },
+ [0x1F5EC]={
+ category="so",
+ description="LEFT THOUGHT BUBBLE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5EC,
+ },
+ [0x1F5ED]={
+ category="so",
+ description="RIGHT THOUGHT BUBBLE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5ED,
+ },
+ [0x1F5EE]={
+ category="so",
+ description="LEFT ANGER BUBBLE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5EE,
+ },
+ [0x1F5EF]={
+ category="so",
+ description="RIGHT ANGER BUBBLE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5EF,
+ },
+ [0x1F5F0]={
+ category="so",
+ description="MOOD BUBBLE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5F0,
+ },
+ [0x1F5F1]={
+ category="so",
+ description="LIGHTNING MOOD BUBBLE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5F1,
+ },
+ [0x1F5F2]={
+ category="so",
+ description="LIGHTNING MOOD",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5F2,
+ },
+ [0x1F5F3]={
+ category="so",
+ description="BALLOT BOX WITH BALLOT",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5F3,
+ },
+ [0x1F5F4]={
+ category="so",
+ description="BALLOT SCRIPT X",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F5F4,
+ },
+ [0x1F5F5]={
+ category="so",
+ description="BALLOT BOX WITH SCRIPT X",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F5F5,
+ },
+ [0x1F5F6]={
+ category="so",
+ description="BALLOT BOLD SCRIPT X",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F5F6,
+ },
+ [0x1F5F7]={
+ category="so",
+ description="BALLOT BOX WITH BOLD SCRIPT X",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F5F7,
+ },
+ [0x1F5F8]={
+ category="so",
+ description="LIGHT CHECK MARK",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F5F8,
+ },
+ [0x1F5F9]={
+ category="so",
+ description="BALLOT BOX WITH BOLD CHECK",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F5F9,
+ },
+ [0x1F5FA]={
+ category="so",
+ description="WORLD MAP",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F5FA,
+ },
[0x1F5FB]={
category="so",
description="MOUNT FUJI",
@@ -185031,6 +204407,20 @@ characters.data={
linebreak="id",
unicodeslot=0x1F640,
},
+ [0x1F641]={
+ category="so",
+ description="SLIGHTLY FROWNING FACE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F641,
+ },
+ [0x1F642]={
+ category="so",
+ description="SLIGHTLY SMILING FACE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F642,
+ },
[0x1F645]={
category="so",
description="FACE WITH NO GOOD GESTURE",
@@ -185108,6 +204498,342 @@ characters.data={
linebreak="id",
unicodeslot=0x1F64F,
},
+ [0x1F650]={
+ category="so",
+ description="NORTH WEST POINTING LEAF",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F650,
+ },
+ [0x1F651]={
+ category="so",
+ description="SOUTH WEST POINTING LEAF",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F651,
+ },
+ [0x1F652]={
+ category="so",
+ description="NORTH EAST POINTING LEAF",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F652,
+ },
+ [0x1F653]={
+ category="so",
+ description="SOUTH EAST POINTING LEAF",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F653,
+ },
+ [0x1F654]={
+ category="so",
+ description="TURNED NORTH WEST POINTING LEAF",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F654,
+ },
+ [0x1F655]={
+ category="so",
+ description="TURNED SOUTH WEST POINTING LEAF",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F655,
+ },
+ [0x1F656]={
+ category="so",
+ description="TURNED NORTH EAST POINTING LEAF",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F656,
+ },
+ [0x1F657]={
+ category="so",
+ description="TURNED SOUTH EAST POINTING LEAF",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F657,
+ },
+ [0x1F658]={
+ category="so",
+ description="NORTH WEST POINTING VINE LEAF",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F658,
+ },
+ [0x1F659]={
+ category="so",
+ description="SOUTH WEST POINTING VINE LEAF",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F659,
+ },
+ [0x1F65A]={
+ category="so",
+ description="NORTH EAST POINTING VINE LEAF",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F65A,
+ },
+ [0x1F65B]={
+ category="so",
+ description="SOUTH EAST POINTING VINE LEAF",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F65B,
+ },
+ [0x1F65C]={
+ category="so",
+ description="HEAVY NORTH WEST POINTING VINE LEAF",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F65C,
+ },
+ [0x1F65D]={
+ category="so",
+ description="HEAVY SOUTH WEST POINTING VINE LEAF",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F65D,
+ },
+ [0x1F65E]={
+ category="so",
+ description="HEAVY NORTH EAST POINTING VINE LEAF",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F65E,
+ },
+ [0x1F65F]={
+ category="so",
+ description="HEAVY SOUTH EAST POINTING VINE LEAF",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F65F,
+ },
+ [0x1F660]={
+ category="so",
+ description="NORTH WEST POINTING BUD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F660,
+ },
+ [0x1F661]={
+ category="so",
+ description="SOUTH WEST POINTING BUD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F661,
+ },
+ [0x1F662]={
+ category="so",
+ description="NORTH EAST POINTING BUD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F662,
+ },
+ [0x1F663]={
+ category="so",
+ description="SOUTH EAST POINTING BUD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F663,
+ },
+ [0x1F664]={
+ category="so",
+ description="HEAVY NORTH WEST POINTING BUD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F664,
+ },
+ [0x1F665]={
+ category="so",
+ description="HEAVY SOUTH WEST POINTING BUD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F665,
+ },
+ [0x1F666]={
+ category="so",
+ description="HEAVY NORTH EAST POINTING BUD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F666,
+ },
+ [0x1F667]={
+ category="so",
+ description="HEAVY SOUTH EAST POINTING BUD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F667,
+ },
+ [0x1F668]={
+ category="so",
+ description="HOLLOW QUILT SQUARE ORNAMENT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F668,
+ },
+ [0x1F669]={
+ category="so",
+ description="HOLLOW QUILT SQUARE ORNAMENT IN BLACK SQUARE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F669,
+ },
+ [0x1F66A]={
+ category="so",
+ description="SOLID QUILT SQUARE ORNAMENT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F66A,
+ },
+ [0x1F66B]={
+ category="so",
+ description="SOLID QUILT SQUARE ORNAMENT IN BLACK SQUARE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F66B,
+ },
+ [0x1F66C]={
+ category="so",
+ description="LEFTWARDS ROCKET",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F66C,
+ },
+ [0x1F66D]={
+ category="so",
+ description="UPWARDS ROCKET",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F66D,
+ },
+ [0x1F66E]={
+ category="so",
+ description="RIGHTWARDS ROCKET",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F66E,
+ },
+ [0x1F66F]={
+ category="so",
+ description="DOWNWARDS ROCKET",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F66F,
+ },
+ [0x1F670]={
+ category="so",
+ description="SCRIPT LIGATURE ET ORNAMENT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F670,
+ },
+ [0x1F671]={
+ category="so",
+ description="HEAVY SCRIPT LIGATURE ET ORNAMENT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F671,
+ },
+ [0x1F672]={
+ category="so",
+ description="LIGATURE OPEN ET ORNAMENT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F672,
+ },
+ [0x1F673]={
+ category="so",
+ description="HEAVY LIGATURE OPEN ET ORNAMENT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F673,
+ },
+ [0x1F674]={
+ category="so",
+ description="HEAVY AMPERSAND ORNAMENT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F674,
+ },
+ [0x1F675]={
+ category="so",
+ description="SWASH AMPERSAND ORNAMENT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F675,
+ },
+ [0x1F676]={
+ category="so",
+ description="SANS-SERIF HEAVY DOUBLE TURNED COMMA QUOTATION MARK ORNAMENT",
+ direction="on",
+ linebreak="qu",
+ unicodeslot=0x1F676,
+ },
+ [0x1F677]={
+ category="so",
+ description="SANS-SERIF HEAVY DOUBLE COMMA QUOTATION MARK ORNAMENT",
+ direction="on",
+ linebreak="qu",
+ unicodeslot=0x1F677,
+ },
+ [0x1F678]={
+ category="so",
+ description="SANS-SERIF HEAVY LOW DOUBLE COMMA QUOTATION MARK ORNAMENT",
+ direction="on",
+ linebreak="qu",
+ unicodeslot=0x1F678,
+ },
+ [0x1F679]={
+ category="so",
+ description="HEAVY INTERROBANG ORNAMENT",
+ direction="on",
+ linebreak="ns",
+ unicodeslot=0x1F679,
+ },
+ [0x1F67A]={
+ category="so",
+ description="SANS-SERIF INTERROBANG ORNAMENT",
+ direction="on",
+ linebreak="ns",
+ unicodeslot=0x1F67A,
+ },
+ [0x1F67B]={
+ category="so",
+ description="HEAVY SANS-SERIF INTERROBANG ORNAMENT",
+ direction="on",
+ linebreak="ns",
+ unicodeslot=0x1F67B,
+ },
+ [0x1F67C]={
+ category="so",
+ description="VERY HEAVY SOLIDUS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F67C,
+ },
+ [0x1F67D]={
+ category="so",
+ description="VERY HEAVY REVERSE SOLIDUS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F67D,
+ },
+ [0x1F67E]={
+ category="so",
+ description="CHECKER BOARD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F67E,
+ },
+ [0x1F67F]={
+ category="so",
+ description="REVERSE CHECKER BOARD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F67F,
+ },
[0x1F680]={
category="so",
description="ROCKET",
@@ -185598,6 +205324,195 @@ characters.data={
linebreak="id",
unicodeslot=0x1F6C5,
},
+ [0x1F6C6]={
+ category="so",
+ description="TRIANGLE WITH ROUNDED CORNERS",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6C6,
+ },
+ [0x1F6C7]={
+ category="so",
+ description="PROHIBITED SIGN",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6C7,
+ },
+ [0x1F6C8]={
+ category="so",
+ description="CIRCLED INFORMATION SOURCE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6C8,
+ },
+ [0x1F6C9]={
+ category="so",
+ description="BOYS SYMBOL",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6C9,
+ },
+ [0x1F6CA]={
+ category="so",
+ description="GIRLS SYMBOL",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6CA,
+ },
+ [0x1F6CB]={
+ category="so",
+ description="COUCH AND LAMP",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6CB,
+ },
+ [0x1F6CC]={
+ category="so",
+ description="SLEEPING ACCOMMODATION",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6CC,
+ },
+ [0x1F6CD]={
+ category="so",
+ description="SHOPPING BAGS",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6CD,
+ },
+ [0x1F6CE]={
+ category="so",
+ description="BELLHOP BELL",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6CE,
+ },
+ [0x1F6CF]={
+ category="so",
+ description="BED",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6CF,
+ },
+ [0x1F6E0]={
+ category="so",
+ description="HAMMER AND WRENCH",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6E0,
+ },
+ [0x1F6E1]={
+ category="so",
+ description="SHIELD",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6E1,
+ },
+ [0x1F6E2]={
+ category="so",
+ description="OIL DRUM",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6E2,
+ },
+ [0x1F6E3]={
+ category="so",
+ description="MOTORWAY",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6E3,
+ },
+ [0x1F6E4]={
+ category="so",
+ description="RAILWAY TRACK",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6E4,
+ },
+ [0x1F6E5]={
+ category="so",
+ description="MOTOR BOAT",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6E5,
+ },
+ [0x1F6E6]={
+ category="so",
+ description="UP-POINTING MILITARY AIRPLANE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6E6,
+ },
+ [0x1F6E7]={
+ category="so",
+ description="UP-POINTING AIRPLANE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6E7,
+ },
+ [0x1F6E8]={
+ category="so",
+ description="UP-POINTING SMALL AIRPLANE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6E8,
+ },
+ [0x1F6E9]={
+ category="so",
+ description="SMALL AIRPLANE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6E9,
+ },
+ [0x1F6EA]={
+ category="so",
+ description="NORTHEAST-POINTING AIRPLANE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6EA,
+ },
+ [0x1F6EB]={
+ category="so",
+ description="AIRPLANE DEPARTURE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6EB,
+ },
+ [0x1F6EC]={
+ category="so",
+ description="AIRPLANE ARRIVING",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6EC,
+ },
+ [0x1F6F0]={
+ category="so",
+ description="SATELLITE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6F0,
+ },
+ [0x1F6F1]={
+ category="so",
+ description="ONCOMING FIRE ENGINE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6F1,
+ },
+ [0x1F6F2]={
+ category="so",
+ description="DIESEL LOCOMOTIVE",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6F2,
+ },
+ [0x1F6F3]={
+ category="so",
+ description="PASSENGER SHIP",
+ direction="on",
+ linebreak="id",
+ unicodeslot=0x1F6F3,
+ },
[0x1F700]={
category="so",
description="ALCHEMICAL SYMBOL FOR QUINTESSENCE",
@@ -186410,6 +206325,1637 @@ characters.data={
linebreak="al",
unicodeslot=0x1F773,
},
+ [0x1F780]={
+ category="so",
+ description="BLACK LEFT-POINTING ISOSCELES RIGHT TRIANGLE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F780,
+ },
+ [0x1F781]={
+ category="so",
+ description="BLACK UP-POINTING ISOSCELES RIGHT TRIANGLE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F781,
+ },
+ [0x1F782]={
+ category="so",
+ description="BLACK RIGHT-POINTING ISOSCELES RIGHT TRIANGLE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F782,
+ },
+ [0x1F783]={
+ category="so",
+ description="BLACK DOWN-POINTING ISOSCELES RIGHT TRIANGLE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F783,
+ },
+ [0x1F784]={
+ category="so",
+ description="BLACK SLIGHTLY SMALL CIRCLE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F784,
+ },
+ [0x1F785]={
+ category="so",
+ description="MEDIUM BOLD WHITE CIRCLE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F785,
+ },
+ [0x1F786]={
+ category="so",
+ description="BOLD WHITE CIRCLE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F786,
+ },
+ [0x1F787]={
+ category="so",
+ description="HEAVY WHITE CIRCLE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F787,
+ },
+ [0x1F788]={
+ category="so",
+ description="VERY HEAVY WHITE CIRCLE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F788,
+ },
+ [0x1F789]={
+ category="so",
+ description="EXTREMELY HEAVY WHITE CIRCLE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F789,
+ },
+ [0x1F78A]={
+ category="so",
+ description="WHITE CIRCLE CONTAINING BLACK SMALL CIRCLE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F78A,
+ },
+ [0x1F78B]={
+ category="so",
+ description="ROUND TARGET",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F78B,
+ },
+ [0x1F78C]={
+ category="so",
+ description="BLACK TINY SQUARE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F78C,
+ },
+ [0x1F78D]={
+ category="so",
+ description="BLACK SLIGHTLY SMALL SQUARE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F78D,
+ },
+ [0x1F78E]={
+ category="so",
+ description="LIGHT WHITE SQUARE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F78E,
+ },
+ [0x1F78F]={
+ category="so",
+ description="MEDIUM WHITE SQUARE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F78F,
+ },
+ [0x1F790]={
+ category="so",
+ description="BOLD WHITE SQUARE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F790,
+ },
+ [0x1F791]={
+ category="so",
+ description="HEAVY WHITE SQUARE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F791,
+ },
+ [0x1F792]={
+ category="so",
+ description="VERY HEAVY WHITE SQUARE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F792,
+ },
+ [0x1F793]={
+ category="so",
+ description="EXTREMELY HEAVY WHITE SQUARE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F793,
+ },
+ [0x1F794]={
+ category="so",
+ description="WHITE SQUARE CONTAINING BLACK VERY SMALL SQUARE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F794,
+ },
+ [0x1F795]={
+ category="so",
+ description="WHITE SQUARE CONTAINING BLACK MEDIUM SQUARE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F795,
+ },
+ [0x1F796]={
+ category="so",
+ description="SQUARE TARGET",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F796,
+ },
+ [0x1F797]={
+ category="so",
+ description="BLACK TINY DIAMOND",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F797,
+ },
+ [0x1F798]={
+ category="so",
+ description="BLACK VERY SMALL DIAMOND",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F798,
+ },
+ [0x1F799]={
+ category="so",
+ description="BLACK MEDIUM SMALL DIAMOND",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F799,
+ },
+ [0x1F79A]={
+ category="so",
+ description="WHITE DIAMOND CONTAINING BLACK VERY SMALL DIAMOND",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F79A,
+ },
+ [0x1F79B]={
+ category="so",
+ description="WHITE DIAMOND CONTAINING BLACK MEDIUM DIAMOND",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F79B,
+ },
+ [0x1F79C]={
+ category="so",
+ description="DIAMOND TARGET",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F79C,
+ },
+ [0x1F79D]={
+ category="so",
+ description="BLACK TINY LOZENGE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F79D,
+ },
+ [0x1F79E]={
+ category="so",
+ description="BLACK VERY SMALL LOZENGE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F79E,
+ },
+ [0x1F79F]={
+ category="so",
+ description="BLACK MEDIUM SMALL LOZENGE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F79F,
+ },
+ [0x1F7A0]={
+ category="so",
+ description="WHITE LOZENGE CONTAINING BLACK SMALL LOZENGE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7A0,
+ },
+ [0x1F7A1]={
+ category="so",
+ description="THIN GREEK CROSS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7A1,
+ },
+ [0x1F7A2]={
+ category="so",
+ description="LIGHT GREEK CROSS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7A2,
+ },
+ [0x1F7A3]={
+ category="so",
+ description="MEDIUM GREEK CROSS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7A3,
+ },
+ [0x1F7A4]={
+ category="so",
+ description="BOLD GREEK CROSS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7A4,
+ },
+ [0x1F7A5]={
+ category="so",
+ description="VERY BOLD GREEK CROSS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7A5,
+ },
+ [0x1F7A6]={
+ category="so",
+ description="VERY HEAVY GREEK CROSS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7A6,
+ },
+ [0x1F7A7]={
+ category="so",
+ description="EXTREMELY HEAVY GREEK CROSS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7A7,
+ },
+ [0x1F7A8]={
+ category="so",
+ description="THIN SALTIRE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7A8,
+ },
+ [0x1F7A9]={
+ category="so",
+ description="LIGHT SALTIRE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7A9,
+ },
+ [0x1F7AA]={
+ category="so",
+ description="MEDIUM SALTIRE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7AA,
+ },
+ [0x1F7AB]={
+ category="so",
+ description="BOLD SALTIRE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7AB,
+ },
+ [0x1F7AC]={
+ category="so",
+ description="HEAVY SALTIRE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7AC,
+ },
+ [0x1F7AD]={
+ category="so",
+ description="VERY HEAVY SALTIRE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7AD,
+ },
+ [0x1F7AE]={
+ category="so",
+ description="EXTREMELY HEAVY SALTIRE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7AE,
+ },
+ [0x1F7AF]={
+ category="so",
+ description="LIGHT FIVE SPOKED ASTERISK",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7AF,
+ },
+ [0x1F7B0]={
+ category="so",
+ description="MEDIUM FIVE SPOKED ASTERISK",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7B0,
+ },
+ [0x1F7B1]={
+ category="so",
+ description="BOLD FIVE SPOKED ASTERISK",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7B1,
+ },
+ [0x1F7B2]={
+ category="so",
+ description="HEAVY FIVE SPOKED ASTERISK",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7B2,
+ },
+ [0x1F7B3]={
+ category="so",
+ description="VERY HEAVY FIVE SPOKED ASTERISK",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7B3,
+ },
+ [0x1F7B4]={
+ category="so",
+ description="EXTREMELY HEAVY FIVE SPOKED ASTERISK",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7B4,
+ },
+ [0x1F7B5]={
+ category="so",
+ description="LIGHT SIX SPOKED ASTERISK",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7B5,
+ },
+ [0x1F7B6]={
+ category="so",
+ description="MEDIUM SIX SPOKED ASTERISK",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7B6,
+ },
+ [0x1F7B7]={
+ category="so",
+ description="BOLD SIX SPOKED ASTERISK",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7B7,
+ },
+ [0x1F7B8]={
+ category="so",
+ description="HEAVY SIX SPOKED ASTERISK",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7B8,
+ },
+ [0x1F7B9]={
+ category="so",
+ description="VERY HEAVY SIX SPOKED ASTERISK",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7B9,
+ },
+ [0x1F7BA]={
+ category="so",
+ description="EXTREMELY HEAVY SIX SPOKED ASTERISK",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7BA,
+ },
+ [0x1F7BB]={
+ category="so",
+ description="LIGHT EIGHT SPOKED ASTERISK",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7BB,
+ },
+ [0x1F7BC]={
+ category="so",
+ description="MEDIUM EIGHT SPOKED ASTERISK",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7BC,
+ },
+ [0x1F7BD]={
+ category="so",
+ description="BOLD EIGHT SPOKED ASTERISK",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7BD,
+ },
+ [0x1F7BE]={
+ category="so",
+ description="HEAVY EIGHT SPOKED ASTERISK",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7BE,
+ },
+ [0x1F7BF]={
+ category="so",
+ description="VERY HEAVY EIGHT SPOKED ASTERISK",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7BF,
+ },
+ [0x1F7C0]={
+ category="so",
+ description="LIGHT THREE POINTED BLACK STAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7C0,
+ },
+ [0x1F7C1]={
+ category="so",
+ description="MEDIUM THREE POINTED BLACK STAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7C1,
+ },
+ [0x1F7C2]={
+ category="so",
+ description="THREE POINTED BLACK STAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7C2,
+ },
+ [0x1F7C3]={
+ category="so",
+ description="MEDIUM THREE POINTED PINWHEEL STAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7C3,
+ },
+ [0x1F7C4]={
+ category="so",
+ description="LIGHT FOUR POINTED BLACK STAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7C4,
+ },
+ [0x1F7C5]={
+ category="so",
+ description="MEDIUM FOUR POINTED BLACK STAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7C5,
+ },
+ [0x1F7C6]={
+ category="so",
+ description="FOUR POINTED BLACK STAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7C6,
+ },
+ [0x1F7C7]={
+ category="so",
+ description="MEDIUM FOUR POINTED PINWHEEL STAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7C7,
+ },
+ [0x1F7C8]={
+ category="so",
+ description="REVERSE LIGHT FOUR POINTED PINWHEEL STAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7C8,
+ },
+ [0x1F7C9]={
+ category="so",
+ description="LIGHT FIVE POINTED BLACK STAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7C9,
+ },
+ [0x1F7CA]={
+ category="so",
+ description="HEAVY FIVE POINTED BLACK STAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7CA,
+ },
+ [0x1F7CB]={
+ category="so",
+ description="MEDIUM SIX POINTED BLACK STAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7CB,
+ },
+ [0x1F7CC]={
+ category="so",
+ description="HEAVY SIX POINTED BLACK STAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7CC,
+ },
+ [0x1F7CD]={
+ category="so",
+ description="SIX POINTED PINWHEEL STAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7CD,
+ },
+ [0x1F7CE]={
+ category="so",
+ description="MEDIUM EIGHT POINTED BLACK STAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7CE,
+ },
+ [0x1F7CF]={
+ category="so",
+ description="HEAVY EIGHT POINTED BLACK STAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7CF,
+ },
+ [0x1F7D0]={
+ category="so",
+ description="VERY HEAVY EIGHT POINTED BLACK STAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7D0,
+ },
+ [0x1F7D1]={
+ category="so",
+ description="HEAVY EIGHT POINTED PINWHEEL STAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7D1,
+ },
+ [0x1F7D2]={
+ category="so",
+ description="LIGHT TWELVE POINTED BLACK STAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7D2,
+ },
+ [0x1F7D3]={
+ category="so",
+ description="HEAVY TWELVE POINTED BLACK STAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7D3,
+ },
+ [0x1F7D4]={
+ category="so",
+ description="HEAVY TWELVE POINTED PINWHEEL STAR",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F7D4,
+ },
+ [0x1F800]={
+ category="so",
+ description="LEFTWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F800,
+ },
+ [0x1F801]={
+ category="so",
+ description="UPWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F801,
+ },
+ [0x1F802]={
+ category="so",
+ description="RIGHTWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F802,
+ },
+ [0x1F803]={
+ category="so",
+ description="DOWNWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F803,
+ },
+ [0x1F804]={
+ category="so",
+ description="LEFTWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F804,
+ },
+ [0x1F805]={
+ category="so",
+ description="UPWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F805,
+ },
+ [0x1F806]={
+ category="so",
+ description="RIGHTWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F806,
+ },
+ [0x1F807]={
+ category="so",
+ description="DOWNWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F807,
+ },
+ [0x1F808]={
+ category="so",
+ description="LEFTWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F808,
+ },
+ [0x1F809]={
+ category="so",
+ description="UPWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F809,
+ },
+ [0x1F80A]={
+ category="so",
+ description="RIGHTWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F80A,
+ },
+ [0x1F80B]={
+ category="so",
+ description="DOWNWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F80B,
+ },
+ [0x1F810]={
+ category="so",
+ description="LEFTWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F810,
+ },
+ [0x1F811]={
+ category="so",
+ description="UPWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F811,
+ },
+ [0x1F812]={
+ category="so",
+ description="RIGHTWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F812,
+ },
+ [0x1F813]={
+ category="so",
+ description="DOWNWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F813,
+ },
+ [0x1F814]={
+ category="so",
+ description="LEFTWARDS ARROW WITH EQUILATERAL ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F814,
+ },
+ [0x1F815]={
+ category="so",
+ description="UPWARDS ARROW WITH EQUILATERAL ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F815,
+ },
+ [0x1F816]={
+ category="so",
+ description="RIGHTWARDS ARROW WITH EQUILATERAL ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F816,
+ },
+ [0x1F817]={
+ category="so",
+ description="DOWNWARDS ARROW WITH EQUILATERAL ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F817,
+ },
+ [0x1F818]={
+ category="so",
+ description="HEAVY LEFTWARDS ARROW WITH EQUILATERAL ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F818,
+ },
+ [0x1F819]={
+ category="so",
+ description="HEAVY UPWARDS ARROW WITH EQUILATERAL ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F819,
+ },
+ [0x1F81A]={
+ category="so",
+ description="HEAVY RIGHTWARDS ARROW WITH EQUILATERAL ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F81A,
+ },
+ [0x1F81B]={
+ category="so",
+ description="HEAVY DOWNWARDS ARROW WITH EQUILATERAL ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F81B,
+ },
+ [0x1F81C]={
+ category="so",
+ description="HEAVY LEFTWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F81C,
+ },
+ [0x1F81D]={
+ category="so",
+ description="HEAVY UPWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F81D,
+ },
+ [0x1F81E]={
+ category="so",
+ description="HEAVY RIGHTWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F81E,
+ },
+ [0x1F81F]={
+ category="so",
+ description="HEAVY DOWNWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F81F,
+ },
+ [0x1F820]={
+ category="so",
+ description="LEFTWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F820,
+ },
+ [0x1F821]={
+ category="so",
+ description="UPWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F821,
+ },
+ [0x1F822]={
+ category="so",
+ description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F822,
+ },
+ [0x1F823]={
+ category="so",
+ description="DOWNWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F823,
+ },
+ [0x1F824]={
+ category="so",
+ description="LEFTWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F824,
+ },
+ [0x1F825]={
+ category="so",
+ description="UPWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F825,
+ },
+ [0x1F826]={
+ category="so",
+ description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F826,
+ },
+ [0x1F827]={
+ category="so",
+ description="DOWNWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F827,
+ },
+ [0x1F828]={
+ category="so",
+ description="LEFTWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F828,
+ },
+ [0x1F829]={
+ category="so",
+ description="UPWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F829,
+ },
+ [0x1F82A]={
+ category="so",
+ description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F82A,
+ },
+ [0x1F82B]={
+ category="so",
+ description="DOWNWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F82B,
+ },
+ [0x1F82C]={
+ category="so",
+ description="LEFTWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F82C,
+ },
+ [0x1F82D]={
+ category="so",
+ description="UPWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F82D,
+ },
+ [0x1F82E]={
+ category="so",
+ description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F82E,
+ },
+ [0x1F82F]={
+ category="so",
+ description="DOWNWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F82F,
+ },
+ [0x1F830]={
+ category="so",
+ description="LEFTWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F830,
+ },
+ [0x1F831]={
+ category="so",
+ description="UPWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F831,
+ },
+ [0x1F832]={
+ category="so",
+ description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F832,
+ },
+ [0x1F833]={
+ category="so",
+ description="DOWNWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F833,
+ },
+ [0x1F834]={
+ category="so",
+ description="LEFTWARDS FINGER-POST ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F834,
+ },
+ [0x1F835]={
+ category="so",
+ description="UPWARDS FINGER-POST ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F835,
+ },
+ [0x1F836]={
+ category="so",
+ description="RIGHTWARDS FINGER-POST ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F836,
+ },
+ [0x1F837]={
+ category="so",
+ description="DOWNWARDS FINGER-POST ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F837,
+ },
+ [0x1F838]={
+ category="so",
+ description="LEFTWARDS SQUARED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F838,
+ },
+ [0x1F839]={
+ category="so",
+ description="UPWARDS SQUARED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F839,
+ },
+ [0x1F83A]={
+ category="so",
+ description="RIGHTWARDS SQUARED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F83A,
+ },
+ [0x1F83B]={
+ category="so",
+ description="DOWNWARDS SQUARED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F83B,
+ },
+ [0x1F83C]={
+ category="so",
+ description="LEFTWARDS COMPRESSED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F83C,
+ },
+ [0x1F83D]={
+ category="so",
+ description="UPWARDS COMPRESSED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F83D,
+ },
+ [0x1F83E]={
+ category="so",
+ description="RIGHTWARDS COMPRESSED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F83E,
+ },
+ [0x1F83F]={
+ category="so",
+ description="DOWNWARDS COMPRESSED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F83F,
+ },
+ [0x1F840]={
+ category="so",
+ description="LEFTWARDS HEAVY COMPRESSED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F840,
+ },
+ [0x1F841]={
+ category="so",
+ description="UPWARDS HEAVY COMPRESSED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F841,
+ },
+ [0x1F842]={
+ category="so",
+ description="RIGHTWARDS HEAVY COMPRESSED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F842,
+ },
+ [0x1F843]={
+ category="so",
+ description="DOWNWARDS HEAVY COMPRESSED ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F843,
+ },
+ [0x1F844]={
+ category="so",
+ description="LEFTWARDS HEAVY ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F844,
+ },
+ [0x1F845]={
+ category="so",
+ description="UPWARDS HEAVY ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F845,
+ },
+ [0x1F846]={
+ category="so",
+ description="RIGHTWARDS HEAVY ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F846,
+ },
+ [0x1F847]={
+ category="so",
+ description="DOWNWARDS HEAVY ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F847,
+ },
+ [0x1F850]={
+ category="so",
+ description="LEFTWARDS SANS-SERIF ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F850,
+ },
+ [0x1F851]={
+ category="so",
+ description="UPWARDS SANS-SERIF ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F851,
+ },
+ [0x1F852]={
+ category="so",
+ description="RIGHTWARDS SANS-SERIF ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F852,
+ },
+ [0x1F853]={
+ category="so",
+ description="DOWNWARDS SANS-SERIF ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F853,
+ },
+ [0x1F854]={
+ category="so",
+ description="NORTH WEST SANS-SERIF ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F854,
+ },
+ [0x1F855]={
+ category="so",
+ description="NORTH EAST SANS-SERIF ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F855,
+ },
+ [0x1F856]={
+ category="so",
+ description="SOUTH EAST SANS-SERIF ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F856,
+ },
+ [0x1F857]={
+ category="so",
+ description="SOUTH WEST SANS-SERIF ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F857,
+ },
+ [0x1F858]={
+ category="so",
+ description="LEFT RIGHT SANS-SERIF ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F858,
+ },
+ [0x1F859]={
+ category="so",
+ description="UP DOWN SANS-SERIF ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F859,
+ },
+ [0x1F860]={
+ category="so",
+ description="WIDE-HEADED LEFTWARDS LIGHT BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F860,
+ },
+ [0x1F861]={
+ category="so",
+ description="WIDE-HEADED UPWARDS LIGHT BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F861,
+ },
+ [0x1F862]={
+ category="so",
+ description="WIDE-HEADED RIGHTWARDS LIGHT BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F862,
+ },
+ [0x1F863]={
+ category="so",
+ description="WIDE-HEADED DOWNWARDS LIGHT BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F863,
+ },
+ [0x1F864]={
+ category="so",
+ description="WIDE-HEADED NORTH WEST LIGHT BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F864,
+ },
+ [0x1F865]={
+ category="so",
+ description="WIDE-HEADED NORTH EAST LIGHT BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F865,
+ },
+ [0x1F866]={
+ category="so",
+ description="WIDE-HEADED SOUTH EAST LIGHT BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F866,
+ },
+ [0x1F867]={
+ category="so",
+ description="WIDE-HEADED SOUTH WEST LIGHT BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F867,
+ },
+ [0x1F868]={
+ category="so",
+ description="WIDE-HEADED LEFTWARDS BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F868,
+ },
+ [0x1F869]={
+ category="so",
+ description="WIDE-HEADED UPWARDS BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F869,
+ },
+ [0x1F86A]={
+ category="so",
+ description="WIDE-HEADED RIGHTWARDS BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F86A,
+ },
+ [0x1F86B]={
+ category="so",
+ description="WIDE-HEADED DOWNWARDS BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F86B,
+ },
+ [0x1F86C]={
+ category="so",
+ description="WIDE-HEADED NORTH WEST BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F86C,
+ },
+ [0x1F86D]={
+ category="so",
+ description="WIDE-HEADED NORTH EAST BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F86D,
+ },
+ [0x1F86E]={
+ category="so",
+ description="WIDE-HEADED SOUTH EAST BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F86E,
+ },
+ [0x1F86F]={
+ category="so",
+ description="WIDE-HEADED SOUTH WEST BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F86F,
+ },
+ [0x1F870]={
+ category="so",
+ description="WIDE-HEADED LEFTWARDS MEDIUM BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F870,
+ },
+ [0x1F871]={
+ category="so",
+ description="WIDE-HEADED UPWARDS MEDIUM BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F871,
+ },
+ [0x1F872]={
+ category="so",
+ description="WIDE-HEADED RIGHTWARDS MEDIUM BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F872,
+ },
+ [0x1F873]={
+ category="so",
+ description="WIDE-HEADED DOWNWARDS MEDIUM BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F873,
+ },
+ [0x1F874]={
+ category="so",
+ description="WIDE-HEADED NORTH WEST MEDIUM BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F874,
+ },
+ [0x1F875]={
+ category="so",
+ description="WIDE-HEADED NORTH EAST MEDIUM BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F875,
+ },
+ [0x1F876]={
+ category="so",
+ description="WIDE-HEADED SOUTH EAST MEDIUM BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F876,
+ },
+ [0x1F877]={
+ category="so",
+ description="WIDE-HEADED SOUTH WEST MEDIUM BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F877,
+ },
+ [0x1F878]={
+ category="so",
+ description="WIDE-HEADED LEFTWARDS HEAVY BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F878,
+ },
+ [0x1F879]={
+ category="so",
+ description="WIDE-HEADED UPWARDS HEAVY BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F879,
+ },
+ [0x1F87A]={
+ category="so",
+ description="WIDE-HEADED RIGHTWARDS HEAVY BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F87A,
+ },
+ [0x1F87B]={
+ category="so",
+ description="WIDE-HEADED DOWNWARDS HEAVY BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F87B,
+ },
+ [0x1F87C]={
+ category="so",
+ description="WIDE-HEADED NORTH WEST HEAVY BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F87C,
+ },
+ [0x1F87D]={
+ category="so",
+ description="WIDE-HEADED NORTH EAST HEAVY BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F87D,
+ },
+ [0x1F87E]={
+ category="so",
+ description="WIDE-HEADED SOUTH EAST HEAVY BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F87E,
+ },
+ [0x1F87F]={
+ category="so",
+ description="WIDE-HEADED SOUTH WEST HEAVY BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F87F,
+ },
+ [0x1F880]={
+ category="so",
+ description="WIDE-HEADED LEFTWARDS VERY HEAVY BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F880,
+ },
+ [0x1F881]={
+ category="so",
+ description="WIDE-HEADED UPWARDS VERY HEAVY BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F881,
+ },
+ [0x1F882]={
+ category="so",
+ description="WIDE-HEADED RIGHTWARDS VERY HEAVY BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F882,
+ },
+ [0x1F883]={
+ category="so",
+ description="WIDE-HEADED DOWNWARDS VERY HEAVY BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F883,
+ },
+ [0x1F884]={
+ category="so",
+ description="WIDE-HEADED NORTH WEST VERY HEAVY BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F884,
+ },
+ [0x1F885]={
+ category="so",
+ description="WIDE-HEADED NORTH EAST VERY HEAVY BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F885,
+ },
+ [0x1F886]={
+ category="so",
+ description="WIDE-HEADED SOUTH EAST VERY HEAVY BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F886,
+ },
+ [0x1F887]={
+ category="so",
+ description="WIDE-HEADED SOUTH WEST VERY HEAVY BARB ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F887,
+ },
+ [0x1F890]={
+ category="so",
+ description="LEFTWARDS TRIANGLE ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F890,
+ },
+ [0x1F891]={
+ category="so",
+ description="UPWARDS TRIANGLE ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F891,
+ },
+ [0x1F892]={
+ category="so",
+ description="RIGHTWARDS TRIANGLE ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F892,
+ },
+ [0x1F893]={
+ category="so",
+ description="DOWNWARDS TRIANGLE ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F893,
+ },
+ [0x1F894]={
+ category="so",
+ description="LEFTWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F894,
+ },
+ [0x1F895]={
+ category="so",
+ description="UPWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F895,
+ },
+ [0x1F896]={
+ category="so",
+ description="RIGHTWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F896,
+ },
+ [0x1F897]={
+ category="so",
+ description="DOWNWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F897,
+ },
+ [0x1F898]={
+ category="so",
+ description="LEFTWARDS ARROW WITH NOTCHED TAIL",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F898,
+ },
+ [0x1F899]={
+ category="so",
+ description="UPWARDS ARROW WITH NOTCHED TAIL",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F899,
+ },
+ [0x1F89A]={
+ category="so",
+ description="RIGHTWARDS ARROW WITH NOTCHED TAIL",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F89A,
+ },
+ [0x1F89B]={
+ category="so",
+ description="DOWNWARDS ARROW WITH NOTCHED TAIL",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F89B,
+ },
+ [0x1F89C]={
+ category="so",
+ description="HEAVY ARROW SHAFT WIDTH ONE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F89C,
+ },
+ [0x1F89D]={
+ category="so",
+ description="HEAVY ARROW SHAFT WIDTH TWO THIRDS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F89D,
+ },
+ [0x1F89E]={
+ category="so",
+ description="HEAVY ARROW SHAFT WIDTH ONE HALF",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F89E,
+ },
+ [0x1F89F]={
+ category="so",
+ description="HEAVY ARROW SHAFT WIDTH ONE THIRD",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F89F,
+ },
+ [0x1F8A0]={
+ category="so",
+ description="LEFTWARDS BOTTOM-SHADED WHITE ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F8A0,
+ },
+ [0x1F8A1]={
+ category="so",
+ description="RIGHTWARDS BOTTOM SHADED WHITE ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F8A1,
+ },
+ [0x1F8A2]={
+ category="so",
+ description="LEFTWARDS TOP SHADED WHITE ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F8A2,
+ },
+ [0x1F8A3]={
+ category="so",
+ description="RIGHTWARDS TOP SHADED WHITE ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F8A3,
+ },
+ [0x1F8A4]={
+ category="so",
+ description="LEFTWARDS LEFT-SHADED WHITE ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F8A4,
+ },
+ [0x1F8A5]={
+ category="so",
+ description="RIGHTWARDS RIGHT-SHADED WHITE ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F8A5,
+ },
+ [0x1F8A6]={
+ category="so",
+ description="LEFTWARDS RIGHT-SHADED WHITE ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F8A6,
+ },
+ [0x1F8A7]={
+ category="so",
+ description="RIGHTWARDS LEFT-SHADED WHITE ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F8A7,
+ },
+ [0x1F8A8]={
+ category="so",
+ description="LEFTWARDS BACK-TILTED SHADOWED WHITE ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F8A8,
+ },
+ [0x1F8A9]={
+ category="so",
+ description="RIGHTWARDS BACK-TILTED SHADOWED WHITE ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F8A9,
+ },
+ [0x1F8AA]={
+ category="so",
+ description="LEFTWARDS FRONT-TILTED SHADOWED WHITE ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F8AA,
+ },
+ [0x1F8AB]={
+ category="so",
+ description="RIGHTWARDS FRONT-TILTED SHADOWED WHITE ARROW",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F8AB,
+ },
+ [0x1F8AC]={
+ category="so",
+ description="WHITE ARROW SHAFT WIDTH ONE",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F8AC,
+ },
+ [0x1F8AD]={
+ category="so",
+ description="WHITE ARROW SHAFT WIDTH TWO THIRDS",
+ direction="on",
+ linebreak="al",
+ unicodeslot=0x1F8AD,
+ },
[0x2F800]={
category="lo",
cjkwd="w",