From c329996a0750703214534cfa61cfa49fd62b330f Mon Sep 17 00:00:00 2001 From: Marius Date: Wed, 27 Mar 2013 14:40:14 +0200 Subject: beta 2013.03.27 13:27 --- tex/context/base/char-def.lua | 3374 +++++++++++++------- tex/context/base/cont-new.mkii | 2 +- tex/context/base/cont-new.mkiv | 2 +- tex/context/base/context-version.pdf | Bin 4135 -> 4136 bytes tex/context/base/context-version.png | Bin 40120 -> 40439 bytes tex/context/base/context.mkii | 2 +- tex/context/base/context.mkiv | 2 +- tex/context/base/status-files.pdf | Bin 24705 -> 24716 bytes tex/context/base/status-lua.pdf | Bin 211521 -> 211628 bytes tex/generic/context/luatex/luatex-fonts-merged.lua | 2 +- 10 files changed, 2235 insertions(+), 1149 deletions(-) diff --git a/tex/context/base/char-def.lua b/tex/context/base/char-def.lua index 7aa671243..b687ece1c 100644 --- a/tex/context/base/char-def.lua +++ b/tex/context/base/char-def.lua @@ -8,11 +8,14 @@ if not modules then modules = { } end modules ['char-def'] = { } --[[ -The first version of this table was generated from unicode tables -but after that was mostly updated manual using data present in -ConTeXt and elsewhere. I did my best to make this table as complete -as needed for proper use in ConTeXt MkIV. All errors are mine. If -you find an error or ommision, just let me know. +The first version of this table was generated from unicode tables but after that was +mostly updated manual using data present in ConTeXt and elsewhere. I did my best to +make this table as complete as needed for proper use in ConTeXt MkIV. All errors are +mine. If you find an error or ommision, just let me know. This file is updated every +now and then using mtx-unicode where we check against the latest unicode txt files +(normally once per year around the tex live code freeze) and checked afterwards for +differences. We could save some bytes by sharing variant tables but it's not worth +the trouble. Some additional data is kept in other files. ]]-- characters = characters or { } @@ -311,6 +314,10 @@ characters.data={ direction="et", linebreak="al", unicodeslot=0x0023, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, { adobename="dollar", @@ -469,6 +476,10 @@ characters.data={ linebreak="nu", mathclass="number", unicodeslot=0x0030, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, { adobename="one", @@ -479,6 +490,10 @@ characters.data={ linebreak="nu", mathclass="number", unicodeslot=0x0031, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, { adobename="two", @@ -489,6 +504,10 @@ characters.data={ linebreak="nu", mathclass="number", unicodeslot=0x0032, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, { adobename="three", @@ -499,6 +518,10 @@ characters.data={ linebreak="nu", mathclass="number", unicodeslot=0x0033, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, { adobename="four", @@ -509,6 +532,10 @@ characters.data={ linebreak="nu", mathclass="number", unicodeslot=0x0034, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, { adobename="five", @@ -519,6 +546,10 @@ characters.data={ linebreak="nu", mathclass="number", unicodeslot=0x0035, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, { adobename="six", @@ -529,6 +560,10 @@ characters.data={ linebreak="nu", mathclass="number", unicodeslot=0x0036, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, { adobename="seven", @@ -539,6 +574,10 @@ characters.data={ linebreak="nu", mathclass="number", unicodeslot=0x0037, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, { adobename="eight", @@ -549,6 +588,10 @@ characters.data={ linebreak="nu", mathclass="number", unicodeslot=0x0038, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, { adobename="nine", @@ -559,6 +602,10 @@ characters.data={ linebreak="nu", mathclass="number", unicodeslot=0x0039, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, { adobename="colon", @@ -14180,6 +14227,7 @@ characters.data={ category="sc", description="ARMENIAN DRAM SIGN", direction="et", + linebreak="pr", unicodeslot=0x058F, }, [0x0591]={ @@ -14623,7 +14671,7 @@ characters.data={ contextname="hebrewAlef", description="HEBREW LETTER ALEF", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05D0, }, [0x05D1]={ @@ -14632,7 +14680,7 @@ characters.data={ contextname="hebrewBet", description="HEBREW LETTER BET", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05D1, }, [0x05D2]={ @@ -14641,7 +14689,7 @@ characters.data={ contextname="hebrewGimel", description="HEBREW LETTER GIMEL", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05D2, }, [0x05D3]={ @@ -14650,7 +14698,7 @@ characters.data={ contextname="hebrewDalet", description="HEBREW LETTER DALET", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05D3, }, [0x05D4]={ @@ -14659,7 +14707,7 @@ characters.data={ contextname="hebrewHe", description="HEBREW LETTER HE", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05D4, }, [0x05D5]={ @@ -14668,7 +14716,7 @@ characters.data={ contextname="hebrewVav", description="HEBREW LETTER VAV", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05D5, }, [0x05D6]={ @@ -14677,7 +14725,7 @@ characters.data={ contextname="hebrewZayin", description="HEBREW LETTER ZAYIN", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05D6, }, [0x05D7]={ @@ -14686,7 +14734,7 @@ characters.data={ contextname="hebrewHet", description="HEBREW LETTER HET", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05D7, }, [0x05D8]={ @@ -14695,7 +14743,7 @@ characters.data={ contextname="hebrewTet", description="HEBREW LETTER TET", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05D8, }, [0x05D9]={ @@ -14704,7 +14752,7 @@ characters.data={ contextname="hebrewYod", description="HEBREW LETTER YOD", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05D9, }, [0x05DA]={ @@ -14713,7 +14761,7 @@ characters.data={ contextname="hebrewKaffinal", description="HEBREW LETTER FINAL KAF", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05DA, }, [0x05DB]={ @@ -14722,7 +14770,7 @@ characters.data={ contextname="hebrewKaf", description="HEBREW LETTER KAF", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05DB, }, [0x05DC]={ @@ -14731,7 +14779,7 @@ characters.data={ contextname="hebrewLamed", description="HEBREW LETTER LAMED", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05DC, }, [0x05DD]={ @@ -14740,7 +14788,7 @@ characters.data={ contextname="hebrewMemfinal", description="HEBREW LETTER FINAL MEM", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05DD, }, [0x05DE]={ @@ -14749,7 +14797,7 @@ characters.data={ contextname="hebrewMem", description="HEBREW LETTER MEM", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05DE, }, [0x05DF]={ @@ -14758,7 +14806,7 @@ characters.data={ contextname="hebrewNunfinal", description="HEBREW LETTER FINAL NUN", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05DF, }, [0x05E0]={ @@ -14767,7 +14815,7 @@ characters.data={ contextname="hebrewNun", description="HEBREW LETTER NUN", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05E0, }, [0x05E1]={ @@ -14776,7 +14824,7 @@ characters.data={ contextname="hebrewSamekh", description="HEBREW LETTER SAMEKH", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05E1, }, [0x05E2]={ @@ -14785,7 +14833,7 @@ characters.data={ contextname="hebrewAyin", description="HEBREW LETTER AYIN", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05E2, }, [0x05E3]={ @@ -14794,7 +14842,7 @@ characters.data={ contextname="hebrewPefinal", description="HEBREW LETTER FINAL PE", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05E3, }, [0x05E4]={ @@ -14803,7 +14851,7 @@ characters.data={ contextname="hebrewPe", description="HEBREW LETTER PE", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05E4, }, [0x05E5]={ @@ -14812,7 +14860,7 @@ characters.data={ contextname="hebrewTsadifinal", description="HEBREW LETTER FINAL TSADI", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05E5, }, [0x05E6]={ @@ -14821,7 +14869,7 @@ characters.data={ contextname="hebrewTsadi", description="HEBREW LETTER TSADI", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05E6, }, [0x05E7]={ @@ -14830,7 +14878,7 @@ characters.data={ contextname="hebrewQof", description="HEBREW LETTER QOF", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05E7, }, [0x05E8]={ @@ -14839,7 +14887,7 @@ characters.data={ contextname="hebrewResh", description="HEBREW LETTER RESH", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05E8, }, [0x05E9]={ @@ -14848,7 +14896,7 @@ characters.data={ contextname="hebrewShin", description="HEBREW LETTER SHIN", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05E9, }, [0x05EA]={ @@ -14857,7 +14905,7 @@ characters.data={ contextname="hebrewTav", description="HEBREW LETTER TAV", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05EA, }, [0x05F0]={ @@ -14865,7 +14913,7 @@ characters.data={ category="lo", description="HEBREW LIGATURE YIDDISH DOUBLE VAV", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05F0, }, [0x05F1]={ @@ -14873,7 +14921,7 @@ characters.data={ category="lo", description="HEBREW LIGATURE YIDDISH VAV YOD", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05F1, }, [0x05F2]={ @@ -14881,7 +14929,7 @@ characters.data={ category="lo", description="HEBREW LIGATURE YIDDISH DOUBLE YOD", direction="r", - linebreak="al", + linebreak="hl", unicodeslot=0x05F2, }, [0x05F3]={ @@ -14941,6 +14989,7 @@ characters.data={ category="cf", description="ARABIC SIGN SAMVAT", direction="an", + linebreak="al", unicodeslot=0x0604, }, [0x0606]={ @@ -19440,6 +19489,7 @@ characters.data={ category="lo", description="ARABIC LETTER BEH WITH SMALL V BELOW", direction="al", + linebreak="al", unicodeslot=0x08A0, }, [0x08A2]={ @@ -19447,6 +19497,7 @@ characters.data={ category="lo", description="ARABIC LETTER JEEM WITH TWO DOTS ABOVE", direction="al", + linebreak="al", unicodeslot=0x08A2, }, [0x08A3]={ @@ -19454,6 +19505,7 @@ characters.data={ category="lo", description="ARABIC LETTER TAH WITH TWO DOTS ABOVE", direction="al", + linebreak="al", unicodeslot=0x08A3, }, [0x08A4]={ @@ -19461,6 +19513,7 @@ characters.data={ category="lo", description="ARABIC LETTER FEH WITH DOT BELOW AND THREE DOTS ABOVE", direction="al", + linebreak="al", unicodeslot=0x08A4, }, [0x08A5]={ @@ -19468,6 +19521,7 @@ characters.data={ category="lo", description="ARABIC LETTER QAF WITH DOT BELOW", direction="al", + linebreak="al", unicodeslot=0x08A5, }, [0x08A6]={ @@ -19475,6 +19529,7 @@ characters.data={ category="lo", description="ARABIC LETTER LAM WITH DOUBLE BAR", direction="al", + linebreak="al", unicodeslot=0x08A6, }, [0x08A7]={ @@ -19482,6 +19537,7 @@ characters.data={ category="lo", description="ARABIC LETTER MEEM WITH THREE DOTS ABOVE", direction="al", + linebreak="al", unicodeslot=0x08A7, }, [0x08A8]={ @@ -19489,6 +19545,7 @@ characters.data={ category="lo", description="ARABIC LETTER YEH WITH TWO DOTS BELOW AND HAMZA ABOVE", direction="al", + linebreak="al", unicodeslot=0x08A8, }, [0x08A9]={ @@ -19496,6 +19553,7 @@ characters.data={ category="lo", description="ARABIC LETTER YEH WITH TWO DOTS BELOW AND DOT ABOVE", direction="al", + linebreak="al", unicodeslot=0x08A9, }, [0x08AA]={ @@ -19503,6 +19561,7 @@ characters.data={ category="lo", description="ARABIC LETTER REH WITH LOOP", direction="al", + linebreak="al", unicodeslot=0x08AA, }, [0x08AB]={ @@ -19510,6 +19569,7 @@ characters.data={ category="lo", description="ARABIC LETTER WAW WITH DOT WITHIN", direction="al", + linebreak="al", unicodeslot=0x08AB, }, [0x08AC]={ @@ -19517,168 +19577,196 @@ characters.data={ category="lo", description="ARABIC LETTER ROHINGYA YEH", direction="al", + linebreak="al", unicodeslot=0x08AC, }, [0x08E4]={ category="mn", description="ARABIC CURLY FATHA", direction="nsm", + linebreak="cm", unicodeslot=0x08E4, }, [0x08E5]={ category="mn", description="ARABIC CURLY DAMMA", direction="nsm", + linebreak="cm", unicodeslot=0x08E5, }, [0x08E6]={ category="mn", description="ARABIC CURLY KASRA", direction="nsm", + linebreak="cm", unicodeslot=0x08E6, }, [0x08E7]={ category="mn", description="ARABIC CURLY FATHATAN", direction="nsm", + linebreak="cm", unicodeslot=0x08E7, }, [0x08E8]={ category="mn", description="ARABIC CURLY DAMMATAN", direction="nsm", + linebreak="cm", unicodeslot=0x08E8, }, [0x08E9]={ category="mn", description="ARABIC CURLY KASRATAN", direction="nsm", + linebreak="cm", unicodeslot=0x08E9, }, [0x08EA]={ category="mn", description="ARABIC TONE ONE DOT ABOVE", direction="nsm", + linebreak="cm", unicodeslot=0x08EA, }, [0x08EB]={ category="mn", description="ARABIC TONE TWO DOTS ABOVE", direction="nsm", + linebreak="cm", unicodeslot=0x08EB, }, [0x08EC]={ category="mn", description="ARABIC TONE LOOP ABOVE", direction="nsm", + linebreak="cm", unicodeslot=0x08EC, }, [0x08ED]={ category="mn", description="ARABIC TONE ONE DOT BELOW", direction="nsm", + linebreak="cm", unicodeslot=0x08ED, }, [0x08EE]={ category="mn", description="ARABIC TONE TWO DOTS BELOW", direction="nsm", + linebreak="cm", unicodeslot=0x08EE, }, [0x08EF]={ category="mn", description="ARABIC TONE LOOP BELOW", direction="nsm", + linebreak="cm", unicodeslot=0x08EF, }, [0x08F0]={ category="mn", description="ARABIC OPEN FATHATAN", direction="nsm", + linebreak="cm", unicodeslot=0x08F0, }, [0x08F1]={ category="mn", description="ARABIC OPEN DAMMATAN", direction="nsm", + linebreak="cm", unicodeslot=0x08F1, }, [0x08F2]={ category="mn", description="ARABIC OPEN KASRATAN", direction="nsm", + linebreak="cm", unicodeslot=0x08F2, }, [0x08F3]={ category="mn", description="ARABIC SMALL HIGH WAW", direction="nsm", + linebreak="cm", unicodeslot=0x08F3, }, [0x08F4]={ category="mn", description="ARABIC FATHA WITH RING", direction="nsm", + linebreak="cm", unicodeslot=0x08F4, }, [0x08F5]={ category="mn", description="ARABIC FATHA WITH DOT ABOVE", direction="nsm", + linebreak="cm", unicodeslot=0x08F5, }, [0x08F6]={ category="mn", description="ARABIC KASRA WITH DOT BELOW", direction="nsm", + linebreak="cm", unicodeslot=0x08F6, }, [0x08F7]={ category="mn", description="ARABIC LEFT ARROWHEAD ABOVE", direction="nsm", + linebreak="cm", unicodeslot=0x08F7, }, [0x08F8]={ category="mn", description="ARABIC RIGHT ARROWHEAD ABOVE", direction="nsm", + linebreak="cm", unicodeslot=0x08F8, }, [0x08F9]={ category="mn", description="ARABIC LEFT ARROWHEAD BELOW", direction="nsm", + linebreak="cm", unicodeslot=0x08F9, }, [0x08FA]={ category="mn", description="ARABIC RIGHT ARROWHEAD BELOW", direction="nsm", + linebreak="cm", unicodeslot=0x08FA, }, [0x08FB]={ category="mn", description="ARABIC DOUBLE RIGHT ARROWHEAD ABOVE", direction="nsm", + linebreak="cm", unicodeslot=0x08FB, }, [0x08FC]={ category="mn", description="ARABIC DOUBLE RIGHT ARROWHEAD ABOVE WITH DOT", direction="nsm", + linebreak="cm", unicodeslot=0x08FC, }, [0x08FD]={ category="mn", description="ARABIC RIGHT ARROWHEAD ABOVE WITH DOT", direction="nsm", + linebreak="cm", unicodeslot=0x08FD, }, [0x08FE]={ category="mn", description="ARABIC DAMMA WITH DOT", direction="nsm", + linebreak="cm", unicodeslot=0x08FE, }, [0x0900]={ @@ -22713,6 +22801,7 @@ characters.data={ category="po", description="GUJARATI ABBREVIATION SIGN", direction="l", + linebreak="al", unicodeslot=0x0AF0, }, [0x0AF1]={ @@ -27536,12 +27625,14 @@ characters.data={ category="lo", description="LAO LETTER KHMU GO", direction="l", + linebreak="sa", unicodeslot=0x0EDE, }, [0x0EDF]={ category="lo", description="LAO LETTER KHMU NYO", direction="l", + linebreak="sa", unicodeslot=0x0EDF, }, [0x0F00]={ @@ -30474,12 +30565,14 @@ characters.data={ category="lu", description="GEORGIAN CAPITAL LETTER YN", direction="l", + linebreak="al", unicodeslot=0x10C7, }, [0x10CD]={ category="lu", description="GEORGIAN CAPITAL LETTER AEN", direction="l", + linebreak="al", unicodeslot=0x10CD, }, [0x10D0]={ @@ -30802,18 +30895,21 @@ characters.data={ category="lo", description="GEORGIAN LETTER AEN", direction="l", + linebreak="al", unicodeslot=0x10FD, }, [0x10FE]={ category="lo", description="GEORGIAN LETTER HARD SIGN", direction="l", + linebreak="al", unicodeslot=0x10FE, }, [0x10FF]={ category="lo", description="GEORGIAN LETTER LABIAL SIGN", direction="l", + linebreak="al", unicodeslot=0x10FF, }, [0x1100]={ @@ -32055,7 +32151,6 @@ characters.data={ }, [0x11A3]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG A-EU", direction="l", linebreak="jv", @@ -32063,7 +32158,6 @@ characters.data={ }, [0x11A4]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG YA-U", direction="l", linebreak="jv", @@ -32071,7 +32165,6 @@ characters.data={ }, [0x11A5]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG YEO-YA", direction="l", linebreak="jv", @@ -32079,7 +32172,6 @@ characters.data={ }, [0x11A6]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG O-YA", direction="l", linebreak="jv", @@ -32087,7 +32179,6 @@ characters.data={ }, [0x11A7]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG O-YAE", direction="l", linebreak="jv", @@ -32669,7 +32760,6 @@ characters.data={ }, [0x11FA]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG KIYEOK-NIEUN", direction="l", linebreak="jt", @@ -32677,7 +32767,6 @@ characters.data={ }, [0x11FB]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG KIYEOK-PIEUP", direction="l", linebreak="jt", @@ -32685,7 +32774,6 @@ characters.data={ }, [0x11FC]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG KIYEOK-CHIEUCH", direction="l", linebreak="jt", @@ -32693,7 +32781,6 @@ characters.data={ }, [0x11FD]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG KIYEOK-KHIEUKH", direction="l", linebreak="jt", @@ -32701,7 +32788,6 @@ characters.data={ }, [0x11FE]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG KIYEOK-HIEUH", direction="l", linebreak="jt", @@ -32709,7 +32795,6 @@ characters.data={ }, [0x11FF]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SSANGNIEUN", direction="l", linebreak="jt", @@ -48111,18 +48196,21 @@ characters.data={ category="mn", description="SUNDANESE SIGN VIRAMA", direction="nsm", + linebreak="cm", unicodeslot=0x1BAB, }, [0x1BAC]={ category="mc", description="SUNDANESE CONSONANT SIGN PASANGAN MA", direction="l", + linebreak="cm", unicodeslot=0x1BAC, }, [0x1BAD]={ category="mc", description="SUNDANESE CONSONANT SIGN PASANGAN WA", direction="l", + linebreak="cm", unicodeslot=0x1BAD, }, [0x1BAE]={ @@ -48213,36 +48301,42 @@ characters.data={ category="lo", description="SUNDANESE AVAGRAHA", direction="l", + linebreak="al", unicodeslot=0x1BBA, }, [0x1BBB]={ category="lo", description="SUNDANESE LETTER REU", direction="l", + linebreak="al", unicodeslot=0x1BBB, }, [0x1BBC]={ category="lo", description="SUNDANESE LETTER LEU", direction="l", + linebreak="al", unicodeslot=0x1BBC, }, [0x1BBD]={ category="lo", description="SUNDANESE LETTER BHA", direction="l", + linebreak="al", unicodeslot=0x1BBD, }, [0x1BBE]={ category="lo", description="SUNDANESE LETTER FINAL K", direction="l", + linebreak="al", unicodeslot=0x1BBE, }, [0x1BBF]={ category="lo", description="SUNDANESE LETTER FINAL M", direction="l", + linebreak="al", unicodeslot=0x1BBF, }, [0x1BC0]={ @@ -49495,48 +49589,56 @@ characters.data={ category="po", description="SUNDANESE PUNCTUATION BINDU SURYA", direction="l", + linebreak="al", unicodeslot=0x1CC0, }, [0x1CC1]={ category="po", description="SUNDANESE PUNCTUATION BINDU PANGLONG", direction="l", + linebreak="al", unicodeslot=0x1CC1, }, [0x1CC2]={ category="po", description="SUNDANESE PUNCTUATION BINDU PURNAMA", direction="l", + linebreak="al", unicodeslot=0x1CC2, }, [0x1CC3]={ category="po", description="SUNDANESE PUNCTUATION BINDU CAKRA", direction="l", + linebreak="al", unicodeslot=0x1CC3, }, [0x1CC4]={ category="po", description="SUNDANESE PUNCTUATION BINDU LEU SATANGA", direction="l", + linebreak="al", unicodeslot=0x1CC4, }, [0x1CC5]={ category="po", description="SUNDANESE PUNCTUATION BINDU KA SATANGA", direction="l", + linebreak="al", unicodeslot=0x1CC5, }, [0x1CC6]={ category="po", description="SUNDANESE PUNCTUATION BINDU DA SATANGA", direction="l", + linebreak="al", unicodeslot=0x1CC6, }, [0x1CC7]={ category="po", description="SUNDANESE PUNCTUATION BINDU BA SATANGA", direction="l", + linebreak="al", unicodeslot=0x1CC7, }, [0x1CD0]={ @@ -49788,24 +49890,28 @@ characters.data={ category="mc", description="VEDIC SIGN ROTATED ARDHAVISARGA", direction="l", + linebreak="cm", unicodeslot=0x1CF3, }, [0x1CF4]={ category="mn", description="VEDIC TONE CANDRA ABOVE", direction="nsm", + linebreak="cm", unicodeslot=0x1CF4, }, [0x1CF5]={ category="lo", description="VEDIC SIGN JIHVAMULIYA", direction="l", + linebreak="al", unicodeslot=0x1CF5, }, [0x1CF6]={ category="lo", description="VEDIC SIGN UPADHMANIYA", direction="l", + linebreak="al", unicodeslot=0x1CF6, }, [0x1D00]={ @@ -57553,6 +57659,10 @@ characters.data={ linebreak="ns", specials={ "compat", 0x0021, 0x0021 }, unicodeslot=0x203C, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x203D]={ category="po", @@ -57675,6 +57785,10 @@ characters.data={ linebreak="ns", specials={ "compat", 0x0021, 0x003F }, unicodeslot=0x2049, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x204A]={ category="po", @@ -58486,6 +58600,7 @@ characters.data={ category="sc", description="TURKISH LIRA SIGN", direction="et", + linebreak="pr", unicodeslot=0x20BA, }, [0x20D0]={ @@ -59277,6 +59392,10 @@ characters.data={ linebreak="al", specials={ "font", 0x0069 }, unicodeslot=0x2139, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x213A]={ category="so", @@ -60153,6 +60272,10 @@ characters.data={ mathextensible="h", mathname="leftrightarrow", unicodeslot=0x2194, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2195]={ adobename="arrowupdn", @@ -60165,6 +60288,10 @@ characters.data={ mathextensible="v", mathname="updownarrow", unicodeslot=0x2195, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2196]={ adobename="arrowupleft", @@ -60176,6 +60303,10 @@ characters.data={ mathclass="relation", mathname="nwarrow", unicodeslot=0x2196, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2197]={ adobename="arrowupright", @@ -60187,6 +60318,10 @@ characters.data={ mathclass="relation", mathname="nearrow", unicodeslot=0x2197, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2198]={ adobename="arrowdownright", @@ -60198,6 +60333,10 @@ characters.data={ mathclass="relation", mathname="searrow", unicodeslot=0x2198, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2199]={ adobename="arrowdownleft", @@ -60209,6 +60348,10 @@ characters.data={ mathclass="relation", mathname="swarrow", unicodeslot=0x2199, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x219A]={ category="sm", @@ -60376,6 +60519,10 @@ characters.data={ mathfiller="hookleftarrowfill", mathname="hookleftarrow", unicodeslot=0x21A9, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x21AA]={ category="so", @@ -60387,6 +60534,10 @@ characters.data={ mathfiller="hookrightarrowfill", mathname="hookrightarrow", unicodeslot=0x21AA, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x21AB]={ category="so", @@ -64267,15 +64418,23 @@ characters.data={ category="so", description="WATCH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x231A, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x231B]={ category="so", description="HOURGLASS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x231B, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x231C]={ category="so", @@ -65809,28 +65968,28 @@ characters.data={ category="so", description="ALARM CLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x23F0, }, [0x23F1]={ category="so", description="STOPWATCH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x23F1, }, [0x23F2]={ category="so", description="TIMER CLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x23F2, }, [0x23F3]={ category="so", description="HOURGLASS WITH FLOWING SAND", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x23F3, }, [0x2400]={ @@ -67186,6 +67345,10 @@ characters.data={ linebreak="ai", specials={ "circle", 0x004D }, unicodeslot=0x24C2, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x24C3]={ adobename="Ncircle", @@ -69204,6 +69367,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x25AA, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x25AB]={ adobename="whitesmallsquare", @@ -69212,6 +69379,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x25AB, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x25AC]={ adobename="filledrect", @@ -69312,6 +69483,10 @@ characters.data={ mathclass="binary", mathname="blacktriangleright", unicodeslot=0x25B6, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x25B7]={ adobename="whiterightpointingtriangle", @@ -69409,6 +69584,10 @@ characters.data={ mathclass="binary", mathname="blacktriangleleft", unicodeslot=0x25C0, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x25C1]={ adobename="whiteleftpointingtriangle", @@ -69864,6 +70043,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x25FB, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x25FC]={ category="sm", @@ -69871,6 +70054,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x25FC, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x25FD]={ category="sm", @@ -69878,6 +70065,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x25FD, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x25FE]={ category="sm", @@ -69885,6 +70076,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x25FE, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x25FF]={ category="sm", @@ -69897,28 +70092,36 @@ characters.data={ category="so", description="BLACK SUN WITH RAYS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x2600, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2601]={ category="so", description="CLOUD", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x2601, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2602]={ category="so", description="UMBRELLA", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x2602, }, [0x2603]={ category="so", description="SNOWMAN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x2603, }, [0x2604]={ @@ -70006,6 +70209,10 @@ characters.data={ direction="on", linebreak="ai", unicodeslot=0x260E, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x260F]={ adobename="whitetelephone", @@ -70029,6 +70236,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2611, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2612]={ category="so", @@ -70049,16 +70260,24 @@ characters.data={ cjkwd="a", description="UMBRELLA WITH RAIN DROPS", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x2614, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2615]={ category="so", cjkwd="a", description="HOT BEVERAGE", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x2615, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2616]={ category="so", @@ -70078,7 +70297,7 @@ characters.data={ category="so", description="SHAMROCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x2618, }, [0x2619]={ @@ -70092,14 +70311,14 @@ characters.data={ category="so", description="BLACK LEFT POINTING INDEX", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x261A, }, [0x261B]={ category="so", description="BLACK RIGHT POINTING INDEX", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x261B, }, [0x261C]={ @@ -70108,7 +70327,7 @@ characters.data={ cjkwd="a", description="WHITE LEFT POINTING INDEX", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x261C, }, [0x261D]={ @@ -70116,8 +70335,12 @@ characters.data={ category="so", description="WHITE UP POINTING INDEX", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x261D, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x261E]={ adobename="pointingindexrightwhite", @@ -70125,7 +70348,7 @@ characters.data={ cjkwd="a", description="WHITE RIGHT POINTING INDEX", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x261E, }, [0x261F]={ @@ -70133,7 +70356,7 @@ characters.data={ category="so", description="WHITE DOWN POINTING INDEX", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x261F, }, [0x2620]={ @@ -70316,7 +70539,7 @@ characters.data={ category="so", description="WHITE FROWNING FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x2639, }, [0x263A]={ @@ -70324,15 +70547,19 @@ characters.data={ category="so", description="WHITE SMILING FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x263A, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x263B]={ adobename="invsmileface", category="so", description="BLACK SMILING FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x263B, }, [0x263C]={ @@ -70431,6 +70658,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2648, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2649]={ category="so", @@ -70438,6 +70669,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2649, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x264A]={ category="so", @@ -70445,6 +70680,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x264A, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x264B]={ category="so", @@ -70452,6 +70691,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x264B, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x264C]={ category="so", @@ -70459,6 +70702,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x264C, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x264D]={ category="so", @@ -70466,6 +70713,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x264D, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x264E]={ category="so", @@ -70473,6 +70724,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x264E, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x264F]={ category="so", @@ -70480,6 +70735,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x264F, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2650]={ category="so", @@ -70487,6 +70746,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2650, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2651]={ category="so", @@ -70494,6 +70757,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2651, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2652]={ category="so", @@ -70501,6 +70768,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2652, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2653]={ category="so", @@ -70508,6 +70779,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2653, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2654]={ category="so", @@ -70603,6 +70878,10 @@ characters.data={ mathclass="default", mathname="spadesuit", unicodeslot=0x2660, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2661]={ adobename="heartsuitwhite", @@ -70635,6 +70914,10 @@ characters.data={ mathclass="default", mathname="clubsuit", unicodeslot=0x2663, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2664]={ adobename="spadesuitwhite", @@ -70653,6 +70936,10 @@ characters.data={ direction="on", linebreak="ai", unicodeslot=0x2665, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2666]={ adobename="diamond", @@ -70663,6 +70950,10 @@ characters.data={ mathclass="ordinary", mathname="blacklozenge", unicodeslot=0x2666, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2667]={ adobename="clubsuitwhite", @@ -70679,8 +70970,12 @@ characters.data={ cjkwd="a", description="HOT SPRINGS", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x2668, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2669]={ adobename="quarternote", @@ -70831,6 +71126,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x267B, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x267C]={ category="so", @@ -70857,8 +71156,12 @@ characters.data={ category="so", description="WHEELCHAIR SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x267F, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2680]={ category="so", @@ -70999,6 +71302,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2693, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2694]={ category="so", @@ -71092,6 +71399,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x26A0, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26A1]={ category="so", @@ -71099,6 +71410,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x26A1, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26A2]={ category="so", @@ -71162,6 +71477,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x26AA, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26AB]={ category="so", @@ -71169,6 +71488,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x26AB, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26AC]={ category="so", @@ -71293,51 +71616,59 @@ characters.data={ category="so", description="SOCCER BALL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x26BD, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26BE]={ category="so", cjkwd="a", description="BASEBALL", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26BE, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26BF]={ category="so", cjkwd="a", description="SQUARED KEY", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26BF, }, [0x26C0]={ category="so", description="WHITE DRAUGHTS MAN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x26C0, }, [0x26C1]={ category="so", description="WHITE DRAUGHTS KING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x26C1, }, [0x26C2]={ category="so", description="BLACK DRAUGHTS MAN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x26C2, }, [0x26C3]={ category="so", description="BLACK DRAUGHTS KING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x26C3, }, [0x26C4]={ @@ -71345,23 +71676,31 @@ characters.data={ cjkwd="a", description="SNOWMAN WITHOUT SNOW", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26C4, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26C5]={ category="so", cjkwd="a", description="SUN BEHIND CLOUD", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26C5, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26C6]={ category="so", cjkwd="a", description="RAIN", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26C6, }, [0x26C7]={ @@ -71369,7 +71708,7 @@ characters.data={ cjkwd="a", description="BLACK SNOWMAN", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26C7, }, [0x26C8]={ @@ -71377,7 +71716,7 @@ characters.data={ cjkwd="a", description="THUNDER CLOUD AND RAIN", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26C8, }, [0x26C9]={ @@ -71417,7 +71756,7 @@ characters.data={ cjkwd="a", description="DISABLED CAR", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26CD, }, [0x26CE]={ @@ -71432,7 +71771,7 @@ characters.data={ cjkwd="a", description="PICK", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26CF, }, [0x26D0]={ @@ -71440,7 +71779,7 @@ characters.data={ cjkwd="a", description="CAR SLIDING", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26D0, }, [0x26D1]={ @@ -71448,7 +71787,7 @@ characters.data={ cjkwd="a", description="HELMET WITH WHITE CROSS", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26D1, }, [0x26D2]={ @@ -71464,7 +71803,7 @@ characters.data={ cjkwd="a", description="CHAINS", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26D3, }, [0x26D4]={ @@ -71472,8 +71811,12 @@ characters.data={ cjkwd="a", description="NO ENTRY", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26D4, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26D5]={ category="so", @@ -71504,7 +71847,7 @@ characters.data={ cjkwd="a", description="BLACK LEFT LANE MERGE", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26D8, }, [0x26D9]={ @@ -71512,7 +71855,7 @@ characters.data={ cjkwd="a", description="WHITE LEFT LANE MERGE", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26D9, }, [0x26DA]={ @@ -71536,7 +71879,7 @@ characters.data={ cjkwd="a", description="LEFT CLOSED ENTRY", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26DC, }, [0x26DD]={ @@ -71560,7 +71903,7 @@ characters.data={ cjkwd="a", description="BLACK TRUCK", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26DF, }, [0x26E0]={ @@ -71568,7 +71911,7 @@ characters.data={ cjkwd="a", description="RESTRICTED LEFT ENTRY-1", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26E0, }, [0x26E1]={ @@ -71576,7 +71919,7 @@ characters.data={ cjkwd="a", description="RESTRICTED LEFT ENTRY-2", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26E1, }, [0x26E2]={ @@ -71643,8 +71986,12 @@ characters.data={ cjkwd="a", description="CHURCH", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26EA, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26EB]={ category="so", @@ -71699,7 +72046,7 @@ characters.data={ cjkwd="a", description="UMBRELLA ON GROUND", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26F1, }, [0x26F2]={ @@ -71707,23 +72054,31 @@ characters.data={ cjkwd="a", description="FOUNTAIN", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26F2, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26F3]={ category="so", cjkwd="a", description="FLAG IN HOLE", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26F3, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26F4]={ category="so", cjkwd="a", description="FERRY", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26F4, }, [0x26F5]={ @@ -71731,8 +72086,12 @@ characters.data={ cjkwd="a", description="SAILBOAT", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26F5, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26F6]={ category="so", @@ -71747,7 +72106,7 @@ characters.data={ cjkwd="a", description="SKIER", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26F7, }, [0x26F8]={ @@ -71755,7 +72114,7 @@ characters.data={ cjkwd="a", description="ICE SKATE", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26F8, }, [0x26F9]={ @@ -71763,7 +72122,7 @@ characters.data={ cjkwd="a", description="PERSON WITH BALL", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26F9, }, [0x26FA]={ @@ -71771,8 +72130,12 @@ characters.data={ cjkwd="a", description="TENT", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26FA, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26FB]={ category="so", @@ -71795,15 +72158,19 @@ characters.data={ cjkwd="a", description="FUEL PUMP", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26FD, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x26FE]={ category="so", cjkwd="a", description="CUP ON BLACK SQUARE", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26FE, }, [0x26FF]={ @@ -71811,35 +72178,39 @@ characters.data={ cjkwd="a", description="WHITE FLAG WITH HORIZONTAL MIDDLE BLACK STRIPE", direction="on", - linebreak="ai", + linebreak="id", unicodeslot=0x26FF, }, [0x2701]={ category="so", description="UPPER BLADE SCISSORS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x2701, }, [0x2702]={ category="so", description="BLACK SCISSORS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x2702, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2703]={ category="so", description="LOWER BLADE SCISSORS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x2703, }, [0x2704]={ category="so", description="WHITE SCISSORS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x2704, }, [0x2705]={ @@ -71867,42 +72238,54 @@ characters.data={ category="so", description="AIRPLANE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x2708, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2709]={ category="so", description="ENVELOPE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x2709, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x270A]={ category="so", description="RAISED FIST", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x270A, }, [0x270B]={ category="so", description="RAISED HAND", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x270B, }, [0x270C]={ category="so", description="VICTORY HAND", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x270C, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x270D]={ category="so", description="WRITING HAND", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x270D, }, [0x270E]={ @@ -71918,6 +72301,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x270F, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2710]={ category="so", @@ -71939,6 +72326,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2712, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2713]={ adobename="checkmark", @@ -71956,6 +72347,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2714, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2715]={ category="so", @@ -71970,6 +72365,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2716, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2717]={ category="so", @@ -72175,6 +72574,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2733, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2734]={ category="so", @@ -72182,6 +72585,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2734, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2735]={ category="so", @@ -72295,6 +72702,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2744, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2745]={ category="so", @@ -72316,6 +72727,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2747, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2748]={ category="so", @@ -72429,6 +72844,10 @@ characters.data={ direction="on", linebreak="ai", unicodeslot=0x2757, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2758]={ category="so", @@ -72520,6 +72939,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2764, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2765]={ category="so", @@ -72981,6 +73404,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x27A1, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x27A2]={ category="so", @@ -73280,6 +73707,8 @@ characters.data={ comment="check math properties", description="MATHEMATICAL RISING DIAGONAL", direction="on", + linebreak="al", + mirror=0x27CD, unicodeslot=0x27CB, }, [0x27CC]={ @@ -73294,6 +73723,8 @@ characters.data={ comment="check math properties", description="MATHEMATICAL FALLING DIAGONAL", direction="on", + linebreak="al", + mirror=0x27CB, unicodeslot=0x27CD, }, [0x27CE]={ @@ -75954,6 +76385,10 @@ characters.data={ linebreak="al", mathextensible="m", unicodeslot=0x2934, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2935]={ category="sm", @@ -75962,6 +76397,10 @@ characters.data={ linebreak="al", mathextensible="m", unicodeslot=0x2935, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2936]={ category="sm", @@ -79451,6 +79890,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2B05, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2B06]={ category="so", @@ -79458,6 +79901,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2B06, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2B07]={ category="so", @@ -79465,6 +79912,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2B07, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2B08]={ category="so", @@ -79605,6 +80056,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2B1B, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2B1C]={ category="so", @@ -79612,6 +80067,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2B1C, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2B1D]={ category="so", @@ -79970,6 +80429,10 @@ characters.data={ direction="on", linebreak="al", unicodeslot=0x2B50, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2B51]={ category="so", @@ -80006,6 +80469,10 @@ characters.data={ direction="on", linebreak="ai", unicodeslot=0x2B55, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x2B56]={ category="so", @@ -81948,12 +82415,14 @@ characters.data={ category="lu", description="COPTIC CAPITAL LETTER BOHAIRIC KHEI", direction="l", + linebreak="al", unicodeslot=0x2CF2, }, [0x2CF3]={ category="ll", description="COPTIC SMALL LETTER BOHAIRIC KHEI", direction="l", + linebreak="al", unicodeslot=0x2CF3, }, [0x2CF9]={ @@ -82313,12 +82782,14 @@ characters.data={ category="ll", description="GEORGIAN SMALL LETTER YN", direction="l", + linebreak="al", unicodeslot=0x2D27, }, [0x2D2D]={ category="ll", description="GEORGIAN SMALL LETTER AEN", direction="l", + linebreak="al", unicodeslot=0x2D2D, }, [0x2D30]={ @@ -82624,7 +83095,6 @@ characters.data={ }, [0x2D5B]={ category="lo", - cjkwd="w", description="TIFINAGH LETTER YASH", direction="l", linebreak="al", @@ -82632,7 +83102,6 @@ characters.data={ }, [0x2D5C]={ category="lo", - cjkwd="w", description="TIFINAGH LETTER YAT", direction="l", linebreak="al", @@ -82677,14 +83146,14 @@ characters.data={ category="lo", description="TIFINAGH LETTER YAY", direction="l", - linebreak="id", + linebreak="al", unicodeslot=0x2D62, }, [0x2D63]={ category="lo", description="TIFINAGH LETTER YAZ", direction="l", - linebreak="id", + linebreak="al", unicodeslot=0x2D63, }, [0x2D64]={ @@ -82705,12 +83174,14 @@ characters.data={ category="lo", description="TIFINAGH LETTER YE", direction="l", + linebreak="al", unicodeslot=0x2D66, }, [0x2D67]={ category="lo", description="TIFINAGH LETTER YO", direction="l", + linebreak="al", unicodeslot=0x2D67, }, [0x2D6F]={ @@ -82928,14 +83399,14 @@ characters.data={ category="lo", description="ETHIOPIC SYLLABLE SSEE", direction="l", - linebreak="id", + linebreak="al", unicodeslot=0x2DA4, }, [0x2DA5]={ category="lo", description="ETHIOPIC SYLLABLE SSE", direction="l", - linebreak="id", + linebreak="al", unicodeslot=0x2DA5, }, [0x2DA6]={ @@ -83024,6 +83495,7 @@ characters.data={ }, [0x2DB4]={ category="lo", + cjkwd="w", description="ETHIOPIC SYLLABLE ZZEE", direction="l", linebreak="al", @@ -83031,6 +83503,7 @@ characters.data={ }, [0x2DB5]={ category="lo", + cjkwd="w", description="ETHIOPIC SYLLABLE ZZE", direction="l", linebreak="al", @@ -83068,14 +83541,14 @@ characters.data={ category="lo", description="ETHIOPIC SYLLABLE CCHAA", direction="l", - linebreak="al", + linebreak="id", unicodeslot=0x2DBB, }, [0x2DBC]={ category="lo", description="ETHIOPIC SYLLABLE CCHEE", direction="l", - linebreak="al", + linebreak="id", unicodeslot=0x2DBC, }, [0x2DBD]={ @@ -83444,6 +83917,7 @@ characters.data={ }, [0x2DF6]={ category="mn", + cjkwd="w", description="COMBINING CYRILLIC LETTER A", direction="nsm", linebreak="cm", @@ -83451,6 +83925,7 @@ characters.data={ }, [0x2DF7]={ category="mn", + cjkwd="w", description="COMBINING CYRILLIC LETTER IE", direction="nsm", linebreak="cm", @@ -83495,14 +83970,14 @@ characters.data={ category="mn", description="COMBINING CYRILLIC LETTER LITTLE YUS", direction="nsm", - linebreak="cm", + linebreak="id", unicodeslot=0x2DFD, }, [0x2DFE]={ category="mn", description="COMBINING CYRILLIC LETTER BIG YUS", direction="nsm", - linebreak="cm", + linebreak="id", unicodeslot=0x2DFE, }, [0x2DFF]={ @@ -83886,60 +84361,70 @@ characters.data={ category="po", description="TURNED COMMA", direction="on", + linebreak="al", unicodeslot=0x2E32, }, [0x2E33]={ category="po", description="RAISED DOT", direction="on", + linebreak="ba", unicodeslot=0x2E33, }, [0x2E34]={ category="po", description="RAISED COMMA", direction="on", + linebreak="ba", unicodeslot=0x2E34, }, [0x2E35]={ category="po", description="TURNED SEMICOLON", direction="on", + linebreak="al", unicodeslot=0x2E35, }, [0x2E36]={ category="po", description="DAGGER WITH LEFT GUARD", direction="on", + linebreak="al", unicodeslot=0x2E36, }, [0x2E37]={ category="po", description="DAGGER WITH RIGHT GUARD", direction="on", + linebreak="al", unicodeslot=0x2E37, }, [0x2E38]={ category="po", description="TURNED DAGGER", direction="on", + linebreak="al", unicodeslot=0x2E38, }, [0x2E39]={ category="po", description="TOP HALF SECTION SIGN", direction="on", + linebreak="al", unicodeslot=0x2E39, }, [0x2E3A]={ category="pd", description="TWO-EM DASH", direction="on", + linebreak="b2", unicodeslot=0x2E3A, }, [0x2E3B]={ category="pd", description="THREE-EM DASH", direction="on", + linebreak="b2", unicodeslot=0x2E3B, }, [0x2E80]={ @@ -87445,6 +87930,10 @@ characters.data={ direction="on", linebreak="id", unicodeslot=0x303D, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x303E]={ category="so", @@ -87468,7 +87957,7 @@ characters.data={ cjkwd="w", description="HIRAGANA LETTER SMALL A", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x3041, }, [0x3042]={ @@ -87486,7 +87975,7 @@ characters.data={ cjkwd="w", description="HIRAGANA LETTER SMALL I", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x3043, }, [0x3044]={ @@ -87504,7 +87993,7 @@ characters.data={ cjkwd="w", description="HIRAGANA LETTER SMALL U", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x3045, }, [0x3046]={ @@ -87522,7 +88011,7 @@ characters.data={ cjkwd="w", description="HIRAGANA LETTER SMALL E", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x3047, }, [0x3048]={ @@ -87540,7 +88029,7 @@ characters.data={ cjkwd="w", description="HIRAGANA LETTER SMALL O", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x3049, }, [0x304A]={ @@ -87786,7 +88275,7 @@ characters.data={ cjkwd="w", description="HIRAGANA LETTER SMALL TU", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x3063, }, [0x3064]={ @@ -88087,7 +88576,7 @@ characters.data={ cjkwd="w", description="HIRAGANA LETTER SMALL YA", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x3083, }, [0x3084]={ @@ -88105,7 +88594,7 @@ characters.data={ cjkwd="w", description="HIRAGANA LETTER SMALL YU", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x3085, }, [0x3086]={ @@ -88123,7 +88612,7 @@ characters.data={ cjkwd="w", description="HIRAGANA LETTER SMALL YO", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x3087, }, [0x3088]={ @@ -88186,7 +88675,7 @@ characters.data={ cjkwd="w", description="HIRAGANA LETTER SMALL WA", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x308E, }, [0x308F]={ @@ -88249,7 +88738,7 @@ characters.data={ cjkwd="w", description="HIRAGANA LETTER SMALL KA", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x3095, }, [0x3096]={ @@ -88257,7 +88746,7 @@ characters.data={ cjkwd="w", description="HIRAGANA LETTER SMALL KE", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x3096, }, [0x3099]={ @@ -88338,7 +88827,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL A", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30A1, }, [0x30A2]={ @@ -88356,7 +88845,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL I", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30A3, }, [0x30A4]={ @@ -88374,7 +88863,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL U", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30A5, }, [0x30A6]={ @@ -88392,7 +88881,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL E", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30A7, }, [0x30A8]={ @@ -88410,7 +88899,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL O", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30A9, }, [0x30AA]={ @@ -88656,7 +89145,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL TU", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30C3, }, [0x30C4]={ @@ -88957,7 +89446,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL YA", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30E3, }, [0x30E4]={ @@ -88975,7 +89464,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL YU", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30E5, }, [0x30E6]={ @@ -88993,7 +89482,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL YO", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30E7, }, [0x30E8]={ @@ -89056,7 +89545,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL WA", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30EE, }, [0x30EF]={ @@ -89120,7 +89609,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL KA", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30F5, }, [0x30F6]={ @@ -89129,7 +89618,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL KE", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30F6, }, [0x30F7]={ @@ -89187,7 +89676,7 @@ characters.data={ cjkwd="w", description="KATAKANA-HIRAGANA PROLONGED SOUND MARK", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x30FC, }, [0x30FD]={ @@ -91174,7 +91663,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL KU", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31F0, }, [0x31F1]={ @@ -91182,7 +91671,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL SI", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31F1, }, [0x31F2]={ @@ -91190,7 +91679,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL SU", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31F2, }, [0x31F3]={ @@ -91198,7 +91687,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL TO", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31F3, }, [0x31F4]={ @@ -91206,7 +91695,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL NU", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31F4, }, [0x31F5]={ @@ -91214,7 +91703,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL HA", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31F5, }, [0x31F6]={ @@ -91222,7 +91711,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL HI", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31F6, }, [0x31F7]={ @@ -91230,7 +91719,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL HU", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31F7, }, [0x31F8]={ @@ -91238,7 +91727,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL HE", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31F8, }, [0x31F9]={ @@ -91246,7 +91735,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL HO", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31F9, }, [0x31FA]={ @@ -91254,7 +91743,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL MU", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31FA, }, [0x31FB]={ @@ -91262,7 +91751,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL RA", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31FB, }, [0x31FC]={ @@ -91270,7 +91759,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL RI", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31FC, }, [0x31FD]={ @@ -91278,7 +91767,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL RU", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31FD, }, [0x31FE]={ @@ -91286,7 +91775,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL RE", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31FE, }, [0x31FF]={ @@ -91294,7 +91783,7 @@ characters.data={ cjkwd="w", description="KATAKANA LETTER SMALL RO", direction="l", - linebreak="ns", + linebreak="cj", unicodeslot=0x31FF, }, [0x3200]={ @@ -92748,6 +93237,10 @@ characters.data={ linebreak="id", specials={ "circle", 0x795D }, unicodeslot=0x3297, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x3298]={ adobename="ideographiclaborcircle", @@ -92768,6 +93261,10 @@ characters.data={ linebreak="id", specials={ "circle", 0x79D8 }, unicodeslot=0x3299, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x329A]={ category="so", @@ -109126,48 +109623,56 @@ characters.data={ category="mn", description="COMBINING CYRILLIC LETTER UKRAINIAN IE", direction="nsm", + linebreak="cm", unicodeslot=0xA674, }, [0xA675]={ category="mn", description="COMBINING CYRILLIC LETTER I", direction="nsm", + linebreak="cm", unicodeslot=0xA675, }, [0xA676]={ category="mn", description="COMBINING CYRILLIC LETTER YI", direction="nsm", + linebreak="cm", unicodeslot=0xA676, }, [0xA677]={ category="mn", description="COMBINING CYRILLIC LETTER U", direction="nsm", + linebreak="cm", unicodeslot=0xA677, }, [0xA678]={ category="mn", description="COMBINING CYRILLIC LETTER HARD SIGN", direction="nsm", + linebreak="cm", unicodeslot=0xA678, }, [0xA679]={ category="mn", description="COMBINING CYRILLIC LETTER YERU", direction="nsm", + linebreak="cm", unicodeslot=0xA679, }, [0xA67A]={ category="mn", description="COMBINING CYRILLIC LETTER SOFT SIGN", direction="nsm", + linebreak="cm", unicodeslot=0xA67A, }, [0xA67B]={ category="mn", description="COMBINING CYRILLIC LETTER OMEGA", direction="nsm", + linebreak="cm", unicodeslot=0xA67B, }, [0xA67C]={ @@ -109370,6 +109875,7 @@ characters.data={ category="mn", description="COMBINING CYRILLIC LETTER IOTIFIED E", direction="nsm", + linebreak="cm", unicodeslot=0xA69F, }, [0xA6A0]={ @@ -111008,12 +111514,14 @@ characters.data={ category="lu", description="LATIN CAPITAL LETTER C WITH BAR", direction="l", + linebreak="al", unicodeslot=0xA792, }, [0xA793]={ category="ll", description="LATIN SMALL LETTER C WITH BAR", direction="l", + linebreak="al", unicodeslot=0xA793, }, [0xA7A0]={ @@ -111090,12 +111598,14 @@ characters.data={ category="lu", description="LATIN CAPITAL LETTER H WITH HOOK", direction="l", + linebreak="al", unicodeslot=0xA7AA, }, [0xA7F8]={ category="lm", description="MODIFIER LETTER CAPITAL H WITH STROKE", direction="l", + linebreak="al", specials={ "super", 0x0126 }, unicodeslot=0xA7F8, }, @@ -111103,6 +111613,7 @@ characters.data={ category="lm", description="MODIFIER LETTER SMALL LIGATURE OE", direction="l", + linebreak="al", specials={ "super", 0x0153 }, unicodeslot=0xA7F9, }, @@ -115448,138 +115959,161 @@ characters.data={ category="lo", description="MEETEI MAYEK LETTER E", direction="l", + linebreak="al", unicodeslot=0xAAE0, }, [0xAAE1]={ category="lo", description="MEETEI MAYEK LETTER O", direction="l", + linebreak="al", unicodeslot=0xAAE1, }, [0xAAE2]={ category="lo", description="MEETEI MAYEK LETTER CHA", direction="l", + linebreak="al", unicodeslot=0xAAE2, }, [0xAAE3]={ category="lo", description="MEETEI MAYEK LETTER NYA", direction="l", + linebreak="al", unicodeslot=0xAAE3, }, [0xAAE4]={ category="lo", description="MEETEI MAYEK LETTER TTA", direction="l", + linebreak="al", unicodeslot=0xAAE4, }, [0xAAE5]={ category="lo", description="MEETEI MAYEK LETTER TTHA", direction="l", + linebreak="al", unicodeslot=0xAAE5, }, [0xAAE6]={ category="lo", description="MEETEI MAYEK LETTER DDA", direction="l", + linebreak="al", unicodeslot=0xAAE6, }, [0xAAE7]={ category="lo", description="MEETEI MAYEK LETTER DDHA", direction="l", + linebreak="al", unicodeslot=0xAAE7, }, [0xAAE8]={ category="lo", description="MEETEI MAYEK LETTER NNA", direction="l", + linebreak="al", unicodeslot=0xAAE8, }, [0xAAE9]={ category="lo", description="MEETEI MAYEK LETTER SHA", direction="l", + linebreak="al", unicodeslot=0xAAE9, }, [0xAAEA]={ category="lo", description="MEETEI MAYEK LETTER SSA", direction="l", + linebreak="al", unicodeslot=0xAAEA, }, [0xAAEB]={ category="mc", description="MEETEI MAYEK VOWEL SIGN II", direction="l", + linebreak="cm", unicodeslot=0xAAEB, }, [0xAAEC]={ category="mn", description="MEETEI MAYEK VOWEL SIGN UU", direction="nsm", + linebreak="cm", unicodeslot=0xAAEC, }, [0xAAED]={ category="mn", description="MEETEI MAYEK VOWEL SIGN AAI", direction="nsm", + linebreak="cm", unicodeslot=0xAAED, }, [0xAAEE]={ category="mc", description="MEETEI MAYEK VOWEL SIGN AU", direction="l", + linebreak="cm", unicodeslot=0xAAEE, }, [0xAAEF]={ category="mc", description="MEETEI MAYEK VOWEL SIGN AAU", direction="l", + linebreak="cm", unicodeslot=0xAAEF, }, [0xAAF0]={ category="po", description="MEETEI MAYEK CHEIKHAN", direction="l", + linebreak="ba", unicodeslot=0xAAF0, }, [0xAAF1]={ category="po", description="MEETEI MAYEK AHANG KHUDAM", direction="l", + linebreak="ba", unicodeslot=0xAAF1, }, [0xAAF2]={ category="lo", description="MEETEI MAYEK ANJI", direction="l", + linebreak="al", unicodeslot=0xAAF2, }, [0xAAF3]={ category="lm", description="MEETEI MAYEK SYLLABLE REPETITION MARK", direction="l", + linebreak="al", unicodeslot=0xAAF3, }, [0xAAF4]={ category="lm", description="MEETEI MAYEK WORD REPETITION MARK", direction="l", + linebreak="al", unicodeslot=0xAAF4, }, [0xAAF5]={ category="mc", description="MEETEI MAYEK VOWEL SIGN VISARGA", direction="l", + linebreak="cm", unicodeslot=0xAAF5, }, [0xAAF6]={ category="mn", description="MEETEI MAYEK VIRAMA", direction="nsm", + linebreak="cm", unicodeslot=0xAAF6, }, [0xAB01]={ @@ -116200,7 +116734,6 @@ characters.data={ }, [0xD7B0]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG O-YEO", direction="l", linebreak="jv", @@ -116208,7 +116741,6 @@ characters.data={ }, [0xD7B1]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG O-O-I", direction="l", linebreak="jv", @@ -116216,7 +116748,6 @@ characters.data={ }, [0xD7B2]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG YO-A", direction="l", linebreak="jv", @@ -116224,7 +116755,6 @@ characters.data={ }, [0xD7B3]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG YO-AE", direction="l", linebreak="jv", @@ -116232,7 +116762,6 @@ characters.data={ }, [0xD7B4]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG YO-EO", direction="l", linebreak="jv", @@ -116240,7 +116769,6 @@ characters.data={ }, [0xD7B5]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG U-YEO", direction="l", linebreak="jv", @@ -116248,7 +116776,6 @@ characters.data={ }, [0xD7B6]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG U-I-I", direction="l", linebreak="jv", @@ -116256,7 +116783,6 @@ characters.data={ }, [0xD7B7]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG YU-AE", direction="l", linebreak="jv", @@ -116264,7 +116790,6 @@ characters.data={ }, [0xD7B8]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG YU-O", direction="l", linebreak="jv", @@ -116272,7 +116797,6 @@ characters.data={ }, [0xD7B9]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG EU-A", direction="l", linebreak="jv", @@ -116280,7 +116804,6 @@ characters.data={ }, [0xD7BA]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG EU-EO", direction="l", linebreak="jv", @@ -116288,7 +116811,6 @@ characters.data={ }, [0xD7BB]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG EU-E", direction="l", linebreak="jv", @@ -116296,7 +116818,6 @@ characters.data={ }, [0xD7BC]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG EU-O", direction="l", linebreak="jv", @@ -116304,7 +116825,6 @@ characters.data={ }, [0xD7BD]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG I-YA-O", direction="l", linebreak="jv", @@ -116312,7 +116832,6 @@ characters.data={ }, [0xD7BE]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG I-YAE", direction="l", linebreak="jv", @@ -116320,7 +116839,6 @@ characters.data={ }, [0xD7BF]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG I-YEO", direction="l", linebreak="jv", @@ -116328,7 +116846,6 @@ characters.data={ }, [0xD7C0]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG I-YE", direction="l", linebreak="jv", @@ -116336,7 +116853,6 @@ characters.data={ }, [0xD7C1]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG I-O-I", direction="l", linebreak="jv", @@ -116344,7 +116860,6 @@ characters.data={ }, [0xD7C2]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG I-YO", direction="l", linebreak="jv", @@ -116352,7 +116867,6 @@ characters.data={ }, [0xD7C3]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG I-YU", direction="l", linebreak="jv", @@ -116360,7 +116874,6 @@ characters.data={ }, [0xD7C4]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG I-I", direction="l", linebreak="jv", @@ -116368,7 +116881,6 @@ characters.data={ }, [0xD7C5]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG ARAEA-A", direction="l", linebreak="jv", @@ -116376,7 +116888,6 @@ characters.data={ }, [0xD7C6]={ category="lo", - cjkwd="w", description="HANGUL JUNGSEONG ARAEA-E", direction="l", linebreak="jv", @@ -116384,7 +116895,6 @@ characters.data={ }, [0xD7CB]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG NIEUN-RIEUL", direction="l", linebreak="jt", @@ -116392,7 +116902,6 @@ characters.data={ }, [0xD7CC]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG NIEUN-CHIEUCH", direction="l", linebreak="jt", @@ -116400,7 +116909,6 @@ characters.data={ }, [0xD7CD]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SSANGTIKEUT", direction="l", linebreak="jt", @@ -116408,7 +116916,6 @@ characters.data={ }, [0xD7CE]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SSANGTIKEUT-PIEUP", direction="l", linebreak="jt", @@ -116416,7 +116923,6 @@ characters.data={ }, [0xD7CF]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG TIKEUT-PIEUP", direction="l", linebreak="jt", @@ -116424,7 +116930,6 @@ characters.data={ }, [0xD7D0]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG TIKEUT-SIOS", direction="l", linebreak="jt", @@ -116432,7 +116937,6 @@ characters.data={ }, [0xD7D1]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG TIKEUT-SIOS-KIYEOK", direction="l", linebreak="jt", @@ -116440,7 +116944,6 @@ characters.data={ }, [0xD7D2]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG TIKEUT-CIEUC", direction="l", linebreak="jt", @@ -116448,7 +116951,6 @@ characters.data={ }, [0xD7D3]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG TIKEUT-CHIEUCH", direction="l", linebreak="jt", @@ -116456,7 +116958,6 @@ characters.data={ }, [0xD7D4]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG TIKEUT-THIEUTH", direction="l", linebreak="jt", @@ -116464,7 +116965,6 @@ characters.data={ }, [0xD7D5]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG RIEUL-SSANGKIYEOK", direction="l", linebreak="jt", @@ -116472,7 +116972,6 @@ characters.data={ }, [0xD7D6]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG RIEUL-KIYEOK-HIEUH", direction="l", linebreak="jt", @@ -116480,7 +116979,6 @@ characters.data={ }, [0xD7D7]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SSANGRIEUL-KHIEUKH", direction="l", linebreak="jt", @@ -116488,7 +116986,6 @@ characters.data={ }, [0xD7D8]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG RIEUL-MIEUM-HIEUH", direction="l", linebreak="jt", @@ -116496,7 +116993,6 @@ characters.data={ }, [0xD7D9]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG RIEUL-PIEUP-TIKEUT", direction="l", linebreak="jt", @@ -116504,7 +117000,6 @@ characters.data={ }, [0xD7DA]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG RIEUL-PIEUP-PHIEUPH", direction="l", linebreak="jt", @@ -116512,7 +117007,6 @@ characters.data={ }, [0xD7DB]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG RIEUL-YESIEUNG", direction="l", linebreak="jt", @@ -116520,7 +117014,6 @@ characters.data={ }, [0xD7DC]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG RIEUL-YEORINHIEUH-HIEUH", direction="l", linebreak="jt", @@ -116528,7 +117021,6 @@ characters.data={ }, [0xD7DD]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG KAPYEOUNRIEUL", direction="l", linebreak="jt", @@ -116536,7 +117028,6 @@ characters.data={ }, [0xD7DE]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG MIEUM-NIEUN", direction="l", linebreak="jt", @@ -116544,7 +117035,6 @@ characters.data={ }, [0xD7DF]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG MIEUM-SSANGNIEUN", direction="l", linebreak="jt", @@ -116552,7 +117042,6 @@ characters.data={ }, [0xD7E0]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SSANGMIEUM", direction="l", linebreak="jt", @@ -116560,7 +117049,6 @@ characters.data={ }, [0xD7E1]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG MIEUM-PIEUP-SIOS", direction="l", linebreak="jt", @@ -116568,7 +117056,6 @@ characters.data={ }, [0xD7E2]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG MIEUM-CIEUC", direction="l", linebreak="jt", @@ -116576,7 +117063,6 @@ characters.data={ }, [0xD7E3]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG PIEUP-TIKEUT", direction="l", linebreak="jt", @@ -116584,7 +117070,6 @@ characters.data={ }, [0xD7E4]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG PIEUP-RIEUL-PHIEUPH", direction="l", linebreak="jt", @@ -116592,7 +117077,6 @@ characters.data={ }, [0xD7E5]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG PIEUP-MIEUM", direction="l", linebreak="jt", @@ -116600,7 +117084,6 @@ characters.data={ }, [0xD7E6]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SSANGPIEUP", direction="l", linebreak="jt", @@ -116608,7 +117091,6 @@ characters.data={ }, [0xD7E7]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG PIEUP-SIOS-TIKEUT", direction="l", linebreak="jt", @@ -116616,7 +117098,6 @@ characters.data={ }, [0xD7E8]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG PIEUP-CIEUC", direction="l", linebreak="jt", @@ -116624,7 +117105,6 @@ characters.data={ }, [0xD7E9]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG PIEUP-CHIEUCH", direction="l", linebreak="jt", @@ -116632,7 +117112,6 @@ characters.data={ }, [0xD7EA]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SIOS-MIEUM", direction="l", linebreak="jt", @@ -116640,7 +117119,6 @@ characters.data={ }, [0xD7EB]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SIOS-KAPYEOUNPIEUP", direction="l", linebreak="jt", @@ -116648,7 +117126,6 @@ characters.data={ }, [0xD7EC]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SSANGSIOS-KIYEOK", direction="l", linebreak="jt", @@ -116656,7 +117133,6 @@ characters.data={ }, [0xD7ED]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SSANGSIOS-TIKEUT", direction="l", linebreak="jt", @@ -116664,7 +117140,6 @@ characters.data={ }, [0xD7EE]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SIOS-PANSIOS", direction="l", linebreak="jt", @@ -116672,7 +117147,6 @@ characters.data={ }, [0xD7EF]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SIOS-CIEUC", direction="l", linebreak="jt", @@ -116680,7 +117154,6 @@ characters.data={ }, [0xD7F0]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SIOS-CHIEUCH", direction="l", linebreak="jt", @@ -116688,7 +117161,6 @@ characters.data={ }, [0xD7F1]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SIOS-THIEUTH", direction="l", linebreak="jt", @@ -116696,7 +117168,6 @@ characters.data={ }, [0xD7F2]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SIOS-HIEUH", direction="l", linebreak="jt", @@ -116704,7 +117175,6 @@ characters.data={ }, [0xD7F3]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG PANSIOS-PIEUP", direction="l", linebreak="jt", @@ -116712,7 +117182,6 @@ characters.data={ }, [0xD7F4]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG PANSIOS-KAPYEOUNPIEUP", direction="l", linebreak="jt", @@ -116720,7 +117189,6 @@ characters.data={ }, [0xD7F5]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG YESIEUNG-MIEUM", direction="l", linebreak="jt", @@ -116728,7 +117196,6 @@ characters.data={ }, [0xD7F6]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG YESIEUNG-HIEUH", direction="l", linebreak="jt", @@ -116736,7 +117203,6 @@ characters.data={ }, [0xD7F7]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG CIEUC-PIEUP", direction="l", linebreak="jt", @@ -116744,7 +117210,6 @@ characters.data={ }, [0xD7F8]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG CIEUC-SSANGPIEUP", direction="l", linebreak="jt", @@ -116752,7 +117217,6 @@ characters.data={ }, [0xD7F9]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG SSANGCIEUC", direction="l", linebreak="jt", @@ -116760,7 +117224,6 @@ characters.data={ }, [0xD7FA]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG PHIEUPH-SIOS", direction="l", linebreak="jt", @@ -116768,7 +117231,6 @@ characters.data={ }, [0xD7FB]={ category="lo", - cjkwd="w", description="HANGUL JONGSEONG PHIEUPH-THIEUTH", direction="l", linebreak="jt", @@ -119539,15 +120001,19 @@ characters.data={ }, [0xFA2E]={ category="lo", + cjkwd="w", description="CJK COMPATIBILITY IDEOGRAPH-FA2E", direction="l", + linebreak="id", specials={ "char", 0x90DE }, unicodeslot=0xFA2E, }, [0xFA2F]={ category="lo", + cjkwd="w", description="CJK COMPATIBILITY IDEOGRAPH-FA2F", direction="l", + linebreak="id", specials={ "char", 0x96B7 }, unicodeslot=0xFA2F, }, @@ -121179,7 +121645,7 @@ characters.data={ category="lo", description="HEBREW LETTER YOD WITH HIRIQ", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D9, specials={ "char", 0x05D9, 0x05B4 }, unicodeslot=0xFB1D, @@ -121196,7 +121662,7 @@ characters.data={ category="lo", description="HEBREW LIGATURE YIDDISH YOD YOD PATAH", direction="r", - linebreak="al", + linebreak="hl", specials={ "char", 0x05F2, 0x05B7 }, unicodeslot=0xFB1F, }, @@ -121205,7 +121671,7 @@ characters.data={ category="lo", description="HEBREW LETTER ALTERNATIVE AYIN", direction="r", - linebreak="al", + linebreak="hl", specials={ "font", 0x05E2 }, unicodeslot=0xFB20, }, @@ -121213,7 +121679,7 @@ characters.data={ category="lo", description="HEBREW LETTER WIDE ALEF", direction="r", - linebreak="al", + linebreak="hl", specials={ "font", 0x05D0 }, unicodeslot=0xFB21, }, @@ -121221,7 +121687,7 @@ characters.data={ category="lo", description="HEBREW LETTER WIDE DALET", direction="r", - linebreak="al", + linebreak="hl", specials={ "font", 0x05D3 }, unicodeslot=0xFB22, }, @@ -121229,7 +121695,7 @@ characters.data={ category="lo", description="HEBREW LETTER WIDE HE", direction="r", - linebreak="al", + linebreak="hl", specials={ "font", 0x05D4 }, unicodeslot=0xFB23, }, @@ -121237,7 +121703,7 @@ characters.data={ category="lo", description="HEBREW LETTER WIDE KAF", direction="r", - linebreak="al", + linebreak="hl", specials={ "font", 0x05DB }, unicodeslot=0xFB24, }, @@ -121245,7 +121711,7 @@ characters.data={ category="lo", description="HEBREW LETTER WIDE LAMED", direction="r", - linebreak="al", + linebreak="hl", specials={ "font", 0x05DC }, unicodeslot=0xFB25, }, @@ -121253,7 +121719,7 @@ characters.data={ category="lo", description="HEBREW LETTER WIDE FINAL MEM", direction="r", - linebreak="al", + linebreak="hl", specials={ "font", 0x05DD }, unicodeslot=0xFB26, }, @@ -121261,7 +121727,7 @@ characters.data={ category="lo", description="HEBREW LETTER WIDE RESH", direction="r", - linebreak="al", + linebreak="hl", specials={ "font", 0x05E8 }, unicodeslot=0xFB27, }, @@ -121269,7 +121735,7 @@ characters.data={ category="lo", description="HEBREW LETTER WIDE TAV", direction="r", - linebreak="al", + linebreak="hl", specials={ "font", 0x05EA }, unicodeslot=0xFB28, }, @@ -121286,7 +121752,7 @@ characters.data={ category="lo", description="HEBREW LETTER SHIN WITH SHIN DOT", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05E9, specials={ "char", 0x05E9, 0x05C1 }, unicodeslot=0xFB2A, @@ -121296,7 +121762,7 @@ characters.data={ category="lo", description="HEBREW LETTER SHIN WITH SIN DOT", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05E9, specials={ "char", 0x05E9, 0x05C2 }, unicodeslot=0xFB2B, @@ -121306,7 +121772,7 @@ characters.data={ category="lo", description="HEBREW LETTER SHIN WITH DAGESH AND SHIN DOT", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05E9, specials={ "char", 0xFB49, 0x05C1 }, unicodeslot=0xFB2C, @@ -121316,7 +121782,7 @@ characters.data={ category="lo", description="HEBREW LETTER SHIN WITH DAGESH AND SIN DOT", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05E9, specials={ "char", 0xFB49, 0x05C2 }, unicodeslot=0xFB2D, @@ -121326,7 +121792,7 @@ characters.data={ category="lo", description="HEBREW LETTER ALEF WITH PATAH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D0, specials={ "char", 0x05D0, 0x05B7 }, unicodeslot=0xFB2E, @@ -121336,7 +121802,7 @@ characters.data={ category="lo", description="HEBREW LETTER ALEF WITH QAMATS", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D0, specials={ "char", 0x05D0, 0x05B8 }, unicodeslot=0xFB2F, @@ -121346,7 +121812,7 @@ characters.data={ category="lo", description="HEBREW LETTER ALEF WITH MAPIQ", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D0, specials={ "char", 0x05D0, 0x05BC }, unicodeslot=0xFB30, @@ -121356,7 +121822,7 @@ characters.data={ category="lo", description="HEBREW LETTER BET WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D1, specials={ "char", 0x05D1, 0x05BC }, unicodeslot=0xFB31, @@ -121366,7 +121832,7 @@ characters.data={ category="lo", description="HEBREW LETTER GIMEL WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D2, specials={ "char", 0x05D2, 0x05BC }, unicodeslot=0xFB32, @@ -121376,7 +121842,7 @@ characters.data={ category="lo", description="HEBREW LETTER DALET WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D3, specials={ "char", 0x05D3, 0x05BC }, unicodeslot=0xFB33, @@ -121386,7 +121852,7 @@ characters.data={ category="lo", description="HEBREW LETTER HE WITH MAPIQ", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D4, specials={ "char", 0x05D4, 0x05BC }, unicodeslot=0xFB34, @@ -121396,7 +121862,7 @@ characters.data={ category="lo", description="HEBREW LETTER VAV WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D5, specials={ "char", 0x05D5, 0x05BC }, unicodeslot=0xFB35, @@ -121406,7 +121872,7 @@ characters.data={ category="lo", description="HEBREW LETTER ZAYIN WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D6, specials={ "char", 0x05D6, 0x05BC }, unicodeslot=0xFB36, @@ -121416,7 +121882,7 @@ characters.data={ category="lo", description="HEBREW LETTER TET WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D8, specials={ "char", 0x05D8, 0x05BC }, unicodeslot=0xFB38, @@ -121426,7 +121892,7 @@ characters.data={ category="lo", description="HEBREW LETTER YOD WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D9, specials={ "char", 0x05D9, 0x05BC }, unicodeslot=0xFB39, @@ -121436,7 +121902,7 @@ characters.data={ category="lo", description="HEBREW LETTER FINAL KAF WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", specials={ "char", 0x05DA, 0x05BC }, unicodeslot=0xFB3A, }, @@ -121445,7 +121911,7 @@ characters.data={ category="lo", description="HEBREW LETTER KAF WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05DB, specials={ "char", 0x05DB, 0x05BC }, unicodeslot=0xFB3B, @@ -121455,7 +121921,7 @@ characters.data={ category="lo", description="HEBREW LETTER LAMED WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05DC, specials={ "char", 0x05DC, 0x05BC }, unicodeslot=0xFB3C, @@ -121465,7 +121931,7 @@ characters.data={ category="lo", description="HEBREW LETTER MEM WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05DE, specials={ "char", 0x05DE, 0x05BC }, unicodeslot=0xFB3E, @@ -121475,7 +121941,7 @@ characters.data={ category="lo", description="HEBREW LETTER NUN WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05E0, specials={ "char", 0x05E0, 0x05BC }, unicodeslot=0xFB40, @@ -121485,7 +121951,7 @@ characters.data={ category="lo", description="HEBREW LETTER SAMEKH WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05E1, specials={ "char", 0x05E1, 0x05BC }, unicodeslot=0xFB41, @@ -121495,7 +121961,7 @@ characters.data={ category="lo", description="HEBREW LETTER FINAL PE WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", specials={ "char", 0x05E3, 0x05BC }, unicodeslot=0xFB43, }, @@ -121504,7 +121970,7 @@ characters.data={ category="lo", description="HEBREW LETTER PE WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05E4, specials={ "char", 0x05E4, 0x05BC }, unicodeslot=0xFB44, @@ -121514,7 +121980,7 @@ characters.data={ category="lo", description="HEBREW LETTER TSADI WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05E6, specials={ "char", 0x05E6, 0x05BC }, unicodeslot=0xFB46, @@ -121524,7 +121990,7 @@ characters.data={ category="lo", description="HEBREW LETTER QOF WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05E7, specials={ "char", 0x05E7, 0x05BC }, unicodeslot=0xFB47, @@ -121534,7 +122000,7 @@ characters.data={ category="lo", description="HEBREW LETTER RESH WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05E8, specials={ "char", 0x05E8, 0x05BC }, unicodeslot=0xFB48, @@ -121544,7 +122010,7 @@ characters.data={ category="lo", description="HEBREW LETTER SHIN WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05E9, specials={ "char", 0x05E9, 0x05BC }, unicodeslot=0xFB49, @@ -121554,7 +122020,7 @@ characters.data={ category="lo", description="HEBREW LETTER TAV WITH DAGESH", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05EA, specials={ "char", 0x05EA, 0x05BC }, unicodeslot=0xFB4A, @@ -121564,7 +122030,7 @@ characters.data={ category="lo", description="HEBREW LETTER VAV WITH HOLAM", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D5, specials={ "char", 0x05D5, 0x05B9 }, unicodeslot=0xFB4B, @@ -121574,7 +122040,7 @@ characters.data={ category="lo", description="HEBREW LETTER BET WITH RAFE", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05D1, specials={ "char", 0x05D1, 0x05BF }, unicodeslot=0xFB4C, @@ -121584,7 +122050,7 @@ characters.data={ category="lo", description="HEBREW LETTER KAF WITH RAFE", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05DB, specials={ "char", 0x05DB, 0x05BF }, unicodeslot=0xFB4D, @@ -121594,7 +122060,7 @@ characters.data={ category="lo", description="HEBREW LETTER PE WITH RAFE", direction="r", - linebreak="al", + linebreak="hl", shcode=0x05E4, specials={ "char", 0x05E4, 0x05BF }, unicodeslot=0xFB4E, @@ -121604,7 +122070,7 @@ characters.data={ category="lo", description="HEBREW LIGATURE ALEF LAMED", direction="r", - linebreak="al", + linebreak="hl", specials={ "compat", 0x05D0, 0x05DC }, unicodeslot=0xFB4F, }, @@ -129704,7 +130170,7 @@ characters.data={ cjkwd="h", description="HALFWIDTH KATAKANA LETTER SMALL A", direction="l", - linebreak="ns", + linebreak="cj", specials={ "narrow", 0x30A1 }, unicodeslot=0xFF67, }, @@ -129714,7 +130180,7 @@ characters.data={ cjkwd="h", description="HALFWIDTH KATAKANA LETTER SMALL I", direction="l", - linebreak="ns", + linebreak="cj", specials={ "narrow", 0x30A3 }, unicodeslot=0xFF68, }, @@ -129724,7 +130190,7 @@ characters.data={ cjkwd="h", description="HALFWIDTH KATAKANA LETTER SMALL U", direction="l", - linebreak="ns", + linebreak="cj", specials={ "narrow", 0x30A5 }, unicodeslot=0xFF69, }, @@ -129734,7 +130200,7 @@ characters.data={ cjkwd="h", description="HALFWIDTH KATAKANA LETTER SMALL E", direction="l", - linebreak="ns", + linebreak="cj", specials={ "narrow", 0x30A7 }, unicodeslot=0xFF6A, }, @@ -129744,7 +130210,7 @@ characters.data={ cjkwd="h", description="HALFWIDTH KATAKANA LETTER SMALL O", direction="l", - linebreak="ns", + linebreak="cj", specials={ "narrow", 0x30A9 }, unicodeslot=0xFF6B, }, @@ -129754,7 +130220,7 @@ characters.data={ cjkwd="h", description="HALFWIDTH KATAKANA LETTER SMALL YA", direction="l", - linebreak="ns", + linebreak="cj", specials={ "narrow", 0x30E3 }, unicodeslot=0xFF6C, }, @@ -129764,7 +130230,7 @@ characters.data={ cjkwd="h", description="HALFWIDTH KATAKANA LETTER SMALL YU", direction="l", - linebreak="ns", + linebreak="cj", specials={ "narrow", 0x30E5 }, unicodeslot=0xFF6D, }, @@ -129774,7 +130240,7 @@ characters.data={ cjkwd="h", description="HALFWIDTH KATAKANA LETTER SMALL YO", direction="l", - linebreak="ns", + linebreak="cj", specials={ "narrow", 0x30E7 }, unicodeslot=0xFF6E, }, @@ -129784,7 +130250,7 @@ characters.data={ cjkwd="h", description="HALFWIDTH KATAKANA LETTER SMALL TU", direction="l", - linebreak="ns", + linebreak="cj", specials={ "narrow", 0x30C3 }, unicodeslot=0xFF6F, }, @@ -129794,7 +130260,7 @@ characters.data={ cjkwd="h", description="HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK", direction="l", - linebreak="ns", + linebreak="cj", specials={ "narrow", 0x30FC }, unicodeslot=0xFF70, }, @@ -137514,348 +137980,406 @@ characters.data={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER A", direction="r", + linebreak="al", unicodeslot=0x10980, }, [0x10981]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER E", direction="r", + linebreak="al", unicodeslot=0x10981, }, [0x10982]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER I", direction="r", + linebreak="al", unicodeslot=0x10982, }, [0x10983]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER O", direction="r", + linebreak="al", unicodeslot=0x10983, }, [0x10984]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER YA", direction="r", + linebreak="al", unicodeslot=0x10984, }, [0x10985]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER WA", direction="r", + linebreak="al", unicodeslot=0x10985, }, [0x10986]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER BA", direction="r", + linebreak="al", unicodeslot=0x10986, }, [0x10987]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER BA-2", direction="r", + linebreak="al", unicodeslot=0x10987, }, [0x10988]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER PA", direction="r", + linebreak="al", unicodeslot=0x10988, }, [0x10989]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER MA", direction="r", + linebreak="al", unicodeslot=0x10989, }, [0x1098A]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER NA", direction="r", + linebreak="al", unicodeslot=0x1098A, }, [0x1098B]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER NA-2", direction="r", + linebreak="al", unicodeslot=0x1098B, }, [0x1098C]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER NE", direction="r", + linebreak="al", unicodeslot=0x1098C, }, [0x1098D]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER NE-2", direction="r", + linebreak="al", unicodeslot=0x1098D, }, [0x1098E]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER RA", direction="r", + linebreak="al", unicodeslot=0x1098E, }, [0x1098F]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER RA-2", direction="r", + linebreak="al", unicodeslot=0x1098F, }, [0x10990]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER LA", direction="r", + linebreak="al", unicodeslot=0x10990, }, [0x10991]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER KHA", direction="r", + linebreak="al", unicodeslot=0x10991, }, [0x10992]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER HHA", direction="r", + linebreak="al", unicodeslot=0x10992, }, [0x10993]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER SA", direction="r", + linebreak="al", unicodeslot=0x10993, }, [0x10994]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER SA-2", direction="r", + linebreak="al", unicodeslot=0x10994, }, [0x10995]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER SE", direction="r", + linebreak="al", unicodeslot=0x10995, }, [0x10996]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER KA", direction="r", + linebreak="al", unicodeslot=0x10996, }, [0x10997]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER QA", direction="r", + linebreak="al", unicodeslot=0x10997, }, [0x10998]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER TA", direction="r", + linebreak="al", unicodeslot=0x10998, }, [0x10999]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER TA-2", direction="r", + linebreak="al", unicodeslot=0x10999, }, [0x1099A]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER TE", direction="r", + linebreak="al", unicodeslot=0x1099A, }, [0x1099B]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER TE-2", direction="r", + linebreak="al", unicodeslot=0x1099B, }, [0x1099C]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER TO", direction="r", + linebreak="al", unicodeslot=0x1099C, }, [0x1099D]={ category="lo", description="MEROITIC HIEROGLYPHIC LETTER DA", direction="r", + linebreak="al", unicodeslot=0x1099D, }, [0x1099E]={ category="lo", description="MEROITIC HIEROGLYPHIC SYMBOL VIDJ", direction="r", + linebreak="al", unicodeslot=0x1099E, }, [0x1099F]={ category="lo", description="MEROITIC HIEROGLYPHIC SYMBOL VIDJ-2", direction="r", + linebreak="al", unicodeslot=0x1099F, }, [0x109A0]={ category="lo", description="MEROITIC CURSIVE LETTER A", direction="r", + linebreak="al", unicodeslot=0x109A0, }, [0x109A1]={ category="lo", description="MEROITIC CURSIVE LETTER E", direction="r", + linebreak="al", unicodeslot=0x109A1, }, [0x109A2]={ category="lo", description="MEROITIC CURSIVE LETTER I", direction="r", + linebreak="al", unicodeslot=0x109A2, }, [0x109A3]={ category="lo", description="MEROITIC CURSIVE LETTER O", direction="r", + linebreak="al", unicodeslot=0x109A3, }, [0x109A4]={ category="lo", description="MEROITIC CURSIVE LETTER YA", direction="r", + linebreak="al", unicodeslot=0x109A4, }, [0x109A5]={ category="lo", description="MEROITIC CURSIVE LETTER WA", direction="r", + linebreak="al", unicodeslot=0x109A5, }, [0x109A6]={ category="lo", description="MEROITIC CURSIVE LETTER BA", direction="r", + linebreak="al", unicodeslot=0x109A6, }, [0x109A7]={ category="lo", description="MEROITIC CURSIVE LETTER PA", direction="r", + linebreak="al", unicodeslot=0x109A7, }, [0x109A8]={ category="lo", description="MEROITIC CURSIVE LETTER MA", direction="r", + linebreak="al", unicodeslot=0x109A8, }, [0x109A9]={ category="lo", description="MEROITIC CURSIVE LETTER NA", direction="r", + linebreak="al", unicodeslot=0x109A9, }, [0x109AA]={ category="lo", description="MEROITIC CURSIVE LETTER NE", direction="r", + linebreak="al", unicodeslot=0x109AA, }, [0x109AB]={ category="lo", description="MEROITIC CURSIVE LETTER RA", direction="r", + linebreak="al", unicodeslot=0x109AB, }, [0x109AC]={ category="lo", description="MEROITIC CURSIVE LETTER LA", direction="r", + linebreak="al", unicodeslot=0x109AC, }, [0x109AD]={ category="lo", description="MEROITIC CURSIVE LETTER KHA", direction="r", + linebreak="al", unicodeslot=0x109AD, }, [0x109AE]={ category="lo", description="MEROITIC CURSIVE LETTER HHA", direction="r", + linebreak="al", unicodeslot=0x109AE, }, [0x109AF]={ category="lo", description="MEROITIC CURSIVE LETTER SA", direction="r", + linebreak="al", unicodeslot=0x109AF, }, [0x109B0]={ category="lo", description="MEROITIC CURSIVE LETTER ARCHAIC SA", direction="r", + linebreak="al", unicodeslot=0x109B0, }, [0x109B1]={ category="lo", description="MEROITIC CURSIVE LETTER SE", direction="r", + linebreak="al", unicodeslot=0x109B1, }, [0x109B2]={ category="lo", description="MEROITIC CURSIVE LETTER KA", direction="r", + linebreak="al", unicodeslot=0x109B2, }, [0x109B3]={ category="lo", description="MEROITIC CURSIVE LETTER QA", direction="r", + linebreak="al", unicodeslot=0x109B3, }, [0x109B4]={ category="lo", description="MEROITIC CURSIVE LETTER TA", direction="r", + linebreak="al", unicodeslot=0x109B4, }, [0x109B5]={ category="lo", description="MEROITIC CURSIVE LETTER TE", direction="r", + linebreak="al", unicodeslot=0x109B5, }, [0x109B6]={ category="lo", description="MEROITIC CURSIVE LETTER TO", direction="r", + linebreak="al", unicodeslot=0x109B6, }, [0x109B7]={ category="lo", description="MEROITIC CURSIVE LETTER DA", direction="r", + linebreak="al", unicodeslot=0x109B7, }, [0x109BE]={ category="lo", description="MEROITIC CURSIVE LOGOGRAM RMT", direction="r", + linebreak="al", unicodeslot=0x109BE, }, [0x109BF]={ category="lo", description="MEROITIC CURSIVE LOGOGRAM IMN", direction="r", + linebreak="al", unicodeslot=0x109BF, }, [0x10A00]={ @@ -141316,492 +141840,574 @@ characters.data={ category="lo", description="SORA SOMPENG LETTER SAH", direction="l", + linebreak="al", unicodeslot=0x110D0, }, [0x110D1]={ category="lo", description="SORA SOMPENG LETTER TAH", direction="l", + linebreak="al", unicodeslot=0x110D1, }, [0x110D2]={ category="lo", description="SORA SOMPENG LETTER BAH", direction="l", + linebreak="al", unicodeslot=0x110D2, }, [0x110D3]={ category="lo", description="SORA SOMPENG LETTER CAH", direction="l", + linebreak="al", unicodeslot=0x110D3, }, [0x110D4]={ category="lo", description="SORA SOMPENG LETTER DAH", direction="l", + linebreak="al", unicodeslot=0x110D4, }, [0x110D5]={ category="lo", description="SORA SOMPENG LETTER GAH", direction="l", + linebreak="al", unicodeslot=0x110D5, }, [0x110D6]={ category="lo", description="SORA SOMPENG LETTER MAH", direction="l", + linebreak="al", unicodeslot=0x110D6, }, [0x110D7]={ category="lo", description="SORA SOMPENG LETTER NGAH", direction="l", + linebreak="al", unicodeslot=0x110D7, }, [0x110D8]={ category="lo", description="SORA SOMPENG LETTER LAH", direction="l", + linebreak="al", unicodeslot=0x110D8, }, [0x110D9]={ category="lo", description="SORA SOMPENG LETTER NAH", direction="l", + linebreak="al", unicodeslot=0x110D9, }, [0x110DA]={ category="lo", description="SORA SOMPENG LETTER VAH", direction="l", + linebreak="al", unicodeslot=0x110DA, }, [0x110DB]={ category="lo", description="SORA SOMPENG LETTER PAH", direction="l", + linebreak="al", unicodeslot=0x110DB, }, [0x110DC]={ category="lo", description="SORA SOMPENG LETTER YAH", direction="l", + linebreak="al", unicodeslot=0x110DC, }, [0x110DD]={ category="lo", description="SORA SOMPENG LETTER RAH", direction="l", + linebreak="al", unicodeslot=0x110DD, }, [0x110DE]={ category="lo", description="SORA SOMPENG LETTER HAH", direction="l", + linebreak="al", unicodeslot=0x110DE, }, [0x110DF]={ category="lo", description="SORA SOMPENG LETTER KAH", direction="l", + linebreak="al", unicodeslot=0x110DF, }, [0x110E0]={ category="lo", description="SORA SOMPENG LETTER JAH", direction="l", + linebreak="al", unicodeslot=0x110E0, }, [0x110E1]={ category="lo", description="SORA SOMPENG LETTER NYAH", direction="l", + linebreak="al", unicodeslot=0x110E1, }, [0x110E2]={ category="lo", description="SORA SOMPENG LETTER AH", direction="l", + linebreak="al", unicodeslot=0x110E2, }, [0x110E3]={ category="lo", description="SORA SOMPENG LETTER EEH", direction="l", + linebreak="al", unicodeslot=0x110E3, }, [0x110E4]={ category="lo", description="SORA SOMPENG LETTER IH", direction="l", + linebreak="al", unicodeslot=0x110E4, }, [0x110E5]={ category="lo", description="SORA SOMPENG LETTER UH", direction="l", + linebreak="al", unicodeslot=0x110E5, }, [0x110E6]={ category="lo", description="SORA SOMPENG LETTER OH", direction="l", + linebreak="al", unicodeslot=0x110E6, }, [0x110E7]={ category="lo", description="SORA SOMPENG LETTER EH", direction="l", + linebreak="al", unicodeslot=0x110E7, }, [0x110E8]={ category="lo", description="SORA SOMPENG LETTER MAE", direction="l", + linebreak="al", unicodeslot=0x110E8, }, [0x110F0]={ category="nd", description="SORA SOMPENG DIGIT ZERO", direction="l", + linebreak="nu", unicodeslot=0x110F0, }, [0x110F1]={ category="nd", description="SORA SOMPENG DIGIT ONE", direction="l", + linebreak="nu", unicodeslot=0x110F1, }, [0x110F2]={ category="nd", description="SORA SOMPENG DIGIT TWO", direction="l", + linebreak="nu", unicodeslot=0x110F2, }, [0x110F3]={ category="nd", description="SORA SOMPENG DIGIT THREE", direction="l", + linebreak="nu", unicodeslot=0x110F3, }, [0x110F4]={ category="nd", description="SORA SOMPENG DIGIT FOUR", direction="l", + linebreak="nu", unicodeslot=0x110F4, }, [0x110F5]={ category="nd", description="SORA SOMPENG DIGIT FIVE", direction="l", + linebreak="nu", unicodeslot=0x110F5, }, [0x110F6]={ category="nd", description="SORA SOMPENG DIGIT SIX", direction="l", + linebreak="nu", unicodeslot=0x110F6, }, [0x110F7]={ category="nd", description="SORA SOMPENG DIGIT SEVEN", direction="l", + linebreak="nu", unicodeslot=0x110F7, }, [0x110F8]={ category="nd", description="SORA SOMPENG DIGIT EIGHT", direction="l", + linebreak="nu", unicodeslot=0x110F8, }, [0x110F9]={ category="nd", description="SORA SOMPENG DIGIT NINE", direction="l", + linebreak="nu", unicodeslot=0x110F9, }, [0x11100]={ category="mn", description="CHAKMA SIGN CANDRABINDU", direction="nsm", + linebreak="cm", unicodeslot=0x11100, }, [0x11101]={ category="mn", description="CHAKMA SIGN ANUSVARA", direction="nsm", + linebreak="cm", unicodeslot=0x11101, }, [0x11102]={ category="mn", description="CHAKMA SIGN VISARGA", direction="nsm", + linebreak="cm", unicodeslot=0x11102, }, [0x11103]={ category="lo", description="CHAKMA LETTER AA", direction="l", + linebreak="al", unicodeslot=0x11103, }, [0x11104]={ category="lo", description="CHAKMA LETTER I", direction="l", + linebreak="al", unicodeslot=0x11104, }, [0x11105]={ category="lo", description="CHAKMA LETTER U", direction="l", + linebreak="al", unicodeslot=0x11105, }, [0x11106]={ category="lo", description="CHAKMA LETTER E", direction="l", + linebreak="al", unicodeslot=0x11106, }, [0x11107]={ category="lo", description="CHAKMA LETTER KAA", direction="l", + linebreak="al", unicodeslot=0x11107, }, [0x11108]={ category="lo", description="CHAKMA LETTER KHAA", direction="l", + linebreak="al", unicodeslot=0x11108, }, [0x11109]={ category="lo", description="CHAKMA LETTER GAA", direction="l", + linebreak="al", unicodeslot=0x11109, }, [0x1110A]={ category="lo", description="CHAKMA LETTER GHAA", direction="l", + linebreak="al", unicodeslot=0x1110A, }, [0x1110B]={ category="lo", description="CHAKMA LETTER NGAA", direction="l", + linebreak="al", unicodeslot=0x1110B, }, [0x1110C]={ category="lo", description="CHAKMA LETTER CAA", direction="l", + linebreak="al", unicodeslot=0x1110C, }, [0x1110D]={ category="lo", description="CHAKMA LETTER CHAA", direction="l", + linebreak="al", unicodeslot=0x1110D, }, [0x1110E]={ category="lo", description="CHAKMA LETTER JAA", direction="l", + linebreak="al", unicodeslot=0x1110E, }, [0x1110F]={ category="lo", description="CHAKMA LETTER JHAA", direction="l", + linebreak="al", unicodeslot=0x1110F, }, [0x11110]={ category="lo", description="CHAKMA LETTER NYAA", direction="l", + linebreak="al", unicodeslot=0x11110, }, [0x11111]={ category="lo", description="CHAKMA LETTER TTAA", direction="l", + linebreak="al", unicodeslot=0x11111, }, [0x11112]={ category="lo", description="CHAKMA LETTER TTHAA", direction="l", + linebreak="al", unicodeslot=0x11112, }, [0x11113]={ category="lo", description="CHAKMA LETTER DDAA", direction="l", + linebreak="al", unicodeslot=0x11113, }, [0x11114]={ category="lo", description="CHAKMA LETTER DDHAA", direction="l", + linebreak="al", unicodeslot=0x11114, }, [0x11115]={ category="lo", description="CHAKMA LETTER NNAA", direction="l", + linebreak="al", unicodeslot=0x11115, }, [0x11116]={ category="lo", description="CHAKMA LETTER TAA", direction="l", + linebreak="al", unicodeslot=0x11116, }, [0x11117]={ category="lo", description="CHAKMA LETTER THAA", direction="l", + linebreak="al", unicodeslot=0x11117, }, [0x11118]={ category="lo", description="CHAKMA LETTER DAA", direction="l", + linebreak="al", unicodeslot=0x11118, }, [0x11119]={ category="lo", description="CHAKMA LETTER DHAA", direction="l", + linebreak="al", unicodeslot=0x11119, }, [0x1111A]={ category="lo", description="CHAKMA LETTER NAA", direction="l", + linebreak="al", unicodeslot=0x1111A, }, [0x1111B]={ category="lo", description="CHAKMA LETTER PAA", direction="l", + linebreak="al", unicodeslot=0x1111B, }, [0x1111C]={ category="lo", description="CHAKMA LETTER PHAA", direction="l", + linebreak="al", unicodeslot=0x1111C, }, [0x1111D]={ category="lo", description="CHAKMA LETTER BAA", direction="l", + linebreak="al", unicodeslot=0x1111D, }, [0x1111E]={ category="lo", description="CHAKMA LETTER BHAA", direction="l", + linebreak="al", unicodeslot=0x1111E, }, [0x1111F]={ category="lo", description="CHAKMA LETTER MAA", direction="l", + linebreak="al", unicodeslot=0x1111F, }, [0x11120]={ category="lo", description="CHAKMA LETTER YYAA", direction="l", + linebreak="al", unicodeslot=0x11120, }, [0x11121]={ category="lo", description="CHAKMA LETTER YAA", direction="l", + linebreak="al", unicodeslot=0x11121, }, [0x11122]={ category="lo", description="CHAKMA LETTER RAA", direction="l", + linebreak="al", unicodeslot=0x11122, }, [0x11123]={ category="lo", description="CHAKMA LETTER LAA", direction="l", + linebreak="al", unicodeslot=0x11123, }, [0x11124]={ category="lo", description="CHAKMA LETTER WAA", direction="l", + linebreak="al", unicodeslot=0x11124, }, [0x11125]={ category="lo", description="CHAKMA LETTER SAA", direction="l", + linebreak="al", unicodeslot=0x11125, }, [0x11126]={ category="lo", description="CHAKMA LETTER HAA", direction="l", + linebreak="al", unicodeslot=0x11126, }, [0x11127]={ category="mn", description="CHAKMA VOWEL SIGN A", direction="nsm", + linebreak="cm", unicodeslot=0x11127, }, [0x11128]={ category="mn", description="CHAKMA VOWEL SIGN I", direction="nsm", + linebreak="cm", unicodeslot=0x11128, }, [0x11129]={ category="mn", description="CHAKMA VOWEL SIGN II", direction="nsm", + linebreak="cm", unicodeslot=0x11129, }, [0x1112A]={ category="mn", description="CHAKMA VOWEL SIGN U", direction="nsm", + linebreak="cm", unicodeslot=0x1112A, }, [0x1112B]={ category="mn", description="CHAKMA VOWEL SIGN UU", direction="nsm", + linebreak="cm", unicodeslot=0x1112B, }, [0x1112C]={ category="mc", description="CHAKMA VOWEL SIGN E", direction="l", + linebreak="cm", unicodeslot=0x1112C, }, [0x1112D]={ category="mn", description="CHAKMA VOWEL SIGN AI", direction="nsm", + linebreak="cm", unicodeslot=0x1112D, }, [0x1112E]={ category="mn", description="CHAKMA VOWEL SIGN O", direction="nsm", + linebreak="cm", specials={ "char", 0x11131, 0x11127 }, unicodeslot=0x1112E, }, @@ -141809,6 +142415,7 @@ characters.data={ category="mn", description="CHAKMA VOWEL SIGN AU", direction="nsm", + linebreak="cm", specials={ "char", 0x11132, 0x11127 }, unicodeslot=0x1112F, }, @@ -141816,1008 +142423,1176 @@ characters.data={ category="mn", description="CHAKMA VOWEL SIGN OI", direction="nsm", + linebreak="cm", unicodeslot=0x11130, }, [0x11131]={ category="mn", description="CHAKMA O MARK", direction="nsm", + linebreak="cm", unicodeslot=0x11131, }, [0x11132]={ category="mn", description="CHAKMA AU MARK", direction="nsm", + linebreak="cm", unicodeslot=0x11132, }, [0x11133]={ category="mn", description="CHAKMA VIRAMA", direction="nsm", + linebreak="cm", unicodeslot=0x11133, }, [0x11134]={ category="mn", description="CHAKMA MAAYYAA", direction="nsm", + linebreak="cm", unicodeslot=0x11134, }, [0x11136]={ category="nd", description="CHAKMA DIGIT ZERO", direction="l", + linebreak="nu", unicodeslot=0x11136, }, [0x11137]={ category="nd", description="CHAKMA DIGIT ONE", direction="l", + linebreak="nu", unicodeslot=0x11137, }, [0x11138]={ category="nd", description="CHAKMA DIGIT TWO", direction="l", + linebreak="nu", unicodeslot=0x11138, }, [0x11139]={ category="nd", description="CHAKMA DIGIT THREE", direction="l", + linebreak="nu", unicodeslot=0x11139, }, [0x1113A]={ category="nd", description="CHAKMA DIGIT FOUR", direction="l", + linebreak="nu", unicodeslot=0x1113A, }, [0x1113B]={ category="nd", description="CHAKMA DIGIT FIVE", direction="l", + linebreak="nu", unicodeslot=0x1113B, }, [0x1113C]={ category="nd", description="CHAKMA DIGIT SIX", direction="l", + linebreak="nu", unicodeslot=0x1113C, }, [0x1113D]={ category="nd", description="CHAKMA DIGIT SEVEN", direction="l", + linebreak="nu", unicodeslot=0x1113D, }, [0x1113E]={ category="nd", description="CHAKMA DIGIT EIGHT", direction="l", + linebreak="nu", unicodeslot=0x1113E, }, [0x1113F]={ category="nd", description="CHAKMA DIGIT NINE", direction="l", + linebreak="nu", unicodeslot=0x1113F, }, [0x11140]={ category="po", description="CHAKMA SECTION MARK", direction="l", + linebreak="ba", unicodeslot=0x11140, }, [0x11141]={ category="po", description="CHAKMA DANDA", direction="l", + linebreak="ba", unicodeslot=0x11141, }, [0x11142]={ category="po", description="CHAKMA DOUBLE DANDA", direction="l", + linebreak="ba", unicodeslot=0x11142, }, [0x11143]={ category="po", description="CHAKMA QUESTION MARK", direction="l", + linebreak="ba", unicodeslot=0x11143, }, [0x11180]={ category="mn", description="SHARADA SIGN CANDRABINDU", direction="nsm", + linebreak="cm", unicodeslot=0x11180, }, [0x11181]={ category="mn", description="SHARADA SIGN ANUSVARA", direction="nsm", + linebreak="cm", unicodeslot=0x11181, }, [0x11182]={ category="mc", description="SHARADA SIGN VISARGA", direction="l", + linebreak="cm", unicodeslot=0x11182, }, [0x11183]={ category="lo", description="SHARADA LETTER A", direction="l", + linebreak="al", unicodeslot=0x11183, }, [0x11184]={ category="lo", description="SHARADA LETTER AA", direction="l", + linebreak="al", unicodeslot=0x11184, }, [0x11185]={ category="lo", description="SHARADA LETTER I", direction="l", + linebreak="al", unicodeslot=0x11185, }, [0x11186]={ category="lo", description="SHARADA LETTER II", direction="l", + linebreak="al", unicodeslot=0x11186, }, [0x11187]={ category="lo", description="SHARADA LETTER U", direction="l", + linebreak="al", unicodeslot=0x11187, }, [0x11188]={ category="lo", description="SHARADA LETTER UU", direction="l", + linebreak="al", unicodeslot=0x11188, }, [0x11189]={ category="lo", description="SHARADA LETTER VOCALIC R", direction="l", + linebreak="al", unicodeslot=0x11189, }, [0x1118A]={ category="lo", description="SHARADA LETTER VOCALIC RR", direction="l", + linebreak="al", unicodeslot=0x1118A, }, [0x1118B]={ category="lo", description="SHARADA LETTER VOCALIC L", direction="l", + linebreak="al", unicodeslot=0x1118B, }, [0x1118C]={ category="lo", description="SHARADA LETTER VOCALIC LL", direction="l", + linebreak="al", unicodeslot=0x1118C, }, [0x1118D]={ category="lo", description="SHARADA LETTER E", direction="l", + linebreak="al", unicodeslot=0x1118D, }, [0x1118E]={ category="lo", description="SHARADA LETTER AI", direction="l", + linebreak="al", unicodeslot=0x1118E, }, [0x1118F]={ category="lo", description="SHARADA LETTER O", direction="l", + linebreak="al", unicodeslot=0x1118F, }, [0x11190]={ category="lo", description="SHARADA LETTER AU", direction="l", + linebreak="al", unicodeslot=0x11190, }, [0x11191]={ category="lo", description="SHARADA LETTER KA", direction="l", + linebreak="al", unicodeslot=0x11191, }, [0x11192]={ category="lo", description="SHARADA LETTER KHA", direction="l", + linebreak="al", unicodeslot=0x11192, }, [0x11193]={ category="lo", description="SHARADA LETTER GA", direction="l", + linebreak="al", unicodeslot=0x11193, }, [0x11194]={ category="lo", description="SHARADA LETTER GHA", direction="l", + linebreak="al", unicodeslot=0x11194, }, [0x11195]={ category="lo", description="SHARADA LETTER NGA", direction="l", + linebreak="al", unicodeslot=0x11195, }, [0x11196]={ category="lo", description="SHARADA LETTER CA", direction="l", + linebreak="al", unicodeslot=0x11196, }, [0x11197]={ category="lo", description="SHARADA LETTER CHA", direction="l", + linebreak="al", unicodeslot=0x11197, }, [0x11198]={ category="lo", description="SHARADA LETTER JA", direction="l", + linebreak="al", unicodeslot=0x11198, }, [0x11199]={ category="lo", description="SHARADA LETTER JHA", direction="l", + linebreak="al", unicodeslot=0x11199, }, [0x1119A]={ category="lo", description="SHARADA LETTER NYA", direction="l", + linebreak="al", unicodeslot=0x1119A, }, [0x1119B]={ category="lo", description="SHARADA LETTER TTA", direction="l", + linebreak="al", unicodeslot=0x1119B, }, [0x1119C]={ category="lo", description="SHARADA LETTER TTHA", direction="l", + linebreak="al", unicodeslot=0x1119C, }, [0x1119D]={ category="lo", description="SHARADA LETTER DDA", direction="l", + linebreak="al", unicodeslot=0x1119D, }, [0x1119E]={ category="lo", description="SHARADA LETTER DDHA", direction="l", + linebreak="al", unicodeslot=0x1119E, }, [0x1119F]={ category="lo", description="SHARADA LETTER NNA", direction="l", + linebreak="al", unicodeslot=0x1119F, }, [0x111A0]={ category="lo", description="SHARADA LETTER TA", direction="l", + linebreak="al", unicodeslot=0x111A0, }, [0x111A1]={ category="lo", description="SHARADA LETTER THA", direction="l", + linebreak="al", unicodeslot=0x111A1, }, [0x111A2]={ category="lo", description="SHARADA LETTER DA", direction="l", + linebreak="al", unicodeslot=0x111A2, }, [0x111A3]={ category="lo", description="SHARADA LETTER DHA", direction="l", + linebreak="al", unicodeslot=0x111A3, }, [0x111A4]={ category="lo", description="SHARADA LETTER NA", direction="l", + linebreak="al", unicodeslot=0x111A4, }, [0x111A5]={ category="lo", description="SHARADA LETTER PA", direction="l", + linebreak="al", unicodeslot=0x111A5, }, [0x111A6]={ category="lo", description="SHARADA LETTER PHA", direction="l", + linebreak="al", unicodeslot=0x111A6, }, [0x111A7]={ category="lo", description="SHARADA LETTER BA", direction="l", + linebreak="al", unicodeslot=0x111A7, }, [0x111A8]={ category="lo", description="SHARADA LETTER BHA", direction="l", + linebreak="al", unicodeslot=0x111A8, }, [0x111A9]={ category="lo", description="SHARADA LETTER MA", direction="l", + linebreak="al", unicodeslot=0x111A9, }, [0x111AA]={ category="lo", description="SHARADA LETTER YA", direction="l", + linebreak="al", unicodeslot=0x111AA, }, [0x111AB]={ category="lo", description="SHARADA LETTER RA", direction="l", + linebreak="al", unicodeslot=0x111AB, }, [0x111AC]={ category="lo", description="SHARADA LETTER LA", direction="l", + linebreak="al", unicodeslot=0x111AC, }, [0x111AD]={ category="lo", description="SHARADA LETTER LLA", direction="l", + linebreak="al", unicodeslot=0x111AD, }, [0x111AE]={ category="lo", description="SHARADA LETTER VA", direction="l", + linebreak="al", unicodeslot=0x111AE, }, [0x111AF]={ category="lo", description="SHARADA LETTER SHA", direction="l", + linebreak="al", unicodeslot=0x111AF, }, [0x111B0]={ category="lo", description="SHARADA LETTER SSA", direction="l", + linebreak="al", unicodeslot=0x111B0, }, [0x111B1]={ category="lo", description="SHARADA LETTER SA", direction="l", + linebreak="al", unicodeslot=0x111B1, }, [0x111B2]={ category="lo", description="SHARADA LETTER HA", direction="l", + linebreak="al", unicodeslot=0x111B2, }, [0x111B3]={ category="mc", description="SHARADA VOWEL SIGN AA", direction="l", + linebreak="cm", unicodeslot=0x111B3, }, [0x111B4]={ category="mc", description="SHARADA VOWEL SIGN I", direction="l", + linebreak="cm", unicodeslot=0x111B4, }, [0x111B5]={ category="mc", description="SHARADA VOWEL SIGN II", direction="l", + linebreak="cm", unicodeslot=0x111B5, }, [0x111B6]={ category="mn", description="SHARADA VOWEL SIGN U", direction="nsm", + linebreak="cm", unicodeslot=0x111B6, }, [0x111B7]={ category="mn", description="SHARADA VOWEL SIGN UU", direction="nsm", + linebreak="cm", unicodeslot=0x111B7, }, [0x111B8]={ category="mn", description="SHARADA VOWEL SIGN VOCALIC R", direction="nsm", + linebreak="cm", unicodeslot=0x111B8, }, [0x111B9]={ category="mn", description="SHARADA VOWEL SIGN VOCALIC RR", direction="nsm", + linebreak="cm", unicodeslot=0x111B9, }, [0x111BA]={ category="mn", description="SHARADA VOWEL SIGN VOCALIC L", direction="nsm", + linebreak="cm", unicodeslot=0x111BA, }, [0x111BB]={ category="mn", description="SHARADA VOWEL SIGN VOCALIC LL", direction="nsm", + linebreak="cm", unicodeslot=0x111BB, }, [0x111BC]={ category="mn", description="SHARADA VOWEL SIGN E", direction="nsm", + linebreak="cm", unicodeslot=0x111BC, }, [0x111BD]={ category="mn", description="SHARADA VOWEL SIGN AI", direction="nsm", + linebreak="cm", unicodeslot=0x111BD, }, [0x111BE]={ category="mn", description="SHARADA VOWEL SIGN O", direction="nsm", + linebreak="cm", unicodeslot=0x111BE, }, [0x111BF]={ category="mc", description="SHARADA VOWEL SIGN AU", direction="l", + linebreak="cm", unicodeslot=0x111BF, }, [0x111C0]={ category="mc", description="SHARADA SIGN VIRAMA", direction="l", + linebreak="cm", unicodeslot=0x111C0, }, [0x111C1]={ category="lo", description="SHARADA SIGN AVAGRAHA", direction="l", + linebreak="al", unicodeslot=0x111C1, }, [0x111C2]={ category="lo", description="SHARADA SIGN JIHVAMULIYA", direction="l", + linebreak="al", unicodeslot=0x111C2, }, [0x111C3]={ category="lo", description="SHARADA SIGN UPADHMANIYA", direction="l", + linebreak="al", unicodeslot=0x111C3, }, [0x111C4]={ category="lo", description="SHARADA OM", direction="l", + linebreak="al", unicodeslot=0x111C4, }, [0x111C5]={ category="po", description="SHARADA DANDA", direction="l", + linebreak="ba", unicodeslot=0x111C5, }, [0x111C6]={ category="po", description="SHARADA DOUBLE DANDA", direction="l", + linebreak="ba", unicodeslot=0x111C6, }, [0x111C7]={ category="po", description="SHARADA ABBREVIATION SIGN", direction="l", + linebreak="al", unicodeslot=0x111C7, }, [0x111C8]={ category="po", description="SHARADA SEPARATOR", direction="l", + linebreak="ba", unicodeslot=0x111C8, }, [0x111D0]={ category="nd", description="SHARADA DIGIT ZERO", direction="l", + linebreak="nu", unicodeslot=0x111D0, }, [0x111D1]={ category="nd", description="SHARADA DIGIT ONE", direction="l", + linebreak="nu", unicodeslot=0x111D1, }, [0x111D2]={ category="nd", description="SHARADA DIGIT TWO", direction="l", + linebreak="nu", unicodeslot=0x111D2, }, [0x111D3]={ category="nd", description="SHARADA DIGIT THREE", direction="l", + linebreak="nu", unicodeslot=0x111D3, }, [0x111D4]={ category="nd", description="SHARADA DIGIT FOUR", direction="l", + linebreak="nu", unicodeslot=0x111D4, }, [0x111D5]={ category="nd", description="SHARADA DIGIT FIVE", direction="l", + linebreak="nu", unicodeslot=0x111D5, }, [0x111D6]={ category="nd", description="SHARADA DIGIT SIX", direction="l", + linebreak="nu", unicodeslot=0x111D6, }, [0x111D7]={ category="nd", description="SHARADA DIGIT SEVEN", direction="l", + linebreak="nu", unicodeslot=0x111D7, }, [0x111D8]={ category="nd", description="SHARADA DIGIT EIGHT", direction="l", + linebreak="nu", unicodeslot=0x111D8, }, [0x111D9]={ category="nd", description="SHARADA DIGIT NINE", direction="l", + linebreak="nu", unicodeslot=0x111D9, }, [0x11680]={ category="lo", description="TAKRI LETTER A", direction="l", + linebreak="al", unicodeslot=0x11680, }, [0x11681]={ category="lo", description="TAKRI LETTER AA", direction="l", + linebreak="al", unicodeslot=0x11681, }, [0x11682]={ category="lo", description="TAKRI LETTER I", direction="l", + linebreak="al", unicodeslot=0x11682, }, [0x11683]={ category="lo", description="TAKRI LETTER II", direction="l", + linebreak="al", unicodeslot=0x11683, }, [0x11684]={ category="lo", description="TAKRI LETTER U", direction="l", + linebreak="al", unicodeslot=0x11684, }, [0x11685]={ category="lo", description="TAKRI LETTER UU", direction="l", + linebreak="al", unicodeslot=0x11685, }, [0x11686]={ category="lo", description="TAKRI LETTER E", direction="l", + linebreak="al", unicodeslot=0x11686, }, [0x11687]={ category="lo", description="TAKRI LETTER AI", direction="l", + linebreak="al", unicodeslot=0x11687, }, [0x11688]={ category="lo", description="TAKRI LETTER O", direction="l", + linebreak="al", unicodeslot=0x11688, }, [0x11689]={ category="lo", description="TAKRI LETTER AU", direction="l", + linebreak="al", unicodeslot=0x11689, }, [0x1168A]={ category="lo", description="TAKRI LETTER KA", direction="l", + linebreak="al", unicodeslot=0x1168A, }, [0x1168B]={ category="lo", description="TAKRI LETTER KHA", direction="l", + linebreak="al", unicodeslot=0x1168B, }, [0x1168C]={ category="lo", description="TAKRI LETTER GA", direction="l", + linebreak="al", unicodeslot=0x1168C, }, [0x1168D]={ category="lo", description="TAKRI LETTER GHA", direction="l", + linebreak="al", unicodeslot=0x1168D, }, [0x1168E]={ category="lo", description="TAKRI LETTER NGA", direction="l", + linebreak="al", unicodeslot=0x1168E, }, [0x1168F]={ category="lo", description="TAKRI LETTER CA", direction="l", + linebreak="al", unicodeslot=0x1168F, }, [0x11690]={ category="lo", description="TAKRI LETTER CHA", direction="l", + linebreak="al", unicodeslot=0x11690, }, [0x11691]={ category="lo", description="TAKRI LETTER JA", direction="l", + linebreak="al", unicodeslot=0x11691, }, [0x11692]={ category="lo", description="TAKRI LETTER JHA", direction="l", + linebreak="al", unicodeslot=0x11692, }, [0x11693]={ category="lo", description="TAKRI LETTER NYA", direction="l", + linebreak="al", unicodeslot=0x11693, }, [0x11694]={ category="lo", description="TAKRI LETTER TTA", direction="l", + linebreak="al", unicodeslot=0x11694, }, [0x11695]={ category="lo", description="TAKRI LETTER TTHA", direction="l", + linebreak="al", unicodeslot=0x11695, }, [0x11696]={ category="lo", description="TAKRI LETTER DDA", direction="l", + linebreak="al", unicodeslot=0x11696, }, [0x11697]={ category="lo", description="TAKRI LETTER DDHA", direction="l", + linebreak="al", unicodeslot=0x11697, }, [0x11698]={ category="lo", description="TAKRI LETTER NNA", direction="l", + linebreak="al", unicodeslot=0x11698, }, [0x11699]={ category="lo", description="TAKRI LETTER TA", direction="l", + linebreak="al", unicodeslot=0x11699, }, [0x1169A]={ category="lo", description="TAKRI LETTER THA", direction="l", + linebreak="al", unicodeslot=0x1169A, }, [0x1169B]={ category="lo", description="TAKRI LETTER DA", direction="l", + linebreak="al", unicodeslot=0x1169B, }, [0x1169C]={ category="lo", description="TAKRI LETTER DHA", direction="l", + linebreak="al", unicodeslot=0x1169C, }, [0x1169D]={ category="lo", description="TAKRI LETTER NA", direction="l", + linebreak="al", unicodeslot=0x1169D, }, [0x1169E]={ category="lo", description="TAKRI LETTER PA", direction="l", + linebreak="al", unicodeslot=0x1169E, }, [0x1169F]={ category="lo", description="TAKRI LETTER PHA", direction="l", + linebreak="al", unicodeslot=0x1169F, }, [0x116A0]={ category="lo", description="TAKRI LETTER BA", direction="l", + linebreak="al", unicodeslot=0x116A0, }, [0x116A1]={ category="lo", description="TAKRI LETTER BHA", direction="l", + linebreak="al", unicodeslot=0x116A1, }, [0x116A2]={ category="lo", description="TAKRI LETTER MA", direction="l", + linebreak="al", unicodeslot=0x116A2, }, [0x116A3]={ category="lo", description="TAKRI LETTER YA", direction="l", + linebreak="al", unicodeslot=0x116A3, }, [0x116A4]={ category="lo", description="TAKRI LETTER RA", direction="l", + linebreak="al", unicodeslot=0x116A4, }, [0x116A5]={ category="lo", description="TAKRI LETTER LA", direction="l", + linebreak="al", unicodeslot=0x116A5, }, [0x116A6]={ category="lo", description="TAKRI LETTER VA", direction="l", + linebreak="al", unicodeslot=0x116A6, }, [0x116A7]={ category="lo", description="TAKRI LETTER SHA", direction="l", + linebreak="al", unicodeslot=0x116A7, }, [0x116A8]={ category="lo", description="TAKRI LETTER SA", direction="l", + linebreak="al", unicodeslot=0x116A8, }, [0x116A9]={ category="lo", description="TAKRI LETTER HA", direction="l", + linebreak="al", unicodeslot=0x116A9, }, [0x116AA]={ category="lo", description="TAKRI LETTER RRA", direction="l", + linebreak="al", unicodeslot=0x116AA, }, [0x116AB]={ category="mn", description="TAKRI SIGN ANUSVARA", direction="nsm", + linebreak="cm", unicodeslot=0x116AB, }, [0x116AC]={ category="mc", description="TAKRI SIGN VISARGA", direction="l", + linebreak="cm", unicodeslot=0x116AC, }, [0x116AD]={ category="mn", description="TAKRI VOWEL SIGN AA", direction="nsm", + linebreak="cm", unicodeslot=0x116AD, }, [0x116AE]={ category="mc", description="TAKRI VOWEL SIGN I", direction="l", + linebreak="cm", unicodeslot=0x116AE, }, [0x116AF]={ category="mc", description="TAKRI VOWEL SIGN II", direction="l", + linebreak="cm", unicodeslot=0x116AF, }, [0x116B0]={ category="mn", description="TAKRI VOWEL SIGN U", direction="nsm", + linebreak="cm", unicodeslot=0x116B0, }, [0x116B1]={ category="mn", description="TAKRI VOWEL SIGN UU", direction="nsm", + linebreak="cm", unicodeslot=0x116B1, }, [0x116B2]={ category="mn", description="TAKRI VOWEL SIGN E", direction="nsm", + linebreak="cm", unicodeslot=0x116B2, }, [0x116B3]={ category="mn", description="TAKRI VOWEL SIGN AI", direction="nsm", + linebreak="cm", unicodeslot=0x116B3, }, [0x116B4]={ category="mn", description="TAKRI VOWEL SIGN O", direction="nsm", + linebreak="cm", unicodeslot=0x116B4, }, [0x116B5]={ category="mn", description="TAKRI VOWEL SIGN AU", direction="nsm", + linebreak="cm", unicodeslot=0x116B5, }, [0x116B6]={ category="mc", description="TAKRI SIGN VIRAMA", direction="l", + linebreak="cm", unicodeslot=0x116B6, }, [0x116B7]={ category="mn", description="TAKRI SIGN NUKTA", direction="nsm", + linebreak="cm", unicodeslot=0x116B7, }, [0x116C0]={ category="nd", description="TAKRI DIGIT ZERO", direction="l", + linebreak="nu", unicodeslot=0x116C0, }, [0x116C1]={ category="nd", description="TAKRI DIGIT ONE", direction="l", + linebreak="nu", unicodeslot=0x116C1, }, [0x116C2]={ category="nd", description="TAKRI DIGIT TWO", direction="l", + linebreak="nu", unicodeslot=0x116C2, }, [0x116C3]={ category="nd", description="TAKRI DIGIT THREE", direction="l", + linebreak="nu", unicodeslot=0x116C3, }, [0x116C4]={ category="nd", description="TAKRI DIGIT FOUR", direction="l", + linebreak="nu", unicodeslot=0x116C4, }, [0x116C5]={ category="nd", description="TAKRI DIGIT FIVE", direction="l", + linebreak="nu", unicodeslot=0x116C5, }, [0x116C6]={ category="nd", description="TAKRI DIGIT SIX", direction="l", + linebreak="nu", unicodeslot=0x116C6, }, [0x116C7]={ category="nd", description="TAKRI DIGIT SEVEN", direction="l", + linebreak="nu", unicodeslot=0x116C7, }, [0x116C8]={ category="nd", description="TAKRI DIGIT EIGHT", direction="l", + linebreak="nu", unicodeslot=0x116C8, }, [0x116C9]={ category="nd", description="TAKRI DIGIT NINE", direction="l", + linebreak="nu", unicodeslot=0x116C9, }, [0x12000]={ @@ -161180,798 +161955,931 @@ characters.data={ category="lo", description="MIAO LETTER PA", direction="l", + linebreak="al", unicodeslot=0x16F00, }, [0x16F01]={ category="lo", description="MIAO LETTER BA", direction="l", + linebreak="al", unicodeslot=0x16F01, }, [0x16F02]={ category="lo", description="MIAO LETTER YI PA", direction="l", + linebreak="al", unicodeslot=0x16F02, }, [0x16F03]={ category="lo", description="MIAO LETTER PLA", direction="l", + linebreak="al", unicodeslot=0x16F03, }, [0x16F04]={ category="lo", description="MIAO LETTER MA", direction="l", + linebreak="al", unicodeslot=0x16F04, }, [0x16F05]={ category="lo", description="MIAO LETTER MHA", direction="l", + linebreak="al", unicodeslot=0x16F05, }, [0x16F06]={ category="lo", description="MIAO LETTER ARCHAIC MA", direction="l", + linebreak="al", unicodeslot=0x16F06, }, [0x16F07]={ category="lo", description="MIAO LETTER FA", direction="l", + linebreak="al", unicodeslot=0x16F07, }, [0x16F08]={ category="lo", description="MIAO LETTER VA", direction="l", + linebreak="al", unicodeslot=0x16F08, }, [0x16F09]={ category="lo", description="MIAO LETTER VFA", direction="l", + linebreak="al", unicodeslot=0x16F09, }, [0x16F0A]={ category="lo", description="MIAO LETTER TA", direction="l", + linebreak="al", unicodeslot=0x16F0A, }, [0x16F0B]={ category="lo", description="MIAO LETTER DA", direction="l", + linebreak="al", unicodeslot=0x16F0B, }, [0x16F0C]={ category="lo", description="MIAO LETTER YI TTA", direction="l", + linebreak="al", unicodeslot=0x16F0C, }, [0x16F0D]={ category="lo", description="MIAO LETTER YI TA", direction="l", + linebreak="al", unicodeslot=0x16F0D, }, [0x16F0E]={ category="lo", description="MIAO LETTER TTA", direction="l", + linebreak="al", unicodeslot=0x16F0E, }, [0x16F0F]={ category="lo", description="MIAO LETTER DDA", direction="l", + linebreak="al", unicodeslot=0x16F0F, }, [0x16F10]={ category="lo", description="MIAO LETTER NA", direction="l", + linebreak="al", unicodeslot=0x16F10, }, [0x16F11]={ category="lo", description="MIAO LETTER NHA", direction="l", + linebreak="al", unicodeslot=0x16F11, }, [0x16F12]={ category="lo", description="MIAO LETTER YI NNA", direction="l", + linebreak="al", unicodeslot=0x16F12, }, [0x16F13]={ category="lo", description="MIAO LETTER ARCHAIC NA", direction="l", + linebreak="al", unicodeslot=0x16F13, }, [0x16F14]={ category="lo", description="MIAO LETTER NNA", direction="l", + linebreak="al", unicodeslot=0x16F14, }, [0x16F15]={ category="lo", description="MIAO LETTER NNHA", direction="l", + linebreak="al", unicodeslot=0x16F15, }, [0x16F16]={ category="lo", description="MIAO LETTER LA", direction="l", + linebreak="al", unicodeslot=0x16F16, }, [0x16F17]={ category="lo", description="MIAO LETTER LYA", direction="l", + linebreak="al", unicodeslot=0x16F17, }, [0x16F18]={ category="lo", description="MIAO LETTER LHA", direction="l", + linebreak="al", unicodeslot=0x16F18, }, [0x16F19]={ category="lo", description="MIAO LETTER LHYA", direction="l", + linebreak="al", unicodeslot=0x16F19, }, [0x16F1A]={ category="lo", description="MIAO LETTER TLHA", direction="l", + linebreak="al", unicodeslot=0x16F1A, }, [0x16F1B]={ category="lo", description="MIAO LETTER DLHA", direction="l", + linebreak="al", unicodeslot=0x16F1B, }, [0x16F1C]={ category="lo", description="MIAO LETTER TLHYA", direction="l", + linebreak="al", unicodeslot=0x16F1C, }, [0x16F1D]={ category="lo", description="MIAO LETTER DLHYA", direction="l", + linebreak="al", unicodeslot=0x16F1D, }, [0x16F1E]={ category="lo", description="MIAO LETTER KA", direction="l", + linebreak="al", unicodeslot=0x16F1E, }, [0x16F1F]={ category="lo", description="MIAO LETTER GA", direction="l", + linebreak="al", unicodeslot=0x16F1F, }, [0x16F20]={ category="lo", description="MIAO LETTER YI KA", direction="l", + linebreak="al", unicodeslot=0x16F20, }, [0x16F21]={ category="lo", description="MIAO LETTER QA", direction="l", + linebreak="al", unicodeslot=0x16F21, }, [0x16F22]={ category="lo", description="MIAO LETTER QGA", direction="l", + linebreak="al", unicodeslot=0x16F22, }, [0x16F23]={ category="lo", description="MIAO LETTER NGA", direction="l", + linebreak="al", unicodeslot=0x16F23, }, [0x16F24]={ category="lo", description="MIAO LETTER NGHA", direction="l", + linebreak="al", unicodeslot=0x16F24, }, [0x16F25]={ category="lo", description="MIAO LETTER ARCHAIC NGA", direction="l", + linebreak="al", unicodeslot=0x16F25, }, [0x16F26]={ category="lo", description="MIAO LETTER HA", direction="l", + linebreak="al", unicodeslot=0x16F26, }, [0x16F27]={ category="lo", description="MIAO LETTER XA", direction="l", + linebreak="al", unicodeslot=0x16F27, }, [0x16F28]={ category="lo", description="MIAO LETTER GHA", direction="l", + linebreak="al", unicodeslot=0x16F28, }, [0x16F29]={ category="lo", description="MIAO LETTER GHHA", direction="l", + linebreak="al", unicodeslot=0x16F29, }, [0x16F2A]={ category="lo", description="MIAO LETTER TSSA", direction="l", + linebreak="al", unicodeslot=0x16F2A, }, [0x16F2B]={ category="lo", description="MIAO LETTER DZZA", direction="l", + linebreak="al", unicodeslot=0x16F2B, }, [0x16F2C]={ category="lo", description="MIAO LETTER NYA", direction="l", + linebreak="al", unicodeslot=0x16F2C, }, [0x16F2D]={ category="lo", description="MIAO LETTER NYHA", direction="l", + linebreak="al", unicodeslot=0x16F2D, }, [0x16F2E]={ category="lo", description="MIAO LETTER TSHA", direction="l", + linebreak="al", unicodeslot=0x16F2E, }, [0x16F2F]={ category="lo", description="MIAO LETTER DZHA", direction="l", + linebreak="al", unicodeslot=0x16F2F, }, [0x16F30]={ category="lo", description="MIAO LETTER YI TSHA", direction="l", + linebreak="al", unicodeslot=0x16F30, }, [0x16F31]={ category="lo", description="MIAO LETTER YI DZHA", direction="l", + linebreak="al", unicodeslot=0x16F31, }, [0x16F32]={ category="lo", description="MIAO LETTER REFORMED TSHA", direction="l", + linebreak="al", unicodeslot=0x16F32, }, [0x16F33]={ category="lo", description="MIAO LETTER SHA", direction="l", + linebreak="al", unicodeslot=0x16F33, }, [0x16F34]={ category="lo", description="MIAO LETTER SSA", direction="l", + linebreak="al", unicodeslot=0x16F34, }, [0x16F35]={ category="lo", description="MIAO LETTER ZHA", direction="l", + linebreak="al", unicodeslot=0x16F35, }, [0x16F36]={ category="lo", description="MIAO LETTER ZSHA", direction="l", + linebreak="al", unicodeslot=0x16F36, }, [0x16F37]={ category="lo", description="MIAO LETTER TSA", direction="l", + linebreak="al", unicodeslot=0x16F37, }, [0x16F38]={ category="lo", description="MIAO LETTER DZA", direction="l", + linebreak="al", unicodeslot=0x16F38, }, [0x16F39]={ category="lo", description="MIAO LETTER YI TSA", direction="l", + linebreak="al", unicodeslot=0x16F39, }, [0x16F3A]={ category="lo", description="MIAO LETTER SA", direction="l", + linebreak="al", unicodeslot=0x16F3A, }, [0x16F3B]={ category="lo", description="MIAO LETTER ZA", direction="l", + linebreak="al", unicodeslot=0x16F3B, }, [0x16F3C]={ category="lo", description="MIAO LETTER ZSA", direction="l", + linebreak="al", unicodeslot=0x16F3C, }, [0x16F3D]={ category="lo", description="MIAO LETTER ZZA", direction="l", + linebreak="al", unicodeslot=0x16F3D, }, [0x16F3E]={ category="lo", description="MIAO LETTER ZZSA", direction="l", + linebreak="al", unicodeslot=0x16F3E, }, [0x16F3F]={ category="lo", description="MIAO LETTER ARCHAIC ZZA", direction="l", + linebreak="al", unicodeslot=0x16F3F, }, [0x16F40]={ category="lo", description="MIAO LETTER ZZYA", direction="l", + linebreak="al", unicodeslot=0x16F40, }, [0x16F41]={ category="lo", description="MIAO LETTER ZZSYA", direction="l", + linebreak="al", unicodeslot=0x16F41, }, [0x16F42]={ category="lo", description="MIAO LETTER WA", direction="l", + linebreak="al", unicodeslot=0x16F42, }, [0x16F43]={ category="lo", description="MIAO LETTER AH", direction="l", + linebreak="al", unicodeslot=0x16F43, }, [0x16F44]={ category="lo", description="MIAO LETTER HHA", direction="l", + linebreak="al", unicodeslot=0x16F44, }, [0x16F50]={ category="lo", description="MIAO LETTER NASALIZATION", direction="l", + linebreak="al", unicodeslot=0x16F50, }, [0x16F51]={ category="mc", description="MIAO SIGN ASPIRATION", direction="l", + linebreak="cm", unicodeslot=0x16F51, }, [0x16F52]={ category="mc", description="MIAO SIGN REFORMED VOICING", direction="l", + linebreak="cm", unicodeslot=0x16F52, }, [0x16F53]={ category="mc", description="MIAO SIGN REFORMED ASPIRATION", direction="l", + linebreak="cm", unicodeslot=0x16F53, }, [0x16F54]={ category="mc", description="MIAO VOWEL SIGN A", direction="l", + linebreak="cm", unicodeslot=0x16F54, }, [0x16F55]={ category="mc", description="MIAO VOWEL SIGN AA", direction="l", + linebreak="cm", unicodeslot=0x16F55, }, [0x16F56]={ category="mc", description="MIAO VOWEL SIGN AHH", direction="l", + linebreak="cm", unicodeslot=0x16F56, }, [0x16F57]={ category="mc", description="MIAO VOWEL SIGN AN", direction="l", + linebreak="cm", unicodeslot=0x16F57, }, [0x16F58]={ category="mc", description="MIAO VOWEL SIGN ANG", direction="l", + linebreak="cm", unicodeslot=0x16F58, }, [0x16F59]={ category="mc", description="MIAO VOWEL SIGN O", direction="l", + linebreak="cm", unicodeslot=0x16F59, }, [0x16F5A]={ category="mc", description="MIAO VOWEL SIGN OO", direction="l", + linebreak="cm", unicodeslot=0x16F5A, }, [0x16F5B]={ category="mc", description="MIAO VOWEL SIGN WO", direction="l", + linebreak="cm", unicodeslot=0x16F5B, }, [0x16F5C]={ category="mc", description="MIAO VOWEL SIGN W", direction="l", + linebreak="cm", unicodeslot=0x16F5C, }, [0x16F5D]={ category="mc", description="MIAO VOWEL SIGN E", direction="l", + linebreak="cm", unicodeslot=0x16F5D, }, [0x16F5E]={ category="mc", description="MIAO VOWEL SIGN EN", direction="l", + linebreak="cm", unicodeslot=0x16F5E, }, [0x16F5F]={ category="mc", description="MIAO VOWEL SIGN ENG", direction="l", + linebreak="cm", unicodeslot=0x16F5F, }, [0x16F60]={ category="mc", description="MIAO VOWEL SIGN OEY", direction="l", + linebreak="cm", unicodeslot=0x16F60, }, [0x16F61]={ category="mc", description="MIAO VOWEL SIGN I", direction="l", + linebreak="cm", unicodeslot=0x16F61, }, [0x16F62]={ category="mc", description="MIAO VOWEL SIGN IA", direction="l", + linebreak="cm", unicodeslot=0x16F62, }, [0x16F63]={ category="mc", description="MIAO VOWEL SIGN IAN", direction="l", + linebreak="cm", unicodeslot=0x16F63, }, [0x16F64]={ category="mc", description="MIAO VOWEL SIGN IANG", direction="l", + linebreak="cm", unicodeslot=0x16F64, }, [0x16F65]={ category="mc", description="MIAO VOWEL SIGN IO", direction="l", + linebreak="cm", unicodeslot=0x16F65, }, [0x16F66]={ category="mc", description="MIAO VOWEL SIGN IE", direction="l", + linebreak="cm", unicodeslot=0x16F66, }, [0x16F67]={ category="mc", description="MIAO VOWEL SIGN II", direction="l", + linebreak="cm", unicodeslot=0x16F67, }, [0x16F68]={ category="mc", description="MIAO VOWEL SIGN IU", direction="l", + linebreak="cm", unicodeslot=0x16F68, }, [0x16F69]={ category="mc", description="MIAO VOWEL SIGN ING", direction="l", + linebreak="cm", unicodeslot=0x16F69, }, [0x16F6A]={ category="mc", description="MIAO VOWEL SIGN U", direction="l", + linebreak="cm", unicodeslot=0x16F6A, }, [0x16F6B]={ category="mc", description="MIAO VOWEL SIGN UA", direction="l", + linebreak="cm", unicodeslot=0x16F6B, }, [0x16F6C]={ category="mc", description="MIAO VOWEL SIGN UAN", direction="l", + linebreak="cm", unicodeslot=0x16F6C, }, [0x16F6D]={ category="mc", description="MIAO VOWEL SIGN UANG", direction="l", + linebreak="cm", unicodeslot=0x16F6D, }, [0x16F6E]={ category="mc", description="MIAO VOWEL SIGN UU", direction="l", + linebreak="cm", unicodeslot=0x16F6E, }, [0x16F6F]={ category="mc", description="MIAO VOWEL SIGN UEI", direction="l", + linebreak="cm", unicodeslot=0x16F6F, }, [0x16F70]={ category="mc", description="MIAO VOWEL SIGN UNG", direction="l", + linebreak="cm", unicodeslot=0x16F70, }, [0x16F71]={ category="mc", description="MIAO VOWEL SIGN Y", direction="l", + linebreak="cm", unicodeslot=0x16F71, }, [0x16F72]={ category="mc", description="MIAO VOWEL SIGN YI", direction="l", + linebreak="cm", unicodeslot=0x16F72, }, [0x16F73]={ category="mc", description="MIAO VOWEL SIGN AE", direction="l", + linebreak="cm", unicodeslot=0x16F73, }, [0x16F74]={ category="mc", description="MIAO VOWEL SIGN AEE", direction="l", + linebreak="cm", unicodeslot=0x16F74, }, [0x16F75]={ category="mc", description="MIAO VOWEL SIGN ERR", direction="l", + linebreak="cm", unicodeslot=0x16F75, }, [0x16F76]={ category="mc", description="MIAO VOWEL SIGN ROUNDED ERR", direction="l", + linebreak="cm", unicodeslot=0x16F76, }, [0x16F77]={ category="mc", description="MIAO VOWEL SIGN ER", direction="l", + linebreak="cm", unicodeslot=0x16F77, }, [0x16F78]={ category="mc", description="MIAO VOWEL SIGN ROUNDED ER", direction="l", + linebreak="cm", unicodeslot=0x16F78, }, [0x16F79]={ category="mc", description="MIAO VOWEL SIGN AI", direction="l", + linebreak="cm", unicodeslot=0x16F79, }, [0x16F7A]={ category="mc", description="MIAO VOWEL SIGN EI", direction="l", + linebreak="cm", unicodeslot=0x16F7A, }, [0x16F7B]={ category="mc", description="MIAO VOWEL SIGN AU", direction="l", + linebreak="cm", unicodeslot=0x16F7B, }, [0x16F7C]={ category="mc", description="MIAO VOWEL SIGN OU", direction="l", + linebreak="cm", unicodeslot=0x16F7C, }, [0x16F7D]={ category="mc", description="MIAO VOWEL SIGN N", direction="l", + linebreak="cm", unicodeslot=0x16F7D, }, [0x16F7E]={ category="mc", description="MIAO VOWEL SIGN NG", direction="l", + linebreak="cm", unicodeslot=0x16F7E, }, [0x16F8F]={ category="mn", description="MIAO TONE RIGHT", direction="nsm", + linebreak="cm", unicodeslot=0x16F8F, }, [0x16F90]={ category="mn", description="MIAO TONE TOP RIGHT", direction="nsm", + linebreak="cm", unicodeslot=0x16F90, }, [0x16F91]={ category="mn", description="MIAO TONE ABOVE", direction="nsm", + linebreak="cm", unicodeslot=0x16F91, }, [0x16F92]={ category="mn", description="MIAO TONE BELOW", direction="nsm", + linebreak="cm", unicodeslot=0x16F92, }, [0x16F93]={ category="lm", description="MIAO LETTER TONE-2", direction="l", + linebreak="al", unicodeslot=0x16F93, }, [0x16F94]={ category="lm", description="MIAO LETTER TONE-3", direction="l", + linebreak="al", unicodeslot=0x16F94, }, [0x16F95]={ category="lm", description="MIAO LETTER TONE-4", direction="l", + linebreak="al", unicodeslot=0x16F95, }, [0x16F96]={ category="lm", description="MIAO LETTER TONE-5", direction="l", + linebreak="al", unicodeslot=0x16F96, }, [0x16F97]={ category="lm", description="MIAO LETTER TONE-6", direction="l", + linebreak="al", unicodeslot=0x16F97, }, [0x16F98]={ category="lm", description="MIAO LETTER TONE-7", direction="l", + linebreak="al", unicodeslot=0x16F98, }, [0x16F99]={ category="lm", description="MIAO LETTER TONE-8", direction="l", + linebreak="al", unicodeslot=0x16F99, }, [0x16F9A]={ category="lm", description="MIAO LETTER REFORMED TONE-1", direction="l", + linebreak="al", unicodeslot=0x16F9A, }, [0x16F9B]={ category="lm", description="MIAO LETTER REFORMED TONE-2", direction="l", + linebreak="al", unicodeslot=0x16F9B, }, [0x16F9C]={ category="lm", description="MIAO LETTER REFORMED TONE-4", direction="l", + linebreak="al", unicodeslot=0x16F9C, }, [0x16F9D]={ category="lm", description="MIAO LETTER REFORMED TONE-5", direction="l", + linebreak="al", unicodeslot=0x16F9D, }, [0x16F9E]={ category="lm", description="MIAO LETTER REFORMED TONE-6", direction="l", + linebreak="al", unicodeslot=0x16F9E, }, [0x16F9F]={ category="lm", description="MIAO LETTER REFORMED TONE-8", direction="l", + linebreak="al", unicodeslot=0x16F9F, }, [0x1B000]={ @@ -175204,6 +176112,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL ALEF", direction="al", + linebreak="al", specials={ "font", 0x0627 }, unicodeslot=0x1EE00, }, @@ -175212,6 +176121,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL BEH", direction="al", + linebreak="al", specials={ "font", 0x0628 }, unicodeslot=0x1EE01, }, @@ -175220,6 +176130,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL JEEM", direction="al", + linebreak="al", specials={ "font", 0x062C }, unicodeslot=0x1EE02, }, @@ -175228,6 +176139,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DAL", direction="al", + linebreak="al", specials={ "font", 0x062F }, unicodeslot=0x1EE03, }, @@ -175236,6 +176148,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL WAW", direction="al", + linebreak="al", specials={ "font", 0x0648 }, unicodeslot=0x1EE05, }, @@ -175244,6 +176157,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL ZAIN", direction="al", + linebreak="al", specials={ "font", 0x0632 }, unicodeslot=0x1EE06, }, @@ -175252,6 +176166,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL HAH", direction="al", + linebreak="al", specials={ "font", 0x062D }, unicodeslot=0x1EE07, }, @@ -175260,6 +176175,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL TAH", direction="al", + linebreak="al", specials={ "font", 0x0637 }, unicodeslot=0x1EE08, }, @@ -175268,6 +176184,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL YEH", direction="al", + linebreak="al", specials={ "font", 0x064A }, unicodeslot=0x1EE09, }, @@ -175276,6 +176193,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL KAF", direction="al", + linebreak="al", specials={ "font", 0x0643 }, unicodeslot=0x1EE0A, }, @@ -175284,6 +176202,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LAM", direction="al", + linebreak="al", specials={ "font", 0x0644 }, unicodeslot=0x1EE0B, }, @@ -175292,6 +176211,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL MEEM", direction="al", + linebreak="al", specials={ "font", 0x0645 }, unicodeslot=0x1EE0C, }, @@ -175300,6 +176220,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL NOON", direction="al", + linebreak="al", specials={ "font", 0x0646 }, unicodeslot=0x1EE0D, }, @@ -175308,6 +176229,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL SEEN", direction="al", + linebreak="al", specials={ "font", 0x0633 }, unicodeslot=0x1EE0E, }, @@ -175316,6 +176238,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL AIN", direction="al", + linebreak="al", specials={ "font", 0x0639 }, unicodeslot=0x1EE0F, }, @@ -175324,6 +176247,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL FEH", direction="al", + linebreak="al", specials={ "font", 0x0641 }, unicodeslot=0x1EE10, }, @@ -175332,6 +176256,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL SAD", direction="al", + linebreak="al", specials={ "font", 0x0635 }, unicodeslot=0x1EE11, }, @@ -175340,6 +176265,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL QAF", direction="al", + linebreak="al", specials={ "font", 0x0642 }, unicodeslot=0x1EE12, }, @@ -175348,6 +176274,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL REH", direction="al", + linebreak="al", specials={ "font", 0x0631 }, unicodeslot=0x1EE13, }, @@ -175356,6 +176283,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL SHEEN", direction="al", + linebreak="al", specials={ "font", 0x0634 }, unicodeslot=0x1EE14, }, @@ -175364,6 +176292,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL TEH", direction="al", + linebreak="al", specials={ "font", 0x062A }, unicodeslot=0x1EE15, }, @@ -175372,6 +176301,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL THEH", direction="al", + linebreak="al", specials={ "font", 0x062B }, unicodeslot=0x1EE16, }, @@ -175380,6 +176310,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL KHAH", direction="al", + linebreak="al", specials={ "font", 0x062E }, unicodeslot=0x1EE17, }, @@ -175388,6 +176319,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL THAL", direction="al", + linebreak="al", specials={ "font", 0x0630 }, unicodeslot=0x1EE18, }, @@ -175396,6 +176328,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DAD", direction="al", + linebreak="al", specials={ "font", 0x0636 }, unicodeslot=0x1EE19, }, @@ -175404,6 +176337,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL ZAH", direction="al", + linebreak="al", specials={ "font", 0x0638 }, unicodeslot=0x1EE1A, }, @@ -175412,6 +176346,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL GHAIN", direction="al", + linebreak="al", specials={ "font", 0x063A }, unicodeslot=0x1EE1B, }, @@ -175420,6 +176355,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOTLESS BEH", direction="al", + linebreak="al", specials={ "font", 0x066E }, unicodeslot=0x1EE1C, }, @@ -175428,6 +176364,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOTLESS NOON", direction="al", + linebreak="al", specials={ "font", 0x06BA }, unicodeslot=0x1EE1D, }, @@ -175436,6 +176373,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOTLESS FEH", direction="al", + linebreak="al", specials={ "font", 0x06A1 }, unicodeslot=0x1EE1E, }, @@ -175444,6 +176382,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOTLESS QAF", direction="al", + linebreak="al", specials={ "font", 0x066F }, unicodeslot=0x1EE1F, }, @@ -175452,6 +176391,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL INITIAL BEH", direction="al", + linebreak="al", specials={ "font", 0x0628 }, unicodeslot=0x1EE21, }, @@ -175460,6 +176400,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL INITIAL JEEM", direction="al", + linebreak="al", specials={ "font", 0x062C }, unicodeslot=0x1EE22, }, @@ -175468,6 +176409,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL INITIAL HEH", direction="al", + linebreak="al", specials={ "font", 0x0647 }, unicodeslot=0x1EE24, }, @@ -175476,6 +176418,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL INITIAL HAH", direction="al", + linebreak="al", specials={ "font", 0x062D }, unicodeslot=0x1EE27, }, @@ -175484,6 +176427,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL INITIAL YEH", direction="al", + linebreak="al", specials={ "font", 0x064A }, unicodeslot=0x1EE29, }, @@ -175492,6 +176436,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL INITIAL KAF", direction="al", + linebreak="al", specials={ "font", 0x0643 }, unicodeslot=0x1EE2A, }, @@ -175500,6 +176445,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL INITIAL LAM", direction="al", + linebreak="al", specials={ "font", 0x0644 }, unicodeslot=0x1EE2B, }, @@ -175508,6 +176454,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL INITIAL MEEM", direction="al", + linebreak="al", specials={ "font", 0x0645 }, unicodeslot=0x1EE2C, }, @@ -175516,6 +176463,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL INITIAL NOON", direction="al", + linebreak="al", specials={ "font", 0x0646 }, unicodeslot=0x1EE2D, }, @@ -175524,6 +176472,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL INITIAL SEEN", direction="al", + linebreak="al", specials={ "font", 0x0633 }, unicodeslot=0x1EE2E, }, @@ -175532,6 +176481,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL INITIAL AIN", direction="al", + linebreak="al", specials={ "font", 0x0639 }, unicodeslot=0x1EE2F, }, @@ -175540,6 +176490,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL INITIAL FEH", direction="al", + linebreak="al", specials={ "font", 0x0641 }, unicodeslot=0x1EE30, }, @@ -175548,6 +176499,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL INITIAL SAD", direction="al", + linebreak="al", specials={ "font", 0x0635 }, unicodeslot=0x1EE31, }, @@ -175556,6 +176508,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL INITIAL QAF", direction="al", + linebreak="al", specials={ "font", 0x0642 }, unicodeslot=0x1EE32, }, @@ -175564,6 +176517,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL INITIAL SHEEN", direction="al", + linebreak="al", specials={ "font", 0x0634 }, unicodeslot=0x1EE34, }, @@ -175572,6 +176526,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL INITIAL TEH", direction="al", + linebreak="al", specials={ "font", 0x062A }, unicodeslot=0x1EE35, }, @@ -175580,6 +176535,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL INITIAL THEH", direction="al", + linebreak="al", specials={ "font", 0x062B }, unicodeslot=0x1EE36, }, @@ -175588,6 +176544,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL INITIAL KHAH", direction="al", + linebreak="al", specials={ "font", 0x062E }, unicodeslot=0x1EE37, }, @@ -175596,6 +176553,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL INITIAL DAD", direction="al", + linebreak="al", specials={ "font", 0x0636 }, unicodeslot=0x1EE39, }, @@ -175604,6 +176562,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL INITIAL GHAIN", direction="al", + linebreak="al", specials={ "font", 0x063A }, unicodeslot=0x1EE3B, }, @@ -175612,6 +176571,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL TAILED JEEM", direction="al", + linebreak="al", specials={ "font", 0x062C }, unicodeslot=0x1EE42, }, @@ -175620,6 +176580,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL TAILED HAH", direction="al", + linebreak="al", specials={ "font", 0x062D }, unicodeslot=0x1EE47, }, @@ -175628,6 +176589,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL TAILED YEH", direction="al", + linebreak="al", specials={ "font", 0x064A }, unicodeslot=0x1EE49, }, @@ -175636,6 +176598,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL TAILED LAM", direction="al", + linebreak="al", specials={ "font", 0x0644 }, unicodeslot=0x1EE4B, }, @@ -175644,6 +176607,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL TAILED NOON", direction="al", + linebreak="al", specials={ "font", 0x0646 }, unicodeslot=0x1EE4D, }, @@ -175652,6 +176616,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL TAILED SEEN", direction="al", + linebreak="al", specials={ "font", 0x0633 }, unicodeslot=0x1EE4E, }, @@ -175660,6 +176625,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL TAILED AIN", direction="al", + linebreak="al", specials={ "font", 0x0639 }, unicodeslot=0x1EE4F, }, @@ -175668,6 +176634,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL TAILED SAD", direction="al", + linebreak="al", specials={ "font", 0x0635 }, unicodeslot=0x1EE51, }, @@ -175676,6 +176643,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL TAILED QAF", direction="al", + linebreak="al", specials={ "font", 0x0642 }, unicodeslot=0x1EE52, }, @@ -175684,6 +176652,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL TAILED SHEEN", direction="al", + linebreak="al", specials={ "font", 0x0634 }, unicodeslot=0x1EE54, }, @@ -175692,6 +176661,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL TAILED KHAH", direction="al", + linebreak="al", specials={ "font", 0x062E }, unicodeslot=0x1EE57, }, @@ -175700,6 +176670,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL TAILED DAD", direction="al", + linebreak="al", specials={ "font", 0x0636 }, unicodeslot=0x1EE59, }, @@ -175708,6 +176679,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL TAILED GHAIN", direction="al", + linebreak="al", specials={ "font", 0x063A }, unicodeslot=0x1EE5B, }, @@ -175716,6 +176688,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL TAILED DOTLESS NOON", direction="al", + linebreak="al", specials={ "font", 0x06BA }, unicodeslot=0x1EE5D, }, @@ -175724,6 +176697,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL TAILED DOTLESS QAF", direction="al", + linebreak="al", specials={ "font", 0x066F }, unicodeslot=0x1EE5F, }, @@ -175732,6 +176706,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL STRETCHED BEH", direction="al", + linebreak="al", specials={ "font", 0x0628 }, unicodeslot=0x1EE61, }, @@ -175740,6 +176715,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL STRETCHED JEEM", direction="al", + linebreak="al", specials={ "font", 0x062C }, unicodeslot=0x1EE62, }, @@ -175748,6 +176724,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL STRETCHED HEH", direction="al", + linebreak="al", specials={ "font", 0x0647 }, unicodeslot=0x1EE64, }, @@ -175756,6 +176733,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL STRETCHED HAH", direction="al", + linebreak="al", specials={ "font", 0x062D }, unicodeslot=0x1EE67, }, @@ -175764,6 +176742,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL STRETCHED TAH", direction="al", + linebreak="al", specials={ "font", 0x0637 }, unicodeslot=0x1EE68, }, @@ -175772,6 +176751,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL STRETCHED YEH", direction="al", + linebreak="al", specials={ "font", 0x064A }, unicodeslot=0x1EE69, }, @@ -175780,6 +176760,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL STRETCHED KAF", direction="al", + linebreak="al", specials={ "font", 0x0643 }, unicodeslot=0x1EE6A, }, @@ -175788,6 +176769,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL STRETCHED MEEM", direction="al", + linebreak="al", specials={ "font", 0x0645 }, unicodeslot=0x1EE6C, }, @@ -175796,6 +176778,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL STRETCHED NOON", direction="al", + linebreak="al", specials={ "font", 0x0646 }, unicodeslot=0x1EE6D, }, @@ -175804,6 +176787,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL STRETCHED SEEN", direction="al", + linebreak="al", specials={ "font", 0x0633 }, unicodeslot=0x1EE6E, }, @@ -175812,6 +176796,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL STRETCHED AIN", direction="al", + linebreak="al", specials={ "font", 0x0639 }, unicodeslot=0x1EE6F, }, @@ -175820,6 +176805,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL STRETCHED FEH", direction="al", + linebreak="al", specials={ "font", 0x0641 }, unicodeslot=0x1EE70, }, @@ -175828,6 +176814,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL STRETCHED SAD", direction="al", + linebreak="al", specials={ "font", 0x0635 }, unicodeslot=0x1EE71, }, @@ -175836,6 +176823,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL STRETCHED QAF", direction="al", + linebreak="al", specials={ "font", 0x0642 }, unicodeslot=0x1EE72, }, @@ -175844,6 +176832,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL STRETCHED SHEEN", direction="al", + linebreak="al", specials={ "font", 0x0634 }, unicodeslot=0x1EE74, }, @@ -175852,6 +176841,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL STRETCHED TEH", direction="al", + linebreak="al", specials={ "font", 0x062A }, unicodeslot=0x1EE75, }, @@ -175860,6 +176850,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL STRETCHED THEH", direction="al", + linebreak="al", specials={ "font", 0x062B }, unicodeslot=0x1EE76, }, @@ -175868,6 +176859,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL STRETCHED KHAH", direction="al", + linebreak="al", specials={ "font", 0x062E }, unicodeslot=0x1EE77, }, @@ -175876,6 +176868,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL STRETCHED DAD", direction="al", + linebreak="al", specials={ "font", 0x0636 }, unicodeslot=0x1EE79, }, @@ -175884,6 +176877,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL STRETCHED ZAH", direction="al", + linebreak="al", specials={ "font", 0x0638 }, unicodeslot=0x1EE7A, }, @@ -175892,6 +176886,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL STRETCHED GHAIN", direction="al", + linebreak="al", specials={ "font", 0x063A }, unicodeslot=0x1EE7B, }, @@ -175900,6 +176895,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL STRETCHED DOTLESS BEH", direction="al", + linebreak="al", specials={ "font", 0x066E }, unicodeslot=0x1EE7C, }, @@ -175908,6 +176904,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL STRETCHED DOTLESS FEH", direction="al", + linebreak="al", specials={ "font", 0x06A1 }, unicodeslot=0x1EE7E, }, @@ -175916,6 +176913,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED ALEF", direction="al", + linebreak="al", specials={ "font", 0x0627 }, unicodeslot=0x1EE80, }, @@ -175924,6 +176922,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED BEH", direction="al", + linebreak="al", specials={ "font", 0x0628 }, unicodeslot=0x1EE81, }, @@ -175932,6 +176931,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED JEEM", direction="al", + linebreak="al", specials={ "font", 0x062C }, unicodeslot=0x1EE82, }, @@ -175940,6 +176940,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED DAL", direction="al", + linebreak="al", specials={ "font", 0x062F }, unicodeslot=0x1EE83, }, @@ -175948,6 +176949,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED HEH", direction="al", + linebreak="al", specials={ "font", 0x0647 }, unicodeslot=0x1EE84, }, @@ -175956,6 +176958,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED WAW", direction="al", + linebreak="al", specials={ "font", 0x0648 }, unicodeslot=0x1EE85, }, @@ -175964,6 +176967,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED ZAIN", direction="al", + linebreak="al", specials={ "font", 0x0632 }, unicodeslot=0x1EE86, }, @@ -175972,6 +176976,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED HAH", direction="al", + linebreak="al", specials={ "font", 0x062D }, unicodeslot=0x1EE87, }, @@ -175980,6 +176985,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED TAH", direction="al", + linebreak="al", specials={ "font", 0x0637 }, unicodeslot=0x1EE88, }, @@ -175988,6 +176994,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED YEH", direction="al", + linebreak="al", specials={ "font", 0x064A }, unicodeslot=0x1EE89, }, @@ -175996,6 +177003,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED LAM", direction="al", + linebreak="al", specials={ "font", 0x0644 }, unicodeslot=0x1EE8B, }, @@ -176004,6 +177012,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED MEEM", direction="al", + linebreak="al", specials={ "font", 0x0645 }, unicodeslot=0x1EE8C, }, @@ -176012,6 +177021,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED NOON", direction="al", + linebreak="al", specials={ "font", 0x0646 }, unicodeslot=0x1EE8D, }, @@ -176020,6 +177030,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED SEEN", direction="al", + linebreak="al", specials={ "font", 0x0633 }, unicodeslot=0x1EE8E, }, @@ -176028,6 +177039,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED AIN", direction="al", + linebreak="al", specials={ "font", 0x0639 }, unicodeslot=0x1EE8F, }, @@ -176036,6 +177048,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED FEH", direction="al", + linebreak="al", specials={ "font", 0x0641 }, unicodeslot=0x1EE90, }, @@ -176044,6 +177057,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED SAD", direction="al", + linebreak="al", specials={ "font", 0x0635 }, unicodeslot=0x1EE91, }, @@ -176052,6 +177066,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED QAF", direction="al", + linebreak="al", specials={ "font", 0x0642 }, unicodeslot=0x1EE92, }, @@ -176060,6 +177075,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED REH", direction="al", + linebreak="al", specials={ "font", 0x0631 }, unicodeslot=0x1EE93, }, @@ -176068,6 +177084,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED SHEEN", direction="al", + linebreak="al", specials={ "font", 0x0634 }, unicodeslot=0x1EE94, }, @@ -176076,6 +177093,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED TEH", direction="al", + linebreak="al", specials={ "font", 0x062A }, unicodeslot=0x1EE95, }, @@ -176084,6 +177102,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED THEH", direction="al", + linebreak="al", specials={ "font", 0x062B }, unicodeslot=0x1EE96, }, @@ -176092,6 +177111,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED KHAH", direction="al", + linebreak="al", specials={ "font", 0x062E }, unicodeslot=0x1EE97, }, @@ -176100,6 +177120,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED THAL", direction="al", + linebreak="al", specials={ "font", 0x0630 }, unicodeslot=0x1EE98, }, @@ -176108,6 +177129,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED DAD", direction="al", + linebreak="al", specials={ "font", 0x0636 }, unicodeslot=0x1EE99, }, @@ -176116,6 +177138,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED ZAH", direction="al", + linebreak="al", specials={ "font", 0x0638 }, unicodeslot=0x1EE9A, }, @@ -176124,6 +177147,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL LOOPED GHAIN", direction="al", + linebreak="al", specials={ "font", 0x063A }, unicodeslot=0x1EE9B, }, @@ -176132,6 +177156,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOUBLE-STRUCK BEH", direction="al", + linebreak="al", specials={ "font", 0x0628 }, unicodeslot=0x1EEA1, }, @@ -176140,6 +177165,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOUBLE-STRUCK JEEM", direction="al", + linebreak="al", specials={ "font", 0x062C }, unicodeslot=0x1EEA2, }, @@ -176148,6 +177174,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOUBLE-STRUCK DAL", direction="al", + linebreak="al", specials={ "font", 0x062F }, unicodeslot=0x1EEA3, }, @@ -176156,6 +177183,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOUBLE-STRUCK WAW", direction="al", + linebreak="al", specials={ "font", 0x0648 }, unicodeslot=0x1EEA5, }, @@ -176164,6 +177192,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOUBLE-STRUCK ZAIN", direction="al", + linebreak="al", specials={ "font", 0x0632 }, unicodeslot=0x1EEA6, }, @@ -176172,6 +177201,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOUBLE-STRUCK HAH", direction="al", + linebreak="al", specials={ "font", 0x062D }, unicodeslot=0x1EEA7, }, @@ -176180,6 +177210,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOUBLE-STRUCK TAH", direction="al", + linebreak="al", specials={ "font", 0x0637 }, unicodeslot=0x1EEA8, }, @@ -176188,6 +177219,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOUBLE-STRUCK YEH", direction="al", + linebreak="al", specials={ "font", 0x064A }, unicodeslot=0x1EEA9, }, @@ -176196,6 +177228,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOUBLE-STRUCK LAM", direction="al", + linebreak="al", specials={ "font", 0x0644 }, unicodeslot=0x1EEAB, }, @@ -176204,6 +177237,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOUBLE-STRUCK MEEM", direction="al", + linebreak="al", specials={ "font", 0x0645 }, unicodeslot=0x1EEAC, }, @@ -176212,6 +177246,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOUBLE-STRUCK NOON", direction="al", + linebreak="al", specials={ "font", 0x0646 }, unicodeslot=0x1EEAD, }, @@ -176220,6 +177255,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOUBLE-STRUCK SEEN", direction="al", + linebreak="al", specials={ "font", 0x0633 }, unicodeslot=0x1EEAE, }, @@ -176228,6 +177264,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOUBLE-STRUCK AIN", direction="al", + linebreak="al", specials={ "font", 0x0639 }, unicodeslot=0x1EEAF, }, @@ -176236,6 +177273,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOUBLE-STRUCK FEH", direction="al", + linebreak="al", specials={ "font", 0x0641 }, unicodeslot=0x1EEB0, }, @@ -176244,6 +177282,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOUBLE-STRUCK SAD", direction="al", + linebreak="al", specials={ "font", 0x0635 }, unicodeslot=0x1EEB1, }, @@ -176252,6 +177291,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOUBLE-STRUCK QAF", direction="al", + linebreak="al", specials={ "font", 0x0642 }, unicodeslot=0x1EEB2, }, @@ -176260,6 +177300,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOUBLE-STRUCK REH", direction="al", + linebreak="al", specials={ "font", 0x0631 }, unicodeslot=0x1EEB3, }, @@ -176268,6 +177309,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOUBLE-STRUCK SHEEN", direction="al", + linebreak="al", specials={ "font", 0x0634 }, unicodeslot=0x1EEB4, }, @@ -176276,6 +177318,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOUBLE-STRUCK TEH", direction="al", + linebreak="al", specials={ "font", 0x062A }, unicodeslot=0x1EEB5, }, @@ -176284,6 +177327,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOUBLE-STRUCK THEH", direction="al", + linebreak="al", specials={ "font", 0x062B }, unicodeslot=0x1EEB6, }, @@ -176292,6 +177336,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOUBLE-STRUCK KHAH", direction="al", + linebreak="al", specials={ "font", 0x062E }, unicodeslot=0x1EEB7, }, @@ -176300,6 +177345,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOUBLE-STRUCK THAL", direction="al", + linebreak="al", specials={ "font", 0x0630 }, unicodeslot=0x1EEB8, }, @@ -176308,6 +177354,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOUBLE-STRUCK DAD", direction="al", + linebreak="al", specials={ "font", 0x0636 }, unicodeslot=0x1EEB9, }, @@ -176316,6 +177363,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOUBLE-STRUCK ZAH", direction="al", + linebreak="al", specials={ "font", 0x0638 }, unicodeslot=0x1EEBA, }, @@ -176324,6 +177372,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL DOUBLE-STRUCK GHAIN", direction="al", + linebreak="al", specials={ "font", 0x063A }, unicodeslot=0x1EEBB, }, @@ -176332,6 +177381,7 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL OPERATOR MEEM WITH HAH WITH TATWEEL", direction="on", + linebreak="al", unicodeslot=0x1EEF0, }, [0x1EEF1]={ @@ -176339,1427 +177389,1432 @@ characters.data={ comment="check math properties", description="ARABIC MATHEMATICAL OPERATOR HAH WITH DAL", direction="on", + linebreak="al", unicodeslot=0x1EEF1, }, [0x1F000]={ category="so", description="MAHJONG TILE EAST WIND", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F000, }, [0x1F001]={ category="so", description="MAHJONG TILE SOUTH WIND", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F001, }, [0x1F002]={ category="so", description="MAHJONG TILE WEST WIND", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F002, }, [0x1F003]={ category="so", description="MAHJONG TILE NORTH WIND", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F003, }, [0x1F004]={ category="so", description="MAHJONG TILE RED DRAGON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F004, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x1F005]={ category="so", description="MAHJONG TILE GREEN DRAGON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F005, }, [0x1F006]={ category="so", description="MAHJONG TILE WHITE DRAGON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F006, }, [0x1F007]={ category="so", description="MAHJONG TILE ONE OF CHARACTERS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F007, }, [0x1F008]={ category="so", description="MAHJONG TILE TWO OF CHARACTERS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F008, }, [0x1F009]={ category="so", description="MAHJONG TILE THREE OF CHARACTERS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F009, }, [0x1F00A]={ category="so", description="MAHJONG TILE FOUR OF CHARACTERS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F00A, }, [0x1F00B]={ category="so", description="MAHJONG TILE FIVE OF CHARACTERS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F00B, }, [0x1F00C]={ category="so", description="MAHJONG TILE SIX OF CHARACTERS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F00C, }, [0x1F00D]={ category="so", description="MAHJONG TILE SEVEN OF CHARACTERS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F00D, }, [0x1F00E]={ category="so", description="MAHJONG TILE EIGHT OF CHARACTERS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F00E, }, [0x1F00F]={ category="so", description="MAHJONG TILE NINE OF CHARACTERS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F00F, }, [0x1F010]={ category="so", description="MAHJONG TILE ONE OF BAMBOOS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F010, }, [0x1F011]={ category="so", description="MAHJONG TILE TWO OF BAMBOOS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F011, }, [0x1F012]={ category="so", description="MAHJONG TILE THREE OF BAMBOOS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F012, }, [0x1F013]={ category="so", description="MAHJONG TILE FOUR OF BAMBOOS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F013, }, [0x1F014]={ category="so", description="MAHJONG TILE FIVE OF BAMBOOS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F014, }, [0x1F015]={ category="so", description="MAHJONG TILE SIX OF BAMBOOS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F015, }, [0x1F016]={ category="so", description="MAHJONG TILE SEVEN OF BAMBOOS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F016, }, [0x1F017]={ category="so", description="MAHJONG TILE EIGHT OF BAMBOOS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F017, }, [0x1F018]={ category="so", description="MAHJONG TILE NINE OF BAMBOOS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F018, }, [0x1F019]={ category="so", description="MAHJONG TILE ONE OF CIRCLES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F019, }, [0x1F01A]={ category="so", description="MAHJONG TILE TWO OF CIRCLES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F01A, }, [0x1F01B]={ category="so", description="MAHJONG TILE THREE OF CIRCLES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F01B, }, [0x1F01C]={ category="so", description="MAHJONG TILE FOUR OF CIRCLES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F01C, }, [0x1F01D]={ category="so", description="MAHJONG TILE FIVE OF CIRCLES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F01D, }, [0x1F01E]={ category="so", description="MAHJONG TILE SIX OF CIRCLES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F01E, }, [0x1F01F]={ category="so", description="MAHJONG TILE SEVEN OF CIRCLES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F01F, }, [0x1F020]={ category="so", description="MAHJONG TILE EIGHT OF CIRCLES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F020, }, [0x1F021]={ category="so", description="MAHJONG TILE NINE OF CIRCLES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F021, }, [0x1F022]={ category="so", description="MAHJONG TILE PLUM", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F022, }, [0x1F023]={ category="so", description="MAHJONG TILE ORCHID", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F023, }, [0x1F024]={ category="so", description="MAHJONG TILE BAMBOO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F024, }, [0x1F025]={ category="so", description="MAHJONG TILE CHRYSANTHEMUM", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F025, }, [0x1F026]={ category="so", description="MAHJONG TILE SPRING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F026, }, [0x1F027]={ category="so", description="MAHJONG TILE SUMMER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F027, }, [0x1F028]={ category="so", description="MAHJONG TILE AUTUMN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F028, }, [0x1F029]={ category="so", description="MAHJONG TILE WINTER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F029, }, [0x1F02A]={ category="so", description="MAHJONG TILE JOKER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F02A, }, [0x1F02B]={ category="so", description="MAHJONG TILE BACK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F02B, }, [0x1F030]={ category="so", description="DOMINO TILE HORIZONTAL BACK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F030, }, [0x1F031]={ category="so", description="DOMINO TILE HORIZONTAL-00-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F031, }, [0x1F032]={ category="so", description="DOMINO TILE HORIZONTAL-00-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F032, }, [0x1F033]={ category="so", description="DOMINO TILE HORIZONTAL-00-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F033, }, [0x1F034]={ category="so", description="DOMINO TILE HORIZONTAL-00-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F034, }, [0x1F035]={ category="so", description="DOMINO TILE HORIZONTAL-00-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F035, }, [0x1F036]={ category="so", description="DOMINO TILE HORIZONTAL-00-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F036, }, [0x1F037]={ category="so", description="DOMINO TILE HORIZONTAL-00-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F037, }, [0x1F038]={ category="so", description="DOMINO TILE HORIZONTAL-01-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F038, }, [0x1F039]={ category="so", description="DOMINO TILE HORIZONTAL-01-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F039, }, [0x1F03A]={ category="so", description="DOMINO TILE HORIZONTAL-01-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F03A, }, [0x1F03B]={ category="so", description="DOMINO TILE HORIZONTAL-01-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F03B, }, [0x1F03C]={ category="so", description="DOMINO TILE HORIZONTAL-01-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F03C, }, [0x1F03D]={ category="so", description="DOMINO TILE HORIZONTAL-01-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F03D, }, [0x1F03E]={ category="so", description="DOMINO TILE HORIZONTAL-01-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F03E, }, [0x1F03F]={ category="so", description="DOMINO TILE HORIZONTAL-02-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F03F, }, [0x1F040]={ category="so", description="DOMINO TILE HORIZONTAL-02-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F040, }, [0x1F041]={ category="so", description="DOMINO TILE HORIZONTAL-02-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F041, }, [0x1F042]={ category="so", description="DOMINO TILE HORIZONTAL-02-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F042, }, [0x1F043]={ category="so", description="DOMINO TILE HORIZONTAL-02-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F043, }, [0x1F044]={ category="so", description="DOMINO TILE HORIZONTAL-02-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F044, }, [0x1F045]={ category="so", description="DOMINO TILE HORIZONTAL-02-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F045, }, [0x1F046]={ category="so", description="DOMINO TILE HORIZONTAL-03-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F046, }, [0x1F047]={ category="so", description="DOMINO TILE HORIZONTAL-03-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F047, }, [0x1F048]={ category="so", description="DOMINO TILE HORIZONTAL-03-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F048, }, [0x1F049]={ category="so", description="DOMINO TILE HORIZONTAL-03-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F049, }, [0x1F04A]={ category="so", description="DOMINO TILE HORIZONTAL-03-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F04A, }, [0x1F04B]={ category="so", description="DOMINO TILE HORIZONTAL-03-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F04B, }, [0x1F04C]={ category="so", description="DOMINO TILE HORIZONTAL-03-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F04C, }, [0x1F04D]={ category="so", description="DOMINO TILE HORIZONTAL-04-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F04D, }, [0x1F04E]={ category="so", description="DOMINO TILE HORIZONTAL-04-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F04E, }, [0x1F04F]={ category="so", description="DOMINO TILE HORIZONTAL-04-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F04F, }, [0x1F050]={ category="so", description="DOMINO TILE HORIZONTAL-04-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F050, }, [0x1F051]={ category="so", description="DOMINO TILE HORIZONTAL-04-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F051, }, [0x1F052]={ category="so", description="DOMINO TILE HORIZONTAL-04-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F052, }, [0x1F053]={ category="so", description="DOMINO TILE HORIZONTAL-04-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F053, }, [0x1F054]={ category="so", description="DOMINO TILE HORIZONTAL-05-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F054, }, [0x1F055]={ category="so", description="DOMINO TILE HORIZONTAL-05-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F055, }, [0x1F056]={ category="so", description="DOMINO TILE HORIZONTAL-05-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F056, }, [0x1F057]={ category="so", description="DOMINO TILE HORIZONTAL-05-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F057, }, [0x1F058]={ category="so", description="DOMINO TILE HORIZONTAL-05-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F058, }, [0x1F059]={ category="so", description="DOMINO TILE HORIZONTAL-05-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F059, }, [0x1F05A]={ category="so", description="DOMINO TILE HORIZONTAL-05-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F05A, }, [0x1F05B]={ category="so", description="DOMINO TILE HORIZONTAL-06-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F05B, }, [0x1F05C]={ category="so", description="DOMINO TILE HORIZONTAL-06-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F05C, }, [0x1F05D]={ category="so", description="DOMINO TILE HORIZONTAL-06-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F05D, }, [0x1F05E]={ category="so", description="DOMINO TILE HORIZONTAL-06-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F05E, }, [0x1F05F]={ category="so", description="DOMINO TILE HORIZONTAL-06-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F05F, }, [0x1F060]={ category="so", description="DOMINO TILE HORIZONTAL-06-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F060, }, [0x1F061]={ category="so", description="DOMINO TILE HORIZONTAL-06-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F061, }, [0x1F062]={ category="so", description="DOMINO TILE VERTICAL BACK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F062, }, [0x1F063]={ category="so", description="DOMINO TILE VERTICAL-00-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F063, }, [0x1F064]={ category="so", description="DOMINO TILE VERTICAL-00-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F064, }, [0x1F065]={ category="so", description="DOMINO TILE VERTICAL-00-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F065, }, [0x1F066]={ category="so", description="DOMINO TILE VERTICAL-00-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F066, }, [0x1F067]={ category="so", description="DOMINO TILE VERTICAL-00-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F067, }, [0x1F068]={ category="so", description="DOMINO TILE VERTICAL-00-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F068, }, [0x1F069]={ category="so", description="DOMINO TILE VERTICAL-00-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F069, }, [0x1F06A]={ category="so", description="DOMINO TILE VERTICAL-01-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F06A, }, [0x1F06B]={ category="so", description="DOMINO TILE VERTICAL-01-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F06B, }, [0x1F06C]={ category="so", description="DOMINO TILE VERTICAL-01-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F06C, }, [0x1F06D]={ category="so", description="DOMINO TILE VERTICAL-01-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F06D, }, [0x1F06E]={ category="so", description="DOMINO TILE VERTICAL-01-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F06E, }, [0x1F06F]={ category="so", description="DOMINO TILE VERTICAL-01-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F06F, }, [0x1F070]={ category="so", description="DOMINO TILE VERTICAL-01-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F070, }, [0x1F071]={ category="so", description="DOMINO TILE VERTICAL-02-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F071, }, [0x1F072]={ category="so", description="DOMINO TILE VERTICAL-02-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F072, }, [0x1F073]={ category="so", description="DOMINO TILE VERTICAL-02-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F073, }, [0x1F074]={ category="so", description="DOMINO TILE VERTICAL-02-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F074, }, [0x1F075]={ category="so", description="DOMINO TILE VERTICAL-02-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F075, }, [0x1F076]={ category="so", description="DOMINO TILE VERTICAL-02-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F076, }, [0x1F077]={ category="so", description="DOMINO TILE VERTICAL-02-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F077, }, [0x1F078]={ category="so", description="DOMINO TILE VERTICAL-03-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F078, }, [0x1F079]={ category="so", description="DOMINO TILE VERTICAL-03-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F079, }, [0x1F07A]={ category="so", description="DOMINO TILE VERTICAL-03-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F07A, }, [0x1F07B]={ category="so", description="DOMINO TILE VERTICAL-03-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F07B, }, [0x1F07C]={ category="so", description="DOMINO TILE VERTICAL-03-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F07C, }, [0x1F07D]={ category="so", description="DOMINO TILE VERTICAL-03-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F07D, }, [0x1F07E]={ category="so", description="DOMINO TILE VERTICAL-03-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F07E, }, [0x1F07F]={ category="so", description="DOMINO TILE VERTICAL-04-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F07F, }, [0x1F080]={ category="so", description="DOMINO TILE VERTICAL-04-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F080, }, [0x1F081]={ category="so", description="DOMINO TILE VERTICAL-04-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F081, }, [0x1F082]={ category="so", description="DOMINO TILE VERTICAL-04-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F082, }, [0x1F083]={ category="so", description="DOMINO TILE VERTICAL-04-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F083, }, [0x1F084]={ category="so", description="DOMINO TILE VERTICAL-04-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F084, }, [0x1F085]={ category="so", description="DOMINO TILE VERTICAL-04-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F085, }, [0x1F086]={ category="so", description="DOMINO TILE VERTICAL-05-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F086, }, [0x1F087]={ category="so", description="DOMINO TILE VERTICAL-05-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F087, }, [0x1F088]={ category="so", description="DOMINO TILE VERTICAL-05-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F088, }, [0x1F089]={ category="so", description="DOMINO TILE VERTICAL-05-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F089, }, [0x1F08A]={ category="so", description="DOMINO TILE VERTICAL-05-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F08A, }, [0x1F08B]={ category="so", description="DOMINO TILE VERTICAL-05-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F08B, }, [0x1F08C]={ category="so", description="DOMINO TILE VERTICAL-05-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F08C, }, [0x1F08D]={ category="so", description="DOMINO TILE VERTICAL-06-00", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F08D, }, [0x1F08E]={ category="so", description="DOMINO TILE VERTICAL-06-01", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F08E, }, [0x1F08F]={ category="so", description="DOMINO TILE VERTICAL-06-02", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F08F, }, [0x1F090]={ category="so", description="DOMINO TILE VERTICAL-06-03", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F090, }, [0x1F091]={ category="so", description="DOMINO TILE VERTICAL-06-04", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F091, }, [0x1F092]={ category="so", description="DOMINO TILE VERTICAL-06-05", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F092, }, [0x1F093]={ category="so", description="DOMINO TILE VERTICAL-06-06", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F093, }, [0x1F0A0]={ category="so", description="PLAYING CARD BACK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0A0, }, [0x1F0A1]={ category="so", description="PLAYING CARD ACE OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0A1, }, [0x1F0A2]={ category="so", description="PLAYING CARD TWO OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0A2, }, [0x1F0A3]={ category="so", description="PLAYING CARD THREE OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0A3, }, [0x1F0A4]={ category="so", description="PLAYING CARD FOUR OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0A4, }, [0x1F0A5]={ category="so", description="PLAYING CARD FIVE OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0A5, }, [0x1F0A6]={ category="so", description="PLAYING CARD SIX OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0A6, }, [0x1F0A7]={ category="so", description="PLAYING CARD SEVEN OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0A7, }, [0x1F0A8]={ category="so", description="PLAYING CARD EIGHT OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0A8, }, [0x1F0A9]={ category="so", description="PLAYING CARD NINE OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0A9, }, [0x1F0AA]={ category="so", description="PLAYING CARD TEN OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0AA, }, [0x1F0AB]={ category="so", description="PLAYING CARD JACK OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0AB, }, [0x1F0AC]={ category="so", description="PLAYING CARD KNIGHT OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0AC, }, [0x1F0AD]={ category="so", description="PLAYING CARD QUEEN OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0AD, }, [0x1F0AE]={ category="so", description="PLAYING CARD KING OF SPADES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0AE, }, [0x1F0B1]={ category="so", description="PLAYING CARD ACE OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0B1, }, [0x1F0B2]={ category="so", description="PLAYING CARD TWO OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0B2, }, [0x1F0B3]={ category="so", description="PLAYING CARD THREE OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0B3, }, [0x1F0B4]={ category="so", description="PLAYING CARD FOUR OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0B4, }, [0x1F0B5]={ category="so", description="PLAYING CARD FIVE OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0B5, }, [0x1F0B6]={ category="so", description="PLAYING CARD SIX OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0B6, }, [0x1F0B7]={ category="so", description="PLAYING CARD SEVEN OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0B7, }, [0x1F0B8]={ category="so", description="PLAYING CARD EIGHT OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0B8, }, [0x1F0B9]={ category="so", description="PLAYING CARD NINE OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0B9, }, [0x1F0BA]={ category="so", description="PLAYING CARD TEN OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0BA, }, [0x1F0BB]={ category="so", description="PLAYING CARD JACK OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0BB, }, [0x1F0BC]={ category="so", description="PLAYING CARD KNIGHT OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0BC, }, [0x1F0BD]={ category="so", description="PLAYING CARD QUEEN OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0BD, }, [0x1F0BE]={ category="so", description="PLAYING CARD KING OF HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0BE, }, [0x1F0C1]={ category="so", description="PLAYING CARD ACE OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0C1, }, [0x1F0C2]={ category="so", description="PLAYING CARD TWO OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0C2, }, [0x1F0C3]={ category="so", description="PLAYING CARD THREE OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0C3, }, [0x1F0C4]={ category="so", description="PLAYING CARD FOUR OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0C4, }, [0x1F0C5]={ category="so", description="PLAYING CARD FIVE OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0C5, }, [0x1F0C6]={ category="so", description="PLAYING CARD SIX OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0C6, }, [0x1F0C7]={ category="so", description="PLAYING CARD SEVEN OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0C7, }, [0x1F0C8]={ category="so", description="PLAYING CARD EIGHT OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0C8, }, [0x1F0C9]={ category="so", description="PLAYING CARD NINE OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0C9, }, [0x1F0CA]={ category="so", description="PLAYING CARD TEN OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0CA, }, [0x1F0CB]={ category="so", description="PLAYING CARD JACK OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0CB, }, [0x1F0CC]={ category="so", description="PLAYING CARD KNIGHT OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0CC, }, [0x1F0CD]={ category="so", description="PLAYING CARD QUEEN OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0CD, }, [0x1F0CE]={ category="so", description="PLAYING CARD KING OF DIAMONDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0CE, }, [0x1F0CF]={ category="so", description="PLAYING CARD BLACK JOKER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0CF, }, [0x1F0D1]={ category="so", description="PLAYING CARD ACE OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0D1, }, [0x1F0D2]={ category="so", description="PLAYING CARD TWO OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0D2, }, [0x1F0D3]={ category="so", description="PLAYING CARD THREE OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0D3, }, [0x1F0D4]={ category="so", description="PLAYING CARD FOUR OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0D4, }, [0x1F0D5]={ category="so", description="PLAYING CARD FIVE OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0D5, }, [0x1F0D6]={ category="so", description="PLAYING CARD SIX OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0D6, }, [0x1F0D7]={ category="so", description="PLAYING CARD SEVEN OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0D7, }, [0x1F0D8]={ category="so", description="PLAYING CARD EIGHT OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0D8, }, [0x1F0D9]={ category="so", description="PLAYING CARD NINE OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0D9, }, [0x1F0DA]={ category="so", description="PLAYING CARD TEN OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0DA, }, [0x1F0DB]={ category="so", description="PLAYING CARD JACK OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0DB, }, [0x1F0DC]={ category="so", description="PLAYING CARD KNIGHT OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0DC, }, [0x1F0DD]={ category="so", description="PLAYING CARD QUEEN OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0DD, }, [0x1F0DE]={ category="so", description="PLAYING CARD KING OF CLUBS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0DE, }, [0x1F0DF]={ category="so", description="PLAYING CARD WHITE JOKER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F0DF, }, [0x1F100]={ @@ -178639,6 +179694,7 @@ characters.data={ category="so", description="RAISED MC SIGN", direction="on", + linebreak="al", specials={ "super", 0x004D, 0x0043 }, unicodeslot=0x1F16A, }, @@ -178646,6 +179702,7 @@ characters.data={ category="so", description="RAISED MD SIGN", direction="on", + linebreak="al", specials={ "super", 0x004D, 0x0044 }, unicodeslot=0x1F16B, }, @@ -178776,6 +179833,10 @@ characters.data={ direction="l", linebreak="ai", unicodeslot=0x1F17F, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x1F180]={ category="so", @@ -178998,182 +180059,182 @@ characters.data={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER A", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1E6, }, [0x1F1E7]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER B", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1E7, }, [0x1F1E8]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER C", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1E8, }, [0x1F1E9]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER D", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1E9, }, [0x1F1EA]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER E", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1EA, }, [0x1F1EB]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER F", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1EB, }, [0x1F1EC]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER G", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1EC, }, [0x1F1ED]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER H", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1ED, }, [0x1F1EE]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER I", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1EE, }, [0x1F1EF]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER J", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1EF, }, [0x1F1F0]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER K", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1F0, }, [0x1F1F1]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER L", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1F1, }, [0x1F1F2]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER M", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1F2, }, [0x1F1F3]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER N", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1F3, }, [0x1F1F4]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER O", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1F4, }, [0x1F1F5]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER P", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1F5, }, [0x1F1F6]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER Q", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1F6, }, [0x1F1F7]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER R", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1F7, }, [0x1F1F8]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER S", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1F8, }, [0x1F1F9]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER T", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1F9, }, [0x1F1FA]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER U", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1FA, }, [0x1F1FB]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER V", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1FB, }, [0x1F1FC]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER W", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1FC, }, [0x1F1FD]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER X", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1FD, }, [0x1F1FE]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER Y", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1FE, }, [0x1F1FF]={ category="so", description="REGIONAL INDICATOR SYMBOL LETTER Z", direction="l", - linebreak="al", + linebreak="ri", unicodeslot=0x1F1FF, }, [0x1F200]={ @@ -179301,6 +180362,10 @@ characters.data={ linebreak="id", specials={ "square", 0x7121 }, unicodeslot=0x1F21A, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x1F21B]={ category="so", @@ -179490,6 +180555,10 @@ characters.data={ linebreak="id", specials={ "square", 0x6307 }, unicodeslot=0x1F22F, + variants={ + [0xFE0E]="text style", + [0xFE0F]="emoji style", + }, }, [0x1F230]={ category="so", @@ -179693,1050 +180762,1050 @@ characters.data={ category="so", description="CYCLONE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F300, }, [0x1F301]={ category="so", description="FOGGY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F301, }, [0x1F302]={ category="so", description="CLOSED UMBRELLA", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F302, }, [0x1F303]={ category="so", description="NIGHT WITH STARS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F303, }, [0x1F304]={ category="so", description="SUNRISE OVER MOUNTAINS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F304, }, [0x1F305]={ category="so", description="SUNRISE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F305, }, [0x1F306]={ category="so", description="CITYSCAPE AT DUSK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F306, }, [0x1F307]={ category="so", description="SUNSET OVER BUILDINGS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F307, }, [0x1F308]={ category="so", description="RAINBOW", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F308, }, [0x1F309]={ category="so", description="BRIDGE AT NIGHT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F309, }, [0x1F30A]={ category="so", description="WATER WAVE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F30A, }, [0x1F30B]={ category="so", description="VOLCANO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F30B, }, [0x1F30C]={ category="so", description="MILKY WAY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F30C, }, [0x1F30D]={ category="so", description="EARTH GLOBE EUROPE-AFRICA", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F30D, }, [0x1F30E]={ category="so", description="EARTH GLOBE AMERICAS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F30E, }, [0x1F30F]={ category="so", description="EARTH GLOBE ASIA-AUSTRALIA", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F30F, }, [0x1F310]={ category="so", description="GLOBE WITH MERIDIANS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F310, }, [0x1F311]={ category="so", description="NEW MOON SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F311, }, [0x1F312]={ category="so", description="WAXING CRESCENT MOON SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F312, }, [0x1F313]={ category="so", description="FIRST QUARTER MOON SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F313, }, [0x1F314]={ category="so", description="WAXING GIBBOUS MOON SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F314, }, [0x1F315]={ category="so", description="FULL MOON SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F315, }, [0x1F316]={ category="so", description="WANING GIBBOUS MOON SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F316, }, [0x1F317]={ category="so", description="LAST QUARTER MOON SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F317, }, [0x1F318]={ category="so", description="WANING CRESCENT MOON SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F318, }, [0x1F319]={ category="so", description="CRESCENT MOON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F319, }, [0x1F31A]={ category="so", description="NEW MOON WITH FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F31A, }, [0x1F31B]={ category="so", description="FIRST QUARTER MOON WITH FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F31B, }, [0x1F31C]={ category="so", description="LAST QUARTER MOON WITH FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F31C, }, [0x1F31D]={ category="so", description="FULL MOON WITH FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F31D, }, [0x1F31E]={ category="so", description="SUN WITH FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F31E, }, [0x1F31F]={ category="so", description="GLOWING STAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F31F, }, [0x1F320]={ category="so", description="SHOOTING STAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F320, }, [0x1F330]={ category="so", description="CHESTNUT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F330, }, [0x1F331]={ category="so", description="SEEDLING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F331, }, [0x1F332]={ category="so", description="EVERGREEN TREE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F332, }, [0x1F333]={ category="so", description="DECIDUOUS TREE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F333, }, [0x1F334]={ category="so", description="PALM TREE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F334, }, [0x1F335]={ category="so", description="CACTUS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F335, }, [0x1F337]={ category="so", description="TULIP", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F337, }, [0x1F338]={ category="so", description="CHERRY BLOSSOM", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F338, }, [0x1F339]={ category="so", description="ROSE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F339, }, [0x1F33A]={ category="so", description="HIBISCUS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F33A, }, [0x1F33B]={ category="so", description="SUNFLOWER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F33B, }, [0x1F33C]={ category="so", description="BLOSSOM", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F33C, }, [0x1F33D]={ category="so", description="EAR OF MAIZE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F33D, }, [0x1F33E]={ category="so", description="EAR OF RICE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F33E, }, [0x1F33F]={ category="so", description="HERB", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F33F, }, [0x1F340]={ category="so", description="FOUR LEAF CLOVER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F340, }, [0x1F341]={ category="so", description="MAPLE LEAF", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F341, }, [0x1F342]={ category="so", description="FALLEN LEAF", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F342, }, [0x1F343]={ category="so", description="LEAF FLUTTERING IN WIND", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F343, }, [0x1F344]={ category="so", description="MUSHROOM", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F344, }, [0x1F345]={ category="so", description="TOMATO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F345, }, [0x1F346]={ category="so", description="AUBERGINE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F346, }, [0x1F347]={ category="so", description="GRAPES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F347, }, [0x1F348]={ category="so", description="MELON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F348, }, [0x1F349]={ category="so", description="WATERMELON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F349, }, [0x1F34A]={ category="so", description="TANGERINE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F34A, }, [0x1F34B]={ category="so", description="LEMON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F34B, }, [0x1F34C]={ category="so", description="BANANA", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F34C, }, [0x1F34D]={ category="so", description="PINEAPPLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F34D, }, [0x1F34E]={ category="so", description="RED APPLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F34E, }, [0x1F34F]={ category="so", description="GREEN APPLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F34F, }, [0x1F350]={ category="so", description="PEAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F350, }, [0x1F351]={ category="so", description="PEACH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F351, }, [0x1F352]={ category="so", description="CHERRIES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F352, }, [0x1F353]={ category="so", description="STRAWBERRY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F353, }, [0x1F354]={ category="so", description="HAMBURGER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F354, }, [0x1F355]={ category="so", description="SLICE OF PIZZA", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F355, }, [0x1F356]={ category="so", description="MEAT ON BONE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F356, }, [0x1F357]={ category="so", description="POULTRY LEG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F357, }, [0x1F358]={ category="so", description="RICE CRACKER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F358, }, [0x1F359]={ category="so", description="RICE BALL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F359, }, [0x1F35A]={ category="so", description="COOKED RICE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F35A, }, [0x1F35B]={ category="so", description="CURRY AND RICE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F35B, }, [0x1F35C]={ category="so", description="STEAMING BOWL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F35C, }, [0x1F35D]={ category="so", description="SPAGHETTI", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F35D, }, [0x1F35E]={ category="so", description="BREAD", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F35E, }, [0x1F35F]={ category="so", description="FRENCH FRIES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F35F, }, [0x1F360]={ category="so", description="ROASTED SWEET POTATO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F360, }, [0x1F361]={ category="so", description="DANGO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F361, }, [0x1F362]={ category="so", description="ODEN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F362, }, [0x1F363]={ category="so", description="SUSHI", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F363, }, [0x1F364]={ category="so", description="FRIED SHRIMP", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F364, }, [0x1F365]={ category="so", description="FISH CAKE WITH SWIRL DESIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F365, }, [0x1F366]={ category="so", description="SOFT ICE CREAM", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F366, }, [0x1F367]={ category="so", description="SHAVED ICE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F367, }, [0x1F368]={ category="so", description="ICE CREAM", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F368, }, [0x1F369]={ category="so", description="DOUGHNUT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F369, }, [0x1F36A]={ category="so", description="COOKIE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F36A, }, [0x1F36B]={ category="so", description="CHOCOLATE BAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F36B, }, [0x1F36C]={ category="so", description="CANDY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F36C, }, [0x1F36D]={ category="so", description="LOLLIPOP", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F36D, }, [0x1F36E]={ category="so", description="CUSTARD", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F36E, }, [0x1F36F]={ category="so", description="HONEY POT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F36F, }, [0x1F370]={ category="so", description="SHORTCAKE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F370, }, [0x1F371]={ category="so", description="BENTO BOX", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F371, }, [0x1F372]={ category="so", description="POT OF FOOD", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F372, }, [0x1F373]={ category="so", description="COOKING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F373, }, [0x1F374]={ category="so", description="FORK AND KNIFE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F374, }, [0x1F375]={ category="so", description="TEACUP WITHOUT HANDLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F375, }, [0x1F376]={ category="so", description="SAKE BOTTLE AND CUP", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F376, }, [0x1F377]={ category="so", description="WINE GLASS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F377, }, [0x1F378]={ category="so", description="COCKTAIL GLASS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F378, }, [0x1F379]={ category="so", description="TROPICAL DRINK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F379, }, [0x1F37A]={ category="so", description="BEER MUG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F37A, }, [0x1F37B]={ category="so", description="CLINKING BEER MUGS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F37B, }, [0x1F37C]={ category="so", description="BABY BOTTLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F37C, }, [0x1F380]={ category="so", description="RIBBON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F380, }, [0x1F381]={ category="so", description="WRAPPED PRESENT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F381, }, [0x1F382]={ category="so", description="BIRTHDAY CAKE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F382, }, [0x1F383]={ category="so", description="JACK-O-LANTERN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F383, }, [0x1F384]={ category="so", description="CHRISTMAS TREE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F384, }, [0x1F385]={ category="so", description="FATHER CHRISTMAS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F385, }, [0x1F386]={ category="so", description="FIREWORKS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F386, }, [0x1F387]={ category="so", description="FIREWORK SPARKLER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F387, }, [0x1F388]={ category="so", description="BALLOON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F388, }, [0x1F389]={ category="so", description="PARTY POPPER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F389, }, [0x1F38A]={ category="so", description="CONFETTI BALL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F38A, }, [0x1F38B]={ category="so", description="TANABATA TREE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F38B, }, [0x1F38C]={ category="so", description="CROSSED FLAGS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F38C, }, [0x1F38D]={ category="so", description="PINE DECORATION", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F38D, }, [0x1F38E]={ category="so", description="JAPANESE DOLLS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F38E, }, [0x1F38F]={ category="so", description="CARP STREAMER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F38F, }, [0x1F390]={ category="so", description="WIND CHIME", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F390, }, [0x1F391]={ category="so", description="MOON VIEWING CEREMONY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F391, }, [0x1F392]={ category="so", description="SCHOOL SATCHEL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F392, }, [0x1F393]={ category="so", description="GRADUATION CAP", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F393, }, [0x1F3A0]={ category="so", description="CAROUSEL HORSE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3A0, }, [0x1F3A1]={ category="so", description="FERRIS WHEEL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3A1, }, [0x1F3A2]={ category="so", description="ROLLER COASTER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3A2, }, [0x1F3A3]={ category="so", description="FISHING POLE AND FISH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3A3, }, [0x1F3A4]={ category="so", description="MICROPHONE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3A4, }, [0x1F3A5]={ category="so", description="MOVIE CAMERA", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3A5, }, [0x1F3A6]={ category="so", description="CINEMA", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3A6, }, [0x1F3A7]={ category="so", description="HEADPHONE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3A7, }, [0x1F3A8]={ category="so", description="ARTIST PALETTE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3A8, }, [0x1F3A9]={ category="so", description="TOP HAT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3A9, }, [0x1F3AA]={ category="so", description="CIRCUS TENT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3AA, }, [0x1F3AB]={ category="so", description="TICKET", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3AB, }, [0x1F3AC]={ category="so", description="CLAPPER BOARD", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3AC, }, [0x1F3AD]={ category="so", description="PERFORMING ARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3AD, }, [0x1F3AE]={ category="so", description="VIDEO GAME", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3AE, }, [0x1F3AF]={ category="so", description="DIRECT HIT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3AF, }, [0x1F3B0]={ category="so", description="SLOT MACHINE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3B0, }, [0x1F3B1]={ category="so", description="BILLIARDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3B1, }, [0x1F3B2]={ category="so", description="GAME DIE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3B2, }, [0x1F3B3]={ category="so", description="BOWLING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3B3, }, [0x1F3B4]={ category="so", description="FLOWER PLAYING CARDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3B4, }, [0x1F3B5]={ @@ -180757,35 +181826,35 @@ characters.data={ category="so", description="SAXOPHONE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3B7, }, [0x1F3B8]={ category="so", description="GUITAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3B8, }, [0x1F3B9]={ category="so", description="MUSICAL KEYBOARD", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3B9, }, [0x1F3BA]={ category="so", description="TRUMPET", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3BA, }, [0x1F3BB]={ category="so", description="VIOLIN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3BB, }, [0x1F3BC]={ @@ -180799,1316 +181868,1316 @@ characters.data={ category="so", description="RUNNING SHIRT WITH SASH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3BD, }, [0x1F3BE]={ category="so", description="TENNIS RACQUET AND BALL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3BE, }, [0x1F3BF]={ category="so", description="SKI AND SKI BOOT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3BF, }, [0x1F3C0]={ category="so", description="BASKETBALL AND HOOP", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3C0, }, [0x1F3C1]={ category="so", description="CHEQUERED FLAG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3C1, }, [0x1F3C2]={ category="so", description="SNOWBOARDER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3C2, }, [0x1F3C3]={ category="so", description="RUNNER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3C3, }, [0x1F3C4]={ category="so", description="SURFER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3C4, }, [0x1F3C6]={ category="so", description="TROPHY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3C6, }, [0x1F3C7]={ category="so", description="HORSE RACING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3C7, }, [0x1F3C8]={ category="so", description="AMERICAN FOOTBALL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3C8, }, [0x1F3C9]={ category="so", description="RUGBY FOOTBALL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3C9, }, [0x1F3CA]={ category="so", description="SWIMMER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3CA, }, [0x1F3E0]={ category="so", description="HOUSE BUILDING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3E0, }, [0x1F3E1]={ category="so", description="HOUSE WITH GARDEN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3E1, }, [0x1F3E2]={ category="so", description="OFFICE BUILDING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3E2, }, [0x1F3E3]={ category="so", description="JAPANESE POST OFFICE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3E3, }, [0x1F3E4]={ category="so", description="EUROPEAN POST OFFICE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3E4, }, [0x1F3E5]={ category="so", description="HOSPITAL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3E5, }, [0x1F3E6]={ category="so", description="BANK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3E6, }, [0x1F3E7]={ category="so", description="AUTOMATED TELLER MACHINE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3E7, }, [0x1F3E8]={ category="so", description="HOTEL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3E8, }, [0x1F3E9]={ category="so", description="LOVE HOTEL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3E9, }, [0x1F3EA]={ category="so", description="CONVENIENCE STORE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3EA, }, [0x1F3EB]={ category="so", description="SCHOOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3EB, }, [0x1F3EC]={ category="so", description="DEPARTMENT STORE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3EC, }, [0x1F3ED]={ category="so", description="FACTORY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3ED, }, [0x1F3EE]={ category="so", description="IZAKAYA LANTERN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3EE, }, [0x1F3EF]={ category="so", description="JAPANESE CASTLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3EF, }, [0x1F3F0]={ category="so", description="EUROPEAN CASTLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F3F0, }, [0x1F400]={ category="so", description="RAT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F400, }, [0x1F401]={ category="so", description="MOUSE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F401, }, [0x1F402]={ category="so", description="OX", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F402, }, [0x1F403]={ category="so", description="WATER BUFFALO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F403, }, [0x1F404]={ category="so", description="COW", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F404, }, [0x1F405]={ category="so", description="TIGER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F405, }, [0x1F406]={ category="so", description="LEOPARD", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F406, }, [0x1F407]={ category="so", description="RABBIT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F407, }, [0x1F408]={ category="so", description="CAT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F408, }, [0x1F409]={ category="so", description="DRAGON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F409, }, [0x1F40A]={ category="so", description="CROCODILE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F40A, }, [0x1F40B]={ category="so", description="WHALE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F40B, }, [0x1F40C]={ category="so", description="SNAIL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F40C, }, [0x1F40D]={ category="so", description="SNAKE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F40D, }, [0x1F40E]={ category="so", description="HORSE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F40E, }, [0x1F40F]={ category="so", description="RAM", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F40F, }, [0x1F410]={ category="so", description="GOAT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F410, }, [0x1F411]={ category="so", description="SHEEP", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F411, }, [0x1F412]={ category="so", description="MONKEY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F412, }, [0x1F413]={ category="so", description="ROOSTER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F413, }, [0x1F414]={ category="so", description="CHICKEN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F414, }, [0x1F415]={ category="so", description="DOG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F415, }, [0x1F416]={ category="so", description="PIG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F416, }, [0x1F417]={ category="so", description="BOAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F417, }, [0x1F418]={ category="so", description="ELEPHANT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F418, }, [0x1F419]={ category="so", description="OCTOPUS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F419, }, [0x1F41A]={ category="so", description="SPIRAL SHELL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F41A, }, [0x1F41B]={ category="so", description="BUG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F41B, }, [0x1F41C]={ category="so", description="ANT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F41C, }, [0x1F41D]={ category="so", description="HONEYBEE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F41D, }, [0x1F41E]={ category="so", description="LADY BEETLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F41E, }, [0x1F41F]={ category="so", description="FISH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F41F, }, [0x1F420]={ category="so", description="TROPICAL FISH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F420, }, [0x1F421]={ category="so", description="BLOWFISH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F421, }, [0x1F422]={ category="so", description="TURTLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F422, }, [0x1F423]={ category="so", description="HATCHING CHICK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F423, }, [0x1F424]={ category="so", description="BABY CHICK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F424, }, [0x1F425]={ category="so", description="FRONT-FACING BABY CHICK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F425, }, [0x1F426]={ category="so", description="BIRD", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F426, }, [0x1F427]={ category="so", description="PENGUIN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F427, }, [0x1F428]={ category="so", description="KOALA", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F428, }, [0x1F429]={ category="so", description="POODLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F429, }, [0x1F42A]={ category="so", description="DROMEDARY CAMEL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F42A, }, [0x1F42B]={ category="so", description="BACTRIAN CAMEL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F42B, }, [0x1F42C]={ category="so", description="DOLPHIN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F42C, }, [0x1F42D]={ category="so", description="MOUSE FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F42D, }, [0x1F42E]={ category="so", description="COW FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F42E, }, [0x1F42F]={ category="so", description="TIGER FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F42F, }, [0x1F430]={ category="so", description="RABBIT FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F430, }, [0x1F431]={ category="so", description="CAT FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F431, }, [0x1F432]={ category="so", description="DRAGON FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F432, }, [0x1F433]={ category="so", description="SPOUTING WHALE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F433, }, [0x1F434]={ category="so", description="HORSE FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F434, }, [0x1F435]={ category="so", description="MONKEY FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F435, }, [0x1F436]={ category="so", description="DOG FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F436, }, [0x1F437]={ category="so", description="PIG FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F437, }, [0x1F438]={ category="so", description="FROG FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F438, }, [0x1F439]={ category="so", description="HAMSTER FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F439, }, [0x1F43A]={ category="so", description="WOLF FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F43A, }, [0x1F43B]={ category="so", description="BEAR FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F43B, }, [0x1F43C]={ category="so", description="PANDA FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F43C, }, [0x1F43D]={ category="so", description="PIG NOSE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F43D, }, [0x1F43E]={ category="so", description="PAW PRINTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F43E, }, [0x1F440]={ category="so", description="EYES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F440, }, [0x1F442]={ category="so", description="EAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F442, }, [0x1F443]={ category="so", description="NOSE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F443, }, [0x1F444]={ category="so", description="MOUTH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F444, }, [0x1F445]={ category="so", description="TONGUE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F445, }, [0x1F446]={ category="so", description="WHITE UP POINTING BACKHAND INDEX", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F446, }, [0x1F447]={ category="so", description="WHITE DOWN POINTING BACKHAND INDEX", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F447, }, [0x1F448]={ category="so", description="WHITE LEFT POINTING BACKHAND INDEX", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F448, }, [0x1F449]={ category="so", description="WHITE RIGHT POINTING BACKHAND INDEX", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F449, }, [0x1F44A]={ category="so", description="FISTED HAND SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F44A, }, [0x1F44B]={ category="so", description="WAVING HAND SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F44B, }, [0x1F44C]={ category="so", description="OK HAND SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F44C, }, [0x1F44D]={ category="so", description="THUMBS UP SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F44D, }, [0x1F44E]={ category="so", description="THUMBS DOWN SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F44E, }, [0x1F44F]={ category="so", description="CLAPPING HANDS SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F44F, }, [0x1F450]={ category="so", description="OPEN HANDS SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F450, }, [0x1F451]={ category="so", description="CROWN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F451, }, [0x1F452]={ category="so", description="WOMANS HAT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F452, }, [0x1F453]={ category="so", description="EYEGLASSES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F453, }, [0x1F454]={ category="so", description="NECKTIE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F454, }, [0x1F455]={ category="so", description="T-SHIRT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F455, }, [0x1F456]={ category="so", description="JEANS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F456, }, [0x1F457]={ category="so", description="DRESS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F457, }, [0x1F458]={ category="so", description="KIMONO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F458, }, [0x1F459]={ category="so", description="BIKINI", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F459, }, [0x1F45A]={ category="so", description="WOMANS CLOTHES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F45A, }, [0x1F45B]={ category="so", description="PURSE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F45B, }, [0x1F45C]={ category="so", description="HANDBAG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F45C, }, [0x1F45D]={ category="so", description="POUCH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F45D, }, [0x1F45E]={ category="so", description="MANS SHOE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F45E, }, [0x1F45F]={ category="so", description="ATHLETIC SHOE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F45F, }, [0x1F460]={ category="so", description="HIGH-HEELED SHOE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F460, }, [0x1F461]={ category="so", description="WOMANS SANDAL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F461, }, [0x1F462]={ category="so", description="WOMANS BOOTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F462, }, [0x1F463]={ category="so", description="FOOTPRINTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F463, }, [0x1F464]={ category="so", description="BUST IN SILHOUETTE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F464, }, [0x1F465]={ category="so", description="BUSTS IN SILHOUETTE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F465, }, [0x1F466]={ category="so", description="BOY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F466, }, [0x1F467]={ category="so", description="GIRL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F467, }, [0x1F468]={ category="so", description="MAN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F468, }, [0x1F469]={ category="so", description="WOMAN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F469, }, [0x1F46A]={ category="so", description="FAMILY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F46A, }, [0x1F46B]={ category="so", description="MAN AND WOMAN HOLDING HANDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F46B, }, [0x1F46C]={ category="so", description="TWO MEN HOLDING HANDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F46C, }, [0x1F46D]={ category="so", description="TWO WOMEN HOLDING HANDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F46D, }, [0x1F46E]={ category="so", description="POLICE OFFICER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F46E, }, [0x1F46F]={ category="so", description="WOMAN WITH BUNNY EARS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F46F, }, [0x1F470]={ category="so", description="BRIDE WITH VEIL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F470, }, [0x1F471]={ category="so", description="PERSON WITH BLOND HAIR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F471, }, [0x1F472]={ category="so", description="MAN WITH GUA PI MAO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F472, }, [0x1F473]={ category="so", description="MAN WITH TURBAN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F473, }, [0x1F474]={ category="so", description="OLDER MAN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F474, }, [0x1F475]={ category="so", description="OLDER WOMAN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F475, }, [0x1F476]={ category="so", description="BABY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F476, }, [0x1F477]={ category="so", description="CONSTRUCTION WORKER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F477, }, [0x1F478]={ category="so", description="PRINCESS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F478, }, [0x1F479]={ category="so", description="JAPANESE OGRE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F479, }, [0x1F47A]={ category="so", description="JAPANESE GOBLIN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F47A, }, [0x1F47B]={ category="so", description="GHOST", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F47B, }, [0x1F47C]={ category="so", description="BABY ANGEL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F47C, }, [0x1F47D]={ category="so", description="EXTRATERRESTRIAL ALIEN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F47D, }, [0x1F47E]={ category="so", description="ALIEN MONSTER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F47E, }, [0x1F47F]={ category="so", description="IMP", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F47F, }, [0x1F480]={ category="so", description="SKULL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F480, }, [0x1F481]={ category="so", description="INFORMATION DESK PERSON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F481, }, [0x1F482]={ category="so", description="GUARDSMAN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F482, }, [0x1F483]={ category="so", description="DANCER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F483, }, [0x1F484]={ category="so", description="LIPSTICK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F484, }, [0x1F485]={ category="so", description="NAIL POLISH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F485, }, [0x1F486]={ category="so", description="FACE MASSAGE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F486, }, [0x1F487]={ category="so", description="HAIRCUT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F487, }, [0x1F488]={ category="so", description="BARBER POLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F488, }, [0x1F489]={ category="so", description="SYRINGE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F489, }, [0x1F48A]={ category="so", description="PILL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F48A, }, [0x1F48B]={ category="so", description="KISS MARK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F48B, }, [0x1F48C]={ category="so", description="LOVE LETTER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F48C, }, [0x1F48D]={ category="so", description="RING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F48D, }, [0x1F48E]={ category="so", description="GEM STONE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F48E, }, [0x1F48F]={ category="so", description="KISS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F48F, }, [0x1F490]={ category="so", description="BOUQUET", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F490, }, [0x1F491]={ category="so", description="COUPLE WITH HEART", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F491, }, [0x1F492]={ category="so", description="WEDDING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F492, }, [0x1F493]={ category="so", description="BEATING HEART", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F493, }, [0x1F494]={ category="so", description="BROKEN HEART", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F494, }, [0x1F495]={ category="so", description="TWO HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F495, }, [0x1F496]={ category="so", description="SPARKLING HEART", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F496, }, [0x1F497]={ category="so", description="GROWING HEART", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F497, }, [0x1F498]={ category="so", description="HEART WITH ARROW", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F498, }, [0x1F499]={ category="so", description="BLUE HEART", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F499, }, [0x1F49A]={ category="so", description="GREEN HEART", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F49A, }, [0x1F49B]={ category="so", description="YELLOW HEART", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F49B, }, [0x1F49C]={ category="so", description="PURPLE HEART", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F49C, }, [0x1F49D]={ category="so", description="HEART WITH RIBBON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F49D, }, [0x1F49E]={ category="so", description="REVOLVING HEARTS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F49E, }, [0x1F49F]={ category="so", description="HEART DECORATION", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F49F, }, [0x1F4A0]={ @@ -182122,7 +183191,7 @@ characters.data={ category="so", description="ELECTRIC LIGHT BULB", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4A1, }, [0x1F4A2]={ @@ -182136,7 +183205,7 @@ characters.data={ category="so", description="BOMB", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4A3, }, [0x1F4A4]={ @@ -182150,70 +183219,70 @@ characters.data={ category="so", description="COLLISION SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4A5, }, [0x1F4A6]={ category="so", description="SPLASHING SWEAT SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4A6, }, [0x1F4A7]={ category="so", description="DROPLET", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4A7, }, [0x1F4A8]={ category="so", description="DASH SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4A8, }, [0x1F4A9]={ category="so", description="PILE OF POO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4A9, }, [0x1F4AA]={ category="so", description="FLEXED BICEPS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4AA, }, [0x1F4AB]={ category="so", description="DIZZY SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4AB, }, [0x1F4AC]={ category="so", description="SPEECH BALLOON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4AC, }, [0x1F4AD]={ category="so", description="THOUGHT BALLOON", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4AD, }, [0x1F4AE]={ category="so", description="WHITE FLOWER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4AE, }, [0x1F4AF]={ @@ -182227,7 +183296,7 @@ characters.data={ category="so", description="MONEY BAG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4B0, }, [0x1F4B1]={ @@ -182248,511 +183317,511 @@ characters.data={ category="so", description="CREDIT CARD", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4B3, }, [0x1F4B4]={ category="so", description="BANKNOTE WITH YEN SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4B4, }, [0x1F4B5]={ category="so", description="BANKNOTE WITH DOLLAR SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4B5, }, [0x1F4B6]={ category="so", description="BANKNOTE WITH EURO SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4B6, }, [0x1F4B7]={ category="so", description="BANKNOTE WITH POUND SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4B7, }, [0x1F4B8]={ category="so", description="MONEY WITH WINGS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4B8, }, [0x1F4B9]={ category="so", description="CHART WITH UPWARDS TREND AND YEN SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4B9, }, [0x1F4BA]={ category="so", description="SEAT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4BA, }, [0x1F4BB]={ category="so", description="PERSONAL COMPUTER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4BB, }, [0x1F4BC]={ category="so", description="BRIEFCASE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4BC, }, [0x1F4BD]={ category="so", description="MINIDISC", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4BD, }, [0x1F4BE]={ category="so", description="FLOPPY DISK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4BE, }, [0x1F4BF]={ category="so", description="OPTICAL DISC", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4BF, }, [0x1F4C0]={ category="so", description="DVD", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4C0, }, [0x1F4C1]={ category="so", description="FILE FOLDER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4C1, }, [0x1F4C2]={ category="so", description="OPEN FILE FOLDER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4C2, }, [0x1F4C3]={ category="so", description="PAGE WITH CURL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4C3, }, [0x1F4C4]={ category="so", description="PAGE FACING UP", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4C4, }, [0x1F4C5]={ category="so", description="CALENDAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4C5, }, [0x1F4C6]={ category="so", description="TEAR-OFF CALENDAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4C6, }, [0x1F4C7]={ category="so", description="CARD INDEX", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4C7, }, [0x1F4C8]={ category="so", description="CHART WITH UPWARDS TREND", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4C8, }, [0x1F4C9]={ category="so", description="CHART WITH DOWNWARDS TREND", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4C9, }, [0x1F4CA]={ category="so", description="BAR CHART", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4CA, }, [0x1F4CB]={ category="so", description="CLIPBOARD", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4CB, }, [0x1F4CC]={ category="so", description="PUSHPIN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4CC, }, [0x1F4CD]={ category="so", description="ROUND PUSHPIN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4CD, }, [0x1F4CE]={ category="so", description="PAPERCLIP", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4CE, }, [0x1F4CF]={ category="so", description="STRAIGHT RULER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4CF, }, [0x1F4D0]={ category="so", description="TRIANGULAR RULER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4D0, }, [0x1F4D1]={ category="so", description="BOOKMARK TABS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4D1, }, [0x1F4D2]={ category="so", description="LEDGER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4D2, }, [0x1F4D3]={ category="so", description="NOTEBOOK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4D3, }, [0x1F4D4]={ category="so", description="NOTEBOOK WITH DECORATIVE COVER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4D4, }, [0x1F4D5]={ category="so", description="CLOSED BOOK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4D5, }, [0x1F4D6]={ category="so", description="OPEN BOOK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4D6, }, [0x1F4D7]={ category="so", description="GREEN BOOK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4D7, }, [0x1F4D8]={ category="so", description="BLUE BOOK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4D8, }, [0x1F4D9]={ category="so", description="ORANGE BOOK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4D9, }, [0x1F4DA]={ category="so", description="BOOKS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4DA, }, [0x1F4DB]={ category="so", description="NAME BADGE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4DB, }, [0x1F4DC]={ category="so", description="SCROLL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4DC, }, [0x1F4DD]={ category="so", description="MEMO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4DD, }, [0x1F4DE]={ category="so", description="TELEPHONE RECEIVER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4DE, }, [0x1F4DF]={ category="so", description="PAGER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4DF, }, [0x1F4E0]={ category="so", description="FAX MACHINE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4E0, }, [0x1F4E1]={ category="so", description="SATELLITE ANTENNA", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4E1, }, [0x1F4E2]={ category="so", description="PUBLIC ADDRESS LOUDSPEAKER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4E2, }, [0x1F4E3]={ category="so", description="CHEERING MEGAPHONE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4E3, }, [0x1F4E4]={ category="so", description="OUTBOX TRAY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4E4, }, [0x1F4E5]={ category="so", description="INBOX TRAY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4E5, }, [0x1F4E6]={ category="so", description="PACKAGE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4E6, }, [0x1F4E7]={ category="so", description="E-MAIL SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4E7, }, [0x1F4E8]={ category="so", description="INCOMING ENVELOPE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4E8, }, [0x1F4E9]={ category="so", description="ENVELOPE WITH DOWNWARDS ARROW ABOVE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4E9, }, [0x1F4EA]={ category="so", description="CLOSED MAILBOX WITH LOWERED FLAG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4EA, }, [0x1F4EB]={ category="so", description="CLOSED MAILBOX WITH RAISED FLAG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4EB, }, [0x1F4EC]={ category="so", description="OPEN MAILBOX WITH RAISED FLAG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4EC, }, [0x1F4ED]={ category="so", description="OPEN MAILBOX WITH LOWERED FLAG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4ED, }, [0x1F4EE]={ category="so", description="POSTBOX", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4EE, }, [0x1F4EF]={ category="so", description="POSTAL HORN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4EF, }, [0x1F4F0]={ category="so", description="NEWSPAPER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4F0, }, [0x1F4F1]={ category="so", description="MOBILE PHONE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4F1, }, [0x1F4F2]={ category="so", description="MOBILE PHONE WITH RIGHTWARDS ARROW AT LEFT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4F2, }, [0x1F4F3]={ category="so", description="VIBRATION MODE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4F3, }, [0x1F4F4]={ category="so", description="MOBILE PHONE OFF", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4F4, }, [0x1F4F5]={ category="so", description="NO MOBILE PHONES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4F5, }, [0x1F4F6]={ category="so", description="ANTENNA WITH BARS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4F6, }, [0x1F4F7]={ category="so", description="CAMERA", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4F7, }, [0x1F4F9]={ category="so", description="VIDEO CAMERA", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4F9, }, [0x1F4FA]={ category="so", description="TELEVISION", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4FA, }, [0x1F4FB]={ category="so", description="RADIO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4FB, }, [0x1F4FC]={ category="so", description="VIDEOCASSETTE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F4FC, }, [0x1F500]={ @@ -182808,112 +183877,112 @@ characters.data={ category="so", description="SPEAKER WITH CANCELLATION STROKE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F507, }, [0x1F508]={ category="so", description="SPEAKER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F508, }, [0x1F509]={ category="so", description="SPEAKER WITH ONE SOUND WAVE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F509, }, [0x1F50A]={ category="so", description="SPEAKER WITH THREE SOUND WAVES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F50A, }, [0x1F50B]={ category="so", description="BATTERY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F50B, }, [0x1F50C]={ category="so", description="ELECTRIC PLUG", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F50C, }, [0x1F50D]={ category="so", description="LEFT-POINTING MAGNIFYING GLASS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F50D, }, [0x1F50E]={ category="so", description="RIGHT-POINTING MAGNIFYING GLASS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F50E, }, [0x1F50F]={ category="so", description="LOCK WITH INK PEN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F50F, }, [0x1F510]={ category="so", description="CLOSED LOCK WITH KEY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F510, }, [0x1F511]={ category="so", description="KEY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F511, }, [0x1F512]={ category="so", description="LOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F512, }, [0x1F513]={ category="so", description="OPEN LOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F513, }, [0x1F514]={ category="so", description="BELL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F514, }, [0x1F515]={ category="so", description="BELL WITH CANCELLATION STROKE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F515, }, [0x1F516]={ category="so", description="BOOKMARK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F516, }, [0x1F517]={ @@ -183018,91 +184087,91 @@ characters.data={ category="so", description="FIRE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F525, }, [0x1F526]={ category="so", description="ELECTRIC TORCH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F526, }, [0x1F527]={ category="so", description="WRENCH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F527, }, [0x1F528]={ category="so", description="HAMMER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F528, }, [0x1F529]={ category="so", description="NUT AND BOLT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F529, }, [0x1F52A]={ category="so", description="HOCHO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F52A, }, [0x1F52B]={ category="so", description="PISTOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F52B, }, [0x1F52C]={ category="so", description="MICROSCOPE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F52C, }, [0x1F52D]={ category="so", description="TELESCOPE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F52D, }, [0x1F52E]={ category="so", description="CRYSTAL BALL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F52E, }, [0x1F52F]={ category="so", description="SIX POINTED STAR WITH MIDDLE DOT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F52F, }, [0x1F530]={ category="so", description="JAPANESE SYMBOL FOR BEGINNER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F530, }, [0x1F531]={ category="so", description="TRIDENT EMBLEM", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F531, }, [0x1F532]={ @@ -183193,1236 +184262,1253 @@ characters.data={ category="so", description="CIRCLED CROSS POMMEE", direction="on", + linebreak="al", unicodeslot=0x1F540, }, [0x1F541]={ category="so", description="CROSS POMMEE WITH HALF-CIRCLE BELOW", direction="on", + linebreak="al", unicodeslot=0x1F541, }, [0x1F542]={ category="so", description="CROSS POMMEE", direction="on", + linebreak="al", unicodeslot=0x1F542, }, [0x1F543]={ category="so", description="NOTCHED LEFT SEMICIRCLE WITH THREE DOTS", direction="on", + linebreak="al", unicodeslot=0x1F543, }, [0x1F550]={ category="so", description="CLOCK FACE ONE OCLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F550, }, [0x1F551]={ category="so", description="CLOCK FACE TWO OCLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F551, }, [0x1F552]={ category="so", description="CLOCK FACE THREE OCLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F552, }, [0x1F553]={ category="so", description="CLOCK FACE FOUR OCLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F553, }, [0x1F554]={ category="so", description="CLOCK FACE FIVE OCLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F554, }, [0x1F555]={ category="so", description="CLOCK FACE SIX OCLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F555, }, [0x1F556]={ category="so", description="CLOCK FACE SEVEN OCLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F556, }, [0x1F557]={ category="so", description="CLOCK FACE EIGHT OCLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F557, }, [0x1F558]={ category="so", description="CLOCK FACE NINE OCLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F558, }, [0x1F559]={ category="so", description="CLOCK FACE TEN OCLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F559, }, [0x1F55A]={ category="so", description="CLOCK FACE ELEVEN OCLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F55A, }, [0x1F55B]={ category="so", description="CLOCK FACE TWELVE OCLOCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F55B, }, [0x1F55C]={ category="so", description="CLOCK FACE ONE-THIRTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F55C, }, [0x1F55D]={ category="so", description="CLOCK FACE TWO-THIRTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F55D, }, [0x1F55E]={ category="so", description="CLOCK FACE THREE-THIRTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F55E, }, [0x1F55F]={ category="so", description="CLOCK FACE FOUR-THIRTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F55F, }, [0x1F560]={ category="so", description="CLOCK FACE FIVE-THIRTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F560, }, [0x1F561]={ category="so", description="CLOCK FACE SIX-THIRTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F561, }, [0x1F562]={ category="so", description="CLOCK FACE SEVEN-THIRTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F562, }, [0x1F563]={ category="so", description="CLOCK FACE EIGHT-THIRTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F563, }, [0x1F564]={ category="so", description="CLOCK FACE NINE-THIRTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F564, }, [0x1F565]={ category="so", description="CLOCK FACE TEN-THIRTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F565, }, [0x1F566]={ category="so", description="CLOCK FACE ELEVEN-THIRTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F566, }, [0x1F567]={ category="so", description="CLOCK FACE TWELVE-THIRTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F567, }, [0x1F5FB]={ category="so", description="MOUNT FUJI", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F5FB, }, [0x1F5FC]={ category="so", description="TOKYO TOWER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F5FC, }, [0x1F5FD]={ category="so", description="STATUE OF LIBERTY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F5FD, }, [0x1F5FE]={ category="so", description="SILHOUETTE OF JAPAN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F5FE, }, [0x1F5FF]={ category="so", description="MOYAI", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F5FF, }, [0x1F600]={ category="so", description="GRINNING FACE", direction="on", + linebreak="id", unicodeslot=0x1F600, }, [0x1F601]={ category="so", description="GRINNING FACE WITH SMILING EYES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F601, }, [0x1F602]={ category="so", description="FACE WITH TEARS OF JOY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F602, }, [0x1F603]={ category="so", description="SMILING FACE WITH OPEN MOUTH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F603, }, [0x1F604]={ category="so", description="SMILING FACE WITH OPEN MOUTH AND SMILING EYES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F604, }, [0x1F605]={ category="so", description="SMILING FACE WITH OPEN MOUTH AND COLD SWEAT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F605, }, [0x1F606]={ category="so", description="SMILING FACE WITH OPEN MOUTH AND TIGHTLY-CLOSED EYES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F606, }, [0x1F607]={ category="so", description="SMILING FACE WITH HALO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F607, }, [0x1F608]={ category="so", description="SMILING FACE WITH HORNS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F608, }, [0x1F609]={ category="so", description="WINKING FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F609, }, [0x1F60A]={ category="so", description="SMILING FACE WITH SMILING EYES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F60A, }, [0x1F60B]={ category="so", description="FACE SAVOURING DELICIOUS FOOD", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F60B, }, [0x1F60C]={ category="so", description="RELIEVED FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F60C, }, [0x1F60D]={ category="so", description="SMILING FACE WITH HEART-SHAPED EYES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F60D, }, [0x1F60E]={ category="so", description="SMILING FACE WITH SUNGLASSES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F60E, }, [0x1F60F]={ category="so", description="SMIRKING FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F60F, }, [0x1F610]={ category="so", description="NEUTRAL FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F610, }, [0x1F611]={ category="so", description="EXPRESSIONLESS FACE", direction="on", + linebreak="id", unicodeslot=0x1F611, }, [0x1F612]={ category="so", description="UNAMUSED FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F612, }, [0x1F613]={ category="so", description="FACE WITH COLD SWEAT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F613, }, [0x1F614]={ category="so", description="PENSIVE FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F614, }, [0x1F615]={ category="so", description="CONFUSED FACE", direction="on", + linebreak="id", unicodeslot=0x1F615, }, [0x1F616]={ category="so", description="CONFOUNDED FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F616, }, [0x1F617]={ category="so", description="KISSING FACE", direction="on", + linebreak="id", unicodeslot=0x1F617, }, [0x1F618]={ category="so", description="FACE THROWING A KISS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F618, }, [0x1F619]={ category="so", description="KISSING FACE WITH SMILING EYES", direction="on", + linebreak="id", unicodeslot=0x1F619, }, [0x1F61A]={ category="so", description="KISSING FACE WITH CLOSED EYES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F61A, }, [0x1F61B]={ category="so", description="FACE WITH STUCK-OUT TONGUE", direction="on", + linebreak="id", unicodeslot=0x1F61B, }, [0x1F61C]={ category="so", description="FACE WITH STUCK-OUT TONGUE AND WINKING EYE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F61C, }, [0x1F61D]={ category="so", description="FACE WITH STUCK-OUT TONGUE AND TIGHTLY-CLOSED EYES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F61D, }, [0x1F61E]={ category="so", description="DISAPPOINTED FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F61E, }, [0x1F61F]={ category="so", description="WORRIED FACE", direction="on", + linebreak="id", unicodeslot=0x1F61F, }, [0x1F620]={ category="so", description="ANGRY FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F620, }, [0x1F621]={ category="so", description="POUTING FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F621, }, [0x1F622]={ category="so", description="CRYING FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F622, }, [0x1F623]={ category="so", description="PERSEVERING FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F623, }, [0x1F624]={ category="so", description="FACE WITH LOOK OF TRIUMPH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F624, }, [0x1F625]={ category="so", description="DISAPPOINTED BUT RELIEVED FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F625, }, [0x1F626]={ category="so", description="FROWNING FACE WITH OPEN MOUTH", direction="on", + linebreak="id", unicodeslot=0x1F626, }, [0x1F627]={ category="so", description="ANGUISHED FACE", direction="on", + linebreak="id", unicodeslot=0x1F627, }, [0x1F628]={ category="so", description="FEARFUL FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F628, }, [0x1F629]={ category="so", description="WEARY FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F629, }, [0x1F62A]={ category="so", description="SLEEPY FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F62A, }, [0x1F62B]={ category="so", description="TIRED FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F62B, }, [0x1F62C]={ category="so", description="GRIMACING FACE", direction="on", + linebreak="id", unicodeslot=0x1F62C, }, [0x1F62D]={ category="so", description="LOUDLY CRYING FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F62D, }, [0x1F62E]={ category="so", description="FACE WITH OPEN MOUTH", direction="on", + linebreak="id", unicodeslot=0x1F62E, }, [0x1F62F]={ category="so", description="HUSHED FACE", direction="on", + linebreak="id", unicodeslot=0x1F62F, }, [0x1F630]={ category="so", description="FACE WITH OPEN MOUTH AND COLD SWEAT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F630, }, [0x1F631]={ category="so", description="FACE SCREAMING IN FEAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F631, }, [0x1F632]={ category="so", description="ASTONISHED FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F632, }, [0x1F633]={ category="so", description="FLUSHED FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F633, }, [0x1F634]={ category="so", description="SLEEPING FACE", direction="on", + linebreak="id", unicodeslot=0x1F634, }, [0x1F635]={ category="so", description="DIZZY FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F635, }, [0x1F636]={ category="so", description="FACE WITHOUT MOUTH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F636, }, [0x1F637]={ category="so", description="FACE WITH MEDICAL MASK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F637, }, [0x1F638]={ category="so", description="GRINNING CAT FACE WITH SMILING EYES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F638, }, [0x1F639]={ category="so", description="CAT FACE WITH TEARS OF JOY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F639, }, [0x1F63A]={ category="so", description="SMILING CAT FACE WITH OPEN MOUTH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F63A, }, [0x1F63B]={ category="so", description="SMILING CAT FACE WITH HEART-SHAPED EYES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F63B, }, [0x1F63C]={ category="so", description="CAT FACE WITH WRY SMILE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F63C, }, [0x1F63D]={ category="so", description="KISSING CAT FACE WITH CLOSED EYES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F63D, }, [0x1F63E]={ category="so", description="POUTING CAT FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F63E, }, [0x1F63F]={ category="so", description="CRYING CAT FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F63F, }, [0x1F640]={ category="so", description="WEARY CAT FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F640, }, [0x1F645]={ category="so", description="FACE WITH NO GOOD GESTURE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F645, }, [0x1F646]={ category="so", description="FACE WITH OK GESTURE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F646, }, [0x1F647]={ category="so", description="PERSON BOWING DEEPLY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F647, }, [0x1F648]={ category="so", description="SEE-NO-EVIL MONKEY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F648, }, [0x1F649]={ category="so", description="HEAR-NO-EVIL MONKEY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F649, }, [0x1F64A]={ category="so", description="SPEAK-NO-EVIL MONKEY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F64A, }, [0x1F64B]={ category="so", description="HAPPY PERSON RAISING ONE HAND", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F64B, }, [0x1F64C]={ category="so", description="PERSON RAISING BOTH HANDS IN CELEBRATION", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F64C, }, [0x1F64D]={ category="so", description="PERSON FROWNING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F64D, }, [0x1F64E]={ category="so", description="PERSON WITH POUTING FACE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F64E, }, [0x1F64F]={ category="so", description="PERSON WITH FOLDED HANDS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F64F, }, [0x1F680]={ category="so", description="ROCKET", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F680, }, [0x1F681]={ category="so", description="HELICOPTER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F681, }, [0x1F682]={ category="so", description="STEAM LOCOMOTIVE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F682, }, [0x1F683]={ category="so", description="RAILWAY CAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F683, }, [0x1F684]={ category="so", description="HIGH-SPEED TRAIN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F684, }, [0x1F685]={ category="so", description="HIGH-SPEED TRAIN WITH BULLET NOSE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F685, }, [0x1F686]={ category="so", description="TRAIN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F686, }, [0x1F687]={ category="so", description="METRO", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F687, }, [0x1F688]={ category="so", description="LIGHT RAIL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F688, }, [0x1F689]={ category="so", description="STATION", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F689, }, [0x1F68A]={ category="so", description="TRAM", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F68A, }, [0x1F68B]={ category="so", description="TRAM CAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F68B, }, [0x1F68C]={ category="so", description="BUS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F68C, }, [0x1F68D]={ category="so", description="ONCOMING BUS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F68D, }, [0x1F68E]={ category="so", description="TROLLEYBUS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F68E, }, [0x1F68F]={ category="so", description="BUS STOP", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F68F, }, [0x1F690]={ category="so", description="MINIBUS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F690, }, [0x1F691]={ category="so", description="AMBULANCE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F691, }, [0x1F692]={ category="so", description="FIRE ENGINE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F692, }, [0x1F693]={ category="so", description="POLICE CAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F693, }, [0x1F694]={ category="so", description="ONCOMING POLICE CAR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F694, }, [0x1F695]={ category="so", description="TAXI", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F695, }, [0x1F696]={ category="so", description="ONCOMING TAXI", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F696, }, [0x1F697]={ category="so", description="AUTOMOBILE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F697, }, [0x1F698]={ category="so", description="ONCOMING AUTOMOBILE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F698, }, [0x1F699]={ category="so", description="RECREATIONAL VEHICLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F699, }, [0x1F69A]={ category="so", description="DELIVERY TRUCK", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F69A, }, [0x1F69B]={ category="so", description="ARTICULATED LORRY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F69B, }, [0x1F69C]={ category="so", description="TRACTOR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F69C, }, [0x1F69D]={ category="so", description="MONORAIL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F69D, }, [0x1F69E]={ category="so", description="MOUNTAIN RAILWAY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F69E, }, [0x1F69F]={ category="so", description="SUSPENSION RAILWAY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F69F, }, [0x1F6A0]={ category="so", description="MOUNTAIN CABLEWAY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6A0, }, [0x1F6A1]={ category="so", description="AERIAL TRAMWAY", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6A1, }, [0x1F6A2]={ category="so", description="SHIP", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6A2, }, [0x1F6A3]={ category="so", description="ROWBOAT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6A3, }, [0x1F6A4]={ category="so", description="SPEEDBOAT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6A4, }, [0x1F6A5]={ category="so", description="HORIZONTAL TRAFFIC LIGHT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6A5, }, [0x1F6A6]={ category="so", description="VERTICAL TRAFFIC LIGHT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6A6, }, [0x1F6A7]={ category="so", description="CONSTRUCTION SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6A7, }, [0x1F6A8]={ category="so", description="POLICE CARS REVOLVING LIGHT", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6A8, }, [0x1F6A9]={ category="so", description="TRIANGULAR FLAG ON POST", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6A9, }, [0x1F6AA]={ category="so", description="DOOR", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6AA, }, [0x1F6AB]={ category="so", description="NO ENTRY SIGN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6AB, }, [0x1F6AC]={ category="so", description="SMOKING SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6AC, }, [0x1F6AD]={ category="so", description="NO SMOKING SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6AD, }, [0x1F6AE]={ category="so", description="PUT LITTER IN ITS PLACE SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6AE, }, [0x1F6AF]={ category="so", description="DO NOT LITTER SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6AF, }, [0x1F6B0]={ category="so", description="POTABLE WATER SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6B0, }, [0x1F6B1]={ category="so", description="NON-POTABLE WATER SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6B1, }, [0x1F6B2]={ category="so", description="BICYCLE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6B2, }, [0x1F6B3]={ category="so", description="NO BICYCLES", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6B3, }, [0x1F6B4]={ category="so", description="BICYCLIST", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6B4, }, [0x1F6B5]={ category="so", description="MOUNTAIN BICYCLIST", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6B5, }, [0x1F6B6]={ category="so", description="PEDESTRIAN", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6B6, }, [0x1F6B7]={ category="so", description="NO PEDESTRIANS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6B7, }, [0x1F6B8]={ category="so", description="CHILDREN CROSSING", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6B8, }, [0x1F6B9]={ category="so", description="MENS SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6B9, }, [0x1F6BA]={ category="so", description="WOMENS SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6BA, }, [0x1F6BB]={ category="so", description="RESTROOM", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6BB, }, [0x1F6BC]={ category="so", description="BABY SYMBOL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6BC, }, [0x1F6BD]={ category="so", description="TOILET", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6BD, }, [0x1F6BE]={ category="so", description="WATER CLOSET", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6BE, }, [0x1F6BF]={ category="so", description="SHOWER", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6BF, }, [0x1F6C0]={ category="so", description="BATH", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6C0, }, [0x1F6C1]={ category="so", description="BATHTUB", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6C1, }, [0x1F6C2]={ category="so", description="PASSPORT CONTROL", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6C2, }, [0x1F6C3]={ category="so", description="CUSTOMS", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6C3, }, [0x1F6C4]={ category="so", description="BAGGAGE CLAIM", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6C4, }, [0x1F6C5]={ category="so", description="LEFT LUGGAGE", direction="on", - linebreak="al", + linebreak="id", unicodeslot=0x1F6C5, }, [0x1F700]={ @@ -192714,4 +193800,4 @@ characters.data={ linebreak="cm", unicodeslot=0xE01EF, }, -} \ No newline at end of file +} diff --git a/tex/context/base/cont-new.mkii b/tex/context/base/cont-new.mkii index 6a6dbf91e..21e24eb48 100644 --- a/tex/context/base/cont-new.mkii +++ b/tex/context/base/cont-new.mkii @@ -11,7 +11,7 @@ %C therefore copyrighted by \PRAGMA. See mreadme.pdf for %C details. -\newcontextversion{2013.03.27 00:08} +\newcontextversion{2013.03.27 13:27} %D This file is loaded at runtime, thereby providing an %D excellent place for hacks, patches, extensions and new diff --git a/tex/context/base/cont-new.mkiv b/tex/context/base/cont-new.mkiv index 2d0a92bcf..c9164086d 100644 --- a/tex/context/base/cont-new.mkiv +++ b/tex/context/base/cont-new.mkiv @@ -11,7 +11,7 @@ %C therefore copyrighted by \PRAGMA. See mreadme.pdf for %C details. -\newcontextversion{2013.03.27 00:08} +\newcontextversion{2013.03.27 13:27} %D This file is loaded at runtime, thereby providing an excellent place for %D hacks, patches, extensions and new features. diff --git a/tex/context/base/context-version.pdf b/tex/context/base/context-version.pdf index f3a672eab..6df2bf40c 100644 Binary files a/tex/context/base/context-version.pdf and b/tex/context/base/context-version.pdf differ diff --git a/tex/context/base/context-version.png b/tex/context/base/context-version.png index fce350de9..2ad892536 100644 Binary files a/tex/context/base/context-version.png and b/tex/context/base/context-version.png differ diff --git a/tex/context/base/context.mkii b/tex/context/base/context.mkii index d5c50ef51..c8615e23f 100644 --- a/tex/context/base/context.mkii +++ b/tex/context/base/context.mkii @@ -20,7 +20,7 @@ %D your styles an modules. \edef\contextformat {\jobname} -\edef\contextversion{2013.03.27 00:08} +\edef\contextversion{2013.03.27 13:27} %D For those who want to use this: diff --git a/tex/context/base/context.mkiv b/tex/context/base/context.mkiv index c99cbf628..104bdd94f 100644 --- a/tex/context/base/context.mkiv +++ b/tex/context/base/context.mkiv @@ -25,7 +25,7 @@ %D up and the dependencies are more consistent. \edef\contextformat {\jobname} -\edef\contextversion{2013.03.27 00:08} +\edef\contextversion{2013.03.27 13:27} %D For those who want to use this: diff --git a/tex/context/base/status-files.pdf b/tex/context/base/status-files.pdf index feec7ec20..44ac02973 100644 Binary files a/tex/context/base/status-files.pdf and b/tex/context/base/status-files.pdf differ diff --git a/tex/context/base/status-lua.pdf b/tex/context/base/status-lua.pdf index 500fe64d5..bae01fd85 100644 Binary files a/tex/context/base/status-lua.pdf and b/tex/context/base/status-lua.pdf differ diff --git a/tex/generic/context/luatex/luatex-fonts-merged.lua b/tex/generic/context/luatex/luatex-fonts-merged.lua index 3bb577b58..28473b17b 100644 --- a/tex/generic/context/luatex/luatex-fonts-merged.lua +++ b/tex/generic/context/luatex/luatex-fonts-merged.lua @@ -1,6 +1,6 @@ -- merged file : luatex-fonts-merged.lua -- parent file : luatex-fonts.lua --- merge date : 03/27/13 00:08:57 +-- merge date : 03/27/13 13:27:58 do -- begin closure to overcome local limits and interference -- cgit v1.2.3