From 9a1b9756939e12e328dea3633d9fe3cbde8f154b Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Wed, 8 Apr 2020 15:36:51 +0200 Subject: 2020-04-08 14:37:00 --- context/data/npp/context/notepad++.ini | 57 - .../lexers/data/scite-context-data-interfaces.lua | 16 +- .../scite-context-data-interfaces.properties | 2779 +- .../context/data/scite-context-data-interfaces.lua | 16 +- .../context/syntaxes/context-syntax-tex.json | 2 +- .../documents/general/manuals/luametatex.pdf | Bin 1194728 -> 1202234 bytes doc/context/documents/general/manuals/luatex.pdf | Bin 1540615 -> 1544345 bytes .../manuals/luametatex/luametatex-fonts.tex | 50 +- .../manuals/luametatex/luametatex-metapost.tex | 102 +- .../general/manuals/luametatex/luametatex-pdf.tex | 10 + .../general/manuals/luatex/luatex-enhancements.tex | 23 + .../general/manuals/luatex/luatex-fonts.tex | 21 + .../sources/general/manuals/luatex/luatex-math.tex | 25 + .../sources/general/manuals/luatex/luatex.tex | 2 +- scripts/context/lua/mtx-unicode.lua | 2 +- tex/context/base/mkii/cont-new.mkii | 2 +- tex/context/base/mkii/context.mkii | 2 +- tex/context/base/mkii/mult-cs.mkii | 3 + tex/context/base/mkii/mult-nl.mkii | 3 + tex/context/base/mkiv/char-def.lua | 62235 +++++++++++-------- tex/context/base/mkiv/char-ini.lua | 9 +- tex/context/base/mkiv/cldf-ini.lua | 14 +- tex/context/base/mkiv/cont-new.mkiv | 2 +- tex/context/base/mkiv/context.mkiv | 2 +- tex/context/base/mkiv/context.mkxl | 2 +- tex/context/base/mkiv/core-con.lua | 110 +- tex/context/base/mkiv/core-con.mkiv | 14 +- tex/context/base/mkiv/lang-txt.lua | 68 +- tex/context/base/mkiv/m-gnuplot.mkxl | 97 - tex/context/base/mkiv/meta-imp-experiments.mkxl | 360 + tex/context/base/mkiv/mlib-int.lua | 2 + tex/context/base/mkiv/mlib-lua.lua | 105 +- tex/context/base/mkiv/mlib-mat.lua | 6 +- tex/context/base/mkiv/mlib-scn.lua | 102 +- tex/context/base/mkiv/page-brk.mkiv | 7 + tex/context/base/mkiv/page-ffl.mkiv | 25 +- tex/context/base/mkiv/status-files.pdf | Bin 28104 -> 27713 bytes tex/context/base/mkiv/status-lua.pdf | Bin 269645 -> 251314 bytes tex/context/base/mkiv/syst-aux.lua | 9 + tex/context/base/mkiv/syst-aux.mkiv | 8 +- tex/context/base/mkiv/syst-aux.mkxl | 8 +- tex/context/base/mkiv/trac-deb.lua | 4 + tex/context/interface/mkii/keys-cs.xml | 3 + tex/context/interface/mkii/keys-nl.xml | 3 + tex/context/modules/mkiv/m-chart.lua | 16 +- tex/context/modules/mkiv/m-chart.mkvi | 12 +- tex/context/modules/mkiv/m-gnuplot.mkxl | 97 + tex/context/modules/mkiv/m-tikz.mkiv | 29 + tex/generic/context/luatex/luatex-fonts-merged.lua | 2 +- web2c/texlive2013cnf.lua | 48 - 50 files changed, 37272 insertions(+), 29242 deletions(-) delete mode 100644 context/data/npp/context/notepad++.ini delete mode 100644 tex/context/base/mkiv/m-gnuplot.mkxl create mode 100644 tex/context/base/mkiv/meta-imp-experiments.mkxl create mode 100644 tex/context/modules/mkiv/m-gnuplot.mkxl create mode 100644 tex/context/modules/mkiv/m-tikz.mkiv delete mode 100644 web2c/texlive2013cnf.lua diff --git a/context/data/npp/context/notepad++.ini b/context/data/npp/context/notepad++.ini deleted file mode 100644 index 50b02e294..000000000 --- a/context/data/npp/context/notepad++.ini +++ /dev/null @@ -1,57 +0,0 @@ -# You can use the lexers that come with context and athat are meant for scite also for notepad++. On -# my machine I always install such a portable program in c:\data\system\notepadplusplus (avoiding -# funny characters). -# -# (1) Download a version of scintillua++ that matches the current version if notepad++ and unzip -# the archive in a temporary place. -# -# c:\data\notepadplusplus\* -# -# (2) Copy these two dlls:: -# -# c:\data\notepadplusplus\plugins\Scintillua++.dll -# c:\data\notepadplusplus\plugins\Config\Scintillua++\LexLPeg.dll -# -# (3) Copy this file to: -# -# c:\data\notepadplusplus\plugins\Config\Scintillua++.ini -# -# (4) Copy the files from the texmf/context/data/scite/context so that you get: -# -# c:\data\notepadplusplus\plugins\Config\data\scite-context-data-*.lua -# c:\data\notepadplusplus\plugins\Config\themes\scite-context-theme.lua -# c:\data\notepadplusplus\plugins\Config\themes\lexer.lua -# c:\data\notepadplusplus\plugins\Config\themes\scite-context-lexer.lua -# c:\data\notepadplusplus\plugins\Config\themes\scite-context-lexer-*.lua -# -# Now you should get the standard context lexing for the file types mentioned below. I might add a few -# more (consistent) lexers. Beware: we don't use the lexer.lua file that ships with scintillua++. Among -# the reasons is that when I first played with this variant of lexing the scintillua implementation was -# quite slow, so I redid the code with some agressive optimization (in context a good test file is the -# character database file. There is still room for improvement. One problem with the lua lexer is that -# there is not much communication possible so that getting the state involves guesswork. -# -# Also, we already had lpeg based lexing in context so it made more sense to find some common ground so -# that I could share code (a bit of a hybrid approach). There are some extra features like showing -# invisible spaces and most noticeably spell checking (for more info see the manual). -# -# The lexer assumes that you have the dejavu mono fonts installed. These cover a wide repertoire of -# characters. Some features offered for scite won't be available because no additional menu items etc -# are defined. -# -# In due time some more configuration files will be added for notepad++. Maybe some more can be set up -# below. - -theme=scite-context-theme -override=true - -scite-context-lexer-tex=*.tex;*.mkii;*.mkiv;*.mkvi;*.mkix;*.mkxi -scite-context-lexer-xml=*.xml;*.xsl;*.xsd;*.fo;*.exa;*.rlb;*.rlg;*.rlv;*.rng;*.xfdf;*.xslt;*.dtd;*.lmx;*.htm;*.html;*.xhtml;*.ctx;*.export;*.svg;*.xul -scite-context-lexer-mps=*.mp;*.mpx -scite-context-lexer-lua=*.lua;*.luc;*.cld;*.tuc;*.luj;*.lum;*.tma;*.lfg;*.luv;*.lui -scite-context-lexer-txt=*.txt -scite-context-lexer-pdf=*.pdf -scite-context-lexer-web=*.w;*.ww -scite-context-lexer-cpp=*.h;*.c;*.hh;*.cc;*.hpp;*.cpp;*.hxx;*.cxx -scite-context-lexer-bibtex=*.bib -scite-context-lexer-sql=*.sql diff --git a/context/data/scite/context/lexers/data/scite-context-data-interfaces.lua b/context/data/scite/context/lexers/data/scite-context-data-interfaces.lua index 5cbf4dce3..f97693648 100644 --- a/context/data/scite/context/lexers/data/scite-context-data-interfaces.lua +++ b/context/data/scite/context/lexers/data/scite-context-data-interfaces.lua @@ -1,11 +1,11 @@ return { - ["common"]={ "AEacute", "AEligature", "AEmacron", "AMSTEX", "Aacute", "Abreve", "Abreveacute", "Abrevedotbelow", "Abrevegrave", "Abrevehook", "Abrevetilde", "Acaron", "Acircumflex", "Acircumflexacute", "Acircumflexdotbelow", "Acircumflexgrave", "Acircumflexhook", "Acircumflextilde", "Adiaeresis", "Adiaeresismacron", "Adotaccent", "Adotaccentmacron", "Adotbelow", "Adoublegrave", "AfterPar", "Agrave", "Ahook", "Ainvertedbreve", "Alpha", "Alphabeticnumerals", "AmSTeX", "Amacron", "And", "Angstrom", "Aogonek", "Aring", "Aringacute", "Arrowvert", "Astroke", "Atilde", "BeforePar", "Beta", "Bhook", "Big", "Bigg", "Biggl", "Biggm", "Biggr", "Bigl", "Bigm", "Bigr", "Box", "Bumpeq", "CONTEXT", "Cacute", "Cap", "Caps", "Ccaron", "Ccedilla", "Ccircumflex", "Cdotaccent", "Character", "Characters", "Chi", "Chook", "ConTeXt", "Context", "ConvertConstantAfter", "ConvertToConstant", "Cstroke", "Cup", "DZcaronligature", "DZligature", "Dafrican", "Dcaron", "Ddownarrow", "Delta", "Dhook", "Doteq", "Downarrow", "Dstroke", "Dzcaronligature", "Dzligature", "ETEX", "Eacute", "Ebreve", "Ecaron", "Ecedilla", "Ecircumflex", "Ecircumflexacute", "Ecircumflexdotbelow", "Ecircumflexgrave", "Ecircumflexhook", "Ecircumflextilde", "Ediaeresis", "Edotaccent", "Edotbelow", "Edoublegrave", "Egrave", "Ehook", "Einvertedbreve", "Emacron", "Eogonek", "Epsilon", "Eta", "Eth", "Etilde", "Eulerconst", "EveryLine", "EveryPar", "Fhook", "Finv", "Gacute", "Game", "Gamma", "Gbreve", "Gcaron", "Gcircumflex", "Gcommaaccent", "Gdotaccent", "GetPar", "Ghook", "GotoPar", "Greeknumerals", "Gstroke", "Hat", "Hcaron", "Hcircumflex", "Hstroke", "IJligature", "INRSTEX", "Iacute", "Ibreve", "Icaron", "Icircumflex", "Idiaeresis", "Idotaccent", "Idotbelow", "Idoublegrave", "Igrave", "Ihook", "Iinvertedbreve", "Im", "Imacron", "Iogonek", "Iota", "Istroke", "Itilde", "Jcircumflex", "Join", "Kappa", "Kcaron", "Kcommaaccent", "Khook", "LAMSTEX", "LATEX", "LJligature", "LUAJITTEX", "LUAMETATEX", "LUATEX", "LaTeX", "Lacute", "LamSTeX", "Lambda", "Lbar", "Lcaron", "Lcommaaccent", "Ldotmiddle", "Ldsh", "Leftarrow", "Leftrightarrow", "Ljligature", "Lleftarrow", "Longleftarrow", "Longleftrightarrow", "Longmapsfrom", "Longmapsto", "Longrightarrow", "Lsh", "Lstroke", "Lua", "LuaMetaTeX", "LuaTeX", "LuajitTeX", "METAFONT", "METAFUN", "METAPOST", "MKII", "MKIV", "MKIX", "MKVI", "MKXI", "MONTH", "MONTHLONG", "MONTHSHORT", "MPII", "MPIV", "MPVI", "MPanchor", "MPbetex", "MPc", "MPcode", "MPcolor", "MPcoloronly", "MPcolumn", "MPd", "MPdrawing", "MPfontsizehskip", "MPgetmultipars", "MPgetmultishape", "MPgetposboxes", "MPh", "MPinclusions", "MPleftskip", "MPll", "MPlr", "MPls", "MPmenubuttons", "MPn", "MPoptions", "MPoverlayanchor", "MPp", "MPpage", "MPpardata", "MPplus", "MPpos", "MPpositiongraphic", "MPposset", "MPr", "MPrawvar", "MPregion", "MPrest", "MPrightskip", "MPrs", "MPstring", "MPtext", "MPtransparency", "MPul", "MPur", "MPv", "MPvar", "MPvariable", "MPvv", "MPw", "MPwhd", "MPx", "MPxy", "MPxywhd", "MPy", "Mapsfrom", "Mapsto", "MetaFont", "MetaFun", "MetaPost", "Mu", "NJligature", "Nacute", "Ncaron", "Ncommaaccent", "Nearrow", "Neng", "Ngrave", "Njligature", "NormalizeFontHeight", "NormalizeFontWidth", "NormalizeTextHeight", "NormalizeTextWidth", "Ntilde", "Nu", "Numbers", "Nwarrow", "OEligature", "Oacute", "Obreve", "Ocaron", "Ocircumflex", "Ocircumflexacute", "Ocircumflexdotbelow", "Ocircumflexgrave", "Ocircumflexhook", "Ocircumflextilde", "Odiaeresis", "Odiaeresismacron", "Odotaccent", "Odotaccentmacron", "Odotbelow", "Odoublegrave", "Ograve", "Ohook", "Ohorn", "Ohornacute", "Ohorndotbelow", "Ohorngrave", "Ohornhook", "Ohorntilde", "Ohungarumlaut", "Oinvertedbreve", "Omacron", "Omega", "Omicron", "Oogonek", "Oogonekmacron", "Ostroke", "Ostrokeacute", "Otilde", "Otildemacron", "P", "PDFETEX", "PDFTEX", "PDFcolor", "PICTEX", "PPCHTEX", "PPCHTeX", "PRAGMA", "Phi", "Phook", "Pi", "PiCTeX", "Plankconst", "PointsToBigPoints", "PointsToReal", "PointsToWholeBigPoints", "PropertyLine", "Psi", "PtToCm", "Racute", "Rcaron", "Rcommaaccent", "Rdoublegrave", "Rdsh", "Re", "ReadFile", "Relbar", "Rho", "Rightarrow", "Rinvertedbreve", "Romannumerals", "Rrightarrow", "Rsh", "S", "Sacute", "ScaledPointsToBigPoints", "ScaledPointsToWholeBigPoints", "Scaron", "Scedilla", "Schwa", "Scircumflex", "Scommaaccent", "Searrow", "Sigma", "Smallcapped", "Subset", "Supset", "Swarrow", "TABLE", "TEX", "TaBlE", "Tau", "Tcaron", "Tcedilla", "Tcommaaccent", "TeX", "TheNormalizedFontSize", "Theta", "Thook", "Thorn", "TransparencyHack", "Tstroke", "Uacute", "Ubreve", "Ucaron", "Ucircumflex", "Udiaeresis", "Udiaeresisacute", "Udiaeresiscaron", "Udiaeresisgrave", "Udiaeresismacron", "Udotbelow", "Udoublegrave", "Ugrave", "Uhook", "Uhorn", "Uhornacute", "Uhorndotbelow", "Uhorngrave", "Uhornhook", "Uhorntilde", "Uhungarumlaut", "Uinvertedbreve", "Umacron", "Uogonek", "Uparrow", "Updownarrow", "Upsilon", "Uring", "Utilde", "Uuparrow", "VDash", "Vdash", "VerboseNumber", "Vert", "Vvdash", "WEEKDAY", "WORD", "WORDS", "Wcircumflex", "WidthSpanningText", "Word", "Words", "XETEX", "XeTeX", "Xi", "Yacute", "Ycircumflex", "Ydiaeresis", "Ydotbelow", "Ygrave", "Yhook", "Ymacron", "Ytilde", "Zacute", "Zcaron", "Zdotaccent", "Zeta", "Zhook", "Zstroke", "aacute", "abbreviation", "abjadnaivenumerals", "abjadnodotnumerals", "abjadnumerals", "about", "abreve", "abreveacute", "abrevedotbelow", "abrevegrave", "abrevehook", "abrevetilde", "acaron", "acircumflex", "acircumflexacute", "acircumflexdotbelow", "acircumflexgrave", "acircumflexhook", "acircumflextilde", "activatespacehandler", "actualday", "actualmonth", "actualyear", "actuarial", "acute", "acwopencirclearrow", "adaptcollector", "adaptfontfeature", "adaptlayout", "adaptpapersize", "addfeature", "addfontpath", "addtoJSpreamble", "addtocommalist", "addvalue", "adiaeresis", "adiaeresismacron", "adotaccent", "adotaccentmacron", "adotbelow", "adoublegrave", "aeacute", "aeligature", "aemacron", "afghanicurrency", "aftersplitstring", "aftertestandsplitstring", "agrave", "ahook", "ainvertedbreve", "aleph", "alignbottom", "aligned", "alignedbox", "alignedline", "alignhere", "alignmentcharacter", "allinputpaths", "alpha", "alphabeticnumerals", "alwayscitation", "alwayscite", "amacron", "amalg", "ampersand", "anchor", "angle", "aogonek", "appendetoks", "appendgvalue", "appendtocommalist", "appendtoks", "appendtoksonce", "appendvalue", "apply", "applyalternativestyle", "applyprocessor", "applytocharacters", "applytofirstcharacter", "applytosplitstringchar", "applytosplitstringcharspaced", "applytosplitstringline", "applytosplitstringlinespaced", "applytosplitstringword", "applytosplitstringwordspaced", "applytowords", "approx", "approxEq", "approxeq", "approxnEq", "arabicakbar", "arabicalayhe", "arabicallah", "arabicallallahou", "arabicasterisk", "arabicbasmalah", "arabiccomma", "arabiccuberoot", "arabicdateseparator", "arabicdecimals", "arabicdisputedendofayah", "arabicendofayah", "arabicexnumerals", "arabicfootnotemarker", "arabicfourthroot", "arabichighain", "arabichighalayheassallam", "arabichigheqala", "arabichighesala", "arabichighfootnotemarker", "arabichighjeem", "arabichighlamalef", "arabichighmadda", "arabichighmeemlong", "arabichighmeemshort", "arabichighnisf", "arabichighnoon", "arabichighnoonkasra", "arabichighqaf", "arabichighqif", "arabichighradiallahouanhu", "arabichighrahmatullahalayhe", "arabichighrubc", "arabichighsad", "arabichighsajda", "arabichighsakta", "arabichighsallallahou", "arabichighseen", "arabichighsmallsafha", "arabichightah", "arabichightakhallus", "arabichighthalatha", "arabichighwaqf", "arabichighyeh", "arabichighzain", "arabicjallajalalouhou", "arabiclettermark", "arabiclowmeemlong", "arabiclownoonkasra", "arabiclowseen", "arabicmisra", "arabicmuhammad", "arabicnumber", "arabicnumberabove", "arabicnumerals", "arabicparenleft", "arabicparenright", "arabicpercent", "arabicperiod", "arabicpermille", "arabicpertenthousand", "arabicpoeticverse", "arabicqala", "arabicquestion", "arabicrasoul", "arabicray", "arabicrialsign", "arabicsafha", "arabicsajdah", "arabicsalla", "arabicsamvat", "arabicsanah", "arabicsemicolon", "arabicshighthreedots", "arabicslcm", "arabicstartofrubc", "arabictripledot", "arabicvowelwaw", "arabicvowelyeh", "arabicwasallam", "arg", "aring", "aringacute", "arrowvert", "asciistr", "aside", "assignalfadimension", "assigndimen", "assigndimension", "assignifempty", "assigntranslation", "assignvalue", "assignwidth", "assumelongusagecs", "ast", "astype", "asymp", "at", "atilde", "atleftmargin", "atpage", "atrightmargin", "attachment", "autocap", "autodirhbox", "autodirvbox", "autodirvtop", "autoinsertnextspace", "autointegral", "automathematics", "autopagestaterealpage", "autopagestaterealpageorder", "autosetups", "availablehsize", "averagecharwidth", "backepsilon", "background", "backgroundimage", "backgroundimagefill", "backgroundline", "backprime", "backsim", "backslash", "bar", "barleftarrow", "barleftarrowrightarrowbar", "barovernorthwestarrow", "barwedge", "basegrid", "baselinebottom", "baselineleftbox", "baselinemiddlebox", "baselinerightbox", "bbordermatrix", "bbox", "because", "beforesplitstring", "beforetestandsplitstring", "beta", "beth", "between", "bhook", "big", "bigbodyfont", "bigcap", "bigcirc", "bigcircle", "bigcup", "bigdiamond", "bigg", "bigger", "biggl", "biggm", "biggr", "bigl", "bigm", "bigodot", "bigoplus", "bigotimes", "bigr", "bigskip", "bigsqcap", "bigsqcup", "bigsquare", "bigstar", "bigtimes", "bigtriangledown", "bigtriangleup", "bigudot", "biguplus", "bigvee", "bigwedge", "binom", "bitmapimage", "blacklozenge", "blackrule", "blackrules", "blacksquare", "blacktriangle", "blacktriangledown", "blacktriangleleft", "blacktriangleright", "blank", "blap", "bleed", "bleedheight", "bleedwidth", "blockligatures", "blockquote", "blocksynctexfile", "blockuservariable", "bodyfontenvironmentlist", "bodyfontsize", "bold", "boldface", "bolditalic", "boldslanted", "bookmark", "booleanmodevalue", "bordermatrix", "bot", "bottombox", "bottomleftbox", "bottomrightbox", "bowtie", "boxcursor", "boxdot", "boxmarker", "boxminus", "boxofsize", "boxplus", "boxreference", "boxtimes", "bpos", "breakablethinspace", "breakhere", "breve", "bstroke", "btxabbreviatedjournal", "btxaddjournal", "btxalwayscitation", "btxauthorfield", "btxdetail", "btxdirect", "btxdoif", "btxdoifcombiinlistelse", "btxdoifelse", "btxdoifelsecombiinlist", "btxdoifelsesameasprevious", "btxdoifelsesameaspreviouschecked", "btxdoifelseuservariable", "btxdoifnot", "btxdoifsameaspreviouscheckedelse", "btxdoifsameaspreviouselse", "btxdoifuservariableelse", "btxexpandedjournal", "btxfield", "btxfieldname", "btxfieldtype", "btxfirstofrange", "btxflush", "btxflushauthor", "btxflushauthorinverted", "btxflushauthorinvertedshort", "btxflushauthorname", "btxflushauthornormal", "btxflushauthornormalshort", "btxflushsuffix", "btxfoundname", "btxfoundtype", "btxhiddencitation", "btxhybridcite", "btxlabellanguage", "btxlabeltext", "btxlistcitation", "btxloadjournalist", "btxoneorrange", "btxremapauthor", "btxsavejournalist", "btxsetup", "btxsingularorplural", "btxsingularplural", "btxtextcitation", "buildmathaccent", "buildtextaccent", "buildtextbottomcomma", "buildtextbottomdot", "buildtextcedilla", "buildtextgrave", "buildtextmacron", "buildtextognek", "bullet", "button", "cacute", "calligraphic", "camel", "cap", "capital", "carriagereturn", "catcodetablename", "cbox", "ccaron", "ccedilla", "ccircumflex", "ccurl", "cdot", "cdotaccent", "cdotp", "cdots", "centeraligned", "centerbox", "centerdot", "centeredbox", "centeredlastline", "centerednextbox", "centerline", "cfrac", "chapter", "character", "characters", "chardescription", "charwidthlanguage", "check", "checkcharacteralign", "checkedblank", "checkedchar", "checkedfiller", "checkedstrippedcsname", "checkinjector", "checkmark", "checknextindentation", "checknextinjector", "checkpage", "checkparameters", "checkpreviousinjector", "checksoundtrack", "checktwopassdata", "checkvariables", "chem", "chemical", "chemicalbottext", "chemicalmidtext", "chemicalsymbol", "chemicaltext", "chemicaltoptext", "chi", "chineseallnumerals", "chinesecapnumerals", "chinesenumerals", "chook", "circ", "circeq", "circlearrowleft", "circlearrowright", "circledR", "circledS", "circledast", "circledcirc", "circleddash", "circledequals", "circleonrightarrow", "citation", "cite", "clap", "classfont", "cldcommand", "cldcontext", "cldloadfile", "cldprocessfile", "cleftarrow", "clip", "clippedoverlayimage", "clonefield", "clubsuit", "collect", "collectedtext", "collectexpanded", "colon", "coloncolonequals", "colonequals", "color", "colorbar", "colorcomponents", "colored", "coloronly", "colorvalue", "column", "columnbreak", "columnsetspanwidth", "combinepages", "commalistelement", "commalistsentence", "commalistsize", "comment", "comparecolorgroup", "comparedimension", "comparedimensioneps", "comparepalet", "complement", "completebtxrendering", "completecontent", "completeindex", "completelist", "completelistofabbreviations", "completelistofchemicals", "completelistoffigures", "completelistofgraphics", "completelistofintermezzi", "completelistoflogos", "completelistofpublications", "completelistofsorts", "completelistofsynonyms", "completelistoftables", "completepagenumber", "completeregister", "complexes", "complexorsimple", "complexorsimpleempty", "component", "composedcollector", "composedlayer", "compresult", "cong", "constantdimen", "constantdimenargument", "constantemptyargument", "constantnumber", "constantnumberargument", "contentreference", "continuednumber", "continueifinputfile", "convertargument", "convertcommand", "convertedcounter", "converteddimen", "convertedsubcounter", "convertmonth", "convertnumber", "convertvalue", "convertvboxtohbox", "coprod", "copyboxfromcache", "copybtxlabeltext", "copyfield", "copyheadtext", "copylabeltext", "copymathlabeltext", "copyoperatortext", "copypages", "copyparameters", "copyposition", "copyprefixtext", "copyright", "copysetups", "copysuffixtext", "copytaglabeltext", "copyunittext", "correctwhitespace", "countersubs", "counttoken", "counttokens", "cramped", "crampedclap", "crampedllap", "crampedrlap", "crightarrow", "crightoverleftarrow", "crlf", "crlfplaceholder", "cstroke", "ctop", "ctxcommand", "ctxdirectcommand", "ctxdirectlua", "ctxfunction", "ctxlatecommand", "ctxlatelua", "ctxloadluafile", "ctxlua", "ctxluabuffer", "ctxluacode", "ctxreport", "ctxsprint", "cup", "curlyeqprec", "curlyeqsucc", "curlyvee", "curlywedge", "currentassignmentlistkey", "currentassignmentlistvalue", "currentbtxuservariable", "currentcommalistitem", "currentcomponent", "currentdate", "currentenvironment", "currentfeaturetest", "currentheadnumber", "currentinterface", "currentlanguage", "currentlistentrydestinationattribute", "currentlistentrylimitedtext", "currentlistentrynumber", "currentlistentrypagenumber", "currentlistentryreferenceattribute", "currentlistentrytitle", "currentlistentrytitlerendered", "currentlistsymbol", "currentmainlanguage", "currentmessagetext", "currentmoduleparameter", "currentoutputstream", "currentproduct", "currentproject", "currentregime", "currentregisterpageuserdata", "currentresponses", "currenttime", "currentvalue", "currentxtablecolumn", "currentxtablerow", "curvearrowleft", "curvearrowright", "cwopencirclearrow", "cyrillicA", "cyrillicAE", "cyrillicAbreve", "cyrillicAdiaeresis", "cyrillicB", "cyrillicBIGYUS", "cyrillicBIGYUSiotified", "cyrillicC", "cyrillicCH", "cyrillicCHEDC", "cyrillicCHEDCabkhasian", "cyrillicCHEabkhasian", "cyrillicCHEdiaeresis", "cyrillicCHEkhakassian", "cyrillicCHEvertstroke", "cyrillicD", "cyrillicDASIAPNEUMATA", "cyrillicDJE", "cyrillicDZE", "cyrillicDZEabkhasian", "cyrillicDZHE", "cyrillicE", "cyrillicELtail", "cyrillicEMtail", "cyrillicENDC", "cyrillicENGHE", "cyrillicENhook", "cyrillicENtail", "cyrillicEREV", "cyrillicERY", "cyrillicERtick", "cyrillicEbreve", "cyrillicEdiaeresis", "cyrillicEgrave", "cyrillicEiotified", "cyrillicF", "cyrillicFITA", "cyrillicG", "cyrillicGHEmidhook", "cyrillicGHEstroke", "cyrillicGHEupturn", "cyrillicGJE", "cyrillicH", "cyrillicHA", "cyrillicHADC", "cyrillicHRDSN", "cyrillicI", "cyrillicIE", "cyrillicII", "cyrillicISHRT", "cyrillicISHRTtail", "cyrillicIZHITSA", "cyrillicIZHITSAdoublegrave", "cyrillicIdiaeresis", "cyrillicIgrave", "cyrillicImacron", "cyrillicJE", "cyrillicK", "cyrillicKADC", "cyrillicKAbashkir", "cyrillicKAhook", "cyrillicKAstroke", "cyrillicKAvertstroke", "cyrillicKJE", "cyrillicKOPPA", "cyrillicKSI", "cyrillicL", "cyrillicLITTLEYUS", "cyrillicLITTLEYUSiotified", "cyrillicLJE", "cyrillicM", "cyrillicN", "cyrillicNJE", "cyrillicO", "cyrillicOMEGA", "cyrillicOMEGAround", "cyrillicOMEGAtitlo", "cyrillicOT", "cyrillicObarred", "cyrillicObarreddiaeresis", "cyrillicOdiaeresis", "cyrillicP", "cyrillicPALATALIZATION", "cyrillicPALOCHKA", "cyrillicPEmidhook", "cyrillicPSI", "cyrillicPSILIPNEUMATA", "cyrillicR", "cyrillicS", "cyrillicSCHWA", "cyrillicSCHWAdiaeresis", "cyrillicSDSC", "cyrillicSEMISOFT", "cyrillicSFTSN", "cyrillicSH", "cyrillicSHCH", "cyrillicSHHA", "cyrillicT", "cyrillicTEDC", "cyrillicTETSE", "cyrillicTITLO", "cyrillicTSHE", "cyrillicU", "cyrillicUK", "cyrillicUSHRT", "cyrillicUdiaeresis", "cyrillicUdoubleacute", "cyrillicUmacron", "cyrillicV", "cyrillicYA", "cyrillicYAT", "cyrillicYERUdiaeresis", "cyrillicYI", "cyrillicYO", "cyrillicYU", "cyrillicYstr", "cyrillicYstrstroke", "cyrillicZ", "cyrillicZDSC", "cyrillicZEdiaeresis", "cyrillicZH", "cyrillicZHEbreve", "cyrillicZHEdescender", "cyrillicZHEdiaeresis", "cyrillica", "cyrillicabreve", "cyrillicadiaeresis", "cyrillicae", "cyrillicb", "cyrillicbigyus", "cyrillicbigyusiotified", "cyrillicc", "cyrillicch", "cyrilliccheabkhasian", "cyrillicchedc", "cyrillicchedcabkhasian", "cyrillicchediaeresis", "cyrillicchekhakassian", "cyrillicchevertstroke", "cyrillicd", "cyrillicdje", "cyrillicdze", "cyrillicdzeabkhasian", "cyrillicdzhe", "cyrillice", "cyrillicebreve", "cyrillicediaeresis", "cyrillicegrave", "cyrilliceiotified", "cyrilliceltail", "cyrillicemtail", "cyrillicendc", "cyrillicenghe", "cyrillicenhook", "cyrillicentail", "cyrillicerev", "cyrillicertick", "cyrillicery", "cyrillicf", "cyrillicfita", "cyrillicg", "cyrillicghemidhook", "cyrillicghestroke", "cyrillicgheupturn", "cyrillicgje", "cyrillich", "cyrillicha", "cyrillichadc", "cyrillichrdsn", "cyrillici", "cyrillicidiaeresis", "cyrillicie", "cyrillicigrave", "cyrillicii", "cyrillicimacron", "cyrillicishrt", "cyrillicishrttail", "cyrillicizhitsa", "cyrillicizhitsadoublegrave", "cyrillicje", "cyrillick", "cyrillickabashkir", "cyrillickadc", "cyrillickahook", "cyrillickastroke", "cyrillickavertstroke", "cyrillickje", "cyrillickoppa", "cyrillicksi", "cyrillicl", "cyrilliclittleyus", "cyrilliclittleyusiotified", "cyrilliclje", "cyrillicm", "cyrillicn", "cyrillicnje", "cyrillico", "cyrillicobarred", "cyrillicobarreddiaeresis", "cyrillicodiaeresis", "cyrillicomega", "cyrillicomegaround", "cyrillicomegatitlo", "cyrillicot", "cyrillicp", "cyrillicpemidhook", "cyrillicpsi", "cyrillicr", "cyrillics", "cyrillicschwa", "cyrillicschwadiaeresis", "cyrillicsdsc", "cyrillicsemisoft", "cyrillicsftsn", "cyrillicsh", "cyrillicshch", "cyrillicshha", "cyrillict", "cyrillictedc", "cyrillictetse", "cyrillictshe", "cyrillicu", "cyrillicudiaeresis", "cyrillicudoubleacute", "cyrillicuk", "cyrillicumacron", "cyrillicushrt", "cyrillicv", "cyrillicya", "cyrillicyat", "cyrillicyerudiaeresis", "cyrillicyi", "cyrillicyo", "cyrillicystr", "cyrillicystrstroke", "cyrillicyu", "cyrillicz", "cyrilliczdsc", "cyrilliczediaeresis", "cyrilliczh", "cyrilliczhebreve", "cyrilliczhedescender", "cyrilliczhediaeresis", "d", "dag", "dagger", "daleth", "dasharrow", "dashedleftarrow", "dashedrightarrow", "dashv", "datasetvariable", "date", "dayoftheweek", "dayspermonth", "dbinom", "dcaron", "dcurl", "ddag", "ddagger", "dddot", "ddot", "ddots", "decrement", "decrementcounter", "decrementedcounter", "decrementpagenumber", "decrementsubpagenumber", "decrementvalue", "defaultinterface", "defaultobjectpage", "defaultobjectreference", "defcatcodecommand", "defconvertedargument", "defconvertedcommand", "defconvertedvalue", "define", "defineMPinstance", "defineTABLEsetup", "defineaccent", "defineactivecharacter", "definealternativestyle", "defineanchor", "defineattachment", "defineattribute", "definebackground", "definebar", "defineblock", "definebodyfont", "definebodyfontenvironment", "definebodyfontswitch", "definebreakpoint", "definebreakpoints", "definebtx", "definebtxdataset", "definebtxregister", "definebtxrendering", "definebuffer", "definebutton", "definecapitals", "definecharacter", "definecharacterkerning", "definecharacterspacing", "definechemical", "definechemicals", "definechemicalsymbol", "definecollector", "definecolor", "definecolorgroup", "definecolumnbreak", "definecolumnset", "definecolumnsetarea", "definecolumnsetspan", "definecombination", "definecombinedlist", "definecommand", "definecomment", "definecomplexorsimple", "definecomplexorsimpleempty", "defineconversion", "defineconversionset", "definecounter", "definedataset", "definedelimitedtext", "definedeq", "definedescription", "definedfont", "defineeffect", "defineenumeration", "defineexpandable", "defineexternalfigure", "definefacingfloat", "definefallbackfamily", "definefield", "definefieldbody", "definefieldbodyset", "definefieldcategory", "definefieldstack", "definefiguresymbol", "definefileconstant", "definefilefallback", "definefilesynonym", "definefiller", "definefirstline", "definefittingpage", "definefloat", "definefont", "definefontalternative", "definefontfallback", "definefontfamily", "definefontfamilypreset", "definefontfeature", "definefontfile", "definefontsize", "definefontsolution", "definefontstyle", "definefontsynonym", "defineformula", "defineformulaalternative", "defineformulaframed", "defineframed", "defineframedcontent", "defineframedtable", "defineframedtext", "definefrozenfont", "defineglobalcolor", "definegraphictypesynonym", "definegridsnapping", "definehbox", "definehead", "defineheadalternative", "definehelp", "definehigh", "definehighlight", "definehspace", "definehypenationfeatures", "defineindentedtext", "defineindenting", "defineinitial", "defineinsertion", "defineinteraction", "defineinteractionbar", "defineinteractionmenu", "defineinterfaceconstant", "defineinterfaceelement", "defineinterfacevariable", "defineinterlinespace", "defineintermediatecolor", "defineitemgroup", "defineitems", "definelabel", "definelabelclass", "definelayer", "definelayerpreset", "definelayout", "definelinefiller", "definelinenote", "definelinenumbering", "definelines", "definelist", "definelistalternative", "definelistextra", "definelow", "definelowhigh", "definelowmidhigh", "definemakeup", "definemarginblock", "definemargindata", "definemarker", "definemarking", "definemathaccent", "definemathalignment", "definemathcases", "definemathcommand", "definemathdouble", "definemathdoubleextensible", "definemathematics", "definemathextensible", "definemathfence", "definemathfraction", "definemathframed", "definemathmatrix", "definemathornament", "definemathover", "definemathoverextensible", "definemathovertextextensible", "definemathradical", "definemathstackers", "definemathstyle", "definemathtriplet", "definemathunder", "definemathunderextensible", "definemathundertextextensible", "definemathunstacked", "definemeasure", "definemessageconstant", "definemixedcolumns", "definemode", "definemultitonecolor", "definenamedcolor", "definenamespace", "definenarrower", "definenote", "defineornament", "defineoutputroutine", "defineoutputroutinecommand", "defineoverlay", "definepage", "definepagebreak", "definepagechecker", "definepagecolumns", "definepageinjection", "definepageinjectionalternative", "definepageshift", "definepagestate", "definepairedbox", "definepalet", "definepapersize", "defineparagraph", "defineparagraphs", "defineparallel", "defineparbuilder", "defineperiodkerning", "defineplacement", "definepositioning", "defineprefixset", "defineprocesscolor", "defineprocessor", "defineprofile", "defineprogram", "definepushbutton", "definepushsymbol", "definereference", "definereferenceformat", "defineregister", "definerenderingwindow", "defineresetset", "defineruby", "definescale", "definescript", "definesection", "definesectionblock", "definesectionlevels", "defineselector", "defineseparatorset", "defineshift", "definesidebar", "definesort", "definesorting", "definespotcolor", "definestartstop", "definestyle", "definestyleinstance", "definesubfield", "definesubformula", "definesymbol", "definesynonym", "definesynonyms", "definesystemattribute", "definesystemconstant", "definesystemvariable", "definetabletemplate", "definetabulate", "definetabulation", "definetext", "definetextbackground", "definetextflow", "definetextnote", "definetokenlist", "definetooltip", "definetransparency", "definetwopasslist", "definetype", "definetypeface", "definetypescriptprefix", "definetypescriptsynonym", "definetypesetting", "definetyping", "defineunit", "defineuserdata", "defineuserdataalternative", "defineviewerlayer", "definevspace", "definevspacing", "definevspacingamount", "definextable", "delimited", "delimitedtext", "delta", "depthofstring", "depthonlybox", "depthspanningtext", "depthstrut", "determineheadnumber", "determinelistcharacteristics", "determinenoflines", "determineregistercharacteristics", "devanagarinumerals", "dfrac", "dhook", "diameter", "diamond", "diamondsuit", "differentialD", "differentiald", "digamma", "digits", "dimensiontocount", "directboxfromcache", "directcolor", "directcolored", "directconvertedcounter", "directcopyboxfromcache", "directdummyparameter", "directgetboxllx", "directgetboxlly", "directhighlight", "directlocalframed", "directluacode", "directselect", "directsetbar", "directsetup", "directsymbol", "directvspacing", "dis", "disabledirectives", "disableexperiments", "disablemode", "disableoutputstream", "disableparpositions", "disableregime", "disabletrackers", "displaymath", "displaymathematics", "displaymessage", "distributedhsize", "div", "dividedsize", "divideontimes", "divides", "doadaptleftskip", "doadaptrightskip", "doaddfeature", "doassign", "doassignempty", "doboundtext", "docheckassignment", "docheckedpagestate", "docheckedpair", "documentvariable", "dodoubleargument", "dodoubleargumentwithset", "dodoubleempty", "dodoubleemptywithset", "dodoublegroupempty", "doeassign", "doexpandedrecurse", "dofastloopcs", "dogetattribute", "dogetattributeid", "dogetcommacommandelement", "dogobbledoubleempty", "dogobblesingleempty", "doif", "doifMPgraphicelse", "doifallcommon", "doifallcommonelse", "doifalldefinedelse", "doifallmodes", "doifallmodeselse", "doifassignmentelse", "doifassignmentelsecs", "doifblackelse", "doifbothsides", "doifbothsidesoverruled", "doifboxelse", "doifbufferelse", "doifcolor", "doifcolorelse", "doifcommandhandler", "doifcommandhandlerelse", "doifcommon", "doifcommonelse", "doifcontent", "doifconversiondefinedelse", "doifconversionnumberelse", "doifcounter", "doifcounterelse", "doifcurrentfonthasfeatureelse", "doifdefined", "doifdefinedcounter", "doifdefinedcounterelse", "doifdefinedelse", "doifdimensionelse", "doifdimenstringelse", "doifdocumentargument", "doifdocumentargumentelse", "doifdocumentfilename", "doifdocumentfilenameelse", "doifdocumentvariable", "doifdocumentvariableelse", "doifdrawingblackelse", "doifelse", "doifelseMPgraphic", "doifelseallcommon", "doifelsealldefined", "doifelseallmodes", "doifelseassignment", "doifelseassignmentcs", "doifelseblack", "doifelsebox", "doifelseboxincache", "doifelsebuffer", "doifelsecolor", "doifelsecommandhandler", "doifelsecommon", "doifelseconversiondefined", "doifelseconversionnumber", "doifelsecounter", "doifelsecurrentfonthasfeature", "doifelsecurrentsortingused", "doifelsecurrentsynonymshown", "doifelsecurrentsynonymused", "doifelsedefined", "doifelsedefinedcounter", "doifelsedimension", "doifelsedimenstring", "doifelsedocumentargument", "doifelsedocumentfilename", "doifelsedocumentvariable", "doifelsedrawingblack", "doifelseempty", "doifelseemptyvalue", "doifelseemptyvariable", "doifelseenv", "doifelsefastoptionalcheck", "doifelsefastoptionalcheckcs", "doifelsefieldbody", "doifelsefieldcategory", "doifelsefigure", "doifelsefile", "doifelsefiledefined", "doifelsefileexists", "doifelsefirstchar", "doifelseflagged", "doifelsefontchar", "doifelsefontfeature", "doifelsefontpresent", "doifelsefontsynonym", "doifelseframed", "doifelsehasspace", "doifelsehelp", "doifelseincsname", "doifelseinelement", "doifelseinputfile", "doifelseinsertion", "doifelseinset", "doifelseinstring", "doifelseinsymbolset", "doifelseintoks", "doifelseintwopassdata", "doifelseitalic", "doifelselanguage", "doifelselayerdata", "doifelselayoutdefined", "doifelselayoutsomeline", "doifelselayouttextline", "doifelseleapyear", "doifelselist", "doifelselocation", "doifelselocfile", "doifelsemainfloatbody", "doifelsemarkedpage", "doifelsemarking", "doifelsemeaning", "doifelsemessage", "doifelsemode", "doifelsenextbgroup", "doifelsenextbgroupcs", "doifelsenextchar", "doifelsenextoptional", "doifelsenextoptionalcs", "doifelsenextparenthesis", "doifelsenonzeropositive", "doifelsenoteonsamepage", "doifelsenothing", "doifelsenumber", "doifelseobjectfound", "doifelseobjectreferencefound", "doifelseoddpage", "doifelseoddpagefloat", "doifelseoldercontext", "doifelseolderversion", "doifelseoverlapping", "doifelseoverlay", "doifelseparallel", "doifelseparentfile", "doifelsepath", "doifelsepathexists", "doifelsepatterns", "doifelseposition", "doifelsepositionaction", "doifelsepositiononpage", "doifelsepositionsonsamepage", "doifelsepositionsonthispage", "doifelsepositionsused", "doifelsereferencefound", "doifelserightpage", "doifelserightpagefloat", "doifelserighttoleftinbox", "doifelsesamelinereference", "doifelsesamestring", "doifelsesetups", "doifelsesomebackground", "doifelsesomespace", "doifelsesomething", "doifelsesometoks", "doifelsestringinstring", "doifelsestructurelisthasnumber", "doifelsestructurelisthaspage", "doifelsesymboldefined", "doifelsesymbolset", "doifelsetext", "doifelsetextflow", "doifelsetextflowcollector", "doifelsetopofpage", "doifelsetypingfile", "doifelseundefined", "doifelseurldefined", "doifelsevalue", "doifelsevaluenothing", "doifelsevariable", "doifempty", "doifemptyelse", "doifemptytoks", "doifemptyvalue", "doifemptyvalueelse", "doifemptyvariable", "doifemptyvariableelse", "doifenv", "doifenvelse", "doiffastoptionalcheckcselse", "doiffastoptionalcheckelse", "doiffieldbodyelse", "doiffieldcategoryelse", "doiffigureelse", "doiffile", "doiffiledefinedelse", "doiffileelse", "doiffileexistselse", "doiffirstcharelse", "doifflaggedelse", "doiffontcharelse", "doiffontfeatureelse", "doiffontpresentelse", "doiffontsynonymelse", "doifhasspaceelse", "doifhelpelse", "doifincsnameelse", "doifinelementelse", "doifinputfileelse", "doifinsertionelse", "doifinset", "doifinsetelse", "doifinstring", "doifinstringelse", "doifinsymbolset", "doifinsymbolsetelse", "doifintokselse", "doifintwopassdataelse", "doifitalicelse", "doiflanguageelse", "doiflayerdataelse", "doiflayoutdefinedelse", "doiflayoutsomelineelse", "doiflayouttextlineelse", "doifleapyearelse", "doiflistelse", "doiflocationelse", "doiflocfileelse", "doifmainfloatbodyelse", "doifmarkingelse", "doifmeaningelse", "doifmessageelse", "doifmode", "doifmodeelse", "doifnextbgroupcselse", "doifnextbgroupelse", "doifnextcharelse", "doifnextoptionalcselse", "doifnextoptionalelse", "doifnextparenthesiselse", "doifnonzeropositiveelse", "doifnot", "doifnotallcommon", "doifnotallmodes", "doifnotcommandhandler", "doifnotcommon", "doifnotcounter", "doifnotdocumentargument", "doifnotdocumentfilename", "doifnotdocumentvariable", "doifnotempty", "doifnotemptyvalue", "doifnotemptyvariable", "doifnotenv", "doifnoteonsamepageelse", "doifnotescollected", "doifnotfile", "doifnotflagged", "doifnothing", "doifnothingelse", "doifnotinset", "doifnotinsidesplitfloat", "doifnotinstring", "doifnotmode", "doifnotnumber", "doifnotsamestring", "doifnotsetups", "doifnotvalue", "doifnotvariable", "doifnumber", "doifnumberelse", "doifobjectfoundelse", "doifobjectreferencefoundelse", "doifoddpageelse", "doifoddpagefloatelse", "doifoldercontextelse", "doifolderversionelse", "doifoverlappingelse", "doifoverlayelse", "doifparallelelse", "doifparentfileelse", "doifpathelse", "doifpathexistselse", "doifpatternselse", "doifposition", "doifpositionaction", "doifpositionactionelse", "doifpositionelse", "doifpositiononpageelse", "doifpositionsonsamepageelse", "doifpositionsonthispageelse", "doifpositionsusedelse", "doifreferencefoundelse", "doifrightpagefloatelse", "doifrighttoleftinboxelse", "doifsamelinereferenceelse", "doifsamestring", "doifsamestringelse", "doifsetups", "doifsetupselse", "doifsomebackground", "doifsomebackgroundelse", "doifsomespaceelse", "doifsomething", "doifsomethingelse", "doifsometoks", "doifsometokselse", "doifstringinstringelse", "doifstructurelisthasnumberelse", "doifstructurelisthaspageelse", "doifsymboldefinedelse", "doifsymbolsetelse", "doiftext", "doiftextelse", "doiftextflowcollectorelse", "doiftextflowelse", "doiftopofpageelse", "doiftypingfileelse", "doifundefined", "doifundefinedcounter", "doifundefinedelse", "doifunknownfontfeature", "doifurldefinedelse", "doifvalue", "doifvalueelse", "doifvaluenothing", "doifvaluenothingelse", "doifvaluesomething", "doifvariable", "doifvariableelse", "doindentation", "dollar", "doloop", "doloopoverlist", "donothing", "dontconvertfont", "dontleavehmode", "dontpermitspacesbetweengroups", "dopositionaction", "doprocesslocalsetups", "doquadrupleargument", "doquadrupleempty", "doquadruplegroupempty", "doquintupleargument", "doquintupleempty", "doquintuplegroupempty", "dorechecknextindentation", "dorecurse", "dorepeatwithcommand", "doreplacefeature", "doresetandafffeature", "doresetattribute", "dorotatebox", "dosetattribute", "dosetleftskipadaption", "dosetrightskipadaption", "dosetupcheckedinterlinespace", "doseventupleargument", "doseventupleempty", "dosingleargument", "dosingleempty", "dosinglegroupempty", "dosixtupleargument", "dosixtupleempty", "dostepwiserecurse", "dosubtractfeature", "dot", "doteq", "doteqdot", "dotfskip", "dotlessI", "dotlessJ", "dotlessi", "dotlessj", "dotlessjstroke", "dotminus", "dotoks", "dotplus", "dotripleargument", "dotripleargumentwithset", "dotripleempty", "dotripleemptywithset", "dotriplegroupempty", "dots", "dottedcircle", "dottedrightarrow", "doublebar", "doublebond", "doublebrace", "doublebracket", "doublecap", "doublecup", "doubleparent", "doubleprime", "doubleverticalbar", "dowith", "dowithnextbox", "dowithnextboxcontent", "dowithnextboxcontentcs", "dowithnextboxcs", "dowithpargument", "dowithrange", "dowithwargument", "downarrow", "downdasharrow", "downdownarrows", "downharpoonleft", "downharpoonright", "downuparrows", "downwhitearrow", "downzigzagarrow", "dpofstring", "dstroke", "dtail", "dummydigit", "dummyparameter", "dzcaronligature", "dzligature", "eTeX", "eacute", "ebreve", "ecaron", "ecedilla", "ecircumflex", "ecircumflexacute", "ecircumflexdotbelow", "ecircumflexgrave", "ecircumflexhook", "ecircumflextilde", "edefconvertedargument", "ediaeresis", "edotaccent", "edotbelow", "edoublegrave", "efcmaxheight", "efcmaxwidth", "efcminheight", "efcminwidth", "efcparameter", "effect", "egrave", "ehook", "einvertedbreve", "elapsedseconds", "elapsedtime", "eleftarrowfill", "eleftharpoondownfill", "eleftharpoonupfill", "eleftrightarrowfill", "ell", "em", "emacron", "emdash", "emphasisboldface", "emphasistypeface", "emptylines", "emptyset", "emquad", "emspace", "enabledirectives", "enableexperiments", "enablemode", "enableoutputstream", "enableparpositions", "enableregime", "enabletrackers", "endash", "endnote", "enquad", "enskip", "enspace", "env", "environment", "envvar", "eogonek", "eoverbarfill", "eoverbracefill", "eoverbracketfill", "eoverparentfill", "epos", "epsilon", "eq", "eqcirc", "eqeq", "eqeqeq", "eqgtr", "eqless", "eqsim", "eqslantgtr", "eqslantless", "equaldigits", "equalscolon", "equiv", "erightarrowfill", "erightharpoondownfill", "erightharpoonupfill", "eta", "eth", "ethiopic", "etilde", "etwoheadrightarrowfill", "eunderbarfill", "eunderbracefill", "eunderbracketfill", "eunderparentfill", "exclamdown", "executeifdefined", "exists", "exitloop", "exitloopnow", "expandcheckedcsname", "expanded", "expandeddoif", "expandeddoifelse", "expandeddoifnot", "expandfontsynonym", "expdoif", "expdoifcommonelse", "expdoifelse", "expdoifelsecommon", "expdoifelseinset", "expdoifinsetelse", "expdoifnot", "exponentiale", "externalfigure", "externalfigurecollectionmaxheight", "externalfigurecollectionmaxwidth", "externalfigurecollectionminheight", "externalfigurecollectionminwidth", "externalfigurecollectionparameter", "fakebox", "fallingdotseq", "fastdecrement", "fastincrement", "fastlocalframed", "fastloopfinal", "fastloopindex", "fastscale", "fastsetup", "fastsetupwithargument", "fastsetupwithargumentswapped", "fastswitchtobodyfont", "fastsxsy", "feature", "fence", "fenced", "fetchallmarkings", "fetchallmarks", "fetchmark", "fetchmarking", "fetchonemark", "fetchonemarking", "fetchruntinecommand", "fetchtwomarkings", "fetchtwomarks", "ffiligature", "ffligature", "fflligature", "fhook", "field", "fieldbody", "fieldstack", "fifthoffivearguments", "fifthofsixarguments", "figurefilename", "figurefilepath", "figurefiletype", "figurefullname", "figureheight", "figurenaturalheight", "figurenaturalwidth", "figurespace", "figuresymbol", "figurewidth", "filename", "filigature", "filledhboxb", "filledhboxc", "filledhboxg", "filledhboxk", "filledhboxm", "filledhboxr", "filledhboxy", "filler", "fillinline", "fillinrules", "fillintext", "fillupto", "filterfromnext", "filterfromvalue", "filterpages", "filterreference", "findtwopassdata", "finishregisterentry", "firstcharacter", "firstcounter", "firstcountervalue", "firstinlist", "firstoffivearguments", "firstoffourarguments", "firstofoneargument", "firstofoneunexpanded", "firstofsixarguments", "firstofthreearguments", "firstofthreeunexpanded", "firstoftwoarguments", "firstoftwounexpanded", "firstrealpage", "firstrealpagenumber", "firstsubcountervalue", "firstsubpage", "firstsubpagenumber", "firstuserpage", "firstuserpagenumber", "fitfield", "fitfieldframed", "fittopbaselinegrid", "fiveeighths", "fivesixths", "fixedspace", "fixedspaces", "flag", "flat", "flligature", "floatuserdataparameter", "flushbox", "flushboxregister", "flushcollector", "flushedrightlastline", "flushlayer", "flushlocalfloats", "flushnextbox", "flushnotes", "flushoutputstream", "flushshapebox", "flushtextflow", "flushtokens", "flushtoks", "fontalternative", "fontbody", "fontchar", "fontcharbyindex", "fontclass", "fontclassname", "fontface", "fontfeaturelist", "fontsize", "fontstyle", "footnote", "footnotetext", "forall", "forcecharacterstripping", "forcelocalfloats", "forgeteverypar", "forgetparameters", "forgetparskip", "forgetragged", "formula", "formulanumber", "foundbox", "fourfifths", "fourperemspace", "fourthoffivearguments", "fourthoffourarguments", "fourthofsixarguments", "frac", "framed", "frameddimension", "framedparameter", "framedtext", "freezedimenmacro", "freezemeasure", "frenchspacing", "from", "fromlinenote", "frown", "frozenhbox", "frule", "gacute", "gamma", "gbreve", "gcaron", "gcircumflex", "gcommaaccent", "gdefconvertedargument", "gdefconvertedcommand", "gdotaccent", "ge", "geq", "geqq", "geqslant", "getMPdrawing", "getMPlayer", "getboxfromcache", "getboxllx", "getboxlly", "getbuffer", "getbufferdata", "getcommacommandsize", "getcommalistsize", "getdayoftheweek", "getdayspermonth", "getdefinedbuffer", "getdocumentargument", "getdocumentargumentdefault", "getdocumentfilename", "getdummyparameters", "getemptyparameters", "geteparameters", "getexpandedparameters", "getfiguredimensions", "getfirstcharacter", "getfirsttwopassdata", "getfromcommacommand", "getfromcommalist", "getfromtwopassdata", "getglyphdirect", "getglyphstyled", "getgparameters", "getinlineuserdata", "getlasttwopassdata", "getlocalfloat", "getlocalfloats", "getmarking", "getmessage", "getnamedglyphdirect", "getnamedglyphstyled", "getnamedtwopassdatalist", "getnaturaldimensions", "getnoflines", "getobject", "getobjectdimensions", "getpaletsize", "getparameters", "getprivatechar", "getprivateslot", "getrandomcount", "getrandomdimen", "getrandomfloat", "getrandomnumber", "getrandomseed", "getraweparameters", "getrawgparameters", "getrawnoflines", "getrawparameters", "getrawxparameters", "getreference", "getreferenceentry", "getroundednoflines", "gets", "getsubstring", "gettokenlist", "gettwopassdata", "gettwopassdatalist", "getuserdata", "getuvalue", "getvalue", "getvariable", "getvariabledefault", "getxparameters", "gg", "ggg", "gggtr", "gimel", "globaldisablemode", "globalenablemode", "globalletempty", "globalpopbox", "globalpopmacro", "globalpreventmode", "globalprocesscommalist", "globalpushbox", "globalpushmacro", "globalswapcounts", "globalswapdimens", "globalswapmacros", "globalundefine", "glyphfontfile", "gnapprox", "gneqq", "gnsim", "gobbledoubleempty", "gobbleeightarguments", "gobblefivearguments", "gobblefiveoptionals", "gobblefourarguments", "gobblefouroptionals", "gobbleninearguments", "gobbleoneargument", "gobbleoneoptional", "gobblesevenarguments", "gobblesingleempty", "gobblesixarguments", "gobblespacetokens", "gobbletenarguments", "gobblethreearguments", "gobblethreeoptionals", "gobbletwoarguments", "gobbletwooptionals", "gobbleuntil", "gobbleuntilrelax", "godown", "goto", "gotobox", "gotopage", "grabbufferdata", "grabbufferdatadirect", "grabuntil", "grave", "graycolor", "grayvalue", "greedysplitstring", "greekAlpha", "greekAlphadasia", "greekAlphadasiaperispomeni", "greekAlphadasiatonos", "greekAlphadasiavaria", "greekAlphaiotasub", "greekAlphaiotasubdasia", "greekAlphaiotasubdasiaperispomeni", "greekAlphaiotasubdasiatonos", "greekAlphaiotasubdasiavaria", "greekAlphaiotasubpsili", "greekAlphaiotasubpsiliperispomeni", "greekAlphaiotasubpsilitonos", "greekAlphaiotasubpsilivaria", "greekAlphamacron", "greekAlphapsili", "greekAlphapsiliperispomeni", "greekAlphapsilitonos", "greekAlphapsilivaria", "greekAlphatonos", "greekAlphavaria", "greekAlphavrachy", "greekBeta", "greekChi", "greekCoronis", "greekDelta", "greekEpsilon", "greekEpsilondasia", "greekEpsilondasiatonos", "greekEpsilondasiavaria", "greekEpsilonpsili", "greekEpsilonpsilitonos", "greekEpsilonpsilivaria", "greekEpsilontonos", "greekEpsilonvaria", "greekEta", "greekEtadasia", "greekEtadasiaperispomeni", "greekEtadasiatonos", "greekEtadasiavaria", "greekEtaiotasub", "greekEtaiotasubdasia", "greekEtaiotasubdasiaperispomeni", "greekEtaiotasubdasiatonos", "greekEtaiotasubdasiavaria", "greekEtaiotasubpsili", "greekEtaiotasubpsiliperispomeni", "greekEtaiotasubpsilitonos", "greekEtaiotasubpsilivaria", "greekEtapsili", "greekEtapsiliperispomeni", "greekEtapsilitonos", "greekEtapsilivaria", "greekEtatonos", "greekEtavaria", "greekGamma", "greekIota", "greekIotadasia", "greekIotadasiaperispomeni", "greekIotadasiatonos", "greekIotadasiavaria", "greekIotadialytika", "greekIotamacron", "greekIotapsili", "greekIotapsiliperispomeni", "greekIotapsilitonos", "greekIotapsilivaria", "greekIotatonos", "greekIotavaria", "greekIotavrachy", "greekKappa", "greekLambda", "greekMu", "greekNu", "greekOmega", "greekOmegadasia", "greekOmegadasiaperispomeni", "greekOmegadasiatonos", "greekOmegadasiavaria", "greekOmegaiotasub", "greekOmegaiotasubdasia", "greekOmegaiotasubdasiaperispomeni", "greekOmegaiotasubdasiatonos", "greekOmegaiotasubdasiavaria", "greekOmegaiotasubpsili", "greekOmegaiotasubpsiliperispomeni", "greekOmegaiotasubpsilitonos", "greekOmegaiotasubpsilivaria", "greekOmegapsili", "greekOmegapsiliperispomeni", "greekOmegapsilitonos", "greekOmegapsilivaria", "greekOmegatonos", "greekOmegavaria", "greekOmicron", "greekOmicrondasia", "greekOmicrondasiatonos", "greekOmicrondasiavaria", "greekOmicronpsili", "greekOmicronpsilitonos", "greekOmicronpsilivaria", "greekOmicrontonos", "greekOmicronvaria", "greekPhi", "greekPi", "greekPsi", "greekRho", "greekRhodasia", "greekSigma", "greekSigmalunate", "greekTau", "greekTheta", "greekUpsilon", "greekUpsilondasia", "greekUpsilondasiaperispomeni", "greekUpsilondasiatonos", "greekUpsilondasiavaria", "greekUpsilondialytika", "greekUpsilonmacron", "greekUpsilontonos", "greekUpsilonvaria", "greekUpsilonvrachy", "greekXi", "greekZeta", "greekalpha", "greekalphadasia", "greekalphadasiaperispomeni", "greekalphadasiatonos", "greekalphadasiavaria", "greekalphaiotasub", "greekalphaiotasubdasia", "greekalphaiotasubdasiaperispomeni", "greekalphaiotasubdasiatonos", "greekalphaiotasubdasiavaria", "greekalphaiotasubperispomeni", "greekalphaiotasubpsili", "greekalphaiotasubpsiliperispomeni", "greekalphaiotasubpsilitonos", "greekalphaiotasubpsilivaria", "greekalphaiotasubtonos", "greekalphaiotasubvaria", "greekalphamacron", "greekalphaoxia", "greekalphaperispomeni", "greekalphapsili", "greekalphapsiliperispomeni", "greekalphapsilitonos", "greekalphapsilivaria", "greekalphatonos", "greekalphavaria", "greekalphavrachy", "greekbeta", "greekbetaalt", "greekchi", "greekdasia", "greekdasiaperispomeni", "greekdasiatonos", "greekdasiavaria", "greekdelta", "greekdialytikaperispomeni", "greekdialytikatonos", "greekdialytikavaria", "greekdigamma", "greekepsilon", "greekepsilonalt", "greekepsilondasia", "greekepsilondasiatonos", "greekepsilondasiavaria", "greekepsilonoxia", "greekepsilonpsili", "greekepsilonpsilitonos", "greekepsilonpsilivaria", "greekepsilontonos", "greekepsilonvaria", "greeketa", "greeketadasia", "greeketadasiaperispomeni", "greeketadasiatonos", "greeketadasiavaria", "greeketaiotasub", "greeketaiotasubdasia", "greeketaiotasubdasiaperispomeni", "greeketaiotasubdasiatonos", "greeketaiotasubdasiavaria", "greeketaiotasubperispomeni", "greeketaiotasubpsili", "greeketaiotasubpsiliperispomeni", "greeketaiotasubpsilitonos", "greeketaiotasubpsilivaria", "greeketaiotasubtonos", "greeketaiotasubvaria", "greeketaoxia", "greeketaperispomeni", "greeketapsili", "greeketapsiliperispomeni", "greeketapsilitonos", "greeketapsilivaria", "greeketatonos", "greeketavaria", "greekfinalsigma", "greekgamma", "greekiota", "greekiotadasia", "greekiotadasiaperispomeni", "greekiotadasiatonos", "greekiotadasiavaria", "greekiotadialytika", "greekiotadialytikaperispomeni", "greekiotadialytikatonos", "greekiotadialytikavaria", "greekiotamacron", "greekiotaoxia", "greekiotaperispomeni", "greekiotapsili", "greekiotapsiliperispomeni", "greekiotapsilitonos", "greekiotapsilivaria", "greekiotatonos", "greekiotavaria", "greekiotavrachy", "greekkappa", "greekkoppa", "greeklambda", "greekmu", "greeknu", "greeknumerals", "greeknumkoppa", "greekomega", "greekomegadasia", "greekomegadasiaperispomeni", "greekomegadasiatonos", "greekomegadasiavaria", "greekomegaiotasub", "greekomegaiotasubdasia", "greekomegaiotasubdasiaperispomeni", "greekomegaiotasubdasiatonos", "greekomegaiotasubdasiavaria", "greekomegaiotasubperispomeni", "greekomegaiotasubpsili", "greekomegaiotasubpsiliperispomeni", "greekomegaiotasubpsilitonos", "greekomegaiotasubpsilivaria", "greekomegaiotasubtonos", "greekomegaiotasubvaria", "greekomegaoxia", "greekomegaperispomeni", "greekomegapsili", "greekomegapsiliperispomeni", "greekomegapsilitonos", "greekomegapsilivaria", "greekomegatonos", "greekomegavaria", "greekomicron", "greekomicrondasia", "greekomicrondasiatonos", "greekomicrondasiavaria", "greekomicronoxia", "greekomicronpsili", "greekomicronpsilitonos", "greekomicronpsilivaria", "greekomicrontonos", "greekomicronvaria", "greekoxia", "greekperispomeni", "greekphi", "greekphialt", "greekpi", "greekpialt", "greekprosgegrammeni", "greekpsi", "greekpsili", "greekpsiliperispomeni", "greekpsilitonos", "greekpsilivaria", "greekrho", "greekrhoalt", "greekrhodasia", "greekrhopsili", "greeksampi", "greeksigma", "greeksigmalunate", "greekstigma", "greektau", "greektheta", "greekthetaalt", "greektonos", "greekupsilon", "greekupsilondasia", "greekupsilondasiaperispomeni", "greekupsilondasiatonos", "greekupsilondasiavaria", "greekupsilondiaeresis", "greekupsilondialytikaperispomeni", "greekupsilondialytikatonos", "greekupsilondialytikavaria", "greekupsilonmacron", "greekupsilonoxia", "greekupsilonperispomeni", "greekupsilonpsili", "greekupsilonpsiliperispomeni", "greekupsilonpsilitonos", "greekupsilonpsilivaria", "greekupsilontonos", "greekupsilonvaria", "greekupsilonvrachy", "greekvaria", "greekxi", "greekzeta", "grid", "groupedcommand", "gsetboxllx", "gsetboxlly", "gstroke", "gt", "gtrapprox", "gtrdot", "gtreqless", "gtreqqless", "gtrless", "gtrsim", "guilsingleleft", "guilsingleright", "gujaratinumerals", "gurmurkhinumerals", "hairline", "hairspace", "halflinestrut", "halfstrut", "halfwaybox", "handletokens", "handwritten", "hangul", "hanzi", "hash", "hat", "hbar", "hboxofvbox", "hboxreference", "hcaron", "hcircumflex", "hdofstring", "headhbox", "headlanguage", "headnumber", "headnumbercontent", "headnumberdistance", "headnumberwidth", "headreferenceattributes", "headsetupspacing", "headtext", "headtextcontent", "headtextdistance", "headtexts", "headtextwidth", "headvbox", "headwidth", "heartsuit", "hebrewAlef", "hebrewAyin", "hebrewBet", "hebrewDalet", "hebrewGimel", "hebrewHe", "hebrewHet", "hebrewKaf", "hebrewKaffinal", "hebrewLamed", "hebrewMem", "hebrewMemfinal", "hebrewNun", "hebrewNunfinal", "hebrewPe", "hebrewPefinal", "hebrewQof", "hebrewResh", "hebrewSamekh", "hebrewShin", "hebrewTav", "hebrewTet", "hebrewTsadi", "hebrewTsadifinal", "hebrewVav", "hebrewYod", "hebrewZayin", "heightanddepthofstring", "heightofstring", "heightspanningtext", "helptext", "hglue", "hiddenbar", "hiddencitation", "hiddencite", "hideblocks", "high", "highlight", "highordinalstr", "hilo", "himilo", "hl", "hookleftarrow", "hookrightarrow", "horizontalgrowingbar", "horizontalpositionbar", "hpackbox", "hpackedbox", "hphantom", "hpos", "hsizefraction", "hslash", "hsmash", "hsmashbox", "hsmashed", "hspace", "hstroke", "htdpofstring", "htofstring", "hyphen", "hyphenatedcoloredword", "hyphenatedfile", "hyphenatedfilename", "hyphenatedhbox", "hyphenatedpar", "hyphenatedurl", "hyphenatedword", "iacute", "ibox", "ibreve", "icaron", "icircumflex", "ideographichalffillspace", "ideographicspace", "idiaeresis", "idotaccent", "idotbelow", "idoublegrave", "ifassignment", "iff", "ifinobject", "ifinoutputstream", "ifparameters", "iftrialtypesetting", "ignoreimplicitspaces", "ignoretagsinexport", "ignorevalue", "igrave", "ihook", "iiiint", "iiiintop", "iiint", "iiintop", "iint", "iintop", "iinvertedbreve", "ijligature", "imacron", "imaginaryi", "imaginaryj", "imath", "immediatesavetwopassdata", "impliedby", "implies", "imply", "in", "includemenu", "includeversioninfo", "increment", "incrementcounter", "incrementedcounter", "incrementpagenumber", "incrementsubpagenumber", "incrementvalue", "indentation", "index", "infofont", "infofontbold", "inframed", "infty", "infull", "inheritparameter", "inhibitblank", "ininner", "ininneredge", "ininnermargin", "initializeboxstack", "inleft", "inleftedge", "inleftmargin", "inline", "inlinebuffer", "inlinedbox", "inlinemath", "inlinemathematics", "inlinemessage", "inlineordisplaymath", "inlineprettyprintbuffer", "inlinerange", "inmargin", "inmframed", "innerflushshapebox", "inother", "inouter", "inouteredge", "inoutermargin", "input", "inputfilebarename", "inputfilename", "inputfilerealsuffix", "inputfilesuffix", "inputgivenfile", "inright", "inrightedge", "inrightmargin", "insertpages", "installactionhandler", "installactivecharacter", "installanddefineactivecharacter", "installattributestack", "installautocommandhandler", "installautosetuphandler", "installbasicautosetuphandler", "installbasicparameterhandler", "installbottomframerenderer", "installcommandhandler", "installcorenamespace", "installdefinehandler", "installdefinitionset", "installdefinitionsetmember", "installdirectcommandhandler", "installdirectparameterhandler", "installdirectparametersethandler", "installdirectsetuphandler", "installdirectstyleandcolorhandler", "installframedautocommandhandler", "installframedcommandhandler", "installglobalmacrostack", "installlanguage", "installleftframerenderer", "installmacrostack", "installnamespace", "installoutputroutine", "installpagearrangement", "installparameterhandler", "installparameterhashhandler", "installparametersethandler", "installparentinjector", "installrightframerenderer", "installrootparameterhandler", "installsetuphandler", "installsetuponlycommandhandler", "installshipoutmethod", "installsimplecommandhandler", "installsimpleframedcommandhandler", "installstyleandcolorhandler", "installswitchcommandhandler", "installswitchsetuphandler", "installtexdirective", "installtextracker", "installtopframerenderer", "installunitsseparator", "installunitsspace", "installversioninfo", "int", "intclockwise", "integerrounding", "integers", "interactionbar", "interactionbuttons", "interactionmenu", "intercal", "intertext", "intop", "invisibletimes", "invokepageheandler", "iogonek", "iota", "italic", "italicbold", "italiccorrection", "italicface", "item", "items", "itemtag", "itilde", "jcaron", "jcircumflex", "jmath", "jobfilename", "jobfilesuffix", "kap", "kappa", "kcaron", "kcommaaccent", "keepblocks", "keeplinestogether", "keepunwantedspaces", "kerncharacters", "khook", "kkra", "koreancirclenumerals", "koreannumerals", "koreannumeralsc", "koreannumeralsp", "koreanparentnumerals", "lVert", "labellanguage", "labeltext", "labeltexts", "lacute", "lambda", "lambdabar", "land", "langle", "language", "languageCharacters", "languagecharacters", "languagecharwidth", "lastcounter", "lastcountervalue", "lastdigit", "lastlinewidth", "lastnaturalboxdp", "lastnaturalboxht", "lastnaturalboxwd", "lastpredefinedsymbol", "lastrealpage", "lastrealpagenumber", "lastsubcountervalue", "lastsubpage", "lastsubpagenumber", "lasttwodigits", "lastuserpage", "lastuserpagenumber", "lateluacode", "latin", "layeredtext", "layerheight", "layerwidth", "lazysavetaggedtwopassdata", "lazysavetwopassdata", "lbar", "lbox", "lbrace", "lbracket", "lcaron", "lceil", "lcommaaccent", "lcurl", "ldotmiddle", "ldotp", "ldots", "le", "leadsto", "left", "leftaligned", "leftarrow", "leftarrowtail", "leftarrowtriangle", "leftbottombox", "leftbox", "leftdasharrow", "leftguillemot", "leftharpoondown", "leftharpoonup", "lefthbox", "leftheadtext", "leftlabeltext", "leftleftarrows", "leftline", "leftmathlabeltext", "leftorrighthbox", "leftorrightvbox", "leftorrightvtop", "leftrightarrow", "leftrightarrows", "leftrightarrowtriangle", "leftrightharpoons", "leftrightsquigarrow", "leftskipadaption", "leftsquigarrow", "leftsubguillemot", "leftthreetimes", "lefttopbox", "lefttoright", "lefttorighthbox", "lefttorightvbox", "lefttorightvtop", "leftwavearrow", "leftwhitearrow", "leq", "leqq", "leqslant", "lessapprox", "lessdot", "lesseqgtr", "lesseqqgtr", "lessgtr", "lesssim", "letbeundefined", "letcatcodecommand", "letcscsname", "letcsnamecs", "letcsnamecsname", "letdummyparameter", "letempty", "letgvalue", "letgvalueempty", "letgvalurelax", "letterampersand", "letterat", "letterbackslash", "letterbar", "letterbgroup", "letterclosebrace", "lettercolon", "letterdollar", "letterdoublequote", "letteregroup", "letterescape", "letterexclamationmark", "letterhash", "letterhat", "letterleftbrace", "letterleftbracket", "letterleftparenthesis", "letterless", "lettermore", "letteropenbrace", "letterpercent", "letterquestionmark", "letterrightbrace", "letterrightbracket", "letterrightparenthesis", "lettersinglequote", "letterslash", "letterspacing", "lettertilde", "letterunderscore", "letvalue", "letvalueempty", "letvaluerelax", "lfence", "lfloor", "lgroup", "lhbox", "lhooknwarrow", "lhooksearrow", "limitatefirstline", "limitatelines", "limitatetext", "line", "linebox", "linefeed", "linenote", "linespanningtext", "linethickness", "linterval", "listcitation", "listcite", "listlength", "listnamespaces", "ljligature", "ll", "llangle", "llap", "llbracket", "llcorner", "lll", "llless", "lmoustache", "lnapprox", "lneq", "lneqq", "lnot", "lnsim", "loadanyfile", "loadanyfileonce", "loadbtxdefinitionfile", "loadbtxreplacementfile", "loadcldfile", "loadcldfileonce", "loadfontgoodies", "loadluafile", "loadluafileonce", "loadspellchecklist", "loadtexfile", "loadtexfileonce", "loadtypescriptfile", "localframed", "localframedwithsettings", "localhsize", "localpopbox", "localpopmacro", "localpushbox", "localpushmacro", "localundefine", "locatedfilepath", "locatefilepath", "locfilename", "logo", "lohi", "lointerval", "lomihi", "longleftarrow", "longleftrightarrow", "longmapsfrom", "longmapsto", "longrightarrow", "longrightsquigarrow", "looparrowleft", "looparrowright", "lor", "low", "lowerbox", "lowercased", "lowercasestring", "lowerleftdoubleninequote", "lowerleftsingleninequote", "lowerrightdoubleninequote", "lowerrightsingleninequote", "lozenge", "lparent", "lrcorner", "lrointerval", "lrtbbox", "lstroke", "lt", "ltimes", "ltop", "ltrhbox", "ltrvbox", "ltrvtop", "luaTeX", "luacode", "luaconditional", "luaenvironment", "luaexpanded", "luaexpr", "luafunction", "luajitTeX", "luamajorversion", "luametaTeX", "luaminorversion", "luaparameterset", "luasetup", "luaversion", "lvert", "m", "mLeftarrow", "mLeftrightarrow", "mRightarrow", "mainlanguage", "makecharacteractive", "makerawcommalist", "makestrutofbox", "maltese", "mapfontsize", "mapsdown", "mapsfrom", "mapsto", "mapsup", "margindata", "margintext", "markcontent", "markedpages", "marking", "markinjector", "markpage", "mat", "math", "mathampersand", "mathbf", "mathbi", "mathblackboard", "mathbs", "mathdefault", "mathdollar", "mathdouble", "mathematics", "mathfraktur", "mathfunction", "mathhash", "mathhyphen", "mathit", "mathitalic", "mathlabellanguage", "mathlabeltext", "mathlabeltexts", "mathop", "mathover", "mathpercent", "mathrm", "mathscript", "mathsl", "mathss", "mathtext", "mathtextbf", "mathtextbi", "mathtextbs", "mathtextit", "mathtextsl", "mathtexttf", "mathtf", "mathtriplet", "mathtt", "mathunder", "mathupright", "mathword", "mathwordbf", "mathwordbi", "mathwordbs", "mathwordit", "mathwordsl", "mathwordtf", "maxaligned", "mbox", "mcframed", "measure", "measured", "measuredangle", "measuredeq", "medskip", "medspace", "menubutton", "mequal", "message", "mfence", "mframed", "mfunction", "mfunctionlabeltext", "mhbox", "mho", "mhookleftarrow", "mhookrightarrow", "mid", "midaligned", "middle", "middlealigned", "middlebox", "midhbox", "midsubsentence", "minimalhbox", "minus", "minuscolon", "mirror", "mixedcaps", "mkvibuffer", "mleftarrow", "mleftharpoondown", "mleftharpoonup", "mleftrightarrow", "mleftrightharpoons", "mmapsto", "models", "moduleparameter", "molecule", "mono", "monobold", "mononormal", "month", "monthlong", "monthshort", "mp", "mprandomnumber", "mrel", "mrightarrow", "mrightharpoondown", "mrightharpoonup", "mrightleftharpoons", "mrightoverleftarrow", "mtext", "mtriplerel", "mtwoheadleftarrow", "mtwoheadrightarrow", "mu", "multimap", "nHdownarrow", "nHuparrow", "nLeftarrow", "nLeftrightarrow", "nRightarrow", "nVDash", "nVdash", "nVleftarrow", "nVleftrightarrow", "nVrightarrow", "nabla", "nacute", "namedheadnumber", "namedstructureheadlocation", "namedstructureuservariable", "namedstructurevariable", "namedtaggedlabeltexts", "napostrophe", "napprox", "napproxEq", "narrownobreakspace", "nasymp", "natural", "naturalhbox", "naturalhpack", "naturalnumbers", "naturaltpack", "naturalvbox", "naturalvcenter", "naturalvpack", "naturalvtop", "naturalwd", "ncaron", "ncommaaccent", "ncong", "ncurl", "ndivides", "ne", "nearrow", "neg", "negatecolorbox", "negated", "negativesign", "negemspace", "negenspace", "negthinspace", "neng", "neq", "nequiv", "neswarrow", "newattribute", "newcatcodetable", "newcounter", "newevery", "newfrenchspacing", "newmode", "newsignal", "newsystemmode", "nexists", "nextbox", "nextboxdp", "nextboxht", "nextboxhtdp", "nextboxwd", "nextcounter", "nextcountervalue", "nextdepth", "nextparagraphs", "nextrealpage", "nextrealpagenumber", "nextsubcountervalue", "nextsubpage", "nextsubpagenumber", "nextuserpage", "nextuserpagenumber", "ngeq", "ngrave", "ngtr", "ngtrless", "ngtrsim", "ni", "nihongo", "nin", "njligature", "nleftarrow", "nleftrightarrow", "nleq", "nless", "nlessgtr", "nlesssim", "nmid", "nni", "nobar", "nobreakspace", "nocap", "nocharacteralign", "nocitation", "nocite", "nodetostring", "noffigurepages", "noflines", "noflocalfloats", "noheaderandfooterlines", "noheightstrut", "noindentation", "noitem", "nonfrenchspacing", "nonmathematics", "normal", "normalboldface", "normalframedwithsettings", "normalitalicface", "normalizebodyfontsize", "normalizedfontsize", "normalizefontdepth", "normalizefontheight", "normalizefontline", "normalizefontwidth", "normalizetextdepth", "normalizetextheight", "normalizetextline", "normalizetextwidth", "normalslantedface", "normaltypeface", "nospace", "not", "note", "notesymbol", "notin", "notopandbottomlines", "notragged", "nowns", "nparallel", "nprec", "npreccurlyeq", "nrightarrow", "nsim", "nsimeq", "nsqsubseteq", "nsqsupseteq", "nsubset", "nsubseteq", "nsucc", "nsucccurlyeq", "nsupset", "nsupseteq", "ntilde", "ntimes", "ntriangleleft", "ntrianglelefteq", "ntriangleright", "ntrianglerighteq", "nu", "numberofpoints", "numbers", "nvDash", "nvdash", "nvleftarrow", "nvleftrightarrow", "nvrightarrow", "nwarrow", "nwsearrow", "oacute", "obeydepth", "objectdepth", "objectheight", "objectmargin", "objectwidth", "obox", "obreve", "ocaron", "ocircumflex", "ocircumflexacute", "ocircumflexdotbelow", "ocircumflexgrave", "ocircumflexhook", "ocircumflextilde", "odiaeresis", "odiaeresismacron", "odot", "odotaccent", "odotaccentmacron", "odotbelow", "odoublegrave", "oeligature", "offset", "offsetbox", "ograve", "ohm", "ohook", "ohorn", "ohornacute", "ohorndotbelow", "ohorngrave", "ohornhook", "ohorntilde", "ohungarumlaut", "oiiint", "oiint", "oint", "ointclockwise", "ointctrclockwise", "oinvertedbreve", "omacron", "omega", "omicron", "ominus", "onedigitrounding", "oneeighth", "onefifth", "onehalf", "onequarter", "onesixth", "onesuperior", "onethird", "oogonek", "oogonekmacron", "operatorlanguage", "operatortext", "oplus", "ordfeminine", "ordinaldaynumber", "ordinalstr", "ordmasculine", "ornamenttext", "oslash", "ostroke", "ostrokeacute", "otilde", "otildemacron", "otimes", "outputfilename", "outputstreambox", "outputstreamcopy", "outputstreamunvbox", "outputstreamunvcopy", "over", "overbar", "overbars", "overbarunderbar", "overbrace", "overbraceunderbrace", "overbracket", "overbracketunderbracket", "overlaybutton", "overlaycolor", "overlaydepth", "overlayfigure", "overlayheight", "overlayimage", "overlaylinecolor", "overlaylinewidth", "overlayoffset", "overlayrollbutton", "overlaywidth", "overleftarrow", "overloaderror", "overparent", "overparentunderparent", "overrightarrow", "overset", "overstrike", "overstrikes", "owns", "page", "pagearea", "pagebreak", "pagefigure", "pageinjection", "pagenumber", "pagereference", "pagestaterealpage", "pagestaterealpageorder", "paletsize", "paragraphmark", "parallel", "part", "partial", "pdfTeX", "pdfactualtext", "pdfbackendactualtext", "pdfbackendcurrentresources", "pdfbackendsetcatalog", "pdfbackendsetcolorspace", "pdfbackendsetextgstate", "pdfbackendsetinfo", "pdfbackendsetname", "pdfbackendsetpageattribute", "pdfbackendsetpageresource", "pdfbackendsetpagesattribute", "pdfbackendsetpattern", "pdfbackendsetshade", "pdfcolor", "pdfeTeX", "percent", "percentdimen", "periodcentered", "periods", "permitcaretescape", "permitcircumflexescape", "permitspacesbetweengroups", "perp", "persiandecimals", "persiandecimalseparator", "persiannumerals", "persianthousandsseparator", "perthousand", "phantom", "phantombox", "phi", "phook", "pi", "pickupgroupedcommand", "pitchfork", "placeattachments", "placebookmarks", "placebtxrendering", "placechemical", "placecitation", "placecombinedlist", "placecomments", "placecontent", "placecurrentformulanumber", "placedbox", "placefigure", "placefloat", "placefloatwithsetups", "placefootnotes", "placeformula", "placeframed", "placegraphic", "placeheadnumber", "placeheadtext", "placehelp", "placeindex", "placeinitial", "placeintermezzo", "placelayer", "placelayeredtext", "placelegend", "placelist", "placelistofabbreviations", "placelistofchemicals", "placelistoffigures", "placelistofgraphics", "placelistofintermezzi", "placelistoflogos", "placelistofpublications", "placelistofsorts", "placelistofsynonyms", "placelistoftables", "placelocalfootnotes", "placelocalnotes", "placement", "placenamedfloat", "placenamedformula", "placenotes", "placeongrid", "placeontopofeachother", "placepagenumber", "placepairedbox", "placeparallel", "placerawheaddata", "placerawheadnumber", "placerawheadtext", "placerawlist", "placeregister", "placerenderingwindow", "placesidebyside", "placesubformula", "placetable", "pm", "popattribute", "popmacro", "popmode", "popsystemmode", "position", "positionoverlay", "positionregionoverlay", "positivesign", "postponenotes", "prec", "precapprox", "preccurlyeq", "preceq", "preceqq", "precnapprox", "precneq", "precneqq", "precnsim", "precsim", "predefinedfont", "predefinefont", "predefinesymbol", "prefixedpagenumber", "prefixlanguage", "prefixtext", "prependetoks", "prependgvalue", "prependtocommalist", "prependtoks", "prependtoksonce", "prependvalue", "prerollblank", "presetbtxlabeltext", "presetdocument", "presetfieldsymbols", "presetheadtext", "presetlabeltext", "presetmathlabeltext", "presetoperatortext", "presetprefixtext", "presetsuffixtext", "presettaglabeltext", "presetunittext", "pretocommalist", "prettyprintbuffer", "prevcounter", "prevcountervalue", "preventmode", "prevrealpage", "prevrealpagenumber", "prevsubcountervalue", "prevsubpage", "prevsubpagenumber", "prevuserpage", "prevuserpagenumber", "prime", "primes", "procent", "processMPbuffer", "processMPfigurefile", "processaction", "processallactionsinset", "processassignlist", "processassignmentcommand", "processassignmentlist", "processbetween", "processblocks", "processbodyfontenvironmentlist", "processcolorcomponents", "processcommacommand", "processcommalist", "processcommalistwithparameters", "processcontent", "processfile", "processfilemany", "processfilenone", "processfileonce", "processfirstactioninset", "processisolatedchars", "processisolatedwords", "processlinetablebuffer", "processlinetablefile", "processlist", "processmonth", "processranges", "processseparatedlist", "processtexbuffer", "processtokens", "processuntil", "processxtablebuffer", "processyear", "prod", "product", "profiledbox", "profilegivenbox", "program", "project", "propto", "pseudoMixedCapped", "pseudoSmallCapped", "pseudoSmallcapped", "pseudosmallcapped", "psi", "punctuationspace", "purenumber", "pushattribute", "pushbutton", "pushmacro", "pushmode", "pushoutputstream", "pushsystemmode", "putboxincache", "putnextboxincache", "qquad", "quad", "quadrupleprime", "quads", "quarterstrut", "questiondown", "questionedeq", "quitcommalist", "quitprevcommalist", "quittypescriptscanning", "quotation", "quote", "quotedbl", "quotedblbase", "quotedblleft", "quotedblright", "quoteleft", "quoteright", "quotesingle", "quotesinglebase", "rVert", "racute", "raggedbottom", "raggedcenter", "raggedleft", "raggedright", "raggedwidecenter", "raisebox", "randomizetext", "randomnumber", "rangle", "rationals", "rawcounter", "rawcountervalue", "rawdate", "rawdoifelseinset", "rawdoifinset", "rawdoifinsetelse", "rawgetparameters", "rawprocessaction", "rawprocesscommacommand", "rawprocesscommalist", "rawstructurelistuservariable", "rawsubcountervalue", "rbox", "rbrace", "rbracket", "rcaron", "rceil", "rcommaaccent", "rdoublegrave", "readfile", "readfixfile", "readjobfile", "readlocfile", "readsetfile", "readsysfile", "readtexfile", "readxmlfile", "realSmallCapped", "realSmallcapped", "realpagenumber", "reals", "realsmallcapped", "recursedepth", "recurselevel", "recursestring", "redoconvertfont", "ref", "reference", "referenceprefix", "referring", "registerattachment", "registerctxluafile", "registered", "registerexternalfigure", "registerfontclass", "registerhyphenationexception", "registerhyphenationpattern", "registermenubuttons", "registersort", "registersynonym", "registerunit", "regular", "relatemarking", "relateparameterhandlers", "relaxvalueifundefined", "relbar", "remainingcharacters", "remark", "removebottomthings", "removedepth", "removefromcommalist", "removelastskip", "removelastspace", "removemarkedcontent", "removepunctuation", "removesubstring", "removetoks", "removeunwantedspaces", "repeathead", "replacefeature", "replaceincommalist", "replaceword", "rescan", "rescanwithsetup", "resetMPdrawing", "resetMPenvironment", "resetMPinstance", "resetallattributes", "resetandaddfeature", "resetbar", "resetboxesincache", "resetbreakpoints", "resetbuffer", "resetcharacteralign", "resetcharacterkerning", "resetcharacterspacing", "resetcharacterstripping", "resetcollector", "resetcounter", "resetdigitsmanipulation", "resetdirection", "resetfeature", "resetflag", "resetfontcolorsheme", "resetfontfallback", "resetfontsolution", "resethyphenationfeatures", "resetinjector", "resetinteractionmenu", "resetitaliccorrection", "resetlayer", "resetlocalfloats", "resetmarker", "resetmarking", "resetmode", "resetpagenumber", "resetparallel", "resetpath", "resetpenalties", "resetperiodkerning", "resetprofile", "resetrecurselevel", "resetreference", "resetreplacement", "resetscript", "resetsetups", "resetshownsynonyms", "resetsubpagenumber", "resetsymbolset", "resetsystemmode", "resettimer", "resettokenlist", "resettrackers", "resettrialtypesetting", "resetusedsortings", "resetusedsynonyms", "resetuserpagenumber", "resetvalue", "resetvisualizers", "reshapebox", "resolvedglyphdirect", "resolvedglyphstyled", "restartcounter", "restorebox", "restorecatcodes", "restorecounter", "restorecurrentattributes", "restoreendofline", "restoreglobalbodyfont", "restriction", "reusableMPgraphic", "reuseMPgraphic", "reuserandomseed", "reverseddoubleprime", "reversedprime", "reversedtripleprime", "reversehbox", "reversehpack", "reversetpack", "reversevbox", "reversevpack", "reversevtop", "revivefeature", "rfence", "rfloor", "rgroup", "rhbox", "rho", "rhooknearrow", "rhookswarrow", "right", "rightaligned", "rightangle", "rightarrow", "rightarrowbar", "rightarrowtail", "rightarrowtriangle", "rightbottombox", "rightbox", "rightdasharrow", "rightguillemot", "rightharpoondown", "rightharpoonup", "righthbox", "rightheadtext", "rightlabeltext", "rightleftarrows", "rightleftharpoons", "rightline", "rightmathlabeltext", "rightorleftpageaction", "rightpageorder", "rightrightarrows", "rightskipadaption", "rightsquigarrow", "rightsubguillemot", "rightthreearrows", "rightthreetimes", "righttoleft", "righttolefthbox", "righttoleftvbox", "righttoleftvtop", "righttopbox", "rightwavearrow", "rightwhitearrow", "ring", "rinterval", "rinvertedbreve", "risingdotseq", "rlap", "rlointerval", "rmoustache", "rneq", "robustaddtocommalist", "robustdoifelseinset", "robustdoifinsetelse", "robustpretocommalist", "rointerval", "rollbutton", "roman", "romanC", "romanD", "romanI", "romanII", "romanIII", "romanIV", "romanIX", "romanL", "romanM", "romanV", "romanVI", "romanVII", "romanVIII", "romanX", "romanXI", "romanXII", "romanc", "romand", "romani", "romanii", "romaniii", "romaniv", "romanix", "romanl", "romanm", "romannumerals", "romanv", "romanvi", "romanvii", "romanviii", "romanx", "romanxi", "romanxii", "rootradical", "rotate", "rparent", "rrangle", "rrbracket", "rrointerval", "rtimes", "rtlhbox", "rtlvbox", "rtlvtop", "rtop", "ruby", "ruledhbox", "ruledhpack", "ruledmbox", "ruledtopv", "ruledtpack", "ruledvbox", "ruledvpack", "ruledvtop", "runMPbuffer", "runninghbox", "rvert", "sacute", "safechar", "samplefile", "sans", "sansbold", "sansnormal", "sansserif", "savebox", "savebtxdataset", "savebuffer", "savecounter", "savecurrentattributes", "savenormalmeaning", "savetaggedtwopassdata", "savetwopassdata", "sbox", "scale", "scaron", "scedilla", "schwa", "schwahook", "scircumflex", "scommaaccent", "screen", "searrow", "secondoffivearguments", "secondoffourarguments", "secondofsixarguments", "secondofthreearguments", "secondofthreeunexpanded", "secondoftwoarguments", "secondoftwounexpanded", "section", "sectionmark", "seeindex", "select", "selectblocks", "serializecommalist", "serializedcommalist", "serif", "serifbold", "serifnormal", "setJSpreamble", "setMPlayer", "setMPpositiongraphic", "setMPpositiongraphicrange", "setMPtext", "setMPvariable", "setMPvariables", "setautopagestaterealpageno", "setbar", "setbigbodyfont", "setboxllx", "setboxlly", "setbreakpoints", "setcapstrut", "setcatcodetable", "setcharacteralign", "setcharacteraligndetail", "setcharactercasing", "setcharactercleaning", "setcharacterkerning", "setcharacterspacing", "setcharacterstripping", "setcharstrut", "setcollector", "setcolormodell", "setcounter", "setcounterown", "setcurrentfontclass", "setdataset", "setdefaultpenalties", "setdigitsmanipulation", "setdirection", "setdocumentargument", "setdocumentargumentdefault", "setdocumentfilename", "setdummyparameter", "setelementexporttag", "setemeasure", "setevalue", "setevariable", "setevariables", "setfirstline", "setfirstpasscharacteralign", "setflag", "setfont", "setfontcolorsheme", "setfontfeature", "setfontsolution", "setfontstrut", "setglobalscript", "setgmeasure", "setgvalue", "setgvariable", "setgvariables", "sethboxregister", "sethyphenatedurlafter", "sethyphenatedurlbefore", "sethyphenatedurlnormal", "sethyphenationfeatures", "setinitial", "setinjector", "setinteraction", "setinterfacecommand", "setinterfaceconstant", "setinterfaceelement", "setinterfacemessage", "setinterfacevariable", "setinternalrendering", "setitaliccorrection", "setlayer", "setlayerframed", "setlayertext", "setlinefiller", "setlocalhsize", "setlocalscript", "setmainbodyfont", "setmainparbuilder", "setmarker", "setmarking", "setmathstyle", "setmeasure", "setmessagetext", "setminus", "setmode", "setnostrut", "setnote", "setnotetext", "setobject", "setoldstyle", "setpagereference", "setpagestate", "setpagestaterealpageno", "setpenalties", "setpercentdimen", "setperiodkerning", "setposition", "setpositionbox", "setpositiondata", "setpositiondataplus", "setpositiononly", "setpositionplus", "setpositionstrut", "setprofile", "setrandomseed", "setreference", "setreferencedobject", "setregisterentry", "setreplacement", "setrigidcolumnbalance", "setrigidcolumnhsize", "setscript", "setsecondpasscharacteralign", "setsectionblock", "setsimplecolumnshsize", "setsmallbodyfont", "setsmallcaps", "setstackbox", "setstructurepageregister", "setstrut", "setsuperiors", "setsystemmode", "settabular", "settaggedmetadata", "settestcrlf", "settextcontent", "settightobject", "settightreferencedobject", "settightstrut", "settightunreferencedobject", "settokenlist", "settrialtypesetting", "setuevalue", "setugvalue", "setunreferencedobject", "setup", "setupMPgraphics", "setupMPinstance", "setupMPpage", "setupMPvariables", "setupTABLE", "setupTEXpage", "setupalign", "setupalternativestyles", "setuparranging", "setupattachment", "setupattachments", "setupbackend", "setupbackground", "setupbackgrounds", "setupbar", "setupbars", "setupblackrules", "setupblank", "setupbleeding", "setupblock", "setupbodyfont", "setupbookmark", "setupbottom", "setupbottomtexts", "setupbtx", "setupbtxdataset", "setupbtxlabeltext", "setupbtxlist", "setupbtxregister", "setupbtxrendering", "setupbuffer", "setupbutton", "setupcapitals", "setupcaption", "setupcaptions", "setupcharacteralign", "setupcharacterkerning", "setupcharacterspacing", "setupchemical", "setupchemicalframed", "setupclipping", "setupcollector", "setupcolor", "setupcolors", "setupcolumns", "setupcolumnset", "setupcolumnsetarea", "setupcolumnsetareatext", "setupcolumnsetlines", "setupcolumnsetspan", "setupcolumnsetstart", "setupcombination", "setupcombinedlist", "setupcomment", "setupcontent", "setupcounter", "setupdataset", "setupdelimitedtext", "setupdescription", "setupdirections", "setupdocument", "setupeffect", "setupenumeration", "setupenumerations", "setupenv", "setupexport", "setupexternalfigure", "setupexternalsoundtracks", "setupfacingfloat", "setupfield", "setupfieldbody", "setupfieldcategory", "setupfieldcontentframed", "setupfieldlabelframed", "setupfields", "setupfieldtotalframed", "setupfiller", "setupfillinlines", "setupfillinrules", "setupfirstline", "setupfittingpage", "setupfloat", "setupfloatframed", "setupfloats", "setupfloatsplitting", "setupfontexpansion", "setupfontprotrusion", "setupfonts", "setupfontsolution", "setupfooter", "setupfootertexts", "setupfootnotes", "setupforms", "setupformula", "setupformulae", "setupformulaframed", "setupframed", "setupframedcontent", "setupframedtable", "setupframedtablecolumn", "setupframedtablerow", "setupframedtext", "setupframedtexts", "setupglobalreferenceprefix", "setuphead", "setupheadalternative", "setupheader", "setupheadertexts", "setupheadnumber", "setupheads", "setupheadtext", "setuphelp", "setuphigh", "setuphighlight", "setuphyphenation", "setuphyphenmark", "setupindentedtext", "setupindenting", "setupindex", "setupinitial", "setupinsertion", "setupinteraction", "setupinteractionbar", "setupinteractionmenu", "setupinteractionscreen", "setupinterlinespace", "setupitaliccorrection", "setupitemgroup", "setupitemizations", "setupitemize", "setupitems", "setuplabel", "setuplabeltext", "setuplanguage", "setuplayer", "setuplayeredtext", "setuplayout", "setuplayouttext", "setuplegend", "setuplinefiller", "setuplinefillers", "setuplinenote", "setuplinenumbering", "setuplines", "setuplinetable", "setuplinewidth", "setuplist", "setuplistalternative", "setuplistextra", "setuplocalfloats", "setuplocalinterlinespace", "setuplow", "setuplowhigh", "setuplowmidhigh", "setupmakeup", "setupmarginblock", "setupmargindata", "setupmarginframed", "setupmarginrule", "setupmarginrules", "setupmarking", "setupmathalignment", "setupmathcases", "setupmathematics", "setupmathfence", "setupmathfraction", "setupmathfractions", "setupmathframed", "setupmathlabeltext", "setupmathmatrix", "setupmathornament", "setupmathradical", "setupmathstackers", "setupmathstyle", "setupmixedcolumns", "setupmodule", "setupnarrower", "setupnotation", "setupnotations", "setupnote", "setupnotes", "setupoffset", "setupoffsetbox", "setupoperatortext", "setupoppositeplacing", "setupoutputroutine", "setuppagechecker", "setuppagecolumns", "setuppagecomment", "setuppageinjection", "setuppageinjectionalternative", "setuppagenumber", "setuppagenumbering", "setuppageshift", "setuppagestate", "setuppagetransitions", "setuppairedbox", "setuppalet", "setuppaper", "setuppapersize", "setupparagraph", "setupparagraphintro", "setupparagraphnumbering", "setupparagraphs", "setupparallel", "setupperiodkerning", "setupperiods", "setupplacement", "setuppositionbar", "setuppositioning", "setupprefixtext", "setupprocessor", "setupprofile", "setupprograms", "setupquotation", "setupquote", "setuprealpagenumber", "setupreferenceformat", "setupreferenceprefix", "setupreferencestructureprefix", "setupreferencing", "setupregister", "setupregisters", "setuprenderingwindow", "setuprotate", "setupruby", "setups", "setupscale", "setupscript", "setupscripts", "setupsectionblock", "setupselector", "setupshift", "setupsidebar", "setupsorting", "setupspacing", "setupspellchecking", "setupstartstop", "setupstretched", "setupstruts", "setupstyle", "setupsubformula", "setupsubformulas", "setupsubpagenumber", "setupsuffixtext", "setupsymbols", "setupsymbolset", "setupsynctex", "setupsynonyms", "setuptables", "setuptabulate", "setuptabulation", "setuptagging", "setuptaglabeltext", "setuptext", "setuptextbackground", "setuptextflow", "setuptextnote", "setuptextrules", "setuptexttexts", "setupthinrules", "setuptolerance", "setuptooltip", "setuptop", "setuptoptexts", "setuptype", "setuptyping", "setupunit", "setupunittext", "setupurl", "setupuserdata", "setupuserdataalternative", "setupuserpagenumber", "setupversion", "setupviewerlayer", "setupvspacing", "setupwhitespace", "setupwithargument", "setupwithargumentswapped", "setupxml", "setupxtable", "setuvalue", "setuxvalue", "setvalue", "setvariable", "setvariables", "setvboxregister", "setvisualizerfont", "setvtopregister", "setwidthof", "setxmeasure", "setxvalue", "setxvariable", "setxvariables", "seveneighths", "sfrac", "shapedhbox", "sharp", "shiftbox", "shiftdown", "shiftup", "showallmakeup", "showattributes", "showbodyfont", "showbodyfontenvironment", "showboxes", "showbtxdatasetauthors", "showbtxdatasetcompleteness", "showbtxdatasetfields", "showbtxfields", "showbtxhashedauthors", "showbtxtables", "showchardata", "showcharratio", "showcolor", "showcolorbar", "showcolorcomponents", "showcolorgroup", "showcolorset", "showcolorstruts", "showcounter", "showdirectives", "showdirsinmargin", "showedebuginfo", "showexperiments", "showfont", "showfontdata", "showfontexpansion", "showfontitalics", "showfontkerns", "showfontparameters", "showfontstrip", "showfontstyle", "showframe", "showglyphdata", "showglyphs", "showgrid", "showgridsnapping", "showhelp", "showhyphenationtrace", "showhyphens", "showinjector", "showjustification", "showkerning", "showlayout", "showlayoutcomponents", "showligature", "showligatures", "showlogcategories", "showmakeup", "showmargins", "showmessage", "showminimalbaseline", "shownextbox", "showotfcomposition", "showpalet", "showparentchain", "showprint", "showsetups", "showsetupsdefinition", "showstruts", "showsymbolset", "showtimer", "showtokens", "showtrackers", "showvalue", "showvariable", "showwarning", "sigma", "signalrightpage", "sim", "simeq", "simplealignedbox", "simplealignedboxplus", "simplealignedspreadbox", "simplegroupedcommand", "simplereversealignedbox", "simplereversealignedboxplus", "singalcharacteralign", "singlebond", "singleverticalbar", "sixperemspace", "sixthofsixarguments", "slanted", "slantedbold", "slantedface", "slash", "slicepages", "slong", "slovenianNumerals", "sloveniannumerals", "small", "smallbodyfont", "smallbold", "smallbolditalic", "smallboldslanted", "smallcappedcharacters", "smallcappedromannumerals", "smallcaps", "smaller", "smallitalicbold", "smallnormal", "smallskip", "smallslanted", "smallslantedbold", "smalltype", "smash", "smashbox", "smashboxed", "smashedhbox", "smashedvbox", "smile", "snaptogrid", "softhyphen", "solidus", "someheadnumber", "somekindoftab", "someline", "somelocalfloat", "somenamedheadnumber", "someplace", "somewhere", "space", "spaceddigits", "spaceddigitsmethod", "spaceddigitsseparator", "spaceddigitssymbol", "spadesuit", "spanishNumerals", "spanishnumerals", "speech", "sphericalangle", "splitatasterisk", "splitatcolon", "splitatcolons", "splitatcomma", "splitatperiod", "splitdfrac", "splitfilename", "splitfloat", "splitfrac", "splitoffbase", "splitofffull", "splitoffkind", "splitoffname", "splitoffpath", "splitoffroot", "splitofftokens", "splitofftype", "splitstring", "spreadhbox", "sqcap", "sqcup", "sqrt", "sqsubset", "sqsubseteq", "sqsubsetneq", "sqsupset", "sqsupseteq", "sqsupsetneq", "square", "squaredots", "ssharp", "stackrel", "stackscripts", "star", "stareq", "startJScode", "startJSpreamble", "startLUA", "startMP", "startMPclip", "startMPcode", "startMPdefinitions", "startMPdrawing", "startMPenvironment", "startMPextensions", "startMPinclusions", "startMPinitializations", "startMPpage", "startMPpositiongraphic", "startMPpositionmethod", "startMPrun", "startPARSEDXML", "startTABLE", "startTABLEbody", "startTABLEfoot", "startTABLEhead", "startTABLEnext", "startTC", "startTD", "startTDs", "startTEX", "startTEXpage", "startTH", "startTN", "startTR", "startTRs", "startTX", "startTY", "startXML", "startalign", "startalignment", "startallmodes", "startappendices", "startarrangedpages", "startaside", "startattachment", "startbackground", "startbackmatter", "startbar", "startbbordermatrix", "startbitmapimage", "startblockquote", "startbodymatter", "startbordermatrix", "startboxedcolumns", "startbtxlabeltext", "startbtxrenderingdefinitions", "startbuffer", "startcases", "startcatcodetable", "startcenteraligned", "startchapter", "startcharacteralign", "startcheckedfences", "startchemical", "startchemicaltext", "startcollect", "startcollecting", "startcolor", "startcolorintent", "startcoloronly", "startcolorset", "startcolumns", "startcolumnset", "startcolumnsetspan", "startcombination", "startcomment", "startcomponent", "startcontextcode", "startcontextdefinitioncode", "startctxfunction", "startctxfunctiondefinition", "startcurrentcolor", "startcurrentlistentrywrapper", "startdelimited", "startdelimitedtext", "startdisplaymath", "startdmath", "startdocument", "starteffect", "startelement", "startembeddedxtable", "startendnote", "startendofline", "startenvironment", "startexceptions", "startexpanded", "startexpandedcollect", "startextendedcatcodetable", "startexternalfigurecollection", "startfacingfloat", "startfact", "startfigure", "startfiguretext", "startfittingpage", "startfixed", "startfloatcombination", "startfont", "startfontclass", "startfontsolution", "startfootnote", "startformula", "startformulas", "startframed", "startframedcell", "startframedcontent", "startframedrow", "startframedtable", "startframedtext", "startfrontmatter", "startgoto", "startgraphictext", "startgridsnapping", "starthanging", "starthbox", "starthboxestohbox", "starthboxregister", "starthead", "startheadtext", "starthelptext", "starthiding", "starthighlight", "starthyphenation", "startimath", "startindentation", "startindentedtext", "startinteraction", "startinteractionmenu", "startinterface", "startintermezzotext", "startintertext", "startitem", "startitemgroup", "startitemgroupcolumns", "startitemize", "startknockout", "startlabeltext", "startlanguage", "startlayout", "startleftaligned", "startlegend", "startline", "startlinealignment", "startlinecorrection", "startlinefiller", "startlinenote", "startlinenumbering", "startlines", "startlinetable", "startlinetablebody", "startlinetablecell", "startlinetablehead", "startlocalfootnotes", "startlocalheadsetup", "startlocallinecorrection", "startlocalnotes", "startlocalsetups", "startlua", "startluacode", "startluaparameterset", "startluasetups", "startmakeup", "startmarginblock", "startmarginrule", "startmarkedcontent", "startmarkpages", "startmathalignment", "startmathcases", "startmathlabeltext", "startmathmatrix", "startmathmode", "startmathstyle", "startmatrices", "startmatrix", "startmaxaligned", "startmdformula", "startmidaligned", "startmiddlealigned", "startmiddlemakeup", "startmixedcolumns", "startmode", "startmodeset", "startmodule", "startmoduletestsection", "startmpformula", "startnamedsection", "startnamedsubformulas", "startnarrow", "startnarrower", "startnegative", "startnicelyfilledbox", "startnointerference", "startnotallmodes", "startnotext", "startnotmode", "startoperatortext", "startopposite", "startoutputstream", "startoverlay", "startoverprint", "startpacked", "startpagecolumns", "startpagecomment", "startpagefigure", "startpagelayout", "startpagemakeup", "startpar", "startparagraph", "startparagraphs", "startparagraphscell", "startparbuilder", "startpart", "startpath", "startplacechemical", "startplacefigure", "startplacefloat", "startplaceformula", "startplacegraphic", "startplaceintermezzo", "startplacelegend", "startplacepairedbox", "startplacetable", "startpositioning", "startpositionoverlay", "startpositive", "startpostponing", "startpostponingnotes", "startprefixtext", "startprocessassignmentcommand", "startprocessassignmentlist", "startprocesscommacommand", "startprocesscommalist", "startproduct", "startproject", "startprotect", "startprotectedcolors", "startpublication", "startpunctuation", "startquotation", "startquote", "startrandomized", "startrandomseed", "startrawsetups", "startreadingfile", "startreferenceprefix", "startregime", "startregister", "startreusableMPgraphic", "startrightaligned", "startruby", "startscript", "startsdformula", "startsection", "startsectionblock", "startsectionblockenvironment", "startsectionlevel", "startsetups", "startshapebox", "startshift", "startsidebar", "startsimplecolumns", "startspecialitem", "startspeech", "startspformula", "startsplitformula", "startsplittext", "startspread", "startstandardmakeup", "startstaticMPfigure", "startstaticMPgraphic", "startstrictinspectnextcharacter", "startstructurepageregister", "startstrut", "startstyle", "startsubformulas", "startsubject", "startsubjectlevel", "startsubsection", "startsubsentence", "startsubstack", "startsubsubject", "startsubsubsection", "startsubsubsubject", "startsubsubsubsection", "startsubsubsubsubject", "startsubsubsubsubsection", "startsubsubsubsubsubject", "startsuffixtext", "startsymbolset", "starttable", "starttablehead", "starttables", "starttabletail", "starttabletext", "starttabulate", "starttabulatehead", "starttabulatetail", "starttagged", "starttaglabeltext", "starttexcode", "starttexdefinition", "starttext", "starttextbackground", "starttextbackgroundmanual", "starttextcolor", "starttextcolorintent", "starttextflow", "starttextmakeup", "starttextrule", "starttitle", "starttokenlist", "starttokens", "starttransparent", "starttypescript", "starttypescriptcollection", "starttyping", "startuniqueMPgraphic", "startuniqueMPpagegraphic", "startunittext", "startunpacked", "startusableMPgraphic", "startuseMPgraphic", "startusemathstyleparameter", "startuserdata", "startusingbtxspecification", "startvbox", "startvboxregister", "startvboxtohbox", "startvboxtohboxseparator", "startviewerlayer", "startvtop", "startvtopregister", "startxcell", "startxcellgroup", "startxcolumn", "startxgroup", "startxmldisplayverbatim", "startxmlinlineverbatim", "startxmlraw", "startxmlsetups", "startxrow", "startxrowgroup", "startxtable", "startxtablebody", "startxtablefoot", "startxtablehead", "startxtablenext", "stligature", "stopJScode", "stopJSpreamble", "stopLUA", "stopMP", "stopMPclip", "stopMPcode", "stopMPdefinitions", "stopMPdrawing", "stopMPenvironment", "stopMPextensions", "stopMPinclusions", "stopMPinitializations", "stopMPpage", "stopMPpositiongraphic", "stopMPpositionmethod", "stopMPrun", "stopPARSEDXML", "stopTABLE", "stopTABLEbody", "stopTABLEfoot", "stopTABLEhead", "stopTABLEnext", "stopTC", "stopTD", "stopTDs", "stopTEX", "stopTEXpage", "stopTH", "stopTN", "stopTR", "stopTRs", "stopTX", "stopTY", "stopXML", "stopalign", "stopalignment", "stopallmodes", "stopappendices", "stoparrangedpages", "stopaside", "stopattachment", "stopbackground", "stopbackmatter", "stopbar", "stopbbordermatrix", "stopbitmapimage", "stopblockquote", "stopbodymatter", "stopbordermatrix", "stopboxedcolumns", "stopbtxlabeltext", "stopbtxrenderingdefinitions", "stopbuffer", "stopcases", "stopcatcodetable", "stopcenteraligned", "stopchapter", "stopcharacteralign", "stopcheckedfences", "stopchemical", "stopchemicaltext", "stopcollect", "stopcollecting", "stopcolor", "stopcolorintent", "stopcoloronly", "stopcolorset", "stopcolumns", "stopcolumnset", "stopcolumnsetspan", "stopcombination", "stopcomment", "stopcomponent", "stopcontextcode", "stopcontextdefinitioncode", "stopctxfunction", "stopctxfunctiondefinition", "stopcurrentcolor", "stopcurrentlistentrywrapper", "stopdelimited", "stopdelimitedtext", "stopdisplaymath", "stopdmath", "stopdocument", "stopeffect", "stopelement", "stopembeddedxtable", "stopendnote", "stopendofline", "stopenvironment", "stopexceptions", "stopexpanded", "stopexpandedcollect", "stopextendedcatcodetable", "stopexternalfigurecollection", "stopfacingfloat", "stopfact", "stopfigure", "stopfiguretext", "stopfittingpage", "stopfixed", "stopfloatcombination", "stopfont", "stopfontclass", "stopfontsolution", "stopfootnote", "stopformula", "stopformulas", "stopframed", "stopframedcell", "stopframedcontent", "stopframedrow", "stopframedtable", "stopframedtext", "stopfrontmatter", "stopgoto", "stopgraphictext", "stopgridsnapping", "stophanging", "stophbox", "stophboxestohbox", "stophboxregister", "stophead", "stopheadtext", "stophelptext", "stophiding", "stophighlight", "stophyphenation", "stopimath", "stopindentation", "stopindentedtext", "stopinteraction", "stopinteractionmenu", "stopinterface", "stopintermezzotext", "stopintertext", "stopitem", "stopitemgroup", "stopitemgroupcolumns", "stopitemize", "stopknockout", "stoplabeltext", "stoplanguage", "stoplayout", "stopleftaligned", "stoplegend", "stopline", "stoplinealignment", "stoplinecorrection", "stoplinefiller", "stoplinenote", "stoplinenumbering", "stoplines", "stoplinetable", "stoplinetablebody", "stoplinetablecell", "stoplinetablehead", "stoplocalfootnotes", "stoplocalheadsetup", "stoplocallinecorrection", "stoplocalnotes", "stoplocalsetups", "stoplua", "stopluacode", "stopluaparameterset", "stopluasetups", "stopmakeup", "stopmarginblock", "stopmarginrule", "stopmarkedcontent", "stopmarkpages", "stopmathalignment", "stopmathcases", "stopmathlabeltext", "stopmathmatrix", "stopmathmode", "stopmathstyle", "stopmatrices", "stopmatrix", "stopmaxaligned", "stopmdformula", "stopmidaligned", "stopmiddlealigned", "stopmiddlemakeup", "stopmixedcolumns", "stopmode", "stopmodeset", "stopmodule", "stopmoduletestsection", "stopmpformula", "stopnamedsection", "stopnamedsubformulas", "stopnarrow", "stopnarrower", "stopnegative", "stopnicelyfilledbox", "stopnointerference", "stopnotallmodes", "stopnotext", "stopnotmode", "stopoperatortext", "stopopposite", "stopoutputstream", "stopoverlay", "stopoverprint", "stoppacked", "stoppagecolumns", "stoppagecomment", "stoppagefigure", "stoppagelayout", "stoppagemakeup", "stoppar", "stopparagraph", "stopparagraphs", "stopparagraphscell", "stopparbuilder", "stoppart", "stoppath", "stopplacechemical", "stopplacefigure", "stopplacefloat", "stopplaceformula", "stopplacegraphic", "stopplaceintermezzo", "stopplacelegend", "stopplacepairedbox", "stopplacetable", "stoppositioning", "stoppositionoverlay", "stoppositive", "stoppostponing", "stoppostponingnotes", "stopprefixtext", "stopprocessassignmentcommand", "stopprocessassignmentlist", "stopprocesscommacommand", "stopprocesscommalist", "stopproduct", "stopproject", "stopprotect", "stopprotectedcolors", "stoppublication", "stoppunctuation", "stopquotation", "stopquote", "stoprandomized", "stoprandomseed", "stoprawsetups", "stopreadingfile", "stopreferenceprefix", "stopregime", "stopreusableMPgraphic", "stoprightaligned", "stopruby", "stopscript", "stopsdformula", "stopsection", "stopsectionblock", "stopsectionblockenvironment", "stopsectionlevel", "stopsetups", "stopshapebox", "stopshift", "stopsidebar", "stopsimplecolumns", "stopspecialitem", "stopspeech", "stopspformula", "stopsplitformula", "stopsplittext", "stopspread", "stopstandardmakeup", "stopstaticMPfigure", "stopstaticMPgraphic", "stopstrictinspectnextcharacter", "stopstrut", "stopstyle", "stopsubformulas", "stopsubject", "stopsubjectlevel", "stopsubsection", "stopsubsentence", "stopsubstack", "stopsubsubject", "stopsubsubsection", "stopsubsubsubject", "stopsubsubsubsection", "stopsubsubsubsubject", "stopsubsubsubsubsection", "stopsubsubsubsubsubject", "stopsuffixtext", "stopsymbolset", "stoptable", "stoptablehead", "stoptables", "stoptabletail", "stoptabletext", "stoptabulate", "stoptabulatehead", "stoptabulatetail", "stoptagged", "stoptaglabeltext", "stoptexcode", "stoptexdefinition", "stoptext", "stoptextbackground", "stoptextbackgroundmanual", "stoptextcolor", "stoptextcolorintent", "stoptextflow", "stoptextmakeup", "stoptextrule", "stoptitle", "stoptokenlist", "stoptokens", "stoptransparent", "stoptypescript", "stoptypescriptcollection", "stoptyping", "stopuniqueMPgraphic", "stopuniqueMPpagegraphic", "stopunittext", "stopunpacked", "stopusableMPgraphic", "stopuseMPgraphic", "stopusemathstyleparameter", "stopuserdata", "stopusingbtxspecification", "stopvbox", "stopvboxregister", "stopvboxtohbox", "stopvboxtohboxseparator", "stopviewerlayer", "stopvtop", "stopvtopregister", "stopxcell", "stopxcellgroup", "stopxcolumn", "stopxgroup", "stopxmldisplayverbatim", "stopxmlinlineverbatim", "stopxmlraw", "stopxmlsetups", "stopxrow", "stopxrowgroup", "stopxtable", "stopxtablebody", "stopxtablefoot", "stopxtablehead", "stopxtablenext", "stretched", "strictdoifelsenextoptional", "strictdoifnextoptionalelse", "stripcharacter", "strippedcsname", "stripspaces", "structurelistuservariable", "structurenumber", "structuretitle", "structureuservariable", "structurevariable", "strut", "strutdp", "strutgap", "strutht", "struthtdp", "struttedbox", "strutwd", "style", "styleinstance", "subject", "subpagenumber", "subsection", "subsentence", "subset", "subseteq", "subseteqq", "subsetneq", "subsetneqq", "substituteincommalist", "subsubject", "subsubsection", "subsubsubject", "subsubsubsection", "subsubsubsubject", "subsubsubsubsection", "subsubsubsubsubject", "subtractfeature", "succ", "succapprox", "succcurlyeq", "succeq", "succeqq", "succnapprox", "succneq", "succneqq", "succnsim", "succsim", "suffixlanguage", "suffixtext", "sum", "supset", "supseteq", "supseteqq", "supsetneq", "supsetneqq", "surd", "surdradical", "swapcounts", "swapdimens", "swapface", "swapmacros", "swaptypeface", "swarrow", "switchstyleonly", "switchtobodyfont", "switchtocolor", "switchtointerlinespace", "symbol", "symbolreference", "synchronizeblank", "synchronizeindenting", "synchronizemarking", "synchronizeoutputstreams", "synchronizestrut", "synchronizewhitespace", "synctexblockfilename", "synctexresetfilename", "synctexsetfilename", "systemlog", "systemlogfirst", "systemloglast", "systemsetups", "tLeftarrow", "tLeftrightarrow", "tRightarrow", "tabulateautoline", "tabulateautorule", "tabulateline", "tabulaterule", "taggedctxcommand", "taggedlabeltexts", "taglabellanguage", "taglabeltext", "tau", "tbinom", "tbox", "tcaron", "tcedilla", "tcommaaccent", "tcurl", "tequal", "test", "testandsplitstring", "testcolumn", "testfeature", "testfeatureonce", "testpage", "testpageonly", "testpagesync", "testtokens", "tex", "texdefinition", "texsetup", "textAngstrom", "textacute", "textampersand", "textasciicircum", "textasciitilde", "textat", "textbackslash", "textbar", "textbottomcomma", "textbottomdot", "textbraceleft", "textbraceright", "textbreve", "textbrokenbar", "textbullet", "textcaron", "textcedilla", "textcelsius", "textcent", "textcircledP", "textcircumflex", "textcitation", "textcite", "textcomma", "textcontrolspace", "textcurrency", "textdag", "textddag", "textdegree", "textdiaeresis", "textdiv", "textdollar", "textdong", "textdotaccent", "textellipsis", "texteuro", "textflowcollector", "textfraction", "textgrave", "texthash", "texthorizontalbar", "texthungarumlaut", "texthyphen", "textkelvin", "textlognot", "textmacron", "textmath", "textmho", "textminus", "textmu", "textmultiply", "textnumero", "textogonek", "textohm", "textormathchar", "textormathchars", "textounce", "textpercent", "textperiod", "textplus", "textpm", "textreference", "textring", "textrule", "textslash", "textsterling", "texttilde", "textunderscore", "textvisiblespace", "textyen", "thai", "thainumerals", "thefirstcharacter", "thenormalizedbodyfontsize", "therefore", "theremainingcharacters", "theta", "thickspace", "thinrule", "thinrules", "thinspace", "thirdoffivearguments", "thirdoffourarguments", "thirdofsixarguments", "thirdofthreearguments", "thirdofthreeunexpanded", "thook", "thookleftarrow", "thookrightarrow", "thorn", "threedigitrounding", "threeeighths", "threefifths", "threeperemspace", "threequarter", "threesuperior", "tibetannumerals", "tightlayer", "tilde", "times", "tinyfont", "title", "tlap", "tleftarrow", "tleftharpoondown", "tleftharpoonup", "tleftrightarrow", "tleftrightharpoons", "tmapsto", "to", "tochar", "tolinenote", "tooltip", "top", "topbox", "topleftbox", "toplinebox", "toprightbox", "topskippedbox", "tracecatcodetables", "tracedfontname", "traceoutputroutines", "tracepositions", "trademark", "translate", "transparencycomponents", "transparent", "trel", "triangle", "triangledown", "triangleleft", "triangleq", "triangleright", "trightarrow", "trightharpoondown", "trightharpoonup", "trightleftharpoons", "trightoverleftarrow", "triplebond", "tripleprime", "tripleverticalbar", "truefilename", "truefontname", "tstroke", "ttraggedright", "ttriplerel", "ttwoheadleftarrow", "ttwoheadrightarrow", "turnediota", "twodigitrounding", "twofifths", "twoheaddownarrow", "twoheadleftarrow", "twoheadrightarrow", "twoheadrightarrowtail", "twoheaduparrow", "twosuperior", "twothirds", "tx", "txx", "typ", "type", "typebuffer", "typedefinedbuffer", "typeface", "typefile", "typeinlinebuffer", "typescriptone", "typescriptprefix", "typescriptthree", "typescripttwo", "typesetbuffer", "typesetfile", "uacute", "ubreve", "ucaron", "ucircumflex", "uconvertnumber", "udiaeresis", "udiaeresisacute", "udiaeresiscaron", "udiaeresisgrave", "udiaeresismacron", "udotbelow", "udots", "udoublegrave", "uedcatcodecommand", "ugrave", "uhook", "uhorn", "uhornacute", "uhorndotbelow", "uhorngrave", "uhornhook", "uhorntilde", "uhungarumlaut", "uinvertedbreve", "ulcorner", "umacron", "undefinevalue", "undepthed", "underbar", "underbars", "underbrace", "underbracket", "underdash", "underdashes", "underdot", "underdots", "underleftarrow", "underparent", "underrandom", "underrandoms", "underrightarrow", "underset", "understrike", "understrikes", "undoassign", "unexpandeddocumentvariable", "unframed", "unhhbox", "unihex", "uniqueMPgraphic", "uniqueMPpagegraphic", "unit", "unitlanguage", "unitshigh", "unitslow", "unittext", "unknown", "unprotected", "unregisterhyphenationpattern", "unspaceafter", "unspaceargument", "unspaced", "unspacestring", "unstackscripts", "untexargument", "untexcommand", "uogonek", "upand", "uparrow", "updasharrow", "updownarrow", "updownarrowbar", "updownarrows", "upharpoonleft", "upharpoonright", "uplus", "uppercased", "uppercasestring", "upperleftdoubleninequote", "upperleftdoublesixquote", "upperleftsingleninequote", "upperleftsinglesixquote", "upperrightdoubleninequote", "upperrightdoublesixquote", "upperrightsingleninequote", "upperrightsinglesixquote", "upsilon", "upuparrows", "upwhitearrow", "urcorner", "uring", "url", "useJSscripts", "useMPenvironmentbuffer", "useMPgraphic", "useMPlibrary", "useMPrun", "useMPvariables", "useURL", "usealignparameter", "useblankparameter", "useblocks", "usebodyfont", "usebodyfontparameter", "usebtxdataset", "usebtxdefinitions", "usecitation", "usecolors", "usecomponent", "usedirectory", "usedummycolorparameter", "usedummystyleandcolor", "usedummystyleparameter", "useenvironment", "useexternaldocument", "useexternalfigure", "useexternalrendering", "useexternalsoundtrack", "usefigurebase", "usefile", "usegridparameter", "useindentingparameter", "useindentnextparameter", "useinterlinespaceparameter", "uselanguageparameter", "useluamodule", "usemathstyleparameter", "usemodule", "useproduct", "useprofileparameter", "useproject", "usereferenceparameter", "userpagenumber", "usesetupsparameter", "usestaticMPfigure", "usesubpath", "usesymbols", "usetexmodule", "usetypescript", "usetypescriptfile", "useurl", "usezipfile", "utfchar", "utflower", "utfupper", "utilde", "utilityregisterlength", "vDash", "varTheta", "varepsilon", "varkappa", "varnothing", "varphi", "varpi", "varrho", "varsigma", "vartheta", "vboxreference", "vdash", "vdots", "vec", "vee", "veebar", "veeeq", "verbatim", "verbatimstring", "verbosenumber", "version", "vert", "verticalgrowingbar", "verticalpositionbar", "veryraggedcenter", "veryraggedleft", "veryraggedright", "vglue", "viewerlayer", "vl", "vpackbox", "vpackedbox", "vphantom", "vpos", "vsmash", "vsmashbox", "vsmashed", "vspace", "vspacing", "wcircumflex", "wdofstring", "wedge", "wedgeeq", "weekday", "whitearrowupfrombar", "widehat", "widetilde", "widthofstring", "widthspanningtext", "withoutpt", "word", "wordright", "words", "wordtonumber", "wp", "wr", "writebetweenlist", "writedatatolist", "writestatus", "writetolist", "xLeftarrow", "xLeftrightarrow", "xRightarrow", "xdefconvertedargument", "xequal", "xfrac", "xhookleftarrow", "xhookrightarrow", "xi", "xleftarrow", "xleftharpoondown", "xleftharpoonup", "xleftrightarrow", "xleftrightharpoons", "xmapsto", "xmladdindex", "xmlafterdocumentsetup", "xmlaftersetup", "xmlall", "xmlappenddocumentsetup", "xmlappendsetup", "xmlapplyselectors", "xmlatt", "xmlattdef", "xmlattribute", "xmlattributedef", "xmlbadinclusions", "xmlbeforedocumentsetup", "xmlbeforesetup", "xmlchainatt", "xmlchainattdef", "xmlchecknamespace", "xmlcommand", "xmlconcat", "xmlconcatrange", "xmlcontext", "xmlcount", "xmldefaulttotext", "xmldirectives", "xmldirectivesafter", "xmldirectivesbefore", "xmldisplayverbatim", "xmldoif", "xmldoifatt", "xmldoifelse", "xmldoifelseatt", "xmldoifelseempty", "xmldoifelseselfempty", "xmldoifelsetext", "xmldoifelsevalue", "xmldoifnot", "xmldoifnotatt", "xmldoifnotselfempty", "xmldoifnottext", "xmldoifselfempty", "xmldoiftext", "xmlelement", "xmlfilter", "xmlfirst", "xmlflush", "xmlflushcontext", "xmlflushdocumentsetups", "xmlflushlinewise", "xmlflushpure", "xmlflushspacewise", "xmlflushtext", "xmlinclude", "xmlinclusion", "xmlinclusions", "xmlinfo", "xmlinjector", "xmlinlineprettyprint", "xmlinlineprettyprinttext", "xmlinlineverbatim", "xmlinstalldirective", "xmllast", "xmllastatt", "xmllastmatch", "xmllastpar", "xmlloadbuffer", "xmlloaddata", "xmlloaddirectives", "xmlloadfile", "xmlloadonly", "xmlmain", "xmlmapvalue", "xmlname", "xmlnamespace", "xmlnonspace", "xmlpar", "xmlparam", "xmlpath", "xmlpos", "xmlposition", "xmlprependdocumentsetup", "xmlprependsetup", "xmlprettyprint", "xmlprettyprinttext", "xmlprocessbuffer", "xmlprocessdata", "xmlprocessfile", "xmlpure", "xmlraw", "xmlrefatt", "xmlregistereddocumentsetups", "xmlregisteredsetups", "xmlregisterns", "xmlremapname", "xmlremapnamespace", "xmlremovedocumentsetup", "xmlremovesetup", "xmlresetdocumentsetups", "xmlresetinjectors", "xmlresetsetups", "xmlsave", "xmlsetatt", "xmlsetattribute", "xmlsetentity", "xmlsetfunction", "xmlsetinjectors", "xmlsetpar", "xmlsetparam", "xmlsetsetup", "xmlsetup", "xmlshow", "xmlsnippet", "xmlstrip", "xmlstripnolines", "xmlstripped", "xmlstrippednolines", "xmltag", "xmltexentity", "xmltext", "xmltobuffer", "xmltobufferverbose", "xmltofile", "xmlvalue", "xmlverbatim", "xrel", "xrightarrow", "xrightharpoondown", "xrightharpoonup", "xrightleftharpoons", "xrightoverleftarrow", "xsplitstring", "xtriplerel", "xtwoheadleftarrow", "xtwoheadrightarrow", "xxfrac", "xypos", "yacute", "ycircumflex", "ydiaeresis", "ydotbelow", "yen", "ygrave", "yhook", "ymacron", "ytilde", "zacute", "zcaron", "zdotaccent", "zeronumberconversion", "zerowidthnobreakspace", "zerowidthspace", "zeta", "zhook", "zstroke", "zwj", "zwnj" }, - ["cs"]={ "Cisla", "Kap", "MESIC", "Rimskecislice", "SLOVA", "SLOVO", "Slova", "Slovo", "VSEDNIDEN", "Znak", "Znaky", "aktualnicislonadpisu", "aktualnidatum", "barevnalista", "barva", "cernalinka", "cernelinky", "cisla", "cislonadpisu", "cislorovnice", "cislostrany", "datum", "definuj", "definujakcent", "definujbarvu", "definujblok", "definujbloksekce", "definujbuffer", "definujfont", "definujformatodkazu", "definujhbox", "definujinterakcnimenu", "definujkombinovanyseznam", "definujkonverzi", "definujnadpis", "definujobrazeksymbol", "definujodkaz", "definujodstavce", "definujopis", "definujoramovani", "definujoramovanytext", "definujpaletu", "definujplvouciobjekt", "definujpodpole", "definujpole", "definujpopis", "definujpopisek", "definujprekryv", "definujprikaz", "definujprofil", "definujprogram", "definujprostredizakladnihofontu", "definujrejstrik", "definujsablonutabulky", "definujsekci", "definujseznam", "definujskupinubarev", "definujstartstop", "definujstyl", "definujstylfontu", "definujsymbol", "definujsynonumumfontu", "definujsynonyma", "definujtabelaci", "definujtext", "definujtrideni", "definujupravu", "definujvelikostpapiru", "definujvycet", "definujzakladnifont", "definujzasobnikpoli", "definujznaceni", "definujznak", "delkaseznamu", "externiobraz", "hlavnijazyk", "hodnotabarvy", "instalacejazyka", "interakcnilista", "interakcnitlacitka", "interaktivnimenu", "jazyk", "jdidolu", "jdina", "jdinabox", "jdinastranu", "klonujpole", "komponenta", "konvertujcislo", "kopirujpole", "korekcebilehomista", "matematika", "meritko", "mesic", "mezera", "mrizka", "nastavbarvu", "nastavbarvy", "nastavbilamista", "nastavblok", "nastavbloksekce", "nastavbuffer", "nastavcernelinky", "nastavcislonadpisu", "nastavcislostrany", "nastavcislovaniodstavcu", "nastavcislovaniradku", "nastavcislovanistran", "nastavcitaci", "nastavdeleniplvoucichobjektu", "nastavdelitko", "nastavdolnitexty", "nastavhorejsek", "nastavhornitexty", "nastavinterakci", "nastavinterakcnilistu", "nastavinterakcnimenu", "nastavinterakcniobrazovku", "nastavjazyk", "nastavkapitalky", "nastavkombinovanyseznam", "nastavkomentar", "nastavkomentarstrany", "nastavmarginalnilinky", "nastavmeziradkovoumezeru", "nastavnadpis", "nastavnadpisy", "nastavodkazovani", "nastavodsazovani", "nastavodstavce", "nastavopis", "nastavoramovanetexty", "nastavoramovani", "nastavorez", "nastavotoceni", "nastavpaletu", "nastavplvouciobjekt", "nastavplvouciobjekty", "nastavpodcislostrany", "nastavpole", "nastavpolozky", "nastavpopisek", "nastavpopisky", "nastavpozadi", "nastavpoznamkypodcarou", "nastavprechodstrany", "nastavpreskok", "nastavprogramy", "nastavradkovani", "nastavradky", "nastavrejstrik", "nastavrovnice", "nastavsadusymbolu", "nastavseznam", "nastavsirkucary", "nastavsloupce", "nastavspodek", "nastavsynonyma", "nastavtabelaci", "nastavtabulky", "nastavtenkelinky", "nastavtext", "nastavtextovelinky", "nastavtexttexty", "nastavtextyupati", "nastavtextyzahlavi", "nastavtoleranci", "nastavtrideni", "nastavtype", "nastavumisteniprotejsku", "nastavumistovani", "nastavupati", "nastavupravu", "nastavurl", "nastavusporadani", "nastavvelikostpapiru", "nastavvsechnapole", "nastavvycty", "nastavvyplnovelinky", "nastavvyplnoveradky", "nastavvzhled", "nastavzahlavi", "nastavzakladnifont", "nastavzarovnani", "nastavznaceni", "nastavzuzeni", "nastrane", "nejakyradek", "nekde", "neznamo", "nivy", "nizky", "nokap", "obrazovka", "odkaz", "odkaznastranu", "odkaznatext", "odkazujici", "opis", "opissoubor", "oramovani", "oref", "orez", "otocit", "oznaceni", "pis", "plnezneni", "pole", "polozka", "polozky", "porovnejpaletu", "porovnejskupinubarev", "pozadi", "pozice", "poznamka", "pref", "prelozit", "prepninazakladnifont", "preskoc", "prizpusobivepole", "prizpusobvzhled", "produkt", "projekt", "prostredi", "resetznaceni", "rimskecislice", "rozdelplvouciobjekt", "roztazene", "schovejbloky", "sedabarva", "sloupec", "slovovpravo", "stanovcharakteristickuseznamu", "stanovcislonadpisu", "startbarva", "startinteraktivnimenu", "startjazyk", "startjdina", "startkomponenta", "startmarginalnilinka", "startnadpis", "startoramovani", "startpolozka", "startpozadi", "startprodukt", "startprojekt", "startprostredi", "startpublikace", "startradek", "starttextovalinka", "startumistirovnici", "startzarovnanonastred", "startzarovnanovlevo", "startzarovnanovpravo", "startzhustene", "stopbarva", "stopinteraktivnimenu", "stopjazyk", "stopjdina", "stopkomponenta", "stopmarginalnilinka", "stopnadpis", "stoporamovani", "stoppolozka", "stoppozadi", "stopprodukt", "stopprojekt", "stopprostredi", "stoppublikace", "stopradek", "stoptextovalinka", "stopumistirovnici", "stopzarovnanonastred", "stopzarovnanovlevo", "stopzarovnanovpravo", "stopzhustene", "strana", "tecky", "tenkalinka", "tenkelinky", "textovalinka", "tlacitko", "tlacitkomenu", "tloustkacary", "tref", "tvrdamezera", "tvrdemezery", "ukazbarvu", "ukazmrizku", "ukaznastaveni", "ukazpaletu", "ukazpodpery", "ukazpostredizakladnihofontu", "ukazramecek", "ukazsadusymbolu", "ukazskupinubarev", "ukazupravu", "ukazvytisk", "ukazvzhled", "ukazzakladnifont", "umistikombinovanyseznam", "umistilokalnipoznamkypodcarou", "umistinadsebe", "umistinamrizku", "umistipodrovnici", "umistipoznamkypodcarou", "umistirejstrik", "umistirovnici", "umistiseznam", "umistivedlesebe", "umistizalozky", "urcicharakteristikurejstriku", "uzijJSscripts", "uzijURL", "uzijadresar", "uzijbloky", "uzijexternidokument", "uzijexterniobraz", "uzijexternizvuk", "uzijmodul", "uzijsymbol", "uzijurl", "verze", "vlasovalinka", "vradku", "vsedniden", "vyberbloky", "vyplnenytext", "vyplnovelinky", "vyplnovyradek", "vysoky", "zachovejbloky", "zadnamezera", "zadnehorniadolniradky", "zadnezahlaviaupati", "zalozka", "zapisdoseznamu", "zapismeziseznam", "zaramovani", "zarovnanonastred", "zarovnanovlevo", "zarovnanovpravo", "zasobnikpoli", "ziskejbuffer", "ziskejznaceni", "znaceni", "znak", "znaky", "zpracujbloky", "zrcadlit", "zref" }, - ["de"]={ "Buchstabe", "Buchstaben", "Kap", "MONAT", "Roemischezahlen", "WOCHENTAG", "WOERTER", "WORT", "Woerter", "Wort", "Ziffern", "amgitterausrichten", "aufseite", "ausfuelltext", "ausschnitt", "bearbeitebloecke", "behaltebloecke", "bei", "bemerkung", "benutzeverzeichnis", "beschriftung", "bestimmekopfnummer", "bestimmelistencharakeristika", "bestimmeregistercharakteristika", "bildschirm", "blanko", "buchstabe", "buchstaben", "datum", "defineschriftsynonym", "definiereabbsymbol", "definiereabsaetze", "definiereabschnitt", "definiereabschnittsblock", "definiereakzent", "definierebefehl", "definierebeschreibung", "definierebeschriftung", "definiereblock", "definierefarbe", "definierefarbengruppe", "definierefeld", "definierefeldstapel", "definierefliesstext", "definierefliesstextumgebung", "definieregleitobjekt", "definierehbox", "definiereinteraktionsmenue", "definierekonversion", "definierelabel", "definiereliste", "definieren", "definierenummerierung", "definiereoverlay", "definierepalette", "definierepapierformat", "definiereprofil", "definiereprogramme", "definierepuffer", "definierereferenz", "definierereferenzformat", "definiereregister", "definiereschrift", "definiereschriftstil", "definieresortieren", "definierestartstop", "definierestil", "definieresubfeld", "definieresymbol", "definieresynonyme", "definieretabellenvorlage", "definieretabulator", "definieretext", "definieretippen", "definiereueberschrift", "definiereumbruch", "definiereumrahmt", "definiereumrahmtertext", "definierezeichen", "definierezusammengestellteliste", "drehen", "duennelinie", "duennerumriss", "einezeile", "externeabbildung", "farbbalken", "farbe", "farbewert", "feld", "feldstapel", "festesspatium", "format", "formelnummer", "gefuelltesrechteck", "gefuelltezeile", "gestreckt", "gitter", "graufarbe", "haarlinie", "hauptsprache", "heutigesdatum", "heutigeskopfnummer", "hintergrund", "hoch", "holebeschriftung", "holepuffer", "imumriss", "installieresprache", "interaktionsbalken", "interaktionsknopfe", "interaktionsmenue", "inzeile", "irgendwo", "keinekopfundfusszeilen", "keinspatium", "keinzeilenobenundunten", "klonierefeld", "knopf", "komponente", "konvertierezahl", "kopfnummer", "kopierefeld", "korrigierezwischenraum", "liniendicke", "linksbuendig", "listenlaenge", "mathematik", "menueknopf", "monat", "nachunten", "nokap", "notiz", "passelayoutan", "passendfeld", "platzierebookmarks", "platziereformel", "platzierefussnoten", "platziereliste", "platzierelokalefussnoten", "platzierenebeneinander", "platziereregister", "platziereuntereinander", "platziereunterformel", "platzierezusammengestellteliste", "pos", "posten", "produkt", "programm", "projekt", "punkt", "rechteck", "rechtecke", "rechtsbuendig", "referenz", "referieren", "roemischezahlen", "ruecksetztenbeschriftung", "schreibezurliste", "schreibezwischenliste", "seite", "seitenreferenz", "seitenummer", "settext", "spalte", "spatium", "spiegeln", "sprache", "startfarbe", "starthintergrund", "startinteraktionsmenue", "startkleinerdurchschuss", "startkomponente", "startkopf", "startlinksbuendig", "startmarginallinie", "startplatziereformel", "startpos", "startprodukt", "startprojekt", "startpublikation", "startrechtsbuendig", "startsprache", "starttextlinie", "startumgebung", "startumrahmt", "startzeile", "startzentriert", "startzu", "stelleabsaetzeein", "stelleabsatznummerierungein", "stelleabschnittsblockein", "stelleanordnenein", "stelleaufzaehlungenein", "stelleausrichtungein", "stelleausschnittein", "stellebeschreibungein", "stellebeschriftungein", "stellebilderunterschriftein", "stellebildunterschriftein", "stellebindestrichein", "stelleblankoein", "stelleblockein", "stelledrehenein", "stelleduennerumrissein", "stelleeinziehenein", "stelleengerein", "stellefarbeein", "stellefarbenein", "stellefeldein", "stellefelderin", "stellefliesstextein", "stelleformelnein", "stellefussnotenein", "stellefusszeileein", "stellefusszeilentextein", "stellegefuelltesrechteckein", "stellegefuelltezeileein", "stellegegenueberplatzierenein", "stellegleitobjekteein", "stellegleitobjektein", "stellehintergruendeein", "stellehintergrundein", "stelleinteraktionein", "stelleinteraktionsbalkenein", "stelleinteraktionsbildschirmein", "stelleinteraktionsmenueein", "stellekommentarein", "stellekopfzahlein", "stellekopfzeileein", "stellekopfzeilentextein", "stellelayoutein", "stellelinienbreiteein", "stellelisteein", "stellemarginallinieein", "stellenobenein", "stellepaletteein", "stellepapierformatein", "stelleplatziegeteiltegleitobjekt", "stellepositionierenein", "stellepostenein", "stelleprogrammein", "stellepufferein", "stellerechteckein", "stellereferenzierenein", "stelleregisterein", "stelleseitenkommentarein", "stelleseitennummerein", "stelleseitennummeriernungein", "stelleseitenuebergangein", "stellesortierenein", "stellespaltenein", "stellespatiumein", "stellespracheein", "stellesymbolsetein", "stellesynonymein", "stelletabellenein", "stelletabulatorein", "stelletextein", "stelletextobenein", "stelletexttexteein", "stelletextumrissein", "stelletextuntenein", "stelletipein", "stelletippenein", "stelletoleranzein", "stelleueberschriftein", "stelleueberschriftenein", "stelleumbruchein", "stelleumrahmtein", "stelleumrahmtetexteein", "stelleuntenein", "stelleunterseitennummerein", "stelleurlein", "stelleversalienein", "stellezeilenabstandein", "stellezeilenein", "stellezeilennumerierungein", "stellezitierenein", "stellezusammengestelltelisteein", "stellezwischenraumein", "stopfarbe", "stophintergrund", "stopinteraktionsmenue", "stopkleinerdurchschuss", "stopkomponente", "stopkopf", "stoplinksbuendig", "stopmarginallinie", "stopplatziereformel", "stoppos", "stopprodukt", "stopprojekt", "stoppublikation", "stoprechtsbuendig", "stopsprache", "stoptextlinie", "stopumgebung", "stopumrahmt", "stopzeile", "stopzentriert", "stopzu", "teilegleitobjekt", "textlinie", "textreferenz", "tief", "tiho", "tip", "tippedatei", "tippen", "tippepuffer", "ueber", "uebersetzten", "umgebung", "umrahmt", "unbekant", "verbergebloecke", "vergleichefarbengruppe", "vergleichepalette", "verwendeJSscript", "verwendeURL", "verwendebloecke", "verwendeexteresdokument", "verwendeexterneabbildung", "verwendeexternestonstueck", "verwendemodul", "verwendesymbole", "verwendeurl", "volleswort", "von", "waehlebloeckeaus", "wechselezumfliesstext", "wochentag", "wortrechts", "zeigedruck", "zeigeeinstellungen", "zeigefarbe", "zeigefarbengruppe", "zeigefliesstext", "zeigefliesstextumgebung", "zeigegitter", "zeigelayout", "zeigepalette", "zeigerahmen", "zeigestruts", "zeigeumbruch", "zentriert", "ziffern", "zu", "zurbox", "zurseite" }, + ["common"]={ "AEacute", "AEligature", "AEmacron", "AMSTEX", "Aacute", "Abreve", "Abreveacute", "Abrevedotbelow", "Abrevegrave", "Abrevehook", "Abrevetilde", "Acaron", "Acircumflex", "Acircumflexacute", "Acircumflexdotbelow", "Acircumflexgrave", "Acircumflexhook", "Acircumflextilde", "Adiaeresis", "Adiaeresismacron", "Adotaccent", "Adotaccentmacron", "Adotbelow", "Adoublegrave", "AfterPar", "Agrave", "Ahook", "Ainvertedbreve", "Alpha", "Alphabeticnumerals", "AmSTeX", "Amacron", "And", "Angstrom", "Aogonek", "Aring", "Aringacute", "Arrowvert", "Astroke", "Atilde", "BeforePar", "Beta", "Bhook", "Big", "Bigg", "Biggl", "Biggm", "Biggr", "Bigl", "Bigm", "Bigr", "Box", "Bumpeq", "CONTEXT", "Cacute", "Cap", "Caps", "Ccaron", "Ccedilla", "Ccircumflex", "Cdotaccent", "Character", "Characters", "Chi", "Chook", "ConTeXt", "Context", "ConvertConstantAfter", "ConvertToConstant", "Cstroke", "Cup", "DZcaronligature", "DZligature", "Dafrican", "Dcaron", "Ddownarrow", "Delta", "Dhook", "Doteq", "Downarrow", "Dstroke", "Dzcaronligature", "Dzligature", "ETEX", "Eacute", "Ebreve", "Ecaron", "Ecedilla", "Ecircumflex", "Ecircumflexacute", "Ecircumflexdotbelow", "Ecircumflexgrave", "Ecircumflexhook", "Ecircumflextilde", "Ediaeresis", "Edotaccent", "Edotbelow", "Edoublegrave", "Egrave", "Ehook", "Einvertedbreve", "Emacron", "Eogonek", "Epsilon", "Eta", "Eth", "Etilde", "Eulerconst", "EveryLine", "EveryPar", "Fhook", "Finv", "Gacute", "Game", "Gamma", "Gbreve", "Gcaron", "Gcircumflex", "Gcommaaccent", "Gdotaccent", "GetPar", "Ghook", "GotoPar", "Greeknumerals", "Gstroke", "Hat", "Hcaron", "Hcircumflex", "Hstroke", "IJligature", "INRSTEX", "Iacute", "Ibreve", "Icaron", "Icircumflex", "Idiaeresis", "Idotaccent", "Idotbelow", "Idoublegrave", "Igrave", "Ihook", "Iinvertedbreve", "Im", "Imacron", "Iogonek", "Iota", "Istroke", "Itilde", "Jcircumflex", "Join", "Kappa", "Kcaron", "Kcommaaccent", "Khook", "LAMSTEX", "LATEX", "LJligature", "LUAJITTEX", "LUAMETATEX", "LUATEX", "LaTeX", "Lacute", "LamSTeX", "Lambda", "Lbar", "Lcaron", "Lcommaaccent", "Ldotmiddle", "Ldsh", "Leftarrow", "Leftrightarrow", "Ljligature", "Lleftarrow", "Longleftarrow", "Longleftrightarrow", "Longmapsfrom", "Longmapsto", "Longrightarrow", "Lsh", "Lstroke", "Lua", "LuaMetaTeX", "LuaTeX", "LuajitTeX", "METAFONT", "METAFUN", "METAPOST", "MKII", "MKIV", "MKIX", "MKVI", "MKXI", "MONTH", "MONTHLONG", "MONTHSHORT", "MPII", "MPIV", "MPVI", "MPanchor", "MPbetex", "MPc", "MPcode", "MPcolor", "MPcoloronly", "MPcolumn", "MPd", "MPdrawing", "MPfontsizehskip", "MPgetmultipars", "MPgetmultishape", "MPgetposboxes", "MPh", "MPinclusions", "MPleftskip", "MPll", "MPlr", "MPls", "MPmenubuttons", "MPn", "MPoptions", "MPoverlayanchor", "MPp", "MPpage", "MPpardata", "MPplus", "MPpos", "MPpositiongraphic", "MPposset", "MPr", "MPrawvar", "MPregion", "MPrest", "MPrightskip", "MPrs", "MPstring", "MPtext", "MPtransparency", "MPul", "MPur", "MPv", "MPvar", "MPvariable", "MPvv", "MPw", "MPwhd", "MPx", "MPxy", "MPxywhd", "MPy", "Mapsfrom", "Mapsto", "MetaFont", "MetaFun", "MetaPost", "Mu", "NJligature", "Nacute", "Ncaron", "Ncommaaccent", "Nearrow", "Neng", "Ngrave", "Njligature", "NormalizeFontHeight", "NormalizeFontWidth", "NormalizeTextHeight", "NormalizeTextWidth", "Ntilde", "Nu", "Numbers", "Nwarrow", "OEligature", "Oacute", "Obreve", "Ocaron", "Ocircumflex", "Ocircumflexacute", "Ocircumflexdotbelow", "Ocircumflexgrave", "Ocircumflexhook", "Ocircumflextilde", "Odiaeresis", "Odiaeresismacron", "Odotaccent", "Odotaccentmacron", "Odotbelow", "Odoublegrave", "Ograve", "Ohook", "Ohorn", "Ohornacute", "Ohorndotbelow", "Ohorngrave", "Ohornhook", "Ohorntilde", "Ohungarumlaut", "Oinvertedbreve", "Omacron", "Omega", "Omicron", "Oogonek", "Oogonekmacron", "Ostroke", "Ostrokeacute", "Otilde", "Otildemacron", "P", "PDFETEX", "PDFTEX", "PDFcolor", "PICTEX", "PPCHTEX", "PPCHTeX", "PRAGMA", "Phi", "Phook", "Pi", "PiCTeX", "Plankconst", "PointsToBigPoints", "PointsToReal", "PointsToWholeBigPoints", "PropertyLine", "Psi", "PtToCm", "Racute", "Rcaron", "Rcommaaccent", "Rdoublegrave", "Rdsh", "Re", "ReadFile", "Relbar", "Rho", "Rightarrow", "Rinvertedbreve", "Romannumerals", "Rrightarrow", "Rsh", "S", "Sacute", "ScaledPointsToBigPoints", "ScaledPointsToWholeBigPoints", "Scaron", "Scedilla", "Schwa", "Scircumflex", "Scommaaccent", "Searrow", "Sigma", "Smallcapped", "Subset", "Supset", "Swarrow", "TABLE", "TEX", "TaBlE", "Tau", "Tcaron", "Tcedilla", "Tcommaaccent", "TeX", "TheNormalizedFontSize", "Theta", "Thook", "Thorn", "TransparencyHack", "Tstroke", "Uacute", "Ubreve", "Ucaron", "Ucircumflex", "Udiaeresis", "Udiaeresisacute", "Udiaeresiscaron", "Udiaeresisgrave", "Udiaeresismacron", "Udotbelow", "Udoublegrave", "Ugrave", "Uhook", "Uhorn", "Uhornacute", "Uhorndotbelow", "Uhorngrave", "Uhornhook", "Uhorntilde", "Uhungarumlaut", "Uinvertedbreve", "Umacron", "Uogonek", "Uparrow", "Updownarrow", "Upsilon", "Uring", "Utilde", "Uuparrow", "VDash", "Vdash", "VerboseNumber", "Vert", "Vvdash", "WEEKDAY", "WORD", "WORDS", "Wcircumflex", "WidthSpanningText", "Word", "Words", "XETEX", "XeTeX", "Xi", "Yacute", "Ycircumflex", "Ydiaeresis", "Ydotbelow", "Ygrave", "Yhook", "Ymacron", "Ytilde", "Zacute", "Zcaron", "Zdotaccent", "Zeta", "Zhook", "Zstroke", "aacute", "abbreviation", "abjadnaivenumerals", "abjadnodotnumerals", "abjadnumerals", "about", "abreve", "abreveacute", "abrevedotbelow", "abrevegrave", "abrevehook", "abrevetilde", "acaron", "acircumflex", "acircumflexacute", "acircumflexdotbelow", "acircumflexgrave", "acircumflexhook", "acircumflextilde", "activatespacehandler", "actualday", "actualmonth", "actualyear", "actuarial", "acute", "acwopencirclearrow", "adaptcollector", "adaptfontfeature", "adaptlayout", "adaptpapersize", "addfeature", "addfontpath", "addtoJSpreamble", "addtocommalist", "addvalue", "adiaeresis", "adiaeresismacron", "adotaccent", "adotaccentmacron", "adotbelow", "adoublegrave", "aeacute", "aeligature", "aemacron", "afghanicurrency", "aftersplitstring", "aftertestandsplitstring", "agrave", "ahook", "ainvertedbreve", "aleph", "alignbottom", "aligned", "alignedbox", "alignedline", "alignhere", "alignmentcharacter", "allinputpaths", "alpha", "alphabeticnumerals", "alwayscitation", "alwayscite", "amacron", "amalg", "ampersand", "anchor", "angle", "aogonek", "appendetoks", "appendgvalue", "appendtocommalist", "appendtoks", "appendtoksonce", "appendvalue", "apply", "applyalternativestyle", "applyprocessor", "applytocharacters", "applytofirstcharacter", "applytosplitstringchar", "applytosplitstringcharspaced", "applytosplitstringline", "applytosplitstringlinespaced", "applytosplitstringword", "applytosplitstringwordspaced", "applytowords", "approx", "approxEq", "approxeq", "approxnEq", "arabicakbar", "arabicalayhe", "arabicallah", "arabicallallahou", "arabicasterisk", "arabicbasmalah", "arabiccomma", "arabiccuberoot", "arabicdateseparator", "arabicdecimals", "arabicdisputedendofayah", "arabicendofayah", "arabicexnumerals", "arabicfootnotemarker", "arabicfourthroot", "arabichighain", "arabichighalayheassallam", "arabichigheqala", "arabichighesala", "arabichighfootnotemarker", "arabichighjeem", "arabichighlamalef", "arabichighmadda", "arabichighmeemlong", "arabichighmeemshort", "arabichighnisf", "arabichighnoon", "arabichighnoonkasra", "arabichighqaf", "arabichighqif", "arabichighradiallahouanhu", "arabichighrahmatullahalayhe", "arabichighrubc", "arabichighsad", "arabichighsajda", "arabichighsakta", "arabichighsallallahou", "arabichighseen", "arabichighsmallsafha", "arabichightah", "arabichightakhallus", "arabichighthalatha", "arabichighwaqf", "arabichighyeh", "arabichighzain", "arabicjallajalalouhou", "arabiclettermark", "arabiclowmeemlong", "arabiclownoonkasra", "arabiclowseen", "arabicmisra", "arabicmuhammad", "arabicnumber", "arabicnumberabove", "arabicnumerals", "arabicparenleft", "arabicparenright", "arabicpercent", "arabicperiod", "arabicpermille", "arabicpertenthousand", "arabicpoeticverse", "arabicqala", "arabicquestion", "arabicrasoul", "arabicray", "arabicrialsign", "arabicsafha", "arabicsajdah", "arabicsalla", "arabicsamvat", "arabicsanah", "arabicsemicolon", "arabicshighthreedots", "arabicslcm", "arabicstartofrubc", "arabictripledot", "arabicvowelwaw", "arabicvowelyeh", "arabicwasallam", "arg", "aring", "aringacute", "arrowvert", "asciistr", "aside", "assignalfadimension", "assigndimen", "assigndimension", "assignifempty", "assigntranslation", "assignvalue", "assignwidth", "assumelongusagecs", "ast", "astype", "asymp", "at", "atilde", "atleftmargin", "atpage", "atrightmargin", "attachment", "autocap", "autodirhbox", "autodirvbox", "autodirvtop", "autoinsertnextspace", "autointegral", "automathematics", "autoorientation", "autopagestaterealpage", "autopagestaterealpageorder", "autosetups", "availablehsize", "averagecharwidth", "backepsilon", "background", "backgroundimage", "backgroundimagefill", "backgroundline", "backprime", "backsim", "backslash", "bar", "barleftarrow", "barleftarrowrightarrowbar", "barovernorthwestarrow", "barwedge", "basegrid", "baselinebottom", "baselineleftbox", "baselinemiddlebox", "baselinerightbox", "bbordermatrix", "bbox", "because", "beforesplitstring", "beforetestandsplitstring", "beta", "beth", "between", "bhook", "big", "bigbodyfont", "bigcap", "bigcirc", "bigcircle", "bigcup", "bigdiamond", "bigg", "bigger", "biggl", "biggm", "biggr", "bigl", "bigm", "bigodot", "bigoplus", "bigotimes", "bigr", "bigskip", "bigsqcap", "bigsqcup", "bigsquare", "bigstar", "bigtimes", "bigtriangledown", "bigtriangleup", "bigudot", "biguplus", "bigvee", "bigwedge", "binom", "bitmapimage", "blacklozenge", "blackrule", "blackrules", "blacksquare", "blacktriangle", "blacktriangledown", "blacktriangleleft", "blacktriangleright", "blank", "blap", "bleed", "bleedheight", "bleedwidth", "blockligatures", "blockquote", "blocksynctexfile", "blockuservariable", "bodyfontenvironmentlist", "bodyfontsize", "bold", "boldface", "bolditalic", "boldslanted", "bookmark", "booleanmodevalue", "bordermatrix", "bot", "bottombox", "bottomleftbox", "bottomrightbox", "bowtie", "boxcursor", "boxdot", "boxmarker", "boxminus", "boxofsize", "boxplus", "boxreference", "boxtimes", "bpos", "breakablethinspace", "breakhere", "breve", "bstroke", "btxabbreviatedjournal", "btxaddjournal", "btxalwayscitation", "btxauthorfield", "btxdetail", "btxdirect", "btxdoif", "btxdoifcombiinlistelse", "btxdoifelse", "btxdoifelsecombiinlist", "btxdoifelsesameasprevious", "btxdoifelsesameaspreviouschecked", "btxdoifelseuservariable", "btxdoifnot", "btxdoifsameaspreviouscheckedelse", "btxdoifsameaspreviouselse", "btxdoifuservariableelse", "btxexpandedjournal", "btxfield", "btxfieldname", "btxfieldtype", "btxfirstofrange", "btxflush", "btxflushauthor", "btxflushauthorinverted", "btxflushauthorinvertedshort", "btxflushauthorname", "btxflushauthornormal", "btxflushauthornormalshort", "btxflushsuffix", "btxfoundname", "btxfoundtype", "btxhiddencitation", "btxhybridcite", "btxlabellanguage", "btxlabeltext", "btxlistcitation", "btxloadjournalist", "btxoneorrange", "btxremapauthor", "btxsavejournalist", "btxsetup", "btxsingularorplural", "btxsingularplural", "btxtextcitation", "buildmathaccent", "buildtextaccent", "buildtextbottomcomma", "buildtextbottomdot", "buildtextcedilla", "buildtextgrave", "buildtextmacron", "buildtextognek", "bullet", "button", "cacute", "calligraphic", "camel", "cap", "capital", "carriagereturn", "catcodetablename", "cbox", "ccaron", "ccedilla", "ccircumflex", "ccurl", "cdot", "cdotaccent", "cdotp", "cdots", "centeraligned", "centerbox", "centerdot", "centeredbox", "centeredlastline", "centerednextbox", "centerline", "cfrac", "chapter", "character", "characters", "chardescription", "charwidthlanguage", "check", "checkcharacteralign", "checkedblank", "checkedchar", "checkedfiller", "checkedstrippedcsname", "checkinjector", "checkmark", "checknextindentation", "checknextinjector", "checkpage", "checkparameters", "checkpreviousinjector", "checksoundtrack", "checktwopassdata", "checkvariables", "chem", "chemical", "chemicalbottext", "chemicalmidtext", "chemicalsymbol", "chemicaltext", "chemicaltoptext", "chi", "chineseallnumerals", "chinesecapnumerals", "chinesenumerals", "chook", "circ", "circeq", "circlearrowleft", "circlearrowright", "circledR", "circledS", "circledast", "circledcirc", "circleddash", "circledequals", "circleonrightarrow", "citation", "cite", "clap", "classfont", "cldcommand", "cldcontext", "cldloadfile", "cldprocessfile", "cleftarrow", "clip", "clippedoverlayimage", "clonefield", "clubsuit", "collect", "collectedtext", "collectexpanded", "colon", "coloncolonequals", "colonequals", "color", "colorbar", "colorcomponents", "colored", "coloronly", "colorvalue", "column", "columnbreak", "columnsetspanwidth", "combinepages", "commalistelement", "commalistsentence", "commalistsize", "comment", "comparecolorgroup", "comparedimension", "comparedimensioneps", "comparepalet", "complement", "completebtxrendering", "completecontent", "completeindex", "completelist", "completelistofabbreviations", "completelistofchemicals", "completelistoffigures", "completelistofgraphics", "completelistofintermezzi", "completelistoflogos", "completelistofpublications", "completelistofsorts", "completelistofsynonyms", "completelistoftables", "completepagenumber", "completeregister", "complexes", "complexorsimple", "complexorsimpleempty", "component", "composedcollector", "composedlayer", "compresult", "cong", "constantdimen", "constantdimenargument", "constantemptyargument", "constantnumber", "constantnumberargument", "contentreference", "continuednumber", "continueifinputfile", "convertargument", "convertcommand", "convertedcounter", "converteddimen", "convertedsubcounter", "convertmonth", "convertnumber", "convertvalue", "convertvboxtohbox", "coprod", "copyboxfromcache", "copybtxlabeltext", "copyfield", "copyheadtext", "copylabeltext", "copymathlabeltext", "copyoperatortext", "copypages", "copyparameters", "copyposition", "copyprefixtext", "copyright", "copysetups", "copysuffixtext", "copytaglabeltext", "copyunittext", "correctwhitespace", "countersubs", "counttoken", "counttokens", "cramped", "crampedclap", "crampedllap", "crampedrlap", "crightarrow", "crightoverleftarrow", "crlf", "crlfplaceholder", "cstroke", "ctop", "ctxcommand", "ctxdirectcommand", "ctxdirectlua", "ctxfunction", "ctxlatecommand", "ctxlatelua", "ctxloadluafile", "ctxlua", "ctxluabuffer", "ctxluacode", "ctxreport", "ctxsprint", "cup", "curlyeqprec", "curlyeqsucc", "curlyvee", "curlywedge", "currentassignmentlistkey", "currentassignmentlistvalue", "currentbtxuservariable", "currentcommalistitem", "currentcomponent", "currentdate", "currentenvironment", "currentfeaturetest", "currentheadnumber", "currentinterface", "currentlanguage", "currentlistentrydestinationattribute", "currentlistentrylimitedtext", "currentlistentrynumber", "currentlistentrypagenumber", "currentlistentryreferenceattribute", "currentlistentrytitle", "currentlistentrytitlerendered", "currentlistsymbol", "currentmainlanguage", "currentmessagetext", "currentmoduleparameter", "currentoutputstream", "currentproduct", "currentproject", "currentregime", "currentregisterpageuserdata", "currentresponses", "currenttime", "currentvalue", "currentxtablecolumn", "currentxtablerow", "curvearrowleft", "curvearrowright", "cwopencirclearrow", "cyrillicA", "cyrillicAE", "cyrillicAbreve", "cyrillicAdiaeresis", "cyrillicB", "cyrillicBIGYUS", "cyrillicBIGYUSiotified", "cyrillicC", "cyrillicCH", "cyrillicCHEDC", "cyrillicCHEDCabkhasian", "cyrillicCHEabkhasian", "cyrillicCHEdiaeresis", "cyrillicCHEkhakassian", "cyrillicCHEvertstroke", "cyrillicD", "cyrillicDASIAPNEUMATA", "cyrillicDJE", "cyrillicDZE", "cyrillicDZEabkhasian", "cyrillicDZHE", "cyrillicE", "cyrillicELtail", "cyrillicEMtail", "cyrillicENDC", "cyrillicENGHE", "cyrillicENhook", "cyrillicENtail", "cyrillicEREV", "cyrillicERY", "cyrillicERtick", "cyrillicEbreve", "cyrillicEdiaeresis", "cyrillicEgrave", "cyrillicEiotified", "cyrillicF", "cyrillicFITA", "cyrillicG", "cyrillicGHEmidhook", "cyrillicGHEstroke", "cyrillicGHEupturn", "cyrillicGJE", "cyrillicH", "cyrillicHA", "cyrillicHADC", "cyrillicHRDSN", "cyrillicI", "cyrillicIE", "cyrillicII", "cyrillicISHRT", "cyrillicISHRTtail", "cyrillicIZHITSA", "cyrillicIZHITSAdoublegrave", "cyrillicIdiaeresis", "cyrillicIgrave", "cyrillicImacron", "cyrillicJE", "cyrillicK", "cyrillicKADC", "cyrillicKAbashkir", "cyrillicKAhook", "cyrillicKAstroke", "cyrillicKAvertstroke", "cyrillicKJE", "cyrillicKOPPA", "cyrillicKSI", "cyrillicL", "cyrillicLITTLEYUS", "cyrillicLITTLEYUSiotified", "cyrillicLJE", "cyrillicM", "cyrillicN", "cyrillicNJE", "cyrillicO", "cyrillicOMEGA", "cyrillicOMEGAround", "cyrillicOMEGAtitlo", "cyrillicOT", "cyrillicObarred", "cyrillicObarreddiaeresis", "cyrillicOdiaeresis", "cyrillicP", "cyrillicPALATALIZATION", "cyrillicPALOCHKA", "cyrillicPEmidhook", "cyrillicPSI", "cyrillicPSILIPNEUMATA", "cyrillicR", "cyrillicS", "cyrillicSCHWA", "cyrillicSCHWAdiaeresis", "cyrillicSDSC", "cyrillicSEMISOFT", "cyrillicSFTSN", "cyrillicSH", "cyrillicSHCH", "cyrillicSHHA", "cyrillicT", "cyrillicTEDC", "cyrillicTETSE", "cyrillicTITLO", "cyrillicTSHE", "cyrillicU", "cyrillicUK", "cyrillicUSHRT", "cyrillicUdiaeresis", "cyrillicUdoubleacute", "cyrillicUmacron", "cyrillicV", "cyrillicYA", "cyrillicYAT", "cyrillicYERUdiaeresis", "cyrillicYI", "cyrillicYO", "cyrillicYU", "cyrillicYstr", "cyrillicYstrstroke", "cyrillicZ", "cyrillicZDSC", "cyrillicZEdiaeresis", "cyrillicZH", "cyrillicZHEbreve", "cyrillicZHEdescender", "cyrillicZHEdiaeresis", "cyrillica", "cyrillicabreve", "cyrillicadiaeresis", "cyrillicae", "cyrillicb", "cyrillicbigyus", "cyrillicbigyusiotified", "cyrillicc", "cyrillicch", "cyrilliccheabkhasian", "cyrillicchedc", "cyrillicchedcabkhasian", "cyrillicchediaeresis", "cyrillicchekhakassian", "cyrillicchevertstroke", "cyrillicd", "cyrillicdje", "cyrillicdze", "cyrillicdzeabkhasian", "cyrillicdzhe", "cyrillice", "cyrillicebreve", "cyrillicediaeresis", "cyrillicegrave", "cyrilliceiotified", "cyrilliceltail", "cyrillicemtail", "cyrillicendc", "cyrillicenghe", "cyrillicenhook", "cyrillicentail", "cyrillicerev", "cyrillicertick", "cyrillicery", "cyrillicf", "cyrillicfita", "cyrillicg", "cyrillicghemidhook", "cyrillicghestroke", "cyrillicgheupturn", "cyrillicgje", "cyrillich", "cyrillicha", "cyrillichadc", "cyrillichrdsn", "cyrillici", "cyrillicidiaeresis", "cyrillicie", "cyrillicigrave", "cyrillicii", "cyrillicimacron", "cyrillicishrt", "cyrillicishrttail", "cyrillicizhitsa", "cyrillicizhitsadoublegrave", "cyrillicje", "cyrillick", "cyrillickabashkir", "cyrillickadc", "cyrillickahook", "cyrillickastroke", "cyrillickavertstroke", "cyrillickje", "cyrillickoppa", "cyrillicksi", "cyrillicl", "cyrilliclittleyus", "cyrilliclittleyusiotified", "cyrilliclje", "cyrillicm", "cyrillicn", "cyrillicnje", "cyrillico", "cyrillicobarred", "cyrillicobarreddiaeresis", "cyrillicodiaeresis", "cyrillicomega", "cyrillicomegaround", "cyrillicomegatitlo", "cyrillicot", "cyrillicp", "cyrillicpemidhook", "cyrillicpsi", "cyrillicr", "cyrillics", "cyrillicschwa", "cyrillicschwadiaeresis", "cyrillicsdsc", "cyrillicsemisoft", "cyrillicsftsn", "cyrillicsh", "cyrillicshch", "cyrillicshha", "cyrillict", "cyrillictedc", "cyrillictetse", "cyrillictshe", "cyrillicu", "cyrillicudiaeresis", "cyrillicudoubleacute", "cyrillicuk", "cyrillicumacron", "cyrillicushrt", "cyrillicv", "cyrillicya", "cyrillicyat", "cyrillicyerudiaeresis", "cyrillicyi", "cyrillicyo", "cyrillicystr", "cyrillicystrstroke", "cyrillicyu", "cyrillicz", "cyrilliczdsc", "cyrilliczediaeresis", "cyrilliczh", "cyrilliczhebreve", "cyrilliczhedescender", "cyrilliczhediaeresis", "d", "dag", "dagger", "daleth", "dasharrow", "dashedleftarrow", "dashedrightarrow", "dashv", "datasetvariable", "date", "dayoftheweek", "dayspermonth", "dbinom", "dcaron", "dcurl", "ddag", "ddagger", "dddot", "ddot", "ddots", "decrement", "decrementcounter", "decrementedcounter", "decrementpagenumber", "decrementsubpagenumber", "decrementvalue", "defaultinterface", "defaultobjectpage", "defaultobjectreference", "defcatcodecommand", "defconvertedargument", "defconvertedcommand", "defconvertedvalue", "define", "defineMPinstance", "defineTABLEsetup", "defineaccent", "defineactivecharacter", "definealternativestyle", "defineanchor", "defineattachment", "defineattribute", "definebackground", "definebar", "defineblock", "definebodyfont", "definebodyfontenvironment", "definebodyfontswitch", "definebreakpoint", "definebreakpoints", "definebtx", "definebtxdataset", "definebtxregister", "definebtxrendering", "definebuffer", "definebutton", "definecapitals", "definecharacter", "definecharacterkerning", "definecharacterspacing", "definechemical", "definechemicals", "definechemicalsymbol", "definecollector", "definecolor", "definecolorgroup", "definecolumnbreak", "definecolumnset", "definecolumnsetarea", "definecolumnsetspan", "definecombination", "definecombinedlist", "definecommand", "definecomment", "definecomplexorsimple", "definecomplexorsimpleempty", "defineconversion", "defineconversionset", "definecounter", "definedataset", "definedelimitedtext", "definedeq", "definedescription", "definedfont", "defineeffect", "defineenumeration", "defineexpandable", "defineexternalfigure", "definefacingfloat", "definefallbackfamily", "definefield", "definefieldbody", "definefieldbodyset", "definefieldcategory", "definefieldstack", "definefiguresymbol", "definefileconstant", "definefilefallback", "definefilesynonym", "definefiller", "definefirstline", "definefittingpage", "definefloat", "definefont", "definefontalternative", "definefontfallback", "definefontfamily", "definefontfamilypreset", "definefontfeature", "definefontfile", "definefontsize", "definefontsolution", "definefontstyle", "definefontsynonym", "defineformula", "defineformulaalternative", "defineformulaframed", "defineframed", "defineframedcontent", "defineframedtable", "defineframedtext", "definefrozenfont", "defineglobalcolor", "definegraphictypesynonym", "definegridsnapping", "definehbox", "definehead", "defineheadalternative", "definehelp", "definehigh", "definehighlight", "definehspace", "definehypenationfeatures", "defineindentedtext", "defineindenting", "defineinitial", "defineinsertion", "defineinteraction", "defineinteractionbar", "defineinteractionmenu", "defineinterfaceconstant", "defineinterfaceelement", "defineinterfacevariable", "defineinterlinespace", "defineintermediatecolor", "defineitemgroup", "defineitems", "definelabel", "definelabelclass", "definelayer", "definelayerpreset", "definelayout", "definelinefiller", "definelinenote", "definelinenumbering", "definelines", "definelist", "definelistalternative", "definelistextra", "definelow", "definelowhigh", "definelowmidhigh", "definemakeup", "definemarginblock", "definemargindata", "definemarker", "definemarking", "definemathaccent", "definemathalignment", "definemathcases", "definemathcommand", "definemathdouble", "definemathdoubleextensible", "definemathematics", "definemathextensible", "definemathfence", "definemathfraction", "definemathframed", "definemathmatrix", "definemathornament", "definemathover", "definemathoverextensible", "definemathovertextextensible", "definemathradical", "definemathstackers", "definemathstyle", "definemathtriplet", "definemathunder", "definemathunderextensible", "definemathundertextextensible", "definemathunstacked", "definemeasure", "definemessageconstant", "definemixedcolumns", "definemode", "definemultitonecolor", "definenamedcolor", "definenamespace", "definenarrower", "definenote", "defineorientation", "defineornament", "defineoutputroutine", "defineoutputroutinecommand", "defineoverlay", "definepage", "definepagebreak", "definepagechecker", "definepagecolumns", "definepageinjection", "definepageinjectionalternative", "definepageshift", "definepagestate", "definepairedbox", "definepalet", "definepapersize", "defineparagraph", "defineparagraphs", "defineparallel", "defineparbuilder", "defineperiodkerning", "defineplacement", "definepositioning", "defineprefixset", "defineprocesscolor", "defineprocessor", "defineprofile", "defineprogram", "definepushbutton", "definepushsymbol", "definereference", "definereferenceformat", "defineregister", "definerenderingwindow", "defineresetset", "defineruby", "definescale", "definescript", "definesection", "definesectionblock", "definesectionlevels", "defineselector", "defineseparatorset", "defineshift", "definesidebar", "definesort", "definesorting", "definespotcolor", "definestartstop", "definestyle", "definestyleinstance", "definesubfield", "definesubformula", "definesymbol", "definesynonym", "definesynonyms", "definesystemattribute", "definesystemconstant", "definesystemvariable", "definetabletemplate", "definetabulate", "definetabulation", "definetext", "definetextbackground", "definetextflow", "definetextnote", "definetokenlist", "definetooltip", "definetransparency", "definetwopasslist", "definetype", "definetypeface", "definetypescriptprefix", "definetypescriptsynonym", "definetypesetting", "definetyping", "defineunit", "defineuserdata", "defineuserdataalternative", "defineviewerlayer", "definevspace", "definevspacing", "definevspacingamount", "definextable", "delimited", "delimitedtext", "delta", "depthofstring", "depthonlybox", "depthspanningtext", "depthstrut", "determineheadnumber", "determinelistcharacteristics", "determinenoflines", "determineregistercharacteristics", "devanagarinumerals", "dfrac", "dhook", "diameter", "diamond", "diamondsuit", "differentialD", "differentiald", "digamma", "digits", "dimensiontocount", "directboxfromcache", "directcolor", "directcolored", "directconvertedcounter", "directcopyboxfromcache", "directdummyparameter", "directgetboxllx", "directgetboxlly", "directhighlight", "directlocalframed", "directluacode", "directselect", "directsetbar", "directsetup", "directsymbol", "directvspacing", "dis", "disabledirectives", "disableexperiments", "disablemode", "disableoutputstream", "disableparpositions", "disableregime", "disabletrackers", "displaymath", "displaymathematics", "displaymessage", "distributedhsize", "div", "dividedsize", "divideontimes", "divides", "doadaptleftskip", "doadaptrightskip", "doaddfeature", "doassign", "doassignempty", "doboundtext", "docheckassignment", "docheckedpair", "documentvariable", "dodoubleargument", "dodoubleargumentwithset", "dodoubleempty", "dodoubleemptywithset", "dodoublegroupempty", "doeassign", "doexpandedrecurse", "dofastloopcs", "dogetattribute", "dogetattributeid", "dogetcommacommandelement", "dogobbledoubleempty", "dogobblesingleempty", "doif", "doifMPgraphicelse", "doifallcommon", "doifallcommonelse", "doifalldefinedelse", "doifallmodes", "doifallmodeselse", "doifassignmentelse", "doifassignmentelsecs", "doifblackelse", "doifbothsides", "doifbothsidesoverruled", "doifboxelse", "doifbufferelse", "doifcheckedpagestate", "doifcolor", "doifcolorelse", "doifcommandhandler", "doifcommandhandlerelse", "doifcommon", "doifcommonelse", "doifcontent", "doifconversiondefinedelse", "doifconversionnumberelse", "doifcounter", "doifcounterelse", "doifcurrentfonthasfeatureelse", "doifdefined", "doifdefinedcounter", "doifdefinedcounterelse", "doifdefinedelse", "doifdimensionelse", "doifdimenstringelse", "doifdocumentargument", "doifdocumentargumentelse", "doifdocumentfilename", "doifdocumentfilenameelse", "doifdocumentvariable", "doifdocumentvariableelse", "doifdrawingblackelse", "doifelse", "doifelseMPgraphic", "doifelseallcommon", "doifelsealldefined", "doifelseallmodes", "doifelseassignment", "doifelseassignmentcs", "doifelseblack", "doifelsebox", "doifelseboxincache", "doifelsebuffer", "doifelsecolor", "doifelsecommandhandler", "doifelsecommon", "doifelseconversiondefined", "doifelseconversionnumber", "doifelsecounter", "doifelsecurrentfonthasfeature", "doifelsecurrentsortingused", "doifelsecurrentsynonymshown", "doifelsecurrentsynonymused", "doifelsedefined", "doifelsedefinedcounter", "doifelsedimension", "doifelsedimenstring", "doifelsedocumentargument", "doifelsedocumentfilename", "doifelsedocumentvariable", "doifelsedrawingblack", "doifelseempty", "doifelseemptyvalue", "doifelseemptyvariable", "doifelseenv", "doifelsefastoptionalcheck", "doifelsefastoptionalcheckcs", "doifelsefieldbody", "doifelsefieldcategory", "doifelsefigure", "doifelsefile", "doifelsefiledefined", "doifelsefileexists", "doifelsefirstchar", "doifelseflagged", "doifelsefontchar", "doifelsefontfeature", "doifelsefontpresent", "doifelsefontsynonym", "doifelseframed", "doifelsehasspace", "doifelsehelp", "doifelseincsname", "doifelseinelement", "doifelseinputfile", "doifelseinsertion", "doifelseinset", "doifelseinstring", "doifelseinsymbolset", "doifelseintoks", "doifelseintwopassdata", "doifelseitalic", "doifelselanguage", "doifelselayerdata", "doifelselayoutdefined", "doifelselayoutsomeline", "doifelselayouttextline", "doifelseleapyear", "doifelselist", "doifelselocation", "doifelselocfile", "doifelsemainfloatbody", "doifelsemarkedpage", "doifelsemarking", "doifelsemeaning", "doifelsemessage", "doifelsemode", "doifelsenextbgroup", "doifelsenextbgroupcs", "doifelsenextchar", "doifelsenextoptional", "doifelsenextoptionalcs", "doifelsenextparenthesis", "doifelsenonzeropositive", "doifelsenoteonsamepage", "doifelsenothing", "doifelsenumber", "doifelseobjectfound", "doifelseobjectreferencefound", "doifelseoddpage", "doifelseoddpagefloat", "doifelseoldercontext", "doifelseolderversion", "doifelseorientation", "doifelseoverlapping", "doifelseoverlay", "doifelseparallel", "doifelseparentfile", "doifelsepath", "doifelsepathexists", "doifelsepatterns", "doifelseposition", "doifelsepositionaction", "doifelsepositiononpage", "doifelsepositionsonsamepage", "doifelsepositionsonthispage", "doifelsepositionsused", "doifelsereferencefound", "doifelserightpage", "doifelserightpagefloat", "doifelserighttoleftinbox", "doifelsesamelinereference", "doifelsesamestring", "doifelsesetups", "doifelsesomebackground", "doifelsesomespace", "doifelsesomething", "doifelsesometoks", "doifelsestringinstring", "doifelsestructurelisthasnumber", "doifelsestructurelisthaspage", "doifelsesymboldefined", "doifelsesymbolset", "doifelsetext", "doifelsetextflow", "doifelsetextflowcollector", "doifelsetopofpage", "doifelsetypingfile", "doifelseundefined", "doifelseurldefined", "doifelsevalue", "doifelsevaluenothing", "doifelsevariable", "doifempty", "doifemptyelse", "doifemptytoks", "doifemptyvalue", "doifemptyvalueelse", "doifemptyvariable", "doifemptyvariableelse", "doifenv", "doifenvelse", "doiffastoptionalcheckcselse", "doiffastoptionalcheckelse", "doiffieldbodyelse", "doiffieldcategoryelse", "doiffigureelse", "doiffile", "doiffiledefinedelse", "doiffileelse", "doiffileexistselse", "doiffirstcharelse", "doifflaggedelse", "doiffontcharelse", "doiffontfeatureelse", "doiffontpresentelse", "doiffontsynonymelse", "doifhasspaceelse", "doifhelpelse", "doifincsnameelse", "doifinelementelse", "doifinputfileelse", "doifinsertionelse", "doifinset", "doifinsetelse", "doifinstring", "doifinstringelse", "doifinsymbolset", "doifinsymbolsetelse", "doifintokselse", "doifintwopassdataelse", "doifitalicelse", "doiflanguageelse", "doiflayerdataelse", "doiflayoutdefinedelse", "doiflayoutsomelineelse", "doiflayouttextlineelse", "doifleapyearelse", "doiflistelse", "doiflocationelse", "doiflocfileelse", "doifmainfloatbodyelse", "doifmarkingelse", "doifmeaningelse", "doifmessageelse", "doifmode", "doifmodeelse", "doifnextbgroupcselse", "doifnextbgroupelse", "doifnextcharelse", "doifnextoptionalcselse", "doifnextoptionalelse", "doifnextparenthesiselse", "doifnonzeropositiveelse", "doifnot", "doifnotallcommon", "doifnotallmodes", "doifnotcommandhandler", "doifnotcommon", "doifnotcounter", "doifnotdocumentargument", "doifnotdocumentfilename", "doifnotdocumentvariable", "doifnotempty", "doifnotemptyvalue", "doifnotemptyvariable", "doifnotenv", "doifnoteonsamepageelse", "doifnotescollected", "doifnotfile", "doifnotflagged", "doifnothing", "doifnothingelse", "doifnotinset", "doifnotinsidesplitfloat", "doifnotinstring", "doifnotmode", "doifnotnumber", "doifnotsamestring", "doifnotsetups", "doifnotvalue", "doifnotvariable", "doifnumber", "doifnumberelse", "doifobjectfoundelse", "doifobjectreferencefoundelse", "doifoddpageelse", "doifoddpagefloatelse", "doifoldercontextelse", "doifolderversionelse", "doifoverlappingelse", "doifoverlayelse", "doifparallelelse", "doifparentfileelse", "doifpathelse", "doifpathexistselse", "doifpatternselse", "doifposition", "doifpositionaction", "doifpositionactionelse", "doifpositionelse", "doifpositiononpageelse", "doifpositionsonsamepageelse", "doifpositionsonthispageelse", "doifpositionsusedelse", "doifreferencefoundelse", "doifrightpageelse", "doifrightpagefloatelse", "doifrighttoleftinboxelse", "doifsamelinereferenceelse", "doifsamestring", "doifsamestringelse", "doifsetups", "doifsetupselse", "doifsomebackground", "doifsomebackgroundelse", "doifsomespaceelse", "doifsomething", "doifsomethingelse", "doifsometoks", "doifsometokselse", "doifstringinstringelse", "doifstructurelisthasnumberelse", "doifstructurelisthaspageelse", "doifsymboldefinedelse", "doifsymbolsetelse", "doiftext", "doiftextelse", "doiftextflowcollectorelse", "doiftextflowelse", "doiftopofpageelse", "doiftypingfileelse", "doifundefined", "doifundefinedcounter", "doifundefinedelse", "doifunknownfontfeature", "doifurldefinedelse", "doifvalue", "doifvalueelse", "doifvaluenothing", "doifvaluenothingelse", "doifvaluesomething", "doifvariable", "doifvariableelse", "doindentation", "dollar", "doloop", "doloopoverlist", "donothing", "dontconvertfont", "dontleavehmode", "dontpermitspacesbetweengroups", "dopositionaction", "doprocesslocalsetups", "doquadrupleargument", "doquadrupleempty", "doquadruplegroupempty", "doquintupleargument", "doquintupleempty", "doquintuplegroupempty", "dorechecknextindentation", "dorecurse", "dorepeatwithcommand", "doreplacefeature", "doresetandafffeature", "doresetattribute", "dorotatebox", "dosetattribute", "dosetleftskipadaption", "dosetrightskipadaption", "dosetupcheckedinterlinespace", "doseventupleargument", "doseventupleempty", "dosingleargument", "dosingleempty", "dosinglegroupempty", "dosixtupleargument", "dosixtupleempty", "dostepwiserecurse", "dosubtractfeature", "dot", "doteq", "doteqdot", "dotfskip", "dotlessI", "dotlessJ", "dotlessi", "dotlessj", "dotlessjstroke", "dotminus", "dotoks", "dotplus", "dotripleargument", "dotripleargumentwithset", "dotripleempty", "dotripleemptywithset", "dotriplegroupempty", "dots", "dottedcircle", "dottedrightarrow", "doublebar", "doublebond", "doublebrace", "doublebracket", "doublecap", "doublecup", "doubleparent", "doubleprime", "doubleverticalbar", "dowith", "dowithnextbox", "dowithnextboxcontent", "dowithnextboxcontentcs", "dowithnextboxcs", "dowithpargument", "dowithrange", "dowithwargument", "downarrow", "downdasharrow", "downdownarrows", "downharpoonleft", "downharpoonright", "downuparrows", "downwhitearrow", "downzigzagarrow", "dpofstring", "dstroke", "dtail", "dummydigit", "dummyparameter", "dzcaronligature", "dzligature", "eTeX", "eacute", "ebreve", "ecaron", "ecedilla", "ecircumflex", "ecircumflexacute", "ecircumflexdotbelow", "ecircumflexgrave", "ecircumflexhook", "ecircumflextilde", "edefconvertedargument", "ediaeresis", "edotaccent", "edotbelow", "edoublegrave", "efcmaxheight", "efcmaxwidth", "efcminheight", "efcminwidth", "efcparameter", "effect", "egrave", "ehook", "einvertedbreve", "elapsedseconds", "elapsedtime", "eleftarrowfill", "eleftharpoondownfill", "eleftharpoonupfill", "eleftrightarrowfill", "ell", "em", "emacron", "emdash", "emphasisboldface", "emphasistypeface", "emptylines", "emptyset", "emquad", "emspace", "enabledirectives", "enableexperiments", "enablemode", "enableoutputstream", "enableparpositions", "enableregime", "enabletrackers", "endash", "endnote", "enquad", "enskip", "enspace", "env", "environment", "envvar", "eogonek", "eoverbarfill", "eoverbracefill", "eoverbracketfill", "eoverparentfill", "epos", "epsilon", "eq", "eqcirc", "eqeq", "eqeqeq", "eqgtr", "eqless", "eqsim", "eqslantgtr", "eqslantless", "equaldigits", "equalscolon", "equiv", "erightarrowfill", "erightharpoondownfill", "erightharpoonupfill", "eta", "eth", "ethiopic", "etilde", "etwoheadrightarrowfill", "eunderbarfill", "eunderbracefill", "eunderbracketfill", "eunderparentfill", "exclamdown", "executeifdefined", "exists", "exitloop", "exitloopnow", "expandcheckedcsname", "expanded", "expandeddoif", "expandeddoifelse", "expandeddoifnot", "expandfontsynonym", "expdoif", "expdoifcommonelse", "expdoifelse", "expdoifelsecommon", "expdoifelseinset", "expdoifinsetelse", "expdoifnot", "exponentiale", "externalfigure", "externalfigurecollectionmaxheight", "externalfigurecollectionmaxwidth", "externalfigurecollectionminheight", "externalfigurecollectionminwidth", "externalfigurecollectionparameter", "fakebox", "fallingdotseq", "fastdecrement", "fastincrement", "fastlocalframed", "fastloopfinal", "fastloopindex", "fastscale", "fastsetup", "fastsetupwithargument", "fastsetupwithargumentswapped", "fastswitchtobodyfont", "fastsxsy", "feature", "fence", "fenced", "fetchallmarkings", "fetchallmarks", "fetchmark", "fetchmarking", "fetchonemark", "fetchonemarking", "fetchruntinecommand", "fetchtwomarkings", "fetchtwomarks", "ffiligature", "ffligature", "fflligature", "fhook", "field", "fieldbody", "fieldstack", "fifthoffivearguments", "fifthofsixarguments", "figurefilename", "figurefilepath", "figurefiletype", "figurefullname", "figureheight", "figurenaturalheight", "figurenaturalwidth", "figurespace", "figuresymbol", "figurewidth", "filename", "filigature", "filledhboxb", "filledhboxc", "filledhboxg", "filledhboxk", "filledhboxm", "filledhboxr", "filledhboxy", "filler", "fillinline", "fillinrules", "fillintext", "fillupto", "filterfromnext", "filterfromvalue", "filterpages", "filterreference", "findtwopassdata", "finishregisterentry", "firstcharacter", "firstcounter", "firstcountervalue", "firstinlist", "firstoffivearguments", "firstoffourarguments", "firstofoneargument", "firstofoneunexpanded", "firstofsixarguments", "firstofthreearguments", "firstofthreeunexpanded", "firstoftwoarguments", "firstoftwounexpanded", "firstrealpage", "firstrealpagenumber", "firstsubcountervalue", "firstsubpage", "firstsubpagenumber", "firstuserpage", "firstuserpagenumber", "fitfield", "fitfieldframed", "fittopbaselinegrid", "fiveeighths", "fivesixths", "fixedspace", "fixedspaces", "flag", "flat", "flligature", "floatuserdataparameter", "flushbox", "flushboxregister", "flushcollector", "flushedrightlastline", "flushlayer", "flushlocalfloats", "flushnextbox", "flushnotes", "flushoutputstream", "flushshapebox", "flushtextflow", "flushtokens", "flushtoks", "fontalternative", "fontbody", "fontchar", "fontcharbyindex", "fontclass", "fontclassname", "fontface", "fontfeaturelist", "fontsize", "fontstyle", "footnote", "footnotetext", "forall", "forcecharacterstripping", "forcelocalfloats", "forgeteverypar", "forgetparameters", "forgetparskip", "forgetragged", "formula", "formulanumber", "foundbox", "fourfifths", "fourperemspace", "fourthoffivearguments", "fourthoffourarguments", "fourthofsixarguments", "frac", "framed", "frameddimension", "framedparameter", "framedtext", "freezedimenmacro", "freezemeasure", "frenchspacing", "from", "fromlinenote", "frown", "frozenhbox", "frule", "gacute", "gamma", "gbreve", "gcaron", "gcircumflex", "gcommaaccent", "gdefconvertedargument", "gdefconvertedcommand", "gdotaccent", "ge", "geq", "geqq", "geqslant", "getMPdrawing", "getMPlayer", "getboxfromcache", "getboxllx", "getboxlly", "getbuffer", "getbufferdata", "getcommacommandsize", "getcommalistsize", "getdayoftheweek", "getdayspermonth", "getdefinedbuffer", "getdocumentargument", "getdocumentargumentdefault", "getdocumentfilename", "getdummyparameters", "getemptyparameters", "geteparameters", "getexpandedparameters", "getfiguredimensions", "getfirstcharacter", "getfirsttwopassdata", "getfromcommacommand", "getfromcommalist", "getfromtwopassdata", "getglyphdirect", "getglyphstyled", "getgparameters", "getinlineuserdata", "getlasttwopassdata", "getlocalfloat", "getlocalfloats", "getmarking", "getmessage", "getnamedglyphdirect", "getnamedglyphstyled", "getnamedtwopassdatalist", "getnaturaldimensions", "getnoflines", "getobject", "getobjectdimensions", "getpaletsize", "getparameters", "getprivatechar", "getprivateslot", "getrandomcount", "getrandomdimen", "getrandomfloat", "getrandomnumber", "getrandomseed", "getraweparameters", "getrawgparameters", "getrawnoflines", "getrawparameters", "getrawxparameters", "getreference", "getreferenceentry", "getroundednoflines", "gets", "getsubstring", "gettokenlist", "gettwopassdata", "gettwopassdatalist", "getuserdata", "getuvalue", "getvalue", "getvariable", "getvariabledefault", "getxparameters", "gg", "ggg", "gggtr", "gimel", "globaldisablemode", "globalenablemode", "globalletempty", "globalpopbox", "globalpopmacro", "globalpreventmode", "globalprocesscommalist", "globalpushbox", "globalpushmacro", "globalswapcounts", "globalswapdimens", "globalswapmacros", "globalundefine", "glyphfontfile", "gnapprox", "gneqq", "gnsim", "gobbledoubleempty", "gobbleeightarguments", "gobblefivearguments", "gobblefiveoptionals", "gobblefourarguments", "gobblefouroptionals", "gobbleninearguments", "gobbleoneargument", "gobbleoneoptional", "gobblesevenarguments", "gobblesingleempty", "gobblesixarguments", "gobblespacetokens", "gobbletenarguments", "gobblethreearguments", "gobblethreeoptionals", "gobbletwoarguments", "gobbletwooptionals", "gobbleuntil", "gobbleuntilrelax", "godown", "goto", "gotobox", "gotopage", "grabbufferdata", "grabbufferdatadirect", "grabuntil", "grave", "graycolor", "grayvalue", "greedysplitstring", "greekAlpha", "greekAlphadasia", "greekAlphadasiaperispomeni", "greekAlphadasiatonos", "greekAlphadasiavaria", "greekAlphaiotasub", "greekAlphaiotasubdasia", "greekAlphaiotasubdasiaperispomeni", "greekAlphaiotasubdasiatonos", "greekAlphaiotasubdasiavaria", "greekAlphaiotasubpsili", "greekAlphaiotasubpsiliperispomeni", "greekAlphaiotasubpsilitonos", "greekAlphaiotasubpsilivaria", "greekAlphamacron", "greekAlphapsili", "greekAlphapsiliperispomeni", "greekAlphapsilitonos", "greekAlphapsilivaria", "greekAlphatonos", "greekAlphavaria", "greekAlphavrachy", "greekBeta", "greekChi", "greekCoronis", "greekDelta", "greekEpsilon", "greekEpsilondasia", "greekEpsilondasiatonos", "greekEpsilondasiavaria", "greekEpsilonpsili", "greekEpsilonpsilitonos", "greekEpsilonpsilivaria", "greekEpsilontonos", "greekEpsilonvaria", "greekEta", "greekEtadasia", "greekEtadasiaperispomeni", "greekEtadasiatonos", "greekEtadasiavaria", "greekEtaiotasub", "greekEtaiotasubdasia", "greekEtaiotasubdasiaperispomeni", "greekEtaiotasubdasiatonos", "greekEtaiotasubdasiavaria", "greekEtaiotasubpsili", "greekEtaiotasubpsiliperispomeni", "greekEtaiotasubpsilitonos", "greekEtaiotasubpsilivaria", "greekEtapsili", "greekEtapsiliperispomeni", "greekEtapsilitonos", "greekEtapsilivaria", "greekEtatonos", "greekEtavaria", "greekGamma", "greekIota", "greekIotadasia", "greekIotadasiaperispomeni", "greekIotadasiatonos", "greekIotadasiavaria", "greekIotadialytika", "greekIotamacron", "greekIotapsili", "greekIotapsiliperispomeni", "greekIotapsilitonos", "greekIotapsilivaria", "greekIotatonos", "greekIotavaria", "greekIotavrachy", "greekKappa", "greekLambda", "greekMu", "greekNu", "greekOmega", "greekOmegadasia", "greekOmegadasiaperispomeni", "greekOmegadasiatonos", "greekOmegadasiavaria", "greekOmegaiotasub", "greekOmegaiotasubdasia", "greekOmegaiotasubdasiaperispomeni", "greekOmegaiotasubdasiatonos", "greekOmegaiotasubdasiavaria", "greekOmegaiotasubpsili", "greekOmegaiotasubpsiliperispomeni", "greekOmegaiotasubpsilitonos", "greekOmegaiotasubpsilivaria", "greekOmegapsili", "greekOmegapsiliperispomeni", "greekOmegapsilitonos", "greekOmegapsilivaria", "greekOmegatonos", "greekOmegavaria", "greekOmicron", "greekOmicrondasia", "greekOmicrondasiatonos", "greekOmicrondasiavaria", "greekOmicronpsili", "greekOmicronpsilitonos", "greekOmicronpsilivaria", "greekOmicrontonos", "greekOmicronvaria", "greekPhi", "greekPi", "greekPsi", "greekRho", "greekRhodasia", "greekSigma", "greekSigmalunate", "greekTau", "greekTheta", "greekUpsilon", "greekUpsilondasia", "greekUpsilondasiaperispomeni", "greekUpsilondasiatonos", "greekUpsilondasiavaria", "greekUpsilondialytika", "greekUpsilonmacron", "greekUpsilontonos", "greekUpsilonvaria", "greekUpsilonvrachy", "greekXi", "greekZeta", "greekalpha", "greekalphadasia", "greekalphadasiaperispomeni", "greekalphadasiatonos", "greekalphadasiavaria", "greekalphaiotasub", "greekalphaiotasubdasia", "greekalphaiotasubdasiaperispomeni", "greekalphaiotasubdasiatonos", "greekalphaiotasubdasiavaria", "greekalphaiotasubperispomeni", "greekalphaiotasubpsili", "greekalphaiotasubpsiliperispomeni", "greekalphaiotasubpsilitonos", "greekalphaiotasubpsilivaria", "greekalphaiotasubtonos", "greekalphaiotasubvaria", "greekalphamacron", "greekalphaoxia", "greekalphaperispomeni", "greekalphapsili", "greekalphapsiliperispomeni", "greekalphapsilitonos", "greekalphapsilivaria", "greekalphatonos", "greekalphavaria", "greekalphavrachy", "greekbeta", "greekbetaalt", "greekchi", "greekdasia", "greekdasiaperispomeni", "greekdasiatonos", "greekdasiavaria", "greekdelta", "greekdialytikaperispomeni", "greekdialytikatonos", "greekdialytikavaria", "greekdigamma", "greekepsilon", "greekepsilonalt", "greekepsilondasia", "greekepsilondasiatonos", "greekepsilondasiavaria", "greekepsilonoxia", "greekepsilonpsili", "greekepsilonpsilitonos", "greekepsilonpsilivaria", "greekepsilontonos", "greekepsilonvaria", "greeketa", "greeketadasia", "greeketadasiaperispomeni", "greeketadasiatonos", "greeketadasiavaria", "greeketaiotasub", "greeketaiotasubdasia", "greeketaiotasubdasiaperispomeni", "greeketaiotasubdasiatonos", "greeketaiotasubdasiavaria", "greeketaiotasubperispomeni", "greeketaiotasubpsili", "greeketaiotasubpsiliperispomeni", "greeketaiotasubpsilitonos", "greeketaiotasubpsilivaria", "greeketaiotasubtonos", "greeketaiotasubvaria", "greeketaoxia", "greeketaperispomeni", "greeketapsili", "greeketapsiliperispomeni", "greeketapsilitonos", "greeketapsilivaria", "greeketatonos", "greeketavaria", "greekfinalsigma", "greekgamma", "greekiota", "greekiotadasia", "greekiotadasiaperispomeni", "greekiotadasiatonos", "greekiotadasiavaria", "greekiotadialytika", "greekiotadialytikaperispomeni", "greekiotadialytikatonos", "greekiotadialytikavaria", "greekiotamacron", "greekiotaoxia", "greekiotaperispomeni", "greekiotapsili", "greekiotapsiliperispomeni", "greekiotapsilitonos", "greekiotapsilivaria", "greekiotatonos", "greekiotavaria", "greekiotavrachy", "greekkappa", "greekkoppa", "greeklambda", "greekmu", "greeknu", "greeknumerals", "greeknumkoppa", "greekomega", "greekomegadasia", "greekomegadasiaperispomeni", "greekomegadasiatonos", "greekomegadasiavaria", "greekomegaiotasub", "greekomegaiotasubdasia", "greekomegaiotasubdasiaperispomeni", "greekomegaiotasubdasiatonos", "greekomegaiotasubdasiavaria", "greekomegaiotasubperispomeni", "greekomegaiotasubpsili", "greekomegaiotasubpsiliperispomeni", "greekomegaiotasubpsilitonos", "greekomegaiotasubpsilivaria", "greekomegaiotasubtonos", "greekomegaiotasubvaria", "greekomegaoxia", "greekomegaperispomeni", "greekomegapsili", "greekomegapsiliperispomeni", "greekomegapsilitonos", "greekomegapsilivaria", "greekomegatonos", "greekomegavaria", "greekomicron", "greekomicrondasia", "greekomicrondasiatonos", "greekomicrondasiavaria", "greekomicronoxia", "greekomicronpsili", "greekomicronpsilitonos", "greekomicronpsilivaria", "greekomicrontonos", "greekomicronvaria", "greekoxia", "greekperispomeni", "greekphi", "greekphialt", "greekpi", "greekpialt", "greekprosgegrammeni", "greekpsi", "greekpsili", "greekpsiliperispomeni", "greekpsilitonos", "greekpsilivaria", "greekrho", "greekrhoalt", "greekrhodasia", "greekrhopsili", "greeksampi", "greeksigma", "greeksigmalunate", "greekstigma", "greektau", "greektheta", "greekthetaalt", "greektonos", "greekupsilon", "greekupsilondasia", "greekupsilondasiaperispomeni", "greekupsilondasiatonos", "greekupsilondasiavaria", "greekupsilondiaeresis", "greekupsilondialytikaperispomeni", "greekupsilondialytikatonos", "greekupsilondialytikavaria", "greekupsilonmacron", "greekupsilonoxia", "greekupsilonperispomeni", "greekupsilonpsili", "greekupsilonpsiliperispomeni", "greekupsilonpsilitonos", "greekupsilonpsilivaria", "greekupsilontonos", "greekupsilonvaria", "greekupsilonvrachy", "greekvaria", "greekxi", "greekzeta", "grid", "groupedcommand", "gsetboxllx", "gsetboxlly", "gstroke", "gt", "gtrapprox", "gtrdot", "gtreqless", "gtreqqless", "gtrless", "gtrsim", "guilsingleleft", "guilsingleright", "gujaratinumerals", "gurmurkhinumerals", "hairline", "hairspace", "halflinestrut", "halfstrut", "halfwaybox", "handletokens", "handwritten", "hangul", "hanzi", "hash", "hat", "hbar", "hboxofvbox", "hboxreference", "hcaron", "hcircumflex", "hdofstring", "headhbox", "headlanguage", "headnumber", "headnumbercontent", "headnumberdistance", "headnumberwidth", "headreferenceattributes", "headsetupspacing", "headtext", "headtextcontent", "headtextdistance", "headtexts", "headtextwidth", "headvbox", "headwidth", "heartsuit", "hebrewAlef", "hebrewAyin", "hebrewBet", "hebrewDalet", "hebrewGimel", "hebrewHe", "hebrewHet", "hebrewKaf", "hebrewKaffinal", "hebrewLamed", "hebrewMem", "hebrewMemfinal", "hebrewNun", "hebrewNunfinal", "hebrewPe", "hebrewPefinal", "hebrewQof", "hebrewResh", "hebrewSamekh", "hebrewShin", "hebrewTav", "hebrewTet", "hebrewTsadi", "hebrewTsadifinal", "hebrewVav", "hebrewYod", "hebrewZayin", "heightanddepthofstring", "heightofstring", "heightspanningtext", "helptext", "hglue", "hiddenbar", "hiddencitation", "hiddencite", "hideblocks", "high", "highlight", "highordinalstr", "hilo", "himilo", "hl", "hookleftarrow", "hookrightarrow", "horizontalgrowingbar", "horizontalpositionbar", "hpackbox", "hpackedbox", "hphantom", "hpos", "hsizefraction", "hslash", "hsmash", "hsmashbox", "hsmashed", "hspace", "hstroke", "htdpofstring", "htofstring", "hyphen", "hyphenatedcoloredword", "hyphenatedfile", "hyphenatedfilename", "hyphenatedhbox", "hyphenatedpar", "hyphenatedurl", "hyphenatedword", "iacute", "ibox", "ibreve", "icaron", "icircumflex", "ideographichalffillspace", "ideographicspace", "idiaeresis", "idotaccent", "idotbelow", "idoublegrave", "ifassignment", "iff", "ifinobject", "ifinoutputstream", "ifparameters", "iftrialtypesetting", "ignoreimplicitspaces", "ignoretagsinexport", "ignorevalue", "igrave", "ihook", "iiiint", "iiiintop", "iiint", "iiintop", "iint", "iintop", "iinvertedbreve", "ijligature", "imacron", "imaginaryi", "imaginaryj", "imath", "immediatesavetwopassdata", "impliedby", "implies", "imply", "in", "includemenu", "includeversioninfo", "increment", "incrementcounter", "incrementedcounter", "incrementpagenumber", "incrementsubpagenumber", "incrementvalue", "indentation", "index", "infofont", "infofontbold", "inframed", "infty", "infull", "inheritparameter", "inhibitblank", "ininner", "ininneredge", "ininnermargin", "initializeboxstack", "inleft", "inleftedge", "inleftmargin", "inline", "inlinebuffer", "inlinedbox", "inlinemath", "inlinemathematics", "inlinemessage", "inlineordisplaymath", "inlineprettyprintbuffer", "inlinerange", "inmargin", "inmframed", "innerflushshapebox", "inother", "inouter", "inouteredge", "inoutermargin", "input", "inputfilebarename", "inputfilename", "inputfilerealsuffix", "inputfilesuffix", "inputgivenfile", "inright", "inrightedge", "inrightmargin", "insertpages", "installactionhandler", "installactivecharacter", "installanddefineactivecharacter", "installattributestack", "installautocommandhandler", "installautosetuphandler", "installbasicautosetuphandler", "installbasicparameterhandler", "installbottomframerenderer", "installcommandhandler", "installcorenamespace", "installdefinehandler", "installdefinitionset", "installdefinitionsetmember", "installdirectcommandhandler", "installdirectparameterhandler", "installdirectparametersethandler", "installdirectsetuphandler", "installdirectstyleandcolorhandler", "installframedautocommandhandler", "installframedcommandhandler", "installglobalmacrostack", "installlanguage", "installleftframerenderer", "installmacrostack", "installnamespace", "installoutputroutine", "installpagearrangement", "installparameterhandler", "installparameterhashhandler", "installparametersethandler", "installparentinjector", "installrightframerenderer", "installrootparameterhandler", "installsetuphandler", "installsetuponlycommandhandler", "installshipoutmethod", "installsimplecommandhandler", "installsimpleframedcommandhandler", "installstyleandcolorhandler", "installswitchcommandhandler", "installswitchsetuphandler", "installtexdirective", "installtextracker", "installtopframerenderer", "installunitsseparator", "installunitsspace", "installversioninfo", "int", "intclockwise", "integerrounding", "integers", "interactionbar", "interactionbuttons", "interactionmenu", "intercal", "intertext", "intop", "invisibletimes", "invokepagehandler", "iogonek", "iota", "italic", "italicbold", "italiccorrection", "italicface", "item", "items", "itemtag", "itilde", "jcaron", "jcircumflex", "jmath", "jobfilename", "jobfilesuffix", "kap", "kappa", "kcaron", "kcommaaccent", "keepblocks", "keeplinestogether", "keepunwantedspaces", "kerncharacters", "khook", "kkra", "koreancirclenumerals", "koreannumerals", "koreannumeralsc", "koreannumeralsp", "koreanparentnumerals", "lVert", "labellanguage", "labeltext", "labeltexts", "lacute", "lambda", "lambdabar", "land", "langle", "language", "languageCharacters", "languagecharacters", "languagecharwidth", "lastcounter", "lastcountervalue", "lastdigit", "lastlinewidth", "lastnaturalboxdp", "lastnaturalboxht", "lastnaturalboxwd", "lastpredefinedsymbol", "lastrealpage", "lastrealpagenumber", "lastsubcountervalue", "lastsubpage", "lastsubpagenumber", "lasttwodigits", "lastuserpage", "lastuserpagenumber", "lateluacode", "latin", "layeredtext", "layerheight", "layerwidth", "lazysavetaggedtwopassdata", "lazysavetwopassdata", "lbar", "lbox", "lbrace", "lbracket", "lcaron", "lceil", "lcommaaccent", "lcurl", "ldotmiddle", "ldotp", "ldots", "le", "leadsto", "left", "leftaligned", "leftarrow", "leftarrowtail", "leftarrowtriangle", "leftbottombox", "leftbox", "leftdasharrow", "leftguillemot", "leftharpoondown", "leftharpoonup", "lefthbox", "leftheadtext", "leftlabeltext", "leftleftarrows", "leftline", "leftmathlabeltext", "leftorrighthbox", "leftorrightvbox", "leftorrightvtop", "leftrightarrow", "leftrightarrows", "leftrightarrowtriangle", "leftrightharpoons", "leftrightsquigarrow", "leftskipadaption", "leftsquigarrow", "leftsubguillemot", "leftthreetimes", "lefttopbox", "lefttoright", "lefttorighthbox", "lefttorightvbox", "lefttorightvtop", "leftwavearrow", "leftwhitearrow", "leq", "leqq", "leqslant", "lessapprox", "lessdot", "lesseqgtr", "lesseqqgtr", "lessgtr", "lesssim", "letbeundefined", "letcatcodecommand", "letcscsname", "letcsnamecs", "letcsnamecsname", "letdummyparameter", "letempty", "letgvalue", "letgvalueempty", "letgvalurelax", "letterampersand", "letterat", "letterbackslash", "letterbar", "letterbgroup", "letterclosebrace", "lettercolon", "letterdollar", "letterdoublequote", "letteregroup", "letterescape", "letterexclamationmark", "letterhash", "letterhat", "letterleftbrace", "letterleftbracket", "letterleftparenthesis", "letterless", "lettermore", "letteropenbrace", "letterpercent", "letterquestionmark", "letterrightbrace", "letterrightbracket", "letterrightparenthesis", "lettersinglequote", "letterslash", "letterspacing", "lettertilde", "letterunderscore", "letvalue", "letvalueempty", "letvaluerelax", "lfence", "lfloor", "lgroup", "lhbox", "lhooknwarrow", "lhooksearrow", "limitatefirstline", "limitatelines", "limitatetext", "line", "linebox", "linefeed", "linenote", "linespanningtext", "linethickness", "linterval", "listcitation", "listcite", "listlength", "listnamespaces", "ljligature", "ll", "llangle", "llap", "llbracket", "llcorner", "lll", "llless", "lmoustache", "lnapprox", "lneq", "lneqq", "lnot", "lnsim", "loadanyfile", "loadanyfileonce", "loadbtxdefinitionfile", "loadbtxreplacementfile", "loadcldfile", "loadcldfileonce", "loadfontgoodies", "loadluafile", "loadluafileonce", "loadspellchecklist", "loadtexfile", "loadtexfileonce", "loadtypescriptfile", "localframed", "localframedwithsettings", "localhsize", "localpopbox", "localpopmacro", "localpushbox", "localpushmacro", "localundefine", "locatedfilepath", "locatefilepath", "locfilename", "logo", "lohi", "lointerval", "lomihi", "longleftarrow", "longleftrightarrow", "longmapsfrom", "longmapsto", "longrightarrow", "longrightsquigarrow", "looparrowleft", "looparrowright", "lor", "low", "lowerbox", "lowercased", "lowercasestring", "lowerleftdoubleninequote", "lowerleftsingleninequote", "lowerrightdoubleninequote", "lowerrightsingleninequote", "lozenge", "lparent", "lrcorner", "lrointerval", "lrtbbox", "lstroke", "lt", "ltimes", "ltop", "ltrhbox", "ltrvbox", "ltrvtop", "luaTeX", "luacode", "luaconditional", "luaenvironment", "luaexpanded", "luaexpr", "luafunction", "luajitTeX", "luamajorversion", "luametaTeX", "luaminorversion", "luaparameterset", "luasetup", "luaversion", "lvert", "m", "mLeftarrow", "mLeftrightarrow", "mRightarrow", "mainlanguage", "makecharacteractive", "makerawcommalist", "makestrutofbox", "maltese", "mapfontsize", "mapsdown", "mapsfrom", "mapsto", "mapsup", "margindata", "margintext", "markcontent", "markedpages", "marking", "markinjector", "markpage", "markreferencepage", "mat", "math", "mathampersand", "mathbf", "mathbi", "mathblackboard", "mathbs", "mathdefault", "mathdollar", "mathdouble", "mathematics", "mathfraktur", "mathfunction", "mathhash", "mathhyphen", "mathit", "mathitalic", "mathlabellanguage", "mathlabeltext", "mathlabeltexts", "mathop", "mathover", "mathpercent", "mathrm", "mathscript", "mathsl", "mathss", "mathtext", "mathtextbf", "mathtextbi", "mathtextbs", "mathtextit", "mathtextsl", "mathtexttf", "mathtf", "mathtriplet", "mathtt", "mathunder", "mathupright", "mathword", "mathwordbf", "mathwordbi", "mathwordbs", "mathwordit", "mathwordsl", "mathwordtf", "maxaligned", "mbox", "mcframed", "measure", "measured", "measuredangle", "measuredeq", "medskip", "medspace", "menubutton", "mequal", "message", "mfence", "mframed", "mfunction", "mfunctionlabeltext", "mhbox", "mho", "mhookleftarrow", "mhookrightarrow", "mid", "midaligned", "middle", "middlealigned", "middlebox", "midhbox", "midsubsentence", "minimalhbox", "minus", "minuscolon", "mirror", "mixedcaps", "mkvibuffer", "mleftarrow", "mleftharpoondown", "mleftharpoonup", "mleftrightarrow", "mleftrightharpoons", "mmapsto", "models", "moduleparameter", "molecule", "mono", "monobold", "mononormal", "month", "monthlong", "monthshort", "mp", "mprandomnumber", "mrel", "mrightarrow", "mrightharpoondown", "mrightharpoonup", "mrightleftharpoons", "mrightoverleftarrow", "mtext", "mtriplerel", "mtwoheadleftarrow", "mtwoheadrightarrow", "mu", "multimap", "nHdownarrow", "nHuparrow", "nLeftarrow", "nLeftrightarrow", "nRightarrow", "nVDash", "nVdash", "nVleftarrow", "nVleftrightarrow", "nVrightarrow", "nabla", "nacute", "namedheadnumber", "namedstructureheadlocation", "namedstructureuservariable", "namedstructurevariable", "namedtaggedlabeltexts", "napostrophe", "napprox", "napproxEq", "narrownobreakspace", "nasymp", "natural", "naturalhbox", "naturalhpack", "naturalnumbers", "naturaltpack", "naturalvbox", "naturalvcenter", "naturalvpack", "naturalvtop", "naturalwd", "ncaron", "ncommaaccent", "ncong", "ncurl", "ndivides", "ne", "nearrow", "neg", "negatecolorbox", "negated", "negativesign", "negemspace", "negenspace", "negthinspace", "neng", "neq", "nequiv", "neswarrow", "newattribute", "newcatcodetable", "newcounter", "newevery", "newfrenchspacing", "newmode", "newsignal", "newsystemmode", "nexists", "nextbox", "nextboxdp", "nextboxht", "nextboxhtdp", "nextboxwd", "nextcounter", "nextcountervalue", "nextdepth", "nextparagraphs", "nextrealpage", "nextrealpagenumber", "nextsubcountervalue", "nextsubpage", "nextsubpagenumber", "nextuserpage", "nextuserpagenumber", "ngeq", "ngrave", "ngtr", "ngtrless", "ngtrsim", "ni", "nihongo", "nin", "njligature", "nleftarrow", "nleftrightarrow", "nleq", "nless", "nlessgtr", "nlesssim", "nmid", "nni", "nobar", "nobreakspace", "nocap", "nocharacteralign", "nocitation", "nocite", "nodetostring", "noffigurepages", "noflines", "noflocalfloats", "noheaderandfooterlines", "noheightstrut", "noindentation", "noitem", "nonfrenchspacing", "nonmathematics", "normal", "normalboldface", "normalframedwithsettings", "normalitalicface", "normalizebodyfontsize", "normalizedfontsize", "normalizefontdepth", "normalizefontheight", "normalizefontline", "normalizefontwidth", "normalizetextdepth", "normalizetextheight", "normalizetextline", "normalizetextwidth", "normalslantedface", "normaltypeface", "nospace", "not", "note", "notesymbol", "notin", "notopandbottomlines", "notragged", "nowns", "nparallel", "nprec", "npreccurlyeq", "nrightarrow", "nsim", "nsimeq", "nsqsubseteq", "nsqsupseteq", "nsubset", "nsubseteq", "nsucc", "nsucccurlyeq", "nsupset", "nsupseteq", "ntilde", "ntimes", "ntriangleleft", "ntrianglelefteq", "ntriangleright", "ntrianglerighteq", "nu", "numberofpoints", "numbers", "nvDash", "nvdash", "nvleftarrow", "nvleftrightarrow", "nvrightarrow", "nwarrow", "nwsearrow", "oacute", "obeydepth", "objectdepth", "objectheight", "objectmargin", "objectwidth", "obox", "obreve", "ocaron", "ocircumflex", "ocircumflexacute", "ocircumflexdotbelow", "ocircumflexgrave", "ocircumflexhook", "ocircumflextilde", "odiaeresis", "odiaeresismacron", "odot", "odotaccent", "odotaccentmacron", "odotbelow", "odoublegrave", "oeligature", "offset", "offsetbox", "ograve", "ohm", "ohook", "ohorn", "ohornacute", "ohorndotbelow", "ohorngrave", "ohornhook", "ohorntilde", "ohungarumlaut", "oiiint", "oiint", "oint", "ointclockwise", "ointctrclockwise", "oinvertedbreve", "omacron", "omega", "omicron", "ominus", "onedigitrounding", "oneeighth", "onefifth", "onehalf", "onequarter", "onesixth", "onesuperior", "onethird", "oogonek", "oogonekmacron", "operatorlanguage", "operatortext", "oplus", "ordfeminine", "ordinaldaynumber", "ordinalstr", "ordmasculine", "ornamenttext", "oslash", "ostroke", "ostrokeacute", "otilde", "otildemacron", "otimes", "outputfilename", "outputstreambox", "outputstreamcopy", "outputstreamunvbox", "outputstreamunvcopy", "over", "overbar", "overbars", "overbarunderbar", "overbrace", "overbraceunderbrace", "overbracket", "overbracketunderbracket", "overlaybutton", "overlaycolor", "overlaydepth", "overlayfigure", "overlayheight", "overlayimage", "overlaylinecolor", "overlaylinewidth", "overlayoffset", "overlayrollbutton", "overlaywidth", "overleftarrow", "overloaderror", "overparent", "overparentunderparent", "overrightarrow", "overset", "overstrike", "overstrikes", "owns", "page", "pagearea", "pagebreak", "pagefigure", "pageinjection", "pagenumber", "pagereference", "pagestaterealpage", "pagestaterealpageorder", "paletsize", "paragraphmark", "parallel", "part", "partial", "pdfTeX", "pdfactualtext", "pdfbackendactualtext", "pdfbackendcurrentresources", "pdfbackendsetcatalog", "pdfbackendsetcolorspace", "pdfbackendsetextgstate", "pdfbackendsetinfo", "pdfbackendsetname", "pdfbackendsetpageattribute", "pdfbackendsetpageresource", "pdfbackendsetpagesattribute", "pdfbackendsetpattern", "pdfbackendsetshade", "pdfcolor", "pdfeTeX", "percent", "percentdimen", "periodcentered", "periods", "permitcaretescape", "permitcircumflexescape", "permitspacesbetweengroups", "perp", "persiandecimals", "persiandecimalseparator", "persiannumerals", "persianthousandsseparator", "perthousand", "phantom", "phantombox", "phi", "phook", "pi", "pickupgroupedcommand", "pitchfork", "placeattachments", "placebookmarks", "placebtxrendering", "placechemical", "placecitation", "placecombinedlist", "placecomments", "placecontent", "placecurrentformulanumber", "placedbox", "placefigure", "placefloat", "placefloatwithsetups", "placefootnotes", "placeformula", "placeframed", "placegraphic", "placeheadnumber", "placeheadtext", "placehelp", "placeindex", "placeinitial", "placeintermezzo", "placelayer", "placelayeredtext", "placelegend", "placelist", "placelistofabbreviations", "placelistofchemicals", "placelistoffigures", "placelistofgraphics", "placelistofintermezzi", "placelistoflogos", "placelistofpublications", "placelistofsorts", "placelistofsynonyms", "placelistoftables", "placelocalfootnotes", "placelocalnotes", "placement", "placenamedfloat", "placenamedformula", "placenotes", "placeongrid", "placeontopofeachother", "placepagenumber", "placepairedbox", "placeparallel", "placerawheaddata", "placerawheadnumber", "placerawheadtext", "placerawlist", "placeregister", "placerenderingwindow", "placesidebyside", "placesubformula", "placetable", "pm", "popattribute", "popmacro", "popmode", "popsystemmode", "position", "positionoverlay", "positionregionoverlay", "positivesign", "postponenotes", "prec", "precapprox", "preccurlyeq", "preceq", "preceqq", "precnapprox", "precneq", "precneqq", "precnsim", "precsim", "predefinedfont", "predefinefont", "predefinesymbol", "prefixedpagenumber", "prefixlanguage", "prefixtext", "prependetoks", "prependgvalue", "prependtocommalist", "prependtoks", "prependtoksonce", "prependvalue", "prerollblank", "presetbtxlabeltext", "presetdocument", "presetfieldsymbols", "presetheadtext", "presetlabeltext", "presetmathlabeltext", "presetoperatortext", "presetprefixtext", "presetsuffixtext", "presettaglabeltext", "presetunittext", "pretocommalist", "prettyprintbuffer", "prevcounter", "prevcountervalue", "preventmode", "prevrealpage", "prevrealpagenumber", "prevsubcountervalue", "prevsubpage", "prevsubpagenumber", "prevuserpage", "prevuserpagenumber", "prime", "primes", "procent", "processMPbuffer", "processMPfigurefile", "processaction", "processallactionsinset", "processassignlist", "processassignmentcommand", "processassignmentlist", "processbetween", "processblocks", "processbodyfontenvironmentlist", "processcolorcomponents", "processcommacommand", "processcommalist", "processcommalistwithparameters", "processcontent", "processfile", "processfilemany", "processfilenone", "processfileonce", "processfirstactioninset", "processisolatedchars", "processisolatedwords", "processlinetablebuffer", "processlinetablefile", "processlist", "processmonth", "processranges", "processseparatedlist", "processtexbuffer", "processtokens", "processuntil", "processxtablebuffer", "processyear", "prod", "product", "profiledbox", "profilegivenbox", "program", "project", "propto", "pseudoMixedCapped", "pseudoSmallCapped", "pseudoSmallcapped", "pseudosmallcapped", "psi", "punctuationspace", "purenumber", "pushattribute", "pushbutton", "pushmacro", "pushmode", "pushoutputstream", "pushsystemmode", "putboxincache", "putnextboxincache", "qquad", "quad", "quadrupleprime", "quads", "quarterstrut", "questiondown", "questionedeq", "quitcommalist", "quitprevcommalist", "quittypescriptscanning", "quotation", "quote", "quotedbl", "quotedblbase", "quotedblleft", "quotedblright", "quoteleft", "quoteright", "quotesingle", "quotesinglebase", "rVert", "racute", "raggedbottom", "raggedcenter", "raggedleft", "raggedright", "raggedwidecenter", "raisebox", "randomizetext", "randomnumber", "rangle", "rationals", "rawcounter", "rawcountervalue", "rawdate", "rawdoifelseinset", "rawdoifinset", "rawdoifinsetelse", "rawgetparameters", "rawprocessaction", "rawprocesscommacommand", "rawprocesscommalist", "rawstructurelistuservariable", "rawsubcountervalue", "rbox", "rbrace", "rbracket", "rcaron", "rceil", "rcommaaccent", "rdoublegrave", "readfile", "readfixfile", "readjobfile", "readlocfile", "readsetfile", "readsysfile", "readtexfile", "readxmlfile", "realSmallCapped", "realSmallcapped", "realpagenumber", "reals", "realsmallcapped", "recursedepth", "recurselevel", "recursestring", "redoconvertfont", "ref", "reference", "referencecolumnnumber", "referencepagedetail", "referencepagestate", "referenceprefix", "referencerealpage", "referencesymbol", "referring", "registerattachment", "registerctxluafile", "registered", "registerexternalfigure", "registerfontclass", "registerhyphenationexception", "registerhyphenationpattern", "registermenubuttons", "registersort", "registersynonym", "registerunit", "regular", "relatemarking", "relateparameterhandlers", "relaxvalueifundefined", "relbar", "remainingcharacters", "remark", "removebottomthings", "removedepth", "removefromcommalist", "removelastskip", "removelastspace", "removemarkedcontent", "removepunctuation", "removesubstring", "removetoks", "removeunwantedspaces", "repeathead", "replacefeature", "replaceincommalist", "replaceword", "rescan", "rescanwithsetup", "resetMPdrawing", "resetMPenvironment", "resetMPinstance", "resetallattributes", "resetandaddfeature", "resetbar", "resetboxesincache", "resetbreakpoints", "resetbuffer", "resetcharacteralign", "resetcharacterkerning", "resetcharacterspacing", "resetcharacterstripping", "resetcollector", "resetcounter", "resetdigitsmanipulation", "resetdirection", "resetfeature", "resetflag", "resetfontcolorsheme", "resetfontfallback", "resetfontsolution", "resethyphenationfeatures", "resetinjector", "resetinteractionmenu", "resetitaliccorrection", "resetlayer", "resetlocalfloats", "resetmarker", "resetmarking", "resetmode", "resetpagenumber", "resetparallel", "resetpath", "resetpenalties", "resetperiodkerning", "resetprofile", "resetrecurselevel", "resetreference", "resetreplacements", "resetscript", "resetsetups", "resetshownsynonyms", "resetsubpagenumber", "resetsymbolset", "resetsystemmode", "resettimer", "resettokenlist", "resettrackers", "resettrialtypesetting", "resetusedsortings", "resetusedsynonyms", "resetuserpagenumber", "resetvalue", "resetvisualizers", "reshapebox", "resolvedglyphdirect", "resolvedglyphstyled", "restartcounter", "restorebox", "restorecatcodes", "restorecounter", "restorecurrentattributes", "restoreendofline", "restoreglobalbodyfont", "restriction", "reusableMPgraphic", "reuseMPgraphic", "reuserandomseed", "reverseddoubleprime", "reversedprime", "reversedtripleprime", "reversehbox", "reversehpack", "reversetpack", "reversevbox", "reversevpack", "reversevtop", "revivefeature", "rfence", "rfloor", "rgroup", "rhbox", "rho", "rhooknearrow", "rhookswarrow", "right", "rightaligned", "rightangle", "rightarrow", "rightarrowbar", "rightarrowtail", "rightarrowtriangle", "rightbottombox", "rightbox", "rightdasharrow", "rightguillemot", "rightharpoondown", "rightharpoonup", "righthbox", "rightheadtext", "rightlabeltext", "rightleftarrows", "rightleftharpoons", "rightline", "rightmathlabeltext", "rightorleftpageaction", "rightpageorder", "rightrightarrows", "rightskipadaption", "rightsquigarrow", "rightsubguillemot", "rightthreearrows", "rightthreetimes", "righttoleft", "righttolefthbox", "righttoleftvbox", "righttoleftvtop", "righttopbox", "rightwavearrow", "rightwhitearrow", "ring", "rinterval", "rinvertedbreve", "risingdotseq", "rlap", "rlointerval", "rmoustache", "rneq", "robustaddtocommalist", "robustdoifelseinset", "robustdoifinsetelse", "robustpretocommalist", "rointerval", "rollbutton", "roman", "romanC", "romanD", "romanI", "romanII", "romanIII", "romanIV", "romanIX", "romanL", "romanM", "romanV", "romanVI", "romanVII", "romanVIII", "romanX", "romanXI", "romanXII", "romanc", "romand", "romani", "romanii", "romaniii", "romaniv", "romanix", "romanl", "romanm", "romannumerals", "romanv", "romanvi", "romanvii", "romanviii", "romanx", "romanxi", "romanxii", "rootradical", "rotate", "rparent", "rrangle", "rrbracket", "rrointerval", "rtimes", "rtlhbox", "rtlvbox", "rtlvtop", "rtop", "ruby", "ruledhbox", "ruledhpack", "ruledmbox", "ruledtopv", "ruledtpack", "ruledvbox", "ruledvpack", "ruledvtop", "runMPbuffer", "runninghbox", "rvert", "sacute", "safechar", "samplefile", "sans", "sansbold", "sansnormal", "sansserif", "savebox", "savebtxdataset", "savebuffer", "savecounter", "savecurrentattributes", "savenormalmeaning", "savetaggedtwopassdata", "savetwopassdata", "sbox", "scale", "scaron", "scedilla", "schwa", "schwahook", "scircumflex", "scommaaccent", "screen", "searrow", "secondoffivearguments", "secondoffourarguments", "secondofsixarguments", "secondofthreearguments", "secondofthreeunexpanded", "secondoftwoarguments", "secondoftwounexpanded", "section", "sectionmark", "seeindex", "select", "selectblocks", "serializecommalist", "serializedcommalist", "serif", "serifbold", "serifnormal", "setJSpreamble", "setMPlayer", "setMPpositiongraphic", "setMPpositiongraphicrange", "setMPtext", "setMPvariable", "setMPvariables", "setautopagestaterealpageno", "setbar", "setbigbodyfont", "setboxllx", "setboxlly", "setbreakpoints", "setcapstrut", "setcatcodetable", "setcharacteralign", "setcharacteraligndetail", "setcharactercasing", "setcharactercleaning", "setcharacterkerning", "setcharacterspacing", "setcharacterstripping", "setcharstrut", "setcollector", "setcolormodell", "setcounter", "setcounterown", "setcurrentfontclass", "setdataset", "setdefaultpenalties", "setdigitsmanipulation", "setdirection", "setdocumentargument", "setdocumentargumentdefault", "setdocumentfilename", "setdummyparameter", "setelementexporttag", "setemeasure", "setevalue", "setevariable", "setevariables", "setfirstline", "setfirstpasscharacteralign", "setflag", "setfont", "setfontcolorsheme", "setfontfeature", "setfontsolution", "setfontstrut", "setglobalscript", "setgmeasure", "setgvalue", "setgvariable", "setgvariables", "sethboxregister", "sethyphenatedurlafter", "sethyphenatedurlbefore", "sethyphenatedurlnormal", "sethyphenationfeatures", "setinitial", "setinjector", "setinteraction", "setinterfacecommand", "setinterfaceconstant", "setinterfaceelement", "setinterfacemessage", "setinterfacevariable", "setinternalrendering", "setitaliccorrection", "setlayer", "setlayerframed", "setlayertext", "setlinefiller", "setlocalhsize", "setlocalscript", "setmainbodyfont", "setmainparbuilder", "setmarker", "setmarking", "setmathstyle", "setmeasure", "setmessagetext", "setminus", "setmode", "setnostrut", "setnote", "setnotetext", "setobject", "setoldstyle", "setpagereference", "setpagestate", "setpagestaterealpageno", "setpenalties", "setpercentdimen", "setperiodkerning", "setposition", "setpositionbox", "setpositiondata", "setpositiondataplus", "setpositiononly", "setpositionplus", "setpositionstrut", "setprofile", "setrandomseed", "setreference", "setreferencedobject", "setregisterentry", "setreplacements", "setrigidcolumnbalance", "setrigidcolumnhsize", "setscript", "setsecondpasscharacteralign", "setsectionblock", "setsimplecolumnshsize", "setsmallbodyfont", "setsmallcaps", "setstackbox", "setstructurepageregister", "setstrut", "setsuperiors", "setsystemmode", "settabular", "settaggedmetadata", "settestcrlf", "settextcontent", "settightobject", "settightreferencedobject", "settightstrut", "settightunreferencedobject", "settokenlist", "settrialtypesetting", "setuevalue", "setugvalue", "setunreferencedobject", "setup", "setupMPgraphics", "setupMPinstance", "setupMPpage", "setupMPvariables", "setupTABLE", "setupTEXpage", "setupalign", "setupalternativestyles", "setuparranging", "setupattachment", "setupattachments", "setupbackend", "setupbackground", "setupbackgrounds", "setupbar", "setupbars", "setupblackrules", "setupblank", "setupbleeding", "setupblock", "setupbodyfont", "setupbodyfontenvironment", "setupbookmark", "setupbottom", "setupbottomtexts", "setupbtx", "setupbtxdataset", "setupbtxlabeltext", "setupbtxlist", "setupbtxregister", "setupbtxrendering", "setupbuffer", "setupbutton", "setupcapitals", "setupcaption", "setupcaptions", "setupcharacteralign", "setupcharacterkerning", "setupcharacterspacing", "setupchemical", "setupchemicalframed", "setupclipping", "setupcollector", "setupcolor", "setupcolors", "setupcolumns", "setupcolumnset", "setupcolumnsetarea", "setupcolumnsetareatext", "setupcolumnsetlines", "setupcolumnsetspan", "setupcolumnsetstart", "setupcombination", "setupcombinedlist", "setupcomment", "setupcontent", "setupcounter", "setupdataset", "setupdelimitedtext", "setupdescription", "setupdescriptions", "setupdirections", "setupdocument", "setupeffect", "setupenumeration", "setupenumerations", "setupenv", "setupexport", "setupexternalfigure", "setupexternalsoundtracks", "setupfacingfloat", "setupfield", "setupfieldbody", "setupfieldcategory", "setupfieldcontentframed", "setupfieldlabelframed", "setupfields", "setupfieldtotalframed", "setupfiller", "setupfillinlines", "setupfillinrules", "setupfirstline", "setupfittingpage", "setupfloat", "setupfloatframed", "setupfloats", "setupfloatsplitting", "setupfontexpansion", "setupfontprotrusion", "setupfonts", "setupfontsolution", "setupfooter", "setupfootertexts", "setupfootnotes", "setupforms", "setupformula", "setupformulae", "setupformulaframed", "setupframed", "setupframedcontent", "setupframedtable", "setupframedtablecolumn", "setupframedtablerow", "setupframedtext", "setupframedtexts", "setupglobalreferenceprefix", "setuphead", "setupheadalternative", "setupheader", "setupheadertexts", "setupheadnumber", "setupheads", "setupheadtext", "setuphelp", "setuphigh", "setuphighlight", "setuphyphenation", "setuphyphenmark", "setupindentedtext", "setupindenting", "setupindex", "setupinitial", "setupinsertion", "setupinteraction", "setupinteractionbar", "setupinteractionmenu", "setupinteractionscreen", "setupinterlinespace", "setupitaliccorrection", "setupitemgroup", "setupitemizations", "setupitemize", "setupitems", "setuplabel", "setuplabeltext", "setuplanguage", "setuplayer", "setuplayeredtext", "setuplayout", "setuplayouttext", "setuplegend", "setuplinefiller", "setuplinefillers", "setuplinenote", "setuplinenumbering", "setuplines", "setuplinetable", "setuplinewidth", "setuplist", "setuplistalternative", "setuplistextra", "setuplocalfloats", "setuplocalinterlinespace", "setuplow", "setuplowhigh", "setuplowmidhigh", "setupmakeup", "setupmarginblock", "setupmargindata", "setupmarginframed", "setupmarginrule", "setupmarginrules", "setupmarking", "setupmathalignment", "setupmathcases", "setupmathematics", "setupmathfence", "setupmathfraction", "setupmathfractions", "setupmathframed", "setupmathlabeltext", "setupmathmatrix", "setupmathornament", "setupmathradical", "setupmathstackers", "setupmathstyle", "setupmixedcolumns", "setupmodule", "setupnarrower", "setupnotation", "setupnotations", "setupnote", "setupnotes", "setupoffset", "setupoffsetbox", "setupoperatortext", "setupoppositeplacing", "setuporientation", "setupoutputroutine", "setuppagechecker", "setuppagecolumns", "setuppagecomment", "setuppageinjection", "setuppageinjectionalternative", "setuppagenumber", "setuppagenumbering", "setuppageshift", "setuppagestate", "setuppagetransitions", "setuppairedbox", "setuppalet", "setuppaper", "setuppapersize", "setupparagraph", "setupparagraphintro", "setupparagraphnumbering", "setupparagraphs", "setupparallel", "setupperiodkerning", "setupperiods", "setupplacement", "setuppositionbar", "setuppositioning", "setupprefixtext", "setupprocessor", "setupprofile", "setupprograms", "setupquotation", "setupquote", "setuprealpagenumber", "setupreferenceformat", "setupreferenceprefix", "setupreferencestructureprefix", "setupreferencing", "setupregister", "setupregisters", "setuprenderingwindow", "setuprotate", "setupruby", "setups", "setupscale", "setupscript", "setupscripts", "setupsectionblock", "setupselector", "setupshift", "setupsidebar", "setupsorting", "setupspacing", "setupspellchecking", "setupstartstop", "setupstretched", "setupstrut", "setupstyle", "setupsubformula", "setupsubformulas", "setupsubpagenumber", "setupsuffixtext", "setupsymbols", "setupsymbolset", "setupsynctex", "setupsynonyms", "setupsystem", "setuptables", "setuptabulate", "setuptabulation", "setuptagging", "setuptaglabeltext", "setuptext", "setuptextbackground", "setuptextflow", "setuptextnote", "setuptextrules", "setuptexttexts", "setupthinrules", "setuptolerance", "setuptooltip", "setuptop", "setuptoptexts", "setuptype", "setuptyping", "setupunit", "setupunittext", "setupurl", "setupuserdata", "setupuserdataalternative", "setupuserpagenumber", "setupversion", "setupviewerlayer", "setupvspacing", "setupwhitespace", "setupwithargument", "setupwithargumentswapped", "setupxml", "setupxtable", "setuvalue", "setuxvalue", "setvalue", "setvariable", "setvariables", "setvboxregister", "setvisualizerfont", "setvtopregister", "setwidthof", "setxmeasure", "setxvalue", "setxvariable", "setxvariables", "seveneighths", "sfrac", "shapedhbox", "sharp", "shiftbox", "shiftdown", "shiftup", "showallmakeup", "showattributes", "showbodyfont", "showbodyfontenvironment", "showboxes", "showbtxdatasetauthors", "showbtxdatasetcompleteness", "showbtxdatasetfields", "showbtxfields", "showbtxhashedauthors", "showbtxtables", "showchardata", "showcharratio", "showcolor", "showcolorbar", "showcolorcomponents", "showcolorgroup", "showcolorset", "showcolorstruts", "showcounter", "showdirectives", "showdirsinmargin", "showedebuginfo", "showexperiments", "showfont", "showfontdata", "showfontexpansion", "showfontitalics", "showfontkerns", "showfontparameters", "showfontstrip", "showfontstyle", "showframe", "showglyphdata", "showglyphs", "showgrid", "showgridsnapping", "showhelp", "showhyphenationtrace", "showhyphens", "showinjector", "showjustification", "showkerning", "showlayout", "showlayoutcomponents", "showligature", "showligatures", "showlogcategories", "showmakeup", "showmargins", "showmessage", "showminimalbaseline", "shownextbox", "showotfcomposition", "showpalet", "showparentchain", "showprint", "showsetups", "showsetupsdefinition", "showstruts", "showsymbolset", "showtimer", "showtokens", "showtrackers", "showvalue", "showvariable", "showwarning", "sigma", "signalrightpage", "sim", "simeq", "simplealignedbox", "simplealignedboxplus", "simplealignedspreadbox", "simplegroupedcommand", "simplereversealignedbox", "simplereversealignedboxplus", "singalcharacteralign", "singlebond", "singleverticalbar", "sixperemspace", "sixthofsixarguments", "slanted", "slantedbold", "slantedface", "slash", "slicepages", "slong", "slovenianNumerals", "sloveniannumerals", "small", "smallbodyfont", "smallbold", "smallbolditalic", "smallboldslanted", "smallcappedcharacters", "smallcappedromannumerals", "smallcaps", "smaller", "smallitalicbold", "smallnormal", "smallskip", "smallslanted", "smallslantedbold", "smalltype", "smash", "smashbox", "smashboxed", "smashedhbox", "smashedvbox", "smile", "snaptogrid", "softhyphen", "solidus", "someheadnumber", "somekindoftab", "someline", "somelocalfloat", "somenamedheadnumber", "someplace", "somewhere", "space", "spaceddigits", "spaceddigitsmethod", "spaceddigitsseparator", "spaceddigitssymbol", "spadesuit", "spanishNumerals", "spanishnumerals", "speech", "sphericalangle", "splitatasterisk", "splitatcolon", "splitatcolons", "splitatcomma", "splitatperiod", "splitdfrac", "splitfilename", "splitfloat", "splitfrac", "splitoffbase", "splitofffull", "splitoffkind", "splitoffname", "splitoffpath", "splitoffroot", "splitofftokens", "splitofftype", "splitstring", "spreadhbox", "sqcap", "sqcup", "sqrt", "sqsubset", "sqsubseteq", "sqsubsetneq", "sqsupset", "sqsupseteq", "sqsupsetneq", "square", "squaredots", "ssharp", "stackrel", "stackscripts", "star", "stareq", "startJScode", "startJSpreamble", "startLUA", "startMP", "startMPclip", "startMPcode", "startMPdefinitions", "startMPdrawing", "startMPenvironment", "startMPextensions", "startMPinclusions", "startMPinitializations", "startMPpage", "startMPpositiongraphic", "startMPpositionmethod", "startMPrun", "startPARSEDXML", "startTABLE", "startTABLEbody", "startTABLEfoot", "startTABLEhead", "startTABLEnested", "startTABLEnext", "startTC", "startTD", "startTDs", "startTEX", "startTEXpage", "startTH", "startTN", "startTR", "startTRs", "startTX", "startTY", "startXML", "startalign", "startalignment", "startallmodes", "startappendices", "startarrangedpages", "startaside", "startattachment", "startbackground", "startbackmatter", "startbar", "startbbordermatrix", "startbitmapimage", "startblockquote", "startbodymatter", "startbordermatrix", "startboxedcolumns", "startbtxlabeltext", "startbtxrenderingdefinitions", "startbuffer", "startcases", "startcatcodetable", "startcenteraligned", "startchapter", "startcharacteralign", "startcheckedfences", "startchemical", "startchemicaltext", "startcollect", "startcollecting", "startcolor", "startcolorintent", "startcoloronly", "startcolorset", "startcolumns", "startcolumnset", "startcolumnsetspan", "startcombination", "startcomment", "startcomponent", "startcontextcode", "startcontextdefinitioncode", "startctxfunction", "startctxfunctiondefinition", "startcurrentcolor", "startcurrentlistentrywrapper", "startdelimited", "startdelimitedtext", "startdisplaymath", "startdmath", "startdocument", "starteffect", "startelement", "startembeddedxtable", "startendnote", "startendofline", "startenvironment", "startexceptions", "startexpanded", "startexpandedcollect", "startextendedcatcodetable", "startexternalfigurecollection", "startfacingfloat", "startfact", "startfigure", "startfiguretext", "startfittingpage", "startfixed", "startfloatcombination", "startfont", "startfontclass", "startfontsolution", "startfootnote", "startformula", "startformulas", "startframed", "startframedcell", "startframedcontent", "startframedrow", "startframedtable", "startframedtext", "startfrontmatter", "startgoto", "startgraphictext", "startgridsnapping", "starthanging", "starthbox", "starthboxestohbox", "starthboxregister", "starthead", "startheadtext", "starthelptext", "starthiding", "starthighlight", "starthyphenation", "startimath", "startindentation", "startindentedtext", "startinteraction", "startinteractionmenu", "startinterface", "startintermezzotext", "startintertext", "startitem", "startitemgroup", "startitemgroupcolumns", "startitemize", "startknockout", "startlabeltext", "startlanguage", "startlayout", "startleftaligned", "startlegend", "startline", "startlinealignment", "startlinecorrection", "startlinefiller", "startlinenote", "startlinenumbering", "startlines", "startlinetable", "startlinetablebody", "startlinetablecell", "startlinetablehead", "startlocalfootnotes", "startlocalheadsetup", "startlocallinecorrection", "startlocalnotes", "startlocalsetups", "startlua", "startluacode", "startluaparameterset", "startluasetups", "startmakeup", "startmarginblock", "startmarginrule", "startmarkedcontent", "startmarkpages", "startmathalignment", "startmathcases", "startmathlabeltext", "startmathmatrix", "startmathmode", "startmathstyle", "startmatrices", "startmatrix", "startmaxaligned", "startmdformula", "startmidaligned", "startmiddlealigned", "startmiddlemakeup", "startmixedcolumns", "startmode", "startmodeset", "startmodule", "startmoduletestsection", "startmpformula", "startnamedsection", "startnamedsubformulas", "startnarrow", "startnarrower", "startnegative", "startnicelyfilledbox", "startnointerference", "startnotallmodes", "startnotext", "startnotmode", "startoperatortext", "startopposite", "startoutputstream", "startoverlay", "startoverprint", "startpacked", "startpagecolumns", "startpagecomment", "startpagefigure", "startpagelayout", "startpagemakeup", "startpar", "startparagraph", "startparagraphs", "startparagraphscell", "startparbuilder", "startpart", "startpath", "startplacechemical", "startplacefigure", "startplacefloat", "startplaceformula", "startplacegraphic", "startplaceintermezzo", "startplacelegend", "startplacepairedbox", "startplacetable", "startpositioning", "startpositionoverlay", "startpositive", "startpostponing", "startpostponingnotes", "startprefixtext", "startprocessassignmentcommand", "startprocessassignmentlist", "startprocesscommacommand", "startprocesscommalist", "startproduct", "startproject", "startprotect", "startprotectedcolors", "startpublication", "startpunctuation", "startquotation", "startquote", "startrandomized", "startrandomseed", "startrawsetups", "startreadingfile", "startreferenceprefix", "startregime", "startregister", "startreusableMPgraphic", "startrightaligned", "startruby", "startscript", "startsdformula", "startsection", "startsectionblock", "startsectionblockenvironment", "startsectionlevel", "startsetups", "startshapebox", "startshift", "startsidebar", "startsimplecolumns", "startspecialitem", "startspeech", "startspformula", "startsplitformula", "startsplittext", "startspread", "startstandardmakeup", "startstaticMPfigure", "startstaticMPgraphic", "startstrictinspectnextcharacter", "startstructurepageregister", "startstrut", "startstyle", "startsubformulas", "startsubject", "startsubjectlevel", "startsubsection", "startsubsentence", "startsubstack", "startsubsubject", "startsubsubsection", "startsubsubsubject", "startsubsubsubsection", "startsubsubsubsubject", "startsubsubsubsubsection", "startsubsubsubsubsubject", "startsuffixtext", "startsymbolset", "starttable", "starttablehead", "starttables", "starttabletail", "starttabletext", "starttabulate", "starttabulatehead", "starttabulatetail", "starttagged", "starttaglabeltext", "starttexcode", "starttexdefinition", "starttext", "starttextbackground", "starttextbackgroundmanual", "starttextcolor", "starttextcolorintent", "starttextflow", "starttextmakeup", "starttextrule", "starttitle", "starttokenlist", "starttokens", "starttransparent", "starttypescript", "starttypescriptcollection", "starttyping", "startuniqueMPgraphic", "startuniqueMPpagegraphic", "startunittext", "startunpacked", "startusableMPgraphic", "startuseMPgraphic", "startusemathstyleparameter", "startuserdata", "startusingbtxspecification", "startvbox", "startvboxregister", "startvboxtohbox", "startvboxtohboxseparator", "startviewerlayer", "startvtop", "startvtopregister", "startxcell", "startxcellgroup", "startxcolumn", "startxgroup", "startxmldisplayverbatim", "startxmlinlineverbatim", "startxmlraw", "startxmlsetups", "startxrow", "startxrowgroup", "startxtable", "startxtablebody", "startxtablefoot", "startxtablehead", "startxtablenext", "stligature", "stopJScode", "stopJSpreamble", "stopLUA", "stopMP", "stopMPclip", "stopMPcode", "stopMPdefinitions", "stopMPdrawing", "stopMPenvironment", "stopMPextensions", "stopMPinclusions", "stopMPinitializations", "stopMPpage", "stopMPpositiongraphic", "stopMPpositionmethod", "stopMPrun", "stopPARSEDXML", "stopTABLE", "stopTABLEbody", "stopTABLEfoot", "stopTABLEhead", "stopTABLEnested", "stopTABLEnext", "stopTC", "stopTD", "stopTDs", "stopTEX", "stopTEXpage", "stopTH", "stopTN", "stopTR", "stopTRs", "stopTX", "stopTY", "stopXML", "stopalign", "stopalignment", "stopallmodes", "stopappendices", "stoparrangedpages", "stopaside", "stopattachment", "stopbackground", "stopbackmatter", "stopbar", "stopbbordermatrix", "stopbitmapimage", "stopblockquote", "stopbodymatter", "stopbordermatrix", "stopboxedcolumns", "stopbtxlabeltext", "stopbtxrenderingdefinitions", "stopbuffer", "stopcases", "stopcatcodetable", "stopcenteraligned", "stopchapter", "stopcharacteralign", "stopcheckedfences", "stopchemical", "stopchemicaltext", "stopcollect", "stopcollecting", "stopcolor", "stopcolorintent", "stopcoloronly", "stopcolorset", "stopcolumns", "stopcolumnset", "stopcolumnsetspan", "stopcombination", "stopcomment", "stopcomponent", "stopcontextcode", "stopcontextdefinitioncode", "stopctxfunction", "stopctxfunctiondefinition", "stopcurrentcolor", "stopcurrentlistentrywrapper", "stopdelimited", "stopdelimitedtext", "stopdisplaymath", "stopdmath", "stopdocument", "stopeffect", "stopelement", "stopembeddedxtable", "stopendnote", "stopendofline", "stopenvironment", "stopexceptions", "stopexpanded", "stopexpandedcollect", "stopextendedcatcodetable", "stopexternalfigurecollection", "stopfacingfloat", "stopfact", "stopfigure", "stopfiguretext", "stopfittingpage", "stopfixed", "stopfloatcombination", "stopfont", "stopfontclass", "stopfontsolution", "stopfootnote", "stopformula", "stopformulas", "stopframed", "stopframedcell", "stopframedcontent", "stopframedrow", "stopframedtable", "stopframedtext", "stopfrontmatter", "stopgoto", "stopgraphictext", "stopgridsnapping", "stophanging", "stophbox", "stophboxestohbox", "stophboxregister", "stophead", "stopheadtext", "stophelptext", "stophiding", "stophighlight", "stophyphenation", "stopimath", "stopindentation", "stopindentedtext", "stopinteraction", "stopinteractionmenu", "stopinterface", "stopintermezzotext", "stopintertext", "stopitem", "stopitemgroup", "stopitemgroupcolumns", "stopitemize", "stopknockout", "stoplabeltext", "stoplanguage", "stoplayout", "stopleftaligned", "stoplegend", "stopline", "stoplinealignment", "stoplinecorrection", "stoplinefiller", "stoplinenote", "stoplinenumbering", "stoplines", "stoplinetable", "stoplinetablebody", "stoplinetablecell", "stoplinetablehead", "stoplocalfootnotes", "stoplocalheadsetup", "stoplocallinecorrection", "stoplocalnotes", "stoplocalsetups", "stoplua", "stopluacode", "stopluaparameterset", "stopluasetups", "stopmakeup", "stopmarginblock", "stopmarginrule", "stopmarkedcontent", "stopmarkpages", "stopmathalignment", "stopmathcases", "stopmathlabeltext", "stopmathmatrix", "stopmathmode", "stopmathstyle", "stopmatrices", "stopmatrix", "stopmaxaligned", "stopmdformula", "stopmidaligned", "stopmiddlealigned", "stopmiddlemakeup", "stopmixedcolumns", "stopmode", "stopmodeset", "stopmodule", "stopmoduletestsection", "stopmpformula", "stopnamedsection", "stopnamedsubformulas", "stopnarrow", "stopnarrower", "stopnegative", "stopnicelyfilledbox", "stopnointerference", "stopnotallmodes", "stopnotext", "stopnotmode", "stopoperatortext", "stopopposite", "stopoutputstream", "stopoverlay", "stopoverprint", "stoppacked", "stoppagecolumns", "stoppagecomment", "stoppagefigure", "stoppagelayout", "stoppagemakeup", "stoppar", "stopparagraph", "stopparagraphs", "stopparagraphscell", "stopparbuilder", "stoppart", "stoppath", "stopplacechemical", "stopplacefigure", "stopplacefloat", "stopplaceformula", "stopplacegraphic", "stopplaceintermezzo", "stopplacelegend", "stopplacepairedbox", "stopplacetable", "stoppositioning", "stoppositionoverlay", "stoppositive", "stoppostponing", "stoppostponingnotes", "stopprefixtext", "stopprocessassignmentcommand", "stopprocessassignmentlist", "stopprocesscommacommand", "stopprocesscommalist", "stopproduct", "stopproject", "stopprotect", "stopprotectedcolors", "stoppublication", "stoppunctuation", "stopquotation", "stopquote", "stoprandomized", "stoprandomseed", "stoprawsetups", "stopreadingfile", "stopreferenceprefix", "stopregime", "stopreusableMPgraphic", "stoprightaligned", "stopruby", "stopscript", "stopsdformula", "stopsection", "stopsectionblock", "stopsectionblockenvironment", "stopsectionlevel", "stopsetups", "stopshapebox", "stopshift", "stopsidebar", "stopsimplecolumns", "stopspecialitem", "stopspeech", "stopspformula", "stopsplitformula", "stopsplittext", "stopspread", "stopstandardmakeup", "stopstaticMPfigure", "stopstaticMPgraphic", "stopstrictinspectnextcharacter", "stopstrut", "stopstyle", "stopsubformulas", "stopsubject", "stopsubjectlevel", "stopsubsection", "stopsubsentence", "stopsubstack", "stopsubsubject", "stopsubsubsection", "stopsubsubsubject", "stopsubsubsubsection", "stopsubsubsubsubject", "stopsubsubsubsubsection", "stopsubsubsubsubsubject", "stopsuffixtext", "stopsymbolset", "stoptable", "stoptablehead", "stoptables", "stoptabletail", "stoptabletext", "stoptabulate", "stoptabulatehead", "stoptabulatetail", "stoptagged", "stoptaglabeltext", "stoptexcode", "stoptexdefinition", "stoptext", "stoptextbackground", "stoptextbackgroundmanual", "stoptextcolor", "stoptextcolorintent", "stoptextflow", "stoptextmakeup", "stoptextrule", "stoptitle", "stoptokenlist", "stoptokens", "stoptransparent", "stoptypescript", "stoptypescriptcollection", "stoptyping", "stopuniqueMPgraphic", "stopuniqueMPpagegraphic", "stopunittext", "stopunpacked", "stopusableMPgraphic", "stopuseMPgraphic", "stopusemathstyleparameter", "stopuserdata", "stopusingbtxspecification", "stopvbox", "stopvboxregister", "stopvboxtohbox", "stopvboxtohboxseparator", "stopviewerlayer", "stopvtop", "stopvtopregister", "stopxcell", "stopxcellgroup", "stopxcolumn", "stopxgroup", "stopxmldisplayverbatim", "stopxmlinlineverbatim", "stopxmlraw", "stopxmlsetups", "stopxrow", "stopxrowgroup", "stopxtable", "stopxtablebody", "stopxtablefoot", "stopxtablehead", "stopxtablenext", "stretched", "strictdoifelsenextoptional", "strictdoifnextoptionalelse", "stripcharacter", "strippedcsname", "stripspaces", "structurelistuservariable", "structurenumber", "structuretitle", "structureuservariable", "structurevariable", "strut", "strutdp", "strutgap", "strutht", "struthtdp", "struttedbox", "strutwd", "style", "styleinstance", "subject", "subpagenumber", "subsection", "subsentence", "subset", "subseteq", "subseteqq", "subsetneq", "subsetneqq", "substituteincommalist", "subsubject", "subsubsection", "subsubsubject", "subsubsubsection", "subsubsubsubject", "subsubsubsubsection", "subsubsubsubsubject", "subtractfeature", "succ", "succapprox", "succcurlyeq", "succeq", "succeqq", "succnapprox", "succneq", "succneqq", "succnsim", "succsim", "suffixlanguage", "suffixtext", "sum", "supset", "supseteq", "supseteqq", "supsetneq", "supsetneqq", "surd", "surdradical", "swapcounts", "swapdimens", "swapface", "swapmacros", "swaptypeface", "swarrow", "switchstyleonly", "switchtobodyfont", "switchtocolor", "switchtointerlinespace", "symbol", "symbolreference", "synchronizeblank", "synchronizeindenting", "synchronizemarking", "synchronizeoutputstreams", "synchronizestrut", "synchronizewhitespace", "synctexblockfilename", "synctexresetfilename", "synctexsetfilename", "systemlog", "systemlogfirst", "systemloglast", "systemsetups", "tLeftarrow", "tLeftrightarrow", "tRightarrow", "tabulateautoline", "tabulateautorule", "tabulateline", "tabulaterule", "taggedctxcommand", "taggedlabeltexts", "taglabellanguage", "taglabeltext", "tau", "tbinom", "tbox", "tcaron", "tcedilla", "tcommaaccent", "tcurl", "tequal", "test", "testandsplitstring", "testcolumn", "testfeature", "testfeatureonce", "testpage", "testpageonly", "testpagesync", "testtokens", "tex", "texdefinition", "texsetup", "textAngstrom", "textacute", "textampersand", "textasciicircum", "textasciitilde", "textat", "textbackslash", "textbar", "textbottomcomma", "textbottomdot", "textbraceleft", "textbraceright", "textbreve", "textbrokenbar", "textbullet", "textcaron", "textcedilla", "textcelsius", "textcent", "textcircledP", "textcircumflex", "textcitation", "textcite", "textcomma", "textcontrolspace", "textcurrency", "textdag", "textddag", "textdegree", "textdiaeresis", "textdiv", "textdollar", "textdong", "textdotaccent", "textellipsis", "texteuro", "textflowcollector", "textfraction", "textgrave", "texthash", "texthorizontalbar", "texthungarumlaut", "texthyphen", "textkelvin", "textlognot", "textmacron", "textmath", "textmho", "textminus", "textmu", "textmultiply", "textnumero", "textogonek", "textohm", "textormathchar", "textormathchars", "textounce", "textpercent", "textperiod", "textplus", "textpm", "textreference", "textring", "textrule", "textslash", "textsterling", "texttilde", "textunderscore", "textvisiblespace", "textyen", "thai", "thainumerals", "thefirstcharacter", "thenormalizedbodyfontsize", "theorientation", "therefore", "theremainingcharacters", "theta", "thickspace", "thinrule", "thinrules", "thinspace", "thirdoffivearguments", "thirdoffourarguments", "thirdofsixarguments", "thirdofthreearguments", "thirdofthreeunexpanded", "thook", "thookleftarrow", "thookrightarrow", "thorn", "threedigitrounding", "threeeighths", "threefifths", "threeperemspace", "threequarter", "threesuperior", "tibetannumerals", "tightlayer", "tilde", "times", "tinyfont", "title", "tlap", "tleftarrow", "tleftharpoondown", "tleftharpoonup", "tleftrightarrow", "tleftrightharpoons", "tmapsto", "to", "tochar", "tolinenote", "tooltip", "top", "topbox", "topleftbox", "toplinebox", "toprightbox", "topskippedbox", "tracecatcodetables", "tracedfontname", "tracedpagestate", "traceoutputroutines", "tracepositions", "trademark", "translate", "transparencycomponents", "transparent", "trel", "triangle", "triangledown", "triangleleft", "triangleq", "triangleright", "trightarrow", "trightharpoondown", "trightharpoonup", "trightleftharpoons", "trightoverleftarrow", "triplebond", "tripleprime", "tripleverticalbar", "truefilename", "truefontname", "tstroke", "ttraggedright", "ttriplerel", "ttwoheadleftarrow", "ttwoheadrightarrow", "turnediota", "twodigitrounding", "twofifths", "twoheaddownarrow", "twoheadleftarrow", "twoheadrightarrow", "twoheadrightarrowtail", "twoheaduparrow", "twosuperior", "twothirds", "tx", "txx", "typ", "type", "typebuffer", "typedefinedbuffer", "typeface", "typefile", "typeinlinebuffer", "typescriptone", "typescriptprefix", "typescriptthree", "typescripttwo", "typesetbuffer", "typesetbufferonly", "typesetfile", "uacute", "ubreve", "ucaron", "ucircumflex", "uconvertnumber", "udiaeresis", "udiaeresisacute", "udiaeresiscaron", "udiaeresisgrave", "udiaeresismacron", "udotbelow", "udots", "udoublegrave", "uedcatcodecommand", "ugrave", "uhook", "uhorn", "uhornacute", "uhorndotbelow", "uhorngrave", "uhornhook", "uhorntilde", "uhungarumlaut", "uinvertedbreve", "ulcorner", "umacron", "undefinevalue", "undepthed", "underbar", "underbars", "underbrace", "underbracket", "underdash", "underdashes", "underdot", "underdots", "underleftarrow", "underparent", "underrandom", "underrandoms", "underrightarrow", "underset", "understrike", "understrikes", "undoassign", "unexpandeddocumentvariable", "unframed", "unhhbox", "unihex", "uniqueMPgraphic", "uniqueMPpagegraphic", "unit", "unitlanguage", "unitshigh", "unitslow", "unittext", "unknown", "unprotected", "unregisterhyphenationpattern", "unspaceafter", "unspaceargument", "unspaced", "unspacestring", "unstackscripts", "untexargument", "untexcommand", "uogonek", "upand", "uparrow", "updasharrow", "updownarrow", "updownarrowbar", "updownarrows", "upharpoonleft", "upharpoonright", "uplus", "uppercased", "uppercasestring", "upperleftdoubleninequote", "upperleftdoublesixquote", "upperleftsingleninequote", "upperleftsinglesixquote", "upperrightdoubleninequote", "upperrightdoublesixquote", "upperrightsingleninequote", "upperrightsinglesixquote", "upsilon", "upuparrows", "upwhitearrow", "urcorner", "uring", "url", "useJSscripts", "useMPenvironmentbuffer", "useMPgraphic", "useMPlibrary", "useMPrun", "useMPvariables", "useURL", "usealignparameter", "useblankparameter", "useblocks", "usebodyfont", "usebodyfontparameter", "usebtxdataset", "usebtxdefinitions", "usecitation", "usecolors", "usecomponent", "usedirectory", "usedummycolorparameter", "usedummystyleandcolor", "usedummystyleparameter", "useenvironment", "useexternaldocument", "useexternalfigure", "useexternalrendering", "useexternalsoundtrack", "usefigurebase", "usefile", "usegridparameter", "useindentingparameter", "useindentnextparameter", "useinterlinespaceparameter", "uselanguageparameter", "useluamodule", "usemathstyleparameter", "usemodule", "useproduct", "useprofileparameter", "useproject", "usereferenceparameter", "userpagenumber", "usesetupsparameter", "usestaticMPfigure", "usesubpath", "usesymbols", "usetexmodule", "usetypescript", "usetypescriptfile", "useurl", "usezipfile", "utfchar", "utflower", "utfupper", "utilde", "utilityregisterlength", "vDash", "varTheta", "varepsilon", "varkappa", "varnothing", "varphi", "varpi", "varrho", "varsigma", "vartheta", "vboxreference", "vdash", "vdots", "vec", "vee", "veebar", "veeeq", "verbatim", "verbatimstring", "verbosenumber", "version", "vert", "verticalgrowingbar", "verticalpositionbar", "veryraggedcenter", "veryraggedleft", "veryraggedright", "vglue", "viewerlayer", "vl", "vpackbox", "vpackedbox", "vphantom", "vpos", "vsmash", "vsmashbox", "vsmashed", "vspace", "vspacing", "wcircumflex", "wdofstring", "wedge", "wedgeeq", "weekday", "whitearrowupfrombar", "widehat", "widetilde", "widthofstring", "widthspanningtext", "withoutpt", "word", "wordright", "words", "wordtonumber", "wp", "wr", "writebetweenlist", "writedatatolist", "writestatus", "writetolist", "xLeftarrow", "xLeftrightarrow", "xRightarrow", "xdefconvertedargument", "xequal", "xfrac", "xhookleftarrow", "xhookrightarrow", "xi", "xleftarrow", "xleftharpoondown", "xleftharpoonup", "xleftrightarrow", "xleftrightharpoons", "xmapsto", "xmladdindex", "xmlafterdocumentsetup", "xmlaftersetup", "xmlall", "xmlappenddocumentsetup", "xmlappendsetup", "xmlapplyselectors", "xmlatt", "xmlattdef", "xmlattribute", "xmlattributedef", "xmlbadinclusions", "xmlbeforedocumentsetup", "xmlbeforesetup", "xmlchainatt", "xmlchainattdef", "xmlchecknamespace", "xmlcommand", "xmlconcat", "xmlconcatrange", "xmlcontext", "xmlcount", "xmldefaulttotext", "xmldirectives", "xmldirectivesafter", "xmldirectivesbefore", "xmldisplayverbatim", "xmldoif", "xmldoifatt", "xmldoifelse", "xmldoifelseatt", "xmldoifelseempty", "xmldoifelseselfempty", "xmldoifelsetext", "xmldoifelsevalue", "xmldoifnot", "xmldoifnotatt", "xmldoifnotselfempty", "xmldoifnottext", "xmldoifselfempty", "xmldoiftext", "xmlelement", "xmlfilter", "xmlfirst", "xmlflush", "xmlflushcontext", "xmlflushdocumentsetups", "xmlflushlinewise", "xmlflushpure", "xmlflushspacewise", "xmlflushtext", "xmlinclude", "xmlinclusion", "xmlinclusions", "xmlinfo", "xmlinjector", "xmlinlineprettyprint", "xmlinlineprettyprinttext", "xmlinlineverbatim", "xmlinstalldirective", "xmllast", "xmllastatt", "xmllastmatch", "xmllastpar", "xmlloadbuffer", "xmlloaddata", "xmlloaddirectives", "xmlloadfile", "xmlloadonly", "xmlmain", "xmlmapvalue", "xmlname", "xmlnamespace", "xmlnonspace", "xmlpar", "xmlparam", "xmlpath", "xmlpos", "xmlposition", "xmlprependdocumentsetup", "xmlprependsetup", "xmlprettyprint", "xmlprettyprinttext", "xmlprocessbuffer", "xmlprocessdata", "xmlprocessfile", "xmlpure", "xmlraw", "xmlrefatt", "xmlregistereddocumentsetups", "xmlregisteredsetups", "xmlregisterns", "xmlremapname", "xmlremapnamespace", "xmlremovedocumentsetup", "xmlremovesetup", "xmlresetdocumentsetups", "xmlresetinjectors", "xmlresetsetups", "xmlsave", "xmlsetatt", "xmlsetattribute", "xmlsetentity", "xmlsetfunction", "xmlsetinjectors", "xmlsetpar", "xmlsetparam", "xmlsetsetup", "xmlsetup", "xmlshow", "xmlsnippet", "xmlstrip", "xmlstripnolines", "xmlstripped", "xmlstrippednolines", "xmltag", "xmltexentity", "xmltext", "xmltobuffer", "xmltobufferverbose", "xmltofile", "xmlvalue", "xmlverbatim", "xrel", "xrightarrow", "xrightharpoondown", "xrightharpoonup", "xrightleftharpoons", "xrightoverleftarrow", "xsplitstring", "xtriplerel", "xtwoheadleftarrow", "xtwoheadrightarrow", "xxfrac", "xypos", "yacute", "ycircumflex", "ydiaeresis", "ydotbelow", "yen", "ygrave", "yhook", "ymacron", "ytilde", "zacute", "zcaron", "zdotaccent", "zeronumberconversion", "zerowidthnobreakspace", "zerowidthspace", "zeta", "zhook", "zstroke", "zwj", "zwnj" }, + ["cs"]={ "Cisla", "Kap", "MESIC", "Rimskecislice", "SLOVA", "SLOVO", "Slova", "Slovo", "VSEDNIDEN", "Znak", "Znaky", "aktualnicislonadpisu", "aktualnidatum", "barevnalista", "barva", "cernalinka", "cernelinky", "cisla", "cislonadpisu", "cislorovnice", "cislostrany", "datum", "definuj", "definujakcent", "definujbarvu", "definujblok", "definujbloksekce", "definujbuffer", "definujfont", "definujformatodkazu", "definujhbox", "definujinterakcnimenu", "definujkombinovanyseznam", "definujkonverzi", "definujnadpis", "definujobrazeksymbol", "definujodkaz", "definujodstavce", "definujopis", "definujoramovani", "definujoramovanytext", "definujpaletu", "definujplvouciobjekt", "definujpodpole", "definujpole", "definujpopis", "definujpopisek", "definujprekryv", "definujprikaz", "definujprofil", "definujprogram", "definujprostredizakladnihofontu", "definujrejstrik", "definujsablonutabulky", "definujsekci", "definujseznam", "definujskupinubarev", "definujstartstop", "definujstyl", "definujstylfontu", "definujsymbol", "definujsynonumumfontu", "definujsynonyma", "definujtabelaci", "definujtext", "definujtrideni", "definujupravu", "definujvelikostpapiru", "definujvycet", "definujzakladnifont", "definujzasobnikpoli", "definujznaceni", "definujznak", "delkaseznamu", "externiobraz", "hlavnijazyk", "hodnotabarvy", "instalacejazyka", "interakcnilista", "interakcnitlacitka", "interaktivnimenu", "jazyk", "jdidolu", "jdina", "jdinabox", "jdinastranu", "klonujpole", "komponenta", "konvertujcislo", "kopirujpole", "korekcebilehomista", "matematika", "meritko", "mesic", "mezera", "mrizka", "nastavbarvu", "nastavbarvy", "nastavbilamista", "nastavblok", "nastavbloksekce", "nastavbuffer", "nastavcernelinky", "nastavcislonadpisu", "nastavcislostrany", "nastavcislovaniodstavcu", "nastavcislovaniradku", "nastavcislovanistran", "nastavcitaci", "nastavdeleniplvoucichobjektu", "nastavdelitko", "nastavdolnitexty", "nastavhorejsek", "nastavhornitexty", "nastavinterakci", "nastavinterakcnilistu", "nastavinterakcnimenu", "nastavinterakcniobrazovku", "nastavjazyk", "nastavkapitalky", "nastavkombinovanyseznam", "nastavkomentar", "nastavkomentarstrany", "nastavmarginalnilinky", "nastavmeziradkovoumezeru", "nastavnadpis", "nastavnadpisy", "nastavodkazovani", "nastavodsazovani", "nastavodstavce", "nastavopis", "nastavoramovanetexty", "nastavoramovani", "nastavorez", "nastavotoceni", "nastavpaletu", "nastavplvouciobjekt", "nastavplvouciobjekty", "nastavpodcislostrany", "nastavpole", "nastavpolozky", "nastavpopisek", "nastavpopisky", "nastavpopisy", "nastavpozadi", "nastavpoznamkypodcarou", "nastavprechodstrany", "nastavpreskok", "nastavprogramy", "nastavprostredizakladnihofontu", "nastavradkovani", "nastavradky", "nastavrejstrik", "nastavrovnice", "nastavsadusymbolu", "nastavseznam", "nastavsirkucary", "nastavsloupce", "nastavspodek", "nastavsynonyma", "nastavsystem", "nastavtabelaci", "nastavtabulky", "nastavtenkelinky", "nastavtext", "nastavtextovelinky", "nastavtexttexty", "nastavtextyupati", "nastavtextyzahlavi", "nastavtoleranci", "nastavtrideni", "nastavtype", "nastavumisteniprotejsku", "nastavumistovani", "nastavupati", "nastavupravu", "nastavurl", "nastavusporadani", "nastavvelikostpapiru", "nastavvsechnapole", "nastavvycty", "nastavvyplnovelinky", "nastavvyplnoveradky", "nastavvzhled", "nastavzahlavi", "nastavzakladnifont", "nastavzarovnani", "nastavznaceni", "nastavzuzeni", "nastrane", "nejakyradek", "nekde", "neznamo", "nivy", "nizky", "nokap", "obrazovka", "odkaz", "odkaznastranu", "odkaznatext", "odkazujici", "opis", "opissoubor", "oramovani", "oref", "orez", "otocit", "oznaceni", "pis", "plnezneni", "pole", "polozka", "polozky", "porovnejpaletu", "porovnejskupinubarev", "pozadi", "pozice", "poznamka", "pref", "prelozit", "prepninazakladnifont", "preskoc", "prizpusobivepole", "prizpusobvzhled", "produkt", "projekt", "prostredi", "resetznaceni", "rimskecislice", "rozdelplvouciobjekt", "roztazene", "schovejbloky", "sedabarva", "sloupec", "slovovpravo", "stanovcharakteristickuseznamu", "stanovcislonadpisu", "startbarva", "startinteraktivnimenu", "startjazyk", "startjdina", "startkomponenta", "startmarginalnilinka", "startnadpis", "startoramovani", "startpolozka", "startpozadi", "startprodukt", "startprojekt", "startprostredi", "startpublikace", "startradek", "starttextovalinka", "startumistirovnici", "startzarovnanonastred", "startzarovnanovlevo", "startzarovnanovpravo", "startzhustene", "stopbarva", "stopinteraktivnimenu", "stopjazyk", "stopjdina", "stopkomponenta", "stopmarginalnilinka", "stopnadpis", "stoporamovani", "stoppolozka", "stoppozadi", "stopprodukt", "stopprojekt", "stopprostredi", "stoppublikace", "stopradek", "stoptextovalinka", "stopumistirovnici", "stopzarovnanonastred", "stopzarovnanovlevo", "stopzarovnanovpravo", "stopzhustene", "strana", "tecky", "tenkalinka", "tenkelinky", "textovalinka", "tlacitko", "tlacitkomenu", "tloustkacary", "tref", "tvrdamezera", "tvrdemezery", "ukazbarvu", "ukazmrizku", "ukaznastaveni", "ukazpaletu", "ukazpodpery", "ukazpostredizakladnihofontu", "ukazramecek", "ukazsadusymbolu", "ukazskupinubarev", "ukazupravu", "ukazvytisk", "ukazvzhled", "ukazzakladnifont", "umistikombinovanyseznam", "umistilokalnipoznamkypodcarou", "umistinadsebe", "umistinamrizku", "umistipodrovnici", "umistipoznamkypodcarou", "umistirejstrik", "umistirovnici", "umistiseznam", "umistivedlesebe", "umistizalozky", "urcicharakteristikurejstriku", "uzijJSscripts", "uzijURL", "uzijadresar", "uzijbloky", "uzijexternidokument", "uzijexterniobraz", "uzijexternizvuk", "uzijmodul", "uzijsymbol", "uzijurl", "verze", "vlasovalinka", "vradku", "vsedniden", "vyberbloky", "vyplnenytext", "vyplnovelinky", "vyplnovyradek", "vysoky", "zachovejbloky", "zadnamezera", "zadnehorniadolniradky", "zadnezahlaviaupati", "zalozka", "zapisdoseznamu", "zapismeziseznam", "zaramovani", "zarovnanonastred", "zarovnanovlevo", "zarovnanovpravo", "zasobnikpoli", "ziskejbuffer", "ziskejznaceni", "znaceni", "znak", "znaky", "zpracujbloky", "zrcadlit", "zref" }, + ["de"]={ "Buchstabe", "Buchstaben", "Kap", "MONAT", "Roemischezahlen", "WOCHENTAG", "WOERTER", "WORT", "Woerter", "Wort", "Ziffern", "amgitterausrichten", "aufseite", "ausfuelltext", "ausschnitt", "bearbeitebloecke", "behaltebloecke", "bei", "bemerkung", "benutzeverzeichnis", "beschriftung", "bestimmekopfnummer", "bestimmelistencharakeristika", "bestimmeregistercharakteristika", "bildschirm", "blanko", "buchstabe", "buchstaben", "datum", "defineschriftsynonym", "definiereabbsymbol", "definiereabsaetze", "definiereabschnitt", "definiereabschnittsblock", "definiereakzent", "definierebefehl", "definierebeschreibung", "definierebeschreibungen", "definierebeschriftung", "definiereblock", "definierefarbe", "definierefarbengruppe", "definierefeld", "definierefeldstapel", "definierefliesstext", "definierefliesstextumgebung", "definieregleitobjekt", "definierehbox", "definiereinteraktionsmenue", "definierekonversion", "definierelabel", "definiereliste", "definieren", "definierenummerierung", "definiereoverlay", "definierepalette", "definierepapierformat", "definiereprofil", "definiereprogramme", "definierepuffer", "definierereferenz", "definierereferenzformat", "definiereregister", "definiereschrift", "definiereschriftstil", "definieresortieren", "definierestartstop", "definierestil", "definieresubfeld", "definieresymbol", "definieresynonyme", "definieretabellenvorlage", "definieretabulator", "definieretext", "definieretippen", "definiereueberschrift", "definiereumbruch", "definiereumrahmt", "definiereumrahmtertext", "definierezeichen", "definierezusammengestellteliste", "drehen", "duennelinie", "duennerumriss", "einezeile", "externeabbildung", "farbbalken", "farbe", "farbewert", "feld", "feldstapel", "festesspatium", "format", "formelnummer", "gefuelltesrechteck", "gefuelltezeile", "gestreckt", "gitter", "graufarbe", "haarlinie", "hauptsprache", "heutigesdatum", "heutigeskopfnummer", "hintergrund", "hoch", "holebeschriftung", "holepuffer", "imumriss", "installieresprache", "interaktionsbalken", "interaktionsknopfe", "interaktionsmenue", "inzeile", "irgendwo", "keinekopfundfusszeilen", "keinspatium", "keinzeilenobenundunten", "klonierefeld", "knopf", "komponente", "konvertierezahl", "kopfnummer", "kopierefeld", "korrigierezwischenraum", "liniendicke", "linksbuendig", "listenlaenge", "mathematik", "menueknopf", "monat", "nachunten", "nokap", "notiz", "passelayoutan", "passendfeld", "platzierebookmarks", "platziereformel", "platzierefussnoten", "platziereliste", "platzierelokalefussnoten", "platzierenebeneinander", "platziereregister", "platziereuntereinander", "platziereunterformel", "platzierezusammengestellteliste", "pos", "posten", "produkt", "programm", "projekt", "punkt", "rechteck", "rechtecke", "rechtsbuendig", "referenz", "referieren", "roemischezahlen", "ruecksetztenbeschriftung", "schreibezurliste", "schreibezwischenliste", "seite", "seitenreferenz", "seitenummer", "settext", "spalte", "spatium", "spiegeln", "sprache", "startfarbe", "starthintergrund", "startinteraktionsmenue", "startkleinerdurchschuss", "startkomponente", "startkopf", "startlinksbuendig", "startmarginallinie", "startplatziereformel", "startpos", "startprodukt", "startprojekt", "startpublikation", "startrechtsbuendig", "startsprache", "starttextlinie", "startumgebung", "startumrahmt", "startzeile", "startzentriert", "startzu", "stelleabsaetzeein", "stelleabsatznummerierungein", "stelleabschnittsblockein", "stelleanordnenein", "stelleaufzaehlungenein", "stelleausrichtungein", "stelleausschnittein", "stellebeschreibungein", "stellebeschriftungein", "stellebilderunterschriftein", "stellebildunterschriftein", "stellebindestrichein", "stelleblankoein", "stelleblockein", "stelledrehenein", "stelleduennerumrissein", "stelleeinziehenein", "stelleengerein", "stellefarbeein", "stellefarbenein", "stellefeldein", "stellefelderin", "stellefliesstextein", "stellefliesstextumgebungein", "stelleformelnein", "stellefussnotenein", "stellefusszeileein", "stellefusszeilentextein", "stellegefuelltesrechteckein", "stellegefuelltezeileein", "stellegegenueberplatzierenein", "stellegleitobjekteein", "stellegleitobjektein", "stellehintergruendeein", "stellehintergrundein", "stelleinteraktionein", "stelleinteraktionsbalkenein", "stelleinteraktionsbildschirmein", "stelleinteraktionsmenueein", "stellekommentarein", "stellekopfzahlein", "stellekopfzeileein", "stellekopfzeilentextein", "stellelayoutein", "stellelinienbreiteein", "stellelisteein", "stellemarginallinieein", "stellenobenein", "stellepaletteein", "stellepapierformatein", "stelleplatziegeteiltegleitobjekt", "stellepositionierenein", "stellepostenein", "stelleprogrammein", "stellepufferein", "stellerechteckein", "stellereferenzierenein", "stelleregisterein", "stelleseitenkommentarein", "stelleseitennummerein", "stelleseitennummeriernungein", "stelleseitenuebergangein", "stellesortierenein", "stellespaltenein", "stellespatiumein", "stellespracheein", "stellesymbolsetein", "stellesynonymein", "stellesystemein", "stelletabellenein", "stelletabulatorein", "stelletextein", "stelletextobenein", "stelletexttexteein", "stelletextumrissein", "stelletextuntenein", "stelletipein", "stelletippenein", "stelletoleranzein", "stelleueberschriftein", "stelleueberschriftenein", "stelleumbruchein", "stelleumrahmtein", "stelleumrahmtetexteein", "stelleuntenein", "stelleunterseitennummerein", "stelleurlein", "stelleversalienein", "stellezeilenabstandein", "stellezeilenein", "stellezeilennumerierungein", "stellezitierenein", "stellezusammengestelltelisteein", "stellezwischenraumein", "stopfarbe", "stophintergrund", "stopinteraktionsmenue", "stopkleinerdurchschuss", "stopkomponente", "stopkopf", "stoplinksbuendig", "stopmarginallinie", "stopplatziereformel", "stoppos", "stopprodukt", "stopprojekt", "stoppublikation", "stoprechtsbuendig", "stopsprache", "stoptextlinie", "stopumgebung", "stopumrahmt", "stopzeile", "stopzentriert", "stopzu", "teilegleitobjekt", "textlinie", "textreferenz", "tief", "tiho", "tip", "tippedatei", "tippen", "tippepuffer", "ueber", "uebersetzten", "umgebung", "umrahmt", "unbekant", "verbergebloecke", "vergleichefarbengruppe", "vergleichepalette", "verwendeJSscript", "verwendeURL", "verwendebloecke", "verwendeexteresdokument", "verwendeexterneabbildung", "verwendeexternestonstueck", "verwendemodul", "verwendesymbole", "verwendeurl", "volleswort", "von", "waehlebloeckeaus", "wechselezumfliesstext", "wochentag", "wortrechts", "zeigedruck", "zeigeeinstellungen", "zeigefarbe", "zeigefarbengruppe", "zeigefliesstext", "zeigefliesstextumgebung", "zeigegitter", "zeigelayout", "zeigepalette", "zeigerahmen", "zeigestruts", "zeigeumbruch", "zentriert", "ziffern", "zu", "zurbox", "zurseite" }, ["en"]={}, - ["fr"]={ "Caractere", "Caracteres", "Chiffresromains", "JOURSEMAINE", "MOIS", "MOT", "MOTS", "Mot", "Mots", "Numeros", "a", "adaptedisposition", "ajustechamp", "alaligne", "alapage", "aligneadroite", "aligneagauche", "aligneaumilieu", "arriereplan", "baha", "barrecouleur", "barreinteraction", "bas", "bouton", "boutonmenu", "boutonsinteraction", "cacheblocs", "caractere", "caracteres", "champ", "changepolicecorps", "chiffresromains", "clonechamp", "colonne", "commentaire", "comparegroupecouleur", "comparepalette", "completenumeropage", "completeregistre", "composant", "concernant", "convertitnumero", "copitchamp", "corrigeespaceblanc", "couleur", "couleurgrise", "dactylographier", "dans", "datecourante", "de", "definicaractere", "definit", "definitaccent", "definitbloc", "definitblocsection", "definitbuffer", "definitcalque", "definitchamp", "definitcommande", "definitconversion", "definitcouleur", "definitdactylo", "definitdemarrestoppe", "definitdescription", "definitdisposition", "definitenumeration", "definitenvironnementpolicecorps", "definitetiquette", "definitflottant", "definitformatreference", "definitgroupecouleur", "definithbox", "definitjeucolonne", "definitliste", "definitlisteimbriquee", "definitmakeup", "definitmarquage", "definitmenuinteraction", "definitpalette", "definitparagraphes", "definitpilechamp", "definitpolice", "definitpolicecorps", "definitprofil", "definitprogramme", "definitreference", "definitregistre", "definitrevetement", "definitsautdecolonne", "definitsautdepage", "definitsection", "definitsouschamp", "definitstyle", "definitstylepolice", "definitsymbole", "definitsymbolefigure", "definitsynonymepolice", "definitsynonymes", "definittabulation", "definittaillepapier", "definittete", "definittexte", "definittrametableau", "definittri", "definittype", "definitvide", "demarreJScode", "demarreJSpreamble", "demarreLUA", "demarreMP", "demarreMPclip", "demarreMPcode", "demarreMPdefinitions", "demarreMPdrawing", "demarreMPenvironment", "demarreMPextensions", "demarreMPinclusions", "demarreMPinitializations", "demarreMPpage", "demarreMPpositiongraphic", "demarreMPpositionmethod", "demarreMPrun", "demarrePARSEDXML", "demarreTABLE", "demarreTABLEbody", "demarreTABLEfoot", "demarreTABLEhead", "demarreTABLEnext", "demarreTC", "demarreTD", "demarreTDs", "demarreTEX", "demarreTEXpage", "demarreTH", "demarreTN", "demarreTR", "demarreTRs", "demarreTX", "demarreTY", "demarreXML", "demarrealign", "demarrealigneadroite", "demarrealigneagauche", "demarrealigneaumilieu", "demarrealignment", "demarreallmodes", "demarreappendices", "demarrearrangedpages", "demarrearriereplan", "demarreaside", "demarreattachment", "demarrebackmatter", "demarrebar", "demarrebbordermatrix", "demarrebitmapimage", "demarreblockquote", "demarrebodymatter", "demarrebordermatrix", "demarreboxedcolumns", "demarrebtxlabeltext", "demarrebtxrenderingdefinitions", "demarrebuffer", "demarrecases", "demarrecatcodetable", "demarrecenteraligned", "demarrechapter", "demarrecharacteralign", "demarrecheckedfences", "demarrechemical", "demarrechemicaltext", "demarreciter", "demarrecollect", "demarrecollecting", "demarrecolorintent", "demarrecoloronly", "demarrecolorset", "demarrecolumns", "demarrecolumnset", "demarrecolumnsetspan", "demarrecombination", "demarrecomment", "demarrecomposant", "demarrecontextcode", "demarrecontextdefinitioncode", "demarrecouleur", "demarrectxfunction", "demarrectxfunctiondefinition", "demarrecurrentcolor", "demarrecurrentlistentrywrapper", "demarredelimited", "demarredelimitedtext", "demarredisplaymath", "demarredmath", "demarredocument", "demarreeffect", "demarreelement", "demarreembeddedxtable", "demarreendnote", "demarreendofline", "demarreenvironement", "demarreexceptions", "demarreexpanded", "demarreexpandedcollect", "demarreextendedcatcodetable", "demarreexternalfigurecollection", "demarrefacingfloat", "demarrefact", "demarrefigure", "demarrefiguretext", "demarrefittingpage", "demarrefixed", "demarrefloatcombination", "demarrefont", "demarrefontclass", "demarrefontsolution", "demarrefootnote", "demarreformula", "demarreformulas", "demarreframed", "demarreframedcell", "demarreframedcontent", "demarreframedrow", "demarreframedtable", "demarreframedtext", "demarrefrontmatter", "demarregraphictext", "demarregridsnapping", "demarregroupe", "demarrehanging", "demarrehbox", "demarrehboxestohbox", "demarrehboxregister", "demarreheadtext", "demarrehelptext", "demarrehiding", "demarrehighlight", "demarrehyphenation", "demarreimath", "demarreindentation", "demarreindentedtext", "demarreinteraction", "demarreinterface", "demarreintermezzotext", "demarreintertext", "demarreitemgroup", "demarreitemgroupcolumns", "demarreitemize", "demarreknockout", "demarrelabeltext", "demarrelangue", "demarrelayout", "demarrelegend", "demarreligne", "demarreligneregleetexte", "demarrelinealignment", "demarrelinecorrection", "demarrelinefiller", "demarrelinenumbering", "demarrelines", "demarrelinetable", "demarrelinetablebody", "demarrelinetablecell", "demarrelinetablehead", "demarrelocalfootnotes", "demarrelocalheadsetup", "demarrelocallinecorrection", "demarrelocalnotes", "demarrelocalsetups", "demarrelua", "demarreluacode", "demarreluaparameterset", "demarreluasetups", "demarremakeup", "demarremargereglee", "demarremarginblock", "demarremarkedcontent", "demarremarkpages", "demarremathalignment", "demarremathcases", "demarremathlabeltext", "demarremathmatrix", "demarremathmode", "demarremathstyle", "demarrematrices", "demarrematrix", "demarremaxaligned", "demarremdformula", "demarremenuinteraction", "demarremiddlealigned", "demarremiddlemakeup", "demarremixedcolumns", "demarremode", "demarremodeset", "demarremodule", "demarremoduletestsection", "demarrempformula", "demarrenamedsection", "demarrenamedsubformulas", "demarrenarrow", "demarrenarrower", "demarrenegative", "demarrenicelyfilledbox", "demarrenointerference", "demarrenotallmodes", "demarrenotext", "demarrenotmode", "demarreoperatortext", "demarreopposite", "demarreoutputstream", "demarreoverlay", "demarreoverprint", "demarrepagecolumns", "demarrepagecomment", "demarrepagefigure", "demarrepagelayout", "demarrepagemakeup", "demarrepar", "demarreparagraph", "demarreparagraphs", "demarreparagraphscell", "demarreparbuilder", "demarrepart", "demarrepath", "demarreplacechemical", "demarreplacefigure", "demarreplaceflottant", "demarreplaceformule", "demarreplacegraphic", "demarreplaceintermezzo", "demarreplacelegend", "demarreplacepairedbox", "demarreplacetable", "demarrepositioning", "demarrepositionoverlay", "demarrepositive", "demarrepostponing", "demarrepostponingnotes", "demarreprefixtext", "demarreprocessassignmentcommand", "demarreprocessassignmentlist", "demarreprocesscommacommand", "demarreprocesscommalist", "demarreproduit", "demarreprojet", "demarreprotect", "demarreprotectedcolors", "demarrepublication", "demarrepunctuation", "demarrequotation", "demarrequote", "demarrerandomized", "demarrerandomseed", "demarrerawsetups", "demarrereadingfile", "demarrereferenceprefix", "demarreregime", "demarrereusableMPgraphic", "demarreruby", "demarrescript", "demarresdformula", "demarresection", "demarresectionblock", "demarresectionblockenvironment", "demarresectionlevel", "demarresetups", "demarreshapebox", "demarreshift", "demarresidebar", "demarresimplecolumns", "demarrespecialitem", "demarrespeech", "demarrespformula", "demarresplitformula", "demarresplittext", "demarrespread", "demarrestandardmakeup", "demarrestaticMPfigure", "demarrestaticMPgraphic", "demarrestrictinspectnextcharacter", "demarrestrut", "demarrestyle", "demarresubformulas", "demarresubject", "demarresubjectlevel", "demarresubsection", "demarresubsentence", "demarresubstack", "demarresubsubject", "demarresubsubsection", "demarresubsubsubject", "demarresubsubsubsection", "demarresubsubsubsubject", "demarresubsubsubsubsection", "demarresubsubsubsubsubject", "demarresuffixtext", "demarresymbolset", "demarretable", "demarretablehead", "demarretables", "demarretabletail", "demarretabletext", "demarretabulate", "demarretabulatehead", "demarretabulatetail", "demarretagged", "demarretaglabeltext", "demarretete", "demarretexcode", "demarretexdefinition", "demarretext", "demarretextbackground", "demarretextbackgroundmanual", "demarretextcolor", "demarretextcolorintent", "demarretextflow", "demarretextmakeup", "demarretitle", "demarretokenlist", "demarretokens", "demarretransparent", "demarretypescript", "demarretypescriptcollection", "demarretyping", "demarreuniqueMPgraphic", "demarreuniqueMPpagegraphic", "demarreunittext", "demarreunpacked", "demarreusableMPgraphic", "demarreuseMPgraphic", "demarreusemathstyleparameter", "demarreuserdata", "demarreusingbtxspecification", "demarreva", "demarrevbox", "demarrevboxregister", "demarrevboxtohbox", "demarrevboxtohboxseparator", "demarreviewerlayer", "demarrevtop", "demarrevtopregister", "demarrexcell", "demarrexcellgroup", "demarrexcolumn", "demarrexgroup", "demarrexmldisplayverbatim", "demarrexmlinlineverbatim", "demarrexmlraw", "demarrexmlsetups", "demarrexrow", "demarrexrowgroup", "demarrextable", "demarrextablebody", "demarrextablefoot", "demarrextablehead", "demarrextablenext", "determinecaracteristiqueliste", "determinecaracteristiquesregistre", "determinenumerotete", "echelle", "ecran", "ecritdansliste", "ecritentreliste", "element", "elements", "environement", "espace", "espacefixe", "espacesfixes", "etire", "faitreference", "fichierdactylo", "figureexterne", "gardeblocs", "grille", "haut", "inconnu", "installelangue", "joursemaine", "langue", "langueprincipale", "largeurligne", "ligneh", "lignenoire", "ligneregleetexte", "lignesnoires", "llongueurliste", "marquage", "marquepage", "mathematique", "menuinteraction", "mois", "montrecadre", "montrecouleur", "montredisposition", "montreedition", "montreenvironnementpolicecorps", "montregrille", "montregroupecouleur", "montrejeusymboles", "montremakeup", "montrepalette", "montrepolicecorps", "montrereglages", "montrestruts", "motdroit", "numeroformule", "numeropage", "numeros", "numerotete", "numerotetecourant", "obtientmarquage", "oriente", "periodes", "pilechamp", "placecoteacote", "placeflottant", "placeformule", "placelesunsaudessusdesautres", "placeliste", "placelisteinmbriquee", "placemarquespages", "placenotespdp", "placenotespdplocales", "placenumeropage", "placenumerotete", "placeregistre", "placesousformule", "placesurgrille", "placetextetete", "prendbuffer", "produit", "programme", "projet", "qqpart", "razmarquage", "referencepage", "referencetexte", "reflete", "reglealignement", "reglearrangement", "reglearriereplan", "reglearriereplans", "reglebarreinteraction", "reglebloc", "regleblocsection", "reglebuffer", "reglecapitales", "reglechamp", "reglechamps", "regleclipping", "reglecolonnes", "reglecommentaire", "reglecommentairepage", "reglecompoetroite", "reglecomposeenalinea", "reglecouleur", "reglecouleurs", "regledactylo", "regledemarrestoppe", "regledisposition", "regleecraninteraction", "regleelements", "regleencadre", "regleentete", "regleenumerations", "regleepaisseurligne", "regleespaceblanc", "regleespacement", "regleespacementinterligne", "regleflottant", "regleflottants", "regleformulaires", "regleformules", "reglegroupeselements", "regleinf", "regleinteraction", "regleintitule", "regleintitules", "reglejeucolonne", "reglejeusymboles", "reglelangue", "reglelignes", "reglelignesnoires", "reglelignesreglestexte", "regleliste", "reglelisteimbriquee", "reglemakeup", "reglemargereglee", "reglemarquage", "reglemarquagehyphenation", "reglemenuinteraction", "reglenotepdp", "reglenumeropage", "reglenumerotationligne", "reglenumerotationpage", "reglenumerotationparagraphe", "reglenumerotete", "regleoriente", "reglepalette", "reglepapier", "regleparagraphes", "reglepdp", "regleplacementopposition", "reglepolicecorps", "reglepositionnement", "regleprogrammes", "reglereferencage", "regleregistre", "regleremplitligne", "regleremplitlignesreglees", "regleseparationflottant", "reglesousnumeropage", "reglesup", "reglesynonymes", "regletableaux", "regletabulation", "regletaillepapier", "regletete", "regletetes", "regletexte", "regletextesentete", "regletextesinf", "regletextespdp", "regletextessup", "regletextestexte", "regletolerance", "regletraitsfins", "regletransitionspage", "regletri", "regletype", "regleurl", "remplitligne", "remplitlignesreglees", "remplittexte", "sansespace", "sanslignesenteteetpdp", "sanslignessupetinf", "selectionneblocs", "separeflottant", "settext", "sousnumeropage", "stoppeJScode", "stoppeJSpreamble", "stoppeLUA", "stoppeMP", "stoppeMPclip", "stoppeMPcode", "stoppeMPdefinitions", "stoppeMPdrawing", "stoppeMPenvironment", "stoppeMPextensions", "stoppeMPinclusions", "stoppeMPinitializations", "stoppeMPpage", "stoppeMPpositiongraphic", "stoppeMPpositionmethod", "stoppeMPrun", "stoppePARSEDXML", "stoppeTABLE", "stoppeTABLEbody", "stoppeTABLEfoot", "stoppeTABLEhead", "stoppeTABLEnext", "stoppeTC", "stoppeTD", "stoppeTDs", "stoppeTEX", "stoppeTEXpage", "stoppeTH", "stoppeTN", "stoppeTR", "stoppeTRs", "stoppeTX", "stoppeTY", "stoppeXML", "stoppealign", "stoppealigneadroite", "stoppealigneagauche", "stoppealigneaumilieu", "stoppealignment", "stoppeallmodes", "stoppeappendices", "stoppearrangedpages", "stoppearriereplan", "stoppeaside", "stoppeattachment", "stoppebackmatter", "stoppebar", "stoppebbordermatrix", "stoppebitmapimage", "stoppeblockquote", "stoppebodymatter", "stoppebordermatrix", "stoppeboxedcolumns", "stoppebtxlabeltext", "stoppebtxrenderingdefinitions", "stoppebuffer", "stoppecases", "stoppecatcodetable", "stoppecenteraligned", "stoppechapter", "stoppecharacteralign", "stoppecheckedfences", "stoppechemical", "stoppechemicaltext", "stoppecollect", "stoppecollecting", "stoppecolorintent", "stoppecoloronly", "stoppecolorset", "stoppecolumns", "stoppecolumnset", "stoppecolumnsetspan", "stoppecombination", "stoppecomment", "stoppecomposant", "stoppecontextcode", "stoppecontextdefinitioncode", "stoppecouleur", "stoppectxfunction", "stoppectxfunctiondefinition", "stoppecurrentcolor", "stoppecurrentlistentrywrapper", "stoppedelimited", "stoppedelimitedtext", "stoppedisplaymath", "stoppedmath", "stoppedocument", "stoppeeffect", "stoppeelement", "stoppeembeddedxtable", "stoppeendnote", "stoppeendofline", "stoppeenvironement", "stoppeexceptions", "stoppeexpanded", "stoppeexpandedcollect", "stoppeextendedcatcodetable", "stoppeexternalfigurecollection", "stoppefacingfloat", "stoppefact", "stoppefigure", "stoppefiguretext", "stoppefittingpage", "stoppefixed", "stoppefloatcombination", "stoppefont", "stoppefontclass", "stoppefontsolution", "stoppefootnote", "stoppeformula", "stoppeformulas", "stoppeframed", "stoppeframedcell", "stoppeframedcontent", "stoppeframedrow", "stoppeframedtable", "stoppeframedtext", "stoppefrontmatter", "stoppegraphictext", "stoppegridsnapping", "stoppegroupe", "stoppehanging", "stoppehbox", "stoppehboxestohbox", "stoppehboxregister", "stoppeheadtext", "stoppehelptext", "stoppehiding", "stoppehighlight", "stoppehyphenation", "stoppeimath", "stoppeindentation", "stoppeindentedtext", "stoppeinteraction", "stoppeinterface", "stoppeintermezzotext", "stoppeintertext", "stoppeitemgroup", "stoppeitemgroupcolumns", "stoppeitemize", "stoppeknockout", "stoppelabeltext", "stoppelangue", "stoppelayout", "stoppelegend", "stoppeligne", "stoppeligneregleetexte", "stoppelinealignment", "stoppelinecorrection", "stoppelinefiller", "stoppelinenumbering", "stoppelines", "stoppelinetable", "stoppelinetablebody", "stoppelinetablecell", "stoppelinetablehead", "stoppelocalfootnotes", "stoppelocalheadsetup", "stoppelocallinecorrection", "stoppelocalnotes", "stoppelocalsetups", "stoppelua", "stoppeluacode", "stoppeluaparameterset", "stoppeluasetups", "stoppemakeup", "stoppemargereglee", "stoppemarginblock", "stoppemarkedcontent", "stoppemarkpages", "stoppemathalignment", "stoppemathcases", "stoppemathlabeltext", "stoppemathmatrix", "stoppemathmode", "stoppemathstyle", "stoppematrices", "stoppematrix", "stoppemaxaligned", "stoppemdformula", "stoppemenuinteraction", "stoppemiddlealigned", "stoppemiddlemakeup", "stoppemixedcolumns", "stoppemode", "stoppemodeset", "stoppemodule", "stoppemoduletestsection", "stoppempformula", "stoppenamedsection", "stoppenamedsubformulas", "stoppenarrow", "stoppenarrower", "stoppenegative", "stoppenicelyfilledbox", "stoppenointerference", "stoppenotallmodes", "stoppenotext", "stoppenotmode", "stoppeoperatortext", "stoppeopposite", "stoppeoutputstream", "stoppeoverlay", "stoppeoverprint", "stoppepagecolumns", "stoppepagecomment", "stoppepagefigure", "stoppepagelayout", "stoppepagemakeup", "stoppepar", "stoppeparagraph", "stoppeparagraphs", "stoppeparagraphscell", "stoppeparbuilder", "stoppepart", "stoppepath", "stoppeplacechemical", "stoppeplacefigure", "stoppeplaceflottant", "stoppeplaceformule", "stoppeplacegraphic", "stoppeplaceintermezzo", "stoppeplacelegend", "stoppeplacepairedbox", "stoppeplacetable", "stoppepositioning", "stoppepositionoverlay", "stoppepositive", "stoppepostponing", "stoppepostponingnotes", "stoppeprefixtext", "stoppeprocessassignmentcommand", "stoppeprocessassignmentlist", "stoppeprocesscommacommand", "stoppeprocesscommalist", "stoppeproduit", "stoppeprojet", "stoppeprotect", "stoppeprotectedcolors", "stoppepublication", "stoppepunctuation", "stoppequotation", "stoppequote", "stopperandomized", "stopperandomseed", "stopperawsetups", "stoppereadingfile", "stoppereferenceprefix", "stopperegime", "stoppereusableMPgraphic", "stopperuby", "stoppescript", "stoppesdformula", "stoppesection", "stoppesectionblock", "stoppesectionblockenvironment", "stoppesectionlevel", "stoppesetups", "stoppeshapebox", "stoppeshift", "stoppesidebar", "stoppesimplecolumns", "stoppespecialitem", "stoppespeech", "stoppespformula", "stoppesplitformula", "stoppesplittext", "stoppespread", "stoppestandardmakeup", "stoppestaticMPfigure", "stoppestaticMPgraphic", "stoppestrictinspectnextcharacter", "stoppestrut", "stoppestyle", "stoppesubformulas", "stoppesubject", "stoppesubjectlevel", "stoppesubsection", "stoppesubsentence", "stoppesubstack", "stoppesubsubject", "stoppesubsubsection", "stoppesubsubsubject", "stoppesubsubsubsection", "stoppesubsubsubsubject", "stoppesubsubsubsubsection", "stoppesubsubsubsubsubject", "stoppesuffixtext", "stoppesymbolset", "stoppetable", "stoppetablehead", "stoppetables", "stoppetabletail", "stoppetabletext", "stoppetabulate", "stoppetabulatehead", "stoppetabulatetail", "stoppetagged", "stoppetaglabeltext", "stoppetete", "stoppetexcode", "stoppetexdefinition", "stoppetext", "stoppetextbackground", "stoppetextbackgroundmanual", "stoppetextcolor", "stoppetextcolorintent", "stoppetextflow", "stoppetextmakeup", "stoppetitle", "stoppetokenlist", "stoppetokens", "stoppetransparent", "stoppetypescript", "stoppetypescriptcollection", "stoppetyping", "stoppeuniqueMPgraphic", "stoppeuniqueMPpagegraphic", "stoppeunittext", "stoppeunpacked", "stoppeusableMPgraphic", "stoppeuseMPgraphic", "stoppeusemathstyleparameter", "stoppeuserdata", "stoppeusingbtxspecification", "stoppeva", "stoppevbox", "stoppevboxregister", "stoppevboxtohbox", "stoppevboxtohboxseparator", "stoppeviewerlayer", "stoppevtop", "stoppevtopregister", "stoppexcell", "stoppexcellgroup", "stoppexcolumn", "stoppexgroup", "stoppexmldisplayverbatim", "stoppexmlinlineverbatim", "stoppexmlraw", "stoppexmlsetups", "stoppexrow", "stoppexrowgroup", "stoppextable", "stoppextablebody", "stoppextablefoot", "stoppextablehead", "stoppextablenext", "symbole", "tapebuffer", "textenotepdp", "traduire", "traiteblocs", "traitfin", "traitsfins", "uneligne", "utiliseJSscripts", "utiliseURL", "utiliseblocs", "utilisechemin", "utilisedocumentexterne", "utilisefigureexterne", "utilisemodule", "utilisepsiteaudioexterne", "utilisesymboles", "utiliseurl", "va", "vaalaboite", "vaalapage", "vaenbas", "valeurcouleur", "vide" }, - ["it"]={ "GIORNOSETTIMANA", "Lettera", "Lettere", "MESE", "Numeri", "Numeriromani", "PAROLA", "PAROLE", "Parola", "Parole", "adattacampo", "adattalayout", "al", "allineacentro", "allineadestra", "allineasinistra", "ambiente", "ap", "apagina", "barracolori", "barrainterazione", "cambiaafontdeltesto", "campi", "capello", "chim", "circondato", "clonacampo", "colonna", "colore", "coloregrigio", "commento", "componenet", "confrontagruppocolori", "confrontatavolozza", "convertinumero", "copiacampo", "correggispaziobianco", "da", "daqualcheparte", "data", "datadioggi", "definisci", "definisciaccento", "definisciambientefontdeltesto", "definisciblocco", "definiscibloccosezione", "definiscibuffer", "definiscicampo", "definiscicapoversi", "definiscicarattere", "definiscicolore", "definiscicomando", "definisciconversione", "definiscidescrizione", "definiscidimensionicarta", "definiscielenco", "definiscielencocombinato", "definiscienumerazione", "definiscietichetta", "definiscifigurasimbolo", "definiscifont", "definiscifontdeltesto", "definisciformatoriferimento", "definiscigruppocolonne", "definiscigruppocolori", "definiscihbox", "definisciincorniciato", "definisciiniziatermina", "definiscilayout", "definiscimakeup", "definiscimarcatura", "definiscimenuinterazione", "definiscimodellotabella", "definiscioggettomobile", "definisciordinamento", "definisciprofilo", "definisciprogramma", "definisciregistro", "definisciriferimento", "definiscisezione", "definiscisimbolo", "definiscisinonimi", "definiscisinonimofont", "definiscisottocampo", "definiscisovrapposizione", "definiscistackcampi", "definiscistile", "definiscistilefont", "definiscitabulato", "definiscitavolozza", "definiscitesta", "definiscitesto", "definiscitestoincorniciato", "definiscitype", "definiscityping", "determinacaratteristicheregistro", "determinacarattersticheelenco", "determinanumerotesta", "elaborablocchi", "elementi", "elemento", "figuraesterna", "giornosettimana", "griglia", "ignoto", "impostaallineamento", "impostaampiezzariga", "impostabarrainterazione", "impostablocco", "impostabloccosezione", "impostabuffer", "impostacampi", "impostacampo", "impostacapoversi", "impostacaption", "impostacaptions", "impostacima", "impostaclippling", "impostacolonne", "impostacolore", "impostacolori", "impostacommento", "impostacommentopagina", "impostadimensionicarta", "impostaelementi", "impostaelencazioni", "impostaelenco", "impostaelencocombinato", "impostaenumerazioni", "impostafondo", "impostafontdeltesto", "impostaforms", "impostaformule", "impostagruppocolonne", "impostaincorniciato", "impostainiziatermina", "impostainstestazione", "impostainterazione", "impostainterlinea", "impostalayout", "impostalineemargine", "impostalineenere", "impostalineeriempimento", "impostalineesottili", "impostalineetesto", "impostalingua", "impostamaiuscole", "impostamakeup", "impostamarcatura", "impostamenuinterazione", "impostamenzione", "impostanotepdp", "impostanumerazionecapoversi", "impostanumerazionepagina", "impostanumerazionerighe", "impostanumeropagina", "impostanumerosottopagina", "impostanumerotesta", "impostaoggettimobili", "impostaoggettomobile", "impostaordinamento", "impostaparranging", "impostapdp", "impostapiustretto", "impostaposizionamento", "impostaposizionamentoopposti", "impostaprogrammi", "impostaregistro", "impostarientro", "impostariferimento", "impostarighe", "impostarigheriempimento", "impostarigovuoto", "impostarotazione", "impostaschermointerazione", "impostasegnosillabazione", "impostasetsimboli", "impostasfondi", "impostasfondo", "impostasinonimi", "impostaspaziatura", "impostaspaziobianco", "impostaspezzamentooggettomobile", "impostatabelle", "impostatabulato", "impostatavolozza", "impostatesta", "impostateste", "impostatesticima", "impostatestifondo", "impostatestiincorniciati", "impostatestiintestazioni", "impostatestipdp", "impostatesto", "impostatestotesti", "impostatolleranza", "impostatransizionepagina", "impostatype", "impostatyping", "impostaurl", "incorniciato", "iniziaJScode", "iniziaJSpreamble", "iniziaLUA", "iniziaMP", "iniziaMPclip", "iniziaMPcode", "iniziaMPdefinitions", "iniziaMPdrawing", "iniziaMPenvironment", "iniziaMPextensions", "iniziaMPinclusions", "iniziaMPinitializations", "iniziaMPpage", "iniziaMPpositiongraphic", "iniziaMPpositionmethod", "iniziaMPrun", "iniziaPARSEDXML", "iniziaTABLE", "iniziaTABLEbody", "iniziaTABLEfoot", "iniziaTABLEhead", "iniziaTABLEnext", "iniziaTC", "iniziaTD", "iniziaTDs", "iniziaTEX", "iniziaTEXpage", "iniziaTH", "iniziaTN", "iniziaTR", "iniziaTRs", "iniziaTX", "iniziaTY", "iniziaXML", "iniziaalign", "iniziaalignment", "iniziaallineacentro", "iniziaallineadestra", "iniziaallineasinistra", "iniziaallmodes", "iniziaambiente", "iniziaappendices", "iniziaarrangedpages", "iniziaaside", "iniziaattachment", "iniziabackmatter", "iniziabar", "iniziabbordermatrix", "iniziabitmapimage", "iniziablockquote", "iniziabodymatter", "iniziabordermatrix", "iniziaboxedcolumns", "iniziabtxlabeltext", "iniziabtxrenderingdefinitions", "iniziabuffer", "iniziacases", "iniziacatcodetable", "iniziacenteraligned", "iniziachapter", "iniziacharacteralign", "iniziacheckedfences", "iniziachemical", "iniziachemicaltext", "iniziacollect", "iniziacollecting", "iniziacolore", "iniziacolorintent", "iniziacoloronly", "iniziacolorset", "iniziacolumns", "iniziacolumnset", "iniziacolumnsetspan", "iniziacombination", "iniziacomment", "iniziacomponenet", "iniziacontextcode", "iniziacontextdefinitioncode", "iniziactxfunction", "iniziactxfunctiondefinition", "iniziacurrentcolor", "iniziacurrentlistentrywrapper", "iniziadelimited", "iniziadelimitedtext", "iniziadisplaymath", "iniziadmath", "iniziadocument", "iniziaeffect", "iniziaelement", "iniziaelemento", "iniziaembeddedxtable", "iniziaendnote", "iniziaendofline", "iniziaexceptions", "iniziaexpanded", "iniziaexpandedcollect", "iniziaextendedcatcodetable", "iniziaexternalfigurecollection", "iniziafacingfloat", "iniziafact", "iniziafigure", "iniziafiguretext", "iniziafittingpage", "iniziafixed", "iniziafloatcombination", "iniziafont", "iniziafontclass", "iniziafontsolution", "iniziafootnote", "iniziaformula", "iniziaformulas", "iniziaframedcell", "iniziaframedcontent", "iniziaframedrow", "iniziaframedtable", "iniziaframedtext", "iniziafrontmatter", "iniziagraphictext", "iniziagridsnapping", "iniziahanging", "iniziahbox", "iniziahboxestohbox", "iniziahboxregister", "iniziaheadtext", "iniziahelptext", "iniziahiding", "iniziahighlight", "iniziahyphenation", "iniziaimath", "iniziaimpaccato", "iniziaincorniciato", "iniziaindentation", "iniziaindentedtext", "iniziainteraction", "iniziainterface", "iniziaintermezzotext", "iniziaintertext", "iniziaitemgroup", "iniziaitemgroupcolumns", "iniziaitemize", "iniziaknockout", "inizialabeltext", "inizialayout", "inizialegend", "inizialinealignment", "inizialineamargine", "inizialineatesto", "inizialinecorrection", "inizialinefiller", "inizialinenumbering", "inizialines", "inizialinetable", "inizialinetablebody", "inizialinetablecell", "inizialinetablehead", "inizialingua", "inizialocalfootnotes", "inizialocalheadsetup", "inizialocallinecorrection", "inizialocalnotes", "inizialocalsetups", "inizialua", "inizialuacode", "inizialuaparameterset", "inizialuasetups", "iniziamakeup", "iniziamarginblock", "iniziamarkedcontent", "iniziamarkpages", "iniziamathalignment", "iniziamathcases", "iniziamathlabeltext", "iniziamathmatrix", "iniziamathmode", "iniziamathstyle", "iniziamatrices", "iniziamatrix", "iniziamaxaligned", "iniziamdformula", "iniziamenuinterattivo", "iniziamettiformula", "iniziamiddlealigned", "iniziamiddlemakeup", "iniziamixedcolumns", "iniziamode", "iniziamodeset", "iniziamodule", "iniziamoduletestsection", "iniziampformula", "inizianamedsection", "inizianamedsubformulas", "inizianarrow", "inizianarrower", "inizianegative", "inizianicelyfilledbox", "inizianointerference", "inizianotallmodes", "inizianotext", "inizianotmode", "iniziaoperatortext", "iniziaopposite", "iniziaoutputstream", "iniziaoverlay", "iniziaoverprint", "iniziapagecolumns", "iniziapagecomment", "iniziapagefigure", "iniziapagelayout", "iniziapagemakeup", "iniziapar", "iniziaparagraph", "iniziaparagraphs", "iniziaparagraphscell", "iniziaparbuilder", "iniziapart", "iniziapath", "iniziaplacechemical", "iniziaplacefigure", "iniziaplacefloat", "iniziaplacegraphic", "iniziaplaceintermezzo", "iniziaplacelegend", "iniziaplacepairedbox", "iniziaplacetable", "iniziapositioning", "iniziapositionoverlay", "iniziapositive", "iniziapostponing", "iniziapostponingnotes", "iniziaprefixtext", "iniziaprocessassignmentcommand", "iniziaprocessassignmentlist", "iniziaprocesscommacommand", "iniziaprocesscommalist", "iniziaprodotto", "iniziaprogetto", "iniziaprotect", "iniziaprotectedcolors", "iniziapubblicazione", "iniziapunctuation", "iniziaquotation", "iniziaquote", "iniziarandomized", "iniziarandomseed", "iniziarawsetups", "iniziareadingfile", "iniziareferenceprefix", "iniziaregime", "iniziareusableMPgraphic", "iniziariga", "iniziaruby", "iniziascript", "iniziasdformula", "iniziasection", "iniziasectionblock", "iniziasectionblockenvironment", "iniziasectionlevel", "iniziasetups", "iniziasfondo", "iniziashapebox", "iniziashift", "iniziasidebar", "iniziasimplecolumns", "iniziaspecialitem", "iniziaspeech", "iniziaspformula", "iniziasplitformula", "iniziasplittext", "iniziaspread", "iniziastandardmakeup", "iniziastaticMPfigure", "iniziastaticMPgraphic", "iniziastrictinspectnextcharacter", "iniziastrut", "iniziastyle", "iniziasubformulas", "iniziasubject", "iniziasubjectlevel", "iniziasubsection", "iniziasubsentence", "iniziasubstack", "iniziasubsubject", "iniziasubsubsection", "iniziasubsubsubject", "iniziasubsubsubsection", "iniziasubsubsubsubject", "iniziasubsubsubsubsection", "iniziasubsubsubsubsubject", "iniziasuffixtext", "iniziasymbolset", "iniziatable", "iniziatablehead", "iniziatables", "iniziatabletail", "iniziatabletext", "iniziatabulate", "iniziatabulatehead", "iniziatabulatetail", "iniziatagged", "iniziataglabeltext", "iniziatesta", "iniziatexcode", "iniziatexdefinition", "iniziatext", "iniziatextbackground", "iniziatextbackgroundmanual", "iniziatextcolor", "iniziatextcolorintent", "iniziatextflow", "iniziatextmakeup", "iniziatitle", "iniziatokenlist", "iniziatokens", "iniziatransparent", "iniziatypescript", "iniziatypescriptcollection", "iniziatyping", "iniziauniqueMPgraphic", "iniziauniqueMPpagegraphic", "iniziaunittext", "iniziaunpacked", "iniziausableMPgraphic", "iniziauseMPgraphic", "iniziausemathstyleparameter", "iniziauserdata", "iniziausingbtxspecification", "iniziavaia", "iniziavbox", "iniziavboxregister", "iniziavboxtohbox", "iniziavboxtohboxseparator", "iniziaviewerlayer", "iniziavtop", "iniziavtopregister", "iniziaxcell", "iniziaxcellgroup", "iniziaxcolumn", "iniziaxgroup", "iniziaxmldisplayverbatim", "iniziaxmlinlineverbatim", "iniziaxmlraw", "iniziaxmlsetups", "iniziaxrow", "iniziaxrowgroup", "iniziaxtable", "iniziaxtablebody", "iniziaxtablefoot", "iniziaxtablehead", "iniziaxtablenext", "inriga", "installalingua", "intorno", "lettera", "lettere", "lineanera", "lineasottile", "lineatesto", "lineenere", "lineeriempimento", "lineesottili", "lingua", "linguaprincipale", "lunghezzaelenco", "marcatura", "matematica", "menuinterattivo", "mese", "mettielenco", "mettielencocombinato", "mettifiancoafianco", "mettiformula", "mettiingriglia", "mettinotepdp", "mettinotepdplocali", "mettinumeropagina", "mettiregistro", "mettisegnalibro", "mettisottoformula", "mettiunosullaltro", "mostraambientefontdeltesto", "mostracolore", "mostracornice", "mostrafontdeltesto", "mostragriglia", "mostragruppocolori", "mostraimpostazioni", "mostralyout", "mostramakeup", "mostrasetsimboli", "mostrastampa", "mostrastruts", "mostratavolozza", "nascondiblocchi", "nientelineecimafondo", "nientelineintestazionepdp", "nientespazio", "nota", "numeri", "numeriromani", "numeroformula", "numeropagina", "numeropaginacompleto", "numerotesta", "numerotestacorrente", "pagina", "paroladestra", "ped", "pedap", "perlungo", "posizionanumerotesta", "posizionatestotesta", "posizione", "prendibuffer", "prendimarcatura", "prodotto", "progetto", "programma", "pulsante", "pulsantemenu", "pulsantinterazione", "punti", "qualcheriga", "reimpostamarcatura", "rif", "riferimento", "riferimentopagina", "riferimentotesto", "riflessione", "rigariempimento", "rigovuoto", "ruota", "scala", "schermo", "scrividentroelenco", "scriviinelenco", "segnalibro", "selezionablocchi", "settext", "sfondo", "simbolo", "spazifissi", "spazio", "spaziofisso", "spessoreriga", "spezzaoggettomobile", "stackcampi", "stirato", "terminaJScode", "terminaJSpreamble", "terminaLUA", "terminaMP", "terminaMPclip", "terminaMPcode", "terminaMPdefinitions", "terminaMPdrawing", "terminaMPenvironment", "terminaMPextensions", "terminaMPinclusions", "terminaMPinitializations", "terminaMPpage", "terminaMPpositiongraphic", "terminaMPpositionmethod", "terminaMPrun", "terminaPARSEDXML", "terminaTABLE", "terminaTABLEbody", "terminaTABLEfoot", "terminaTABLEhead", "terminaTABLEnext", "terminaTC", "terminaTD", "terminaTDs", "terminaTEX", "terminaTEXpage", "terminaTH", "terminaTN", "terminaTR", "terminaTRs", "terminaTX", "terminaTY", "terminaXML", "terminaalign", "terminaalignment", "terminaallineacentro", "terminaallineadestra", "terminaallineasinistra", "terminaallmodes", "terminaambiente", "terminaappendices", "terminaarrangedpages", "terminaaside", "terminaattachment", "terminabackmatter", "terminabar", "terminabbordermatrix", "terminabitmapimage", "terminablockquote", "terminabodymatter", "terminabordermatrix", "terminaboxedcolumns", "terminabtxlabeltext", "terminabtxrenderingdefinitions", "terminabuffer", "terminacases", "terminacatcodetable", "terminacenteraligned", "terminachapter", "terminacharacteralign", "terminacheckedfences", "terminachemical", "terminachemicaltext", "terminacollect", "terminacollecting", "terminacolore", "terminacolorintent", "terminacoloronly", "terminacolorset", "terminacolumns", "terminacolumnset", "terminacolumnsetspan", "terminacombination", "terminacomment", "terminacomponenet", "terminacontextcode", "terminacontextdefinitioncode", "terminactxfunction", "terminactxfunctiondefinition", "terminacurrentcolor", "terminacurrentlistentrywrapper", "terminadelimited", "terminadelimitedtext", "terminadisplaymath", "terminadmath", "terminadocument", "terminaeffect", "terminaelement", "terminaelemento", "terminaembeddedxtable", "terminaendnote", "terminaendofline", "terminaexceptions", "terminaexpanded", "terminaexpandedcollect", "terminaextendedcatcodetable", "terminaexternalfigurecollection", "terminafacingfloat", "terminafact", "terminafigure", "terminafiguretext", "terminafittingpage", "terminafixed", "terminafloatcombination", "terminafont", "terminafontclass", "terminafontsolution", "terminafootnote", "terminaformula", "terminaformulas", "terminaframedcell", "terminaframedcontent", "terminaframedrow", "terminaframedtable", "terminaframedtext", "terminafrontmatter", "terminagraphictext", "terminagridsnapping", "terminahanging", "terminahbox", "terminahboxestohbox", "terminahboxregister", "terminaheadtext", "terminahelptext", "terminahiding", "terminahighlight", "terminahyphenation", "terminaimath", "terminaimpaccato", "terminaincorniciato", "terminaindentation", "terminaindentedtext", "terminainteraction", "terminainterface", "terminaintermezzotext", "terminaintertext", "terminaitemgroup", "terminaitemgroupcolumns", "terminaitemize", "terminaknockout", "terminalabeltext", "terminalayout", "terminalegend", "terminalinealignment", "terminalineamargine", "terminalineatesto", "terminalinecorrection", "terminalinefiller", "terminalinenumbering", "terminalines", "terminalinetable", "terminalinetablebody", "terminalinetablecell", "terminalinetablehead", "terminalingua", "terminalocalfootnotes", "terminalocalheadsetup", "terminalocallinecorrection", "terminalocalnotes", "terminalocalsetups", "terminalua", "terminaluacode", "terminaluaparameterset", "terminaluasetups", "terminamakeup", "terminamarginblock", "terminamarkedcontent", "terminamarkpages", "terminamathalignment", "terminamathcases", "terminamathlabeltext", "terminamathmatrix", "terminamathmode", "terminamathstyle", "terminamatrices", "terminamatrix", "terminamaxaligned", "terminamdformula", "terminamenuinterattivo", "terminamettiformula", "terminamiddlealigned", "terminamiddlemakeup", "terminamixedcolumns", "terminamode", "terminamodeset", "terminamodule", "terminamoduletestsection", "terminampformula", "terminanamedsection", "terminanamedsubformulas", "terminanarrow", "terminanarrower", "terminanegative", "terminanicelyfilledbox", "terminanointerference", "terminanotallmodes", "terminanotext", "terminanotmode", "terminaoperatortext", "terminaopposite", "terminaoutputstream", "terminaoverlay", "terminaoverprint", "terminapagecolumns", "terminapagecomment", "terminapagefigure", "terminapagelayout", "terminapagemakeup", "terminapar", "terminaparagraph", "terminaparagraphs", "terminaparagraphscell", "terminaparbuilder", "terminapart", "terminapath", "terminaplacechemical", "terminaplacefigure", "terminaplacefloat", "terminaplacegraphic", "terminaplaceintermezzo", "terminaplacelegend", "terminaplacepairedbox", "terminaplacetable", "terminapositioning", "terminapositionoverlay", "terminapositive", "terminapostponing", "terminapostponingnotes", "terminaprefixtext", "terminaprocessassignmentcommand", "terminaprocessassignmentlist", "terminaprocesscommacommand", "terminaprocesscommalist", "terminaprodotto", "terminaprogetto", "terminaprotect", "terminaprotectedcolors", "terminapubblicazione", "terminapunctuation", "terminaquotation", "terminaquote", "terminarandomized", "terminarandomseed", "terminarawsetups", "terminareadingfile", "terminareferenceprefix", "terminaregime", "terminareusableMPgraphic", "terminariga", "terminaruby", "terminascript", "terminasdformula", "terminasection", "terminasectionblock", "terminasectionblockenvironment", "terminasectionlevel", "terminasetups", "terminasfondo", "terminashapebox", "terminashift", "terminasidebar", "terminasimplecolumns", "terminaspecialitem", "terminaspeech", "terminaspformula", "terminasplitformula", "terminasplittext", "terminaspread", "terminastandardmakeup", "terminastaticMPfigure", "terminastaticMPgraphic", "terminastrictinspectnextcharacter", "terminastrut", "terminastyle", "terminasubformulas", "terminasubject", "terminasubjectlevel", "terminasubsection", "terminasubsentence", "terminasubstack", "terminasubsubject", "terminasubsubsection", "terminasubsubsubject", "terminasubsubsubsection", "terminasubsubsubsubject", "terminasubsubsubsubsection", "terminasubsubsubsubsubject", "terminasuffixtext", "terminasymbolset", "terminatable", "terminatablehead", "terminatables", "terminatabletail", "terminatabletext", "terminatabulate", "terminatabulatehead", "terminatabulatetail", "terminatagged", "terminataglabeltext", "terminatesta", "terminatexcode", "terminatexdefinition", "terminatext", "terminatextbackground", "terminatextbackgroundmanual", "terminatextcolor", "terminatextcolorintent", "terminatextflow", "terminatextmakeup", "terminatitle", "terminatokenlist", "terminatokens", "terminatransparent", "terminatypescript", "terminatypescriptcollection", "terminatyping", "terminauniqueMPgraphic", "terminauniqueMPpagegraphic", "terminaunittext", "terminaunpacked", "terminausableMPgraphic", "terminauseMPgraphic", "terminausemathstyleparameter", "terminauserdata", "terminausingbtxspecification", "terminavaia", "terminavbox", "terminavboxregister", "terminavboxtohbox", "terminavboxtohboxseparator", "terminaviewerlayer", "terminavtop", "terminavtopregister", "terminaxcell", "terminaxcellgroup", "terminaxcolumn", "terminaxgroup", "terminaxmldisplayverbatim", "terminaxmlinlineverbatim", "terminaxmlraw", "terminaxmlsetups", "terminaxrow", "terminaxrowgroup", "terminaxtable", "terminaxtablebody", "terminaxtablefoot", "terminaxtablehead", "terminaxtablenext", "testonotapdp", "testoriempimento", "tieniblocchi", "traduci", "usaJSscripts", "usaURL", "usablocco", "usacartella", "usacolonnasonoraesterna", "usadocumentoesterno", "usafiguraesterna", "usamodulo", "usasimboli", "usaurl", "vaia", "vaiabox", "vaiapagina", "vaigiu", "valorecolore", "versione" }, - ["nl"]={ "Cijfers", "Kap", "Letter", "Letters", "MAAND", "Romeins", "WEEKDAG", "WOORD", "WOORDEN", "Woord", "Woorden", "achtergrond", "bepaalkopnummer", "bepaallijstkenmerken", "bepaalregisterkenmerken", "bewaarbuffer", "blanko", "blokje", "blokjes", "cijfers", "converteernummer", "copieerveld", "corrigeerwitruimte", "datum", "definieer", "definieeraccent", "definieeralineas", "definieerblok", "definieerbuffer", "definieercombinatie", "definieercommando", "definieerconversie", "definieerfiguursymbool", "definieerfont", "definieerfontstijl", "definieerfontsynoniem", "definieerhbox", "definieeringesprongentext", "definieerinteractiemenu", "definieeritemgroep", "definieerkadertekst", "definieerkarakter", "definieerkleur", "definieerkleurgroep", "definieerkolomgroep", "definieerkolomovergang", "definieerkop", "definieerkorps", "definieerkorpsomgeving", "definieerlayer", "definieerlayout", "definieerletter", "definieerlijst", "definieermarkering", "definieeromlijnd", "definieeropmaak", "definieeroverlay", "definieerpaginaovergang", "definieerpalet", "definieerpapierformaat", "definieerplaats", "definieerplaatsblok", "definieerprofiel", "definieerprogramma", "definieerreferentie", "definieerreferentieformaat", "definieerregister", "definieersamengesteldelijst", "definieersectie", "definieersectieblok", "definieersorteren", "definieerstartstop", "definieersubveld", "definieersymbool", "definieersynoniemen", "definieertabelvorm", "definieertabulatie", "definieertekst", "definieertekstachtergrond", "definieertype", "definieertypen", "definieerveld", "definieerveldstapel", "definieerwiskundeuitlijnen", "doordefinieren", "doorlabelen", "doornummeren", "dunnelijn", "dunnelijnen", "eenregel", "ergens", "externfiguur", "formulenummer", "gebruikJSscripts", "gebruikURL", "gebruikblokken", "gebruikexterndocument", "gebruikexternfiguur", "gebruikexterngeluidsfragment", "gebruikmodule", "gebruikpad", "gebruiksymbolen", "gebruiktypescript", "gebruiktypescriptfile", "gebruikurl", "geenbovenenonderregels", "geenhoofdenvoetregels", "geenspatie", "grijskleur", "haalbuffer", "haalmarkering", "haarlijn", "handhaafblokken", "hoofdtaal", "hoog", "huidigedatum", "huidigekopnummer", "inlijnd", "inregel", "installeertaal", "interactiebalk", "interactiebuttons", "interactiemenu", "invullijnen", "invulregel", "invultekst", "kleur", "kleurenbalk", "kleurwaarde", "kloonveld", "kolom", "kopnummer", "laag", "laho", "legeregels", "letter", "letters", "lijndikte", "lijstlengte", "maand", "markeer", "naar", "naarbox", "naarpagina", "nokap", "noot", "omgeving", "omlaag", "omlijnd", "onbekend", "onderdeel", "op", "oppagina", "pagina", "paginanummer", "paginareferentie", "paslayoutaan", "passendveld", "plaatsbookmarks", "plaatsformule", "plaatskopnummer", "plaatskoptekst", "plaatslijst", "plaatslijstmetsynoniemen", "plaatslokalevoetnoten", "plaatsnaastelkaar", "plaatsonderelkaar", "plaatsopgrid", "plaatspaginanummer", "plaatsplaatsblok", "plaatsregister", "plaatsruwelijst", "plaatssamengesteldelijst", "plaatssubformule", "plaatsvoetnoten", "positioneer", "produkt", "programma", "projekt", "punten", "refereer", "referentie", "regellinks", "regelmidden", "regelrechts", "resetmarkering", "romeins", "rooster", "roteer", "schaal", "scherm", "schrijfnaarlijst", "schrijftussenlijst", "selecteerblokken", "som", "spatie", "spiegel", "splitsplaatsblok", "startachtergrond", "startinteractiemenu", "startkantlijn", "startkleur", "startkop", "startlokalevoetnoten", "startmargeblok", "startnaar", "startomgeving", "startomlijnd", "startonderdeel", "startopelkaar", "startplaatsformule", "startplaatsplaatsblok", "startprodukt", "startprojekt", "startpublicatie", "startregel", "startregelcorrectie", "startregellinks", "startregelmidden", "startregelrechts", "startsom", "starttaal", "starttekstachtergrond", "starttekstlijn", "startuitlijnen", "stelachtergrondenin", "stelachtergrondin", "stelalineasin", "stelarrangerenin", "stelblankoin", "stelblokin", "stelblokjesin", "stelblokkopjein", "stelblokkopjesin", "stelbovenin", "stelboventekstenin", "stelbufferin", "stelciterenin", "stelclipin", "stelcommentaarin", "steldoordefinierenin", "steldoornummerenin", "steldunnelijnenin", "stelformulein", "stelformulesin", "stelformulierenin", "stelhoofdin", "stelhoofdtekstenin", "stelingesprongentextin", "stelinmargein", "stelinspringenin", "stelinteractiebalkin", "stelinteractiein", "stelinteractiemenuin", "stelinteractieschermin", "stelinterliniein", "stelinvullijnenin", "stelinvulregelsin", "stelitemgroepin", "stelitemsin", "stelkadertekstenin", "stelkadertekstin", "stelkantlijnin", "stelkapitalenin", "stelkleurenin", "stelkleurin", "stelkolomgroepin", "stelkolomgroepregelsin", "stelkolomgroepstartin", "stelkolommenin", "stelkopin", "stelkopnummerin", "stelkoppeltekenin", "stelkoppenin", "stelkorpsin", "stellayoutin", "stellijndiktein", "stellijstin", "stelmargeblokkenin", "stelmarkeringin", "stelnaastplaatsenin", "stelomlijndin", "stelonderin", "stelondertekstenin", "stelopmaakin", "stelopsommingenin", "stelpaginacommentaarin", "stelpaginanummerin", "stelpaginanummeringin", "stelpaginaovergangenin", "stelpaletin", "stelpapierformaatin", "stelpapierin", "stelparagraafnummerenin", "stelplaatsblokin", "stelplaatsblokkenin", "stelplaatsbloksplitsenin", "stelplaatsin", "stelpositionerenin", "stelprogrammasin", "stelrefererenin", "stelregelnummerenin", "stelregelsin", "stelregisterin", "stelroterenin", "stelsamengesteldelijstin", "stelsectieblokin", "stelsmallerin", "stelsorterenin", "stelspatieringin", "stelstartstopin", "stelsubpaginanummerin", "stelsymboolsetin", "stelsynoniemenin", "steltaalin", "steltabellenin", "steltabulatiein", "steltekstachtergrondin", "steltekstin", "steltekstinhoudin", "steltekstlijnenin", "stelteksttekstenin", "steltolerantiein", "steltypein", "steltypenin", "steluitlijnenin", "stelurlin", "stelveldenin", "stelveldin", "stelvoetin", "stelvoetnotenin", "stelvoettekstenin", "stelwiskundeuitlijnenin", "stelwitruimtein", "stopachtergrond", "stopinteractiemenu", "stopkantlijn", "stopkleur", "stopkop", "stoplokalevoetnoten", "stopmargeblok", "stopnaar", "stopomgeving", "stopomlijnd", "stoponderdeel", "stopopelkaar", "stopplaatsformule", "stopplaatsplaatsblok", "stopprodukt", "stopprojekt", "stoppublicatie", "stopregel", "stopregelcorrectie", "stopregellinks", "stopregelmidden", "stopregelrechts", "stopsom", "stoptaal", "stoptekstachtergrond", "stoptekstlijn", "stopuitlijnen", "subpaginanummer", "switchnaarkorps", "symbool", "taal", "tekstlijn", "tekstreferentie", "testkolom", "testpagina", "toelichting", "toongrid", "tooninstellingen", "toonkader", "toonkleur", "toonkleurgroep", "toonkorps", "toonkorpsomgeving", "toonlayout", "toonopmaak", "toonpalet", "toonprint", "toonstruts", "toonsymboolset", "uit", "uitgerekt", "vastespatie", "vastespaties", "veld", "veldstapel", "verbergblokken", "vergelijkkleurgroep", "vergelijkpalet", "versie", "vertaal", "verwerkblokken", "voetnoottekst", "volledigepaginanummer", "volledigregister", "voluit", "weekdag", "wiskunde", "woordrechts" }, - ["pe"]={ "آیتم", "آیتمها", "آینه", "از", "استفاده‌بلوکها", "استفاده‌دستخط‌تایپ", "استفاده‌شکل‌خارجی", "استفاده‌قطعه‌موزیک‌خارجی", "استفاده‌مدول", "استفاده‌مسیر", "استفاده‌نمادها", "استفاده‌نوشتارخارجی", "استفاده‌پرونده‌دستخط‌تایپ", "اعدادلاتین", "افزودن", "انتخاب‌بلوکها", "بارگذاری‌آرایش", "بارگذاری‌آیتمها", "بارگذاری‌ارجاع", "بارگذاری‌اندازه‌برگ", "بارگذاری‌باریکتر", "بارگذاری‌بافر", "بارگذاری‌بالا", "بارگذاری‌بردباری", "بارگذاری‌برنامه‌ها", "بارگذاری‌برگ", "بارگذاری‌بلوک", "بارگذاری‌بلوک‌بخش", "بارگذاری‌تایپ", "بارگذاری‌تایپ‌کردن", "بارگذاری‌ترتیب", "بارگذاری‌تنظیم", "بارگذاری‌تنظیم‌ریاضی", "بارگذاری‌ته‌برگ", "بارگذاری‌تورفتگی", "بارگذاری‌توضیح", "بارگذاری‌توضیح‌صفحه", "بارگذاری‌ثبت", "بارگذاری‌جانشانی", "بارگذاری‌جدولها", "بارگذاری‌جدول‌بندی", "بارگذاری‌خالی", "بارگذاری‌خطها", "بارگذاری‌خطهای‌حاشیه", "بارگذاری‌خطهای‌سیاه", "بارگذاری‌خطهای‌متن", "بارگذاری‌خطهای‌مجموعه‌ستون", "بارگذاری‌خطها‌ی‌نازک", "بارگذاری‌درج‌درخطها", "بارگذاری‌درج‌مخالف", "بارگذاری‌دوران", "بارگذاری‌رنگ", "بارگذاری‌رنگها", "بارگذاری‌زبان", "بارگذاری‌ستونها", "بارگذاری‌سر", "بارگذاری‌سربرگ", "بارگذاری‌سرها", "بارگذاری‌شرح", "بارگذاری‌شرحها", "بارگذاری‌شروع‌مجموعه‌ستون", "بارگذاری‌شروع‌پایان", "بارگذاری‌شماره‌زیرصفحه", "بارگذاری‌شماره‌سر", "بارگذاری‌شماره‌صفحه", "بارگذاری‌شماره‌گذاریها", "بارگذاری‌شماره‌گذاری‌صفحه", "بارگذاری‌شماره‌گذاری‌پاراگراف", "بارگذاری‌شماره‌‌گذاری‌خط", "بارگذاری‌شناور", "بارگذاری‌شناورها", "بارگذاری‌شکافتن‌شناورها", "بارگذاری‌طرح", "بارگذاری‌طرح‌بندی", "بارگذاری‌عرض‌خط", "بارگذاری‌فاصله‌بین‌خط", "بارگذاری‌فرمولها", "بارگذاری‌فضای‌سفید", "بارگذاری‌فضا‌گذاری", "بارگذاری‌قالبی", "بارگذاری‌قلم‌متن", "بارگذاری‌لوح", "بارگذاری‌لیست", "بارگذاری‌لیست‌ترکیبی", "بارگذاری‌مترادفها", "بارگذاری‌متن", "بارگذاری‌متنهای‌بالا", "بارگذاری‌متن‌سربرگ", "بارگذاری‌متن‌قالبی", "بارگذاری‌متن‌متنها", "بارگذاری‌متن‌پانوشت", "بارگذاری‌متن‌پایین", "بارگذاری‌مجموعه‌ستون", "بارگذاری‌مجموعه‌نماد", "بارگذاری‌منوی‌پانل", "بارگذاری‌مکان‌گذاری", "بارگذاری‌میدان", "بارگذاری‌میدانها", "بارگذاری‌میله‌پانل", "بارگذاری‌نشانه‌شکستن", "بارگذاری‌نشانه‌گذاری", "بارگذاری‌نقل", "بارگذاری‌پاراگرافها", "بارگذاری‌پانل", "بارگذاری‌پانوشتها", "بارگذاری‌پایین", "بارگذاری‌پرده‌پانل", "بارگذاری‌پرکردن‌خطها", "بارگذاری‌پس‌زمینه", "بارگذاری‌پس‌زمینه‌ها", "بارگذاری‌چیدن", "بارگذاری‌گذارصفحه", "بارگذاری‌گروههای‌آیتم", "بارگذاری‌گروه‌آیتم", "بازنشانی‌نشانه‌گذاری", "بدون‌خط‌بالاوپایین", "بدون‌خط‌سروته‌برگ", "بدون‌فضا", "برنامه", "بروبه", "بروبه‌جعبه", "بروبه‌صفحه", "بروپایین", "بلند", "بلوکهای‌پردازش", "بلوکها‌پنهان", "بنویس‌بین‌لیست", "بنویس‌در‌لیست", "تاریخ", "تاریخ‌جاری", "تایپ", "تایپ‌بافر", "تایپ‌پرونده", "ترجمه", "تعریف", "تعریف‌آرایش", "تعریف‌الگوی‌جدول", "تعریف‌اندازه‌برگ", "تعریف‌بافر", "تعریف‌بخش", "تعریف‌برنامه", "تعریف‌برچسب", "تعریف‌بلوک", "تعریف‌بلوک‌بخش", "تعریف‌تایپ", "تعریف‌تایپ‌کردن", "تعریف‌تبدیل", "تعریف‌ترتیب", "تعریف‌ترکیب", "تعریف‌تنظیم‌ریاضی", "تعریف‌توده‌میدان", "تعریف‌ثبت", "تعریف‌جانشانی", "تعریف‌جدول‌بندی", "تعریف‌جعبه‌‌افقی", "تعریف‌حرف", "تعریف‌رنگ", "تعریف‌زیرمیدان", "تعریف‌سبک", "تعریف‌سبک‌قلم", "تعریف‌سر", "تعریف‌شرح", "تعریف‌شروع‌پایان", "تعریف‌شماره‌بندی", "تعریف‌شمایل‌مرجع", "تعریف‌شناور", "تعریف‌شکستن‌ستون", "تعریف‌شکست‌صفحه", "تعریف‌طرح‌بندی", "تعریف‌فرمان", "تعریف‌قالبی", "تعریف‌قلم", "تعریف‌قلم‌متن", "تعریف‌لایه", "تعریف‌لهجه", "تعریف‌لوح", "تعریف‌لیست", "تعریف‌لیست‌ترکیبی", "تعریف‌مترادفها", "تعریف‌مترادف‌قلم", "تعریف‌متن", "تعریف‌متن‌قالبی", "تعریف‌مجموعه‌ستون", "تعریف‌محیط‌قلم‌بدنه", "تعریف‌مرجع", "تعریف‌منوی‌پانل", "تعریف‌میدان", "تعریف‌نشانه‌گذاری", "تعریف‌نماد", "تعریف‌نمادشکل", "تعریف‌پاراگرافها", "تعریف‌پروفایل", "تعریف‌پوشش", "تعریف‌گروه‌آیتم", "تعریف‌گروه‌رنگ", "تعیین‌شماره‌سر", "تعیین‌محتوای‌متن", "تعیین‌مشخصات‌ثبت", "تعیین‌مشخصات‌لیست", "تغییربه‌قلم‌بدنه", "تنظیم‌راست", "تنظیم‌طرح‌بندی", "تنظیم‌وسط", "توجه", "توری", "تولید", "تک", "ثبت‌کامل", "حرف", "حرفها", "حفظ‌بلوکها", "خالی", "خطهای‌سیاه", "خطهای‌نازک", "خطها‌خالی", "خط‌سیاه", "خط‌متن", "خط‌مو", "خط‌نازک", "خ‌ا", "خ‌ع", "در", "درج‌ثبت", "درج‌درخط", "درج‌درخطها", "درج‌درمتن", "درج‌در‌بالای‌یکدیگر", "درج‌در‌توری", "درج‌زیرفرمول", "درج‌شماره‌سر", "درج‌شماره‌صفحه", "درج‌شناور", "درج‌فرمول", "درج‌لیست", "درج‌لیست‌خام", "درج‌لیست‌مختلط", "درج‌متن‌سر", "درج‌پانوشتها", "درج‌پانوشتهای‌موضعی", "درج‌چوب‌خط", "درج‌کنار‌به‌کنار", "درخط", "درصفحه", "درقالبی", "درمورد", "درون", "درپر", "دریافت‌بافر", "دریافت‌نشانه", "دوران", "دکمه", "دکمه‌منو", "دکمه‌پانل", "رج", "رنگ", "رنگ‌خاکستری", "روزهفته", "ریاضی", "زبان", "زبان‌اصلی", "ستون", "ستون‌امتحان", "سرپوش‌کوچک‌نه", "شروعJScode", "شروعJSpreamble", "شروعLUA", "شروعMP", "شروعMPclip", "شروعMPcode", "شروعMPdefinitions", "شروعMPdrawing", "شروعMPenvironment", "شروعMPextensions", "شروعMPinclusions", "شروعMPinitializations", "شروعMPpage", "شروعMPpositiongraphic", "شروعMPpositionmethod", "شروعMPrun", "شروعPARSEDXML", "شروعTABLE", "شروعTABLEbody", "شروعTABLEfoot", "شروعTABLEhead", "شروعTABLEnext", "شروعTC", "شروعTD", "شروعTDs", "شروعTEX", "شروعTEXpage", "شروعTH", "شروعTN", "شروعTR", "شروعTRs", "شروعTX", "شروعTY", "شروعXML", "شروعalign", "شروعalignment", "شروعallmodes", "شروعappendices", "شروعarrangedpages", "شروعaside", "شروعattachment", "شروعbackmatter", "شروعbar", "شروعbbordermatrix", "شروعbitmapimage", "شروعblockquote", "شروعbodymatter", "شروعbordermatrix", "شروعboxedcolumns", "شروعbtxlabeltext", "شروعbtxrenderingdefinitions", "شروعbuffer", "شروعcases", "شروعcatcodetable", "شروعcenteraligned", "شروعchapter", "شروعcharacteralign", "شروعcheckedfences", "شروعchemical", "شروعchemicaltext", "شروعcollect", "شروعcollecting", "شروعcolorintent", "شروعcoloronly", "شروعcolorset", "شروعcolumns", "شروعcolumnset", "شروعcolumnsetspan", "شروعcombination", "شروعcomment", "شروعcontextcode", "شروعcontextdefinitioncode", "شروعctxfunction", "شروعctxfunctiondefinition", "شروعcurrentcolor", "شروعcurrentlistentrywrapper", "شروعdelimited", "شروعdelimitedtext", "شروعdisplaymath", "شروعdmath", "شروعdocument", "شروعeffect", "شروعelement", "شروعembeddedxtable", "شروعendnote", "شروعendofline", "شروعexceptions", "شروعexpanded", "شروعexpandedcollect", "شروعextendedcatcodetable", "شروعexternalfigurecollection", "شروعfacingfloat", "شروعfact", "شروعfigure", "شروعfiguretext", "شروعfittingpage", "شروعfixed", "شروعfloatcombination", "شروعfont", "شروعfontclass", "شروعfontsolution", "شروعfootnote", "شروعformula", "شروعformulas", "شروعframedcell", "شروعframedcontent", "شروعframedrow", "شروعframedtable", "شروعframedtext", "شروعfrontmatter", "شروعgraphictext", "شروعgridsnapping", "شروعhanging", "شروعhbox", "شروعhboxestohbox", "شروعhboxregister", "شروعheadtext", "شروعhelptext", "شروعhiding", "شروعhighlight", "شروعhyphenation", "شروعimath", "شروعindentation", "شروعindentedtext", "شروعinteraction", "شروعinterface", "شروعintermezzotext", "شروعintertext", "شروعitemgroup", "شروعitemgroupcolumns", "شروعitemize", "شروعknockout", "شروعlabeltext", "شروعlayout", "شروعlegend", "شروعlinealignment", "شروعlinecorrection", "شروعlinefiller", "شروعlinenumbering", "شروعlines", "شروعlinetable", "شروعlinetablebody", "شروعlinetablecell", "شروعlinetablehead", "شروعlocalfootnotes", "شروعlocalheadsetup", "شروعlocallinecorrection", "شروعlocalnotes", "شروعlocalsetups", "شروعlua", "شروعluacode", "شروعluaparameterset", "شروعluasetups", "شروعmakeup", "شروعmarginblock", "شروعmarkedcontent", "شروعmarkpages", "شروعmathalignment", "شروعmathcases", "شروعmathlabeltext", "شروعmathmatrix", "شروعmathmode", "شروعmathstyle", "شروعmatrices", "شروعmatrix", "شروعmaxaligned", "شروعmdformula", "شروعmiddlealigned", "شروعmiddlemakeup", "شروعmixedcolumns", "شروعmode", "شروعmodeset", "شروعmodule", "شروعmoduletestsection", "شروعmpformula", "شروعnamedsection", "شروعnamedsubformulas", "شروعnarrow", "شروعnarrower", "شروعnegative", "شروعnicelyfilledbox", "شروعnointerference", "شروعnotallmodes", "شروعnotext", "شروعnotmode", "شروعoperatortext", "شروعopposite", "شروعoutputstream", "شروعoverlay", "شروعoverprint", "شروعpagecolumns", "شروعpagecomment", "شروعpagefigure", "شروعpagelayout", "شروعpagemakeup", "شروعpar", "شروعparagraph", "شروعparagraphs", "شروعparagraphscell", "شروعparbuilder", "شروعpart", "شروعpath", "شروعplacechemical", "شروعplacefigure", "شروعplacegraphic", "شروعplaceintermezzo", "شروعplacelegend", "شروعplacepairedbox", "شروعplacetable", "شروعpositioning", "شروعpositionoverlay", "شروعpositive", "شروعpostponing", "شروعpostponingnotes", "شروعprefixtext", "شروعprocessassignmentcommand", "شروعprocessassignmentlist", "شروعprocesscommacommand", "شروعprocesscommalist", "شروعprotect", "شروعprotectedcolors", "شروعpunctuation", "شروعquotation", "شروعquote", "شروعrandomized", "شروعrandomseed", "شروعrawsetups", "شروعreadingfile", "شروعreferenceprefix", "شروعregime", "شروعreusableMPgraphic", "شروعruby", "شروعscript", "شروعsdformula", "شروعsection", "شروعsectionblock", "شروعsectionblockenvironment", "شروعsectionlevel", "شروعsetups", "شروعshapebox", "شروعshift", "شروعsidebar", "شروعsimplecolumns", "شروعspecialitem", "شروعspeech", "شروعspformula", "شروعsplitformula", "شروعsplittext", "شروعspread", "شروعstandardmakeup", "شروعstaticMPfigure", "شروعstaticMPgraphic", "شروعstrictinspectnextcharacter", "شروعstrut", "شروعstyle", "شروعsubformulas", "شروعsubject", "شروعsubjectlevel", "شروعsubsection", "شروعsubsentence", "شروعsubstack", "شروعsubsubject", "شروعsubsubsection", "شروعsubsubsubject", "شروعsubsubsubsection", "شروعsubsubsubsubject", "شروعsubsubsubsubsection", "شروعsubsubsubsubsubject", "شروعsuffixtext", "شروعsymbolset", "شروعtable", "شروعtablehead", "شروعtables", "شروعtabletail", "شروعtabletext", "شروعtabulate", "شروعtabulatehead", "شروعtabulatetail", "شروعtagged", "شروعtaglabeltext", "شروعtexcode", "شروعtexdefinition", "شروعtext", "شروعtextbackground", "شروعtextbackgroundmanual", "شروعtextcolor", "شروعtextcolorintent", "شروعtextflow", "شروعtextmakeup", "شروعtitle", "شروعtokenlist", "شروعtokens", "شروعtransparent", "شروعtypescript", "شروعtypescriptcollection", "شروعtyping", "شروعuniqueMPgraphic", "شروعuniqueMPpagegraphic", "شروعunittext", "شروعunpacked", "شروعusableMPgraphic", "شروعuseMPgraphic", "شروعusemathstyleparameter", "شروعuserdata", "شروعusingbtxspecification", "شروعvbox", "شروعvboxregister", "شروعvboxtohbox", "شروعvboxtohboxseparator", "شروعviewerlayer", "شروعvtop", "شروعvtopregister", "شروعxcell", "شروعxcellgroup", "شروعxcolumn", "شروعxgroup", "شروعxmldisplayverbatim", "شروعxmlinlineverbatim", "شروعxmlraw", "شروعxmlsetups", "شروعxrow", "شروعxrowgroup", "شروعxtable", "شروعxtablebody", "شروعxtablefoot", "شروعxtablehead", "شروعxtablenext", "شروعآیتم", "شروعبروبه", "شروعتنظیم‌راست", "شروعتنظیم‌وسط", "شروعتولید", "شروعخط‌حاشیه", "شروعخط‌متن", "شروعدرج‌شناور", "شروعدرج‌فرمول", "شروعرنگ", "شروعزبان", "شروعسر", "شروعفشرده", "شروعقالبی", "شروعمحیط", "شروعمنوی‌پانل", "شروعمولفه", "شروعنشر", "شروعپروژه", "شروعپس‌زمینه", "شروعچپ‌چین", "شروع‌خط", "شماره‌زیرصفحه", "شماره‌سر", "شماره‌سرجاری", "شماره‌صفحه", "شماره‌صفحه‌کامل", "شماره‌فرمول", "شماره‌مبدل", "شماره‌ها", "شکافتن‌شناور", "شکل‌خارجی", "صفحه", "صفحه‌تست", "طول‌لیست", "عرض‌خط", "فضا", "فضاهای‌ثابت", "فضای‌ثابت", "فضای‌سفیدصحیح", "قالبی", "لوح‌مقایسه", "ماه", "متن‌پانوشت", "محیط", "مراجعه", "مرجع", "مرجع‌صفحه", "مرجع‌متن", "مقایسه‌گروه‌رنگ", "مقداررنگ", "مقیاس", "منوی‌پانل", "مولفه", "مکان", "میدان", "میدان‌شبیه‌سازی", "میدان‌پشته", "میدان‌کپی", "میله‌رنگ", "میله‌پانل", "ناشناس", "نسخه", "نشانه‌گذاری", "نصب‌زبان", "نقطه‌ها", "نماد", "نمایش‌آرایش", "نمایش‌بارگذاریها", "نمایش‌بستها", "نمایش‌توری", "نمایش‌رنگ", "نمایش‌طرح‌بندی", "نمایش‌قالب", "نمایش‌قلم‌بدنه", "نمایش‌لوح", "نمایش‌مجموعه‌علامت", "نمایش‌محیط‌قلم‌بدنه", "نمایش‌چاپ", "نمایش‌گروه‌رنگ", "پابا", "پایانJScode", "پایانJSpreamble", "پایانLUA", "پایانMP", "پایانMPclip", "پایانMPcode", "پایانMPdefinitions", "پایانMPdrawing", "پایانMPenvironment", "پایانMPextensions", "پایانMPinclusions", "پایانMPinitializations", "پایانMPpage", "پایانMPpositiongraphic", "پایانMPpositionmethod", "پایانMPrun", "پایانPARSEDXML", "پایانTABLE", "پایانTABLEbody", "پایانTABLEfoot", "پایانTABLEhead", "پایانTABLEnext", "پایانTC", "پایانTD", "پایانTDs", "پایانTEX", "پایانTEXpage", "پایانTH", "پایانTN", "پایانTR", "پایانTRs", "پایانTX", "پایانTY", "پایانXML", "پایانalign", "پایانalignment", "پایانallmodes", "پایانappendices", "پایانarrangedpages", "پایانaside", "پایانattachment", "پایانbackmatter", "پایانbar", "پایانbbordermatrix", "پایانbitmapimage", "پایانblockquote", "پایانbodymatter", "پایانbordermatrix", "پایانboxedcolumns", "پایانbtxlabeltext", "پایانbtxrenderingdefinitions", "پایانbuffer", "پایانcases", "پایانcatcodetable", "پایانcenteraligned", "پایانchapter", "پایانcharacteralign", "پایانcheckedfences", "پایانchemical", "پایانchemicaltext", "پایانcollect", "پایانcollecting", "پایانcolorintent", "پایانcoloronly", "پایانcolorset", "پایانcolumns", "پایانcolumnset", "پایانcolumnsetspan", "پایانcombination", "پایانcomment", "پایانcontextcode", "پایانcontextdefinitioncode", "پایانctxfunction", "پایانctxfunctiondefinition", "پایانcurrentcolor", "پایانcurrentlistentrywrapper", "پایانdelimited", "پایانdelimitedtext", "پایانdisplaymath", "پایانdmath", "پایانdocument", "پایانeffect", "پایانelement", "پایانembeddedxtable", "پایانendnote", "پایانendofline", "پایانexceptions", "پایانexpanded", "پایانexpandedcollect", "پایانextendedcatcodetable", "پایانexternalfigurecollection", "پایانfacingfloat", "پایانfact", "پایانfigure", "پایانfiguretext", "پایانfittingpage", "پایانfixed", "پایانfloatcombination", "پایانfont", "پایانfontclass", "پایانfontsolution", "پایانfootnote", "پایانformula", "پایانformulas", "پایانframedcell", "پایانframedcontent", "پایانframedrow", "پایانframedtable", "پایانframedtext", "پایانfrontmatter", "پایانgraphictext", "پایانgridsnapping", "پایانhanging", "پایانhbox", "پایانhboxestohbox", "پایانhboxregister", "پایانheadtext", "پایانhelptext", "پایانhiding", "پایانhighlight", "پایانhyphenation", "پایانimath", "پایانindentation", "پایانindentedtext", "پایانinteraction", "پایانinterface", "پایانintermezzotext", "پایانintertext", "پایانitemgroup", "پایانitemgroupcolumns", "پایانitemize", "پایانknockout", "پایانlabeltext", "پایانlayout", "پایانlegend", "پایانlinealignment", "پایانlinecorrection", "پایانlinefiller", "پایانlinenumbering", "پایانlines", "پایانlinetable", "پایانlinetablebody", "پایانlinetablecell", "پایانlinetablehead", "پایانlocalfootnotes", "پایانlocalheadsetup", "پایانlocallinecorrection", "پایانlocalnotes", "پایانlocalsetups", "پایانlua", "پایانluacode", "پایانluaparameterset", "پایانluasetups", "پایانmakeup", "پایانmarginblock", "پایانmarkedcontent", "پایانmarkpages", "پایانmathalignment", "پایانmathcases", "پایانmathlabeltext", "پایانmathmatrix", "پایانmathmode", "پایانmathstyle", "پایانmatrices", "پایانmatrix", "پایانmaxaligned", "پایانmdformula", "پایانmiddlealigned", "پایانmiddlemakeup", "پایانmixedcolumns", "پایانmode", "پایانmodeset", "پایانmodule", "پایانmoduletestsection", "پایانmpformula", "پایانnamedsection", "پایانnamedsubformulas", "پایانnarrow", "پایانnarrower", "پایانnegative", "پایانnicelyfilledbox", "پایانnointerference", "پایانnotallmodes", "پایانnotext", "پایانnotmode", "پایانoperatortext", "پایانopposite", "پایانoutputstream", "پایانoverlay", "پایانoverprint", "پایانpagecolumns", "پایانpagecomment", "پایانpagefigure", "پایانpagelayout", "پایانpagemakeup", "پایانpar", "پایانparagraph", "پایانparagraphs", "پایانparagraphscell", "پایانparbuilder", "پایانpart", "پایانpath", "پایانplacechemical", "پایانplacefigure", "پایانplacegraphic", "پایانplaceintermezzo", "پایانplacelegend", "پایانplacepairedbox", "پایانplacetable", "پایانpositioning", "پایانpositionoverlay", "پایانpositive", "پایانpostponing", "پایانpostponingnotes", "پایانprefixtext", "پایانprocessassignmentcommand", "پایانprocessassignmentlist", "پایانprocesscommacommand", "پایانprocesscommalist", "پایانprotect", "پایانprotectedcolors", "پایانpunctuation", "پایانquotation", "پایانquote", "پایانrandomized", "پایانrandomseed", "پایانrawsetups", "پایانreadingfile", "پایانreferenceprefix", "پایانregime", "پایانreusableMPgraphic", "پایانruby", "پایانscript", "پایانsdformula", "پایانsection", "پایانsectionblock", "پایانsectionblockenvironment", "پایانsectionlevel", "پایانsetups", "پایانshapebox", "پایانshift", "پایانsidebar", "پایانsimplecolumns", "پایانspecialitem", "پایانspeech", "پایانspformula", "پایانsplitformula", "پایانsplittext", "پایانspread", "پایانstandardmakeup", "پایانstaticMPfigure", "پایانstaticMPgraphic", "پایانstrictinspectnextcharacter", "پایانstrut", "پایانstyle", "پایانsubformulas", "پایانsubject", "پایانsubjectlevel", "پایانsubsection", "پایانsubsentence", "پایانsubstack", "پایانsubsubject", "پایانsubsubsection", "پایانsubsubsubject", "پایانsubsubsubsection", "پایانsubsubsubsubject", "پایانsubsubsubsubsection", "پایانsubsubsubsubsubject", "پایانsuffixtext", "پایانsymbolset", "پایانtable", "پایانtablehead", "پایانtables", "پایانtabletail", "پایانtabletext", "پایانtabulate", "پایانtabulatehead", "پایانtabulatetail", "پایانtagged", "پایانtaglabeltext", "پایانtexcode", "پایانtexdefinition", "پایانtext", "پایانtextbackground", "پایانtextbackgroundmanual", "پایانtextcolor", "پایانtextcolorintent", "پایانtextflow", "پایانtextmakeup", "پایانtitle", "پایانtokenlist", "پایانtokens", "پایانtransparent", "پایانtypescript", "پایانtypescriptcollection", "پایانtyping", "پایانuniqueMPgraphic", "پایانuniqueMPpagegraphic", "پایانunittext", "پایانunpacked", "پایانusableMPgraphic", "پایانuseMPgraphic", "پایانusemathstyleparameter", "پایانuserdata", "پایانusingbtxspecification", "پایانvbox", "پایانvboxregister", "پایانvboxtohbox", "پایانvboxtohboxseparator", "پایانviewerlayer", "پایانvtop", "پایانvtopregister", "پایانxcell", "پایانxcellgroup", "پایانxcolumn", "پایانxgroup", "پایانxmldisplayverbatim", "پایانxmlinlineverbatim", "پایانxmlraw", "پایانxmlsetups", "پایانxrow", "پایانxrowgroup", "پایانxtable", "پایانxtablebody", "پایانxtablefoot", "پایانxtablehead", "پایانxtablenext", "پایانآیتم", "پایانبروبه", "پایانتنظیم‌راست", "پایانتنظیم‌وسط", "پایانتولید", "پایانخط‌حاشیه", "پایانخط‌متن", "پایاندرج‌شناور", "پایاندرج‌فرمول", "پایانرنگ", "پایانزبان", "پایانسر", "پایانفشرده", "پایانقالبی", "پایانمحیط", "پایانمنوی‌پانل", "پایانمولفه", "پایاننشر", "پایانپروژه", "پایانپس‌زمینه", "پایانچپ‌چین", "پایان‌خط", "پایین", "پرده", "پروژه", "پرکردن‌میدان", "پس‌زمینه", "چوبخط", "چپ‌چین", "کشیده", "کلمه‌راست", "گیره", "یادداشت", "یک‌جا", "یک‌خط" }, - ["ro"]={ "CUVANT", "CUVINTE", "Cuvant", "Cuvinte", "Kap", "LUNA", "Litera", "Litere", "Numere", "Numereromane", "ZIDINSAPTAMANA", "adapteazaaspect", "adubuffer", "adumarcaje", "afiseazaaspect", "afiseazaculoare", "afiseazafonttext", "afiseazagrid", "afiseazagrupculoare", "afiseazamakeup", "afiseazamediufonttext", "afiseazapaleta", "afiseazarama", "afiseazasetari", "afiseazasetsimboluri", "afiseazastruts", "afiseazatiparire", "aliniatcentru", "aliniatdreapta", "aliniatstanga", "ascundeblocuri", "baraculoare", "barainteractiune", "blanc", "butoaneinteractiune", "buton", "butonmeniu", "camp", "cloneazacamp", "coloana", "comparagrupculoare", "comparapaleta", "completeazanumarpagina", "componenta", "convertestenumar", "copiazacamp", "corecteazaspatiualb", "culoare", "culoaregri", "cuvantdreapta", "data", "datacurenta", "defineste", "definesteaccent", "definesteantet", "definestebloc", "definesteblocsectiune", "definestebuffer", "definestecamp", "definestecaracter", "definestecomanda", "definesteconversie", "definesteculoare", "definestedescriere", "definestedimensiunehartie", "definesteenumerare", "definesteeticheta", "definestefloat", "definestefont", "definestefonttext", "definesteformatreferinte", "definestegrupculori", "definestehbox", "definesteinconjurare", "definestelista", "definestelistacombinata", "definestemakeup", "definestemarcaje", "definestemediulfonttext", "definestemeniuinteractiune", "definesteoverlay", "definestepaleta", "definesteparagraf", "definesteprofil", "definesteprogram", "definestereferinte", "definesteregistru", "definestesablontabel", "definestesectiune", "definestesimbol", "definestesimbolfigura", "definestesinonim", "definestesinonimfont", "definestesortare", "definestestartstop", "definestestil", "definestestilfont", "definestestivacampuri", "definestesubcamp", "definestetabulatori", "definestetext", "definestetexteinconjurate", "definestetextinconjurat", "definestetyping", "despre", "determinacaracteristicilelistei", "determinacaracteristiciregistru", "determinanumartitlu", "din", "dute", "dutebox", "dutepagina", "ecran", "element", "faraliniiantetsisubsol", "faraliniisussijos", "faraspatiu", "figuraexterna", "firdepar", "folosesteURL", "folosestebloc", "folosestedirector", "folosestedocumentextern", "folosestefiguraexterna", "folosestemodul", "folosestemuzicaexterna", "folosestescriptJS", "folosestesimboluri", "folosesteurl", "fundal", "grosimelinie", "impartefloat", "inalt", "injos", "inlinie", "instalarelimba", "intins", "jos", "jossus", "la", "lapagina", "limba", "limbaprincipala", "linieneagra", "liniesubtire", "linieumplere", "liniinegre", "liniisubtiri", "litera", "litere", "luna", "lungimelista", "marcaje", "matematica", "mediu", "meniuinteractiune", "necunoscut", "nokap", "nota", "numarformula", "numarpagina", "numartitlu", "numartitlucurent", "numere", "numereromane", "olinie", "pagina", "pastreazablocuri", "pelung", "plaseazapegrid", "plaseazasemnecarte", "potrivestecamp", "pozitie", "proceseazabloc", "produs", "proiect", "puncte", "punedeasuprafiecareia", "punefatainfata", "puneformula", "punelista", "punelistacombinata", "punenotesubsol", "punenotesubsollocale", "punenumarpagina", "puneregistru", "punesubformula", "referinta", "referintapagina", "referintatext", "reflexie", "remarca", "reseteazamarcaje", "riglatext", "rigleumplere", "roteste", "scala", "scriebuffer", "scrieinlista", "scrieintreliste", "selecteazablocuri", "semncarte", "setareitemization", "setarelimba", "setarepozitie", "seteazaaliniat", "seteazaalinierea", "seteazaantet", "seteazaaranjareapag", "seteazaaspect", "seteazabarainteractiune", "seteazablanc", "seteazabloc", "seteazablocsectiune", "seteazabuffer", "seteazacamp", "seteazacampuri", "seteazaclipping", "seteazacoloane", "seteazacomentariu", "seteazacomentariupagina", "seteazaculoare", "seteazaculori", "seteazadimensiunihartie", "seteazaecraninteractiune", "seteazaelemente", "seteazaenumerare", "seteazafloat", "seteazafloats", "seteazafonttext", "seteazaformulare", "seteazaformule", "seteazafundal", "seteazafundaluri", "seteazagrosimelinie", "seteazaimpartireafloat", "seteazainconjurat", "seteazaingust", "seteazainteractiunea", "seteazajos", "seteazalegenda", "seteazalegendele", "seteazaliniesilabe", "seteazaliniesubtire", "seteazalinii", "seteazaliniimargine", "seteazaliniinegre", "seteazaliniiumplere", "seteazalista", "seteazalistacombinata", "seteazamajuscule", "seteazamakeup", "seteazamarcaje", "seteazameniuinteractiune", "seteazaminicitat", "seteazanotasubsol", "seteazanumarpagina", "seteazanumarsubpagina", "seteazanumartitlu", "seteazanumerotarelinii", "seteazanumerotarepagina", "seteazanumerotareparagrafe", "seteazapaleta", "seteazaparagrafe", "seteazaplasareaopozita", "seteazaprograme", "seteazareferinte", "seteazaregistru", "seteazarigletext", "seteazarigleumplere", "seteazarotare", "seteazasimbol", "seteazasinonime", "seteazasortare", "seteazaspatiu", "seteazaspatiualb", "seteazaspatiuinterliniar", "seteazasubsol", "seteazasus", "seteazatabele", "seteazatabulatori", "seteazatext", "seteazatexteantet", "seteazatextejos", "seteazatextesubsol", "seteazatextesus", "seteazatextetext", "seteazatitlu", "seteazatitluri", "seteazatoleranta", "seteazatranzitiepagina", "seteazatype", "seteazatyping", "seteazaurl", "simbol", "spatiifixate", "spatiu", "spatiufixat", "startaliniatcentru", "startaliniatdreapta", "startaliniatstanga", "startcomponenta", "startculoare", "startdute", "startfundal", "startimpachetat", "startlimba", "startlinie", "startliniemargine", "startmediu", "startmeniuinteractiune", "startprodus", "startproiect", "startpublicatie", "startpuneformula", "startriglatext", "starttitlu", "stivacampuri", "stopaliniatcentru", "stopaliniatdreapta", "stopaliniatstanga", "stopcomponenta", "stopculoare", "stopdute", "stopfundal", "stopimpachetat", "stoplimba", "stoplinie", "stopliniemargine", "stopmediu", "stopmeniuinteractiune", "stopprodus", "stopproiect", "stoppublicatie", "stoppuneformula", "stopriglatext", "stoptitlu", "textumplere", "traduce", "trecilafonttext", "undeva", "valoareculoare", "versiune", "zidinsaptamana" }, + ["fr"]={ "Caractere", "Caracteres", "Chiffresromains", "JOURSEMAINE", "MOIS", "MOT", "MOTS", "Mot", "Mots", "Numeros", "a", "adaptedisposition", "ajustechamp", "alaligne", "alapage", "aligneadroite", "aligneagauche", "aligneaumilieu", "arriereplan", "baha", "barrecouleur", "barreinteraction", "bas", "bouton", "boutonmenu", "boutonsinteraction", "cacheblocs", "caractere", "caracteres", "champ", "changepolicecorps", "chiffresromains", "clonechamp", "colonne", "commentaire", "comparegroupecouleur", "comparepalette", "completenumeropage", "completeregistre", "composant", "concernant", "convertitnumero", "copitchamp", "corrigeespaceblanc", "couleur", "couleurgrise", "dactylographier", "dans", "datecourante", "de", "definicaractere", "definit", "definitaccent", "definitbloc", "definitblocsection", "definitbuffer", "definitcalque", "definitchamp", "definitcommande", "definitconversion", "definitcouleur", "definitdactylo", "definitdemarrestoppe", "definitdescription", "definitdisposition", "definitenumeration", "definitenvironnementpolicecorps", "definitetiquette", "definitflottant", "definitformatreference", "definitgroupecouleur", "definithbox", "definitjeucolonne", "definitliste", "definitlisteimbriquee", "definitmakeup", "definitmarquage", "definitmenuinteraction", "definitpalette", "definitparagraphes", "definitpilechamp", "definitpolice", "definitpolicecorps", "definitprofil", "definitprogramme", "definitreference", "definitregistre", "definitrevetement", "definitsautdecolonne", "definitsautdepage", "definitsection", "definitsouschamp", "definitstyle", "definitstylepolice", "definitsymbole", "definitsymbolefigure", "definitsynonymepolice", "definitsynonymes", "definittabulation", "definittaillepapier", "definittete", "definittexte", "definittrametableau", "definittri", "definittype", "definitvide", "demarreJScode", "demarreJSpreamble", "demarreLUA", "demarreMP", "demarreMPclip", "demarreMPcode", "demarreMPdefinitions", "demarreMPdrawing", "demarreMPenvironment", "demarreMPextensions", "demarreMPinclusions", "demarreMPinitializations", "demarreMPpage", "demarreMPpositiongraphic", "demarreMPpositionmethod", "demarreMPrun", "demarrePARSEDXML", "demarreTABLE", "demarreTABLEbody", "demarreTABLEfoot", "demarreTABLEhead", "demarreTABLEnested", "demarreTABLEnext", "demarreTC", "demarreTD", "demarreTDs", "demarreTEX", "demarreTEXpage", "demarreTH", "demarreTN", "demarreTR", "demarreTRs", "demarreTX", "demarreTY", "demarreXML", "demarrealign", "demarrealigneadroite", "demarrealigneagauche", "demarrealigneaumilieu", "demarrealignment", "demarreallmodes", "demarreappendices", "demarrearrangedpages", "demarrearriereplan", "demarreaside", "demarreattachment", "demarrebackmatter", "demarrebar", "demarrebbordermatrix", "demarrebitmapimage", "demarreblockquote", "demarrebodymatter", "demarrebordermatrix", "demarreboxedcolumns", "demarrebtxlabeltext", "demarrebtxrenderingdefinitions", "demarrebuffer", "demarrecases", "demarrecatcodetable", "demarrecenteraligned", "demarrechapter", "demarrecharacteralign", "demarrecheckedfences", "demarrechemical", "demarrechemicaltext", "demarreciter", "demarrecollect", "demarrecollecting", "demarrecolorintent", "demarrecoloronly", "demarrecolorset", "demarrecolumns", "demarrecolumnset", "demarrecolumnsetspan", "demarrecombination", "demarrecomment", "demarrecomposant", "demarrecontextcode", "demarrecontextdefinitioncode", "demarrecouleur", "demarrectxfunction", "demarrectxfunctiondefinition", "demarrecurrentcolor", "demarrecurrentlistentrywrapper", "demarredelimited", "demarredelimitedtext", "demarredisplaymath", "demarredmath", "demarredocument", "demarreeffect", "demarreelement", "demarreembeddedxtable", "demarreendnote", "demarreendofline", "demarreenvironement", "demarreexceptions", "demarreexpanded", "demarreexpandedcollect", "demarreextendedcatcodetable", "demarreexternalfigurecollection", "demarrefacingfloat", "demarrefact", "demarrefigure", "demarrefiguretext", "demarrefittingpage", "demarrefixed", "demarrefloatcombination", "demarrefont", "demarrefontclass", "demarrefontsolution", "demarrefootnote", "demarreformula", "demarreformulas", "demarreframed", "demarreframedcell", "demarreframedcontent", "demarreframedrow", "demarreframedtable", "demarreframedtext", "demarrefrontmatter", "demarregraphictext", "demarregridsnapping", "demarregroupe", "demarrehanging", "demarrehbox", "demarrehboxestohbox", "demarrehboxregister", "demarreheadtext", "demarrehelptext", "demarrehiding", "demarrehighlight", "demarrehyphenation", "demarreimath", "demarreindentation", "demarreindentedtext", "demarreinteraction", "demarreinterface", "demarreintermezzotext", "demarreintertext", "demarreitemgroup", "demarreitemgroupcolumns", "demarreitemize", "demarreknockout", "demarrelabeltext", "demarrelangue", "demarrelayout", "demarrelegend", "demarreligne", "demarreligneregleetexte", "demarrelinealignment", "demarrelinecorrection", "demarrelinefiller", "demarrelinenumbering", "demarrelines", "demarrelinetable", "demarrelinetablebody", "demarrelinetablecell", "demarrelinetablehead", "demarrelocalfootnotes", "demarrelocalheadsetup", "demarrelocallinecorrection", "demarrelocalnotes", "demarrelocalsetups", "demarrelua", "demarreluacode", "demarreluaparameterset", "demarreluasetups", "demarremakeup", "demarremargereglee", "demarremarginblock", "demarremarkedcontent", "demarremarkpages", "demarremathalignment", "demarremathcases", "demarremathlabeltext", "demarremathmatrix", "demarremathmode", "demarremathstyle", "demarrematrices", "demarrematrix", "demarremaxaligned", "demarremdformula", "demarremenuinteraction", "demarremiddlealigned", "demarremiddlemakeup", "demarremixedcolumns", "demarremode", "demarremodeset", "demarremodule", "demarremoduletestsection", "demarrempformula", "demarrenamedsection", "demarrenamedsubformulas", "demarrenarrow", "demarrenarrower", "demarrenegative", "demarrenicelyfilledbox", "demarrenointerference", "demarrenotallmodes", "demarrenotext", "demarrenotmode", "demarreoperatortext", "demarreopposite", "demarreoutputstream", "demarreoverlay", "demarreoverprint", "demarrepagecolumns", "demarrepagecomment", "demarrepagefigure", "demarrepagelayout", "demarrepagemakeup", "demarrepar", "demarreparagraph", "demarreparagraphs", "demarreparagraphscell", "demarreparbuilder", "demarrepart", "demarrepath", "demarreplacechemical", "demarreplacefigure", "demarreplaceflottant", "demarreplaceformule", "demarreplacegraphic", "demarreplaceintermezzo", "demarreplacelegend", "demarreplacepairedbox", "demarreplacetable", "demarrepositioning", "demarrepositionoverlay", "demarrepositive", "demarrepostponing", "demarrepostponingnotes", "demarreprefixtext", "demarreprocessassignmentcommand", "demarreprocessassignmentlist", "demarreprocesscommacommand", "demarreprocesscommalist", "demarreproduit", "demarreprojet", "demarreprotect", "demarreprotectedcolors", "demarrepublication", "demarrepunctuation", "demarrequotation", "demarrequote", "demarrerandomized", "demarrerandomseed", "demarrerawsetups", "demarrereadingfile", "demarrereferenceprefix", "demarreregime", "demarrereusableMPgraphic", "demarreruby", "demarrescript", "demarresdformula", "demarresection", "demarresectionblock", "demarresectionblockenvironment", "demarresectionlevel", "demarresetups", "demarreshapebox", "demarreshift", "demarresidebar", "demarresimplecolumns", "demarrespecialitem", "demarrespeech", "demarrespformula", "demarresplitformula", "demarresplittext", "demarrespread", "demarrestandardmakeup", "demarrestaticMPfigure", "demarrestaticMPgraphic", "demarrestrictinspectnextcharacter", "demarrestrut", "demarrestyle", "demarresubformulas", "demarresubject", "demarresubjectlevel", "demarresubsection", "demarresubsentence", "demarresubstack", "demarresubsubject", "demarresubsubsection", "demarresubsubsubject", "demarresubsubsubsection", "demarresubsubsubsubject", "demarresubsubsubsubsection", "demarresubsubsubsubsubject", "demarresuffixtext", "demarresymbolset", "demarretable", "demarretablehead", "demarretables", "demarretabletail", "demarretabletext", "demarretabulate", "demarretabulatehead", "demarretabulatetail", "demarretagged", "demarretaglabeltext", "demarretete", "demarretexcode", "demarretexdefinition", "demarretext", "demarretextbackground", "demarretextbackgroundmanual", "demarretextcolor", "demarretextcolorintent", "demarretextflow", "demarretextmakeup", "demarretitle", "demarretokenlist", "demarretokens", "demarretransparent", "demarretypescript", "demarretypescriptcollection", "demarretyping", "demarreuniqueMPgraphic", "demarreuniqueMPpagegraphic", "demarreunittext", "demarreunpacked", "demarreusableMPgraphic", "demarreuseMPgraphic", "demarreusemathstyleparameter", "demarreuserdata", "demarreusingbtxspecification", "demarreva", "demarrevbox", "demarrevboxregister", "demarrevboxtohbox", "demarrevboxtohboxseparator", "demarreviewerlayer", "demarrevtop", "demarrevtopregister", "demarrexcell", "demarrexcellgroup", "demarrexcolumn", "demarrexgroup", "demarrexmldisplayverbatim", "demarrexmlinlineverbatim", "demarrexmlraw", "demarrexmlsetups", "demarrexrow", "demarrexrowgroup", "demarrextable", "demarrextablebody", "demarrextablefoot", "demarrextablehead", "demarrextablenext", "determinecaracteristiqueliste", "determinecaracteristiquesregistre", "determinenumerotete", "echelle", "ecran", "ecritdansliste", "ecritentreliste", "element", "elements", "environement", "espace", "espacefixe", "espacesfixes", "etire", "faitreference", "fichierdactylo", "figureexterne", "gardeblocs", "grille", "haut", "inconnu", "installelangue", "joursemaine", "langue", "langueprincipale", "largeurligne", "ligneh", "lignenoire", "ligneregleetexte", "lignesnoires", "llongueurliste", "marquage", "marquepage", "mathematique", "menuinteraction", "mois", "montrecadre", "montrecouleur", "montredisposition", "montreedition", "montreenvironnementpolicecorps", "montregrille", "montregroupecouleur", "montrejeusymboles", "montremakeup", "montrepalette", "montrepolicecorps", "montrereglages", "montrestruts", "motdroit", "numeroformule", "numeropage", "numeros", "numerotete", "numerotetecourant", "obtientmarquage", "oriente", "periodes", "pilechamp", "placecoteacote", "placeflottant", "placeformule", "placelesunsaudessusdesautres", "placeliste", "placelisteinmbriquee", "placemarquespages", "placenotespdp", "placenotespdplocales", "placenumeropage", "placenumerotete", "placeregistre", "placesousformule", "placesurgrille", "placetextetete", "prendbuffer", "produit", "programme", "projet", "qqpart", "razmarquage", "referencepage", "referencetexte", "reflete", "reglealignement", "reglearrangement", "reglearriereplan", "reglearriereplans", "reglebarreinteraction", "reglebloc", "regleblocsection", "reglebuffer", "reglecapitales", "reglechamp", "reglechamps", "regleclipping", "reglecolonnes", "reglecommentaire", "reglecommentairepage", "reglecompoetroite", "reglecomposeenalinea", "reglecouleur", "reglecouleurs", "regledactylo", "regledemarrestoppe", "regledescriptions", "regledisposition", "regleecraninteraction", "regleelements", "regleencadre", "regleentete", "regleenumerations", "regleenvironnementpolicecorps", "regleepaisseurligne", "regleespaceblanc", "regleespacement", "regleespacementinterligne", "regleflottant", "regleflottants", "regleformulaires", "regleformules", "reglegroupeselements", "regleinf", "regleinteraction", "regleintitule", "regleintitules", "reglejeucolonne", "reglejeusymboles", "reglelangue", "reglelignes", "reglelignesnoires", "reglelignesreglestexte", "regleliste", "reglelisteimbriquee", "reglemakeup", "reglemargereglee", "reglemarquage", "reglemarquagehyphenation", "reglemenuinteraction", "reglenotepdp", "reglenumeropage", "reglenumerotationligne", "reglenumerotationpage", "reglenumerotationparagraphe", "reglenumerotete", "regleoriente", "reglepalette", "reglepapier", "regleparagraphes", "reglepdp", "regleplacementopposition", "reglepolicecorps", "reglepositionnement", "regleprogrammes", "reglereferencage", "regleregistre", "regleremplitligne", "regleremplitlignesreglees", "regleseparationflottant", "reglesousnumeropage", "reglestrut", "reglesup", "reglesynonymes", "reglesysteme", "regletableaux", "regletabulation", "regletaillepapier", "regletete", "regletetes", "regletexte", "regletextesentete", "regletextesinf", "regletextespdp", "regletextessup", "regletextestexte", "regletolerance", "regletraitsfins", "regletransitionspage", "regletri", "regletype", "regleurl", "remplitligne", "remplitlignesreglees", "remplittexte", "sansespace", "sanslignesenteteetpdp", "sanslignessupetinf", "selectionneblocs", "separeflottant", "settext", "sousnumeropage", "stoppeJScode", "stoppeJSpreamble", "stoppeLUA", "stoppeMP", "stoppeMPclip", "stoppeMPcode", "stoppeMPdefinitions", "stoppeMPdrawing", "stoppeMPenvironment", "stoppeMPextensions", "stoppeMPinclusions", "stoppeMPinitializations", "stoppeMPpage", "stoppeMPpositiongraphic", "stoppeMPpositionmethod", "stoppeMPrun", "stoppePARSEDXML", "stoppeTABLE", "stoppeTABLEbody", "stoppeTABLEfoot", "stoppeTABLEhead", "stoppeTABLEnested", "stoppeTABLEnext", "stoppeTC", "stoppeTD", "stoppeTDs", "stoppeTEX", "stoppeTEXpage", "stoppeTH", "stoppeTN", "stoppeTR", "stoppeTRs", "stoppeTX", "stoppeTY", "stoppeXML", "stoppealign", "stoppealigneadroite", "stoppealigneagauche", "stoppealigneaumilieu", "stoppealignment", "stoppeallmodes", "stoppeappendices", "stoppearrangedpages", "stoppearriereplan", "stoppeaside", "stoppeattachment", "stoppebackmatter", "stoppebar", "stoppebbordermatrix", "stoppebitmapimage", "stoppeblockquote", "stoppebodymatter", "stoppebordermatrix", "stoppeboxedcolumns", "stoppebtxlabeltext", "stoppebtxrenderingdefinitions", "stoppebuffer", "stoppecases", "stoppecatcodetable", "stoppecenteraligned", "stoppechapter", "stoppecharacteralign", "stoppecheckedfences", "stoppechemical", "stoppechemicaltext", "stoppecollect", "stoppecollecting", "stoppecolorintent", "stoppecoloronly", "stoppecolorset", "stoppecolumns", "stoppecolumnset", "stoppecolumnsetspan", "stoppecombination", "stoppecomment", "stoppecomposant", "stoppecontextcode", "stoppecontextdefinitioncode", "stoppecouleur", "stoppectxfunction", "stoppectxfunctiondefinition", "stoppecurrentcolor", "stoppecurrentlistentrywrapper", "stoppedelimited", "stoppedelimitedtext", "stoppedisplaymath", "stoppedmath", "stoppedocument", "stoppeeffect", "stoppeelement", "stoppeembeddedxtable", "stoppeendnote", "stoppeendofline", "stoppeenvironement", "stoppeexceptions", "stoppeexpanded", "stoppeexpandedcollect", "stoppeextendedcatcodetable", "stoppeexternalfigurecollection", "stoppefacingfloat", "stoppefact", "stoppefigure", "stoppefiguretext", "stoppefittingpage", "stoppefixed", "stoppefloatcombination", "stoppefont", "stoppefontclass", "stoppefontsolution", "stoppefootnote", "stoppeformula", "stoppeformulas", "stoppeframed", "stoppeframedcell", "stoppeframedcontent", "stoppeframedrow", "stoppeframedtable", "stoppeframedtext", "stoppefrontmatter", "stoppegraphictext", "stoppegridsnapping", "stoppegroupe", "stoppehanging", "stoppehbox", "stoppehboxestohbox", "stoppehboxregister", "stoppeheadtext", "stoppehelptext", "stoppehiding", "stoppehighlight", "stoppehyphenation", "stoppeimath", "stoppeindentation", "stoppeindentedtext", "stoppeinteraction", "stoppeinterface", "stoppeintermezzotext", "stoppeintertext", "stoppeitemgroup", "stoppeitemgroupcolumns", "stoppeitemize", "stoppeknockout", "stoppelabeltext", "stoppelangue", "stoppelayout", "stoppelegend", "stoppeligne", "stoppeligneregleetexte", "stoppelinealignment", "stoppelinecorrection", "stoppelinefiller", "stoppelinenumbering", "stoppelines", "stoppelinetable", "stoppelinetablebody", "stoppelinetablecell", "stoppelinetablehead", "stoppelocalfootnotes", "stoppelocalheadsetup", "stoppelocallinecorrection", "stoppelocalnotes", "stoppelocalsetups", "stoppelua", "stoppeluacode", "stoppeluaparameterset", "stoppeluasetups", "stoppemakeup", "stoppemargereglee", "stoppemarginblock", "stoppemarkedcontent", "stoppemarkpages", "stoppemathalignment", "stoppemathcases", "stoppemathlabeltext", "stoppemathmatrix", "stoppemathmode", "stoppemathstyle", "stoppematrices", "stoppematrix", "stoppemaxaligned", "stoppemdformula", "stoppemenuinteraction", "stoppemiddlealigned", "stoppemiddlemakeup", "stoppemixedcolumns", "stoppemode", "stoppemodeset", "stoppemodule", "stoppemoduletestsection", "stoppempformula", "stoppenamedsection", "stoppenamedsubformulas", "stoppenarrow", "stoppenarrower", "stoppenegative", "stoppenicelyfilledbox", "stoppenointerference", "stoppenotallmodes", "stoppenotext", "stoppenotmode", "stoppeoperatortext", "stoppeopposite", "stoppeoutputstream", "stoppeoverlay", "stoppeoverprint", "stoppepagecolumns", "stoppepagecomment", "stoppepagefigure", "stoppepagelayout", "stoppepagemakeup", "stoppepar", "stoppeparagraph", "stoppeparagraphs", "stoppeparagraphscell", "stoppeparbuilder", "stoppepart", "stoppepath", "stoppeplacechemical", "stoppeplacefigure", "stoppeplaceflottant", "stoppeplaceformule", "stoppeplacegraphic", "stoppeplaceintermezzo", "stoppeplacelegend", "stoppeplacepairedbox", "stoppeplacetable", "stoppepositioning", "stoppepositionoverlay", "stoppepositive", "stoppepostponing", "stoppepostponingnotes", "stoppeprefixtext", "stoppeprocessassignmentcommand", "stoppeprocessassignmentlist", "stoppeprocesscommacommand", "stoppeprocesscommalist", "stoppeproduit", "stoppeprojet", "stoppeprotect", "stoppeprotectedcolors", "stoppepublication", "stoppepunctuation", "stoppequotation", "stoppequote", "stopperandomized", "stopperandomseed", "stopperawsetups", "stoppereadingfile", "stoppereferenceprefix", "stopperegime", "stoppereusableMPgraphic", "stopperuby", "stoppescript", "stoppesdformula", "stoppesection", "stoppesectionblock", "stoppesectionblockenvironment", "stoppesectionlevel", "stoppesetups", "stoppeshapebox", "stoppeshift", "stoppesidebar", "stoppesimplecolumns", "stoppespecialitem", "stoppespeech", "stoppespformula", "stoppesplitformula", "stoppesplittext", "stoppespread", "stoppestandardmakeup", "stoppestaticMPfigure", "stoppestaticMPgraphic", "stoppestrictinspectnextcharacter", "stoppestrut", "stoppestyle", "stoppesubformulas", "stoppesubject", "stoppesubjectlevel", "stoppesubsection", "stoppesubsentence", "stoppesubstack", "stoppesubsubject", "stoppesubsubsection", "stoppesubsubsubject", "stoppesubsubsubsection", "stoppesubsubsubsubject", "stoppesubsubsubsubsection", "stoppesubsubsubsubsubject", "stoppesuffixtext", "stoppesymbolset", "stoppetable", "stoppetablehead", "stoppetables", "stoppetabletail", "stoppetabletext", "stoppetabulate", "stoppetabulatehead", "stoppetabulatetail", "stoppetagged", "stoppetaglabeltext", "stoppetete", "stoppetexcode", "stoppetexdefinition", "stoppetext", "stoppetextbackground", "stoppetextbackgroundmanual", "stoppetextcolor", "stoppetextcolorintent", "stoppetextflow", "stoppetextmakeup", "stoppetitle", "stoppetokenlist", "stoppetokens", "stoppetransparent", "stoppetypescript", "stoppetypescriptcollection", "stoppetyping", "stoppeuniqueMPgraphic", "stoppeuniqueMPpagegraphic", "stoppeunittext", "stoppeunpacked", "stoppeusableMPgraphic", "stoppeuseMPgraphic", "stoppeusemathstyleparameter", "stoppeuserdata", "stoppeusingbtxspecification", "stoppeva", "stoppevbox", "stoppevboxregister", "stoppevboxtohbox", "stoppevboxtohboxseparator", "stoppeviewerlayer", "stoppevtop", "stoppevtopregister", "stoppexcell", "stoppexcellgroup", "stoppexcolumn", "stoppexgroup", "stoppexmldisplayverbatim", "stoppexmlinlineverbatim", "stoppexmlraw", "stoppexmlsetups", "stoppexrow", "stoppexrowgroup", "stoppextable", "stoppextablebody", "stoppextablefoot", "stoppextablehead", "stoppextablenext", "symbole", "tapebuffer", "textenotepdp", "traduire", "traiteblocs", "traitfin", "traitsfins", "uneligne", "utiliseJSscripts", "utiliseURL", "utiliseblocs", "utilisechemin", "utilisedocumentexterne", "utilisefigureexterne", "utilisemodule", "utilisepsiteaudioexterne", "utilisesymboles", "utiliseurl", "va", "vaalaboite", "vaalapage", "vaenbas", "valeurcouleur", "vide" }, + ["it"]={ "GIORNOSETTIMANA", "Lettera", "Lettere", "MESE", "Numeri", "Numeriromani", "PAROLA", "PAROLE", "Parola", "Parole", "adattacampo", "adattalayout", "al", "allineacentro", "allineadestra", "allineasinistra", "ambiente", "ap", "apagina", "barracolori", "barrainterazione", "cambiaafontdeltesto", "campi", "capello", "chim", "circondato", "clonacampo", "colonna", "colore", "coloregrigio", "commento", "componenet", "confrontagruppocolori", "confrontatavolozza", "convertinumero", "copiacampo", "correggispaziobianco", "da", "daqualcheparte", "data", "datadioggi", "definisci", "definisciaccento", "definisciambientefontdeltesto", "definisciblocco", "definiscibloccosezione", "definiscibuffer", "definiscicampo", "definiscicapoversi", "definiscicarattere", "definiscicolore", "definiscicomando", "definisciconversione", "definiscidescrizione", "definiscidimensionicarta", "definiscielenco", "definiscielencocombinato", "definiscienumerazione", "definiscietichetta", "definiscifigurasimbolo", "definiscifont", "definiscifontdeltesto", "definisciformatoriferimento", "definiscigruppocolonne", "definiscigruppocolori", "definiscihbox", "definisciincorniciato", "definisciiniziatermina", "definiscilayout", "definiscimakeup", "definiscimarcatura", "definiscimenuinterazione", "definiscimodellotabella", "definiscioggettomobile", "definisciordinamento", "definisciprofilo", "definisciprogramma", "definisciregistro", "definisciriferimento", "definiscisezione", "definiscisimbolo", "definiscisinonimi", "definiscisinonimofont", "definiscisottocampo", "definiscisovrapposizione", "definiscistackcampi", "definiscistile", "definiscistilefont", "definiscitabulato", "definiscitavolozza", "definiscitesta", "definiscitesto", "definiscitestoincorniciato", "definiscitype", "definiscityping", "determinacaratteristicheregistro", "determinacarattersticheelenco", "determinanumerotesta", "elaborablocchi", "elementi", "elemento", "figuraesterna", "giornosettimana", "griglia", "ignoto", "impostaallineamento", "impostaambientefontdeltesto", "impostaampiezzariga", "impostabarrainterazione", "impostablocco", "impostabloccosezione", "impostabuffer", "impostacampi", "impostacampo", "impostacapoversi", "impostacaption", "impostacaptions", "impostacima", "impostaclippling", "impostacolonne", "impostacolore", "impostacolori", "impostacommento", "impostacommentopagina", "impostadescrizioni", "impostadimensionicarta", "impostaelementi", "impostaelencazioni", "impostaelenco", "impostaelencocombinato", "impostaenumerazioni", "impostafondo", "impostafontdeltesto", "impostaforms", "impostaformule", "impostagruppocolonne", "impostaincorniciato", "impostainiziatermina", "impostainstestazione", "impostainterazione", "impostainterlinea", "impostalayout", "impostalineemargine", "impostalineenere", "impostalineeriempimento", "impostalineesottili", "impostalineetesto", "impostalingua", "impostamaiuscole", "impostamakeup", "impostamarcatura", "impostamenuinterazione", "impostamenzione", "impostanotepdp", "impostanumerazionecapoversi", "impostanumerazionepagina", "impostanumerazionerighe", "impostanumeropagina", "impostanumerosottopagina", "impostanumerotesta", "impostaoggettimobili", "impostaoggettomobile", "impostaordinamento", "impostaparranging", "impostapdp", "impostapiustretto", "impostaposizionamento", "impostaposizionamentoopposti", "impostaprogrammi", "impostaregistro", "impostarientro", "impostariferimento", "impostarighe", "impostarigheriempimento", "impostarigovuoto", "impostarotazione", "impostaschermointerazione", "impostasegnosillabazione", "impostasetsimboli", "impostasfondi", "impostasfondo", "impostasinonimi", "impostasistema", "impostaspaziatura", "impostaspaziobianco", "impostaspezzamentooggettomobile", "impostastrut", "impostatabelle", "impostatabulato", "impostatavolozza", "impostatesta", "impostateste", "impostatesticima", "impostatestifondo", "impostatestiincorniciati", "impostatestiintestazioni", "impostatestipdp", "impostatesto", "impostatestotesti", "impostatolleranza", "impostatransizionepagina", "impostatype", "impostatyping", "impostaurl", "incorniciato", "iniziaJScode", "iniziaJSpreamble", "iniziaLUA", "iniziaMP", "iniziaMPclip", "iniziaMPcode", "iniziaMPdefinitions", "iniziaMPdrawing", "iniziaMPenvironment", "iniziaMPextensions", "iniziaMPinclusions", "iniziaMPinitializations", "iniziaMPpage", "iniziaMPpositiongraphic", "iniziaMPpositionmethod", "iniziaMPrun", "iniziaPARSEDXML", "iniziaTABLE", "iniziaTABLEbody", "iniziaTABLEfoot", "iniziaTABLEhead", "iniziaTABLEnested", "iniziaTABLEnext", "iniziaTC", "iniziaTD", "iniziaTDs", "iniziaTEX", "iniziaTEXpage", "iniziaTH", "iniziaTN", "iniziaTR", "iniziaTRs", "iniziaTX", "iniziaTY", "iniziaXML", "iniziaalign", "iniziaalignment", "iniziaallineacentro", "iniziaallineadestra", "iniziaallineasinistra", "iniziaallmodes", "iniziaambiente", "iniziaappendices", "iniziaarrangedpages", "iniziaaside", "iniziaattachment", "iniziabackmatter", "iniziabar", "iniziabbordermatrix", "iniziabitmapimage", "iniziablockquote", "iniziabodymatter", "iniziabordermatrix", "iniziaboxedcolumns", "iniziabtxlabeltext", "iniziabtxrenderingdefinitions", "iniziabuffer", "iniziacases", "iniziacatcodetable", "iniziacenteraligned", "iniziachapter", "iniziacharacteralign", "iniziacheckedfences", "iniziachemical", "iniziachemicaltext", "iniziacollect", "iniziacollecting", "iniziacolore", "iniziacolorintent", "iniziacoloronly", "iniziacolorset", "iniziacolumns", "iniziacolumnset", "iniziacolumnsetspan", "iniziacombination", "iniziacomment", "iniziacomponenet", "iniziacontextcode", "iniziacontextdefinitioncode", "iniziactxfunction", "iniziactxfunctiondefinition", "iniziacurrentcolor", "iniziacurrentlistentrywrapper", "iniziadelimited", "iniziadelimitedtext", "iniziadisplaymath", "iniziadmath", "iniziadocument", "iniziaeffect", "iniziaelement", "iniziaelemento", "iniziaembeddedxtable", "iniziaendnote", "iniziaendofline", "iniziaexceptions", "iniziaexpanded", "iniziaexpandedcollect", "iniziaextendedcatcodetable", "iniziaexternalfigurecollection", "iniziafacingfloat", "iniziafact", "iniziafigure", "iniziafiguretext", "iniziafittingpage", "iniziafixed", "iniziafloatcombination", "iniziafont", "iniziafontclass", "iniziafontsolution", "iniziafootnote", "iniziaformula", "iniziaformulas", "iniziaframedcell", "iniziaframedcontent", "iniziaframedrow", "iniziaframedtable", "iniziaframedtext", "iniziafrontmatter", "iniziagraphictext", "iniziagridsnapping", "iniziahanging", "iniziahbox", "iniziahboxestohbox", "iniziahboxregister", "iniziaheadtext", "iniziahelptext", "iniziahiding", "iniziahighlight", "iniziahyphenation", "iniziaimath", "iniziaimpaccato", "iniziaincorniciato", "iniziaindentation", "iniziaindentedtext", "iniziainteraction", "iniziainterface", "iniziaintermezzotext", "iniziaintertext", "iniziaitemgroup", "iniziaitemgroupcolumns", "iniziaitemize", "iniziaknockout", "inizialabeltext", "inizialayout", "inizialegend", "inizialinealignment", "inizialineamargine", "inizialineatesto", "inizialinecorrection", "inizialinefiller", "inizialinenumbering", "inizialines", "inizialinetable", "inizialinetablebody", "inizialinetablecell", "inizialinetablehead", "inizialingua", "inizialocalfootnotes", "inizialocalheadsetup", "inizialocallinecorrection", "inizialocalnotes", "inizialocalsetups", "inizialua", "inizialuacode", "inizialuaparameterset", "inizialuasetups", "iniziamakeup", "iniziamarginblock", "iniziamarkedcontent", "iniziamarkpages", "iniziamathalignment", "iniziamathcases", "iniziamathlabeltext", "iniziamathmatrix", "iniziamathmode", "iniziamathstyle", "iniziamatrices", "iniziamatrix", "iniziamaxaligned", "iniziamdformula", "iniziamenuinterattivo", "iniziamettiformula", "iniziamiddlealigned", "iniziamiddlemakeup", "iniziamixedcolumns", "iniziamode", "iniziamodeset", "iniziamodule", "iniziamoduletestsection", "iniziampformula", "inizianamedsection", "inizianamedsubformulas", "inizianarrow", "inizianarrower", "inizianegative", "inizianicelyfilledbox", "inizianointerference", "inizianotallmodes", "inizianotext", "inizianotmode", "iniziaoperatortext", "iniziaopposite", "iniziaoutputstream", "iniziaoverlay", "iniziaoverprint", "iniziapagecolumns", "iniziapagecomment", "iniziapagefigure", "iniziapagelayout", "iniziapagemakeup", "iniziapar", "iniziaparagraph", "iniziaparagraphs", "iniziaparagraphscell", "iniziaparbuilder", "iniziapart", "iniziapath", "iniziaplacechemical", "iniziaplacefigure", "iniziaplacefloat", "iniziaplacegraphic", "iniziaplaceintermezzo", "iniziaplacelegend", "iniziaplacepairedbox", "iniziaplacetable", "iniziapositioning", "iniziapositionoverlay", "iniziapositive", "iniziapostponing", "iniziapostponingnotes", "iniziaprefixtext", "iniziaprocessassignmentcommand", "iniziaprocessassignmentlist", "iniziaprocesscommacommand", "iniziaprocesscommalist", "iniziaprodotto", "iniziaprogetto", "iniziaprotect", "iniziaprotectedcolors", "iniziapubblicazione", "iniziapunctuation", "iniziaquotation", "iniziaquote", "iniziarandomized", "iniziarandomseed", "iniziarawsetups", "iniziareadingfile", "iniziareferenceprefix", "iniziaregime", "iniziareusableMPgraphic", "iniziariga", "iniziaruby", "iniziascript", "iniziasdformula", "iniziasection", "iniziasectionblock", "iniziasectionblockenvironment", "iniziasectionlevel", "iniziasetups", "iniziasfondo", "iniziashapebox", "iniziashift", "iniziasidebar", "iniziasimplecolumns", "iniziaspecialitem", "iniziaspeech", "iniziaspformula", "iniziasplitformula", "iniziasplittext", "iniziaspread", "iniziastandardmakeup", "iniziastaticMPfigure", "iniziastaticMPgraphic", "iniziastrictinspectnextcharacter", "iniziastrut", "iniziastyle", "iniziasubformulas", "iniziasubject", "iniziasubjectlevel", "iniziasubsection", "iniziasubsentence", "iniziasubstack", "iniziasubsubject", "iniziasubsubsection", "iniziasubsubsubject", "iniziasubsubsubsection", "iniziasubsubsubsubject", "iniziasubsubsubsubsection", "iniziasubsubsubsubsubject", "iniziasuffixtext", "iniziasymbolset", "iniziatable", "iniziatablehead", "iniziatables", "iniziatabletail", "iniziatabletext", "iniziatabulate", "iniziatabulatehead", "iniziatabulatetail", "iniziatagged", "iniziataglabeltext", "iniziatesta", "iniziatexcode", "iniziatexdefinition", "iniziatext", "iniziatextbackground", "iniziatextbackgroundmanual", "iniziatextcolor", "iniziatextcolorintent", "iniziatextflow", "iniziatextmakeup", "iniziatitle", "iniziatokenlist", "iniziatokens", "iniziatransparent", "iniziatypescript", "iniziatypescriptcollection", "iniziatyping", "iniziauniqueMPgraphic", "iniziauniqueMPpagegraphic", "iniziaunittext", "iniziaunpacked", "iniziausableMPgraphic", "iniziauseMPgraphic", "iniziausemathstyleparameter", "iniziauserdata", "iniziausingbtxspecification", "iniziavaia", "iniziavbox", "iniziavboxregister", "iniziavboxtohbox", "iniziavboxtohboxseparator", "iniziaviewerlayer", "iniziavtop", "iniziavtopregister", "iniziaxcell", "iniziaxcellgroup", "iniziaxcolumn", "iniziaxgroup", "iniziaxmldisplayverbatim", "iniziaxmlinlineverbatim", "iniziaxmlraw", "iniziaxmlsetups", "iniziaxrow", "iniziaxrowgroup", "iniziaxtable", "iniziaxtablebody", "iniziaxtablefoot", "iniziaxtablehead", "iniziaxtablenext", "inriga", "installalingua", "intorno", "lettera", "lettere", "lineanera", "lineasottile", "lineatesto", "lineenere", "lineeriempimento", "lineesottili", "lingua", "linguaprincipale", "lunghezzaelenco", "marcatura", "matematica", "menuinterattivo", "mese", "mettielenco", "mettielencocombinato", "mettifiancoafianco", "mettiformula", "mettiingriglia", "mettinotepdp", "mettinotepdplocali", "mettinumeropagina", "mettiregistro", "mettisegnalibro", "mettisottoformula", "mettiunosullaltro", "mostraambientefontdeltesto", "mostracolore", "mostracornice", "mostrafontdeltesto", "mostragriglia", "mostragruppocolori", "mostraimpostazioni", "mostralyout", "mostramakeup", "mostrasetsimboli", "mostrastampa", "mostrastruts", "mostratavolozza", "nascondiblocchi", "nientelineecimafondo", "nientelineintestazionepdp", "nientespazio", "nota", "numeri", "numeriromani", "numeroformula", "numeropagina", "numeropaginacompleto", "numerotesta", "numerotestacorrente", "pagina", "paroladestra", "ped", "pedap", "perlungo", "posizionanumerotesta", "posizionatestotesta", "posizione", "prendibuffer", "prendimarcatura", "prodotto", "progetto", "programma", "pulsante", "pulsantemenu", "pulsantinterazione", "punti", "qualcheriga", "reimpostamarcatura", "rif", "riferimento", "riferimentopagina", "riferimentotesto", "riflessione", "rigariempimento", "rigovuoto", "ruota", "scala", "schermo", "scrividentroelenco", "scriviinelenco", "segnalibro", "selezionablocchi", "settext", "sfondo", "simbolo", "spazifissi", "spazio", "spaziofisso", "spessoreriga", "spezzaoggettomobile", "stackcampi", "stirato", "terminaJScode", "terminaJSpreamble", "terminaLUA", "terminaMP", "terminaMPclip", "terminaMPcode", "terminaMPdefinitions", "terminaMPdrawing", "terminaMPenvironment", "terminaMPextensions", "terminaMPinclusions", "terminaMPinitializations", "terminaMPpage", "terminaMPpositiongraphic", "terminaMPpositionmethod", "terminaMPrun", "terminaPARSEDXML", "terminaTABLE", "terminaTABLEbody", "terminaTABLEfoot", "terminaTABLEhead", "terminaTABLEnested", "terminaTABLEnext", "terminaTC", "terminaTD", "terminaTDs", "terminaTEX", "terminaTEXpage", "terminaTH", "terminaTN", "terminaTR", "terminaTRs", "terminaTX", "terminaTY", "terminaXML", "terminaalign", "terminaalignment", "terminaallineacentro", "terminaallineadestra", "terminaallineasinistra", "terminaallmodes", "terminaambiente", "terminaappendices", "terminaarrangedpages", "terminaaside", "terminaattachment", "terminabackmatter", "terminabar", "terminabbordermatrix", "terminabitmapimage", "terminablockquote", "terminabodymatter", "terminabordermatrix", "terminaboxedcolumns", "terminabtxlabeltext", "terminabtxrenderingdefinitions", "terminabuffer", "terminacases", "terminacatcodetable", "terminacenteraligned", "terminachapter", "terminacharacteralign", "terminacheckedfences", "terminachemical", "terminachemicaltext", "terminacollect", "terminacollecting", "terminacolore", "terminacolorintent", "terminacoloronly", "terminacolorset", "terminacolumns", "terminacolumnset", "terminacolumnsetspan", "terminacombination", "terminacomment", "terminacomponenet", "terminacontextcode", "terminacontextdefinitioncode", "terminactxfunction", "terminactxfunctiondefinition", "terminacurrentcolor", "terminacurrentlistentrywrapper", "terminadelimited", "terminadelimitedtext", "terminadisplaymath", "terminadmath", "terminadocument", "terminaeffect", "terminaelement", "terminaelemento", "terminaembeddedxtable", "terminaendnote", "terminaendofline", "terminaexceptions", "terminaexpanded", "terminaexpandedcollect", "terminaextendedcatcodetable", "terminaexternalfigurecollection", "terminafacingfloat", "terminafact", "terminafigure", "terminafiguretext", "terminafittingpage", "terminafixed", "terminafloatcombination", "terminafont", "terminafontclass", "terminafontsolution", "terminafootnote", "terminaformula", "terminaformulas", "terminaframedcell", "terminaframedcontent", "terminaframedrow", "terminaframedtable", "terminaframedtext", "terminafrontmatter", "terminagraphictext", "terminagridsnapping", "terminahanging", "terminahbox", "terminahboxestohbox", "terminahboxregister", "terminaheadtext", "terminahelptext", "terminahiding", "terminahighlight", "terminahyphenation", "terminaimath", "terminaimpaccato", "terminaincorniciato", "terminaindentation", "terminaindentedtext", "terminainteraction", "terminainterface", "terminaintermezzotext", "terminaintertext", "terminaitemgroup", "terminaitemgroupcolumns", "terminaitemize", "terminaknockout", "terminalabeltext", "terminalayout", "terminalegend", "terminalinealignment", "terminalineamargine", "terminalineatesto", "terminalinecorrection", "terminalinefiller", "terminalinenumbering", "terminalines", "terminalinetable", "terminalinetablebody", "terminalinetablecell", "terminalinetablehead", "terminalingua", "terminalocalfootnotes", "terminalocalheadsetup", "terminalocallinecorrection", "terminalocalnotes", "terminalocalsetups", "terminalua", "terminaluacode", "terminaluaparameterset", "terminaluasetups", "terminamakeup", "terminamarginblock", "terminamarkedcontent", "terminamarkpages", "terminamathalignment", "terminamathcases", "terminamathlabeltext", "terminamathmatrix", "terminamathmode", "terminamathstyle", "terminamatrices", "terminamatrix", "terminamaxaligned", "terminamdformula", "terminamenuinterattivo", "terminamettiformula", "terminamiddlealigned", "terminamiddlemakeup", "terminamixedcolumns", "terminamode", "terminamodeset", "terminamodule", "terminamoduletestsection", "terminampformula", "terminanamedsection", "terminanamedsubformulas", "terminanarrow", "terminanarrower", "terminanegative", "terminanicelyfilledbox", "terminanointerference", "terminanotallmodes", "terminanotext", "terminanotmode", "terminaoperatortext", "terminaopposite", "terminaoutputstream", "terminaoverlay", "terminaoverprint", "terminapagecolumns", "terminapagecomment", "terminapagefigure", "terminapagelayout", "terminapagemakeup", "terminapar", "terminaparagraph", "terminaparagraphs", "terminaparagraphscell", "terminaparbuilder", "terminapart", "terminapath", "terminaplacechemical", "terminaplacefigure", "terminaplacefloat", "terminaplacegraphic", "terminaplaceintermezzo", "terminaplacelegend", "terminaplacepairedbox", "terminaplacetable", "terminapositioning", "terminapositionoverlay", "terminapositive", "terminapostponing", "terminapostponingnotes", "terminaprefixtext", "terminaprocessassignmentcommand", "terminaprocessassignmentlist", "terminaprocesscommacommand", "terminaprocesscommalist", "terminaprodotto", "terminaprogetto", "terminaprotect", "terminaprotectedcolors", "terminapubblicazione", "terminapunctuation", "terminaquotation", "terminaquote", "terminarandomized", "terminarandomseed", "terminarawsetups", "terminareadingfile", "terminareferenceprefix", "terminaregime", "terminareusableMPgraphic", "terminariga", "terminaruby", "terminascript", "terminasdformula", "terminasection", "terminasectionblock", "terminasectionblockenvironment", "terminasectionlevel", "terminasetups", "terminasfondo", "terminashapebox", "terminashift", "terminasidebar", "terminasimplecolumns", "terminaspecialitem", "terminaspeech", "terminaspformula", "terminasplitformula", "terminasplittext", "terminaspread", "terminastandardmakeup", "terminastaticMPfigure", "terminastaticMPgraphic", "terminastrictinspectnextcharacter", "terminastrut", "terminastyle", "terminasubformulas", "terminasubject", "terminasubjectlevel", "terminasubsection", "terminasubsentence", "terminasubstack", "terminasubsubject", "terminasubsubsection", "terminasubsubsubject", "terminasubsubsubsection", "terminasubsubsubsubject", "terminasubsubsubsubsection", "terminasubsubsubsubsubject", "terminasuffixtext", "terminasymbolset", "terminatable", "terminatablehead", "terminatables", "terminatabletail", "terminatabletext", "terminatabulate", "terminatabulatehead", "terminatabulatetail", "terminatagged", "terminataglabeltext", "terminatesta", "terminatexcode", "terminatexdefinition", "terminatext", "terminatextbackground", "terminatextbackgroundmanual", "terminatextcolor", "terminatextcolorintent", "terminatextflow", "terminatextmakeup", "terminatitle", "terminatokenlist", "terminatokens", "terminatransparent", "terminatypescript", "terminatypescriptcollection", "terminatyping", "terminauniqueMPgraphic", "terminauniqueMPpagegraphic", "terminaunittext", "terminaunpacked", "terminausableMPgraphic", "terminauseMPgraphic", "terminausemathstyleparameter", "terminauserdata", "terminausingbtxspecification", "terminavaia", "terminavbox", "terminavboxregister", "terminavboxtohbox", "terminavboxtohboxseparator", "terminaviewerlayer", "terminavtop", "terminavtopregister", "terminaxcell", "terminaxcellgroup", "terminaxcolumn", "terminaxgroup", "terminaxmldisplayverbatim", "terminaxmlinlineverbatim", "terminaxmlraw", "terminaxmlsetups", "terminaxrow", "terminaxrowgroup", "terminaxtable", "terminaxtablebody", "terminaxtablefoot", "terminaxtablehead", "terminaxtablenext", "testonotapdp", "testoriempimento", "tieniblocchi", "traduci", "usaJSscripts", "usaURL", "usablocco", "usacartella", "usacolonnasonoraesterna", "usadocumentoesterno", "usafiguraesterna", "usamodulo", "usasimboli", "usaurl", "vaia", "vaiabox", "vaiapagina", "vaigiu", "valorecolore", "versione" }, + ["nl"]={ "Cijfers", "Kap", "Letter", "Letters", "MAAND", "Romeins", "WEEKDAG", "WOORD", "WOORDEN", "Woord", "Woorden", "achtergrond", "bepaalkopnummer", "bepaallijstkenmerken", "bepaalregisterkenmerken", "bewaarbuffer", "blanko", "blokje", "blokjes", "cijfers", "converteernummer", "copieerveld", "corrigeerwitruimte", "datum", "definieer", "definieeraccent", "definieeralineas", "definieerblok", "definieerbuffer", "definieercombinatie", "definieercommando", "definieerconversie", "definieerfiguursymbool", "definieerfont", "definieerfontstijl", "definieerfontsynoniem", "definieerhbox", "definieeringesprongentext", "definieerinteractiemenu", "definieeritemgroep", "definieerkadertekst", "definieerkarakter", "definieerkleur", "definieerkleurgroep", "definieerkolomgroep", "definieerkolomovergang", "definieerkop", "definieerkorps", "definieerkorpsomgeving", "definieerlayer", "definieerlayout", "definieerletter", "definieerlijst", "definieermarkering", "definieeromlijnd", "definieeropmaak", "definieeroverlay", "definieerpaginaovergang", "definieerpalet", "definieerpapierformaat", "definieerplaats", "definieerplaatsblok", "definieerprofiel", "definieerprogramma", "definieerreferentie", "definieerreferentieformaat", "definieerregister", "definieersamengesteldelijst", "definieersectie", "definieersectieblok", "definieersorteren", "definieerstartstop", "definieersubveld", "definieersymbool", "definieersynoniemen", "definieertabelvorm", "definieertabulatie", "definieertekst", "definieertekstachtergrond", "definieertype", "definieertypen", "definieerveld", "definieerveldstapel", "definieerwiskundeuitlijnen", "doordefinieren", "doorlabelen", "doornummeren", "dunnelijn", "dunnelijnen", "eenregel", "ergens", "externfiguur", "formulenummer", "gebruikJSscripts", "gebruikURL", "gebruikblokken", "gebruikexterndocument", "gebruikexternfiguur", "gebruikexterngeluidsfragment", "gebruikmodule", "gebruikpad", "gebruiksymbolen", "gebruiktypescript", "gebruiktypescriptfile", "gebruikurl", "geenbovenenonderregels", "geenhoofdenvoetregels", "geenspatie", "grijskleur", "haalbuffer", "haalmarkering", "haarlijn", "handhaafblokken", "hoofdtaal", "hoog", "huidigedatum", "huidigekopnummer", "inlijnd", "inregel", "installeertaal", "interactiebalk", "interactiebuttons", "interactiemenu", "invullijnen", "invulregel", "invultekst", "kleur", "kleurenbalk", "kleurwaarde", "kloonveld", "kolom", "kopnummer", "laag", "laho", "legeregels", "letter", "letters", "lijndikte", "lijstlengte", "maand", "markeer", "naar", "naarbox", "naarpagina", "nokap", "noot", "omgeving", "omlaag", "omlijnd", "onbekend", "onderdeel", "op", "oppagina", "pagina", "paginanummer", "paginareferentie", "paslayoutaan", "passendveld", "plaatsbookmarks", "plaatsformule", "plaatskopnummer", "plaatskoptekst", "plaatslijst", "plaatslijstmetsynoniemen", "plaatslokalevoetnoten", "plaatsnaastelkaar", "plaatsonderelkaar", "plaatsopgrid", "plaatspaginanummer", "plaatsplaatsblok", "plaatsregister", "plaatsruwelijst", "plaatssamengesteldelijst", "plaatssubformule", "plaatsvoetnoten", "positioneer", "produkt", "programma", "projekt", "punten", "refereer", "referentie", "regellinks", "regelmidden", "regelrechts", "resetmarkering", "romeins", "rooster", "roteer", "schaal", "scherm", "schrijfnaarlijst", "schrijftussenlijst", "selecteerblokken", "som", "spatie", "spiegel", "splitsplaatsblok", "startachtergrond", "startinteractiemenu", "startkantlijn", "startkleur", "startkop", "startlokalevoetnoten", "startmargeblok", "startnaar", "startomgeving", "startomlijnd", "startonderdeel", "startopelkaar", "startplaatsformule", "startplaatsplaatsblok", "startprodukt", "startprojekt", "startpublicatie", "startregel", "startregelcorrectie", "startregellinks", "startregelmidden", "startregelrechts", "startsom", "starttaal", "starttekstachtergrond", "starttekstlijn", "startuitlijnen", "stelachtergrondenin", "stelachtergrondin", "stelalineasin", "stelarrangerenin", "stelblankoin", "stelblokin", "stelblokjesin", "stelblokkopjein", "stelblokkopjesin", "stelbovenin", "stelboventekstenin", "stelbufferin", "stelciterenin", "stelclipin", "stelcommentaarin", "steldoordefinierenin", "steldoornummerenin", "steldunnelijnenin", "stelformulein", "stelformulesin", "stelformulierenin", "stelhoofdin", "stelhoofdtekstenin", "stelingesprongentextin", "stelinmargein", "stelinspringenin", "stelinteractiebalkin", "stelinteractiein", "stelinteractiemenuin", "stelinteractieschermin", "stelinterliniein", "stelinvullijnenin", "stelinvulregelsin", "stelitemgroepin", "stelitemsin", "stelkadertekstenin", "stelkadertekstin", "stelkantlijnin", "stelkapitalenin", "stelkleurenin", "stelkleurin", "stelkolomgroepin", "stelkolomgroepregelsin", "stelkolomgroepstartin", "stelkolommenin", "stelkopin", "stelkopnummerin", "stelkoppeltekenin", "stelkoppenin", "stelkorpsin", "stelkorpsomgevingin", "stellayoutin", "stellijndiktein", "stellijstin", "stelmargeblokkenin", "stelmarkeringin", "stelnaastplaatsenin", "stelomlijndin", "stelonderin", "stelondertekstenin", "stelopmaakin", "stelopsommingenin", "stelpaginacommentaarin", "stelpaginanummerin", "stelpaginanummeringin", "stelpaginaovergangenin", "stelpaletin", "stelpapierformaatin", "stelpapierin", "stelparagraafnummerenin", "stelplaatsblokin", "stelplaatsblokkenin", "stelplaatsbloksplitsenin", "stelplaatsin", "stelpositionerenin", "stelprogrammasin", "stelrefererenin", "stelregelnummerenin", "stelregelsin", "stelregisterin", "stelroterenin", "stelsamengesteldelijstin", "stelsectieblokin", "stelsmallerin", "stelsorterenin", "stelspatieringin", "stelstartstopin", "stelstrutin", "stelsubpaginanummerin", "stelsymboolsetin", "stelsynoniemenin", "stelsysteemin", "steltaalin", "steltabellenin", "steltabulatiein", "steltekstachtergrondin", "steltekstin", "steltekstinhoudin", "steltekstlijnenin", "stelteksttekstenin", "steltolerantiein", "steltypein", "steltypenin", "steluitlijnenin", "stelurlin", "stelveldenin", "stelveldin", "stelvoetin", "stelvoetnotenin", "stelvoettekstenin", "stelwiskundeuitlijnenin", "stelwitruimtein", "stopachtergrond", "stopinteractiemenu", "stopkantlijn", "stopkleur", "stopkop", "stoplokalevoetnoten", "stopmargeblok", "stopnaar", "stopomgeving", "stopomlijnd", "stoponderdeel", "stopopelkaar", "stopplaatsformule", "stopplaatsplaatsblok", "stopprodukt", "stopprojekt", "stoppublicatie", "stopregel", "stopregelcorrectie", "stopregellinks", "stopregelmidden", "stopregelrechts", "stopsom", "stoptaal", "stoptekstachtergrond", "stoptekstlijn", "stopuitlijnen", "subpaginanummer", "switchnaarkorps", "symbool", "taal", "tekstlijn", "tekstreferentie", "testkolom", "testpagina", "toelichting", "toongrid", "tooninstellingen", "toonkader", "toonkleur", "toonkleurgroep", "toonkorps", "toonkorpsomgeving", "toonlayout", "toonopmaak", "toonpalet", "toonprint", "toonstruts", "toonsymboolset", "uit", "uitgerekt", "vastespatie", "vastespaties", "veld", "veldstapel", "verbergblokken", "vergelijkkleurgroep", "vergelijkpalet", "versie", "vertaal", "verwerkblokken", "voetnoottekst", "volledigepaginanummer", "volledigregister", "voluit", "weekdag", "wiskunde", "woordrechts" }, + ["pe"]={ "آیتم", "آیتمها", "آینه", "از", "استفاده‌بلوکها", "استفاده‌دستخط‌تایپ", "استفاده‌شکل‌خارجی", "استفاده‌قطعه‌موزیک‌خارجی", "استفاده‌مدول", "استفاده‌مسیر", "استفاده‌نمادها", "استفاده‌نوشتارخارجی", "استفاده‌پرونده‌دستخط‌تایپ", "اعدادلاتین", "افزودن", "انتخاب‌بلوکها", "بارگذاری‌آرایش", "بارگذاری‌آیتمها", "بارگذاری‌ارجاع", "بارگذاری‌اندازه‌برگ", "بارگذاری‌باریکتر", "بارگذاری‌بافر", "بارگذاری‌بالا", "بارگذاری‌بردباری", "بارگذاری‌برنامه‌ها", "بارگذاری‌برگ", "بارگذاری‌بست", "بارگذاری‌بلوک", "بارگذاری‌بلوک‌بخش", "بارگذاری‌تایپ", "بارگذاری‌تایپ‌کردن", "بارگذاری‌ترتیب", "بارگذاری‌تنظیم", "بارگذاری‌تنظیم‌ریاضی", "بارگذاری‌ته‌برگ", "بارگذاری‌تورفتگی", "بارگذاری‌توضیح", "بارگذاری‌توضیح‌صفحه", "بارگذاری‌ثبت", "بارگذاری‌جانشانی", "بارگذاری‌جدولها", "بارگذاری‌جدول‌بندی", "بارگذاری‌خالی", "بارگذاری‌خطها", "بارگذاری‌خطهای‌حاشیه", "بارگذاری‌خطهای‌سیاه", "بارگذاری‌خطهای‌متن", "بارگذاری‌خطهای‌مجموعه‌ستون", "بارگذاری‌خطها‌ی‌نازک", "بارگذاری‌درج‌درخطها", "بارگذاری‌درج‌مخالف", "بارگذاری‌دوران", "بارگذاری‌رنگ", "بارگذاری‌رنگها", "بارگذاری‌زبان", "بارگذاری‌ستونها", "بارگذاری‌سر", "بارگذاری‌سربرگ", "بارگذاری‌سرها", "بارگذاری‌سیستم", "بارگذاری‌شرح", "بارگذاری‌شرحها", "بارگذاری‌شروع‌مجموعه‌ستون", "بارگذاری‌شروع‌پایان", "بارگذاری‌شماره‌زیرصفحه", "بارگذاری‌شماره‌سر", "بارگذاری‌شماره‌صفحه", "بارگذاری‌شماره‌گذاریها", "بارگذاری‌شماره‌گذاری‌صفحه", "بارگذاری‌شماره‌گذاری‌پاراگراف", "بارگذاری‌شماره‌‌گذاری‌خط", "بارگذاری‌شناور", "بارگذاری‌شناورها", "بارگذاری‌شکافتن‌شناورها", "بارگذاری‌طرح", "بارگذاری‌طرح‌بندی", "بارگذاری‌عرض‌خط", "بارگذاری‌فاصله‌بین‌خط", "بارگذاری‌فرمولها", "بارگذاری‌فضای‌سفید", "بارگذاری‌فضا‌گذاری", "بارگذاری‌قالبی", "بارگذاری‌قلم‌متن", "بارگذاری‌لوح", "بارگذاری‌لیست", "بارگذاری‌لیست‌ترکیبی", "بارگذاری‌مترادفها", "بارگذاری‌متن", "بارگذاری‌متنهای‌بالا", "بارگذاری‌متن‌سربرگ", "بارگذاری‌متن‌قالبی", "بارگذاری‌متن‌متنها", "بارگذاری‌متن‌پانوشت", "بارگذاری‌متن‌پایین", "بارگذاری‌مجموعه‌ستون", "بارگذاری‌مجموعه‌نماد", "بارگذاری‌محیط‌قلم‌متن", "بارگذاری‌منوی‌پانل", "بارگذاری‌مکان‌گذاری", "بارگذاری‌میدان", "بارگذاری‌میدانها", "بارگذاری‌میله‌پانل", "بارگذاری‌نشانه‌شکستن", "بارگذاری‌نشانه‌گذاری", "بارگذاری‌نقل", "بارگذاری‌پاراگرافها", "بارگذاری‌پانل", "بارگذاری‌پانوشتها", "بارگذاری‌پایین", "بارگذاری‌پرده‌پانل", "بارگذاری‌پرکردن‌خطها", "بارگذاری‌پس‌زمینه", "بارگذاری‌پس‌زمینه‌ها", "بارگذاری‌چیدن", "بارگذاری‌گذارصفحه", "بارگذاری‌گروههای‌آیتم", "بارگذاری‌گروه‌آیتم", "بازنشانی‌نشانه‌گذاری", "بدون‌خط‌بالاوپایین", "بدون‌خط‌سروته‌برگ", "بدون‌فضا", "برنامه", "بروبه", "بروبه‌جعبه", "بروبه‌صفحه", "بروپایین", "بلند", "بلوکهای‌پردازش", "بلوکها‌پنهان", "بنویس‌بین‌لیست", "بنویس‌در‌لیست", "تاریخ", "تاریخ‌جاری", "تایپ", "تایپ‌بافر", "تایپ‌پرونده", "ترجمه", "تعریف", "تعریف‌آرایش", "تعریف‌الگوی‌جدول", "تعریف‌اندازه‌برگ", "تعریف‌بافر", "تعریف‌بخش", "تعریف‌برنامه", "تعریف‌برچسب", "تعریف‌بلوک", "تعریف‌بلوک‌بخش", "تعریف‌تایپ", "تعریف‌تایپ‌کردن", "تعریف‌تبدیل", "تعریف‌ترتیب", "تعریف‌ترکیب", "تعریف‌تنظیم‌ریاضی", "تعریف‌توده‌میدان", "تعریف‌ثبت", "تعریف‌جانشانی", "تعریف‌جدول‌بندی", "تعریف‌جعبه‌‌افقی", "تعریف‌حرف", "تعریف‌رنگ", "تعریف‌زیرمیدان", "تعریف‌سبک", "تعریف‌سبک‌قلم", "تعریف‌سر", "تعریف‌شرح", "تعریف‌شروع‌پایان", "تعریف‌شماره‌بندی", "تعریف‌شمایل‌مرجع", "تعریف‌شناور", "تعریف‌شکستن‌ستون", "تعریف‌شکست‌صفحه", "تعریف‌طرح‌بندی", "تعریف‌فرمان", "تعریف‌قالبی", "تعریف‌قلم", "تعریف‌قلم‌متن", "تعریف‌لایه", "تعریف‌لهجه", "تعریف‌لوح", "تعریف‌لیست", "تعریف‌لیست‌ترکیبی", "تعریف‌مترادفها", "تعریف‌مترادف‌قلم", "تعریف‌متن", "تعریف‌متن‌قالبی", "تعریف‌مجموعه‌ستون", "تعریف‌محیط‌قلم‌بدنه", "تعریف‌مرجع", "تعریف‌منوی‌پانل", "تعریف‌میدان", "تعریف‌نشانه‌گذاری", "تعریف‌نماد", "تعریف‌نمادشکل", "تعریف‌پاراگرافها", "تعریف‌پروفایل", "تعریف‌پوشش", "تعریف‌گروه‌آیتم", "تعریف‌گروه‌رنگ", "تعیین‌شماره‌سر", "تعیین‌محتوای‌متن", "تعیین‌مشخصات‌ثبت", "تعیین‌مشخصات‌لیست", "تغییربه‌قلم‌بدنه", "تنظیم‌راست", "تنظیم‌طرح‌بندی", "تنظیم‌وسط", "توجه", "توری", "تولید", "تک", "ثبت‌کامل", "حرف", "حرفها", "حفظ‌بلوکها", "خالی", "خطهای‌سیاه", "خطهای‌نازک", "خطها‌خالی", "خط‌سیاه", "خط‌متن", "خط‌مو", "خط‌نازک", "خ‌ا", "خ‌ع", "در", "درج‌ثبت", "درج‌درخط", "درج‌درخطها", "درج‌درمتن", "درج‌در‌بالای‌یکدیگر", "درج‌در‌توری", "درج‌زیرفرمول", "درج‌شماره‌سر", "درج‌شماره‌صفحه", "درج‌شناور", "درج‌فرمول", "درج‌لیست", "درج‌لیست‌خام", "درج‌لیست‌مختلط", "درج‌متن‌سر", "درج‌پانوشتها", "درج‌پانوشتهای‌موضعی", "درج‌چوب‌خط", "درج‌کنار‌به‌کنار", "درخط", "درصفحه", "درقالبی", "درمورد", "درون", "درپر", "دریافت‌بافر", "دریافت‌نشانه", "دوران", "دکمه", "دکمه‌منو", "دکمه‌پانل", "رج", "رنگ", "رنگ‌خاکستری", "روزهفته", "ریاضی", "زبان", "زبان‌اصلی", "ستون", "ستون‌امتحان", "سرپوش‌کوچک‌نه", "شروعJScode", "شروعJSpreamble", "شروعLUA", "شروعMP", "شروعMPclip", "شروعMPcode", "شروعMPdefinitions", "شروعMPdrawing", "شروعMPenvironment", "شروعMPextensions", "شروعMPinclusions", "شروعMPinitializations", "شروعMPpage", "شروعMPpositiongraphic", "شروعMPpositionmethod", "شروعMPrun", "شروعPARSEDXML", "شروعTABLE", "شروعTABLEbody", "شروعTABLEfoot", "شروعTABLEhead", "شروعTABLEnested", "شروعTABLEnext", "شروعTC", "شروعTD", "شروعTDs", "شروعTEX", "شروعTEXpage", "شروعTH", "شروعTN", "شروعTR", "شروعTRs", "شروعTX", "شروعTY", "شروعXML", "شروعalign", "شروعalignment", "شروعallmodes", "شروعappendices", "شروعarrangedpages", "شروعaside", "شروعattachment", "شروعbackmatter", "شروعbar", "شروعbbordermatrix", "شروعbitmapimage", "شروعblockquote", "شروعbodymatter", "شروعbordermatrix", "شروعboxedcolumns", "شروعbtxlabeltext", "شروعbtxrenderingdefinitions", "شروعbuffer", "شروعcases", "شروعcatcodetable", "شروعcenteraligned", "شروعchapter", "شروعcharacteralign", "شروعcheckedfences", "شروعchemical", "شروعchemicaltext", "شروعcollect", "شروعcollecting", "شروعcolorintent", "شروعcoloronly", "شروعcolorset", "شروعcolumns", "شروعcolumnset", "شروعcolumnsetspan", "شروعcombination", "شروعcomment", "شروعcontextcode", "شروعcontextdefinitioncode", "شروعctxfunction", "شروعctxfunctiondefinition", "شروعcurrentcolor", "شروعcurrentlistentrywrapper", "شروعdelimited", "شروعdelimitedtext", "شروعdisplaymath", "شروعdmath", "شروعdocument", "شروعeffect", "شروعelement", "شروعembeddedxtable", "شروعendnote", "شروعendofline", "شروعexceptions", "شروعexpanded", "شروعexpandedcollect", "شروعextendedcatcodetable", "شروعexternalfigurecollection", "شروعfacingfloat", "شروعfact", "شروعfigure", "شروعfiguretext", "شروعfittingpage", "شروعfixed", "شروعfloatcombination", "شروعfont", "شروعfontclass", "شروعfontsolution", "شروعfootnote", "شروعformula", "شروعformulas", "شروعframedcell", "شروعframedcontent", "شروعframedrow", "شروعframedtable", "شروعframedtext", "شروعfrontmatter", "شروعgraphictext", "شروعgridsnapping", "شروعhanging", "شروعhbox", "شروعhboxestohbox", "شروعhboxregister", "شروعheadtext", "شروعhelptext", "شروعhiding", "شروعhighlight", "شروعhyphenation", "شروعimath", "شروعindentation", "شروعindentedtext", "شروعinteraction", "شروعinterface", "شروعintermezzotext", "شروعintertext", "شروعitemgroup", "شروعitemgroupcolumns", "شروعitemize", "شروعknockout", "شروعlabeltext", "شروعlayout", "شروعlegend", "شروعlinealignment", "شروعlinecorrection", "شروعlinefiller", "شروعlinenumbering", "شروعlines", "شروعlinetable", "شروعlinetablebody", "شروعlinetablecell", "شروعlinetablehead", "شروعlocalfootnotes", "شروعlocalheadsetup", "شروعlocallinecorrection", "شروعlocalnotes", "شروعlocalsetups", "شروعlua", "شروعluacode", "شروعluaparameterset", "شروعluasetups", "شروعmakeup", "شروعmarginblock", "شروعmarkedcontent", "شروعmarkpages", "شروعmathalignment", "شروعmathcases", "شروعmathlabeltext", "شروعmathmatrix", "شروعmathmode", "شروعmathstyle", "شروعmatrices", "شروعmatrix", "شروعmaxaligned", "شروعmdformula", "شروعmiddlealigned", "شروعmiddlemakeup", "شروعmixedcolumns", "شروعmode", "شروعmodeset", "شروعmodule", "شروعmoduletestsection", "شروعmpformula", "شروعnamedsection", "شروعnamedsubformulas", "شروعnarrow", "شروعnarrower", "شروعnegative", "شروعnicelyfilledbox", "شروعnointerference", "شروعnotallmodes", "شروعnotext", "شروعnotmode", "شروعoperatortext", "شروعopposite", "شروعoutputstream", "شروعoverlay", "شروعoverprint", "شروعpagecolumns", "شروعpagecomment", "شروعpagefigure", "شروعpagelayout", "شروعpagemakeup", "شروعpar", "شروعparagraph", "شروعparagraphs", "شروعparagraphscell", "شروعparbuilder", "شروعpart", "شروعpath", "شروعplacechemical", "شروعplacefigure", "شروعplacegraphic", "شروعplaceintermezzo", "شروعplacelegend", "شروعplacepairedbox", "شروعplacetable", "شروعpositioning", "شروعpositionoverlay", "شروعpositive", "شروعpostponing", "شروعpostponingnotes", "شروعprefixtext", "شروعprocessassignmentcommand", "شروعprocessassignmentlist", "شروعprocesscommacommand", "شروعprocesscommalist", "شروعprotect", "شروعprotectedcolors", "شروعpunctuation", "شروعquotation", "شروعquote", "شروعrandomized", "شروعrandomseed", "شروعrawsetups", "شروعreadingfile", "شروعreferenceprefix", "شروعregime", "شروعreusableMPgraphic", "شروعruby", "شروعscript", "شروعsdformula", "شروعsection", "شروعsectionblock", "شروعsectionblockenvironment", "شروعsectionlevel", "شروعsetups", "شروعshapebox", "شروعshift", "شروعsidebar", "شروعsimplecolumns", "شروعspecialitem", "شروعspeech", "شروعspformula", "شروعsplitformula", "شروعsplittext", "شروعspread", "شروعstandardmakeup", "شروعstaticMPfigure", "شروعstaticMPgraphic", "شروعstrictinspectnextcharacter", "شروعstrut", "شروعstyle", "شروعsubformulas", "شروعsubject", "شروعsubjectlevel", "شروعsubsection", "شروعsubsentence", "شروعsubstack", "شروعsubsubject", "شروعsubsubsection", "شروعsubsubsubject", "شروعsubsubsubsection", "شروعsubsubsubsubject", "شروعsubsubsubsubsection", "شروعsubsubsubsubsubject", "شروعsuffixtext", "شروعsymbolset", "شروعtable", "شروعtablehead", "شروعtables", "شروعtabletail", "شروعtabletext", "شروعtabulate", "شروعtabulatehead", "شروعtabulatetail", "شروعtagged", "شروعtaglabeltext", "شروعtexcode", "شروعtexdefinition", "شروعtext", "شروعtextbackground", "شروعtextbackgroundmanual", "شروعtextcolor", "شروعtextcolorintent", "شروعtextflow", "شروعtextmakeup", "شروعtitle", "شروعtokenlist", "شروعtokens", "شروعtransparent", "شروعtypescript", "شروعtypescriptcollection", "شروعtyping", "شروعuniqueMPgraphic", "شروعuniqueMPpagegraphic", "شروعunittext", "شروعunpacked", "شروعusableMPgraphic", "شروعuseMPgraphic", "شروعusemathstyleparameter", "شروعuserdata", "شروعusingbtxspecification", "شروعvbox", "شروعvboxregister", "شروعvboxtohbox", "شروعvboxtohboxseparator", "شروعviewerlayer", "شروعvtop", "شروعvtopregister", "شروعxcell", "شروعxcellgroup", "شروعxcolumn", "شروعxgroup", "شروعxmldisplayverbatim", "شروعxmlinlineverbatim", "شروعxmlraw", "شروعxmlsetups", "شروعxrow", "شروعxrowgroup", "شروعxtable", "شروعxtablebody", "شروعxtablefoot", "شروعxtablehead", "شروعxtablenext", "شروعآیتم", "شروعبروبه", "شروعتنظیم‌راست", "شروعتنظیم‌وسط", "شروعتولید", "شروعخط‌حاشیه", "شروعخط‌متن", "شروعدرج‌شناور", "شروعدرج‌فرمول", "شروعرنگ", "شروعزبان", "شروعسر", "شروعفشرده", "شروعقالبی", "شروعمحیط", "شروعمنوی‌پانل", "شروعمولفه", "شروعنشر", "شروعپروژه", "شروعپس‌زمینه", "شروعچپ‌چین", "شروع‌خط", "شماره‌زیرصفحه", "شماره‌سر", "شماره‌سرجاری", "شماره‌صفحه", "شماره‌صفحه‌کامل", "شماره‌فرمول", "شماره‌مبدل", "شماره‌ها", "شکافتن‌شناور", "شکل‌خارجی", "صفحه", "صفحه‌تست", "طول‌لیست", "عرض‌خط", "فضا", "فضاهای‌ثابت", "فضای‌ثابت", "فضای‌سفیدصحیح", "قالبی", "لوح‌مقایسه", "ماه", "متن‌پانوشت", "محیط", "مراجعه", "مرجع", "مرجع‌صفحه", "مرجع‌متن", "مقایسه‌گروه‌رنگ", "مقداررنگ", "مقیاس", "منوی‌پانل", "مولفه", "مکان", "میدان", "میدان‌شبیه‌سازی", "میدان‌پشته", "میدان‌کپی", "میله‌رنگ", "میله‌پانل", "ناشناس", "نسخه", "نشانه‌گذاری", "نصب‌زبان", "نقطه‌ها", "نماد", "نمایش‌آرایش", "نمایش‌بارگذاریها", "نمایش‌بستها", "نمایش‌توری", "نمایش‌رنگ", "نمایش‌طرح‌بندی", "نمایش‌قالب", "نمایش‌قلم‌بدنه", "نمایش‌لوح", "نمایش‌مجموعه‌علامت", "نمایش‌محیط‌قلم‌بدنه", "نمایش‌چاپ", "نمایش‌گروه‌رنگ", "پابا", "پایانJScode", "پایانJSpreamble", "پایانLUA", "پایانMP", "پایانMPclip", "پایانMPcode", "پایانMPdefinitions", "پایانMPdrawing", "پایانMPenvironment", "پایانMPextensions", "پایانMPinclusions", "پایانMPinitializations", "پایانMPpage", "پایانMPpositiongraphic", "پایانMPpositionmethod", "پایانMPrun", "پایانPARSEDXML", "پایانTABLE", "پایانTABLEbody", "پایانTABLEfoot", "پایانTABLEhead", "پایانTABLEnested", "پایانTABLEnext", "پایانTC", "پایانTD", "پایانTDs", "پایانTEX", "پایانTEXpage", "پایانTH", "پایانTN", "پایانTR", "پایانTRs", "پایانTX", "پایانTY", "پایانXML", "پایانalign", "پایانalignment", "پایانallmodes", "پایانappendices", "پایانarrangedpages", "پایانaside", "پایانattachment", "پایانbackmatter", "پایانbar", "پایانbbordermatrix", "پایانbitmapimage", "پایانblockquote", "پایانbodymatter", "پایانbordermatrix", "پایانboxedcolumns", "پایانbtxlabeltext", "پایانbtxrenderingdefinitions", "پایانbuffer", "پایانcases", "پایانcatcodetable", "پایانcenteraligned", "پایانchapter", "پایانcharacteralign", "پایانcheckedfences", "پایانchemical", "پایانchemicaltext", "پایانcollect", "پایانcollecting", "پایانcolorintent", "پایانcoloronly", "پایانcolorset", "پایانcolumns", "پایانcolumnset", "پایانcolumnsetspan", "پایانcombination", "پایانcomment", "پایانcontextcode", "پایانcontextdefinitioncode", "پایانctxfunction", "پایانctxfunctiondefinition", "پایانcurrentcolor", "پایانcurrentlistentrywrapper", "پایانdelimited", "پایانdelimitedtext", "پایانdisplaymath", "پایانdmath", "پایانdocument", "پایانeffect", "پایانelement", "پایانembeddedxtable", "پایانendnote", "پایانendofline", "پایانexceptions", "پایانexpanded", "پایانexpandedcollect", "پایانextendedcatcodetable", "پایانexternalfigurecollection", "پایانfacingfloat", "پایانfact", "پایانfigure", "پایانfiguretext", "پایانfittingpage", "پایانfixed", "پایانfloatcombination", "پایانfont", "پایانfontclass", "پایانfontsolution", "پایانfootnote", "پایانformula", "پایانformulas", "پایانframedcell", "پایانframedcontent", "پایانframedrow", "پایانframedtable", "پایانframedtext", "پایانfrontmatter", "پایانgraphictext", "پایانgridsnapping", "پایانhanging", "پایانhbox", "پایانhboxestohbox", "پایانhboxregister", "پایانheadtext", "پایانhelptext", "پایانhiding", "پایانhighlight", "پایانhyphenation", "پایانimath", "پایانindentation", "پایانindentedtext", "پایانinteraction", "پایانinterface", "پایانintermezzotext", "پایانintertext", "پایانitemgroup", "پایانitemgroupcolumns", "پایانitemize", "پایانknockout", "پایانlabeltext", "پایانlayout", "پایانlegend", "پایانlinealignment", "پایانlinecorrection", "پایانlinefiller", "پایانlinenumbering", "پایانlines", "پایانlinetable", "پایانlinetablebody", "پایانlinetablecell", "پایانlinetablehead", "پایانlocalfootnotes", "پایانlocalheadsetup", "پایانlocallinecorrection", "پایانlocalnotes", "پایانlocalsetups", "پایانlua", "پایانluacode", "پایانluaparameterset", "پایانluasetups", "پایانmakeup", "پایانmarginblock", "پایانmarkedcontent", "پایانmarkpages", "پایانmathalignment", "پایانmathcases", "پایانmathlabeltext", "پایانmathmatrix", "پایانmathmode", "پایانmathstyle", "پایانmatrices", "پایانmatrix", "پایانmaxaligned", "پایانmdformula", "پایانmiddlealigned", "پایانmiddlemakeup", "پایانmixedcolumns", "پایانmode", "پایانmodeset", "پایانmodule", "پایانmoduletestsection", "پایانmpformula", "پایانnamedsection", "پایانnamedsubformulas", "پایانnarrow", "پایانnarrower", "پایانnegative", "پایانnicelyfilledbox", "پایانnointerference", "پایانnotallmodes", "پایانnotext", "پایانnotmode", "پایانoperatortext", "پایانopposite", "پایانoutputstream", "پایانoverlay", "پایانoverprint", "پایانpagecolumns", "پایانpagecomment", "پایانpagefigure", "پایانpagelayout", "پایانpagemakeup", "پایانpar", "پایانparagraph", "پایانparagraphs", "پایانparagraphscell", "پایانparbuilder", "پایانpart", "پایانpath", "پایانplacechemical", "پایانplacefigure", "پایانplacegraphic", "پایانplaceintermezzo", "پایانplacelegend", "پایانplacepairedbox", "پایانplacetable", "پایانpositioning", "پایانpositionoverlay", "پایانpositive", "پایانpostponing", "پایانpostponingnotes", "پایانprefixtext", "پایانprocessassignmentcommand", "پایانprocessassignmentlist", "پایانprocesscommacommand", "پایانprocesscommalist", "پایانprotect", "پایانprotectedcolors", "پایانpunctuation", "پایانquotation", "پایانquote", "پایانrandomized", "پایانrandomseed", "پایانrawsetups", "پایانreadingfile", "پایانreferenceprefix", "پایانregime", "پایانreusableMPgraphic", "پایانruby", "پایانscript", "پایانsdformula", "پایانsection", "پایانsectionblock", "پایانsectionblockenvironment", "پایانsectionlevel", "پایانsetups", "پایانshapebox", "پایانshift", "پایانsidebar", "پایانsimplecolumns", "پایانspecialitem", "پایانspeech", "پایانspformula", "پایانsplitformula", "پایانsplittext", "پایانspread", "پایانstandardmakeup", "پایانstaticMPfigure", "پایانstaticMPgraphic", "پایانstrictinspectnextcharacter", "پایانstrut", "پایانstyle", "پایانsubformulas", "پایانsubject", "پایانsubjectlevel", "پایانsubsection", "پایانsubsentence", "پایانsubstack", "پایانsubsubject", "پایانsubsubsection", "پایانsubsubsubject", "پایانsubsubsubsection", "پایانsubsubsubsubject", "پایانsubsubsubsubsection", "پایانsubsubsubsubsubject", "پایانsuffixtext", "پایانsymbolset", "پایانtable", "پایانtablehead", "پایانtables", "پایانtabletail", "پایانtabletext", "پایانtabulate", "پایانtabulatehead", "پایانtabulatetail", "پایانtagged", "پایانtaglabeltext", "پایانtexcode", "پایانtexdefinition", "پایانtext", "پایانtextbackground", "پایانtextbackgroundmanual", "پایانtextcolor", "پایانtextcolorintent", "پایانtextflow", "پایانtextmakeup", "پایانtitle", "پایانtokenlist", "پایانtokens", "پایانtransparent", "پایانtypescript", "پایانtypescriptcollection", "پایانtyping", "پایانuniqueMPgraphic", "پایانuniqueMPpagegraphic", "پایانunittext", "پایانunpacked", "پایانusableMPgraphic", "پایانuseMPgraphic", "پایانusemathstyleparameter", "پایانuserdata", "پایانusingbtxspecification", "پایانvbox", "پایانvboxregister", "پایانvboxtohbox", "پایانvboxtohboxseparator", "پایانviewerlayer", "پایانvtop", "پایانvtopregister", "پایانxcell", "پایانxcellgroup", "پایانxcolumn", "پایانxgroup", "پایانxmldisplayverbatim", "پایانxmlinlineverbatim", "پایانxmlraw", "پایانxmlsetups", "پایانxrow", "پایانxrowgroup", "پایانxtable", "پایانxtablebody", "پایانxtablefoot", "پایانxtablehead", "پایانxtablenext", "پایانآیتم", "پایانبروبه", "پایانتنظیم‌راست", "پایانتنظیم‌وسط", "پایانتولید", "پایانخط‌حاشیه", "پایانخط‌متن", "پایاندرج‌شناور", "پایاندرج‌فرمول", "پایانرنگ", "پایانزبان", "پایانسر", "پایانفشرده", "پایانقالبی", "پایانمحیط", "پایانمنوی‌پانل", "پایانمولفه", "پایاننشر", "پایانپروژه", "پایانپس‌زمینه", "پایانچپ‌چین", "پایان‌خط", "پایین", "پرده", "پروژه", "پرکردن‌میدان", "پس‌زمینه", "چوبخط", "چپ‌چین", "کشیده", "کلمه‌راست", "گیره", "یادداشت", "یک‌جا", "یک‌خط" }, + ["ro"]={ "CUVANT", "CUVINTE", "Cuvant", "Cuvinte", "Kap", "LUNA", "Litera", "Litere", "Numere", "Numereromane", "ZIDINSAPTAMANA", "adapteazaaspect", "adubuffer", "adumarcaje", "afiseazaaspect", "afiseazaculoare", "afiseazafonttext", "afiseazagrid", "afiseazagrupculoare", "afiseazamakeup", "afiseazamediufonttext", "afiseazapaleta", "afiseazarama", "afiseazasetari", "afiseazasetsimboluri", "afiseazastruts", "afiseazatiparire", "aliniatcentru", "aliniatdreapta", "aliniatstanga", "ascundeblocuri", "baraculoare", "barainteractiune", "blanc", "butoaneinteractiune", "buton", "butonmeniu", "camp", "cloneazacamp", "coloana", "comparagrupculoare", "comparapaleta", "completeazanumarpagina", "componenta", "convertestenumar", "copiazacamp", "corecteazaspatiualb", "culoare", "culoaregri", "cuvantdreapta", "data", "datacurenta", "defineste", "definesteaccent", "definesteantet", "definestebloc", "definesteblocsectiune", "definestebuffer", "definestecamp", "definestecaracter", "definestecomanda", "definesteconversie", "definesteculoare", "definestedescriere", "definestedimensiunehartie", "definesteenumerare", "definesteeticheta", "definestefloat", "definestefont", "definestefonttext", "definesteformatreferinte", "definestegrupculori", "definestehbox", "definesteinconjurare", "definestelista", "definestelistacombinata", "definestemakeup", "definestemarcaje", "definestemediulfonttext", "definestemeniuinteractiune", "definesteoverlay", "definestepaleta", "definesteparagraf", "definesteprofil", "definesteprogram", "definestereferinte", "definesteregistru", "definestesablontabel", "definestesectiune", "definestesimbol", "definestesimbolfigura", "definestesinonim", "definestesinonimfont", "definestesortare", "definestestartstop", "definestestil", "definestestilfont", "definestestivacampuri", "definestesubcamp", "definestetabulatori", "definestetext", "definestetexteinconjurate", "definestetextinconjurat", "definestetyping", "despre", "determinacaracteristicilelistei", "determinacaracteristiciregistru", "determinanumartitlu", "din", "dute", "dutebox", "dutepagina", "ecran", "element", "faraliniiantetsisubsol", "faraliniisussijos", "faraspatiu", "figuraexterna", "firdepar", "folosesteURL", "folosestebloc", "folosestedirector", "folosestedocumentextern", "folosestefiguraexterna", "folosestemodul", "folosestemuzicaexterna", "folosestescriptJS", "folosestesimboluri", "folosesteurl", "fundal", "grosimelinie", "impartefloat", "inalt", "injos", "inlinie", "instalarelimba", "intins", "jos", "jossus", "la", "lapagina", "limba", "limbaprincipala", "linieneagra", "liniesubtire", "linieumplere", "liniinegre", "liniisubtiri", "litera", "litere", "luna", "lungimelista", "marcaje", "matematica", "mediu", "meniuinteractiune", "necunoscut", "nokap", "nota", "numarformula", "numarpagina", "numartitlu", "numartitlucurent", "numere", "numereromane", "olinie", "pagina", "pastreazablocuri", "pelung", "plaseazapegrid", "plaseazasemnecarte", "potrivestecamp", "pozitie", "proceseazabloc", "produs", "proiect", "puncte", "punedeasuprafiecareia", "punefatainfata", "puneformula", "punelista", "punelistacombinata", "punenotesubsol", "punenotesubsollocale", "punenumarpagina", "puneregistru", "punesubformula", "referinta", "referintapagina", "referintatext", "reflexie", "remarca", "reseteazamarcaje", "riglatext", "rigleumplere", "roteste", "scala", "scriebuffer", "scrieinlista", "scrieintreliste", "selecteazablocuri", "semncarte", "setareitemization", "setarelimba", "setarepozitie", "seteazaaliniat", "seteazaalinierea", "seteazaantet", "seteazaaranjareapag", "seteazaaspect", "seteazabarainteractiune", "seteazablanc", "seteazabloc", "seteazablocsectiune", "seteazabuffer", "seteazacamp", "seteazacampuri", "seteazaclipping", "seteazacoloane", "seteazacomentariu", "seteazacomentariupagina", "seteazaculoare", "seteazaculori", "seteazadescriere", "seteazadimensiunihartie", "seteazaecraninteractiune", "seteazaelemente", "seteazaenumerare", "seteazafloat", "seteazafloats", "seteazafonttext", "seteazaformulare", "seteazaformule", "seteazafundal", "seteazafundaluri", "seteazagrosimelinie", "seteazaimpartireafloat", "seteazainconjurat", "seteazaingust", "seteazainteractiunea", "seteazajos", "seteazalegenda", "seteazalegendele", "seteazaliniesilabe", "seteazaliniesubtire", "seteazalinii", "seteazaliniimargine", "seteazaliniinegre", "seteazaliniiumplere", "seteazalista", "seteazalistacombinata", "seteazamajuscule", "seteazamakeup", "seteazamarcaje", "seteazamediulfonttext", "seteazameniuinteractiune", "seteazaminicitat", "seteazanotasubsol", "seteazanumarpagina", "seteazanumarsubpagina", "seteazanumartitlu", "seteazanumerotarelinii", "seteazanumerotarepagina", "seteazanumerotareparagrafe", "seteazapaleta", "seteazaparagrafe", "seteazaplasareaopozita", "seteazaprograme", "seteazareferinte", "seteazaregistru", "seteazarigletext", "seteazarigleumplere", "seteazarotare", "seteazasimbol", "seteazasinonime", "seteazasistem", "seteazasortare", "seteazaspatiu", "seteazaspatiualb", "seteazaspatiuinterliniar", "seteazastrut", "seteazasubsol", "seteazasus", "seteazatabele", "seteazatabulatori", "seteazatext", "seteazatexteantet", "seteazatextejos", "seteazatextesubsol", "seteazatextesus", "seteazatextetext", "seteazatitlu", "seteazatitluri", "seteazatoleranta", "seteazatranzitiepagina", "seteazatype", "seteazatyping", "seteazaurl", "simbol", "spatiifixate", "spatiu", "spatiufixat", "startaliniatcentru", "startaliniatdreapta", "startaliniatstanga", "startcomponenta", "startculoare", "startdute", "startfundal", "startimpachetat", "startlimba", "startlinie", "startliniemargine", "startmediu", "startmeniuinteractiune", "startprodus", "startproiect", "startpublicatie", "startpuneformula", "startriglatext", "starttitlu", "stivacampuri", "stopaliniatcentru", "stopaliniatdreapta", "stopaliniatstanga", "stopcomponenta", "stopculoare", "stopdute", "stopfundal", "stopimpachetat", "stoplimba", "stoplinie", "stopliniemargine", "stopmediu", "stopmeniuinteractiune", "stopprodus", "stopproiect", "stoppublicatie", "stoppuneformula", "stopriglatext", "stoptitlu", "textumplere", "traduce", "trecilafonttext", "undeva", "valoareculoare", "versiune", "zidinsaptamana" }, } \ No newline at end of file diff --git a/context/data/scite/context/scite-context-data-interfaces.properties b/context/data/scite/context/scite-context-data-interfaces.properties index 626ee931b..a963e27f5 100644 --- a/context/data/scite/context/scite-context-data-interfaces.properties +++ b/context/data/scite/context/scite-context-data-interfaces.properties @@ -124,540 +124,541 @@ assigndimension assignifempty assigntranslation assignvalue assignwidth \ assumelongusagecs ast astype asymp at \ atilde atleftmargin atpage atrightmargin attachment \ autocap autodirhbox autodirvbox autodirvtop autoinsertnextspace \ -autointegral automathematics autopagestaterealpage autopagestaterealpageorder autosetups \ -availablehsize averagecharwidth backepsilon background backgroundimage \ -backgroundimagefill backgroundline backprime backsim backslash \ -bar barleftarrow barleftarrowrightarrowbar barovernorthwestarrow barwedge \ -basegrid baselinebottom baselineleftbox baselinemiddlebox baselinerightbox \ -bbordermatrix bbox because beforesplitstring beforetestandsplitstring \ -beta beth between bhook big \ -bigbodyfont bigcap bigcirc bigcircle bigcup \ -bigdiamond bigg bigger biggl biggm \ -biggr bigl bigm bigodot bigoplus \ -bigotimes bigr bigskip bigsqcap bigsqcup \ -bigsquare bigstar bigtimes bigtriangledown bigtriangleup \ -bigudot biguplus bigvee bigwedge binom \ -bitmapimage blacklozenge blackrule blackrules blacksquare \ -blacktriangle blacktriangledown blacktriangleleft blacktriangleright blank \ -blap bleed bleedheight bleedwidth blockligatures \ -blockquote blocksynctexfile blockuservariable bodyfontenvironmentlist bodyfontsize \ -bold boldface bolditalic boldslanted bookmark \ -booleanmodevalue bordermatrix bot bottombox bottomleftbox \ -bottomrightbox bowtie boxcursor boxdot boxmarker \ -boxminus boxofsize boxplus boxreference boxtimes \ -bpos breakablethinspace breakhere breve bstroke \ -btxabbreviatedjournal btxaddjournal btxalwayscitation btxauthorfield btxdetail \ -btxdirect btxdoif btxdoifcombiinlistelse btxdoifelse btxdoifelsecombiinlist \ -btxdoifelsesameasprevious btxdoifelsesameaspreviouschecked btxdoifelseuservariable btxdoifnot btxdoifsameaspreviouscheckedelse \ -btxdoifsameaspreviouselse btxdoifuservariableelse btxexpandedjournal btxfield btxfieldname \ -btxfieldtype btxfirstofrange btxflush btxflushauthor btxflushauthorinverted \ -btxflushauthorinvertedshort btxflushauthorname btxflushauthornormal btxflushauthornormalshort btxflushsuffix \ -btxfoundname btxfoundtype btxhiddencitation btxhybridcite btxlabellanguage \ -btxlabeltext btxlistcitation btxloadjournalist btxoneorrange btxremapauthor \ -btxsavejournalist btxsetup btxsingularorplural btxsingularplural btxtextcitation \ -buildmathaccent buildtextaccent buildtextbottomcomma buildtextbottomdot buildtextcedilla \ -buildtextgrave buildtextmacron buildtextognek bullet button \ -cacute calligraphic camel cap capital \ -carriagereturn catcodetablename cbox ccaron ccedilla \ -ccircumflex ccurl cdot cdotaccent cdotp \ -cdots centeraligned centerbox centerdot centeredbox \ -centeredlastline centerednextbox centerline cfrac chapter \ -character characters chardescription charwidthlanguage check \ -checkcharacteralign checkedblank checkedchar checkedfiller checkedstrippedcsname \ -checkinjector checkmark checknextindentation checknextinjector checkpage \ -checkparameters checkpreviousinjector checksoundtrack checktwopassdata checkvariables \ -chem chemical chemicalbottext chemicalmidtext chemicalsymbol \ -chemicaltext chemicaltoptext chi chineseallnumerals chinesecapnumerals \ -chinesenumerals chook circ circeq circlearrowleft \ -circlearrowright circledR circledS circledast circledcirc \ -circleddash circledequals circleonrightarrow citation cite \ -clap classfont cldcommand cldcontext cldloadfile \ -cldprocessfile cleftarrow clip clippedoverlayimage clonefield \ -clubsuit collect collectedtext collectexpanded colon \ -coloncolonequals colonequals color colorbar colorcomponents \ -colored coloronly colorvalue column columnbreak \ -columnsetspanwidth combinepages commalistelement commalistsentence commalistsize \ -comment comparecolorgroup comparedimension comparedimensioneps comparepalet \ -complement completebtxrendering completecontent completeindex completelist \ -completelistofabbreviations completelistofchemicals completelistoffigures completelistofgraphics completelistofintermezzi \ -completelistoflogos completelistofpublications completelistofsorts completelistofsynonyms completelistoftables \ -completepagenumber completeregister complexes complexorsimple complexorsimpleempty \ -component composedcollector composedlayer compresult cong \ -constantdimen constantdimenargument constantemptyargument constantnumber constantnumberargument \ -contentreference continuednumber continueifinputfile convertargument convertcommand \ -convertedcounter converteddimen convertedsubcounter convertmonth convertnumber \ -convertvalue convertvboxtohbox coprod copyboxfromcache copybtxlabeltext \ -copyfield copyheadtext copylabeltext copymathlabeltext copyoperatortext \ -copypages copyparameters copyposition copyprefixtext copyright \ -copysetups copysuffixtext copytaglabeltext copyunittext correctwhitespace \ -countersubs counttoken counttokens cramped crampedclap \ -crampedllap crampedrlap crightarrow crightoverleftarrow crlf \ -crlfplaceholder cstroke ctop ctxcommand ctxdirectcommand \ -ctxdirectlua ctxfunction ctxlatecommand ctxlatelua ctxloadluafile \ -ctxlua ctxluabuffer ctxluacode ctxreport ctxsprint \ -cup curlyeqprec curlyeqsucc curlyvee curlywedge \ -currentassignmentlistkey currentassignmentlistvalue currentbtxuservariable currentcommalistitem currentcomponent \ -currentdate currentenvironment currentfeaturetest currentheadnumber currentinterface \ -currentlanguage currentlistentrydestinationattribute currentlistentrylimitedtext currentlistentrynumber currentlistentrypagenumber \ -currentlistentryreferenceattribute currentlistentrytitle currentlistentrytitlerendered currentlistsymbol currentmainlanguage \ -currentmessagetext currentmoduleparameter currentoutputstream currentproduct currentproject \ -currentregime currentregisterpageuserdata currentresponses currenttime currentvalue \ -currentxtablecolumn currentxtablerow curvearrowleft curvearrowright cwopencirclearrow \ -cyrillicA cyrillicAE cyrillicAbreve cyrillicAdiaeresis cyrillicB \ -cyrillicBIGYUS cyrillicBIGYUSiotified cyrillicC cyrillicCH cyrillicCHEDC \ -cyrillicCHEDCabkhasian cyrillicCHEabkhasian cyrillicCHEdiaeresis cyrillicCHEkhakassian cyrillicCHEvertstroke \ -cyrillicD cyrillicDASIAPNEUMATA cyrillicDJE cyrillicDZE cyrillicDZEabkhasian \ -cyrillicDZHE cyrillicE cyrillicELtail cyrillicEMtail cyrillicENDC \ -cyrillicENGHE cyrillicENhook cyrillicENtail cyrillicEREV cyrillicERY \ -cyrillicERtick cyrillicEbreve cyrillicEdiaeresis cyrillicEgrave cyrillicEiotified \ -cyrillicF cyrillicFITA cyrillicG cyrillicGHEmidhook cyrillicGHEstroke \ -cyrillicGHEupturn cyrillicGJE cyrillicH cyrillicHA cyrillicHADC \ -cyrillicHRDSN cyrillicI cyrillicIE cyrillicII cyrillicISHRT \ -cyrillicISHRTtail cyrillicIZHITSA cyrillicIZHITSAdoublegrave cyrillicIdiaeresis cyrillicIgrave \ -cyrillicImacron cyrillicJE cyrillicK cyrillicKADC cyrillicKAbashkir \ -cyrillicKAhook cyrillicKAstroke cyrillicKAvertstroke cyrillicKJE cyrillicKOPPA \ -cyrillicKSI cyrillicL cyrillicLITTLEYUS cyrillicLITTLEYUSiotified cyrillicLJE \ -cyrillicM cyrillicN cyrillicNJE cyrillicO cyrillicOMEGA \ -cyrillicOMEGAround cyrillicOMEGAtitlo cyrillicOT cyrillicObarred cyrillicObarreddiaeresis \ -cyrillicOdiaeresis cyrillicP cyrillicPALATALIZATION cyrillicPALOCHKA cyrillicPEmidhook \ -cyrillicPSI cyrillicPSILIPNEUMATA cyrillicR cyrillicS cyrillicSCHWA \ -cyrillicSCHWAdiaeresis cyrillicSDSC cyrillicSEMISOFT cyrillicSFTSN cyrillicSH \ -cyrillicSHCH cyrillicSHHA cyrillicT cyrillicTEDC cyrillicTETSE \ -cyrillicTITLO cyrillicTSHE cyrillicU cyrillicUK cyrillicUSHRT \ -cyrillicUdiaeresis cyrillicUdoubleacute cyrillicUmacron cyrillicV cyrillicYA \ -cyrillicYAT cyrillicYERUdiaeresis cyrillicYI cyrillicYO cyrillicYU \ -cyrillicYstr cyrillicYstrstroke cyrillicZ cyrillicZDSC cyrillicZEdiaeresis \ -cyrillicZH cyrillicZHEbreve cyrillicZHEdescender cyrillicZHEdiaeresis cyrillica \ -cyrillicabreve cyrillicadiaeresis cyrillicae cyrillicb cyrillicbigyus \ -cyrillicbigyusiotified cyrillicc cyrillicch cyrilliccheabkhasian cyrillicchedc \ -cyrillicchedcabkhasian cyrillicchediaeresis cyrillicchekhakassian cyrillicchevertstroke cyrillicd \ -cyrillicdje cyrillicdze cyrillicdzeabkhasian cyrillicdzhe cyrillice \ -cyrillicebreve cyrillicediaeresis cyrillicegrave cyrilliceiotified cyrilliceltail \ -cyrillicemtail cyrillicendc cyrillicenghe cyrillicenhook cyrillicentail \ -cyrillicerev cyrillicertick cyrillicery cyrillicf cyrillicfita \ -cyrillicg cyrillicghemidhook cyrillicghestroke cyrillicgheupturn cyrillicgje \ -cyrillich cyrillicha cyrillichadc cyrillichrdsn cyrillici \ -cyrillicidiaeresis cyrillicie cyrillicigrave cyrillicii cyrillicimacron \ -cyrillicishrt cyrillicishrttail cyrillicizhitsa cyrillicizhitsadoublegrave cyrillicje \ -cyrillick cyrillickabashkir cyrillickadc cyrillickahook cyrillickastroke \ -cyrillickavertstroke cyrillickje cyrillickoppa cyrillicksi cyrillicl \ -cyrilliclittleyus cyrilliclittleyusiotified cyrilliclje cyrillicm cyrillicn \ -cyrillicnje cyrillico cyrillicobarred cyrillicobarreddiaeresis cyrillicodiaeresis \ -cyrillicomega cyrillicomegaround cyrillicomegatitlo cyrillicot cyrillicp \ -cyrillicpemidhook cyrillicpsi cyrillicr cyrillics cyrillicschwa \ -cyrillicschwadiaeresis cyrillicsdsc cyrillicsemisoft cyrillicsftsn cyrillicsh \ -cyrillicshch cyrillicshha cyrillict cyrillictedc cyrillictetse \ -cyrillictshe cyrillicu cyrillicudiaeresis cyrillicudoubleacute cyrillicuk \ -cyrillicumacron cyrillicushrt cyrillicv cyrillicya cyrillicyat \ -cyrillicyerudiaeresis cyrillicyi cyrillicyo cyrillicystr cyrillicystrstroke \ -cyrillicyu cyrillicz cyrilliczdsc cyrilliczediaeresis cyrilliczh \ -cyrilliczhebreve cyrilliczhedescender cyrilliczhediaeresis d dag \ -dagger daleth dasharrow dashedleftarrow dashedrightarrow \ -dashv datasetvariable date dayoftheweek dayspermonth \ -dbinom dcaron dcurl ddag ddagger \ -dddot ddot ddots decrement decrementcounter \ -decrementedcounter decrementpagenumber decrementsubpagenumber decrementvalue defaultinterface \ -defaultobjectpage defaultobjectreference defcatcodecommand defconvertedargument defconvertedcommand \ -defconvertedvalue define defineMPinstance defineTABLEsetup defineaccent \ -defineactivecharacter definealternativestyle defineanchor defineattachment defineattribute \ -definebackground definebar defineblock definebodyfont definebodyfontenvironment \ -definebodyfontswitch definebreakpoint definebreakpoints definebtx definebtxdataset \ -definebtxregister definebtxrendering definebuffer definebutton definecapitals \ -definecharacter definecharacterkerning definecharacterspacing definechemical definechemicals \ -definechemicalsymbol definecollector definecolor definecolorgroup definecolumnbreak \ -definecolumnset definecolumnsetarea definecolumnsetspan definecombination definecombinedlist \ -definecommand definecomment definecomplexorsimple definecomplexorsimpleempty defineconversion \ -defineconversionset definecounter definedataset definedelimitedtext definedeq \ -definedescription definedfont defineeffect defineenumeration defineexpandable \ -defineexternalfigure definefacingfloat definefallbackfamily definefield definefieldbody \ -definefieldbodyset definefieldcategory definefieldstack definefiguresymbol definefileconstant \ -definefilefallback definefilesynonym definefiller definefirstline definefittingpage \ -definefloat definefont definefontalternative definefontfallback definefontfamily \ -definefontfamilypreset definefontfeature definefontfile definefontsize definefontsolution \ -definefontstyle definefontsynonym defineformula defineformulaalternative defineformulaframed \ -defineframed defineframedcontent defineframedtable defineframedtext definefrozenfont \ -defineglobalcolor definegraphictypesynonym definegridsnapping definehbox definehead \ -defineheadalternative definehelp definehigh definehighlight definehspace \ -definehypenationfeatures defineindentedtext defineindenting defineinitial defineinsertion \ -defineinteraction defineinteractionbar defineinteractionmenu defineinterfaceconstant defineinterfaceelement \ -defineinterfacevariable defineinterlinespace defineintermediatecolor defineitemgroup defineitems \ -definelabel definelabelclass definelayer definelayerpreset definelayout \ -definelinefiller definelinenote definelinenumbering definelines definelist \ -definelistalternative definelistextra definelow definelowhigh definelowmidhigh \ -definemakeup definemarginblock definemargindata definemarker definemarking \ -definemathaccent definemathalignment definemathcases definemathcommand definemathdouble \ -definemathdoubleextensible definemathematics definemathextensible definemathfence definemathfraction \ -definemathframed definemathmatrix definemathornament definemathover definemathoverextensible \ -definemathovertextextensible definemathradical definemathstackers definemathstyle definemathtriplet \ -definemathunder definemathunderextensible definemathundertextextensible definemathunstacked definemeasure \ -definemessageconstant definemixedcolumns definemode definemultitonecolor definenamedcolor \ -definenamespace definenarrower definenote defineornament defineoutputroutine \ -defineoutputroutinecommand defineoverlay definepage definepagebreak definepagechecker \ -definepagecolumns definepageinjection definepageinjectionalternative definepageshift definepagestate \ -definepairedbox definepalet definepapersize defineparagraph defineparagraphs \ -defineparallel defineparbuilder defineperiodkerning defineplacement definepositioning \ -defineprefixset defineprocesscolor defineprocessor defineprofile defineprogram \ -definepushbutton definepushsymbol definereference definereferenceformat defineregister \ -definerenderingwindow defineresetset defineruby definescale definescript \ -definesection definesectionblock definesectionlevels defineselector defineseparatorset \ -defineshift definesidebar definesort definesorting definespotcolor \ -definestartstop definestyle definestyleinstance definesubfield definesubformula \ -definesymbol definesynonym definesynonyms definesystemattribute definesystemconstant \ -definesystemvariable definetabletemplate definetabulate definetabulation definetext \ -definetextbackground definetextflow definetextnote definetokenlist definetooltip \ -definetransparency definetwopasslist definetype definetypeface definetypescriptprefix \ -definetypescriptsynonym definetypesetting definetyping defineunit defineuserdata \ -defineuserdataalternative defineviewerlayer definevspace definevspacing definevspacingamount \ -definextable delimited delimitedtext delta depthofstring \ -depthonlybox depthspanningtext depthstrut determineheadnumber determinelistcharacteristics \ -determinenoflines determineregistercharacteristics devanagarinumerals dfrac dhook \ -diameter diamond diamondsuit differentialD differentiald \ -digamma digits dimensiontocount directboxfromcache directcolor \ -directcolored directconvertedcounter directcopyboxfromcache directdummyparameter directgetboxllx \ -directgetboxlly directhighlight directlocalframed directluacode directselect \ -directsetbar directsetup directsymbol directvspacing dis \ -disabledirectives disableexperiments disablemode disableoutputstream disableparpositions \ -disableregime disabletrackers displaymath displaymathematics displaymessage \ -distributedhsize div dividedsize divideontimes divides \ -doadaptleftskip doadaptrightskip doaddfeature doassign doassignempty \ -doboundtext docheckassignment docheckedpagestate docheckedpair documentvariable \ -dodoubleargument dodoubleargumentwithset dodoubleempty dodoubleemptywithset dodoublegroupempty \ -doeassign doexpandedrecurse dofastloopcs dogetattribute dogetattributeid \ -dogetcommacommandelement dogobbledoubleempty dogobblesingleempty doif doifMPgraphicelse \ -doifallcommon doifallcommonelse doifalldefinedelse doifallmodes doifallmodeselse \ -doifassignmentelse doifassignmentelsecs doifblackelse doifbothsides doifbothsidesoverruled \ -doifboxelse doifbufferelse doifcolor doifcolorelse doifcommandhandler \ -doifcommandhandlerelse doifcommon doifcommonelse doifcontent doifconversiondefinedelse \ -doifconversionnumberelse doifcounter doifcounterelse doifcurrentfonthasfeatureelse doifdefined \ -doifdefinedcounter doifdefinedcounterelse doifdefinedelse doifdimensionelse doifdimenstringelse \ -doifdocumentargument doifdocumentargumentelse doifdocumentfilename doifdocumentfilenameelse doifdocumentvariable \ -doifdocumentvariableelse doifdrawingblackelse doifelse doifelseMPgraphic doifelseallcommon \ -doifelsealldefined doifelseallmodes doifelseassignment doifelseassignmentcs doifelseblack \ -doifelsebox doifelseboxincache doifelsebuffer doifelsecolor doifelsecommandhandler \ -doifelsecommon doifelseconversiondefined doifelseconversionnumber doifelsecounter doifelsecurrentfonthasfeature \ -doifelsecurrentsortingused doifelsecurrentsynonymshown doifelsecurrentsynonymused doifelsedefined doifelsedefinedcounter \ -doifelsedimension doifelsedimenstring doifelsedocumentargument doifelsedocumentfilename doifelsedocumentvariable \ -doifelsedrawingblack doifelseempty doifelseemptyvalue doifelseemptyvariable doifelseenv \ -doifelsefastoptionalcheck doifelsefastoptionalcheckcs doifelsefieldbody doifelsefieldcategory doifelsefigure \ -doifelsefile doifelsefiledefined doifelsefileexists doifelsefirstchar doifelseflagged \ -doifelsefontchar doifelsefontfeature doifelsefontpresent doifelsefontsynonym doifelseframed \ -doifelsehasspace doifelsehelp doifelseincsname doifelseinelement doifelseinputfile \ -doifelseinsertion doifelseinset doifelseinstring doifelseinsymbolset doifelseintoks \ -doifelseintwopassdata doifelseitalic doifelselanguage doifelselayerdata doifelselayoutdefined \ -doifelselayoutsomeline doifelselayouttextline doifelseleapyear doifelselist doifelselocation \ -doifelselocfile doifelsemainfloatbody doifelsemarkedpage doifelsemarking doifelsemeaning \ -doifelsemessage doifelsemode doifelsenextbgroup doifelsenextbgroupcs doifelsenextchar \ -doifelsenextoptional doifelsenextoptionalcs doifelsenextparenthesis doifelsenonzeropositive doifelsenoteonsamepage \ -doifelsenothing doifelsenumber doifelseobjectfound doifelseobjectreferencefound doifelseoddpage \ -doifelseoddpagefloat doifelseoldercontext doifelseolderversion doifelseoverlapping doifelseoverlay \ -doifelseparallel doifelseparentfile doifelsepath doifelsepathexists doifelsepatterns \ -doifelseposition doifelsepositionaction doifelsepositiononpage doifelsepositionsonsamepage doifelsepositionsonthispage \ -doifelsepositionsused doifelsereferencefound doifelserightpage doifelserightpagefloat doifelserighttoleftinbox \ -doifelsesamelinereference doifelsesamestring doifelsesetups doifelsesomebackground doifelsesomespace \ -doifelsesomething doifelsesometoks doifelsestringinstring doifelsestructurelisthasnumber doifelsestructurelisthaspage \ -doifelsesymboldefined doifelsesymbolset doifelsetext doifelsetextflow doifelsetextflowcollector \ -doifelsetopofpage doifelsetypingfile doifelseundefined doifelseurldefined doifelsevalue \ -doifelsevaluenothing doifelsevariable doifempty doifemptyelse doifemptytoks \ -doifemptyvalue doifemptyvalueelse doifemptyvariable doifemptyvariableelse doifenv \ -doifenvelse doiffastoptionalcheckcselse doiffastoptionalcheckelse doiffieldbodyelse doiffieldcategoryelse \ -doiffigureelse doiffile doiffiledefinedelse doiffileelse doiffileexistselse \ -doiffirstcharelse doifflaggedelse doiffontcharelse doiffontfeatureelse doiffontpresentelse \ -doiffontsynonymelse doifhasspaceelse doifhelpelse doifincsnameelse doifinelementelse \ -doifinputfileelse doifinsertionelse doifinset doifinsetelse doifinstring \ -doifinstringelse doifinsymbolset doifinsymbolsetelse doifintokselse doifintwopassdataelse \ -doifitalicelse doiflanguageelse doiflayerdataelse doiflayoutdefinedelse doiflayoutsomelineelse \ -doiflayouttextlineelse doifleapyearelse doiflistelse doiflocationelse doiflocfileelse \ -doifmainfloatbodyelse doifmarkingelse doifmeaningelse doifmessageelse doifmode \ -doifmodeelse doifnextbgroupcselse doifnextbgroupelse doifnextcharelse doifnextoptionalcselse \ -doifnextoptionalelse doifnextparenthesiselse doifnonzeropositiveelse doifnot doifnotallcommon \ -doifnotallmodes doifnotcommandhandler doifnotcommon doifnotcounter doifnotdocumentargument \ -doifnotdocumentfilename doifnotdocumentvariable doifnotempty doifnotemptyvalue doifnotemptyvariable \ -doifnotenv doifnoteonsamepageelse doifnotescollected doifnotfile doifnotflagged \ -doifnothing doifnothingelse doifnotinset doifnotinsidesplitfloat doifnotinstring \ -doifnotmode doifnotnumber doifnotsamestring doifnotsetups doifnotvalue \ -doifnotvariable doifnumber doifnumberelse doifobjectfoundelse doifobjectreferencefoundelse \ -doifoddpageelse doifoddpagefloatelse doifoldercontextelse doifolderversionelse doifoverlappingelse \ -doifoverlayelse doifparallelelse doifparentfileelse doifpathelse doifpathexistselse \ -doifpatternselse doifposition doifpositionaction doifpositionactionelse doifpositionelse \ -doifpositiononpageelse doifpositionsonsamepageelse doifpositionsonthispageelse doifpositionsusedelse doifreferencefoundelse \ -doifrightpagefloatelse doifrighttoleftinboxelse doifsamelinereferenceelse doifsamestring doifsamestringelse \ -doifsetups doifsetupselse doifsomebackground doifsomebackgroundelse doifsomespaceelse \ -doifsomething doifsomethingelse doifsometoks doifsometokselse doifstringinstringelse \ -doifstructurelisthasnumberelse doifstructurelisthaspageelse doifsymboldefinedelse doifsymbolsetelse doiftext \ -doiftextelse doiftextflowcollectorelse doiftextflowelse doiftopofpageelse doiftypingfileelse \ -doifundefined doifundefinedcounter doifundefinedelse doifunknownfontfeature doifurldefinedelse \ -doifvalue doifvalueelse doifvaluenothing doifvaluenothingelse doifvaluesomething \ -doifvariable doifvariableelse doindentation dollar doloop \ -doloopoverlist donothing dontconvertfont dontleavehmode dontpermitspacesbetweengroups \ -dopositionaction doprocesslocalsetups doquadrupleargument doquadrupleempty doquadruplegroupempty \ -doquintupleargument doquintupleempty doquintuplegroupempty dorechecknextindentation dorecurse \ -dorepeatwithcommand doreplacefeature doresetandafffeature doresetattribute dorotatebox \ -dosetattribute dosetleftskipadaption dosetrightskipadaption dosetupcheckedinterlinespace doseventupleargument \ -doseventupleempty dosingleargument dosingleempty dosinglegroupempty dosixtupleargument \ -dosixtupleempty dostepwiserecurse dosubtractfeature dot doteq \ -doteqdot dotfskip dotlessI dotlessJ dotlessi \ -dotlessj dotlessjstroke dotminus dotoks dotplus \ -dotripleargument dotripleargumentwithset dotripleempty dotripleemptywithset dotriplegroupempty \ -dots dottedcircle dottedrightarrow doublebar doublebond \ -doublebrace doublebracket doublecap doublecup doubleparent \ -doubleprime doubleverticalbar dowith dowithnextbox dowithnextboxcontent \ -dowithnextboxcontentcs dowithnextboxcs dowithpargument dowithrange dowithwargument \ -downarrow downdasharrow downdownarrows downharpoonleft downharpoonright \ -downuparrows downwhitearrow downzigzagarrow dpofstring dstroke \ -dtail dummydigit dummyparameter dzcaronligature dzligature \ -eTeX eacute ebreve ecaron ecedilla \ -ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhook \ -ecircumflextilde edefconvertedargument ediaeresis edotaccent edotbelow \ -edoublegrave efcmaxheight efcmaxwidth efcminheight efcminwidth \ -efcparameter effect egrave ehook einvertedbreve \ -elapsedseconds elapsedtime eleftarrowfill eleftharpoondownfill eleftharpoonupfill \ -eleftrightarrowfill ell em emacron emdash \ -emphasisboldface emphasistypeface emptylines emptyset emquad \ -emspace enabledirectives enableexperiments enablemode enableoutputstream \ -enableparpositions enableregime enabletrackers endash endnote \ -enquad enskip enspace env environment \ -envvar eogonek eoverbarfill eoverbracefill eoverbracketfill \ -eoverparentfill epos epsilon eq eqcirc \ -eqeq eqeqeq eqgtr eqless eqsim \ -eqslantgtr eqslantless equaldigits equalscolon equiv \ -erightarrowfill erightharpoondownfill erightharpoonupfill eta eth \ -ethiopic etilde etwoheadrightarrowfill eunderbarfill eunderbracefill \ -eunderbracketfill eunderparentfill exclamdown executeifdefined exists \ -exitloop exitloopnow expandcheckedcsname expanded expandeddoif \ -expandeddoifelse expandeddoifnot expandfontsynonym expdoif expdoifcommonelse \ -expdoifelse expdoifelsecommon expdoifelseinset expdoifinsetelse expdoifnot \ -exponentiale externalfigure externalfigurecollectionmaxheight externalfigurecollectionmaxwidth externalfigurecollectionminheight \ -externalfigurecollectionminwidth externalfigurecollectionparameter fakebox fallingdotseq fastdecrement \ -fastincrement fastlocalframed fastloopfinal fastloopindex fastscale \ -fastsetup fastsetupwithargument fastsetupwithargumentswapped fastswitchtobodyfont fastsxsy \ -feature fence fenced fetchallmarkings fetchallmarks \ -fetchmark fetchmarking fetchonemark fetchonemarking fetchruntinecommand \ -fetchtwomarkings fetchtwomarks ffiligature ffligature fflligature \ -fhook field fieldbody fieldstack fifthoffivearguments \ -fifthofsixarguments figurefilename figurefilepath figurefiletype figurefullname \ -figureheight figurenaturalheight figurenaturalwidth figurespace figuresymbol \ -figurewidth filename filigature filledhboxb filledhboxc \ -filledhboxg filledhboxk filledhboxm filledhboxr filledhboxy \ -filler fillinline fillinrules fillintext fillupto \ -filterfromnext filterfromvalue filterpages filterreference findtwopassdata \ -finishregisterentry firstcharacter firstcounter firstcountervalue firstinlist \ -firstoffivearguments firstoffourarguments firstofoneargument firstofoneunexpanded firstofsixarguments \ -firstofthreearguments firstofthreeunexpanded firstoftwoarguments firstoftwounexpanded firstrealpage \ -firstrealpagenumber firstsubcountervalue firstsubpage firstsubpagenumber firstuserpage \ -firstuserpagenumber fitfield fitfieldframed fittopbaselinegrid fiveeighths \ -fivesixths fixedspace fixedspaces flag flat \ -flligature floatuserdataparameter flushbox flushboxregister flushcollector \ -flushedrightlastline flushlayer flushlocalfloats flushnextbox flushnotes \ -flushoutputstream flushshapebox flushtextflow flushtokens flushtoks \ -fontalternative fontbody fontchar fontcharbyindex fontclass \ -fontclassname fontface fontfeaturelist fontsize fontstyle \ -footnote footnotetext forall forcecharacterstripping forcelocalfloats \ -forgeteverypar forgetparameters forgetparskip forgetragged formula \ -formulanumber foundbox fourfifths fourperemspace fourthoffivearguments \ -fourthoffourarguments fourthofsixarguments frac framed frameddimension \ -framedparameter framedtext freezedimenmacro freezemeasure frenchspacing \ -from fromlinenote frown frozenhbox frule \ -gacute gamma gbreve gcaron gcircumflex \ -gcommaaccent gdefconvertedargument gdefconvertedcommand gdotaccent ge \ -geq geqq geqslant getMPdrawing getMPlayer \ -getboxfromcache getboxllx getboxlly getbuffer getbufferdata \ -getcommacommandsize getcommalistsize getdayoftheweek getdayspermonth getdefinedbuffer \ -getdocumentargument getdocumentargumentdefault getdocumentfilename getdummyparameters getemptyparameters \ -geteparameters getexpandedparameters getfiguredimensions getfirstcharacter getfirsttwopassdata \ -getfromcommacommand getfromcommalist getfromtwopassdata getglyphdirect getglyphstyled \ -getgparameters getinlineuserdata getlasttwopassdata getlocalfloat getlocalfloats \ -getmarking getmessage getnamedglyphdirect getnamedglyphstyled getnamedtwopassdatalist \ -getnaturaldimensions getnoflines getobject getobjectdimensions getpaletsize \ -getparameters getprivatechar getprivateslot getrandomcount getrandomdimen \ -getrandomfloat getrandomnumber getrandomseed getraweparameters getrawgparameters \ -getrawnoflines getrawparameters getrawxparameters getreference getreferenceentry \ -getroundednoflines gets getsubstring gettokenlist gettwopassdata \ -gettwopassdatalist getuserdata getuvalue getvalue getvariable \ -getvariabledefault getxparameters gg ggg gggtr \ -gimel globaldisablemode globalenablemode globalletempty globalpopbox \ -globalpopmacro globalpreventmode globalprocesscommalist globalpushbox globalpushmacro \ -globalswapcounts globalswapdimens globalswapmacros globalundefine glyphfontfile \ -gnapprox gneqq gnsim gobbledoubleempty gobbleeightarguments \ -gobblefivearguments gobblefiveoptionals gobblefourarguments gobblefouroptionals gobbleninearguments \ -gobbleoneargument gobbleoneoptional gobblesevenarguments gobblesingleempty gobblesixarguments \ -gobblespacetokens gobbletenarguments gobblethreearguments gobblethreeoptionals gobbletwoarguments \ -gobbletwooptionals gobbleuntil gobbleuntilrelax godown goto \ -gotobox gotopage grabbufferdata grabbufferdatadirect grabuntil \ -grave graycolor grayvalue greedysplitstring greekAlpha \ -greekAlphadasia greekAlphadasiaperispomeni greekAlphadasiatonos greekAlphadasiavaria greekAlphaiotasub \ -greekAlphaiotasubdasia greekAlphaiotasubdasiaperispomeni greekAlphaiotasubdasiatonos greekAlphaiotasubdasiavaria greekAlphaiotasubpsili \ -greekAlphaiotasubpsiliperispomeni greekAlphaiotasubpsilitonos greekAlphaiotasubpsilivaria greekAlphamacron greekAlphapsili \ -greekAlphapsiliperispomeni greekAlphapsilitonos greekAlphapsilivaria greekAlphatonos greekAlphavaria \ -greekAlphavrachy greekBeta greekChi greekCoronis greekDelta \ -greekEpsilon greekEpsilondasia greekEpsilondasiatonos greekEpsilondasiavaria greekEpsilonpsili \ -greekEpsilonpsilitonos greekEpsilonpsilivaria greekEpsilontonos greekEpsilonvaria greekEta \ -greekEtadasia greekEtadasiaperispomeni greekEtadasiatonos greekEtadasiavaria greekEtaiotasub \ -greekEtaiotasubdasia greekEtaiotasubdasiaperispomeni greekEtaiotasubdasiatonos greekEtaiotasubdasiavaria greekEtaiotasubpsili \ -greekEtaiotasubpsiliperispomeni greekEtaiotasubpsilitonos greekEtaiotasubpsilivaria greekEtapsili greekEtapsiliperispomeni \ -greekEtapsilitonos greekEtapsilivaria greekEtatonos greekEtavaria greekGamma \ -greekIota greekIotadasia greekIotadasiaperispomeni greekIotadasiatonos greekIotadasiavaria \ -greekIotadialytika greekIotamacron greekIotapsili greekIotapsiliperispomeni greekIotapsilitonos \ -greekIotapsilivaria greekIotatonos greekIotavaria greekIotavrachy greekKappa \ -greekLambda greekMu greekNu greekOmega greekOmegadasia \ -greekOmegadasiaperispomeni greekOmegadasiatonos greekOmegadasiavaria greekOmegaiotasub greekOmegaiotasubdasia \ -greekOmegaiotasubdasiaperispomeni greekOmegaiotasubdasiatonos greekOmegaiotasubdasiavaria greekOmegaiotasubpsili greekOmegaiotasubpsiliperispomeni \ -greekOmegaiotasubpsilitonos greekOmegaiotasubpsilivaria greekOmegapsili greekOmegapsiliperispomeni greekOmegapsilitonos \ -greekOmegapsilivaria greekOmegatonos greekOmegavaria greekOmicron greekOmicrondasia \ -greekOmicrondasiatonos greekOmicrondasiavaria greekOmicronpsili greekOmicronpsilitonos greekOmicronpsilivaria \ -greekOmicrontonos greekOmicronvaria greekPhi greekPi greekPsi \ -greekRho greekRhodasia greekSigma greekSigmalunate greekTau \ -greekTheta greekUpsilon greekUpsilondasia greekUpsilondasiaperispomeni greekUpsilondasiatonos \ -greekUpsilondasiavaria greekUpsilondialytika greekUpsilonmacron greekUpsilontonos greekUpsilonvaria \ -greekUpsilonvrachy greekXi greekZeta greekalpha greekalphadasia \ -greekalphadasiaperispomeni greekalphadasiatonos greekalphadasiavaria greekalphaiotasub greekalphaiotasubdasia \ -greekalphaiotasubdasiaperispomeni greekalphaiotasubdasiatonos greekalphaiotasubdasiavaria greekalphaiotasubperispomeni greekalphaiotasubpsili \ -greekalphaiotasubpsiliperispomeni greekalphaiotasubpsilitonos greekalphaiotasubpsilivaria greekalphaiotasubtonos greekalphaiotasubvaria \ -greekalphamacron greekalphaoxia greekalphaperispomeni greekalphapsili greekalphapsiliperispomeni \ -greekalphapsilitonos greekalphapsilivaria greekalphatonos greekalphavaria greekalphavrachy \ -greekbeta greekbetaalt greekchi greekdasia greekdasiaperispomeni \ -greekdasiatonos greekdasiavaria greekdelta greekdialytikaperispomeni greekdialytikatonos \ -greekdialytikavaria greekdigamma greekepsilon greekepsilonalt greekepsilondasia \ -greekepsilondasiatonos greekepsilondasiavaria greekepsilonoxia greekepsilonpsili greekepsilonpsilitonos \ -greekepsilonpsilivaria greekepsilontonos greekepsilonvaria greeketa greeketadasia \ -greeketadasiaperispomeni greeketadasiatonos greeketadasiavaria greeketaiotasub greeketaiotasubdasia \ -greeketaiotasubdasiaperispomeni greeketaiotasubdasiatonos greeketaiotasubdasiavaria greeketaiotasubperispomeni greeketaiotasubpsili \ -greeketaiotasubpsiliperispomeni greeketaiotasubpsilitonos greeketaiotasubpsilivaria greeketaiotasubtonos greeketaiotasubvaria \ -greeketaoxia greeketaperispomeni greeketapsili greeketapsiliperispomeni greeketapsilitonos \ -greeketapsilivaria greeketatonos greeketavaria greekfinalsigma greekgamma \ -greekiota greekiotadasia greekiotadasiaperispomeni greekiotadasiatonos greekiotadasiavaria \ -greekiotadialytika greekiotadialytikaperispomeni greekiotadialytikatonos greekiotadialytikavaria greekiotamacron \ -greekiotaoxia greekiotaperispomeni greekiotapsili greekiotapsiliperispomeni greekiotapsilitonos \ -greekiotapsilivaria greekiotatonos greekiotavaria greekiotavrachy greekkappa \ -greekkoppa greeklambda greekmu greeknu greeknumerals \ -greeknumkoppa greekomega greekomegadasia greekomegadasiaperispomeni greekomegadasiatonos \ -greekomegadasiavaria greekomegaiotasub greekomegaiotasubdasia greekomegaiotasubdasiaperispomeni greekomegaiotasubdasiatonos \ -greekomegaiotasubdasiavaria greekomegaiotasubperispomeni greekomegaiotasubpsili greekomegaiotasubpsiliperispomeni greekomegaiotasubpsilitonos \ -greekomegaiotasubpsilivaria greekomegaiotasubtonos greekomegaiotasubvaria greekomegaoxia greekomegaperispomeni \ -greekomegapsili greekomegapsiliperispomeni greekomegapsilitonos greekomegapsilivaria greekomegatonos \ -greekomegavaria greekomicron greekomicrondasia greekomicrondasiatonos greekomicrondasiavaria \ -greekomicronoxia greekomicronpsili greekomicronpsilitonos greekomicronpsilivaria greekomicrontonos \ -greekomicronvaria greekoxia greekperispomeni greekphi greekphialt \ -greekpi greekpialt greekprosgegrammeni greekpsi greekpsili \ -greekpsiliperispomeni greekpsilitonos greekpsilivaria greekrho greekrhoalt \ -greekrhodasia greekrhopsili greeksampi greeksigma greeksigmalunate \ -greekstigma greektau greektheta greekthetaalt greektonos \ -greekupsilon greekupsilondasia greekupsilondasiaperispomeni greekupsilondasiatonos greekupsilondasiavaria \ -greekupsilondiaeresis greekupsilondialytikaperispomeni greekupsilondialytikatonos greekupsilondialytikavaria greekupsilonmacron \ -greekupsilonoxia greekupsilonperispomeni greekupsilonpsili greekupsilonpsiliperispomeni greekupsilonpsilitonos \ -greekupsilonpsilivaria greekupsilontonos greekupsilonvaria greekupsilonvrachy greekvaria \ -greekxi greekzeta grid groupedcommand gsetboxllx \ -gsetboxlly gstroke gt gtrapprox gtrdot \ -gtreqless gtreqqless gtrless gtrsim guilsingleleft \ -guilsingleright gujaratinumerals gurmurkhinumerals hairline hairspace \ -halflinestrut halfstrut halfwaybox handletokens handwritten \ -hangul hanzi hash hat hbar \ -hboxofvbox hboxreference hcaron hcircumflex hdofstring \ -headhbox headlanguage headnumber headnumbercontent headnumberdistance \ -headnumberwidth headreferenceattributes headsetupspacing headtext headtextcontent \ -headtextdistance headtexts headtextwidth headvbox headwidth \ -heartsuit hebrewAlef hebrewAyin hebrewBet hebrewDalet \ -hebrewGimel hebrewHe hebrewHet hebrewKaf hebrewKaffinal \ -hebrewLamed hebrewMem hebrewMemfinal hebrewNun hebrewNunfinal \ -hebrewPe hebrewPefinal hebrewQof hebrewResh hebrewSamekh \ -hebrewShin hebrewTav hebrewTet hebrewTsadi hebrewTsadifinal \ -hebrewVav hebrewYod hebrewZayin heightanddepthofstring heightofstring \ -heightspanningtext helptext hglue hiddenbar hiddencitation \ -hiddencite hideblocks high highlight highordinalstr \ -hilo himilo hl hookleftarrow hookrightarrow \ -horizontalgrowingbar horizontalpositionbar hpackbox hpackedbox hphantom \ -hpos hsizefraction hslash hsmash hsmashbox \ -hsmashed hspace hstroke htdpofstring htofstring \ -hyphen hyphenatedcoloredword hyphenatedfile hyphenatedfilename hyphenatedhbox \ -hyphenatedpar hyphenatedurl hyphenatedword iacute ibox \ -ibreve icaron icircumflex ideographichalffillspace ideographicspace \ -idiaeresis idotaccent idotbelow idoublegrave ifassignment \ -iff ifinobject ifinoutputstream ifparameters iftrialtypesetting \ -ignoreimplicitspaces ignoretagsinexport ignorevalue igrave ihook \ -iiiint iiiintop iiint iiintop iint \ -iintop iinvertedbreve ijligature imacron imaginaryi \ -imaginaryj imath immediatesavetwopassdata impliedby implies \ -imply in includemenu includeversioninfo increment \ -incrementcounter incrementedcounter incrementpagenumber incrementsubpagenumber incrementvalue \ -indentation index infofont infofontbold inframed \ -infty infull inheritparameter inhibitblank ininner \ -ininneredge ininnermargin initializeboxstack inleft inleftedge \ -inleftmargin inline inlinebuffer inlinedbox inlinemath \ -inlinemathematics inlinemessage inlineordisplaymath inlineprettyprintbuffer inlinerange \ -inmargin inmframed innerflushshapebox inother inouter \ -inouteredge inoutermargin input inputfilebarename inputfilename \ -inputfilerealsuffix inputfilesuffix inputgivenfile inright inrightedge \ -inrightmargin insertpages installactionhandler installactivecharacter installanddefineactivecharacter \ -installattributestack installautocommandhandler installautosetuphandler installbasicautosetuphandler installbasicparameterhandler \ -installbottomframerenderer installcommandhandler installcorenamespace installdefinehandler installdefinitionset \ -installdefinitionsetmember installdirectcommandhandler installdirectparameterhandler installdirectparametersethandler installdirectsetuphandler \ -installdirectstyleandcolorhandler installframedautocommandhandler installframedcommandhandler installglobalmacrostack installlanguage \ -installleftframerenderer installmacrostack installnamespace installoutputroutine installpagearrangement \ -installparameterhandler installparameterhashhandler installparametersethandler installparentinjector installrightframerenderer \ -installrootparameterhandler installsetuphandler installsetuponlycommandhandler installshipoutmethod installsimplecommandhandler \ -installsimpleframedcommandhandler installstyleandcolorhandler installswitchcommandhandler installswitchsetuphandler installtexdirective \ -installtextracker installtopframerenderer installunitsseparator installunitsspace installversioninfo \ -int intclockwise integerrounding integers interactionbar \ -interactionbuttons interactionmenu intercal intertext intop \ -invisibletimes invokepageheandler iogonek iota italic \ -italicbold italiccorrection italicface item items \ -itemtag itilde jcaron jcircumflex jmath \ -jobfilename jobfilesuffix kap kappa kcaron \ -kcommaaccent keepblocks keeplinestogether keepunwantedspaces kerncharacters \ -khook kkra koreancirclenumerals koreannumerals koreannumeralsc \ -koreannumeralsp koreanparentnumerals lVert labellanguage labeltext \ -labeltexts lacute lambda lambdabar land \ -langle language languageCharacters languagecharacters languagecharwidth \ -lastcounter lastcountervalue lastdigit lastlinewidth lastnaturalboxdp \ -lastnaturalboxht lastnaturalboxwd lastpredefinedsymbol lastrealpage lastrealpagenumber \ -lastsubcountervalue lastsubpage lastsubpagenumber lasttwodigits lastuserpage \ -lastuserpagenumber lateluacode latin layeredtext layerheight \ -layerwidth lazysavetaggedtwopassdata lazysavetwopassdata lbar lbox \ -lbrace lbracket lcaron lceil lcommaaccent \ -lcurl ldotmiddle ldotp ldots le \ -leadsto left leftaligned leftarrow leftarrowtail \ -leftarrowtriangle leftbottombox leftbox leftdasharrow leftguillemot \ -leftharpoondown leftharpoonup lefthbox leftheadtext leftlabeltext \ -leftleftarrows leftline leftmathlabeltext leftorrighthbox leftorrightvbox \ -leftorrightvtop leftrightarrow leftrightarrows leftrightarrowtriangle leftrightharpoons \ -leftrightsquigarrow leftskipadaption leftsquigarrow leftsubguillemot leftthreetimes \ -lefttopbox lefttoright lefttorighthbox lefttorightvbox lefttorightvtop \ -leftwavearrow leftwhitearrow leq leqq leqslant \ -lessapprox lessdot lesseqgtr lesseqqgtr lessgtr \ -lesssim letbeundefined letcatcodecommand letcscsname letcsnamecs \ -letcsnamecsname letdummyparameter letempty letgvalue letgvalueempty \ -letgvalurelax letterampersand letterat letterbackslash letterbar \ -letterbgroup letterclosebrace lettercolon letterdollar letterdoublequote \ -letteregroup letterescape letterexclamationmark letterhash letterhat \ -letterleftbrace letterleftbracket letterleftparenthesis letterless lettermore \ -letteropenbrace letterpercent letterquestionmark letterrightbrace letterrightbracket \ -letterrightparenthesis lettersinglequote letterslash letterspacing lettertilde \ -letterunderscore letvalue letvalueempty letvaluerelax lfence \ -lfloor lgroup lhbox lhooknwarrow lhooksearrow \ -limitatefirstline limitatelines limitatetext line linebox \ -linefeed linenote linespanningtext linethickness linterval \ -listcitation listcite listlength listnamespaces ljligature \ -ll llangle llap llbracket llcorner \ -lll llless lmoustache lnapprox lneq \ -lneqq lnot lnsim loadanyfile loadanyfileonce \ -loadbtxdefinitionfile loadbtxreplacementfile loadcldfile loadcldfileonce loadfontgoodies \ -loadluafile loadluafileonce loadspellchecklist loadtexfile loadtexfileonce \ -loadtypescriptfile localframed localframedwithsettings localhsize localpopbox \ -localpopmacro localpushbox localpushmacro localundefine locatedfilepath \ -locatefilepath locfilename logo lohi lointerval \ -lomihi longleftarrow longleftrightarrow longmapsfrom longmapsto \ -longrightarrow longrightsquigarrow looparrowleft looparrowright lor \ -low lowerbox lowercased lowercasestring lowerleftdoubleninequote \ -lowerleftsingleninequote lowerrightdoubleninequote lowerrightsingleninequote lozenge lparent \ -lrcorner lrointerval lrtbbox lstroke lt \ -ltimes ltop ltrhbox ltrvbox ltrvtop \ -luaTeX luacode luaconditional luaenvironment luaexpanded \ -luaexpr luafunction luajitTeX luamajorversion luametaTeX \ -luaminorversion luaparameterset luasetup luaversion lvert \ -m mLeftarrow mLeftrightarrow mRightarrow mainlanguage \ -makecharacteractive makerawcommalist makestrutofbox maltese mapfontsize \ -mapsdown mapsfrom mapsto mapsup margindata \ -margintext markcontent markedpages marking markinjector \ -markpage mat math mathampersand mathbf \ +autointegral automathematics autoorientation autopagestaterealpage autopagestaterealpageorder \ +autosetups availablehsize averagecharwidth backepsilon background \ +backgroundimage backgroundimagefill backgroundline backprime backsim \ +backslash bar barleftarrow barleftarrowrightarrowbar barovernorthwestarrow \ +barwedge basegrid baselinebottom baselineleftbox baselinemiddlebox \ +baselinerightbox bbordermatrix bbox because beforesplitstring \ +beforetestandsplitstring beta beth between bhook \ +big bigbodyfont bigcap bigcirc bigcircle \ +bigcup bigdiamond bigg bigger biggl \ +biggm biggr bigl bigm bigodot \ +bigoplus bigotimes bigr bigskip bigsqcap \ +bigsqcup bigsquare bigstar bigtimes bigtriangledown \ +bigtriangleup bigudot biguplus bigvee bigwedge \ +binom bitmapimage blacklozenge blackrule blackrules \ +blacksquare blacktriangle blacktriangledown blacktriangleleft blacktriangleright \ +blank blap bleed bleedheight bleedwidth \ +blockligatures blockquote blocksynctexfile blockuservariable bodyfontenvironmentlist \ +bodyfontsize bold boldface bolditalic boldslanted \ +bookmark booleanmodevalue bordermatrix bot bottombox \ +bottomleftbox bottomrightbox bowtie boxcursor boxdot \ +boxmarker boxminus boxofsize boxplus boxreference \ +boxtimes bpos breakablethinspace breakhere breve \ +bstroke btxabbreviatedjournal btxaddjournal btxalwayscitation btxauthorfield \ +btxdetail btxdirect btxdoif btxdoifcombiinlistelse btxdoifelse \ +btxdoifelsecombiinlist btxdoifelsesameasprevious btxdoifelsesameaspreviouschecked btxdoifelseuservariable btxdoifnot \ +btxdoifsameaspreviouscheckedelse btxdoifsameaspreviouselse btxdoifuservariableelse btxexpandedjournal btxfield \ +btxfieldname btxfieldtype btxfirstofrange btxflush btxflushauthor \ +btxflushauthorinverted btxflushauthorinvertedshort btxflushauthorname btxflushauthornormal btxflushauthornormalshort \ +btxflushsuffix btxfoundname btxfoundtype btxhiddencitation btxhybridcite \ +btxlabellanguage btxlabeltext btxlistcitation btxloadjournalist btxoneorrange \ +btxremapauthor btxsavejournalist btxsetup btxsingularorplural btxsingularplural \ +btxtextcitation buildmathaccent buildtextaccent buildtextbottomcomma buildtextbottomdot \ +buildtextcedilla buildtextgrave buildtextmacron buildtextognek bullet \ +button cacute calligraphic camel cap \ +capital carriagereturn catcodetablename cbox ccaron \ +ccedilla ccircumflex ccurl cdot cdotaccent \ +cdotp cdots centeraligned centerbox centerdot \ +centeredbox centeredlastline centerednextbox centerline cfrac \ +chapter character characters chardescription charwidthlanguage \ +check checkcharacteralign checkedblank checkedchar checkedfiller \ +checkedstrippedcsname checkinjector checkmark checknextindentation checknextinjector \ +checkpage checkparameters checkpreviousinjector checksoundtrack checktwopassdata \ +checkvariables chem chemical chemicalbottext chemicalmidtext \ +chemicalsymbol chemicaltext chemicaltoptext chi chineseallnumerals \ +chinesecapnumerals chinesenumerals chook circ circeq \ +circlearrowleft circlearrowright circledR circledS circledast \ +circledcirc circleddash circledequals circleonrightarrow citation \ +cite clap classfont cldcommand cldcontext \ +cldloadfile cldprocessfile cleftarrow clip clippedoverlayimage \ +clonefield clubsuit collect collectedtext collectexpanded \ +colon coloncolonequals colonequals color colorbar \ +colorcomponents colored coloronly colorvalue column \ +columnbreak columnsetspanwidth combinepages commalistelement commalistsentence \ +commalistsize comment comparecolorgroup comparedimension comparedimensioneps \ +comparepalet complement completebtxrendering completecontent completeindex \ +completelist completelistofabbreviations completelistofchemicals completelistoffigures completelistofgraphics \ +completelistofintermezzi completelistoflogos completelistofpublications completelistofsorts completelistofsynonyms \ +completelistoftables completepagenumber completeregister complexes complexorsimple \ +complexorsimpleempty component composedcollector composedlayer compresult \ +cong constantdimen constantdimenargument constantemptyargument constantnumber \ +constantnumberargument contentreference continuednumber continueifinputfile convertargument \ +convertcommand convertedcounter converteddimen convertedsubcounter convertmonth \ +convertnumber convertvalue convertvboxtohbox coprod copyboxfromcache \ +copybtxlabeltext copyfield copyheadtext copylabeltext copymathlabeltext \ +copyoperatortext copypages copyparameters copyposition copyprefixtext \ +copyright copysetups copysuffixtext copytaglabeltext copyunittext \ +correctwhitespace countersubs counttoken counttokens cramped \ +crampedclap crampedllap crampedrlap crightarrow crightoverleftarrow \ +crlf crlfplaceholder cstroke ctop ctxcommand \ +ctxdirectcommand ctxdirectlua ctxfunction ctxlatecommand ctxlatelua \ +ctxloadluafile ctxlua ctxluabuffer ctxluacode ctxreport \ +ctxsprint cup curlyeqprec curlyeqsucc curlyvee \ +curlywedge currentassignmentlistkey currentassignmentlistvalue currentbtxuservariable currentcommalistitem \ +currentcomponent currentdate currentenvironment currentfeaturetest currentheadnumber \ +currentinterface currentlanguage currentlistentrydestinationattribute currentlistentrylimitedtext currentlistentrynumber \ +currentlistentrypagenumber currentlistentryreferenceattribute currentlistentrytitle currentlistentrytitlerendered currentlistsymbol \ +currentmainlanguage currentmessagetext currentmoduleparameter currentoutputstream currentproduct \ +currentproject currentregime currentregisterpageuserdata currentresponses currenttime \ +currentvalue currentxtablecolumn currentxtablerow curvearrowleft curvearrowright \ +cwopencirclearrow cyrillicA cyrillicAE cyrillicAbreve cyrillicAdiaeresis \ +cyrillicB cyrillicBIGYUS cyrillicBIGYUSiotified cyrillicC cyrillicCH \ +cyrillicCHEDC cyrillicCHEDCabkhasian cyrillicCHEabkhasian cyrillicCHEdiaeresis cyrillicCHEkhakassian \ +cyrillicCHEvertstroke cyrillicD cyrillicDASIAPNEUMATA cyrillicDJE cyrillicDZE \ +cyrillicDZEabkhasian cyrillicDZHE cyrillicE cyrillicELtail cyrillicEMtail \ +cyrillicENDC cyrillicENGHE cyrillicENhook cyrillicENtail cyrillicEREV \ +cyrillicERY cyrillicERtick cyrillicEbreve cyrillicEdiaeresis cyrillicEgrave \ +cyrillicEiotified cyrillicF cyrillicFITA cyrillicG cyrillicGHEmidhook \ +cyrillicGHEstroke cyrillicGHEupturn cyrillicGJE cyrillicH cyrillicHA \ +cyrillicHADC cyrillicHRDSN cyrillicI cyrillicIE cyrillicII \ +cyrillicISHRT cyrillicISHRTtail cyrillicIZHITSA cyrillicIZHITSAdoublegrave cyrillicIdiaeresis \ +cyrillicIgrave cyrillicImacron cyrillicJE cyrillicK cyrillicKADC \ +cyrillicKAbashkir cyrillicKAhook cyrillicKAstroke cyrillicKAvertstroke cyrillicKJE \ +cyrillicKOPPA cyrillicKSI cyrillicL cyrillicLITTLEYUS cyrillicLITTLEYUSiotified \ +cyrillicLJE cyrillicM cyrillicN cyrillicNJE cyrillicO \ +cyrillicOMEGA cyrillicOMEGAround cyrillicOMEGAtitlo cyrillicOT cyrillicObarred \ +cyrillicObarreddiaeresis cyrillicOdiaeresis cyrillicP cyrillicPALATALIZATION cyrillicPALOCHKA \ +cyrillicPEmidhook cyrillicPSI cyrillicPSILIPNEUMATA cyrillicR cyrillicS \ +cyrillicSCHWA cyrillicSCHWAdiaeresis cyrillicSDSC cyrillicSEMISOFT cyrillicSFTSN \ +cyrillicSH cyrillicSHCH cyrillicSHHA cyrillicT cyrillicTEDC \ +cyrillicTETSE cyrillicTITLO cyrillicTSHE cyrillicU cyrillicUK \ +cyrillicUSHRT cyrillicUdiaeresis cyrillicUdoubleacute cyrillicUmacron cyrillicV \ +cyrillicYA cyrillicYAT cyrillicYERUdiaeresis cyrillicYI cyrillicYO \ +cyrillicYU cyrillicYstr cyrillicYstrstroke cyrillicZ cyrillicZDSC \ +cyrillicZEdiaeresis cyrillicZH cyrillicZHEbreve cyrillicZHEdescender cyrillicZHEdiaeresis \ +cyrillica cyrillicabreve cyrillicadiaeresis cyrillicae cyrillicb \ +cyrillicbigyus cyrillicbigyusiotified cyrillicc cyrillicch cyrilliccheabkhasian \ +cyrillicchedc cyrillicchedcabkhasian cyrillicchediaeresis cyrillicchekhakassian cyrillicchevertstroke \ +cyrillicd cyrillicdje cyrillicdze cyrillicdzeabkhasian cyrillicdzhe \ +cyrillice cyrillicebreve cyrillicediaeresis cyrillicegrave cyrilliceiotified \ +cyrilliceltail cyrillicemtail cyrillicendc cyrillicenghe cyrillicenhook \ +cyrillicentail cyrillicerev cyrillicertick cyrillicery cyrillicf \ +cyrillicfita cyrillicg cyrillicghemidhook cyrillicghestroke cyrillicgheupturn \ +cyrillicgje cyrillich cyrillicha cyrillichadc cyrillichrdsn \ +cyrillici cyrillicidiaeresis cyrillicie cyrillicigrave cyrillicii \ +cyrillicimacron cyrillicishrt cyrillicishrttail cyrillicizhitsa cyrillicizhitsadoublegrave \ +cyrillicje cyrillick cyrillickabashkir cyrillickadc cyrillickahook \ +cyrillickastroke cyrillickavertstroke cyrillickje cyrillickoppa cyrillicksi \ +cyrillicl cyrilliclittleyus cyrilliclittleyusiotified cyrilliclje cyrillicm \ +cyrillicn cyrillicnje cyrillico cyrillicobarred cyrillicobarreddiaeresis \ +cyrillicodiaeresis cyrillicomega cyrillicomegaround cyrillicomegatitlo cyrillicot \ +cyrillicp cyrillicpemidhook cyrillicpsi cyrillicr cyrillics \ +cyrillicschwa cyrillicschwadiaeresis cyrillicsdsc cyrillicsemisoft cyrillicsftsn \ +cyrillicsh cyrillicshch cyrillicshha cyrillict cyrillictedc \ +cyrillictetse cyrillictshe cyrillicu cyrillicudiaeresis cyrillicudoubleacute \ +cyrillicuk cyrillicumacron cyrillicushrt cyrillicv cyrillicya \ +cyrillicyat cyrillicyerudiaeresis cyrillicyi cyrillicyo cyrillicystr \ +cyrillicystrstroke cyrillicyu cyrillicz cyrilliczdsc cyrilliczediaeresis \ +cyrilliczh cyrilliczhebreve cyrilliczhedescender cyrilliczhediaeresis d \ +dag dagger daleth dasharrow dashedleftarrow \ +dashedrightarrow dashv datasetvariable date dayoftheweek \ +dayspermonth dbinom dcaron dcurl ddag \ +ddagger dddot ddot ddots decrement \ +decrementcounter decrementedcounter decrementpagenumber decrementsubpagenumber decrementvalue \ +defaultinterface defaultobjectpage defaultobjectreference defcatcodecommand defconvertedargument \ +defconvertedcommand defconvertedvalue define defineMPinstance defineTABLEsetup \ +defineaccent defineactivecharacter definealternativestyle defineanchor defineattachment \ +defineattribute definebackground definebar defineblock definebodyfont \ +definebodyfontenvironment definebodyfontswitch definebreakpoint definebreakpoints definebtx \ +definebtxdataset definebtxregister definebtxrendering definebuffer definebutton \ +definecapitals definecharacter definecharacterkerning definecharacterspacing definechemical \ +definechemicals definechemicalsymbol definecollector definecolor definecolorgroup \ +definecolumnbreak definecolumnset definecolumnsetarea definecolumnsetspan definecombination \ +definecombinedlist definecommand definecomment definecomplexorsimple definecomplexorsimpleempty \ +defineconversion defineconversionset definecounter definedataset definedelimitedtext \ +definedeq definedescription definedfont defineeffect defineenumeration \ +defineexpandable defineexternalfigure definefacingfloat definefallbackfamily definefield \ +definefieldbody definefieldbodyset definefieldcategory definefieldstack definefiguresymbol \ +definefileconstant definefilefallback definefilesynonym definefiller definefirstline \ +definefittingpage definefloat definefont definefontalternative definefontfallback \ +definefontfamily definefontfamilypreset definefontfeature definefontfile definefontsize \ +definefontsolution definefontstyle definefontsynonym defineformula defineformulaalternative \ +defineformulaframed defineframed defineframedcontent defineframedtable defineframedtext \ +definefrozenfont defineglobalcolor definegraphictypesynonym definegridsnapping definehbox \ +definehead defineheadalternative definehelp definehigh definehighlight \ +definehspace definehypenationfeatures defineindentedtext defineindenting defineinitial \ +defineinsertion defineinteraction defineinteractionbar defineinteractionmenu defineinterfaceconstant \ +defineinterfaceelement defineinterfacevariable defineinterlinespace defineintermediatecolor defineitemgroup \ +defineitems definelabel definelabelclass definelayer definelayerpreset \ +definelayout definelinefiller definelinenote definelinenumbering definelines \ +definelist definelistalternative definelistextra definelow definelowhigh \ +definelowmidhigh definemakeup definemarginblock definemargindata definemarker \ +definemarking definemathaccent definemathalignment definemathcases definemathcommand \ +definemathdouble definemathdoubleextensible definemathematics definemathextensible definemathfence \ +definemathfraction definemathframed definemathmatrix definemathornament definemathover \ +definemathoverextensible definemathovertextextensible definemathradical definemathstackers definemathstyle \ +definemathtriplet definemathunder definemathunderextensible definemathundertextextensible definemathunstacked \ +definemeasure definemessageconstant definemixedcolumns definemode definemultitonecolor \ +definenamedcolor definenamespace definenarrower definenote defineorientation \ +defineornament defineoutputroutine defineoutputroutinecommand defineoverlay definepage \ +definepagebreak definepagechecker definepagecolumns definepageinjection definepageinjectionalternative \ +definepageshift definepagestate definepairedbox definepalet definepapersize \ +defineparagraph defineparagraphs defineparallel defineparbuilder defineperiodkerning \ +defineplacement definepositioning defineprefixset defineprocesscolor defineprocessor \ +defineprofile defineprogram definepushbutton definepushsymbol definereference \ +definereferenceformat defineregister definerenderingwindow defineresetset defineruby \ +definescale definescript definesection definesectionblock definesectionlevels \ +defineselector defineseparatorset defineshift definesidebar definesort \ +definesorting definespotcolor definestartstop definestyle definestyleinstance \ +definesubfield definesubformula definesymbol definesynonym definesynonyms \ +definesystemattribute definesystemconstant definesystemvariable definetabletemplate definetabulate \ +definetabulation definetext definetextbackground definetextflow definetextnote \ +definetokenlist definetooltip definetransparency definetwopasslist definetype \ +definetypeface definetypescriptprefix definetypescriptsynonym definetypesetting definetyping \ +defineunit defineuserdata defineuserdataalternative defineviewerlayer definevspace \ +definevspacing definevspacingamount definextable delimited delimitedtext \ +delta depthofstring depthonlybox depthspanningtext depthstrut \ +determineheadnumber determinelistcharacteristics determinenoflines determineregistercharacteristics devanagarinumerals \ +dfrac dhook diameter diamond diamondsuit \ +differentialD differentiald digamma digits dimensiontocount \ +directboxfromcache directcolor directcolored directconvertedcounter directcopyboxfromcache \ +directdummyparameter directgetboxllx directgetboxlly directhighlight directlocalframed \ +directluacode directselect directsetbar directsetup directsymbol \ +directvspacing dis disabledirectives disableexperiments disablemode \ +disableoutputstream disableparpositions disableregime disabletrackers displaymath \ +displaymathematics displaymessage distributedhsize div dividedsize \ +divideontimes divides doadaptleftskip doadaptrightskip doaddfeature \ +doassign doassignempty doboundtext docheckassignment docheckedpair \ +documentvariable dodoubleargument dodoubleargumentwithset dodoubleempty dodoubleemptywithset \ +dodoublegroupempty doeassign doexpandedrecurse dofastloopcs dogetattribute \ +dogetattributeid dogetcommacommandelement dogobbledoubleempty dogobblesingleempty doif \ +doifMPgraphicelse doifallcommon doifallcommonelse doifalldefinedelse doifallmodes \ +doifallmodeselse doifassignmentelse doifassignmentelsecs doifblackelse doifbothsides \ +doifbothsidesoverruled doifboxelse doifbufferelse doifcheckedpagestate doifcolor \ +doifcolorelse doifcommandhandler doifcommandhandlerelse doifcommon doifcommonelse \ +doifcontent doifconversiondefinedelse doifconversionnumberelse doifcounter doifcounterelse \ +doifcurrentfonthasfeatureelse doifdefined doifdefinedcounter doifdefinedcounterelse doifdefinedelse \ +doifdimensionelse doifdimenstringelse doifdocumentargument doifdocumentargumentelse doifdocumentfilename \ +doifdocumentfilenameelse doifdocumentvariable doifdocumentvariableelse doifdrawingblackelse doifelse \ +doifelseMPgraphic doifelseallcommon doifelsealldefined doifelseallmodes doifelseassignment \ +doifelseassignmentcs doifelseblack doifelsebox doifelseboxincache doifelsebuffer \ +doifelsecolor doifelsecommandhandler doifelsecommon doifelseconversiondefined doifelseconversionnumber \ +doifelsecounter doifelsecurrentfonthasfeature doifelsecurrentsortingused doifelsecurrentsynonymshown doifelsecurrentsynonymused \ +doifelsedefined doifelsedefinedcounter doifelsedimension doifelsedimenstring doifelsedocumentargument \ +doifelsedocumentfilename doifelsedocumentvariable doifelsedrawingblack doifelseempty doifelseemptyvalue \ +doifelseemptyvariable doifelseenv doifelsefastoptionalcheck doifelsefastoptionalcheckcs doifelsefieldbody \ +doifelsefieldcategory doifelsefigure doifelsefile doifelsefiledefined doifelsefileexists \ +doifelsefirstchar doifelseflagged doifelsefontchar doifelsefontfeature doifelsefontpresent \ +doifelsefontsynonym doifelseframed doifelsehasspace doifelsehelp doifelseincsname \ +doifelseinelement doifelseinputfile doifelseinsertion doifelseinset doifelseinstring \ +doifelseinsymbolset doifelseintoks doifelseintwopassdata doifelseitalic doifelselanguage \ +doifelselayerdata doifelselayoutdefined doifelselayoutsomeline doifelselayouttextline doifelseleapyear \ +doifelselist doifelselocation doifelselocfile doifelsemainfloatbody doifelsemarkedpage \ +doifelsemarking doifelsemeaning doifelsemessage doifelsemode doifelsenextbgroup \ +doifelsenextbgroupcs doifelsenextchar doifelsenextoptional doifelsenextoptionalcs doifelsenextparenthesis \ +doifelsenonzeropositive doifelsenoteonsamepage doifelsenothing doifelsenumber doifelseobjectfound \ +doifelseobjectreferencefound doifelseoddpage doifelseoddpagefloat doifelseoldercontext doifelseolderversion \ +doifelseorientation doifelseoverlapping doifelseoverlay doifelseparallel doifelseparentfile \ +doifelsepath doifelsepathexists doifelsepatterns doifelseposition doifelsepositionaction \ +doifelsepositiononpage doifelsepositionsonsamepage doifelsepositionsonthispage doifelsepositionsused doifelsereferencefound \ +doifelserightpage doifelserightpagefloat doifelserighttoleftinbox doifelsesamelinereference doifelsesamestring \ +doifelsesetups doifelsesomebackground doifelsesomespace doifelsesomething doifelsesometoks \ +doifelsestringinstring doifelsestructurelisthasnumber doifelsestructurelisthaspage doifelsesymboldefined doifelsesymbolset \ +doifelsetext doifelsetextflow doifelsetextflowcollector doifelsetopofpage doifelsetypingfile \ +doifelseundefined doifelseurldefined doifelsevalue doifelsevaluenothing doifelsevariable \ +doifempty doifemptyelse doifemptytoks doifemptyvalue doifemptyvalueelse \ +doifemptyvariable doifemptyvariableelse doifenv doifenvelse doiffastoptionalcheckcselse \ +doiffastoptionalcheckelse doiffieldbodyelse doiffieldcategoryelse doiffigureelse doiffile \ +doiffiledefinedelse doiffileelse doiffileexistselse doiffirstcharelse doifflaggedelse \ +doiffontcharelse doiffontfeatureelse doiffontpresentelse doiffontsynonymelse doifhasspaceelse \ +doifhelpelse doifincsnameelse doifinelementelse doifinputfileelse doifinsertionelse \ +doifinset doifinsetelse doifinstring doifinstringelse doifinsymbolset \ +doifinsymbolsetelse doifintokselse doifintwopassdataelse doifitalicelse doiflanguageelse \ +doiflayerdataelse doiflayoutdefinedelse doiflayoutsomelineelse doiflayouttextlineelse doifleapyearelse \ +doiflistelse doiflocationelse doiflocfileelse doifmainfloatbodyelse doifmarkingelse \ +doifmeaningelse doifmessageelse doifmode doifmodeelse doifnextbgroupcselse \ +doifnextbgroupelse doifnextcharelse doifnextoptionalcselse doifnextoptionalelse doifnextparenthesiselse \ +doifnonzeropositiveelse doifnot doifnotallcommon doifnotallmodes doifnotcommandhandler \ +doifnotcommon doifnotcounter doifnotdocumentargument doifnotdocumentfilename doifnotdocumentvariable \ +doifnotempty doifnotemptyvalue doifnotemptyvariable doifnotenv doifnoteonsamepageelse \ +doifnotescollected doifnotfile doifnotflagged doifnothing doifnothingelse \ +doifnotinset doifnotinsidesplitfloat doifnotinstring doifnotmode doifnotnumber \ +doifnotsamestring doifnotsetups doifnotvalue doifnotvariable doifnumber \ +doifnumberelse doifobjectfoundelse doifobjectreferencefoundelse doifoddpageelse doifoddpagefloatelse \ +doifoldercontextelse doifolderversionelse doifoverlappingelse doifoverlayelse doifparallelelse \ +doifparentfileelse doifpathelse doifpathexistselse doifpatternselse doifposition \ +doifpositionaction doifpositionactionelse doifpositionelse doifpositiononpageelse doifpositionsonsamepageelse \ +doifpositionsonthispageelse doifpositionsusedelse doifreferencefoundelse doifrightpageelse doifrightpagefloatelse \ +doifrighttoleftinboxelse doifsamelinereferenceelse doifsamestring doifsamestringelse doifsetups \ +doifsetupselse doifsomebackground doifsomebackgroundelse doifsomespaceelse doifsomething \ +doifsomethingelse doifsometoks doifsometokselse doifstringinstringelse doifstructurelisthasnumberelse \ +doifstructurelisthaspageelse doifsymboldefinedelse doifsymbolsetelse doiftext doiftextelse \ +doiftextflowcollectorelse doiftextflowelse doiftopofpageelse doiftypingfileelse doifundefined \ +doifundefinedcounter doifundefinedelse doifunknownfontfeature doifurldefinedelse doifvalue \ +doifvalueelse doifvaluenothing doifvaluenothingelse doifvaluesomething doifvariable \ +doifvariableelse doindentation dollar doloop doloopoverlist \ +donothing dontconvertfont dontleavehmode dontpermitspacesbetweengroups dopositionaction \ +doprocesslocalsetups doquadrupleargument doquadrupleempty doquadruplegroupempty doquintupleargument \ +doquintupleempty doquintuplegroupempty dorechecknextindentation dorecurse dorepeatwithcommand \ +doreplacefeature doresetandafffeature doresetattribute dorotatebox dosetattribute \ +dosetleftskipadaption dosetrightskipadaption dosetupcheckedinterlinespace doseventupleargument doseventupleempty \ +dosingleargument dosingleempty dosinglegroupempty dosixtupleargument dosixtupleempty \ +dostepwiserecurse dosubtractfeature dot doteq doteqdot \ +dotfskip dotlessI dotlessJ dotlessi dotlessj \ +dotlessjstroke dotminus dotoks dotplus dotripleargument \ +dotripleargumentwithset dotripleempty dotripleemptywithset dotriplegroupempty dots \ +dottedcircle dottedrightarrow doublebar doublebond doublebrace \ +doublebracket doublecap doublecup doubleparent doubleprime \ +doubleverticalbar dowith dowithnextbox dowithnextboxcontent dowithnextboxcontentcs \ +dowithnextboxcs dowithpargument dowithrange dowithwargument downarrow \ +downdasharrow downdownarrows downharpoonleft downharpoonright downuparrows \ +downwhitearrow downzigzagarrow dpofstring dstroke dtail \ +dummydigit dummyparameter dzcaronligature dzligature eTeX \ +eacute ebreve ecaron ecedilla ecircumflex \ +ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhook ecircumflextilde \ +edefconvertedargument ediaeresis edotaccent edotbelow edoublegrave \ +efcmaxheight efcmaxwidth efcminheight efcminwidth efcparameter \ +effect egrave ehook einvertedbreve elapsedseconds \ +elapsedtime eleftarrowfill eleftharpoondownfill eleftharpoonupfill eleftrightarrowfill \ +ell em emacron emdash emphasisboldface \ +emphasistypeface emptylines emptyset emquad emspace \ +enabledirectives enableexperiments enablemode enableoutputstream enableparpositions \ +enableregime enabletrackers endash endnote enquad \ +enskip enspace env environment envvar \ +eogonek eoverbarfill eoverbracefill eoverbracketfill eoverparentfill \ +epos epsilon eq eqcirc eqeq \ +eqeqeq eqgtr eqless eqsim eqslantgtr \ +eqslantless equaldigits equalscolon equiv erightarrowfill \ +erightharpoondownfill erightharpoonupfill eta eth ethiopic \ +etilde etwoheadrightarrowfill eunderbarfill eunderbracefill eunderbracketfill \ +eunderparentfill exclamdown executeifdefined exists exitloop \ +exitloopnow expandcheckedcsname expanded expandeddoif expandeddoifelse \ +expandeddoifnot expandfontsynonym expdoif expdoifcommonelse expdoifelse \ +expdoifelsecommon expdoifelseinset expdoifinsetelse expdoifnot exponentiale \ +externalfigure externalfigurecollectionmaxheight externalfigurecollectionmaxwidth externalfigurecollectionminheight externalfigurecollectionminwidth \ +externalfigurecollectionparameter fakebox fallingdotseq fastdecrement fastincrement \ +fastlocalframed fastloopfinal fastloopindex fastscale fastsetup \ +fastsetupwithargument fastsetupwithargumentswapped fastswitchtobodyfont fastsxsy feature \ +fence fenced fetchallmarkings fetchallmarks fetchmark \ +fetchmarking fetchonemark fetchonemarking fetchruntinecommand fetchtwomarkings \ +fetchtwomarks ffiligature ffligature fflligature fhook \ +field fieldbody fieldstack fifthoffivearguments fifthofsixarguments \ +figurefilename figurefilepath figurefiletype figurefullname figureheight \ +figurenaturalheight figurenaturalwidth figurespace figuresymbol figurewidth \ +filename filigature filledhboxb filledhboxc filledhboxg \ +filledhboxk filledhboxm filledhboxr filledhboxy filler \ +fillinline fillinrules fillintext fillupto filterfromnext \ +filterfromvalue filterpages filterreference findtwopassdata finishregisterentry \ +firstcharacter firstcounter firstcountervalue firstinlist firstoffivearguments \ +firstoffourarguments firstofoneargument firstofoneunexpanded firstofsixarguments firstofthreearguments \ +firstofthreeunexpanded firstoftwoarguments firstoftwounexpanded firstrealpage firstrealpagenumber \ +firstsubcountervalue firstsubpage firstsubpagenumber firstuserpage firstuserpagenumber \ +fitfield fitfieldframed fittopbaselinegrid fiveeighths fivesixths \ +fixedspace fixedspaces flag flat flligature \ +floatuserdataparameter flushbox flushboxregister flushcollector flushedrightlastline \ +flushlayer flushlocalfloats flushnextbox flushnotes flushoutputstream \ +flushshapebox flushtextflow flushtokens flushtoks fontalternative \ +fontbody fontchar fontcharbyindex fontclass fontclassname \ +fontface fontfeaturelist fontsize fontstyle footnote \ +footnotetext forall forcecharacterstripping forcelocalfloats forgeteverypar \ +forgetparameters forgetparskip forgetragged formula formulanumber \ +foundbox fourfifths fourperemspace fourthoffivearguments fourthoffourarguments \ +fourthofsixarguments frac framed frameddimension framedparameter \ +framedtext freezedimenmacro freezemeasure frenchspacing from \ +fromlinenote frown frozenhbox frule gacute \ +gamma gbreve gcaron gcircumflex gcommaaccent \ +gdefconvertedargument gdefconvertedcommand gdotaccent ge geq \ +geqq geqslant getMPdrawing getMPlayer getboxfromcache \ +getboxllx getboxlly getbuffer getbufferdata getcommacommandsize \ +getcommalistsize getdayoftheweek getdayspermonth getdefinedbuffer getdocumentargument \ +getdocumentargumentdefault getdocumentfilename getdummyparameters getemptyparameters geteparameters \ +getexpandedparameters getfiguredimensions getfirstcharacter getfirsttwopassdata getfromcommacommand \ +getfromcommalist getfromtwopassdata getglyphdirect getglyphstyled getgparameters \ +getinlineuserdata getlasttwopassdata getlocalfloat getlocalfloats getmarking \ +getmessage getnamedglyphdirect getnamedglyphstyled getnamedtwopassdatalist getnaturaldimensions \ +getnoflines getobject getobjectdimensions getpaletsize getparameters \ +getprivatechar getprivateslot getrandomcount getrandomdimen getrandomfloat \ +getrandomnumber getrandomseed getraweparameters getrawgparameters getrawnoflines \ +getrawparameters getrawxparameters getreference getreferenceentry getroundednoflines \ +gets getsubstring gettokenlist gettwopassdata gettwopassdatalist \ +getuserdata getuvalue getvalue getvariable getvariabledefault \ +getxparameters gg ggg gggtr gimel \ +globaldisablemode globalenablemode globalletempty globalpopbox globalpopmacro \ +globalpreventmode globalprocesscommalist globalpushbox globalpushmacro globalswapcounts \ +globalswapdimens globalswapmacros globalundefine glyphfontfile gnapprox \ +gneqq gnsim gobbledoubleempty gobbleeightarguments gobblefivearguments \ +gobblefiveoptionals gobblefourarguments gobblefouroptionals gobbleninearguments gobbleoneargument \ +gobbleoneoptional gobblesevenarguments gobblesingleempty gobblesixarguments gobblespacetokens \ +gobbletenarguments gobblethreearguments gobblethreeoptionals gobbletwoarguments gobbletwooptionals \ +gobbleuntil gobbleuntilrelax godown goto gotobox \ +gotopage grabbufferdata grabbufferdatadirect grabuntil grave \ +graycolor grayvalue greedysplitstring greekAlpha greekAlphadasia \ +greekAlphadasiaperispomeni greekAlphadasiatonos greekAlphadasiavaria greekAlphaiotasub greekAlphaiotasubdasia \ +greekAlphaiotasubdasiaperispomeni greekAlphaiotasubdasiatonos greekAlphaiotasubdasiavaria greekAlphaiotasubpsili greekAlphaiotasubpsiliperispomeni \ +greekAlphaiotasubpsilitonos greekAlphaiotasubpsilivaria greekAlphamacron greekAlphapsili greekAlphapsiliperispomeni \ +greekAlphapsilitonos greekAlphapsilivaria greekAlphatonos greekAlphavaria greekAlphavrachy \ +greekBeta greekChi greekCoronis greekDelta greekEpsilon \ +greekEpsilondasia greekEpsilondasiatonos greekEpsilondasiavaria greekEpsilonpsili greekEpsilonpsilitonos \ +greekEpsilonpsilivaria greekEpsilontonos greekEpsilonvaria greekEta greekEtadasia \ +greekEtadasiaperispomeni greekEtadasiatonos greekEtadasiavaria greekEtaiotasub greekEtaiotasubdasia \ +greekEtaiotasubdasiaperispomeni greekEtaiotasubdasiatonos greekEtaiotasubdasiavaria greekEtaiotasubpsili greekEtaiotasubpsiliperispomeni \ +greekEtaiotasubpsilitonos greekEtaiotasubpsilivaria greekEtapsili greekEtapsiliperispomeni greekEtapsilitonos \ +greekEtapsilivaria greekEtatonos greekEtavaria greekGamma greekIota \ +greekIotadasia greekIotadasiaperispomeni greekIotadasiatonos greekIotadasiavaria greekIotadialytika \ +greekIotamacron greekIotapsili greekIotapsiliperispomeni greekIotapsilitonos greekIotapsilivaria \ +greekIotatonos greekIotavaria greekIotavrachy greekKappa greekLambda \ +greekMu greekNu greekOmega greekOmegadasia greekOmegadasiaperispomeni \ +greekOmegadasiatonos greekOmegadasiavaria greekOmegaiotasub greekOmegaiotasubdasia greekOmegaiotasubdasiaperispomeni \ +greekOmegaiotasubdasiatonos greekOmegaiotasubdasiavaria greekOmegaiotasubpsili greekOmegaiotasubpsiliperispomeni greekOmegaiotasubpsilitonos \ +greekOmegaiotasubpsilivaria greekOmegapsili greekOmegapsiliperispomeni greekOmegapsilitonos greekOmegapsilivaria \ +greekOmegatonos greekOmegavaria greekOmicron greekOmicrondasia greekOmicrondasiatonos \ +greekOmicrondasiavaria greekOmicronpsili greekOmicronpsilitonos greekOmicronpsilivaria greekOmicrontonos \ +greekOmicronvaria greekPhi greekPi greekPsi greekRho \ +greekRhodasia greekSigma greekSigmalunate greekTau greekTheta \ +greekUpsilon greekUpsilondasia greekUpsilondasiaperispomeni greekUpsilondasiatonos greekUpsilondasiavaria \ +greekUpsilondialytika greekUpsilonmacron greekUpsilontonos greekUpsilonvaria greekUpsilonvrachy \ +greekXi greekZeta greekalpha greekalphadasia greekalphadasiaperispomeni \ +greekalphadasiatonos greekalphadasiavaria greekalphaiotasub greekalphaiotasubdasia greekalphaiotasubdasiaperispomeni \ +greekalphaiotasubdasiatonos greekalphaiotasubdasiavaria greekalphaiotasubperispomeni greekalphaiotasubpsili greekalphaiotasubpsiliperispomeni \ +greekalphaiotasubpsilitonos greekalphaiotasubpsilivaria greekalphaiotasubtonos greekalphaiotasubvaria greekalphamacron \ +greekalphaoxia greekalphaperispomeni greekalphapsili greekalphapsiliperispomeni greekalphapsilitonos \ +greekalphapsilivaria greekalphatonos greekalphavaria greekalphavrachy greekbeta \ +greekbetaalt greekchi greekdasia greekdasiaperispomeni greekdasiatonos \ +greekdasiavaria greekdelta greekdialytikaperispomeni greekdialytikatonos greekdialytikavaria \ +greekdigamma greekepsilon greekepsilonalt greekepsilondasia greekepsilondasiatonos \ +greekepsilondasiavaria greekepsilonoxia greekepsilonpsili greekepsilonpsilitonos greekepsilonpsilivaria \ +greekepsilontonos greekepsilonvaria greeketa greeketadasia greeketadasiaperispomeni \ +greeketadasiatonos greeketadasiavaria greeketaiotasub greeketaiotasubdasia greeketaiotasubdasiaperispomeni \ +greeketaiotasubdasiatonos greeketaiotasubdasiavaria greeketaiotasubperispomeni greeketaiotasubpsili greeketaiotasubpsiliperispomeni \ +greeketaiotasubpsilitonos greeketaiotasubpsilivaria greeketaiotasubtonos greeketaiotasubvaria greeketaoxia \ +greeketaperispomeni greeketapsili greeketapsiliperispomeni greeketapsilitonos greeketapsilivaria \ +greeketatonos greeketavaria greekfinalsigma greekgamma greekiota \ +greekiotadasia greekiotadasiaperispomeni greekiotadasiatonos greekiotadasiavaria greekiotadialytika \ +greekiotadialytikaperispomeni greekiotadialytikatonos greekiotadialytikavaria greekiotamacron greekiotaoxia \ +greekiotaperispomeni greekiotapsili greekiotapsiliperispomeni greekiotapsilitonos greekiotapsilivaria \ +greekiotatonos greekiotavaria greekiotavrachy greekkappa greekkoppa \ +greeklambda greekmu greeknu greeknumerals greeknumkoppa \ +greekomega greekomegadasia greekomegadasiaperispomeni greekomegadasiatonos greekomegadasiavaria \ +greekomegaiotasub greekomegaiotasubdasia greekomegaiotasubdasiaperispomeni greekomegaiotasubdasiatonos greekomegaiotasubdasiavaria \ +greekomegaiotasubperispomeni greekomegaiotasubpsili greekomegaiotasubpsiliperispomeni greekomegaiotasubpsilitonos greekomegaiotasubpsilivaria \ +greekomegaiotasubtonos greekomegaiotasubvaria greekomegaoxia greekomegaperispomeni greekomegapsili \ +greekomegapsiliperispomeni greekomegapsilitonos greekomegapsilivaria greekomegatonos greekomegavaria \ +greekomicron greekomicrondasia greekomicrondasiatonos greekomicrondasiavaria greekomicronoxia \ +greekomicronpsili greekomicronpsilitonos greekomicronpsilivaria greekomicrontonos greekomicronvaria \ +greekoxia greekperispomeni greekphi greekphialt greekpi \ +greekpialt greekprosgegrammeni greekpsi greekpsili greekpsiliperispomeni \ +greekpsilitonos greekpsilivaria greekrho greekrhoalt greekrhodasia \ +greekrhopsili greeksampi greeksigma greeksigmalunate greekstigma \ +greektau greektheta greekthetaalt greektonos greekupsilon \ +greekupsilondasia greekupsilondasiaperispomeni greekupsilondasiatonos greekupsilondasiavaria greekupsilondiaeresis \ +greekupsilondialytikaperispomeni greekupsilondialytikatonos greekupsilondialytikavaria greekupsilonmacron greekupsilonoxia \ +greekupsilonperispomeni greekupsilonpsili greekupsilonpsiliperispomeni greekupsilonpsilitonos greekupsilonpsilivaria \ +greekupsilontonos greekupsilonvaria greekupsilonvrachy greekvaria greekxi \ +greekzeta grid groupedcommand gsetboxllx gsetboxlly \ +gstroke gt gtrapprox gtrdot gtreqless \ +gtreqqless gtrless gtrsim guilsingleleft guilsingleright \ +gujaratinumerals gurmurkhinumerals hairline hairspace halflinestrut \ +halfstrut halfwaybox handletokens handwritten hangul \ +hanzi hash hat hbar hboxofvbox \ +hboxreference hcaron hcircumflex hdofstring headhbox \ +headlanguage headnumber headnumbercontent headnumberdistance headnumberwidth \ +headreferenceattributes headsetupspacing headtext headtextcontent headtextdistance \ +headtexts headtextwidth headvbox headwidth heartsuit \ +hebrewAlef hebrewAyin hebrewBet hebrewDalet hebrewGimel \ +hebrewHe hebrewHet hebrewKaf hebrewKaffinal hebrewLamed \ +hebrewMem hebrewMemfinal hebrewNun hebrewNunfinal hebrewPe \ +hebrewPefinal hebrewQof hebrewResh hebrewSamekh hebrewShin \ +hebrewTav hebrewTet hebrewTsadi hebrewTsadifinal hebrewVav \ +hebrewYod hebrewZayin heightanddepthofstring heightofstring heightspanningtext \ +helptext hglue hiddenbar hiddencitation hiddencite \ +hideblocks high highlight highordinalstr hilo \ +himilo hl hookleftarrow hookrightarrow horizontalgrowingbar \ +horizontalpositionbar hpackbox hpackedbox hphantom hpos \ +hsizefraction hslash hsmash hsmashbox hsmashed \ +hspace hstroke htdpofstring htofstring hyphen \ +hyphenatedcoloredword hyphenatedfile hyphenatedfilename hyphenatedhbox hyphenatedpar \ +hyphenatedurl hyphenatedword iacute ibox ibreve \ +icaron icircumflex ideographichalffillspace ideographicspace idiaeresis \ +idotaccent idotbelow idoublegrave ifassignment iff \ +ifinobject ifinoutputstream ifparameters iftrialtypesetting ignoreimplicitspaces \ +ignoretagsinexport ignorevalue igrave ihook iiiint \ +iiiintop iiint iiintop iint iintop \ +iinvertedbreve ijligature imacron imaginaryi imaginaryj \ +imath immediatesavetwopassdata impliedby implies imply \ +in includemenu includeversioninfo increment incrementcounter \ +incrementedcounter incrementpagenumber incrementsubpagenumber incrementvalue indentation \ +index infofont infofontbold inframed infty \ +infull inheritparameter inhibitblank ininner ininneredge \ +ininnermargin initializeboxstack inleft inleftedge inleftmargin \ +inline inlinebuffer inlinedbox inlinemath inlinemathematics \ +inlinemessage inlineordisplaymath inlineprettyprintbuffer inlinerange inmargin \ +inmframed innerflushshapebox inother inouter inouteredge \ +inoutermargin input inputfilebarename inputfilename inputfilerealsuffix \ +inputfilesuffix inputgivenfile inright inrightedge inrightmargin \ +insertpages installactionhandler installactivecharacter installanddefineactivecharacter installattributestack \ +installautocommandhandler installautosetuphandler installbasicautosetuphandler installbasicparameterhandler installbottomframerenderer \ +installcommandhandler installcorenamespace installdefinehandler installdefinitionset installdefinitionsetmember \ +installdirectcommandhandler installdirectparameterhandler installdirectparametersethandler installdirectsetuphandler installdirectstyleandcolorhandler \ +installframedautocommandhandler installframedcommandhandler installglobalmacrostack installlanguage installleftframerenderer \ +installmacrostack installnamespace installoutputroutine installpagearrangement installparameterhandler \ +installparameterhashhandler installparametersethandler installparentinjector installrightframerenderer installrootparameterhandler \ +installsetuphandler installsetuponlycommandhandler installshipoutmethod installsimplecommandhandler installsimpleframedcommandhandler \ +installstyleandcolorhandler installswitchcommandhandler installswitchsetuphandler installtexdirective installtextracker \ +installtopframerenderer installunitsseparator installunitsspace installversioninfo int \ +intclockwise integerrounding integers interactionbar interactionbuttons \ +interactionmenu intercal intertext intop invisibletimes \ +invokepagehandler iogonek iota italic italicbold \ +italiccorrection italicface item items itemtag \ +itilde jcaron jcircumflex jmath jobfilename \ +jobfilesuffix kap kappa kcaron kcommaaccent \ +keepblocks keeplinestogether keepunwantedspaces kerncharacters khook \ +kkra koreancirclenumerals koreannumerals koreannumeralsc koreannumeralsp \ +koreanparentnumerals lVert labellanguage labeltext labeltexts \ +lacute lambda lambdabar land langle \ +language languageCharacters languagecharacters languagecharwidth lastcounter \ +lastcountervalue lastdigit lastlinewidth lastnaturalboxdp lastnaturalboxht \ +lastnaturalboxwd lastpredefinedsymbol lastrealpage lastrealpagenumber lastsubcountervalue \ +lastsubpage lastsubpagenumber lasttwodigits lastuserpage lastuserpagenumber \ +lateluacode latin layeredtext layerheight layerwidth \ +lazysavetaggedtwopassdata lazysavetwopassdata lbar lbox lbrace \ +lbracket lcaron lceil lcommaaccent lcurl \ +ldotmiddle ldotp ldots le leadsto \ +left leftaligned leftarrow leftarrowtail leftarrowtriangle \ +leftbottombox leftbox leftdasharrow leftguillemot leftharpoondown \ +leftharpoonup lefthbox leftheadtext leftlabeltext leftleftarrows \ +leftline leftmathlabeltext leftorrighthbox leftorrightvbox leftorrightvtop \ +leftrightarrow leftrightarrows leftrightarrowtriangle leftrightharpoons leftrightsquigarrow \ +leftskipadaption leftsquigarrow leftsubguillemot leftthreetimes lefttopbox \ +lefttoright lefttorighthbox lefttorightvbox lefttorightvtop leftwavearrow \ +leftwhitearrow leq leqq leqslant lessapprox \ +lessdot lesseqgtr lesseqqgtr lessgtr lesssim \ +letbeundefined letcatcodecommand letcscsname letcsnamecs letcsnamecsname \ +letdummyparameter letempty letgvalue letgvalueempty letgvalurelax \ +letterampersand letterat letterbackslash letterbar letterbgroup \ +letterclosebrace lettercolon letterdollar letterdoublequote letteregroup \ +letterescape letterexclamationmark letterhash letterhat letterleftbrace \ +letterleftbracket letterleftparenthesis letterless lettermore letteropenbrace \ +letterpercent letterquestionmark letterrightbrace letterrightbracket letterrightparenthesis \ +lettersinglequote letterslash letterspacing lettertilde letterunderscore \ +letvalue letvalueempty letvaluerelax lfence lfloor \ +lgroup lhbox lhooknwarrow lhooksearrow limitatefirstline \ +limitatelines limitatetext line linebox linefeed \ +linenote linespanningtext linethickness linterval listcitation \ +listcite listlength listnamespaces ljligature ll \ +llangle llap llbracket llcorner lll \ +llless lmoustache lnapprox lneq lneqq \ +lnot lnsim loadanyfile loadanyfileonce loadbtxdefinitionfile \ +loadbtxreplacementfile loadcldfile loadcldfileonce loadfontgoodies loadluafile \ +loadluafileonce loadspellchecklist loadtexfile loadtexfileonce loadtypescriptfile \ +localframed localframedwithsettings localhsize localpopbox localpopmacro \ +localpushbox localpushmacro localundefine locatedfilepath locatefilepath \ +locfilename logo lohi lointerval lomihi \ +longleftarrow longleftrightarrow longmapsfrom longmapsto longrightarrow \ +longrightsquigarrow looparrowleft looparrowright lor low \ +lowerbox lowercased lowercasestring lowerleftdoubleninequote lowerleftsingleninequote \ +lowerrightdoubleninequote lowerrightsingleninequote lozenge lparent lrcorner \ +lrointerval lrtbbox lstroke lt ltimes \ +ltop ltrhbox ltrvbox ltrvtop luaTeX \ +luacode luaconditional luaenvironment luaexpanded luaexpr \ +luafunction luajitTeX luamajorversion luametaTeX luaminorversion \ +luaparameterset luasetup luaversion lvert m \ +mLeftarrow mLeftrightarrow mRightarrow mainlanguage makecharacteractive \ +makerawcommalist makestrutofbox maltese mapfontsize mapsdown \ +mapsfrom mapsto mapsup margindata margintext \ +markcontent markedpages marking markinjector markpage \ +markreferencepage mat math mathampersand mathbf \ mathbi mathblackboard mathbs mathdefault mathdollar \ mathdouble mathematics mathfraktur mathfunction mathhash \ mathhyphen mathit mathitalic mathlabellanguage mathlabeltext \ @@ -789,7 +790,8 @@ rbracket rcaron rceil rcommaaccent rdoublegrave \ readfile readfixfile readjobfile readlocfile readsetfile \ readsysfile readtexfile readxmlfile realSmallCapped realSmallcapped \ realpagenumber reals realsmallcapped recursedepth recurselevel \ -recursestring redoconvertfont ref reference referenceprefix \ +recursestring redoconvertfont ref reference referencecolumnnumber \ +referencepagedetail referencepagestate referenceprefix referencerealpage referencesymbol \ referring registerattachment registerctxluafile registered registerexternalfigure \ registerfontclass registerhyphenationexception registerhyphenationpattern registermenubuttons registersort \ registersynonym registerunit regular relatemarking relateparameterhandlers \ @@ -804,7 +806,7 @@ resetdigitsmanipulation resetdirection resetfeature resetflag resetfontcolorshem resetfontfallback resetfontsolution resethyphenationfeatures resetinjector resetinteractionmenu \ resetitaliccorrection resetlayer resetlocalfloats resetmarker resetmarking \ resetmode resetpagenumber resetparallel resetpath resetpenalties \ -resetperiodkerning resetprofile resetrecurselevel resetreference resetreplacement \ +resetperiodkerning resetprofile resetrecurselevel resetreference resetreplacements \ resetscript resetsetups resetshownsynonyms resetsubpagenumber resetsymbolset \ resetsystemmode resettimer resettokenlist resettrackers resettrialtypesetting \ resetusedsortings resetusedsynonyms resetuserpagenumber resetvalue resetvisualizers \ @@ -865,7 +867,7 @@ setnotetext setobject setoldstyle setpagereference setpagestate \ setpagestaterealpageno setpenalties setpercentdimen setperiodkerning setposition \ setpositionbox setpositiondata setpositiondataplus setpositiononly setpositionplus \ setpositionstrut setprofile setrandomseed setreference setreferencedobject \ -setregisterentry setreplacement setrigidcolumnbalance setrigidcolumnhsize setscript \ +setregisterentry setreplacements setrigidcolumnbalance setrigidcolumnhsize setscript \ setsecondpasscharacteralign setsectionblock setsimplecolumnshsize setsmallbodyfont setsmallcaps \ setstackbox setstructurepageregister setstrut setsuperiors setsystemmode \ settabular settaggedmetadata settestcrlf settextcontent settightobject \ @@ -875,100 +877,101 @@ setupMPinstance setupMPpage setupMPvariables setupTABLE setupTEXpage \ setupalign setupalternativestyles setuparranging setupattachment setupattachments \ setupbackend setupbackground setupbackgrounds setupbar setupbars \ setupblackrules setupblank setupbleeding setupblock setupbodyfont \ -setupbookmark setupbottom setupbottomtexts setupbtx setupbtxdataset \ -setupbtxlabeltext setupbtxlist setupbtxregister setupbtxrendering setupbuffer \ -setupbutton setupcapitals setupcaption setupcaptions setupcharacteralign \ -setupcharacterkerning setupcharacterspacing setupchemical setupchemicalframed setupclipping \ -setupcollector setupcolor setupcolors setupcolumns setupcolumnset \ -setupcolumnsetarea setupcolumnsetareatext setupcolumnsetlines setupcolumnsetspan setupcolumnsetstart \ -setupcombination setupcombinedlist setupcomment setupcontent setupcounter \ -setupdataset setupdelimitedtext setupdescription setupdirections setupdocument \ -setupeffect setupenumeration setupenumerations setupenv setupexport \ -setupexternalfigure setupexternalsoundtracks setupfacingfloat setupfield setupfieldbody \ -setupfieldcategory setupfieldcontentframed setupfieldlabelframed setupfields setupfieldtotalframed \ -setupfiller setupfillinlines setupfillinrules setupfirstline setupfittingpage \ -setupfloat setupfloatframed setupfloats setupfloatsplitting setupfontexpansion \ -setupfontprotrusion setupfonts setupfontsolution setupfooter setupfootertexts \ -setupfootnotes setupforms setupformula setupformulae setupformulaframed \ -setupframed setupframedcontent setupframedtable setupframedtablecolumn setupframedtablerow \ -setupframedtext setupframedtexts setupglobalreferenceprefix setuphead setupheadalternative \ -setupheader setupheadertexts setupheadnumber setupheads setupheadtext \ -setuphelp setuphigh setuphighlight setuphyphenation setuphyphenmark \ -setupindentedtext setupindenting setupindex setupinitial setupinsertion \ -setupinteraction setupinteractionbar setupinteractionmenu setupinteractionscreen setupinterlinespace \ -setupitaliccorrection setupitemgroup setupitemizations setupitemize setupitems \ -setuplabel setuplabeltext setuplanguage setuplayer setuplayeredtext \ -setuplayout setuplayouttext setuplegend setuplinefiller setuplinefillers \ -setuplinenote setuplinenumbering setuplines setuplinetable setuplinewidth \ -setuplist setuplistalternative setuplistextra setuplocalfloats setuplocalinterlinespace \ -setuplow setuplowhigh setuplowmidhigh setupmakeup setupmarginblock \ -setupmargindata setupmarginframed setupmarginrule setupmarginrules setupmarking \ -setupmathalignment setupmathcases setupmathematics setupmathfence setupmathfraction \ -setupmathfractions setupmathframed setupmathlabeltext setupmathmatrix setupmathornament \ -setupmathradical setupmathstackers setupmathstyle setupmixedcolumns setupmodule \ -setupnarrower setupnotation setupnotations setupnote setupnotes \ -setupoffset setupoffsetbox setupoperatortext setupoppositeplacing setupoutputroutine \ -setuppagechecker setuppagecolumns setuppagecomment setuppageinjection setuppageinjectionalternative \ -setuppagenumber setuppagenumbering setuppageshift setuppagestate setuppagetransitions \ -setuppairedbox setuppalet setuppaper setuppapersize setupparagraph \ -setupparagraphintro setupparagraphnumbering setupparagraphs setupparallel setupperiodkerning \ -setupperiods setupplacement setuppositionbar setuppositioning setupprefixtext \ -setupprocessor setupprofile setupprograms setupquotation setupquote \ -setuprealpagenumber setupreferenceformat setupreferenceprefix setupreferencestructureprefix setupreferencing \ -setupregister setupregisters setuprenderingwindow setuprotate setupruby \ -setups setupscale setupscript setupscripts setupsectionblock \ -setupselector setupshift setupsidebar setupsorting setupspacing \ -setupspellchecking setupstartstop setupstretched setupstruts setupstyle \ -setupsubformula setupsubformulas setupsubpagenumber setupsuffixtext setupsymbols \ -setupsymbolset setupsynctex setupsynonyms setuptables setuptabulate \ -setuptabulation setuptagging setuptaglabeltext setuptext setuptextbackground \ -setuptextflow setuptextnote setuptextrules setuptexttexts setupthinrules \ -setuptolerance setuptooltip setuptop setuptoptexts setuptype \ -setuptyping setupunit setupunittext setupurl setupuserdata \ -setupuserdataalternative setupuserpagenumber setupversion setupviewerlayer setupvspacing \ -setupwhitespace setupwithargument setupwithargumentswapped setupxml setupxtable \ -setuvalue setuxvalue setvalue setvariable setvariables \ -setvboxregister setvisualizerfont setvtopregister setwidthof setxmeasure \ -setxvalue setxvariable setxvariables seveneighths sfrac \ -shapedhbox sharp shiftbox shiftdown shiftup \ -showallmakeup showattributes showbodyfont showbodyfontenvironment showboxes \ -showbtxdatasetauthors showbtxdatasetcompleteness showbtxdatasetfields showbtxfields showbtxhashedauthors \ -showbtxtables showchardata showcharratio showcolor showcolorbar \ -showcolorcomponents showcolorgroup showcolorset showcolorstruts showcounter \ -showdirectives showdirsinmargin showedebuginfo showexperiments showfont \ -showfontdata showfontexpansion showfontitalics showfontkerns showfontparameters \ -showfontstrip showfontstyle showframe showglyphdata showglyphs \ -showgrid showgridsnapping showhelp showhyphenationtrace showhyphens \ -showinjector showjustification showkerning showlayout showlayoutcomponents \ -showligature showligatures showlogcategories showmakeup showmargins \ -showmessage showminimalbaseline shownextbox showotfcomposition showpalet \ -showparentchain showprint showsetups showsetupsdefinition showstruts \ -showsymbolset showtimer showtokens showtrackers showvalue \ -showvariable showwarning sigma signalrightpage sim \ -simeq simplealignedbox simplealignedboxplus simplealignedspreadbox simplegroupedcommand \ -simplereversealignedbox simplereversealignedboxplus singalcharacteralign singlebond singleverticalbar \ -sixperemspace sixthofsixarguments slanted slantedbold slantedface \ -slash slicepages slong slovenianNumerals sloveniannumerals \ -small smallbodyfont smallbold smallbolditalic smallboldslanted \ -smallcappedcharacters smallcappedromannumerals smallcaps smaller smallitalicbold \ -smallnormal smallskip smallslanted smallslantedbold smalltype \ -smash smashbox smashboxed smashedhbox smashedvbox \ -smile snaptogrid softhyphen solidus someheadnumber \ -somekindoftab someline somelocalfloat somenamedheadnumber someplace \ -somewhere space spaceddigits spaceddigitsmethod spaceddigitsseparator \ -spaceddigitssymbol spadesuit spanishNumerals spanishnumerals speech \ -sphericalangle splitatasterisk splitatcolon splitatcolons splitatcomma \ -splitatperiod splitdfrac splitfilename splitfloat splitfrac \ -splitoffbase splitofffull splitoffkind splitoffname splitoffpath \ -splitoffroot splitofftokens splitofftype splitstring spreadhbox \ -sqcap sqcup sqrt sqsubset sqsubseteq \ -sqsubsetneq sqsupset sqsupseteq sqsupsetneq square \ -squaredots ssharp stackrel stackscripts star \ -stareq startJScode startJSpreamble startLUA startMP \ -startMPclip startMPcode startMPdefinitions startMPdrawing startMPenvironment \ -startMPextensions startMPinclusions startMPinitializations startMPpage startMPpositiongraphic \ -startMPpositionmethod startMPrun startPARSEDXML startTABLE startTABLEbody \ -startTABLEfoot startTABLEhead startTABLEnext startTC startTD \ +setupbodyfontenvironment setupbookmark setupbottom setupbottomtexts setupbtx \ +setupbtxdataset setupbtxlabeltext setupbtxlist setupbtxregister setupbtxrendering \ +setupbuffer setupbutton setupcapitals setupcaption setupcaptions \ +setupcharacteralign setupcharacterkerning setupcharacterspacing setupchemical setupchemicalframed \ +setupclipping setupcollector setupcolor setupcolors setupcolumns \ +setupcolumnset setupcolumnsetarea setupcolumnsetareatext setupcolumnsetlines setupcolumnsetspan \ +setupcolumnsetstart setupcombination setupcombinedlist setupcomment setupcontent \ +setupcounter setupdataset setupdelimitedtext setupdescription setupdescriptions \ +setupdirections setupdocument setupeffect setupenumeration setupenumerations \ +setupenv setupexport setupexternalfigure setupexternalsoundtracks setupfacingfloat \ +setupfield setupfieldbody setupfieldcategory setupfieldcontentframed setupfieldlabelframed \ +setupfields setupfieldtotalframed setupfiller setupfillinlines setupfillinrules \ +setupfirstline setupfittingpage setupfloat setupfloatframed setupfloats \ +setupfloatsplitting setupfontexpansion setupfontprotrusion setupfonts setupfontsolution \ +setupfooter setupfootertexts setupfootnotes setupforms setupformula \ +setupformulae setupformulaframed setupframed setupframedcontent setupframedtable \ +setupframedtablecolumn setupframedtablerow setupframedtext setupframedtexts setupglobalreferenceprefix \ +setuphead setupheadalternative setupheader setupheadertexts setupheadnumber \ +setupheads setupheadtext setuphelp setuphigh setuphighlight \ +setuphyphenation setuphyphenmark setupindentedtext setupindenting setupindex \ +setupinitial setupinsertion setupinteraction setupinteractionbar setupinteractionmenu \ +setupinteractionscreen setupinterlinespace setupitaliccorrection setupitemgroup setupitemizations \ +setupitemize setupitems setuplabel setuplabeltext setuplanguage \ +setuplayer setuplayeredtext setuplayout setuplayouttext setuplegend \ +setuplinefiller setuplinefillers setuplinenote setuplinenumbering setuplines \ +setuplinetable setuplinewidth setuplist setuplistalternative setuplistextra \ +setuplocalfloats setuplocalinterlinespace setuplow setuplowhigh setuplowmidhigh \ +setupmakeup setupmarginblock setupmargindata setupmarginframed setupmarginrule \ +setupmarginrules setupmarking setupmathalignment setupmathcases setupmathematics \ +setupmathfence setupmathfraction setupmathfractions setupmathframed setupmathlabeltext \ +setupmathmatrix setupmathornament setupmathradical setupmathstackers setupmathstyle \ +setupmixedcolumns setupmodule setupnarrower setupnotation setupnotations \ +setupnote setupnotes setupoffset setupoffsetbox setupoperatortext \ +setupoppositeplacing setuporientation setupoutputroutine setuppagechecker setuppagecolumns \ +setuppagecomment setuppageinjection setuppageinjectionalternative setuppagenumber setuppagenumbering \ +setuppageshift setuppagestate setuppagetransitions setuppairedbox setuppalet \ +setuppaper setuppapersize setupparagraph setupparagraphintro setupparagraphnumbering \ +setupparagraphs setupparallel setupperiodkerning setupperiods setupplacement \ +setuppositionbar setuppositioning setupprefixtext setupprocessor setupprofile \ +setupprograms setupquotation setupquote setuprealpagenumber setupreferenceformat \ +setupreferenceprefix setupreferencestructureprefix setupreferencing setupregister setupregisters \ +setuprenderingwindow setuprotate setupruby setups setupscale \ +setupscript setupscripts setupsectionblock setupselector setupshift \ +setupsidebar setupsorting setupspacing setupspellchecking setupstartstop \ +setupstretched setupstrut setupstyle setupsubformula setupsubformulas \ +setupsubpagenumber setupsuffixtext setupsymbols setupsymbolset setupsynctex \ +setupsynonyms setupsystem setuptables setuptabulate setuptabulation \ +setuptagging setuptaglabeltext setuptext setuptextbackground setuptextflow \ +setuptextnote setuptextrules setuptexttexts setupthinrules setuptolerance \ +setuptooltip setuptop setuptoptexts setuptype setuptyping \ +setupunit setupunittext setupurl setupuserdata setupuserdataalternative \ +setupuserpagenumber setupversion setupviewerlayer setupvspacing setupwhitespace \ +setupwithargument setupwithargumentswapped setupxml setupxtable setuvalue \ +setuxvalue setvalue setvariable setvariables setvboxregister \ +setvisualizerfont setvtopregister setwidthof setxmeasure setxvalue \ +setxvariable setxvariables seveneighths sfrac shapedhbox \ +sharp shiftbox shiftdown shiftup showallmakeup \ +showattributes showbodyfont showbodyfontenvironment showboxes showbtxdatasetauthors \ +showbtxdatasetcompleteness showbtxdatasetfields showbtxfields showbtxhashedauthors showbtxtables \ +showchardata showcharratio showcolor showcolorbar showcolorcomponents \ +showcolorgroup showcolorset showcolorstruts showcounter showdirectives \ +showdirsinmargin showedebuginfo showexperiments showfont showfontdata \ +showfontexpansion showfontitalics showfontkerns showfontparameters showfontstrip \ +showfontstyle showframe showglyphdata showglyphs showgrid \ +showgridsnapping showhelp showhyphenationtrace showhyphens showinjector \ +showjustification showkerning showlayout showlayoutcomponents showligature \ +showligatures showlogcategories showmakeup showmargins showmessage \ +showminimalbaseline shownextbox showotfcomposition showpalet showparentchain \ +showprint showsetups showsetupsdefinition showstruts showsymbolset \ +showtimer showtokens showtrackers showvalue showvariable \ +showwarning sigma signalrightpage sim simeq \ +simplealignedbox simplealignedboxplus simplealignedspreadbox simplegroupedcommand simplereversealignedbox \ +simplereversealignedboxplus singalcharacteralign singlebond singleverticalbar sixperemspace \ +sixthofsixarguments slanted slantedbold slantedface slash \ +slicepages slong slovenianNumerals sloveniannumerals small \ +smallbodyfont smallbold smallbolditalic smallboldslanted smallcappedcharacters \ +smallcappedromannumerals smallcaps smaller smallitalicbold smallnormal \ +smallskip smallslanted smallslantedbold smalltype smash \ +smashbox smashboxed smashedhbox smashedvbox smile \ +snaptogrid softhyphen solidus someheadnumber somekindoftab \ +someline somelocalfloat somenamedheadnumber someplace somewhere \ +space spaceddigits spaceddigitsmethod spaceddigitsseparator spaceddigitssymbol \ +spadesuit spanishNumerals spanishnumerals speech sphericalangle \ +splitatasterisk splitatcolon splitatcolons splitatcomma splitatperiod \ +splitdfrac splitfilename splitfloat splitfrac splitoffbase \ +splitofffull splitoffkind splitoffname splitoffpath splitoffroot \ +splitofftokens splitofftype splitstring spreadhbox sqcap \ +sqcup sqrt sqsubset sqsubseteq sqsubsetneq \ +sqsupset sqsupseteq sqsupsetneq square squaredots \ +ssharp stackrel stackscripts star stareq \ +startJScode startJSpreamble startLUA startMP startMPclip \ +startMPcode startMPdefinitions startMPdrawing startMPenvironment startMPextensions \ +startMPinclusions startMPinitializations startMPpage startMPpositiongraphic startMPpositionmethod \ +startMPrun startPARSEDXML startTABLE startTABLEbody startTABLEfoot \ +startTABLEhead startTABLEnested startTABLEnext startTC startTD \ startTDs startTEX startTEXpage startTH startTN \ startTR startTRs startTX startTY startXML \ startalign startalignment startallmodes startappendices startarrangedpages \ @@ -1039,205 +1042,206 @@ stopJSpreamble stopLUA stopMP stopMPclip stopMPcode \ stopMPdefinitions stopMPdrawing stopMPenvironment stopMPextensions stopMPinclusions \ stopMPinitializations stopMPpage stopMPpositiongraphic stopMPpositionmethod stopMPrun \ stopPARSEDXML stopTABLE stopTABLEbody stopTABLEfoot stopTABLEhead \ -stopTABLEnext stopTC stopTD stopTDs stopTEX \ -stopTEXpage stopTH stopTN stopTR stopTRs \ -stopTX stopTY stopXML stopalign stopalignment \ -stopallmodes stopappendices stoparrangedpages stopaside stopattachment \ -stopbackground stopbackmatter stopbar stopbbordermatrix stopbitmapimage \ -stopblockquote stopbodymatter stopbordermatrix stopboxedcolumns stopbtxlabeltext \ -stopbtxrenderingdefinitions stopbuffer stopcases stopcatcodetable stopcenteraligned \ -stopchapter stopcharacteralign stopcheckedfences stopchemical stopchemicaltext \ -stopcollect stopcollecting stopcolor stopcolorintent stopcoloronly \ -stopcolorset stopcolumns stopcolumnset stopcolumnsetspan stopcombination \ -stopcomment stopcomponent stopcontextcode stopcontextdefinitioncode stopctxfunction \ -stopctxfunctiondefinition stopcurrentcolor stopcurrentlistentrywrapper stopdelimited stopdelimitedtext \ -stopdisplaymath stopdmath stopdocument stopeffect stopelement \ -stopembeddedxtable stopendnote stopendofline stopenvironment stopexceptions \ -stopexpanded stopexpandedcollect stopextendedcatcodetable stopexternalfigurecollection stopfacingfloat \ -stopfact stopfigure stopfiguretext stopfittingpage stopfixed \ -stopfloatcombination stopfont stopfontclass stopfontsolution stopfootnote \ -stopformula stopformulas stopframed stopframedcell stopframedcontent \ -stopframedrow stopframedtable stopframedtext stopfrontmatter stopgoto \ -stopgraphictext stopgridsnapping stophanging stophbox stophboxestohbox \ -stophboxregister stophead stopheadtext stophelptext stophiding \ -stophighlight stophyphenation stopimath stopindentation stopindentedtext \ -stopinteraction stopinteractionmenu stopinterface stopintermezzotext stopintertext \ -stopitem stopitemgroup stopitemgroupcolumns stopitemize stopknockout \ -stoplabeltext stoplanguage stoplayout stopleftaligned stoplegend \ -stopline stoplinealignment stoplinecorrection stoplinefiller stoplinenote \ -stoplinenumbering stoplines stoplinetable stoplinetablebody stoplinetablecell \ -stoplinetablehead stoplocalfootnotes stoplocalheadsetup stoplocallinecorrection stoplocalnotes \ -stoplocalsetups stoplua stopluacode stopluaparameterset stopluasetups \ -stopmakeup stopmarginblock stopmarginrule stopmarkedcontent stopmarkpages \ -stopmathalignment stopmathcases stopmathlabeltext stopmathmatrix stopmathmode \ -stopmathstyle stopmatrices stopmatrix stopmaxaligned stopmdformula \ -stopmidaligned stopmiddlealigned stopmiddlemakeup stopmixedcolumns stopmode \ -stopmodeset stopmodule stopmoduletestsection stopmpformula stopnamedsection \ -stopnamedsubformulas stopnarrow stopnarrower stopnegative stopnicelyfilledbox \ -stopnointerference stopnotallmodes stopnotext stopnotmode stopoperatortext \ -stopopposite stopoutputstream stopoverlay stopoverprint stoppacked \ -stoppagecolumns stoppagecomment stoppagefigure stoppagelayout stoppagemakeup \ -stoppar stopparagraph stopparagraphs stopparagraphscell stopparbuilder \ -stoppart stoppath stopplacechemical stopplacefigure stopplacefloat \ -stopplaceformula stopplacegraphic stopplaceintermezzo stopplacelegend stopplacepairedbox \ -stopplacetable stoppositioning stoppositionoverlay stoppositive stoppostponing \ -stoppostponingnotes stopprefixtext stopprocessassignmentcommand stopprocessassignmentlist stopprocesscommacommand \ -stopprocesscommalist stopproduct stopproject stopprotect stopprotectedcolors \ -stoppublication stoppunctuation stopquotation stopquote stoprandomized \ -stoprandomseed stoprawsetups stopreadingfile stopreferenceprefix stopregime \ -stopreusableMPgraphic stoprightaligned stopruby stopscript stopsdformula \ -stopsection stopsectionblock stopsectionblockenvironment stopsectionlevel stopsetups \ -stopshapebox stopshift stopsidebar stopsimplecolumns stopspecialitem \ -stopspeech stopspformula stopsplitformula stopsplittext stopspread \ -stopstandardmakeup stopstaticMPfigure stopstaticMPgraphic stopstrictinspectnextcharacter stopstrut \ -stopstyle stopsubformulas stopsubject stopsubjectlevel stopsubsection \ -stopsubsentence stopsubstack stopsubsubject stopsubsubsection stopsubsubsubject \ -stopsubsubsubsection stopsubsubsubsubject stopsubsubsubsubsection stopsubsubsubsubsubject stopsuffixtext \ -stopsymbolset stoptable stoptablehead stoptables stoptabletail \ -stoptabletext stoptabulate stoptabulatehead stoptabulatetail stoptagged \ -stoptaglabeltext stoptexcode stoptexdefinition stoptext stoptextbackground \ -stoptextbackgroundmanual stoptextcolor stoptextcolorintent stoptextflow stoptextmakeup \ -stoptextrule stoptitle stoptokenlist stoptokens stoptransparent \ -stoptypescript stoptypescriptcollection stoptyping stopuniqueMPgraphic stopuniqueMPpagegraphic \ -stopunittext stopunpacked stopusableMPgraphic stopuseMPgraphic stopusemathstyleparameter \ -stopuserdata stopusingbtxspecification stopvbox stopvboxregister stopvboxtohbox \ -stopvboxtohboxseparator stopviewerlayer stopvtop stopvtopregister stopxcell \ -stopxcellgroup stopxcolumn stopxgroup stopxmldisplayverbatim stopxmlinlineverbatim \ -stopxmlraw stopxmlsetups stopxrow stopxrowgroup stopxtable \ -stopxtablebody stopxtablefoot stopxtablehead stopxtablenext stretched \ -strictdoifelsenextoptional strictdoifnextoptionalelse stripcharacter strippedcsname stripspaces \ -structurelistuservariable structurenumber structuretitle structureuservariable structurevariable \ -strut strutdp strutgap strutht struthtdp \ -struttedbox strutwd style styleinstance subject \ -subpagenumber subsection subsentence subset subseteq \ -subseteqq subsetneq subsetneqq substituteincommalist subsubject \ -subsubsection subsubsubject subsubsubsection subsubsubsubject subsubsubsubsection \ -subsubsubsubsubject subtractfeature succ succapprox succcurlyeq \ -succeq succeqq succnapprox succneq succneqq \ -succnsim succsim suffixlanguage suffixtext sum \ -supset supseteq supseteqq supsetneq supsetneqq \ -surd surdradical swapcounts swapdimens swapface \ -swapmacros swaptypeface swarrow switchstyleonly switchtobodyfont \ -switchtocolor switchtointerlinespace symbol symbolreference synchronizeblank \ -synchronizeindenting synchronizemarking synchronizeoutputstreams synchronizestrut synchronizewhitespace \ -synctexblockfilename synctexresetfilename synctexsetfilename systemlog systemlogfirst \ -systemloglast systemsetups tLeftarrow tLeftrightarrow tRightarrow \ -tabulateautoline tabulateautorule tabulateline tabulaterule taggedctxcommand \ -taggedlabeltexts taglabellanguage taglabeltext tau tbinom \ -tbox tcaron tcedilla tcommaaccent tcurl \ -tequal test testandsplitstring testcolumn testfeature \ -testfeatureonce testpage testpageonly testpagesync testtokens \ -tex texdefinition texsetup textAngstrom textacute \ -textampersand textasciicircum textasciitilde textat textbackslash \ -textbar textbottomcomma textbottomdot textbraceleft textbraceright \ -textbreve textbrokenbar textbullet textcaron textcedilla \ -textcelsius textcent textcircledP textcircumflex textcitation \ -textcite textcomma textcontrolspace textcurrency textdag \ -textddag textdegree textdiaeresis textdiv textdollar \ -textdong textdotaccent textellipsis texteuro textflowcollector \ -textfraction textgrave texthash texthorizontalbar texthungarumlaut \ -texthyphen textkelvin textlognot textmacron textmath \ -textmho textminus textmu textmultiply textnumero \ -textogonek textohm textormathchar textormathchars textounce \ -textpercent textperiod textplus textpm textreference \ -textring textrule textslash textsterling texttilde \ -textunderscore textvisiblespace textyen thai thainumerals \ -thefirstcharacter thenormalizedbodyfontsize therefore theremainingcharacters theta \ -thickspace thinrule thinrules thinspace thirdoffivearguments \ -thirdoffourarguments thirdofsixarguments thirdofthreearguments thirdofthreeunexpanded thook \ -thookleftarrow thookrightarrow thorn threedigitrounding threeeighths \ -threefifths threeperemspace threequarter threesuperior tibetannumerals \ -tightlayer tilde times tinyfont title \ -tlap tleftarrow tleftharpoondown tleftharpoonup tleftrightarrow \ -tleftrightharpoons tmapsto to tochar tolinenote \ -tooltip top topbox topleftbox toplinebox \ -toprightbox topskippedbox tracecatcodetables tracedfontname traceoutputroutines \ -tracepositions trademark translate transparencycomponents transparent \ -trel triangle triangledown triangleleft triangleq \ -triangleright trightarrow trightharpoondown trightharpoonup trightleftharpoons \ -trightoverleftarrow triplebond tripleprime tripleverticalbar truefilename \ -truefontname tstroke ttraggedright ttriplerel ttwoheadleftarrow \ -ttwoheadrightarrow turnediota twodigitrounding twofifths twoheaddownarrow \ -twoheadleftarrow twoheadrightarrow twoheadrightarrowtail twoheaduparrow twosuperior \ -twothirds tx txx typ type \ -typebuffer typedefinedbuffer typeface typefile typeinlinebuffer \ -typescriptone typescriptprefix typescriptthree typescripttwo typesetbuffer \ -typesetfile uacute ubreve ucaron ucircumflex \ -uconvertnumber udiaeresis udiaeresisacute udiaeresiscaron udiaeresisgrave \ -udiaeresismacron udotbelow udots udoublegrave uedcatcodecommand \ -ugrave uhook uhorn uhornacute uhorndotbelow \ -uhorngrave uhornhook uhorntilde uhungarumlaut uinvertedbreve \ -ulcorner umacron undefinevalue undepthed underbar \ -underbars underbrace underbracket underdash underdashes \ -underdot underdots underleftarrow underparent underrandom \ -underrandoms underrightarrow underset understrike understrikes \ -undoassign unexpandeddocumentvariable unframed unhhbox unihex \ -uniqueMPgraphic uniqueMPpagegraphic unit unitlanguage unitshigh \ -unitslow unittext unknown unprotected unregisterhyphenationpattern \ -unspaceafter unspaceargument unspaced unspacestring unstackscripts \ -untexargument untexcommand uogonek upand uparrow \ -updasharrow updownarrow updownarrowbar updownarrows upharpoonleft \ -upharpoonright uplus uppercased uppercasestring upperleftdoubleninequote \ -upperleftdoublesixquote upperleftsingleninequote upperleftsinglesixquote upperrightdoubleninequote upperrightdoublesixquote \ -upperrightsingleninequote upperrightsinglesixquote upsilon upuparrows upwhitearrow \ -urcorner uring url useJSscripts useMPenvironmentbuffer \ -useMPgraphic useMPlibrary useMPrun useMPvariables useURL \ -usealignparameter useblankparameter useblocks usebodyfont usebodyfontparameter \ -usebtxdataset usebtxdefinitions usecitation usecolors usecomponent \ -usedirectory usedummycolorparameter usedummystyleandcolor usedummystyleparameter useenvironment \ -useexternaldocument useexternalfigure useexternalrendering useexternalsoundtrack usefigurebase \ -usefile usegridparameter useindentingparameter useindentnextparameter useinterlinespaceparameter \ -uselanguageparameter useluamodule usemathstyleparameter usemodule useproduct \ -useprofileparameter useproject usereferenceparameter userpagenumber usesetupsparameter \ -usestaticMPfigure usesubpath usesymbols usetexmodule usetypescript \ -usetypescriptfile useurl usezipfile utfchar utflower \ -utfupper utilde utilityregisterlength vDash varTheta \ -varepsilon varkappa varnothing varphi varpi \ -varrho varsigma vartheta vboxreference vdash \ -vdots vec vee veebar veeeq \ -verbatim verbatimstring verbosenumber version vert \ -verticalgrowingbar verticalpositionbar veryraggedcenter veryraggedleft veryraggedright \ -vglue viewerlayer vl vpackbox vpackedbox \ -vphantom vpos vsmash vsmashbox vsmashed \ -vspace vspacing wcircumflex wdofstring wedge \ -wedgeeq weekday whitearrowupfrombar widehat widetilde \ -widthofstring widthspanningtext withoutpt word wordright \ -words wordtonumber wp wr writebetweenlist \ -writedatatolist writestatus writetolist xLeftarrow xLeftrightarrow \ -xRightarrow xdefconvertedargument xequal xfrac xhookleftarrow \ -xhookrightarrow xi xleftarrow xleftharpoondown xleftharpoonup \ -xleftrightarrow xleftrightharpoons xmapsto xmladdindex xmlafterdocumentsetup \ -xmlaftersetup xmlall xmlappenddocumentsetup xmlappendsetup xmlapplyselectors \ -xmlatt xmlattdef xmlattribute xmlattributedef xmlbadinclusions \ -xmlbeforedocumentsetup xmlbeforesetup xmlchainatt xmlchainattdef xmlchecknamespace \ -xmlcommand xmlconcat xmlconcatrange xmlcontext xmlcount \ -xmldefaulttotext xmldirectives xmldirectivesafter xmldirectivesbefore xmldisplayverbatim \ -xmldoif xmldoifatt xmldoifelse xmldoifelseatt xmldoifelseempty \ -xmldoifelseselfempty xmldoifelsetext xmldoifelsevalue xmldoifnot xmldoifnotatt \ -xmldoifnotselfempty xmldoifnottext xmldoifselfempty xmldoiftext xmlelement \ -xmlfilter xmlfirst xmlflush xmlflushcontext xmlflushdocumentsetups \ -xmlflushlinewise xmlflushpure xmlflushspacewise xmlflushtext xmlinclude \ -xmlinclusion xmlinclusions xmlinfo xmlinjector xmlinlineprettyprint \ -xmlinlineprettyprinttext xmlinlineverbatim xmlinstalldirective xmllast xmllastatt \ -xmllastmatch xmllastpar xmlloadbuffer xmlloaddata xmlloaddirectives \ -xmlloadfile xmlloadonly xmlmain xmlmapvalue xmlname \ -xmlnamespace xmlnonspace xmlpar xmlparam xmlpath \ -xmlpos xmlposition xmlprependdocumentsetup xmlprependsetup xmlprettyprint \ -xmlprettyprinttext xmlprocessbuffer xmlprocessdata xmlprocessfile xmlpure \ -xmlraw xmlrefatt xmlregistereddocumentsetups xmlregisteredsetups xmlregisterns \ -xmlremapname xmlremapnamespace xmlremovedocumentsetup xmlremovesetup xmlresetdocumentsetups \ -xmlresetinjectors xmlresetsetups xmlsave xmlsetatt xmlsetattribute \ -xmlsetentity xmlsetfunction xmlsetinjectors xmlsetpar xmlsetparam \ -xmlsetsetup xmlsetup xmlshow xmlsnippet xmlstrip \ -xmlstripnolines xmlstripped xmlstrippednolines xmltag xmltexentity \ -xmltext xmltobuffer xmltobufferverbose xmltofile xmlvalue \ -xmlverbatim xrel xrightarrow xrightharpoondown xrightharpoonup \ -xrightleftharpoons xrightoverleftarrow xsplitstring xtriplerel xtwoheadleftarrow \ -xtwoheadrightarrow xxfrac xypos yacute ycircumflex \ -ydiaeresis ydotbelow yen ygrave yhook \ -ymacron ytilde zacute zcaron zdotaccent \ -zeronumberconversion zerowidthnobreakspace zerowidthspace zeta zhook \ -zstroke zwj zwnj +stopTABLEnested stopTABLEnext stopTC stopTD stopTDs \ +stopTEX stopTEXpage stopTH stopTN stopTR \ +stopTRs stopTX stopTY stopXML stopalign \ +stopalignment stopallmodes stopappendices stoparrangedpages stopaside \ +stopattachment stopbackground stopbackmatter stopbar stopbbordermatrix \ +stopbitmapimage stopblockquote stopbodymatter stopbordermatrix stopboxedcolumns \ +stopbtxlabeltext stopbtxrenderingdefinitions stopbuffer stopcases stopcatcodetable \ +stopcenteraligned stopchapter stopcharacteralign stopcheckedfences stopchemical \ +stopchemicaltext stopcollect stopcollecting stopcolor stopcolorintent \ +stopcoloronly stopcolorset stopcolumns stopcolumnset stopcolumnsetspan \ +stopcombination stopcomment stopcomponent stopcontextcode stopcontextdefinitioncode \ +stopctxfunction stopctxfunctiondefinition stopcurrentcolor stopcurrentlistentrywrapper stopdelimited \ +stopdelimitedtext stopdisplaymath stopdmath stopdocument stopeffect \ +stopelement stopembeddedxtable stopendnote stopendofline stopenvironment \ +stopexceptions stopexpanded stopexpandedcollect stopextendedcatcodetable stopexternalfigurecollection \ +stopfacingfloat stopfact stopfigure stopfiguretext stopfittingpage \ +stopfixed stopfloatcombination stopfont stopfontclass stopfontsolution \ +stopfootnote stopformula stopformulas stopframed stopframedcell \ +stopframedcontent stopframedrow stopframedtable stopframedtext stopfrontmatter \ +stopgoto stopgraphictext stopgridsnapping stophanging stophbox \ +stophboxestohbox stophboxregister stophead stopheadtext stophelptext \ +stophiding stophighlight stophyphenation stopimath stopindentation \ +stopindentedtext stopinteraction stopinteractionmenu stopinterface stopintermezzotext \ +stopintertext stopitem stopitemgroup stopitemgroupcolumns stopitemize \ +stopknockout stoplabeltext stoplanguage stoplayout stopleftaligned \ +stoplegend stopline stoplinealignment stoplinecorrection stoplinefiller \ +stoplinenote stoplinenumbering stoplines stoplinetable stoplinetablebody \ +stoplinetablecell stoplinetablehead stoplocalfootnotes stoplocalheadsetup stoplocallinecorrection \ +stoplocalnotes stoplocalsetups stoplua stopluacode stopluaparameterset \ +stopluasetups stopmakeup stopmarginblock stopmarginrule stopmarkedcontent \ +stopmarkpages stopmathalignment stopmathcases stopmathlabeltext stopmathmatrix \ +stopmathmode stopmathstyle stopmatrices stopmatrix stopmaxaligned \ +stopmdformula stopmidaligned stopmiddlealigned stopmiddlemakeup stopmixedcolumns \ +stopmode stopmodeset stopmodule stopmoduletestsection stopmpformula \ +stopnamedsection stopnamedsubformulas stopnarrow stopnarrower stopnegative \ +stopnicelyfilledbox stopnointerference stopnotallmodes stopnotext stopnotmode \ +stopoperatortext stopopposite stopoutputstream stopoverlay stopoverprint \ +stoppacked stoppagecolumns stoppagecomment stoppagefigure stoppagelayout \ +stoppagemakeup stoppar stopparagraph stopparagraphs stopparagraphscell \ +stopparbuilder stoppart stoppath stopplacechemical stopplacefigure \ +stopplacefloat stopplaceformula stopplacegraphic stopplaceintermezzo stopplacelegend \ +stopplacepairedbox stopplacetable stoppositioning stoppositionoverlay stoppositive \ +stoppostponing stoppostponingnotes stopprefixtext stopprocessassignmentcommand stopprocessassignmentlist \ +stopprocesscommacommand stopprocesscommalist stopproduct stopproject stopprotect \ +stopprotectedcolors stoppublication stoppunctuation stopquotation stopquote \ +stoprandomized stoprandomseed stoprawsetups stopreadingfile stopreferenceprefix \ +stopregime stopreusableMPgraphic stoprightaligned stopruby stopscript \ +stopsdformula stopsection stopsectionblock stopsectionblockenvironment stopsectionlevel \ +stopsetups stopshapebox stopshift stopsidebar stopsimplecolumns \ +stopspecialitem stopspeech stopspformula stopsplitformula stopsplittext \ +stopspread stopstandardmakeup stopstaticMPfigure stopstaticMPgraphic stopstrictinspectnextcharacter \ +stopstrut stopstyle stopsubformulas stopsubject stopsubjectlevel \ +stopsubsection stopsubsentence stopsubstack stopsubsubject stopsubsubsection \ +stopsubsubsubject stopsubsubsubsection stopsubsubsubsubject stopsubsubsubsubsection stopsubsubsubsubsubject \ +stopsuffixtext stopsymbolset stoptable stoptablehead stoptables \ +stoptabletail stoptabletext stoptabulate stoptabulatehead stoptabulatetail \ +stoptagged stoptaglabeltext stoptexcode stoptexdefinition stoptext \ +stoptextbackground stoptextbackgroundmanual stoptextcolor stoptextcolorintent stoptextflow \ +stoptextmakeup stoptextrule stoptitle stoptokenlist stoptokens \ +stoptransparent stoptypescript stoptypescriptcollection stoptyping stopuniqueMPgraphic \ +stopuniqueMPpagegraphic stopunittext stopunpacked stopusableMPgraphic stopuseMPgraphic \ +stopusemathstyleparameter stopuserdata stopusingbtxspecification stopvbox stopvboxregister \ +stopvboxtohbox stopvboxtohboxseparator stopviewerlayer stopvtop stopvtopregister \ +stopxcell stopxcellgroup stopxcolumn stopxgroup stopxmldisplayverbatim \ +stopxmlinlineverbatim stopxmlraw stopxmlsetups stopxrow stopxrowgroup \ +stopxtable stopxtablebody stopxtablefoot stopxtablehead stopxtablenext \ +stretched strictdoifelsenextoptional strictdoifnextoptionalelse stripcharacter strippedcsname \ +stripspaces structurelistuservariable structurenumber structuretitle structureuservariable \ +structurevariable strut strutdp strutgap strutht \ +struthtdp struttedbox strutwd style styleinstance \ +subject subpagenumber subsection subsentence subset \ +subseteq subseteqq subsetneq subsetneqq substituteincommalist \ +subsubject subsubsection subsubsubject subsubsubsection subsubsubsubject \ +subsubsubsubsection subsubsubsubsubject subtractfeature succ succapprox \ +succcurlyeq succeq succeqq succnapprox succneq \ +succneqq succnsim succsim suffixlanguage suffixtext \ +sum supset supseteq supseteqq supsetneq \ +supsetneqq surd surdradical swapcounts swapdimens \ +swapface swapmacros swaptypeface swarrow switchstyleonly \ +switchtobodyfont switchtocolor switchtointerlinespace symbol symbolreference \ +synchronizeblank synchronizeindenting synchronizemarking synchronizeoutputstreams synchronizestrut \ +synchronizewhitespace synctexblockfilename synctexresetfilename synctexsetfilename systemlog \ +systemlogfirst systemloglast systemsetups tLeftarrow tLeftrightarrow \ +tRightarrow tabulateautoline tabulateautorule tabulateline tabulaterule \ +taggedctxcommand taggedlabeltexts taglabellanguage taglabeltext tau \ +tbinom tbox tcaron tcedilla tcommaaccent \ +tcurl tequal test testandsplitstring testcolumn \ +testfeature testfeatureonce testpage testpageonly testpagesync \ +testtokens tex texdefinition texsetup textAngstrom \ +textacute textampersand textasciicircum textasciitilde textat \ +textbackslash textbar textbottomcomma textbottomdot textbraceleft \ +textbraceright textbreve textbrokenbar textbullet textcaron \ +textcedilla textcelsius textcent textcircledP textcircumflex \ +textcitation textcite textcomma textcontrolspace textcurrency \ +textdag textddag textdegree textdiaeresis textdiv \ +textdollar textdong textdotaccent textellipsis texteuro \ +textflowcollector textfraction textgrave texthash texthorizontalbar \ +texthungarumlaut texthyphen textkelvin textlognot textmacron \ +textmath textmho textminus textmu textmultiply \ +textnumero textogonek textohm textormathchar textormathchars \ +textounce textpercent textperiod textplus textpm \ +textreference textring textrule textslash textsterling \ +texttilde textunderscore textvisiblespace textyen thai \ +thainumerals thefirstcharacter thenormalizedbodyfontsize theorientation therefore \ +theremainingcharacters theta thickspace thinrule thinrules \ +thinspace thirdoffivearguments thirdoffourarguments thirdofsixarguments thirdofthreearguments \ +thirdofthreeunexpanded thook thookleftarrow thookrightarrow thorn \ +threedigitrounding threeeighths threefifths threeperemspace threequarter \ +threesuperior tibetannumerals tightlayer tilde times \ +tinyfont title tlap tleftarrow tleftharpoondown \ +tleftharpoonup tleftrightarrow tleftrightharpoons tmapsto to \ +tochar tolinenote tooltip top topbox \ +topleftbox toplinebox toprightbox topskippedbox tracecatcodetables \ +tracedfontname tracedpagestate traceoutputroutines tracepositions trademark \ +translate transparencycomponents transparent trel triangle \ +triangledown triangleleft triangleq triangleright trightarrow \ +trightharpoondown trightharpoonup trightleftharpoons trightoverleftarrow triplebond \ +tripleprime tripleverticalbar truefilename truefontname tstroke \ +ttraggedright ttriplerel ttwoheadleftarrow ttwoheadrightarrow turnediota \ +twodigitrounding twofifths twoheaddownarrow twoheadleftarrow twoheadrightarrow \ +twoheadrightarrowtail twoheaduparrow twosuperior twothirds tx \ +txx typ type typebuffer typedefinedbuffer \ +typeface typefile typeinlinebuffer typescriptone typescriptprefix \ +typescriptthree typescripttwo typesetbuffer typesetbufferonly typesetfile \ +uacute ubreve ucaron ucircumflex uconvertnumber \ +udiaeresis udiaeresisacute udiaeresiscaron udiaeresisgrave udiaeresismacron \ +udotbelow udots udoublegrave uedcatcodecommand ugrave \ +uhook uhorn uhornacute uhorndotbelow uhorngrave \ +uhornhook uhorntilde uhungarumlaut uinvertedbreve ulcorner \ +umacron undefinevalue undepthed underbar underbars \ +underbrace underbracket underdash underdashes underdot \ +underdots underleftarrow underparent underrandom underrandoms \ +underrightarrow underset understrike understrikes undoassign \ +unexpandeddocumentvariable unframed unhhbox unihex uniqueMPgraphic \ +uniqueMPpagegraphic unit unitlanguage unitshigh unitslow \ +unittext unknown unprotected unregisterhyphenationpattern unspaceafter \ +unspaceargument unspaced unspacestring unstackscripts untexargument \ +untexcommand uogonek upand uparrow updasharrow \ +updownarrow updownarrowbar updownarrows upharpoonleft upharpoonright \ +uplus uppercased uppercasestring upperleftdoubleninequote upperleftdoublesixquote \ +upperleftsingleninequote upperleftsinglesixquote upperrightdoubleninequote upperrightdoublesixquote upperrightsingleninequote \ +upperrightsinglesixquote upsilon upuparrows upwhitearrow urcorner \ +uring url useJSscripts useMPenvironmentbuffer useMPgraphic \ +useMPlibrary useMPrun useMPvariables useURL usealignparameter \ +useblankparameter useblocks usebodyfont usebodyfontparameter usebtxdataset \ +usebtxdefinitions usecitation usecolors usecomponent usedirectory \ +usedummycolorparameter usedummystyleandcolor usedummystyleparameter useenvironment useexternaldocument \ +useexternalfigure useexternalrendering useexternalsoundtrack usefigurebase usefile \ +usegridparameter useindentingparameter useindentnextparameter useinterlinespaceparameter uselanguageparameter \ +useluamodule usemathstyleparameter usemodule useproduct useprofileparameter \ +useproject usereferenceparameter userpagenumber usesetupsparameter usestaticMPfigure \ +usesubpath usesymbols usetexmodule usetypescript usetypescriptfile \ +useurl usezipfile utfchar utflower utfupper \ +utilde utilityregisterlength vDash varTheta varepsilon \ +varkappa varnothing varphi varpi varrho \ +varsigma vartheta vboxreference vdash vdots \ +vec vee veebar veeeq verbatim \ +verbatimstring verbosenumber version vert verticalgrowingbar \ +verticalpositionbar veryraggedcenter veryraggedleft veryraggedright vglue \ +viewerlayer vl vpackbox vpackedbox vphantom \ +vpos vsmash vsmashbox vsmashed vspace \ +vspacing wcircumflex wdofstring wedge wedgeeq \ +weekday whitearrowupfrombar widehat widetilde widthofstring \ +widthspanningtext withoutpt word wordright words \ +wordtonumber wp wr writebetweenlist writedatatolist \ +writestatus writetolist xLeftarrow xLeftrightarrow xRightarrow \ +xdefconvertedargument xequal xfrac xhookleftarrow xhookrightarrow \ +xi xleftarrow xleftharpoondown xleftharpoonup xleftrightarrow \ +xleftrightharpoons xmapsto xmladdindex xmlafterdocumentsetup xmlaftersetup \ +xmlall xmlappenddocumentsetup xmlappendsetup xmlapplyselectors xmlatt \ +xmlattdef xmlattribute xmlattributedef xmlbadinclusions xmlbeforedocumentsetup \ +xmlbeforesetup xmlchainatt xmlchainattdef xmlchecknamespace xmlcommand \ +xmlconcat xmlconcatrange xmlcontext xmlcount xmldefaulttotext \ +xmldirectives xmldirectivesafter xmldirectivesbefore xmldisplayverbatim xmldoif \ +xmldoifatt xmldoifelse xmldoifelseatt xmldoifelseempty xmldoifelseselfempty \ +xmldoifelsetext xmldoifelsevalue xmldoifnot xmldoifnotatt xmldoifnotselfempty \ +xmldoifnottext xmldoifselfempty xmldoiftext xmlelement xmlfilter \ +xmlfirst xmlflush xmlflushcontext xmlflushdocumentsetups xmlflushlinewise \ +xmlflushpure xmlflushspacewise xmlflushtext xmlinclude xmlinclusion \ +xmlinclusions xmlinfo xmlinjector xmlinlineprettyprint xmlinlineprettyprinttext \ +xmlinlineverbatim xmlinstalldirective xmllast xmllastatt xmllastmatch \ +xmllastpar xmlloadbuffer xmlloaddata xmlloaddirectives xmlloadfile \ +xmlloadonly xmlmain xmlmapvalue xmlname xmlnamespace \ +xmlnonspace xmlpar xmlparam xmlpath xmlpos \ +xmlposition xmlprependdocumentsetup xmlprependsetup xmlprettyprint xmlprettyprinttext \ +xmlprocessbuffer xmlprocessdata xmlprocessfile xmlpure xmlraw \ +xmlrefatt xmlregistereddocumentsetups xmlregisteredsetups xmlregisterns xmlremapname \ +xmlremapnamespace xmlremovedocumentsetup xmlremovesetup xmlresetdocumentsetups xmlresetinjectors \ +xmlresetsetups xmlsave xmlsetatt xmlsetattribute xmlsetentity \ +xmlsetfunction xmlsetinjectors xmlsetpar xmlsetparam xmlsetsetup \ +xmlsetup xmlshow xmlsnippet xmlstrip xmlstripnolines \ +xmlstripped xmlstrippednolines xmltag xmltexentity xmltext \ +xmltobuffer xmltobufferverbose xmltofile xmlvalue xmlverbatim \ +xrel xrightarrow xrightharpoondown xrightharpoonup xrightleftharpoons \ +xrightoverleftarrow xsplitstring xtriplerel xtwoheadleftarrow xtwoheadrightarrow \ +xxfrac xypos yacute ycircumflex ydiaeresis \ +ydotbelow yen ygrave yhook ymacron \ +ytilde zacute zcaron zdotaccent zeronumberconversion \ +zerowidthnobreakspace zerowidthspace zeta zhook zstroke \ +zwj zwnj keywordclass.context.cs=\ Cisla Kap MESIC Rimskecislice \ @@ -1268,49 +1272,49 @@ nastavkapitalky nastavkombinovanyseznam nastavkomentar nastavkomentarstrany nast nastavmeziradkovoumezeru nastavnadpis nastavnadpisy nastavodkazovani nastavodsazovani \ nastavodstavce nastavopis nastavoramovanetexty nastavoramovani nastavorez \ nastavotoceni nastavpaletu nastavplvouciobjekt nastavplvouciobjekty nastavpodcislostrany \ -nastavpole nastavpolozky nastavpopisek nastavpopisky nastavpozadi \ -nastavpoznamkypodcarou nastavprechodstrany nastavpreskok nastavprogramy nastavradkovani \ -nastavradky nastavrejstrik nastavrovnice nastavsadusymbolu nastavseznam \ -nastavsirkucary nastavsloupce nastavspodek nastavsynonyma nastavtabelaci \ -nastavtabulky nastavtenkelinky nastavtext nastavtextovelinky nastavtexttexty \ -nastavtextyupati nastavtextyzahlavi nastavtoleranci nastavtrideni nastavtype \ -nastavumisteniprotejsku nastavumistovani nastavupati nastavupravu nastavurl \ -nastavusporadani nastavvelikostpapiru nastavvsechnapole nastavvycty nastavvyplnovelinky \ -nastavvyplnoveradky nastavvzhled nastavzahlavi nastavzakladnifont nastavzarovnani \ -nastavznaceni nastavzuzeni nastrane nejakyradek nekde \ -neznamo nivy nizky nokap obrazovka \ -odkaz odkaznastranu odkaznatext odkazujici opis \ -opissoubor oramovani oref orez otocit \ -oznaceni pis plnezneni pole polozka \ -polozky porovnejpaletu porovnejskupinubarev pozadi pozice \ -poznamka pref prelozit prepninazakladnifont preskoc \ -prizpusobivepole prizpusobvzhled produkt projekt prostredi \ -resetznaceni rimskecislice rozdelplvouciobjekt roztazene schovejbloky \ -sedabarva sloupec slovovpravo stanovcharakteristickuseznamu stanovcislonadpisu \ -startbarva startinteraktivnimenu startjazyk startjdina startkomponenta \ -startmarginalnilinka startnadpis startoramovani startpolozka startpozadi \ -startprodukt startprojekt startprostredi startpublikace startradek \ -starttextovalinka startumistirovnici startzarovnanonastred startzarovnanovlevo startzarovnanovpravo \ -startzhustene stopbarva stopinteraktivnimenu stopjazyk stopjdina \ -stopkomponenta stopmarginalnilinka stopnadpis stoporamovani stoppolozka \ -stoppozadi stopprodukt stopprojekt stopprostredi stoppublikace \ -stopradek stoptextovalinka stopumistirovnici stopzarovnanonastred stopzarovnanovlevo \ -stopzarovnanovpravo stopzhustene strana tecky tenkalinka \ -tenkelinky textovalinka tlacitko tlacitkomenu tloustkacary \ -tref tvrdamezera tvrdemezery ukazbarvu ukazmrizku \ -ukaznastaveni ukazpaletu ukazpodpery ukazpostredizakladnihofontu ukazramecek \ -ukazsadusymbolu ukazskupinubarev ukazupravu ukazvytisk ukazvzhled \ -ukazzakladnifont umistikombinovanyseznam umistilokalnipoznamkypodcarou umistinadsebe umistinamrizku \ -umistipodrovnici umistipoznamkypodcarou umistirejstrik umistirovnici umistiseznam \ -umistivedlesebe umistizalozky urcicharakteristikurejstriku uzijJSscripts uzijURL \ -uzijadresar uzijbloky uzijexternidokument uzijexterniobraz uzijexternizvuk \ -uzijmodul uzijsymbol uzijurl verze vlasovalinka \ -vradku vsedniden vyberbloky vyplnenytext vyplnovelinky \ -vyplnovyradek vysoky zachovejbloky zadnamezera zadnehorniadolniradky \ -zadnezahlaviaupati zalozka zapisdoseznamu zapismeziseznam zaramovani \ -zarovnanonastred zarovnanovlevo zarovnanovpravo zasobnikpoli ziskejbuffer \ -ziskejznaceni znaceni znak znaky zpracujbloky \ -zrcadlit zref +nastavpole nastavpolozky nastavpopisek nastavpopisky nastavpopisy \ +nastavpozadi nastavpoznamkypodcarou nastavprechodstrany nastavpreskok nastavprogramy \ +nastavprostredizakladnihofontu nastavradkovani nastavradky nastavrejstrik nastavrovnice \ +nastavsadusymbolu nastavseznam nastavsirkucary nastavsloupce nastavspodek \ +nastavsynonyma nastavsystem nastavtabelaci nastavtabulky nastavtenkelinky \ +nastavtext nastavtextovelinky nastavtexttexty nastavtextyupati nastavtextyzahlavi \ +nastavtoleranci nastavtrideni nastavtype nastavumisteniprotejsku nastavumistovani \ +nastavupati nastavupravu nastavurl nastavusporadani nastavvelikostpapiru \ +nastavvsechnapole nastavvycty nastavvyplnovelinky nastavvyplnoveradky nastavvzhled \ +nastavzahlavi nastavzakladnifont nastavzarovnani nastavznaceni nastavzuzeni \ +nastrane nejakyradek nekde neznamo nivy \ +nizky nokap obrazovka odkaz odkaznastranu \ +odkaznatext odkazujici opis opissoubor oramovani \ +oref orez otocit oznaceni pis \ +plnezneni pole polozka polozky porovnejpaletu \ +porovnejskupinubarev pozadi pozice poznamka pref \ +prelozit prepninazakladnifont preskoc prizpusobivepole prizpusobvzhled \ +produkt projekt prostredi resetznaceni rimskecislice \ +rozdelplvouciobjekt roztazene schovejbloky sedabarva sloupec \ +slovovpravo stanovcharakteristickuseznamu stanovcislonadpisu startbarva startinteraktivnimenu \ +startjazyk startjdina startkomponenta startmarginalnilinka startnadpis \ +startoramovani startpolozka startpozadi startprodukt startprojekt \ +startprostredi startpublikace startradek starttextovalinka startumistirovnici \ +startzarovnanonastred startzarovnanovlevo startzarovnanovpravo startzhustene stopbarva \ +stopinteraktivnimenu stopjazyk stopjdina stopkomponenta stopmarginalnilinka \ +stopnadpis stoporamovani stoppolozka stoppozadi stopprodukt \ +stopprojekt stopprostredi stoppublikace stopradek stoptextovalinka \ +stopumistirovnici stopzarovnanonastred stopzarovnanovlevo stopzarovnanovpravo stopzhustene \ +strana tecky tenkalinka tenkelinky textovalinka \ +tlacitko tlacitkomenu tloustkacary tref tvrdamezera \ +tvrdemezery ukazbarvu ukazmrizku ukaznastaveni ukazpaletu \ +ukazpodpery ukazpostredizakladnihofontu ukazramecek ukazsadusymbolu ukazskupinubarev \ +ukazupravu ukazvytisk ukazvzhled ukazzakladnifont umistikombinovanyseznam \ +umistilokalnipoznamkypodcarou umistinadsebe umistinamrizku umistipodrovnici umistipoznamkypodcarou \ +umistirejstrik umistirovnici umistiseznam umistivedlesebe umistizalozky \ +urcicharakteristikurejstriku uzijJSscripts uzijURL uzijadresar uzijbloky \ +uzijexternidokument uzijexterniobraz uzijexternizvuk uzijmodul uzijsymbol \ +uzijurl verze vlasovalinka vradku vsedniden \ +vyberbloky vyplnenytext vyplnovelinky vyplnovyradek vysoky \ +zachovejbloky zadnamezera zadnehorniadolniradky zadnezahlaviaupati zalozka \ +zapisdoseznamu zapismeziseznam zaramovani zarovnanonastred zarovnanovlevo \ +zarovnanovpravo zasobnikpoli ziskejbuffer ziskejznaceni znaceni \ +znak znaky zpracujbloky zrcadlit zref keywordclass.context.de=\ Buchstabe Buchstaben Kap MONAT \ @@ -1320,70 +1324,70 @@ ausschnitt bearbeitebloecke behaltebloecke bei bemerkung \ benutzeverzeichnis beschriftung bestimmekopfnummer bestimmelistencharakeristika bestimmeregistercharakteristika \ bildschirm blanko buchstabe buchstaben datum \ defineschriftsynonym definiereabbsymbol definiereabsaetze definiereabschnitt definiereabschnittsblock \ -definiereakzent definierebefehl definierebeschreibung definierebeschriftung definiereblock \ -definierefarbe definierefarbengruppe definierefeld definierefeldstapel definierefliesstext \ -definierefliesstextumgebung definieregleitobjekt definierehbox definiereinteraktionsmenue definierekonversion \ -definierelabel definiereliste definieren definierenummerierung definiereoverlay \ -definierepalette definierepapierformat definiereprofil definiereprogramme definierepuffer \ -definierereferenz definierereferenzformat definiereregister definiereschrift definiereschriftstil \ -definieresortieren definierestartstop definierestil definieresubfeld definieresymbol \ -definieresynonyme definieretabellenvorlage definieretabulator definieretext definieretippen \ -definiereueberschrift definiereumbruch definiereumrahmt definiereumrahmtertext definierezeichen \ -definierezusammengestellteliste drehen duennelinie duennerumriss einezeile \ -externeabbildung farbbalken farbe farbewert feld \ -feldstapel festesspatium format formelnummer gefuelltesrechteck \ -gefuelltezeile gestreckt gitter graufarbe haarlinie \ -hauptsprache heutigesdatum heutigeskopfnummer hintergrund hoch \ -holebeschriftung holepuffer imumriss installieresprache interaktionsbalken \ -interaktionsknopfe interaktionsmenue inzeile irgendwo keinekopfundfusszeilen \ -keinspatium keinzeilenobenundunten klonierefeld knopf komponente \ -konvertierezahl kopfnummer kopierefeld korrigierezwischenraum liniendicke \ -linksbuendig listenlaenge mathematik menueknopf monat \ -nachunten nokap notiz passelayoutan passendfeld \ -platzierebookmarks platziereformel platzierefussnoten platziereliste platzierelokalefussnoten \ -platzierenebeneinander platziereregister platziereuntereinander platziereunterformel platzierezusammengestellteliste \ -pos posten produkt programm projekt \ -punkt rechteck rechtecke rechtsbuendig referenz \ -referieren roemischezahlen ruecksetztenbeschriftung schreibezurliste schreibezwischenliste \ -seite seitenreferenz seitenummer settext spalte \ -spatium spiegeln sprache startfarbe starthintergrund \ -startinteraktionsmenue startkleinerdurchschuss startkomponente startkopf startlinksbuendig \ -startmarginallinie startplatziereformel startpos startprodukt startprojekt \ -startpublikation startrechtsbuendig startsprache starttextlinie startumgebung \ -startumrahmt startzeile startzentriert startzu stelleabsaetzeein \ -stelleabsatznummerierungein stelleabschnittsblockein stelleanordnenein stelleaufzaehlungenein stelleausrichtungein \ -stelleausschnittein stellebeschreibungein stellebeschriftungein stellebilderunterschriftein stellebildunterschriftein \ -stellebindestrichein stelleblankoein stelleblockein stelledrehenein stelleduennerumrissein \ -stelleeinziehenein stelleengerein stellefarbeein stellefarbenein stellefeldein \ -stellefelderin stellefliesstextein stelleformelnein stellefussnotenein stellefusszeileein \ -stellefusszeilentextein stellegefuelltesrechteckein stellegefuelltezeileein stellegegenueberplatzierenein stellegleitobjekteein \ -stellegleitobjektein stellehintergruendeein stellehintergrundein stelleinteraktionein stelleinteraktionsbalkenein \ -stelleinteraktionsbildschirmein stelleinteraktionsmenueein stellekommentarein stellekopfzahlein stellekopfzeileein \ -stellekopfzeilentextein stellelayoutein stellelinienbreiteein stellelisteein stellemarginallinieein \ -stellenobenein stellepaletteein stellepapierformatein stelleplatziegeteiltegleitobjekt stellepositionierenein \ -stellepostenein stelleprogrammein stellepufferein stellerechteckein stellereferenzierenein \ -stelleregisterein stelleseitenkommentarein stelleseitennummerein stelleseitennummeriernungein stelleseitenuebergangein \ -stellesortierenein stellespaltenein stellespatiumein stellespracheein stellesymbolsetein \ -stellesynonymein stelletabellenein stelletabulatorein stelletextein stelletextobenein \ -stelletexttexteein stelletextumrissein stelletextuntenein stelletipein stelletippenein \ -stelletoleranzein stelleueberschriftein stelleueberschriftenein stelleumbruchein stelleumrahmtein \ -stelleumrahmtetexteein stelleuntenein stelleunterseitennummerein stelleurlein stelleversalienein \ -stellezeilenabstandein stellezeilenein stellezeilennumerierungein stellezitierenein stellezusammengestelltelisteein \ -stellezwischenraumein stopfarbe stophintergrund stopinteraktionsmenue stopkleinerdurchschuss \ -stopkomponente stopkopf stoplinksbuendig stopmarginallinie stopplatziereformel \ -stoppos stopprodukt stopprojekt stoppublikation stoprechtsbuendig \ -stopsprache stoptextlinie stopumgebung stopumrahmt stopzeile \ -stopzentriert stopzu teilegleitobjekt textlinie textreferenz \ -tief tiho tip tippedatei tippen \ -tippepuffer ueber uebersetzten umgebung umrahmt \ -unbekant verbergebloecke vergleichefarbengruppe vergleichepalette verwendeJSscript \ -verwendeURL verwendebloecke verwendeexteresdokument verwendeexterneabbildung verwendeexternestonstueck \ -verwendemodul verwendesymbole verwendeurl volleswort von \ -waehlebloeckeaus wechselezumfliesstext wochentag wortrechts zeigedruck \ -zeigeeinstellungen zeigefarbe zeigefarbengruppe zeigefliesstext zeigefliesstextumgebung \ -zeigegitter zeigelayout zeigepalette zeigerahmen zeigestruts \ -zeigeumbruch zentriert ziffern zu zurbox \ -zurseite +definiereakzent definierebefehl definierebeschreibung definierebeschreibungen definierebeschriftung \ +definiereblock definierefarbe definierefarbengruppe definierefeld definierefeldstapel \ +definierefliesstext definierefliesstextumgebung definieregleitobjekt definierehbox definiereinteraktionsmenue \ +definierekonversion definierelabel definiereliste definieren definierenummerierung \ +definiereoverlay definierepalette definierepapierformat definiereprofil definiereprogramme \ +definierepuffer definierereferenz definierereferenzformat definiereregister definiereschrift \ +definiereschriftstil definieresortieren definierestartstop definierestil definieresubfeld \ +definieresymbol definieresynonyme definieretabellenvorlage definieretabulator definieretext \ +definieretippen definiereueberschrift definiereumbruch definiereumrahmt definiereumrahmtertext \ +definierezeichen definierezusammengestellteliste drehen duennelinie duennerumriss \ +einezeile externeabbildung farbbalken farbe farbewert \ +feld feldstapel festesspatium format formelnummer \ +gefuelltesrechteck gefuelltezeile gestreckt gitter graufarbe \ +haarlinie hauptsprache heutigesdatum heutigeskopfnummer hintergrund \ +hoch holebeschriftung holepuffer imumriss installieresprache \ +interaktionsbalken interaktionsknopfe interaktionsmenue inzeile irgendwo \ +keinekopfundfusszeilen keinspatium keinzeilenobenundunten klonierefeld knopf \ +komponente konvertierezahl kopfnummer kopierefeld korrigierezwischenraum \ +liniendicke linksbuendig listenlaenge mathematik menueknopf \ +monat nachunten nokap notiz passelayoutan \ +passendfeld platzierebookmarks platziereformel platzierefussnoten platziereliste \ +platzierelokalefussnoten platzierenebeneinander platziereregister platziereuntereinander platziereunterformel \ +platzierezusammengestellteliste pos posten produkt programm \ +projekt punkt rechteck rechtecke rechtsbuendig \ +referenz referieren roemischezahlen ruecksetztenbeschriftung schreibezurliste \ +schreibezwischenliste seite seitenreferenz seitenummer settext \ +spalte spatium spiegeln sprache startfarbe \ +starthintergrund startinteraktionsmenue startkleinerdurchschuss startkomponente startkopf \ +startlinksbuendig startmarginallinie startplatziereformel startpos startprodukt \ +startprojekt startpublikation startrechtsbuendig startsprache starttextlinie \ +startumgebung startumrahmt startzeile startzentriert startzu \ +stelleabsaetzeein stelleabsatznummerierungein stelleabschnittsblockein stelleanordnenein stelleaufzaehlungenein \ +stelleausrichtungein stelleausschnittein stellebeschreibungein stellebeschriftungein stellebilderunterschriftein \ +stellebildunterschriftein stellebindestrichein stelleblankoein stelleblockein stelledrehenein \ +stelleduennerumrissein stelleeinziehenein stelleengerein stellefarbeein stellefarbenein \ +stellefeldein stellefelderin stellefliesstextein stellefliesstextumgebungein stelleformelnein \ +stellefussnotenein stellefusszeileein stellefusszeilentextein stellegefuelltesrechteckein stellegefuelltezeileein \ +stellegegenueberplatzierenein stellegleitobjekteein stellegleitobjektein stellehintergruendeein stellehintergrundein \ +stelleinteraktionein stelleinteraktionsbalkenein stelleinteraktionsbildschirmein stelleinteraktionsmenueein stellekommentarein \ +stellekopfzahlein stellekopfzeileein stellekopfzeilentextein stellelayoutein stellelinienbreiteein \ +stellelisteein stellemarginallinieein stellenobenein stellepaletteein stellepapierformatein \ +stelleplatziegeteiltegleitobjekt stellepositionierenein stellepostenein stelleprogrammein stellepufferein \ +stellerechteckein stellereferenzierenein stelleregisterein stelleseitenkommentarein stelleseitennummerein \ +stelleseitennummeriernungein stelleseitenuebergangein stellesortierenein stellespaltenein stellespatiumein \ +stellespracheein stellesymbolsetein stellesynonymein stellesystemein stelletabellenein \ +stelletabulatorein stelletextein stelletextobenein stelletexttexteein stelletextumrissein \ +stelletextuntenein stelletipein stelletippenein stelletoleranzein stelleueberschriftein \ +stelleueberschriftenein stelleumbruchein stelleumrahmtein stelleumrahmtetexteein stelleuntenein \ +stelleunterseitennummerein stelleurlein stelleversalienein stellezeilenabstandein stellezeilenein \ +stellezeilennumerierungein stellezitierenein stellezusammengestelltelisteein stellezwischenraumein stopfarbe \ +stophintergrund stopinteraktionsmenue stopkleinerdurchschuss stopkomponente stopkopf \ +stoplinksbuendig stopmarginallinie stopplatziereformel stoppos stopprodukt \ +stopprojekt stoppublikation stoprechtsbuendig stopsprache stoptextlinie \ +stopumgebung stopumrahmt stopzeile stopzentriert stopzu \ +teilegleitobjekt textlinie textreferenz tief tiho \ +tip tippedatei tippen tippepuffer ueber \ +uebersetzten umgebung umrahmt unbekant verbergebloecke \ +vergleichefarbengruppe vergleichepalette verwendeJSscript verwendeURL verwendebloecke \ +verwendeexteresdokument verwendeexterneabbildung verwendeexternestonstueck verwendemodul verwendesymbole \ +verwendeurl volleswort von waehlebloeckeaus wechselezumfliesstext \ +wochentag wortrechts zeigedruck zeigeeinstellungen zeigefarbe \ +zeigefarbengruppe zeigefliesstext zeigefliesstextumgebung zeigegitter zeigelayout \ +zeigepalette zeigerahmen zeigestruts zeigeumbruch zentriert \ +ziffern zu zurbox zurseite keywordclass.context.en=\ @@ -1414,104 +1418,105 @@ definittype definitvide demarreJScode demarreJSpreamble demarreLUA \ demarreMP demarreMPclip demarreMPcode demarreMPdefinitions demarreMPdrawing \ demarreMPenvironment demarreMPextensions demarreMPinclusions demarreMPinitializations demarreMPpage \ demarreMPpositiongraphic demarreMPpositionmethod demarreMPrun demarrePARSEDXML demarreTABLE \ -demarreTABLEbody demarreTABLEfoot demarreTABLEhead demarreTABLEnext demarreTC \ -demarreTD demarreTDs demarreTEX demarreTEXpage demarreTH \ -demarreTN demarreTR demarreTRs demarreTX demarreTY \ -demarreXML demarrealign demarrealigneadroite demarrealigneagauche demarrealigneaumilieu \ -demarrealignment demarreallmodes demarreappendices demarrearrangedpages demarrearriereplan \ -demarreaside demarreattachment demarrebackmatter demarrebar demarrebbordermatrix \ -demarrebitmapimage demarreblockquote demarrebodymatter demarrebordermatrix demarreboxedcolumns \ -demarrebtxlabeltext demarrebtxrenderingdefinitions demarrebuffer demarrecases demarrecatcodetable \ -demarrecenteraligned demarrechapter demarrecharacteralign demarrecheckedfences demarrechemical \ -demarrechemicaltext demarreciter demarrecollect demarrecollecting demarrecolorintent \ -demarrecoloronly demarrecolorset demarrecolumns demarrecolumnset demarrecolumnsetspan \ -demarrecombination demarrecomment demarrecomposant demarrecontextcode demarrecontextdefinitioncode \ -demarrecouleur demarrectxfunction demarrectxfunctiondefinition demarrecurrentcolor demarrecurrentlistentrywrapper \ -demarredelimited demarredelimitedtext demarredisplaymath demarredmath demarredocument \ -demarreeffect demarreelement demarreembeddedxtable demarreendnote demarreendofline \ -demarreenvironement demarreexceptions demarreexpanded demarreexpandedcollect demarreextendedcatcodetable \ -demarreexternalfigurecollection demarrefacingfloat demarrefact demarrefigure demarrefiguretext \ -demarrefittingpage demarrefixed demarrefloatcombination demarrefont demarrefontclass \ -demarrefontsolution demarrefootnote demarreformula demarreformulas demarreframed \ -demarreframedcell demarreframedcontent demarreframedrow demarreframedtable demarreframedtext \ -demarrefrontmatter demarregraphictext demarregridsnapping demarregroupe demarrehanging \ -demarrehbox demarrehboxestohbox demarrehboxregister demarreheadtext demarrehelptext \ -demarrehiding demarrehighlight demarrehyphenation demarreimath demarreindentation \ -demarreindentedtext demarreinteraction demarreinterface demarreintermezzotext demarreintertext \ -demarreitemgroup demarreitemgroupcolumns demarreitemize demarreknockout demarrelabeltext \ -demarrelangue demarrelayout demarrelegend demarreligne demarreligneregleetexte \ -demarrelinealignment demarrelinecorrection demarrelinefiller demarrelinenumbering demarrelines \ -demarrelinetable demarrelinetablebody demarrelinetablecell demarrelinetablehead demarrelocalfootnotes \ -demarrelocalheadsetup demarrelocallinecorrection demarrelocalnotes demarrelocalsetups demarrelua \ -demarreluacode demarreluaparameterset demarreluasetups demarremakeup demarremargereglee \ -demarremarginblock demarremarkedcontent demarremarkpages demarremathalignment demarremathcases \ -demarremathlabeltext demarremathmatrix demarremathmode demarremathstyle demarrematrices \ -demarrematrix demarremaxaligned demarremdformula demarremenuinteraction demarremiddlealigned \ -demarremiddlemakeup demarremixedcolumns demarremode demarremodeset demarremodule \ -demarremoduletestsection demarrempformula demarrenamedsection demarrenamedsubformulas demarrenarrow \ -demarrenarrower demarrenegative demarrenicelyfilledbox demarrenointerference demarrenotallmodes \ -demarrenotext demarrenotmode demarreoperatortext demarreopposite demarreoutputstream \ -demarreoverlay demarreoverprint demarrepagecolumns demarrepagecomment demarrepagefigure \ -demarrepagelayout demarrepagemakeup demarrepar demarreparagraph demarreparagraphs \ -demarreparagraphscell demarreparbuilder demarrepart demarrepath demarreplacechemical \ -demarreplacefigure demarreplaceflottant demarreplaceformule demarreplacegraphic demarreplaceintermezzo \ -demarreplacelegend demarreplacepairedbox demarreplacetable demarrepositioning demarrepositionoverlay \ -demarrepositive demarrepostponing demarrepostponingnotes demarreprefixtext demarreprocessassignmentcommand \ -demarreprocessassignmentlist demarreprocesscommacommand demarreprocesscommalist demarreproduit demarreprojet \ -demarreprotect demarreprotectedcolors demarrepublication demarrepunctuation demarrequotation \ -demarrequote demarrerandomized demarrerandomseed demarrerawsetups demarrereadingfile \ -demarrereferenceprefix demarreregime demarrereusableMPgraphic demarreruby demarrescript \ -demarresdformula demarresection demarresectionblock demarresectionblockenvironment demarresectionlevel \ -demarresetups demarreshapebox demarreshift demarresidebar demarresimplecolumns \ -demarrespecialitem demarrespeech demarrespformula demarresplitformula demarresplittext \ -demarrespread demarrestandardmakeup demarrestaticMPfigure demarrestaticMPgraphic demarrestrictinspectnextcharacter \ -demarrestrut demarrestyle demarresubformulas demarresubject demarresubjectlevel \ -demarresubsection demarresubsentence demarresubstack demarresubsubject demarresubsubsection \ -demarresubsubsubject demarresubsubsubsection demarresubsubsubsubject demarresubsubsubsubsection demarresubsubsubsubsubject \ -demarresuffixtext demarresymbolset demarretable demarretablehead demarretables \ -demarretabletail demarretabletext demarretabulate demarretabulatehead demarretabulatetail \ -demarretagged demarretaglabeltext demarretete demarretexcode demarretexdefinition \ -demarretext demarretextbackground demarretextbackgroundmanual demarretextcolor demarretextcolorintent \ -demarretextflow demarretextmakeup demarretitle demarretokenlist demarretokens \ -demarretransparent demarretypescript demarretypescriptcollection demarretyping demarreuniqueMPgraphic \ -demarreuniqueMPpagegraphic demarreunittext demarreunpacked demarreusableMPgraphic demarreuseMPgraphic \ -demarreusemathstyleparameter demarreuserdata demarreusingbtxspecification demarreva demarrevbox \ -demarrevboxregister demarrevboxtohbox demarrevboxtohboxseparator demarreviewerlayer demarrevtop \ -demarrevtopregister demarrexcell demarrexcellgroup demarrexcolumn demarrexgroup \ -demarrexmldisplayverbatim demarrexmlinlineverbatim demarrexmlraw demarrexmlsetups demarrexrow \ -demarrexrowgroup demarrextable demarrextablebody demarrextablefoot demarrextablehead \ -demarrextablenext determinecaracteristiqueliste determinecaracteristiquesregistre determinenumerotete echelle \ -ecran ecritdansliste ecritentreliste element elements \ -environement espace espacefixe espacesfixes etire \ -faitreference fichierdactylo figureexterne gardeblocs grille \ -haut inconnu installelangue joursemaine langue \ -langueprincipale largeurligne ligneh lignenoire ligneregleetexte \ -lignesnoires llongueurliste marquage marquepage mathematique \ -menuinteraction mois montrecadre montrecouleur montredisposition \ -montreedition montreenvironnementpolicecorps montregrille montregroupecouleur montrejeusymboles \ -montremakeup montrepalette montrepolicecorps montrereglages montrestruts \ -motdroit numeroformule numeropage numeros numerotete \ -numerotetecourant obtientmarquage oriente periodes pilechamp \ -placecoteacote placeflottant placeformule placelesunsaudessusdesautres placeliste \ -placelisteinmbriquee placemarquespages placenotespdp placenotespdplocales placenumeropage \ -placenumerotete placeregistre placesousformule placesurgrille placetextetete \ -prendbuffer produit programme projet qqpart \ -razmarquage referencepage referencetexte reflete reglealignement \ -reglearrangement reglearriereplan reglearriereplans reglebarreinteraction reglebloc \ -regleblocsection reglebuffer reglecapitales reglechamp reglechamps \ -regleclipping reglecolonnes reglecommentaire reglecommentairepage reglecompoetroite \ -reglecomposeenalinea reglecouleur reglecouleurs regledactylo regledemarrestoppe \ -regledisposition regleecraninteraction regleelements regleencadre regleentete \ -regleenumerations regleepaisseurligne regleespaceblanc regleespacement regleespacementinterligne \ -regleflottant regleflottants regleformulaires regleformules reglegroupeselements \ -regleinf regleinteraction regleintitule regleintitules reglejeucolonne \ -reglejeusymboles reglelangue reglelignes reglelignesnoires reglelignesreglestexte \ -regleliste reglelisteimbriquee reglemakeup reglemargereglee reglemarquage \ -reglemarquagehyphenation reglemenuinteraction reglenotepdp reglenumeropage reglenumerotationligne \ -reglenumerotationpage reglenumerotationparagraphe reglenumerotete regleoriente reglepalette \ -reglepapier regleparagraphes reglepdp regleplacementopposition reglepolicecorps \ -reglepositionnement regleprogrammes reglereferencage regleregistre regleremplitligne \ -regleremplitlignesreglees regleseparationflottant reglesousnumeropage reglesup reglesynonymes \ +demarreTABLEbody demarreTABLEfoot demarreTABLEhead demarreTABLEnested demarreTABLEnext \ +demarreTC demarreTD demarreTDs demarreTEX demarreTEXpage \ +demarreTH demarreTN demarreTR demarreTRs demarreTX \ +demarreTY demarreXML demarrealign demarrealigneadroite demarrealigneagauche \ +demarrealigneaumilieu demarrealignment demarreallmodes demarreappendices demarrearrangedpages \ +demarrearriereplan demarreaside demarreattachment demarrebackmatter demarrebar \ +demarrebbordermatrix demarrebitmapimage demarreblockquote demarrebodymatter demarrebordermatrix \ +demarreboxedcolumns demarrebtxlabeltext demarrebtxrenderingdefinitions demarrebuffer demarrecases \ +demarrecatcodetable demarrecenteraligned demarrechapter demarrecharacteralign demarrecheckedfences \ +demarrechemical demarrechemicaltext demarreciter demarrecollect demarrecollecting \ +demarrecolorintent demarrecoloronly demarrecolorset demarrecolumns demarrecolumnset \ +demarrecolumnsetspan demarrecombination demarrecomment demarrecomposant demarrecontextcode \ +demarrecontextdefinitioncode demarrecouleur demarrectxfunction demarrectxfunctiondefinition demarrecurrentcolor \ +demarrecurrentlistentrywrapper demarredelimited demarredelimitedtext demarredisplaymath demarredmath \ +demarredocument demarreeffect demarreelement demarreembeddedxtable demarreendnote \ +demarreendofline demarreenvironement demarreexceptions demarreexpanded demarreexpandedcollect \ +demarreextendedcatcodetable demarreexternalfigurecollection demarrefacingfloat demarrefact demarrefigure \ +demarrefiguretext demarrefittingpage demarrefixed demarrefloatcombination demarrefont \ +demarrefontclass demarrefontsolution demarrefootnote demarreformula demarreformulas \ +demarreframed demarreframedcell demarreframedcontent demarreframedrow demarreframedtable \ +demarreframedtext demarrefrontmatter demarregraphictext demarregridsnapping demarregroupe \ +demarrehanging demarrehbox demarrehboxestohbox demarrehboxregister demarreheadtext \ +demarrehelptext demarrehiding demarrehighlight demarrehyphenation demarreimath \ +demarreindentation demarreindentedtext demarreinteraction demarreinterface demarreintermezzotext \ +demarreintertext demarreitemgroup demarreitemgroupcolumns demarreitemize demarreknockout \ +demarrelabeltext demarrelangue demarrelayout demarrelegend demarreligne \ +demarreligneregleetexte demarrelinealignment demarrelinecorrection demarrelinefiller demarrelinenumbering \ +demarrelines demarrelinetable demarrelinetablebody demarrelinetablecell demarrelinetablehead \ +demarrelocalfootnotes demarrelocalheadsetup demarrelocallinecorrection demarrelocalnotes demarrelocalsetups \ +demarrelua demarreluacode demarreluaparameterset demarreluasetups demarremakeup \ +demarremargereglee demarremarginblock demarremarkedcontent demarremarkpages demarremathalignment \ +demarremathcases demarremathlabeltext demarremathmatrix demarremathmode demarremathstyle \ +demarrematrices demarrematrix demarremaxaligned demarremdformula demarremenuinteraction \ +demarremiddlealigned demarremiddlemakeup demarremixedcolumns demarremode demarremodeset \ +demarremodule demarremoduletestsection demarrempformula demarrenamedsection demarrenamedsubformulas \ +demarrenarrow demarrenarrower demarrenegative demarrenicelyfilledbox demarrenointerference \ +demarrenotallmodes demarrenotext demarrenotmode demarreoperatortext demarreopposite \ +demarreoutputstream demarreoverlay demarreoverprint demarrepagecolumns demarrepagecomment \ +demarrepagefigure demarrepagelayout demarrepagemakeup demarrepar demarreparagraph \ +demarreparagraphs demarreparagraphscell demarreparbuilder demarrepart demarrepath \ +demarreplacechemical demarreplacefigure demarreplaceflottant demarreplaceformule demarreplacegraphic \ +demarreplaceintermezzo demarreplacelegend demarreplacepairedbox demarreplacetable demarrepositioning \ +demarrepositionoverlay demarrepositive demarrepostponing demarrepostponingnotes demarreprefixtext \ +demarreprocessassignmentcommand demarreprocessassignmentlist demarreprocesscommacommand demarreprocesscommalist demarreproduit \ +demarreprojet demarreprotect demarreprotectedcolors demarrepublication demarrepunctuation \ +demarrequotation demarrequote demarrerandomized demarrerandomseed demarrerawsetups \ +demarrereadingfile demarrereferenceprefix demarreregime demarrereusableMPgraphic demarreruby \ +demarrescript demarresdformula demarresection demarresectionblock demarresectionblockenvironment \ +demarresectionlevel demarresetups demarreshapebox demarreshift demarresidebar \ +demarresimplecolumns demarrespecialitem demarrespeech demarrespformula demarresplitformula \ +demarresplittext demarrespread demarrestandardmakeup demarrestaticMPfigure demarrestaticMPgraphic \ +demarrestrictinspectnextcharacter demarrestrut demarrestyle demarresubformulas demarresubject \ +demarresubjectlevel demarresubsection demarresubsentence demarresubstack demarresubsubject \ +demarresubsubsection demarresubsubsubject demarresubsubsubsection demarresubsubsubsubject demarresubsubsubsubsection \ +demarresubsubsubsubsubject demarresuffixtext demarresymbolset demarretable demarretablehead \ +demarretables demarretabletail demarretabletext demarretabulate demarretabulatehead \ +demarretabulatetail demarretagged demarretaglabeltext demarretete demarretexcode \ +demarretexdefinition demarretext demarretextbackground demarretextbackgroundmanual demarretextcolor \ +demarretextcolorintent demarretextflow demarretextmakeup demarretitle demarretokenlist \ +demarretokens demarretransparent demarretypescript demarretypescriptcollection demarretyping \ +demarreuniqueMPgraphic demarreuniqueMPpagegraphic demarreunittext demarreunpacked demarreusableMPgraphic \ +demarreuseMPgraphic demarreusemathstyleparameter demarreuserdata demarreusingbtxspecification demarreva \ +demarrevbox demarrevboxregister demarrevboxtohbox demarrevboxtohboxseparator demarreviewerlayer \ +demarrevtop demarrevtopregister demarrexcell demarrexcellgroup demarrexcolumn \ +demarrexgroup demarrexmldisplayverbatim demarrexmlinlineverbatim demarrexmlraw demarrexmlsetups \ +demarrexrow demarrexrowgroup demarrextable demarrextablebody demarrextablefoot \ +demarrextablehead demarrextablenext determinecaracteristiqueliste determinecaracteristiquesregistre determinenumerotete \ +echelle ecran ecritdansliste ecritentreliste element \ +elements environement espace espacefixe espacesfixes \ +etire faitreference fichierdactylo figureexterne gardeblocs \ +grille haut inconnu installelangue joursemaine \ +langue langueprincipale largeurligne ligneh lignenoire \ +ligneregleetexte lignesnoires llongueurliste marquage marquepage \ +mathematique menuinteraction mois montrecadre montrecouleur \ +montredisposition montreedition montreenvironnementpolicecorps montregrille montregroupecouleur \ +montrejeusymboles montremakeup montrepalette montrepolicecorps montrereglages \ +montrestruts motdroit numeroformule numeropage numeros \ +numerotete numerotetecourant obtientmarquage oriente periodes \ +pilechamp placecoteacote placeflottant placeformule placelesunsaudessusdesautres \ +placeliste placelisteinmbriquee placemarquespages placenotespdp placenotespdplocales \ +placenumeropage placenumerotete placeregistre placesousformule placesurgrille \ +placetextetete prendbuffer produit programme projet \ +qqpart razmarquage referencepage referencetexte reflete \ +reglealignement reglearrangement reglearriereplan reglearriereplans reglebarreinteraction \ +reglebloc regleblocsection reglebuffer reglecapitales reglechamp \ +reglechamps regleclipping reglecolonnes reglecommentaire reglecommentairepage \ +reglecompoetroite reglecomposeenalinea reglecouleur reglecouleurs regledactylo \ +regledemarrestoppe regledescriptions regledisposition regleecraninteraction regleelements \ +regleencadre regleentete regleenumerations regleenvironnementpolicecorps regleepaisseurligne \ +regleespaceblanc regleespacement regleespacementinterligne regleflottant regleflottants \ +regleformulaires regleformules reglegroupeselements regleinf regleinteraction \ +regleintitule regleintitules reglejeucolonne reglejeusymboles reglelangue \ +reglelignes reglelignesnoires reglelignesreglestexte regleliste reglelisteimbriquee \ +reglemakeup reglemargereglee reglemarquage reglemarquagehyphenation reglemenuinteraction \ +reglenotepdp reglenumeropage reglenumerotationligne reglenumerotationpage reglenumerotationparagraphe \ +reglenumerotete regleoriente reglepalette reglepapier regleparagraphes \ +reglepdp regleplacementopposition reglepolicecorps reglepositionnement regleprogrammes \ +reglereferencage regleregistre regleremplitligne regleremplitlignesreglees regleseparationflottant \ +reglesousnumeropage reglestrut reglesup reglesynonymes reglesysteme \ regletableaux regletabulation regletaillepapier regletete regletetes \ regletexte regletextesentete regletextesinf regletextespdp regletextessup \ regletextestexte regletolerance regletraitsfins regletransitionspage regletri \ @@ -1521,77 +1526,77 @@ settext sousnumeropage stoppeJScode stoppeJSpreamble stoppeLUA \ stoppeMP stoppeMPclip stoppeMPcode stoppeMPdefinitions stoppeMPdrawing \ stoppeMPenvironment stoppeMPextensions stoppeMPinclusions stoppeMPinitializations stoppeMPpage \ stoppeMPpositiongraphic stoppeMPpositionmethod stoppeMPrun stoppePARSEDXML stoppeTABLE \ -stoppeTABLEbody stoppeTABLEfoot stoppeTABLEhead stoppeTABLEnext stoppeTC \ -stoppeTD stoppeTDs stoppeTEX stoppeTEXpage stoppeTH \ -stoppeTN stoppeTR stoppeTRs stoppeTX stoppeTY \ -stoppeXML stoppealign stoppealigneadroite stoppealigneagauche stoppealigneaumilieu \ -stoppealignment stoppeallmodes stoppeappendices stoppearrangedpages stoppearriereplan \ -stoppeaside stoppeattachment stoppebackmatter stoppebar stoppebbordermatrix \ -stoppebitmapimage stoppeblockquote stoppebodymatter stoppebordermatrix stoppeboxedcolumns \ -stoppebtxlabeltext stoppebtxrenderingdefinitions stoppebuffer stoppecases stoppecatcodetable \ -stoppecenteraligned stoppechapter stoppecharacteralign stoppecheckedfences stoppechemical \ -stoppechemicaltext stoppecollect stoppecollecting stoppecolorintent stoppecoloronly \ -stoppecolorset stoppecolumns stoppecolumnset stoppecolumnsetspan stoppecombination \ -stoppecomment stoppecomposant stoppecontextcode stoppecontextdefinitioncode stoppecouleur \ -stoppectxfunction stoppectxfunctiondefinition stoppecurrentcolor stoppecurrentlistentrywrapper stoppedelimited \ -stoppedelimitedtext stoppedisplaymath stoppedmath stoppedocument stoppeeffect \ -stoppeelement stoppeembeddedxtable stoppeendnote stoppeendofline stoppeenvironement \ -stoppeexceptions stoppeexpanded stoppeexpandedcollect stoppeextendedcatcodetable stoppeexternalfigurecollection \ -stoppefacingfloat stoppefact stoppefigure stoppefiguretext stoppefittingpage \ -stoppefixed stoppefloatcombination stoppefont stoppefontclass stoppefontsolution \ -stoppefootnote stoppeformula stoppeformulas stoppeframed stoppeframedcell \ -stoppeframedcontent stoppeframedrow stoppeframedtable stoppeframedtext stoppefrontmatter \ -stoppegraphictext stoppegridsnapping stoppegroupe stoppehanging stoppehbox \ -stoppehboxestohbox stoppehboxregister stoppeheadtext stoppehelptext stoppehiding \ -stoppehighlight stoppehyphenation stoppeimath stoppeindentation stoppeindentedtext \ -stoppeinteraction stoppeinterface stoppeintermezzotext stoppeintertext stoppeitemgroup \ -stoppeitemgroupcolumns stoppeitemize stoppeknockout stoppelabeltext stoppelangue \ -stoppelayout stoppelegend stoppeligne stoppeligneregleetexte stoppelinealignment \ -stoppelinecorrection stoppelinefiller stoppelinenumbering stoppelines stoppelinetable \ -stoppelinetablebody stoppelinetablecell stoppelinetablehead stoppelocalfootnotes stoppelocalheadsetup \ -stoppelocallinecorrection stoppelocalnotes stoppelocalsetups stoppelua stoppeluacode \ -stoppeluaparameterset stoppeluasetups stoppemakeup stoppemargereglee stoppemarginblock \ -stoppemarkedcontent stoppemarkpages stoppemathalignment stoppemathcases stoppemathlabeltext \ -stoppemathmatrix stoppemathmode stoppemathstyle stoppematrices stoppematrix \ -stoppemaxaligned stoppemdformula stoppemenuinteraction stoppemiddlealigned stoppemiddlemakeup \ -stoppemixedcolumns stoppemode stoppemodeset stoppemodule stoppemoduletestsection \ -stoppempformula stoppenamedsection stoppenamedsubformulas stoppenarrow stoppenarrower \ -stoppenegative stoppenicelyfilledbox stoppenointerference stoppenotallmodes stoppenotext \ -stoppenotmode stoppeoperatortext stoppeopposite stoppeoutputstream stoppeoverlay \ -stoppeoverprint stoppepagecolumns stoppepagecomment stoppepagefigure stoppepagelayout \ -stoppepagemakeup stoppepar stoppeparagraph stoppeparagraphs stoppeparagraphscell \ -stoppeparbuilder stoppepart stoppepath stoppeplacechemical stoppeplacefigure \ -stoppeplaceflottant stoppeplaceformule stoppeplacegraphic stoppeplaceintermezzo stoppeplacelegend \ -stoppeplacepairedbox stoppeplacetable stoppepositioning stoppepositionoverlay stoppepositive \ -stoppepostponing stoppepostponingnotes stoppeprefixtext stoppeprocessassignmentcommand stoppeprocessassignmentlist \ -stoppeprocesscommacommand stoppeprocesscommalist stoppeproduit stoppeprojet stoppeprotect \ -stoppeprotectedcolors stoppepublication stoppepunctuation stoppequotation stoppequote \ -stopperandomized stopperandomseed stopperawsetups stoppereadingfile stoppereferenceprefix \ -stopperegime stoppereusableMPgraphic stopperuby stoppescript stoppesdformula \ -stoppesection stoppesectionblock stoppesectionblockenvironment stoppesectionlevel stoppesetups \ -stoppeshapebox stoppeshift stoppesidebar stoppesimplecolumns stoppespecialitem \ -stoppespeech stoppespformula stoppesplitformula stoppesplittext stoppespread \ -stoppestandardmakeup stoppestaticMPfigure stoppestaticMPgraphic stoppestrictinspectnextcharacter stoppestrut \ -stoppestyle stoppesubformulas stoppesubject stoppesubjectlevel stoppesubsection \ -stoppesubsentence stoppesubstack stoppesubsubject stoppesubsubsection stoppesubsubsubject \ -stoppesubsubsubsection stoppesubsubsubsubject stoppesubsubsubsubsection stoppesubsubsubsubsubject stoppesuffixtext \ -stoppesymbolset stoppetable stoppetablehead stoppetables stoppetabletail \ -stoppetabletext stoppetabulate stoppetabulatehead stoppetabulatetail stoppetagged \ -stoppetaglabeltext stoppetete stoppetexcode stoppetexdefinition stoppetext \ -stoppetextbackground stoppetextbackgroundmanual stoppetextcolor stoppetextcolorintent stoppetextflow \ -stoppetextmakeup stoppetitle stoppetokenlist stoppetokens stoppetransparent \ -stoppetypescript stoppetypescriptcollection stoppetyping stoppeuniqueMPgraphic stoppeuniqueMPpagegraphic \ -stoppeunittext stoppeunpacked stoppeusableMPgraphic stoppeuseMPgraphic stoppeusemathstyleparameter \ -stoppeuserdata stoppeusingbtxspecification stoppeva stoppevbox stoppevboxregister \ -stoppevboxtohbox stoppevboxtohboxseparator stoppeviewerlayer stoppevtop stoppevtopregister \ -stoppexcell stoppexcellgroup stoppexcolumn stoppexgroup stoppexmldisplayverbatim \ -stoppexmlinlineverbatim stoppexmlraw stoppexmlsetups stoppexrow stoppexrowgroup \ -stoppextable stoppextablebody stoppextablefoot stoppextablehead stoppextablenext \ -symbole tapebuffer textenotepdp traduire traiteblocs \ -traitfin traitsfins uneligne utiliseJSscripts utiliseURL \ -utiliseblocs utilisechemin utilisedocumentexterne utilisefigureexterne utilisemodule \ -utilisepsiteaudioexterne utilisesymboles utiliseurl va vaalaboite \ -vaalapage vaenbas valeurcouleur vide +stoppeTABLEbody stoppeTABLEfoot stoppeTABLEhead stoppeTABLEnested stoppeTABLEnext \ +stoppeTC stoppeTD stoppeTDs stoppeTEX stoppeTEXpage \ +stoppeTH stoppeTN stoppeTR stoppeTRs stoppeTX \ +stoppeTY stoppeXML stoppealign stoppealigneadroite stoppealigneagauche \ +stoppealigneaumilieu stoppealignment stoppeallmodes stoppeappendices stoppearrangedpages \ +stoppearriereplan stoppeaside stoppeattachment stoppebackmatter stoppebar \ +stoppebbordermatrix stoppebitmapimage stoppeblockquote stoppebodymatter stoppebordermatrix \ +stoppeboxedcolumns stoppebtxlabeltext stoppebtxrenderingdefinitions stoppebuffer stoppecases \ +stoppecatcodetable stoppecenteraligned stoppechapter stoppecharacteralign stoppecheckedfences \ +stoppechemical stoppechemicaltext stoppecollect stoppecollecting stoppecolorintent \ +stoppecoloronly stoppecolorset stoppecolumns stoppecolumnset stoppecolumnsetspan \ +stoppecombination stoppecomment stoppecomposant stoppecontextcode stoppecontextdefinitioncode \ +stoppecouleur stoppectxfunction stoppectxfunctiondefinition stoppecurrentcolor stoppecurrentlistentrywrapper \ +stoppedelimited stoppedelimitedtext stoppedisplaymath stoppedmath stoppedocument \ +stoppeeffect stoppeelement stoppeembeddedxtable stoppeendnote stoppeendofline \ +stoppeenvironement stoppeexceptions stoppeexpanded stoppeexpandedcollect stoppeextendedcatcodetable \ +stoppeexternalfigurecollection stoppefacingfloat stoppefact stoppefigure stoppefiguretext \ +stoppefittingpage stoppefixed stoppefloatcombination stoppefont stoppefontclass \ +stoppefontsolution stoppefootnote stoppeformula stoppeformulas stoppeframed \ +stoppeframedcell stoppeframedcontent stoppeframedrow stoppeframedtable stoppeframedtext \ +stoppefrontmatter stoppegraphictext stoppegridsnapping stoppegroupe stoppehanging \ +stoppehbox stoppehboxestohbox stoppehboxregister stoppeheadtext stoppehelptext \ +stoppehiding stoppehighlight stoppehyphenation stoppeimath stoppeindentation \ +stoppeindentedtext stoppeinteraction stoppeinterface stoppeintermezzotext stoppeintertext \ +stoppeitemgroup stoppeitemgroupcolumns stoppeitemize stoppeknockout stoppelabeltext \ +stoppelangue stoppelayout stoppelegend stoppeligne stoppeligneregleetexte \ +stoppelinealignment stoppelinecorrection stoppelinefiller stoppelinenumbering stoppelines \ +stoppelinetable stoppelinetablebody stoppelinetablecell stoppelinetablehead stoppelocalfootnotes \ +stoppelocalheadsetup stoppelocallinecorrection stoppelocalnotes stoppelocalsetups stoppelua \ +stoppeluacode stoppeluaparameterset stoppeluasetups stoppemakeup stoppemargereglee \ +stoppemarginblock stoppemarkedcontent stoppemarkpages stoppemathalignment stoppemathcases \ +stoppemathlabeltext stoppemathmatrix stoppemathmode stoppemathstyle stoppematrices \ +stoppematrix stoppemaxaligned stoppemdformula stoppemenuinteraction stoppemiddlealigned \ +stoppemiddlemakeup stoppemixedcolumns stoppemode stoppemodeset stoppemodule \ +stoppemoduletestsection stoppempformula stoppenamedsection stoppenamedsubformulas stoppenarrow \ +stoppenarrower stoppenegative stoppenicelyfilledbox stoppenointerference stoppenotallmodes \ +stoppenotext stoppenotmode stoppeoperatortext stoppeopposite stoppeoutputstream \ +stoppeoverlay stoppeoverprint stoppepagecolumns stoppepagecomment stoppepagefigure \ +stoppepagelayout stoppepagemakeup stoppepar stoppeparagraph stoppeparagraphs \ +stoppeparagraphscell stoppeparbuilder stoppepart stoppepath stoppeplacechemical \ +stoppeplacefigure stoppeplaceflottant stoppeplaceformule stoppeplacegraphic stoppeplaceintermezzo \ +stoppeplacelegend stoppeplacepairedbox stoppeplacetable stoppepositioning stoppepositionoverlay \ +stoppepositive stoppepostponing stoppepostponingnotes stoppeprefixtext stoppeprocessassignmentcommand \ +stoppeprocessassignmentlist stoppeprocesscommacommand stoppeprocesscommalist stoppeproduit stoppeprojet \ +stoppeprotect stoppeprotectedcolors stoppepublication stoppepunctuation stoppequotation \ +stoppequote stopperandomized stopperandomseed stopperawsetups stoppereadingfile \ +stoppereferenceprefix stopperegime stoppereusableMPgraphic stopperuby stoppescript \ +stoppesdformula stoppesection stoppesectionblock stoppesectionblockenvironment stoppesectionlevel \ +stoppesetups stoppeshapebox stoppeshift stoppesidebar stoppesimplecolumns \ +stoppespecialitem stoppespeech stoppespformula stoppesplitformula stoppesplittext \ +stoppespread stoppestandardmakeup stoppestaticMPfigure stoppestaticMPgraphic stoppestrictinspectnextcharacter \ +stoppestrut stoppestyle stoppesubformulas stoppesubject stoppesubjectlevel \ +stoppesubsection stoppesubsentence stoppesubstack stoppesubsubject stoppesubsubsection \ +stoppesubsubsubject stoppesubsubsubsection stoppesubsubsubsubject stoppesubsubsubsubsection stoppesubsubsubsubsubject \ +stoppesuffixtext stoppesymbolset stoppetable stoppetablehead stoppetables \ +stoppetabletail stoppetabletext stoppetabulate stoppetabulatehead stoppetabulatetail \ +stoppetagged stoppetaglabeltext stoppetete stoppetexcode stoppetexdefinition \ +stoppetext stoppetextbackground stoppetextbackgroundmanual stoppetextcolor stoppetextcolorintent \ +stoppetextflow stoppetextmakeup stoppetitle stoppetokenlist stoppetokens \ +stoppetransparent stoppetypescript stoppetypescriptcollection stoppetyping stoppeuniqueMPgraphic \ +stoppeuniqueMPpagegraphic stoppeunittext stoppeunpacked stoppeusableMPgraphic stoppeuseMPgraphic \ +stoppeusemathstyleparameter stoppeuserdata stoppeusingbtxspecification stoppeva stoppevbox \ +stoppevboxregister stoppevboxtohbox stoppevboxtohboxseparator stoppeviewerlayer stoppevtop \ +stoppevtopregister stoppexcell stoppexcellgroup stoppexcolumn stoppexgroup \ +stoppexmldisplayverbatim stoppexmlinlineverbatim stoppexmlraw stoppexmlsetups stoppexrow \ +stoppexrowgroup stoppextable stoppextablebody stoppextablefoot stoppextablehead \ +stoppextablenext symbole tapebuffer textenotepdp traduire \ +traiteblocs traitfin traitsfins uneligne utiliseJSscripts \ +utiliseURL utiliseblocs utilisechemin utilisedocumentexterne utilisefigureexterne \ +utilisemodule utilisepsiteaudioexterne utilisesymboles utiliseurl va \ +vaalaboite vaalapage vaenbas valeurcouleur vide keywordclass.context.it=\ GIORNOSETTIMANA Lettera Lettere MESE \ @@ -1615,30 +1620,31 @@ definiscisovrapposizione definiscistackcampi definiscistile definiscistilefont d definiscitavolozza definiscitesta definiscitesto definiscitestoincorniciato definiscitype \ definiscityping determinacaratteristicheregistro determinacarattersticheelenco determinanumerotesta elaborablocchi \ elementi elemento figuraesterna giornosettimana griglia \ -ignoto impostaallineamento impostaampiezzariga impostabarrainterazione impostablocco \ -impostabloccosezione impostabuffer impostacampi impostacampo impostacapoversi \ -impostacaption impostacaptions impostacima impostaclippling impostacolonne \ -impostacolore impostacolori impostacommento impostacommentopagina impostadimensionicarta \ -impostaelementi impostaelencazioni impostaelenco impostaelencocombinato impostaenumerazioni \ -impostafondo impostafontdeltesto impostaforms impostaformule impostagruppocolonne \ -impostaincorniciato impostainiziatermina impostainstestazione impostainterazione impostainterlinea \ -impostalayout impostalineemargine impostalineenere impostalineeriempimento impostalineesottili \ -impostalineetesto impostalingua impostamaiuscole impostamakeup impostamarcatura \ -impostamenuinterazione impostamenzione impostanotepdp impostanumerazionecapoversi impostanumerazionepagina \ -impostanumerazionerighe impostanumeropagina impostanumerosottopagina impostanumerotesta impostaoggettimobili \ -impostaoggettomobile impostaordinamento impostaparranging impostapdp impostapiustretto \ -impostaposizionamento impostaposizionamentoopposti impostaprogrammi impostaregistro impostarientro \ -impostariferimento impostarighe impostarigheriempimento impostarigovuoto impostarotazione \ -impostaschermointerazione impostasegnosillabazione impostasetsimboli impostasfondi impostasfondo \ -impostasinonimi impostaspaziatura impostaspaziobianco impostaspezzamentooggettomobile impostatabelle \ -impostatabulato impostatavolozza impostatesta impostateste impostatesticima \ -impostatestifondo impostatestiincorniciati impostatestiintestazioni impostatestipdp impostatesto \ -impostatestotesti impostatolleranza impostatransizionepagina impostatype impostatyping \ -impostaurl incorniciato iniziaJScode iniziaJSpreamble iniziaLUA \ -iniziaMP iniziaMPclip iniziaMPcode iniziaMPdefinitions iniziaMPdrawing \ -iniziaMPenvironment iniziaMPextensions iniziaMPinclusions iniziaMPinitializations iniziaMPpage \ -iniziaMPpositiongraphic iniziaMPpositionmethod iniziaMPrun iniziaPARSEDXML iniziaTABLE \ -iniziaTABLEbody iniziaTABLEfoot iniziaTABLEhead iniziaTABLEnext iniziaTC \ +ignoto impostaallineamento impostaambientefontdeltesto impostaampiezzariga impostabarrainterazione \ +impostablocco impostabloccosezione impostabuffer impostacampi impostacampo \ +impostacapoversi impostacaption impostacaptions impostacima impostaclippling \ +impostacolonne impostacolore impostacolori impostacommento impostacommentopagina \ +impostadescrizioni impostadimensionicarta impostaelementi impostaelencazioni impostaelenco \ +impostaelencocombinato impostaenumerazioni impostafondo impostafontdeltesto impostaforms \ +impostaformule impostagruppocolonne impostaincorniciato impostainiziatermina impostainstestazione \ +impostainterazione impostainterlinea impostalayout impostalineemargine impostalineenere \ +impostalineeriempimento impostalineesottili impostalineetesto impostalingua impostamaiuscole \ +impostamakeup impostamarcatura impostamenuinterazione impostamenzione impostanotepdp \ +impostanumerazionecapoversi impostanumerazionepagina impostanumerazionerighe impostanumeropagina impostanumerosottopagina \ +impostanumerotesta impostaoggettimobili impostaoggettomobile impostaordinamento impostaparranging \ +impostapdp impostapiustretto impostaposizionamento impostaposizionamentoopposti impostaprogrammi \ +impostaregistro impostarientro impostariferimento impostarighe impostarigheriempimento \ +impostarigovuoto impostarotazione impostaschermointerazione impostasegnosillabazione impostasetsimboli \ +impostasfondi impostasfondo impostasinonimi impostasistema impostaspaziatura \ +impostaspaziobianco impostaspezzamentooggettomobile impostastrut impostatabelle impostatabulato \ +impostatavolozza impostatesta impostateste impostatesticima impostatestifondo \ +impostatestiincorniciati impostatestiintestazioni impostatestipdp impostatesto impostatestotesti \ +impostatolleranza impostatransizionepagina impostatype impostatyping impostaurl \ +incorniciato iniziaJScode iniziaJSpreamble iniziaLUA iniziaMP \ +iniziaMPclip iniziaMPcode iniziaMPdefinitions iniziaMPdrawing iniziaMPenvironment \ +iniziaMPextensions iniziaMPinclusions iniziaMPinitializations iniziaMPpage iniziaMPpositiongraphic \ +iniziaMPpositionmethod iniziaMPrun iniziaPARSEDXML iniziaTABLE iniziaTABLEbody \ +iniziaTABLEfoot iniziaTABLEhead iniziaTABLEnested iniziaTABLEnext iniziaTC \ iniziaTD iniziaTDs iniziaTEX iniziaTEXpage iniziaTH \ iniziaTN iniziaTR iniziaTRs iniziaTX iniziaTY \ iniziaXML iniziaalign iniziaalignment iniziaallineacentro iniziaallineadestra \ @@ -1728,76 +1734,76 @@ terminaJSpreamble terminaLUA terminaMP terminaMPclip terminaMPcode \ terminaMPdefinitions terminaMPdrawing terminaMPenvironment terminaMPextensions terminaMPinclusions \ terminaMPinitializations terminaMPpage terminaMPpositiongraphic terminaMPpositionmethod terminaMPrun \ terminaPARSEDXML terminaTABLE terminaTABLEbody terminaTABLEfoot terminaTABLEhead \ -terminaTABLEnext terminaTC terminaTD terminaTDs terminaTEX \ -terminaTEXpage terminaTH terminaTN terminaTR terminaTRs \ -terminaTX terminaTY terminaXML terminaalign terminaalignment \ -terminaallineacentro terminaallineadestra terminaallineasinistra terminaallmodes terminaambiente \ -terminaappendices terminaarrangedpages terminaaside terminaattachment terminabackmatter \ -terminabar terminabbordermatrix terminabitmapimage terminablockquote terminabodymatter \ -terminabordermatrix terminaboxedcolumns terminabtxlabeltext terminabtxrenderingdefinitions terminabuffer \ -terminacases terminacatcodetable terminacenteraligned terminachapter terminacharacteralign \ -terminacheckedfences terminachemical terminachemicaltext terminacollect terminacollecting \ -terminacolore terminacolorintent terminacoloronly terminacolorset terminacolumns \ -terminacolumnset terminacolumnsetspan terminacombination terminacomment terminacomponenet \ -terminacontextcode terminacontextdefinitioncode terminactxfunction terminactxfunctiondefinition terminacurrentcolor \ -terminacurrentlistentrywrapper terminadelimited terminadelimitedtext terminadisplaymath terminadmath \ -terminadocument terminaeffect terminaelement terminaelemento terminaembeddedxtable \ -terminaendnote terminaendofline terminaexceptions terminaexpanded terminaexpandedcollect \ -terminaextendedcatcodetable terminaexternalfigurecollection terminafacingfloat terminafact terminafigure \ -terminafiguretext terminafittingpage terminafixed terminafloatcombination terminafont \ -terminafontclass terminafontsolution terminafootnote terminaformula terminaformulas \ -terminaframedcell terminaframedcontent terminaframedrow terminaframedtable terminaframedtext \ -terminafrontmatter terminagraphictext terminagridsnapping terminahanging terminahbox \ -terminahboxestohbox terminahboxregister terminaheadtext terminahelptext terminahiding \ -terminahighlight terminahyphenation terminaimath terminaimpaccato terminaincorniciato \ -terminaindentation terminaindentedtext terminainteraction terminainterface terminaintermezzotext \ -terminaintertext terminaitemgroup terminaitemgroupcolumns terminaitemize terminaknockout \ -terminalabeltext terminalayout terminalegend terminalinealignment terminalineamargine \ -terminalineatesto terminalinecorrection terminalinefiller terminalinenumbering terminalines \ -terminalinetable terminalinetablebody terminalinetablecell terminalinetablehead terminalingua \ -terminalocalfootnotes terminalocalheadsetup terminalocallinecorrection terminalocalnotes terminalocalsetups \ -terminalua terminaluacode terminaluaparameterset terminaluasetups terminamakeup \ -terminamarginblock terminamarkedcontent terminamarkpages terminamathalignment terminamathcases \ -terminamathlabeltext terminamathmatrix terminamathmode terminamathstyle terminamatrices \ -terminamatrix terminamaxaligned terminamdformula terminamenuinterattivo terminamettiformula \ -terminamiddlealigned terminamiddlemakeup terminamixedcolumns terminamode terminamodeset \ -terminamodule terminamoduletestsection terminampformula terminanamedsection terminanamedsubformulas \ -terminanarrow terminanarrower terminanegative terminanicelyfilledbox terminanointerference \ -terminanotallmodes terminanotext terminanotmode terminaoperatortext terminaopposite \ -terminaoutputstream terminaoverlay terminaoverprint terminapagecolumns terminapagecomment \ -terminapagefigure terminapagelayout terminapagemakeup terminapar terminaparagraph \ -terminaparagraphs terminaparagraphscell terminaparbuilder terminapart terminapath \ -terminaplacechemical terminaplacefigure terminaplacefloat terminaplacegraphic terminaplaceintermezzo \ -terminaplacelegend terminaplacepairedbox terminaplacetable terminapositioning terminapositionoverlay \ -terminapositive terminapostponing terminapostponingnotes terminaprefixtext terminaprocessassignmentcommand \ -terminaprocessassignmentlist terminaprocesscommacommand terminaprocesscommalist terminaprodotto terminaprogetto \ -terminaprotect terminaprotectedcolors terminapubblicazione terminapunctuation terminaquotation \ -terminaquote terminarandomized terminarandomseed terminarawsetups terminareadingfile \ -terminareferenceprefix terminaregime terminareusableMPgraphic terminariga terminaruby \ -terminascript terminasdformula terminasection terminasectionblock terminasectionblockenvironment \ -terminasectionlevel terminasetups terminasfondo terminashapebox terminashift \ -terminasidebar terminasimplecolumns terminaspecialitem terminaspeech terminaspformula \ -terminasplitformula terminasplittext terminaspread terminastandardmakeup terminastaticMPfigure \ -terminastaticMPgraphic terminastrictinspectnextcharacter terminastrut terminastyle terminasubformulas \ -terminasubject terminasubjectlevel terminasubsection terminasubsentence terminasubstack \ -terminasubsubject terminasubsubsection terminasubsubsubject terminasubsubsubsection terminasubsubsubsubject \ -terminasubsubsubsubsection terminasubsubsubsubsubject terminasuffixtext terminasymbolset terminatable \ -terminatablehead terminatables terminatabletail terminatabletext terminatabulate \ -terminatabulatehead terminatabulatetail terminatagged terminataglabeltext terminatesta \ -terminatexcode terminatexdefinition terminatext terminatextbackground terminatextbackgroundmanual \ -terminatextcolor terminatextcolorintent terminatextflow terminatextmakeup terminatitle \ -terminatokenlist terminatokens terminatransparent terminatypescript terminatypescriptcollection \ -terminatyping terminauniqueMPgraphic terminauniqueMPpagegraphic terminaunittext terminaunpacked \ -terminausableMPgraphic terminauseMPgraphic terminausemathstyleparameter terminauserdata terminausingbtxspecification \ -terminavaia terminavbox terminavboxregister terminavboxtohbox terminavboxtohboxseparator \ -terminaviewerlayer terminavtop terminavtopregister terminaxcell terminaxcellgroup \ -terminaxcolumn terminaxgroup terminaxmldisplayverbatim terminaxmlinlineverbatim terminaxmlraw \ -terminaxmlsetups terminaxrow terminaxrowgroup terminaxtable terminaxtablebody \ -terminaxtablefoot terminaxtablehead terminaxtablenext testonotapdp testoriempimento \ -tieniblocchi traduci usaJSscripts usaURL usablocco \ -usacartella usacolonnasonoraesterna usadocumentoesterno usafiguraesterna usamodulo \ -usasimboli usaurl vaia vaiabox vaiapagina \ -vaigiu valorecolore versione +terminaTABLEnested terminaTABLEnext terminaTC terminaTD terminaTDs \ +terminaTEX terminaTEXpage terminaTH terminaTN terminaTR \ +terminaTRs terminaTX terminaTY terminaXML terminaalign \ +terminaalignment terminaallineacentro terminaallineadestra terminaallineasinistra terminaallmodes \ +terminaambiente terminaappendices terminaarrangedpages terminaaside terminaattachment \ +terminabackmatter terminabar terminabbordermatrix terminabitmapimage terminablockquote \ +terminabodymatter terminabordermatrix terminaboxedcolumns terminabtxlabeltext terminabtxrenderingdefinitions \ +terminabuffer terminacases terminacatcodetable terminacenteraligned terminachapter \ +terminacharacteralign terminacheckedfences terminachemical terminachemicaltext terminacollect \ +terminacollecting terminacolore terminacolorintent terminacoloronly terminacolorset \ +terminacolumns terminacolumnset terminacolumnsetspan terminacombination terminacomment \ +terminacomponenet terminacontextcode terminacontextdefinitioncode terminactxfunction terminactxfunctiondefinition \ +terminacurrentcolor terminacurrentlistentrywrapper terminadelimited terminadelimitedtext terminadisplaymath \ +terminadmath terminadocument terminaeffect terminaelement terminaelemento \ +terminaembeddedxtable terminaendnote terminaendofline terminaexceptions terminaexpanded \ +terminaexpandedcollect terminaextendedcatcodetable terminaexternalfigurecollection terminafacingfloat terminafact \ +terminafigure terminafiguretext terminafittingpage terminafixed terminafloatcombination \ +terminafont terminafontclass terminafontsolution terminafootnote terminaformula \ +terminaformulas terminaframedcell terminaframedcontent terminaframedrow terminaframedtable \ +terminaframedtext terminafrontmatter terminagraphictext terminagridsnapping terminahanging \ +terminahbox terminahboxestohbox terminahboxregister terminaheadtext terminahelptext \ +terminahiding terminahighlight terminahyphenation terminaimath terminaimpaccato \ +terminaincorniciato terminaindentation terminaindentedtext terminainteraction terminainterface \ +terminaintermezzotext terminaintertext terminaitemgroup terminaitemgroupcolumns terminaitemize \ +terminaknockout terminalabeltext terminalayout terminalegend terminalinealignment \ +terminalineamargine terminalineatesto terminalinecorrection terminalinefiller terminalinenumbering \ +terminalines terminalinetable terminalinetablebody terminalinetablecell terminalinetablehead \ +terminalingua terminalocalfootnotes terminalocalheadsetup terminalocallinecorrection terminalocalnotes \ +terminalocalsetups terminalua terminaluacode terminaluaparameterset terminaluasetups \ +terminamakeup terminamarginblock terminamarkedcontent terminamarkpages terminamathalignment \ +terminamathcases terminamathlabeltext terminamathmatrix terminamathmode terminamathstyle \ +terminamatrices terminamatrix terminamaxaligned terminamdformula terminamenuinterattivo \ +terminamettiformula terminamiddlealigned terminamiddlemakeup terminamixedcolumns terminamode \ +terminamodeset terminamodule terminamoduletestsection terminampformula terminanamedsection \ +terminanamedsubformulas terminanarrow terminanarrower terminanegative terminanicelyfilledbox \ +terminanointerference terminanotallmodes terminanotext terminanotmode terminaoperatortext \ +terminaopposite terminaoutputstream terminaoverlay terminaoverprint terminapagecolumns \ +terminapagecomment terminapagefigure terminapagelayout terminapagemakeup terminapar \ +terminaparagraph terminaparagraphs terminaparagraphscell terminaparbuilder terminapart \ +terminapath terminaplacechemical terminaplacefigure terminaplacefloat terminaplacegraphic \ +terminaplaceintermezzo terminaplacelegend terminaplacepairedbox terminaplacetable terminapositioning \ +terminapositionoverlay terminapositive terminapostponing terminapostponingnotes terminaprefixtext \ +terminaprocessassignmentcommand terminaprocessassignmentlist terminaprocesscommacommand terminaprocesscommalist terminaprodotto \ +terminaprogetto terminaprotect terminaprotectedcolors terminapubblicazione terminapunctuation \ +terminaquotation terminaquote terminarandomized terminarandomseed terminarawsetups \ +terminareadingfile terminareferenceprefix terminaregime terminareusableMPgraphic terminariga \ +terminaruby terminascript terminasdformula terminasection terminasectionblock \ +terminasectionblockenvironment terminasectionlevel terminasetups terminasfondo terminashapebox \ +terminashift terminasidebar terminasimplecolumns terminaspecialitem terminaspeech \ +terminaspformula terminasplitformula terminasplittext terminaspread terminastandardmakeup \ +terminastaticMPfigure terminastaticMPgraphic terminastrictinspectnextcharacter terminastrut terminastyle \ +terminasubformulas terminasubject terminasubjectlevel terminasubsection terminasubsentence \ +terminasubstack terminasubsubject terminasubsubsection terminasubsubsubject terminasubsubsubsection \ +terminasubsubsubsubject terminasubsubsubsubsection terminasubsubsubsubsubject terminasuffixtext terminasymbolset \ +terminatable terminatablehead terminatables terminatabletail terminatabletext \ +terminatabulate terminatabulatehead terminatabulatetail terminatagged terminataglabeltext \ +terminatesta terminatexcode terminatexdefinition terminatext terminatextbackground \ +terminatextbackgroundmanual terminatextcolor terminatextcolorintent terminatextflow terminatextmakeup \ +terminatitle terminatokenlist terminatokens terminatransparent terminatypescript \ +terminatypescriptcollection terminatyping terminauniqueMPgraphic terminauniqueMPpagegraphic terminaunittext \ +terminaunpacked terminausableMPgraphic terminauseMPgraphic terminausemathstyleparameter terminauserdata \ +terminausingbtxspecification terminavaia terminavbox terminavboxregister terminavboxtohbox \ +terminavboxtohboxseparator terminaviewerlayer terminavtop terminavtopregister terminaxcell \ +terminaxcellgroup terminaxcolumn terminaxgroup terminaxmldisplayverbatim terminaxmlinlineverbatim \ +terminaxmlraw terminaxmlsetups terminaxrow terminaxrowgroup terminaxtable \ +terminaxtablebody terminaxtablefoot terminaxtablehead terminaxtablenext testonotapdp \ +testoriempimento tieniblocchi traduci usaJSscripts usaURL \ +usablocco usacartella usacolonnasonoraesterna usadocumentoesterno usafiguraesterna \ +usamodulo usasimboli usaurl vaia vaiabox \ +vaiapagina vaigiu valorecolore versione keywordclass.context.nl=\ Cijfers Kap Letter Letters \ @@ -1855,32 +1861,33 @@ stelinteractieschermin stelinterliniein stelinvullijnenin stelinvulregelsin stel stelitemsin stelkadertekstenin stelkadertekstin stelkantlijnin stelkapitalenin \ stelkleurenin stelkleurin stelkolomgroepin stelkolomgroepregelsin stelkolomgroepstartin \ stelkolommenin stelkopin stelkopnummerin stelkoppeltekenin stelkoppenin \ -stelkorpsin stellayoutin stellijndiktein stellijstin stelmargeblokkenin \ -stelmarkeringin stelnaastplaatsenin stelomlijndin stelonderin stelondertekstenin \ -stelopmaakin stelopsommingenin stelpaginacommentaarin stelpaginanummerin stelpaginanummeringin \ -stelpaginaovergangenin stelpaletin stelpapierformaatin stelpapierin stelparagraafnummerenin \ -stelplaatsblokin stelplaatsblokkenin stelplaatsbloksplitsenin stelplaatsin stelpositionerenin \ -stelprogrammasin stelrefererenin stelregelnummerenin stelregelsin stelregisterin \ -stelroterenin stelsamengesteldelijstin stelsectieblokin stelsmallerin stelsorterenin \ -stelspatieringin stelstartstopin stelsubpaginanummerin stelsymboolsetin stelsynoniemenin \ -steltaalin steltabellenin steltabulatiein steltekstachtergrondin steltekstin \ -steltekstinhoudin steltekstlijnenin stelteksttekstenin steltolerantiein steltypein \ -steltypenin steluitlijnenin stelurlin stelveldenin stelveldin \ -stelvoetin stelvoetnotenin stelvoettekstenin stelwiskundeuitlijnenin stelwitruimtein \ -stopachtergrond stopinteractiemenu stopkantlijn stopkleur stopkop \ -stoplokalevoetnoten stopmargeblok stopnaar stopomgeving stopomlijnd \ -stoponderdeel stopopelkaar stopplaatsformule stopplaatsplaatsblok stopprodukt \ -stopprojekt stoppublicatie stopregel stopregelcorrectie stopregellinks \ -stopregelmidden stopregelrechts stopsom stoptaal stoptekstachtergrond \ -stoptekstlijn stopuitlijnen subpaginanummer switchnaarkorps symbool \ -taal tekstlijn tekstreferentie testkolom testpagina \ -toelichting toongrid tooninstellingen toonkader toonkleur \ -toonkleurgroep toonkorps toonkorpsomgeving toonlayout toonopmaak \ -toonpalet toonprint toonstruts toonsymboolset uit \ -uitgerekt vastespatie vastespaties veld veldstapel \ -verbergblokken vergelijkkleurgroep vergelijkpalet versie vertaal \ -verwerkblokken voetnoottekst volledigepaginanummer volledigregister voluit \ -weekdag wiskunde woordrechts +stelkorpsin stelkorpsomgevingin stellayoutin stellijndiktein stellijstin \ +stelmargeblokkenin stelmarkeringin stelnaastplaatsenin stelomlijndin stelonderin \ +stelondertekstenin stelopmaakin stelopsommingenin stelpaginacommentaarin stelpaginanummerin \ +stelpaginanummeringin stelpaginaovergangenin stelpaletin stelpapierformaatin stelpapierin \ +stelparagraafnummerenin stelplaatsblokin stelplaatsblokkenin stelplaatsbloksplitsenin stelplaatsin \ +stelpositionerenin stelprogrammasin stelrefererenin stelregelnummerenin stelregelsin \ +stelregisterin stelroterenin stelsamengesteldelijstin stelsectieblokin stelsmallerin \ +stelsorterenin stelspatieringin stelstartstopin stelstrutin stelsubpaginanummerin \ +stelsymboolsetin stelsynoniemenin stelsysteemin steltaalin steltabellenin \ +steltabulatiein steltekstachtergrondin steltekstin steltekstinhoudin steltekstlijnenin \ +stelteksttekstenin steltolerantiein steltypein steltypenin steluitlijnenin \ +stelurlin stelveldenin stelveldin stelvoetin stelvoetnotenin \ +stelvoettekstenin stelwiskundeuitlijnenin stelwitruimtein stopachtergrond stopinteractiemenu \ +stopkantlijn stopkleur stopkop stoplokalevoetnoten stopmargeblok \ +stopnaar stopomgeving stopomlijnd stoponderdeel stopopelkaar \ +stopplaatsformule stopplaatsplaatsblok stopprodukt stopprojekt stoppublicatie \ +stopregel stopregelcorrectie stopregellinks stopregelmidden stopregelrechts \ +stopsom stoptaal stoptekstachtergrond stoptekstlijn stopuitlijnen \ +subpaginanummer switchnaarkorps symbool taal tekstlijn \ +tekstreferentie testkolom testpagina toelichting toongrid \ +tooninstellingen toonkader toonkleur toonkleurgroep toonkorps \ +toonkorpsomgeving toonlayout toonopmaak toonpalet toonprint \ +toonstruts toonsymboolset uit uitgerekt vastespatie \ +vastespaties veld veldstapel verbergblokken vergelijkkleurgroep \ +vergelijkpalet versie vertaal verwerkblokken voetnoottekst \ +volledigepaginanummer volledigregister voluit weekdag wiskunde \ +woordrechts keywordclass.context.pe=\ آیتم آیتمها آینه از \ @@ -1888,140 +1895,141 @@ keywordclass.context.pe=\ استفاده‌مسیر استفاده‌نمادها استفاده‌نوشتارخارجی استفاده‌پرونده‌دستخط‌تایپ اعدادلاتین \ افزودن انتخاب‌بلوکها بارگذاری‌آرایش بارگذاری‌آیتمها بارگذاری‌ارجاع \ بارگذاری‌اندازه‌برگ بارگذاری‌باریکتر بارگذاری‌بافر بارگذاری‌بالا بارگذاری‌بردباری \ -بارگذاری‌برنامه‌ها بارگذاری‌برگ بارگذاری‌بلوک بارگذاری‌بلوک‌بخش بارگذاری‌تایپ \ -بارگذاری‌تایپ‌کردن بارگذاری‌ترتیب بارگذاری‌تنظیم بارگذاری‌تنظیم‌ریاضی بارگذاری‌ته‌برگ \ -بارگذاری‌تورفتگی بارگذاری‌توضیح بارگذاری‌توضیح‌صفحه بارگذاری‌ثبت بارگذاری‌جانشانی \ -بارگذاری‌جدولها بارگذاری‌جدول‌بندی بارگذاری‌خالی بارگذاری‌خطها بارگذاری‌خطهای‌حاشیه \ -بارگذاری‌خطهای‌سیاه بارگذاری‌خطهای‌متن بارگذاری‌خطهای‌مجموعه‌ستون بارگذاری‌خطها‌ی‌نازک بارگذاری‌درج‌درخطها \ -بارگذاری‌درج‌مخالف بارگذاری‌دوران بارگذاری‌رنگ بارگذاری‌رنگها بارگذاری‌زبان \ -بارگذاری‌ستونها بارگذاری‌سر بارگذاری‌سربرگ بارگذاری‌سرها بارگذاری‌شرح \ -بارگذاری‌شرحها بارگذاری‌شروع‌مجموعه‌ستون بارگذاری‌شروع‌پایان بارگذاری‌شماره‌زیرصفحه بارگذاری‌شماره‌سر \ -بارگذاری‌شماره‌صفحه بارگذاری‌شماره‌گذاریها بارگذاری‌شماره‌گذاری‌صفحه بارگذاری‌شماره‌گذاری‌پاراگراف بارگذاری‌شماره‌‌گذاری‌خط \ -بارگذاری‌شناور بارگذاری‌شناورها بارگذاری‌شکافتن‌شناورها بارگذاری‌طرح بارگذاری‌طرح‌بندی \ -بارگذاری‌عرض‌خط بارگذاری‌فاصله‌بین‌خط بارگذاری‌فرمولها بارگذاری‌فضای‌سفید بارگذاری‌فضا‌گذاری \ -بارگذاری‌قالبی بارگذاری‌قلم‌متن بارگذاری‌لوح بارگذاری‌لیست بارگذاری‌لیست‌ترکیبی \ -بارگذاری‌مترادفها بارگذاری‌متن بارگذاری‌متنهای‌بالا بارگذاری‌متن‌سربرگ بارگذاری‌متن‌قالبی \ -بارگذاری‌متن‌متنها بارگذاری‌متن‌پانوشت بارگذاری‌متن‌پایین بارگذاری‌مجموعه‌ستون بارگذاری‌مجموعه‌نماد \ -بارگذاری‌منوی‌پانل بارگذاری‌مکان‌گذاری بارگذاری‌میدان بارگذاری‌میدانها بارگذاری‌میله‌پانل \ -بارگذاری‌نشانه‌شکستن بارگذاری‌نشانه‌گذاری بارگذاری‌نقل بارگذاری‌پاراگرافها بارگذاری‌پانل \ -بارگذاری‌پانوشتها بارگذاری‌پایین بارگذاری‌پرده‌پانل بارگذاری‌پرکردن‌خطها بارگذاری‌پس‌زمینه \ -بارگذاری‌پس‌زمینه‌ها بارگذاری‌چیدن بارگذاری‌گذارصفحه بارگذاری‌گروههای‌آیتم بارگذاری‌گروه‌آیتم \ -بازنشانی‌نشانه‌گذاری بدون‌خط‌بالاوپایین بدون‌خط‌سروته‌برگ بدون‌فضا برنامه \ -بروبه بروبه‌جعبه بروبه‌صفحه بروپایین بلند \ -بلوکهای‌پردازش بلوکها‌پنهان بنویس‌بین‌لیست بنویس‌در‌لیست تاریخ \ -تاریخ‌جاری تایپ تایپ‌بافر تایپ‌پرونده ترجمه \ -تعریف تعریف‌آرایش تعریف‌الگوی‌جدول تعریف‌اندازه‌برگ تعریف‌بافر \ -تعریف‌بخش تعریف‌برنامه تعریف‌برچسب تعریف‌بلوک تعریف‌بلوک‌بخش \ -تعریف‌تایپ تعریف‌تایپ‌کردن تعریف‌تبدیل تعریف‌ترتیب تعریف‌ترکیب \ -تعریف‌تنظیم‌ریاضی تعریف‌توده‌میدان تعریف‌ثبت تعریف‌جانشانی تعریف‌جدول‌بندی \ -تعریف‌جعبه‌‌افقی تعریف‌حرف تعریف‌رنگ تعریف‌زیرمیدان تعریف‌سبک \ -تعریف‌سبک‌قلم تعریف‌سر تعریف‌شرح تعریف‌شروع‌پایان تعریف‌شماره‌بندی \ -تعریف‌شمایل‌مرجع تعریف‌شناور تعریف‌شکستن‌ستون تعریف‌شکست‌صفحه تعریف‌طرح‌بندی \ -تعریف‌فرمان تعریف‌قالبی تعریف‌قلم تعریف‌قلم‌متن تعریف‌لایه \ -تعریف‌لهجه تعریف‌لوح تعریف‌لیست تعریف‌لیست‌ترکیبی تعریف‌مترادفها \ -تعریف‌مترادف‌قلم تعریف‌متن تعریف‌متن‌قالبی تعریف‌مجموعه‌ستون تعریف‌محیط‌قلم‌بدنه \ -تعریف‌مرجع تعریف‌منوی‌پانل تعریف‌میدان تعریف‌نشانه‌گذاری تعریف‌نماد \ -تعریف‌نمادشکل تعریف‌پاراگرافها تعریف‌پروفایل تعریف‌پوشش تعریف‌گروه‌آیتم \ -تعریف‌گروه‌رنگ تعیین‌شماره‌سر تعیین‌محتوای‌متن تعیین‌مشخصات‌ثبت تعیین‌مشخصات‌لیست \ -تغییربه‌قلم‌بدنه تنظیم‌راست تنظیم‌طرح‌بندی تنظیم‌وسط توجه \ -توری تولید تک ثبت‌کامل حرف \ -حرفها حفظ‌بلوکها خالی خطهای‌سیاه خطهای‌نازک \ -خطها‌خالی خط‌سیاه خط‌متن خط‌مو خط‌نازک \ -خ‌ا خ‌ع در درج‌ثبت درج‌درخط \ -درج‌درخطها درج‌درمتن درج‌در‌بالای‌یکدیگر درج‌در‌توری درج‌زیرفرمول \ -درج‌شماره‌سر درج‌شماره‌صفحه درج‌شناور درج‌فرمول درج‌لیست \ -درج‌لیست‌خام درج‌لیست‌مختلط درج‌متن‌سر درج‌پانوشتها درج‌پانوشتهای‌موضعی \ -درج‌چوب‌خط درج‌کنار‌به‌کنار درخط درصفحه درقالبی \ -درمورد درون درپر دریافت‌بافر دریافت‌نشانه \ -دوران دکمه دکمه‌منو دکمه‌پانل رج \ -رنگ رنگ‌خاکستری روزهفته ریاضی زبان \ -زبان‌اصلی ستون ستون‌امتحان سرپوش‌کوچک‌نه شروعJScode \ -شروعJSpreamble شروعLUA شروعMP شروعMPclip شروعMPcode \ -شروعMPdefinitions شروعMPdrawing شروعMPenvironment شروعMPextensions شروعMPinclusions \ -شروعMPinitializations شروعMPpage شروعMPpositiongraphic شروعMPpositionmethod شروعMPrun \ -شروعPARSEDXML شروعTABLE شروعTABLEbody شروعTABLEfoot شروعTABLEhead \ -شروعTABLEnext شروعTC شروعTD شروعTDs شروعTEX \ -شروعTEXpage شروعTH شروعTN شروعTR شروعTRs \ -شروعTX شروعTY شروعXML شروعalign شروعalignment \ -شروعallmodes شروعappendices شروعarrangedpages شروعaside شروعattachment \ -شروعbackmatter شروعbar شروعbbordermatrix شروعbitmapimage شروعblockquote \ -شروعbodymatter شروعbordermatrix شروعboxedcolumns شروعbtxlabeltext شروعbtxrenderingdefinitions \ -شروعbuffer شروعcases شروعcatcodetable شروعcenteraligned شروعchapter \ -شروعcharacteralign شروعcheckedfences شروعchemical شروعchemicaltext شروعcollect \ -شروعcollecting شروعcolorintent شروعcoloronly شروعcolorset شروعcolumns \ -شروعcolumnset شروعcolumnsetspan شروعcombination شروعcomment شروعcontextcode \ -شروعcontextdefinitioncode شروعctxfunction شروعctxfunctiondefinition شروعcurrentcolor شروعcurrentlistentrywrapper \ -شروعdelimited شروعdelimitedtext شروعdisplaymath شروعdmath شروعdocument \ -شروعeffect شروعelement شروعembeddedxtable شروعendnote شروعendofline \ -شروعexceptions شروعexpanded شروعexpandedcollect شروعextendedcatcodetable شروعexternalfigurecollection \ -شروعfacingfloat شروعfact شروعfigure شروعfiguretext شروعfittingpage \ -شروعfixed شروعfloatcombination شروعfont شروعfontclass شروعfontsolution \ -شروعfootnote شروعformula شروعformulas شروعframedcell شروعframedcontent \ -شروعframedrow شروعframedtable شروعframedtext شروعfrontmatter شروعgraphictext \ -شروعgridsnapping شروعhanging شروعhbox شروعhboxestohbox شروعhboxregister \ -شروعheadtext شروعhelptext شروعhiding شروعhighlight شروعhyphenation \ -شروعimath شروعindentation شروعindentedtext شروعinteraction شروعinterface \ -شروعintermezzotext شروعintertext شروعitemgroup شروعitemgroupcolumns شروعitemize \ -شروعknockout شروعlabeltext شروعlayout شروعlegend شروعlinealignment \ -شروعlinecorrection شروعlinefiller شروعlinenumbering شروعlines شروعlinetable \ -شروعlinetablebody شروعlinetablecell شروعlinetablehead شروعlocalfootnotes شروعlocalheadsetup \ -شروعlocallinecorrection شروعlocalnotes شروعlocalsetups شروعlua شروعluacode \ -شروعluaparameterset شروعluasetups شروعmakeup شروعmarginblock شروعmarkedcontent \ -شروعmarkpages شروعmathalignment شروعmathcases شروعmathlabeltext شروعmathmatrix \ -شروعmathmode شروعmathstyle شروعmatrices شروعmatrix شروعmaxaligned \ -شروعmdformula شروعmiddlealigned شروعmiddlemakeup شروعmixedcolumns شروعmode \ -شروعmodeset شروعmodule شروعmoduletestsection شروعmpformula شروعnamedsection \ -شروعnamedsubformulas شروعnarrow شروعnarrower شروعnegative شروعnicelyfilledbox \ -شروعnointerference شروعnotallmodes شروعnotext شروعnotmode شروعoperatortext \ -شروعopposite شروعoutputstream شروعoverlay شروعoverprint شروعpagecolumns \ -شروعpagecomment شروعpagefigure شروعpagelayout شروعpagemakeup شروعpar \ -شروعparagraph شروعparagraphs شروعparagraphscell شروعparbuilder شروعpart \ -شروعpath شروعplacechemical شروعplacefigure شروعplacegraphic شروعplaceintermezzo \ -شروعplacelegend شروعplacepairedbox شروعplacetable شروعpositioning شروعpositionoverlay \ -شروعpositive شروعpostponing شروعpostponingnotes شروعprefixtext شروعprocessassignmentcommand \ -شروعprocessassignmentlist شروعprocesscommacommand شروعprocesscommalist شروعprotect شروعprotectedcolors \ -شروعpunctuation شروعquotation شروعquote شروعrandomized شروعrandomseed \ -شروعrawsetups شروعreadingfile شروعreferenceprefix شروعregime شروعreusableMPgraphic \ -شروعruby شروعscript شروعsdformula شروعsection شروعsectionblock \ -شروعsectionblockenvironment شروعsectionlevel شروعsetups شروعshapebox شروعshift \ -شروعsidebar شروعsimplecolumns شروعspecialitem شروعspeech شروعspformula \ -شروعsplitformula شروعsplittext شروعspread شروعstandardmakeup شروعstaticMPfigure \ -شروعstaticMPgraphic شروعstrictinspectnextcharacter شروعstrut شروعstyle شروعsubformulas \ -شروعsubject شروعsubjectlevel شروعsubsection شروعsubsentence شروعsubstack \ -شروعsubsubject شروعsubsubsection شروعsubsubsubject شروعsubsubsubsection شروعsubsubsubsubject \ -شروعsubsubsubsubsection شروعsubsubsubsubsubject شروعsuffixtext شروعsymbolset شروعtable \ -شروعtablehead شروعtables شروعtabletail شروعtabletext شروعtabulate \ -شروعtabulatehead شروعtabulatetail شروعtagged شروعtaglabeltext شروعtexcode \ -شروعtexdefinition شروعtext شروعtextbackground شروعtextbackgroundmanual شروعtextcolor \ -شروعtextcolorintent شروعtextflow شروعtextmakeup شروعtitle شروعtokenlist \ -شروعtokens شروعtransparent شروعtypescript شروعtypescriptcollection شروعtyping \ -شروعuniqueMPgraphic شروعuniqueMPpagegraphic شروعunittext شروعunpacked شروعusableMPgraphic \ -شروعuseMPgraphic شروعusemathstyleparameter شروعuserdata شروعusingbtxspecification شروعvbox \ -شروعvboxregister شروعvboxtohbox شروعvboxtohboxseparator شروعviewerlayer شروعvtop \ -شروعvtopregister شروعxcell شروعxcellgroup شروعxcolumn شروعxgroup \ -شروعxmldisplayverbatim شروعxmlinlineverbatim شروعxmlraw شروعxmlsetups شروعxrow \ -شروعxrowgroup شروعxtable شروعxtablebody شروعxtablefoot شروعxtablehead \ -شروعxtablenext شروعآیتم شروعبروبه شروعتنظیم‌راست شروعتنظیم‌وسط \ -شروعتولید شروعخط‌حاشیه شروعخط‌متن شروعدرج‌شناور شروعدرج‌فرمول \ -شروعرنگ شروعزبان شروعسر شروعفشرده شروعقالبی \ -شروعمحیط شروعمنوی‌پانل شروعمولفه شروعنشر شروعپروژه \ -شروعپس‌زمینه شروعچپ‌چین شروع‌خط شماره‌زیرصفحه شماره‌سر \ -شماره‌سرجاری شماره‌صفحه شماره‌صفحه‌کامل شماره‌فرمول شماره‌مبدل \ -شماره‌ها شکافتن‌شناور شکل‌خارجی صفحه صفحه‌تست \ -طول‌لیست عرض‌خط فضا فضاهای‌ثابت فضای‌ثابت \ -فضای‌سفیدصحیح قالبی لوح‌مقایسه ماه متن‌پانوشت \ -محیط مراجعه مرجع مرجع‌صفحه مرجع‌متن \ -مقایسه‌گروه‌رنگ مقداررنگ مقیاس منوی‌پانل مولفه \ -مکان میدان میدان‌شبیه‌سازی میدان‌پشته میدان‌کپی \ -میله‌رنگ میله‌پانل ناشناس نسخه نشانه‌گذاری \ -نصب‌زبان نقطه‌ها نماد نمایش‌آرایش نمایش‌بارگذاریها \ -نمایش‌بستها نمایش‌توری نمایش‌رنگ نمایش‌طرح‌بندی نمایش‌قالب \ -نمایش‌قلم‌بدنه نمایش‌لوح نمایش‌مجموعه‌علامت نمایش‌محیط‌قلم‌بدنه نمایش‌چاپ \ -نمایش‌گروه‌رنگ پابا پایانJScode پایانJSpreamble پایانLUA \ -پایانMP پایانMPclip پایانMPcode پایانMPdefinitions پایانMPdrawing \ -پایانMPenvironment پایانMPextensions پایانMPinclusions پایانMPinitializations پایانMPpage \ -پایانMPpositiongraphic پایانMPpositionmethod پایانMPrun پایانPARSEDXML پایانTABLE \ -پایانTABLEbody پایانTABLEfoot پایانTABLEhead پایانTABLEnext پایانTC \ +بارگذاری‌برنامه‌ها بارگذاری‌برگ بارگذاری‌بست بارگذاری‌بلوک بارگذاری‌بلوک‌بخش \ +بارگذاری‌تایپ بارگذاری‌تایپ‌کردن بارگذاری‌ترتیب بارگذاری‌تنظیم بارگذاری‌تنظیم‌ریاضی \ +بارگذاری‌ته‌برگ بارگذاری‌تورفتگی بارگذاری‌توضیح بارگذاری‌توضیح‌صفحه بارگذاری‌ثبت \ +بارگذاری‌جانشانی بارگذاری‌جدولها بارگذاری‌جدول‌بندی بارگذاری‌خالی بارگذاری‌خطها \ +بارگذاری‌خطهای‌حاشیه بارگذاری‌خطهای‌سیاه بارگذاری‌خطهای‌متن بارگذاری‌خطهای‌مجموعه‌ستون بارگذاری‌خطها‌ی‌نازک \ +بارگذاری‌درج‌درخطها بارگذاری‌درج‌مخالف بارگذاری‌دوران بارگذاری‌رنگ بارگذاری‌رنگها \ +بارگذاری‌زبان بارگذاری‌ستونها بارگذاری‌سر بارگذاری‌سربرگ بارگذاری‌سرها \ +بارگذاری‌سیستم بارگذاری‌شرح بارگذاری‌شرحها بارگذاری‌شروع‌مجموعه‌ستون بارگذاری‌شروع‌پایان \ +بارگذاری‌شماره‌زیرصفحه بارگذاری‌شماره‌سر بارگذاری‌شماره‌صفحه بارگذاری‌شماره‌گذاریها بارگذاری‌شماره‌گذاری‌صفحه \ +بارگذاری‌شماره‌گذاری‌پاراگراف بارگذاری‌شماره‌‌گذاری‌خط بارگذاری‌شناور بارگذاری‌شناورها بارگذاری‌شکافتن‌شناورها \ +بارگذاری‌طرح بارگذاری‌طرح‌بندی بارگذاری‌عرض‌خط بارگذاری‌فاصله‌بین‌خط بارگذاری‌فرمولها \ +بارگذاری‌فضای‌سفید بارگذاری‌فضا‌گذاری بارگذاری‌قالبی بارگذاری‌قلم‌متن بارگذاری‌لوح \ +بارگذاری‌لیست بارگذاری‌لیست‌ترکیبی بارگذاری‌مترادفها بارگذاری‌متن بارگذاری‌متنهای‌بالا \ +بارگذاری‌متن‌سربرگ بارگذاری‌متن‌قالبی بارگذاری‌متن‌متنها بارگذاری‌متن‌پانوشت بارگذاری‌متن‌پایین \ +بارگذاری‌مجموعه‌ستون بارگذاری‌مجموعه‌نماد بارگذاری‌محیط‌قلم‌متن بارگذاری‌منوی‌پانل بارگذاری‌مکان‌گذاری \ +بارگذاری‌میدان بارگذاری‌میدانها بارگذاری‌میله‌پانل بارگذاری‌نشانه‌شکستن بارگذاری‌نشانه‌گذاری \ +بارگذاری‌نقل بارگذاری‌پاراگرافها بارگذاری‌پانل بارگذاری‌پانوشتها بارگذاری‌پایین \ +بارگذاری‌پرده‌پانل بارگذاری‌پرکردن‌خطها بارگذاری‌پس‌زمینه بارگذاری‌پس‌زمینه‌ها بارگذاری‌چیدن \ +بارگذاری‌گذارصفحه بارگذاری‌گروههای‌آیتم بارگذاری‌گروه‌آیتم بازنشانی‌نشانه‌گذاری بدون‌خط‌بالاوپایین \ +بدون‌خط‌سروته‌برگ بدون‌فضا برنامه بروبه بروبه‌جعبه \ +بروبه‌صفحه بروپایین بلند بلوکهای‌پردازش بلوکها‌پنهان \ +بنویس‌بین‌لیست بنویس‌در‌لیست تاریخ تاریخ‌جاری تایپ \ +تایپ‌بافر تایپ‌پرونده ترجمه تعریف تعریف‌آرایش \ +تعریف‌الگوی‌جدول تعریف‌اندازه‌برگ تعریف‌بافر تعریف‌بخش تعریف‌برنامه \ +تعریف‌برچسب تعریف‌بلوک تعریف‌بلوک‌بخش تعریف‌تایپ تعریف‌تایپ‌کردن \ +تعریف‌تبدیل تعریف‌ترتیب تعریف‌ترکیب تعریف‌تنظیم‌ریاضی تعریف‌توده‌میدان \ +تعریف‌ثبت تعریف‌جانشانی تعریف‌جدول‌بندی تعریف‌جعبه‌‌افقی تعریف‌حرف \ +تعریف‌رنگ تعریف‌زیرمیدان تعریف‌سبک تعریف‌سبک‌قلم تعریف‌سر \ +تعریف‌شرح تعریف‌شروع‌پایان تعریف‌شماره‌بندی تعریف‌شمایل‌مرجع تعریف‌شناور \ +تعریف‌شکستن‌ستون تعریف‌شکست‌صفحه تعریف‌طرح‌بندی تعریف‌فرمان تعریف‌قالبی \ +تعریف‌قلم تعریف‌قلم‌متن تعریف‌لایه تعریف‌لهجه تعریف‌لوح \ +تعریف‌لیست تعریف‌لیست‌ترکیبی تعریف‌مترادفها تعریف‌مترادف‌قلم تعریف‌متن \ +تعریف‌متن‌قالبی تعریف‌مجموعه‌ستون تعریف‌محیط‌قلم‌بدنه تعریف‌مرجع تعریف‌منوی‌پانل \ +تعریف‌میدان تعریف‌نشانه‌گذاری تعریف‌نماد تعریف‌نمادشکل تعریف‌پاراگرافها \ +تعریف‌پروفایل تعریف‌پوشش تعریف‌گروه‌آیتم تعریف‌گروه‌رنگ تعیین‌شماره‌سر \ +تعیین‌محتوای‌متن تعیین‌مشخصات‌ثبت تعیین‌مشخصات‌لیست تغییربه‌قلم‌بدنه تنظیم‌راست \ +تنظیم‌طرح‌بندی تنظیم‌وسط توجه توری تولید \ +تک ثبت‌کامل حرف حرفها حفظ‌بلوکها \ +خالی خطهای‌سیاه خطهای‌نازک خطها‌خالی خط‌سیاه \ +خط‌متن خط‌مو خط‌نازک خ‌ا خ‌ع \ +در درج‌ثبت درج‌درخط درج‌درخطها درج‌درمتن \ +درج‌در‌بالای‌یکدیگر درج‌در‌توری درج‌زیرفرمول درج‌شماره‌سر درج‌شماره‌صفحه \ +درج‌شناور درج‌فرمول درج‌لیست درج‌لیست‌خام درج‌لیست‌مختلط \ +درج‌متن‌سر درج‌پانوشتها درج‌پانوشتهای‌موضعی درج‌چوب‌خط درج‌کنار‌به‌کنار \ +درخط درصفحه درقالبی درمورد درون \ +درپر دریافت‌بافر دریافت‌نشانه دوران دکمه \ +دکمه‌منو دکمه‌پانل رج رنگ رنگ‌خاکستری \ +روزهفته ریاضی زبان زبان‌اصلی ستون \ +ستون‌امتحان سرپوش‌کوچک‌نه شروعJScode شروعJSpreamble شروعLUA \ +شروعMP شروعMPclip شروعMPcode شروعMPdefinitions شروعMPdrawing \ +شروعMPenvironment شروعMPextensions شروعMPinclusions شروعMPinitializations شروعMPpage \ +شروعMPpositiongraphic شروعMPpositionmethod شروعMPrun شروعPARSEDXML شروعTABLE \ +شروعTABLEbody شروعTABLEfoot شروعTABLEhead شروعTABLEnested شروعTABLEnext \ +شروعTC شروعTD شروعTDs شروعTEX شروعTEXpage \ +شروعTH شروعTN شروعTR شروعTRs شروعTX \ +شروعTY شروعXML شروعalign شروعalignment شروعallmodes \ +شروعappendices شروعarrangedpages شروعaside شروعattachment شروعbackmatter \ +شروعbar شروعbbordermatrix شروعbitmapimage شروعblockquote شروعbodymatter \ +شروعbordermatrix شروعboxedcolumns شروعbtxlabeltext شروعbtxrenderingdefinitions شروعbuffer \ +شروعcases شروعcatcodetable شروعcenteraligned شروعchapter شروعcharacteralign \ +شروعcheckedfences شروعchemical شروعchemicaltext شروعcollect شروعcollecting \ +شروعcolorintent شروعcoloronly شروعcolorset شروعcolumns شروعcolumnset \ +شروعcolumnsetspan شروعcombination شروعcomment شروعcontextcode شروعcontextdefinitioncode \ +شروعctxfunction شروعctxfunctiondefinition شروعcurrentcolor شروعcurrentlistentrywrapper شروعdelimited \ +شروعdelimitedtext شروعdisplaymath شروعdmath شروعdocument شروعeffect \ +شروعelement شروعembeddedxtable شروعendnote شروعendofline شروعexceptions \ +شروعexpanded شروعexpandedcollect شروعextendedcatcodetable شروعexternalfigurecollection شروعfacingfloat \ +شروعfact شروعfigure شروعfiguretext شروعfittingpage شروعfixed \ +شروعfloatcombination شروعfont شروعfontclass شروعfontsolution شروعfootnote \ +شروعformula شروعformulas شروعframedcell شروعframedcontent شروعframedrow \ +شروعframedtable شروعframedtext شروعfrontmatter شروعgraphictext شروعgridsnapping \ +شروعhanging شروعhbox شروعhboxestohbox شروعhboxregister شروعheadtext \ +شروعhelptext شروعhiding شروعhighlight شروعhyphenation شروعimath \ +شروعindentation شروعindentedtext شروعinteraction شروعinterface شروعintermezzotext \ +شروعintertext شروعitemgroup شروعitemgroupcolumns شروعitemize شروعknockout \ +شروعlabeltext شروعlayout شروعlegend شروعlinealignment شروعlinecorrection \ +شروعlinefiller شروعlinenumbering شروعlines شروعlinetable شروعlinetablebody \ +شروعlinetablecell شروعlinetablehead شروعlocalfootnotes شروعlocalheadsetup شروعlocallinecorrection \ +شروعlocalnotes شروعlocalsetups شروعlua شروعluacode شروعluaparameterset \ +شروعluasetups شروعmakeup شروعmarginblock شروعmarkedcontent شروعmarkpages \ +شروعmathalignment شروعmathcases شروعmathlabeltext شروعmathmatrix شروعmathmode \ +شروعmathstyle شروعmatrices شروعmatrix شروعmaxaligned شروعmdformula \ +شروعmiddlealigned شروعmiddlemakeup شروعmixedcolumns شروعmode شروعmodeset \ +شروعmodule شروعmoduletestsection شروعmpformula شروعnamedsection شروعnamedsubformulas \ +شروعnarrow شروعnarrower شروعnegative شروعnicelyfilledbox شروعnointerference \ +شروعnotallmodes شروعnotext شروعnotmode شروعoperatortext شروعopposite \ +شروعoutputstream شروعoverlay شروعoverprint شروعpagecolumns شروعpagecomment \ +شروعpagefigure شروعpagelayout شروعpagemakeup شروعpar شروعparagraph \ +شروعparagraphs شروعparagraphscell شروعparbuilder شروعpart شروعpath \ +شروعplacechemical شروعplacefigure شروعplacegraphic شروعplaceintermezzo شروعplacelegend \ +شروعplacepairedbox شروعplacetable شروعpositioning شروعpositionoverlay شروعpositive \ +شروعpostponing شروعpostponingnotes شروعprefixtext شروعprocessassignmentcommand شروعprocessassignmentlist \ +شروعprocesscommacommand شروعprocesscommalist شروعprotect شروعprotectedcolors شروعpunctuation \ +شروعquotation شروعquote شروعrandomized شروعrandomseed شروعrawsetups \ +شروعreadingfile شروعreferenceprefix شروعregime شروعreusableMPgraphic شروعruby \ +شروعscript شروعsdformula شروعsection شروعsectionblock شروعsectionblockenvironment \ +شروعsectionlevel شروعsetups شروعshapebox شروعshift شروعsidebar \ +شروعsimplecolumns شروعspecialitem شروعspeech شروعspformula شروعsplitformula \ +شروعsplittext شروعspread شروعstandardmakeup شروعstaticMPfigure شروعstaticMPgraphic \ +شروعstrictinspectnextcharacter شروعstrut شروعstyle شروعsubformulas شروعsubject \ +شروعsubjectlevel شروعsubsection شروعsubsentence شروعsubstack شروعsubsubject \ +شروعsubsubsection شروعsubsubsubject شروعsubsubsubsection شروعsubsubsubsubject شروعsubsubsubsubsection \ +شروعsubsubsubsubsubject شروعsuffixtext شروعsymbolset شروعtable شروعtablehead \ +شروعtables شروعtabletail شروعtabletext شروعtabulate شروعtabulatehead \ +شروعtabulatetail شروعtagged شروعtaglabeltext شروعtexcode شروعtexdefinition \ +شروعtext شروعtextbackground شروعtextbackgroundmanual شروعtextcolor شروعtextcolorintent \ +شروعtextflow شروعtextmakeup شروعtitle شروعtokenlist شروعtokens \ +شروعtransparent شروعtypescript شروعtypescriptcollection شروعtyping شروعuniqueMPgraphic \ +شروعuniqueMPpagegraphic شروعunittext شروعunpacked شروعusableMPgraphic شروعuseMPgraphic \ +شروعusemathstyleparameter شروعuserdata شروعusingbtxspecification شروعvbox شروعvboxregister \ +شروعvboxtohbox شروعvboxtohboxseparator شروعviewerlayer شروعvtop شروعvtopregister \ +شروعxcell شروعxcellgroup شروعxcolumn شروعxgroup شروعxmldisplayverbatim \ +شروعxmlinlineverbatim شروعxmlraw شروعxmlsetups شروعxrow شروعxrowgroup \ +شروعxtable شروعxtablebody شروعxtablefoot شروعxtablehead شروعxtablenext \ +شروعآیتم شروعبروبه شروعتنظیم‌راست شروعتنظیم‌وسط شروعتولید \ +شروعخط‌حاشیه شروعخط‌متن شروعدرج‌شناور شروعدرج‌فرمول شروعرنگ \ +شروعزبان شروعسر شروعفشرده شروعقالبی شروعمحیط \ +شروعمنوی‌پانل شروعمولفه شروعنشر شروعپروژه شروعپس‌زمینه \ +شروعچپ‌چین شروع‌خط شماره‌زیرصفحه شماره‌سر شماره‌سرجاری \ +شماره‌صفحه شماره‌صفحه‌کامل شماره‌فرمول شماره‌مبدل شماره‌ها \ +شکافتن‌شناور شکل‌خارجی صفحه صفحه‌تست طول‌لیست \ +عرض‌خط فضا فضاهای‌ثابت فضای‌ثابت فضای‌سفیدصحیح \ +قالبی لوح‌مقایسه ماه متن‌پانوشت محیط \ +مراجعه مرجع مرجع‌صفحه مرجع‌متن مقایسه‌گروه‌رنگ \ +مقداررنگ مقیاس منوی‌پانل مولفه مکان \ +میدان میدان‌شبیه‌سازی میدان‌پشته میدان‌کپی میله‌رنگ \ +میله‌پانل ناشناس نسخه نشانه‌گذاری نصب‌زبان \ +نقطه‌ها نماد نمایش‌آرایش نمایش‌بارگذاریها نمایش‌بستها \ +نمایش‌توری نمایش‌رنگ نمایش‌طرح‌بندی نمایش‌قالب نمایش‌قلم‌بدنه \ +نمایش‌لوح نمایش‌مجموعه‌علامت نمایش‌محیط‌قلم‌بدنه نمایش‌چاپ نمایش‌گروه‌رنگ \ +پابا پایانJScode پایانJSpreamble پایانLUA پایانMP \ +پایانMPclip پایانMPcode پایانMPdefinitions پایانMPdrawing پایانMPenvironment \ +پایانMPextensions پایانMPinclusions پایانMPinitializations پایانMPpage پایانMPpositiongraphic \ +پایانMPpositionmethod پایانMPrun پایانPARSEDXML پایانTABLE پایانTABLEbody \ +پایانTABLEfoot پایانTABLEhead پایانTABLEnested پایانTABLEnext پایانTC \ پایانTD پایانTDs پایانTEX پایانTEXpage پایانTH \ پایانTN پایانTR پایانTRs پایانTX پایانTY \ پایانXML پایانalign پایانalignment پایانallmodes پایانappendices \ @@ -2136,29 +2144,30 @@ scrieintreliste selecteazablocuri semncarte setareitemization setarelimba \ setarepozitie seteazaaliniat seteazaalinierea seteazaantet seteazaaranjareapag \ seteazaaspect seteazabarainteractiune seteazablanc seteazabloc seteazablocsectiune \ seteazabuffer seteazacamp seteazacampuri seteazaclipping seteazacoloane \ -seteazacomentariu seteazacomentariupagina seteazaculoare seteazaculori seteazadimensiunihartie \ -seteazaecraninteractiune seteazaelemente seteazaenumerare seteazafloat seteazafloats \ -seteazafonttext seteazaformulare seteazaformule seteazafundal seteazafundaluri \ -seteazagrosimelinie seteazaimpartireafloat seteazainconjurat seteazaingust seteazainteractiunea \ -seteazajos seteazalegenda seteazalegendele seteazaliniesilabe seteazaliniesubtire \ -seteazalinii seteazaliniimargine seteazaliniinegre seteazaliniiumplere seteazalista \ -seteazalistacombinata seteazamajuscule seteazamakeup seteazamarcaje seteazameniuinteractiune \ -seteazaminicitat seteazanotasubsol seteazanumarpagina seteazanumarsubpagina seteazanumartitlu \ -seteazanumerotarelinii seteazanumerotarepagina seteazanumerotareparagrafe seteazapaleta seteazaparagrafe \ -seteazaplasareaopozita seteazaprograme seteazareferinte seteazaregistru seteazarigletext \ -seteazarigleumplere seteazarotare seteazasimbol seteazasinonime seteazasortare \ -seteazaspatiu seteazaspatiualb seteazaspatiuinterliniar seteazasubsol seteazasus \ -seteazatabele seteazatabulatori seteazatext seteazatexteantet seteazatextejos \ -seteazatextesubsol seteazatextesus seteazatextetext seteazatitlu seteazatitluri \ -seteazatoleranta seteazatranzitiepagina seteazatype seteazatyping seteazaurl \ -simbol spatiifixate spatiu spatiufixat startaliniatcentru \ -startaliniatdreapta startaliniatstanga startcomponenta startculoare startdute \ -startfundal startimpachetat startlimba startlinie startliniemargine \ -startmediu startmeniuinteractiune startprodus startproiect startpublicatie \ -startpuneformula startriglatext starttitlu stivacampuri stopaliniatcentru \ -stopaliniatdreapta stopaliniatstanga stopcomponenta stopculoare stopdute \ -stopfundal stopimpachetat stoplimba stoplinie stopliniemargine \ -stopmediu stopmeniuinteractiune stopprodus stopproiect stoppublicatie \ -stoppuneformula stopriglatext stoptitlu textumplere traduce \ -trecilafonttext undeva valoareculoare versiune zidinsaptamana +seteazacomentariu seteazacomentariupagina seteazaculoare seteazaculori seteazadescriere \ +seteazadimensiunihartie seteazaecraninteractiune seteazaelemente seteazaenumerare seteazafloat \ +seteazafloats seteazafonttext seteazaformulare seteazaformule seteazafundal \ +seteazafundaluri seteazagrosimelinie seteazaimpartireafloat seteazainconjurat seteazaingust \ +seteazainteractiunea seteazajos seteazalegenda seteazalegendele seteazaliniesilabe \ +seteazaliniesubtire seteazalinii seteazaliniimargine seteazaliniinegre seteazaliniiumplere \ +seteazalista seteazalistacombinata seteazamajuscule seteazamakeup seteazamarcaje \ +seteazamediulfonttext seteazameniuinteractiune seteazaminicitat seteazanotasubsol seteazanumarpagina \ +seteazanumarsubpagina seteazanumartitlu seteazanumerotarelinii seteazanumerotarepagina seteazanumerotareparagrafe \ +seteazapaleta seteazaparagrafe seteazaplasareaopozita seteazaprograme seteazareferinte \ +seteazaregistru seteazarigletext seteazarigleumplere seteazarotare seteazasimbol \ +seteazasinonime seteazasistem seteazasortare seteazaspatiu seteazaspatiualb \ +seteazaspatiuinterliniar seteazastrut seteazasubsol seteazasus seteazatabele \ +seteazatabulatori seteazatext seteazatexteantet seteazatextejos seteazatextesubsol \ +seteazatextesus seteazatextetext seteazatitlu seteazatitluri seteazatoleranta \ +seteazatranzitiepagina seteazatype seteazatyping seteazaurl simbol \ +spatiifixate spatiu spatiufixat startaliniatcentru startaliniatdreapta \ +startaliniatstanga startcomponenta startculoare startdute startfundal \ +startimpachetat startlimba startlinie startliniemargine startmediu \ +startmeniuinteractiune startprodus startproiect startpublicatie startpuneformula \ +startriglatext starttitlu stivacampuri stopaliniatcentru stopaliniatdreapta \ +stopaliniatstanga stopcomponenta stopculoare stopdute stopfundal \ +stopimpachetat stoplimba stoplinie stopliniemargine stopmediu \ +stopmeniuinteractiune stopprodus stopproiect stoppublicatie stoppuneformula \ +stopriglatext stoptitlu textumplere traduce trecilafonttext \ +undeva valoareculoare versiune zidinsaptamana diff --git a/context/data/textadept/context/data/scite-context-data-interfaces.lua b/context/data/textadept/context/data/scite-context-data-interfaces.lua index 5cbf4dce3..f97693648 100644 --- a/context/data/textadept/context/data/scite-context-data-interfaces.lua +++ b/context/data/textadept/context/data/scite-context-data-interfaces.lua @@ -1,11 +1,11 @@ return { - ["common"]={ "AEacute", "AEligature", "AEmacron", "AMSTEX", "Aacute", "Abreve", "Abreveacute", "Abrevedotbelow", "Abrevegrave", "Abrevehook", "Abrevetilde", "Acaron", "Acircumflex", "Acircumflexacute", "Acircumflexdotbelow", "Acircumflexgrave", "Acircumflexhook", "Acircumflextilde", "Adiaeresis", "Adiaeresismacron", "Adotaccent", "Adotaccentmacron", "Adotbelow", "Adoublegrave", "AfterPar", "Agrave", "Ahook", "Ainvertedbreve", "Alpha", "Alphabeticnumerals", "AmSTeX", "Amacron", "And", "Angstrom", "Aogonek", "Aring", "Aringacute", "Arrowvert", "Astroke", "Atilde", "BeforePar", "Beta", "Bhook", "Big", "Bigg", "Biggl", "Biggm", "Biggr", "Bigl", "Bigm", "Bigr", "Box", "Bumpeq", "CONTEXT", "Cacute", "Cap", "Caps", "Ccaron", "Ccedilla", "Ccircumflex", "Cdotaccent", "Character", "Characters", "Chi", "Chook", "ConTeXt", "Context", "ConvertConstantAfter", "ConvertToConstant", "Cstroke", "Cup", "DZcaronligature", "DZligature", "Dafrican", "Dcaron", "Ddownarrow", "Delta", "Dhook", "Doteq", "Downarrow", "Dstroke", "Dzcaronligature", "Dzligature", "ETEX", "Eacute", "Ebreve", "Ecaron", "Ecedilla", "Ecircumflex", "Ecircumflexacute", "Ecircumflexdotbelow", "Ecircumflexgrave", "Ecircumflexhook", "Ecircumflextilde", "Ediaeresis", "Edotaccent", "Edotbelow", "Edoublegrave", "Egrave", "Ehook", "Einvertedbreve", "Emacron", "Eogonek", "Epsilon", "Eta", "Eth", "Etilde", "Eulerconst", "EveryLine", "EveryPar", "Fhook", "Finv", "Gacute", "Game", "Gamma", "Gbreve", "Gcaron", "Gcircumflex", "Gcommaaccent", "Gdotaccent", "GetPar", "Ghook", "GotoPar", "Greeknumerals", "Gstroke", "Hat", "Hcaron", "Hcircumflex", "Hstroke", "IJligature", "INRSTEX", "Iacute", "Ibreve", "Icaron", "Icircumflex", "Idiaeresis", "Idotaccent", "Idotbelow", "Idoublegrave", "Igrave", "Ihook", "Iinvertedbreve", "Im", "Imacron", "Iogonek", "Iota", "Istroke", "Itilde", "Jcircumflex", "Join", "Kappa", "Kcaron", "Kcommaaccent", "Khook", "LAMSTEX", "LATEX", "LJligature", "LUAJITTEX", "LUAMETATEX", "LUATEX", "LaTeX", "Lacute", "LamSTeX", "Lambda", "Lbar", "Lcaron", "Lcommaaccent", "Ldotmiddle", "Ldsh", "Leftarrow", "Leftrightarrow", "Ljligature", "Lleftarrow", "Longleftarrow", "Longleftrightarrow", "Longmapsfrom", "Longmapsto", "Longrightarrow", "Lsh", "Lstroke", "Lua", "LuaMetaTeX", "LuaTeX", "LuajitTeX", "METAFONT", "METAFUN", "METAPOST", "MKII", "MKIV", "MKIX", "MKVI", "MKXI", "MONTH", "MONTHLONG", "MONTHSHORT", "MPII", "MPIV", "MPVI", "MPanchor", "MPbetex", "MPc", "MPcode", "MPcolor", "MPcoloronly", "MPcolumn", "MPd", "MPdrawing", "MPfontsizehskip", "MPgetmultipars", "MPgetmultishape", "MPgetposboxes", "MPh", "MPinclusions", "MPleftskip", "MPll", "MPlr", "MPls", "MPmenubuttons", "MPn", "MPoptions", "MPoverlayanchor", "MPp", "MPpage", "MPpardata", "MPplus", "MPpos", "MPpositiongraphic", "MPposset", "MPr", "MPrawvar", "MPregion", "MPrest", "MPrightskip", "MPrs", "MPstring", "MPtext", "MPtransparency", "MPul", "MPur", "MPv", "MPvar", "MPvariable", "MPvv", "MPw", "MPwhd", "MPx", "MPxy", "MPxywhd", "MPy", "Mapsfrom", "Mapsto", "MetaFont", "MetaFun", "MetaPost", "Mu", "NJligature", "Nacute", "Ncaron", "Ncommaaccent", "Nearrow", "Neng", "Ngrave", "Njligature", "NormalizeFontHeight", "NormalizeFontWidth", "NormalizeTextHeight", "NormalizeTextWidth", "Ntilde", "Nu", "Numbers", "Nwarrow", "OEligature", "Oacute", "Obreve", "Ocaron", "Ocircumflex", "Ocircumflexacute", "Ocircumflexdotbelow", "Ocircumflexgrave", "Ocircumflexhook", "Ocircumflextilde", "Odiaeresis", "Odiaeresismacron", "Odotaccent", "Odotaccentmacron", "Odotbelow", "Odoublegrave", "Ograve", "Ohook", "Ohorn", "Ohornacute", "Ohorndotbelow", "Ohorngrave", "Ohornhook", "Ohorntilde", "Ohungarumlaut", "Oinvertedbreve", "Omacron", "Omega", "Omicron", "Oogonek", "Oogonekmacron", "Ostroke", "Ostrokeacute", "Otilde", "Otildemacron", "P", "PDFETEX", "PDFTEX", "PDFcolor", "PICTEX", "PPCHTEX", "PPCHTeX", "PRAGMA", "Phi", "Phook", "Pi", "PiCTeX", "Plankconst", "PointsToBigPoints", "PointsToReal", "PointsToWholeBigPoints", "PropertyLine", "Psi", "PtToCm", "Racute", "Rcaron", "Rcommaaccent", "Rdoublegrave", "Rdsh", "Re", "ReadFile", "Relbar", "Rho", "Rightarrow", "Rinvertedbreve", "Romannumerals", "Rrightarrow", "Rsh", "S", "Sacute", "ScaledPointsToBigPoints", "ScaledPointsToWholeBigPoints", "Scaron", "Scedilla", "Schwa", "Scircumflex", "Scommaaccent", "Searrow", "Sigma", "Smallcapped", "Subset", "Supset", "Swarrow", "TABLE", "TEX", "TaBlE", "Tau", "Tcaron", "Tcedilla", "Tcommaaccent", "TeX", "TheNormalizedFontSize", "Theta", "Thook", "Thorn", "TransparencyHack", "Tstroke", "Uacute", "Ubreve", "Ucaron", "Ucircumflex", "Udiaeresis", "Udiaeresisacute", "Udiaeresiscaron", "Udiaeresisgrave", "Udiaeresismacron", "Udotbelow", "Udoublegrave", "Ugrave", "Uhook", "Uhorn", "Uhornacute", "Uhorndotbelow", "Uhorngrave", "Uhornhook", "Uhorntilde", "Uhungarumlaut", "Uinvertedbreve", "Umacron", "Uogonek", "Uparrow", "Updownarrow", "Upsilon", "Uring", "Utilde", "Uuparrow", "VDash", "Vdash", "VerboseNumber", "Vert", "Vvdash", "WEEKDAY", "WORD", "WORDS", "Wcircumflex", "WidthSpanningText", "Word", "Words", "XETEX", "XeTeX", "Xi", "Yacute", "Ycircumflex", "Ydiaeresis", "Ydotbelow", "Ygrave", "Yhook", "Ymacron", "Ytilde", "Zacute", "Zcaron", "Zdotaccent", "Zeta", "Zhook", "Zstroke", "aacute", "abbreviation", "abjadnaivenumerals", "abjadnodotnumerals", "abjadnumerals", "about", "abreve", "abreveacute", "abrevedotbelow", "abrevegrave", "abrevehook", "abrevetilde", "acaron", "acircumflex", "acircumflexacute", "acircumflexdotbelow", "acircumflexgrave", "acircumflexhook", "acircumflextilde", "activatespacehandler", "actualday", "actualmonth", "actualyear", "actuarial", "acute", "acwopencirclearrow", "adaptcollector", "adaptfontfeature", "adaptlayout", "adaptpapersize", "addfeature", "addfontpath", "addtoJSpreamble", "addtocommalist", "addvalue", "adiaeresis", "adiaeresismacron", "adotaccent", "adotaccentmacron", "adotbelow", "adoublegrave", "aeacute", "aeligature", "aemacron", "afghanicurrency", "aftersplitstring", "aftertestandsplitstring", "agrave", "ahook", "ainvertedbreve", "aleph", "alignbottom", "aligned", "alignedbox", "alignedline", "alignhere", "alignmentcharacter", "allinputpaths", "alpha", "alphabeticnumerals", "alwayscitation", "alwayscite", "amacron", "amalg", "ampersand", "anchor", "angle", "aogonek", "appendetoks", "appendgvalue", "appendtocommalist", "appendtoks", "appendtoksonce", "appendvalue", "apply", "applyalternativestyle", "applyprocessor", "applytocharacters", "applytofirstcharacter", "applytosplitstringchar", "applytosplitstringcharspaced", "applytosplitstringline", "applytosplitstringlinespaced", "applytosplitstringword", "applytosplitstringwordspaced", "applytowords", "approx", "approxEq", "approxeq", "approxnEq", "arabicakbar", "arabicalayhe", "arabicallah", "arabicallallahou", "arabicasterisk", "arabicbasmalah", "arabiccomma", "arabiccuberoot", "arabicdateseparator", "arabicdecimals", "arabicdisputedendofayah", "arabicendofayah", "arabicexnumerals", "arabicfootnotemarker", "arabicfourthroot", "arabichighain", "arabichighalayheassallam", "arabichigheqala", "arabichighesala", "arabichighfootnotemarker", "arabichighjeem", "arabichighlamalef", "arabichighmadda", "arabichighmeemlong", "arabichighmeemshort", "arabichighnisf", "arabichighnoon", "arabichighnoonkasra", "arabichighqaf", "arabichighqif", "arabichighradiallahouanhu", "arabichighrahmatullahalayhe", "arabichighrubc", "arabichighsad", "arabichighsajda", "arabichighsakta", "arabichighsallallahou", "arabichighseen", "arabichighsmallsafha", "arabichightah", "arabichightakhallus", "arabichighthalatha", "arabichighwaqf", "arabichighyeh", "arabichighzain", "arabicjallajalalouhou", "arabiclettermark", "arabiclowmeemlong", "arabiclownoonkasra", "arabiclowseen", "arabicmisra", "arabicmuhammad", "arabicnumber", "arabicnumberabove", "arabicnumerals", "arabicparenleft", "arabicparenright", "arabicpercent", "arabicperiod", "arabicpermille", "arabicpertenthousand", "arabicpoeticverse", "arabicqala", "arabicquestion", "arabicrasoul", "arabicray", "arabicrialsign", "arabicsafha", "arabicsajdah", "arabicsalla", "arabicsamvat", "arabicsanah", "arabicsemicolon", "arabicshighthreedots", "arabicslcm", "arabicstartofrubc", "arabictripledot", "arabicvowelwaw", "arabicvowelyeh", "arabicwasallam", "arg", "aring", "aringacute", "arrowvert", "asciistr", "aside", "assignalfadimension", "assigndimen", "assigndimension", "assignifempty", "assigntranslation", "assignvalue", "assignwidth", "assumelongusagecs", "ast", "astype", "asymp", "at", "atilde", "atleftmargin", "atpage", "atrightmargin", "attachment", "autocap", "autodirhbox", "autodirvbox", "autodirvtop", "autoinsertnextspace", "autointegral", "automathematics", "autopagestaterealpage", "autopagestaterealpageorder", "autosetups", "availablehsize", "averagecharwidth", "backepsilon", "background", "backgroundimage", "backgroundimagefill", "backgroundline", "backprime", "backsim", "backslash", "bar", "barleftarrow", "barleftarrowrightarrowbar", "barovernorthwestarrow", "barwedge", "basegrid", "baselinebottom", "baselineleftbox", "baselinemiddlebox", "baselinerightbox", "bbordermatrix", "bbox", "because", "beforesplitstring", "beforetestandsplitstring", "beta", "beth", "between", "bhook", "big", "bigbodyfont", "bigcap", "bigcirc", "bigcircle", "bigcup", "bigdiamond", "bigg", "bigger", "biggl", "biggm", "biggr", "bigl", "bigm", "bigodot", "bigoplus", "bigotimes", "bigr", "bigskip", "bigsqcap", "bigsqcup", "bigsquare", "bigstar", "bigtimes", "bigtriangledown", "bigtriangleup", "bigudot", "biguplus", "bigvee", "bigwedge", "binom", "bitmapimage", "blacklozenge", "blackrule", "blackrules", "blacksquare", "blacktriangle", "blacktriangledown", "blacktriangleleft", "blacktriangleright", "blank", "blap", "bleed", "bleedheight", "bleedwidth", "blockligatures", "blockquote", "blocksynctexfile", "blockuservariable", "bodyfontenvironmentlist", "bodyfontsize", "bold", "boldface", "bolditalic", "boldslanted", "bookmark", "booleanmodevalue", "bordermatrix", "bot", "bottombox", "bottomleftbox", "bottomrightbox", "bowtie", "boxcursor", "boxdot", "boxmarker", "boxminus", "boxofsize", "boxplus", "boxreference", "boxtimes", "bpos", "breakablethinspace", "breakhere", "breve", "bstroke", "btxabbreviatedjournal", "btxaddjournal", "btxalwayscitation", "btxauthorfield", "btxdetail", "btxdirect", "btxdoif", "btxdoifcombiinlistelse", "btxdoifelse", "btxdoifelsecombiinlist", "btxdoifelsesameasprevious", "btxdoifelsesameaspreviouschecked", "btxdoifelseuservariable", "btxdoifnot", "btxdoifsameaspreviouscheckedelse", "btxdoifsameaspreviouselse", "btxdoifuservariableelse", "btxexpandedjournal", "btxfield", "btxfieldname", "btxfieldtype", "btxfirstofrange", "btxflush", "btxflushauthor", "btxflushauthorinverted", "btxflushauthorinvertedshort", "btxflushauthorname", "btxflushauthornormal", "btxflushauthornormalshort", "btxflushsuffix", "btxfoundname", "btxfoundtype", "btxhiddencitation", "btxhybridcite", "btxlabellanguage", "btxlabeltext", "btxlistcitation", "btxloadjournalist", "btxoneorrange", "btxremapauthor", "btxsavejournalist", "btxsetup", "btxsingularorplural", "btxsingularplural", "btxtextcitation", "buildmathaccent", "buildtextaccent", "buildtextbottomcomma", "buildtextbottomdot", "buildtextcedilla", "buildtextgrave", "buildtextmacron", "buildtextognek", "bullet", "button", "cacute", "calligraphic", "camel", "cap", "capital", "carriagereturn", "catcodetablename", "cbox", "ccaron", "ccedilla", "ccircumflex", "ccurl", "cdot", "cdotaccent", "cdotp", "cdots", "centeraligned", "centerbox", "centerdot", "centeredbox", "centeredlastline", "centerednextbox", "centerline", "cfrac", "chapter", "character", "characters", "chardescription", "charwidthlanguage", "check", "checkcharacteralign", "checkedblank", "checkedchar", "checkedfiller", "checkedstrippedcsname", "checkinjector", "checkmark", "checknextindentation", "checknextinjector", "checkpage", "checkparameters", "checkpreviousinjector", "checksoundtrack", "checktwopassdata", "checkvariables", "chem", "chemical", "chemicalbottext", "chemicalmidtext", "chemicalsymbol", "chemicaltext", "chemicaltoptext", "chi", "chineseallnumerals", "chinesecapnumerals", "chinesenumerals", "chook", "circ", "circeq", "circlearrowleft", "circlearrowright", "circledR", "circledS", "circledast", "circledcirc", "circleddash", "circledequals", "circleonrightarrow", "citation", "cite", "clap", "classfont", "cldcommand", "cldcontext", "cldloadfile", "cldprocessfile", "cleftarrow", "clip", "clippedoverlayimage", "clonefield", "clubsuit", "collect", "collectedtext", "collectexpanded", "colon", "coloncolonequals", "colonequals", "color", "colorbar", "colorcomponents", "colored", "coloronly", "colorvalue", "column", "columnbreak", "columnsetspanwidth", "combinepages", "commalistelement", "commalistsentence", "commalistsize", "comment", "comparecolorgroup", "comparedimension", "comparedimensioneps", "comparepalet", "complement", "completebtxrendering", "completecontent", "completeindex", "completelist", "completelistofabbreviations", "completelistofchemicals", "completelistoffigures", "completelistofgraphics", "completelistofintermezzi", "completelistoflogos", "completelistofpublications", "completelistofsorts", "completelistofsynonyms", "completelistoftables", "completepagenumber", "completeregister", "complexes", "complexorsimple", "complexorsimpleempty", "component", "composedcollector", "composedlayer", "compresult", "cong", "constantdimen", "constantdimenargument", "constantemptyargument", "constantnumber", "constantnumberargument", "contentreference", "continuednumber", "continueifinputfile", "convertargument", "convertcommand", "convertedcounter", "converteddimen", "convertedsubcounter", "convertmonth", "convertnumber", "convertvalue", "convertvboxtohbox", "coprod", "copyboxfromcache", "copybtxlabeltext", "copyfield", "copyheadtext", "copylabeltext", "copymathlabeltext", "copyoperatortext", "copypages", "copyparameters", "copyposition", "copyprefixtext", "copyright", "copysetups", "copysuffixtext", "copytaglabeltext", "copyunittext", "correctwhitespace", "countersubs", "counttoken", "counttokens", "cramped", "crampedclap", "crampedllap", "crampedrlap", "crightarrow", "crightoverleftarrow", "crlf", "crlfplaceholder", "cstroke", "ctop", "ctxcommand", "ctxdirectcommand", "ctxdirectlua", "ctxfunction", "ctxlatecommand", "ctxlatelua", "ctxloadluafile", "ctxlua", "ctxluabuffer", "ctxluacode", "ctxreport", "ctxsprint", "cup", "curlyeqprec", "curlyeqsucc", "curlyvee", "curlywedge", "currentassignmentlistkey", "currentassignmentlistvalue", "currentbtxuservariable", "currentcommalistitem", "currentcomponent", "currentdate", "currentenvironment", "currentfeaturetest", "currentheadnumber", "currentinterface", "currentlanguage", "currentlistentrydestinationattribute", "currentlistentrylimitedtext", "currentlistentrynumber", "currentlistentrypagenumber", "currentlistentryreferenceattribute", "currentlistentrytitle", "currentlistentrytitlerendered", "currentlistsymbol", "currentmainlanguage", "currentmessagetext", "currentmoduleparameter", "currentoutputstream", "currentproduct", "currentproject", "currentregime", "currentregisterpageuserdata", "currentresponses", "currenttime", "currentvalue", "currentxtablecolumn", "currentxtablerow", "curvearrowleft", "curvearrowright", "cwopencirclearrow", "cyrillicA", "cyrillicAE", "cyrillicAbreve", "cyrillicAdiaeresis", "cyrillicB", "cyrillicBIGYUS", "cyrillicBIGYUSiotified", "cyrillicC", "cyrillicCH", "cyrillicCHEDC", "cyrillicCHEDCabkhasian", "cyrillicCHEabkhasian", "cyrillicCHEdiaeresis", "cyrillicCHEkhakassian", "cyrillicCHEvertstroke", "cyrillicD", "cyrillicDASIAPNEUMATA", "cyrillicDJE", "cyrillicDZE", "cyrillicDZEabkhasian", "cyrillicDZHE", "cyrillicE", "cyrillicELtail", "cyrillicEMtail", "cyrillicENDC", "cyrillicENGHE", "cyrillicENhook", "cyrillicENtail", "cyrillicEREV", "cyrillicERY", "cyrillicERtick", "cyrillicEbreve", "cyrillicEdiaeresis", "cyrillicEgrave", "cyrillicEiotified", "cyrillicF", "cyrillicFITA", "cyrillicG", "cyrillicGHEmidhook", "cyrillicGHEstroke", "cyrillicGHEupturn", "cyrillicGJE", "cyrillicH", "cyrillicHA", "cyrillicHADC", "cyrillicHRDSN", "cyrillicI", "cyrillicIE", "cyrillicII", "cyrillicISHRT", "cyrillicISHRTtail", "cyrillicIZHITSA", "cyrillicIZHITSAdoublegrave", "cyrillicIdiaeresis", "cyrillicIgrave", "cyrillicImacron", "cyrillicJE", "cyrillicK", "cyrillicKADC", "cyrillicKAbashkir", "cyrillicKAhook", "cyrillicKAstroke", "cyrillicKAvertstroke", "cyrillicKJE", "cyrillicKOPPA", "cyrillicKSI", "cyrillicL", "cyrillicLITTLEYUS", "cyrillicLITTLEYUSiotified", "cyrillicLJE", "cyrillicM", "cyrillicN", "cyrillicNJE", "cyrillicO", "cyrillicOMEGA", "cyrillicOMEGAround", "cyrillicOMEGAtitlo", "cyrillicOT", "cyrillicObarred", "cyrillicObarreddiaeresis", "cyrillicOdiaeresis", "cyrillicP", "cyrillicPALATALIZATION", "cyrillicPALOCHKA", "cyrillicPEmidhook", "cyrillicPSI", "cyrillicPSILIPNEUMATA", "cyrillicR", "cyrillicS", "cyrillicSCHWA", "cyrillicSCHWAdiaeresis", "cyrillicSDSC", "cyrillicSEMISOFT", "cyrillicSFTSN", "cyrillicSH", "cyrillicSHCH", "cyrillicSHHA", "cyrillicT", "cyrillicTEDC", "cyrillicTETSE", "cyrillicTITLO", "cyrillicTSHE", "cyrillicU", "cyrillicUK", "cyrillicUSHRT", "cyrillicUdiaeresis", "cyrillicUdoubleacute", "cyrillicUmacron", "cyrillicV", "cyrillicYA", "cyrillicYAT", "cyrillicYERUdiaeresis", "cyrillicYI", "cyrillicYO", "cyrillicYU", "cyrillicYstr", "cyrillicYstrstroke", "cyrillicZ", "cyrillicZDSC", "cyrillicZEdiaeresis", "cyrillicZH", "cyrillicZHEbreve", "cyrillicZHEdescender", "cyrillicZHEdiaeresis", "cyrillica", "cyrillicabreve", "cyrillicadiaeresis", "cyrillicae", "cyrillicb", "cyrillicbigyus", "cyrillicbigyusiotified", "cyrillicc", "cyrillicch", "cyrilliccheabkhasian", "cyrillicchedc", "cyrillicchedcabkhasian", "cyrillicchediaeresis", "cyrillicchekhakassian", "cyrillicchevertstroke", "cyrillicd", "cyrillicdje", "cyrillicdze", "cyrillicdzeabkhasian", "cyrillicdzhe", "cyrillice", "cyrillicebreve", "cyrillicediaeresis", "cyrillicegrave", "cyrilliceiotified", "cyrilliceltail", "cyrillicemtail", "cyrillicendc", "cyrillicenghe", "cyrillicenhook", "cyrillicentail", "cyrillicerev", "cyrillicertick", "cyrillicery", "cyrillicf", "cyrillicfita", "cyrillicg", "cyrillicghemidhook", "cyrillicghestroke", "cyrillicgheupturn", "cyrillicgje", "cyrillich", "cyrillicha", "cyrillichadc", "cyrillichrdsn", "cyrillici", "cyrillicidiaeresis", "cyrillicie", "cyrillicigrave", "cyrillicii", "cyrillicimacron", "cyrillicishrt", "cyrillicishrttail", "cyrillicizhitsa", "cyrillicizhitsadoublegrave", "cyrillicje", "cyrillick", "cyrillickabashkir", "cyrillickadc", "cyrillickahook", "cyrillickastroke", "cyrillickavertstroke", "cyrillickje", "cyrillickoppa", "cyrillicksi", "cyrillicl", "cyrilliclittleyus", "cyrilliclittleyusiotified", "cyrilliclje", "cyrillicm", "cyrillicn", "cyrillicnje", "cyrillico", "cyrillicobarred", "cyrillicobarreddiaeresis", "cyrillicodiaeresis", "cyrillicomega", "cyrillicomegaround", "cyrillicomegatitlo", "cyrillicot", "cyrillicp", "cyrillicpemidhook", "cyrillicpsi", "cyrillicr", "cyrillics", "cyrillicschwa", "cyrillicschwadiaeresis", "cyrillicsdsc", "cyrillicsemisoft", "cyrillicsftsn", "cyrillicsh", "cyrillicshch", "cyrillicshha", "cyrillict", "cyrillictedc", "cyrillictetse", "cyrillictshe", "cyrillicu", "cyrillicudiaeresis", "cyrillicudoubleacute", "cyrillicuk", "cyrillicumacron", "cyrillicushrt", "cyrillicv", "cyrillicya", "cyrillicyat", "cyrillicyerudiaeresis", "cyrillicyi", "cyrillicyo", "cyrillicystr", "cyrillicystrstroke", "cyrillicyu", "cyrillicz", "cyrilliczdsc", "cyrilliczediaeresis", "cyrilliczh", "cyrilliczhebreve", "cyrilliczhedescender", "cyrilliczhediaeresis", "d", "dag", "dagger", "daleth", "dasharrow", "dashedleftarrow", "dashedrightarrow", "dashv", "datasetvariable", "date", "dayoftheweek", "dayspermonth", "dbinom", "dcaron", "dcurl", "ddag", "ddagger", "dddot", "ddot", "ddots", "decrement", "decrementcounter", "decrementedcounter", "decrementpagenumber", "decrementsubpagenumber", "decrementvalue", "defaultinterface", "defaultobjectpage", "defaultobjectreference", "defcatcodecommand", "defconvertedargument", "defconvertedcommand", "defconvertedvalue", "define", "defineMPinstance", "defineTABLEsetup", "defineaccent", "defineactivecharacter", "definealternativestyle", "defineanchor", "defineattachment", "defineattribute", "definebackground", "definebar", "defineblock", "definebodyfont", "definebodyfontenvironment", "definebodyfontswitch", "definebreakpoint", "definebreakpoints", "definebtx", "definebtxdataset", "definebtxregister", "definebtxrendering", "definebuffer", "definebutton", "definecapitals", "definecharacter", "definecharacterkerning", "definecharacterspacing", "definechemical", "definechemicals", "definechemicalsymbol", "definecollector", "definecolor", "definecolorgroup", "definecolumnbreak", "definecolumnset", "definecolumnsetarea", "definecolumnsetspan", "definecombination", "definecombinedlist", "definecommand", "definecomment", "definecomplexorsimple", "definecomplexorsimpleempty", "defineconversion", "defineconversionset", "definecounter", "definedataset", "definedelimitedtext", "definedeq", "definedescription", "definedfont", "defineeffect", "defineenumeration", "defineexpandable", "defineexternalfigure", "definefacingfloat", "definefallbackfamily", "definefield", "definefieldbody", "definefieldbodyset", "definefieldcategory", "definefieldstack", "definefiguresymbol", "definefileconstant", "definefilefallback", "definefilesynonym", "definefiller", "definefirstline", "definefittingpage", "definefloat", "definefont", "definefontalternative", "definefontfallback", "definefontfamily", "definefontfamilypreset", "definefontfeature", "definefontfile", "definefontsize", "definefontsolution", "definefontstyle", "definefontsynonym", "defineformula", "defineformulaalternative", "defineformulaframed", "defineframed", "defineframedcontent", "defineframedtable", "defineframedtext", "definefrozenfont", "defineglobalcolor", "definegraphictypesynonym", "definegridsnapping", "definehbox", "definehead", "defineheadalternative", "definehelp", "definehigh", "definehighlight", "definehspace", "definehypenationfeatures", "defineindentedtext", "defineindenting", "defineinitial", "defineinsertion", "defineinteraction", "defineinteractionbar", "defineinteractionmenu", "defineinterfaceconstant", "defineinterfaceelement", "defineinterfacevariable", "defineinterlinespace", "defineintermediatecolor", "defineitemgroup", "defineitems", "definelabel", "definelabelclass", "definelayer", "definelayerpreset", "definelayout", "definelinefiller", "definelinenote", "definelinenumbering", "definelines", "definelist", "definelistalternative", "definelistextra", "definelow", "definelowhigh", "definelowmidhigh", "definemakeup", "definemarginblock", "definemargindata", "definemarker", "definemarking", "definemathaccent", "definemathalignment", "definemathcases", "definemathcommand", "definemathdouble", "definemathdoubleextensible", "definemathematics", "definemathextensible", "definemathfence", "definemathfraction", "definemathframed", "definemathmatrix", "definemathornament", "definemathover", "definemathoverextensible", "definemathovertextextensible", "definemathradical", "definemathstackers", "definemathstyle", "definemathtriplet", "definemathunder", "definemathunderextensible", "definemathundertextextensible", "definemathunstacked", "definemeasure", "definemessageconstant", "definemixedcolumns", "definemode", "definemultitonecolor", "definenamedcolor", "definenamespace", "definenarrower", "definenote", "defineornament", "defineoutputroutine", "defineoutputroutinecommand", "defineoverlay", "definepage", "definepagebreak", "definepagechecker", "definepagecolumns", "definepageinjection", "definepageinjectionalternative", "definepageshift", "definepagestate", "definepairedbox", "definepalet", "definepapersize", "defineparagraph", "defineparagraphs", "defineparallel", "defineparbuilder", "defineperiodkerning", "defineplacement", "definepositioning", "defineprefixset", "defineprocesscolor", "defineprocessor", "defineprofile", "defineprogram", "definepushbutton", "definepushsymbol", "definereference", "definereferenceformat", "defineregister", "definerenderingwindow", "defineresetset", "defineruby", "definescale", "definescript", "definesection", "definesectionblock", "definesectionlevels", "defineselector", "defineseparatorset", "defineshift", "definesidebar", "definesort", "definesorting", "definespotcolor", "definestartstop", "definestyle", "definestyleinstance", "definesubfield", "definesubformula", "definesymbol", "definesynonym", "definesynonyms", "definesystemattribute", "definesystemconstant", "definesystemvariable", "definetabletemplate", "definetabulate", "definetabulation", "definetext", "definetextbackground", "definetextflow", "definetextnote", "definetokenlist", "definetooltip", "definetransparency", "definetwopasslist", "definetype", "definetypeface", "definetypescriptprefix", "definetypescriptsynonym", "definetypesetting", "definetyping", "defineunit", "defineuserdata", "defineuserdataalternative", "defineviewerlayer", "definevspace", "definevspacing", "definevspacingamount", "definextable", "delimited", "delimitedtext", "delta", "depthofstring", "depthonlybox", "depthspanningtext", "depthstrut", "determineheadnumber", "determinelistcharacteristics", "determinenoflines", "determineregistercharacteristics", "devanagarinumerals", "dfrac", "dhook", "diameter", "diamond", "diamondsuit", "differentialD", "differentiald", "digamma", "digits", "dimensiontocount", "directboxfromcache", "directcolor", "directcolored", "directconvertedcounter", "directcopyboxfromcache", "directdummyparameter", "directgetboxllx", "directgetboxlly", "directhighlight", "directlocalframed", "directluacode", "directselect", "directsetbar", "directsetup", "directsymbol", "directvspacing", "dis", "disabledirectives", "disableexperiments", "disablemode", "disableoutputstream", "disableparpositions", "disableregime", "disabletrackers", "displaymath", "displaymathematics", "displaymessage", "distributedhsize", "div", "dividedsize", "divideontimes", "divides", "doadaptleftskip", "doadaptrightskip", "doaddfeature", "doassign", "doassignempty", "doboundtext", "docheckassignment", "docheckedpagestate", "docheckedpair", "documentvariable", "dodoubleargument", "dodoubleargumentwithset", "dodoubleempty", "dodoubleemptywithset", "dodoublegroupempty", "doeassign", "doexpandedrecurse", "dofastloopcs", "dogetattribute", "dogetattributeid", "dogetcommacommandelement", "dogobbledoubleempty", "dogobblesingleempty", "doif", "doifMPgraphicelse", "doifallcommon", "doifallcommonelse", "doifalldefinedelse", "doifallmodes", "doifallmodeselse", "doifassignmentelse", "doifassignmentelsecs", "doifblackelse", "doifbothsides", "doifbothsidesoverruled", "doifboxelse", "doifbufferelse", "doifcolor", "doifcolorelse", "doifcommandhandler", "doifcommandhandlerelse", "doifcommon", "doifcommonelse", "doifcontent", "doifconversiondefinedelse", "doifconversionnumberelse", "doifcounter", "doifcounterelse", "doifcurrentfonthasfeatureelse", "doifdefined", "doifdefinedcounter", "doifdefinedcounterelse", "doifdefinedelse", "doifdimensionelse", "doifdimenstringelse", "doifdocumentargument", "doifdocumentargumentelse", "doifdocumentfilename", "doifdocumentfilenameelse", "doifdocumentvariable", "doifdocumentvariableelse", "doifdrawingblackelse", "doifelse", "doifelseMPgraphic", "doifelseallcommon", "doifelsealldefined", "doifelseallmodes", "doifelseassignment", "doifelseassignmentcs", "doifelseblack", "doifelsebox", "doifelseboxincache", "doifelsebuffer", "doifelsecolor", "doifelsecommandhandler", "doifelsecommon", "doifelseconversiondefined", "doifelseconversionnumber", "doifelsecounter", "doifelsecurrentfonthasfeature", "doifelsecurrentsortingused", "doifelsecurrentsynonymshown", "doifelsecurrentsynonymused", "doifelsedefined", "doifelsedefinedcounter", "doifelsedimension", "doifelsedimenstring", "doifelsedocumentargument", "doifelsedocumentfilename", "doifelsedocumentvariable", "doifelsedrawingblack", "doifelseempty", "doifelseemptyvalue", "doifelseemptyvariable", "doifelseenv", "doifelsefastoptionalcheck", "doifelsefastoptionalcheckcs", "doifelsefieldbody", "doifelsefieldcategory", "doifelsefigure", "doifelsefile", "doifelsefiledefined", "doifelsefileexists", "doifelsefirstchar", "doifelseflagged", "doifelsefontchar", "doifelsefontfeature", "doifelsefontpresent", "doifelsefontsynonym", "doifelseframed", "doifelsehasspace", "doifelsehelp", "doifelseincsname", "doifelseinelement", "doifelseinputfile", "doifelseinsertion", "doifelseinset", "doifelseinstring", "doifelseinsymbolset", "doifelseintoks", "doifelseintwopassdata", "doifelseitalic", "doifelselanguage", "doifelselayerdata", "doifelselayoutdefined", "doifelselayoutsomeline", "doifelselayouttextline", "doifelseleapyear", "doifelselist", "doifelselocation", "doifelselocfile", "doifelsemainfloatbody", "doifelsemarkedpage", "doifelsemarking", "doifelsemeaning", "doifelsemessage", "doifelsemode", "doifelsenextbgroup", "doifelsenextbgroupcs", "doifelsenextchar", "doifelsenextoptional", "doifelsenextoptionalcs", "doifelsenextparenthesis", "doifelsenonzeropositive", "doifelsenoteonsamepage", "doifelsenothing", "doifelsenumber", "doifelseobjectfound", "doifelseobjectreferencefound", "doifelseoddpage", "doifelseoddpagefloat", "doifelseoldercontext", "doifelseolderversion", "doifelseoverlapping", "doifelseoverlay", "doifelseparallel", "doifelseparentfile", "doifelsepath", "doifelsepathexists", "doifelsepatterns", "doifelseposition", "doifelsepositionaction", "doifelsepositiononpage", "doifelsepositionsonsamepage", "doifelsepositionsonthispage", "doifelsepositionsused", "doifelsereferencefound", "doifelserightpage", "doifelserightpagefloat", "doifelserighttoleftinbox", "doifelsesamelinereference", "doifelsesamestring", "doifelsesetups", "doifelsesomebackground", "doifelsesomespace", "doifelsesomething", "doifelsesometoks", "doifelsestringinstring", "doifelsestructurelisthasnumber", "doifelsestructurelisthaspage", "doifelsesymboldefined", "doifelsesymbolset", "doifelsetext", "doifelsetextflow", "doifelsetextflowcollector", "doifelsetopofpage", "doifelsetypingfile", "doifelseundefined", "doifelseurldefined", "doifelsevalue", "doifelsevaluenothing", "doifelsevariable", "doifempty", "doifemptyelse", "doifemptytoks", "doifemptyvalue", "doifemptyvalueelse", "doifemptyvariable", "doifemptyvariableelse", "doifenv", "doifenvelse", "doiffastoptionalcheckcselse", "doiffastoptionalcheckelse", "doiffieldbodyelse", "doiffieldcategoryelse", "doiffigureelse", "doiffile", "doiffiledefinedelse", "doiffileelse", "doiffileexistselse", "doiffirstcharelse", "doifflaggedelse", "doiffontcharelse", "doiffontfeatureelse", "doiffontpresentelse", "doiffontsynonymelse", "doifhasspaceelse", "doifhelpelse", "doifincsnameelse", "doifinelementelse", "doifinputfileelse", "doifinsertionelse", "doifinset", "doifinsetelse", "doifinstring", "doifinstringelse", "doifinsymbolset", "doifinsymbolsetelse", "doifintokselse", "doifintwopassdataelse", "doifitalicelse", "doiflanguageelse", "doiflayerdataelse", "doiflayoutdefinedelse", "doiflayoutsomelineelse", "doiflayouttextlineelse", "doifleapyearelse", "doiflistelse", "doiflocationelse", "doiflocfileelse", "doifmainfloatbodyelse", "doifmarkingelse", "doifmeaningelse", "doifmessageelse", "doifmode", "doifmodeelse", "doifnextbgroupcselse", "doifnextbgroupelse", "doifnextcharelse", "doifnextoptionalcselse", "doifnextoptionalelse", "doifnextparenthesiselse", "doifnonzeropositiveelse", "doifnot", "doifnotallcommon", "doifnotallmodes", "doifnotcommandhandler", "doifnotcommon", "doifnotcounter", "doifnotdocumentargument", "doifnotdocumentfilename", "doifnotdocumentvariable", "doifnotempty", "doifnotemptyvalue", "doifnotemptyvariable", "doifnotenv", "doifnoteonsamepageelse", "doifnotescollected", "doifnotfile", "doifnotflagged", "doifnothing", "doifnothingelse", "doifnotinset", "doifnotinsidesplitfloat", "doifnotinstring", "doifnotmode", "doifnotnumber", "doifnotsamestring", "doifnotsetups", "doifnotvalue", "doifnotvariable", "doifnumber", "doifnumberelse", "doifobjectfoundelse", "doifobjectreferencefoundelse", "doifoddpageelse", "doifoddpagefloatelse", "doifoldercontextelse", "doifolderversionelse", "doifoverlappingelse", "doifoverlayelse", "doifparallelelse", "doifparentfileelse", "doifpathelse", "doifpathexistselse", "doifpatternselse", "doifposition", "doifpositionaction", "doifpositionactionelse", "doifpositionelse", "doifpositiononpageelse", "doifpositionsonsamepageelse", "doifpositionsonthispageelse", "doifpositionsusedelse", "doifreferencefoundelse", "doifrightpagefloatelse", "doifrighttoleftinboxelse", "doifsamelinereferenceelse", "doifsamestring", "doifsamestringelse", "doifsetups", "doifsetupselse", "doifsomebackground", "doifsomebackgroundelse", "doifsomespaceelse", "doifsomething", "doifsomethingelse", "doifsometoks", "doifsometokselse", "doifstringinstringelse", "doifstructurelisthasnumberelse", "doifstructurelisthaspageelse", "doifsymboldefinedelse", "doifsymbolsetelse", "doiftext", "doiftextelse", "doiftextflowcollectorelse", "doiftextflowelse", "doiftopofpageelse", "doiftypingfileelse", "doifundefined", "doifundefinedcounter", "doifundefinedelse", "doifunknownfontfeature", "doifurldefinedelse", "doifvalue", "doifvalueelse", "doifvaluenothing", "doifvaluenothingelse", "doifvaluesomething", "doifvariable", "doifvariableelse", "doindentation", "dollar", "doloop", "doloopoverlist", "donothing", "dontconvertfont", "dontleavehmode", "dontpermitspacesbetweengroups", "dopositionaction", "doprocesslocalsetups", "doquadrupleargument", "doquadrupleempty", "doquadruplegroupempty", "doquintupleargument", "doquintupleempty", "doquintuplegroupempty", "dorechecknextindentation", "dorecurse", "dorepeatwithcommand", "doreplacefeature", "doresetandafffeature", "doresetattribute", "dorotatebox", "dosetattribute", "dosetleftskipadaption", "dosetrightskipadaption", "dosetupcheckedinterlinespace", "doseventupleargument", "doseventupleempty", "dosingleargument", "dosingleempty", "dosinglegroupempty", "dosixtupleargument", "dosixtupleempty", "dostepwiserecurse", "dosubtractfeature", "dot", "doteq", "doteqdot", "dotfskip", "dotlessI", "dotlessJ", "dotlessi", "dotlessj", "dotlessjstroke", "dotminus", "dotoks", "dotplus", "dotripleargument", "dotripleargumentwithset", "dotripleempty", "dotripleemptywithset", "dotriplegroupempty", "dots", "dottedcircle", "dottedrightarrow", "doublebar", "doublebond", "doublebrace", "doublebracket", "doublecap", "doublecup", "doubleparent", "doubleprime", "doubleverticalbar", "dowith", "dowithnextbox", "dowithnextboxcontent", "dowithnextboxcontentcs", "dowithnextboxcs", "dowithpargument", "dowithrange", "dowithwargument", "downarrow", "downdasharrow", "downdownarrows", "downharpoonleft", "downharpoonright", "downuparrows", "downwhitearrow", "downzigzagarrow", "dpofstring", "dstroke", "dtail", "dummydigit", "dummyparameter", "dzcaronligature", "dzligature", "eTeX", "eacute", "ebreve", "ecaron", "ecedilla", "ecircumflex", "ecircumflexacute", "ecircumflexdotbelow", "ecircumflexgrave", "ecircumflexhook", "ecircumflextilde", "edefconvertedargument", "ediaeresis", "edotaccent", "edotbelow", "edoublegrave", "efcmaxheight", "efcmaxwidth", "efcminheight", "efcminwidth", "efcparameter", "effect", "egrave", "ehook", "einvertedbreve", "elapsedseconds", "elapsedtime", "eleftarrowfill", "eleftharpoondownfill", "eleftharpoonupfill", "eleftrightarrowfill", "ell", "em", "emacron", "emdash", "emphasisboldface", "emphasistypeface", "emptylines", "emptyset", "emquad", "emspace", "enabledirectives", "enableexperiments", "enablemode", "enableoutputstream", "enableparpositions", "enableregime", "enabletrackers", "endash", "endnote", "enquad", "enskip", "enspace", "env", "environment", "envvar", "eogonek", "eoverbarfill", "eoverbracefill", "eoverbracketfill", "eoverparentfill", "epos", "epsilon", "eq", "eqcirc", "eqeq", "eqeqeq", "eqgtr", "eqless", "eqsim", "eqslantgtr", "eqslantless", "equaldigits", "equalscolon", "equiv", "erightarrowfill", "erightharpoondownfill", "erightharpoonupfill", "eta", "eth", "ethiopic", "etilde", "etwoheadrightarrowfill", "eunderbarfill", "eunderbracefill", "eunderbracketfill", "eunderparentfill", "exclamdown", "executeifdefined", "exists", "exitloop", "exitloopnow", "expandcheckedcsname", "expanded", "expandeddoif", "expandeddoifelse", "expandeddoifnot", "expandfontsynonym", "expdoif", "expdoifcommonelse", "expdoifelse", "expdoifelsecommon", "expdoifelseinset", "expdoifinsetelse", "expdoifnot", "exponentiale", "externalfigure", "externalfigurecollectionmaxheight", "externalfigurecollectionmaxwidth", "externalfigurecollectionminheight", "externalfigurecollectionminwidth", "externalfigurecollectionparameter", "fakebox", "fallingdotseq", "fastdecrement", "fastincrement", "fastlocalframed", "fastloopfinal", "fastloopindex", "fastscale", "fastsetup", "fastsetupwithargument", "fastsetupwithargumentswapped", "fastswitchtobodyfont", "fastsxsy", "feature", "fence", "fenced", "fetchallmarkings", "fetchallmarks", "fetchmark", "fetchmarking", "fetchonemark", "fetchonemarking", "fetchruntinecommand", "fetchtwomarkings", "fetchtwomarks", "ffiligature", "ffligature", "fflligature", "fhook", "field", "fieldbody", "fieldstack", "fifthoffivearguments", "fifthofsixarguments", "figurefilename", "figurefilepath", "figurefiletype", "figurefullname", "figureheight", "figurenaturalheight", "figurenaturalwidth", "figurespace", "figuresymbol", "figurewidth", "filename", "filigature", "filledhboxb", "filledhboxc", "filledhboxg", "filledhboxk", "filledhboxm", "filledhboxr", "filledhboxy", "filler", "fillinline", "fillinrules", "fillintext", "fillupto", "filterfromnext", "filterfromvalue", "filterpages", "filterreference", "findtwopassdata", "finishregisterentry", "firstcharacter", "firstcounter", "firstcountervalue", "firstinlist", "firstoffivearguments", "firstoffourarguments", "firstofoneargument", "firstofoneunexpanded", "firstofsixarguments", "firstofthreearguments", "firstofthreeunexpanded", "firstoftwoarguments", "firstoftwounexpanded", "firstrealpage", "firstrealpagenumber", "firstsubcountervalue", "firstsubpage", "firstsubpagenumber", "firstuserpage", "firstuserpagenumber", "fitfield", "fitfieldframed", "fittopbaselinegrid", "fiveeighths", "fivesixths", "fixedspace", "fixedspaces", "flag", "flat", "flligature", "floatuserdataparameter", "flushbox", "flushboxregister", "flushcollector", "flushedrightlastline", "flushlayer", "flushlocalfloats", "flushnextbox", "flushnotes", "flushoutputstream", "flushshapebox", "flushtextflow", "flushtokens", "flushtoks", "fontalternative", "fontbody", "fontchar", "fontcharbyindex", "fontclass", "fontclassname", "fontface", "fontfeaturelist", "fontsize", "fontstyle", "footnote", "footnotetext", "forall", "forcecharacterstripping", "forcelocalfloats", "forgeteverypar", "forgetparameters", "forgetparskip", "forgetragged", "formula", "formulanumber", "foundbox", "fourfifths", "fourperemspace", "fourthoffivearguments", "fourthoffourarguments", "fourthofsixarguments", "frac", "framed", "frameddimension", "framedparameter", "framedtext", "freezedimenmacro", "freezemeasure", "frenchspacing", "from", "fromlinenote", "frown", "frozenhbox", "frule", "gacute", "gamma", "gbreve", "gcaron", "gcircumflex", "gcommaaccent", "gdefconvertedargument", "gdefconvertedcommand", "gdotaccent", "ge", "geq", "geqq", "geqslant", "getMPdrawing", "getMPlayer", "getboxfromcache", "getboxllx", "getboxlly", "getbuffer", "getbufferdata", "getcommacommandsize", "getcommalistsize", "getdayoftheweek", "getdayspermonth", "getdefinedbuffer", "getdocumentargument", "getdocumentargumentdefault", "getdocumentfilename", "getdummyparameters", "getemptyparameters", "geteparameters", "getexpandedparameters", "getfiguredimensions", "getfirstcharacter", "getfirsttwopassdata", "getfromcommacommand", "getfromcommalist", "getfromtwopassdata", "getglyphdirect", "getglyphstyled", "getgparameters", "getinlineuserdata", "getlasttwopassdata", "getlocalfloat", "getlocalfloats", "getmarking", "getmessage", "getnamedglyphdirect", "getnamedglyphstyled", "getnamedtwopassdatalist", "getnaturaldimensions", "getnoflines", "getobject", "getobjectdimensions", "getpaletsize", "getparameters", "getprivatechar", "getprivateslot", "getrandomcount", "getrandomdimen", "getrandomfloat", "getrandomnumber", "getrandomseed", "getraweparameters", "getrawgparameters", "getrawnoflines", "getrawparameters", "getrawxparameters", "getreference", "getreferenceentry", "getroundednoflines", "gets", "getsubstring", "gettokenlist", "gettwopassdata", "gettwopassdatalist", "getuserdata", "getuvalue", "getvalue", "getvariable", "getvariabledefault", "getxparameters", "gg", "ggg", "gggtr", "gimel", "globaldisablemode", "globalenablemode", "globalletempty", "globalpopbox", "globalpopmacro", "globalpreventmode", "globalprocesscommalist", "globalpushbox", "globalpushmacro", "globalswapcounts", "globalswapdimens", "globalswapmacros", "globalundefine", "glyphfontfile", "gnapprox", "gneqq", "gnsim", "gobbledoubleempty", "gobbleeightarguments", "gobblefivearguments", "gobblefiveoptionals", "gobblefourarguments", "gobblefouroptionals", "gobbleninearguments", "gobbleoneargument", "gobbleoneoptional", "gobblesevenarguments", "gobblesingleempty", "gobblesixarguments", "gobblespacetokens", "gobbletenarguments", "gobblethreearguments", "gobblethreeoptionals", "gobbletwoarguments", "gobbletwooptionals", "gobbleuntil", "gobbleuntilrelax", "godown", "goto", "gotobox", "gotopage", "grabbufferdata", "grabbufferdatadirect", "grabuntil", "grave", "graycolor", "grayvalue", "greedysplitstring", "greekAlpha", "greekAlphadasia", "greekAlphadasiaperispomeni", "greekAlphadasiatonos", "greekAlphadasiavaria", "greekAlphaiotasub", "greekAlphaiotasubdasia", "greekAlphaiotasubdasiaperispomeni", "greekAlphaiotasubdasiatonos", "greekAlphaiotasubdasiavaria", "greekAlphaiotasubpsili", "greekAlphaiotasubpsiliperispomeni", "greekAlphaiotasubpsilitonos", "greekAlphaiotasubpsilivaria", "greekAlphamacron", "greekAlphapsili", "greekAlphapsiliperispomeni", "greekAlphapsilitonos", "greekAlphapsilivaria", "greekAlphatonos", "greekAlphavaria", "greekAlphavrachy", "greekBeta", "greekChi", "greekCoronis", "greekDelta", "greekEpsilon", "greekEpsilondasia", "greekEpsilondasiatonos", "greekEpsilondasiavaria", "greekEpsilonpsili", "greekEpsilonpsilitonos", "greekEpsilonpsilivaria", "greekEpsilontonos", "greekEpsilonvaria", "greekEta", "greekEtadasia", "greekEtadasiaperispomeni", "greekEtadasiatonos", "greekEtadasiavaria", "greekEtaiotasub", "greekEtaiotasubdasia", "greekEtaiotasubdasiaperispomeni", "greekEtaiotasubdasiatonos", "greekEtaiotasubdasiavaria", "greekEtaiotasubpsili", "greekEtaiotasubpsiliperispomeni", "greekEtaiotasubpsilitonos", "greekEtaiotasubpsilivaria", "greekEtapsili", "greekEtapsiliperispomeni", "greekEtapsilitonos", "greekEtapsilivaria", "greekEtatonos", "greekEtavaria", "greekGamma", "greekIota", "greekIotadasia", "greekIotadasiaperispomeni", "greekIotadasiatonos", "greekIotadasiavaria", "greekIotadialytika", "greekIotamacron", "greekIotapsili", "greekIotapsiliperispomeni", "greekIotapsilitonos", "greekIotapsilivaria", "greekIotatonos", "greekIotavaria", "greekIotavrachy", "greekKappa", "greekLambda", "greekMu", "greekNu", "greekOmega", "greekOmegadasia", "greekOmegadasiaperispomeni", "greekOmegadasiatonos", "greekOmegadasiavaria", "greekOmegaiotasub", "greekOmegaiotasubdasia", "greekOmegaiotasubdasiaperispomeni", "greekOmegaiotasubdasiatonos", "greekOmegaiotasubdasiavaria", "greekOmegaiotasubpsili", "greekOmegaiotasubpsiliperispomeni", "greekOmegaiotasubpsilitonos", "greekOmegaiotasubpsilivaria", "greekOmegapsili", "greekOmegapsiliperispomeni", "greekOmegapsilitonos", "greekOmegapsilivaria", "greekOmegatonos", "greekOmegavaria", "greekOmicron", "greekOmicrondasia", "greekOmicrondasiatonos", "greekOmicrondasiavaria", "greekOmicronpsili", "greekOmicronpsilitonos", "greekOmicronpsilivaria", "greekOmicrontonos", "greekOmicronvaria", "greekPhi", "greekPi", "greekPsi", "greekRho", "greekRhodasia", "greekSigma", "greekSigmalunate", "greekTau", "greekTheta", "greekUpsilon", "greekUpsilondasia", "greekUpsilondasiaperispomeni", "greekUpsilondasiatonos", "greekUpsilondasiavaria", "greekUpsilondialytika", "greekUpsilonmacron", "greekUpsilontonos", "greekUpsilonvaria", "greekUpsilonvrachy", "greekXi", "greekZeta", "greekalpha", "greekalphadasia", "greekalphadasiaperispomeni", "greekalphadasiatonos", "greekalphadasiavaria", "greekalphaiotasub", "greekalphaiotasubdasia", "greekalphaiotasubdasiaperispomeni", "greekalphaiotasubdasiatonos", "greekalphaiotasubdasiavaria", "greekalphaiotasubperispomeni", "greekalphaiotasubpsili", "greekalphaiotasubpsiliperispomeni", "greekalphaiotasubpsilitonos", "greekalphaiotasubpsilivaria", "greekalphaiotasubtonos", "greekalphaiotasubvaria", "greekalphamacron", "greekalphaoxia", "greekalphaperispomeni", "greekalphapsili", "greekalphapsiliperispomeni", "greekalphapsilitonos", "greekalphapsilivaria", "greekalphatonos", "greekalphavaria", "greekalphavrachy", "greekbeta", "greekbetaalt", "greekchi", "greekdasia", "greekdasiaperispomeni", "greekdasiatonos", "greekdasiavaria", "greekdelta", "greekdialytikaperispomeni", "greekdialytikatonos", "greekdialytikavaria", "greekdigamma", "greekepsilon", "greekepsilonalt", "greekepsilondasia", "greekepsilondasiatonos", "greekepsilondasiavaria", "greekepsilonoxia", "greekepsilonpsili", "greekepsilonpsilitonos", "greekepsilonpsilivaria", "greekepsilontonos", "greekepsilonvaria", "greeketa", "greeketadasia", "greeketadasiaperispomeni", "greeketadasiatonos", "greeketadasiavaria", "greeketaiotasub", "greeketaiotasubdasia", "greeketaiotasubdasiaperispomeni", "greeketaiotasubdasiatonos", "greeketaiotasubdasiavaria", "greeketaiotasubperispomeni", "greeketaiotasubpsili", "greeketaiotasubpsiliperispomeni", "greeketaiotasubpsilitonos", "greeketaiotasubpsilivaria", "greeketaiotasubtonos", "greeketaiotasubvaria", "greeketaoxia", "greeketaperispomeni", "greeketapsili", "greeketapsiliperispomeni", "greeketapsilitonos", "greeketapsilivaria", "greeketatonos", "greeketavaria", "greekfinalsigma", "greekgamma", "greekiota", "greekiotadasia", "greekiotadasiaperispomeni", "greekiotadasiatonos", "greekiotadasiavaria", "greekiotadialytika", "greekiotadialytikaperispomeni", "greekiotadialytikatonos", "greekiotadialytikavaria", "greekiotamacron", "greekiotaoxia", "greekiotaperispomeni", "greekiotapsili", "greekiotapsiliperispomeni", "greekiotapsilitonos", "greekiotapsilivaria", "greekiotatonos", "greekiotavaria", "greekiotavrachy", "greekkappa", "greekkoppa", "greeklambda", "greekmu", "greeknu", "greeknumerals", "greeknumkoppa", "greekomega", "greekomegadasia", "greekomegadasiaperispomeni", "greekomegadasiatonos", "greekomegadasiavaria", "greekomegaiotasub", "greekomegaiotasubdasia", "greekomegaiotasubdasiaperispomeni", "greekomegaiotasubdasiatonos", "greekomegaiotasubdasiavaria", "greekomegaiotasubperispomeni", "greekomegaiotasubpsili", "greekomegaiotasubpsiliperispomeni", "greekomegaiotasubpsilitonos", "greekomegaiotasubpsilivaria", "greekomegaiotasubtonos", "greekomegaiotasubvaria", "greekomegaoxia", "greekomegaperispomeni", "greekomegapsili", "greekomegapsiliperispomeni", "greekomegapsilitonos", "greekomegapsilivaria", "greekomegatonos", "greekomegavaria", "greekomicron", "greekomicrondasia", "greekomicrondasiatonos", "greekomicrondasiavaria", "greekomicronoxia", "greekomicronpsili", "greekomicronpsilitonos", "greekomicronpsilivaria", "greekomicrontonos", "greekomicronvaria", "greekoxia", "greekperispomeni", "greekphi", "greekphialt", "greekpi", "greekpialt", "greekprosgegrammeni", "greekpsi", "greekpsili", "greekpsiliperispomeni", "greekpsilitonos", "greekpsilivaria", "greekrho", "greekrhoalt", "greekrhodasia", "greekrhopsili", "greeksampi", "greeksigma", "greeksigmalunate", "greekstigma", "greektau", "greektheta", "greekthetaalt", "greektonos", "greekupsilon", "greekupsilondasia", "greekupsilondasiaperispomeni", "greekupsilondasiatonos", "greekupsilondasiavaria", "greekupsilondiaeresis", "greekupsilondialytikaperispomeni", "greekupsilondialytikatonos", "greekupsilondialytikavaria", "greekupsilonmacron", "greekupsilonoxia", "greekupsilonperispomeni", "greekupsilonpsili", "greekupsilonpsiliperispomeni", "greekupsilonpsilitonos", "greekupsilonpsilivaria", "greekupsilontonos", "greekupsilonvaria", "greekupsilonvrachy", "greekvaria", "greekxi", "greekzeta", "grid", "groupedcommand", "gsetboxllx", "gsetboxlly", "gstroke", "gt", "gtrapprox", "gtrdot", "gtreqless", "gtreqqless", "gtrless", "gtrsim", "guilsingleleft", "guilsingleright", "gujaratinumerals", "gurmurkhinumerals", "hairline", "hairspace", "halflinestrut", "halfstrut", "halfwaybox", "handletokens", "handwritten", "hangul", "hanzi", "hash", "hat", "hbar", "hboxofvbox", "hboxreference", "hcaron", "hcircumflex", "hdofstring", "headhbox", "headlanguage", "headnumber", "headnumbercontent", "headnumberdistance", "headnumberwidth", "headreferenceattributes", "headsetupspacing", "headtext", "headtextcontent", "headtextdistance", "headtexts", "headtextwidth", "headvbox", "headwidth", "heartsuit", "hebrewAlef", "hebrewAyin", "hebrewBet", "hebrewDalet", "hebrewGimel", "hebrewHe", "hebrewHet", "hebrewKaf", "hebrewKaffinal", "hebrewLamed", "hebrewMem", "hebrewMemfinal", "hebrewNun", "hebrewNunfinal", "hebrewPe", "hebrewPefinal", "hebrewQof", "hebrewResh", "hebrewSamekh", "hebrewShin", "hebrewTav", "hebrewTet", "hebrewTsadi", "hebrewTsadifinal", "hebrewVav", "hebrewYod", "hebrewZayin", "heightanddepthofstring", "heightofstring", "heightspanningtext", "helptext", "hglue", "hiddenbar", "hiddencitation", "hiddencite", "hideblocks", "high", "highlight", "highordinalstr", "hilo", "himilo", "hl", "hookleftarrow", "hookrightarrow", "horizontalgrowingbar", "horizontalpositionbar", "hpackbox", "hpackedbox", "hphantom", "hpos", "hsizefraction", "hslash", "hsmash", "hsmashbox", "hsmashed", "hspace", "hstroke", "htdpofstring", "htofstring", "hyphen", "hyphenatedcoloredword", "hyphenatedfile", "hyphenatedfilename", "hyphenatedhbox", "hyphenatedpar", "hyphenatedurl", "hyphenatedword", "iacute", "ibox", "ibreve", "icaron", "icircumflex", "ideographichalffillspace", "ideographicspace", "idiaeresis", "idotaccent", "idotbelow", "idoublegrave", "ifassignment", "iff", "ifinobject", "ifinoutputstream", "ifparameters", "iftrialtypesetting", "ignoreimplicitspaces", "ignoretagsinexport", "ignorevalue", "igrave", "ihook", "iiiint", "iiiintop", "iiint", "iiintop", "iint", "iintop", "iinvertedbreve", "ijligature", "imacron", "imaginaryi", "imaginaryj", "imath", "immediatesavetwopassdata", "impliedby", "implies", "imply", "in", "includemenu", "includeversioninfo", "increment", "incrementcounter", "incrementedcounter", "incrementpagenumber", "incrementsubpagenumber", "incrementvalue", "indentation", "index", "infofont", "infofontbold", "inframed", "infty", "infull", "inheritparameter", "inhibitblank", "ininner", "ininneredge", "ininnermargin", "initializeboxstack", "inleft", "inleftedge", "inleftmargin", "inline", "inlinebuffer", "inlinedbox", "inlinemath", "inlinemathematics", "inlinemessage", "inlineordisplaymath", "inlineprettyprintbuffer", "inlinerange", "inmargin", "inmframed", "innerflushshapebox", "inother", "inouter", "inouteredge", "inoutermargin", "input", "inputfilebarename", "inputfilename", "inputfilerealsuffix", "inputfilesuffix", "inputgivenfile", "inright", "inrightedge", "inrightmargin", "insertpages", "installactionhandler", "installactivecharacter", "installanddefineactivecharacter", "installattributestack", "installautocommandhandler", "installautosetuphandler", "installbasicautosetuphandler", "installbasicparameterhandler", "installbottomframerenderer", "installcommandhandler", "installcorenamespace", "installdefinehandler", "installdefinitionset", "installdefinitionsetmember", "installdirectcommandhandler", "installdirectparameterhandler", "installdirectparametersethandler", "installdirectsetuphandler", "installdirectstyleandcolorhandler", "installframedautocommandhandler", "installframedcommandhandler", "installglobalmacrostack", "installlanguage", "installleftframerenderer", "installmacrostack", "installnamespace", "installoutputroutine", "installpagearrangement", "installparameterhandler", "installparameterhashhandler", "installparametersethandler", "installparentinjector", "installrightframerenderer", "installrootparameterhandler", "installsetuphandler", "installsetuponlycommandhandler", "installshipoutmethod", "installsimplecommandhandler", "installsimpleframedcommandhandler", "installstyleandcolorhandler", "installswitchcommandhandler", "installswitchsetuphandler", "installtexdirective", "installtextracker", "installtopframerenderer", "installunitsseparator", "installunitsspace", "installversioninfo", "int", "intclockwise", "integerrounding", "integers", "interactionbar", "interactionbuttons", "interactionmenu", "intercal", "intertext", "intop", "invisibletimes", "invokepageheandler", "iogonek", "iota", "italic", "italicbold", "italiccorrection", "italicface", "item", "items", "itemtag", "itilde", "jcaron", "jcircumflex", "jmath", "jobfilename", "jobfilesuffix", "kap", "kappa", "kcaron", "kcommaaccent", "keepblocks", "keeplinestogether", "keepunwantedspaces", "kerncharacters", "khook", "kkra", "koreancirclenumerals", "koreannumerals", "koreannumeralsc", "koreannumeralsp", "koreanparentnumerals", "lVert", "labellanguage", "labeltext", "labeltexts", "lacute", "lambda", "lambdabar", "land", "langle", "language", "languageCharacters", "languagecharacters", "languagecharwidth", "lastcounter", "lastcountervalue", "lastdigit", "lastlinewidth", "lastnaturalboxdp", "lastnaturalboxht", "lastnaturalboxwd", "lastpredefinedsymbol", "lastrealpage", "lastrealpagenumber", "lastsubcountervalue", "lastsubpage", "lastsubpagenumber", "lasttwodigits", "lastuserpage", "lastuserpagenumber", "lateluacode", "latin", "layeredtext", "layerheight", "layerwidth", "lazysavetaggedtwopassdata", "lazysavetwopassdata", "lbar", "lbox", "lbrace", "lbracket", "lcaron", "lceil", "lcommaaccent", "lcurl", "ldotmiddle", "ldotp", "ldots", "le", "leadsto", "left", "leftaligned", "leftarrow", "leftarrowtail", "leftarrowtriangle", "leftbottombox", "leftbox", "leftdasharrow", "leftguillemot", "leftharpoondown", "leftharpoonup", "lefthbox", "leftheadtext", "leftlabeltext", "leftleftarrows", "leftline", "leftmathlabeltext", "leftorrighthbox", "leftorrightvbox", "leftorrightvtop", "leftrightarrow", "leftrightarrows", "leftrightarrowtriangle", "leftrightharpoons", "leftrightsquigarrow", "leftskipadaption", "leftsquigarrow", "leftsubguillemot", "leftthreetimes", "lefttopbox", "lefttoright", "lefttorighthbox", "lefttorightvbox", "lefttorightvtop", "leftwavearrow", "leftwhitearrow", "leq", "leqq", "leqslant", "lessapprox", "lessdot", "lesseqgtr", "lesseqqgtr", "lessgtr", "lesssim", "letbeundefined", "letcatcodecommand", "letcscsname", "letcsnamecs", "letcsnamecsname", "letdummyparameter", "letempty", "letgvalue", "letgvalueempty", "letgvalurelax", "letterampersand", "letterat", "letterbackslash", "letterbar", "letterbgroup", "letterclosebrace", "lettercolon", "letterdollar", "letterdoublequote", "letteregroup", "letterescape", "letterexclamationmark", "letterhash", "letterhat", "letterleftbrace", "letterleftbracket", "letterleftparenthesis", "letterless", "lettermore", "letteropenbrace", "letterpercent", "letterquestionmark", "letterrightbrace", "letterrightbracket", "letterrightparenthesis", "lettersinglequote", "letterslash", "letterspacing", "lettertilde", "letterunderscore", "letvalue", "letvalueempty", "letvaluerelax", "lfence", "lfloor", "lgroup", "lhbox", "lhooknwarrow", "lhooksearrow", "limitatefirstline", "limitatelines", "limitatetext", "line", "linebox", "linefeed", "linenote", "linespanningtext", "linethickness", "linterval", "listcitation", "listcite", "listlength", "listnamespaces", "ljligature", "ll", "llangle", "llap", "llbracket", "llcorner", "lll", "llless", "lmoustache", "lnapprox", "lneq", "lneqq", "lnot", "lnsim", "loadanyfile", "loadanyfileonce", "loadbtxdefinitionfile", "loadbtxreplacementfile", "loadcldfile", "loadcldfileonce", "loadfontgoodies", "loadluafile", "loadluafileonce", "loadspellchecklist", "loadtexfile", "loadtexfileonce", "loadtypescriptfile", "localframed", "localframedwithsettings", "localhsize", "localpopbox", "localpopmacro", "localpushbox", "localpushmacro", "localundefine", "locatedfilepath", "locatefilepath", "locfilename", "logo", "lohi", "lointerval", "lomihi", "longleftarrow", "longleftrightarrow", "longmapsfrom", "longmapsto", "longrightarrow", "longrightsquigarrow", "looparrowleft", "looparrowright", "lor", "low", "lowerbox", "lowercased", "lowercasestring", "lowerleftdoubleninequote", "lowerleftsingleninequote", "lowerrightdoubleninequote", "lowerrightsingleninequote", "lozenge", "lparent", "lrcorner", "lrointerval", "lrtbbox", "lstroke", "lt", "ltimes", "ltop", "ltrhbox", "ltrvbox", "ltrvtop", "luaTeX", "luacode", "luaconditional", "luaenvironment", "luaexpanded", "luaexpr", "luafunction", "luajitTeX", "luamajorversion", "luametaTeX", "luaminorversion", "luaparameterset", "luasetup", "luaversion", "lvert", "m", "mLeftarrow", "mLeftrightarrow", "mRightarrow", "mainlanguage", "makecharacteractive", "makerawcommalist", "makestrutofbox", "maltese", "mapfontsize", "mapsdown", "mapsfrom", "mapsto", "mapsup", "margindata", "margintext", "markcontent", "markedpages", "marking", "markinjector", "markpage", "mat", "math", "mathampersand", "mathbf", "mathbi", "mathblackboard", "mathbs", "mathdefault", "mathdollar", "mathdouble", "mathematics", "mathfraktur", "mathfunction", "mathhash", "mathhyphen", "mathit", "mathitalic", "mathlabellanguage", "mathlabeltext", "mathlabeltexts", "mathop", "mathover", "mathpercent", "mathrm", "mathscript", "mathsl", "mathss", "mathtext", "mathtextbf", "mathtextbi", "mathtextbs", "mathtextit", "mathtextsl", "mathtexttf", "mathtf", "mathtriplet", "mathtt", "mathunder", "mathupright", "mathword", "mathwordbf", "mathwordbi", "mathwordbs", "mathwordit", "mathwordsl", "mathwordtf", "maxaligned", "mbox", "mcframed", "measure", "measured", "measuredangle", "measuredeq", "medskip", "medspace", "menubutton", "mequal", "message", "mfence", "mframed", "mfunction", "mfunctionlabeltext", "mhbox", "mho", "mhookleftarrow", "mhookrightarrow", "mid", "midaligned", "middle", "middlealigned", "middlebox", "midhbox", "midsubsentence", "minimalhbox", "minus", "minuscolon", "mirror", "mixedcaps", "mkvibuffer", "mleftarrow", "mleftharpoondown", "mleftharpoonup", "mleftrightarrow", "mleftrightharpoons", "mmapsto", "models", "moduleparameter", "molecule", "mono", "monobold", "mononormal", "month", "monthlong", "monthshort", "mp", "mprandomnumber", "mrel", "mrightarrow", "mrightharpoondown", "mrightharpoonup", "mrightleftharpoons", "mrightoverleftarrow", "mtext", "mtriplerel", "mtwoheadleftarrow", "mtwoheadrightarrow", "mu", "multimap", "nHdownarrow", "nHuparrow", "nLeftarrow", "nLeftrightarrow", "nRightarrow", "nVDash", "nVdash", "nVleftarrow", "nVleftrightarrow", "nVrightarrow", "nabla", "nacute", "namedheadnumber", "namedstructureheadlocation", "namedstructureuservariable", "namedstructurevariable", "namedtaggedlabeltexts", "napostrophe", "napprox", "napproxEq", "narrownobreakspace", "nasymp", "natural", "naturalhbox", "naturalhpack", "naturalnumbers", "naturaltpack", "naturalvbox", "naturalvcenter", "naturalvpack", "naturalvtop", "naturalwd", "ncaron", "ncommaaccent", "ncong", "ncurl", "ndivides", "ne", "nearrow", "neg", "negatecolorbox", "negated", "negativesign", "negemspace", "negenspace", "negthinspace", "neng", "neq", "nequiv", "neswarrow", "newattribute", "newcatcodetable", "newcounter", "newevery", "newfrenchspacing", "newmode", "newsignal", "newsystemmode", "nexists", "nextbox", "nextboxdp", "nextboxht", "nextboxhtdp", "nextboxwd", "nextcounter", "nextcountervalue", "nextdepth", "nextparagraphs", "nextrealpage", "nextrealpagenumber", "nextsubcountervalue", "nextsubpage", "nextsubpagenumber", "nextuserpage", "nextuserpagenumber", "ngeq", "ngrave", "ngtr", "ngtrless", "ngtrsim", "ni", "nihongo", "nin", "njligature", "nleftarrow", "nleftrightarrow", "nleq", "nless", "nlessgtr", "nlesssim", "nmid", "nni", "nobar", "nobreakspace", "nocap", "nocharacteralign", "nocitation", "nocite", "nodetostring", "noffigurepages", "noflines", "noflocalfloats", "noheaderandfooterlines", "noheightstrut", "noindentation", "noitem", "nonfrenchspacing", "nonmathematics", "normal", "normalboldface", "normalframedwithsettings", "normalitalicface", "normalizebodyfontsize", "normalizedfontsize", "normalizefontdepth", "normalizefontheight", "normalizefontline", "normalizefontwidth", "normalizetextdepth", "normalizetextheight", "normalizetextline", "normalizetextwidth", "normalslantedface", "normaltypeface", "nospace", "not", "note", "notesymbol", "notin", "notopandbottomlines", "notragged", "nowns", "nparallel", "nprec", "npreccurlyeq", "nrightarrow", "nsim", "nsimeq", "nsqsubseteq", "nsqsupseteq", "nsubset", "nsubseteq", "nsucc", "nsucccurlyeq", "nsupset", "nsupseteq", "ntilde", "ntimes", "ntriangleleft", "ntrianglelefteq", "ntriangleright", "ntrianglerighteq", "nu", "numberofpoints", "numbers", "nvDash", "nvdash", "nvleftarrow", "nvleftrightarrow", "nvrightarrow", "nwarrow", "nwsearrow", "oacute", "obeydepth", "objectdepth", "objectheight", "objectmargin", "objectwidth", "obox", "obreve", "ocaron", "ocircumflex", "ocircumflexacute", "ocircumflexdotbelow", "ocircumflexgrave", "ocircumflexhook", "ocircumflextilde", "odiaeresis", "odiaeresismacron", "odot", "odotaccent", "odotaccentmacron", "odotbelow", "odoublegrave", "oeligature", "offset", "offsetbox", "ograve", "ohm", "ohook", "ohorn", "ohornacute", "ohorndotbelow", "ohorngrave", "ohornhook", "ohorntilde", "ohungarumlaut", "oiiint", "oiint", "oint", "ointclockwise", "ointctrclockwise", "oinvertedbreve", "omacron", "omega", "omicron", "ominus", "onedigitrounding", "oneeighth", "onefifth", "onehalf", "onequarter", "onesixth", "onesuperior", "onethird", "oogonek", "oogonekmacron", "operatorlanguage", "operatortext", "oplus", "ordfeminine", "ordinaldaynumber", "ordinalstr", "ordmasculine", "ornamenttext", "oslash", "ostroke", "ostrokeacute", "otilde", "otildemacron", "otimes", "outputfilename", "outputstreambox", "outputstreamcopy", "outputstreamunvbox", "outputstreamunvcopy", "over", "overbar", "overbars", "overbarunderbar", "overbrace", "overbraceunderbrace", "overbracket", "overbracketunderbracket", "overlaybutton", "overlaycolor", "overlaydepth", "overlayfigure", "overlayheight", "overlayimage", "overlaylinecolor", "overlaylinewidth", "overlayoffset", "overlayrollbutton", "overlaywidth", "overleftarrow", "overloaderror", "overparent", "overparentunderparent", "overrightarrow", "overset", "overstrike", "overstrikes", "owns", "page", "pagearea", "pagebreak", "pagefigure", "pageinjection", "pagenumber", "pagereference", "pagestaterealpage", "pagestaterealpageorder", "paletsize", "paragraphmark", "parallel", "part", "partial", "pdfTeX", "pdfactualtext", "pdfbackendactualtext", "pdfbackendcurrentresources", "pdfbackendsetcatalog", "pdfbackendsetcolorspace", "pdfbackendsetextgstate", "pdfbackendsetinfo", "pdfbackendsetname", "pdfbackendsetpageattribute", "pdfbackendsetpageresource", "pdfbackendsetpagesattribute", "pdfbackendsetpattern", "pdfbackendsetshade", "pdfcolor", "pdfeTeX", "percent", "percentdimen", "periodcentered", "periods", "permitcaretescape", "permitcircumflexescape", "permitspacesbetweengroups", "perp", "persiandecimals", "persiandecimalseparator", "persiannumerals", "persianthousandsseparator", "perthousand", "phantom", "phantombox", "phi", "phook", "pi", "pickupgroupedcommand", "pitchfork", "placeattachments", "placebookmarks", "placebtxrendering", "placechemical", "placecitation", "placecombinedlist", "placecomments", "placecontent", "placecurrentformulanumber", "placedbox", "placefigure", "placefloat", "placefloatwithsetups", "placefootnotes", "placeformula", "placeframed", "placegraphic", "placeheadnumber", "placeheadtext", "placehelp", "placeindex", "placeinitial", "placeintermezzo", "placelayer", "placelayeredtext", "placelegend", "placelist", "placelistofabbreviations", "placelistofchemicals", "placelistoffigures", "placelistofgraphics", "placelistofintermezzi", "placelistoflogos", "placelistofpublications", "placelistofsorts", "placelistofsynonyms", "placelistoftables", "placelocalfootnotes", "placelocalnotes", "placement", "placenamedfloat", "placenamedformula", "placenotes", "placeongrid", "placeontopofeachother", "placepagenumber", "placepairedbox", "placeparallel", "placerawheaddata", "placerawheadnumber", "placerawheadtext", "placerawlist", "placeregister", "placerenderingwindow", "placesidebyside", "placesubformula", "placetable", "pm", "popattribute", "popmacro", "popmode", "popsystemmode", "position", "positionoverlay", "positionregionoverlay", "positivesign", "postponenotes", "prec", "precapprox", "preccurlyeq", "preceq", "preceqq", "precnapprox", "precneq", "precneqq", "precnsim", "precsim", "predefinedfont", "predefinefont", "predefinesymbol", "prefixedpagenumber", "prefixlanguage", "prefixtext", "prependetoks", "prependgvalue", "prependtocommalist", "prependtoks", "prependtoksonce", "prependvalue", "prerollblank", "presetbtxlabeltext", "presetdocument", "presetfieldsymbols", "presetheadtext", "presetlabeltext", "presetmathlabeltext", "presetoperatortext", "presetprefixtext", "presetsuffixtext", "presettaglabeltext", "presetunittext", "pretocommalist", "prettyprintbuffer", "prevcounter", "prevcountervalue", "preventmode", "prevrealpage", "prevrealpagenumber", "prevsubcountervalue", "prevsubpage", "prevsubpagenumber", "prevuserpage", "prevuserpagenumber", "prime", "primes", "procent", "processMPbuffer", "processMPfigurefile", "processaction", "processallactionsinset", "processassignlist", "processassignmentcommand", "processassignmentlist", "processbetween", "processblocks", "processbodyfontenvironmentlist", "processcolorcomponents", "processcommacommand", "processcommalist", "processcommalistwithparameters", "processcontent", "processfile", "processfilemany", "processfilenone", "processfileonce", "processfirstactioninset", "processisolatedchars", "processisolatedwords", "processlinetablebuffer", "processlinetablefile", "processlist", "processmonth", "processranges", "processseparatedlist", "processtexbuffer", "processtokens", "processuntil", "processxtablebuffer", "processyear", "prod", "product", "profiledbox", "profilegivenbox", "program", "project", "propto", "pseudoMixedCapped", "pseudoSmallCapped", "pseudoSmallcapped", "pseudosmallcapped", "psi", "punctuationspace", "purenumber", "pushattribute", "pushbutton", "pushmacro", "pushmode", "pushoutputstream", "pushsystemmode", "putboxincache", "putnextboxincache", "qquad", "quad", "quadrupleprime", "quads", "quarterstrut", "questiondown", "questionedeq", "quitcommalist", "quitprevcommalist", "quittypescriptscanning", "quotation", "quote", "quotedbl", "quotedblbase", "quotedblleft", "quotedblright", "quoteleft", "quoteright", "quotesingle", "quotesinglebase", "rVert", "racute", "raggedbottom", "raggedcenter", "raggedleft", "raggedright", "raggedwidecenter", "raisebox", "randomizetext", "randomnumber", "rangle", "rationals", "rawcounter", "rawcountervalue", "rawdate", "rawdoifelseinset", "rawdoifinset", "rawdoifinsetelse", "rawgetparameters", "rawprocessaction", "rawprocesscommacommand", "rawprocesscommalist", "rawstructurelistuservariable", "rawsubcountervalue", "rbox", "rbrace", "rbracket", "rcaron", "rceil", "rcommaaccent", "rdoublegrave", "readfile", "readfixfile", "readjobfile", "readlocfile", "readsetfile", "readsysfile", "readtexfile", "readxmlfile", "realSmallCapped", "realSmallcapped", "realpagenumber", "reals", "realsmallcapped", "recursedepth", "recurselevel", "recursestring", "redoconvertfont", "ref", "reference", "referenceprefix", "referring", "registerattachment", "registerctxluafile", "registered", "registerexternalfigure", "registerfontclass", "registerhyphenationexception", "registerhyphenationpattern", "registermenubuttons", "registersort", "registersynonym", "registerunit", "regular", "relatemarking", "relateparameterhandlers", "relaxvalueifundefined", "relbar", "remainingcharacters", "remark", "removebottomthings", "removedepth", "removefromcommalist", "removelastskip", "removelastspace", "removemarkedcontent", "removepunctuation", "removesubstring", "removetoks", "removeunwantedspaces", "repeathead", "replacefeature", "replaceincommalist", "replaceword", "rescan", "rescanwithsetup", "resetMPdrawing", "resetMPenvironment", "resetMPinstance", "resetallattributes", "resetandaddfeature", "resetbar", "resetboxesincache", "resetbreakpoints", "resetbuffer", "resetcharacteralign", "resetcharacterkerning", "resetcharacterspacing", "resetcharacterstripping", "resetcollector", "resetcounter", "resetdigitsmanipulation", "resetdirection", "resetfeature", "resetflag", "resetfontcolorsheme", "resetfontfallback", "resetfontsolution", "resethyphenationfeatures", "resetinjector", "resetinteractionmenu", "resetitaliccorrection", "resetlayer", "resetlocalfloats", "resetmarker", "resetmarking", "resetmode", "resetpagenumber", "resetparallel", "resetpath", "resetpenalties", "resetperiodkerning", "resetprofile", "resetrecurselevel", "resetreference", "resetreplacement", "resetscript", "resetsetups", "resetshownsynonyms", "resetsubpagenumber", "resetsymbolset", "resetsystemmode", "resettimer", "resettokenlist", "resettrackers", "resettrialtypesetting", "resetusedsortings", "resetusedsynonyms", "resetuserpagenumber", "resetvalue", "resetvisualizers", "reshapebox", "resolvedglyphdirect", "resolvedglyphstyled", "restartcounter", "restorebox", "restorecatcodes", "restorecounter", "restorecurrentattributes", "restoreendofline", "restoreglobalbodyfont", "restriction", "reusableMPgraphic", "reuseMPgraphic", "reuserandomseed", "reverseddoubleprime", "reversedprime", "reversedtripleprime", "reversehbox", "reversehpack", "reversetpack", "reversevbox", "reversevpack", "reversevtop", "revivefeature", "rfence", "rfloor", "rgroup", "rhbox", "rho", "rhooknearrow", "rhookswarrow", "right", "rightaligned", "rightangle", "rightarrow", "rightarrowbar", "rightarrowtail", "rightarrowtriangle", "rightbottombox", "rightbox", "rightdasharrow", "rightguillemot", "rightharpoondown", "rightharpoonup", "righthbox", "rightheadtext", "rightlabeltext", "rightleftarrows", "rightleftharpoons", "rightline", "rightmathlabeltext", "rightorleftpageaction", "rightpageorder", "rightrightarrows", "rightskipadaption", "rightsquigarrow", "rightsubguillemot", "rightthreearrows", "rightthreetimes", "righttoleft", "righttolefthbox", "righttoleftvbox", "righttoleftvtop", "righttopbox", "rightwavearrow", "rightwhitearrow", "ring", "rinterval", "rinvertedbreve", "risingdotseq", "rlap", "rlointerval", "rmoustache", "rneq", "robustaddtocommalist", "robustdoifelseinset", "robustdoifinsetelse", "robustpretocommalist", "rointerval", "rollbutton", "roman", "romanC", "romanD", "romanI", "romanII", "romanIII", "romanIV", "romanIX", "romanL", "romanM", "romanV", "romanVI", "romanVII", "romanVIII", "romanX", "romanXI", "romanXII", "romanc", "romand", "romani", "romanii", "romaniii", "romaniv", "romanix", "romanl", "romanm", "romannumerals", "romanv", "romanvi", "romanvii", "romanviii", "romanx", "romanxi", "romanxii", "rootradical", "rotate", "rparent", "rrangle", "rrbracket", "rrointerval", "rtimes", "rtlhbox", "rtlvbox", "rtlvtop", "rtop", "ruby", "ruledhbox", "ruledhpack", "ruledmbox", "ruledtopv", "ruledtpack", "ruledvbox", "ruledvpack", "ruledvtop", "runMPbuffer", "runninghbox", "rvert", "sacute", "safechar", "samplefile", "sans", "sansbold", "sansnormal", "sansserif", "savebox", "savebtxdataset", "savebuffer", "savecounter", "savecurrentattributes", "savenormalmeaning", "savetaggedtwopassdata", "savetwopassdata", "sbox", "scale", "scaron", "scedilla", "schwa", "schwahook", "scircumflex", "scommaaccent", "screen", "searrow", "secondoffivearguments", "secondoffourarguments", "secondofsixarguments", "secondofthreearguments", "secondofthreeunexpanded", "secondoftwoarguments", "secondoftwounexpanded", "section", "sectionmark", "seeindex", "select", "selectblocks", "serializecommalist", "serializedcommalist", "serif", "serifbold", "serifnormal", "setJSpreamble", "setMPlayer", "setMPpositiongraphic", "setMPpositiongraphicrange", "setMPtext", "setMPvariable", "setMPvariables", "setautopagestaterealpageno", "setbar", "setbigbodyfont", "setboxllx", "setboxlly", "setbreakpoints", "setcapstrut", "setcatcodetable", "setcharacteralign", "setcharacteraligndetail", "setcharactercasing", "setcharactercleaning", "setcharacterkerning", "setcharacterspacing", "setcharacterstripping", "setcharstrut", "setcollector", "setcolormodell", "setcounter", "setcounterown", "setcurrentfontclass", "setdataset", "setdefaultpenalties", "setdigitsmanipulation", "setdirection", "setdocumentargument", "setdocumentargumentdefault", "setdocumentfilename", "setdummyparameter", "setelementexporttag", "setemeasure", "setevalue", "setevariable", "setevariables", "setfirstline", "setfirstpasscharacteralign", "setflag", "setfont", "setfontcolorsheme", "setfontfeature", "setfontsolution", "setfontstrut", "setglobalscript", "setgmeasure", "setgvalue", "setgvariable", "setgvariables", "sethboxregister", "sethyphenatedurlafter", "sethyphenatedurlbefore", "sethyphenatedurlnormal", "sethyphenationfeatures", "setinitial", "setinjector", "setinteraction", "setinterfacecommand", "setinterfaceconstant", "setinterfaceelement", "setinterfacemessage", "setinterfacevariable", "setinternalrendering", "setitaliccorrection", "setlayer", "setlayerframed", "setlayertext", "setlinefiller", "setlocalhsize", "setlocalscript", "setmainbodyfont", "setmainparbuilder", "setmarker", "setmarking", "setmathstyle", "setmeasure", "setmessagetext", "setminus", "setmode", "setnostrut", "setnote", "setnotetext", "setobject", "setoldstyle", "setpagereference", "setpagestate", "setpagestaterealpageno", "setpenalties", "setpercentdimen", "setperiodkerning", "setposition", "setpositionbox", "setpositiondata", "setpositiondataplus", "setpositiononly", "setpositionplus", "setpositionstrut", "setprofile", "setrandomseed", "setreference", "setreferencedobject", "setregisterentry", "setreplacement", "setrigidcolumnbalance", "setrigidcolumnhsize", "setscript", "setsecondpasscharacteralign", "setsectionblock", "setsimplecolumnshsize", "setsmallbodyfont", "setsmallcaps", "setstackbox", "setstructurepageregister", "setstrut", "setsuperiors", "setsystemmode", "settabular", "settaggedmetadata", "settestcrlf", "settextcontent", "settightobject", "settightreferencedobject", "settightstrut", "settightunreferencedobject", "settokenlist", "settrialtypesetting", "setuevalue", "setugvalue", "setunreferencedobject", "setup", "setupMPgraphics", "setupMPinstance", "setupMPpage", "setupMPvariables", "setupTABLE", "setupTEXpage", "setupalign", "setupalternativestyles", "setuparranging", "setupattachment", "setupattachments", "setupbackend", "setupbackground", "setupbackgrounds", "setupbar", "setupbars", "setupblackrules", "setupblank", "setupbleeding", "setupblock", "setupbodyfont", "setupbookmark", "setupbottom", "setupbottomtexts", "setupbtx", "setupbtxdataset", "setupbtxlabeltext", "setupbtxlist", "setupbtxregister", "setupbtxrendering", "setupbuffer", "setupbutton", "setupcapitals", "setupcaption", "setupcaptions", "setupcharacteralign", "setupcharacterkerning", "setupcharacterspacing", "setupchemical", "setupchemicalframed", "setupclipping", "setupcollector", "setupcolor", "setupcolors", "setupcolumns", "setupcolumnset", "setupcolumnsetarea", "setupcolumnsetareatext", "setupcolumnsetlines", "setupcolumnsetspan", "setupcolumnsetstart", "setupcombination", "setupcombinedlist", "setupcomment", "setupcontent", "setupcounter", "setupdataset", "setupdelimitedtext", "setupdescription", "setupdirections", "setupdocument", "setupeffect", "setupenumeration", "setupenumerations", "setupenv", "setupexport", "setupexternalfigure", "setupexternalsoundtracks", "setupfacingfloat", "setupfield", "setupfieldbody", "setupfieldcategory", "setupfieldcontentframed", "setupfieldlabelframed", "setupfields", "setupfieldtotalframed", "setupfiller", "setupfillinlines", "setupfillinrules", "setupfirstline", "setupfittingpage", "setupfloat", "setupfloatframed", "setupfloats", "setupfloatsplitting", "setupfontexpansion", "setupfontprotrusion", "setupfonts", "setupfontsolution", "setupfooter", "setupfootertexts", "setupfootnotes", "setupforms", "setupformula", "setupformulae", "setupformulaframed", "setupframed", "setupframedcontent", "setupframedtable", "setupframedtablecolumn", "setupframedtablerow", "setupframedtext", "setupframedtexts", "setupglobalreferenceprefix", "setuphead", "setupheadalternative", "setupheader", "setupheadertexts", "setupheadnumber", "setupheads", "setupheadtext", "setuphelp", "setuphigh", "setuphighlight", "setuphyphenation", "setuphyphenmark", "setupindentedtext", "setupindenting", "setupindex", "setupinitial", "setupinsertion", "setupinteraction", "setupinteractionbar", "setupinteractionmenu", "setupinteractionscreen", "setupinterlinespace", "setupitaliccorrection", "setupitemgroup", "setupitemizations", "setupitemize", "setupitems", "setuplabel", "setuplabeltext", "setuplanguage", "setuplayer", "setuplayeredtext", "setuplayout", "setuplayouttext", "setuplegend", "setuplinefiller", "setuplinefillers", "setuplinenote", "setuplinenumbering", "setuplines", "setuplinetable", "setuplinewidth", "setuplist", "setuplistalternative", "setuplistextra", "setuplocalfloats", "setuplocalinterlinespace", "setuplow", "setuplowhigh", "setuplowmidhigh", "setupmakeup", "setupmarginblock", "setupmargindata", "setupmarginframed", "setupmarginrule", "setupmarginrules", "setupmarking", "setupmathalignment", "setupmathcases", "setupmathematics", "setupmathfence", "setupmathfraction", "setupmathfractions", "setupmathframed", "setupmathlabeltext", "setupmathmatrix", "setupmathornament", "setupmathradical", "setupmathstackers", "setupmathstyle", "setupmixedcolumns", "setupmodule", "setupnarrower", "setupnotation", "setupnotations", "setupnote", "setupnotes", "setupoffset", "setupoffsetbox", "setupoperatortext", "setupoppositeplacing", "setupoutputroutine", "setuppagechecker", "setuppagecolumns", "setuppagecomment", "setuppageinjection", "setuppageinjectionalternative", "setuppagenumber", "setuppagenumbering", "setuppageshift", "setuppagestate", "setuppagetransitions", "setuppairedbox", "setuppalet", "setuppaper", "setuppapersize", "setupparagraph", "setupparagraphintro", "setupparagraphnumbering", "setupparagraphs", "setupparallel", "setupperiodkerning", "setupperiods", "setupplacement", "setuppositionbar", "setuppositioning", "setupprefixtext", "setupprocessor", "setupprofile", "setupprograms", "setupquotation", "setupquote", "setuprealpagenumber", "setupreferenceformat", "setupreferenceprefix", "setupreferencestructureprefix", "setupreferencing", "setupregister", "setupregisters", "setuprenderingwindow", "setuprotate", "setupruby", "setups", "setupscale", "setupscript", "setupscripts", "setupsectionblock", "setupselector", "setupshift", "setupsidebar", "setupsorting", "setupspacing", "setupspellchecking", "setupstartstop", "setupstretched", "setupstruts", "setupstyle", "setupsubformula", "setupsubformulas", "setupsubpagenumber", "setupsuffixtext", "setupsymbols", "setupsymbolset", "setupsynctex", "setupsynonyms", "setuptables", "setuptabulate", "setuptabulation", "setuptagging", "setuptaglabeltext", "setuptext", "setuptextbackground", "setuptextflow", "setuptextnote", "setuptextrules", "setuptexttexts", "setupthinrules", "setuptolerance", "setuptooltip", "setuptop", "setuptoptexts", "setuptype", "setuptyping", "setupunit", "setupunittext", "setupurl", "setupuserdata", "setupuserdataalternative", "setupuserpagenumber", "setupversion", "setupviewerlayer", "setupvspacing", "setupwhitespace", "setupwithargument", "setupwithargumentswapped", "setupxml", "setupxtable", "setuvalue", "setuxvalue", "setvalue", "setvariable", "setvariables", "setvboxregister", "setvisualizerfont", "setvtopregister", "setwidthof", "setxmeasure", "setxvalue", "setxvariable", "setxvariables", "seveneighths", "sfrac", "shapedhbox", "sharp", "shiftbox", "shiftdown", "shiftup", "showallmakeup", "showattributes", "showbodyfont", "showbodyfontenvironment", "showboxes", "showbtxdatasetauthors", "showbtxdatasetcompleteness", "showbtxdatasetfields", "showbtxfields", "showbtxhashedauthors", "showbtxtables", "showchardata", "showcharratio", "showcolor", "showcolorbar", "showcolorcomponents", "showcolorgroup", "showcolorset", "showcolorstruts", "showcounter", "showdirectives", "showdirsinmargin", "showedebuginfo", "showexperiments", "showfont", "showfontdata", "showfontexpansion", "showfontitalics", "showfontkerns", "showfontparameters", "showfontstrip", "showfontstyle", "showframe", "showglyphdata", "showglyphs", "showgrid", "showgridsnapping", "showhelp", "showhyphenationtrace", "showhyphens", "showinjector", "showjustification", "showkerning", "showlayout", "showlayoutcomponents", "showligature", "showligatures", "showlogcategories", "showmakeup", "showmargins", "showmessage", "showminimalbaseline", "shownextbox", "showotfcomposition", "showpalet", "showparentchain", "showprint", "showsetups", "showsetupsdefinition", "showstruts", "showsymbolset", "showtimer", "showtokens", "showtrackers", "showvalue", "showvariable", "showwarning", "sigma", "signalrightpage", "sim", "simeq", "simplealignedbox", "simplealignedboxplus", "simplealignedspreadbox", "simplegroupedcommand", "simplereversealignedbox", "simplereversealignedboxplus", "singalcharacteralign", "singlebond", "singleverticalbar", "sixperemspace", "sixthofsixarguments", "slanted", "slantedbold", "slantedface", "slash", "slicepages", "slong", "slovenianNumerals", "sloveniannumerals", "small", "smallbodyfont", "smallbold", "smallbolditalic", "smallboldslanted", "smallcappedcharacters", "smallcappedromannumerals", "smallcaps", "smaller", "smallitalicbold", "smallnormal", "smallskip", "smallslanted", "smallslantedbold", "smalltype", "smash", "smashbox", "smashboxed", "smashedhbox", "smashedvbox", "smile", "snaptogrid", "softhyphen", "solidus", "someheadnumber", "somekindoftab", "someline", "somelocalfloat", "somenamedheadnumber", "someplace", "somewhere", "space", "spaceddigits", "spaceddigitsmethod", "spaceddigitsseparator", "spaceddigitssymbol", "spadesuit", "spanishNumerals", "spanishnumerals", "speech", "sphericalangle", "splitatasterisk", "splitatcolon", "splitatcolons", "splitatcomma", "splitatperiod", "splitdfrac", "splitfilename", "splitfloat", "splitfrac", "splitoffbase", "splitofffull", "splitoffkind", "splitoffname", "splitoffpath", "splitoffroot", "splitofftokens", "splitofftype", "splitstring", "spreadhbox", "sqcap", "sqcup", "sqrt", "sqsubset", "sqsubseteq", "sqsubsetneq", "sqsupset", "sqsupseteq", "sqsupsetneq", "square", "squaredots", "ssharp", "stackrel", "stackscripts", "star", "stareq", "startJScode", "startJSpreamble", "startLUA", "startMP", "startMPclip", "startMPcode", "startMPdefinitions", "startMPdrawing", "startMPenvironment", "startMPextensions", "startMPinclusions", "startMPinitializations", "startMPpage", "startMPpositiongraphic", "startMPpositionmethod", "startMPrun", "startPARSEDXML", "startTABLE", "startTABLEbody", "startTABLEfoot", "startTABLEhead", "startTABLEnext", "startTC", "startTD", "startTDs", "startTEX", "startTEXpage", "startTH", "startTN", "startTR", "startTRs", "startTX", "startTY", "startXML", "startalign", "startalignment", "startallmodes", "startappendices", "startarrangedpages", "startaside", "startattachment", "startbackground", "startbackmatter", "startbar", "startbbordermatrix", "startbitmapimage", "startblockquote", "startbodymatter", "startbordermatrix", "startboxedcolumns", "startbtxlabeltext", "startbtxrenderingdefinitions", "startbuffer", "startcases", "startcatcodetable", "startcenteraligned", "startchapter", "startcharacteralign", "startcheckedfences", "startchemical", "startchemicaltext", "startcollect", "startcollecting", "startcolor", "startcolorintent", "startcoloronly", "startcolorset", "startcolumns", "startcolumnset", "startcolumnsetspan", "startcombination", "startcomment", "startcomponent", "startcontextcode", "startcontextdefinitioncode", "startctxfunction", "startctxfunctiondefinition", "startcurrentcolor", "startcurrentlistentrywrapper", "startdelimited", "startdelimitedtext", "startdisplaymath", "startdmath", "startdocument", "starteffect", "startelement", "startembeddedxtable", "startendnote", "startendofline", "startenvironment", "startexceptions", "startexpanded", "startexpandedcollect", "startextendedcatcodetable", "startexternalfigurecollection", "startfacingfloat", "startfact", "startfigure", "startfiguretext", "startfittingpage", "startfixed", "startfloatcombination", "startfont", "startfontclass", "startfontsolution", "startfootnote", "startformula", "startformulas", "startframed", "startframedcell", "startframedcontent", "startframedrow", "startframedtable", "startframedtext", "startfrontmatter", "startgoto", "startgraphictext", "startgridsnapping", "starthanging", "starthbox", "starthboxestohbox", "starthboxregister", "starthead", "startheadtext", "starthelptext", "starthiding", "starthighlight", "starthyphenation", "startimath", "startindentation", "startindentedtext", "startinteraction", "startinteractionmenu", "startinterface", "startintermezzotext", "startintertext", "startitem", "startitemgroup", "startitemgroupcolumns", "startitemize", "startknockout", "startlabeltext", "startlanguage", "startlayout", "startleftaligned", "startlegend", "startline", "startlinealignment", "startlinecorrection", "startlinefiller", "startlinenote", "startlinenumbering", "startlines", "startlinetable", "startlinetablebody", "startlinetablecell", "startlinetablehead", "startlocalfootnotes", "startlocalheadsetup", "startlocallinecorrection", "startlocalnotes", "startlocalsetups", "startlua", "startluacode", "startluaparameterset", "startluasetups", "startmakeup", "startmarginblock", "startmarginrule", "startmarkedcontent", "startmarkpages", "startmathalignment", "startmathcases", "startmathlabeltext", "startmathmatrix", "startmathmode", "startmathstyle", "startmatrices", "startmatrix", "startmaxaligned", "startmdformula", "startmidaligned", "startmiddlealigned", "startmiddlemakeup", "startmixedcolumns", "startmode", "startmodeset", "startmodule", "startmoduletestsection", "startmpformula", "startnamedsection", "startnamedsubformulas", "startnarrow", "startnarrower", "startnegative", "startnicelyfilledbox", "startnointerference", "startnotallmodes", "startnotext", "startnotmode", "startoperatortext", "startopposite", "startoutputstream", "startoverlay", "startoverprint", "startpacked", "startpagecolumns", "startpagecomment", "startpagefigure", "startpagelayout", "startpagemakeup", "startpar", "startparagraph", "startparagraphs", "startparagraphscell", "startparbuilder", "startpart", "startpath", "startplacechemical", "startplacefigure", "startplacefloat", "startplaceformula", "startplacegraphic", "startplaceintermezzo", "startplacelegend", "startplacepairedbox", "startplacetable", "startpositioning", "startpositionoverlay", "startpositive", "startpostponing", "startpostponingnotes", "startprefixtext", "startprocessassignmentcommand", "startprocessassignmentlist", "startprocesscommacommand", "startprocesscommalist", "startproduct", "startproject", "startprotect", "startprotectedcolors", "startpublication", "startpunctuation", "startquotation", "startquote", "startrandomized", "startrandomseed", "startrawsetups", "startreadingfile", "startreferenceprefix", "startregime", "startregister", "startreusableMPgraphic", "startrightaligned", "startruby", "startscript", "startsdformula", "startsection", "startsectionblock", "startsectionblockenvironment", "startsectionlevel", "startsetups", "startshapebox", "startshift", "startsidebar", "startsimplecolumns", "startspecialitem", "startspeech", "startspformula", "startsplitformula", "startsplittext", "startspread", "startstandardmakeup", "startstaticMPfigure", "startstaticMPgraphic", "startstrictinspectnextcharacter", "startstructurepageregister", "startstrut", "startstyle", "startsubformulas", "startsubject", "startsubjectlevel", "startsubsection", "startsubsentence", "startsubstack", "startsubsubject", "startsubsubsection", "startsubsubsubject", "startsubsubsubsection", "startsubsubsubsubject", "startsubsubsubsubsection", "startsubsubsubsubsubject", "startsuffixtext", "startsymbolset", "starttable", "starttablehead", "starttables", "starttabletail", "starttabletext", "starttabulate", "starttabulatehead", "starttabulatetail", "starttagged", "starttaglabeltext", "starttexcode", "starttexdefinition", "starttext", "starttextbackground", "starttextbackgroundmanual", "starttextcolor", "starttextcolorintent", "starttextflow", "starttextmakeup", "starttextrule", "starttitle", "starttokenlist", "starttokens", "starttransparent", "starttypescript", "starttypescriptcollection", "starttyping", "startuniqueMPgraphic", "startuniqueMPpagegraphic", "startunittext", "startunpacked", "startusableMPgraphic", "startuseMPgraphic", "startusemathstyleparameter", "startuserdata", "startusingbtxspecification", "startvbox", "startvboxregister", "startvboxtohbox", "startvboxtohboxseparator", "startviewerlayer", "startvtop", "startvtopregister", "startxcell", "startxcellgroup", "startxcolumn", "startxgroup", "startxmldisplayverbatim", "startxmlinlineverbatim", "startxmlraw", "startxmlsetups", "startxrow", "startxrowgroup", "startxtable", "startxtablebody", "startxtablefoot", "startxtablehead", "startxtablenext", "stligature", "stopJScode", "stopJSpreamble", "stopLUA", "stopMP", "stopMPclip", "stopMPcode", "stopMPdefinitions", "stopMPdrawing", "stopMPenvironment", "stopMPextensions", "stopMPinclusions", "stopMPinitializations", "stopMPpage", "stopMPpositiongraphic", "stopMPpositionmethod", "stopMPrun", "stopPARSEDXML", "stopTABLE", "stopTABLEbody", "stopTABLEfoot", "stopTABLEhead", "stopTABLEnext", "stopTC", "stopTD", "stopTDs", "stopTEX", "stopTEXpage", "stopTH", "stopTN", "stopTR", "stopTRs", "stopTX", "stopTY", "stopXML", "stopalign", "stopalignment", "stopallmodes", "stopappendices", "stoparrangedpages", "stopaside", "stopattachment", "stopbackground", "stopbackmatter", "stopbar", "stopbbordermatrix", "stopbitmapimage", "stopblockquote", "stopbodymatter", "stopbordermatrix", "stopboxedcolumns", "stopbtxlabeltext", "stopbtxrenderingdefinitions", "stopbuffer", "stopcases", "stopcatcodetable", "stopcenteraligned", "stopchapter", "stopcharacteralign", "stopcheckedfences", "stopchemical", "stopchemicaltext", "stopcollect", "stopcollecting", "stopcolor", "stopcolorintent", "stopcoloronly", "stopcolorset", "stopcolumns", "stopcolumnset", "stopcolumnsetspan", "stopcombination", "stopcomment", "stopcomponent", "stopcontextcode", "stopcontextdefinitioncode", "stopctxfunction", "stopctxfunctiondefinition", "stopcurrentcolor", "stopcurrentlistentrywrapper", "stopdelimited", "stopdelimitedtext", "stopdisplaymath", "stopdmath", "stopdocument", "stopeffect", "stopelement", "stopembeddedxtable", "stopendnote", "stopendofline", "stopenvironment", "stopexceptions", "stopexpanded", "stopexpandedcollect", "stopextendedcatcodetable", "stopexternalfigurecollection", "stopfacingfloat", "stopfact", "stopfigure", "stopfiguretext", "stopfittingpage", "stopfixed", "stopfloatcombination", "stopfont", "stopfontclass", "stopfontsolution", "stopfootnote", "stopformula", "stopformulas", "stopframed", "stopframedcell", "stopframedcontent", "stopframedrow", "stopframedtable", "stopframedtext", "stopfrontmatter", "stopgoto", "stopgraphictext", "stopgridsnapping", "stophanging", "stophbox", "stophboxestohbox", "stophboxregister", "stophead", "stopheadtext", "stophelptext", "stophiding", "stophighlight", "stophyphenation", "stopimath", "stopindentation", "stopindentedtext", "stopinteraction", "stopinteractionmenu", "stopinterface", "stopintermezzotext", "stopintertext", "stopitem", "stopitemgroup", "stopitemgroupcolumns", "stopitemize", "stopknockout", "stoplabeltext", "stoplanguage", "stoplayout", "stopleftaligned", "stoplegend", "stopline", "stoplinealignment", "stoplinecorrection", "stoplinefiller", "stoplinenote", "stoplinenumbering", "stoplines", "stoplinetable", "stoplinetablebody", "stoplinetablecell", "stoplinetablehead", "stoplocalfootnotes", "stoplocalheadsetup", "stoplocallinecorrection", "stoplocalnotes", "stoplocalsetups", "stoplua", "stopluacode", "stopluaparameterset", "stopluasetups", "stopmakeup", "stopmarginblock", "stopmarginrule", "stopmarkedcontent", "stopmarkpages", "stopmathalignment", "stopmathcases", "stopmathlabeltext", "stopmathmatrix", "stopmathmode", "stopmathstyle", "stopmatrices", "stopmatrix", "stopmaxaligned", "stopmdformula", "stopmidaligned", "stopmiddlealigned", "stopmiddlemakeup", "stopmixedcolumns", "stopmode", "stopmodeset", "stopmodule", "stopmoduletestsection", "stopmpformula", "stopnamedsection", "stopnamedsubformulas", "stopnarrow", "stopnarrower", "stopnegative", "stopnicelyfilledbox", "stopnointerference", "stopnotallmodes", "stopnotext", "stopnotmode", "stopoperatortext", "stopopposite", "stopoutputstream", "stopoverlay", "stopoverprint", "stoppacked", "stoppagecolumns", "stoppagecomment", "stoppagefigure", "stoppagelayout", "stoppagemakeup", "stoppar", "stopparagraph", "stopparagraphs", "stopparagraphscell", "stopparbuilder", "stoppart", "stoppath", "stopplacechemical", "stopplacefigure", "stopplacefloat", "stopplaceformula", "stopplacegraphic", "stopplaceintermezzo", "stopplacelegend", "stopplacepairedbox", "stopplacetable", "stoppositioning", "stoppositionoverlay", "stoppositive", "stoppostponing", "stoppostponingnotes", "stopprefixtext", "stopprocessassignmentcommand", "stopprocessassignmentlist", "stopprocesscommacommand", "stopprocesscommalist", "stopproduct", "stopproject", "stopprotect", "stopprotectedcolors", "stoppublication", "stoppunctuation", "stopquotation", "stopquote", "stoprandomized", "stoprandomseed", "stoprawsetups", "stopreadingfile", "stopreferenceprefix", "stopregime", "stopreusableMPgraphic", "stoprightaligned", "stopruby", "stopscript", "stopsdformula", "stopsection", "stopsectionblock", "stopsectionblockenvironment", "stopsectionlevel", "stopsetups", "stopshapebox", "stopshift", "stopsidebar", "stopsimplecolumns", "stopspecialitem", "stopspeech", "stopspformula", "stopsplitformula", "stopsplittext", "stopspread", "stopstandardmakeup", "stopstaticMPfigure", "stopstaticMPgraphic", "stopstrictinspectnextcharacter", "stopstrut", "stopstyle", "stopsubformulas", "stopsubject", "stopsubjectlevel", "stopsubsection", "stopsubsentence", "stopsubstack", "stopsubsubject", "stopsubsubsection", "stopsubsubsubject", "stopsubsubsubsection", "stopsubsubsubsubject", "stopsubsubsubsubsection", "stopsubsubsubsubsubject", "stopsuffixtext", "stopsymbolset", "stoptable", "stoptablehead", "stoptables", "stoptabletail", "stoptabletext", "stoptabulate", "stoptabulatehead", "stoptabulatetail", "stoptagged", "stoptaglabeltext", "stoptexcode", "stoptexdefinition", "stoptext", "stoptextbackground", "stoptextbackgroundmanual", "stoptextcolor", "stoptextcolorintent", "stoptextflow", "stoptextmakeup", "stoptextrule", "stoptitle", "stoptokenlist", "stoptokens", "stoptransparent", "stoptypescript", "stoptypescriptcollection", "stoptyping", "stopuniqueMPgraphic", "stopuniqueMPpagegraphic", "stopunittext", "stopunpacked", "stopusableMPgraphic", "stopuseMPgraphic", "stopusemathstyleparameter", "stopuserdata", "stopusingbtxspecification", "stopvbox", "stopvboxregister", "stopvboxtohbox", "stopvboxtohboxseparator", "stopviewerlayer", "stopvtop", "stopvtopregister", "stopxcell", "stopxcellgroup", "stopxcolumn", "stopxgroup", "stopxmldisplayverbatim", "stopxmlinlineverbatim", "stopxmlraw", "stopxmlsetups", "stopxrow", "stopxrowgroup", "stopxtable", "stopxtablebody", "stopxtablefoot", "stopxtablehead", "stopxtablenext", "stretched", "strictdoifelsenextoptional", "strictdoifnextoptionalelse", "stripcharacter", "strippedcsname", "stripspaces", "structurelistuservariable", "structurenumber", "structuretitle", "structureuservariable", "structurevariable", "strut", "strutdp", "strutgap", "strutht", "struthtdp", "struttedbox", "strutwd", "style", "styleinstance", "subject", "subpagenumber", "subsection", "subsentence", "subset", "subseteq", "subseteqq", "subsetneq", "subsetneqq", "substituteincommalist", "subsubject", "subsubsection", "subsubsubject", "subsubsubsection", "subsubsubsubject", "subsubsubsubsection", "subsubsubsubsubject", "subtractfeature", "succ", "succapprox", "succcurlyeq", "succeq", "succeqq", "succnapprox", "succneq", "succneqq", "succnsim", "succsim", "suffixlanguage", "suffixtext", "sum", "supset", "supseteq", "supseteqq", "supsetneq", "supsetneqq", "surd", "surdradical", "swapcounts", "swapdimens", "swapface", "swapmacros", "swaptypeface", "swarrow", "switchstyleonly", "switchtobodyfont", "switchtocolor", "switchtointerlinespace", "symbol", "symbolreference", "synchronizeblank", "synchronizeindenting", "synchronizemarking", "synchronizeoutputstreams", "synchronizestrut", "synchronizewhitespace", "synctexblockfilename", "synctexresetfilename", "synctexsetfilename", "systemlog", "systemlogfirst", "systemloglast", "systemsetups", "tLeftarrow", "tLeftrightarrow", "tRightarrow", "tabulateautoline", "tabulateautorule", "tabulateline", "tabulaterule", "taggedctxcommand", "taggedlabeltexts", "taglabellanguage", "taglabeltext", "tau", "tbinom", "tbox", "tcaron", "tcedilla", "tcommaaccent", "tcurl", "tequal", "test", "testandsplitstring", "testcolumn", "testfeature", "testfeatureonce", "testpage", "testpageonly", "testpagesync", "testtokens", "tex", "texdefinition", "texsetup", "textAngstrom", "textacute", "textampersand", "textasciicircum", "textasciitilde", "textat", "textbackslash", "textbar", "textbottomcomma", "textbottomdot", "textbraceleft", "textbraceright", "textbreve", "textbrokenbar", "textbullet", "textcaron", "textcedilla", "textcelsius", "textcent", "textcircledP", "textcircumflex", "textcitation", "textcite", "textcomma", "textcontrolspace", "textcurrency", "textdag", "textddag", "textdegree", "textdiaeresis", "textdiv", "textdollar", "textdong", "textdotaccent", "textellipsis", "texteuro", "textflowcollector", "textfraction", "textgrave", "texthash", "texthorizontalbar", "texthungarumlaut", "texthyphen", "textkelvin", "textlognot", "textmacron", "textmath", "textmho", "textminus", "textmu", "textmultiply", "textnumero", "textogonek", "textohm", "textormathchar", "textormathchars", "textounce", "textpercent", "textperiod", "textplus", "textpm", "textreference", "textring", "textrule", "textslash", "textsterling", "texttilde", "textunderscore", "textvisiblespace", "textyen", "thai", "thainumerals", "thefirstcharacter", "thenormalizedbodyfontsize", "therefore", "theremainingcharacters", "theta", "thickspace", "thinrule", "thinrules", "thinspace", "thirdoffivearguments", "thirdoffourarguments", "thirdofsixarguments", "thirdofthreearguments", "thirdofthreeunexpanded", "thook", "thookleftarrow", "thookrightarrow", "thorn", "threedigitrounding", "threeeighths", "threefifths", "threeperemspace", "threequarter", "threesuperior", "tibetannumerals", "tightlayer", "tilde", "times", "tinyfont", "title", "tlap", "tleftarrow", "tleftharpoondown", "tleftharpoonup", "tleftrightarrow", "tleftrightharpoons", "tmapsto", "to", "tochar", "tolinenote", "tooltip", "top", "topbox", "topleftbox", "toplinebox", "toprightbox", "topskippedbox", "tracecatcodetables", "tracedfontname", "traceoutputroutines", "tracepositions", "trademark", "translate", "transparencycomponents", "transparent", "trel", "triangle", "triangledown", "triangleleft", "triangleq", "triangleright", "trightarrow", "trightharpoondown", "trightharpoonup", "trightleftharpoons", "trightoverleftarrow", "triplebond", "tripleprime", "tripleverticalbar", "truefilename", "truefontname", "tstroke", "ttraggedright", "ttriplerel", "ttwoheadleftarrow", "ttwoheadrightarrow", "turnediota", "twodigitrounding", "twofifths", "twoheaddownarrow", "twoheadleftarrow", "twoheadrightarrow", "twoheadrightarrowtail", "twoheaduparrow", "twosuperior", "twothirds", "tx", "txx", "typ", "type", "typebuffer", "typedefinedbuffer", "typeface", "typefile", "typeinlinebuffer", "typescriptone", "typescriptprefix", "typescriptthree", "typescripttwo", "typesetbuffer", "typesetfile", "uacute", "ubreve", "ucaron", "ucircumflex", "uconvertnumber", "udiaeresis", "udiaeresisacute", "udiaeresiscaron", "udiaeresisgrave", "udiaeresismacron", "udotbelow", "udots", "udoublegrave", "uedcatcodecommand", "ugrave", "uhook", "uhorn", "uhornacute", "uhorndotbelow", "uhorngrave", "uhornhook", "uhorntilde", "uhungarumlaut", "uinvertedbreve", "ulcorner", "umacron", "undefinevalue", "undepthed", "underbar", "underbars", "underbrace", "underbracket", "underdash", "underdashes", "underdot", "underdots", "underleftarrow", "underparent", "underrandom", "underrandoms", "underrightarrow", "underset", "understrike", "understrikes", "undoassign", "unexpandeddocumentvariable", "unframed", "unhhbox", "unihex", "uniqueMPgraphic", "uniqueMPpagegraphic", "unit", "unitlanguage", "unitshigh", "unitslow", "unittext", "unknown", "unprotected", "unregisterhyphenationpattern", "unspaceafter", "unspaceargument", "unspaced", "unspacestring", "unstackscripts", "untexargument", "untexcommand", "uogonek", "upand", "uparrow", "updasharrow", "updownarrow", "updownarrowbar", "updownarrows", "upharpoonleft", "upharpoonright", "uplus", "uppercased", "uppercasestring", "upperleftdoubleninequote", "upperleftdoublesixquote", "upperleftsingleninequote", "upperleftsinglesixquote", "upperrightdoubleninequote", "upperrightdoublesixquote", "upperrightsingleninequote", "upperrightsinglesixquote", "upsilon", "upuparrows", "upwhitearrow", "urcorner", "uring", "url", "useJSscripts", "useMPenvironmentbuffer", "useMPgraphic", "useMPlibrary", "useMPrun", "useMPvariables", "useURL", "usealignparameter", "useblankparameter", "useblocks", "usebodyfont", "usebodyfontparameter", "usebtxdataset", "usebtxdefinitions", "usecitation", "usecolors", "usecomponent", "usedirectory", "usedummycolorparameter", "usedummystyleandcolor", "usedummystyleparameter", "useenvironment", "useexternaldocument", "useexternalfigure", "useexternalrendering", "useexternalsoundtrack", "usefigurebase", "usefile", "usegridparameter", "useindentingparameter", "useindentnextparameter", "useinterlinespaceparameter", "uselanguageparameter", "useluamodule", "usemathstyleparameter", "usemodule", "useproduct", "useprofileparameter", "useproject", "usereferenceparameter", "userpagenumber", "usesetupsparameter", "usestaticMPfigure", "usesubpath", "usesymbols", "usetexmodule", "usetypescript", "usetypescriptfile", "useurl", "usezipfile", "utfchar", "utflower", "utfupper", "utilde", "utilityregisterlength", "vDash", "varTheta", "varepsilon", "varkappa", "varnothing", "varphi", "varpi", "varrho", "varsigma", "vartheta", "vboxreference", "vdash", "vdots", "vec", "vee", "veebar", "veeeq", "verbatim", "verbatimstring", "verbosenumber", "version", "vert", "verticalgrowingbar", "verticalpositionbar", "veryraggedcenter", "veryraggedleft", "veryraggedright", "vglue", "viewerlayer", "vl", "vpackbox", "vpackedbox", "vphantom", "vpos", "vsmash", "vsmashbox", "vsmashed", "vspace", "vspacing", "wcircumflex", "wdofstring", "wedge", "wedgeeq", "weekday", "whitearrowupfrombar", "widehat", "widetilde", "widthofstring", "widthspanningtext", "withoutpt", "word", "wordright", "words", "wordtonumber", "wp", "wr", "writebetweenlist", "writedatatolist", "writestatus", "writetolist", "xLeftarrow", "xLeftrightarrow", "xRightarrow", "xdefconvertedargument", "xequal", "xfrac", "xhookleftarrow", "xhookrightarrow", "xi", "xleftarrow", "xleftharpoondown", "xleftharpoonup", "xleftrightarrow", "xleftrightharpoons", "xmapsto", "xmladdindex", "xmlafterdocumentsetup", "xmlaftersetup", "xmlall", "xmlappenddocumentsetup", "xmlappendsetup", "xmlapplyselectors", "xmlatt", "xmlattdef", "xmlattribute", "xmlattributedef", "xmlbadinclusions", "xmlbeforedocumentsetup", "xmlbeforesetup", "xmlchainatt", "xmlchainattdef", "xmlchecknamespace", "xmlcommand", "xmlconcat", "xmlconcatrange", "xmlcontext", "xmlcount", "xmldefaulttotext", "xmldirectives", "xmldirectivesafter", "xmldirectivesbefore", "xmldisplayverbatim", "xmldoif", "xmldoifatt", "xmldoifelse", "xmldoifelseatt", "xmldoifelseempty", "xmldoifelseselfempty", "xmldoifelsetext", "xmldoifelsevalue", "xmldoifnot", "xmldoifnotatt", "xmldoifnotselfempty", "xmldoifnottext", "xmldoifselfempty", "xmldoiftext", "xmlelement", "xmlfilter", "xmlfirst", "xmlflush", "xmlflushcontext", "xmlflushdocumentsetups", "xmlflushlinewise", "xmlflushpure", "xmlflushspacewise", "xmlflushtext", "xmlinclude", "xmlinclusion", "xmlinclusions", "xmlinfo", "xmlinjector", "xmlinlineprettyprint", "xmlinlineprettyprinttext", "xmlinlineverbatim", "xmlinstalldirective", "xmllast", "xmllastatt", "xmllastmatch", "xmllastpar", "xmlloadbuffer", "xmlloaddata", "xmlloaddirectives", "xmlloadfile", "xmlloadonly", "xmlmain", "xmlmapvalue", "xmlname", "xmlnamespace", "xmlnonspace", "xmlpar", "xmlparam", "xmlpath", "xmlpos", "xmlposition", "xmlprependdocumentsetup", "xmlprependsetup", "xmlprettyprint", "xmlprettyprinttext", "xmlprocessbuffer", "xmlprocessdata", "xmlprocessfile", "xmlpure", "xmlraw", "xmlrefatt", "xmlregistereddocumentsetups", "xmlregisteredsetups", "xmlregisterns", "xmlremapname", "xmlremapnamespace", "xmlremovedocumentsetup", "xmlremovesetup", "xmlresetdocumentsetups", "xmlresetinjectors", "xmlresetsetups", "xmlsave", "xmlsetatt", "xmlsetattribute", "xmlsetentity", "xmlsetfunction", "xmlsetinjectors", "xmlsetpar", "xmlsetparam", "xmlsetsetup", "xmlsetup", "xmlshow", "xmlsnippet", "xmlstrip", "xmlstripnolines", "xmlstripped", "xmlstrippednolines", "xmltag", "xmltexentity", "xmltext", "xmltobuffer", "xmltobufferverbose", "xmltofile", "xmlvalue", "xmlverbatim", "xrel", "xrightarrow", "xrightharpoondown", "xrightharpoonup", "xrightleftharpoons", "xrightoverleftarrow", "xsplitstring", "xtriplerel", "xtwoheadleftarrow", "xtwoheadrightarrow", "xxfrac", "xypos", "yacute", "ycircumflex", "ydiaeresis", "ydotbelow", "yen", "ygrave", "yhook", "ymacron", "ytilde", "zacute", "zcaron", "zdotaccent", "zeronumberconversion", "zerowidthnobreakspace", "zerowidthspace", "zeta", "zhook", "zstroke", "zwj", "zwnj" }, - ["cs"]={ "Cisla", "Kap", "MESIC", "Rimskecislice", "SLOVA", "SLOVO", "Slova", "Slovo", "VSEDNIDEN", "Znak", "Znaky", "aktualnicislonadpisu", "aktualnidatum", "barevnalista", "barva", "cernalinka", "cernelinky", "cisla", "cislonadpisu", "cislorovnice", "cislostrany", "datum", "definuj", "definujakcent", "definujbarvu", "definujblok", "definujbloksekce", "definujbuffer", "definujfont", "definujformatodkazu", "definujhbox", "definujinterakcnimenu", "definujkombinovanyseznam", "definujkonverzi", "definujnadpis", "definujobrazeksymbol", "definujodkaz", "definujodstavce", "definujopis", "definujoramovani", "definujoramovanytext", "definujpaletu", "definujplvouciobjekt", "definujpodpole", "definujpole", "definujpopis", "definujpopisek", "definujprekryv", "definujprikaz", "definujprofil", "definujprogram", "definujprostredizakladnihofontu", "definujrejstrik", "definujsablonutabulky", "definujsekci", "definujseznam", "definujskupinubarev", "definujstartstop", "definujstyl", "definujstylfontu", "definujsymbol", "definujsynonumumfontu", "definujsynonyma", "definujtabelaci", "definujtext", "definujtrideni", "definujupravu", "definujvelikostpapiru", "definujvycet", "definujzakladnifont", "definujzasobnikpoli", "definujznaceni", "definujznak", "delkaseznamu", "externiobraz", "hlavnijazyk", "hodnotabarvy", "instalacejazyka", "interakcnilista", "interakcnitlacitka", "interaktivnimenu", "jazyk", "jdidolu", "jdina", "jdinabox", "jdinastranu", "klonujpole", "komponenta", "konvertujcislo", "kopirujpole", "korekcebilehomista", "matematika", "meritko", "mesic", "mezera", "mrizka", "nastavbarvu", "nastavbarvy", "nastavbilamista", "nastavblok", "nastavbloksekce", "nastavbuffer", "nastavcernelinky", "nastavcislonadpisu", "nastavcislostrany", "nastavcislovaniodstavcu", "nastavcislovaniradku", "nastavcislovanistran", "nastavcitaci", "nastavdeleniplvoucichobjektu", "nastavdelitko", "nastavdolnitexty", "nastavhorejsek", "nastavhornitexty", "nastavinterakci", "nastavinterakcnilistu", "nastavinterakcnimenu", "nastavinterakcniobrazovku", "nastavjazyk", "nastavkapitalky", "nastavkombinovanyseznam", "nastavkomentar", "nastavkomentarstrany", "nastavmarginalnilinky", "nastavmeziradkovoumezeru", "nastavnadpis", "nastavnadpisy", "nastavodkazovani", "nastavodsazovani", "nastavodstavce", "nastavopis", "nastavoramovanetexty", "nastavoramovani", "nastavorez", "nastavotoceni", "nastavpaletu", "nastavplvouciobjekt", "nastavplvouciobjekty", "nastavpodcislostrany", "nastavpole", "nastavpolozky", "nastavpopisek", "nastavpopisky", "nastavpozadi", "nastavpoznamkypodcarou", "nastavprechodstrany", "nastavpreskok", "nastavprogramy", "nastavradkovani", "nastavradky", "nastavrejstrik", "nastavrovnice", "nastavsadusymbolu", "nastavseznam", "nastavsirkucary", "nastavsloupce", "nastavspodek", "nastavsynonyma", "nastavtabelaci", "nastavtabulky", "nastavtenkelinky", "nastavtext", "nastavtextovelinky", "nastavtexttexty", "nastavtextyupati", "nastavtextyzahlavi", "nastavtoleranci", "nastavtrideni", "nastavtype", "nastavumisteniprotejsku", "nastavumistovani", "nastavupati", "nastavupravu", "nastavurl", "nastavusporadani", "nastavvelikostpapiru", "nastavvsechnapole", "nastavvycty", "nastavvyplnovelinky", "nastavvyplnoveradky", "nastavvzhled", "nastavzahlavi", "nastavzakladnifont", "nastavzarovnani", "nastavznaceni", "nastavzuzeni", "nastrane", "nejakyradek", "nekde", "neznamo", "nivy", "nizky", "nokap", "obrazovka", "odkaz", "odkaznastranu", "odkaznatext", "odkazujici", "opis", "opissoubor", "oramovani", "oref", "orez", "otocit", "oznaceni", "pis", "plnezneni", "pole", "polozka", "polozky", "porovnejpaletu", "porovnejskupinubarev", "pozadi", "pozice", "poznamka", "pref", "prelozit", "prepninazakladnifont", "preskoc", "prizpusobivepole", "prizpusobvzhled", "produkt", "projekt", "prostredi", "resetznaceni", "rimskecislice", "rozdelplvouciobjekt", "roztazene", "schovejbloky", "sedabarva", "sloupec", "slovovpravo", "stanovcharakteristickuseznamu", "stanovcislonadpisu", "startbarva", "startinteraktivnimenu", "startjazyk", "startjdina", "startkomponenta", "startmarginalnilinka", "startnadpis", "startoramovani", "startpolozka", "startpozadi", "startprodukt", "startprojekt", "startprostredi", "startpublikace", "startradek", "starttextovalinka", "startumistirovnici", "startzarovnanonastred", "startzarovnanovlevo", "startzarovnanovpravo", "startzhustene", "stopbarva", "stopinteraktivnimenu", "stopjazyk", "stopjdina", "stopkomponenta", "stopmarginalnilinka", "stopnadpis", "stoporamovani", "stoppolozka", "stoppozadi", "stopprodukt", "stopprojekt", "stopprostredi", "stoppublikace", "stopradek", "stoptextovalinka", "stopumistirovnici", "stopzarovnanonastred", "stopzarovnanovlevo", "stopzarovnanovpravo", "stopzhustene", "strana", "tecky", "tenkalinka", "tenkelinky", "textovalinka", "tlacitko", "tlacitkomenu", "tloustkacary", "tref", "tvrdamezera", "tvrdemezery", "ukazbarvu", "ukazmrizku", "ukaznastaveni", "ukazpaletu", "ukazpodpery", "ukazpostredizakladnihofontu", "ukazramecek", "ukazsadusymbolu", "ukazskupinubarev", "ukazupravu", "ukazvytisk", "ukazvzhled", "ukazzakladnifont", "umistikombinovanyseznam", "umistilokalnipoznamkypodcarou", "umistinadsebe", "umistinamrizku", "umistipodrovnici", "umistipoznamkypodcarou", "umistirejstrik", "umistirovnici", "umistiseznam", "umistivedlesebe", "umistizalozky", "urcicharakteristikurejstriku", "uzijJSscripts", "uzijURL", "uzijadresar", "uzijbloky", "uzijexternidokument", "uzijexterniobraz", "uzijexternizvuk", "uzijmodul", "uzijsymbol", "uzijurl", "verze", "vlasovalinka", "vradku", "vsedniden", "vyberbloky", "vyplnenytext", "vyplnovelinky", "vyplnovyradek", "vysoky", "zachovejbloky", "zadnamezera", "zadnehorniadolniradky", "zadnezahlaviaupati", "zalozka", "zapisdoseznamu", "zapismeziseznam", "zaramovani", "zarovnanonastred", "zarovnanovlevo", "zarovnanovpravo", "zasobnikpoli", "ziskejbuffer", "ziskejznaceni", "znaceni", "znak", "znaky", "zpracujbloky", "zrcadlit", "zref" }, - ["de"]={ "Buchstabe", "Buchstaben", "Kap", "MONAT", "Roemischezahlen", "WOCHENTAG", "WOERTER", "WORT", "Woerter", "Wort", "Ziffern", "amgitterausrichten", "aufseite", "ausfuelltext", "ausschnitt", "bearbeitebloecke", "behaltebloecke", "bei", "bemerkung", "benutzeverzeichnis", "beschriftung", "bestimmekopfnummer", "bestimmelistencharakeristika", "bestimmeregistercharakteristika", "bildschirm", "blanko", "buchstabe", "buchstaben", "datum", "defineschriftsynonym", "definiereabbsymbol", "definiereabsaetze", "definiereabschnitt", "definiereabschnittsblock", "definiereakzent", "definierebefehl", "definierebeschreibung", "definierebeschriftung", "definiereblock", "definierefarbe", "definierefarbengruppe", "definierefeld", "definierefeldstapel", "definierefliesstext", "definierefliesstextumgebung", "definieregleitobjekt", "definierehbox", "definiereinteraktionsmenue", "definierekonversion", "definierelabel", "definiereliste", "definieren", "definierenummerierung", "definiereoverlay", "definierepalette", "definierepapierformat", "definiereprofil", "definiereprogramme", "definierepuffer", "definierereferenz", "definierereferenzformat", "definiereregister", "definiereschrift", "definiereschriftstil", "definieresortieren", "definierestartstop", "definierestil", "definieresubfeld", "definieresymbol", "definieresynonyme", "definieretabellenvorlage", "definieretabulator", "definieretext", "definieretippen", "definiereueberschrift", "definiereumbruch", "definiereumrahmt", "definiereumrahmtertext", "definierezeichen", "definierezusammengestellteliste", "drehen", "duennelinie", "duennerumriss", "einezeile", "externeabbildung", "farbbalken", "farbe", "farbewert", "feld", "feldstapel", "festesspatium", "format", "formelnummer", "gefuelltesrechteck", "gefuelltezeile", "gestreckt", "gitter", "graufarbe", "haarlinie", "hauptsprache", "heutigesdatum", "heutigeskopfnummer", "hintergrund", "hoch", "holebeschriftung", "holepuffer", "imumriss", "installieresprache", "interaktionsbalken", "interaktionsknopfe", "interaktionsmenue", "inzeile", "irgendwo", "keinekopfundfusszeilen", "keinspatium", "keinzeilenobenundunten", "klonierefeld", "knopf", "komponente", "konvertierezahl", "kopfnummer", "kopierefeld", "korrigierezwischenraum", "liniendicke", "linksbuendig", "listenlaenge", "mathematik", "menueknopf", "monat", "nachunten", "nokap", "notiz", "passelayoutan", "passendfeld", "platzierebookmarks", "platziereformel", "platzierefussnoten", "platziereliste", "platzierelokalefussnoten", "platzierenebeneinander", "platziereregister", "platziereuntereinander", "platziereunterformel", "platzierezusammengestellteliste", "pos", "posten", "produkt", "programm", "projekt", "punkt", "rechteck", "rechtecke", "rechtsbuendig", "referenz", "referieren", "roemischezahlen", "ruecksetztenbeschriftung", "schreibezurliste", "schreibezwischenliste", "seite", "seitenreferenz", "seitenummer", "settext", "spalte", "spatium", "spiegeln", "sprache", "startfarbe", "starthintergrund", "startinteraktionsmenue", "startkleinerdurchschuss", "startkomponente", "startkopf", "startlinksbuendig", "startmarginallinie", "startplatziereformel", "startpos", "startprodukt", "startprojekt", "startpublikation", "startrechtsbuendig", "startsprache", "starttextlinie", "startumgebung", "startumrahmt", "startzeile", "startzentriert", "startzu", "stelleabsaetzeein", "stelleabsatznummerierungein", "stelleabschnittsblockein", "stelleanordnenein", "stelleaufzaehlungenein", "stelleausrichtungein", "stelleausschnittein", "stellebeschreibungein", "stellebeschriftungein", "stellebilderunterschriftein", "stellebildunterschriftein", "stellebindestrichein", "stelleblankoein", "stelleblockein", "stelledrehenein", "stelleduennerumrissein", "stelleeinziehenein", "stelleengerein", "stellefarbeein", "stellefarbenein", "stellefeldein", "stellefelderin", "stellefliesstextein", "stelleformelnein", "stellefussnotenein", "stellefusszeileein", "stellefusszeilentextein", "stellegefuelltesrechteckein", "stellegefuelltezeileein", "stellegegenueberplatzierenein", "stellegleitobjekteein", "stellegleitobjektein", "stellehintergruendeein", "stellehintergrundein", "stelleinteraktionein", "stelleinteraktionsbalkenein", "stelleinteraktionsbildschirmein", "stelleinteraktionsmenueein", "stellekommentarein", "stellekopfzahlein", "stellekopfzeileein", "stellekopfzeilentextein", "stellelayoutein", "stellelinienbreiteein", "stellelisteein", "stellemarginallinieein", "stellenobenein", "stellepaletteein", "stellepapierformatein", "stelleplatziegeteiltegleitobjekt", "stellepositionierenein", "stellepostenein", "stelleprogrammein", "stellepufferein", "stellerechteckein", "stellereferenzierenein", "stelleregisterein", "stelleseitenkommentarein", "stelleseitennummerein", "stelleseitennummeriernungein", "stelleseitenuebergangein", "stellesortierenein", "stellespaltenein", "stellespatiumein", "stellespracheein", "stellesymbolsetein", "stellesynonymein", "stelletabellenein", "stelletabulatorein", "stelletextein", "stelletextobenein", "stelletexttexteein", "stelletextumrissein", "stelletextuntenein", "stelletipein", "stelletippenein", "stelletoleranzein", "stelleueberschriftein", "stelleueberschriftenein", "stelleumbruchein", "stelleumrahmtein", "stelleumrahmtetexteein", "stelleuntenein", "stelleunterseitennummerein", "stelleurlein", "stelleversalienein", "stellezeilenabstandein", "stellezeilenein", "stellezeilennumerierungein", "stellezitierenein", "stellezusammengestelltelisteein", "stellezwischenraumein", "stopfarbe", "stophintergrund", "stopinteraktionsmenue", "stopkleinerdurchschuss", "stopkomponente", "stopkopf", "stoplinksbuendig", "stopmarginallinie", "stopplatziereformel", "stoppos", "stopprodukt", "stopprojekt", "stoppublikation", "stoprechtsbuendig", "stopsprache", "stoptextlinie", "stopumgebung", "stopumrahmt", "stopzeile", "stopzentriert", "stopzu", "teilegleitobjekt", "textlinie", "textreferenz", "tief", "tiho", "tip", "tippedatei", "tippen", "tippepuffer", "ueber", "uebersetzten", "umgebung", "umrahmt", "unbekant", "verbergebloecke", "vergleichefarbengruppe", "vergleichepalette", "verwendeJSscript", "verwendeURL", "verwendebloecke", "verwendeexteresdokument", "verwendeexterneabbildung", "verwendeexternestonstueck", "verwendemodul", "verwendesymbole", "verwendeurl", "volleswort", "von", "waehlebloeckeaus", "wechselezumfliesstext", "wochentag", "wortrechts", "zeigedruck", "zeigeeinstellungen", "zeigefarbe", "zeigefarbengruppe", "zeigefliesstext", "zeigefliesstextumgebung", "zeigegitter", "zeigelayout", "zeigepalette", "zeigerahmen", "zeigestruts", "zeigeumbruch", "zentriert", "ziffern", "zu", "zurbox", "zurseite" }, + ["common"]={ "AEacute", "AEligature", "AEmacron", "AMSTEX", "Aacute", "Abreve", "Abreveacute", "Abrevedotbelow", "Abrevegrave", "Abrevehook", "Abrevetilde", "Acaron", "Acircumflex", "Acircumflexacute", "Acircumflexdotbelow", "Acircumflexgrave", "Acircumflexhook", "Acircumflextilde", "Adiaeresis", "Adiaeresismacron", "Adotaccent", "Adotaccentmacron", "Adotbelow", "Adoublegrave", "AfterPar", "Agrave", "Ahook", "Ainvertedbreve", "Alpha", "Alphabeticnumerals", "AmSTeX", "Amacron", "And", "Angstrom", "Aogonek", "Aring", "Aringacute", "Arrowvert", "Astroke", "Atilde", "BeforePar", "Beta", "Bhook", "Big", "Bigg", "Biggl", "Biggm", "Biggr", "Bigl", "Bigm", "Bigr", "Box", "Bumpeq", "CONTEXT", "Cacute", "Cap", "Caps", "Ccaron", "Ccedilla", "Ccircumflex", "Cdotaccent", "Character", "Characters", "Chi", "Chook", "ConTeXt", "Context", "ConvertConstantAfter", "ConvertToConstant", "Cstroke", "Cup", "DZcaronligature", "DZligature", "Dafrican", "Dcaron", "Ddownarrow", "Delta", "Dhook", "Doteq", "Downarrow", "Dstroke", "Dzcaronligature", "Dzligature", "ETEX", "Eacute", "Ebreve", "Ecaron", "Ecedilla", "Ecircumflex", "Ecircumflexacute", "Ecircumflexdotbelow", "Ecircumflexgrave", "Ecircumflexhook", "Ecircumflextilde", "Ediaeresis", "Edotaccent", "Edotbelow", "Edoublegrave", "Egrave", "Ehook", "Einvertedbreve", "Emacron", "Eogonek", "Epsilon", "Eta", "Eth", "Etilde", "Eulerconst", "EveryLine", "EveryPar", "Fhook", "Finv", "Gacute", "Game", "Gamma", "Gbreve", "Gcaron", "Gcircumflex", "Gcommaaccent", "Gdotaccent", "GetPar", "Ghook", "GotoPar", "Greeknumerals", "Gstroke", "Hat", "Hcaron", "Hcircumflex", "Hstroke", "IJligature", "INRSTEX", "Iacute", "Ibreve", "Icaron", "Icircumflex", "Idiaeresis", "Idotaccent", "Idotbelow", "Idoublegrave", "Igrave", "Ihook", "Iinvertedbreve", "Im", "Imacron", "Iogonek", "Iota", "Istroke", "Itilde", "Jcircumflex", "Join", "Kappa", "Kcaron", "Kcommaaccent", "Khook", "LAMSTEX", "LATEX", "LJligature", "LUAJITTEX", "LUAMETATEX", "LUATEX", "LaTeX", "Lacute", "LamSTeX", "Lambda", "Lbar", "Lcaron", "Lcommaaccent", "Ldotmiddle", "Ldsh", "Leftarrow", "Leftrightarrow", "Ljligature", "Lleftarrow", "Longleftarrow", "Longleftrightarrow", "Longmapsfrom", "Longmapsto", "Longrightarrow", "Lsh", "Lstroke", "Lua", "LuaMetaTeX", "LuaTeX", "LuajitTeX", "METAFONT", "METAFUN", "METAPOST", "MKII", "MKIV", "MKIX", "MKVI", "MKXI", "MONTH", "MONTHLONG", "MONTHSHORT", "MPII", "MPIV", "MPVI", "MPanchor", "MPbetex", "MPc", "MPcode", "MPcolor", "MPcoloronly", "MPcolumn", "MPd", "MPdrawing", "MPfontsizehskip", "MPgetmultipars", "MPgetmultishape", "MPgetposboxes", "MPh", "MPinclusions", "MPleftskip", "MPll", "MPlr", "MPls", "MPmenubuttons", "MPn", "MPoptions", "MPoverlayanchor", "MPp", "MPpage", "MPpardata", "MPplus", "MPpos", "MPpositiongraphic", "MPposset", "MPr", "MPrawvar", "MPregion", "MPrest", "MPrightskip", "MPrs", "MPstring", "MPtext", "MPtransparency", "MPul", "MPur", "MPv", "MPvar", "MPvariable", "MPvv", "MPw", "MPwhd", "MPx", "MPxy", "MPxywhd", "MPy", "Mapsfrom", "Mapsto", "MetaFont", "MetaFun", "MetaPost", "Mu", "NJligature", "Nacute", "Ncaron", "Ncommaaccent", "Nearrow", "Neng", "Ngrave", "Njligature", "NormalizeFontHeight", "NormalizeFontWidth", "NormalizeTextHeight", "NormalizeTextWidth", "Ntilde", "Nu", "Numbers", "Nwarrow", "OEligature", "Oacute", "Obreve", "Ocaron", "Ocircumflex", "Ocircumflexacute", "Ocircumflexdotbelow", "Ocircumflexgrave", "Ocircumflexhook", "Ocircumflextilde", "Odiaeresis", "Odiaeresismacron", "Odotaccent", "Odotaccentmacron", "Odotbelow", "Odoublegrave", "Ograve", "Ohook", "Ohorn", "Ohornacute", "Ohorndotbelow", "Ohorngrave", "Ohornhook", "Ohorntilde", "Ohungarumlaut", "Oinvertedbreve", "Omacron", "Omega", "Omicron", "Oogonek", "Oogonekmacron", "Ostroke", "Ostrokeacute", "Otilde", "Otildemacron", "P", "PDFETEX", "PDFTEX", "PDFcolor", "PICTEX", "PPCHTEX", "PPCHTeX", "PRAGMA", "Phi", "Phook", "Pi", "PiCTeX", "Plankconst", "PointsToBigPoints", "PointsToReal", "PointsToWholeBigPoints", "PropertyLine", "Psi", "PtToCm", "Racute", "Rcaron", "Rcommaaccent", "Rdoublegrave", "Rdsh", "Re", "ReadFile", "Relbar", "Rho", "Rightarrow", "Rinvertedbreve", "Romannumerals", "Rrightarrow", "Rsh", "S", "Sacute", "ScaledPointsToBigPoints", "ScaledPointsToWholeBigPoints", "Scaron", "Scedilla", "Schwa", "Scircumflex", "Scommaaccent", "Searrow", "Sigma", "Smallcapped", "Subset", "Supset", "Swarrow", "TABLE", "TEX", "TaBlE", "Tau", "Tcaron", "Tcedilla", "Tcommaaccent", "TeX", "TheNormalizedFontSize", "Theta", "Thook", "Thorn", "TransparencyHack", "Tstroke", "Uacute", "Ubreve", "Ucaron", "Ucircumflex", "Udiaeresis", "Udiaeresisacute", "Udiaeresiscaron", "Udiaeresisgrave", "Udiaeresismacron", "Udotbelow", "Udoublegrave", "Ugrave", "Uhook", "Uhorn", "Uhornacute", "Uhorndotbelow", "Uhorngrave", "Uhornhook", "Uhorntilde", "Uhungarumlaut", "Uinvertedbreve", "Umacron", "Uogonek", "Uparrow", "Updownarrow", "Upsilon", "Uring", "Utilde", "Uuparrow", "VDash", "Vdash", "VerboseNumber", "Vert", "Vvdash", "WEEKDAY", "WORD", "WORDS", "Wcircumflex", "WidthSpanningText", "Word", "Words", "XETEX", "XeTeX", "Xi", "Yacute", "Ycircumflex", "Ydiaeresis", "Ydotbelow", "Ygrave", "Yhook", "Ymacron", "Ytilde", "Zacute", "Zcaron", "Zdotaccent", "Zeta", "Zhook", "Zstroke", "aacute", "abbreviation", "abjadnaivenumerals", "abjadnodotnumerals", "abjadnumerals", "about", "abreve", "abreveacute", "abrevedotbelow", "abrevegrave", "abrevehook", "abrevetilde", "acaron", "acircumflex", "acircumflexacute", "acircumflexdotbelow", "acircumflexgrave", "acircumflexhook", "acircumflextilde", "activatespacehandler", "actualday", "actualmonth", "actualyear", "actuarial", "acute", "acwopencirclearrow", "adaptcollector", "adaptfontfeature", "adaptlayout", "adaptpapersize", "addfeature", "addfontpath", "addtoJSpreamble", "addtocommalist", "addvalue", "adiaeresis", "adiaeresismacron", "adotaccent", "adotaccentmacron", "adotbelow", "adoublegrave", "aeacute", "aeligature", "aemacron", "afghanicurrency", "aftersplitstring", "aftertestandsplitstring", "agrave", "ahook", "ainvertedbreve", "aleph", "alignbottom", "aligned", "alignedbox", "alignedline", "alignhere", "alignmentcharacter", "allinputpaths", "alpha", "alphabeticnumerals", "alwayscitation", "alwayscite", "amacron", "amalg", "ampersand", "anchor", "angle", "aogonek", "appendetoks", "appendgvalue", "appendtocommalist", "appendtoks", "appendtoksonce", "appendvalue", "apply", "applyalternativestyle", "applyprocessor", "applytocharacters", "applytofirstcharacter", "applytosplitstringchar", "applytosplitstringcharspaced", "applytosplitstringline", "applytosplitstringlinespaced", "applytosplitstringword", "applytosplitstringwordspaced", "applytowords", "approx", "approxEq", "approxeq", "approxnEq", "arabicakbar", "arabicalayhe", "arabicallah", "arabicallallahou", "arabicasterisk", "arabicbasmalah", "arabiccomma", "arabiccuberoot", "arabicdateseparator", "arabicdecimals", "arabicdisputedendofayah", "arabicendofayah", "arabicexnumerals", "arabicfootnotemarker", "arabicfourthroot", "arabichighain", "arabichighalayheassallam", "arabichigheqala", "arabichighesala", "arabichighfootnotemarker", "arabichighjeem", "arabichighlamalef", "arabichighmadda", "arabichighmeemlong", "arabichighmeemshort", "arabichighnisf", "arabichighnoon", "arabichighnoonkasra", "arabichighqaf", "arabichighqif", "arabichighradiallahouanhu", "arabichighrahmatullahalayhe", "arabichighrubc", "arabichighsad", "arabichighsajda", "arabichighsakta", "arabichighsallallahou", "arabichighseen", "arabichighsmallsafha", "arabichightah", "arabichightakhallus", "arabichighthalatha", "arabichighwaqf", "arabichighyeh", "arabichighzain", "arabicjallajalalouhou", "arabiclettermark", "arabiclowmeemlong", "arabiclownoonkasra", "arabiclowseen", "arabicmisra", "arabicmuhammad", "arabicnumber", "arabicnumberabove", "arabicnumerals", "arabicparenleft", "arabicparenright", "arabicpercent", "arabicperiod", "arabicpermille", "arabicpertenthousand", "arabicpoeticverse", "arabicqala", "arabicquestion", "arabicrasoul", "arabicray", "arabicrialsign", "arabicsafha", "arabicsajdah", "arabicsalla", "arabicsamvat", "arabicsanah", "arabicsemicolon", "arabicshighthreedots", "arabicslcm", "arabicstartofrubc", "arabictripledot", "arabicvowelwaw", "arabicvowelyeh", "arabicwasallam", "arg", "aring", "aringacute", "arrowvert", "asciistr", "aside", "assignalfadimension", "assigndimen", "assigndimension", "assignifempty", "assigntranslation", "assignvalue", "assignwidth", "assumelongusagecs", "ast", "astype", "asymp", "at", "atilde", "atleftmargin", "atpage", "atrightmargin", "attachment", "autocap", "autodirhbox", "autodirvbox", "autodirvtop", "autoinsertnextspace", "autointegral", "automathematics", "autoorientation", "autopagestaterealpage", "autopagestaterealpageorder", "autosetups", "availablehsize", "averagecharwidth", "backepsilon", "background", "backgroundimage", "backgroundimagefill", "backgroundline", "backprime", "backsim", "backslash", "bar", "barleftarrow", "barleftarrowrightarrowbar", "barovernorthwestarrow", "barwedge", "basegrid", "baselinebottom", "baselineleftbox", "baselinemiddlebox", "baselinerightbox", "bbordermatrix", "bbox", "because", "beforesplitstring", "beforetestandsplitstring", "beta", "beth", "between", "bhook", "big", "bigbodyfont", "bigcap", "bigcirc", "bigcircle", "bigcup", "bigdiamond", "bigg", "bigger", "biggl", "biggm", "biggr", "bigl", "bigm", "bigodot", "bigoplus", "bigotimes", "bigr", "bigskip", "bigsqcap", "bigsqcup", "bigsquare", "bigstar", "bigtimes", "bigtriangledown", "bigtriangleup", "bigudot", "biguplus", "bigvee", "bigwedge", "binom", "bitmapimage", "blacklozenge", "blackrule", "blackrules", "blacksquare", "blacktriangle", "blacktriangledown", "blacktriangleleft", "blacktriangleright", "blank", "blap", "bleed", "bleedheight", "bleedwidth", "blockligatures", "blockquote", "blocksynctexfile", "blockuservariable", "bodyfontenvironmentlist", "bodyfontsize", "bold", "boldface", "bolditalic", "boldslanted", "bookmark", "booleanmodevalue", "bordermatrix", "bot", "bottombox", "bottomleftbox", "bottomrightbox", "bowtie", "boxcursor", "boxdot", "boxmarker", "boxminus", "boxofsize", "boxplus", "boxreference", "boxtimes", "bpos", "breakablethinspace", "breakhere", "breve", "bstroke", "btxabbreviatedjournal", "btxaddjournal", "btxalwayscitation", "btxauthorfield", "btxdetail", "btxdirect", "btxdoif", "btxdoifcombiinlistelse", "btxdoifelse", "btxdoifelsecombiinlist", "btxdoifelsesameasprevious", "btxdoifelsesameaspreviouschecked", "btxdoifelseuservariable", "btxdoifnot", "btxdoifsameaspreviouscheckedelse", "btxdoifsameaspreviouselse", "btxdoifuservariableelse", "btxexpandedjournal", "btxfield", "btxfieldname", "btxfieldtype", "btxfirstofrange", "btxflush", "btxflushauthor", "btxflushauthorinverted", "btxflushauthorinvertedshort", "btxflushauthorname", "btxflushauthornormal", "btxflushauthornormalshort", "btxflushsuffix", "btxfoundname", "btxfoundtype", "btxhiddencitation", "btxhybridcite", "btxlabellanguage", "btxlabeltext", "btxlistcitation", "btxloadjournalist", "btxoneorrange", "btxremapauthor", "btxsavejournalist", "btxsetup", "btxsingularorplural", "btxsingularplural", "btxtextcitation", "buildmathaccent", "buildtextaccent", "buildtextbottomcomma", "buildtextbottomdot", "buildtextcedilla", "buildtextgrave", "buildtextmacron", "buildtextognek", "bullet", "button", "cacute", "calligraphic", "camel", "cap", "capital", "carriagereturn", "catcodetablename", "cbox", "ccaron", "ccedilla", "ccircumflex", "ccurl", "cdot", "cdotaccent", "cdotp", "cdots", "centeraligned", "centerbox", "centerdot", "centeredbox", "centeredlastline", "centerednextbox", "centerline", "cfrac", "chapter", "character", "characters", "chardescription", "charwidthlanguage", "check", "checkcharacteralign", "checkedblank", "checkedchar", "checkedfiller", "checkedstrippedcsname", "checkinjector", "checkmark", "checknextindentation", "checknextinjector", "checkpage", "checkparameters", "checkpreviousinjector", "checksoundtrack", "checktwopassdata", "checkvariables", "chem", "chemical", "chemicalbottext", "chemicalmidtext", "chemicalsymbol", "chemicaltext", "chemicaltoptext", "chi", "chineseallnumerals", "chinesecapnumerals", "chinesenumerals", "chook", "circ", "circeq", "circlearrowleft", "circlearrowright", "circledR", "circledS", "circledast", "circledcirc", "circleddash", "circledequals", "circleonrightarrow", "citation", "cite", "clap", "classfont", "cldcommand", "cldcontext", "cldloadfile", "cldprocessfile", "cleftarrow", "clip", "clippedoverlayimage", "clonefield", "clubsuit", "collect", "collectedtext", "collectexpanded", "colon", "coloncolonequals", "colonequals", "color", "colorbar", "colorcomponents", "colored", "coloronly", "colorvalue", "column", "columnbreak", "columnsetspanwidth", "combinepages", "commalistelement", "commalistsentence", "commalistsize", "comment", "comparecolorgroup", "comparedimension", "comparedimensioneps", "comparepalet", "complement", "completebtxrendering", "completecontent", "completeindex", "completelist", "completelistofabbreviations", "completelistofchemicals", "completelistoffigures", "completelistofgraphics", "completelistofintermezzi", "completelistoflogos", "completelistofpublications", "completelistofsorts", "completelistofsynonyms", "completelistoftables", "completepagenumber", "completeregister", "complexes", "complexorsimple", "complexorsimpleempty", "component", "composedcollector", "composedlayer", "compresult", "cong", "constantdimen", "constantdimenargument", "constantemptyargument", "constantnumber", "constantnumberargument", "contentreference", "continuednumber", "continueifinputfile", "convertargument", "convertcommand", "convertedcounter", "converteddimen", "convertedsubcounter", "convertmonth", "convertnumber", "convertvalue", "convertvboxtohbox", "coprod", "copyboxfromcache", "copybtxlabeltext", "copyfield", "copyheadtext", "copylabeltext", "copymathlabeltext", "copyoperatortext", "copypages", "copyparameters", "copyposition", "copyprefixtext", "copyright", "copysetups", "copysuffixtext", "copytaglabeltext", "copyunittext", "correctwhitespace", "countersubs", "counttoken", "counttokens", "cramped", "crampedclap", "crampedllap", "crampedrlap", "crightarrow", "crightoverleftarrow", "crlf", "crlfplaceholder", "cstroke", "ctop", "ctxcommand", "ctxdirectcommand", "ctxdirectlua", "ctxfunction", "ctxlatecommand", "ctxlatelua", "ctxloadluafile", "ctxlua", "ctxluabuffer", "ctxluacode", "ctxreport", "ctxsprint", "cup", "curlyeqprec", "curlyeqsucc", "curlyvee", "curlywedge", "currentassignmentlistkey", "currentassignmentlistvalue", "currentbtxuservariable", "currentcommalistitem", "currentcomponent", "currentdate", "currentenvironment", "currentfeaturetest", "currentheadnumber", "currentinterface", "currentlanguage", "currentlistentrydestinationattribute", "currentlistentrylimitedtext", "currentlistentrynumber", "currentlistentrypagenumber", "currentlistentryreferenceattribute", "currentlistentrytitle", "currentlistentrytitlerendered", "currentlistsymbol", "currentmainlanguage", "currentmessagetext", "currentmoduleparameter", "currentoutputstream", "currentproduct", "currentproject", "currentregime", "currentregisterpageuserdata", "currentresponses", "currenttime", "currentvalue", "currentxtablecolumn", "currentxtablerow", "curvearrowleft", "curvearrowright", "cwopencirclearrow", "cyrillicA", "cyrillicAE", "cyrillicAbreve", "cyrillicAdiaeresis", "cyrillicB", "cyrillicBIGYUS", "cyrillicBIGYUSiotified", "cyrillicC", "cyrillicCH", "cyrillicCHEDC", "cyrillicCHEDCabkhasian", "cyrillicCHEabkhasian", "cyrillicCHEdiaeresis", "cyrillicCHEkhakassian", "cyrillicCHEvertstroke", "cyrillicD", "cyrillicDASIAPNEUMATA", "cyrillicDJE", "cyrillicDZE", "cyrillicDZEabkhasian", "cyrillicDZHE", "cyrillicE", "cyrillicELtail", "cyrillicEMtail", "cyrillicENDC", "cyrillicENGHE", "cyrillicENhook", "cyrillicENtail", "cyrillicEREV", "cyrillicERY", "cyrillicERtick", "cyrillicEbreve", "cyrillicEdiaeresis", "cyrillicEgrave", "cyrillicEiotified", "cyrillicF", "cyrillicFITA", "cyrillicG", "cyrillicGHEmidhook", "cyrillicGHEstroke", "cyrillicGHEupturn", "cyrillicGJE", "cyrillicH", "cyrillicHA", "cyrillicHADC", "cyrillicHRDSN", "cyrillicI", "cyrillicIE", "cyrillicII", "cyrillicISHRT", "cyrillicISHRTtail", "cyrillicIZHITSA", "cyrillicIZHITSAdoublegrave", "cyrillicIdiaeresis", "cyrillicIgrave", "cyrillicImacron", "cyrillicJE", "cyrillicK", "cyrillicKADC", "cyrillicKAbashkir", "cyrillicKAhook", "cyrillicKAstroke", "cyrillicKAvertstroke", "cyrillicKJE", "cyrillicKOPPA", "cyrillicKSI", "cyrillicL", "cyrillicLITTLEYUS", "cyrillicLITTLEYUSiotified", "cyrillicLJE", "cyrillicM", "cyrillicN", "cyrillicNJE", "cyrillicO", "cyrillicOMEGA", "cyrillicOMEGAround", "cyrillicOMEGAtitlo", "cyrillicOT", "cyrillicObarred", "cyrillicObarreddiaeresis", "cyrillicOdiaeresis", "cyrillicP", "cyrillicPALATALIZATION", "cyrillicPALOCHKA", "cyrillicPEmidhook", "cyrillicPSI", "cyrillicPSILIPNEUMATA", "cyrillicR", "cyrillicS", "cyrillicSCHWA", "cyrillicSCHWAdiaeresis", "cyrillicSDSC", "cyrillicSEMISOFT", "cyrillicSFTSN", "cyrillicSH", "cyrillicSHCH", "cyrillicSHHA", "cyrillicT", "cyrillicTEDC", "cyrillicTETSE", "cyrillicTITLO", "cyrillicTSHE", "cyrillicU", "cyrillicUK", "cyrillicUSHRT", "cyrillicUdiaeresis", "cyrillicUdoubleacute", "cyrillicUmacron", "cyrillicV", "cyrillicYA", "cyrillicYAT", "cyrillicYERUdiaeresis", "cyrillicYI", "cyrillicYO", "cyrillicYU", "cyrillicYstr", "cyrillicYstrstroke", "cyrillicZ", "cyrillicZDSC", "cyrillicZEdiaeresis", "cyrillicZH", "cyrillicZHEbreve", "cyrillicZHEdescender", "cyrillicZHEdiaeresis", "cyrillica", "cyrillicabreve", "cyrillicadiaeresis", "cyrillicae", "cyrillicb", "cyrillicbigyus", "cyrillicbigyusiotified", "cyrillicc", "cyrillicch", "cyrilliccheabkhasian", "cyrillicchedc", "cyrillicchedcabkhasian", "cyrillicchediaeresis", "cyrillicchekhakassian", "cyrillicchevertstroke", "cyrillicd", "cyrillicdje", "cyrillicdze", "cyrillicdzeabkhasian", "cyrillicdzhe", "cyrillice", "cyrillicebreve", "cyrillicediaeresis", "cyrillicegrave", "cyrilliceiotified", "cyrilliceltail", "cyrillicemtail", "cyrillicendc", "cyrillicenghe", "cyrillicenhook", "cyrillicentail", "cyrillicerev", "cyrillicertick", "cyrillicery", "cyrillicf", "cyrillicfita", "cyrillicg", "cyrillicghemidhook", "cyrillicghestroke", "cyrillicgheupturn", "cyrillicgje", "cyrillich", "cyrillicha", "cyrillichadc", "cyrillichrdsn", "cyrillici", "cyrillicidiaeresis", "cyrillicie", "cyrillicigrave", "cyrillicii", "cyrillicimacron", "cyrillicishrt", "cyrillicishrttail", "cyrillicizhitsa", "cyrillicizhitsadoublegrave", "cyrillicje", "cyrillick", "cyrillickabashkir", "cyrillickadc", "cyrillickahook", "cyrillickastroke", "cyrillickavertstroke", "cyrillickje", "cyrillickoppa", "cyrillicksi", "cyrillicl", "cyrilliclittleyus", "cyrilliclittleyusiotified", "cyrilliclje", "cyrillicm", "cyrillicn", "cyrillicnje", "cyrillico", "cyrillicobarred", "cyrillicobarreddiaeresis", "cyrillicodiaeresis", "cyrillicomega", "cyrillicomegaround", "cyrillicomegatitlo", "cyrillicot", "cyrillicp", "cyrillicpemidhook", "cyrillicpsi", "cyrillicr", "cyrillics", "cyrillicschwa", "cyrillicschwadiaeresis", "cyrillicsdsc", "cyrillicsemisoft", "cyrillicsftsn", "cyrillicsh", "cyrillicshch", "cyrillicshha", "cyrillict", "cyrillictedc", "cyrillictetse", "cyrillictshe", "cyrillicu", "cyrillicudiaeresis", "cyrillicudoubleacute", "cyrillicuk", "cyrillicumacron", "cyrillicushrt", "cyrillicv", "cyrillicya", "cyrillicyat", "cyrillicyerudiaeresis", "cyrillicyi", "cyrillicyo", "cyrillicystr", "cyrillicystrstroke", "cyrillicyu", "cyrillicz", "cyrilliczdsc", "cyrilliczediaeresis", "cyrilliczh", "cyrilliczhebreve", "cyrilliczhedescender", "cyrilliczhediaeresis", "d", "dag", "dagger", "daleth", "dasharrow", "dashedleftarrow", "dashedrightarrow", "dashv", "datasetvariable", "date", "dayoftheweek", "dayspermonth", "dbinom", "dcaron", "dcurl", "ddag", "ddagger", "dddot", "ddot", "ddots", "decrement", "decrementcounter", "decrementedcounter", "decrementpagenumber", "decrementsubpagenumber", "decrementvalue", "defaultinterface", "defaultobjectpage", "defaultobjectreference", "defcatcodecommand", "defconvertedargument", "defconvertedcommand", "defconvertedvalue", "define", "defineMPinstance", "defineTABLEsetup", "defineaccent", "defineactivecharacter", "definealternativestyle", "defineanchor", "defineattachment", "defineattribute", "definebackground", "definebar", "defineblock", "definebodyfont", "definebodyfontenvironment", "definebodyfontswitch", "definebreakpoint", "definebreakpoints", "definebtx", "definebtxdataset", "definebtxregister", "definebtxrendering", "definebuffer", "definebutton", "definecapitals", "definecharacter", "definecharacterkerning", "definecharacterspacing", "definechemical", "definechemicals", "definechemicalsymbol", "definecollector", "definecolor", "definecolorgroup", "definecolumnbreak", "definecolumnset", "definecolumnsetarea", "definecolumnsetspan", "definecombination", "definecombinedlist", "definecommand", "definecomment", "definecomplexorsimple", "definecomplexorsimpleempty", "defineconversion", "defineconversionset", "definecounter", "definedataset", "definedelimitedtext", "definedeq", "definedescription", "definedfont", "defineeffect", "defineenumeration", "defineexpandable", "defineexternalfigure", "definefacingfloat", "definefallbackfamily", "definefield", "definefieldbody", "definefieldbodyset", "definefieldcategory", "definefieldstack", "definefiguresymbol", "definefileconstant", "definefilefallback", "definefilesynonym", "definefiller", "definefirstline", "definefittingpage", "definefloat", "definefont", "definefontalternative", "definefontfallback", "definefontfamily", "definefontfamilypreset", "definefontfeature", "definefontfile", "definefontsize", "definefontsolution", "definefontstyle", "definefontsynonym", "defineformula", "defineformulaalternative", "defineformulaframed", "defineframed", "defineframedcontent", "defineframedtable", "defineframedtext", "definefrozenfont", "defineglobalcolor", "definegraphictypesynonym", "definegridsnapping", "definehbox", "definehead", "defineheadalternative", "definehelp", "definehigh", "definehighlight", "definehspace", "definehypenationfeatures", "defineindentedtext", "defineindenting", "defineinitial", "defineinsertion", "defineinteraction", "defineinteractionbar", "defineinteractionmenu", "defineinterfaceconstant", "defineinterfaceelement", "defineinterfacevariable", "defineinterlinespace", "defineintermediatecolor", "defineitemgroup", "defineitems", "definelabel", "definelabelclass", "definelayer", "definelayerpreset", "definelayout", "definelinefiller", "definelinenote", "definelinenumbering", "definelines", "definelist", "definelistalternative", "definelistextra", "definelow", "definelowhigh", "definelowmidhigh", "definemakeup", "definemarginblock", "definemargindata", "definemarker", "definemarking", "definemathaccent", "definemathalignment", "definemathcases", "definemathcommand", "definemathdouble", "definemathdoubleextensible", "definemathematics", "definemathextensible", "definemathfence", "definemathfraction", "definemathframed", "definemathmatrix", "definemathornament", "definemathover", "definemathoverextensible", "definemathovertextextensible", "definemathradical", "definemathstackers", "definemathstyle", "definemathtriplet", "definemathunder", "definemathunderextensible", "definemathundertextextensible", "definemathunstacked", "definemeasure", "definemessageconstant", "definemixedcolumns", "definemode", "definemultitonecolor", "definenamedcolor", "definenamespace", "definenarrower", "definenote", "defineorientation", "defineornament", "defineoutputroutine", "defineoutputroutinecommand", "defineoverlay", "definepage", "definepagebreak", "definepagechecker", "definepagecolumns", "definepageinjection", "definepageinjectionalternative", "definepageshift", "definepagestate", "definepairedbox", "definepalet", "definepapersize", "defineparagraph", "defineparagraphs", "defineparallel", "defineparbuilder", "defineperiodkerning", "defineplacement", "definepositioning", "defineprefixset", "defineprocesscolor", "defineprocessor", "defineprofile", "defineprogram", "definepushbutton", "definepushsymbol", "definereference", "definereferenceformat", "defineregister", "definerenderingwindow", "defineresetset", "defineruby", "definescale", "definescript", "definesection", "definesectionblock", "definesectionlevels", "defineselector", "defineseparatorset", "defineshift", "definesidebar", "definesort", "definesorting", "definespotcolor", "definestartstop", "definestyle", "definestyleinstance", "definesubfield", "definesubformula", "definesymbol", "definesynonym", "definesynonyms", "definesystemattribute", "definesystemconstant", "definesystemvariable", "definetabletemplate", "definetabulate", "definetabulation", "definetext", "definetextbackground", "definetextflow", "definetextnote", "definetokenlist", "definetooltip", "definetransparency", "definetwopasslist", "definetype", "definetypeface", "definetypescriptprefix", "definetypescriptsynonym", "definetypesetting", "definetyping", "defineunit", "defineuserdata", "defineuserdataalternative", "defineviewerlayer", "definevspace", "definevspacing", "definevspacingamount", "definextable", "delimited", "delimitedtext", "delta", "depthofstring", "depthonlybox", "depthspanningtext", "depthstrut", "determineheadnumber", "determinelistcharacteristics", "determinenoflines", "determineregistercharacteristics", "devanagarinumerals", "dfrac", "dhook", "diameter", "diamond", "diamondsuit", "differentialD", "differentiald", "digamma", "digits", "dimensiontocount", "directboxfromcache", "directcolor", "directcolored", "directconvertedcounter", "directcopyboxfromcache", "directdummyparameter", "directgetboxllx", "directgetboxlly", "directhighlight", "directlocalframed", "directluacode", "directselect", "directsetbar", "directsetup", "directsymbol", "directvspacing", "dis", "disabledirectives", "disableexperiments", "disablemode", "disableoutputstream", "disableparpositions", "disableregime", "disabletrackers", "displaymath", "displaymathematics", "displaymessage", "distributedhsize", "div", "dividedsize", "divideontimes", "divides", "doadaptleftskip", "doadaptrightskip", "doaddfeature", "doassign", "doassignempty", "doboundtext", "docheckassignment", "docheckedpair", "documentvariable", "dodoubleargument", "dodoubleargumentwithset", "dodoubleempty", "dodoubleemptywithset", "dodoublegroupempty", "doeassign", "doexpandedrecurse", "dofastloopcs", "dogetattribute", "dogetattributeid", "dogetcommacommandelement", "dogobbledoubleempty", "dogobblesingleempty", "doif", "doifMPgraphicelse", "doifallcommon", "doifallcommonelse", "doifalldefinedelse", "doifallmodes", "doifallmodeselse", "doifassignmentelse", "doifassignmentelsecs", "doifblackelse", "doifbothsides", "doifbothsidesoverruled", "doifboxelse", "doifbufferelse", "doifcheckedpagestate", "doifcolor", "doifcolorelse", "doifcommandhandler", "doifcommandhandlerelse", "doifcommon", "doifcommonelse", "doifcontent", "doifconversiondefinedelse", "doifconversionnumberelse", "doifcounter", "doifcounterelse", "doifcurrentfonthasfeatureelse", "doifdefined", "doifdefinedcounter", "doifdefinedcounterelse", "doifdefinedelse", "doifdimensionelse", "doifdimenstringelse", "doifdocumentargument", "doifdocumentargumentelse", "doifdocumentfilename", "doifdocumentfilenameelse", "doifdocumentvariable", "doifdocumentvariableelse", "doifdrawingblackelse", "doifelse", "doifelseMPgraphic", "doifelseallcommon", "doifelsealldefined", "doifelseallmodes", "doifelseassignment", "doifelseassignmentcs", "doifelseblack", "doifelsebox", "doifelseboxincache", "doifelsebuffer", "doifelsecolor", "doifelsecommandhandler", "doifelsecommon", "doifelseconversiondefined", "doifelseconversionnumber", "doifelsecounter", "doifelsecurrentfonthasfeature", "doifelsecurrentsortingused", "doifelsecurrentsynonymshown", "doifelsecurrentsynonymused", "doifelsedefined", "doifelsedefinedcounter", "doifelsedimension", "doifelsedimenstring", "doifelsedocumentargument", "doifelsedocumentfilename", "doifelsedocumentvariable", "doifelsedrawingblack", "doifelseempty", "doifelseemptyvalue", "doifelseemptyvariable", "doifelseenv", "doifelsefastoptionalcheck", "doifelsefastoptionalcheckcs", "doifelsefieldbody", "doifelsefieldcategory", "doifelsefigure", "doifelsefile", "doifelsefiledefined", "doifelsefileexists", "doifelsefirstchar", "doifelseflagged", "doifelsefontchar", "doifelsefontfeature", "doifelsefontpresent", "doifelsefontsynonym", "doifelseframed", "doifelsehasspace", "doifelsehelp", "doifelseincsname", "doifelseinelement", "doifelseinputfile", "doifelseinsertion", "doifelseinset", "doifelseinstring", "doifelseinsymbolset", "doifelseintoks", "doifelseintwopassdata", "doifelseitalic", "doifelselanguage", "doifelselayerdata", "doifelselayoutdefined", "doifelselayoutsomeline", "doifelselayouttextline", "doifelseleapyear", "doifelselist", "doifelselocation", "doifelselocfile", "doifelsemainfloatbody", "doifelsemarkedpage", "doifelsemarking", "doifelsemeaning", "doifelsemessage", "doifelsemode", "doifelsenextbgroup", "doifelsenextbgroupcs", "doifelsenextchar", "doifelsenextoptional", "doifelsenextoptionalcs", "doifelsenextparenthesis", "doifelsenonzeropositive", "doifelsenoteonsamepage", "doifelsenothing", "doifelsenumber", "doifelseobjectfound", "doifelseobjectreferencefound", "doifelseoddpage", "doifelseoddpagefloat", "doifelseoldercontext", "doifelseolderversion", "doifelseorientation", "doifelseoverlapping", "doifelseoverlay", "doifelseparallel", "doifelseparentfile", "doifelsepath", "doifelsepathexists", "doifelsepatterns", "doifelseposition", "doifelsepositionaction", "doifelsepositiononpage", "doifelsepositionsonsamepage", "doifelsepositionsonthispage", "doifelsepositionsused", "doifelsereferencefound", "doifelserightpage", "doifelserightpagefloat", "doifelserighttoleftinbox", "doifelsesamelinereference", "doifelsesamestring", "doifelsesetups", "doifelsesomebackground", "doifelsesomespace", "doifelsesomething", "doifelsesometoks", "doifelsestringinstring", "doifelsestructurelisthasnumber", "doifelsestructurelisthaspage", "doifelsesymboldefined", "doifelsesymbolset", "doifelsetext", "doifelsetextflow", "doifelsetextflowcollector", "doifelsetopofpage", "doifelsetypingfile", "doifelseundefined", "doifelseurldefined", "doifelsevalue", "doifelsevaluenothing", "doifelsevariable", "doifempty", "doifemptyelse", "doifemptytoks", "doifemptyvalue", "doifemptyvalueelse", "doifemptyvariable", "doifemptyvariableelse", "doifenv", "doifenvelse", "doiffastoptionalcheckcselse", "doiffastoptionalcheckelse", "doiffieldbodyelse", "doiffieldcategoryelse", "doiffigureelse", "doiffile", "doiffiledefinedelse", "doiffileelse", "doiffileexistselse", "doiffirstcharelse", "doifflaggedelse", "doiffontcharelse", "doiffontfeatureelse", "doiffontpresentelse", "doiffontsynonymelse", "doifhasspaceelse", "doifhelpelse", "doifincsnameelse", "doifinelementelse", "doifinputfileelse", "doifinsertionelse", "doifinset", "doifinsetelse", "doifinstring", "doifinstringelse", "doifinsymbolset", "doifinsymbolsetelse", "doifintokselse", "doifintwopassdataelse", "doifitalicelse", "doiflanguageelse", "doiflayerdataelse", "doiflayoutdefinedelse", "doiflayoutsomelineelse", "doiflayouttextlineelse", "doifleapyearelse", "doiflistelse", "doiflocationelse", "doiflocfileelse", "doifmainfloatbodyelse", "doifmarkingelse", "doifmeaningelse", "doifmessageelse", "doifmode", "doifmodeelse", "doifnextbgroupcselse", "doifnextbgroupelse", "doifnextcharelse", "doifnextoptionalcselse", "doifnextoptionalelse", "doifnextparenthesiselse", "doifnonzeropositiveelse", "doifnot", "doifnotallcommon", "doifnotallmodes", "doifnotcommandhandler", "doifnotcommon", "doifnotcounter", "doifnotdocumentargument", "doifnotdocumentfilename", "doifnotdocumentvariable", "doifnotempty", "doifnotemptyvalue", "doifnotemptyvariable", "doifnotenv", "doifnoteonsamepageelse", "doifnotescollected", "doifnotfile", "doifnotflagged", "doifnothing", "doifnothingelse", "doifnotinset", "doifnotinsidesplitfloat", "doifnotinstring", "doifnotmode", "doifnotnumber", "doifnotsamestring", "doifnotsetups", "doifnotvalue", "doifnotvariable", "doifnumber", "doifnumberelse", "doifobjectfoundelse", "doifobjectreferencefoundelse", "doifoddpageelse", "doifoddpagefloatelse", "doifoldercontextelse", "doifolderversionelse", "doifoverlappingelse", "doifoverlayelse", "doifparallelelse", "doifparentfileelse", "doifpathelse", "doifpathexistselse", "doifpatternselse", "doifposition", "doifpositionaction", "doifpositionactionelse", "doifpositionelse", "doifpositiononpageelse", "doifpositionsonsamepageelse", "doifpositionsonthispageelse", "doifpositionsusedelse", "doifreferencefoundelse", "doifrightpageelse", "doifrightpagefloatelse", "doifrighttoleftinboxelse", "doifsamelinereferenceelse", "doifsamestring", "doifsamestringelse", "doifsetups", "doifsetupselse", "doifsomebackground", "doifsomebackgroundelse", "doifsomespaceelse", "doifsomething", "doifsomethingelse", "doifsometoks", "doifsometokselse", "doifstringinstringelse", "doifstructurelisthasnumberelse", "doifstructurelisthaspageelse", "doifsymboldefinedelse", "doifsymbolsetelse", "doiftext", "doiftextelse", "doiftextflowcollectorelse", "doiftextflowelse", "doiftopofpageelse", "doiftypingfileelse", "doifundefined", "doifundefinedcounter", "doifundefinedelse", "doifunknownfontfeature", "doifurldefinedelse", "doifvalue", "doifvalueelse", "doifvaluenothing", "doifvaluenothingelse", "doifvaluesomething", "doifvariable", "doifvariableelse", "doindentation", "dollar", "doloop", "doloopoverlist", "donothing", "dontconvertfont", "dontleavehmode", "dontpermitspacesbetweengroups", "dopositionaction", "doprocesslocalsetups", "doquadrupleargument", "doquadrupleempty", "doquadruplegroupempty", "doquintupleargument", "doquintupleempty", "doquintuplegroupempty", "dorechecknextindentation", "dorecurse", "dorepeatwithcommand", "doreplacefeature", "doresetandafffeature", "doresetattribute", "dorotatebox", "dosetattribute", "dosetleftskipadaption", "dosetrightskipadaption", "dosetupcheckedinterlinespace", "doseventupleargument", "doseventupleempty", "dosingleargument", "dosingleempty", "dosinglegroupempty", "dosixtupleargument", "dosixtupleempty", "dostepwiserecurse", "dosubtractfeature", "dot", "doteq", "doteqdot", "dotfskip", "dotlessI", "dotlessJ", "dotlessi", "dotlessj", "dotlessjstroke", "dotminus", "dotoks", "dotplus", "dotripleargument", "dotripleargumentwithset", "dotripleempty", "dotripleemptywithset", "dotriplegroupempty", "dots", "dottedcircle", "dottedrightarrow", "doublebar", "doublebond", "doublebrace", "doublebracket", "doublecap", "doublecup", "doubleparent", "doubleprime", "doubleverticalbar", "dowith", "dowithnextbox", "dowithnextboxcontent", "dowithnextboxcontentcs", "dowithnextboxcs", "dowithpargument", "dowithrange", "dowithwargument", "downarrow", "downdasharrow", "downdownarrows", "downharpoonleft", "downharpoonright", "downuparrows", "downwhitearrow", "downzigzagarrow", "dpofstring", "dstroke", "dtail", "dummydigit", "dummyparameter", "dzcaronligature", "dzligature", "eTeX", "eacute", "ebreve", "ecaron", "ecedilla", "ecircumflex", "ecircumflexacute", "ecircumflexdotbelow", "ecircumflexgrave", "ecircumflexhook", "ecircumflextilde", "edefconvertedargument", "ediaeresis", "edotaccent", "edotbelow", "edoublegrave", "efcmaxheight", "efcmaxwidth", "efcminheight", "efcminwidth", "efcparameter", "effect", "egrave", "ehook", "einvertedbreve", "elapsedseconds", "elapsedtime", "eleftarrowfill", "eleftharpoondownfill", "eleftharpoonupfill", "eleftrightarrowfill", "ell", "em", "emacron", "emdash", "emphasisboldface", "emphasistypeface", "emptylines", "emptyset", "emquad", "emspace", "enabledirectives", "enableexperiments", "enablemode", "enableoutputstream", "enableparpositions", "enableregime", "enabletrackers", "endash", "endnote", "enquad", "enskip", "enspace", "env", "environment", "envvar", "eogonek", "eoverbarfill", "eoverbracefill", "eoverbracketfill", "eoverparentfill", "epos", "epsilon", "eq", "eqcirc", "eqeq", "eqeqeq", "eqgtr", "eqless", "eqsim", "eqslantgtr", "eqslantless", "equaldigits", "equalscolon", "equiv", "erightarrowfill", "erightharpoondownfill", "erightharpoonupfill", "eta", "eth", "ethiopic", "etilde", "etwoheadrightarrowfill", "eunderbarfill", "eunderbracefill", "eunderbracketfill", "eunderparentfill", "exclamdown", "executeifdefined", "exists", "exitloop", "exitloopnow", "expandcheckedcsname", "expanded", "expandeddoif", "expandeddoifelse", "expandeddoifnot", "expandfontsynonym", "expdoif", "expdoifcommonelse", "expdoifelse", "expdoifelsecommon", "expdoifelseinset", "expdoifinsetelse", "expdoifnot", "exponentiale", "externalfigure", "externalfigurecollectionmaxheight", "externalfigurecollectionmaxwidth", "externalfigurecollectionminheight", "externalfigurecollectionminwidth", "externalfigurecollectionparameter", "fakebox", "fallingdotseq", "fastdecrement", "fastincrement", "fastlocalframed", "fastloopfinal", "fastloopindex", "fastscale", "fastsetup", "fastsetupwithargument", "fastsetupwithargumentswapped", "fastswitchtobodyfont", "fastsxsy", "feature", "fence", "fenced", "fetchallmarkings", "fetchallmarks", "fetchmark", "fetchmarking", "fetchonemark", "fetchonemarking", "fetchruntinecommand", "fetchtwomarkings", "fetchtwomarks", "ffiligature", "ffligature", "fflligature", "fhook", "field", "fieldbody", "fieldstack", "fifthoffivearguments", "fifthofsixarguments", "figurefilename", "figurefilepath", "figurefiletype", "figurefullname", "figureheight", "figurenaturalheight", "figurenaturalwidth", "figurespace", "figuresymbol", "figurewidth", "filename", "filigature", "filledhboxb", "filledhboxc", "filledhboxg", "filledhboxk", "filledhboxm", "filledhboxr", "filledhboxy", "filler", "fillinline", "fillinrules", "fillintext", "fillupto", "filterfromnext", "filterfromvalue", "filterpages", "filterreference", "findtwopassdata", "finishregisterentry", "firstcharacter", "firstcounter", "firstcountervalue", "firstinlist", "firstoffivearguments", "firstoffourarguments", "firstofoneargument", "firstofoneunexpanded", "firstofsixarguments", "firstofthreearguments", "firstofthreeunexpanded", "firstoftwoarguments", "firstoftwounexpanded", "firstrealpage", "firstrealpagenumber", "firstsubcountervalue", "firstsubpage", "firstsubpagenumber", "firstuserpage", "firstuserpagenumber", "fitfield", "fitfieldframed", "fittopbaselinegrid", "fiveeighths", "fivesixths", "fixedspace", "fixedspaces", "flag", "flat", "flligature", "floatuserdataparameter", "flushbox", "flushboxregister", "flushcollector", "flushedrightlastline", "flushlayer", "flushlocalfloats", "flushnextbox", "flushnotes", "flushoutputstream", "flushshapebox", "flushtextflow", "flushtokens", "flushtoks", "fontalternative", "fontbody", "fontchar", "fontcharbyindex", "fontclass", "fontclassname", "fontface", "fontfeaturelist", "fontsize", "fontstyle", "footnote", "footnotetext", "forall", "forcecharacterstripping", "forcelocalfloats", "forgeteverypar", "forgetparameters", "forgetparskip", "forgetragged", "formula", "formulanumber", "foundbox", "fourfifths", "fourperemspace", "fourthoffivearguments", "fourthoffourarguments", "fourthofsixarguments", "frac", "framed", "frameddimension", "framedparameter", "framedtext", "freezedimenmacro", "freezemeasure", "frenchspacing", "from", "fromlinenote", "frown", "frozenhbox", "frule", "gacute", "gamma", "gbreve", "gcaron", "gcircumflex", "gcommaaccent", "gdefconvertedargument", "gdefconvertedcommand", "gdotaccent", "ge", "geq", "geqq", "geqslant", "getMPdrawing", "getMPlayer", "getboxfromcache", "getboxllx", "getboxlly", "getbuffer", "getbufferdata", "getcommacommandsize", "getcommalistsize", "getdayoftheweek", "getdayspermonth", "getdefinedbuffer", "getdocumentargument", "getdocumentargumentdefault", "getdocumentfilename", "getdummyparameters", "getemptyparameters", "geteparameters", "getexpandedparameters", "getfiguredimensions", "getfirstcharacter", "getfirsttwopassdata", "getfromcommacommand", "getfromcommalist", "getfromtwopassdata", "getglyphdirect", "getglyphstyled", "getgparameters", "getinlineuserdata", "getlasttwopassdata", "getlocalfloat", "getlocalfloats", "getmarking", "getmessage", "getnamedglyphdirect", "getnamedglyphstyled", "getnamedtwopassdatalist", "getnaturaldimensions", "getnoflines", "getobject", "getobjectdimensions", "getpaletsize", "getparameters", "getprivatechar", "getprivateslot", "getrandomcount", "getrandomdimen", "getrandomfloat", "getrandomnumber", "getrandomseed", "getraweparameters", "getrawgparameters", "getrawnoflines", "getrawparameters", "getrawxparameters", "getreference", "getreferenceentry", "getroundednoflines", "gets", "getsubstring", "gettokenlist", "gettwopassdata", "gettwopassdatalist", "getuserdata", "getuvalue", "getvalue", "getvariable", "getvariabledefault", "getxparameters", "gg", "ggg", "gggtr", "gimel", "globaldisablemode", "globalenablemode", "globalletempty", "globalpopbox", "globalpopmacro", "globalpreventmode", "globalprocesscommalist", "globalpushbox", "globalpushmacro", "globalswapcounts", "globalswapdimens", "globalswapmacros", "globalundefine", "glyphfontfile", "gnapprox", "gneqq", "gnsim", "gobbledoubleempty", "gobbleeightarguments", "gobblefivearguments", "gobblefiveoptionals", "gobblefourarguments", "gobblefouroptionals", "gobbleninearguments", "gobbleoneargument", "gobbleoneoptional", "gobblesevenarguments", "gobblesingleempty", "gobblesixarguments", "gobblespacetokens", "gobbletenarguments", "gobblethreearguments", "gobblethreeoptionals", "gobbletwoarguments", "gobbletwooptionals", "gobbleuntil", "gobbleuntilrelax", "godown", "goto", "gotobox", "gotopage", "grabbufferdata", "grabbufferdatadirect", "grabuntil", "grave", "graycolor", "grayvalue", "greedysplitstring", "greekAlpha", "greekAlphadasia", "greekAlphadasiaperispomeni", "greekAlphadasiatonos", "greekAlphadasiavaria", "greekAlphaiotasub", "greekAlphaiotasubdasia", "greekAlphaiotasubdasiaperispomeni", "greekAlphaiotasubdasiatonos", "greekAlphaiotasubdasiavaria", "greekAlphaiotasubpsili", "greekAlphaiotasubpsiliperispomeni", "greekAlphaiotasubpsilitonos", "greekAlphaiotasubpsilivaria", "greekAlphamacron", "greekAlphapsili", "greekAlphapsiliperispomeni", "greekAlphapsilitonos", "greekAlphapsilivaria", "greekAlphatonos", "greekAlphavaria", "greekAlphavrachy", "greekBeta", "greekChi", "greekCoronis", "greekDelta", "greekEpsilon", "greekEpsilondasia", "greekEpsilondasiatonos", "greekEpsilondasiavaria", "greekEpsilonpsili", "greekEpsilonpsilitonos", "greekEpsilonpsilivaria", "greekEpsilontonos", "greekEpsilonvaria", "greekEta", "greekEtadasia", "greekEtadasiaperispomeni", "greekEtadasiatonos", "greekEtadasiavaria", "greekEtaiotasub", "greekEtaiotasubdasia", "greekEtaiotasubdasiaperispomeni", "greekEtaiotasubdasiatonos", "greekEtaiotasubdasiavaria", "greekEtaiotasubpsili", "greekEtaiotasubpsiliperispomeni", "greekEtaiotasubpsilitonos", "greekEtaiotasubpsilivaria", "greekEtapsili", "greekEtapsiliperispomeni", "greekEtapsilitonos", "greekEtapsilivaria", "greekEtatonos", "greekEtavaria", "greekGamma", "greekIota", "greekIotadasia", "greekIotadasiaperispomeni", "greekIotadasiatonos", "greekIotadasiavaria", "greekIotadialytika", "greekIotamacron", "greekIotapsili", "greekIotapsiliperispomeni", "greekIotapsilitonos", "greekIotapsilivaria", "greekIotatonos", "greekIotavaria", "greekIotavrachy", "greekKappa", "greekLambda", "greekMu", "greekNu", "greekOmega", "greekOmegadasia", "greekOmegadasiaperispomeni", "greekOmegadasiatonos", "greekOmegadasiavaria", "greekOmegaiotasub", "greekOmegaiotasubdasia", "greekOmegaiotasubdasiaperispomeni", "greekOmegaiotasubdasiatonos", "greekOmegaiotasubdasiavaria", "greekOmegaiotasubpsili", "greekOmegaiotasubpsiliperispomeni", "greekOmegaiotasubpsilitonos", "greekOmegaiotasubpsilivaria", "greekOmegapsili", "greekOmegapsiliperispomeni", "greekOmegapsilitonos", "greekOmegapsilivaria", "greekOmegatonos", "greekOmegavaria", "greekOmicron", "greekOmicrondasia", "greekOmicrondasiatonos", "greekOmicrondasiavaria", "greekOmicronpsili", "greekOmicronpsilitonos", "greekOmicronpsilivaria", "greekOmicrontonos", "greekOmicronvaria", "greekPhi", "greekPi", "greekPsi", "greekRho", "greekRhodasia", "greekSigma", "greekSigmalunate", "greekTau", "greekTheta", "greekUpsilon", "greekUpsilondasia", "greekUpsilondasiaperispomeni", "greekUpsilondasiatonos", "greekUpsilondasiavaria", "greekUpsilondialytika", "greekUpsilonmacron", "greekUpsilontonos", "greekUpsilonvaria", "greekUpsilonvrachy", "greekXi", "greekZeta", "greekalpha", "greekalphadasia", "greekalphadasiaperispomeni", "greekalphadasiatonos", "greekalphadasiavaria", "greekalphaiotasub", "greekalphaiotasubdasia", "greekalphaiotasubdasiaperispomeni", "greekalphaiotasubdasiatonos", "greekalphaiotasubdasiavaria", "greekalphaiotasubperispomeni", "greekalphaiotasubpsili", "greekalphaiotasubpsiliperispomeni", "greekalphaiotasubpsilitonos", "greekalphaiotasubpsilivaria", "greekalphaiotasubtonos", "greekalphaiotasubvaria", "greekalphamacron", "greekalphaoxia", "greekalphaperispomeni", "greekalphapsili", "greekalphapsiliperispomeni", "greekalphapsilitonos", "greekalphapsilivaria", "greekalphatonos", "greekalphavaria", "greekalphavrachy", "greekbeta", "greekbetaalt", "greekchi", "greekdasia", "greekdasiaperispomeni", "greekdasiatonos", "greekdasiavaria", "greekdelta", "greekdialytikaperispomeni", "greekdialytikatonos", "greekdialytikavaria", "greekdigamma", "greekepsilon", "greekepsilonalt", "greekepsilondasia", "greekepsilondasiatonos", "greekepsilondasiavaria", "greekepsilonoxia", "greekepsilonpsili", "greekepsilonpsilitonos", "greekepsilonpsilivaria", "greekepsilontonos", "greekepsilonvaria", "greeketa", "greeketadasia", "greeketadasiaperispomeni", "greeketadasiatonos", "greeketadasiavaria", "greeketaiotasub", "greeketaiotasubdasia", "greeketaiotasubdasiaperispomeni", "greeketaiotasubdasiatonos", "greeketaiotasubdasiavaria", "greeketaiotasubperispomeni", "greeketaiotasubpsili", "greeketaiotasubpsiliperispomeni", "greeketaiotasubpsilitonos", "greeketaiotasubpsilivaria", "greeketaiotasubtonos", "greeketaiotasubvaria", "greeketaoxia", "greeketaperispomeni", "greeketapsili", "greeketapsiliperispomeni", "greeketapsilitonos", "greeketapsilivaria", "greeketatonos", "greeketavaria", "greekfinalsigma", "greekgamma", "greekiota", "greekiotadasia", "greekiotadasiaperispomeni", "greekiotadasiatonos", "greekiotadasiavaria", "greekiotadialytika", "greekiotadialytikaperispomeni", "greekiotadialytikatonos", "greekiotadialytikavaria", "greekiotamacron", "greekiotaoxia", "greekiotaperispomeni", "greekiotapsili", "greekiotapsiliperispomeni", "greekiotapsilitonos", "greekiotapsilivaria", "greekiotatonos", "greekiotavaria", "greekiotavrachy", "greekkappa", "greekkoppa", "greeklambda", "greekmu", "greeknu", "greeknumerals", "greeknumkoppa", "greekomega", "greekomegadasia", "greekomegadasiaperispomeni", "greekomegadasiatonos", "greekomegadasiavaria", "greekomegaiotasub", "greekomegaiotasubdasia", "greekomegaiotasubdasiaperispomeni", "greekomegaiotasubdasiatonos", "greekomegaiotasubdasiavaria", "greekomegaiotasubperispomeni", "greekomegaiotasubpsili", "greekomegaiotasubpsiliperispomeni", "greekomegaiotasubpsilitonos", "greekomegaiotasubpsilivaria", "greekomegaiotasubtonos", "greekomegaiotasubvaria", "greekomegaoxia", "greekomegaperispomeni", "greekomegapsili", "greekomegapsiliperispomeni", "greekomegapsilitonos", "greekomegapsilivaria", "greekomegatonos", "greekomegavaria", "greekomicron", "greekomicrondasia", "greekomicrondasiatonos", "greekomicrondasiavaria", "greekomicronoxia", "greekomicronpsili", "greekomicronpsilitonos", "greekomicronpsilivaria", "greekomicrontonos", "greekomicronvaria", "greekoxia", "greekperispomeni", "greekphi", "greekphialt", "greekpi", "greekpialt", "greekprosgegrammeni", "greekpsi", "greekpsili", "greekpsiliperispomeni", "greekpsilitonos", "greekpsilivaria", "greekrho", "greekrhoalt", "greekrhodasia", "greekrhopsili", "greeksampi", "greeksigma", "greeksigmalunate", "greekstigma", "greektau", "greektheta", "greekthetaalt", "greektonos", "greekupsilon", "greekupsilondasia", "greekupsilondasiaperispomeni", "greekupsilondasiatonos", "greekupsilondasiavaria", "greekupsilondiaeresis", "greekupsilondialytikaperispomeni", "greekupsilondialytikatonos", "greekupsilondialytikavaria", "greekupsilonmacron", "greekupsilonoxia", "greekupsilonperispomeni", "greekupsilonpsili", "greekupsilonpsiliperispomeni", "greekupsilonpsilitonos", "greekupsilonpsilivaria", "greekupsilontonos", "greekupsilonvaria", "greekupsilonvrachy", "greekvaria", "greekxi", "greekzeta", "grid", "groupedcommand", "gsetboxllx", "gsetboxlly", "gstroke", "gt", "gtrapprox", "gtrdot", "gtreqless", "gtreqqless", "gtrless", "gtrsim", "guilsingleleft", "guilsingleright", "gujaratinumerals", "gurmurkhinumerals", "hairline", "hairspace", "halflinestrut", "halfstrut", "halfwaybox", "handletokens", "handwritten", "hangul", "hanzi", "hash", "hat", "hbar", "hboxofvbox", "hboxreference", "hcaron", "hcircumflex", "hdofstring", "headhbox", "headlanguage", "headnumber", "headnumbercontent", "headnumberdistance", "headnumberwidth", "headreferenceattributes", "headsetupspacing", "headtext", "headtextcontent", "headtextdistance", "headtexts", "headtextwidth", "headvbox", "headwidth", "heartsuit", "hebrewAlef", "hebrewAyin", "hebrewBet", "hebrewDalet", "hebrewGimel", "hebrewHe", "hebrewHet", "hebrewKaf", "hebrewKaffinal", "hebrewLamed", "hebrewMem", "hebrewMemfinal", "hebrewNun", "hebrewNunfinal", "hebrewPe", "hebrewPefinal", "hebrewQof", "hebrewResh", "hebrewSamekh", "hebrewShin", "hebrewTav", "hebrewTet", "hebrewTsadi", "hebrewTsadifinal", "hebrewVav", "hebrewYod", "hebrewZayin", "heightanddepthofstring", "heightofstring", "heightspanningtext", "helptext", "hglue", "hiddenbar", "hiddencitation", "hiddencite", "hideblocks", "high", "highlight", "highordinalstr", "hilo", "himilo", "hl", "hookleftarrow", "hookrightarrow", "horizontalgrowingbar", "horizontalpositionbar", "hpackbox", "hpackedbox", "hphantom", "hpos", "hsizefraction", "hslash", "hsmash", "hsmashbox", "hsmashed", "hspace", "hstroke", "htdpofstring", "htofstring", "hyphen", "hyphenatedcoloredword", "hyphenatedfile", "hyphenatedfilename", "hyphenatedhbox", "hyphenatedpar", "hyphenatedurl", "hyphenatedword", "iacute", "ibox", "ibreve", "icaron", "icircumflex", "ideographichalffillspace", "ideographicspace", "idiaeresis", "idotaccent", "idotbelow", "idoublegrave", "ifassignment", "iff", "ifinobject", "ifinoutputstream", "ifparameters", "iftrialtypesetting", "ignoreimplicitspaces", "ignoretagsinexport", "ignorevalue", "igrave", "ihook", "iiiint", "iiiintop", "iiint", "iiintop", "iint", "iintop", "iinvertedbreve", "ijligature", "imacron", "imaginaryi", "imaginaryj", "imath", "immediatesavetwopassdata", "impliedby", "implies", "imply", "in", "includemenu", "includeversioninfo", "increment", "incrementcounter", "incrementedcounter", "incrementpagenumber", "incrementsubpagenumber", "incrementvalue", "indentation", "index", "infofont", "infofontbold", "inframed", "infty", "infull", "inheritparameter", "inhibitblank", "ininner", "ininneredge", "ininnermargin", "initializeboxstack", "inleft", "inleftedge", "inleftmargin", "inline", "inlinebuffer", "inlinedbox", "inlinemath", "inlinemathematics", "inlinemessage", "inlineordisplaymath", "inlineprettyprintbuffer", "inlinerange", "inmargin", "inmframed", "innerflushshapebox", "inother", "inouter", "inouteredge", "inoutermargin", "input", "inputfilebarename", "inputfilename", "inputfilerealsuffix", "inputfilesuffix", "inputgivenfile", "inright", "inrightedge", "inrightmargin", "insertpages", "installactionhandler", "installactivecharacter", "installanddefineactivecharacter", "installattributestack", "installautocommandhandler", "installautosetuphandler", "installbasicautosetuphandler", "installbasicparameterhandler", "installbottomframerenderer", "installcommandhandler", "installcorenamespace", "installdefinehandler", "installdefinitionset", "installdefinitionsetmember", "installdirectcommandhandler", "installdirectparameterhandler", "installdirectparametersethandler", "installdirectsetuphandler", "installdirectstyleandcolorhandler", "installframedautocommandhandler", "installframedcommandhandler", "installglobalmacrostack", "installlanguage", "installleftframerenderer", "installmacrostack", "installnamespace", "installoutputroutine", "installpagearrangement", "installparameterhandler", "installparameterhashhandler", "installparametersethandler", "installparentinjector", "installrightframerenderer", "installrootparameterhandler", "installsetuphandler", "installsetuponlycommandhandler", "installshipoutmethod", "installsimplecommandhandler", "installsimpleframedcommandhandler", "installstyleandcolorhandler", "installswitchcommandhandler", "installswitchsetuphandler", "installtexdirective", "installtextracker", "installtopframerenderer", "installunitsseparator", "installunitsspace", "installversioninfo", "int", "intclockwise", "integerrounding", "integers", "interactionbar", "interactionbuttons", "interactionmenu", "intercal", "intertext", "intop", "invisibletimes", "invokepagehandler", "iogonek", "iota", "italic", "italicbold", "italiccorrection", "italicface", "item", "items", "itemtag", "itilde", "jcaron", "jcircumflex", "jmath", "jobfilename", "jobfilesuffix", "kap", "kappa", "kcaron", "kcommaaccent", "keepblocks", "keeplinestogether", "keepunwantedspaces", "kerncharacters", "khook", "kkra", "koreancirclenumerals", "koreannumerals", "koreannumeralsc", "koreannumeralsp", "koreanparentnumerals", "lVert", "labellanguage", "labeltext", "labeltexts", "lacute", "lambda", "lambdabar", "land", "langle", "language", "languageCharacters", "languagecharacters", "languagecharwidth", "lastcounter", "lastcountervalue", "lastdigit", "lastlinewidth", "lastnaturalboxdp", "lastnaturalboxht", "lastnaturalboxwd", "lastpredefinedsymbol", "lastrealpage", "lastrealpagenumber", "lastsubcountervalue", "lastsubpage", "lastsubpagenumber", "lasttwodigits", "lastuserpage", "lastuserpagenumber", "lateluacode", "latin", "layeredtext", "layerheight", "layerwidth", "lazysavetaggedtwopassdata", "lazysavetwopassdata", "lbar", "lbox", "lbrace", "lbracket", "lcaron", "lceil", "lcommaaccent", "lcurl", "ldotmiddle", "ldotp", "ldots", "le", "leadsto", "left", "leftaligned", "leftarrow", "leftarrowtail", "leftarrowtriangle", "leftbottombox", "leftbox", "leftdasharrow", "leftguillemot", "leftharpoondown", "leftharpoonup", "lefthbox", "leftheadtext", "leftlabeltext", "leftleftarrows", "leftline", "leftmathlabeltext", "leftorrighthbox", "leftorrightvbox", "leftorrightvtop", "leftrightarrow", "leftrightarrows", "leftrightarrowtriangle", "leftrightharpoons", "leftrightsquigarrow", "leftskipadaption", "leftsquigarrow", "leftsubguillemot", "leftthreetimes", "lefttopbox", "lefttoright", "lefttorighthbox", "lefttorightvbox", "lefttorightvtop", "leftwavearrow", "leftwhitearrow", "leq", "leqq", "leqslant", "lessapprox", "lessdot", "lesseqgtr", "lesseqqgtr", "lessgtr", "lesssim", "letbeundefined", "letcatcodecommand", "letcscsname", "letcsnamecs", "letcsnamecsname", "letdummyparameter", "letempty", "letgvalue", "letgvalueempty", "letgvalurelax", "letterampersand", "letterat", "letterbackslash", "letterbar", "letterbgroup", "letterclosebrace", "lettercolon", "letterdollar", "letterdoublequote", "letteregroup", "letterescape", "letterexclamationmark", "letterhash", "letterhat", "letterleftbrace", "letterleftbracket", "letterleftparenthesis", "letterless", "lettermore", "letteropenbrace", "letterpercent", "letterquestionmark", "letterrightbrace", "letterrightbracket", "letterrightparenthesis", "lettersinglequote", "letterslash", "letterspacing", "lettertilde", "letterunderscore", "letvalue", "letvalueempty", "letvaluerelax", "lfence", "lfloor", "lgroup", "lhbox", "lhooknwarrow", "lhooksearrow", "limitatefirstline", "limitatelines", "limitatetext", "line", "linebox", "linefeed", "linenote", "linespanningtext", "linethickness", "linterval", "listcitation", "listcite", "listlength", "listnamespaces", "ljligature", "ll", "llangle", "llap", "llbracket", "llcorner", "lll", "llless", "lmoustache", "lnapprox", "lneq", "lneqq", "lnot", "lnsim", "loadanyfile", "loadanyfileonce", "loadbtxdefinitionfile", "loadbtxreplacementfile", "loadcldfile", "loadcldfileonce", "loadfontgoodies", "loadluafile", "loadluafileonce", "loadspellchecklist", "loadtexfile", "loadtexfileonce", "loadtypescriptfile", "localframed", "localframedwithsettings", "localhsize", "localpopbox", "localpopmacro", "localpushbox", "localpushmacro", "localundefine", "locatedfilepath", "locatefilepath", "locfilename", "logo", "lohi", "lointerval", "lomihi", "longleftarrow", "longleftrightarrow", "longmapsfrom", "longmapsto", "longrightarrow", "longrightsquigarrow", "looparrowleft", "looparrowright", "lor", "low", "lowerbox", "lowercased", "lowercasestring", "lowerleftdoubleninequote", "lowerleftsingleninequote", "lowerrightdoubleninequote", "lowerrightsingleninequote", "lozenge", "lparent", "lrcorner", "lrointerval", "lrtbbox", "lstroke", "lt", "ltimes", "ltop", "ltrhbox", "ltrvbox", "ltrvtop", "luaTeX", "luacode", "luaconditional", "luaenvironment", "luaexpanded", "luaexpr", "luafunction", "luajitTeX", "luamajorversion", "luametaTeX", "luaminorversion", "luaparameterset", "luasetup", "luaversion", "lvert", "m", "mLeftarrow", "mLeftrightarrow", "mRightarrow", "mainlanguage", "makecharacteractive", "makerawcommalist", "makestrutofbox", "maltese", "mapfontsize", "mapsdown", "mapsfrom", "mapsto", "mapsup", "margindata", "margintext", "markcontent", "markedpages", "marking", "markinjector", "markpage", "markreferencepage", "mat", "math", "mathampersand", "mathbf", "mathbi", "mathblackboard", "mathbs", "mathdefault", "mathdollar", "mathdouble", "mathematics", "mathfraktur", "mathfunction", "mathhash", "mathhyphen", "mathit", "mathitalic", "mathlabellanguage", "mathlabeltext", "mathlabeltexts", "mathop", "mathover", "mathpercent", "mathrm", "mathscript", "mathsl", "mathss", "mathtext", "mathtextbf", "mathtextbi", "mathtextbs", "mathtextit", "mathtextsl", "mathtexttf", "mathtf", "mathtriplet", "mathtt", "mathunder", "mathupright", "mathword", "mathwordbf", "mathwordbi", "mathwordbs", "mathwordit", "mathwordsl", "mathwordtf", "maxaligned", "mbox", "mcframed", "measure", "measured", "measuredangle", "measuredeq", "medskip", "medspace", "menubutton", "mequal", "message", "mfence", "mframed", "mfunction", "mfunctionlabeltext", "mhbox", "mho", "mhookleftarrow", "mhookrightarrow", "mid", "midaligned", "middle", "middlealigned", "middlebox", "midhbox", "midsubsentence", "minimalhbox", "minus", "minuscolon", "mirror", "mixedcaps", "mkvibuffer", "mleftarrow", "mleftharpoondown", "mleftharpoonup", "mleftrightarrow", "mleftrightharpoons", "mmapsto", "models", "moduleparameter", "molecule", "mono", "monobold", "mononormal", "month", "monthlong", "monthshort", "mp", "mprandomnumber", "mrel", "mrightarrow", "mrightharpoondown", "mrightharpoonup", "mrightleftharpoons", "mrightoverleftarrow", "mtext", "mtriplerel", "mtwoheadleftarrow", "mtwoheadrightarrow", "mu", "multimap", "nHdownarrow", "nHuparrow", "nLeftarrow", "nLeftrightarrow", "nRightarrow", "nVDash", "nVdash", "nVleftarrow", "nVleftrightarrow", "nVrightarrow", "nabla", "nacute", "namedheadnumber", "namedstructureheadlocation", "namedstructureuservariable", "namedstructurevariable", "namedtaggedlabeltexts", "napostrophe", "napprox", "napproxEq", "narrownobreakspace", "nasymp", "natural", "naturalhbox", "naturalhpack", "naturalnumbers", "naturaltpack", "naturalvbox", "naturalvcenter", "naturalvpack", "naturalvtop", "naturalwd", "ncaron", "ncommaaccent", "ncong", "ncurl", "ndivides", "ne", "nearrow", "neg", "negatecolorbox", "negated", "negativesign", "negemspace", "negenspace", "negthinspace", "neng", "neq", "nequiv", "neswarrow", "newattribute", "newcatcodetable", "newcounter", "newevery", "newfrenchspacing", "newmode", "newsignal", "newsystemmode", "nexists", "nextbox", "nextboxdp", "nextboxht", "nextboxhtdp", "nextboxwd", "nextcounter", "nextcountervalue", "nextdepth", "nextparagraphs", "nextrealpage", "nextrealpagenumber", "nextsubcountervalue", "nextsubpage", "nextsubpagenumber", "nextuserpage", "nextuserpagenumber", "ngeq", "ngrave", "ngtr", "ngtrless", "ngtrsim", "ni", "nihongo", "nin", "njligature", "nleftarrow", "nleftrightarrow", "nleq", "nless", "nlessgtr", "nlesssim", "nmid", "nni", "nobar", "nobreakspace", "nocap", "nocharacteralign", "nocitation", "nocite", "nodetostring", "noffigurepages", "noflines", "noflocalfloats", "noheaderandfooterlines", "noheightstrut", "noindentation", "noitem", "nonfrenchspacing", "nonmathematics", "normal", "normalboldface", "normalframedwithsettings", "normalitalicface", "normalizebodyfontsize", "normalizedfontsize", "normalizefontdepth", "normalizefontheight", "normalizefontline", "normalizefontwidth", "normalizetextdepth", "normalizetextheight", "normalizetextline", "normalizetextwidth", "normalslantedface", "normaltypeface", "nospace", "not", "note", "notesymbol", "notin", "notopandbottomlines", "notragged", "nowns", "nparallel", "nprec", "npreccurlyeq", "nrightarrow", "nsim", "nsimeq", "nsqsubseteq", "nsqsupseteq", "nsubset", "nsubseteq", "nsucc", "nsucccurlyeq", "nsupset", "nsupseteq", "ntilde", "ntimes", "ntriangleleft", "ntrianglelefteq", "ntriangleright", "ntrianglerighteq", "nu", "numberofpoints", "numbers", "nvDash", "nvdash", "nvleftarrow", "nvleftrightarrow", "nvrightarrow", "nwarrow", "nwsearrow", "oacute", "obeydepth", "objectdepth", "objectheight", "objectmargin", "objectwidth", "obox", "obreve", "ocaron", "ocircumflex", "ocircumflexacute", "ocircumflexdotbelow", "ocircumflexgrave", "ocircumflexhook", "ocircumflextilde", "odiaeresis", "odiaeresismacron", "odot", "odotaccent", "odotaccentmacron", "odotbelow", "odoublegrave", "oeligature", "offset", "offsetbox", "ograve", "ohm", "ohook", "ohorn", "ohornacute", "ohorndotbelow", "ohorngrave", "ohornhook", "ohorntilde", "ohungarumlaut", "oiiint", "oiint", "oint", "ointclockwise", "ointctrclockwise", "oinvertedbreve", "omacron", "omega", "omicron", "ominus", "onedigitrounding", "oneeighth", "onefifth", "onehalf", "onequarter", "onesixth", "onesuperior", "onethird", "oogonek", "oogonekmacron", "operatorlanguage", "operatortext", "oplus", "ordfeminine", "ordinaldaynumber", "ordinalstr", "ordmasculine", "ornamenttext", "oslash", "ostroke", "ostrokeacute", "otilde", "otildemacron", "otimes", "outputfilename", "outputstreambox", "outputstreamcopy", "outputstreamunvbox", "outputstreamunvcopy", "over", "overbar", "overbars", "overbarunderbar", "overbrace", "overbraceunderbrace", "overbracket", "overbracketunderbracket", "overlaybutton", "overlaycolor", "overlaydepth", "overlayfigure", "overlayheight", "overlayimage", "overlaylinecolor", "overlaylinewidth", "overlayoffset", "overlayrollbutton", "overlaywidth", "overleftarrow", "overloaderror", "overparent", "overparentunderparent", "overrightarrow", "overset", "overstrike", "overstrikes", "owns", "page", "pagearea", "pagebreak", "pagefigure", "pageinjection", "pagenumber", "pagereference", "pagestaterealpage", "pagestaterealpageorder", "paletsize", "paragraphmark", "parallel", "part", "partial", "pdfTeX", "pdfactualtext", "pdfbackendactualtext", "pdfbackendcurrentresources", "pdfbackendsetcatalog", "pdfbackendsetcolorspace", "pdfbackendsetextgstate", "pdfbackendsetinfo", "pdfbackendsetname", "pdfbackendsetpageattribute", "pdfbackendsetpageresource", "pdfbackendsetpagesattribute", "pdfbackendsetpattern", "pdfbackendsetshade", "pdfcolor", "pdfeTeX", "percent", "percentdimen", "periodcentered", "periods", "permitcaretescape", "permitcircumflexescape", "permitspacesbetweengroups", "perp", "persiandecimals", "persiandecimalseparator", "persiannumerals", "persianthousandsseparator", "perthousand", "phantom", "phantombox", "phi", "phook", "pi", "pickupgroupedcommand", "pitchfork", "placeattachments", "placebookmarks", "placebtxrendering", "placechemical", "placecitation", "placecombinedlist", "placecomments", "placecontent", "placecurrentformulanumber", "placedbox", "placefigure", "placefloat", "placefloatwithsetups", "placefootnotes", "placeformula", "placeframed", "placegraphic", "placeheadnumber", "placeheadtext", "placehelp", "placeindex", "placeinitial", "placeintermezzo", "placelayer", "placelayeredtext", "placelegend", "placelist", "placelistofabbreviations", "placelistofchemicals", "placelistoffigures", "placelistofgraphics", "placelistofintermezzi", "placelistoflogos", "placelistofpublications", "placelistofsorts", "placelistofsynonyms", "placelistoftables", "placelocalfootnotes", "placelocalnotes", "placement", "placenamedfloat", "placenamedformula", "placenotes", "placeongrid", "placeontopofeachother", "placepagenumber", "placepairedbox", "placeparallel", "placerawheaddata", "placerawheadnumber", "placerawheadtext", "placerawlist", "placeregister", "placerenderingwindow", "placesidebyside", "placesubformula", "placetable", "pm", "popattribute", "popmacro", "popmode", "popsystemmode", "position", "positionoverlay", "positionregionoverlay", "positivesign", "postponenotes", "prec", "precapprox", "preccurlyeq", "preceq", "preceqq", "precnapprox", "precneq", "precneqq", "precnsim", "precsim", "predefinedfont", "predefinefont", "predefinesymbol", "prefixedpagenumber", "prefixlanguage", "prefixtext", "prependetoks", "prependgvalue", "prependtocommalist", "prependtoks", "prependtoksonce", "prependvalue", "prerollblank", "presetbtxlabeltext", "presetdocument", "presetfieldsymbols", "presetheadtext", "presetlabeltext", "presetmathlabeltext", "presetoperatortext", "presetprefixtext", "presetsuffixtext", "presettaglabeltext", "presetunittext", "pretocommalist", "prettyprintbuffer", "prevcounter", "prevcountervalue", "preventmode", "prevrealpage", "prevrealpagenumber", "prevsubcountervalue", "prevsubpage", "prevsubpagenumber", "prevuserpage", "prevuserpagenumber", "prime", "primes", "procent", "processMPbuffer", "processMPfigurefile", "processaction", "processallactionsinset", "processassignlist", "processassignmentcommand", "processassignmentlist", "processbetween", "processblocks", "processbodyfontenvironmentlist", "processcolorcomponents", "processcommacommand", "processcommalist", "processcommalistwithparameters", "processcontent", "processfile", "processfilemany", "processfilenone", "processfileonce", "processfirstactioninset", "processisolatedchars", "processisolatedwords", "processlinetablebuffer", "processlinetablefile", "processlist", "processmonth", "processranges", "processseparatedlist", "processtexbuffer", "processtokens", "processuntil", "processxtablebuffer", "processyear", "prod", "product", "profiledbox", "profilegivenbox", "program", "project", "propto", "pseudoMixedCapped", "pseudoSmallCapped", "pseudoSmallcapped", "pseudosmallcapped", "psi", "punctuationspace", "purenumber", "pushattribute", "pushbutton", "pushmacro", "pushmode", "pushoutputstream", "pushsystemmode", "putboxincache", "putnextboxincache", "qquad", "quad", "quadrupleprime", "quads", "quarterstrut", "questiondown", "questionedeq", "quitcommalist", "quitprevcommalist", "quittypescriptscanning", "quotation", "quote", "quotedbl", "quotedblbase", "quotedblleft", "quotedblright", "quoteleft", "quoteright", "quotesingle", "quotesinglebase", "rVert", "racute", "raggedbottom", "raggedcenter", "raggedleft", "raggedright", "raggedwidecenter", "raisebox", "randomizetext", "randomnumber", "rangle", "rationals", "rawcounter", "rawcountervalue", "rawdate", "rawdoifelseinset", "rawdoifinset", "rawdoifinsetelse", "rawgetparameters", "rawprocessaction", "rawprocesscommacommand", "rawprocesscommalist", "rawstructurelistuservariable", "rawsubcountervalue", "rbox", "rbrace", "rbracket", "rcaron", "rceil", "rcommaaccent", "rdoublegrave", "readfile", "readfixfile", "readjobfile", "readlocfile", "readsetfile", "readsysfile", "readtexfile", "readxmlfile", "realSmallCapped", "realSmallcapped", "realpagenumber", "reals", "realsmallcapped", "recursedepth", "recurselevel", "recursestring", "redoconvertfont", "ref", "reference", "referencecolumnnumber", "referencepagedetail", "referencepagestate", "referenceprefix", "referencerealpage", "referencesymbol", "referring", "registerattachment", "registerctxluafile", "registered", "registerexternalfigure", "registerfontclass", "registerhyphenationexception", "registerhyphenationpattern", "registermenubuttons", "registersort", "registersynonym", "registerunit", "regular", "relatemarking", "relateparameterhandlers", "relaxvalueifundefined", "relbar", "remainingcharacters", "remark", "removebottomthings", "removedepth", "removefromcommalist", "removelastskip", "removelastspace", "removemarkedcontent", "removepunctuation", "removesubstring", "removetoks", "removeunwantedspaces", "repeathead", "replacefeature", "replaceincommalist", "replaceword", "rescan", "rescanwithsetup", "resetMPdrawing", "resetMPenvironment", "resetMPinstance", "resetallattributes", "resetandaddfeature", "resetbar", "resetboxesincache", "resetbreakpoints", "resetbuffer", "resetcharacteralign", "resetcharacterkerning", "resetcharacterspacing", "resetcharacterstripping", "resetcollector", "resetcounter", "resetdigitsmanipulation", "resetdirection", "resetfeature", "resetflag", "resetfontcolorsheme", "resetfontfallback", "resetfontsolution", "resethyphenationfeatures", "resetinjector", "resetinteractionmenu", "resetitaliccorrection", "resetlayer", "resetlocalfloats", "resetmarker", "resetmarking", "resetmode", "resetpagenumber", "resetparallel", "resetpath", "resetpenalties", "resetperiodkerning", "resetprofile", "resetrecurselevel", "resetreference", "resetreplacements", "resetscript", "resetsetups", "resetshownsynonyms", "resetsubpagenumber", "resetsymbolset", "resetsystemmode", "resettimer", "resettokenlist", "resettrackers", "resettrialtypesetting", "resetusedsortings", "resetusedsynonyms", "resetuserpagenumber", "resetvalue", "resetvisualizers", "reshapebox", "resolvedglyphdirect", "resolvedglyphstyled", "restartcounter", "restorebox", "restorecatcodes", "restorecounter", "restorecurrentattributes", "restoreendofline", "restoreglobalbodyfont", "restriction", "reusableMPgraphic", "reuseMPgraphic", "reuserandomseed", "reverseddoubleprime", "reversedprime", "reversedtripleprime", "reversehbox", "reversehpack", "reversetpack", "reversevbox", "reversevpack", "reversevtop", "revivefeature", "rfence", "rfloor", "rgroup", "rhbox", "rho", "rhooknearrow", "rhookswarrow", "right", "rightaligned", "rightangle", "rightarrow", "rightarrowbar", "rightarrowtail", "rightarrowtriangle", "rightbottombox", "rightbox", "rightdasharrow", "rightguillemot", "rightharpoondown", "rightharpoonup", "righthbox", "rightheadtext", "rightlabeltext", "rightleftarrows", "rightleftharpoons", "rightline", "rightmathlabeltext", "rightorleftpageaction", "rightpageorder", "rightrightarrows", "rightskipadaption", "rightsquigarrow", "rightsubguillemot", "rightthreearrows", "rightthreetimes", "righttoleft", "righttolefthbox", "righttoleftvbox", "righttoleftvtop", "righttopbox", "rightwavearrow", "rightwhitearrow", "ring", "rinterval", "rinvertedbreve", "risingdotseq", "rlap", "rlointerval", "rmoustache", "rneq", "robustaddtocommalist", "robustdoifelseinset", "robustdoifinsetelse", "robustpretocommalist", "rointerval", "rollbutton", "roman", "romanC", "romanD", "romanI", "romanII", "romanIII", "romanIV", "romanIX", "romanL", "romanM", "romanV", "romanVI", "romanVII", "romanVIII", "romanX", "romanXI", "romanXII", "romanc", "romand", "romani", "romanii", "romaniii", "romaniv", "romanix", "romanl", "romanm", "romannumerals", "romanv", "romanvi", "romanvii", "romanviii", "romanx", "romanxi", "romanxii", "rootradical", "rotate", "rparent", "rrangle", "rrbracket", "rrointerval", "rtimes", "rtlhbox", "rtlvbox", "rtlvtop", "rtop", "ruby", "ruledhbox", "ruledhpack", "ruledmbox", "ruledtopv", "ruledtpack", "ruledvbox", "ruledvpack", "ruledvtop", "runMPbuffer", "runninghbox", "rvert", "sacute", "safechar", "samplefile", "sans", "sansbold", "sansnormal", "sansserif", "savebox", "savebtxdataset", "savebuffer", "savecounter", "savecurrentattributes", "savenormalmeaning", "savetaggedtwopassdata", "savetwopassdata", "sbox", "scale", "scaron", "scedilla", "schwa", "schwahook", "scircumflex", "scommaaccent", "screen", "searrow", "secondoffivearguments", "secondoffourarguments", "secondofsixarguments", "secondofthreearguments", "secondofthreeunexpanded", "secondoftwoarguments", "secondoftwounexpanded", "section", "sectionmark", "seeindex", "select", "selectblocks", "serializecommalist", "serializedcommalist", "serif", "serifbold", "serifnormal", "setJSpreamble", "setMPlayer", "setMPpositiongraphic", "setMPpositiongraphicrange", "setMPtext", "setMPvariable", "setMPvariables", "setautopagestaterealpageno", "setbar", "setbigbodyfont", "setboxllx", "setboxlly", "setbreakpoints", "setcapstrut", "setcatcodetable", "setcharacteralign", "setcharacteraligndetail", "setcharactercasing", "setcharactercleaning", "setcharacterkerning", "setcharacterspacing", "setcharacterstripping", "setcharstrut", "setcollector", "setcolormodell", "setcounter", "setcounterown", "setcurrentfontclass", "setdataset", "setdefaultpenalties", "setdigitsmanipulation", "setdirection", "setdocumentargument", "setdocumentargumentdefault", "setdocumentfilename", "setdummyparameter", "setelementexporttag", "setemeasure", "setevalue", "setevariable", "setevariables", "setfirstline", "setfirstpasscharacteralign", "setflag", "setfont", "setfontcolorsheme", "setfontfeature", "setfontsolution", "setfontstrut", "setglobalscript", "setgmeasure", "setgvalue", "setgvariable", "setgvariables", "sethboxregister", "sethyphenatedurlafter", "sethyphenatedurlbefore", "sethyphenatedurlnormal", "sethyphenationfeatures", "setinitial", "setinjector", "setinteraction", "setinterfacecommand", "setinterfaceconstant", "setinterfaceelement", "setinterfacemessage", "setinterfacevariable", "setinternalrendering", "setitaliccorrection", "setlayer", "setlayerframed", "setlayertext", "setlinefiller", "setlocalhsize", "setlocalscript", "setmainbodyfont", "setmainparbuilder", "setmarker", "setmarking", "setmathstyle", "setmeasure", "setmessagetext", "setminus", "setmode", "setnostrut", "setnote", "setnotetext", "setobject", "setoldstyle", "setpagereference", "setpagestate", "setpagestaterealpageno", "setpenalties", "setpercentdimen", "setperiodkerning", "setposition", "setpositionbox", "setpositiondata", "setpositiondataplus", "setpositiononly", "setpositionplus", "setpositionstrut", "setprofile", "setrandomseed", "setreference", "setreferencedobject", "setregisterentry", "setreplacements", "setrigidcolumnbalance", "setrigidcolumnhsize", "setscript", "setsecondpasscharacteralign", "setsectionblock", "setsimplecolumnshsize", "setsmallbodyfont", "setsmallcaps", "setstackbox", "setstructurepageregister", "setstrut", "setsuperiors", "setsystemmode", "settabular", "settaggedmetadata", "settestcrlf", "settextcontent", "settightobject", "settightreferencedobject", "settightstrut", "settightunreferencedobject", "settokenlist", "settrialtypesetting", "setuevalue", "setugvalue", "setunreferencedobject", "setup", "setupMPgraphics", "setupMPinstance", "setupMPpage", "setupMPvariables", "setupTABLE", "setupTEXpage", "setupalign", "setupalternativestyles", "setuparranging", "setupattachment", "setupattachments", "setupbackend", "setupbackground", "setupbackgrounds", "setupbar", "setupbars", "setupblackrules", "setupblank", "setupbleeding", "setupblock", "setupbodyfont", "setupbodyfontenvironment", "setupbookmark", "setupbottom", "setupbottomtexts", "setupbtx", "setupbtxdataset", "setupbtxlabeltext", "setupbtxlist", "setupbtxregister", "setupbtxrendering", "setupbuffer", "setupbutton", "setupcapitals", "setupcaption", "setupcaptions", "setupcharacteralign", "setupcharacterkerning", "setupcharacterspacing", "setupchemical", "setupchemicalframed", "setupclipping", "setupcollector", "setupcolor", "setupcolors", "setupcolumns", "setupcolumnset", "setupcolumnsetarea", "setupcolumnsetareatext", "setupcolumnsetlines", "setupcolumnsetspan", "setupcolumnsetstart", "setupcombination", "setupcombinedlist", "setupcomment", "setupcontent", "setupcounter", "setupdataset", "setupdelimitedtext", "setupdescription", "setupdescriptions", "setupdirections", "setupdocument", "setupeffect", "setupenumeration", "setupenumerations", "setupenv", "setupexport", "setupexternalfigure", "setupexternalsoundtracks", "setupfacingfloat", "setupfield", "setupfieldbody", "setupfieldcategory", "setupfieldcontentframed", "setupfieldlabelframed", "setupfields", "setupfieldtotalframed", "setupfiller", "setupfillinlines", "setupfillinrules", "setupfirstline", "setupfittingpage", "setupfloat", "setupfloatframed", "setupfloats", "setupfloatsplitting", "setupfontexpansion", "setupfontprotrusion", "setupfonts", "setupfontsolution", "setupfooter", "setupfootertexts", "setupfootnotes", "setupforms", "setupformula", "setupformulae", "setupformulaframed", "setupframed", "setupframedcontent", "setupframedtable", "setupframedtablecolumn", "setupframedtablerow", "setupframedtext", "setupframedtexts", "setupglobalreferenceprefix", "setuphead", "setupheadalternative", "setupheader", "setupheadertexts", "setupheadnumber", "setupheads", "setupheadtext", "setuphelp", "setuphigh", "setuphighlight", "setuphyphenation", "setuphyphenmark", "setupindentedtext", "setupindenting", "setupindex", "setupinitial", "setupinsertion", "setupinteraction", "setupinteractionbar", "setupinteractionmenu", "setupinteractionscreen", "setupinterlinespace", "setupitaliccorrection", "setupitemgroup", "setupitemizations", "setupitemize", "setupitems", "setuplabel", "setuplabeltext", "setuplanguage", "setuplayer", "setuplayeredtext", "setuplayout", "setuplayouttext", "setuplegend", "setuplinefiller", "setuplinefillers", "setuplinenote", "setuplinenumbering", "setuplines", "setuplinetable", "setuplinewidth", "setuplist", "setuplistalternative", "setuplistextra", "setuplocalfloats", "setuplocalinterlinespace", "setuplow", "setuplowhigh", "setuplowmidhigh", "setupmakeup", "setupmarginblock", "setupmargindata", "setupmarginframed", "setupmarginrule", "setupmarginrules", "setupmarking", "setupmathalignment", "setupmathcases", "setupmathematics", "setupmathfence", "setupmathfraction", "setupmathfractions", "setupmathframed", "setupmathlabeltext", "setupmathmatrix", "setupmathornament", "setupmathradical", "setupmathstackers", "setupmathstyle", "setupmixedcolumns", "setupmodule", "setupnarrower", "setupnotation", "setupnotations", "setupnote", "setupnotes", "setupoffset", "setupoffsetbox", "setupoperatortext", "setupoppositeplacing", "setuporientation", "setupoutputroutine", "setuppagechecker", "setuppagecolumns", "setuppagecomment", "setuppageinjection", "setuppageinjectionalternative", "setuppagenumber", "setuppagenumbering", "setuppageshift", "setuppagestate", "setuppagetransitions", "setuppairedbox", "setuppalet", "setuppaper", "setuppapersize", "setupparagraph", "setupparagraphintro", "setupparagraphnumbering", "setupparagraphs", "setupparallel", "setupperiodkerning", "setupperiods", "setupplacement", "setuppositionbar", "setuppositioning", "setupprefixtext", "setupprocessor", "setupprofile", "setupprograms", "setupquotation", "setupquote", "setuprealpagenumber", "setupreferenceformat", "setupreferenceprefix", "setupreferencestructureprefix", "setupreferencing", "setupregister", "setupregisters", "setuprenderingwindow", "setuprotate", "setupruby", "setups", "setupscale", "setupscript", "setupscripts", "setupsectionblock", "setupselector", "setupshift", "setupsidebar", "setupsorting", "setupspacing", "setupspellchecking", "setupstartstop", "setupstretched", "setupstrut", "setupstyle", "setupsubformula", "setupsubformulas", "setupsubpagenumber", "setupsuffixtext", "setupsymbols", "setupsymbolset", "setupsynctex", "setupsynonyms", "setupsystem", "setuptables", "setuptabulate", "setuptabulation", "setuptagging", "setuptaglabeltext", "setuptext", "setuptextbackground", "setuptextflow", "setuptextnote", "setuptextrules", "setuptexttexts", "setupthinrules", "setuptolerance", "setuptooltip", "setuptop", "setuptoptexts", "setuptype", "setuptyping", "setupunit", "setupunittext", "setupurl", "setupuserdata", "setupuserdataalternative", "setupuserpagenumber", "setupversion", "setupviewerlayer", "setupvspacing", "setupwhitespace", "setupwithargument", "setupwithargumentswapped", "setupxml", "setupxtable", "setuvalue", "setuxvalue", "setvalue", "setvariable", "setvariables", "setvboxregister", "setvisualizerfont", "setvtopregister", "setwidthof", "setxmeasure", "setxvalue", "setxvariable", "setxvariables", "seveneighths", "sfrac", "shapedhbox", "sharp", "shiftbox", "shiftdown", "shiftup", "showallmakeup", "showattributes", "showbodyfont", "showbodyfontenvironment", "showboxes", "showbtxdatasetauthors", "showbtxdatasetcompleteness", "showbtxdatasetfields", "showbtxfields", "showbtxhashedauthors", "showbtxtables", "showchardata", "showcharratio", "showcolor", "showcolorbar", "showcolorcomponents", "showcolorgroup", "showcolorset", "showcolorstruts", "showcounter", "showdirectives", "showdirsinmargin", "showedebuginfo", "showexperiments", "showfont", "showfontdata", "showfontexpansion", "showfontitalics", "showfontkerns", "showfontparameters", "showfontstrip", "showfontstyle", "showframe", "showglyphdata", "showglyphs", "showgrid", "showgridsnapping", "showhelp", "showhyphenationtrace", "showhyphens", "showinjector", "showjustification", "showkerning", "showlayout", "showlayoutcomponents", "showligature", "showligatures", "showlogcategories", "showmakeup", "showmargins", "showmessage", "showminimalbaseline", "shownextbox", "showotfcomposition", "showpalet", "showparentchain", "showprint", "showsetups", "showsetupsdefinition", "showstruts", "showsymbolset", "showtimer", "showtokens", "showtrackers", "showvalue", "showvariable", "showwarning", "sigma", "signalrightpage", "sim", "simeq", "simplealignedbox", "simplealignedboxplus", "simplealignedspreadbox", "simplegroupedcommand", "simplereversealignedbox", "simplereversealignedboxplus", "singalcharacteralign", "singlebond", "singleverticalbar", "sixperemspace", "sixthofsixarguments", "slanted", "slantedbold", "slantedface", "slash", "slicepages", "slong", "slovenianNumerals", "sloveniannumerals", "small", "smallbodyfont", "smallbold", "smallbolditalic", "smallboldslanted", "smallcappedcharacters", "smallcappedromannumerals", "smallcaps", "smaller", "smallitalicbold", "smallnormal", "smallskip", "smallslanted", "smallslantedbold", "smalltype", "smash", "smashbox", "smashboxed", "smashedhbox", "smashedvbox", "smile", "snaptogrid", "softhyphen", "solidus", "someheadnumber", "somekindoftab", "someline", "somelocalfloat", "somenamedheadnumber", "someplace", "somewhere", "space", "spaceddigits", "spaceddigitsmethod", "spaceddigitsseparator", "spaceddigitssymbol", "spadesuit", "spanishNumerals", "spanishnumerals", "speech", "sphericalangle", "splitatasterisk", "splitatcolon", "splitatcolons", "splitatcomma", "splitatperiod", "splitdfrac", "splitfilename", "splitfloat", "splitfrac", "splitoffbase", "splitofffull", "splitoffkind", "splitoffname", "splitoffpath", "splitoffroot", "splitofftokens", "splitofftype", "splitstring", "spreadhbox", "sqcap", "sqcup", "sqrt", "sqsubset", "sqsubseteq", "sqsubsetneq", "sqsupset", "sqsupseteq", "sqsupsetneq", "square", "squaredots", "ssharp", "stackrel", "stackscripts", "star", "stareq", "startJScode", "startJSpreamble", "startLUA", "startMP", "startMPclip", "startMPcode", "startMPdefinitions", "startMPdrawing", "startMPenvironment", "startMPextensions", "startMPinclusions", "startMPinitializations", "startMPpage", "startMPpositiongraphic", "startMPpositionmethod", "startMPrun", "startPARSEDXML", "startTABLE", "startTABLEbody", "startTABLEfoot", "startTABLEhead", "startTABLEnested", "startTABLEnext", "startTC", "startTD", "startTDs", "startTEX", "startTEXpage", "startTH", "startTN", "startTR", "startTRs", "startTX", "startTY", "startXML", "startalign", "startalignment", "startallmodes", "startappendices", "startarrangedpages", "startaside", "startattachment", "startbackground", "startbackmatter", "startbar", "startbbordermatrix", "startbitmapimage", "startblockquote", "startbodymatter", "startbordermatrix", "startboxedcolumns", "startbtxlabeltext", "startbtxrenderingdefinitions", "startbuffer", "startcases", "startcatcodetable", "startcenteraligned", "startchapter", "startcharacteralign", "startcheckedfences", "startchemical", "startchemicaltext", "startcollect", "startcollecting", "startcolor", "startcolorintent", "startcoloronly", "startcolorset", "startcolumns", "startcolumnset", "startcolumnsetspan", "startcombination", "startcomment", "startcomponent", "startcontextcode", "startcontextdefinitioncode", "startctxfunction", "startctxfunctiondefinition", "startcurrentcolor", "startcurrentlistentrywrapper", "startdelimited", "startdelimitedtext", "startdisplaymath", "startdmath", "startdocument", "starteffect", "startelement", "startembeddedxtable", "startendnote", "startendofline", "startenvironment", "startexceptions", "startexpanded", "startexpandedcollect", "startextendedcatcodetable", "startexternalfigurecollection", "startfacingfloat", "startfact", "startfigure", "startfiguretext", "startfittingpage", "startfixed", "startfloatcombination", "startfont", "startfontclass", "startfontsolution", "startfootnote", "startformula", "startformulas", "startframed", "startframedcell", "startframedcontent", "startframedrow", "startframedtable", "startframedtext", "startfrontmatter", "startgoto", "startgraphictext", "startgridsnapping", "starthanging", "starthbox", "starthboxestohbox", "starthboxregister", "starthead", "startheadtext", "starthelptext", "starthiding", "starthighlight", "starthyphenation", "startimath", "startindentation", "startindentedtext", "startinteraction", "startinteractionmenu", "startinterface", "startintermezzotext", "startintertext", "startitem", "startitemgroup", "startitemgroupcolumns", "startitemize", "startknockout", "startlabeltext", "startlanguage", "startlayout", "startleftaligned", "startlegend", "startline", "startlinealignment", "startlinecorrection", "startlinefiller", "startlinenote", "startlinenumbering", "startlines", "startlinetable", "startlinetablebody", "startlinetablecell", "startlinetablehead", "startlocalfootnotes", "startlocalheadsetup", "startlocallinecorrection", "startlocalnotes", "startlocalsetups", "startlua", "startluacode", "startluaparameterset", "startluasetups", "startmakeup", "startmarginblock", "startmarginrule", "startmarkedcontent", "startmarkpages", "startmathalignment", "startmathcases", "startmathlabeltext", "startmathmatrix", "startmathmode", "startmathstyle", "startmatrices", "startmatrix", "startmaxaligned", "startmdformula", "startmidaligned", "startmiddlealigned", "startmiddlemakeup", "startmixedcolumns", "startmode", "startmodeset", "startmodule", "startmoduletestsection", "startmpformula", "startnamedsection", "startnamedsubformulas", "startnarrow", "startnarrower", "startnegative", "startnicelyfilledbox", "startnointerference", "startnotallmodes", "startnotext", "startnotmode", "startoperatortext", "startopposite", "startoutputstream", "startoverlay", "startoverprint", "startpacked", "startpagecolumns", "startpagecomment", "startpagefigure", "startpagelayout", "startpagemakeup", "startpar", "startparagraph", "startparagraphs", "startparagraphscell", "startparbuilder", "startpart", "startpath", "startplacechemical", "startplacefigure", "startplacefloat", "startplaceformula", "startplacegraphic", "startplaceintermezzo", "startplacelegend", "startplacepairedbox", "startplacetable", "startpositioning", "startpositionoverlay", "startpositive", "startpostponing", "startpostponingnotes", "startprefixtext", "startprocessassignmentcommand", "startprocessassignmentlist", "startprocesscommacommand", "startprocesscommalist", "startproduct", "startproject", "startprotect", "startprotectedcolors", "startpublication", "startpunctuation", "startquotation", "startquote", "startrandomized", "startrandomseed", "startrawsetups", "startreadingfile", "startreferenceprefix", "startregime", "startregister", "startreusableMPgraphic", "startrightaligned", "startruby", "startscript", "startsdformula", "startsection", "startsectionblock", "startsectionblockenvironment", "startsectionlevel", "startsetups", "startshapebox", "startshift", "startsidebar", "startsimplecolumns", "startspecialitem", "startspeech", "startspformula", "startsplitformula", "startsplittext", "startspread", "startstandardmakeup", "startstaticMPfigure", "startstaticMPgraphic", "startstrictinspectnextcharacter", "startstructurepageregister", "startstrut", "startstyle", "startsubformulas", "startsubject", "startsubjectlevel", "startsubsection", "startsubsentence", "startsubstack", "startsubsubject", "startsubsubsection", "startsubsubsubject", "startsubsubsubsection", "startsubsubsubsubject", "startsubsubsubsubsection", "startsubsubsubsubsubject", "startsuffixtext", "startsymbolset", "starttable", "starttablehead", "starttables", "starttabletail", "starttabletext", "starttabulate", "starttabulatehead", "starttabulatetail", "starttagged", "starttaglabeltext", "starttexcode", "starttexdefinition", "starttext", "starttextbackground", "starttextbackgroundmanual", "starttextcolor", "starttextcolorintent", "starttextflow", "starttextmakeup", "starttextrule", "starttitle", "starttokenlist", "starttokens", "starttransparent", "starttypescript", "starttypescriptcollection", "starttyping", "startuniqueMPgraphic", "startuniqueMPpagegraphic", "startunittext", "startunpacked", "startusableMPgraphic", "startuseMPgraphic", "startusemathstyleparameter", "startuserdata", "startusingbtxspecification", "startvbox", "startvboxregister", "startvboxtohbox", "startvboxtohboxseparator", "startviewerlayer", "startvtop", "startvtopregister", "startxcell", "startxcellgroup", "startxcolumn", "startxgroup", "startxmldisplayverbatim", "startxmlinlineverbatim", "startxmlraw", "startxmlsetups", "startxrow", "startxrowgroup", "startxtable", "startxtablebody", "startxtablefoot", "startxtablehead", "startxtablenext", "stligature", "stopJScode", "stopJSpreamble", "stopLUA", "stopMP", "stopMPclip", "stopMPcode", "stopMPdefinitions", "stopMPdrawing", "stopMPenvironment", "stopMPextensions", "stopMPinclusions", "stopMPinitializations", "stopMPpage", "stopMPpositiongraphic", "stopMPpositionmethod", "stopMPrun", "stopPARSEDXML", "stopTABLE", "stopTABLEbody", "stopTABLEfoot", "stopTABLEhead", "stopTABLEnested", "stopTABLEnext", "stopTC", "stopTD", "stopTDs", "stopTEX", "stopTEXpage", "stopTH", "stopTN", "stopTR", "stopTRs", "stopTX", "stopTY", "stopXML", "stopalign", "stopalignment", "stopallmodes", "stopappendices", "stoparrangedpages", "stopaside", "stopattachment", "stopbackground", "stopbackmatter", "stopbar", "stopbbordermatrix", "stopbitmapimage", "stopblockquote", "stopbodymatter", "stopbordermatrix", "stopboxedcolumns", "stopbtxlabeltext", "stopbtxrenderingdefinitions", "stopbuffer", "stopcases", "stopcatcodetable", "stopcenteraligned", "stopchapter", "stopcharacteralign", "stopcheckedfences", "stopchemical", "stopchemicaltext", "stopcollect", "stopcollecting", "stopcolor", "stopcolorintent", "stopcoloronly", "stopcolorset", "stopcolumns", "stopcolumnset", "stopcolumnsetspan", "stopcombination", "stopcomment", "stopcomponent", "stopcontextcode", "stopcontextdefinitioncode", "stopctxfunction", "stopctxfunctiondefinition", "stopcurrentcolor", "stopcurrentlistentrywrapper", "stopdelimited", "stopdelimitedtext", "stopdisplaymath", "stopdmath", "stopdocument", "stopeffect", "stopelement", "stopembeddedxtable", "stopendnote", "stopendofline", "stopenvironment", "stopexceptions", "stopexpanded", "stopexpandedcollect", "stopextendedcatcodetable", "stopexternalfigurecollection", "stopfacingfloat", "stopfact", "stopfigure", "stopfiguretext", "stopfittingpage", "stopfixed", "stopfloatcombination", "stopfont", "stopfontclass", "stopfontsolution", "stopfootnote", "stopformula", "stopformulas", "stopframed", "stopframedcell", "stopframedcontent", "stopframedrow", "stopframedtable", "stopframedtext", "stopfrontmatter", "stopgoto", "stopgraphictext", "stopgridsnapping", "stophanging", "stophbox", "stophboxestohbox", "stophboxregister", "stophead", "stopheadtext", "stophelptext", "stophiding", "stophighlight", "stophyphenation", "stopimath", "stopindentation", "stopindentedtext", "stopinteraction", "stopinteractionmenu", "stopinterface", "stopintermezzotext", "stopintertext", "stopitem", "stopitemgroup", "stopitemgroupcolumns", "stopitemize", "stopknockout", "stoplabeltext", "stoplanguage", "stoplayout", "stopleftaligned", "stoplegend", "stopline", "stoplinealignment", "stoplinecorrection", "stoplinefiller", "stoplinenote", "stoplinenumbering", "stoplines", "stoplinetable", "stoplinetablebody", "stoplinetablecell", "stoplinetablehead", "stoplocalfootnotes", "stoplocalheadsetup", "stoplocallinecorrection", "stoplocalnotes", "stoplocalsetups", "stoplua", "stopluacode", "stopluaparameterset", "stopluasetups", "stopmakeup", "stopmarginblock", "stopmarginrule", "stopmarkedcontent", "stopmarkpages", "stopmathalignment", "stopmathcases", "stopmathlabeltext", "stopmathmatrix", "stopmathmode", "stopmathstyle", "stopmatrices", "stopmatrix", "stopmaxaligned", "stopmdformula", "stopmidaligned", "stopmiddlealigned", "stopmiddlemakeup", "stopmixedcolumns", "stopmode", "stopmodeset", "stopmodule", "stopmoduletestsection", "stopmpformula", "stopnamedsection", "stopnamedsubformulas", "stopnarrow", "stopnarrower", "stopnegative", "stopnicelyfilledbox", "stopnointerference", "stopnotallmodes", "stopnotext", "stopnotmode", "stopoperatortext", "stopopposite", "stopoutputstream", "stopoverlay", "stopoverprint", "stoppacked", "stoppagecolumns", "stoppagecomment", "stoppagefigure", "stoppagelayout", "stoppagemakeup", "stoppar", "stopparagraph", "stopparagraphs", "stopparagraphscell", "stopparbuilder", "stoppart", "stoppath", "stopplacechemical", "stopplacefigure", "stopplacefloat", "stopplaceformula", "stopplacegraphic", "stopplaceintermezzo", "stopplacelegend", "stopplacepairedbox", "stopplacetable", "stoppositioning", "stoppositionoverlay", "stoppositive", "stoppostponing", "stoppostponingnotes", "stopprefixtext", "stopprocessassignmentcommand", "stopprocessassignmentlist", "stopprocesscommacommand", "stopprocesscommalist", "stopproduct", "stopproject", "stopprotect", "stopprotectedcolors", "stoppublication", "stoppunctuation", "stopquotation", "stopquote", "stoprandomized", "stoprandomseed", "stoprawsetups", "stopreadingfile", "stopreferenceprefix", "stopregime", "stopreusableMPgraphic", "stoprightaligned", "stopruby", "stopscript", "stopsdformula", "stopsection", "stopsectionblock", "stopsectionblockenvironment", "stopsectionlevel", "stopsetups", "stopshapebox", "stopshift", "stopsidebar", "stopsimplecolumns", "stopspecialitem", "stopspeech", "stopspformula", "stopsplitformula", "stopsplittext", "stopspread", "stopstandardmakeup", "stopstaticMPfigure", "stopstaticMPgraphic", "stopstrictinspectnextcharacter", "stopstrut", "stopstyle", "stopsubformulas", "stopsubject", "stopsubjectlevel", "stopsubsection", "stopsubsentence", "stopsubstack", "stopsubsubject", "stopsubsubsection", "stopsubsubsubject", "stopsubsubsubsection", "stopsubsubsubsubject", "stopsubsubsubsubsection", "stopsubsubsubsubsubject", "stopsuffixtext", "stopsymbolset", "stoptable", "stoptablehead", "stoptables", "stoptabletail", "stoptabletext", "stoptabulate", "stoptabulatehead", "stoptabulatetail", "stoptagged", "stoptaglabeltext", "stoptexcode", "stoptexdefinition", "stoptext", "stoptextbackground", "stoptextbackgroundmanual", "stoptextcolor", "stoptextcolorintent", "stoptextflow", "stoptextmakeup", "stoptextrule", "stoptitle", "stoptokenlist", "stoptokens", "stoptransparent", "stoptypescript", "stoptypescriptcollection", "stoptyping", "stopuniqueMPgraphic", "stopuniqueMPpagegraphic", "stopunittext", "stopunpacked", "stopusableMPgraphic", "stopuseMPgraphic", "stopusemathstyleparameter", "stopuserdata", "stopusingbtxspecification", "stopvbox", "stopvboxregister", "stopvboxtohbox", "stopvboxtohboxseparator", "stopviewerlayer", "stopvtop", "stopvtopregister", "stopxcell", "stopxcellgroup", "stopxcolumn", "stopxgroup", "stopxmldisplayverbatim", "stopxmlinlineverbatim", "stopxmlraw", "stopxmlsetups", "stopxrow", "stopxrowgroup", "stopxtable", "stopxtablebody", "stopxtablefoot", "stopxtablehead", "stopxtablenext", "stretched", "strictdoifelsenextoptional", "strictdoifnextoptionalelse", "stripcharacter", "strippedcsname", "stripspaces", "structurelistuservariable", "structurenumber", "structuretitle", "structureuservariable", "structurevariable", "strut", "strutdp", "strutgap", "strutht", "struthtdp", "struttedbox", "strutwd", "style", "styleinstance", "subject", "subpagenumber", "subsection", "subsentence", "subset", "subseteq", "subseteqq", "subsetneq", "subsetneqq", "substituteincommalist", "subsubject", "subsubsection", "subsubsubject", "subsubsubsection", "subsubsubsubject", "subsubsubsubsection", "subsubsubsubsubject", "subtractfeature", "succ", "succapprox", "succcurlyeq", "succeq", "succeqq", "succnapprox", "succneq", "succneqq", "succnsim", "succsim", "suffixlanguage", "suffixtext", "sum", "supset", "supseteq", "supseteqq", "supsetneq", "supsetneqq", "surd", "surdradical", "swapcounts", "swapdimens", "swapface", "swapmacros", "swaptypeface", "swarrow", "switchstyleonly", "switchtobodyfont", "switchtocolor", "switchtointerlinespace", "symbol", "symbolreference", "synchronizeblank", "synchronizeindenting", "synchronizemarking", "synchronizeoutputstreams", "synchronizestrut", "synchronizewhitespace", "synctexblockfilename", "synctexresetfilename", "synctexsetfilename", "systemlog", "systemlogfirst", "systemloglast", "systemsetups", "tLeftarrow", "tLeftrightarrow", "tRightarrow", "tabulateautoline", "tabulateautorule", "tabulateline", "tabulaterule", "taggedctxcommand", "taggedlabeltexts", "taglabellanguage", "taglabeltext", "tau", "tbinom", "tbox", "tcaron", "tcedilla", "tcommaaccent", "tcurl", "tequal", "test", "testandsplitstring", "testcolumn", "testfeature", "testfeatureonce", "testpage", "testpageonly", "testpagesync", "testtokens", "tex", "texdefinition", "texsetup", "textAngstrom", "textacute", "textampersand", "textasciicircum", "textasciitilde", "textat", "textbackslash", "textbar", "textbottomcomma", "textbottomdot", "textbraceleft", "textbraceright", "textbreve", "textbrokenbar", "textbullet", "textcaron", "textcedilla", "textcelsius", "textcent", "textcircledP", "textcircumflex", "textcitation", "textcite", "textcomma", "textcontrolspace", "textcurrency", "textdag", "textddag", "textdegree", "textdiaeresis", "textdiv", "textdollar", "textdong", "textdotaccent", "textellipsis", "texteuro", "textflowcollector", "textfraction", "textgrave", "texthash", "texthorizontalbar", "texthungarumlaut", "texthyphen", "textkelvin", "textlognot", "textmacron", "textmath", "textmho", "textminus", "textmu", "textmultiply", "textnumero", "textogonek", "textohm", "textormathchar", "textormathchars", "textounce", "textpercent", "textperiod", "textplus", "textpm", "textreference", "textring", "textrule", "textslash", "textsterling", "texttilde", "textunderscore", "textvisiblespace", "textyen", "thai", "thainumerals", "thefirstcharacter", "thenormalizedbodyfontsize", "theorientation", "therefore", "theremainingcharacters", "theta", "thickspace", "thinrule", "thinrules", "thinspace", "thirdoffivearguments", "thirdoffourarguments", "thirdofsixarguments", "thirdofthreearguments", "thirdofthreeunexpanded", "thook", "thookleftarrow", "thookrightarrow", "thorn", "threedigitrounding", "threeeighths", "threefifths", "threeperemspace", "threequarter", "threesuperior", "tibetannumerals", "tightlayer", "tilde", "times", "tinyfont", "title", "tlap", "tleftarrow", "tleftharpoondown", "tleftharpoonup", "tleftrightarrow", "tleftrightharpoons", "tmapsto", "to", "tochar", "tolinenote", "tooltip", "top", "topbox", "topleftbox", "toplinebox", "toprightbox", "topskippedbox", "tracecatcodetables", "tracedfontname", "tracedpagestate", "traceoutputroutines", "tracepositions", "trademark", "translate", "transparencycomponents", "transparent", "trel", "triangle", "triangledown", "triangleleft", "triangleq", "triangleright", "trightarrow", "trightharpoondown", "trightharpoonup", "trightleftharpoons", "trightoverleftarrow", "triplebond", "tripleprime", "tripleverticalbar", "truefilename", "truefontname", "tstroke", "ttraggedright", "ttriplerel", "ttwoheadleftarrow", "ttwoheadrightarrow", "turnediota", "twodigitrounding", "twofifths", "twoheaddownarrow", "twoheadleftarrow", "twoheadrightarrow", "twoheadrightarrowtail", "twoheaduparrow", "twosuperior", "twothirds", "tx", "txx", "typ", "type", "typebuffer", "typedefinedbuffer", "typeface", "typefile", "typeinlinebuffer", "typescriptone", "typescriptprefix", "typescriptthree", "typescripttwo", "typesetbuffer", "typesetbufferonly", "typesetfile", "uacute", "ubreve", "ucaron", "ucircumflex", "uconvertnumber", "udiaeresis", "udiaeresisacute", "udiaeresiscaron", "udiaeresisgrave", "udiaeresismacron", "udotbelow", "udots", "udoublegrave", "uedcatcodecommand", "ugrave", "uhook", "uhorn", "uhornacute", "uhorndotbelow", "uhorngrave", "uhornhook", "uhorntilde", "uhungarumlaut", "uinvertedbreve", "ulcorner", "umacron", "undefinevalue", "undepthed", "underbar", "underbars", "underbrace", "underbracket", "underdash", "underdashes", "underdot", "underdots", "underleftarrow", "underparent", "underrandom", "underrandoms", "underrightarrow", "underset", "understrike", "understrikes", "undoassign", "unexpandeddocumentvariable", "unframed", "unhhbox", "unihex", "uniqueMPgraphic", "uniqueMPpagegraphic", "unit", "unitlanguage", "unitshigh", "unitslow", "unittext", "unknown", "unprotected", "unregisterhyphenationpattern", "unspaceafter", "unspaceargument", "unspaced", "unspacestring", "unstackscripts", "untexargument", "untexcommand", "uogonek", "upand", "uparrow", "updasharrow", "updownarrow", "updownarrowbar", "updownarrows", "upharpoonleft", "upharpoonright", "uplus", "uppercased", "uppercasestring", "upperleftdoubleninequote", "upperleftdoublesixquote", "upperleftsingleninequote", "upperleftsinglesixquote", "upperrightdoubleninequote", "upperrightdoublesixquote", "upperrightsingleninequote", "upperrightsinglesixquote", "upsilon", "upuparrows", "upwhitearrow", "urcorner", "uring", "url", "useJSscripts", "useMPenvironmentbuffer", "useMPgraphic", "useMPlibrary", "useMPrun", "useMPvariables", "useURL", "usealignparameter", "useblankparameter", "useblocks", "usebodyfont", "usebodyfontparameter", "usebtxdataset", "usebtxdefinitions", "usecitation", "usecolors", "usecomponent", "usedirectory", "usedummycolorparameter", "usedummystyleandcolor", "usedummystyleparameter", "useenvironment", "useexternaldocument", "useexternalfigure", "useexternalrendering", "useexternalsoundtrack", "usefigurebase", "usefile", "usegridparameter", "useindentingparameter", "useindentnextparameter", "useinterlinespaceparameter", "uselanguageparameter", "useluamodule", "usemathstyleparameter", "usemodule", "useproduct", "useprofileparameter", "useproject", "usereferenceparameter", "userpagenumber", "usesetupsparameter", "usestaticMPfigure", "usesubpath", "usesymbols", "usetexmodule", "usetypescript", "usetypescriptfile", "useurl", "usezipfile", "utfchar", "utflower", "utfupper", "utilde", "utilityregisterlength", "vDash", "varTheta", "varepsilon", "varkappa", "varnothing", "varphi", "varpi", "varrho", "varsigma", "vartheta", "vboxreference", "vdash", "vdots", "vec", "vee", "veebar", "veeeq", "verbatim", "verbatimstring", "verbosenumber", "version", "vert", "verticalgrowingbar", "verticalpositionbar", "veryraggedcenter", "veryraggedleft", "veryraggedright", "vglue", "viewerlayer", "vl", "vpackbox", "vpackedbox", "vphantom", "vpos", "vsmash", "vsmashbox", "vsmashed", "vspace", "vspacing", "wcircumflex", "wdofstring", "wedge", "wedgeeq", "weekday", "whitearrowupfrombar", "widehat", "widetilde", "widthofstring", "widthspanningtext", "withoutpt", "word", "wordright", "words", "wordtonumber", "wp", "wr", "writebetweenlist", "writedatatolist", "writestatus", "writetolist", "xLeftarrow", "xLeftrightarrow", "xRightarrow", "xdefconvertedargument", "xequal", "xfrac", "xhookleftarrow", "xhookrightarrow", "xi", "xleftarrow", "xleftharpoondown", "xleftharpoonup", "xleftrightarrow", "xleftrightharpoons", "xmapsto", "xmladdindex", "xmlafterdocumentsetup", "xmlaftersetup", "xmlall", "xmlappenddocumentsetup", "xmlappendsetup", "xmlapplyselectors", "xmlatt", "xmlattdef", "xmlattribute", "xmlattributedef", "xmlbadinclusions", "xmlbeforedocumentsetup", "xmlbeforesetup", "xmlchainatt", "xmlchainattdef", "xmlchecknamespace", "xmlcommand", "xmlconcat", "xmlconcatrange", "xmlcontext", "xmlcount", "xmldefaulttotext", "xmldirectives", "xmldirectivesafter", "xmldirectivesbefore", "xmldisplayverbatim", "xmldoif", "xmldoifatt", "xmldoifelse", "xmldoifelseatt", "xmldoifelseempty", "xmldoifelseselfempty", "xmldoifelsetext", "xmldoifelsevalue", "xmldoifnot", "xmldoifnotatt", "xmldoifnotselfempty", "xmldoifnottext", "xmldoifselfempty", "xmldoiftext", "xmlelement", "xmlfilter", "xmlfirst", "xmlflush", "xmlflushcontext", "xmlflushdocumentsetups", "xmlflushlinewise", "xmlflushpure", "xmlflushspacewise", "xmlflushtext", "xmlinclude", "xmlinclusion", "xmlinclusions", "xmlinfo", "xmlinjector", "xmlinlineprettyprint", "xmlinlineprettyprinttext", "xmlinlineverbatim", "xmlinstalldirective", "xmllast", "xmllastatt", "xmllastmatch", "xmllastpar", "xmlloadbuffer", "xmlloaddata", "xmlloaddirectives", "xmlloadfile", "xmlloadonly", "xmlmain", "xmlmapvalue", "xmlname", "xmlnamespace", "xmlnonspace", "xmlpar", "xmlparam", "xmlpath", "xmlpos", "xmlposition", "xmlprependdocumentsetup", "xmlprependsetup", "xmlprettyprint", "xmlprettyprinttext", "xmlprocessbuffer", "xmlprocessdata", "xmlprocessfile", "xmlpure", "xmlraw", "xmlrefatt", "xmlregistereddocumentsetups", "xmlregisteredsetups", "xmlregisterns", "xmlremapname", "xmlremapnamespace", "xmlremovedocumentsetup", "xmlremovesetup", "xmlresetdocumentsetups", "xmlresetinjectors", "xmlresetsetups", "xmlsave", "xmlsetatt", "xmlsetattribute", "xmlsetentity", "xmlsetfunction", "xmlsetinjectors", "xmlsetpar", "xmlsetparam", "xmlsetsetup", "xmlsetup", "xmlshow", "xmlsnippet", "xmlstrip", "xmlstripnolines", "xmlstripped", "xmlstrippednolines", "xmltag", "xmltexentity", "xmltext", "xmltobuffer", "xmltobufferverbose", "xmltofile", "xmlvalue", "xmlverbatim", "xrel", "xrightarrow", "xrightharpoondown", "xrightharpoonup", "xrightleftharpoons", "xrightoverleftarrow", "xsplitstring", "xtriplerel", "xtwoheadleftarrow", "xtwoheadrightarrow", "xxfrac", "xypos", "yacute", "ycircumflex", "ydiaeresis", "ydotbelow", "yen", "ygrave", "yhook", "ymacron", "ytilde", "zacute", "zcaron", "zdotaccent", "zeronumberconversion", "zerowidthnobreakspace", "zerowidthspace", "zeta", "zhook", "zstroke", "zwj", "zwnj" }, + ["cs"]={ "Cisla", "Kap", "MESIC", "Rimskecislice", "SLOVA", "SLOVO", "Slova", "Slovo", "VSEDNIDEN", "Znak", "Znaky", "aktualnicislonadpisu", "aktualnidatum", "barevnalista", "barva", "cernalinka", "cernelinky", "cisla", "cislonadpisu", "cislorovnice", "cislostrany", "datum", "definuj", "definujakcent", "definujbarvu", "definujblok", "definujbloksekce", "definujbuffer", "definujfont", "definujformatodkazu", "definujhbox", "definujinterakcnimenu", "definujkombinovanyseznam", "definujkonverzi", "definujnadpis", "definujobrazeksymbol", "definujodkaz", "definujodstavce", "definujopis", "definujoramovani", "definujoramovanytext", "definujpaletu", "definujplvouciobjekt", "definujpodpole", "definujpole", "definujpopis", "definujpopisek", "definujprekryv", "definujprikaz", "definujprofil", "definujprogram", "definujprostredizakladnihofontu", "definujrejstrik", "definujsablonutabulky", "definujsekci", "definujseznam", "definujskupinubarev", "definujstartstop", "definujstyl", "definujstylfontu", "definujsymbol", "definujsynonumumfontu", "definujsynonyma", "definujtabelaci", "definujtext", "definujtrideni", "definujupravu", "definujvelikostpapiru", "definujvycet", "definujzakladnifont", "definujzasobnikpoli", "definujznaceni", "definujznak", "delkaseznamu", "externiobraz", "hlavnijazyk", "hodnotabarvy", "instalacejazyka", "interakcnilista", "interakcnitlacitka", "interaktivnimenu", "jazyk", "jdidolu", "jdina", "jdinabox", "jdinastranu", "klonujpole", "komponenta", "konvertujcislo", "kopirujpole", "korekcebilehomista", "matematika", "meritko", "mesic", "mezera", "mrizka", "nastavbarvu", "nastavbarvy", "nastavbilamista", "nastavblok", "nastavbloksekce", "nastavbuffer", "nastavcernelinky", "nastavcislonadpisu", "nastavcislostrany", "nastavcislovaniodstavcu", "nastavcislovaniradku", "nastavcislovanistran", "nastavcitaci", "nastavdeleniplvoucichobjektu", "nastavdelitko", "nastavdolnitexty", "nastavhorejsek", "nastavhornitexty", "nastavinterakci", "nastavinterakcnilistu", "nastavinterakcnimenu", "nastavinterakcniobrazovku", "nastavjazyk", "nastavkapitalky", "nastavkombinovanyseznam", "nastavkomentar", "nastavkomentarstrany", "nastavmarginalnilinky", "nastavmeziradkovoumezeru", "nastavnadpis", "nastavnadpisy", "nastavodkazovani", "nastavodsazovani", "nastavodstavce", "nastavopis", "nastavoramovanetexty", "nastavoramovani", "nastavorez", "nastavotoceni", "nastavpaletu", "nastavplvouciobjekt", "nastavplvouciobjekty", "nastavpodcislostrany", "nastavpole", "nastavpolozky", "nastavpopisek", "nastavpopisky", "nastavpopisy", "nastavpozadi", "nastavpoznamkypodcarou", "nastavprechodstrany", "nastavpreskok", "nastavprogramy", "nastavprostredizakladnihofontu", "nastavradkovani", "nastavradky", "nastavrejstrik", "nastavrovnice", "nastavsadusymbolu", "nastavseznam", "nastavsirkucary", "nastavsloupce", "nastavspodek", "nastavsynonyma", "nastavsystem", "nastavtabelaci", "nastavtabulky", "nastavtenkelinky", "nastavtext", "nastavtextovelinky", "nastavtexttexty", "nastavtextyupati", "nastavtextyzahlavi", "nastavtoleranci", "nastavtrideni", "nastavtype", "nastavumisteniprotejsku", "nastavumistovani", "nastavupati", "nastavupravu", "nastavurl", "nastavusporadani", "nastavvelikostpapiru", "nastavvsechnapole", "nastavvycty", "nastavvyplnovelinky", "nastavvyplnoveradky", "nastavvzhled", "nastavzahlavi", "nastavzakladnifont", "nastavzarovnani", "nastavznaceni", "nastavzuzeni", "nastrane", "nejakyradek", "nekde", "neznamo", "nivy", "nizky", "nokap", "obrazovka", "odkaz", "odkaznastranu", "odkaznatext", "odkazujici", "opis", "opissoubor", "oramovani", "oref", "orez", "otocit", "oznaceni", "pis", "plnezneni", "pole", "polozka", "polozky", "porovnejpaletu", "porovnejskupinubarev", "pozadi", "pozice", "poznamka", "pref", "prelozit", "prepninazakladnifont", "preskoc", "prizpusobivepole", "prizpusobvzhled", "produkt", "projekt", "prostredi", "resetznaceni", "rimskecislice", "rozdelplvouciobjekt", "roztazene", "schovejbloky", "sedabarva", "sloupec", "slovovpravo", "stanovcharakteristickuseznamu", "stanovcislonadpisu", "startbarva", "startinteraktivnimenu", "startjazyk", "startjdina", "startkomponenta", "startmarginalnilinka", "startnadpis", "startoramovani", "startpolozka", "startpozadi", "startprodukt", "startprojekt", "startprostredi", "startpublikace", "startradek", "starttextovalinka", "startumistirovnici", "startzarovnanonastred", "startzarovnanovlevo", "startzarovnanovpravo", "startzhustene", "stopbarva", "stopinteraktivnimenu", "stopjazyk", "stopjdina", "stopkomponenta", "stopmarginalnilinka", "stopnadpis", "stoporamovani", "stoppolozka", "stoppozadi", "stopprodukt", "stopprojekt", "stopprostredi", "stoppublikace", "stopradek", "stoptextovalinka", "stopumistirovnici", "stopzarovnanonastred", "stopzarovnanovlevo", "stopzarovnanovpravo", "stopzhustene", "strana", "tecky", "tenkalinka", "tenkelinky", "textovalinka", "tlacitko", "tlacitkomenu", "tloustkacary", "tref", "tvrdamezera", "tvrdemezery", "ukazbarvu", "ukazmrizku", "ukaznastaveni", "ukazpaletu", "ukazpodpery", "ukazpostredizakladnihofontu", "ukazramecek", "ukazsadusymbolu", "ukazskupinubarev", "ukazupravu", "ukazvytisk", "ukazvzhled", "ukazzakladnifont", "umistikombinovanyseznam", "umistilokalnipoznamkypodcarou", "umistinadsebe", "umistinamrizku", "umistipodrovnici", "umistipoznamkypodcarou", "umistirejstrik", "umistirovnici", "umistiseznam", "umistivedlesebe", "umistizalozky", "urcicharakteristikurejstriku", "uzijJSscripts", "uzijURL", "uzijadresar", "uzijbloky", "uzijexternidokument", "uzijexterniobraz", "uzijexternizvuk", "uzijmodul", "uzijsymbol", "uzijurl", "verze", "vlasovalinka", "vradku", "vsedniden", "vyberbloky", "vyplnenytext", "vyplnovelinky", "vyplnovyradek", "vysoky", "zachovejbloky", "zadnamezera", "zadnehorniadolniradky", "zadnezahlaviaupati", "zalozka", "zapisdoseznamu", "zapismeziseznam", "zaramovani", "zarovnanonastred", "zarovnanovlevo", "zarovnanovpravo", "zasobnikpoli", "ziskejbuffer", "ziskejznaceni", "znaceni", "znak", "znaky", "zpracujbloky", "zrcadlit", "zref" }, + ["de"]={ "Buchstabe", "Buchstaben", "Kap", "MONAT", "Roemischezahlen", "WOCHENTAG", "WOERTER", "WORT", "Woerter", "Wort", "Ziffern", "amgitterausrichten", "aufseite", "ausfuelltext", "ausschnitt", "bearbeitebloecke", "behaltebloecke", "bei", "bemerkung", "benutzeverzeichnis", "beschriftung", "bestimmekopfnummer", "bestimmelistencharakeristika", "bestimmeregistercharakteristika", "bildschirm", "blanko", "buchstabe", "buchstaben", "datum", "defineschriftsynonym", "definiereabbsymbol", "definiereabsaetze", "definiereabschnitt", "definiereabschnittsblock", "definiereakzent", "definierebefehl", "definierebeschreibung", "definierebeschreibungen", "definierebeschriftung", "definiereblock", "definierefarbe", "definierefarbengruppe", "definierefeld", "definierefeldstapel", "definierefliesstext", "definierefliesstextumgebung", "definieregleitobjekt", "definierehbox", "definiereinteraktionsmenue", "definierekonversion", "definierelabel", "definiereliste", "definieren", "definierenummerierung", "definiereoverlay", "definierepalette", "definierepapierformat", "definiereprofil", "definiereprogramme", "definierepuffer", "definierereferenz", "definierereferenzformat", "definiereregister", "definiereschrift", "definiereschriftstil", "definieresortieren", "definierestartstop", "definierestil", "definieresubfeld", "definieresymbol", "definieresynonyme", "definieretabellenvorlage", "definieretabulator", "definieretext", "definieretippen", "definiereueberschrift", "definiereumbruch", "definiereumrahmt", "definiereumrahmtertext", "definierezeichen", "definierezusammengestellteliste", "drehen", "duennelinie", "duennerumriss", "einezeile", "externeabbildung", "farbbalken", "farbe", "farbewert", "feld", "feldstapel", "festesspatium", "format", "formelnummer", "gefuelltesrechteck", "gefuelltezeile", "gestreckt", "gitter", "graufarbe", "haarlinie", "hauptsprache", "heutigesdatum", "heutigeskopfnummer", "hintergrund", "hoch", "holebeschriftung", "holepuffer", "imumriss", "installieresprache", "interaktionsbalken", "interaktionsknopfe", "interaktionsmenue", "inzeile", "irgendwo", "keinekopfundfusszeilen", "keinspatium", "keinzeilenobenundunten", "klonierefeld", "knopf", "komponente", "konvertierezahl", "kopfnummer", "kopierefeld", "korrigierezwischenraum", "liniendicke", "linksbuendig", "listenlaenge", "mathematik", "menueknopf", "monat", "nachunten", "nokap", "notiz", "passelayoutan", "passendfeld", "platzierebookmarks", "platziereformel", "platzierefussnoten", "platziereliste", "platzierelokalefussnoten", "platzierenebeneinander", "platziereregister", "platziereuntereinander", "platziereunterformel", "platzierezusammengestellteliste", "pos", "posten", "produkt", "programm", "projekt", "punkt", "rechteck", "rechtecke", "rechtsbuendig", "referenz", "referieren", "roemischezahlen", "ruecksetztenbeschriftung", "schreibezurliste", "schreibezwischenliste", "seite", "seitenreferenz", "seitenummer", "settext", "spalte", "spatium", "spiegeln", "sprache", "startfarbe", "starthintergrund", "startinteraktionsmenue", "startkleinerdurchschuss", "startkomponente", "startkopf", "startlinksbuendig", "startmarginallinie", "startplatziereformel", "startpos", "startprodukt", "startprojekt", "startpublikation", "startrechtsbuendig", "startsprache", "starttextlinie", "startumgebung", "startumrahmt", "startzeile", "startzentriert", "startzu", "stelleabsaetzeein", "stelleabsatznummerierungein", "stelleabschnittsblockein", "stelleanordnenein", "stelleaufzaehlungenein", "stelleausrichtungein", "stelleausschnittein", "stellebeschreibungein", "stellebeschriftungein", "stellebilderunterschriftein", "stellebildunterschriftein", "stellebindestrichein", "stelleblankoein", "stelleblockein", "stelledrehenein", "stelleduennerumrissein", "stelleeinziehenein", "stelleengerein", "stellefarbeein", "stellefarbenein", "stellefeldein", "stellefelderin", "stellefliesstextein", "stellefliesstextumgebungein", "stelleformelnein", "stellefussnotenein", "stellefusszeileein", "stellefusszeilentextein", "stellegefuelltesrechteckein", "stellegefuelltezeileein", "stellegegenueberplatzierenein", "stellegleitobjekteein", "stellegleitobjektein", "stellehintergruendeein", "stellehintergrundein", "stelleinteraktionein", "stelleinteraktionsbalkenein", "stelleinteraktionsbildschirmein", "stelleinteraktionsmenueein", "stellekommentarein", "stellekopfzahlein", "stellekopfzeileein", "stellekopfzeilentextein", "stellelayoutein", "stellelinienbreiteein", "stellelisteein", "stellemarginallinieein", "stellenobenein", "stellepaletteein", "stellepapierformatein", "stelleplatziegeteiltegleitobjekt", "stellepositionierenein", "stellepostenein", "stelleprogrammein", "stellepufferein", "stellerechteckein", "stellereferenzierenein", "stelleregisterein", "stelleseitenkommentarein", "stelleseitennummerein", "stelleseitennummeriernungein", "stelleseitenuebergangein", "stellesortierenein", "stellespaltenein", "stellespatiumein", "stellespracheein", "stellesymbolsetein", "stellesynonymein", "stellesystemein", "stelletabellenein", "stelletabulatorein", "stelletextein", "stelletextobenein", "stelletexttexteein", "stelletextumrissein", "stelletextuntenein", "stelletipein", "stelletippenein", "stelletoleranzein", "stelleueberschriftein", "stelleueberschriftenein", "stelleumbruchein", "stelleumrahmtein", "stelleumrahmtetexteein", "stelleuntenein", "stelleunterseitennummerein", "stelleurlein", "stelleversalienein", "stellezeilenabstandein", "stellezeilenein", "stellezeilennumerierungein", "stellezitierenein", "stellezusammengestelltelisteein", "stellezwischenraumein", "stopfarbe", "stophintergrund", "stopinteraktionsmenue", "stopkleinerdurchschuss", "stopkomponente", "stopkopf", "stoplinksbuendig", "stopmarginallinie", "stopplatziereformel", "stoppos", "stopprodukt", "stopprojekt", "stoppublikation", "stoprechtsbuendig", "stopsprache", "stoptextlinie", "stopumgebung", "stopumrahmt", "stopzeile", "stopzentriert", "stopzu", "teilegleitobjekt", "textlinie", "textreferenz", "tief", "tiho", "tip", "tippedatei", "tippen", "tippepuffer", "ueber", "uebersetzten", "umgebung", "umrahmt", "unbekant", "verbergebloecke", "vergleichefarbengruppe", "vergleichepalette", "verwendeJSscript", "verwendeURL", "verwendebloecke", "verwendeexteresdokument", "verwendeexterneabbildung", "verwendeexternestonstueck", "verwendemodul", "verwendesymbole", "verwendeurl", "volleswort", "von", "waehlebloeckeaus", "wechselezumfliesstext", "wochentag", "wortrechts", "zeigedruck", "zeigeeinstellungen", "zeigefarbe", "zeigefarbengruppe", "zeigefliesstext", "zeigefliesstextumgebung", "zeigegitter", "zeigelayout", "zeigepalette", "zeigerahmen", "zeigestruts", "zeigeumbruch", "zentriert", "ziffern", "zu", "zurbox", "zurseite" }, ["en"]={}, - ["fr"]={ "Caractere", "Caracteres", "Chiffresromains", "JOURSEMAINE", "MOIS", "MOT", "MOTS", "Mot", "Mots", "Numeros", "a", "adaptedisposition", "ajustechamp", "alaligne", "alapage", "aligneadroite", "aligneagauche", "aligneaumilieu", "arriereplan", "baha", "barrecouleur", "barreinteraction", "bas", "bouton", "boutonmenu", "boutonsinteraction", "cacheblocs", "caractere", "caracteres", "champ", "changepolicecorps", "chiffresromains", "clonechamp", "colonne", "commentaire", "comparegroupecouleur", "comparepalette", "completenumeropage", "completeregistre", "composant", "concernant", "convertitnumero", "copitchamp", "corrigeespaceblanc", "couleur", "couleurgrise", "dactylographier", "dans", "datecourante", "de", "definicaractere", "definit", "definitaccent", "definitbloc", "definitblocsection", "definitbuffer", "definitcalque", "definitchamp", "definitcommande", "definitconversion", "definitcouleur", "definitdactylo", "definitdemarrestoppe", "definitdescription", "definitdisposition", "definitenumeration", "definitenvironnementpolicecorps", "definitetiquette", "definitflottant", "definitformatreference", "definitgroupecouleur", "definithbox", "definitjeucolonne", "definitliste", "definitlisteimbriquee", "definitmakeup", "definitmarquage", "definitmenuinteraction", "definitpalette", "definitparagraphes", "definitpilechamp", "definitpolice", "definitpolicecorps", "definitprofil", "definitprogramme", "definitreference", "definitregistre", "definitrevetement", "definitsautdecolonne", "definitsautdepage", "definitsection", "definitsouschamp", "definitstyle", "definitstylepolice", "definitsymbole", "definitsymbolefigure", "definitsynonymepolice", "definitsynonymes", "definittabulation", "definittaillepapier", "definittete", "definittexte", "definittrametableau", "definittri", "definittype", "definitvide", "demarreJScode", "demarreJSpreamble", "demarreLUA", "demarreMP", "demarreMPclip", "demarreMPcode", "demarreMPdefinitions", "demarreMPdrawing", "demarreMPenvironment", "demarreMPextensions", "demarreMPinclusions", "demarreMPinitializations", "demarreMPpage", "demarreMPpositiongraphic", "demarreMPpositionmethod", "demarreMPrun", "demarrePARSEDXML", "demarreTABLE", "demarreTABLEbody", "demarreTABLEfoot", "demarreTABLEhead", "demarreTABLEnext", "demarreTC", "demarreTD", "demarreTDs", "demarreTEX", "demarreTEXpage", "demarreTH", "demarreTN", "demarreTR", "demarreTRs", "demarreTX", "demarreTY", "demarreXML", "demarrealign", "demarrealigneadroite", "demarrealigneagauche", "demarrealigneaumilieu", "demarrealignment", "demarreallmodes", "demarreappendices", "demarrearrangedpages", "demarrearriereplan", "demarreaside", "demarreattachment", "demarrebackmatter", "demarrebar", "demarrebbordermatrix", "demarrebitmapimage", "demarreblockquote", "demarrebodymatter", "demarrebordermatrix", "demarreboxedcolumns", "demarrebtxlabeltext", "demarrebtxrenderingdefinitions", "demarrebuffer", "demarrecases", "demarrecatcodetable", "demarrecenteraligned", "demarrechapter", "demarrecharacteralign", "demarrecheckedfences", "demarrechemical", "demarrechemicaltext", "demarreciter", "demarrecollect", "demarrecollecting", "demarrecolorintent", "demarrecoloronly", "demarrecolorset", "demarrecolumns", "demarrecolumnset", "demarrecolumnsetspan", "demarrecombination", "demarrecomment", "demarrecomposant", "demarrecontextcode", "demarrecontextdefinitioncode", "demarrecouleur", "demarrectxfunction", "demarrectxfunctiondefinition", "demarrecurrentcolor", "demarrecurrentlistentrywrapper", "demarredelimited", "demarredelimitedtext", "demarredisplaymath", "demarredmath", "demarredocument", "demarreeffect", "demarreelement", "demarreembeddedxtable", "demarreendnote", "demarreendofline", "demarreenvironement", "demarreexceptions", "demarreexpanded", "demarreexpandedcollect", "demarreextendedcatcodetable", "demarreexternalfigurecollection", "demarrefacingfloat", "demarrefact", "demarrefigure", "demarrefiguretext", "demarrefittingpage", "demarrefixed", "demarrefloatcombination", "demarrefont", "demarrefontclass", "demarrefontsolution", "demarrefootnote", "demarreformula", "demarreformulas", "demarreframed", "demarreframedcell", "demarreframedcontent", "demarreframedrow", "demarreframedtable", "demarreframedtext", "demarrefrontmatter", "demarregraphictext", "demarregridsnapping", "demarregroupe", "demarrehanging", "demarrehbox", "demarrehboxestohbox", "demarrehboxregister", "demarreheadtext", "demarrehelptext", "demarrehiding", "demarrehighlight", "demarrehyphenation", "demarreimath", "demarreindentation", "demarreindentedtext", "demarreinteraction", "demarreinterface", "demarreintermezzotext", "demarreintertext", "demarreitemgroup", "demarreitemgroupcolumns", "demarreitemize", "demarreknockout", "demarrelabeltext", "demarrelangue", "demarrelayout", "demarrelegend", "demarreligne", "demarreligneregleetexte", "demarrelinealignment", "demarrelinecorrection", "demarrelinefiller", "demarrelinenumbering", "demarrelines", "demarrelinetable", "demarrelinetablebody", "demarrelinetablecell", "demarrelinetablehead", "demarrelocalfootnotes", "demarrelocalheadsetup", "demarrelocallinecorrection", "demarrelocalnotes", "demarrelocalsetups", "demarrelua", "demarreluacode", "demarreluaparameterset", "demarreluasetups", "demarremakeup", "demarremargereglee", "demarremarginblock", "demarremarkedcontent", "demarremarkpages", "demarremathalignment", "demarremathcases", "demarremathlabeltext", "demarremathmatrix", "demarremathmode", "demarremathstyle", "demarrematrices", "demarrematrix", "demarremaxaligned", "demarremdformula", "demarremenuinteraction", "demarremiddlealigned", "demarremiddlemakeup", "demarremixedcolumns", "demarremode", "demarremodeset", "demarremodule", "demarremoduletestsection", "demarrempformula", "demarrenamedsection", "demarrenamedsubformulas", "demarrenarrow", "demarrenarrower", "demarrenegative", "demarrenicelyfilledbox", "demarrenointerference", "demarrenotallmodes", "demarrenotext", "demarrenotmode", "demarreoperatortext", "demarreopposite", "demarreoutputstream", "demarreoverlay", "demarreoverprint", "demarrepagecolumns", "demarrepagecomment", "demarrepagefigure", "demarrepagelayout", "demarrepagemakeup", "demarrepar", "demarreparagraph", "demarreparagraphs", "demarreparagraphscell", "demarreparbuilder", "demarrepart", "demarrepath", "demarreplacechemical", "demarreplacefigure", "demarreplaceflottant", "demarreplaceformule", "demarreplacegraphic", "demarreplaceintermezzo", "demarreplacelegend", "demarreplacepairedbox", "demarreplacetable", "demarrepositioning", "demarrepositionoverlay", "demarrepositive", "demarrepostponing", "demarrepostponingnotes", "demarreprefixtext", "demarreprocessassignmentcommand", "demarreprocessassignmentlist", "demarreprocesscommacommand", "demarreprocesscommalist", "demarreproduit", "demarreprojet", "demarreprotect", "demarreprotectedcolors", "demarrepublication", "demarrepunctuation", "demarrequotation", "demarrequote", "demarrerandomized", "demarrerandomseed", "demarrerawsetups", "demarrereadingfile", "demarrereferenceprefix", "demarreregime", "demarrereusableMPgraphic", "demarreruby", "demarrescript", "demarresdformula", "demarresection", "demarresectionblock", "demarresectionblockenvironment", "demarresectionlevel", "demarresetups", "demarreshapebox", "demarreshift", "demarresidebar", "demarresimplecolumns", "demarrespecialitem", "demarrespeech", "demarrespformula", "demarresplitformula", "demarresplittext", "demarrespread", "demarrestandardmakeup", "demarrestaticMPfigure", "demarrestaticMPgraphic", "demarrestrictinspectnextcharacter", "demarrestrut", "demarrestyle", "demarresubformulas", "demarresubject", "demarresubjectlevel", "demarresubsection", "demarresubsentence", "demarresubstack", "demarresubsubject", "demarresubsubsection", "demarresubsubsubject", "demarresubsubsubsection", "demarresubsubsubsubject", "demarresubsubsubsubsection", "demarresubsubsubsubsubject", "demarresuffixtext", "demarresymbolset", "demarretable", "demarretablehead", "demarretables", "demarretabletail", "demarretabletext", "demarretabulate", "demarretabulatehead", "demarretabulatetail", "demarretagged", "demarretaglabeltext", "demarretete", "demarretexcode", "demarretexdefinition", "demarretext", "demarretextbackground", "demarretextbackgroundmanual", "demarretextcolor", "demarretextcolorintent", "demarretextflow", "demarretextmakeup", "demarretitle", "demarretokenlist", "demarretokens", "demarretransparent", "demarretypescript", "demarretypescriptcollection", "demarretyping", "demarreuniqueMPgraphic", "demarreuniqueMPpagegraphic", "demarreunittext", "demarreunpacked", "demarreusableMPgraphic", "demarreuseMPgraphic", "demarreusemathstyleparameter", "demarreuserdata", "demarreusingbtxspecification", "demarreva", "demarrevbox", "demarrevboxregister", "demarrevboxtohbox", "demarrevboxtohboxseparator", "demarreviewerlayer", "demarrevtop", "demarrevtopregister", "demarrexcell", "demarrexcellgroup", "demarrexcolumn", "demarrexgroup", "demarrexmldisplayverbatim", "demarrexmlinlineverbatim", "demarrexmlraw", "demarrexmlsetups", "demarrexrow", "demarrexrowgroup", "demarrextable", "demarrextablebody", "demarrextablefoot", "demarrextablehead", "demarrextablenext", "determinecaracteristiqueliste", "determinecaracteristiquesregistre", "determinenumerotete", "echelle", "ecran", "ecritdansliste", "ecritentreliste", "element", "elements", "environement", "espace", "espacefixe", "espacesfixes", "etire", "faitreference", "fichierdactylo", "figureexterne", "gardeblocs", "grille", "haut", "inconnu", "installelangue", "joursemaine", "langue", "langueprincipale", "largeurligne", "ligneh", "lignenoire", "ligneregleetexte", "lignesnoires", "llongueurliste", "marquage", "marquepage", "mathematique", "menuinteraction", "mois", "montrecadre", "montrecouleur", "montredisposition", "montreedition", "montreenvironnementpolicecorps", "montregrille", "montregroupecouleur", "montrejeusymboles", "montremakeup", "montrepalette", "montrepolicecorps", "montrereglages", "montrestruts", "motdroit", "numeroformule", "numeropage", "numeros", "numerotete", "numerotetecourant", "obtientmarquage", "oriente", "periodes", "pilechamp", "placecoteacote", "placeflottant", "placeformule", "placelesunsaudessusdesautres", "placeliste", "placelisteinmbriquee", "placemarquespages", "placenotespdp", "placenotespdplocales", "placenumeropage", "placenumerotete", "placeregistre", "placesousformule", "placesurgrille", "placetextetete", "prendbuffer", "produit", "programme", "projet", "qqpart", "razmarquage", "referencepage", "referencetexte", "reflete", "reglealignement", "reglearrangement", "reglearriereplan", "reglearriereplans", "reglebarreinteraction", "reglebloc", "regleblocsection", "reglebuffer", "reglecapitales", "reglechamp", "reglechamps", "regleclipping", "reglecolonnes", "reglecommentaire", "reglecommentairepage", "reglecompoetroite", "reglecomposeenalinea", "reglecouleur", "reglecouleurs", "regledactylo", "regledemarrestoppe", "regledisposition", "regleecraninteraction", "regleelements", "regleencadre", "regleentete", "regleenumerations", "regleepaisseurligne", "regleespaceblanc", "regleespacement", "regleespacementinterligne", "regleflottant", "regleflottants", "regleformulaires", "regleformules", "reglegroupeselements", "regleinf", "regleinteraction", "regleintitule", "regleintitules", "reglejeucolonne", "reglejeusymboles", "reglelangue", "reglelignes", "reglelignesnoires", "reglelignesreglestexte", "regleliste", "reglelisteimbriquee", "reglemakeup", "reglemargereglee", "reglemarquage", "reglemarquagehyphenation", "reglemenuinteraction", "reglenotepdp", "reglenumeropage", "reglenumerotationligne", "reglenumerotationpage", "reglenumerotationparagraphe", "reglenumerotete", "regleoriente", "reglepalette", "reglepapier", "regleparagraphes", "reglepdp", "regleplacementopposition", "reglepolicecorps", "reglepositionnement", "regleprogrammes", "reglereferencage", "regleregistre", "regleremplitligne", "regleremplitlignesreglees", "regleseparationflottant", "reglesousnumeropage", "reglesup", "reglesynonymes", "regletableaux", "regletabulation", "regletaillepapier", "regletete", "regletetes", "regletexte", "regletextesentete", "regletextesinf", "regletextespdp", "regletextessup", "regletextestexte", "regletolerance", "regletraitsfins", "regletransitionspage", "regletri", "regletype", "regleurl", "remplitligne", "remplitlignesreglees", "remplittexte", "sansespace", "sanslignesenteteetpdp", "sanslignessupetinf", "selectionneblocs", "separeflottant", "settext", "sousnumeropage", "stoppeJScode", "stoppeJSpreamble", "stoppeLUA", "stoppeMP", "stoppeMPclip", "stoppeMPcode", "stoppeMPdefinitions", "stoppeMPdrawing", "stoppeMPenvironment", "stoppeMPextensions", "stoppeMPinclusions", "stoppeMPinitializations", "stoppeMPpage", "stoppeMPpositiongraphic", "stoppeMPpositionmethod", "stoppeMPrun", "stoppePARSEDXML", "stoppeTABLE", "stoppeTABLEbody", "stoppeTABLEfoot", "stoppeTABLEhead", "stoppeTABLEnext", "stoppeTC", "stoppeTD", "stoppeTDs", "stoppeTEX", "stoppeTEXpage", "stoppeTH", "stoppeTN", "stoppeTR", "stoppeTRs", "stoppeTX", "stoppeTY", "stoppeXML", "stoppealign", "stoppealigneadroite", "stoppealigneagauche", "stoppealigneaumilieu", "stoppealignment", "stoppeallmodes", "stoppeappendices", "stoppearrangedpages", "stoppearriereplan", "stoppeaside", "stoppeattachment", "stoppebackmatter", "stoppebar", "stoppebbordermatrix", "stoppebitmapimage", "stoppeblockquote", "stoppebodymatter", "stoppebordermatrix", "stoppeboxedcolumns", "stoppebtxlabeltext", "stoppebtxrenderingdefinitions", "stoppebuffer", "stoppecases", "stoppecatcodetable", "stoppecenteraligned", "stoppechapter", "stoppecharacteralign", "stoppecheckedfences", "stoppechemical", "stoppechemicaltext", "stoppecollect", "stoppecollecting", "stoppecolorintent", "stoppecoloronly", "stoppecolorset", "stoppecolumns", "stoppecolumnset", "stoppecolumnsetspan", "stoppecombination", "stoppecomment", "stoppecomposant", "stoppecontextcode", "stoppecontextdefinitioncode", "stoppecouleur", "stoppectxfunction", "stoppectxfunctiondefinition", "stoppecurrentcolor", "stoppecurrentlistentrywrapper", "stoppedelimited", "stoppedelimitedtext", "stoppedisplaymath", "stoppedmath", "stoppedocument", "stoppeeffect", "stoppeelement", "stoppeembeddedxtable", "stoppeendnote", "stoppeendofline", "stoppeenvironement", "stoppeexceptions", "stoppeexpanded", "stoppeexpandedcollect", "stoppeextendedcatcodetable", "stoppeexternalfigurecollection", "stoppefacingfloat", "stoppefact", "stoppefigure", "stoppefiguretext", "stoppefittingpage", "stoppefixed", "stoppefloatcombination", "stoppefont", "stoppefontclass", "stoppefontsolution", "stoppefootnote", "stoppeformula", "stoppeformulas", "stoppeframed", "stoppeframedcell", "stoppeframedcontent", "stoppeframedrow", "stoppeframedtable", "stoppeframedtext", "stoppefrontmatter", "stoppegraphictext", "stoppegridsnapping", "stoppegroupe", "stoppehanging", "stoppehbox", "stoppehboxestohbox", "stoppehboxregister", "stoppeheadtext", "stoppehelptext", "stoppehiding", "stoppehighlight", "stoppehyphenation", "stoppeimath", "stoppeindentation", "stoppeindentedtext", "stoppeinteraction", "stoppeinterface", "stoppeintermezzotext", "stoppeintertext", "stoppeitemgroup", "stoppeitemgroupcolumns", "stoppeitemize", "stoppeknockout", "stoppelabeltext", "stoppelangue", "stoppelayout", "stoppelegend", "stoppeligne", "stoppeligneregleetexte", "stoppelinealignment", "stoppelinecorrection", "stoppelinefiller", "stoppelinenumbering", "stoppelines", "stoppelinetable", "stoppelinetablebody", "stoppelinetablecell", "stoppelinetablehead", "stoppelocalfootnotes", "stoppelocalheadsetup", "stoppelocallinecorrection", "stoppelocalnotes", "stoppelocalsetups", "stoppelua", "stoppeluacode", "stoppeluaparameterset", "stoppeluasetups", "stoppemakeup", "stoppemargereglee", "stoppemarginblock", "stoppemarkedcontent", "stoppemarkpages", "stoppemathalignment", "stoppemathcases", "stoppemathlabeltext", "stoppemathmatrix", "stoppemathmode", "stoppemathstyle", "stoppematrices", "stoppematrix", "stoppemaxaligned", "stoppemdformula", "stoppemenuinteraction", "stoppemiddlealigned", "stoppemiddlemakeup", "stoppemixedcolumns", "stoppemode", "stoppemodeset", "stoppemodule", "stoppemoduletestsection", "stoppempformula", "stoppenamedsection", "stoppenamedsubformulas", "stoppenarrow", "stoppenarrower", "stoppenegative", "stoppenicelyfilledbox", "stoppenointerference", "stoppenotallmodes", "stoppenotext", "stoppenotmode", "stoppeoperatortext", "stoppeopposite", "stoppeoutputstream", "stoppeoverlay", "stoppeoverprint", "stoppepagecolumns", "stoppepagecomment", "stoppepagefigure", "stoppepagelayout", "stoppepagemakeup", "stoppepar", "stoppeparagraph", "stoppeparagraphs", "stoppeparagraphscell", "stoppeparbuilder", "stoppepart", "stoppepath", "stoppeplacechemical", "stoppeplacefigure", "stoppeplaceflottant", "stoppeplaceformule", "stoppeplacegraphic", "stoppeplaceintermezzo", "stoppeplacelegend", "stoppeplacepairedbox", "stoppeplacetable", "stoppepositioning", "stoppepositionoverlay", "stoppepositive", "stoppepostponing", "stoppepostponingnotes", "stoppeprefixtext", "stoppeprocessassignmentcommand", "stoppeprocessassignmentlist", "stoppeprocesscommacommand", "stoppeprocesscommalist", "stoppeproduit", "stoppeprojet", "stoppeprotect", "stoppeprotectedcolors", "stoppepublication", "stoppepunctuation", "stoppequotation", "stoppequote", "stopperandomized", "stopperandomseed", "stopperawsetups", "stoppereadingfile", "stoppereferenceprefix", "stopperegime", "stoppereusableMPgraphic", "stopperuby", "stoppescript", "stoppesdformula", "stoppesection", "stoppesectionblock", "stoppesectionblockenvironment", "stoppesectionlevel", "stoppesetups", "stoppeshapebox", "stoppeshift", "stoppesidebar", "stoppesimplecolumns", "stoppespecialitem", "stoppespeech", "stoppespformula", "stoppesplitformula", "stoppesplittext", "stoppespread", "stoppestandardmakeup", "stoppestaticMPfigure", "stoppestaticMPgraphic", "stoppestrictinspectnextcharacter", "stoppestrut", "stoppestyle", "stoppesubformulas", "stoppesubject", "stoppesubjectlevel", "stoppesubsection", "stoppesubsentence", "stoppesubstack", "stoppesubsubject", "stoppesubsubsection", "stoppesubsubsubject", "stoppesubsubsubsection", "stoppesubsubsubsubject", "stoppesubsubsubsubsection", "stoppesubsubsubsubsubject", "stoppesuffixtext", "stoppesymbolset", "stoppetable", "stoppetablehead", "stoppetables", "stoppetabletail", "stoppetabletext", "stoppetabulate", "stoppetabulatehead", "stoppetabulatetail", "stoppetagged", "stoppetaglabeltext", "stoppetete", "stoppetexcode", "stoppetexdefinition", "stoppetext", "stoppetextbackground", "stoppetextbackgroundmanual", "stoppetextcolor", "stoppetextcolorintent", "stoppetextflow", "stoppetextmakeup", "stoppetitle", "stoppetokenlist", "stoppetokens", "stoppetransparent", "stoppetypescript", "stoppetypescriptcollection", "stoppetyping", "stoppeuniqueMPgraphic", "stoppeuniqueMPpagegraphic", "stoppeunittext", "stoppeunpacked", "stoppeusableMPgraphic", "stoppeuseMPgraphic", "stoppeusemathstyleparameter", "stoppeuserdata", "stoppeusingbtxspecification", "stoppeva", "stoppevbox", "stoppevboxregister", "stoppevboxtohbox", "stoppevboxtohboxseparator", "stoppeviewerlayer", "stoppevtop", "stoppevtopregister", "stoppexcell", "stoppexcellgroup", "stoppexcolumn", "stoppexgroup", "stoppexmldisplayverbatim", "stoppexmlinlineverbatim", "stoppexmlraw", "stoppexmlsetups", "stoppexrow", "stoppexrowgroup", "stoppextable", "stoppextablebody", "stoppextablefoot", "stoppextablehead", "stoppextablenext", "symbole", "tapebuffer", "textenotepdp", "traduire", "traiteblocs", "traitfin", "traitsfins", "uneligne", "utiliseJSscripts", "utiliseURL", "utiliseblocs", "utilisechemin", "utilisedocumentexterne", "utilisefigureexterne", "utilisemodule", "utilisepsiteaudioexterne", "utilisesymboles", "utiliseurl", "va", "vaalaboite", "vaalapage", "vaenbas", "valeurcouleur", "vide" }, - ["it"]={ "GIORNOSETTIMANA", "Lettera", "Lettere", "MESE", "Numeri", "Numeriromani", "PAROLA", "PAROLE", "Parola", "Parole", "adattacampo", "adattalayout", "al", "allineacentro", "allineadestra", "allineasinistra", "ambiente", "ap", "apagina", "barracolori", "barrainterazione", "cambiaafontdeltesto", "campi", "capello", "chim", "circondato", "clonacampo", "colonna", "colore", "coloregrigio", "commento", "componenet", "confrontagruppocolori", "confrontatavolozza", "convertinumero", "copiacampo", "correggispaziobianco", "da", "daqualcheparte", "data", "datadioggi", "definisci", "definisciaccento", "definisciambientefontdeltesto", "definisciblocco", "definiscibloccosezione", "definiscibuffer", "definiscicampo", "definiscicapoversi", "definiscicarattere", "definiscicolore", "definiscicomando", "definisciconversione", "definiscidescrizione", "definiscidimensionicarta", "definiscielenco", "definiscielencocombinato", "definiscienumerazione", "definiscietichetta", "definiscifigurasimbolo", "definiscifont", "definiscifontdeltesto", "definisciformatoriferimento", "definiscigruppocolonne", "definiscigruppocolori", "definiscihbox", "definisciincorniciato", "definisciiniziatermina", "definiscilayout", "definiscimakeup", "definiscimarcatura", "definiscimenuinterazione", "definiscimodellotabella", "definiscioggettomobile", "definisciordinamento", "definisciprofilo", "definisciprogramma", "definisciregistro", "definisciriferimento", "definiscisezione", "definiscisimbolo", "definiscisinonimi", "definiscisinonimofont", "definiscisottocampo", "definiscisovrapposizione", "definiscistackcampi", "definiscistile", "definiscistilefont", "definiscitabulato", "definiscitavolozza", "definiscitesta", "definiscitesto", "definiscitestoincorniciato", "definiscitype", "definiscityping", "determinacaratteristicheregistro", "determinacarattersticheelenco", "determinanumerotesta", "elaborablocchi", "elementi", "elemento", "figuraesterna", "giornosettimana", "griglia", "ignoto", "impostaallineamento", "impostaampiezzariga", "impostabarrainterazione", "impostablocco", "impostabloccosezione", "impostabuffer", "impostacampi", "impostacampo", "impostacapoversi", "impostacaption", "impostacaptions", "impostacima", "impostaclippling", "impostacolonne", "impostacolore", "impostacolori", "impostacommento", "impostacommentopagina", "impostadimensionicarta", "impostaelementi", "impostaelencazioni", "impostaelenco", "impostaelencocombinato", "impostaenumerazioni", "impostafondo", "impostafontdeltesto", "impostaforms", "impostaformule", "impostagruppocolonne", "impostaincorniciato", "impostainiziatermina", "impostainstestazione", "impostainterazione", "impostainterlinea", "impostalayout", "impostalineemargine", "impostalineenere", "impostalineeriempimento", "impostalineesottili", "impostalineetesto", "impostalingua", "impostamaiuscole", "impostamakeup", "impostamarcatura", "impostamenuinterazione", "impostamenzione", "impostanotepdp", "impostanumerazionecapoversi", "impostanumerazionepagina", "impostanumerazionerighe", "impostanumeropagina", "impostanumerosottopagina", "impostanumerotesta", "impostaoggettimobili", "impostaoggettomobile", "impostaordinamento", "impostaparranging", "impostapdp", "impostapiustretto", "impostaposizionamento", "impostaposizionamentoopposti", "impostaprogrammi", "impostaregistro", "impostarientro", "impostariferimento", "impostarighe", "impostarigheriempimento", "impostarigovuoto", "impostarotazione", "impostaschermointerazione", "impostasegnosillabazione", "impostasetsimboli", "impostasfondi", "impostasfondo", "impostasinonimi", "impostaspaziatura", "impostaspaziobianco", "impostaspezzamentooggettomobile", "impostatabelle", "impostatabulato", "impostatavolozza", "impostatesta", "impostateste", "impostatesticima", "impostatestifondo", "impostatestiincorniciati", "impostatestiintestazioni", "impostatestipdp", "impostatesto", "impostatestotesti", "impostatolleranza", "impostatransizionepagina", "impostatype", "impostatyping", "impostaurl", "incorniciato", "iniziaJScode", "iniziaJSpreamble", "iniziaLUA", "iniziaMP", "iniziaMPclip", "iniziaMPcode", "iniziaMPdefinitions", "iniziaMPdrawing", "iniziaMPenvironment", "iniziaMPextensions", "iniziaMPinclusions", "iniziaMPinitializations", "iniziaMPpage", "iniziaMPpositiongraphic", "iniziaMPpositionmethod", "iniziaMPrun", "iniziaPARSEDXML", "iniziaTABLE", "iniziaTABLEbody", "iniziaTABLEfoot", "iniziaTABLEhead", "iniziaTABLEnext", "iniziaTC", "iniziaTD", "iniziaTDs", "iniziaTEX", "iniziaTEXpage", "iniziaTH", "iniziaTN", "iniziaTR", "iniziaTRs", "iniziaTX", "iniziaTY", "iniziaXML", "iniziaalign", "iniziaalignment", "iniziaallineacentro", "iniziaallineadestra", "iniziaallineasinistra", "iniziaallmodes", "iniziaambiente", "iniziaappendices", "iniziaarrangedpages", "iniziaaside", "iniziaattachment", "iniziabackmatter", "iniziabar", "iniziabbordermatrix", "iniziabitmapimage", "iniziablockquote", "iniziabodymatter", "iniziabordermatrix", "iniziaboxedcolumns", "iniziabtxlabeltext", "iniziabtxrenderingdefinitions", "iniziabuffer", "iniziacases", "iniziacatcodetable", "iniziacenteraligned", "iniziachapter", "iniziacharacteralign", "iniziacheckedfences", "iniziachemical", "iniziachemicaltext", "iniziacollect", "iniziacollecting", "iniziacolore", "iniziacolorintent", "iniziacoloronly", "iniziacolorset", "iniziacolumns", "iniziacolumnset", "iniziacolumnsetspan", "iniziacombination", "iniziacomment", "iniziacomponenet", "iniziacontextcode", "iniziacontextdefinitioncode", "iniziactxfunction", "iniziactxfunctiondefinition", "iniziacurrentcolor", "iniziacurrentlistentrywrapper", "iniziadelimited", "iniziadelimitedtext", "iniziadisplaymath", "iniziadmath", "iniziadocument", "iniziaeffect", "iniziaelement", "iniziaelemento", "iniziaembeddedxtable", "iniziaendnote", "iniziaendofline", "iniziaexceptions", "iniziaexpanded", "iniziaexpandedcollect", "iniziaextendedcatcodetable", "iniziaexternalfigurecollection", "iniziafacingfloat", "iniziafact", "iniziafigure", "iniziafiguretext", "iniziafittingpage", "iniziafixed", "iniziafloatcombination", "iniziafont", "iniziafontclass", "iniziafontsolution", "iniziafootnote", "iniziaformula", "iniziaformulas", "iniziaframedcell", "iniziaframedcontent", "iniziaframedrow", "iniziaframedtable", "iniziaframedtext", "iniziafrontmatter", "iniziagraphictext", "iniziagridsnapping", "iniziahanging", "iniziahbox", "iniziahboxestohbox", "iniziahboxregister", "iniziaheadtext", "iniziahelptext", "iniziahiding", "iniziahighlight", "iniziahyphenation", "iniziaimath", "iniziaimpaccato", "iniziaincorniciato", "iniziaindentation", "iniziaindentedtext", "iniziainteraction", "iniziainterface", "iniziaintermezzotext", "iniziaintertext", "iniziaitemgroup", "iniziaitemgroupcolumns", "iniziaitemize", "iniziaknockout", "inizialabeltext", "inizialayout", "inizialegend", "inizialinealignment", "inizialineamargine", "inizialineatesto", "inizialinecorrection", "inizialinefiller", "inizialinenumbering", "inizialines", "inizialinetable", "inizialinetablebody", "inizialinetablecell", "inizialinetablehead", "inizialingua", "inizialocalfootnotes", "inizialocalheadsetup", "inizialocallinecorrection", "inizialocalnotes", "inizialocalsetups", "inizialua", "inizialuacode", "inizialuaparameterset", "inizialuasetups", "iniziamakeup", "iniziamarginblock", "iniziamarkedcontent", "iniziamarkpages", "iniziamathalignment", "iniziamathcases", "iniziamathlabeltext", "iniziamathmatrix", "iniziamathmode", "iniziamathstyle", "iniziamatrices", "iniziamatrix", "iniziamaxaligned", "iniziamdformula", "iniziamenuinterattivo", "iniziamettiformula", "iniziamiddlealigned", "iniziamiddlemakeup", "iniziamixedcolumns", "iniziamode", "iniziamodeset", "iniziamodule", "iniziamoduletestsection", "iniziampformula", "inizianamedsection", "inizianamedsubformulas", "inizianarrow", "inizianarrower", "inizianegative", "inizianicelyfilledbox", "inizianointerference", "inizianotallmodes", "inizianotext", "inizianotmode", "iniziaoperatortext", "iniziaopposite", "iniziaoutputstream", "iniziaoverlay", "iniziaoverprint", "iniziapagecolumns", "iniziapagecomment", "iniziapagefigure", "iniziapagelayout", "iniziapagemakeup", "iniziapar", "iniziaparagraph", "iniziaparagraphs", "iniziaparagraphscell", "iniziaparbuilder", "iniziapart", "iniziapath", "iniziaplacechemical", "iniziaplacefigure", "iniziaplacefloat", "iniziaplacegraphic", "iniziaplaceintermezzo", "iniziaplacelegend", "iniziaplacepairedbox", "iniziaplacetable", "iniziapositioning", "iniziapositionoverlay", "iniziapositive", "iniziapostponing", "iniziapostponingnotes", "iniziaprefixtext", "iniziaprocessassignmentcommand", "iniziaprocessassignmentlist", "iniziaprocesscommacommand", "iniziaprocesscommalist", "iniziaprodotto", "iniziaprogetto", "iniziaprotect", "iniziaprotectedcolors", "iniziapubblicazione", "iniziapunctuation", "iniziaquotation", "iniziaquote", "iniziarandomized", "iniziarandomseed", "iniziarawsetups", "iniziareadingfile", "iniziareferenceprefix", "iniziaregime", "iniziareusableMPgraphic", "iniziariga", "iniziaruby", "iniziascript", "iniziasdformula", "iniziasection", "iniziasectionblock", "iniziasectionblockenvironment", "iniziasectionlevel", "iniziasetups", "iniziasfondo", "iniziashapebox", "iniziashift", "iniziasidebar", "iniziasimplecolumns", "iniziaspecialitem", "iniziaspeech", "iniziaspformula", "iniziasplitformula", "iniziasplittext", "iniziaspread", "iniziastandardmakeup", "iniziastaticMPfigure", "iniziastaticMPgraphic", "iniziastrictinspectnextcharacter", "iniziastrut", "iniziastyle", "iniziasubformulas", "iniziasubject", "iniziasubjectlevel", "iniziasubsection", "iniziasubsentence", "iniziasubstack", "iniziasubsubject", "iniziasubsubsection", "iniziasubsubsubject", "iniziasubsubsubsection", "iniziasubsubsubsubject", "iniziasubsubsubsubsection", "iniziasubsubsubsubsubject", "iniziasuffixtext", "iniziasymbolset", "iniziatable", "iniziatablehead", "iniziatables", "iniziatabletail", "iniziatabletext", "iniziatabulate", "iniziatabulatehead", "iniziatabulatetail", "iniziatagged", "iniziataglabeltext", "iniziatesta", "iniziatexcode", "iniziatexdefinition", "iniziatext", "iniziatextbackground", "iniziatextbackgroundmanual", "iniziatextcolor", "iniziatextcolorintent", "iniziatextflow", "iniziatextmakeup", "iniziatitle", "iniziatokenlist", "iniziatokens", "iniziatransparent", "iniziatypescript", "iniziatypescriptcollection", "iniziatyping", "iniziauniqueMPgraphic", "iniziauniqueMPpagegraphic", "iniziaunittext", "iniziaunpacked", "iniziausableMPgraphic", "iniziauseMPgraphic", "iniziausemathstyleparameter", "iniziauserdata", "iniziausingbtxspecification", "iniziavaia", "iniziavbox", "iniziavboxregister", "iniziavboxtohbox", "iniziavboxtohboxseparator", "iniziaviewerlayer", "iniziavtop", "iniziavtopregister", "iniziaxcell", "iniziaxcellgroup", "iniziaxcolumn", "iniziaxgroup", "iniziaxmldisplayverbatim", "iniziaxmlinlineverbatim", "iniziaxmlraw", "iniziaxmlsetups", "iniziaxrow", "iniziaxrowgroup", "iniziaxtable", "iniziaxtablebody", "iniziaxtablefoot", "iniziaxtablehead", "iniziaxtablenext", "inriga", "installalingua", "intorno", "lettera", "lettere", "lineanera", "lineasottile", "lineatesto", "lineenere", "lineeriempimento", "lineesottili", "lingua", "linguaprincipale", "lunghezzaelenco", "marcatura", "matematica", "menuinterattivo", "mese", "mettielenco", "mettielencocombinato", "mettifiancoafianco", "mettiformula", "mettiingriglia", "mettinotepdp", "mettinotepdplocali", "mettinumeropagina", "mettiregistro", "mettisegnalibro", "mettisottoformula", "mettiunosullaltro", "mostraambientefontdeltesto", "mostracolore", "mostracornice", "mostrafontdeltesto", "mostragriglia", "mostragruppocolori", "mostraimpostazioni", "mostralyout", "mostramakeup", "mostrasetsimboli", "mostrastampa", "mostrastruts", "mostratavolozza", "nascondiblocchi", "nientelineecimafondo", "nientelineintestazionepdp", "nientespazio", "nota", "numeri", "numeriromani", "numeroformula", "numeropagina", "numeropaginacompleto", "numerotesta", "numerotestacorrente", "pagina", "paroladestra", "ped", "pedap", "perlungo", "posizionanumerotesta", "posizionatestotesta", "posizione", "prendibuffer", "prendimarcatura", "prodotto", "progetto", "programma", "pulsante", "pulsantemenu", "pulsantinterazione", "punti", "qualcheriga", "reimpostamarcatura", "rif", "riferimento", "riferimentopagina", "riferimentotesto", "riflessione", "rigariempimento", "rigovuoto", "ruota", "scala", "schermo", "scrividentroelenco", "scriviinelenco", "segnalibro", "selezionablocchi", "settext", "sfondo", "simbolo", "spazifissi", "spazio", "spaziofisso", "spessoreriga", "spezzaoggettomobile", "stackcampi", "stirato", "terminaJScode", "terminaJSpreamble", "terminaLUA", "terminaMP", "terminaMPclip", "terminaMPcode", "terminaMPdefinitions", "terminaMPdrawing", "terminaMPenvironment", "terminaMPextensions", "terminaMPinclusions", "terminaMPinitializations", "terminaMPpage", "terminaMPpositiongraphic", "terminaMPpositionmethod", "terminaMPrun", "terminaPARSEDXML", "terminaTABLE", "terminaTABLEbody", "terminaTABLEfoot", "terminaTABLEhead", "terminaTABLEnext", "terminaTC", "terminaTD", "terminaTDs", "terminaTEX", "terminaTEXpage", "terminaTH", "terminaTN", "terminaTR", "terminaTRs", "terminaTX", "terminaTY", "terminaXML", "terminaalign", "terminaalignment", "terminaallineacentro", "terminaallineadestra", "terminaallineasinistra", "terminaallmodes", "terminaambiente", "terminaappendices", "terminaarrangedpages", "terminaaside", "terminaattachment", "terminabackmatter", "terminabar", "terminabbordermatrix", "terminabitmapimage", "terminablockquote", "terminabodymatter", "terminabordermatrix", "terminaboxedcolumns", "terminabtxlabeltext", "terminabtxrenderingdefinitions", "terminabuffer", "terminacases", "terminacatcodetable", "terminacenteraligned", "terminachapter", "terminacharacteralign", "terminacheckedfences", "terminachemical", "terminachemicaltext", "terminacollect", "terminacollecting", "terminacolore", "terminacolorintent", "terminacoloronly", "terminacolorset", "terminacolumns", "terminacolumnset", "terminacolumnsetspan", "terminacombination", "terminacomment", "terminacomponenet", "terminacontextcode", "terminacontextdefinitioncode", "terminactxfunction", "terminactxfunctiondefinition", "terminacurrentcolor", "terminacurrentlistentrywrapper", "terminadelimited", "terminadelimitedtext", "terminadisplaymath", "terminadmath", "terminadocument", "terminaeffect", "terminaelement", "terminaelemento", "terminaembeddedxtable", "terminaendnote", "terminaendofline", "terminaexceptions", "terminaexpanded", "terminaexpandedcollect", "terminaextendedcatcodetable", "terminaexternalfigurecollection", "terminafacingfloat", "terminafact", "terminafigure", "terminafiguretext", "terminafittingpage", "terminafixed", "terminafloatcombination", "terminafont", "terminafontclass", "terminafontsolution", "terminafootnote", "terminaformula", "terminaformulas", "terminaframedcell", "terminaframedcontent", "terminaframedrow", "terminaframedtable", "terminaframedtext", "terminafrontmatter", "terminagraphictext", "terminagridsnapping", "terminahanging", "terminahbox", "terminahboxestohbox", "terminahboxregister", "terminaheadtext", "terminahelptext", "terminahiding", "terminahighlight", "terminahyphenation", "terminaimath", "terminaimpaccato", "terminaincorniciato", "terminaindentation", "terminaindentedtext", "terminainteraction", "terminainterface", "terminaintermezzotext", "terminaintertext", "terminaitemgroup", "terminaitemgroupcolumns", "terminaitemize", "terminaknockout", "terminalabeltext", "terminalayout", "terminalegend", "terminalinealignment", "terminalineamargine", "terminalineatesto", "terminalinecorrection", "terminalinefiller", "terminalinenumbering", "terminalines", "terminalinetable", "terminalinetablebody", "terminalinetablecell", "terminalinetablehead", "terminalingua", "terminalocalfootnotes", "terminalocalheadsetup", "terminalocallinecorrection", "terminalocalnotes", "terminalocalsetups", "terminalua", "terminaluacode", "terminaluaparameterset", "terminaluasetups", "terminamakeup", "terminamarginblock", "terminamarkedcontent", "terminamarkpages", "terminamathalignment", "terminamathcases", "terminamathlabeltext", "terminamathmatrix", "terminamathmode", "terminamathstyle", "terminamatrices", "terminamatrix", "terminamaxaligned", "terminamdformula", "terminamenuinterattivo", "terminamettiformula", "terminamiddlealigned", "terminamiddlemakeup", "terminamixedcolumns", "terminamode", "terminamodeset", "terminamodule", "terminamoduletestsection", "terminampformula", "terminanamedsection", "terminanamedsubformulas", "terminanarrow", "terminanarrower", "terminanegative", "terminanicelyfilledbox", "terminanointerference", "terminanotallmodes", "terminanotext", "terminanotmode", "terminaoperatortext", "terminaopposite", "terminaoutputstream", "terminaoverlay", "terminaoverprint", "terminapagecolumns", "terminapagecomment", "terminapagefigure", "terminapagelayout", "terminapagemakeup", "terminapar", "terminaparagraph", "terminaparagraphs", "terminaparagraphscell", "terminaparbuilder", "terminapart", "terminapath", "terminaplacechemical", "terminaplacefigure", "terminaplacefloat", "terminaplacegraphic", "terminaplaceintermezzo", "terminaplacelegend", "terminaplacepairedbox", "terminaplacetable", "terminapositioning", "terminapositionoverlay", "terminapositive", "terminapostponing", "terminapostponingnotes", "terminaprefixtext", "terminaprocessassignmentcommand", "terminaprocessassignmentlist", "terminaprocesscommacommand", "terminaprocesscommalist", "terminaprodotto", "terminaprogetto", "terminaprotect", "terminaprotectedcolors", "terminapubblicazione", "terminapunctuation", "terminaquotation", "terminaquote", "terminarandomized", "terminarandomseed", "terminarawsetups", "terminareadingfile", "terminareferenceprefix", "terminaregime", "terminareusableMPgraphic", "terminariga", "terminaruby", "terminascript", "terminasdformula", "terminasection", "terminasectionblock", "terminasectionblockenvironment", "terminasectionlevel", "terminasetups", "terminasfondo", "terminashapebox", "terminashift", "terminasidebar", "terminasimplecolumns", "terminaspecialitem", "terminaspeech", "terminaspformula", "terminasplitformula", "terminasplittext", "terminaspread", "terminastandardmakeup", "terminastaticMPfigure", "terminastaticMPgraphic", "terminastrictinspectnextcharacter", "terminastrut", "terminastyle", "terminasubformulas", "terminasubject", "terminasubjectlevel", "terminasubsection", "terminasubsentence", "terminasubstack", "terminasubsubject", "terminasubsubsection", "terminasubsubsubject", "terminasubsubsubsection", "terminasubsubsubsubject", "terminasubsubsubsubsection", "terminasubsubsubsubsubject", "terminasuffixtext", "terminasymbolset", "terminatable", "terminatablehead", "terminatables", "terminatabletail", "terminatabletext", "terminatabulate", "terminatabulatehead", "terminatabulatetail", "terminatagged", "terminataglabeltext", "terminatesta", "terminatexcode", "terminatexdefinition", "terminatext", "terminatextbackground", "terminatextbackgroundmanual", "terminatextcolor", "terminatextcolorintent", "terminatextflow", "terminatextmakeup", "terminatitle", "terminatokenlist", "terminatokens", "terminatransparent", "terminatypescript", "terminatypescriptcollection", "terminatyping", "terminauniqueMPgraphic", "terminauniqueMPpagegraphic", "terminaunittext", "terminaunpacked", "terminausableMPgraphic", "terminauseMPgraphic", "terminausemathstyleparameter", "terminauserdata", "terminausingbtxspecification", "terminavaia", "terminavbox", "terminavboxregister", "terminavboxtohbox", "terminavboxtohboxseparator", "terminaviewerlayer", "terminavtop", "terminavtopregister", "terminaxcell", "terminaxcellgroup", "terminaxcolumn", "terminaxgroup", "terminaxmldisplayverbatim", "terminaxmlinlineverbatim", "terminaxmlraw", "terminaxmlsetups", "terminaxrow", "terminaxrowgroup", "terminaxtable", "terminaxtablebody", "terminaxtablefoot", "terminaxtablehead", "terminaxtablenext", "testonotapdp", "testoriempimento", "tieniblocchi", "traduci", "usaJSscripts", "usaURL", "usablocco", "usacartella", "usacolonnasonoraesterna", "usadocumentoesterno", "usafiguraesterna", "usamodulo", "usasimboli", "usaurl", "vaia", "vaiabox", "vaiapagina", "vaigiu", "valorecolore", "versione" }, - ["nl"]={ "Cijfers", "Kap", "Letter", "Letters", "MAAND", "Romeins", "WEEKDAG", "WOORD", "WOORDEN", "Woord", "Woorden", "achtergrond", "bepaalkopnummer", "bepaallijstkenmerken", "bepaalregisterkenmerken", "bewaarbuffer", "blanko", "blokje", "blokjes", "cijfers", "converteernummer", "copieerveld", "corrigeerwitruimte", "datum", "definieer", "definieeraccent", "definieeralineas", "definieerblok", "definieerbuffer", "definieercombinatie", "definieercommando", "definieerconversie", "definieerfiguursymbool", "definieerfont", "definieerfontstijl", "definieerfontsynoniem", "definieerhbox", "definieeringesprongentext", "definieerinteractiemenu", "definieeritemgroep", "definieerkadertekst", "definieerkarakter", "definieerkleur", "definieerkleurgroep", "definieerkolomgroep", "definieerkolomovergang", "definieerkop", "definieerkorps", "definieerkorpsomgeving", "definieerlayer", "definieerlayout", "definieerletter", "definieerlijst", "definieermarkering", "definieeromlijnd", "definieeropmaak", "definieeroverlay", "definieerpaginaovergang", "definieerpalet", "definieerpapierformaat", "definieerplaats", "definieerplaatsblok", "definieerprofiel", "definieerprogramma", "definieerreferentie", "definieerreferentieformaat", "definieerregister", "definieersamengesteldelijst", "definieersectie", "definieersectieblok", "definieersorteren", "definieerstartstop", "definieersubveld", "definieersymbool", "definieersynoniemen", "definieertabelvorm", "definieertabulatie", "definieertekst", "definieertekstachtergrond", "definieertype", "definieertypen", "definieerveld", "definieerveldstapel", "definieerwiskundeuitlijnen", "doordefinieren", "doorlabelen", "doornummeren", "dunnelijn", "dunnelijnen", "eenregel", "ergens", "externfiguur", "formulenummer", "gebruikJSscripts", "gebruikURL", "gebruikblokken", "gebruikexterndocument", "gebruikexternfiguur", "gebruikexterngeluidsfragment", "gebruikmodule", "gebruikpad", "gebruiksymbolen", "gebruiktypescript", "gebruiktypescriptfile", "gebruikurl", "geenbovenenonderregels", "geenhoofdenvoetregels", "geenspatie", "grijskleur", "haalbuffer", "haalmarkering", "haarlijn", "handhaafblokken", "hoofdtaal", "hoog", "huidigedatum", "huidigekopnummer", "inlijnd", "inregel", "installeertaal", "interactiebalk", "interactiebuttons", "interactiemenu", "invullijnen", "invulregel", "invultekst", "kleur", "kleurenbalk", "kleurwaarde", "kloonveld", "kolom", "kopnummer", "laag", "laho", "legeregels", "letter", "letters", "lijndikte", "lijstlengte", "maand", "markeer", "naar", "naarbox", "naarpagina", "nokap", "noot", "omgeving", "omlaag", "omlijnd", "onbekend", "onderdeel", "op", "oppagina", "pagina", "paginanummer", "paginareferentie", "paslayoutaan", "passendveld", "plaatsbookmarks", "plaatsformule", "plaatskopnummer", "plaatskoptekst", "plaatslijst", "plaatslijstmetsynoniemen", "plaatslokalevoetnoten", "plaatsnaastelkaar", "plaatsonderelkaar", "plaatsopgrid", "plaatspaginanummer", "plaatsplaatsblok", "plaatsregister", "plaatsruwelijst", "plaatssamengesteldelijst", "plaatssubformule", "plaatsvoetnoten", "positioneer", "produkt", "programma", "projekt", "punten", "refereer", "referentie", "regellinks", "regelmidden", "regelrechts", "resetmarkering", "romeins", "rooster", "roteer", "schaal", "scherm", "schrijfnaarlijst", "schrijftussenlijst", "selecteerblokken", "som", "spatie", "spiegel", "splitsplaatsblok", "startachtergrond", "startinteractiemenu", "startkantlijn", "startkleur", "startkop", "startlokalevoetnoten", "startmargeblok", "startnaar", "startomgeving", "startomlijnd", "startonderdeel", "startopelkaar", "startplaatsformule", "startplaatsplaatsblok", "startprodukt", "startprojekt", "startpublicatie", "startregel", "startregelcorrectie", "startregellinks", "startregelmidden", "startregelrechts", "startsom", "starttaal", "starttekstachtergrond", "starttekstlijn", "startuitlijnen", "stelachtergrondenin", "stelachtergrondin", "stelalineasin", "stelarrangerenin", "stelblankoin", "stelblokin", "stelblokjesin", "stelblokkopjein", "stelblokkopjesin", "stelbovenin", "stelboventekstenin", "stelbufferin", "stelciterenin", "stelclipin", "stelcommentaarin", "steldoordefinierenin", "steldoornummerenin", "steldunnelijnenin", "stelformulein", "stelformulesin", "stelformulierenin", "stelhoofdin", "stelhoofdtekstenin", "stelingesprongentextin", "stelinmargein", "stelinspringenin", "stelinteractiebalkin", "stelinteractiein", "stelinteractiemenuin", "stelinteractieschermin", "stelinterliniein", "stelinvullijnenin", "stelinvulregelsin", "stelitemgroepin", "stelitemsin", "stelkadertekstenin", "stelkadertekstin", "stelkantlijnin", "stelkapitalenin", "stelkleurenin", "stelkleurin", "stelkolomgroepin", "stelkolomgroepregelsin", "stelkolomgroepstartin", "stelkolommenin", "stelkopin", "stelkopnummerin", "stelkoppeltekenin", "stelkoppenin", "stelkorpsin", "stellayoutin", "stellijndiktein", "stellijstin", "stelmargeblokkenin", "stelmarkeringin", "stelnaastplaatsenin", "stelomlijndin", "stelonderin", "stelondertekstenin", "stelopmaakin", "stelopsommingenin", "stelpaginacommentaarin", "stelpaginanummerin", "stelpaginanummeringin", "stelpaginaovergangenin", "stelpaletin", "stelpapierformaatin", "stelpapierin", "stelparagraafnummerenin", "stelplaatsblokin", "stelplaatsblokkenin", "stelplaatsbloksplitsenin", "stelplaatsin", "stelpositionerenin", "stelprogrammasin", "stelrefererenin", "stelregelnummerenin", "stelregelsin", "stelregisterin", "stelroterenin", "stelsamengesteldelijstin", "stelsectieblokin", "stelsmallerin", "stelsorterenin", "stelspatieringin", "stelstartstopin", "stelsubpaginanummerin", "stelsymboolsetin", "stelsynoniemenin", "steltaalin", "steltabellenin", "steltabulatiein", "steltekstachtergrondin", "steltekstin", "steltekstinhoudin", "steltekstlijnenin", "stelteksttekstenin", "steltolerantiein", "steltypein", "steltypenin", "steluitlijnenin", "stelurlin", "stelveldenin", "stelveldin", "stelvoetin", "stelvoetnotenin", "stelvoettekstenin", "stelwiskundeuitlijnenin", "stelwitruimtein", "stopachtergrond", "stopinteractiemenu", "stopkantlijn", "stopkleur", "stopkop", "stoplokalevoetnoten", "stopmargeblok", "stopnaar", "stopomgeving", "stopomlijnd", "stoponderdeel", "stopopelkaar", "stopplaatsformule", "stopplaatsplaatsblok", "stopprodukt", "stopprojekt", "stoppublicatie", "stopregel", "stopregelcorrectie", "stopregellinks", "stopregelmidden", "stopregelrechts", "stopsom", "stoptaal", "stoptekstachtergrond", "stoptekstlijn", "stopuitlijnen", "subpaginanummer", "switchnaarkorps", "symbool", "taal", "tekstlijn", "tekstreferentie", "testkolom", "testpagina", "toelichting", "toongrid", "tooninstellingen", "toonkader", "toonkleur", "toonkleurgroep", "toonkorps", "toonkorpsomgeving", "toonlayout", "toonopmaak", "toonpalet", "toonprint", "toonstruts", "toonsymboolset", "uit", "uitgerekt", "vastespatie", "vastespaties", "veld", "veldstapel", "verbergblokken", "vergelijkkleurgroep", "vergelijkpalet", "versie", "vertaal", "verwerkblokken", "voetnoottekst", "volledigepaginanummer", "volledigregister", "voluit", "weekdag", "wiskunde", "woordrechts" }, - ["pe"]={ "آیتم", "آیتمها", "آینه", "از", "استفاده‌بلوکها", "استفاده‌دستخط‌تایپ", "استفاده‌شکل‌خارجی", "استفاده‌قطعه‌موزیک‌خارجی", "استفاده‌مدول", "استفاده‌مسیر", "استفاده‌نمادها", "استفاده‌نوشتارخارجی", "استفاده‌پرونده‌دستخط‌تایپ", "اعدادلاتین", "افزودن", "انتخاب‌بلوکها", "بارگذاری‌آرایش", "بارگذاری‌آیتمها", "بارگذاری‌ارجاع", "بارگذاری‌اندازه‌برگ", "بارگذاری‌باریکتر", "بارگذاری‌بافر", "بارگذاری‌بالا", "بارگذاری‌بردباری", "بارگذاری‌برنامه‌ها", "بارگذاری‌برگ", "بارگذاری‌بلوک", "بارگذاری‌بلوک‌بخش", "بارگذاری‌تایپ", "بارگذاری‌تایپ‌کردن", "بارگذاری‌ترتیب", "بارگذاری‌تنظیم", "بارگذاری‌تنظیم‌ریاضی", "بارگذاری‌ته‌برگ", "بارگذاری‌تورفتگی", "بارگذاری‌توضیح", "بارگذاری‌توضیح‌صفحه", "بارگذاری‌ثبت", "بارگذاری‌جانشانی", "بارگذاری‌جدولها", "بارگذاری‌جدول‌بندی", "بارگذاری‌خالی", "بارگذاری‌خطها", "بارگذاری‌خطهای‌حاشیه", "بارگذاری‌خطهای‌سیاه", "بارگذاری‌خطهای‌متن", "بارگذاری‌خطهای‌مجموعه‌ستون", "بارگذاری‌خطها‌ی‌نازک", "بارگذاری‌درج‌درخطها", "بارگذاری‌درج‌مخالف", "بارگذاری‌دوران", "بارگذاری‌رنگ", "بارگذاری‌رنگها", "بارگذاری‌زبان", "بارگذاری‌ستونها", "بارگذاری‌سر", "بارگذاری‌سربرگ", "بارگذاری‌سرها", "بارگذاری‌شرح", "بارگذاری‌شرحها", "بارگذاری‌شروع‌مجموعه‌ستون", "بارگذاری‌شروع‌پایان", "بارگذاری‌شماره‌زیرصفحه", "بارگذاری‌شماره‌سر", "بارگذاری‌شماره‌صفحه", "بارگذاری‌شماره‌گذاریها", "بارگذاری‌شماره‌گذاری‌صفحه", "بارگذاری‌شماره‌گذاری‌پاراگراف", "بارگذاری‌شماره‌‌گذاری‌خط", "بارگذاری‌شناور", "بارگذاری‌شناورها", "بارگذاری‌شکافتن‌شناورها", "بارگذاری‌طرح", "بارگذاری‌طرح‌بندی", "بارگذاری‌عرض‌خط", "بارگذاری‌فاصله‌بین‌خط", "بارگذاری‌فرمولها", "بارگذاری‌فضای‌سفید", "بارگذاری‌فضا‌گذاری", "بارگذاری‌قالبی", "بارگذاری‌قلم‌متن", "بارگذاری‌لوح", "بارگذاری‌لیست", "بارگذاری‌لیست‌ترکیبی", "بارگذاری‌مترادفها", "بارگذاری‌متن", "بارگذاری‌متنهای‌بالا", "بارگذاری‌متن‌سربرگ", "بارگذاری‌متن‌قالبی", "بارگذاری‌متن‌متنها", "بارگذاری‌متن‌پانوشت", "بارگذاری‌متن‌پایین", "بارگذاری‌مجموعه‌ستون", "بارگذاری‌مجموعه‌نماد", "بارگذاری‌منوی‌پانل", "بارگذاری‌مکان‌گذاری", "بارگذاری‌میدان", "بارگذاری‌میدانها", "بارگذاری‌میله‌پانل", "بارگذاری‌نشانه‌شکستن", "بارگذاری‌نشانه‌گذاری", "بارگذاری‌نقل", "بارگذاری‌پاراگرافها", "بارگذاری‌پانل", "بارگذاری‌پانوشتها", "بارگذاری‌پایین", "بارگذاری‌پرده‌پانل", "بارگذاری‌پرکردن‌خطها", "بارگذاری‌پس‌زمینه", "بارگذاری‌پس‌زمینه‌ها", "بارگذاری‌چیدن", "بارگذاری‌گذارصفحه", "بارگذاری‌گروههای‌آیتم", "بارگذاری‌گروه‌آیتم", "بازنشانی‌نشانه‌گذاری", "بدون‌خط‌بالاوپایین", "بدون‌خط‌سروته‌برگ", "بدون‌فضا", "برنامه", "بروبه", "بروبه‌جعبه", "بروبه‌صفحه", "بروپایین", "بلند", "بلوکهای‌پردازش", "بلوکها‌پنهان", "بنویس‌بین‌لیست", "بنویس‌در‌لیست", "تاریخ", "تاریخ‌جاری", "تایپ", "تایپ‌بافر", "تایپ‌پرونده", "ترجمه", "تعریف", "تعریف‌آرایش", "تعریف‌الگوی‌جدول", "تعریف‌اندازه‌برگ", "تعریف‌بافر", "تعریف‌بخش", "تعریف‌برنامه", "تعریف‌برچسب", "تعریف‌بلوک", "تعریف‌بلوک‌بخش", "تعریف‌تایپ", "تعریف‌تایپ‌کردن", "تعریف‌تبدیل", "تعریف‌ترتیب", "تعریف‌ترکیب", "تعریف‌تنظیم‌ریاضی", "تعریف‌توده‌میدان", "تعریف‌ثبت", "تعریف‌جانشانی", "تعریف‌جدول‌بندی", "تعریف‌جعبه‌‌افقی", "تعریف‌حرف", "تعریف‌رنگ", "تعریف‌زیرمیدان", "تعریف‌سبک", "تعریف‌سبک‌قلم", "تعریف‌سر", "تعریف‌شرح", "تعریف‌شروع‌پایان", "تعریف‌شماره‌بندی", "تعریف‌شمایل‌مرجع", "تعریف‌شناور", "تعریف‌شکستن‌ستون", "تعریف‌شکست‌صفحه", "تعریف‌طرح‌بندی", "تعریف‌فرمان", "تعریف‌قالبی", "تعریف‌قلم", "تعریف‌قلم‌متن", "تعریف‌لایه", "تعریف‌لهجه", "تعریف‌لوح", "تعریف‌لیست", "تعریف‌لیست‌ترکیبی", "تعریف‌مترادفها", "تعریف‌مترادف‌قلم", "تعریف‌متن", "تعریف‌متن‌قالبی", "تعریف‌مجموعه‌ستون", "تعریف‌محیط‌قلم‌بدنه", "تعریف‌مرجع", "تعریف‌منوی‌پانل", "تعریف‌میدان", "تعریف‌نشانه‌گذاری", "تعریف‌نماد", "تعریف‌نمادشکل", "تعریف‌پاراگرافها", "تعریف‌پروفایل", "تعریف‌پوشش", "تعریف‌گروه‌آیتم", "تعریف‌گروه‌رنگ", "تعیین‌شماره‌سر", "تعیین‌محتوای‌متن", "تعیین‌مشخصات‌ثبت", "تعیین‌مشخصات‌لیست", "تغییربه‌قلم‌بدنه", "تنظیم‌راست", "تنظیم‌طرح‌بندی", "تنظیم‌وسط", "توجه", "توری", "تولید", "تک", "ثبت‌کامل", "حرف", "حرفها", "حفظ‌بلوکها", "خالی", "خطهای‌سیاه", "خطهای‌نازک", "خطها‌خالی", "خط‌سیاه", "خط‌متن", "خط‌مو", "خط‌نازک", "خ‌ا", "خ‌ع", "در", "درج‌ثبت", "درج‌درخط", "درج‌درخطها", "درج‌درمتن", "درج‌در‌بالای‌یکدیگر", "درج‌در‌توری", "درج‌زیرفرمول", "درج‌شماره‌سر", "درج‌شماره‌صفحه", "درج‌شناور", "درج‌فرمول", "درج‌لیست", "درج‌لیست‌خام", "درج‌لیست‌مختلط", "درج‌متن‌سر", "درج‌پانوشتها", "درج‌پانوشتهای‌موضعی", "درج‌چوب‌خط", "درج‌کنار‌به‌کنار", "درخط", "درصفحه", "درقالبی", "درمورد", "درون", "درپر", "دریافت‌بافر", "دریافت‌نشانه", "دوران", "دکمه", "دکمه‌منو", "دکمه‌پانل", "رج", "رنگ", "رنگ‌خاکستری", "روزهفته", "ریاضی", "زبان", "زبان‌اصلی", "ستون", "ستون‌امتحان", "سرپوش‌کوچک‌نه", "شروعJScode", "شروعJSpreamble", "شروعLUA", "شروعMP", "شروعMPclip", "شروعMPcode", "شروعMPdefinitions", "شروعMPdrawing", "شروعMPenvironment", "شروعMPextensions", "شروعMPinclusions", "شروعMPinitializations", "شروعMPpage", "شروعMPpositiongraphic", "شروعMPpositionmethod", "شروعMPrun", "شروعPARSEDXML", "شروعTABLE", "شروعTABLEbody", "شروعTABLEfoot", "شروعTABLEhead", "شروعTABLEnext", "شروعTC", "شروعTD", "شروعTDs", "شروعTEX", "شروعTEXpage", "شروعTH", "شروعTN", "شروعTR", "شروعTRs", "شروعTX", "شروعTY", "شروعXML", "شروعalign", "شروعalignment", "شروعallmodes", "شروعappendices", "شروعarrangedpages", "شروعaside", "شروعattachment", "شروعbackmatter", "شروعbar", "شروعbbordermatrix", "شروعbitmapimage", "شروعblockquote", "شروعbodymatter", "شروعbordermatrix", "شروعboxedcolumns", "شروعbtxlabeltext", "شروعbtxrenderingdefinitions", "شروعbuffer", "شروعcases", "شروعcatcodetable", "شروعcenteraligned", "شروعchapter", "شروعcharacteralign", "شروعcheckedfences", "شروعchemical", "شروعchemicaltext", "شروعcollect", "شروعcollecting", "شروعcolorintent", "شروعcoloronly", "شروعcolorset", "شروعcolumns", "شروعcolumnset", "شروعcolumnsetspan", "شروعcombination", "شروعcomment", "شروعcontextcode", "شروعcontextdefinitioncode", "شروعctxfunction", "شروعctxfunctiondefinition", "شروعcurrentcolor", "شروعcurrentlistentrywrapper", "شروعdelimited", "شروعdelimitedtext", "شروعdisplaymath", "شروعdmath", "شروعdocument", "شروعeffect", "شروعelement", "شروعembeddedxtable", "شروعendnote", "شروعendofline", "شروعexceptions", "شروعexpanded", "شروعexpandedcollect", "شروعextendedcatcodetable", "شروعexternalfigurecollection", "شروعfacingfloat", "شروعfact", "شروعfigure", "شروعfiguretext", "شروعfittingpage", "شروعfixed", "شروعfloatcombination", "شروعfont", "شروعfontclass", "شروعfontsolution", "شروعfootnote", "شروعformula", "شروعformulas", "شروعframedcell", "شروعframedcontent", "شروعframedrow", "شروعframedtable", "شروعframedtext", "شروعfrontmatter", "شروعgraphictext", "شروعgridsnapping", "شروعhanging", "شروعhbox", "شروعhboxestohbox", "شروعhboxregister", "شروعheadtext", "شروعhelptext", "شروعhiding", "شروعhighlight", "شروعhyphenation", "شروعimath", "شروعindentation", "شروعindentedtext", "شروعinteraction", "شروعinterface", "شروعintermezzotext", "شروعintertext", "شروعitemgroup", "شروعitemgroupcolumns", "شروعitemize", "شروعknockout", "شروعlabeltext", "شروعlayout", "شروعlegend", "شروعlinealignment", "شروعlinecorrection", "شروعlinefiller", "شروعlinenumbering", "شروعlines", "شروعlinetable", "شروعlinetablebody", "شروعlinetablecell", "شروعlinetablehead", "شروعlocalfootnotes", "شروعlocalheadsetup", "شروعlocallinecorrection", "شروعlocalnotes", "شروعlocalsetups", "شروعlua", "شروعluacode", "شروعluaparameterset", "شروعluasetups", "شروعmakeup", "شروعmarginblock", "شروعmarkedcontent", "شروعmarkpages", "شروعmathalignment", "شروعmathcases", "شروعmathlabeltext", "شروعmathmatrix", "شروعmathmode", "شروعmathstyle", "شروعmatrices", "شروعmatrix", "شروعmaxaligned", "شروعmdformula", "شروعmiddlealigned", "شروعmiddlemakeup", "شروعmixedcolumns", "شروعmode", "شروعmodeset", "شروعmodule", "شروعmoduletestsection", "شروعmpformula", "شروعnamedsection", "شروعnamedsubformulas", "شروعnarrow", "شروعnarrower", "شروعnegative", "شروعnicelyfilledbox", "شروعnointerference", "شروعnotallmodes", "شروعnotext", "شروعnotmode", "شروعoperatortext", "شروعopposite", "شروعoutputstream", "شروعoverlay", "شروعoverprint", "شروعpagecolumns", "شروعpagecomment", "شروعpagefigure", "شروعpagelayout", "شروعpagemakeup", "شروعpar", "شروعparagraph", "شروعparagraphs", "شروعparagraphscell", "شروعparbuilder", "شروعpart", "شروعpath", "شروعplacechemical", "شروعplacefigure", "شروعplacegraphic", "شروعplaceintermezzo", "شروعplacelegend", "شروعplacepairedbox", "شروعplacetable", "شروعpositioning", "شروعpositionoverlay", "شروعpositive", "شروعpostponing", "شروعpostponingnotes", "شروعprefixtext", "شروعprocessassignmentcommand", "شروعprocessassignmentlist", "شروعprocesscommacommand", "شروعprocesscommalist", "شروعprotect", "شروعprotectedcolors", "شروعpunctuation", "شروعquotation", "شروعquote", "شروعrandomized", "شروعrandomseed", "شروعrawsetups", "شروعreadingfile", "شروعreferenceprefix", "شروعregime", "شروعreusableMPgraphic", "شروعruby", "شروعscript", "شروعsdformula", "شروعsection", "شروعsectionblock", "شروعsectionblockenvironment", "شروعsectionlevel", "شروعsetups", "شروعshapebox", "شروعshift", "شروعsidebar", "شروعsimplecolumns", "شروعspecialitem", "شروعspeech", "شروعspformula", "شروعsplitformula", "شروعsplittext", "شروعspread", "شروعstandardmakeup", "شروعstaticMPfigure", "شروعstaticMPgraphic", "شروعstrictinspectnextcharacter", "شروعstrut", "شروعstyle", "شروعsubformulas", "شروعsubject", "شروعsubjectlevel", "شروعsubsection", "شروعsubsentence", "شروعsubstack", "شروعsubsubject", "شروعsubsubsection", "شروعsubsubsubject", "شروعsubsubsubsection", "شروعsubsubsubsubject", "شروعsubsubsubsubsection", "شروعsubsubsubsubsubject", "شروعsuffixtext", "شروعsymbolset", "شروعtable", "شروعtablehead", "شروعtables", "شروعtabletail", "شروعtabletext", "شروعtabulate", "شروعtabulatehead", "شروعtabulatetail", "شروعtagged", "شروعtaglabeltext", "شروعtexcode", "شروعtexdefinition", "شروعtext", "شروعtextbackground", "شروعtextbackgroundmanual", "شروعtextcolor", "شروعtextcolorintent", "شروعtextflow", "شروعtextmakeup", "شروعtitle", "شروعtokenlist", "شروعtokens", "شروعtransparent", "شروعtypescript", "شروعtypescriptcollection", "شروعtyping", "شروعuniqueMPgraphic", "شروعuniqueMPpagegraphic", "شروعunittext", "شروعunpacked", "شروعusableMPgraphic", "شروعuseMPgraphic", "شروعusemathstyleparameter", "شروعuserdata", "شروعusingbtxspecification", "شروعvbox", "شروعvboxregister", "شروعvboxtohbox", "شروعvboxtohboxseparator", "شروعviewerlayer", "شروعvtop", "شروعvtopregister", "شروعxcell", "شروعxcellgroup", "شروعxcolumn", "شروعxgroup", "شروعxmldisplayverbatim", "شروعxmlinlineverbatim", "شروعxmlraw", "شروعxmlsetups", "شروعxrow", "شروعxrowgroup", "شروعxtable", "شروعxtablebody", "شروعxtablefoot", "شروعxtablehead", "شروعxtablenext", "شروعآیتم", "شروعبروبه", "شروعتنظیم‌راست", "شروعتنظیم‌وسط", "شروعتولید", "شروعخط‌حاشیه", "شروعخط‌متن", "شروعدرج‌شناور", "شروعدرج‌فرمول", "شروعرنگ", "شروعزبان", "شروعسر", "شروعفشرده", "شروعقالبی", "شروعمحیط", "شروعمنوی‌پانل", "شروعمولفه", "شروعنشر", "شروعپروژه", "شروعپس‌زمینه", "شروعچپ‌چین", "شروع‌خط", "شماره‌زیرصفحه", "شماره‌سر", "شماره‌سرجاری", "شماره‌صفحه", "شماره‌صفحه‌کامل", "شماره‌فرمول", "شماره‌مبدل", "شماره‌ها", "شکافتن‌شناور", "شکل‌خارجی", "صفحه", "صفحه‌تست", "طول‌لیست", "عرض‌خط", "فضا", "فضاهای‌ثابت", "فضای‌ثابت", "فضای‌سفیدصحیح", "قالبی", "لوح‌مقایسه", "ماه", "متن‌پانوشت", "محیط", "مراجعه", "مرجع", "مرجع‌صفحه", "مرجع‌متن", "مقایسه‌گروه‌رنگ", "مقداررنگ", "مقیاس", "منوی‌پانل", "مولفه", "مکان", "میدان", "میدان‌شبیه‌سازی", "میدان‌پشته", "میدان‌کپی", "میله‌رنگ", "میله‌پانل", "ناشناس", "نسخه", "نشانه‌گذاری", "نصب‌زبان", "نقطه‌ها", "نماد", "نمایش‌آرایش", "نمایش‌بارگذاریها", "نمایش‌بستها", "نمایش‌توری", "نمایش‌رنگ", "نمایش‌طرح‌بندی", "نمایش‌قالب", "نمایش‌قلم‌بدنه", "نمایش‌لوح", "نمایش‌مجموعه‌علامت", "نمایش‌محیط‌قلم‌بدنه", "نمایش‌چاپ", "نمایش‌گروه‌رنگ", "پابا", "پایانJScode", "پایانJSpreamble", "پایانLUA", "پایانMP", "پایانMPclip", "پایانMPcode", "پایانMPdefinitions", "پایانMPdrawing", "پایانMPenvironment", "پایانMPextensions", "پایانMPinclusions", "پایانMPinitializations", "پایانMPpage", "پایانMPpositiongraphic", "پایانMPpositionmethod", "پایانMPrun", "پایانPARSEDXML", "پایانTABLE", "پایانTABLEbody", "پایانTABLEfoot", "پایانTABLEhead", "پایانTABLEnext", "پایانTC", "پایانTD", "پایانTDs", "پایانTEX", "پایانTEXpage", "پایانTH", "پایانTN", "پایانTR", "پایانTRs", "پایانTX", "پایانTY", "پایانXML", "پایانalign", "پایانalignment", "پایانallmodes", "پایانappendices", "پایانarrangedpages", "پایانaside", "پایانattachment", "پایانbackmatter", "پایانbar", "پایانbbordermatrix", "پایانbitmapimage", "پایانblockquote", "پایانbodymatter", "پایانbordermatrix", "پایانboxedcolumns", "پایانbtxlabeltext", "پایانbtxrenderingdefinitions", "پایانbuffer", "پایانcases", "پایانcatcodetable", "پایانcenteraligned", "پایانchapter", "پایانcharacteralign", "پایانcheckedfences", "پایانchemical", "پایانchemicaltext", "پایانcollect", "پایانcollecting", "پایانcolorintent", "پایانcoloronly", "پایانcolorset", "پایانcolumns", "پایانcolumnset", "پایانcolumnsetspan", "پایانcombination", "پایانcomment", "پایانcontextcode", "پایانcontextdefinitioncode", "پایانctxfunction", "پایانctxfunctiondefinition", "پایانcurrentcolor", "پایانcurrentlistentrywrapper", "پایانdelimited", "پایانdelimitedtext", "پایانdisplaymath", "پایانdmath", "پایانdocument", "پایانeffect", "پایانelement", "پایانembeddedxtable", "پایانendnote", "پایانendofline", "پایانexceptions", "پایانexpanded", "پایانexpandedcollect", "پایانextendedcatcodetable", "پایانexternalfigurecollection", "پایانfacingfloat", "پایانfact", "پایانfigure", "پایانfiguretext", "پایانfittingpage", "پایانfixed", "پایانfloatcombination", "پایانfont", "پایانfontclass", "پایانfontsolution", "پایانfootnote", "پایانformula", "پایانformulas", "پایانframedcell", "پایانframedcontent", "پایانframedrow", "پایانframedtable", "پایانframedtext", "پایانfrontmatter", "پایانgraphictext", "پایانgridsnapping", "پایانhanging", "پایانhbox", "پایانhboxestohbox", "پایانhboxregister", "پایانheadtext", "پایانhelptext", "پایانhiding", "پایانhighlight", "پایانhyphenation", "پایانimath", "پایانindentation", "پایانindentedtext", "پایانinteraction", "پایانinterface", "پایانintermezzotext", "پایانintertext", "پایانitemgroup", "پایانitemgroupcolumns", "پایانitemize", "پایانknockout", "پایانlabeltext", "پایانlayout", "پایانlegend", "پایانlinealignment", "پایانlinecorrection", "پایانlinefiller", "پایانlinenumbering", "پایانlines", "پایانlinetable", "پایانlinetablebody", "پایانlinetablecell", "پایانlinetablehead", "پایانlocalfootnotes", "پایانlocalheadsetup", "پایانlocallinecorrection", "پایانlocalnotes", "پایانlocalsetups", "پایانlua", "پایانluacode", "پایانluaparameterset", "پایانluasetups", "پایانmakeup", "پایانmarginblock", "پایانmarkedcontent", "پایانmarkpages", "پایانmathalignment", "پایانmathcases", "پایانmathlabeltext", "پایانmathmatrix", "پایانmathmode", "پایانmathstyle", "پایانmatrices", "پایانmatrix", "پایانmaxaligned", "پایانmdformula", "پایانmiddlealigned", "پایانmiddlemakeup", "پایانmixedcolumns", "پایانmode", "پایانmodeset", "پایانmodule", "پایانmoduletestsection", "پایانmpformula", "پایانnamedsection", "پایانnamedsubformulas", "پایانnarrow", "پایانnarrower", "پایانnegative", "پایانnicelyfilledbox", "پایانnointerference", "پایانnotallmodes", "پایانnotext", "پایانnotmode", "پایانoperatortext", "پایانopposite", "پایانoutputstream", "پایانoverlay", "پایانoverprint", "پایانpagecolumns", "پایانpagecomment", "پایانpagefigure", "پایانpagelayout", "پایانpagemakeup", "پایانpar", "پایانparagraph", "پایانparagraphs", "پایانparagraphscell", "پایانparbuilder", "پایانpart", "پایانpath", "پایانplacechemical", "پایانplacefigure", "پایانplacegraphic", "پایانplaceintermezzo", "پایانplacelegend", "پایانplacepairedbox", "پایانplacetable", "پایانpositioning", "پایانpositionoverlay", "پایانpositive", "پایانpostponing", "پایانpostponingnotes", "پایانprefixtext", "پایانprocessassignmentcommand", "پایانprocessassignmentlist", "پایانprocesscommacommand", "پایانprocesscommalist", "پایانprotect", "پایانprotectedcolors", "پایانpunctuation", "پایانquotation", "پایانquote", "پایانrandomized", "پایانrandomseed", "پایانrawsetups", "پایانreadingfile", "پایانreferenceprefix", "پایانregime", "پایانreusableMPgraphic", "پایانruby", "پایانscript", "پایانsdformula", "پایانsection", "پایانsectionblock", "پایانsectionblockenvironment", "پایانsectionlevel", "پایانsetups", "پایانshapebox", "پایانshift", "پایانsidebar", "پایانsimplecolumns", "پایانspecialitem", "پایانspeech", "پایانspformula", "پایانsplitformula", "پایانsplittext", "پایانspread", "پایانstandardmakeup", "پایانstaticMPfigure", "پایانstaticMPgraphic", "پایانstrictinspectnextcharacter", "پایانstrut", "پایانstyle", "پایانsubformulas", "پایانsubject", "پایانsubjectlevel", "پایانsubsection", "پایانsubsentence", "پایانsubstack", "پایانsubsubject", "پایانsubsubsection", "پایانsubsubsubject", "پایانsubsubsubsection", "پایانsubsubsubsubject", "پایانsubsubsubsubsection", "پایانsubsubsubsubsubject", "پایانsuffixtext", "پایانsymbolset", "پایانtable", "پایانtablehead", "پایانtables", "پایانtabletail", "پایانtabletext", "پایانtabulate", "پایانtabulatehead", "پایانtabulatetail", "پایانtagged", "پایانtaglabeltext", "پایانtexcode", "پایانtexdefinition", "پایانtext", "پایانtextbackground", "پایانtextbackgroundmanual", "پایانtextcolor", "پایانtextcolorintent", "پایانtextflow", "پایانtextmakeup", "پایانtitle", "پایانtokenlist", "پایانtokens", "پایانtransparent", "پایانtypescript", "پایانtypescriptcollection", "پایانtyping", "پایانuniqueMPgraphic", "پایانuniqueMPpagegraphic", "پایانunittext", "پایانunpacked", "پایانusableMPgraphic", "پایانuseMPgraphic", "پایانusemathstyleparameter", "پایانuserdata", "پایانusingbtxspecification", "پایانvbox", "پایانvboxregister", "پایانvboxtohbox", "پایانvboxtohboxseparator", "پایانviewerlayer", "پایانvtop", "پایانvtopregister", "پایانxcell", "پایانxcellgroup", "پایانxcolumn", "پایانxgroup", "پایانxmldisplayverbatim", "پایانxmlinlineverbatim", "پایانxmlraw", "پایانxmlsetups", "پایانxrow", "پایانxrowgroup", "پایانxtable", "پایانxtablebody", "پایانxtablefoot", "پایانxtablehead", "پایانxtablenext", "پایانآیتم", "پایانبروبه", "پایانتنظیم‌راست", "پایانتنظیم‌وسط", "پایانتولید", "پایانخط‌حاشیه", "پایانخط‌متن", "پایاندرج‌شناور", "پایاندرج‌فرمول", "پایانرنگ", "پایانزبان", "پایانسر", "پایانفشرده", "پایانقالبی", "پایانمحیط", "پایانمنوی‌پانل", "پایانمولفه", "پایاننشر", "پایانپروژه", "پایانپس‌زمینه", "پایانچپ‌چین", "پایان‌خط", "پایین", "پرده", "پروژه", "پرکردن‌میدان", "پس‌زمینه", "چوبخط", "چپ‌چین", "کشیده", "کلمه‌راست", "گیره", "یادداشت", "یک‌جا", "یک‌خط" }, - ["ro"]={ "CUVANT", "CUVINTE", "Cuvant", "Cuvinte", "Kap", "LUNA", "Litera", "Litere", "Numere", "Numereromane", "ZIDINSAPTAMANA", "adapteazaaspect", "adubuffer", "adumarcaje", "afiseazaaspect", "afiseazaculoare", "afiseazafonttext", "afiseazagrid", "afiseazagrupculoare", "afiseazamakeup", "afiseazamediufonttext", "afiseazapaleta", "afiseazarama", "afiseazasetari", "afiseazasetsimboluri", "afiseazastruts", "afiseazatiparire", "aliniatcentru", "aliniatdreapta", "aliniatstanga", "ascundeblocuri", "baraculoare", "barainteractiune", "blanc", "butoaneinteractiune", "buton", "butonmeniu", "camp", "cloneazacamp", "coloana", "comparagrupculoare", "comparapaleta", "completeazanumarpagina", "componenta", "convertestenumar", "copiazacamp", "corecteazaspatiualb", "culoare", "culoaregri", "cuvantdreapta", "data", "datacurenta", "defineste", "definesteaccent", "definesteantet", "definestebloc", "definesteblocsectiune", "definestebuffer", "definestecamp", "definestecaracter", "definestecomanda", "definesteconversie", "definesteculoare", "definestedescriere", "definestedimensiunehartie", "definesteenumerare", "definesteeticheta", "definestefloat", "definestefont", "definestefonttext", "definesteformatreferinte", "definestegrupculori", "definestehbox", "definesteinconjurare", "definestelista", "definestelistacombinata", "definestemakeup", "definestemarcaje", "definestemediulfonttext", "definestemeniuinteractiune", "definesteoverlay", "definestepaleta", "definesteparagraf", "definesteprofil", "definesteprogram", "definestereferinte", "definesteregistru", "definestesablontabel", "definestesectiune", "definestesimbol", "definestesimbolfigura", "definestesinonim", "definestesinonimfont", "definestesortare", "definestestartstop", "definestestil", "definestestilfont", "definestestivacampuri", "definestesubcamp", "definestetabulatori", "definestetext", "definestetexteinconjurate", "definestetextinconjurat", "definestetyping", "despre", "determinacaracteristicilelistei", "determinacaracteristiciregistru", "determinanumartitlu", "din", "dute", "dutebox", "dutepagina", "ecran", "element", "faraliniiantetsisubsol", "faraliniisussijos", "faraspatiu", "figuraexterna", "firdepar", "folosesteURL", "folosestebloc", "folosestedirector", "folosestedocumentextern", "folosestefiguraexterna", "folosestemodul", "folosestemuzicaexterna", "folosestescriptJS", "folosestesimboluri", "folosesteurl", "fundal", "grosimelinie", "impartefloat", "inalt", "injos", "inlinie", "instalarelimba", "intins", "jos", "jossus", "la", "lapagina", "limba", "limbaprincipala", "linieneagra", "liniesubtire", "linieumplere", "liniinegre", "liniisubtiri", "litera", "litere", "luna", "lungimelista", "marcaje", "matematica", "mediu", "meniuinteractiune", "necunoscut", "nokap", "nota", "numarformula", "numarpagina", "numartitlu", "numartitlucurent", "numere", "numereromane", "olinie", "pagina", "pastreazablocuri", "pelung", "plaseazapegrid", "plaseazasemnecarte", "potrivestecamp", "pozitie", "proceseazabloc", "produs", "proiect", "puncte", "punedeasuprafiecareia", "punefatainfata", "puneformula", "punelista", "punelistacombinata", "punenotesubsol", "punenotesubsollocale", "punenumarpagina", "puneregistru", "punesubformula", "referinta", "referintapagina", "referintatext", "reflexie", "remarca", "reseteazamarcaje", "riglatext", "rigleumplere", "roteste", "scala", "scriebuffer", "scrieinlista", "scrieintreliste", "selecteazablocuri", "semncarte", "setareitemization", "setarelimba", "setarepozitie", "seteazaaliniat", "seteazaalinierea", "seteazaantet", "seteazaaranjareapag", "seteazaaspect", "seteazabarainteractiune", "seteazablanc", "seteazabloc", "seteazablocsectiune", "seteazabuffer", "seteazacamp", "seteazacampuri", "seteazaclipping", "seteazacoloane", "seteazacomentariu", "seteazacomentariupagina", "seteazaculoare", "seteazaculori", "seteazadimensiunihartie", "seteazaecraninteractiune", "seteazaelemente", "seteazaenumerare", "seteazafloat", "seteazafloats", "seteazafonttext", "seteazaformulare", "seteazaformule", "seteazafundal", "seteazafundaluri", "seteazagrosimelinie", "seteazaimpartireafloat", "seteazainconjurat", "seteazaingust", "seteazainteractiunea", "seteazajos", "seteazalegenda", "seteazalegendele", "seteazaliniesilabe", "seteazaliniesubtire", "seteazalinii", "seteazaliniimargine", "seteazaliniinegre", "seteazaliniiumplere", "seteazalista", "seteazalistacombinata", "seteazamajuscule", "seteazamakeup", "seteazamarcaje", "seteazameniuinteractiune", "seteazaminicitat", "seteazanotasubsol", "seteazanumarpagina", "seteazanumarsubpagina", "seteazanumartitlu", "seteazanumerotarelinii", "seteazanumerotarepagina", "seteazanumerotareparagrafe", "seteazapaleta", "seteazaparagrafe", "seteazaplasareaopozita", "seteazaprograme", "seteazareferinte", "seteazaregistru", "seteazarigletext", "seteazarigleumplere", "seteazarotare", "seteazasimbol", "seteazasinonime", "seteazasortare", "seteazaspatiu", "seteazaspatiualb", "seteazaspatiuinterliniar", "seteazasubsol", "seteazasus", "seteazatabele", "seteazatabulatori", "seteazatext", "seteazatexteantet", "seteazatextejos", "seteazatextesubsol", "seteazatextesus", "seteazatextetext", "seteazatitlu", "seteazatitluri", "seteazatoleranta", "seteazatranzitiepagina", "seteazatype", "seteazatyping", "seteazaurl", "simbol", "spatiifixate", "spatiu", "spatiufixat", "startaliniatcentru", "startaliniatdreapta", "startaliniatstanga", "startcomponenta", "startculoare", "startdute", "startfundal", "startimpachetat", "startlimba", "startlinie", "startliniemargine", "startmediu", "startmeniuinteractiune", "startprodus", "startproiect", "startpublicatie", "startpuneformula", "startriglatext", "starttitlu", "stivacampuri", "stopaliniatcentru", "stopaliniatdreapta", "stopaliniatstanga", "stopcomponenta", "stopculoare", "stopdute", "stopfundal", "stopimpachetat", "stoplimba", "stoplinie", "stopliniemargine", "stopmediu", "stopmeniuinteractiune", "stopprodus", "stopproiect", "stoppublicatie", "stoppuneformula", "stopriglatext", "stoptitlu", "textumplere", "traduce", "trecilafonttext", "undeva", "valoareculoare", "versiune", "zidinsaptamana" }, + ["fr"]={ "Caractere", "Caracteres", "Chiffresromains", "JOURSEMAINE", "MOIS", "MOT", "MOTS", "Mot", "Mots", "Numeros", "a", "adaptedisposition", "ajustechamp", "alaligne", "alapage", "aligneadroite", "aligneagauche", "aligneaumilieu", "arriereplan", "baha", "barrecouleur", "barreinteraction", "bas", "bouton", "boutonmenu", "boutonsinteraction", "cacheblocs", "caractere", "caracteres", "champ", "changepolicecorps", "chiffresromains", "clonechamp", "colonne", "commentaire", "comparegroupecouleur", "comparepalette", "completenumeropage", "completeregistre", "composant", "concernant", "convertitnumero", "copitchamp", "corrigeespaceblanc", "couleur", "couleurgrise", "dactylographier", "dans", "datecourante", "de", "definicaractere", "definit", "definitaccent", "definitbloc", "definitblocsection", "definitbuffer", "definitcalque", "definitchamp", "definitcommande", "definitconversion", "definitcouleur", "definitdactylo", "definitdemarrestoppe", "definitdescription", "definitdisposition", "definitenumeration", "definitenvironnementpolicecorps", "definitetiquette", "definitflottant", "definitformatreference", "definitgroupecouleur", "definithbox", "definitjeucolonne", "definitliste", "definitlisteimbriquee", "definitmakeup", "definitmarquage", "definitmenuinteraction", "definitpalette", "definitparagraphes", "definitpilechamp", "definitpolice", "definitpolicecorps", "definitprofil", "definitprogramme", "definitreference", "definitregistre", "definitrevetement", "definitsautdecolonne", "definitsautdepage", "definitsection", "definitsouschamp", "definitstyle", "definitstylepolice", "definitsymbole", "definitsymbolefigure", "definitsynonymepolice", "definitsynonymes", "definittabulation", "definittaillepapier", "definittete", "definittexte", "definittrametableau", "definittri", "definittype", "definitvide", "demarreJScode", "demarreJSpreamble", "demarreLUA", "demarreMP", "demarreMPclip", "demarreMPcode", "demarreMPdefinitions", "demarreMPdrawing", "demarreMPenvironment", "demarreMPextensions", "demarreMPinclusions", "demarreMPinitializations", "demarreMPpage", "demarreMPpositiongraphic", "demarreMPpositionmethod", "demarreMPrun", "demarrePARSEDXML", "demarreTABLE", "demarreTABLEbody", "demarreTABLEfoot", "demarreTABLEhead", "demarreTABLEnested", "demarreTABLEnext", "demarreTC", "demarreTD", "demarreTDs", "demarreTEX", "demarreTEXpage", "demarreTH", "demarreTN", "demarreTR", "demarreTRs", "demarreTX", "demarreTY", "demarreXML", "demarrealign", "demarrealigneadroite", "demarrealigneagauche", "demarrealigneaumilieu", "demarrealignment", "demarreallmodes", "demarreappendices", "demarrearrangedpages", "demarrearriereplan", "demarreaside", "demarreattachment", "demarrebackmatter", "demarrebar", "demarrebbordermatrix", "demarrebitmapimage", "demarreblockquote", "demarrebodymatter", "demarrebordermatrix", "demarreboxedcolumns", "demarrebtxlabeltext", "demarrebtxrenderingdefinitions", "demarrebuffer", "demarrecases", "demarrecatcodetable", "demarrecenteraligned", "demarrechapter", "demarrecharacteralign", "demarrecheckedfences", "demarrechemical", "demarrechemicaltext", "demarreciter", "demarrecollect", "demarrecollecting", "demarrecolorintent", "demarrecoloronly", "demarrecolorset", "demarrecolumns", "demarrecolumnset", "demarrecolumnsetspan", "demarrecombination", "demarrecomment", "demarrecomposant", "demarrecontextcode", "demarrecontextdefinitioncode", "demarrecouleur", "demarrectxfunction", "demarrectxfunctiondefinition", "demarrecurrentcolor", "demarrecurrentlistentrywrapper", "demarredelimited", "demarredelimitedtext", "demarredisplaymath", "demarredmath", "demarredocument", "demarreeffect", "demarreelement", "demarreembeddedxtable", "demarreendnote", "demarreendofline", "demarreenvironement", "demarreexceptions", "demarreexpanded", "demarreexpandedcollect", "demarreextendedcatcodetable", "demarreexternalfigurecollection", "demarrefacingfloat", "demarrefact", "demarrefigure", "demarrefiguretext", "demarrefittingpage", "demarrefixed", "demarrefloatcombination", "demarrefont", "demarrefontclass", "demarrefontsolution", "demarrefootnote", "demarreformula", "demarreformulas", "demarreframed", "demarreframedcell", "demarreframedcontent", "demarreframedrow", "demarreframedtable", "demarreframedtext", "demarrefrontmatter", "demarregraphictext", "demarregridsnapping", "demarregroupe", "demarrehanging", "demarrehbox", "demarrehboxestohbox", "demarrehboxregister", "demarreheadtext", "demarrehelptext", "demarrehiding", "demarrehighlight", "demarrehyphenation", "demarreimath", "demarreindentation", "demarreindentedtext", "demarreinteraction", "demarreinterface", "demarreintermezzotext", "demarreintertext", "demarreitemgroup", "demarreitemgroupcolumns", "demarreitemize", "demarreknockout", "demarrelabeltext", "demarrelangue", "demarrelayout", "demarrelegend", "demarreligne", "demarreligneregleetexte", "demarrelinealignment", "demarrelinecorrection", "demarrelinefiller", "demarrelinenumbering", "demarrelines", "demarrelinetable", "demarrelinetablebody", "demarrelinetablecell", "demarrelinetablehead", "demarrelocalfootnotes", "demarrelocalheadsetup", "demarrelocallinecorrection", "demarrelocalnotes", "demarrelocalsetups", "demarrelua", "demarreluacode", "demarreluaparameterset", "demarreluasetups", "demarremakeup", "demarremargereglee", "demarremarginblock", "demarremarkedcontent", "demarremarkpages", "demarremathalignment", "demarremathcases", "demarremathlabeltext", "demarremathmatrix", "demarremathmode", "demarremathstyle", "demarrematrices", "demarrematrix", "demarremaxaligned", "demarremdformula", "demarremenuinteraction", "demarremiddlealigned", "demarremiddlemakeup", "demarremixedcolumns", "demarremode", "demarremodeset", "demarremodule", "demarremoduletestsection", "demarrempformula", "demarrenamedsection", "demarrenamedsubformulas", "demarrenarrow", "demarrenarrower", "demarrenegative", "demarrenicelyfilledbox", "demarrenointerference", "demarrenotallmodes", "demarrenotext", "demarrenotmode", "demarreoperatortext", "demarreopposite", "demarreoutputstream", "demarreoverlay", "demarreoverprint", "demarrepagecolumns", "demarrepagecomment", "demarrepagefigure", "demarrepagelayout", "demarrepagemakeup", "demarrepar", "demarreparagraph", "demarreparagraphs", "demarreparagraphscell", "demarreparbuilder", "demarrepart", "demarrepath", "demarreplacechemical", "demarreplacefigure", "demarreplaceflottant", "demarreplaceformule", "demarreplacegraphic", "demarreplaceintermezzo", "demarreplacelegend", "demarreplacepairedbox", "demarreplacetable", "demarrepositioning", "demarrepositionoverlay", "demarrepositive", "demarrepostponing", "demarrepostponingnotes", "demarreprefixtext", "demarreprocessassignmentcommand", "demarreprocessassignmentlist", "demarreprocesscommacommand", "demarreprocesscommalist", "demarreproduit", "demarreprojet", "demarreprotect", "demarreprotectedcolors", "demarrepublication", "demarrepunctuation", "demarrequotation", "demarrequote", "demarrerandomized", "demarrerandomseed", "demarrerawsetups", "demarrereadingfile", "demarrereferenceprefix", "demarreregime", "demarrereusableMPgraphic", "demarreruby", "demarrescript", "demarresdformula", "demarresection", "demarresectionblock", "demarresectionblockenvironment", "demarresectionlevel", "demarresetups", "demarreshapebox", "demarreshift", "demarresidebar", "demarresimplecolumns", "demarrespecialitem", "demarrespeech", "demarrespformula", "demarresplitformula", "demarresplittext", "demarrespread", "demarrestandardmakeup", "demarrestaticMPfigure", "demarrestaticMPgraphic", "demarrestrictinspectnextcharacter", "demarrestrut", "demarrestyle", "demarresubformulas", "demarresubject", "demarresubjectlevel", "demarresubsection", "demarresubsentence", "demarresubstack", "demarresubsubject", "demarresubsubsection", "demarresubsubsubject", "demarresubsubsubsection", "demarresubsubsubsubject", "demarresubsubsubsubsection", "demarresubsubsubsubsubject", "demarresuffixtext", "demarresymbolset", "demarretable", "demarretablehead", "demarretables", "demarretabletail", "demarretabletext", "demarretabulate", "demarretabulatehead", "demarretabulatetail", "demarretagged", "demarretaglabeltext", "demarretete", "demarretexcode", "demarretexdefinition", "demarretext", "demarretextbackground", "demarretextbackgroundmanual", "demarretextcolor", "demarretextcolorintent", "demarretextflow", "demarretextmakeup", "demarretitle", "demarretokenlist", "demarretokens", "demarretransparent", "demarretypescript", "demarretypescriptcollection", "demarretyping", "demarreuniqueMPgraphic", "demarreuniqueMPpagegraphic", "demarreunittext", "demarreunpacked", "demarreusableMPgraphic", "demarreuseMPgraphic", "demarreusemathstyleparameter", "demarreuserdata", "demarreusingbtxspecification", "demarreva", "demarrevbox", "demarrevboxregister", "demarrevboxtohbox", "demarrevboxtohboxseparator", "demarreviewerlayer", "demarrevtop", "demarrevtopregister", "demarrexcell", "demarrexcellgroup", "demarrexcolumn", "demarrexgroup", "demarrexmldisplayverbatim", "demarrexmlinlineverbatim", "demarrexmlraw", "demarrexmlsetups", "demarrexrow", "demarrexrowgroup", "demarrextable", "demarrextablebody", "demarrextablefoot", "demarrextablehead", "demarrextablenext", "determinecaracteristiqueliste", "determinecaracteristiquesregistre", "determinenumerotete", "echelle", "ecran", "ecritdansliste", "ecritentreliste", "element", "elements", "environement", "espace", "espacefixe", "espacesfixes", "etire", "faitreference", "fichierdactylo", "figureexterne", "gardeblocs", "grille", "haut", "inconnu", "installelangue", "joursemaine", "langue", "langueprincipale", "largeurligne", "ligneh", "lignenoire", "ligneregleetexte", "lignesnoires", "llongueurliste", "marquage", "marquepage", "mathematique", "menuinteraction", "mois", "montrecadre", "montrecouleur", "montredisposition", "montreedition", "montreenvironnementpolicecorps", "montregrille", "montregroupecouleur", "montrejeusymboles", "montremakeup", "montrepalette", "montrepolicecorps", "montrereglages", "montrestruts", "motdroit", "numeroformule", "numeropage", "numeros", "numerotete", "numerotetecourant", "obtientmarquage", "oriente", "periodes", "pilechamp", "placecoteacote", "placeflottant", "placeformule", "placelesunsaudessusdesautres", "placeliste", "placelisteinmbriquee", "placemarquespages", "placenotespdp", "placenotespdplocales", "placenumeropage", "placenumerotete", "placeregistre", "placesousformule", "placesurgrille", "placetextetete", "prendbuffer", "produit", "programme", "projet", "qqpart", "razmarquage", "referencepage", "referencetexte", "reflete", "reglealignement", "reglearrangement", "reglearriereplan", "reglearriereplans", "reglebarreinteraction", "reglebloc", "regleblocsection", "reglebuffer", "reglecapitales", "reglechamp", "reglechamps", "regleclipping", "reglecolonnes", "reglecommentaire", "reglecommentairepage", "reglecompoetroite", "reglecomposeenalinea", "reglecouleur", "reglecouleurs", "regledactylo", "regledemarrestoppe", "regledescriptions", "regledisposition", "regleecraninteraction", "regleelements", "regleencadre", "regleentete", "regleenumerations", "regleenvironnementpolicecorps", "regleepaisseurligne", "regleespaceblanc", "regleespacement", "regleespacementinterligne", "regleflottant", "regleflottants", "regleformulaires", "regleformules", "reglegroupeselements", "regleinf", "regleinteraction", "regleintitule", "regleintitules", "reglejeucolonne", "reglejeusymboles", "reglelangue", "reglelignes", "reglelignesnoires", "reglelignesreglestexte", "regleliste", "reglelisteimbriquee", "reglemakeup", "reglemargereglee", "reglemarquage", "reglemarquagehyphenation", "reglemenuinteraction", "reglenotepdp", "reglenumeropage", "reglenumerotationligne", "reglenumerotationpage", "reglenumerotationparagraphe", "reglenumerotete", "regleoriente", "reglepalette", "reglepapier", "regleparagraphes", "reglepdp", "regleplacementopposition", "reglepolicecorps", "reglepositionnement", "regleprogrammes", "reglereferencage", "regleregistre", "regleremplitligne", "regleremplitlignesreglees", "regleseparationflottant", "reglesousnumeropage", "reglestrut", "reglesup", "reglesynonymes", "reglesysteme", "regletableaux", "regletabulation", "regletaillepapier", "regletete", "regletetes", "regletexte", "regletextesentete", "regletextesinf", "regletextespdp", "regletextessup", "regletextestexte", "regletolerance", "regletraitsfins", "regletransitionspage", "regletri", "regletype", "regleurl", "remplitligne", "remplitlignesreglees", "remplittexte", "sansespace", "sanslignesenteteetpdp", "sanslignessupetinf", "selectionneblocs", "separeflottant", "settext", "sousnumeropage", "stoppeJScode", "stoppeJSpreamble", "stoppeLUA", "stoppeMP", "stoppeMPclip", "stoppeMPcode", "stoppeMPdefinitions", "stoppeMPdrawing", "stoppeMPenvironment", "stoppeMPextensions", "stoppeMPinclusions", "stoppeMPinitializations", "stoppeMPpage", "stoppeMPpositiongraphic", "stoppeMPpositionmethod", "stoppeMPrun", "stoppePARSEDXML", "stoppeTABLE", "stoppeTABLEbody", "stoppeTABLEfoot", "stoppeTABLEhead", "stoppeTABLEnested", "stoppeTABLEnext", "stoppeTC", "stoppeTD", "stoppeTDs", "stoppeTEX", "stoppeTEXpage", "stoppeTH", "stoppeTN", "stoppeTR", "stoppeTRs", "stoppeTX", "stoppeTY", "stoppeXML", "stoppealign", "stoppealigneadroite", "stoppealigneagauche", "stoppealigneaumilieu", "stoppealignment", "stoppeallmodes", "stoppeappendices", "stoppearrangedpages", "stoppearriereplan", "stoppeaside", "stoppeattachment", "stoppebackmatter", "stoppebar", "stoppebbordermatrix", "stoppebitmapimage", "stoppeblockquote", "stoppebodymatter", "stoppebordermatrix", "stoppeboxedcolumns", "stoppebtxlabeltext", "stoppebtxrenderingdefinitions", "stoppebuffer", "stoppecases", "stoppecatcodetable", "stoppecenteraligned", "stoppechapter", "stoppecharacteralign", "stoppecheckedfences", "stoppechemical", "stoppechemicaltext", "stoppecollect", "stoppecollecting", "stoppecolorintent", "stoppecoloronly", "stoppecolorset", "stoppecolumns", "stoppecolumnset", "stoppecolumnsetspan", "stoppecombination", "stoppecomment", "stoppecomposant", "stoppecontextcode", "stoppecontextdefinitioncode", "stoppecouleur", "stoppectxfunction", "stoppectxfunctiondefinition", "stoppecurrentcolor", "stoppecurrentlistentrywrapper", "stoppedelimited", "stoppedelimitedtext", "stoppedisplaymath", "stoppedmath", "stoppedocument", "stoppeeffect", "stoppeelement", "stoppeembeddedxtable", "stoppeendnote", "stoppeendofline", "stoppeenvironement", "stoppeexceptions", "stoppeexpanded", "stoppeexpandedcollect", "stoppeextendedcatcodetable", "stoppeexternalfigurecollection", "stoppefacingfloat", "stoppefact", "stoppefigure", "stoppefiguretext", "stoppefittingpage", "stoppefixed", "stoppefloatcombination", "stoppefont", "stoppefontclass", "stoppefontsolution", "stoppefootnote", "stoppeformula", "stoppeformulas", "stoppeframed", "stoppeframedcell", "stoppeframedcontent", "stoppeframedrow", "stoppeframedtable", "stoppeframedtext", "stoppefrontmatter", "stoppegraphictext", "stoppegridsnapping", "stoppegroupe", "stoppehanging", "stoppehbox", "stoppehboxestohbox", "stoppehboxregister", "stoppeheadtext", "stoppehelptext", "stoppehiding", "stoppehighlight", "stoppehyphenation", "stoppeimath", "stoppeindentation", "stoppeindentedtext", "stoppeinteraction", "stoppeinterface", "stoppeintermezzotext", "stoppeintertext", "stoppeitemgroup", "stoppeitemgroupcolumns", "stoppeitemize", "stoppeknockout", "stoppelabeltext", "stoppelangue", "stoppelayout", "stoppelegend", "stoppeligne", "stoppeligneregleetexte", "stoppelinealignment", "stoppelinecorrection", "stoppelinefiller", "stoppelinenumbering", "stoppelines", "stoppelinetable", "stoppelinetablebody", "stoppelinetablecell", "stoppelinetablehead", "stoppelocalfootnotes", "stoppelocalheadsetup", "stoppelocallinecorrection", "stoppelocalnotes", "stoppelocalsetups", "stoppelua", "stoppeluacode", "stoppeluaparameterset", "stoppeluasetups", "stoppemakeup", "stoppemargereglee", "stoppemarginblock", "stoppemarkedcontent", "stoppemarkpages", "stoppemathalignment", "stoppemathcases", "stoppemathlabeltext", "stoppemathmatrix", "stoppemathmode", "stoppemathstyle", "stoppematrices", "stoppematrix", "stoppemaxaligned", "stoppemdformula", "stoppemenuinteraction", "stoppemiddlealigned", "stoppemiddlemakeup", "stoppemixedcolumns", "stoppemode", "stoppemodeset", "stoppemodule", "stoppemoduletestsection", "stoppempformula", "stoppenamedsection", "stoppenamedsubformulas", "stoppenarrow", "stoppenarrower", "stoppenegative", "stoppenicelyfilledbox", "stoppenointerference", "stoppenotallmodes", "stoppenotext", "stoppenotmode", "stoppeoperatortext", "stoppeopposite", "stoppeoutputstream", "stoppeoverlay", "stoppeoverprint", "stoppepagecolumns", "stoppepagecomment", "stoppepagefigure", "stoppepagelayout", "stoppepagemakeup", "stoppepar", "stoppeparagraph", "stoppeparagraphs", "stoppeparagraphscell", "stoppeparbuilder", "stoppepart", "stoppepath", "stoppeplacechemical", "stoppeplacefigure", "stoppeplaceflottant", "stoppeplaceformule", "stoppeplacegraphic", "stoppeplaceintermezzo", "stoppeplacelegend", "stoppeplacepairedbox", "stoppeplacetable", "stoppepositioning", "stoppepositionoverlay", "stoppepositive", "stoppepostponing", "stoppepostponingnotes", "stoppeprefixtext", "stoppeprocessassignmentcommand", "stoppeprocessassignmentlist", "stoppeprocesscommacommand", "stoppeprocesscommalist", "stoppeproduit", "stoppeprojet", "stoppeprotect", "stoppeprotectedcolors", "stoppepublication", "stoppepunctuation", "stoppequotation", "stoppequote", "stopperandomized", "stopperandomseed", "stopperawsetups", "stoppereadingfile", "stoppereferenceprefix", "stopperegime", "stoppereusableMPgraphic", "stopperuby", "stoppescript", "stoppesdformula", "stoppesection", "stoppesectionblock", "stoppesectionblockenvironment", "stoppesectionlevel", "stoppesetups", "stoppeshapebox", "stoppeshift", "stoppesidebar", "stoppesimplecolumns", "stoppespecialitem", "stoppespeech", "stoppespformula", "stoppesplitformula", "stoppesplittext", "stoppespread", "stoppestandardmakeup", "stoppestaticMPfigure", "stoppestaticMPgraphic", "stoppestrictinspectnextcharacter", "stoppestrut", "stoppestyle", "stoppesubformulas", "stoppesubject", "stoppesubjectlevel", "stoppesubsection", "stoppesubsentence", "stoppesubstack", "stoppesubsubject", "stoppesubsubsection", "stoppesubsubsubject", "stoppesubsubsubsection", "stoppesubsubsubsubject", "stoppesubsubsubsubsection", "stoppesubsubsubsubsubject", "stoppesuffixtext", "stoppesymbolset", "stoppetable", "stoppetablehead", "stoppetables", "stoppetabletail", "stoppetabletext", "stoppetabulate", "stoppetabulatehead", "stoppetabulatetail", "stoppetagged", "stoppetaglabeltext", "stoppetete", "stoppetexcode", "stoppetexdefinition", "stoppetext", "stoppetextbackground", "stoppetextbackgroundmanual", "stoppetextcolor", "stoppetextcolorintent", "stoppetextflow", "stoppetextmakeup", "stoppetitle", "stoppetokenlist", "stoppetokens", "stoppetransparent", "stoppetypescript", "stoppetypescriptcollection", "stoppetyping", "stoppeuniqueMPgraphic", "stoppeuniqueMPpagegraphic", "stoppeunittext", "stoppeunpacked", "stoppeusableMPgraphic", "stoppeuseMPgraphic", "stoppeusemathstyleparameter", "stoppeuserdata", "stoppeusingbtxspecification", "stoppeva", "stoppevbox", "stoppevboxregister", "stoppevboxtohbox", "stoppevboxtohboxseparator", "stoppeviewerlayer", "stoppevtop", "stoppevtopregister", "stoppexcell", "stoppexcellgroup", "stoppexcolumn", "stoppexgroup", "stoppexmldisplayverbatim", "stoppexmlinlineverbatim", "stoppexmlraw", "stoppexmlsetups", "stoppexrow", "stoppexrowgroup", "stoppextable", "stoppextablebody", "stoppextablefoot", "stoppextablehead", "stoppextablenext", "symbole", "tapebuffer", "textenotepdp", "traduire", "traiteblocs", "traitfin", "traitsfins", "uneligne", "utiliseJSscripts", "utiliseURL", "utiliseblocs", "utilisechemin", "utilisedocumentexterne", "utilisefigureexterne", "utilisemodule", "utilisepsiteaudioexterne", "utilisesymboles", "utiliseurl", "va", "vaalaboite", "vaalapage", "vaenbas", "valeurcouleur", "vide" }, + ["it"]={ "GIORNOSETTIMANA", "Lettera", "Lettere", "MESE", "Numeri", "Numeriromani", "PAROLA", "PAROLE", "Parola", "Parole", "adattacampo", "adattalayout", "al", "allineacentro", "allineadestra", "allineasinistra", "ambiente", "ap", "apagina", "barracolori", "barrainterazione", "cambiaafontdeltesto", "campi", "capello", "chim", "circondato", "clonacampo", "colonna", "colore", "coloregrigio", "commento", "componenet", "confrontagruppocolori", "confrontatavolozza", "convertinumero", "copiacampo", "correggispaziobianco", "da", "daqualcheparte", "data", "datadioggi", "definisci", "definisciaccento", "definisciambientefontdeltesto", "definisciblocco", "definiscibloccosezione", "definiscibuffer", "definiscicampo", "definiscicapoversi", "definiscicarattere", "definiscicolore", "definiscicomando", "definisciconversione", "definiscidescrizione", "definiscidimensionicarta", "definiscielenco", "definiscielencocombinato", "definiscienumerazione", "definiscietichetta", "definiscifigurasimbolo", "definiscifont", "definiscifontdeltesto", "definisciformatoriferimento", "definiscigruppocolonne", "definiscigruppocolori", "definiscihbox", "definisciincorniciato", "definisciiniziatermina", "definiscilayout", "definiscimakeup", "definiscimarcatura", "definiscimenuinterazione", "definiscimodellotabella", "definiscioggettomobile", "definisciordinamento", "definisciprofilo", "definisciprogramma", "definisciregistro", "definisciriferimento", "definiscisezione", "definiscisimbolo", "definiscisinonimi", "definiscisinonimofont", "definiscisottocampo", "definiscisovrapposizione", "definiscistackcampi", "definiscistile", "definiscistilefont", "definiscitabulato", "definiscitavolozza", "definiscitesta", "definiscitesto", "definiscitestoincorniciato", "definiscitype", "definiscityping", "determinacaratteristicheregistro", "determinacarattersticheelenco", "determinanumerotesta", "elaborablocchi", "elementi", "elemento", "figuraesterna", "giornosettimana", "griglia", "ignoto", "impostaallineamento", "impostaambientefontdeltesto", "impostaampiezzariga", "impostabarrainterazione", "impostablocco", "impostabloccosezione", "impostabuffer", "impostacampi", "impostacampo", "impostacapoversi", "impostacaption", "impostacaptions", "impostacima", "impostaclippling", "impostacolonne", "impostacolore", "impostacolori", "impostacommento", "impostacommentopagina", "impostadescrizioni", "impostadimensionicarta", "impostaelementi", "impostaelencazioni", "impostaelenco", "impostaelencocombinato", "impostaenumerazioni", "impostafondo", "impostafontdeltesto", "impostaforms", "impostaformule", "impostagruppocolonne", "impostaincorniciato", "impostainiziatermina", "impostainstestazione", "impostainterazione", "impostainterlinea", "impostalayout", "impostalineemargine", "impostalineenere", "impostalineeriempimento", "impostalineesottili", "impostalineetesto", "impostalingua", "impostamaiuscole", "impostamakeup", "impostamarcatura", "impostamenuinterazione", "impostamenzione", "impostanotepdp", "impostanumerazionecapoversi", "impostanumerazionepagina", "impostanumerazionerighe", "impostanumeropagina", "impostanumerosottopagina", "impostanumerotesta", "impostaoggettimobili", "impostaoggettomobile", "impostaordinamento", "impostaparranging", "impostapdp", "impostapiustretto", "impostaposizionamento", "impostaposizionamentoopposti", "impostaprogrammi", "impostaregistro", "impostarientro", "impostariferimento", "impostarighe", "impostarigheriempimento", "impostarigovuoto", "impostarotazione", "impostaschermointerazione", "impostasegnosillabazione", "impostasetsimboli", "impostasfondi", "impostasfondo", "impostasinonimi", "impostasistema", "impostaspaziatura", "impostaspaziobianco", "impostaspezzamentooggettomobile", "impostastrut", "impostatabelle", "impostatabulato", "impostatavolozza", "impostatesta", "impostateste", "impostatesticima", "impostatestifondo", "impostatestiincorniciati", "impostatestiintestazioni", "impostatestipdp", "impostatesto", "impostatestotesti", "impostatolleranza", "impostatransizionepagina", "impostatype", "impostatyping", "impostaurl", "incorniciato", "iniziaJScode", "iniziaJSpreamble", "iniziaLUA", "iniziaMP", "iniziaMPclip", "iniziaMPcode", "iniziaMPdefinitions", "iniziaMPdrawing", "iniziaMPenvironment", "iniziaMPextensions", "iniziaMPinclusions", "iniziaMPinitializations", "iniziaMPpage", "iniziaMPpositiongraphic", "iniziaMPpositionmethod", "iniziaMPrun", "iniziaPARSEDXML", "iniziaTABLE", "iniziaTABLEbody", "iniziaTABLEfoot", "iniziaTABLEhead", "iniziaTABLEnested", "iniziaTABLEnext", "iniziaTC", "iniziaTD", "iniziaTDs", "iniziaTEX", "iniziaTEXpage", "iniziaTH", "iniziaTN", "iniziaTR", "iniziaTRs", "iniziaTX", "iniziaTY", "iniziaXML", "iniziaalign", "iniziaalignment", "iniziaallineacentro", "iniziaallineadestra", "iniziaallineasinistra", "iniziaallmodes", "iniziaambiente", "iniziaappendices", "iniziaarrangedpages", "iniziaaside", "iniziaattachment", "iniziabackmatter", "iniziabar", "iniziabbordermatrix", "iniziabitmapimage", "iniziablockquote", "iniziabodymatter", "iniziabordermatrix", "iniziaboxedcolumns", "iniziabtxlabeltext", "iniziabtxrenderingdefinitions", "iniziabuffer", "iniziacases", "iniziacatcodetable", "iniziacenteraligned", "iniziachapter", "iniziacharacteralign", "iniziacheckedfences", "iniziachemical", "iniziachemicaltext", "iniziacollect", "iniziacollecting", "iniziacolore", "iniziacolorintent", "iniziacoloronly", "iniziacolorset", "iniziacolumns", "iniziacolumnset", "iniziacolumnsetspan", "iniziacombination", "iniziacomment", "iniziacomponenet", "iniziacontextcode", "iniziacontextdefinitioncode", "iniziactxfunction", "iniziactxfunctiondefinition", "iniziacurrentcolor", "iniziacurrentlistentrywrapper", "iniziadelimited", "iniziadelimitedtext", "iniziadisplaymath", "iniziadmath", "iniziadocument", "iniziaeffect", "iniziaelement", "iniziaelemento", "iniziaembeddedxtable", "iniziaendnote", "iniziaendofline", "iniziaexceptions", "iniziaexpanded", "iniziaexpandedcollect", "iniziaextendedcatcodetable", "iniziaexternalfigurecollection", "iniziafacingfloat", "iniziafact", "iniziafigure", "iniziafiguretext", "iniziafittingpage", "iniziafixed", "iniziafloatcombination", "iniziafont", "iniziafontclass", "iniziafontsolution", "iniziafootnote", "iniziaformula", "iniziaformulas", "iniziaframedcell", "iniziaframedcontent", "iniziaframedrow", "iniziaframedtable", "iniziaframedtext", "iniziafrontmatter", "iniziagraphictext", "iniziagridsnapping", "iniziahanging", "iniziahbox", "iniziahboxestohbox", "iniziahboxregister", "iniziaheadtext", "iniziahelptext", "iniziahiding", "iniziahighlight", "iniziahyphenation", "iniziaimath", "iniziaimpaccato", "iniziaincorniciato", "iniziaindentation", "iniziaindentedtext", "iniziainteraction", "iniziainterface", "iniziaintermezzotext", "iniziaintertext", "iniziaitemgroup", "iniziaitemgroupcolumns", "iniziaitemize", "iniziaknockout", "inizialabeltext", "inizialayout", "inizialegend", "inizialinealignment", "inizialineamargine", "inizialineatesto", "inizialinecorrection", "inizialinefiller", "inizialinenumbering", "inizialines", "inizialinetable", "inizialinetablebody", "inizialinetablecell", "inizialinetablehead", "inizialingua", "inizialocalfootnotes", "inizialocalheadsetup", "inizialocallinecorrection", "inizialocalnotes", "inizialocalsetups", "inizialua", "inizialuacode", "inizialuaparameterset", "inizialuasetups", "iniziamakeup", "iniziamarginblock", "iniziamarkedcontent", "iniziamarkpages", "iniziamathalignment", "iniziamathcases", "iniziamathlabeltext", "iniziamathmatrix", "iniziamathmode", "iniziamathstyle", "iniziamatrices", "iniziamatrix", "iniziamaxaligned", "iniziamdformula", "iniziamenuinterattivo", "iniziamettiformula", "iniziamiddlealigned", "iniziamiddlemakeup", "iniziamixedcolumns", "iniziamode", "iniziamodeset", "iniziamodule", "iniziamoduletestsection", "iniziampformula", "inizianamedsection", "inizianamedsubformulas", "inizianarrow", "inizianarrower", "inizianegative", "inizianicelyfilledbox", "inizianointerference", "inizianotallmodes", "inizianotext", "inizianotmode", "iniziaoperatortext", "iniziaopposite", "iniziaoutputstream", "iniziaoverlay", "iniziaoverprint", "iniziapagecolumns", "iniziapagecomment", "iniziapagefigure", "iniziapagelayout", "iniziapagemakeup", "iniziapar", "iniziaparagraph", "iniziaparagraphs", "iniziaparagraphscell", "iniziaparbuilder", "iniziapart", "iniziapath", "iniziaplacechemical", "iniziaplacefigure", "iniziaplacefloat", "iniziaplacegraphic", "iniziaplaceintermezzo", "iniziaplacelegend", "iniziaplacepairedbox", "iniziaplacetable", "iniziapositioning", "iniziapositionoverlay", "iniziapositive", "iniziapostponing", "iniziapostponingnotes", "iniziaprefixtext", "iniziaprocessassignmentcommand", "iniziaprocessassignmentlist", "iniziaprocesscommacommand", "iniziaprocesscommalist", "iniziaprodotto", "iniziaprogetto", "iniziaprotect", "iniziaprotectedcolors", "iniziapubblicazione", "iniziapunctuation", "iniziaquotation", "iniziaquote", "iniziarandomized", "iniziarandomseed", "iniziarawsetups", "iniziareadingfile", "iniziareferenceprefix", "iniziaregime", "iniziareusableMPgraphic", "iniziariga", "iniziaruby", "iniziascript", "iniziasdformula", "iniziasection", "iniziasectionblock", "iniziasectionblockenvironment", "iniziasectionlevel", "iniziasetups", "iniziasfondo", "iniziashapebox", "iniziashift", "iniziasidebar", "iniziasimplecolumns", "iniziaspecialitem", "iniziaspeech", "iniziaspformula", "iniziasplitformula", "iniziasplittext", "iniziaspread", "iniziastandardmakeup", "iniziastaticMPfigure", "iniziastaticMPgraphic", "iniziastrictinspectnextcharacter", "iniziastrut", "iniziastyle", "iniziasubformulas", "iniziasubject", "iniziasubjectlevel", "iniziasubsection", "iniziasubsentence", "iniziasubstack", "iniziasubsubject", "iniziasubsubsection", "iniziasubsubsubject", "iniziasubsubsubsection", "iniziasubsubsubsubject", "iniziasubsubsubsubsection", "iniziasubsubsubsubsubject", "iniziasuffixtext", "iniziasymbolset", "iniziatable", "iniziatablehead", "iniziatables", "iniziatabletail", "iniziatabletext", "iniziatabulate", "iniziatabulatehead", "iniziatabulatetail", "iniziatagged", "iniziataglabeltext", "iniziatesta", "iniziatexcode", "iniziatexdefinition", "iniziatext", "iniziatextbackground", "iniziatextbackgroundmanual", "iniziatextcolor", "iniziatextcolorintent", "iniziatextflow", "iniziatextmakeup", "iniziatitle", "iniziatokenlist", "iniziatokens", "iniziatransparent", "iniziatypescript", "iniziatypescriptcollection", "iniziatyping", "iniziauniqueMPgraphic", "iniziauniqueMPpagegraphic", "iniziaunittext", "iniziaunpacked", "iniziausableMPgraphic", "iniziauseMPgraphic", "iniziausemathstyleparameter", "iniziauserdata", "iniziausingbtxspecification", "iniziavaia", "iniziavbox", "iniziavboxregister", "iniziavboxtohbox", "iniziavboxtohboxseparator", "iniziaviewerlayer", "iniziavtop", "iniziavtopregister", "iniziaxcell", "iniziaxcellgroup", "iniziaxcolumn", "iniziaxgroup", "iniziaxmldisplayverbatim", "iniziaxmlinlineverbatim", "iniziaxmlraw", "iniziaxmlsetups", "iniziaxrow", "iniziaxrowgroup", "iniziaxtable", "iniziaxtablebody", "iniziaxtablefoot", "iniziaxtablehead", "iniziaxtablenext", "inriga", "installalingua", "intorno", "lettera", "lettere", "lineanera", "lineasottile", "lineatesto", "lineenere", "lineeriempimento", "lineesottili", "lingua", "linguaprincipale", "lunghezzaelenco", "marcatura", "matematica", "menuinterattivo", "mese", "mettielenco", "mettielencocombinato", "mettifiancoafianco", "mettiformula", "mettiingriglia", "mettinotepdp", "mettinotepdplocali", "mettinumeropagina", "mettiregistro", "mettisegnalibro", "mettisottoformula", "mettiunosullaltro", "mostraambientefontdeltesto", "mostracolore", "mostracornice", "mostrafontdeltesto", "mostragriglia", "mostragruppocolori", "mostraimpostazioni", "mostralyout", "mostramakeup", "mostrasetsimboli", "mostrastampa", "mostrastruts", "mostratavolozza", "nascondiblocchi", "nientelineecimafondo", "nientelineintestazionepdp", "nientespazio", "nota", "numeri", "numeriromani", "numeroformula", "numeropagina", "numeropaginacompleto", "numerotesta", "numerotestacorrente", "pagina", "paroladestra", "ped", "pedap", "perlungo", "posizionanumerotesta", "posizionatestotesta", "posizione", "prendibuffer", "prendimarcatura", "prodotto", "progetto", "programma", "pulsante", "pulsantemenu", "pulsantinterazione", "punti", "qualcheriga", "reimpostamarcatura", "rif", "riferimento", "riferimentopagina", "riferimentotesto", "riflessione", "rigariempimento", "rigovuoto", "ruota", "scala", "schermo", "scrividentroelenco", "scriviinelenco", "segnalibro", "selezionablocchi", "settext", "sfondo", "simbolo", "spazifissi", "spazio", "spaziofisso", "spessoreriga", "spezzaoggettomobile", "stackcampi", "stirato", "terminaJScode", "terminaJSpreamble", "terminaLUA", "terminaMP", "terminaMPclip", "terminaMPcode", "terminaMPdefinitions", "terminaMPdrawing", "terminaMPenvironment", "terminaMPextensions", "terminaMPinclusions", "terminaMPinitializations", "terminaMPpage", "terminaMPpositiongraphic", "terminaMPpositionmethod", "terminaMPrun", "terminaPARSEDXML", "terminaTABLE", "terminaTABLEbody", "terminaTABLEfoot", "terminaTABLEhead", "terminaTABLEnested", "terminaTABLEnext", "terminaTC", "terminaTD", "terminaTDs", "terminaTEX", "terminaTEXpage", "terminaTH", "terminaTN", "terminaTR", "terminaTRs", "terminaTX", "terminaTY", "terminaXML", "terminaalign", "terminaalignment", "terminaallineacentro", "terminaallineadestra", "terminaallineasinistra", "terminaallmodes", "terminaambiente", "terminaappendices", "terminaarrangedpages", "terminaaside", "terminaattachment", "terminabackmatter", "terminabar", "terminabbordermatrix", "terminabitmapimage", "terminablockquote", "terminabodymatter", "terminabordermatrix", "terminaboxedcolumns", "terminabtxlabeltext", "terminabtxrenderingdefinitions", "terminabuffer", "terminacases", "terminacatcodetable", "terminacenteraligned", "terminachapter", "terminacharacteralign", "terminacheckedfences", "terminachemical", "terminachemicaltext", "terminacollect", "terminacollecting", "terminacolore", "terminacolorintent", "terminacoloronly", "terminacolorset", "terminacolumns", "terminacolumnset", "terminacolumnsetspan", "terminacombination", "terminacomment", "terminacomponenet", "terminacontextcode", "terminacontextdefinitioncode", "terminactxfunction", "terminactxfunctiondefinition", "terminacurrentcolor", "terminacurrentlistentrywrapper", "terminadelimited", "terminadelimitedtext", "terminadisplaymath", "terminadmath", "terminadocument", "terminaeffect", "terminaelement", "terminaelemento", "terminaembeddedxtable", "terminaendnote", "terminaendofline", "terminaexceptions", "terminaexpanded", "terminaexpandedcollect", "terminaextendedcatcodetable", "terminaexternalfigurecollection", "terminafacingfloat", "terminafact", "terminafigure", "terminafiguretext", "terminafittingpage", "terminafixed", "terminafloatcombination", "terminafont", "terminafontclass", "terminafontsolution", "terminafootnote", "terminaformula", "terminaformulas", "terminaframedcell", "terminaframedcontent", "terminaframedrow", "terminaframedtable", "terminaframedtext", "terminafrontmatter", "terminagraphictext", "terminagridsnapping", "terminahanging", "terminahbox", "terminahboxestohbox", "terminahboxregister", "terminaheadtext", "terminahelptext", "terminahiding", "terminahighlight", "terminahyphenation", "terminaimath", "terminaimpaccato", "terminaincorniciato", "terminaindentation", "terminaindentedtext", "terminainteraction", "terminainterface", "terminaintermezzotext", "terminaintertext", "terminaitemgroup", "terminaitemgroupcolumns", "terminaitemize", "terminaknockout", "terminalabeltext", "terminalayout", "terminalegend", "terminalinealignment", "terminalineamargine", "terminalineatesto", "terminalinecorrection", "terminalinefiller", "terminalinenumbering", "terminalines", "terminalinetable", "terminalinetablebody", "terminalinetablecell", "terminalinetablehead", "terminalingua", "terminalocalfootnotes", "terminalocalheadsetup", "terminalocallinecorrection", "terminalocalnotes", "terminalocalsetups", "terminalua", "terminaluacode", "terminaluaparameterset", "terminaluasetups", "terminamakeup", "terminamarginblock", "terminamarkedcontent", "terminamarkpages", "terminamathalignment", "terminamathcases", "terminamathlabeltext", "terminamathmatrix", "terminamathmode", "terminamathstyle", "terminamatrices", "terminamatrix", "terminamaxaligned", "terminamdformula", "terminamenuinterattivo", "terminamettiformula", "terminamiddlealigned", "terminamiddlemakeup", "terminamixedcolumns", "terminamode", "terminamodeset", "terminamodule", "terminamoduletestsection", "terminampformula", "terminanamedsection", "terminanamedsubformulas", "terminanarrow", "terminanarrower", "terminanegative", "terminanicelyfilledbox", "terminanointerference", "terminanotallmodes", "terminanotext", "terminanotmode", "terminaoperatortext", "terminaopposite", "terminaoutputstream", "terminaoverlay", "terminaoverprint", "terminapagecolumns", "terminapagecomment", "terminapagefigure", "terminapagelayout", "terminapagemakeup", "terminapar", "terminaparagraph", "terminaparagraphs", "terminaparagraphscell", "terminaparbuilder", "terminapart", "terminapath", "terminaplacechemical", "terminaplacefigure", "terminaplacefloat", "terminaplacegraphic", "terminaplaceintermezzo", "terminaplacelegend", "terminaplacepairedbox", "terminaplacetable", "terminapositioning", "terminapositionoverlay", "terminapositive", "terminapostponing", "terminapostponingnotes", "terminaprefixtext", "terminaprocessassignmentcommand", "terminaprocessassignmentlist", "terminaprocesscommacommand", "terminaprocesscommalist", "terminaprodotto", "terminaprogetto", "terminaprotect", "terminaprotectedcolors", "terminapubblicazione", "terminapunctuation", "terminaquotation", "terminaquote", "terminarandomized", "terminarandomseed", "terminarawsetups", "terminareadingfile", "terminareferenceprefix", "terminaregime", "terminareusableMPgraphic", "terminariga", "terminaruby", "terminascript", "terminasdformula", "terminasection", "terminasectionblock", "terminasectionblockenvironment", "terminasectionlevel", "terminasetups", "terminasfondo", "terminashapebox", "terminashift", "terminasidebar", "terminasimplecolumns", "terminaspecialitem", "terminaspeech", "terminaspformula", "terminasplitformula", "terminasplittext", "terminaspread", "terminastandardmakeup", "terminastaticMPfigure", "terminastaticMPgraphic", "terminastrictinspectnextcharacter", "terminastrut", "terminastyle", "terminasubformulas", "terminasubject", "terminasubjectlevel", "terminasubsection", "terminasubsentence", "terminasubstack", "terminasubsubject", "terminasubsubsection", "terminasubsubsubject", "terminasubsubsubsection", "terminasubsubsubsubject", "terminasubsubsubsubsection", "terminasubsubsubsubsubject", "terminasuffixtext", "terminasymbolset", "terminatable", "terminatablehead", "terminatables", "terminatabletail", "terminatabletext", "terminatabulate", "terminatabulatehead", "terminatabulatetail", "terminatagged", "terminataglabeltext", "terminatesta", "terminatexcode", "terminatexdefinition", "terminatext", "terminatextbackground", "terminatextbackgroundmanual", "terminatextcolor", "terminatextcolorintent", "terminatextflow", "terminatextmakeup", "terminatitle", "terminatokenlist", "terminatokens", "terminatransparent", "terminatypescript", "terminatypescriptcollection", "terminatyping", "terminauniqueMPgraphic", "terminauniqueMPpagegraphic", "terminaunittext", "terminaunpacked", "terminausableMPgraphic", "terminauseMPgraphic", "terminausemathstyleparameter", "terminauserdata", "terminausingbtxspecification", "terminavaia", "terminavbox", "terminavboxregister", "terminavboxtohbox", "terminavboxtohboxseparator", "terminaviewerlayer", "terminavtop", "terminavtopregister", "terminaxcell", "terminaxcellgroup", "terminaxcolumn", "terminaxgroup", "terminaxmldisplayverbatim", "terminaxmlinlineverbatim", "terminaxmlraw", "terminaxmlsetups", "terminaxrow", "terminaxrowgroup", "terminaxtable", "terminaxtablebody", "terminaxtablefoot", "terminaxtablehead", "terminaxtablenext", "testonotapdp", "testoriempimento", "tieniblocchi", "traduci", "usaJSscripts", "usaURL", "usablocco", "usacartella", "usacolonnasonoraesterna", "usadocumentoesterno", "usafiguraesterna", "usamodulo", "usasimboli", "usaurl", "vaia", "vaiabox", "vaiapagina", "vaigiu", "valorecolore", "versione" }, + ["nl"]={ "Cijfers", "Kap", "Letter", "Letters", "MAAND", "Romeins", "WEEKDAG", "WOORD", "WOORDEN", "Woord", "Woorden", "achtergrond", "bepaalkopnummer", "bepaallijstkenmerken", "bepaalregisterkenmerken", "bewaarbuffer", "blanko", "blokje", "blokjes", "cijfers", "converteernummer", "copieerveld", "corrigeerwitruimte", "datum", "definieer", "definieeraccent", "definieeralineas", "definieerblok", "definieerbuffer", "definieercombinatie", "definieercommando", "definieerconversie", "definieerfiguursymbool", "definieerfont", "definieerfontstijl", "definieerfontsynoniem", "definieerhbox", "definieeringesprongentext", "definieerinteractiemenu", "definieeritemgroep", "definieerkadertekst", "definieerkarakter", "definieerkleur", "definieerkleurgroep", "definieerkolomgroep", "definieerkolomovergang", "definieerkop", "definieerkorps", "definieerkorpsomgeving", "definieerlayer", "definieerlayout", "definieerletter", "definieerlijst", "definieermarkering", "definieeromlijnd", "definieeropmaak", "definieeroverlay", "definieerpaginaovergang", "definieerpalet", "definieerpapierformaat", "definieerplaats", "definieerplaatsblok", "definieerprofiel", "definieerprogramma", "definieerreferentie", "definieerreferentieformaat", "definieerregister", "definieersamengesteldelijst", "definieersectie", "definieersectieblok", "definieersorteren", "definieerstartstop", "definieersubveld", "definieersymbool", "definieersynoniemen", "definieertabelvorm", "definieertabulatie", "definieertekst", "definieertekstachtergrond", "definieertype", "definieertypen", "definieerveld", "definieerveldstapel", "definieerwiskundeuitlijnen", "doordefinieren", "doorlabelen", "doornummeren", "dunnelijn", "dunnelijnen", "eenregel", "ergens", "externfiguur", "formulenummer", "gebruikJSscripts", "gebruikURL", "gebruikblokken", "gebruikexterndocument", "gebruikexternfiguur", "gebruikexterngeluidsfragment", "gebruikmodule", "gebruikpad", "gebruiksymbolen", "gebruiktypescript", "gebruiktypescriptfile", "gebruikurl", "geenbovenenonderregels", "geenhoofdenvoetregels", "geenspatie", "grijskleur", "haalbuffer", "haalmarkering", "haarlijn", "handhaafblokken", "hoofdtaal", "hoog", "huidigedatum", "huidigekopnummer", "inlijnd", "inregel", "installeertaal", "interactiebalk", "interactiebuttons", "interactiemenu", "invullijnen", "invulregel", "invultekst", "kleur", "kleurenbalk", "kleurwaarde", "kloonveld", "kolom", "kopnummer", "laag", "laho", "legeregels", "letter", "letters", "lijndikte", "lijstlengte", "maand", "markeer", "naar", "naarbox", "naarpagina", "nokap", "noot", "omgeving", "omlaag", "omlijnd", "onbekend", "onderdeel", "op", "oppagina", "pagina", "paginanummer", "paginareferentie", "paslayoutaan", "passendveld", "plaatsbookmarks", "plaatsformule", "plaatskopnummer", "plaatskoptekst", "plaatslijst", "plaatslijstmetsynoniemen", "plaatslokalevoetnoten", "plaatsnaastelkaar", "plaatsonderelkaar", "plaatsopgrid", "plaatspaginanummer", "plaatsplaatsblok", "plaatsregister", "plaatsruwelijst", "plaatssamengesteldelijst", "plaatssubformule", "plaatsvoetnoten", "positioneer", "produkt", "programma", "projekt", "punten", "refereer", "referentie", "regellinks", "regelmidden", "regelrechts", "resetmarkering", "romeins", "rooster", "roteer", "schaal", "scherm", "schrijfnaarlijst", "schrijftussenlijst", "selecteerblokken", "som", "spatie", "spiegel", "splitsplaatsblok", "startachtergrond", "startinteractiemenu", "startkantlijn", "startkleur", "startkop", "startlokalevoetnoten", "startmargeblok", "startnaar", "startomgeving", "startomlijnd", "startonderdeel", "startopelkaar", "startplaatsformule", "startplaatsplaatsblok", "startprodukt", "startprojekt", "startpublicatie", "startregel", "startregelcorrectie", "startregellinks", "startregelmidden", "startregelrechts", "startsom", "starttaal", "starttekstachtergrond", "starttekstlijn", "startuitlijnen", "stelachtergrondenin", "stelachtergrondin", "stelalineasin", "stelarrangerenin", "stelblankoin", "stelblokin", "stelblokjesin", "stelblokkopjein", "stelblokkopjesin", "stelbovenin", "stelboventekstenin", "stelbufferin", "stelciterenin", "stelclipin", "stelcommentaarin", "steldoordefinierenin", "steldoornummerenin", "steldunnelijnenin", "stelformulein", "stelformulesin", "stelformulierenin", "stelhoofdin", "stelhoofdtekstenin", "stelingesprongentextin", "stelinmargein", "stelinspringenin", "stelinteractiebalkin", "stelinteractiein", "stelinteractiemenuin", "stelinteractieschermin", "stelinterliniein", "stelinvullijnenin", "stelinvulregelsin", "stelitemgroepin", "stelitemsin", "stelkadertekstenin", "stelkadertekstin", "stelkantlijnin", "stelkapitalenin", "stelkleurenin", "stelkleurin", "stelkolomgroepin", "stelkolomgroepregelsin", "stelkolomgroepstartin", "stelkolommenin", "stelkopin", "stelkopnummerin", "stelkoppeltekenin", "stelkoppenin", "stelkorpsin", "stelkorpsomgevingin", "stellayoutin", "stellijndiktein", "stellijstin", "stelmargeblokkenin", "stelmarkeringin", "stelnaastplaatsenin", "stelomlijndin", "stelonderin", "stelondertekstenin", "stelopmaakin", "stelopsommingenin", "stelpaginacommentaarin", "stelpaginanummerin", "stelpaginanummeringin", "stelpaginaovergangenin", "stelpaletin", "stelpapierformaatin", "stelpapierin", "stelparagraafnummerenin", "stelplaatsblokin", "stelplaatsblokkenin", "stelplaatsbloksplitsenin", "stelplaatsin", "stelpositionerenin", "stelprogrammasin", "stelrefererenin", "stelregelnummerenin", "stelregelsin", "stelregisterin", "stelroterenin", "stelsamengesteldelijstin", "stelsectieblokin", "stelsmallerin", "stelsorterenin", "stelspatieringin", "stelstartstopin", "stelstrutin", "stelsubpaginanummerin", "stelsymboolsetin", "stelsynoniemenin", "stelsysteemin", "steltaalin", "steltabellenin", "steltabulatiein", "steltekstachtergrondin", "steltekstin", "steltekstinhoudin", "steltekstlijnenin", "stelteksttekstenin", "steltolerantiein", "steltypein", "steltypenin", "steluitlijnenin", "stelurlin", "stelveldenin", "stelveldin", "stelvoetin", "stelvoetnotenin", "stelvoettekstenin", "stelwiskundeuitlijnenin", "stelwitruimtein", "stopachtergrond", "stopinteractiemenu", "stopkantlijn", "stopkleur", "stopkop", "stoplokalevoetnoten", "stopmargeblok", "stopnaar", "stopomgeving", "stopomlijnd", "stoponderdeel", "stopopelkaar", "stopplaatsformule", "stopplaatsplaatsblok", "stopprodukt", "stopprojekt", "stoppublicatie", "stopregel", "stopregelcorrectie", "stopregellinks", "stopregelmidden", "stopregelrechts", "stopsom", "stoptaal", "stoptekstachtergrond", "stoptekstlijn", "stopuitlijnen", "subpaginanummer", "switchnaarkorps", "symbool", "taal", "tekstlijn", "tekstreferentie", "testkolom", "testpagina", "toelichting", "toongrid", "tooninstellingen", "toonkader", "toonkleur", "toonkleurgroep", "toonkorps", "toonkorpsomgeving", "toonlayout", "toonopmaak", "toonpalet", "toonprint", "toonstruts", "toonsymboolset", "uit", "uitgerekt", "vastespatie", "vastespaties", "veld", "veldstapel", "verbergblokken", "vergelijkkleurgroep", "vergelijkpalet", "versie", "vertaal", "verwerkblokken", "voetnoottekst", "volledigepaginanummer", "volledigregister", "voluit", "weekdag", "wiskunde", "woordrechts" }, + ["pe"]={ "آیتم", "آیتمها", "آینه", "از", "استفاده‌بلوکها", "استفاده‌دستخط‌تایپ", "استفاده‌شکل‌خارجی", "استفاده‌قطعه‌موزیک‌خارجی", "استفاده‌مدول", "استفاده‌مسیر", "استفاده‌نمادها", "استفاده‌نوشتارخارجی", "استفاده‌پرونده‌دستخط‌تایپ", "اعدادلاتین", "افزودن", "انتخاب‌بلوکها", "بارگذاری‌آرایش", "بارگذاری‌آیتمها", "بارگذاری‌ارجاع", "بارگذاری‌اندازه‌برگ", "بارگذاری‌باریکتر", "بارگذاری‌بافر", "بارگذاری‌بالا", "بارگذاری‌بردباری", "بارگذاری‌برنامه‌ها", "بارگذاری‌برگ", "بارگذاری‌بست", "بارگذاری‌بلوک", "بارگذاری‌بلوک‌بخش", "بارگذاری‌تایپ", "بارگذاری‌تایپ‌کردن", "بارگذاری‌ترتیب", "بارگذاری‌تنظیم", "بارگذاری‌تنظیم‌ریاضی", "بارگذاری‌ته‌برگ", "بارگذاری‌تورفتگی", "بارگذاری‌توضیح", "بارگذاری‌توضیح‌صفحه", "بارگذاری‌ثبت", "بارگذاری‌جانشانی", "بارگذاری‌جدولها", "بارگذاری‌جدول‌بندی", "بارگذاری‌خالی", "بارگذاری‌خطها", "بارگذاری‌خطهای‌حاشیه", "بارگذاری‌خطهای‌سیاه", "بارگذاری‌خطهای‌متن", "بارگذاری‌خطهای‌مجموعه‌ستون", "بارگذاری‌خطها‌ی‌نازک", "بارگذاری‌درج‌درخطها", "بارگذاری‌درج‌مخالف", "بارگذاری‌دوران", "بارگذاری‌رنگ", "بارگذاری‌رنگها", "بارگذاری‌زبان", "بارگذاری‌ستونها", "بارگذاری‌سر", "بارگذاری‌سربرگ", "بارگذاری‌سرها", "بارگذاری‌سیستم", "بارگذاری‌شرح", "بارگذاری‌شرحها", "بارگذاری‌شروع‌مجموعه‌ستون", "بارگذاری‌شروع‌پایان", "بارگذاری‌شماره‌زیرصفحه", "بارگذاری‌شماره‌سر", "بارگذاری‌شماره‌صفحه", "بارگذاری‌شماره‌گذاریها", "بارگذاری‌شماره‌گذاری‌صفحه", "بارگذاری‌شماره‌گذاری‌پاراگراف", "بارگذاری‌شماره‌‌گذاری‌خط", "بارگذاری‌شناور", "بارگذاری‌شناورها", "بارگذاری‌شکافتن‌شناورها", "بارگذاری‌طرح", "بارگذاری‌طرح‌بندی", "بارگذاری‌عرض‌خط", "بارگذاری‌فاصله‌بین‌خط", "بارگذاری‌فرمولها", "بارگذاری‌فضای‌سفید", "بارگذاری‌فضا‌گذاری", "بارگذاری‌قالبی", "بارگذاری‌قلم‌متن", "بارگذاری‌لوح", "بارگذاری‌لیست", "بارگذاری‌لیست‌ترکیبی", "بارگذاری‌مترادفها", "بارگذاری‌متن", "بارگذاری‌متنهای‌بالا", "بارگذاری‌متن‌سربرگ", "بارگذاری‌متن‌قالبی", "بارگذاری‌متن‌متنها", "بارگذاری‌متن‌پانوشت", "بارگذاری‌متن‌پایین", "بارگذاری‌مجموعه‌ستون", "بارگذاری‌مجموعه‌نماد", "بارگذاری‌محیط‌قلم‌متن", "بارگذاری‌منوی‌پانل", "بارگذاری‌مکان‌گذاری", "بارگذاری‌میدان", "بارگذاری‌میدانها", "بارگذاری‌میله‌پانل", "بارگذاری‌نشانه‌شکستن", "بارگذاری‌نشانه‌گذاری", "بارگذاری‌نقل", "بارگذاری‌پاراگرافها", "بارگذاری‌پانل", "بارگذاری‌پانوشتها", "بارگذاری‌پایین", "بارگذاری‌پرده‌پانل", "بارگذاری‌پرکردن‌خطها", "بارگذاری‌پس‌زمینه", "بارگذاری‌پس‌زمینه‌ها", "بارگذاری‌چیدن", "بارگذاری‌گذارصفحه", "بارگذاری‌گروههای‌آیتم", "بارگذاری‌گروه‌آیتم", "بازنشانی‌نشانه‌گذاری", "بدون‌خط‌بالاوپایین", "بدون‌خط‌سروته‌برگ", "بدون‌فضا", "برنامه", "بروبه", "بروبه‌جعبه", "بروبه‌صفحه", "بروپایین", "بلند", "بلوکهای‌پردازش", "بلوکها‌پنهان", "بنویس‌بین‌لیست", "بنویس‌در‌لیست", "تاریخ", "تاریخ‌جاری", "تایپ", "تایپ‌بافر", "تایپ‌پرونده", "ترجمه", "تعریف", "تعریف‌آرایش", "تعریف‌الگوی‌جدول", "تعریف‌اندازه‌برگ", "تعریف‌بافر", "تعریف‌بخش", "تعریف‌برنامه", "تعریف‌برچسب", "تعریف‌بلوک", "تعریف‌بلوک‌بخش", "تعریف‌تایپ", "تعریف‌تایپ‌کردن", "تعریف‌تبدیل", "تعریف‌ترتیب", "تعریف‌ترکیب", "تعریف‌تنظیم‌ریاضی", "تعریف‌توده‌میدان", "تعریف‌ثبت", "تعریف‌جانشانی", "تعریف‌جدول‌بندی", "تعریف‌جعبه‌‌افقی", "تعریف‌حرف", "تعریف‌رنگ", "تعریف‌زیرمیدان", "تعریف‌سبک", "تعریف‌سبک‌قلم", "تعریف‌سر", "تعریف‌شرح", "تعریف‌شروع‌پایان", "تعریف‌شماره‌بندی", "تعریف‌شمایل‌مرجع", "تعریف‌شناور", "تعریف‌شکستن‌ستون", "تعریف‌شکست‌صفحه", "تعریف‌طرح‌بندی", "تعریف‌فرمان", "تعریف‌قالبی", "تعریف‌قلم", "تعریف‌قلم‌متن", "تعریف‌لایه", "تعریف‌لهجه", "تعریف‌لوح", "تعریف‌لیست", "تعریف‌لیست‌ترکیبی", "تعریف‌مترادفها", "تعریف‌مترادف‌قلم", "تعریف‌متن", "تعریف‌متن‌قالبی", "تعریف‌مجموعه‌ستون", "تعریف‌محیط‌قلم‌بدنه", "تعریف‌مرجع", "تعریف‌منوی‌پانل", "تعریف‌میدان", "تعریف‌نشانه‌گذاری", "تعریف‌نماد", "تعریف‌نمادشکل", "تعریف‌پاراگرافها", "تعریف‌پروفایل", "تعریف‌پوشش", "تعریف‌گروه‌آیتم", "تعریف‌گروه‌رنگ", "تعیین‌شماره‌سر", "تعیین‌محتوای‌متن", "تعیین‌مشخصات‌ثبت", "تعیین‌مشخصات‌لیست", "تغییربه‌قلم‌بدنه", "تنظیم‌راست", "تنظیم‌طرح‌بندی", "تنظیم‌وسط", "توجه", "توری", "تولید", "تک", "ثبت‌کامل", "حرف", "حرفها", "حفظ‌بلوکها", "خالی", "خطهای‌سیاه", "خطهای‌نازک", "خطها‌خالی", "خط‌سیاه", "خط‌متن", "خط‌مو", "خط‌نازک", "خ‌ا", "خ‌ع", "در", "درج‌ثبت", "درج‌درخط", "درج‌درخطها", "درج‌درمتن", "درج‌در‌بالای‌یکدیگر", "درج‌در‌توری", "درج‌زیرفرمول", "درج‌شماره‌سر", "درج‌شماره‌صفحه", "درج‌شناور", "درج‌فرمول", "درج‌لیست", "درج‌لیست‌خام", "درج‌لیست‌مختلط", "درج‌متن‌سر", "درج‌پانوشتها", "درج‌پانوشتهای‌موضعی", "درج‌چوب‌خط", "درج‌کنار‌به‌کنار", "درخط", "درصفحه", "درقالبی", "درمورد", "درون", "درپر", "دریافت‌بافر", "دریافت‌نشانه", "دوران", "دکمه", "دکمه‌منو", "دکمه‌پانل", "رج", "رنگ", "رنگ‌خاکستری", "روزهفته", "ریاضی", "زبان", "زبان‌اصلی", "ستون", "ستون‌امتحان", "سرپوش‌کوچک‌نه", "شروعJScode", "شروعJSpreamble", "شروعLUA", "شروعMP", "شروعMPclip", "شروعMPcode", "شروعMPdefinitions", "شروعMPdrawing", "شروعMPenvironment", "شروعMPextensions", "شروعMPinclusions", "شروعMPinitializations", "شروعMPpage", "شروعMPpositiongraphic", "شروعMPpositionmethod", "شروعMPrun", "شروعPARSEDXML", "شروعTABLE", "شروعTABLEbody", "شروعTABLEfoot", "شروعTABLEhead", "شروعTABLEnested", "شروعTABLEnext", "شروعTC", "شروعTD", "شروعTDs", "شروعTEX", "شروعTEXpage", "شروعTH", "شروعTN", "شروعTR", "شروعTRs", "شروعTX", "شروعTY", "شروعXML", "شروعalign", "شروعalignment", "شروعallmodes", "شروعappendices", "شروعarrangedpages", "شروعaside", "شروعattachment", "شروعbackmatter", "شروعbar", "شروعbbordermatrix", "شروعbitmapimage", "شروعblockquote", "شروعbodymatter", "شروعbordermatrix", "شروعboxedcolumns", "شروعbtxlabeltext", "شروعbtxrenderingdefinitions", "شروعbuffer", "شروعcases", "شروعcatcodetable", "شروعcenteraligned", "شروعchapter", "شروعcharacteralign", "شروعcheckedfences", "شروعchemical", "شروعchemicaltext", "شروعcollect", "شروعcollecting", "شروعcolorintent", "شروعcoloronly", "شروعcolorset", "شروعcolumns", "شروعcolumnset", "شروعcolumnsetspan", "شروعcombination", "شروعcomment", "شروعcontextcode", "شروعcontextdefinitioncode", "شروعctxfunction", "شروعctxfunctiondefinition", "شروعcurrentcolor", "شروعcurrentlistentrywrapper", "شروعdelimited", "شروعdelimitedtext", "شروعdisplaymath", "شروعdmath", "شروعdocument", "شروعeffect", "شروعelement", "شروعembeddedxtable", "شروعendnote", "شروعendofline", "شروعexceptions", "شروعexpanded", "شروعexpandedcollect", "شروعextendedcatcodetable", "شروعexternalfigurecollection", "شروعfacingfloat", "شروعfact", "شروعfigure", "شروعfiguretext", "شروعfittingpage", "شروعfixed", "شروعfloatcombination", "شروعfont", "شروعfontclass", "شروعfontsolution", "شروعfootnote", "شروعformula", "شروعformulas", "شروعframedcell", "شروعframedcontent", "شروعframedrow", "شروعframedtable", "شروعframedtext", "شروعfrontmatter", "شروعgraphictext", "شروعgridsnapping", "شروعhanging", "شروعhbox", "شروعhboxestohbox", "شروعhboxregister", "شروعheadtext", "شروعhelptext", "شروعhiding", "شروعhighlight", "شروعhyphenation", "شروعimath", "شروعindentation", "شروعindentedtext", "شروعinteraction", "شروعinterface", "شروعintermezzotext", "شروعintertext", "شروعitemgroup", "شروعitemgroupcolumns", "شروعitemize", "شروعknockout", "شروعlabeltext", "شروعlayout", "شروعlegend", "شروعlinealignment", "شروعlinecorrection", "شروعlinefiller", "شروعlinenumbering", "شروعlines", "شروعlinetable", "شروعlinetablebody", "شروعlinetablecell", "شروعlinetablehead", "شروعlocalfootnotes", "شروعlocalheadsetup", "شروعlocallinecorrection", "شروعlocalnotes", "شروعlocalsetups", "شروعlua", "شروعluacode", "شروعluaparameterset", "شروعluasetups", "شروعmakeup", "شروعmarginblock", "شروعmarkedcontent", "شروعmarkpages", "شروعmathalignment", "شروعmathcases", "شروعmathlabeltext", "شروعmathmatrix", "شروعmathmode", "شروعmathstyle", "شروعmatrices", "شروعmatrix", "شروعmaxaligned", "شروعmdformula", "شروعmiddlealigned", "شروعmiddlemakeup", "شروعmixedcolumns", "شروعmode", "شروعmodeset", "شروعmodule", "شروعmoduletestsection", "شروعmpformula", "شروعnamedsection", "شروعnamedsubformulas", "شروعnarrow", "شروعnarrower", "شروعnegative", "شروعnicelyfilledbox", "شروعnointerference", "شروعnotallmodes", "شروعnotext", "شروعnotmode", "شروعoperatortext", "شروعopposite", "شروعoutputstream", "شروعoverlay", "شروعoverprint", "شروعpagecolumns", "شروعpagecomment", "شروعpagefigure", "شروعpagelayout", "شروعpagemakeup", "شروعpar", "شروعparagraph", "شروعparagraphs", "شروعparagraphscell", "شروعparbuilder", "شروعpart", "شروعpath", "شروعplacechemical", "شروعplacefigure", "شروعplacegraphic", "شروعplaceintermezzo", "شروعplacelegend", "شروعplacepairedbox", "شروعplacetable", "شروعpositioning", "شروعpositionoverlay", "شروعpositive", "شروعpostponing", "شروعpostponingnotes", "شروعprefixtext", "شروعprocessassignmentcommand", "شروعprocessassignmentlist", "شروعprocesscommacommand", "شروعprocesscommalist", "شروعprotect", "شروعprotectedcolors", "شروعpunctuation", "شروعquotation", "شروعquote", "شروعrandomized", "شروعrandomseed", "شروعrawsetups", "شروعreadingfile", "شروعreferenceprefix", "شروعregime", "شروعreusableMPgraphic", "شروعruby", "شروعscript", "شروعsdformula", "شروعsection", "شروعsectionblock", "شروعsectionblockenvironment", "شروعsectionlevel", "شروعsetups", "شروعshapebox", "شروعshift", "شروعsidebar", "شروعsimplecolumns", "شروعspecialitem", "شروعspeech", "شروعspformula", "شروعsplitformula", "شروعsplittext", "شروعspread", "شروعstandardmakeup", "شروعstaticMPfigure", "شروعstaticMPgraphic", "شروعstrictinspectnextcharacter", "شروعstrut", "شروعstyle", "شروعsubformulas", "شروعsubject", "شروعsubjectlevel", "شروعsubsection", "شروعsubsentence", "شروعsubstack", "شروعsubsubject", "شروعsubsubsection", "شروعsubsubsubject", "شروعsubsubsubsection", "شروعsubsubsubsubject", "شروعsubsubsubsubsection", "شروعsubsubsubsubsubject", "شروعsuffixtext", "شروعsymbolset", "شروعtable", "شروعtablehead", "شروعtables", "شروعtabletail", "شروعtabletext", "شروعtabulate", "شروعtabulatehead", "شروعtabulatetail", "شروعtagged", "شروعtaglabeltext", "شروعtexcode", "شروعtexdefinition", "شروعtext", "شروعtextbackground", "شروعtextbackgroundmanual", "شروعtextcolor", "شروعtextcolorintent", "شروعtextflow", "شروعtextmakeup", "شروعtitle", "شروعtokenlist", "شروعtokens", "شروعtransparent", "شروعtypescript", "شروعtypescriptcollection", "شروعtyping", "شروعuniqueMPgraphic", "شروعuniqueMPpagegraphic", "شروعunittext", "شروعunpacked", "شروعusableMPgraphic", "شروعuseMPgraphic", "شروعusemathstyleparameter", "شروعuserdata", "شروعusingbtxspecification", "شروعvbox", "شروعvboxregister", "شروعvboxtohbox", "شروعvboxtohboxseparator", "شروعviewerlayer", "شروعvtop", "شروعvtopregister", "شروعxcell", "شروعxcellgroup", "شروعxcolumn", "شروعxgroup", "شروعxmldisplayverbatim", "شروعxmlinlineverbatim", "شروعxmlraw", "شروعxmlsetups", "شروعxrow", "شروعxrowgroup", "شروعxtable", "شروعxtablebody", "شروعxtablefoot", "شروعxtablehead", "شروعxtablenext", "شروعآیتم", "شروعبروبه", "شروعتنظیم‌راست", "شروعتنظیم‌وسط", "شروعتولید", "شروعخط‌حاشیه", "شروعخط‌متن", "شروعدرج‌شناور", "شروعدرج‌فرمول", "شروعرنگ", "شروعزبان", "شروعسر", "شروعفشرده", "شروعقالبی", "شروعمحیط", "شروعمنوی‌پانل", "شروعمولفه", "شروعنشر", "شروعپروژه", "شروعپس‌زمینه", "شروعچپ‌چین", "شروع‌خط", "شماره‌زیرصفحه", "شماره‌سر", "شماره‌سرجاری", "شماره‌صفحه", "شماره‌صفحه‌کامل", "شماره‌فرمول", "شماره‌مبدل", "شماره‌ها", "شکافتن‌شناور", "شکل‌خارجی", "صفحه", "صفحه‌تست", "طول‌لیست", "عرض‌خط", "فضا", "فضاهای‌ثابت", "فضای‌ثابت", "فضای‌سفیدصحیح", "قالبی", "لوح‌مقایسه", "ماه", "متن‌پانوشت", "محیط", "مراجعه", "مرجع", "مرجع‌صفحه", "مرجع‌متن", "مقایسه‌گروه‌رنگ", "مقداررنگ", "مقیاس", "منوی‌پانل", "مولفه", "مکان", "میدان", "میدان‌شبیه‌سازی", "میدان‌پشته", "میدان‌کپی", "میله‌رنگ", "میله‌پانل", "ناشناس", "نسخه", "نشانه‌گذاری", "نصب‌زبان", "نقطه‌ها", "نماد", "نمایش‌آرایش", "نمایش‌بارگذاریها", "نمایش‌بستها", "نمایش‌توری", "نمایش‌رنگ", "نمایش‌طرح‌بندی", "نمایش‌قالب", "نمایش‌قلم‌بدنه", "نمایش‌لوح", "نمایش‌مجموعه‌علامت", "نمایش‌محیط‌قلم‌بدنه", "نمایش‌چاپ", "نمایش‌گروه‌رنگ", "پابا", "پایانJScode", "پایانJSpreamble", "پایانLUA", "پایانMP", "پایانMPclip", "پایانMPcode", "پایانMPdefinitions", "پایانMPdrawing", "پایانMPenvironment", "پایانMPextensions", "پایانMPinclusions", "پایانMPinitializations", "پایانMPpage", "پایانMPpositiongraphic", "پایانMPpositionmethod", "پایانMPrun", "پایانPARSEDXML", "پایانTABLE", "پایانTABLEbody", "پایانTABLEfoot", "پایانTABLEhead", "پایانTABLEnested", "پایانTABLEnext", "پایانTC", "پایانTD", "پایانTDs", "پایانTEX", "پایانTEXpage", "پایانTH", "پایانTN", "پایانTR", "پایانTRs", "پایانTX", "پایانTY", "پایانXML", "پایانalign", "پایانalignment", "پایانallmodes", "پایانappendices", "پایانarrangedpages", "پایانaside", "پایانattachment", "پایانbackmatter", "پایانbar", "پایانbbordermatrix", "پایانbitmapimage", "پایانblockquote", "پایانbodymatter", "پایانbordermatrix", "پایانboxedcolumns", "پایانbtxlabeltext", "پایانbtxrenderingdefinitions", "پایانbuffer", "پایانcases", "پایانcatcodetable", "پایانcenteraligned", "پایانchapter", "پایانcharacteralign", "پایانcheckedfences", "پایانchemical", "پایانchemicaltext", "پایانcollect", "پایانcollecting", "پایانcolorintent", "پایانcoloronly", "پایانcolorset", "پایانcolumns", "پایانcolumnset", "پایانcolumnsetspan", "پایانcombination", "پایانcomment", "پایانcontextcode", "پایانcontextdefinitioncode", "پایانctxfunction", "پایانctxfunctiondefinition", "پایانcurrentcolor", "پایانcurrentlistentrywrapper", "پایانdelimited", "پایانdelimitedtext", "پایانdisplaymath", "پایانdmath", "پایانdocument", "پایانeffect", "پایانelement", "پایانembeddedxtable", "پایانendnote", "پایانendofline", "پایانexceptions", "پایانexpanded", "پایانexpandedcollect", "پایانextendedcatcodetable", "پایانexternalfigurecollection", "پایانfacingfloat", "پایانfact", "پایانfigure", "پایانfiguretext", "پایانfittingpage", "پایانfixed", "پایانfloatcombination", "پایانfont", "پایانfontclass", "پایانfontsolution", "پایانfootnote", "پایانformula", "پایانformulas", "پایانframedcell", "پایانframedcontent", "پایانframedrow", "پایانframedtable", "پایانframedtext", "پایانfrontmatter", "پایانgraphictext", "پایانgridsnapping", "پایانhanging", "پایانhbox", "پایانhboxestohbox", "پایانhboxregister", "پایانheadtext", "پایانhelptext", "پایانhiding", "پایانhighlight", "پایانhyphenation", "پایانimath", "پایانindentation", "پایانindentedtext", "پایانinteraction", "پایانinterface", "پایانintermezzotext", "پایانintertext", "پایانitemgroup", "پایانitemgroupcolumns", "پایانitemize", "پایانknockout", "پایانlabeltext", "پایانlayout", "پایانlegend", "پایانlinealignment", "پایانlinecorrection", "پایانlinefiller", "پایانlinenumbering", "پایانlines", "پایانlinetable", "پایانlinetablebody", "پایانlinetablecell", "پایانlinetablehead", "پایانlocalfootnotes", "پایانlocalheadsetup", "پایانlocallinecorrection", "پایانlocalnotes", "پایانlocalsetups", "پایانlua", "پایانluacode", "پایانluaparameterset", "پایانluasetups", "پایانmakeup", "پایانmarginblock", "پایانmarkedcontent", "پایانmarkpages", "پایانmathalignment", "پایانmathcases", "پایانmathlabeltext", "پایانmathmatrix", "پایانmathmode", "پایانmathstyle", "پایانmatrices", "پایانmatrix", "پایانmaxaligned", "پایانmdformula", "پایانmiddlealigned", "پایانmiddlemakeup", "پایانmixedcolumns", "پایانmode", "پایانmodeset", "پایانmodule", "پایانmoduletestsection", "پایانmpformula", "پایانnamedsection", "پایانnamedsubformulas", "پایانnarrow", "پایانnarrower", "پایانnegative", "پایانnicelyfilledbox", "پایانnointerference", "پایانnotallmodes", "پایانnotext", "پایانnotmode", "پایانoperatortext", "پایانopposite", "پایانoutputstream", "پایانoverlay", "پایانoverprint", "پایانpagecolumns", "پایانpagecomment", "پایانpagefigure", "پایانpagelayout", "پایانpagemakeup", "پایانpar", "پایانparagraph", "پایانparagraphs", "پایانparagraphscell", "پایانparbuilder", "پایانpart", "پایانpath", "پایانplacechemical", "پایانplacefigure", "پایانplacegraphic", "پایانplaceintermezzo", "پایانplacelegend", "پایانplacepairedbox", "پایانplacetable", "پایانpositioning", "پایانpositionoverlay", "پایانpositive", "پایانpostponing", "پایانpostponingnotes", "پایانprefixtext", "پایانprocessassignmentcommand", "پایانprocessassignmentlist", "پایانprocesscommacommand", "پایانprocesscommalist", "پایانprotect", "پایانprotectedcolors", "پایانpunctuation", "پایانquotation", "پایانquote", "پایانrandomized", "پایانrandomseed", "پایانrawsetups", "پایانreadingfile", "پایانreferenceprefix", "پایانregime", "پایانreusableMPgraphic", "پایانruby", "پایانscript", "پایانsdformula", "پایانsection", "پایانsectionblock", "پایانsectionblockenvironment", "پایانsectionlevel", "پایانsetups", "پایانshapebox", "پایانshift", "پایانsidebar", "پایانsimplecolumns", "پایانspecialitem", "پایانspeech", "پایانspformula", "پایانsplitformula", "پایانsplittext", "پایانspread", "پایانstandardmakeup", "پایانstaticMPfigure", "پایانstaticMPgraphic", "پایانstrictinspectnextcharacter", "پایانstrut", "پایانstyle", "پایانsubformulas", "پایانsubject", "پایانsubjectlevel", "پایانsubsection", "پایانsubsentence", "پایانsubstack", "پایانsubsubject", "پایانsubsubsection", "پایانsubsubsubject", "پایانsubsubsubsection", "پایانsubsubsubsubject", "پایانsubsubsubsubsection", "پایانsubsubsubsubsubject", "پایانsuffixtext", "پایانsymbolset", "پایانtable", "پایانtablehead", "پایانtables", "پایانtabletail", "پایانtabletext", "پایانtabulate", "پایانtabulatehead", "پایانtabulatetail", "پایانtagged", "پایانtaglabeltext", "پایانtexcode", "پایانtexdefinition", "پایانtext", "پایانtextbackground", "پایانtextbackgroundmanual", "پایانtextcolor", "پایانtextcolorintent", "پایانtextflow", "پایانtextmakeup", "پایانtitle", "پایانtokenlist", "پایانtokens", "پایانtransparent", "پایانtypescript", "پایانtypescriptcollection", "پایانtyping", "پایانuniqueMPgraphic", "پایانuniqueMPpagegraphic", "پایانunittext", "پایانunpacked", "پایانusableMPgraphic", "پایانuseMPgraphic", "پایانusemathstyleparameter", "پایانuserdata", "پایانusingbtxspecification", "پایانvbox", "پایانvboxregister", "پایانvboxtohbox", "پایانvboxtohboxseparator", "پایانviewerlayer", "پایانvtop", "پایانvtopregister", "پایانxcell", "پایانxcellgroup", "پایانxcolumn", "پایانxgroup", "پایانxmldisplayverbatim", "پایانxmlinlineverbatim", "پایانxmlraw", "پایانxmlsetups", "پایانxrow", "پایانxrowgroup", "پایانxtable", "پایانxtablebody", "پایانxtablefoot", "پایانxtablehead", "پایانxtablenext", "پایانآیتم", "پایانبروبه", "پایانتنظیم‌راست", "پایانتنظیم‌وسط", "پایانتولید", "پایانخط‌حاشیه", "پایانخط‌متن", "پایاندرج‌شناور", "پایاندرج‌فرمول", "پایانرنگ", "پایانزبان", "پایانسر", "پایانفشرده", "پایانقالبی", "پایانمحیط", "پایانمنوی‌پانل", "پایانمولفه", "پایاننشر", "پایانپروژه", "پایانپس‌زمینه", "پایانچپ‌چین", "پایان‌خط", "پایین", "پرده", "پروژه", "پرکردن‌میدان", "پس‌زمینه", "چوبخط", "چپ‌چین", "کشیده", "کلمه‌راست", "گیره", "یادداشت", "یک‌جا", "یک‌خط" }, + ["ro"]={ "CUVANT", "CUVINTE", "Cuvant", "Cuvinte", "Kap", "LUNA", "Litera", "Litere", "Numere", "Numereromane", "ZIDINSAPTAMANA", "adapteazaaspect", "adubuffer", "adumarcaje", "afiseazaaspect", "afiseazaculoare", "afiseazafonttext", "afiseazagrid", "afiseazagrupculoare", "afiseazamakeup", "afiseazamediufonttext", "afiseazapaleta", "afiseazarama", "afiseazasetari", "afiseazasetsimboluri", "afiseazastruts", "afiseazatiparire", "aliniatcentru", "aliniatdreapta", "aliniatstanga", "ascundeblocuri", "baraculoare", "barainteractiune", "blanc", "butoaneinteractiune", "buton", "butonmeniu", "camp", "cloneazacamp", "coloana", "comparagrupculoare", "comparapaleta", "completeazanumarpagina", "componenta", "convertestenumar", "copiazacamp", "corecteazaspatiualb", "culoare", "culoaregri", "cuvantdreapta", "data", "datacurenta", "defineste", "definesteaccent", "definesteantet", "definestebloc", "definesteblocsectiune", "definestebuffer", "definestecamp", "definestecaracter", "definestecomanda", "definesteconversie", "definesteculoare", "definestedescriere", "definestedimensiunehartie", "definesteenumerare", "definesteeticheta", "definestefloat", "definestefont", "definestefonttext", "definesteformatreferinte", "definestegrupculori", "definestehbox", "definesteinconjurare", "definestelista", "definestelistacombinata", "definestemakeup", "definestemarcaje", "definestemediulfonttext", "definestemeniuinteractiune", "definesteoverlay", "definestepaleta", "definesteparagraf", "definesteprofil", "definesteprogram", "definestereferinte", "definesteregistru", "definestesablontabel", "definestesectiune", "definestesimbol", "definestesimbolfigura", "definestesinonim", "definestesinonimfont", "definestesortare", "definestestartstop", "definestestil", "definestestilfont", "definestestivacampuri", "definestesubcamp", "definestetabulatori", "definestetext", "definestetexteinconjurate", "definestetextinconjurat", "definestetyping", "despre", "determinacaracteristicilelistei", "determinacaracteristiciregistru", "determinanumartitlu", "din", "dute", "dutebox", "dutepagina", "ecran", "element", "faraliniiantetsisubsol", "faraliniisussijos", "faraspatiu", "figuraexterna", "firdepar", "folosesteURL", "folosestebloc", "folosestedirector", "folosestedocumentextern", "folosestefiguraexterna", "folosestemodul", "folosestemuzicaexterna", "folosestescriptJS", "folosestesimboluri", "folosesteurl", "fundal", "grosimelinie", "impartefloat", "inalt", "injos", "inlinie", "instalarelimba", "intins", "jos", "jossus", "la", "lapagina", "limba", "limbaprincipala", "linieneagra", "liniesubtire", "linieumplere", "liniinegre", "liniisubtiri", "litera", "litere", "luna", "lungimelista", "marcaje", "matematica", "mediu", "meniuinteractiune", "necunoscut", "nokap", "nota", "numarformula", "numarpagina", "numartitlu", "numartitlucurent", "numere", "numereromane", "olinie", "pagina", "pastreazablocuri", "pelung", "plaseazapegrid", "plaseazasemnecarte", "potrivestecamp", "pozitie", "proceseazabloc", "produs", "proiect", "puncte", "punedeasuprafiecareia", "punefatainfata", "puneformula", "punelista", "punelistacombinata", "punenotesubsol", "punenotesubsollocale", "punenumarpagina", "puneregistru", "punesubformula", "referinta", "referintapagina", "referintatext", "reflexie", "remarca", "reseteazamarcaje", "riglatext", "rigleumplere", "roteste", "scala", "scriebuffer", "scrieinlista", "scrieintreliste", "selecteazablocuri", "semncarte", "setareitemization", "setarelimba", "setarepozitie", "seteazaaliniat", "seteazaalinierea", "seteazaantet", "seteazaaranjareapag", "seteazaaspect", "seteazabarainteractiune", "seteazablanc", "seteazabloc", "seteazablocsectiune", "seteazabuffer", "seteazacamp", "seteazacampuri", "seteazaclipping", "seteazacoloane", "seteazacomentariu", "seteazacomentariupagina", "seteazaculoare", "seteazaculori", "seteazadescriere", "seteazadimensiunihartie", "seteazaecraninteractiune", "seteazaelemente", "seteazaenumerare", "seteazafloat", "seteazafloats", "seteazafonttext", "seteazaformulare", "seteazaformule", "seteazafundal", "seteazafundaluri", "seteazagrosimelinie", "seteazaimpartireafloat", "seteazainconjurat", "seteazaingust", "seteazainteractiunea", "seteazajos", "seteazalegenda", "seteazalegendele", "seteazaliniesilabe", "seteazaliniesubtire", "seteazalinii", "seteazaliniimargine", "seteazaliniinegre", "seteazaliniiumplere", "seteazalista", "seteazalistacombinata", "seteazamajuscule", "seteazamakeup", "seteazamarcaje", "seteazamediulfonttext", "seteazameniuinteractiune", "seteazaminicitat", "seteazanotasubsol", "seteazanumarpagina", "seteazanumarsubpagina", "seteazanumartitlu", "seteazanumerotarelinii", "seteazanumerotarepagina", "seteazanumerotareparagrafe", "seteazapaleta", "seteazaparagrafe", "seteazaplasareaopozita", "seteazaprograme", "seteazareferinte", "seteazaregistru", "seteazarigletext", "seteazarigleumplere", "seteazarotare", "seteazasimbol", "seteazasinonime", "seteazasistem", "seteazasortare", "seteazaspatiu", "seteazaspatiualb", "seteazaspatiuinterliniar", "seteazastrut", "seteazasubsol", "seteazasus", "seteazatabele", "seteazatabulatori", "seteazatext", "seteazatexteantet", "seteazatextejos", "seteazatextesubsol", "seteazatextesus", "seteazatextetext", "seteazatitlu", "seteazatitluri", "seteazatoleranta", "seteazatranzitiepagina", "seteazatype", "seteazatyping", "seteazaurl", "simbol", "spatiifixate", "spatiu", "spatiufixat", "startaliniatcentru", "startaliniatdreapta", "startaliniatstanga", "startcomponenta", "startculoare", "startdute", "startfundal", "startimpachetat", "startlimba", "startlinie", "startliniemargine", "startmediu", "startmeniuinteractiune", "startprodus", "startproiect", "startpublicatie", "startpuneformula", "startriglatext", "starttitlu", "stivacampuri", "stopaliniatcentru", "stopaliniatdreapta", "stopaliniatstanga", "stopcomponenta", "stopculoare", "stopdute", "stopfundal", "stopimpachetat", "stoplimba", "stoplinie", "stopliniemargine", "stopmediu", "stopmeniuinteractiune", "stopprodus", "stopproiect", "stoppublicatie", "stoppuneformula", "stopriglatext", "stoptitlu", "textumplere", "traduce", "trecilafonttext", "undeva", "valoareculoare", "versiune", "zidinsaptamana" }, } \ No newline at end of file diff --git a/context/data/vscode/extensions/context/syntaxes/context-syntax-tex.json b/context/data/vscode/extensions/context/syntaxes/context-syntax-tex.json index 4feb19119..87a0f8e44 100644 --- a/context/data/vscode/extensions/context/syntaxes/context-syntax-tex.json +++ b/context/data/vscode/extensions/context/syntaxes/context-syntax-tex.json @@ -61,7 +61,7 @@ ], "repository" : { "command" : { - "match" : "\u005C\u005C(zwnj|zwj|zstroke|zhook|zeta|zerowidthspace|zerowidthnobreakspace|zeronumberconversion|zdotaccent|zcaron|zacute|ytilde|ymacron|yhook|ygrave|yen|ydotbelow|ydiaeresis|ycircumflex|yacute|xypos|xxfrac|xtwoheadrightarrow|xtwoheadleftarrow|xtriplerel|xsplitstring|xrightoverleftarrow|xrightleftharpoons|xrightharpoonup|xrightharpoondown|xrightarrow|xrel|xmlverbatim|xmlvalue|xmltofile|xmltobufferverbose|xmltobuffer|xmltext|xmltexentity|xmltag|xmlstrippednolines|xmlstripped|xmlstripnolines|xmlstrip|xmlsnippet|xmlshow|xmlsetup|xmlsetsetup|xmlsetparam|xmlsetpar|xmlsetinjectors|xmlsetfunction|xmlsetentity|xmlsetattribute|xmlsetatt|xmlsave|xmlresetsetups|xmlresetinjectors|xmlresetdocumentsetups|xmlremovesetup|xmlremovedocumentsetup|xmlremapnamespace|xmlremapname|xmlregisterns|xmlregisteredsetups|xmlregistereddocumentsetups|xmlrefatt|xmlraw|xmlpure|xmlprocessfile|xmlprocessdata|xmlprocessbuffer|xmlprettyprinttext|xmlprettyprint|xmlprependsetup|xmlprependdocumentsetup|xmlposition|xmlpos|xmlpath|xmlparam|xmlpar|xmlnonspace|xmlnamespace|xmlname|xmlmapvalue|xmlmain|xmlloadonly|xmlloadfile|xmlloaddirectives|xmlloaddata|xmlloadbuffer|xmllastpar|xmllastmatch|xmllastatt|xmllast|xmlinstalldirective|xmlinlineverbatim|xmlinlineprettyprinttext|xmlinlineprettyprint|xmlinjector|xmlinfo|xmlinclusions|xmlinclusion|xmlinclude|xmlflushtext|xmlflushspacewise|xmlflushpure|xmlflushlinewise|xmlflushdocumentsetups|xmlflushcontext|xmlflush|xmlfirst|xmlfilter|xmlelement|xmldoiftext|xmldoifselfempty|xmldoifnottext|xmldoifnotselfempty|xmldoifnotatt|xmldoifnot|xmldoifelsevalue|xmldoifelsetext|xmldoifelseselfempty|xmldoifelseempty|xmldoifelseatt|xmldoifelse|xmldoifatt|xmldoif|xmldisplayverbatim|xmldirectivesbefore|xmldirectivesafter|xmldirectives|xmldefaulttotext|xmlcount|xmlcontext|xmlconcatrange|xmlconcat|xmlcommand|xmlchecknamespace|xmlchainattdef|xmlchainatt|xmlbeforesetup|xmlbeforedocumentsetup|xmlbadinclusions|xmlattributedef|xmlattribute|xmlattdef|xmlatt|xmlapplyselectors|xmlappendsetup|xmlappenddocumentsetup|xmlall|xmlaftersetup|xmlafterdocumentsetup|xmladdindex|xmapsto|xleftrightharpoons|xleftrightarrow|xleftharpoonup|xleftharpoondown|xleftarrow|xi|xhookrightarrow|xhookleftarrow|xfrac|xequal|xdefconvertedargument|xRightarrow|xLeftrightarrow|xLeftarrow|writetolist|writestatus|writedatatolist|writebetweenlist|wr|wp|wordtonumber|words|wordright|word|withoutpt|widthspanningtext|widthofstring|widetilde|widehat|whitearrowupfrombar|weekday|wedgeeq|wedge|wdofstring|wcircumflex|vspacing|vspace|vsmashed|vsmashbox|vsmash|vpos|vphantom|vpackedbox|vpackbox|vl|viewerlayer|vglue|veryraggedright|veryraggedleft|veryraggedcenter|verticalpositionbar|verticalgrowingbar|vert|version|verbosenumber|verbatimstring|verbatim|veeeq|veebar|vee|vec|vdots|vdash|vboxreference|vartheta|varsigma|varrho|varpi|varphi|varnothing|varkappa|varepsilon|varTheta|vDash|utilityregisterlength|utilde|utfupper|utflower|utfchar|usezipfile|useurl|usetypescriptfile|usetypescript|usetexmodule|usesymbols|usesubpath|usestaticMPfigure|usesetupsparameter|userpagenumber|usereferenceparameter|useproject|useprofileparameter|useproduct|usemodule|usemathstyleparameter|useluamodule|uselanguageparameter|useinterlinespaceparameter|useindentnextparameter|useindentingparameter|usegridparameter|usefile|usefigurebase|useexternalsoundtrack|useexternalrendering|useexternalfigure|useexternaldocument|useenvironment|usedummystyleparameter|usedummystyleandcolor|usedummycolorparameter|usedirectory|usecomponent|usecolors|usecitation|usebtxdefinitions|usebtxdataset|usebodyfontparameter|usebodyfont|useblocks|useblankparameter|usealignparameter|useURL|useMPvariables|useMPrun|useMPlibrary|useMPgraphic|useMPenvironmentbuffer|useJSscripts|url|uring|urcorner|upwhitearrow|upuparrows|upsilon|upperrightsinglesixquote|upperrightsingleninequote|upperrightdoublesixquote|upperrightdoubleninequote|upperleftsinglesixquote|upperleftsingleninequote|upperleftdoublesixquote|upperleftdoubleninequote|uppercasestring|uppercased|uplus|upharpoonright|upharpoonleft|updownarrows|updownarrowbar|updownarrow|updasharrow|uparrow|upand|uogonek|untexcommand|untexargument|unstackscripts|unspacestring|unspaced|unspaceargument|unspaceafter|unregisterhyphenationpattern|unprotected|unknown|unittext|unitslow|unitshigh|unitlanguage|unit|uniqueMPpagegraphic|uniqueMPgraphic|unihex|unhhbox|unframed|unexpandeddocumentvariable|undoassign|understrikes|understrike|underset|underrightarrow|underrandoms|underrandom|underparent|underleftarrow|underdots|underdot|underdashes|underdash|underbracket|underbrace|underbars|underbar|undepthed|undefinevalue|umacron|ulcorner|uinvertedbreve|uhungarumlaut|uhorntilde|uhornhook|uhorngrave|uhorndotbelow|uhornacute|uhorn|uhook|ugrave|uedcatcodecommand|udoublegrave|udots|udotbelow|udiaeresismacron|udiaeresisgrave|udiaeresiscaron|udiaeresisacute|udiaeresis|uconvertnumber|ucircumflex|ucaron|ubreve|uacute|typesetfile|typesetbuffer|typescripttwo|typescriptthree|typescriptprefix|typescriptone|typeinlinebuffer|typefile|typeface|typedefinedbuffer|typebuffer|type|typ|txx|tx|twothirds|twosuperior|twoheaduparrow|twoheadrightarrowtail|twoheadrightarrow|twoheadleftarrow|twoheaddownarrow|twofifths|twodigitrounding|turnediota|ttwoheadrightarrow|ttwoheadleftarrow|ttriplerel|ttraggedright|tstroke|truefontname|truefilename|tripleverticalbar|tripleprime|triplebond|trightoverleftarrow|trightleftharpoons|trightharpoonup|trightharpoondown|trightarrow|triangleright|triangleq|triangleleft|triangledown|triangle|trel|transparent|transparencycomponents|translate|trademark|tracepositions|traceoutputroutines|tracedfontname|tracecatcodetables|topskippedbox|toprightbox|toplinebox|topleftbox|topbox|top|tooltip|tolinenote|tochar|to|tmapsto|tleftrightharpoons|tleftrightarrow|tleftharpoonup|tleftharpoondown|tleftarrow|tlap|title|tinyfont|times|tilde|tightlayer|tibetannumerals|threesuperior|threequarter|threeperemspace|threefifths|threeeighths|threedigitrounding|thorn|thookrightarrow|thookleftarrow|thook|thirdofthreeunexpanded|thirdofthreearguments|thirdofsixarguments|thirdoffourarguments|thirdoffivearguments|thinspace|thinrules|thinrule|thickspace|theta|theremainingcharacters|therefore|thenormalizedbodyfontsize|thefirstcharacter|thainumerals|thai|textyen|textvisiblespace|textunderscore|texttilde|textsterling|textslash|textrule|textring|textreference|textpm|textplus|textperiod|textpercent|textounce|textormathchars|textormathchar|textohm|textogonek|textnumero|textmultiply|textmu|textminus|textmho|textmath|textmacron|textlognot|textkelvin|texthyphen|texthungarumlaut|texthorizontalbar|texthash|textgrave|textfraction|textflowcollector|texteuro|textellipsis|textdotaccent|textdong|textdollar|textdiv|textdiaeresis|textdegree|textddag|textdag|textcurrency|textcontrolspace|textcomma|textcite|textcitation|textcircumflex|textcircledP|textcent|textcelsius|textcedilla|textcaron|textbullet|textbrokenbar|textbreve|textbraceright|textbraceleft|textbottomdot|textbottomcomma|textbar|textbackslash|textat|textasciitilde|textasciicircum|textampersand|textacute|textAngstrom|texsetup|texdefinition|tex|testtokens|testpagesync|testpageonly|testpage|testfeatureonce|testfeature|testcolumn|testandsplitstring|test|tequal|tcurl|tcommaaccent|tcedilla|tcaron|tbox|tbinom|tau|taglabeltext|taglabellanguage|taggedlabeltexts|taggedctxcommand|tabulaterule|tabulateline|tabulateautorule|tabulateautoline|tRightarrow|tLeftrightarrow|tLeftarrow|systemsetups|systemloglast|systemlogfirst|systemlog|synctexsetfilename|synctexresetfilename|synctexblockfilename|synchronizewhitespace|synchronizestrut|synchronizeoutputstreams|synchronizemarking|synchronizeindenting|synchronizeblank|symbolreference|symbol|switchtointerlinespace|switchtocolor|switchtobodyfont|switchstyleonly|swarrow|swaptypeface|swapmacros|swapface|swapdimens|swapcounts|surdradical|surd|supsetneqq|supsetneq|supseteqq|supseteq|supset|sum|suffixtext|suffixlanguage|succsim|succnsim|succneqq|succneq|succnapprox|succeqq|succeq|succcurlyeq|succapprox|succ|subtractfeature|subsubsubsubsubject|subsubsubsubsection|subsubsubsubject|subsubsubsection|subsubsubject|subsubsection|subsubject|substituteincommalist|subsetneqq|subsetneq|subseteqq|subseteq|subset|subsentence|subsection|subpagenumber|subject|styleinstance|style|strutwd|struttedbox|struthtdp|strutht|strutgap|strutdp|strut|structurevariable|structureuservariable|structuretitle|structurenumber|structurelistuservariable|stripspaces|strippedcsname|stripcharacter|strictdoifnextoptionalelse|strictdoifelsenextoptional|stretched|stopxtablenext|stopxtablehead|stopxtablefoot|stopxtablebody|stopxtable|stopxrowgroup|stopxrow|stopxmlsetups|stopxmlraw|stopxmlinlineverbatim|stopxmldisplayverbatim|stopxgroup|stopxcolumn|stopxcellgroup|stopxcell|stopvtopregister|stopvtop|stopviewerlayer|stopvboxtohboxseparator|stopvboxtohbox|stopvboxregister|stopvbox|stopusingbtxspecification|stopuserdata|stopusemathstyleparameter|stopuseMPgraphic|stopusableMPgraphic|stopunpacked|stopunittext|stopuniqueMPpagegraphic|stopuniqueMPgraphic|stoptyping|stoptypescriptcollection|stoptypescript|stoptransparent|stoptokens|stoptokenlist|stoptitle|stoptextrule|stoptextmakeup|stoptextflow|stoptextcolorintent|stoptextcolor|stoptextbackgroundmanual|stoptextbackground|stoptext|stoptexdefinition|stoptexcode|stoptaglabeltext|stoptagged|stoptabulatetail|stoptabulatehead|stoptabulate|stoptabletext|stoptabletail|stoptables|stoptablehead|stoptable|stopsymbolset|stopsuffixtext|stopsubsubsubsubsubject|stopsubsubsubsubsection|stopsubsubsubsubject|stopsubsubsubsection|stopsubsubsubject|stopsubsubsection|stopsubsubject|stopsubstack|stopsubsentence|stopsubsection|stopsubjectlevel|stopsubject|stopsubformulas|stopstyle|stopstrut|stopstrictinspectnextcharacter|stopstaticMPgraphic|stopstaticMPfigure|stopstandardmakeup|stopspread|stopsplittext|stopsplitformula|stopspformula|stopspeech|stopspecialitem|stopsimplecolumns|stopsidebar|stopshift|stopshapebox|stopsetups|stopsectionlevel|stopsectionblockenvironment|stopsectionblock|stopsection|stopsdformula|stopscript|stopruby|stoprightaligned|stopreusableMPgraphic|stopregime|stopreferenceprefix|stopreadingfile|stoprawsetups|stoprandomseed|stoprandomized|stopquote|stopquotation|stoppunctuation|stoppublication|stopprotectedcolors|stopprotect|stopproject|stopproduct|stopprocesscommalist|stopprocesscommacommand|stopprocessassignmentlist|stopprocessassignmentcommand|stopprefixtext|stoppostponingnotes|stoppostponing|stoppositive|stoppositionoverlay|stoppositioning|stopplacetable|stopplacepairedbox|stopplacelegend|stopplaceintermezzo|stopplacegraphic|stopplaceformula|stopplacefloat|stopplacefigure|stopplacechemical|stoppath|stoppart|stopparbuilder|stopparagraphscell|stopparagraphs|stopparagraph|stoppar|stoppagemakeup|stoppagelayout|stoppagefigure|stoppagecomment|stoppagecolumns|stoppacked|stopoverprint|stopoverlay|stopoutputstream|stopopposite|stopoperatortext|stopnotmode|stopnotext|stopnotallmodes|stopnointerference|stopnicelyfilledbox|stopnegative|stopnarrower|stopnarrow|stopnamedsubformulas|stopnamedsection|stopmpformula|stopmoduletestsection|stopmodule|stopmodeset|stopmode|stopmixedcolumns|stopmiddlemakeup|stopmiddlealigned|stopmidaligned|stopmdformula|stopmaxaligned|stopmatrix|stopmatrices|stopmathstyle|stopmathmode|stopmathmatrix|stopmathlabeltext|stopmathcases|stopmathalignment|stopmarkpages|stopmarkedcontent|stopmarginrule|stopmarginblock|stopmakeup|stopluasetups|stopluaparameterset|stopluacode|stoplua|stoplocalsetups|stoplocalnotes|stoplocallinecorrection|stoplocalheadsetup|stoplocalfootnotes|stoplinetablehead|stoplinetablecell|stoplinetablebody|stoplinetable|stoplines|stoplinenumbering|stoplinenote|stoplinefiller|stoplinecorrection|stoplinealignment|stopline|stoplegend|stopleftaligned|stoplayout|stoplanguage|stoplabeltext|stopknockout|stopitemize|stopitemgroupcolumns|stopitemgroup|stopitem|stopintertext|stopintermezzotext|stopinterface|stopinteractionmenu|stopinteraction|stopindentedtext|stopindentation|stopimath|stophyphenation|stophighlight|stophiding|stophelptext|stopheadtext|stophead|stophboxregister|stophboxestohbox|stophbox|stophanging|stopgridsnapping|stopgraphictext|stopgoto|stopfrontmatter|stopframedtext|stopframedtable|stopframedrow|stopframedcontent|stopframedcell|stopframed|stopformulas|stopformula|stopfootnote|stopfontsolution|stopfontclass|stopfont|stopfloatcombination|stopfixed|stopfittingpage|stopfiguretext|stopfigure|stopfact|stopfacingfloat|stopexternalfigurecollection|stopextendedcatcodetable|stopexpandedcollect|stopexpanded|stopexceptions|stopenvironment|stopendofline|stopendnote|stopembeddedxtable|stopelement|stopeffect|stopdocument|stopdmath|stopdisplaymath|stopdelimitedtext|stopdelimited|stopcurrentlistentrywrapper|stopcurrentcolor|stopctxfunctiondefinition|stopctxfunction|stopcontextdefinitioncode|stopcontextcode|stopcomponent|stopcomment|stopcombination|stopcolumnsetspan|stopcolumnset|stopcolumns|stopcolorset|stopcoloronly|stopcolorintent|stopcolor|stopcollecting|stopcollect|stopchemicaltext|stopchemical|stopcheckedfences|stopcharacteralign|stopchapter|stopcenteraligned|stopcatcodetable|stopcases|stopbuffer|stopbtxrenderingdefinitions|stopbtxlabeltext|stopboxedcolumns|stopbordermatrix|stopbodymatter|stopblockquote|stopbitmapimage|stopbbordermatrix|stopbar|stopbackmatter|stopbackground|stopattachment|stopaside|stoparrangedpages|stopappendices|stopallmodes|stopalignment|stopalign|stopXML|stopTY|stopTX|stopTRs|stopTR|stopTN|stopTH|stopTEXpage|stopTEX|stopTDs|stopTD|stopTC|stopTABLEnext|stopTABLEhead|stopTABLEfoot|stopTABLEbody|stopTABLE|stopPARSEDXML|stopMPrun|stopMPpositionmethod|stopMPpositiongraphic|stopMPpage|stopMPinitializations|stopMPinclusions|stopMPextensions|stopMPenvironment|stopMPdrawing|stopMPdefinitions|stopMPcode|stopMPclip|stopMP|stopLUA|stopJSpreamble|stopJScode|stligature|startxtablenext|startxtablehead|startxtablefoot|startxtablebody|startxtable|startxrowgroup|startxrow|startxmlsetups|startxmlraw|startxmlinlineverbatim|startxmldisplayverbatim|startxgroup|startxcolumn|startxcellgroup|startxcell|startvtopregister|startvtop|startviewerlayer|startvboxtohboxseparator|startvboxtohbox|startvboxregister|startvbox|startusingbtxspecification|startuserdata|startusemathstyleparameter|startuseMPgraphic|startusableMPgraphic|startunpacked|startunittext|startuniqueMPpagegraphic|startuniqueMPgraphic|starttyping|starttypescriptcollection|starttypescript|starttransparent|starttokens|starttokenlist|starttitle|starttextrule|starttextmakeup|starttextflow|starttextcolorintent|starttextcolor|starttextbackgroundmanual|starttextbackground|starttext|starttexdefinition|starttexcode|starttaglabeltext|starttagged|starttabulatetail|starttabulatehead|starttabulate|starttabletext|starttabletail|starttables|starttablehead|starttable|startsymbolset|startsuffixtext|startsubsubsubsubsubject|startsubsubsubsubsection|startsubsubsubsubject|startsubsubsubsection|startsubsubsubject|startsubsubsection|startsubsubject|startsubstack|startsubsentence|startsubsection|startsubjectlevel|startsubject|startsubformulas|startstyle|startstrut|startstructurepageregister|startstrictinspectnextcharacter|startstaticMPgraphic|startstaticMPfigure|startstandardmakeup|startspread|startsplittext|startsplitformula|startspformula|startspeech|startspecialitem|startsimplecolumns|startsidebar|startshift|startshapebox|startsetups|startsectionlevel|startsectionblockenvironment|startsectionblock|startsection|startsdformula|startscript|startruby|startrightaligned|startreusableMPgraphic|startregister|startregime|startreferenceprefix|startreadingfile|startrawsetups|startrandomseed|startrandomized|startquote|startquotation|startpunctuation|startpublication|startprotectedcolors|startprotect|startproject|startproduct|startprocesscommalist|startprocesscommacommand|startprocessassignmentlist|startprocessassignmentcommand|startprefixtext|startpostponingnotes|startpostponing|startpositive|startpositionoverlay|startpositioning|startplacetable|startplacepairedbox|startplacelegend|startplaceintermezzo|startplacegraphic|startplaceformula|startplacefloat|startplacefigure|startplacechemical|startpath|startpart|startparbuilder|startparagraphscell|startparagraphs|startparagraph|startpar|startpagemakeup|startpagelayout|startpagefigure|startpagecomment|startpagecolumns|startpacked|startoverprint|startoverlay|startoutputstream|startopposite|startoperatortext|startnotmode|startnotext|startnotallmodes|startnointerference|startnicelyfilledbox|startnegative|startnarrower|startnarrow|startnamedsubformulas|startnamedsection|startmpformula|startmoduletestsection|startmodule|startmodeset|startmode|startmixedcolumns|startmiddlemakeup|startmiddlealigned|startmidaligned|startmdformula|startmaxaligned|startmatrix|startmatrices|startmathstyle|startmathmode|startmathmatrix|startmathlabeltext|startmathcases|startmathalignment|startmarkpages|startmarkedcontent|startmarginrule|startmarginblock|startmakeup|startluasetups|startluaparameterset|startluacode|startlua|startlocalsetups|startlocalnotes|startlocallinecorrection|startlocalheadsetup|startlocalfootnotes|startlinetablehead|startlinetablecell|startlinetablebody|startlinetable|startlines|startlinenumbering|startlinenote|startlinefiller|startlinecorrection|startlinealignment|startline|startlegend|startleftaligned|startlayout|startlanguage|startlabeltext|startknockout|startitemize|startitemgroupcolumns|startitemgroup|startitem|startintertext|startintermezzotext|startinterface|startinteractionmenu|startinteraction|startindentedtext|startindentation|startimath|starthyphenation|starthighlight|starthiding|starthelptext|startheadtext|starthead|starthboxregister|starthboxestohbox|starthbox|starthanging|startgridsnapping|startgraphictext|startgoto|startfrontmatter|startframedtext|startframedtable|startframedrow|startframedcontent|startframedcell|startframed|startformulas|startformula|startfootnote|startfontsolution|startfontclass|startfont|startfloatcombination|startfixed|startfittingpage|startfiguretext|startfigure|startfact|startfacingfloat|startexternalfigurecollection|startextendedcatcodetable|startexpandedcollect|startexpanded|startexceptions|startenvironment|startendofline|startendnote|startembeddedxtable|startelement|starteffect|startdocument|startdmath|startdisplaymath|startdelimitedtext|startdelimited|startcurrentlistentrywrapper|startcurrentcolor|startctxfunctiondefinition|startctxfunction|startcontextdefinitioncode|startcontextcode|startcomponent|startcomment|startcombination|startcolumnsetspan|startcolumnset|startcolumns|startcolorset|startcoloronly|startcolorintent|startcolor|startcollecting|startcollect|startchemicaltext|startchemical|startcheckedfences|startcharacteralign|startchapter|startcenteraligned|startcatcodetable|startcases|startbuffer|startbtxrenderingdefinitions|startbtxlabeltext|startboxedcolumns|startbordermatrix|startbodymatter|startblockquote|startbitmapimage|startbbordermatrix|startbar|startbackmatter|startbackground|startattachment|startaside|startarrangedpages|startappendices|startallmodes|startalignment|startalign|startXML|startTY|startTX|startTRs|startTR|startTN|startTH|startTEXpage|startTEX|startTDs|startTD|startTC|startTABLEnext|startTABLEhead|startTABLEfoot|startTABLEbody|startTABLE|startPARSEDXML|startMPrun|startMPpositionmethod|startMPpositiongraphic|startMPpage|startMPinitializations|startMPinclusions|startMPextensions|startMPenvironment|startMPdrawing|startMPdefinitions|startMPcode|startMPclip|startMP|startLUA|startJSpreamble|startJScode|stareq|star|stackscripts|stackrel|ssharp|squaredots|square|sqsupsetneq|sqsupseteq|sqsupset|sqsubsetneq|sqsubseteq|sqsubset|sqrt|sqcup|sqcap|spreadhbox|splitstring|splitofftype|splitofftokens|splitoffroot|splitoffpath|splitoffname|splitoffkind|splitofffull|splitoffbase|splitfrac|splitfloat|splitfilename|splitdfrac|splitatperiod|splitatcomma|splitatcolons|splitatcolon|splitatasterisk|sphericalangle|speech|spanishnumerals|spanishNumerals|spadesuit|spaceddigitssymbol|spaceddigitsseparator|spaceddigitsmethod|spaceddigits|space|somewhere|someplace|somenamedheadnumber|somelocalfloat|someline|somekindoftab|someheadnumber|solidus|softhyphen|snaptogrid|smile|smashedvbox|smashedhbox|smashboxed|smashbox|smash|smalltype|smallslantedbold|smallslanted|smallskip|smallnormal|smallitalicbold|smaller|smallcaps|smallcappedromannumerals|smallcappedcharacters|smallboldslanted|smallbolditalic|smallbold|smallbodyfont|small|sloveniannumerals|slovenianNumerals|slong|slicepages|slash|slantedface|slantedbold|slanted|sixthofsixarguments|sixperemspace|singleverticalbar|singlebond|singalcharacteralign|simplereversealignedboxplus|simplereversealignedbox|simplegroupedcommand|simplealignedspreadbox|simplealignedboxplus|simplealignedbox|simeq|sim|signalrightpage|sigma|showwarning|showvariable|showvalue|showtrackers|showtokens|showtimer|showsymbolset|showstruts|showsetupsdefinition|showsetups|showprint|showparentchain|showpalet|showotfcomposition|shownextbox|showminimalbaseline|showmessage|showmargins|showmakeup|showlogcategories|showligatures|showligature|showlayoutcomponents|showlayout|showkerning|showjustification|showinjector|showhyphens|showhyphenationtrace|showhelp|showgridsnapping|showgrid|showglyphs|showglyphdata|showframe|showfontstyle|showfontstrip|showfontparameters|showfontkerns|showfontitalics|showfontexpansion|showfontdata|showfont|showexperiments|showedebuginfo|showdirsinmargin|showdirectives|showcounter|showcolorstruts|showcolorset|showcolorgroup|showcolorcomponents|showcolorbar|showcolor|showcharratio|showchardata|showbtxtables|showbtxhashedauthors|showbtxfields|showbtxdatasetfields|showbtxdatasetcompleteness|showbtxdatasetauthors|showboxes|showbodyfontenvironment|showbodyfont|showattributes|showallmakeup|shiftup|shiftdown|shiftbox|sharp|shapedhbox|sfrac|seveneighths|setxvariables|setxvariable|setxvalue|setxmeasure|setwidthof|setvtopregister|setvisualizerfont|setvboxregister|setvariables|setvariable|setvalue|setuxvalue|setuvalue|setupxtable|setupxml|setupwithargumentswapped|setupwithargument|setupwhitespace|setupvspacing|setupviewerlayer|setupversion|setupuserpagenumber|setupuserdataalternative|setupuserdata|setupurl|setupunittext|setupunit|setuptyping|setuptype|setuptoptexts|setuptop|setuptooltip|setuptolerance|setupthinrules|setuptexttexts|setuptextrules|setuptextnote|setuptextflow|setuptextbackground|setuptext|setuptaglabeltext|setuptagging|setuptabulation|setuptabulate|setuptables|setupsynonyms|setupsynctex|setupsymbolset|setupsymbols|setupsuffixtext|setupsubpagenumber|setupsubformulas|setupsubformula|setupstyle|setupstruts|setupstretched|setupstartstop|setupspellchecking|setupspacing|setupsorting|setupsidebar|setupshift|setupselector|setupsectionblock|setupscripts|setupscript|setupscale|setups|setupruby|setuprotate|setuprenderingwindow|setupregisters|setupregister|setupreferencing|setupreferencestructureprefix|setupreferenceprefix|setupreferenceformat|setuprealpagenumber|setupquote|setupquotation|setupprograms|setupprofile|setupprocessor|setupprefixtext|setuppositioning|setuppositionbar|setupplacement|setupperiods|setupperiodkerning|setupparallel|setupparagraphs|setupparagraphnumbering|setupparagraphintro|setupparagraph|setuppapersize|setuppaper|setuppalet|setuppairedbox|setuppagetransitions|setuppagestate|setuppageshift|setuppagenumbering|setuppagenumber|setuppageinjectionalternative|setuppageinjection|setuppagecomment|setuppagecolumns|setuppagechecker|setupoutputroutine|setupoppositeplacing|setupoperatortext|setupoffsetbox|setupoffset|setupnotes|setupnote|setupnotations|setupnotation|setupnarrower|setupmodule|setupmixedcolumns|setupmathstyle|setupmathstackers|setupmathradical|setupmathornament|setupmathmatrix|setupmathlabeltext|setupmathframed|setupmathfractions|setupmathfraction|setupmathfence|setupmathematics|setupmathcases|setupmathalignment|setupmarking|setupmarginrules|setupmarginrule|setupmarginframed|setupmargindata|setupmarginblock|setupmakeup|setuplowmidhigh|setuplowhigh|setuplow|setuplocalinterlinespace|setuplocalfloats|setuplistextra|setuplistalternative|setuplist|setuplinewidth|setuplinetable|setuplines|setuplinenumbering|setuplinenote|setuplinefillers|setuplinefiller|setuplegend|setuplayouttext|setuplayout|setuplayeredtext|setuplayer|setuplanguage|setuplabeltext|setuplabel|setupitems|setupitemize|setupitemizations|setupitemgroup|setupitaliccorrection|setupinterlinespace|setupinteractionscreen|setupinteractionmenu|setupinteractionbar|setupinteraction|setupinsertion|setupinitial|setupindex|setupindenting|setupindentedtext|setuphyphenmark|setuphyphenation|setuphighlight|setuphigh|setuphelp|setupheadtext|setupheads|setupheadnumber|setupheadertexts|setupheader|setupheadalternative|setuphead|setupglobalreferenceprefix|setupframedtexts|setupframedtext|setupframedtablerow|setupframedtablecolumn|setupframedtable|setupframedcontent|setupframed|setupformulaframed|setupformulae|setupformula|setupforms|setupfootnotes|setupfootertexts|setupfooter|setupfontsolution|setupfonts|setupfontprotrusion|setupfontexpansion|setupfloatsplitting|setupfloats|setupfloatframed|setupfloat|setupfittingpage|setupfirstline|setupfillinrules|setupfillinlines|setupfiller|setupfieldtotalframed|setupfields|setupfieldlabelframed|setupfieldcontentframed|setupfieldcategory|setupfieldbody|setupfield|setupfacingfloat|setupexternalsoundtracks|setupexternalfigure|setupexport|setupenv|setupenumerations|setupenumeration|setupeffect|setupdocument|setupdirections|setupdescription|setupdelimitedtext|setupdataset|setupcounter|setupcontent|setupcomment|setupcombinedlist|setupcombination|setupcolumnsetstart|setupcolumnsetspan|setupcolumnsetlines|setupcolumnsetareatext|setupcolumnsetarea|setupcolumnset|setupcolumns|setupcolors|setupcolor|setupcollector|setupclipping|setupchemicalframed|setupchemical|setupcharacterspacing|setupcharacterkerning|setupcharacteralign|setupcaptions|setupcaption|setupcapitals|setupbutton|setupbuffer|setupbtxrendering|setupbtxregister|setupbtxlist|setupbtxlabeltext|setupbtxdataset|setupbtx|setupbottomtexts|setupbottom|setupbookmark|setupbodyfont|setupblock|setupbleeding|setupblank|setupblackrules|setupbars|setupbar|setupbackgrounds|setupbackground|setupbackend|setupattachments|setupattachment|setuparranging|setupalternativestyles|setupalign|setupTEXpage|setupTABLE|setupMPvariables|setupMPpage|setupMPinstance|setupMPgraphics|setup|setunreferencedobject|setugvalue|setuevalue|settrialtypesetting|settokenlist|settightunreferencedobject|settightstrut|settightreferencedobject|settightobject|settextcontent|settestcrlf|settaggedmetadata|settabular|setsystemmode|setsuperiors|setstrut|setstructurepageregister|setstackbox|setsmallcaps|setsmallbodyfont|setsimplecolumnshsize|setsectionblock|setsecondpasscharacteralign|setscript|setrigidcolumnhsize|setrigidcolumnbalance|setreplacement|setregisterentry|setreferencedobject|setreference|setrandomseed|setprofile|setpositionstrut|setpositionplus|setpositiononly|setpositiondataplus|setpositiondata|setpositionbox|setposition|setperiodkerning|setpercentdimen|setpenalties|setpagestaterealpageno|setpagestate|setpagereference|setoldstyle|setobject|setnotetext|setnote|setnostrut|setmode|setminus|setmessagetext|setmeasure|setmathstyle|setmarking|setmarker|setmainparbuilder|setmainbodyfont|setlocalscript|setlocalhsize|setlinefiller|setlayertext|setlayerframed|setlayer|setitaliccorrection|setinternalrendering|setinterfacevariable|setinterfacemessage|setinterfaceelement|setinterfaceconstant|setinterfacecommand|setinteraction|setinjector|setinitial|sethyphenationfeatures|sethyphenatedurlnormal|sethyphenatedurlbefore|sethyphenatedurlafter|sethboxregister|setgvariables|setgvariable|setgvalue|setgmeasure|setglobalscript|setfontstrut|setfontsolution|setfontfeature|setfontcolorsheme|setfont|setflag|setfirstpasscharacteralign|setfirstline|setevariables|setevariable|setevalue|setemeasure|setelementexporttag|setdummyparameter|setdocumentfilename|setdocumentargumentdefault|setdocumentargument|setdirection|setdigitsmanipulation|setdefaultpenalties|setdataset|setcurrentfontclass|setcounterown|setcounter|setcolormodell|setcollector|setcharstrut|setcharacterstripping|setcharacterspacing|setcharacterkerning|setcharactercleaning|setcharactercasing|setcharacteraligndetail|setcharacteralign|setcatcodetable|setcapstrut|setbreakpoints|setboxlly|setboxllx|setbigbodyfont|setbar|setautopagestaterealpageno|setMPvariables|setMPvariable|setMPtext|setMPpositiongraphicrange|setMPpositiongraphic|setMPlayer|setJSpreamble|serifnormal|serifbold|serif|serializedcommalist|serializecommalist|selectblocks|select|seeindex|sectionmark|section|secondoftwounexpanded|secondoftwoarguments|secondofthreeunexpanded|secondofthreearguments|secondofsixarguments|secondoffourarguments|secondoffivearguments|searrow|screen|scommaaccent|scircumflex|schwahook|schwa|scedilla|scaron|scale|sbox|savetwopassdata|savetaggedtwopassdata|savenormalmeaning|savecurrentattributes|savecounter|savebuffer|savebtxdataset|savebox|sansserif|sansnormal|sansbold|sans|samplefile|safechar|sacute|rvert|runninghbox|runMPbuffer|ruledvtop|ruledvpack|ruledvbox|ruledtpack|ruledtopv|ruledmbox|ruledhpack|ruledhbox|ruby|rtop|rtlvtop|rtlvbox|rtlhbox|rtimes|rrointerval|rrbracket|rrangle|rparent|rotate|rootradical|romanxii|romanxi|romanx|romanviii|romanvii|romanvi|romanv|romannumerals|romanm|romanl|romanix|romaniv|romaniii|romanii|romani|romand|romanc|romanXII|romanXI|romanX|romanVIII|romanVII|romanVI|romanV|romanM|romanL|romanIX|romanIV|romanIII|romanII|romanI|romanD|romanC|roman|rollbutton|rointerval|robustpretocommalist|robustdoifinsetelse|robustdoifelseinset|robustaddtocommalist|rneq|rmoustache|rlointerval|rlap|risingdotseq|rinvertedbreve|rinterval|ring|rightwhitearrow|rightwavearrow|righttopbox|righttoleftvtop|righttoleftvbox|righttolefthbox|righttoleft|rightthreetimes|rightthreearrows|rightsubguillemot|rightsquigarrow|rightskipadaption|rightrightarrows|rightpageorder|rightorleftpageaction|rightmathlabeltext|rightline|rightleftharpoons|rightleftarrows|rightlabeltext|rightheadtext|righthbox|rightharpoonup|rightharpoondown|rightguillemot|rightdasharrow|rightbox|rightbottombox|rightarrowtriangle|rightarrowtail|rightarrowbar|rightarrow|rightangle|rightaligned|right|rhookswarrow|rhooknearrow|rho|rhbox|rgroup|rfloor|rfence|revivefeature|reversevtop|reversevpack|reversevbox|reversetpack|reversehpack|reversehbox|reversedtripleprime|reversedprime|reverseddoubleprime|reuserandomseed|reuseMPgraphic|reusableMPgraphic|restriction|restoreglobalbodyfont|restoreendofline|restorecurrentattributes|restorecounter|restorecatcodes|restorebox|restartcounter|resolvedglyphstyled|resolvedglyphdirect|reshapebox|resetvisualizers|resetvalue|resetuserpagenumber|resetusedsynonyms|resetusedsortings|resettrialtypesetting|resettrackers|resettokenlist|resettimer|resetsystemmode|resetsymbolset|resetsubpagenumber|resetshownsynonyms|resetsetups|resetscript|resetreplacement|resetreference|resetrecurselevel|resetprofile|resetperiodkerning|resetpenalties|resetpath|resetparallel|resetpagenumber|resetmode|resetmarking|resetmarker|resetlocalfloats|resetlayer|resetitaliccorrection|resetinteractionmenu|resetinjector|resethyphenationfeatures|resetfontsolution|resetfontfallback|resetfontcolorsheme|resetflag|resetfeature|resetdirection|resetdigitsmanipulation|resetcounter|resetcollector|resetcharacterstripping|resetcharacterspacing|resetcharacterkerning|resetcharacteralign|resetbuffer|resetbreakpoints|resetboxesincache|resetbar|resetandaddfeature|resetallattributes|resetMPinstance|resetMPenvironment|resetMPdrawing|rescanwithsetup|rescan|replaceword|replaceincommalist|replacefeature|repeathead|removeunwantedspaces|removetoks|removesubstring|removepunctuation|removemarkedcontent|removelastspace|removelastskip|removefromcommalist|removedepth|removebottomthings|remark|remainingcharacters|relbar|relaxvalueifundefined|relateparameterhandlers|relatemarking|regular|registerunit|registersynonym|registersort|registermenubuttons|registerhyphenationpattern|registerhyphenationexception|registerfontclass|registerexternalfigure|registered|registerctxluafile|registerattachment|referring|referenceprefix|reference|ref|redoconvertfont|recursestring|recurselevel|recursedepth|realsmallcapped|reals|realpagenumber|realSmallcapped|realSmallCapped|readxmlfile|readtexfile|readsysfile|readsetfile|readlocfile|readjobfile|readfixfile|readfile|rdoublegrave|rcommaaccent|rceil|rcaron|rbracket|rbrace|rbox|rawsubcountervalue|rawstructurelistuservariable|rawprocesscommalist|rawprocesscommacommand|rawprocessaction|rawgetparameters|rawdoifinsetelse|rawdoifinset|rawdoifelseinset|rawdate|rawcountervalue|rawcounter|rationals|rangle|randomnumber|randomizetext|raisebox|raggedwidecenter|raggedright|raggedleft|raggedcenter|raggedbottom|racute|rVert|quotesinglebase|quotesingle|quoteright|quoteleft|quotedblright|quotedblleft|quotedblbase|quotedbl|quote|quotation|quittypescriptscanning|quitprevcommalist|quitcommalist|questionedeq|questiondown|quarterstrut|quads|quadrupleprime|quad|qquad|putnextboxincache|putboxincache|pushsystemmode|pushoutputstream|pushmode|pushmacro|pushbutton|pushattribute|purenumber|punctuationspace|psi|pseudosmallcapped|pseudoSmallcapped|pseudoSmallCapped|pseudoMixedCapped|propto|project|program|profilegivenbox|profiledbox|product|prod|processyear|processxtablebuffer|processuntil|processtokens|processtexbuffer|processseparatedlist|processranges|processmonth|processlist|processlinetablefile|processlinetablebuffer|processisolatedwords|processisolatedchars|processfirstactioninset|processfileonce|processfilenone|processfilemany|processfile|processcontent|processcommalistwithparameters|processcommalist|processcommacommand|processcolorcomponents|processbodyfontenvironmentlist|processblocks|processbetween|processassignmentlist|processassignmentcommand|processassignlist|processallactionsinset|processaction|processMPfigurefile|processMPbuffer|procent|primes|prime|prevuserpagenumber|prevuserpage|prevsubpagenumber|prevsubpage|prevsubcountervalue|prevrealpagenumber|prevrealpage|preventmode|prevcountervalue|prevcounter|prettyprintbuffer|pretocommalist|presetunittext|presettaglabeltext|presetsuffixtext|presetprefixtext|presetoperatortext|presetmathlabeltext|presetlabeltext|presetheadtext|presetfieldsymbols|presetdocument|presetbtxlabeltext|prerollblank|prependvalue|prependtoksonce|prependtoks|prependtocommalist|prependgvalue|prependetoks|prefixtext|prefixlanguage|prefixedpagenumber|predefinesymbol|predefinefont|predefinedfont|precsim|precnsim|precneqq|precneq|precnapprox|preceqq|preceq|preccurlyeq|precapprox|prec|postponenotes|positivesign|positionregionoverlay|positionoverlay|position|popsystemmode|popmode|popmacro|popattribute|pm|placetable|placesubformula|placesidebyside|placerenderingwindow|placeregister|placerawlist|placerawheadtext|placerawheadnumber|placerawheaddata|placeparallel|placepairedbox|placepagenumber|placeontopofeachother|placeongrid|placenotes|placenamedformula|placenamedfloat|placement|placelocalnotes|placelocalfootnotes|placelistoftables|placelistofsynonyms|placelistofsorts|placelistofpublications|placelistoflogos|placelistofintermezzi|placelistofgraphics|placelistoffigures|placelistofchemicals|placelistofabbreviations|placelist|placelegend|placelayeredtext|placelayer|placeintermezzo|placeinitial|placeindex|placehelp|placeheadtext|placeheadnumber|placegraphic|placeframed|placeformula|placefootnotes|placefloatwithsetups|placefloat|placefigure|placedbox|placecurrentformulanumber|placecontent|placecomments|placecombinedlist|placecitation|placechemical|placebtxrendering|placebookmarks|placeattachments|pitchfork|pickupgroupedcommand|pi|phook|phi|phantombox|phantom|perthousand|persianthousandsseparator|persiannumerals|persiandecimalseparator|persiandecimals|perp|permitspacesbetweengroups|permitcircumflexescape|permitcaretescape|periods|periodcentered|percentdimen|percent|pdfeTeX|pdfcolor|pdfbackendsetshade|pdfbackendsetpattern|pdfbackendsetpagesattribute|pdfbackendsetpageresource|pdfbackendsetpageattribute|pdfbackendsetname|pdfbackendsetinfo|pdfbackendsetextgstate|pdfbackendsetcolorspace|pdfbackendsetcatalog|pdfbackendcurrentresources|pdfbackendactualtext|pdfactualtext|pdfTeX|partial|part|parallel|paragraphmark|paletsize|pagestaterealpageorder|pagestaterealpage|pagereference|pagenumber|pageinjection|pagefigure|pagebreak|pagearea|page|owns|overstrikes|overstrike|overset|overrightarrow|overparentunderparent|overparent|overloaderror|overleftarrow|overlaywidth|overlayrollbutton|overlayoffset|overlaylinewidth|overlaylinecolor|overlayimage|overlayheight|overlayfigure|overlaydepth|overlaycolor|overlaybutton|overbracketunderbracket|overbracket|overbraceunderbrace|overbrace|overbarunderbar|overbars|overbar|over|outputstreamunvcopy|outputstreamunvbox|outputstreamcopy|outputstreambox|outputfilename|otimes|otildemacron|otilde|ostrokeacute|ostroke|oslash|ornamenttext|ordmasculine|ordinalstr|ordinaldaynumber|ordfeminine|oplus|operatortext|operatorlanguage|oogonekmacron|oogonek|onethird|onesuperior|onesixth|onequarter|onehalf|onefifth|oneeighth|onedigitrounding|ominus|omicron|omega|omacron|oinvertedbreve|ointctrclockwise|ointclockwise|oint|oiint|oiiint|ohungarumlaut|ohorntilde|ohornhook|ohorngrave|ohorndotbelow|ohornacute|ohorn|ohook|ohm|ograve|offsetbox|offset|oeligature|odoublegrave|odotbelow|odotaccentmacron|odotaccent|odot|odiaeresismacron|odiaeresis|ocircumflextilde|ocircumflexhook|ocircumflexgrave|ocircumflexdotbelow|ocircumflexacute|ocircumflex|ocaron|obreve|obox|objectwidth|objectmargin|objectheight|objectdepth|obeydepth|oacute|nwsearrow|nwarrow|nvrightarrow|nvleftrightarrow|nvleftarrow|nvdash|nvDash|numbers|numberofpoints|nu|ntrianglerighteq|ntriangleright|ntrianglelefteq|ntriangleleft|ntimes|ntilde|nsupseteq|nsupset|nsucccurlyeq|nsucc|nsubseteq|nsubset|nsqsupseteq|nsqsubseteq|nsimeq|nsim|nrightarrow|npreccurlyeq|nprec|nparallel|nowns|notragged|notopandbottomlines|notin|notesymbol|note|not|nospace|normaltypeface|normalslantedface|normalizetextwidth|normalizetextline|normalizetextheight|normalizetextdepth|normalizefontwidth|normalizefontline|normalizefontheight|normalizefontdepth|normalizedfontsize|normalizebodyfontsize|normalitalicface|normalframedwithsettings|normalboldface|normal|nonmathematics|nonfrenchspacing|noitem|noindentation|noheightstrut|noheaderandfooterlines|noflocalfloats|noflines|noffigurepages|nodetostring|nocite|nocitation|nocharacteralign|nocap|nobreakspace|nobar|nni|nmid|nlesssim|nlessgtr|nless|nleq|nleftrightarrow|nleftarrow|njligature|nin|nihongo|ni|ngtrsim|ngtrless|ngtr|ngrave|ngeq|nextuserpagenumber|nextuserpage|nextsubpagenumber|nextsubpage|nextsubcountervalue|nextrealpagenumber|nextrealpage|nextparagraphs|nextdepth|nextcountervalue|nextcounter|nextboxwd|nextboxhtdp|nextboxht|nextboxdp|nextbox|nexists|newsystemmode|newsignal|newmode|newfrenchspacing|newevery|newcounter|newcatcodetable|newattribute|neswarrow|nequiv|neq|neng|negthinspace|negenspace|negemspace|negativesign|negated|negatecolorbox|neg|nearrow|ne|ndivides|ncurl|ncong|ncommaaccent|ncaron|naturalwd|naturalvtop|naturalvpack|naturalvcenter|naturalvbox|naturaltpack|naturalnumbers|naturalhpack|naturalhbox|natural|nasymp|narrownobreakspace|napproxEq|napprox|napostrophe|namedtaggedlabeltexts|namedstructurevariable|namedstructureuservariable|namedstructureheadlocation|namedheadnumber|nacute|nabla|nVrightarrow|nVleftrightarrow|nVleftarrow|nVdash|nVDash|nRightarrow|nLeftrightarrow|nLeftarrow|nHuparrow|nHdownarrow|multimap|mu|mtwoheadrightarrow|mtwoheadleftarrow|mtriplerel|mtext|mrightoverleftarrow|mrightleftharpoons|mrightharpoonup|mrightharpoondown|mrightarrow|mrel|mprandomnumber|mp|monthshort|monthlong|month|mononormal|monobold|mono|molecule|moduleparameter|models|mmapsto|mleftrightharpoons|mleftrightarrow|mleftharpoonup|mleftharpoondown|mleftarrow|mkvibuffer|mixedcaps|mirror|minuscolon|minus|minimalhbox|midsubsentence|midhbox|middlebox|middlealigned|middle|midaligned|mid|mhookrightarrow|mhookleftarrow|mho|mhbox|mfunctionlabeltext|mfunction|mframed|mfence|message|mequal|menubutton|medspace|medskip|measuredeq|measuredangle|measured|measure|mcframed|mbox|maxaligned|mathwordtf|mathwordsl|mathwordit|mathwordbs|mathwordbi|mathwordbf|mathword|mathupright|mathunder|mathtt|mathtriplet|mathtf|mathtexttf|mathtextsl|mathtextit|mathtextbs|mathtextbi|mathtextbf|mathtext|mathss|mathsl|mathscript|mathrm|mathpercent|mathover|mathop|mathlabeltexts|mathlabeltext|mathlabellanguage|mathitalic|mathit|mathhyphen|mathhash|mathfunction|mathfraktur|mathematics|mathdouble|mathdollar|mathdefault|mathbs|mathblackboard|mathbi|mathbf|mathampersand|math|mat|markpage|markinjector|marking|markedpages|markcontent|margintext|margindata|mapsup|mapsto|mapsfrom|mapsdown|mapfontsize|maltese|makestrutofbox|makerawcommalist|makecharacteractive|mainlanguage|mRightarrow|mLeftrightarrow|mLeftarrow|m|lvert|luaversion|luasetup|luaparameterset|luaminorversion|luametaTeX|luamajorversion|luajitTeX|luafunction|luaexpr|luaexpanded|luaenvironment|luaconditional|luacode|luaTeX|ltrvtop|ltrvbox|ltrhbox|ltop|ltimes|lt|lstroke|lrtbbox|lrointerval|lrcorner|lparent|lozenge|lowerrightsingleninequote|lowerrightdoubleninequote|lowerleftsingleninequote|lowerleftdoubleninequote|lowercasestring|lowercased|lowerbox|low|lor|looparrowright|looparrowleft|longrightsquigarrow|longrightarrow|longmapsto|longmapsfrom|longleftrightarrow|longleftarrow|lomihi|lointerval|lohi|logo|locfilename|locatefilepath|locatedfilepath|localundefine|localpushmacro|localpushbox|localpopmacro|localpopbox|localhsize|localframedwithsettings|localframed|loadtypescriptfile|loadtexfileonce|loadtexfile|loadspellchecklist|loadluafileonce|loadluafile|loadfontgoodies|loadcldfileonce|loadcldfile|loadbtxreplacementfile|loadbtxdefinitionfile|loadanyfileonce|loadanyfile|lnsim|lnot|lneqq|lneq|lnapprox|lmoustache|llless|lll|llcorner|llbracket|llap|llangle|ll|ljligature|listnamespaces|listlength|listcite|listcitation|linterval|linethickness|linespanningtext|linenote|linefeed|linebox|line|limitatetext|limitatelines|limitatefirstline|lhooksearrow|lhooknwarrow|lhbox|lgroup|lfloor|lfence|letvaluerelax|letvalueempty|letvalue|letterunderscore|lettertilde|letterspacing|letterslash|lettersinglequote|letterrightparenthesis|letterrightbracket|letterrightbrace|letterquestionmark|letterpercent|letteropenbrace|lettermore|letterless|letterleftparenthesis|letterleftbracket|letterleftbrace|letterhat|letterhash|letterexclamationmark|letterescape|letteregroup|letterdoublequote|letterdollar|lettercolon|letterclosebrace|letterbgroup|letterbar|letterbackslash|letterat|letterampersand|letgvalurelax|letgvalueempty|letgvalue|letempty|letdummyparameter|letcsnamecsname|letcsnamecs|letcscsname|letcatcodecommand|letbeundefined|lesssim|lessgtr|lesseqqgtr|lesseqgtr|lessdot|lessapprox|leqslant|leqq|leq|leftwhitearrow|leftwavearrow|lefttorightvtop|lefttorightvbox|lefttorighthbox|lefttoright|lefttopbox|leftthreetimes|leftsubguillemot|leftsquigarrow|leftskipadaption|leftrightsquigarrow|leftrightharpoons|leftrightarrowtriangle|leftrightarrows|leftrightarrow|leftorrightvtop|leftorrightvbox|leftorrighthbox|leftmathlabeltext|leftline|leftleftarrows|leftlabeltext|leftheadtext|lefthbox|leftharpoonup|leftharpoondown|leftguillemot|leftdasharrow|leftbox|leftbottombox|leftarrowtriangle|leftarrowtail|leftarrow|leftaligned|left|leadsto|le|ldots|ldotp|ldotmiddle|lcurl|lcommaaccent|lceil|lcaron|lbracket|lbrace|lbox|lbar|lazysavetwopassdata|lazysavetaggedtwopassdata|layerwidth|layerheight|layeredtext|latin|lateluacode|lastuserpagenumber|lastuserpage|lasttwodigits|lastsubpagenumber|lastsubpage|lastsubcountervalue|lastrealpagenumber|lastrealpage|lastpredefinedsymbol|lastnaturalboxwd|lastnaturalboxht|lastnaturalboxdp|lastlinewidth|lastdigit|lastcountervalue|lastcounter|languagecharwidth|languagecharacters|languageCharacters|language|langle|land|lambdabar|lambda|lacute|labeltexts|labeltext|labellanguage|lVert|koreanparentnumerals|koreannumeralsp|koreannumeralsc|koreannumerals|koreancirclenumerals|kkra|khook|kerncharacters|keepunwantedspaces|keeplinestogether|keepblocks|kcommaaccent|kcaron|kappa|kap|jobfilesuffix|jobfilename|jmath|jcircumflex|jcaron|itilde|itemtag|items|item|italicface|italiccorrection|italicbold|italic|iota|iogonek|invokepageheandler|invisibletimes|intop|intertext|intercal|interactionmenu|interactionbuttons|interactionbar|integers|integerrounding|intclockwise|int|installversioninfo|installunitsspace|installunitsseparator|installtopframerenderer|installtextracker|installtexdirective|installswitchsetuphandler|installswitchcommandhandler|installstyleandcolorhandler|installsimpleframedcommandhandler|installsimplecommandhandler|installshipoutmethod|installsetuponlycommandhandler|installsetuphandler|installrootparameterhandler|installrightframerenderer|installparentinjector|installparametersethandler|installparameterhashhandler|installparameterhandler|installpagearrangement|installoutputroutine|installnamespace|installmacrostack|installleftframerenderer|installlanguage|installglobalmacrostack|installframedcommandhandler|installframedautocommandhandler|installdirectstyleandcolorhandler|installdirectsetuphandler|installdirectparametersethandler|installdirectparameterhandler|installdirectcommandhandler|installdefinitionsetmember|installdefinitionset|installdefinehandler|installcorenamespace|installcommandhandler|installbottomframerenderer|installbasicparameterhandler|installbasicautosetuphandler|installautosetuphandler|installautocommandhandler|installattributestack|installanddefineactivecharacter|installactivecharacter|installactionhandler|insertpages|inrightmargin|inrightedge|inright|inputgivenfile|inputfilesuffix|inputfilerealsuffix|inputfilename|inputfilebarename|input|inoutermargin|inouteredge|inouter|inother|innerflushshapebox|inmframed|inmargin|inlinerange|inlineprettyprintbuffer|inlineordisplaymath|inlinemessage|inlinemathematics|inlinemath|inlinedbox|inlinebuffer|inline|inleftmargin|inleftedge|inleft|initializeboxstack|ininnermargin|ininneredge|ininner|inhibitblank|inheritparameter|infull|infty|inframed|infofontbold|infofont|index|indentation|incrementvalue|incrementsubpagenumber|incrementpagenumber|incrementedcounter|incrementcounter|increment|includeversioninfo|includemenu|in|imply|implies|impliedby|immediatesavetwopassdata|imath|imaginaryj|imaginaryi|imacron|ijligature|iinvertedbreve|iintop|iint|iiintop|iiint|iiiintop|iiiint|ihook|igrave|ignorevalue|ignoretagsinexport|ignoreimplicitspaces|iftrialtypesetting|ifparameters|ifinoutputstream|ifinobject|iff|ifassignment|idoublegrave|idotbelow|idotaccent|idiaeresis|ideographicspace|ideographichalffillspace|icircumflex|icaron|ibreve|ibox|iacute|hyphenatedword|hyphenatedurl|hyphenatedpar|hyphenatedhbox|hyphenatedfilename|hyphenatedfile|hyphenatedcoloredword|hyphen|htofstring|htdpofstring|hstroke|hspace|hsmashed|hsmashbox|hsmash|hslash|hsizefraction|hpos|hphantom|hpackedbox|hpackbox|horizontalpositionbar|horizontalgrowingbar|hookrightarrow|hookleftarrow|hl|himilo|hilo|highordinalstr|highlight|high|hideblocks|hiddencite|hiddencitation|hiddenbar|hglue|helptext|heightspanningtext|heightofstring|heightanddepthofstring|hebrewZayin|hebrewYod|hebrewVav|hebrewTsadifinal|hebrewTsadi|hebrewTet|hebrewTav|hebrewShin|hebrewSamekh|hebrewResh|hebrewQof|hebrewPefinal|hebrewPe|hebrewNunfinal|hebrewNun|hebrewMemfinal|hebrewMem|hebrewLamed|hebrewKaffinal|hebrewKaf|hebrewHet|hebrewHe|hebrewGimel|hebrewDalet|hebrewBet|hebrewAyin|hebrewAlef|heartsuit|headwidth|headvbox|headtextwidth|headtexts|headtextdistance|headtextcontent|headtext|headsetupspacing|headreferenceattributes|headnumberwidth|headnumberdistance|headnumbercontent|headnumber|headlanguage|headhbox|hdofstring|hcircumflex|hcaron|hboxreference|hboxofvbox|hbar|hat|hash|hanzi|hangul|handwritten|handletokens|halfwaybox|halfstrut|halflinestrut|hairspace|hairline|gurmurkhinumerals|gujaratinumerals|guilsingleright|guilsingleleft|gtrsim|gtrless|gtreqqless|gtreqless|gtrdot|gtrapprox|gt|gstroke|gsetboxlly|gsetboxllx|groupedcommand|grid|greekzeta|greekxi|greekvaria|greekupsilonvrachy|greekupsilonvaria|greekupsilontonos|greekupsilonpsilivaria|greekupsilonpsilitonos|greekupsilonpsiliperispomeni|greekupsilonpsili|greekupsilonperispomeni|greekupsilonoxia|greekupsilonmacron|greekupsilondialytikavaria|greekupsilondialytikatonos|greekupsilondialytikaperispomeni|greekupsilondiaeresis|greekupsilondasiavaria|greekupsilondasiatonos|greekupsilondasiaperispomeni|greekupsilondasia|greekupsilon|greektonos|greekthetaalt|greektheta|greektau|greekstigma|greeksigmalunate|greeksigma|greeksampi|greekrhopsili|greekrhodasia|greekrhoalt|greekrho|greekpsilivaria|greekpsilitonos|greekpsiliperispomeni|greekpsili|greekpsi|greekprosgegrammeni|greekpialt|greekpi|greekphialt|greekphi|greekperispomeni|greekoxia|greekomicronvaria|greekomicrontonos|greekomicronpsilivaria|greekomicronpsilitonos|greekomicronpsili|greekomicronoxia|greekomicrondasiavaria|greekomicrondasiatonos|greekomicrondasia|greekomicron|greekomegavaria|greekomegatonos|greekomegapsilivaria|greekomegapsilitonos|greekomegapsiliperispomeni|greekomegapsili|greekomegaperispomeni|greekomegaoxia|greekomegaiotasubvaria|greekomegaiotasubtonos|greekomegaiotasubpsilivaria|greekomegaiotasubpsilitonos|greekomegaiotasubpsiliperispomeni|greekomegaiotasubpsili|greekomegaiotasubperispomeni|greekomegaiotasubdasiavaria|greekomegaiotasubdasiatonos|greekomegaiotasubdasiaperispomeni|greekomegaiotasubdasia|greekomegaiotasub|greekomegadasiavaria|greekomegadasiatonos|greekomegadasiaperispomeni|greekomegadasia|greekomega|greeknumkoppa|greeknumerals|greeknu|greekmu|greeklambda|greekkoppa|greekkappa|greekiotavrachy|greekiotavaria|greekiotatonos|greekiotapsilivaria|greekiotapsilitonos|greekiotapsiliperispomeni|greekiotapsili|greekiotaperispomeni|greekiotaoxia|greekiotamacron|greekiotadialytikavaria|greekiotadialytikatonos|greekiotadialytikaperispomeni|greekiotadialytika|greekiotadasiavaria|greekiotadasiatonos|greekiotadasiaperispomeni|greekiotadasia|greekiota|greekgamma|greekfinalsigma|greeketavaria|greeketatonos|greeketapsilivaria|greeketapsilitonos|greeketapsiliperispomeni|greeketapsili|greeketaperispomeni|greeketaoxia|greeketaiotasubvaria|greeketaiotasubtonos|greeketaiotasubpsilivaria|greeketaiotasubpsilitonos|greeketaiotasubpsiliperispomeni|greeketaiotasubpsili|greeketaiotasubperispomeni|greeketaiotasubdasiavaria|greeketaiotasubdasiatonos|greeketaiotasubdasiaperispomeni|greeketaiotasubdasia|greeketaiotasub|greeketadasiavaria|greeketadasiatonos|greeketadasiaperispomeni|greeketadasia|greeketa|greekepsilonvaria|greekepsilontonos|greekepsilonpsilivaria|greekepsilonpsilitonos|greekepsilonpsili|greekepsilonoxia|greekepsilondasiavaria|greekepsilondasiatonos|greekepsilondasia|greekepsilonalt|greekepsilon|greekdigamma|greekdialytikavaria|greekdialytikatonos|greekdialytikaperispomeni|greekdelta|greekdasiavaria|greekdasiatonos|greekdasiaperispomeni|greekdasia|greekchi|greekbetaalt|greekbeta|greekalphavrachy|greekalphavaria|greekalphatonos|greekalphapsilivaria|greekalphapsilitonos|greekalphapsiliperispomeni|greekalphapsili|greekalphaperispomeni|greekalphaoxia|greekalphamacron|greekalphaiotasubvaria|greekalphaiotasubtonos|greekalphaiotasubpsilivaria|greekalphaiotasubpsilitonos|greekalphaiotasubpsiliperispomeni|greekalphaiotasubpsili|greekalphaiotasubperispomeni|greekalphaiotasubdasiavaria|greekalphaiotasubdasiatonos|greekalphaiotasubdasiaperispomeni|greekalphaiotasubdasia|greekalphaiotasub|greekalphadasiavaria|greekalphadasiatonos|greekalphadasiaperispomeni|greekalphadasia|greekalpha|greekZeta|greekXi|greekUpsilonvrachy|greekUpsilonvaria|greekUpsilontonos|greekUpsilonmacron|greekUpsilondialytika|greekUpsilondasiavaria|greekUpsilondasiatonos|greekUpsilondasiaperispomeni|greekUpsilondasia|greekUpsilon|greekTheta|greekTau|greekSigmalunate|greekSigma|greekRhodasia|greekRho|greekPsi|greekPi|greekPhi|greekOmicronvaria|greekOmicrontonos|greekOmicronpsilivaria|greekOmicronpsilitonos|greekOmicronpsili|greekOmicrondasiavaria|greekOmicrondasiatonos|greekOmicrondasia|greekOmicron|greekOmegavaria|greekOmegatonos|greekOmegapsilivaria|greekOmegapsilitonos|greekOmegapsiliperispomeni|greekOmegapsili|greekOmegaiotasubpsilivaria|greekOmegaiotasubpsilitonos|greekOmegaiotasubpsiliperispomeni|greekOmegaiotasubpsili|greekOmegaiotasubdasiavaria|greekOmegaiotasubdasiatonos|greekOmegaiotasubdasiaperispomeni|greekOmegaiotasubdasia|greekOmegaiotasub|greekOmegadasiavaria|greekOmegadasiatonos|greekOmegadasiaperispomeni|greekOmegadasia|greekOmega|greekNu|greekMu|greekLambda|greekKappa|greekIotavrachy|greekIotavaria|greekIotatonos|greekIotapsilivaria|greekIotapsilitonos|greekIotapsiliperispomeni|greekIotapsili|greekIotamacron|greekIotadialytika|greekIotadasiavaria|greekIotadasiatonos|greekIotadasiaperispomeni|greekIotadasia|greekIota|greekGamma|greekEtavaria|greekEtatonos|greekEtapsilivaria|greekEtapsilitonos|greekEtapsiliperispomeni|greekEtapsili|greekEtaiotasubpsilivaria|greekEtaiotasubpsilitonos|greekEtaiotasubpsiliperispomeni|greekEtaiotasubpsili|greekEtaiotasubdasiavaria|greekEtaiotasubdasiatonos|greekEtaiotasubdasiaperispomeni|greekEtaiotasubdasia|greekEtaiotasub|greekEtadasiavaria|greekEtadasiatonos|greekEtadasiaperispomeni|greekEtadasia|greekEta|greekEpsilonvaria|greekEpsilontonos|greekEpsilonpsilivaria|greekEpsilonpsilitonos|greekEpsilonpsili|greekEpsilondasiavaria|greekEpsilondasiatonos|greekEpsilondasia|greekEpsilon|greekDelta|greekCoronis|greekChi|greekBeta|greekAlphavrachy|greekAlphavaria|greekAlphatonos|greekAlphapsilivaria|greekAlphapsilitonos|greekAlphapsiliperispomeni|greekAlphapsili|greekAlphamacron|greekAlphaiotasubpsilivaria|greekAlphaiotasubpsilitonos|greekAlphaiotasubpsiliperispomeni|greekAlphaiotasubpsili|greekAlphaiotasubdasiavaria|greekAlphaiotasubdasiatonos|greekAlphaiotasubdasiaperispomeni|greekAlphaiotasubdasia|greekAlphaiotasub|greekAlphadasiavaria|greekAlphadasiatonos|greekAlphadasiaperispomeni|greekAlphadasia|greekAlpha|greedysplitstring|grayvalue|graycolor|grave|grabuntil|grabbufferdatadirect|grabbufferdata|gotopage|gotobox|goto|godown|gobbleuntilrelax|gobbleuntil|gobbletwooptionals|gobbletwoarguments|gobblethreeoptionals|gobblethreearguments|gobbletenarguments|gobblespacetokens|gobblesixarguments|gobblesingleempty|gobblesevenarguments|gobbleoneoptional|gobbleoneargument|gobbleninearguments|gobblefouroptionals|gobblefourarguments|gobblefiveoptionals|gobblefivearguments|gobbleeightarguments|gobbledoubleempty|gnsim|gneqq|gnapprox|glyphfontfile|globalundefine|globalswapmacros|globalswapdimens|globalswapcounts|globalpushmacro|globalpushbox|globalprocesscommalist|globalpreventmode|globalpopmacro|globalpopbox|globalletempty|globalenablemode|globaldisablemode|gimel|gggtr|ggg|gg|getxparameters|getvariabledefault|getvariable|getvalue|getuvalue|getuserdata|gettwopassdatalist|gettwopassdata|gettokenlist|getsubstring|gets|getroundednoflines|getreferenceentry|getreference|getrawxparameters|getrawparameters|getrawnoflines|getrawgparameters|getraweparameters|getrandomseed|getrandomnumber|getrandomfloat|getrandomdimen|getrandomcount|getprivateslot|getprivatechar|getparameters|getpaletsize|getobjectdimensions|getobject|getnoflines|getnaturaldimensions|getnamedtwopassdatalist|getnamedglyphstyled|getnamedglyphdirect|getmessage|getmarking|getlocalfloats|getlocalfloat|getlasttwopassdata|getinlineuserdata|getgparameters|getglyphstyled|getglyphdirect|getfromtwopassdata|getfromcommalist|getfromcommacommand|getfirsttwopassdata|getfirstcharacter|getfiguredimensions|getexpandedparameters|geteparameters|getemptyparameters|getdummyparameters|getdocumentfilename|getdocumentargumentdefault|getdocumentargument|getdefinedbuffer|getdayspermonth|getdayoftheweek|getcommalistsize|getcommacommandsize|getbufferdata|getbuffer|getboxlly|getboxllx|getboxfromcache|getMPlayer|getMPdrawing|geqslant|geqq|geq|ge|gdotaccent|gdefconvertedcommand|gdefconvertedargument|gcommaaccent|gcircumflex|gcaron|gbreve|gamma|gacute|frule|frozenhbox|frown|fromlinenote|from|frenchspacing|freezemeasure|freezedimenmacro|framedtext|framedparameter|frameddimension|framed|frac|fourthofsixarguments|fourthoffourarguments|fourthoffivearguments|fourperemspace|fourfifths|foundbox|formulanumber|formula|forgetragged|forgetparskip|forgetparameters|forgeteverypar|forcelocalfloats|forcecharacterstripping|forall|footnotetext|footnote|fontstyle|fontsize|fontfeaturelist|fontface|fontclassname|fontclass|fontcharbyindex|fontchar|fontbody|fontalternative|flushtoks|flushtokens|flushtextflow|flushshapebox|flushoutputstream|flushnotes|flushnextbox|flushlocalfloats|flushlayer|flushedrightlastline|flushcollector|flushboxregister|flushbox|floatuserdataparameter|flligature|flat|flag|fixedspaces|fixedspace|fivesixths|fiveeighths|fittopbaselinegrid|fitfieldframed|fitfield|firstuserpagenumber|firstuserpage|firstsubpagenumber|firstsubpage|firstsubcountervalue|firstrealpagenumber|firstrealpage|firstoftwounexpanded|firstoftwoarguments|firstofthreeunexpanded|firstofthreearguments|firstofsixarguments|firstofoneunexpanded|firstofoneargument|firstoffourarguments|firstoffivearguments|firstinlist|firstcountervalue|firstcounter|firstcharacter|finishregisterentry|findtwopassdata|filterreference|filterpages|filterfromvalue|filterfromnext|fillupto|fillintext|fillinrules|fillinline|filler|filledhboxy|filledhboxr|filledhboxm|filledhboxk|filledhboxg|filledhboxc|filledhboxb|filigature|filename|figurewidth|figuresymbol|figurespace|figurenaturalwidth|figurenaturalheight|figureheight|figurefullname|figurefiletype|figurefilepath|figurefilename|fifthofsixarguments|fifthoffivearguments|fieldstack|fieldbody|field|fhook|fflligature|ffligature|ffiligature|fetchtwomarks|fetchtwomarkings|fetchruntinecommand|fetchonemarking|fetchonemark|fetchmarking|fetchmark|fetchallmarks|fetchallmarkings|fenced|fence|feature|fastsxsy|fastswitchtobodyfont|fastsetupwithargumentswapped|fastsetupwithargument|fastsetup|fastscale|fastloopindex|fastloopfinal|fastlocalframed|fastincrement|fastdecrement|fallingdotseq|fakebox|externalfigurecollectionparameter|externalfigurecollectionminwidth|externalfigurecollectionminheight|externalfigurecollectionmaxwidth|externalfigurecollectionmaxheight|externalfigure|exponentiale|expdoifnot|expdoifinsetelse|expdoifelseinset|expdoifelsecommon|expdoifelse|expdoifcommonelse|expdoif|expandfontsynonym|expandeddoifnot|expandeddoifelse|expandeddoif|expanded|expandcheckedcsname|exitloopnow|exitloop|exists|executeifdefined|exclamdown|eunderparentfill|eunderbracketfill|eunderbracefill|eunderbarfill|etwoheadrightarrowfill|etilde|ethiopic|eth|eta|erightharpoonupfill|erightharpoondownfill|erightarrowfill|equiv|equalscolon|equaldigits|eqslantless|eqslantgtr|eqsim|eqless|eqgtr|eqeqeq|eqeq|eqcirc|eq|epsilon|epos|eoverparentfill|eoverbracketfill|eoverbracefill|eoverbarfill|eogonek|envvar|environment|env|enspace|enskip|enquad|endnote|endash|enabletrackers|enableregime|enableparpositions|enableoutputstream|enablemode|enableexperiments|enabledirectives|emspace|emquad|emptyset|emptylines|emphasistypeface|emphasisboldface|emdash|emacron|em|ell|eleftrightarrowfill|eleftharpoonupfill|eleftharpoondownfill|eleftarrowfill|elapsedtime|elapsedseconds|einvertedbreve|ehook|egrave|effect|efcparameter|efcminwidth|efcminheight|efcmaxwidth|efcmaxheight|edoublegrave|edotbelow|edotaccent|ediaeresis|edefconvertedargument|ecircumflextilde|ecircumflexhook|ecircumflexgrave|ecircumflexdotbelow|ecircumflexacute|ecircumflex|ecedilla|ecaron|ebreve|eacute|eTeX|dzligature|dzcaronligature|dummyparameter|dummydigit|dtail|dstroke|dpofstring|downzigzagarrow|downwhitearrow|downuparrows|downharpoonright|downharpoonleft|downdownarrows|downdasharrow|downarrow|dowithwargument|dowithrange|dowithpargument|dowithnextboxcs|dowithnextboxcontentcs|dowithnextboxcontent|dowithnextbox|dowith|doubleverticalbar|doubleprime|doubleparent|doublecup|doublecap|doublebracket|doublebrace|doublebond|doublebar|dottedrightarrow|dottedcircle|dots|dotriplegroupempty|dotripleemptywithset|dotripleempty|dotripleargumentwithset|dotripleargument|dotplus|dotoks|dotminus|dotlessjstroke|dotlessj|dotlessi|dotlessJ|dotlessI|dotfskip|doteqdot|doteq|dot|dosubtractfeature|dostepwiserecurse|dosixtupleempty|dosixtupleargument|dosinglegroupempty|dosingleempty|dosingleargument|doseventupleempty|doseventupleargument|dosetupcheckedinterlinespace|dosetrightskipadaption|dosetleftskipadaption|dosetattribute|dorotatebox|doresetattribute|doresetandafffeature|doreplacefeature|dorepeatwithcommand|dorecurse|dorechecknextindentation|doquintuplegroupempty|doquintupleempty|doquintupleargument|doquadruplegroupempty|doquadrupleempty|doquadrupleargument|doprocesslocalsetups|dopositionaction|dontpermitspacesbetweengroups|dontleavehmode|dontconvertfont|donothing|doloopoverlist|doloop|dollar|doindentation|doifvariableelse|doifvariable|doifvaluesomething|doifvaluenothingelse|doifvaluenothing|doifvalueelse|doifvalue|doifurldefinedelse|doifunknownfontfeature|doifundefinedelse|doifundefinedcounter|doifundefined|doiftypingfileelse|doiftopofpageelse|doiftextflowelse|doiftextflowcollectorelse|doiftextelse|doiftext|doifsymbolsetelse|doifsymboldefinedelse|doifstructurelisthaspageelse|doifstructurelisthasnumberelse|doifstringinstringelse|doifsometokselse|doifsometoks|doifsomethingelse|doifsomething|doifsomespaceelse|doifsomebackgroundelse|doifsomebackground|doifsetupselse|doifsetups|doifsamestringelse|doifsamestring|doifsamelinereferenceelse|doifrighttoleftinboxelse|doifrightpagefloatelse|doifreferencefoundelse|doifpositionsusedelse|doifpositionsonthispageelse|doifpositionsonsamepageelse|doifpositiononpageelse|doifpositionelse|doifpositionactionelse|doifpositionaction|doifposition|doifpatternselse|doifpathexistselse|doifpathelse|doifparentfileelse|doifparallelelse|doifoverlayelse|doifoverlappingelse|doifolderversionelse|doifoldercontextelse|doifoddpagefloatelse|doifoddpageelse|doifobjectreferencefoundelse|doifobjectfoundelse|doifnumberelse|doifnumber|doifnotvariable|doifnotvalue|doifnotsetups|doifnotsamestring|doifnotnumber|doifnotmode|doifnotinstring|doifnotinsidesplitfloat|doifnotinset|doifnothingelse|doifnothing|doifnotflagged|doifnotfile|doifnotescollected|doifnoteonsamepageelse|doifnotenv|doifnotemptyvariable|doifnotemptyvalue|doifnotempty|doifnotdocumentvariable|doifnotdocumentfilename|doifnotdocumentargument|doifnotcounter|doifnotcommon|doifnotcommandhandler|doifnotallmodes|doifnotallcommon|doifnot|doifnonzeropositiveelse|doifnextparenthesiselse|doifnextoptionalelse|doifnextoptionalcselse|doifnextcharelse|doifnextbgroupelse|doifnextbgroupcselse|doifmodeelse|doifmode|doifmessageelse|doifmeaningelse|doifmarkingelse|doifmainfloatbodyelse|doiflocfileelse|doiflocationelse|doiflistelse|doifleapyearelse|doiflayouttextlineelse|doiflayoutsomelineelse|doiflayoutdefinedelse|doiflayerdataelse|doiflanguageelse|doifitalicelse|doifintwopassdataelse|doifintokselse|doifinsymbolsetelse|doifinsymbolset|doifinstringelse|doifinstring|doifinsetelse|doifinset|doifinsertionelse|doifinputfileelse|doifinelementelse|doifincsnameelse|doifhelpelse|doifhasspaceelse|doiffontsynonymelse|doiffontpresentelse|doiffontfeatureelse|doiffontcharelse|doifflaggedelse|doiffirstcharelse|doiffileexistselse|doiffileelse|doiffiledefinedelse|doiffile|doiffigureelse|doiffieldcategoryelse|doiffieldbodyelse|doiffastoptionalcheckelse|doiffastoptionalcheckcselse|doifenvelse|doifenv|doifemptyvariableelse|doifemptyvariable|doifemptyvalueelse|doifemptyvalue|doifemptytoks|doifemptyelse|doifempty|doifelsevariable|doifelsevaluenothing|doifelsevalue|doifelseurldefined|doifelseundefined|doifelsetypingfile|doifelsetopofpage|doifelsetextflowcollector|doifelsetextflow|doifelsetext|doifelsesymbolset|doifelsesymboldefined|doifelsestructurelisthaspage|doifelsestructurelisthasnumber|doifelsestringinstring|doifelsesometoks|doifelsesomething|doifelsesomespace|doifelsesomebackground|doifelsesetups|doifelsesamestring|doifelsesamelinereference|doifelserighttoleftinbox|doifelserightpagefloat|doifelserightpage|doifelsereferencefound|doifelsepositionsused|doifelsepositionsonthispage|doifelsepositionsonsamepage|doifelsepositiononpage|doifelsepositionaction|doifelseposition|doifelsepatterns|doifelsepathexists|doifelsepath|doifelseparentfile|doifelseparallel|doifelseoverlay|doifelseoverlapping|doifelseolderversion|doifelseoldercontext|doifelseoddpagefloat|doifelseoddpage|doifelseobjectreferencefound|doifelseobjectfound|doifelsenumber|doifelsenothing|doifelsenoteonsamepage|doifelsenonzeropositive|doifelsenextparenthesis|doifelsenextoptionalcs|doifelsenextoptional|doifelsenextchar|doifelsenextbgroupcs|doifelsenextbgroup|doifelsemode|doifelsemessage|doifelsemeaning|doifelsemarking|doifelsemarkedpage|doifelsemainfloatbody|doifelselocfile|doifelselocation|doifelselist|doifelseleapyear|doifelselayouttextline|doifelselayoutsomeline|doifelselayoutdefined|doifelselayerdata|doifelselanguage|doifelseitalic|doifelseintwopassdata|doifelseintoks|doifelseinsymbolset|doifelseinstring|doifelseinset|doifelseinsertion|doifelseinputfile|doifelseinelement|doifelseincsname|doifelsehelp|doifelsehasspace|doifelseframed|doifelsefontsynonym|doifelsefontpresent|doifelsefontfeature|doifelsefontchar|doifelseflagged|doifelsefirstchar|doifelsefileexists|doifelsefiledefined|doifelsefile|doifelsefigure|doifelsefieldcategory|doifelsefieldbody|doifelsefastoptionalcheckcs|doifelsefastoptionalcheck|doifelseenv|doifelseemptyvariable|doifelseemptyvalue|doifelseempty|doifelsedrawingblack|doifelsedocumentvariable|doifelsedocumentfilename|doifelsedocumentargument|doifelsedimenstring|doifelsedimension|doifelsedefinedcounter|doifelsedefined|doifelsecurrentsynonymused|doifelsecurrentsynonymshown|doifelsecurrentsortingused|doifelsecurrentfonthasfeature|doifelsecounter|doifelseconversionnumber|doifelseconversiondefined|doifelsecommon|doifelsecommandhandler|doifelsecolor|doifelsebuffer|doifelseboxincache|doifelsebox|doifelseblack|doifelseassignmentcs|doifelseassignment|doifelseallmodes|doifelsealldefined|doifelseallcommon|doifelseMPgraphic|doifelse|doifdrawingblackelse|doifdocumentvariableelse|doifdocumentvariable|doifdocumentfilenameelse|doifdocumentfilename|doifdocumentargumentelse|doifdocumentargument|doifdimenstringelse|doifdimensionelse|doifdefinedelse|doifdefinedcounterelse|doifdefinedcounter|doifdefined|doifcurrentfonthasfeatureelse|doifcounterelse|doifcounter|doifconversionnumberelse|doifconversiondefinedelse|doifcontent|doifcommonelse|doifcommon|doifcommandhandlerelse|doifcommandhandler|doifcolorelse|doifcolor|doifbufferelse|doifboxelse|doifbothsidesoverruled|doifbothsides|doifblackelse|doifassignmentelsecs|doifassignmentelse|doifallmodeselse|doifallmodes|doifalldefinedelse|doifallcommonelse|doifallcommon|doifMPgraphicelse|doif|dogobblesingleempty|dogobbledoubleempty|dogetcommacommandelement|dogetattributeid|dogetattribute|dofastloopcs|doexpandedrecurse|doeassign|dodoublegroupempty|dodoubleemptywithset|dodoubleempty|dodoubleargumentwithset|dodoubleargument|documentvariable|docheckedpair|docheckedpagestate|docheckassignment|doboundtext|doassignempty|doassign|doaddfeature|doadaptrightskip|doadaptleftskip|divides|divideontimes|dividedsize|div|distributedhsize|displaymessage|displaymathematics|displaymath|disabletrackers|disableregime|disableparpositions|disableoutputstream|disablemode|disableexperiments|disabledirectives|dis|directvspacing|directsymbol|directsetup|directsetbar|directselect|directluacode|directlocalframed|directhighlight|directgetboxlly|directgetboxllx|directdummyparameter|directcopyboxfromcache|directconvertedcounter|directcolored|directcolor|directboxfromcache|dimensiontocount|digits|digamma|differentiald|differentialD|diamondsuit|diamond|diameter|dhook|dfrac|devanagarinumerals|determineregistercharacteristics|determinenoflines|determinelistcharacteristics|determineheadnumber|depthstrut|depthspanningtext|depthonlybox|depthofstring|delta|delimitedtext|delimited|definextable|definevspacingamount|definevspacing|definevspace|defineviewerlayer|defineuserdataalternative|defineuserdata|defineunit|definetyping|definetypesetting|definetypescriptsynonym|definetypescriptprefix|definetypeface|definetype|definetwopasslist|definetransparency|definetooltip|definetokenlist|definetextnote|definetextflow|definetextbackground|definetext|definetabulation|definetabulate|definetabletemplate|definesystemvariable|definesystemconstant|definesystemattribute|definesynonyms|definesynonym|definesymbol|definesubformula|definesubfield|definestyleinstance|definestyle|definestartstop|definespotcolor|definesorting|definesort|definesidebar|defineshift|defineseparatorset|defineselector|definesectionlevels|definesectionblock|definesection|definescript|definescale|defineruby|defineresetset|definerenderingwindow|defineregister|definereferenceformat|definereference|definepushsymbol|definepushbutton|defineprogram|defineprofile|defineprocessor|defineprocesscolor|defineprefixset|definepositioning|defineplacement|defineperiodkerning|defineparbuilder|defineparallel|defineparagraphs|defineparagraph|definepapersize|definepalet|definepairedbox|definepagestate|definepageshift|definepageinjectionalternative|definepageinjection|definepagecolumns|definepagechecker|definepagebreak|definepage|defineoverlay|defineoutputroutinecommand|defineoutputroutine|defineornament|definenote|definenarrower|definenamespace|definenamedcolor|definemultitonecolor|definemode|definemixedcolumns|definemessageconstant|definemeasure|definemathunstacked|definemathundertextextensible|definemathunderextensible|definemathunder|definemathtriplet|definemathstyle|definemathstackers|definemathradical|definemathovertextextensible|definemathoverextensible|definemathover|definemathornament|definemathmatrix|definemathframed|definemathfraction|definemathfence|definemathextensible|definemathematics|definemathdoubleextensible|definemathdouble|definemathcommand|definemathcases|definemathalignment|definemathaccent|definemarking|definemarker|definemargindata|definemarginblock|definemakeup|definelowmidhigh|definelowhigh|definelow|definelistextra|definelistalternative|definelist|definelines|definelinenumbering|definelinenote|definelinefiller|definelayout|definelayerpreset|definelayer|definelabelclass|definelabel|defineitems|defineitemgroup|defineintermediatecolor|defineinterlinespace|defineinterfacevariable|defineinterfaceelement|defineinterfaceconstant|defineinteractionmenu|defineinteractionbar|defineinteraction|defineinsertion|defineinitial|defineindenting|defineindentedtext|definehypenationfeatures|definehspace|definehighlight|definehigh|definehelp|defineheadalternative|definehead|definehbox|definegridsnapping|definegraphictypesynonym|defineglobalcolor|definefrozenfont|defineframedtext|defineframedtable|defineframedcontent|defineframed|defineformulaframed|defineformulaalternative|defineformula|definefontsynonym|definefontstyle|definefontsolution|definefontsize|definefontfile|definefontfeature|definefontfamilypreset|definefontfamily|definefontfallback|definefontalternative|definefont|definefloat|definefittingpage|definefirstline|definefiller|definefilesynonym|definefilefallback|definefileconstant|definefiguresymbol|definefieldstack|definefieldcategory|definefieldbodyset|definefieldbody|definefield|definefallbackfamily|definefacingfloat|defineexternalfigure|defineexpandable|defineenumeration|defineeffect|definedfont|definedescription|definedeq|definedelimitedtext|definedataset|definecounter|defineconversionset|defineconversion|definecomplexorsimpleempty|definecomplexorsimple|definecomment|definecommand|definecombinedlist|definecombination|definecolumnsetspan|definecolumnsetarea|definecolumnset|definecolumnbreak|definecolorgroup|definecolor|definecollector|definechemicalsymbol|definechemicals|definechemical|definecharacterspacing|definecharacterkerning|definecharacter|definecapitals|definebutton|definebuffer|definebtxrendering|definebtxregister|definebtxdataset|definebtx|definebreakpoints|definebreakpoint|definebodyfontswitch|definebodyfontenvironment|definebodyfont|defineblock|definebar|definebackground|defineattribute|defineattachment|defineanchor|definealternativestyle|defineactivecharacter|defineaccent|defineTABLEsetup|defineMPinstance|define|defconvertedvalue|defconvertedcommand|defconvertedargument|defcatcodecommand|defaultobjectreference|defaultobjectpage|defaultinterface|decrementvalue|decrementsubpagenumber|decrementpagenumber|decrementedcounter|decrementcounter|decrement|ddots|ddot|dddot|ddagger|ddag|dcurl|dcaron|dbinom|dayspermonth|dayoftheweek|date|datasetvariable|dashv|dashedrightarrow|dashedleftarrow|dasharrow|daleth|dagger|dag|d|cyrilliczhediaeresis|cyrilliczhedescender|cyrilliczhebreve|cyrilliczh|cyrilliczediaeresis|cyrilliczdsc|cyrillicz|cyrillicyu|cyrillicystrstroke|cyrillicystr|cyrillicyo|cyrillicyi|cyrillicyerudiaeresis|cyrillicyat|cyrillicya|cyrillicv|cyrillicushrt|cyrillicumacron|cyrillicuk|cyrillicudoubleacute|cyrillicudiaeresis|cyrillicu|cyrillictshe|cyrillictetse|cyrillictedc|cyrillict|cyrillicshha|cyrillicshch|cyrillicsh|cyrillicsftsn|cyrillicsemisoft|cyrillicsdsc|cyrillicschwadiaeresis|cyrillicschwa|cyrillics|cyrillicr|cyrillicpsi|cyrillicpemidhook|cyrillicp|cyrillicot|cyrillicomegatitlo|cyrillicomegaround|cyrillicomega|cyrillicodiaeresis|cyrillicobarreddiaeresis|cyrillicobarred|cyrillico|cyrillicnje|cyrillicn|cyrillicm|cyrilliclje|cyrilliclittleyusiotified|cyrilliclittleyus|cyrillicl|cyrillicksi|cyrillickoppa|cyrillickje|cyrillickavertstroke|cyrillickastroke|cyrillickahook|cyrillickadc|cyrillickabashkir|cyrillick|cyrillicje|cyrillicizhitsadoublegrave|cyrillicizhitsa|cyrillicishrttail|cyrillicishrt|cyrillicimacron|cyrillicii|cyrillicigrave|cyrillicie|cyrillicidiaeresis|cyrillici|cyrillichrdsn|cyrillichadc|cyrillicha|cyrillich|cyrillicgje|cyrillicgheupturn|cyrillicghestroke|cyrillicghemidhook|cyrillicg|cyrillicfita|cyrillicf|cyrillicery|cyrillicertick|cyrillicerev|cyrillicentail|cyrillicenhook|cyrillicenghe|cyrillicendc|cyrillicemtail|cyrilliceltail|cyrilliceiotified|cyrillicegrave|cyrillicediaeresis|cyrillicebreve|cyrillice|cyrillicdzhe|cyrillicdzeabkhasian|cyrillicdze|cyrillicdje|cyrillicd|cyrillicchevertstroke|cyrillicchekhakassian|cyrillicchediaeresis|cyrillicchedcabkhasian|cyrillicchedc|cyrilliccheabkhasian|cyrillicch|cyrillicc|cyrillicbigyusiotified|cyrillicbigyus|cyrillicb|cyrillicae|cyrillicadiaeresis|cyrillicabreve|cyrillica|cyrillicZHEdiaeresis|cyrillicZHEdescender|cyrillicZHEbreve|cyrillicZH|cyrillicZEdiaeresis|cyrillicZDSC|cyrillicZ|cyrillicYstrstroke|cyrillicYstr|cyrillicYU|cyrillicYO|cyrillicYI|cyrillicYERUdiaeresis|cyrillicYAT|cyrillicYA|cyrillicV|cyrillicUmacron|cyrillicUdoubleacute|cyrillicUdiaeresis|cyrillicUSHRT|cyrillicUK|cyrillicU|cyrillicTSHE|cyrillicTITLO|cyrillicTETSE|cyrillicTEDC|cyrillicT|cyrillicSHHA|cyrillicSHCH|cyrillicSH|cyrillicSFTSN|cyrillicSEMISOFT|cyrillicSDSC|cyrillicSCHWAdiaeresis|cyrillicSCHWA|cyrillicS|cyrillicR|cyrillicPSILIPNEUMATA|cyrillicPSI|cyrillicPEmidhook|cyrillicPALOCHKA|cyrillicPALATALIZATION|cyrillicP|cyrillicOdiaeresis|cyrillicObarreddiaeresis|cyrillicObarred|cyrillicOT|cyrillicOMEGAtitlo|cyrillicOMEGAround|cyrillicOMEGA|cyrillicO|cyrillicNJE|cyrillicN|cyrillicM|cyrillicLJE|cyrillicLITTLEYUSiotified|cyrillicLITTLEYUS|cyrillicL|cyrillicKSI|cyrillicKOPPA|cyrillicKJE|cyrillicKAvertstroke|cyrillicKAstroke|cyrillicKAhook|cyrillicKAbashkir|cyrillicKADC|cyrillicK|cyrillicJE|cyrillicImacron|cyrillicIgrave|cyrillicIdiaeresis|cyrillicIZHITSAdoublegrave|cyrillicIZHITSA|cyrillicISHRTtail|cyrillicISHRT|cyrillicII|cyrillicIE|cyrillicI|cyrillicHRDSN|cyrillicHADC|cyrillicHA|cyrillicH|cyrillicGJE|cyrillicGHEupturn|cyrillicGHEstroke|cyrillicGHEmidhook|cyrillicG|cyrillicFITA|cyrillicF|cyrillicEiotified|cyrillicEgrave|cyrillicEdiaeresis|cyrillicEbreve|cyrillicERtick|cyrillicERY|cyrillicEREV|cyrillicENtail|cyrillicENhook|cyrillicENGHE|cyrillicENDC|cyrillicEMtail|cyrillicELtail|cyrillicE|cyrillicDZHE|cyrillicDZEabkhasian|cyrillicDZE|cyrillicDJE|cyrillicDASIAPNEUMATA|cyrillicD|cyrillicCHEvertstroke|cyrillicCHEkhakassian|cyrillicCHEdiaeresis|cyrillicCHEabkhasian|cyrillicCHEDCabkhasian|cyrillicCHEDC|cyrillicCH|cyrillicC|cyrillicBIGYUSiotified|cyrillicBIGYUS|cyrillicB|cyrillicAdiaeresis|cyrillicAbreve|cyrillicAE|cyrillicA|cwopencirclearrow|curvearrowright|curvearrowleft|currentxtablerow|currentxtablecolumn|currentvalue|currenttime|currentresponses|currentregisterpageuserdata|currentregime|currentproject|currentproduct|currentoutputstream|currentmoduleparameter|currentmessagetext|currentmainlanguage|currentlistsymbol|currentlistentrytitlerendered|currentlistentrytitle|currentlistentryreferenceattribute|currentlistentrypagenumber|currentlistentrynumber|currentlistentrylimitedtext|currentlistentrydestinationattribute|currentlanguage|currentinterface|currentheadnumber|currentfeaturetest|currentenvironment|currentdate|currentcomponent|currentcommalistitem|currentbtxuservariable|currentassignmentlistvalue|currentassignmentlistkey|curlywedge|curlyvee|curlyeqsucc|curlyeqprec|cup|ctxsprint|ctxreport|ctxluacode|ctxluabuffer|ctxlua|ctxloadluafile|ctxlatelua|ctxlatecommand|ctxfunction|ctxdirectlua|ctxdirectcommand|ctxcommand|ctop|cstroke|crlfplaceholder|crlf|crightoverleftarrow|crightarrow|crampedrlap|crampedllap|crampedclap|cramped|counttokens|counttoken|countersubs|correctwhitespace|copyunittext|copytaglabeltext|copysuffixtext|copysetups|copyright|copyprefixtext|copyposition|copyparameters|copypages|copyoperatortext|copymathlabeltext|copylabeltext|copyheadtext|copyfield|copybtxlabeltext|copyboxfromcache|coprod|convertvboxtohbox|convertvalue|convertnumber|convertmonth|convertedsubcounter|converteddimen|convertedcounter|convertcommand|convertargument|continueifinputfile|continuednumber|contentreference|constantnumberargument|constantnumber|constantemptyargument|constantdimenargument|constantdimen|cong|compresult|composedlayer|composedcollector|component|complexorsimpleempty|complexorsimple|complexes|completeregister|completepagenumber|completelistoftables|completelistofsynonyms|completelistofsorts|completelistofpublications|completelistoflogos|completelistofintermezzi|completelistofgraphics|completelistoffigures|completelistofchemicals|completelistofabbreviations|completelist|completeindex|completecontent|completebtxrendering|complement|comparepalet|comparedimensioneps|comparedimension|comparecolorgroup|comment|commalistsize|commalistsentence|commalistelement|combinepages|columnsetspanwidth|columnbreak|column|colorvalue|coloronly|colored|colorcomponents|colorbar|color|colonequals|coloncolonequals|colon|collectexpanded|collectedtext|collect|clubsuit|clonefield|clippedoverlayimage|clip|cleftarrow|cldprocessfile|cldloadfile|cldcontext|cldcommand|classfont|clap|cite|citation|circleonrightarrow|circledequals|circleddash|circledcirc|circledast|circledS|circledR|circlearrowright|circlearrowleft|circeq|circ|chook|chinesenumerals|chinesecapnumerals|chineseallnumerals|chi|chemicaltoptext|chemicaltext|chemicalsymbol|chemicalmidtext|chemicalbottext|chemical|chem|checkvariables|checktwopassdata|checksoundtrack|checkpreviousinjector|checkparameters|checkpage|checknextinjector|checknextindentation|checkmark|checkinjector|checkedstrippedcsname|checkedfiller|checkedchar|checkedblank|checkcharacteralign|check|charwidthlanguage|chardescription|characters|character|chapter|cfrac|centerline|centerednextbox|centeredlastline|centeredbox|centerdot|centerbox|centeraligned|cdots|cdotp|cdotaccent|cdot|ccurl|ccircumflex|ccedilla|ccaron|cbox|catcodetablename|carriagereturn|capital|cap|camel|calligraphic|cacute|button|bullet|buildtextognek|buildtextmacron|buildtextgrave|buildtextcedilla|buildtextbottomdot|buildtextbottomcomma|buildtextaccent|buildmathaccent|btxtextcitation|btxsingularplural|btxsingularorplural|btxsetup|btxsavejournalist|btxremapauthor|btxoneorrange|btxloadjournalist|btxlistcitation|btxlabeltext|btxlabellanguage|btxhybridcite|btxhiddencitation|btxfoundtype|btxfoundname|btxflushsuffix|btxflushauthornormalshort|btxflushauthornormal|btxflushauthorname|btxflushauthorinvertedshort|btxflushauthorinverted|btxflushauthor|btxflush|btxfirstofrange|btxfieldtype|btxfieldname|btxfield|btxexpandedjournal|btxdoifuservariableelse|btxdoifsameaspreviouselse|btxdoifsameaspreviouscheckedelse|btxdoifnot|btxdoifelseuservariable|btxdoifelsesameaspreviouschecked|btxdoifelsesameasprevious|btxdoifelsecombiinlist|btxdoifelse|btxdoifcombiinlistelse|btxdoif|btxdirect|btxdetail|btxauthorfield|btxalwayscitation|btxaddjournal|btxabbreviatedjournal|bstroke|breve|breakhere|breakablethinspace|bpos|boxtimes|boxreference|boxplus|boxofsize|boxminus|boxmarker|boxdot|boxcursor|bowtie|bottomrightbox|bottomleftbox|bottombox|bot|bordermatrix|booleanmodevalue|bookmark|boldslanted|bolditalic|boldface|bold|bodyfontsize|bodyfontenvironmentlist|blockuservariable|blocksynctexfile|blockquote|blockligatures|bleedwidth|bleedheight|bleed|blap|blank|blacktriangleright|blacktriangleleft|blacktriangledown|blacktriangle|blacksquare|blackrules|blackrule|blacklozenge|bitmapimage|binom|bigwedge|bigvee|biguplus|bigudot|bigtriangleup|bigtriangledown|bigtimes|bigstar|bigsquare|bigsqcup|bigsqcap|bigskip|bigr|bigotimes|bigoplus|bigodot|bigm|bigl|biggr|biggm|biggl|bigger|bigg|bigdiamond|bigcup|bigcircle|bigcirc|bigcap|bigbodyfont|big|bhook|between|beth|beta|beforetestandsplitstring|beforesplitstring|because|bbox|bbordermatrix|baselinerightbox|baselinemiddlebox|baselineleftbox|baselinebottom|basegrid|barwedge|barovernorthwestarrow|barleftarrowrightarrowbar|barleftarrow|bar|backslash|backsim|backprime|backgroundline|backgroundimagefill|backgroundimage|background|backepsilon|averagecharwidth|availablehsize|autosetups|autopagestaterealpageorder|autopagestaterealpage|automathematics|autointegral|autoinsertnextspace|autodirvtop|autodirvbox|autodirhbox|autocap|attachment|atrightmargin|atpage|atleftmargin|atilde|at|asymp|astype|ast|assumelongusagecs|assignwidth|assignvalue|assigntranslation|assignifempty|assigndimension|assigndimen|assignalfadimension|aside|asciistr|arrowvert|aringacute|aring|arg|arabicwasallam|arabicvowelyeh|arabicvowelwaw|arabictripledot|arabicstartofrubc|arabicslcm|arabicshighthreedots|arabicsemicolon|arabicsanah|arabicsamvat|arabicsalla|arabicsajdah|arabicsafha|arabicrialsign|arabicray|arabicrasoul|arabicquestion|arabicqala|arabicpoeticverse|arabicpertenthousand|arabicpermille|arabicperiod|arabicpercent|arabicparenright|arabicparenleft|arabicnumerals|arabicnumberabove|arabicnumber|arabicmuhammad|arabicmisra|arabiclowseen|arabiclownoonkasra|arabiclowmeemlong|arabiclettermark|arabicjallajalalouhou|arabichighzain|arabichighyeh|arabichighwaqf|arabichighthalatha|arabichightakhallus|arabichightah|arabichighsmallsafha|arabichighseen|arabichighsallallahou|arabichighsakta|arabichighsajda|arabichighsad|arabichighrubc|arabichighrahmatullahalayhe|arabichighradiallahouanhu|arabichighqif|arabichighqaf|arabichighnoonkasra|arabichighnoon|arabichighnisf|arabichighmeemshort|arabichighmeemlong|arabichighmadda|arabichighlamalef|arabichighjeem|arabichighfootnotemarker|arabichighesala|arabichigheqala|arabichighalayheassallam|arabichighain|arabicfourthroot|arabicfootnotemarker|arabicexnumerals|arabicendofayah|arabicdisputedendofayah|arabicdecimals|arabicdateseparator|arabiccuberoot|arabiccomma|arabicbasmalah|arabicasterisk|arabicallallahou|arabicallah|arabicalayhe|arabicakbar|approxnEq|approxeq|approxEq|approx|applytowords|applytosplitstringwordspaced|applytosplitstringword|applytosplitstringlinespaced|applytosplitstringline|applytosplitstringcharspaced|applytosplitstringchar|applytofirstcharacter|applytocharacters|applyprocessor|applyalternativestyle|apply|appendvalue|appendtoksonce|appendtoks|appendtocommalist|appendgvalue|appendetoks|aogonek|angle|anchor|ampersand|amalg|amacron|alwayscite|alwayscitation|alphabeticnumerals|alpha|allinputpaths|alignmentcharacter|alignhere|alignedline|alignedbox|aligned|alignbottom|aleph|ainvertedbreve|ahook|agrave|aftertestandsplitstring|aftersplitstring|afghanicurrency|aemacron|aeligature|aeacute|adoublegrave|adotbelow|adotaccentmacron|adotaccent|adiaeresismacron|adiaeresis|addvalue|addtocommalist|addtoJSpreamble|addfontpath|addfeature|adaptpapersize|adaptlayout|adaptfontfeature|adaptcollector|acwopencirclearrow|acute|actuarial|actualyear|actualmonth|actualday|activatespacehandler|acircumflextilde|acircumflexhook|acircumflexgrave|acircumflexdotbelow|acircumflexacute|acircumflex|acaron|abrevetilde|abrevehook|abrevegrave|abrevedotbelow|abreveacute|abreve|about|abjadnumerals|abjadnodotnumerals|abjadnaivenumerals|abbreviation|aacute|Zstroke|Zhook|Zeta|Zdotaccent|Zcaron|Zacute|Ytilde|Ymacron|Yhook|Ygrave|Ydotbelow|Ydiaeresis|Ycircumflex|Yacute|Xi|XeTeX|XETEX|Words|Word|WidthSpanningText|Wcircumflex|WORDS|WORD|WEEKDAY|Vvdash|Vert|VerboseNumber|Vdash|VDash|Uuparrow|Utilde|Uring|Upsilon|Updownarrow|Uparrow|Uogonek|Umacron|Uinvertedbreve|Uhungarumlaut|Uhorntilde|Uhornhook|Uhorngrave|Uhorndotbelow|Uhornacute|Uhorn|Uhook|Ugrave|Udoublegrave|Udotbelow|Udiaeresismacron|Udiaeresisgrave|Udiaeresiscaron|Udiaeresisacute|Udiaeresis|Ucircumflex|Ucaron|Ubreve|Uacute|Tstroke|TransparencyHack|Thorn|Thook|Theta|TheNormalizedFontSize|TeX|Tcommaaccent|Tcedilla|Tcaron|Tau|TaBlE|TEX|TABLE|Swarrow|Supset|Subset|Smallcapped|Sigma|Searrow|Scommaaccent|Scircumflex|Schwa|Scedilla|Scaron|ScaledPointsToWholeBigPoints|ScaledPointsToBigPoints|Sacute|S|Rsh|Rrightarrow|Romannumerals|Rinvertedbreve|Rightarrow|Rho|Relbar|ReadFile|Re|Rdsh|Rdoublegrave|Rcommaaccent|Rcaron|Racute|PtToCm|Psi|PropertyLine|PointsToWholeBigPoints|PointsToReal|PointsToBigPoints|Plankconst|PiCTeX|Pi|Phook|Phi|PRAGMA|PPCHTeX|PPCHTEX|PICTEX|PDFcolor|PDFTEX|PDFETEX|P|Otildemacron|Otilde|Ostrokeacute|Ostroke|Oogonekmacron|Oogonek|Omicron|Omega|Omacron|Oinvertedbreve|Ohungarumlaut|Ohorntilde|Ohornhook|Ohorngrave|Ohorndotbelow|Ohornacute|Ohorn|Ohook|Ograve|Odoublegrave|Odotbelow|Odotaccentmacron|Odotaccent|Odiaeresismacron|Odiaeresis|Ocircumflextilde|Ocircumflexhook|Ocircumflexgrave|Ocircumflexdotbelow|Ocircumflexacute|Ocircumflex|Ocaron|Obreve|Oacute|OEligature|Nwarrow|Numbers|Nu|Ntilde|NormalizeTextWidth|NormalizeTextHeight|NormalizeFontWidth|NormalizeFontHeight|Njligature|Ngrave|Neng|Nearrow|Ncommaaccent|Ncaron|Nacute|NJligature|Mu|MetaPost|MetaFun|MetaFont|Mapsto|Mapsfrom|MPy|MPxywhd|MPxy|MPx|MPwhd|MPw|MPvv|MPvariable|MPvar|MPv|MPur|MPul|MPtransparency|MPtext|MPstring|MPrs|MPrightskip|MPrest|MPregion|MPrawvar|MPr|MPposset|MPpositiongraphic|MPpos|MPplus|MPpardata|MPpage|MPp|MPoverlayanchor|MPoptions|MPn|MPmenubuttons|MPls|MPlr|MPll|MPleftskip|MPinclusions|MPh|MPgetposboxes|MPgetmultishape|MPgetmultipars|MPfontsizehskip|MPdrawing|MPd|MPcolumn|MPcoloronly|MPcolor|MPcode|MPc|MPbetex|MPanchor|MPVI|MPIV|MPII|MONTHSHORT|MONTHLONG|MONTH|MKXI|MKVI|MKIX|MKIV|MKII|METAPOST|METAFUN|METAFONT|LuajitTeX|LuaTeX|LuaMetaTeX|Lua|Lstroke|Lsh|Longrightarrow|Longmapsto|Longmapsfrom|Longleftrightarrow|Longleftarrow|Lleftarrow|Ljligature|Leftrightarrow|Leftarrow|Ldsh|Ldotmiddle|Lcommaaccent|Lcaron|Lbar|Lambda|LamSTeX|Lacute|LaTeX|LUATEX|LUAMETATEX|LUAJITTEX|LJligature|LATEX|LAMSTEX|Khook|Kcommaaccent|Kcaron|Kappa|Join|Jcircumflex|Itilde|Istroke|Iota|Iogonek|Imacron|Im|Iinvertedbreve|Ihook|Igrave|Idoublegrave|Idotbelow|Idotaccent|Idiaeresis|Icircumflex|Icaron|Ibreve|Iacute|INRSTEX|IJligature|Hstroke|Hcircumflex|Hcaron|Hat|Gstroke|Greeknumerals|GotoPar|Ghook|GetPar|Gdotaccent|Gcommaaccent|Gcircumflex|Gcaron|Gbreve|Gamma|Game|Gacute|Finv|Fhook|EveryPar|EveryLine|Eulerconst|Etilde|Eth|Eta|Epsilon|Eogonek|Emacron|Einvertedbreve|Ehook|Egrave|Edoublegrave|Edotbelow|Edotaccent|Ediaeresis|Ecircumflextilde|Ecircumflexhook|Ecircumflexgrave|Ecircumflexdotbelow|Ecircumflexacute|Ecircumflex|Ecedilla|Ecaron|Ebreve|Eacute|ETEX|Dzligature|Dzcaronligature|Dstroke|Downarrow|Doteq|Dhook|Delta|Ddownarrow|Dcaron|Dafrican|DZligature|DZcaronligature|Cup|Cstroke|ConvertToConstant|ConvertConstantAfter|Context|ConTeXt|Chook|Chi|Characters|Character|Cdotaccent|Ccircumflex|Ccedilla|Ccaron|Caps|Cap|Cacute|CONTEXT|Bumpeq|Box|Bigr|Bigm|Bigl|Biggr|Biggm|Biggl|Bigg|Big|Bhook|Beta|BeforePar|Atilde|Astroke|Arrowvert|Aringacute|Aring|Aogonek|Angstrom|And|Amacron|AmSTeX|Alphabeticnumerals|Alpha|Ainvertedbreve|Ahook|Agrave|AfterPar|Adoublegrave|Adotbelow|Adotaccentmacron|Adotaccent|Adiaeresismacron|Adiaeresis|Acircumflextilde|Acircumflexhook|Acircumflexgrave|Acircumflexdotbelow|Acircumflexacute|Acircumflex|Acaron|Abrevetilde|Abrevehook|Abrevegrave|Abrevedotbelow|Abreveacute|Abreve|Aacute|AMSTEX|AEmacron|AEligature|AEacute)(?=[^a-zA-Z])", + "match" : "\u005C\u005C(zwnj|zwj|zstroke|zhook|zeta|zerowidthspace|zerowidthnobreakspace|zeronumberconversion|zdotaccent|zcaron|zacute|ytilde|ymacron|yhook|ygrave|yen|ydotbelow|ydiaeresis|ycircumflex|yacute|xypos|xxfrac|xtwoheadrightarrow|xtwoheadleftarrow|xtriplerel|xsplitstring|xrightoverleftarrow|xrightleftharpoons|xrightharpoonup|xrightharpoondown|xrightarrow|xrel|xmlverbatim|xmlvalue|xmltofile|xmltobufferverbose|xmltobuffer|xmltext|xmltexentity|xmltag|xmlstrippednolines|xmlstripped|xmlstripnolines|xmlstrip|xmlsnippet|xmlshow|xmlsetup|xmlsetsetup|xmlsetparam|xmlsetpar|xmlsetinjectors|xmlsetfunction|xmlsetentity|xmlsetattribute|xmlsetatt|xmlsave|xmlresetsetups|xmlresetinjectors|xmlresetdocumentsetups|xmlremovesetup|xmlremovedocumentsetup|xmlremapnamespace|xmlremapname|xmlregisterns|xmlregisteredsetups|xmlregistereddocumentsetups|xmlrefatt|xmlraw|xmlpure|xmlprocessfile|xmlprocessdata|xmlprocessbuffer|xmlprettyprinttext|xmlprettyprint|xmlprependsetup|xmlprependdocumentsetup|xmlposition|xmlpos|xmlpath|xmlparam|xmlpar|xmlnonspace|xmlnamespace|xmlname|xmlmapvalue|xmlmain|xmlloadonly|xmlloadfile|xmlloaddirectives|xmlloaddata|xmlloadbuffer|xmllastpar|xmllastmatch|xmllastatt|xmllast|xmlinstalldirective|xmlinlineverbatim|xmlinlineprettyprinttext|xmlinlineprettyprint|xmlinjector|xmlinfo|xmlinclusions|xmlinclusion|xmlinclude|xmlflushtext|xmlflushspacewise|xmlflushpure|xmlflushlinewise|xmlflushdocumentsetups|xmlflushcontext|xmlflush|xmlfirst|xmlfilter|xmlelement|xmldoiftext|xmldoifselfempty|xmldoifnottext|xmldoifnotselfempty|xmldoifnotatt|xmldoifnot|xmldoifelsevalue|xmldoifelsetext|xmldoifelseselfempty|xmldoifelseempty|xmldoifelseatt|xmldoifelse|xmldoifatt|xmldoif|xmldisplayverbatim|xmldirectivesbefore|xmldirectivesafter|xmldirectives|xmldefaulttotext|xmlcount|xmlcontext|xmlconcatrange|xmlconcat|xmlcommand|xmlchecknamespace|xmlchainattdef|xmlchainatt|xmlbeforesetup|xmlbeforedocumentsetup|xmlbadinclusions|xmlattributedef|xmlattribute|xmlattdef|xmlatt|xmlapplyselectors|xmlappendsetup|xmlappenddocumentsetup|xmlall|xmlaftersetup|xmlafterdocumentsetup|xmladdindex|xmapsto|xleftrightharpoons|xleftrightarrow|xleftharpoonup|xleftharpoondown|xleftarrow|xi|xhookrightarrow|xhookleftarrow|xfrac|xequal|xdefconvertedargument|xRightarrow|xLeftrightarrow|xLeftarrow|writetolist|writestatus|writedatatolist|writebetweenlist|wr|wp|wordtonumber|words|wordright|word|withoutpt|widthspanningtext|widthofstring|widetilde|widehat|whitearrowupfrombar|weekday|wedgeeq|wedge|wdofstring|wcircumflex|vspacing|vspace|vsmashed|vsmashbox|vsmash|vpos|vphantom|vpackedbox|vpackbox|vl|viewerlayer|vglue|veryraggedright|veryraggedleft|veryraggedcenter|verticalpositionbar|verticalgrowingbar|vert|version|verbosenumber|verbatimstring|verbatim|veeeq|veebar|vee|vec|vdots|vdash|vboxreference|vartheta|varsigma|varrho|varpi|varphi|varnothing|varkappa|varepsilon|varTheta|vDash|utilityregisterlength|utilde|utfupper|utflower|utfchar|usezipfile|useurl|usetypescriptfile|usetypescript|usetexmodule|usesymbols|usesubpath|usestaticMPfigure|usesetupsparameter|userpagenumber|usereferenceparameter|useproject|useprofileparameter|useproduct|usemodule|usemathstyleparameter|useluamodule|uselanguageparameter|useinterlinespaceparameter|useindentnextparameter|useindentingparameter|usegridparameter|usefile|usefigurebase|useexternalsoundtrack|useexternalrendering|useexternalfigure|useexternaldocument|useenvironment|usedummystyleparameter|usedummystyleandcolor|usedummycolorparameter|usedirectory|usecomponent|usecolors|usecitation|usebtxdefinitions|usebtxdataset|usebodyfontparameter|usebodyfont|useblocks|useblankparameter|usealignparameter|useURL|useMPvariables|useMPrun|useMPlibrary|useMPgraphic|useMPenvironmentbuffer|useJSscripts|url|uring|urcorner|upwhitearrow|upuparrows|upsilon|upperrightsinglesixquote|upperrightsingleninequote|upperrightdoublesixquote|upperrightdoubleninequote|upperleftsinglesixquote|upperleftsingleninequote|upperleftdoublesixquote|upperleftdoubleninequote|uppercasestring|uppercased|uplus|upharpoonright|upharpoonleft|updownarrows|updownarrowbar|updownarrow|updasharrow|uparrow|upand|uogonek|untexcommand|untexargument|unstackscripts|unspacestring|unspaced|unspaceargument|unspaceafter|unregisterhyphenationpattern|unprotected|unknown|unittext|unitslow|unitshigh|unitlanguage|unit|uniqueMPpagegraphic|uniqueMPgraphic|unihex|unhhbox|unframed|unexpandeddocumentvariable|undoassign|understrikes|understrike|underset|underrightarrow|underrandoms|underrandom|underparent|underleftarrow|underdots|underdot|underdashes|underdash|underbracket|underbrace|underbars|underbar|undepthed|undefinevalue|umacron|ulcorner|uinvertedbreve|uhungarumlaut|uhorntilde|uhornhook|uhorngrave|uhorndotbelow|uhornacute|uhorn|uhook|ugrave|uedcatcodecommand|udoublegrave|udots|udotbelow|udiaeresismacron|udiaeresisgrave|udiaeresiscaron|udiaeresisacute|udiaeresis|uconvertnumber|ucircumflex|ucaron|ubreve|uacute|typesetfile|typesetbufferonly|typesetbuffer|typescripttwo|typescriptthree|typescriptprefix|typescriptone|typeinlinebuffer|typefile|typeface|typedefinedbuffer|typebuffer|type|typ|txx|tx|twothirds|twosuperior|twoheaduparrow|twoheadrightarrowtail|twoheadrightarrow|twoheadleftarrow|twoheaddownarrow|twofifths|twodigitrounding|turnediota|ttwoheadrightarrow|ttwoheadleftarrow|ttriplerel|ttraggedright|tstroke|truefontname|truefilename|tripleverticalbar|tripleprime|triplebond|trightoverleftarrow|trightleftharpoons|trightharpoonup|trightharpoondown|trightarrow|triangleright|triangleq|triangleleft|triangledown|triangle|trel|transparent|transparencycomponents|translate|trademark|tracepositions|traceoutputroutines|tracedpagestate|tracedfontname|tracecatcodetables|topskippedbox|toprightbox|toplinebox|topleftbox|topbox|top|tooltip|tolinenote|tochar|to|tmapsto|tleftrightharpoons|tleftrightarrow|tleftharpoonup|tleftharpoondown|tleftarrow|tlap|title|tinyfont|times|tilde|tightlayer|tibetannumerals|threesuperior|threequarter|threeperemspace|threefifths|threeeighths|threedigitrounding|thorn|thookrightarrow|thookleftarrow|thook|thirdofthreeunexpanded|thirdofthreearguments|thirdofsixarguments|thirdoffourarguments|thirdoffivearguments|thinspace|thinrules|thinrule|thickspace|theta|theremainingcharacters|therefore|theorientation|thenormalizedbodyfontsize|thefirstcharacter|thainumerals|thai|textyen|textvisiblespace|textunderscore|texttilde|textsterling|textslash|textrule|textring|textreference|textpm|textplus|textperiod|textpercent|textounce|textormathchars|textormathchar|textohm|textogonek|textnumero|textmultiply|textmu|textminus|textmho|textmath|textmacron|textlognot|textkelvin|texthyphen|texthungarumlaut|texthorizontalbar|texthash|textgrave|textfraction|textflowcollector|texteuro|textellipsis|textdotaccent|textdong|textdollar|textdiv|textdiaeresis|textdegree|textddag|textdag|textcurrency|textcontrolspace|textcomma|textcite|textcitation|textcircumflex|textcircledP|textcent|textcelsius|textcedilla|textcaron|textbullet|textbrokenbar|textbreve|textbraceright|textbraceleft|textbottomdot|textbottomcomma|textbar|textbackslash|textat|textasciitilde|textasciicircum|textampersand|textacute|textAngstrom|texsetup|texdefinition|tex|testtokens|testpagesync|testpageonly|testpage|testfeatureonce|testfeature|testcolumn|testandsplitstring|test|tequal|tcurl|tcommaaccent|tcedilla|tcaron|tbox|tbinom|tau|taglabeltext|taglabellanguage|taggedlabeltexts|taggedctxcommand|tabulaterule|tabulateline|tabulateautorule|tabulateautoline|tRightarrow|tLeftrightarrow|tLeftarrow|systemsetups|systemloglast|systemlogfirst|systemlog|synctexsetfilename|synctexresetfilename|synctexblockfilename|synchronizewhitespace|synchronizestrut|synchronizeoutputstreams|synchronizemarking|synchronizeindenting|synchronizeblank|symbolreference|symbol|switchtointerlinespace|switchtocolor|switchtobodyfont|switchstyleonly|swarrow|swaptypeface|swapmacros|swapface|swapdimens|swapcounts|surdradical|surd|supsetneqq|supsetneq|supseteqq|supseteq|supset|sum|suffixtext|suffixlanguage|succsim|succnsim|succneqq|succneq|succnapprox|succeqq|succeq|succcurlyeq|succapprox|succ|subtractfeature|subsubsubsubsubject|subsubsubsubsection|subsubsubsubject|subsubsubsection|subsubsubject|subsubsection|subsubject|substituteincommalist|subsetneqq|subsetneq|subseteqq|subseteq|subset|subsentence|subsection|subpagenumber|subject|styleinstance|style|strutwd|struttedbox|struthtdp|strutht|strutgap|strutdp|strut|structurevariable|structureuservariable|structuretitle|structurenumber|structurelistuservariable|stripspaces|strippedcsname|stripcharacter|strictdoifnextoptionalelse|strictdoifelsenextoptional|stretched|stopxtablenext|stopxtablehead|stopxtablefoot|stopxtablebody|stopxtable|stopxrowgroup|stopxrow|stopxmlsetups|stopxmlraw|stopxmlinlineverbatim|stopxmldisplayverbatim|stopxgroup|stopxcolumn|stopxcellgroup|stopxcell|stopvtopregister|stopvtop|stopviewerlayer|stopvboxtohboxseparator|stopvboxtohbox|stopvboxregister|stopvbox|stopusingbtxspecification|stopuserdata|stopusemathstyleparameter|stopuseMPgraphic|stopusableMPgraphic|stopunpacked|stopunittext|stopuniqueMPpagegraphic|stopuniqueMPgraphic|stoptyping|stoptypescriptcollection|stoptypescript|stoptransparent|stoptokens|stoptokenlist|stoptitle|stoptextrule|stoptextmakeup|stoptextflow|stoptextcolorintent|stoptextcolor|stoptextbackgroundmanual|stoptextbackground|stoptext|stoptexdefinition|stoptexcode|stoptaglabeltext|stoptagged|stoptabulatetail|stoptabulatehead|stoptabulate|stoptabletext|stoptabletail|stoptables|stoptablehead|stoptable|stopsymbolset|stopsuffixtext|stopsubsubsubsubsubject|stopsubsubsubsubsection|stopsubsubsubsubject|stopsubsubsubsection|stopsubsubsubject|stopsubsubsection|stopsubsubject|stopsubstack|stopsubsentence|stopsubsection|stopsubjectlevel|stopsubject|stopsubformulas|stopstyle|stopstrut|stopstrictinspectnextcharacter|stopstaticMPgraphic|stopstaticMPfigure|stopstandardmakeup|stopspread|stopsplittext|stopsplitformula|stopspformula|stopspeech|stopspecialitem|stopsimplecolumns|stopsidebar|stopshift|stopshapebox|stopsetups|stopsectionlevel|stopsectionblockenvironment|stopsectionblock|stopsection|stopsdformula|stopscript|stopruby|stoprightaligned|stopreusableMPgraphic|stopregime|stopreferenceprefix|stopreadingfile|stoprawsetups|stoprandomseed|stoprandomized|stopquote|stopquotation|stoppunctuation|stoppublication|stopprotectedcolors|stopprotect|stopproject|stopproduct|stopprocesscommalist|stopprocesscommacommand|stopprocessassignmentlist|stopprocessassignmentcommand|stopprefixtext|stoppostponingnotes|stoppostponing|stoppositive|stoppositionoverlay|stoppositioning|stopplacetable|stopplacepairedbox|stopplacelegend|stopplaceintermezzo|stopplacegraphic|stopplaceformula|stopplacefloat|stopplacefigure|stopplacechemical|stoppath|stoppart|stopparbuilder|stopparagraphscell|stopparagraphs|stopparagraph|stoppar|stoppagemakeup|stoppagelayout|stoppagefigure|stoppagecomment|stoppagecolumns|stoppacked|stopoverprint|stopoverlay|stopoutputstream|stopopposite|stopoperatortext|stopnotmode|stopnotext|stopnotallmodes|stopnointerference|stopnicelyfilledbox|stopnegative|stopnarrower|stopnarrow|stopnamedsubformulas|stopnamedsection|stopmpformula|stopmoduletestsection|stopmodule|stopmodeset|stopmode|stopmixedcolumns|stopmiddlemakeup|stopmiddlealigned|stopmidaligned|stopmdformula|stopmaxaligned|stopmatrix|stopmatrices|stopmathstyle|stopmathmode|stopmathmatrix|stopmathlabeltext|stopmathcases|stopmathalignment|stopmarkpages|stopmarkedcontent|stopmarginrule|stopmarginblock|stopmakeup|stopluasetups|stopluaparameterset|stopluacode|stoplua|stoplocalsetups|stoplocalnotes|stoplocallinecorrection|stoplocalheadsetup|stoplocalfootnotes|stoplinetablehead|stoplinetablecell|stoplinetablebody|stoplinetable|stoplines|stoplinenumbering|stoplinenote|stoplinefiller|stoplinecorrection|stoplinealignment|stopline|stoplegend|stopleftaligned|stoplayout|stoplanguage|stoplabeltext|stopknockout|stopitemize|stopitemgroupcolumns|stopitemgroup|stopitem|stopintertext|stopintermezzotext|stopinterface|stopinteractionmenu|stopinteraction|stopindentedtext|stopindentation|stopimath|stophyphenation|stophighlight|stophiding|stophelptext|stopheadtext|stophead|stophboxregister|stophboxestohbox|stophbox|stophanging|stopgridsnapping|stopgraphictext|stopgoto|stopfrontmatter|stopframedtext|stopframedtable|stopframedrow|stopframedcontent|stopframedcell|stopframed|stopformulas|stopformula|stopfootnote|stopfontsolution|stopfontclass|stopfont|stopfloatcombination|stopfixed|stopfittingpage|stopfiguretext|stopfigure|stopfact|stopfacingfloat|stopexternalfigurecollection|stopextendedcatcodetable|stopexpandedcollect|stopexpanded|stopexceptions|stopenvironment|stopendofline|stopendnote|stopembeddedxtable|stopelement|stopeffect|stopdocument|stopdmath|stopdisplaymath|stopdelimitedtext|stopdelimited|stopcurrentlistentrywrapper|stopcurrentcolor|stopctxfunctiondefinition|stopctxfunction|stopcontextdefinitioncode|stopcontextcode|stopcomponent|stopcomment|stopcombination|stopcolumnsetspan|stopcolumnset|stopcolumns|stopcolorset|stopcoloronly|stopcolorintent|stopcolor|stopcollecting|stopcollect|stopchemicaltext|stopchemical|stopcheckedfences|stopcharacteralign|stopchapter|stopcenteraligned|stopcatcodetable|stopcases|stopbuffer|stopbtxrenderingdefinitions|stopbtxlabeltext|stopboxedcolumns|stopbordermatrix|stopbodymatter|stopblockquote|stopbitmapimage|stopbbordermatrix|stopbar|stopbackmatter|stopbackground|stopattachment|stopaside|stoparrangedpages|stopappendices|stopallmodes|stopalignment|stopalign|stopXML|stopTY|stopTX|stopTRs|stopTR|stopTN|stopTH|stopTEXpage|stopTEX|stopTDs|stopTD|stopTC|stopTABLEnext|stopTABLEnested|stopTABLEhead|stopTABLEfoot|stopTABLEbody|stopTABLE|stopPARSEDXML|stopMPrun|stopMPpositionmethod|stopMPpositiongraphic|stopMPpage|stopMPinitializations|stopMPinclusions|stopMPextensions|stopMPenvironment|stopMPdrawing|stopMPdefinitions|stopMPcode|stopMPclip|stopMP|stopLUA|stopJSpreamble|stopJScode|stligature|startxtablenext|startxtablehead|startxtablefoot|startxtablebody|startxtable|startxrowgroup|startxrow|startxmlsetups|startxmlraw|startxmlinlineverbatim|startxmldisplayverbatim|startxgroup|startxcolumn|startxcellgroup|startxcell|startvtopregister|startvtop|startviewerlayer|startvboxtohboxseparator|startvboxtohbox|startvboxregister|startvbox|startusingbtxspecification|startuserdata|startusemathstyleparameter|startuseMPgraphic|startusableMPgraphic|startunpacked|startunittext|startuniqueMPpagegraphic|startuniqueMPgraphic|starttyping|starttypescriptcollection|starttypescript|starttransparent|starttokens|starttokenlist|starttitle|starttextrule|starttextmakeup|starttextflow|starttextcolorintent|starttextcolor|starttextbackgroundmanual|starttextbackground|starttext|starttexdefinition|starttexcode|starttaglabeltext|starttagged|starttabulatetail|starttabulatehead|starttabulate|starttabletext|starttabletail|starttables|starttablehead|starttable|startsymbolset|startsuffixtext|startsubsubsubsubsubject|startsubsubsubsubsection|startsubsubsubsubject|startsubsubsubsection|startsubsubsubject|startsubsubsection|startsubsubject|startsubstack|startsubsentence|startsubsection|startsubjectlevel|startsubject|startsubformulas|startstyle|startstrut|startstructurepageregister|startstrictinspectnextcharacter|startstaticMPgraphic|startstaticMPfigure|startstandardmakeup|startspread|startsplittext|startsplitformula|startspformula|startspeech|startspecialitem|startsimplecolumns|startsidebar|startshift|startshapebox|startsetups|startsectionlevel|startsectionblockenvironment|startsectionblock|startsection|startsdformula|startscript|startruby|startrightaligned|startreusableMPgraphic|startregister|startregime|startreferenceprefix|startreadingfile|startrawsetups|startrandomseed|startrandomized|startquote|startquotation|startpunctuation|startpublication|startprotectedcolors|startprotect|startproject|startproduct|startprocesscommalist|startprocesscommacommand|startprocessassignmentlist|startprocessassignmentcommand|startprefixtext|startpostponingnotes|startpostponing|startpositive|startpositionoverlay|startpositioning|startplacetable|startplacepairedbox|startplacelegend|startplaceintermezzo|startplacegraphic|startplaceformula|startplacefloat|startplacefigure|startplacechemical|startpath|startpart|startparbuilder|startparagraphscell|startparagraphs|startparagraph|startpar|startpagemakeup|startpagelayout|startpagefigure|startpagecomment|startpagecolumns|startpacked|startoverprint|startoverlay|startoutputstream|startopposite|startoperatortext|startnotmode|startnotext|startnotallmodes|startnointerference|startnicelyfilledbox|startnegative|startnarrower|startnarrow|startnamedsubformulas|startnamedsection|startmpformula|startmoduletestsection|startmodule|startmodeset|startmode|startmixedcolumns|startmiddlemakeup|startmiddlealigned|startmidaligned|startmdformula|startmaxaligned|startmatrix|startmatrices|startmathstyle|startmathmode|startmathmatrix|startmathlabeltext|startmathcases|startmathalignment|startmarkpages|startmarkedcontent|startmarginrule|startmarginblock|startmakeup|startluasetups|startluaparameterset|startluacode|startlua|startlocalsetups|startlocalnotes|startlocallinecorrection|startlocalheadsetup|startlocalfootnotes|startlinetablehead|startlinetablecell|startlinetablebody|startlinetable|startlines|startlinenumbering|startlinenote|startlinefiller|startlinecorrection|startlinealignment|startline|startlegend|startleftaligned|startlayout|startlanguage|startlabeltext|startknockout|startitemize|startitemgroupcolumns|startitemgroup|startitem|startintertext|startintermezzotext|startinterface|startinteractionmenu|startinteraction|startindentedtext|startindentation|startimath|starthyphenation|starthighlight|starthiding|starthelptext|startheadtext|starthead|starthboxregister|starthboxestohbox|starthbox|starthanging|startgridsnapping|startgraphictext|startgoto|startfrontmatter|startframedtext|startframedtable|startframedrow|startframedcontent|startframedcell|startframed|startformulas|startformula|startfootnote|startfontsolution|startfontclass|startfont|startfloatcombination|startfixed|startfittingpage|startfiguretext|startfigure|startfact|startfacingfloat|startexternalfigurecollection|startextendedcatcodetable|startexpandedcollect|startexpanded|startexceptions|startenvironment|startendofline|startendnote|startembeddedxtable|startelement|starteffect|startdocument|startdmath|startdisplaymath|startdelimitedtext|startdelimited|startcurrentlistentrywrapper|startcurrentcolor|startctxfunctiondefinition|startctxfunction|startcontextdefinitioncode|startcontextcode|startcomponent|startcomment|startcombination|startcolumnsetspan|startcolumnset|startcolumns|startcolorset|startcoloronly|startcolorintent|startcolor|startcollecting|startcollect|startchemicaltext|startchemical|startcheckedfences|startcharacteralign|startchapter|startcenteraligned|startcatcodetable|startcases|startbuffer|startbtxrenderingdefinitions|startbtxlabeltext|startboxedcolumns|startbordermatrix|startbodymatter|startblockquote|startbitmapimage|startbbordermatrix|startbar|startbackmatter|startbackground|startattachment|startaside|startarrangedpages|startappendices|startallmodes|startalignment|startalign|startXML|startTY|startTX|startTRs|startTR|startTN|startTH|startTEXpage|startTEX|startTDs|startTD|startTC|startTABLEnext|startTABLEnested|startTABLEhead|startTABLEfoot|startTABLEbody|startTABLE|startPARSEDXML|startMPrun|startMPpositionmethod|startMPpositiongraphic|startMPpage|startMPinitializations|startMPinclusions|startMPextensions|startMPenvironment|startMPdrawing|startMPdefinitions|startMPcode|startMPclip|startMP|startLUA|startJSpreamble|startJScode|stareq|star|stackscripts|stackrel|ssharp|squaredots|square|sqsupsetneq|sqsupseteq|sqsupset|sqsubsetneq|sqsubseteq|sqsubset|sqrt|sqcup|sqcap|spreadhbox|splitstring|splitofftype|splitofftokens|splitoffroot|splitoffpath|splitoffname|splitoffkind|splitofffull|splitoffbase|splitfrac|splitfloat|splitfilename|splitdfrac|splitatperiod|splitatcomma|splitatcolons|splitatcolon|splitatasterisk|sphericalangle|speech|spanishnumerals|spanishNumerals|spadesuit|spaceddigitssymbol|spaceddigitsseparator|spaceddigitsmethod|spaceddigits|space|somewhere|someplace|somenamedheadnumber|somelocalfloat|someline|somekindoftab|someheadnumber|solidus|softhyphen|snaptogrid|smile|smashedvbox|smashedhbox|smashboxed|smashbox|smash|smalltype|smallslantedbold|smallslanted|smallskip|smallnormal|smallitalicbold|smaller|smallcaps|smallcappedromannumerals|smallcappedcharacters|smallboldslanted|smallbolditalic|smallbold|smallbodyfont|small|sloveniannumerals|slovenianNumerals|slong|slicepages|slash|slantedface|slantedbold|slanted|sixthofsixarguments|sixperemspace|singleverticalbar|singlebond|singalcharacteralign|simplereversealignedboxplus|simplereversealignedbox|simplegroupedcommand|simplealignedspreadbox|simplealignedboxplus|simplealignedbox|simeq|sim|signalrightpage|sigma|showwarning|showvariable|showvalue|showtrackers|showtokens|showtimer|showsymbolset|showstruts|showsetupsdefinition|showsetups|showprint|showparentchain|showpalet|showotfcomposition|shownextbox|showminimalbaseline|showmessage|showmargins|showmakeup|showlogcategories|showligatures|showligature|showlayoutcomponents|showlayout|showkerning|showjustification|showinjector|showhyphens|showhyphenationtrace|showhelp|showgridsnapping|showgrid|showglyphs|showglyphdata|showframe|showfontstyle|showfontstrip|showfontparameters|showfontkerns|showfontitalics|showfontexpansion|showfontdata|showfont|showexperiments|showedebuginfo|showdirsinmargin|showdirectives|showcounter|showcolorstruts|showcolorset|showcolorgroup|showcolorcomponents|showcolorbar|showcolor|showcharratio|showchardata|showbtxtables|showbtxhashedauthors|showbtxfields|showbtxdatasetfields|showbtxdatasetcompleteness|showbtxdatasetauthors|showboxes|showbodyfontenvironment|showbodyfont|showattributes|showallmakeup|shiftup|shiftdown|shiftbox|sharp|shapedhbox|sfrac|seveneighths|setxvariables|setxvariable|setxvalue|setxmeasure|setwidthof|setvtopregister|setvisualizerfont|setvboxregister|setvariables|setvariable|setvalue|setuxvalue|setuvalue|setupxtable|setupxml|setupwithargumentswapped|setupwithargument|setupwhitespace|setupvspacing|setupviewerlayer|setupversion|setupuserpagenumber|setupuserdataalternative|setupuserdata|setupurl|setupunittext|setupunit|setuptyping|setuptype|setuptoptexts|setuptop|setuptooltip|setuptolerance|setupthinrules|setuptexttexts|setuptextrules|setuptextnote|setuptextflow|setuptextbackground|setuptext|setuptaglabeltext|setuptagging|setuptabulation|setuptabulate|setuptables|setupsystem|setupsynonyms|setupsynctex|setupsymbolset|setupsymbols|setupsuffixtext|setupsubpagenumber|setupsubformulas|setupsubformula|setupstyle|setupstrut|setupstretched|setupstartstop|setupspellchecking|setupspacing|setupsorting|setupsidebar|setupshift|setupselector|setupsectionblock|setupscripts|setupscript|setupscale|setups|setupruby|setuprotate|setuprenderingwindow|setupregisters|setupregister|setupreferencing|setupreferencestructureprefix|setupreferenceprefix|setupreferenceformat|setuprealpagenumber|setupquote|setupquotation|setupprograms|setupprofile|setupprocessor|setupprefixtext|setuppositioning|setuppositionbar|setupplacement|setupperiods|setupperiodkerning|setupparallel|setupparagraphs|setupparagraphnumbering|setupparagraphintro|setupparagraph|setuppapersize|setuppaper|setuppalet|setuppairedbox|setuppagetransitions|setuppagestate|setuppageshift|setuppagenumbering|setuppagenumber|setuppageinjectionalternative|setuppageinjection|setuppagecomment|setuppagecolumns|setuppagechecker|setupoutputroutine|setuporientation|setupoppositeplacing|setupoperatortext|setupoffsetbox|setupoffset|setupnotes|setupnote|setupnotations|setupnotation|setupnarrower|setupmodule|setupmixedcolumns|setupmathstyle|setupmathstackers|setupmathradical|setupmathornament|setupmathmatrix|setupmathlabeltext|setupmathframed|setupmathfractions|setupmathfraction|setupmathfence|setupmathematics|setupmathcases|setupmathalignment|setupmarking|setupmarginrules|setupmarginrule|setupmarginframed|setupmargindata|setupmarginblock|setupmakeup|setuplowmidhigh|setuplowhigh|setuplow|setuplocalinterlinespace|setuplocalfloats|setuplistextra|setuplistalternative|setuplist|setuplinewidth|setuplinetable|setuplines|setuplinenumbering|setuplinenote|setuplinefillers|setuplinefiller|setuplegend|setuplayouttext|setuplayout|setuplayeredtext|setuplayer|setuplanguage|setuplabeltext|setuplabel|setupitems|setupitemize|setupitemizations|setupitemgroup|setupitaliccorrection|setupinterlinespace|setupinteractionscreen|setupinteractionmenu|setupinteractionbar|setupinteraction|setupinsertion|setupinitial|setupindex|setupindenting|setupindentedtext|setuphyphenmark|setuphyphenation|setuphighlight|setuphigh|setuphelp|setupheadtext|setupheads|setupheadnumber|setupheadertexts|setupheader|setupheadalternative|setuphead|setupglobalreferenceprefix|setupframedtexts|setupframedtext|setupframedtablerow|setupframedtablecolumn|setupframedtable|setupframedcontent|setupframed|setupformulaframed|setupformulae|setupformula|setupforms|setupfootnotes|setupfootertexts|setupfooter|setupfontsolution|setupfonts|setupfontprotrusion|setupfontexpansion|setupfloatsplitting|setupfloats|setupfloatframed|setupfloat|setupfittingpage|setupfirstline|setupfillinrules|setupfillinlines|setupfiller|setupfieldtotalframed|setupfields|setupfieldlabelframed|setupfieldcontentframed|setupfieldcategory|setupfieldbody|setupfield|setupfacingfloat|setupexternalsoundtracks|setupexternalfigure|setupexport|setupenv|setupenumerations|setupenumeration|setupeffect|setupdocument|setupdirections|setupdescriptions|setupdescription|setupdelimitedtext|setupdataset|setupcounter|setupcontent|setupcomment|setupcombinedlist|setupcombination|setupcolumnsetstart|setupcolumnsetspan|setupcolumnsetlines|setupcolumnsetareatext|setupcolumnsetarea|setupcolumnset|setupcolumns|setupcolors|setupcolor|setupcollector|setupclipping|setupchemicalframed|setupchemical|setupcharacterspacing|setupcharacterkerning|setupcharacteralign|setupcaptions|setupcaption|setupcapitals|setupbutton|setupbuffer|setupbtxrendering|setupbtxregister|setupbtxlist|setupbtxlabeltext|setupbtxdataset|setupbtx|setupbottomtexts|setupbottom|setupbookmark|setupbodyfontenvironment|setupbodyfont|setupblock|setupbleeding|setupblank|setupblackrules|setupbars|setupbar|setupbackgrounds|setupbackground|setupbackend|setupattachments|setupattachment|setuparranging|setupalternativestyles|setupalign|setupTEXpage|setupTABLE|setupMPvariables|setupMPpage|setupMPinstance|setupMPgraphics|setup|setunreferencedobject|setugvalue|setuevalue|settrialtypesetting|settokenlist|settightunreferencedobject|settightstrut|settightreferencedobject|settightobject|settextcontent|settestcrlf|settaggedmetadata|settabular|setsystemmode|setsuperiors|setstrut|setstructurepageregister|setstackbox|setsmallcaps|setsmallbodyfont|setsimplecolumnshsize|setsectionblock|setsecondpasscharacteralign|setscript|setrigidcolumnhsize|setrigidcolumnbalance|setreplacements|setregisterentry|setreferencedobject|setreference|setrandomseed|setprofile|setpositionstrut|setpositionplus|setpositiononly|setpositiondataplus|setpositiondata|setpositionbox|setposition|setperiodkerning|setpercentdimen|setpenalties|setpagestaterealpageno|setpagestate|setpagereference|setoldstyle|setobject|setnotetext|setnote|setnostrut|setmode|setminus|setmessagetext|setmeasure|setmathstyle|setmarking|setmarker|setmainparbuilder|setmainbodyfont|setlocalscript|setlocalhsize|setlinefiller|setlayertext|setlayerframed|setlayer|setitaliccorrection|setinternalrendering|setinterfacevariable|setinterfacemessage|setinterfaceelement|setinterfaceconstant|setinterfacecommand|setinteraction|setinjector|setinitial|sethyphenationfeatures|sethyphenatedurlnormal|sethyphenatedurlbefore|sethyphenatedurlafter|sethboxregister|setgvariables|setgvariable|setgvalue|setgmeasure|setglobalscript|setfontstrut|setfontsolution|setfontfeature|setfontcolorsheme|setfont|setflag|setfirstpasscharacteralign|setfirstline|setevariables|setevariable|setevalue|setemeasure|setelementexporttag|setdummyparameter|setdocumentfilename|setdocumentargumentdefault|setdocumentargument|setdirection|setdigitsmanipulation|setdefaultpenalties|setdataset|setcurrentfontclass|setcounterown|setcounter|setcolormodell|setcollector|setcharstrut|setcharacterstripping|setcharacterspacing|setcharacterkerning|setcharactercleaning|setcharactercasing|setcharacteraligndetail|setcharacteralign|setcatcodetable|setcapstrut|setbreakpoints|setboxlly|setboxllx|setbigbodyfont|setbar|setautopagestaterealpageno|setMPvariables|setMPvariable|setMPtext|setMPpositiongraphicrange|setMPpositiongraphic|setMPlayer|setJSpreamble|serifnormal|serifbold|serif|serializedcommalist|serializecommalist|selectblocks|select|seeindex|sectionmark|section|secondoftwounexpanded|secondoftwoarguments|secondofthreeunexpanded|secondofthreearguments|secondofsixarguments|secondoffourarguments|secondoffivearguments|searrow|screen|scommaaccent|scircumflex|schwahook|schwa|scedilla|scaron|scale|sbox|savetwopassdata|savetaggedtwopassdata|savenormalmeaning|savecurrentattributes|savecounter|savebuffer|savebtxdataset|savebox|sansserif|sansnormal|sansbold|sans|samplefile|safechar|sacute|rvert|runninghbox|runMPbuffer|ruledvtop|ruledvpack|ruledvbox|ruledtpack|ruledtopv|ruledmbox|ruledhpack|ruledhbox|ruby|rtop|rtlvtop|rtlvbox|rtlhbox|rtimes|rrointerval|rrbracket|rrangle|rparent|rotate|rootradical|romanxii|romanxi|romanx|romanviii|romanvii|romanvi|romanv|romannumerals|romanm|romanl|romanix|romaniv|romaniii|romanii|romani|romand|romanc|romanXII|romanXI|romanX|romanVIII|romanVII|romanVI|romanV|romanM|romanL|romanIX|romanIV|romanIII|romanII|romanI|romanD|romanC|roman|rollbutton|rointerval|robustpretocommalist|robustdoifinsetelse|robustdoifelseinset|robustaddtocommalist|rneq|rmoustache|rlointerval|rlap|risingdotseq|rinvertedbreve|rinterval|ring|rightwhitearrow|rightwavearrow|righttopbox|righttoleftvtop|righttoleftvbox|righttolefthbox|righttoleft|rightthreetimes|rightthreearrows|rightsubguillemot|rightsquigarrow|rightskipadaption|rightrightarrows|rightpageorder|rightorleftpageaction|rightmathlabeltext|rightline|rightleftharpoons|rightleftarrows|rightlabeltext|rightheadtext|righthbox|rightharpoonup|rightharpoondown|rightguillemot|rightdasharrow|rightbox|rightbottombox|rightarrowtriangle|rightarrowtail|rightarrowbar|rightarrow|rightangle|rightaligned|right|rhookswarrow|rhooknearrow|rho|rhbox|rgroup|rfloor|rfence|revivefeature|reversevtop|reversevpack|reversevbox|reversetpack|reversehpack|reversehbox|reversedtripleprime|reversedprime|reverseddoubleprime|reuserandomseed|reuseMPgraphic|reusableMPgraphic|restriction|restoreglobalbodyfont|restoreendofline|restorecurrentattributes|restorecounter|restorecatcodes|restorebox|restartcounter|resolvedglyphstyled|resolvedglyphdirect|reshapebox|resetvisualizers|resetvalue|resetuserpagenumber|resetusedsynonyms|resetusedsortings|resettrialtypesetting|resettrackers|resettokenlist|resettimer|resetsystemmode|resetsymbolset|resetsubpagenumber|resetshownsynonyms|resetsetups|resetscript|resetreplacements|resetreference|resetrecurselevel|resetprofile|resetperiodkerning|resetpenalties|resetpath|resetparallel|resetpagenumber|resetmode|resetmarking|resetmarker|resetlocalfloats|resetlayer|resetitaliccorrection|resetinteractionmenu|resetinjector|resethyphenationfeatures|resetfontsolution|resetfontfallback|resetfontcolorsheme|resetflag|resetfeature|resetdirection|resetdigitsmanipulation|resetcounter|resetcollector|resetcharacterstripping|resetcharacterspacing|resetcharacterkerning|resetcharacteralign|resetbuffer|resetbreakpoints|resetboxesincache|resetbar|resetandaddfeature|resetallattributes|resetMPinstance|resetMPenvironment|resetMPdrawing|rescanwithsetup|rescan|replaceword|replaceincommalist|replacefeature|repeathead|removeunwantedspaces|removetoks|removesubstring|removepunctuation|removemarkedcontent|removelastspace|removelastskip|removefromcommalist|removedepth|removebottomthings|remark|remainingcharacters|relbar|relaxvalueifundefined|relateparameterhandlers|relatemarking|regular|registerunit|registersynonym|registersort|registermenubuttons|registerhyphenationpattern|registerhyphenationexception|registerfontclass|registerexternalfigure|registered|registerctxluafile|registerattachment|referring|referencesymbol|referencerealpage|referenceprefix|referencepagestate|referencepagedetail|referencecolumnnumber|reference|ref|redoconvertfont|recursestring|recurselevel|recursedepth|realsmallcapped|reals|realpagenumber|realSmallcapped|realSmallCapped|readxmlfile|readtexfile|readsysfile|readsetfile|readlocfile|readjobfile|readfixfile|readfile|rdoublegrave|rcommaaccent|rceil|rcaron|rbracket|rbrace|rbox|rawsubcountervalue|rawstructurelistuservariable|rawprocesscommalist|rawprocesscommacommand|rawprocessaction|rawgetparameters|rawdoifinsetelse|rawdoifinset|rawdoifelseinset|rawdate|rawcountervalue|rawcounter|rationals|rangle|randomnumber|randomizetext|raisebox|raggedwidecenter|raggedright|raggedleft|raggedcenter|raggedbottom|racute|rVert|quotesinglebase|quotesingle|quoteright|quoteleft|quotedblright|quotedblleft|quotedblbase|quotedbl|quote|quotation|quittypescriptscanning|quitprevcommalist|quitcommalist|questionedeq|questiondown|quarterstrut|quads|quadrupleprime|quad|qquad|putnextboxincache|putboxincache|pushsystemmode|pushoutputstream|pushmode|pushmacro|pushbutton|pushattribute|purenumber|punctuationspace|psi|pseudosmallcapped|pseudoSmallcapped|pseudoSmallCapped|pseudoMixedCapped|propto|project|program|profilegivenbox|profiledbox|product|prod|processyear|processxtablebuffer|processuntil|processtokens|processtexbuffer|processseparatedlist|processranges|processmonth|processlist|processlinetablefile|processlinetablebuffer|processisolatedwords|processisolatedchars|processfirstactioninset|processfileonce|processfilenone|processfilemany|processfile|processcontent|processcommalistwithparameters|processcommalist|processcommacommand|processcolorcomponents|processbodyfontenvironmentlist|processblocks|processbetween|processassignmentlist|processassignmentcommand|processassignlist|processallactionsinset|processaction|processMPfigurefile|processMPbuffer|procent|primes|prime|prevuserpagenumber|prevuserpage|prevsubpagenumber|prevsubpage|prevsubcountervalue|prevrealpagenumber|prevrealpage|preventmode|prevcountervalue|prevcounter|prettyprintbuffer|pretocommalist|presetunittext|presettaglabeltext|presetsuffixtext|presetprefixtext|presetoperatortext|presetmathlabeltext|presetlabeltext|presetheadtext|presetfieldsymbols|presetdocument|presetbtxlabeltext|prerollblank|prependvalue|prependtoksonce|prependtoks|prependtocommalist|prependgvalue|prependetoks|prefixtext|prefixlanguage|prefixedpagenumber|predefinesymbol|predefinefont|predefinedfont|precsim|precnsim|precneqq|precneq|precnapprox|preceqq|preceq|preccurlyeq|precapprox|prec|postponenotes|positivesign|positionregionoverlay|positionoverlay|position|popsystemmode|popmode|popmacro|popattribute|pm|placetable|placesubformula|placesidebyside|placerenderingwindow|placeregister|placerawlist|placerawheadtext|placerawheadnumber|placerawheaddata|placeparallel|placepairedbox|placepagenumber|placeontopofeachother|placeongrid|placenotes|placenamedformula|placenamedfloat|placement|placelocalnotes|placelocalfootnotes|placelistoftables|placelistofsynonyms|placelistofsorts|placelistofpublications|placelistoflogos|placelistofintermezzi|placelistofgraphics|placelistoffigures|placelistofchemicals|placelistofabbreviations|placelist|placelegend|placelayeredtext|placelayer|placeintermezzo|placeinitial|placeindex|placehelp|placeheadtext|placeheadnumber|placegraphic|placeframed|placeformula|placefootnotes|placefloatwithsetups|placefloat|placefigure|placedbox|placecurrentformulanumber|placecontent|placecomments|placecombinedlist|placecitation|placechemical|placebtxrendering|placebookmarks|placeattachments|pitchfork|pickupgroupedcommand|pi|phook|phi|phantombox|phantom|perthousand|persianthousandsseparator|persiannumerals|persiandecimalseparator|persiandecimals|perp|permitspacesbetweengroups|permitcircumflexescape|permitcaretescape|periods|periodcentered|percentdimen|percent|pdfeTeX|pdfcolor|pdfbackendsetshade|pdfbackendsetpattern|pdfbackendsetpagesattribute|pdfbackendsetpageresource|pdfbackendsetpageattribute|pdfbackendsetname|pdfbackendsetinfo|pdfbackendsetextgstate|pdfbackendsetcolorspace|pdfbackendsetcatalog|pdfbackendcurrentresources|pdfbackendactualtext|pdfactualtext|pdfTeX|partial|part|parallel|paragraphmark|paletsize|pagestaterealpageorder|pagestaterealpage|pagereference|pagenumber|pageinjection|pagefigure|pagebreak|pagearea|page|owns|overstrikes|overstrike|overset|overrightarrow|overparentunderparent|overparent|overloaderror|overleftarrow|overlaywidth|overlayrollbutton|overlayoffset|overlaylinewidth|overlaylinecolor|overlayimage|overlayheight|overlayfigure|overlaydepth|overlaycolor|overlaybutton|overbracketunderbracket|overbracket|overbraceunderbrace|overbrace|overbarunderbar|overbars|overbar|over|outputstreamunvcopy|outputstreamunvbox|outputstreamcopy|outputstreambox|outputfilename|otimes|otildemacron|otilde|ostrokeacute|ostroke|oslash|ornamenttext|ordmasculine|ordinalstr|ordinaldaynumber|ordfeminine|oplus|operatortext|operatorlanguage|oogonekmacron|oogonek|onethird|onesuperior|onesixth|onequarter|onehalf|onefifth|oneeighth|onedigitrounding|ominus|omicron|omega|omacron|oinvertedbreve|ointctrclockwise|ointclockwise|oint|oiint|oiiint|ohungarumlaut|ohorntilde|ohornhook|ohorngrave|ohorndotbelow|ohornacute|ohorn|ohook|ohm|ograve|offsetbox|offset|oeligature|odoublegrave|odotbelow|odotaccentmacron|odotaccent|odot|odiaeresismacron|odiaeresis|ocircumflextilde|ocircumflexhook|ocircumflexgrave|ocircumflexdotbelow|ocircumflexacute|ocircumflex|ocaron|obreve|obox|objectwidth|objectmargin|objectheight|objectdepth|obeydepth|oacute|nwsearrow|nwarrow|nvrightarrow|nvleftrightarrow|nvleftarrow|nvdash|nvDash|numbers|numberofpoints|nu|ntrianglerighteq|ntriangleright|ntrianglelefteq|ntriangleleft|ntimes|ntilde|nsupseteq|nsupset|nsucccurlyeq|nsucc|nsubseteq|nsubset|nsqsupseteq|nsqsubseteq|nsimeq|nsim|nrightarrow|npreccurlyeq|nprec|nparallel|nowns|notragged|notopandbottomlines|notin|notesymbol|note|not|nospace|normaltypeface|normalslantedface|normalizetextwidth|normalizetextline|normalizetextheight|normalizetextdepth|normalizefontwidth|normalizefontline|normalizefontheight|normalizefontdepth|normalizedfontsize|normalizebodyfontsize|normalitalicface|normalframedwithsettings|normalboldface|normal|nonmathematics|nonfrenchspacing|noitem|noindentation|noheightstrut|noheaderandfooterlines|noflocalfloats|noflines|noffigurepages|nodetostring|nocite|nocitation|nocharacteralign|nocap|nobreakspace|nobar|nni|nmid|nlesssim|nlessgtr|nless|nleq|nleftrightarrow|nleftarrow|njligature|nin|nihongo|ni|ngtrsim|ngtrless|ngtr|ngrave|ngeq|nextuserpagenumber|nextuserpage|nextsubpagenumber|nextsubpage|nextsubcountervalue|nextrealpagenumber|nextrealpage|nextparagraphs|nextdepth|nextcountervalue|nextcounter|nextboxwd|nextboxhtdp|nextboxht|nextboxdp|nextbox|nexists|newsystemmode|newsignal|newmode|newfrenchspacing|newevery|newcounter|newcatcodetable|newattribute|neswarrow|nequiv|neq|neng|negthinspace|negenspace|negemspace|negativesign|negated|negatecolorbox|neg|nearrow|ne|ndivides|ncurl|ncong|ncommaaccent|ncaron|naturalwd|naturalvtop|naturalvpack|naturalvcenter|naturalvbox|naturaltpack|naturalnumbers|naturalhpack|naturalhbox|natural|nasymp|narrownobreakspace|napproxEq|napprox|napostrophe|namedtaggedlabeltexts|namedstructurevariable|namedstructureuservariable|namedstructureheadlocation|namedheadnumber|nacute|nabla|nVrightarrow|nVleftrightarrow|nVleftarrow|nVdash|nVDash|nRightarrow|nLeftrightarrow|nLeftarrow|nHuparrow|nHdownarrow|multimap|mu|mtwoheadrightarrow|mtwoheadleftarrow|mtriplerel|mtext|mrightoverleftarrow|mrightleftharpoons|mrightharpoonup|mrightharpoondown|mrightarrow|mrel|mprandomnumber|mp|monthshort|monthlong|month|mononormal|monobold|mono|molecule|moduleparameter|models|mmapsto|mleftrightharpoons|mleftrightarrow|mleftharpoonup|mleftharpoondown|mleftarrow|mkvibuffer|mixedcaps|mirror|minuscolon|minus|minimalhbox|midsubsentence|midhbox|middlebox|middlealigned|middle|midaligned|mid|mhookrightarrow|mhookleftarrow|mho|mhbox|mfunctionlabeltext|mfunction|mframed|mfence|message|mequal|menubutton|medspace|medskip|measuredeq|measuredangle|measured|measure|mcframed|mbox|maxaligned|mathwordtf|mathwordsl|mathwordit|mathwordbs|mathwordbi|mathwordbf|mathword|mathupright|mathunder|mathtt|mathtriplet|mathtf|mathtexttf|mathtextsl|mathtextit|mathtextbs|mathtextbi|mathtextbf|mathtext|mathss|mathsl|mathscript|mathrm|mathpercent|mathover|mathop|mathlabeltexts|mathlabeltext|mathlabellanguage|mathitalic|mathit|mathhyphen|mathhash|mathfunction|mathfraktur|mathematics|mathdouble|mathdollar|mathdefault|mathbs|mathblackboard|mathbi|mathbf|mathampersand|math|mat|markreferencepage|markpage|markinjector|marking|markedpages|markcontent|margintext|margindata|mapsup|mapsto|mapsfrom|mapsdown|mapfontsize|maltese|makestrutofbox|makerawcommalist|makecharacteractive|mainlanguage|mRightarrow|mLeftrightarrow|mLeftarrow|m|lvert|luaversion|luasetup|luaparameterset|luaminorversion|luametaTeX|luamajorversion|luajitTeX|luafunction|luaexpr|luaexpanded|luaenvironment|luaconditional|luacode|luaTeX|ltrvtop|ltrvbox|ltrhbox|ltop|ltimes|lt|lstroke|lrtbbox|lrointerval|lrcorner|lparent|lozenge|lowerrightsingleninequote|lowerrightdoubleninequote|lowerleftsingleninequote|lowerleftdoubleninequote|lowercasestring|lowercased|lowerbox|low|lor|looparrowright|looparrowleft|longrightsquigarrow|longrightarrow|longmapsto|longmapsfrom|longleftrightarrow|longleftarrow|lomihi|lointerval|lohi|logo|locfilename|locatefilepath|locatedfilepath|localundefine|localpushmacro|localpushbox|localpopmacro|localpopbox|localhsize|localframedwithsettings|localframed|loadtypescriptfile|loadtexfileonce|loadtexfile|loadspellchecklist|loadluafileonce|loadluafile|loadfontgoodies|loadcldfileonce|loadcldfile|loadbtxreplacementfile|loadbtxdefinitionfile|loadanyfileonce|loadanyfile|lnsim|lnot|lneqq|lneq|lnapprox|lmoustache|llless|lll|llcorner|llbracket|llap|llangle|ll|ljligature|listnamespaces|listlength|listcite|listcitation|linterval|linethickness|linespanningtext|linenote|linefeed|linebox|line|limitatetext|limitatelines|limitatefirstline|lhooksearrow|lhooknwarrow|lhbox|lgroup|lfloor|lfence|letvaluerelax|letvalueempty|letvalue|letterunderscore|lettertilde|letterspacing|letterslash|lettersinglequote|letterrightparenthesis|letterrightbracket|letterrightbrace|letterquestionmark|letterpercent|letteropenbrace|lettermore|letterless|letterleftparenthesis|letterleftbracket|letterleftbrace|letterhat|letterhash|letterexclamationmark|letterescape|letteregroup|letterdoublequote|letterdollar|lettercolon|letterclosebrace|letterbgroup|letterbar|letterbackslash|letterat|letterampersand|letgvalurelax|letgvalueempty|letgvalue|letempty|letdummyparameter|letcsnamecsname|letcsnamecs|letcscsname|letcatcodecommand|letbeundefined|lesssim|lessgtr|lesseqqgtr|lesseqgtr|lessdot|lessapprox|leqslant|leqq|leq|leftwhitearrow|leftwavearrow|lefttorightvtop|lefttorightvbox|lefttorighthbox|lefttoright|lefttopbox|leftthreetimes|leftsubguillemot|leftsquigarrow|leftskipadaption|leftrightsquigarrow|leftrightharpoons|leftrightarrowtriangle|leftrightarrows|leftrightarrow|leftorrightvtop|leftorrightvbox|leftorrighthbox|leftmathlabeltext|leftline|leftleftarrows|leftlabeltext|leftheadtext|lefthbox|leftharpoonup|leftharpoondown|leftguillemot|leftdasharrow|leftbox|leftbottombox|leftarrowtriangle|leftarrowtail|leftarrow|leftaligned|left|leadsto|le|ldots|ldotp|ldotmiddle|lcurl|lcommaaccent|lceil|lcaron|lbracket|lbrace|lbox|lbar|lazysavetwopassdata|lazysavetaggedtwopassdata|layerwidth|layerheight|layeredtext|latin|lateluacode|lastuserpagenumber|lastuserpage|lasttwodigits|lastsubpagenumber|lastsubpage|lastsubcountervalue|lastrealpagenumber|lastrealpage|lastpredefinedsymbol|lastnaturalboxwd|lastnaturalboxht|lastnaturalboxdp|lastlinewidth|lastdigit|lastcountervalue|lastcounter|languagecharwidth|languagecharacters|languageCharacters|language|langle|land|lambdabar|lambda|lacute|labeltexts|labeltext|labellanguage|lVert|koreanparentnumerals|koreannumeralsp|koreannumeralsc|koreannumerals|koreancirclenumerals|kkra|khook|kerncharacters|keepunwantedspaces|keeplinestogether|keepblocks|kcommaaccent|kcaron|kappa|kap|jobfilesuffix|jobfilename|jmath|jcircumflex|jcaron|itilde|itemtag|items|item|italicface|italiccorrection|italicbold|italic|iota|iogonek|invokepagehandler|invisibletimes|intop|intertext|intercal|interactionmenu|interactionbuttons|interactionbar|integers|integerrounding|intclockwise|int|installversioninfo|installunitsspace|installunitsseparator|installtopframerenderer|installtextracker|installtexdirective|installswitchsetuphandler|installswitchcommandhandler|installstyleandcolorhandler|installsimpleframedcommandhandler|installsimplecommandhandler|installshipoutmethod|installsetuponlycommandhandler|installsetuphandler|installrootparameterhandler|installrightframerenderer|installparentinjector|installparametersethandler|installparameterhashhandler|installparameterhandler|installpagearrangement|installoutputroutine|installnamespace|installmacrostack|installleftframerenderer|installlanguage|installglobalmacrostack|installframedcommandhandler|installframedautocommandhandler|installdirectstyleandcolorhandler|installdirectsetuphandler|installdirectparametersethandler|installdirectparameterhandler|installdirectcommandhandler|installdefinitionsetmember|installdefinitionset|installdefinehandler|installcorenamespace|installcommandhandler|installbottomframerenderer|installbasicparameterhandler|installbasicautosetuphandler|installautosetuphandler|installautocommandhandler|installattributestack|installanddefineactivecharacter|installactivecharacter|installactionhandler|insertpages|inrightmargin|inrightedge|inright|inputgivenfile|inputfilesuffix|inputfilerealsuffix|inputfilename|inputfilebarename|input|inoutermargin|inouteredge|inouter|inother|innerflushshapebox|inmframed|inmargin|inlinerange|inlineprettyprintbuffer|inlineordisplaymath|inlinemessage|inlinemathematics|inlinemath|inlinedbox|inlinebuffer|inline|inleftmargin|inleftedge|inleft|initializeboxstack|ininnermargin|ininneredge|ininner|inhibitblank|inheritparameter|infull|infty|inframed|infofontbold|infofont|index|indentation|incrementvalue|incrementsubpagenumber|incrementpagenumber|incrementedcounter|incrementcounter|increment|includeversioninfo|includemenu|in|imply|implies|impliedby|immediatesavetwopassdata|imath|imaginaryj|imaginaryi|imacron|ijligature|iinvertedbreve|iintop|iint|iiintop|iiint|iiiintop|iiiint|ihook|igrave|ignorevalue|ignoretagsinexport|ignoreimplicitspaces|iftrialtypesetting|ifparameters|ifinoutputstream|ifinobject|iff|ifassignment|idoublegrave|idotbelow|idotaccent|idiaeresis|ideographicspace|ideographichalffillspace|icircumflex|icaron|ibreve|ibox|iacute|hyphenatedword|hyphenatedurl|hyphenatedpar|hyphenatedhbox|hyphenatedfilename|hyphenatedfile|hyphenatedcoloredword|hyphen|htofstring|htdpofstring|hstroke|hspace|hsmashed|hsmashbox|hsmash|hslash|hsizefraction|hpos|hphantom|hpackedbox|hpackbox|horizontalpositionbar|horizontalgrowingbar|hookrightarrow|hookleftarrow|hl|himilo|hilo|highordinalstr|highlight|high|hideblocks|hiddencite|hiddencitation|hiddenbar|hglue|helptext|heightspanningtext|heightofstring|heightanddepthofstring|hebrewZayin|hebrewYod|hebrewVav|hebrewTsadifinal|hebrewTsadi|hebrewTet|hebrewTav|hebrewShin|hebrewSamekh|hebrewResh|hebrewQof|hebrewPefinal|hebrewPe|hebrewNunfinal|hebrewNun|hebrewMemfinal|hebrewMem|hebrewLamed|hebrewKaffinal|hebrewKaf|hebrewHet|hebrewHe|hebrewGimel|hebrewDalet|hebrewBet|hebrewAyin|hebrewAlef|heartsuit|headwidth|headvbox|headtextwidth|headtexts|headtextdistance|headtextcontent|headtext|headsetupspacing|headreferenceattributes|headnumberwidth|headnumberdistance|headnumbercontent|headnumber|headlanguage|headhbox|hdofstring|hcircumflex|hcaron|hboxreference|hboxofvbox|hbar|hat|hash|hanzi|hangul|handwritten|handletokens|halfwaybox|halfstrut|halflinestrut|hairspace|hairline|gurmurkhinumerals|gujaratinumerals|guilsingleright|guilsingleleft|gtrsim|gtrless|gtreqqless|gtreqless|gtrdot|gtrapprox|gt|gstroke|gsetboxlly|gsetboxllx|groupedcommand|grid|greekzeta|greekxi|greekvaria|greekupsilonvrachy|greekupsilonvaria|greekupsilontonos|greekupsilonpsilivaria|greekupsilonpsilitonos|greekupsilonpsiliperispomeni|greekupsilonpsili|greekupsilonperispomeni|greekupsilonoxia|greekupsilonmacron|greekupsilondialytikavaria|greekupsilondialytikatonos|greekupsilondialytikaperispomeni|greekupsilondiaeresis|greekupsilondasiavaria|greekupsilondasiatonos|greekupsilondasiaperispomeni|greekupsilondasia|greekupsilon|greektonos|greekthetaalt|greektheta|greektau|greekstigma|greeksigmalunate|greeksigma|greeksampi|greekrhopsili|greekrhodasia|greekrhoalt|greekrho|greekpsilivaria|greekpsilitonos|greekpsiliperispomeni|greekpsili|greekpsi|greekprosgegrammeni|greekpialt|greekpi|greekphialt|greekphi|greekperispomeni|greekoxia|greekomicronvaria|greekomicrontonos|greekomicronpsilivaria|greekomicronpsilitonos|greekomicronpsili|greekomicronoxia|greekomicrondasiavaria|greekomicrondasiatonos|greekomicrondasia|greekomicron|greekomegavaria|greekomegatonos|greekomegapsilivaria|greekomegapsilitonos|greekomegapsiliperispomeni|greekomegapsili|greekomegaperispomeni|greekomegaoxia|greekomegaiotasubvaria|greekomegaiotasubtonos|greekomegaiotasubpsilivaria|greekomegaiotasubpsilitonos|greekomegaiotasubpsiliperispomeni|greekomegaiotasubpsili|greekomegaiotasubperispomeni|greekomegaiotasubdasiavaria|greekomegaiotasubdasiatonos|greekomegaiotasubdasiaperispomeni|greekomegaiotasubdasia|greekomegaiotasub|greekomegadasiavaria|greekomegadasiatonos|greekomegadasiaperispomeni|greekomegadasia|greekomega|greeknumkoppa|greeknumerals|greeknu|greekmu|greeklambda|greekkoppa|greekkappa|greekiotavrachy|greekiotavaria|greekiotatonos|greekiotapsilivaria|greekiotapsilitonos|greekiotapsiliperispomeni|greekiotapsili|greekiotaperispomeni|greekiotaoxia|greekiotamacron|greekiotadialytikavaria|greekiotadialytikatonos|greekiotadialytikaperispomeni|greekiotadialytika|greekiotadasiavaria|greekiotadasiatonos|greekiotadasiaperispomeni|greekiotadasia|greekiota|greekgamma|greekfinalsigma|greeketavaria|greeketatonos|greeketapsilivaria|greeketapsilitonos|greeketapsiliperispomeni|greeketapsili|greeketaperispomeni|greeketaoxia|greeketaiotasubvaria|greeketaiotasubtonos|greeketaiotasubpsilivaria|greeketaiotasubpsilitonos|greeketaiotasubpsiliperispomeni|greeketaiotasubpsili|greeketaiotasubperispomeni|greeketaiotasubdasiavaria|greeketaiotasubdasiatonos|greeketaiotasubdasiaperispomeni|greeketaiotasubdasia|greeketaiotasub|greeketadasiavaria|greeketadasiatonos|greeketadasiaperispomeni|greeketadasia|greeketa|greekepsilonvaria|greekepsilontonos|greekepsilonpsilivaria|greekepsilonpsilitonos|greekepsilonpsili|greekepsilonoxia|greekepsilondasiavaria|greekepsilondasiatonos|greekepsilondasia|greekepsilonalt|greekepsilon|greekdigamma|greekdialytikavaria|greekdialytikatonos|greekdialytikaperispomeni|greekdelta|greekdasiavaria|greekdasiatonos|greekdasiaperispomeni|greekdasia|greekchi|greekbetaalt|greekbeta|greekalphavrachy|greekalphavaria|greekalphatonos|greekalphapsilivaria|greekalphapsilitonos|greekalphapsiliperispomeni|greekalphapsili|greekalphaperispomeni|greekalphaoxia|greekalphamacron|greekalphaiotasubvaria|greekalphaiotasubtonos|greekalphaiotasubpsilivaria|greekalphaiotasubpsilitonos|greekalphaiotasubpsiliperispomeni|greekalphaiotasubpsili|greekalphaiotasubperispomeni|greekalphaiotasubdasiavaria|greekalphaiotasubdasiatonos|greekalphaiotasubdasiaperispomeni|greekalphaiotasubdasia|greekalphaiotasub|greekalphadasiavaria|greekalphadasiatonos|greekalphadasiaperispomeni|greekalphadasia|greekalpha|greekZeta|greekXi|greekUpsilonvrachy|greekUpsilonvaria|greekUpsilontonos|greekUpsilonmacron|greekUpsilondialytika|greekUpsilondasiavaria|greekUpsilondasiatonos|greekUpsilondasiaperispomeni|greekUpsilondasia|greekUpsilon|greekTheta|greekTau|greekSigmalunate|greekSigma|greekRhodasia|greekRho|greekPsi|greekPi|greekPhi|greekOmicronvaria|greekOmicrontonos|greekOmicronpsilivaria|greekOmicronpsilitonos|greekOmicronpsili|greekOmicrondasiavaria|greekOmicrondasiatonos|greekOmicrondasia|greekOmicron|greekOmegavaria|greekOmegatonos|greekOmegapsilivaria|greekOmegapsilitonos|greekOmegapsiliperispomeni|greekOmegapsili|greekOmegaiotasubpsilivaria|greekOmegaiotasubpsilitonos|greekOmegaiotasubpsiliperispomeni|greekOmegaiotasubpsili|greekOmegaiotasubdasiavaria|greekOmegaiotasubdasiatonos|greekOmegaiotasubdasiaperispomeni|greekOmegaiotasubdasia|greekOmegaiotasub|greekOmegadasiavaria|greekOmegadasiatonos|greekOmegadasiaperispomeni|greekOmegadasia|greekOmega|greekNu|greekMu|greekLambda|greekKappa|greekIotavrachy|greekIotavaria|greekIotatonos|greekIotapsilivaria|greekIotapsilitonos|greekIotapsiliperispomeni|greekIotapsili|greekIotamacron|greekIotadialytika|greekIotadasiavaria|greekIotadasiatonos|greekIotadasiaperispomeni|greekIotadasia|greekIota|greekGamma|greekEtavaria|greekEtatonos|greekEtapsilivaria|greekEtapsilitonos|greekEtapsiliperispomeni|greekEtapsili|greekEtaiotasubpsilivaria|greekEtaiotasubpsilitonos|greekEtaiotasubpsiliperispomeni|greekEtaiotasubpsili|greekEtaiotasubdasiavaria|greekEtaiotasubdasiatonos|greekEtaiotasubdasiaperispomeni|greekEtaiotasubdasia|greekEtaiotasub|greekEtadasiavaria|greekEtadasiatonos|greekEtadasiaperispomeni|greekEtadasia|greekEta|greekEpsilonvaria|greekEpsilontonos|greekEpsilonpsilivaria|greekEpsilonpsilitonos|greekEpsilonpsili|greekEpsilondasiavaria|greekEpsilondasiatonos|greekEpsilondasia|greekEpsilon|greekDelta|greekCoronis|greekChi|greekBeta|greekAlphavrachy|greekAlphavaria|greekAlphatonos|greekAlphapsilivaria|greekAlphapsilitonos|greekAlphapsiliperispomeni|greekAlphapsili|greekAlphamacron|greekAlphaiotasubpsilivaria|greekAlphaiotasubpsilitonos|greekAlphaiotasubpsiliperispomeni|greekAlphaiotasubpsili|greekAlphaiotasubdasiavaria|greekAlphaiotasubdasiatonos|greekAlphaiotasubdasiaperispomeni|greekAlphaiotasubdasia|greekAlphaiotasub|greekAlphadasiavaria|greekAlphadasiatonos|greekAlphadasiaperispomeni|greekAlphadasia|greekAlpha|greedysplitstring|grayvalue|graycolor|grave|grabuntil|grabbufferdatadirect|grabbufferdata|gotopage|gotobox|goto|godown|gobbleuntilrelax|gobbleuntil|gobbletwooptionals|gobbletwoarguments|gobblethreeoptionals|gobblethreearguments|gobbletenarguments|gobblespacetokens|gobblesixarguments|gobblesingleempty|gobblesevenarguments|gobbleoneoptional|gobbleoneargument|gobbleninearguments|gobblefouroptionals|gobblefourarguments|gobblefiveoptionals|gobblefivearguments|gobbleeightarguments|gobbledoubleempty|gnsim|gneqq|gnapprox|glyphfontfile|globalundefine|globalswapmacros|globalswapdimens|globalswapcounts|globalpushmacro|globalpushbox|globalprocesscommalist|globalpreventmode|globalpopmacro|globalpopbox|globalletempty|globalenablemode|globaldisablemode|gimel|gggtr|ggg|gg|getxparameters|getvariabledefault|getvariable|getvalue|getuvalue|getuserdata|gettwopassdatalist|gettwopassdata|gettokenlist|getsubstring|gets|getroundednoflines|getreferenceentry|getreference|getrawxparameters|getrawparameters|getrawnoflines|getrawgparameters|getraweparameters|getrandomseed|getrandomnumber|getrandomfloat|getrandomdimen|getrandomcount|getprivateslot|getprivatechar|getparameters|getpaletsize|getobjectdimensions|getobject|getnoflines|getnaturaldimensions|getnamedtwopassdatalist|getnamedglyphstyled|getnamedglyphdirect|getmessage|getmarking|getlocalfloats|getlocalfloat|getlasttwopassdata|getinlineuserdata|getgparameters|getglyphstyled|getglyphdirect|getfromtwopassdata|getfromcommalist|getfromcommacommand|getfirsttwopassdata|getfirstcharacter|getfiguredimensions|getexpandedparameters|geteparameters|getemptyparameters|getdummyparameters|getdocumentfilename|getdocumentargumentdefault|getdocumentargument|getdefinedbuffer|getdayspermonth|getdayoftheweek|getcommalistsize|getcommacommandsize|getbufferdata|getbuffer|getboxlly|getboxllx|getboxfromcache|getMPlayer|getMPdrawing|geqslant|geqq|geq|ge|gdotaccent|gdefconvertedcommand|gdefconvertedargument|gcommaaccent|gcircumflex|gcaron|gbreve|gamma|gacute|frule|frozenhbox|frown|fromlinenote|from|frenchspacing|freezemeasure|freezedimenmacro|framedtext|framedparameter|frameddimension|framed|frac|fourthofsixarguments|fourthoffourarguments|fourthoffivearguments|fourperemspace|fourfifths|foundbox|formulanumber|formula|forgetragged|forgetparskip|forgetparameters|forgeteverypar|forcelocalfloats|forcecharacterstripping|forall|footnotetext|footnote|fontstyle|fontsize|fontfeaturelist|fontface|fontclassname|fontclass|fontcharbyindex|fontchar|fontbody|fontalternative|flushtoks|flushtokens|flushtextflow|flushshapebox|flushoutputstream|flushnotes|flushnextbox|flushlocalfloats|flushlayer|flushedrightlastline|flushcollector|flushboxregister|flushbox|floatuserdataparameter|flligature|flat|flag|fixedspaces|fixedspace|fivesixths|fiveeighths|fittopbaselinegrid|fitfieldframed|fitfield|firstuserpagenumber|firstuserpage|firstsubpagenumber|firstsubpage|firstsubcountervalue|firstrealpagenumber|firstrealpage|firstoftwounexpanded|firstoftwoarguments|firstofthreeunexpanded|firstofthreearguments|firstofsixarguments|firstofoneunexpanded|firstofoneargument|firstoffourarguments|firstoffivearguments|firstinlist|firstcountervalue|firstcounter|firstcharacter|finishregisterentry|findtwopassdata|filterreference|filterpages|filterfromvalue|filterfromnext|fillupto|fillintext|fillinrules|fillinline|filler|filledhboxy|filledhboxr|filledhboxm|filledhboxk|filledhboxg|filledhboxc|filledhboxb|filigature|filename|figurewidth|figuresymbol|figurespace|figurenaturalwidth|figurenaturalheight|figureheight|figurefullname|figurefiletype|figurefilepath|figurefilename|fifthofsixarguments|fifthoffivearguments|fieldstack|fieldbody|field|fhook|fflligature|ffligature|ffiligature|fetchtwomarks|fetchtwomarkings|fetchruntinecommand|fetchonemarking|fetchonemark|fetchmarking|fetchmark|fetchallmarks|fetchallmarkings|fenced|fence|feature|fastsxsy|fastswitchtobodyfont|fastsetupwithargumentswapped|fastsetupwithargument|fastsetup|fastscale|fastloopindex|fastloopfinal|fastlocalframed|fastincrement|fastdecrement|fallingdotseq|fakebox|externalfigurecollectionparameter|externalfigurecollectionminwidth|externalfigurecollectionminheight|externalfigurecollectionmaxwidth|externalfigurecollectionmaxheight|externalfigure|exponentiale|expdoifnot|expdoifinsetelse|expdoifelseinset|expdoifelsecommon|expdoifelse|expdoifcommonelse|expdoif|expandfontsynonym|expandeddoifnot|expandeddoifelse|expandeddoif|expanded|expandcheckedcsname|exitloopnow|exitloop|exists|executeifdefined|exclamdown|eunderparentfill|eunderbracketfill|eunderbracefill|eunderbarfill|etwoheadrightarrowfill|etilde|ethiopic|eth|eta|erightharpoonupfill|erightharpoondownfill|erightarrowfill|equiv|equalscolon|equaldigits|eqslantless|eqslantgtr|eqsim|eqless|eqgtr|eqeqeq|eqeq|eqcirc|eq|epsilon|epos|eoverparentfill|eoverbracketfill|eoverbracefill|eoverbarfill|eogonek|envvar|environment|env|enspace|enskip|enquad|endnote|endash|enabletrackers|enableregime|enableparpositions|enableoutputstream|enablemode|enableexperiments|enabledirectives|emspace|emquad|emptyset|emptylines|emphasistypeface|emphasisboldface|emdash|emacron|em|ell|eleftrightarrowfill|eleftharpoonupfill|eleftharpoondownfill|eleftarrowfill|elapsedtime|elapsedseconds|einvertedbreve|ehook|egrave|effect|efcparameter|efcminwidth|efcminheight|efcmaxwidth|efcmaxheight|edoublegrave|edotbelow|edotaccent|ediaeresis|edefconvertedargument|ecircumflextilde|ecircumflexhook|ecircumflexgrave|ecircumflexdotbelow|ecircumflexacute|ecircumflex|ecedilla|ecaron|ebreve|eacute|eTeX|dzligature|dzcaronligature|dummyparameter|dummydigit|dtail|dstroke|dpofstring|downzigzagarrow|downwhitearrow|downuparrows|downharpoonright|downharpoonleft|downdownarrows|downdasharrow|downarrow|dowithwargument|dowithrange|dowithpargument|dowithnextboxcs|dowithnextboxcontentcs|dowithnextboxcontent|dowithnextbox|dowith|doubleverticalbar|doubleprime|doubleparent|doublecup|doublecap|doublebracket|doublebrace|doublebond|doublebar|dottedrightarrow|dottedcircle|dots|dotriplegroupempty|dotripleemptywithset|dotripleempty|dotripleargumentwithset|dotripleargument|dotplus|dotoks|dotminus|dotlessjstroke|dotlessj|dotlessi|dotlessJ|dotlessI|dotfskip|doteqdot|doteq|dot|dosubtractfeature|dostepwiserecurse|dosixtupleempty|dosixtupleargument|dosinglegroupempty|dosingleempty|dosingleargument|doseventupleempty|doseventupleargument|dosetupcheckedinterlinespace|dosetrightskipadaption|dosetleftskipadaption|dosetattribute|dorotatebox|doresetattribute|doresetandafffeature|doreplacefeature|dorepeatwithcommand|dorecurse|dorechecknextindentation|doquintuplegroupempty|doquintupleempty|doquintupleargument|doquadruplegroupempty|doquadrupleempty|doquadrupleargument|doprocesslocalsetups|dopositionaction|dontpermitspacesbetweengroups|dontleavehmode|dontconvertfont|donothing|doloopoverlist|doloop|dollar|doindentation|doifvariableelse|doifvariable|doifvaluesomething|doifvaluenothingelse|doifvaluenothing|doifvalueelse|doifvalue|doifurldefinedelse|doifunknownfontfeature|doifundefinedelse|doifundefinedcounter|doifundefined|doiftypingfileelse|doiftopofpageelse|doiftextflowelse|doiftextflowcollectorelse|doiftextelse|doiftext|doifsymbolsetelse|doifsymboldefinedelse|doifstructurelisthaspageelse|doifstructurelisthasnumberelse|doifstringinstringelse|doifsometokselse|doifsometoks|doifsomethingelse|doifsomething|doifsomespaceelse|doifsomebackgroundelse|doifsomebackground|doifsetupselse|doifsetups|doifsamestringelse|doifsamestring|doifsamelinereferenceelse|doifrighttoleftinboxelse|doifrightpagefloatelse|doifrightpageelse|doifreferencefoundelse|doifpositionsusedelse|doifpositionsonthispageelse|doifpositionsonsamepageelse|doifpositiononpageelse|doifpositionelse|doifpositionactionelse|doifpositionaction|doifposition|doifpatternselse|doifpathexistselse|doifpathelse|doifparentfileelse|doifparallelelse|doifoverlayelse|doifoverlappingelse|doifolderversionelse|doifoldercontextelse|doifoddpagefloatelse|doifoddpageelse|doifobjectreferencefoundelse|doifobjectfoundelse|doifnumberelse|doifnumber|doifnotvariable|doifnotvalue|doifnotsetups|doifnotsamestring|doifnotnumber|doifnotmode|doifnotinstring|doifnotinsidesplitfloat|doifnotinset|doifnothingelse|doifnothing|doifnotflagged|doifnotfile|doifnotescollected|doifnoteonsamepageelse|doifnotenv|doifnotemptyvariable|doifnotemptyvalue|doifnotempty|doifnotdocumentvariable|doifnotdocumentfilename|doifnotdocumentargument|doifnotcounter|doifnotcommon|doifnotcommandhandler|doifnotallmodes|doifnotallcommon|doifnot|doifnonzeropositiveelse|doifnextparenthesiselse|doifnextoptionalelse|doifnextoptionalcselse|doifnextcharelse|doifnextbgroupelse|doifnextbgroupcselse|doifmodeelse|doifmode|doifmessageelse|doifmeaningelse|doifmarkingelse|doifmainfloatbodyelse|doiflocfileelse|doiflocationelse|doiflistelse|doifleapyearelse|doiflayouttextlineelse|doiflayoutsomelineelse|doiflayoutdefinedelse|doiflayerdataelse|doiflanguageelse|doifitalicelse|doifintwopassdataelse|doifintokselse|doifinsymbolsetelse|doifinsymbolset|doifinstringelse|doifinstring|doifinsetelse|doifinset|doifinsertionelse|doifinputfileelse|doifinelementelse|doifincsnameelse|doifhelpelse|doifhasspaceelse|doiffontsynonymelse|doiffontpresentelse|doiffontfeatureelse|doiffontcharelse|doifflaggedelse|doiffirstcharelse|doiffileexistselse|doiffileelse|doiffiledefinedelse|doiffile|doiffigureelse|doiffieldcategoryelse|doiffieldbodyelse|doiffastoptionalcheckelse|doiffastoptionalcheckcselse|doifenvelse|doifenv|doifemptyvariableelse|doifemptyvariable|doifemptyvalueelse|doifemptyvalue|doifemptytoks|doifemptyelse|doifempty|doifelsevariable|doifelsevaluenothing|doifelsevalue|doifelseurldefined|doifelseundefined|doifelsetypingfile|doifelsetopofpage|doifelsetextflowcollector|doifelsetextflow|doifelsetext|doifelsesymbolset|doifelsesymboldefined|doifelsestructurelisthaspage|doifelsestructurelisthasnumber|doifelsestringinstring|doifelsesometoks|doifelsesomething|doifelsesomespace|doifelsesomebackground|doifelsesetups|doifelsesamestring|doifelsesamelinereference|doifelserighttoleftinbox|doifelserightpagefloat|doifelserightpage|doifelsereferencefound|doifelsepositionsused|doifelsepositionsonthispage|doifelsepositionsonsamepage|doifelsepositiononpage|doifelsepositionaction|doifelseposition|doifelsepatterns|doifelsepathexists|doifelsepath|doifelseparentfile|doifelseparallel|doifelseoverlay|doifelseoverlapping|doifelseorientation|doifelseolderversion|doifelseoldercontext|doifelseoddpagefloat|doifelseoddpage|doifelseobjectreferencefound|doifelseobjectfound|doifelsenumber|doifelsenothing|doifelsenoteonsamepage|doifelsenonzeropositive|doifelsenextparenthesis|doifelsenextoptionalcs|doifelsenextoptional|doifelsenextchar|doifelsenextbgroupcs|doifelsenextbgroup|doifelsemode|doifelsemessage|doifelsemeaning|doifelsemarking|doifelsemarkedpage|doifelsemainfloatbody|doifelselocfile|doifelselocation|doifelselist|doifelseleapyear|doifelselayouttextline|doifelselayoutsomeline|doifelselayoutdefined|doifelselayerdata|doifelselanguage|doifelseitalic|doifelseintwopassdata|doifelseintoks|doifelseinsymbolset|doifelseinstring|doifelseinset|doifelseinsertion|doifelseinputfile|doifelseinelement|doifelseincsname|doifelsehelp|doifelsehasspace|doifelseframed|doifelsefontsynonym|doifelsefontpresent|doifelsefontfeature|doifelsefontchar|doifelseflagged|doifelsefirstchar|doifelsefileexists|doifelsefiledefined|doifelsefile|doifelsefigure|doifelsefieldcategory|doifelsefieldbody|doifelsefastoptionalcheckcs|doifelsefastoptionalcheck|doifelseenv|doifelseemptyvariable|doifelseemptyvalue|doifelseempty|doifelsedrawingblack|doifelsedocumentvariable|doifelsedocumentfilename|doifelsedocumentargument|doifelsedimenstring|doifelsedimension|doifelsedefinedcounter|doifelsedefined|doifelsecurrentsynonymused|doifelsecurrentsynonymshown|doifelsecurrentsortingused|doifelsecurrentfonthasfeature|doifelsecounter|doifelseconversionnumber|doifelseconversiondefined|doifelsecommon|doifelsecommandhandler|doifelsecolor|doifelsebuffer|doifelseboxincache|doifelsebox|doifelseblack|doifelseassignmentcs|doifelseassignment|doifelseallmodes|doifelsealldefined|doifelseallcommon|doifelseMPgraphic|doifelse|doifdrawingblackelse|doifdocumentvariableelse|doifdocumentvariable|doifdocumentfilenameelse|doifdocumentfilename|doifdocumentargumentelse|doifdocumentargument|doifdimenstringelse|doifdimensionelse|doifdefinedelse|doifdefinedcounterelse|doifdefinedcounter|doifdefined|doifcurrentfonthasfeatureelse|doifcounterelse|doifcounter|doifconversionnumberelse|doifconversiondefinedelse|doifcontent|doifcommonelse|doifcommon|doifcommandhandlerelse|doifcommandhandler|doifcolorelse|doifcolor|doifcheckedpagestate|doifbufferelse|doifboxelse|doifbothsidesoverruled|doifbothsides|doifblackelse|doifassignmentelsecs|doifassignmentelse|doifallmodeselse|doifallmodes|doifalldefinedelse|doifallcommonelse|doifallcommon|doifMPgraphicelse|doif|dogobblesingleempty|dogobbledoubleempty|dogetcommacommandelement|dogetattributeid|dogetattribute|dofastloopcs|doexpandedrecurse|doeassign|dodoublegroupempty|dodoubleemptywithset|dodoubleempty|dodoubleargumentwithset|dodoubleargument|documentvariable|docheckedpair|docheckassignment|doboundtext|doassignempty|doassign|doaddfeature|doadaptrightskip|doadaptleftskip|divides|divideontimes|dividedsize|div|distributedhsize|displaymessage|displaymathematics|displaymath|disabletrackers|disableregime|disableparpositions|disableoutputstream|disablemode|disableexperiments|disabledirectives|dis|directvspacing|directsymbol|directsetup|directsetbar|directselect|directluacode|directlocalframed|directhighlight|directgetboxlly|directgetboxllx|directdummyparameter|directcopyboxfromcache|directconvertedcounter|directcolored|directcolor|directboxfromcache|dimensiontocount|digits|digamma|differentiald|differentialD|diamondsuit|diamond|diameter|dhook|dfrac|devanagarinumerals|determineregistercharacteristics|determinenoflines|determinelistcharacteristics|determineheadnumber|depthstrut|depthspanningtext|depthonlybox|depthofstring|delta|delimitedtext|delimited|definextable|definevspacingamount|definevspacing|definevspace|defineviewerlayer|defineuserdataalternative|defineuserdata|defineunit|definetyping|definetypesetting|definetypescriptsynonym|definetypescriptprefix|definetypeface|definetype|definetwopasslist|definetransparency|definetooltip|definetokenlist|definetextnote|definetextflow|definetextbackground|definetext|definetabulation|definetabulate|definetabletemplate|definesystemvariable|definesystemconstant|definesystemattribute|definesynonyms|definesynonym|definesymbol|definesubformula|definesubfield|definestyleinstance|definestyle|definestartstop|definespotcolor|definesorting|definesort|definesidebar|defineshift|defineseparatorset|defineselector|definesectionlevels|definesectionblock|definesection|definescript|definescale|defineruby|defineresetset|definerenderingwindow|defineregister|definereferenceformat|definereference|definepushsymbol|definepushbutton|defineprogram|defineprofile|defineprocessor|defineprocesscolor|defineprefixset|definepositioning|defineplacement|defineperiodkerning|defineparbuilder|defineparallel|defineparagraphs|defineparagraph|definepapersize|definepalet|definepairedbox|definepagestate|definepageshift|definepageinjectionalternative|definepageinjection|definepagecolumns|definepagechecker|definepagebreak|definepage|defineoverlay|defineoutputroutinecommand|defineoutputroutine|defineornament|defineorientation|definenote|definenarrower|definenamespace|definenamedcolor|definemultitonecolor|definemode|definemixedcolumns|definemessageconstant|definemeasure|definemathunstacked|definemathundertextextensible|definemathunderextensible|definemathunder|definemathtriplet|definemathstyle|definemathstackers|definemathradical|definemathovertextextensible|definemathoverextensible|definemathover|definemathornament|definemathmatrix|definemathframed|definemathfraction|definemathfence|definemathextensible|definemathematics|definemathdoubleextensible|definemathdouble|definemathcommand|definemathcases|definemathalignment|definemathaccent|definemarking|definemarker|definemargindata|definemarginblock|definemakeup|definelowmidhigh|definelowhigh|definelow|definelistextra|definelistalternative|definelist|definelines|definelinenumbering|definelinenote|definelinefiller|definelayout|definelayerpreset|definelayer|definelabelclass|definelabel|defineitems|defineitemgroup|defineintermediatecolor|defineinterlinespace|defineinterfacevariable|defineinterfaceelement|defineinterfaceconstant|defineinteractionmenu|defineinteractionbar|defineinteraction|defineinsertion|defineinitial|defineindenting|defineindentedtext|definehypenationfeatures|definehspace|definehighlight|definehigh|definehelp|defineheadalternative|definehead|definehbox|definegridsnapping|definegraphictypesynonym|defineglobalcolor|definefrozenfont|defineframedtext|defineframedtable|defineframedcontent|defineframed|defineformulaframed|defineformulaalternative|defineformula|definefontsynonym|definefontstyle|definefontsolution|definefontsize|definefontfile|definefontfeature|definefontfamilypreset|definefontfamily|definefontfallback|definefontalternative|definefont|definefloat|definefittingpage|definefirstline|definefiller|definefilesynonym|definefilefallback|definefileconstant|definefiguresymbol|definefieldstack|definefieldcategory|definefieldbodyset|definefieldbody|definefield|definefallbackfamily|definefacingfloat|defineexternalfigure|defineexpandable|defineenumeration|defineeffect|definedfont|definedescription|definedeq|definedelimitedtext|definedataset|definecounter|defineconversionset|defineconversion|definecomplexorsimpleempty|definecomplexorsimple|definecomment|definecommand|definecombinedlist|definecombination|definecolumnsetspan|definecolumnsetarea|definecolumnset|definecolumnbreak|definecolorgroup|definecolor|definecollector|definechemicalsymbol|definechemicals|definechemical|definecharacterspacing|definecharacterkerning|definecharacter|definecapitals|definebutton|definebuffer|definebtxrendering|definebtxregister|definebtxdataset|definebtx|definebreakpoints|definebreakpoint|definebodyfontswitch|definebodyfontenvironment|definebodyfont|defineblock|definebar|definebackground|defineattribute|defineattachment|defineanchor|definealternativestyle|defineactivecharacter|defineaccent|defineTABLEsetup|defineMPinstance|define|defconvertedvalue|defconvertedcommand|defconvertedargument|defcatcodecommand|defaultobjectreference|defaultobjectpage|defaultinterface|decrementvalue|decrementsubpagenumber|decrementpagenumber|decrementedcounter|decrementcounter|decrement|ddots|ddot|dddot|ddagger|ddag|dcurl|dcaron|dbinom|dayspermonth|dayoftheweek|date|datasetvariable|dashv|dashedrightarrow|dashedleftarrow|dasharrow|daleth|dagger|dag|d|cyrilliczhediaeresis|cyrilliczhedescender|cyrilliczhebreve|cyrilliczh|cyrilliczediaeresis|cyrilliczdsc|cyrillicz|cyrillicyu|cyrillicystrstroke|cyrillicystr|cyrillicyo|cyrillicyi|cyrillicyerudiaeresis|cyrillicyat|cyrillicya|cyrillicv|cyrillicushrt|cyrillicumacron|cyrillicuk|cyrillicudoubleacute|cyrillicudiaeresis|cyrillicu|cyrillictshe|cyrillictetse|cyrillictedc|cyrillict|cyrillicshha|cyrillicshch|cyrillicsh|cyrillicsftsn|cyrillicsemisoft|cyrillicsdsc|cyrillicschwadiaeresis|cyrillicschwa|cyrillics|cyrillicr|cyrillicpsi|cyrillicpemidhook|cyrillicp|cyrillicot|cyrillicomegatitlo|cyrillicomegaround|cyrillicomega|cyrillicodiaeresis|cyrillicobarreddiaeresis|cyrillicobarred|cyrillico|cyrillicnje|cyrillicn|cyrillicm|cyrilliclje|cyrilliclittleyusiotified|cyrilliclittleyus|cyrillicl|cyrillicksi|cyrillickoppa|cyrillickje|cyrillickavertstroke|cyrillickastroke|cyrillickahook|cyrillickadc|cyrillickabashkir|cyrillick|cyrillicje|cyrillicizhitsadoublegrave|cyrillicizhitsa|cyrillicishrttail|cyrillicishrt|cyrillicimacron|cyrillicii|cyrillicigrave|cyrillicie|cyrillicidiaeresis|cyrillici|cyrillichrdsn|cyrillichadc|cyrillicha|cyrillich|cyrillicgje|cyrillicgheupturn|cyrillicghestroke|cyrillicghemidhook|cyrillicg|cyrillicfita|cyrillicf|cyrillicery|cyrillicertick|cyrillicerev|cyrillicentail|cyrillicenhook|cyrillicenghe|cyrillicendc|cyrillicemtail|cyrilliceltail|cyrilliceiotified|cyrillicegrave|cyrillicediaeresis|cyrillicebreve|cyrillice|cyrillicdzhe|cyrillicdzeabkhasian|cyrillicdze|cyrillicdje|cyrillicd|cyrillicchevertstroke|cyrillicchekhakassian|cyrillicchediaeresis|cyrillicchedcabkhasian|cyrillicchedc|cyrilliccheabkhasian|cyrillicch|cyrillicc|cyrillicbigyusiotified|cyrillicbigyus|cyrillicb|cyrillicae|cyrillicadiaeresis|cyrillicabreve|cyrillica|cyrillicZHEdiaeresis|cyrillicZHEdescender|cyrillicZHEbreve|cyrillicZH|cyrillicZEdiaeresis|cyrillicZDSC|cyrillicZ|cyrillicYstrstroke|cyrillicYstr|cyrillicYU|cyrillicYO|cyrillicYI|cyrillicYERUdiaeresis|cyrillicYAT|cyrillicYA|cyrillicV|cyrillicUmacron|cyrillicUdoubleacute|cyrillicUdiaeresis|cyrillicUSHRT|cyrillicUK|cyrillicU|cyrillicTSHE|cyrillicTITLO|cyrillicTETSE|cyrillicTEDC|cyrillicT|cyrillicSHHA|cyrillicSHCH|cyrillicSH|cyrillicSFTSN|cyrillicSEMISOFT|cyrillicSDSC|cyrillicSCHWAdiaeresis|cyrillicSCHWA|cyrillicS|cyrillicR|cyrillicPSILIPNEUMATA|cyrillicPSI|cyrillicPEmidhook|cyrillicPALOCHKA|cyrillicPALATALIZATION|cyrillicP|cyrillicOdiaeresis|cyrillicObarreddiaeresis|cyrillicObarred|cyrillicOT|cyrillicOMEGAtitlo|cyrillicOMEGAround|cyrillicOMEGA|cyrillicO|cyrillicNJE|cyrillicN|cyrillicM|cyrillicLJE|cyrillicLITTLEYUSiotified|cyrillicLITTLEYUS|cyrillicL|cyrillicKSI|cyrillicKOPPA|cyrillicKJE|cyrillicKAvertstroke|cyrillicKAstroke|cyrillicKAhook|cyrillicKAbashkir|cyrillicKADC|cyrillicK|cyrillicJE|cyrillicImacron|cyrillicIgrave|cyrillicIdiaeresis|cyrillicIZHITSAdoublegrave|cyrillicIZHITSA|cyrillicISHRTtail|cyrillicISHRT|cyrillicII|cyrillicIE|cyrillicI|cyrillicHRDSN|cyrillicHADC|cyrillicHA|cyrillicH|cyrillicGJE|cyrillicGHEupturn|cyrillicGHEstroke|cyrillicGHEmidhook|cyrillicG|cyrillicFITA|cyrillicF|cyrillicEiotified|cyrillicEgrave|cyrillicEdiaeresis|cyrillicEbreve|cyrillicERtick|cyrillicERY|cyrillicEREV|cyrillicENtail|cyrillicENhook|cyrillicENGHE|cyrillicENDC|cyrillicEMtail|cyrillicELtail|cyrillicE|cyrillicDZHE|cyrillicDZEabkhasian|cyrillicDZE|cyrillicDJE|cyrillicDASIAPNEUMATA|cyrillicD|cyrillicCHEvertstroke|cyrillicCHEkhakassian|cyrillicCHEdiaeresis|cyrillicCHEabkhasian|cyrillicCHEDCabkhasian|cyrillicCHEDC|cyrillicCH|cyrillicC|cyrillicBIGYUSiotified|cyrillicBIGYUS|cyrillicB|cyrillicAdiaeresis|cyrillicAbreve|cyrillicAE|cyrillicA|cwopencirclearrow|curvearrowright|curvearrowleft|currentxtablerow|currentxtablecolumn|currentvalue|currenttime|currentresponses|currentregisterpageuserdata|currentregime|currentproject|currentproduct|currentoutputstream|currentmoduleparameter|currentmessagetext|currentmainlanguage|currentlistsymbol|currentlistentrytitlerendered|currentlistentrytitle|currentlistentryreferenceattribute|currentlistentrypagenumber|currentlistentrynumber|currentlistentrylimitedtext|currentlistentrydestinationattribute|currentlanguage|currentinterface|currentheadnumber|currentfeaturetest|currentenvironment|currentdate|currentcomponent|currentcommalistitem|currentbtxuservariable|currentassignmentlistvalue|currentassignmentlistkey|curlywedge|curlyvee|curlyeqsucc|curlyeqprec|cup|ctxsprint|ctxreport|ctxluacode|ctxluabuffer|ctxlua|ctxloadluafile|ctxlatelua|ctxlatecommand|ctxfunction|ctxdirectlua|ctxdirectcommand|ctxcommand|ctop|cstroke|crlfplaceholder|crlf|crightoverleftarrow|crightarrow|crampedrlap|crampedllap|crampedclap|cramped|counttokens|counttoken|countersubs|correctwhitespace|copyunittext|copytaglabeltext|copysuffixtext|copysetups|copyright|copyprefixtext|copyposition|copyparameters|copypages|copyoperatortext|copymathlabeltext|copylabeltext|copyheadtext|copyfield|copybtxlabeltext|copyboxfromcache|coprod|convertvboxtohbox|convertvalue|convertnumber|convertmonth|convertedsubcounter|converteddimen|convertedcounter|convertcommand|convertargument|continueifinputfile|continuednumber|contentreference|constantnumberargument|constantnumber|constantemptyargument|constantdimenargument|constantdimen|cong|compresult|composedlayer|composedcollector|component|complexorsimpleempty|complexorsimple|complexes|completeregister|completepagenumber|completelistoftables|completelistofsynonyms|completelistofsorts|completelistofpublications|completelistoflogos|completelistofintermezzi|completelistofgraphics|completelistoffigures|completelistofchemicals|completelistofabbreviations|completelist|completeindex|completecontent|completebtxrendering|complement|comparepalet|comparedimensioneps|comparedimension|comparecolorgroup|comment|commalistsize|commalistsentence|commalistelement|combinepages|columnsetspanwidth|columnbreak|column|colorvalue|coloronly|colored|colorcomponents|colorbar|color|colonequals|coloncolonequals|colon|collectexpanded|collectedtext|collect|clubsuit|clonefield|clippedoverlayimage|clip|cleftarrow|cldprocessfile|cldloadfile|cldcontext|cldcommand|classfont|clap|cite|citation|circleonrightarrow|circledequals|circleddash|circledcirc|circledast|circledS|circledR|circlearrowright|circlearrowleft|circeq|circ|chook|chinesenumerals|chinesecapnumerals|chineseallnumerals|chi|chemicaltoptext|chemicaltext|chemicalsymbol|chemicalmidtext|chemicalbottext|chemical|chem|checkvariables|checktwopassdata|checksoundtrack|checkpreviousinjector|checkparameters|checkpage|checknextinjector|checknextindentation|checkmark|checkinjector|checkedstrippedcsname|checkedfiller|checkedchar|checkedblank|checkcharacteralign|check|charwidthlanguage|chardescription|characters|character|chapter|cfrac|centerline|centerednextbox|centeredlastline|centeredbox|centerdot|centerbox|centeraligned|cdots|cdotp|cdotaccent|cdot|ccurl|ccircumflex|ccedilla|ccaron|cbox|catcodetablename|carriagereturn|capital|cap|camel|calligraphic|cacute|button|bullet|buildtextognek|buildtextmacron|buildtextgrave|buildtextcedilla|buildtextbottomdot|buildtextbottomcomma|buildtextaccent|buildmathaccent|btxtextcitation|btxsingularplural|btxsingularorplural|btxsetup|btxsavejournalist|btxremapauthor|btxoneorrange|btxloadjournalist|btxlistcitation|btxlabeltext|btxlabellanguage|btxhybridcite|btxhiddencitation|btxfoundtype|btxfoundname|btxflushsuffix|btxflushauthornormalshort|btxflushauthornormal|btxflushauthorname|btxflushauthorinvertedshort|btxflushauthorinverted|btxflushauthor|btxflush|btxfirstofrange|btxfieldtype|btxfieldname|btxfield|btxexpandedjournal|btxdoifuservariableelse|btxdoifsameaspreviouselse|btxdoifsameaspreviouscheckedelse|btxdoifnot|btxdoifelseuservariable|btxdoifelsesameaspreviouschecked|btxdoifelsesameasprevious|btxdoifelsecombiinlist|btxdoifelse|btxdoifcombiinlistelse|btxdoif|btxdirect|btxdetail|btxauthorfield|btxalwayscitation|btxaddjournal|btxabbreviatedjournal|bstroke|breve|breakhere|breakablethinspace|bpos|boxtimes|boxreference|boxplus|boxofsize|boxminus|boxmarker|boxdot|boxcursor|bowtie|bottomrightbox|bottomleftbox|bottombox|bot|bordermatrix|booleanmodevalue|bookmark|boldslanted|bolditalic|boldface|bold|bodyfontsize|bodyfontenvironmentlist|blockuservariable|blocksynctexfile|blockquote|blockligatures|bleedwidth|bleedheight|bleed|blap|blank|blacktriangleright|blacktriangleleft|blacktriangledown|blacktriangle|blacksquare|blackrules|blackrule|blacklozenge|bitmapimage|binom|bigwedge|bigvee|biguplus|bigudot|bigtriangleup|bigtriangledown|bigtimes|bigstar|bigsquare|bigsqcup|bigsqcap|bigskip|bigr|bigotimes|bigoplus|bigodot|bigm|bigl|biggr|biggm|biggl|bigger|bigg|bigdiamond|bigcup|bigcircle|bigcirc|bigcap|bigbodyfont|big|bhook|between|beth|beta|beforetestandsplitstring|beforesplitstring|because|bbox|bbordermatrix|baselinerightbox|baselinemiddlebox|baselineleftbox|baselinebottom|basegrid|barwedge|barovernorthwestarrow|barleftarrowrightarrowbar|barleftarrow|bar|backslash|backsim|backprime|backgroundline|backgroundimagefill|backgroundimage|background|backepsilon|averagecharwidth|availablehsize|autosetups|autopagestaterealpageorder|autopagestaterealpage|autoorientation|automathematics|autointegral|autoinsertnextspace|autodirvtop|autodirvbox|autodirhbox|autocap|attachment|atrightmargin|atpage|atleftmargin|atilde|at|asymp|astype|ast|assumelongusagecs|assignwidth|assignvalue|assigntranslation|assignifempty|assigndimension|assigndimen|assignalfadimension|aside|asciistr|arrowvert|aringacute|aring|arg|arabicwasallam|arabicvowelyeh|arabicvowelwaw|arabictripledot|arabicstartofrubc|arabicslcm|arabicshighthreedots|arabicsemicolon|arabicsanah|arabicsamvat|arabicsalla|arabicsajdah|arabicsafha|arabicrialsign|arabicray|arabicrasoul|arabicquestion|arabicqala|arabicpoeticverse|arabicpertenthousand|arabicpermille|arabicperiod|arabicpercent|arabicparenright|arabicparenleft|arabicnumerals|arabicnumberabove|arabicnumber|arabicmuhammad|arabicmisra|arabiclowseen|arabiclownoonkasra|arabiclowmeemlong|arabiclettermark|arabicjallajalalouhou|arabichighzain|arabichighyeh|arabichighwaqf|arabichighthalatha|arabichightakhallus|arabichightah|arabichighsmallsafha|arabichighseen|arabichighsallallahou|arabichighsakta|arabichighsajda|arabichighsad|arabichighrubc|arabichighrahmatullahalayhe|arabichighradiallahouanhu|arabichighqif|arabichighqaf|arabichighnoonkasra|arabichighnoon|arabichighnisf|arabichighmeemshort|arabichighmeemlong|arabichighmadda|arabichighlamalef|arabichighjeem|arabichighfootnotemarker|arabichighesala|arabichigheqala|arabichighalayheassallam|arabichighain|arabicfourthroot|arabicfootnotemarker|arabicexnumerals|arabicendofayah|arabicdisputedendofayah|arabicdecimals|arabicdateseparator|arabiccuberoot|arabiccomma|arabicbasmalah|arabicasterisk|arabicallallahou|arabicallah|arabicalayhe|arabicakbar|approxnEq|approxeq|approxEq|approx|applytowords|applytosplitstringwordspaced|applytosplitstringword|applytosplitstringlinespaced|applytosplitstringline|applytosplitstringcharspaced|applytosplitstringchar|applytofirstcharacter|applytocharacters|applyprocessor|applyalternativestyle|apply|appendvalue|appendtoksonce|appendtoks|appendtocommalist|appendgvalue|appendetoks|aogonek|angle|anchor|ampersand|amalg|amacron|alwayscite|alwayscitation|alphabeticnumerals|alpha|allinputpaths|alignmentcharacter|alignhere|alignedline|alignedbox|aligned|alignbottom|aleph|ainvertedbreve|ahook|agrave|aftertestandsplitstring|aftersplitstring|afghanicurrency|aemacron|aeligature|aeacute|adoublegrave|adotbelow|adotaccentmacron|adotaccent|adiaeresismacron|adiaeresis|addvalue|addtocommalist|addtoJSpreamble|addfontpath|addfeature|adaptpapersize|adaptlayout|adaptfontfeature|adaptcollector|acwopencirclearrow|acute|actuarial|actualyear|actualmonth|actualday|activatespacehandler|acircumflextilde|acircumflexhook|acircumflexgrave|acircumflexdotbelow|acircumflexacute|acircumflex|acaron|abrevetilde|abrevehook|abrevegrave|abrevedotbelow|abreveacute|abreve|about|abjadnumerals|abjadnodotnumerals|abjadnaivenumerals|abbreviation|aacute|Zstroke|Zhook|Zeta|Zdotaccent|Zcaron|Zacute|Ytilde|Ymacron|Yhook|Ygrave|Ydotbelow|Ydiaeresis|Ycircumflex|Yacute|Xi|XeTeX|XETEX|Words|Word|WidthSpanningText|Wcircumflex|WORDS|WORD|WEEKDAY|Vvdash|Vert|VerboseNumber|Vdash|VDash|Uuparrow|Utilde|Uring|Upsilon|Updownarrow|Uparrow|Uogonek|Umacron|Uinvertedbreve|Uhungarumlaut|Uhorntilde|Uhornhook|Uhorngrave|Uhorndotbelow|Uhornacute|Uhorn|Uhook|Ugrave|Udoublegrave|Udotbelow|Udiaeresismacron|Udiaeresisgrave|Udiaeresiscaron|Udiaeresisacute|Udiaeresis|Ucircumflex|Ucaron|Ubreve|Uacute|Tstroke|TransparencyHack|Thorn|Thook|Theta|TheNormalizedFontSize|TeX|Tcommaaccent|Tcedilla|Tcaron|Tau|TaBlE|TEX|TABLE|Swarrow|Supset|Subset|Smallcapped|Sigma|Searrow|Scommaaccent|Scircumflex|Schwa|Scedilla|Scaron|ScaledPointsToWholeBigPoints|ScaledPointsToBigPoints|Sacute|S|Rsh|Rrightarrow|Romannumerals|Rinvertedbreve|Rightarrow|Rho|Relbar|ReadFile|Re|Rdsh|Rdoublegrave|Rcommaaccent|Rcaron|Racute|PtToCm|Psi|PropertyLine|PointsToWholeBigPoints|PointsToReal|PointsToBigPoints|Plankconst|PiCTeX|Pi|Phook|Phi|PRAGMA|PPCHTeX|PPCHTEX|PICTEX|PDFcolor|PDFTEX|PDFETEX|P|Otildemacron|Otilde|Ostrokeacute|Ostroke|Oogonekmacron|Oogonek|Omicron|Omega|Omacron|Oinvertedbreve|Ohungarumlaut|Ohorntilde|Ohornhook|Ohorngrave|Ohorndotbelow|Ohornacute|Ohorn|Ohook|Ograve|Odoublegrave|Odotbelow|Odotaccentmacron|Odotaccent|Odiaeresismacron|Odiaeresis|Ocircumflextilde|Ocircumflexhook|Ocircumflexgrave|Ocircumflexdotbelow|Ocircumflexacute|Ocircumflex|Ocaron|Obreve|Oacute|OEligature|Nwarrow|Numbers|Nu|Ntilde|NormalizeTextWidth|NormalizeTextHeight|NormalizeFontWidth|NormalizeFontHeight|Njligature|Ngrave|Neng|Nearrow|Ncommaaccent|Ncaron|Nacute|NJligature|Mu|MetaPost|MetaFun|MetaFont|Mapsto|Mapsfrom|MPy|MPxywhd|MPxy|MPx|MPwhd|MPw|MPvv|MPvariable|MPvar|MPv|MPur|MPul|MPtransparency|MPtext|MPstring|MPrs|MPrightskip|MPrest|MPregion|MPrawvar|MPr|MPposset|MPpositiongraphic|MPpos|MPplus|MPpardata|MPpage|MPp|MPoverlayanchor|MPoptions|MPn|MPmenubuttons|MPls|MPlr|MPll|MPleftskip|MPinclusions|MPh|MPgetposboxes|MPgetmultishape|MPgetmultipars|MPfontsizehskip|MPdrawing|MPd|MPcolumn|MPcoloronly|MPcolor|MPcode|MPc|MPbetex|MPanchor|MPVI|MPIV|MPII|MONTHSHORT|MONTHLONG|MONTH|MKXI|MKVI|MKIX|MKIV|MKII|METAPOST|METAFUN|METAFONT|LuajitTeX|LuaTeX|LuaMetaTeX|Lua|Lstroke|Lsh|Longrightarrow|Longmapsto|Longmapsfrom|Longleftrightarrow|Longleftarrow|Lleftarrow|Ljligature|Leftrightarrow|Leftarrow|Ldsh|Ldotmiddle|Lcommaaccent|Lcaron|Lbar|Lambda|LamSTeX|Lacute|LaTeX|LUATEX|LUAMETATEX|LUAJITTEX|LJligature|LATEX|LAMSTEX|Khook|Kcommaaccent|Kcaron|Kappa|Join|Jcircumflex|Itilde|Istroke|Iota|Iogonek|Imacron|Im|Iinvertedbreve|Ihook|Igrave|Idoublegrave|Idotbelow|Idotaccent|Idiaeresis|Icircumflex|Icaron|Ibreve|Iacute|INRSTEX|IJligature|Hstroke|Hcircumflex|Hcaron|Hat|Gstroke|Greeknumerals|GotoPar|Ghook|GetPar|Gdotaccent|Gcommaaccent|Gcircumflex|Gcaron|Gbreve|Gamma|Game|Gacute|Finv|Fhook|EveryPar|EveryLine|Eulerconst|Etilde|Eth|Eta|Epsilon|Eogonek|Emacron|Einvertedbreve|Ehook|Egrave|Edoublegrave|Edotbelow|Edotaccent|Ediaeresis|Ecircumflextilde|Ecircumflexhook|Ecircumflexgrave|Ecircumflexdotbelow|Ecircumflexacute|Ecircumflex|Ecedilla|Ecaron|Ebreve|Eacute|ETEX|Dzligature|Dzcaronligature|Dstroke|Downarrow|Doteq|Dhook|Delta|Ddownarrow|Dcaron|Dafrican|DZligature|DZcaronligature|Cup|Cstroke|ConvertToConstant|ConvertConstantAfter|Context|ConTeXt|Chook|Chi|Characters|Character|Cdotaccent|Ccircumflex|Ccedilla|Ccaron|Caps|Cap|Cacute|CONTEXT|Bumpeq|Box|Bigr|Bigm|Bigl|Biggr|Biggm|Biggl|Bigg|Big|Bhook|Beta|BeforePar|Atilde|Astroke|Arrowvert|Aringacute|Aring|Aogonek|Angstrom|And|Amacron|AmSTeX|Alphabeticnumerals|Alpha|Ainvertedbreve|Ahook|Agrave|AfterPar|Adoublegrave|Adotbelow|Adotaccentmacron|Adotaccent|Adiaeresismacron|Adiaeresis|Acircumflextilde|Acircumflexhook|Acircumflexgrave|Acircumflexdotbelow|Acircumflexacute|Acircumflex|Acaron|Abrevetilde|Abrevehook|Abrevegrave|Abrevedotbelow|Abreveacute|Abreve|Aacute|AMSTEX|AEmacron|AEligature|AEacute)(?=[^a-zA-Z])", "name" : "context.command.commands.context.tex" }, "comment" : { diff --git a/doc/context/documents/general/manuals/luametatex.pdf b/doc/context/documents/general/manuals/luametatex.pdf index f74a5aa73..c267b6704 100644 Binary files a/doc/context/documents/general/manuals/luametatex.pdf and b/doc/context/documents/general/manuals/luametatex.pdf differ diff --git a/doc/context/documents/general/manuals/luatex.pdf b/doc/context/documents/general/manuals/luatex.pdf index f01b77711..eed48236a 100644 Binary files a/doc/context/documents/general/manuals/luatex.pdf and b/doc/context/documents/general/manuals/luatex.pdf differ diff --git a/doc/context/sources/general/manuals/luametatex/luametatex-fonts.tex b/doc/context/sources/general/manuals/luametatex/luametatex-fonts.tex index 7cea6f865..2edf06f3e 100644 --- a/doc/context/sources/general/manuals/luametatex/luametatex-fonts.tex +++ b/doc/context/sources/general/manuals/luametatex/luametatex-fonts.tex @@ -438,7 +438,7 @@ omit the kern and ligature tables, which has the same effect as the above. \stopsubsection -\startsubsection[title={\type{\nospaces}}] +\startsubsection[title={\lpr{nospaces}}] \topicindex {spaces+suppress} @@ -461,7 +461,7 @@ space. \stopsubsection -\startsubsection[title={\type{\protrusionboundary}}] +\startsubsection[title={\lpr{protrusionboundary}}] \topicindex {protrusion} \topicindex {boundaries} @@ -497,6 +497,29 @@ instance content moved into the margin: \stopsubsection +\startsubsection[title={\lpr{glyphdimensionsmode}}] + +Already in the early days of \LUATEX\ the decision was made to calculate the +effective height and depth of glyphs in a way that reflected the applied vertical +offset. The height got that offset added, the depth only when the offset was +larger than zero. We can now control this in more detail with this mode +parameter. An offset is added to the height and|/|or subtracted from the depth. +The effective values are never negative. The zero mode is the default. + +\starttabulate[|l|pl|] +\DB value \BC effect \NC\NR +\TB +\NC \type {0} \NC the old behaviour: add the offset to the height and only subtract + the offset only from the depth when it is positive \NC \NR +\NC \type {1} \NC add the offset to the height and subtract it from the depth \NC \NR +\NC \type {2} \NC add the offset to the height and subtract it from the depth but + keep the maxima of the current and previous results \NC \NR +\NC \type {3} \NC use the height and depth of the glyph, so no offset is applied \NC \NR +\LL +\stoptabulate + +\stopsubsection + \stopsection \startsection[title={The \LUA\ font library}][library=font] @@ -588,29 +611,6 @@ font.current( i) % % \stopsubsection -\startsubsection[title={\type{\glyphdimensionsmode}}] - -Already in the early days of \LUATEX\ the decision was made to calculate the -effective height and depth of glyphs in a way that reflected the applied vertical -offset. The height got that offset added, the depth only when the offset was -larger than zero. We can now control this in more detail with this mode -parameter. An offset is added to the height and|/|or subtracted from the depth. -The effective values are never negative. The zero mode is the default. - -\starttabulate[|l|pl|] -\DB value \BC effect \NC\NR -\TB -\NC \type {0} \NC the old behavior: add the offset to the height and only subtract - the offset only from the depth when it is positive \NC \NR -\NC \type {1} \NC add the offset to the height and subtract it from the depth \NC \NR -\NC \type {2} \NC add the offset to the height and subtract it from the depth but - keep the maxima of the current and previous results \NC \NR -\NC \type {3} \NC use the height and depth of the glyph, so no offset is applied \NC \NR -\LL -\stoptabulate - -\stopsubsection - \stopsection \stopchapter diff --git a/doc/context/sources/general/manuals/luametatex/luametatex-metapost.tex b/doc/context/sources/general/manuals/luametatex/luametatex-metapost.tex index bd9189956..85dc30036 100644 --- a/doc/context/sources/general/manuals/luametatex/luametatex-metapost.tex +++ b/doc/context/sources/general/manuals/luametatex/luametatex-metapost.tex @@ -427,10 +427,6 @@ a bunch of vital characteristics of the used pen (all values are floats): \LL \stoptabulate -\stopsection - -\startsection[title=Acessors] - \subsection[title={Character size information}] \libindex{char_width} @@ -441,13 +437,109 @@ These functions find the size of a glyph in a defined font. The \type {fontname} is the same name as the argument to \type {infont}; the \type {char} is a glyph id in the range 0 to 255; the returned \type {w} is in AFM units. - \startfunctioncall w = char_width(mp, fontname, char) h = char_height(mp, fontname, char) d = char_depth(mp, fontname, char) \stopfunctioncall +\stopsection + +\startsection[title=Scanners] + +After a relative long period of testing the scanners are now part of the +interface. That doesn't mean that there will be no changes: depending on the +needs and experiences details might evolve. The summary below is there +still preliminary and mostly provided as reminder. + +\starttabulate[|l|l|p|] +\DB scanner \BC argument \BC returns \NC \NR +\TB +\NC \type{scan_next} \NC instance, keep \NC token, mode, type \NC \NR +\NC \type{scan_expression} \NC instance, keep \NC type \NC \NR +\NC \type{scan_token} \NC instance, keep \NC token, mode, kind \NC \NR +\NC \type{scan_symbol} \NC instance, keep, expand \NC string \NC \NR +\NC \type{scan_numeric} \NC instance, type \NC number \NC \NR +\NC \type{scan_integer} \NC instance, type \NC integer \NC \NR +\NC \type{scan_boolean} \NC instance, type \NC boolean \NC \NR +\NC \type{scan_string} \NC instance, type \NC string \NC \NR +\NC \type{scan_pair} \NC instance, hashed, type \NC table or two numbers \NC \NR +\NC \type{scan_color} \NC instance, hashed, type \NC table or three numbers \NC \NR +\NC \type{scan_cmykcolor} \NC instance, hashed, type \NC table or four numbers \NC \NR +\NC \type{scan_transform} \NC instance, hashed, type \NC table or six numbers \NC \NR +\NC \type{scan_path} \NC instance, hashed, type \NC table with hashes or arrays \NC \NR +\NC \type{scan_pen} \NC instance, hashed, type \NC table with hashes or arrays \NC \NR +\LL +\stoptabulate + +The types and token codes are numbers but they actually depend on the +implementation (although changes are unlikely). The types of data structures can +be queried with \type {mplib.types()}: + +\dontleavehmode \startluacode + local t = mplib.types() + for i=0,#t do + if i > 0 then + context(", ") + end + context("%i: %s",i,t[i]) + end +\stopluacode . + +The command codes are available with \type {mplib.codes()}: + +\dontleavehmode \startluacode + local t = mplib.codes() + for i=0,#t do + if i > 0 then + context(", ") + end + context("%i: %s",i,t[i]) + end +\stopluacode . + +Now, if you really want to use these, keep in mind that the internals of +\METAPOST\ are not trivial, especially because expression scanning can be +complex. So you need to experiment a bit. In \CONTEXT\ all is (and will be) +hidden below an abstraction layer so users are not bothered by all these +look|-|ahead and push|-|back issues that originate in the way \METAPOST\ scans +its input. + +\stopsection + +\startsection[title=Injectors] + +It is important to know that piping code into the library is pretty fast and +efficient. Most processing time relates to memory management, calculations and +generation of output can not be neglected either. Out of curiousity I added some +functions that directly push data into the library but the gain is not that +large. \footnote {The main motivation was checking of huge paths could be +optimized. The other data structures were then added for completeness.} + +\starttabulate[|l|l|] +\DB scanner \BC argument \NC \NR +\TB +\NC \type{inject_numeric} \NC instance, number \NC \NR +\NC \type{inject_integer} \NC instance, number \NC \NR +\NC \type{inject_boolean} \NC instance, boolean \NC \NR +\NC \type{inject_string} \NC instance, string \NC \NR +\NC \type{inject_pair} \NC instance, (table with) two numbers \NC \NR +\NC \type{inject_color} \NC instance, (table with) three numbers \NC \NR +\NC \type{inject_cmykcolor} \NC instance, (table with) four numbers \NC \NR +\NC \type{inject_transform} \NC instance, (table with) six numbers \NC \NR +\NC \type{inject_path} \NC instance, table with hashes or arrays, cycle, variant \NC \NR +\LL +\stoptabulate + +The path injector takes a table with subtables that are either hashed (like the +path solver) or arrays with two, four or six entries. When the third argument has +the value \type {true} the path is closed. When the fourth argument is \type +{true} the path is constructed out of straight lines (as with \type {--}) by +setting the \type {curl} values to~1 automatically. \footnote {This is all +experimental so future versions might provide more control.} + +\stopsection + \stopchapter \stopcomponent diff --git a/doc/context/sources/general/manuals/luametatex/luametatex-pdf.tex b/doc/context/sources/general/manuals/luametatex/luametatex-pdf.tex index 79653fdf8..3412d0820 100644 --- a/doc/context/sources/general/manuals/luametatex/luametatex-pdf.tex +++ b/doc/context/sources/general/manuals/luametatex/luametatex-pdf.tex @@ -183,6 +183,16 @@ b = getboolean(,index|key) n = getname (,index|key) \stoptyping +The \type {getstring} function has two extra variants: + +\starttyping +s, h = getstring (,index|key,false) +s = getstring (,index|key,true) +\stoptyping + +The first call returns the original string plus a boolean indicating if the +string is hex encoded. The second call returns the unencoded string. + \stopsubsection \startsubsection[title={\type {get[dictionary|array|stream]}}] diff --git a/doc/context/sources/general/manuals/luatex/luatex-enhancements.tex b/doc/context/sources/general/manuals/luatex/luatex-enhancements.tex index b81e1dbda..537961661 100644 --- a/doc/context/sources/general/manuals/luatex/luatex-enhancements.tex +++ b/doc/context/sources/general/manuals/luatex/luatex-enhancements.tex @@ -1266,6 +1266,29 @@ related primitives. \stopsubsection +\startsubsection[title={\prm {glyphdimensionsmode}}] + +Already in the early days of \LUATEX\ the decision was made to calculate the +effective height and depth of glyphs in a way that reflected the applied vertical +offset. The height got that offset added, the depth only when the offset was +larger than zero. We can now control this in more detail with this mode +parameter. An offset is added to the height and|/|or subtracted from the depth. +The effective values are never negative. The zero mode is the default. + +\starttabulate[|l|pl|] +\DB value \BC effect \NC\NR +\TB +\NC \type {0} \NC the old behaviour: add the offset to the height and only subtract + the offset only from the depth when it is positive \NC \NR +\NC \type {1} \NC add the offset to the height and subtract it from the depth \NC \NR +\NC \type {2} \NC add the offset to the height and subtract it from the depth but + keep the maxima of the current and previous results \NC \NR +\NC \type {3} \NC use the height and depth of the glyph, so no offset is applied \NC \NR +\LL +\stoptabulate + +\stopsubsection + \stopsection \startsection[title={Control and debugging}] diff --git a/doc/context/sources/general/manuals/luatex/luatex-fonts.tex b/doc/context/sources/general/manuals/luatex/luatex-fonts.tex index 400550a96..e944b2c5b 100644 --- a/doc/context/sources/general/manuals/luatex/luatex-fonts.tex +++ b/doc/context/sources/general/manuals/luatex/luatex-fonts.tex @@ -861,6 +861,27 @@ value is the index in \type {font.fonts}, the second the font itself, as a \LUA\ table. The indices are listed incrementally, but they do not always form an array of consecutive numbers: in some cases there can be holes in the sequence. +\startsubsection[title={\type{\glyphdimensionsmode}}] + +Already in the early days of \LUATEX\ the decision was made to calculate the +effective height and depth of glyphs in a way that reflected the applied vertical +offset. The height got that offset added, the depth only when the offset was +larger than zero. We can now control this in more detail with this mode +parameter. An offset is added to the height and|/|or subtracted from the depth. +The effective values are never negative. The zero mode is the default. + +\starttabulate[|l|pl|] +\DB value \BC effect \NC\NR +\TB +\NC \type {0} \NC the old behavior: add the offset to the height and only subtract + the offset only from the depth when it is positive \NC \NR +\NC \type {1} \NC add the offset to the height and subtract it from the depth \NC \NR +\NC \type {2} \NC add the offset to the height and subtract it from the depth but + keep the maxima of the current and previous results \NC \NR +\NC \type {3} \NC use the height and depth of the glyph, so no offset is applied \NC \NR +\LL +\stoptabulate + \stopsection \stopchapter diff --git a/doc/context/sources/general/manuals/luatex/luatex-math.tex b/doc/context/sources/general/manuals/luatex/luatex-math.tex index e5999e72f..b4a2d4b05 100644 --- a/doc/context/sources/general/manuals/luatex/luatex-math.tex +++ b/doc/context/sources/general/manuals/luatex/luatex-math.tex @@ -1242,6 +1242,31 @@ $\Uhextensible width 1pt middle 0 "2194$ font metrics are involved we have a different code path for traditional fonts end \OPENTYPE\ fonts. +Sometimes you might want to act upon the size of a delimiter, something that is +not really possible because of the fact that they are calculated {\em after} most +has been typeset already. In the following example the all|-|zero specification +is the trigger to make a fake box with the last delimiter dimensions and shift. +It's an ugly hack but its relative simple and not intrusive implementation has no +side effects. Any other heuristic solution would not satisfy possible demands +anyway. Here is a rather low level example: + +\startbuffer +\startformula +\Uleft \Udelimiter 5 0 "222B +\frac{\frac{a}{b}}{\frac{c}{d}} +\Uright \Udelimiter 5 0 "222B +\kern-2\fontcharwd\textfont0 "222B +\mathlimop{\Uvextensible \Udelimiter 0 0 0}_1^2 x +\stopformula +\stopbuffer + +\typebuffer + +The last line, by passing zero values, results in a fake operator that has the +dimensions of the previous delimiter. We can then backtrack over the (presumed) +width and the two numbers become limit operators. As said, it's not pretty but it +works. + \subsection{Fractions} \topicindex {math+fractions} diff --git a/doc/context/sources/general/manuals/luatex/luatex.tex b/doc/context/sources/general/manuals/luatex/luatex.tex index 24fcf979b..46739513a 100644 --- a/doc/context/sources/general/manuals/luatex/luatex.tex +++ b/doc/context/sources/general/manuals/luatex/luatex.tex @@ -1,4 +1,4 @@ -% macros=mkvi +% macros=mkvi engine=luatex % \nopdfcompression diff --git a/scripts/context/lua/mtx-unicode.lua b/scripts/context/lua/mtx-unicode.lua index 297807889..5ae30b883 100644 --- a/scripts/context/lua/mtx-unicode.lua +++ b/scripts/context/lua/mtx-unicode.lua @@ -1,4 +1,4 @@ -if not modules then modules = { } end modules ['mtx-unicode'] = { + if not modules then modules = { } end modules ['mtx-unicode'] = { version = 1.002, comment = "companion to mtxrun.lua", author = "Hans Hagen, PRAGMA-ADE, Hasselt NL", diff --git a/tex/context/base/mkii/cont-new.mkii b/tex/context/base/mkii/cont-new.mkii index 9e160f8a5..c9be3905d 100644 --- a/tex/context/base/mkii/cont-new.mkii +++ b/tex/context/base/mkii/cont-new.mkii @@ -11,7 +11,7 @@ %C therefore copyrighted by \PRAGMA. See mreadme.pdf for %C details. -\newcontextversion{2020.03.30 13:25} +\newcontextversion{2020.04.08 14:34} %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/mkii/context.mkii b/tex/context/base/mkii/context.mkii index e7bef3b85..5a6ca6275 100644 --- a/tex/context/base/mkii/context.mkii +++ b/tex/context/base/mkii/context.mkii @@ -20,7 +20,7 @@ %D your styles an modules. \edef\contextformat {\jobname} -\edef\contextversion{2020.03.30 13:25} +\edef\contextversion{2020.04.08 14:34} %D For those who want to use this: diff --git a/tex/context/base/mkii/mult-cs.mkii b/tex/context/base/mkii/mult-cs.mkii index 687c2bd4c..7842559e8 100644 --- a/tex/context/base/mkii/mult-cs.mkii +++ b/tex/context/base/mkii/mult-cs.mkii @@ -907,7 +907,10 @@ \setinterfaceconstant{keys}{keys} \setinterfaceconstant{keyword}{keyword} \setinterfaceconstant{label}{popisek} +\setinterfaceconstant{labelalternative}{labelalternative} +\setinterfaceconstant{labelcolor}{labelcolor} \setinterfaceconstant{labeloffset}{labeloffset} +\setinterfaceconstant{labelstyle}{labelstyle} \setinterfaceconstant{language}{language} \setinterfaceconstant{last}{last} \setinterfaceconstant{lastnamesep}{lastnamesep} diff --git a/tex/context/base/mkii/mult-nl.mkii b/tex/context/base/mkii/mult-nl.mkii index 8b7e22f85..247813a81 100644 --- a/tex/context/base/mkii/mult-nl.mkii +++ b/tex/context/base/mkii/mult-nl.mkii @@ -907,7 +907,10 @@ \setinterfaceconstant{keys}{sleutels} \setinterfaceconstant{keyword}{trefwoord} \setinterfaceconstant{label}{label} +\setinterfaceconstant{labelalternative}{labelvariant} +\setinterfaceconstant{labelcolor}{labelkleur} \setinterfaceconstant{labeloffset}{labeloffset} +\setinterfaceconstant{labelstyle}{labelletter} \setinterfaceconstant{language}{language} \setinterfaceconstant{last}{last} \setinterfaceconstant{lastnamesep}{lastnamesep} diff --git a/tex/context/base/mkiv/char-def.lua b/tex/context/base/mkiv/char-def.lua index 953d33f4a..7bf46ae74 100644 --- a/tex/context/base/mkiv/char-def.lua +++ b/tex/context/base/mkiv/char-def.lua @@ -20037,7 +20037,7 @@ characters.data={ unicodeslot=0x855, }, [0x856]={ - arabic="u", + arabic="r", category="lo", description="MANDAIC LETTER DUSHENNA", direction="r", @@ -20045,7 +20045,7 @@ characters.data={ unicodeslot=0x856, }, [0x857]={ - arabic="u", + arabic="r", category="lo", description="MANDAIC LETTER KAD", direction="r", @@ -20053,7 +20053,7 @@ characters.data={ unicodeslot=0x857, }, [0x858]={ - arabic="u", + arabic="r", category="lo", description="MANDAIC LETTER AIN", direction="r", @@ -20411,6 +20411,86 @@ characters.data={ linebreak="al", unicodeslot=0x8BD, }, + [0x8BE]={ + arabic="d", + category="lo", + description="ARABIC LETTER PEH WITH SMALL V", + direction="al", + linebreak="al", + unicodeslot=0x8BE, + }, + [0x8BF]={ + arabic="d", + category="lo", + description="ARABIC LETTER TEH WITH SMALL V", + direction="al", + linebreak="al", + unicodeslot=0x8BF, + }, + [0x8C0]={ + arabic="d", + category="lo", + description="ARABIC LETTER TTEH WITH SMALL V", + direction="al", + linebreak="al", + unicodeslot=0x8C0, + }, + [0x8C1]={ + arabic="d", + category="lo", + description="ARABIC LETTER TCHEH WITH SMALL V", + direction="al", + linebreak="al", + unicodeslot=0x8C1, + }, + [0x8C2]={ + arabic="d", + category="lo", + description="ARABIC LETTER KEHEH WITH SMALL V", + direction="al", + linebreak="al", + unicodeslot=0x8C2, + }, + [0x8C3]={ + arabic="d", + category="lo", + description="ARABIC LETTER GHAIN WITH THREE DOTS ABOVE", + direction="al", + linebreak="al", + unicodeslot=0x8C3, + }, + [0x8C4]={ + arabic="d", + category="lo", + description="ARABIC LETTER AFRICAN QAF WITH THREE DOTS ABOVE", + direction="al", + linebreak="al", + unicodeslot=0x8C4, + }, + [0x8C5]={ + arabic="d", + category="lo", + description="ARABIC LETTER JEEM WITH THREE DOTS ABOVE", + direction="al", + linebreak="al", + unicodeslot=0x8C5, + }, + [0x8C6]={ + arabic="d", + category="lo", + description="ARABIC LETTER JEEM WITH THREE DOTS BELOW", + direction="al", + linebreak="al", + unicodeslot=0x8C6, + }, + [0x8C7]={ + arabic="d", + category="lo", + description="ARABIC LETTER LAM WITH SMALL ARABIC LETTER TAH ABOVE", + direction="al", + linebreak="al", + unicodeslot=0x8C7, + }, [0x8D3]={ category="mn", combining=0xDC, @@ -25018,6 +25098,14 @@ characters.data={ linebreak="cm", unicodeslot=0xB4D, }, + [0xB55]={ + category="mn", + comment="todo: indic check", + description="ORIYA SIGN OVERLINE", + direction="nsm", + linebreak="cm", + unicodeslot=0xB55, + }, [0xB56]={ category="mn", description="ORIYA AI LENGTH MARK", @@ -27458,6 +27546,14 @@ characters.data={ linebreak="cm", unicodeslot=0xD03, }, + [0xD04]={ + category="lo", + comment="todo: indic check", + description="MALAYALAM LETTER VEDIC ANUSVARA", + direction="l", + linebreak="al", + unicodeslot=0xD04, + }, [0xD05]={ category="lo", description="MALAYALAM LETTER A", @@ -28399,6 +28495,13 @@ characters.data={ linebreak="al", unicodeslot=0xD7F, }, + [0xD81]={ + category="mn", + description="SINHALA SIGN CANDRABINDU", + direction="nsm", + linebreak="cm", + unicodeslot=0xD81, + }, [0xD82]={ category="mc", description="SINHALA SIGN ANUSVARAYA", @@ -50419,6 +50522,22 @@ characters.data={ linebreak="cm", unicodeslot=0x1ABE, }, + [0x1ABF]={ + category="mn", + combining=0xDC, + description="COMBINING LATIN SMALL LETTER W BELOW", + direction="nsm", + linebreak="cm", + unicodeslot=0x1ABF, + }, + [0x1AC0]={ + category="mn", + combining=0xDC, + description="COMBINING LATIN SMALL LETTER TURNED W BELOW", + direction="nsm", + linebreak="cm", + unicodeslot=0x1AC0, + }, [0x1B00]={ category="mn", description="BALINESE SIGN ULU RICEM", @@ -85575,6 +85694,13 @@ characters.data={ linebreak="al", unicodeslot=0x2B95, }, + [0x2B97]={ + category="so", + description="SYMBOL FOR TYPE A ELECTRONICS", + direction="on", + linebreak="al", + unicodeslot=0x2B97, + }, [0x2B98]={ category="so", description="THREE-D TOP-LIGHTED LEFTWARDS EQUILATERAL ARROWHEAD", @@ -90400,6 +90526,27 @@ characters.data={ linebreak="ba", unicodeslot=0x2E4F, }, + [0x2E50]={ + category="so", + description="CROSS PATTY WITH RIGHT CROSSBAR", + direction="on", + linebreak="al", + unicodeslot=0x2E50, + }, + [0x2E51]={ + category="so", + description="CROSS PATTY WITH LEFT CROSSBAR", + direction="on", + linebreak="al", + unicodeslot=0x2E51, + }, + [0x2E52]={ + category="po", + description="TIRONIAN SIGN CAPITAL ET", + direction="on", + linebreak="al", + unicodeslot=0x2E52, + }, [0x2E80]={ category="so", cjkwd="w", @@ -97916,6 +98063,46 @@ characters.data={ linebreak="id", unicodeslot=0x31BA, }, + [0x31BB]={ + category="lo", + cjkwd="w", + description="BOPOMOFO FINAL LETTER G", + direction="l", + linebreak="id", + unicodeslot=0x31BB, + }, + [0x31BC]={ + category="lo", + cjkwd="w", + description="BOPOMOFO LETTER GW", + direction="l", + linebreak="id", + unicodeslot=0x31BC, + }, + [0x31BD]={ + category="lo", + cjkwd="w", + description="BOPOMOFO LETTER KW", + direction="l", + linebreak="id", + unicodeslot=0x31BD, + }, + [0x31BE]={ + category="lo", + cjkwd="w", + description="BOPOMOFO LETTER OE", + direction="l", + linebreak="id", + unicodeslot=0x31BE, + }, + [0x31BF]={ + category="lo", + cjkwd="w", + description="BOPOMOFO LETTER AH", + direction="l", + linebreak="id", + unicodeslot=0x31BF, + }, [0x31C0]={ category="so", cjkwd="w", @@ -118521,6 +118708,48 @@ characters.data={ linebreak="al", unicodeslot=0xA7C6, }, + [0xA7C7]={ + category="lu", + description="LATIN CAPITAL LETTER D WITH SHORT STROKE OVERLAY", + direction="l", + linebreak="al", + unicodeslot=0xA7C7, + }, + [0xA7C8]={ + category="ll", + description="LATIN SMALL LETTER D WITH SHORT STROKE OVERLAY", + direction="l", + linebreak="al", + unicodeslot=0xA7C8, + }, + [0xA7C9]={ + category="lu", + description="LATIN CAPITAL LETTER S WITH SHORT STROKE OVERLAY", + direction="l", + linebreak="al", + unicodeslot=0xA7C9, + }, + [0xA7CA]={ + category="ll", + description="LATIN SMALL LETTER S WITH SHORT STROKE OVERLAY", + direction="l", + linebreak="al", + unicodeslot=0xA7CA, + }, + [0xA7F5]={ + category="lu", + description="LATIN CAPITAL LETTER REVERSED HALF H", + direction="l", + linebreak="al", + unicodeslot=0xA7F5, + }, + [0xA7F6]={ + category="ll", + description="LATIN SMALL LETTER REVERSED HALF H", + direction="l", + linebreak="al", + unicodeslot=0xA7F6, + }, [0xA7F7]={ category="lo", description="LATIN EPIGRAPHIC LETTER SIDEWAYS I", @@ -118895,6 +119124,14 @@ characters.data={ linebreak="al", unicodeslot=0xA82B, }, + [0xA82C]={ + category="mn", + combining=0x9, + description="SYLOTI NAGRI SIGN ALTERNATE HASANTA", + direction="nsm", + linebreak="cm", + unicodeslot=0xA82C, + }, [0xA830]={ category="no", description="NORTH INDIC FRACTION ONE QUARTER", @@ -124166,6 +124403,35 @@ characters.data={ linebreak="al", unicodeslot=0xAB67, }, + [0xAB68]={ + category="ll", + description="LATIN SMALL LETTER TURNED R WITH MIDDLE TILDE", + direction="l", + linebreak="al", + unicodeslot=0xAB68, + }, + [0xAB69]={ + category="lm", + description="MODIFIER LETTER SMALL TURNED W", + direction="l", + linebreak="al", + specials={ "super", 0x28D }, + unicodeslot=0xAB69, + }, + [0xAB6A]={ + category="sk", + description="MODIFIER LETTER LEFT TACK", + direction="on", + linebreak="al", + unicodeslot=0xAB6A, + }, + [0xAB6B]={ + category="sk", + description="MODIFIER LETTER RIGHT TACK", + direction="on", + linebreak="al", + unicodeslot=0xAB6B, + }, [0xAB70]={ category="ll", description="CHEROKEE SMALL LETTER A", @@ -142326,6 +142592,13 @@ characters.data={ linebreak="al", unicodeslot=0x1019B, }, + [0x1019C]={ + category="so", + description="ASCIA SYMBOL", + direction="on", + linebreak="al", + unicodeslot=0x1019C, + }, [0x101A0]={ category="so", description="GREEK SYMBOL TAU RHO", @@ -156340,6 +156613,337 @@ characters.data={ linebreak="al", unicodeslot=0x10E7E, }, + [0x10E80]={ + category="lo", + description="YEZIDI LETTER ELIF", + direction="r", + linebreak="al", + unicodeslot=0x10E80, + }, + [0x10E81]={ + category="lo", + description="YEZIDI LETTER BE", + direction="r", + linebreak="al", + unicodeslot=0x10E81, + }, + [0x10E82]={ + category="lo", + description="YEZIDI LETTER PE", + direction="r", + linebreak="al", + unicodeslot=0x10E82, + }, + [0x10E83]={ + category="lo", + description="YEZIDI LETTER PHE", + direction="r", + linebreak="al", + unicodeslot=0x10E83, + }, + [0x10E84]={ + category="lo", + description="YEZIDI LETTER THE", + direction="r", + linebreak="al", + unicodeslot=0x10E84, + }, + [0x10E85]={ + category="lo", + description="YEZIDI LETTER SE", + direction="r", + linebreak="al", + unicodeslot=0x10E85, + }, + [0x10E86]={ + category="lo", + description="YEZIDI LETTER CIM", + direction="r", + linebreak="al", + unicodeslot=0x10E86, + }, + [0x10E87]={ + category="lo", + description="YEZIDI LETTER CHIM", + direction="r", + linebreak="al", + unicodeslot=0x10E87, + }, + [0x10E88]={ + category="lo", + description="YEZIDI LETTER CHHIM", + direction="r", + linebreak="al", + unicodeslot=0x10E88, + }, + [0x10E89]={ + category="lo", + description="YEZIDI LETTER HHA", + direction="r", + linebreak="al", + unicodeslot=0x10E89, + }, + [0x10E8A]={ + category="lo", + description="YEZIDI LETTER XA", + direction="r", + linebreak="al", + unicodeslot=0x10E8A, + }, + [0x10E8B]={ + category="lo", + description="YEZIDI LETTER DAL", + direction="r", + linebreak="al", + unicodeslot=0x10E8B, + }, + [0x10E8C]={ + category="lo", + description="YEZIDI LETTER ZAL", + direction="r", + linebreak="al", + unicodeslot=0x10E8C, + }, + [0x10E8D]={ + category="lo", + description="YEZIDI LETTER RA", + direction="r", + linebreak="al", + unicodeslot=0x10E8D, + }, + [0x10E8E]={ + category="lo", + description="YEZIDI LETTER RHA", + direction="r", + linebreak="al", + unicodeslot=0x10E8E, + }, + [0x10E8F]={ + category="lo", + description="YEZIDI LETTER ZA", + direction="r", + linebreak="al", + unicodeslot=0x10E8F, + }, + [0x10E90]={ + category="lo", + description="YEZIDI LETTER JA", + direction="r", + linebreak="al", + unicodeslot=0x10E90, + }, + [0x10E91]={ + category="lo", + description="YEZIDI LETTER SIN", + direction="r", + linebreak="al", + unicodeslot=0x10E91, + }, + [0x10E92]={ + category="lo", + description="YEZIDI LETTER SHIN", + direction="r", + linebreak="al", + unicodeslot=0x10E92, + }, + [0x10E93]={ + category="lo", + description="YEZIDI LETTER SAD", + direction="r", + linebreak="al", + unicodeslot=0x10E93, + }, + [0x10E94]={ + category="lo", + description="YEZIDI LETTER DAD", + direction="r", + linebreak="al", + unicodeslot=0x10E94, + }, + [0x10E95]={ + category="lo", + description="YEZIDI LETTER TA", + direction="r", + linebreak="al", + unicodeslot=0x10E95, + }, + [0x10E96]={ + category="lo", + description="YEZIDI LETTER ZE", + direction="r", + linebreak="al", + unicodeslot=0x10E96, + }, + [0x10E97]={ + category="lo", + description="YEZIDI LETTER EYN", + direction="r", + linebreak="al", + unicodeslot=0x10E97, + }, + [0x10E98]={ + category="lo", + description="YEZIDI LETTER XHEYN", + direction="r", + linebreak="al", + unicodeslot=0x10E98, + }, + [0x10E99]={ + category="lo", + description="YEZIDI LETTER FA", + direction="r", + linebreak="al", + unicodeslot=0x10E99, + }, + [0x10E9A]={ + category="lo", + description="YEZIDI LETTER VA", + direction="r", + linebreak="al", + unicodeslot=0x10E9A, + }, + [0x10E9B]={ + category="lo", + description="YEZIDI LETTER VA ALTERNATE FORM", + direction="r", + linebreak="al", + unicodeslot=0x10E9B, + }, + [0x10E9C]={ + category="lo", + description="YEZIDI LETTER QAF", + direction="r", + linebreak="al", + unicodeslot=0x10E9C, + }, + [0x10E9D]={ + category="lo", + description="YEZIDI LETTER KAF", + direction="r", + linebreak="al", + unicodeslot=0x10E9D, + }, + [0x10E9E]={ + category="lo", + description="YEZIDI LETTER KHAF", + direction="r", + linebreak="al", + unicodeslot=0x10E9E, + }, + [0x10E9F]={ + category="lo", + description="YEZIDI LETTER GAF", + direction="r", + linebreak="al", + unicodeslot=0x10E9F, + }, + [0x10EA0]={ + category="lo", + description="YEZIDI LETTER LAM", + direction="r", + linebreak="al", + unicodeslot=0x10EA0, + }, + [0x10EA1]={ + category="lo", + description="YEZIDI LETTER MIM", + direction="r", + linebreak="al", + unicodeslot=0x10EA1, + }, + [0x10EA2]={ + category="lo", + description="YEZIDI LETTER NUN", + direction="r", + linebreak="al", + unicodeslot=0x10EA2, + }, + [0x10EA3]={ + category="lo", + description="YEZIDI LETTER UM", + direction="r", + linebreak="al", + unicodeslot=0x10EA3, + }, + [0x10EA4]={ + category="lo", + description="YEZIDI LETTER WAW", + direction="r", + linebreak="al", + unicodeslot=0x10EA4, + }, + [0x10EA5]={ + category="lo", + description="YEZIDI LETTER OW", + direction="r", + linebreak="al", + unicodeslot=0x10EA5, + }, + [0x10EA6]={ + category="lo", + description="YEZIDI LETTER EW", + direction="r", + linebreak="al", + unicodeslot=0x10EA6, + }, + [0x10EA7]={ + category="lo", + description="YEZIDI LETTER HAY", + direction="r", + linebreak="al", + unicodeslot=0x10EA7, + }, + [0x10EA8]={ + category="lo", + description="YEZIDI LETTER YOT", + direction="r", + linebreak="al", + unicodeslot=0x10EA8, + }, + [0x10EA9]={ + category="lo", + description="YEZIDI LETTER ET", + direction="r", + linebreak="al", + unicodeslot=0x10EA9, + }, + [0x10EAB]={ + category="mn", + combining=0xE6, + description="YEZIDI COMBINING HAMZA MARK", + direction="nsm", + linebreak="cm", + unicodeslot=0x10EAB, + }, + [0x10EAC]={ + category="mn", + combining=0xE6, + description="YEZIDI COMBINING MADDA MARK", + direction="nsm", + linebreak="cm", + unicodeslot=0x10EAC, + }, + [0x10EAD]={ + category="pd", + description="YEZIDI HYPHENATION MARK", + direction="r", + linebreak="ba", + unicodeslot=0x10EAD, + }, + [0x10EB0]={ + category="lo", + description="YEZIDI LETTER LAM WITH DOT ABOVE", + direction="r", + linebreak="al", + unicodeslot=0x10EB0, + }, + [0x10EB1]={ + category="lo", + description="YEZIDI LETTER YOT WITH CIRCUMFLEX ABOVE", + direction="r", + linebreak="al", + unicodeslot=0x10EB1, + }, [0x10F00]={ category="lo", description="OLD SOGDIAN LETTER ALEPH", @@ -156951,6 +157555,230 @@ characters.data={ linebreak="al", unicodeslot=0x10F59, }, + [0x10FB0]={ + arabic="d", + category="lo", + description="CHORASMIAN LETTER ALEPH", + direction="r", + linebreak="al", + unicodeslot=0x10FB0, + }, + [0x10FB1]={ + arabic="u", + category="lo", + description="CHORASMIAN LETTER SMALL ALEPH", + direction="r", + linebreak="al", + unicodeslot=0x10FB1, + }, + [0x10FB2]={ + arabic="d", + category="lo", + description="CHORASMIAN LETTER BETH", + direction="r", + linebreak="al", + unicodeslot=0x10FB2, + }, + [0x10FB3]={ + arabic="d", + category="lo", + description="CHORASMIAN LETTER GIMEL", + direction="r", + linebreak="al", + unicodeslot=0x10FB3, + }, + [0x10FB4]={ + arabic="r", + category="lo", + description="CHORASMIAN LETTER DALETH", + direction="r", + linebreak="al", + unicodeslot=0x10FB4, + }, + [0x10FB5]={ + arabic="r", + category="lo", + description="CHORASMIAN LETTER HE", + direction="r", + linebreak="al", + unicodeslot=0x10FB5, + }, + [0x10FB6]={ + arabic="r", + category="lo", + description="CHORASMIAN LETTER WAW", + direction="r", + linebreak="al", + unicodeslot=0x10FB6, + }, + [0x10FB7]={ + arabic="u", + category="lo", + description="CHORASMIAN LETTER CURLED WAW", + direction="r", + linebreak="al", + unicodeslot=0x10FB7, + }, + [0x10FB8]={ + arabic="d", + category="lo", + description="CHORASMIAN LETTER ZAYIN", + direction="r", + linebreak="al", + unicodeslot=0x10FB8, + }, + [0x10FB9]={ + arabic="r", + category="lo", + description="CHORASMIAN LETTER HETH", + direction="r", + linebreak="al", + unicodeslot=0x10FB9, + }, + [0x10FBA]={ + arabic="r", + category="lo", + description="CHORASMIAN LETTER YODH", + direction="r", + linebreak="al", + unicodeslot=0x10FBA, + }, + [0x10FBB]={ + arabic="d", + category="lo", + description="CHORASMIAN LETTER KAPH", + direction="r", + linebreak="al", + unicodeslot=0x10FBB, + }, + [0x10FBC]={ + arabic="d", + category="lo", + description="CHORASMIAN LETTER LAMEDH", + direction="r", + linebreak="al", + unicodeslot=0x10FBC, + }, + [0x10FBD]={ + arabic="r", + category="lo", + description="CHORASMIAN LETTER MEM", + direction="r", + linebreak="al", + unicodeslot=0x10FBD, + }, + [0x10FBE]={ + arabic="d", + category="lo", + description="CHORASMIAN LETTER NUN", + direction="r", + linebreak="al", + unicodeslot=0x10FBE, + }, + [0x10FBF]={ + arabic="d", + category="lo", + description="CHORASMIAN LETTER SAMEKH", + direction="r", + linebreak="al", + unicodeslot=0x10FBF, + }, + [0x10FC0]={ + arabic="u", + category="lo", + description="CHORASMIAN LETTER AYIN", + direction="r", + linebreak="al", + unicodeslot=0x10FC0, + }, + [0x10FC1]={ + arabic="d", + category="lo", + description="CHORASMIAN LETTER PE", + direction="r", + linebreak="al", + unicodeslot=0x10FC1, + }, + [0x10FC2]={ + arabic="r", + category="lo", + description="CHORASMIAN LETTER RESH", + direction="r", + linebreak="al", + unicodeslot=0x10FC2, + }, + [0x10FC3]={ + arabic="r", + category="lo", + description="CHORASMIAN LETTER SHIN", + direction="r", + linebreak="al", + unicodeslot=0x10FC3, + }, + [0x10FC4]={ + arabic="d", + category="lo", + description="CHORASMIAN LETTER TAW", + direction="r", + linebreak="al", + unicodeslot=0x10FC4, + }, + [0x10FC5]={ + arabic="u", + category="no", + description="CHORASMIAN NUMBER ONE", + direction="r", + linebreak="al", + unicodeslot=0x10FC5, + }, + [0x10FC6]={ + arabic="u", + category="no", + description="CHORASMIAN NUMBER TWO", + direction="r", + linebreak="al", + unicodeslot=0x10FC6, + }, + [0x10FC7]={ + arabic="u", + category="no", + description="CHORASMIAN NUMBER THREE", + direction="r", + linebreak="al", + unicodeslot=0x10FC7, + }, + [0x10FC8]={ + arabic="u", + category="no", + description="CHORASMIAN NUMBER FOUR", + direction="r", + linebreak="al", + unicodeslot=0x10FC8, + }, + [0x10FC9]={ + arabic="r", + category="no", + description="CHORASMIAN NUMBER TEN", + direction="r", + linebreak="al", + unicodeslot=0x10FC9, + }, + [0x10FCA]={ + arabic="d", + category="no", + description="CHORASMIAN NUMBER TWENTY", + direction="r", + linebreak="al", + unicodeslot=0x10FCA, + }, + [0x10FCB]={ + arabic="l", + category="no", + description="CHORASMIAN NUMBER ONE HUNDRED", + direction="r", + linebreak="al", + unicodeslot=0x10FCB, + }, [0x10FE0]={ category="lo", description="ELYMAIC LETTER ALEPH", @@ -159095,6 +159923,13 @@ characters.data={ linebreak="cm", unicodeslot=0x11146, }, + [0x11147]={ + category="lo", + description="CHAKMA LETTER VAA", + direction="l", + linebreak="al", + unicodeslot=0x11147, + }, [0x11150]={ category="lo", description="MAHAJANI LETTER A", @@ -159917,6 +160752,20 @@ characters.data={ linebreak="al", unicodeslot=0x111CD, }, + [0x111CE]={ + category="mc", + description="SHARADA VOWEL SIGN PRISHTHAMATRA E", + direction="l", + linebreak="cm", + unicodeslot=0x111CE, + }, + [0x111CF]={ + category="mn", + description="SHARADA SIGN INVERTED CANDRABINDU", + direction="nsm", + linebreak="cm", + unicodeslot=0x111CF, + }, [0x111D0]={ category="nd", description="SHARADA DIGIT ZERO", @@ -162607,6 +163456,13 @@ characters.data={ linebreak="nu", unicodeslot=0x11459, }, + [0x1145A]={ + category="po", + description="NEWA DOUBLE COMMA", + direction="l", + linebreak="ba", + unicodeslot=0x1145A, + }, [0x1145B]={ category="po", description="NEWA PLACEHOLDER MARK", @@ -162636,6 +163492,20 @@ characters.data={ linebreak="al", unicodeslot=0x1145F, }, + [0x11460]={ + category="lo", + description="NEWA SIGN JIHVAMULIYA", + direction="l", + linebreak="al", + unicodeslot=0x11460, + }, + [0x11461]={ + category="lo", + description="NEWA SIGN UPADHMANIYA", + direction="l", + linebreak="al", + unicodeslot=0x11461, + }, [0x11480]={ category="lo", description="TIRHUTA ANJI", @@ -166396,6 +167266,514 @@ characters.data={ linebreak="al", unicodeslot=0x118FF, }, + [0x11900]={ + category="lo", + description="DIVES AKURU LETTER A", + direction="l", + linebreak="al", + unicodeslot=0x11900, + }, + [0x11901]={ + category="lo", + description="DIVES AKURU LETTER AA", + direction="l", + linebreak="al", + unicodeslot=0x11901, + }, + [0x11902]={ + category="lo", + description="DIVES AKURU LETTER I", + direction="l", + linebreak="al", + unicodeslot=0x11902, + }, + [0x11903]={ + category="lo", + description="DIVES AKURU LETTER II", + direction="l", + linebreak="al", + unicodeslot=0x11903, + }, + [0x11904]={ + category="lo", + description="DIVES AKURU LETTER U", + direction="l", + linebreak="al", + unicodeslot=0x11904, + }, + [0x11905]={ + category="lo", + description="DIVES AKURU LETTER UU", + direction="l", + linebreak="al", + unicodeslot=0x11905, + }, + [0x11906]={ + category="lo", + description="DIVES AKURU LETTER E", + direction="l", + linebreak="al", + unicodeslot=0x11906, + }, + [0x11909]={ + category="lo", + description="DIVES AKURU LETTER O", + direction="l", + linebreak="al", + unicodeslot=0x11909, + }, + [0x1190C]={ + category="lo", + description="DIVES AKURU LETTER KA", + direction="l", + linebreak="al", + unicodeslot=0x1190C, + }, + [0x1190D]={ + category="lo", + description="DIVES AKURU LETTER KHA", + direction="l", + linebreak="al", + unicodeslot=0x1190D, + }, + [0x1190E]={ + category="lo", + description="DIVES AKURU LETTER GA", + direction="l", + linebreak="al", + unicodeslot=0x1190E, + }, + [0x1190F]={ + category="lo", + description="DIVES AKURU LETTER GHA", + direction="l", + linebreak="al", + unicodeslot=0x1190F, + }, + [0x11910]={ + category="lo", + description="DIVES AKURU LETTER NGA", + direction="l", + linebreak="al", + unicodeslot=0x11910, + }, + [0x11911]={ + category="lo", + description="DIVES AKURU LETTER CA", + direction="l", + linebreak="al", + unicodeslot=0x11911, + }, + [0x11912]={ + category="lo", + description="DIVES AKURU LETTER CHA", + direction="l", + linebreak="al", + unicodeslot=0x11912, + }, + [0x11913]={ + category="lo", + description="DIVES AKURU LETTER JA", + direction="l", + linebreak="al", + unicodeslot=0x11913, + }, + [0x11915]={ + category="lo", + description="DIVES AKURU LETTER NYA", + direction="l", + linebreak="al", + unicodeslot=0x11915, + }, + [0x11916]={ + category="lo", + description="DIVES AKURU LETTER TTA", + direction="l", + linebreak="al", + unicodeslot=0x11916, + }, + [0x11918]={ + category="lo", + description="DIVES AKURU LETTER DDA", + direction="l", + linebreak="al", + unicodeslot=0x11918, + }, + [0x11919]={ + category="lo", + description="DIVES AKURU LETTER DDHA", + direction="l", + linebreak="al", + unicodeslot=0x11919, + }, + [0x1191A]={ + category="lo", + description="DIVES AKURU LETTER NNA", + direction="l", + linebreak="al", + unicodeslot=0x1191A, + }, + [0x1191B]={ + category="lo", + description="DIVES AKURU LETTER TA", + direction="l", + linebreak="al", + unicodeslot=0x1191B, + }, + [0x1191C]={ + category="lo", + description="DIVES AKURU LETTER THA", + direction="l", + linebreak="al", + unicodeslot=0x1191C, + }, + [0x1191D]={ + category="lo", + description="DIVES AKURU LETTER DA", + direction="l", + linebreak="al", + unicodeslot=0x1191D, + }, + [0x1191E]={ + category="lo", + description="DIVES AKURU LETTER DHA", + direction="l", + linebreak="al", + unicodeslot=0x1191E, + }, + [0x1191F]={ + category="lo", + description="DIVES AKURU LETTER NA", + direction="l", + linebreak="al", + unicodeslot=0x1191F, + }, + [0x11920]={ + category="lo", + description="DIVES AKURU LETTER PA", + direction="l", + linebreak="al", + unicodeslot=0x11920, + }, + [0x11921]={ + category="lo", + description="DIVES AKURU LETTER PHA", + direction="l", + linebreak="al", + unicodeslot=0x11921, + }, + [0x11922]={ + category="lo", + description="DIVES AKURU LETTER BA", + direction="l", + linebreak="al", + unicodeslot=0x11922, + }, + [0x11923]={ + category="lo", + description="DIVES AKURU LETTER BHA", + direction="l", + linebreak="al", + unicodeslot=0x11923, + }, + [0x11924]={ + category="lo", + description="DIVES AKURU LETTER MA", + direction="l", + linebreak="al", + unicodeslot=0x11924, + }, + [0x11925]={ + category="lo", + description="DIVES AKURU LETTER YA", + direction="l", + linebreak="al", + unicodeslot=0x11925, + }, + [0x11926]={ + category="lo", + description="DIVES AKURU LETTER YYA", + direction="l", + linebreak="al", + unicodeslot=0x11926, + }, + [0x11927]={ + category="lo", + description="DIVES AKURU LETTER RA", + direction="l", + linebreak="al", + unicodeslot=0x11927, + }, + [0x11928]={ + category="lo", + description="DIVES AKURU LETTER LA", + direction="l", + linebreak="al", + unicodeslot=0x11928, + }, + [0x11929]={ + category="lo", + description="DIVES AKURU LETTER VA", + direction="l", + linebreak="al", + unicodeslot=0x11929, + }, + [0x1192A]={ + category="lo", + description="DIVES AKURU LETTER SHA", + direction="l", + linebreak="al", + unicodeslot=0x1192A, + }, + [0x1192B]={ + category="lo", + description="DIVES AKURU LETTER SSA", + direction="l", + linebreak="al", + unicodeslot=0x1192B, + }, + [0x1192C]={ + category="lo", + description="DIVES AKURU LETTER SA", + direction="l", + linebreak="al", + unicodeslot=0x1192C, + }, + [0x1192D]={ + category="lo", + description="DIVES AKURU LETTER HA", + direction="l", + linebreak="al", + unicodeslot=0x1192D, + }, + [0x1192E]={ + category="lo", + description="DIVES AKURU LETTER LLA", + direction="l", + linebreak="al", + unicodeslot=0x1192E, + }, + [0x1192F]={ + category="lo", + description="DIVES AKURU LETTER ZA", + direction="l", + linebreak="al", + unicodeslot=0x1192F, + }, + [0x11930]={ + category="mc", + description="DIVES AKURU VOWEL SIGN AA", + direction="l", + linebreak="cm", + unicodeslot=0x11930, + }, + [0x11931]={ + category="mc", + description="DIVES AKURU VOWEL SIGN I", + direction="l", + linebreak="cm", + unicodeslot=0x11931, + }, + [0x11932]={ + category="mc", + description="DIVES AKURU VOWEL SIGN II", + direction="l", + linebreak="cm", + unicodeslot=0x11932, + }, + [0x11933]={ + category="mc", + description="DIVES AKURU VOWEL SIGN U", + direction="l", + linebreak="cm", + unicodeslot=0x11933, + }, + [0x11934]={ + category="mc", + description="DIVES AKURU VOWEL SIGN UU", + direction="l", + linebreak="cm", + unicodeslot=0x11934, + }, + [0x11935]={ + category="mc", + description="DIVES AKURU VOWEL SIGN E", + direction="l", + linebreak="cm", + unicodeslot=0x11935, + }, + [0x11937]={ + category="mc", + description="DIVES AKURU VOWEL SIGN AI", + direction="l", + linebreak="cm", + unicodeslot=0x11937, + }, + [0x11938]={ + category="mc", + description="DIVES AKURU VOWEL SIGN O", + direction="l", + linebreak="cm", + specials={ "char", 0x11935, 0x11930 }, + unicodeslot=0x11938, + }, + [0x1193B]={ + category="mn", + description="DIVES AKURU SIGN ANUSVARA", + direction="nsm", + linebreak="cm", + unicodeslot=0x1193B, + }, + [0x1193C]={ + category="mn", + description="DIVES AKURU SIGN CANDRABINDU", + direction="nsm", + linebreak="cm", + unicodeslot=0x1193C, + }, + [0x1193D]={ + category="mc", + combining=0x9, + description="DIVES AKURU SIGN HALANTA", + direction="l", + linebreak="cm", + unicodeslot=0x1193D, + }, + [0x1193E]={ + category="mn", + combining=0x9, + description="DIVES AKURU VIRAMA", + direction="nsm", + linebreak="cm", + unicodeslot=0x1193E, + }, + [0x1193F]={ + category="lo", + description="DIVES AKURU PREFIXED NASAL SIGN", + direction="l", + linebreak="al", + unicodeslot=0x1193F, + }, + [0x11940]={ + category="mc", + description="DIVES AKURU MEDIAL YA", + direction="l", + linebreak="cm", + unicodeslot=0x11940, + }, + [0x11941]={ + category="lo", + description="DIVES AKURU INITIAL RA", + direction="l", + linebreak="al", + unicodeslot=0x11941, + }, + [0x11942]={ + category="mc", + description="DIVES AKURU MEDIAL RA", + direction="l", + linebreak="cm", + unicodeslot=0x11942, + }, + [0x11943]={ + category="mn", + combining=0x7, + description="DIVES AKURU SIGN NUKTA", + direction="nsm", + linebreak="cm", + unicodeslot=0x11943, + }, + [0x11944]={ + category="po", + description="DIVES AKURU DOUBLE DANDA", + direction="l", + linebreak="ba", + unicodeslot=0x11944, + }, + [0x11945]={ + category="po", + description="DIVES AKURU GAP FILLER", + direction="l", + linebreak="ba", + unicodeslot=0x11945, + }, + [0x11946]={ + category="po", + description="DIVES AKURU END OF TEXT MARK", + direction="l", + linebreak="ba", + unicodeslot=0x11946, + }, + [0x11950]={ + category="nd", + description="DIVES AKURU DIGIT ZERO", + direction="l", + linebreak="nu", + unicodeslot=0x11950, + }, + [0x11951]={ + category="nd", + description="DIVES AKURU DIGIT ONE", + direction="l", + linebreak="nu", + unicodeslot=0x11951, + }, + [0x11952]={ + category="nd", + description="DIVES AKURU DIGIT TWO", + direction="l", + linebreak="nu", + unicodeslot=0x11952, + }, + [0x11953]={ + category="nd", + description="DIVES AKURU DIGIT THREE", + direction="l", + linebreak="nu", + unicodeslot=0x11953, + }, + [0x11954]={ + category="nd", + description="DIVES AKURU DIGIT FOUR", + direction="l", + linebreak="nu", + unicodeslot=0x11954, + }, + [0x11955]={ + category="nd", + description="DIVES AKURU DIGIT FIVE", + direction="l", + linebreak="nu", + unicodeslot=0x11955, + }, + [0x11956]={ + category="nd", + description="DIVES AKURU DIGIT SIX", + direction="l", + linebreak="nu", + unicodeslot=0x11956, + }, + [0x11957]={ + category="nd", + description="DIVES AKURU DIGIT SEVEN", + direction="l", + linebreak="nu", + unicodeslot=0x11957, + }, + [0x11958]={ + category="nd", + description="DIVES AKURU DIGIT EIGHT", + direction="l", + linebreak="nu", + unicodeslot=0x11958, + }, + [0x11959]={ + category="nd", + description="DIVES AKURU DIGIT NINE", + direction="l", + linebreak="nu", + unicodeslot=0x11959, + }, [0x119A0]={ category="lo", description="NANDINAGARI LETTER A", @@ -170640,6 +172018,13 @@ characters.data={ linebreak="al", unicodeslot=0x11EF8, }, + [0x11FB0]={ + category="lo", + description="LISU LETTER YHA", + direction="l", + linebreak="al", + unicodeslot=0x11FB0, + }, [0x11FC0]={ category="no", description="TAMIL FRACTION ONE THREE-HUNDRED-AND-TWENTIETH", @@ -198427,6 +199812,32 @@ characters.data={ linebreak="ns", unicodeslot=0x16FE3, }, + [0x16FE4]={ + category="mn", + cjkwd="w", + description="KHITAN SMALL SCRIPT FILLER", + direction="nsm", + linebreak="gl", + unicodeslot=0x16FE4, + }, + [0x16FF0]={ + category="mc", + cjkwd="w", + combining=0x6, + description="VIETNAMESE ALTERNATE READING MARK CA", + direction="l", + linebreak="cm", + unicodeslot=0x16FF0, + }, + [0x16FF1]={ + category="mc", + cjkwd="w", + combining=0x6, + description="VIETNAMESE ALTERNATE READING MARK NHAY", + direction="l", + linebreak="cm", + unicodeslot=0x16FF1, + }, [0x18800]={ category="lo", cjkwd="w", @@ -204467,47382 +205878,53242 @@ characters.data={ linebreak="id", unicodeslot=0x18AF2, }, - [0x1B000]={ + [0x18AF3]={ category="lo", cjkwd="w", - description="KATAKANA LETTER ARCHAIC E", + description="TANGUT COMPONENT-756", direction="l", linebreak="id", - unicodeslot=0x1B000, + unicodeslot=0x18AF3, }, - [0x1B001]={ + [0x18AF4]={ category="lo", cjkwd="w", - description="HIRAGANA LETTER ARCHAIC YE", + description="TANGUT COMPONENT-757", direction="l", linebreak="id", - unicodeslot=0x1B001, + unicodeslot=0x18AF4, }, - [0x1B002]={ + [0x18AF5]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER A-1", + description="TANGUT COMPONENT-758", direction="l", linebreak="id", - unicodeslot=0x1B002, + unicodeslot=0x18AF5, }, - [0x1B003]={ + [0x18AF6]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER A-2", + description="TANGUT COMPONENT-759", direction="l", linebreak="id", - unicodeslot=0x1B003, + unicodeslot=0x18AF6, }, - [0x1B004]={ + [0x18AF7]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER A-3", + description="TANGUT COMPONENT-760", direction="l", linebreak="id", - unicodeslot=0x1B004, + unicodeslot=0x18AF7, }, - [0x1B005]={ + [0x18AF8]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER A-WO", + description="TANGUT COMPONENT-761", direction="l", linebreak="id", - unicodeslot=0x1B005, + unicodeslot=0x18AF8, }, - [0x1B006]={ + [0x18AF9]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER I-1", + description="TANGUT COMPONENT-762", direction="l", linebreak="id", - unicodeslot=0x1B006, + unicodeslot=0x18AF9, }, - [0x1B007]={ + [0x18AFA]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER I-2", + description="TANGUT COMPONENT-763", direction="l", linebreak="id", - unicodeslot=0x1B007, + unicodeslot=0x18AFA, }, - [0x1B008]={ + [0x18AFB]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER I-3", + description="TANGUT COMPONENT-764", direction="l", linebreak="id", - unicodeslot=0x1B008, + unicodeslot=0x18AFB, }, - [0x1B009]={ + [0x18AFC]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER I-4", + description="TANGUT COMPONENT-765", direction="l", linebreak="id", - unicodeslot=0x1B009, + unicodeslot=0x18AFC, }, - [0x1B00A]={ + [0x18AFD]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER U-1", + description="TANGUT COMPONENT-766", direction="l", linebreak="id", - unicodeslot=0x1B00A, + unicodeslot=0x18AFD, }, - [0x1B00B]={ + [0x18AFE]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER U-2", + description="TANGUT COMPONENT-767", direction="l", linebreak="id", - unicodeslot=0x1B00B, + unicodeslot=0x18AFE, }, - [0x1B00C]={ + [0x18AFF]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER U-3", + description="TANGUT COMPONENT-768", direction="l", linebreak="id", - unicodeslot=0x1B00C, + unicodeslot=0x18AFF, }, - [0x1B00D]={ + [0x18B00]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER U-4", + description="KHITAN SMALL SCRIPT CHARACTER-18B00", direction="l", - linebreak="id", - unicodeslot=0x1B00D, + linebreak="al", + unicodeslot=0x18B00, }, - [0x1B00E]={ + [0x18B01]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER U-5", + description="KHITAN SMALL SCRIPT CHARACTER-18B01", direction="l", - linebreak="id", - unicodeslot=0x1B00E, + linebreak="al", + unicodeslot=0x18B01, }, - [0x1B00F]={ + [0x18B02]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER E-2", + description="KHITAN SMALL SCRIPT CHARACTER-18B02", direction="l", - linebreak="id", - unicodeslot=0x1B00F, + linebreak="al", + unicodeslot=0x18B02, }, - [0x1B010]={ + [0x18B03]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER E-3", + description="KHITAN SMALL SCRIPT CHARACTER-18B03", direction="l", - linebreak="id", - unicodeslot=0x1B010, + linebreak="al", + unicodeslot=0x18B03, }, - [0x1B011]={ + [0x18B04]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER E-4", + description="KHITAN SMALL SCRIPT CHARACTER-18B04", direction="l", - linebreak="id", - unicodeslot=0x1B011, + linebreak="al", + unicodeslot=0x18B04, }, - [0x1B012]={ + [0x18B05]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER E-5", + description="KHITAN SMALL SCRIPT CHARACTER-18B05", direction="l", - linebreak="id", - unicodeslot=0x1B012, + linebreak="al", + unicodeslot=0x18B05, }, - [0x1B013]={ + [0x18B06]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER E-6", + description="KHITAN SMALL SCRIPT CHARACTER-18B06", direction="l", - linebreak="id", - unicodeslot=0x1B013, + linebreak="al", + unicodeslot=0x18B06, }, - [0x1B014]={ + [0x18B07]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER O-1", + description="KHITAN SMALL SCRIPT CHARACTER-18B07", direction="l", - linebreak="id", - unicodeslot=0x1B014, + linebreak="al", + unicodeslot=0x18B07, }, - [0x1B015]={ + [0x18B08]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER O-2", + description="KHITAN SMALL SCRIPT CHARACTER-18B08", direction="l", - linebreak="id", - unicodeslot=0x1B015, + linebreak="al", + unicodeslot=0x18B08, }, - [0x1B016]={ + [0x18B09]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER O-3", + description="KHITAN SMALL SCRIPT CHARACTER-18B09", direction="l", - linebreak="id", - unicodeslot=0x1B016, + linebreak="al", + unicodeslot=0x18B09, }, - [0x1B017]={ + [0x18B0A]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KA-1", + description="KHITAN SMALL SCRIPT CHARACTER-18B0A", direction="l", - linebreak="id", - unicodeslot=0x1B017, + linebreak="al", + unicodeslot=0x18B0A, }, - [0x1B018]={ + [0x18B0B]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KA-2", + description="KHITAN SMALL SCRIPT CHARACTER-18B0B", direction="l", - linebreak="id", - unicodeslot=0x1B018, + linebreak="al", + unicodeslot=0x18B0B, }, - [0x1B019]={ + [0x18B0C]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KA-3", + description="KHITAN SMALL SCRIPT CHARACTER-18B0C", direction="l", - linebreak="id", - unicodeslot=0x1B019, + linebreak="al", + unicodeslot=0x18B0C, }, - [0x1B01A]={ + [0x18B0D]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KA-4", + description="KHITAN SMALL SCRIPT CHARACTER-18B0D", direction="l", - linebreak="id", - unicodeslot=0x1B01A, + linebreak="al", + unicodeslot=0x18B0D, }, - [0x1B01B]={ + [0x18B0E]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KA-5", + description="KHITAN SMALL SCRIPT CHARACTER-18B0E", direction="l", - linebreak="id", - unicodeslot=0x1B01B, + linebreak="al", + unicodeslot=0x18B0E, }, - [0x1B01C]={ + [0x18B0F]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KA-6", + description="KHITAN SMALL SCRIPT CHARACTER-18B0F", direction="l", - linebreak="id", - unicodeslot=0x1B01C, + linebreak="al", + unicodeslot=0x18B0F, }, - [0x1B01D]={ + [0x18B10]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KA-7", + description="KHITAN SMALL SCRIPT CHARACTER-18B10", direction="l", - linebreak="id", - unicodeslot=0x1B01D, + linebreak="al", + unicodeslot=0x18B10, }, - [0x1B01E]={ + [0x18B11]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KA-8", + description="KHITAN SMALL SCRIPT CHARACTER-18B11", direction="l", - linebreak="id", - unicodeslot=0x1B01E, + linebreak="al", + unicodeslot=0x18B11, }, - [0x1B01F]={ + [0x18B12]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KA-9", + description="KHITAN SMALL SCRIPT CHARACTER-18B12", direction="l", - linebreak="id", - unicodeslot=0x1B01F, + linebreak="al", + unicodeslot=0x18B12, }, - [0x1B020]={ + [0x18B13]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KA-10", + description="KHITAN SMALL SCRIPT CHARACTER-18B13", direction="l", - linebreak="id", - unicodeslot=0x1B020, + linebreak="al", + unicodeslot=0x18B13, }, - [0x1B021]={ + [0x18B14]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KA-11", + description="KHITAN SMALL SCRIPT CHARACTER-18B14", direction="l", - linebreak="id", - unicodeslot=0x1B021, + linebreak="al", + unicodeslot=0x18B14, }, - [0x1B022]={ + [0x18B15]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KA-KE", + description="KHITAN SMALL SCRIPT CHARACTER-18B15", direction="l", - linebreak="id", - unicodeslot=0x1B022, + linebreak="al", + unicodeslot=0x18B15, }, - [0x1B023]={ + [0x18B16]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KI-1", + description="KHITAN SMALL SCRIPT CHARACTER-18B16", direction="l", - linebreak="id", - unicodeslot=0x1B023, + linebreak="al", + unicodeslot=0x18B16, }, - [0x1B024]={ + [0x18B17]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KI-2", + description="KHITAN SMALL SCRIPT CHARACTER-18B17", direction="l", - linebreak="id", - unicodeslot=0x1B024, + linebreak="al", + unicodeslot=0x18B17, }, - [0x1B025]={ + [0x18B18]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KI-3", + description="KHITAN SMALL SCRIPT CHARACTER-18B18", direction="l", - linebreak="id", - unicodeslot=0x1B025, + linebreak="al", + unicodeslot=0x18B18, }, - [0x1B026]={ + [0x18B19]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KI-4", + description="KHITAN SMALL SCRIPT CHARACTER-18B19", direction="l", - linebreak="id", - unicodeslot=0x1B026, + linebreak="al", + unicodeslot=0x18B19, }, - [0x1B027]={ + [0x18B1A]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KI-5", + description="KHITAN SMALL SCRIPT CHARACTER-18B1A", direction="l", - linebreak="id", - unicodeslot=0x1B027, + linebreak="al", + unicodeslot=0x18B1A, }, - [0x1B028]={ + [0x18B1B]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KI-6", + description="KHITAN SMALL SCRIPT CHARACTER-18B1B", direction="l", - linebreak="id", - unicodeslot=0x1B028, + linebreak="al", + unicodeslot=0x18B1B, }, - [0x1B029]={ + [0x18B1C]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KI-7", + description="KHITAN SMALL SCRIPT CHARACTER-18B1C", direction="l", - linebreak="id", - unicodeslot=0x1B029, + linebreak="al", + unicodeslot=0x18B1C, }, - [0x1B02A]={ + [0x18B1D]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KI-8", + description="KHITAN SMALL SCRIPT CHARACTER-18B1D", direction="l", - linebreak="id", - unicodeslot=0x1B02A, + linebreak="al", + unicodeslot=0x18B1D, }, - [0x1B02B]={ + [0x18B1E]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KU-1", + description="KHITAN SMALL SCRIPT CHARACTER-18B1E", direction="l", - linebreak="id", - unicodeslot=0x1B02B, + linebreak="al", + unicodeslot=0x18B1E, }, - [0x1B02C]={ + [0x18B1F]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KU-2", + description="KHITAN SMALL SCRIPT CHARACTER-18B1F", direction="l", - linebreak="id", - unicodeslot=0x1B02C, + linebreak="al", + unicodeslot=0x18B1F, }, - [0x1B02D]={ + [0x18B20]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KU-3", + description="KHITAN SMALL SCRIPT CHARACTER-18B20", direction="l", - linebreak="id", - unicodeslot=0x1B02D, + linebreak="al", + unicodeslot=0x18B20, }, - [0x1B02E]={ + [0x18B21]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KU-4", + description="KHITAN SMALL SCRIPT CHARACTER-18B21", direction="l", - linebreak="id", - unicodeslot=0x1B02E, + linebreak="al", + unicodeslot=0x18B21, }, - [0x1B02F]={ + [0x18B22]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KU-5", + description="KHITAN SMALL SCRIPT CHARACTER-18B22", direction="l", - linebreak="id", - unicodeslot=0x1B02F, + linebreak="al", + unicodeslot=0x18B22, }, - [0x1B030]={ + [0x18B23]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KU-6", + description="KHITAN SMALL SCRIPT CHARACTER-18B23", direction="l", - linebreak="id", - unicodeslot=0x1B030, + linebreak="al", + unicodeslot=0x18B23, }, - [0x1B031]={ + [0x18B24]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KU-7", + description="KHITAN SMALL SCRIPT CHARACTER-18B24", direction="l", - linebreak="id", - unicodeslot=0x1B031, + linebreak="al", + unicodeslot=0x18B24, }, - [0x1B032]={ + [0x18B25]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KE-1", + description="KHITAN SMALL SCRIPT CHARACTER-18B25", direction="l", - linebreak="id", - unicodeslot=0x1B032, + linebreak="al", + unicodeslot=0x18B25, }, - [0x1B033]={ + [0x18B26]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KE-2", + description="KHITAN SMALL SCRIPT CHARACTER-18B26", direction="l", - linebreak="id", - unicodeslot=0x1B033, + linebreak="al", + unicodeslot=0x18B26, }, - [0x1B034]={ + [0x18B27]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KE-3", + description="KHITAN SMALL SCRIPT CHARACTER-18B27", direction="l", - linebreak="id", - unicodeslot=0x1B034, + linebreak="al", + unicodeslot=0x18B27, }, - [0x1B035]={ + [0x18B28]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KE-4", + description="KHITAN SMALL SCRIPT CHARACTER-18B28", direction="l", - linebreak="id", - unicodeslot=0x1B035, + linebreak="al", + unicodeslot=0x18B28, }, - [0x1B036]={ + [0x18B29]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KE-5", + description="KHITAN SMALL SCRIPT CHARACTER-18B29", direction="l", - linebreak="id", - unicodeslot=0x1B036, + linebreak="al", + unicodeslot=0x18B29, }, - [0x1B037]={ + [0x18B2A]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KE-6", + description="KHITAN SMALL SCRIPT CHARACTER-18B2A", direction="l", - linebreak="id", - unicodeslot=0x1B037, + linebreak="al", + unicodeslot=0x18B2A, }, - [0x1B038]={ + [0x18B2B]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KO-1", + description="KHITAN SMALL SCRIPT CHARACTER-18B2B", direction="l", - linebreak="id", - unicodeslot=0x1B038, + linebreak="al", + unicodeslot=0x18B2B, }, - [0x1B039]={ + [0x18B2C]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KO-2", + description="KHITAN SMALL SCRIPT CHARACTER-18B2C", direction="l", - linebreak="id", - unicodeslot=0x1B039, + linebreak="al", + unicodeslot=0x18B2C, }, - [0x1B03A]={ + [0x18B2D]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KO-3", + description="KHITAN SMALL SCRIPT CHARACTER-18B2D", direction="l", - linebreak="id", - unicodeslot=0x1B03A, + linebreak="al", + unicodeslot=0x18B2D, }, - [0x1B03B]={ + [0x18B2E]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER KO-KI", + description="KHITAN SMALL SCRIPT CHARACTER-18B2E", direction="l", - linebreak="id", - unicodeslot=0x1B03B, + linebreak="al", + unicodeslot=0x18B2E, }, - [0x1B03C]={ + [0x18B2F]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SA-1", + description="KHITAN SMALL SCRIPT CHARACTER-18B2F", direction="l", - linebreak="id", - unicodeslot=0x1B03C, + linebreak="al", + unicodeslot=0x18B2F, }, - [0x1B03D]={ + [0x18B30]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SA-2", + description="KHITAN SMALL SCRIPT CHARACTER-18B30", direction="l", - linebreak="id", - unicodeslot=0x1B03D, + linebreak="al", + unicodeslot=0x18B30, }, - [0x1B03E]={ + [0x18B31]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SA-3", + description="KHITAN SMALL SCRIPT CHARACTER-18B31", direction="l", - linebreak="id", - unicodeslot=0x1B03E, + linebreak="al", + unicodeslot=0x18B31, }, - [0x1B03F]={ + [0x18B32]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SA-4", + description="KHITAN SMALL SCRIPT CHARACTER-18B32", direction="l", - linebreak="id", - unicodeslot=0x1B03F, + linebreak="al", + unicodeslot=0x18B32, }, - [0x1B040]={ + [0x18B33]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SA-5", + description="KHITAN SMALL SCRIPT CHARACTER-18B33", direction="l", - linebreak="id", - unicodeslot=0x1B040, + linebreak="al", + unicodeslot=0x18B33, }, - [0x1B041]={ + [0x18B34]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SA-6", + description="KHITAN SMALL SCRIPT CHARACTER-18B34", direction="l", - linebreak="id", - unicodeslot=0x1B041, + linebreak="al", + unicodeslot=0x18B34, }, - [0x1B042]={ + [0x18B35]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SA-7", + description="KHITAN SMALL SCRIPT CHARACTER-18B35", direction="l", - linebreak="id", - unicodeslot=0x1B042, + linebreak="al", + unicodeslot=0x18B35, }, - [0x1B043]={ + [0x18B36]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SA-8", + description="KHITAN SMALL SCRIPT CHARACTER-18B36", direction="l", - linebreak="id", - unicodeslot=0x1B043, + linebreak="al", + unicodeslot=0x18B36, }, - [0x1B044]={ + [0x18B37]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SI-1", + description="KHITAN SMALL SCRIPT CHARACTER-18B37", direction="l", - linebreak="id", - unicodeslot=0x1B044, + linebreak="al", + unicodeslot=0x18B37, }, - [0x1B045]={ + [0x18B38]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SI-2", + description="KHITAN SMALL SCRIPT CHARACTER-18B38", direction="l", - linebreak="id", - unicodeslot=0x1B045, + linebreak="al", + unicodeslot=0x18B38, }, - [0x1B046]={ + [0x18B39]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SI-3", + description="KHITAN SMALL SCRIPT CHARACTER-18B39", direction="l", - linebreak="id", - unicodeslot=0x1B046, + linebreak="al", + unicodeslot=0x18B39, }, - [0x1B047]={ + [0x18B3A]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SI-4", + description="KHITAN SMALL SCRIPT CHARACTER-18B3A", direction="l", - linebreak="id", - unicodeslot=0x1B047, + linebreak="al", + unicodeslot=0x18B3A, }, - [0x1B048]={ + [0x18B3B]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SI-5", + description="KHITAN SMALL SCRIPT CHARACTER-18B3B", direction="l", - linebreak="id", - unicodeslot=0x1B048, + linebreak="al", + unicodeslot=0x18B3B, }, - [0x1B049]={ + [0x18B3C]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SI-6", + description="KHITAN SMALL SCRIPT CHARACTER-18B3C", direction="l", - linebreak="id", - unicodeslot=0x1B049, + linebreak="al", + unicodeslot=0x18B3C, }, - [0x1B04A]={ + [0x18B3D]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SU-1", + description="KHITAN SMALL SCRIPT CHARACTER-18B3D", direction="l", - linebreak="id", - unicodeslot=0x1B04A, + linebreak="al", + unicodeslot=0x18B3D, }, - [0x1B04B]={ + [0x18B3E]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SU-2", + description="KHITAN SMALL SCRIPT CHARACTER-18B3E", direction="l", - linebreak="id", - unicodeslot=0x1B04B, + linebreak="al", + unicodeslot=0x18B3E, }, - [0x1B04C]={ + [0x18B3F]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SU-3", + description="KHITAN SMALL SCRIPT CHARACTER-18B3F", direction="l", - linebreak="id", - unicodeslot=0x1B04C, + linebreak="al", + unicodeslot=0x18B3F, }, - [0x1B04D]={ + [0x18B40]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SU-4", + description="KHITAN SMALL SCRIPT CHARACTER-18B40", direction="l", - linebreak="id", - unicodeslot=0x1B04D, + linebreak="al", + unicodeslot=0x18B40, }, - [0x1B04E]={ + [0x18B41]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SU-5", + description="KHITAN SMALL SCRIPT CHARACTER-18B41", direction="l", - linebreak="id", - unicodeslot=0x1B04E, + linebreak="al", + unicodeslot=0x18B41, }, - [0x1B04F]={ + [0x18B42]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SU-6", + description="KHITAN SMALL SCRIPT CHARACTER-18B42", direction="l", - linebreak="id", - unicodeslot=0x1B04F, + linebreak="al", + unicodeslot=0x18B42, }, - [0x1B050]={ + [0x18B43]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SU-7", + description="KHITAN SMALL SCRIPT CHARACTER-18B43", direction="l", - linebreak="id", - unicodeslot=0x1B050, + linebreak="al", + unicodeslot=0x18B43, }, - [0x1B051]={ + [0x18B44]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SU-8", + description="KHITAN SMALL SCRIPT CHARACTER-18B44", direction="l", - linebreak="id", - unicodeslot=0x1B051, + linebreak="al", + unicodeslot=0x18B44, }, - [0x1B052]={ + [0x18B45]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SE-1", + description="KHITAN SMALL SCRIPT CHARACTER-18B45", direction="l", - linebreak="id", - unicodeslot=0x1B052, + linebreak="al", + unicodeslot=0x18B45, }, - [0x1B053]={ + [0x18B46]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SE-2", + description="KHITAN SMALL SCRIPT CHARACTER-18B46", direction="l", - linebreak="id", - unicodeslot=0x1B053, + linebreak="al", + unicodeslot=0x18B46, }, - [0x1B054]={ + [0x18B47]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SE-3", + description="KHITAN SMALL SCRIPT CHARACTER-18B47", direction="l", - linebreak="id", - unicodeslot=0x1B054, + linebreak="al", + unicodeslot=0x18B47, }, - [0x1B055]={ + [0x18B48]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SE-4", + description="KHITAN SMALL SCRIPT CHARACTER-18B48", direction="l", - linebreak="id", - unicodeslot=0x1B055, + linebreak="al", + unicodeslot=0x18B48, }, - [0x1B056]={ + [0x18B49]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SE-5", + description="KHITAN SMALL SCRIPT CHARACTER-18B49", direction="l", - linebreak="id", - unicodeslot=0x1B056, + linebreak="al", + unicodeslot=0x18B49, }, - [0x1B057]={ + [0x18B4A]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SO-1", + description="KHITAN SMALL SCRIPT CHARACTER-18B4A", direction="l", - linebreak="id", - unicodeslot=0x1B057, + linebreak="al", + unicodeslot=0x18B4A, }, - [0x1B058]={ + [0x18B4B]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SO-2", + description="KHITAN SMALL SCRIPT CHARACTER-18B4B", direction="l", - linebreak="id", - unicodeslot=0x1B058, + linebreak="al", + unicodeslot=0x18B4B, }, - [0x1B059]={ + [0x18B4C]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SO-3", + description="KHITAN SMALL SCRIPT CHARACTER-18B4C", direction="l", - linebreak="id", - unicodeslot=0x1B059, + linebreak="al", + unicodeslot=0x18B4C, }, - [0x1B05A]={ + [0x18B4D]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SO-4", + description="KHITAN SMALL SCRIPT CHARACTER-18B4D", direction="l", - linebreak="id", - unicodeslot=0x1B05A, + linebreak="al", + unicodeslot=0x18B4D, }, - [0x1B05B]={ + [0x18B4E]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SO-5", + description="KHITAN SMALL SCRIPT CHARACTER-18B4E", direction="l", - linebreak="id", - unicodeslot=0x1B05B, + linebreak="al", + unicodeslot=0x18B4E, }, - [0x1B05C]={ + [0x18B4F]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SO-6", + description="KHITAN SMALL SCRIPT CHARACTER-18B4F", direction="l", - linebreak="id", - unicodeslot=0x1B05C, + linebreak="al", + unicodeslot=0x18B4F, }, - [0x1B05D]={ + [0x18B50]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER SO-7", + description="KHITAN SMALL SCRIPT CHARACTER-18B50", direction="l", - linebreak="id", - unicodeslot=0x1B05D, + linebreak="al", + unicodeslot=0x18B50, }, - [0x1B05E]={ + [0x18B51]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TA-1", + description="KHITAN SMALL SCRIPT CHARACTER-18B51", direction="l", - linebreak="id", - unicodeslot=0x1B05E, + linebreak="al", + unicodeslot=0x18B51, }, - [0x1B05F]={ + [0x18B52]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TA-2", + description="KHITAN SMALL SCRIPT CHARACTER-18B52", direction="l", - linebreak="id", - unicodeslot=0x1B05F, + linebreak="al", + unicodeslot=0x18B52, }, - [0x1B060]={ + [0x18B53]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TA-3", + description="KHITAN SMALL SCRIPT CHARACTER-18B53", direction="l", - linebreak="id", - unicodeslot=0x1B060, + linebreak="al", + unicodeslot=0x18B53, }, - [0x1B061]={ + [0x18B54]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TA-4", + description="KHITAN SMALL SCRIPT CHARACTER-18B54", direction="l", - linebreak="id", - unicodeslot=0x1B061, + linebreak="al", + unicodeslot=0x18B54, }, - [0x1B062]={ + [0x18B55]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TI-1", + description="KHITAN SMALL SCRIPT CHARACTER-18B55", direction="l", - linebreak="id", - unicodeslot=0x1B062, + linebreak="al", + unicodeslot=0x18B55, }, - [0x1B063]={ + [0x18B56]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TI-2", + description="KHITAN SMALL SCRIPT CHARACTER-18B56", direction="l", - linebreak="id", - unicodeslot=0x1B063, + linebreak="al", + unicodeslot=0x18B56, }, - [0x1B064]={ + [0x18B57]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TI-3", + description="KHITAN SMALL SCRIPT CHARACTER-18B57", direction="l", - linebreak="id", - unicodeslot=0x1B064, + linebreak="al", + unicodeslot=0x18B57, }, - [0x1B065]={ + [0x18B58]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TI-4", + description="KHITAN SMALL SCRIPT CHARACTER-18B58", direction="l", - linebreak="id", - unicodeslot=0x1B065, + linebreak="al", + unicodeslot=0x18B58, }, - [0x1B066]={ + [0x18B59]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TI-5", + description="KHITAN SMALL SCRIPT CHARACTER-18B59", direction="l", - linebreak="id", - unicodeslot=0x1B066, + linebreak="al", + unicodeslot=0x18B59, }, - [0x1B067]={ + [0x18B5A]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TI-6", + description="KHITAN SMALL SCRIPT CHARACTER-18B5A", direction="l", - linebreak="id", - unicodeslot=0x1B067, + linebreak="al", + unicodeslot=0x18B5A, }, - [0x1B068]={ + [0x18B5B]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TI-7", + description="KHITAN SMALL SCRIPT CHARACTER-18B5B", direction="l", - linebreak="id", - unicodeslot=0x1B068, + linebreak="al", + unicodeslot=0x18B5B, }, - [0x1B069]={ + [0x18B5C]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TU-1", + description="KHITAN SMALL SCRIPT CHARACTER-18B5C", direction="l", - linebreak="id", - unicodeslot=0x1B069, + linebreak="al", + unicodeslot=0x18B5C, }, - [0x1B06A]={ + [0x18B5D]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TU-2", + description="KHITAN SMALL SCRIPT CHARACTER-18B5D", direction="l", - linebreak="id", - unicodeslot=0x1B06A, + linebreak="al", + unicodeslot=0x18B5D, }, - [0x1B06B]={ + [0x18B5E]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TU-3", + description="KHITAN SMALL SCRIPT CHARACTER-18B5E", direction="l", - linebreak="id", - unicodeslot=0x1B06B, + linebreak="al", + unicodeslot=0x18B5E, }, - [0x1B06C]={ + [0x18B5F]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TU-4", + description="KHITAN SMALL SCRIPT CHARACTER-18B5F", direction="l", - linebreak="id", - unicodeslot=0x1B06C, + linebreak="al", + unicodeslot=0x18B5F, }, - [0x1B06D]={ + [0x18B60]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TU-TO", + description="KHITAN SMALL SCRIPT CHARACTER-18B60", direction="l", - linebreak="id", - unicodeslot=0x1B06D, + linebreak="al", + unicodeslot=0x18B60, }, - [0x1B06E]={ + [0x18B61]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TE-1", + description="KHITAN SMALL SCRIPT CHARACTER-18B61", direction="l", - linebreak="id", - unicodeslot=0x1B06E, + linebreak="al", + unicodeslot=0x18B61, }, - [0x1B06F]={ + [0x18B62]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TE-2", + description="KHITAN SMALL SCRIPT CHARACTER-18B62", direction="l", - linebreak="id", - unicodeslot=0x1B06F, + linebreak="al", + unicodeslot=0x18B62, }, - [0x1B070]={ + [0x18B63]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TE-3", + description="KHITAN SMALL SCRIPT CHARACTER-18B63", direction="l", - linebreak="id", - unicodeslot=0x1B070, + linebreak="al", + unicodeslot=0x18B63, }, - [0x1B071]={ + [0x18B64]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TE-4", + description="KHITAN SMALL SCRIPT CHARACTER-18B64", direction="l", - linebreak="id", - unicodeslot=0x1B071, + linebreak="al", + unicodeslot=0x18B64, }, - [0x1B072]={ + [0x18B65]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TE-5", + description="KHITAN SMALL SCRIPT CHARACTER-18B65", direction="l", - linebreak="id", - unicodeslot=0x1B072, + linebreak="al", + unicodeslot=0x18B65, }, - [0x1B073]={ + [0x18B66]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TE-6", + description="KHITAN SMALL SCRIPT CHARACTER-18B66", direction="l", - linebreak="id", - unicodeslot=0x1B073, + linebreak="al", + unicodeslot=0x18B66, }, - [0x1B074]={ + [0x18B67]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TE-7", + description="KHITAN SMALL SCRIPT CHARACTER-18B67", direction="l", - linebreak="id", - unicodeslot=0x1B074, + linebreak="al", + unicodeslot=0x18B67, }, - [0x1B075]={ + [0x18B68]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TE-8", + description="KHITAN SMALL SCRIPT CHARACTER-18B68", direction="l", - linebreak="id", - unicodeslot=0x1B075, + linebreak="al", + unicodeslot=0x18B68, }, - [0x1B076]={ + [0x18B69]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TE-9", + description="KHITAN SMALL SCRIPT CHARACTER-18B69", direction="l", - linebreak="id", - unicodeslot=0x1B076, + linebreak="al", + unicodeslot=0x18B69, }, - [0x1B077]={ + [0x18B6A]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TO-1", + description="KHITAN SMALL SCRIPT CHARACTER-18B6A", direction="l", - linebreak="id", - unicodeslot=0x1B077, + linebreak="al", + unicodeslot=0x18B6A, }, - [0x1B078]={ + [0x18B6B]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TO-2", + description="KHITAN SMALL SCRIPT CHARACTER-18B6B", direction="l", - linebreak="id", - unicodeslot=0x1B078, + linebreak="al", + unicodeslot=0x18B6B, }, - [0x1B079]={ + [0x18B6C]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TO-3", + description="KHITAN SMALL SCRIPT CHARACTER-18B6C", direction="l", - linebreak="id", - unicodeslot=0x1B079, + linebreak="al", + unicodeslot=0x18B6C, }, - [0x1B07A]={ + [0x18B6D]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TO-4", + description="KHITAN SMALL SCRIPT CHARACTER-18B6D", direction="l", - linebreak="id", - unicodeslot=0x1B07A, + linebreak="al", + unicodeslot=0x18B6D, }, - [0x1B07B]={ + [0x18B6E]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TO-5", + description="KHITAN SMALL SCRIPT CHARACTER-18B6E", direction="l", - linebreak="id", - unicodeslot=0x1B07B, + linebreak="al", + unicodeslot=0x18B6E, }, - [0x1B07C]={ + [0x18B6F]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TO-6", + description="KHITAN SMALL SCRIPT CHARACTER-18B6F", direction="l", - linebreak="id", - unicodeslot=0x1B07C, + linebreak="al", + unicodeslot=0x18B6F, }, - [0x1B07D]={ + [0x18B70]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER TO-RA", + description="KHITAN SMALL SCRIPT CHARACTER-18B70", direction="l", - linebreak="id", - unicodeslot=0x1B07D, + linebreak="al", + unicodeslot=0x18B70, }, - [0x1B07E]={ + [0x18B71]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NA-1", + description="KHITAN SMALL SCRIPT CHARACTER-18B71", direction="l", - linebreak="id", - unicodeslot=0x1B07E, + linebreak="al", + unicodeslot=0x18B71, }, - [0x1B07F]={ + [0x18B72]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NA-2", + description="KHITAN SMALL SCRIPT CHARACTER-18B72", direction="l", - linebreak="id", - unicodeslot=0x1B07F, + linebreak="al", + unicodeslot=0x18B72, }, - [0x1B080]={ + [0x18B73]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NA-3", + description="KHITAN SMALL SCRIPT CHARACTER-18B73", direction="l", - linebreak="id", - unicodeslot=0x1B080, + linebreak="al", + unicodeslot=0x18B73, }, - [0x1B081]={ + [0x18B74]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NA-4", + description="KHITAN SMALL SCRIPT CHARACTER-18B74", direction="l", - linebreak="id", - unicodeslot=0x1B081, + linebreak="al", + unicodeslot=0x18B74, }, - [0x1B082]={ + [0x18B75]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NA-5", + description="KHITAN SMALL SCRIPT CHARACTER-18B75", direction="l", - linebreak="id", - unicodeslot=0x1B082, + linebreak="al", + unicodeslot=0x18B75, }, - [0x1B083]={ + [0x18B76]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NA-6", + description="KHITAN SMALL SCRIPT CHARACTER-18B76", direction="l", - linebreak="id", - unicodeslot=0x1B083, + linebreak="al", + unicodeslot=0x18B76, }, - [0x1B084]={ + [0x18B77]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NA-7", + description="KHITAN SMALL SCRIPT CHARACTER-18B77", direction="l", - linebreak="id", - unicodeslot=0x1B084, + linebreak="al", + unicodeslot=0x18B77, }, - [0x1B085]={ + [0x18B78]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NA-8", + description="KHITAN SMALL SCRIPT CHARACTER-18B78", direction="l", - linebreak="id", - unicodeslot=0x1B085, + linebreak="al", + unicodeslot=0x18B78, }, - [0x1B086]={ + [0x18B79]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NA-9", + description="KHITAN SMALL SCRIPT CHARACTER-18B79", direction="l", - linebreak="id", - unicodeslot=0x1B086, + linebreak="al", + unicodeslot=0x18B79, }, - [0x1B087]={ + [0x18B7A]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NI-1", + description="KHITAN SMALL SCRIPT CHARACTER-18B7A", direction="l", - linebreak="id", - unicodeslot=0x1B087, + linebreak="al", + unicodeslot=0x18B7A, }, - [0x1B088]={ + [0x18B7B]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NI-2", + description="KHITAN SMALL SCRIPT CHARACTER-18B7B", direction="l", - linebreak="id", - unicodeslot=0x1B088, + linebreak="al", + unicodeslot=0x18B7B, }, - [0x1B089]={ + [0x18B7C]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NI-3", + description="KHITAN SMALL SCRIPT CHARACTER-18B7C", direction="l", - linebreak="id", - unicodeslot=0x1B089, + linebreak="al", + unicodeslot=0x18B7C, }, - [0x1B08A]={ + [0x18B7D]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NI-4", + description="KHITAN SMALL SCRIPT CHARACTER-18B7D", direction="l", - linebreak="id", - unicodeslot=0x1B08A, + linebreak="al", + unicodeslot=0x18B7D, }, - [0x1B08B]={ + [0x18B7E]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NI-5", + description="KHITAN SMALL SCRIPT CHARACTER-18B7E", direction="l", - linebreak="id", - unicodeslot=0x1B08B, + linebreak="al", + unicodeslot=0x18B7E, }, - [0x1B08C]={ + [0x18B7F]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NI-6", + description="KHITAN SMALL SCRIPT CHARACTER-18B7F", direction="l", - linebreak="id", - unicodeslot=0x1B08C, + linebreak="al", + unicodeslot=0x18B7F, }, - [0x1B08D]={ + [0x18B80]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NI-7", + description="KHITAN SMALL SCRIPT CHARACTER-18B80", direction="l", - linebreak="id", - unicodeslot=0x1B08D, + linebreak="al", + unicodeslot=0x18B80, }, - [0x1B08E]={ + [0x18B81]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NI-TE", + description="KHITAN SMALL SCRIPT CHARACTER-18B81", direction="l", - linebreak="id", - unicodeslot=0x1B08E, + linebreak="al", + unicodeslot=0x18B81, }, - [0x1B08F]={ + [0x18B82]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NU-1", + description="KHITAN SMALL SCRIPT CHARACTER-18B82", direction="l", - linebreak="id", - unicodeslot=0x1B08F, + linebreak="al", + unicodeslot=0x18B82, }, - [0x1B090]={ + [0x18B83]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NU-2", + description="KHITAN SMALL SCRIPT CHARACTER-18B83", direction="l", - linebreak="id", - unicodeslot=0x1B090, + linebreak="al", + unicodeslot=0x18B83, }, - [0x1B091]={ + [0x18B84]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NU-3", + description="KHITAN SMALL SCRIPT CHARACTER-18B84", direction="l", - linebreak="id", - unicodeslot=0x1B091, + linebreak="al", + unicodeslot=0x18B84, }, - [0x1B092]={ + [0x18B85]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NE-1", + description="KHITAN SMALL SCRIPT CHARACTER-18B85", direction="l", - linebreak="id", - unicodeslot=0x1B092, + linebreak="al", + unicodeslot=0x18B85, }, - [0x1B093]={ + [0x18B86]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NE-2", + description="KHITAN SMALL SCRIPT CHARACTER-18B86", direction="l", - linebreak="id", - unicodeslot=0x1B093, + linebreak="al", + unicodeslot=0x18B86, }, - [0x1B094]={ + [0x18B87]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NE-3", + description="KHITAN SMALL SCRIPT CHARACTER-18B87", direction="l", - linebreak="id", - unicodeslot=0x1B094, + linebreak="al", + unicodeslot=0x18B87, }, - [0x1B095]={ + [0x18B88]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NE-4", + description="KHITAN SMALL SCRIPT CHARACTER-18B88", direction="l", - linebreak="id", - unicodeslot=0x1B095, + linebreak="al", + unicodeslot=0x18B88, }, - [0x1B096]={ + [0x18B89]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NE-5", + description="KHITAN SMALL SCRIPT CHARACTER-18B89", direction="l", - linebreak="id", - unicodeslot=0x1B096, + linebreak="al", + unicodeslot=0x18B89, }, - [0x1B097]={ + [0x18B8A]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NE-6", + description="KHITAN SMALL SCRIPT CHARACTER-18B8A", direction="l", - linebreak="id", - unicodeslot=0x1B097, + linebreak="al", + unicodeslot=0x18B8A, }, - [0x1B098]={ + [0x18B8B]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NE-KO", + description="KHITAN SMALL SCRIPT CHARACTER-18B8B", direction="l", - linebreak="id", - unicodeslot=0x1B098, + linebreak="al", + unicodeslot=0x18B8B, }, - [0x1B099]={ + [0x18B8C]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NO-1", + description="KHITAN SMALL SCRIPT CHARACTER-18B8C", direction="l", - linebreak="id", - unicodeslot=0x1B099, + linebreak="al", + unicodeslot=0x18B8C, }, - [0x1B09A]={ + [0x18B8D]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NO-2", + description="KHITAN SMALL SCRIPT CHARACTER-18B8D", direction="l", - linebreak="id", - unicodeslot=0x1B09A, + linebreak="al", + unicodeslot=0x18B8D, }, - [0x1B09B]={ + [0x18B8E]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NO-3", + description="KHITAN SMALL SCRIPT CHARACTER-18B8E", direction="l", - linebreak="id", - unicodeslot=0x1B09B, + linebreak="al", + unicodeslot=0x18B8E, }, - [0x1B09C]={ + [0x18B8F]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NO-4", + description="KHITAN SMALL SCRIPT CHARACTER-18B8F", direction="l", - linebreak="id", - unicodeslot=0x1B09C, + linebreak="al", + unicodeslot=0x18B8F, }, - [0x1B09D]={ + [0x18B90]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER NO-5", + description="KHITAN SMALL SCRIPT CHARACTER-18B90", direction="l", - linebreak="id", - unicodeslot=0x1B09D, + linebreak="al", + unicodeslot=0x18B90, }, - [0x1B09E]={ + [0x18B91]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HA-1", + description="KHITAN SMALL SCRIPT CHARACTER-18B91", direction="l", - linebreak="id", - unicodeslot=0x1B09E, + linebreak="al", + unicodeslot=0x18B91, }, - [0x1B09F]={ + [0x18B92]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HA-2", + description="KHITAN SMALL SCRIPT CHARACTER-18B92", direction="l", - linebreak="id", - unicodeslot=0x1B09F, + linebreak="al", + unicodeslot=0x18B92, }, - [0x1B0A0]={ + [0x18B93]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HA-3", + description="KHITAN SMALL SCRIPT CHARACTER-18B93", direction="l", - linebreak="id", - unicodeslot=0x1B0A0, + linebreak="al", + unicodeslot=0x18B93, }, - [0x1B0A1]={ + [0x18B94]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HA-4", + description="KHITAN SMALL SCRIPT CHARACTER-18B94", direction="l", - linebreak="id", - unicodeslot=0x1B0A1, + linebreak="al", + unicodeslot=0x18B94, }, - [0x1B0A2]={ + [0x18B95]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HA-5", + description="KHITAN SMALL SCRIPT CHARACTER-18B95", direction="l", - linebreak="id", - unicodeslot=0x1B0A2, + linebreak="al", + unicodeslot=0x18B95, }, - [0x1B0A3]={ + [0x18B96]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HA-6", + description="KHITAN SMALL SCRIPT CHARACTER-18B96", direction="l", - linebreak="id", - unicodeslot=0x1B0A3, + linebreak="al", + unicodeslot=0x18B96, }, - [0x1B0A4]={ + [0x18B97]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HA-7", + description="KHITAN SMALL SCRIPT CHARACTER-18B97", direction="l", - linebreak="id", - unicodeslot=0x1B0A4, + linebreak="al", + unicodeslot=0x18B97, }, - [0x1B0A5]={ + [0x18B98]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HA-8", + description="KHITAN SMALL SCRIPT CHARACTER-18B98", direction="l", - linebreak="id", - unicodeslot=0x1B0A5, + linebreak="al", + unicodeslot=0x18B98, }, - [0x1B0A6]={ + [0x18B99]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HA-9", + description="KHITAN SMALL SCRIPT CHARACTER-18B99", direction="l", - linebreak="id", - unicodeslot=0x1B0A6, + linebreak="al", + unicodeslot=0x18B99, }, - [0x1B0A7]={ + [0x18B9A]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HA-10", + description="KHITAN SMALL SCRIPT CHARACTER-18B9A", direction="l", - linebreak="id", - unicodeslot=0x1B0A7, + linebreak="al", + unicodeslot=0x18B9A, }, - [0x1B0A8]={ + [0x18B9B]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HA-11", + description="KHITAN SMALL SCRIPT CHARACTER-18B9B", direction="l", - linebreak="id", - unicodeslot=0x1B0A8, + linebreak="al", + unicodeslot=0x18B9B, }, - [0x1B0A9]={ + [0x18B9C]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HI-1", + description="KHITAN SMALL SCRIPT CHARACTER-18B9C", direction="l", - linebreak="id", - unicodeslot=0x1B0A9, + linebreak="al", + unicodeslot=0x18B9C, }, - [0x1B0AA]={ + [0x18B9D]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HI-2", + description="KHITAN SMALL SCRIPT CHARACTER-18B9D", direction="l", - linebreak="id", - unicodeslot=0x1B0AA, + linebreak="al", + unicodeslot=0x18B9D, }, - [0x1B0AB]={ + [0x18B9E]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HI-3", + description="KHITAN SMALL SCRIPT CHARACTER-18B9E", direction="l", - linebreak="id", - unicodeslot=0x1B0AB, + linebreak="al", + unicodeslot=0x18B9E, }, - [0x1B0AC]={ + [0x18B9F]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HI-4", + description="KHITAN SMALL SCRIPT CHARACTER-18B9F", direction="l", - linebreak="id", - unicodeslot=0x1B0AC, + linebreak="al", + unicodeslot=0x18B9F, }, - [0x1B0AD]={ + [0x18BA0]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HI-5", + description="KHITAN SMALL SCRIPT CHARACTER-18BA0", direction="l", - linebreak="id", - unicodeslot=0x1B0AD, + linebreak="al", + unicodeslot=0x18BA0, }, - [0x1B0AE]={ + [0x18BA1]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HI-6", + description="KHITAN SMALL SCRIPT CHARACTER-18BA1", direction="l", - linebreak="id", - unicodeslot=0x1B0AE, + linebreak="al", + unicodeslot=0x18BA1, }, - [0x1B0AF]={ + [0x18BA2]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HI-7", + description="KHITAN SMALL SCRIPT CHARACTER-18BA2", direction="l", - linebreak="id", - unicodeslot=0x1B0AF, + linebreak="al", + unicodeslot=0x18BA2, }, - [0x1B0B0]={ + [0x18BA3]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HU-1", + description="KHITAN SMALL SCRIPT CHARACTER-18BA3", direction="l", - linebreak="id", - unicodeslot=0x1B0B0, + linebreak="al", + unicodeslot=0x18BA3, }, - [0x1B0B1]={ + [0x18BA4]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HU-2", + description="KHITAN SMALL SCRIPT CHARACTER-18BA4", direction="l", - linebreak="id", - unicodeslot=0x1B0B1, + linebreak="al", + unicodeslot=0x18BA4, }, - [0x1B0B2]={ + [0x18BA5]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HU-3", + description="KHITAN SMALL SCRIPT CHARACTER-18BA5", direction="l", - linebreak="id", - unicodeslot=0x1B0B2, + linebreak="al", + unicodeslot=0x18BA5, }, - [0x1B0B3]={ + [0x18BA6]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HE-1", + description="KHITAN SMALL SCRIPT CHARACTER-18BA6", direction="l", - linebreak="id", - unicodeslot=0x1B0B3, + linebreak="al", + unicodeslot=0x18BA6, }, - [0x1B0B4]={ + [0x18BA7]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HE-2", + description="KHITAN SMALL SCRIPT CHARACTER-18BA7", direction="l", - linebreak="id", - unicodeslot=0x1B0B4, + linebreak="al", + unicodeslot=0x18BA7, }, - [0x1B0B5]={ + [0x18BA8]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HE-3", + description="KHITAN SMALL SCRIPT CHARACTER-18BA8", direction="l", - linebreak="id", - unicodeslot=0x1B0B5, + linebreak="al", + unicodeslot=0x18BA8, }, - [0x1B0B6]={ + [0x18BA9]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HE-4", + description="KHITAN SMALL SCRIPT CHARACTER-18BA9", direction="l", - linebreak="id", - unicodeslot=0x1B0B6, + linebreak="al", + unicodeslot=0x18BA9, }, - [0x1B0B7]={ + [0x18BAA]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HE-5", + description="KHITAN SMALL SCRIPT CHARACTER-18BAA", direction="l", - linebreak="id", - unicodeslot=0x1B0B7, + linebreak="al", + unicodeslot=0x18BAA, }, - [0x1B0B8]={ + [0x18BAB]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HE-6", + description="KHITAN SMALL SCRIPT CHARACTER-18BAB", direction="l", - linebreak="id", - unicodeslot=0x1B0B8, + linebreak="al", + unicodeslot=0x18BAB, }, - [0x1B0B9]={ + [0x18BAC]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HE-7", + description="KHITAN SMALL SCRIPT CHARACTER-18BAC", direction="l", - linebreak="id", - unicodeslot=0x1B0B9, + linebreak="al", + unicodeslot=0x18BAC, }, - [0x1B0BA]={ + [0x18BAD]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HO-1", + description="KHITAN SMALL SCRIPT CHARACTER-18BAD", direction="l", - linebreak="id", - unicodeslot=0x1B0BA, + linebreak="al", + unicodeslot=0x18BAD, }, - [0x1B0BB]={ + [0x18BAE]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HO-2", + description="KHITAN SMALL SCRIPT CHARACTER-18BAE", direction="l", - linebreak="id", - unicodeslot=0x1B0BB, + linebreak="al", + unicodeslot=0x18BAE, }, - [0x1B0BC]={ + [0x18BAF]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HO-3", + description="KHITAN SMALL SCRIPT CHARACTER-18BAF", direction="l", - linebreak="id", - unicodeslot=0x1B0BC, + linebreak="al", + unicodeslot=0x18BAF, }, - [0x1B0BD]={ + [0x18BB0]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HO-4", + description="KHITAN SMALL SCRIPT CHARACTER-18BB0", direction="l", - linebreak="id", - unicodeslot=0x1B0BD, + linebreak="al", + unicodeslot=0x18BB0, }, - [0x1B0BE]={ + [0x18BB1]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HO-5", + description="KHITAN SMALL SCRIPT CHARACTER-18BB1", direction="l", - linebreak="id", - unicodeslot=0x1B0BE, + linebreak="al", + unicodeslot=0x18BB1, }, - [0x1B0BF]={ + [0x18BB2]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HO-6", + description="KHITAN SMALL SCRIPT CHARACTER-18BB2", direction="l", - linebreak="id", - unicodeslot=0x1B0BF, + linebreak="al", + unicodeslot=0x18BB2, }, - [0x1B0C0]={ + [0x18BB3]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HO-7", + description="KHITAN SMALL SCRIPT CHARACTER-18BB3", direction="l", - linebreak="id", - unicodeslot=0x1B0C0, + linebreak="al", + unicodeslot=0x18BB3, }, - [0x1B0C1]={ + [0x18BB4]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER HO-8", + description="KHITAN SMALL SCRIPT CHARACTER-18BB4", direction="l", - linebreak="id", - unicodeslot=0x1B0C1, + linebreak="al", + unicodeslot=0x18BB4, }, - [0x1B0C2]={ + [0x18BB5]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER MA-1", + description="KHITAN SMALL SCRIPT CHARACTER-18BB5", direction="l", - linebreak="id", - unicodeslot=0x1B0C2, + linebreak="al", + unicodeslot=0x18BB5, }, - [0x1B0C3]={ + [0x18BB6]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER MA-2", + description="KHITAN SMALL SCRIPT CHARACTER-18BB6", direction="l", - linebreak="id", - unicodeslot=0x1B0C3, + linebreak="al", + unicodeslot=0x18BB6, }, - [0x1B0C4]={ + [0x18BB7]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER MA-3", + description="KHITAN SMALL SCRIPT CHARACTER-18BB7", direction="l", - linebreak="id", - unicodeslot=0x1B0C4, + linebreak="al", + unicodeslot=0x18BB7, }, - [0x1B0C5]={ + [0x18BB8]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER MA-4", + description="KHITAN SMALL SCRIPT CHARACTER-18BB8", direction="l", - linebreak="id", - unicodeslot=0x1B0C5, + linebreak="al", + unicodeslot=0x18BB8, }, - [0x1B0C6]={ + [0x18BB9]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER MA-5", + description="KHITAN SMALL SCRIPT CHARACTER-18BB9", direction="l", - linebreak="id", - unicodeslot=0x1B0C6, + linebreak="al", + unicodeslot=0x18BB9, }, - [0x1B0C7]={ + [0x18BBA]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER MA-6", + description="KHITAN SMALL SCRIPT CHARACTER-18BBA", direction="l", - linebreak="id", - unicodeslot=0x1B0C7, + linebreak="al", + unicodeslot=0x18BBA, }, - [0x1B0C8]={ + [0x18BBB]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER MA-7", + description="KHITAN SMALL SCRIPT CHARACTER-18BBB", direction="l", - linebreak="id", - unicodeslot=0x1B0C8, + linebreak="al", + unicodeslot=0x18BBB, }, - [0x1B0C9]={ + [0x18BBC]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER MI-1", + description="KHITAN SMALL SCRIPT CHARACTER-18BBC", direction="l", - linebreak="id", - unicodeslot=0x1B0C9, + linebreak="al", + unicodeslot=0x18BBC, }, - [0x1B0CA]={ + [0x18BBD]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER MI-2", + description="KHITAN SMALL SCRIPT CHARACTER-18BBD", direction="l", - linebreak="id", - unicodeslot=0x1B0CA, + linebreak="al", + unicodeslot=0x18BBD, }, - [0x1B0CB]={ + [0x18BBE]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER MI-3", + description="KHITAN SMALL SCRIPT CHARACTER-18BBE", direction="l", - linebreak="id", - unicodeslot=0x1B0CB, + linebreak="al", + unicodeslot=0x18BBE, }, - [0x1B0CC]={ + [0x18BBF]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER MI-4", + description="KHITAN SMALL SCRIPT CHARACTER-18BBF", direction="l", - linebreak="id", - unicodeslot=0x1B0CC, + linebreak="al", + unicodeslot=0x18BBF, }, - [0x1B0CD]={ + [0x18BC0]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER MI-5", + description="KHITAN SMALL SCRIPT CHARACTER-18BC0", direction="l", - linebreak="id", - unicodeslot=0x1B0CD, + linebreak="al", + unicodeslot=0x18BC0, }, - [0x1B0CE]={ + [0x18BC1]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER MI-6", + description="KHITAN SMALL SCRIPT CHARACTER-18BC1", direction="l", - linebreak="id", - unicodeslot=0x1B0CE, + linebreak="al", + unicodeslot=0x18BC1, }, - [0x1B0CF]={ + [0x18BC2]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER MI-7", + description="KHITAN SMALL SCRIPT CHARACTER-18BC2", direction="l", - linebreak="id", - unicodeslot=0x1B0CF, + linebreak="al", + unicodeslot=0x18BC2, }, - [0x1B0D0]={ + [0x18BC3]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER MU-1", + description="KHITAN SMALL SCRIPT CHARACTER-18BC3", direction="l", - linebreak="id", - unicodeslot=0x1B0D0, + linebreak="al", + unicodeslot=0x18BC3, }, - [0x1B0D1]={ + [0x18BC4]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER MU-2", + description="KHITAN SMALL SCRIPT CHARACTER-18BC4", direction="l", - linebreak="id", - unicodeslot=0x1B0D1, + linebreak="al", + unicodeslot=0x18BC4, }, - [0x1B0D2]={ + [0x18BC5]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER MU-3", + description="KHITAN SMALL SCRIPT CHARACTER-18BC5", direction="l", - linebreak="id", - unicodeslot=0x1B0D2, + linebreak="al", + unicodeslot=0x18BC5, }, - [0x1B0D3]={ + [0x18BC6]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER MU-4", + description="KHITAN SMALL SCRIPT CHARACTER-18BC6", direction="l", - linebreak="id", - unicodeslot=0x1B0D3, + linebreak="al", + unicodeslot=0x18BC6, }, - [0x1B0D4]={ + [0x18BC7]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER ME-1", + description="KHITAN SMALL SCRIPT CHARACTER-18BC7", direction="l", - linebreak="id", - unicodeslot=0x1B0D4, + linebreak="al", + unicodeslot=0x18BC7, }, - [0x1B0D5]={ + [0x18BC8]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER ME-2", + description="KHITAN SMALL SCRIPT CHARACTER-18BC8", direction="l", - linebreak="id", - unicodeslot=0x1B0D5, + linebreak="al", + unicodeslot=0x18BC8, }, - [0x1B0D6]={ + [0x18BC9]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER ME-MA", + description="KHITAN SMALL SCRIPT CHARACTER-18BC9", direction="l", - linebreak="id", - unicodeslot=0x1B0D6, + linebreak="al", + unicodeslot=0x18BC9, }, - [0x1B0D7]={ + [0x18BCA]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER MO-1", + description="KHITAN SMALL SCRIPT CHARACTER-18BCA", direction="l", - linebreak="id", - unicodeslot=0x1B0D7, + linebreak="al", + unicodeslot=0x18BCA, }, - [0x1B0D8]={ + [0x18BCB]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER MO-2", + description="KHITAN SMALL SCRIPT CHARACTER-18BCB", direction="l", - linebreak="id", - unicodeslot=0x1B0D8, + linebreak="al", + unicodeslot=0x18BCB, }, - [0x1B0D9]={ + [0x18BCC]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER MO-3", + description="KHITAN SMALL SCRIPT CHARACTER-18BCC", direction="l", - linebreak="id", - unicodeslot=0x1B0D9, + linebreak="al", + unicodeslot=0x18BCC, }, - [0x1B0DA]={ + [0x18BCD]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER MO-4", + description="KHITAN SMALL SCRIPT CHARACTER-18BCD", direction="l", - linebreak="id", - unicodeslot=0x1B0DA, + linebreak="al", + unicodeslot=0x18BCD, }, - [0x1B0DB]={ + [0x18BCE]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER MO-5", + description="KHITAN SMALL SCRIPT CHARACTER-18BCE", direction="l", - linebreak="id", - unicodeslot=0x1B0DB, + linebreak="al", + unicodeslot=0x18BCE, }, - [0x1B0DC]={ + [0x18BCF]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER MO-6", + description="KHITAN SMALL SCRIPT CHARACTER-18BCF", direction="l", - linebreak="id", - unicodeslot=0x1B0DC, + linebreak="al", + unicodeslot=0x18BCF, }, - [0x1B0DD]={ + [0x18BD0]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER YA-1", + description="KHITAN SMALL SCRIPT CHARACTER-18BD0", direction="l", - linebreak="id", - unicodeslot=0x1B0DD, + linebreak="al", + unicodeslot=0x18BD0, }, - [0x1B0DE]={ + [0x18BD1]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER YA-2", + description="KHITAN SMALL SCRIPT CHARACTER-18BD1", direction="l", - linebreak="id", - unicodeslot=0x1B0DE, + linebreak="al", + unicodeslot=0x18BD1, }, - [0x1B0DF]={ + [0x18BD2]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER YA-3", + description="KHITAN SMALL SCRIPT CHARACTER-18BD2", direction="l", - linebreak="id", - unicodeslot=0x1B0DF, + linebreak="al", + unicodeslot=0x18BD2, }, - [0x1B0E0]={ + [0x18BD3]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER YA-4", + description="KHITAN SMALL SCRIPT CHARACTER-18BD3", direction="l", - linebreak="id", - unicodeslot=0x1B0E0, + linebreak="al", + unicodeslot=0x18BD3, }, - [0x1B0E1]={ + [0x18BD4]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER YA-5", + description="KHITAN SMALL SCRIPT CHARACTER-18BD4", direction="l", - linebreak="id", - unicodeslot=0x1B0E1, + linebreak="al", + unicodeslot=0x18BD4, }, - [0x1B0E2]={ + [0x18BD5]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER YA-YO", + description="KHITAN SMALL SCRIPT CHARACTER-18BD5", direction="l", - linebreak="id", - unicodeslot=0x1B0E2, + linebreak="al", + unicodeslot=0x18BD5, }, - [0x1B0E3]={ + [0x18BD6]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER YU-1", + description="KHITAN SMALL SCRIPT CHARACTER-18BD6", direction="l", - linebreak="id", - unicodeslot=0x1B0E3, + linebreak="al", + unicodeslot=0x18BD6, }, - [0x1B0E4]={ + [0x18BD7]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER YU-2", + description="KHITAN SMALL SCRIPT CHARACTER-18BD7", direction="l", - linebreak="id", - unicodeslot=0x1B0E4, + linebreak="al", + unicodeslot=0x18BD7, }, - [0x1B0E5]={ + [0x18BD8]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER YU-3", + description="KHITAN SMALL SCRIPT CHARACTER-18BD8", direction="l", - linebreak="id", - unicodeslot=0x1B0E5, + linebreak="al", + unicodeslot=0x18BD8, }, - [0x1B0E6]={ + [0x18BD9]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER YU-4", + description="KHITAN SMALL SCRIPT CHARACTER-18BD9", direction="l", - linebreak="id", - unicodeslot=0x1B0E6, + linebreak="al", + unicodeslot=0x18BD9, }, - [0x1B0E7]={ + [0x18BDA]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER YO-1", + description="KHITAN SMALL SCRIPT CHARACTER-18BDA", direction="l", - linebreak="id", - unicodeslot=0x1B0E7, + linebreak="al", + unicodeslot=0x18BDA, }, - [0x1B0E8]={ + [0x18BDB]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER YO-2", + description="KHITAN SMALL SCRIPT CHARACTER-18BDB", direction="l", - linebreak="id", - unicodeslot=0x1B0E8, + linebreak="al", + unicodeslot=0x18BDB, }, - [0x1B0E9]={ + [0x18BDC]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER YO-3", + description="KHITAN SMALL SCRIPT CHARACTER-18BDC", direction="l", - linebreak="id", - unicodeslot=0x1B0E9, + linebreak="al", + unicodeslot=0x18BDC, }, - [0x1B0EA]={ + [0x18BDD]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER YO-4", + description="KHITAN SMALL SCRIPT CHARACTER-18BDD", direction="l", - linebreak="id", - unicodeslot=0x1B0EA, + linebreak="al", + unicodeslot=0x18BDD, }, - [0x1B0EB]={ + [0x18BDE]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER YO-5", + description="KHITAN SMALL SCRIPT CHARACTER-18BDE", direction="l", - linebreak="id", - unicodeslot=0x1B0EB, + linebreak="al", + unicodeslot=0x18BDE, }, - [0x1B0EC]={ + [0x18BDF]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER YO-6", + description="KHITAN SMALL SCRIPT CHARACTER-18BDF", direction="l", - linebreak="id", - unicodeslot=0x1B0EC, + linebreak="al", + unicodeslot=0x18BDF, }, - [0x1B0ED]={ + [0x18BE0]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RA-1", + description="KHITAN SMALL SCRIPT CHARACTER-18BE0", direction="l", - linebreak="id", - unicodeslot=0x1B0ED, + linebreak="al", + unicodeslot=0x18BE0, }, - [0x1B0EE]={ + [0x18BE1]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RA-2", + description="KHITAN SMALL SCRIPT CHARACTER-18BE1", direction="l", - linebreak="id", - unicodeslot=0x1B0EE, + linebreak="al", + unicodeslot=0x18BE1, }, - [0x1B0EF]={ + [0x18BE2]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RA-3", + description="KHITAN SMALL SCRIPT CHARACTER-18BE2", direction="l", - linebreak="id", - unicodeslot=0x1B0EF, + linebreak="al", + unicodeslot=0x18BE2, }, - [0x1B0F0]={ + [0x18BE3]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RA-4", + description="KHITAN SMALL SCRIPT CHARACTER-18BE3", direction="l", - linebreak="id", - unicodeslot=0x1B0F0, + linebreak="al", + unicodeslot=0x18BE3, }, - [0x1B0F1]={ + [0x18BE4]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RI-1", + description="KHITAN SMALL SCRIPT CHARACTER-18BE4", direction="l", - linebreak="id", - unicodeslot=0x1B0F1, + linebreak="al", + unicodeslot=0x18BE4, }, - [0x1B0F2]={ + [0x18BE5]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RI-2", + description="KHITAN SMALL SCRIPT CHARACTER-18BE5", direction="l", - linebreak="id", - unicodeslot=0x1B0F2, + linebreak="al", + unicodeslot=0x18BE5, }, - [0x1B0F3]={ + [0x18BE6]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RI-3", + description="KHITAN SMALL SCRIPT CHARACTER-18BE6", direction="l", - linebreak="id", - unicodeslot=0x1B0F3, + linebreak="al", + unicodeslot=0x18BE6, }, - [0x1B0F4]={ + [0x18BE7]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RI-4", + description="KHITAN SMALL SCRIPT CHARACTER-18BE7", direction="l", - linebreak="id", - unicodeslot=0x1B0F4, + linebreak="al", + unicodeslot=0x18BE7, }, - [0x1B0F5]={ + [0x18BE8]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RI-5", + description="KHITAN SMALL SCRIPT CHARACTER-18BE8", direction="l", - linebreak="id", - unicodeslot=0x1B0F5, + linebreak="al", + unicodeslot=0x18BE8, }, - [0x1B0F6]={ + [0x18BE9]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RI-6", + description="KHITAN SMALL SCRIPT CHARACTER-18BE9", direction="l", - linebreak="id", - unicodeslot=0x1B0F6, + linebreak="al", + unicodeslot=0x18BE9, }, - [0x1B0F7]={ + [0x18BEA]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RI-7", + description="KHITAN SMALL SCRIPT CHARACTER-18BEA", direction="l", - linebreak="id", - unicodeslot=0x1B0F7, + linebreak="al", + unicodeslot=0x18BEA, }, - [0x1B0F8]={ + [0x18BEB]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RU-1", + description="KHITAN SMALL SCRIPT CHARACTER-18BEB", direction="l", - linebreak="id", - unicodeslot=0x1B0F8, + linebreak="al", + unicodeslot=0x18BEB, }, - [0x1B0F9]={ + [0x18BEC]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RU-2", + description="KHITAN SMALL SCRIPT CHARACTER-18BEC", direction="l", - linebreak="id", - unicodeslot=0x1B0F9, + linebreak="al", + unicodeslot=0x18BEC, }, - [0x1B0FA]={ + [0x18BED]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RU-3", + description="KHITAN SMALL SCRIPT CHARACTER-18BED", direction="l", - linebreak="id", - unicodeslot=0x1B0FA, + linebreak="al", + unicodeslot=0x18BED, }, - [0x1B0FB]={ + [0x18BEE]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RU-4", + description="KHITAN SMALL SCRIPT CHARACTER-18BEE", direction="l", - linebreak="id", - unicodeslot=0x1B0FB, + linebreak="al", + unicodeslot=0x18BEE, }, - [0x1B0FC]={ + [0x18BEF]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RU-5", + description="KHITAN SMALL SCRIPT CHARACTER-18BEF", direction="l", - linebreak="id", - unicodeslot=0x1B0FC, + linebreak="al", + unicodeslot=0x18BEF, }, - [0x1B0FD]={ + [0x18BF0]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RU-6", + description="KHITAN SMALL SCRIPT CHARACTER-18BF0", direction="l", - linebreak="id", - unicodeslot=0x1B0FD, + linebreak="al", + unicodeslot=0x18BF0, }, - [0x1B0FE]={ + [0x18BF1]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RE-1", + description="KHITAN SMALL SCRIPT CHARACTER-18BF1", direction="l", - linebreak="id", - unicodeslot=0x1B0FE, + linebreak="al", + unicodeslot=0x18BF1, }, - [0x1B0FF]={ + [0x18BF2]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RE-2", + description="KHITAN SMALL SCRIPT CHARACTER-18BF2", direction="l", - linebreak="id", - unicodeslot=0x1B0FF, + linebreak="al", + unicodeslot=0x18BF2, }, - [0x1B100]={ + [0x18BF3]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RE-3", + description="KHITAN SMALL SCRIPT CHARACTER-18BF3", direction="l", - linebreak="id", - unicodeslot=0x1B100, + linebreak="al", + unicodeslot=0x18BF3, }, - [0x1B101]={ + [0x18BF4]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RE-4", + description="KHITAN SMALL SCRIPT CHARACTER-18BF4", direction="l", - linebreak="id", - unicodeslot=0x1B101, + linebreak="al", + unicodeslot=0x18BF4, }, - [0x1B102]={ + [0x18BF5]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RO-1", + description="KHITAN SMALL SCRIPT CHARACTER-18BF5", direction="l", - linebreak="id", - unicodeslot=0x1B102, + linebreak="al", + unicodeslot=0x18BF5, }, - [0x1B103]={ + [0x18BF6]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RO-2", + description="KHITAN SMALL SCRIPT CHARACTER-18BF6", direction="l", - linebreak="id", - unicodeslot=0x1B103, + linebreak="al", + unicodeslot=0x18BF6, }, - [0x1B104]={ + [0x18BF7]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RO-3", + description="KHITAN SMALL SCRIPT CHARACTER-18BF7", direction="l", - linebreak="id", - unicodeslot=0x1B104, + linebreak="al", + unicodeslot=0x18BF7, }, - [0x1B105]={ + [0x18BF8]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RO-4", + description="KHITAN SMALL SCRIPT CHARACTER-18BF8", direction="l", - linebreak="id", - unicodeslot=0x1B105, + linebreak="al", + unicodeslot=0x18BF8, }, - [0x1B106]={ + [0x18BF9]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RO-5", + description="KHITAN SMALL SCRIPT CHARACTER-18BF9", direction="l", - linebreak="id", - unicodeslot=0x1B106, + linebreak="al", + unicodeslot=0x18BF9, }, - [0x1B107]={ + [0x18BFA]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER RO-6", + description="KHITAN SMALL SCRIPT CHARACTER-18BFA", direction="l", - linebreak="id", - unicodeslot=0x1B107, + linebreak="al", + unicodeslot=0x18BFA, }, - [0x1B108]={ + [0x18BFB]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER WA-1", + description="KHITAN SMALL SCRIPT CHARACTER-18BFB", direction="l", - linebreak="id", - unicodeslot=0x1B108, + linebreak="al", + unicodeslot=0x18BFB, }, - [0x1B109]={ + [0x18BFC]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER WA-2", + description="KHITAN SMALL SCRIPT CHARACTER-18BFC", direction="l", - linebreak="id", - unicodeslot=0x1B109, + linebreak="al", + unicodeslot=0x18BFC, }, - [0x1B10A]={ + [0x18BFD]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER WA-3", + description="KHITAN SMALL SCRIPT CHARACTER-18BFD", direction="l", - linebreak="id", - unicodeslot=0x1B10A, + linebreak="al", + unicodeslot=0x18BFD, }, - [0x1B10B]={ + [0x18BFE]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER WA-4", + description="KHITAN SMALL SCRIPT CHARACTER-18BFE", direction="l", - linebreak="id", - unicodeslot=0x1B10B, + linebreak="al", + unicodeslot=0x18BFE, }, - [0x1B10C]={ + [0x18BFF]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER WA-5", + description="KHITAN SMALL SCRIPT CHARACTER-18BFF", direction="l", - linebreak="id", - unicodeslot=0x1B10C, + linebreak="al", + unicodeslot=0x18BFF, }, - [0x1B10D]={ + [0x18C00]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER WI-1", + description="KHITAN SMALL SCRIPT CHARACTER-18C00", direction="l", - linebreak="id", - unicodeslot=0x1B10D, + linebreak="al", + unicodeslot=0x18C00, }, - [0x1B10E]={ + [0x18C01]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER WI-2", + description="KHITAN SMALL SCRIPT CHARACTER-18C01", direction="l", - linebreak="id", - unicodeslot=0x1B10E, + linebreak="al", + unicodeslot=0x18C01, }, - [0x1B10F]={ + [0x18C02]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER WI-3", + description="KHITAN SMALL SCRIPT CHARACTER-18C02", direction="l", - linebreak="id", - unicodeslot=0x1B10F, + linebreak="al", + unicodeslot=0x18C02, }, - [0x1B110]={ + [0x18C03]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER WI-4", + description="KHITAN SMALL SCRIPT CHARACTER-18C03", direction="l", - linebreak="id", - unicodeslot=0x1B110, + linebreak="al", + unicodeslot=0x18C03, }, - [0x1B111]={ + [0x18C04]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER WI-5", + description="KHITAN SMALL SCRIPT CHARACTER-18C04", direction="l", - linebreak="id", - unicodeslot=0x1B111, + linebreak="al", + unicodeslot=0x18C04, }, - [0x1B112]={ + [0x18C05]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER WE-1", + description="KHITAN SMALL SCRIPT CHARACTER-18C05", direction="l", - linebreak="id", - unicodeslot=0x1B112, + linebreak="al", + unicodeslot=0x18C05, }, - [0x1B113]={ + [0x18C06]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER WE-2", + description="KHITAN SMALL SCRIPT CHARACTER-18C06", direction="l", - linebreak="id", - unicodeslot=0x1B113, + linebreak="al", + unicodeslot=0x18C06, }, - [0x1B114]={ + [0x18C07]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER WE-3", + description="KHITAN SMALL SCRIPT CHARACTER-18C07", direction="l", - linebreak="id", - unicodeslot=0x1B114, + linebreak="al", + unicodeslot=0x18C07, }, - [0x1B115]={ + [0x18C08]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER WE-4", + description="KHITAN SMALL SCRIPT CHARACTER-18C08", direction="l", - linebreak="id", - unicodeslot=0x1B115, + linebreak="al", + unicodeslot=0x18C08, }, - [0x1B116]={ + [0x18C09]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER WO-1", + description="KHITAN SMALL SCRIPT CHARACTER-18C09", direction="l", - linebreak="id", - unicodeslot=0x1B116, + linebreak="al", + unicodeslot=0x18C09, }, - [0x1B117]={ + [0x18C0A]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER WO-2", + description="KHITAN SMALL SCRIPT CHARACTER-18C0A", direction="l", - linebreak="id", - unicodeslot=0x1B117, + linebreak="al", + unicodeslot=0x18C0A, }, - [0x1B118]={ + [0x18C0B]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER WO-3", + description="KHITAN SMALL SCRIPT CHARACTER-18C0B", direction="l", - linebreak="id", - unicodeslot=0x1B118, + linebreak="al", + unicodeslot=0x18C0B, }, - [0x1B119]={ + [0x18C0C]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER WO-4", + description="KHITAN SMALL SCRIPT CHARACTER-18C0C", direction="l", - linebreak="id", - unicodeslot=0x1B119, + linebreak="al", + unicodeslot=0x18C0C, }, - [0x1B11A]={ + [0x18C0D]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER WO-5", + description="KHITAN SMALL SCRIPT CHARACTER-18C0D", direction="l", - linebreak="id", - unicodeslot=0x1B11A, + linebreak="al", + unicodeslot=0x18C0D, }, - [0x1B11B]={ + [0x18C0E]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER WO-6", + description="KHITAN SMALL SCRIPT CHARACTER-18C0E", direction="l", - linebreak="id", - unicodeslot=0x1B11B, + linebreak="al", + unicodeslot=0x18C0E, }, - [0x1B11C]={ + [0x18C0F]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER WO-7", + description="KHITAN SMALL SCRIPT CHARACTER-18C0F", direction="l", - linebreak="id", - unicodeslot=0x1B11C, + linebreak="al", + unicodeslot=0x18C0F, }, - [0x1B11D]={ + [0x18C10]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER N-MU-MO-1", + description="KHITAN SMALL SCRIPT CHARACTER-18C10", direction="l", - linebreak="id", - unicodeslot=0x1B11D, + linebreak="al", + unicodeslot=0x18C10, }, - [0x1B11E]={ + [0x18C11]={ category="lo", cjkwd="w", - description="HENTAIGANA LETTER N-MU-MO-2", + description="KHITAN SMALL SCRIPT CHARACTER-18C11", direction="l", - linebreak="id", - unicodeslot=0x1B11E, + linebreak="al", + unicodeslot=0x18C11, }, - [0x1B150]={ + [0x18C12]={ category="lo", cjkwd="w", - description="HIRAGANA LETTER SMALL WI", + description="KHITAN SMALL SCRIPT CHARACTER-18C12", direction="l", - linebreak="cj", - unicodeslot=0x1B150, + linebreak="al", + unicodeslot=0x18C12, }, - [0x1B151]={ + [0x18C13]={ category="lo", cjkwd="w", - description="HIRAGANA LETTER SMALL WE", + description="KHITAN SMALL SCRIPT CHARACTER-18C13", direction="l", - linebreak="cj", - unicodeslot=0x1B151, + linebreak="al", + unicodeslot=0x18C13, }, - [0x1B152]={ + [0x18C14]={ category="lo", cjkwd="w", - description="HIRAGANA LETTER SMALL WO", + description="KHITAN SMALL SCRIPT CHARACTER-18C14", direction="l", - linebreak="cj", - unicodeslot=0x1B152, + linebreak="al", + unicodeslot=0x18C14, }, - [0x1B164]={ + [0x18C15]={ category="lo", cjkwd="w", - description="KATAKANA LETTER SMALL WI", + description="KHITAN SMALL SCRIPT CHARACTER-18C15", direction="l", - linebreak="cj", - unicodeslot=0x1B164, + linebreak="al", + unicodeslot=0x18C15, }, - [0x1B165]={ + [0x18C16]={ category="lo", cjkwd="w", - description="KATAKANA LETTER SMALL WE", + description="KHITAN SMALL SCRIPT CHARACTER-18C16", direction="l", - linebreak="cj", - unicodeslot=0x1B165, + linebreak="al", + unicodeslot=0x18C16, }, - [0x1B166]={ + [0x18C17]={ category="lo", cjkwd="w", - description="KATAKANA LETTER SMALL WO", + description="KHITAN SMALL SCRIPT CHARACTER-18C17", direction="l", - linebreak="cj", - unicodeslot=0x1B166, + linebreak="al", + unicodeslot=0x18C17, }, - [0x1B167]={ + [0x18C18]={ category="lo", cjkwd="w", - description="KATAKANA LETTER SMALL N", + description="KHITAN SMALL SCRIPT CHARACTER-18C18", direction="l", - linebreak="cj", - unicodeslot=0x1B167, + linebreak="al", + unicodeslot=0x18C18, }, - [0x1B170]={ + [0x18C19]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B170", + description="KHITAN SMALL SCRIPT CHARACTER-18C19", direction="l", - linebreak="id", - unicodeslot=0x1B170, + linebreak="al", + unicodeslot=0x18C19, }, - [0x1B171]={ + [0x18C1A]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B171", + description="KHITAN SMALL SCRIPT CHARACTER-18C1A", direction="l", - linebreak="id", - unicodeslot=0x1B171, + linebreak="al", + unicodeslot=0x18C1A, }, - [0x1B172]={ + [0x18C1B]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B172", + description="KHITAN SMALL SCRIPT CHARACTER-18C1B", direction="l", - linebreak="id", - unicodeslot=0x1B172, + linebreak="al", + unicodeslot=0x18C1B, }, - [0x1B173]={ + [0x18C1C]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B173", + description="KHITAN SMALL SCRIPT CHARACTER-18C1C", direction="l", - linebreak="id", - unicodeslot=0x1B173, + linebreak="al", + unicodeslot=0x18C1C, }, - [0x1B174]={ + [0x18C1D]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B174", + description="KHITAN SMALL SCRIPT CHARACTER-18C1D", direction="l", - linebreak="id", - unicodeslot=0x1B174, + linebreak="al", + unicodeslot=0x18C1D, }, - [0x1B175]={ + [0x18C1E]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B175", + description="KHITAN SMALL SCRIPT CHARACTER-18C1E", direction="l", - linebreak="id", - unicodeslot=0x1B175, + linebreak="al", + unicodeslot=0x18C1E, }, - [0x1B176]={ + [0x18C1F]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B176", + description="KHITAN SMALL SCRIPT CHARACTER-18C1F", direction="l", - linebreak="id", - unicodeslot=0x1B176, + linebreak="al", + unicodeslot=0x18C1F, }, - [0x1B177]={ + [0x18C20]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B177", + description="KHITAN SMALL SCRIPT CHARACTER-18C20", direction="l", - linebreak="id", - unicodeslot=0x1B177, + linebreak="al", + unicodeslot=0x18C20, }, - [0x1B178]={ + [0x18C21]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B178", + description="KHITAN SMALL SCRIPT CHARACTER-18C21", direction="l", - linebreak="id", - unicodeslot=0x1B178, + linebreak="al", + unicodeslot=0x18C21, }, - [0x1B179]={ + [0x18C22]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B179", + description="KHITAN SMALL SCRIPT CHARACTER-18C22", direction="l", - linebreak="id", - unicodeslot=0x1B179, + linebreak="al", + unicodeslot=0x18C22, }, - [0x1B17A]={ + [0x18C23]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B17A", + description="KHITAN SMALL SCRIPT CHARACTER-18C23", direction="l", - linebreak="id", - unicodeslot=0x1B17A, + linebreak="al", + unicodeslot=0x18C23, }, - [0x1B17B]={ + [0x18C24]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B17B", + description="KHITAN SMALL SCRIPT CHARACTER-18C24", direction="l", - linebreak="id", - unicodeslot=0x1B17B, + linebreak="al", + unicodeslot=0x18C24, }, - [0x1B17C]={ + [0x18C25]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B17C", + description="KHITAN SMALL SCRIPT CHARACTER-18C25", direction="l", - linebreak="id", - unicodeslot=0x1B17C, + linebreak="al", + unicodeslot=0x18C25, }, - [0x1B17D]={ + [0x18C26]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B17D", + description="KHITAN SMALL SCRIPT CHARACTER-18C26", direction="l", - linebreak="id", - unicodeslot=0x1B17D, + linebreak="al", + unicodeslot=0x18C26, }, - [0x1B17E]={ + [0x18C27]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B17E", + description="KHITAN SMALL SCRIPT CHARACTER-18C27", direction="l", - linebreak="id", - unicodeslot=0x1B17E, + linebreak="al", + unicodeslot=0x18C27, }, - [0x1B17F]={ + [0x18C28]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B17F", + description="KHITAN SMALL SCRIPT CHARACTER-18C28", direction="l", - linebreak="id", - unicodeslot=0x1B17F, + linebreak="al", + unicodeslot=0x18C28, }, - [0x1B180]={ + [0x18C29]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B180", + description="KHITAN SMALL SCRIPT CHARACTER-18C29", direction="l", - linebreak="id", - unicodeslot=0x1B180, + linebreak="al", + unicodeslot=0x18C29, }, - [0x1B181]={ + [0x18C2A]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B181", + description="KHITAN SMALL SCRIPT CHARACTER-18C2A", direction="l", - linebreak="id", - unicodeslot=0x1B181, + linebreak="al", + unicodeslot=0x18C2A, }, - [0x1B182]={ + [0x18C2B]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B182", + description="KHITAN SMALL SCRIPT CHARACTER-18C2B", direction="l", - linebreak="id", - unicodeslot=0x1B182, + linebreak="al", + unicodeslot=0x18C2B, }, - [0x1B183]={ + [0x18C2C]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B183", + description="KHITAN SMALL SCRIPT CHARACTER-18C2C", direction="l", - linebreak="id", - unicodeslot=0x1B183, + linebreak="al", + unicodeslot=0x18C2C, }, - [0x1B184]={ + [0x18C2D]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B184", + description="KHITAN SMALL SCRIPT CHARACTER-18C2D", direction="l", - linebreak="id", - unicodeslot=0x1B184, + linebreak="al", + unicodeslot=0x18C2D, }, - [0x1B185]={ + [0x18C2E]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B185", + description="KHITAN SMALL SCRIPT CHARACTER-18C2E", direction="l", - linebreak="id", - unicodeslot=0x1B185, + linebreak="al", + unicodeslot=0x18C2E, }, - [0x1B186]={ + [0x18C2F]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B186", + description="KHITAN SMALL SCRIPT CHARACTER-18C2F", direction="l", - linebreak="id", - unicodeslot=0x1B186, + linebreak="al", + unicodeslot=0x18C2F, }, - [0x1B187]={ + [0x18C30]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B187", + description="KHITAN SMALL SCRIPT CHARACTER-18C30", direction="l", - linebreak="id", - unicodeslot=0x1B187, + linebreak="al", + unicodeslot=0x18C30, }, - [0x1B188]={ + [0x18C31]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B188", + description="KHITAN SMALL SCRIPT CHARACTER-18C31", direction="l", - linebreak="id", - unicodeslot=0x1B188, + linebreak="al", + unicodeslot=0x18C31, }, - [0x1B189]={ + [0x18C32]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B189", + description="KHITAN SMALL SCRIPT CHARACTER-18C32", direction="l", - linebreak="id", - unicodeslot=0x1B189, + linebreak="al", + unicodeslot=0x18C32, }, - [0x1B18A]={ + [0x18C33]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B18A", + description="KHITAN SMALL SCRIPT CHARACTER-18C33", direction="l", - linebreak="id", - unicodeslot=0x1B18A, + linebreak="al", + unicodeslot=0x18C33, }, - [0x1B18B]={ + [0x18C34]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B18B", + description="KHITAN SMALL SCRIPT CHARACTER-18C34", direction="l", - linebreak="id", - unicodeslot=0x1B18B, + linebreak="al", + unicodeslot=0x18C34, }, - [0x1B18C]={ + [0x18C35]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B18C", + description="KHITAN SMALL SCRIPT CHARACTER-18C35", direction="l", - linebreak="id", - unicodeslot=0x1B18C, + linebreak="al", + unicodeslot=0x18C35, }, - [0x1B18D]={ + [0x18C36]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B18D", + description="KHITAN SMALL SCRIPT CHARACTER-18C36", direction="l", - linebreak="id", - unicodeslot=0x1B18D, + linebreak="al", + unicodeslot=0x18C36, }, - [0x1B18E]={ + [0x18C37]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B18E", + description="KHITAN SMALL SCRIPT CHARACTER-18C37", direction="l", - linebreak="id", - unicodeslot=0x1B18E, + linebreak="al", + unicodeslot=0x18C37, }, - [0x1B18F]={ + [0x18C38]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B18F", + description="KHITAN SMALL SCRIPT CHARACTER-18C38", direction="l", - linebreak="id", - unicodeslot=0x1B18F, + linebreak="al", + unicodeslot=0x18C38, }, - [0x1B190]={ + [0x18C39]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B190", + description="KHITAN SMALL SCRIPT CHARACTER-18C39", direction="l", - linebreak="id", - unicodeslot=0x1B190, + linebreak="al", + unicodeslot=0x18C39, }, - [0x1B191]={ + [0x18C3A]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B191", + description="KHITAN SMALL SCRIPT CHARACTER-18C3A", direction="l", - linebreak="id", - unicodeslot=0x1B191, + linebreak="al", + unicodeslot=0x18C3A, }, - [0x1B192]={ + [0x18C3B]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B192", + description="KHITAN SMALL SCRIPT CHARACTER-18C3B", direction="l", - linebreak="id", - unicodeslot=0x1B192, + linebreak="al", + unicodeslot=0x18C3B, }, - [0x1B193]={ + [0x18C3C]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B193", + description="KHITAN SMALL SCRIPT CHARACTER-18C3C", direction="l", - linebreak="id", - unicodeslot=0x1B193, + linebreak="al", + unicodeslot=0x18C3C, }, - [0x1B194]={ + [0x18C3D]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B194", + description="KHITAN SMALL SCRIPT CHARACTER-18C3D", direction="l", - linebreak="id", - unicodeslot=0x1B194, + linebreak="al", + unicodeslot=0x18C3D, }, - [0x1B195]={ + [0x18C3E]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B195", + description="KHITAN SMALL SCRIPT CHARACTER-18C3E", direction="l", - linebreak="id", - unicodeslot=0x1B195, + linebreak="al", + unicodeslot=0x18C3E, }, - [0x1B196]={ + [0x18C3F]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B196", + description="KHITAN SMALL SCRIPT CHARACTER-18C3F", direction="l", - linebreak="id", - unicodeslot=0x1B196, + linebreak="al", + unicodeslot=0x18C3F, }, - [0x1B197]={ + [0x18C40]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B197", + description="KHITAN SMALL SCRIPT CHARACTER-18C40", direction="l", - linebreak="id", - unicodeslot=0x1B197, + linebreak="al", + unicodeslot=0x18C40, }, - [0x1B198]={ + [0x18C41]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B198", + description="KHITAN SMALL SCRIPT CHARACTER-18C41", direction="l", - linebreak="id", - unicodeslot=0x1B198, + linebreak="al", + unicodeslot=0x18C41, }, - [0x1B199]={ + [0x18C42]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B199", + description="KHITAN SMALL SCRIPT CHARACTER-18C42", direction="l", - linebreak="id", - unicodeslot=0x1B199, + linebreak="al", + unicodeslot=0x18C42, }, - [0x1B19A]={ + [0x18C43]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B19A", + description="KHITAN SMALL SCRIPT CHARACTER-18C43", direction="l", - linebreak="id", - unicodeslot=0x1B19A, + linebreak="al", + unicodeslot=0x18C43, }, - [0x1B19B]={ + [0x18C44]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B19B", + description="KHITAN SMALL SCRIPT CHARACTER-18C44", direction="l", - linebreak="id", - unicodeslot=0x1B19B, + linebreak="al", + unicodeslot=0x18C44, }, - [0x1B19C]={ + [0x18C45]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B19C", + description="KHITAN SMALL SCRIPT CHARACTER-18C45", direction="l", - linebreak="id", - unicodeslot=0x1B19C, + linebreak="al", + unicodeslot=0x18C45, }, - [0x1B19D]={ + [0x18C46]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B19D", + description="KHITAN SMALL SCRIPT CHARACTER-18C46", direction="l", - linebreak="id", - unicodeslot=0x1B19D, + linebreak="al", + unicodeslot=0x18C46, }, - [0x1B19E]={ + [0x18C47]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B19E", + description="KHITAN SMALL SCRIPT CHARACTER-18C47", direction="l", - linebreak="id", - unicodeslot=0x1B19E, + linebreak="al", + unicodeslot=0x18C47, }, - [0x1B19F]={ + [0x18C48]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B19F", + description="KHITAN SMALL SCRIPT CHARACTER-18C48", direction="l", - linebreak="id", - unicodeslot=0x1B19F, + linebreak="al", + unicodeslot=0x18C48, }, - [0x1B1A0]={ + [0x18C49]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1A0", + description="KHITAN SMALL SCRIPT CHARACTER-18C49", direction="l", - linebreak="id", - unicodeslot=0x1B1A0, + linebreak="al", + unicodeslot=0x18C49, }, - [0x1B1A1]={ + [0x18C4A]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1A1", + description="KHITAN SMALL SCRIPT CHARACTER-18C4A", direction="l", - linebreak="id", - unicodeslot=0x1B1A1, + linebreak="al", + unicodeslot=0x18C4A, }, - [0x1B1A2]={ + [0x18C4B]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1A2", + description="KHITAN SMALL SCRIPT CHARACTER-18C4B", direction="l", - linebreak="id", - unicodeslot=0x1B1A2, + linebreak="al", + unicodeslot=0x18C4B, }, - [0x1B1A3]={ + [0x18C4C]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1A3", + description="KHITAN SMALL SCRIPT CHARACTER-18C4C", direction="l", - linebreak="id", - unicodeslot=0x1B1A3, + linebreak="al", + unicodeslot=0x18C4C, }, - [0x1B1A4]={ + [0x18C4D]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1A4", + description="KHITAN SMALL SCRIPT CHARACTER-18C4D", direction="l", - linebreak="id", - unicodeslot=0x1B1A4, + linebreak="al", + unicodeslot=0x18C4D, }, - [0x1B1A5]={ + [0x18C4E]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1A5", + description="KHITAN SMALL SCRIPT CHARACTER-18C4E", direction="l", - linebreak="id", - unicodeslot=0x1B1A5, + linebreak="al", + unicodeslot=0x18C4E, }, - [0x1B1A6]={ + [0x18C4F]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1A6", + description="KHITAN SMALL SCRIPT CHARACTER-18C4F", direction="l", - linebreak="id", - unicodeslot=0x1B1A6, + linebreak="al", + unicodeslot=0x18C4F, }, - [0x1B1A7]={ + [0x18C50]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1A7", + description="KHITAN SMALL SCRIPT CHARACTER-18C50", direction="l", - linebreak="id", - unicodeslot=0x1B1A7, + linebreak="al", + unicodeslot=0x18C50, }, - [0x1B1A8]={ + [0x18C51]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1A8", + description="KHITAN SMALL SCRIPT CHARACTER-18C51", direction="l", - linebreak="id", - unicodeslot=0x1B1A8, + linebreak="al", + unicodeslot=0x18C51, }, - [0x1B1A9]={ + [0x18C52]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1A9", + description="KHITAN SMALL SCRIPT CHARACTER-18C52", direction="l", - linebreak="id", - unicodeslot=0x1B1A9, + linebreak="al", + unicodeslot=0x18C52, }, - [0x1B1AA]={ + [0x18C53]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1AA", + description="KHITAN SMALL SCRIPT CHARACTER-18C53", direction="l", - linebreak="id", - unicodeslot=0x1B1AA, + linebreak="al", + unicodeslot=0x18C53, }, - [0x1B1AB]={ + [0x18C54]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1AB", + description="KHITAN SMALL SCRIPT CHARACTER-18C54", direction="l", - linebreak="id", - unicodeslot=0x1B1AB, + linebreak="al", + unicodeslot=0x18C54, }, - [0x1B1AC]={ + [0x18C55]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1AC", + description="KHITAN SMALL SCRIPT CHARACTER-18C55", direction="l", - linebreak="id", - unicodeslot=0x1B1AC, + linebreak="al", + unicodeslot=0x18C55, }, - [0x1B1AD]={ + [0x18C56]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1AD", + description="KHITAN SMALL SCRIPT CHARACTER-18C56", direction="l", - linebreak="id", - unicodeslot=0x1B1AD, + linebreak="al", + unicodeslot=0x18C56, }, - [0x1B1AE]={ + [0x18C57]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1AE", + description="KHITAN SMALL SCRIPT CHARACTER-18C57", direction="l", - linebreak="id", - unicodeslot=0x1B1AE, + linebreak="al", + unicodeslot=0x18C57, }, - [0x1B1AF]={ + [0x18C58]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1AF", + description="KHITAN SMALL SCRIPT CHARACTER-18C58", direction="l", - linebreak="id", - unicodeslot=0x1B1AF, + linebreak="al", + unicodeslot=0x18C58, }, - [0x1B1B0]={ + [0x18C59]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1B0", + description="KHITAN SMALL SCRIPT CHARACTER-18C59", direction="l", - linebreak="id", - unicodeslot=0x1B1B0, + linebreak="al", + unicodeslot=0x18C59, }, - [0x1B1B1]={ + [0x18C5A]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1B1", + description="KHITAN SMALL SCRIPT CHARACTER-18C5A", direction="l", - linebreak="id", - unicodeslot=0x1B1B1, + linebreak="al", + unicodeslot=0x18C5A, }, - [0x1B1B2]={ + [0x18C5B]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1B2", + description="KHITAN SMALL SCRIPT CHARACTER-18C5B", direction="l", - linebreak="id", - unicodeslot=0x1B1B2, + linebreak="al", + unicodeslot=0x18C5B, }, - [0x1B1B3]={ + [0x18C5C]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1B3", + description="KHITAN SMALL SCRIPT CHARACTER-18C5C", direction="l", - linebreak="id", - unicodeslot=0x1B1B3, + linebreak="al", + unicodeslot=0x18C5C, }, - [0x1B1B4]={ + [0x18C5D]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1B4", + description="KHITAN SMALL SCRIPT CHARACTER-18C5D", direction="l", - linebreak="id", - unicodeslot=0x1B1B4, + linebreak="al", + unicodeslot=0x18C5D, }, - [0x1B1B5]={ + [0x18C5E]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1B5", + description="KHITAN SMALL SCRIPT CHARACTER-18C5E", direction="l", - linebreak="id", - unicodeslot=0x1B1B5, + linebreak="al", + unicodeslot=0x18C5E, }, - [0x1B1B6]={ + [0x18C5F]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1B6", + description="KHITAN SMALL SCRIPT CHARACTER-18C5F", direction="l", - linebreak="id", - unicodeslot=0x1B1B6, + linebreak="al", + unicodeslot=0x18C5F, }, - [0x1B1B7]={ + [0x18C60]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1B7", + description="KHITAN SMALL SCRIPT CHARACTER-18C60", direction="l", - linebreak="id", - unicodeslot=0x1B1B7, + linebreak="al", + unicodeslot=0x18C60, }, - [0x1B1B8]={ + [0x18C61]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1B8", + description="KHITAN SMALL SCRIPT CHARACTER-18C61", direction="l", - linebreak="id", - unicodeslot=0x1B1B8, + linebreak="al", + unicodeslot=0x18C61, }, - [0x1B1B9]={ + [0x18C62]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1B9", + description="KHITAN SMALL SCRIPT CHARACTER-18C62", direction="l", - linebreak="id", - unicodeslot=0x1B1B9, + linebreak="al", + unicodeslot=0x18C62, }, - [0x1B1BA]={ + [0x18C63]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1BA", + description="KHITAN SMALL SCRIPT CHARACTER-18C63", direction="l", - linebreak="id", - unicodeslot=0x1B1BA, + linebreak="al", + unicodeslot=0x18C63, }, - [0x1B1BB]={ + [0x18C64]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1BB", + description="KHITAN SMALL SCRIPT CHARACTER-18C64", direction="l", - linebreak="id", - unicodeslot=0x1B1BB, + linebreak="al", + unicodeslot=0x18C64, }, - [0x1B1BC]={ + [0x18C65]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1BC", + description="KHITAN SMALL SCRIPT CHARACTER-18C65", direction="l", - linebreak="id", - unicodeslot=0x1B1BC, + linebreak="al", + unicodeslot=0x18C65, }, - [0x1B1BD]={ + [0x18C66]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1BD", + description="KHITAN SMALL SCRIPT CHARACTER-18C66", direction="l", - linebreak="id", - unicodeslot=0x1B1BD, + linebreak="al", + unicodeslot=0x18C66, }, - [0x1B1BE]={ + [0x18C67]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1BE", + description="KHITAN SMALL SCRIPT CHARACTER-18C67", direction="l", - linebreak="id", - unicodeslot=0x1B1BE, + linebreak="al", + unicodeslot=0x18C67, }, - [0x1B1BF]={ + [0x18C68]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1BF", + description="KHITAN SMALL SCRIPT CHARACTER-18C68", direction="l", - linebreak="id", - unicodeslot=0x1B1BF, + linebreak="al", + unicodeslot=0x18C68, }, - [0x1B1C0]={ + [0x18C69]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1C0", + description="KHITAN SMALL SCRIPT CHARACTER-18C69", direction="l", - linebreak="id", - unicodeslot=0x1B1C0, + linebreak="al", + unicodeslot=0x18C69, }, - [0x1B1C1]={ + [0x18C6A]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1C1", + description="KHITAN SMALL SCRIPT CHARACTER-18C6A", direction="l", - linebreak="id", - unicodeslot=0x1B1C1, + linebreak="al", + unicodeslot=0x18C6A, }, - [0x1B1C2]={ + [0x18C6B]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1C2", + description="KHITAN SMALL SCRIPT CHARACTER-18C6B", direction="l", - linebreak="id", - unicodeslot=0x1B1C2, + linebreak="al", + unicodeslot=0x18C6B, }, - [0x1B1C3]={ + [0x18C6C]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1C3", + description="KHITAN SMALL SCRIPT CHARACTER-18C6C", direction="l", - linebreak="id", - unicodeslot=0x1B1C3, + linebreak="al", + unicodeslot=0x18C6C, }, - [0x1B1C4]={ + [0x18C6D]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1C4", + description="KHITAN SMALL SCRIPT CHARACTER-18C6D", direction="l", - linebreak="id", - unicodeslot=0x1B1C4, + linebreak="al", + unicodeslot=0x18C6D, }, - [0x1B1C5]={ + [0x18C6E]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1C5", + description="KHITAN SMALL SCRIPT CHARACTER-18C6E", direction="l", - linebreak="id", - unicodeslot=0x1B1C5, + linebreak="al", + unicodeslot=0x18C6E, }, - [0x1B1C6]={ + [0x18C6F]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1C6", + description="KHITAN SMALL SCRIPT CHARACTER-18C6F", direction="l", - linebreak="id", - unicodeslot=0x1B1C6, + linebreak="al", + unicodeslot=0x18C6F, }, - [0x1B1C7]={ + [0x18C70]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1C7", + description="KHITAN SMALL SCRIPT CHARACTER-18C70", direction="l", - linebreak="id", - unicodeslot=0x1B1C7, + linebreak="al", + unicodeslot=0x18C70, }, - [0x1B1C8]={ + [0x18C71]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1C8", + description="KHITAN SMALL SCRIPT CHARACTER-18C71", direction="l", - linebreak="id", - unicodeslot=0x1B1C8, + linebreak="al", + unicodeslot=0x18C71, }, - [0x1B1C9]={ + [0x18C72]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1C9", + description="KHITAN SMALL SCRIPT CHARACTER-18C72", direction="l", - linebreak="id", - unicodeslot=0x1B1C9, + linebreak="al", + unicodeslot=0x18C72, }, - [0x1B1CA]={ + [0x18C73]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1CA", + description="KHITAN SMALL SCRIPT CHARACTER-18C73", direction="l", - linebreak="id", - unicodeslot=0x1B1CA, + linebreak="al", + unicodeslot=0x18C73, }, - [0x1B1CB]={ + [0x18C74]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1CB", + description="KHITAN SMALL SCRIPT CHARACTER-18C74", direction="l", - linebreak="id", - unicodeslot=0x1B1CB, + linebreak="al", + unicodeslot=0x18C74, }, - [0x1B1CC]={ + [0x18C75]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1CC", + description="KHITAN SMALL SCRIPT CHARACTER-18C75", direction="l", - linebreak="id", - unicodeslot=0x1B1CC, + linebreak="al", + unicodeslot=0x18C75, }, - [0x1B1CD]={ + [0x18C76]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1CD", + description="KHITAN SMALL SCRIPT CHARACTER-18C76", direction="l", - linebreak="id", - unicodeslot=0x1B1CD, + linebreak="al", + unicodeslot=0x18C76, }, - [0x1B1CE]={ + [0x18C77]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1CE", + description="KHITAN SMALL SCRIPT CHARACTER-18C77", direction="l", - linebreak="id", - unicodeslot=0x1B1CE, + linebreak="al", + unicodeslot=0x18C77, }, - [0x1B1CF]={ + [0x18C78]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1CF", + description="KHITAN SMALL SCRIPT CHARACTER-18C78", direction="l", - linebreak="id", - unicodeslot=0x1B1CF, + linebreak="al", + unicodeslot=0x18C78, }, - [0x1B1D0]={ + [0x18C79]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1D0", + description="KHITAN SMALL SCRIPT CHARACTER-18C79", direction="l", - linebreak="id", - unicodeslot=0x1B1D0, + linebreak="al", + unicodeslot=0x18C79, }, - [0x1B1D1]={ + [0x18C7A]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1D1", + description="KHITAN SMALL SCRIPT CHARACTER-18C7A", direction="l", - linebreak="id", - unicodeslot=0x1B1D1, + linebreak="al", + unicodeslot=0x18C7A, }, - [0x1B1D2]={ + [0x18C7B]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1D2", + description="KHITAN SMALL SCRIPT CHARACTER-18C7B", direction="l", - linebreak="id", - unicodeslot=0x1B1D2, + linebreak="al", + unicodeslot=0x18C7B, }, - [0x1B1D3]={ + [0x18C7C]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1D3", + description="KHITAN SMALL SCRIPT CHARACTER-18C7C", direction="l", - linebreak="id", - unicodeslot=0x1B1D3, + linebreak="al", + unicodeslot=0x18C7C, }, - [0x1B1D4]={ + [0x18C7D]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1D4", + description="KHITAN SMALL SCRIPT CHARACTER-18C7D", direction="l", - linebreak="id", - unicodeslot=0x1B1D4, + linebreak="al", + unicodeslot=0x18C7D, }, - [0x1B1D5]={ + [0x18C7E]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1D5", + description="KHITAN SMALL SCRIPT CHARACTER-18C7E", direction="l", - linebreak="id", - unicodeslot=0x1B1D5, + linebreak="al", + unicodeslot=0x18C7E, }, - [0x1B1D6]={ + [0x18C7F]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1D6", + description="KHITAN SMALL SCRIPT CHARACTER-18C7F", direction="l", - linebreak="id", - unicodeslot=0x1B1D6, + linebreak="al", + unicodeslot=0x18C7F, }, - [0x1B1D7]={ + [0x18C80]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1D7", + description="KHITAN SMALL SCRIPT CHARACTER-18C80", direction="l", - linebreak="id", - unicodeslot=0x1B1D7, + linebreak="al", + unicodeslot=0x18C80, }, - [0x1B1D8]={ + [0x18C81]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1D8", + description="KHITAN SMALL SCRIPT CHARACTER-18C81", direction="l", - linebreak="id", - unicodeslot=0x1B1D8, + linebreak="al", + unicodeslot=0x18C81, }, - [0x1B1D9]={ + [0x18C82]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1D9", + description="KHITAN SMALL SCRIPT CHARACTER-18C82", direction="l", - linebreak="id", - unicodeslot=0x1B1D9, + linebreak="al", + unicodeslot=0x18C82, }, - [0x1B1DA]={ + [0x18C83]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1DA", + description="KHITAN SMALL SCRIPT CHARACTER-18C83", direction="l", - linebreak="id", - unicodeslot=0x1B1DA, + linebreak="al", + unicodeslot=0x18C83, }, - [0x1B1DB]={ + [0x18C84]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1DB", + description="KHITAN SMALL SCRIPT CHARACTER-18C84", direction="l", - linebreak="id", - unicodeslot=0x1B1DB, + linebreak="al", + unicodeslot=0x18C84, }, - [0x1B1DC]={ + [0x18C85]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1DC", + description="KHITAN SMALL SCRIPT CHARACTER-18C85", direction="l", - linebreak="id", - unicodeslot=0x1B1DC, + linebreak="al", + unicodeslot=0x18C85, }, - [0x1B1DD]={ + [0x18C86]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1DD", + description="KHITAN SMALL SCRIPT CHARACTER-18C86", direction="l", - linebreak="id", - unicodeslot=0x1B1DD, + linebreak="al", + unicodeslot=0x18C86, }, - [0x1B1DE]={ + [0x18C87]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1DE", + description="KHITAN SMALL SCRIPT CHARACTER-18C87", direction="l", - linebreak="id", - unicodeslot=0x1B1DE, + linebreak="al", + unicodeslot=0x18C87, }, - [0x1B1DF]={ + [0x18C88]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1DF", + description="KHITAN SMALL SCRIPT CHARACTER-18C88", direction="l", - linebreak="id", - unicodeslot=0x1B1DF, + linebreak="al", + unicodeslot=0x18C88, }, - [0x1B1E0]={ + [0x18C89]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1E0", + description="KHITAN SMALL SCRIPT CHARACTER-18C89", direction="l", - linebreak="id", - unicodeslot=0x1B1E0, + linebreak="al", + unicodeslot=0x18C89, }, - [0x1B1E1]={ + [0x18C8A]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1E1", + description="KHITAN SMALL SCRIPT CHARACTER-18C8A", direction="l", - linebreak="id", - unicodeslot=0x1B1E1, + linebreak="al", + unicodeslot=0x18C8A, }, - [0x1B1E2]={ + [0x18C8B]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1E2", + description="KHITAN SMALL SCRIPT CHARACTER-18C8B", direction="l", - linebreak="id", - unicodeslot=0x1B1E2, + linebreak="al", + unicodeslot=0x18C8B, }, - [0x1B1E3]={ + [0x18C8C]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1E3", + description="KHITAN SMALL SCRIPT CHARACTER-18C8C", direction="l", - linebreak="id", - unicodeslot=0x1B1E3, + linebreak="al", + unicodeslot=0x18C8C, }, - [0x1B1E4]={ + [0x18C8D]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1E4", + description="KHITAN SMALL SCRIPT CHARACTER-18C8D", direction="l", - linebreak="id", - unicodeslot=0x1B1E4, + linebreak="al", + unicodeslot=0x18C8D, }, - [0x1B1E5]={ + [0x18C8E]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1E5", + description="KHITAN SMALL SCRIPT CHARACTER-18C8E", direction="l", - linebreak="id", - unicodeslot=0x1B1E5, + linebreak="al", + unicodeslot=0x18C8E, }, - [0x1B1E6]={ + [0x18C8F]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1E6", + description="KHITAN SMALL SCRIPT CHARACTER-18C8F", direction="l", - linebreak="id", - unicodeslot=0x1B1E6, + linebreak="al", + unicodeslot=0x18C8F, }, - [0x1B1E7]={ + [0x18C90]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1E7", + description="KHITAN SMALL SCRIPT CHARACTER-18C90", direction="l", - linebreak="id", - unicodeslot=0x1B1E7, + linebreak="al", + unicodeslot=0x18C90, }, - [0x1B1E8]={ + [0x18C91]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1E8", + description="KHITAN SMALL SCRIPT CHARACTER-18C91", direction="l", - linebreak="id", - unicodeslot=0x1B1E8, + linebreak="al", + unicodeslot=0x18C91, }, - [0x1B1E9]={ + [0x18C92]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1E9", + description="KHITAN SMALL SCRIPT CHARACTER-18C92", direction="l", - linebreak="id", - unicodeslot=0x1B1E9, + linebreak="al", + unicodeslot=0x18C92, }, - [0x1B1EA]={ + [0x18C93]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1EA", + description="KHITAN SMALL SCRIPT CHARACTER-18C93", direction="l", - linebreak="id", - unicodeslot=0x1B1EA, + linebreak="al", + unicodeslot=0x18C93, }, - [0x1B1EB]={ + [0x18C94]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1EB", + description="KHITAN SMALL SCRIPT CHARACTER-18C94", direction="l", - linebreak="id", - unicodeslot=0x1B1EB, + linebreak="al", + unicodeslot=0x18C94, }, - [0x1B1EC]={ + [0x18C95]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1EC", + description="KHITAN SMALL SCRIPT CHARACTER-18C95", direction="l", - linebreak="id", - unicodeslot=0x1B1EC, + linebreak="al", + unicodeslot=0x18C95, }, - [0x1B1ED]={ + [0x18C96]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1ED", + description="KHITAN SMALL SCRIPT CHARACTER-18C96", direction="l", - linebreak="id", - unicodeslot=0x1B1ED, + linebreak="al", + unicodeslot=0x18C96, }, - [0x1B1EE]={ + [0x18C97]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1EE", + description="KHITAN SMALL SCRIPT CHARACTER-18C97", direction="l", - linebreak="id", - unicodeslot=0x1B1EE, + linebreak="al", + unicodeslot=0x18C97, }, - [0x1B1EF]={ + [0x18C98]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1EF", + description="KHITAN SMALL SCRIPT CHARACTER-18C98", direction="l", - linebreak="id", - unicodeslot=0x1B1EF, + linebreak="al", + unicodeslot=0x18C98, }, - [0x1B1F0]={ + [0x18C99]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1F0", + description="KHITAN SMALL SCRIPT CHARACTER-18C99", direction="l", - linebreak="id", - unicodeslot=0x1B1F0, + linebreak="al", + unicodeslot=0x18C99, }, - [0x1B1F1]={ + [0x18C9A]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1F1", + description="KHITAN SMALL SCRIPT CHARACTER-18C9A", direction="l", - linebreak="id", - unicodeslot=0x1B1F1, + linebreak="al", + unicodeslot=0x18C9A, }, - [0x1B1F2]={ + [0x18C9B]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1F2", + description="KHITAN SMALL SCRIPT CHARACTER-18C9B", direction="l", - linebreak="id", - unicodeslot=0x1B1F2, + linebreak="al", + unicodeslot=0x18C9B, }, - [0x1B1F3]={ + [0x18C9C]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1F3", + description="KHITAN SMALL SCRIPT CHARACTER-18C9C", direction="l", - linebreak="id", - unicodeslot=0x1B1F3, + linebreak="al", + unicodeslot=0x18C9C, }, - [0x1B1F4]={ + [0x18C9D]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1F4", + description="KHITAN SMALL SCRIPT CHARACTER-18C9D", direction="l", - linebreak="id", - unicodeslot=0x1B1F4, + linebreak="al", + unicodeslot=0x18C9D, }, - [0x1B1F5]={ + [0x18C9E]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1F5", + description="KHITAN SMALL SCRIPT CHARACTER-18C9E", direction="l", - linebreak="id", - unicodeslot=0x1B1F5, + linebreak="al", + unicodeslot=0x18C9E, }, - [0x1B1F6]={ + [0x18C9F]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1F6", + description="KHITAN SMALL SCRIPT CHARACTER-18C9F", direction="l", - linebreak="id", - unicodeslot=0x1B1F6, + linebreak="al", + unicodeslot=0x18C9F, }, - [0x1B1F7]={ + [0x18CA0]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1F7", + description="KHITAN SMALL SCRIPT CHARACTER-18CA0", direction="l", - linebreak="id", - unicodeslot=0x1B1F7, + linebreak="al", + unicodeslot=0x18CA0, }, - [0x1B1F8]={ + [0x18CA1]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1F8", + description="KHITAN SMALL SCRIPT CHARACTER-18CA1", direction="l", - linebreak="id", - unicodeslot=0x1B1F8, + linebreak="al", + unicodeslot=0x18CA1, }, - [0x1B1F9]={ + [0x18CA2]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1F9", + description="KHITAN SMALL SCRIPT CHARACTER-18CA2", direction="l", - linebreak="id", - unicodeslot=0x1B1F9, + linebreak="al", + unicodeslot=0x18CA2, }, - [0x1B1FA]={ + [0x18CA3]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1FA", + description="KHITAN SMALL SCRIPT CHARACTER-18CA3", direction="l", - linebreak="id", - unicodeslot=0x1B1FA, + linebreak="al", + unicodeslot=0x18CA3, }, - [0x1B1FB]={ + [0x18CA4]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1FB", + description="KHITAN SMALL SCRIPT CHARACTER-18CA4", direction="l", - linebreak="id", - unicodeslot=0x1B1FB, + linebreak="al", + unicodeslot=0x18CA4, }, - [0x1B1FC]={ + [0x18CA5]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1FC", + description="KHITAN SMALL SCRIPT CHARACTER-18CA5", direction="l", - linebreak="id", - unicodeslot=0x1B1FC, + linebreak="al", + unicodeslot=0x18CA5, }, - [0x1B1FD]={ + [0x18CA6]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1FD", + description="KHITAN SMALL SCRIPT CHARACTER-18CA6", direction="l", - linebreak="id", - unicodeslot=0x1B1FD, + linebreak="al", + unicodeslot=0x18CA6, }, - [0x1B1FE]={ + [0x18CA7]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1FE", + description="KHITAN SMALL SCRIPT CHARACTER-18CA7", direction="l", - linebreak="id", - unicodeslot=0x1B1FE, + linebreak="al", + unicodeslot=0x18CA7, }, - [0x1B1FF]={ + [0x18CA8]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B1FF", + description="KHITAN SMALL SCRIPT CHARACTER-18CA8", direction="l", - linebreak="id", - unicodeslot=0x1B1FF, + linebreak="al", + unicodeslot=0x18CA8, }, - [0x1B200]={ + [0x18CA9]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B200", + description="KHITAN SMALL SCRIPT CHARACTER-18CA9", direction="l", - linebreak="id", - unicodeslot=0x1B200, + linebreak="al", + unicodeslot=0x18CA9, }, - [0x1B201]={ + [0x18CAA]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B201", + description="KHITAN SMALL SCRIPT CHARACTER-18CAA", direction="l", - linebreak="id", - unicodeslot=0x1B201, + linebreak="al", + unicodeslot=0x18CAA, }, - [0x1B202]={ + [0x18CAB]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B202", + description="KHITAN SMALL SCRIPT CHARACTER-18CAB", direction="l", - linebreak="id", - unicodeslot=0x1B202, + linebreak="al", + unicodeslot=0x18CAB, }, - [0x1B203]={ + [0x18CAC]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B203", + description="KHITAN SMALL SCRIPT CHARACTER-18CAC", direction="l", - linebreak="id", - unicodeslot=0x1B203, + linebreak="al", + unicodeslot=0x18CAC, }, - [0x1B204]={ + [0x18CAD]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B204", + description="KHITAN SMALL SCRIPT CHARACTER-18CAD", direction="l", - linebreak="id", - unicodeslot=0x1B204, + linebreak="al", + unicodeslot=0x18CAD, }, - [0x1B205]={ + [0x18CAE]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B205", + description="KHITAN SMALL SCRIPT CHARACTER-18CAE", direction="l", - linebreak="id", - unicodeslot=0x1B205, + linebreak="al", + unicodeslot=0x18CAE, }, - [0x1B206]={ + [0x18CAF]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B206", + description="KHITAN SMALL SCRIPT CHARACTER-18CAF", direction="l", - linebreak="id", - unicodeslot=0x1B206, + linebreak="al", + unicodeslot=0x18CAF, }, - [0x1B207]={ + [0x18CB0]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B207", + description="KHITAN SMALL SCRIPT CHARACTER-18CB0", direction="l", - linebreak="id", - unicodeslot=0x1B207, + linebreak="al", + unicodeslot=0x18CB0, }, - [0x1B208]={ + [0x18CB1]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B208", + description="KHITAN SMALL SCRIPT CHARACTER-18CB1", direction="l", - linebreak="id", - unicodeslot=0x1B208, + linebreak="al", + unicodeslot=0x18CB1, }, - [0x1B209]={ + [0x18CB2]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B209", + description="KHITAN SMALL SCRIPT CHARACTER-18CB2", direction="l", - linebreak="id", - unicodeslot=0x1B209, + linebreak="al", + unicodeslot=0x18CB2, }, - [0x1B20A]={ + [0x18CB3]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B20A", + description="KHITAN SMALL SCRIPT CHARACTER-18CB3", direction="l", - linebreak="id", - unicodeslot=0x1B20A, + linebreak="al", + unicodeslot=0x18CB3, }, - [0x1B20B]={ + [0x18CB4]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B20B", + description="KHITAN SMALL SCRIPT CHARACTER-18CB4", direction="l", - linebreak="id", - unicodeslot=0x1B20B, + linebreak="al", + unicodeslot=0x18CB4, }, - [0x1B20C]={ + [0x18CB5]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B20C", + description="KHITAN SMALL SCRIPT CHARACTER-18CB5", direction="l", - linebreak="id", - unicodeslot=0x1B20C, + linebreak="al", + unicodeslot=0x18CB5, }, - [0x1B20D]={ + [0x18CB6]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B20D", + description="KHITAN SMALL SCRIPT CHARACTER-18CB6", direction="l", - linebreak="id", - unicodeslot=0x1B20D, + linebreak="al", + unicodeslot=0x18CB6, }, - [0x1B20E]={ + [0x18CB7]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B20E", + description="KHITAN SMALL SCRIPT CHARACTER-18CB7", direction="l", - linebreak="id", - unicodeslot=0x1B20E, + linebreak="al", + unicodeslot=0x18CB7, }, - [0x1B20F]={ + [0x18CB8]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B20F", + description="KHITAN SMALL SCRIPT CHARACTER-18CB8", direction="l", - linebreak="id", - unicodeslot=0x1B20F, + linebreak="al", + unicodeslot=0x18CB8, }, - [0x1B210]={ + [0x18CB9]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B210", + description="KHITAN SMALL SCRIPT CHARACTER-18CB9", direction="l", - linebreak="id", - unicodeslot=0x1B210, + linebreak="al", + unicodeslot=0x18CB9, }, - [0x1B211]={ + [0x18CBA]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B211", + description="KHITAN SMALL SCRIPT CHARACTER-18CBA", direction="l", - linebreak="id", - unicodeslot=0x1B211, + linebreak="al", + unicodeslot=0x18CBA, }, - [0x1B212]={ + [0x18CBB]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B212", + description="KHITAN SMALL SCRIPT CHARACTER-18CBB", direction="l", - linebreak="id", - unicodeslot=0x1B212, + linebreak="al", + unicodeslot=0x18CBB, }, - [0x1B213]={ + [0x18CBC]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B213", + description="KHITAN SMALL SCRIPT CHARACTER-18CBC", direction="l", - linebreak="id", - unicodeslot=0x1B213, + linebreak="al", + unicodeslot=0x18CBC, }, - [0x1B214]={ + [0x18CBD]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B214", + description="KHITAN SMALL SCRIPT CHARACTER-18CBD", direction="l", - linebreak="id", - unicodeslot=0x1B214, + linebreak="al", + unicodeslot=0x18CBD, }, - [0x1B215]={ + [0x18CBE]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B215", + description="KHITAN SMALL SCRIPT CHARACTER-18CBE", direction="l", - linebreak="id", - unicodeslot=0x1B215, + linebreak="al", + unicodeslot=0x18CBE, }, - [0x1B216]={ + [0x18CBF]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B216", + description="KHITAN SMALL SCRIPT CHARACTER-18CBF", direction="l", - linebreak="id", - unicodeslot=0x1B216, + linebreak="al", + unicodeslot=0x18CBF, }, - [0x1B217]={ + [0x18CC0]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B217", + description="KHITAN SMALL SCRIPT CHARACTER-18CC0", direction="l", - linebreak="id", - unicodeslot=0x1B217, + linebreak="al", + unicodeslot=0x18CC0, }, - [0x1B218]={ + [0x18CC1]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B218", + description="KHITAN SMALL SCRIPT CHARACTER-18CC1", direction="l", - linebreak="id", - unicodeslot=0x1B218, + linebreak="al", + unicodeslot=0x18CC1, }, - [0x1B219]={ + [0x18CC2]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B219", + description="KHITAN SMALL SCRIPT CHARACTER-18CC2", direction="l", - linebreak="id", - unicodeslot=0x1B219, + linebreak="al", + unicodeslot=0x18CC2, }, - [0x1B21A]={ + [0x18CC3]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B21A", + description="KHITAN SMALL SCRIPT CHARACTER-18CC3", direction="l", - linebreak="id", - unicodeslot=0x1B21A, + linebreak="al", + unicodeslot=0x18CC3, }, - [0x1B21B]={ + [0x18CC4]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B21B", + description="KHITAN SMALL SCRIPT CHARACTER-18CC4", direction="l", - linebreak="id", - unicodeslot=0x1B21B, + linebreak="al", + unicodeslot=0x18CC4, }, - [0x1B21C]={ + [0x18CC5]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B21C", + description="KHITAN SMALL SCRIPT CHARACTER-18CC5", direction="l", - linebreak="id", - unicodeslot=0x1B21C, + linebreak="al", + unicodeslot=0x18CC5, }, - [0x1B21D]={ + [0x18CC6]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B21D", + description="KHITAN SMALL SCRIPT CHARACTER-18CC6", direction="l", - linebreak="id", - unicodeslot=0x1B21D, + linebreak="al", + unicodeslot=0x18CC6, }, - [0x1B21E]={ + [0x18CC7]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B21E", + description="KHITAN SMALL SCRIPT CHARACTER-18CC7", direction="l", - linebreak="id", - unicodeslot=0x1B21E, + linebreak="al", + unicodeslot=0x18CC7, }, - [0x1B21F]={ + [0x18CC8]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B21F", + description="KHITAN SMALL SCRIPT CHARACTER-18CC8", direction="l", - linebreak="id", - unicodeslot=0x1B21F, + linebreak="al", + unicodeslot=0x18CC8, }, - [0x1B220]={ + [0x18CC9]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B220", + description="KHITAN SMALL SCRIPT CHARACTER-18CC9", direction="l", - linebreak="id", - unicodeslot=0x1B220, + linebreak="al", + unicodeslot=0x18CC9, }, - [0x1B221]={ + [0x18CCA]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B221", + description="KHITAN SMALL SCRIPT CHARACTER-18CCA", direction="l", - linebreak="id", - unicodeslot=0x1B221, + linebreak="al", + unicodeslot=0x18CCA, }, - [0x1B222]={ + [0x18CCB]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B222", + description="KHITAN SMALL SCRIPT CHARACTER-18CCB", direction="l", - linebreak="id", - unicodeslot=0x1B222, + linebreak="al", + unicodeslot=0x18CCB, }, - [0x1B223]={ + [0x18CCC]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B223", + description="KHITAN SMALL SCRIPT CHARACTER-18CCC", direction="l", - linebreak="id", - unicodeslot=0x1B223, + linebreak="al", + unicodeslot=0x18CCC, }, - [0x1B224]={ + [0x18CCD]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B224", + description="KHITAN SMALL SCRIPT CHARACTER-18CCD", direction="l", - linebreak="id", - unicodeslot=0x1B224, + linebreak="al", + unicodeslot=0x18CCD, }, - [0x1B225]={ + [0x18CCE]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B225", + description="KHITAN SMALL SCRIPT CHARACTER-18CCE", direction="l", - linebreak="id", - unicodeslot=0x1B225, + linebreak="al", + unicodeslot=0x18CCE, }, - [0x1B226]={ + [0x18CCF]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B226", + description="KHITAN SMALL SCRIPT CHARACTER-18CCF", direction="l", - linebreak="id", - unicodeslot=0x1B226, + linebreak="al", + unicodeslot=0x18CCF, }, - [0x1B227]={ + [0x18CD0]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B227", + description="KHITAN SMALL SCRIPT CHARACTER-18CD0", direction="l", - linebreak="id", - unicodeslot=0x1B227, + linebreak="al", + unicodeslot=0x18CD0, }, - [0x1B228]={ + [0x18CD1]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B228", + description="KHITAN SMALL SCRIPT CHARACTER-18CD1", direction="l", - linebreak="id", - unicodeslot=0x1B228, + linebreak="al", + unicodeslot=0x18CD1, }, - [0x1B229]={ + [0x18CD2]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B229", + description="KHITAN SMALL SCRIPT CHARACTER-18CD2", direction="l", - linebreak="id", - unicodeslot=0x1B229, + linebreak="al", + unicodeslot=0x18CD2, }, - [0x1B22A]={ + [0x18CD3]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B22A", + description="KHITAN SMALL SCRIPT CHARACTER-18CD3", direction="l", - linebreak="id", - unicodeslot=0x1B22A, + linebreak="al", + unicodeslot=0x18CD3, }, - [0x1B22B]={ + [0x18CD4]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B22B", + description="KHITAN SMALL SCRIPT CHARACTER-18CD4", direction="l", - linebreak="id", - unicodeslot=0x1B22B, + linebreak="al", + unicodeslot=0x18CD4, }, - [0x1B22C]={ + [0x18CD5]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B22C", + description="KHITAN SMALL SCRIPT CHARACTER-18CD5", direction="l", - linebreak="id", - unicodeslot=0x1B22C, + linebreak="al", + unicodeslot=0x18CD5, }, - [0x1B22D]={ + [0x1B000]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B22D", + description="KATAKANA LETTER ARCHAIC E", direction="l", linebreak="id", - unicodeslot=0x1B22D, + unicodeslot=0x1B000, }, - [0x1B22E]={ + [0x1B001]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B22E", + description="HIRAGANA LETTER ARCHAIC YE", direction="l", linebreak="id", - unicodeslot=0x1B22E, + unicodeslot=0x1B001, }, - [0x1B22F]={ + [0x1B002]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B22F", + description="HENTAIGANA LETTER A-1", direction="l", linebreak="id", - unicodeslot=0x1B22F, + unicodeslot=0x1B002, }, - [0x1B230]={ + [0x1B003]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B230", + description="HENTAIGANA LETTER A-2", direction="l", linebreak="id", - unicodeslot=0x1B230, + unicodeslot=0x1B003, }, - [0x1B231]={ + [0x1B004]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B231", + description="HENTAIGANA LETTER A-3", direction="l", linebreak="id", - unicodeslot=0x1B231, + unicodeslot=0x1B004, }, - [0x1B232]={ + [0x1B005]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B232", + description="HENTAIGANA LETTER A-WO", direction="l", linebreak="id", - unicodeslot=0x1B232, + unicodeslot=0x1B005, }, - [0x1B233]={ + [0x1B006]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B233", + description="HENTAIGANA LETTER I-1", direction="l", linebreak="id", - unicodeslot=0x1B233, + unicodeslot=0x1B006, }, - [0x1B234]={ + [0x1B007]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B234", + description="HENTAIGANA LETTER I-2", direction="l", linebreak="id", - unicodeslot=0x1B234, + unicodeslot=0x1B007, }, - [0x1B235]={ + [0x1B008]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B235", + description="HENTAIGANA LETTER I-3", direction="l", linebreak="id", - unicodeslot=0x1B235, + unicodeslot=0x1B008, }, - [0x1B236]={ + [0x1B009]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B236", + description="HENTAIGANA LETTER I-4", direction="l", linebreak="id", - unicodeslot=0x1B236, + unicodeslot=0x1B009, }, - [0x1B237]={ + [0x1B00A]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B237", + description="HENTAIGANA LETTER U-1", direction="l", linebreak="id", - unicodeslot=0x1B237, + unicodeslot=0x1B00A, }, - [0x1B238]={ + [0x1B00B]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B238", + description="HENTAIGANA LETTER U-2", direction="l", linebreak="id", - unicodeslot=0x1B238, + unicodeslot=0x1B00B, }, - [0x1B239]={ + [0x1B00C]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B239", + description="HENTAIGANA LETTER U-3", direction="l", linebreak="id", - unicodeslot=0x1B239, + unicodeslot=0x1B00C, }, - [0x1B23A]={ + [0x1B00D]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B23A", + description="HENTAIGANA LETTER U-4", direction="l", linebreak="id", - unicodeslot=0x1B23A, + unicodeslot=0x1B00D, }, - [0x1B23B]={ + [0x1B00E]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B23B", + description="HENTAIGANA LETTER U-5", direction="l", linebreak="id", - unicodeslot=0x1B23B, + unicodeslot=0x1B00E, }, - [0x1B23C]={ + [0x1B00F]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B23C", + description="HENTAIGANA LETTER E-2", direction="l", linebreak="id", - unicodeslot=0x1B23C, + unicodeslot=0x1B00F, }, - [0x1B23D]={ + [0x1B010]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B23D", + description="HENTAIGANA LETTER E-3", direction="l", linebreak="id", - unicodeslot=0x1B23D, + unicodeslot=0x1B010, }, - [0x1B23E]={ + [0x1B011]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B23E", + description="HENTAIGANA LETTER E-4", direction="l", linebreak="id", - unicodeslot=0x1B23E, + unicodeslot=0x1B011, }, - [0x1B23F]={ + [0x1B012]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B23F", + description="HENTAIGANA LETTER E-5", direction="l", linebreak="id", - unicodeslot=0x1B23F, + unicodeslot=0x1B012, }, - [0x1B240]={ + [0x1B013]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B240", + description="HENTAIGANA LETTER E-6", direction="l", linebreak="id", - unicodeslot=0x1B240, + unicodeslot=0x1B013, }, - [0x1B241]={ + [0x1B014]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B241", + description="HENTAIGANA LETTER O-1", direction="l", linebreak="id", - unicodeslot=0x1B241, + unicodeslot=0x1B014, }, - [0x1B242]={ + [0x1B015]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B242", + description="HENTAIGANA LETTER O-2", direction="l", linebreak="id", - unicodeslot=0x1B242, + unicodeslot=0x1B015, }, - [0x1B243]={ + [0x1B016]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B243", + description="HENTAIGANA LETTER O-3", direction="l", linebreak="id", - unicodeslot=0x1B243, + unicodeslot=0x1B016, }, - [0x1B244]={ + [0x1B017]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B244", + description="HENTAIGANA LETTER KA-1", direction="l", linebreak="id", - unicodeslot=0x1B244, + unicodeslot=0x1B017, }, - [0x1B245]={ + [0x1B018]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B245", + description="HENTAIGANA LETTER KA-2", direction="l", linebreak="id", - unicodeslot=0x1B245, + unicodeslot=0x1B018, }, - [0x1B246]={ + [0x1B019]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B246", + description="HENTAIGANA LETTER KA-3", direction="l", linebreak="id", - unicodeslot=0x1B246, + unicodeslot=0x1B019, }, - [0x1B247]={ + [0x1B01A]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B247", + description="HENTAIGANA LETTER KA-4", direction="l", linebreak="id", - unicodeslot=0x1B247, + unicodeslot=0x1B01A, }, - [0x1B248]={ + [0x1B01B]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B248", + description="HENTAIGANA LETTER KA-5", direction="l", linebreak="id", - unicodeslot=0x1B248, + unicodeslot=0x1B01B, }, - [0x1B249]={ + [0x1B01C]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B249", + description="HENTAIGANA LETTER KA-6", direction="l", linebreak="id", - unicodeslot=0x1B249, + unicodeslot=0x1B01C, }, - [0x1B24A]={ + [0x1B01D]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B24A", + description="HENTAIGANA LETTER KA-7", direction="l", linebreak="id", - unicodeslot=0x1B24A, + unicodeslot=0x1B01D, }, - [0x1B24B]={ + [0x1B01E]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B24B", + description="HENTAIGANA LETTER KA-8", direction="l", linebreak="id", - unicodeslot=0x1B24B, + unicodeslot=0x1B01E, }, - [0x1B24C]={ + [0x1B01F]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B24C", + description="HENTAIGANA LETTER KA-9", direction="l", linebreak="id", - unicodeslot=0x1B24C, + unicodeslot=0x1B01F, }, - [0x1B24D]={ + [0x1B020]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B24D", + description="HENTAIGANA LETTER KA-10", direction="l", linebreak="id", - unicodeslot=0x1B24D, + unicodeslot=0x1B020, }, - [0x1B24E]={ + [0x1B021]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B24E", + description="HENTAIGANA LETTER KA-11", direction="l", linebreak="id", - unicodeslot=0x1B24E, + unicodeslot=0x1B021, }, - [0x1B24F]={ + [0x1B022]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B24F", + description="HENTAIGANA LETTER KA-KE", direction="l", linebreak="id", - unicodeslot=0x1B24F, + unicodeslot=0x1B022, }, - [0x1B250]={ + [0x1B023]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B250", + description="HENTAIGANA LETTER KI-1", direction="l", linebreak="id", - unicodeslot=0x1B250, + unicodeslot=0x1B023, }, - [0x1B251]={ + [0x1B024]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B251", + description="HENTAIGANA LETTER KI-2", direction="l", linebreak="id", - unicodeslot=0x1B251, + unicodeslot=0x1B024, }, - [0x1B252]={ + [0x1B025]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B252", + description="HENTAIGANA LETTER KI-3", direction="l", linebreak="id", - unicodeslot=0x1B252, + unicodeslot=0x1B025, }, - [0x1B253]={ + [0x1B026]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B253", + description="HENTAIGANA LETTER KI-4", direction="l", linebreak="id", - unicodeslot=0x1B253, + unicodeslot=0x1B026, }, - [0x1B254]={ + [0x1B027]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B254", + description="HENTAIGANA LETTER KI-5", direction="l", linebreak="id", - unicodeslot=0x1B254, + unicodeslot=0x1B027, }, - [0x1B255]={ + [0x1B028]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B255", + description="HENTAIGANA LETTER KI-6", direction="l", linebreak="id", - unicodeslot=0x1B255, + unicodeslot=0x1B028, }, - [0x1B256]={ + [0x1B029]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B256", + description="HENTAIGANA LETTER KI-7", direction="l", linebreak="id", - unicodeslot=0x1B256, + unicodeslot=0x1B029, }, - [0x1B257]={ + [0x1B02A]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B257", + description="HENTAIGANA LETTER KI-8", direction="l", linebreak="id", - unicodeslot=0x1B257, + unicodeslot=0x1B02A, }, - [0x1B258]={ + [0x1B02B]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B258", + description="HENTAIGANA LETTER KU-1", direction="l", linebreak="id", - unicodeslot=0x1B258, + unicodeslot=0x1B02B, }, - [0x1B259]={ + [0x1B02C]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B259", + description="HENTAIGANA LETTER KU-2", direction="l", linebreak="id", - unicodeslot=0x1B259, + unicodeslot=0x1B02C, }, - [0x1B25A]={ + [0x1B02D]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B25A", + description="HENTAIGANA LETTER KU-3", direction="l", linebreak="id", - unicodeslot=0x1B25A, + unicodeslot=0x1B02D, }, - [0x1B25B]={ + [0x1B02E]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B25B", + description="HENTAIGANA LETTER KU-4", direction="l", linebreak="id", - unicodeslot=0x1B25B, + unicodeslot=0x1B02E, }, - [0x1B25C]={ + [0x1B02F]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B25C", + description="HENTAIGANA LETTER KU-5", direction="l", linebreak="id", - unicodeslot=0x1B25C, + unicodeslot=0x1B02F, }, - [0x1B25D]={ + [0x1B030]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B25D", + description="HENTAIGANA LETTER KU-6", direction="l", linebreak="id", - unicodeslot=0x1B25D, + unicodeslot=0x1B030, }, - [0x1B25E]={ + [0x1B031]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B25E", + description="HENTAIGANA LETTER KU-7", direction="l", linebreak="id", - unicodeslot=0x1B25E, + unicodeslot=0x1B031, }, - [0x1B25F]={ + [0x1B032]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B25F", + description="HENTAIGANA LETTER KE-1", direction="l", linebreak="id", - unicodeslot=0x1B25F, + unicodeslot=0x1B032, }, - [0x1B260]={ + [0x1B033]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B260", + description="HENTAIGANA LETTER KE-2", direction="l", linebreak="id", - unicodeslot=0x1B260, + unicodeslot=0x1B033, }, - [0x1B261]={ + [0x1B034]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B261", + description="HENTAIGANA LETTER KE-3", direction="l", linebreak="id", - unicodeslot=0x1B261, + unicodeslot=0x1B034, }, - [0x1B262]={ + [0x1B035]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B262", + description="HENTAIGANA LETTER KE-4", direction="l", linebreak="id", - unicodeslot=0x1B262, + unicodeslot=0x1B035, }, - [0x1B263]={ + [0x1B036]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B263", + description="HENTAIGANA LETTER KE-5", direction="l", linebreak="id", - unicodeslot=0x1B263, + unicodeslot=0x1B036, }, - [0x1B264]={ + [0x1B037]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B264", + description="HENTAIGANA LETTER KE-6", direction="l", linebreak="id", - unicodeslot=0x1B264, + unicodeslot=0x1B037, }, - [0x1B265]={ + [0x1B038]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B265", + description="HENTAIGANA LETTER KO-1", direction="l", linebreak="id", - unicodeslot=0x1B265, + unicodeslot=0x1B038, }, - [0x1B266]={ + [0x1B039]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B266", + description="HENTAIGANA LETTER KO-2", direction="l", linebreak="id", - unicodeslot=0x1B266, + unicodeslot=0x1B039, }, - [0x1B267]={ + [0x1B03A]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B267", + description="HENTAIGANA LETTER KO-3", direction="l", linebreak="id", - unicodeslot=0x1B267, + unicodeslot=0x1B03A, }, - [0x1B268]={ + [0x1B03B]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B268", + description="HENTAIGANA LETTER KO-KI", direction="l", linebreak="id", - unicodeslot=0x1B268, + unicodeslot=0x1B03B, }, - [0x1B269]={ + [0x1B03C]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B269", + description="HENTAIGANA LETTER SA-1", direction="l", linebreak="id", - unicodeslot=0x1B269, + unicodeslot=0x1B03C, }, - [0x1B26A]={ + [0x1B03D]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B26A", + description="HENTAIGANA LETTER SA-2", direction="l", linebreak="id", - unicodeslot=0x1B26A, + unicodeslot=0x1B03D, }, - [0x1B26B]={ + [0x1B03E]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B26B", + description="HENTAIGANA LETTER SA-3", direction="l", linebreak="id", - unicodeslot=0x1B26B, + unicodeslot=0x1B03E, }, - [0x1B26C]={ + [0x1B03F]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B26C", + description="HENTAIGANA LETTER SA-4", direction="l", linebreak="id", - unicodeslot=0x1B26C, + unicodeslot=0x1B03F, }, - [0x1B26D]={ + [0x1B040]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B26D", + description="HENTAIGANA LETTER SA-5", direction="l", linebreak="id", - unicodeslot=0x1B26D, + unicodeslot=0x1B040, }, - [0x1B26E]={ + [0x1B041]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B26E", + description="HENTAIGANA LETTER SA-6", direction="l", linebreak="id", - unicodeslot=0x1B26E, + unicodeslot=0x1B041, }, - [0x1B26F]={ + [0x1B042]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B26F", + description="HENTAIGANA LETTER SA-7", direction="l", linebreak="id", - unicodeslot=0x1B26F, + unicodeslot=0x1B042, }, - [0x1B270]={ + [0x1B043]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B270", + description="HENTAIGANA LETTER SA-8", direction="l", linebreak="id", - unicodeslot=0x1B270, + unicodeslot=0x1B043, }, - [0x1B271]={ + [0x1B044]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B271", + description="HENTAIGANA LETTER SI-1", direction="l", linebreak="id", - unicodeslot=0x1B271, + unicodeslot=0x1B044, }, - [0x1B272]={ + [0x1B045]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B272", + description="HENTAIGANA LETTER SI-2", direction="l", linebreak="id", - unicodeslot=0x1B272, + unicodeslot=0x1B045, }, - [0x1B273]={ + [0x1B046]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B273", + description="HENTAIGANA LETTER SI-3", direction="l", linebreak="id", - unicodeslot=0x1B273, + unicodeslot=0x1B046, }, - [0x1B274]={ + [0x1B047]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B274", + description="HENTAIGANA LETTER SI-4", direction="l", linebreak="id", - unicodeslot=0x1B274, + unicodeslot=0x1B047, }, - [0x1B275]={ + [0x1B048]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B275", + description="HENTAIGANA LETTER SI-5", direction="l", linebreak="id", - unicodeslot=0x1B275, + unicodeslot=0x1B048, }, - [0x1B276]={ + [0x1B049]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B276", + description="HENTAIGANA LETTER SI-6", direction="l", linebreak="id", - unicodeslot=0x1B276, + unicodeslot=0x1B049, }, - [0x1B277]={ + [0x1B04A]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B277", + description="HENTAIGANA LETTER SU-1", direction="l", linebreak="id", - unicodeslot=0x1B277, + unicodeslot=0x1B04A, }, - [0x1B278]={ + [0x1B04B]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B278", + description="HENTAIGANA LETTER SU-2", direction="l", linebreak="id", - unicodeslot=0x1B278, + unicodeslot=0x1B04B, }, - [0x1B279]={ + [0x1B04C]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B279", + description="HENTAIGANA LETTER SU-3", direction="l", linebreak="id", - unicodeslot=0x1B279, + unicodeslot=0x1B04C, }, - [0x1B27A]={ + [0x1B04D]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B27A", + description="HENTAIGANA LETTER SU-4", direction="l", linebreak="id", - unicodeslot=0x1B27A, + unicodeslot=0x1B04D, }, - [0x1B27B]={ + [0x1B04E]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B27B", + description="HENTAIGANA LETTER SU-5", direction="l", linebreak="id", - unicodeslot=0x1B27B, + unicodeslot=0x1B04E, }, - [0x1B27C]={ + [0x1B04F]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B27C", + description="HENTAIGANA LETTER SU-6", direction="l", linebreak="id", - unicodeslot=0x1B27C, + unicodeslot=0x1B04F, }, - [0x1B27D]={ + [0x1B050]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B27D", + description="HENTAIGANA LETTER SU-7", direction="l", linebreak="id", - unicodeslot=0x1B27D, + unicodeslot=0x1B050, }, - [0x1B27E]={ + [0x1B051]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B27E", + description="HENTAIGANA LETTER SU-8", direction="l", linebreak="id", - unicodeslot=0x1B27E, + unicodeslot=0x1B051, }, - [0x1B27F]={ + [0x1B052]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B27F", + description="HENTAIGANA LETTER SE-1", direction="l", linebreak="id", - unicodeslot=0x1B27F, + unicodeslot=0x1B052, }, - [0x1B280]={ + [0x1B053]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B280", + description="HENTAIGANA LETTER SE-2", direction="l", linebreak="id", - unicodeslot=0x1B280, + unicodeslot=0x1B053, }, - [0x1B281]={ + [0x1B054]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B281", + description="HENTAIGANA LETTER SE-3", direction="l", linebreak="id", - unicodeslot=0x1B281, + unicodeslot=0x1B054, }, - [0x1B282]={ + [0x1B055]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B282", + description="HENTAIGANA LETTER SE-4", direction="l", linebreak="id", - unicodeslot=0x1B282, + unicodeslot=0x1B055, }, - [0x1B283]={ + [0x1B056]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B283", + description="HENTAIGANA LETTER SE-5", direction="l", linebreak="id", - unicodeslot=0x1B283, + unicodeslot=0x1B056, }, - [0x1B284]={ + [0x1B057]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B284", + description="HENTAIGANA LETTER SO-1", direction="l", linebreak="id", - unicodeslot=0x1B284, + unicodeslot=0x1B057, }, - [0x1B285]={ + [0x1B058]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B285", + description="HENTAIGANA LETTER SO-2", direction="l", linebreak="id", - unicodeslot=0x1B285, + unicodeslot=0x1B058, }, - [0x1B286]={ + [0x1B059]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B286", + description="HENTAIGANA LETTER SO-3", direction="l", linebreak="id", - unicodeslot=0x1B286, + unicodeslot=0x1B059, }, - [0x1B287]={ + [0x1B05A]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B287", + description="HENTAIGANA LETTER SO-4", direction="l", linebreak="id", - unicodeslot=0x1B287, + unicodeslot=0x1B05A, }, - [0x1B288]={ + [0x1B05B]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B288", + description="HENTAIGANA LETTER SO-5", direction="l", linebreak="id", - unicodeslot=0x1B288, + unicodeslot=0x1B05B, }, - [0x1B289]={ + [0x1B05C]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B289", + description="HENTAIGANA LETTER SO-6", direction="l", linebreak="id", - unicodeslot=0x1B289, + unicodeslot=0x1B05C, }, - [0x1B28A]={ + [0x1B05D]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B28A", + description="HENTAIGANA LETTER SO-7", direction="l", linebreak="id", - unicodeslot=0x1B28A, + unicodeslot=0x1B05D, }, - [0x1B28B]={ + [0x1B05E]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B28B", + description="HENTAIGANA LETTER TA-1", direction="l", linebreak="id", - unicodeslot=0x1B28B, + unicodeslot=0x1B05E, }, - [0x1B28C]={ + [0x1B05F]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B28C", + description="HENTAIGANA LETTER TA-2", direction="l", linebreak="id", - unicodeslot=0x1B28C, + unicodeslot=0x1B05F, }, - [0x1B28D]={ + [0x1B060]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B28D", + description="HENTAIGANA LETTER TA-3", direction="l", linebreak="id", - unicodeslot=0x1B28D, + unicodeslot=0x1B060, }, - [0x1B28E]={ + [0x1B061]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B28E", + description="HENTAIGANA LETTER TA-4", direction="l", linebreak="id", - unicodeslot=0x1B28E, + unicodeslot=0x1B061, }, - [0x1B28F]={ + [0x1B062]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B28F", + description="HENTAIGANA LETTER TI-1", direction="l", linebreak="id", - unicodeslot=0x1B28F, + unicodeslot=0x1B062, }, - [0x1B290]={ + [0x1B063]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B290", + description="HENTAIGANA LETTER TI-2", direction="l", linebreak="id", - unicodeslot=0x1B290, + unicodeslot=0x1B063, }, - [0x1B291]={ + [0x1B064]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B291", + description="HENTAIGANA LETTER TI-3", direction="l", linebreak="id", - unicodeslot=0x1B291, + unicodeslot=0x1B064, }, - [0x1B292]={ + [0x1B065]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B292", + description="HENTAIGANA LETTER TI-4", direction="l", linebreak="id", - unicodeslot=0x1B292, + unicodeslot=0x1B065, }, - [0x1B293]={ + [0x1B066]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B293", + description="HENTAIGANA LETTER TI-5", direction="l", linebreak="id", - unicodeslot=0x1B293, + unicodeslot=0x1B066, }, - [0x1B294]={ + [0x1B067]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B294", + description="HENTAIGANA LETTER TI-6", direction="l", linebreak="id", - unicodeslot=0x1B294, + unicodeslot=0x1B067, }, - [0x1B295]={ + [0x1B068]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B295", + description="HENTAIGANA LETTER TI-7", direction="l", linebreak="id", - unicodeslot=0x1B295, + unicodeslot=0x1B068, }, - [0x1B296]={ + [0x1B069]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B296", + description="HENTAIGANA LETTER TU-1", direction="l", linebreak="id", - unicodeslot=0x1B296, + unicodeslot=0x1B069, }, - [0x1B297]={ + [0x1B06A]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B297", + description="HENTAIGANA LETTER TU-2", direction="l", linebreak="id", - unicodeslot=0x1B297, + unicodeslot=0x1B06A, }, - [0x1B298]={ + [0x1B06B]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B298", + description="HENTAIGANA LETTER TU-3", direction="l", linebreak="id", - unicodeslot=0x1B298, + unicodeslot=0x1B06B, }, - [0x1B299]={ + [0x1B06C]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B299", + description="HENTAIGANA LETTER TU-4", direction="l", linebreak="id", - unicodeslot=0x1B299, + unicodeslot=0x1B06C, }, - [0x1B29A]={ + [0x1B06D]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B29A", + description="HENTAIGANA LETTER TU-TO", direction="l", linebreak="id", - unicodeslot=0x1B29A, + unicodeslot=0x1B06D, }, - [0x1B29B]={ + [0x1B06E]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B29B", + description="HENTAIGANA LETTER TE-1", direction="l", linebreak="id", - unicodeslot=0x1B29B, + unicodeslot=0x1B06E, }, - [0x1B29C]={ + [0x1B06F]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B29C", + description="HENTAIGANA LETTER TE-2", direction="l", linebreak="id", - unicodeslot=0x1B29C, + unicodeslot=0x1B06F, }, - [0x1B29D]={ + [0x1B070]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B29D", + description="HENTAIGANA LETTER TE-3", direction="l", linebreak="id", - unicodeslot=0x1B29D, + unicodeslot=0x1B070, }, - [0x1B29E]={ + [0x1B071]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B29E", + description="HENTAIGANA LETTER TE-4", direction="l", linebreak="id", - unicodeslot=0x1B29E, + unicodeslot=0x1B071, }, - [0x1B29F]={ + [0x1B072]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B29F", + description="HENTAIGANA LETTER TE-5", direction="l", linebreak="id", - unicodeslot=0x1B29F, + unicodeslot=0x1B072, }, - [0x1B2A0]={ + [0x1B073]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2A0", + description="HENTAIGANA LETTER TE-6", direction="l", linebreak="id", - unicodeslot=0x1B2A0, + unicodeslot=0x1B073, }, - [0x1B2A1]={ + [0x1B074]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2A1", + description="HENTAIGANA LETTER TE-7", direction="l", linebreak="id", - unicodeslot=0x1B2A1, + unicodeslot=0x1B074, }, - [0x1B2A2]={ + [0x1B075]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2A2", + description="HENTAIGANA LETTER TE-8", direction="l", linebreak="id", - unicodeslot=0x1B2A2, + unicodeslot=0x1B075, }, - [0x1B2A3]={ + [0x1B076]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2A3", + description="HENTAIGANA LETTER TE-9", direction="l", linebreak="id", - unicodeslot=0x1B2A3, + unicodeslot=0x1B076, }, - [0x1B2A4]={ + [0x1B077]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2A4", + description="HENTAIGANA LETTER TO-1", direction="l", linebreak="id", - unicodeslot=0x1B2A4, + unicodeslot=0x1B077, }, - [0x1B2A5]={ + [0x1B078]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2A5", + description="HENTAIGANA LETTER TO-2", direction="l", linebreak="id", - unicodeslot=0x1B2A5, + unicodeslot=0x1B078, }, - [0x1B2A6]={ + [0x1B079]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2A6", + description="HENTAIGANA LETTER TO-3", direction="l", linebreak="id", - unicodeslot=0x1B2A6, + unicodeslot=0x1B079, }, - [0x1B2A7]={ + [0x1B07A]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2A7", + description="HENTAIGANA LETTER TO-4", direction="l", linebreak="id", - unicodeslot=0x1B2A7, + unicodeslot=0x1B07A, }, - [0x1B2A8]={ + [0x1B07B]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2A8", + description="HENTAIGANA LETTER TO-5", direction="l", linebreak="id", - unicodeslot=0x1B2A8, + unicodeslot=0x1B07B, }, - [0x1B2A9]={ + [0x1B07C]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2A9", + description="HENTAIGANA LETTER TO-6", direction="l", linebreak="id", - unicodeslot=0x1B2A9, + unicodeslot=0x1B07C, }, - [0x1B2AA]={ + [0x1B07D]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2AA", + description="HENTAIGANA LETTER TO-RA", direction="l", linebreak="id", - unicodeslot=0x1B2AA, + unicodeslot=0x1B07D, }, - [0x1B2AB]={ + [0x1B07E]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2AB", + description="HENTAIGANA LETTER NA-1", direction="l", linebreak="id", - unicodeslot=0x1B2AB, + unicodeslot=0x1B07E, }, - [0x1B2AC]={ + [0x1B07F]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2AC", + description="HENTAIGANA LETTER NA-2", direction="l", linebreak="id", - unicodeslot=0x1B2AC, + unicodeslot=0x1B07F, }, - [0x1B2AD]={ + [0x1B080]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2AD", + description="HENTAIGANA LETTER NA-3", direction="l", linebreak="id", - unicodeslot=0x1B2AD, + unicodeslot=0x1B080, }, - [0x1B2AE]={ + [0x1B081]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2AE", + description="HENTAIGANA LETTER NA-4", direction="l", linebreak="id", - unicodeslot=0x1B2AE, + unicodeslot=0x1B081, }, - [0x1B2AF]={ + [0x1B082]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2AF", + description="HENTAIGANA LETTER NA-5", direction="l", linebreak="id", - unicodeslot=0x1B2AF, + unicodeslot=0x1B082, }, - [0x1B2B0]={ + [0x1B083]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2B0", + description="HENTAIGANA LETTER NA-6", direction="l", linebreak="id", - unicodeslot=0x1B2B0, + unicodeslot=0x1B083, }, - [0x1B2B1]={ + [0x1B084]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2B1", + description="HENTAIGANA LETTER NA-7", direction="l", linebreak="id", - unicodeslot=0x1B2B1, + unicodeslot=0x1B084, }, - [0x1B2B2]={ + [0x1B085]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2B2", + description="HENTAIGANA LETTER NA-8", direction="l", linebreak="id", - unicodeslot=0x1B2B2, + unicodeslot=0x1B085, }, - [0x1B2B3]={ + [0x1B086]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2B3", + description="HENTAIGANA LETTER NA-9", direction="l", linebreak="id", - unicodeslot=0x1B2B3, + unicodeslot=0x1B086, }, - [0x1B2B4]={ + [0x1B087]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2B4", + description="HENTAIGANA LETTER NI-1", direction="l", linebreak="id", - unicodeslot=0x1B2B4, + unicodeslot=0x1B087, }, - [0x1B2B5]={ + [0x1B088]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2B5", + description="HENTAIGANA LETTER NI-2", direction="l", linebreak="id", - unicodeslot=0x1B2B5, + unicodeslot=0x1B088, }, - [0x1B2B6]={ + [0x1B089]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2B6", + description="HENTAIGANA LETTER NI-3", direction="l", linebreak="id", - unicodeslot=0x1B2B6, + unicodeslot=0x1B089, }, - [0x1B2B7]={ + [0x1B08A]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2B7", + description="HENTAIGANA LETTER NI-4", direction="l", linebreak="id", - unicodeslot=0x1B2B7, + unicodeslot=0x1B08A, }, - [0x1B2B8]={ + [0x1B08B]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2B8", + description="HENTAIGANA LETTER NI-5", direction="l", linebreak="id", - unicodeslot=0x1B2B8, + unicodeslot=0x1B08B, }, - [0x1B2B9]={ + [0x1B08C]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2B9", + description="HENTAIGANA LETTER NI-6", direction="l", linebreak="id", - unicodeslot=0x1B2B9, + unicodeslot=0x1B08C, }, - [0x1B2BA]={ + [0x1B08D]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2BA", + description="HENTAIGANA LETTER NI-7", direction="l", linebreak="id", - unicodeslot=0x1B2BA, + unicodeslot=0x1B08D, }, - [0x1B2BB]={ + [0x1B08E]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2BB", + description="HENTAIGANA LETTER NI-TE", direction="l", linebreak="id", - unicodeslot=0x1B2BB, + unicodeslot=0x1B08E, }, - [0x1B2BC]={ + [0x1B08F]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2BC", + description="HENTAIGANA LETTER NU-1", direction="l", linebreak="id", - unicodeslot=0x1B2BC, + unicodeslot=0x1B08F, }, - [0x1B2BD]={ + [0x1B090]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2BD", + description="HENTAIGANA LETTER NU-2", direction="l", linebreak="id", - unicodeslot=0x1B2BD, + unicodeslot=0x1B090, }, - [0x1B2BE]={ + [0x1B091]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2BE", + description="HENTAIGANA LETTER NU-3", direction="l", linebreak="id", - unicodeslot=0x1B2BE, + unicodeslot=0x1B091, }, - [0x1B2BF]={ + [0x1B092]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2BF", + description="HENTAIGANA LETTER NE-1", direction="l", linebreak="id", - unicodeslot=0x1B2BF, + unicodeslot=0x1B092, }, - [0x1B2C0]={ + [0x1B093]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2C0", + description="HENTAIGANA LETTER NE-2", direction="l", linebreak="id", - unicodeslot=0x1B2C0, + unicodeslot=0x1B093, }, - [0x1B2C1]={ + [0x1B094]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2C1", + description="HENTAIGANA LETTER NE-3", direction="l", linebreak="id", - unicodeslot=0x1B2C1, + unicodeslot=0x1B094, }, - [0x1B2C2]={ + [0x1B095]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2C2", + description="HENTAIGANA LETTER NE-4", direction="l", linebreak="id", - unicodeslot=0x1B2C2, + unicodeslot=0x1B095, }, - [0x1B2C3]={ + [0x1B096]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2C3", + description="HENTAIGANA LETTER NE-5", direction="l", linebreak="id", - unicodeslot=0x1B2C3, + unicodeslot=0x1B096, }, - [0x1B2C4]={ + [0x1B097]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2C4", + description="HENTAIGANA LETTER NE-6", direction="l", linebreak="id", - unicodeslot=0x1B2C4, + unicodeslot=0x1B097, }, - [0x1B2C5]={ + [0x1B098]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2C5", + description="HENTAIGANA LETTER NE-KO", direction="l", linebreak="id", - unicodeslot=0x1B2C5, + unicodeslot=0x1B098, }, - [0x1B2C6]={ + [0x1B099]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2C6", + description="HENTAIGANA LETTER NO-1", direction="l", linebreak="id", - unicodeslot=0x1B2C6, + unicodeslot=0x1B099, }, - [0x1B2C7]={ + [0x1B09A]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2C7", + description="HENTAIGANA LETTER NO-2", direction="l", linebreak="id", - unicodeslot=0x1B2C7, + unicodeslot=0x1B09A, }, - [0x1B2C8]={ + [0x1B09B]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2C8", + description="HENTAIGANA LETTER NO-3", direction="l", linebreak="id", - unicodeslot=0x1B2C8, + unicodeslot=0x1B09B, }, - [0x1B2C9]={ + [0x1B09C]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2C9", + description="HENTAIGANA LETTER NO-4", direction="l", linebreak="id", - unicodeslot=0x1B2C9, + unicodeslot=0x1B09C, }, - [0x1B2CA]={ + [0x1B09D]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2CA", + description="HENTAIGANA LETTER NO-5", direction="l", linebreak="id", - unicodeslot=0x1B2CA, + unicodeslot=0x1B09D, }, - [0x1B2CB]={ + [0x1B09E]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2CB", + description="HENTAIGANA LETTER HA-1", direction="l", linebreak="id", - unicodeslot=0x1B2CB, + unicodeslot=0x1B09E, }, - [0x1B2CC]={ + [0x1B09F]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2CC", + description="HENTAIGANA LETTER HA-2", direction="l", linebreak="id", - unicodeslot=0x1B2CC, + unicodeslot=0x1B09F, }, - [0x1B2CD]={ + [0x1B0A0]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2CD", + description="HENTAIGANA LETTER HA-3", direction="l", linebreak="id", - unicodeslot=0x1B2CD, + unicodeslot=0x1B0A0, }, - [0x1B2CE]={ + [0x1B0A1]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2CE", + description="HENTAIGANA LETTER HA-4", direction="l", linebreak="id", - unicodeslot=0x1B2CE, + unicodeslot=0x1B0A1, }, - [0x1B2CF]={ + [0x1B0A2]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2CF", + description="HENTAIGANA LETTER HA-5", direction="l", linebreak="id", - unicodeslot=0x1B2CF, + unicodeslot=0x1B0A2, }, - [0x1B2D0]={ + [0x1B0A3]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2D0", + description="HENTAIGANA LETTER HA-6", direction="l", linebreak="id", - unicodeslot=0x1B2D0, + unicodeslot=0x1B0A3, }, - [0x1B2D1]={ + [0x1B0A4]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2D1", + description="HENTAIGANA LETTER HA-7", direction="l", linebreak="id", - unicodeslot=0x1B2D1, + unicodeslot=0x1B0A4, }, - [0x1B2D2]={ + [0x1B0A5]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2D2", + description="HENTAIGANA LETTER HA-8", direction="l", linebreak="id", - unicodeslot=0x1B2D2, + unicodeslot=0x1B0A5, }, - [0x1B2D3]={ + [0x1B0A6]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2D3", + description="HENTAIGANA LETTER HA-9", direction="l", linebreak="id", - unicodeslot=0x1B2D3, + unicodeslot=0x1B0A6, }, - [0x1B2D4]={ + [0x1B0A7]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2D4", + description="HENTAIGANA LETTER HA-10", direction="l", linebreak="id", - unicodeslot=0x1B2D4, + unicodeslot=0x1B0A7, }, - [0x1B2D5]={ + [0x1B0A8]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2D5", + description="HENTAIGANA LETTER HA-11", direction="l", linebreak="id", - unicodeslot=0x1B2D5, + unicodeslot=0x1B0A8, }, - [0x1B2D6]={ + [0x1B0A9]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2D6", + description="HENTAIGANA LETTER HI-1", direction="l", linebreak="id", - unicodeslot=0x1B2D6, + unicodeslot=0x1B0A9, }, - [0x1B2D7]={ + [0x1B0AA]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2D7", + description="HENTAIGANA LETTER HI-2", direction="l", linebreak="id", - unicodeslot=0x1B2D7, + unicodeslot=0x1B0AA, }, - [0x1B2D8]={ + [0x1B0AB]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2D8", + description="HENTAIGANA LETTER HI-3", direction="l", linebreak="id", - unicodeslot=0x1B2D8, + unicodeslot=0x1B0AB, }, - [0x1B2D9]={ + [0x1B0AC]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2D9", + description="HENTAIGANA LETTER HI-4", direction="l", linebreak="id", - unicodeslot=0x1B2D9, + unicodeslot=0x1B0AC, }, - [0x1B2DA]={ + [0x1B0AD]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2DA", + description="HENTAIGANA LETTER HI-5", direction="l", linebreak="id", - unicodeslot=0x1B2DA, + unicodeslot=0x1B0AD, }, - [0x1B2DB]={ + [0x1B0AE]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2DB", + description="HENTAIGANA LETTER HI-6", direction="l", linebreak="id", - unicodeslot=0x1B2DB, + unicodeslot=0x1B0AE, }, - [0x1B2DC]={ + [0x1B0AF]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2DC", + description="HENTAIGANA LETTER HI-7", direction="l", linebreak="id", - unicodeslot=0x1B2DC, + unicodeslot=0x1B0AF, }, - [0x1B2DD]={ + [0x1B0B0]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2DD", + description="HENTAIGANA LETTER HU-1", direction="l", linebreak="id", - unicodeslot=0x1B2DD, + unicodeslot=0x1B0B0, }, - [0x1B2DE]={ + [0x1B0B1]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2DE", + description="HENTAIGANA LETTER HU-2", direction="l", linebreak="id", - unicodeslot=0x1B2DE, + unicodeslot=0x1B0B1, }, - [0x1B2DF]={ + [0x1B0B2]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2DF", + description="HENTAIGANA LETTER HU-3", direction="l", linebreak="id", - unicodeslot=0x1B2DF, + unicodeslot=0x1B0B2, }, - [0x1B2E0]={ + [0x1B0B3]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2E0", + description="HENTAIGANA LETTER HE-1", direction="l", linebreak="id", - unicodeslot=0x1B2E0, + unicodeslot=0x1B0B3, }, - [0x1B2E1]={ + [0x1B0B4]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2E1", + description="HENTAIGANA LETTER HE-2", direction="l", linebreak="id", - unicodeslot=0x1B2E1, + unicodeslot=0x1B0B4, }, - [0x1B2E2]={ + [0x1B0B5]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2E2", + description="HENTAIGANA LETTER HE-3", direction="l", linebreak="id", - unicodeslot=0x1B2E2, + unicodeslot=0x1B0B5, }, - [0x1B2E3]={ + [0x1B0B6]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2E3", + description="HENTAIGANA LETTER HE-4", direction="l", linebreak="id", - unicodeslot=0x1B2E3, + unicodeslot=0x1B0B6, }, - [0x1B2E4]={ + [0x1B0B7]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2E4", + description="HENTAIGANA LETTER HE-5", direction="l", linebreak="id", - unicodeslot=0x1B2E4, + unicodeslot=0x1B0B7, }, - [0x1B2E5]={ + [0x1B0B8]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2E5", + description="HENTAIGANA LETTER HE-6", direction="l", linebreak="id", - unicodeslot=0x1B2E5, + unicodeslot=0x1B0B8, }, - [0x1B2E6]={ + [0x1B0B9]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2E6", + description="HENTAIGANA LETTER HE-7", direction="l", linebreak="id", - unicodeslot=0x1B2E6, + unicodeslot=0x1B0B9, }, - [0x1B2E7]={ + [0x1B0BA]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2E7", + description="HENTAIGANA LETTER HO-1", direction="l", linebreak="id", - unicodeslot=0x1B2E7, + unicodeslot=0x1B0BA, }, - [0x1B2E8]={ + [0x1B0BB]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2E8", + description="HENTAIGANA LETTER HO-2", direction="l", linebreak="id", - unicodeslot=0x1B2E8, + unicodeslot=0x1B0BB, }, - [0x1B2E9]={ + [0x1B0BC]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2E9", + description="HENTAIGANA LETTER HO-3", direction="l", linebreak="id", - unicodeslot=0x1B2E9, + unicodeslot=0x1B0BC, }, - [0x1B2EA]={ + [0x1B0BD]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2EA", + description="HENTAIGANA LETTER HO-4", direction="l", linebreak="id", - unicodeslot=0x1B2EA, + unicodeslot=0x1B0BD, }, - [0x1B2EB]={ + [0x1B0BE]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2EB", + description="HENTAIGANA LETTER HO-5", direction="l", linebreak="id", - unicodeslot=0x1B2EB, + unicodeslot=0x1B0BE, }, - [0x1B2EC]={ + [0x1B0BF]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2EC", + description="HENTAIGANA LETTER HO-6", direction="l", linebreak="id", - unicodeslot=0x1B2EC, + unicodeslot=0x1B0BF, }, - [0x1B2ED]={ + [0x1B0C0]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2ED", + description="HENTAIGANA LETTER HO-7", direction="l", linebreak="id", - unicodeslot=0x1B2ED, + unicodeslot=0x1B0C0, }, - [0x1B2EE]={ + [0x1B0C1]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2EE", + description="HENTAIGANA LETTER HO-8", direction="l", linebreak="id", - unicodeslot=0x1B2EE, + unicodeslot=0x1B0C1, }, - [0x1B2EF]={ + [0x1B0C2]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2EF", + description="HENTAIGANA LETTER MA-1", direction="l", linebreak="id", - unicodeslot=0x1B2EF, + unicodeslot=0x1B0C2, }, - [0x1B2F0]={ + [0x1B0C3]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2F0", + description="HENTAIGANA LETTER MA-2", direction="l", linebreak="id", - unicodeslot=0x1B2F0, + unicodeslot=0x1B0C3, }, - [0x1B2F1]={ + [0x1B0C4]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2F1", + description="HENTAIGANA LETTER MA-3", direction="l", linebreak="id", - unicodeslot=0x1B2F1, + unicodeslot=0x1B0C4, }, - [0x1B2F2]={ + [0x1B0C5]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2F2", + description="HENTAIGANA LETTER MA-4", direction="l", linebreak="id", - unicodeslot=0x1B2F2, + unicodeslot=0x1B0C5, }, - [0x1B2F3]={ + [0x1B0C6]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2F3", + description="HENTAIGANA LETTER MA-5", direction="l", linebreak="id", - unicodeslot=0x1B2F3, + unicodeslot=0x1B0C6, }, - [0x1B2F4]={ + [0x1B0C7]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2F4", + description="HENTAIGANA LETTER MA-6", direction="l", linebreak="id", - unicodeslot=0x1B2F4, + unicodeslot=0x1B0C7, }, - [0x1B2F5]={ + [0x1B0C8]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2F5", + description="HENTAIGANA LETTER MA-7", direction="l", linebreak="id", - unicodeslot=0x1B2F5, + unicodeslot=0x1B0C8, }, - [0x1B2F6]={ + [0x1B0C9]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2F6", + description="HENTAIGANA LETTER MI-1", direction="l", linebreak="id", - unicodeslot=0x1B2F6, + unicodeslot=0x1B0C9, }, - [0x1B2F7]={ + [0x1B0CA]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2F7", + description="HENTAIGANA LETTER MI-2", direction="l", linebreak="id", - unicodeslot=0x1B2F7, + unicodeslot=0x1B0CA, }, - [0x1B2F8]={ + [0x1B0CB]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2F8", + description="HENTAIGANA LETTER MI-3", direction="l", linebreak="id", - unicodeslot=0x1B2F8, + unicodeslot=0x1B0CB, }, - [0x1B2F9]={ + [0x1B0CC]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2F9", + description="HENTAIGANA LETTER MI-4", direction="l", linebreak="id", - unicodeslot=0x1B2F9, + unicodeslot=0x1B0CC, }, - [0x1B2FA]={ + [0x1B0CD]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2FA", + description="HENTAIGANA LETTER MI-5", direction="l", linebreak="id", - unicodeslot=0x1B2FA, + unicodeslot=0x1B0CD, }, - [0x1B2FB]={ + [0x1B0CE]={ category="lo", cjkwd="w", - description="NUSHU CHARACTER-1B2FB", + description="HENTAIGANA LETTER MI-6", direction="l", linebreak="id", - unicodeslot=0x1B2FB, + unicodeslot=0x1B0CE, }, - [0x1BC00]={ + [0x1B0CF]={ category="lo", - description="DUPLOYAN LETTER H", + cjkwd="w", + description="HENTAIGANA LETTER MI-7", direction="l", - linebreak="al", - unicodeslot=0x1BC00, + linebreak="id", + unicodeslot=0x1B0CF, }, - [0x1BC01]={ + [0x1B0D0]={ category="lo", - description="DUPLOYAN LETTER X", + cjkwd="w", + description="HENTAIGANA LETTER MU-1", direction="l", - linebreak="al", - unicodeslot=0x1BC01, + linebreak="id", + unicodeslot=0x1B0D0, }, - [0x1BC02]={ + [0x1B0D1]={ category="lo", - description="DUPLOYAN LETTER P", + cjkwd="w", + description="HENTAIGANA LETTER MU-2", direction="l", - linebreak="al", - unicodeslot=0x1BC02, + linebreak="id", + unicodeslot=0x1B0D1, }, - [0x1BC03]={ + [0x1B0D2]={ category="lo", - description="DUPLOYAN LETTER T", + cjkwd="w", + description="HENTAIGANA LETTER MU-3", direction="l", - linebreak="al", - unicodeslot=0x1BC03, + linebreak="id", + unicodeslot=0x1B0D2, }, - [0x1BC04]={ + [0x1B0D3]={ category="lo", - description="DUPLOYAN LETTER F", + cjkwd="w", + description="HENTAIGANA LETTER MU-4", direction="l", - linebreak="al", - unicodeslot=0x1BC04, + linebreak="id", + unicodeslot=0x1B0D3, }, - [0x1BC05]={ + [0x1B0D4]={ category="lo", - description="DUPLOYAN LETTER K", + cjkwd="w", + description="HENTAIGANA LETTER ME-1", direction="l", - linebreak="al", - unicodeslot=0x1BC05, + linebreak="id", + unicodeslot=0x1B0D4, }, - [0x1BC06]={ + [0x1B0D5]={ category="lo", - description="DUPLOYAN LETTER L", + cjkwd="w", + description="HENTAIGANA LETTER ME-2", direction="l", - linebreak="al", - unicodeslot=0x1BC06, + linebreak="id", + unicodeslot=0x1B0D5, }, - [0x1BC07]={ + [0x1B0D6]={ category="lo", - description="DUPLOYAN LETTER B", + cjkwd="w", + description="HENTAIGANA LETTER ME-MA", direction="l", - linebreak="al", - unicodeslot=0x1BC07, + linebreak="id", + unicodeslot=0x1B0D6, }, - [0x1BC08]={ + [0x1B0D7]={ category="lo", - description="DUPLOYAN LETTER D", + cjkwd="w", + description="HENTAIGANA LETTER MO-1", direction="l", - linebreak="al", - unicodeslot=0x1BC08, + linebreak="id", + unicodeslot=0x1B0D7, }, - [0x1BC09]={ + [0x1B0D8]={ category="lo", - description="DUPLOYAN LETTER V", + cjkwd="w", + description="HENTAIGANA LETTER MO-2", direction="l", - linebreak="al", - unicodeslot=0x1BC09, + linebreak="id", + unicodeslot=0x1B0D8, }, - [0x1BC0A]={ + [0x1B0D9]={ category="lo", - description="DUPLOYAN LETTER G", + cjkwd="w", + description="HENTAIGANA LETTER MO-3", direction="l", - linebreak="al", - unicodeslot=0x1BC0A, + linebreak="id", + unicodeslot=0x1B0D9, }, - [0x1BC0B]={ + [0x1B0DA]={ category="lo", - description="DUPLOYAN LETTER R", + cjkwd="w", + description="HENTAIGANA LETTER MO-4", direction="l", - linebreak="al", - unicodeslot=0x1BC0B, + linebreak="id", + unicodeslot=0x1B0DA, }, - [0x1BC0C]={ + [0x1B0DB]={ category="lo", - description="DUPLOYAN LETTER P N", + cjkwd="w", + description="HENTAIGANA LETTER MO-5", direction="l", - linebreak="al", - unicodeslot=0x1BC0C, + linebreak="id", + unicodeslot=0x1B0DB, }, - [0x1BC0D]={ + [0x1B0DC]={ category="lo", - description="DUPLOYAN LETTER D S", + cjkwd="w", + description="HENTAIGANA LETTER MO-6", direction="l", - linebreak="al", - unicodeslot=0x1BC0D, + linebreak="id", + unicodeslot=0x1B0DC, }, - [0x1BC0E]={ + [0x1B0DD]={ category="lo", - description="DUPLOYAN LETTER F N", + cjkwd="w", + description="HENTAIGANA LETTER YA-1", direction="l", - linebreak="al", - unicodeslot=0x1BC0E, + linebreak="id", + unicodeslot=0x1B0DD, }, - [0x1BC0F]={ + [0x1B0DE]={ category="lo", - description="DUPLOYAN LETTER K M", + cjkwd="w", + description="HENTAIGANA LETTER YA-2", direction="l", - linebreak="al", - unicodeslot=0x1BC0F, + linebreak="id", + unicodeslot=0x1B0DE, }, - [0x1BC10]={ + [0x1B0DF]={ category="lo", - description="DUPLOYAN LETTER R S", + cjkwd="w", + description="HENTAIGANA LETTER YA-3", direction="l", - linebreak="al", - unicodeslot=0x1BC10, + linebreak="id", + unicodeslot=0x1B0DF, }, - [0x1BC11]={ + [0x1B0E0]={ category="lo", - description="DUPLOYAN LETTER TH", + cjkwd="w", + description="HENTAIGANA LETTER YA-4", direction="l", - linebreak="al", - unicodeslot=0x1BC11, + linebreak="id", + unicodeslot=0x1B0E0, }, - [0x1BC12]={ + [0x1B0E1]={ category="lo", - description="DUPLOYAN LETTER SLOAN DH", + cjkwd="w", + description="HENTAIGANA LETTER YA-5", direction="l", - linebreak="al", - unicodeslot=0x1BC12, + linebreak="id", + unicodeslot=0x1B0E1, }, - [0x1BC13]={ + [0x1B0E2]={ category="lo", - description="DUPLOYAN LETTER DH", + cjkwd="w", + description="HENTAIGANA LETTER YA-YO", direction="l", - linebreak="al", - unicodeslot=0x1BC13, + linebreak="id", + unicodeslot=0x1B0E2, }, - [0x1BC14]={ + [0x1B0E3]={ category="lo", - description="DUPLOYAN LETTER KK", + cjkwd="w", + description="HENTAIGANA LETTER YU-1", direction="l", - linebreak="al", - unicodeslot=0x1BC14, + linebreak="id", + unicodeslot=0x1B0E3, }, - [0x1BC15]={ + [0x1B0E4]={ category="lo", - description="DUPLOYAN LETTER SLOAN J", + cjkwd="w", + description="HENTAIGANA LETTER YU-2", direction="l", - linebreak="al", - unicodeslot=0x1BC15, + linebreak="id", + unicodeslot=0x1B0E4, }, - [0x1BC16]={ + [0x1B0E5]={ category="lo", - description="DUPLOYAN LETTER HL", + cjkwd="w", + description="HENTAIGANA LETTER YU-3", direction="l", - linebreak="al", - unicodeslot=0x1BC16, + linebreak="id", + unicodeslot=0x1B0E5, }, - [0x1BC17]={ + [0x1B0E6]={ category="lo", - description="DUPLOYAN LETTER LH", + cjkwd="w", + description="HENTAIGANA LETTER YU-4", direction="l", - linebreak="al", - unicodeslot=0x1BC17, + linebreak="id", + unicodeslot=0x1B0E6, }, - [0x1BC18]={ + [0x1B0E7]={ category="lo", - description="DUPLOYAN LETTER RH", + cjkwd="w", + description="HENTAIGANA LETTER YO-1", direction="l", - linebreak="al", - unicodeslot=0x1BC18, + linebreak="id", + unicodeslot=0x1B0E7, }, - [0x1BC19]={ + [0x1B0E8]={ category="lo", - description="DUPLOYAN LETTER M", + cjkwd="w", + description="HENTAIGANA LETTER YO-2", direction="l", - linebreak="al", - unicodeslot=0x1BC19, + linebreak="id", + unicodeslot=0x1B0E8, }, - [0x1BC1A]={ + [0x1B0E9]={ category="lo", - description="DUPLOYAN LETTER N", + cjkwd="w", + description="HENTAIGANA LETTER YO-3", direction="l", - linebreak="al", - unicodeslot=0x1BC1A, + linebreak="id", + unicodeslot=0x1B0E9, }, - [0x1BC1B]={ + [0x1B0EA]={ category="lo", - description="DUPLOYAN LETTER J", + cjkwd="w", + description="HENTAIGANA LETTER YO-4", direction="l", - linebreak="al", - unicodeslot=0x1BC1B, + linebreak="id", + unicodeslot=0x1B0EA, }, - [0x1BC1C]={ + [0x1B0EB]={ category="lo", - description="DUPLOYAN LETTER S", + cjkwd="w", + description="HENTAIGANA LETTER YO-5", direction="l", - linebreak="al", - unicodeslot=0x1BC1C, + linebreak="id", + unicodeslot=0x1B0EB, }, - [0x1BC1D]={ + [0x1B0EC]={ category="lo", - description="DUPLOYAN LETTER M N", + cjkwd="w", + description="HENTAIGANA LETTER YO-6", direction="l", - linebreak="al", - unicodeslot=0x1BC1D, + linebreak="id", + unicodeslot=0x1B0EC, }, - [0x1BC1E]={ + [0x1B0ED]={ category="lo", - description="DUPLOYAN LETTER N M", + cjkwd="w", + description="HENTAIGANA LETTER RA-1", direction="l", - linebreak="al", - unicodeslot=0x1BC1E, + linebreak="id", + unicodeslot=0x1B0ED, }, - [0x1BC1F]={ + [0x1B0EE]={ category="lo", - description="DUPLOYAN LETTER J M", + cjkwd="w", + description="HENTAIGANA LETTER RA-2", direction="l", - linebreak="al", - unicodeslot=0x1BC1F, + linebreak="id", + unicodeslot=0x1B0EE, }, - [0x1BC20]={ + [0x1B0EF]={ category="lo", - description="DUPLOYAN LETTER S J", + cjkwd="w", + description="HENTAIGANA LETTER RA-3", direction="l", - linebreak="al", - unicodeslot=0x1BC20, + linebreak="id", + unicodeslot=0x1B0EF, }, - [0x1BC21]={ + [0x1B0F0]={ category="lo", - description="DUPLOYAN LETTER M WITH DOT", + cjkwd="w", + description="HENTAIGANA LETTER RA-4", direction="l", - linebreak="al", - unicodeslot=0x1BC21, + linebreak="id", + unicodeslot=0x1B0F0, }, - [0x1BC22]={ + [0x1B0F1]={ category="lo", - description="DUPLOYAN LETTER N WITH DOT", + cjkwd="w", + description="HENTAIGANA LETTER RI-1", direction="l", - linebreak="al", - unicodeslot=0x1BC22, + linebreak="id", + unicodeslot=0x1B0F1, }, - [0x1BC23]={ + [0x1B0F2]={ category="lo", - description="DUPLOYAN LETTER J WITH DOT", + cjkwd="w", + description="HENTAIGANA LETTER RI-2", direction="l", - linebreak="al", - unicodeslot=0x1BC23, + linebreak="id", + unicodeslot=0x1B0F2, }, - [0x1BC24]={ + [0x1B0F3]={ category="lo", - description="DUPLOYAN LETTER J WITH DOTS INSIDE AND ABOVE", + cjkwd="w", + description="HENTAIGANA LETTER RI-3", direction="l", - linebreak="al", - unicodeslot=0x1BC24, + linebreak="id", + unicodeslot=0x1B0F3, }, - [0x1BC25]={ + [0x1B0F4]={ category="lo", - description="DUPLOYAN LETTER S WITH DOT", + cjkwd="w", + description="HENTAIGANA LETTER RI-4", direction="l", - linebreak="al", - unicodeslot=0x1BC25, + linebreak="id", + unicodeslot=0x1B0F4, }, - [0x1BC26]={ + [0x1B0F5]={ category="lo", - description="DUPLOYAN LETTER S WITH DOT BELOW", + cjkwd="w", + description="HENTAIGANA LETTER RI-5", direction="l", - linebreak="al", - unicodeslot=0x1BC26, + linebreak="id", + unicodeslot=0x1B0F5, }, - [0x1BC27]={ + [0x1B0F6]={ category="lo", - description="DUPLOYAN LETTER M S", + cjkwd="w", + description="HENTAIGANA LETTER RI-6", direction="l", - linebreak="al", - unicodeslot=0x1BC27, + linebreak="id", + unicodeslot=0x1B0F6, }, - [0x1BC28]={ + [0x1B0F7]={ category="lo", - description="DUPLOYAN LETTER N S", + cjkwd="w", + description="HENTAIGANA LETTER RI-7", direction="l", - linebreak="al", - unicodeslot=0x1BC28, + linebreak="id", + unicodeslot=0x1B0F7, }, - [0x1BC29]={ + [0x1B0F8]={ category="lo", - description="DUPLOYAN LETTER J S", + cjkwd="w", + description="HENTAIGANA LETTER RU-1", direction="l", - linebreak="al", - unicodeslot=0x1BC29, + linebreak="id", + unicodeslot=0x1B0F8, }, - [0x1BC2A]={ + [0x1B0F9]={ category="lo", - description="DUPLOYAN LETTER S S", + cjkwd="w", + description="HENTAIGANA LETTER RU-2", direction="l", - linebreak="al", - unicodeslot=0x1BC2A, + linebreak="id", + unicodeslot=0x1B0F9, }, - [0x1BC2B]={ + [0x1B0FA]={ category="lo", - description="DUPLOYAN LETTER M N S", + cjkwd="w", + description="HENTAIGANA LETTER RU-3", direction="l", - linebreak="al", - unicodeslot=0x1BC2B, + linebreak="id", + unicodeslot=0x1B0FA, }, - [0x1BC2C]={ + [0x1B0FB]={ category="lo", - description="DUPLOYAN LETTER N M S", + cjkwd="w", + description="HENTAIGANA LETTER RU-4", direction="l", - linebreak="al", - unicodeslot=0x1BC2C, + linebreak="id", + unicodeslot=0x1B0FB, }, - [0x1BC2D]={ + [0x1B0FC]={ category="lo", - description="DUPLOYAN LETTER J M S", + cjkwd="w", + description="HENTAIGANA LETTER RU-5", direction="l", - linebreak="al", - unicodeslot=0x1BC2D, + linebreak="id", + unicodeslot=0x1B0FC, }, - [0x1BC2E]={ + [0x1B0FD]={ category="lo", - description="DUPLOYAN LETTER S J S", + cjkwd="w", + description="HENTAIGANA LETTER RU-6", direction="l", - linebreak="al", - unicodeslot=0x1BC2E, + linebreak="id", + unicodeslot=0x1B0FD, }, - [0x1BC2F]={ + [0x1B0FE]={ category="lo", - description="DUPLOYAN LETTER J S WITH DOT", + cjkwd="w", + description="HENTAIGANA LETTER RE-1", direction="l", - linebreak="al", - unicodeslot=0x1BC2F, + linebreak="id", + unicodeslot=0x1B0FE, }, - [0x1BC30]={ + [0x1B0FF]={ category="lo", - description="DUPLOYAN LETTER J N", + cjkwd="w", + description="HENTAIGANA LETTER RE-2", direction="l", - linebreak="al", - unicodeslot=0x1BC30, + linebreak="id", + unicodeslot=0x1B0FF, }, - [0x1BC31]={ + [0x1B100]={ category="lo", - description="DUPLOYAN LETTER J N S", + cjkwd="w", + description="HENTAIGANA LETTER RE-3", direction="l", - linebreak="al", - unicodeslot=0x1BC31, + linebreak="id", + unicodeslot=0x1B100, }, - [0x1BC32]={ + [0x1B101]={ category="lo", - description="DUPLOYAN LETTER S T", + cjkwd="w", + description="HENTAIGANA LETTER RE-4", direction="l", - linebreak="al", - unicodeslot=0x1BC32, + linebreak="id", + unicodeslot=0x1B101, }, - [0x1BC33]={ + [0x1B102]={ category="lo", - description="DUPLOYAN LETTER S T R", + cjkwd="w", + description="HENTAIGANA LETTER RO-1", direction="l", - linebreak="al", - unicodeslot=0x1BC33, + linebreak="id", + unicodeslot=0x1B102, }, - [0x1BC34]={ + [0x1B103]={ category="lo", - description="DUPLOYAN LETTER S P", + cjkwd="w", + description="HENTAIGANA LETTER RO-2", direction="l", - linebreak="al", - unicodeslot=0x1BC34, + linebreak="id", + unicodeslot=0x1B103, }, - [0x1BC35]={ + [0x1B104]={ category="lo", - description="DUPLOYAN LETTER S P R", + cjkwd="w", + description="HENTAIGANA LETTER RO-3", direction="l", - linebreak="al", - unicodeslot=0x1BC35, + linebreak="id", + unicodeslot=0x1B104, }, - [0x1BC36]={ + [0x1B105]={ category="lo", - description="DUPLOYAN LETTER T S", + cjkwd="w", + description="HENTAIGANA LETTER RO-4", direction="l", - linebreak="al", - unicodeslot=0x1BC36, + linebreak="id", + unicodeslot=0x1B105, }, - [0x1BC37]={ + [0x1B106]={ category="lo", - description="DUPLOYAN LETTER T R S", + cjkwd="w", + description="HENTAIGANA LETTER RO-5", direction="l", - linebreak="al", - unicodeslot=0x1BC37, + linebreak="id", + unicodeslot=0x1B106, }, - [0x1BC38]={ + [0x1B107]={ category="lo", - description="DUPLOYAN LETTER W", + cjkwd="w", + description="HENTAIGANA LETTER RO-6", direction="l", - linebreak="al", - unicodeslot=0x1BC38, + linebreak="id", + unicodeslot=0x1B107, }, - [0x1BC39]={ + [0x1B108]={ category="lo", - description="DUPLOYAN LETTER WH", + cjkwd="w", + description="HENTAIGANA LETTER WA-1", direction="l", - linebreak="al", - unicodeslot=0x1BC39, + linebreak="id", + unicodeslot=0x1B108, }, - [0x1BC3A]={ + [0x1B109]={ category="lo", - description="DUPLOYAN LETTER W R", + cjkwd="w", + description="HENTAIGANA LETTER WA-2", direction="l", - linebreak="al", - unicodeslot=0x1BC3A, + linebreak="id", + unicodeslot=0x1B109, }, - [0x1BC3B]={ + [0x1B10A]={ category="lo", - description="DUPLOYAN LETTER S N", + cjkwd="w", + description="HENTAIGANA LETTER WA-3", direction="l", - linebreak="al", - unicodeslot=0x1BC3B, + linebreak="id", + unicodeslot=0x1B10A, }, - [0x1BC3C]={ + [0x1B10B]={ category="lo", - description="DUPLOYAN LETTER S M", + cjkwd="w", + description="HENTAIGANA LETTER WA-4", direction="l", - linebreak="al", - unicodeslot=0x1BC3C, + linebreak="id", + unicodeslot=0x1B10B, }, - [0x1BC3D]={ + [0x1B10C]={ category="lo", - description="DUPLOYAN LETTER K R S", + cjkwd="w", + description="HENTAIGANA LETTER WA-5", direction="l", - linebreak="al", - unicodeslot=0x1BC3D, + linebreak="id", + unicodeslot=0x1B10C, }, - [0x1BC3E]={ + [0x1B10D]={ category="lo", - description="DUPLOYAN LETTER G R S", + cjkwd="w", + description="HENTAIGANA LETTER WI-1", direction="l", - linebreak="al", - unicodeslot=0x1BC3E, + linebreak="id", + unicodeslot=0x1B10D, }, - [0x1BC3F]={ + [0x1B10E]={ category="lo", - description="DUPLOYAN LETTER S K", + cjkwd="w", + description="HENTAIGANA LETTER WI-2", direction="l", - linebreak="al", - unicodeslot=0x1BC3F, + linebreak="id", + unicodeslot=0x1B10E, }, - [0x1BC40]={ + [0x1B10F]={ category="lo", - description="DUPLOYAN LETTER S K R", + cjkwd="w", + description="HENTAIGANA LETTER WI-3", direction="l", - linebreak="al", - unicodeslot=0x1BC40, + linebreak="id", + unicodeslot=0x1B10F, }, - [0x1BC41]={ + [0x1B110]={ category="lo", - description="DUPLOYAN LETTER A", + cjkwd="w", + description="HENTAIGANA LETTER WI-4", direction="l", - linebreak="al", - unicodeslot=0x1BC41, + linebreak="id", + unicodeslot=0x1B110, }, - [0x1BC42]={ + [0x1B111]={ category="lo", - description="DUPLOYAN LETTER SLOAN OW", + cjkwd="w", + description="HENTAIGANA LETTER WI-5", direction="l", - linebreak="al", - unicodeslot=0x1BC42, + linebreak="id", + unicodeslot=0x1B111, }, - [0x1BC43]={ + [0x1B112]={ category="lo", - description="DUPLOYAN LETTER OA", + cjkwd="w", + description="HENTAIGANA LETTER WE-1", direction="l", - linebreak="al", - unicodeslot=0x1BC43, + linebreak="id", + unicodeslot=0x1B112, }, - [0x1BC44]={ + [0x1B113]={ category="lo", - description="DUPLOYAN LETTER O", + cjkwd="w", + description="HENTAIGANA LETTER WE-2", direction="l", - linebreak="al", - unicodeslot=0x1BC44, + linebreak="id", + unicodeslot=0x1B113, }, - [0x1BC45]={ + [0x1B114]={ category="lo", - description="DUPLOYAN LETTER AOU", + cjkwd="w", + description="HENTAIGANA LETTER WE-3", direction="l", - linebreak="al", - unicodeslot=0x1BC45, + linebreak="id", + unicodeslot=0x1B114, }, - [0x1BC46]={ + [0x1B115]={ category="lo", - description="DUPLOYAN LETTER I", + cjkwd="w", + description="HENTAIGANA LETTER WE-4", direction="l", - linebreak="al", - unicodeslot=0x1BC46, + linebreak="id", + unicodeslot=0x1B115, }, - [0x1BC47]={ + [0x1B116]={ category="lo", - description="DUPLOYAN LETTER E", + cjkwd="w", + description="HENTAIGANA LETTER WO-1", direction="l", - linebreak="al", - unicodeslot=0x1BC47, + linebreak="id", + unicodeslot=0x1B116, }, - [0x1BC48]={ + [0x1B117]={ category="lo", - description="DUPLOYAN LETTER IE", + cjkwd="w", + description="HENTAIGANA LETTER WO-2", direction="l", - linebreak="al", - unicodeslot=0x1BC48, + linebreak="id", + unicodeslot=0x1B117, }, - [0x1BC49]={ + [0x1B118]={ category="lo", - description="DUPLOYAN LETTER SHORT I", + cjkwd="w", + description="HENTAIGANA LETTER WO-3", direction="l", - linebreak="al", - unicodeslot=0x1BC49, + linebreak="id", + unicodeslot=0x1B118, }, - [0x1BC4A]={ + [0x1B119]={ category="lo", - description="DUPLOYAN LETTER UI", + cjkwd="w", + description="HENTAIGANA LETTER WO-4", direction="l", - linebreak="al", - unicodeslot=0x1BC4A, + linebreak="id", + unicodeslot=0x1B119, }, - [0x1BC4B]={ + [0x1B11A]={ category="lo", - description="DUPLOYAN LETTER EE", + cjkwd="w", + description="HENTAIGANA LETTER WO-5", direction="l", - linebreak="al", - unicodeslot=0x1BC4B, + linebreak="id", + unicodeslot=0x1B11A, }, - [0x1BC4C]={ + [0x1B11B]={ category="lo", - description="DUPLOYAN LETTER SLOAN EH", + cjkwd="w", + description="HENTAIGANA LETTER WO-6", direction="l", - linebreak="al", - unicodeslot=0x1BC4C, + linebreak="id", + unicodeslot=0x1B11B, }, - [0x1BC4D]={ + [0x1B11C]={ category="lo", - description="DUPLOYAN LETTER ROMANIAN I", + cjkwd="w", + description="HENTAIGANA LETTER WO-7", direction="l", - linebreak="al", - unicodeslot=0x1BC4D, + linebreak="id", + unicodeslot=0x1B11C, }, - [0x1BC4E]={ + [0x1B11D]={ category="lo", - description="DUPLOYAN LETTER SLOAN EE", + cjkwd="w", + description="HENTAIGANA LETTER N-MU-MO-1", direction="l", - linebreak="al", - unicodeslot=0x1BC4E, + linebreak="id", + unicodeslot=0x1B11D, }, - [0x1BC4F]={ + [0x1B11E]={ category="lo", - description="DUPLOYAN LETTER LONG I", + cjkwd="w", + description="HENTAIGANA LETTER N-MU-MO-2", direction="l", - linebreak="al", - unicodeslot=0x1BC4F, + linebreak="id", + unicodeslot=0x1B11E, }, - [0x1BC50]={ + [0x1B150]={ category="lo", - description="DUPLOYAN LETTER YE", + cjkwd="w", + description="HIRAGANA LETTER SMALL WI", direction="l", - linebreak="al", - unicodeslot=0x1BC50, + linebreak="cj", + unicodeslot=0x1B150, }, - [0x1BC51]={ + [0x1B151]={ category="lo", - description="DUPLOYAN LETTER U", + cjkwd="w", + description="HIRAGANA LETTER SMALL WE", direction="l", - linebreak="al", - unicodeslot=0x1BC51, + linebreak="cj", + unicodeslot=0x1B151, }, - [0x1BC52]={ + [0x1B152]={ category="lo", - description="DUPLOYAN LETTER EU", + cjkwd="w", + description="HIRAGANA LETTER SMALL WO", direction="l", - linebreak="al", - unicodeslot=0x1BC52, + linebreak="cj", + unicodeslot=0x1B152, }, - [0x1BC53]={ + [0x1B164]={ category="lo", - description="DUPLOYAN LETTER XW", + cjkwd="w", + description="KATAKANA LETTER SMALL WI", direction="l", - linebreak="al", - unicodeslot=0x1BC53, + linebreak="cj", + unicodeslot=0x1B164, }, - [0x1BC54]={ + [0x1B165]={ category="lo", - description="DUPLOYAN LETTER U N", + cjkwd="w", + description="KATAKANA LETTER SMALL WE", direction="l", - linebreak="al", - unicodeslot=0x1BC54, + linebreak="cj", + unicodeslot=0x1B165, }, - [0x1BC55]={ + [0x1B166]={ category="lo", - description="DUPLOYAN LETTER LONG U", + cjkwd="w", + description="KATAKANA LETTER SMALL WO", direction="l", - linebreak="al", - unicodeslot=0x1BC55, + linebreak="cj", + unicodeslot=0x1B166, }, - [0x1BC56]={ + [0x1B167]={ category="lo", - description="DUPLOYAN LETTER ROMANIAN U", + cjkwd="w", + description="KATAKANA LETTER SMALL N", direction="l", - linebreak="al", - unicodeslot=0x1BC56, + linebreak="cj", + unicodeslot=0x1B167, }, - [0x1BC57]={ + [0x1B170]={ category="lo", - description="DUPLOYAN LETTER UH", + cjkwd="w", + description="NUSHU CHARACTER-1B170", direction="l", - linebreak="al", - unicodeslot=0x1BC57, + linebreak="id", + unicodeslot=0x1B170, }, - [0x1BC58]={ + [0x1B171]={ category="lo", - description="DUPLOYAN LETTER SLOAN U", + cjkwd="w", + description="NUSHU CHARACTER-1B171", direction="l", - linebreak="al", - unicodeslot=0x1BC58, + linebreak="id", + unicodeslot=0x1B171, }, - [0x1BC59]={ + [0x1B172]={ category="lo", - description="DUPLOYAN LETTER OOH", + cjkwd="w", + description="NUSHU CHARACTER-1B172", direction="l", - linebreak="al", - unicodeslot=0x1BC59, + linebreak="id", + unicodeslot=0x1B172, }, - [0x1BC5A]={ + [0x1B173]={ category="lo", - description="DUPLOYAN LETTER OW", + cjkwd="w", + description="NUSHU CHARACTER-1B173", direction="l", - linebreak="al", - unicodeslot=0x1BC5A, + linebreak="id", + unicodeslot=0x1B173, }, - [0x1BC5B]={ + [0x1B174]={ category="lo", - description="DUPLOYAN LETTER OU", + cjkwd="w", + description="NUSHU CHARACTER-1B174", direction="l", - linebreak="al", - unicodeslot=0x1BC5B, + linebreak="id", + unicodeslot=0x1B174, }, - [0x1BC5C]={ + [0x1B175]={ category="lo", - description="DUPLOYAN LETTER WA", + cjkwd="w", + description="NUSHU CHARACTER-1B175", direction="l", - linebreak="al", - unicodeslot=0x1BC5C, + linebreak="id", + unicodeslot=0x1B175, }, - [0x1BC5D]={ + [0x1B176]={ category="lo", - description="DUPLOYAN LETTER WO", + cjkwd="w", + description="NUSHU CHARACTER-1B176", direction="l", - linebreak="al", - unicodeslot=0x1BC5D, + linebreak="id", + unicodeslot=0x1B176, }, - [0x1BC5E]={ + [0x1B177]={ category="lo", - description="DUPLOYAN LETTER WI", + cjkwd="w", + description="NUSHU CHARACTER-1B177", direction="l", - linebreak="al", - unicodeslot=0x1BC5E, + linebreak="id", + unicodeslot=0x1B177, }, - [0x1BC5F]={ + [0x1B178]={ category="lo", - description="DUPLOYAN LETTER WEI", + cjkwd="w", + description="NUSHU CHARACTER-1B178", direction="l", - linebreak="al", - unicodeslot=0x1BC5F, + linebreak="id", + unicodeslot=0x1B178, }, - [0x1BC60]={ + [0x1B179]={ category="lo", - description="DUPLOYAN LETTER WOW", + cjkwd="w", + description="NUSHU CHARACTER-1B179", direction="l", - linebreak="al", - unicodeslot=0x1BC60, + linebreak="id", + unicodeslot=0x1B179, }, - [0x1BC61]={ + [0x1B17A]={ category="lo", - description="DUPLOYAN LETTER NASAL U", + cjkwd="w", + description="NUSHU CHARACTER-1B17A", direction="l", - linebreak="al", - unicodeslot=0x1BC61, + linebreak="id", + unicodeslot=0x1B17A, }, - [0x1BC62]={ + [0x1B17B]={ category="lo", - description="DUPLOYAN LETTER NASAL O", + cjkwd="w", + description="NUSHU CHARACTER-1B17B", direction="l", - linebreak="al", - unicodeslot=0x1BC62, + linebreak="id", + unicodeslot=0x1B17B, }, - [0x1BC63]={ + [0x1B17C]={ category="lo", - description="DUPLOYAN LETTER NASAL I", + cjkwd="w", + description="NUSHU CHARACTER-1B17C", direction="l", - linebreak="al", - unicodeslot=0x1BC63, + linebreak="id", + unicodeslot=0x1B17C, }, - [0x1BC64]={ + [0x1B17D]={ category="lo", - description="DUPLOYAN LETTER NASAL A", + cjkwd="w", + description="NUSHU CHARACTER-1B17D", direction="l", - linebreak="al", - unicodeslot=0x1BC64, + linebreak="id", + unicodeslot=0x1B17D, }, - [0x1BC65]={ + [0x1B17E]={ category="lo", - description="DUPLOYAN LETTER PERNIN AN", + cjkwd="w", + description="NUSHU CHARACTER-1B17E", direction="l", - linebreak="al", - unicodeslot=0x1BC65, + linebreak="id", + unicodeslot=0x1B17E, }, - [0x1BC66]={ + [0x1B17F]={ category="lo", - description="DUPLOYAN LETTER PERNIN AM", + cjkwd="w", + description="NUSHU CHARACTER-1B17F", direction="l", - linebreak="al", - unicodeslot=0x1BC66, + linebreak="id", + unicodeslot=0x1B17F, }, - [0x1BC67]={ + [0x1B180]={ category="lo", - description="DUPLOYAN LETTER SLOAN EN", + cjkwd="w", + description="NUSHU CHARACTER-1B180", direction="l", - linebreak="al", - unicodeslot=0x1BC67, + linebreak="id", + unicodeslot=0x1B180, }, - [0x1BC68]={ + [0x1B181]={ category="lo", - description="DUPLOYAN LETTER SLOAN AN", + cjkwd="w", + description="NUSHU CHARACTER-1B181", direction="l", - linebreak="al", - unicodeslot=0x1BC68, + linebreak="id", + unicodeslot=0x1B181, }, - [0x1BC69]={ + [0x1B182]={ category="lo", - description="DUPLOYAN LETTER SLOAN ON", + cjkwd="w", + description="NUSHU CHARACTER-1B182", direction="l", - linebreak="al", - unicodeslot=0x1BC69, + linebreak="id", + unicodeslot=0x1B182, }, - [0x1BC6A]={ + [0x1B183]={ category="lo", - description="DUPLOYAN LETTER VOCALIC M", + cjkwd="w", + description="NUSHU CHARACTER-1B183", direction="l", - linebreak="al", - unicodeslot=0x1BC6A, + linebreak="id", + unicodeslot=0x1B183, }, - [0x1BC70]={ + [0x1B184]={ category="lo", - description="DUPLOYAN AFFIX LEFT HORIZONTAL SECANT", + cjkwd="w", + description="NUSHU CHARACTER-1B184", direction="l", - linebreak="al", - unicodeslot=0x1BC70, + linebreak="id", + unicodeslot=0x1B184, }, - [0x1BC71]={ + [0x1B185]={ category="lo", - description="DUPLOYAN AFFIX MID HORIZONTAL SECANT", + cjkwd="w", + description="NUSHU CHARACTER-1B185", direction="l", - linebreak="al", - unicodeslot=0x1BC71, + linebreak="id", + unicodeslot=0x1B185, }, - [0x1BC72]={ + [0x1B186]={ category="lo", - description="DUPLOYAN AFFIX RIGHT HORIZONTAL SECANT", + cjkwd="w", + description="NUSHU CHARACTER-1B186", direction="l", - linebreak="al", - unicodeslot=0x1BC72, + linebreak="id", + unicodeslot=0x1B186, }, - [0x1BC73]={ + [0x1B187]={ category="lo", - description="DUPLOYAN AFFIX LOW VERTICAL SECANT", + cjkwd="w", + description="NUSHU CHARACTER-1B187", direction="l", - linebreak="al", - unicodeslot=0x1BC73, + linebreak="id", + unicodeslot=0x1B187, }, - [0x1BC74]={ + [0x1B188]={ category="lo", - description="DUPLOYAN AFFIX MID VERTICAL SECANT", + cjkwd="w", + description="NUSHU CHARACTER-1B188", direction="l", - linebreak="al", - unicodeslot=0x1BC74, + linebreak="id", + unicodeslot=0x1B188, }, - [0x1BC75]={ + [0x1B189]={ category="lo", - description="DUPLOYAN AFFIX HIGH VERTICAL SECANT", + cjkwd="w", + description="NUSHU CHARACTER-1B189", direction="l", - linebreak="al", - unicodeslot=0x1BC75, + linebreak="id", + unicodeslot=0x1B189, }, - [0x1BC76]={ + [0x1B18A]={ category="lo", - description="DUPLOYAN AFFIX ATTACHED SECANT", + cjkwd="w", + description="NUSHU CHARACTER-1B18A", direction="l", - linebreak="al", - unicodeslot=0x1BC76, + linebreak="id", + unicodeslot=0x1B18A, }, - [0x1BC77]={ + [0x1B18B]={ category="lo", - description="DUPLOYAN AFFIX ATTACHED LEFT-TO-RIGHT SECANT", + cjkwd="w", + description="NUSHU CHARACTER-1B18B", direction="l", - linebreak="al", - unicodeslot=0x1BC77, + linebreak="id", + unicodeslot=0x1B18B, }, - [0x1BC78]={ + [0x1B18C]={ category="lo", - description="DUPLOYAN AFFIX ATTACHED TANGENT", + cjkwd="w", + description="NUSHU CHARACTER-1B18C", direction="l", - linebreak="al", - unicodeslot=0x1BC78, + linebreak="id", + unicodeslot=0x1B18C, }, - [0x1BC79]={ + [0x1B18D]={ category="lo", - description="DUPLOYAN AFFIX ATTACHED TAIL", + cjkwd="w", + description="NUSHU CHARACTER-1B18D", direction="l", - linebreak="al", - unicodeslot=0x1BC79, + linebreak="id", + unicodeslot=0x1B18D, }, - [0x1BC7A]={ + [0x1B18E]={ category="lo", - description="DUPLOYAN AFFIX ATTACHED E HOOK", + cjkwd="w", + description="NUSHU CHARACTER-1B18E", direction="l", - linebreak="al", - unicodeslot=0x1BC7A, + linebreak="id", + unicodeslot=0x1B18E, }, - [0x1BC7B]={ + [0x1B18F]={ category="lo", - description="DUPLOYAN AFFIX ATTACHED I HOOK", + cjkwd="w", + description="NUSHU CHARACTER-1B18F", direction="l", - linebreak="al", - unicodeslot=0x1BC7B, + linebreak="id", + unicodeslot=0x1B18F, }, - [0x1BC7C]={ + [0x1B190]={ category="lo", - description="DUPLOYAN AFFIX ATTACHED TANGENT HOOK", + cjkwd="w", + description="NUSHU CHARACTER-1B190", direction="l", - linebreak="al", - unicodeslot=0x1BC7C, + linebreak="id", + unicodeslot=0x1B190, }, - [0x1BC80]={ + [0x1B191]={ category="lo", - description="DUPLOYAN AFFIX HIGH ACUTE", + cjkwd="w", + description="NUSHU CHARACTER-1B191", direction="l", - linebreak="al", - unicodeslot=0x1BC80, + linebreak="id", + unicodeslot=0x1B191, }, - [0x1BC81]={ + [0x1B192]={ category="lo", - description="DUPLOYAN AFFIX HIGH TIGHT ACUTE", + cjkwd="w", + description="NUSHU CHARACTER-1B192", direction="l", - linebreak="al", - unicodeslot=0x1BC81, + linebreak="id", + unicodeslot=0x1B192, }, - [0x1BC82]={ + [0x1B193]={ category="lo", - description="DUPLOYAN AFFIX HIGH GRAVE", + cjkwd="w", + description="NUSHU CHARACTER-1B193", direction="l", - linebreak="al", - unicodeslot=0x1BC82, + linebreak="id", + unicodeslot=0x1B193, }, - [0x1BC83]={ + [0x1B194]={ category="lo", - description="DUPLOYAN AFFIX HIGH LONG GRAVE", + cjkwd="w", + description="NUSHU CHARACTER-1B194", direction="l", - linebreak="al", - unicodeslot=0x1BC83, + linebreak="id", + unicodeslot=0x1B194, }, - [0x1BC84]={ + [0x1B195]={ category="lo", - description="DUPLOYAN AFFIX HIGH DOT", + cjkwd="w", + description="NUSHU CHARACTER-1B195", direction="l", - linebreak="al", - unicodeslot=0x1BC84, + linebreak="id", + unicodeslot=0x1B195, }, - [0x1BC85]={ + [0x1B196]={ category="lo", - description="DUPLOYAN AFFIX HIGH CIRCLE", + cjkwd="w", + description="NUSHU CHARACTER-1B196", direction="l", - linebreak="al", - unicodeslot=0x1BC85, + linebreak="id", + unicodeslot=0x1B196, }, - [0x1BC86]={ + [0x1B197]={ category="lo", - description="DUPLOYAN AFFIX HIGH LINE", + cjkwd="w", + description="NUSHU CHARACTER-1B197", direction="l", - linebreak="al", - unicodeslot=0x1BC86, + linebreak="id", + unicodeslot=0x1B197, }, - [0x1BC87]={ + [0x1B198]={ category="lo", - description="DUPLOYAN AFFIX HIGH WAVE", + cjkwd="w", + description="NUSHU CHARACTER-1B198", direction="l", - linebreak="al", - unicodeslot=0x1BC87, + linebreak="id", + unicodeslot=0x1B198, }, - [0x1BC88]={ + [0x1B199]={ category="lo", - description="DUPLOYAN AFFIX HIGH VERTICAL", + cjkwd="w", + description="NUSHU CHARACTER-1B199", direction="l", - linebreak="al", - unicodeslot=0x1BC88, + linebreak="id", + unicodeslot=0x1B199, }, - [0x1BC90]={ + [0x1B19A]={ category="lo", - description="DUPLOYAN AFFIX LOW ACUTE", + cjkwd="w", + description="NUSHU CHARACTER-1B19A", direction="l", - linebreak="al", - unicodeslot=0x1BC90, + linebreak="id", + unicodeslot=0x1B19A, }, - [0x1BC91]={ + [0x1B19B]={ category="lo", - description="DUPLOYAN AFFIX LOW TIGHT ACUTE", + cjkwd="w", + description="NUSHU CHARACTER-1B19B", direction="l", - linebreak="al", - unicodeslot=0x1BC91, + linebreak="id", + unicodeslot=0x1B19B, }, - [0x1BC92]={ + [0x1B19C]={ category="lo", - description="DUPLOYAN AFFIX LOW GRAVE", + cjkwd="w", + description="NUSHU CHARACTER-1B19C", direction="l", - linebreak="al", - unicodeslot=0x1BC92, + linebreak="id", + unicodeslot=0x1B19C, }, - [0x1BC93]={ + [0x1B19D]={ category="lo", - description="DUPLOYAN AFFIX LOW LONG GRAVE", + cjkwd="w", + description="NUSHU CHARACTER-1B19D", direction="l", - linebreak="al", - unicodeslot=0x1BC93, + linebreak="id", + unicodeslot=0x1B19D, }, - [0x1BC94]={ + [0x1B19E]={ category="lo", - description="DUPLOYAN AFFIX LOW DOT", + cjkwd="w", + description="NUSHU CHARACTER-1B19E", direction="l", - linebreak="al", - unicodeslot=0x1BC94, + linebreak="id", + unicodeslot=0x1B19E, }, - [0x1BC95]={ + [0x1B19F]={ category="lo", - description="DUPLOYAN AFFIX LOW CIRCLE", + cjkwd="w", + description="NUSHU CHARACTER-1B19F", direction="l", - linebreak="al", - unicodeslot=0x1BC95, + linebreak="id", + unicodeslot=0x1B19F, }, - [0x1BC96]={ + [0x1B1A0]={ category="lo", - description="DUPLOYAN AFFIX LOW LINE", + cjkwd="w", + description="NUSHU CHARACTER-1B1A0", direction="l", - linebreak="al", - unicodeslot=0x1BC96, + linebreak="id", + unicodeslot=0x1B1A0, }, - [0x1BC97]={ + [0x1B1A1]={ category="lo", - description="DUPLOYAN AFFIX LOW WAVE", + cjkwd="w", + description="NUSHU CHARACTER-1B1A1", direction="l", - linebreak="al", - unicodeslot=0x1BC97, + linebreak="id", + unicodeslot=0x1B1A1, }, - [0x1BC98]={ + [0x1B1A2]={ category="lo", - description="DUPLOYAN AFFIX LOW VERTICAL", + cjkwd="w", + description="NUSHU CHARACTER-1B1A2", direction="l", - linebreak="al", - unicodeslot=0x1BC98, + linebreak="id", + unicodeslot=0x1B1A2, }, - [0x1BC99]={ + [0x1B1A3]={ category="lo", - description="DUPLOYAN AFFIX LOW ARROW", + cjkwd="w", + description="NUSHU CHARACTER-1B1A3", direction="l", - linebreak="al", - unicodeslot=0x1BC99, + linebreak="id", + unicodeslot=0x1B1A3, }, - [0x1BC9C]={ - category="so", - description="DUPLOYAN SIGN O WITH CROSS", + [0x1B1A4]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1A4", direction="l", - linebreak="al", - unicodeslot=0x1BC9C, - }, - [0x1BC9D]={ - category="mn", - description="DUPLOYAN THICK LETTER SELECTOR", - direction="nsm", - linebreak="cm", - unicodeslot=0x1BC9D, - }, - [0x1BC9E]={ - category="mn", - combining=0x1, - description="DUPLOYAN DOUBLE MARK", - direction="nsm", - linebreak="cm", - unicodeslot=0x1BC9E, + linebreak="id", + unicodeslot=0x1B1A4, }, - [0x1BC9F]={ - category="po", - description="DUPLOYAN PUNCTUATION CHINOOK FULL STOP", + [0x1B1A5]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1A5", direction="l", - linebreak="ba", - unicodeslot=0x1BC9F, - }, - [0x1BCA0]={ - category="cf", - description="SHORTHAND FORMAT LETTER OVERLAP", - direction="bn", - linebreak="cm", - unicodeslot=0x1BCA0, - }, - [0x1BCA1]={ - category="cf", - description="SHORTHAND FORMAT CONTINUING OVERLAP", - direction="bn", - linebreak="cm", - unicodeslot=0x1BCA1, - }, - [0x1BCA2]={ - category="cf", - description="SHORTHAND FORMAT DOWN STEP", - direction="bn", - linebreak="cm", - unicodeslot=0x1BCA2, - }, - [0x1BCA3]={ - category="cf", - description="SHORTHAND FORMAT UP STEP", - direction="bn", - linebreak="cm", - unicodeslot=0x1BCA3, + linebreak="id", + unicodeslot=0x1B1A5, }, - [0x1D000]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL PSILI", + [0x1B1A6]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1A6", direction="l", - linebreak="al", - unicodeslot=0x1D000, + linebreak="id", + unicodeslot=0x1B1A6, }, - [0x1D001]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL DASEIA", + [0x1B1A7]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1A7", direction="l", - linebreak="al", - unicodeslot=0x1D001, + linebreak="id", + unicodeslot=0x1B1A7, }, - [0x1D002]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL PERISPOMENI", + [0x1B1A8]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1A8", direction="l", - linebreak="al", - unicodeslot=0x1D002, + linebreak="id", + unicodeslot=0x1B1A8, }, - [0x1D003]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL OXEIA EKFONITIKON", + [0x1B1A9]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1A9", direction="l", - linebreak="al", - unicodeslot=0x1D003, + linebreak="id", + unicodeslot=0x1B1A9, }, - [0x1D004]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL OXEIA DIPLI", + [0x1B1AA]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1AA", direction="l", - linebreak="al", - unicodeslot=0x1D004, + linebreak="id", + unicodeslot=0x1B1AA, }, - [0x1D005]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL VAREIA EKFONITIKON", + [0x1B1AB]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1AB", direction="l", - linebreak="al", - unicodeslot=0x1D005, + linebreak="id", + unicodeslot=0x1B1AB, }, - [0x1D006]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL VAREIA DIPLI", + [0x1B1AC]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1AC", direction="l", - linebreak="al", - unicodeslot=0x1D006, + linebreak="id", + unicodeslot=0x1B1AC, }, - [0x1D007]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KATHISTI", + [0x1B1AD]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1AD", direction="l", - linebreak="al", - unicodeslot=0x1D007, + linebreak="id", + unicodeslot=0x1B1AD, }, - [0x1D008]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL SYRMATIKI", + [0x1B1AE]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1AE", direction="l", - linebreak="al", - unicodeslot=0x1D008, + linebreak="id", + unicodeslot=0x1B1AE, }, - [0x1D009]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL PARAKLITIKI", + [0x1B1AF]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1AF", direction="l", - linebreak="al", - unicodeslot=0x1D009, + linebreak="id", + unicodeslot=0x1B1AF, }, - [0x1D00A]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL YPOKRISIS", + [0x1B1B0]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1B0", direction="l", - linebreak="al", - unicodeslot=0x1D00A, + linebreak="id", + unicodeslot=0x1B1B0, }, - [0x1D00B]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL YPOKRISIS DIPLI", + [0x1B1B1]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1B1", direction="l", - linebreak="al", - unicodeslot=0x1D00B, + linebreak="id", + unicodeslot=0x1B1B1, }, - [0x1D00C]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KREMASTI", + [0x1B1B2]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1B2", direction="l", - linebreak="al", - unicodeslot=0x1D00C, + linebreak="id", + unicodeslot=0x1B1B2, }, - [0x1D00D]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL APESO EKFONITIKON", + [0x1B1B3]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1B3", direction="l", - linebreak="al", - unicodeslot=0x1D00D, + linebreak="id", + unicodeslot=0x1B1B3, }, - [0x1D00E]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL EXO EKFONITIKON", + [0x1B1B4]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1B4", direction="l", - linebreak="al", - unicodeslot=0x1D00E, + linebreak="id", + unicodeslot=0x1B1B4, }, - [0x1D00F]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL TELEIA", + [0x1B1B5]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1B5", direction="l", - linebreak="al", - unicodeslot=0x1D00F, + linebreak="id", + unicodeslot=0x1B1B5, }, - [0x1D010]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KENTIMATA", + [0x1B1B6]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1B6", direction="l", - linebreak="al", - unicodeslot=0x1D010, + linebreak="id", + unicodeslot=0x1B1B6, }, - [0x1D011]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL APOSTROFOS", + [0x1B1B7]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1B7", direction="l", - linebreak="al", - unicodeslot=0x1D011, + linebreak="id", + unicodeslot=0x1B1B7, }, - [0x1D012]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL APOSTROFOS DIPLI", + [0x1B1B8]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1B8", direction="l", - linebreak="al", - unicodeslot=0x1D012, + linebreak="id", + unicodeslot=0x1B1B8, }, - [0x1D013]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL SYNEVMA", + [0x1B1B9]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1B9", direction="l", - linebreak="al", - unicodeslot=0x1D013, + linebreak="id", + unicodeslot=0x1B1B9, }, - [0x1D014]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL THITA", + [0x1B1BA]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1BA", direction="l", - linebreak="al", - unicodeslot=0x1D014, + linebreak="id", + unicodeslot=0x1B1BA, }, - [0x1D015]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL OLIGON ARCHAION", + [0x1B1BB]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1BB", direction="l", - linebreak="al", - unicodeslot=0x1D015, + linebreak="id", + unicodeslot=0x1B1BB, }, - [0x1D016]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL GORGON ARCHAION", + [0x1B1BC]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1BC", direction="l", - linebreak="al", - unicodeslot=0x1D016, + linebreak="id", + unicodeslot=0x1B1BC, }, - [0x1D017]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL PSILON", + [0x1B1BD]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1BD", direction="l", - linebreak="al", - unicodeslot=0x1D017, + linebreak="id", + unicodeslot=0x1B1BD, }, - [0x1D018]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL CHAMILON", + [0x1B1BE]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1BE", direction="l", - linebreak="al", - unicodeslot=0x1D018, + linebreak="id", + unicodeslot=0x1B1BE, }, - [0x1D019]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL VATHY", + [0x1B1BF]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1BF", direction="l", - linebreak="al", - unicodeslot=0x1D019, + linebreak="id", + unicodeslot=0x1B1BF, }, - [0x1D01A]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL ISON ARCHAION", + [0x1B1C0]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1C0", direction="l", - linebreak="al", - unicodeslot=0x1D01A, + linebreak="id", + unicodeslot=0x1B1C0, }, - [0x1D01B]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KENTIMA ARCHAION", + [0x1B1C1]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1C1", direction="l", - linebreak="al", - unicodeslot=0x1D01B, + linebreak="id", + unicodeslot=0x1B1C1, }, - [0x1D01C]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KENTIMATA ARCHAION", + [0x1B1C2]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1C2", direction="l", - linebreak="al", - unicodeslot=0x1D01C, + linebreak="id", + unicodeslot=0x1B1C2, }, - [0x1D01D]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL SAXIMATA", + [0x1B1C3]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1C3", direction="l", - linebreak="al", - unicodeslot=0x1D01D, + linebreak="id", + unicodeslot=0x1B1C3, }, - [0x1D01E]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL PARICHON", + [0x1B1C4]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1C4", direction="l", - linebreak="al", - unicodeslot=0x1D01E, + linebreak="id", + unicodeslot=0x1B1C4, }, - [0x1D01F]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL STAVROS APODEXIA", + [0x1B1C5]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1C5", direction="l", - linebreak="al", - unicodeslot=0x1D01F, + linebreak="id", + unicodeslot=0x1B1C5, }, - [0x1D020]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL OXEIAI ARCHAION", + [0x1B1C6]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1C6", direction="l", - linebreak="al", - unicodeslot=0x1D020, + linebreak="id", + unicodeslot=0x1B1C6, }, - [0x1D021]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL VAREIAI ARCHAION", + [0x1B1C7]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1C7", direction="l", - linebreak="al", - unicodeslot=0x1D021, + linebreak="id", + unicodeslot=0x1B1C7, }, - [0x1D022]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL APODERMA ARCHAION", + [0x1B1C8]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1C8", direction="l", - linebreak="al", - unicodeslot=0x1D022, + linebreak="id", + unicodeslot=0x1B1C8, }, - [0x1D023]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL APOTHEMA", + [0x1B1C9]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1C9", direction="l", - linebreak="al", - unicodeslot=0x1D023, + linebreak="id", + unicodeslot=0x1B1C9, }, - [0x1D024]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KLASMA", + [0x1B1CA]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1CA", direction="l", - linebreak="al", - unicodeslot=0x1D024, + linebreak="id", + unicodeslot=0x1B1CA, }, - [0x1D025]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL REVMA", + [0x1B1CB]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1CB", direction="l", - linebreak="al", - unicodeslot=0x1D025, + linebreak="id", + unicodeslot=0x1B1CB, }, - [0x1D026]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL PIASMA ARCHAION", + [0x1B1CC]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1CC", direction="l", - linebreak="al", - unicodeslot=0x1D026, + linebreak="id", + unicodeslot=0x1B1CC, }, - [0x1D027]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL TINAGMA", + [0x1B1CD]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1CD", direction="l", - linebreak="al", - unicodeslot=0x1D027, + linebreak="id", + unicodeslot=0x1B1CD, }, - [0x1D028]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL ANATRICHISMA", + [0x1B1CE]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1CE", direction="l", - linebreak="al", - unicodeslot=0x1D028, + linebreak="id", + unicodeslot=0x1B1CE, }, - [0x1D029]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL SEISMA", + [0x1B1CF]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1CF", direction="l", - linebreak="al", - unicodeslot=0x1D029, + linebreak="id", + unicodeslot=0x1B1CF, }, - [0x1D02A]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL SYNAGMA ARCHAION", + [0x1B1D0]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1D0", direction="l", - linebreak="al", - unicodeslot=0x1D02A, + linebreak="id", + unicodeslot=0x1B1D0, }, - [0x1D02B]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL SYNAGMA META STAVROU", + [0x1B1D1]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1D1", direction="l", - linebreak="al", - unicodeslot=0x1D02B, + linebreak="id", + unicodeslot=0x1B1D1, }, - [0x1D02C]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL OYRANISMA ARCHAION", + [0x1B1D2]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1D2", direction="l", - linebreak="al", - unicodeslot=0x1D02C, + linebreak="id", + unicodeslot=0x1B1D2, }, - [0x1D02D]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL THEMA", + [0x1B1D3]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1D3", direction="l", - linebreak="al", - unicodeslot=0x1D02D, + linebreak="id", + unicodeslot=0x1B1D3, }, - [0x1D02E]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL LEMOI", + [0x1B1D4]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1D4", direction="l", - linebreak="al", - unicodeslot=0x1D02E, + linebreak="id", + unicodeslot=0x1B1D4, }, - [0x1D02F]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL DYO", + [0x1B1D5]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1D5", direction="l", - linebreak="al", - unicodeslot=0x1D02F, + linebreak="id", + unicodeslot=0x1B1D5, }, - [0x1D030]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL TRIA", + [0x1B1D6]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1D6", direction="l", - linebreak="al", - unicodeslot=0x1D030, + linebreak="id", + unicodeslot=0x1B1D6, }, - [0x1D031]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL TESSERA", + [0x1B1D7]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1D7", direction="l", - linebreak="al", - unicodeslot=0x1D031, + linebreak="id", + unicodeslot=0x1B1D7, }, - [0x1D032]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KRATIMATA", + [0x1B1D8]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1D8", direction="l", - linebreak="al", - unicodeslot=0x1D032, + linebreak="id", + unicodeslot=0x1B1D8, }, - [0x1D033]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL APESO EXO NEO", + [0x1B1D9]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1D9", direction="l", - linebreak="al", - unicodeslot=0x1D033, + linebreak="id", + unicodeslot=0x1B1D9, }, - [0x1D034]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL FTHORA ARCHAION", + [0x1B1DA]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1DA", direction="l", - linebreak="al", - unicodeslot=0x1D034, + linebreak="id", + unicodeslot=0x1B1DA, }, - [0x1D035]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL IMIFTHORA", + [0x1B1DB]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1DB", direction="l", - linebreak="al", - unicodeslot=0x1D035, + linebreak="id", + unicodeslot=0x1B1DB, }, - [0x1D036]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL TROMIKON ARCHAION", + [0x1B1DC]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1DC", direction="l", - linebreak="al", - unicodeslot=0x1D036, + linebreak="id", + unicodeslot=0x1B1DC, }, - [0x1D037]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KATAVA TROMIKON", + [0x1B1DD]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1DD", direction="l", - linebreak="al", - unicodeslot=0x1D037, + linebreak="id", + unicodeslot=0x1B1DD, }, - [0x1D038]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL PELASTON", + [0x1B1DE]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1DE", direction="l", - linebreak="al", - unicodeslot=0x1D038, + linebreak="id", + unicodeslot=0x1B1DE, }, - [0x1D039]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL PSIFISTON", + [0x1B1DF]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1DF", direction="l", - linebreak="al", - unicodeslot=0x1D039, + linebreak="id", + unicodeslot=0x1B1DF, }, - [0x1D03A]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KONTEVMA", + [0x1B1E0]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1E0", direction="l", - linebreak="al", - unicodeslot=0x1D03A, + linebreak="id", + unicodeslot=0x1B1E0, }, - [0x1D03B]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL CHOREVMA ARCHAION", + [0x1B1E1]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1E1", direction="l", - linebreak="al", - unicodeslot=0x1D03B, + linebreak="id", + unicodeslot=0x1B1E1, }, - [0x1D03C]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL RAPISMA", + [0x1B1E2]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1E2", direction="l", - linebreak="al", - unicodeslot=0x1D03C, + linebreak="id", + unicodeslot=0x1B1E2, }, - [0x1D03D]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL PARAKALESMA ARCHAION", + [0x1B1E3]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1E3", direction="l", - linebreak="al", - unicodeslot=0x1D03D, + linebreak="id", + unicodeslot=0x1B1E3, }, - [0x1D03E]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL PARAKLITIKI ARCHAION", + [0x1B1E4]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1E4", direction="l", - linebreak="al", - unicodeslot=0x1D03E, + linebreak="id", + unicodeslot=0x1B1E4, }, - [0x1D03F]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL ICHADIN", + [0x1B1E5]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1E5", direction="l", - linebreak="al", - unicodeslot=0x1D03F, + linebreak="id", + unicodeslot=0x1B1E5, }, - [0x1D040]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL NANA", + [0x1B1E6]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1E6", direction="l", - linebreak="al", - unicodeslot=0x1D040, + linebreak="id", + unicodeslot=0x1B1E6, }, - [0x1D041]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL PETASMA", + [0x1B1E7]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1E7", direction="l", - linebreak="al", - unicodeslot=0x1D041, + linebreak="id", + unicodeslot=0x1B1E7, }, - [0x1D042]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KONTEVMA ALLO", + [0x1B1E8]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1E8", direction="l", - linebreak="al", - unicodeslot=0x1D042, + linebreak="id", + unicodeslot=0x1B1E8, }, - [0x1D043]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL TROMIKON ALLO", + [0x1B1E9]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1E9", direction="l", - linebreak="al", - unicodeslot=0x1D043, + linebreak="id", + unicodeslot=0x1B1E9, }, - [0x1D044]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL STRAGGISMATA", + [0x1B1EA]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1EA", direction="l", - linebreak="al", - unicodeslot=0x1D044, + linebreak="id", + unicodeslot=0x1B1EA, }, - [0x1D045]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL GRONTHISMATA", + [0x1B1EB]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1EB", direction="l", - linebreak="al", - unicodeslot=0x1D045, + linebreak="id", + unicodeslot=0x1B1EB, }, - [0x1D046]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL ISON NEO", + [0x1B1EC]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1EC", direction="l", - linebreak="al", - unicodeslot=0x1D046, + linebreak="id", + unicodeslot=0x1B1EC, }, - [0x1D047]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL OLIGON NEO", + [0x1B1ED]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1ED", direction="l", - linebreak="al", - unicodeslot=0x1D047, + linebreak="id", + unicodeslot=0x1B1ED, }, - [0x1D048]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL OXEIA NEO", + [0x1B1EE]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1EE", direction="l", - linebreak="al", - unicodeslot=0x1D048, + linebreak="id", + unicodeslot=0x1B1EE, }, - [0x1D049]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL PETASTI", + [0x1B1EF]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1EF", direction="l", - linebreak="al", - unicodeslot=0x1D049, + linebreak="id", + unicodeslot=0x1B1EF, }, - [0x1D04A]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KOUFISMA", + [0x1B1F0]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1F0", direction="l", - linebreak="al", - unicodeslot=0x1D04A, + linebreak="id", + unicodeslot=0x1B1F0, }, - [0x1D04B]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL PETASTOKOUFISMA", + [0x1B1F1]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1F1", direction="l", - linebreak="al", - unicodeslot=0x1D04B, + linebreak="id", + unicodeslot=0x1B1F1, }, - [0x1D04C]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KRATIMOKOUFISMA", + [0x1B1F2]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1F2", direction="l", - linebreak="al", - unicodeslot=0x1D04C, + linebreak="id", + unicodeslot=0x1B1F2, }, - [0x1D04D]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL PELASTON NEO", + [0x1B1F3]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1F3", direction="l", - linebreak="al", - unicodeslot=0x1D04D, + linebreak="id", + unicodeslot=0x1B1F3, }, - [0x1D04E]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KENTIMATA NEO ANO", + [0x1B1F4]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1F4", direction="l", - linebreak="al", - unicodeslot=0x1D04E, + linebreak="id", + unicodeslot=0x1B1F4, }, - [0x1D04F]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KENTIMA NEO ANO", + [0x1B1F5]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1F5", direction="l", - linebreak="al", - unicodeslot=0x1D04F, + linebreak="id", + unicodeslot=0x1B1F5, }, - [0x1D050]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL YPSILI", + [0x1B1F6]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1F6", direction="l", - linebreak="al", - unicodeslot=0x1D050, + linebreak="id", + unicodeslot=0x1B1F6, }, - [0x1D051]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL APOSTROFOS NEO", + [0x1B1F7]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1F7", direction="l", - linebreak="al", - unicodeslot=0x1D051, + linebreak="id", + unicodeslot=0x1B1F7, }, - [0x1D052]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL APOSTROFOI SYNDESMOS NEO", + [0x1B1F8]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1F8", direction="l", - linebreak="al", - unicodeslot=0x1D052, + linebreak="id", + unicodeslot=0x1B1F8, }, - [0x1D053]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL YPORROI", + [0x1B1F9]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1F9", direction="l", - linebreak="al", - unicodeslot=0x1D053, + linebreak="id", + unicodeslot=0x1B1F9, }, - [0x1D054]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KRATIMOYPORROON", + [0x1B1FA]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1FA", direction="l", - linebreak="al", - unicodeslot=0x1D054, + linebreak="id", + unicodeslot=0x1B1FA, }, - [0x1D055]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL ELAFRON", + [0x1B1FB]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1FB", direction="l", - linebreak="al", - unicodeslot=0x1D055, + linebreak="id", + unicodeslot=0x1B1FB, }, - [0x1D056]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL CHAMILI", + [0x1B1FC]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1FC", direction="l", - linebreak="al", - unicodeslot=0x1D056, + linebreak="id", + unicodeslot=0x1B1FC, }, - [0x1D057]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL MIKRON ISON", + [0x1B1FD]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1FD", direction="l", - linebreak="al", - unicodeslot=0x1D057, + linebreak="id", + unicodeslot=0x1B1FD, }, - [0x1D058]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL VAREIA NEO", + [0x1B1FE]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1FE", direction="l", - linebreak="al", - unicodeslot=0x1D058, + linebreak="id", + unicodeslot=0x1B1FE, }, - [0x1D059]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL PIASMA NEO", + [0x1B1FF]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B1FF", direction="l", - linebreak="al", - unicodeslot=0x1D059, + linebreak="id", + unicodeslot=0x1B1FF, }, - [0x1D05A]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL PSIFISTON NEO", + [0x1B200]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B200", direction="l", - linebreak="al", - unicodeslot=0x1D05A, + linebreak="id", + unicodeslot=0x1B200, }, - [0x1D05B]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL OMALON", + [0x1B201]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B201", direction="l", - linebreak="al", - unicodeslot=0x1D05B, + linebreak="id", + unicodeslot=0x1B201, }, - [0x1D05C]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL ANTIKENOMA", + [0x1B202]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B202", direction="l", - linebreak="al", - unicodeslot=0x1D05C, + linebreak="id", + unicodeslot=0x1B202, }, - [0x1D05D]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL LYGISMA", + [0x1B203]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B203", direction="l", - linebreak="al", - unicodeslot=0x1D05D, + linebreak="id", + unicodeslot=0x1B203, }, - [0x1D05E]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL PARAKLITIKI NEO", + [0x1B204]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B204", direction="l", - linebreak="al", - unicodeslot=0x1D05E, + linebreak="id", + unicodeslot=0x1B204, }, - [0x1D05F]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL PARAKALESMA NEO", + [0x1B205]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B205", direction="l", - linebreak="al", - unicodeslot=0x1D05F, + linebreak="id", + unicodeslot=0x1B205, }, - [0x1D060]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL ETERON PARAKALESMA", + [0x1B206]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B206", direction="l", - linebreak="al", - unicodeslot=0x1D060, + linebreak="id", + unicodeslot=0x1B206, }, - [0x1D061]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KYLISMA", + [0x1B207]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B207", direction="l", - linebreak="al", - unicodeslot=0x1D061, + linebreak="id", + unicodeslot=0x1B207, }, - [0x1D062]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL ANTIKENOKYLISMA", + [0x1B208]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B208", direction="l", - linebreak="al", - unicodeslot=0x1D062, + linebreak="id", + unicodeslot=0x1B208, }, - [0x1D063]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL TROMIKON NEO", + [0x1B209]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B209", direction="l", - linebreak="al", - unicodeslot=0x1D063, + linebreak="id", + unicodeslot=0x1B209, }, - [0x1D064]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL EKSTREPTON", + [0x1B20A]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B20A", direction="l", - linebreak="al", - unicodeslot=0x1D064, + linebreak="id", + unicodeslot=0x1B20A, }, - [0x1D065]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL SYNAGMA NEO", + [0x1B20B]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B20B", direction="l", - linebreak="al", - unicodeslot=0x1D065, + linebreak="id", + unicodeslot=0x1B20B, }, - [0x1D066]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL SYRMA", + [0x1B20C]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B20C", direction="l", - linebreak="al", - unicodeslot=0x1D066, + linebreak="id", + unicodeslot=0x1B20C, }, - [0x1D067]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL CHOREVMA NEO", + [0x1B20D]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B20D", direction="l", - linebreak="al", - unicodeslot=0x1D067, + linebreak="id", + unicodeslot=0x1B20D, }, - [0x1D068]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL EPEGERMA", + [0x1B20E]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B20E", direction="l", - linebreak="al", - unicodeslot=0x1D068, + linebreak="id", + unicodeslot=0x1B20E, }, - [0x1D069]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL SEISMA NEO", + [0x1B20F]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B20F", direction="l", - linebreak="al", - unicodeslot=0x1D069, + linebreak="id", + unicodeslot=0x1B20F, }, - [0x1D06A]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL XIRON KLASMA", + [0x1B210]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B210", direction="l", - linebreak="al", - unicodeslot=0x1D06A, + linebreak="id", + unicodeslot=0x1B210, }, - [0x1D06B]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL TROMIKOPSIFISTON", + [0x1B211]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B211", direction="l", - linebreak="al", - unicodeslot=0x1D06B, + linebreak="id", + unicodeslot=0x1B211, }, - [0x1D06C]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL PSIFISTOLYGISMA", + [0x1B212]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B212", direction="l", - linebreak="al", - unicodeslot=0x1D06C, + linebreak="id", + unicodeslot=0x1B212, }, - [0x1D06D]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL TROMIKOLYGISMA", + [0x1B213]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B213", direction="l", - linebreak="al", - unicodeslot=0x1D06D, + linebreak="id", + unicodeslot=0x1B213, }, - [0x1D06E]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL TROMIKOPARAKALESMA", + [0x1B214]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B214", direction="l", - linebreak="al", - unicodeslot=0x1D06E, + linebreak="id", + unicodeslot=0x1B214, }, - [0x1D06F]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL PSIFISTOPARAKALESMA", + [0x1B215]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B215", direction="l", - linebreak="al", - unicodeslot=0x1D06F, + linebreak="id", + unicodeslot=0x1B215, }, - [0x1D070]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL TROMIKOSYNAGMA", + [0x1B216]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B216", direction="l", - linebreak="al", - unicodeslot=0x1D070, + linebreak="id", + unicodeslot=0x1B216, }, - [0x1D071]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL PSIFISTOSYNAGMA", + [0x1B217]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B217", direction="l", - linebreak="al", - unicodeslot=0x1D071, + linebreak="id", + unicodeslot=0x1B217, }, - [0x1D072]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL GORGOSYNTHETON", + [0x1B218]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B218", direction="l", - linebreak="al", - unicodeslot=0x1D072, + linebreak="id", + unicodeslot=0x1B218, }, - [0x1D073]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL ARGOSYNTHETON", + [0x1B219]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B219", direction="l", - linebreak="al", - unicodeslot=0x1D073, + linebreak="id", + unicodeslot=0x1B219, }, - [0x1D074]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL ETERON ARGOSYNTHETON", + [0x1B21A]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B21A", direction="l", - linebreak="al", - unicodeslot=0x1D074, + linebreak="id", + unicodeslot=0x1B21A, }, - [0x1D075]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL OYRANISMA NEO", + [0x1B21B]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B21B", direction="l", - linebreak="al", - unicodeslot=0x1D075, + linebreak="id", + unicodeslot=0x1B21B, }, - [0x1D076]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL THEMATISMOS ESO", + [0x1B21C]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B21C", direction="l", - linebreak="al", - unicodeslot=0x1D076, + linebreak="id", + unicodeslot=0x1B21C, }, - [0x1D077]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL THEMATISMOS EXO", + [0x1B21D]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B21D", direction="l", - linebreak="al", - unicodeslot=0x1D077, + linebreak="id", + unicodeslot=0x1B21D, }, - [0x1D078]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL THEMA APLOUN", + [0x1B21E]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B21E", direction="l", - linebreak="al", - unicodeslot=0x1D078, + linebreak="id", + unicodeslot=0x1B21E, }, - [0x1D079]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL THES KAI APOTHES", + [0x1B21F]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B21F", direction="l", - linebreak="al", - unicodeslot=0x1D079, + linebreak="id", + unicodeslot=0x1B21F, }, - [0x1D07A]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KATAVASMA", + [0x1B220]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B220", direction="l", - linebreak="al", - unicodeslot=0x1D07A, + linebreak="id", + unicodeslot=0x1B220, }, - [0x1D07B]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL ENDOFONON", + [0x1B221]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B221", direction="l", - linebreak="al", - unicodeslot=0x1D07B, + linebreak="id", + unicodeslot=0x1B221, }, - [0x1D07C]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL YFEN KATO", + [0x1B222]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B222", direction="l", - linebreak="al", - unicodeslot=0x1D07C, + linebreak="id", + unicodeslot=0x1B222, }, - [0x1D07D]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL YFEN ANO", + [0x1B223]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B223", direction="l", - linebreak="al", - unicodeslot=0x1D07D, + linebreak="id", + unicodeslot=0x1B223, }, - [0x1D07E]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL STAVROS", + [0x1B224]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B224", direction="l", - linebreak="al", - unicodeslot=0x1D07E, + linebreak="id", + unicodeslot=0x1B224, }, - [0x1D07F]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KLASMA ANO", + [0x1B225]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B225", direction="l", - linebreak="al", - unicodeslot=0x1D07F, + linebreak="id", + unicodeslot=0x1B225, }, - [0x1D080]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL DIPLI ARCHAION", + [0x1B226]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B226", direction="l", - linebreak="al", - unicodeslot=0x1D080, + linebreak="id", + unicodeslot=0x1B226, }, - [0x1D081]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KRATIMA ARCHAION", + [0x1B227]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B227", direction="l", - linebreak="al", - unicodeslot=0x1D081, + linebreak="id", + unicodeslot=0x1B227, }, - [0x1D082]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KRATIMA ALLO", + [0x1B228]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B228", direction="l", - linebreak="al", - unicodeslot=0x1D082, + linebreak="id", + unicodeslot=0x1B228, }, - [0x1D083]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KRATIMA NEO", + [0x1B229]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B229", direction="l", - linebreak="al", - unicodeslot=0x1D083, + linebreak="id", + unicodeslot=0x1B229, }, - [0x1D084]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL APODERMA NEO", + [0x1B22A]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B22A", direction="l", - linebreak="al", - unicodeslot=0x1D084, + linebreak="id", + unicodeslot=0x1B22A, }, - [0x1D085]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL APLI", + [0x1B22B]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B22B", direction="l", - linebreak="al", - unicodeslot=0x1D085, + linebreak="id", + unicodeslot=0x1B22B, }, - [0x1D086]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL DIPLI", + [0x1B22C]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B22C", direction="l", - linebreak="al", - unicodeslot=0x1D086, + linebreak="id", + unicodeslot=0x1B22C, }, - [0x1D087]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL TRIPLI", + [0x1B22D]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B22D", direction="l", - linebreak="al", - unicodeslot=0x1D087, + linebreak="id", + unicodeslot=0x1B22D, }, - [0x1D088]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL TETRAPLI", + [0x1B22E]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B22E", direction="l", - linebreak="al", - unicodeslot=0x1D088, + linebreak="id", + unicodeslot=0x1B22E, }, - [0x1D089]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KORONIS", + [0x1B22F]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B22F", direction="l", - linebreak="al", - unicodeslot=0x1D089, + linebreak="id", + unicodeslot=0x1B22F, }, - [0x1D08A]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL LEIMMA ENOS CHRONOU", + [0x1B230]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B230", direction="l", - linebreak="al", - unicodeslot=0x1D08A, + linebreak="id", + unicodeslot=0x1B230, }, - [0x1D08B]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL LEIMMA DYO CHRONON", + [0x1B231]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B231", direction="l", - linebreak="al", - unicodeslot=0x1D08B, + linebreak="id", + unicodeslot=0x1B231, }, - [0x1D08C]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL LEIMMA TRION CHRONON", + [0x1B232]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B232", direction="l", - linebreak="al", - unicodeslot=0x1D08C, + linebreak="id", + unicodeslot=0x1B232, }, - [0x1D08D]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL LEIMMA TESSARON CHRONON", + [0x1B233]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B233", direction="l", - linebreak="al", - unicodeslot=0x1D08D, + linebreak="id", + unicodeslot=0x1B233, }, - [0x1D08E]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL LEIMMA IMISEOS CHRONOU", + [0x1B234]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B234", direction="l", - linebreak="al", - unicodeslot=0x1D08E, + linebreak="id", + unicodeslot=0x1B234, }, - [0x1D08F]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL GORGON NEO ANO", + [0x1B235]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B235", direction="l", - linebreak="al", - unicodeslot=0x1D08F, + linebreak="id", + unicodeslot=0x1B235, }, - [0x1D090]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL GORGON PARESTIGMENON ARISTERA", + [0x1B236]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B236", direction="l", - linebreak="al", - unicodeslot=0x1D090, + linebreak="id", + unicodeslot=0x1B236, }, - [0x1D091]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL GORGON PARESTIGMENON DEXIA", + [0x1B237]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B237", direction="l", - linebreak="al", - unicodeslot=0x1D091, + linebreak="id", + unicodeslot=0x1B237, }, - [0x1D092]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL DIGORGON", + [0x1B238]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B238", direction="l", - linebreak="al", - unicodeslot=0x1D092, + linebreak="id", + unicodeslot=0x1B238, }, - [0x1D093]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON ARISTERA KATO", + [0x1B239]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B239", direction="l", - linebreak="al", - unicodeslot=0x1D093, + linebreak="id", + unicodeslot=0x1B239, }, - [0x1D094]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON ARISTERA ANO", + [0x1B23A]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B23A", direction="l", - linebreak="al", - unicodeslot=0x1D094, + linebreak="id", + unicodeslot=0x1B23A, }, - [0x1D095]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON DEXIA", + [0x1B23B]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B23B", direction="l", - linebreak="al", - unicodeslot=0x1D095, + linebreak="id", + unicodeslot=0x1B23B, }, - [0x1D096]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL TRIGORGON", + [0x1B23C]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B23C", direction="l", - linebreak="al", - unicodeslot=0x1D096, + linebreak="id", + unicodeslot=0x1B23C, }, - [0x1D097]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL ARGON", + [0x1B23D]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B23D", direction="l", - linebreak="al", - unicodeslot=0x1D097, + linebreak="id", + unicodeslot=0x1B23D, }, - [0x1D098]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL IMIDIARGON", + [0x1B23E]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B23E", direction="l", - linebreak="al", - unicodeslot=0x1D098, + linebreak="id", + unicodeslot=0x1B23E, }, - [0x1D099]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL DIARGON", + [0x1B23F]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B23F", direction="l", - linebreak="al", - unicodeslot=0x1D099, + linebreak="id", + unicodeslot=0x1B23F, }, - [0x1D09A]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL AGOGI POLI ARGI", + [0x1B240]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B240", direction="l", - linebreak="al", - unicodeslot=0x1D09A, + linebreak="id", + unicodeslot=0x1B240, }, - [0x1D09B]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL AGOGI ARGOTERI", + [0x1B241]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B241", direction="l", - linebreak="al", - unicodeslot=0x1D09B, + linebreak="id", + unicodeslot=0x1B241, }, - [0x1D09C]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL AGOGI ARGI", + [0x1B242]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B242", direction="l", - linebreak="al", - unicodeslot=0x1D09C, + linebreak="id", + unicodeslot=0x1B242, }, - [0x1D09D]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL AGOGI METRIA", + [0x1B243]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B243", direction="l", - linebreak="al", - unicodeslot=0x1D09D, + linebreak="id", + unicodeslot=0x1B243, }, - [0x1D09E]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL AGOGI MESI", + [0x1B244]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B244", direction="l", - linebreak="al", - unicodeslot=0x1D09E, + linebreak="id", + unicodeslot=0x1B244, }, - [0x1D09F]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL AGOGI GORGI", + [0x1B245]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B245", direction="l", - linebreak="al", - unicodeslot=0x1D09F, + linebreak="id", + unicodeslot=0x1B245, }, - [0x1D0A0]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL AGOGI GORGOTERI", + [0x1B246]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B246", direction="l", - linebreak="al", - unicodeslot=0x1D0A0, + linebreak="id", + unicodeslot=0x1B246, }, - [0x1D0A1]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL AGOGI POLI GORGI", + [0x1B247]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B247", direction="l", - linebreak="al", - unicodeslot=0x1D0A1, + linebreak="id", + unicodeslot=0x1B247, }, - [0x1D0A2]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL MARTYRIA PROTOS ICHOS", + [0x1B248]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B248", direction="l", - linebreak="al", - unicodeslot=0x1D0A2, + linebreak="id", + unicodeslot=0x1B248, }, - [0x1D0A3]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL MARTYRIA ALLI PROTOS ICHOS", + [0x1B249]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B249", direction="l", - linebreak="al", - unicodeslot=0x1D0A3, + linebreak="id", + unicodeslot=0x1B249, }, - [0x1D0A4]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL MARTYRIA DEYTEROS ICHOS", + [0x1B24A]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B24A", direction="l", - linebreak="al", - unicodeslot=0x1D0A4, + linebreak="id", + unicodeslot=0x1B24A, }, - [0x1D0A5]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL MARTYRIA ALLI DEYTEROS ICHOS", + [0x1B24B]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B24B", direction="l", - linebreak="al", - unicodeslot=0x1D0A5, + linebreak="id", + unicodeslot=0x1B24B, }, - [0x1D0A6]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL MARTYRIA TRITOS ICHOS", + [0x1B24C]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B24C", direction="l", - linebreak="al", - unicodeslot=0x1D0A6, + linebreak="id", + unicodeslot=0x1B24C, }, - [0x1D0A7]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL MARTYRIA TRIFONIAS", + [0x1B24D]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B24D", direction="l", - linebreak="al", - unicodeslot=0x1D0A7, + linebreak="id", + unicodeslot=0x1B24D, }, - [0x1D0A8]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL MARTYRIA TETARTOS ICHOS", + [0x1B24E]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B24E", direction="l", - linebreak="al", - unicodeslot=0x1D0A8, + linebreak="id", + unicodeslot=0x1B24E, }, - [0x1D0A9]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL MARTYRIA TETARTOS LEGETOS ICHOS", + [0x1B24F]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B24F", direction="l", - linebreak="al", - unicodeslot=0x1D0A9, + linebreak="id", + unicodeslot=0x1B24F, }, - [0x1D0AA]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL MARTYRIA LEGETOS ICHOS", + [0x1B250]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B250", direction="l", - linebreak="al", - unicodeslot=0x1D0AA, + linebreak="id", + unicodeslot=0x1B250, }, - [0x1D0AB]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL MARTYRIA PLAGIOS ICHOS", + [0x1B251]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B251", direction="l", - linebreak="al", - unicodeslot=0x1D0AB, + linebreak="id", + unicodeslot=0x1B251, }, - [0x1D0AC]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL ISAKIA TELOUS ICHIMATOS", + [0x1B252]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B252", direction="l", - linebreak="al", - unicodeslot=0x1D0AC, + linebreak="id", + unicodeslot=0x1B252, }, - [0x1D0AD]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL APOSTROFOI TELOUS ICHIMATOS", + [0x1B253]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B253", direction="l", - linebreak="al", - unicodeslot=0x1D0AD, + linebreak="id", + unicodeslot=0x1B253, }, - [0x1D0AE]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL FANEROSIS TETRAFONIAS", + [0x1B254]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B254", direction="l", - linebreak="al", - unicodeslot=0x1D0AE, + linebreak="id", + unicodeslot=0x1B254, }, - [0x1D0AF]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL FANEROSIS MONOFONIAS", + [0x1B255]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B255", direction="l", - linebreak="al", - unicodeslot=0x1D0AF, + linebreak="id", + unicodeslot=0x1B255, }, - [0x1D0B0]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL FANEROSIS DIFONIAS", + [0x1B256]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B256", direction="l", - linebreak="al", - unicodeslot=0x1D0B0, + linebreak="id", + unicodeslot=0x1B256, }, - [0x1D0B1]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL MARTYRIA VARYS ICHOS", + [0x1B257]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B257", direction="l", - linebreak="al", - unicodeslot=0x1D0B1, + linebreak="id", + unicodeslot=0x1B257, }, - [0x1D0B2]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL MARTYRIA PROTOVARYS ICHOS", + [0x1B258]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B258", direction="l", - linebreak="al", - unicodeslot=0x1D0B2, + linebreak="id", + unicodeslot=0x1B258, }, - [0x1D0B3]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL MARTYRIA PLAGIOS TETARTOS ICHOS", + [0x1B259]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B259", direction="l", - linebreak="al", - unicodeslot=0x1D0B3, + linebreak="id", + unicodeslot=0x1B259, }, - [0x1D0B4]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL GORTHMIKON N APLOUN", + [0x1B25A]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B25A", direction="l", - linebreak="al", - unicodeslot=0x1D0B4, + linebreak="id", + unicodeslot=0x1B25A, }, - [0x1D0B5]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL GORTHMIKON N DIPLOUN", + [0x1B25B]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B25B", direction="l", - linebreak="al", - unicodeslot=0x1D0B5, + linebreak="id", + unicodeslot=0x1B25B, }, - [0x1D0B6]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL ENARXIS KAI FTHORA VOU", + [0x1B25C]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B25C", direction="l", - linebreak="al", - unicodeslot=0x1D0B6, + linebreak="id", + unicodeslot=0x1B25C, }, - [0x1D0B7]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL IMIFONON", + [0x1B25D]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B25D", direction="l", - linebreak="al", - unicodeslot=0x1D0B7, + linebreak="id", + unicodeslot=0x1B25D, }, - [0x1D0B8]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL IMIFTHORON", + [0x1B25E]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B25E", direction="l", - linebreak="al", - unicodeslot=0x1D0B8, + linebreak="id", + unicodeslot=0x1B25E, }, - [0x1D0B9]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL FTHORA ARCHAION DEYTEROU ICHOU", + [0x1B25F]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B25F", direction="l", - linebreak="al", - unicodeslot=0x1D0B9, + linebreak="id", + unicodeslot=0x1B25F, }, - [0x1D0BA]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI PA", + [0x1B260]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B260", direction="l", - linebreak="al", - unicodeslot=0x1D0BA, + linebreak="id", + unicodeslot=0x1B260, }, - [0x1D0BB]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NANA", + [0x1B261]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B261", direction="l", - linebreak="al", - unicodeslot=0x1D0BB, + linebreak="id", + unicodeslot=0x1B261, }, - [0x1D0BC]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL FTHORA NAOS ICHOS", + [0x1B262]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B262", direction="l", - linebreak="al", - unicodeslot=0x1D0BC, + linebreak="id", + unicodeslot=0x1B262, }, - [0x1D0BD]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI DI", + [0x1B263]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B263", direction="l", - linebreak="al", - unicodeslot=0x1D0BD, + linebreak="id", + unicodeslot=0x1B263, }, - [0x1D0BE]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL FTHORA SKLIRON DIATONON DI", + [0x1B264]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B264", direction="l", - linebreak="al", - unicodeslot=0x1D0BE, + linebreak="id", + unicodeslot=0x1B264, }, - [0x1D0BF]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI KE", + [0x1B265]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B265", direction="l", - linebreak="al", - unicodeslot=0x1D0BF, + linebreak="id", + unicodeslot=0x1B265, }, - [0x1D0C0]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI ZO", + [0x1B266]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B266", direction="l", - linebreak="al", - unicodeslot=0x1D0C0, + linebreak="id", + unicodeslot=0x1B266, }, - [0x1D0C1]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NI KATO", + [0x1B267]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B267", direction="l", - linebreak="al", - unicodeslot=0x1D0C1, + linebreak="id", + unicodeslot=0x1B267, }, - [0x1D0C2]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NI ANO", + [0x1B268]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B268", direction="l", - linebreak="al", - unicodeslot=0x1D0C2, + linebreak="id", + unicodeslot=0x1B268, }, - [0x1D0C3]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL FTHORA MALAKON CHROMA DIFONIAS", + [0x1B269]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B269", direction="l", - linebreak="al", - unicodeslot=0x1D0C3, + linebreak="id", + unicodeslot=0x1B269, }, - [0x1D0C4]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL FTHORA MALAKON CHROMA MONOFONIAS", + [0x1B26A]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B26A", direction="l", - linebreak="al", - unicodeslot=0x1D0C4, + linebreak="id", + unicodeslot=0x1B26A, }, - [0x1D0C5]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL FHTORA SKLIRON CHROMA VASIS", + [0x1B26B]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B26B", direction="l", - linebreak="al", - unicodeslot=0x1D0C5, + linebreak="id", + unicodeslot=0x1B26B, }, - [0x1D0C6]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL FTHORA SKLIRON CHROMA SYNAFI", + [0x1B26C]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B26C", direction="l", - linebreak="al", - unicodeslot=0x1D0C6, + linebreak="id", + unicodeslot=0x1B26C, }, - [0x1D0C7]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL FTHORA NENANO", + [0x1B26D]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B26D", direction="l", - linebreak="al", - unicodeslot=0x1D0C7, + linebreak="id", + unicodeslot=0x1B26D, }, - [0x1D0C8]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL CHROA ZYGOS", + [0x1B26E]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B26E", direction="l", - linebreak="al", - unicodeslot=0x1D0C8, + linebreak="id", + unicodeslot=0x1B26E, }, - [0x1D0C9]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL CHROA KLITON", + [0x1B26F]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B26F", direction="l", - linebreak="al", - unicodeslot=0x1D0C9, + linebreak="id", + unicodeslot=0x1B26F, }, - [0x1D0CA]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL CHROA SPATHI", + [0x1B270]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B270", direction="l", - linebreak="al", - unicodeslot=0x1D0CA, + linebreak="id", + unicodeslot=0x1B270, }, - [0x1D0CB]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL FTHORA I YFESIS TETARTIMORION", + [0x1B271]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B271", direction="l", - linebreak="al", - unicodeslot=0x1D0CB, + linebreak="id", + unicodeslot=0x1B271, }, - [0x1D0CC]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL FTHORA ENARMONIOS ANTIFONIA", + [0x1B272]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B272", direction="l", - linebreak="al", - unicodeslot=0x1D0CC, + linebreak="id", + unicodeslot=0x1B272, }, - [0x1D0CD]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL YFESIS TRITIMORION", + [0x1B273]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B273", direction="l", - linebreak="al", - unicodeslot=0x1D0CD, + linebreak="id", + unicodeslot=0x1B273, }, - [0x1D0CE]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL DIESIS TRITIMORION", + [0x1B274]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B274", direction="l", - linebreak="al", - unicodeslot=0x1D0CE, + linebreak="id", + unicodeslot=0x1B274, }, - [0x1D0CF]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL DIESIS TETARTIMORION", + [0x1B275]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B275", direction="l", - linebreak="al", - unicodeslot=0x1D0CF, + linebreak="id", + unicodeslot=0x1B275, }, - [0x1D0D0]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL DIESIS APLI DYO DODEKATA", + [0x1B276]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B276", direction="l", - linebreak="al", - unicodeslot=0x1D0D0, + linebreak="id", + unicodeslot=0x1B276, }, - [0x1D0D1]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL DIESIS MONOGRAMMOS TESSERA DODEKATA", + [0x1B277]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B277", direction="l", - linebreak="al", - unicodeslot=0x1D0D1, + linebreak="id", + unicodeslot=0x1B277, }, - [0x1D0D2]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL DIESIS DIGRAMMOS EX DODEKATA", + [0x1B278]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B278", direction="l", - linebreak="al", - unicodeslot=0x1D0D2, + linebreak="id", + unicodeslot=0x1B278, }, - [0x1D0D3]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL DIESIS TRIGRAMMOS OKTO DODEKATA", + [0x1B279]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B279", direction="l", - linebreak="al", - unicodeslot=0x1D0D3, + linebreak="id", + unicodeslot=0x1B279, }, - [0x1D0D4]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL YFESIS APLI DYO DODEKATA", + [0x1B27A]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B27A", direction="l", - linebreak="al", - unicodeslot=0x1D0D4, + linebreak="id", + unicodeslot=0x1B27A, }, - [0x1D0D5]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL YFESIS MONOGRAMMOS TESSERA DODEKATA", + [0x1B27B]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B27B", direction="l", - linebreak="al", - unicodeslot=0x1D0D5, + linebreak="id", + unicodeslot=0x1B27B, }, - [0x1D0D6]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL YFESIS DIGRAMMOS EX DODEKATA", + [0x1B27C]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B27C", direction="l", - linebreak="al", - unicodeslot=0x1D0D6, + linebreak="id", + unicodeslot=0x1B27C, }, - [0x1D0D7]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL YFESIS TRIGRAMMOS OKTO DODEKATA", + [0x1B27D]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B27D", direction="l", - linebreak="al", - unicodeslot=0x1D0D7, + linebreak="id", + unicodeslot=0x1B27D, }, - [0x1D0D8]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL GENIKI DIESIS", + [0x1B27E]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B27E", direction="l", - linebreak="al", - unicodeslot=0x1D0D8, + linebreak="id", + unicodeslot=0x1B27E, }, - [0x1D0D9]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL GENIKI YFESIS", + [0x1B27F]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B27F", direction="l", - linebreak="al", - unicodeslot=0x1D0D9, + linebreak="id", + unicodeslot=0x1B27F, }, - [0x1D0DA]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL DIASTOLI APLI MIKRI", + [0x1B280]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B280", direction="l", - linebreak="al", - unicodeslot=0x1D0DA, + linebreak="id", + unicodeslot=0x1B280, }, - [0x1D0DB]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL DIASTOLI APLI MEGALI", + [0x1B281]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B281", direction="l", - linebreak="al", - unicodeslot=0x1D0DB, + linebreak="id", + unicodeslot=0x1B281, }, - [0x1D0DC]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL DIASTOLI DIPLI", + [0x1B282]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B282", direction="l", - linebreak="al", - unicodeslot=0x1D0DC, + linebreak="id", + unicodeslot=0x1B282, }, - [0x1D0DD]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL DIASTOLI THESEOS", + [0x1B283]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B283", direction="l", - linebreak="al", - unicodeslot=0x1D0DD, + linebreak="id", + unicodeslot=0x1B283, }, - [0x1D0DE]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS", + [0x1B284]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B284", direction="l", - linebreak="al", - unicodeslot=0x1D0DE, + linebreak="id", + unicodeslot=0x1B284, }, - [0x1D0DF]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS DISIMOU", + [0x1B285]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B285", direction="l", - linebreak="al", - unicodeslot=0x1D0DF, + linebreak="id", + unicodeslot=0x1B285, }, - [0x1D0E0]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS TRISIMOU", + [0x1B286]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B286", direction="l", - linebreak="al", - unicodeslot=0x1D0E0, + linebreak="id", + unicodeslot=0x1B286, }, - [0x1D0E1]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS TETRASIMOU", + [0x1B287]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B287", direction="l", - linebreak="al", - unicodeslot=0x1D0E1, + linebreak="id", + unicodeslot=0x1B287, }, - [0x1D0E2]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS", + [0x1B288]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B288", direction="l", - linebreak="al", - unicodeslot=0x1D0E2, + linebreak="id", + unicodeslot=0x1B288, }, - [0x1D0E3]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS DISIMOU", + [0x1B289]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B289", direction="l", - linebreak="al", - unicodeslot=0x1D0E3, + linebreak="id", + unicodeslot=0x1B289, }, - [0x1D0E4]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS TRISIMOU", + [0x1B28A]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B28A", direction="l", - linebreak="al", - unicodeslot=0x1D0E4, + linebreak="id", + unicodeslot=0x1B28A, }, - [0x1D0E5]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS TETRASIMOU", + [0x1B28B]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B28B", direction="l", - linebreak="al", - unicodeslot=0x1D0E5, + linebreak="id", + unicodeslot=0x1B28B, }, - [0x1D0E6]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL DIGRAMMA GG", + [0x1B28C]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B28C", direction="l", - linebreak="al", - unicodeslot=0x1D0E6, + linebreak="id", + unicodeslot=0x1B28C, }, - [0x1D0E7]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL DIFTOGGOS OU", + [0x1B28D]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B28D", direction="l", - linebreak="al", - unicodeslot=0x1D0E7, + linebreak="id", + unicodeslot=0x1B28D, }, - [0x1D0E8]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL STIGMA", + [0x1B28E]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B28E", direction="l", - linebreak="al", - unicodeslot=0x1D0E8, + linebreak="id", + unicodeslot=0x1B28E, }, - [0x1D0E9]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL ARKTIKO PA", + [0x1B28F]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B28F", direction="l", - linebreak="al", - unicodeslot=0x1D0E9, + linebreak="id", + unicodeslot=0x1B28F, }, - [0x1D0EA]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL ARKTIKO VOU", + [0x1B290]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B290", direction="l", - linebreak="al", - unicodeslot=0x1D0EA, + linebreak="id", + unicodeslot=0x1B290, }, - [0x1D0EB]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL ARKTIKO GA", + [0x1B291]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B291", direction="l", - linebreak="al", - unicodeslot=0x1D0EB, + linebreak="id", + unicodeslot=0x1B291, }, - [0x1D0EC]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL ARKTIKO DI", + [0x1B292]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B292", direction="l", - linebreak="al", - unicodeslot=0x1D0EC, + linebreak="id", + unicodeslot=0x1B292, }, - [0x1D0ED]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL ARKTIKO KE", + [0x1B293]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B293", direction="l", - linebreak="al", - unicodeslot=0x1D0ED, + linebreak="id", + unicodeslot=0x1B293, }, - [0x1D0EE]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL ARKTIKO ZO", + [0x1B294]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B294", direction="l", - linebreak="al", - unicodeslot=0x1D0EE, + linebreak="id", + unicodeslot=0x1B294, }, - [0x1D0EF]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL ARKTIKO NI", + [0x1B295]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B295", direction="l", - linebreak="al", - unicodeslot=0x1D0EF, + linebreak="id", + unicodeslot=0x1B295, }, - [0x1D0F0]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KENTIMATA NEO MESO", + [0x1B296]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B296", direction="l", - linebreak="al", - unicodeslot=0x1D0F0, + linebreak="id", + unicodeslot=0x1B296, }, - [0x1D0F1]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KENTIMA NEO MESO", + [0x1B297]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B297", direction="l", - linebreak="al", - unicodeslot=0x1D0F1, + linebreak="id", + unicodeslot=0x1B297, }, - [0x1D0F2]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KENTIMATA NEO KATO", + [0x1B298]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B298", direction="l", - linebreak="al", - unicodeslot=0x1D0F2, + linebreak="id", + unicodeslot=0x1B298, }, - [0x1D0F3]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KENTIMA NEO KATO", + [0x1B299]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B299", direction="l", - linebreak="al", - unicodeslot=0x1D0F3, + linebreak="id", + unicodeslot=0x1B299, }, - [0x1D0F4]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL KLASMA KATO", + [0x1B29A]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B29A", direction="l", - linebreak="al", - unicodeslot=0x1D0F4, + linebreak="id", + unicodeslot=0x1B29A, }, - [0x1D0F5]={ - category="so", - description="BYZANTINE MUSICAL SYMBOL GORGON NEO KATO", + [0x1B29B]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B29B", direction="l", - linebreak="al", - unicodeslot=0x1D0F5, + linebreak="id", + unicodeslot=0x1B29B, }, - [0x1D100]={ - category="so", - description="MUSICAL SYMBOL SINGLE BARLINE", + [0x1B29C]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B29C", direction="l", - linebreak="al", - unicodeslot=0x1D100, + linebreak="id", + unicodeslot=0x1B29C, }, - [0x1D101]={ - category="so", - description="MUSICAL SYMBOL DOUBLE BARLINE", + [0x1B29D]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B29D", direction="l", - linebreak="al", - unicodeslot=0x1D101, + linebreak="id", + unicodeslot=0x1B29D, }, - [0x1D102]={ - category="so", - description="MUSICAL SYMBOL FINAL BARLINE", + [0x1B29E]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B29E", direction="l", - linebreak="al", - unicodeslot=0x1D102, + linebreak="id", + unicodeslot=0x1B29E, }, - [0x1D103]={ - category="so", - description="MUSICAL SYMBOL REVERSE FINAL BARLINE", + [0x1B29F]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B29F", direction="l", - linebreak="al", - unicodeslot=0x1D103, + linebreak="id", + unicodeslot=0x1B29F, }, - [0x1D104]={ - category="so", - description="MUSICAL SYMBOL DASHED BARLINE", + [0x1B2A0]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2A0", direction="l", - linebreak="al", - unicodeslot=0x1D104, + linebreak="id", + unicodeslot=0x1B2A0, }, - [0x1D105]={ - category="so", - description="MUSICAL SYMBOL SHORT BARLINE", + [0x1B2A1]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2A1", direction="l", - linebreak="al", - unicodeslot=0x1D105, + linebreak="id", + unicodeslot=0x1B2A1, }, - [0x1D106]={ - category="so", - description="MUSICAL SYMBOL LEFT REPEAT SIGN", + [0x1B2A2]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2A2", direction="l", - linebreak="al", - unicodeslot=0x1D106, + linebreak="id", + unicodeslot=0x1B2A2, }, - [0x1D107]={ - category="so", - description="MUSICAL SYMBOL RIGHT REPEAT SIGN", + [0x1B2A3]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2A3", direction="l", - linebreak="al", - unicodeslot=0x1D107, + linebreak="id", + unicodeslot=0x1B2A3, }, - [0x1D108]={ - category="so", - description="MUSICAL SYMBOL REPEAT DOTS", + [0x1B2A4]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2A4", direction="l", - linebreak="al", - unicodeslot=0x1D108, + linebreak="id", + unicodeslot=0x1B2A4, }, - [0x1D109]={ - category="so", - description="MUSICAL SYMBOL DAL SEGNO", + [0x1B2A5]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2A5", direction="l", - linebreak="al", - unicodeslot=0x1D109, + linebreak="id", + unicodeslot=0x1B2A5, }, - [0x1D10A]={ - category="so", - description="MUSICAL SYMBOL DA CAPO", + [0x1B2A6]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2A6", direction="l", - linebreak="al", - unicodeslot=0x1D10A, + linebreak="id", + unicodeslot=0x1B2A6, }, - [0x1D10B]={ - category="so", - description="MUSICAL SYMBOL SEGNO", + [0x1B2A7]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2A7", direction="l", - linebreak="al", - unicodeslot=0x1D10B, + linebreak="id", + unicodeslot=0x1B2A7, }, - [0x1D10C]={ - category="so", - description="MUSICAL SYMBOL CODA", + [0x1B2A8]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2A8", direction="l", - linebreak="al", - unicodeslot=0x1D10C, + linebreak="id", + unicodeslot=0x1B2A8, }, - [0x1D10D]={ - category="so", - description="MUSICAL SYMBOL REPEATED FIGURE-0x0001", + [0x1B2A9]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2A9", direction="l", - linebreak="al", - unicodeslot=0x1D10D, + linebreak="id", + unicodeslot=0x1B2A9, }, - [0x1D10E]={ - category="so", - description="MUSICAL SYMBOL REPEATED FIGURE-0x0002", + [0x1B2AA]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2AA", direction="l", - linebreak="al", - unicodeslot=0x1D10E, + linebreak="id", + unicodeslot=0x1B2AA, }, - [0x1D10F]={ - category="so", - description="MUSICAL SYMBOL REPEATED FIGURE-0x0003", + [0x1B2AB]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2AB", direction="l", - linebreak="al", - unicodeslot=0x1D10F, + linebreak="id", + unicodeslot=0x1B2AB, }, - [0x1D110]={ - category="so", - description="MUSICAL SYMBOL FERMATA", + [0x1B2AC]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2AC", direction="l", - linebreak="al", - unicodeslot=0x1D110, + linebreak="id", + unicodeslot=0x1B2AC, }, - [0x1D111]={ - category="so", - description="MUSICAL SYMBOL FERMATA BELOW", + [0x1B2AD]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2AD", direction="l", - linebreak="al", - unicodeslot=0x1D111, + linebreak="id", + unicodeslot=0x1B2AD, }, - [0x1D112]={ - category="so", - description="MUSICAL SYMBOL BREATH MARK", + [0x1B2AE]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2AE", direction="l", - linebreak="al", - unicodeslot=0x1D112, + linebreak="id", + unicodeslot=0x1B2AE, }, - [0x1D113]={ - category="so", - description="MUSICAL SYMBOL CAESURA", + [0x1B2AF]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2AF", direction="l", - linebreak="al", - unicodeslot=0x1D113, + linebreak="id", + unicodeslot=0x1B2AF, }, - [0x1D114]={ - category="so", - description="MUSICAL SYMBOL BRACE", + [0x1B2B0]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2B0", direction="l", - linebreak="al", - unicodeslot=0x1D114, + linebreak="id", + unicodeslot=0x1B2B0, }, - [0x1D115]={ - category="so", - description="MUSICAL SYMBOL BRACKET", + [0x1B2B1]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2B1", direction="l", - linebreak="al", - unicodeslot=0x1D115, + linebreak="id", + unicodeslot=0x1B2B1, }, - [0x1D116]={ - category="so", - description="MUSICAL SYMBOL ONE-LINE STAFF", + [0x1B2B2]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2B2", direction="l", - linebreak="al", - unicodeslot=0x1D116, + linebreak="id", + unicodeslot=0x1B2B2, }, - [0x1D117]={ - category="so", - description="MUSICAL SYMBOL TWO-LINE STAFF", + [0x1B2B3]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2B3", direction="l", - linebreak="al", - unicodeslot=0x1D117, + linebreak="id", + unicodeslot=0x1B2B3, }, - [0x1D118]={ - category="so", - description="MUSICAL SYMBOL THREE-LINE STAFF", + [0x1B2B4]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2B4", direction="l", - linebreak="al", - unicodeslot=0x1D118, + linebreak="id", + unicodeslot=0x1B2B4, }, - [0x1D119]={ - category="so", - description="MUSICAL SYMBOL FOUR-LINE STAFF", + [0x1B2B5]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2B5", direction="l", - linebreak="al", - unicodeslot=0x1D119, + linebreak="id", + unicodeslot=0x1B2B5, }, - [0x1D11A]={ - category="so", - description="MUSICAL SYMBOL FIVE-LINE STAFF", + [0x1B2B6]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2B6", direction="l", - linebreak="al", - unicodeslot=0x1D11A, + linebreak="id", + unicodeslot=0x1B2B6, }, - [0x1D11B]={ - category="so", - description="MUSICAL SYMBOL SIX-LINE STAFF", + [0x1B2B7]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2B7", direction="l", - linebreak="al", - unicodeslot=0x1D11B, + linebreak="id", + unicodeslot=0x1B2B7, }, - [0x1D11C]={ - category="so", - description="MUSICAL SYMBOL SIX-STRING FRETBOARD", + [0x1B2B8]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2B8", direction="l", - linebreak="al", - unicodeslot=0x1D11C, + linebreak="id", + unicodeslot=0x1B2B8, }, - [0x1D11D]={ - category="so", - description="MUSICAL SYMBOL FOUR-STRING FRETBOARD", + [0x1B2B9]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2B9", direction="l", - linebreak="al", - unicodeslot=0x1D11D, + linebreak="id", + unicodeslot=0x1B2B9, }, - [0x1D11E]={ - category="so", - description="MUSICAL SYMBOL G CLEF", + [0x1B2BA]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2BA", direction="l", - linebreak="al", - unicodeslot=0x1D11E, + linebreak="id", + unicodeslot=0x1B2BA, }, - [0x1D11F]={ - category="so", - description="MUSICAL SYMBOL G CLEF OTTAVA ALTA", + [0x1B2BB]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2BB", direction="l", - linebreak="al", - unicodeslot=0x1D11F, + linebreak="id", + unicodeslot=0x1B2BB, }, - [0x1D120]={ - category="so", - description="MUSICAL SYMBOL G CLEF OTTAVA BASSA", + [0x1B2BC]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2BC", direction="l", - linebreak="al", - unicodeslot=0x1D120, + linebreak="id", + unicodeslot=0x1B2BC, }, - [0x1D121]={ - category="so", - description="MUSICAL SYMBOL C CLEF", + [0x1B2BD]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2BD", direction="l", - linebreak="al", - unicodeslot=0x1D121, + linebreak="id", + unicodeslot=0x1B2BD, }, - [0x1D122]={ - category="so", - description="MUSICAL SYMBOL F CLEF", + [0x1B2BE]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2BE", direction="l", - linebreak="al", - unicodeslot=0x1D122, + linebreak="id", + unicodeslot=0x1B2BE, }, - [0x1D123]={ - category="so", - description="MUSICAL SYMBOL F CLEF OTTAVA ALTA", + [0x1B2BF]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2BF", direction="l", - linebreak="al", - unicodeslot=0x1D123, + linebreak="id", + unicodeslot=0x1B2BF, }, - [0x1D124]={ - category="so", - description="MUSICAL SYMBOL F CLEF OTTAVA BASSA", + [0x1B2C0]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2C0", direction="l", - linebreak="al", - unicodeslot=0x1D124, + linebreak="id", + unicodeslot=0x1B2C0, }, - [0x1D125]={ - category="so", - description="MUSICAL SYMBOL DRUM CLEF-0x0001", + [0x1B2C1]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2C1", direction="l", - linebreak="al", - unicodeslot=0x1D125, + linebreak="id", + unicodeslot=0x1B2C1, }, - [0x1D126]={ - category="so", - description="MUSICAL SYMBOL DRUM CLEF-0x0002", + [0x1B2C2]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2C2", direction="l", - linebreak="al", - unicodeslot=0x1D126, + linebreak="id", + unicodeslot=0x1B2C2, }, - [0x1D129]={ - category="so", - description="MUSICAL SYMBOL MULTIPLE MEASURE REST", + [0x1B2C3]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2C3", direction="l", - linebreak="al", - unicodeslot=0x1D129, + linebreak="id", + unicodeslot=0x1B2C3, }, - [0x1D12A]={ - category="so", - description="MUSICAL SYMBOL DOUBLE SHARP", + [0x1B2C4]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2C4", direction="l", - linebreak="al", - unicodeslot=0x1D12A, + linebreak="id", + unicodeslot=0x1B2C4, }, - [0x1D12B]={ - category="so", - description="MUSICAL SYMBOL DOUBLE FLAT", + [0x1B2C5]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2C5", direction="l", - linebreak="al", - unicodeslot=0x1D12B, + linebreak="id", + unicodeslot=0x1B2C5, }, - [0x1D12C]={ - category="so", - description="MUSICAL SYMBOL FLAT UP", + [0x1B2C6]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2C6", direction="l", - linebreak="al", - unicodeslot=0x1D12C, + linebreak="id", + unicodeslot=0x1B2C6, }, - [0x1D12D]={ - category="so", - description="MUSICAL SYMBOL FLAT DOWN", + [0x1B2C7]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2C7", direction="l", - linebreak="al", - unicodeslot=0x1D12D, + linebreak="id", + unicodeslot=0x1B2C7, }, - [0x1D12E]={ - category="so", - description="MUSICAL SYMBOL NATURAL UP", + [0x1B2C8]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2C8", direction="l", - linebreak="al", - unicodeslot=0x1D12E, + linebreak="id", + unicodeslot=0x1B2C8, }, - [0x1D12F]={ - category="so", - description="MUSICAL SYMBOL NATURAL DOWN", + [0x1B2C9]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2C9", direction="l", - linebreak="al", - unicodeslot=0x1D12F, + linebreak="id", + unicodeslot=0x1B2C9, }, - [0x1D130]={ - category="so", - description="MUSICAL SYMBOL SHARP UP", + [0x1B2CA]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2CA", direction="l", - linebreak="al", - unicodeslot=0x1D130, + linebreak="id", + unicodeslot=0x1B2CA, }, - [0x1D131]={ - category="so", - description="MUSICAL SYMBOL SHARP DOWN", + [0x1B2CB]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2CB", direction="l", - linebreak="al", - unicodeslot=0x1D131, + linebreak="id", + unicodeslot=0x1B2CB, }, - [0x1D132]={ - category="so", - description="MUSICAL SYMBOL QUARTER TONE SHARP", + [0x1B2CC]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2CC", + direction="l", + linebreak="id", + unicodeslot=0x1B2CC, + }, + [0x1B2CD]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2CD", + direction="l", + linebreak="id", + unicodeslot=0x1B2CD, + }, + [0x1B2CE]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2CE", + direction="l", + linebreak="id", + unicodeslot=0x1B2CE, + }, + [0x1B2CF]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2CF", + direction="l", + linebreak="id", + unicodeslot=0x1B2CF, + }, + [0x1B2D0]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2D0", + direction="l", + linebreak="id", + unicodeslot=0x1B2D0, + }, + [0x1B2D1]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2D1", + direction="l", + linebreak="id", + unicodeslot=0x1B2D1, + }, + [0x1B2D2]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2D2", + direction="l", + linebreak="id", + unicodeslot=0x1B2D2, + }, + [0x1B2D3]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2D3", + direction="l", + linebreak="id", + unicodeslot=0x1B2D3, + }, + [0x1B2D4]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2D4", + direction="l", + linebreak="id", + unicodeslot=0x1B2D4, + }, + [0x1B2D5]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2D5", + direction="l", + linebreak="id", + unicodeslot=0x1B2D5, + }, + [0x1B2D6]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2D6", + direction="l", + linebreak="id", + unicodeslot=0x1B2D6, + }, + [0x1B2D7]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2D7", + direction="l", + linebreak="id", + unicodeslot=0x1B2D7, + }, + [0x1B2D8]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2D8", + direction="l", + linebreak="id", + unicodeslot=0x1B2D8, + }, + [0x1B2D9]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2D9", + direction="l", + linebreak="id", + unicodeslot=0x1B2D9, + }, + [0x1B2DA]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2DA", + direction="l", + linebreak="id", + unicodeslot=0x1B2DA, + }, + [0x1B2DB]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2DB", + direction="l", + linebreak="id", + unicodeslot=0x1B2DB, + }, + [0x1B2DC]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2DC", + direction="l", + linebreak="id", + unicodeslot=0x1B2DC, + }, + [0x1B2DD]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2DD", + direction="l", + linebreak="id", + unicodeslot=0x1B2DD, + }, + [0x1B2DE]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2DE", + direction="l", + linebreak="id", + unicodeslot=0x1B2DE, + }, + [0x1B2DF]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2DF", + direction="l", + linebreak="id", + unicodeslot=0x1B2DF, + }, + [0x1B2E0]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2E0", + direction="l", + linebreak="id", + unicodeslot=0x1B2E0, + }, + [0x1B2E1]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2E1", + direction="l", + linebreak="id", + unicodeslot=0x1B2E1, + }, + [0x1B2E2]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2E2", + direction="l", + linebreak="id", + unicodeslot=0x1B2E2, + }, + [0x1B2E3]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2E3", + direction="l", + linebreak="id", + unicodeslot=0x1B2E3, + }, + [0x1B2E4]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2E4", + direction="l", + linebreak="id", + unicodeslot=0x1B2E4, + }, + [0x1B2E5]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2E5", + direction="l", + linebreak="id", + unicodeslot=0x1B2E5, + }, + [0x1B2E6]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2E6", + direction="l", + linebreak="id", + unicodeslot=0x1B2E6, + }, + [0x1B2E7]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2E7", + direction="l", + linebreak="id", + unicodeslot=0x1B2E7, + }, + [0x1B2E8]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2E8", + direction="l", + linebreak="id", + unicodeslot=0x1B2E8, + }, + [0x1B2E9]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2E9", + direction="l", + linebreak="id", + unicodeslot=0x1B2E9, + }, + [0x1B2EA]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2EA", + direction="l", + linebreak="id", + unicodeslot=0x1B2EA, + }, + [0x1B2EB]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2EB", + direction="l", + linebreak="id", + unicodeslot=0x1B2EB, + }, + [0x1B2EC]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2EC", + direction="l", + linebreak="id", + unicodeslot=0x1B2EC, + }, + [0x1B2ED]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2ED", + direction="l", + linebreak="id", + unicodeslot=0x1B2ED, + }, + [0x1B2EE]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2EE", + direction="l", + linebreak="id", + unicodeslot=0x1B2EE, + }, + [0x1B2EF]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2EF", + direction="l", + linebreak="id", + unicodeslot=0x1B2EF, + }, + [0x1B2F0]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2F0", + direction="l", + linebreak="id", + unicodeslot=0x1B2F0, + }, + [0x1B2F1]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2F1", + direction="l", + linebreak="id", + unicodeslot=0x1B2F1, + }, + [0x1B2F2]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2F2", + direction="l", + linebreak="id", + unicodeslot=0x1B2F2, + }, + [0x1B2F3]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2F3", + direction="l", + linebreak="id", + unicodeslot=0x1B2F3, + }, + [0x1B2F4]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2F4", + direction="l", + linebreak="id", + unicodeslot=0x1B2F4, + }, + [0x1B2F5]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2F5", + direction="l", + linebreak="id", + unicodeslot=0x1B2F5, + }, + [0x1B2F6]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2F6", + direction="l", + linebreak="id", + unicodeslot=0x1B2F6, + }, + [0x1B2F7]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2F7", + direction="l", + linebreak="id", + unicodeslot=0x1B2F7, + }, + [0x1B2F8]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2F8", + direction="l", + linebreak="id", + unicodeslot=0x1B2F8, + }, + [0x1B2F9]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2F9", + direction="l", + linebreak="id", + unicodeslot=0x1B2F9, + }, + [0x1B2FA]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2FA", + direction="l", + linebreak="id", + unicodeslot=0x1B2FA, + }, + [0x1B2FB]={ + category="lo", + cjkwd="w", + description="NUSHU CHARACTER-1B2FB", + direction="l", + linebreak="id", + unicodeslot=0x1B2FB, + }, + [0x1BC00]={ + category="lo", + description="DUPLOYAN LETTER H", direction="l", linebreak="al", - unicodeslot=0x1D132, + unicodeslot=0x1BC00, }, - [0x1D133]={ - category="so", - description="MUSICAL SYMBOL QUARTER TONE FLAT", + [0x1BC01]={ + category="lo", + description="DUPLOYAN LETTER X", direction="l", linebreak="al", - unicodeslot=0x1D133, + unicodeslot=0x1BC01, }, - [0x1D134]={ - category="so", - description="MUSICAL SYMBOL COMMON TIME", + [0x1BC02]={ + category="lo", + description="DUPLOYAN LETTER P", direction="l", linebreak="al", - unicodeslot=0x1D134, + unicodeslot=0x1BC02, }, - [0x1D135]={ - category="so", - description="MUSICAL SYMBOL CUT TIME", + [0x1BC03]={ + category="lo", + description="DUPLOYAN LETTER T", direction="l", linebreak="al", - unicodeslot=0x1D135, + unicodeslot=0x1BC03, }, - [0x1D136]={ - category="so", - description="MUSICAL SYMBOL OTTAVA ALTA", + [0x1BC04]={ + category="lo", + description="DUPLOYAN LETTER F", direction="l", linebreak="al", - unicodeslot=0x1D136, + unicodeslot=0x1BC04, }, - [0x1D137]={ - category="so", - description="MUSICAL SYMBOL OTTAVA BASSA", + [0x1BC05]={ + category="lo", + description="DUPLOYAN LETTER K", direction="l", linebreak="al", - unicodeslot=0x1D137, + unicodeslot=0x1BC05, }, - [0x1D138]={ - category="so", - description="MUSICAL SYMBOL QUINDICESIMA ALTA", + [0x1BC06]={ + category="lo", + description="DUPLOYAN LETTER L", direction="l", linebreak="al", - unicodeslot=0x1D138, + unicodeslot=0x1BC06, }, - [0x1D139]={ - category="so", - description="MUSICAL SYMBOL QUINDICESIMA BASSA", + [0x1BC07]={ + category="lo", + description="DUPLOYAN LETTER B", direction="l", linebreak="al", - unicodeslot=0x1D139, + unicodeslot=0x1BC07, }, - [0x1D13A]={ - category="so", - description="MUSICAL SYMBOL MULTI REST", + [0x1BC08]={ + category="lo", + description="DUPLOYAN LETTER D", direction="l", linebreak="al", - unicodeslot=0x1D13A, + unicodeslot=0x1BC08, }, - [0x1D13B]={ - category="so", - description="MUSICAL SYMBOL WHOLE REST", + [0x1BC09]={ + category="lo", + description="DUPLOYAN LETTER V", direction="l", linebreak="al", - unicodeslot=0x1D13B, + unicodeslot=0x1BC09, }, - [0x1D13C]={ - category="so", - description="MUSICAL SYMBOL HALF REST", + [0x1BC0A]={ + category="lo", + description="DUPLOYAN LETTER G", direction="l", linebreak="al", - unicodeslot=0x1D13C, + unicodeslot=0x1BC0A, }, - [0x1D13D]={ - category="so", - description="MUSICAL SYMBOL QUARTER REST", + [0x1BC0B]={ + category="lo", + description="DUPLOYAN LETTER R", direction="l", linebreak="al", - unicodeslot=0x1D13D, + unicodeslot=0x1BC0B, }, - [0x1D13E]={ - category="so", - description="MUSICAL SYMBOL EIGHTH REST", + [0x1BC0C]={ + category="lo", + description="DUPLOYAN LETTER P N", direction="l", linebreak="al", - unicodeslot=0x1D13E, + unicodeslot=0x1BC0C, }, - [0x1D13F]={ - category="so", - description="MUSICAL SYMBOL SIXTEENTH REST", + [0x1BC0D]={ + category="lo", + description="DUPLOYAN LETTER D S", direction="l", linebreak="al", - unicodeslot=0x1D13F, + unicodeslot=0x1BC0D, }, - [0x1D140]={ - category="so", - description="MUSICAL SYMBOL THIRTY-SECOND REST", + [0x1BC0E]={ + category="lo", + description="DUPLOYAN LETTER F N", direction="l", linebreak="al", - unicodeslot=0x1D140, + unicodeslot=0x1BC0E, }, - [0x1D141]={ - category="so", - description="MUSICAL SYMBOL SIXTY-FOURTH REST", + [0x1BC0F]={ + category="lo", + description="DUPLOYAN LETTER K M", direction="l", linebreak="al", - unicodeslot=0x1D141, + unicodeslot=0x1BC0F, }, - [0x1D142]={ - category="so", - description="MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH REST", + [0x1BC10]={ + category="lo", + description="DUPLOYAN LETTER R S", direction="l", linebreak="al", - unicodeslot=0x1D142, + unicodeslot=0x1BC10, }, - [0x1D143]={ - category="so", - description="MUSICAL SYMBOL X NOTEHEAD", + [0x1BC11]={ + category="lo", + description="DUPLOYAN LETTER TH", direction="l", linebreak="al", - unicodeslot=0x1D143, + unicodeslot=0x1BC11, }, - [0x1D144]={ - category="so", - description="MUSICAL SYMBOL PLUS NOTEHEAD", + [0x1BC12]={ + category="lo", + description="DUPLOYAN LETTER SLOAN DH", direction="l", linebreak="al", - unicodeslot=0x1D144, + unicodeslot=0x1BC12, }, - [0x1D145]={ - category="so", - description="MUSICAL SYMBOL CIRCLE X NOTEHEAD", + [0x1BC13]={ + category="lo", + description="DUPLOYAN LETTER DH", direction="l", linebreak="al", - unicodeslot=0x1D145, + unicodeslot=0x1BC13, }, - [0x1D146]={ - category="so", - description="MUSICAL SYMBOL SQUARE NOTEHEAD WHITE", + [0x1BC14]={ + category="lo", + description="DUPLOYAN LETTER KK", direction="l", linebreak="al", - unicodeslot=0x1D146, + unicodeslot=0x1BC14, }, - [0x1D147]={ - category="so", - description="MUSICAL SYMBOL SQUARE NOTEHEAD BLACK", + [0x1BC15]={ + category="lo", + description="DUPLOYAN LETTER SLOAN J", direction="l", linebreak="al", - unicodeslot=0x1D147, + unicodeslot=0x1BC15, }, - [0x1D148]={ - category="so", - description="MUSICAL SYMBOL TRIANGLE NOTEHEAD UP WHITE", + [0x1BC16]={ + category="lo", + description="DUPLOYAN LETTER HL", direction="l", linebreak="al", - unicodeslot=0x1D148, + unicodeslot=0x1BC16, }, - [0x1D149]={ - category="so", - description="MUSICAL SYMBOL TRIANGLE NOTEHEAD UP BLACK", + [0x1BC17]={ + category="lo", + description="DUPLOYAN LETTER LH", direction="l", linebreak="al", - unicodeslot=0x1D149, + unicodeslot=0x1BC17, }, - [0x1D14A]={ - category="so", - description="MUSICAL SYMBOL TRIANGLE NOTEHEAD LEFT WHITE", + [0x1BC18]={ + category="lo", + description="DUPLOYAN LETTER RH", direction="l", linebreak="al", - unicodeslot=0x1D14A, + unicodeslot=0x1BC18, }, - [0x1D14B]={ - category="so", - description="MUSICAL SYMBOL TRIANGLE NOTEHEAD LEFT BLACK", + [0x1BC19]={ + category="lo", + description="DUPLOYAN LETTER M", direction="l", linebreak="al", - unicodeslot=0x1D14B, + unicodeslot=0x1BC19, }, - [0x1D14C]={ - category="so", - description="MUSICAL SYMBOL TRIANGLE NOTEHEAD RIGHT WHITE", + [0x1BC1A]={ + category="lo", + description="DUPLOYAN LETTER N", direction="l", linebreak="al", - unicodeslot=0x1D14C, + unicodeslot=0x1BC1A, }, - [0x1D14D]={ - category="so", - description="MUSICAL SYMBOL TRIANGLE NOTEHEAD RIGHT BLACK", + [0x1BC1B]={ + category="lo", + description="DUPLOYAN LETTER J", direction="l", linebreak="al", - unicodeslot=0x1D14D, + unicodeslot=0x1BC1B, }, - [0x1D14E]={ - category="so", - description="MUSICAL SYMBOL TRIANGLE NOTEHEAD DOWN WHITE", + [0x1BC1C]={ + category="lo", + description="DUPLOYAN LETTER S", direction="l", linebreak="al", - unicodeslot=0x1D14E, + unicodeslot=0x1BC1C, }, - [0x1D14F]={ - category="so", - description="MUSICAL SYMBOL TRIANGLE NOTEHEAD DOWN BLACK", + [0x1BC1D]={ + category="lo", + description="DUPLOYAN LETTER M N", direction="l", linebreak="al", - unicodeslot=0x1D14F, + unicodeslot=0x1BC1D, }, - [0x1D150]={ - category="so", - description="MUSICAL SYMBOL TRIANGLE NOTEHEAD UP RIGHT WHITE", + [0x1BC1E]={ + category="lo", + description="DUPLOYAN LETTER N M", direction="l", linebreak="al", - unicodeslot=0x1D150, + unicodeslot=0x1BC1E, }, - [0x1D151]={ - category="so", - description="MUSICAL SYMBOL TRIANGLE NOTEHEAD UP RIGHT BLACK", + [0x1BC1F]={ + category="lo", + description="DUPLOYAN LETTER J M", direction="l", linebreak="al", - unicodeslot=0x1D151, + unicodeslot=0x1BC1F, }, - [0x1D152]={ - category="so", - description="MUSICAL SYMBOL MOON NOTEHEAD WHITE", + [0x1BC20]={ + category="lo", + description="DUPLOYAN LETTER S J", direction="l", linebreak="al", - unicodeslot=0x1D152, + unicodeslot=0x1BC20, }, - [0x1D153]={ - category="so", - description="MUSICAL SYMBOL MOON NOTEHEAD BLACK", + [0x1BC21]={ + category="lo", + description="DUPLOYAN LETTER M WITH DOT", direction="l", linebreak="al", - unicodeslot=0x1D153, + unicodeslot=0x1BC21, }, - [0x1D154]={ - category="so", - description="MUSICAL SYMBOL TRIANGLE-ROUND NOTEHEAD DOWN WHITE", + [0x1BC22]={ + category="lo", + description="DUPLOYAN LETTER N WITH DOT", direction="l", linebreak="al", - unicodeslot=0x1D154, + unicodeslot=0x1BC22, }, - [0x1D155]={ - category="so", - description="MUSICAL SYMBOL TRIANGLE-ROUND NOTEHEAD DOWN BLACK", + [0x1BC23]={ + category="lo", + description="DUPLOYAN LETTER J WITH DOT", direction="l", linebreak="al", - unicodeslot=0x1D155, + unicodeslot=0x1BC23, }, - [0x1D156]={ - category="so", - description="MUSICAL SYMBOL PARENTHESIS NOTEHEAD", + [0x1BC24]={ + category="lo", + description="DUPLOYAN LETTER J WITH DOTS INSIDE AND ABOVE", direction="l", linebreak="al", - unicodeslot=0x1D156, + unicodeslot=0x1BC24, }, - [0x1D157]={ - category="so", - description="MUSICAL SYMBOL VOID NOTEHEAD", + [0x1BC25]={ + category="lo", + description="DUPLOYAN LETTER S WITH DOT", direction="l", linebreak="al", - unicodeslot=0x1D157, + unicodeslot=0x1BC25, }, - [0x1D158]={ - category="so", - description="MUSICAL SYMBOL NOTEHEAD BLACK", + [0x1BC26]={ + category="lo", + description="DUPLOYAN LETTER S WITH DOT BELOW", direction="l", linebreak="al", - unicodeslot=0x1D158, + unicodeslot=0x1BC26, }, - [0x1D159]={ - category="so", - description="MUSICAL SYMBOL NULL NOTEHEAD", + [0x1BC27]={ + category="lo", + description="DUPLOYAN LETTER M S", direction="l", linebreak="al", - unicodeslot=0x1D159, + unicodeslot=0x1BC27, }, - [0x1D15A]={ - category="so", - description="MUSICAL SYMBOL CLUSTER NOTEHEAD WHITE", + [0x1BC28]={ + category="lo", + description="DUPLOYAN LETTER N S", direction="l", linebreak="al", - unicodeslot=0x1D15A, + unicodeslot=0x1BC28, }, - [0x1D15B]={ - category="so", - description="MUSICAL SYMBOL CLUSTER NOTEHEAD BLACK", + [0x1BC29]={ + category="lo", + description="DUPLOYAN LETTER J S", direction="l", linebreak="al", - unicodeslot=0x1D15B, + unicodeslot=0x1BC29, }, - [0x1D15C]={ - category="so", - description="MUSICAL SYMBOL BREVE", + [0x1BC2A]={ + category="lo", + description="DUPLOYAN LETTER S S", direction="l", linebreak="al", - unicodeslot=0x1D15C, + unicodeslot=0x1BC2A, }, - [0x1D15D]={ - category="so", - description="MUSICAL SYMBOL WHOLE NOTE", + [0x1BC2B]={ + category="lo", + description="DUPLOYAN LETTER M N S", direction="l", linebreak="al", - synonyms={ "semibreve" }, - unicodeslot=0x1D15D, + unicodeslot=0x1BC2B, }, - [0x1D15E]={ - category="so", - description="MUSICAL SYMBOL HALF NOTE", + [0x1BC2C]={ + category="lo", + description="DUPLOYAN LETTER N M S", direction="l", linebreak="al", - specials={ "char", 0x1D157, 0x1D165 }, - unicodeslot=0x1D15E, + unicodeslot=0x1BC2C, }, - [0x1D15F]={ - category="so", - description="MUSICAL SYMBOL QUARTER NOTE", + [0x1BC2D]={ + category="lo", + description="DUPLOYAN LETTER J M S", direction="l", linebreak="al", - specials={ "char", 0x1D158, 0x1D165 }, - unicodeslot=0x1D15F, + unicodeslot=0x1BC2D, }, - [0x1D160]={ - category="so", - description="MUSICAL SYMBOL EIGHTH NOTE", + [0x1BC2E]={ + category="lo", + description="DUPLOYAN LETTER S J S", direction="l", linebreak="al", - specials={ "char", 0x1D15F, 0x1D16E }, - unicodeslot=0x1D160, + unicodeslot=0x1BC2E, }, - [0x1D161]={ - category="so", - description="MUSICAL SYMBOL SIXTEENTH NOTE", + [0x1BC2F]={ + category="lo", + description="DUPLOYAN LETTER J S WITH DOT", direction="l", linebreak="al", - specials={ "char", 0x1D15F, 0x1D16F }, - synonyms={ "semiquaver" }, - unicodeslot=0x1D161, + unicodeslot=0x1BC2F, }, - [0x1D162]={ - category="so", - description="MUSICAL SYMBOL THIRTY-SECOND NOTE", + [0x1BC30]={ + category="lo", + description="DUPLOYAN LETTER J N", direction="l", linebreak="al", - specials={ "char", 0x1D15F, 0x1D170 }, - unicodeslot=0x1D162, + unicodeslot=0x1BC30, }, - [0x1D163]={ - category="so", - description="MUSICAL SYMBOL SIXTY-FOURTH NOTE", + [0x1BC31]={ + category="lo", + description="DUPLOYAN LETTER J N S", direction="l", linebreak="al", - specials={ "char", 0x1D15F, 0x1D171 }, - unicodeslot=0x1D163, + unicodeslot=0x1BC31, }, - [0x1D164]={ - category="so", - description="MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE", + [0x1BC32]={ + category="lo", + description="DUPLOYAN LETTER S T", direction="l", linebreak="al", - specials={ "char", 0x1D15F, 0x1D172 }, - unicodeslot=0x1D164, + unicodeslot=0x1BC32, }, - [0x1D165]={ - category="mc", - combining=0xD8, - description="MUSICAL SYMBOL COMBINING STEM", + [0x1BC33]={ + category="lo", + description="DUPLOYAN LETTER S T R", direction="l", - linebreak="cm", - unicodeslot=0x1D165, + linebreak="al", + unicodeslot=0x1BC33, }, - [0x1D166]={ - category="mc", - combining=0xD8, - description="MUSICAL SYMBOL COMBINING SPRECHGESANG STEM", + [0x1BC34]={ + category="lo", + description="DUPLOYAN LETTER S P", direction="l", - linebreak="cm", - unicodeslot=0x1D166, + linebreak="al", + unicodeslot=0x1BC34, }, - [0x1D167]={ - category="mn", - combining=0x1, - description="MUSICAL SYMBOL COMBINING TREMOLO-0x0001", - direction="nsm", - linebreak="cm", - unicodeslot=0x1D167, + [0x1BC35]={ + category="lo", + description="DUPLOYAN LETTER S P R", + direction="l", + linebreak="al", + unicodeslot=0x1BC35, }, - [0x1D168]={ - category="mn", - combining=0x1, - description="MUSICAL SYMBOL COMBINING TREMOLO-0x0002", - direction="nsm", - linebreak="cm", - unicodeslot=0x1D168, + [0x1BC36]={ + category="lo", + description="DUPLOYAN LETTER T S", + direction="l", + linebreak="al", + unicodeslot=0x1BC36, }, - [0x1D169]={ - category="mn", - combining=0x1, - description="MUSICAL SYMBOL COMBINING TREMOLO-0x0003", - direction="nsm", - linebreak="cm", - unicodeslot=0x1D169, + [0x1BC37]={ + category="lo", + description="DUPLOYAN LETTER T R S", + direction="l", + linebreak="al", + unicodeslot=0x1BC37, }, - [0x1D16A]={ - category="so", - description="MUSICAL SYMBOL FINGERED TREMOLO-0x0001", + [0x1BC38]={ + category="lo", + description="DUPLOYAN LETTER W", direction="l", linebreak="al", - unicodeslot=0x1D16A, + unicodeslot=0x1BC38, }, - [0x1D16B]={ - category="so", - description="MUSICAL SYMBOL FINGERED TREMOLO-0x0002", + [0x1BC39]={ + category="lo", + description="DUPLOYAN LETTER WH", direction="l", linebreak="al", - unicodeslot=0x1D16B, + unicodeslot=0x1BC39, }, - [0x1D16C]={ - category="so", - description="MUSICAL SYMBOL FINGERED TREMOLO-0x0003", + [0x1BC3A]={ + category="lo", + description="DUPLOYAN LETTER W R", direction="l", linebreak="al", - unicodeslot=0x1D16C, + unicodeslot=0x1BC3A, }, - [0x1D16D]={ - category="mc", - combining=0xE2, - description="MUSICAL SYMBOL COMBINING AUGMENTATION DOT", + [0x1BC3B]={ + category="lo", + description="DUPLOYAN LETTER S N", direction="l", - linebreak="cm", - unicodeslot=0x1D16D, + linebreak="al", + unicodeslot=0x1BC3B, }, - [0x1D16E]={ - category="mc", - combining=0xD8, - description="MUSICAL SYMBOL COMBINING FLAG-0x0001", + [0x1BC3C]={ + category="lo", + description="DUPLOYAN LETTER S M", direction="l", - linebreak="cm", - unicodeslot=0x1D16E, + linebreak="al", + unicodeslot=0x1BC3C, }, - [0x1D16F]={ - category="mc", - combining=0xD8, - description="MUSICAL SYMBOL COMBINING FLAG-0x0002", + [0x1BC3D]={ + category="lo", + description="DUPLOYAN LETTER K R S", direction="l", - linebreak="cm", - unicodeslot=0x1D16F, + linebreak="al", + unicodeslot=0x1BC3D, }, - [0x1D170]={ - category="mc", - combining=0xD8, - description="MUSICAL SYMBOL COMBINING FLAG-0x0003", + [0x1BC3E]={ + category="lo", + description="DUPLOYAN LETTER G R S", direction="l", - linebreak="cm", - unicodeslot=0x1D170, + linebreak="al", + unicodeslot=0x1BC3E, }, - [0x1D171]={ - category="mc", - combining=0xD8, - description="MUSICAL SYMBOL COMBINING FLAG-0x0004", + [0x1BC3F]={ + category="lo", + description="DUPLOYAN LETTER S K", direction="l", - linebreak="cm", - unicodeslot=0x1D171, + linebreak="al", + unicodeslot=0x1BC3F, }, - [0x1D172]={ - category="mc", - combining=0xD8, - description="MUSICAL SYMBOL COMBINING FLAG-0x0005", + [0x1BC40]={ + category="lo", + description="DUPLOYAN LETTER S K R", direction="l", - linebreak="cm", - unicodeslot=0x1D172, + linebreak="al", + unicodeslot=0x1BC40, }, - [0x1D173]={ - category="cf", - description="MUSICAL SYMBOL BEGIN BEAM", - direction="bn", - linebreak="cm", - unicodeslot=0x1D173, + [0x1BC41]={ + category="lo", + description="DUPLOYAN LETTER A", + direction="l", + linebreak="al", + unicodeslot=0x1BC41, }, - [0x1D174]={ - category="cf", - description="MUSICAL SYMBOL END BEAM", - direction="bn", - linebreak="cm", - unicodeslot=0x1D174, + [0x1BC42]={ + category="lo", + description="DUPLOYAN LETTER SLOAN OW", + direction="l", + linebreak="al", + unicodeslot=0x1BC42, }, - [0x1D175]={ - category="cf", - description="MUSICAL SYMBOL BEGIN TIE", - direction="bn", - linebreak="cm", - unicodeslot=0x1D175, + [0x1BC43]={ + category="lo", + description="DUPLOYAN LETTER OA", + direction="l", + linebreak="al", + unicodeslot=0x1BC43, }, - [0x1D176]={ - category="cf", - description="MUSICAL SYMBOL END TIE", - direction="bn", - linebreak="cm", - unicodeslot=0x1D176, + [0x1BC44]={ + category="lo", + description="DUPLOYAN LETTER O", + direction="l", + linebreak="al", + unicodeslot=0x1BC44, }, - [0x1D177]={ - category="cf", - description="MUSICAL SYMBOL BEGIN SLUR", - direction="bn", - linebreak="cm", - unicodeslot=0x1D177, + [0x1BC45]={ + category="lo", + description="DUPLOYAN LETTER AOU", + direction="l", + linebreak="al", + unicodeslot=0x1BC45, }, - [0x1D178]={ - category="cf", - description="MUSICAL SYMBOL END SLUR", - direction="bn", - linebreak="cm", - unicodeslot=0x1D178, + [0x1BC46]={ + category="lo", + description="DUPLOYAN LETTER I", + direction="l", + linebreak="al", + unicodeslot=0x1BC46, }, - [0x1D179]={ - category="cf", - description="MUSICAL SYMBOL BEGIN PHRASE", - direction="bn", - linebreak="cm", - unicodeslot=0x1D179, + [0x1BC47]={ + category="lo", + description="DUPLOYAN LETTER E", + direction="l", + linebreak="al", + unicodeslot=0x1BC47, }, - [0x1D17A]={ - category="cf", - description="MUSICAL SYMBOL END PHRASE", - direction="bn", - linebreak="cm", - unicodeslot=0x1D17A, + [0x1BC48]={ + category="lo", + description="DUPLOYAN LETTER IE", + direction="l", + linebreak="al", + unicodeslot=0x1BC48, }, - [0x1D17B]={ - category="mn", - combining=0xDC, - description="MUSICAL SYMBOL COMBINING ACCENT", - direction="nsm", - linebreak="cm", - unicodeslot=0x1D17B, + [0x1BC49]={ + category="lo", + description="DUPLOYAN LETTER SHORT I", + direction="l", + linebreak="al", + unicodeslot=0x1BC49, }, - [0x1D17C]={ - category="mn", - combining=0xDC, - description="MUSICAL SYMBOL COMBINING STACCATO", - direction="nsm", - linebreak="cm", - unicodeslot=0x1D17C, + [0x1BC4A]={ + category="lo", + description="DUPLOYAN LETTER UI", + direction="l", + linebreak="al", + unicodeslot=0x1BC4A, }, - [0x1D17D]={ - category="mn", - combining=0xDC, - description="MUSICAL SYMBOL COMBINING TENUTO", - direction="nsm", - linebreak="cm", - unicodeslot=0x1D17D, + [0x1BC4B]={ + category="lo", + description="DUPLOYAN LETTER EE", + direction="l", + linebreak="al", + unicodeslot=0x1BC4B, }, - [0x1D17E]={ - category="mn", - combining=0xDC, - description="MUSICAL SYMBOL COMBINING STACCATISSIMO", - direction="nsm", - linebreak="cm", - unicodeslot=0x1D17E, + [0x1BC4C]={ + category="lo", + description="DUPLOYAN LETTER SLOAN EH", + direction="l", + linebreak="al", + unicodeslot=0x1BC4C, }, - [0x1D17F]={ - category="mn", - combining=0xDC, - description="MUSICAL SYMBOL COMBINING MARCATO", - direction="nsm", - linebreak="cm", - unicodeslot=0x1D17F, + [0x1BC4D]={ + category="lo", + description="DUPLOYAN LETTER ROMANIAN I", + direction="l", + linebreak="al", + unicodeslot=0x1BC4D, }, - [0x1D180]={ - category="mn", - combining=0xDC, - description="MUSICAL SYMBOL COMBINING MARCATO-STACCATO", - direction="nsm", - linebreak="cm", - unicodeslot=0x1D180, + [0x1BC4E]={ + category="lo", + description="DUPLOYAN LETTER SLOAN EE", + direction="l", + linebreak="al", + unicodeslot=0x1BC4E, }, - [0x1D181]={ - category="mn", - combining=0xDC, - description="MUSICAL SYMBOL COMBINING ACCENT-STACCATO", - direction="nsm", - linebreak="cm", - unicodeslot=0x1D181, + [0x1BC4F]={ + category="lo", + description="DUPLOYAN LETTER LONG I", + direction="l", + linebreak="al", + unicodeslot=0x1BC4F, }, - [0x1D182]={ - category="mn", - combining=0xDC, - description="MUSICAL SYMBOL COMBINING LOURE", - direction="nsm", - linebreak="cm", - unicodeslot=0x1D182, + [0x1BC50]={ + category="lo", + description="DUPLOYAN LETTER YE", + direction="l", + linebreak="al", + unicodeslot=0x1BC50, }, - [0x1D183]={ - category="so", - description="MUSICAL SYMBOL ARPEGGIATO UP", + [0x1BC51]={ + category="lo", + description="DUPLOYAN LETTER U", direction="l", linebreak="al", - unicodeslot=0x1D183, + unicodeslot=0x1BC51, }, - [0x1D184]={ - category="so", - description="MUSICAL SYMBOL ARPEGGIATO DOWN", + [0x1BC52]={ + category="lo", + description="DUPLOYAN LETTER EU", direction="l", linebreak="al", - unicodeslot=0x1D184, + unicodeslot=0x1BC52, }, - [0x1D185]={ - category="mn", - combining=0xE6, - description="MUSICAL SYMBOL COMBINING DOIT", - direction="nsm", - linebreak="cm", - unicodeslot=0x1D185, + [0x1BC53]={ + category="lo", + description="DUPLOYAN LETTER XW", + direction="l", + linebreak="al", + unicodeslot=0x1BC53, }, - [0x1D186]={ - category="mn", - combining=0xE6, - description="MUSICAL SYMBOL COMBINING RIP", - direction="nsm", - linebreak="cm", - unicodeslot=0x1D186, + [0x1BC54]={ + category="lo", + description="DUPLOYAN LETTER U N", + direction="l", + linebreak="al", + unicodeslot=0x1BC54, }, - [0x1D187]={ - category="mn", - combining=0xE6, - description="MUSICAL SYMBOL COMBINING FLIP", - direction="nsm", - linebreak="cm", - unicodeslot=0x1D187, + [0x1BC55]={ + category="lo", + description="DUPLOYAN LETTER LONG U", + direction="l", + linebreak="al", + unicodeslot=0x1BC55, }, - [0x1D188]={ - category="mn", - combining=0xE6, - description="MUSICAL SYMBOL COMBINING SMEAR", - direction="nsm", - linebreak="cm", - unicodeslot=0x1D188, + [0x1BC56]={ + category="lo", + description="DUPLOYAN LETTER ROMANIAN U", + direction="l", + linebreak="al", + unicodeslot=0x1BC56, }, - [0x1D189]={ - category="mn", - combining=0xE6, - description="MUSICAL SYMBOL COMBINING BEND", - direction="nsm", - linebreak="cm", - unicodeslot=0x1D189, + [0x1BC57]={ + category="lo", + description="DUPLOYAN LETTER UH", + direction="l", + linebreak="al", + unicodeslot=0x1BC57, }, - [0x1D18A]={ - category="mn", - combining=0xDC, - description="MUSICAL SYMBOL COMBINING DOUBLE TONGUE", - direction="nsm", - linebreak="cm", - unicodeslot=0x1D18A, + [0x1BC58]={ + category="lo", + description="DUPLOYAN LETTER SLOAN U", + direction="l", + linebreak="al", + unicodeslot=0x1BC58, }, - [0x1D18B]={ - category="mn", - combining=0xDC, - description="MUSICAL SYMBOL COMBINING TRIPLE TONGUE", - direction="nsm", - linebreak="cm", - unicodeslot=0x1D18B, + [0x1BC59]={ + category="lo", + description="DUPLOYAN LETTER OOH", + direction="l", + linebreak="al", + unicodeslot=0x1BC59, }, - [0x1D18C]={ - category="so", - description="MUSICAL SYMBOL RINFORZANDO", + [0x1BC5A]={ + category="lo", + description="DUPLOYAN LETTER OW", direction="l", linebreak="al", - unicodeslot=0x1D18C, + unicodeslot=0x1BC5A, }, - [0x1D18D]={ - category="so", - description="MUSICAL SYMBOL SUBITO", + [0x1BC5B]={ + category="lo", + description="DUPLOYAN LETTER OU", direction="l", linebreak="al", - unicodeslot=0x1D18D, + unicodeslot=0x1BC5B, }, - [0x1D18E]={ - category="so", - description="MUSICAL SYMBOL Z", + [0x1BC5C]={ + category="lo", + description="DUPLOYAN LETTER WA", direction="l", linebreak="al", - unicodeslot=0x1D18E, + unicodeslot=0x1BC5C, }, - [0x1D18F]={ - category="so", - description="MUSICAL SYMBOL PIANO", + [0x1BC5D]={ + category="lo", + description="DUPLOYAN LETTER WO", direction="l", linebreak="al", - unicodeslot=0x1D18F, + unicodeslot=0x1BC5D, }, - [0x1D190]={ - category="so", - description="MUSICAL SYMBOL MEZZO", + [0x1BC5E]={ + category="lo", + description="DUPLOYAN LETTER WI", direction="l", linebreak="al", - unicodeslot=0x1D190, + unicodeslot=0x1BC5E, }, - [0x1D191]={ - category="so", - description="MUSICAL SYMBOL FORTE", + [0x1BC5F]={ + category="lo", + description="DUPLOYAN LETTER WEI", direction="l", linebreak="al", - unicodeslot=0x1D191, + unicodeslot=0x1BC5F, }, - [0x1D192]={ - category="so", - description="MUSICAL SYMBOL CRESCENDO", + [0x1BC60]={ + category="lo", + description="DUPLOYAN LETTER WOW", direction="l", linebreak="al", - unicodeslot=0x1D192, + unicodeslot=0x1BC60, }, - [0x1D193]={ - category="so", - description="MUSICAL SYMBOL DECRESCENDO", + [0x1BC61]={ + category="lo", + description="DUPLOYAN LETTER NASAL U", direction="l", linebreak="al", - unicodeslot=0x1D193, + unicodeslot=0x1BC61, }, - [0x1D194]={ - category="so", - description="MUSICAL SYMBOL GRACE NOTE SLASH", + [0x1BC62]={ + category="lo", + description="DUPLOYAN LETTER NASAL O", direction="l", linebreak="al", - unicodeslot=0x1D194, + unicodeslot=0x1BC62, }, - [0x1D195]={ - category="so", - description="MUSICAL SYMBOL GRACE NOTE NO SLASH", + [0x1BC63]={ + category="lo", + description="DUPLOYAN LETTER NASAL I", direction="l", linebreak="al", - unicodeslot=0x1D195, + unicodeslot=0x1BC63, }, - [0x1D196]={ - category="so", - description="MUSICAL SYMBOL TR", + [0x1BC64]={ + category="lo", + description="DUPLOYAN LETTER NASAL A", direction="l", linebreak="al", - unicodeslot=0x1D196, + unicodeslot=0x1BC64, }, - [0x1D197]={ - category="so", - description="MUSICAL SYMBOL TURN", + [0x1BC65]={ + category="lo", + description="DUPLOYAN LETTER PERNIN AN", direction="l", linebreak="al", - unicodeslot=0x1D197, + unicodeslot=0x1BC65, }, - [0x1D198]={ - category="so", - description="MUSICAL SYMBOL INVERTED TURN", + [0x1BC66]={ + category="lo", + description="DUPLOYAN LETTER PERNIN AM", direction="l", linebreak="al", - unicodeslot=0x1D198, + unicodeslot=0x1BC66, }, - [0x1D199]={ - category="so", - description="MUSICAL SYMBOL TURN SLASH", + [0x1BC67]={ + category="lo", + description="DUPLOYAN LETTER SLOAN EN", direction="l", linebreak="al", - unicodeslot=0x1D199, + unicodeslot=0x1BC67, }, - [0x1D19A]={ - category="so", - description="MUSICAL SYMBOL TURN UP", + [0x1BC68]={ + category="lo", + description="DUPLOYAN LETTER SLOAN AN", direction="l", linebreak="al", - unicodeslot=0x1D19A, + unicodeslot=0x1BC68, }, - [0x1D19B]={ - category="so", - description="MUSICAL SYMBOL ORNAMENT STROKE-0x0001", + [0x1BC69]={ + category="lo", + description="DUPLOYAN LETTER SLOAN ON", direction="l", linebreak="al", - unicodeslot=0x1D19B, + unicodeslot=0x1BC69, }, - [0x1D19C]={ - category="so", - description="MUSICAL SYMBOL ORNAMENT STROKE-0x0002", + [0x1BC6A]={ + category="lo", + description="DUPLOYAN LETTER VOCALIC M", direction="l", linebreak="al", - unicodeslot=0x1D19C, + unicodeslot=0x1BC6A, }, - [0x1D19D]={ - category="so", - description="MUSICAL SYMBOL ORNAMENT STROKE-0x0003", + [0x1BC70]={ + category="lo", + description="DUPLOYAN AFFIX LEFT HORIZONTAL SECANT", direction="l", linebreak="al", - unicodeslot=0x1D19D, + unicodeslot=0x1BC70, }, - [0x1D19E]={ - category="so", - description="MUSICAL SYMBOL ORNAMENT STROKE-0x0004", + [0x1BC71]={ + category="lo", + description="DUPLOYAN AFFIX MID HORIZONTAL SECANT", direction="l", linebreak="al", - unicodeslot=0x1D19E, + unicodeslot=0x1BC71, }, - [0x1D19F]={ - category="so", - description="MUSICAL SYMBOL ORNAMENT STROKE-0x0005", + [0x1BC72]={ + category="lo", + description="DUPLOYAN AFFIX RIGHT HORIZONTAL SECANT", direction="l", linebreak="al", - unicodeslot=0x1D19F, + unicodeslot=0x1BC72, }, - [0x1D1A0]={ - category="so", - description="MUSICAL SYMBOL ORNAMENT STROKE-0x0006", + [0x1BC73]={ + category="lo", + description="DUPLOYAN AFFIX LOW VERTICAL SECANT", direction="l", linebreak="al", - unicodeslot=0x1D1A0, + unicodeslot=0x1BC73, }, - [0x1D1A1]={ - category="so", - description="MUSICAL SYMBOL ORNAMENT STROKE-0x0007", + [0x1BC74]={ + category="lo", + description="DUPLOYAN AFFIX MID VERTICAL SECANT", direction="l", linebreak="al", - unicodeslot=0x1D1A1, + unicodeslot=0x1BC74, }, - [0x1D1A2]={ - category="so", - description="MUSICAL SYMBOL ORNAMENT STROKE-0x0008", + [0x1BC75]={ + category="lo", + description="DUPLOYAN AFFIX HIGH VERTICAL SECANT", direction="l", linebreak="al", - unicodeslot=0x1D1A2, + unicodeslot=0x1BC75, }, - [0x1D1A3]={ - category="so", - description="MUSICAL SYMBOL ORNAMENT STROKE-0x0009", + [0x1BC76]={ + category="lo", + description="DUPLOYAN AFFIX ATTACHED SECANT", direction="l", linebreak="al", - unicodeslot=0x1D1A3, + unicodeslot=0x1BC76, }, - [0x1D1A4]={ - category="so", - description="MUSICAL SYMBOL ORNAMENT STROKE-0x000A", + [0x1BC77]={ + category="lo", + description="DUPLOYAN AFFIX ATTACHED LEFT-TO-RIGHT SECANT", direction="l", linebreak="al", - unicodeslot=0x1D1A4, + unicodeslot=0x1BC77, }, - [0x1D1A5]={ - category="so", - description="MUSICAL SYMBOL ORNAMENT STROKE-0x000B", + [0x1BC78]={ + category="lo", + description="DUPLOYAN AFFIX ATTACHED TANGENT", direction="l", linebreak="al", - unicodeslot=0x1D1A5, + unicodeslot=0x1BC78, }, - [0x1D1A6]={ - category="so", - description="MUSICAL SYMBOL HAUPTSTIMME", + [0x1BC79]={ + category="lo", + description="DUPLOYAN AFFIX ATTACHED TAIL", direction="l", linebreak="al", - unicodeslot=0x1D1A6, + unicodeslot=0x1BC79, }, - [0x1D1A7]={ - category="so", - description="MUSICAL SYMBOL NEBENSTIMME", + [0x1BC7A]={ + category="lo", + description="DUPLOYAN AFFIX ATTACHED E HOOK", direction="l", linebreak="al", - unicodeslot=0x1D1A7, + unicodeslot=0x1BC7A, }, - [0x1D1A8]={ - category="so", - description="MUSICAL SYMBOL END OF STIMME", + [0x1BC7B]={ + category="lo", + description="DUPLOYAN AFFIX ATTACHED I HOOK", direction="l", linebreak="al", - unicodeslot=0x1D1A8, + unicodeslot=0x1BC7B, }, - [0x1D1A9]={ - category="so", - description="MUSICAL SYMBOL DEGREE SLASH", + [0x1BC7C]={ + category="lo", + description="DUPLOYAN AFFIX ATTACHED TANGENT HOOK", direction="l", linebreak="al", - unicodeslot=0x1D1A9, + unicodeslot=0x1BC7C, }, - [0x1D1AA]={ - category="mn", - combining=0xE6, - description="MUSICAL SYMBOL COMBINING DOWN BOW", - direction="nsm", - linebreak="cm", - unicodeslot=0x1D1AA, + [0x1BC80]={ + category="lo", + description="DUPLOYAN AFFIX HIGH ACUTE", + direction="l", + linebreak="al", + unicodeslot=0x1BC80, }, - [0x1D1AB]={ - category="mn", - combining=0xE6, - description="MUSICAL SYMBOL COMBINING UP BOW", - direction="nsm", - linebreak="cm", - unicodeslot=0x1D1AB, + [0x1BC81]={ + category="lo", + description="DUPLOYAN AFFIX HIGH TIGHT ACUTE", + direction="l", + linebreak="al", + unicodeslot=0x1BC81, }, - [0x1D1AC]={ - category="mn", - combining=0xE6, - description="MUSICAL SYMBOL COMBINING HARMONIC", - direction="nsm", - linebreak="cm", - unicodeslot=0x1D1AC, + [0x1BC82]={ + category="lo", + description="DUPLOYAN AFFIX HIGH GRAVE", + direction="l", + linebreak="al", + unicodeslot=0x1BC82, }, - [0x1D1AD]={ - category="mn", - combining=0xE6, - description="MUSICAL SYMBOL COMBINING SNAP PIZZICATO", - direction="nsm", - linebreak="cm", - unicodeslot=0x1D1AD, + [0x1BC83]={ + category="lo", + description="DUPLOYAN AFFIX HIGH LONG GRAVE", + direction="l", + linebreak="al", + unicodeslot=0x1BC83, }, - [0x1D1AE]={ - category="so", - description="MUSICAL SYMBOL PEDAL MARK", + [0x1BC84]={ + category="lo", + description="DUPLOYAN AFFIX HIGH DOT", direction="l", linebreak="al", - unicodeslot=0x1D1AE, + unicodeslot=0x1BC84, }, - [0x1D1AF]={ - category="so", - description="MUSICAL SYMBOL PEDAL UP MARK", + [0x1BC85]={ + category="lo", + description="DUPLOYAN AFFIX HIGH CIRCLE", direction="l", linebreak="al", - unicodeslot=0x1D1AF, + unicodeslot=0x1BC85, }, - [0x1D1B0]={ - category="so", - description="MUSICAL SYMBOL HALF PEDAL MARK", + [0x1BC86]={ + category="lo", + description="DUPLOYAN AFFIX HIGH LINE", direction="l", linebreak="al", - unicodeslot=0x1D1B0, + unicodeslot=0x1BC86, }, - [0x1D1B1]={ - category="so", - description="MUSICAL SYMBOL GLISSANDO UP", + [0x1BC87]={ + category="lo", + description="DUPLOYAN AFFIX HIGH WAVE", direction="l", linebreak="al", - unicodeslot=0x1D1B1, + unicodeslot=0x1BC87, }, - [0x1D1B2]={ - category="so", - description="MUSICAL SYMBOL GLISSANDO DOWN", + [0x1BC88]={ + category="lo", + description="DUPLOYAN AFFIX HIGH VERTICAL", direction="l", linebreak="al", - unicodeslot=0x1D1B2, + unicodeslot=0x1BC88, }, - [0x1D1B3]={ - category="so", - description="MUSICAL SYMBOL WITH FINGERNAILS", + [0x1BC90]={ + category="lo", + description="DUPLOYAN AFFIX LOW ACUTE", direction="l", linebreak="al", - unicodeslot=0x1D1B3, + unicodeslot=0x1BC90, }, - [0x1D1B4]={ - category="so", - description="MUSICAL SYMBOL DAMP", + [0x1BC91]={ + category="lo", + description="DUPLOYAN AFFIX LOW TIGHT ACUTE", direction="l", linebreak="al", - unicodeslot=0x1D1B4, + unicodeslot=0x1BC91, }, - [0x1D1B5]={ - category="so", - description="MUSICAL SYMBOL DAMP ALL", + [0x1BC92]={ + category="lo", + description="DUPLOYAN AFFIX LOW GRAVE", direction="l", linebreak="al", - unicodeslot=0x1D1B5, + unicodeslot=0x1BC92, }, - [0x1D1B6]={ - category="so", - description="MUSICAL SYMBOL MAXIMA", + [0x1BC93]={ + category="lo", + description="DUPLOYAN AFFIX LOW LONG GRAVE", direction="l", linebreak="al", - unicodeslot=0x1D1B6, + unicodeslot=0x1BC93, }, - [0x1D1B7]={ - category="so", - description="MUSICAL SYMBOL LONGA", + [0x1BC94]={ + category="lo", + description="DUPLOYAN AFFIX LOW DOT", direction="l", linebreak="al", - unicodeslot=0x1D1B7, + unicodeslot=0x1BC94, }, - [0x1D1B8]={ - category="so", - description="MUSICAL SYMBOL BREVIS", + [0x1BC95]={ + category="lo", + description="DUPLOYAN AFFIX LOW CIRCLE", direction="l", linebreak="al", - unicodeslot=0x1D1B8, + unicodeslot=0x1BC95, }, - [0x1D1B9]={ - category="so", - description="MUSICAL SYMBOL SEMIBREVIS WHITE", + [0x1BC96]={ + category="lo", + description="DUPLOYAN AFFIX LOW LINE", direction="l", linebreak="al", - unicodeslot=0x1D1B9, + unicodeslot=0x1BC96, }, - [0x1D1BA]={ - category="so", - description="MUSICAL SYMBOL SEMIBREVIS BLACK", + [0x1BC97]={ + category="lo", + description="DUPLOYAN AFFIX LOW WAVE", direction="l", linebreak="al", - unicodeslot=0x1D1BA, + unicodeslot=0x1BC97, }, - [0x1D1BB]={ - category="so", - description="MUSICAL SYMBOL MINIMA", + [0x1BC98]={ + category="lo", + description="DUPLOYAN AFFIX LOW VERTICAL", direction="l", linebreak="al", - specials={ "char", 0x1D1B9, 0x1D165 }, - unicodeslot=0x1D1BB, + unicodeslot=0x1BC98, }, - [0x1D1BC]={ - category="so", - description="MUSICAL SYMBOL MINIMA BLACK", + [0x1BC99]={ + category="lo", + description="DUPLOYAN AFFIX LOW ARROW", direction="l", linebreak="al", - specials={ "char", 0x1D1BA, 0x1D165 }, - unicodeslot=0x1D1BC, + unicodeslot=0x1BC99, }, - [0x1D1BD]={ + [0x1BC9C]={ category="so", - description="MUSICAL SYMBOL SEMIMINIMA WHITE", + description="DUPLOYAN SIGN O WITH CROSS", direction="l", linebreak="al", - specials={ "char", 0x1D1BB, 0x1D16E }, - unicodeslot=0x1D1BD, + unicodeslot=0x1BC9C, }, - [0x1D1BE]={ + [0x1BC9D]={ + category="mn", + description="DUPLOYAN THICK LETTER SELECTOR", + direction="nsm", + linebreak="cm", + unicodeslot=0x1BC9D, + }, + [0x1BC9E]={ + category="mn", + combining=0x1, + description="DUPLOYAN DOUBLE MARK", + direction="nsm", + linebreak="cm", + unicodeslot=0x1BC9E, + }, + [0x1BC9F]={ + category="po", + description="DUPLOYAN PUNCTUATION CHINOOK FULL STOP", + direction="l", + linebreak="ba", + unicodeslot=0x1BC9F, + }, + [0x1BCA0]={ + category="cf", + description="SHORTHAND FORMAT LETTER OVERLAP", + direction="bn", + linebreak="cm", + unicodeslot=0x1BCA0, + }, + [0x1BCA1]={ + category="cf", + description="SHORTHAND FORMAT CONTINUING OVERLAP", + direction="bn", + linebreak="cm", + unicodeslot=0x1BCA1, + }, + [0x1BCA2]={ + category="cf", + description="SHORTHAND FORMAT DOWN STEP", + direction="bn", + linebreak="cm", + unicodeslot=0x1BCA2, + }, + [0x1BCA3]={ + category="cf", + description="SHORTHAND FORMAT UP STEP", + direction="bn", + linebreak="cm", + unicodeslot=0x1BCA3, + }, + [0x1D000]={ category="so", - description="MUSICAL SYMBOL SEMIMINIMA BLACK", + description="BYZANTINE MUSICAL SYMBOL PSILI", direction="l", linebreak="al", - specials={ "char", 0x1D1BC, 0x1D16E }, - unicodeslot=0x1D1BE, + unicodeslot=0x1D000, }, - [0x1D1BF]={ + [0x1D001]={ category="so", - description="MUSICAL SYMBOL FUSA WHITE", + description="BYZANTINE MUSICAL SYMBOL DASEIA", direction="l", linebreak="al", - specials={ "char", 0x1D1BB, 0x1D16F }, - unicodeslot=0x1D1BF, + unicodeslot=0x1D001, }, - [0x1D1C0]={ + [0x1D002]={ category="so", - description="MUSICAL SYMBOL FUSA BLACK", + description="BYZANTINE MUSICAL SYMBOL PERISPOMENI", direction="l", linebreak="al", - specials={ "char", 0x1D1BC, 0x1D16F }, - unicodeslot=0x1D1C0, + unicodeslot=0x1D002, }, - [0x1D1C1]={ + [0x1D003]={ category="so", - description="MUSICAL SYMBOL LONGA PERFECTA REST", + description="BYZANTINE MUSICAL SYMBOL OXEIA EKFONITIKON", direction="l", linebreak="al", - unicodeslot=0x1D1C1, + unicodeslot=0x1D003, }, - [0x1D1C2]={ + [0x1D004]={ category="so", - description="MUSICAL SYMBOL LONGA IMPERFECTA REST", + description="BYZANTINE MUSICAL SYMBOL OXEIA DIPLI", direction="l", linebreak="al", - unicodeslot=0x1D1C2, + unicodeslot=0x1D004, }, - [0x1D1C3]={ + [0x1D005]={ category="so", - description="MUSICAL SYMBOL BREVIS REST", + description="BYZANTINE MUSICAL SYMBOL VAREIA EKFONITIKON", direction="l", linebreak="al", - unicodeslot=0x1D1C3, + unicodeslot=0x1D005, }, - [0x1D1C4]={ + [0x1D006]={ category="so", - description="MUSICAL SYMBOL SEMIBREVIS REST", + description="BYZANTINE MUSICAL SYMBOL VAREIA DIPLI", direction="l", linebreak="al", - unicodeslot=0x1D1C4, + unicodeslot=0x1D006, }, - [0x1D1C5]={ + [0x1D007]={ category="so", - description="MUSICAL SYMBOL MINIMA REST", + description="BYZANTINE MUSICAL SYMBOL KATHISTI", direction="l", linebreak="al", - unicodeslot=0x1D1C5, + unicodeslot=0x1D007, }, - [0x1D1C6]={ + [0x1D008]={ category="so", - description="MUSICAL SYMBOL SEMIMINIMA REST", + description="BYZANTINE MUSICAL SYMBOL SYRMATIKI", direction="l", linebreak="al", - unicodeslot=0x1D1C6, + unicodeslot=0x1D008, }, - [0x1D1C7]={ + [0x1D009]={ category="so", - description="MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE PERFECTA", + description="BYZANTINE MUSICAL SYMBOL PARAKLITIKI", direction="l", linebreak="al", - unicodeslot=0x1D1C7, + unicodeslot=0x1D009, }, - [0x1D1C8]={ + [0x1D00A]={ category="so", - description="MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE IMPERFECTA", + description="BYZANTINE MUSICAL SYMBOL YPOKRISIS", direction="l", linebreak="al", - unicodeslot=0x1D1C8, + unicodeslot=0x1D00A, }, - [0x1D1C9]={ + [0x1D00B]={ category="so", - description="MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE PERFECTA DIMINUTION-0x0001", + description="BYZANTINE MUSICAL SYMBOL YPOKRISIS DIPLI", direction="l", linebreak="al", - unicodeslot=0x1D1C9, + unicodeslot=0x1D00B, }, - [0x1D1CA]={ + [0x1D00C]={ category="so", - description="MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE PERFECTA", + description="BYZANTINE MUSICAL SYMBOL KREMASTI", direction="l", linebreak="al", - unicodeslot=0x1D1CA, + unicodeslot=0x1D00C, }, - [0x1D1CB]={ + [0x1D00D]={ category="so", - description="MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA", + description="BYZANTINE MUSICAL SYMBOL APESO EKFONITIKON", direction="l", linebreak="al", - unicodeslot=0x1D1CB, + unicodeslot=0x1D00D, }, - [0x1D1CC]={ + [0x1D00E]={ category="so", - description="MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-0x0001", + description="BYZANTINE MUSICAL SYMBOL EXO EKFONITIKON", direction="l", linebreak="al", - unicodeslot=0x1D1CC, + unicodeslot=0x1D00E, }, - [0x1D1CD]={ + [0x1D00F]={ category="so", - description="MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-0x0002", + description="BYZANTINE MUSICAL SYMBOL TELEIA", direction="l", linebreak="al", - unicodeslot=0x1D1CD, + unicodeslot=0x1D00F, }, - [0x1D1CE]={ + [0x1D010]={ category="so", - description="MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-0x0003", + description="BYZANTINE MUSICAL SYMBOL KENTIMATA", direction="l", linebreak="al", - unicodeslot=0x1D1CE, + unicodeslot=0x1D010, }, - [0x1D1CF]={ + [0x1D011]={ category="so", - description="MUSICAL SYMBOL CROIX", + description="BYZANTINE MUSICAL SYMBOL APOSTROFOS", direction="l", linebreak="al", - unicodeslot=0x1D1CF, + unicodeslot=0x1D011, }, - [0x1D1D0]={ + [0x1D012]={ category="so", - description="MUSICAL SYMBOL GREGORIAN C CLEF", + description="BYZANTINE MUSICAL SYMBOL APOSTROFOS DIPLI", direction="l", linebreak="al", - unicodeslot=0x1D1D0, + unicodeslot=0x1D012, }, - [0x1D1D1]={ + [0x1D013]={ category="so", - description="MUSICAL SYMBOL GREGORIAN F CLEF", + description="BYZANTINE MUSICAL SYMBOL SYNEVMA", direction="l", linebreak="al", - unicodeslot=0x1D1D1, + unicodeslot=0x1D013, }, - [0x1D1D2]={ + [0x1D014]={ category="so", - description="MUSICAL SYMBOL SQUARE B", + description="BYZANTINE MUSICAL SYMBOL THITA", direction="l", linebreak="al", - unicodeslot=0x1D1D2, + unicodeslot=0x1D014, }, - [0x1D1D3]={ + [0x1D015]={ category="so", - description="MUSICAL SYMBOL VIRGA", + description="BYZANTINE MUSICAL SYMBOL OLIGON ARCHAION", direction="l", linebreak="al", - unicodeslot=0x1D1D3, + unicodeslot=0x1D015, }, - [0x1D1D4]={ + [0x1D016]={ category="so", - description="MUSICAL SYMBOL PODATUS", + description="BYZANTINE MUSICAL SYMBOL GORGON ARCHAION", direction="l", linebreak="al", - unicodeslot=0x1D1D4, + unicodeslot=0x1D016, }, - [0x1D1D5]={ + [0x1D017]={ category="so", - description="MUSICAL SYMBOL CLIVIS", + description="BYZANTINE MUSICAL SYMBOL PSILON", direction="l", linebreak="al", - unicodeslot=0x1D1D5, + unicodeslot=0x1D017, }, - [0x1D1D6]={ + [0x1D018]={ category="so", - description="MUSICAL SYMBOL SCANDICUS", + description="BYZANTINE MUSICAL SYMBOL CHAMILON", direction="l", linebreak="al", - unicodeslot=0x1D1D6, + unicodeslot=0x1D018, }, - [0x1D1D7]={ + [0x1D019]={ category="so", - description="MUSICAL SYMBOL CLIMACUS", + description="BYZANTINE MUSICAL SYMBOL VATHY", direction="l", linebreak="al", - unicodeslot=0x1D1D7, + unicodeslot=0x1D019, }, - [0x1D1D8]={ + [0x1D01A]={ category="so", - description="MUSICAL SYMBOL TORCULUS", + description="BYZANTINE MUSICAL SYMBOL ISON ARCHAION", direction="l", linebreak="al", - unicodeslot=0x1D1D8, + unicodeslot=0x1D01A, }, - [0x1D1D9]={ + [0x1D01B]={ category="so", - description="MUSICAL SYMBOL PORRECTUS", + description="BYZANTINE MUSICAL SYMBOL KENTIMA ARCHAION", direction="l", linebreak="al", - unicodeslot=0x1D1D9, + unicodeslot=0x1D01B, }, - [0x1D1DA]={ + [0x1D01C]={ category="so", - description="MUSICAL SYMBOL PORRECTUS FLEXUS", + description="BYZANTINE MUSICAL SYMBOL KENTIMATA ARCHAION", direction="l", linebreak="al", - unicodeslot=0x1D1DA, + unicodeslot=0x1D01C, }, - [0x1D1DB]={ + [0x1D01D]={ category="so", - description="MUSICAL SYMBOL SCANDICUS FLEXUS", + description="BYZANTINE MUSICAL SYMBOL SAXIMATA", direction="l", linebreak="al", - unicodeslot=0x1D1DB, + unicodeslot=0x1D01D, }, - [0x1D1DC]={ + [0x1D01E]={ category="so", - description="MUSICAL SYMBOL TORCULUS RESUPINUS", + description="BYZANTINE MUSICAL SYMBOL PARICHON", direction="l", linebreak="al", - unicodeslot=0x1D1DC, + unicodeslot=0x1D01E, }, - [0x1D1DD]={ + [0x1D01F]={ category="so", - description="MUSICAL SYMBOL PES SUBPUNCTIS", + description="BYZANTINE MUSICAL SYMBOL STAVROS APODEXIA", direction="l", linebreak="al", - unicodeslot=0x1D1DD, + unicodeslot=0x1D01F, }, - [0x1D1DE]={ + [0x1D020]={ category="so", - description="MUSICAL SYMBOL KIEVAN C CLEF", + description="BYZANTINE MUSICAL SYMBOL OXEIAI ARCHAION", direction="l", linebreak="al", - unicodeslot=0x1D1DE, + unicodeslot=0x1D020, }, - [0x1D1DF]={ + [0x1D021]={ category="so", - description="MUSICAL SYMBOL KIEVAN END OF PIECE", + description="BYZANTINE MUSICAL SYMBOL VAREIAI ARCHAION", direction="l", linebreak="al", - unicodeslot=0x1D1DF, + unicodeslot=0x1D021, }, - [0x1D1E0]={ + [0x1D022]={ category="so", - description="MUSICAL SYMBOL KIEVAN FINAL NOTE", + description="BYZANTINE MUSICAL SYMBOL APODERMA ARCHAION", direction="l", linebreak="al", - unicodeslot=0x1D1E0, + unicodeslot=0x1D022, }, - [0x1D1E1]={ + [0x1D023]={ category="so", - description="MUSICAL SYMBOL KIEVAN RECITATIVE MARK", + description="BYZANTINE MUSICAL SYMBOL APOTHEMA", direction="l", linebreak="al", - unicodeslot=0x1D1E1, + unicodeslot=0x1D023, }, - [0x1D1E2]={ + [0x1D024]={ category="so", - description="MUSICAL SYMBOL KIEVAN WHOLE NOTE", + description="BYZANTINE MUSICAL SYMBOL KLASMA", direction="l", linebreak="al", - unicodeslot=0x1D1E2, + unicodeslot=0x1D024, }, - [0x1D1E3]={ + [0x1D025]={ category="so", - description="MUSICAL SYMBOL KIEVAN HALF NOTE", + description="BYZANTINE MUSICAL SYMBOL REVMA", direction="l", linebreak="al", - unicodeslot=0x1D1E3, + unicodeslot=0x1D025, }, - [0x1D1E4]={ + [0x1D026]={ category="so", - description="MUSICAL SYMBOL KIEVAN QUARTER NOTE STEM DOWN", + description="BYZANTINE MUSICAL SYMBOL PIASMA ARCHAION", direction="l", linebreak="al", - unicodeslot=0x1D1E4, + unicodeslot=0x1D026, }, - [0x1D1E5]={ + [0x1D027]={ category="so", - description="MUSICAL SYMBOL KIEVAN QUARTER NOTE STEM UP", + description="BYZANTINE MUSICAL SYMBOL TINAGMA", direction="l", linebreak="al", - unicodeslot=0x1D1E5, + unicodeslot=0x1D027, }, - [0x1D1E6]={ + [0x1D028]={ category="so", - description="MUSICAL SYMBOL KIEVAN EIGHTH NOTE STEM DOWN", + description="BYZANTINE MUSICAL SYMBOL ANATRICHISMA", direction="l", linebreak="al", - unicodeslot=0x1D1E6, + unicodeslot=0x1D028, }, - [0x1D1E7]={ + [0x1D029]={ category="so", - description="MUSICAL SYMBOL KIEVAN EIGHTH NOTE STEM UP", + description="BYZANTINE MUSICAL SYMBOL SEISMA", direction="l", linebreak="al", - unicodeslot=0x1D1E7, + unicodeslot=0x1D029, }, - [0x1D1E8]={ + [0x1D02A]={ category="so", - description="MUSICAL SYMBOL KIEVAN FLAT SIGN", + description="BYZANTINE MUSICAL SYMBOL SYNAGMA ARCHAION", direction="l", linebreak="al", - unicodeslot=0x1D1E8, + unicodeslot=0x1D02A, }, - [0x1D200]={ + [0x1D02B]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x0001", - direction="on", + description="BYZANTINE MUSICAL SYMBOL SYNAGMA META STAVROU", + direction="l", linebreak="al", - unicodeslot=0x1D200, + unicodeslot=0x1D02B, }, - [0x1D201]={ + [0x1D02C]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x0002", - direction="on", + description="BYZANTINE MUSICAL SYMBOL OYRANISMA ARCHAION", + direction="l", linebreak="al", - unicodeslot=0x1D201, + unicodeslot=0x1D02C, }, - [0x1D202]={ + [0x1D02D]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x0003", - direction="on", + description="BYZANTINE MUSICAL SYMBOL THEMA", + direction="l", linebreak="al", - unicodeslot=0x1D202, + unicodeslot=0x1D02D, }, - [0x1D203]={ + [0x1D02E]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x0004", - direction="on", + description="BYZANTINE MUSICAL SYMBOL LEMOI", + direction="l", linebreak="al", - unicodeslot=0x1D203, + unicodeslot=0x1D02E, }, - [0x1D204]={ + [0x1D02F]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x0005", - direction="on", + description="BYZANTINE MUSICAL SYMBOL DYO", + direction="l", linebreak="al", - unicodeslot=0x1D204, + unicodeslot=0x1D02F, }, - [0x1D205]={ + [0x1D030]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x0006", - direction="on", + description="BYZANTINE MUSICAL SYMBOL TRIA", + direction="l", linebreak="al", - unicodeslot=0x1D205, + unicodeslot=0x1D030, }, - [0x1D206]={ + [0x1D031]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x0007", - direction="on", + description="BYZANTINE MUSICAL SYMBOL TESSERA", + direction="l", linebreak="al", - unicodeslot=0x1D206, + unicodeslot=0x1D031, }, - [0x1D207]={ + [0x1D032]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x0008", - direction="on", + description="BYZANTINE MUSICAL SYMBOL KRATIMATA", + direction="l", linebreak="al", - unicodeslot=0x1D207, + unicodeslot=0x1D032, }, - [0x1D208]={ + [0x1D033]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x0009", - direction="on", + description="BYZANTINE MUSICAL SYMBOL APESO EXO NEO", + direction="l", linebreak="al", - unicodeslot=0x1D208, + unicodeslot=0x1D033, }, - [0x1D209]={ + [0x1D034]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x000A", - direction="on", + description="BYZANTINE MUSICAL SYMBOL FTHORA ARCHAION", + direction="l", linebreak="al", - unicodeslot=0x1D209, + unicodeslot=0x1D034, }, - [0x1D20A]={ + [0x1D035]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x000B", - direction="on", + description="BYZANTINE MUSICAL SYMBOL IMIFTHORA", + direction="l", linebreak="al", - unicodeslot=0x1D20A, + unicodeslot=0x1D035, }, - [0x1D20B]={ + [0x1D036]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x000C", - direction="on", + description="BYZANTINE MUSICAL SYMBOL TROMIKON ARCHAION", + direction="l", linebreak="al", - unicodeslot=0x1D20B, + unicodeslot=0x1D036, }, - [0x1D20C]={ + [0x1D037]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x000D", - direction="on", + description="BYZANTINE MUSICAL SYMBOL KATAVA TROMIKON", + direction="l", linebreak="al", - unicodeslot=0x1D20C, + unicodeslot=0x1D037, }, - [0x1D20D]={ + [0x1D038]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x000E", - direction="on", + description="BYZANTINE MUSICAL SYMBOL PELASTON", + direction="l", linebreak="al", - unicodeslot=0x1D20D, + unicodeslot=0x1D038, }, - [0x1D20E]={ + [0x1D039]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x000F", - direction="on", + description="BYZANTINE MUSICAL SYMBOL PSIFISTON", + direction="l", linebreak="al", - unicodeslot=0x1D20E, + unicodeslot=0x1D039, }, - [0x1D20F]={ + [0x1D03A]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x0010", - direction="on", + description="BYZANTINE MUSICAL SYMBOL KONTEVMA", + direction="l", linebreak="al", - unicodeslot=0x1D20F, + unicodeslot=0x1D03A, }, - [0x1D210]={ + [0x1D03B]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x0011", - direction="on", + description="BYZANTINE MUSICAL SYMBOL CHOREVMA ARCHAION", + direction="l", linebreak="al", - unicodeslot=0x1D210, + unicodeslot=0x1D03B, }, - [0x1D211]={ + [0x1D03C]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x0012", - direction="on", + description="BYZANTINE MUSICAL SYMBOL RAPISMA", + direction="l", linebreak="al", - unicodeslot=0x1D211, + unicodeslot=0x1D03C, }, - [0x1D212]={ + [0x1D03D]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x0013", - direction="on", + description="BYZANTINE MUSICAL SYMBOL PARAKALESMA ARCHAION", + direction="l", linebreak="al", - unicodeslot=0x1D212, + unicodeslot=0x1D03D, }, - [0x1D213]={ + [0x1D03E]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x0014", - direction="on", + description="BYZANTINE MUSICAL SYMBOL PARAKLITIKI ARCHAION", + direction="l", linebreak="al", - unicodeslot=0x1D213, + unicodeslot=0x1D03E, }, - [0x1D214]={ + [0x1D03F]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x0015", - direction="on", + description="BYZANTINE MUSICAL SYMBOL ICHADIN", + direction="l", linebreak="al", - unicodeslot=0x1D214, + unicodeslot=0x1D03F, }, - [0x1D215]={ + [0x1D040]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x0016", - direction="on", + description="BYZANTINE MUSICAL SYMBOL NANA", + direction="l", linebreak="al", - unicodeslot=0x1D215, + unicodeslot=0x1D040, }, - [0x1D216]={ + [0x1D041]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x0017", - direction="on", + description="BYZANTINE MUSICAL SYMBOL PETASMA", + direction="l", linebreak="al", - unicodeslot=0x1D216, + unicodeslot=0x1D041, }, - [0x1D217]={ + [0x1D042]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x0018", - direction="on", + description="BYZANTINE MUSICAL SYMBOL KONTEVMA ALLO", + direction="l", linebreak="al", - unicodeslot=0x1D217, + unicodeslot=0x1D042, }, - [0x1D218]={ + [0x1D043]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x0032", - direction="on", + description="BYZANTINE MUSICAL SYMBOL TROMIKON ALLO", + direction="l", linebreak="al", - unicodeslot=0x1D218, + unicodeslot=0x1D043, }, - [0x1D219]={ + [0x1D044]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x0033", - direction="on", + description="BYZANTINE MUSICAL SYMBOL STRAGGISMATA", + direction="l", linebreak="al", - unicodeslot=0x1D219, + unicodeslot=0x1D044, }, - [0x1D21A]={ + [0x1D045]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x0034", - direction="on", + description="BYZANTINE MUSICAL SYMBOL GRONTHISMATA", + direction="l", linebreak="al", - unicodeslot=0x1D21A, + unicodeslot=0x1D045, }, - [0x1D21B]={ + [0x1D046]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x0035", - direction="on", + description="BYZANTINE MUSICAL SYMBOL ISON NEO", + direction="l", linebreak="al", - unicodeslot=0x1D21B, + unicodeslot=0x1D046, }, - [0x1D21C]={ + [0x1D047]={ category="so", - description="GREEK VOCAL NOTATION SYMBOL-0x0036", - direction="on", + description="BYZANTINE MUSICAL SYMBOL OLIGON NEO", + direction="l", linebreak="al", - unicodeslot=0x1D21C, + unicodeslot=0x1D047, }, - [0x1D21D]={ + [0x1D048]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0001", - direction="on", + description="BYZANTINE MUSICAL SYMBOL OXEIA NEO", + direction="l", linebreak="al", - unicodeslot=0x1D21D, + unicodeslot=0x1D048, }, - [0x1D21E]={ + [0x1D049]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0002", - direction="on", + description="BYZANTINE MUSICAL SYMBOL PETASTI", + direction="l", linebreak="al", - unicodeslot=0x1D21E, + unicodeslot=0x1D049, }, - [0x1D21F]={ + [0x1D04A]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0004", - direction="on", + description="BYZANTINE MUSICAL SYMBOL KOUFISMA", + direction="l", linebreak="al", - unicodeslot=0x1D21F, + unicodeslot=0x1D04A, }, - [0x1D220]={ + [0x1D04B]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0005", - direction="on", + description="BYZANTINE MUSICAL SYMBOL PETASTOKOUFISMA", + direction="l", linebreak="al", - unicodeslot=0x1D220, + unicodeslot=0x1D04B, }, - [0x1D221]={ + [0x1D04C]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0007", - direction="on", + description="BYZANTINE MUSICAL SYMBOL KRATIMOKOUFISMA", + direction="l", linebreak="al", - unicodeslot=0x1D221, + unicodeslot=0x1D04C, }, - [0x1D222]={ + [0x1D04D]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0008", - direction="on", + description="BYZANTINE MUSICAL SYMBOL PELASTON NEO", + direction="l", linebreak="al", - unicodeslot=0x1D222, + unicodeslot=0x1D04D, }, - [0x1D223]={ + [0x1D04E]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x000B", - direction="on", + description="BYZANTINE MUSICAL SYMBOL KENTIMATA NEO ANO", + direction="l", linebreak="al", - unicodeslot=0x1D223, + unicodeslot=0x1D04E, }, - [0x1D224]={ + [0x1D04F]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x000C", - direction="on", + description="BYZANTINE MUSICAL SYMBOL KENTIMA NEO ANO", + direction="l", linebreak="al", - unicodeslot=0x1D224, + unicodeslot=0x1D04F, }, - [0x1D225]={ + [0x1D050]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x000D", - direction="on", + description="BYZANTINE MUSICAL SYMBOL YPSILI", + direction="l", linebreak="al", - unicodeslot=0x1D225, + unicodeslot=0x1D050, }, - [0x1D226]={ + [0x1D051]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x000E", - direction="on", + description="BYZANTINE MUSICAL SYMBOL APOSTROFOS NEO", + direction="l", linebreak="al", - unicodeslot=0x1D226, + unicodeslot=0x1D051, }, - [0x1D227]={ + [0x1D052]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0011", - direction="on", + description="BYZANTINE MUSICAL SYMBOL APOSTROFOI SYNDESMOS NEO", + direction="l", linebreak="al", - unicodeslot=0x1D227, + unicodeslot=0x1D052, }, - [0x1D228]={ + [0x1D053]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0012", - direction="on", + description="BYZANTINE MUSICAL SYMBOL YPORROI", + direction="l", linebreak="al", - unicodeslot=0x1D228, + unicodeslot=0x1D053, }, - [0x1D229]={ + [0x1D054]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0013", - direction="on", + description="BYZANTINE MUSICAL SYMBOL KRATIMOYPORROON", + direction="l", linebreak="al", - unicodeslot=0x1D229, + unicodeslot=0x1D054, }, - [0x1D22A]={ + [0x1D055]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0017", - direction="on", + description="BYZANTINE MUSICAL SYMBOL ELAFRON", + direction="l", linebreak="al", - unicodeslot=0x1D22A, + unicodeslot=0x1D055, }, - [0x1D22B]={ + [0x1D056]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0018", - direction="on", + description="BYZANTINE MUSICAL SYMBOL CHAMILI", + direction="l", linebreak="al", - unicodeslot=0x1D22B, + unicodeslot=0x1D056, }, - [0x1D22C]={ + [0x1D057]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0019", - direction="on", + description="BYZANTINE MUSICAL SYMBOL MIKRON ISON", + direction="l", linebreak="al", - unicodeslot=0x1D22C, + unicodeslot=0x1D057, }, - [0x1D22D]={ + [0x1D058]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x001A", - direction="on", + description="BYZANTINE MUSICAL SYMBOL VAREIA NEO", + direction="l", linebreak="al", - unicodeslot=0x1D22D, + unicodeslot=0x1D058, }, - [0x1D22E]={ + [0x1D059]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x001B", - direction="on", + description="BYZANTINE MUSICAL SYMBOL PIASMA NEO", + direction="l", linebreak="al", - unicodeslot=0x1D22E, + unicodeslot=0x1D059, }, - [0x1D22F]={ + [0x1D05A]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x001D", - direction="on", + description="BYZANTINE MUSICAL SYMBOL PSIFISTON NEO", + direction="l", linebreak="al", - unicodeslot=0x1D22F, + unicodeslot=0x1D05A, }, - [0x1D230]={ + [0x1D05B]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x001E", - direction="on", + description="BYZANTINE MUSICAL SYMBOL OMALON", + direction="l", linebreak="al", - unicodeslot=0x1D230, + unicodeslot=0x1D05B, }, - [0x1D231]={ + [0x1D05C]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0020", - direction="on", + description="BYZANTINE MUSICAL SYMBOL ANTIKENOMA", + direction="l", linebreak="al", - unicodeslot=0x1D231, + unicodeslot=0x1D05C, }, - [0x1D232]={ + [0x1D05D]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0024", - direction="on", + description="BYZANTINE MUSICAL SYMBOL LYGISMA", + direction="l", linebreak="al", - unicodeslot=0x1D232, + unicodeslot=0x1D05D, }, - [0x1D233]={ + [0x1D05E]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0025", - direction="on", + description="BYZANTINE MUSICAL SYMBOL PARAKLITIKI NEO", + direction="l", linebreak="al", - unicodeslot=0x1D233, + unicodeslot=0x1D05E, }, - [0x1D234]={ + [0x1D05F]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0026", - direction="on", + description="BYZANTINE MUSICAL SYMBOL PARAKALESMA NEO", + direction="l", linebreak="al", - unicodeslot=0x1D234, + unicodeslot=0x1D05F, }, - [0x1D235]={ + [0x1D060]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0027", - direction="on", + description="BYZANTINE MUSICAL SYMBOL ETERON PARAKALESMA", + direction="l", linebreak="al", - unicodeslot=0x1D235, + unicodeslot=0x1D060, }, - [0x1D236]={ + [0x1D061]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0028", - direction="on", + description="BYZANTINE MUSICAL SYMBOL KYLISMA", + direction="l", linebreak="al", - unicodeslot=0x1D236, + unicodeslot=0x1D061, }, - [0x1D237]={ + [0x1D062]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x002A", - direction="on", + description="BYZANTINE MUSICAL SYMBOL ANTIKENOKYLISMA", + direction="l", linebreak="al", - unicodeslot=0x1D237, + unicodeslot=0x1D062, }, - [0x1D238]={ + [0x1D063]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x002B", - direction="on", + description="BYZANTINE MUSICAL SYMBOL TROMIKON NEO", + direction="l", linebreak="al", - unicodeslot=0x1D238, + unicodeslot=0x1D063, }, - [0x1D239]={ + [0x1D064]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x002D", - direction="on", + description="BYZANTINE MUSICAL SYMBOL EKSTREPTON", + direction="l", linebreak="al", - unicodeslot=0x1D239, + unicodeslot=0x1D064, }, - [0x1D23A]={ + [0x1D065]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x002F", - direction="on", + description="BYZANTINE MUSICAL SYMBOL SYNAGMA NEO", + direction="l", linebreak="al", - unicodeslot=0x1D23A, + unicodeslot=0x1D065, }, - [0x1D23B]={ + [0x1D066]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0030", - direction="on", + description="BYZANTINE MUSICAL SYMBOL SYRMA", + direction="l", linebreak="al", - unicodeslot=0x1D23B, + unicodeslot=0x1D066, }, - [0x1D23C]={ + [0x1D067]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0031", - direction="on", + description="BYZANTINE MUSICAL SYMBOL CHOREVMA NEO", + direction="l", linebreak="al", - unicodeslot=0x1D23C, + unicodeslot=0x1D067, }, - [0x1D23D]={ + [0x1D068]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0032", - direction="on", + description="BYZANTINE MUSICAL SYMBOL EPEGERMA", + direction="l", linebreak="al", - unicodeslot=0x1D23D, + unicodeslot=0x1D068, }, - [0x1D23E]={ + [0x1D069]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0033", - direction="on", + description="BYZANTINE MUSICAL SYMBOL SEISMA NEO", + direction="l", linebreak="al", - unicodeslot=0x1D23E, + unicodeslot=0x1D069, }, - [0x1D23F]={ + [0x1D06A]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0034", - direction="on", + description="BYZANTINE MUSICAL SYMBOL XIRON KLASMA", + direction="l", linebreak="al", - unicodeslot=0x1D23F, + unicodeslot=0x1D06A, }, - [0x1D240]={ + [0x1D06B]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0035", - direction="on", + description="BYZANTINE MUSICAL SYMBOL TROMIKOPSIFISTON", + direction="l", linebreak="al", - unicodeslot=0x1D240, + unicodeslot=0x1D06B, }, - [0x1D241]={ + [0x1D06C]={ category="so", - description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0036", - direction="on", + description="BYZANTINE MUSICAL SYMBOL PSIFISTOLYGISMA", + direction="l", linebreak="al", - unicodeslot=0x1D241, - }, - [0x1D242]={ - category="mn", - combining=0xE6, - description="COMBINING GREEK MUSICAL TRISEME", - direction="nsm", - linebreak="cm", - unicodeslot=0x1D242, - }, - [0x1D243]={ - category="mn", - combining=0xE6, - description="COMBINING GREEK MUSICAL TETRASEME", - direction="nsm", - linebreak="cm", - unicodeslot=0x1D243, - }, - [0x1D244]={ - category="mn", - combining=0xE6, - description="COMBINING GREEK MUSICAL PENTASEME", - direction="nsm", - linebreak="cm", - unicodeslot=0x1D244, + unicodeslot=0x1D06C, }, - [0x1D245]={ + [0x1D06D]={ category="so", - description="GREEK MUSICAL LEIMMA", - direction="on", + description="BYZANTINE MUSICAL SYMBOL TROMIKOLYGISMA", + direction="l", linebreak="al", - unicodeslot=0x1D245, + unicodeslot=0x1D06D, }, - [0x1D2E0]={ - category="no", - description="MAYAN NUMERAL ZERO", + [0x1D06E]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL TROMIKOPARAKALESMA", direction="l", linebreak="al", - unicodeslot=0x1D2E0, + unicodeslot=0x1D06E, }, - [0x1D2E1]={ - category="no", - description="MAYAN NUMERAL ONE", + [0x1D06F]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL PSIFISTOPARAKALESMA", direction="l", linebreak="al", - unicodeslot=0x1D2E1, + unicodeslot=0x1D06F, }, - [0x1D2E2]={ - category="no", - description="MAYAN NUMERAL TWO", + [0x1D070]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL TROMIKOSYNAGMA", direction="l", linebreak="al", - unicodeslot=0x1D2E2, + unicodeslot=0x1D070, }, - [0x1D2E3]={ - category="no", - description="MAYAN NUMERAL THREE", + [0x1D071]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL PSIFISTOSYNAGMA", direction="l", linebreak="al", - unicodeslot=0x1D2E3, + unicodeslot=0x1D071, }, - [0x1D2E4]={ - category="no", - description="MAYAN NUMERAL FOUR", + [0x1D072]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL GORGOSYNTHETON", direction="l", linebreak="al", - unicodeslot=0x1D2E4, + unicodeslot=0x1D072, }, - [0x1D2E5]={ - category="no", - description="MAYAN NUMERAL FIVE", + [0x1D073]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL ARGOSYNTHETON", direction="l", linebreak="al", - unicodeslot=0x1D2E5, + unicodeslot=0x1D073, }, - [0x1D2E6]={ - category="no", - description="MAYAN NUMERAL SIX", + [0x1D074]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL ETERON ARGOSYNTHETON", direction="l", linebreak="al", - unicodeslot=0x1D2E6, + unicodeslot=0x1D074, }, - [0x1D2E7]={ - category="no", - description="MAYAN NUMERAL SEVEN", + [0x1D075]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL OYRANISMA NEO", direction="l", linebreak="al", - unicodeslot=0x1D2E7, + unicodeslot=0x1D075, }, - [0x1D2E8]={ - category="no", - description="MAYAN NUMERAL EIGHT", + [0x1D076]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL THEMATISMOS ESO", direction="l", linebreak="al", - unicodeslot=0x1D2E8, + unicodeslot=0x1D076, }, - [0x1D2E9]={ - category="no", - description="MAYAN NUMERAL NINE", + [0x1D077]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL THEMATISMOS EXO", direction="l", linebreak="al", - unicodeslot=0x1D2E9, + unicodeslot=0x1D077, }, - [0x1D2EA]={ - category="no", - description="MAYAN NUMERAL TEN", + [0x1D078]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL THEMA APLOUN", direction="l", linebreak="al", - unicodeslot=0x1D2EA, + unicodeslot=0x1D078, }, - [0x1D2EB]={ - category="no", - description="MAYAN NUMERAL ELEVEN", + [0x1D079]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL THES KAI APOTHES", direction="l", linebreak="al", - unicodeslot=0x1D2EB, + unicodeslot=0x1D079, }, - [0x1D2EC]={ - category="no", - description="MAYAN NUMERAL TWELVE", + [0x1D07A]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL KATAVASMA", direction="l", linebreak="al", - unicodeslot=0x1D2EC, + unicodeslot=0x1D07A, }, - [0x1D2ED]={ - category="no", - description="MAYAN NUMERAL THIRTEEN", + [0x1D07B]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL ENDOFONON", direction="l", linebreak="al", - unicodeslot=0x1D2ED, + unicodeslot=0x1D07B, }, - [0x1D2EE]={ - category="no", - description="MAYAN NUMERAL FOURTEEN", + [0x1D07C]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL YFEN KATO", direction="l", linebreak="al", - unicodeslot=0x1D2EE, + unicodeslot=0x1D07C, }, - [0x1D2EF]={ - category="no", - description="MAYAN NUMERAL FIFTEEN", + [0x1D07D]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL YFEN ANO", direction="l", linebreak="al", - unicodeslot=0x1D2EF, + unicodeslot=0x1D07D, }, - [0x1D2F0]={ - category="no", - description="MAYAN NUMERAL SIXTEEN", + [0x1D07E]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL STAVROS", direction="l", linebreak="al", - unicodeslot=0x1D2F0, + unicodeslot=0x1D07E, }, - [0x1D2F1]={ - category="no", - description="MAYAN NUMERAL SEVENTEEN", + [0x1D07F]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL KLASMA ANO", direction="l", linebreak="al", - unicodeslot=0x1D2F1, + unicodeslot=0x1D07F, }, - [0x1D2F2]={ - category="no", - description="MAYAN NUMERAL EIGHTEEN", + [0x1D080]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL DIPLI ARCHAION", direction="l", linebreak="al", - unicodeslot=0x1D2F2, + unicodeslot=0x1D080, }, - [0x1D2F3]={ - category="no", - description="MAYAN NUMERAL NINETEEN", + [0x1D081]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL KRATIMA ARCHAION", direction="l", linebreak="al", - unicodeslot=0x1D2F3, + unicodeslot=0x1D081, }, - [0x1D300]={ + [0x1D082]={ category="so", - description="MONOGRAM FOR EARTH", - direction="on", + description="BYZANTINE MUSICAL SYMBOL KRATIMA ALLO", + direction="l", linebreak="al", - unicodeslot=0x1D300, + unicodeslot=0x1D082, }, - [0x1D301]={ + [0x1D083]={ category="so", - description="DIGRAM FOR HEAVENLY EARTH", - direction="on", + description="BYZANTINE MUSICAL SYMBOL KRATIMA NEO", + direction="l", linebreak="al", - unicodeslot=0x1D301, + unicodeslot=0x1D083, }, - [0x1D302]={ + [0x1D084]={ category="so", - description="DIGRAM FOR HUMAN EARTH", - direction="on", + description="BYZANTINE MUSICAL SYMBOL APODERMA NEO", + direction="l", linebreak="al", - unicodeslot=0x1D302, + unicodeslot=0x1D084, }, - [0x1D303]={ + [0x1D085]={ category="so", - description="DIGRAM FOR EARTHLY HEAVEN", - direction="on", + description="BYZANTINE MUSICAL SYMBOL APLI", + direction="l", linebreak="al", - unicodeslot=0x1D303, + unicodeslot=0x1D085, }, - [0x1D304]={ + [0x1D086]={ category="so", - description="DIGRAM FOR EARTHLY HUMAN", - direction="on", + description="BYZANTINE MUSICAL SYMBOL DIPLI", + direction="l", linebreak="al", - unicodeslot=0x1D304, + unicodeslot=0x1D086, }, - [0x1D305]={ + [0x1D087]={ category="so", - description="DIGRAM FOR EARTH", - direction="on", + description="BYZANTINE MUSICAL SYMBOL TRIPLI", + direction="l", linebreak="al", - unicodeslot=0x1D305, + unicodeslot=0x1D087, }, - [0x1D306]={ + [0x1D088]={ category="so", - description="TETRAGRAM FOR CENTRE", - direction="on", + description="BYZANTINE MUSICAL SYMBOL TETRAPLI", + direction="l", linebreak="al", - unicodeslot=0x1D306, + unicodeslot=0x1D088, }, - [0x1D307]={ + [0x1D089]={ category="so", - description="TETRAGRAM FOR FULL CIRCLE", - direction="on", + description="BYZANTINE MUSICAL SYMBOL KORONIS", + direction="l", linebreak="al", - unicodeslot=0x1D307, + unicodeslot=0x1D089, }, - [0x1D308]={ + [0x1D08A]={ category="so", - description="TETRAGRAM FOR MIRED", - direction="on", + description="BYZANTINE MUSICAL SYMBOL LEIMMA ENOS CHRONOU", + direction="l", linebreak="al", - unicodeslot=0x1D308, + unicodeslot=0x1D08A, }, - [0x1D309]={ + [0x1D08B]={ category="so", - description="TETRAGRAM FOR BARRIER", - direction="on", + description="BYZANTINE MUSICAL SYMBOL LEIMMA DYO CHRONON", + direction="l", linebreak="al", - unicodeslot=0x1D309, + unicodeslot=0x1D08B, }, - [0x1D30A]={ + [0x1D08C]={ category="so", - description="TETRAGRAM FOR KEEPING SMALL", - direction="on", + description="BYZANTINE MUSICAL SYMBOL LEIMMA TRION CHRONON", + direction="l", linebreak="al", - unicodeslot=0x1D30A, + unicodeslot=0x1D08C, }, - [0x1D30B]={ + [0x1D08D]={ category="so", - description="TETRAGRAM FOR CONTRARIETY", - direction="on", + description="BYZANTINE MUSICAL SYMBOL LEIMMA TESSARON CHRONON", + direction="l", linebreak="al", - unicodeslot=0x1D30B, + unicodeslot=0x1D08D, }, - [0x1D30C]={ + [0x1D08E]={ category="so", - description="TETRAGRAM FOR ASCENT", - direction="on", + description="BYZANTINE MUSICAL SYMBOL LEIMMA IMISEOS CHRONOU", + direction="l", linebreak="al", - unicodeslot=0x1D30C, + unicodeslot=0x1D08E, }, - [0x1D30D]={ + [0x1D08F]={ category="so", - description="TETRAGRAM FOR OPPOSITION", - direction="on", + description="BYZANTINE MUSICAL SYMBOL GORGON NEO ANO", + direction="l", linebreak="al", - unicodeslot=0x1D30D, + unicodeslot=0x1D08F, }, - [0x1D30E]={ + [0x1D090]={ category="so", - description="TETRAGRAM FOR BRANCHING OUT", - direction="on", + description="BYZANTINE MUSICAL SYMBOL GORGON PARESTIGMENON ARISTERA", + direction="l", linebreak="al", - unicodeslot=0x1D30E, + unicodeslot=0x1D090, }, - [0x1D30F]={ + [0x1D091]={ category="so", - description="TETRAGRAM FOR DEFECTIVENESS OR DISTORTION", - direction="on", + description="BYZANTINE MUSICAL SYMBOL GORGON PARESTIGMENON DEXIA", + direction="l", linebreak="al", - unicodeslot=0x1D30F, + unicodeslot=0x1D091, }, - [0x1D310]={ + [0x1D092]={ category="so", - description="TETRAGRAM FOR DIVERGENCE", - direction="on", + description="BYZANTINE MUSICAL SYMBOL DIGORGON", + direction="l", linebreak="al", - unicodeslot=0x1D310, + unicodeslot=0x1D092, }, - [0x1D311]={ + [0x1D093]={ category="so", - description="TETRAGRAM FOR YOUTHFULNESS", - direction="on", + description="BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON ARISTERA KATO", + direction="l", linebreak="al", - unicodeslot=0x1D311, + unicodeslot=0x1D093, }, - [0x1D312]={ + [0x1D094]={ category="so", - description="TETRAGRAM FOR INCREASE", - direction="on", + description="BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON ARISTERA ANO", + direction="l", linebreak="al", - unicodeslot=0x1D312, + unicodeslot=0x1D094, }, - [0x1D313]={ + [0x1D095]={ category="so", - description="TETRAGRAM FOR PENETRATION", - direction="on", + description="BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON DEXIA", + direction="l", linebreak="al", - unicodeslot=0x1D313, + unicodeslot=0x1D095, }, - [0x1D314]={ + [0x1D096]={ category="so", - description="TETRAGRAM FOR REACH", - direction="on", + description="BYZANTINE MUSICAL SYMBOL TRIGORGON", + direction="l", linebreak="al", - unicodeslot=0x1D314, + unicodeslot=0x1D096, }, - [0x1D315]={ + [0x1D097]={ category="so", - description="TETRAGRAM FOR CONTACT", - direction="on", + description="BYZANTINE MUSICAL SYMBOL ARGON", + direction="l", linebreak="al", - unicodeslot=0x1D315, + unicodeslot=0x1D097, }, - [0x1D316]={ + [0x1D098]={ category="so", - description="TETRAGRAM FOR HOLDING BACK", - direction="on", + description="BYZANTINE MUSICAL SYMBOL IMIDIARGON", + direction="l", linebreak="al", - unicodeslot=0x1D316, + unicodeslot=0x1D098, }, - [0x1D317]={ + [0x1D099]={ category="so", - description="TETRAGRAM FOR WAITING", - direction="on", + description="BYZANTINE MUSICAL SYMBOL DIARGON", + direction="l", linebreak="al", - unicodeslot=0x1D317, + unicodeslot=0x1D099, }, - [0x1D318]={ + [0x1D09A]={ category="so", - description="TETRAGRAM FOR FOLLOWING", - direction="on", + description="BYZANTINE MUSICAL SYMBOL AGOGI POLI ARGI", + direction="l", linebreak="al", - unicodeslot=0x1D318, + unicodeslot=0x1D09A, }, - [0x1D319]={ + [0x1D09B]={ category="so", - description="TETRAGRAM FOR ADVANCE", - direction="on", + description="BYZANTINE MUSICAL SYMBOL AGOGI ARGOTERI", + direction="l", linebreak="al", - unicodeslot=0x1D319, + unicodeslot=0x1D09B, }, - [0x1D31A]={ + [0x1D09C]={ category="so", - description="TETRAGRAM FOR RELEASE", - direction="on", + description="BYZANTINE MUSICAL SYMBOL AGOGI ARGI", + direction="l", linebreak="al", - unicodeslot=0x1D31A, + unicodeslot=0x1D09C, }, - [0x1D31B]={ + [0x1D09D]={ category="so", - description="TETRAGRAM FOR RESISTANCE", - direction="on", + description="BYZANTINE MUSICAL SYMBOL AGOGI METRIA", + direction="l", linebreak="al", - unicodeslot=0x1D31B, + unicodeslot=0x1D09D, }, - [0x1D31C]={ + [0x1D09E]={ category="so", - description="TETRAGRAM FOR EASE", - direction="on", + description="BYZANTINE MUSICAL SYMBOL AGOGI MESI", + direction="l", linebreak="al", - unicodeslot=0x1D31C, + unicodeslot=0x1D09E, }, - [0x1D31D]={ + [0x1D09F]={ category="so", - description="TETRAGRAM FOR JOY", - direction="on", + description="BYZANTINE MUSICAL SYMBOL AGOGI GORGI", + direction="l", linebreak="al", - unicodeslot=0x1D31D, + unicodeslot=0x1D09F, }, - [0x1D31E]={ + [0x1D0A0]={ category="so", - description="TETRAGRAM FOR CONTENTION", - direction="on", + description="BYZANTINE MUSICAL SYMBOL AGOGI GORGOTERI", + direction="l", linebreak="al", - unicodeslot=0x1D31E, + unicodeslot=0x1D0A0, }, - [0x1D31F]={ + [0x1D0A1]={ category="so", - description="TETRAGRAM FOR ENDEAVOUR", - direction="on", + description="BYZANTINE MUSICAL SYMBOL AGOGI POLI GORGI", + direction="l", linebreak="al", - unicodeslot=0x1D31F, + unicodeslot=0x1D0A1, }, - [0x1D320]={ + [0x1D0A2]={ category="so", - description="TETRAGRAM FOR DUTIES", - direction="on", + description="BYZANTINE MUSICAL SYMBOL MARTYRIA PROTOS ICHOS", + direction="l", linebreak="al", - unicodeslot=0x1D320, + unicodeslot=0x1D0A2, }, - [0x1D321]={ + [0x1D0A3]={ category="so", - description="TETRAGRAM FOR CHANGE", - direction="on", + description="BYZANTINE MUSICAL SYMBOL MARTYRIA ALLI PROTOS ICHOS", + direction="l", linebreak="al", - unicodeslot=0x1D321, + unicodeslot=0x1D0A3, }, - [0x1D322]={ + [0x1D0A4]={ category="so", - description="TETRAGRAM FOR DECISIVENESS", - direction="on", + description="BYZANTINE MUSICAL SYMBOL MARTYRIA DEYTEROS ICHOS", + direction="l", linebreak="al", - unicodeslot=0x1D322, + unicodeslot=0x1D0A4, }, - [0x1D323]={ + [0x1D0A5]={ category="so", - description="TETRAGRAM FOR BOLD RESOLUTION", - direction="on", + description="BYZANTINE MUSICAL SYMBOL MARTYRIA ALLI DEYTEROS ICHOS", + direction="l", linebreak="al", - unicodeslot=0x1D323, + unicodeslot=0x1D0A5, }, - [0x1D324]={ + [0x1D0A6]={ category="so", - description="TETRAGRAM FOR PACKING", - direction="on", + description="BYZANTINE MUSICAL SYMBOL MARTYRIA TRITOS ICHOS", + direction="l", linebreak="al", - unicodeslot=0x1D324, + unicodeslot=0x1D0A6, }, - [0x1D325]={ + [0x1D0A7]={ category="so", - description="TETRAGRAM FOR LEGION", - direction="on", + description="BYZANTINE MUSICAL SYMBOL MARTYRIA TRIFONIAS", + direction="l", linebreak="al", - unicodeslot=0x1D325, + unicodeslot=0x1D0A7, }, - [0x1D326]={ + [0x1D0A8]={ category="so", - description="TETRAGRAM FOR CLOSENESS", - direction="on", + description="BYZANTINE MUSICAL SYMBOL MARTYRIA TETARTOS ICHOS", + direction="l", linebreak="al", - unicodeslot=0x1D326, + unicodeslot=0x1D0A8, }, - [0x1D327]={ + [0x1D0A9]={ category="so", - description="TETRAGRAM FOR KINSHIP", - direction="on", + description="BYZANTINE MUSICAL SYMBOL MARTYRIA TETARTOS LEGETOS ICHOS", + direction="l", linebreak="al", - unicodeslot=0x1D327, + unicodeslot=0x1D0A9, }, - [0x1D328]={ + [0x1D0AA]={ category="so", - description="TETRAGRAM FOR GATHERING", - direction="on", + description="BYZANTINE MUSICAL SYMBOL MARTYRIA LEGETOS ICHOS", + direction="l", linebreak="al", - unicodeslot=0x1D328, + unicodeslot=0x1D0AA, }, - [0x1D329]={ + [0x1D0AB]={ category="so", - description="TETRAGRAM FOR STRENGTH", - direction="on", + description="BYZANTINE MUSICAL SYMBOL MARTYRIA PLAGIOS ICHOS", + direction="l", linebreak="al", - unicodeslot=0x1D329, + unicodeslot=0x1D0AB, }, - [0x1D32A]={ + [0x1D0AC]={ category="so", - description="TETRAGRAM FOR PURITY", - direction="on", + description="BYZANTINE MUSICAL SYMBOL ISAKIA TELOUS ICHIMATOS", + direction="l", linebreak="al", - unicodeslot=0x1D32A, + unicodeslot=0x1D0AC, }, - [0x1D32B]={ + [0x1D0AD]={ category="so", - description="TETRAGRAM FOR FULLNESS", - direction="on", + description="BYZANTINE MUSICAL SYMBOL APOSTROFOI TELOUS ICHIMATOS", + direction="l", linebreak="al", - unicodeslot=0x1D32B, + unicodeslot=0x1D0AD, }, - [0x1D32C]={ + [0x1D0AE]={ category="so", - description="TETRAGRAM FOR RESIDENCE", - direction="on", + description="BYZANTINE MUSICAL SYMBOL FANEROSIS TETRAFONIAS", + direction="l", linebreak="al", - unicodeslot=0x1D32C, + unicodeslot=0x1D0AE, }, - [0x1D32D]={ + [0x1D0AF]={ category="so", - description="TETRAGRAM FOR LAW OR MODEL", - direction="on", + description="BYZANTINE MUSICAL SYMBOL FANEROSIS MONOFONIAS", + direction="l", linebreak="al", - unicodeslot=0x1D32D, + unicodeslot=0x1D0AF, }, - [0x1D32E]={ + [0x1D0B0]={ category="so", - description="TETRAGRAM FOR RESPONSE", - direction="on", + description="BYZANTINE MUSICAL SYMBOL FANEROSIS DIFONIAS", + direction="l", linebreak="al", - unicodeslot=0x1D32E, + unicodeslot=0x1D0B0, }, - [0x1D32F]={ + [0x1D0B1]={ category="so", - description="TETRAGRAM FOR GOING TO MEET", - direction="on", + description="BYZANTINE MUSICAL SYMBOL MARTYRIA VARYS ICHOS", + direction="l", linebreak="al", - unicodeslot=0x1D32F, + unicodeslot=0x1D0B1, }, - [0x1D330]={ + [0x1D0B2]={ category="so", - description="TETRAGRAM FOR ENCOUNTERS", - direction="on", + description="BYZANTINE MUSICAL SYMBOL MARTYRIA PROTOVARYS ICHOS", + direction="l", linebreak="al", - unicodeslot=0x1D330, + unicodeslot=0x1D0B2, }, - [0x1D331]={ + [0x1D0B3]={ category="so", - description="TETRAGRAM FOR STOVE", - direction="on", + description="BYZANTINE MUSICAL SYMBOL MARTYRIA PLAGIOS TETARTOS ICHOS", + direction="l", linebreak="al", - unicodeslot=0x1D331, + unicodeslot=0x1D0B3, }, - [0x1D332]={ + [0x1D0B4]={ category="so", - description="TETRAGRAM FOR GREATNESS", - direction="on", + description="BYZANTINE MUSICAL SYMBOL GORTHMIKON N APLOUN", + direction="l", linebreak="al", - unicodeslot=0x1D332, + unicodeslot=0x1D0B4, }, - [0x1D333]={ + [0x1D0B5]={ category="so", - description="TETRAGRAM FOR ENLARGEMENT", - direction="on", + description="BYZANTINE MUSICAL SYMBOL GORTHMIKON N DIPLOUN", + direction="l", linebreak="al", - unicodeslot=0x1D333, + unicodeslot=0x1D0B5, }, - [0x1D334]={ + [0x1D0B6]={ category="so", - description="TETRAGRAM FOR PATTERN", - direction="on", + description="BYZANTINE MUSICAL SYMBOL ENARXIS KAI FTHORA VOU", + direction="l", linebreak="al", - unicodeslot=0x1D334, + unicodeslot=0x1D0B6, }, - [0x1D335]={ + [0x1D0B7]={ category="so", - description="TETRAGRAM FOR RITUAL", - direction="on", + description="BYZANTINE MUSICAL SYMBOL IMIFONON", + direction="l", linebreak="al", - unicodeslot=0x1D335, + unicodeslot=0x1D0B7, }, - [0x1D336]={ + [0x1D0B8]={ category="so", - description="TETRAGRAM FOR FLIGHT", - direction="on", + description="BYZANTINE MUSICAL SYMBOL IMIFTHORON", + direction="l", linebreak="al", - unicodeslot=0x1D336, + unicodeslot=0x1D0B8, }, - [0x1D337]={ + [0x1D0B9]={ category="so", - description="TETRAGRAM FOR VASTNESS OR WASTING", - direction="on", + description="BYZANTINE MUSICAL SYMBOL FTHORA ARCHAION DEYTEROU ICHOU", + direction="l", linebreak="al", - unicodeslot=0x1D337, + unicodeslot=0x1D0B9, }, - [0x1D338]={ + [0x1D0BA]={ category="so", - description="TETRAGRAM FOR CONSTANCY", - direction="on", + description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI PA", + direction="l", linebreak="al", - unicodeslot=0x1D338, + unicodeslot=0x1D0BA, }, - [0x1D339]={ + [0x1D0BB]={ category="so", - description="TETRAGRAM FOR MEASURE", - direction="on", + description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NANA", + direction="l", linebreak="al", - unicodeslot=0x1D339, + unicodeslot=0x1D0BB, }, - [0x1D33A]={ + [0x1D0BC]={ category="so", - description="TETRAGRAM FOR ETERNITY", - direction="on", + description="BYZANTINE MUSICAL SYMBOL FTHORA NAOS ICHOS", + direction="l", linebreak="al", - unicodeslot=0x1D33A, + unicodeslot=0x1D0BC, }, - [0x1D33B]={ + [0x1D0BD]={ category="so", - description="TETRAGRAM FOR UNITY", - direction="on", + description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI DI", + direction="l", linebreak="al", - unicodeslot=0x1D33B, + unicodeslot=0x1D0BD, }, - [0x1D33C]={ + [0x1D0BE]={ category="so", - description="TETRAGRAM FOR DIMINISHMENT", - direction="on", + description="BYZANTINE MUSICAL SYMBOL FTHORA SKLIRON DIATONON DI", + direction="l", linebreak="al", - unicodeslot=0x1D33C, + unicodeslot=0x1D0BE, }, - [0x1D33D]={ + [0x1D0BF]={ category="so", - description="TETRAGRAM FOR CLOSED MOUTH", - direction="on", + description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI KE", + direction="l", linebreak="al", - unicodeslot=0x1D33D, + unicodeslot=0x1D0BF, }, - [0x1D33E]={ + [0x1D0C0]={ category="so", - description="TETRAGRAM FOR GUARDEDNESS", - direction="on", + description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI ZO", + direction="l", linebreak="al", - unicodeslot=0x1D33E, + unicodeslot=0x1D0C0, }, - [0x1D33F]={ + [0x1D0C1]={ category="so", - description="TETRAGRAM FOR GATHERING IN", - direction="on", + description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NI KATO", + direction="l", linebreak="al", - unicodeslot=0x1D33F, + unicodeslot=0x1D0C1, }, - [0x1D340]={ + [0x1D0C2]={ category="so", - description="TETRAGRAM FOR MASSING", - direction="on", + description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NI ANO", + direction="l", linebreak="al", - unicodeslot=0x1D340, + unicodeslot=0x1D0C2, }, - [0x1D341]={ + [0x1D0C3]={ category="so", - description="TETRAGRAM FOR ACCUMULATION", - direction="on", + description="BYZANTINE MUSICAL SYMBOL FTHORA MALAKON CHROMA DIFONIAS", + direction="l", linebreak="al", - unicodeslot=0x1D341, + unicodeslot=0x1D0C3, }, - [0x1D342]={ + [0x1D0C4]={ category="so", - description="TETRAGRAM FOR EMBELLISHMENT", - direction="on", + description="BYZANTINE MUSICAL SYMBOL FTHORA MALAKON CHROMA MONOFONIAS", + direction="l", linebreak="al", - unicodeslot=0x1D342, + unicodeslot=0x1D0C4, }, - [0x1D343]={ + [0x1D0C5]={ category="so", - description="TETRAGRAM FOR DOUBT", - direction="on", + description="BYZANTINE MUSICAL SYMBOL FHTORA SKLIRON CHROMA VASIS", + direction="l", linebreak="al", - unicodeslot=0x1D343, + unicodeslot=0x1D0C5, }, - [0x1D344]={ + [0x1D0C6]={ category="so", - description="TETRAGRAM FOR WATCH", - direction="on", + description="BYZANTINE MUSICAL SYMBOL FTHORA SKLIRON CHROMA SYNAFI", + direction="l", linebreak="al", - unicodeslot=0x1D344, + unicodeslot=0x1D0C6, }, - [0x1D345]={ + [0x1D0C7]={ category="so", - description="TETRAGRAM FOR SINKING", - direction="on", + description="BYZANTINE MUSICAL SYMBOL FTHORA NENANO", + direction="l", linebreak="al", - unicodeslot=0x1D345, + unicodeslot=0x1D0C7, }, - [0x1D346]={ + [0x1D0C8]={ category="so", - description="TETRAGRAM FOR INNER", - direction="on", + description="BYZANTINE MUSICAL SYMBOL CHROA ZYGOS", + direction="l", linebreak="al", - unicodeslot=0x1D346, + unicodeslot=0x1D0C8, }, - [0x1D347]={ + [0x1D0C9]={ category="so", - description="TETRAGRAM FOR DEPARTURE", - direction="on", + description="BYZANTINE MUSICAL SYMBOL CHROA KLITON", + direction="l", linebreak="al", - unicodeslot=0x1D347, + unicodeslot=0x1D0C9, }, - [0x1D348]={ + [0x1D0CA]={ category="so", - description="TETRAGRAM FOR DARKENING", - direction="on", + description="BYZANTINE MUSICAL SYMBOL CHROA SPATHI", + direction="l", linebreak="al", - unicodeslot=0x1D348, + unicodeslot=0x1D0CA, }, - [0x1D349]={ + [0x1D0CB]={ category="so", - description="TETRAGRAM FOR DIMMING", - direction="on", + description="BYZANTINE MUSICAL SYMBOL FTHORA I YFESIS TETARTIMORION", + direction="l", linebreak="al", - unicodeslot=0x1D349, + unicodeslot=0x1D0CB, }, - [0x1D34A]={ + [0x1D0CC]={ category="so", - description="TETRAGRAM FOR EXHAUSTION", - direction="on", + description="BYZANTINE MUSICAL SYMBOL FTHORA ENARMONIOS ANTIFONIA", + direction="l", linebreak="al", - unicodeslot=0x1D34A, + unicodeslot=0x1D0CC, }, - [0x1D34B]={ + [0x1D0CD]={ category="so", - description="TETRAGRAM FOR SEVERANCE", - direction="on", + description="BYZANTINE MUSICAL SYMBOL YFESIS TRITIMORION", + direction="l", linebreak="al", - unicodeslot=0x1D34B, + unicodeslot=0x1D0CD, }, - [0x1D34C]={ + [0x1D0CE]={ category="so", - description="TETRAGRAM FOR STOPPAGE", - direction="on", + description="BYZANTINE MUSICAL SYMBOL DIESIS TRITIMORION", + direction="l", linebreak="al", - unicodeslot=0x1D34C, + unicodeslot=0x1D0CE, }, - [0x1D34D]={ + [0x1D0CF]={ category="so", - description="TETRAGRAM FOR HARDNESS", - direction="on", + description="BYZANTINE MUSICAL SYMBOL DIESIS TETARTIMORION", + direction="l", linebreak="al", - unicodeslot=0x1D34D, + unicodeslot=0x1D0CF, }, - [0x1D34E]={ + [0x1D0D0]={ category="so", - description="TETRAGRAM FOR COMPLETION", - direction="on", + description="BYZANTINE MUSICAL SYMBOL DIESIS APLI DYO DODEKATA", + direction="l", linebreak="al", - unicodeslot=0x1D34E, + unicodeslot=0x1D0D0, }, - [0x1D34F]={ + [0x1D0D1]={ category="so", - description="TETRAGRAM FOR CLOSURE", - direction="on", + description="BYZANTINE MUSICAL SYMBOL DIESIS MONOGRAMMOS TESSERA DODEKATA", + direction="l", linebreak="al", - unicodeslot=0x1D34F, + unicodeslot=0x1D0D1, }, - [0x1D350]={ + [0x1D0D2]={ category="so", - description="TETRAGRAM FOR FAILURE", - direction="on", + description="BYZANTINE MUSICAL SYMBOL DIESIS DIGRAMMOS EX DODEKATA", + direction="l", linebreak="al", - unicodeslot=0x1D350, + unicodeslot=0x1D0D2, }, - [0x1D351]={ + [0x1D0D3]={ category="so", - description="TETRAGRAM FOR AGGRAVATION", - direction="on", + description="BYZANTINE MUSICAL SYMBOL DIESIS TRIGRAMMOS OKTO DODEKATA", + direction="l", linebreak="al", - unicodeslot=0x1D351, + unicodeslot=0x1D0D3, }, - [0x1D352]={ + [0x1D0D4]={ category="so", - description="TETRAGRAM FOR COMPLIANCE", - direction="on", + description="BYZANTINE MUSICAL SYMBOL YFESIS APLI DYO DODEKATA", + direction="l", linebreak="al", - unicodeslot=0x1D352, + unicodeslot=0x1D0D4, }, - [0x1D353]={ + [0x1D0D5]={ category="so", - description="TETRAGRAM FOR ON THE VERGE", - direction="on", + description="BYZANTINE MUSICAL SYMBOL YFESIS MONOGRAMMOS TESSERA DODEKATA", + direction="l", linebreak="al", - unicodeslot=0x1D353, + unicodeslot=0x1D0D5, }, - [0x1D354]={ + [0x1D0D6]={ category="so", - description="TETRAGRAM FOR DIFFICULTIES", - direction="on", + description="BYZANTINE MUSICAL SYMBOL YFESIS DIGRAMMOS EX DODEKATA", + direction="l", linebreak="al", - unicodeslot=0x1D354, + unicodeslot=0x1D0D6, }, - [0x1D355]={ + [0x1D0D7]={ category="so", - description="TETRAGRAM FOR LABOURING", - direction="on", + description="BYZANTINE MUSICAL SYMBOL YFESIS TRIGRAMMOS OKTO DODEKATA", + direction="l", linebreak="al", - unicodeslot=0x1D355, + unicodeslot=0x1D0D7, }, - [0x1D356]={ + [0x1D0D8]={ category="so", - description="TETRAGRAM FOR FOSTERING", - direction="on", + description="BYZANTINE MUSICAL SYMBOL GENIKI DIESIS", + direction="l", linebreak="al", - unicodeslot=0x1D356, + unicodeslot=0x1D0D8, }, - [0x1D360]={ - category="no", - description="COUNTING ROD UNIT DIGIT ONE", + [0x1D0D9]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL GENIKI YFESIS", direction="l", linebreak="al", - unicodeslot=0x1D360, + unicodeslot=0x1D0D9, }, - [0x1D361]={ - category="no", - description="COUNTING ROD UNIT DIGIT TWO", + [0x1D0DA]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL DIASTOLI APLI MIKRI", direction="l", linebreak="al", - unicodeslot=0x1D361, + unicodeslot=0x1D0DA, }, - [0x1D362]={ - category="no", - description="COUNTING ROD UNIT DIGIT THREE", + [0x1D0DB]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL DIASTOLI APLI MEGALI", direction="l", linebreak="al", - unicodeslot=0x1D362, + unicodeslot=0x1D0DB, }, - [0x1D363]={ - category="no", - description="COUNTING ROD UNIT DIGIT FOUR", + [0x1D0DC]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL DIASTOLI DIPLI", direction="l", linebreak="al", - unicodeslot=0x1D363, + unicodeslot=0x1D0DC, }, - [0x1D364]={ - category="no", - description="COUNTING ROD UNIT DIGIT FIVE", + [0x1D0DD]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL DIASTOLI THESEOS", direction="l", linebreak="al", - unicodeslot=0x1D364, + unicodeslot=0x1D0DD, }, - [0x1D365]={ - category="no", - description="COUNTING ROD UNIT DIGIT SIX", + [0x1D0DE]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS", direction="l", linebreak="al", - unicodeslot=0x1D365, + unicodeslot=0x1D0DE, }, - [0x1D366]={ - category="no", - description="COUNTING ROD UNIT DIGIT SEVEN", + [0x1D0DF]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS DISIMOU", direction="l", linebreak="al", - unicodeslot=0x1D366, + unicodeslot=0x1D0DF, }, - [0x1D367]={ - category="no", - description="COUNTING ROD UNIT DIGIT EIGHT", + [0x1D0E0]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS TRISIMOU", direction="l", linebreak="al", - unicodeslot=0x1D367, + unicodeslot=0x1D0E0, }, - [0x1D368]={ - category="no", - description="COUNTING ROD UNIT DIGIT NINE", + [0x1D0E1]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS TETRASIMOU", direction="l", linebreak="al", - unicodeslot=0x1D368, + unicodeslot=0x1D0E1, }, - [0x1D369]={ - category="no", - description="COUNTING ROD TENS DIGIT ONE", + [0x1D0E2]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS", direction="l", linebreak="al", - unicodeslot=0x1D369, + unicodeslot=0x1D0E2, }, - [0x1D36A]={ - category="no", - description="COUNTING ROD TENS DIGIT TWO", + [0x1D0E3]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS DISIMOU", direction="l", linebreak="al", - unicodeslot=0x1D36A, + unicodeslot=0x1D0E3, }, - [0x1D36B]={ - category="no", - description="COUNTING ROD TENS DIGIT THREE", + [0x1D0E4]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS TRISIMOU", direction="l", linebreak="al", - unicodeslot=0x1D36B, + unicodeslot=0x1D0E4, }, - [0x1D36C]={ - category="no", - description="COUNTING ROD TENS DIGIT FOUR", + [0x1D0E5]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS TETRASIMOU", direction="l", linebreak="al", - unicodeslot=0x1D36C, + unicodeslot=0x1D0E5, }, - [0x1D36D]={ - category="no", - description="COUNTING ROD TENS DIGIT FIVE", + [0x1D0E6]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL DIGRAMMA GG", direction="l", linebreak="al", - unicodeslot=0x1D36D, + unicodeslot=0x1D0E6, }, - [0x1D36E]={ - category="no", - description="COUNTING ROD TENS DIGIT SIX", + [0x1D0E7]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL DIFTOGGOS OU", direction="l", linebreak="al", - unicodeslot=0x1D36E, + unicodeslot=0x1D0E7, }, - [0x1D36F]={ - category="no", - description="COUNTING ROD TENS DIGIT SEVEN", + [0x1D0E8]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL STIGMA", direction="l", linebreak="al", - unicodeslot=0x1D36F, + unicodeslot=0x1D0E8, }, - [0x1D370]={ - category="no", - description="COUNTING ROD TENS DIGIT EIGHT", + [0x1D0E9]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL ARKTIKO PA", direction="l", linebreak="al", - unicodeslot=0x1D370, + unicodeslot=0x1D0E9, }, - [0x1D371]={ - category="no", - description="COUNTING ROD TENS DIGIT NINE", + [0x1D0EA]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL ARKTIKO VOU", direction="l", linebreak="al", - unicodeslot=0x1D371, + unicodeslot=0x1D0EA, }, - [0x1D372]={ - category="no", - description="IDEOGRAPHIC TALLY MARK ONE", + [0x1D0EB]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL ARKTIKO GA", direction="l", linebreak="al", - unicodeslot=0x1D372, + unicodeslot=0x1D0EB, }, - [0x1D373]={ - category="no", - description="IDEOGRAPHIC TALLY MARK TWO", + [0x1D0EC]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL ARKTIKO DI", direction="l", linebreak="al", - unicodeslot=0x1D373, + unicodeslot=0x1D0EC, }, - [0x1D374]={ - category="no", - description="IDEOGRAPHIC TALLY MARK THREE", + [0x1D0ED]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL ARKTIKO KE", direction="l", linebreak="al", - unicodeslot=0x1D374, + unicodeslot=0x1D0ED, }, - [0x1D375]={ - category="no", - description="IDEOGRAPHIC TALLY MARK FOUR", + [0x1D0EE]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL ARKTIKO ZO", direction="l", linebreak="al", - unicodeslot=0x1D375, + unicodeslot=0x1D0EE, }, - [0x1D376]={ - category="no", - description="IDEOGRAPHIC TALLY MARK FIVE", + [0x1D0EF]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL ARKTIKO NI", direction="l", linebreak="al", - unicodeslot=0x1D376, + unicodeslot=0x1D0EF, }, - [0x1D377]={ - category="no", - description="TALLY MARK ONE", + [0x1D0F0]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL KENTIMATA NEO MESO", direction="l", linebreak="al", - unicodeslot=0x1D377, + unicodeslot=0x1D0F0, }, - [0x1D378]={ - category="no", - description="TALLY MARK FIVE", + [0x1D0F1]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL KENTIMA NEO MESO", direction="l", linebreak="al", - unicodeslot=0x1D378, + unicodeslot=0x1D0F1, }, - [0x1D400]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL A", + [0x1D0F2]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL KENTIMATA NEO KATO", direction="l", linebreak="al", - specials={ "font", 0x41 }, - unicodeslot=0x1D400, - visual="bf", + unicodeslot=0x1D0F2, }, - [0x1D401]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL B", + [0x1D0F3]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL KENTIMA NEO KATO", direction="l", linebreak="al", - specials={ "font", 0x42 }, - unicodeslot=0x1D401, - visual="bf", + unicodeslot=0x1D0F3, }, - [0x1D402]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL C", + [0x1D0F4]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL KLASMA KATO", direction="l", linebreak="al", - specials={ "font", 0x43 }, - unicodeslot=0x1D402, - visual="bf", + unicodeslot=0x1D0F4, }, - [0x1D403]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL D", + [0x1D0F5]={ + category="so", + description="BYZANTINE MUSICAL SYMBOL GORGON NEO KATO", direction="l", linebreak="al", - specials={ "font", 0x44 }, - unicodeslot=0x1D403, - visual="bf", + unicodeslot=0x1D0F5, }, - [0x1D404]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL E", + [0x1D100]={ + category="so", + description="MUSICAL SYMBOL SINGLE BARLINE", direction="l", linebreak="al", - specials={ "font", 0x45 }, - unicodeslot=0x1D404, - visual="bf", + unicodeslot=0x1D100, }, - [0x1D405]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL F", + [0x1D101]={ + category="so", + description="MUSICAL SYMBOL DOUBLE BARLINE", direction="l", linebreak="al", - specials={ "font", 0x46 }, - unicodeslot=0x1D405, - visual="bf", + unicodeslot=0x1D101, }, - [0x1D406]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL G", + [0x1D102]={ + category="so", + description="MUSICAL SYMBOL FINAL BARLINE", direction="l", linebreak="al", - specials={ "font", 0x47 }, - unicodeslot=0x1D406, - visual="bf", + unicodeslot=0x1D102, }, - [0x1D407]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL H", + [0x1D103]={ + category="so", + description="MUSICAL SYMBOL REVERSE FINAL BARLINE", direction="l", linebreak="al", - specials={ "font", 0x48 }, - unicodeslot=0x1D407, - visual="bf", + unicodeslot=0x1D103, }, - [0x1D408]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL I", + [0x1D104]={ + category="so", + description="MUSICAL SYMBOL DASHED BARLINE", direction="l", linebreak="al", - specials={ "font", 0x49 }, - unicodeslot=0x1D408, - visual="bf", + unicodeslot=0x1D104, }, - [0x1D409]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL J", + [0x1D105]={ + category="so", + description="MUSICAL SYMBOL SHORT BARLINE", direction="l", linebreak="al", - specials={ "font", 0x4A }, - unicodeslot=0x1D409, - visual="bf", + unicodeslot=0x1D105, }, - [0x1D40A]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL K", + [0x1D106]={ + category="so", + description="MUSICAL SYMBOL LEFT REPEAT SIGN", direction="l", linebreak="al", - specials={ "font", 0x4B }, - unicodeslot=0x1D40A, - visual="bf", + unicodeslot=0x1D106, }, - [0x1D40B]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL L", + [0x1D107]={ + category="so", + description="MUSICAL SYMBOL RIGHT REPEAT SIGN", direction="l", linebreak="al", - specials={ "font", 0x4C }, - unicodeslot=0x1D40B, - visual="bf", + unicodeslot=0x1D107, }, - [0x1D40C]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL M", + [0x1D108]={ + category="so", + description="MUSICAL SYMBOL REPEAT DOTS", direction="l", linebreak="al", - specials={ "font", 0x4D }, - unicodeslot=0x1D40C, - visual="bf", + unicodeslot=0x1D108, }, - [0x1D40D]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL N", + [0x1D109]={ + category="so", + description="MUSICAL SYMBOL DAL SEGNO", direction="l", linebreak="al", - specials={ "font", 0x4E }, - unicodeslot=0x1D40D, - visual="bf", + unicodeslot=0x1D109, }, - [0x1D40E]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL O", + [0x1D10A]={ + category="so", + description="MUSICAL SYMBOL DA CAPO", direction="l", linebreak="al", - specials={ "font", 0x4F }, - unicodeslot=0x1D40E, - visual="bf", + unicodeslot=0x1D10A, }, - [0x1D40F]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL P", + [0x1D10B]={ + category="so", + description="MUSICAL SYMBOL SEGNO", direction="l", linebreak="al", - specials={ "font", 0x50 }, - unicodeslot=0x1D40F, - visual="bf", + unicodeslot=0x1D10B, }, - [0x1D410]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL Q", + [0x1D10C]={ + category="so", + description="MUSICAL SYMBOL CODA", direction="l", linebreak="al", - specials={ "font", 0x51 }, - unicodeslot=0x1D410, - visual="bf", + unicodeslot=0x1D10C, }, - [0x1D411]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL R", + [0x1D10D]={ + category="so", + description="MUSICAL SYMBOL REPEATED FIGURE-0x0001", direction="l", linebreak="al", - specials={ "font", 0x52 }, - unicodeslot=0x1D411, - visual="bf", + unicodeslot=0x1D10D, }, - [0x1D412]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL S", + [0x1D10E]={ + category="so", + description="MUSICAL SYMBOL REPEATED FIGURE-0x0002", direction="l", linebreak="al", - specials={ "font", 0x53 }, - unicodeslot=0x1D412, - visual="bf", + unicodeslot=0x1D10E, }, - [0x1D413]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL T", + [0x1D10F]={ + category="so", + description="MUSICAL SYMBOL REPEATED FIGURE-0x0003", direction="l", linebreak="al", - specials={ "font", 0x54 }, - unicodeslot=0x1D413, - visual="bf", + unicodeslot=0x1D10F, }, - [0x1D414]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL U", + [0x1D110]={ + category="so", + description="MUSICAL SYMBOL FERMATA", direction="l", linebreak="al", - specials={ "font", 0x55 }, - unicodeslot=0x1D414, - visual="bf", + unicodeslot=0x1D110, }, - [0x1D415]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL V", + [0x1D111]={ + category="so", + description="MUSICAL SYMBOL FERMATA BELOW", direction="l", linebreak="al", - specials={ "font", 0x56 }, - unicodeslot=0x1D415, - visual="bf", + unicodeslot=0x1D111, }, - [0x1D416]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL W", + [0x1D112]={ + category="so", + description="MUSICAL SYMBOL BREATH MARK", direction="l", linebreak="al", - specials={ "font", 0x57 }, - unicodeslot=0x1D416, - visual="bf", + unicodeslot=0x1D112, }, - [0x1D417]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL X", + [0x1D113]={ + category="so", + description="MUSICAL SYMBOL CAESURA", direction="l", linebreak="al", - specials={ "font", 0x58 }, - unicodeslot=0x1D417, - visual="bf", + unicodeslot=0x1D113, }, - [0x1D418]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL Y", + [0x1D114]={ + category="so", + description="MUSICAL SYMBOL BRACE", direction="l", linebreak="al", - specials={ "font", 0x59 }, - unicodeslot=0x1D418, - visual="bf", + unicodeslot=0x1D114, }, - [0x1D419]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL Z", + [0x1D115]={ + category="so", + description="MUSICAL SYMBOL BRACKET", direction="l", linebreak="al", - specials={ "font", 0x5A }, - unicodeslot=0x1D419, - visual="bf", + unicodeslot=0x1D115, }, - [0x1D41A]={ - category="ll", - description="MATHEMATICAL BOLD SMALL A", + [0x1D116]={ + category="so", + description="MUSICAL SYMBOL ONE-LINE STAFF", direction="l", linebreak="al", - specials={ "font", 0x61 }, - unicodeslot=0x1D41A, - visual="bf", + unicodeslot=0x1D116, }, - [0x1D41B]={ - category="ll", - description="MATHEMATICAL BOLD SMALL B", + [0x1D117]={ + category="so", + description="MUSICAL SYMBOL TWO-LINE STAFF", direction="l", linebreak="al", - specials={ "font", 0x62 }, - unicodeslot=0x1D41B, - visual="bf", + unicodeslot=0x1D117, }, - [0x1D41C]={ - category="ll", - description="MATHEMATICAL BOLD SMALL C", + [0x1D118]={ + category="so", + description="MUSICAL SYMBOL THREE-LINE STAFF", direction="l", linebreak="al", - specials={ "font", 0x63 }, - unicodeslot=0x1D41C, - visual="bf", + unicodeslot=0x1D118, }, - [0x1D41D]={ - category="ll", - description="MATHEMATICAL BOLD SMALL D", + [0x1D119]={ + category="so", + description="MUSICAL SYMBOL FOUR-LINE STAFF", direction="l", linebreak="al", - specials={ "font", 0x64 }, - unicodeslot=0x1D41D, - visual="bf", + unicodeslot=0x1D119, }, - [0x1D41E]={ - category="ll", - description="MATHEMATICAL BOLD SMALL E", + [0x1D11A]={ + category="so", + description="MUSICAL SYMBOL FIVE-LINE STAFF", direction="l", linebreak="al", - specials={ "font", 0x65 }, - unicodeslot=0x1D41E, - visual="bf", + unicodeslot=0x1D11A, }, - [0x1D41F]={ - category="ll", - description="MATHEMATICAL BOLD SMALL F", + [0x1D11B]={ + category="so", + description="MUSICAL SYMBOL SIX-LINE STAFF", direction="l", linebreak="al", - specials={ "font", 0x66 }, - unicodeslot=0x1D41F, - visual="bf", + unicodeslot=0x1D11B, }, - [0x1D420]={ - category="ll", - description="MATHEMATICAL BOLD SMALL G", + [0x1D11C]={ + category="so", + description="MUSICAL SYMBOL SIX-STRING FRETBOARD", direction="l", linebreak="al", - specials={ "font", 0x67 }, - unicodeslot=0x1D420, - visual="bf", + unicodeslot=0x1D11C, }, - [0x1D421]={ - category="ll", - description="MATHEMATICAL BOLD SMALL H", + [0x1D11D]={ + category="so", + description="MUSICAL SYMBOL FOUR-STRING FRETBOARD", direction="l", linebreak="al", - specials={ "font", 0x68 }, - unicodeslot=0x1D421, - visual="bf", + unicodeslot=0x1D11D, }, - [0x1D422]={ - category="ll", - description="MATHEMATICAL BOLD SMALL I", + [0x1D11E]={ + category="so", + description="MUSICAL SYMBOL G CLEF", direction="l", linebreak="al", - specials={ "font", 0x69 }, - unicodeslot=0x1D422, - visual="bf", + unicodeslot=0x1D11E, }, - [0x1D423]={ - category="ll", - description="MATHEMATICAL BOLD SMALL J", + [0x1D11F]={ + category="so", + description="MUSICAL SYMBOL G CLEF OTTAVA ALTA", direction="l", linebreak="al", - specials={ "font", 0x6A }, - unicodeslot=0x1D423, - visual="bf", + unicodeslot=0x1D11F, }, - [0x1D424]={ - category="ll", - description="MATHEMATICAL BOLD SMALL K", + [0x1D120]={ + category="so", + description="MUSICAL SYMBOL G CLEF OTTAVA BASSA", direction="l", linebreak="al", - specials={ "font", 0x6B }, - unicodeslot=0x1D424, - visual="bf", + unicodeslot=0x1D120, }, - [0x1D425]={ - category="ll", - description="MATHEMATICAL BOLD SMALL L", + [0x1D121]={ + category="so", + description="MUSICAL SYMBOL C CLEF", direction="l", linebreak="al", - specials={ "font", 0x6C }, - unicodeslot=0x1D425, - visual="bf", + unicodeslot=0x1D121, }, - [0x1D426]={ - category="ll", - description="MATHEMATICAL BOLD SMALL M", + [0x1D122]={ + category="so", + description="MUSICAL SYMBOL F CLEF", direction="l", linebreak="al", - specials={ "font", 0x6D }, - unicodeslot=0x1D426, - visual="bf", + unicodeslot=0x1D122, }, - [0x1D427]={ - category="ll", - description="MATHEMATICAL BOLD SMALL N", + [0x1D123]={ + category="so", + description="MUSICAL SYMBOL F CLEF OTTAVA ALTA", direction="l", linebreak="al", - specials={ "font", 0x6E }, - unicodeslot=0x1D427, - visual="bf", + unicodeslot=0x1D123, }, - [0x1D428]={ - category="ll", - description="MATHEMATICAL BOLD SMALL O", + [0x1D124]={ + category="so", + description="MUSICAL SYMBOL F CLEF OTTAVA BASSA", direction="l", linebreak="al", - specials={ "font", 0x6F }, - unicodeslot=0x1D428, - visual="bf", + unicodeslot=0x1D124, }, - [0x1D429]={ - category="ll", - description="MATHEMATICAL BOLD SMALL P", + [0x1D125]={ + category="so", + description="MUSICAL SYMBOL DRUM CLEF-0x0001", direction="l", linebreak="al", - specials={ "font", 0x70 }, - unicodeslot=0x1D429, - visual="bf", + unicodeslot=0x1D125, }, - [0x1D42A]={ - category="ll", - description="MATHEMATICAL BOLD SMALL Q", + [0x1D126]={ + category="so", + description="MUSICAL SYMBOL DRUM CLEF-0x0002", direction="l", linebreak="al", - specials={ "font", 0x71 }, - unicodeslot=0x1D42A, - visual="bf", + unicodeslot=0x1D126, }, - [0x1D42B]={ - category="ll", - description="MATHEMATICAL BOLD SMALL R", + [0x1D129]={ + category="so", + description="MUSICAL SYMBOL MULTIPLE MEASURE REST", direction="l", linebreak="al", - specials={ "font", 0x72 }, - unicodeslot=0x1D42B, - visual="bf", + unicodeslot=0x1D129, }, - [0x1D42C]={ - category="ll", - description="MATHEMATICAL BOLD SMALL S", + [0x1D12A]={ + category="so", + description="MUSICAL SYMBOL DOUBLE SHARP", direction="l", linebreak="al", - specials={ "font", 0x73 }, - unicodeslot=0x1D42C, - visual="bf", + unicodeslot=0x1D12A, }, - [0x1D42D]={ - category="ll", - description="MATHEMATICAL BOLD SMALL T", + [0x1D12B]={ + category="so", + description="MUSICAL SYMBOL DOUBLE FLAT", direction="l", linebreak="al", - specials={ "font", 0x74 }, - unicodeslot=0x1D42D, - visual="bf", + unicodeslot=0x1D12B, }, - [0x1D42E]={ - category="ll", - description="MATHEMATICAL BOLD SMALL U", + [0x1D12C]={ + category="so", + description="MUSICAL SYMBOL FLAT UP", direction="l", linebreak="al", - specials={ "font", 0x75 }, - unicodeslot=0x1D42E, - visual="bf", + unicodeslot=0x1D12C, }, - [0x1D42F]={ - category="ll", - description="MATHEMATICAL BOLD SMALL V", + [0x1D12D]={ + category="so", + description="MUSICAL SYMBOL FLAT DOWN", direction="l", linebreak="al", - specials={ "font", 0x76 }, - unicodeslot=0x1D42F, - visual="bf", + unicodeslot=0x1D12D, }, - [0x1D430]={ - category="ll", - description="MATHEMATICAL BOLD SMALL W", + [0x1D12E]={ + category="so", + description="MUSICAL SYMBOL NATURAL UP", direction="l", linebreak="al", - specials={ "font", 0x77 }, - unicodeslot=0x1D430, - visual="bf", + unicodeslot=0x1D12E, }, - [0x1D431]={ - category="ll", - description="MATHEMATICAL BOLD SMALL X", + [0x1D12F]={ + category="so", + description="MUSICAL SYMBOL NATURAL DOWN", direction="l", linebreak="al", - specials={ "font", 0x78 }, - unicodeslot=0x1D431, - visual="bf", + unicodeslot=0x1D12F, }, - [0x1D432]={ - category="ll", - description="MATHEMATICAL BOLD SMALL Y", + [0x1D130]={ + category="so", + description="MUSICAL SYMBOL SHARP UP", direction="l", linebreak="al", - specials={ "font", 0x79 }, - unicodeslot=0x1D432, - visual="bf", + unicodeslot=0x1D130, }, - [0x1D433]={ - category="ll", - description="MATHEMATICAL BOLD SMALL Z", + [0x1D131]={ + category="so", + description="MUSICAL SYMBOL SHARP DOWN", direction="l", linebreak="al", - specials={ "font", 0x7A }, - unicodeslot=0x1D433, - visual="bf", + unicodeslot=0x1D131, }, - [0x1D434]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL A", + [0x1D132]={ + category="so", + description="MUSICAL SYMBOL QUARTER TONE SHARP", direction="l", linebreak="al", - specials={ "font", 0x41 }, - unicodeslot=0x1D434, - visual="it", + unicodeslot=0x1D132, }, - [0x1D435]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL B", + [0x1D133]={ + category="so", + description="MUSICAL SYMBOL QUARTER TONE FLAT", direction="l", linebreak="al", - specials={ "font", 0x42 }, - unicodeslot=0x1D435, - visual="it", + unicodeslot=0x1D133, }, - [0x1D436]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL C", + [0x1D134]={ + category="so", + description="MUSICAL SYMBOL COMMON TIME", direction="l", linebreak="al", - specials={ "font", 0x43 }, - unicodeslot=0x1D436, - visual="it", + unicodeslot=0x1D134, }, - [0x1D437]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL D", + [0x1D135]={ + category="so", + description="MUSICAL SYMBOL CUT TIME", direction="l", linebreak="al", - specials={ "font", 0x44 }, - unicodeslot=0x1D437, - visual="it", + unicodeslot=0x1D135, }, - [0x1D438]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL E", + [0x1D136]={ + category="so", + description="MUSICAL SYMBOL OTTAVA ALTA", direction="l", linebreak="al", - specials={ "font", 0x45 }, - unicodeslot=0x1D438, - visual="it", + unicodeslot=0x1D136, }, - [0x1D439]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL F", + [0x1D137]={ + category="so", + description="MUSICAL SYMBOL OTTAVA BASSA", direction="l", linebreak="al", - specials={ "font", 0x46 }, - unicodeslot=0x1D439, - visual="it", + unicodeslot=0x1D137, }, - [0x1D43A]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL G", + [0x1D138]={ + category="so", + description="MUSICAL SYMBOL QUINDICESIMA ALTA", direction="l", linebreak="al", - specials={ "font", 0x47 }, - unicodeslot=0x1D43A, - visual="it", + unicodeslot=0x1D138, }, - [0x1D43B]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL H", + [0x1D139]={ + category="so", + description="MUSICAL SYMBOL QUINDICESIMA BASSA", direction="l", linebreak="al", - specials={ "font", 0x48 }, - unicodeslot=0x1D43B, - visual="it", + unicodeslot=0x1D139, }, - [0x1D43C]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL I", + [0x1D13A]={ + category="so", + description="MUSICAL SYMBOL MULTI REST", direction="l", linebreak="al", - specials={ "font", 0x49 }, - unicodeslot=0x1D43C, - visual="it", + unicodeslot=0x1D13A, }, - [0x1D43D]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL J", + [0x1D13B]={ + category="so", + description="MUSICAL SYMBOL WHOLE REST", direction="l", linebreak="al", - specials={ "font", 0x4A }, - unicodeslot=0x1D43D, - visual="it", + unicodeslot=0x1D13B, }, - [0x1D43E]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL K", + [0x1D13C]={ + category="so", + description="MUSICAL SYMBOL HALF REST", direction="l", linebreak="al", - specials={ "font", 0x4B }, - unicodeslot=0x1D43E, - visual="it", + unicodeslot=0x1D13C, }, - [0x1D43F]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL L", + [0x1D13D]={ + category="so", + description="MUSICAL SYMBOL QUARTER REST", direction="l", linebreak="al", - specials={ "font", 0x4C }, - unicodeslot=0x1D43F, - visual="it", + unicodeslot=0x1D13D, }, - [0x1D440]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL M", + [0x1D13E]={ + category="so", + description="MUSICAL SYMBOL EIGHTH REST", direction="l", linebreak="al", - specials={ "font", 0x4D }, - unicodeslot=0x1D440, - visual="it", + unicodeslot=0x1D13E, }, - [0x1D441]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL N", + [0x1D13F]={ + category="so", + description="MUSICAL SYMBOL SIXTEENTH REST", direction="l", linebreak="al", - specials={ "font", 0x4E }, - unicodeslot=0x1D441, - visual="it", + unicodeslot=0x1D13F, }, - [0x1D442]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL O", + [0x1D140]={ + category="so", + description="MUSICAL SYMBOL THIRTY-SECOND REST", direction="l", linebreak="al", - specials={ "font", 0x4F }, - unicodeslot=0x1D442, - visual="it", + unicodeslot=0x1D140, }, - [0x1D443]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL P", + [0x1D141]={ + category="so", + description="MUSICAL SYMBOL SIXTY-FOURTH REST", direction="l", linebreak="al", - specials={ "font", 0x50 }, - unicodeslot=0x1D443, - visual="it", + unicodeslot=0x1D141, }, - [0x1D444]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL Q", + [0x1D142]={ + category="so", + description="MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH REST", direction="l", linebreak="al", - specials={ "font", 0x51 }, - unicodeslot=0x1D444, - visual="it", + unicodeslot=0x1D142, }, - [0x1D445]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL R", + [0x1D143]={ + category="so", + description="MUSICAL SYMBOL X NOTEHEAD", direction="l", linebreak="al", - specials={ "font", 0x52 }, - unicodeslot=0x1D445, - visual="it", + unicodeslot=0x1D143, }, - [0x1D446]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL S", + [0x1D144]={ + category="so", + description="MUSICAL SYMBOL PLUS NOTEHEAD", direction="l", linebreak="al", - specials={ "font", 0x53 }, - unicodeslot=0x1D446, - visual="it", + unicodeslot=0x1D144, }, - [0x1D447]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL T", + [0x1D145]={ + category="so", + description="MUSICAL SYMBOL CIRCLE X NOTEHEAD", direction="l", linebreak="al", - specials={ "font", 0x54 }, - unicodeslot=0x1D447, - visual="it", + unicodeslot=0x1D145, }, - [0x1D448]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL U", + [0x1D146]={ + category="so", + description="MUSICAL SYMBOL SQUARE NOTEHEAD WHITE", direction="l", linebreak="al", - specials={ "font", 0x55 }, - unicodeslot=0x1D448, - visual="it", + unicodeslot=0x1D146, }, - [0x1D449]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL V", + [0x1D147]={ + category="so", + description="MUSICAL SYMBOL SQUARE NOTEHEAD BLACK", direction="l", linebreak="al", - specials={ "font", 0x56 }, - unicodeslot=0x1D449, - visual="it", + unicodeslot=0x1D147, }, - [0x1D44A]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL W", + [0x1D148]={ + category="so", + description="MUSICAL SYMBOL TRIANGLE NOTEHEAD UP WHITE", direction="l", linebreak="al", - specials={ "font", 0x57 }, - unicodeslot=0x1D44A, - visual="it", + unicodeslot=0x1D148, }, - [0x1D44B]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL X", + [0x1D149]={ + category="so", + description="MUSICAL SYMBOL TRIANGLE NOTEHEAD UP BLACK", direction="l", linebreak="al", - specials={ "font", 0x58 }, - unicodeslot=0x1D44B, - visual="it", + unicodeslot=0x1D149, }, - [0x1D44C]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL Y", + [0x1D14A]={ + category="so", + description="MUSICAL SYMBOL TRIANGLE NOTEHEAD LEFT WHITE", direction="l", linebreak="al", - specials={ "font", 0x59 }, - unicodeslot=0x1D44C, - visual="it", + unicodeslot=0x1D14A, }, - [0x1D44D]={ - category="lu", - description="MATHEMATICAL ITALIC CAPITAL Z", + [0x1D14B]={ + category="so", + description="MUSICAL SYMBOL TRIANGLE NOTEHEAD LEFT BLACK", direction="l", linebreak="al", - specials={ "font", 0x5A }, - unicodeslot=0x1D44D, - visual="it", + unicodeslot=0x1D14B, }, - [0x1D44E]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL A", + [0x1D14C]={ + category="so", + description="MUSICAL SYMBOL TRIANGLE NOTEHEAD RIGHT WHITE", direction="l", linebreak="al", - specials={ "font", 0x61 }, - unicodeslot=0x1D44E, - visual="it", + unicodeslot=0x1D14C, }, - [0x1D44F]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL B", + [0x1D14D]={ + category="so", + description="MUSICAL SYMBOL TRIANGLE NOTEHEAD RIGHT BLACK", direction="l", linebreak="al", - specials={ "font", 0x62 }, - unicodeslot=0x1D44F, - visual="it", + unicodeslot=0x1D14D, }, - [0x1D450]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL C", + [0x1D14E]={ + category="so", + description="MUSICAL SYMBOL TRIANGLE NOTEHEAD DOWN WHITE", direction="l", linebreak="al", - specials={ "font", 0x63 }, - unicodeslot=0x1D450, - visual="it", + unicodeslot=0x1D14E, }, - [0x1D451]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL D", + [0x1D14F]={ + category="so", + description="MUSICAL SYMBOL TRIANGLE NOTEHEAD DOWN BLACK", direction="l", linebreak="al", - specials={ "font", 0x64 }, - unicodeslot=0x1D451, - visual="it", + unicodeslot=0x1D14F, }, - [0x1D452]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL E", + [0x1D150]={ + category="so", + description="MUSICAL SYMBOL TRIANGLE NOTEHEAD UP RIGHT WHITE", direction="l", linebreak="al", - specials={ "font", 0x65 }, - unicodeslot=0x1D452, - visual="it", + unicodeslot=0x1D150, }, - [0x1D453]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL F", + [0x1D151]={ + category="so", + description="MUSICAL SYMBOL TRIANGLE NOTEHEAD UP RIGHT BLACK", direction="l", linebreak="al", - specials={ "font", 0x66 }, - unicodeslot=0x1D453, - visual="it", + unicodeslot=0x1D151, }, - [0x1D454]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL G", + [0x1D152]={ + category="so", + description="MUSICAL SYMBOL MOON NOTEHEAD WHITE", direction="l", linebreak="al", - specials={ "font", 0x67 }, - unicodeslot=0x1D454, - visual="it", + unicodeslot=0x1D152, }, - [0x1D456]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL I", + [0x1D153]={ + category="so", + description="MUSICAL SYMBOL MOON NOTEHEAD BLACK", direction="l", linebreak="al", - specials={ "font", 0x69 }, - unicodeslot=0x1D456, - visual="it", + unicodeslot=0x1D153, }, - [0x1D457]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL J", + [0x1D154]={ + category="so", + description="MUSICAL SYMBOL TRIANGLE-ROUND NOTEHEAD DOWN WHITE", direction="l", linebreak="al", - specials={ "font", 0x6A }, - unicodeslot=0x1D457, - visual="it", + unicodeslot=0x1D154, }, - [0x1D458]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL K", + [0x1D155]={ + category="so", + description="MUSICAL SYMBOL TRIANGLE-ROUND NOTEHEAD DOWN BLACK", direction="l", linebreak="al", - specials={ "font", 0x6B }, - unicodeslot=0x1D458, - visual="it", + unicodeslot=0x1D155, }, - [0x1D459]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL L", + [0x1D156]={ + category="so", + description="MUSICAL SYMBOL PARENTHESIS NOTEHEAD", direction="l", linebreak="al", - specials={ "font", 0x6C }, - unicodeslot=0x1D459, - visual="it", + unicodeslot=0x1D156, }, - [0x1D45A]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL M", + [0x1D157]={ + category="so", + description="MUSICAL SYMBOL VOID NOTEHEAD", direction="l", linebreak="al", - specials={ "font", 0x6D }, - unicodeslot=0x1D45A, - visual="it", + unicodeslot=0x1D157, }, - [0x1D45B]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL N", + [0x1D158]={ + category="so", + description="MUSICAL SYMBOL NOTEHEAD BLACK", direction="l", linebreak="al", - specials={ "font", 0x6E }, - unicodeslot=0x1D45B, - visual="it", + unicodeslot=0x1D158, }, - [0x1D45C]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL O", + [0x1D159]={ + category="so", + description="MUSICAL SYMBOL NULL NOTEHEAD", direction="l", linebreak="al", - specials={ "font", 0x6F }, - unicodeslot=0x1D45C, - visual="it", + unicodeslot=0x1D159, }, - [0x1D45D]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL P", + [0x1D15A]={ + category="so", + description="MUSICAL SYMBOL CLUSTER NOTEHEAD WHITE", direction="l", linebreak="al", - specials={ "font", 0x70 }, - unicodeslot=0x1D45D, - visual="it", + unicodeslot=0x1D15A, }, - [0x1D45E]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL Q", + [0x1D15B]={ + category="so", + description="MUSICAL SYMBOL CLUSTER NOTEHEAD BLACK", direction="l", linebreak="al", - specials={ "font", 0x71 }, - unicodeslot=0x1D45E, - visual="it", + unicodeslot=0x1D15B, }, - [0x1D45F]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL R", + [0x1D15C]={ + category="so", + description="MUSICAL SYMBOL BREVE", direction="l", linebreak="al", - specials={ "font", 0x72 }, - unicodeslot=0x1D45F, - visual="it", + unicodeslot=0x1D15C, }, - [0x1D460]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL S", + [0x1D15D]={ + category="so", + description="MUSICAL SYMBOL WHOLE NOTE", direction="l", linebreak="al", - specials={ "font", 0x73 }, - unicodeslot=0x1D460, - visual="it", + synonyms={ "semibreve" }, + unicodeslot=0x1D15D, }, - [0x1D461]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL T", + [0x1D15E]={ + category="so", + description="MUSICAL SYMBOL HALF NOTE", direction="l", linebreak="al", - specials={ "font", 0x74 }, - unicodeslot=0x1D461, - visual="it", + specials={ "char", 0x1D157, 0x1D165 }, + unicodeslot=0x1D15E, }, - [0x1D462]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL U", + [0x1D15F]={ + category="so", + description="MUSICAL SYMBOL QUARTER NOTE", direction="l", linebreak="al", - specials={ "font", 0x75 }, - unicodeslot=0x1D462, - visual="it", + specials={ "char", 0x1D158, 0x1D165 }, + unicodeslot=0x1D15F, }, - [0x1D463]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL V", + [0x1D160]={ + category="so", + description="MUSICAL SYMBOL EIGHTH NOTE", direction="l", linebreak="al", - specials={ "font", 0x76 }, - unicodeslot=0x1D463, - visual="it", + specials={ "char", 0x1D15F, 0x1D16E }, + unicodeslot=0x1D160, }, - [0x1D464]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL W", + [0x1D161]={ + category="so", + description="MUSICAL SYMBOL SIXTEENTH NOTE", direction="l", linebreak="al", - specials={ "font", 0x77 }, - unicodeslot=0x1D464, - visual="it", + specials={ "char", 0x1D15F, 0x1D16F }, + synonyms={ "semiquaver" }, + unicodeslot=0x1D161, }, - [0x1D465]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL X", + [0x1D162]={ + category="so", + description="MUSICAL SYMBOL THIRTY-SECOND NOTE", direction="l", linebreak="al", - specials={ "font", 0x78 }, - unicodeslot=0x1D465, - visual="it", + specials={ "char", 0x1D15F, 0x1D170 }, + unicodeslot=0x1D162, }, - [0x1D466]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL Y", + [0x1D163]={ + category="so", + description="MUSICAL SYMBOL SIXTY-FOURTH NOTE", direction="l", linebreak="al", - specials={ "font", 0x79 }, - unicodeslot=0x1D466, - visual="it", + specials={ "char", 0x1D15F, 0x1D171 }, + unicodeslot=0x1D163, }, - [0x1D467]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL Z", + [0x1D164]={ + category="so", + description="MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE", direction="l", linebreak="al", - specials={ "font", 0x7A }, - unicodeslot=0x1D467, - visual="it", + specials={ "char", 0x1D15F, 0x1D172 }, + unicodeslot=0x1D164, }, - [0x1D468]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL A", + [0x1D165]={ + category="mc", + combining=0xD8, + description="MUSICAL SYMBOL COMBINING STEM", direction="l", - linebreak="al", - specials={ "font", 0x41 }, - unicodeslot=0x1D468, - visual="bi", + linebreak="cm", + unicodeslot=0x1D165, }, - [0x1D469]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL B", + [0x1D166]={ + category="mc", + combining=0xD8, + description="MUSICAL SYMBOL COMBINING SPRECHGESANG STEM", direction="l", - linebreak="al", - specials={ "font", 0x42 }, - unicodeslot=0x1D469, - visual="bi", + linebreak="cm", + unicodeslot=0x1D166, }, - [0x1D46A]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL C", + [0x1D167]={ + category="mn", + combining=0x1, + description="MUSICAL SYMBOL COMBINING TREMOLO-0x0001", + direction="nsm", + linebreak="cm", + unicodeslot=0x1D167, + }, + [0x1D168]={ + category="mn", + combining=0x1, + description="MUSICAL SYMBOL COMBINING TREMOLO-0x0002", + direction="nsm", + linebreak="cm", + unicodeslot=0x1D168, + }, + [0x1D169]={ + category="mn", + combining=0x1, + description="MUSICAL SYMBOL COMBINING TREMOLO-0x0003", + direction="nsm", + linebreak="cm", + unicodeslot=0x1D169, + }, + [0x1D16A]={ + category="so", + description="MUSICAL SYMBOL FINGERED TREMOLO-0x0001", direction="l", linebreak="al", - specials={ "font", 0x43 }, - unicodeslot=0x1D46A, - visual="bi", + unicodeslot=0x1D16A, }, - [0x1D46B]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL D", + [0x1D16B]={ + category="so", + description="MUSICAL SYMBOL FINGERED TREMOLO-0x0002", direction="l", linebreak="al", - specials={ "font", 0x44 }, - unicodeslot=0x1D46B, - visual="bi", + unicodeslot=0x1D16B, }, - [0x1D46C]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL E", + [0x1D16C]={ + category="so", + description="MUSICAL SYMBOL FINGERED TREMOLO-0x0003", direction="l", linebreak="al", - specials={ "font", 0x45 }, - unicodeslot=0x1D46C, - visual="bi", + unicodeslot=0x1D16C, }, - [0x1D46D]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL F", + [0x1D16D]={ + category="mc", + combining=0xE2, + description="MUSICAL SYMBOL COMBINING AUGMENTATION DOT", direction="l", - linebreak="al", - specials={ "font", 0x46 }, - unicodeslot=0x1D46D, - visual="bi", + linebreak="cm", + unicodeslot=0x1D16D, }, - [0x1D46E]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL G", + [0x1D16E]={ + category="mc", + combining=0xD8, + description="MUSICAL SYMBOL COMBINING FLAG-0x0001", direction="l", - linebreak="al", - specials={ "font", 0x47 }, - unicodeslot=0x1D46E, - visual="bi", + linebreak="cm", + unicodeslot=0x1D16E, }, - [0x1D46F]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL H", + [0x1D16F]={ + category="mc", + combining=0xD8, + description="MUSICAL SYMBOL COMBINING FLAG-0x0002", direction="l", - linebreak="al", - specials={ "font", 0x48 }, - unicodeslot=0x1D46F, - visual="bi", + linebreak="cm", + unicodeslot=0x1D16F, }, - [0x1D470]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL I", + [0x1D170]={ + category="mc", + combining=0xD8, + description="MUSICAL SYMBOL COMBINING FLAG-0x0003", direction="l", - linebreak="al", - specials={ "font", 0x49 }, - unicodeslot=0x1D470, - visual="bi", + linebreak="cm", + unicodeslot=0x1D170, }, - [0x1D471]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL J", + [0x1D171]={ + category="mc", + combining=0xD8, + description="MUSICAL SYMBOL COMBINING FLAG-0x0004", direction="l", - linebreak="al", - specials={ "font", 0x4A }, - unicodeslot=0x1D471, - visual="bi", + linebreak="cm", + unicodeslot=0x1D171, }, - [0x1D472]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL K", + [0x1D172]={ + category="mc", + combining=0xD8, + description="MUSICAL SYMBOL COMBINING FLAG-0x0005", direction="l", - linebreak="al", - specials={ "font", 0x4B }, - unicodeslot=0x1D472, - visual="bi", + linebreak="cm", + unicodeslot=0x1D172, }, - [0x1D473]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL L", + [0x1D173]={ + category="cf", + description="MUSICAL SYMBOL BEGIN BEAM", + direction="bn", + linebreak="cm", + unicodeslot=0x1D173, + }, + [0x1D174]={ + category="cf", + description="MUSICAL SYMBOL END BEAM", + direction="bn", + linebreak="cm", + unicodeslot=0x1D174, + }, + [0x1D175]={ + category="cf", + description="MUSICAL SYMBOL BEGIN TIE", + direction="bn", + linebreak="cm", + unicodeslot=0x1D175, + }, + [0x1D176]={ + category="cf", + description="MUSICAL SYMBOL END TIE", + direction="bn", + linebreak="cm", + unicodeslot=0x1D176, + }, + [0x1D177]={ + category="cf", + description="MUSICAL SYMBOL BEGIN SLUR", + direction="bn", + linebreak="cm", + unicodeslot=0x1D177, + }, + [0x1D178]={ + category="cf", + description="MUSICAL SYMBOL END SLUR", + direction="bn", + linebreak="cm", + unicodeslot=0x1D178, + }, + [0x1D179]={ + category="cf", + description="MUSICAL SYMBOL BEGIN PHRASE", + direction="bn", + linebreak="cm", + unicodeslot=0x1D179, + }, + [0x1D17A]={ + category="cf", + description="MUSICAL SYMBOL END PHRASE", + direction="bn", + linebreak="cm", + unicodeslot=0x1D17A, + }, + [0x1D17B]={ + category="mn", + combining=0xDC, + description="MUSICAL SYMBOL COMBINING ACCENT", + direction="nsm", + linebreak="cm", + unicodeslot=0x1D17B, + }, + [0x1D17C]={ + category="mn", + combining=0xDC, + description="MUSICAL SYMBOL COMBINING STACCATO", + direction="nsm", + linebreak="cm", + unicodeslot=0x1D17C, + }, + [0x1D17D]={ + category="mn", + combining=0xDC, + description="MUSICAL SYMBOL COMBINING TENUTO", + direction="nsm", + linebreak="cm", + unicodeslot=0x1D17D, + }, + [0x1D17E]={ + category="mn", + combining=0xDC, + description="MUSICAL SYMBOL COMBINING STACCATISSIMO", + direction="nsm", + linebreak="cm", + unicodeslot=0x1D17E, + }, + [0x1D17F]={ + category="mn", + combining=0xDC, + description="MUSICAL SYMBOL COMBINING MARCATO", + direction="nsm", + linebreak="cm", + unicodeslot=0x1D17F, + }, + [0x1D180]={ + category="mn", + combining=0xDC, + description="MUSICAL SYMBOL COMBINING MARCATO-STACCATO", + direction="nsm", + linebreak="cm", + unicodeslot=0x1D180, + }, + [0x1D181]={ + category="mn", + combining=0xDC, + description="MUSICAL SYMBOL COMBINING ACCENT-STACCATO", + direction="nsm", + linebreak="cm", + unicodeslot=0x1D181, + }, + [0x1D182]={ + category="mn", + combining=0xDC, + description="MUSICAL SYMBOL COMBINING LOURE", + direction="nsm", + linebreak="cm", + unicodeslot=0x1D182, + }, + [0x1D183]={ + category="so", + description="MUSICAL SYMBOL ARPEGGIATO UP", direction="l", linebreak="al", - specials={ "font", 0x4C }, - unicodeslot=0x1D473, - visual="bi", + unicodeslot=0x1D183, }, - [0x1D474]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL M", + [0x1D184]={ + category="so", + description="MUSICAL SYMBOL ARPEGGIATO DOWN", direction="l", linebreak="al", - specials={ "font", 0x4D }, - unicodeslot=0x1D474, - visual="bi", + unicodeslot=0x1D184, }, - [0x1D475]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL N", + [0x1D185]={ + category="mn", + combining=0xE6, + description="MUSICAL SYMBOL COMBINING DOIT", + direction="nsm", + linebreak="cm", + unicodeslot=0x1D185, + }, + [0x1D186]={ + category="mn", + combining=0xE6, + description="MUSICAL SYMBOL COMBINING RIP", + direction="nsm", + linebreak="cm", + unicodeslot=0x1D186, + }, + [0x1D187]={ + category="mn", + combining=0xE6, + description="MUSICAL SYMBOL COMBINING FLIP", + direction="nsm", + linebreak="cm", + unicodeslot=0x1D187, + }, + [0x1D188]={ + category="mn", + combining=0xE6, + description="MUSICAL SYMBOL COMBINING SMEAR", + direction="nsm", + linebreak="cm", + unicodeslot=0x1D188, + }, + [0x1D189]={ + category="mn", + combining=0xE6, + description="MUSICAL SYMBOL COMBINING BEND", + direction="nsm", + linebreak="cm", + unicodeslot=0x1D189, + }, + [0x1D18A]={ + category="mn", + combining=0xDC, + description="MUSICAL SYMBOL COMBINING DOUBLE TONGUE", + direction="nsm", + linebreak="cm", + unicodeslot=0x1D18A, + }, + [0x1D18B]={ + category="mn", + combining=0xDC, + description="MUSICAL SYMBOL COMBINING TRIPLE TONGUE", + direction="nsm", + linebreak="cm", + unicodeslot=0x1D18B, + }, + [0x1D18C]={ + category="so", + description="MUSICAL SYMBOL RINFORZANDO", direction="l", linebreak="al", - specials={ "font", 0x4E }, - unicodeslot=0x1D475, - visual="bi", + unicodeslot=0x1D18C, }, - [0x1D476]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL O", + [0x1D18D]={ + category="so", + description="MUSICAL SYMBOL SUBITO", direction="l", linebreak="al", - specials={ "font", 0x4F }, - unicodeslot=0x1D476, - visual="bi", + unicodeslot=0x1D18D, }, - [0x1D477]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL P", + [0x1D18E]={ + category="so", + description="MUSICAL SYMBOL Z", direction="l", linebreak="al", - specials={ "font", 0x50 }, - unicodeslot=0x1D477, - visual="bi", + unicodeslot=0x1D18E, }, - [0x1D478]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL Q", + [0x1D18F]={ + category="so", + description="MUSICAL SYMBOL PIANO", direction="l", linebreak="al", - specials={ "font", 0x51 }, - unicodeslot=0x1D478, - visual="bi", + unicodeslot=0x1D18F, }, - [0x1D479]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL R", + [0x1D190]={ + category="so", + description="MUSICAL SYMBOL MEZZO", direction="l", linebreak="al", - specials={ "font", 0x52 }, - unicodeslot=0x1D479, - visual="bi", + unicodeslot=0x1D190, }, - [0x1D47A]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL S", + [0x1D191]={ + category="so", + description="MUSICAL SYMBOL FORTE", direction="l", linebreak="al", - specials={ "font", 0x53 }, - unicodeslot=0x1D47A, - visual="bi", + unicodeslot=0x1D191, }, - [0x1D47B]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL T", + [0x1D192]={ + category="so", + description="MUSICAL SYMBOL CRESCENDO", direction="l", linebreak="al", - specials={ "font", 0x54 }, - unicodeslot=0x1D47B, - visual="bi", + unicodeslot=0x1D192, }, - [0x1D47C]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL U", + [0x1D193]={ + category="so", + description="MUSICAL SYMBOL DECRESCENDO", direction="l", linebreak="al", - specials={ "font", 0x55 }, - unicodeslot=0x1D47C, - visual="bi", + unicodeslot=0x1D193, }, - [0x1D47D]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL V", + [0x1D194]={ + category="so", + description="MUSICAL SYMBOL GRACE NOTE SLASH", direction="l", linebreak="al", - specials={ "font", 0x56 }, - unicodeslot=0x1D47D, - visual="bi", + unicodeslot=0x1D194, }, - [0x1D47E]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL W", + [0x1D195]={ + category="so", + description="MUSICAL SYMBOL GRACE NOTE NO SLASH", direction="l", linebreak="al", - specials={ "font", 0x57 }, - unicodeslot=0x1D47E, - visual="bi", + unicodeslot=0x1D195, }, - [0x1D47F]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL X", + [0x1D196]={ + category="so", + description="MUSICAL SYMBOL TR", direction="l", linebreak="al", - specials={ "font", 0x58 }, - unicodeslot=0x1D47F, - visual="bi", + unicodeslot=0x1D196, }, - [0x1D480]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL Y", + [0x1D197]={ + category="so", + description="MUSICAL SYMBOL TURN", direction="l", linebreak="al", - specials={ "font", 0x59 }, - unicodeslot=0x1D480, - visual="bi", + unicodeslot=0x1D197, }, - [0x1D481]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL Z", + [0x1D198]={ + category="so", + description="MUSICAL SYMBOL INVERTED TURN", direction="l", linebreak="al", - specials={ "font", 0x5A }, - unicodeslot=0x1D481, - visual="bi", + unicodeslot=0x1D198, }, - [0x1D482]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL A", + [0x1D199]={ + category="so", + description="MUSICAL SYMBOL TURN SLASH", direction="l", linebreak="al", - specials={ "font", 0x61 }, - unicodeslot=0x1D482, - visual="bi", + unicodeslot=0x1D199, }, - [0x1D483]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL B", + [0x1D19A]={ + category="so", + description="MUSICAL SYMBOL TURN UP", direction="l", linebreak="al", - specials={ "font", 0x62 }, - unicodeslot=0x1D483, - visual="bi", + unicodeslot=0x1D19A, }, - [0x1D484]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL C", + [0x1D19B]={ + category="so", + description="MUSICAL SYMBOL ORNAMENT STROKE-0x0001", direction="l", linebreak="al", - specials={ "font", 0x63 }, - unicodeslot=0x1D484, - visual="bi", + unicodeslot=0x1D19B, }, - [0x1D485]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL D", + [0x1D19C]={ + category="so", + description="MUSICAL SYMBOL ORNAMENT STROKE-0x0002", direction="l", linebreak="al", - specials={ "font", 0x64 }, - unicodeslot=0x1D485, - visual="bi", + unicodeslot=0x1D19C, }, - [0x1D486]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL E", + [0x1D19D]={ + category="so", + description="MUSICAL SYMBOL ORNAMENT STROKE-0x0003", direction="l", linebreak="al", - specials={ "font", 0x65 }, - unicodeslot=0x1D486, - visual="bi", + unicodeslot=0x1D19D, }, - [0x1D487]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL F", + [0x1D19E]={ + category="so", + description="MUSICAL SYMBOL ORNAMENT STROKE-0x0004", direction="l", linebreak="al", - specials={ "font", 0x66 }, - unicodeslot=0x1D487, - visual="bi", + unicodeslot=0x1D19E, }, - [0x1D488]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL G", + [0x1D19F]={ + category="so", + description="MUSICAL SYMBOL ORNAMENT STROKE-0x0005", direction="l", linebreak="al", - specials={ "font", 0x67 }, - unicodeslot=0x1D488, - visual="bi", + unicodeslot=0x1D19F, }, - [0x1D489]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL H", + [0x1D1A0]={ + category="so", + description="MUSICAL SYMBOL ORNAMENT STROKE-0x0006", direction="l", linebreak="al", - specials={ "font", 0x68 }, - unicodeslot=0x1D489, - visual="bi", + unicodeslot=0x1D1A0, }, - [0x1D48A]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL I", + [0x1D1A1]={ + category="so", + description="MUSICAL SYMBOL ORNAMENT STROKE-0x0007", direction="l", linebreak="al", - specials={ "font", 0x69 }, - unicodeslot=0x1D48A, - visual="bi", + unicodeslot=0x1D1A1, }, - [0x1D48B]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL J", + [0x1D1A2]={ + category="so", + description="MUSICAL SYMBOL ORNAMENT STROKE-0x0008", direction="l", linebreak="al", - specials={ "font", 0x6A }, - unicodeslot=0x1D48B, - visual="bi", + unicodeslot=0x1D1A2, }, - [0x1D48C]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL K", + [0x1D1A3]={ + category="so", + description="MUSICAL SYMBOL ORNAMENT STROKE-0x0009", direction="l", linebreak="al", - specials={ "font", 0x6B }, - unicodeslot=0x1D48C, - visual="bi", + unicodeslot=0x1D1A3, }, - [0x1D48D]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL L", + [0x1D1A4]={ + category="so", + description="MUSICAL SYMBOL ORNAMENT STROKE-0x000A", direction="l", linebreak="al", - specials={ "font", 0x6C }, - unicodeslot=0x1D48D, - visual="bi", + unicodeslot=0x1D1A4, }, - [0x1D48E]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL M", + [0x1D1A5]={ + category="so", + description="MUSICAL SYMBOL ORNAMENT STROKE-0x000B", direction="l", linebreak="al", - specials={ "font", 0x6D }, - unicodeslot=0x1D48E, - visual="bi", + unicodeslot=0x1D1A5, }, - [0x1D48F]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL N", + [0x1D1A6]={ + category="so", + description="MUSICAL SYMBOL HAUPTSTIMME", direction="l", linebreak="al", - specials={ "font", 0x6E }, - unicodeslot=0x1D48F, - visual="bi", + unicodeslot=0x1D1A6, }, - [0x1D490]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL O", + [0x1D1A7]={ + category="so", + description="MUSICAL SYMBOL NEBENSTIMME", direction="l", linebreak="al", - specials={ "font", 0x6F }, - unicodeslot=0x1D490, - visual="bi", + unicodeslot=0x1D1A7, }, - [0x1D491]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL P", + [0x1D1A8]={ + category="so", + description="MUSICAL SYMBOL END OF STIMME", direction="l", linebreak="al", - specials={ "font", 0x70 }, - unicodeslot=0x1D491, - visual="bi", + unicodeslot=0x1D1A8, }, - [0x1D492]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL Q", + [0x1D1A9]={ + category="so", + description="MUSICAL SYMBOL DEGREE SLASH", direction="l", linebreak="al", - specials={ "font", 0x71 }, - unicodeslot=0x1D492, - visual="bi", + unicodeslot=0x1D1A9, }, - [0x1D493]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL R", - direction="l", - linebreak="al", - specials={ "font", 0x72 }, - unicodeslot=0x1D493, - visual="bi", + [0x1D1AA]={ + category="mn", + combining=0xE6, + description="MUSICAL SYMBOL COMBINING DOWN BOW", + direction="nsm", + linebreak="cm", + unicodeslot=0x1D1AA, }, - [0x1D494]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL S", - direction="l", - linebreak="al", - specials={ "font", 0x73 }, - unicodeslot=0x1D494, - visual="bi", + [0x1D1AB]={ + category="mn", + combining=0xE6, + description="MUSICAL SYMBOL COMBINING UP BOW", + direction="nsm", + linebreak="cm", + unicodeslot=0x1D1AB, }, - [0x1D495]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL T", + [0x1D1AC]={ + category="mn", + combining=0xE6, + description="MUSICAL SYMBOL COMBINING HARMONIC", + direction="nsm", + linebreak="cm", + unicodeslot=0x1D1AC, + }, + [0x1D1AD]={ + category="mn", + combining=0xE6, + description="MUSICAL SYMBOL COMBINING SNAP PIZZICATO", + direction="nsm", + linebreak="cm", + unicodeslot=0x1D1AD, + }, + [0x1D1AE]={ + category="so", + description="MUSICAL SYMBOL PEDAL MARK", direction="l", linebreak="al", - specials={ "font", 0x74 }, - unicodeslot=0x1D495, - visual="bi", + unicodeslot=0x1D1AE, }, - [0x1D496]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL U", + [0x1D1AF]={ + category="so", + description="MUSICAL SYMBOL PEDAL UP MARK", direction="l", linebreak="al", - specials={ "font", 0x75 }, - unicodeslot=0x1D496, - visual="bi", + unicodeslot=0x1D1AF, }, - [0x1D497]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL V", + [0x1D1B0]={ + category="so", + description="MUSICAL SYMBOL HALF PEDAL MARK", direction="l", linebreak="al", - specials={ "font", 0x76 }, - unicodeslot=0x1D497, - visual="bi", + unicodeslot=0x1D1B0, }, - [0x1D498]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL W", + [0x1D1B1]={ + category="so", + description="MUSICAL SYMBOL GLISSANDO UP", direction="l", linebreak="al", - specials={ "font", 0x77 }, - unicodeslot=0x1D498, - visual="bi", + unicodeslot=0x1D1B1, }, - [0x1D499]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL X", + [0x1D1B2]={ + category="so", + description="MUSICAL SYMBOL GLISSANDO DOWN", direction="l", linebreak="al", - specials={ "font", 0x78 }, - unicodeslot=0x1D499, - visual="bi", + unicodeslot=0x1D1B2, }, - [0x1D49A]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL Y", + [0x1D1B3]={ + category="so", + description="MUSICAL SYMBOL WITH FINGERNAILS", direction="l", linebreak="al", - specials={ "font", 0x79 }, - unicodeslot=0x1D49A, - visual="bi", + unicodeslot=0x1D1B3, }, - [0x1D49B]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL Z", + [0x1D1B4]={ + category="so", + description="MUSICAL SYMBOL DAMP", direction="l", linebreak="al", - specials={ "font", 0x7A }, - unicodeslot=0x1D49B, - visual="bi", + unicodeslot=0x1D1B4, }, - [0x1D49C]={ - category="lu", - description="MATHEMATICAL SCRIPT CAPITAL A", + [0x1D1B5]={ + category="so", + description="MUSICAL SYMBOL DAMP ALL", direction="l", linebreak="al", - specials={ "font", 0x41 }, - unicodeslot=0x1D49C, - visual="it", + unicodeslot=0x1D1B5, }, - [0x1D49E]={ - category="lu", - description="MATHEMATICAL SCRIPT CAPITAL C", + [0x1D1B6]={ + category="so", + description="MUSICAL SYMBOL MAXIMA", direction="l", linebreak="al", - specials={ "font", 0x43 }, - unicodeslot=0x1D49E, - visual="it", + unicodeslot=0x1D1B6, }, - [0x1D49F]={ - category="lu", - description="MATHEMATICAL SCRIPT CAPITAL D", + [0x1D1B7]={ + category="so", + description="MUSICAL SYMBOL LONGA", direction="l", linebreak="al", - specials={ "font", 0x44 }, - unicodeslot=0x1D49F, - visual="it", + unicodeslot=0x1D1B7, }, - [0x1D4A2]={ - category="lu", - description="MATHEMATICAL SCRIPT CAPITAL G", + [0x1D1B8]={ + category="so", + description="MUSICAL SYMBOL BREVIS", direction="l", linebreak="al", - specials={ "font", 0x47 }, - unicodeslot=0x1D4A2, - visual="it", + unicodeslot=0x1D1B8, }, - [0x1D4A5]={ - category="lu", - description="MATHEMATICAL SCRIPT CAPITAL J", + [0x1D1B9]={ + category="so", + description="MUSICAL SYMBOL SEMIBREVIS WHITE", direction="l", linebreak="al", - specials={ "font", 0x4A }, - unicodeslot=0x1D4A5, - visual="it", + unicodeslot=0x1D1B9, }, - [0x1D4A6]={ - category="lu", - description="MATHEMATICAL SCRIPT CAPITAL K", + [0x1D1BA]={ + category="so", + description="MUSICAL SYMBOL SEMIBREVIS BLACK", direction="l", linebreak="al", - specials={ "font", 0x4B }, - unicodeslot=0x1D4A6, - visual="it", + unicodeslot=0x1D1BA, }, - [0x1D4A9]={ - category="lu", - description="MATHEMATICAL SCRIPT CAPITAL N", + [0x1D1BB]={ + category="so", + description="MUSICAL SYMBOL MINIMA", direction="l", linebreak="al", - specials={ "font", 0x4E }, - unicodeslot=0x1D4A9, - visual="it", + specials={ "char", 0x1D1B9, 0x1D165 }, + unicodeslot=0x1D1BB, }, - [0x1D4AA]={ - category="lu", - description="MATHEMATICAL SCRIPT CAPITAL O", + [0x1D1BC]={ + category="so", + description="MUSICAL SYMBOL MINIMA BLACK", direction="l", linebreak="al", - specials={ "font", 0x4F }, - unicodeslot=0x1D4AA, - visual="it", + specials={ "char", 0x1D1BA, 0x1D165 }, + unicodeslot=0x1D1BC, }, - [0x1D4AB]={ - category="lu", - description="MATHEMATICAL SCRIPT CAPITAL P", + [0x1D1BD]={ + category="so", + description="MUSICAL SYMBOL SEMIMINIMA WHITE", direction="l", linebreak="al", - specials={ "font", 0x50 }, - synonyms={ "power set" }, - unicodeslot=0x1D4AB, - visual="it", + specials={ "char", 0x1D1BB, 0x1D16E }, + unicodeslot=0x1D1BD, }, - [0x1D4AC]={ - category="lu", - description="MATHEMATICAL SCRIPT CAPITAL Q", + [0x1D1BE]={ + category="so", + description="MUSICAL SYMBOL SEMIMINIMA BLACK", direction="l", linebreak="al", - specials={ "font", 0x51 }, - unicodeslot=0x1D4AC, - visual="it", + specials={ "char", 0x1D1BC, 0x1D16E }, + unicodeslot=0x1D1BE, }, - [0x1D4AE]={ - category="lu", - description="MATHEMATICAL SCRIPT CAPITAL S", + [0x1D1BF]={ + category="so", + description="MUSICAL SYMBOL FUSA WHITE", direction="l", linebreak="al", - specials={ "font", 0x53 }, - unicodeslot=0x1D4AE, - visual="it", + specials={ "char", 0x1D1BB, 0x1D16F }, + unicodeslot=0x1D1BF, }, - [0x1D4AF]={ - category="lu", - description="MATHEMATICAL SCRIPT CAPITAL T", + [0x1D1C0]={ + category="so", + description="MUSICAL SYMBOL FUSA BLACK", direction="l", linebreak="al", - specials={ "font", 0x54 }, - unicodeslot=0x1D4AF, - visual="it", + specials={ "char", 0x1D1BC, 0x1D16F }, + unicodeslot=0x1D1C0, }, - [0x1D4B0]={ - category="lu", - description="MATHEMATICAL SCRIPT CAPITAL U", + [0x1D1C1]={ + category="so", + description="MUSICAL SYMBOL LONGA PERFECTA REST", direction="l", linebreak="al", - specials={ "font", 0x55 }, - unicodeslot=0x1D4B0, - visual="it", + unicodeslot=0x1D1C1, }, - [0x1D4B1]={ - category="lu", - description="MATHEMATICAL SCRIPT CAPITAL V", + [0x1D1C2]={ + category="so", + description="MUSICAL SYMBOL LONGA IMPERFECTA REST", direction="l", linebreak="al", - specials={ "font", 0x56 }, - unicodeslot=0x1D4B1, - visual="it", + unicodeslot=0x1D1C2, }, - [0x1D4B2]={ - category="lu", - description="MATHEMATICAL SCRIPT CAPITAL W", + [0x1D1C3]={ + category="so", + description="MUSICAL SYMBOL BREVIS REST", direction="l", linebreak="al", - specials={ "font", 0x57 }, - unicodeslot=0x1D4B2, - visual="it", + unicodeslot=0x1D1C3, }, - [0x1D4B3]={ - category="lu", - description="MATHEMATICAL SCRIPT CAPITAL X", + [0x1D1C4]={ + category="so", + description="MUSICAL SYMBOL SEMIBREVIS REST", direction="l", linebreak="al", - specials={ "font", 0x58 }, - unicodeslot=0x1D4B3, - visual="it", + unicodeslot=0x1D1C4, }, - [0x1D4B4]={ - category="lu", - description="MATHEMATICAL SCRIPT CAPITAL Y", + [0x1D1C5]={ + category="so", + description="MUSICAL SYMBOL MINIMA REST", direction="l", linebreak="al", - specials={ "font", 0x59 }, - unicodeslot=0x1D4B4, - visual="it", + unicodeslot=0x1D1C5, }, - [0x1D4B5]={ - category="lu", - description="MATHEMATICAL SCRIPT CAPITAL Z", + [0x1D1C6]={ + category="so", + description="MUSICAL SYMBOL SEMIMINIMA REST", direction="l", linebreak="al", - specials={ "font", 0x5A }, - unicodeslot=0x1D4B5, - visual="it", + unicodeslot=0x1D1C6, }, - [0x1D4B6]={ - category="ll", - description="MATHEMATICAL SCRIPT SMALL A", + [0x1D1C7]={ + category="so", + description="MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE PERFECTA", direction="l", linebreak="al", - specials={ "font", 0x61 }, - unicodeslot=0x1D4B6, - visual="it", + unicodeslot=0x1D1C7, }, - [0x1D4B7]={ - category="ll", - description="MATHEMATICAL SCRIPT SMALL B", + [0x1D1C8]={ + category="so", + description="MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE IMPERFECTA", direction="l", linebreak="al", - specials={ "font", 0x62 }, - unicodeslot=0x1D4B7, - visual="it", + unicodeslot=0x1D1C8, }, - [0x1D4B8]={ - category="ll", - description="MATHEMATICAL SCRIPT SMALL C", + [0x1D1C9]={ + category="so", + description="MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE PERFECTA DIMINUTION-0x0001", direction="l", linebreak="al", - specials={ "font", 0x63 }, - unicodeslot=0x1D4B8, - visual="it", + unicodeslot=0x1D1C9, }, - [0x1D4B9]={ - category="ll", - description="MATHEMATICAL SCRIPT SMALL D", + [0x1D1CA]={ + category="so", + description="MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE PERFECTA", direction="l", linebreak="al", - specials={ "font", 0x64 }, - unicodeslot=0x1D4B9, - visual="it", + unicodeslot=0x1D1CA, }, - [0x1D4BB]={ - category="ll", - description="MATHEMATICAL SCRIPT SMALL F", + [0x1D1CB]={ + category="so", + description="MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA", direction="l", linebreak="al", - specials={ "font", 0x66 }, - unicodeslot=0x1D4BB, - visual="it", + unicodeslot=0x1D1CB, }, - [0x1D4BD]={ - category="ll", - description="MATHEMATICAL SCRIPT SMALL H", + [0x1D1CC]={ + category="so", + description="MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-0x0001", direction="l", linebreak="al", - specials={ "font", 0x68 }, - unicodeslot=0x1D4BD, - visual="it", + unicodeslot=0x1D1CC, }, - [0x1D4BE]={ - category="ll", - description="MATHEMATICAL SCRIPT SMALL I", + [0x1D1CD]={ + category="so", + description="MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-0x0002", direction="l", linebreak="al", - specials={ "font", 0x69 }, - unicodeslot=0x1D4BE, - visual="it", + unicodeslot=0x1D1CD, }, - [0x1D4BF]={ - category="ll", - description="MATHEMATICAL SCRIPT SMALL J", + [0x1D1CE]={ + category="so", + description="MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-0x0003", direction="l", linebreak="al", - specials={ "font", 0x6A }, - unicodeslot=0x1D4BF, - visual="it", + unicodeslot=0x1D1CE, }, - [0x1D4C0]={ - category="ll", - description="MATHEMATICAL SCRIPT SMALL K", + [0x1D1CF]={ + category="so", + description="MUSICAL SYMBOL CROIX", direction="l", linebreak="al", - specials={ "font", 0x6B }, - unicodeslot=0x1D4C0, - visual="it", + unicodeslot=0x1D1CF, }, - [0x1D4C1]={ - category="ll", - description="MATHEMATICAL SCRIPT SMALL L", + [0x1D1D0]={ + category="so", + description="MUSICAL SYMBOL GREGORIAN C CLEF", direction="l", linebreak="al", - specials={ "font", 0x6C }, - unicodeslot=0x1D4C1, - visual="it", + unicodeslot=0x1D1D0, }, - [0x1D4C2]={ - category="ll", - description="MATHEMATICAL SCRIPT SMALL M", + [0x1D1D1]={ + category="so", + description="MUSICAL SYMBOL GREGORIAN F CLEF", direction="l", linebreak="al", - specials={ "font", 0x6D }, - unicodeslot=0x1D4C2, - visual="it", + unicodeslot=0x1D1D1, }, - [0x1D4C3]={ - category="ll", - description="MATHEMATICAL SCRIPT SMALL N", + [0x1D1D2]={ + category="so", + description="MUSICAL SYMBOL SQUARE B", direction="l", linebreak="al", - specials={ "font", 0x6E }, - unicodeslot=0x1D4C3, - visual="it", + unicodeslot=0x1D1D2, }, - [0x1D4C5]={ - category="ll", - description="MATHEMATICAL SCRIPT SMALL P", + [0x1D1D3]={ + category="so", + description="MUSICAL SYMBOL VIRGA", direction="l", linebreak="al", - specials={ "font", 0x70 }, - unicodeslot=0x1D4C5, - visual="it", + unicodeslot=0x1D1D3, }, - [0x1D4C6]={ - category="ll", - description="MATHEMATICAL SCRIPT SMALL Q", + [0x1D1D4]={ + category="so", + description="MUSICAL SYMBOL PODATUS", direction="l", linebreak="al", - specials={ "font", 0x71 }, - unicodeslot=0x1D4C6, - visual="it", + unicodeslot=0x1D1D4, }, - [0x1D4C7]={ - category="ll", - description="MATHEMATICAL SCRIPT SMALL R", + [0x1D1D5]={ + category="so", + description="MUSICAL SYMBOL CLIVIS", direction="l", linebreak="al", - specials={ "font", 0x72 }, - unicodeslot=0x1D4C7, - visual="it", + unicodeslot=0x1D1D5, }, - [0x1D4C8]={ - category="ll", - description="MATHEMATICAL SCRIPT SMALL S", + [0x1D1D6]={ + category="so", + description="MUSICAL SYMBOL SCANDICUS", direction="l", linebreak="al", - specials={ "font", 0x73 }, - unicodeslot=0x1D4C8, - visual="it", + unicodeslot=0x1D1D6, }, - [0x1D4C9]={ - category="ll", - description="MATHEMATICAL SCRIPT SMALL T", + [0x1D1D7]={ + category="so", + description="MUSICAL SYMBOL CLIMACUS", direction="l", linebreak="al", - specials={ "font", 0x74 }, - unicodeslot=0x1D4C9, - visual="it", + unicodeslot=0x1D1D7, }, - [0x1D4CA]={ - category="ll", - description="MATHEMATICAL SCRIPT SMALL U", + [0x1D1D8]={ + category="so", + description="MUSICAL SYMBOL TORCULUS", direction="l", linebreak="al", - specials={ "font", 0x75 }, - unicodeslot=0x1D4CA, - visual="it", + unicodeslot=0x1D1D8, }, - [0x1D4CB]={ - category="ll", - description="MATHEMATICAL SCRIPT SMALL V", + [0x1D1D9]={ + category="so", + description="MUSICAL SYMBOL PORRECTUS", direction="l", linebreak="al", - specials={ "font", 0x76 }, - unicodeslot=0x1D4CB, - visual="it", + unicodeslot=0x1D1D9, }, - [0x1D4CC]={ - category="ll", - description="MATHEMATICAL SCRIPT SMALL W", + [0x1D1DA]={ + category="so", + description="MUSICAL SYMBOL PORRECTUS FLEXUS", direction="l", linebreak="al", - specials={ "font", 0x77 }, - unicodeslot=0x1D4CC, - visual="it", + unicodeslot=0x1D1DA, }, - [0x1D4CD]={ - category="ll", - description="MATHEMATICAL SCRIPT SMALL X", + [0x1D1DB]={ + category="so", + description="MUSICAL SYMBOL SCANDICUS FLEXUS", direction="l", linebreak="al", - specials={ "font", 0x78 }, - unicodeslot=0x1D4CD, - visual="it", + unicodeslot=0x1D1DB, }, - [0x1D4CE]={ - category="ll", - description="MATHEMATICAL SCRIPT SMALL Y", + [0x1D1DC]={ + category="so", + description="MUSICAL SYMBOL TORCULUS RESUPINUS", direction="l", linebreak="al", - specials={ "font", 0x79 }, - unicodeslot=0x1D4CE, - visual="it", + unicodeslot=0x1D1DC, }, - [0x1D4CF]={ - category="ll", - description="MATHEMATICAL SCRIPT SMALL Z", + [0x1D1DD]={ + category="so", + description="MUSICAL SYMBOL PES SUBPUNCTIS", direction="l", linebreak="al", - specials={ "font", 0x7A }, - unicodeslot=0x1D4CF, - visual="it", + unicodeslot=0x1D1DD, }, - [0x1D4D0]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL A", + [0x1D1DE]={ + category="so", + description="MUSICAL SYMBOL KIEVAN C CLEF", direction="l", linebreak="al", - specials={ "font", 0x41 }, - unicodeslot=0x1D4D0, - visual="bi", + unicodeslot=0x1D1DE, }, - [0x1D4D1]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL B", + [0x1D1DF]={ + category="so", + description="MUSICAL SYMBOL KIEVAN END OF PIECE", direction="l", linebreak="al", - specials={ "font", 0x42 }, - unicodeslot=0x1D4D1, - visual="bi", + unicodeslot=0x1D1DF, }, - [0x1D4D2]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL C", + [0x1D1E0]={ + category="so", + description="MUSICAL SYMBOL KIEVAN FINAL NOTE", direction="l", linebreak="al", - specials={ "font", 0x43 }, - unicodeslot=0x1D4D2, - visual="bi", + unicodeslot=0x1D1E0, }, - [0x1D4D3]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL D", + [0x1D1E1]={ + category="so", + description="MUSICAL SYMBOL KIEVAN RECITATIVE MARK", direction="l", linebreak="al", - specials={ "font", 0x44 }, - unicodeslot=0x1D4D3, - visual="bi", + unicodeslot=0x1D1E1, }, - [0x1D4D4]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL E", + [0x1D1E2]={ + category="so", + description="MUSICAL SYMBOL KIEVAN WHOLE NOTE", direction="l", linebreak="al", - specials={ "font", 0x45 }, - unicodeslot=0x1D4D4, - visual="bi", + unicodeslot=0x1D1E2, }, - [0x1D4D5]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL F", + [0x1D1E3]={ + category="so", + description="MUSICAL SYMBOL KIEVAN HALF NOTE", direction="l", linebreak="al", - specials={ "font", 0x46 }, - unicodeslot=0x1D4D5, - visual="bi", + unicodeslot=0x1D1E3, }, - [0x1D4D6]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL G", + [0x1D1E4]={ + category="so", + description="MUSICAL SYMBOL KIEVAN QUARTER NOTE STEM DOWN", direction="l", linebreak="al", - specials={ "font", 0x47 }, - unicodeslot=0x1D4D6, - visual="bi", + unicodeslot=0x1D1E4, }, - [0x1D4D7]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL H", + [0x1D1E5]={ + category="so", + description="MUSICAL SYMBOL KIEVAN QUARTER NOTE STEM UP", direction="l", linebreak="al", - specials={ "font", 0x48 }, - unicodeslot=0x1D4D7, - visual="bi", + unicodeslot=0x1D1E5, }, - [0x1D4D8]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL I", + [0x1D1E6]={ + category="so", + description="MUSICAL SYMBOL KIEVAN EIGHTH NOTE STEM DOWN", direction="l", linebreak="al", - specials={ "font", 0x49 }, - unicodeslot=0x1D4D8, - visual="bi", + unicodeslot=0x1D1E6, }, - [0x1D4D9]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL J", + [0x1D1E7]={ + category="so", + description="MUSICAL SYMBOL KIEVAN EIGHTH NOTE STEM UP", direction="l", linebreak="al", - specials={ "font", 0x4A }, - unicodeslot=0x1D4D9, - visual="bi", + unicodeslot=0x1D1E7, }, - [0x1D4DA]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL K", + [0x1D1E8]={ + category="so", + description="MUSICAL SYMBOL KIEVAN FLAT SIGN", direction="l", linebreak="al", - specials={ "font", 0x4B }, - unicodeslot=0x1D4DA, - visual="bi", + unicodeslot=0x1D1E8, }, - [0x1D4DB]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL L", - direction="l", + [0x1D200]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x0001", + direction="on", linebreak="al", - specials={ "font", 0x4C }, - unicodeslot=0x1D4DB, - visual="bi", + unicodeslot=0x1D200, }, - [0x1D4DC]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL M", - direction="l", + [0x1D201]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x0002", + direction="on", linebreak="al", - specials={ "font", 0x4D }, - unicodeslot=0x1D4DC, - visual="bi", + unicodeslot=0x1D201, }, - [0x1D4DD]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL N", - direction="l", + [0x1D202]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x0003", + direction="on", linebreak="al", - specials={ "font", 0x4E }, - unicodeslot=0x1D4DD, - visual="bi", + unicodeslot=0x1D202, }, - [0x1D4DE]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL O", - direction="l", + [0x1D203]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x0004", + direction="on", linebreak="al", - specials={ "font", 0x4F }, - unicodeslot=0x1D4DE, - visual="bi", + unicodeslot=0x1D203, }, - [0x1D4DF]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL P", - direction="l", + [0x1D204]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x0005", + direction="on", linebreak="al", - specials={ "font", 0x50 }, - unicodeslot=0x1D4DF, - visual="bi", + unicodeslot=0x1D204, }, - [0x1D4E0]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL Q", - direction="l", + [0x1D205]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x0006", + direction="on", linebreak="al", - specials={ "font", 0x51 }, - unicodeslot=0x1D4E0, - visual="bi", + unicodeslot=0x1D205, }, - [0x1D4E1]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL R", - direction="l", + [0x1D206]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x0007", + direction="on", linebreak="al", - specials={ "font", 0x52 }, - unicodeslot=0x1D4E1, - visual="bi", + unicodeslot=0x1D206, }, - [0x1D4E2]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL S", - direction="l", + [0x1D207]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x0008", + direction="on", linebreak="al", - specials={ "font", 0x53 }, - unicodeslot=0x1D4E2, - visual="bi", + unicodeslot=0x1D207, }, - [0x1D4E3]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL T", - direction="l", + [0x1D208]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x0009", + direction="on", linebreak="al", - specials={ "font", 0x54 }, - unicodeslot=0x1D4E3, - visual="bi", + unicodeslot=0x1D208, }, - [0x1D4E4]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL U", - direction="l", + [0x1D209]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x000A", + direction="on", linebreak="al", - specials={ "font", 0x55 }, - unicodeslot=0x1D4E4, - visual="bi", + unicodeslot=0x1D209, }, - [0x1D4E5]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL V", - direction="l", + [0x1D20A]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x000B", + direction="on", linebreak="al", - specials={ "font", 0x56 }, - unicodeslot=0x1D4E5, - visual="bi", + unicodeslot=0x1D20A, }, - [0x1D4E6]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL W", - direction="l", + [0x1D20B]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x000C", + direction="on", linebreak="al", - specials={ "font", 0x57 }, - unicodeslot=0x1D4E6, - visual="bi", + unicodeslot=0x1D20B, }, - [0x1D4E7]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL X", - direction="l", + [0x1D20C]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x000D", + direction="on", linebreak="al", - specials={ "font", 0x58 }, - unicodeslot=0x1D4E7, - visual="bi", + unicodeslot=0x1D20C, }, - [0x1D4E8]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL Y", - direction="l", + [0x1D20D]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x000E", + direction="on", linebreak="al", - specials={ "font", 0x59 }, - unicodeslot=0x1D4E8, - visual="bi", + unicodeslot=0x1D20D, }, - [0x1D4E9]={ - category="lu", - description="MATHEMATICAL BOLD SCRIPT CAPITAL Z", - direction="l", + [0x1D20E]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x000F", + direction="on", linebreak="al", - specials={ "font", 0x5A }, - unicodeslot=0x1D4E9, - visual="bi", + unicodeslot=0x1D20E, }, - [0x1D4EA]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL A", - direction="l", + [0x1D20F]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x0010", + direction="on", linebreak="al", - specials={ "font", 0x61 }, - unicodeslot=0x1D4EA, - visual="bi", + unicodeslot=0x1D20F, }, - [0x1D4EB]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL B", - direction="l", + [0x1D210]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x0011", + direction="on", linebreak="al", - specials={ "font", 0x62 }, - unicodeslot=0x1D4EB, - visual="bi", + unicodeslot=0x1D210, }, - [0x1D4EC]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL C", - direction="l", + [0x1D211]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x0012", + direction="on", linebreak="al", - specials={ "font", 0x63 }, - unicodeslot=0x1D4EC, - visual="bi", + unicodeslot=0x1D211, }, - [0x1D4ED]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL D", - direction="l", + [0x1D212]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x0013", + direction="on", linebreak="al", - specials={ "font", 0x64 }, - unicodeslot=0x1D4ED, - visual="bi", + unicodeslot=0x1D212, }, - [0x1D4EE]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL E", - direction="l", + [0x1D213]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x0014", + direction="on", linebreak="al", - specials={ "font", 0x65 }, - unicodeslot=0x1D4EE, - visual="bi", + unicodeslot=0x1D213, }, - [0x1D4EF]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL F", - direction="l", + [0x1D214]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x0015", + direction="on", linebreak="al", - specials={ "font", 0x66 }, - unicodeslot=0x1D4EF, - visual="bi", + unicodeslot=0x1D214, }, - [0x1D4F0]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL G", - direction="l", + [0x1D215]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x0016", + direction="on", linebreak="al", - specials={ "font", 0x67 }, - unicodeslot=0x1D4F0, - visual="bi", + unicodeslot=0x1D215, }, - [0x1D4F1]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL H", - direction="l", + [0x1D216]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x0017", + direction="on", linebreak="al", - specials={ "font", 0x68 }, - unicodeslot=0x1D4F1, - visual="bi", + unicodeslot=0x1D216, }, - [0x1D4F2]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL I", - direction="l", + [0x1D217]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x0018", + direction="on", linebreak="al", - specials={ "font", 0x69 }, - unicodeslot=0x1D4F2, - visual="bi", + unicodeslot=0x1D217, }, - [0x1D4F3]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL J", - direction="l", + [0x1D218]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x0032", + direction="on", linebreak="al", - specials={ "font", 0x6A }, - unicodeslot=0x1D4F3, - visual="bi", + unicodeslot=0x1D218, }, - [0x1D4F4]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL K", - direction="l", + [0x1D219]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x0033", + direction="on", linebreak="al", - specials={ "font", 0x6B }, - unicodeslot=0x1D4F4, - visual="bi", + unicodeslot=0x1D219, }, - [0x1D4F5]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL L", - direction="l", + [0x1D21A]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x0034", + direction="on", linebreak="al", - specials={ "font", 0x6C }, - unicodeslot=0x1D4F5, - visual="bi", + unicodeslot=0x1D21A, }, - [0x1D4F6]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL M", - direction="l", + [0x1D21B]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x0035", + direction="on", linebreak="al", - specials={ "font", 0x6D }, - unicodeslot=0x1D4F6, - visual="bi", + unicodeslot=0x1D21B, }, - [0x1D4F7]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL N", - direction="l", + [0x1D21C]={ + category="so", + description="GREEK VOCAL NOTATION SYMBOL-0x0036", + direction="on", linebreak="al", - specials={ "font", 0x6E }, - unicodeslot=0x1D4F7, - visual="bi", + unicodeslot=0x1D21C, }, - [0x1D4F8]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL O", - direction="l", + [0x1D21D]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0001", + direction="on", linebreak="al", - specials={ "font", 0x6F }, - unicodeslot=0x1D4F8, - visual="bi", + unicodeslot=0x1D21D, }, - [0x1D4F9]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL P", - direction="l", + [0x1D21E]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0002", + direction="on", linebreak="al", - specials={ "font", 0x70 }, - unicodeslot=0x1D4F9, - visual="bi", + unicodeslot=0x1D21E, }, - [0x1D4FA]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL Q", - direction="l", + [0x1D21F]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0004", + direction="on", linebreak="al", - specials={ "font", 0x71 }, - unicodeslot=0x1D4FA, - visual="bi", + unicodeslot=0x1D21F, }, - [0x1D4FB]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL R", - direction="l", + [0x1D220]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0005", + direction="on", linebreak="al", - specials={ "font", 0x72 }, - unicodeslot=0x1D4FB, - visual="bi", + unicodeslot=0x1D220, }, - [0x1D4FC]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL S", - direction="l", + [0x1D221]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0007", + direction="on", linebreak="al", - specials={ "font", 0x73 }, - unicodeslot=0x1D4FC, - visual="bi", + unicodeslot=0x1D221, }, - [0x1D4FD]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL T", - direction="l", + [0x1D222]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0008", + direction="on", linebreak="al", - specials={ "font", 0x74 }, - unicodeslot=0x1D4FD, - visual="bi", + unicodeslot=0x1D222, }, - [0x1D4FE]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL U", - direction="l", + [0x1D223]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x000B", + direction="on", linebreak="al", - specials={ "font", 0x75 }, - unicodeslot=0x1D4FE, - visual="bi", + unicodeslot=0x1D223, }, - [0x1D4FF]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL V", - direction="l", + [0x1D224]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x000C", + direction="on", linebreak="al", - specials={ "font", 0x76 }, - unicodeslot=0x1D4FF, - visual="bi", + unicodeslot=0x1D224, }, - [0x1D500]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL W", - direction="l", + [0x1D225]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x000D", + direction="on", linebreak="al", - specials={ "font", 0x77 }, - unicodeslot=0x1D500, - visual="bi", + unicodeslot=0x1D225, }, - [0x1D501]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL X", - direction="l", + [0x1D226]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x000E", + direction="on", linebreak="al", - specials={ "font", 0x78 }, - unicodeslot=0x1D501, - visual="bi", + unicodeslot=0x1D226, }, - [0x1D502]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL Y", - direction="l", + [0x1D227]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0011", + direction="on", linebreak="al", - specials={ "font", 0x79 }, - unicodeslot=0x1D502, - visual="bi", + unicodeslot=0x1D227, }, - [0x1D503]={ - category="ll", - description="MATHEMATICAL BOLD SCRIPT SMALL Z", - direction="l", + [0x1D228]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0012", + direction="on", linebreak="al", - specials={ "font", 0x7A }, - unicodeslot=0x1D503, - visual="bi", + unicodeslot=0x1D228, }, - [0x1D504]={ - category="lu", - description="MATHEMATICAL FRAKTUR CAPITAL A", - direction="l", + [0x1D229]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0013", + direction="on", linebreak="al", - specials={ "font", 0x41 }, - unicodeslot=0x1D504, + unicodeslot=0x1D229, }, - [0x1D505]={ - category="lu", - description="MATHEMATICAL FRAKTUR CAPITAL B", - direction="l", + [0x1D22A]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0017", + direction="on", linebreak="al", - specials={ "font", 0x42 }, - unicodeslot=0x1D505, + unicodeslot=0x1D22A, }, - [0x1D507]={ - category="lu", - description="MATHEMATICAL FRAKTUR CAPITAL D", - direction="l", + [0x1D22B]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0018", + direction="on", linebreak="al", - specials={ "font", 0x44 }, - unicodeslot=0x1D507, + unicodeslot=0x1D22B, }, - [0x1D508]={ - category="lu", - description="MATHEMATICAL FRAKTUR CAPITAL E", - direction="l", + [0x1D22C]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0019", + direction="on", linebreak="al", - specials={ "font", 0x45 }, - unicodeslot=0x1D508, + unicodeslot=0x1D22C, }, - [0x1D509]={ - category="lu", - description="MATHEMATICAL FRAKTUR CAPITAL F", - direction="l", + [0x1D22D]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x001A", + direction="on", linebreak="al", - specials={ "font", 0x46 }, - unicodeslot=0x1D509, + unicodeslot=0x1D22D, }, - [0x1D50A]={ - category="lu", - description="MATHEMATICAL FRAKTUR CAPITAL G", - direction="l", + [0x1D22E]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x001B", + direction="on", linebreak="al", - specials={ "font", 0x47 }, - unicodeslot=0x1D50A, + unicodeslot=0x1D22E, }, - [0x1D50D]={ - category="lu", - description="MATHEMATICAL FRAKTUR CAPITAL J", - direction="l", + [0x1D22F]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x001D", + direction="on", linebreak="al", - specials={ "font", 0x4A }, - unicodeslot=0x1D50D, + unicodeslot=0x1D22F, }, - [0x1D50E]={ - category="lu", - description="MATHEMATICAL FRAKTUR CAPITAL K", - direction="l", + [0x1D230]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x001E", + direction="on", linebreak="al", - specials={ "font", 0x4B }, - unicodeslot=0x1D50E, + unicodeslot=0x1D230, }, - [0x1D50F]={ - category="lu", - description="MATHEMATICAL FRAKTUR CAPITAL L", - direction="l", + [0x1D231]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0020", + direction="on", linebreak="al", - specials={ "font", 0x4C }, - unicodeslot=0x1D50F, + unicodeslot=0x1D231, }, - [0x1D510]={ - category="lu", - description="MATHEMATICAL FRAKTUR CAPITAL M", - direction="l", + [0x1D232]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0024", + direction="on", linebreak="al", - specials={ "font", 0x4D }, - synonyms={ "new testament majority text" }, - unicodeslot=0x1D510, + unicodeslot=0x1D232, }, - [0x1D511]={ - category="lu", - description="MATHEMATICAL FRAKTUR CAPITAL N", - direction="l", + [0x1D233]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0025", + direction="on", linebreak="al", - specials={ "font", 0x4E }, - unicodeslot=0x1D511, + unicodeslot=0x1D233, }, - [0x1D512]={ - category="lu", - description="MATHEMATICAL FRAKTUR CAPITAL O", - direction="l", + [0x1D234]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0026", + direction="on", linebreak="al", - specials={ "font", 0x4F }, - unicodeslot=0x1D512, + unicodeslot=0x1D234, }, - [0x1D513]={ - category="lu", - description="MATHEMATICAL FRAKTUR CAPITAL P", - direction="l", + [0x1D235]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0027", + direction="on", linebreak="al", - specials={ "font", 0x50 }, - unicodeslot=0x1D513, + unicodeslot=0x1D235, }, - [0x1D514]={ - category="lu", - description="MATHEMATICAL FRAKTUR CAPITAL Q", - direction="l", + [0x1D236]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0028", + direction="on", linebreak="al", - specials={ "font", 0x51 }, - unicodeslot=0x1D514, + unicodeslot=0x1D236, }, - [0x1D516]={ - category="lu", - description="MATHEMATICAL FRAKTUR CAPITAL S", - direction="l", + [0x1D237]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x002A", + direction="on", linebreak="al", - specials={ "font", 0x53 }, - synonyms={ "greek old testament", "septuagint" }, - unicodeslot=0x1D516, + unicodeslot=0x1D237, }, - [0x1D517]={ - category="lu", - description="MATHEMATICAL FRAKTUR CAPITAL T", - direction="l", + [0x1D238]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x002B", + direction="on", linebreak="al", - specials={ "font", 0x54 }, - unicodeslot=0x1D517, + unicodeslot=0x1D238, }, - [0x1D518]={ - category="lu", - description="MATHEMATICAL FRAKTUR CAPITAL U", - direction="l", + [0x1D239]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x002D", + direction="on", linebreak="al", - specials={ "font", 0x55 }, - unicodeslot=0x1D518, + unicodeslot=0x1D239, }, - [0x1D519]={ - category="lu", - description="MATHEMATICAL FRAKTUR CAPITAL V", - direction="l", + [0x1D23A]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x002F", + direction="on", linebreak="al", - specials={ "font", 0x56 }, - unicodeslot=0x1D519, + unicodeslot=0x1D23A, }, - [0x1D51A]={ - category="lu", - description="MATHEMATICAL FRAKTUR CAPITAL W", - direction="l", + [0x1D23B]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0030", + direction="on", linebreak="al", - specials={ "font", 0x57 }, - unicodeslot=0x1D51A, + unicodeslot=0x1D23B, }, - [0x1D51B]={ - category="lu", - description="MATHEMATICAL FRAKTUR CAPITAL X", - direction="l", + [0x1D23C]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0031", + direction="on", linebreak="al", - specials={ "font", 0x58 }, - unicodeslot=0x1D51B, + unicodeslot=0x1D23C, }, - [0x1D51C]={ - category="lu", - description="MATHEMATICAL FRAKTUR CAPITAL Y", - direction="l", + [0x1D23D]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0032", + direction="on", linebreak="al", - specials={ "font", 0x59 }, - unicodeslot=0x1D51C, + unicodeslot=0x1D23D, }, - [0x1D51E]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL A", - direction="l", + [0x1D23E]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0033", + direction="on", linebreak="al", - specials={ "font", 0x61 }, - unicodeslot=0x1D51E, + unicodeslot=0x1D23E, }, - [0x1D51F]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL B", - direction="l", + [0x1D23F]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0034", + direction="on", linebreak="al", - specials={ "font", 0x62 }, - unicodeslot=0x1D51F, + unicodeslot=0x1D23F, }, - [0x1D520]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL C", - direction="l", + [0x1D240]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0035", + direction="on", linebreak="al", - specials={ "font", 0x63 }, - unicodeslot=0x1D520, + unicodeslot=0x1D240, }, - [0x1D521]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL D", - direction="l", + [0x1D241]={ + category="so", + description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0036", + direction="on", linebreak="al", - specials={ "font", 0x64 }, - unicodeslot=0x1D521, + unicodeslot=0x1D241, }, - [0x1D522]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL E", - direction="l", - linebreak="al", - specials={ "font", 0x65 }, - unicodeslot=0x1D522, + [0x1D242]={ + category="mn", + combining=0xE6, + description="COMBINING GREEK MUSICAL TRISEME", + direction="nsm", + linebreak="cm", + unicodeslot=0x1D242, }, - [0x1D523]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL F", - direction="l", - linebreak="al", - specials={ "font", 0x66 }, - unicodeslot=0x1D523, + [0x1D243]={ + category="mn", + combining=0xE6, + description="COMBINING GREEK MUSICAL TETRASEME", + direction="nsm", + linebreak="cm", + unicodeslot=0x1D243, }, - [0x1D524]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL G", - direction="l", + [0x1D244]={ + category="mn", + combining=0xE6, + description="COMBINING GREEK MUSICAL PENTASEME", + direction="nsm", + linebreak="cm", + unicodeslot=0x1D244, + }, + [0x1D245]={ + category="so", + description="GREEK MUSICAL LEIMMA", + direction="on", linebreak="al", - specials={ "font", 0x67 }, - unicodeslot=0x1D524, + unicodeslot=0x1D245, }, - [0x1D525]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL H", + [0x1D2E0]={ + category="no", + description="MAYAN NUMERAL ZERO", direction="l", linebreak="al", - specials={ "font", 0x68 }, - unicodeslot=0x1D525, + unicodeslot=0x1D2E0, }, - [0x1D526]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL I", + [0x1D2E1]={ + category="no", + description="MAYAN NUMERAL ONE", direction="l", linebreak="al", - specials={ "font", 0x69 }, - unicodeslot=0x1D526, + unicodeslot=0x1D2E1, }, - [0x1D527]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL J", + [0x1D2E2]={ + category="no", + description="MAYAN NUMERAL TWO", direction="l", linebreak="al", - specials={ "font", 0x6A }, - unicodeslot=0x1D527, + unicodeslot=0x1D2E2, }, - [0x1D528]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL K", + [0x1D2E3]={ + category="no", + description="MAYAN NUMERAL THREE", direction="l", linebreak="al", - specials={ "font", 0x6B }, - unicodeslot=0x1D528, + unicodeslot=0x1D2E3, }, - [0x1D529]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL L", + [0x1D2E4]={ + category="no", + description="MAYAN NUMERAL FOUR", direction="l", linebreak="al", - specials={ "font", 0x6C }, - unicodeslot=0x1D529, + unicodeslot=0x1D2E4, }, - [0x1D52A]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL M", + [0x1D2E5]={ + category="no", + description="MAYAN NUMERAL FIVE", direction="l", linebreak="al", - specials={ "font", 0x6D }, - unicodeslot=0x1D52A, + unicodeslot=0x1D2E5, }, - [0x1D52B]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL N", + [0x1D2E6]={ + category="no", + description="MAYAN NUMERAL SIX", direction="l", linebreak="al", - specials={ "font", 0x6E }, - unicodeslot=0x1D52B, + unicodeslot=0x1D2E6, }, - [0x1D52C]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL O", + [0x1D2E7]={ + category="no", + description="MAYAN NUMERAL SEVEN", direction="l", linebreak="al", - specials={ "font", 0x6F }, - unicodeslot=0x1D52C, + unicodeslot=0x1D2E7, }, - [0x1D52D]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL P", + [0x1D2E8]={ + category="no", + description="MAYAN NUMERAL EIGHT", direction="l", linebreak="al", - specials={ "font", 0x70 }, - unicodeslot=0x1D52D, + unicodeslot=0x1D2E8, }, - [0x1D52E]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL Q", + [0x1D2E9]={ + category="no", + description="MAYAN NUMERAL NINE", direction="l", linebreak="al", - specials={ "font", 0x71 }, - unicodeslot=0x1D52E, + unicodeslot=0x1D2E9, }, - [0x1D52F]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL R", + [0x1D2EA]={ + category="no", + description="MAYAN NUMERAL TEN", direction="l", linebreak="al", - specials={ "font", 0x72 }, - unicodeslot=0x1D52F, + unicodeslot=0x1D2EA, }, - [0x1D530]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL S", + [0x1D2EB]={ + category="no", + description="MAYAN NUMERAL ELEVEN", direction="l", linebreak="al", - specials={ "font", 0x73 }, - unicodeslot=0x1D530, + unicodeslot=0x1D2EB, }, - [0x1D531]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL T", + [0x1D2EC]={ + category="no", + description="MAYAN NUMERAL TWELVE", direction="l", linebreak="al", - specials={ "font", 0x74 }, - unicodeslot=0x1D531, + unicodeslot=0x1D2EC, }, - [0x1D532]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL U", + [0x1D2ED]={ + category="no", + description="MAYAN NUMERAL THIRTEEN", direction="l", linebreak="al", - specials={ "font", 0x75 }, - unicodeslot=0x1D532, + unicodeslot=0x1D2ED, }, - [0x1D533]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL V", + [0x1D2EE]={ + category="no", + description="MAYAN NUMERAL FOURTEEN", direction="l", linebreak="al", - specials={ "font", 0x76 }, - unicodeslot=0x1D533, + unicodeslot=0x1D2EE, }, - [0x1D534]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL W", + [0x1D2EF]={ + category="no", + description="MAYAN NUMERAL FIFTEEN", direction="l", linebreak="al", - specials={ "font", 0x77 }, - unicodeslot=0x1D534, + unicodeslot=0x1D2EF, }, - [0x1D535]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL X", + [0x1D2F0]={ + category="no", + description="MAYAN NUMERAL SIXTEEN", direction="l", linebreak="al", - specials={ "font", 0x78 }, - unicodeslot=0x1D535, + unicodeslot=0x1D2F0, }, - [0x1D536]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL Y", + [0x1D2F1]={ + category="no", + description="MAYAN NUMERAL SEVENTEEN", direction="l", linebreak="al", - specials={ "font", 0x79 }, - unicodeslot=0x1D536, + unicodeslot=0x1D2F1, }, - [0x1D537]={ - category="ll", - description="MATHEMATICAL FRAKTUR SMALL Z", + [0x1D2F2]={ + category="no", + description="MAYAN NUMERAL EIGHTEEN", direction="l", linebreak="al", - specials={ "font", 0x7A }, - unicodeslot=0x1D537, + unicodeslot=0x1D2F2, }, - [0x1D538]={ - category="lu", - description="MATHEMATICAL DOUBLE-STRUCK CAPITAL A", + [0x1D2F3]={ + category="no", + description="MAYAN NUMERAL NINETEEN", direction="l", linebreak="al", - specials={ "font", 0x41 }, - unicodeslot=0x1D538, + unicodeslot=0x1D2F3, }, - [0x1D539]={ - category="lu", - description="MATHEMATICAL DOUBLE-STRUCK CAPITAL B", - direction="l", + [0x1D300]={ + category="so", + description="MONOGRAM FOR EARTH", + direction="on", linebreak="al", - specials={ "font", 0x42 }, - unicodeslot=0x1D539, + unicodeslot=0x1D300, }, - [0x1D53B]={ - category="lu", - description="MATHEMATICAL DOUBLE-STRUCK CAPITAL D", - direction="l", + [0x1D301]={ + category="so", + description="DIGRAM FOR HEAVENLY EARTH", + direction="on", linebreak="al", - specials={ "font", 0x44 }, - unicodeslot=0x1D53B, + unicodeslot=0x1D301, }, - [0x1D53C]={ - category="lu", - description="MATHEMATICAL DOUBLE-STRUCK CAPITAL E", - direction="l", + [0x1D302]={ + category="so", + description="DIGRAM FOR HUMAN EARTH", + direction="on", linebreak="al", - specials={ "font", 0x45 }, - unicodeslot=0x1D53C, + unicodeslot=0x1D302, }, - [0x1D53D]={ - category="lu", - description="MATHEMATICAL DOUBLE-STRUCK CAPITAL F", - direction="l", + [0x1D303]={ + category="so", + description="DIGRAM FOR EARTHLY HEAVEN", + direction="on", linebreak="al", - specials={ "font", 0x46 }, - unicodeslot=0x1D53D, + unicodeslot=0x1D303, }, - [0x1D53E]={ - category="lu", - description="MATHEMATICAL DOUBLE-STRUCK CAPITAL G", - direction="l", + [0x1D304]={ + category="so", + description="DIGRAM FOR EARTHLY HUMAN", + direction="on", linebreak="al", - specials={ "font", 0x47 }, - unicodeslot=0x1D53E, + unicodeslot=0x1D304, }, - [0x1D540]={ - category="lu", - description="MATHEMATICAL DOUBLE-STRUCK CAPITAL I", - direction="l", + [0x1D305]={ + category="so", + description="DIGRAM FOR EARTH", + direction="on", linebreak="al", - specials={ "font", 0x49 }, - unicodeslot=0x1D540, + unicodeslot=0x1D305, }, - [0x1D541]={ - category="lu", - description="MATHEMATICAL DOUBLE-STRUCK CAPITAL J", - direction="l", + [0x1D306]={ + category="so", + description="TETRAGRAM FOR CENTRE", + direction="on", linebreak="al", - specials={ "font", 0x4A }, - unicodeslot=0x1D541, + unicodeslot=0x1D306, }, - [0x1D542]={ - category="lu", - description="MATHEMATICAL DOUBLE-STRUCK CAPITAL K", - direction="l", + [0x1D307]={ + category="so", + description="TETRAGRAM FOR FULL CIRCLE", + direction="on", linebreak="al", - specials={ "font", 0x4B }, - unicodeslot=0x1D542, + unicodeslot=0x1D307, }, - [0x1D543]={ - category="lu", - description="MATHEMATICAL DOUBLE-STRUCK CAPITAL L", - direction="l", + [0x1D308]={ + category="so", + description="TETRAGRAM FOR MIRED", + direction="on", linebreak="al", - specials={ "font", 0x4C }, - unicodeslot=0x1D543, + unicodeslot=0x1D308, }, - [0x1D544]={ - category="lu", - description="MATHEMATICAL DOUBLE-STRUCK CAPITAL M", - direction="l", + [0x1D309]={ + category="so", + description="TETRAGRAM FOR BARRIER", + direction="on", linebreak="al", - specials={ "font", 0x4D }, - unicodeslot=0x1D544, + unicodeslot=0x1D309, }, - [0x1D546]={ - category="lu", - description="MATHEMATICAL DOUBLE-STRUCK CAPITAL O", - direction="l", + [0x1D30A]={ + category="so", + description="TETRAGRAM FOR KEEPING SMALL", + direction="on", linebreak="al", - specials={ "font", 0x4F }, - unicodeslot=0x1D546, + unicodeslot=0x1D30A, }, - [0x1D54A]={ - category="lu", - description="MATHEMATICAL DOUBLE-STRUCK CAPITAL S", - direction="l", + [0x1D30B]={ + category="so", + description="TETRAGRAM FOR CONTRARIETY", + direction="on", linebreak="al", - specials={ "font", 0x53 }, - unicodeslot=0x1D54A, + unicodeslot=0x1D30B, }, - [0x1D54B]={ - category="lu", - description="MATHEMATICAL DOUBLE-STRUCK CAPITAL T", - direction="l", + [0x1D30C]={ + category="so", + description="TETRAGRAM FOR ASCENT", + direction="on", linebreak="al", - specials={ "font", 0x54 }, - unicodeslot=0x1D54B, + unicodeslot=0x1D30C, }, - [0x1D54C]={ - category="lu", - description="MATHEMATICAL DOUBLE-STRUCK CAPITAL U", - direction="l", + [0x1D30D]={ + category="so", + description="TETRAGRAM FOR OPPOSITION", + direction="on", linebreak="al", - specials={ "font", 0x55 }, - unicodeslot=0x1D54C, + unicodeslot=0x1D30D, }, - [0x1D54D]={ - category="lu", - description="MATHEMATICAL DOUBLE-STRUCK CAPITAL V", - direction="l", + [0x1D30E]={ + category="so", + description="TETRAGRAM FOR BRANCHING OUT", + direction="on", linebreak="al", - specials={ "font", 0x56 }, - unicodeslot=0x1D54D, + unicodeslot=0x1D30E, }, - [0x1D54E]={ - category="lu", - description="MATHEMATICAL DOUBLE-STRUCK CAPITAL W", - direction="l", + [0x1D30F]={ + category="so", + description="TETRAGRAM FOR DEFECTIVENESS OR DISTORTION", + direction="on", linebreak="al", - specials={ "font", 0x57 }, - unicodeslot=0x1D54E, + unicodeslot=0x1D30F, }, - [0x1D54F]={ - category="lu", - description="MATHEMATICAL DOUBLE-STRUCK CAPITAL X", - direction="l", + [0x1D310]={ + category="so", + description="TETRAGRAM FOR DIVERGENCE", + direction="on", linebreak="al", - specials={ "font", 0x58 }, - unicodeslot=0x1D54F, + unicodeslot=0x1D310, }, - [0x1D550]={ - category="lu", - description="MATHEMATICAL DOUBLE-STRUCK CAPITAL Y", - direction="l", + [0x1D311]={ + category="so", + description="TETRAGRAM FOR YOUTHFULNESS", + direction="on", linebreak="al", - specials={ "font", 0x59 }, - unicodeslot=0x1D550, + unicodeslot=0x1D311, }, - [0x1D552]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL A", - direction="l", + [0x1D312]={ + category="so", + description="TETRAGRAM FOR INCREASE", + direction="on", linebreak="al", - specials={ "font", 0x61 }, - unicodeslot=0x1D552, + unicodeslot=0x1D312, }, - [0x1D553]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL B", - direction="l", + [0x1D313]={ + category="so", + description="TETRAGRAM FOR PENETRATION", + direction="on", linebreak="al", - specials={ "font", 0x62 }, - unicodeslot=0x1D553, + unicodeslot=0x1D313, }, - [0x1D554]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL C", + [0x1D314]={ + category="so", + description="TETRAGRAM FOR REACH", + direction="on", + linebreak="al", + unicodeslot=0x1D314, + }, + [0x1D315]={ + category="so", + description="TETRAGRAM FOR CONTACT", + direction="on", + linebreak="al", + unicodeslot=0x1D315, + }, + [0x1D316]={ + category="so", + description="TETRAGRAM FOR HOLDING BACK", + direction="on", + linebreak="al", + unicodeslot=0x1D316, + }, + [0x1D317]={ + category="so", + description="TETRAGRAM FOR WAITING", + direction="on", + linebreak="al", + unicodeslot=0x1D317, + }, + [0x1D318]={ + category="so", + description="TETRAGRAM FOR FOLLOWING", + direction="on", + linebreak="al", + unicodeslot=0x1D318, + }, + [0x1D319]={ + category="so", + description="TETRAGRAM FOR ADVANCE", + direction="on", + linebreak="al", + unicodeslot=0x1D319, + }, + [0x1D31A]={ + category="so", + description="TETRAGRAM FOR RELEASE", + direction="on", + linebreak="al", + unicodeslot=0x1D31A, + }, + [0x1D31B]={ + category="so", + description="TETRAGRAM FOR RESISTANCE", + direction="on", + linebreak="al", + unicodeslot=0x1D31B, + }, + [0x1D31C]={ + category="so", + description="TETRAGRAM FOR EASE", + direction="on", + linebreak="al", + unicodeslot=0x1D31C, + }, + [0x1D31D]={ + category="so", + description="TETRAGRAM FOR JOY", + direction="on", + linebreak="al", + unicodeslot=0x1D31D, + }, + [0x1D31E]={ + category="so", + description="TETRAGRAM FOR CONTENTION", + direction="on", + linebreak="al", + unicodeslot=0x1D31E, + }, + [0x1D31F]={ + category="so", + description="TETRAGRAM FOR ENDEAVOUR", + direction="on", + linebreak="al", + unicodeslot=0x1D31F, + }, + [0x1D320]={ + category="so", + description="TETRAGRAM FOR DUTIES", + direction="on", + linebreak="al", + unicodeslot=0x1D320, + }, + [0x1D321]={ + category="so", + description="TETRAGRAM FOR CHANGE", + direction="on", + linebreak="al", + unicodeslot=0x1D321, + }, + [0x1D322]={ + category="so", + description="TETRAGRAM FOR DECISIVENESS", + direction="on", + linebreak="al", + unicodeslot=0x1D322, + }, + [0x1D323]={ + category="so", + description="TETRAGRAM FOR BOLD RESOLUTION", + direction="on", + linebreak="al", + unicodeslot=0x1D323, + }, + [0x1D324]={ + category="so", + description="TETRAGRAM FOR PACKING", + direction="on", + linebreak="al", + unicodeslot=0x1D324, + }, + [0x1D325]={ + category="so", + description="TETRAGRAM FOR LEGION", + direction="on", + linebreak="al", + unicodeslot=0x1D325, + }, + [0x1D326]={ + category="so", + description="TETRAGRAM FOR CLOSENESS", + direction="on", + linebreak="al", + unicodeslot=0x1D326, + }, + [0x1D327]={ + category="so", + description="TETRAGRAM FOR KINSHIP", + direction="on", + linebreak="al", + unicodeslot=0x1D327, + }, + [0x1D328]={ + category="so", + description="TETRAGRAM FOR GATHERING", + direction="on", + linebreak="al", + unicodeslot=0x1D328, + }, + [0x1D329]={ + category="so", + description="TETRAGRAM FOR STRENGTH", + direction="on", + linebreak="al", + unicodeslot=0x1D329, + }, + [0x1D32A]={ + category="so", + description="TETRAGRAM FOR PURITY", + direction="on", + linebreak="al", + unicodeslot=0x1D32A, + }, + [0x1D32B]={ + category="so", + description="TETRAGRAM FOR FULLNESS", + direction="on", + linebreak="al", + unicodeslot=0x1D32B, + }, + [0x1D32C]={ + category="so", + description="TETRAGRAM FOR RESIDENCE", + direction="on", + linebreak="al", + unicodeslot=0x1D32C, + }, + [0x1D32D]={ + category="so", + description="TETRAGRAM FOR LAW OR MODEL", + direction="on", + linebreak="al", + unicodeslot=0x1D32D, + }, + [0x1D32E]={ + category="so", + description="TETRAGRAM FOR RESPONSE", + direction="on", + linebreak="al", + unicodeslot=0x1D32E, + }, + [0x1D32F]={ + category="so", + description="TETRAGRAM FOR GOING TO MEET", + direction="on", + linebreak="al", + unicodeslot=0x1D32F, + }, + [0x1D330]={ + category="so", + description="TETRAGRAM FOR ENCOUNTERS", + direction="on", + linebreak="al", + unicodeslot=0x1D330, + }, + [0x1D331]={ + category="so", + description="TETRAGRAM FOR STOVE", + direction="on", + linebreak="al", + unicodeslot=0x1D331, + }, + [0x1D332]={ + category="so", + description="TETRAGRAM FOR GREATNESS", + direction="on", + linebreak="al", + unicodeslot=0x1D332, + }, + [0x1D333]={ + category="so", + description="TETRAGRAM FOR ENLARGEMENT", + direction="on", + linebreak="al", + unicodeslot=0x1D333, + }, + [0x1D334]={ + category="so", + description="TETRAGRAM FOR PATTERN", + direction="on", + linebreak="al", + unicodeslot=0x1D334, + }, + [0x1D335]={ + category="so", + description="TETRAGRAM FOR RITUAL", + direction="on", + linebreak="al", + unicodeslot=0x1D335, + }, + [0x1D336]={ + category="so", + description="TETRAGRAM FOR FLIGHT", + direction="on", + linebreak="al", + unicodeslot=0x1D336, + }, + [0x1D337]={ + category="so", + description="TETRAGRAM FOR VASTNESS OR WASTING", + direction="on", + linebreak="al", + unicodeslot=0x1D337, + }, + [0x1D338]={ + category="so", + description="TETRAGRAM FOR CONSTANCY", + direction="on", + linebreak="al", + unicodeslot=0x1D338, + }, + [0x1D339]={ + category="so", + description="TETRAGRAM FOR MEASURE", + direction="on", + linebreak="al", + unicodeslot=0x1D339, + }, + [0x1D33A]={ + category="so", + description="TETRAGRAM FOR ETERNITY", + direction="on", + linebreak="al", + unicodeslot=0x1D33A, + }, + [0x1D33B]={ + category="so", + description="TETRAGRAM FOR UNITY", + direction="on", + linebreak="al", + unicodeslot=0x1D33B, + }, + [0x1D33C]={ + category="so", + description="TETRAGRAM FOR DIMINISHMENT", + direction="on", + linebreak="al", + unicodeslot=0x1D33C, + }, + [0x1D33D]={ + category="so", + description="TETRAGRAM FOR CLOSED MOUTH", + direction="on", + linebreak="al", + unicodeslot=0x1D33D, + }, + [0x1D33E]={ + category="so", + description="TETRAGRAM FOR GUARDEDNESS", + direction="on", + linebreak="al", + unicodeslot=0x1D33E, + }, + [0x1D33F]={ + category="so", + description="TETRAGRAM FOR GATHERING IN", + direction="on", + linebreak="al", + unicodeslot=0x1D33F, + }, + [0x1D340]={ + category="so", + description="TETRAGRAM FOR MASSING", + direction="on", + linebreak="al", + unicodeslot=0x1D340, + }, + [0x1D341]={ + category="so", + description="TETRAGRAM FOR ACCUMULATION", + direction="on", + linebreak="al", + unicodeslot=0x1D341, + }, + [0x1D342]={ + category="so", + description="TETRAGRAM FOR EMBELLISHMENT", + direction="on", + linebreak="al", + unicodeslot=0x1D342, + }, + [0x1D343]={ + category="so", + description="TETRAGRAM FOR DOUBT", + direction="on", + linebreak="al", + unicodeslot=0x1D343, + }, + [0x1D344]={ + category="so", + description="TETRAGRAM FOR WATCH", + direction="on", + linebreak="al", + unicodeslot=0x1D344, + }, + [0x1D345]={ + category="so", + description="TETRAGRAM FOR SINKING", + direction="on", + linebreak="al", + unicodeslot=0x1D345, + }, + [0x1D346]={ + category="so", + description="TETRAGRAM FOR INNER", + direction="on", + linebreak="al", + unicodeslot=0x1D346, + }, + [0x1D347]={ + category="so", + description="TETRAGRAM FOR DEPARTURE", + direction="on", + linebreak="al", + unicodeslot=0x1D347, + }, + [0x1D348]={ + category="so", + description="TETRAGRAM FOR DARKENING", + direction="on", + linebreak="al", + unicodeslot=0x1D348, + }, + [0x1D349]={ + category="so", + description="TETRAGRAM FOR DIMMING", + direction="on", + linebreak="al", + unicodeslot=0x1D349, + }, + [0x1D34A]={ + category="so", + description="TETRAGRAM FOR EXHAUSTION", + direction="on", + linebreak="al", + unicodeslot=0x1D34A, + }, + [0x1D34B]={ + category="so", + description="TETRAGRAM FOR SEVERANCE", + direction="on", + linebreak="al", + unicodeslot=0x1D34B, + }, + [0x1D34C]={ + category="so", + description="TETRAGRAM FOR STOPPAGE", + direction="on", + linebreak="al", + unicodeslot=0x1D34C, + }, + [0x1D34D]={ + category="so", + description="TETRAGRAM FOR HARDNESS", + direction="on", + linebreak="al", + unicodeslot=0x1D34D, + }, + [0x1D34E]={ + category="so", + description="TETRAGRAM FOR COMPLETION", + direction="on", + linebreak="al", + unicodeslot=0x1D34E, + }, + [0x1D34F]={ + category="so", + description="TETRAGRAM FOR CLOSURE", + direction="on", + linebreak="al", + unicodeslot=0x1D34F, + }, + [0x1D350]={ + category="so", + description="TETRAGRAM FOR FAILURE", + direction="on", + linebreak="al", + unicodeslot=0x1D350, + }, + [0x1D351]={ + category="so", + description="TETRAGRAM FOR AGGRAVATION", + direction="on", + linebreak="al", + unicodeslot=0x1D351, + }, + [0x1D352]={ + category="so", + description="TETRAGRAM FOR COMPLIANCE", + direction="on", + linebreak="al", + unicodeslot=0x1D352, + }, + [0x1D353]={ + category="so", + description="TETRAGRAM FOR ON THE VERGE", + direction="on", + linebreak="al", + unicodeslot=0x1D353, + }, + [0x1D354]={ + category="so", + description="TETRAGRAM FOR DIFFICULTIES", + direction="on", + linebreak="al", + unicodeslot=0x1D354, + }, + [0x1D355]={ + category="so", + description="TETRAGRAM FOR LABOURING", + direction="on", + linebreak="al", + unicodeslot=0x1D355, + }, + [0x1D356]={ + category="so", + description="TETRAGRAM FOR FOSTERING", + direction="on", + linebreak="al", + unicodeslot=0x1D356, + }, + [0x1D360]={ + category="no", + description="COUNTING ROD UNIT DIGIT ONE", direction="l", linebreak="al", - specials={ "font", 0x63 }, - unicodeslot=0x1D554, + unicodeslot=0x1D360, }, - [0x1D555]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL D", + [0x1D361]={ + category="no", + description="COUNTING ROD UNIT DIGIT TWO", direction="l", linebreak="al", - specials={ "font", 0x64 }, - unicodeslot=0x1D555, + unicodeslot=0x1D361, }, - [0x1D556]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL E", + [0x1D362]={ + category="no", + description="COUNTING ROD UNIT DIGIT THREE", direction="l", linebreak="al", - specials={ "font", 0x65 }, - unicodeslot=0x1D556, + unicodeslot=0x1D362, }, - [0x1D557]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL F", + [0x1D363]={ + category="no", + description="COUNTING ROD UNIT DIGIT FOUR", direction="l", linebreak="al", - specials={ "font", 0x66 }, - unicodeslot=0x1D557, + unicodeslot=0x1D363, }, - [0x1D558]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL G", + [0x1D364]={ + category="no", + description="COUNTING ROD UNIT DIGIT FIVE", direction="l", linebreak="al", - specials={ "font", 0x67 }, - unicodeslot=0x1D558, + unicodeslot=0x1D364, }, - [0x1D559]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL H", + [0x1D365]={ + category="no", + description="COUNTING ROD UNIT DIGIT SIX", direction="l", linebreak="al", - specials={ "font", 0x68 }, - unicodeslot=0x1D559, + unicodeslot=0x1D365, }, - [0x1D55A]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL I", + [0x1D366]={ + category="no", + description="COUNTING ROD UNIT DIGIT SEVEN", direction="l", linebreak="al", - specials={ "font", 0x69 }, - unicodeslot=0x1D55A, + unicodeslot=0x1D366, }, - [0x1D55B]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL J", + [0x1D367]={ + category="no", + description="COUNTING ROD UNIT DIGIT EIGHT", direction="l", linebreak="al", - specials={ "font", 0x6A }, - unicodeslot=0x1D55B, + unicodeslot=0x1D367, }, - [0x1D55C]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL K", + [0x1D368]={ + category="no", + description="COUNTING ROD UNIT DIGIT NINE", direction="l", linebreak="al", - specials={ "font", 0x6B }, - unicodeslot=0x1D55C, + unicodeslot=0x1D368, }, - [0x1D55D]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL L", + [0x1D369]={ + category="no", + description="COUNTING ROD TENS DIGIT ONE", direction="l", linebreak="al", - specials={ "font", 0x6C }, - unicodeslot=0x1D55D, + unicodeslot=0x1D369, }, - [0x1D55E]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL M", + [0x1D36A]={ + category="no", + description="COUNTING ROD TENS DIGIT TWO", direction="l", linebreak="al", - specials={ "font", 0x6D }, - unicodeslot=0x1D55E, + unicodeslot=0x1D36A, }, - [0x1D55F]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL N", + [0x1D36B]={ + category="no", + description="COUNTING ROD TENS DIGIT THREE", direction="l", linebreak="al", - specials={ "font", 0x6E }, - unicodeslot=0x1D55F, + unicodeslot=0x1D36B, }, - [0x1D560]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL O", + [0x1D36C]={ + category="no", + description="COUNTING ROD TENS DIGIT FOUR", direction="l", linebreak="al", - specials={ "font", 0x6F }, - unicodeslot=0x1D560, + unicodeslot=0x1D36C, }, - [0x1D561]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL P", + [0x1D36D]={ + category="no", + description="COUNTING ROD TENS DIGIT FIVE", direction="l", linebreak="al", - specials={ "font", 0x70 }, - unicodeslot=0x1D561, + unicodeslot=0x1D36D, }, - [0x1D562]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL Q", + [0x1D36E]={ + category="no", + description="COUNTING ROD TENS DIGIT SIX", direction="l", linebreak="al", - specials={ "font", 0x71 }, - unicodeslot=0x1D562, + unicodeslot=0x1D36E, }, - [0x1D563]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL R", + [0x1D36F]={ + category="no", + description="COUNTING ROD TENS DIGIT SEVEN", direction="l", linebreak="al", - specials={ "font", 0x72 }, - unicodeslot=0x1D563, + unicodeslot=0x1D36F, }, - [0x1D564]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL S", + [0x1D370]={ + category="no", + description="COUNTING ROD TENS DIGIT EIGHT", direction="l", linebreak="al", - specials={ "font", 0x73 }, - unicodeslot=0x1D564, + unicodeslot=0x1D370, }, - [0x1D565]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL T", + [0x1D371]={ + category="no", + description="COUNTING ROD TENS DIGIT NINE", direction="l", linebreak="al", - specials={ "font", 0x74 }, - unicodeslot=0x1D565, + unicodeslot=0x1D371, }, - [0x1D566]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL U", + [0x1D372]={ + category="no", + description="IDEOGRAPHIC TALLY MARK ONE", direction="l", linebreak="al", - specials={ "font", 0x75 }, - unicodeslot=0x1D566, + unicodeslot=0x1D372, }, - [0x1D567]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL V", + [0x1D373]={ + category="no", + description="IDEOGRAPHIC TALLY MARK TWO", direction="l", linebreak="al", - specials={ "font", 0x76 }, - unicodeslot=0x1D567, + unicodeslot=0x1D373, }, - [0x1D568]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL W", + [0x1D374]={ + category="no", + description="IDEOGRAPHIC TALLY MARK THREE", direction="l", linebreak="al", - specials={ "font", 0x77 }, - unicodeslot=0x1D568, + unicodeslot=0x1D374, }, - [0x1D569]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL X", + [0x1D375]={ + category="no", + description="IDEOGRAPHIC TALLY MARK FOUR", direction="l", linebreak="al", - specials={ "font", 0x78 }, - unicodeslot=0x1D569, + unicodeslot=0x1D375, }, - [0x1D56A]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL Y", + [0x1D376]={ + category="no", + description="IDEOGRAPHIC TALLY MARK FIVE", direction="l", linebreak="al", - specials={ "font", 0x79 }, - unicodeslot=0x1D56A, + unicodeslot=0x1D376, }, - [0x1D56B]={ - category="ll", - description="MATHEMATICAL DOUBLE-STRUCK SMALL Z", + [0x1D377]={ + category="no", + description="TALLY MARK ONE", direction="l", linebreak="al", - specials={ "font", 0x7A }, - unicodeslot=0x1D56B, + unicodeslot=0x1D377, }, - [0x1D56C]={ + [0x1D378]={ + category="no", + description="TALLY MARK FIVE", + direction="l", + linebreak="al", + unicodeslot=0x1D378, + }, + [0x1D400]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL A", + description="MATHEMATICAL BOLD CAPITAL A", direction="l", linebreak="al", specials={ "font", 0x41 }, - unicodeslot=0x1D56C, + unicodeslot=0x1D400, visual="bf", }, - [0x1D56D]={ + [0x1D401]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL B", + description="MATHEMATICAL BOLD CAPITAL B", direction="l", linebreak="al", specials={ "font", 0x42 }, - unicodeslot=0x1D56D, + unicodeslot=0x1D401, visual="bf", }, - [0x1D56E]={ + [0x1D402]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL C", + description="MATHEMATICAL BOLD CAPITAL C", direction="l", linebreak="al", specials={ "font", 0x43 }, - unicodeslot=0x1D56E, + unicodeslot=0x1D402, visual="bf", }, - [0x1D56F]={ + [0x1D403]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL D", + description="MATHEMATICAL BOLD CAPITAL D", direction="l", linebreak="al", specials={ "font", 0x44 }, - unicodeslot=0x1D56F, + unicodeslot=0x1D403, visual="bf", }, - [0x1D570]={ + [0x1D404]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL E", + description="MATHEMATICAL BOLD CAPITAL E", direction="l", linebreak="al", specials={ "font", 0x45 }, - unicodeslot=0x1D570, + unicodeslot=0x1D404, visual="bf", }, - [0x1D571]={ + [0x1D405]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL F", + description="MATHEMATICAL BOLD CAPITAL F", direction="l", linebreak="al", specials={ "font", 0x46 }, - unicodeslot=0x1D571, + unicodeslot=0x1D405, visual="bf", }, - [0x1D572]={ + [0x1D406]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL G", + description="MATHEMATICAL BOLD CAPITAL G", direction="l", linebreak="al", specials={ "font", 0x47 }, - unicodeslot=0x1D572, + unicodeslot=0x1D406, visual="bf", }, - [0x1D573]={ + [0x1D407]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL H", + description="MATHEMATICAL BOLD CAPITAL H", direction="l", linebreak="al", specials={ "font", 0x48 }, - unicodeslot=0x1D573, + unicodeslot=0x1D407, visual="bf", }, - [0x1D574]={ + [0x1D408]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL I", + description="MATHEMATICAL BOLD CAPITAL I", direction="l", linebreak="al", specials={ "font", 0x49 }, - unicodeslot=0x1D574, + unicodeslot=0x1D408, visual="bf", }, - [0x1D575]={ + [0x1D409]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL J", + description="MATHEMATICAL BOLD CAPITAL J", direction="l", linebreak="al", specials={ "font", 0x4A }, - unicodeslot=0x1D575, + unicodeslot=0x1D409, visual="bf", }, - [0x1D576]={ + [0x1D40A]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL K", + description="MATHEMATICAL BOLD CAPITAL K", direction="l", linebreak="al", specials={ "font", 0x4B }, - unicodeslot=0x1D576, + unicodeslot=0x1D40A, visual="bf", }, - [0x1D577]={ + [0x1D40B]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL L", + description="MATHEMATICAL BOLD CAPITAL L", direction="l", linebreak="al", specials={ "font", 0x4C }, - unicodeslot=0x1D577, + unicodeslot=0x1D40B, visual="bf", }, - [0x1D578]={ + [0x1D40C]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL M", + description="MATHEMATICAL BOLD CAPITAL M", direction="l", linebreak="al", specials={ "font", 0x4D }, - unicodeslot=0x1D578, + unicodeslot=0x1D40C, visual="bf", }, - [0x1D579]={ + [0x1D40D]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL N", + description="MATHEMATICAL BOLD CAPITAL N", direction="l", linebreak="al", specials={ "font", 0x4E }, - unicodeslot=0x1D579, + unicodeslot=0x1D40D, visual="bf", }, - [0x1D57A]={ + [0x1D40E]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL O", + description="MATHEMATICAL BOLD CAPITAL O", direction="l", linebreak="al", specials={ "font", 0x4F }, - unicodeslot=0x1D57A, + unicodeslot=0x1D40E, visual="bf", }, - [0x1D57B]={ + [0x1D40F]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL P", + description="MATHEMATICAL BOLD CAPITAL P", direction="l", linebreak="al", specials={ "font", 0x50 }, - unicodeslot=0x1D57B, + unicodeslot=0x1D40F, visual="bf", }, - [0x1D57C]={ + [0x1D410]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL Q", + description="MATHEMATICAL BOLD CAPITAL Q", direction="l", linebreak="al", specials={ "font", 0x51 }, - unicodeslot=0x1D57C, + unicodeslot=0x1D410, visual="bf", }, - [0x1D57D]={ + [0x1D411]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL R", + description="MATHEMATICAL BOLD CAPITAL R", direction="l", linebreak="al", specials={ "font", 0x52 }, - unicodeslot=0x1D57D, + unicodeslot=0x1D411, visual="bf", }, - [0x1D57E]={ + [0x1D412]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL S", + description="MATHEMATICAL BOLD CAPITAL S", direction="l", linebreak="al", specials={ "font", 0x53 }, - unicodeslot=0x1D57E, + unicodeslot=0x1D412, visual="bf", }, - [0x1D57F]={ + [0x1D413]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL T", + description="MATHEMATICAL BOLD CAPITAL T", direction="l", linebreak="al", specials={ "font", 0x54 }, - unicodeslot=0x1D57F, + unicodeslot=0x1D413, visual="bf", }, - [0x1D580]={ + [0x1D414]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL U", + description="MATHEMATICAL BOLD CAPITAL U", direction="l", linebreak="al", specials={ "font", 0x55 }, - unicodeslot=0x1D580, + unicodeslot=0x1D414, visual="bf", }, - [0x1D581]={ + [0x1D415]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL V", + description="MATHEMATICAL BOLD CAPITAL V", direction="l", linebreak="al", specials={ "font", 0x56 }, - unicodeslot=0x1D581, + unicodeslot=0x1D415, visual="bf", }, - [0x1D582]={ + [0x1D416]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL W", + description="MATHEMATICAL BOLD CAPITAL W", direction="l", linebreak="al", specials={ "font", 0x57 }, - unicodeslot=0x1D582, + unicodeslot=0x1D416, visual="bf", }, - [0x1D583]={ + [0x1D417]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL X", + description="MATHEMATICAL BOLD CAPITAL X", direction="l", linebreak="al", specials={ "font", 0x58 }, - unicodeslot=0x1D583, + unicodeslot=0x1D417, visual="bf", }, - [0x1D584]={ + [0x1D418]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL Y", + description="MATHEMATICAL BOLD CAPITAL Y", direction="l", linebreak="al", specials={ "font", 0x59 }, - unicodeslot=0x1D584, + unicodeslot=0x1D418, visual="bf", }, - [0x1D585]={ + [0x1D419]={ category="lu", - description="MATHEMATICAL BOLD FRAKTUR CAPITAL Z", + description="MATHEMATICAL BOLD CAPITAL Z", direction="l", linebreak="al", specials={ "font", 0x5A }, - unicodeslot=0x1D585, + unicodeslot=0x1D419, visual="bf", }, - [0x1D586]={ + [0x1D41A]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL A", + description="MATHEMATICAL BOLD SMALL A", direction="l", linebreak="al", specials={ "font", 0x61 }, - unicodeslot=0x1D586, + unicodeslot=0x1D41A, visual="bf", }, - [0x1D587]={ + [0x1D41B]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL B", + description="MATHEMATICAL BOLD SMALL B", direction="l", linebreak="al", specials={ "font", 0x62 }, - unicodeslot=0x1D587, + unicodeslot=0x1D41B, visual="bf", }, - [0x1D588]={ + [0x1D41C]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL C", + description="MATHEMATICAL BOLD SMALL C", direction="l", linebreak="al", specials={ "font", 0x63 }, - unicodeslot=0x1D588, + unicodeslot=0x1D41C, visual="bf", }, - [0x1D589]={ + [0x1D41D]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL D", + description="MATHEMATICAL BOLD SMALL D", direction="l", linebreak="al", specials={ "font", 0x64 }, - unicodeslot=0x1D589, + unicodeslot=0x1D41D, visual="bf", }, - [0x1D58A]={ + [0x1D41E]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL E", + description="MATHEMATICAL BOLD SMALL E", direction="l", linebreak="al", specials={ "font", 0x65 }, - unicodeslot=0x1D58A, + unicodeslot=0x1D41E, visual="bf", }, - [0x1D58B]={ + [0x1D41F]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL F", + description="MATHEMATICAL BOLD SMALL F", direction="l", linebreak="al", specials={ "font", 0x66 }, - unicodeslot=0x1D58B, + unicodeslot=0x1D41F, visual="bf", }, - [0x1D58C]={ + [0x1D420]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL G", + description="MATHEMATICAL BOLD SMALL G", direction="l", linebreak="al", specials={ "font", 0x67 }, - unicodeslot=0x1D58C, + unicodeslot=0x1D420, visual="bf", }, - [0x1D58D]={ + [0x1D421]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL H", + description="MATHEMATICAL BOLD SMALL H", direction="l", linebreak="al", specials={ "font", 0x68 }, - unicodeslot=0x1D58D, + unicodeslot=0x1D421, visual="bf", }, - [0x1D58E]={ + [0x1D422]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL I", + description="MATHEMATICAL BOLD SMALL I", direction="l", linebreak="al", specials={ "font", 0x69 }, - unicodeslot=0x1D58E, + unicodeslot=0x1D422, visual="bf", }, - [0x1D58F]={ + [0x1D423]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL J", + description="MATHEMATICAL BOLD SMALL J", direction="l", linebreak="al", specials={ "font", 0x6A }, - unicodeslot=0x1D58F, + unicodeslot=0x1D423, visual="bf", }, - [0x1D590]={ + [0x1D424]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL K", + description="MATHEMATICAL BOLD SMALL K", direction="l", linebreak="al", specials={ "font", 0x6B }, - unicodeslot=0x1D590, + unicodeslot=0x1D424, visual="bf", }, - [0x1D591]={ + [0x1D425]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL L", + description="MATHEMATICAL BOLD SMALL L", direction="l", linebreak="al", specials={ "font", 0x6C }, - unicodeslot=0x1D591, + unicodeslot=0x1D425, visual="bf", }, - [0x1D592]={ + [0x1D426]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL M", + description="MATHEMATICAL BOLD SMALL M", direction="l", linebreak="al", specials={ "font", 0x6D }, - unicodeslot=0x1D592, + unicodeslot=0x1D426, visual="bf", }, - [0x1D593]={ + [0x1D427]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL N", + description="MATHEMATICAL BOLD SMALL N", direction="l", linebreak="al", specials={ "font", 0x6E }, - unicodeslot=0x1D593, + unicodeslot=0x1D427, visual="bf", }, - [0x1D594]={ + [0x1D428]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL O", + description="MATHEMATICAL BOLD SMALL O", direction="l", linebreak="al", specials={ "font", 0x6F }, - unicodeslot=0x1D594, + unicodeslot=0x1D428, visual="bf", }, - [0x1D595]={ + [0x1D429]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL P", + description="MATHEMATICAL BOLD SMALL P", direction="l", linebreak="al", specials={ "font", 0x70 }, - unicodeslot=0x1D595, + unicodeslot=0x1D429, visual="bf", }, - [0x1D596]={ + [0x1D42A]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL Q", + description="MATHEMATICAL BOLD SMALL Q", direction="l", linebreak="al", specials={ "font", 0x71 }, - unicodeslot=0x1D596, + unicodeslot=0x1D42A, visual="bf", }, - [0x1D597]={ + [0x1D42B]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL R", + description="MATHEMATICAL BOLD SMALL R", direction="l", linebreak="al", specials={ "font", 0x72 }, - unicodeslot=0x1D597, + unicodeslot=0x1D42B, visual="bf", }, - [0x1D598]={ + [0x1D42C]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL S", + description="MATHEMATICAL BOLD SMALL S", direction="l", linebreak="al", specials={ "font", 0x73 }, - unicodeslot=0x1D598, + unicodeslot=0x1D42C, visual="bf", }, - [0x1D599]={ + [0x1D42D]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL T", + description="MATHEMATICAL BOLD SMALL T", direction="l", linebreak="al", specials={ "font", 0x74 }, - unicodeslot=0x1D599, + unicodeslot=0x1D42D, visual="bf", }, - [0x1D59A]={ + [0x1D42E]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL U", + description="MATHEMATICAL BOLD SMALL U", direction="l", linebreak="al", specials={ "font", 0x75 }, - unicodeslot=0x1D59A, + unicodeslot=0x1D42E, visual="bf", }, - [0x1D59B]={ + [0x1D42F]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL V", + description="MATHEMATICAL BOLD SMALL V", direction="l", linebreak="al", specials={ "font", 0x76 }, - unicodeslot=0x1D59B, + unicodeslot=0x1D42F, visual="bf", }, - [0x1D59C]={ + [0x1D430]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL W", + description="MATHEMATICAL BOLD SMALL W", direction="l", linebreak="al", specials={ "font", 0x77 }, - unicodeslot=0x1D59C, + unicodeslot=0x1D430, visual="bf", }, - [0x1D59D]={ + [0x1D431]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL X", + description="MATHEMATICAL BOLD SMALL X", direction="l", linebreak="al", specials={ "font", 0x78 }, - unicodeslot=0x1D59D, + unicodeslot=0x1D431, visual="bf", }, - [0x1D59E]={ + [0x1D432]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL Y", + description="MATHEMATICAL BOLD SMALL Y", direction="l", linebreak="al", specials={ "font", 0x79 }, - unicodeslot=0x1D59E, + unicodeslot=0x1D432, visual="bf", }, - [0x1D59F]={ + [0x1D433]={ category="ll", - description="MATHEMATICAL BOLD FRAKTUR SMALL Z", + description="MATHEMATICAL BOLD SMALL Z", direction="l", linebreak="al", specials={ "font", 0x7A }, - unicodeslot=0x1D59F, + unicodeslot=0x1D433, visual="bf", }, - [0x1D5A0]={ + [0x1D434]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL A", + description="MATHEMATICAL ITALIC CAPITAL A", direction="l", linebreak="al", specials={ "font", 0x41 }, - unicodeslot=0x1D5A0, + unicodeslot=0x1D434, + visual="it", }, - [0x1D5A1]={ + [0x1D435]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL B", + description="MATHEMATICAL ITALIC CAPITAL B", direction="l", linebreak="al", specials={ "font", 0x42 }, - unicodeslot=0x1D5A1, + unicodeslot=0x1D435, + visual="it", }, - [0x1D5A2]={ + [0x1D436]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL C", + description="MATHEMATICAL ITALIC CAPITAL C", direction="l", linebreak="al", specials={ "font", 0x43 }, - unicodeslot=0x1D5A2, + unicodeslot=0x1D436, + visual="it", }, - [0x1D5A3]={ + [0x1D437]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL D", + description="MATHEMATICAL ITALIC CAPITAL D", direction="l", linebreak="al", specials={ "font", 0x44 }, - unicodeslot=0x1D5A3, + unicodeslot=0x1D437, + visual="it", }, - [0x1D5A4]={ + [0x1D438]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL E", + description="MATHEMATICAL ITALIC CAPITAL E", direction="l", linebreak="al", specials={ "font", 0x45 }, - unicodeslot=0x1D5A4, + unicodeslot=0x1D438, + visual="it", }, - [0x1D5A5]={ + [0x1D439]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL F", + description="MATHEMATICAL ITALIC CAPITAL F", direction="l", linebreak="al", specials={ "font", 0x46 }, - unicodeslot=0x1D5A5, + unicodeslot=0x1D439, + visual="it", }, - [0x1D5A6]={ + [0x1D43A]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL G", + description="MATHEMATICAL ITALIC CAPITAL G", direction="l", linebreak="al", specials={ "font", 0x47 }, - unicodeslot=0x1D5A6, + unicodeslot=0x1D43A, + visual="it", }, - [0x1D5A7]={ + [0x1D43B]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL H", + description="MATHEMATICAL ITALIC CAPITAL H", direction="l", linebreak="al", specials={ "font", 0x48 }, - unicodeslot=0x1D5A7, + unicodeslot=0x1D43B, + visual="it", }, - [0x1D5A8]={ + [0x1D43C]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL I", + description="MATHEMATICAL ITALIC CAPITAL I", direction="l", linebreak="al", specials={ "font", 0x49 }, - unicodeslot=0x1D5A8, + unicodeslot=0x1D43C, + visual="it", }, - [0x1D5A9]={ + [0x1D43D]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL J", + description="MATHEMATICAL ITALIC CAPITAL J", direction="l", linebreak="al", specials={ "font", 0x4A }, - unicodeslot=0x1D5A9, + unicodeslot=0x1D43D, + visual="it", }, - [0x1D5AA]={ + [0x1D43E]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL K", + description="MATHEMATICAL ITALIC CAPITAL K", direction="l", linebreak="al", specials={ "font", 0x4B }, - unicodeslot=0x1D5AA, + unicodeslot=0x1D43E, + visual="it", }, - [0x1D5AB]={ + [0x1D43F]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL L", + description="MATHEMATICAL ITALIC CAPITAL L", direction="l", linebreak="al", specials={ "font", 0x4C }, - unicodeslot=0x1D5AB, + unicodeslot=0x1D43F, + visual="it", }, - [0x1D5AC]={ + [0x1D440]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL M", + description="MATHEMATICAL ITALIC CAPITAL M", direction="l", linebreak="al", specials={ "font", 0x4D }, - unicodeslot=0x1D5AC, + unicodeslot=0x1D440, + visual="it", }, - [0x1D5AD]={ + [0x1D441]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL N", + description="MATHEMATICAL ITALIC CAPITAL N", direction="l", linebreak="al", specials={ "font", 0x4E }, - unicodeslot=0x1D5AD, + unicodeslot=0x1D441, + visual="it", }, - [0x1D5AE]={ + [0x1D442]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL O", + description="MATHEMATICAL ITALIC CAPITAL O", direction="l", linebreak="al", specials={ "font", 0x4F }, - unicodeslot=0x1D5AE, + unicodeslot=0x1D442, + visual="it", }, - [0x1D5AF]={ + [0x1D443]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL P", + description="MATHEMATICAL ITALIC CAPITAL P", direction="l", linebreak="al", specials={ "font", 0x50 }, - unicodeslot=0x1D5AF, + unicodeslot=0x1D443, + visual="it", }, - [0x1D5B0]={ + [0x1D444]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL Q", + description="MATHEMATICAL ITALIC CAPITAL Q", direction="l", linebreak="al", specials={ "font", 0x51 }, - unicodeslot=0x1D5B0, + unicodeslot=0x1D444, + visual="it", }, - [0x1D5B1]={ + [0x1D445]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL R", + description="MATHEMATICAL ITALIC CAPITAL R", direction="l", linebreak="al", specials={ "font", 0x52 }, - unicodeslot=0x1D5B1, + unicodeslot=0x1D445, + visual="it", }, - [0x1D5B2]={ + [0x1D446]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL S", + description="MATHEMATICAL ITALIC CAPITAL S", direction="l", linebreak="al", specials={ "font", 0x53 }, - unicodeslot=0x1D5B2, + unicodeslot=0x1D446, + visual="it", }, - [0x1D5B3]={ + [0x1D447]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL T", + description="MATHEMATICAL ITALIC CAPITAL T", direction="l", linebreak="al", specials={ "font", 0x54 }, - unicodeslot=0x1D5B3, + unicodeslot=0x1D447, + visual="it", }, - [0x1D5B4]={ + [0x1D448]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL U", + description="MATHEMATICAL ITALIC CAPITAL U", direction="l", linebreak="al", specials={ "font", 0x55 }, - unicodeslot=0x1D5B4, + unicodeslot=0x1D448, + visual="it", }, - [0x1D5B5]={ + [0x1D449]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL V", + description="MATHEMATICAL ITALIC CAPITAL V", direction="l", linebreak="al", specials={ "font", 0x56 }, - unicodeslot=0x1D5B5, + unicodeslot=0x1D449, + visual="it", }, - [0x1D5B6]={ + [0x1D44A]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL W", + description="MATHEMATICAL ITALIC CAPITAL W", direction="l", linebreak="al", specials={ "font", 0x57 }, - unicodeslot=0x1D5B6, + unicodeslot=0x1D44A, + visual="it", }, - [0x1D5B7]={ + [0x1D44B]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL X", + description="MATHEMATICAL ITALIC CAPITAL X", direction="l", linebreak="al", specials={ "font", 0x58 }, - unicodeslot=0x1D5B7, + unicodeslot=0x1D44B, + visual="it", }, - [0x1D5B8]={ + [0x1D44C]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL Y", + description="MATHEMATICAL ITALIC CAPITAL Y", direction="l", linebreak="al", specials={ "font", 0x59 }, - unicodeslot=0x1D5B8, + unicodeslot=0x1D44C, + visual="it", }, - [0x1D5B9]={ + [0x1D44D]={ category="lu", - description="MATHEMATICAL SANS-SERIF CAPITAL Z", + description="MATHEMATICAL ITALIC CAPITAL Z", direction="l", linebreak="al", specials={ "font", 0x5A }, - unicodeslot=0x1D5B9, + unicodeslot=0x1D44D, + visual="it", }, - [0x1D5BA]={ + [0x1D44E]={ category="ll", - description="MATHEMATICAL SANS-SERIF SMALL A", + description="MATHEMATICAL ITALIC SMALL A", direction="l", linebreak="al", specials={ "font", 0x61 }, - unicodeslot=0x1D5BA, + unicodeslot=0x1D44E, + visual="it", }, - [0x1D5BB]={ + [0x1D44F]={ category="ll", - description="MATHEMATICAL SANS-SERIF SMALL B", + description="MATHEMATICAL ITALIC SMALL B", direction="l", linebreak="al", specials={ "font", 0x62 }, - unicodeslot=0x1D5BB, + unicodeslot=0x1D44F, + visual="it", }, - [0x1D5BC]={ + [0x1D450]={ category="ll", - description="MATHEMATICAL SANS-SERIF SMALL C", + description="MATHEMATICAL ITALIC SMALL C", direction="l", linebreak="al", specials={ "font", 0x63 }, - unicodeslot=0x1D5BC, + unicodeslot=0x1D450, + visual="it", }, - [0x1D5BD]={ + [0x1D451]={ category="ll", - description="MATHEMATICAL SANS-SERIF SMALL D", + description="MATHEMATICAL ITALIC SMALL D", direction="l", linebreak="al", specials={ "font", 0x64 }, - unicodeslot=0x1D5BD, + unicodeslot=0x1D451, + visual="it", }, - [0x1D5BE]={ + [0x1D452]={ category="ll", - description="MATHEMATICAL SANS-SERIF SMALL E", + description="MATHEMATICAL ITALIC SMALL E", direction="l", linebreak="al", specials={ "font", 0x65 }, - unicodeslot=0x1D5BE, + unicodeslot=0x1D452, + visual="it", }, - [0x1D5BF]={ + [0x1D453]={ category="ll", - description="MATHEMATICAL SANS-SERIF SMALL F", + description="MATHEMATICAL ITALIC SMALL F", direction="l", linebreak="al", specials={ "font", 0x66 }, - unicodeslot=0x1D5BF, + unicodeslot=0x1D453, + visual="it", }, - [0x1D5C0]={ + [0x1D454]={ category="ll", - description="MATHEMATICAL SANS-SERIF SMALL G", + description="MATHEMATICAL ITALIC SMALL G", direction="l", linebreak="al", specials={ "font", 0x67 }, - unicodeslot=0x1D5C0, - }, - [0x1D5C1]={ - category="ll", - description="MATHEMATICAL SANS-SERIF SMALL H", - direction="l", - linebreak="al", - specials={ "font", 0x68 }, - unicodeslot=0x1D5C1, + unicodeslot=0x1D454, + visual="it", }, - [0x1D5C2]={ + [0x1D456]={ category="ll", - description="MATHEMATICAL SANS-SERIF SMALL I", + description="MATHEMATICAL ITALIC SMALL I", direction="l", linebreak="al", specials={ "font", 0x69 }, - unicodeslot=0x1D5C2, + unicodeslot=0x1D456, + visual="it", }, - [0x1D5C3]={ + [0x1D457]={ category="ll", - description="MATHEMATICAL SANS-SERIF SMALL J", + description="MATHEMATICAL ITALIC SMALL J", direction="l", linebreak="al", specials={ "font", 0x6A }, - unicodeslot=0x1D5C3, + unicodeslot=0x1D457, + visual="it", }, - [0x1D5C4]={ + [0x1D458]={ category="ll", - description="MATHEMATICAL SANS-SERIF SMALL K", + description="MATHEMATICAL ITALIC SMALL K", direction="l", linebreak="al", specials={ "font", 0x6B }, - unicodeslot=0x1D5C4, + unicodeslot=0x1D458, + visual="it", }, - [0x1D5C5]={ + [0x1D459]={ category="ll", - description="MATHEMATICAL SANS-SERIF SMALL L", + description="MATHEMATICAL ITALIC SMALL L", direction="l", linebreak="al", specials={ "font", 0x6C }, - unicodeslot=0x1D5C5, + unicodeslot=0x1D459, + visual="it", }, - [0x1D5C6]={ + [0x1D45A]={ category="ll", - description="MATHEMATICAL SANS-SERIF SMALL M", + description="MATHEMATICAL ITALIC SMALL M", direction="l", linebreak="al", specials={ "font", 0x6D }, - unicodeslot=0x1D5C6, + unicodeslot=0x1D45A, + visual="it", }, - [0x1D5C7]={ + [0x1D45B]={ category="ll", - description="MATHEMATICAL SANS-SERIF SMALL N", + description="MATHEMATICAL ITALIC SMALL N", direction="l", linebreak="al", specials={ "font", 0x6E }, - unicodeslot=0x1D5C7, + unicodeslot=0x1D45B, + visual="it", }, - [0x1D5C8]={ + [0x1D45C]={ category="ll", - description="MATHEMATICAL SANS-SERIF SMALL O", + description="MATHEMATICAL ITALIC SMALL O", direction="l", linebreak="al", specials={ "font", 0x6F }, - unicodeslot=0x1D5C8, + unicodeslot=0x1D45C, + visual="it", }, - [0x1D5C9]={ + [0x1D45D]={ category="ll", - description="MATHEMATICAL SANS-SERIF SMALL P", + description="MATHEMATICAL ITALIC SMALL P", direction="l", linebreak="al", specials={ "font", 0x70 }, - unicodeslot=0x1D5C9, + unicodeslot=0x1D45D, + visual="it", }, - [0x1D5CA]={ + [0x1D45E]={ category="ll", - description="MATHEMATICAL SANS-SERIF SMALL Q", + description="MATHEMATICAL ITALIC SMALL Q", direction="l", linebreak="al", specials={ "font", 0x71 }, - unicodeslot=0x1D5CA, + unicodeslot=0x1D45E, + visual="it", }, - [0x1D5CB]={ + [0x1D45F]={ category="ll", - description="MATHEMATICAL SANS-SERIF SMALL R", + description="MATHEMATICAL ITALIC SMALL R", direction="l", linebreak="al", specials={ "font", 0x72 }, - unicodeslot=0x1D5CB, + unicodeslot=0x1D45F, + visual="it", }, - [0x1D5CC]={ + [0x1D460]={ category="ll", - description="MATHEMATICAL SANS-SERIF SMALL S", + description="MATHEMATICAL ITALIC SMALL S", direction="l", linebreak="al", specials={ "font", 0x73 }, - unicodeslot=0x1D5CC, + unicodeslot=0x1D460, + visual="it", }, - [0x1D5CD]={ + [0x1D461]={ category="ll", - description="MATHEMATICAL SANS-SERIF SMALL T", + description="MATHEMATICAL ITALIC SMALL T", direction="l", linebreak="al", specials={ "font", 0x74 }, - unicodeslot=0x1D5CD, + unicodeslot=0x1D461, + visual="it", }, - [0x1D5CE]={ + [0x1D462]={ category="ll", - description="MATHEMATICAL SANS-SERIF SMALL U", + description="MATHEMATICAL ITALIC SMALL U", direction="l", linebreak="al", specials={ "font", 0x75 }, - unicodeslot=0x1D5CE, + unicodeslot=0x1D462, + visual="it", }, - [0x1D5CF]={ + [0x1D463]={ category="ll", - description="MATHEMATICAL SANS-SERIF SMALL V", + description="MATHEMATICAL ITALIC SMALL V", direction="l", linebreak="al", specials={ "font", 0x76 }, - unicodeslot=0x1D5CF, + unicodeslot=0x1D463, + visual="it", }, - [0x1D5D0]={ + [0x1D464]={ category="ll", - description="MATHEMATICAL SANS-SERIF SMALL W", + description="MATHEMATICAL ITALIC SMALL W", direction="l", linebreak="al", specials={ "font", 0x77 }, - unicodeslot=0x1D5D0, + unicodeslot=0x1D464, + visual="it", }, - [0x1D5D1]={ + [0x1D465]={ category="ll", - description="MATHEMATICAL SANS-SERIF SMALL X", + description="MATHEMATICAL ITALIC SMALL X", direction="l", linebreak="al", specials={ "font", 0x78 }, - unicodeslot=0x1D5D1, + unicodeslot=0x1D465, + visual="it", }, - [0x1D5D2]={ + [0x1D466]={ category="ll", - description="MATHEMATICAL SANS-SERIF SMALL Y", + description="MATHEMATICAL ITALIC SMALL Y", direction="l", linebreak="al", specials={ "font", 0x79 }, - unicodeslot=0x1D5D2, + unicodeslot=0x1D466, + visual="it", }, - [0x1D5D3]={ + [0x1D467]={ category="ll", - description="MATHEMATICAL SANS-SERIF SMALL Z", + description="MATHEMATICAL ITALIC SMALL Z", direction="l", linebreak="al", specials={ "font", 0x7A }, - unicodeslot=0x1D5D3, + unicodeslot=0x1D467, + visual="it", }, - [0x1D5D4]={ + [0x1D468]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL A", + description="MATHEMATICAL BOLD ITALIC CAPITAL A", direction="l", linebreak="al", specials={ "font", 0x41 }, - unicodeslot=0x1D5D4, - visual="bf", + unicodeslot=0x1D468, + visual="bi", }, - [0x1D5D5]={ + [0x1D469]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL B", + description="MATHEMATICAL BOLD ITALIC CAPITAL B", direction="l", linebreak="al", specials={ "font", 0x42 }, - unicodeslot=0x1D5D5, - visual="bf", + unicodeslot=0x1D469, + visual="bi", }, - [0x1D5D6]={ + [0x1D46A]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL C", + description="MATHEMATICAL BOLD ITALIC CAPITAL C", direction="l", linebreak="al", specials={ "font", 0x43 }, - unicodeslot=0x1D5D6, - visual="bf", + unicodeslot=0x1D46A, + visual="bi", }, - [0x1D5D7]={ + [0x1D46B]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL D", + description="MATHEMATICAL BOLD ITALIC CAPITAL D", direction="l", linebreak="al", specials={ "font", 0x44 }, - unicodeslot=0x1D5D7, - visual="bf", + unicodeslot=0x1D46B, + visual="bi", }, - [0x1D5D8]={ + [0x1D46C]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL E", + description="MATHEMATICAL BOLD ITALIC CAPITAL E", direction="l", linebreak="al", specials={ "font", 0x45 }, - unicodeslot=0x1D5D8, - visual="bf", + unicodeslot=0x1D46C, + visual="bi", }, - [0x1D5D9]={ + [0x1D46D]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL F", + description="MATHEMATICAL BOLD ITALIC CAPITAL F", direction="l", linebreak="al", specials={ "font", 0x46 }, - unicodeslot=0x1D5D9, - visual="bf", + unicodeslot=0x1D46D, + visual="bi", }, - [0x1D5DA]={ + [0x1D46E]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL G", + description="MATHEMATICAL BOLD ITALIC CAPITAL G", direction="l", linebreak="al", specials={ "font", 0x47 }, - unicodeslot=0x1D5DA, - visual="bf", + unicodeslot=0x1D46E, + visual="bi", }, - [0x1D5DB]={ + [0x1D46F]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL H", + description="MATHEMATICAL BOLD ITALIC CAPITAL H", direction="l", linebreak="al", specials={ "font", 0x48 }, - unicodeslot=0x1D5DB, - visual="bf", + unicodeslot=0x1D46F, + visual="bi", }, - [0x1D5DC]={ + [0x1D470]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL I", + description="MATHEMATICAL BOLD ITALIC CAPITAL I", direction="l", linebreak="al", specials={ "font", 0x49 }, - unicodeslot=0x1D5DC, - visual="bf", + unicodeslot=0x1D470, + visual="bi", }, - [0x1D5DD]={ + [0x1D471]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL J", + description="MATHEMATICAL BOLD ITALIC CAPITAL J", direction="l", linebreak="al", specials={ "font", 0x4A }, - unicodeslot=0x1D5DD, - visual="bf", + unicodeslot=0x1D471, + visual="bi", }, - [0x1D5DE]={ + [0x1D472]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL K", + description="MATHEMATICAL BOLD ITALIC CAPITAL K", direction="l", linebreak="al", specials={ "font", 0x4B }, - unicodeslot=0x1D5DE, - visual="bf", + unicodeslot=0x1D472, + visual="bi", }, - [0x1D5DF]={ + [0x1D473]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL L", + description="MATHEMATICAL BOLD ITALIC CAPITAL L", direction="l", linebreak="al", specials={ "font", 0x4C }, - unicodeslot=0x1D5DF, - visual="bf", + unicodeslot=0x1D473, + visual="bi", }, - [0x1D5E0]={ + [0x1D474]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL M", + description="MATHEMATICAL BOLD ITALIC CAPITAL M", direction="l", linebreak="al", specials={ "font", 0x4D }, - unicodeslot=0x1D5E0, - visual="bf", + unicodeslot=0x1D474, + visual="bi", }, - [0x1D5E1]={ + [0x1D475]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL N", + description="MATHEMATICAL BOLD ITALIC CAPITAL N", direction="l", linebreak="al", specials={ "font", 0x4E }, - unicodeslot=0x1D5E1, - visual="bf", + unicodeslot=0x1D475, + visual="bi", }, - [0x1D5E2]={ + [0x1D476]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL O", + description="MATHEMATICAL BOLD ITALIC CAPITAL O", direction="l", linebreak="al", specials={ "font", 0x4F }, - unicodeslot=0x1D5E2, - visual="bf", + unicodeslot=0x1D476, + visual="bi", }, - [0x1D5E3]={ + [0x1D477]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL P", + description="MATHEMATICAL BOLD ITALIC CAPITAL P", direction="l", linebreak="al", specials={ "font", 0x50 }, - unicodeslot=0x1D5E3, - visual="bf", + unicodeslot=0x1D477, + visual="bi", }, - [0x1D5E4]={ + [0x1D478]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL Q", + description="MATHEMATICAL BOLD ITALIC CAPITAL Q", direction="l", linebreak="al", specials={ "font", 0x51 }, - unicodeslot=0x1D5E4, - visual="bf", + unicodeslot=0x1D478, + visual="bi", }, - [0x1D5E5]={ + [0x1D479]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL R", + description="MATHEMATICAL BOLD ITALIC CAPITAL R", direction="l", linebreak="al", specials={ "font", 0x52 }, - unicodeslot=0x1D5E5, - visual="bf", + unicodeslot=0x1D479, + visual="bi", }, - [0x1D5E6]={ + [0x1D47A]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL S", + description="MATHEMATICAL BOLD ITALIC CAPITAL S", direction="l", linebreak="al", specials={ "font", 0x53 }, - unicodeslot=0x1D5E6, - visual="bf", + unicodeslot=0x1D47A, + visual="bi", }, - [0x1D5E7]={ + [0x1D47B]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL T", + description="MATHEMATICAL BOLD ITALIC CAPITAL T", direction="l", linebreak="al", specials={ "font", 0x54 }, - unicodeslot=0x1D5E7, - visual="bf", + unicodeslot=0x1D47B, + visual="bi", }, - [0x1D5E8]={ + [0x1D47C]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL U", + description="MATHEMATICAL BOLD ITALIC CAPITAL U", direction="l", linebreak="al", specials={ "font", 0x55 }, - unicodeslot=0x1D5E8, - visual="bf", + unicodeslot=0x1D47C, + visual="bi", }, - [0x1D5E9]={ + [0x1D47D]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL V", + description="MATHEMATICAL BOLD ITALIC CAPITAL V", direction="l", linebreak="al", specials={ "font", 0x56 }, - unicodeslot=0x1D5E9, - visual="bf", + unicodeslot=0x1D47D, + visual="bi", }, - [0x1D5EA]={ + [0x1D47E]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL W", + description="MATHEMATICAL BOLD ITALIC CAPITAL W", direction="l", linebreak="al", specials={ "font", 0x57 }, - unicodeslot=0x1D5EA, - visual="bf", + unicodeslot=0x1D47E, + visual="bi", }, - [0x1D5EB]={ + [0x1D47F]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL X", + description="MATHEMATICAL BOLD ITALIC CAPITAL X", direction="l", linebreak="al", specials={ "font", 0x58 }, - unicodeslot=0x1D5EB, - visual="bf", + unicodeslot=0x1D47F, + visual="bi", }, - [0x1D5EC]={ + [0x1D480]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL Y", + description="MATHEMATICAL BOLD ITALIC CAPITAL Y", direction="l", linebreak="al", specials={ "font", 0x59 }, - unicodeslot=0x1D5EC, - visual="bf", + unicodeslot=0x1D480, + visual="bi", }, - [0x1D5ED]={ + [0x1D481]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL Z", + description="MATHEMATICAL BOLD ITALIC CAPITAL Z", direction="l", linebreak="al", specials={ "font", 0x5A }, - unicodeslot=0x1D5ED, - visual="bf", + unicodeslot=0x1D481, + visual="bi", }, - [0x1D5EE]={ + [0x1D482]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL A", + description="MATHEMATICAL BOLD ITALIC SMALL A", direction="l", linebreak="al", specials={ "font", 0x61 }, - unicodeslot=0x1D5EE, - visual="bf", + unicodeslot=0x1D482, + visual="bi", }, - [0x1D5EF]={ + [0x1D483]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL B", + description="MATHEMATICAL BOLD ITALIC SMALL B", direction="l", linebreak="al", specials={ "font", 0x62 }, - unicodeslot=0x1D5EF, - visual="bf", + unicodeslot=0x1D483, + visual="bi", }, - [0x1D5F0]={ + [0x1D484]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL C", + description="MATHEMATICAL BOLD ITALIC SMALL C", direction="l", linebreak="al", specials={ "font", 0x63 }, - unicodeslot=0x1D5F0, - visual="bf", + unicodeslot=0x1D484, + visual="bi", }, - [0x1D5F1]={ + [0x1D485]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL D", + description="MATHEMATICAL BOLD ITALIC SMALL D", direction="l", linebreak="al", specials={ "font", 0x64 }, - unicodeslot=0x1D5F1, - visual="bf", + unicodeslot=0x1D485, + visual="bi", }, - [0x1D5F2]={ + [0x1D486]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL E", + description="MATHEMATICAL BOLD ITALIC SMALL E", direction="l", linebreak="al", specials={ "font", 0x65 }, - unicodeslot=0x1D5F2, - visual="bf", + unicodeslot=0x1D486, + visual="bi", }, - [0x1D5F3]={ + [0x1D487]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL F", + description="MATHEMATICAL BOLD ITALIC SMALL F", direction="l", linebreak="al", specials={ "font", 0x66 }, - unicodeslot=0x1D5F3, - visual="bf", + unicodeslot=0x1D487, + visual="bi", }, - [0x1D5F4]={ + [0x1D488]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL G", + description="MATHEMATICAL BOLD ITALIC SMALL G", direction="l", linebreak="al", specials={ "font", 0x67 }, - unicodeslot=0x1D5F4, - visual="bf", + unicodeslot=0x1D488, + visual="bi", }, - [0x1D5F5]={ + [0x1D489]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL H", + description="MATHEMATICAL BOLD ITALIC SMALL H", direction="l", linebreak="al", specials={ "font", 0x68 }, - unicodeslot=0x1D5F5, - visual="bf", + unicodeslot=0x1D489, + visual="bi", }, - [0x1D5F6]={ + [0x1D48A]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL I", + description="MATHEMATICAL BOLD ITALIC SMALL I", direction="l", linebreak="al", specials={ "font", 0x69 }, - unicodeslot=0x1D5F6, - visual="bf", + unicodeslot=0x1D48A, + visual="bi", }, - [0x1D5F7]={ + [0x1D48B]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL J", + description="MATHEMATICAL BOLD ITALIC SMALL J", direction="l", linebreak="al", specials={ "font", 0x6A }, - unicodeslot=0x1D5F7, - visual="bf", + unicodeslot=0x1D48B, + visual="bi", }, - [0x1D5F8]={ + [0x1D48C]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL K", + description="MATHEMATICAL BOLD ITALIC SMALL K", direction="l", linebreak="al", specials={ "font", 0x6B }, - unicodeslot=0x1D5F8, - visual="bf", + unicodeslot=0x1D48C, + visual="bi", }, - [0x1D5F9]={ + [0x1D48D]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL L", + description="MATHEMATICAL BOLD ITALIC SMALL L", direction="l", linebreak="al", specials={ "font", 0x6C }, - unicodeslot=0x1D5F9, - visual="bf", + unicodeslot=0x1D48D, + visual="bi", }, - [0x1D5FA]={ + [0x1D48E]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL M", + description="MATHEMATICAL BOLD ITALIC SMALL M", direction="l", linebreak="al", specials={ "font", 0x6D }, - unicodeslot=0x1D5FA, - visual="bf", + unicodeslot=0x1D48E, + visual="bi", }, - [0x1D5FB]={ + [0x1D48F]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL N", + description="MATHEMATICAL BOLD ITALIC SMALL N", direction="l", linebreak="al", specials={ "font", 0x6E }, - unicodeslot=0x1D5FB, - visual="bf", + unicodeslot=0x1D48F, + visual="bi", }, - [0x1D5FC]={ + [0x1D490]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL O", + description="MATHEMATICAL BOLD ITALIC SMALL O", direction="l", linebreak="al", specials={ "font", 0x6F }, - unicodeslot=0x1D5FC, - visual="bf", + unicodeslot=0x1D490, + visual="bi", }, - [0x1D5FD]={ + [0x1D491]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL P", + description="MATHEMATICAL BOLD ITALIC SMALL P", direction="l", linebreak="al", specials={ "font", 0x70 }, - unicodeslot=0x1D5FD, - visual="bf", + unicodeslot=0x1D491, + visual="bi", }, - [0x1D5FE]={ + [0x1D492]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL Q", + description="MATHEMATICAL BOLD ITALIC SMALL Q", direction="l", linebreak="al", specials={ "font", 0x71 }, - unicodeslot=0x1D5FE, - visual="bf", + unicodeslot=0x1D492, + visual="bi", }, - [0x1D5FF]={ + [0x1D493]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL R", + description="MATHEMATICAL BOLD ITALIC SMALL R", direction="l", linebreak="al", specials={ "font", 0x72 }, - unicodeslot=0x1D5FF, - visual="bf", + unicodeslot=0x1D493, + visual="bi", }, - [0x1D600]={ + [0x1D494]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL S", + description="MATHEMATICAL BOLD ITALIC SMALL S", direction="l", linebreak="al", specials={ "font", 0x73 }, - unicodeslot=0x1D600, - visual="bf", + unicodeslot=0x1D494, + visual="bi", }, - [0x1D601]={ + [0x1D495]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL T", + description="MATHEMATICAL BOLD ITALIC SMALL T", direction="l", linebreak="al", specials={ "font", 0x74 }, - unicodeslot=0x1D601, - visual="bf", + unicodeslot=0x1D495, + visual="bi", }, - [0x1D602]={ + [0x1D496]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL U", + description="MATHEMATICAL BOLD ITALIC SMALL U", direction="l", linebreak="al", specials={ "font", 0x75 }, - unicodeslot=0x1D602, - visual="bf", + unicodeslot=0x1D496, + visual="bi", }, - [0x1D603]={ + [0x1D497]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL V", + description="MATHEMATICAL BOLD ITALIC SMALL V", direction="l", linebreak="al", specials={ "font", 0x76 }, - unicodeslot=0x1D603, - visual="bf", + unicodeslot=0x1D497, + visual="bi", }, - [0x1D604]={ + [0x1D498]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL W", + description="MATHEMATICAL BOLD ITALIC SMALL W", direction="l", linebreak="al", specials={ "font", 0x77 }, - unicodeslot=0x1D604, - visual="bf", + unicodeslot=0x1D498, + visual="bi", }, - [0x1D605]={ + [0x1D499]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL X", + description="MATHEMATICAL BOLD ITALIC SMALL X", direction="l", linebreak="al", specials={ "font", 0x78 }, - unicodeslot=0x1D605, - visual="bf", + unicodeslot=0x1D499, + visual="bi", }, - [0x1D606]={ + [0x1D49A]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL Y", + description="MATHEMATICAL BOLD ITALIC SMALL Y", direction="l", linebreak="al", specials={ "font", 0x79 }, - unicodeslot=0x1D606, - visual="bf", + unicodeslot=0x1D49A, + visual="bi", }, - [0x1D607]={ + [0x1D49B]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL Z", + description="MATHEMATICAL BOLD ITALIC SMALL Z", direction="l", linebreak="al", specials={ "font", 0x7A }, - unicodeslot=0x1D607, - visual="bf", + unicodeslot=0x1D49B, + visual="bi", }, - [0x1D608]={ + [0x1D49C]={ category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL A", + description="MATHEMATICAL SCRIPT CAPITAL A", direction="l", linebreak="al", specials={ "font", 0x41 }, - unicodeslot=0x1D608, - visual="it", - }, - [0x1D609]={ - category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL B", - direction="l", - linebreak="al", - specials={ "font", 0x42 }, - unicodeslot=0x1D609, + unicodeslot=0x1D49C, visual="it", }, - [0x1D60A]={ + [0x1D49E]={ category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL C", + description="MATHEMATICAL SCRIPT CAPITAL C", direction="l", linebreak="al", specials={ "font", 0x43 }, - unicodeslot=0x1D60A, + unicodeslot=0x1D49E, visual="it", }, - [0x1D60B]={ + [0x1D49F]={ category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL D", + description="MATHEMATICAL SCRIPT CAPITAL D", direction="l", linebreak="al", specials={ "font", 0x44 }, - unicodeslot=0x1D60B, - visual="it", - }, - [0x1D60C]={ - category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL E", - direction="l", - linebreak="al", - specials={ "font", 0x45 }, - unicodeslot=0x1D60C, - visual="it", - }, - [0x1D60D]={ - category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL F", - direction="l", - linebreak="al", - specials={ "font", 0x46 }, - unicodeslot=0x1D60D, + unicodeslot=0x1D49F, visual="it", }, - [0x1D60E]={ + [0x1D4A2]={ category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL G", + description="MATHEMATICAL SCRIPT CAPITAL G", direction="l", linebreak="al", specials={ "font", 0x47 }, - unicodeslot=0x1D60E, - visual="it", - }, - [0x1D60F]={ - category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL H", - direction="l", - linebreak="al", - specials={ "font", 0x48 }, - unicodeslot=0x1D60F, - visual="it", - }, - [0x1D610]={ - category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL I", - direction="l", - linebreak="al", - specials={ "font", 0x49 }, - unicodeslot=0x1D610, + unicodeslot=0x1D4A2, visual="it", }, - [0x1D611]={ + [0x1D4A5]={ category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL J", + description="MATHEMATICAL SCRIPT CAPITAL J", direction="l", linebreak="al", specials={ "font", 0x4A }, - unicodeslot=0x1D611, + unicodeslot=0x1D4A5, visual="it", }, - [0x1D612]={ + [0x1D4A6]={ category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL K", + description="MATHEMATICAL SCRIPT CAPITAL K", direction="l", linebreak="al", specials={ "font", 0x4B }, - unicodeslot=0x1D612, - visual="it", - }, - [0x1D613]={ - category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL L", - direction="l", - linebreak="al", - specials={ "font", 0x4C }, - unicodeslot=0x1D613, - visual="it", - }, - [0x1D614]={ - category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL M", - direction="l", - linebreak="al", - specials={ "font", 0x4D }, - unicodeslot=0x1D614, + unicodeslot=0x1D4A6, visual="it", }, - [0x1D615]={ + [0x1D4A9]={ category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL N", + description="MATHEMATICAL SCRIPT CAPITAL N", direction="l", linebreak="al", specials={ "font", 0x4E }, - unicodeslot=0x1D615, + unicodeslot=0x1D4A9, visual="it", }, - [0x1D616]={ + [0x1D4AA]={ category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL O", + description="MATHEMATICAL SCRIPT CAPITAL O", direction="l", linebreak="al", specials={ "font", 0x4F }, - unicodeslot=0x1D616, + unicodeslot=0x1D4AA, visual="it", }, - [0x1D617]={ + [0x1D4AB]={ category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL P", + description="MATHEMATICAL SCRIPT CAPITAL P", direction="l", linebreak="al", specials={ "font", 0x50 }, - unicodeslot=0x1D617, + synonyms={ "power set" }, + unicodeslot=0x1D4AB, visual="it", }, - [0x1D618]={ + [0x1D4AC]={ category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL Q", + description="MATHEMATICAL SCRIPT CAPITAL Q", direction="l", linebreak="al", specials={ "font", 0x51 }, - unicodeslot=0x1D618, - visual="it", - }, - [0x1D619]={ - category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL R", - direction="l", - linebreak="al", - specials={ "font", 0x52 }, - unicodeslot=0x1D619, + unicodeslot=0x1D4AC, visual="it", }, - [0x1D61A]={ + [0x1D4AE]={ category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL S", + description="MATHEMATICAL SCRIPT CAPITAL S", direction="l", linebreak="al", specials={ "font", 0x53 }, - unicodeslot=0x1D61A, + unicodeslot=0x1D4AE, visual="it", }, - [0x1D61B]={ + [0x1D4AF]={ category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL T", + description="MATHEMATICAL SCRIPT CAPITAL T", direction="l", linebreak="al", specials={ "font", 0x54 }, - unicodeslot=0x1D61B, + unicodeslot=0x1D4AF, visual="it", }, - [0x1D61C]={ + [0x1D4B0]={ category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL U", + description="MATHEMATICAL SCRIPT CAPITAL U", direction="l", linebreak="al", specials={ "font", 0x55 }, - unicodeslot=0x1D61C, + unicodeslot=0x1D4B0, visual="it", }, - [0x1D61D]={ + [0x1D4B1]={ category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL V", + description="MATHEMATICAL SCRIPT CAPITAL V", direction="l", linebreak="al", specials={ "font", 0x56 }, - unicodeslot=0x1D61D, + unicodeslot=0x1D4B1, visual="it", }, - [0x1D61E]={ + [0x1D4B2]={ category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL W", + description="MATHEMATICAL SCRIPT CAPITAL W", direction="l", linebreak="al", specials={ "font", 0x57 }, - unicodeslot=0x1D61E, + unicodeslot=0x1D4B2, visual="it", }, - [0x1D61F]={ + [0x1D4B3]={ category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL X", + description="MATHEMATICAL SCRIPT CAPITAL X", direction="l", linebreak="al", specials={ "font", 0x58 }, - unicodeslot=0x1D61F, + unicodeslot=0x1D4B3, visual="it", }, - [0x1D620]={ + [0x1D4B4]={ category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL Y", + description="MATHEMATICAL SCRIPT CAPITAL Y", direction="l", linebreak="al", specials={ "font", 0x59 }, - unicodeslot=0x1D620, + unicodeslot=0x1D4B4, visual="it", }, - [0x1D621]={ + [0x1D4B5]={ category="lu", - description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL Z", + description="MATHEMATICAL SCRIPT CAPITAL Z", direction="l", linebreak="al", specials={ "font", 0x5A }, - unicodeslot=0x1D621, + unicodeslot=0x1D4B5, visual="it", }, - [0x1D622]={ + [0x1D4B6]={ category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL A", + description="MATHEMATICAL SCRIPT SMALL A", direction="l", linebreak="al", specials={ "font", 0x61 }, - unicodeslot=0x1D622, + unicodeslot=0x1D4B6, visual="it", }, - [0x1D623]={ + [0x1D4B7]={ category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL B", + description="MATHEMATICAL SCRIPT SMALL B", direction="l", linebreak="al", specials={ "font", 0x62 }, - unicodeslot=0x1D623, + unicodeslot=0x1D4B7, visual="it", }, - [0x1D624]={ + [0x1D4B8]={ category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL C", + description="MATHEMATICAL SCRIPT SMALL C", direction="l", linebreak="al", specials={ "font", 0x63 }, - unicodeslot=0x1D624, + unicodeslot=0x1D4B8, visual="it", }, - [0x1D625]={ + [0x1D4B9]={ category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL D", + description="MATHEMATICAL SCRIPT SMALL D", direction="l", linebreak="al", specials={ "font", 0x64 }, - unicodeslot=0x1D625, - visual="it", - }, - [0x1D626]={ - category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL E", - direction="l", - linebreak="al", - specials={ "font", 0x65 }, - unicodeslot=0x1D626, + unicodeslot=0x1D4B9, visual="it", }, - [0x1D627]={ + [0x1D4BB]={ category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL F", + description="MATHEMATICAL SCRIPT SMALL F", direction="l", linebreak="al", specials={ "font", 0x66 }, - unicodeslot=0x1D627, - visual="it", - }, - [0x1D628]={ - category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL G", - direction="l", - linebreak="al", - specials={ "font", 0x67 }, - unicodeslot=0x1D628, + unicodeslot=0x1D4BB, visual="it", }, - [0x1D629]={ + [0x1D4BD]={ category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL H", + description="MATHEMATICAL SCRIPT SMALL H", direction="l", linebreak="al", specials={ "font", 0x68 }, - unicodeslot=0x1D629, + unicodeslot=0x1D4BD, visual="it", }, - [0x1D62A]={ + [0x1D4BE]={ category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL I", + description="MATHEMATICAL SCRIPT SMALL I", direction="l", linebreak="al", specials={ "font", 0x69 }, - unicodeslot=0x1D62A, + unicodeslot=0x1D4BE, visual="it", }, - [0x1D62B]={ + [0x1D4BF]={ category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL J", + description="MATHEMATICAL SCRIPT SMALL J", direction="l", linebreak="al", specials={ "font", 0x6A }, - unicodeslot=0x1D62B, + unicodeslot=0x1D4BF, visual="it", }, - [0x1D62C]={ + [0x1D4C0]={ category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL K", + description="MATHEMATICAL SCRIPT SMALL K", direction="l", linebreak="al", specials={ "font", 0x6B }, - unicodeslot=0x1D62C, + unicodeslot=0x1D4C0, visual="it", }, - [0x1D62D]={ + [0x1D4C1]={ category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL L", + description="MATHEMATICAL SCRIPT SMALL L", direction="l", linebreak="al", specials={ "font", 0x6C }, - unicodeslot=0x1D62D, + unicodeslot=0x1D4C1, visual="it", }, - [0x1D62E]={ + [0x1D4C2]={ category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL M", + description="MATHEMATICAL SCRIPT SMALL M", direction="l", linebreak="al", specials={ "font", 0x6D }, - unicodeslot=0x1D62E, + unicodeslot=0x1D4C2, visual="it", }, - [0x1D62F]={ + [0x1D4C3]={ category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL N", + description="MATHEMATICAL SCRIPT SMALL N", direction="l", linebreak="al", specials={ "font", 0x6E }, - unicodeslot=0x1D62F, - visual="it", - }, - [0x1D630]={ - category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL O", - direction="l", - linebreak="al", - specials={ "font", 0x6F }, - unicodeslot=0x1D630, + unicodeslot=0x1D4C3, visual="it", }, - [0x1D631]={ + [0x1D4C5]={ category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL P", + description="MATHEMATICAL SCRIPT SMALL P", direction="l", linebreak="al", specials={ "font", 0x70 }, - unicodeslot=0x1D631, + unicodeslot=0x1D4C5, visual="it", }, - [0x1D632]={ + [0x1D4C6]={ category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL Q", + description="MATHEMATICAL SCRIPT SMALL Q", direction="l", linebreak="al", specials={ "font", 0x71 }, - unicodeslot=0x1D632, + unicodeslot=0x1D4C6, visual="it", }, - [0x1D633]={ + [0x1D4C7]={ category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL R", + description="MATHEMATICAL SCRIPT SMALL R", direction="l", linebreak="al", specials={ "font", 0x72 }, - unicodeslot=0x1D633, + unicodeslot=0x1D4C7, visual="it", }, - [0x1D634]={ + [0x1D4C8]={ category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL S", + description="MATHEMATICAL SCRIPT SMALL S", direction="l", linebreak="al", specials={ "font", 0x73 }, - unicodeslot=0x1D634, + unicodeslot=0x1D4C8, visual="it", }, - [0x1D635]={ + [0x1D4C9]={ category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL T", + description="MATHEMATICAL SCRIPT SMALL T", direction="l", linebreak="al", specials={ "font", 0x74 }, - unicodeslot=0x1D635, + unicodeslot=0x1D4C9, visual="it", }, - [0x1D636]={ + [0x1D4CA]={ category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL U", + description="MATHEMATICAL SCRIPT SMALL U", direction="l", linebreak="al", specials={ "font", 0x75 }, - unicodeslot=0x1D636, + unicodeslot=0x1D4CA, visual="it", }, - [0x1D637]={ + [0x1D4CB]={ category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL V", + description="MATHEMATICAL SCRIPT SMALL V", direction="l", linebreak="al", specials={ "font", 0x76 }, - unicodeslot=0x1D637, + unicodeslot=0x1D4CB, visual="it", }, - [0x1D638]={ + [0x1D4CC]={ category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL W", + description="MATHEMATICAL SCRIPT SMALL W", direction="l", linebreak="al", specials={ "font", 0x77 }, - unicodeslot=0x1D638, + unicodeslot=0x1D4CC, visual="it", }, - [0x1D639]={ + [0x1D4CD]={ category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL X", + description="MATHEMATICAL SCRIPT SMALL X", direction="l", linebreak="al", specials={ "font", 0x78 }, - unicodeslot=0x1D639, + unicodeslot=0x1D4CD, visual="it", }, - [0x1D63A]={ + [0x1D4CE]={ category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL Y", + description="MATHEMATICAL SCRIPT SMALL Y", direction="l", linebreak="al", specials={ "font", 0x79 }, - unicodeslot=0x1D63A, + unicodeslot=0x1D4CE, visual="it", }, - [0x1D63B]={ + [0x1D4CF]={ category="ll", - description="MATHEMATICAL SANS-SERIF ITALIC SMALL Z", + description="MATHEMATICAL SCRIPT SMALL Z", direction="l", linebreak="al", specials={ "font", 0x7A }, - unicodeslot=0x1D63B, + unicodeslot=0x1D4CF, visual="it", }, - [0x1D63C]={ + [0x1D4D0]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL A", + description="MATHEMATICAL BOLD SCRIPT CAPITAL A", direction="l", linebreak="al", specials={ "font", 0x41 }, - unicodeslot=0x1D63C, + unicodeslot=0x1D4D0, visual="bi", }, - [0x1D63D]={ + [0x1D4D1]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL B", + description="MATHEMATICAL BOLD SCRIPT CAPITAL B", direction="l", linebreak="al", specials={ "font", 0x42 }, - unicodeslot=0x1D63D, + unicodeslot=0x1D4D1, visual="bi", }, - [0x1D63E]={ + [0x1D4D2]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL C", + description="MATHEMATICAL BOLD SCRIPT CAPITAL C", direction="l", linebreak="al", specials={ "font", 0x43 }, - unicodeslot=0x1D63E, + unicodeslot=0x1D4D2, visual="bi", }, - [0x1D63F]={ + [0x1D4D3]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL D", + description="MATHEMATICAL BOLD SCRIPT CAPITAL D", direction="l", linebreak="al", specials={ "font", 0x44 }, - unicodeslot=0x1D63F, + unicodeslot=0x1D4D3, visual="bi", }, - [0x1D640]={ + [0x1D4D4]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL E", + description="MATHEMATICAL BOLD SCRIPT CAPITAL E", direction="l", linebreak="al", specials={ "font", 0x45 }, - unicodeslot=0x1D640, + unicodeslot=0x1D4D4, visual="bi", }, - [0x1D641]={ + [0x1D4D5]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL F", + description="MATHEMATICAL BOLD SCRIPT CAPITAL F", direction="l", linebreak="al", specials={ "font", 0x46 }, - unicodeslot=0x1D641, + unicodeslot=0x1D4D5, visual="bi", }, - [0x1D642]={ + [0x1D4D6]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL G", + description="MATHEMATICAL BOLD SCRIPT CAPITAL G", direction="l", linebreak="al", specials={ "font", 0x47 }, - unicodeslot=0x1D642, + unicodeslot=0x1D4D6, visual="bi", }, - [0x1D643]={ + [0x1D4D7]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL H", + description="MATHEMATICAL BOLD SCRIPT CAPITAL H", direction="l", linebreak="al", specials={ "font", 0x48 }, - unicodeslot=0x1D643, + unicodeslot=0x1D4D7, visual="bi", }, - [0x1D644]={ + [0x1D4D8]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL I", + description="MATHEMATICAL BOLD SCRIPT CAPITAL I", direction="l", linebreak="al", specials={ "font", 0x49 }, - unicodeslot=0x1D644, + unicodeslot=0x1D4D8, visual="bi", }, - [0x1D645]={ + [0x1D4D9]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL J", + description="MATHEMATICAL BOLD SCRIPT CAPITAL J", direction="l", linebreak="al", specials={ "font", 0x4A }, - unicodeslot=0x1D645, + unicodeslot=0x1D4D9, visual="bi", }, - [0x1D646]={ + [0x1D4DA]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL K", + description="MATHEMATICAL BOLD SCRIPT CAPITAL K", direction="l", linebreak="al", specials={ "font", 0x4B }, - unicodeslot=0x1D646, + unicodeslot=0x1D4DA, visual="bi", }, - [0x1D647]={ + [0x1D4DB]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL L", + description="MATHEMATICAL BOLD SCRIPT CAPITAL L", direction="l", linebreak="al", specials={ "font", 0x4C }, - unicodeslot=0x1D647, + unicodeslot=0x1D4DB, visual="bi", }, - [0x1D648]={ + [0x1D4DC]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL M", + description="MATHEMATICAL BOLD SCRIPT CAPITAL M", direction="l", linebreak="al", specials={ "font", 0x4D }, - unicodeslot=0x1D648, + unicodeslot=0x1D4DC, visual="bi", }, - [0x1D649]={ + [0x1D4DD]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL N", + description="MATHEMATICAL BOLD SCRIPT CAPITAL N", direction="l", linebreak="al", specials={ "font", 0x4E }, - unicodeslot=0x1D649, + unicodeslot=0x1D4DD, visual="bi", }, - [0x1D64A]={ + [0x1D4DE]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL O", + description="MATHEMATICAL BOLD SCRIPT CAPITAL O", direction="l", linebreak="al", specials={ "font", 0x4F }, - unicodeslot=0x1D64A, + unicodeslot=0x1D4DE, visual="bi", }, - [0x1D64B]={ + [0x1D4DF]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL P", + description="MATHEMATICAL BOLD SCRIPT CAPITAL P", direction="l", linebreak="al", specials={ "font", 0x50 }, - unicodeslot=0x1D64B, + unicodeslot=0x1D4DF, visual="bi", }, - [0x1D64C]={ + [0x1D4E0]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Q", + description="MATHEMATICAL BOLD SCRIPT CAPITAL Q", direction="l", linebreak="al", specials={ "font", 0x51 }, - unicodeslot=0x1D64C, + unicodeslot=0x1D4E0, visual="bi", }, - [0x1D64D]={ + [0x1D4E1]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL R", + description="MATHEMATICAL BOLD SCRIPT CAPITAL R", direction="l", linebreak="al", specials={ "font", 0x52 }, - unicodeslot=0x1D64D, + unicodeslot=0x1D4E1, visual="bi", }, - [0x1D64E]={ + [0x1D4E2]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL S", + description="MATHEMATICAL BOLD SCRIPT CAPITAL S", direction="l", linebreak="al", specials={ "font", 0x53 }, - unicodeslot=0x1D64E, + unicodeslot=0x1D4E2, visual="bi", }, - [0x1D64F]={ + [0x1D4E3]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL T", + description="MATHEMATICAL BOLD SCRIPT CAPITAL T", direction="l", linebreak="al", specials={ "font", 0x54 }, - unicodeslot=0x1D64F, + unicodeslot=0x1D4E3, visual="bi", }, - [0x1D650]={ + [0x1D4E4]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL U", + description="MATHEMATICAL BOLD SCRIPT CAPITAL U", direction="l", linebreak="al", specials={ "font", 0x55 }, - unicodeslot=0x1D650, + unicodeslot=0x1D4E4, visual="bi", }, - [0x1D651]={ + [0x1D4E5]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL V", + description="MATHEMATICAL BOLD SCRIPT CAPITAL V", direction="l", linebreak="al", specials={ "font", 0x56 }, - unicodeslot=0x1D651, + unicodeslot=0x1D4E5, visual="bi", }, - [0x1D652]={ + [0x1D4E6]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL W", + description="MATHEMATICAL BOLD SCRIPT CAPITAL W", direction="l", linebreak="al", specials={ "font", 0x57 }, - unicodeslot=0x1D652, + unicodeslot=0x1D4E6, visual="bi", }, - [0x1D653]={ + [0x1D4E7]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL X", + description="MATHEMATICAL BOLD SCRIPT CAPITAL X", direction="l", linebreak="al", specials={ "font", 0x58 }, - unicodeslot=0x1D653, + unicodeslot=0x1D4E7, visual="bi", }, - [0x1D654]={ + [0x1D4E8]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Y", + description="MATHEMATICAL BOLD SCRIPT CAPITAL Y", direction="l", linebreak="al", specials={ "font", 0x59 }, - unicodeslot=0x1D654, + unicodeslot=0x1D4E8, visual="bi", }, - [0x1D655]={ + [0x1D4E9]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Z", + description="MATHEMATICAL BOLD SCRIPT CAPITAL Z", direction="l", linebreak="al", specials={ "font", 0x5A }, - unicodeslot=0x1D655, + unicodeslot=0x1D4E9, visual="bi", }, - [0x1D656]={ + [0x1D4EA]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL A", + description="MATHEMATICAL BOLD SCRIPT SMALL A", direction="l", linebreak="al", specials={ "font", 0x61 }, - unicodeslot=0x1D656, + unicodeslot=0x1D4EA, visual="bi", }, - [0x1D657]={ + [0x1D4EB]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL B", + description="MATHEMATICAL BOLD SCRIPT SMALL B", direction="l", linebreak="al", specials={ "font", 0x62 }, - unicodeslot=0x1D657, + unicodeslot=0x1D4EB, visual="bi", }, - [0x1D658]={ + [0x1D4EC]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL C", + description="MATHEMATICAL BOLD SCRIPT SMALL C", direction="l", linebreak="al", specials={ "font", 0x63 }, - unicodeslot=0x1D658, + unicodeslot=0x1D4EC, visual="bi", }, - [0x1D659]={ + [0x1D4ED]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL D", + description="MATHEMATICAL BOLD SCRIPT SMALL D", direction="l", linebreak="al", specials={ "font", 0x64 }, - unicodeslot=0x1D659, + unicodeslot=0x1D4ED, visual="bi", }, - [0x1D65A]={ + [0x1D4EE]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL E", + description="MATHEMATICAL BOLD SCRIPT SMALL E", direction="l", linebreak="al", specials={ "font", 0x65 }, - unicodeslot=0x1D65A, + unicodeslot=0x1D4EE, visual="bi", }, - [0x1D65B]={ + [0x1D4EF]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL F", + description="MATHEMATICAL BOLD SCRIPT SMALL F", direction="l", linebreak="al", specials={ "font", 0x66 }, - unicodeslot=0x1D65B, + unicodeslot=0x1D4EF, visual="bi", }, - [0x1D65C]={ + [0x1D4F0]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL G", + description="MATHEMATICAL BOLD SCRIPT SMALL G", direction="l", linebreak="al", specials={ "font", 0x67 }, - unicodeslot=0x1D65C, + unicodeslot=0x1D4F0, visual="bi", }, - [0x1D65D]={ + [0x1D4F1]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL H", + description="MATHEMATICAL BOLD SCRIPT SMALL H", direction="l", linebreak="al", specials={ "font", 0x68 }, - unicodeslot=0x1D65D, + unicodeslot=0x1D4F1, visual="bi", }, - [0x1D65E]={ + [0x1D4F2]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL I", + description="MATHEMATICAL BOLD SCRIPT SMALL I", direction="l", linebreak="al", specials={ "font", 0x69 }, - unicodeslot=0x1D65E, + unicodeslot=0x1D4F2, visual="bi", }, - [0x1D65F]={ + [0x1D4F3]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL J", + description="MATHEMATICAL BOLD SCRIPT SMALL J", direction="l", linebreak="al", specials={ "font", 0x6A }, - unicodeslot=0x1D65F, + unicodeslot=0x1D4F3, visual="bi", }, - [0x1D660]={ + [0x1D4F4]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL K", + description="MATHEMATICAL BOLD SCRIPT SMALL K", direction="l", linebreak="al", specials={ "font", 0x6B }, - unicodeslot=0x1D660, + unicodeslot=0x1D4F4, visual="bi", }, - [0x1D661]={ + [0x1D4F5]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL L", + description="MATHEMATICAL BOLD SCRIPT SMALL L", direction="l", linebreak="al", specials={ "font", 0x6C }, - unicodeslot=0x1D661, + unicodeslot=0x1D4F5, visual="bi", }, - [0x1D662]={ + [0x1D4F6]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL M", + description="MATHEMATICAL BOLD SCRIPT SMALL M", direction="l", linebreak="al", specials={ "font", 0x6D }, - unicodeslot=0x1D662, + unicodeslot=0x1D4F6, visual="bi", }, - [0x1D663]={ + [0x1D4F7]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL N", + description="MATHEMATICAL BOLD SCRIPT SMALL N", direction="l", linebreak="al", specials={ "font", 0x6E }, - unicodeslot=0x1D663, + unicodeslot=0x1D4F7, visual="bi", }, - [0x1D664]={ + [0x1D4F8]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL O", + description="MATHEMATICAL BOLD SCRIPT SMALL O", direction="l", linebreak="al", specials={ "font", 0x6F }, - unicodeslot=0x1D664, + unicodeslot=0x1D4F8, visual="bi", }, - [0x1D665]={ + [0x1D4F9]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL P", + description="MATHEMATICAL BOLD SCRIPT SMALL P", direction="l", linebreak="al", specials={ "font", 0x70 }, - unicodeslot=0x1D665, + unicodeslot=0x1D4F9, visual="bi", }, - [0x1D666]={ + [0x1D4FA]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Q", + description="MATHEMATICAL BOLD SCRIPT SMALL Q", direction="l", linebreak="al", specials={ "font", 0x71 }, - unicodeslot=0x1D666, + unicodeslot=0x1D4FA, visual="bi", }, - [0x1D667]={ + [0x1D4FB]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL R", + description="MATHEMATICAL BOLD SCRIPT SMALL R", direction="l", linebreak="al", specials={ "font", 0x72 }, - unicodeslot=0x1D667, + unicodeslot=0x1D4FB, visual="bi", }, - [0x1D668]={ + [0x1D4FC]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL S", + description="MATHEMATICAL BOLD SCRIPT SMALL S", direction="l", linebreak="al", specials={ "font", 0x73 }, - unicodeslot=0x1D668, + unicodeslot=0x1D4FC, visual="bi", }, - [0x1D669]={ + [0x1D4FD]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL T", + description="MATHEMATICAL BOLD SCRIPT SMALL T", direction="l", linebreak="al", specials={ "font", 0x74 }, - unicodeslot=0x1D669, + unicodeslot=0x1D4FD, visual="bi", }, - [0x1D66A]={ + [0x1D4FE]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL U", + description="MATHEMATICAL BOLD SCRIPT SMALL U", direction="l", linebreak="al", specials={ "font", 0x75 }, - unicodeslot=0x1D66A, + unicodeslot=0x1D4FE, visual="bi", }, - [0x1D66B]={ + [0x1D4FF]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL V", + description="MATHEMATICAL BOLD SCRIPT SMALL V", direction="l", linebreak="al", specials={ "font", 0x76 }, - unicodeslot=0x1D66B, + unicodeslot=0x1D4FF, visual="bi", }, - [0x1D66C]={ + [0x1D500]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL W", + description="MATHEMATICAL BOLD SCRIPT SMALL W", direction="l", linebreak="al", specials={ "font", 0x77 }, - unicodeslot=0x1D66C, + unicodeslot=0x1D500, visual="bi", }, - [0x1D66D]={ + [0x1D501]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL X", + description="MATHEMATICAL BOLD SCRIPT SMALL X", direction="l", linebreak="al", specials={ "font", 0x78 }, - unicodeslot=0x1D66D, + unicodeslot=0x1D501, visual="bi", }, - [0x1D66E]={ + [0x1D502]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Y", + description="MATHEMATICAL BOLD SCRIPT SMALL Y", direction="l", linebreak="al", specials={ "font", 0x79 }, - unicodeslot=0x1D66E, + unicodeslot=0x1D502, visual="bi", }, - [0x1D66F]={ + [0x1D503]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Z", + description="MATHEMATICAL BOLD SCRIPT SMALL Z", direction="l", linebreak="al", specials={ "font", 0x7A }, - unicodeslot=0x1D66F, + unicodeslot=0x1D503, visual="bi", }, - [0x1D670]={ + [0x1D504]={ category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL A", + description="MATHEMATICAL FRAKTUR CAPITAL A", direction="l", linebreak="al", specials={ "font", 0x41 }, - unicodeslot=0x1D670, + unicodeslot=0x1D504, }, - [0x1D671]={ + [0x1D505]={ category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL B", + description="MATHEMATICAL FRAKTUR CAPITAL B", direction="l", linebreak="al", specials={ "font", 0x42 }, - unicodeslot=0x1D671, - }, - [0x1D672]={ - category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL C", - direction="l", - linebreak="al", - specials={ "font", 0x43 }, - unicodeslot=0x1D672, + unicodeslot=0x1D505, }, - [0x1D673]={ + [0x1D507]={ category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL D", + description="MATHEMATICAL FRAKTUR CAPITAL D", direction="l", linebreak="al", specials={ "font", 0x44 }, - unicodeslot=0x1D673, + unicodeslot=0x1D507, }, - [0x1D674]={ + [0x1D508]={ category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL E", + description="MATHEMATICAL FRAKTUR CAPITAL E", direction="l", linebreak="al", specials={ "font", 0x45 }, - unicodeslot=0x1D674, + unicodeslot=0x1D508, }, - [0x1D675]={ + [0x1D509]={ category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL F", + description="MATHEMATICAL FRAKTUR CAPITAL F", direction="l", linebreak="al", specials={ "font", 0x46 }, - unicodeslot=0x1D675, + unicodeslot=0x1D509, }, - [0x1D676]={ + [0x1D50A]={ category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL G", + description="MATHEMATICAL FRAKTUR CAPITAL G", direction="l", linebreak="al", specials={ "font", 0x47 }, - unicodeslot=0x1D676, - }, - [0x1D677]={ - category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL H", - direction="l", - linebreak="al", - specials={ "font", 0x48 }, - unicodeslot=0x1D677, - }, - [0x1D678]={ - category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL I", - direction="l", - linebreak="al", - specials={ "font", 0x49 }, - unicodeslot=0x1D678, + unicodeslot=0x1D50A, }, - [0x1D679]={ + [0x1D50D]={ category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL J", + description="MATHEMATICAL FRAKTUR CAPITAL J", direction="l", linebreak="al", specials={ "font", 0x4A }, - unicodeslot=0x1D679, + unicodeslot=0x1D50D, }, - [0x1D67A]={ + [0x1D50E]={ category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL K", + description="MATHEMATICAL FRAKTUR CAPITAL K", direction="l", linebreak="al", specials={ "font", 0x4B }, - unicodeslot=0x1D67A, + unicodeslot=0x1D50E, }, - [0x1D67B]={ + [0x1D50F]={ category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL L", + description="MATHEMATICAL FRAKTUR CAPITAL L", direction="l", linebreak="al", specials={ "font", 0x4C }, - unicodeslot=0x1D67B, + unicodeslot=0x1D50F, }, - [0x1D67C]={ + [0x1D510]={ category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL M", + description="MATHEMATICAL FRAKTUR CAPITAL M", direction="l", linebreak="al", specials={ "font", 0x4D }, - unicodeslot=0x1D67C, + synonyms={ "new testament majority text" }, + unicodeslot=0x1D510, }, - [0x1D67D]={ + [0x1D511]={ category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL N", + description="MATHEMATICAL FRAKTUR CAPITAL N", direction="l", linebreak="al", specials={ "font", 0x4E }, - unicodeslot=0x1D67D, + unicodeslot=0x1D511, }, - [0x1D67E]={ + [0x1D512]={ category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL O", + description="MATHEMATICAL FRAKTUR CAPITAL O", direction="l", linebreak="al", specials={ "font", 0x4F }, - unicodeslot=0x1D67E, + unicodeslot=0x1D512, }, - [0x1D67F]={ + [0x1D513]={ category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL P", + description="MATHEMATICAL FRAKTUR CAPITAL P", direction="l", linebreak="al", specials={ "font", 0x50 }, - unicodeslot=0x1D67F, + unicodeslot=0x1D513, }, - [0x1D680]={ + [0x1D514]={ category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL Q", + description="MATHEMATICAL FRAKTUR CAPITAL Q", direction="l", linebreak="al", specials={ "font", 0x51 }, - unicodeslot=0x1D680, - }, - [0x1D681]={ - category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL R", - direction="l", - linebreak="al", - specials={ "font", 0x52 }, - unicodeslot=0x1D681, + unicodeslot=0x1D514, }, - [0x1D682]={ + [0x1D516]={ category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL S", + description="MATHEMATICAL FRAKTUR CAPITAL S", direction="l", linebreak="al", specials={ "font", 0x53 }, - unicodeslot=0x1D682, + synonyms={ "greek old testament", "septuagint" }, + unicodeslot=0x1D516, }, - [0x1D683]={ + [0x1D517]={ category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL T", + description="MATHEMATICAL FRAKTUR CAPITAL T", direction="l", linebreak="al", specials={ "font", 0x54 }, - unicodeslot=0x1D683, + unicodeslot=0x1D517, }, - [0x1D684]={ + [0x1D518]={ category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL U", + description="MATHEMATICAL FRAKTUR CAPITAL U", direction="l", linebreak="al", specials={ "font", 0x55 }, - unicodeslot=0x1D684, + unicodeslot=0x1D518, }, - [0x1D685]={ + [0x1D519]={ category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL V", + description="MATHEMATICAL FRAKTUR CAPITAL V", direction="l", linebreak="al", specials={ "font", 0x56 }, - unicodeslot=0x1D685, + unicodeslot=0x1D519, }, - [0x1D686]={ + [0x1D51A]={ category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL W", + description="MATHEMATICAL FRAKTUR CAPITAL W", direction="l", linebreak="al", specials={ "font", 0x57 }, - unicodeslot=0x1D686, + unicodeslot=0x1D51A, }, - [0x1D687]={ + [0x1D51B]={ category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL X", + description="MATHEMATICAL FRAKTUR CAPITAL X", direction="l", linebreak="al", specials={ "font", 0x58 }, - unicodeslot=0x1D687, + unicodeslot=0x1D51B, }, - [0x1D688]={ + [0x1D51C]={ category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL Y", + description="MATHEMATICAL FRAKTUR CAPITAL Y", direction="l", linebreak="al", specials={ "font", 0x59 }, - unicodeslot=0x1D688, - }, - [0x1D689]={ - category="lu", - description="MATHEMATICAL MONOSPACE CAPITAL Z", - direction="l", - linebreak="al", - specials={ "font", 0x5A }, - unicodeslot=0x1D689, + unicodeslot=0x1D51C, }, - [0x1D68A]={ + [0x1D51E]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL A", + description="MATHEMATICAL FRAKTUR SMALL A", direction="l", linebreak="al", specials={ "font", 0x61 }, - unicodeslot=0x1D68A, + unicodeslot=0x1D51E, }, - [0x1D68B]={ + [0x1D51F]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL B", + description="MATHEMATICAL FRAKTUR SMALL B", direction="l", linebreak="al", specials={ "font", 0x62 }, - unicodeslot=0x1D68B, + unicodeslot=0x1D51F, }, - [0x1D68C]={ + [0x1D520]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL C", + description="MATHEMATICAL FRAKTUR SMALL C", direction="l", linebreak="al", specials={ "font", 0x63 }, - unicodeslot=0x1D68C, + unicodeslot=0x1D520, }, - [0x1D68D]={ + [0x1D521]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL D", + description="MATHEMATICAL FRAKTUR SMALL D", direction="l", linebreak="al", specials={ "font", 0x64 }, - unicodeslot=0x1D68D, + unicodeslot=0x1D521, }, - [0x1D68E]={ + [0x1D522]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL E", + description="MATHEMATICAL FRAKTUR SMALL E", direction="l", linebreak="al", specials={ "font", 0x65 }, - unicodeslot=0x1D68E, + unicodeslot=0x1D522, }, - [0x1D68F]={ + [0x1D523]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL F", + description="MATHEMATICAL FRAKTUR SMALL F", direction="l", linebreak="al", specials={ "font", 0x66 }, - unicodeslot=0x1D68F, + unicodeslot=0x1D523, }, - [0x1D690]={ + [0x1D524]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL G", + description="MATHEMATICAL FRAKTUR SMALL G", direction="l", linebreak="al", specials={ "font", 0x67 }, - unicodeslot=0x1D690, + unicodeslot=0x1D524, }, - [0x1D691]={ + [0x1D525]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL H", + description="MATHEMATICAL FRAKTUR SMALL H", direction="l", linebreak="al", specials={ "font", 0x68 }, - unicodeslot=0x1D691, + unicodeslot=0x1D525, }, - [0x1D692]={ + [0x1D526]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL I", + description="MATHEMATICAL FRAKTUR SMALL I", direction="l", linebreak="al", specials={ "font", 0x69 }, - unicodeslot=0x1D692, + unicodeslot=0x1D526, }, - [0x1D693]={ + [0x1D527]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL J", + description="MATHEMATICAL FRAKTUR SMALL J", direction="l", linebreak="al", specials={ "font", 0x6A }, - unicodeslot=0x1D693, + unicodeslot=0x1D527, }, - [0x1D694]={ + [0x1D528]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL K", + description="MATHEMATICAL FRAKTUR SMALL K", direction="l", linebreak="al", specials={ "font", 0x6B }, - unicodeslot=0x1D694, + unicodeslot=0x1D528, }, - [0x1D695]={ + [0x1D529]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL L", + description="MATHEMATICAL FRAKTUR SMALL L", direction="l", linebreak="al", specials={ "font", 0x6C }, - unicodeslot=0x1D695, + unicodeslot=0x1D529, }, - [0x1D696]={ + [0x1D52A]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL M", + description="MATHEMATICAL FRAKTUR SMALL M", direction="l", linebreak="al", specials={ "font", 0x6D }, - unicodeslot=0x1D696, + unicodeslot=0x1D52A, }, - [0x1D697]={ + [0x1D52B]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL N", + description="MATHEMATICAL FRAKTUR SMALL N", direction="l", linebreak="al", specials={ "font", 0x6E }, - unicodeslot=0x1D697, + unicodeslot=0x1D52B, }, - [0x1D698]={ + [0x1D52C]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL O", + description="MATHEMATICAL FRAKTUR SMALL O", direction="l", linebreak="al", specials={ "font", 0x6F }, - unicodeslot=0x1D698, + unicodeslot=0x1D52C, }, - [0x1D699]={ + [0x1D52D]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL P", + description="MATHEMATICAL FRAKTUR SMALL P", direction="l", linebreak="al", specials={ "font", 0x70 }, - unicodeslot=0x1D699, + unicodeslot=0x1D52D, }, - [0x1D69A]={ + [0x1D52E]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL Q", + description="MATHEMATICAL FRAKTUR SMALL Q", direction="l", linebreak="al", specials={ "font", 0x71 }, - unicodeslot=0x1D69A, + unicodeslot=0x1D52E, }, - [0x1D69B]={ + [0x1D52F]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL R", + description="MATHEMATICAL FRAKTUR SMALL R", direction="l", linebreak="al", specials={ "font", 0x72 }, - unicodeslot=0x1D69B, + unicodeslot=0x1D52F, }, - [0x1D69C]={ + [0x1D530]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL S", + description="MATHEMATICAL FRAKTUR SMALL S", direction="l", linebreak="al", specials={ "font", 0x73 }, - unicodeslot=0x1D69C, + unicodeslot=0x1D530, }, - [0x1D69D]={ + [0x1D531]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL T", + description="MATHEMATICAL FRAKTUR SMALL T", direction="l", linebreak="al", specials={ "font", 0x74 }, - unicodeslot=0x1D69D, + unicodeslot=0x1D531, }, - [0x1D69E]={ + [0x1D532]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL U", + description="MATHEMATICAL FRAKTUR SMALL U", direction="l", linebreak="al", specials={ "font", 0x75 }, - unicodeslot=0x1D69E, + unicodeslot=0x1D532, }, - [0x1D69F]={ + [0x1D533]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL V", + description="MATHEMATICAL FRAKTUR SMALL V", direction="l", linebreak="al", specials={ "font", 0x76 }, - unicodeslot=0x1D69F, + unicodeslot=0x1D533, }, - [0x1D6A0]={ + [0x1D534]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL W", + description="MATHEMATICAL FRAKTUR SMALL W", direction="l", linebreak="al", specials={ "font", 0x77 }, - unicodeslot=0x1D6A0, + unicodeslot=0x1D534, }, - [0x1D6A1]={ + [0x1D535]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL X", + description="MATHEMATICAL FRAKTUR SMALL X", direction="l", linebreak="al", specials={ "font", 0x78 }, - unicodeslot=0x1D6A1, + unicodeslot=0x1D535, }, - [0x1D6A2]={ + [0x1D536]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL Y", + description="MATHEMATICAL FRAKTUR SMALL Y", direction="l", linebreak="al", specials={ "font", 0x79 }, - unicodeslot=0x1D6A2, + unicodeslot=0x1D536, }, - [0x1D6A3]={ + [0x1D537]={ category="ll", - description="MATHEMATICAL MONOSPACE SMALL Z", + description="MATHEMATICAL FRAKTUR SMALL Z", direction="l", linebreak="al", specials={ "font", 0x7A }, - unicodeslot=0x1D6A3, - }, - [0x1D6A4]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL DOTLESS I", - direction="l", - linebreak="al", - mathclass="default", - mathname="imath", - specials={ "font", 0x131 }, - unicodeslot=0x1D6A4, - visual="it", + unicodeslot=0x1D537, }, - [0x1D6A5]={ - category="ll", - description="MATHEMATICAL ITALIC SMALL DOTLESS J", + [0x1D538]={ + category="lu", + description="MATHEMATICAL DOUBLE-STRUCK CAPITAL A", direction="l", linebreak="al", - mathclass="default", - mathname="jmath", - specials={ "font", 0x237 }, - unicodeslot=0x1D6A5, - visual="it", + specials={ "font", 0x41 }, + unicodeslot=0x1D538, }, - [0x1D6A8]={ + [0x1D539]={ category="lu", - description="MATHEMATICAL BOLD CAPITAL ALPHA", + description="MATHEMATICAL DOUBLE-STRUCK CAPITAL B", direction="l", linebreak="al", - specials={ "font", 0x391 }, - unicodeslot=0x1D6A8, - visual="bf", + specials={ "font", 0x42 }, + unicodeslot=0x1D539, }, - [0x1D6A9]={ + [0x1D53B]={ category="lu", - description="MATHEMATICAL BOLD CAPITAL BETA", + description="MATHEMATICAL DOUBLE-STRUCK CAPITAL D", direction="l", linebreak="al", - specials={ "font", 0x392 }, - unicodeslot=0x1D6A9, - visual="bf", + specials={ "font", 0x44 }, + unicodeslot=0x1D53B, }, - [0x1D6AA]={ + [0x1D53C]={ category="lu", - description="MATHEMATICAL BOLD CAPITAL GAMMA", + description="MATHEMATICAL DOUBLE-STRUCK CAPITAL E", direction="l", linebreak="al", - specials={ "font", 0x393 }, - unicodeslot=0x1D6AA, - visual="bf", + specials={ "font", 0x45 }, + unicodeslot=0x1D53C, }, - [0x1D6AB]={ + [0x1D53D]={ category="lu", - description="MATHEMATICAL BOLD CAPITAL DELTA", + description="MATHEMATICAL DOUBLE-STRUCK CAPITAL F", direction="l", linebreak="al", - specials={ "font", 0x394 }, - unicodeslot=0x1D6AB, - visual="bf", + specials={ "font", 0x46 }, + unicodeslot=0x1D53D, }, - [0x1D6AC]={ + [0x1D53E]={ category="lu", - description="MATHEMATICAL BOLD CAPITAL EPSILON", + description="MATHEMATICAL DOUBLE-STRUCK CAPITAL G", direction="l", linebreak="al", - specials={ "font", 0x395 }, - unicodeslot=0x1D6AC, - visual="bf", + specials={ "font", 0x47 }, + unicodeslot=0x1D53E, }, - [0x1D6AD]={ + [0x1D540]={ category="lu", - description="MATHEMATICAL BOLD CAPITAL ZETA", + description="MATHEMATICAL DOUBLE-STRUCK CAPITAL I", direction="l", linebreak="al", - specials={ "font", 0x396 }, - unicodeslot=0x1D6AD, - visual="bf", + specials={ "font", 0x49 }, + unicodeslot=0x1D540, }, - [0x1D6AE]={ + [0x1D541]={ category="lu", - description="MATHEMATICAL BOLD CAPITAL ETA", + description="MATHEMATICAL DOUBLE-STRUCK CAPITAL J", direction="l", linebreak="al", - specials={ "font", 0x397 }, - unicodeslot=0x1D6AE, - visual="bf", + specials={ "font", 0x4A }, + unicodeslot=0x1D541, }, - [0x1D6AF]={ + [0x1D542]={ category="lu", - description="MATHEMATICAL BOLD CAPITAL THETA", + description="MATHEMATICAL DOUBLE-STRUCK CAPITAL K", direction="l", linebreak="al", - specials={ "font", 0x398 }, - unicodeslot=0x1D6AF, - visual="bf", + specials={ "font", 0x4B }, + unicodeslot=0x1D542, }, - [0x1D6B0]={ + [0x1D543]={ category="lu", - description="MATHEMATICAL BOLD CAPITAL IOTA", + description="MATHEMATICAL DOUBLE-STRUCK CAPITAL L", direction="l", linebreak="al", - specials={ "font", 0x399 }, - unicodeslot=0x1D6B0, - visual="bf", + specials={ "font", 0x4C }, + unicodeslot=0x1D543, }, - [0x1D6B1]={ + [0x1D544]={ category="lu", - description="MATHEMATICAL BOLD CAPITAL KAPPA", + description="MATHEMATICAL DOUBLE-STRUCK CAPITAL M", direction="l", linebreak="al", - specials={ "font", 0x39A }, - unicodeslot=0x1D6B1, - visual="bf", + specials={ "font", 0x4D }, + unicodeslot=0x1D544, }, - [0x1D6B2]={ + [0x1D546]={ category="lu", - description="MATHEMATICAL BOLD CAPITAL LAMDA", + description="MATHEMATICAL DOUBLE-STRUCK CAPITAL O", direction="l", linebreak="al", - specials={ "font", 0x39B }, - unicodeslot=0x1D6B2, - visual="bf", + specials={ "font", 0x4F }, + unicodeslot=0x1D546, }, - [0x1D6B3]={ + [0x1D54A]={ category="lu", - description="MATHEMATICAL BOLD CAPITAL MU", + description="MATHEMATICAL DOUBLE-STRUCK CAPITAL S", direction="l", linebreak="al", - specials={ "font", 0x39C }, - unicodeslot=0x1D6B3, - visual="bf", + specials={ "font", 0x53 }, + unicodeslot=0x1D54A, }, - [0x1D6B4]={ + [0x1D54B]={ category="lu", - description="MATHEMATICAL BOLD CAPITAL NU", + description="MATHEMATICAL DOUBLE-STRUCK CAPITAL T", direction="l", linebreak="al", - specials={ "font", 0x39D }, - unicodeslot=0x1D6B4, - visual="bf", + specials={ "font", 0x54 }, + unicodeslot=0x1D54B, }, - [0x1D6B5]={ + [0x1D54C]={ category="lu", - description="MATHEMATICAL BOLD CAPITAL XI", + description="MATHEMATICAL DOUBLE-STRUCK CAPITAL U", direction="l", linebreak="al", - specials={ "font", 0x39E }, - unicodeslot=0x1D6B5, - visual="bf", + specials={ "font", 0x55 }, + unicodeslot=0x1D54C, }, - [0x1D6B6]={ + [0x1D54D]={ category="lu", - description="MATHEMATICAL BOLD CAPITAL OMICRON", + description="MATHEMATICAL DOUBLE-STRUCK CAPITAL V", direction="l", linebreak="al", - specials={ "font", 0x39F }, - unicodeslot=0x1D6B6, - visual="bf", + specials={ "font", 0x56 }, + unicodeslot=0x1D54D, }, - [0x1D6B7]={ + [0x1D54E]={ category="lu", - description="MATHEMATICAL BOLD CAPITAL PI", + description="MATHEMATICAL DOUBLE-STRUCK CAPITAL W", direction="l", linebreak="al", - specials={ "font", 0x3A0 }, - unicodeslot=0x1D6B7, - visual="bf", + specials={ "font", 0x57 }, + unicodeslot=0x1D54E, }, - [0x1D6B8]={ + [0x1D54F]={ category="lu", - description="MATHEMATICAL BOLD CAPITAL RHO", + description="MATHEMATICAL DOUBLE-STRUCK CAPITAL X", direction="l", linebreak="al", - specials={ "font", 0x3A1 }, - unicodeslot=0x1D6B8, - visual="bf", + specials={ "font", 0x58 }, + unicodeslot=0x1D54F, }, - [0x1D6B9]={ + [0x1D550]={ category="lu", - description="MATHEMATICAL BOLD CAPITAL THETA SYMBOL", + description="MATHEMATICAL DOUBLE-STRUCK CAPITAL Y", direction="l", linebreak="al", - specials={ "font", 0x3F4 }, - unicodeslot=0x1D6B9, - visual="bf", + specials={ "font", 0x59 }, + unicodeslot=0x1D550, }, - [0x1D6BA]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL SIGMA", + [0x1D552]={ + category="ll", + description="MATHEMATICAL DOUBLE-STRUCK SMALL A", direction="l", linebreak="al", - specials={ "font", 0x3A3 }, - unicodeslot=0x1D6BA, - visual="bf", + specials={ "font", 0x61 }, + unicodeslot=0x1D552, }, - [0x1D6BB]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL TAU", + [0x1D553]={ + category="ll", + description="MATHEMATICAL DOUBLE-STRUCK SMALL B", direction="l", linebreak="al", - specials={ "font", 0x3A4 }, - unicodeslot=0x1D6BB, - visual="bf", + specials={ "font", 0x62 }, + unicodeslot=0x1D553, }, - [0x1D6BC]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL UPSILON", + [0x1D554]={ + category="ll", + description="MATHEMATICAL DOUBLE-STRUCK SMALL C", direction="l", linebreak="al", - specials={ "font", 0x3A5 }, - unicodeslot=0x1D6BC, - visual="bf", + specials={ "font", 0x63 }, + unicodeslot=0x1D554, }, - [0x1D6BD]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL PHI", + [0x1D555]={ + category="ll", + description="MATHEMATICAL DOUBLE-STRUCK SMALL D", direction="l", linebreak="al", - specials={ "font", 0x3A6 }, - unicodeslot=0x1D6BD, - visual="bf", + specials={ "font", 0x64 }, + unicodeslot=0x1D555, }, - [0x1D6BE]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL CHI", + [0x1D556]={ + category="ll", + description="MATHEMATICAL DOUBLE-STRUCK SMALL E", direction="l", linebreak="al", - specials={ "font", 0x3A7 }, - unicodeslot=0x1D6BE, - visual="bf", + specials={ "font", 0x65 }, + unicodeslot=0x1D556, }, - [0x1D6BF]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL PSI", + [0x1D557]={ + category="ll", + description="MATHEMATICAL DOUBLE-STRUCK SMALL F", direction="l", linebreak="al", - specials={ "font", 0x3A8 }, - unicodeslot=0x1D6BF, - visual="bf", + specials={ "font", 0x66 }, + unicodeslot=0x1D557, }, - [0x1D6C0]={ - category="lu", - description="MATHEMATICAL BOLD CAPITAL OMEGA", + [0x1D558]={ + category="ll", + description="MATHEMATICAL DOUBLE-STRUCK SMALL G", direction="l", linebreak="al", - specials={ "font", 0x3A9 }, - unicodeslot=0x1D6C0, - visual="bf", + specials={ "font", 0x67 }, + unicodeslot=0x1D558, }, - [0x1D6C1]={ - category="sm", - description="MATHEMATICAL BOLD NABLA", + [0x1D559]={ + category="ll", + description="MATHEMATICAL DOUBLE-STRUCK SMALL H", direction="l", linebreak="al", - specials={ "font", 0x2207 }, - unicodeslot=0x1D6C1, - visual="bf", + specials={ "font", 0x68 }, + unicodeslot=0x1D559, }, - [0x1D6C2]={ + [0x1D55A]={ category="ll", - description="MATHEMATICAL BOLD SMALL ALPHA", + description="MATHEMATICAL DOUBLE-STRUCK SMALL I", direction="l", linebreak="al", - specials={ "font", 0x3B1 }, - unicodeslot=0x1D6C2, - visual="bf", + specials={ "font", 0x69 }, + unicodeslot=0x1D55A, }, - [0x1D6C3]={ + [0x1D55B]={ category="ll", - description="MATHEMATICAL BOLD SMALL BETA", + description="MATHEMATICAL DOUBLE-STRUCK SMALL J", direction="l", linebreak="al", - specials={ "font", 0x3B2 }, - unicodeslot=0x1D6C3, - visual="bf", + specials={ "font", 0x6A }, + unicodeslot=0x1D55B, }, - [0x1D6C4]={ + [0x1D55C]={ category="ll", - description="MATHEMATICAL BOLD SMALL GAMMA", + description="MATHEMATICAL DOUBLE-STRUCK SMALL K", direction="l", linebreak="al", - specials={ "font", 0x3B3 }, - unicodeslot=0x1D6C4, - visual="bf", + specials={ "font", 0x6B }, + unicodeslot=0x1D55C, }, - [0x1D6C5]={ + [0x1D55D]={ category="ll", - description="MATHEMATICAL BOLD SMALL DELTA", + description="MATHEMATICAL DOUBLE-STRUCK SMALL L", direction="l", linebreak="al", - specials={ "font", 0x3B4 }, - unicodeslot=0x1D6C5, - visual="bf", - }, - [0x1D6C6]={ - category="ll", - description="MATHEMATICAL BOLD SMALL EPSILON", - direction="l", - linebreak="al", - specials={ "font", 0x3B5 }, - unicodeslot=0x1D6C6, - visual="bf", - }, - [0x1D6C7]={ - category="ll", - description="MATHEMATICAL BOLD SMALL ZETA", - direction="l", - linebreak="al", - specials={ "font", 0x3B6 }, - unicodeslot=0x1D6C7, - visual="bf", - }, - [0x1D6C8]={ - category="ll", - description="MATHEMATICAL BOLD SMALL ETA", - direction="l", - linebreak="al", - specials={ "font", 0x3B7 }, - unicodeslot=0x1D6C8, - visual="bf", - }, - [0x1D6C9]={ - category="ll", - description="MATHEMATICAL BOLD SMALL THETA", - direction="l", - linebreak="al", - specials={ "font", 0x3B8 }, - unicodeslot=0x1D6C9, - visual="bf", - }, - [0x1D6CA]={ - category="ll", - description="MATHEMATICAL BOLD SMALL IOTA", - direction="l", - linebreak="al", - specials={ "font", 0x3B9 }, - unicodeslot=0x1D6CA, - visual="bf", - }, - [0x1D6CB]={ - category="ll", - description="MATHEMATICAL BOLD SMALL KAPPA", - direction="l", - linebreak="al", - specials={ "font", 0x3BA }, - unicodeslot=0x1D6CB, - visual="bf", - }, - [0x1D6CC]={ - category="ll", - description="MATHEMATICAL BOLD SMALL LAMDA", - direction="l", - linebreak="al", - specials={ "font", 0x3BB }, - unicodeslot=0x1D6CC, - visual="bf", - }, - [0x1D6CD]={ - category="ll", - description="MATHEMATICAL BOLD SMALL MU", - direction="l", - linebreak="al", - specials={ "font", 0x3BC }, - unicodeslot=0x1D6CD, - visual="bf", - }, - [0x1D6CE]={ - category="ll", - description="MATHEMATICAL BOLD SMALL NU", - direction="l", - linebreak="al", - specials={ "font", 0x3BD }, - unicodeslot=0x1D6CE, - visual="bf", - }, - [0x1D6CF]={ - category="ll", - description="MATHEMATICAL BOLD SMALL XI", - direction="l", - linebreak="al", - specials={ "font", 0x3BE }, - unicodeslot=0x1D6CF, - visual="bf", - }, - [0x1D6D0]={ - category="ll", - description="MATHEMATICAL BOLD SMALL OMICRON", - direction="l", - linebreak="al", - specials={ "font", 0x3BF }, - unicodeslot=0x1D6D0, - visual="bf", - }, - [0x1D6D1]={ - category="ll", - description="MATHEMATICAL BOLD SMALL PI", - direction="l", - linebreak="al", - specials={ "font", 0x3C0 }, - unicodeslot=0x1D6D1, - visual="bf", + specials={ "font", 0x6C }, + unicodeslot=0x1D55D, }, - [0x1D6D2]={ + [0x1D55E]={ category="ll", - description="MATHEMATICAL BOLD SMALL RHO", + description="MATHEMATICAL DOUBLE-STRUCK SMALL M", direction="l", linebreak="al", - specials={ "font", 0x3C1 }, - unicodeslot=0x1D6D2, - visual="bf", + specials={ "font", 0x6D }, + unicodeslot=0x1D55E, }, - [0x1D6D3]={ + [0x1D55F]={ category="ll", - description="MATHEMATICAL BOLD SMALL FINAL SIGMA", + description="MATHEMATICAL DOUBLE-STRUCK SMALL N", direction="l", linebreak="al", - specials={ "font", 0x3C2 }, - unicodeslot=0x1D6D3, - visual="bf", + specials={ "font", 0x6E }, + unicodeslot=0x1D55F, }, - [0x1D6D4]={ + [0x1D560]={ category="ll", - description="MATHEMATICAL BOLD SMALL SIGMA", + description="MATHEMATICAL DOUBLE-STRUCK SMALL O", direction="l", linebreak="al", - specials={ "font", 0x3C3 }, - unicodeslot=0x1D6D4, - visual="bf", + specials={ "font", 0x6F }, + unicodeslot=0x1D560, }, - [0x1D6D5]={ + [0x1D561]={ category="ll", - description="MATHEMATICAL BOLD SMALL TAU", + description="MATHEMATICAL DOUBLE-STRUCK SMALL P", direction="l", linebreak="al", - specials={ "font", 0x3C4 }, - unicodeslot=0x1D6D5, - visual="bf", + specials={ "font", 0x70 }, + unicodeslot=0x1D561, }, - [0x1D6D6]={ + [0x1D562]={ category="ll", - description="MATHEMATICAL BOLD SMALL UPSILON", + description="MATHEMATICAL DOUBLE-STRUCK SMALL Q", direction="l", linebreak="al", - specials={ "font", 0x3C5 }, - unicodeslot=0x1D6D6, - visual="bf", + specials={ "font", 0x71 }, + unicodeslot=0x1D562, }, - [0x1D6D7]={ + [0x1D563]={ category="ll", - description="MATHEMATICAL BOLD SMALL PHI", + description="MATHEMATICAL DOUBLE-STRUCK SMALL R", direction="l", linebreak="al", - specials={ "font", 0x3C6 }, - unicodeslot=0x1D6D7, - visual="bf", + specials={ "font", 0x72 }, + unicodeslot=0x1D563, }, - [0x1D6D8]={ + [0x1D564]={ category="ll", - description="MATHEMATICAL BOLD SMALL CHI", + description="MATHEMATICAL DOUBLE-STRUCK SMALL S", direction="l", linebreak="al", - specials={ "font", 0x3C7 }, - unicodeslot=0x1D6D8, - visual="bf", + specials={ "font", 0x73 }, + unicodeslot=0x1D564, }, - [0x1D6D9]={ + [0x1D565]={ category="ll", - description="MATHEMATICAL BOLD SMALL PSI", + description="MATHEMATICAL DOUBLE-STRUCK SMALL T", direction="l", linebreak="al", - specials={ "font", 0x3C8 }, - unicodeslot=0x1D6D9, - visual="bf", + specials={ "font", 0x74 }, + unicodeslot=0x1D565, }, - [0x1D6DA]={ + [0x1D566]={ category="ll", - description="MATHEMATICAL BOLD SMALL OMEGA", + description="MATHEMATICAL DOUBLE-STRUCK SMALL U", direction="l", linebreak="al", - specials={ "font", 0x3C9 }, - unicodeslot=0x1D6DA, - visual="bf", - }, - [0x1D6DB]={ - category="sm", - description="MATHEMATICAL BOLD PARTIAL DIFFERENTIAL", - direction="on", - linebreak="al", - specials={ "font", 0x2202 }, - unicodeslot=0x1D6DB, - visual="bf", + specials={ "font", 0x75 }, + unicodeslot=0x1D566, }, - [0x1D6DC]={ + [0x1D567]={ category="ll", - description="MATHEMATICAL BOLD EPSILON SYMBOL", + description="MATHEMATICAL DOUBLE-STRUCK SMALL V", direction="l", linebreak="al", - specials={ "font", 0x3F5 }, - unicodeslot=0x1D6DC, - visual="bf", + specials={ "font", 0x76 }, + unicodeslot=0x1D567, }, - [0x1D6DD]={ + [0x1D568]={ category="ll", - description="MATHEMATICAL BOLD THETA SYMBOL", + description="MATHEMATICAL DOUBLE-STRUCK SMALL W", direction="l", linebreak="al", - specials={ "font", 0x3D1 }, - unicodeslot=0x1D6DD, - visual="bf", + specials={ "font", 0x77 }, + unicodeslot=0x1D568, }, - [0x1D6DE]={ + [0x1D569]={ category="ll", - description="MATHEMATICAL BOLD KAPPA SYMBOL", + description="MATHEMATICAL DOUBLE-STRUCK SMALL X", direction="l", linebreak="al", - specials={ "font", 0x3F0 }, - unicodeslot=0x1D6DE, - visual="bf", + specials={ "font", 0x78 }, + unicodeslot=0x1D569, }, - [0x1D6DF]={ + [0x1D56A]={ category="ll", - description="MATHEMATICAL BOLD PHI SYMBOL", + description="MATHEMATICAL DOUBLE-STRUCK SMALL Y", direction="l", linebreak="al", - specials={ "font", 0x3D5 }, - unicodeslot=0x1D6DF, - visual="bf", + specials={ "font", 0x79 }, + unicodeslot=0x1D56A, }, - [0x1D6E0]={ + [0x1D56B]={ category="ll", - description="MATHEMATICAL BOLD RHO SYMBOL", + description="MATHEMATICAL DOUBLE-STRUCK SMALL Z", direction="l", linebreak="al", - specials={ "font", 0x3F1 }, - unicodeslot=0x1D6E0, - visual="bf", + specials={ "font", 0x7A }, + unicodeslot=0x1D56B, }, - [0x1D6E1]={ - category="ll", - description="MATHEMATICAL BOLD PI SYMBOL", + [0x1D56C]={ + category="lu", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL A", direction="l", linebreak="al", - specials={ "font", 0x3D6 }, - unicodeslot=0x1D6E1, + specials={ "font", 0x41 }, + unicodeslot=0x1D56C, visual="bf", }, - [0x1D6E2]={ + [0x1D56D]={ category="lu", - description="MATHEMATICAL ITALIC CAPITAL ALPHA", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL B", direction="l", linebreak="al", - specials={ "font", 0x391 }, - unicodeslot=0x1D6E2, - visual="it", + specials={ "font", 0x42 }, + unicodeslot=0x1D56D, + visual="bf", }, - [0x1D6E3]={ + [0x1D56E]={ category="lu", - description="MATHEMATICAL ITALIC CAPITAL BETA", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL C", direction="l", linebreak="al", - specials={ "font", 0x392 }, - unicodeslot=0x1D6E3, - visual="it", + specials={ "font", 0x43 }, + unicodeslot=0x1D56E, + visual="bf", }, - [0x1D6E4]={ + [0x1D56F]={ category="lu", - description="MATHEMATICAL ITALIC CAPITAL GAMMA", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL D", direction="l", linebreak="al", - specials={ "font", 0x393 }, - unicodeslot=0x1D6E4, - visual="it", + specials={ "font", 0x44 }, + unicodeslot=0x1D56F, + visual="bf", }, - [0x1D6E5]={ + [0x1D570]={ category="lu", - description="MATHEMATICAL ITALIC CAPITAL DELTA", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL E", direction="l", linebreak="al", - specials={ "font", 0x394 }, - unicodeslot=0x1D6E5, - visual="it", + specials={ "font", 0x45 }, + unicodeslot=0x1D570, + visual="bf", }, - [0x1D6E6]={ + [0x1D571]={ category="lu", - description="MATHEMATICAL ITALIC CAPITAL EPSILON", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL F", direction="l", linebreak="al", - specials={ "font", 0x395 }, - unicodeslot=0x1D6E6, - visual="it", + specials={ "font", 0x46 }, + unicodeslot=0x1D571, + visual="bf", }, - [0x1D6E7]={ + [0x1D572]={ category="lu", - description="MATHEMATICAL ITALIC CAPITAL ZETA", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL G", direction="l", linebreak="al", - specials={ "font", 0x396 }, - unicodeslot=0x1D6E7, - visual="it", + specials={ "font", 0x47 }, + unicodeslot=0x1D572, + visual="bf", }, - [0x1D6E8]={ + [0x1D573]={ category="lu", - description="MATHEMATICAL ITALIC CAPITAL ETA", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL H", direction="l", linebreak="al", - specials={ "font", 0x397 }, - unicodeslot=0x1D6E8, - visual="it", + specials={ "font", 0x48 }, + unicodeslot=0x1D573, + visual="bf", }, - [0x1D6E9]={ + [0x1D574]={ category="lu", - description="MATHEMATICAL ITALIC CAPITAL THETA", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL I", direction="l", linebreak="al", - specials={ "font", 0x398 }, - unicodeslot=0x1D6E9, - visual="it", + specials={ "font", 0x49 }, + unicodeslot=0x1D574, + visual="bf", }, - [0x1D6EA]={ + [0x1D575]={ category="lu", - description="MATHEMATICAL ITALIC CAPITAL IOTA", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL J", direction="l", linebreak="al", - specials={ "font", 0x399 }, - unicodeslot=0x1D6EA, - visual="it", + specials={ "font", 0x4A }, + unicodeslot=0x1D575, + visual="bf", }, - [0x1D6EB]={ + [0x1D576]={ category="lu", - description="MATHEMATICAL ITALIC CAPITAL KAPPA", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL K", direction="l", linebreak="al", - specials={ "font", 0x39A }, - unicodeslot=0x1D6EB, - visual="it", + specials={ "font", 0x4B }, + unicodeslot=0x1D576, + visual="bf", }, - [0x1D6EC]={ + [0x1D577]={ category="lu", - description="MATHEMATICAL ITALIC CAPITAL LAMDA", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL L", direction="l", linebreak="al", - specials={ "font", 0x39B }, - unicodeslot=0x1D6EC, - visual="it", + specials={ "font", 0x4C }, + unicodeslot=0x1D577, + visual="bf", }, - [0x1D6ED]={ + [0x1D578]={ category="lu", - description="MATHEMATICAL ITALIC CAPITAL MU", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL M", direction="l", linebreak="al", - specials={ "font", 0x39C }, - unicodeslot=0x1D6ED, - visual="it", + specials={ "font", 0x4D }, + unicodeslot=0x1D578, + visual="bf", }, - [0x1D6EE]={ + [0x1D579]={ category="lu", - description="MATHEMATICAL ITALIC CAPITAL NU", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL N", direction="l", linebreak="al", - specials={ "font", 0x39D }, - unicodeslot=0x1D6EE, - visual="it", + specials={ "font", 0x4E }, + unicodeslot=0x1D579, + visual="bf", }, - [0x1D6EF]={ + [0x1D57A]={ category="lu", - description="MATHEMATICAL ITALIC CAPITAL XI", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL O", direction="l", linebreak="al", - specials={ "font", 0x39E }, - unicodeslot=0x1D6EF, - visual="it", + specials={ "font", 0x4F }, + unicodeslot=0x1D57A, + visual="bf", }, - [0x1D6F0]={ + [0x1D57B]={ category="lu", - description="MATHEMATICAL ITALIC CAPITAL OMICRON", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL P", direction="l", linebreak="al", - specials={ "font", 0x39F }, - unicodeslot=0x1D6F0, - visual="it", + specials={ "font", 0x50 }, + unicodeslot=0x1D57B, + visual="bf", }, - [0x1D6F1]={ + [0x1D57C]={ category="lu", - description="MATHEMATICAL ITALIC CAPITAL PI", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL Q", direction="l", linebreak="al", - specials={ "font", 0x3A0 }, - unicodeslot=0x1D6F1, - visual="it", + specials={ "font", 0x51 }, + unicodeslot=0x1D57C, + visual="bf", }, - [0x1D6F2]={ + [0x1D57D]={ category="lu", - description="MATHEMATICAL ITALIC CAPITAL RHO", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL R", direction="l", linebreak="al", - specials={ "font", 0x3A1 }, - unicodeslot=0x1D6F2, - visual="it", + specials={ "font", 0x52 }, + unicodeslot=0x1D57D, + visual="bf", }, - [0x1D6F3]={ + [0x1D57E]={ category="lu", - description="MATHEMATICAL ITALIC CAPITAL THETA SYMBOL", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL S", direction="l", linebreak="al", - specials={ "font", 0x3F4 }, - unicodeslot=0x1D6F3, - visual="it", + specials={ "font", 0x53 }, + unicodeslot=0x1D57E, + visual="bf", }, - [0x1D6F4]={ + [0x1D57F]={ category="lu", - description="MATHEMATICAL ITALIC CAPITAL SIGMA", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL T", direction="l", linebreak="al", - specials={ "font", 0x3A3 }, - unicodeslot=0x1D6F4, - visual="it", + specials={ "font", 0x54 }, + unicodeslot=0x1D57F, + visual="bf", }, - [0x1D6F5]={ + [0x1D580]={ category="lu", - description="MATHEMATICAL ITALIC CAPITAL TAU", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL U", direction="l", linebreak="al", - specials={ "font", 0x3A4 }, - unicodeslot=0x1D6F5, - visual="it", + specials={ "font", 0x55 }, + unicodeslot=0x1D580, + visual="bf", }, - [0x1D6F6]={ + [0x1D581]={ category="lu", - description="MATHEMATICAL ITALIC CAPITAL UPSILON", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL V", direction="l", linebreak="al", - specials={ "font", 0x3A5 }, - unicodeslot=0x1D6F6, - visual="it", + specials={ "font", 0x56 }, + unicodeslot=0x1D581, + visual="bf", }, - [0x1D6F7]={ + [0x1D582]={ category="lu", - description="MATHEMATICAL ITALIC CAPITAL PHI", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL W", direction="l", linebreak="al", - specials={ "font", 0x3A6 }, - unicodeslot=0x1D6F7, - visual="it", + specials={ "font", 0x57 }, + unicodeslot=0x1D582, + visual="bf", }, - [0x1D6F8]={ + [0x1D583]={ category="lu", - description="MATHEMATICAL ITALIC CAPITAL CHI", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL X", direction="l", linebreak="al", - specials={ "font", 0x3A7 }, - unicodeslot=0x1D6F8, - visual="it", + specials={ "font", 0x58 }, + unicodeslot=0x1D583, + visual="bf", }, - [0x1D6F9]={ + [0x1D584]={ category="lu", - description="MATHEMATICAL ITALIC CAPITAL PSI", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL Y", direction="l", linebreak="al", - specials={ "font", 0x3A8 }, - unicodeslot=0x1D6F9, - visual="it", + specials={ "font", 0x59 }, + unicodeslot=0x1D584, + visual="bf", }, - [0x1D6FA]={ + [0x1D585]={ category="lu", - description="MATHEMATICAL ITALIC CAPITAL OMEGA", - direction="l", - linebreak="al", - specials={ "font", 0x3A9 }, - unicodeslot=0x1D6FA, - visual="it", - }, - [0x1D6FB]={ - category="sm", - description="MATHEMATICAL ITALIC NABLA", + description="MATHEMATICAL BOLD FRAKTUR CAPITAL Z", direction="l", linebreak="al", - mathclass="default", - specials={ "font", 0x2207 }, - unicodeslot=0x1D6FB, - visual="it", + specials={ "font", 0x5A }, + unicodeslot=0x1D585, + visual="bf", }, - [0x1D6FC]={ + [0x1D586]={ category="ll", - description="MATHEMATICAL ITALIC SMALL ALPHA", + description="MATHEMATICAL BOLD FRAKTUR SMALL A", direction="l", linebreak="al", - specials={ "font", 0x3B1 }, - unicodeslot=0x1D6FC, - visual="it", + specials={ "font", 0x61 }, + unicodeslot=0x1D586, + visual="bf", }, - [0x1D6FD]={ + [0x1D587]={ category="ll", - description="MATHEMATICAL ITALIC SMALL BETA", + description="MATHEMATICAL BOLD FRAKTUR SMALL B", direction="l", linebreak="al", - specials={ "font", 0x3B2 }, - unicodeslot=0x1D6FD, - visual="it", + specials={ "font", 0x62 }, + unicodeslot=0x1D587, + visual="bf", }, - [0x1D6FE]={ + [0x1D588]={ category="ll", - description="MATHEMATICAL ITALIC SMALL GAMMA", + description="MATHEMATICAL BOLD FRAKTUR SMALL C", direction="l", linebreak="al", - specials={ "font", 0x3B3 }, - unicodeslot=0x1D6FE, - visual="it", + specials={ "font", 0x63 }, + unicodeslot=0x1D588, + visual="bf", }, - [0x1D6FF]={ + [0x1D589]={ category="ll", - description="MATHEMATICAL ITALIC SMALL DELTA", + description="MATHEMATICAL BOLD FRAKTUR SMALL D", direction="l", linebreak="al", - specials={ "font", 0x3B4 }, - unicodeslot=0x1D6FF, - visual="it", + specials={ "font", 0x64 }, + unicodeslot=0x1D589, + visual="bf", }, - [0x1D700]={ + [0x1D58A]={ category="ll", - description="MATHEMATICAL ITALIC SMALL EPSILON", + description="MATHEMATICAL BOLD FRAKTUR SMALL E", direction="l", linebreak="al", - specials={ "font", 0x3B5 }, - unicodeslot=0x1D700, - visual="it", + specials={ "font", 0x65 }, + unicodeslot=0x1D58A, + visual="bf", }, - [0x1D701]={ + [0x1D58B]={ category="ll", - description="MATHEMATICAL ITALIC SMALL ZETA", + description="MATHEMATICAL BOLD FRAKTUR SMALL F", direction="l", linebreak="al", - specials={ "font", 0x3B6 }, - unicodeslot=0x1D701, - visual="it", + specials={ "font", 0x66 }, + unicodeslot=0x1D58B, + visual="bf", }, - [0x1D702]={ + [0x1D58C]={ category="ll", - description="MATHEMATICAL ITALIC SMALL ETA", + description="MATHEMATICAL BOLD FRAKTUR SMALL G", direction="l", linebreak="al", - specials={ "font", 0x3B7 }, - unicodeslot=0x1D702, - visual="it", + specials={ "font", 0x67 }, + unicodeslot=0x1D58C, + visual="bf", }, - [0x1D703]={ + [0x1D58D]={ category="ll", - description="MATHEMATICAL ITALIC SMALL THETA", + description="MATHEMATICAL BOLD FRAKTUR SMALL H", direction="l", linebreak="al", - specials={ "font", 0x3B8 }, - unicodeslot=0x1D703, - visual="it", + specials={ "font", 0x68 }, + unicodeslot=0x1D58D, + visual="bf", }, - [0x1D704]={ + [0x1D58E]={ category="ll", - description="MATHEMATICAL ITALIC SMALL IOTA", + description="MATHEMATICAL BOLD FRAKTUR SMALL I", direction="l", linebreak="al", - specials={ "font", 0x3B9 }, - unicodeslot=0x1D704, - visual="it", + specials={ "font", 0x69 }, + unicodeslot=0x1D58E, + visual="bf", }, - [0x1D705]={ + [0x1D58F]={ category="ll", - description="MATHEMATICAL ITALIC SMALL KAPPA", + description="MATHEMATICAL BOLD FRAKTUR SMALL J", direction="l", linebreak="al", - specials={ "font", 0x3BA }, - unicodeslot=0x1D705, - visual="it", + specials={ "font", 0x6A }, + unicodeslot=0x1D58F, + visual="bf", }, - [0x1D706]={ + [0x1D590]={ category="ll", - description="MATHEMATICAL ITALIC SMALL LAMDA", + description="MATHEMATICAL BOLD FRAKTUR SMALL K", direction="l", linebreak="al", - specials={ "font", 0x3BB }, - unicodeslot=0x1D706, - visual="it", + specials={ "font", 0x6B }, + unicodeslot=0x1D590, + visual="bf", }, - [0x1D707]={ + [0x1D591]={ category="ll", - description="MATHEMATICAL ITALIC SMALL MU", + description="MATHEMATICAL BOLD FRAKTUR SMALL L", direction="l", linebreak="al", - specials={ "font", 0x3BC }, - unicodeslot=0x1D707, - visual="it", + specials={ "font", 0x6C }, + unicodeslot=0x1D591, + visual="bf", }, - [0x1D708]={ + [0x1D592]={ category="ll", - description="MATHEMATICAL ITALIC SMALL NU", + description="MATHEMATICAL BOLD FRAKTUR SMALL M", direction="l", linebreak="al", - specials={ "font", 0x3BD }, - unicodeslot=0x1D708, - visual="it", + specials={ "font", 0x6D }, + unicodeslot=0x1D592, + visual="bf", }, - [0x1D709]={ + [0x1D593]={ category="ll", - description="MATHEMATICAL ITALIC SMALL XI", + description="MATHEMATICAL BOLD FRAKTUR SMALL N", direction="l", linebreak="al", - specials={ "font", 0x3BE }, - unicodeslot=0x1D709, - visual="it", + specials={ "font", 0x6E }, + unicodeslot=0x1D593, + visual="bf", }, - [0x1D70A]={ + [0x1D594]={ category="ll", - description="MATHEMATICAL ITALIC SMALL OMICRON", + description="MATHEMATICAL BOLD FRAKTUR SMALL O", direction="l", linebreak="al", - specials={ "font", 0x3BF }, - unicodeslot=0x1D70A, - visual="it", + specials={ "font", 0x6F }, + unicodeslot=0x1D594, + visual="bf", }, - [0x1D70B]={ + [0x1D595]={ category="ll", - description="MATHEMATICAL ITALIC SMALL PI", + description="MATHEMATICAL BOLD FRAKTUR SMALL P", direction="l", linebreak="al", - specials={ "font", 0x3C0 }, - unicodeslot=0x1D70B, - visual="it", + specials={ "font", 0x70 }, + unicodeslot=0x1D595, + visual="bf", }, - [0x1D70C]={ + [0x1D596]={ category="ll", - description="MATHEMATICAL ITALIC SMALL RHO", + description="MATHEMATICAL BOLD FRAKTUR SMALL Q", direction="l", linebreak="al", - specials={ "font", 0x3C1 }, - unicodeslot=0x1D70C, - visual="it", + specials={ "font", 0x71 }, + unicodeslot=0x1D596, + visual="bf", }, - [0x1D70D]={ + [0x1D597]={ category="ll", - description="MATHEMATICAL ITALIC SMALL FINAL SIGMA", + description="MATHEMATICAL BOLD FRAKTUR SMALL R", direction="l", linebreak="al", - specials={ "font", 0x3C2 }, - unicodeslot=0x1D70D, - visual="it", + specials={ "font", 0x72 }, + unicodeslot=0x1D597, + visual="bf", }, - [0x1D70E]={ + [0x1D598]={ category="ll", - description="MATHEMATICAL ITALIC SMALL SIGMA", + description="MATHEMATICAL BOLD FRAKTUR SMALL S", direction="l", linebreak="al", - specials={ "font", 0x3C3 }, - unicodeslot=0x1D70E, - visual="it", + specials={ "font", 0x73 }, + unicodeslot=0x1D598, + visual="bf", }, - [0x1D70F]={ + [0x1D599]={ category="ll", - description="MATHEMATICAL ITALIC SMALL TAU", + description="MATHEMATICAL BOLD FRAKTUR SMALL T", direction="l", linebreak="al", - specials={ "font", 0x3C4 }, - unicodeslot=0x1D70F, - visual="it", + specials={ "font", 0x74 }, + unicodeslot=0x1D599, + visual="bf", }, - [0x1D710]={ + [0x1D59A]={ category="ll", - description="MATHEMATICAL ITALIC SMALL UPSILON", + description="MATHEMATICAL BOLD FRAKTUR SMALL U", direction="l", linebreak="al", - specials={ "font", 0x3C5 }, - unicodeslot=0x1D710, - visual="it", + specials={ "font", 0x75 }, + unicodeslot=0x1D59A, + visual="bf", }, - [0x1D711]={ + [0x1D59B]={ category="ll", - description="MATHEMATICAL ITALIC SMALL PHI", + description="MATHEMATICAL BOLD FRAKTUR SMALL V", direction="l", linebreak="al", - specials={ "font", 0x3C6 }, - unicodeslot=0x1D711, - visual="it", + specials={ "font", 0x76 }, + unicodeslot=0x1D59B, + visual="bf", }, - [0x1D712]={ + [0x1D59C]={ category="ll", - description="MATHEMATICAL ITALIC SMALL CHI", + description="MATHEMATICAL BOLD FRAKTUR SMALL W", direction="l", linebreak="al", - specials={ "font", 0x3C7 }, - unicodeslot=0x1D712, - visual="it", + specials={ "font", 0x77 }, + unicodeslot=0x1D59C, + visual="bf", }, - [0x1D713]={ + [0x1D59D]={ category="ll", - description="MATHEMATICAL ITALIC SMALL PSI", + description="MATHEMATICAL BOLD FRAKTUR SMALL X", direction="l", linebreak="al", - specials={ "font", 0x3C8 }, - unicodeslot=0x1D713, - visual="it", + specials={ "font", 0x78 }, + unicodeslot=0x1D59D, + visual="bf", }, - [0x1D714]={ + [0x1D59E]={ category="ll", - description="MATHEMATICAL ITALIC SMALL OMEGA", + description="MATHEMATICAL BOLD FRAKTUR SMALL Y", direction="l", linebreak="al", - specials={ "font", 0x3C9 }, - unicodeslot=0x1D714, - visual="it", - }, - [0x1D715]={ - category="sm", - description="MATHEMATICAL ITALIC PARTIAL DIFFERENTIAL", - direction="on", - linebreak="al", - specials={ "font", 0x2202 }, - unicodeslot=0x1D715, - visual="it", + specials={ "font", 0x79 }, + unicodeslot=0x1D59E, + visual="bf", }, - [0x1D716]={ + [0x1D59F]={ category="ll", - description="MATHEMATICAL ITALIC EPSILON SYMBOL", + description="MATHEMATICAL BOLD FRAKTUR SMALL Z", direction="l", linebreak="al", - specials={ "font", 0x3F5 }, - unicodeslot=0x1D716, - visual="it", + specials={ "font", 0x7A }, + unicodeslot=0x1D59F, + visual="bf", }, - [0x1D717]={ - category="ll", - description="MATHEMATICAL ITALIC THETA SYMBOL", + [0x1D5A0]={ + category="lu", + description="MATHEMATICAL SANS-SERIF CAPITAL A", direction="l", linebreak="al", - mathclass="default", - mathname="vartheta", - specials={ "font", 0x3D1 }, - unicodeslot=0x1D717, - visual="it", + specials={ "font", 0x41 }, + unicodeslot=0x1D5A0, }, - [0x1D718]={ - category="ll", - description="MATHEMATICAL ITALIC KAPPA SYMBOL", + [0x1D5A1]={ + category="lu", + description="MATHEMATICAL SANS-SERIF CAPITAL B", direction="l", linebreak="al", - mathclass="default", - mathname="varkappa", - specials={ "font", 0x3F0 }, - unicodeslot=0x1D718, - visual="it", + specials={ "font", 0x42 }, + unicodeslot=0x1D5A1, }, - [0x1D719]={ - category="ll", - description="MATHEMATICAL ITALIC PHI SYMBOL", + [0x1D5A2]={ + category="lu", + description="MATHEMATICAL SANS-SERIF CAPITAL C", direction="l", linebreak="al", - specials={ "font", 0x3D5 }, - unicodeslot=0x1D719, - visual="it", + specials={ "font", 0x43 }, + unicodeslot=0x1D5A2, }, - [0x1D71A]={ - category="ll", - description="MATHEMATICAL ITALIC RHO SYMBOL", + [0x1D5A3]={ + category="lu", + description="MATHEMATICAL SANS-SERIF CAPITAL D", direction="l", linebreak="al", - mathclass="variable", - mathname="varrho", - specials={ "font", 0x3F1 }, - unicodeslot=0x1D71A, - visual="it", + specials={ "font", 0x44 }, + unicodeslot=0x1D5A3, }, - [0x1D71B]={ - category="ll", - description="MATHEMATICAL ITALIC PI SYMBOL", + [0x1D5A4]={ + category="lu", + description="MATHEMATICAL SANS-SERIF CAPITAL E", direction="l", linebreak="al", - specials={ "font", 0x3D6 }, - unicodeslot=0x1D71B, - visual="it", + specials={ "font", 0x45 }, + unicodeslot=0x1D5A4, }, - [0x1D71C]={ + [0x1D5A5]={ category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL ALPHA", + description="MATHEMATICAL SANS-SERIF CAPITAL F", direction="l", linebreak="al", - specials={ "font", 0x391 }, - unicodeslot=0x1D71C, - visual="bi", + specials={ "font", 0x46 }, + unicodeslot=0x1D5A5, }, - [0x1D71D]={ + [0x1D5A6]={ category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL BETA", + description="MATHEMATICAL SANS-SERIF CAPITAL G", direction="l", linebreak="al", - specials={ "font", 0x392 }, - unicodeslot=0x1D71D, - visual="bi", + specials={ "font", 0x47 }, + unicodeslot=0x1D5A6, }, - [0x1D71E]={ + [0x1D5A7]={ category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL GAMMA", + description="MATHEMATICAL SANS-SERIF CAPITAL H", direction="l", linebreak="al", - specials={ "font", 0x393 }, - unicodeslot=0x1D71E, - visual="bi", + specials={ "font", 0x48 }, + unicodeslot=0x1D5A7, }, - [0x1D71F]={ + [0x1D5A8]={ category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL DELTA", + description="MATHEMATICAL SANS-SERIF CAPITAL I", direction="l", linebreak="al", - specials={ "font", 0x394 }, - unicodeslot=0x1D71F, - visual="bi", + specials={ "font", 0x49 }, + unicodeslot=0x1D5A8, }, - [0x1D720]={ + [0x1D5A9]={ category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL EPSILON", + description="MATHEMATICAL SANS-SERIF CAPITAL J", direction="l", linebreak="al", - specials={ "font", 0x395 }, - unicodeslot=0x1D720, - visual="bi", + specials={ "font", 0x4A }, + unicodeslot=0x1D5A9, }, - [0x1D721]={ + [0x1D5AA]={ category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL ZETA", + description="MATHEMATICAL SANS-SERIF CAPITAL K", direction="l", linebreak="al", - specials={ "font", 0x396 }, - unicodeslot=0x1D721, - visual="bi", + specials={ "font", 0x4B }, + unicodeslot=0x1D5AA, }, - [0x1D722]={ + [0x1D5AB]={ category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL ETA", + description="MATHEMATICAL SANS-SERIF CAPITAL L", direction="l", linebreak="al", - specials={ "font", 0x397 }, - unicodeslot=0x1D722, - visual="bi", + specials={ "font", 0x4C }, + unicodeslot=0x1D5AB, }, - [0x1D723]={ + [0x1D5AC]={ category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL THETA", + description="MATHEMATICAL SANS-SERIF CAPITAL M", direction="l", linebreak="al", - specials={ "font", 0x398 }, - unicodeslot=0x1D723, - visual="bi", + specials={ "font", 0x4D }, + unicodeslot=0x1D5AC, }, - [0x1D724]={ + [0x1D5AD]={ category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL IOTA", + description="MATHEMATICAL SANS-SERIF CAPITAL N", direction="l", linebreak="al", - specials={ "font", 0x399 }, - unicodeslot=0x1D724, - visual="bi", + specials={ "font", 0x4E }, + unicodeslot=0x1D5AD, }, - [0x1D725]={ + [0x1D5AE]={ category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL KAPPA", + description="MATHEMATICAL SANS-SERIF CAPITAL O", direction="l", linebreak="al", - specials={ "font", 0x39A }, - unicodeslot=0x1D725, - visual="bi", + specials={ "font", 0x4F }, + unicodeslot=0x1D5AE, }, - [0x1D726]={ + [0x1D5AF]={ category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL LAMDA", + description="MATHEMATICAL SANS-SERIF CAPITAL P", direction="l", linebreak="al", - specials={ "font", 0x39B }, - unicodeslot=0x1D726, - visual="bi", + specials={ "font", 0x50 }, + unicodeslot=0x1D5AF, }, - [0x1D727]={ + [0x1D5B0]={ category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL MU", + description="MATHEMATICAL SANS-SERIF CAPITAL Q", direction="l", linebreak="al", - specials={ "font", 0x39C }, - unicodeslot=0x1D727, - visual="bi", + specials={ "font", 0x51 }, + unicodeslot=0x1D5B0, }, - [0x1D728]={ + [0x1D5B1]={ category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL NU", + description="MATHEMATICAL SANS-SERIF CAPITAL R", direction="l", linebreak="al", - specials={ "font", 0x39D }, - unicodeslot=0x1D728, - visual="bi", + specials={ "font", 0x52 }, + unicodeslot=0x1D5B1, }, - [0x1D729]={ + [0x1D5B2]={ category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL XI", + description="MATHEMATICAL SANS-SERIF CAPITAL S", direction="l", linebreak="al", - specials={ "font", 0x39E }, - unicodeslot=0x1D729, - visual="bi", + specials={ "font", 0x53 }, + unicodeslot=0x1D5B2, }, - [0x1D72A]={ + [0x1D5B3]={ category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL OMICRON", + description="MATHEMATICAL SANS-SERIF CAPITAL T", direction="l", linebreak="al", - specials={ "font", 0x39F }, - unicodeslot=0x1D72A, - visual="bi", + specials={ "font", 0x54 }, + unicodeslot=0x1D5B3, }, - [0x1D72B]={ + [0x1D5B4]={ category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL PI", + description="MATHEMATICAL SANS-SERIF CAPITAL U", direction="l", linebreak="al", - specials={ "font", 0x3A0 }, - unicodeslot=0x1D72B, - visual="bi", + specials={ "font", 0x55 }, + unicodeslot=0x1D5B4, }, - [0x1D72C]={ + [0x1D5B5]={ category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL RHO", + description="MATHEMATICAL SANS-SERIF CAPITAL V", direction="l", linebreak="al", - specials={ "font", 0x3A1 }, - unicodeslot=0x1D72C, - visual="bi", + specials={ "font", 0x56 }, + unicodeslot=0x1D5B5, }, - [0x1D72D]={ + [0x1D5B6]={ category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL THETA SYMBOL", + description="MATHEMATICAL SANS-SERIF CAPITAL W", direction="l", linebreak="al", - specials={ "font", 0x3F4 }, - unicodeslot=0x1D72D, - visual="bi", + specials={ "font", 0x57 }, + unicodeslot=0x1D5B6, }, - [0x1D72E]={ + [0x1D5B7]={ category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL SIGMA", + description="MATHEMATICAL SANS-SERIF CAPITAL X", direction="l", linebreak="al", - specials={ "font", 0x3A3 }, - unicodeslot=0x1D72E, - visual="bi", + specials={ "font", 0x58 }, + unicodeslot=0x1D5B7, }, - [0x1D72F]={ + [0x1D5B8]={ category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL TAU", + description="MATHEMATICAL SANS-SERIF CAPITAL Y", direction="l", linebreak="al", - specials={ "font", 0x3A4 }, - unicodeslot=0x1D72F, - visual="bi", - }, - [0x1D730]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL UPSILON", - direction="l", - linebreak="al", - specials={ "font", 0x3A5 }, - unicodeslot=0x1D730, - visual="bi", - }, - [0x1D731]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL PHI", - direction="l", - linebreak="al", - specials={ "font", 0x3A6 }, - unicodeslot=0x1D731, - visual="bi", - }, - [0x1D732]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL CHI", - direction="l", - linebreak="al", - specials={ "font", 0x3A7 }, - unicodeslot=0x1D732, - visual="bi", - }, - [0x1D733]={ - category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL PSI", - direction="l", - linebreak="al", - specials={ "font", 0x3A8 }, - unicodeslot=0x1D733, - visual="bi", + specials={ "font", 0x59 }, + unicodeslot=0x1D5B8, }, - [0x1D734]={ + [0x1D5B9]={ category="lu", - description="MATHEMATICAL BOLD ITALIC CAPITAL OMEGA", - direction="l", - linebreak="al", - specials={ "font", 0x3A9 }, - unicodeslot=0x1D734, - visual="bi", - }, - [0x1D735]={ - category="sm", - description="MATHEMATICAL BOLD ITALIC NABLA", - direction="l", - linebreak="al", - specials={ "font", 0x2207 }, - unicodeslot=0x1D735, - visual="bi", - }, - [0x1D736]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL ALPHA", - direction="l", - linebreak="al", - specials={ "font", 0x3B1 }, - unicodeslot=0x1D736, - visual="bi", - }, - [0x1D737]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL BETA", - direction="l", - linebreak="al", - specials={ "font", 0x3B2 }, - unicodeslot=0x1D737, - visual="bi", - }, - [0x1D738]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL GAMMA", - direction="l", - linebreak="al", - specials={ "font", 0x3B3 }, - unicodeslot=0x1D738, - visual="bi", - }, - [0x1D739]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL DELTA", - direction="l", - linebreak="al", - specials={ "font", 0x3B4 }, - unicodeslot=0x1D739, - visual="bi", - }, - [0x1D73A]={ - category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL EPSILON", + description="MATHEMATICAL SANS-SERIF CAPITAL Z", direction="l", linebreak="al", - specials={ "font", 0x3B5 }, - unicodeslot=0x1D73A, - visual="bi", + specials={ "font", 0x5A }, + unicodeslot=0x1D5B9, }, - [0x1D73B]={ + [0x1D5BA]={ category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL ZETA", + description="MATHEMATICAL SANS-SERIF SMALL A", direction="l", linebreak="al", - specials={ "font", 0x3B6 }, - unicodeslot=0x1D73B, - visual="bi", + specials={ "font", 0x61 }, + unicodeslot=0x1D5BA, }, - [0x1D73C]={ + [0x1D5BB]={ category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL ETA", + description="MATHEMATICAL SANS-SERIF SMALL B", direction="l", linebreak="al", - specials={ "font", 0x3B7 }, - unicodeslot=0x1D73C, - visual="bi", + specials={ "font", 0x62 }, + unicodeslot=0x1D5BB, }, - [0x1D73D]={ + [0x1D5BC]={ category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL THETA", + description="MATHEMATICAL SANS-SERIF SMALL C", direction="l", linebreak="al", - specials={ "font", 0x3B8 }, - unicodeslot=0x1D73D, - visual="bi", + specials={ "font", 0x63 }, + unicodeslot=0x1D5BC, }, - [0x1D73E]={ + [0x1D5BD]={ category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL IOTA", + description="MATHEMATICAL SANS-SERIF SMALL D", direction="l", linebreak="al", - specials={ "font", 0x3B9 }, - unicodeslot=0x1D73E, - visual="bi", + specials={ "font", 0x64 }, + unicodeslot=0x1D5BD, }, - [0x1D73F]={ + [0x1D5BE]={ category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL KAPPA", + description="MATHEMATICAL SANS-SERIF SMALL E", direction="l", linebreak="al", - specials={ "font", 0x3BA }, - unicodeslot=0x1D73F, - visual="bi", + specials={ "font", 0x65 }, + unicodeslot=0x1D5BE, }, - [0x1D740]={ + [0x1D5BF]={ category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL LAMDA", + description="MATHEMATICAL SANS-SERIF SMALL F", direction="l", linebreak="al", - specials={ "font", 0x3BB }, - unicodeslot=0x1D740, - visual="bi", + specials={ "font", 0x66 }, + unicodeslot=0x1D5BF, }, - [0x1D741]={ + [0x1D5C0]={ category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL MU", + description="MATHEMATICAL SANS-SERIF SMALL G", direction="l", linebreak="al", - specials={ "font", 0x3BC }, - unicodeslot=0x1D741, - visual="bi", + specials={ "font", 0x67 }, + unicodeslot=0x1D5C0, }, - [0x1D742]={ + [0x1D5C1]={ category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL NU", + description="MATHEMATICAL SANS-SERIF SMALL H", direction="l", linebreak="al", - specials={ "font", 0x3BD }, - unicodeslot=0x1D742, - visual="bi", + specials={ "font", 0x68 }, + unicodeslot=0x1D5C1, }, - [0x1D743]={ + [0x1D5C2]={ category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL XI", + description="MATHEMATICAL SANS-SERIF SMALL I", direction="l", linebreak="al", - specials={ "font", 0x3BE }, - unicodeslot=0x1D743, - visual="bi", + specials={ "font", 0x69 }, + unicodeslot=0x1D5C2, }, - [0x1D744]={ + [0x1D5C3]={ category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL OMICRON", + description="MATHEMATICAL SANS-SERIF SMALL J", direction="l", linebreak="al", - specials={ "font", 0x3BF }, - unicodeslot=0x1D744, - visual="bi", + specials={ "font", 0x6A }, + unicodeslot=0x1D5C3, }, - [0x1D745]={ + [0x1D5C4]={ category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL PI", + description="MATHEMATICAL SANS-SERIF SMALL K", direction="l", linebreak="al", - specials={ "font", 0x3C0 }, - unicodeslot=0x1D745, - visual="bi", + specials={ "font", 0x6B }, + unicodeslot=0x1D5C4, }, - [0x1D746]={ + [0x1D5C5]={ category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL RHO", + description="MATHEMATICAL SANS-SERIF SMALL L", direction="l", linebreak="al", - specials={ "font", 0x3C1 }, - unicodeslot=0x1D746, - visual="bi", + specials={ "font", 0x6C }, + unicodeslot=0x1D5C5, }, - [0x1D747]={ + [0x1D5C6]={ category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL FINAL SIGMA", + description="MATHEMATICAL SANS-SERIF SMALL M", direction="l", linebreak="al", - specials={ "font", 0x3C2 }, - unicodeslot=0x1D747, - visual="bi", + specials={ "font", 0x6D }, + unicodeslot=0x1D5C6, }, - [0x1D748]={ + [0x1D5C7]={ category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL SIGMA", + description="MATHEMATICAL SANS-SERIF SMALL N", direction="l", linebreak="al", - specials={ "font", 0x3C3 }, - unicodeslot=0x1D748, - visual="bi", + specials={ "font", 0x6E }, + unicodeslot=0x1D5C7, }, - [0x1D749]={ + [0x1D5C8]={ category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL TAU", + description="MATHEMATICAL SANS-SERIF SMALL O", direction="l", linebreak="al", - specials={ "font", 0x3C4 }, - unicodeslot=0x1D749, - visual="bi", + specials={ "font", 0x6F }, + unicodeslot=0x1D5C8, }, - [0x1D74A]={ + [0x1D5C9]={ category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL UPSILON", + description="MATHEMATICAL SANS-SERIF SMALL P", direction="l", linebreak="al", - specials={ "font", 0x3C5 }, - unicodeslot=0x1D74A, - visual="bi", + specials={ "font", 0x70 }, + unicodeslot=0x1D5C9, }, - [0x1D74B]={ + [0x1D5CA]={ category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL PHI", + description="MATHEMATICAL SANS-SERIF SMALL Q", direction="l", linebreak="al", - specials={ "font", 0x3C6 }, - unicodeslot=0x1D74B, - visual="bi", + specials={ "font", 0x71 }, + unicodeslot=0x1D5CA, }, - [0x1D74C]={ + [0x1D5CB]={ category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL CHI", + description="MATHEMATICAL SANS-SERIF SMALL R", direction="l", linebreak="al", - specials={ "font", 0x3C7 }, - unicodeslot=0x1D74C, - visual="bi", + specials={ "font", 0x72 }, + unicodeslot=0x1D5CB, }, - [0x1D74D]={ + [0x1D5CC]={ category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL PSI", + description="MATHEMATICAL SANS-SERIF SMALL S", direction="l", linebreak="al", - specials={ "font", 0x3C8 }, - unicodeslot=0x1D74D, - visual="bi", + specials={ "font", 0x73 }, + unicodeslot=0x1D5CC, }, - [0x1D74E]={ + [0x1D5CD]={ category="ll", - description="MATHEMATICAL BOLD ITALIC SMALL OMEGA", + description="MATHEMATICAL SANS-SERIF SMALL T", direction="l", linebreak="al", - specials={ "font", 0x3C9 }, - unicodeslot=0x1D74E, - visual="bi", - }, - [0x1D74F]={ - category="sm", - description="MATHEMATICAL BOLD ITALIC PARTIAL DIFFERENTIAL", - direction="on", - linebreak="al", - specials={ "font", 0x2202 }, - unicodeslot=0x1D74F, - visual="bi", + specials={ "font", 0x74 }, + unicodeslot=0x1D5CD, }, - [0x1D750]={ + [0x1D5CE]={ category="ll", - description="MATHEMATICAL BOLD ITALIC EPSILON SYMBOL", + description="MATHEMATICAL SANS-SERIF SMALL U", direction="l", linebreak="al", - specials={ "font", 0x3F5 }, - unicodeslot=0x1D750, - visual="bi", + specials={ "font", 0x75 }, + unicodeslot=0x1D5CE, }, - [0x1D751]={ + [0x1D5CF]={ category="ll", - description="MATHEMATICAL BOLD ITALIC THETA SYMBOL", + description="MATHEMATICAL SANS-SERIF SMALL V", direction="l", linebreak="al", - specials={ "font", 0x3D1 }, - unicodeslot=0x1D751, - visual="bi", + specials={ "font", 0x76 }, + unicodeslot=0x1D5CF, }, - [0x1D752]={ + [0x1D5D0]={ category="ll", - description="MATHEMATICAL BOLD ITALIC KAPPA SYMBOL", + description="MATHEMATICAL SANS-SERIF SMALL W", direction="l", linebreak="al", - specials={ "font", 0x3F0 }, - unicodeslot=0x1D752, - visual="bi", + specials={ "font", 0x77 }, + unicodeslot=0x1D5D0, }, - [0x1D753]={ + [0x1D5D1]={ category="ll", - description="MATHEMATICAL BOLD ITALIC PHI SYMBOL", + description="MATHEMATICAL SANS-SERIF SMALL X", direction="l", linebreak="al", - specials={ "font", 0x3D5 }, - unicodeslot=0x1D753, - visual="bi", + specials={ "font", 0x78 }, + unicodeslot=0x1D5D1, }, - [0x1D754]={ + [0x1D5D2]={ category="ll", - description="MATHEMATICAL BOLD ITALIC RHO SYMBOL", + description="MATHEMATICAL SANS-SERIF SMALL Y", direction="l", linebreak="al", - specials={ "font", 0x3F1 }, - unicodeslot=0x1D754, - visual="bi", + specials={ "font", 0x79 }, + unicodeslot=0x1D5D2, }, - [0x1D755]={ + [0x1D5D3]={ category="ll", - description="MATHEMATICAL BOLD ITALIC PI SYMBOL", + description="MATHEMATICAL SANS-SERIF SMALL Z", direction="l", linebreak="al", - specials={ "font", 0x3D6 }, - unicodeslot=0x1D755, - visual="bi", + specials={ "font", 0x7A }, + unicodeslot=0x1D5D3, }, - [0x1D756]={ + [0x1D5D4]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL ALPHA", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL A", direction="l", linebreak="al", - specials={ "font", 0x391 }, - unicodeslot=0x1D756, + specials={ "font", 0x41 }, + unicodeslot=0x1D5D4, visual="bf", }, - [0x1D757]={ + [0x1D5D5]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL BETA", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL B", direction="l", linebreak="al", - specials={ "font", 0x392 }, - unicodeslot=0x1D757, + specials={ "font", 0x42 }, + unicodeslot=0x1D5D5, visual="bf", }, - [0x1D758]={ + [0x1D5D6]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL GAMMA", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL C", direction="l", linebreak="al", - specials={ "font", 0x393 }, - unicodeslot=0x1D758, + specials={ "font", 0x43 }, + unicodeslot=0x1D5D6, visual="bf", }, - [0x1D759]={ + [0x1D5D7]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL DELTA", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL D", direction="l", linebreak="al", - specials={ "font", 0x394 }, - unicodeslot=0x1D759, + specials={ "font", 0x44 }, + unicodeslot=0x1D5D7, visual="bf", }, - [0x1D75A]={ + [0x1D5D8]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL EPSILON", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL E", direction="l", linebreak="al", - specials={ "font", 0x395 }, - unicodeslot=0x1D75A, + specials={ "font", 0x45 }, + unicodeslot=0x1D5D8, visual="bf", }, - [0x1D75B]={ + [0x1D5D9]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL ZETA", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL F", direction="l", linebreak="al", - specials={ "font", 0x396 }, - unicodeslot=0x1D75B, + specials={ "font", 0x46 }, + unicodeslot=0x1D5D9, visual="bf", }, - [0x1D75C]={ + [0x1D5DA]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL ETA", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL G", direction="l", linebreak="al", - specials={ "font", 0x397 }, - unicodeslot=0x1D75C, + specials={ "font", 0x47 }, + unicodeslot=0x1D5DA, visual="bf", }, - [0x1D75D]={ + [0x1D5DB]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL H", direction="l", linebreak="al", - specials={ "font", 0x398 }, - unicodeslot=0x1D75D, + specials={ "font", 0x48 }, + unicodeslot=0x1D5DB, visual="bf", }, - [0x1D75E]={ + [0x1D5DC]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL IOTA", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL I", direction="l", linebreak="al", - specials={ "font", 0x399 }, - unicodeslot=0x1D75E, + specials={ "font", 0x49 }, + unicodeslot=0x1D5DC, visual="bf", }, - [0x1D75F]={ + [0x1D5DD]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL KAPPA", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL J", direction="l", linebreak="al", - specials={ "font", 0x39A }, - unicodeslot=0x1D75F, + specials={ "font", 0x4A }, + unicodeslot=0x1D5DD, visual="bf", }, - [0x1D760]={ + [0x1D5DE]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL LAMDA", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL K", direction="l", linebreak="al", - specials={ "font", 0x39B }, - unicodeslot=0x1D760, + specials={ "font", 0x4B }, + unicodeslot=0x1D5DE, visual="bf", }, - [0x1D761]={ + [0x1D5DF]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL MU", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL L", direction="l", linebreak="al", - specials={ "font", 0x39C }, - unicodeslot=0x1D761, + specials={ "font", 0x4C }, + unicodeslot=0x1D5DF, visual="bf", }, - [0x1D762]={ + [0x1D5E0]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL NU", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL M", direction="l", linebreak="al", - specials={ "font", 0x39D }, - unicodeslot=0x1D762, + specials={ "font", 0x4D }, + unicodeslot=0x1D5E0, visual="bf", }, - [0x1D763]={ + [0x1D5E1]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL XI", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL N", direction="l", linebreak="al", - specials={ "font", 0x39E }, - unicodeslot=0x1D763, + specials={ "font", 0x4E }, + unicodeslot=0x1D5E1, visual="bf", }, - [0x1D764]={ + [0x1D5E2]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL OMICRON", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL O", direction="l", linebreak="al", - specials={ "font", 0x39F }, - unicodeslot=0x1D764, + specials={ "font", 0x4F }, + unicodeslot=0x1D5E2, visual="bf", }, - [0x1D765]={ + [0x1D5E3]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL PI", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL P", direction="l", linebreak="al", - specials={ "font", 0x3A0 }, - unicodeslot=0x1D765, + specials={ "font", 0x50 }, + unicodeslot=0x1D5E3, visual="bf", }, - [0x1D766]={ + [0x1D5E4]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL RHO", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL Q", direction="l", linebreak="al", - specials={ "font", 0x3A1 }, - unicodeslot=0x1D766, + specials={ "font", 0x51 }, + unicodeslot=0x1D5E4, visual="bf", }, - [0x1D767]={ + [0x1D5E5]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA SYMBOL", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL R", direction="l", linebreak="al", - specials={ "font", 0x3F4 }, - unicodeslot=0x1D767, + specials={ "font", 0x52 }, + unicodeslot=0x1D5E5, visual="bf", }, - [0x1D768]={ + [0x1D5E6]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL SIGMA", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL S", direction="l", linebreak="al", - specials={ "font", 0x3A3 }, - unicodeslot=0x1D768, + specials={ "font", 0x53 }, + unicodeslot=0x1D5E6, visual="bf", }, - [0x1D769]={ + [0x1D5E7]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL TAU", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL T", direction="l", linebreak="al", - specials={ "font", 0x3A4 }, - unicodeslot=0x1D769, + specials={ "font", 0x54 }, + unicodeslot=0x1D5E7, visual="bf", }, - [0x1D76A]={ + [0x1D5E8]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL UPSILON", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL U", direction="l", linebreak="al", - specials={ "font", 0x3A5 }, - unicodeslot=0x1D76A, + specials={ "font", 0x55 }, + unicodeslot=0x1D5E8, visual="bf", }, - [0x1D76B]={ + [0x1D5E9]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL PHI", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL V", direction="l", linebreak="al", - specials={ "font", 0x3A6 }, - unicodeslot=0x1D76B, + specials={ "font", 0x56 }, + unicodeslot=0x1D5E9, visual="bf", }, - [0x1D76C]={ + [0x1D5EA]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL CHI", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL W", direction="l", linebreak="al", - specials={ "font", 0x3A7 }, - unicodeslot=0x1D76C, + specials={ "font", 0x57 }, + unicodeslot=0x1D5EA, visual="bf", }, - [0x1D76D]={ + [0x1D5EB]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL PSI", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL X", direction="l", linebreak="al", - specials={ "font", 0x3A8 }, - unicodeslot=0x1D76D, + specials={ "font", 0x58 }, + unicodeslot=0x1D5EB, visual="bf", }, - [0x1D76E]={ + [0x1D5EC]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD CAPITAL OMEGA", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL Y", direction="l", linebreak="al", - specials={ "font", 0x3A9 }, - unicodeslot=0x1D76E, + specials={ "font", 0x59 }, + unicodeslot=0x1D5EC, visual="bf", }, - [0x1D76F]={ - category="sm", - description="MATHEMATICAL SANS-SERIF BOLD NABLA", + [0x1D5ED]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL Z", direction="l", linebreak="al", - specials={ "font", 0x2207 }, - unicodeslot=0x1D76F, + specials={ "font", 0x5A }, + unicodeslot=0x1D5ED, visual="bf", }, - [0x1D770]={ + [0x1D5EE]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL ALPHA", + description="MATHEMATICAL SANS-SERIF BOLD SMALL A", direction="l", linebreak="al", - specials={ "font", 0x3B1 }, - unicodeslot=0x1D770, + specials={ "font", 0x61 }, + unicodeslot=0x1D5EE, visual="bf", }, - [0x1D771]={ + [0x1D5EF]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL BETA", + description="MATHEMATICAL SANS-SERIF BOLD SMALL B", direction="l", linebreak="al", - specials={ "font", 0x3B2 }, - unicodeslot=0x1D771, + specials={ "font", 0x62 }, + unicodeslot=0x1D5EF, visual="bf", }, - [0x1D772]={ + [0x1D5F0]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL GAMMA", + description="MATHEMATICAL SANS-SERIF BOLD SMALL C", direction="l", linebreak="al", - specials={ "font", 0x3B3 }, - unicodeslot=0x1D772, + specials={ "font", 0x63 }, + unicodeslot=0x1D5F0, visual="bf", }, - [0x1D773]={ + [0x1D5F1]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL DELTA", + description="MATHEMATICAL SANS-SERIF BOLD SMALL D", direction="l", linebreak="al", - specials={ "font", 0x3B4 }, - unicodeslot=0x1D773, + specials={ "font", 0x64 }, + unicodeslot=0x1D5F1, visual="bf", }, - [0x1D774]={ + [0x1D5F2]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL EPSILON", + description="MATHEMATICAL SANS-SERIF BOLD SMALL E", direction="l", linebreak="al", - specials={ "font", 0x3B5 }, - unicodeslot=0x1D774, + specials={ "font", 0x65 }, + unicodeslot=0x1D5F2, visual="bf", }, - [0x1D775]={ + [0x1D5F3]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL ZETA", + description="MATHEMATICAL SANS-SERIF BOLD SMALL F", direction="l", linebreak="al", - specials={ "font", 0x3B6 }, - unicodeslot=0x1D775, + specials={ "font", 0x66 }, + unicodeslot=0x1D5F3, visual="bf", }, - [0x1D776]={ + [0x1D5F4]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL ETA", + description="MATHEMATICAL SANS-SERIF BOLD SMALL G", direction="l", linebreak="al", - specials={ "font", 0x3B7 }, - unicodeslot=0x1D776, + specials={ "font", 0x67 }, + unicodeslot=0x1D5F4, visual="bf", }, - [0x1D777]={ + [0x1D5F5]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL THETA", + description="MATHEMATICAL SANS-SERIF BOLD SMALL H", direction="l", linebreak="al", - specials={ "font", 0x3B8 }, - unicodeslot=0x1D777, + specials={ "font", 0x68 }, + unicodeslot=0x1D5F5, visual="bf", }, - [0x1D778]={ + [0x1D5F6]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL IOTA", + description="MATHEMATICAL SANS-SERIF BOLD SMALL I", direction="l", linebreak="al", - specials={ "font", 0x3B9 }, - unicodeslot=0x1D778, + specials={ "font", 0x69 }, + unicodeslot=0x1D5F6, visual="bf", }, - [0x1D779]={ + [0x1D5F7]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL KAPPA", + description="MATHEMATICAL SANS-SERIF BOLD SMALL J", direction="l", linebreak="al", - specials={ "font", 0x3BA }, - unicodeslot=0x1D779, + specials={ "font", 0x6A }, + unicodeslot=0x1D5F7, visual="bf", }, - [0x1D77A]={ + [0x1D5F8]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL LAMDA", + description="MATHEMATICAL SANS-SERIF BOLD SMALL K", direction="l", linebreak="al", - specials={ "font", 0x3BB }, - unicodeslot=0x1D77A, + specials={ "font", 0x6B }, + unicodeslot=0x1D5F8, visual="bf", }, - [0x1D77B]={ + [0x1D5F9]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL MU", + description="MATHEMATICAL SANS-SERIF BOLD SMALL L", direction="l", linebreak="al", - specials={ "font", 0x3BC }, - unicodeslot=0x1D77B, + specials={ "font", 0x6C }, + unicodeslot=0x1D5F9, visual="bf", }, - [0x1D77C]={ + [0x1D5FA]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL NU", + description="MATHEMATICAL SANS-SERIF BOLD SMALL M", direction="l", linebreak="al", - specials={ "font", 0x3BD }, - unicodeslot=0x1D77C, + specials={ "font", 0x6D }, + unicodeslot=0x1D5FA, visual="bf", }, - [0x1D77D]={ + [0x1D5FB]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL XI", + description="MATHEMATICAL SANS-SERIF BOLD SMALL N", direction="l", linebreak="al", - specials={ "font", 0x3BE }, - unicodeslot=0x1D77D, + specials={ "font", 0x6E }, + unicodeslot=0x1D5FB, visual="bf", }, - [0x1D77E]={ + [0x1D5FC]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL OMICRON", + description="MATHEMATICAL SANS-SERIF BOLD SMALL O", direction="l", linebreak="al", - specials={ "font", 0x3BF }, - unicodeslot=0x1D77E, + specials={ "font", 0x6F }, + unicodeslot=0x1D5FC, visual="bf", }, - [0x1D77F]={ + [0x1D5FD]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL PI", + description="MATHEMATICAL SANS-SERIF BOLD SMALL P", direction="l", linebreak="al", - specials={ "font", 0x3C0 }, - unicodeslot=0x1D77F, + specials={ "font", 0x70 }, + unicodeslot=0x1D5FD, visual="bf", }, - [0x1D780]={ + [0x1D5FE]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL RHO", + description="MATHEMATICAL SANS-SERIF BOLD SMALL Q", direction="l", linebreak="al", - specials={ "font", 0x3C1 }, - unicodeslot=0x1D780, + specials={ "font", 0x71 }, + unicodeslot=0x1D5FE, visual="bf", }, - [0x1D781]={ + [0x1D5FF]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL FINAL SIGMA", + description="MATHEMATICAL SANS-SERIF BOLD SMALL R", direction="l", linebreak="al", - specials={ "font", 0x3C2 }, - unicodeslot=0x1D781, + specials={ "font", 0x72 }, + unicodeslot=0x1D5FF, visual="bf", }, - [0x1D782]={ + [0x1D600]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL SIGMA", + description="MATHEMATICAL SANS-SERIF BOLD SMALL S", direction="l", linebreak="al", - specials={ "font", 0x3C3 }, - unicodeslot=0x1D782, + specials={ "font", 0x73 }, + unicodeslot=0x1D600, visual="bf", }, - [0x1D783]={ + [0x1D601]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL TAU", + description="MATHEMATICAL SANS-SERIF BOLD SMALL T", direction="l", linebreak="al", - specials={ "font", 0x3C4 }, - unicodeslot=0x1D783, + specials={ "font", 0x74 }, + unicodeslot=0x1D601, visual="bf", }, - [0x1D784]={ + [0x1D602]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL UPSILON", + description="MATHEMATICAL SANS-SERIF BOLD SMALL U", direction="l", linebreak="al", - specials={ "font", 0x3C5 }, - unicodeslot=0x1D784, + specials={ "font", 0x75 }, + unicodeslot=0x1D602, visual="bf", }, - [0x1D785]={ + [0x1D603]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL PHI", + description="MATHEMATICAL SANS-SERIF BOLD SMALL V", direction="l", linebreak="al", - specials={ "font", 0x3C6 }, - unicodeslot=0x1D785, + specials={ "font", 0x76 }, + unicodeslot=0x1D603, visual="bf", }, - [0x1D786]={ + [0x1D604]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL CHI", + description="MATHEMATICAL SANS-SERIF BOLD SMALL W", direction="l", linebreak="al", - specials={ "font", 0x3C7 }, - unicodeslot=0x1D786, + specials={ "font", 0x77 }, + unicodeslot=0x1D604, visual="bf", }, - [0x1D787]={ + [0x1D605]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL PSI", + description="MATHEMATICAL SANS-SERIF BOLD SMALL X", direction="l", linebreak="al", - specials={ "font", 0x3C8 }, - unicodeslot=0x1D787, + specials={ "font", 0x78 }, + unicodeslot=0x1D605, visual="bf", }, - [0x1D788]={ + [0x1D606]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD SMALL OMEGA", + description="MATHEMATICAL SANS-SERIF BOLD SMALL Y", direction="l", linebreak="al", - specials={ "font", 0x3C9 }, - unicodeslot=0x1D788, - visual="bf", - }, - [0x1D789]={ - category="sm", - description="MATHEMATICAL SANS-SERIF BOLD PARTIAL DIFFERENTIAL", - direction="on", - linebreak="al", - specials={ "font", 0x2202 }, - unicodeslot=0x1D789, + specials={ "font", 0x79 }, + unicodeslot=0x1D606, visual="bf", }, - [0x1D78A]={ + [0x1D607]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD EPSILON SYMBOL", + description="MATHEMATICAL SANS-SERIF BOLD SMALL Z", direction="l", linebreak="al", - specials={ "font", 0x3F5 }, - unicodeslot=0x1D78A, + specials={ "font", 0x7A }, + unicodeslot=0x1D607, visual="bf", }, - [0x1D78B]={ - category="ll", - description="MATHEMATICAL SANS-SERIF BOLD THETA SYMBOL", + [0x1D608]={ + category="lu", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL A", direction="l", linebreak="al", - specials={ "font", 0x3D1 }, - unicodeslot=0x1D78B, - visual="bf", + specials={ "font", 0x41 }, + unicodeslot=0x1D608, + visual="it", }, - [0x1D78C]={ - category="ll", - description="MATHEMATICAL SANS-SERIF BOLD KAPPA SYMBOL", + [0x1D609]={ + category="lu", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL B", direction="l", linebreak="al", - specials={ "font", 0x3F0 }, - unicodeslot=0x1D78C, - visual="bf", + specials={ "font", 0x42 }, + unicodeslot=0x1D609, + visual="it", }, - [0x1D78D]={ - category="ll", - description="MATHEMATICAL SANS-SERIF BOLD PHI SYMBOL", + [0x1D60A]={ + category="lu", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL C", direction="l", linebreak="al", - specials={ "font", 0x3D5 }, - unicodeslot=0x1D78D, - visual="bf", + specials={ "font", 0x43 }, + unicodeslot=0x1D60A, + visual="it", }, - [0x1D78E]={ - category="ll", - description="MATHEMATICAL SANS-SERIF BOLD RHO SYMBOL", + [0x1D60B]={ + category="lu", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL D", direction="l", linebreak="al", - specials={ "font", 0x3F1 }, - unicodeslot=0x1D78E, - visual="bf", + specials={ "font", 0x44 }, + unicodeslot=0x1D60B, + visual="it", }, - [0x1D78F]={ - category="ll", - description="MATHEMATICAL SANS-SERIF BOLD PI SYMBOL", + [0x1D60C]={ + category="lu", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL E", direction="l", linebreak="al", - specials={ "font", 0x3D6 }, - unicodeslot=0x1D78F, - visual="bf", + specials={ "font", 0x45 }, + unicodeslot=0x1D60C, + visual="it", }, - [0x1D790]={ + [0x1D60D]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ALPHA", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL F", direction="l", linebreak="al", - specials={ "font", 0x391 }, - unicodeslot=0x1D790, - visual="bi", + specials={ "font", 0x46 }, + unicodeslot=0x1D60D, + visual="it", }, - [0x1D791]={ + [0x1D60E]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL BETA", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL G", direction="l", linebreak="al", - specials={ "font", 0x392 }, - unicodeslot=0x1D791, - visual="bi", + specials={ "font", 0x47 }, + unicodeslot=0x1D60E, + visual="it", }, - [0x1D792]={ + [0x1D60F]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL GAMMA", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL H", direction="l", linebreak="al", - specials={ "font", 0x393 }, - unicodeslot=0x1D792, - visual="bi", + specials={ "font", 0x48 }, + unicodeslot=0x1D60F, + visual="it", }, - [0x1D793]={ + [0x1D610]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL DELTA", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL I", direction="l", linebreak="al", - specials={ "font", 0x394 }, - unicodeslot=0x1D793, - visual="bi", + specials={ "font", 0x49 }, + unicodeslot=0x1D610, + visual="it", }, - [0x1D794]={ + [0x1D611]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL EPSILON", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL J", direction="l", linebreak="al", - specials={ "font", 0x395 }, - unicodeslot=0x1D794, - visual="bi", + specials={ "font", 0x4A }, + unicodeslot=0x1D611, + visual="it", }, - [0x1D795]={ + [0x1D612]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ZETA", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL K", direction="l", linebreak="al", - specials={ "font", 0x396 }, - unicodeslot=0x1D795, - visual="bi", + specials={ "font", 0x4B }, + unicodeslot=0x1D612, + visual="it", }, - [0x1D796]={ + [0x1D613]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ETA", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL L", direction="l", linebreak="al", - specials={ "font", 0x397 }, - unicodeslot=0x1D796, - visual="bi", + specials={ "font", 0x4C }, + unicodeslot=0x1D613, + visual="it", }, - [0x1D797]={ + [0x1D614]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL M", direction="l", linebreak="al", - specials={ "font", 0x398 }, - unicodeslot=0x1D797, - visual="bi", + specials={ "font", 0x4D }, + unicodeslot=0x1D614, + visual="it", }, - [0x1D798]={ + [0x1D615]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL IOTA", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL N", direction="l", linebreak="al", - specials={ "font", 0x399 }, - unicodeslot=0x1D798, - visual="bi", + specials={ "font", 0x4E }, + unicodeslot=0x1D615, + visual="it", }, - [0x1D799]={ + [0x1D616]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL KAPPA", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL O", direction="l", linebreak="al", - specials={ "font", 0x39A }, - unicodeslot=0x1D799, - visual="bi", + specials={ "font", 0x4F }, + unicodeslot=0x1D616, + visual="it", }, - [0x1D79A]={ + [0x1D617]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL LAMDA", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL P", direction="l", linebreak="al", - specials={ "font", 0x39B }, - unicodeslot=0x1D79A, - visual="bi", + specials={ "font", 0x50 }, + unicodeslot=0x1D617, + visual="it", }, - [0x1D79B]={ + [0x1D618]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL MU", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL Q", direction="l", linebreak="al", - specials={ "font", 0x39C }, - unicodeslot=0x1D79B, - visual="bi", + specials={ "font", 0x51 }, + unicodeslot=0x1D618, + visual="it", }, - [0x1D79C]={ + [0x1D619]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL NU", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL R", direction="l", linebreak="al", - specials={ "font", 0x39D }, - unicodeslot=0x1D79C, - visual="bi", + specials={ "font", 0x52 }, + unicodeslot=0x1D619, + visual="it", }, - [0x1D79D]={ + [0x1D61A]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL XI", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL S", direction="l", linebreak="al", - specials={ "font", 0x39E }, - unicodeslot=0x1D79D, - visual="bi", + specials={ "font", 0x53 }, + unicodeslot=0x1D61A, + visual="it", }, - [0x1D79E]={ + [0x1D61B]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMICRON", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL T", direction="l", linebreak="al", - specials={ "font", 0x39F }, - unicodeslot=0x1D79E, - visual="bi", + specials={ "font", 0x54 }, + unicodeslot=0x1D61B, + visual="it", }, - [0x1D79F]={ + [0x1D61C]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PI", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL U", direction="l", linebreak="al", - specials={ "font", 0x3A0 }, - unicodeslot=0x1D79F, - visual="bi", + specials={ "font", 0x55 }, + unicodeslot=0x1D61C, + visual="it", }, - [0x1D7A0]={ + [0x1D61D]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL RHO", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL V", direction="l", linebreak="al", - specials={ "font", 0x3A1 }, - unicodeslot=0x1D7A0, - visual="bi", + specials={ "font", 0x56 }, + unicodeslot=0x1D61D, + visual="it", }, - [0x1D7A1]={ + [0x1D61E]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA SYMBOL", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL W", direction="l", linebreak="al", - specials={ "font", 0x3F4 }, - unicodeslot=0x1D7A1, - visual="bi", + specials={ "font", 0x57 }, + unicodeslot=0x1D61E, + visual="it", }, - [0x1D7A2]={ + [0x1D61F]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL SIGMA", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL X", direction="l", linebreak="al", - specials={ "font", 0x3A3 }, - unicodeslot=0x1D7A2, - visual="bi", + specials={ "font", 0x58 }, + unicodeslot=0x1D61F, + visual="it", }, - [0x1D7A3]={ + [0x1D620]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL TAU", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL Y", direction="l", linebreak="al", - specials={ "font", 0x3A4 }, - unicodeslot=0x1D7A3, + specials={ "font", 0x59 }, + unicodeslot=0x1D620, + visual="it", + }, + [0x1D621]={ + category="lu", + description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL Z", + direction="l", + linebreak="al", + specials={ "font", 0x5A }, + unicodeslot=0x1D621, + visual="it", + }, + [0x1D622]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL A", + direction="l", + linebreak="al", + specials={ "font", 0x61 }, + unicodeslot=0x1D622, + visual="it", + }, + [0x1D623]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL B", + direction="l", + linebreak="al", + specials={ "font", 0x62 }, + unicodeslot=0x1D623, + visual="it", + }, + [0x1D624]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL C", + direction="l", + linebreak="al", + specials={ "font", 0x63 }, + unicodeslot=0x1D624, + visual="it", + }, + [0x1D625]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL D", + direction="l", + linebreak="al", + specials={ "font", 0x64 }, + unicodeslot=0x1D625, + visual="it", + }, + [0x1D626]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL E", + direction="l", + linebreak="al", + specials={ "font", 0x65 }, + unicodeslot=0x1D626, + visual="it", + }, + [0x1D627]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL F", + direction="l", + linebreak="al", + specials={ "font", 0x66 }, + unicodeslot=0x1D627, + visual="it", + }, + [0x1D628]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL G", + direction="l", + linebreak="al", + specials={ "font", 0x67 }, + unicodeslot=0x1D628, + visual="it", + }, + [0x1D629]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL H", + direction="l", + linebreak="al", + specials={ "font", 0x68 }, + unicodeslot=0x1D629, + visual="it", + }, + [0x1D62A]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL I", + direction="l", + linebreak="al", + specials={ "font", 0x69 }, + unicodeslot=0x1D62A, + visual="it", + }, + [0x1D62B]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL J", + direction="l", + linebreak="al", + specials={ "font", 0x6A }, + unicodeslot=0x1D62B, + visual="it", + }, + [0x1D62C]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL K", + direction="l", + linebreak="al", + specials={ "font", 0x6B }, + unicodeslot=0x1D62C, + visual="it", + }, + [0x1D62D]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL L", + direction="l", + linebreak="al", + specials={ "font", 0x6C }, + unicodeslot=0x1D62D, + visual="it", + }, + [0x1D62E]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL M", + direction="l", + linebreak="al", + specials={ "font", 0x6D }, + unicodeslot=0x1D62E, + visual="it", + }, + [0x1D62F]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL N", + direction="l", + linebreak="al", + specials={ "font", 0x6E }, + unicodeslot=0x1D62F, + visual="it", + }, + [0x1D630]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL O", + direction="l", + linebreak="al", + specials={ "font", 0x6F }, + unicodeslot=0x1D630, + visual="it", + }, + [0x1D631]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL P", + direction="l", + linebreak="al", + specials={ "font", 0x70 }, + unicodeslot=0x1D631, + visual="it", + }, + [0x1D632]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL Q", + direction="l", + linebreak="al", + specials={ "font", 0x71 }, + unicodeslot=0x1D632, + visual="it", + }, + [0x1D633]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL R", + direction="l", + linebreak="al", + specials={ "font", 0x72 }, + unicodeslot=0x1D633, + visual="it", + }, + [0x1D634]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL S", + direction="l", + linebreak="al", + specials={ "font", 0x73 }, + unicodeslot=0x1D634, + visual="it", + }, + [0x1D635]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL T", + direction="l", + linebreak="al", + specials={ "font", 0x74 }, + unicodeslot=0x1D635, + visual="it", + }, + [0x1D636]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL U", + direction="l", + linebreak="al", + specials={ "font", 0x75 }, + unicodeslot=0x1D636, + visual="it", + }, + [0x1D637]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL V", + direction="l", + linebreak="al", + specials={ "font", 0x76 }, + unicodeslot=0x1D637, + visual="it", + }, + [0x1D638]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL W", + direction="l", + linebreak="al", + specials={ "font", 0x77 }, + unicodeslot=0x1D638, + visual="it", + }, + [0x1D639]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL X", + direction="l", + linebreak="al", + specials={ "font", 0x78 }, + unicodeslot=0x1D639, + visual="it", + }, + [0x1D63A]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL Y", + direction="l", + linebreak="al", + specials={ "font", 0x79 }, + unicodeslot=0x1D63A, + visual="it", + }, + [0x1D63B]={ + category="ll", + description="MATHEMATICAL SANS-SERIF ITALIC SMALL Z", + direction="l", + linebreak="al", + specials={ "font", 0x7A }, + unicodeslot=0x1D63B, + visual="it", + }, + [0x1D63C]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL A", + direction="l", + linebreak="al", + specials={ "font", 0x41 }, + unicodeslot=0x1D63C, visual="bi", }, - [0x1D7A4]={ + [0x1D63D]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL UPSILON", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL B", direction="l", linebreak="al", - specials={ "font", 0x3A5 }, - unicodeslot=0x1D7A4, + specials={ "font", 0x42 }, + unicodeslot=0x1D63D, visual="bi", }, - [0x1D7A5]={ + [0x1D63E]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PHI", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL C", direction="l", linebreak="al", - specials={ "font", 0x3A6 }, - unicodeslot=0x1D7A5, + specials={ "font", 0x43 }, + unicodeslot=0x1D63E, visual="bi", }, - [0x1D7A6]={ + [0x1D63F]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL CHI", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL D", direction="l", linebreak="al", - specials={ "font", 0x3A7 }, - unicodeslot=0x1D7A6, + specials={ "font", 0x44 }, + unicodeslot=0x1D63F, visual="bi", }, - [0x1D7A7]={ + [0x1D640]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PSI", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL E", direction="l", linebreak="al", - specials={ "font", 0x3A8 }, - unicodeslot=0x1D7A7, + specials={ "font", 0x45 }, + unicodeslot=0x1D640, visual="bi", }, - [0x1D7A8]={ + [0x1D641]={ category="lu", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMEGA", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL F", direction="l", linebreak="al", - specials={ "font", 0x3A9 }, - unicodeslot=0x1D7A8, + specials={ "font", 0x46 }, + unicodeslot=0x1D641, visual="bi", }, - [0x1D7A9]={ - category="sm", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC NABLA", + [0x1D642]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL G", direction="l", linebreak="al", - specials={ "font", 0x2207 }, - unicodeslot=0x1D7A9, + specials={ "font", 0x47 }, + unicodeslot=0x1D642, visual="bi", }, - [0x1D7AA]={ - category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ALPHA", + [0x1D643]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL H", direction="l", linebreak="al", - specials={ "font", 0x3B1 }, - unicodeslot=0x1D7AA, + specials={ "font", 0x48 }, + unicodeslot=0x1D643, visual="bi", }, - [0x1D7AB]={ - category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL BETA", + [0x1D644]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL I", direction="l", linebreak="al", - specials={ "font", 0x3B2 }, - unicodeslot=0x1D7AB, + specials={ "font", 0x49 }, + unicodeslot=0x1D644, visual="bi", }, - [0x1D7AC]={ - category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL GAMMA", + [0x1D645]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL J", direction="l", linebreak="al", - specials={ "font", 0x3B3 }, - unicodeslot=0x1D7AC, + specials={ "font", 0x4A }, + unicodeslot=0x1D645, visual="bi", }, - [0x1D7AD]={ - category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL DELTA", + [0x1D646]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL K", direction="l", linebreak="al", - specials={ "font", 0x3B4 }, - unicodeslot=0x1D7AD, + specials={ "font", 0x4B }, + unicodeslot=0x1D646, visual="bi", }, - [0x1D7AE]={ - category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL EPSILON", + [0x1D647]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL L", direction="l", linebreak="al", - specials={ "font", 0x3B5 }, - unicodeslot=0x1D7AE, + specials={ "font", 0x4C }, + unicodeslot=0x1D647, visual="bi", }, - [0x1D7AF]={ - category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ZETA", + [0x1D648]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL M", direction="l", linebreak="al", - specials={ "font", 0x3B6 }, - unicodeslot=0x1D7AF, + specials={ "font", 0x4D }, + unicodeslot=0x1D648, visual="bi", }, - [0x1D7B0]={ + [0x1D649]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL N", + direction="l", + linebreak="al", + specials={ "font", 0x4E }, + unicodeslot=0x1D649, + visual="bi", + }, + [0x1D64A]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL O", + direction="l", + linebreak="al", + specials={ "font", 0x4F }, + unicodeslot=0x1D64A, + visual="bi", + }, + [0x1D64B]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL P", + direction="l", + linebreak="al", + specials={ "font", 0x50 }, + unicodeslot=0x1D64B, + visual="bi", + }, + [0x1D64C]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Q", + direction="l", + linebreak="al", + specials={ "font", 0x51 }, + unicodeslot=0x1D64C, + visual="bi", + }, + [0x1D64D]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL R", + direction="l", + linebreak="al", + specials={ "font", 0x52 }, + unicodeslot=0x1D64D, + visual="bi", + }, + [0x1D64E]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL S", + direction="l", + linebreak="al", + specials={ "font", 0x53 }, + unicodeslot=0x1D64E, + visual="bi", + }, + [0x1D64F]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL T", + direction="l", + linebreak="al", + specials={ "font", 0x54 }, + unicodeslot=0x1D64F, + visual="bi", + }, + [0x1D650]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL U", + direction="l", + linebreak="al", + specials={ "font", 0x55 }, + unicodeslot=0x1D650, + visual="bi", + }, + [0x1D651]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL V", + direction="l", + linebreak="al", + specials={ "font", 0x56 }, + unicodeslot=0x1D651, + visual="bi", + }, + [0x1D652]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL W", + direction="l", + linebreak="al", + specials={ "font", 0x57 }, + unicodeslot=0x1D652, + visual="bi", + }, + [0x1D653]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL X", + direction="l", + linebreak="al", + specials={ "font", 0x58 }, + unicodeslot=0x1D653, + visual="bi", + }, + [0x1D654]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Y", + direction="l", + linebreak="al", + specials={ "font", 0x59 }, + unicodeslot=0x1D654, + visual="bi", + }, + [0x1D655]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Z", + direction="l", + linebreak="al", + specials={ "font", 0x5A }, + unicodeslot=0x1D655, + visual="bi", + }, + [0x1D656]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ETA", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL A", direction="l", linebreak="al", - specials={ "font", 0x3B7 }, - unicodeslot=0x1D7B0, + specials={ "font", 0x61 }, + unicodeslot=0x1D656, visual="bi", }, - [0x1D7B1]={ + [0x1D657]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL THETA", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL B", direction="l", linebreak="al", - specials={ "font", 0x3B8 }, - unicodeslot=0x1D7B1, + specials={ "font", 0x62 }, + unicodeslot=0x1D657, visual="bi", }, - [0x1D7B2]={ + [0x1D658]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL IOTA", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL C", direction="l", linebreak="al", - specials={ "font", 0x3B9 }, - unicodeslot=0x1D7B2, + specials={ "font", 0x63 }, + unicodeslot=0x1D658, visual="bi", }, - [0x1D7B3]={ + [0x1D659]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL KAPPA", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL D", direction="l", linebreak="al", - specials={ "font", 0x3BA }, - unicodeslot=0x1D7B3, + specials={ "font", 0x64 }, + unicodeslot=0x1D659, visual="bi", }, - [0x1D7B4]={ + [0x1D65A]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL LAMDA", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL E", direction="l", linebreak="al", - specials={ "font", 0x3BB }, - unicodeslot=0x1D7B4, + specials={ "font", 0x65 }, + unicodeslot=0x1D65A, visual="bi", }, - [0x1D7B5]={ + [0x1D65B]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL MU", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL F", direction="l", linebreak="al", - specials={ "font", 0x3BC }, - unicodeslot=0x1D7B5, + specials={ "font", 0x66 }, + unicodeslot=0x1D65B, visual="bi", }, - [0x1D7B6]={ + [0x1D65C]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL NU", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL G", direction="l", linebreak="al", - specials={ "font", 0x3BD }, - unicodeslot=0x1D7B6, + specials={ "font", 0x67 }, + unicodeslot=0x1D65C, visual="bi", }, - [0x1D7B7]={ + [0x1D65D]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL XI", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL H", direction="l", linebreak="al", - specials={ "font", 0x3BE }, - unicodeslot=0x1D7B7, + specials={ "font", 0x68 }, + unicodeslot=0x1D65D, visual="bi", }, - [0x1D7B8]={ + [0x1D65E]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMICRON", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL I", direction="l", linebreak="al", - specials={ "font", 0x3BF }, - unicodeslot=0x1D7B8, + specials={ "font", 0x69 }, + unicodeslot=0x1D65E, visual="bi", }, - [0x1D7B9]={ + [0x1D65F]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PI", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL J", direction="l", linebreak="al", - specials={ "font", 0x3C0 }, - unicodeslot=0x1D7B9, + specials={ "font", 0x6A }, + unicodeslot=0x1D65F, visual="bi", }, - [0x1D7BA]={ + [0x1D660]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL RHO", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL K", direction="l", linebreak="al", - specials={ "font", 0x3C1 }, - unicodeslot=0x1D7BA, + specials={ "font", 0x6B }, + unicodeslot=0x1D660, visual="bi", }, - [0x1D7BB]={ + [0x1D661]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL FINAL SIGMA", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL L", direction="l", linebreak="al", - specials={ "font", 0x3C2 }, - unicodeslot=0x1D7BB, + specials={ "font", 0x6C }, + unicodeslot=0x1D661, visual="bi", }, - [0x1D7BC]={ + [0x1D662]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL SIGMA", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL M", direction="l", linebreak="al", - specials={ "font", 0x3C3 }, - unicodeslot=0x1D7BC, + specials={ "font", 0x6D }, + unicodeslot=0x1D662, visual="bi", }, - [0x1D7BD]={ + [0x1D663]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL TAU", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL N", direction="l", linebreak="al", - specials={ "font", 0x3C4 }, - unicodeslot=0x1D7BD, + specials={ "font", 0x6E }, + unicodeslot=0x1D663, visual="bi", }, - [0x1D7BE]={ + [0x1D664]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL UPSILON", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL O", direction="l", linebreak="al", - specials={ "font", 0x3C5 }, - unicodeslot=0x1D7BE, + specials={ "font", 0x6F }, + unicodeslot=0x1D664, visual="bi", }, - [0x1D7BF]={ + [0x1D665]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PHI", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL P", direction="l", linebreak="al", - specials={ "font", 0x3C6 }, - unicodeslot=0x1D7BF, + specials={ "font", 0x70 }, + unicodeslot=0x1D665, visual="bi", }, - [0x1D7C0]={ + [0x1D666]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL CHI", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Q", direction="l", linebreak="al", - specials={ "font", 0x3C7 }, - unicodeslot=0x1D7C0, + specials={ "font", 0x71 }, + unicodeslot=0x1D666, visual="bi", }, - [0x1D7C1]={ + [0x1D667]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PSI", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL R", direction="l", linebreak="al", - specials={ "font", 0x3C8 }, - unicodeslot=0x1D7C1, + specials={ "font", 0x72 }, + unicodeslot=0x1D667, visual="bi", }, - [0x1D7C2]={ + [0x1D668]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMEGA", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL S", direction="l", linebreak="al", - specials={ "font", 0x3C9 }, - unicodeslot=0x1D7C2, + specials={ "font", 0x73 }, + unicodeslot=0x1D668, visual="bi", }, - [0x1D7C3]={ - category="sm", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC PARTIAL DIFFERENTIAL", - direction="on", + [0x1D669]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL T", + direction="l", linebreak="al", - specials={ "font", 0x2202 }, - unicodeslot=0x1D7C3, + specials={ "font", 0x74 }, + unicodeslot=0x1D669, visual="bi", }, - [0x1D7C4]={ + [0x1D66A]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC EPSILON SYMBOL", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL U", direction="l", linebreak="al", - specials={ "font", 0x3F5 }, - unicodeslot=0x1D7C4, + specials={ "font", 0x75 }, + unicodeslot=0x1D66A, visual="bi", }, - [0x1D7C5]={ + [0x1D66B]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC THETA SYMBOL", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL V", direction="l", linebreak="al", - specials={ "font", 0x3D1 }, - unicodeslot=0x1D7C5, + specials={ "font", 0x76 }, + unicodeslot=0x1D66B, visual="bi", }, - [0x1D7C6]={ + [0x1D66C]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC KAPPA SYMBOL", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL W", direction="l", linebreak="al", - specials={ "font", 0x3F0 }, - unicodeslot=0x1D7C6, + specials={ "font", 0x77 }, + unicodeslot=0x1D66C, visual="bi", }, - [0x1D7C7]={ + [0x1D66D]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC PHI SYMBOL", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL X", direction="l", linebreak="al", - specials={ "font", 0x3D5 }, - unicodeslot=0x1D7C7, + specials={ "font", 0x78 }, + unicodeslot=0x1D66D, visual="bi", }, - [0x1D7C8]={ + [0x1D66E]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC RHO SYMBOL", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Y", direction="l", linebreak="al", - specials={ "font", 0x3F1 }, - unicodeslot=0x1D7C8, + specials={ "font", 0x79 }, + unicodeslot=0x1D66E, visual="bi", }, - [0x1D7C9]={ + [0x1D66F]={ category="ll", - description="MATHEMATICAL SANS-SERIF BOLD ITALIC PI SYMBOL", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Z", direction="l", linebreak="al", - specials={ "font", 0x3D6 }, - unicodeslot=0x1D7C9, + specials={ "font", 0x7A }, + unicodeslot=0x1D66F, visual="bi", }, - [0x1D7CA]={ + [0x1D670]={ category="lu", - description="MATHEMATICAL BOLD CAPITAL DIGAMMA", + description="MATHEMATICAL MONOSPACE CAPITAL A", direction="l", linebreak="al", - specials={ "font", 0x3DC }, - unicodeslot=0x1D7CA, - visual="bf", + specials={ "font", 0x41 }, + unicodeslot=0x1D670, }, - [0x1D7CB]={ - category="ll", - description="MATHEMATICAL BOLD SMALL DIGAMMA", + [0x1D671]={ + category="lu", + description="MATHEMATICAL MONOSPACE CAPITAL B", direction="l", linebreak="al", - specials={ "font", 0x3DD }, - unicodeslot=0x1D7CB, - visual="bf", + specials={ "font", 0x42 }, + unicodeslot=0x1D671, }, - [0x1D7CE]={ - category="nd", - description="MATHEMATICAL BOLD DIGIT ZERO", - direction="en", - linebreak="nu", - specials={ "font", 0x30 }, - unicodeslot=0x1D7CE, - visual="bf", + [0x1D672]={ + category="lu", + description="MATHEMATICAL MONOSPACE CAPITAL C", + direction="l", + linebreak="al", + specials={ "font", 0x43 }, + unicodeslot=0x1D672, }, - [0x1D7CF]={ - category="nd", - description="MATHEMATICAL BOLD DIGIT ONE", - direction="en", - linebreak="nu", - specials={ "font", 0x31 }, - unicodeslot=0x1D7CF, - visual="bf", + [0x1D673]={ + category="lu", + description="MATHEMATICAL MONOSPACE CAPITAL D", + direction="l", + linebreak="al", + specials={ "font", 0x44 }, + unicodeslot=0x1D673, }, - [0x1D7D0]={ - category="nd", - description="MATHEMATICAL BOLD DIGIT TWO", - direction="en", - linebreak="nu", - specials={ "font", 0x32 }, - unicodeslot=0x1D7D0, - visual="bf", + [0x1D674]={ + category="lu", + description="MATHEMATICAL MONOSPACE CAPITAL E", + direction="l", + linebreak="al", + specials={ "font", 0x45 }, + unicodeslot=0x1D674, }, - [0x1D7D1]={ - category="nd", - description="MATHEMATICAL BOLD DIGIT THREE", - direction="en", - linebreak="nu", - specials={ "font", 0x33 }, - unicodeslot=0x1D7D1, - visual="bf", + [0x1D675]={ + category="lu", + description="MATHEMATICAL MONOSPACE CAPITAL F", + direction="l", + linebreak="al", + specials={ "font", 0x46 }, + unicodeslot=0x1D675, }, - [0x1D7D2]={ - category="nd", - description="MATHEMATICAL BOLD DIGIT FOUR", - direction="en", - linebreak="nu", - specials={ "font", 0x34 }, - unicodeslot=0x1D7D2, - visual="bf", + [0x1D676]={ + category="lu", + description="MATHEMATICAL MONOSPACE CAPITAL G", + direction="l", + linebreak="al", + specials={ "font", 0x47 }, + unicodeslot=0x1D676, }, - [0x1D7D3]={ - category="nd", - description="MATHEMATICAL BOLD DIGIT FIVE", - direction="en", - linebreak="nu", - specials={ "font", 0x35 }, - unicodeslot=0x1D7D3, - visual="bf", + [0x1D677]={ + category="lu", + description="MATHEMATICAL MONOSPACE CAPITAL H", + direction="l", + linebreak="al", + specials={ "font", 0x48 }, + unicodeslot=0x1D677, }, - [0x1D7D4]={ - category="nd", - description="MATHEMATICAL BOLD DIGIT SIX", - direction="en", - linebreak="nu", - specials={ "font", 0x36 }, - unicodeslot=0x1D7D4, - visual="bf", + [0x1D678]={ + category="lu", + description="MATHEMATICAL MONOSPACE CAPITAL I", + direction="l", + linebreak="al", + specials={ "font", 0x49 }, + unicodeslot=0x1D678, }, - [0x1D7D5]={ - category="nd", - description="MATHEMATICAL BOLD DIGIT SEVEN", - direction="en", - linebreak="nu", - specials={ "font", 0x37 }, - unicodeslot=0x1D7D5, - visual="bf", + [0x1D679]={ + category="lu", + description="MATHEMATICAL MONOSPACE CAPITAL J", + direction="l", + linebreak="al", + specials={ "font", 0x4A }, + unicodeslot=0x1D679, }, - [0x1D7D6]={ - category="nd", - description="MATHEMATICAL BOLD DIGIT EIGHT", - direction="en", - linebreak="nu", - specials={ "font", 0x38 }, - unicodeslot=0x1D7D6, - visual="bf", + [0x1D67A]={ + category="lu", + description="MATHEMATICAL MONOSPACE CAPITAL K", + direction="l", + linebreak="al", + specials={ "font", 0x4B }, + unicodeslot=0x1D67A, }, - [0x1D7D7]={ - category="nd", - description="MATHEMATICAL BOLD DIGIT NINE", - direction="en", - linebreak="nu", - specials={ "font", 0x39 }, - unicodeslot=0x1D7D7, - visual="bf", + [0x1D67B]={ + category="lu", + description="MATHEMATICAL MONOSPACE CAPITAL L", + direction="l", + linebreak="al", + specials={ "font", 0x4C }, + unicodeslot=0x1D67B, }, - [0x1D7D8]={ - category="nd", - description="MATHEMATICAL DOUBLE-STRUCK DIGIT ZERO", - direction="en", - linebreak="nu", - specials={ "font", 0x30 }, - unicodeslot=0x1D7D8, + [0x1D67C]={ + category="lu", + description="MATHEMATICAL MONOSPACE CAPITAL M", + direction="l", + linebreak="al", + specials={ "font", 0x4D }, + unicodeslot=0x1D67C, }, - [0x1D7D9]={ - category="nd", - description="MATHEMATICAL DOUBLE-STRUCK DIGIT ONE", - direction="en", - linebreak="nu", - specials={ "font", 0x31 }, - unicodeslot=0x1D7D9, + [0x1D67D]={ + category="lu", + description="MATHEMATICAL MONOSPACE CAPITAL N", + direction="l", + linebreak="al", + specials={ "font", 0x4E }, + unicodeslot=0x1D67D, }, - [0x1D7DA]={ - category="nd", - description="MATHEMATICAL DOUBLE-STRUCK DIGIT TWO", - direction="en", - linebreak="nu", - specials={ "font", 0x32 }, - unicodeslot=0x1D7DA, + [0x1D67E]={ + category="lu", + description="MATHEMATICAL MONOSPACE CAPITAL O", + direction="l", + linebreak="al", + specials={ "font", 0x4F }, + unicodeslot=0x1D67E, }, - [0x1D7DB]={ - category="nd", - description="MATHEMATICAL DOUBLE-STRUCK DIGIT THREE", - direction="en", - linebreak="nu", - specials={ "font", 0x33 }, - unicodeslot=0x1D7DB, + [0x1D67F]={ + category="lu", + description="MATHEMATICAL MONOSPACE CAPITAL P", + direction="l", + linebreak="al", + specials={ "font", 0x50 }, + unicodeslot=0x1D67F, }, - [0x1D7DC]={ - category="nd", - description="MATHEMATICAL DOUBLE-STRUCK DIGIT FOUR", - direction="en", - linebreak="nu", - specials={ "font", 0x34 }, - unicodeslot=0x1D7DC, + [0x1D680]={ + category="lu", + description="MATHEMATICAL MONOSPACE CAPITAL Q", + direction="l", + linebreak="al", + specials={ "font", 0x51 }, + unicodeslot=0x1D680, }, - [0x1D7DD]={ - category="nd", - description="MATHEMATICAL DOUBLE-STRUCK DIGIT FIVE", - direction="en", - linebreak="nu", - specials={ "font", 0x35 }, - unicodeslot=0x1D7DD, + [0x1D681]={ + category="lu", + description="MATHEMATICAL MONOSPACE CAPITAL R", + direction="l", + linebreak="al", + specials={ "font", 0x52 }, + unicodeslot=0x1D681, }, - [0x1D7DE]={ - category="nd", - description="MATHEMATICAL DOUBLE-STRUCK DIGIT SIX", - direction="en", - linebreak="nu", - specials={ "font", 0x36 }, - unicodeslot=0x1D7DE, + [0x1D682]={ + category="lu", + description="MATHEMATICAL MONOSPACE CAPITAL S", + direction="l", + linebreak="al", + specials={ "font", 0x53 }, + unicodeslot=0x1D682, }, - [0x1D7DF]={ - category="nd", - description="MATHEMATICAL DOUBLE-STRUCK DIGIT SEVEN", - direction="en", - linebreak="nu", - specials={ "font", 0x37 }, - unicodeslot=0x1D7DF, + [0x1D683]={ + category="lu", + description="MATHEMATICAL MONOSPACE CAPITAL T", + direction="l", + linebreak="al", + specials={ "font", 0x54 }, + unicodeslot=0x1D683, }, - [0x1D7E0]={ - category="nd", - description="MATHEMATICAL DOUBLE-STRUCK DIGIT EIGHT", - direction="en", - linebreak="nu", - specials={ "font", 0x38 }, - unicodeslot=0x1D7E0, + [0x1D684]={ + category="lu", + description="MATHEMATICAL MONOSPACE CAPITAL U", + direction="l", + linebreak="al", + specials={ "font", 0x55 }, + unicodeslot=0x1D684, }, - [0x1D7E1]={ - category="nd", - description="MATHEMATICAL DOUBLE-STRUCK DIGIT NINE", - direction="en", - linebreak="nu", - specials={ "font", 0x39 }, - unicodeslot=0x1D7E1, + [0x1D685]={ + category="lu", + description="MATHEMATICAL MONOSPACE CAPITAL V", + direction="l", + linebreak="al", + specials={ "font", 0x56 }, + unicodeslot=0x1D685, }, - [0x1D7E2]={ - category="nd", - description="MATHEMATICAL SANS-SERIF DIGIT ZERO", - direction="en", - linebreak="nu", - specials={ "font", 0x30 }, - unicodeslot=0x1D7E2, + [0x1D686]={ + category="lu", + description="MATHEMATICAL MONOSPACE CAPITAL W", + direction="l", + linebreak="al", + specials={ "font", 0x57 }, + unicodeslot=0x1D686, }, - [0x1D7E3]={ - category="nd", - description="MATHEMATICAL SANS-SERIF DIGIT ONE", - direction="en", - linebreak="nu", - specials={ "font", 0x31 }, - unicodeslot=0x1D7E3, - }, - [0x1D7E4]={ - category="nd", - description="MATHEMATICAL SANS-SERIF DIGIT TWO", - direction="en", - linebreak="nu", - specials={ "font", 0x32 }, - unicodeslot=0x1D7E4, - }, - [0x1D7E5]={ - category="nd", - description="MATHEMATICAL SANS-SERIF DIGIT THREE", - direction="en", - linebreak="nu", - specials={ "font", 0x33 }, - unicodeslot=0x1D7E5, - }, - [0x1D7E6]={ - category="nd", - description="MATHEMATICAL SANS-SERIF DIGIT FOUR", - direction="en", - linebreak="nu", - specials={ "font", 0x34 }, - unicodeslot=0x1D7E6, - }, - [0x1D7E7]={ - category="nd", - description="MATHEMATICAL SANS-SERIF DIGIT FIVE", - direction="en", - linebreak="nu", - specials={ "font", 0x35 }, - unicodeslot=0x1D7E7, - }, - [0x1D7E8]={ - category="nd", - description="MATHEMATICAL SANS-SERIF DIGIT SIX", - direction="en", - linebreak="nu", - specials={ "font", 0x36 }, - unicodeslot=0x1D7E8, - }, - [0x1D7E9]={ - category="nd", - description="MATHEMATICAL SANS-SERIF DIGIT SEVEN", - direction="en", - linebreak="nu", - specials={ "font", 0x37 }, - unicodeslot=0x1D7E9, - }, - [0x1D7EA]={ - category="nd", - description="MATHEMATICAL SANS-SERIF DIGIT EIGHT", - direction="en", - linebreak="nu", - specials={ "font", 0x38 }, - unicodeslot=0x1D7EA, - }, - [0x1D7EB]={ - category="nd", - description="MATHEMATICAL SANS-SERIF DIGIT NINE", - direction="en", - linebreak="nu", - specials={ "font", 0x39 }, - unicodeslot=0x1D7EB, - }, - [0x1D7EC]={ - category="nd", - description="MATHEMATICAL SANS-SERIF BOLD DIGIT ZERO", - direction="en", - linebreak="nu", - specials={ "font", 0x30 }, - unicodeslot=0x1D7EC, - visual="bf", - }, - [0x1D7ED]={ - category="nd", - description="MATHEMATICAL SANS-SERIF BOLD DIGIT ONE", - direction="en", - linebreak="nu", - specials={ "font", 0x31 }, - unicodeslot=0x1D7ED, - visual="bf", - }, - [0x1D7EE]={ - category="nd", - description="MATHEMATICAL SANS-SERIF BOLD DIGIT TWO", - direction="en", - linebreak="nu", - specials={ "font", 0x32 }, - unicodeslot=0x1D7EE, - visual="bf", - }, - [0x1D7EF]={ - category="nd", - description="MATHEMATICAL SANS-SERIF BOLD DIGIT THREE", - direction="en", - linebreak="nu", - specials={ "font", 0x33 }, - unicodeslot=0x1D7EF, - visual="bf", - }, - [0x1D7F0]={ - category="nd", - description="MATHEMATICAL SANS-SERIF BOLD DIGIT FOUR", - direction="en", - linebreak="nu", - specials={ "font", 0x34 }, - unicodeslot=0x1D7F0, - visual="bf", - }, - [0x1D7F1]={ - category="nd", - description="MATHEMATICAL SANS-SERIF BOLD DIGIT FIVE", - direction="en", - linebreak="nu", - specials={ "font", 0x35 }, - unicodeslot=0x1D7F1, - visual="bf", - }, - [0x1D7F2]={ - category="nd", - description="MATHEMATICAL SANS-SERIF BOLD DIGIT SIX", - direction="en", - linebreak="nu", - specials={ "font", 0x36 }, - unicodeslot=0x1D7F2, - visual="bf", - }, - [0x1D7F3]={ - category="nd", - description="MATHEMATICAL SANS-SERIF BOLD DIGIT SEVEN", - direction="en", - linebreak="nu", - specials={ "font", 0x37 }, - unicodeslot=0x1D7F3, - visual="bf", - }, - [0x1D7F4]={ - category="nd", - description="MATHEMATICAL SANS-SERIF BOLD DIGIT EIGHT", - direction="en", - linebreak="nu", - specials={ "font", 0x38 }, - unicodeslot=0x1D7F4, - visual="bf", - }, - [0x1D7F5]={ - category="nd", - description="MATHEMATICAL SANS-SERIF BOLD DIGIT NINE", - direction="en", - linebreak="nu", - specials={ "font", 0x39 }, - unicodeslot=0x1D7F5, - visual="bf", - }, - [0x1D7F6]={ - category="nd", - description="MATHEMATICAL MONOSPACE DIGIT ZERO", - direction="en", - linebreak="nu", - specials={ "font", 0x30 }, - unicodeslot=0x1D7F6, - }, - [0x1D7F7]={ - category="nd", - description="MATHEMATICAL MONOSPACE DIGIT ONE", - direction="en", - linebreak="nu", - specials={ "font", 0x31 }, - unicodeslot=0x1D7F7, - }, - [0x1D7F8]={ - category="nd", - description="MATHEMATICAL MONOSPACE DIGIT TWO", - direction="en", - linebreak="nu", - specials={ "font", 0x32 }, - unicodeslot=0x1D7F8, - }, - [0x1D7F9]={ - category="nd", - description="MATHEMATICAL MONOSPACE DIGIT THREE", - direction="en", - linebreak="nu", - specials={ "font", 0x33 }, - unicodeslot=0x1D7F9, - }, - [0x1D7FA]={ - category="nd", - description="MATHEMATICAL MONOSPACE DIGIT FOUR", - direction="en", - linebreak="nu", - specials={ "font", 0x34 }, - unicodeslot=0x1D7FA, - }, - [0x1D7FB]={ - category="nd", - description="MATHEMATICAL MONOSPACE DIGIT FIVE", - direction="en", - linebreak="nu", - specials={ "font", 0x35 }, - unicodeslot=0x1D7FB, - }, - [0x1D7FC]={ - category="nd", - description="MATHEMATICAL MONOSPACE DIGIT SIX", - direction="en", - linebreak="nu", - specials={ "font", 0x36 }, - unicodeslot=0x1D7FC, - }, - [0x1D7FD]={ - category="nd", - description="MATHEMATICAL MONOSPACE DIGIT SEVEN", - direction="en", - linebreak="nu", - specials={ "font", 0x37 }, - unicodeslot=0x1D7FD, - }, - [0x1D7FE]={ - category="nd", - description="MATHEMATICAL MONOSPACE DIGIT EIGHT", - direction="en", - linebreak="nu", - specials={ "font", 0x38 }, - unicodeslot=0x1D7FE, - }, - [0x1D7FF]={ - category="nd", - description="MATHEMATICAL MONOSPACE DIGIT NINE", - direction="en", - linebreak="nu", - specials={ "font", 0x39 }, - unicodeslot=0x1D7FF, - }, - [0x1D800]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX", + [0x1D687]={ + category="lu", + description="MATHEMATICAL MONOSPACE CAPITAL X", direction="l", linebreak="al", - unicodeslot=0x1D800, + specials={ "font", 0x58 }, + unicodeslot=0x1D687, }, - [0x1D801]={ - category="so", - description="SIGNWRITING HAND-CIRCLE INDEX", + [0x1D688]={ + category="lu", + description="MATHEMATICAL MONOSPACE CAPITAL Y", direction="l", linebreak="al", - unicodeslot=0x1D801, + specials={ "font", 0x59 }, + unicodeslot=0x1D688, }, - [0x1D802]={ - category="so", - description="SIGNWRITING HAND-CUP INDEX", + [0x1D689]={ + category="lu", + description="MATHEMATICAL MONOSPACE CAPITAL Z", direction="l", linebreak="al", - unicodeslot=0x1D802, + specials={ "font", 0x5A }, + unicodeslot=0x1D689, }, - [0x1D803]={ - category="so", - description="SIGNWRITING HAND-OVAL INDEX", + [0x1D68A]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL A", direction="l", linebreak="al", - unicodeslot=0x1D803, + specials={ "font", 0x61 }, + unicodeslot=0x1D68A, }, - [0x1D804]={ - category="so", - description="SIGNWRITING HAND-HINGE INDEX", + [0x1D68B]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL B", direction="l", linebreak="al", - unicodeslot=0x1D804, + specials={ "font", 0x62 }, + unicodeslot=0x1D68B, }, - [0x1D805]={ - category="so", - description="SIGNWRITING HAND-ANGLE INDEX", + [0x1D68C]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL C", direction="l", linebreak="al", - unicodeslot=0x1D805, + specials={ "font", 0x63 }, + unicodeslot=0x1D68C, }, - [0x1D806]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX BENT", + [0x1D68D]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL D", direction="l", linebreak="al", - unicodeslot=0x1D806, + specials={ "font", 0x64 }, + unicodeslot=0x1D68D, }, - [0x1D807]={ - category="so", - description="SIGNWRITING HAND-CIRCLE INDEX BENT", + [0x1D68E]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL E", direction="l", linebreak="al", - unicodeslot=0x1D807, + specials={ "font", 0x65 }, + unicodeslot=0x1D68E, }, - [0x1D808]={ - category="so", - description="SIGNWRITING HAND-FIST THUMB UNDER INDEX BENT", + [0x1D68F]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL F", direction="l", linebreak="al", - unicodeslot=0x1D808, + specials={ "font", 0x66 }, + unicodeslot=0x1D68F, }, - [0x1D809]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX RAISED KNUCKLE", + [0x1D690]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL G", direction="l", linebreak="al", - unicodeslot=0x1D809, + specials={ "font", 0x67 }, + unicodeslot=0x1D690, }, - [0x1D80A]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX CUPPED", + [0x1D691]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL H", direction="l", linebreak="al", - unicodeslot=0x1D80A, + specials={ "font", 0x68 }, + unicodeslot=0x1D691, }, - [0x1D80B]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX HINGED", + [0x1D692]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL I", direction="l", linebreak="al", - unicodeslot=0x1D80B, + specials={ "font", 0x69 }, + unicodeslot=0x1D692, }, - [0x1D80C]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX HINGED LOW", + [0x1D693]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL J", direction="l", linebreak="al", - unicodeslot=0x1D80C, + specials={ "font", 0x6A }, + unicodeslot=0x1D693, }, - [0x1D80D]={ - category="so", - description="SIGNWRITING HAND-CIRCLE INDEX HINGE", + [0x1D694]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL K", direction="l", linebreak="al", - unicodeslot=0x1D80D, + specials={ "font", 0x6B }, + unicodeslot=0x1D694, }, - [0x1D80E]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE", + [0x1D695]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL L", direction="l", linebreak="al", - unicodeslot=0x1D80E, + specials={ "font", 0x6C }, + unicodeslot=0x1D695, }, - [0x1D80F]={ - category="so", - description="SIGNWRITING HAND-CIRCLE INDEX MIDDLE", + [0x1D696]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL M", direction="l", linebreak="al", - unicodeslot=0x1D80F, + specials={ "font", 0x6D }, + unicodeslot=0x1D696, }, - [0x1D810]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE BENT", + [0x1D697]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL N", direction="l", linebreak="al", - unicodeslot=0x1D810, + specials={ "font", 0x6E }, + unicodeslot=0x1D697, }, - [0x1D811]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE RAISED KNUCKLES", + [0x1D698]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL O", direction="l", linebreak="al", - unicodeslot=0x1D811, + specials={ "font", 0x6F }, + unicodeslot=0x1D698, }, - [0x1D812]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE HINGED", + [0x1D699]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL P", direction="l", linebreak="al", - unicodeslot=0x1D812, + specials={ "font", 0x70 }, + unicodeslot=0x1D699, }, - [0x1D813]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX UP MIDDLE HINGED", + [0x1D69A]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL Q", direction="l", linebreak="al", - unicodeslot=0x1D813, + specials={ "font", 0x71 }, + unicodeslot=0x1D69A, }, - [0x1D814]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX HINGED MIDDLE UP", + [0x1D69B]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL R", direction="l", linebreak="al", - unicodeslot=0x1D814, + specials={ "font", 0x72 }, + unicodeslot=0x1D69B, }, - [0x1D815]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED", + [0x1D69C]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL S", direction="l", linebreak="al", - unicodeslot=0x1D815, + specials={ "font", 0x73 }, + unicodeslot=0x1D69C, }, - [0x1D816]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED INDEX BENT", + [0x1D69D]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL T", direction="l", linebreak="al", - unicodeslot=0x1D816, + specials={ "font", 0x74 }, + unicodeslot=0x1D69D, }, - [0x1D817]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED MIDDLE BENT", + [0x1D69E]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL U", direction="l", linebreak="al", - unicodeslot=0x1D817, + specials={ "font", 0x75 }, + unicodeslot=0x1D69E, }, - [0x1D818]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED CUPPED", + [0x1D69F]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL V", direction="l", linebreak="al", - unicodeslot=0x1D818, + specials={ "font", 0x76 }, + unicodeslot=0x1D69F, }, - [0x1D819]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED HINGED", + [0x1D6A0]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL W", direction="l", linebreak="al", - unicodeslot=0x1D819, + specials={ "font", 0x77 }, + unicodeslot=0x1D6A0, }, - [0x1D81A]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE CROSSED", + [0x1D6A1]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL X", direction="l", linebreak="al", - unicodeslot=0x1D81A, + specials={ "font", 0x78 }, + unicodeslot=0x1D6A1, }, - [0x1D81B]={ - category="so", - description="SIGNWRITING HAND-CIRCLE INDEX MIDDLE CROSSED", + [0x1D6A2]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL Y", direction="l", linebreak="al", - unicodeslot=0x1D81B, + specials={ "font", 0x79 }, + unicodeslot=0x1D6A2, }, - [0x1D81C]={ - category="so", - description="SIGNWRITING HAND-FIST MIDDLE BENT OVER INDEX", + [0x1D6A3]={ + category="ll", + description="MATHEMATICAL MONOSPACE SMALL Z", direction="l", linebreak="al", - unicodeslot=0x1D81C, + specials={ "font", 0x7A }, + unicodeslot=0x1D6A3, }, - [0x1D81D]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX BENT OVER MIDDLE", + [0x1D6A4]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL DOTLESS I", direction="l", linebreak="al", - unicodeslot=0x1D81D, + mathclass="default", + mathname="imath", + specials={ "font", 0x131 }, + unicodeslot=0x1D6A4, + visual="it", }, - [0x1D81E]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB", + [0x1D6A5]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL DOTLESS J", direction="l", linebreak="al", - unicodeslot=0x1D81E, + mathclass="default", + mathname="jmath", + specials={ "font", 0x237 }, + unicodeslot=0x1D6A5, + visual="it", }, - [0x1D81F]={ - category="so", - description="SIGNWRITING HAND-CIRCLE INDEX MIDDLE THUMB", + [0x1D6A8]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL ALPHA", direction="l", linebreak="al", - unicodeslot=0x1D81F, + specials={ "font", 0x391 }, + unicodeslot=0x1D6A8, + visual="bf", }, - [0x1D820]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE STRAIGHT THUMB BENT", + [0x1D6A9]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL BETA", direction="l", linebreak="al", - unicodeslot=0x1D820, + specials={ "font", 0x392 }, + unicodeslot=0x1D6A9, + visual="bf", }, - [0x1D821]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE BENT THUMB STRAIGHT", + [0x1D6AA]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL GAMMA", direction="l", linebreak="al", - unicodeslot=0x1D821, + specials={ "font", 0x393 }, + unicodeslot=0x1D6AA, + visual="bf", }, - [0x1D822]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB BENT", + [0x1D6AB]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL DELTA", direction="l", linebreak="al", - unicodeslot=0x1D822, + specials={ "font", 0x394 }, + unicodeslot=0x1D6AB, + visual="bf", }, - [0x1D823]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE HINGED SPREAD THUMB SIDE", + [0x1D6AC]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL EPSILON", direction="l", linebreak="al", - unicodeslot=0x1D823, + specials={ "font", 0x395 }, + unicodeslot=0x1D6AC, + visual="bf", }, - [0x1D824]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX UP MIDDLE HINGED THUMB SIDE", + [0x1D6AD]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL ZETA", direction="l", linebreak="al", - unicodeslot=0x1D824, + specials={ "font", 0x396 }, + unicodeslot=0x1D6AD, + visual="bf", }, - [0x1D825]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX UP MIDDLE HINGED THUMB CONJOINED", + [0x1D6AE]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL ETA", direction="l", linebreak="al", - unicodeslot=0x1D825, + specials={ "font", 0x397 }, + unicodeslot=0x1D6AE, + visual="bf", }, - [0x1D826]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX HINGED MIDDLE UP THUMB SIDE", + [0x1D6AF]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL THETA", direction="l", linebreak="al", - unicodeslot=0x1D826, + specials={ "font", 0x398 }, + unicodeslot=0x1D6AF, + visual="bf", }, - [0x1D827]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE UP SPREAD THUMB FORWARD", + [0x1D6B0]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL IOTA", direction="l", linebreak="al", - unicodeslot=0x1D827, + specials={ "font", 0x399 }, + unicodeslot=0x1D6B0, + visual="bf", }, - [0x1D828]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB CUPPED", + [0x1D6B1]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL KAPPA", direction="l", linebreak="al", - unicodeslot=0x1D828, + specials={ "font", 0x39A }, + unicodeslot=0x1D6B1, + visual="bf", }, - [0x1D829]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB CIRCLED", + [0x1D6B2]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL LAMDA", direction="l", linebreak="al", - unicodeslot=0x1D829, + specials={ "font", 0x39B }, + unicodeslot=0x1D6B2, + visual="bf", }, - [0x1D82A]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB HOOKED", + [0x1D6B3]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL MU", direction="l", linebreak="al", - unicodeslot=0x1D82A, + specials={ "font", 0x39C }, + unicodeslot=0x1D6B3, + visual="bf", }, - [0x1D82B]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB HINGED", + [0x1D6B4]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL NU", direction="l", linebreak="al", - unicodeslot=0x1D82B, + specials={ "font", 0x39D }, + unicodeslot=0x1D6B4, + visual="bf", }, - [0x1D82C]={ - category="so", - description="SIGNWRITING HAND-FIST THUMB BETWEEN INDEX MIDDLE STRAIGHT", + [0x1D6B5]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL XI", direction="l", linebreak="al", - unicodeslot=0x1D82C, + specials={ "font", 0x39E }, + unicodeslot=0x1D6B5, + visual="bf", }, - [0x1D82D]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB SIDE", + [0x1D6B6]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL OMICRON", direction="l", linebreak="al", - unicodeslot=0x1D82D, + specials={ "font", 0x39F }, + unicodeslot=0x1D6B6, + visual="bf", }, - [0x1D82E]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB SIDE CONJOINED", + [0x1D6B7]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL PI", direction="l", linebreak="al", - unicodeslot=0x1D82E, + specials={ "font", 0x3A0 }, + unicodeslot=0x1D6B7, + visual="bf", }, - [0x1D82F]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB SIDE BENT", + [0x1D6B8]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL RHO", direction="l", linebreak="al", - unicodeslot=0x1D82F, + specials={ "font", 0x3A1 }, + unicodeslot=0x1D6B8, + visual="bf", }, - [0x1D830]={ - category="so", - description="SIGNWRITING HAND-FIST MIDDLE THUMB HOOKED INDEX UP", + [0x1D6B9]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL THETA SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D830, + specials={ "font", 0x3F4 }, + unicodeslot=0x1D6B9, + visual="bf", }, - [0x1D831]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX THUMB HOOKED MIDDLE UP", + [0x1D6BA]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL SIGMA", direction="l", linebreak="al", - unicodeslot=0x1D831, + specials={ "font", 0x3A3 }, + unicodeslot=0x1D6BA, + visual="bf", }, - [0x1D832]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED HINGED THUMB SIDE", + [0x1D6BB]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL TAU", direction="l", linebreak="al", - unicodeslot=0x1D832, + specials={ "font", 0x3A4 }, + unicodeslot=0x1D6BB, + visual="bf", }, - [0x1D833]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE CROSSED THUMB SIDE", + [0x1D6BC]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL UPSILON", direction="l", linebreak="al", - unicodeslot=0x1D833, + specials={ "font", 0x3A5 }, + unicodeslot=0x1D6BC, + visual="bf", }, - [0x1D834]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB FORWARD", + [0x1D6BD]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL PHI", direction="l", linebreak="al", - unicodeslot=0x1D834, + specials={ "font", 0x3A6 }, + unicodeslot=0x1D6BD, + visual="bf", }, - [0x1D835]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED CUPPED THUMB FORWARD", + [0x1D6BE]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL CHI", direction="l", linebreak="al", - unicodeslot=0x1D835, + specials={ "font", 0x3A7 }, + unicodeslot=0x1D6BE, + visual="bf", }, - [0x1D836]={ - category="so", - description="SIGNWRITING HAND-FIST MIDDLE THUMB CUPPED INDEX UP", + [0x1D6BF]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL PSI", direction="l", linebreak="al", - unicodeslot=0x1D836, + specials={ "font", 0x3A8 }, + unicodeslot=0x1D6BF, + visual="bf", }, - [0x1D837]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX THUMB CUPPED MIDDLE UP", + [0x1D6C0]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL OMEGA", direction="l", linebreak="al", - unicodeslot=0x1D837, + specials={ "font", 0x3A9 }, + unicodeslot=0x1D6C0, + visual="bf", }, - [0x1D838]={ - category="so", - description="SIGNWRITING HAND-FIST MIDDLE THUMB CIRCLED INDEX UP", + [0x1D6C1]={ + category="sm", + description="MATHEMATICAL BOLD NABLA", direction="l", linebreak="al", - unicodeslot=0x1D838, + specials={ "font", 0x2207 }, + unicodeslot=0x1D6C1, + visual="bf", }, - [0x1D839]={ - category="so", - description="SIGNWRITING HAND-FIST MIDDLE THUMB CIRCLED INDEX HINGED", + [0x1D6C2]={ + category="ll", + description="MATHEMATICAL BOLD SMALL ALPHA", direction="l", linebreak="al", - unicodeslot=0x1D839, + specials={ "font", 0x3B1 }, + unicodeslot=0x1D6C2, + visual="bf", }, - [0x1D83A]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX THUMB ANGLED OUT MIDDLE UP", + [0x1D6C3]={ + category="ll", + description="MATHEMATICAL BOLD SMALL BETA", direction="l", linebreak="al", - unicodeslot=0x1D83A, + specials={ "font", 0x3B2 }, + unicodeslot=0x1D6C3, + visual="bf", }, - [0x1D83B]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX THUMB ANGLED IN MIDDLE UP", + [0x1D6C4]={ + category="ll", + description="MATHEMATICAL BOLD SMALL GAMMA", direction="l", linebreak="al", - unicodeslot=0x1D83B, + specials={ "font", 0x3B3 }, + unicodeslot=0x1D6C4, + visual="bf", }, - [0x1D83C]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX THUMB CIRCLED MIDDLE UP", + [0x1D6C5]={ + category="ll", + description="MATHEMATICAL BOLD SMALL DELTA", direction="l", linebreak="al", - unicodeslot=0x1D83C, + specials={ "font", 0x3B4 }, + unicodeslot=0x1D6C5, + visual="bf", }, - [0x1D83D]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB CONJOINED HINGED", + [0x1D6C6]={ + category="ll", + description="MATHEMATICAL BOLD SMALL EPSILON", direction="l", linebreak="al", - unicodeslot=0x1D83D, + specials={ "font", 0x3B5 }, + unicodeslot=0x1D6C6, + visual="bf", }, - [0x1D83E]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB ANGLED OUT", + [0x1D6C7]={ + category="ll", + description="MATHEMATICAL BOLD SMALL ZETA", direction="l", linebreak="al", - unicodeslot=0x1D83E, + specials={ "font", 0x3B6 }, + unicodeslot=0x1D6C7, + visual="bf", }, - [0x1D83F]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB ANGLED", + [0x1D6C8]={ + category="ll", + description="MATHEMATICAL BOLD SMALL ETA", direction="l", linebreak="al", - unicodeslot=0x1D83F, + specials={ "font", 0x3B7 }, + unicodeslot=0x1D6C8, + visual="bf", }, - [0x1D840]={ - category="so", - description="SIGNWRITING HAND-FIST MIDDLE THUMB ANGLED OUT INDEX UP", + [0x1D6C9]={ + category="ll", + description="MATHEMATICAL BOLD SMALL THETA", direction="l", linebreak="al", - unicodeslot=0x1D840, + specials={ "font", 0x3B8 }, + unicodeslot=0x1D6C9, + visual="bf", }, - [0x1D841]={ - category="so", - description="SIGNWRITING HAND-FIST MIDDLE THUMB ANGLED OUT INDEX CROSSED", + [0x1D6CA]={ + category="ll", + description="MATHEMATICAL BOLD SMALL IOTA", direction="l", linebreak="al", - unicodeslot=0x1D841, + specials={ "font", 0x3B9 }, + unicodeslot=0x1D6CA, + visual="bf", }, - [0x1D842]={ - category="so", - description="SIGNWRITING HAND-FIST MIDDLE THUMB ANGLED INDEX UP", + [0x1D6CB]={ + category="ll", + description="MATHEMATICAL BOLD SMALL KAPPA", direction="l", linebreak="al", - unicodeslot=0x1D842, + specials={ "font", 0x3BA }, + unicodeslot=0x1D6CB, + visual="bf", }, - [0x1D843]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX THUMB HOOKED MIDDLE HINGED", + [0x1D6CC]={ + category="ll", + description="MATHEMATICAL BOLD SMALL LAMDA", direction="l", linebreak="al", - unicodeslot=0x1D843, + specials={ "font", 0x3BB }, + unicodeslot=0x1D6CC, + visual="bf", }, - [0x1D844]={ - category="so", - description="SIGNWRITING HAND-FLAT FOUR FINGERS", + [0x1D6CD]={ + category="ll", + description="MATHEMATICAL BOLD SMALL MU", direction="l", linebreak="al", - unicodeslot=0x1D844, + specials={ "font", 0x3BC }, + unicodeslot=0x1D6CD, + visual="bf", }, - [0x1D845]={ - category="so", - description="SIGNWRITING HAND-FLAT FOUR FINGERS BENT", + [0x1D6CE]={ + category="ll", + description="MATHEMATICAL BOLD SMALL NU", direction="l", linebreak="al", - unicodeslot=0x1D845, + specials={ "font", 0x3BD }, + unicodeslot=0x1D6CE, + visual="bf", }, - [0x1D846]={ - category="so", - description="SIGNWRITING HAND-FLAT FOUR FINGERS HINGED", + [0x1D6CF]={ + category="ll", + description="MATHEMATICAL BOLD SMALL XI", direction="l", linebreak="al", - unicodeslot=0x1D846, + specials={ "font", 0x3BE }, + unicodeslot=0x1D6CF, + visual="bf", }, - [0x1D847]={ - category="so", - description="SIGNWRITING HAND-FLAT FOUR FINGERS CONJOINED", + [0x1D6D0]={ + category="ll", + description="MATHEMATICAL BOLD SMALL OMICRON", direction="l", linebreak="al", - unicodeslot=0x1D847, + specials={ "font", 0x3BF }, + unicodeslot=0x1D6D0, + visual="bf", }, - [0x1D848]={ - category="so", - description="SIGNWRITING HAND-FLAT FOUR FINGERS CONJOINED SPLIT", + [0x1D6D1]={ + category="ll", + description="MATHEMATICAL BOLD SMALL PI", direction="l", linebreak="al", - unicodeslot=0x1D848, + specials={ "font", 0x3C0 }, + unicodeslot=0x1D6D1, + visual="bf", }, - [0x1D849]={ - category="so", - description="SIGNWRITING HAND-CLAW FOUR FINGERS CONJOINED", + [0x1D6D2]={ + category="ll", + description="MATHEMATICAL BOLD SMALL RHO", direction="l", linebreak="al", - unicodeslot=0x1D849, + specials={ "font", 0x3C1 }, + unicodeslot=0x1D6D2, + visual="bf", }, - [0x1D84A]={ - category="so", - description="SIGNWRITING HAND-FIST FOUR FINGERS CONJOINED BENT", + [0x1D6D3]={ + category="ll", + description="MATHEMATICAL BOLD SMALL FINAL SIGMA", direction="l", linebreak="al", - unicodeslot=0x1D84A, + specials={ "font", 0x3C2 }, + unicodeslot=0x1D6D3, + visual="bf", }, - [0x1D84B]={ - category="so", - description="SIGNWRITING HAND-HINGE FOUR FINGERS CONJOINED", + [0x1D6D4]={ + category="ll", + description="MATHEMATICAL BOLD SMALL SIGMA", direction="l", linebreak="al", - unicodeslot=0x1D84B, + specials={ "font", 0x3C3 }, + unicodeslot=0x1D6D4, + visual="bf", }, - [0x1D84C]={ - category="so", - description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD", + [0x1D6D5]={ + category="ll", + description="MATHEMATICAL BOLD SMALL TAU", direction="l", linebreak="al", - unicodeslot=0x1D84C, + specials={ "font", 0x3C4 }, + unicodeslot=0x1D6D5, + visual="bf", }, - [0x1D84D]={ - category="so", - description="SIGNWRITING HAND-FLAT HEEL FIVE FINGERS SPREAD", + [0x1D6D6]={ + category="ll", + description="MATHEMATICAL BOLD SMALL UPSILON", direction="l", linebreak="al", - unicodeslot=0x1D84D, + specials={ "font", 0x3C5 }, + unicodeslot=0x1D6D6, + visual="bf", }, - [0x1D84E]={ - category="so", - description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD FOUR BENT", + [0x1D6D7]={ + category="ll", + description="MATHEMATICAL BOLD SMALL PHI", direction="l", linebreak="al", - unicodeslot=0x1D84E, + specials={ "font", 0x3C6 }, + unicodeslot=0x1D6D7, + visual="bf", }, - [0x1D84F]={ - category="so", - description="SIGNWRITING HAND-FLAT HEEL FIVE FINGERS SPREAD FOUR BENT", + [0x1D6D8]={ + category="ll", + description="MATHEMATICAL BOLD SMALL CHI", direction="l", linebreak="al", - unicodeslot=0x1D84F, + specials={ "font", 0x3C7 }, + unicodeslot=0x1D6D8, + visual="bf", }, - [0x1D850]={ - category="so", - description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD BENT", + [0x1D6D9]={ + category="ll", + description="MATHEMATICAL BOLD SMALL PSI", direction="l", linebreak="al", - unicodeslot=0x1D850, + specials={ "font", 0x3C8 }, + unicodeslot=0x1D6D9, + visual="bf", }, - [0x1D851]={ - category="so", - description="SIGNWRITING HAND-FLAT HEEL FIVE FINGERS SPREAD BENT", + [0x1D6DA]={ + category="ll", + description="MATHEMATICAL BOLD SMALL OMEGA", direction="l", linebreak="al", - unicodeslot=0x1D851, + specials={ "font", 0x3C9 }, + unicodeslot=0x1D6DA, + visual="bf", }, - [0x1D852]={ - category="so", - description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD THUMB FORWARD", - direction="l", + [0x1D6DB]={ + category="sm", + description="MATHEMATICAL BOLD PARTIAL DIFFERENTIAL", + direction="on", linebreak="al", - unicodeslot=0x1D852, + specials={ "font", 0x2202 }, + unicodeslot=0x1D6DB, + visual="bf", }, - [0x1D853]={ - category="so", - description="SIGNWRITING HAND-CUP FIVE FINGERS SPREAD", + [0x1D6DC]={ + category="ll", + description="MATHEMATICAL BOLD EPSILON SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D853, + specials={ "font", 0x3F5 }, + unicodeslot=0x1D6DC, + visual="bf", }, - [0x1D854]={ - category="so", - description="SIGNWRITING HAND-CUP FIVE FINGERS SPREAD OPEN", + [0x1D6DD]={ + category="ll", + description="MATHEMATICAL BOLD THETA SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D854, + specials={ "font", 0x3D1 }, + unicodeslot=0x1D6DD, + visual="bf", }, - [0x1D855]={ - category="so", - description="SIGNWRITING HAND-HINGE FIVE FINGERS SPREAD OPEN", + [0x1D6DE]={ + category="ll", + description="MATHEMATICAL BOLD KAPPA SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D855, + specials={ "font", 0x3F0 }, + unicodeslot=0x1D6DE, + visual="bf", }, - [0x1D856]={ - category="so", - description="SIGNWRITING HAND-OVAL FIVE FINGERS SPREAD", + [0x1D6DF]={ + category="ll", + description="MATHEMATICAL BOLD PHI SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D856, + specials={ "font", 0x3D5 }, + unicodeslot=0x1D6DF, + visual="bf", }, - [0x1D857]={ - category="so", - description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD HINGED", + [0x1D6E0]={ + category="ll", + description="MATHEMATICAL BOLD RHO SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D857, + specials={ "font", 0x3F1 }, + unicodeslot=0x1D6E0, + visual="bf", }, - [0x1D858]={ - category="so", - description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD HINGED THUMB SIDE", + [0x1D6E1]={ + category="ll", + description="MATHEMATICAL BOLD PI SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D858, + specials={ "font", 0x3D6 }, + unicodeslot=0x1D6E1, + visual="bf", }, - [0x1D859]={ - category="so", - description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD HINGED NO THUMB", + [0x1D6E2]={ + category="lu", + description="MATHEMATICAL ITALIC CAPITAL ALPHA", direction="l", linebreak="al", - unicodeslot=0x1D859, + specials={ "font", 0x391 }, + unicodeslot=0x1D6E2, + visual="it", }, - [0x1D85A]={ - category="so", - description="SIGNWRITING HAND-FLAT", + [0x1D6E3]={ + category="lu", + description="MATHEMATICAL ITALIC CAPITAL BETA", direction="l", linebreak="al", - unicodeslot=0x1D85A, + specials={ "font", 0x392 }, + unicodeslot=0x1D6E3, + visual="it", }, - [0x1D85B]={ - category="so", - description="SIGNWRITING HAND-FLAT BETWEEN PALM FACINGS", + [0x1D6E4]={ + category="lu", + description="MATHEMATICAL ITALIC CAPITAL GAMMA", direction="l", linebreak="al", - unicodeslot=0x1D85B, + specials={ "font", 0x393 }, + unicodeslot=0x1D6E4, + visual="it", }, - [0x1D85C]={ - category="so", - description="SIGNWRITING HAND-FLAT HEEL", + [0x1D6E5]={ + category="lu", + description="MATHEMATICAL ITALIC CAPITAL DELTA", direction="l", linebreak="al", - unicodeslot=0x1D85C, + specials={ "font", 0x394 }, + unicodeslot=0x1D6E5, + visual="it", }, - [0x1D85D]={ - category="so", - description="SIGNWRITING HAND-FLAT THUMB SIDE", + [0x1D6E6]={ + category="lu", + description="MATHEMATICAL ITALIC CAPITAL EPSILON", direction="l", linebreak="al", - unicodeslot=0x1D85D, + specials={ "font", 0x395 }, + unicodeslot=0x1D6E6, + visual="it", }, - [0x1D85E]={ - category="so", - description="SIGNWRITING HAND-FLAT HEEL THUMB SIDE", + [0x1D6E7]={ + category="lu", + description="MATHEMATICAL ITALIC CAPITAL ZETA", direction="l", linebreak="al", - unicodeslot=0x1D85E, + specials={ "font", 0x396 }, + unicodeslot=0x1D6E7, + visual="it", }, - [0x1D85F]={ - category="so", - description="SIGNWRITING HAND-FLAT THUMB BENT", + [0x1D6E8]={ + category="lu", + description="MATHEMATICAL ITALIC CAPITAL ETA", direction="l", linebreak="al", - unicodeslot=0x1D85F, + specials={ "font", 0x397 }, + unicodeslot=0x1D6E8, + visual="it", }, - [0x1D860]={ - category="so", - description="SIGNWRITING HAND-FLAT THUMB FORWARD", + [0x1D6E9]={ + category="lu", + description="MATHEMATICAL ITALIC CAPITAL THETA", direction="l", linebreak="al", - unicodeslot=0x1D860, + specials={ "font", 0x398 }, + unicodeslot=0x1D6E9, + visual="it", }, - [0x1D861]={ - category="so", - description="SIGNWRITING HAND-FLAT SPLIT INDEX THUMB SIDE", + [0x1D6EA]={ + category="lu", + description="MATHEMATICAL ITALIC CAPITAL IOTA", direction="l", linebreak="al", - unicodeslot=0x1D861, + specials={ "font", 0x399 }, + unicodeslot=0x1D6EA, + visual="it", }, - [0x1D862]={ - category="so", - description="SIGNWRITING HAND-FLAT SPLIT CENTRE", + [0x1D6EB]={ + category="lu", + description="MATHEMATICAL ITALIC CAPITAL KAPPA", direction="l", linebreak="al", - unicodeslot=0x1D862, + specials={ "font", 0x39A }, + unicodeslot=0x1D6EB, + visual="it", }, - [0x1D863]={ - category="so", - description="SIGNWRITING HAND-FLAT SPLIT CENTRE THUMB SIDE", + [0x1D6EC]={ + category="lu", + description="MATHEMATICAL ITALIC CAPITAL LAMDA", direction="l", linebreak="al", - unicodeslot=0x1D863, + specials={ "font", 0x39B }, + unicodeslot=0x1D6EC, + visual="it", }, - [0x1D864]={ - category="so", - description="SIGNWRITING HAND-FLAT SPLIT CENTRE THUMB SIDE BENT", + [0x1D6ED]={ + category="lu", + description="MATHEMATICAL ITALIC CAPITAL MU", direction="l", linebreak="al", - unicodeslot=0x1D864, + specials={ "font", 0x39C }, + unicodeslot=0x1D6ED, + visual="it", }, - [0x1D865]={ - category="so", - description="SIGNWRITING HAND-FLAT SPLIT LITTLE", + [0x1D6EE]={ + category="lu", + description="MATHEMATICAL ITALIC CAPITAL NU", direction="l", linebreak="al", - unicodeslot=0x1D865, + specials={ "font", 0x39D }, + unicodeslot=0x1D6EE, + visual="it", }, - [0x1D866]={ - category="so", - description="SIGNWRITING HAND-CLAW", + [0x1D6EF]={ + category="lu", + description="MATHEMATICAL ITALIC CAPITAL XI", direction="l", linebreak="al", - unicodeslot=0x1D866, + specials={ "font", 0x39E }, + unicodeslot=0x1D6EF, + visual="it", }, - [0x1D867]={ - category="so", - description="SIGNWRITING HAND-CLAW THUMB SIDE", + [0x1D6F0]={ + category="lu", + description="MATHEMATICAL ITALIC CAPITAL OMICRON", direction="l", linebreak="al", - unicodeslot=0x1D867, + specials={ "font", 0x39F }, + unicodeslot=0x1D6F0, + visual="it", }, - [0x1D868]={ - category="so", - description="SIGNWRITING HAND-CLAW NO THUMB", + [0x1D6F1]={ + category="lu", + description="MATHEMATICAL ITALIC CAPITAL PI", direction="l", linebreak="al", - unicodeslot=0x1D868, + specials={ "font", 0x3A0 }, + unicodeslot=0x1D6F1, + visual="it", }, - [0x1D869]={ - category="so", - description="SIGNWRITING HAND-CLAW THUMB FORWARD", + [0x1D6F2]={ + category="lu", + description="MATHEMATICAL ITALIC CAPITAL RHO", direction="l", linebreak="al", - unicodeslot=0x1D869, + specials={ "font", 0x3A1 }, + unicodeslot=0x1D6F2, + visual="it", }, - [0x1D86A]={ - category="so", - description="SIGNWRITING HAND-HOOK CURLICUE", + [0x1D6F3]={ + category="lu", + description="MATHEMATICAL ITALIC CAPITAL THETA SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D86A, + specials={ "font", 0x3F4 }, + unicodeslot=0x1D6F3, + visual="it", }, - [0x1D86B]={ - category="so", - description="SIGNWRITING HAND-HOOK", + [0x1D6F4]={ + category="lu", + description="MATHEMATICAL ITALIC CAPITAL SIGMA", direction="l", linebreak="al", - unicodeslot=0x1D86B, + specials={ "font", 0x3A3 }, + unicodeslot=0x1D6F4, + visual="it", }, - [0x1D86C]={ - category="so", - description="SIGNWRITING HAND-CUP OPEN", + [0x1D6F5]={ + category="lu", + description="MATHEMATICAL ITALIC CAPITAL TAU", direction="l", linebreak="al", - unicodeslot=0x1D86C, + specials={ "font", 0x3A4 }, + unicodeslot=0x1D6F5, + visual="it", }, - [0x1D86D]={ - category="so", - description="SIGNWRITING HAND-CUP", + [0x1D6F6]={ + category="lu", + description="MATHEMATICAL ITALIC CAPITAL UPSILON", direction="l", linebreak="al", - unicodeslot=0x1D86D, + specials={ "font", 0x3A5 }, + unicodeslot=0x1D6F6, + visual="it", }, - [0x1D86E]={ - category="so", - description="SIGNWRITING HAND-CUP OPEN THUMB SIDE", + [0x1D6F7]={ + category="lu", + description="MATHEMATICAL ITALIC CAPITAL PHI", direction="l", linebreak="al", - unicodeslot=0x1D86E, + specials={ "font", 0x3A6 }, + unicodeslot=0x1D6F7, + visual="it", }, - [0x1D86F]={ - category="so", - description="SIGNWRITING HAND-CUP THUMB SIDE", + [0x1D6F8]={ + category="lu", + description="MATHEMATICAL ITALIC CAPITAL CHI", direction="l", linebreak="al", - unicodeslot=0x1D86F, + specials={ "font", 0x3A7 }, + unicodeslot=0x1D6F8, + visual="it", }, - [0x1D870]={ - category="so", - description="SIGNWRITING HAND-CUP OPEN NO THUMB", + [0x1D6F9]={ + category="lu", + description="MATHEMATICAL ITALIC CAPITAL PSI", direction="l", linebreak="al", - unicodeslot=0x1D870, + specials={ "font", 0x3A8 }, + unicodeslot=0x1D6F9, + visual="it", }, - [0x1D871]={ - category="so", - description="SIGNWRITING HAND-CUP NO THUMB", + [0x1D6FA]={ + category="lu", + description="MATHEMATICAL ITALIC CAPITAL OMEGA", direction="l", linebreak="al", - unicodeslot=0x1D871, + specials={ "font", 0x3A9 }, + unicodeslot=0x1D6FA, + visual="it", }, - [0x1D872]={ - category="so", - description="SIGNWRITING HAND-CUP OPEN THUMB FORWARD", + [0x1D6FB]={ + category="sm", + description="MATHEMATICAL ITALIC NABLA", direction="l", linebreak="al", - unicodeslot=0x1D872, + mathclass="default", + specials={ "font", 0x2207 }, + unicodeslot=0x1D6FB, + visual="it", }, - [0x1D873]={ - category="so", - description="SIGNWRITING HAND-CUP THUMB FORWARD", + [0x1D6FC]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL ALPHA", direction="l", linebreak="al", - unicodeslot=0x1D873, + specials={ "font", 0x3B1 }, + unicodeslot=0x1D6FC, + visual="it", }, - [0x1D874]={ - category="so", - description="SIGNWRITING HAND-CURLICUE OPEN", + [0x1D6FD]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL BETA", direction="l", linebreak="al", - unicodeslot=0x1D874, + specials={ "font", 0x3B2 }, + unicodeslot=0x1D6FD, + visual="it", }, - [0x1D875]={ - category="so", - description="SIGNWRITING HAND-CURLICUE", + [0x1D6FE]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL GAMMA", direction="l", linebreak="al", - unicodeslot=0x1D875, + specials={ "font", 0x3B3 }, + unicodeslot=0x1D6FE, + visual="it", }, - [0x1D876]={ - category="so", - description="SIGNWRITING HAND-CIRCLE", + [0x1D6FF]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL DELTA", direction="l", linebreak="al", - unicodeslot=0x1D876, + specials={ "font", 0x3B4 }, + unicodeslot=0x1D6FF, + visual="it", }, - [0x1D877]={ - category="so", - description="SIGNWRITING HAND-OVAL", + [0x1D700]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL EPSILON", direction="l", linebreak="al", - unicodeslot=0x1D877, + specials={ "font", 0x3B5 }, + unicodeslot=0x1D700, + visual="it", }, - [0x1D878]={ - category="so", - description="SIGNWRITING HAND-OVAL THUMB SIDE", + [0x1D701]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL ZETA", direction="l", linebreak="al", - unicodeslot=0x1D878, + specials={ "font", 0x3B6 }, + unicodeslot=0x1D701, + visual="it", }, - [0x1D879]={ - category="so", - description="SIGNWRITING HAND-OVAL NO THUMB", + [0x1D702]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL ETA", direction="l", linebreak="al", - unicodeslot=0x1D879, + specials={ "font", 0x3B7 }, + unicodeslot=0x1D702, + visual="it", }, - [0x1D87A]={ - category="so", - description="SIGNWRITING HAND-OVAL THUMB FORWARD", + [0x1D703]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL THETA", direction="l", linebreak="al", - unicodeslot=0x1D87A, + specials={ "font", 0x3B8 }, + unicodeslot=0x1D703, + visual="it", }, - [0x1D87B]={ - category="so", - description="SIGNWRITING HAND-HINGE OPEN", + [0x1D704]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL IOTA", direction="l", linebreak="al", - unicodeslot=0x1D87B, + specials={ "font", 0x3B9 }, + unicodeslot=0x1D704, + visual="it", }, - [0x1D87C]={ - category="so", - description="SIGNWRITING HAND-HINGE OPEN THUMB FORWARD", + [0x1D705]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL KAPPA", direction="l", linebreak="al", - unicodeslot=0x1D87C, + specials={ "font", 0x3BA }, + unicodeslot=0x1D705, + visual="it", }, - [0x1D87D]={ - category="so", - description="SIGNWRITING HAND-HINGE", + [0x1D706]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL LAMDA", direction="l", linebreak="al", - unicodeslot=0x1D87D, + specials={ "font", 0x3BB }, + unicodeslot=0x1D706, + visual="it", }, - [0x1D87E]={ - category="so", - description="SIGNWRITING HAND-HINGE SMALL", + [0x1D707]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL MU", direction="l", linebreak="al", - unicodeslot=0x1D87E, + specials={ "font", 0x3BC }, + unicodeslot=0x1D707, + visual="it", }, - [0x1D87F]={ - category="so", - description="SIGNWRITING HAND-HINGE OPEN THUMB SIDE", + [0x1D708]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL NU", direction="l", linebreak="al", - unicodeslot=0x1D87F, + specials={ "font", 0x3BD }, + unicodeslot=0x1D708, + visual="it", }, - [0x1D880]={ - category="so", - description="SIGNWRITING HAND-HINGE THUMB SIDE", + [0x1D709]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL XI", direction="l", linebreak="al", - unicodeslot=0x1D880, + specials={ "font", 0x3BE }, + unicodeslot=0x1D709, + visual="it", }, - [0x1D881]={ - category="so", - description="SIGNWRITING HAND-HINGE OPEN NO THUMB", + [0x1D70A]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL OMICRON", direction="l", linebreak="al", - unicodeslot=0x1D881, + specials={ "font", 0x3BF }, + unicodeslot=0x1D70A, + visual="it", }, - [0x1D882]={ - category="so", - description="SIGNWRITING HAND-HINGE NO THUMB", + [0x1D70B]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL PI", direction="l", linebreak="al", - unicodeslot=0x1D882, + specials={ "font", 0x3C0 }, + unicodeslot=0x1D70B, + visual="it", }, - [0x1D883]={ - category="so", - description="SIGNWRITING HAND-HINGE THUMB SIDE TOUCHING INDEX", + [0x1D70C]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL RHO", direction="l", linebreak="al", - unicodeslot=0x1D883, + specials={ "font", 0x3C1 }, + unicodeslot=0x1D70C, + visual="it", }, - [0x1D884]={ - category="so", - description="SIGNWRITING HAND-HINGE THUMB BETWEEN MIDDLE RING", + [0x1D70D]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL FINAL SIGMA", direction="l", linebreak="al", - unicodeslot=0x1D884, + specials={ "font", 0x3C2 }, + unicodeslot=0x1D70D, + visual="it", }, - [0x1D885]={ - category="so", - description="SIGNWRITING HAND-ANGLE", + [0x1D70E]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL SIGMA", direction="l", linebreak="al", - unicodeslot=0x1D885, + specials={ "font", 0x3C3 }, + unicodeslot=0x1D70E, + visual="it", }, - [0x1D886]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE RING", + [0x1D70F]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL TAU", direction="l", linebreak="al", - unicodeslot=0x1D886, + specials={ "font", 0x3C4 }, + unicodeslot=0x1D70F, + visual="it", }, - [0x1D887]={ - category="so", - description="SIGNWRITING HAND-CIRCLE INDEX MIDDLE RING", + [0x1D710]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL UPSILON", direction="l", linebreak="al", - unicodeslot=0x1D887, + specials={ "font", 0x3C5 }, + unicodeslot=0x1D710, + visual="it", }, - [0x1D888]={ - category="so", - description="SIGNWRITING HAND-HINGE INDEX MIDDLE RING", + [0x1D711]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL PHI", direction="l", linebreak="al", - unicodeslot=0x1D888, + specials={ "font", 0x3C6 }, + unicodeslot=0x1D711, + visual="it", }, - [0x1D889]={ - category="so", - description="SIGNWRITING HAND-ANGLE INDEX MIDDLE RING", + [0x1D712]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL CHI", direction="l", linebreak="al", - unicodeslot=0x1D889, + specials={ "font", 0x3C7 }, + unicodeslot=0x1D712, + visual="it", }, - [0x1D88A]={ - category="so", - description="SIGNWRITING HAND-HINGE LITTLE", + [0x1D713]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL PSI", direction="l", linebreak="al", - unicodeslot=0x1D88A, + specials={ "font", 0x3C8 }, + unicodeslot=0x1D713, + visual="it", }, - [0x1D88B]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE RING BENT", + [0x1D714]={ + category="ll", + description="MATHEMATICAL ITALIC SMALL OMEGA", direction="l", linebreak="al", - unicodeslot=0x1D88B, + specials={ "font", 0x3C9 }, + unicodeslot=0x1D714, + visual="it", }, - [0x1D88C]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE RING CONJOINED", - direction="l", + [0x1D715]={ + category="sm", + description="MATHEMATICAL ITALIC PARTIAL DIFFERENTIAL", + direction="on", linebreak="al", - unicodeslot=0x1D88C, + specials={ "font", 0x2202 }, + unicodeslot=0x1D715, + visual="it", }, - [0x1D88D]={ - category="so", - description="SIGNWRITING HAND-HINGE INDEX MIDDLE RING CONJOINED", + [0x1D716]={ + category="ll", + description="MATHEMATICAL ITALIC EPSILON SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D88D, + specials={ "font", 0x3F5 }, + unicodeslot=0x1D716, + visual="it", }, - [0x1D88E]={ - category="so", - description="SIGNWRITING HAND-FIST LITTLE DOWN", + [0x1D717]={ + category="ll", + description="MATHEMATICAL ITALIC THETA SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D88E, + mathclass="default", + mathname="vartheta", + specials={ "font", 0x3D1 }, + unicodeslot=0x1D717, + visual="it", }, - [0x1D88F]={ - category="so", - description="SIGNWRITING HAND-FIST LITTLE DOWN RIPPLE STRAIGHT", + [0x1D718]={ + category="ll", + description="MATHEMATICAL ITALIC KAPPA SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D88F, + mathclass="default", + mathname="varkappa", + specials={ "font", 0x3F0 }, + unicodeslot=0x1D718, + visual="it", }, - [0x1D890]={ - category="so", - description="SIGNWRITING HAND-FIST LITTLE DOWN RIPPLE CURVED", + [0x1D719]={ + category="ll", + description="MATHEMATICAL ITALIC PHI SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D890, + specials={ "font", 0x3D5 }, + unicodeslot=0x1D719, + visual="it", }, - [0x1D891]={ - category="so", - description="SIGNWRITING HAND-FIST LITTLE DOWN OTHERS CIRCLED", + [0x1D71A]={ + category="ll", + description="MATHEMATICAL ITALIC RHO SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D891, + mathclass="variable", + mathname="varrho", + specials={ "font", 0x3F1 }, + unicodeslot=0x1D71A, + visual="it", }, - [0x1D892]={ - category="so", - description="SIGNWRITING HAND-FIST LITTLE UP", + [0x1D71B]={ + category="ll", + description="MATHEMATICAL ITALIC PI SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D892, + specials={ "font", 0x3D6 }, + unicodeslot=0x1D71B, + visual="it", }, - [0x1D893]={ - category="so", - description="SIGNWRITING HAND-FIST THUMB UNDER LITTLE UP", + [0x1D71C]={ + category="lu", + description="MATHEMATICAL BOLD ITALIC CAPITAL ALPHA", direction="l", linebreak="al", - unicodeslot=0x1D893, + specials={ "font", 0x391 }, + unicodeslot=0x1D71C, + visual="bi", }, - [0x1D894]={ - category="so", - description="SIGNWRITING HAND-CIRCLE LITTLE UP", + [0x1D71D]={ + category="lu", + description="MATHEMATICAL BOLD ITALIC CAPITAL BETA", direction="l", linebreak="al", - unicodeslot=0x1D894, + specials={ "font", 0x392 }, + unicodeslot=0x1D71D, + visual="bi", }, - [0x1D895]={ - category="so", - description="SIGNWRITING HAND-OVAL LITTLE UP", + [0x1D71E]={ + category="lu", + description="MATHEMATICAL BOLD ITALIC CAPITAL GAMMA", direction="l", linebreak="al", - unicodeslot=0x1D895, + specials={ "font", 0x393 }, + unicodeslot=0x1D71E, + visual="bi", }, - [0x1D896]={ - category="so", - description="SIGNWRITING HAND-ANGLE LITTLE UP", + [0x1D71F]={ + category="lu", + description="MATHEMATICAL BOLD ITALIC CAPITAL DELTA", direction="l", linebreak="al", - unicodeslot=0x1D896, + specials={ "font", 0x394 }, + unicodeslot=0x1D71F, + visual="bi", }, - [0x1D897]={ - category="so", - description="SIGNWRITING HAND-FIST LITTLE RAISED KNUCKLE", + [0x1D720]={ + category="lu", + description="MATHEMATICAL BOLD ITALIC CAPITAL EPSILON", direction="l", linebreak="al", - unicodeslot=0x1D897, + specials={ "font", 0x395 }, + unicodeslot=0x1D720, + visual="bi", }, - [0x1D898]={ - category="so", - description="SIGNWRITING HAND-FIST LITTLE BENT", + [0x1D721]={ + category="lu", + description="MATHEMATICAL BOLD ITALIC CAPITAL ZETA", direction="l", linebreak="al", - unicodeslot=0x1D898, + specials={ "font", 0x396 }, + unicodeslot=0x1D721, + visual="bi", }, - [0x1D899]={ - category="so", - description="SIGNWRITING HAND-FIST LITTLE TOUCHES THUMB", + [0x1D722]={ + category="lu", + description="MATHEMATICAL BOLD ITALIC CAPITAL ETA", direction="l", linebreak="al", - unicodeslot=0x1D899, + specials={ "font", 0x397 }, + unicodeslot=0x1D722, + visual="bi", }, - [0x1D89A]={ - category="so", - description="SIGNWRITING HAND-FIST LITTLE THUMB", + [0x1D723]={ + category="lu", + description="MATHEMATICAL BOLD ITALIC CAPITAL THETA", direction="l", linebreak="al", - unicodeslot=0x1D89A, + specials={ "font", 0x398 }, + unicodeslot=0x1D723, + visual="bi", }, - [0x1D89B]={ - category="so", - description="SIGNWRITING HAND-HINGE LITTLE THUMB", + [0x1D724]={ + category="lu", + description="MATHEMATICAL BOLD ITALIC CAPITAL IOTA", direction="l", linebreak="al", - unicodeslot=0x1D89B, + specials={ "font", 0x399 }, + unicodeslot=0x1D724, + visual="bi", }, - [0x1D89C]={ - category="so", - description="SIGNWRITING HAND-FIST LITTLE INDEX THUMB", + [0x1D725]={ + category="lu", + description="MATHEMATICAL BOLD ITALIC CAPITAL KAPPA", direction="l", linebreak="al", - unicodeslot=0x1D89C, + specials={ "font", 0x39A }, + unicodeslot=0x1D725, + visual="bi", }, - [0x1D89D]={ - category="so", - description="SIGNWRITING HAND-HINGE LITTLE INDEX THUMB", + [0x1D726]={ + category="lu", + description="MATHEMATICAL BOLD ITALIC CAPITAL LAMDA", direction="l", linebreak="al", - unicodeslot=0x1D89D, + specials={ "font", 0x39B }, + unicodeslot=0x1D726, + visual="bi", }, - [0x1D89E]={ - category="so", - description="SIGNWRITING HAND-ANGLE LITTLE INDEX THUMB INDEX THUMB OUT", + [0x1D727]={ + category="lu", + description="MATHEMATICAL BOLD ITALIC CAPITAL MU", direction="l", linebreak="al", - unicodeslot=0x1D89E, + specials={ "font", 0x39C }, + unicodeslot=0x1D727, + visual="bi", }, - [0x1D89F]={ - category="so", - description="SIGNWRITING HAND-ANGLE LITTLE INDEX THUMB INDEX THUMB", + [0x1D728]={ + category="lu", + description="MATHEMATICAL BOLD ITALIC CAPITAL NU", direction="l", linebreak="al", - unicodeslot=0x1D89F, + specials={ "font", 0x39D }, + unicodeslot=0x1D728, + visual="bi", }, - [0x1D8A0]={ - category="so", - description="SIGNWRITING HAND-FIST LITTLE INDEX", + [0x1D729]={ + category="lu", + description="MATHEMATICAL BOLD ITALIC CAPITAL XI", direction="l", linebreak="al", - unicodeslot=0x1D8A0, + specials={ "font", 0x39E }, + unicodeslot=0x1D729, + visual="bi", }, - [0x1D8A1]={ - category="so", - description="SIGNWRITING HAND-CIRCLE LITTLE INDEX", + [0x1D72A]={ + category="lu", + description="MATHEMATICAL BOLD ITALIC CAPITAL OMICRON", direction="l", linebreak="al", - unicodeslot=0x1D8A1, + specials={ "font", 0x39F }, + unicodeslot=0x1D72A, + visual="bi", }, - [0x1D8A2]={ - category="so", - description="SIGNWRITING HAND-HINGE LITTLE INDEX", + [0x1D72B]={ + category="lu", + description="MATHEMATICAL BOLD ITALIC CAPITAL PI", direction="l", linebreak="al", - unicodeslot=0x1D8A2, + specials={ "font", 0x3A0 }, + unicodeslot=0x1D72B, + visual="bi", }, - [0x1D8A3]={ - category="so", - description="SIGNWRITING HAND-ANGLE LITTLE INDEX", + [0x1D72C]={ + category="lu", + description="MATHEMATICAL BOLD ITALIC CAPITAL RHO", direction="l", linebreak="al", - unicodeslot=0x1D8A3, + specials={ "font", 0x3A1 }, + unicodeslot=0x1D72C, + visual="bi", }, - [0x1D8A4]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE LITTLE", + [0x1D72D]={ + category="lu", + description="MATHEMATICAL BOLD ITALIC CAPITAL THETA SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D8A4, + specials={ "font", 0x3F4 }, + unicodeslot=0x1D72D, + visual="bi", }, - [0x1D8A5]={ - category="so", - description="SIGNWRITING HAND-CIRCLE INDEX MIDDLE LITTLE", + [0x1D72E]={ + category="lu", + description="MATHEMATICAL BOLD ITALIC CAPITAL SIGMA", direction="l", linebreak="al", - unicodeslot=0x1D8A5, + specials={ "font", 0x3A3 }, + unicodeslot=0x1D72E, + visual="bi", }, - [0x1D8A6]={ - category="so", - description="SIGNWRITING HAND-HINGE INDEX MIDDLE LITTLE", + [0x1D72F]={ + category="lu", + description="MATHEMATICAL BOLD ITALIC CAPITAL TAU", direction="l", linebreak="al", - unicodeslot=0x1D8A6, + specials={ "font", 0x3A4 }, + unicodeslot=0x1D72F, + visual="bi", }, - [0x1D8A7]={ - category="so", - description="SIGNWRITING HAND-HINGE RING", + [0x1D730]={ + category="lu", + description="MATHEMATICAL BOLD ITALIC CAPITAL UPSILON", direction="l", linebreak="al", - unicodeslot=0x1D8A7, + specials={ "font", 0x3A5 }, + unicodeslot=0x1D730, + visual="bi", }, - [0x1D8A8]={ - category="so", - description="SIGNWRITING HAND-ANGLE INDEX MIDDLE LITTLE", + [0x1D731]={ + category="lu", + description="MATHEMATICAL BOLD ITALIC CAPITAL PHI", direction="l", linebreak="al", - unicodeslot=0x1D8A8, + specials={ "font", 0x3A6 }, + unicodeslot=0x1D731, + visual="bi", }, - [0x1D8A9]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX MIDDLE CROSS LITTLE", + [0x1D732]={ + category="lu", + description="MATHEMATICAL BOLD ITALIC CAPITAL CHI", direction="l", linebreak="al", - unicodeslot=0x1D8A9, + specials={ "font", 0x3A7 }, + unicodeslot=0x1D732, + visual="bi", }, - [0x1D8AA]={ - category="so", - description="SIGNWRITING HAND-CIRCLE INDEX MIDDLE CROSS LITTLE", + [0x1D733]={ + category="lu", + description="MATHEMATICAL BOLD ITALIC CAPITAL PSI", direction="l", linebreak="al", - unicodeslot=0x1D8AA, + specials={ "font", 0x3A8 }, + unicodeslot=0x1D733, + visual="bi", }, - [0x1D8AB]={ - category="so", - description="SIGNWRITING HAND-FIST RING DOWN", + [0x1D734]={ + category="lu", + description="MATHEMATICAL BOLD ITALIC CAPITAL OMEGA", direction="l", linebreak="al", - unicodeslot=0x1D8AB, + specials={ "font", 0x3A9 }, + unicodeslot=0x1D734, + visual="bi", }, - [0x1D8AC]={ - category="so", - description="SIGNWRITING HAND-HINGE RING DOWN INDEX THUMB HOOK MIDDLE", + [0x1D735]={ + category="sm", + description="MATHEMATICAL BOLD ITALIC NABLA", direction="l", linebreak="al", - unicodeslot=0x1D8AC, + specials={ "font", 0x2207 }, + unicodeslot=0x1D735, + visual="bi", }, - [0x1D8AD]={ - category="so", - description="SIGNWRITING HAND-ANGLE RING DOWN MIDDLE THUMB INDEX CROSS", + [0x1D736]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC SMALL ALPHA", direction="l", linebreak="al", - unicodeslot=0x1D8AD, + specials={ "font", 0x3B1 }, + unicodeslot=0x1D736, + visual="bi", }, - [0x1D8AE]={ - category="so", - description="SIGNWRITING HAND-FIST RING UP", + [0x1D737]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC SMALL BETA", direction="l", linebreak="al", - unicodeslot=0x1D8AE, + specials={ "font", 0x3B2 }, + unicodeslot=0x1D737, + visual="bi", }, - [0x1D8AF]={ - category="so", - description="SIGNWRITING HAND-FIST RING RAISED KNUCKLE", + [0x1D738]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC SMALL GAMMA", direction="l", linebreak="al", - unicodeslot=0x1D8AF, + specials={ "font", 0x3B3 }, + unicodeslot=0x1D738, + visual="bi", }, - [0x1D8B0]={ - category="so", - description="SIGNWRITING HAND-FIST RING LITTLE", + [0x1D739]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC SMALL DELTA", direction="l", linebreak="al", - unicodeslot=0x1D8B0, + specials={ "font", 0x3B4 }, + unicodeslot=0x1D739, + visual="bi", }, - [0x1D8B1]={ - category="so", - description="SIGNWRITING HAND-CIRCLE RING LITTLE", + [0x1D73A]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC SMALL EPSILON", direction="l", linebreak="al", - unicodeslot=0x1D8B1, + specials={ "font", 0x3B5 }, + unicodeslot=0x1D73A, + visual="bi", }, - [0x1D8B2]={ - category="so", - description="SIGNWRITING HAND-OVAL RING LITTLE", + [0x1D73B]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC SMALL ZETA", direction="l", linebreak="al", - unicodeslot=0x1D8B2, + specials={ "font", 0x3B6 }, + unicodeslot=0x1D73B, + visual="bi", }, - [0x1D8B3]={ - category="so", - description="SIGNWRITING HAND-ANGLE RING LITTLE", + [0x1D73C]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC SMALL ETA", direction="l", linebreak="al", - unicodeslot=0x1D8B3, + specials={ "font", 0x3B7 }, + unicodeslot=0x1D73C, + visual="bi", }, - [0x1D8B4]={ - category="so", - description="SIGNWRITING HAND-FIST RING MIDDLE", + [0x1D73D]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC SMALL THETA", direction="l", linebreak="al", - unicodeslot=0x1D8B4, + specials={ "font", 0x3B8 }, + unicodeslot=0x1D73D, + visual="bi", }, - [0x1D8B5]={ - category="so", - description="SIGNWRITING HAND-FIST RING MIDDLE CONJOINED", + [0x1D73E]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC SMALL IOTA", direction="l", linebreak="al", - unicodeslot=0x1D8B5, + specials={ "font", 0x3B9 }, + unicodeslot=0x1D73E, + visual="bi", }, - [0x1D8B6]={ - category="so", - description="SIGNWRITING HAND-FIST RING MIDDLE RAISED KNUCKLES", + [0x1D73F]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC SMALL KAPPA", direction="l", linebreak="al", - unicodeslot=0x1D8B6, + specials={ "font", 0x3BA }, + unicodeslot=0x1D73F, + visual="bi", }, - [0x1D8B7]={ - category="so", - description="SIGNWRITING HAND-FIST RING INDEX", + [0x1D740]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC SMALL LAMDA", direction="l", linebreak="al", - unicodeslot=0x1D8B7, + specials={ "font", 0x3BB }, + unicodeslot=0x1D740, + visual="bi", }, - [0x1D8B8]={ - category="so", - description="SIGNWRITING HAND-FIST RING THUMB", + [0x1D741]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC SMALL MU", direction="l", linebreak="al", - unicodeslot=0x1D8B8, + specials={ "font", 0x3BC }, + unicodeslot=0x1D741, + visual="bi", }, - [0x1D8B9]={ - category="so", - description="SIGNWRITING HAND-HOOK RING THUMB", + [0x1D742]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC SMALL NU", direction="l", linebreak="al", - unicodeslot=0x1D8B9, + specials={ "font", 0x3BD }, + unicodeslot=0x1D742, + visual="bi", }, - [0x1D8BA]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX RING LITTLE", + [0x1D743]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC SMALL XI", direction="l", linebreak="al", - unicodeslot=0x1D8BA, + specials={ "font", 0x3BE }, + unicodeslot=0x1D743, + visual="bi", }, - [0x1D8BB]={ - category="so", - description="SIGNWRITING HAND-CIRCLE INDEX RING LITTLE", + [0x1D744]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC SMALL OMICRON", direction="l", linebreak="al", - unicodeslot=0x1D8BB, + specials={ "font", 0x3BF }, + unicodeslot=0x1D744, + visual="bi", }, - [0x1D8BC]={ - category="so", - description="SIGNWRITING HAND-CURLICUE INDEX RING LITTLE ON", + [0x1D745]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC SMALL PI", direction="l", linebreak="al", - unicodeslot=0x1D8BC, + specials={ "font", 0x3C0 }, + unicodeslot=0x1D745, + visual="bi", }, - [0x1D8BD]={ - category="so", - description="SIGNWRITING HAND-HOOK INDEX RING LITTLE OUT", + [0x1D746]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC SMALL RHO", direction="l", linebreak="al", - unicodeslot=0x1D8BD, + specials={ "font", 0x3C1 }, + unicodeslot=0x1D746, + visual="bi", }, - [0x1D8BE]={ - category="so", - description="SIGNWRITING HAND-HOOK INDEX RING LITTLE IN", + [0x1D747]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC SMALL FINAL SIGMA", direction="l", linebreak="al", - unicodeslot=0x1D8BE, + specials={ "font", 0x3C2 }, + unicodeslot=0x1D747, + visual="bi", }, - [0x1D8BF]={ - category="so", - description="SIGNWRITING HAND-HOOK INDEX RING LITTLE UNDER", + [0x1D748]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC SMALL SIGMA", direction="l", linebreak="al", - unicodeslot=0x1D8BF, + specials={ "font", 0x3C3 }, + unicodeslot=0x1D748, + visual="bi", }, - [0x1D8C0]={ - category="so", - description="SIGNWRITING HAND-CUP INDEX RING LITTLE", + [0x1D749]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC SMALL TAU", direction="l", linebreak="al", - unicodeslot=0x1D8C0, + specials={ "font", 0x3C4 }, + unicodeslot=0x1D749, + visual="bi", }, - [0x1D8C1]={ - category="so", - description="SIGNWRITING HAND-HINGE INDEX RING LITTLE", + [0x1D74A]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC SMALL UPSILON", direction="l", linebreak="al", - unicodeslot=0x1D8C1, + specials={ "font", 0x3C5 }, + unicodeslot=0x1D74A, + visual="bi", }, - [0x1D8C2]={ - category="so", - description="SIGNWRITING HAND-ANGLE INDEX RING LITTLE OUT", + [0x1D74B]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC SMALL PHI", direction="l", linebreak="al", - unicodeslot=0x1D8C2, + specials={ "font", 0x3C6 }, + unicodeslot=0x1D74B, + visual="bi", }, - [0x1D8C3]={ - category="so", - description="SIGNWRITING HAND-ANGLE INDEX RING LITTLE", + [0x1D74C]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC SMALL CHI", direction="l", linebreak="al", - unicodeslot=0x1D8C3, + specials={ "font", 0x3C7 }, + unicodeslot=0x1D74C, + visual="bi", }, - [0x1D8C4]={ - category="so", - description="SIGNWRITING HAND-FIST MIDDLE DOWN", + [0x1D74D]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC SMALL PSI", direction="l", linebreak="al", - unicodeslot=0x1D8C4, + specials={ "font", 0x3C8 }, + unicodeslot=0x1D74D, + visual="bi", }, - [0x1D8C5]={ - category="so", - description="SIGNWRITING HAND-HINGE MIDDLE", + [0x1D74E]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC SMALL OMEGA", direction="l", linebreak="al", - unicodeslot=0x1D8C5, + specials={ "font", 0x3C9 }, + unicodeslot=0x1D74E, + visual="bi", }, - [0x1D8C6]={ - category="so", - description="SIGNWRITING HAND-FIST MIDDLE UP", - direction="l", + [0x1D74F]={ + category="sm", + description="MATHEMATICAL BOLD ITALIC PARTIAL DIFFERENTIAL", + direction="on", linebreak="al", - unicodeslot=0x1D8C6, + specials={ "font", 0x2202 }, + unicodeslot=0x1D74F, + visual="bi", }, - [0x1D8C7]={ - category="so", - description="SIGNWRITING HAND-CIRCLE MIDDLE UP", + [0x1D750]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC EPSILON SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D8C7, + specials={ "font", 0x3F5 }, + unicodeslot=0x1D750, + visual="bi", }, - [0x1D8C8]={ - category="so", - description="SIGNWRITING HAND-FIST MIDDLE RAISED KNUCKLE", + [0x1D751]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC THETA SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D8C8, + specials={ "font", 0x3D1 }, + unicodeslot=0x1D751, + visual="bi", }, - [0x1D8C9]={ - category="so", - description="SIGNWRITING HAND-FIST MIDDLE UP THUMB SIDE", + [0x1D752]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC KAPPA SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D8C9, + specials={ "font", 0x3F0 }, + unicodeslot=0x1D752, + visual="bi", }, - [0x1D8CA]={ - category="so", - description="SIGNWRITING HAND-HOOK MIDDLE THUMB", + [0x1D753]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC PHI SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D8CA, + specials={ "font", 0x3D5 }, + unicodeslot=0x1D753, + visual="bi", }, - [0x1D8CB]={ - category="so", - description="SIGNWRITING HAND-FIST MIDDLE THUMB LITTLE", + [0x1D754]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC RHO SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D8CB, + specials={ "font", 0x3F1 }, + unicodeslot=0x1D754, + visual="bi", }, - [0x1D8CC]={ - category="so", - description="SIGNWRITING HAND-FIST MIDDLE LITTLE", + [0x1D755]={ + category="ll", + description="MATHEMATICAL BOLD ITALIC PI SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D8CC, + specials={ "font", 0x3D6 }, + unicodeslot=0x1D755, + visual="bi", }, - [0x1D8CD]={ - category="so", - description="SIGNWRITING HAND-FIST MIDDLE RING LITTLE", + [0x1D756]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL ALPHA", direction="l", linebreak="al", - unicodeslot=0x1D8CD, + specials={ "font", 0x391 }, + unicodeslot=0x1D756, + visual="bf", }, - [0x1D8CE]={ - category="so", - description="SIGNWRITING HAND-CIRCLE MIDDLE RING LITTLE", + [0x1D757]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL BETA", direction="l", linebreak="al", - unicodeslot=0x1D8CE, + specials={ "font", 0x392 }, + unicodeslot=0x1D757, + visual="bf", }, - [0x1D8CF]={ - category="so", - description="SIGNWRITING HAND-CURLICUE MIDDLE RING LITTLE ON", + [0x1D758]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL GAMMA", direction="l", linebreak="al", - unicodeslot=0x1D8CF, + specials={ "font", 0x393 }, + unicodeslot=0x1D758, + visual="bf", }, - [0x1D8D0]={ - category="so", - description="SIGNWRITING HAND-CUP MIDDLE RING LITTLE", + [0x1D759]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL DELTA", direction="l", linebreak="al", - unicodeslot=0x1D8D0, + specials={ "font", 0x394 }, + unicodeslot=0x1D759, + visual="bf", }, - [0x1D8D1]={ - category="so", - description="SIGNWRITING HAND-HINGE MIDDLE RING LITTLE", + [0x1D75A]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL EPSILON", direction="l", linebreak="al", - unicodeslot=0x1D8D1, + specials={ "font", 0x395 }, + unicodeslot=0x1D75A, + visual="bf", }, - [0x1D8D2]={ - category="so", - description="SIGNWRITING HAND-ANGLE MIDDLE RING LITTLE OUT", + [0x1D75B]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL ZETA", direction="l", linebreak="al", - unicodeslot=0x1D8D2, + specials={ "font", 0x396 }, + unicodeslot=0x1D75B, + visual="bf", }, - [0x1D8D3]={ - category="so", - description="SIGNWRITING HAND-ANGLE MIDDLE RING LITTLE IN", + [0x1D75C]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL ETA", direction="l", linebreak="al", - unicodeslot=0x1D8D3, + specials={ "font", 0x397 }, + unicodeslot=0x1D75C, + visual="bf", }, - [0x1D8D4]={ - category="so", - description="SIGNWRITING HAND-ANGLE MIDDLE RING LITTLE", + [0x1D75D]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA", direction="l", linebreak="al", - unicodeslot=0x1D8D4, + specials={ "font", 0x398 }, + unicodeslot=0x1D75D, + visual="bf", }, - [0x1D8D5]={ - category="so", - description="SIGNWRITING HAND-CIRCLE MIDDLE RING LITTLE BENT", + [0x1D75E]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL IOTA", direction="l", linebreak="al", - unicodeslot=0x1D8D5, + specials={ "font", 0x399 }, + unicodeslot=0x1D75E, + visual="bf", }, - [0x1D8D6]={ - category="so", - description="SIGNWRITING HAND-CLAW MIDDLE RING LITTLE CONJOINED", + [0x1D75F]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL KAPPA", direction="l", linebreak="al", - unicodeslot=0x1D8D6, + specials={ "font", 0x39A }, + unicodeslot=0x1D75F, + visual="bf", }, - [0x1D8D7]={ - category="so", - description="SIGNWRITING HAND-CLAW MIDDLE RING LITTLE CONJOINED SIDE", + [0x1D760]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL LAMDA", direction="l", linebreak="al", - unicodeslot=0x1D8D7, + specials={ "font", 0x39B }, + unicodeslot=0x1D760, + visual="bf", }, - [0x1D8D8]={ - category="so", - description="SIGNWRITING HAND-HOOK MIDDLE RING LITTLE CONJOINED OUT", + [0x1D761]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL MU", direction="l", linebreak="al", - unicodeslot=0x1D8D8, + specials={ "font", 0x39C }, + unicodeslot=0x1D761, + visual="bf", }, - [0x1D8D9]={ - category="so", - description="SIGNWRITING HAND-HOOK MIDDLE RING LITTLE CONJOINED IN", + [0x1D762]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL NU", direction="l", linebreak="al", - unicodeslot=0x1D8D9, + specials={ "font", 0x39D }, + unicodeslot=0x1D762, + visual="bf", }, - [0x1D8DA]={ - category="so", - description="SIGNWRITING HAND-HOOK MIDDLE RING LITTLE CONJOINED", + [0x1D763]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL XI", direction="l", linebreak="al", - unicodeslot=0x1D8DA, + specials={ "font", 0x39E }, + unicodeslot=0x1D763, + visual="bf", }, - [0x1D8DB]={ - category="so", - description="SIGNWRITING HAND-HINGE INDEX HINGED", + [0x1D764]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL OMICRON", direction="l", linebreak="al", - unicodeslot=0x1D8DB, + specials={ "font", 0x39F }, + unicodeslot=0x1D764, + visual="bf", }, - [0x1D8DC]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX THUMB SIDE", + [0x1D765]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL PI", direction="l", linebreak="al", - unicodeslot=0x1D8DC, + specials={ "font", 0x3A0 }, + unicodeslot=0x1D765, + visual="bf", }, - [0x1D8DD]={ - category="so", - description="SIGNWRITING HAND-HINGE INDEX THUMB SIDE", + [0x1D766]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL RHO", direction="l", linebreak="al", - unicodeslot=0x1D8DD, + specials={ "font", 0x3A1 }, + unicodeslot=0x1D766, + visual="bf", }, - [0x1D8DE]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX THUMB SIDE THUMB DIAGONAL", + [0x1D767]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D8DE, + specials={ "font", 0x3F4 }, + unicodeslot=0x1D767, + visual="bf", }, - [0x1D8DF]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX THUMB SIDE THUMB CONJOINED", + [0x1D768]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL SIGMA", direction="l", linebreak="al", - unicodeslot=0x1D8DF, + specials={ "font", 0x3A3 }, + unicodeslot=0x1D768, + visual="bf", }, - [0x1D8E0]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX THUMB SIDE THUMB BENT", + [0x1D769]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL TAU", direction="l", linebreak="al", - unicodeslot=0x1D8E0, + specials={ "font", 0x3A4 }, + unicodeslot=0x1D769, + visual="bf", }, - [0x1D8E1]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX THUMB SIDE INDEX BENT", + [0x1D76A]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL UPSILON", direction="l", linebreak="al", - unicodeslot=0x1D8E1, + specials={ "font", 0x3A5 }, + unicodeslot=0x1D76A, + visual="bf", }, - [0x1D8E2]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX THUMB SIDE BOTH BENT", + [0x1D76B]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL PHI", direction="l", linebreak="al", - unicodeslot=0x1D8E2, + specials={ "font", 0x3A6 }, + unicodeslot=0x1D76B, + visual="bf", }, - [0x1D8E3]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX THUMB SIDE INDEX HINGE", + [0x1D76C]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL CHI", direction="l", linebreak="al", - unicodeslot=0x1D8E3, + specials={ "font", 0x3A7 }, + unicodeslot=0x1D76C, + visual="bf", }, - [0x1D8E4]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX THUMB FORWARD INDEX STRAIGHT", + [0x1D76D]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL PSI", direction="l", linebreak="al", - unicodeslot=0x1D8E4, + specials={ "font", 0x3A8 }, + unicodeslot=0x1D76D, + visual="bf", }, - [0x1D8E5]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX THUMB FORWARD INDEX BENT", + [0x1D76E]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD CAPITAL OMEGA", direction="l", linebreak="al", - unicodeslot=0x1D8E5, + specials={ "font", 0x3A9 }, + unicodeslot=0x1D76E, + visual="bf", }, - [0x1D8E6]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX THUMB HOOK", + [0x1D76F]={ + category="sm", + description="MATHEMATICAL SANS-SERIF BOLD NABLA", direction="l", linebreak="al", - unicodeslot=0x1D8E6, + specials={ "font", 0x2207 }, + unicodeslot=0x1D76F, + visual="bf", }, - [0x1D8E7]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX THUMB CURLICUE", + [0x1D770]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD SMALL ALPHA", direction="l", linebreak="al", - unicodeslot=0x1D8E7, + specials={ "font", 0x3B1 }, + unicodeslot=0x1D770, + visual="bf", }, - [0x1D8E8]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX THUMB CURVE THUMB INSIDE", + [0x1D771]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD SMALL BETA", direction="l", linebreak="al", - unicodeslot=0x1D8E8, + specials={ "font", 0x3B2 }, + unicodeslot=0x1D771, + visual="bf", }, - [0x1D8E9]={ - category="so", - description="SIGNWRITING HAND-CLAW INDEX THUMB CURVE THUMB INSIDE", + [0x1D772]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD SMALL GAMMA", direction="l", linebreak="al", - unicodeslot=0x1D8E9, + specials={ "font", 0x3B3 }, + unicodeslot=0x1D772, + visual="bf", }, - [0x1D8EA]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX THUMB CURVE THUMB UNDER", + [0x1D773]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD SMALL DELTA", direction="l", linebreak="al", - unicodeslot=0x1D8EA, + specials={ "font", 0x3B4 }, + unicodeslot=0x1D773, + visual="bf", }, - [0x1D8EB]={ - category="so", - description="SIGNWRITING HAND-FIST INDEX THUMB CIRCLE", + [0x1D774]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD SMALL EPSILON", direction="l", linebreak="al", - unicodeslot=0x1D8EB, + specials={ "font", 0x3B5 }, + unicodeslot=0x1D774, + visual="bf", }, - [0x1D8EC]={ - category="so", - description="SIGNWRITING HAND-CUP INDEX THUMB", + [0x1D775]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD SMALL ZETA", direction="l", linebreak="al", - unicodeslot=0x1D8EC, + specials={ "font", 0x3B6 }, + unicodeslot=0x1D775, + visual="bf", }, - [0x1D8ED]={ - category="so", - description="SIGNWRITING HAND-CUP INDEX THUMB OPEN", + [0x1D776]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD SMALL ETA", direction="l", linebreak="al", - unicodeslot=0x1D8ED, + specials={ "font", 0x3B7 }, + unicodeslot=0x1D776, + visual="bf", }, - [0x1D8EE]={ - category="so", - description="SIGNWRITING HAND-HINGE INDEX THUMB OPEN", + [0x1D777]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD SMALL THETA", direction="l", linebreak="al", - unicodeslot=0x1D8EE, + specials={ "font", 0x3B8 }, + unicodeslot=0x1D777, + visual="bf", }, - [0x1D8EF]={ - category="so", - description="SIGNWRITING HAND-HINGE INDEX THUMB LARGE", + [0x1D778]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD SMALL IOTA", direction="l", linebreak="al", - unicodeslot=0x1D8EF, + specials={ "font", 0x3B9 }, + unicodeslot=0x1D778, + visual="bf", }, - [0x1D8F0]={ - category="so", - description="SIGNWRITING HAND-HINGE INDEX THUMB", + [0x1D779]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD SMALL KAPPA", direction="l", linebreak="al", - unicodeslot=0x1D8F0, + specials={ "font", 0x3BA }, + unicodeslot=0x1D779, + visual="bf", }, - [0x1D8F1]={ - category="so", - description="SIGNWRITING HAND-HINGE INDEX THUMB SMALL", + [0x1D77A]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD SMALL LAMDA", direction="l", linebreak="al", - unicodeslot=0x1D8F1, + specials={ "font", 0x3BB }, + unicodeslot=0x1D77A, + visual="bf", }, - [0x1D8F2]={ - category="so", - description="SIGNWRITING HAND-ANGLE INDEX THUMB OUT", + [0x1D77B]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD SMALL MU", direction="l", linebreak="al", - unicodeslot=0x1D8F2, + specials={ "font", 0x3BC }, + unicodeslot=0x1D77B, + visual="bf", }, - [0x1D8F3]={ - category="so", - description="SIGNWRITING HAND-ANGLE INDEX THUMB IN", + [0x1D77C]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD SMALL NU", direction="l", linebreak="al", - unicodeslot=0x1D8F3, + specials={ "font", 0x3BD }, + unicodeslot=0x1D77C, + visual="bf", }, - [0x1D8F4]={ - category="so", - description="SIGNWRITING HAND-ANGLE INDEX THUMB", + [0x1D77D]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD SMALL XI", direction="l", linebreak="al", - unicodeslot=0x1D8F4, + specials={ "font", 0x3BE }, + unicodeslot=0x1D77D, + visual="bf", }, - [0x1D8F5]={ - category="so", - description="SIGNWRITING HAND-FIST THUMB", + [0x1D77E]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD SMALL OMICRON", direction="l", linebreak="al", - unicodeslot=0x1D8F5, + specials={ "font", 0x3BF }, + unicodeslot=0x1D77E, + visual="bf", }, - [0x1D8F6]={ - category="so", - description="SIGNWRITING HAND-FIST THUMB HEEL", + [0x1D77F]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD SMALL PI", direction="l", linebreak="al", - unicodeslot=0x1D8F6, + specials={ "font", 0x3C0 }, + unicodeslot=0x1D77F, + visual="bf", }, - [0x1D8F7]={ - category="so", - description="SIGNWRITING HAND-FIST THUMB SIDE DIAGONAL", + [0x1D780]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD SMALL RHO", direction="l", linebreak="al", - unicodeslot=0x1D8F7, + specials={ "font", 0x3C1 }, + unicodeslot=0x1D780, + visual="bf", }, - [0x1D8F8]={ - category="so", - description="SIGNWRITING HAND-FIST THUMB SIDE CONJOINED", + [0x1D781]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD SMALL FINAL SIGMA", direction="l", linebreak="al", - unicodeslot=0x1D8F8, + specials={ "font", 0x3C2 }, + unicodeslot=0x1D781, + visual="bf", }, - [0x1D8F9]={ - category="so", - description="SIGNWRITING HAND-FIST THUMB SIDE BENT", + [0x1D782]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD SMALL SIGMA", direction="l", linebreak="al", - unicodeslot=0x1D8F9, + specials={ "font", 0x3C3 }, + unicodeslot=0x1D782, + visual="bf", }, - [0x1D8FA]={ - category="so", - description="SIGNWRITING HAND-FIST THUMB FORWARD", + [0x1D783]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD SMALL TAU", direction="l", linebreak="al", - unicodeslot=0x1D8FA, + specials={ "font", 0x3C4 }, + unicodeslot=0x1D783, + visual="bf", }, - [0x1D8FB]={ - category="so", - description="SIGNWRITING HAND-FIST THUMB BETWEEN INDEX MIDDLE", + [0x1D784]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD SMALL UPSILON", direction="l", linebreak="al", - unicodeslot=0x1D8FB, + specials={ "font", 0x3C5 }, + unicodeslot=0x1D784, + visual="bf", }, - [0x1D8FC]={ - category="so", - description="SIGNWRITING HAND-FIST THUMB BETWEEN MIDDLE RING", + [0x1D785]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD SMALL PHI", direction="l", linebreak="al", - unicodeslot=0x1D8FC, + specials={ "font", 0x3C6 }, + unicodeslot=0x1D785, + visual="bf", }, - [0x1D8FD]={ - category="so", - description="SIGNWRITING HAND-FIST THUMB BETWEEN RING LITTLE", + [0x1D786]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD SMALL CHI", direction="l", linebreak="al", - unicodeslot=0x1D8FD, + specials={ "font", 0x3C7 }, + unicodeslot=0x1D786, + visual="bf", }, - [0x1D8FE]={ - category="so", - description="SIGNWRITING HAND-FIST THUMB UNDER TWO FINGERS", + [0x1D787]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD SMALL PSI", direction="l", linebreak="al", - unicodeslot=0x1D8FE, + specials={ "font", 0x3C8 }, + unicodeslot=0x1D787, + visual="bf", }, - [0x1D8FF]={ - category="so", - description="SIGNWRITING HAND-FIST THUMB OVER TWO FINGERS", + [0x1D788]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD SMALL OMEGA", direction="l", linebreak="al", - unicodeslot=0x1D8FF, + specials={ "font", 0x3C9 }, + unicodeslot=0x1D788, + visual="bf", }, - [0x1D900]={ - category="so", - description="SIGNWRITING HAND-FIST THUMB UNDER THREE FINGERS", - direction="l", + [0x1D789]={ + category="sm", + description="MATHEMATICAL SANS-SERIF BOLD PARTIAL DIFFERENTIAL", + direction="on", linebreak="al", - unicodeslot=0x1D900, + specials={ "font", 0x2202 }, + unicodeslot=0x1D789, + visual="bf", }, - [0x1D901]={ - category="so", - description="SIGNWRITING HAND-FIST THUMB UNDER FOUR FINGERS", + [0x1D78A]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD EPSILON SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D901, + specials={ "font", 0x3F5 }, + unicodeslot=0x1D78A, + visual="bf", }, - [0x1D902]={ - category="so", - description="SIGNWRITING HAND-FIST THUMB OVER FOUR RAISED KNUCKLES", + [0x1D78B]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD THETA SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D902, + specials={ "font", 0x3D1 }, + unicodeslot=0x1D78B, + visual="bf", }, - [0x1D903]={ - category="so", - description="SIGNWRITING HAND-FIST", + [0x1D78C]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD KAPPA SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D903, + specials={ "font", 0x3F0 }, + unicodeslot=0x1D78C, + visual="bf", }, - [0x1D904]={ - category="so", - description="SIGNWRITING HAND-FIST HEEL", + [0x1D78D]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD PHI SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D904, + specials={ "font", 0x3D5 }, + unicodeslot=0x1D78D, + visual="bf", }, - [0x1D905]={ - category="so", - description="SIGNWRITING TOUCH SINGLE", + [0x1D78E]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD RHO SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D905, + specials={ "font", 0x3F1 }, + unicodeslot=0x1D78E, + visual="bf", }, - [0x1D906]={ - category="so", - description="SIGNWRITING TOUCH MULTIPLE", + [0x1D78F]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD PI SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D906, + specials={ "font", 0x3D6 }, + unicodeslot=0x1D78F, + visual="bf", }, - [0x1D907]={ - category="so", - description="SIGNWRITING TOUCH BETWEEN", + [0x1D790]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ALPHA", direction="l", linebreak="al", - unicodeslot=0x1D907, + specials={ "font", 0x391 }, + unicodeslot=0x1D790, + visual="bi", }, - [0x1D908]={ - category="so", - description="SIGNWRITING GRASP SINGLE", + [0x1D791]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL BETA", direction="l", linebreak="al", - unicodeslot=0x1D908, + specials={ "font", 0x392 }, + unicodeslot=0x1D791, + visual="bi", }, - [0x1D909]={ - category="so", - description="SIGNWRITING GRASP MULTIPLE", + [0x1D792]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL GAMMA", direction="l", linebreak="al", - unicodeslot=0x1D909, + specials={ "font", 0x393 }, + unicodeslot=0x1D792, + visual="bi", }, - [0x1D90A]={ - category="so", - description="SIGNWRITING GRASP BETWEEN", + [0x1D793]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL DELTA", direction="l", linebreak="al", - unicodeslot=0x1D90A, + specials={ "font", 0x394 }, + unicodeslot=0x1D793, + visual="bi", }, - [0x1D90B]={ - category="so", - description="SIGNWRITING STRIKE SINGLE", + [0x1D794]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL EPSILON", direction="l", linebreak="al", - unicodeslot=0x1D90B, + specials={ "font", 0x395 }, + unicodeslot=0x1D794, + visual="bi", }, - [0x1D90C]={ - category="so", - description="SIGNWRITING STRIKE MULTIPLE", + [0x1D795]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ZETA", direction="l", linebreak="al", - unicodeslot=0x1D90C, + specials={ "font", 0x396 }, + unicodeslot=0x1D795, + visual="bi", }, - [0x1D90D]={ - category="so", - description="SIGNWRITING STRIKE BETWEEN", + [0x1D796]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ETA", direction="l", linebreak="al", - unicodeslot=0x1D90D, + specials={ "font", 0x397 }, + unicodeslot=0x1D796, + visual="bi", }, - [0x1D90E]={ - category="so", - description="SIGNWRITING BRUSH SINGLE", + [0x1D797]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA", direction="l", linebreak="al", - unicodeslot=0x1D90E, + specials={ "font", 0x398 }, + unicodeslot=0x1D797, + visual="bi", }, - [0x1D90F]={ - category="so", - description="SIGNWRITING BRUSH MULTIPLE", + [0x1D798]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL IOTA", direction="l", linebreak="al", - unicodeslot=0x1D90F, + specials={ "font", 0x399 }, + unicodeslot=0x1D798, + visual="bi", }, - [0x1D910]={ - category="so", - description="SIGNWRITING BRUSH BETWEEN", + [0x1D799]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL KAPPA", direction="l", linebreak="al", - unicodeslot=0x1D910, + specials={ "font", 0x39A }, + unicodeslot=0x1D799, + visual="bi", }, - [0x1D911]={ - category="so", - description="SIGNWRITING RUB SINGLE", + [0x1D79A]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL LAMDA", direction="l", linebreak="al", - unicodeslot=0x1D911, + specials={ "font", 0x39B }, + unicodeslot=0x1D79A, + visual="bi", }, - [0x1D912]={ - category="so", - description="SIGNWRITING RUB MULTIPLE", + [0x1D79B]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL MU", direction="l", linebreak="al", - unicodeslot=0x1D912, + specials={ "font", 0x39C }, + unicodeslot=0x1D79B, + visual="bi", }, - [0x1D913]={ - category="so", - description="SIGNWRITING RUB BETWEEN", + [0x1D79C]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL NU", direction="l", linebreak="al", - unicodeslot=0x1D913, + specials={ "font", 0x39D }, + unicodeslot=0x1D79C, + visual="bi", }, - [0x1D914]={ - category="so", - description="SIGNWRITING SURFACE SYMBOLS", + [0x1D79D]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL XI", direction="l", linebreak="al", - unicodeslot=0x1D914, + specials={ "font", 0x39E }, + unicodeslot=0x1D79D, + visual="bi", }, - [0x1D915]={ - category="so", - description="SIGNWRITING SURFACE BETWEEN", + [0x1D79E]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMICRON", direction="l", linebreak="al", - unicodeslot=0x1D915, + specials={ "font", 0x39F }, + unicodeslot=0x1D79E, + visual="bi", }, - [0x1D916]={ - category="so", - description="SIGNWRITING SQUEEZE LARGE SINGLE", + [0x1D79F]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PI", direction="l", linebreak="al", - unicodeslot=0x1D916, + specials={ "font", 0x3A0 }, + unicodeslot=0x1D79F, + visual="bi", }, - [0x1D917]={ - category="so", - description="SIGNWRITING SQUEEZE SMALL SINGLE", + [0x1D7A0]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL RHO", direction="l", linebreak="al", - unicodeslot=0x1D917, + specials={ "font", 0x3A1 }, + unicodeslot=0x1D7A0, + visual="bi", }, - [0x1D918]={ - category="so", - description="SIGNWRITING SQUEEZE LARGE MULTIPLE", + [0x1D7A1]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D918, + specials={ "font", 0x3F4 }, + unicodeslot=0x1D7A1, + visual="bi", }, - [0x1D919]={ - category="so", - description="SIGNWRITING SQUEEZE SMALL MULTIPLE", + [0x1D7A2]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL SIGMA", direction="l", linebreak="al", - unicodeslot=0x1D919, + specials={ "font", 0x3A3 }, + unicodeslot=0x1D7A2, + visual="bi", }, - [0x1D91A]={ - category="so", - description="SIGNWRITING SQUEEZE SEQUENTIAL", + [0x1D7A3]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL TAU", direction="l", linebreak="al", - unicodeslot=0x1D91A, + specials={ "font", 0x3A4 }, + unicodeslot=0x1D7A3, + visual="bi", }, - [0x1D91B]={ - category="so", - description="SIGNWRITING FLICK LARGE SINGLE", + [0x1D7A4]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL UPSILON", direction="l", linebreak="al", - unicodeslot=0x1D91B, + specials={ "font", 0x3A5 }, + unicodeslot=0x1D7A4, + visual="bi", }, - [0x1D91C]={ - category="so", - description="SIGNWRITING FLICK SMALL SINGLE", + [0x1D7A5]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PHI", direction="l", linebreak="al", - unicodeslot=0x1D91C, + specials={ "font", 0x3A6 }, + unicodeslot=0x1D7A5, + visual="bi", }, - [0x1D91D]={ - category="so", - description="SIGNWRITING FLICK LARGE MULTIPLE", + [0x1D7A6]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL CHI", direction="l", linebreak="al", - unicodeslot=0x1D91D, + specials={ "font", 0x3A7 }, + unicodeslot=0x1D7A6, + visual="bi", }, - [0x1D91E]={ - category="so", - description="SIGNWRITING FLICK SMALL MULTIPLE", + [0x1D7A7]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PSI", direction="l", linebreak="al", - unicodeslot=0x1D91E, + specials={ "font", 0x3A8 }, + unicodeslot=0x1D7A7, + visual="bi", }, - [0x1D91F]={ - category="so", - description="SIGNWRITING FLICK SEQUENTIAL", + [0x1D7A8]={ + category="lu", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMEGA", direction="l", linebreak="al", - unicodeslot=0x1D91F, + specials={ "font", 0x3A9 }, + unicodeslot=0x1D7A8, + visual="bi", }, - [0x1D920]={ - category="so", - description="SIGNWRITING SQUEEZE FLICK ALTERNATING", + [0x1D7A9]={ + category="sm", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC NABLA", direction="l", linebreak="al", - unicodeslot=0x1D920, + specials={ "font", 0x2207 }, + unicodeslot=0x1D7A9, + visual="bi", }, - [0x1D921]={ - category="so", - description="SIGNWRITING MOVEMENT-HINGE UP DOWN LARGE", + [0x1D7AA]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ALPHA", direction="l", linebreak="al", - unicodeslot=0x1D921, + specials={ "font", 0x3B1 }, + unicodeslot=0x1D7AA, + visual="bi", }, - [0x1D922]={ - category="so", - description="SIGNWRITING MOVEMENT-HINGE UP DOWN SMALL", + [0x1D7AB]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL BETA", direction="l", linebreak="al", - unicodeslot=0x1D922, + specials={ "font", 0x3B2 }, + unicodeslot=0x1D7AB, + visual="bi", }, - [0x1D923]={ - category="so", - description="SIGNWRITING MOVEMENT-HINGE UP SEQUENTIAL", + [0x1D7AC]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL GAMMA", direction="l", linebreak="al", - unicodeslot=0x1D923, + specials={ "font", 0x3B3 }, + unicodeslot=0x1D7AC, + visual="bi", }, - [0x1D924]={ - category="so", - description="SIGNWRITING MOVEMENT-HINGE DOWN SEQUENTIAL", + [0x1D7AD]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL DELTA", direction="l", linebreak="al", - unicodeslot=0x1D924, + specials={ "font", 0x3B4 }, + unicodeslot=0x1D7AD, + visual="bi", }, - [0x1D925]={ - category="so", - description="SIGNWRITING MOVEMENT-HINGE UP DOWN ALTERNATING LARGE", + [0x1D7AE]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL EPSILON", direction="l", linebreak="al", - unicodeslot=0x1D925, + specials={ "font", 0x3B5 }, + unicodeslot=0x1D7AE, + visual="bi", }, - [0x1D926]={ - category="so", - description="SIGNWRITING MOVEMENT-HINGE UP DOWN ALTERNATING SMALL", + [0x1D7AF]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ZETA", direction="l", linebreak="al", - unicodeslot=0x1D926, + specials={ "font", 0x3B6 }, + unicodeslot=0x1D7AF, + visual="bi", }, - [0x1D927]={ - category="so", - description="SIGNWRITING MOVEMENT-HINGE SIDE TO SIDE SCISSORS", + [0x1D7B0]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ETA", direction="l", linebreak="al", - unicodeslot=0x1D927, + specials={ "font", 0x3B7 }, + unicodeslot=0x1D7B0, + visual="bi", }, - [0x1D928]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE FINGER CONTACT", + [0x1D7B1]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL THETA", direction="l", linebreak="al", - unicodeslot=0x1D928, + specials={ "font", 0x3B8 }, + unicodeslot=0x1D7B1, + visual="bi", }, - [0x1D929]={ - category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE FINGER CONTACT", + [0x1D7B2]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL IOTA", direction="l", linebreak="al", - unicodeslot=0x1D929, + specials={ "font", 0x3B9 }, + unicodeslot=0x1D7B2, + visual="bi", }, - [0x1D92A]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT SMALL", + [0x1D7B3]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL KAPPA", direction="l", linebreak="al", - unicodeslot=0x1D92A, + specials={ "font", 0x3BA }, + unicodeslot=0x1D7B3, + visual="bi", }, - [0x1D92B]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT MEDIUM", + [0x1D7B4]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL LAMDA", direction="l", linebreak="al", - unicodeslot=0x1D92B, + specials={ "font", 0x3BB }, + unicodeslot=0x1D7B4, + visual="bi", }, - [0x1D92C]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT LARGE", + [0x1D7B5]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL MU", direction="l", linebreak="al", - unicodeslot=0x1D92C, + specials={ "font", 0x3BC }, + unicodeslot=0x1D7B5, + visual="bi", }, - [0x1D92D]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT LARGEST", + [0x1D7B6]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL NU", direction="l", linebreak="al", - unicodeslot=0x1D92D, + specials={ "font", 0x3BD }, + unicodeslot=0x1D7B6, + visual="bi", }, - [0x1D92E]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE SINGLE WRIST FLEX", + [0x1D7B7]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL XI", direction="l", linebreak="al", - unicodeslot=0x1D92E, + specials={ "font", 0x3BE }, + unicodeslot=0x1D7B7, + visual="bi", }, - [0x1D92F]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE DOUBLE STRAIGHT", + [0x1D7B8]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMICRON", direction="l", linebreak="al", - unicodeslot=0x1D92F, + specials={ "font", 0x3BF }, + unicodeslot=0x1D7B8, + visual="bi", }, - [0x1D930]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE DOUBLE WRIST FLEX", + [0x1D7B9]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PI", direction="l", linebreak="al", - unicodeslot=0x1D930, + specials={ "font", 0x3C0 }, + unicodeslot=0x1D7B9, + visual="bi", }, - [0x1D931]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE DOUBLE ALTERNATING", + [0x1D7BA]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL RHO", direction="l", linebreak="al", - unicodeslot=0x1D931, + specials={ "font", 0x3C1 }, + unicodeslot=0x1D7BA, + visual="bi", }, - [0x1D932]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE DOUBLE ALTERNATING WRIST FLEX", + [0x1D7BB]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL FINAL SIGMA", direction="l", linebreak="al", - unicodeslot=0x1D932, + specials={ "font", 0x3C2 }, + unicodeslot=0x1D7BB, + visual="bi", }, - [0x1D933]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE CROSS", + [0x1D7BC]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL SIGMA", direction="l", linebreak="al", - unicodeslot=0x1D933, + specials={ "font", 0x3C3 }, + unicodeslot=0x1D7BC, + visual="bi", }, - [0x1D934]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE TRIPLE STRAIGHT MOVEMENT", + [0x1D7BD]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL TAU", direction="l", linebreak="al", - unicodeslot=0x1D934, + specials={ "font", 0x3C4 }, + unicodeslot=0x1D7BD, + visual="bi", }, - [0x1D935]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE TRIPLE WRIST FLEX", + [0x1D7BE]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL UPSILON", direction="l", linebreak="al", - unicodeslot=0x1D935, + specials={ "font", 0x3C5 }, + unicodeslot=0x1D7BE, + visual="bi", }, - [0x1D936]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE TRIPLE ALTERNATING", + [0x1D7BF]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PHI", direction="l", linebreak="al", - unicodeslot=0x1D936, + specials={ "font", 0x3C6 }, + unicodeslot=0x1D7BF, + visual="bi", }, - [0x1D937]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE TRIPLE ALTERNATING WRIST FLEX", + [0x1D7C0]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL CHI", direction="l", linebreak="al", - unicodeslot=0x1D937, + specials={ "font", 0x3C7 }, + unicodeslot=0x1D7C0, + visual="bi", }, - [0x1D938]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE BEND SMALL", + [0x1D7C1]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PSI", direction="l", linebreak="al", - unicodeslot=0x1D938, + specials={ "font", 0x3C8 }, + unicodeslot=0x1D7C1, + visual="bi", }, - [0x1D939]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE BEND MEDIUM", + [0x1D7C2]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMEGA", direction="l", linebreak="al", - unicodeslot=0x1D939, + specials={ "font", 0x3C9 }, + unicodeslot=0x1D7C2, + visual="bi", }, - [0x1D93A]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE BEND LARGE", - direction="l", + [0x1D7C3]={ + category="sm", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC PARTIAL DIFFERENTIAL", + direction="on", linebreak="al", - unicodeslot=0x1D93A, + specials={ "font", 0x2202 }, + unicodeslot=0x1D7C3, + visual="bi", }, - [0x1D93B]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE CORNER SMALL", + [0x1D7C4]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC EPSILON SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D93B, + specials={ "font", 0x3F5 }, + unicodeslot=0x1D7C4, + visual="bi", }, - [0x1D93C]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE CORNER MEDIUM", + [0x1D7C5]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC THETA SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D93C, + specials={ "font", 0x3D1 }, + unicodeslot=0x1D7C5, + visual="bi", }, - [0x1D93D]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE CORNER LARGE", + [0x1D7C6]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC KAPPA SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D93D, + specials={ "font", 0x3F0 }, + unicodeslot=0x1D7C6, + visual="bi", }, - [0x1D93E]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE CORNER ROTATION", + [0x1D7C7]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC PHI SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D93E, + specials={ "font", 0x3D5 }, + unicodeslot=0x1D7C7, + visual="bi", }, - [0x1D93F]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE CHECK SMALL", + [0x1D7C8]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC RHO SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D93F, + specials={ "font", 0x3F1 }, + unicodeslot=0x1D7C8, + visual="bi", }, - [0x1D940]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE CHECK MEDIUM", + [0x1D7C9]={ + category="ll", + description="MATHEMATICAL SANS-SERIF BOLD ITALIC PI SYMBOL", direction="l", linebreak="al", - unicodeslot=0x1D940, + specials={ "font", 0x3D6 }, + unicodeslot=0x1D7C9, + visual="bi", }, - [0x1D941]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE CHECK LARGE", + [0x1D7CA]={ + category="lu", + description="MATHEMATICAL BOLD CAPITAL DIGAMMA", direction="l", linebreak="al", - unicodeslot=0x1D941, + specials={ "font", 0x3DC }, + unicodeslot=0x1D7CA, + visual="bf", }, - [0x1D942]={ - category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE BOX SMALL", + [0x1D7CB]={ + category="ll", + description="MATHEMATICAL BOLD SMALL DIGAMMA", direction="l", linebreak="al", - unicodeslot=0x1D942, + specials={ "font", 0x3DD }, + unicodeslot=0x1D7CB, + visual="bf", }, - [0x1D943]={ + [0x1D7CE]={ + category="nd", + description="MATHEMATICAL BOLD DIGIT ZERO", + direction="en", + linebreak="nu", + specials={ "font", 0x30 }, + unicodeslot=0x1D7CE, + visual="bf", + }, + [0x1D7CF]={ + category="nd", + description="MATHEMATICAL BOLD DIGIT ONE", + direction="en", + linebreak="nu", + specials={ "font", 0x31 }, + unicodeslot=0x1D7CF, + visual="bf", + }, + [0x1D7D0]={ + category="nd", + description="MATHEMATICAL BOLD DIGIT TWO", + direction="en", + linebreak="nu", + specials={ "font", 0x32 }, + unicodeslot=0x1D7D0, + visual="bf", + }, + [0x1D7D1]={ + category="nd", + description="MATHEMATICAL BOLD DIGIT THREE", + direction="en", + linebreak="nu", + specials={ "font", 0x33 }, + unicodeslot=0x1D7D1, + visual="bf", + }, + [0x1D7D2]={ + category="nd", + description="MATHEMATICAL BOLD DIGIT FOUR", + direction="en", + linebreak="nu", + specials={ "font", 0x34 }, + unicodeslot=0x1D7D2, + visual="bf", + }, + [0x1D7D3]={ + category="nd", + description="MATHEMATICAL BOLD DIGIT FIVE", + direction="en", + linebreak="nu", + specials={ "font", 0x35 }, + unicodeslot=0x1D7D3, + visual="bf", + }, + [0x1D7D4]={ + category="nd", + description="MATHEMATICAL BOLD DIGIT SIX", + direction="en", + linebreak="nu", + specials={ "font", 0x36 }, + unicodeslot=0x1D7D4, + visual="bf", + }, + [0x1D7D5]={ + category="nd", + description="MATHEMATICAL BOLD DIGIT SEVEN", + direction="en", + linebreak="nu", + specials={ "font", 0x37 }, + unicodeslot=0x1D7D5, + visual="bf", + }, + [0x1D7D6]={ + category="nd", + description="MATHEMATICAL BOLD DIGIT EIGHT", + direction="en", + linebreak="nu", + specials={ "font", 0x38 }, + unicodeslot=0x1D7D6, + visual="bf", + }, + [0x1D7D7]={ + category="nd", + description="MATHEMATICAL BOLD DIGIT NINE", + direction="en", + linebreak="nu", + specials={ "font", 0x39 }, + unicodeslot=0x1D7D7, + visual="bf", + }, + [0x1D7D8]={ + category="nd", + description="MATHEMATICAL DOUBLE-STRUCK DIGIT ZERO", + direction="en", + linebreak="nu", + specials={ "font", 0x30 }, + unicodeslot=0x1D7D8, + }, + [0x1D7D9]={ + category="nd", + description="MATHEMATICAL DOUBLE-STRUCK DIGIT ONE", + direction="en", + linebreak="nu", + specials={ "font", 0x31 }, + unicodeslot=0x1D7D9, + }, + [0x1D7DA]={ + category="nd", + description="MATHEMATICAL DOUBLE-STRUCK DIGIT TWO", + direction="en", + linebreak="nu", + specials={ "font", 0x32 }, + unicodeslot=0x1D7DA, + }, + [0x1D7DB]={ + category="nd", + description="MATHEMATICAL DOUBLE-STRUCK DIGIT THREE", + direction="en", + linebreak="nu", + specials={ "font", 0x33 }, + unicodeslot=0x1D7DB, + }, + [0x1D7DC]={ + category="nd", + description="MATHEMATICAL DOUBLE-STRUCK DIGIT FOUR", + direction="en", + linebreak="nu", + specials={ "font", 0x34 }, + unicodeslot=0x1D7DC, + }, + [0x1D7DD]={ + category="nd", + description="MATHEMATICAL DOUBLE-STRUCK DIGIT FIVE", + direction="en", + linebreak="nu", + specials={ "font", 0x35 }, + unicodeslot=0x1D7DD, + }, + [0x1D7DE]={ + category="nd", + description="MATHEMATICAL DOUBLE-STRUCK DIGIT SIX", + direction="en", + linebreak="nu", + specials={ "font", 0x36 }, + unicodeslot=0x1D7DE, + }, + [0x1D7DF]={ + category="nd", + description="MATHEMATICAL DOUBLE-STRUCK DIGIT SEVEN", + direction="en", + linebreak="nu", + specials={ "font", 0x37 }, + unicodeslot=0x1D7DF, + }, + [0x1D7E0]={ + category="nd", + description="MATHEMATICAL DOUBLE-STRUCK DIGIT EIGHT", + direction="en", + linebreak="nu", + specials={ "font", 0x38 }, + unicodeslot=0x1D7E0, + }, + [0x1D7E1]={ + category="nd", + description="MATHEMATICAL DOUBLE-STRUCK DIGIT NINE", + direction="en", + linebreak="nu", + specials={ "font", 0x39 }, + unicodeslot=0x1D7E1, + }, + [0x1D7E2]={ + category="nd", + description="MATHEMATICAL SANS-SERIF DIGIT ZERO", + direction="en", + linebreak="nu", + specials={ "font", 0x30 }, + unicodeslot=0x1D7E2, + }, + [0x1D7E3]={ + category="nd", + description="MATHEMATICAL SANS-SERIF DIGIT ONE", + direction="en", + linebreak="nu", + specials={ "font", 0x31 }, + unicodeslot=0x1D7E3, + }, + [0x1D7E4]={ + category="nd", + description="MATHEMATICAL SANS-SERIF DIGIT TWO", + direction="en", + linebreak="nu", + specials={ "font", 0x32 }, + unicodeslot=0x1D7E4, + }, + [0x1D7E5]={ + category="nd", + description="MATHEMATICAL SANS-SERIF DIGIT THREE", + direction="en", + linebreak="nu", + specials={ "font", 0x33 }, + unicodeslot=0x1D7E5, + }, + [0x1D7E6]={ + category="nd", + description="MATHEMATICAL SANS-SERIF DIGIT FOUR", + direction="en", + linebreak="nu", + specials={ "font", 0x34 }, + unicodeslot=0x1D7E6, + }, + [0x1D7E7]={ + category="nd", + description="MATHEMATICAL SANS-SERIF DIGIT FIVE", + direction="en", + linebreak="nu", + specials={ "font", 0x35 }, + unicodeslot=0x1D7E7, + }, + [0x1D7E8]={ + category="nd", + description="MATHEMATICAL SANS-SERIF DIGIT SIX", + direction="en", + linebreak="nu", + specials={ "font", 0x36 }, + unicodeslot=0x1D7E8, + }, + [0x1D7E9]={ + category="nd", + description="MATHEMATICAL SANS-SERIF DIGIT SEVEN", + direction="en", + linebreak="nu", + specials={ "font", 0x37 }, + unicodeslot=0x1D7E9, + }, + [0x1D7EA]={ + category="nd", + description="MATHEMATICAL SANS-SERIF DIGIT EIGHT", + direction="en", + linebreak="nu", + specials={ "font", 0x38 }, + unicodeslot=0x1D7EA, + }, + [0x1D7EB]={ + category="nd", + description="MATHEMATICAL SANS-SERIF DIGIT NINE", + direction="en", + linebreak="nu", + specials={ "font", 0x39 }, + unicodeslot=0x1D7EB, + }, + [0x1D7EC]={ + category="nd", + description="MATHEMATICAL SANS-SERIF BOLD DIGIT ZERO", + direction="en", + linebreak="nu", + specials={ "font", 0x30 }, + unicodeslot=0x1D7EC, + visual="bf", + }, + [0x1D7ED]={ + category="nd", + description="MATHEMATICAL SANS-SERIF BOLD DIGIT ONE", + direction="en", + linebreak="nu", + specials={ "font", 0x31 }, + unicodeslot=0x1D7ED, + visual="bf", + }, + [0x1D7EE]={ + category="nd", + description="MATHEMATICAL SANS-SERIF BOLD DIGIT TWO", + direction="en", + linebreak="nu", + specials={ "font", 0x32 }, + unicodeslot=0x1D7EE, + visual="bf", + }, + [0x1D7EF]={ + category="nd", + description="MATHEMATICAL SANS-SERIF BOLD DIGIT THREE", + direction="en", + linebreak="nu", + specials={ "font", 0x33 }, + unicodeslot=0x1D7EF, + visual="bf", + }, + [0x1D7F0]={ + category="nd", + description="MATHEMATICAL SANS-SERIF BOLD DIGIT FOUR", + direction="en", + linebreak="nu", + specials={ "font", 0x34 }, + unicodeslot=0x1D7F0, + visual="bf", + }, + [0x1D7F1]={ + category="nd", + description="MATHEMATICAL SANS-SERIF BOLD DIGIT FIVE", + direction="en", + linebreak="nu", + specials={ "font", 0x35 }, + unicodeslot=0x1D7F1, + visual="bf", + }, + [0x1D7F2]={ + category="nd", + description="MATHEMATICAL SANS-SERIF BOLD DIGIT SIX", + direction="en", + linebreak="nu", + specials={ "font", 0x36 }, + unicodeslot=0x1D7F2, + visual="bf", + }, + [0x1D7F3]={ + category="nd", + description="MATHEMATICAL SANS-SERIF BOLD DIGIT SEVEN", + direction="en", + linebreak="nu", + specials={ "font", 0x37 }, + unicodeslot=0x1D7F3, + visual="bf", + }, + [0x1D7F4]={ + category="nd", + description="MATHEMATICAL SANS-SERIF BOLD DIGIT EIGHT", + direction="en", + linebreak="nu", + specials={ "font", 0x38 }, + unicodeslot=0x1D7F4, + visual="bf", + }, + [0x1D7F5]={ + category="nd", + description="MATHEMATICAL SANS-SERIF BOLD DIGIT NINE", + direction="en", + linebreak="nu", + specials={ "font", 0x39 }, + unicodeslot=0x1D7F5, + visual="bf", + }, + [0x1D7F6]={ + category="nd", + description="MATHEMATICAL MONOSPACE DIGIT ZERO", + direction="en", + linebreak="nu", + specials={ "font", 0x30 }, + unicodeslot=0x1D7F6, + }, + [0x1D7F7]={ + category="nd", + description="MATHEMATICAL MONOSPACE DIGIT ONE", + direction="en", + linebreak="nu", + specials={ "font", 0x31 }, + unicodeslot=0x1D7F7, + }, + [0x1D7F8]={ + category="nd", + description="MATHEMATICAL MONOSPACE DIGIT TWO", + direction="en", + linebreak="nu", + specials={ "font", 0x32 }, + unicodeslot=0x1D7F8, + }, + [0x1D7F9]={ + category="nd", + description="MATHEMATICAL MONOSPACE DIGIT THREE", + direction="en", + linebreak="nu", + specials={ "font", 0x33 }, + unicodeslot=0x1D7F9, + }, + [0x1D7FA]={ + category="nd", + description="MATHEMATICAL MONOSPACE DIGIT FOUR", + direction="en", + linebreak="nu", + specials={ "font", 0x34 }, + unicodeslot=0x1D7FA, + }, + [0x1D7FB]={ + category="nd", + description="MATHEMATICAL MONOSPACE DIGIT FIVE", + direction="en", + linebreak="nu", + specials={ "font", 0x35 }, + unicodeslot=0x1D7FB, + }, + [0x1D7FC]={ + category="nd", + description="MATHEMATICAL MONOSPACE DIGIT SIX", + direction="en", + linebreak="nu", + specials={ "font", 0x36 }, + unicodeslot=0x1D7FC, + }, + [0x1D7FD]={ + category="nd", + description="MATHEMATICAL MONOSPACE DIGIT SEVEN", + direction="en", + linebreak="nu", + specials={ "font", 0x37 }, + unicodeslot=0x1D7FD, + }, + [0x1D7FE]={ + category="nd", + description="MATHEMATICAL MONOSPACE DIGIT EIGHT", + direction="en", + linebreak="nu", + specials={ "font", 0x38 }, + unicodeslot=0x1D7FE, + }, + [0x1D7FF]={ + category="nd", + description="MATHEMATICAL MONOSPACE DIGIT NINE", + direction="en", + linebreak="nu", + specials={ "font", 0x39 }, + unicodeslot=0x1D7FF, + }, + [0x1D800]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE BOX MEDIUM", + description="SIGNWRITING HAND-FIST INDEX", direction="l", linebreak="al", - unicodeslot=0x1D943, + unicodeslot=0x1D800, }, - [0x1D944]={ + [0x1D801]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE BOX LARGE", + description="SIGNWRITING HAND-CIRCLE INDEX", direction="l", linebreak="al", - unicodeslot=0x1D944, + unicodeslot=0x1D801, }, - [0x1D945]={ + [0x1D802]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE ZIGZAG SMALL", + description="SIGNWRITING HAND-CUP INDEX", direction="l", linebreak="al", - unicodeslot=0x1D945, + unicodeslot=0x1D802, }, - [0x1D946]={ + [0x1D803]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE ZIGZAG MEDIUM", + description="SIGNWRITING HAND-OVAL INDEX", direction="l", linebreak="al", - unicodeslot=0x1D946, + unicodeslot=0x1D803, }, - [0x1D947]={ + [0x1D804]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE ZIGZAG LARGE", + description="SIGNWRITING HAND-HINGE INDEX", direction="l", linebreak="al", - unicodeslot=0x1D947, + unicodeslot=0x1D804, }, - [0x1D948]={ + [0x1D805]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE PEAKS SMALL", + description="SIGNWRITING HAND-ANGLE INDEX", direction="l", linebreak="al", - unicodeslot=0x1D948, + unicodeslot=0x1D805, }, - [0x1D949]={ + [0x1D806]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE PEAKS MEDIUM", + description="SIGNWRITING HAND-FIST INDEX BENT", direction="l", linebreak="al", - unicodeslot=0x1D949, + unicodeslot=0x1D806, }, - [0x1D94A]={ + [0x1D807]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE PEAKS LARGE", + description="SIGNWRITING HAND-CIRCLE INDEX BENT", direction="l", linebreak="al", - unicodeslot=0x1D94A, + unicodeslot=0x1D807, }, - [0x1D94B]={ + [0x1D808]={ category="so", - description="SIGNWRITING TRAVEL-WALLPLANE ROTATION-WALLPLANE SINGLE", + description="SIGNWRITING HAND-FIST THUMB UNDER INDEX BENT", direction="l", linebreak="al", - unicodeslot=0x1D94B, + unicodeslot=0x1D808, }, - [0x1D94C]={ + [0x1D809]={ category="so", - description="SIGNWRITING TRAVEL-WALLPLANE ROTATION-WALLPLANE DOUBLE", + description="SIGNWRITING HAND-FIST INDEX RAISED KNUCKLE", direction="l", linebreak="al", - unicodeslot=0x1D94C, + unicodeslot=0x1D809, }, - [0x1D94D]={ + [0x1D80A]={ category="so", - description="SIGNWRITING TRAVEL-WALLPLANE ROTATION-WALLPLANE ALTERNATING", + description="SIGNWRITING HAND-FIST INDEX CUPPED", direction="l", linebreak="al", - unicodeslot=0x1D94D, + unicodeslot=0x1D80A, }, - [0x1D94E]={ + [0x1D80B]={ category="so", - description="SIGNWRITING TRAVEL-WALLPLANE ROTATION-FLOORPLANE SINGLE", + description="SIGNWRITING HAND-FIST INDEX HINGED", direction="l", linebreak="al", - unicodeslot=0x1D94E, + unicodeslot=0x1D80B, }, - [0x1D94F]={ + [0x1D80C]={ category="so", - description="SIGNWRITING TRAVEL-WALLPLANE ROTATION-FLOORPLANE DOUBLE", + description="SIGNWRITING HAND-FIST INDEX HINGED LOW", direction="l", linebreak="al", - unicodeslot=0x1D94F, + unicodeslot=0x1D80C, }, - [0x1D950]={ + [0x1D80D]={ category="so", - description="SIGNWRITING TRAVEL-WALLPLANE ROTATION-FLOORPLANE ALTERNATING", + description="SIGNWRITING HAND-CIRCLE INDEX HINGE", direction="l", linebreak="al", - unicodeslot=0x1D950, + unicodeslot=0x1D80D, }, - [0x1D951]={ + [0x1D80E]={ category="so", - description="SIGNWRITING TRAVEL-WALLPLANE SHAKING", + description="SIGNWRITING HAND-FIST INDEX MIDDLE", direction="l", linebreak="al", - unicodeslot=0x1D951, + unicodeslot=0x1D80E, }, - [0x1D952]={ + [0x1D80F]={ category="so", - description="SIGNWRITING TRAVEL-WALLPLANE ARM SPIRAL SINGLE", + description="SIGNWRITING HAND-CIRCLE INDEX MIDDLE", direction="l", linebreak="al", - unicodeslot=0x1D952, + unicodeslot=0x1D80F, }, - [0x1D953]={ + [0x1D810]={ category="so", - description="SIGNWRITING TRAVEL-WALLPLANE ARM SPIRAL DOUBLE", + description="SIGNWRITING HAND-FIST INDEX MIDDLE BENT", direction="l", linebreak="al", - unicodeslot=0x1D953, + unicodeslot=0x1D810, }, - [0x1D954]={ + [0x1D811]={ category="so", - description="SIGNWRITING TRAVEL-WALLPLANE ARM SPIRAL TRIPLE", + description="SIGNWRITING HAND-FIST INDEX MIDDLE RAISED KNUCKLES", direction="l", linebreak="al", - unicodeslot=0x1D954, + unicodeslot=0x1D811, }, - [0x1D955]={ + [0x1D812]={ category="so", - description="SIGNWRITING MOVEMENT-DIAGONAL AWAY SMALL", + description="SIGNWRITING HAND-FIST INDEX MIDDLE HINGED", direction="l", linebreak="al", - unicodeslot=0x1D955, + unicodeslot=0x1D812, }, - [0x1D956]={ + [0x1D813]={ category="so", - description="SIGNWRITING MOVEMENT-DIAGONAL AWAY MEDIUM", + description="SIGNWRITING HAND-FIST INDEX UP MIDDLE HINGED", direction="l", linebreak="al", - unicodeslot=0x1D956, + unicodeslot=0x1D813, }, - [0x1D957]={ + [0x1D814]={ category="so", - description="SIGNWRITING MOVEMENT-DIAGONAL AWAY LARGE", + description="SIGNWRITING HAND-FIST INDEX HINGED MIDDLE UP", direction="l", linebreak="al", - unicodeslot=0x1D957, + unicodeslot=0x1D814, }, - [0x1D958]={ + [0x1D815]={ category="so", - description="SIGNWRITING MOVEMENT-DIAGONAL AWAY LARGEST", + description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED", direction="l", linebreak="al", - unicodeslot=0x1D958, + unicodeslot=0x1D815, }, - [0x1D959]={ + [0x1D816]={ category="so", - description="SIGNWRITING MOVEMENT-DIAGONAL TOWARDS SMALL", + description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED INDEX BENT", direction="l", linebreak="al", - unicodeslot=0x1D959, + unicodeslot=0x1D816, }, - [0x1D95A]={ + [0x1D817]={ category="so", - description="SIGNWRITING MOVEMENT-DIAGONAL TOWARDS MEDIUM", + description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED MIDDLE BENT", direction="l", linebreak="al", - unicodeslot=0x1D95A, + unicodeslot=0x1D817, }, - [0x1D95B]={ + [0x1D818]={ category="so", - description="SIGNWRITING MOVEMENT-DIAGONAL TOWARDS LARGE", + description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED CUPPED", direction="l", linebreak="al", - unicodeslot=0x1D95B, + unicodeslot=0x1D818, }, - [0x1D95C]={ + [0x1D819]={ category="so", - description="SIGNWRITING MOVEMENT-DIAGONAL TOWARDS LARGEST", + description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED HINGED", direction="l", linebreak="al", - unicodeslot=0x1D95C, + unicodeslot=0x1D819, }, - [0x1D95D]={ + [0x1D81A]={ category="so", - description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY SMALL", + description="SIGNWRITING HAND-FIST INDEX MIDDLE CROSSED", direction="l", linebreak="al", - unicodeslot=0x1D95D, + unicodeslot=0x1D81A, }, - [0x1D95E]={ + [0x1D81B]={ category="so", - description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY MEDIUM", + description="SIGNWRITING HAND-CIRCLE INDEX MIDDLE CROSSED", direction="l", linebreak="al", - unicodeslot=0x1D95E, + unicodeslot=0x1D81B, }, - [0x1D95F]={ + [0x1D81C]={ category="so", - description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY LARGE", + description="SIGNWRITING HAND-FIST MIDDLE BENT OVER INDEX", direction="l", linebreak="al", - unicodeslot=0x1D95F, + unicodeslot=0x1D81C, }, - [0x1D960]={ + [0x1D81D]={ category="so", - description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY LARGEST", + description="SIGNWRITING HAND-FIST INDEX BENT OVER MIDDLE", direction="l", linebreak="al", - unicodeslot=0x1D960, + unicodeslot=0x1D81D, }, - [0x1D961]={ + [0x1D81E]={ category="so", - description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS SMALL", + description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB", direction="l", linebreak="al", - unicodeslot=0x1D961, + unicodeslot=0x1D81E, }, - [0x1D962]={ + [0x1D81F]={ category="so", - description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS MEDIUM", + description="SIGNWRITING HAND-CIRCLE INDEX MIDDLE THUMB", direction="l", linebreak="al", - unicodeslot=0x1D962, + unicodeslot=0x1D81F, }, - [0x1D963]={ + [0x1D820]={ category="so", - description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS LARGE", + description="SIGNWRITING HAND-FIST INDEX MIDDLE STRAIGHT THUMB BENT", direction="l", linebreak="al", - unicodeslot=0x1D963, + unicodeslot=0x1D820, }, - [0x1D964]={ + [0x1D821]={ category="so", - description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS LARGEST", + description="SIGNWRITING HAND-FIST INDEX MIDDLE BENT THUMB STRAIGHT", direction="l", linebreak="al", - unicodeslot=0x1D964, + unicodeslot=0x1D821, }, - [0x1D965]={ + [0x1D822]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT SMALL", + description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB BENT", direction="l", linebreak="al", - unicodeslot=0x1D965, + unicodeslot=0x1D822, }, - [0x1D966]={ + [0x1D823]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT MEDIUM", + description="SIGNWRITING HAND-FIST INDEX MIDDLE HINGED SPREAD THUMB SIDE", direction="l", linebreak="al", - unicodeslot=0x1D966, + unicodeslot=0x1D823, }, - [0x1D967]={ + [0x1D824]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT LARGE", + description="SIGNWRITING HAND-FIST INDEX UP MIDDLE HINGED THUMB SIDE", direction="l", linebreak="al", - unicodeslot=0x1D967, + unicodeslot=0x1D824, }, - [0x1D968]={ + [0x1D825]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT LARGEST", + description="SIGNWRITING HAND-FIST INDEX UP MIDDLE HINGED THUMB CONJOINED", direction="l", linebreak="al", - unicodeslot=0x1D968, + unicodeslot=0x1D825, }, - [0x1D969]={ + [0x1D826]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE SINGLE WRIST FLEX", + description="SIGNWRITING HAND-FIST INDEX HINGED MIDDLE UP THUMB SIDE", direction="l", linebreak="al", - unicodeslot=0x1D969, + unicodeslot=0x1D826, }, - [0x1D96A]={ + [0x1D827]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE STRAIGHT", + description="SIGNWRITING HAND-FIST INDEX MIDDLE UP SPREAD THUMB FORWARD", direction="l", linebreak="al", - unicodeslot=0x1D96A, + unicodeslot=0x1D827, }, - [0x1D96B]={ + [0x1D828]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE WRIST FLEX", + description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB CUPPED", direction="l", linebreak="al", - unicodeslot=0x1D96B, + unicodeslot=0x1D828, }, - [0x1D96C]={ + [0x1D829]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE ALTERNATING", + description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB CIRCLED", direction="l", linebreak="al", - unicodeslot=0x1D96C, + unicodeslot=0x1D829, }, - [0x1D96D]={ + [0x1D82A]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE ALTERNATING WRIST FLEX", + description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB HOOKED", direction="l", linebreak="al", - unicodeslot=0x1D96D, + unicodeslot=0x1D82A, }, - [0x1D96E]={ + [0x1D82B]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE CROSS", + description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB HINGED", direction="l", linebreak="al", - unicodeslot=0x1D96E, + unicodeslot=0x1D82B, }, - [0x1D96F]={ + [0x1D82C]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE STRAIGHT MOVEMENT", + description="SIGNWRITING HAND-FIST THUMB BETWEEN INDEX MIDDLE STRAIGHT", direction="l", linebreak="al", - unicodeslot=0x1D96F, + unicodeslot=0x1D82C, }, - [0x1D970]={ + [0x1D82D]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE WRIST FLEX", + description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB SIDE", direction="l", linebreak="al", - unicodeslot=0x1D970, + unicodeslot=0x1D82D, }, - [0x1D971]={ + [0x1D82E]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE ALTERNATING MOVEMENT", + description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB SIDE CONJOINED", direction="l", linebreak="al", - unicodeslot=0x1D971, + unicodeslot=0x1D82E, }, - [0x1D972]={ + [0x1D82F]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE ALTERNATING WRIST FLEX", + description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB SIDE BENT", direction="l", linebreak="al", - unicodeslot=0x1D972, + unicodeslot=0x1D82F, }, - [0x1D973]={ + [0x1D830]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE BEND", + description="SIGNWRITING HAND-FIST MIDDLE THUMB HOOKED INDEX UP", direction="l", linebreak="al", - unicodeslot=0x1D973, + unicodeslot=0x1D830, }, - [0x1D974]={ + [0x1D831]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE CORNER SMALL", + description="SIGNWRITING HAND-FIST INDEX THUMB HOOKED MIDDLE UP", direction="l", linebreak="al", - unicodeslot=0x1D974, + unicodeslot=0x1D831, }, - [0x1D975]={ + [0x1D832]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE CORNER MEDIUM", + description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED HINGED THUMB SIDE", direction="l", linebreak="al", - unicodeslot=0x1D975, + unicodeslot=0x1D832, }, - [0x1D976]={ + [0x1D833]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE CORNER LARGE", + description="SIGNWRITING HAND-FIST INDEX MIDDLE CROSSED THUMB SIDE", direction="l", linebreak="al", - unicodeslot=0x1D976, + unicodeslot=0x1D833, }, - [0x1D977]={ + [0x1D834]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE CHECK", + description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB FORWARD", direction="l", linebreak="al", - unicodeslot=0x1D977, + unicodeslot=0x1D834, }, - [0x1D978]={ + [0x1D835]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE BOX SMALL", + description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED CUPPED THUMB FORWARD", direction="l", linebreak="al", - unicodeslot=0x1D978, + unicodeslot=0x1D835, }, - [0x1D979]={ + [0x1D836]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE BOX MEDIUM", + description="SIGNWRITING HAND-FIST MIDDLE THUMB CUPPED INDEX UP", direction="l", linebreak="al", - unicodeslot=0x1D979, + unicodeslot=0x1D836, }, - [0x1D97A]={ + [0x1D837]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE BOX LARGE", + description="SIGNWRITING HAND-FIST INDEX THUMB CUPPED MIDDLE UP", direction="l", linebreak="al", - unicodeslot=0x1D97A, + unicodeslot=0x1D837, }, - [0x1D97B]={ + [0x1D838]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE ZIGZAG SMALL", + description="SIGNWRITING HAND-FIST MIDDLE THUMB CIRCLED INDEX UP", direction="l", linebreak="al", - unicodeslot=0x1D97B, + unicodeslot=0x1D838, }, - [0x1D97C]={ + [0x1D839]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE ZIGZAG MEDIUM", + description="SIGNWRITING HAND-FIST MIDDLE THUMB CIRCLED INDEX HINGED", direction="l", linebreak="al", - unicodeslot=0x1D97C, + unicodeslot=0x1D839, }, - [0x1D97D]={ + [0x1D83A]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE ZIGZAG LARGE", + description="SIGNWRITING HAND-FIST INDEX THUMB ANGLED OUT MIDDLE UP", direction="l", linebreak="al", - unicodeslot=0x1D97D, + unicodeslot=0x1D83A, }, - [0x1D97E]={ + [0x1D83B]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE PEAKS SMALL", + description="SIGNWRITING HAND-FIST INDEX THUMB ANGLED IN MIDDLE UP", direction="l", linebreak="al", - unicodeslot=0x1D97E, + unicodeslot=0x1D83B, }, - [0x1D97F]={ + [0x1D83C]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE PEAKS MEDIUM", + description="SIGNWRITING HAND-FIST INDEX THUMB CIRCLED MIDDLE UP", direction="l", linebreak="al", - unicodeslot=0x1D97F, + unicodeslot=0x1D83C, }, - [0x1D980]={ + [0x1D83D]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE PEAKS LARGE", + description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB CONJOINED HINGED", direction="l", linebreak="al", - unicodeslot=0x1D980, + unicodeslot=0x1D83D, }, - [0x1D981]={ + [0x1D83E]={ category="so", - description="SIGNWRITING TRAVEL-FLOORPLANE ROTATION-FLOORPLANE SINGLE", + description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB ANGLED OUT", direction="l", linebreak="al", - unicodeslot=0x1D981, + unicodeslot=0x1D83E, }, - [0x1D982]={ + [0x1D83F]={ category="so", - description="SIGNWRITING TRAVEL-FLOORPLANE ROTATION-FLOORPLANE DOUBLE", + description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB ANGLED", direction="l", linebreak="al", - unicodeslot=0x1D982, + unicodeslot=0x1D83F, }, - [0x1D983]={ + [0x1D840]={ category="so", - description="SIGNWRITING TRAVEL-FLOORPLANE ROTATION-FLOORPLANE ALTERNATING", + description="SIGNWRITING HAND-FIST MIDDLE THUMB ANGLED OUT INDEX UP", direction="l", linebreak="al", - unicodeslot=0x1D983, + unicodeslot=0x1D840, }, - [0x1D984]={ + [0x1D841]={ category="so", - description="SIGNWRITING TRAVEL-FLOORPLANE ROTATION-WALLPLANE SINGLE", + description="SIGNWRITING HAND-FIST MIDDLE THUMB ANGLED OUT INDEX CROSSED", direction="l", linebreak="al", - unicodeslot=0x1D984, + unicodeslot=0x1D841, }, - [0x1D985]={ + [0x1D842]={ category="so", - description="SIGNWRITING TRAVEL-FLOORPLANE ROTATION-WALLPLANE DOUBLE", + description="SIGNWRITING HAND-FIST MIDDLE THUMB ANGLED INDEX UP", direction="l", linebreak="al", - unicodeslot=0x1D985, + unicodeslot=0x1D842, }, - [0x1D986]={ + [0x1D843]={ category="so", - description="SIGNWRITING TRAVEL-FLOORPLANE ROTATION-WALLPLANE ALTERNATING", + description="SIGNWRITING HAND-FIST INDEX THUMB HOOKED MIDDLE HINGED", direction="l", linebreak="al", - unicodeslot=0x1D986, + unicodeslot=0x1D843, }, - [0x1D987]={ + [0x1D844]={ category="so", - description="SIGNWRITING TRAVEL-FLOORPLANE SHAKING", + description="SIGNWRITING HAND-FLAT FOUR FINGERS", direction="l", linebreak="al", - unicodeslot=0x1D987, + unicodeslot=0x1D844, }, - [0x1D988]={ + [0x1D845]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER SMALL", + description="SIGNWRITING HAND-FLAT FOUR FINGERS BENT", direction="l", linebreak="al", - unicodeslot=0x1D988, + unicodeslot=0x1D845, }, - [0x1D989]={ + [0x1D846]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER MEDIUM", + description="SIGNWRITING HAND-FLAT FOUR FINGERS HINGED", direction="l", linebreak="al", - unicodeslot=0x1D989, + unicodeslot=0x1D846, }, - [0x1D98A]={ + [0x1D847]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER LARGE", + description="SIGNWRITING HAND-FLAT FOUR FINGERS CONJOINED", direction="l", linebreak="al", - unicodeslot=0x1D98A, + unicodeslot=0x1D847, }, - [0x1D98B]={ + [0x1D848]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER LARGEST", + description="SIGNWRITING HAND-FLAT FOUR FINGERS CONJOINED SPLIT", direction="l", linebreak="al", - unicodeslot=0x1D98B, + unicodeslot=0x1D848, }, - [0x1D98C]={ + [0x1D849]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE SMALL", + description="SIGNWRITING HAND-CLAW FOUR FINGERS CONJOINED", direction="l", linebreak="al", - unicodeslot=0x1D98C, + unicodeslot=0x1D849, }, - [0x1D98D]={ + [0x1D84A]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE MEDIUM", + description="SIGNWRITING HAND-FIST FOUR FINGERS CONJOINED BENT", direction="l", linebreak="al", - unicodeslot=0x1D98D, + unicodeslot=0x1D84A, }, - [0x1D98E]={ + [0x1D84B]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE LARGE", + description="SIGNWRITING HAND-HINGE FOUR FINGERS CONJOINED", direction="l", linebreak="al", - unicodeslot=0x1D98E, + unicodeslot=0x1D84B, }, - [0x1D98F]={ + [0x1D84C]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE LARGEST", + description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD", direction="l", linebreak="al", - unicodeslot=0x1D98F, + unicodeslot=0x1D84C, }, - [0x1D990]={ + [0x1D84D]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE CURVE THREE-QUARTER CIRCLE SMALL", + description="SIGNWRITING HAND-FLAT HEEL FIVE FINGERS SPREAD", direction="l", linebreak="al", - unicodeslot=0x1D990, + unicodeslot=0x1D84D, }, - [0x1D991]={ + [0x1D84E]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE CURVE THREE-QUARTER CIRCLE MEDIUM", + description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD FOUR BENT", direction="l", linebreak="al", - unicodeslot=0x1D991, + unicodeslot=0x1D84E, }, - [0x1D992]={ + [0x1D84F]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE HUMP SMALL", + description="SIGNWRITING HAND-FLAT HEEL FIVE FINGERS SPREAD FOUR BENT", direction="l", linebreak="al", - unicodeslot=0x1D992, + unicodeslot=0x1D84F, }, - [0x1D993]={ + [0x1D850]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE HUMP MEDIUM", + description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD BENT", direction="l", linebreak="al", - unicodeslot=0x1D993, + unicodeslot=0x1D850, }, - [0x1D994]={ + [0x1D851]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE HUMP LARGE", + description="SIGNWRITING HAND-FLAT HEEL FIVE FINGERS SPREAD BENT", direction="l", linebreak="al", - unicodeslot=0x1D994, + unicodeslot=0x1D851, }, - [0x1D995]={ + [0x1D852]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE LOOP SMALL", + description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD THUMB FORWARD", direction="l", linebreak="al", - unicodeslot=0x1D995, + unicodeslot=0x1D852, }, - [0x1D996]={ + [0x1D853]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE LOOP MEDIUM", + description="SIGNWRITING HAND-CUP FIVE FINGERS SPREAD", direction="l", linebreak="al", - unicodeslot=0x1D996, + unicodeslot=0x1D853, }, - [0x1D997]={ + [0x1D854]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE LOOP LARGE", + description="SIGNWRITING HAND-CUP FIVE FINGERS SPREAD OPEN", direction="l", linebreak="al", - unicodeslot=0x1D997, + unicodeslot=0x1D854, }, - [0x1D998]={ + [0x1D855]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE LOOP SMALL DOUBLE", + description="SIGNWRITING HAND-HINGE FIVE FINGERS SPREAD OPEN", direction="l", linebreak="al", - unicodeslot=0x1D998, + unicodeslot=0x1D855, }, - [0x1D999]={ + [0x1D856]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE DOUBLE SMALL", + description="SIGNWRITING HAND-OVAL FIVE FINGERS SPREAD", direction="l", linebreak="al", - unicodeslot=0x1D999, + unicodeslot=0x1D856, }, - [0x1D99A]={ + [0x1D857]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE DOUBLE MEDIUM", + description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD HINGED", direction="l", linebreak="al", - unicodeslot=0x1D99A, + unicodeslot=0x1D857, }, - [0x1D99B]={ + [0x1D858]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE DOUBLE LARGE", + description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD HINGED THUMB SIDE", direction="l", linebreak="al", - unicodeslot=0x1D99B, + unicodeslot=0x1D858, }, - [0x1D99C]={ + [0x1D859]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE TRIPLE SMALL", + description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD HINGED NO THUMB", direction="l", linebreak="al", - unicodeslot=0x1D99C, + unicodeslot=0x1D859, }, - [0x1D99D]={ + [0x1D85A]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE TRIPLE MEDIUM", + description="SIGNWRITING HAND-FLAT", direction="l", linebreak="al", - unicodeslot=0x1D99D, + unicodeslot=0x1D85A, }, - [0x1D99E]={ + [0x1D85B]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE TRIPLE LARGE", + description="SIGNWRITING HAND-FLAT BETWEEN PALM FACINGS", direction="l", linebreak="al", - unicodeslot=0x1D99E, + unicodeslot=0x1D85B, }, - [0x1D99F]={ + [0x1D85C]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE CURVE THEN STRAIGHT", + description="SIGNWRITING HAND-FLAT HEEL", direction="l", linebreak="al", - unicodeslot=0x1D99F, + unicodeslot=0x1D85C, }, - [0x1D9A0]={ + [0x1D85D]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE CURVED CROSS SMALL", + description="SIGNWRITING HAND-FLAT THUMB SIDE", direction="l", linebreak="al", - unicodeslot=0x1D9A0, + unicodeslot=0x1D85D, }, - [0x1D9A1]={ + [0x1D85E]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE CURVED CROSS MEDIUM", + description="SIGNWRITING HAND-FLAT HEEL THUMB SIDE", direction="l", linebreak="al", - unicodeslot=0x1D9A1, + unicodeslot=0x1D85E, }, - [0x1D9A2]={ + [0x1D85F]={ category="so", - description="SIGNWRITING ROTATION-WALLPLANE SINGLE", + description="SIGNWRITING HAND-FLAT THUMB BENT", direction="l", linebreak="al", - unicodeslot=0x1D9A2, + unicodeslot=0x1D85F, }, - [0x1D9A3]={ + [0x1D860]={ category="so", - description="SIGNWRITING ROTATION-WALLPLANE DOUBLE", + description="SIGNWRITING HAND-FLAT THUMB FORWARD", direction="l", linebreak="al", - unicodeslot=0x1D9A3, + unicodeslot=0x1D860, }, - [0x1D9A4]={ + [0x1D861]={ category="so", - description="SIGNWRITING ROTATION-WALLPLANE ALTERNATE", + description="SIGNWRITING HAND-FLAT SPLIT INDEX THUMB SIDE", direction="l", linebreak="al", - unicodeslot=0x1D9A4, + unicodeslot=0x1D861, }, - [0x1D9A5]={ + [0x1D862]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE SHAKING", + description="SIGNWRITING HAND-FLAT SPLIT CENTRE", direction="l", linebreak="al", - unicodeslot=0x1D9A5, + unicodeslot=0x1D862, }, - [0x1D9A6]={ + [0x1D863]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE CURVE HITTING FRONT WALL", + description="SIGNWRITING HAND-FLAT SPLIT CENTRE THUMB SIDE", direction="l", linebreak="al", - unicodeslot=0x1D9A6, + unicodeslot=0x1D863, }, - [0x1D9A7]={ + [0x1D864]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE HUMP HITTING FRONT WALL", + description="SIGNWRITING HAND-FLAT SPLIT CENTRE THUMB SIDE BENT", direction="l", linebreak="al", - unicodeslot=0x1D9A7, + unicodeslot=0x1D864, }, - [0x1D9A8]={ + [0x1D865]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE LOOP HITTING FRONT WALL", + description="SIGNWRITING HAND-FLAT SPLIT LITTLE", direction="l", linebreak="al", - unicodeslot=0x1D9A8, + unicodeslot=0x1D865, }, - [0x1D9A9]={ + [0x1D866]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE WAVE HITTING FRONT WALL", + description="SIGNWRITING HAND-CLAW", direction="l", linebreak="al", - unicodeslot=0x1D9A9, + unicodeslot=0x1D866, }, - [0x1D9AA]={ + [0x1D867]={ category="so", - description="SIGNWRITING ROTATION-WALLPLANE SINGLE HITTING FRONT WALL", + description="SIGNWRITING HAND-CLAW THUMB SIDE", direction="l", linebreak="al", - unicodeslot=0x1D9AA, + unicodeslot=0x1D867, }, - [0x1D9AB]={ + [0x1D868]={ category="so", - description="SIGNWRITING ROTATION-WALLPLANE DOUBLE HITTING FRONT WALL", + description="SIGNWRITING HAND-CLAW NO THUMB", direction="l", linebreak="al", - unicodeslot=0x1D9AB, + unicodeslot=0x1D868, }, - [0x1D9AC]={ + [0x1D869]={ category="so", - description="SIGNWRITING ROTATION-WALLPLANE ALTERNATING HITTING FRONT WALL", + description="SIGNWRITING HAND-CLAW THUMB FORWARD", direction="l", linebreak="al", - unicodeslot=0x1D9AC, + unicodeslot=0x1D869, }, - [0x1D9AD]={ + [0x1D86A]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE CURVE HITTING CHEST", + description="SIGNWRITING HAND-HOOK CURLICUE", direction="l", linebreak="al", - unicodeslot=0x1D9AD, + unicodeslot=0x1D86A, }, - [0x1D9AE]={ + [0x1D86B]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE HUMP HITTING CHEST", + description="SIGNWRITING HAND-HOOK", direction="l", linebreak="al", - unicodeslot=0x1D9AE, + unicodeslot=0x1D86B, }, - [0x1D9AF]={ + [0x1D86C]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE LOOP HITTING CHEST", + description="SIGNWRITING HAND-CUP OPEN", direction="l", linebreak="al", - unicodeslot=0x1D9AF, + unicodeslot=0x1D86C, }, - [0x1D9B0]={ + [0x1D86D]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE WAVE HITTING CHEST", + description="SIGNWRITING HAND-CUP", direction="l", linebreak="al", - unicodeslot=0x1D9B0, + unicodeslot=0x1D86D, }, - [0x1D9B1]={ + [0x1D86E]={ category="so", - description="SIGNWRITING ROTATION-WALLPLANE SINGLE HITTING CHEST", + description="SIGNWRITING HAND-CUP OPEN THUMB SIDE", direction="l", linebreak="al", - unicodeslot=0x1D9B1, + unicodeslot=0x1D86E, }, - [0x1D9B2]={ + [0x1D86F]={ category="so", - description="SIGNWRITING ROTATION-WALLPLANE DOUBLE HITTING CHEST", + description="SIGNWRITING HAND-CUP THUMB SIDE", direction="l", linebreak="al", - unicodeslot=0x1D9B2, + unicodeslot=0x1D86F, }, - [0x1D9B3]={ + [0x1D870]={ category="so", - description="SIGNWRITING ROTATION-WALLPLANE ALTERNATING HITTING CHEST", + description="SIGNWRITING HAND-CUP OPEN NO THUMB", direction="l", linebreak="al", - unicodeslot=0x1D9B3, + unicodeslot=0x1D870, }, - [0x1D9B4]={ + [0x1D871]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE WAVE DIAGONAL PATH SMALL", + description="SIGNWRITING HAND-CUP NO THUMB", direction="l", linebreak="al", - unicodeslot=0x1D9B4, + unicodeslot=0x1D871, }, - [0x1D9B5]={ + [0x1D872]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE WAVE DIAGONAL PATH MEDIUM", + description="SIGNWRITING HAND-CUP OPEN THUMB FORWARD", direction="l", linebreak="al", - unicodeslot=0x1D9B5, + unicodeslot=0x1D872, }, - [0x1D9B6]={ + [0x1D873]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE WAVE DIAGONAL PATH LARGE", + description="SIGNWRITING HAND-CUP THUMB FORWARD", direction="l", linebreak="al", - unicodeslot=0x1D9B6, + unicodeslot=0x1D873, }, - [0x1D9B7]={ + [0x1D874]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING CEILING SMALL", + description="SIGNWRITING HAND-CURLICUE OPEN", direction="l", linebreak="al", - unicodeslot=0x1D9B7, + unicodeslot=0x1D874, }, - [0x1D9B8]={ + [0x1D875]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING CEILING LARGE", + description="SIGNWRITING HAND-CURLICUE", direction="l", linebreak="al", - unicodeslot=0x1D9B8, + unicodeslot=0x1D875, }, - [0x1D9B9]={ + [0x1D876]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING SMALL DOUBLE", + description="SIGNWRITING HAND-CIRCLE", direction="l", linebreak="al", - unicodeslot=0x1D9B9, + unicodeslot=0x1D876, }, - [0x1D9BA]={ + [0x1D877]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING LARGE DOUBLE", + description="SIGNWRITING HAND-OVAL", direction="l", linebreak="al", - unicodeslot=0x1D9BA, + unicodeslot=0x1D877, }, - [0x1D9BB]={ + [0x1D878]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING SMALL TRIPLE", + description="SIGNWRITING HAND-OVAL THUMB SIDE", direction="l", linebreak="al", - unicodeslot=0x1D9BB, + unicodeslot=0x1D878, }, - [0x1D9BC]={ + [0x1D879]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING LARGE TRIPLE", + description="SIGNWRITING HAND-OVAL NO THUMB", direction="l", linebreak="al", - unicodeslot=0x1D9BC, + unicodeslot=0x1D879, }, - [0x1D9BD]={ + [0x1D87A]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING SMALL SINGLE", + description="SIGNWRITING HAND-OVAL THUMB FORWARD", direction="l", linebreak="al", - unicodeslot=0x1D9BD, + unicodeslot=0x1D87A, }, - [0x1D9BE]={ + [0x1D87B]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING LARGE SINGLE", + description="SIGNWRITING HAND-HINGE OPEN", direction="l", linebreak="al", - unicodeslot=0x1D9BE, + unicodeslot=0x1D87B, }, - [0x1D9BF]={ + [0x1D87C]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING SMALL DOUBLE", + description="SIGNWRITING HAND-HINGE OPEN THUMB FORWARD", direction="l", linebreak="al", - unicodeslot=0x1D9BF, + unicodeslot=0x1D87C, }, - [0x1D9C0]={ + [0x1D87D]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING LARGE DOUBLE", + description="SIGNWRITING HAND-HINGE", direction="l", linebreak="al", - unicodeslot=0x1D9C0, + unicodeslot=0x1D87D, }, - [0x1D9C1]={ + [0x1D87E]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING CEILING SMALL", + description="SIGNWRITING HAND-HINGE SMALL", direction="l", linebreak="al", - unicodeslot=0x1D9C1, + unicodeslot=0x1D87E, }, - [0x1D9C2]={ + [0x1D87F]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING CEILING LARGE", + description="SIGNWRITING HAND-HINGE OPEN THUMB SIDE", direction="l", linebreak="al", - unicodeslot=0x1D9C2, + unicodeslot=0x1D87F, }, - [0x1D9C3]={ + [0x1D880]={ category="so", - description="SIGNWRITING ROTATION-FLOORPLANE SINGLE HITTING CEILING", + description="SIGNWRITING HAND-HINGE THUMB SIDE", direction="l", linebreak="al", - unicodeslot=0x1D9C3, + unicodeslot=0x1D880, }, - [0x1D9C4]={ + [0x1D881]={ category="so", - description="SIGNWRITING ROTATION-FLOORPLANE DOUBLE HITTING CEILING", + description="SIGNWRITING HAND-HINGE OPEN NO THUMB", direction="l", linebreak="al", - unicodeslot=0x1D9C4, + unicodeslot=0x1D881, }, - [0x1D9C5]={ + [0x1D882]={ category="so", - description="SIGNWRITING ROTATION-FLOORPLANE ALTERNATING HITTING CEILING", + description="SIGNWRITING HAND-HINGE NO THUMB", direction="l", linebreak="al", - unicodeslot=0x1D9C5, + unicodeslot=0x1D882, }, - [0x1D9C6]={ + [0x1D883]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING FLOOR SMALL", + description="SIGNWRITING HAND-HINGE THUMB SIDE TOUCHING INDEX", direction="l", linebreak="al", - unicodeslot=0x1D9C6, + unicodeslot=0x1D883, }, - [0x1D9C7]={ + [0x1D884]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING FLOOR LARGE", + description="SIGNWRITING HAND-HINGE THUMB BETWEEN MIDDLE RING", direction="l", linebreak="al", - unicodeslot=0x1D9C7, + unicodeslot=0x1D884, }, - [0x1D9C8]={ + [0x1D885]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR SMALL DOUBLE", + description="SIGNWRITING HAND-ANGLE", direction="l", linebreak="al", - unicodeslot=0x1D9C8, + unicodeslot=0x1D885, }, - [0x1D9C9]={ + [0x1D886]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR LARGE DOUBLE", + description="SIGNWRITING HAND-FIST INDEX MIDDLE RING", direction="l", linebreak="al", - unicodeslot=0x1D9C9, + unicodeslot=0x1D886, }, - [0x1D9CA]={ + [0x1D887]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR TRIPLE SMALL TRIPLE", + description="SIGNWRITING HAND-CIRCLE INDEX MIDDLE RING", direction="l", linebreak="al", - unicodeslot=0x1D9CA, + unicodeslot=0x1D887, }, - [0x1D9CB]={ + [0x1D888]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR TRIPLE LARGE TRIPLE", + description="SIGNWRITING HAND-HINGE INDEX MIDDLE RING", direction="l", linebreak="al", - unicodeslot=0x1D9CB, + unicodeslot=0x1D888, }, - [0x1D9CC]={ + [0x1D889]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR SMALL SINGLE", + description="SIGNWRITING HAND-ANGLE INDEX MIDDLE RING", direction="l", linebreak="al", - unicodeslot=0x1D9CC, + unicodeslot=0x1D889, }, - [0x1D9CD]={ + [0x1D88A]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR LARGE SINGLE", + description="SIGNWRITING HAND-HINGE LITTLE", direction="l", linebreak="al", - unicodeslot=0x1D9CD, + unicodeslot=0x1D88A, }, - [0x1D9CE]={ + [0x1D88B]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR SMALL DOUBLE", + description="SIGNWRITING HAND-FIST INDEX MIDDLE RING BENT", direction="l", linebreak="al", - unicodeslot=0x1D9CE, + unicodeslot=0x1D88B, }, - [0x1D9CF]={ + [0x1D88C]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR LARGE DOUBLE", + description="SIGNWRITING HAND-FIST INDEX MIDDLE RING CONJOINED", direction="l", linebreak="al", - unicodeslot=0x1D9CF, + unicodeslot=0x1D88C, }, - [0x1D9D0]={ + [0x1D88D]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING FLOOR SMALL", + description="SIGNWRITING HAND-HINGE INDEX MIDDLE RING CONJOINED", direction="l", linebreak="al", - unicodeslot=0x1D9D0, + unicodeslot=0x1D88D, }, - [0x1D9D1]={ + [0x1D88E]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING FLOOR LARGE", + description="SIGNWRITING HAND-FIST LITTLE DOWN", direction="l", linebreak="al", - unicodeslot=0x1D9D1, + unicodeslot=0x1D88E, }, - [0x1D9D2]={ + [0x1D88F]={ category="so", - description="SIGNWRITING ROTATION-FLOORPLANE SINGLE HITTING FLOOR", + description="SIGNWRITING HAND-FIST LITTLE DOWN RIPPLE STRAIGHT", direction="l", linebreak="al", - unicodeslot=0x1D9D2, + unicodeslot=0x1D88F, }, - [0x1D9D3]={ + [0x1D890]={ category="so", - description="SIGNWRITING ROTATION-FLOORPLANE DOUBLE HITTING FLOOR", + description="SIGNWRITING HAND-FIST LITTLE DOWN RIPPLE CURVED", direction="l", linebreak="al", - unicodeslot=0x1D9D3, + unicodeslot=0x1D890, }, - [0x1D9D4]={ + [0x1D891]={ category="so", - description="SIGNWRITING ROTATION-FLOORPLANE ALTERNATING HITTING FLOOR", + description="SIGNWRITING HAND-FIST LITTLE DOWN OTHERS CIRCLED", direction="l", linebreak="al", - unicodeslot=0x1D9D4, + unicodeslot=0x1D891, }, - [0x1D9D5]={ + [0x1D892]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE SMALL", + description="SIGNWRITING HAND-FIST LITTLE UP", direction="l", linebreak="al", - unicodeslot=0x1D9D5, + unicodeslot=0x1D892, }, - [0x1D9D6]={ + [0x1D893]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE MEDIUM", + description="SIGNWRITING HAND-FIST THUMB UNDER LITTLE UP", direction="l", linebreak="al", - unicodeslot=0x1D9D6, + unicodeslot=0x1D893, }, - [0x1D9D7]={ + [0x1D894]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE LARGE", + description="SIGNWRITING HAND-CIRCLE LITTLE UP", direction="l", linebreak="al", - unicodeslot=0x1D9D7, + unicodeslot=0x1D894, }, - [0x1D9D8]={ + [0x1D895]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE LARGEST", + description="SIGNWRITING HAND-OVAL LITTLE UP", direction="l", linebreak="al", - unicodeslot=0x1D9D8, + unicodeslot=0x1D895, }, - [0x1D9D9]={ + [0x1D896]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE COMBINED", + description="SIGNWRITING HAND-ANGLE LITTLE UP", direction="l", linebreak="al", - unicodeslot=0x1D9D9, + unicodeslot=0x1D896, }, - [0x1D9DA]={ + [0x1D897]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP SMALL", + description="SIGNWRITING HAND-FIST LITTLE RAISED KNUCKLE", direction="l", linebreak="al", - unicodeslot=0x1D9DA, + unicodeslot=0x1D897, }, - [0x1D9DB]={ + [0x1D898]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP SMALL", + description="SIGNWRITING HAND-FIST LITTLE BENT", direction="l", linebreak="al", - unicodeslot=0x1D9DB, + unicodeslot=0x1D898, }, - [0x1D9DC]={ + [0x1D899]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE SNAKE", + description="SIGNWRITING HAND-FIST LITTLE TOUCHES THUMB", direction="l", linebreak="al", - unicodeslot=0x1D9DC, + unicodeslot=0x1D899, }, - [0x1D9DD]={ + [0x1D89A]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE SMALL", + description="SIGNWRITING HAND-FIST LITTLE THUMB", direction="l", linebreak="al", - unicodeslot=0x1D9DD, + unicodeslot=0x1D89A, }, - [0x1D9DE]={ + [0x1D89B]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE LARGE", + description="SIGNWRITING HAND-HINGE LITTLE THUMB", direction="l", linebreak="al", - unicodeslot=0x1D9DE, + unicodeslot=0x1D89B, }, - [0x1D9DF]={ + [0x1D89C]={ category="so", - description="SIGNWRITING ROTATION-FLOORPLANE SINGLE", + description="SIGNWRITING HAND-FIST LITTLE INDEX THUMB", direction="l", linebreak="al", - unicodeslot=0x1D9DF, + unicodeslot=0x1D89C, }, - [0x1D9E0]={ + [0x1D89D]={ category="so", - description="SIGNWRITING ROTATION-FLOORPLANE DOUBLE", + description="SIGNWRITING HAND-HINGE LITTLE INDEX THUMB", direction="l", linebreak="al", - unicodeslot=0x1D9E0, + unicodeslot=0x1D89D, }, - [0x1D9E1]={ + [0x1D89E]={ category="so", - description="SIGNWRITING ROTATION-FLOORPLANE ALTERNATING", + description="SIGNWRITING HAND-ANGLE LITTLE INDEX THUMB INDEX THUMB OUT", direction="l", linebreak="al", - unicodeslot=0x1D9E1, + unicodeslot=0x1D89E, }, - [0x1D9E2]={ + [0x1D89F]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE SHAKING PARALLEL", + description="SIGNWRITING HAND-ANGLE LITTLE INDEX THUMB INDEX THUMB", direction="l", linebreak="al", - unicodeslot=0x1D9E2, + unicodeslot=0x1D89F, }, - [0x1D9E3]={ + [0x1D8A0]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE SMALL SINGLE", + description="SIGNWRITING HAND-FIST LITTLE INDEX", direction="l", linebreak="al", - unicodeslot=0x1D9E3, + unicodeslot=0x1D8A0, }, - [0x1D9E4]={ + [0x1D8A1]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE MEDIUM SINGLE", + description="SIGNWRITING HAND-CIRCLE LITTLE INDEX", direction="l", linebreak="al", - unicodeslot=0x1D9E4, + unicodeslot=0x1D8A1, }, - [0x1D9E5]={ + [0x1D8A2]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE SMALL DOUBLE", + description="SIGNWRITING HAND-HINGE LITTLE INDEX", direction="l", linebreak="al", - unicodeslot=0x1D9E5, + unicodeslot=0x1D8A2, }, - [0x1D9E6]={ + [0x1D8A3]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE MEDIUM DOUBLE", + description="SIGNWRITING HAND-ANGLE LITTLE INDEX", direction="l", linebreak="al", - unicodeslot=0x1D9E6, + unicodeslot=0x1D8A3, }, - [0x1D9E7]={ + [0x1D8A4]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL SMALL SINGLE", + description="SIGNWRITING HAND-FIST INDEX MIDDLE LITTLE", direction="l", linebreak="al", - unicodeslot=0x1D9E7, + unicodeslot=0x1D8A4, }, - [0x1D9E8]={ + [0x1D8A5]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL MEDIUM SINGLE", + description="SIGNWRITING HAND-CIRCLE INDEX MIDDLE LITTLE", direction="l", linebreak="al", - unicodeslot=0x1D9E8, + unicodeslot=0x1D8A5, }, - [0x1D9E9]={ + [0x1D8A6]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL LARGE SINGLE", + description="SIGNWRITING HAND-HINGE INDEX MIDDLE LITTLE", direction="l", linebreak="al", - unicodeslot=0x1D9E9, + unicodeslot=0x1D8A6, }, - [0x1D9EA]={ + [0x1D8A7]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL SMALL DOUBLE", + description="SIGNWRITING HAND-HINGE RING", direction="l", linebreak="al", - unicodeslot=0x1D9EA, + unicodeslot=0x1D8A7, }, - [0x1D9EB]={ + [0x1D8A8]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL MEDIUM DOUBLE", + description="SIGNWRITING HAND-ANGLE INDEX MIDDLE LITTLE", direction="l", linebreak="al", - unicodeslot=0x1D9EB, + unicodeslot=0x1D8A8, }, - [0x1D9EC]={ + [0x1D8A9]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL LARGE DOUBLE", + description="SIGNWRITING HAND-FIST INDEX MIDDLE CROSS LITTLE", direction="l", linebreak="al", - unicodeslot=0x1D9EC, + unicodeslot=0x1D8A9, }, - [0x1D9ED]={ + [0x1D8AA]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE WRIST CIRCLE FRONT SINGLE", + description="SIGNWRITING HAND-CIRCLE INDEX MIDDLE CROSS LITTLE", direction="l", linebreak="al", - unicodeslot=0x1D9ED, + unicodeslot=0x1D8AA, }, - [0x1D9EE]={ + [0x1D8AB]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE WRIST CIRCLE FRONT DOUBLE", + description="SIGNWRITING HAND-FIST RING DOWN", direction="l", linebreak="al", - unicodeslot=0x1D9EE, + unicodeslot=0x1D8AB, }, - [0x1D9EF]={ + [0x1D8AC]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE WRIST CIRCLE HITTING WALL SINGLE", + description="SIGNWRITING HAND-HINGE RING DOWN INDEX THUMB HOOK MIDDLE", direction="l", linebreak="al", - unicodeslot=0x1D9EF, + unicodeslot=0x1D8AC, }, - [0x1D9F0]={ + [0x1D8AD]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE WRIST CIRCLE HITTING WALL DOUBLE", + description="SIGNWRITING HAND-ANGLE RING DOWN MIDDLE THUMB INDEX CROSS", direction="l", linebreak="al", - unicodeslot=0x1D9F0, + unicodeslot=0x1D8AD, }, - [0x1D9F1]={ + [0x1D8AE]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE FINGER CIRCLES SINGLE", + description="SIGNWRITING HAND-FIST RING UP", direction="l", linebreak="al", - unicodeslot=0x1D9F1, + unicodeslot=0x1D8AE, }, - [0x1D9F2]={ + [0x1D8AF]={ category="so", - description="SIGNWRITING MOVEMENT-WALLPLANE FINGER CIRCLES DOUBLE", + description="SIGNWRITING HAND-FIST RING RAISED KNUCKLE", direction="l", linebreak="al", - unicodeslot=0x1D9F2, + unicodeslot=0x1D8AF, }, - [0x1D9F3]={ + [0x1D8B0]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE FINGER CIRCLES HITTING WALL SINGLE", + description="SIGNWRITING HAND-FIST RING LITTLE", direction="l", linebreak="al", - unicodeslot=0x1D9F3, + unicodeslot=0x1D8B0, }, - [0x1D9F4]={ + [0x1D8B1]={ category="so", - description="SIGNWRITING MOVEMENT-FLOORPLANE FINGER CIRCLES HITTING WALL DOUBLE", + description="SIGNWRITING HAND-CIRCLE RING LITTLE", direction="l", linebreak="al", - unicodeslot=0x1D9F4, + unicodeslot=0x1D8B1, }, - [0x1D9F5]={ + [0x1D8B2]={ category="so", - description="SIGNWRITING DYNAMIC ARROWHEAD SMALL", + description="SIGNWRITING HAND-OVAL RING LITTLE", direction="l", linebreak="al", - unicodeslot=0x1D9F5, + unicodeslot=0x1D8B2, }, - [0x1D9F6]={ + [0x1D8B3]={ category="so", - description="SIGNWRITING DYNAMIC ARROWHEAD LARGE", + description="SIGNWRITING HAND-ANGLE RING LITTLE", direction="l", linebreak="al", - unicodeslot=0x1D9F6, + unicodeslot=0x1D8B3, }, - [0x1D9F7]={ + [0x1D8B4]={ category="so", - description="SIGNWRITING DYNAMIC FAST", + description="SIGNWRITING HAND-FIST RING MIDDLE", direction="l", linebreak="al", - unicodeslot=0x1D9F7, + unicodeslot=0x1D8B4, }, - [0x1D9F8]={ + [0x1D8B5]={ category="so", - description="SIGNWRITING DYNAMIC SLOW", + description="SIGNWRITING HAND-FIST RING MIDDLE CONJOINED", direction="l", linebreak="al", - unicodeslot=0x1D9F8, + unicodeslot=0x1D8B5, }, - [0x1D9F9]={ + [0x1D8B6]={ category="so", - description="SIGNWRITING DYNAMIC TENSE", + description="SIGNWRITING HAND-FIST RING MIDDLE RAISED KNUCKLES", direction="l", linebreak="al", - unicodeslot=0x1D9F9, + unicodeslot=0x1D8B6, }, - [0x1D9FA]={ + [0x1D8B7]={ category="so", - description="SIGNWRITING DYNAMIC RELAXED", + description="SIGNWRITING HAND-FIST RING INDEX", direction="l", linebreak="al", - unicodeslot=0x1D9FA, + unicodeslot=0x1D8B7, }, - [0x1D9FB]={ + [0x1D8B8]={ category="so", - description="SIGNWRITING DYNAMIC SIMULTANEOUS", + description="SIGNWRITING HAND-FIST RING THUMB", direction="l", linebreak="al", - unicodeslot=0x1D9FB, + unicodeslot=0x1D8B8, }, - [0x1D9FC]={ + [0x1D8B9]={ category="so", - description="SIGNWRITING DYNAMIC SIMULTANEOUS ALTERNATING", + description="SIGNWRITING HAND-HOOK RING THUMB", direction="l", linebreak="al", - unicodeslot=0x1D9FC, + unicodeslot=0x1D8B9, }, - [0x1D9FD]={ + [0x1D8BA]={ category="so", - description="SIGNWRITING DYNAMIC EVERY OTHER TIME", + description="SIGNWRITING HAND-FIST INDEX RING LITTLE", direction="l", linebreak="al", - unicodeslot=0x1D9FD, + unicodeslot=0x1D8BA, }, - [0x1D9FE]={ + [0x1D8BB]={ category="so", - description="SIGNWRITING DYNAMIC GRADUAL", + description="SIGNWRITING HAND-CIRCLE INDEX RING LITTLE", direction="l", linebreak="al", - unicodeslot=0x1D9FE, + unicodeslot=0x1D8BB, }, - [0x1D9FF]={ + [0x1D8BC]={ category="so", - description="SIGNWRITING HEAD", + description="SIGNWRITING HAND-CURLICUE INDEX RING LITTLE ON", direction="l", linebreak="al", - unicodeslot=0x1D9FF, - }, - [0x1DA00]={ - category="mn", - description="SIGNWRITING HEAD RIM", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA00, + unicodeslot=0x1D8BC, }, - [0x1DA01]={ - category="mn", - description="SIGNWRITING HEAD MOVEMENT-WALLPLANE STRAIGHT", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA01, + [0x1D8BD]={ + category="so", + description="SIGNWRITING HAND-HOOK INDEX RING LITTLE OUT", + direction="l", + linebreak="al", + unicodeslot=0x1D8BD, }, - [0x1DA02]={ - category="mn", - description="SIGNWRITING HEAD MOVEMENT-WALLPLANE TILT", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA02, + [0x1D8BE]={ + category="so", + description="SIGNWRITING HAND-HOOK INDEX RING LITTLE IN", + direction="l", + linebreak="al", + unicodeslot=0x1D8BE, }, - [0x1DA03]={ - category="mn", - description="SIGNWRITING HEAD MOVEMENT-FLOORPLANE STRAIGHT", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA03, + [0x1D8BF]={ + category="so", + description="SIGNWRITING HAND-HOOK INDEX RING LITTLE UNDER", + direction="l", + linebreak="al", + unicodeslot=0x1D8BF, }, - [0x1DA04]={ - category="mn", - description="SIGNWRITING HEAD MOVEMENT-WALLPLANE CURVE", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA04, + [0x1D8C0]={ + category="so", + description="SIGNWRITING HAND-CUP INDEX RING LITTLE", + direction="l", + linebreak="al", + unicodeslot=0x1D8C0, }, - [0x1DA05]={ - category="mn", - description="SIGNWRITING HEAD MOVEMENT-FLOORPLANE CURVE", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA05, + [0x1D8C1]={ + category="so", + description="SIGNWRITING HAND-HINGE INDEX RING LITTLE", + direction="l", + linebreak="al", + unicodeslot=0x1D8C1, }, - [0x1DA06]={ - category="mn", - description="SIGNWRITING HEAD MOVEMENT CIRCLE", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA06, + [0x1D8C2]={ + category="so", + description="SIGNWRITING HAND-ANGLE INDEX RING LITTLE OUT", + direction="l", + linebreak="al", + unicodeslot=0x1D8C2, }, - [0x1DA07]={ - category="mn", - description="SIGNWRITING FACE DIRECTION POSITION NOSE FORWARD TILTING", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA07, + [0x1D8C3]={ + category="so", + description="SIGNWRITING HAND-ANGLE INDEX RING LITTLE", + direction="l", + linebreak="al", + unicodeslot=0x1D8C3, }, - [0x1DA08]={ - category="mn", - description="SIGNWRITING FACE DIRECTION POSITION NOSE UP OR DOWN", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA08, + [0x1D8C4]={ + category="so", + description="SIGNWRITING HAND-FIST MIDDLE DOWN", + direction="l", + linebreak="al", + unicodeslot=0x1D8C4, }, - [0x1DA09]={ - category="mn", - description="SIGNWRITING FACE DIRECTION POSITION NOSE UP OR DOWN TILTING", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA09, - }, - [0x1DA0A]={ - category="mn", - description="SIGNWRITING EYEBROWS STRAIGHT UP", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA0A, - }, - [0x1DA0B]={ - category="mn", - description="SIGNWRITING EYEBROWS STRAIGHT NEUTRAL", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA0B, - }, - [0x1DA0C]={ - category="mn", - description="SIGNWRITING EYEBROWS STRAIGHT DOWN", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA0C, - }, - [0x1DA0D]={ - category="mn", - description="SIGNWRITING DREAMY EYEBROWS NEUTRAL DOWN", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA0D, - }, - [0x1DA0E]={ - category="mn", - description="SIGNWRITING DREAMY EYEBROWS DOWN NEUTRAL", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA0E, - }, - [0x1DA0F]={ - category="mn", - description="SIGNWRITING DREAMY EYEBROWS UP NEUTRAL", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA0F, - }, - [0x1DA10]={ - category="mn", - description="SIGNWRITING DREAMY EYEBROWS NEUTRAL UP", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA10, - }, - [0x1DA11]={ - category="mn", - description="SIGNWRITING FOREHEAD NEUTRAL", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA11, - }, - [0x1DA12]={ - category="mn", - description="SIGNWRITING FOREHEAD CONTACT", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA12, - }, - [0x1DA13]={ - category="mn", - description="SIGNWRITING FOREHEAD WRINKLED", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA13, - }, - [0x1DA14]={ - category="mn", - description="SIGNWRITING EYES OPEN", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA14, - }, - [0x1DA15]={ - category="mn", - description="SIGNWRITING EYES SQUEEZED", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA15, - }, - [0x1DA16]={ - category="mn", - description="SIGNWRITING EYES CLOSED", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA16, - }, - [0x1DA17]={ - category="mn", - description="SIGNWRITING EYE BLINK SINGLE", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA17, - }, - [0x1DA18]={ - category="mn", - description="SIGNWRITING EYE BLINK MULTIPLE", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA18, - }, - [0x1DA19]={ - category="mn", - description="SIGNWRITING EYES HALF OPEN", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA19, - }, - [0x1DA1A]={ - category="mn", - description="SIGNWRITING EYES WIDE OPEN", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA1A, - }, - [0x1DA1B]={ - category="mn", - description="SIGNWRITING EYES HALF CLOSED", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA1B, - }, - [0x1DA1C]={ - category="mn", - description="SIGNWRITING EYES WIDENING MOVEMENT", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA1C, - }, - [0x1DA1D]={ - category="mn", - description="SIGNWRITING EYE WINK", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA1D, - }, - [0x1DA1E]={ - category="mn", - description="SIGNWRITING EYELASHES UP", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA1E, - }, - [0x1DA1F]={ - category="mn", - description="SIGNWRITING EYELASHES DOWN", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA1F, - }, - [0x1DA20]={ - category="mn", - description="SIGNWRITING EYELASHES FLUTTERING", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA20, - }, - [0x1DA21]={ - category="mn", - description="SIGNWRITING EYEGAZE-WALLPLANE STRAIGHT", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA21, - }, - [0x1DA22]={ - category="mn", - description="SIGNWRITING EYEGAZE-WALLPLANE STRAIGHT DOUBLE", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA22, - }, - [0x1DA23]={ - category="mn", - description="SIGNWRITING EYEGAZE-WALLPLANE STRAIGHT ALTERNATING", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA23, - }, - [0x1DA24]={ - category="mn", - description="SIGNWRITING EYEGAZE-FLOORPLANE STRAIGHT", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA24, - }, - [0x1DA25]={ - category="mn", - description="SIGNWRITING EYEGAZE-FLOORPLANE STRAIGHT DOUBLE", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA25, - }, - [0x1DA26]={ - category="mn", - description="SIGNWRITING EYEGAZE-FLOORPLANE STRAIGHT ALTERNATING", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA26, - }, - [0x1DA27]={ - category="mn", - description="SIGNWRITING EYEGAZE-WALLPLANE CURVED", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA27, - }, - [0x1DA28]={ - category="mn", - description="SIGNWRITING EYEGAZE-FLOORPLANE CURVED", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA28, - }, - [0x1DA29]={ - category="mn", - description="SIGNWRITING EYEGAZE-WALLPLANE CIRCLING", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA29, - }, - [0x1DA2A]={ - category="mn", - description="SIGNWRITING CHEEKS PUFFED", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA2A, - }, - [0x1DA2B]={ - category="mn", - description="SIGNWRITING CHEEKS NEUTRAL", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA2B, - }, - [0x1DA2C]={ - category="mn", - description="SIGNWRITING CHEEKS SUCKED", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA2C, - }, - [0x1DA2D]={ - category="mn", - description="SIGNWRITING TENSE CHEEKS HIGH", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA2D, - }, - [0x1DA2E]={ - category="mn", - description="SIGNWRITING TENSE CHEEKS MIDDLE", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA2E, - }, - [0x1DA2F]={ - category="mn", - description="SIGNWRITING TENSE CHEEKS LOW", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA2F, - }, - [0x1DA30]={ - category="mn", - description="SIGNWRITING EARS", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA30, - }, - [0x1DA31]={ - category="mn", - description="SIGNWRITING NOSE NEUTRAL", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA31, - }, - [0x1DA32]={ - category="mn", - description="SIGNWRITING NOSE CONTACT", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA32, - }, - [0x1DA33]={ - category="mn", - description="SIGNWRITING NOSE WRINKLES", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA33, - }, - [0x1DA34]={ - category="mn", - description="SIGNWRITING NOSE WIGGLES", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA34, - }, - [0x1DA35]={ - category="mn", - description="SIGNWRITING AIR BLOWING OUT", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA35, - }, - [0x1DA36]={ - category="mn", - description="SIGNWRITING AIR SUCKING IN", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA36, - }, - [0x1DA37]={ + [0x1D8C5]={ category="so", - description="SIGNWRITING AIR BLOW SMALL ROTATIONS", + description="SIGNWRITING HAND-HINGE MIDDLE", direction="l", linebreak="al", - unicodeslot=0x1DA37, + unicodeslot=0x1D8C5, }, - [0x1DA38]={ + [0x1D8C6]={ category="so", - description="SIGNWRITING AIR SUCK SMALL ROTATIONS", + description="SIGNWRITING HAND-FIST MIDDLE UP", direction="l", linebreak="al", - unicodeslot=0x1DA38, + unicodeslot=0x1D8C6, }, - [0x1DA39]={ + [0x1D8C7]={ category="so", - description="SIGNWRITING BREATH INHALE", + description="SIGNWRITING HAND-CIRCLE MIDDLE UP", direction="l", linebreak="al", - unicodeslot=0x1DA39, + unicodeslot=0x1D8C7, }, - [0x1DA3A]={ + [0x1D8C8]={ category="so", - description="SIGNWRITING BREATH EXHALE", + description="SIGNWRITING HAND-FIST MIDDLE RAISED KNUCKLE", direction="l", linebreak="al", - unicodeslot=0x1DA3A, - }, - [0x1DA3B]={ - category="mn", - description="SIGNWRITING MOUTH CLOSED NEUTRAL", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA3B, - }, - [0x1DA3C]={ - category="mn", - description="SIGNWRITING MOUTH CLOSED FORWARD", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA3C, - }, - [0x1DA3D]={ - category="mn", - description="SIGNWRITING MOUTH CLOSED CONTACT", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA3D, - }, - [0x1DA3E]={ - category="mn", - description="SIGNWRITING MOUTH SMILE", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA3E, - }, - [0x1DA3F]={ - category="mn", - description="SIGNWRITING MOUTH SMILE WRINKLED", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA3F, - }, - [0x1DA40]={ - category="mn", - description="SIGNWRITING MOUTH SMILE OPEN", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA40, - }, - [0x1DA41]={ - category="mn", - description="SIGNWRITING MOUTH FROWN", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA41, - }, - [0x1DA42]={ - category="mn", - description="SIGNWRITING MOUTH FROWN WRINKLED", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA42, - }, - [0x1DA43]={ - category="mn", - description="SIGNWRITING MOUTH FROWN OPEN", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA43, - }, - [0x1DA44]={ - category="mn", - description="SIGNWRITING MOUTH OPEN CIRCLE", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA44, - }, - [0x1DA45]={ - category="mn", - description="SIGNWRITING MOUTH OPEN FORWARD", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA45, - }, - [0x1DA46]={ - category="mn", - description="SIGNWRITING MOUTH OPEN WRINKLED", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA46, - }, - [0x1DA47]={ - category="mn", - description="SIGNWRITING MOUTH OPEN OVAL", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA47, - }, - [0x1DA48]={ - category="mn", - description="SIGNWRITING MOUTH OPEN OVAL WRINKLED", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA48, - }, - [0x1DA49]={ - category="mn", - description="SIGNWRITING MOUTH OPEN OVAL YAWN", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA49, - }, - [0x1DA4A]={ - category="mn", - description="SIGNWRITING MOUTH OPEN RECTANGLE", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA4A, - }, - [0x1DA4B]={ - category="mn", - description="SIGNWRITING MOUTH OPEN RECTANGLE WRINKLED", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA4B, - }, - [0x1DA4C]={ - category="mn", - description="SIGNWRITING MOUTH OPEN RECTANGLE YAWN", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA4C, - }, - [0x1DA4D]={ - category="mn", - description="SIGNWRITING MOUTH KISS", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA4D, - }, - [0x1DA4E]={ - category="mn", - description="SIGNWRITING MOUTH KISS FORWARD", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA4E, - }, - [0x1DA4F]={ - category="mn", - description="SIGNWRITING MOUTH KISS WRINKLED", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA4F, - }, - [0x1DA50]={ - category="mn", - description="SIGNWRITING MOUTH TENSE", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA50, - }, - [0x1DA51]={ - category="mn", - description="SIGNWRITING MOUTH TENSE FORWARD", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA51, - }, - [0x1DA52]={ - category="mn", - description="SIGNWRITING MOUTH TENSE SUCKED", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA52, - }, - [0x1DA53]={ - category="mn", - description="SIGNWRITING LIPS PRESSED TOGETHER", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA53, - }, - [0x1DA54]={ - category="mn", - description="SIGNWRITING LIP LOWER OVER UPPER", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA54, - }, - [0x1DA55]={ - category="mn", - description="SIGNWRITING LIP UPPER OVER LOWER", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA55, - }, - [0x1DA56]={ - category="mn", - description="SIGNWRITING MOUTH CORNERS", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA56, + unicodeslot=0x1D8C8, }, - [0x1DA57]={ - category="mn", - description="SIGNWRITING MOUTH WRINKLES SINGLE", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA57, + [0x1D8C9]={ + category="so", + description="SIGNWRITING HAND-FIST MIDDLE UP THUMB SIDE", + direction="l", + linebreak="al", + unicodeslot=0x1D8C9, }, - [0x1DA58]={ - category="mn", - description="SIGNWRITING MOUTH WRINKLES DOUBLE", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA58, + [0x1D8CA]={ + category="so", + description="SIGNWRITING HAND-HOOK MIDDLE THUMB", + direction="l", + linebreak="al", + unicodeslot=0x1D8CA, }, - [0x1DA59]={ - category="mn", - description="SIGNWRITING TONGUE STICKING OUT FAR", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA59, + [0x1D8CB]={ + category="so", + description="SIGNWRITING HAND-FIST MIDDLE THUMB LITTLE", + direction="l", + linebreak="al", + unicodeslot=0x1D8CB, }, - [0x1DA5A]={ - category="mn", - description="SIGNWRITING TONGUE LICKING LIPS", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA5A, + [0x1D8CC]={ + category="so", + description="SIGNWRITING HAND-FIST MIDDLE LITTLE", + direction="l", + linebreak="al", + unicodeslot=0x1D8CC, }, - [0x1DA5B]={ - category="mn", - description="SIGNWRITING TONGUE TIP BETWEEN LIPS", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA5B, + [0x1D8CD]={ + category="so", + description="SIGNWRITING HAND-FIST MIDDLE RING LITTLE", + direction="l", + linebreak="al", + unicodeslot=0x1D8CD, }, - [0x1DA5C]={ - category="mn", - description="SIGNWRITING TONGUE TIP TOUCHING INSIDE MOUTH", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA5C, + [0x1D8CE]={ + category="so", + description="SIGNWRITING HAND-CIRCLE MIDDLE RING LITTLE", + direction="l", + linebreak="al", + unicodeslot=0x1D8CE, }, - [0x1DA5D]={ - category="mn", - description="SIGNWRITING TONGUE INSIDE MOUTH RELAXED", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA5D, + [0x1D8CF]={ + category="so", + description="SIGNWRITING HAND-CURLICUE MIDDLE RING LITTLE ON", + direction="l", + linebreak="al", + unicodeslot=0x1D8CF, }, - [0x1DA5E]={ - category="mn", - description="SIGNWRITING TONGUE MOVES AGAINST CHEEK", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA5E, + [0x1D8D0]={ + category="so", + description="SIGNWRITING HAND-CUP MIDDLE RING LITTLE", + direction="l", + linebreak="al", + unicodeslot=0x1D8D0, }, - [0x1DA5F]={ - category="mn", - description="SIGNWRITING TONGUE CENTRE STICKING OUT", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA5F, + [0x1D8D1]={ + category="so", + description="SIGNWRITING HAND-HINGE MIDDLE RING LITTLE", + direction="l", + linebreak="al", + unicodeslot=0x1D8D1, }, - [0x1DA60]={ - category="mn", - description="SIGNWRITING TONGUE CENTRE INSIDE MOUTH", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA60, + [0x1D8D2]={ + category="so", + description="SIGNWRITING HAND-ANGLE MIDDLE RING LITTLE OUT", + direction="l", + linebreak="al", + unicodeslot=0x1D8D2, }, - [0x1DA61]={ - category="mn", - description="SIGNWRITING TEETH", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA61, + [0x1D8D3]={ + category="so", + description="SIGNWRITING HAND-ANGLE MIDDLE RING LITTLE IN", + direction="l", + linebreak="al", + unicodeslot=0x1D8D3, }, - [0x1DA62]={ - category="mn", - description="SIGNWRITING TEETH MOVEMENT", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA62, + [0x1D8D4]={ + category="so", + description="SIGNWRITING HAND-ANGLE MIDDLE RING LITTLE", + direction="l", + linebreak="al", + unicodeslot=0x1D8D4, }, - [0x1DA63]={ - category="mn", - description="SIGNWRITING TEETH ON TONGUE", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA63, + [0x1D8D5]={ + category="so", + description="SIGNWRITING HAND-CIRCLE MIDDLE RING LITTLE BENT", + direction="l", + linebreak="al", + unicodeslot=0x1D8D5, }, - [0x1DA64]={ - category="mn", - description="SIGNWRITING TEETH ON TONGUE MOVEMENT", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA64, + [0x1D8D6]={ + category="so", + description="SIGNWRITING HAND-CLAW MIDDLE RING LITTLE CONJOINED", + direction="l", + linebreak="al", + unicodeslot=0x1D8D6, }, - [0x1DA65]={ - category="mn", - description="SIGNWRITING TEETH ON LIPS", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA65, + [0x1D8D7]={ + category="so", + description="SIGNWRITING HAND-CLAW MIDDLE RING LITTLE CONJOINED SIDE", + direction="l", + linebreak="al", + unicodeslot=0x1D8D7, }, - [0x1DA66]={ - category="mn", - description="SIGNWRITING TEETH ON LIPS MOVEMENT", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA66, + [0x1D8D8]={ + category="so", + description="SIGNWRITING HAND-HOOK MIDDLE RING LITTLE CONJOINED OUT", + direction="l", + linebreak="al", + unicodeslot=0x1D8D8, }, - [0x1DA67]={ - category="mn", - description="SIGNWRITING TEETH BITE LIPS", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA67, + [0x1D8D9]={ + category="so", + description="SIGNWRITING HAND-HOOK MIDDLE RING LITTLE CONJOINED IN", + direction="l", + linebreak="al", + unicodeslot=0x1D8D9, }, - [0x1DA68]={ - category="mn", - description="SIGNWRITING MOVEMENT-WALLPLANE JAW", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA68, + [0x1D8DA]={ + category="so", + description="SIGNWRITING HAND-HOOK MIDDLE RING LITTLE CONJOINED", + direction="l", + linebreak="al", + unicodeslot=0x1D8DA, }, - [0x1DA69]={ - category="mn", - description="SIGNWRITING MOVEMENT-FLOORPLANE JAW", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA69, + [0x1D8DB]={ + category="so", + description="SIGNWRITING HAND-HINGE INDEX HINGED", + direction="l", + linebreak="al", + unicodeslot=0x1D8DB, }, - [0x1DA6A]={ - category="mn", - description="SIGNWRITING NECK", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA6A, + [0x1D8DC]={ + category="so", + description="SIGNWRITING HAND-FIST INDEX THUMB SIDE", + direction="l", + linebreak="al", + unicodeslot=0x1D8DC, }, - [0x1DA6B]={ - category="mn", - description="SIGNWRITING HAIR", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA6B, + [0x1D8DD]={ + category="so", + description="SIGNWRITING HAND-HINGE INDEX THUMB SIDE", + direction="l", + linebreak="al", + unicodeslot=0x1D8DD, }, - [0x1DA6C]={ - category="mn", - description="SIGNWRITING EXCITEMENT", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA6C, + [0x1D8DE]={ + category="so", + description="SIGNWRITING HAND-FIST INDEX THUMB SIDE THUMB DIAGONAL", + direction="l", + linebreak="al", + unicodeslot=0x1D8DE, }, - [0x1DA6D]={ + [0x1D8DF]={ category="so", - description="SIGNWRITING SHOULDER HIP SPINE", + description="SIGNWRITING HAND-FIST INDEX THUMB SIDE THUMB CONJOINED", direction="l", linebreak="al", - unicodeslot=0x1DA6D, + unicodeslot=0x1D8DF, }, - [0x1DA6E]={ + [0x1D8E0]={ category="so", - description="SIGNWRITING SHOULDER HIP POSITIONS", + description="SIGNWRITING HAND-FIST INDEX THUMB SIDE THUMB BENT", direction="l", linebreak="al", - unicodeslot=0x1DA6E, + unicodeslot=0x1D8E0, }, - [0x1DA6F]={ + [0x1D8E1]={ category="so", - description="SIGNWRITING WALLPLANE SHOULDER HIP MOVE", + description="SIGNWRITING HAND-FIST INDEX THUMB SIDE INDEX BENT", direction="l", linebreak="al", - unicodeslot=0x1DA6F, + unicodeslot=0x1D8E1, }, - [0x1DA70]={ + [0x1D8E2]={ category="so", - description="SIGNWRITING FLOORPLANE SHOULDER HIP MOVE", + description="SIGNWRITING HAND-FIST INDEX THUMB SIDE BOTH BENT", direction="l", linebreak="al", - unicodeslot=0x1DA70, + unicodeslot=0x1D8E2, }, - [0x1DA71]={ + [0x1D8E3]={ category="so", - description="SIGNWRITING SHOULDER TILTING FROM WAIST", + description="SIGNWRITING HAND-FIST INDEX THUMB SIDE INDEX HINGE", direction="l", linebreak="al", - unicodeslot=0x1DA71, + unicodeslot=0x1D8E3, }, - [0x1DA72]={ + [0x1D8E4]={ category="so", - description="SIGNWRITING TORSO-WALLPLANE STRAIGHT STRETCH", + description="SIGNWRITING HAND-FIST INDEX THUMB FORWARD INDEX STRAIGHT", direction="l", linebreak="al", - unicodeslot=0x1DA72, + unicodeslot=0x1D8E4, }, - [0x1DA73]={ + [0x1D8E5]={ category="so", - description="SIGNWRITING TORSO-WALLPLANE CURVED BEND", + description="SIGNWRITING HAND-FIST INDEX THUMB FORWARD INDEX BENT", direction="l", linebreak="al", - unicodeslot=0x1DA73, + unicodeslot=0x1D8E5, }, - [0x1DA74]={ + [0x1D8E6]={ category="so", - description="SIGNWRITING TORSO-FLOORPLANE TWISTING", + description="SIGNWRITING HAND-FIST INDEX THUMB HOOK", direction="l", linebreak="al", - unicodeslot=0x1DA74, + unicodeslot=0x1D8E6, }, - [0x1DA75]={ - category="mn", - description="SIGNWRITING UPPER BODY TILTING FROM HIP JOINTS", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA75, + [0x1D8E7]={ + category="so", + description="SIGNWRITING HAND-FIST INDEX THUMB CURLICUE", + direction="l", + linebreak="al", + unicodeslot=0x1D8E7, }, - [0x1DA76]={ + [0x1D8E8]={ category="so", - description="SIGNWRITING LIMB COMBINATION", + description="SIGNWRITING HAND-FIST INDEX THUMB CURVE THUMB INSIDE", direction="l", linebreak="al", - unicodeslot=0x1DA76, + unicodeslot=0x1D8E8, }, - [0x1DA77]={ + [0x1D8E9]={ category="so", - description="SIGNWRITING LIMB LENGTH-1", + description="SIGNWRITING HAND-CLAW INDEX THUMB CURVE THUMB INSIDE", direction="l", linebreak="al", - unicodeslot=0x1DA77, + unicodeslot=0x1D8E9, }, - [0x1DA78]={ + [0x1D8EA]={ category="so", - description="SIGNWRITING LIMB LENGTH-2", + description="SIGNWRITING HAND-FIST INDEX THUMB CURVE THUMB UNDER", direction="l", linebreak="al", - unicodeslot=0x1DA78, + unicodeslot=0x1D8EA, }, - [0x1DA79]={ + [0x1D8EB]={ category="so", - description="SIGNWRITING LIMB LENGTH-3", + description="SIGNWRITING HAND-FIST INDEX THUMB CIRCLE", direction="l", linebreak="al", - unicodeslot=0x1DA79, + unicodeslot=0x1D8EB, }, - [0x1DA7A]={ + [0x1D8EC]={ category="so", - description="SIGNWRITING LIMB LENGTH-4", + description="SIGNWRITING HAND-CUP INDEX THUMB", direction="l", linebreak="al", - unicodeslot=0x1DA7A, + unicodeslot=0x1D8EC, }, - [0x1DA7B]={ + [0x1D8ED]={ category="so", - description="SIGNWRITING LIMB LENGTH-5", + description="SIGNWRITING HAND-CUP INDEX THUMB OPEN", direction="l", linebreak="al", - unicodeslot=0x1DA7B, + unicodeslot=0x1D8ED, }, - [0x1DA7C]={ + [0x1D8EE]={ category="so", - description="SIGNWRITING LIMB LENGTH-6", + description="SIGNWRITING HAND-HINGE INDEX THUMB OPEN", direction="l", linebreak="al", - unicodeslot=0x1DA7C, + unicodeslot=0x1D8EE, }, - [0x1DA7D]={ + [0x1D8EF]={ category="so", - description="SIGNWRITING LIMB LENGTH-7", + description="SIGNWRITING HAND-HINGE INDEX THUMB LARGE", direction="l", linebreak="al", - unicodeslot=0x1DA7D, + unicodeslot=0x1D8EF, }, - [0x1DA7E]={ + [0x1D8F0]={ category="so", - description="SIGNWRITING FINGER", + description="SIGNWRITING HAND-HINGE INDEX THUMB", direction="l", linebreak="al", - unicodeslot=0x1DA7E, + unicodeslot=0x1D8F0, }, - [0x1DA7F]={ + [0x1D8F1]={ category="so", - description="SIGNWRITING LOCATION-WALLPLANE SPACE", + description="SIGNWRITING HAND-HINGE INDEX THUMB SMALL", direction="l", linebreak="al", - unicodeslot=0x1DA7F, + unicodeslot=0x1D8F1, }, - [0x1DA80]={ + [0x1D8F2]={ category="so", - description="SIGNWRITING LOCATION-FLOORPLANE SPACE", + description="SIGNWRITING HAND-ANGLE INDEX THUMB OUT", direction="l", linebreak="al", - unicodeslot=0x1DA80, + unicodeslot=0x1D8F2, }, - [0x1DA81]={ + [0x1D8F3]={ category="so", - description="SIGNWRITING LOCATION HEIGHT", + description="SIGNWRITING HAND-ANGLE INDEX THUMB IN", direction="l", linebreak="al", - unicodeslot=0x1DA81, + unicodeslot=0x1D8F3, }, - [0x1DA82]={ + [0x1D8F4]={ category="so", - description="SIGNWRITING LOCATION WIDTH", + description="SIGNWRITING HAND-ANGLE INDEX THUMB", direction="l", linebreak="al", - unicodeslot=0x1DA82, + unicodeslot=0x1D8F4, }, - [0x1DA83]={ + [0x1D8F5]={ category="so", - description="SIGNWRITING LOCATION DEPTH", + description="SIGNWRITING HAND-FIST THUMB", direction="l", linebreak="al", - unicodeslot=0x1DA83, + unicodeslot=0x1D8F5, }, - [0x1DA84]={ - category="mn", - description="SIGNWRITING LOCATION HEAD NECK", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA84, + [0x1D8F6]={ + category="so", + description="SIGNWRITING HAND-FIST THUMB HEEL", + direction="l", + linebreak="al", + unicodeslot=0x1D8F6, }, - [0x1DA85]={ + [0x1D8F7]={ category="so", - description="SIGNWRITING LOCATION TORSO", + description="SIGNWRITING HAND-FIST THUMB SIDE DIAGONAL", direction="l", linebreak="al", - unicodeslot=0x1DA85, + unicodeslot=0x1D8F7, }, - [0x1DA86]={ + [0x1D8F8]={ category="so", - description="SIGNWRITING LOCATION LIMBS DIGITS", + description="SIGNWRITING HAND-FIST THUMB SIDE CONJOINED", direction="l", linebreak="al", - unicodeslot=0x1DA86, + unicodeslot=0x1D8F8, }, - [0x1DA87]={ - category="po", - description="SIGNWRITING COMMA", + [0x1D8F9]={ + category="so", + description="SIGNWRITING HAND-FIST THUMB SIDE BENT", direction="l", - linebreak="ba", - unicodeslot=0x1DA87, + linebreak="al", + unicodeslot=0x1D8F9, }, - [0x1DA88]={ - category="po", - description="SIGNWRITING FULL STOP", + [0x1D8FA]={ + category="so", + description="SIGNWRITING HAND-FIST THUMB FORWARD", direction="l", - linebreak="ba", - unicodeslot=0x1DA88, + linebreak="al", + unicodeslot=0x1D8FA, }, - [0x1DA89]={ - category="po", - description="SIGNWRITING SEMICOLON", + [0x1D8FB]={ + category="so", + description="SIGNWRITING HAND-FIST THUMB BETWEEN INDEX MIDDLE", direction="l", - linebreak="ba", - unicodeslot=0x1DA89, + linebreak="al", + unicodeslot=0x1D8FB, }, - [0x1DA8A]={ - category="po", - description="SIGNWRITING COLON", + [0x1D8FC]={ + category="so", + description="SIGNWRITING HAND-FIST THUMB BETWEEN MIDDLE RING", direction="l", - linebreak="ba", - unicodeslot=0x1DA8A, + linebreak="al", + unicodeslot=0x1D8FC, }, - [0x1DA8B]={ - category="po", - description="SIGNWRITING PARENTHESIS", + [0x1D8FD]={ + category="so", + description="SIGNWRITING HAND-FIST THUMB BETWEEN RING LITTLE", direction="l", linebreak="al", - unicodeslot=0x1DA8B, + unicodeslot=0x1D8FD, }, - [0x1DA9B]={ - category="mn", - description="SIGNWRITING FILL MODIFIER-2", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA9B, - }, - [0x1DA9C]={ - category="mn", - description="SIGNWRITING FILL MODIFIER-3", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA9C, - }, - [0x1DA9D]={ - category="mn", - description="SIGNWRITING FILL MODIFIER-4", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA9D, - }, - [0x1DA9E]={ - category="mn", - description="SIGNWRITING FILL MODIFIER-5", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA9E, - }, - [0x1DA9F]={ - category="mn", - description="SIGNWRITING FILL MODIFIER-6", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DA9F, - }, - [0x1DAA1]={ - category="mn", - description="SIGNWRITING ROTATION MODIFIER-2", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DAA1, - }, - [0x1DAA2]={ - category="mn", - description="SIGNWRITING ROTATION MODIFIER-3", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DAA2, - }, - [0x1DAA3]={ - category="mn", - description="SIGNWRITING ROTATION MODIFIER-4", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DAA3, - }, - [0x1DAA4]={ - category="mn", - description="SIGNWRITING ROTATION MODIFIER-5", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DAA4, - }, - [0x1DAA5]={ - category="mn", - description="SIGNWRITING ROTATION MODIFIER-6", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DAA5, - }, - [0x1DAA6]={ - category="mn", - description="SIGNWRITING ROTATION MODIFIER-7", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DAA6, - }, - [0x1DAA7]={ - category="mn", - description="SIGNWRITING ROTATION MODIFIER-8", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DAA7, - }, - [0x1DAA8]={ - category="mn", - description="SIGNWRITING ROTATION MODIFIER-9", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DAA8, - }, - [0x1DAA9]={ - category="mn", - description="SIGNWRITING ROTATION MODIFIER-10", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DAA9, - }, - [0x1DAAA]={ - category="mn", - description="SIGNWRITING ROTATION MODIFIER-11", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DAAA, - }, - [0x1DAAB]={ - category="mn", - description="SIGNWRITING ROTATION MODIFIER-12", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DAAB, - }, - [0x1DAAC]={ - category="mn", - description="SIGNWRITING ROTATION MODIFIER-13", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DAAC, - }, - [0x1DAAD]={ - category="mn", - description="SIGNWRITING ROTATION MODIFIER-14", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DAAD, - }, - [0x1DAAE]={ - category="mn", - description="SIGNWRITING ROTATION MODIFIER-15", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DAAE, - }, - [0x1DAAF]={ - category="mn", - description="SIGNWRITING ROTATION MODIFIER-16", - direction="nsm", - linebreak="cm", - unicodeslot=0x1DAAF, - }, - [0x1E000]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER AZU", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E000, - }, - [0x1E001]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER BUKY", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E001, - }, - [0x1E002]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER VEDE", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E002, - }, - [0x1E003]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER GLAGOLI", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E003, - }, - [0x1E004]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER DOBRO", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E004, - }, - [0x1E005]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER YESTU", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E005, - }, - [0x1E006]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER ZHIVETE", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E006, - }, - [0x1E008]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER ZEMLJA", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E008, - }, - [0x1E009]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER IZHE", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E009, - }, - [0x1E00A]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER INITIAL IZHE", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E00A, - }, - [0x1E00B]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER I", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E00B, - }, - [0x1E00C]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER DJERVI", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E00C, - }, - [0x1E00D]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER KAKO", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E00D, - }, - [0x1E00E]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER LJUDIJE", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E00E, - }, - [0x1E00F]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER MYSLITE", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E00F, - }, - [0x1E010]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER NASHI", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E010, - }, - [0x1E011]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER ONU", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E011, - }, - [0x1E012]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER POKOJI", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E012, - }, - [0x1E013]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER RITSI", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E013, - }, - [0x1E014]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER SLOVO", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E014, - }, - [0x1E015]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER TVRIDO", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E015, - }, - [0x1E016]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER UKU", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E016, - }, - [0x1E017]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER FRITU", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E017, - }, - [0x1E018]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER HERU", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E018, - }, - [0x1E01B]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER SHTA", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E01B, - }, - [0x1E01C]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER TSI", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E01C, - }, - [0x1E01D]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER CHRIVI", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E01D, - }, - [0x1E01E]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER SHA", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E01E, - }, - [0x1E01F]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER YERU", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E01F, - }, - [0x1E020]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER YERI", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E020, - }, - [0x1E021]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER YATI", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E021, - }, - [0x1E023]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER YU", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E023, - }, - [0x1E024]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER SMALL YUS", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E024, - }, - [0x1E026]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER YO", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E026, - }, - [0x1E027]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER IOTATED SMALL YUS", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E027, - }, - [0x1E028]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER BIG YUS", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E028, - }, - [0x1E029]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER IOTATED BIG YUS", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E029, - }, - [0x1E02A]={ - category="mn", - combining=0xE6, - description="COMBINING GLAGOLITIC LETTER FITA", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E02A, - }, - [0x1E100]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER MA", + [0x1D8FE]={ + category="so", + description="SIGNWRITING HAND-FIST THUMB UNDER TWO FINGERS", direction="l", linebreak="al", - unicodeslot=0x1E100, + unicodeslot=0x1D8FE, }, - [0x1E101]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER TSA", + [0x1D8FF]={ + category="so", + description="SIGNWRITING HAND-FIST THUMB OVER TWO FINGERS", direction="l", linebreak="al", - unicodeslot=0x1E101, + unicodeslot=0x1D8FF, }, - [0x1E102]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER NTA", + [0x1D900]={ + category="so", + description="SIGNWRITING HAND-FIST THUMB UNDER THREE FINGERS", direction="l", linebreak="al", - unicodeslot=0x1E102, + unicodeslot=0x1D900, }, - [0x1E103]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER TA", + [0x1D901]={ + category="so", + description="SIGNWRITING HAND-FIST THUMB UNDER FOUR FINGERS", direction="l", linebreak="al", - unicodeslot=0x1E103, + unicodeslot=0x1D901, }, - [0x1E104]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER HA", + [0x1D902]={ + category="so", + description="SIGNWRITING HAND-FIST THUMB OVER FOUR RAISED KNUCKLES", direction="l", linebreak="al", - unicodeslot=0x1E104, + unicodeslot=0x1D902, }, - [0x1E105]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER NA", + [0x1D903]={ + category="so", + description="SIGNWRITING HAND-FIST", direction="l", linebreak="al", - unicodeslot=0x1E105, + unicodeslot=0x1D903, }, - [0x1E106]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER XA", + [0x1D904]={ + category="so", + description="SIGNWRITING HAND-FIST HEEL", direction="l", linebreak="al", - unicodeslot=0x1E106, + unicodeslot=0x1D904, }, - [0x1E107]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER NKA", + [0x1D905]={ + category="so", + description="SIGNWRITING TOUCH SINGLE", direction="l", linebreak="al", - unicodeslot=0x1E107, + unicodeslot=0x1D905, }, - [0x1E108]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER CA", + [0x1D906]={ + category="so", + description="SIGNWRITING TOUCH MULTIPLE", direction="l", linebreak="al", - unicodeslot=0x1E108, + unicodeslot=0x1D906, }, - [0x1E109]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER LA", + [0x1D907]={ + category="so", + description="SIGNWRITING TOUCH BETWEEN", direction="l", linebreak="al", - unicodeslot=0x1E109, + unicodeslot=0x1D907, }, - [0x1E10A]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER SA", + [0x1D908]={ + category="so", + description="SIGNWRITING GRASP SINGLE", direction="l", linebreak="al", - unicodeslot=0x1E10A, + unicodeslot=0x1D908, }, - [0x1E10B]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER ZA", + [0x1D909]={ + category="so", + description="SIGNWRITING GRASP MULTIPLE", direction="l", linebreak="al", - unicodeslot=0x1E10B, + unicodeslot=0x1D909, }, - [0x1E10C]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER NCA", + [0x1D90A]={ + category="so", + description="SIGNWRITING GRASP BETWEEN", direction="l", linebreak="al", - unicodeslot=0x1E10C, + unicodeslot=0x1D90A, }, - [0x1E10D]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER NTSA", + [0x1D90B]={ + category="so", + description="SIGNWRITING STRIKE SINGLE", direction="l", linebreak="al", - unicodeslot=0x1E10D, + unicodeslot=0x1D90B, }, - [0x1E10E]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER KA", + [0x1D90C]={ + category="so", + description="SIGNWRITING STRIKE MULTIPLE", direction="l", linebreak="al", - unicodeslot=0x1E10E, + unicodeslot=0x1D90C, }, - [0x1E10F]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER DA", + [0x1D90D]={ + category="so", + description="SIGNWRITING STRIKE BETWEEN", direction="l", linebreak="al", - unicodeslot=0x1E10F, + unicodeslot=0x1D90D, }, - [0x1E110]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER NYA", + [0x1D90E]={ + category="so", + description="SIGNWRITING BRUSH SINGLE", direction="l", linebreak="al", - unicodeslot=0x1E110, + unicodeslot=0x1D90E, }, - [0x1E111]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER NRA", + [0x1D90F]={ + category="so", + description="SIGNWRITING BRUSH MULTIPLE", direction="l", linebreak="al", - unicodeslot=0x1E111, + unicodeslot=0x1D90F, }, - [0x1E112]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER VA", + [0x1D910]={ + category="so", + description="SIGNWRITING BRUSH BETWEEN", direction="l", linebreak="al", - unicodeslot=0x1E112, + unicodeslot=0x1D910, }, - [0x1E113]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER NTXA", + [0x1D911]={ + category="so", + description="SIGNWRITING RUB SINGLE", direction="l", linebreak="al", - unicodeslot=0x1E113, + unicodeslot=0x1D911, }, - [0x1E114]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER TXA", + [0x1D912]={ + category="so", + description="SIGNWRITING RUB MULTIPLE", direction="l", linebreak="al", - unicodeslot=0x1E114, + unicodeslot=0x1D912, }, - [0x1E115]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER FA", + [0x1D913]={ + category="so", + description="SIGNWRITING RUB BETWEEN", direction="l", linebreak="al", - unicodeslot=0x1E115, + unicodeslot=0x1D913, }, - [0x1E116]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER RA", + [0x1D914]={ + category="so", + description="SIGNWRITING SURFACE SYMBOLS", direction="l", linebreak="al", - unicodeslot=0x1E116, + unicodeslot=0x1D914, }, - [0x1E117]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER QA", + [0x1D915]={ + category="so", + description="SIGNWRITING SURFACE BETWEEN", direction="l", linebreak="al", - unicodeslot=0x1E117, + unicodeslot=0x1D915, }, - [0x1E118]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER YA", + [0x1D916]={ + category="so", + description="SIGNWRITING SQUEEZE LARGE SINGLE", direction="l", linebreak="al", - unicodeslot=0x1E118, + unicodeslot=0x1D916, }, - [0x1E119]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER NQA", + [0x1D917]={ + category="so", + description="SIGNWRITING SQUEEZE SMALL SINGLE", direction="l", linebreak="al", - unicodeslot=0x1E119, + unicodeslot=0x1D917, }, - [0x1E11A]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER PA", + [0x1D918]={ + category="so", + description="SIGNWRITING SQUEEZE LARGE MULTIPLE", direction="l", linebreak="al", - unicodeslot=0x1E11A, + unicodeslot=0x1D918, }, - [0x1E11B]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER XYA", + [0x1D919]={ + category="so", + description="SIGNWRITING SQUEEZE SMALL MULTIPLE", direction="l", linebreak="al", - unicodeslot=0x1E11B, + unicodeslot=0x1D919, }, - [0x1E11C]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER NPA", + [0x1D91A]={ + category="so", + description="SIGNWRITING SQUEEZE SEQUENTIAL", direction="l", linebreak="al", - unicodeslot=0x1E11C, + unicodeslot=0x1D91A, }, - [0x1E11D]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER DLA", + [0x1D91B]={ + category="so", + description="SIGNWRITING FLICK LARGE SINGLE", direction="l", linebreak="al", - unicodeslot=0x1E11D, + unicodeslot=0x1D91B, }, - [0x1E11E]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER NPLA", + [0x1D91C]={ + category="so", + description="SIGNWRITING FLICK SMALL SINGLE", direction="l", linebreak="al", - unicodeslot=0x1E11E, + unicodeslot=0x1D91C, }, - [0x1E11F]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER HAH", + [0x1D91D]={ + category="so", + description="SIGNWRITING FLICK LARGE MULTIPLE", direction="l", linebreak="al", - unicodeslot=0x1E11F, + unicodeslot=0x1D91D, }, - [0x1E120]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER MLA", + [0x1D91E]={ + category="so", + description="SIGNWRITING FLICK SMALL MULTIPLE", direction="l", linebreak="al", - unicodeslot=0x1E120, + unicodeslot=0x1D91E, }, - [0x1E121]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER PLA", + [0x1D91F]={ + category="so", + description="SIGNWRITING FLICK SEQUENTIAL", direction="l", linebreak="al", - unicodeslot=0x1E121, + unicodeslot=0x1D91F, }, - [0x1E122]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER GA", + [0x1D920]={ + category="so", + description="SIGNWRITING SQUEEZE FLICK ALTERNATING", direction="l", linebreak="al", - unicodeslot=0x1E122, + unicodeslot=0x1D920, }, - [0x1E123]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER RRA", + [0x1D921]={ + category="so", + description="SIGNWRITING MOVEMENT-HINGE UP DOWN LARGE", direction="l", linebreak="al", - unicodeslot=0x1E123, + unicodeslot=0x1D921, }, - [0x1E124]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER A", + [0x1D922]={ + category="so", + description="SIGNWRITING MOVEMENT-HINGE UP DOWN SMALL", direction="l", linebreak="al", - unicodeslot=0x1E124, + unicodeslot=0x1D922, }, - [0x1E125]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER AA", + [0x1D923]={ + category="so", + description="SIGNWRITING MOVEMENT-HINGE UP SEQUENTIAL", direction="l", linebreak="al", - unicodeslot=0x1E125, + unicodeslot=0x1D923, }, - [0x1E126]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER I", + [0x1D924]={ + category="so", + description="SIGNWRITING MOVEMENT-HINGE DOWN SEQUENTIAL", direction="l", linebreak="al", - unicodeslot=0x1E126, + unicodeslot=0x1D924, }, - [0x1E127]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER U", + [0x1D925]={ + category="so", + description="SIGNWRITING MOVEMENT-HINGE UP DOWN ALTERNATING LARGE", direction="l", linebreak="al", - unicodeslot=0x1E127, + unicodeslot=0x1D925, }, - [0x1E128]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER O", + [0x1D926]={ + category="so", + description="SIGNWRITING MOVEMENT-HINGE UP DOWN ALTERNATING SMALL", direction="l", linebreak="al", - unicodeslot=0x1E128, + unicodeslot=0x1D926, }, - [0x1E129]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER OO", + [0x1D927]={ + category="so", + description="SIGNWRITING MOVEMENT-HINGE SIDE TO SIDE SCISSORS", direction="l", linebreak="al", - unicodeslot=0x1E129, + unicodeslot=0x1D927, }, - [0x1E12A]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER E", + [0x1D928]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE FINGER CONTACT", direction="l", linebreak="al", - unicodeslot=0x1E12A, + unicodeslot=0x1D928, }, - [0x1E12B]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER EE", + [0x1D929]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE FINGER CONTACT", direction="l", linebreak="al", - unicodeslot=0x1E12B, + unicodeslot=0x1D929, }, - [0x1E12C]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LETTER W", + [0x1D92A]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT SMALL", direction="l", linebreak="al", - unicodeslot=0x1E12C, - }, - [0x1E130]={ - category="mn", - combining=0xE6, - description="NYIAKENG PUACHUE HMONG TONE-B", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E130, - }, - [0x1E131]={ - category="mn", - combining=0xE6, - description="NYIAKENG PUACHUE HMONG TONE-M", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E131, - }, - [0x1E132]={ - category="mn", - combining=0xE6, - description="NYIAKENG PUACHUE HMONG TONE-J", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E132, - }, - [0x1E133]={ - category="mn", - combining=0xE6, - description="NYIAKENG PUACHUE HMONG TONE-V", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E133, - }, - [0x1E134]={ - category="mn", - combining=0xE6, - description="NYIAKENG PUACHUE HMONG TONE-S", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E134, - }, - [0x1E135]={ - category="mn", - combining=0xE6, - description="NYIAKENG PUACHUE HMONG TONE-G", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E135, - }, - [0x1E136]={ - category="mn", - combining=0xE6, - description="NYIAKENG PUACHUE HMONG TONE-D", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E136, + unicodeslot=0x1D92A, }, - [0x1E137]={ - category="lm", - description="NYIAKENG PUACHUE HMONG SIGN FOR PERSON", + [0x1D92B]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT MEDIUM", direction="l", linebreak="al", - unicodeslot=0x1E137, + unicodeslot=0x1D92B, }, - [0x1E138]={ - category="lm", - description="NYIAKENG PUACHUE HMONG SIGN FOR THING", + [0x1D92C]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT LARGE", direction="l", linebreak="al", - unicodeslot=0x1E138, + unicodeslot=0x1D92C, }, - [0x1E139]={ - category="lm", - description="NYIAKENG PUACHUE HMONG SIGN FOR LOCATION", + [0x1D92D]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT LARGEST", direction="l", linebreak="al", - unicodeslot=0x1E139, + unicodeslot=0x1D92D, }, - [0x1E13A]={ - category="lm", - description="NYIAKENG PUACHUE HMONG SIGN FOR ANIMAL", + [0x1D92E]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE SINGLE WRIST FLEX", direction="l", linebreak="al", - unicodeslot=0x1E13A, + unicodeslot=0x1D92E, }, - [0x1E13B]={ - category="lm", - description="NYIAKENG PUACHUE HMONG SIGN FOR INVERTEBRATE", + [0x1D92F]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE DOUBLE STRAIGHT", direction="l", linebreak="al", - unicodeslot=0x1E13B, + unicodeslot=0x1D92F, }, - [0x1E13C]={ - category="lm", - description="NYIAKENG PUACHUE HMONG SIGN XW XW", + [0x1D930]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE DOUBLE WRIST FLEX", direction="l", linebreak="al", - unicodeslot=0x1E13C, + unicodeslot=0x1D930, }, - [0x1E13D]={ - category="lm", - description="NYIAKENG PUACHUE HMONG SYLLABLE LENGTHENER", + [0x1D931]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE DOUBLE ALTERNATING", direction="l", linebreak="al", - unicodeslot=0x1E13D, + unicodeslot=0x1D931, }, - [0x1E140]={ - category="nd", - description="NYIAKENG PUACHUE HMONG DIGIT ZERO", + [0x1D932]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE DOUBLE ALTERNATING WRIST FLEX", direction="l", - linebreak="nu", - unicodeslot=0x1E140, + linebreak="al", + unicodeslot=0x1D932, }, - [0x1E141]={ - category="nd", - description="NYIAKENG PUACHUE HMONG DIGIT ONE", + [0x1D933]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE CROSS", direction="l", - linebreak="nu", - unicodeslot=0x1E141, + linebreak="al", + unicodeslot=0x1D933, }, - [0x1E142]={ - category="nd", - description="NYIAKENG PUACHUE HMONG DIGIT TWO", + [0x1D934]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE TRIPLE STRAIGHT MOVEMENT", direction="l", - linebreak="nu", - unicodeslot=0x1E142, + linebreak="al", + unicodeslot=0x1D934, }, - [0x1E143]={ - category="nd", - description="NYIAKENG PUACHUE HMONG DIGIT THREE", + [0x1D935]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE TRIPLE WRIST FLEX", direction="l", - linebreak="nu", - unicodeslot=0x1E143, + linebreak="al", + unicodeslot=0x1D935, }, - [0x1E144]={ - category="nd", - description="NYIAKENG PUACHUE HMONG DIGIT FOUR", + [0x1D936]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE TRIPLE ALTERNATING", direction="l", - linebreak="nu", - unicodeslot=0x1E144, + linebreak="al", + unicodeslot=0x1D936, }, - [0x1E145]={ - category="nd", - description="NYIAKENG PUACHUE HMONG DIGIT FIVE", + [0x1D937]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE TRIPLE ALTERNATING WRIST FLEX", direction="l", - linebreak="nu", - unicodeslot=0x1E145, + linebreak="al", + unicodeslot=0x1D937, }, - [0x1E146]={ - category="nd", - description="NYIAKENG PUACHUE HMONG DIGIT SIX", + [0x1D938]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE BEND SMALL", direction="l", - linebreak="nu", - unicodeslot=0x1E146, + linebreak="al", + unicodeslot=0x1D938, }, - [0x1E147]={ - category="nd", - description="NYIAKENG PUACHUE HMONG DIGIT SEVEN", + [0x1D939]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE BEND MEDIUM", direction="l", - linebreak="nu", - unicodeslot=0x1E147, + linebreak="al", + unicodeslot=0x1D939, }, - [0x1E148]={ - category="nd", - description="NYIAKENG PUACHUE HMONG DIGIT EIGHT", + [0x1D93A]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE BEND LARGE", direction="l", - linebreak="nu", - unicodeslot=0x1E148, + linebreak="al", + unicodeslot=0x1D93A, }, - [0x1E149]={ - category="nd", - description="NYIAKENG PUACHUE HMONG DIGIT NINE", + [0x1D93B]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE CORNER SMALL", direction="l", - linebreak="nu", - unicodeslot=0x1E149, + linebreak="al", + unicodeslot=0x1D93B, }, - [0x1E14E]={ - category="lo", - description="NYIAKENG PUACHUE HMONG LOGOGRAM NYAJ", + [0x1D93C]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE CORNER MEDIUM", direction="l", linebreak="al", - unicodeslot=0x1E14E, + unicodeslot=0x1D93C, }, - [0x1E14F]={ + [0x1D93D]={ category="so", - description="NYIAKENG PUACHUE HMONG CIRCLED CA", + description="SIGNWRITING MOVEMENT-WALLPLANE CORNER LARGE", direction="l", linebreak="al", - unicodeslot=0x1E14F, + unicodeslot=0x1D93D, }, - [0x1E2C0]={ - category="lo", - description="WANCHO LETTER AA", + [0x1D93E]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE CORNER ROTATION", direction="l", linebreak="al", - unicodeslot=0x1E2C0, + unicodeslot=0x1D93E, }, - [0x1E2C1]={ - category="lo", - description="WANCHO LETTER A", + [0x1D93F]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE CHECK SMALL", direction="l", linebreak="al", - unicodeslot=0x1E2C1, + unicodeslot=0x1D93F, }, - [0x1E2C2]={ - category="lo", - description="WANCHO LETTER BA", + [0x1D940]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE CHECK MEDIUM", direction="l", linebreak="al", - unicodeslot=0x1E2C2, + unicodeslot=0x1D940, }, - [0x1E2C3]={ - category="lo", - description="WANCHO LETTER CA", + [0x1D941]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE CHECK LARGE", direction="l", linebreak="al", - unicodeslot=0x1E2C3, + unicodeslot=0x1D941, }, - [0x1E2C4]={ - category="lo", - description="WANCHO LETTER DA", + [0x1D942]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE BOX SMALL", direction="l", linebreak="al", - unicodeslot=0x1E2C4, + unicodeslot=0x1D942, }, - [0x1E2C5]={ - category="lo", - description="WANCHO LETTER GA", + [0x1D943]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE BOX MEDIUM", direction="l", linebreak="al", - unicodeslot=0x1E2C5, + unicodeslot=0x1D943, }, - [0x1E2C6]={ - category="lo", - description="WANCHO LETTER YA", + [0x1D944]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE BOX LARGE", direction="l", linebreak="al", - unicodeslot=0x1E2C6, + unicodeslot=0x1D944, }, - [0x1E2C7]={ - category="lo", - description="WANCHO LETTER PHA", + [0x1D945]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE ZIGZAG SMALL", direction="l", linebreak="al", - unicodeslot=0x1E2C7, + unicodeslot=0x1D945, }, - [0x1E2C8]={ - category="lo", - description="WANCHO LETTER LA", + [0x1D946]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE ZIGZAG MEDIUM", direction="l", linebreak="al", - unicodeslot=0x1E2C8, + unicodeslot=0x1D946, }, - [0x1E2C9]={ - category="lo", - description="WANCHO LETTER NA", + [0x1D947]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE ZIGZAG LARGE", direction="l", linebreak="al", - unicodeslot=0x1E2C9, + unicodeslot=0x1D947, }, - [0x1E2CA]={ - category="lo", - description="WANCHO LETTER PA", + [0x1D948]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE PEAKS SMALL", direction="l", linebreak="al", - unicodeslot=0x1E2CA, + unicodeslot=0x1D948, }, - [0x1E2CB]={ - category="lo", - description="WANCHO LETTER TA", + [0x1D949]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE PEAKS MEDIUM", direction="l", linebreak="al", - unicodeslot=0x1E2CB, + unicodeslot=0x1D949, }, - [0x1E2CC]={ - category="lo", - description="WANCHO LETTER THA", + [0x1D94A]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE PEAKS LARGE", direction="l", linebreak="al", - unicodeslot=0x1E2CC, + unicodeslot=0x1D94A, }, - [0x1E2CD]={ - category="lo", - description="WANCHO LETTER FA", + [0x1D94B]={ + category="so", + description="SIGNWRITING TRAVEL-WALLPLANE ROTATION-WALLPLANE SINGLE", direction="l", linebreak="al", - unicodeslot=0x1E2CD, + unicodeslot=0x1D94B, }, - [0x1E2CE]={ - category="lo", - description="WANCHO LETTER SA", + [0x1D94C]={ + category="so", + description="SIGNWRITING TRAVEL-WALLPLANE ROTATION-WALLPLANE DOUBLE", direction="l", linebreak="al", - unicodeslot=0x1E2CE, + unicodeslot=0x1D94C, }, - [0x1E2CF]={ - category="lo", - description="WANCHO LETTER SHA", + [0x1D94D]={ + category="so", + description="SIGNWRITING TRAVEL-WALLPLANE ROTATION-WALLPLANE ALTERNATING", direction="l", linebreak="al", - unicodeslot=0x1E2CF, + unicodeslot=0x1D94D, }, - [0x1E2D0]={ - category="lo", - description="WANCHO LETTER JA", + [0x1D94E]={ + category="so", + description="SIGNWRITING TRAVEL-WALLPLANE ROTATION-FLOORPLANE SINGLE", direction="l", linebreak="al", - unicodeslot=0x1E2D0, + unicodeslot=0x1D94E, }, - [0x1E2D1]={ - category="lo", - description="WANCHO LETTER ZA", + [0x1D94F]={ + category="so", + description="SIGNWRITING TRAVEL-WALLPLANE ROTATION-FLOORPLANE DOUBLE", direction="l", linebreak="al", - unicodeslot=0x1E2D1, + unicodeslot=0x1D94F, }, - [0x1E2D2]={ - category="lo", - description="WANCHO LETTER WA", + [0x1D950]={ + category="so", + description="SIGNWRITING TRAVEL-WALLPLANE ROTATION-FLOORPLANE ALTERNATING", direction="l", linebreak="al", - unicodeslot=0x1E2D2, + unicodeslot=0x1D950, }, - [0x1E2D3]={ - category="lo", - description="WANCHO LETTER VA", + [0x1D951]={ + category="so", + description="SIGNWRITING TRAVEL-WALLPLANE SHAKING", direction="l", linebreak="al", - unicodeslot=0x1E2D3, + unicodeslot=0x1D951, }, - [0x1E2D4]={ - category="lo", - description="WANCHO LETTER KA", + [0x1D952]={ + category="so", + description="SIGNWRITING TRAVEL-WALLPLANE ARM SPIRAL SINGLE", direction="l", linebreak="al", - unicodeslot=0x1E2D4, + unicodeslot=0x1D952, }, - [0x1E2D5]={ - category="lo", - description="WANCHO LETTER O", + [0x1D953]={ + category="so", + description="SIGNWRITING TRAVEL-WALLPLANE ARM SPIRAL DOUBLE", direction="l", linebreak="al", - unicodeslot=0x1E2D5, + unicodeslot=0x1D953, }, - [0x1E2D6]={ - category="lo", - description="WANCHO LETTER AU", + [0x1D954]={ + category="so", + description="SIGNWRITING TRAVEL-WALLPLANE ARM SPIRAL TRIPLE", direction="l", linebreak="al", - unicodeslot=0x1E2D6, + unicodeslot=0x1D954, }, - [0x1E2D7]={ - category="lo", - description="WANCHO LETTER RA", + [0x1D955]={ + category="so", + description="SIGNWRITING MOVEMENT-DIAGONAL AWAY SMALL", direction="l", linebreak="al", - unicodeslot=0x1E2D7, + unicodeslot=0x1D955, }, - [0x1E2D8]={ - category="lo", - description="WANCHO LETTER MA", + [0x1D956]={ + category="so", + description="SIGNWRITING MOVEMENT-DIAGONAL AWAY MEDIUM", direction="l", linebreak="al", - unicodeslot=0x1E2D8, + unicodeslot=0x1D956, }, - [0x1E2D9]={ - category="lo", - description="WANCHO LETTER KHA", + [0x1D957]={ + category="so", + description="SIGNWRITING MOVEMENT-DIAGONAL AWAY LARGE", direction="l", linebreak="al", - unicodeslot=0x1E2D9, + unicodeslot=0x1D957, }, - [0x1E2DA]={ - category="lo", - description="WANCHO LETTER HA", + [0x1D958]={ + category="so", + description="SIGNWRITING MOVEMENT-DIAGONAL AWAY LARGEST", direction="l", linebreak="al", - unicodeslot=0x1E2DA, + unicodeslot=0x1D958, }, - [0x1E2DB]={ - category="lo", - description="WANCHO LETTER E", + [0x1D959]={ + category="so", + description="SIGNWRITING MOVEMENT-DIAGONAL TOWARDS SMALL", direction="l", linebreak="al", - unicodeslot=0x1E2DB, + unicodeslot=0x1D959, }, - [0x1E2DC]={ - category="lo", - description="WANCHO LETTER I", + [0x1D95A]={ + category="so", + description="SIGNWRITING MOVEMENT-DIAGONAL TOWARDS MEDIUM", direction="l", linebreak="al", - unicodeslot=0x1E2DC, + unicodeslot=0x1D95A, }, - [0x1E2DD]={ - category="lo", - description="WANCHO LETTER NGA", + [0x1D95B]={ + category="so", + description="SIGNWRITING MOVEMENT-DIAGONAL TOWARDS LARGE", direction="l", linebreak="al", - unicodeslot=0x1E2DD, + unicodeslot=0x1D95B, }, - [0x1E2DE]={ - category="lo", - description="WANCHO LETTER U", + [0x1D95C]={ + category="so", + description="SIGNWRITING MOVEMENT-DIAGONAL TOWARDS LARGEST", direction="l", linebreak="al", - unicodeslot=0x1E2DE, + unicodeslot=0x1D95C, }, - [0x1E2DF]={ - category="lo", - description="WANCHO LETTER LLHA", + [0x1D95D]={ + category="so", + description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY SMALL", direction="l", linebreak="al", - unicodeslot=0x1E2DF, + unicodeslot=0x1D95D, }, - [0x1E2E0]={ - category="lo", - description="WANCHO LETTER TSA", + [0x1D95E]={ + category="so", + description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY MEDIUM", direction="l", linebreak="al", - unicodeslot=0x1E2E0, + unicodeslot=0x1D95E, }, - [0x1E2E1]={ - category="lo", - description="WANCHO LETTER TRA", + [0x1D95F]={ + category="so", + description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY LARGE", direction="l", linebreak="al", - unicodeslot=0x1E2E1, + unicodeslot=0x1D95F, }, - [0x1E2E2]={ - category="lo", - description="WANCHO LETTER ONG", + [0x1D960]={ + category="so", + description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY LARGEST", direction="l", linebreak="al", - unicodeslot=0x1E2E2, + unicodeslot=0x1D960, }, - [0x1E2E3]={ - category="lo", - description="WANCHO LETTER AANG", + [0x1D961]={ + category="so", + description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS SMALL", direction="l", linebreak="al", - unicodeslot=0x1E2E3, + unicodeslot=0x1D961, }, - [0x1E2E4]={ - category="lo", - description="WANCHO LETTER ANG", + [0x1D962]={ + category="so", + description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS MEDIUM", direction="l", linebreak="al", - unicodeslot=0x1E2E4, + unicodeslot=0x1D962, }, - [0x1E2E5]={ - category="lo", - description="WANCHO LETTER ING", + [0x1D963]={ + category="so", + description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS LARGE", direction="l", linebreak="al", - unicodeslot=0x1E2E5, + unicodeslot=0x1D963, }, - [0x1E2E6]={ - category="lo", - description="WANCHO LETTER ON", + [0x1D964]={ + category="so", + description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS LARGEST", direction="l", linebreak="al", - unicodeslot=0x1E2E6, + unicodeslot=0x1D964, }, - [0x1E2E7]={ - category="lo", - description="WANCHO LETTER EN", + [0x1D965]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT SMALL", direction="l", linebreak="al", - unicodeslot=0x1E2E7, + unicodeslot=0x1D965, }, - [0x1E2E8]={ - category="lo", - description="WANCHO LETTER AAN", + [0x1D966]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT MEDIUM", direction="l", linebreak="al", - unicodeslot=0x1E2E8, + unicodeslot=0x1D966, }, - [0x1E2E9]={ - category="lo", - description="WANCHO LETTER NYA", + [0x1D967]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT LARGE", direction="l", linebreak="al", - unicodeslot=0x1E2E9, + unicodeslot=0x1D967, }, - [0x1E2EA]={ - category="lo", - description="WANCHO LETTER UEN", + [0x1D968]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT LARGEST", direction="l", linebreak="al", - unicodeslot=0x1E2EA, + unicodeslot=0x1D968, }, - [0x1E2EB]={ - category="lo", - description="WANCHO LETTER YIH", + [0x1D969]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE SINGLE WRIST FLEX", direction="l", linebreak="al", - unicodeslot=0x1E2EB, - }, - [0x1E2EC]={ - category="mn", - combining=0xE6, - description="WANCHO TONE TUP", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E2EC, - }, - [0x1E2ED]={ - category="mn", - combining=0xE6, - description="WANCHO TONE TUPNI", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E2ED, - }, - [0x1E2EE]={ - category="mn", - combining=0xE6, - description="WANCHO TONE KOI", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E2EE, - }, - [0x1E2EF]={ - category="mn", - combining=0xE6, - description="WANCHO TONE KOINI", - direction="nsm", - linebreak="cm", - unicodeslot=0x1E2EF, + unicodeslot=0x1D969, }, - [0x1E2F0]={ - category="nd", - description="WANCHO DIGIT ZERO", + [0x1D96A]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE STRAIGHT", direction="l", - linebreak="nu", - unicodeslot=0x1E2F0, + linebreak="al", + unicodeslot=0x1D96A, }, - [0x1E2F1]={ - category="nd", - description="WANCHO DIGIT ONE", + [0x1D96B]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE WRIST FLEX", direction="l", - linebreak="nu", - unicodeslot=0x1E2F1, + linebreak="al", + unicodeslot=0x1D96B, }, - [0x1E2F2]={ - category="nd", - description="WANCHO DIGIT TWO", + [0x1D96C]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE ALTERNATING", direction="l", - linebreak="nu", - unicodeslot=0x1E2F2, + linebreak="al", + unicodeslot=0x1D96C, }, - [0x1E2F3]={ - category="nd", - description="WANCHO DIGIT THREE", + [0x1D96D]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE ALTERNATING WRIST FLEX", direction="l", - linebreak="nu", - unicodeslot=0x1E2F3, + linebreak="al", + unicodeslot=0x1D96D, }, - [0x1E2F4]={ - category="nd", - description="WANCHO DIGIT FOUR", + [0x1D96E]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE CROSS", direction="l", - linebreak="nu", - unicodeslot=0x1E2F4, + linebreak="al", + unicodeslot=0x1D96E, }, - [0x1E2F5]={ - category="nd", - description="WANCHO DIGIT FIVE", + [0x1D96F]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE STRAIGHT MOVEMENT", direction="l", - linebreak="nu", - unicodeslot=0x1E2F5, + linebreak="al", + unicodeslot=0x1D96F, }, - [0x1E2F6]={ - category="nd", - description="WANCHO DIGIT SIX", + [0x1D970]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE WRIST FLEX", direction="l", - linebreak="nu", - unicodeslot=0x1E2F6, + linebreak="al", + unicodeslot=0x1D970, }, - [0x1E2F7]={ - category="nd", - description="WANCHO DIGIT SEVEN", + [0x1D971]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE ALTERNATING MOVEMENT", direction="l", - linebreak="nu", - unicodeslot=0x1E2F7, + linebreak="al", + unicodeslot=0x1D971, }, - [0x1E2F8]={ - category="nd", - description="WANCHO DIGIT EIGHT", + [0x1D972]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE ALTERNATING WRIST FLEX", direction="l", - linebreak="nu", - unicodeslot=0x1E2F8, + linebreak="al", + unicodeslot=0x1D972, }, - [0x1E2F9]={ - category="nd", - description="WANCHO DIGIT NINE", + [0x1D973]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE BEND", direction="l", - linebreak="nu", - unicodeslot=0x1E2F9, - }, - [0x1E2FF]={ - category="sc", - description="WANCHO NGUN SIGN", - direction="et", - linebreak="pr", - unicodeslot=0x1E2FF, + linebreak="al", + unicodeslot=0x1D973, }, - [0x1E800]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M001 KI", - direction="r", + [0x1D974]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE CORNER SMALL", + direction="l", linebreak="al", - unicodeslot=0x1E800, + unicodeslot=0x1D974, }, - [0x1E801]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M002 KA", - direction="r", + [0x1D975]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE CORNER MEDIUM", + direction="l", linebreak="al", - unicodeslot=0x1E801, + unicodeslot=0x1D975, }, - [0x1E802]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M003 KU", - direction="r", + [0x1D976]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE CORNER LARGE", + direction="l", linebreak="al", - unicodeslot=0x1E802, + unicodeslot=0x1D976, }, - [0x1E803]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M065 KEE", - direction="r", + [0x1D977]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE CHECK", + direction="l", linebreak="al", - unicodeslot=0x1E803, + unicodeslot=0x1D977, }, - [0x1E804]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M095 KE", - direction="r", + [0x1D978]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE BOX SMALL", + direction="l", linebreak="al", - unicodeslot=0x1E804, + unicodeslot=0x1D978, }, - [0x1E805]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M076 KOO", - direction="r", + [0x1D979]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE BOX MEDIUM", + direction="l", linebreak="al", - unicodeslot=0x1E805, + unicodeslot=0x1D979, }, - [0x1E806]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M048 KO", - direction="r", + [0x1D97A]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE BOX LARGE", + direction="l", linebreak="al", - unicodeslot=0x1E806, + unicodeslot=0x1D97A, }, - [0x1E807]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M179 KUA", - direction="r", + [0x1D97B]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE ZIGZAG SMALL", + direction="l", linebreak="al", - unicodeslot=0x1E807, + unicodeslot=0x1D97B, }, - [0x1E808]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M004 WI", - direction="r", + [0x1D97C]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE ZIGZAG MEDIUM", + direction="l", linebreak="al", - unicodeslot=0x1E808, + unicodeslot=0x1D97C, }, - [0x1E809]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M005 WA", - direction="r", + [0x1D97D]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE ZIGZAG LARGE", + direction="l", linebreak="al", - unicodeslot=0x1E809, + unicodeslot=0x1D97D, }, - [0x1E80A]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M006 WU", - direction="r", + [0x1D97E]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE PEAKS SMALL", + direction="l", linebreak="al", - unicodeslot=0x1E80A, + unicodeslot=0x1D97E, }, - [0x1E80B]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M126 WEE", - direction="r", + [0x1D97F]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE PEAKS MEDIUM", + direction="l", linebreak="al", - unicodeslot=0x1E80B, + unicodeslot=0x1D97F, }, - [0x1E80C]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M118 WE", - direction="r", + [0x1D980]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE PEAKS LARGE", + direction="l", linebreak="al", - unicodeslot=0x1E80C, + unicodeslot=0x1D980, }, - [0x1E80D]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M114 WOO", - direction="r", + [0x1D981]={ + category="so", + description="SIGNWRITING TRAVEL-FLOORPLANE ROTATION-FLOORPLANE SINGLE", + direction="l", linebreak="al", - unicodeslot=0x1E80D, + unicodeslot=0x1D981, }, - [0x1E80E]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M045 WO", - direction="r", + [0x1D982]={ + category="so", + description="SIGNWRITING TRAVEL-FLOORPLANE ROTATION-FLOORPLANE DOUBLE", + direction="l", linebreak="al", - unicodeslot=0x1E80E, + unicodeslot=0x1D982, }, - [0x1E80F]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M194 WUI", - direction="r", + [0x1D983]={ + category="so", + description="SIGNWRITING TRAVEL-FLOORPLANE ROTATION-FLOORPLANE ALTERNATING", + direction="l", linebreak="al", - unicodeslot=0x1E80F, + unicodeslot=0x1D983, }, - [0x1E810]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M143 WEI", - direction="r", + [0x1D984]={ + category="so", + description="SIGNWRITING TRAVEL-FLOORPLANE ROTATION-WALLPLANE SINGLE", + direction="l", linebreak="al", - unicodeslot=0x1E810, + unicodeslot=0x1D984, }, - [0x1E811]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M061 WVI", - direction="r", + [0x1D985]={ + category="so", + description="SIGNWRITING TRAVEL-FLOORPLANE ROTATION-WALLPLANE DOUBLE", + direction="l", linebreak="al", - unicodeslot=0x1E811, + unicodeslot=0x1D985, }, - [0x1E812]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M049 WVA", - direction="r", + [0x1D986]={ + category="so", + description="SIGNWRITING TRAVEL-FLOORPLANE ROTATION-WALLPLANE ALTERNATING", + direction="l", linebreak="al", - unicodeslot=0x1E812, + unicodeslot=0x1D986, }, - [0x1E813]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M139 WVE", - direction="r", + [0x1D987]={ + category="so", + description="SIGNWRITING TRAVEL-FLOORPLANE SHAKING", + direction="l", linebreak="al", - unicodeslot=0x1E813, + unicodeslot=0x1D987, }, - [0x1E814]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M007 MIN", - direction="r", + [0x1D988]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER SMALL", + direction="l", linebreak="al", - unicodeslot=0x1E814, + unicodeslot=0x1D988, }, - [0x1E815]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M008 MAN", - direction="r", + [0x1D989]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER MEDIUM", + direction="l", linebreak="al", - unicodeslot=0x1E815, + unicodeslot=0x1D989, }, - [0x1E816]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M009 MUN", - direction="r", + [0x1D98A]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER LARGE", + direction="l", linebreak="al", - unicodeslot=0x1E816, + unicodeslot=0x1D98A, }, - [0x1E817]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M059 MEN", - direction="r", + [0x1D98B]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER LARGEST", + direction="l", linebreak="al", - unicodeslot=0x1E817, + unicodeslot=0x1D98B, }, - [0x1E818]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M094 MON", - direction="r", + [0x1D98C]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE SMALL", + direction="l", linebreak="al", - unicodeslot=0x1E818, + unicodeslot=0x1D98C, }, - [0x1E819]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M154 MUAN", - direction="r", + [0x1D98D]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE MEDIUM", + direction="l", linebreak="al", - unicodeslot=0x1E819, + unicodeslot=0x1D98D, }, - [0x1E81A]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M189 MUEN", - direction="r", + [0x1D98E]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE LARGE", + direction="l", linebreak="al", - unicodeslot=0x1E81A, + unicodeslot=0x1D98E, }, - [0x1E81B]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M010 BI", - direction="r", + [0x1D98F]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE LARGEST", + direction="l", linebreak="al", - unicodeslot=0x1E81B, + unicodeslot=0x1D98F, }, - [0x1E81C]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M011 BA", - direction="r", + [0x1D990]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE CURVE THREE-QUARTER CIRCLE SMALL", + direction="l", linebreak="al", - unicodeslot=0x1E81C, + unicodeslot=0x1D990, }, - [0x1E81D]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M012 BU", - direction="r", + [0x1D991]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE CURVE THREE-QUARTER CIRCLE MEDIUM", + direction="l", linebreak="al", - unicodeslot=0x1E81D, + unicodeslot=0x1D991, }, - [0x1E81E]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M150 BEE", - direction="r", + [0x1D992]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE HUMP SMALL", + direction="l", linebreak="al", - unicodeslot=0x1E81E, + unicodeslot=0x1D992, }, - [0x1E81F]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M097 BE", - direction="r", + [0x1D993]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE HUMP MEDIUM", + direction="l", linebreak="al", - unicodeslot=0x1E81F, + unicodeslot=0x1D993, }, - [0x1E820]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M103 BOO", - direction="r", + [0x1D994]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE HUMP LARGE", + direction="l", linebreak="al", - unicodeslot=0x1E820, + unicodeslot=0x1D994, }, - [0x1E821]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M138 BO", - direction="r", + [0x1D995]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE LOOP SMALL", + direction="l", linebreak="al", - unicodeslot=0x1E821, + unicodeslot=0x1D995, }, - [0x1E822]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M013 I", - direction="r", + [0x1D996]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE LOOP MEDIUM", + direction="l", linebreak="al", - unicodeslot=0x1E822, + unicodeslot=0x1D996, }, - [0x1E823]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M014 A", - direction="r", + [0x1D997]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE LOOP LARGE", + direction="l", linebreak="al", - unicodeslot=0x1E823, + unicodeslot=0x1D997, }, - [0x1E824]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M015 U", - direction="r", + [0x1D998]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE LOOP SMALL DOUBLE", + direction="l", linebreak="al", - unicodeslot=0x1E824, + unicodeslot=0x1D998, }, - [0x1E825]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M163 EE", - direction="r", + [0x1D999]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE DOUBLE SMALL", + direction="l", linebreak="al", - unicodeslot=0x1E825, + unicodeslot=0x1D999, }, - [0x1E826]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M100 E", - direction="r", + [0x1D99A]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE DOUBLE MEDIUM", + direction="l", linebreak="al", - unicodeslot=0x1E826, + unicodeslot=0x1D99A, }, - [0x1E827]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M165 OO", - direction="r", + [0x1D99B]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE DOUBLE LARGE", + direction="l", linebreak="al", - unicodeslot=0x1E827, + unicodeslot=0x1D99B, }, - [0x1E828]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M147 O", - direction="r", + [0x1D99C]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE TRIPLE SMALL", + direction="l", linebreak="al", - unicodeslot=0x1E828, + unicodeslot=0x1D99C, }, - [0x1E829]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M137 EI", - direction="r", + [0x1D99D]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE TRIPLE MEDIUM", + direction="l", linebreak="al", - unicodeslot=0x1E829, + unicodeslot=0x1D99D, }, - [0x1E82A]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M131 IN", - direction="r", + [0x1D99E]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE TRIPLE LARGE", + direction="l", linebreak="al", - unicodeslot=0x1E82A, + unicodeslot=0x1D99E, }, - [0x1E82B]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M135 IN", - direction="r", + [0x1D99F]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE CURVE THEN STRAIGHT", + direction="l", linebreak="al", - unicodeslot=0x1E82B, + unicodeslot=0x1D99F, }, - [0x1E82C]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M195 AN", - direction="r", + [0x1D9A0]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE CURVED CROSS SMALL", + direction="l", linebreak="al", - unicodeslot=0x1E82C, + unicodeslot=0x1D9A0, }, - [0x1E82D]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M178 EN", - direction="r", + [0x1D9A1]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE CURVED CROSS MEDIUM", + direction="l", linebreak="al", - unicodeslot=0x1E82D, + unicodeslot=0x1D9A1, }, - [0x1E82E]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M019 SI", - direction="r", + [0x1D9A2]={ + category="so", + description="SIGNWRITING ROTATION-WALLPLANE SINGLE", + direction="l", linebreak="al", - unicodeslot=0x1E82E, + unicodeslot=0x1D9A2, }, - [0x1E82F]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M020 SA", - direction="r", + [0x1D9A3]={ + category="so", + description="SIGNWRITING ROTATION-WALLPLANE DOUBLE", + direction="l", linebreak="al", - unicodeslot=0x1E82F, + unicodeslot=0x1D9A3, }, - [0x1E830]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M021 SU", - direction="r", + [0x1D9A4]={ + category="so", + description="SIGNWRITING ROTATION-WALLPLANE ALTERNATE", + direction="l", linebreak="al", - unicodeslot=0x1E830, + unicodeslot=0x1D9A4, }, - [0x1E831]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M162 SEE", - direction="r", + [0x1D9A5]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE SHAKING", + direction="l", linebreak="al", - unicodeslot=0x1E831, + unicodeslot=0x1D9A5, }, - [0x1E832]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M116 SE", - direction="r", + [0x1D9A6]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE CURVE HITTING FRONT WALL", + direction="l", linebreak="al", - unicodeslot=0x1E832, + unicodeslot=0x1D9A6, }, - [0x1E833]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M136 SOO", - direction="r", + [0x1D9A7]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE HUMP HITTING FRONT WALL", + direction="l", linebreak="al", - unicodeslot=0x1E833, + unicodeslot=0x1D9A7, }, - [0x1E834]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M079 SO", - direction="r", + [0x1D9A8]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE LOOP HITTING FRONT WALL", + direction="l", linebreak="al", - unicodeslot=0x1E834, + unicodeslot=0x1D9A8, }, - [0x1E835]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M196 SIA", - direction="r", - linebreak="al", - unicodeslot=0x1E835, - }, - [0x1E836]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M025 LI", - direction="r", + [0x1D9A9]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE WAVE HITTING FRONT WALL", + direction="l", linebreak="al", - unicodeslot=0x1E836, + unicodeslot=0x1D9A9, }, - [0x1E837]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M026 LA", - direction="r", + [0x1D9AA]={ + category="so", + description="SIGNWRITING ROTATION-WALLPLANE SINGLE HITTING FRONT WALL", + direction="l", linebreak="al", - unicodeslot=0x1E837, + unicodeslot=0x1D9AA, }, - [0x1E838]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M027 LU", - direction="r", + [0x1D9AB]={ + category="so", + description="SIGNWRITING ROTATION-WALLPLANE DOUBLE HITTING FRONT WALL", + direction="l", linebreak="al", - unicodeslot=0x1E838, + unicodeslot=0x1D9AB, }, - [0x1E839]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M084 LEE", - direction="r", + [0x1D9AC]={ + category="so", + description="SIGNWRITING ROTATION-WALLPLANE ALTERNATING HITTING FRONT WALL", + direction="l", linebreak="al", - unicodeslot=0x1E839, + unicodeslot=0x1D9AC, }, - [0x1E83A]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M073 LE", - direction="r", + [0x1D9AD]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE CURVE HITTING CHEST", + direction="l", linebreak="al", - unicodeslot=0x1E83A, + unicodeslot=0x1D9AD, }, - [0x1E83B]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M054 LOO", - direction="r", + [0x1D9AE]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE HUMP HITTING CHEST", + direction="l", linebreak="al", - unicodeslot=0x1E83B, + unicodeslot=0x1D9AE, }, - [0x1E83C]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M153 LO", - direction="r", + [0x1D9AF]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE LOOP HITTING CHEST", + direction="l", linebreak="al", - unicodeslot=0x1E83C, + unicodeslot=0x1D9AF, }, - [0x1E83D]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M110 LONG LE", - direction="r", + [0x1D9B0]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE WAVE HITTING CHEST", + direction="l", linebreak="al", - unicodeslot=0x1E83D, + unicodeslot=0x1D9B0, }, - [0x1E83E]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M016 DI", - direction="r", + [0x1D9B1]={ + category="so", + description="SIGNWRITING ROTATION-WALLPLANE SINGLE HITTING CHEST", + direction="l", linebreak="al", - unicodeslot=0x1E83E, + unicodeslot=0x1D9B1, }, - [0x1E83F]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M017 DA", - direction="r", + [0x1D9B2]={ + category="so", + description="SIGNWRITING ROTATION-WALLPLANE DOUBLE HITTING CHEST", + direction="l", linebreak="al", - unicodeslot=0x1E83F, + unicodeslot=0x1D9B2, }, - [0x1E840]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M018 DU", - direction="r", + [0x1D9B3]={ + category="so", + description="SIGNWRITING ROTATION-WALLPLANE ALTERNATING HITTING CHEST", + direction="l", linebreak="al", - unicodeslot=0x1E840, + unicodeslot=0x1D9B3, }, - [0x1E841]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M089 DEE", - direction="r", + [0x1D9B4]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE WAVE DIAGONAL PATH SMALL", + direction="l", linebreak="al", - unicodeslot=0x1E841, + unicodeslot=0x1D9B4, }, - [0x1E842]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M180 DOO", - direction="r", + [0x1D9B5]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE WAVE DIAGONAL PATH MEDIUM", + direction="l", linebreak="al", - unicodeslot=0x1E842, + unicodeslot=0x1D9B5, }, - [0x1E843]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M181 DO", - direction="r", + [0x1D9B6]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE WAVE DIAGONAL PATH LARGE", + direction="l", linebreak="al", - unicodeslot=0x1E843, + unicodeslot=0x1D9B6, }, - [0x1E844]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M022 TI", - direction="r", + [0x1D9B7]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING CEILING SMALL", + direction="l", linebreak="al", - unicodeslot=0x1E844, + unicodeslot=0x1D9B7, }, - [0x1E845]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M023 TA", - direction="r", + [0x1D9B8]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING CEILING LARGE", + direction="l", linebreak="al", - unicodeslot=0x1E845, + unicodeslot=0x1D9B8, }, - [0x1E846]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M024 TU", - direction="r", + [0x1D9B9]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING SMALL DOUBLE", + direction="l", linebreak="al", - unicodeslot=0x1E846, + unicodeslot=0x1D9B9, }, - [0x1E847]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M091 TEE", - direction="r", + [0x1D9BA]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING LARGE DOUBLE", + direction="l", linebreak="al", - unicodeslot=0x1E847, + unicodeslot=0x1D9BA, }, - [0x1E848]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M055 TE", - direction="r", + [0x1D9BB]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING SMALL TRIPLE", + direction="l", linebreak="al", - unicodeslot=0x1E848, + unicodeslot=0x1D9BB, }, - [0x1E849]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M104 TOO", - direction="r", + [0x1D9BC]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING LARGE TRIPLE", + direction="l", linebreak="al", - unicodeslot=0x1E849, + unicodeslot=0x1D9BC, }, - [0x1E84A]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M069 TO", - direction="r", + [0x1D9BD]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING SMALL SINGLE", + direction="l", linebreak="al", - unicodeslot=0x1E84A, + unicodeslot=0x1D9BD, }, - [0x1E84B]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M028 JI", - direction="r", + [0x1D9BE]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING LARGE SINGLE", + direction="l", linebreak="al", - unicodeslot=0x1E84B, + unicodeslot=0x1D9BE, }, - [0x1E84C]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M029 JA", - direction="r", + [0x1D9BF]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING SMALL DOUBLE", + direction="l", linebreak="al", - unicodeslot=0x1E84C, + unicodeslot=0x1D9BF, }, - [0x1E84D]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M030 JU", - direction="r", + [0x1D9C0]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING LARGE DOUBLE", + direction="l", linebreak="al", - unicodeslot=0x1E84D, + unicodeslot=0x1D9C0, }, - [0x1E84E]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M157 JEE", - direction="r", + [0x1D9C1]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING CEILING SMALL", + direction="l", linebreak="al", - unicodeslot=0x1E84E, + unicodeslot=0x1D9C1, }, - [0x1E84F]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M113 JE", - direction="r", + [0x1D9C2]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING CEILING LARGE", + direction="l", linebreak="al", - unicodeslot=0x1E84F, + unicodeslot=0x1D9C2, }, - [0x1E850]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M160 JOO", - direction="r", + [0x1D9C3]={ + category="so", + description="SIGNWRITING ROTATION-FLOORPLANE SINGLE HITTING CEILING", + direction="l", linebreak="al", - unicodeslot=0x1E850, + unicodeslot=0x1D9C3, }, - [0x1E851]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M063 JO", - direction="r", + [0x1D9C4]={ + category="so", + description="SIGNWRITING ROTATION-FLOORPLANE DOUBLE HITTING CEILING", + direction="l", linebreak="al", - unicodeslot=0x1E851, + unicodeslot=0x1D9C4, }, - [0x1E852]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M175 LONG JO", - direction="r", + [0x1D9C5]={ + category="so", + description="SIGNWRITING ROTATION-FLOORPLANE ALTERNATING HITTING CEILING", + direction="l", linebreak="al", - unicodeslot=0x1E852, + unicodeslot=0x1D9C5, }, - [0x1E853]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M031 YI", - direction="r", + [0x1D9C6]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING FLOOR SMALL", + direction="l", linebreak="al", - unicodeslot=0x1E853, + unicodeslot=0x1D9C6, }, - [0x1E854]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M032 YA", - direction="r", + [0x1D9C7]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING FLOOR LARGE", + direction="l", linebreak="al", - unicodeslot=0x1E854, + unicodeslot=0x1D9C7, }, - [0x1E855]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M033 YU", - direction="r", + [0x1D9C8]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR SMALL DOUBLE", + direction="l", linebreak="al", - unicodeslot=0x1E855, + unicodeslot=0x1D9C8, }, - [0x1E856]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M109 YEE", - direction="r", + [0x1D9C9]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR LARGE DOUBLE", + direction="l", linebreak="al", - unicodeslot=0x1E856, + unicodeslot=0x1D9C9, }, - [0x1E857]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M080 YE", - direction="r", + [0x1D9CA]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR TRIPLE SMALL TRIPLE", + direction="l", linebreak="al", - unicodeslot=0x1E857, + unicodeslot=0x1D9CA, }, - [0x1E858]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M141 YOO", - direction="r", + [0x1D9CB]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR TRIPLE LARGE TRIPLE", + direction="l", linebreak="al", - unicodeslot=0x1E858, + unicodeslot=0x1D9CB, }, - [0x1E859]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M121 YO", - direction="r", + [0x1D9CC]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR SMALL SINGLE", + direction="l", linebreak="al", - unicodeslot=0x1E859, + unicodeslot=0x1D9CC, }, - [0x1E85A]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M034 FI", - direction="r", + [0x1D9CD]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR LARGE SINGLE", + direction="l", linebreak="al", - unicodeslot=0x1E85A, + unicodeslot=0x1D9CD, }, - [0x1E85B]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M035 FA", - direction="r", + [0x1D9CE]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR SMALL DOUBLE", + direction="l", linebreak="al", - unicodeslot=0x1E85B, + unicodeslot=0x1D9CE, }, - [0x1E85C]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M036 FU", - direction="r", + [0x1D9CF]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR LARGE DOUBLE", + direction="l", linebreak="al", - unicodeslot=0x1E85C, + unicodeslot=0x1D9CF, }, - [0x1E85D]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M078 FEE", - direction="r", + [0x1D9D0]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING FLOOR SMALL", + direction="l", linebreak="al", - unicodeslot=0x1E85D, + unicodeslot=0x1D9D0, }, - [0x1E85E]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M075 FE", - direction="r", + [0x1D9D1]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING FLOOR LARGE", + direction="l", linebreak="al", - unicodeslot=0x1E85E, + unicodeslot=0x1D9D1, }, - [0x1E85F]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M133 FOO", - direction="r", + [0x1D9D2]={ + category="so", + description="SIGNWRITING ROTATION-FLOORPLANE SINGLE HITTING FLOOR", + direction="l", linebreak="al", - unicodeslot=0x1E85F, + unicodeslot=0x1D9D2, }, - [0x1E860]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M088 FO", - direction="r", + [0x1D9D3]={ + category="so", + description="SIGNWRITING ROTATION-FLOORPLANE DOUBLE HITTING FLOOR", + direction="l", linebreak="al", - unicodeslot=0x1E860, + unicodeslot=0x1D9D3, }, - [0x1E861]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M197 FUA", - direction="r", + [0x1D9D4]={ + category="so", + description="SIGNWRITING ROTATION-FLOORPLANE ALTERNATING HITTING FLOOR", + direction="l", linebreak="al", - unicodeslot=0x1E861, + unicodeslot=0x1D9D4, }, - [0x1E862]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M101 FAN", - direction="r", + [0x1D9D5]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE SMALL", + direction="l", linebreak="al", - unicodeslot=0x1E862, + unicodeslot=0x1D9D5, }, - [0x1E863]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M037 NIN", - direction="r", + [0x1D9D6]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE MEDIUM", + direction="l", linebreak="al", - unicodeslot=0x1E863, + unicodeslot=0x1D9D6, }, - [0x1E864]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M038 NAN", - direction="r", + [0x1D9D7]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE LARGE", + direction="l", linebreak="al", - unicodeslot=0x1E864, + unicodeslot=0x1D9D7, }, - [0x1E865]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M039 NUN", - direction="r", + [0x1D9D8]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE LARGEST", + direction="l", linebreak="al", - unicodeslot=0x1E865, + unicodeslot=0x1D9D8, }, - [0x1E866]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M117 NEN", - direction="r", + [0x1D9D9]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE COMBINED", + direction="l", linebreak="al", - unicodeslot=0x1E866, + unicodeslot=0x1D9D9, }, - [0x1E867]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M169 NON", - direction="r", + [0x1D9DA]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP SMALL", + direction="l", linebreak="al", - unicodeslot=0x1E867, + unicodeslot=0x1D9DA, }, - [0x1E868]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M176 HI", - direction="r", + [0x1D9DB]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP SMALL", + direction="l", linebreak="al", - unicodeslot=0x1E868, + unicodeslot=0x1D9DB, }, - [0x1E869]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M041 HA", - direction="r", + [0x1D9DC]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE SNAKE", + direction="l", linebreak="al", - unicodeslot=0x1E869, + unicodeslot=0x1D9DC, }, - [0x1E86A]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M186 HU", - direction="r", + [0x1D9DD]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE SMALL", + direction="l", linebreak="al", - unicodeslot=0x1E86A, + unicodeslot=0x1D9DD, }, - [0x1E86B]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M040 HEE", - direction="r", + [0x1D9DE]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE LARGE", + direction="l", linebreak="al", - unicodeslot=0x1E86B, + unicodeslot=0x1D9DE, }, - [0x1E86C]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M096 HE", - direction="r", + [0x1D9DF]={ + category="so", + description="SIGNWRITING ROTATION-FLOORPLANE SINGLE", + direction="l", linebreak="al", - unicodeslot=0x1E86C, + unicodeslot=0x1D9DF, }, - [0x1E86D]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M042 HOO", - direction="r", + [0x1D9E0]={ + category="so", + description="SIGNWRITING ROTATION-FLOORPLANE DOUBLE", + direction="l", linebreak="al", - unicodeslot=0x1E86D, + unicodeslot=0x1D9E0, }, - [0x1E86E]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M140 HO", - direction="r", + [0x1D9E1]={ + category="so", + description="SIGNWRITING ROTATION-FLOORPLANE ALTERNATING", + direction="l", linebreak="al", - unicodeslot=0x1E86E, + unicodeslot=0x1D9E1, }, - [0x1E86F]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M083 HEEI", - direction="r", + [0x1D9E2]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE SHAKING PARALLEL", + direction="l", linebreak="al", - unicodeslot=0x1E86F, + unicodeslot=0x1D9E2, }, - [0x1E870]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M128 HOOU", - direction="r", + [0x1D9E3]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE SMALL SINGLE", + direction="l", linebreak="al", - unicodeslot=0x1E870, + unicodeslot=0x1D9E3, }, - [0x1E871]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M053 HIN", - direction="r", + [0x1D9E4]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE MEDIUM SINGLE", + direction="l", linebreak="al", - unicodeslot=0x1E871, + unicodeslot=0x1D9E4, }, - [0x1E872]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M130 HAN", - direction="r", + [0x1D9E5]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE SMALL DOUBLE", + direction="l", linebreak="al", - unicodeslot=0x1E872, + unicodeslot=0x1D9E5, }, - [0x1E873]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M087 HUN", - direction="r", + [0x1D9E6]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE MEDIUM DOUBLE", + direction="l", linebreak="al", - unicodeslot=0x1E873, + unicodeslot=0x1D9E6, }, - [0x1E874]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M052 HEN", - direction="r", + [0x1D9E7]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL SMALL SINGLE", + direction="l", linebreak="al", - unicodeslot=0x1E874, + unicodeslot=0x1D9E7, }, - [0x1E875]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M193 HON", - direction="r", + [0x1D9E8]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL MEDIUM SINGLE", + direction="l", linebreak="al", - unicodeslot=0x1E875, + unicodeslot=0x1D9E8, }, - [0x1E876]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M046 HUAN", - direction="r", + [0x1D9E9]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL LARGE SINGLE", + direction="l", linebreak="al", - unicodeslot=0x1E876, + unicodeslot=0x1D9E9, }, - [0x1E877]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M090 NGGI", - direction="r", + [0x1D9EA]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL SMALL DOUBLE", + direction="l", linebreak="al", - unicodeslot=0x1E877, + unicodeslot=0x1D9EA, }, - [0x1E878]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M043 NGGA", - direction="r", + [0x1D9EB]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL MEDIUM DOUBLE", + direction="l", linebreak="al", - unicodeslot=0x1E878, + unicodeslot=0x1D9EB, }, - [0x1E879]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M082 NGGU", - direction="r", + [0x1D9EC]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL LARGE DOUBLE", + direction="l", linebreak="al", - unicodeslot=0x1E879, + unicodeslot=0x1D9EC, }, - [0x1E87A]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M115 NGGEE", - direction="r", + [0x1D9ED]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE WRIST CIRCLE FRONT SINGLE", + direction="l", linebreak="al", - unicodeslot=0x1E87A, + unicodeslot=0x1D9ED, }, - [0x1E87B]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M146 NGGE", - direction="r", + [0x1D9EE]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE WRIST CIRCLE FRONT DOUBLE", + direction="l", linebreak="al", - unicodeslot=0x1E87B, + unicodeslot=0x1D9EE, }, - [0x1E87C]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M156 NGGOO", - direction="r", + [0x1D9EF]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE WRIST CIRCLE HITTING WALL SINGLE", + direction="l", linebreak="al", - unicodeslot=0x1E87C, + unicodeslot=0x1D9EF, }, - [0x1E87D]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M120 NGGO", - direction="r", + [0x1D9F0]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE WRIST CIRCLE HITTING WALL DOUBLE", + direction="l", linebreak="al", - unicodeslot=0x1E87D, + unicodeslot=0x1D9F0, }, - [0x1E87E]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M159 NGGAA", - direction="r", + [0x1D9F1]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE FINGER CIRCLES SINGLE", + direction="l", linebreak="al", - unicodeslot=0x1E87E, + unicodeslot=0x1D9F1, }, - [0x1E87F]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M127 NGGUA", - direction="r", + [0x1D9F2]={ + category="so", + description="SIGNWRITING MOVEMENT-WALLPLANE FINGER CIRCLES DOUBLE", + direction="l", linebreak="al", - unicodeslot=0x1E87F, + unicodeslot=0x1D9F2, }, - [0x1E880]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M086 LONG NGGE", - direction="r", + [0x1D9F3]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE FINGER CIRCLES HITTING WALL SINGLE", + direction="l", linebreak="al", - unicodeslot=0x1E880, + unicodeslot=0x1D9F3, }, - [0x1E881]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M106 LONG NGGOO", - direction="r", + [0x1D9F4]={ + category="so", + description="SIGNWRITING MOVEMENT-FLOORPLANE FINGER CIRCLES HITTING WALL DOUBLE", + direction="l", linebreak="al", - unicodeslot=0x1E881, + unicodeslot=0x1D9F4, }, - [0x1E882]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M183 LONG NGGO", - direction="r", + [0x1D9F5]={ + category="so", + description="SIGNWRITING DYNAMIC ARROWHEAD SMALL", + direction="l", linebreak="al", - unicodeslot=0x1E882, + unicodeslot=0x1D9F5, }, - [0x1E883]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M155 GI", - direction="r", + [0x1D9F6]={ + category="so", + description="SIGNWRITING DYNAMIC ARROWHEAD LARGE", + direction="l", linebreak="al", - unicodeslot=0x1E883, + unicodeslot=0x1D9F6, }, - [0x1E884]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M111 GA", - direction="r", + [0x1D9F7]={ + category="so", + description="SIGNWRITING DYNAMIC FAST", + direction="l", linebreak="al", - unicodeslot=0x1E884, + unicodeslot=0x1D9F7, }, - [0x1E885]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M168 GU", - direction="r", + [0x1D9F8]={ + category="so", + description="SIGNWRITING DYNAMIC SLOW", + direction="l", linebreak="al", - unicodeslot=0x1E885, + unicodeslot=0x1D9F8, }, - [0x1E886]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M190 GEE", - direction="r", + [0x1D9F9]={ + category="so", + description="SIGNWRITING DYNAMIC TENSE", + direction="l", linebreak="al", - unicodeslot=0x1E886, + unicodeslot=0x1D9F9, }, - [0x1E887]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M166 GUEI", - direction="r", + [0x1D9FA]={ + category="so", + description="SIGNWRITING DYNAMIC RELAXED", + direction="l", linebreak="al", - unicodeslot=0x1E887, + unicodeslot=0x1D9FA, }, - [0x1E888]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M167 GUAN", - direction="r", + [0x1D9FB]={ + category="so", + description="SIGNWRITING DYNAMIC SIMULTANEOUS", + direction="l", linebreak="al", - unicodeslot=0x1E888, + unicodeslot=0x1D9FB, }, - [0x1E889]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M184 NGEN", - direction="r", + [0x1D9FC]={ + category="so", + description="SIGNWRITING DYNAMIC SIMULTANEOUS ALTERNATING", + direction="l", linebreak="al", - unicodeslot=0x1E889, + unicodeslot=0x1D9FC, }, - [0x1E88A]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M057 NGON", - direction="r", + [0x1D9FD]={ + category="so", + description="SIGNWRITING DYNAMIC EVERY OTHER TIME", + direction="l", linebreak="al", - unicodeslot=0x1E88A, + unicodeslot=0x1D9FD, }, - [0x1E88B]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M177 NGUAN", - direction="r", + [0x1D9FE]={ + category="so", + description="SIGNWRITING DYNAMIC GRADUAL", + direction="l", linebreak="al", - unicodeslot=0x1E88B, + unicodeslot=0x1D9FE, }, - [0x1E88C]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M068 PI", - direction="r", + [0x1D9FF]={ + category="so", + description="SIGNWRITING HEAD", + direction="l", linebreak="al", - unicodeslot=0x1E88C, + unicodeslot=0x1D9FF, }, - [0x1E88D]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M099 PA", - direction="r", - linebreak="al", - unicodeslot=0x1E88D, + [0x1DA00]={ + category="mn", + description="SIGNWRITING HEAD RIM", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA00, }, - [0x1E88E]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M050 PU", - direction="r", - linebreak="al", - unicodeslot=0x1E88E, + [0x1DA01]={ + category="mn", + description="SIGNWRITING HEAD MOVEMENT-WALLPLANE STRAIGHT", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA01, }, - [0x1E88F]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M081 PEE", - direction="r", - linebreak="al", - unicodeslot=0x1E88F, + [0x1DA02]={ + category="mn", + description="SIGNWRITING HEAD MOVEMENT-WALLPLANE TILT", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA02, }, - [0x1E890]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M051 PE", - direction="r", - linebreak="al", - unicodeslot=0x1E890, + [0x1DA03]={ + category="mn", + description="SIGNWRITING HEAD MOVEMENT-FLOORPLANE STRAIGHT", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA03, }, - [0x1E891]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M102 POO", - direction="r", - linebreak="al", - unicodeslot=0x1E891, + [0x1DA04]={ + category="mn", + description="SIGNWRITING HEAD MOVEMENT-WALLPLANE CURVE", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA04, }, - [0x1E892]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M066 PO", - direction="r", - linebreak="al", - unicodeslot=0x1E892, + [0x1DA05]={ + category="mn", + description="SIGNWRITING HEAD MOVEMENT-FLOORPLANE CURVE", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA05, }, - [0x1E893]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M145 MBI", - direction="r", - linebreak="al", - unicodeslot=0x1E893, + [0x1DA06]={ + category="mn", + description="SIGNWRITING HEAD MOVEMENT CIRCLE", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA06, }, - [0x1E894]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M062 MBA", - direction="r", - linebreak="al", - unicodeslot=0x1E894, + [0x1DA07]={ + category="mn", + description="SIGNWRITING FACE DIRECTION POSITION NOSE FORWARD TILTING", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA07, }, - [0x1E895]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M122 MBU", - direction="r", - linebreak="al", - unicodeslot=0x1E895, + [0x1DA08]={ + category="mn", + description="SIGNWRITING FACE DIRECTION POSITION NOSE UP OR DOWN", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA08, }, - [0x1E896]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M047 MBEE", - direction="r", - linebreak="al", - unicodeslot=0x1E896, + [0x1DA09]={ + category="mn", + description="SIGNWRITING FACE DIRECTION POSITION NOSE UP OR DOWN TILTING", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA09, }, - [0x1E897]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M188 MBEE", - direction="r", - linebreak="al", - unicodeslot=0x1E897, + [0x1DA0A]={ + category="mn", + description="SIGNWRITING EYEBROWS STRAIGHT UP", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA0A, }, - [0x1E898]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M072 MBE", - direction="r", - linebreak="al", - unicodeslot=0x1E898, + [0x1DA0B]={ + category="mn", + description="SIGNWRITING EYEBROWS STRAIGHT NEUTRAL", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA0B, }, - [0x1E899]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M172 MBOO", - direction="r", - linebreak="al", - unicodeslot=0x1E899, + [0x1DA0C]={ + category="mn", + description="SIGNWRITING EYEBROWS STRAIGHT DOWN", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA0C, }, - [0x1E89A]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M174 MBO", - direction="r", - linebreak="al", - unicodeslot=0x1E89A, + [0x1DA0D]={ + category="mn", + description="SIGNWRITING DREAMY EYEBROWS NEUTRAL DOWN", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA0D, }, - [0x1E89B]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M187 MBUU", - direction="r", - linebreak="al", - unicodeslot=0x1E89B, + [0x1DA0E]={ + category="mn", + description="SIGNWRITING DREAMY EYEBROWS DOWN NEUTRAL", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA0E, }, - [0x1E89C]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M161 LONG MBE", - direction="r", - linebreak="al", - unicodeslot=0x1E89C, + [0x1DA0F]={ + category="mn", + description="SIGNWRITING DREAMY EYEBROWS UP NEUTRAL", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA0F, }, - [0x1E89D]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M105 LONG MBOO", - direction="r", - linebreak="al", - unicodeslot=0x1E89D, + [0x1DA10]={ + category="mn", + description="SIGNWRITING DREAMY EYEBROWS NEUTRAL UP", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA10, }, - [0x1E89E]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M142 LONG MBO", - direction="r", - linebreak="al", - unicodeslot=0x1E89E, + [0x1DA11]={ + category="mn", + description="SIGNWRITING FOREHEAD NEUTRAL", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA11, }, - [0x1E89F]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M132 KPI", - direction="r", - linebreak="al", - unicodeslot=0x1E89F, + [0x1DA12]={ + category="mn", + description="SIGNWRITING FOREHEAD CONTACT", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA12, }, - [0x1E8A0]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M092 KPA", - direction="r", - linebreak="al", - unicodeslot=0x1E8A0, + [0x1DA13]={ + category="mn", + description="SIGNWRITING FOREHEAD WRINKLED", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA13, }, - [0x1E8A1]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M074 KPU", - direction="r", - linebreak="al", - unicodeslot=0x1E8A1, + [0x1DA14]={ + category="mn", + description="SIGNWRITING EYES OPEN", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA14, }, - [0x1E8A2]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M044 KPEE", - direction="r", - linebreak="al", - unicodeslot=0x1E8A2, + [0x1DA15]={ + category="mn", + description="SIGNWRITING EYES SQUEEZED", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA15, }, - [0x1E8A3]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M108 KPE", - direction="r", - linebreak="al", - unicodeslot=0x1E8A3, + [0x1DA16]={ + category="mn", + description="SIGNWRITING EYES CLOSED", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA16, }, - [0x1E8A4]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M112 KPOO", - direction="r", - linebreak="al", - unicodeslot=0x1E8A4, + [0x1DA17]={ + category="mn", + description="SIGNWRITING EYE BLINK SINGLE", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA17, }, - [0x1E8A5]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M158 KPO", - direction="r", - linebreak="al", - unicodeslot=0x1E8A5, + [0x1DA18]={ + category="mn", + description="SIGNWRITING EYE BLINK MULTIPLE", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA18, }, - [0x1E8A6]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M124 GBI", - direction="r", - linebreak="al", - unicodeslot=0x1E8A6, + [0x1DA19]={ + category="mn", + description="SIGNWRITING EYES HALF OPEN", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA19, }, - [0x1E8A7]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M056 GBA", - direction="r", - linebreak="al", - unicodeslot=0x1E8A7, + [0x1DA1A]={ + category="mn", + description="SIGNWRITING EYES WIDE OPEN", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA1A, }, - [0x1E8A8]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M148 GBU", - direction="r", - linebreak="al", - unicodeslot=0x1E8A8, + [0x1DA1B]={ + category="mn", + description="SIGNWRITING EYES HALF CLOSED", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA1B, }, - [0x1E8A9]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M093 GBEE", - direction="r", - linebreak="al", - unicodeslot=0x1E8A9, + [0x1DA1C]={ + category="mn", + description="SIGNWRITING EYES WIDENING MOVEMENT", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA1C, }, - [0x1E8AA]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M107 GBE", - direction="r", - linebreak="al", - unicodeslot=0x1E8AA, + [0x1DA1D]={ + category="mn", + description="SIGNWRITING EYE WINK", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA1D, }, - [0x1E8AB]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M071 GBOO", - direction="r", - linebreak="al", - unicodeslot=0x1E8AB, + [0x1DA1E]={ + category="mn", + description="SIGNWRITING EYELASHES UP", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA1E, }, - [0x1E8AC]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M070 GBO", - direction="r", - linebreak="al", - unicodeslot=0x1E8AC, + [0x1DA1F]={ + category="mn", + description="SIGNWRITING EYELASHES DOWN", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA1F, }, - [0x1E8AD]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M171 RA", - direction="r", - linebreak="al", - unicodeslot=0x1E8AD, + [0x1DA20]={ + category="mn", + description="SIGNWRITING EYELASHES FLUTTERING", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA20, }, - [0x1E8AE]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M123 NDI", - direction="r", - linebreak="al", - unicodeslot=0x1E8AE, + [0x1DA21]={ + category="mn", + description="SIGNWRITING EYEGAZE-WALLPLANE STRAIGHT", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA21, }, - [0x1E8AF]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M129 NDA", - direction="r", - linebreak="al", - unicodeslot=0x1E8AF, + [0x1DA22]={ + category="mn", + description="SIGNWRITING EYEGAZE-WALLPLANE STRAIGHT DOUBLE", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA22, }, - [0x1E8B0]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M125 NDU", - direction="r", - linebreak="al", - unicodeslot=0x1E8B0, + [0x1DA23]={ + category="mn", + description="SIGNWRITING EYEGAZE-WALLPLANE STRAIGHT ALTERNATING", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA23, }, - [0x1E8B1]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M191 NDEE", - direction="r", - linebreak="al", - unicodeslot=0x1E8B1, + [0x1DA24]={ + category="mn", + description="SIGNWRITING EYEGAZE-FLOORPLANE STRAIGHT", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA24, }, - [0x1E8B2]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M119 NDE", - direction="r", - linebreak="al", - unicodeslot=0x1E8B2, + [0x1DA25]={ + category="mn", + description="SIGNWRITING EYEGAZE-FLOORPLANE STRAIGHT DOUBLE", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA25, }, - [0x1E8B3]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M067 NDOO", - direction="r", - linebreak="al", - unicodeslot=0x1E8B3, + [0x1DA26]={ + category="mn", + description="SIGNWRITING EYEGAZE-FLOORPLANE STRAIGHT ALTERNATING", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA26, }, - [0x1E8B4]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M064 NDO", - direction="r", - linebreak="al", - unicodeslot=0x1E8B4, + [0x1DA27]={ + category="mn", + description="SIGNWRITING EYEGAZE-WALLPLANE CURVED", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA27, }, - [0x1E8B5]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M152 NJA", - direction="r", - linebreak="al", - unicodeslot=0x1E8B5, + [0x1DA28]={ + category="mn", + description="SIGNWRITING EYEGAZE-FLOORPLANE CURVED", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA28, }, - [0x1E8B6]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M192 NJU", - direction="r", - linebreak="al", - unicodeslot=0x1E8B6, + [0x1DA29]={ + category="mn", + description="SIGNWRITING EYEGAZE-WALLPLANE CIRCLING", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA29, }, - [0x1E8B7]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M149 NJEE", - direction="r", - linebreak="al", - unicodeslot=0x1E8B7, + [0x1DA2A]={ + category="mn", + description="SIGNWRITING CHEEKS PUFFED", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA2A, }, - [0x1E8B8]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M134 NJOO", - direction="r", - linebreak="al", - unicodeslot=0x1E8B8, + [0x1DA2B]={ + category="mn", + description="SIGNWRITING CHEEKS NEUTRAL", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA2B, }, - [0x1E8B9]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M182 VI", - direction="r", - linebreak="al", - unicodeslot=0x1E8B9, + [0x1DA2C]={ + category="mn", + description="SIGNWRITING CHEEKS SUCKED", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA2C, }, - [0x1E8BA]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M185 VA", - direction="r", - linebreak="al", - unicodeslot=0x1E8BA, + [0x1DA2D]={ + category="mn", + description="SIGNWRITING TENSE CHEEKS HIGH", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA2D, }, - [0x1E8BB]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M151 VU", - direction="r", - linebreak="al", - unicodeslot=0x1E8BB, + [0x1DA2E]={ + category="mn", + description="SIGNWRITING TENSE CHEEKS MIDDLE", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA2E, }, - [0x1E8BC]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M173 VEE", - direction="r", - linebreak="al", - unicodeslot=0x1E8BC, + [0x1DA2F]={ + category="mn", + description="SIGNWRITING TENSE CHEEKS LOW", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA2F, }, - [0x1E8BD]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M085 VE", - direction="r", - linebreak="al", - unicodeslot=0x1E8BD, + [0x1DA30]={ + category="mn", + description="SIGNWRITING EARS", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA30, }, - [0x1E8BE]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M144 VOO", - direction="r", - linebreak="al", - unicodeslot=0x1E8BE, + [0x1DA31]={ + category="mn", + description="SIGNWRITING NOSE NEUTRAL", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA31, }, - [0x1E8BF]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M077 VO", - direction="r", - linebreak="al", - unicodeslot=0x1E8BF, + [0x1DA32]={ + category="mn", + description="SIGNWRITING NOSE CONTACT", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA32, }, - [0x1E8C0]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M164 NYIN", - direction="r", - linebreak="al", - unicodeslot=0x1E8C0, + [0x1DA33]={ + category="mn", + description="SIGNWRITING NOSE WRINKLES", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA33, }, - [0x1E8C1]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M058 NYAN", - direction="r", - linebreak="al", - unicodeslot=0x1E8C1, + [0x1DA34]={ + category="mn", + description="SIGNWRITING NOSE WIGGLES", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA34, }, - [0x1E8C2]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M170 NYUN", - direction="r", - linebreak="al", - unicodeslot=0x1E8C2, + [0x1DA35]={ + category="mn", + description="SIGNWRITING AIR BLOWING OUT", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA35, }, - [0x1E8C3]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M098 NYEN", - direction="r", - linebreak="al", - unicodeslot=0x1E8C3, + [0x1DA36]={ + category="mn", + description="SIGNWRITING AIR SUCKING IN", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA36, }, - [0x1E8C4]={ - category="lo", - description="MENDE KIKAKUI SYLLABLE M060 NYON", - direction="r", + [0x1DA37]={ + category="so", + description="SIGNWRITING AIR BLOW SMALL ROTATIONS", + direction="l", linebreak="al", - unicodeslot=0x1E8C4, + unicodeslot=0x1DA37, }, - [0x1E8C7]={ - category="no", - description="MENDE KIKAKUI DIGIT ONE", - direction="r", + [0x1DA38]={ + category="so", + description="SIGNWRITING AIR SUCK SMALL ROTATIONS", + direction="l", linebreak="al", - unicodeslot=0x1E8C7, + unicodeslot=0x1DA38, }, - [0x1E8C8]={ - category="no", - description="MENDE KIKAKUI DIGIT TWO", - direction="r", + [0x1DA39]={ + category="so", + description="SIGNWRITING BREATH INHALE", + direction="l", linebreak="al", - unicodeslot=0x1E8C8, + unicodeslot=0x1DA39, }, - [0x1E8C9]={ - category="no", - description="MENDE KIKAKUI DIGIT THREE", - direction="r", + [0x1DA3A]={ + category="so", + description="SIGNWRITING BREATH EXHALE", + direction="l", linebreak="al", - unicodeslot=0x1E8C9, + unicodeslot=0x1DA3A, }, - [0x1E8CA]={ - category="no", - description="MENDE KIKAKUI DIGIT FOUR", - direction="r", - linebreak="al", - unicodeslot=0x1E8CA, + [0x1DA3B]={ + category="mn", + description="SIGNWRITING MOUTH CLOSED NEUTRAL", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA3B, }, - [0x1E8CB]={ - category="no", - description="MENDE KIKAKUI DIGIT FIVE", - direction="r", - linebreak="al", - unicodeslot=0x1E8CB, + [0x1DA3C]={ + category="mn", + description="SIGNWRITING MOUTH CLOSED FORWARD", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA3C, }, - [0x1E8CC]={ - category="no", - description="MENDE KIKAKUI DIGIT SIX", - direction="r", - linebreak="al", - unicodeslot=0x1E8CC, + [0x1DA3D]={ + category="mn", + description="SIGNWRITING MOUTH CLOSED CONTACT", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA3D, }, - [0x1E8CD]={ - category="no", - description="MENDE KIKAKUI DIGIT SEVEN", - direction="r", - linebreak="al", - unicodeslot=0x1E8CD, + [0x1DA3E]={ + category="mn", + description="SIGNWRITING MOUTH SMILE", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA3E, }, - [0x1E8CE]={ - category="no", - description="MENDE KIKAKUI DIGIT EIGHT", - direction="r", - linebreak="al", - unicodeslot=0x1E8CE, + [0x1DA3F]={ + category="mn", + description="SIGNWRITING MOUTH SMILE WRINKLED", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA3F, }, - [0x1E8CF]={ - category="no", - description="MENDE KIKAKUI DIGIT NINE", - direction="r", - linebreak="al", - unicodeslot=0x1E8CF, + [0x1DA40]={ + category="mn", + description="SIGNWRITING MOUTH SMILE OPEN", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA40, }, - [0x1E8D0]={ + [0x1DA41]={ category="mn", - combining=0xDC, - description="MENDE KIKAKUI COMBINING NUMBER TEENS", + description="SIGNWRITING MOUTH FROWN", direction="nsm", linebreak="cm", - unicodeslot=0x1E8D0, + unicodeslot=0x1DA41, }, - [0x1E8D1]={ + [0x1DA42]={ category="mn", - combining=0xDC, - description="MENDE KIKAKUI COMBINING NUMBER TENS", + description="SIGNWRITING MOUTH FROWN WRINKLED", direction="nsm", linebreak="cm", - unicodeslot=0x1E8D1, + unicodeslot=0x1DA42, }, - [0x1E8D2]={ + [0x1DA43]={ category="mn", - combining=0xDC, - description="MENDE KIKAKUI COMBINING NUMBER HUNDREDS", + description="SIGNWRITING MOUTH FROWN OPEN", direction="nsm", linebreak="cm", - unicodeslot=0x1E8D2, + unicodeslot=0x1DA43, }, - [0x1E8D3]={ + [0x1DA44]={ category="mn", - combining=0xDC, - description="MENDE KIKAKUI COMBINING NUMBER THOUSANDS", + description="SIGNWRITING MOUTH OPEN CIRCLE", direction="nsm", linebreak="cm", - unicodeslot=0x1E8D3, + unicodeslot=0x1DA44, }, - [0x1E8D4]={ + [0x1DA45]={ category="mn", - combining=0xDC, - description="MENDE KIKAKUI COMBINING NUMBER TEN THOUSANDS", + description="SIGNWRITING MOUTH OPEN FORWARD", direction="nsm", linebreak="cm", - unicodeslot=0x1E8D4, + unicodeslot=0x1DA45, }, - [0x1E8D5]={ + [0x1DA46]={ category="mn", - combining=0xDC, - description="MENDE KIKAKUI COMBINING NUMBER HUNDRED THOUSANDS", + description="SIGNWRITING MOUTH OPEN WRINKLED", direction="nsm", linebreak="cm", - unicodeslot=0x1E8D5, + unicodeslot=0x1DA46, }, - [0x1E8D6]={ + [0x1DA47]={ category="mn", - combining=0xDC, - description="MENDE KIKAKUI COMBINING NUMBER MILLIONS", + description="SIGNWRITING MOUTH OPEN OVAL", direction="nsm", linebreak="cm", - unicodeslot=0x1E8D6, + unicodeslot=0x1DA47, }, - [0x1E900]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER ALIF", - direction="r", - linebreak="al", - unicodeslot=0x1E900, + [0x1DA48]={ + category="mn", + description="SIGNWRITING MOUTH OPEN OVAL WRINKLED", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA48, }, - [0x1E901]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER DAALI", - direction="r", - linebreak="al", - unicodeslot=0x1E901, + [0x1DA49]={ + category="mn", + description="SIGNWRITING MOUTH OPEN OVAL YAWN", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA49, }, - [0x1E902]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER LAAM", - direction="r", - linebreak="al", - unicodeslot=0x1E902, + [0x1DA4A]={ + category="mn", + description="SIGNWRITING MOUTH OPEN RECTANGLE", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA4A, }, - [0x1E903]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER MIIM", - direction="r", - linebreak="al", - unicodeslot=0x1E903, + [0x1DA4B]={ + category="mn", + description="SIGNWRITING MOUTH OPEN RECTANGLE WRINKLED", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA4B, }, - [0x1E904]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER BA", - direction="r", - linebreak="al", - unicodeslot=0x1E904, + [0x1DA4C]={ + category="mn", + description="SIGNWRITING MOUTH OPEN RECTANGLE YAWN", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA4C, }, - [0x1E905]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER SINNYIIYHE", - direction="r", - linebreak="al", - unicodeslot=0x1E905, + [0x1DA4D]={ + category="mn", + description="SIGNWRITING MOUTH KISS", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA4D, }, - [0x1E906]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER PE", - direction="r", - linebreak="al", - unicodeslot=0x1E906, + [0x1DA4E]={ + category="mn", + description="SIGNWRITING MOUTH KISS FORWARD", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA4E, }, - [0x1E907]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER BHE", - direction="r", - linebreak="al", - unicodeslot=0x1E907, + [0x1DA4F]={ + category="mn", + description="SIGNWRITING MOUTH KISS WRINKLED", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA4F, }, - [0x1E908]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER RA", - direction="r", - linebreak="al", - unicodeslot=0x1E908, + [0x1DA50]={ + category="mn", + description="SIGNWRITING MOUTH TENSE", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA50, }, - [0x1E909]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER E", - direction="r", - linebreak="al", - unicodeslot=0x1E909, + [0x1DA51]={ + category="mn", + description="SIGNWRITING MOUTH TENSE FORWARD", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA51, }, - [0x1E90A]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER FA", - direction="r", - linebreak="al", - unicodeslot=0x1E90A, + [0x1DA52]={ + category="mn", + description="SIGNWRITING MOUTH TENSE SUCKED", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA52, }, - [0x1E90B]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER I", - direction="r", - linebreak="al", - unicodeslot=0x1E90B, + [0x1DA53]={ + category="mn", + description="SIGNWRITING LIPS PRESSED TOGETHER", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA53, }, - [0x1E90C]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER O", - direction="r", - linebreak="al", - unicodeslot=0x1E90C, + [0x1DA54]={ + category="mn", + description="SIGNWRITING LIP LOWER OVER UPPER", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA54, }, - [0x1E90D]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER DHA", - direction="r", - linebreak="al", - unicodeslot=0x1E90D, + [0x1DA55]={ + category="mn", + description="SIGNWRITING LIP UPPER OVER LOWER", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA55, }, - [0x1E90E]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER YHE", - direction="r", - linebreak="al", - unicodeslot=0x1E90E, + [0x1DA56]={ + category="mn", + description="SIGNWRITING MOUTH CORNERS", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA56, }, - [0x1E90F]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER WAW", - direction="r", - linebreak="al", - unicodeslot=0x1E90F, + [0x1DA57]={ + category="mn", + description="SIGNWRITING MOUTH WRINKLES SINGLE", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA57, }, - [0x1E910]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER NUN", - direction="r", - linebreak="al", - unicodeslot=0x1E910, + [0x1DA58]={ + category="mn", + description="SIGNWRITING MOUTH WRINKLES DOUBLE", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA58, }, - [0x1E911]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER KAF", - direction="r", - linebreak="al", - unicodeslot=0x1E911, + [0x1DA59]={ + category="mn", + description="SIGNWRITING TONGUE STICKING OUT FAR", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA59, }, - [0x1E912]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER YA", - direction="r", - linebreak="al", - unicodeslot=0x1E912, + [0x1DA5A]={ + category="mn", + description="SIGNWRITING TONGUE LICKING LIPS", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA5A, }, - [0x1E913]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER U", - direction="r", - linebreak="al", - unicodeslot=0x1E913, + [0x1DA5B]={ + category="mn", + description="SIGNWRITING TONGUE TIP BETWEEN LIPS", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA5B, }, - [0x1E914]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER JIIM", - direction="r", - linebreak="al", - unicodeslot=0x1E914, + [0x1DA5C]={ + category="mn", + description="SIGNWRITING TONGUE TIP TOUCHING INSIDE MOUTH", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA5C, }, - [0x1E915]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER CHI", - direction="r", - linebreak="al", - unicodeslot=0x1E915, + [0x1DA5D]={ + category="mn", + description="SIGNWRITING TONGUE INSIDE MOUTH RELAXED", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA5D, }, - [0x1E916]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER HA", - direction="r", - linebreak="al", - unicodeslot=0x1E916, + [0x1DA5E]={ + category="mn", + description="SIGNWRITING TONGUE MOVES AGAINST CHEEK", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA5E, }, - [0x1E917]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER QAAF", - direction="r", - linebreak="al", - unicodeslot=0x1E917, + [0x1DA5F]={ + category="mn", + description="SIGNWRITING TONGUE CENTRE STICKING OUT", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA5F, }, - [0x1E918]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER GA", - direction="r", - linebreak="al", - unicodeslot=0x1E918, + [0x1DA60]={ + category="mn", + description="SIGNWRITING TONGUE CENTRE INSIDE MOUTH", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA60, }, - [0x1E919]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER NYA", - direction="r", - linebreak="al", - unicodeslot=0x1E919, + [0x1DA61]={ + category="mn", + description="SIGNWRITING TEETH", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA61, }, - [0x1E91A]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER TU", - direction="r", - linebreak="al", - unicodeslot=0x1E91A, + [0x1DA62]={ + category="mn", + description="SIGNWRITING TEETH MOVEMENT", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA62, }, - [0x1E91B]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER NHA", - direction="r", - linebreak="al", - unicodeslot=0x1E91B, + [0x1DA63]={ + category="mn", + description="SIGNWRITING TEETH ON TONGUE", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA63, }, - [0x1E91C]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER VA", - direction="r", - linebreak="al", - unicodeslot=0x1E91C, + [0x1DA64]={ + category="mn", + description="SIGNWRITING TEETH ON TONGUE MOVEMENT", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA64, }, - [0x1E91D]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER KHA", - direction="r", - linebreak="al", - unicodeslot=0x1E91D, + [0x1DA65]={ + category="mn", + description="SIGNWRITING TEETH ON LIPS", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA65, }, - [0x1E91E]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER GBE", - direction="r", - linebreak="al", - unicodeslot=0x1E91E, + [0x1DA66]={ + category="mn", + description="SIGNWRITING TEETH ON LIPS MOVEMENT", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA66, }, - [0x1E91F]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER ZAL", - direction="r", - linebreak="al", - unicodeslot=0x1E91F, + [0x1DA67]={ + category="mn", + description="SIGNWRITING TEETH BITE LIPS", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA67, }, - [0x1E920]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER KPO", - direction="r", - linebreak="al", - unicodeslot=0x1E920, + [0x1DA68]={ + category="mn", + description="SIGNWRITING MOVEMENT-WALLPLANE JAW", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA68, }, - [0x1E921]={ - arabic="d", - category="lu", - description="ADLAM CAPITAL LETTER SHA", - direction="r", - linebreak="al", - unicodeslot=0x1E921, + [0x1DA69]={ + category="mn", + description="SIGNWRITING MOVEMENT-FLOORPLANE JAW", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA69, }, - [0x1E922]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER ALIF", - direction="r", - linebreak="al", - unicodeslot=0x1E922, + [0x1DA6A]={ + category="mn", + description="SIGNWRITING NECK", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA6A, }, - [0x1E923]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER DAALI", - direction="r", - linebreak="al", - unicodeslot=0x1E923, + [0x1DA6B]={ + category="mn", + description="SIGNWRITING HAIR", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA6B, }, - [0x1E924]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER LAAM", - direction="r", - linebreak="al", - unicodeslot=0x1E924, + [0x1DA6C]={ + category="mn", + description="SIGNWRITING EXCITEMENT", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA6C, }, - [0x1E925]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER MIIM", - direction="r", + [0x1DA6D]={ + category="so", + description="SIGNWRITING SHOULDER HIP SPINE", + direction="l", linebreak="al", - unicodeslot=0x1E925, + unicodeslot=0x1DA6D, }, - [0x1E926]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER BA", - direction="r", + [0x1DA6E]={ + category="so", + description="SIGNWRITING SHOULDER HIP POSITIONS", + direction="l", linebreak="al", - unicodeslot=0x1E926, + unicodeslot=0x1DA6E, }, - [0x1E927]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER SINNYIIYHE", - direction="r", + [0x1DA6F]={ + category="so", + description="SIGNWRITING WALLPLANE SHOULDER HIP MOVE", + direction="l", linebreak="al", - unicodeslot=0x1E927, + unicodeslot=0x1DA6F, }, - [0x1E928]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER PE", - direction="r", + [0x1DA70]={ + category="so", + description="SIGNWRITING FLOORPLANE SHOULDER HIP MOVE", + direction="l", linebreak="al", - unicodeslot=0x1E928, + unicodeslot=0x1DA70, }, - [0x1E929]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER BHE", - direction="r", + [0x1DA71]={ + category="so", + description="SIGNWRITING SHOULDER TILTING FROM WAIST", + direction="l", linebreak="al", - unicodeslot=0x1E929, + unicodeslot=0x1DA71, }, - [0x1E92A]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER RA", - direction="r", + [0x1DA72]={ + category="so", + description="SIGNWRITING TORSO-WALLPLANE STRAIGHT STRETCH", + direction="l", linebreak="al", - unicodeslot=0x1E92A, + unicodeslot=0x1DA72, }, - [0x1E92B]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER E", - direction="r", + [0x1DA73]={ + category="so", + description="SIGNWRITING TORSO-WALLPLANE CURVED BEND", + direction="l", linebreak="al", - unicodeslot=0x1E92B, + unicodeslot=0x1DA73, }, - [0x1E92C]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER FA", - direction="r", + [0x1DA74]={ + category="so", + description="SIGNWRITING TORSO-FLOORPLANE TWISTING", + direction="l", linebreak="al", - unicodeslot=0x1E92C, + unicodeslot=0x1DA74, }, - [0x1E92D]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER I", - direction="r", - linebreak="al", - unicodeslot=0x1E92D, + [0x1DA75]={ + category="mn", + description="SIGNWRITING UPPER BODY TILTING FROM HIP JOINTS", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA75, }, - [0x1E92E]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER O", - direction="r", + [0x1DA76]={ + category="so", + description="SIGNWRITING LIMB COMBINATION", + direction="l", linebreak="al", - unicodeslot=0x1E92E, + unicodeslot=0x1DA76, }, - [0x1E92F]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER DHA", - direction="r", + [0x1DA77]={ + category="so", + description="SIGNWRITING LIMB LENGTH-1", + direction="l", linebreak="al", - unicodeslot=0x1E92F, + unicodeslot=0x1DA77, }, - [0x1E930]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER YHE", - direction="r", + [0x1DA78]={ + category="so", + description="SIGNWRITING LIMB LENGTH-2", + direction="l", linebreak="al", - unicodeslot=0x1E930, + unicodeslot=0x1DA78, }, - [0x1E931]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER WAW", - direction="r", + [0x1DA79]={ + category="so", + description="SIGNWRITING LIMB LENGTH-3", + direction="l", linebreak="al", - unicodeslot=0x1E931, + unicodeslot=0x1DA79, }, - [0x1E932]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER NUN", - direction="r", + [0x1DA7A]={ + category="so", + description="SIGNWRITING LIMB LENGTH-4", + direction="l", linebreak="al", - unicodeslot=0x1E932, + unicodeslot=0x1DA7A, }, - [0x1E933]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER KAF", - direction="r", + [0x1DA7B]={ + category="so", + description="SIGNWRITING LIMB LENGTH-5", + direction="l", linebreak="al", - unicodeslot=0x1E933, + unicodeslot=0x1DA7B, }, - [0x1E934]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER YA", - direction="r", + [0x1DA7C]={ + category="so", + description="SIGNWRITING LIMB LENGTH-6", + direction="l", linebreak="al", - unicodeslot=0x1E934, + unicodeslot=0x1DA7C, }, - [0x1E935]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER U", - direction="r", + [0x1DA7D]={ + category="so", + description="SIGNWRITING LIMB LENGTH-7", + direction="l", linebreak="al", - unicodeslot=0x1E935, + unicodeslot=0x1DA7D, }, - [0x1E936]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER JIIM", - direction="r", + [0x1DA7E]={ + category="so", + description="SIGNWRITING FINGER", + direction="l", linebreak="al", - unicodeslot=0x1E936, + unicodeslot=0x1DA7E, }, - [0x1E937]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER CHI", - direction="r", + [0x1DA7F]={ + category="so", + description="SIGNWRITING LOCATION-WALLPLANE SPACE", + direction="l", linebreak="al", - unicodeslot=0x1E937, + unicodeslot=0x1DA7F, }, - [0x1E938]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER HA", - direction="r", + [0x1DA80]={ + category="so", + description="SIGNWRITING LOCATION-FLOORPLANE SPACE", + direction="l", linebreak="al", - unicodeslot=0x1E938, + unicodeslot=0x1DA80, }, - [0x1E939]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER QAAF", - direction="r", + [0x1DA81]={ + category="so", + description="SIGNWRITING LOCATION HEIGHT", + direction="l", linebreak="al", - unicodeslot=0x1E939, + unicodeslot=0x1DA81, }, - [0x1E93A]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER GA", - direction="r", + [0x1DA82]={ + category="so", + description="SIGNWRITING LOCATION WIDTH", + direction="l", linebreak="al", - unicodeslot=0x1E93A, + unicodeslot=0x1DA82, }, - [0x1E93B]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER NYA", - direction="r", + [0x1DA83]={ + category="so", + description="SIGNWRITING LOCATION DEPTH", + direction="l", linebreak="al", - unicodeslot=0x1E93B, + unicodeslot=0x1DA83, }, - [0x1E93C]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER TU", - direction="r", - linebreak="al", - unicodeslot=0x1E93C, + [0x1DA84]={ + category="mn", + description="SIGNWRITING LOCATION HEAD NECK", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DA84, }, - [0x1E93D]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER NHA", - direction="r", + [0x1DA85]={ + category="so", + description="SIGNWRITING LOCATION TORSO", + direction="l", linebreak="al", - unicodeslot=0x1E93D, + unicodeslot=0x1DA85, }, - [0x1E93E]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER VA", - direction="r", + [0x1DA86]={ + category="so", + description="SIGNWRITING LOCATION LIMBS DIGITS", + direction="l", linebreak="al", - unicodeslot=0x1E93E, + unicodeslot=0x1DA86, }, - [0x1E93F]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER KHA", - direction="r", - linebreak="al", - unicodeslot=0x1E93F, + [0x1DA87]={ + category="po", + description="SIGNWRITING COMMA", + direction="l", + linebreak="ba", + unicodeslot=0x1DA87, }, - [0x1E940]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER GBE", - direction="r", - linebreak="al", - unicodeslot=0x1E940, + [0x1DA88]={ + category="po", + description="SIGNWRITING FULL STOP", + direction="l", + linebreak="ba", + unicodeslot=0x1DA88, }, - [0x1E941]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER ZAL", - direction="r", - linebreak="al", - unicodeslot=0x1E941, + [0x1DA89]={ + category="po", + description="SIGNWRITING SEMICOLON", + direction="l", + linebreak="ba", + unicodeslot=0x1DA89, }, - [0x1E942]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER KPO", - direction="r", - linebreak="al", - unicodeslot=0x1E942, + [0x1DA8A]={ + category="po", + description="SIGNWRITING COLON", + direction="l", + linebreak="ba", + unicodeslot=0x1DA8A, }, - [0x1E943]={ - arabic="d", - category="ll", - description="ADLAM SMALL LETTER SHA", - direction="r", + [0x1DA8B]={ + category="po", + description="SIGNWRITING PARENTHESIS", + direction="l", linebreak="al", - unicodeslot=0x1E943, + unicodeslot=0x1DA8B, }, - [0x1E944]={ + [0x1DA9B]={ category="mn", - combining=0xE6, - description="ADLAM ALIF LENGTHENER", + description="SIGNWRITING FILL MODIFIER-2", direction="nsm", linebreak="cm", - unicodeslot=0x1E944, + unicodeslot=0x1DA9B, }, - [0x1E945]={ + [0x1DA9C]={ category="mn", - combining=0xE6, - description="ADLAM VOWEL LENGTHENER", + description="SIGNWRITING FILL MODIFIER-3", direction="nsm", linebreak="cm", - unicodeslot=0x1E945, + unicodeslot=0x1DA9C, }, - [0x1E946]={ + [0x1DA9D]={ category="mn", - combining=0xE6, - description="ADLAM GEMINATION MARK", + description="SIGNWRITING FILL MODIFIER-4", direction="nsm", linebreak="cm", - unicodeslot=0x1E946, + unicodeslot=0x1DA9D, }, - [0x1E947]={ + [0x1DA9E]={ category="mn", - combining=0xE6, - description="ADLAM HAMZA", + description="SIGNWRITING FILL MODIFIER-5", direction="nsm", linebreak="cm", - unicodeslot=0x1E947, + unicodeslot=0x1DA9E, }, - [0x1E948]={ + [0x1DA9F]={ category="mn", - combining=0xE6, - description="ADLAM CONSONANT MODIFIER", + description="SIGNWRITING FILL MODIFIER-6", direction="nsm", linebreak="cm", - unicodeslot=0x1E948, + unicodeslot=0x1DA9F, }, - [0x1E949]={ + [0x1DAA1]={ category="mn", - combining=0xE6, - description="ADLAM GEMINATE CONSONANT MODIFIER", + description="SIGNWRITING ROTATION MODIFIER-2", direction="nsm", linebreak="cm", - unicodeslot=0x1E949, + unicodeslot=0x1DAA1, }, - [0x1E94A]={ + [0x1DAA2]={ category="mn", - combining=0x7, - description="ADLAM NUKTA", + description="SIGNWRITING ROTATION MODIFIER-3", direction="nsm", linebreak="cm", - unicodeslot=0x1E94A, - }, - [0x1E94B]={ - arabic="t", - category="lm", - description="ADLAM NASALIZATION MARK", - direction="r", - linebreak="al", - unicodeslot=0x1E94B, + unicodeslot=0x1DAA2, }, - [0x1E950]={ - category="nd", - description="ADLAM DIGIT ZERO", - direction="r", - linebreak="nu", - unicodeslot=0x1E950, + [0x1DAA3]={ + category="mn", + description="SIGNWRITING ROTATION MODIFIER-4", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DAA3, }, - [0x1E951]={ - category="nd", - description="ADLAM DIGIT ONE", - direction="r", - linebreak="nu", - unicodeslot=0x1E951, + [0x1DAA4]={ + category="mn", + description="SIGNWRITING ROTATION MODIFIER-5", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DAA4, }, - [0x1E952]={ - category="nd", - description="ADLAM DIGIT TWO", - direction="r", - linebreak="nu", - unicodeslot=0x1E952, + [0x1DAA5]={ + category="mn", + description="SIGNWRITING ROTATION MODIFIER-6", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DAA5, }, - [0x1E953]={ - category="nd", - description="ADLAM DIGIT THREE", - direction="r", - linebreak="nu", - unicodeslot=0x1E953, + [0x1DAA6]={ + category="mn", + description="SIGNWRITING ROTATION MODIFIER-7", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DAA6, }, - [0x1E954]={ - category="nd", - description="ADLAM DIGIT FOUR", - direction="r", - linebreak="nu", - unicodeslot=0x1E954, + [0x1DAA7]={ + category="mn", + description="SIGNWRITING ROTATION MODIFIER-8", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DAA7, }, - [0x1E955]={ - category="nd", - description="ADLAM DIGIT FIVE", - direction="r", - linebreak="nu", - unicodeslot=0x1E955, + [0x1DAA8]={ + category="mn", + description="SIGNWRITING ROTATION MODIFIER-9", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DAA8, }, - [0x1E956]={ - category="nd", - description="ADLAM DIGIT SIX", - direction="r", - linebreak="nu", - unicodeslot=0x1E956, + [0x1DAA9]={ + category="mn", + description="SIGNWRITING ROTATION MODIFIER-10", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DAA9, }, - [0x1E957]={ - category="nd", - description="ADLAM DIGIT SEVEN", - direction="r", - linebreak="nu", - unicodeslot=0x1E957, + [0x1DAAA]={ + category="mn", + description="SIGNWRITING ROTATION MODIFIER-11", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DAAA, }, - [0x1E958]={ - category="nd", - description="ADLAM DIGIT EIGHT", - direction="r", - linebreak="nu", - unicodeslot=0x1E958, + [0x1DAAB]={ + category="mn", + description="SIGNWRITING ROTATION MODIFIER-12", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DAAB, }, - [0x1E959]={ - category="nd", - description="ADLAM DIGIT NINE", - direction="r", - linebreak="nu", - unicodeslot=0x1E959, + [0x1DAAC]={ + category="mn", + description="SIGNWRITING ROTATION MODIFIER-13", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DAAC, }, - [0x1E95E]={ - category="po", - description="ADLAM INITIAL EXCLAMATION MARK", - direction="r", - linebreak="op", - unicodeslot=0x1E95E, + [0x1DAAD]={ + category="mn", + description="SIGNWRITING ROTATION MODIFIER-14", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DAAD, }, - [0x1E95F]={ - category="po", - description="ADLAM INITIAL QUESTION MARK", - direction="r", - linebreak="op", - unicodeslot=0x1E95F, + [0x1DAAE]={ + category="mn", + description="SIGNWRITING ROTATION MODIFIER-15", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DAAE, }, - [0x1EC71]={ - category="no", - description="INDIC SIYAQ NUMBER ONE", - direction="al", - linebreak="al", - unicodeslot=0x1EC71, + [0x1DAAF]={ + category="mn", + description="SIGNWRITING ROTATION MODIFIER-16", + direction="nsm", + linebreak="cm", + unicodeslot=0x1DAAF, }, - [0x1EC72]={ - category="no", - description="INDIC SIYAQ NUMBER TWO", - direction="al", - linebreak="al", - unicodeslot=0x1EC72, + [0x1E000]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER AZU", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E000, }, - [0x1EC73]={ - category="no", - description="INDIC SIYAQ NUMBER THREE", - direction="al", - linebreak="al", - unicodeslot=0x1EC73, + [0x1E001]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER BUKY", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E001, }, - [0x1EC74]={ - category="no", - description="INDIC SIYAQ NUMBER FOUR", - direction="al", - linebreak="al", - unicodeslot=0x1EC74, + [0x1E002]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER VEDE", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E002, }, - [0x1EC75]={ - category="no", - description="INDIC SIYAQ NUMBER FIVE", - direction="al", - linebreak="al", - unicodeslot=0x1EC75, + [0x1E003]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER GLAGOLI", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E003, }, - [0x1EC76]={ - category="no", - description="INDIC SIYAQ NUMBER SIX", - direction="al", - linebreak="al", - unicodeslot=0x1EC76, + [0x1E004]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER DOBRO", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E004, }, - [0x1EC77]={ - category="no", - description="INDIC SIYAQ NUMBER SEVEN", - direction="al", - linebreak="al", - unicodeslot=0x1EC77, + [0x1E005]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER YESTU", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E005, }, - [0x1EC78]={ - category="no", - description="INDIC SIYAQ NUMBER EIGHT", - direction="al", - linebreak="al", - unicodeslot=0x1EC78, + [0x1E006]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER ZHIVETE", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E006, }, - [0x1EC79]={ - category="no", - description="INDIC SIYAQ NUMBER NINE", - direction="al", - linebreak="al", - unicodeslot=0x1EC79, + [0x1E008]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER ZEMLJA", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E008, }, - [0x1EC7A]={ - category="no", - description="INDIC SIYAQ NUMBER TEN", - direction="al", - linebreak="al", - unicodeslot=0x1EC7A, + [0x1E009]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER IZHE", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E009, }, - [0x1EC7B]={ - category="no", - description="INDIC SIYAQ NUMBER TWENTY", - direction="al", - linebreak="al", - unicodeslot=0x1EC7B, + [0x1E00A]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER INITIAL IZHE", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E00A, }, - [0x1EC7C]={ - category="no", - description="INDIC SIYAQ NUMBER THIRTY", - direction="al", - linebreak="al", - unicodeslot=0x1EC7C, + [0x1E00B]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER I", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E00B, }, - [0x1EC7D]={ - category="no", - description="INDIC SIYAQ NUMBER FORTY", - direction="al", - linebreak="al", - unicodeslot=0x1EC7D, + [0x1E00C]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER DJERVI", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E00C, }, - [0x1EC7E]={ - category="no", - description="INDIC SIYAQ NUMBER FIFTY", - direction="al", - linebreak="al", - unicodeslot=0x1EC7E, + [0x1E00D]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER KAKO", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E00D, }, - [0x1EC7F]={ - category="no", - description="INDIC SIYAQ NUMBER SIXTY", - direction="al", - linebreak="al", - unicodeslot=0x1EC7F, + [0x1E00E]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER LJUDIJE", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E00E, }, - [0x1EC80]={ - category="no", - description="INDIC SIYAQ NUMBER SEVENTY", - direction="al", - linebreak="al", - unicodeslot=0x1EC80, + [0x1E00F]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER MYSLITE", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E00F, }, - [0x1EC81]={ - category="no", - description="INDIC SIYAQ NUMBER EIGHTY", - direction="al", - linebreak="al", - unicodeslot=0x1EC81, + [0x1E010]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER NASHI", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E010, }, - [0x1EC82]={ - category="no", - description="INDIC SIYAQ NUMBER NINETY", - direction="al", - linebreak="al", - unicodeslot=0x1EC82, + [0x1E011]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER ONU", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E011, }, - [0x1EC83]={ - category="no", - description="INDIC SIYAQ NUMBER ONE HUNDRED", - direction="al", - linebreak="al", - unicodeslot=0x1EC83, + [0x1E012]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER POKOJI", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E012, }, - [0x1EC84]={ - category="no", - description="INDIC SIYAQ NUMBER TWO HUNDRED", - direction="al", - linebreak="al", - unicodeslot=0x1EC84, + [0x1E013]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER RITSI", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E013, }, - [0x1EC85]={ - category="no", - description="INDIC SIYAQ NUMBER THREE HUNDRED", - direction="al", - linebreak="al", - unicodeslot=0x1EC85, + [0x1E014]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER SLOVO", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E014, }, - [0x1EC86]={ - category="no", - description="INDIC SIYAQ NUMBER FOUR HUNDRED", - direction="al", - linebreak="al", - unicodeslot=0x1EC86, + [0x1E015]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER TVRIDO", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E015, }, - [0x1EC87]={ - category="no", - description="INDIC SIYAQ NUMBER FIVE HUNDRED", - direction="al", - linebreak="al", - unicodeslot=0x1EC87, + [0x1E016]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER UKU", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E016, }, - [0x1EC88]={ - category="no", - description="INDIC SIYAQ NUMBER SIX HUNDRED", - direction="al", - linebreak="al", - unicodeslot=0x1EC88, + [0x1E017]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER FRITU", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E017, }, - [0x1EC89]={ - category="no", - description="INDIC SIYAQ NUMBER SEVEN HUNDRED", - direction="al", - linebreak="al", - unicodeslot=0x1EC89, + [0x1E018]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER HERU", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E018, }, - [0x1EC8A]={ - category="no", - description="INDIC SIYAQ NUMBER EIGHT HUNDRED", - direction="al", - linebreak="al", - unicodeslot=0x1EC8A, + [0x1E01B]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER SHTA", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E01B, }, - [0x1EC8B]={ - category="no", - description="INDIC SIYAQ NUMBER NINE HUNDRED", - direction="al", - linebreak="al", - unicodeslot=0x1EC8B, + [0x1E01C]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER TSI", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E01C, }, - [0x1EC8C]={ - category="no", - description="INDIC SIYAQ NUMBER ONE THOUSAND", - direction="al", - linebreak="al", - unicodeslot=0x1EC8C, + [0x1E01D]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER CHRIVI", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E01D, }, - [0x1EC8D]={ - category="no", - description="INDIC SIYAQ NUMBER TWO THOUSAND", - direction="al", - linebreak="al", - unicodeslot=0x1EC8D, + [0x1E01E]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER SHA", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E01E, }, - [0x1EC8E]={ - category="no", - description="INDIC SIYAQ NUMBER THREE THOUSAND", - direction="al", - linebreak="al", - unicodeslot=0x1EC8E, + [0x1E01F]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER YERU", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E01F, }, - [0x1EC8F]={ - category="no", - description="INDIC SIYAQ NUMBER FOUR THOUSAND", - direction="al", - linebreak="al", - unicodeslot=0x1EC8F, + [0x1E020]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER YERI", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E020, }, - [0x1EC90]={ - category="no", - description="INDIC SIYAQ NUMBER FIVE THOUSAND", - direction="al", - linebreak="al", - unicodeslot=0x1EC90, + [0x1E021]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER YATI", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E021, }, - [0x1EC91]={ - category="no", - description="INDIC SIYAQ NUMBER SIX THOUSAND", - direction="al", - linebreak="al", - unicodeslot=0x1EC91, + [0x1E023]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER YU", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E023, }, - [0x1EC92]={ - category="no", - description="INDIC SIYAQ NUMBER SEVEN THOUSAND", - direction="al", - linebreak="al", - unicodeslot=0x1EC92, + [0x1E024]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER SMALL YUS", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E024, }, - [0x1EC93]={ - category="no", - description="INDIC SIYAQ NUMBER EIGHT THOUSAND", - direction="al", - linebreak="al", - unicodeslot=0x1EC93, + [0x1E026]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER YO", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E026, }, - [0x1EC94]={ - category="no", - description="INDIC SIYAQ NUMBER NINE THOUSAND", - direction="al", - linebreak="al", - unicodeslot=0x1EC94, + [0x1E027]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER IOTATED SMALL YUS", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E027, }, - [0x1EC95]={ - category="no", - description="INDIC SIYAQ NUMBER TEN THOUSAND", - direction="al", - linebreak="al", - unicodeslot=0x1EC95, + [0x1E028]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER BIG YUS", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E028, }, - [0x1EC96]={ - category="no", - description="INDIC SIYAQ NUMBER TWENTY THOUSAND", - direction="al", - linebreak="al", - unicodeslot=0x1EC96, + [0x1E029]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER IOTATED BIG YUS", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E029, }, - [0x1EC97]={ - category="no", - description="INDIC SIYAQ NUMBER THIRTY THOUSAND", - direction="al", - linebreak="al", - unicodeslot=0x1EC97, + [0x1E02A]={ + category="mn", + combining=0xE6, + description="COMBINING GLAGOLITIC LETTER FITA", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E02A, }, - [0x1EC98]={ - category="no", - description="INDIC SIYAQ NUMBER FORTY THOUSAND", - direction="al", + [0x1E100]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER MA", + direction="l", linebreak="al", - unicodeslot=0x1EC98, + unicodeslot=0x1E100, }, - [0x1EC99]={ - category="no", - description="INDIC SIYAQ NUMBER FIFTY THOUSAND", - direction="al", + [0x1E101]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER TSA", + direction="l", linebreak="al", - unicodeslot=0x1EC99, + unicodeslot=0x1E101, }, - [0x1EC9A]={ - category="no", - description="INDIC SIYAQ NUMBER SIXTY THOUSAND", - direction="al", + [0x1E102]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER NTA", + direction="l", linebreak="al", - unicodeslot=0x1EC9A, + unicodeslot=0x1E102, }, - [0x1EC9B]={ - category="no", - description="INDIC SIYAQ NUMBER SEVENTY THOUSAND", - direction="al", + [0x1E103]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER TA", + direction="l", linebreak="al", - unicodeslot=0x1EC9B, + unicodeslot=0x1E103, }, - [0x1EC9C]={ - category="no", - description="INDIC SIYAQ NUMBER EIGHTY THOUSAND", - direction="al", + [0x1E104]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER HA", + direction="l", linebreak="al", - unicodeslot=0x1EC9C, + unicodeslot=0x1E104, }, - [0x1EC9D]={ - category="no", - description="INDIC SIYAQ NUMBER NINETY THOUSAND", - direction="al", + [0x1E105]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER NA", + direction="l", linebreak="al", - unicodeslot=0x1EC9D, + unicodeslot=0x1E105, }, - [0x1EC9E]={ - category="no", - description="INDIC SIYAQ NUMBER LAKH", - direction="al", + [0x1E106]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER XA", + direction="l", linebreak="al", - unicodeslot=0x1EC9E, + unicodeslot=0x1E106, }, - [0x1EC9F]={ - category="no", - description="INDIC SIYAQ NUMBER LAKHAN", - direction="al", + [0x1E107]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER NKA", + direction="l", linebreak="al", - unicodeslot=0x1EC9F, + unicodeslot=0x1E107, }, - [0x1ECA0]={ - category="no", - description="INDIC SIYAQ LAKH MARK", - direction="al", + [0x1E108]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER CA", + direction="l", linebreak="al", - unicodeslot=0x1ECA0, + unicodeslot=0x1E108, }, - [0x1ECA1]={ - category="no", - description="INDIC SIYAQ NUMBER KAROR", - direction="al", + [0x1E109]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER LA", + direction="l", linebreak="al", - unicodeslot=0x1ECA1, + unicodeslot=0x1E109, }, - [0x1ECA2]={ - category="no", - description="INDIC SIYAQ NUMBER KARORAN", - direction="al", + [0x1E10A]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER SA", + direction="l", linebreak="al", - unicodeslot=0x1ECA2, + unicodeslot=0x1E10A, }, - [0x1ECA3]={ - category="no", - description="INDIC SIYAQ NUMBER PREFIXED ONE", - direction="al", + [0x1E10B]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER ZA", + direction="l", linebreak="al", - unicodeslot=0x1ECA3, + unicodeslot=0x1E10B, }, - [0x1ECA4]={ - category="no", - description="INDIC SIYAQ NUMBER PREFIXED TWO", - direction="al", + [0x1E10C]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER NCA", + direction="l", linebreak="al", - unicodeslot=0x1ECA4, + unicodeslot=0x1E10C, }, - [0x1ECA5]={ - category="no", - description="INDIC SIYAQ NUMBER PREFIXED THREE", - direction="al", + [0x1E10D]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER NTSA", + direction="l", linebreak="al", - unicodeslot=0x1ECA5, + unicodeslot=0x1E10D, }, - [0x1ECA6]={ - category="no", - description="INDIC SIYAQ NUMBER PREFIXED FOUR", - direction="al", + [0x1E10E]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER KA", + direction="l", linebreak="al", - unicodeslot=0x1ECA6, + unicodeslot=0x1E10E, }, - [0x1ECA7]={ - category="no", - description="INDIC SIYAQ NUMBER PREFIXED FIVE", - direction="al", + [0x1E10F]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER DA", + direction="l", linebreak="al", - unicodeslot=0x1ECA7, + unicodeslot=0x1E10F, }, - [0x1ECA8]={ - category="no", - description="INDIC SIYAQ NUMBER PREFIXED SIX", - direction="al", + [0x1E110]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER NYA", + direction="l", linebreak="al", - unicodeslot=0x1ECA8, + unicodeslot=0x1E110, }, - [0x1ECA9]={ - category="no", - description="INDIC SIYAQ NUMBER PREFIXED SEVEN", - direction="al", + [0x1E111]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER NRA", + direction="l", linebreak="al", - unicodeslot=0x1ECA9, + unicodeslot=0x1E111, }, - [0x1ECAA]={ - category="no", - description="INDIC SIYAQ NUMBER PREFIXED EIGHT", - direction="al", + [0x1E112]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER VA", + direction="l", linebreak="al", - unicodeslot=0x1ECAA, + unicodeslot=0x1E112, }, - [0x1ECAB]={ - category="no", - description="INDIC SIYAQ NUMBER PREFIXED NINE", - direction="al", + [0x1E113]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER NTXA", + direction="l", linebreak="al", - unicodeslot=0x1ECAB, - }, - [0x1ECAC]={ - category="so", - description="INDIC SIYAQ PLACEHOLDER", - direction="al", - linebreak="po", - unicodeslot=0x1ECAC, + unicodeslot=0x1E113, }, - [0x1ECAD]={ - category="no", - description="INDIC SIYAQ FRACTION ONE QUARTER", - direction="al", + [0x1E114]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER TXA", + direction="l", linebreak="al", - unicodeslot=0x1ECAD, + unicodeslot=0x1E114, }, - [0x1ECAE]={ - category="no", - description="INDIC SIYAQ FRACTION ONE HALF", - direction="al", + [0x1E115]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER FA", + direction="l", linebreak="al", - unicodeslot=0x1ECAE, + unicodeslot=0x1E115, }, - [0x1ECAF]={ - category="no", - description="INDIC SIYAQ FRACTION THREE QUARTERS", - direction="al", + [0x1E116]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER RA", + direction="l", linebreak="al", - unicodeslot=0x1ECAF, - }, - [0x1ECB0]={ - category="sc", - description="INDIC SIYAQ RUPEE MARK", - direction="al", - linebreak="po", - unicodeslot=0x1ECB0, + unicodeslot=0x1E116, }, - [0x1ECB1]={ - category="no", - description="INDIC SIYAQ NUMBER ALTERNATE ONE", - direction="al", + [0x1E117]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER QA", + direction="l", linebreak="al", - unicodeslot=0x1ECB1, + unicodeslot=0x1E117, }, - [0x1ECB2]={ - category="no", - description="INDIC SIYAQ NUMBER ALTERNATE TWO", - direction="al", + [0x1E118]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER YA", + direction="l", linebreak="al", - unicodeslot=0x1ECB2, + unicodeslot=0x1E118, }, - [0x1ECB3]={ - category="no", - description="INDIC SIYAQ NUMBER ALTERNATE TEN THOUSAND", - direction="al", + [0x1E119]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER NQA", + direction="l", linebreak="al", - unicodeslot=0x1ECB3, + unicodeslot=0x1E119, }, - [0x1ECB4]={ - category="no", - description="INDIC SIYAQ ALTERNATE LAKH MARK", - direction="al", + [0x1E11A]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER PA", + direction="l", linebreak="al", - unicodeslot=0x1ECB4, + unicodeslot=0x1E11A, }, - [0x1ED01]={ - category="no", - description="OTTOMAN SIYAQ NUMBER ONE", - direction="al", + [0x1E11B]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER XYA", + direction="l", linebreak="al", - unicodeslot=0x1ED01, + unicodeslot=0x1E11B, }, - [0x1ED02]={ - category="no", - description="OTTOMAN SIYAQ NUMBER TWO", - direction="al", + [0x1E11C]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER NPA", + direction="l", linebreak="al", - unicodeslot=0x1ED02, + unicodeslot=0x1E11C, }, - [0x1ED03]={ - category="no", - description="OTTOMAN SIYAQ NUMBER THREE", - direction="al", + [0x1E11D]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER DLA", + direction="l", linebreak="al", - unicodeslot=0x1ED03, + unicodeslot=0x1E11D, }, - [0x1ED04]={ - category="no", - description="OTTOMAN SIYAQ NUMBER FOUR", - direction="al", + [0x1E11E]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER NPLA", + direction="l", linebreak="al", - unicodeslot=0x1ED04, + unicodeslot=0x1E11E, }, - [0x1ED05]={ - category="no", - description="OTTOMAN SIYAQ NUMBER FIVE", - direction="al", + [0x1E11F]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER HAH", + direction="l", linebreak="al", - unicodeslot=0x1ED05, + unicodeslot=0x1E11F, }, - [0x1ED06]={ - category="no", - description="OTTOMAN SIYAQ NUMBER SIX", - direction="al", + [0x1E120]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER MLA", + direction="l", linebreak="al", - unicodeslot=0x1ED06, + unicodeslot=0x1E120, }, - [0x1ED07]={ - category="no", - description="OTTOMAN SIYAQ NUMBER SEVEN", - direction="al", + [0x1E121]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER PLA", + direction="l", linebreak="al", - unicodeslot=0x1ED07, + unicodeslot=0x1E121, }, - [0x1ED08]={ - category="no", - description="OTTOMAN SIYAQ NUMBER EIGHT", - direction="al", + [0x1E122]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER GA", + direction="l", linebreak="al", - unicodeslot=0x1ED08, + unicodeslot=0x1E122, }, - [0x1ED09]={ - category="no", - description="OTTOMAN SIYAQ NUMBER NINE", - direction="al", + [0x1E123]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER RRA", + direction="l", linebreak="al", - unicodeslot=0x1ED09, + unicodeslot=0x1E123, }, - [0x1ED0A]={ - category="no", - description="OTTOMAN SIYAQ NUMBER TEN", - direction="al", + [0x1E124]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER A", + direction="l", linebreak="al", - unicodeslot=0x1ED0A, + unicodeslot=0x1E124, }, - [0x1ED0B]={ - category="no", - description="OTTOMAN SIYAQ NUMBER TWENTY", - direction="al", + [0x1E125]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER AA", + direction="l", linebreak="al", - unicodeslot=0x1ED0B, + unicodeslot=0x1E125, }, - [0x1ED0C]={ - category="no", - description="OTTOMAN SIYAQ NUMBER THIRTY", - direction="al", + [0x1E126]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER I", + direction="l", linebreak="al", - unicodeslot=0x1ED0C, + unicodeslot=0x1E126, }, - [0x1ED0D]={ - category="no", - description="OTTOMAN SIYAQ NUMBER FORTY", - direction="al", + [0x1E127]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER U", + direction="l", linebreak="al", - unicodeslot=0x1ED0D, + unicodeslot=0x1E127, }, - [0x1ED0E]={ - category="no", - description="OTTOMAN SIYAQ NUMBER FIFTY", - direction="al", + [0x1E128]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER O", + direction="l", linebreak="al", - unicodeslot=0x1ED0E, + unicodeslot=0x1E128, }, - [0x1ED0F]={ - category="no", - description="OTTOMAN SIYAQ NUMBER SIXTY", - direction="al", + [0x1E129]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER OO", + direction="l", linebreak="al", - unicodeslot=0x1ED0F, + unicodeslot=0x1E129, }, - [0x1ED10]={ - category="no", - description="OTTOMAN SIYAQ NUMBER SEVENTY", - direction="al", + [0x1E12A]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER E", + direction="l", linebreak="al", - unicodeslot=0x1ED10, + unicodeslot=0x1E12A, }, - [0x1ED11]={ - category="no", - description="OTTOMAN SIYAQ NUMBER EIGHTY", - direction="al", + [0x1E12B]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER EE", + direction="l", linebreak="al", - unicodeslot=0x1ED11, + unicodeslot=0x1E12B, }, - [0x1ED12]={ - category="no", - description="OTTOMAN SIYAQ NUMBER NINETY", - direction="al", + [0x1E12C]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LETTER W", + direction="l", linebreak="al", - unicodeslot=0x1ED12, + unicodeslot=0x1E12C, }, - [0x1ED13]={ - category="no", - description="OTTOMAN SIYAQ NUMBER ONE HUNDRED", - direction="al", - linebreak="al", - unicodeslot=0x1ED13, + [0x1E130]={ + category="mn", + combining=0xE6, + description="NYIAKENG PUACHUE HMONG TONE-B", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E130, }, - [0x1ED14]={ - category="no", - description="OTTOMAN SIYAQ NUMBER TWO HUNDRED", - direction="al", - linebreak="al", - unicodeslot=0x1ED14, + [0x1E131]={ + category="mn", + combining=0xE6, + description="NYIAKENG PUACHUE HMONG TONE-M", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E131, }, - [0x1ED15]={ - category="no", - description="OTTOMAN SIYAQ NUMBER THREE HUNDRED", - direction="al", - linebreak="al", - unicodeslot=0x1ED15, + [0x1E132]={ + category="mn", + combining=0xE6, + description="NYIAKENG PUACHUE HMONG TONE-J", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E132, }, - [0x1ED16]={ - category="no", - description="OTTOMAN SIYAQ NUMBER FOUR HUNDRED", - direction="al", - linebreak="al", - unicodeslot=0x1ED16, + [0x1E133]={ + category="mn", + combining=0xE6, + description="NYIAKENG PUACHUE HMONG TONE-V", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E133, }, - [0x1ED17]={ - category="no", - description="OTTOMAN SIYAQ NUMBER FIVE HUNDRED", - direction="al", - linebreak="al", - unicodeslot=0x1ED17, + [0x1E134]={ + category="mn", + combining=0xE6, + description="NYIAKENG PUACHUE HMONG TONE-S", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E134, }, - [0x1ED18]={ - category="no", - description="OTTOMAN SIYAQ NUMBER SIX HUNDRED", - direction="al", - linebreak="al", - unicodeslot=0x1ED18, + [0x1E135]={ + category="mn", + combining=0xE6, + description="NYIAKENG PUACHUE HMONG TONE-G", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E135, }, - [0x1ED19]={ - category="no", - description="OTTOMAN SIYAQ NUMBER SEVEN HUNDRED", - direction="al", - linebreak="al", - unicodeslot=0x1ED19, + [0x1E136]={ + category="mn", + combining=0xE6, + description="NYIAKENG PUACHUE HMONG TONE-D", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E136, }, - [0x1ED1A]={ - category="no", - description="OTTOMAN SIYAQ NUMBER EIGHT HUNDRED", - direction="al", + [0x1E137]={ + category="lm", + description="NYIAKENG PUACHUE HMONG SIGN FOR PERSON", + direction="l", linebreak="al", - unicodeslot=0x1ED1A, + unicodeslot=0x1E137, }, - [0x1ED1B]={ - category="no", - description="OTTOMAN SIYAQ NUMBER NINE HUNDRED", - direction="al", + [0x1E138]={ + category="lm", + description="NYIAKENG PUACHUE HMONG SIGN FOR THING", + direction="l", linebreak="al", - unicodeslot=0x1ED1B, + unicodeslot=0x1E138, }, - [0x1ED1C]={ - category="no", - description="OTTOMAN SIYAQ NUMBER ONE THOUSAND", - direction="al", + [0x1E139]={ + category="lm", + description="NYIAKENG PUACHUE HMONG SIGN FOR LOCATION", + direction="l", linebreak="al", - unicodeslot=0x1ED1C, + unicodeslot=0x1E139, }, - [0x1ED1D]={ - category="no", - description="OTTOMAN SIYAQ NUMBER TWO THOUSAND", - direction="al", + [0x1E13A]={ + category="lm", + description="NYIAKENG PUACHUE HMONG SIGN FOR ANIMAL", + direction="l", linebreak="al", - unicodeslot=0x1ED1D, + unicodeslot=0x1E13A, }, - [0x1ED1E]={ - category="no", - description="OTTOMAN SIYAQ NUMBER THREE THOUSAND", - direction="al", + [0x1E13B]={ + category="lm", + description="NYIAKENG PUACHUE HMONG SIGN FOR INVERTEBRATE", + direction="l", linebreak="al", - unicodeslot=0x1ED1E, + unicodeslot=0x1E13B, }, - [0x1ED1F]={ - category="no", - description="OTTOMAN SIYAQ NUMBER FOUR THOUSAND", - direction="al", + [0x1E13C]={ + category="lm", + description="NYIAKENG PUACHUE HMONG SIGN XW XW", + direction="l", linebreak="al", - unicodeslot=0x1ED1F, + unicodeslot=0x1E13C, }, - [0x1ED20]={ - category="no", - description="OTTOMAN SIYAQ NUMBER FIVE THOUSAND", - direction="al", + [0x1E13D]={ + category="lm", + description="NYIAKENG PUACHUE HMONG SYLLABLE LENGTHENER", + direction="l", linebreak="al", - unicodeslot=0x1ED20, + unicodeslot=0x1E13D, }, - [0x1ED21]={ - category="no", - description="OTTOMAN SIYAQ NUMBER SIX THOUSAND", - direction="al", - linebreak="al", - unicodeslot=0x1ED21, + [0x1E140]={ + category="nd", + description="NYIAKENG PUACHUE HMONG DIGIT ZERO", + direction="l", + linebreak="nu", + unicodeslot=0x1E140, }, - [0x1ED22]={ - category="no", - description="OTTOMAN SIYAQ NUMBER SEVEN THOUSAND", - direction="al", - linebreak="al", - unicodeslot=0x1ED22, + [0x1E141]={ + category="nd", + description="NYIAKENG PUACHUE HMONG DIGIT ONE", + direction="l", + linebreak="nu", + unicodeslot=0x1E141, }, - [0x1ED23]={ - category="no", - description="OTTOMAN SIYAQ NUMBER EIGHT THOUSAND", - direction="al", - linebreak="al", - unicodeslot=0x1ED23, + [0x1E142]={ + category="nd", + description="NYIAKENG PUACHUE HMONG DIGIT TWO", + direction="l", + linebreak="nu", + unicodeslot=0x1E142, }, - [0x1ED24]={ - category="no", - description="OTTOMAN SIYAQ NUMBER NINE THOUSAND", - direction="al", - linebreak="al", - unicodeslot=0x1ED24, + [0x1E143]={ + category="nd", + description="NYIAKENG PUACHUE HMONG DIGIT THREE", + direction="l", + linebreak="nu", + unicodeslot=0x1E143, }, - [0x1ED25]={ - category="no", - description="OTTOMAN SIYAQ NUMBER TEN THOUSAND", - direction="al", - linebreak="al", - unicodeslot=0x1ED25, + [0x1E144]={ + category="nd", + description="NYIAKENG PUACHUE HMONG DIGIT FOUR", + direction="l", + linebreak="nu", + unicodeslot=0x1E144, }, - [0x1ED26]={ - category="no", - description="OTTOMAN SIYAQ NUMBER TWENTY THOUSAND", - direction="al", - linebreak="al", - unicodeslot=0x1ED26, + [0x1E145]={ + category="nd", + description="NYIAKENG PUACHUE HMONG DIGIT FIVE", + direction="l", + linebreak="nu", + unicodeslot=0x1E145, }, - [0x1ED27]={ - category="no", - description="OTTOMAN SIYAQ NUMBER THIRTY THOUSAND", - direction="al", - linebreak="al", - unicodeslot=0x1ED27, + [0x1E146]={ + category="nd", + description="NYIAKENG PUACHUE HMONG DIGIT SIX", + direction="l", + linebreak="nu", + unicodeslot=0x1E146, }, - [0x1ED28]={ - category="no", - description="OTTOMAN SIYAQ NUMBER FORTY THOUSAND", - direction="al", - linebreak="al", - unicodeslot=0x1ED28, + [0x1E147]={ + category="nd", + description="NYIAKENG PUACHUE HMONG DIGIT SEVEN", + direction="l", + linebreak="nu", + unicodeslot=0x1E147, }, - [0x1ED29]={ - category="no", - description="OTTOMAN SIYAQ NUMBER FIFTY THOUSAND", - direction="al", - linebreak="al", - unicodeslot=0x1ED29, + [0x1E148]={ + category="nd", + description="NYIAKENG PUACHUE HMONG DIGIT EIGHT", + direction="l", + linebreak="nu", + unicodeslot=0x1E148, }, - [0x1ED2A]={ - category="no", - description="OTTOMAN SIYAQ NUMBER SIXTY THOUSAND", - direction="al", - linebreak="al", - unicodeslot=0x1ED2A, + [0x1E149]={ + category="nd", + description="NYIAKENG PUACHUE HMONG DIGIT NINE", + direction="l", + linebreak="nu", + unicodeslot=0x1E149, }, - [0x1ED2B]={ - category="no", - description="OTTOMAN SIYAQ NUMBER SEVENTY THOUSAND", - direction="al", + [0x1E14E]={ + category="lo", + description="NYIAKENG PUACHUE HMONG LOGOGRAM NYAJ", + direction="l", linebreak="al", - unicodeslot=0x1ED2B, + unicodeslot=0x1E14E, }, - [0x1ED2C]={ - category="no", - description="OTTOMAN SIYAQ NUMBER EIGHTY THOUSAND", - direction="al", + [0x1E14F]={ + category="so", + description="NYIAKENG PUACHUE HMONG CIRCLED CA", + direction="l", linebreak="al", - unicodeslot=0x1ED2C, + unicodeslot=0x1E14F, }, - [0x1ED2D]={ - category="no", - description="OTTOMAN SIYAQ NUMBER NINETY THOUSAND", - direction="al", + [0x1E2C0]={ + category="lo", + description="WANCHO LETTER AA", + direction="l", linebreak="al", - unicodeslot=0x1ED2D, + unicodeslot=0x1E2C0, }, - [0x1ED2E]={ - category="so", - description="OTTOMAN SIYAQ MARRATAN", - direction="al", + [0x1E2C1]={ + category="lo", + description="WANCHO LETTER A", + direction="l", linebreak="al", - unicodeslot=0x1ED2E, + unicodeslot=0x1E2C1, }, - [0x1ED2F]={ - category="no", - description="OTTOMAN SIYAQ ALTERNATE NUMBER TWO", - direction="al", + [0x1E2C2]={ + category="lo", + description="WANCHO LETTER BA", + direction="l", linebreak="al", - unicodeslot=0x1ED2F, + unicodeslot=0x1E2C2, }, - [0x1ED30]={ - category="no", - description="OTTOMAN SIYAQ ALTERNATE NUMBER THREE", - direction="al", + [0x1E2C3]={ + category="lo", + description="WANCHO LETTER CA", + direction="l", linebreak="al", - unicodeslot=0x1ED30, + unicodeslot=0x1E2C3, }, - [0x1ED31]={ - category="no", - description="OTTOMAN SIYAQ ALTERNATE NUMBER FOUR", - direction="al", + [0x1E2C4]={ + category="lo", + description="WANCHO LETTER DA", + direction="l", linebreak="al", - unicodeslot=0x1ED31, + unicodeslot=0x1E2C4, }, - [0x1ED32]={ - category="no", - description="OTTOMAN SIYAQ ALTERNATE NUMBER FIVE", - direction="al", + [0x1E2C5]={ + category="lo", + description="WANCHO LETTER GA", + direction="l", linebreak="al", - unicodeslot=0x1ED32, + unicodeslot=0x1E2C5, }, - [0x1ED33]={ - category="no", - description="OTTOMAN SIYAQ ALTERNATE NUMBER SIX", - direction="al", + [0x1E2C6]={ + category="lo", + description="WANCHO LETTER YA", + direction="l", linebreak="al", - unicodeslot=0x1ED33, + unicodeslot=0x1E2C6, }, - [0x1ED34]={ - category="no", - description="OTTOMAN SIYAQ ALTERNATE NUMBER SEVEN", - direction="al", + [0x1E2C7]={ + category="lo", + description="WANCHO LETTER PHA", + direction="l", linebreak="al", - unicodeslot=0x1ED34, + unicodeslot=0x1E2C7, }, - [0x1ED35]={ - category="no", - description="OTTOMAN SIYAQ ALTERNATE NUMBER EIGHT", - direction="al", + [0x1E2C8]={ + category="lo", + description="WANCHO LETTER LA", + direction="l", linebreak="al", - unicodeslot=0x1ED35, + unicodeslot=0x1E2C8, }, - [0x1ED36]={ - category="no", - description="OTTOMAN SIYAQ ALTERNATE NUMBER NINE", - direction="al", + [0x1E2C9]={ + category="lo", + description="WANCHO LETTER NA", + direction="l", linebreak="al", - unicodeslot=0x1ED36, + unicodeslot=0x1E2C9, }, - [0x1ED37]={ - category="no", - description="OTTOMAN SIYAQ ALTERNATE NUMBER TEN", - direction="al", + [0x1E2CA]={ + category="lo", + description="WANCHO LETTER PA", + direction="l", linebreak="al", - unicodeslot=0x1ED37, + unicodeslot=0x1E2CA, }, - [0x1ED38]={ - category="no", - description="OTTOMAN SIYAQ ALTERNATE NUMBER FOUR HUNDRED", - direction="al", + [0x1E2CB]={ + category="lo", + description="WANCHO LETTER TA", + direction="l", linebreak="al", - unicodeslot=0x1ED38, + unicodeslot=0x1E2CB, }, - [0x1ED39]={ - category="no", - description="OTTOMAN SIYAQ ALTERNATE NUMBER SIX HUNDRED", - direction="al", + [0x1E2CC]={ + category="lo", + description="WANCHO LETTER THA", + direction="l", linebreak="al", - unicodeslot=0x1ED39, + unicodeslot=0x1E2CC, }, - [0x1ED3A]={ - category="no", - description="OTTOMAN SIYAQ ALTERNATE NUMBER TWO THOUSAND", - direction="al", + [0x1E2CD]={ + category="lo", + description="WANCHO LETTER FA", + direction="l", linebreak="al", - unicodeslot=0x1ED3A, + unicodeslot=0x1E2CD, }, - [0x1ED3B]={ - category="no", - description="OTTOMAN SIYAQ ALTERNATE NUMBER TEN THOUSAND", - direction="al", + [0x1E2CE]={ + category="lo", + description="WANCHO LETTER SA", + direction="l", linebreak="al", - unicodeslot=0x1ED3B, + unicodeslot=0x1E2CE, }, - [0x1ED3C]={ - category="no", - description="OTTOMAN SIYAQ FRACTION ONE HALF", - direction="al", + [0x1E2CF]={ + category="lo", + description="WANCHO LETTER SHA", + direction="l", linebreak="al", - unicodeslot=0x1ED3C, + unicodeslot=0x1E2CF, }, - [0x1ED3D]={ - category="no", - description="OTTOMAN SIYAQ FRACTION ONE SIXTH", - direction="al", + [0x1E2D0]={ + category="lo", + description="WANCHO LETTER JA", + direction="l", linebreak="al", - unicodeslot=0x1ED3D, + unicodeslot=0x1E2D0, }, - [0x1EE00]={ + [0x1E2D1]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL ALEF", - direction="al", + description="WANCHO LETTER ZA", + direction="l", linebreak="al", - specials={ "font", 0x627 }, - unicodeslot=0x1EE00, + unicodeslot=0x1E2D1, }, - [0x1EE01]={ + [0x1E2D2]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL BEH", - direction="al", + description="WANCHO LETTER WA", + direction="l", linebreak="al", - specials={ "font", 0x628 }, - unicodeslot=0x1EE01, + unicodeslot=0x1E2D2, }, - [0x1EE02]={ + [0x1E2D3]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL JEEM", - direction="al", + description="WANCHO LETTER VA", + direction="l", linebreak="al", - specials={ "font", 0x62C }, - unicodeslot=0x1EE02, + unicodeslot=0x1E2D3, }, - [0x1EE03]={ + [0x1E2D4]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DAL", - direction="al", + description="WANCHO LETTER KA", + direction="l", linebreak="al", - specials={ "font", 0x62F }, - unicodeslot=0x1EE03, + unicodeslot=0x1E2D4, }, - [0x1EE05]={ + [0x1E2D5]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL WAW", - direction="al", + description="WANCHO LETTER O", + direction="l", linebreak="al", - specials={ "font", 0x648 }, - unicodeslot=0x1EE05, + unicodeslot=0x1E2D5, }, - [0x1EE06]={ + [0x1E2D6]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL ZAIN", - direction="al", + description="WANCHO LETTER AU", + direction="l", linebreak="al", - specials={ "font", 0x632 }, - unicodeslot=0x1EE06, + unicodeslot=0x1E2D6, }, - [0x1EE07]={ + [0x1E2D7]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL HAH", - direction="al", + description="WANCHO LETTER RA", + direction="l", linebreak="al", - specials={ "font", 0x62D }, - unicodeslot=0x1EE07, + unicodeslot=0x1E2D7, }, - [0x1EE08]={ + [0x1E2D8]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL TAH", - direction="al", + description="WANCHO LETTER MA", + direction="l", linebreak="al", - specials={ "font", 0x637 }, - unicodeslot=0x1EE08, + unicodeslot=0x1E2D8, }, - [0x1EE09]={ + [0x1E2D9]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL YEH", - direction="al", + description="WANCHO LETTER KHA", + direction="l", linebreak="al", - specials={ "font", 0x64A }, - unicodeslot=0x1EE09, + unicodeslot=0x1E2D9, }, - [0x1EE0A]={ + [0x1E2DA]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL KAF", - direction="al", + description="WANCHO LETTER HA", + direction="l", linebreak="al", - specials={ "font", 0x643 }, - unicodeslot=0x1EE0A, + unicodeslot=0x1E2DA, }, - [0x1EE0B]={ + [0x1E2DB]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LAM", - direction="al", + description="WANCHO LETTER E", + direction="l", linebreak="al", - specials={ "font", 0x644 }, - unicodeslot=0x1EE0B, + unicodeslot=0x1E2DB, }, - [0x1EE0C]={ + [0x1E2DC]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL MEEM", - direction="al", + description="WANCHO LETTER I", + direction="l", linebreak="al", - specials={ "font", 0x645 }, - unicodeslot=0x1EE0C, + unicodeslot=0x1E2DC, }, - [0x1EE0D]={ + [0x1E2DD]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL NOON", - direction="al", + description="WANCHO LETTER NGA", + direction="l", linebreak="al", - specials={ "font", 0x646 }, - unicodeslot=0x1EE0D, + unicodeslot=0x1E2DD, }, - [0x1EE0E]={ + [0x1E2DE]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL SEEN", - direction="al", + description="WANCHO LETTER U", + direction="l", linebreak="al", - specials={ "font", 0x633 }, - unicodeslot=0x1EE0E, + unicodeslot=0x1E2DE, }, - [0x1EE0F]={ + [0x1E2DF]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL AIN", - direction="al", + description="WANCHO LETTER LLHA", + direction="l", linebreak="al", - specials={ "font", 0x639 }, - unicodeslot=0x1EE0F, + unicodeslot=0x1E2DF, }, - [0x1EE10]={ + [0x1E2E0]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL FEH", - direction="al", + description="WANCHO LETTER TSA", + direction="l", linebreak="al", - specials={ "font", 0x641 }, - unicodeslot=0x1EE10, + unicodeslot=0x1E2E0, }, - [0x1EE11]={ + [0x1E2E1]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL SAD", - direction="al", + description="WANCHO LETTER TRA", + direction="l", linebreak="al", - specials={ "font", 0x635 }, - unicodeslot=0x1EE11, + unicodeslot=0x1E2E1, }, - [0x1EE12]={ + [0x1E2E2]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL QAF", - direction="al", + description="WANCHO LETTER ONG", + direction="l", linebreak="al", - specials={ "font", 0x642 }, - unicodeslot=0x1EE12, + unicodeslot=0x1E2E2, }, - [0x1EE13]={ + [0x1E2E3]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL REH", - direction="al", + description="WANCHO LETTER AANG", + direction="l", linebreak="al", - specials={ "font", 0x631 }, - unicodeslot=0x1EE13, + unicodeslot=0x1E2E3, }, - [0x1EE14]={ + [0x1E2E4]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL SHEEN", - direction="al", + description="WANCHO LETTER ANG", + direction="l", linebreak="al", - specials={ "font", 0x634 }, - unicodeslot=0x1EE14, + unicodeslot=0x1E2E4, }, - [0x1EE15]={ + [0x1E2E5]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL TEH", - direction="al", + description="WANCHO LETTER ING", + direction="l", linebreak="al", - specials={ "font", 0x62A }, - unicodeslot=0x1EE15, + unicodeslot=0x1E2E5, }, - [0x1EE16]={ + [0x1E2E6]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL THEH", - direction="al", + description="WANCHO LETTER ON", + direction="l", linebreak="al", - specials={ "font", 0x62B }, - unicodeslot=0x1EE16, + unicodeslot=0x1E2E6, }, - [0x1EE17]={ + [0x1E2E7]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL KHAH", - direction="al", + description="WANCHO LETTER EN", + direction="l", linebreak="al", - specials={ "font", 0x62E }, - unicodeslot=0x1EE17, + unicodeslot=0x1E2E7, }, - [0x1EE18]={ + [0x1E2E8]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL THAL", - direction="al", + description="WANCHO LETTER AAN", + direction="l", linebreak="al", - specials={ "font", 0x630 }, - unicodeslot=0x1EE18, + unicodeslot=0x1E2E8, }, - [0x1EE19]={ + [0x1E2E9]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DAD", - direction="al", + description="WANCHO LETTER NYA", + direction="l", linebreak="al", - specials={ "font", 0x636 }, - unicodeslot=0x1EE19, + unicodeslot=0x1E2E9, }, - [0x1EE1A]={ + [0x1E2EA]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL ZAH", - direction="al", + description="WANCHO LETTER UEN", + direction="l", linebreak="al", - specials={ "font", 0x638 }, - unicodeslot=0x1EE1A, + unicodeslot=0x1E2EA, }, - [0x1EE1B]={ + [0x1E2EB]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL GHAIN", - direction="al", + description="WANCHO LETTER YIH", + direction="l", linebreak="al", - specials={ "font", 0x63A }, - unicodeslot=0x1EE1B, + unicodeslot=0x1E2EB, }, - [0x1EE1C]={ + [0x1E2EC]={ + category="mn", + combining=0xE6, + description="WANCHO TONE TUP", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E2EC, + }, + [0x1E2ED]={ + category="mn", + combining=0xE6, + description="WANCHO TONE TUPNI", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E2ED, + }, + [0x1E2EE]={ + category="mn", + combining=0xE6, + description="WANCHO TONE KOI", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E2EE, + }, + [0x1E2EF]={ + category="mn", + combining=0xE6, + description="WANCHO TONE KOINI", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E2EF, + }, + [0x1E2F0]={ + category="nd", + description="WANCHO DIGIT ZERO", + direction="l", + linebreak="nu", + unicodeslot=0x1E2F0, + }, + [0x1E2F1]={ + category="nd", + description="WANCHO DIGIT ONE", + direction="l", + linebreak="nu", + unicodeslot=0x1E2F1, + }, + [0x1E2F2]={ + category="nd", + description="WANCHO DIGIT TWO", + direction="l", + linebreak="nu", + unicodeslot=0x1E2F2, + }, + [0x1E2F3]={ + category="nd", + description="WANCHO DIGIT THREE", + direction="l", + linebreak="nu", + unicodeslot=0x1E2F3, + }, + [0x1E2F4]={ + category="nd", + description="WANCHO DIGIT FOUR", + direction="l", + linebreak="nu", + unicodeslot=0x1E2F4, + }, + [0x1E2F5]={ + category="nd", + description="WANCHO DIGIT FIVE", + direction="l", + linebreak="nu", + unicodeslot=0x1E2F5, + }, + [0x1E2F6]={ + category="nd", + description="WANCHO DIGIT SIX", + direction="l", + linebreak="nu", + unicodeslot=0x1E2F6, + }, + [0x1E2F7]={ + category="nd", + description="WANCHO DIGIT SEVEN", + direction="l", + linebreak="nu", + unicodeslot=0x1E2F7, + }, + [0x1E2F8]={ + category="nd", + description="WANCHO DIGIT EIGHT", + direction="l", + linebreak="nu", + unicodeslot=0x1E2F8, + }, + [0x1E2F9]={ + category="nd", + description="WANCHO DIGIT NINE", + direction="l", + linebreak="nu", + unicodeslot=0x1E2F9, + }, + [0x1E2FF]={ + category="sc", + description="WANCHO NGUN SIGN", + direction="et", + linebreak="pr", + unicodeslot=0x1E2FF, + }, + [0x1E800]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOTLESS BEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M001 KI", + direction="r", linebreak="al", - specials={ "font", 0x66E }, - unicodeslot=0x1EE1C, + unicodeslot=0x1E800, }, - [0x1EE1D]={ + [0x1E801]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOTLESS NOON", - direction="al", + description="MENDE KIKAKUI SYLLABLE M002 KA", + direction="r", linebreak="al", - specials={ "font", 0x6BA }, - unicodeslot=0x1EE1D, + unicodeslot=0x1E801, }, - [0x1EE1E]={ + [0x1E802]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOTLESS FEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M003 KU", + direction="r", linebreak="al", - specials={ "font", 0x6A1 }, - unicodeslot=0x1EE1E, + unicodeslot=0x1E802, }, - [0x1EE1F]={ + [0x1E803]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOTLESS QAF", - direction="al", + description="MENDE KIKAKUI SYLLABLE M065 KEE", + direction="r", linebreak="al", - specials={ "font", 0x66F }, - unicodeslot=0x1EE1F, + unicodeslot=0x1E803, }, - [0x1EE21]={ + [0x1E804]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL INITIAL BEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M095 KE", + direction="r", linebreak="al", - specials={ "font", 0x628 }, - unicodeslot=0x1EE21, + unicodeslot=0x1E804, }, - [0x1EE22]={ + [0x1E805]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL INITIAL JEEM", - direction="al", + description="MENDE KIKAKUI SYLLABLE M076 KOO", + direction="r", linebreak="al", - specials={ "font", 0x62C }, - unicodeslot=0x1EE22, + unicodeslot=0x1E805, }, - [0x1EE24]={ + [0x1E806]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL INITIAL HEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M048 KO", + direction="r", linebreak="al", - specials={ "font", 0x647 }, - unicodeslot=0x1EE24, + unicodeslot=0x1E806, }, - [0x1EE27]={ + [0x1E807]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL INITIAL HAH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M179 KUA", + direction="r", linebreak="al", - specials={ "font", 0x62D }, - unicodeslot=0x1EE27, + unicodeslot=0x1E807, }, - [0x1EE29]={ + [0x1E808]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL INITIAL YEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M004 WI", + direction="r", linebreak="al", - specials={ "font", 0x64A }, - unicodeslot=0x1EE29, + unicodeslot=0x1E808, }, - [0x1EE2A]={ + [0x1E809]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL INITIAL KAF", - direction="al", + description="MENDE KIKAKUI SYLLABLE M005 WA", + direction="r", linebreak="al", - specials={ "font", 0x643 }, - unicodeslot=0x1EE2A, + unicodeslot=0x1E809, }, - [0x1EE2B]={ + [0x1E80A]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL INITIAL LAM", - direction="al", + description="MENDE KIKAKUI SYLLABLE M006 WU", + direction="r", linebreak="al", - specials={ "font", 0x644 }, - unicodeslot=0x1EE2B, + unicodeslot=0x1E80A, }, - [0x1EE2C]={ + [0x1E80B]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL INITIAL MEEM", - direction="al", + description="MENDE KIKAKUI SYLLABLE M126 WEE", + direction="r", linebreak="al", - specials={ "font", 0x645 }, - unicodeslot=0x1EE2C, + unicodeslot=0x1E80B, }, - [0x1EE2D]={ + [0x1E80C]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL INITIAL NOON", - direction="al", + description="MENDE KIKAKUI SYLLABLE M118 WE", + direction="r", linebreak="al", - specials={ "font", 0x646 }, - unicodeslot=0x1EE2D, + unicodeslot=0x1E80C, }, - [0x1EE2E]={ + [0x1E80D]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL INITIAL SEEN", - direction="al", + description="MENDE KIKAKUI SYLLABLE M114 WOO", + direction="r", linebreak="al", - specials={ "font", 0x633 }, - unicodeslot=0x1EE2E, + unicodeslot=0x1E80D, }, - [0x1EE2F]={ + [0x1E80E]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL INITIAL AIN", - direction="al", + description="MENDE KIKAKUI SYLLABLE M045 WO", + direction="r", linebreak="al", - specials={ "font", 0x639 }, - unicodeslot=0x1EE2F, + unicodeslot=0x1E80E, }, - [0x1EE30]={ + [0x1E80F]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL INITIAL FEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M194 WUI", + direction="r", linebreak="al", - specials={ "font", 0x641 }, - unicodeslot=0x1EE30, + unicodeslot=0x1E80F, }, - [0x1EE31]={ + [0x1E810]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL INITIAL SAD", - direction="al", + description="MENDE KIKAKUI SYLLABLE M143 WEI", + direction="r", linebreak="al", - specials={ "font", 0x635 }, - unicodeslot=0x1EE31, + unicodeslot=0x1E810, }, - [0x1EE32]={ + [0x1E811]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL INITIAL QAF", - direction="al", + description="MENDE KIKAKUI SYLLABLE M061 WVI", + direction="r", linebreak="al", - specials={ "font", 0x642 }, - unicodeslot=0x1EE32, + unicodeslot=0x1E811, }, - [0x1EE34]={ + [0x1E812]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL INITIAL SHEEN", - direction="al", + description="MENDE KIKAKUI SYLLABLE M049 WVA", + direction="r", linebreak="al", - specials={ "font", 0x634 }, - unicodeslot=0x1EE34, + unicodeslot=0x1E812, }, - [0x1EE35]={ + [0x1E813]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL INITIAL TEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M139 WVE", + direction="r", linebreak="al", - specials={ "font", 0x62A }, - unicodeslot=0x1EE35, + unicodeslot=0x1E813, }, - [0x1EE36]={ + [0x1E814]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL INITIAL THEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M007 MIN", + direction="r", linebreak="al", - specials={ "font", 0x62B }, - unicodeslot=0x1EE36, + unicodeslot=0x1E814, }, - [0x1EE37]={ + [0x1E815]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL INITIAL KHAH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M008 MAN", + direction="r", linebreak="al", - specials={ "font", 0x62E }, - unicodeslot=0x1EE37, + unicodeslot=0x1E815, }, - [0x1EE39]={ + [0x1E816]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL INITIAL DAD", - direction="al", + description="MENDE KIKAKUI SYLLABLE M009 MUN", + direction="r", linebreak="al", - specials={ "font", 0x636 }, - unicodeslot=0x1EE39, + unicodeslot=0x1E816, }, - [0x1EE3B]={ + [0x1E817]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL INITIAL GHAIN", - direction="al", + description="MENDE KIKAKUI SYLLABLE M059 MEN", + direction="r", linebreak="al", - specials={ "font", 0x63A }, - unicodeslot=0x1EE3B, + unicodeslot=0x1E817, }, - [0x1EE42]={ + [0x1E818]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL TAILED JEEM", - direction="al", + description="MENDE KIKAKUI SYLLABLE M094 MON", + direction="r", linebreak="al", - specials={ "font", 0x62C }, - unicodeslot=0x1EE42, + unicodeslot=0x1E818, }, - [0x1EE47]={ + [0x1E819]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL TAILED HAH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M154 MUAN", + direction="r", linebreak="al", - specials={ "font", 0x62D }, - unicodeslot=0x1EE47, + unicodeslot=0x1E819, }, - [0x1EE49]={ + [0x1E81A]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL TAILED YEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M189 MUEN", + direction="r", linebreak="al", - specials={ "font", 0x64A }, - unicodeslot=0x1EE49, + unicodeslot=0x1E81A, }, - [0x1EE4B]={ + [0x1E81B]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL TAILED LAM", - direction="al", + description="MENDE KIKAKUI SYLLABLE M010 BI", + direction="r", linebreak="al", - specials={ "font", 0x644 }, - unicodeslot=0x1EE4B, + unicodeslot=0x1E81B, }, - [0x1EE4D]={ + [0x1E81C]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL TAILED NOON", - direction="al", + description="MENDE KIKAKUI SYLLABLE M011 BA", + direction="r", linebreak="al", - specials={ "font", 0x646 }, - unicodeslot=0x1EE4D, + unicodeslot=0x1E81C, }, - [0x1EE4E]={ + [0x1E81D]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL TAILED SEEN", - direction="al", + description="MENDE KIKAKUI SYLLABLE M012 BU", + direction="r", linebreak="al", - specials={ "font", 0x633 }, - unicodeslot=0x1EE4E, + unicodeslot=0x1E81D, }, - [0x1EE4F]={ + [0x1E81E]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL TAILED AIN", - direction="al", + description="MENDE KIKAKUI SYLLABLE M150 BEE", + direction="r", linebreak="al", - specials={ "font", 0x639 }, - unicodeslot=0x1EE4F, + unicodeslot=0x1E81E, }, - [0x1EE51]={ + [0x1E81F]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL TAILED SAD", - direction="al", + description="MENDE KIKAKUI SYLLABLE M097 BE", + direction="r", linebreak="al", - specials={ "font", 0x635 }, - unicodeslot=0x1EE51, + unicodeslot=0x1E81F, }, - [0x1EE52]={ + [0x1E820]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL TAILED QAF", - direction="al", + description="MENDE KIKAKUI SYLLABLE M103 BOO", + direction="r", linebreak="al", - specials={ "font", 0x642 }, - unicodeslot=0x1EE52, + unicodeslot=0x1E820, }, - [0x1EE54]={ + [0x1E821]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL TAILED SHEEN", - direction="al", + description="MENDE KIKAKUI SYLLABLE M138 BO", + direction="r", linebreak="al", - specials={ "font", 0x634 }, - unicodeslot=0x1EE54, + unicodeslot=0x1E821, }, - [0x1EE57]={ + [0x1E822]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL TAILED KHAH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M013 I", + direction="r", linebreak="al", - specials={ "font", 0x62E }, - unicodeslot=0x1EE57, + unicodeslot=0x1E822, }, - [0x1EE59]={ + [0x1E823]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL TAILED DAD", - direction="al", + description="MENDE KIKAKUI SYLLABLE M014 A", + direction="r", linebreak="al", - specials={ "font", 0x636 }, - unicodeslot=0x1EE59, + unicodeslot=0x1E823, }, - [0x1EE5B]={ + [0x1E824]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL TAILED GHAIN", - direction="al", + description="MENDE KIKAKUI SYLLABLE M015 U", + direction="r", linebreak="al", - specials={ "font", 0x63A }, - unicodeslot=0x1EE5B, + unicodeslot=0x1E824, }, - [0x1EE5D]={ + [0x1E825]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL TAILED DOTLESS NOON", - direction="al", + description="MENDE KIKAKUI SYLLABLE M163 EE", + direction="r", linebreak="al", - specials={ "font", 0x6BA }, - unicodeslot=0x1EE5D, + unicodeslot=0x1E825, }, - [0x1EE5F]={ + [0x1E826]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL TAILED DOTLESS QAF", - direction="al", + description="MENDE KIKAKUI SYLLABLE M100 E", + direction="r", linebreak="al", - specials={ "font", 0x66F }, - unicodeslot=0x1EE5F, + unicodeslot=0x1E826, }, - [0x1EE61]={ + [0x1E827]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL STRETCHED BEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M165 OO", + direction="r", linebreak="al", - specials={ "font", 0x628 }, - unicodeslot=0x1EE61, + unicodeslot=0x1E827, }, - [0x1EE62]={ + [0x1E828]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL STRETCHED JEEM", - direction="al", + description="MENDE KIKAKUI SYLLABLE M147 O", + direction="r", linebreak="al", - specials={ "font", 0x62C }, - unicodeslot=0x1EE62, + unicodeslot=0x1E828, }, - [0x1EE64]={ + [0x1E829]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL STRETCHED HEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M137 EI", + direction="r", linebreak="al", - specials={ "font", 0x647 }, - unicodeslot=0x1EE64, + unicodeslot=0x1E829, }, - [0x1EE67]={ + [0x1E82A]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL STRETCHED HAH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M131 IN", + direction="r", linebreak="al", - specials={ "font", 0x62D }, - unicodeslot=0x1EE67, + unicodeslot=0x1E82A, }, - [0x1EE68]={ + [0x1E82B]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL STRETCHED TAH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M135 IN", + direction="r", linebreak="al", - specials={ "font", 0x637 }, - unicodeslot=0x1EE68, + unicodeslot=0x1E82B, }, - [0x1EE69]={ + [0x1E82C]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL STRETCHED YEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M195 AN", + direction="r", linebreak="al", - specials={ "font", 0x64A }, - unicodeslot=0x1EE69, + unicodeslot=0x1E82C, }, - [0x1EE6A]={ + [0x1E82D]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL STRETCHED KAF", - direction="al", + description="MENDE KIKAKUI SYLLABLE M178 EN", + direction="r", linebreak="al", - specials={ "font", 0x643 }, - unicodeslot=0x1EE6A, + unicodeslot=0x1E82D, }, - [0x1EE6C]={ + [0x1E82E]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL STRETCHED MEEM", - direction="al", + description="MENDE KIKAKUI SYLLABLE M019 SI", + direction="r", linebreak="al", - specials={ "font", 0x645 }, - unicodeslot=0x1EE6C, + unicodeslot=0x1E82E, }, - [0x1EE6D]={ + [0x1E82F]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL STRETCHED NOON", - direction="al", + description="MENDE KIKAKUI SYLLABLE M020 SA", + direction="r", linebreak="al", - specials={ "font", 0x646 }, - unicodeslot=0x1EE6D, + unicodeslot=0x1E82F, }, - [0x1EE6E]={ + [0x1E830]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL STRETCHED SEEN", - direction="al", + description="MENDE KIKAKUI SYLLABLE M021 SU", + direction="r", linebreak="al", - specials={ "font", 0x633 }, - unicodeslot=0x1EE6E, + unicodeslot=0x1E830, }, - [0x1EE6F]={ + [0x1E831]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL STRETCHED AIN", - direction="al", + description="MENDE KIKAKUI SYLLABLE M162 SEE", + direction="r", linebreak="al", - specials={ "font", 0x639 }, - unicodeslot=0x1EE6F, + unicodeslot=0x1E831, }, - [0x1EE70]={ + [0x1E832]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL STRETCHED FEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M116 SE", + direction="r", linebreak="al", - specials={ "font", 0x641 }, - unicodeslot=0x1EE70, + unicodeslot=0x1E832, }, - [0x1EE71]={ + [0x1E833]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL STRETCHED SAD", - direction="al", + description="MENDE KIKAKUI SYLLABLE M136 SOO", + direction="r", linebreak="al", - specials={ "font", 0x635 }, - unicodeslot=0x1EE71, + unicodeslot=0x1E833, }, - [0x1EE72]={ + [0x1E834]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL STRETCHED QAF", - direction="al", + description="MENDE KIKAKUI SYLLABLE M079 SO", + direction="r", linebreak="al", - specials={ "font", 0x642 }, - unicodeslot=0x1EE72, + unicodeslot=0x1E834, }, - [0x1EE74]={ + [0x1E835]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL STRETCHED SHEEN", - direction="al", + description="MENDE KIKAKUI SYLLABLE M196 SIA", + direction="r", linebreak="al", - specials={ "font", 0x634 }, - unicodeslot=0x1EE74, + unicodeslot=0x1E835, }, - [0x1EE75]={ + [0x1E836]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL STRETCHED TEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M025 LI", + direction="r", linebreak="al", - specials={ "font", 0x62A }, - unicodeslot=0x1EE75, + unicodeslot=0x1E836, }, - [0x1EE76]={ + [0x1E837]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL STRETCHED THEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M026 LA", + direction="r", linebreak="al", - specials={ "font", 0x62B }, - unicodeslot=0x1EE76, + unicodeslot=0x1E837, }, - [0x1EE77]={ + [0x1E838]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL STRETCHED KHAH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M027 LU", + direction="r", linebreak="al", - specials={ "font", 0x62E }, - unicodeslot=0x1EE77, + unicodeslot=0x1E838, }, - [0x1EE79]={ + [0x1E839]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL STRETCHED DAD", - direction="al", + description="MENDE KIKAKUI SYLLABLE M084 LEE", + direction="r", linebreak="al", - specials={ "font", 0x636 }, - unicodeslot=0x1EE79, + unicodeslot=0x1E839, }, - [0x1EE7A]={ + [0x1E83A]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL STRETCHED ZAH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M073 LE", + direction="r", linebreak="al", - specials={ "font", 0x638 }, - unicodeslot=0x1EE7A, + unicodeslot=0x1E83A, }, - [0x1EE7B]={ + [0x1E83B]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL STRETCHED GHAIN", - direction="al", + description="MENDE KIKAKUI SYLLABLE M054 LOO", + direction="r", linebreak="al", - specials={ "font", 0x63A }, - unicodeslot=0x1EE7B, + unicodeslot=0x1E83B, }, - [0x1EE7C]={ + [0x1E83C]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL STRETCHED DOTLESS BEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M153 LO", + direction="r", linebreak="al", - specials={ "font", 0x66E }, - unicodeslot=0x1EE7C, + unicodeslot=0x1E83C, }, - [0x1EE7E]={ + [0x1E83D]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL STRETCHED DOTLESS FEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M110 LONG LE", + direction="r", linebreak="al", - specials={ "font", 0x6A1 }, - unicodeslot=0x1EE7E, + unicodeslot=0x1E83D, }, - [0x1EE80]={ + [0x1E83E]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED ALEF", - direction="al", + description="MENDE KIKAKUI SYLLABLE M016 DI", + direction="r", linebreak="al", - specials={ "font", 0x627 }, - unicodeslot=0x1EE80, + unicodeslot=0x1E83E, }, - [0x1EE81]={ + [0x1E83F]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED BEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M017 DA", + direction="r", linebreak="al", - specials={ "font", 0x628 }, - unicodeslot=0x1EE81, + unicodeslot=0x1E83F, }, - [0x1EE82]={ + [0x1E840]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED JEEM", - direction="al", + description="MENDE KIKAKUI SYLLABLE M018 DU", + direction="r", linebreak="al", - specials={ "font", 0x62C }, - unicodeslot=0x1EE82, + unicodeslot=0x1E840, }, - [0x1EE83]={ + [0x1E841]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED DAL", - direction="al", + description="MENDE KIKAKUI SYLLABLE M089 DEE", + direction="r", linebreak="al", - specials={ "font", 0x62F }, - unicodeslot=0x1EE83, + unicodeslot=0x1E841, }, - [0x1EE84]={ + [0x1E842]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED HEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M180 DOO", + direction="r", linebreak="al", - specials={ "font", 0x647 }, - unicodeslot=0x1EE84, + unicodeslot=0x1E842, }, - [0x1EE85]={ + [0x1E843]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED WAW", - direction="al", + description="MENDE KIKAKUI SYLLABLE M181 DO", + direction="r", linebreak="al", - specials={ "font", 0x648 }, - unicodeslot=0x1EE85, + unicodeslot=0x1E843, }, - [0x1EE86]={ + [0x1E844]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED ZAIN", - direction="al", + description="MENDE KIKAKUI SYLLABLE M022 TI", + direction="r", linebreak="al", - specials={ "font", 0x632 }, - unicodeslot=0x1EE86, + unicodeslot=0x1E844, }, - [0x1EE87]={ + [0x1E845]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED HAH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M023 TA", + direction="r", linebreak="al", - specials={ "font", 0x62D }, - unicodeslot=0x1EE87, + unicodeslot=0x1E845, }, - [0x1EE88]={ + [0x1E846]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED TAH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M024 TU", + direction="r", linebreak="al", - specials={ "font", 0x637 }, - unicodeslot=0x1EE88, + unicodeslot=0x1E846, }, - [0x1EE89]={ + [0x1E847]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED YEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M091 TEE", + direction="r", linebreak="al", - specials={ "font", 0x64A }, - unicodeslot=0x1EE89, + unicodeslot=0x1E847, }, - [0x1EE8B]={ + [0x1E848]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED LAM", - direction="al", + description="MENDE KIKAKUI SYLLABLE M055 TE", + direction="r", linebreak="al", - specials={ "font", 0x644 }, - unicodeslot=0x1EE8B, + unicodeslot=0x1E848, }, - [0x1EE8C]={ + [0x1E849]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED MEEM", - direction="al", + description="MENDE KIKAKUI SYLLABLE M104 TOO", + direction="r", linebreak="al", - specials={ "font", 0x645 }, - unicodeslot=0x1EE8C, + unicodeslot=0x1E849, }, - [0x1EE8D]={ + [0x1E84A]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED NOON", - direction="al", + description="MENDE KIKAKUI SYLLABLE M069 TO", + direction="r", linebreak="al", - specials={ "font", 0x646 }, - unicodeslot=0x1EE8D, + unicodeslot=0x1E84A, }, - [0x1EE8E]={ + [0x1E84B]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED SEEN", - direction="al", + description="MENDE KIKAKUI SYLLABLE M028 JI", + direction="r", linebreak="al", - specials={ "font", 0x633 }, - unicodeslot=0x1EE8E, + unicodeslot=0x1E84B, }, - [0x1EE8F]={ + [0x1E84C]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED AIN", - direction="al", + description="MENDE KIKAKUI SYLLABLE M029 JA", + direction="r", linebreak="al", - specials={ "font", 0x639 }, - unicodeslot=0x1EE8F, + unicodeslot=0x1E84C, }, - [0x1EE90]={ + [0x1E84D]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED FEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M030 JU", + direction="r", linebreak="al", - specials={ "font", 0x641 }, - unicodeslot=0x1EE90, + unicodeslot=0x1E84D, }, - [0x1EE91]={ + [0x1E84E]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED SAD", - direction="al", + description="MENDE KIKAKUI SYLLABLE M157 JEE", + direction="r", linebreak="al", - specials={ "font", 0x635 }, - unicodeslot=0x1EE91, + unicodeslot=0x1E84E, }, - [0x1EE92]={ + [0x1E84F]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED QAF", - direction="al", + description="MENDE KIKAKUI SYLLABLE M113 JE", + direction="r", linebreak="al", - specials={ "font", 0x642 }, - unicodeslot=0x1EE92, + unicodeslot=0x1E84F, }, - [0x1EE93]={ + [0x1E850]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED REH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M160 JOO", + direction="r", linebreak="al", - specials={ "font", 0x631 }, - unicodeslot=0x1EE93, + unicodeslot=0x1E850, }, - [0x1EE94]={ + [0x1E851]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED SHEEN", - direction="al", + description="MENDE KIKAKUI SYLLABLE M063 JO", + direction="r", linebreak="al", - specials={ "font", 0x634 }, - unicodeslot=0x1EE94, + unicodeslot=0x1E851, }, - [0x1EE95]={ + [0x1E852]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED TEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M175 LONG JO", + direction="r", linebreak="al", - specials={ "font", 0x62A }, - unicodeslot=0x1EE95, + unicodeslot=0x1E852, }, - [0x1EE96]={ + [0x1E853]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED THEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M031 YI", + direction="r", linebreak="al", - specials={ "font", 0x62B }, - unicodeslot=0x1EE96, + unicodeslot=0x1E853, }, - [0x1EE97]={ + [0x1E854]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED KHAH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M032 YA", + direction="r", linebreak="al", - specials={ "font", 0x62E }, - unicodeslot=0x1EE97, + unicodeslot=0x1E854, }, - [0x1EE98]={ + [0x1E855]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED THAL", - direction="al", + description="MENDE KIKAKUI SYLLABLE M033 YU", + direction="r", linebreak="al", - specials={ "font", 0x630 }, - unicodeslot=0x1EE98, + unicodeslot=0x1E855, }, - [0x1EE99]={ + [0x1E856]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED DAD", - direction="al", + description="MENDE KIKAKUI SYLLABLE M109 YEE", + direction="r", linebreak="al", - specials={ "font", 0x636 }, - unicodeslot=0x1EE99, + unicodeslot=0x1E856, }, - [0x1EE9A]={ + [0x1E857]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED ZAH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M080 YE", + direction="r", linebreak="al", - specials={ "font", 0x638 }, - unicodeslot=0x1EE9A, + unicodeslot=0x1E857, }, - [0x1EE9B]={ + [0x1E858]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL LOOPED GHAIN", - direction="al", + description="MENDE KIKAKUI SYLLABLE M141 YOO", + direction="r", linebreak="al", - specials={ "font", 0x63A }, - unicodeslot=0x1EE9B, + unicodeslot=0x1E858, }, - [0x1EEA1]={ + [0x1E859]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOUBLE-STRUCK BEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M121 YO", + direction="r", linebreak="al", - specials={ "font", 0x628 }, - unicodeslot=0x1EEA1, + unicodeslot=0x1E859, }, - [0x1EEA2]={ + [0x1E85A]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOUBLE-STRUCK JEEM", - direction="al", + description="MENDE KIKAKUI SYLLABLE M034 FI", + direction="r", linebreak="al", - specials={ "font", 0x62C }, - unicodeslot=0x1EEA2, + unicodeslot=0x1E85A, }, - [0x1EEA3]={ + [0x1E85B]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOUBLE-STRUCK DAL", - direction="al", + description="MENDE KIKAKUI SYLLABLE M035 FA", + direction="r", linebreak="al", - specials={ "font", 0x62F }, - unicodeslot=0x1EEA3, + unicodeslot=0x1E85B, }, - [0x1EEA5]={ + [0x1E85C]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOUBLE-STRUCK WAW", - direction="al", + description="MENDE KIKAKUI SYLLABLE M036 FU", + direction="r", linebreak="al", - specials={ "font", 0x648 }, - unicodeslot=0x1EEA5, + unicodeslot=0x1E85C, }, - [0x1EEA6]={ + [0x1E85D]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOUBLE-STRUCK ZAIN", - direction="al", + description="MENDE KIKAKUI SYLLABLE M078 FEE", + direction="r", linebreak="al", - specials={ "font", 0x632 }, - unicodeslot=0x1EEA6, + unicodeslot=0x1E85D, }, - [0x1EEA7]={ + [0x1E85E]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOUBLE-STRUCK HAH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M075 FE", + direction="r", linebreak="al", - specials={ "font", 0x62D }, - unicodeslot=0x1EEA7, + unicodeslot=0x1E85E, }, - [0x1EEA8]={ + [0x1E85F]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOUBLE-STRUCK TAH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M133 FOO", + direction="r", linebreak="al", - specials={ "font", 0x637 }, - unicodeslot=0x1EEA8, + unicodeslot=0x1E85F, }, - [0x1EEA9]={ + [0x1E860]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOUBLE-STRUCK YEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M088 FO", + direction="r", linebreak="al", - specials={ "font", 0x64A }, - unicodeslot=0x1EEA9, + unicodeslot=0x1E860, }, - [0x1EEAB]={ + [0x1E861]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOUBLE-STRUCK LAM", - direction="al", + description="MENDE KIKAKUI SYLLABLE M197 FUA", + direction="r", linebreak="al", - specials={ "font", 0x644 }, - unicodeslot=0x1EEAB, + unicodeslot=0x1E861, }, - [0x1EEAC]={ + [0x1E862]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOUBLE-STRUCK MEEM", - direction="al", + description="MENDE KIKAKUI SYLLABLE M101 FAN", + direction="r", linebreak="al", - specials={ "font", 0x645 }, - unicodeslot=0x1EEAC, + unicodeslot=0x1E862, }, - [0x1EEAD]={ + [0x1E863]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOUBLE-STRUCK NOON", - direction="al", + description="MENDE KIKAKUI SYLLABLE M037 NIN", + direction="r", linebreak="al", - specials={ "font", 0x646 }, - unicodeslot=0x1EEAD, + unicodeslot=0x1E863, }, - [0x1EEAE]={ + [0x1E864]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOUBLE-STRUCK SEEN", - direction="al", + description="MENDE KIKAKUI SYLLABLE M038 NAN", + direction="r", linebreak="al", - specials={ "font", 0x633 }, - unicodeslot=0x1EEAE, + unicodeslot=0x1E864, }, - [0x1EEAF]={ + [0x1E865]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOUBLE-STRUCK AIN", - direction="al", + description="MENDE KIKAKUI SYLLABLE M039 NUN", + direction="r", linebreak="al", - specials={ "font", 0x639 }, - unicodeslot=0x1EEAF, + unicodeslot=0x1E865, }, - [0x1EEB0]={ + [0x1E866]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOUBLE-STRUCK FEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M117 NEN", + direction="r", linebreak="al", - specials={ "font", 0x641 }, - unicodeslot=0x1EEB0, + unicodeslot=0x1E866, }, - [0x1EEB1]={ + [0x1E867]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOUBLE-STRUCK SAD", - direction="al", + description="MENDE KIKAKUI SYLLABLE M169 NON", + direction="r", linebreak="al", - specials={ "font", 0x635 }, - unicodeslot=0x1EEB1, + unicodeslot=0x1E867, }, - [0x1EEB2]={ + [0x1E868]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOUBLE-STRUCK QAF", - direction="al", + description="MENDE KIKAKUI SYLLABLE M176 HI", + direction="r", linebreak="al", - specials={ "font", 0x642 }, - unicodeslot=0x1EEB2, + unicodeslot=0x1E868, }, - [0x1EEB3]={ + [0x1E869]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOUBLE-STRUCK REH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M041 HA", + direction="r", linebreak="al", - specials={ "font", 0x631 }, - unicodeslot=0x1EEB3, + unicodeslot=0x1E869, }, - [0x1EEB4]={ + [0x1E86A]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOUBLE-STRUCK SHEEN", - direction="al", + description="MENDE KIKAKUI SYLLABLE M186 HU", + direction="r", linebreak="al", - specials={ "font", 0x634 }, - unicodeslot=0x1EEB4, + unicodeslot=0x1E86A, }, - [0x1EEB5]={ + [0x1E86B]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOUBLE-STRUCK TEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M040 HEE", + direction="r", linebreak="al", - specials={ "font", 0x62A }, - unicodeslot=0x1EEB5, + unicodeslot=0x1E86B, }, - [0x1EEB6]={ + [0x1E86C]={ category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOUBLE-STRUCK THEH", - direction="al", + description="MENDE KIKAKUI SYLLABLE M096 HE", + direction="r", linebreak="al", - specials={ "font", 0x62B }, - unicodeslot=0x1EEB6, + unicodeslot=0x1E86C, + }, + [0x1E86D]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M042 HOO", + direction="r", + linebreak="al", + unicodeslot=0x1E86D, + }, + [0x1E86E]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M140 HO", + direction="r", + linebreak="al", + unicodeslot=0x1E86E, + }, + [0x1E86F]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M083 HEEI", + direction="r", + linebreak="al", + unicodeslot=0x1E86F, + }, + [0x1E870]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M128 HOOU", + direction="r", + linebreak="al", + unicodeslot=0x1E870, + }, + [0x1E871]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M053 HIN", + direction="r", + linebreak="al", + unicodeslot=0x1E871, + }, + [0x1E872]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M130 HAN", + direction="r", + linebreak="al", + unicodeslot=0x1E872, + }, + [0x1E873]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M087 HUN", + direction="r", + linebreak="al", + unicodeslot=0x1E873, + }, + [0x1E874]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M052 HEN", + direction="r", + linebreak="al", + unicodeslot=0x1E874, + }, + [0x1E875]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M193 HON", + direction="r", + linebreak="al", + unicodeslot=0x1E875, + }, + [0x1E876]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M046 HUAN", + direction="r", + linebreak="al", + unicodeslot=0x1E876, + }, + [0x1E877]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M090 NGGI", + direction="r", + linebreak="al", + unicodeslot=0x1E877, + }, + [0x1E878]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M043 NGGA", + direction="r", + linebreak="al", + unicodeslot=0x1E878, + }, + [0x1E879]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M082 NGGU", + direction="r", + linebreak="al", + unicodeslot=0x1E879, + }, + [0x1E87A]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M115 NGGEE", + direction="r", + linebreak="al", + unicodeslot=0x1E87A, + }, + [0x1E87B]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M146 NGGE", + direction="r", + linebreak="al", + unicodeslot=0x1E87B, + }, + [0x1E87C]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M156 NGGOO", + direction="r", + linebreak="al", + unicodeslot=0x1E87C, + }, + [0x1E87D]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M120 NGGO", + direction="r", + linebreak="al", + unicodeslot=0x1E87D, + }, + [0x1E87E]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M159 NGGAA", + direction="r", + linebreak="al", + unicodeslot=0x1E87E, + }, + [0x1E87F]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M127 NGGUA", + direction="r", + linebreak="al", + unicodeslot=0x1E87F, + }, + [0x1E880]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M086 LONG NGGE", + direction="r", + linebreak="al", + unicodeslot=0x1E880, + }, + [0x1E881]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M106 LONG NGGOO", + direction="r", + linebreak="al", + unicodeslot=0x1E881, + }, + [0x1E882]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M183 LONG NGGO", + direction="r", + linebreak="al", + unicodeslot=0x1E882, + }, + [0x1E883]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M155 GI", + direction="r", + linebreak="al", + unicodeslot=0x1E883, + }, + [0x1E884]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M111 GA", + direction="r", + linebreak="al", + unicodeslot=0x1E884, + }, + [0x1E885]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M168 GU", + direction="r", + linebreak="al", + unicodeslot=0x1E885, + }, + [0x1E886]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M190 GEE", + direction="r", + linebreak="al", + unicodeslot=0x1E886, + }, + [0x1E887]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M166 GUEI", + direction="r", + linebreak="al", + unicodeslot=0x1E887, + }, + [0x1E888]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M167 GUAN", + direction="r", + linebreak="al", + unicodeslot=0x1E888, + }, + [0x1E889]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M184 NGEN", + direction="r", + linebreak="al", + unicodeslot=0x1E889, + }, + [0x1E88A]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M057 NGON", + direction="r", + linebreak="al", + unicodeslot=0x1E88A, + }, + [0x1E88B]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M177 NGUAN", + direction="r", + linebreak="al", + unicodeslot=0x1E88B, + }, + [0x1E88C]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M068 PI", + direction="r", + linebreak="al", + unicodeslot=0x1E88C, + }, + [0x1E88D]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M099 PA", + direction="r", + linebreak="al", + unicodeslot=0x1E88D, + }, + [0x1E88E]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M050 PU", + direction="r", + linebreak="al", + unicodeslot=0x1E88E, + }, + [0x1E88F]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M081 PEE", + direction="r", + linebreak="al", + unicodeslot=0x1E88F, + }, + [0x1E890]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M051 PE", + direction="r", + linebreak="al", + unicodeslot=0x1E890, + }, + [0x1E891]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M102 POO", + direction="r", + linebreak="al", + unicodeslot=0x1E891, + }, + [0x1E892]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M066 PO", + direction="r", + linebreak="al", + unicodeslot=0x1E892, + }, + [0x1E893]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M145 MBI", + direction="r", + linebreak="al", + unicodeslot=0x1E893, + }, + [0x1E894]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M062 MBA", + direction="r", + linebreak="al", + unicodeslot=0x1E894, + }, + [0x1E895]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M122 MBU", + direction="r", + linebreak="al", + unicodeslot=0x1E895, + }, + [0x1E896]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M047 MBEE", + direction="r", + linebreak="al", + unicodeslot=0x1E896, + }, + [0x1E897]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M188 MBEE", + direction="r", + linebreak="al", + unicodeslot=0x1E897, + }, + [0x1E898]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M072 MBE", + direction="r", + linebreak="al", + unicodeslot=0x1E898, + }, + [0x1E899]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M172 MBOO", + direction="r", + linebreak="al", + unicodeslot=0x1E899, + }, + [0x1E89A]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M174 MBO", + direction="r", + linebreak="al", + unicodeslot=0x1E89A, + }, + [0x1E89B]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M187 MBUU", + direction="r", + linebreak="al", + unicodeslot=0x1E89B, + }, + [0x1E89C]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M161 LONG MBE", + direction="r", + linebreak="al", + unicodeslot=0x1E89C, + }, + [0x1E89D]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M105 LONG MBOO", + direction="r", + linebreak="al", + unicodeslot=0x1E89D, + }, + [0x1E89E]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M142 LONG MBO", + direction="r", + linebreak="al", + unicodeslot=0x1E89E, + }, + [0x1E89F]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M132 KPI", + direction="r", + linebreak="al", + unicodeslot=0x1E89F, + }, + [0x1E8A0]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M092 KPA", + direction="r", + linebreak="al", + unicodeslot=0x1E8A0, + }, + [0x1E8A1]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M074 KPU", + direction="r", + linebreak="al", + unicodeslot=0x1E8A1, + }, + [0x1E8A2]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M044 KPEE", + direction="r", + linebreak="al", + unicodeslot=0x1E8A2, + }, + [0x1E8A3]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M108 KPE", + direction="r", + linebreak="al", + unicodeslot=0x1E8A3, + }, + [0x1E8A4]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M112 KPOO", + direction="r", + linebreak="al", + unicodeslot=0x1E8A4, + }, + [0x1E8A5]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M158 KPO", + direction="r", + linebreak="al", + unicodeslot=0x1E8A5, + }, + [0x1E8A6]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M124 GBI", + direction="r", + linebreak="al", + unicodeslot=0x1E8A6, + }, + [0x1E8A7]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M056 GBA", + direction="r", + linebreak="al", + unicodeslot=0x1E8A7, + }, + [0x1E8A8]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M148 GBU", + direction="r", + linebreak="al", + unicodeslot=0x1E8A8, + }, + [0x1E8A9]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M093 GBEE", + direction="r", + linebreak="al", + unicodeslot=0x1E8A9, + }, + [0x1E8AA]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M107 GBE", + direction="r", + linebreak="al", + unicodeslot=0x1E8AA, + }, + [0x1E8AB]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M071 GBOO", + direction="r", + linebreak="al", + unicodeslot=0x1E8AB, + }, + [0x1E8AC]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M070 GBO", + direction="r", + linebreak="al", + unicodeslot=0x1E8AC, + }, + [0x1E8AD]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M171 RA", + direction="r", + linebreak="al", + unicodeslot=0x1E8AD, + }, + [0x1E8AE]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M123 NDI", + direction="r", + linebreak="al", + unicodeslot=0x1E8AE, + }, + [0x1E8AF]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M129 NDA", + direction="r", + linebreak="al", + unicodeslot=0x1E8AF, + }, + [0x1E8B0]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M125 NDU", + direction="r", + linebreak="al", + unicodeslot=0x1E8B0, + }, + [0x1E8B1]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M191 NDEE", + direction="r", + linebreak="al", + unicodeslot=0x1E8B1, + }, + [0x1E8B2]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M119 NDE", + direction="r", + linebreak="al", + unicodeslot=0x1E8B2, + }, + [0x1E8B3]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M067 NDOO", + direction="r", + linebreak="al", + unicodeslot=0x1E8B3, + }, + [0x1E8B4]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M064 NDO", + direction="r", + linebreak="al", + unicodeslot=0x1E8B4, + }, + [0x1E8B5]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M152 NJA", + direction="r", + linebreak="al", + unicodeslot=0x1E8B5, + }, + [0x1E8B6]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M192 NJU", + direction="r", + linebreak="al", + unicodeslot=0x1E8B6, + }, + [0x1E8B7]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M149 NJEE", + direction="r", + linebreak="al", + unicodeslot=0x1E8B7, + }, + [0x1E8B8]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M134 NJOO", + direction="r", + linebreak="al", + unicodeslot=0x1E8B8, + }, + [0x1E8B9]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M182 VI", + direction="r", + linebreak="al", + unicodeslot=0x1E8B9, + }, + [0x1E8BA]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M185 VA", + direction="r", + linebreak="al", + unicodeslot=0x1E8BA, + }, + [0x1E8BB]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M151 VU", + direction="r", + linebreak="al", + unicodeslot=0x1E8BB, + }, + [0x1E8BC]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M173 VEE", + direction="r", + linebreak="al", + unicodeslot=0x1E8BC, + }, + [0x1E8BD]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M085 VE", + direction="r", + linebreak="al", + unicodeslot=0x1E8BD, + }, + [0x1E8BE]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M144 VOO", + direction="r", + linebreak="al", + unicodeslot=0x1E8BE, + }, + [0x1E8BF]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M077 VO", + direction="r", + linebreak="al", + unicodeslot=0x1E8BF, + }, + [0x1E8C0]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M164 NYIN", + direction="r", + linebreak="al", + unicodeslot=0x1E8C0, + }, + [0x1E8C1]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M058 NYAN", + direction="r", + linebreak="al", + unicodeslot=0x1E8C1, + }, + [0x1E8C2]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M170 NYUN", + direction="r", + linebreak="al", + unicodeslot=0x1E8C2, + }, + [0x1E8C3]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M098 NYEN", + direction="r", + linebreak="al", + unicodeslot=0x1E8C3, + }, + [0x1E8C4]={ + category="lo", + description="MENDE KIKAKUI SYLLABLE M060 NYON", + direction="r", + linebreak="al", + unicodeslot=0x1E8C4, + }, + [0x1E8C7]={ + category="no", + description="MENDE KIKAKUI DIGIT ONE", + direction="r", + linebreak="al", + unicodeslot=0x1E8C7, + }, + [0x1E8C8]={ + category="no", + description="MENDE KIKAKUI DIGIT TWO", + direction="r", + linebreak="al", + unicodeslot=0x1E8C8, + }, + [0x1E8C9]={ + category="no", + description="MENDE KIKAKUI DIGIT THREE", + direction="r", + linebreak="al", + unicodeslot=0x1E8C9, + }, + [0x1E8CA]={ + category="no", + description="MENDE KIKAKUI DIGIT FOUR", + direction="r", + linebreak="al", + unicodeslot=0x1E8CA, + }, + [0x1E8CB]={ + category="no", + description="MENDE KIKAKUI DIGIT FIVE", + direction="r", + linebreak="al", + unicodeslot=0x1E8CB, + }, + [0x1E8CC]={ + category="no", + description="MENDE KIKAKUI DIGIT SIX", + direction="r", + linebreak="al", + unicodeslot=0x1E8CC, + }, + [0x1E8CD]={ + category="no", + description="MENDE KIKAKUI DIGIT SEVEN", + direction="r", + linebreak="al", + unicodeslot=0x1E8CD, + }, + [0x1E8CE]={ + category="no", + description="MENDE KIKAKUI DIGIT EIGHT", + direction="r", + linebreak="al", + unicodeslot=0x1E8CE, + }, + [0x1E8CF]={ + category="no", + description="MENDE KIKAKUI DIGIT NINE", + direction="r", + linebreak="al", + unicodeslot=0x1E8CF, + }, + [0x1E8D0]={ + category="mn", + combining=0xDC, + description="MENDE KIKAKUI COMBINING NUMBER TEENS", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E8D0, + }, + [0x1E8D1]={ + category="mn", + combining=0xDC, + description="MENDE KIKAKUI COMBINING NUMBER TENS", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E8D1, + }, + [0x1E8D2]={ + category="mn", + combining=0xDC, + description="MENDE KIKAKUI COMBINING NUMBER HUNDREDS", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E8D2, + }, + [0x1E8D3]={ + category="mn", + combining=0xDC, + description="MENDE KIKAKUI COMBINING NUMBER THOUSANDS", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E8D3, + }, + [0x1E8D4]={ + category="mn", + combining=0xDC, + description="MENDE KIKAKUI COMBINING NUMBER TEN THOUSANDS", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E8D4, + }, + [0x1E8D5]={ + category="mn", + combining=0xDC, + description="MENDE KIKAKUI COMBINING NUMBER HUNDRED THOUSANDS", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E8D5, + }, + [0x1E8D6]={ + category="mn", + combining=0xDC, + description="MENDE KIKAKUI COMBINING NUMBER MILLIONS", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E8D6, + }, + [0x1E900]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER ALIF", + direction="r", + linebreak="al", + unicodeslot=0x1E900, + }, + [0x1E901]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER DAALI", + direction="r", + linebreak="al", + unicodeslot=0x1E901, + }, + [0x1E902]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER LAAM", + direction="r", + linebreak="al", + unicodeslot=0x1E902, + }, + [0x1E903]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER MIIM", + direction="r", + linebreak="al", + unicodeslot=0x1E903, + }, + [0x1E904]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER BA", + direction="r", + linebreak="al", + unicodeslot=0x1E904, + }, + [0x1E905]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER SINNYIIYHE", + direction="r", + linebreak="al", + unicodeslot=0x1E905, + }, + [0x1E906]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER PE", + direction="r", + linebreak="al", + unicodeslot=0x1E906, + }, + [0x1E907]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER BHE", + direction="r", + linebreak="al", + unicodeslot=0x1E907, + }, + [0x1E908]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER RA", + direction="r", + linebreak="al", + unicodeslot=0x1E908, + }, + [0x1E909]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER E", + direction="r", + linebreak="al", + unicodeslot=0x1E909, + }, + [0x1E90A]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER FA", + direction="r", + linebreak="al", + unicodeslot=0x1E90A, + }, + [0x1E90B]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER I", + direction="r", + linebreak="al", + unicodeslot=0x1E90B, + }, + [0x1E90C]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER O", + direction="r", + linebreak="al", + unicodeslot=0x1E90C, + }, + [0x1E90D]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER DHA", + direction="r", + linebreak="al", + unicodeslot=0x1E90D, + }, + [0x1E90E]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER YHE", + direction="r", + linebreak="al", + unicodeslot=0x1E90E, + }, + [0x1E90F]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER WAW", + direction="r", + linebreak="al", + unicodeslot=0x1E90F, + }, + [0x1E910]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER NUN", + direction="r", + linebreak="al", + unicodeslot=0x1E910, + }, + [0x1E911]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER KAF", + direction="r", + linebreak="al", + unicodeslot=0x1E911, + }, + [0x1E912]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER YA", + direction="r", + linebreak="al", + unicodeslot=0x1E912, + }, + [0x1E913]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER U", + direction="r", + linebreak="al", + unicodeslot=0x1E913, + }, + [0x1E914]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER JIIM", + direction="r", + linebreak="al", + unicodeslot=0x1E914, + }, + [0x1E915]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER CHI", + direction="r", + linebreak="al", + unicodeslot=0x1E915, + }, + [0x1E916]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER HA", + direction="r", + linebreak="al", + unicodeslot=0x1E916, + }, + [0x1E917]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER QAAF", + direction="r", + linebreak="al", + unicodeslot=0x1E917, + }, + [0x1E918]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER GA", + direction="r", + linebreak="al", + unicodeslot=0x1E918, + }, + [0x1E919]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER NYA", + direction="r", + linebreak="al", + unicodeslot=0x1E919, + }, + [0x1E91A]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER TU", + direction="r", + linebreak="al", + unicodeslot=0x1E91A, + }, + [0x1E91B]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER NHA", + direction="r", + linebreak="al", + unicodeslot=0x1E91B, + }, + [0x1E91C]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER VA", + direction="r", + linebreak="al", + unicodeslot=0x1E91C, + }, + [0x1E91D]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER KHA", + direction="r", + linebreak="al", + unicodeslot=0x1E91D, + }, + [0x1E91E]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER GBE", + direction="r", + linebreak="al", + unicodeslot=0x1E91E, + }, + [0x1E91F]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER ZAL", + direction="r", + linebreak="al", + unicodeslot=0x1E91F, + }, + [0x1E920]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER KPO", + direction="r", + linebreak="al", + unicodeslot=0x1E920, + }, + [0x1E921]={ + arabic="d", + category="lu", + description="ADLAM CAPITAL LETTER SHA", + direction="r", + linebreak="al", + unicodeslot=0x1E921, + }, + [0x1E922]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER ALIF", + direction="r", + linebreak="al", + unicodeslot=0x1E922, + }, + [0x1E923]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER DAALI", + direction="r", + linebreak="al", + unicodeslot=0x1E923, + }, + [0x1E924]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER LAAM", + direction="r", + linebreak="al", + unicodeslot=0x1E924, + }, + [0x1E925]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER MIIM", + direction="r", + linebreak="al", + unicodeslot=0x1E925, + }, + [0x1E926]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER BA", + direction="r", + linebreak="al", + unicodeslot=0x1E926, + }, + [0x1E927]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER SINNYIIYHE", + direction="r", + linebreak="al", + unicodeslot=0x1E927, + }, + [0x1E928]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER PE", + direction="r", + linebreak="al", + unicodeslot=0x1E928, + }, + [0x1E929]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER BHE", + direction="r", + linebreak="al", + unicodeslot=0x1E929, + }, + [0x1E92A]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER RA", + direction="r", + linebreak="al", + unicodeslot=0x1E92A, + }, + [0x1E92B]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER E", + direction="r", + linebreak="al", + unicodeslot=0x1E92B, + }, + [0x1E92C]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER FA", + direction="r", + linebreak="al", + unicodeslot=0x1E92C, + }, + [0x1E92D]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER I", + direction="r", + linebreak="al", + unicodeslot=0x1E92D, + }, + [0x1E92E]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER O", + direction="r", + linebreak="al", + unicodeslot=0x1E92E, + }, + [0x1E92F]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER DHA", + direction="r", + linebreak="al", + unicodeslot=0x1E92F, + }, + [0x1E930]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER YHE", + direction="r", + linebreak="al", + unicodeslot=0x1E930, + }, + [0x1E931]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER WAW", + direction="r", + linebreak="al", + unicodeslot=0x1E931, + }, + [0x1E932]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER NUN", + direction="r", + linebreak="al", + unicodeslot=0x1E932, + }, + [0x1E933]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER KAF", + direction="r", + linebreak="al", + unicodeslot=0x1E933, + }, + [0x1E934]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER YA", + direction="r", + linebreak="al", + unicodeslot=0x1E934, + }, + [0x1E935]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER U", + direction="r", + linebreak="al", + unicodeslot=0x1E935, + }, + [0x1E936]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER JIIM", + direction="r", + linebreak="al", + unicodeslot=0x1E936, + }, + [0x1E937]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER CHI", + direction="r", + linebreak="al", + unicodeslot=0x1E937, + }, + [0x1E938]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER HA", + direction="r", + linebreak="al", + unicodeslot=0x1E938, + }, + [0x1E939]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER QAAF", + direction="r", + linebreak="al", + unicodeslot=0x1E939, + }, + [0x1E93A]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER GA", + direction="r", + linebreak="al", + unicodeslot=0x1E93A, + }, + [0x1E93B]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER NYA", + direction="r", + linebreak="al", + unicodeslot=0x1E93B, + }, + [0x1E93C]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER TU", + direction="r", + linebreak="al", + unicodeslot=0x1E93C, + }, + [0x1E93D]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER NHA", + direction="r", + linebreak="al", + unicodeslot=0x1E93D, + }, + [0x1E93E]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER VA", + direction="r", + linebreak="al", + unicodeslot=0x1E93E, + }, + [0x1E93F]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER KHA", + direction="r", + linebreak="al", + unicodeslot=0x1E93F, + }, + [0x1E940]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER GBE", + direction="r", + linebreak="al", + unicodeslot=0x1E940, + }, + [0x1E941]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER ZAL", + direction="r", + linebreak="al", + unicodeslot=0x1E941, + }, + [0x1E942]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER KPO", + direction="r", + linebreak="al", + unicodeslot=0x1E942, + }, + [0x1E943]={ + arabic="d", + category="ll", + description="ADLAM SMALL LETTER SHA", + direction="r", + linebreak="al", + unicodeslot=0x1E943, + }, + [0x1E944]={ + category="mn", + combining=0xE6, + description="ADLAM ALIF LENGTHENER", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E944, + }, + [0x1E945]={ + category="mn", + combining=0xE6, + description="ADLAM VOWEL LENGTHENER", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E945, + }, + [0x1E946]={ + category="mn", + combining=0xE6, + description="ADLAM GEMINATION MARK", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E946, + }, + [0x1E947]={ + category="mn", + combining=0xE6, + description="ADLAM HAMZA", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E947, + }, + [0x1E948]={ + category="mn", + combining=0xE6, + description="ADLAM CONSONANT MODIFIER", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E948, + }, + [0x1E949]={ + category="mn", + combining=0xE6, + description="ADLAM GEMINATE CONSONANT MODIFIER", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E949, + }, + [0x1E94A]={ + category="mn", + combining=0x7, + description="ADLAM NUKTA", + direction="nsm", + linebreak="cm", + unicodeslot=0x1E94A, + }, + [0x1E94B]={ + arabic="t", + category="lm", + description="ADLAM NASALIZATION MARK", + direction="r", + linebreak="al", + unicodeslot=0x1E94B, + }, + [0x1E950]={ + category="nd", + description="ADLAM DIGIT ZERO", + direction="r", + linebreak="nu", + unicodeslot=0x1E950, + }, + [0x1E951]={ + category="nd", + description="ADLAM DIGIT ONE", + direction="r", + linebreak="nu", + unicodeslot=0x1E951, + }, + [0x1E952]={ + category="nd", + description="ADLAM DIGIT TWO", + direction="r", + linebreak="nu", + unicodeslot=0x1E952, + }, + [0x1E953]={ + category="nd", + description="ADLAM DIGIT THREE", + direction="r", + linebreak="nu", + unicodeslot=0x1E953, + }, + [0x1E954]={ + category="nd", + description="ADLAM DIGIT FOUR", + direction="r", + linebreak="nu", + unicodeslot=0x1E954, + }, + [0x1E955]={ + category="nd", + description="ADLAM DIGIT FIVE", + direction="r", + linebreak="nu", + unicodeslot=0x1E955, + }, + [0x1E956]={ + category="nd", + description="ADLAM DIGIT SIX", + direction="r", + linebreak="nu", + unicodeslot=0x1E956, + }, + [0x1E957]={ + category="nd", + description="ADLAM DIGIT SEVEN", + direction="r", + linebreak="nu", + unicodeslot=0x1E957, + }, + [0x1E958]={ + category="nd", + description="ADLAM DIGIT EIGHT", + direction="r", + linebreak="nu", + unicodeslot=0x1E958, + }, + [0x1E959]={ + category="nd", + description="ADLAM DIGIT NINE", + direction="r", + linebreak="nu", + unicodeslot=0x1E959, + }, + [0x1E95E]={ + category="po", + description="ADLAM INITIAL EXCLAMATION MARK", + direction="r", + linebreak="op", + unicodeslot=0x1E95E, + }, + [0x1E95F]={ + category="po", + description="ADLAM INITIAL QUESTION MARK", + direction="r", + linebreak="op", + unicodeslot=0x1E95F, + }, + [0x1EC71]={ + category="no", + description="INDIC SIYAQ NUMBER ONE", + direction="al", + linebreak="al", + unicodeslot=0x1EC71, + }, + [0x1EC72]={ + category="no", + description="INDIC SIYAQ NUMBER TWO", + direction="al", + linebreak="al", + unicodeslot=0x1EC72, + }, + [0x1EC73]={ + category="no", + description="INDIC SIYAQ NUMBER THREE", + direction="al", + linebreak="al", + unicodeslot=0x1EC73, + }, + [0x1EC74]={ + category="no", + description="INDIC SIYAQ NUMBER FOUR", + direction="al", + linebreak="al", + unicodeslot=0x1EC74, + }, + [0x1EC75]={ + category="no", + description="INDIC SIYAQ NUMBER FIVE", + direction="al", + linebreak="al", + unicodeslot=0x1EC75, + }, + [0x1EC76]={ + category="no", + description="INDIC SIYAQ NUMBER SIX", + direction="al", + linebreak="al", + unicodeslot=0x1EC76, + }, + [0x1EC77]={ + category="no", + description="INDIC SIYAQ NUMBER SEVEN", + direction="al", + linebreak="al", + unicodeslot=0x1EC77, + }, + [0x1EC78]={ + category="no", + description="INDIC SIYAQ NUMBER EIGHT", + direction="al", + linebreak="al", + unicodeslot=0x1EC78, + }, + [0x1EC79]={ + category="no", + description="INDIC SIYAQ NUMBER NINE", + direction="al", + linebreak="al", + unicodeslot=0x1EC79, + }, + [0x1EC7A]={ + category="no", + description="INDIC SIYAQ NUMBER TEN", + direction="al", + linebreak="al", + unicodeslot=0x1EC7A, + }, + [0x1EC7B]={ + category="no", + description="INDIC SIYAQ NUMBER TWENTY", + direction="al", + linebreak="al", + unicodeslot=0x1EC7B, + }, + [0x1EC7C]={ + category="no", + description="INDIC SIYAQ NUMBER THIRTY", + direction="al", + linebreak="al", + unicodeslot=0x1EC7C, + }, + [0x1EC7D]={ + category="no", + description="INDIC SIYAQ NUMBER FORTY", + direction="al", + linebreak="al", + unicodeslot=0x1EC7D, + }, + [0x1EC7E]={ + category="no", + description="INDIC SIYAQ NUMBER FIFTY", + direction="al", + linebreak="al", + unicodeslot=0x1EC7E, + }, + [0x1EC7F]={ + category="no", + description="INDIC SIYAQ NUMBER SIXTY", + direction="al", + linebreak="al", + unicodeslot=0x1EC7F, + }, + [0x1EC80]={ + category="no", + description="INDIC SIYAQ NUMBER SEVENTY", + direction="al", + linebreak="al", + unicodeslot=0x1EC80, + }, + [0x1EC81]={ + category="no", + description="INDIC SIYAQ NUMBER EIGHTY", + direction="al", + linebreak="al", + unicodeslot=0x1EC81, + }, + [0x1EC82]={ + category="no", + description="INDIC SIYAQ NUMBER NINETY", + direction="al", + linebreak="al", + unicodeslot=0x1EC82, + }, + [0x1EC83]={ + category="no", + description="INDIC SIYAQ NUMBER ONE HUNDRED", + direction="al", + linebreak="al", + unicodeslot=0x1EC83, + }, + [0x1EC84]={ + category="no", + description="INDIC SIYAQ NUMBER TWO HUNDRED", + direction="al", + linebreak="al", + unicodeslot=0x1EC84, + }, + [0x1EC85]={ + category="no", + description="INDIC SIYAQ NUMBER THREE HUNDRED", + direction="al", + linebreak="al", + unicodeslot=0x1EC85, + }, + [0x1EC86]={ + category="no", + description="INDIC SIYAQ NUMBER FOUR HUNDRED", + direction="al", + linebreak="al", + unicodeslot=0x1EC86, + }, + [0x1EC87]={ + category="no", + description="INDIC SIYAQ NUMBER FIVE HUNDRED", + direction="al", + linebreak="al", + unicodeslot=0x1EC87, + }, + [0x1EC88]={ + category="no", + description="INDIC SIYAQ NUMBER SIX HUNDRED", + direction="al", + linebreak="al", + unicodeslot=0x1EC88, + }, + [0x1EC89]={ + category="no", + description="INDIC SIYAQ NUMBER SEVEN HUNDRED", + direction="al", + linebreak="al", + unicodeslot=0x1EC89, + }, + [0x1EC8A]={ + category="no", + description="INDIC SIYAQ NUMBER EIGHT HUNDRED", + direction="al", + linebreak="al", + unicodeslot=0x1EC8A, + }, + [0x1EC8B]={ + category="no", + description="INDIC SIYAQ NUMBER NINE HUNDRED", + direction="al", + linebreak="al", + unicodeslot=0x1EC8B, + }, + [0x1EC8C]={ + category="no", + description="INDIC SIYAQ NUMBER ONE THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1EC8C, + }, + [0x1EC8D]={ + category="no", + description="INDIC SIYAQ NUMBER TWO THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1EC8D, + }, + [0x1EC8E]={ + category="no", + description="INDIC SIYAQ NUMBER THREE THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1EC8E, + }, + [0x1EC8F]={ + category="no", + description="INDIC SIYAQ NUMBER FOUR THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1EC8F, + }, + [0x1EC90]={ + category="no", + description="INDIC SIYAQ NUMBER FIVE THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1EC90, + }, + [0x1EC91]={ + category="no", + description="INDIC SIYAQ NUMBER SIX THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1EC91, + }, + [0x1EC92]={ + category="no", + description="INDIC SIYAQ NUMBER SEVEN THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1EC92, + }, + [0x1EC93]={ + category="no", + description="INDIC SIYAQ NUMBER EIGHT THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1EC93, + }, + [0x1EC94]={ + category="no", + description="INDIC SIYAQ NUMBER NINE THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1EC94, + }, + [0x1EC95]={ + category="no", + description="INDIC SIYAQ NUMBER TEN THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1EC95, + }, + [0x1EC96]={ + category="no", + description="INDIC SIYAQ NUMBER TWENTY THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1EC96, + }, + [0x1EC97]={ + category="no", + description="INDIC SIYAQ NUMBER THIRTY THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1EC97, + }, + [0x1EC98]={ + category="no", + description="INDIC SIYAQ NUMBER FORTY THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1EC98, + }, + [0x1EC99]={ + category="no", + description="INDIC SIYAQ NUMBER FIFTY THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1EC99, + }, + [0x1EC9A]={ + category="no", + description="INDIC SIYAQ NUMBER SIXTY THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1EC9A, + }, + [0x1EC9B]={ + category="no", + description="INDIC SIYAQ NUMBER SEVENTY THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1EC9B, + }, + [0x1EC9C]={ + category="no", + description="INDIC SIYAQ NUMBER EIGHTY THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1EC9C, + }, + [0x1EC9D]={ + category="no", + description="INDIC SIYAQ NUMBER NINETY THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1EC9D, + }, + [0x1EC9E]={ + category="no", + description="INDIC SIYAQ NUMBER LAKH", + direction="al", + linebreak="al", + unicodeslot=0x1EC9E, + }, + [0x1EC9F]={ + category="no", + description="INDIC SIYAQ NUMBER LAKHAN", + direction="al", + linebreak="al", + unicodeslot=0x1EC9F, + }, + [0x1ECA0]={ + category="no", + description="INDIC SIYAQ LAKH MARK", + direction="al", + linebreak="al", + unicodeslot=0x1ECA0, + }, + [0x1ECA1]={ + category="no", + description="INDIC SIYAQ NUMBER KAROR", + direction="al", + linebreak="al", + unicodeslot=0x1ECA1, + }, + [0x1ECA2]={ + category="no", + description="INDIC SIYAQ NUMBER KARORAN", + direction="al", + linebreak="al", + unicodeslot=0x1ECA2, + }, + [0x1ECA3]={ + category="no", + description="INDIC SIYAQ NUMBER PREFIXED ONE", + direction="al", + linebreak="al", + unicodeslot=0x1ECA3, + }, + [0x1ECA4]={ + category="no", + description="INDIC SIYAQ NUMBER PREFIXED TWO", + direction="al", + linebreak="al", + unicodeslot=0x1ECA4, + }, + [0x1ECA5]={ + category="no", + description="INDIC SIYAQ NUMBER PREFIXED THREE", + direction="al", + linebreak="al", + unicodeslot=0x1ECA5, + }, + [0x1ECA6]={ + category="no", + description="INDIC SIYAQ NUMBER PREFIXED FOUR", + direction="al", + linebreak="al", + unicodeslot=0x1ECA6, + }, + [0x1ECA7]={ + category="no", + description="INDIC SIYAQ NUMBER PREFIXED FIVE", + direction="al", + linebreak="al", + unicodeslot=0x1ECA7, + }, + [0x1ECA8]={ + category="no", + description="INDIC SIYAQ NUMBER PREFIXED SIX", + direction="al", + linebreak="al", + unicodeslot=0x1ECA8, + }, + [0x1ECA9]={ + category="no", + description="INDIC SIYAQ NUMBER PREFIXED SEVEN", + direction="al", + linebreak="al", + unicodeslot=0x1ECA9, + }, + [0x1ECAA]={ + category="no", + description="INDIC SIYAQ NUMBER PREFIXED EIGHT", + direction="al", + linebreak="al", + unicodeslot=0x1ECAA, + }, + [0x1ECAB]={ + category="no", + description="INDIC SIYAQ NUMBER PREFIXED NINE", + direction="al", + linebreak="al", + unicodeslot=0x1ECAB, + }, + [0x1ECAC]={ + category="so", + description="INDIC SIYAQ PLACEHOLDER", + direction="al", + linebreak="po", + unicodeslot=0x1ECAC, + }, + [0x1ECAD]={ + category="no", + description="INDIC SIYAQ FRACTION ONE QUARTER", + direction="al", + linebreak="al", + unicodeslot=0x1ECAD, + }, + [0x1ECAE]={ + category="no", + description="INDIC SIYAQ FRACTION ONE HALF", + direction="al", + linebreak="al", + unicodeslot=0x1ECAE, + }, + [0x1ECAF]={ + category="no", + description="INDIC SIYAQ FRACTION THREE QUARTERS", + direction="al", + linebreak="al", + unicodeslot=0x1ECAF, + }, + [0x1ECB0]={ + category="sc", + description="INDIC SIYAQ RUPEE MARK", + direction="al", + linebreak="po", + unicodeslot=0x1ECB0, + }, + [0x1ECB1]={ + category="no", + description="INDIC SIYAQ NUMBER ALTERNATE ONE", + direction="al", + linebreak="al", + unicodeslot=0x1ECB1, + }, + [0x1ECB2]={ + category="no", + description="INDIC SIYAQ NUMBER ALTERNATE TWO", + direction="al", + linebreak="al", + unicodeslot=0x1ECB2, + }, + [0x1ECB3]={ + category="no", + description="INDIC SIYAQ NUMBER ALTERNATE TEN THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1ECB3, + }, + [0x1ECB4]={ + category="no", + description="INDIC SIYAQ ALTERNATE LAKH MARK", + direction="al", + linebreak="al", + unicodeslot=0x1ECB4, + }, + [0x1ED01]={ + category="no", + description="OTTOMAN SIYAQ NUMBER ONE", + direction="al", + linebreak="al", + unicodeslot=0x1ED01, + }, + [0x1ED02]={ + category="no", + description="OTTOMAN SIYAQ NUMBER TWO", + direction="al", + linebreak="al", + unicodeslot=0x1ED02, + }, + [0x1ED03]={ + category="no", + description="OTTOMAN SIYAQ NUMBER THREE", + direction="al", + linebreak="al", + unicodeslot=0x1ED03, + }, + [0x1ED04]={ + category="no", + description="OTTOMAN SIYAQ NUMBER FOUR", + direction="al", + linebreak="al", + unicodeslot=0x1ED04, + }, + [0x1ED05]={ + category="no", + description="OTTOMAN SIYAQ NUMBER FIVE", + direction="al", + linebreak="al", + unicodeslot=0x1ED05, + }, + [0x1ED06]={ + category="no", + description="OTTOMAN SIYAQ NUMBER SIX", + direction="al", + linebreak="al", + unicodeslot=0x1ED06, + }, + [0x1ED07]={ + category="no", + description="OTTOMAN SIYAQ NUMBER SEVEN", + direction="al", + linebreak="al", + unicodeslot=0x1ED07, + }, + [0x1ED08]={ + category="no", + description="OTTOMAN SIYAQ NUMBER EIGHT", + direction="al", + linebreak="al", + unicodeslot=0x1ED08, + }, + [0x1ED09]={ + category="no", + description="OTTOMAN SIYAQ NUMBER NINE", + direction="al", + linebreak="al", + unicodeslot=0x1ED09, + }, + [0x1ED0A]={ + category="no", + description="OTTOMAN SIYAQ NUMBER TEN", + direction="al", + linebreak="al", + unicodeslot=0x1ED0A, + }, + [0x1ED0B]={ + category="no", + description="OTTOMAN SIYAQ NUMBER TWENTY", + direction="al", + linebreak="al", + unicodeslot=0x1ED0B, + }, + [0x1ED0C]={ + category="no", + description="OTTOMAN SIYAQ NUMBER THIRTY", + direction="al", + linebreak="al", + unicodeslot=0x1ED0C, + }, + [0x1ED0D]={ + category="no", + description="OTTOMAN SIYAQ NUMBER FORTY", + direction="al", + linebreak="al", + unicodeslot=0x1ED0D, + }, + [0x1ED0E]={ + category="no", + description="OTTOMAN SIYAQ NUMBER FIFTY", + direction="al", + linebreak="al", + unicodeslot=0x1ED0E, + }, + [0x1ED0F]={ + category="no", + description="OTTOMAN SIYAQ NUMBER SIXTY", + direction="al", + linebreak="al", + unicodeslot=0x1ED0F, + }, + [0x1ED10]={ + category="no", + description="OTTOMAN SIYAQ NUMBER SEVENTY", + direction="al", + linebreak="al", + unicodeslot=0x1ED10, + }, + [0x1ED11]={ + category="no", + description="OTTOMAN SIYAQ NUMBER EIGHTY", + direction="al", + linebreak="al", + unicodeslot=0x1ED11, + }, + [0x1ED12]={ + category="no", + description="OTTOMAN SIYAQ NUMBER NINETY", + direction="al", + linebreak="al", + unicodeslot=0x1ED12, + }, + [0x1ED13]={ + category="no", + description="OTTOMAN SIYAQ NUMBER ONE HUNDRED", + direction="al", + linebreak="al", + unicodeslot=0x1ED13, + }, + [0x1ED14]={ + category="no", + description="OTTOMAN SIYAQ NUMBER TWO HUNDRED", + direction="al", + linebreak="al", + unicodeslot=0x1ED14, + }, + [0x1ED15]={ + category="no", + description="OTTOMAN SIYAQ NUMBER THREE HUNDRED", + direction="al", + linebreak="al", + unicodeslot=0x1ED15, + }, + [0x1ED16]={ + category="no", + description="OTTOMAN SIYAQ NUMBER FOUR HUNDRED", + direction="al", + linebreak="al", + unicodeslot=0x1ED16, + }, + [0x1ED17]={ + category="no", + description="OTTOMAN SIYAQ NUMBER FIVE HUNDRED", + direction="al", + linebreak="al", + unicodeslot=0x1ED17, + }, + [0x1ED18]={ + category="no", + description="OTTOMAN SIYAQ NUMBER SIX HUNDRED", + direction="al", + linebreak="al", + unicodeslot=0x1ED18, + }, + [0x1ED19]={ + category="no", + description="OTTOMAN SIYAQ NUMBER SEVEN HUNDRED", + direction="al", + linebreak="al", + unicodeslot=0x1ED19, + }, + [0x1ED1A]={ + category="no", + description="OTTOMAN SIYAQ NUMBER EIGHT HUNDRED", + direction="al", + linebreak="al", + unicodeslot=0x1ED1A, + }, + [0x1ED1B]={ + category="no", + description="OTTOMAN SIYAQ NUMBER NINE HUNDRED", + direction="al", + linebreak="al", + unicodeslot=0x1ED1B, + }, + [0x1ED1C]={ + category="no", + description="OTTOMAN SIYAQ NUMBER ONE THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1ED1C, + }, + [0x1ED1D]={ + category="no", + description="OTTOMAN SIYAQ NUMBER TWO THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1ED1D, + }, + [0x1ED1E]={ + category="no", + description="OTTOMAN SIYAQ NUMBER THREE THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1ED1E, + }, + [0x1ED1F]={ + category="no", + description="OTTOMAN SIYAQ NUMBER FOUR THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1ED1F, + }, + [0x1ED20]={ + category="no", + description="OTTOMAN SIYAQ NUMBER FIVE THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1ED20, + }, + [0x1ED21]={ + category="no", + description="OTTOMAN SIYAQ NUMBER SIX THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1ED21, + }, + [0x1ED22]={ + category="no", + description="OTTOMAN SIYAQ NUMBER SEVEN THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1ED22, + }, + [0x1ED23]={ + category="no", + description="OTTOMAN SIYAQ NUMBER EIGHT THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1ED23, + }, + [0x1ED24]={ + category="no", + description="OTTOMAN SIYAQ NUMBER NINE THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1ED24, + }, + [0x1ED25]={ + category="no", + description="OTTOMAN SIYAQ NUMBER TEN THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1ED25, + }, + [0x1ED26]={ + category="no", + description="OTTOMAN SIYAQ NUMBER TWENTY THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1ED26, + }, + [0x1ED27]={ + category="no", + description="OTTOMAN SIYAQ NUMBER THIRTY THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1ED27, + }, + [0x1ED28]={ + category="no", + description="OTTOMAN SIYAQ NUMBER FORTY THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1ED28, + }, + [0x1ED29]={ + category="no", + description="OTTOMAN SIYAQ NUMBER FIFTY THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1ED29, + }, + [0x1ED2A]={ + category="no", + description="OTTOMAN SIYAQ NUMBER SIXTY THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1ED2A, + }, + [0x1ED2B]={ + category="no", + description="OTTOMAN SIYAQ NUMBER SEVENTY THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1ED2B, + }, + [0x1ED2C]={ + category="no", + description="OTTOMAN SIYAQ NUMBER EIGHTY THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1ED2C, + }, + [0x1ED2D]={ + category="no", + description="OTTOMAN SIYAQ NUMBER NINETY THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1ED2D, + }, + [0x1ED2E]={ + category="so", + description="OTTOMAN SIYAQ MARRATAN", + direction="al", + linebreak="al", + unicodeslot=0x1ED2E, + }, + [0x1ED2F]={ + category="no", + description="OTTOMAN SIYAQ ALTERNATE NUMBER TWO", + direction="al", + linebreak="al", + unicodeslot=0x1ED2F, + }, + [0x1ED30]={ + category="no", + description="OTTOMAN SIYAQ ALTERNATE NUMBER THREE", + direction="al", + linebreak="al", + unicodeslot=0x1ED30, + }, + [0x1ED31]={ + category="no", + description="OTTOMAN SIYAQ ALTERNATE NUMBER FOUR", + direction="al", + linebreak="al", + unicodeslot=0x1ED31, + }, + [0x1ED32]={ + category="no", + description="OTTOMAN SIYAQ ALTERNATE NUMBER FIVE", + direction="al", + linebreak="al", + unicodeslot=0x1ED32, + }, + [0x1ED33]={ + category="no", + description="OTTOMAN SIYAQ ALTERNATE NUMBER SIX", + direction="al", + linebreak="al", + unicodeslot=0x1ED33, + }, + [0x1ED34]={ + category="no", + description="OTTOMAN SIYAQ ALTERNATE NUMBER SEVEN", + direction="al", + linebreak="al", + unicodeslot=0x1ED34, + }, + [0x1ED35]={ + category="no", + description="OTTOMAN SIYAQ ALTERNATE NUMBER EIGHT", + direction="al", + linebreak="al", + unicodeslot=0x1ED35, + }, + [0x1ED36]={ + category="no", + description="OTTOMAN SIYAQ ALTERNATE NUMBER NINE", + direction="al", + linebreak="al", + unicodeslot=0x1ED36, + }, + [0x1ED37]={ + category="no", + description="OTTOMAN SIYAQ ALTERNATE NUMBER TEN", + direction="al", + linebreak="al", + unicodeslot=0x1ED37, + }, + [0x1ED38]={ + category="no", + description="OTTOMAN SIYAQ ALTERNATE NUMBER FOUR HUNDRED", + direction="al", + linebreak="al", + unicodeslot=0x1ED38, + }, + [0x1ED39]={ + category="no", + description="OTTOMAN SIYAQ ALTERNATE NUMBER SIX HUNDRED", + direction="al", + linebreak="al", + unicodeslot=0x1ED39, + }, + [0x1ED3A]={ + category="no", + description="OTTOMAN SIYAQ ALTERNATE NUMBER TWO THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1ED3A, + }, + [0x1ED3B]={ + category="no", + description="OTTOMAN SIYAQ ALTERNATE NUMBER TEN THOUSAND", + direction="al", + linebreak="al", + unicodeslot=0x1ED3B, + }, + [0x1ED3C]={ + category="no", + description="OTTOMAN SIYAQ FRACTION ONE HALF", + direction="al", + linebreak="al", + unicodeslot=0x1ED3C, + }, + [0x1ED3D]={ + category="no", + description="OTTOMAN SIYAQ FRACTION ONE SIXTH", + direction="al", + linebreak="al", + unicodeslot=0x1ED3D, + }, + [0x1EE00]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL ALEF", + direction="al", + linebreak="al", + specials={ "font", 0x627 }, + unicodeslot=0x1EE00, + }, + [0x1EE01]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL BEH", + direction="al", + linebreak="al", + specials={ "font", 0x628 }, + unicodeslot=0x1EE01, + }, + [0x1EE02]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL JEEM", + direction="al", + linebreak="al", + specials={ "font", 0x62C }, + unicodeslot=0x1EE02, + }, + [0x1EE03]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DAL", + direction="al", + linebreak="al", + specials={ "font", 0x62F }, + unicodeslot=0x1EE03, + }, + [0x1EE05]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL WAW", + direction="al", + linebreak="al", + specials={ "font", 0x648 }, + unicodeslot=0x1EE05, + }, + [0x1EE06]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL ZAIN", + direction="al", + linebreak="al", + specials={ "font", 0x632 }, + unicodeslot=0x1EE06, + }, + [0x1EE07]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL HAH", + direction="al", + linebreak="al", + specials={ "font", 0x62D }, + unicodeslot=0x1EE07, + }, + [0x1EE08]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAH", + direction="al", + linebreak="al", + specials={ "font", 0x637 }, + unicodeslot=0x1EE08, + }, + [0x1EE09]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL YEH", + direction="al", + linebreak="al", + specials={ "font", 0x64A }, + unicodeslot=0x1EE09, + }, + [0x1EE0A]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL KAF", + direction="al", + linebreak="al", + specials={ "font", 0x643 }, + unicodeslot=0x1EE0A, + }, + [0x1EE0B]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LAM", + direction="al", + linebreak="al", + specials={ "font", 0x644 }, + unicodeslot=0x1EE0B, + }, + [0x1EE0C]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL MEEM", + direction="al", + linebreak="al", + specials={ "font", 0x645 }, + unicodeslot=0x1EE0C, + }, + [0x1EE0D]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL NOON", + direction="al", + linebreak="al", + specials={ "font", 0x646 }, + unicodeslot=0x1EE0D, + }, + [0x1EE0E]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL SEEN", + direction="al", + linebreak="al", + specials={ "font", 0x633 }, + unicodeslot=0x1EE0E, + }, + [0x1EE0F]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL AIN", + direction="al", + linebreak="al", + specials={ "font", 0x639 }, + unicodeslot=0x1EE0F, + }, + [0x1EE10]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL FEH", + direction="al", + linebreak="al", + specials={ "font", 0x641 }, + unicodeslot=0x1EE10, + }, + [0x1EE11]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL SAD", + direction="al", + linebreak="al", + specials={ "font", 0x635 }, + unicodeslot=0x1EE11, + }, + [0x1EE12]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL QAF", + direction="al", + linebreak="al", + specials={ "font", 0x642 }, + unicodeslot=0x1EE12, + }, + [0x1EE13]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL REH", + direction="al", + linebreak="al", + specials={ "font", 0x631 }, + unicodeslot=0x1EE13, + }, + [0x1EE14]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL SHEEN", + direction="al", + linebreak="al", + specials={ "font", 0x634 }, + unicodeslot=0x1EE14, + }, + [0x1EE15]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TEH", + direction="al", + linebreak="al", + specials={ "font", 0x62A }, + unicodeslot=0x1EE15, + }, + [0x1EE16]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL THEH", + direction="al", + linebreak="al", + specials={ "font", 0x62B }, + unicodeslot=0x1EE16, + }, + [0x1EE17]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL KHAH", + direction="al", + linebreak="al", + specials={ "font", 0x62E }, + unicodeslot=0x1EE17, + }, + [0x1EE18]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL THAL", + direction="al", + linebreak="al", + specials={ "font", 0x630 }, + unicodeslot=0x1EE18, + }, + [0x1EE19]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DAD", + direction="al", + linebreak="al", + specials={ "font", 0x636 }, + unicodeslot=0x1EE19, + }, + [0x1EE1A]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL ZAH", + direction="al", + linebreak="al", + specials={ "font", 0x638 }, + unicodeslot=0x1EE1A, + }, + [0x1EE1B]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL GHAIN", + direction="al", + linebreak="al", + specials={ "font", 0x63A }, + unicodeslot=0x1EE1B, + }, + [0x1EE1C]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOTLESS BEH", + direction="al", + linebreak="al", + specials={ "font", 0x66E }, + unicodeslot=0x1EE1C, + }, + [0x1EE1D]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOTLESS NOON", + direction="al", + linebreak="al", + specials={ "font", 0x6BA }, + unicodeslot=0x1EE1D, + }, + [0x1EE1E]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOTLESS FEH", + direction="al", + linebreak="al", + specials={ "font", 0x6A1 }, + unicodeslot=0x1EE1E, + }, + [0x1EE1F]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOTLESS QAF", + direction="al", + linebreak="al", + specials={ "font", 0x66F }, + unicodeslot=0x1EE1F, + }, + [0x1EE21]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL BEH", + direction="al", + linebreak="al", + specials={ "font", 0x628 }, + unicodeslot=0x1EE21, + }, + [0x1EE22]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL JEEM", + direction="al", + linebreak="al", + specials={ "font", 0x62C }, + unicodeslot=0x1EE22, + }, + [0x1EE24]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL HEH", + direction="al", + linebreak="al", + specials={ "font", 0x647 }, + unicodeslot=0x1EE24, + }, + [0x1EE27]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL HAH", + direction="al", + linebreak="al", + specials={ "font", 0x62D }, + unicodeslot=0x1EE27, + }, + [0x1EE29]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL YEH", + direction="al", + linebreak="al", + specials={ "font", 0x64A }, + unicodeslot=0x1EE29, + }, + [0x1EE2A]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL KAF", + direction="al", + linebreak="al", + specials={ "font", 0x643 }, + unicodeslot=0x1EE2A, + }, + [0x1EE2B]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL LAM", + direction="al", + linebreak="al", + specials={ "font", 0x644 }, + unicodeslot=0x1EE2B, + }, + [0x1EE2C]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL MEEM", + direction="al", + linebreak="al", + specials={ "font", 0x645 }, + unicodeslot=0x1EE2C, + }, + [0x1EE2D]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL NOON", + direction="al", + linebreak="al", + specials={ "font", 0x646 }, + unicodeslot=0x1EE2D, + }, + [0x1EE2E]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL SEEN", + direction="al", + linebreak="al", + specials={ "font", 0x633 }, + unicodeslot=0x1EE2E, + }, + [0x1EE2F]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL AIN", + direction="al", + linebreak="al", + specials={ "font", 0x639 }, + unicodeslot=0x1EE2F, + }, + [0x1EE30]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL FEH", + direction="al", + linebreak="al", + specials={ "font", 0x641 }, + unicodeslot=0x1EE30, + }, + [0x1EE31]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL SAD", + direction="al", + linebreak="al", + specials={ "font", 0x635 }, + unicodeslot=0x1EE31, + }, + [0x1EE32]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL QAF", + direction="al", + linebreak="al", + specials={ "font", 0x642 }, + unicodeslot=0x1EE32, + }, + [0x1EE34]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL SHEEN", + direction="al", + linebreak="al", + specials={ "font", 0x634 }, + unicodeslot=0x1EE34, + }, + [0x1EE35]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL TEH", + direction="al", + linebreak="al", + specials={ "font", 0x62A }, + unicodeslot=0x1EE35, + }, + [0x1EE36]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL THEH", + direction="al", + linebreak="al", + specials={ "font", 0x62B }, + unicodeslot=0x1EE36, + }, + [0x1EE37]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL KHAH", + direction="al", + linebreak="al", + specials={ "font", 0x62E }, + unicodeslot=0x1EE37, + }, + [0x1EE39]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL DAD", + direction="al", + linebreak="al", + specials={ "font", 0x636 }, + unicodeslot=0x1EE39, + }, + [0x1EE3B]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL INITIAL GHAIN", + direction="al", + linebreak="al", + specials={ "font", 0x63A }, + unicodeslot=0x1EE3B, + }, + [0x1EE42]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED JEEM", + direction="al", + linebreak="al", + specials={ "font", 0x62C }, + unicodeslot=0x1EE42, + }, + [0x1EE47]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED HAH", + direction="al", + linebreak="al", + specials={ "font", 0x62D }, + unicodeslot=0x1EE47, + }, + [0x1EE49]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED YEH", + direction="al", + linebreak="al", + specials={ "font", 0x64A }, + unicodeslot=0x1EE49, + }, + [0x1EE4B]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED LAM", + direction="al", + linebreak="al", + specials={ "font", 0x644 }, + unicodeslot=0x1EE4B, + }, + [0x1EE4D]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED NOON", + direction="al", + linebreak="al", + specials={ "font", 0x646 }, + unicodeslot=0x1EE4D, + }, + [0x1EE4E]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED SEEN", + direction="al", + linebreak="al", + specials={ "font", 0x633 }, + unicodeslot=0x1EE4E, + }, + [0x1EE4F]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED AIN", + direction="al", + linebreak="al", + specials={ "font", 0x639 }, + unicodeslot=0x1EE4F, + }, + [0x1EE51]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED SAD", + direction="al", + linebreak="al", + specials={ "font", 0x635 }, + unicodeslot=0x1EE51, + }, + [0x1EE52]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED QAF", + direction="al", + linebreak="al", + specials={ "font", 0x642 }, + unicodeslot=0x1EE52, + }, + [0x1EE54]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED SHEEN", + direction="al", + linebreak="al", + specials={ "font", 0x634 }, + unicodeslot=0x1EE54, + }, + [0x1EE57]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED KHAH", + direction="al", + linebreak="al", + specials={ "font", 0x62E }, + unicodeslot=0x1EE57, + }, + [0x1EE59]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED DAD", + direction="al", + linebreak="al", + specials={ "font", 0x636 }, + unicodeslot=0x1EE59, + }, + [0x1EE5B]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED GHAIN", + direction="al", + linebreak="al", + specials={ "font", 0x63A }, + unicodeslot=0x1EE5B, + }, + [0x1EE5D]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED DOTLESS NOON", + direction="al", + linebreak="al", + specials={ "font", 0x6BA }, + unicodeslot=0x1EE5D, + }, + [0x1EE5F]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL TAILED DOTLESS QAF", + direction="al", + linebreak="al", + specials={ "font", 0x66F }, + unicodeslot=0x1EE5F, + }, + [0x1EE61]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED BEH", + direction="al", + linebreak="al", + specials={ "font", 0x628 }, + unicodeslot=0x1EE61, + }, + [0x1EE62]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED JEEM", + direction="al", + linebreak="al", + specials={ "font", 0x62C }, + unicodeslot=0x1EE62, + }, + [0x1EE64]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED HEH", + direction="al", + linebreak="al", + specials={ "font", 0x647 }, + unicodeslot=0x1EE64, + }, + [0x1EE67]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED HAH", + direction="al", + linebreak="al", + specials={ "font", 0x62D }, + unicodeslot=0x1EE67, + }, + [0x1EE68]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED TAH", + direction="al", + linebreak="al", + specials={ "font", 0x637 }, + unicodeslot=0x1EE68, + }, + [0x1EE69]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED YEH", + direction="al", + linebreak="al", + specials={ "font", 0x64A }, + unicodeslot=0x1EE69, + }, + [0x1EE6A]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED KAF", + direction="al", + linebreak="al", + specials={ "font", 0x643 }, + unicodeslot=0x1EE6A, + }, + [0x1EE6C]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED MEEM", + direction="al", + linebreak="al", + specials={ "font", 0x645 }, + unicodeslot=0x1EE6C, + }, + [0x1EE6D]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED NOON", + direction="al", + linebreak="al", + specials={ "font", 0x646 }, + unicodeslot=0x1EE6D, + }, + [0x1EE6E]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED SEEN", + direction="al", + linebreak="al", + specials={ "font", 0x633 }, + unicodeslot=0x1EE6E, + }, + [0x1EE6F]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED AIN", + direction="al", + linebreak="al", + specials={ "font", 0x639 }, + unicodeslot=0x1EE6F, + }, + [0x1EE70]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED FEH", + direction="al", + linebreak="al", + specials={ "font", 0x641 }, + unicodeslot=0x1EE70, + }, + [0x1EE71]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED SAD", + direction="al", + linebreak="al", + specials={ "font", 0x635 }, + unicodeslot=0x1EE71, + }, + [0x1EE72]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED QAF", + direction="al", + linebreak="al", + specials={ "font", 0x642 }, + unicodeslot=0x1EE72, + }, + [0x1EE74]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED SHEEN", + direction="al", + linebreak="al", + specials={ "font", 0x634 }, + unicodeslot=0x1EE74, + }, + [0x1EE75]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED TEH", + direction="al", + linebreak="al", + specials={ "font", 0x62A }, + unicodeslot=0x1EE75, + }, + [0x1EE76]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED THEH", + direction="al", + linebreak="al", + specials={ "font", 0x62B }, + unicodeslot=0x1EE76, + }, + [0x1EE77]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED KHAH", + direction="al", + linebreak="al", + specials={ "font", 0x62E }, + unicodeslot=0x1EE77, + }, + [0x1EE79]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED DAD", + direction="al", + linebreak="al", + specials={ "font", 0x636 }, + unicodeslot=0x1EE79, + }, + [0x1EE7A]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED ZAH", + direction="al", + linebreak="al", + specials={ "font", 0x638 }, + unicodeslot=0x1EE7A, + }, + [0x1EE7B]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED GHAIN", + direction="al", + linebreak="al", + specials={ "font", 0x63A }, + unicodeslot=0x1EE7B, + }, + [0x1EE7C]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED DOTLESS BEH", + direction="al", + linebreak="al", + specials={ "font", 0x66E }, + unicodeslot=0x1EE7C, + }, + [0x1EE7E]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL STRETCHED DOTLESS FEH", + direction="al", + linebreak="al", + specials={ "font", 0x6A1 }, + unicodeslot=0x1EE7E, + }, + [0x1EE80]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED ALEF", + direction="al", + linebreak="al", + specials={ "font", 0x627 }, + unicodeslot=0x1EE80, + }, + [0x1EE81]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED BEH", + direction="al", + linebreak="al", + specials={ "font", 0x628 }, + unicodeslot=0x1EE81, + }, + [0x1EE82]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED JEEM", + direction="al", + linebreak="al", + specials={ "font", 0x62C }, + unicodeslot=0x1EE82, + }, + [0x1EE83]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED DAL", + direction="al", + linebreak="al", + specials={ "font", 0x62F }, + unicodeslot=0x1EE83, + }, + [0x1EE84]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED HEH", + direction="al", + linebreak="al", + specials={ "font", 0x647 }, + unicodeslot=0x1EE84, + }, + [0x1EE85]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED WAW", + direction="al", + linebreak="al", + specials={ "font", 0x648 }, + unicodeslot=0x1EE85, + }, + [0x1EE86]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED ZAIN", + direction="al", + linebreak="al", + specials={ "font", 0x632 }, + unicodeslot=0x1EE86, + }, + [0x1EE87]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED HAH", + direction="al", + linebreak="al", + specials={ "font", 0x62D }, + unicodeslot=0x1EE87, + }, + [0x1EE88]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED TAH", + direction="al", + linebreak="al", + specials={ "font", 0x637 }, + unicodeslot=0x1EE88, + }, + [0x1EE89]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED YEH", + direction="al", + linebreak="al", + specials={ "font", 0x64A }, + unicodeslot=0x1EE89, + }, + [0x1EE8B]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED LAM", + direction="al", + linebreak="al", + specials={ "font", 0x644 }, + unicodeslot=0x1EE8B, + }, + [0x1EE8C]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED MEEM", + direction="al", + linebreak="al", + specials={ "font", 0x645 }, + unicodeslot=0x1EE8C, + }, + [0x1EE8D]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED NOON", + direction="al", + linebreak="al", + specials={ "font", 0x646 }, + unicodeslot=0x1EE8D, + }, + [0x1EE8E]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED SEEN", + direction="al", + linebreak="al", + specials={ "font", 0x633 }, + unicodeslot=0x1EE8E, + }, + [0x1EE8F]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED AIN", + direction="al", + linebreak="al", + specials={ "font", 0x639 }, + unicodeslot=0x1EE8F, + }, + [0x1EE90]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED FEH", + direction="al", + linebreak="al", + specials={ "font", 0x641 }, + unicodeslot=0x1EE90, + }, + [0x1EE91]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED SAD", + direction="al", + linebreak="al", + specials={ "font", 0x635 }, + unicodeslot=0x1EE91, + }, + [0x1EE92]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED QAF", + direction="al", + linebreak="al", + specials={ "font", 0x642 }, + unicodeslot=0x1EE92, + }, + [0x1EE93]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED REH", + direction="al", + linebreak="al", + specials={ "font", 0x631 }, + unicodeslot=0x1EE93, + }, + [0x1EE94]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED SHEEN", + direction="al", + linebreak="al", + specials={ "font", 0x634 }, + unicodeslot=0x1EE94, + }, + [0x1EE95]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED TEH", + direction="al", + linebreak="al", + specials={ "font", 0x62A }, + unicodeslot=0x1EE95, + }, + [0x1EE96]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED THEH", + direction="al", + linebreak="al", + specials={ "font", 0x62B }, + unicodeslot=0x1EE96, + }, + [0x1EE97]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED KHAH", + direction="al", + linebreak="al", + specials={ "font", 0x62E }, + unicodeslot=0x1EE97, + }, + [0x1EE98]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED THAL", + direction="al", + linebreak="al", + specials={ "font", 0x630 }, + unicodeslot=0x1EE98, + }, + [0x1EE99]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED DAD", + direction="al", + linebreak="al", + specials={ "font", 0x636 }, + unicodeslot=0x1EE99, + }, + [0x1EE9A]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED ZAH", + direction="al", + linebreak="al", + specials={ "font", 0x638 }, + unicodeslot=0x1EE9A, + }, + [0x1EE9B]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL LOOPED GHAIN", + direction="al", + linebreak="al", + specials={ "font", 0x63A }, + unicodeslot=0x1EE9B, + }, + [0x1EEA1]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK BEH", + direction="al", + linebreak="al", + specials={ "font", 0x628 }, + unicodeslot=0x1EEA1, + }, + [0x1EEA2]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK JEEM", + direction="al", + linebreak="al", + specials={ "font", 0x62C }, + unicodeslot=0x1EEA2, + }, + [0x1EEA3]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK DAL", + direction="al", + linebreak="al", + specials={ "font", 0x62F }, + unicodeslot=0x1EEA3, + }, + [0x1EEA5]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK WAW", + direction="al", + linebreak="al", + specials={ "font", 0x648 }, + unicodeslot=0x1EEA5, + }, + [0x1EEA6]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK ZAIN", + direction="al", + linebreak="al", + specials={ "font", 0x632 }, + unicodeslot=0x1EEA6, + }, + [0x1EEA7]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK HAH", + direction="al", + linebreak="al", + specials={ "font", 0x62D }, + unicodeslot=0x1EEA7, + }, + [0x1EEA8]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK TAH", + direction="al", + linebreak="al", + specials={ "font", 0x637 }, + unicodeslot=0x1EEA8, + }, + [0x1EEA9]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK YEH", + direction="al", + linebreak="al", + specials={ "font", 0x64A }, + unicodeslot=0x1EEA9, + }, + [0x1EEAB]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK LAM", + direction="al", + linebreak="al", + specials={ "font", 0x644 }, + unicodeslot=0x1EEAB, + }, + [0x1EEAC]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK MEEM", + direction="al", + linebreak="al", + specials={ "font", 0x645 }, + unicodeslot=0x1EEAC, + }, + [0x1EEAD]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK NOON", + direction="al", + linebreak="al", + specials={ "font", 0x646 }, + unicodeslot=0x1EEAD, + }, + [0x1EEAE]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK SEEN", + direction="al", + linebreak="al", + specials={ "font", 0x633 }, + unicodeslot=0x1EEAE, + }, + [0x1EEAF]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK AIN", + direction="al", + linebreak="al", + specials={ "font", 0x639 }, + unicodeslot=0x1EEAF, + }, + [0x1EEB0]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK FEH", + direction="al", + linebreak="al", + specials={ "font", 0x641 }, + unicodeslot=0x1EEB0, + }, + [0x1EEB1]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK SAD", + direction="al", + linebreak="al", + specials={ "font", 0x635 }, + unicodeslot=0x1EEB1, + }, + [0x1EEB2]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK QAF", + direction="al", + linebreak="al", + specials={ "font", 0x642 }, + unicodeslot=0x1EEB2, + }, + [0x1EEB3]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK REH", + direction="al", + linebreak="al", + specials={ "font", 0x631 }, + unicodeslot=0x1EEB3, + }, + [0x1EEB4]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK SHEEN", + direction="al", + linebreak="al", + specials={ "font", 0x634 }, + unicodeslot=0x1EEB4, + }, + [0x1EEB5]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK TEH", + direction="al", + linebreak="al", + specials={ "font", 0x62A }, + unicodeslot=0x1EEB5, + }, + [0x1EEB6]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK THEH", + direction="al", + linebreak="al", + specials={ "font", 0x62B }, + unicodeslot=0x1EEB6, + }, + [0x1EEB7]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK KHAH", + direction="al", + linebreak="al", + specials={ "font", 0x62E }, + unicodeslot=0x1EEB7, + }, + [0x1EEB8]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK THAL", + direction="al", + linebreak="al", + specials={ "font", 0x630 }, + unicodeslot=0x1EEB8, + }, + [0x1EEB9]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK DAD", + direction="al", + linebreak="al", + specials={ "font", 0x636 }, + unicodeslot=0x1EEB9, + }, + [0x1EEBA]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK ZAH", + direction="al", + linebreak="al", + specials={ "font", 0x638 }, + unicodeslot=0x1EEBA, + }, + [0x1EEBB]={ + category="lo", + comment="check math properties", + description="ARABIC MATHEMATICAL DOUBLE-STRUCK GHAIN", + direction="al", + linebreak="al", + specials={ "font", 0x63A }, + unicodeslot=0x1EEBB, + }, + [0x1EEF0]={ + category="sm", + comment="check math properties", + description="ARABIC MATHEMATICAL OPERATOR MEEM WITH HAH WITH TATWEEL", + direction="on", + linebreak="al", + unicodeslot=0x1EEF0, + }, + [0x1EEF1]={ + category="sm", + 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="id", + unicodeslot=0x1F000, + }, + [0x1F001]={ + category="so", + description="MAHJONG TILE SOUTH WIND", + direction="on", + linebreak="id", + unicodeslot=0x1F001, + }, + [0x1F002]={ + category="so", + description="MAHJONG TILE WEST WIND", + direction="on", + linebreak="id", + unicodeslot=0x1F002, + }, + [0x1F003]={ + category="so", + description="MAHJONG TILE NORTH WIND", + direction="on", + linebreak="id", + unicodeslot=0x1F003, + }, + [0x1F004]={ + category="so", + cjkwd="w", + description="MAHJONG TILE RED DRAGON", + direction="on", + linebreak="id", + unicodeslot=0x1F004, + variants=variants_emoji, + }, + [0x1F005]={ + category="so", + description="MAHJONG TILE GREEN DRAGON", + direction="on", + linebreak="id", + unicodeslot=0x1F005, + }, + [0x1F006]={ + category="so", + description="MAHJONG TILE WHITE DRAGON", + direction="on", + linebreak="id", + unicodeslot=0x1F006, + }, + [0x1F007]={ + category="so", + description="MAHJONG TILE ONE OF CHARACTERS", + direction="on", + linebreak="id", + unicodeslot=0x1F007, + }, + [0x1F008]={ + category="so", + description="MAHJONG TILE TWO OF CHARACTERS", + direction="on", + linebreak="id", + unicodeslot=0x1F008, + }, + [0x1F009]={ + category="so", + description="MAHJONG TILE THREE OF CHARACTERS", + direction="on", + linebreak="id", + unicodeslot=0x1F009, + }, + [0x1F00A]={ + category="so", + description="MAHJONG TILE FOUR OF CHARACTERS", + direction="on", + linebreak="id", + unicodeslot=0x1F00A, + }, + [0x1F00B]={ + category="so", + description="MAHJONG TILE FIVE OF CHARACTERS", + direction="on", + linebreak="id", + unicodeslot=0x1F00B, + }, + [0x1F00C]={ + category="so", + description="MAHJONG TILE SIX OF CHARACTERS", + direction="on", + linebreak="id", + unicodeslot=0x1F00C, + }, + [0x1F00D]={ + category="so", + description="MAHJONG TILE SEVEN OF CHARACTERS", + direction="on", + linebreak="id", + unicodeslot=0x1F00D, + }, + [0x1F00E]={ + category="so", + description="MAHJONG TILE EIGHT OF CHARACTERS", + direction="on", + linebreak="id", + unicodeslot=0x1F00E, + }, + [0x1F00F]={ + category="so", + description="MAHJONG TILE NINE OF CHARACTERS", + direction="on", + linebreak="id", + unicodeslot=0x1F00F, + }, + [0x1F010]={ + category="so", + description="MAHJONG TILE ONE OF BAMBOOS", + direction="on", + linebreak="id", + unicodeslot=0x1F010, + }, + [0x1F011]={ + category="so", + description="MAHJONG TILE TWO OF BAMBOOS", + direction="on", + linebreak="id", + unicodeslot=0x1F011, + }, + [0x1F012]={ + category="so", + description="MAHJONG TILE THREE OF BAMBOOS", + direction="on", + linebreak="id", + unicodeslot=0x1F012, + }, + [0x1F013]={ + category="so", + description="MAHJONG TILE FOUR OF BAMBOOS", + direction="on", + linebreak="id", + unicodeslot=0x1F013, + }, + [0x1F014]={ + category="so", + description="MAHJONG TILE FIVE OF BAMBOOS", + direction="on", + linebreak="id", + unicodeslot=0x1F014, + }, + [0x1F015]={ + category="so", + description="MAHJONG TILE SIX OF BAMBOOS", + direction="on", + linebreak="id", + unicodeslot=0x1F015, + }, + [0x1F016]={ + category="so", + description="MAHJONG TILE SEVEN OF BAMBOOS", + direction="on", + linebreak="id", + unicodeslot=0x1F016, + }, + [0x1F017]={ + category="so", + description="MAHJONG TILE EIGHT OF BAMBOOS", + direction="on", + linebreak="id", + unicodeslot=0x1F017, + }, + [0x1F018]={ + category="so", + description="MAHJONG TILE NINE OF BAMBOOS", + direction="on", + linebreak="id", + unicodeslot=0x1F018, + }, + [0x1F019]={ + category="so", + description="MAHJONG TILE ONE OF CIRCLES", + direction="on", + linebreak="id", + unicodeslot=0x1F019, + }, + [0x1F01A]={ + category="so", + description="MAHJONG TILE TWO OF CIRCLES", + direction="on", + linebreak="id", + unicodeslot=0x1F01A, + }, + [0x1F01B]={ + category="so", + description="MAHJONG TILE THREE OF CIRCLES", + direction="on", + linebreak="id", + unicodeslot=0x1F01B, + }, + [0x1F01C]={ + category="so", + description="MAHJONG TILE FOUR OF CIRCLES", + direction="on", + linebreak="id", + unicodeslot=0x1F01C, + }, + [0x1F01D]={ + category="so", + description="MAHJONG TILE FIVE OF CIRCLES", + direction="on", + linebreak="id", + unicodeslot=0x1F01D, + }, + [0x1F01E]={ + category="so", + description="MAHJONG TILE SIX OF CIRCLES", + direction="on", + linebreak="id", + unicodeslot=0x1F01E, + }, + [0x1F01F]={ + category="so", + description="MAHJONG TILE SEVEN OF CIRCLES", + direction="on", + linebreak="id", + unicodeslot=0x1F01F, + }, + [0x1F020]={ + category="so", + description="MAHJONG TILE EIGHT OF CIRCLES", + direction="on", + linebreak="id", + unicodeslot=0x1F020, + }, + [0x1F021]={ + category="so", + description="MAHJONG TILE NINE OF CIRCLES", + direction="on", + linebreak="id", + unicodeslot=0x1F021, + }, + [0x1F022]={ + category="so", + description="MAHJONG TILE PLUM", + direction="on", + linebreak="id", + unicodeslot=0x1F022, + }, + [0x1F023]={ + category="so", + description="MAHJONG TILE ORCHID", + direction="on", + linebreak="id", + unicodeslot=0x1F023, + }, + [0x1F024]={ + category="so", + description="MAHJONG TILE BAMBOO", + direction="on", + linebreak="id", + unicodeslot=0x1F024, + }, + [0x1F025]={ + category="so", + description="MAHJONG TILE CHRYSANTHEMUM", + direction="on", + linebreak="id", + unicodeslot=0x1F025, + }, + [0x1F026]={ + category="so", + description="MAHJONG TILE SPRING", + direction="on", + linebreak="id", + unicodeslot=0x1F026, + }, + [0x1F027]={ + category="so", + description="MAHJONG TILE SUMMER", + direction="on", + linebreak="id", + unicodeslot=0x1F027, + }, + [0x1F028]={ + category="so", + description="MAHJONG TILE AUTUMN", + direction="on", + linebreak="id", + unicodeslot=0x1F028, + }, + [0x1F029]={ + category="so", + description="MAHJONG TILE WINTER", + direction="on", + linebreak="id", + unicodeslot=0x1F029, + }, + [0x1F02A]={ + category="so", + description="MAHJONG TILE JOKER", + direction="on", + linebreak="id", + unicodeslot=0x1F02A, + }, + [0x1F02B]={ + category="so", + description="MAHJONG TILE BACK", + direction="on", + linebreak="id", + unicodeslot=0x1F02B, + }, + [0x1F030]={ + category="so", + description="DOMINO TILE HORIZONTAL BACK", + direction="on", + linebreak="id", + unicodeslot=0x1F030, + }, + [0x1F031]={ + category="so", + description="DOMINO TILE HORIZONTAL-00-00", + direction="on", + linebreak="id", + unicodeslot=0x1F031, + }, + [0x1F032]={ + category="so", + description="DOMINO TILE HORIZONTAL-00-01", + direction="on", + linebreak="id", + unicodeslot=0x1F032, + }, + [0x1F033]={ + category="so", + description="DOMINO TILE HORIZONTAL-00-02", + direction="on", + linebreak="id", + unicodeslot=0x1F033, + }, + [0x1F034]={ + category="so", + description="DOMINO TILE HORIZONTAL-00-03", + direction="on", + linebreak="id", + unicodeslot=0x1F034, + }, + [0x1F035]={ + category="so", + description="DOMINO TILE HORIZONTAL-00-04", + direction="on", + linebreak="id", + unicodeslot=0x1F035, + }, + [0x1F036]={ + category="so", + description="DOMINO TILE HORIZONTAL-00-05", + direction="on", + linebreak="id", + unicodeslot=0x1F036, + }, + [0x1F037]={ + category="so", + description="DOMINO TILE HORIZONTAL-00-06", + direction="on", + linebreak="id", + unicodeslot=0x1F037, + }, + [0x1F038]={ + category="so", + description="DOMINO TILE HORIZONTAL-01-00", + direction="on", + linebreak="id", + unicodeslot=0x1F038, + }, + [0x1F039]={ + category="so", + description="DOMINO TILE HORIZONTAL-01-01", + direction="on", + linebreak="id", + unicodeslot=0x1F039, + }, + [0x1F03A]={ + category="so", + description="DOMINO TILE HORIZONTAL-01-02", + direction="on", + linebreak="id", + unicodeslot=0x1F03A, + }, + [0x1F03B]={ + category="so", + description="DOMINO TILE HORIZONTAL-01-03", + direction="on", + linebreak="id", + unicodeslot=0x1F03B, + }, + [0x1F03C]={ + category="so", + description="DOMINO TILE HORIZONTAL-01-04", + direction="on", + linebreak="id", + unicodeslot=0x1F03C, + }, + [0x1F03D]={ + category="so", + description="DOMINO TILE HORIZONTAL-01-05", + direction="on", + linebreak="id", + unicodeslot=0x1F03D, + }, + [0x1F03E]={ + category="so", + description="DOMINO TILE HORIZONTAL-01-06", + direction="on", + linebreak="id", + unicodeslot=0x1F03E, + }, + [0x1F03F]={ + category="so", + description="DOMINO TILE HORIZONTAL-02-00", + direction="on", + linebreak="id", + unicodeslot=0x1F03F, + }, + [0x1F040]={ + category="so", + description="DOMINO TILE HORIZONTAL-02-01", + direction="on", + linebreak="id", + unicodeslot=0x1F040, + }, + [0x1F041]={ + category="so", + description="DOMINO TILE HORIZONTAL-02-02", + direction="on", + linebreak="id", + unicodeslot=0x1F041, + }, + [0x1F042]={ + category="so", + description="DOMINO TILE HORIZONTAL-02-03", + direction="on", + linebreak="id", + unicodeslot=0x1F042, + }, + [0x1F043]={ + category="so", + description="DOMINO TILE HORIZONTAL-02-04", + direction="on", + linebreak="id", + unicodeslot=0x1F043, + }, + [0x1F044]={ + category="so", + description="DOMINO TILE HORIZONTAL-02-05", + direction="on", + linebreak="id", + unicodeslot=0x1F044, + }, + [0x1F045]={ + category="so", + description="DOMINO TILE HORIZONTAL-02-06", + direction="on", + linebreak="id", + unicodeslot=0x1F045, + }, + [0x1F046]={ + category="so", + description="DOMINO TILE HORIZONTAL-03-00", + direction="on", + linebreak="id", + unicodeslot=0x1F046, + }, + [0x1F047]={ + category="so", + description="DOMINO TILE HORIZONTAL-03-01", + direction="on", + linebreak="id", + unicodeslot=0x1F047, + }, + [0x1F048]={ + category="so", + description="DOMINO TILE HORIZONTAL-03-02", + direction="on", + linebreak="id", + unicodeslot=0x1F048, + }, + [0x1F049]={ + category="so", + description="DOMINO TILE HORIZONTAL-03-03", + direction="on", + linebreak="id", + unicodeslot=0x1F049, + }, + [0x1F04A]={ + category="so", + description="DOMINO TILE HORIZONTAL-03-04", + direction="on", + linebreak="id", + unicodeslot=0x1F04A, + }, + [0x1F04B]={ + category="so", + description="DOMINO TILE HORIZONTAL-03-05", + direction="on", + linebreak="id", + unicodeslot=0x1F04B, + }, + [0x1F04C]={ + category="so", + description="DOMINO TILE HORIZONTAL-03-06", + direction="on", + linebreak="id", + unicodeslot=0x1F04C, + }, + [0x1F04D]={ + category="so", + description="DOMINO TILE HORIZONTAL-04-00", + direction="on", + linebreak="id", + unicodeslot=0x1F04D, + }, + [0x1F04E]={ + category="so", + description="DOMINO TILE HORIZONTAL-04-01", + direction="on", + linebreak="id", + unicodeslot=0x1F04E, + }, + [0x1F04F]={ + category="so", + description="DOMINO TILE HORIZONTAL-04-02", + direction="on", + linebreak="id", + unicodeslot=0x1F04F, + }, + [0x1F050]={ + category="so", + description="DOMINO TILE HORIZONTAL-04-03", + direction="on", + linebreak="id", + unicodeslot=0x1F050, + }, + [0x1F051]={ + category="so", + description="DOMINO TILE HORIZONTAL-04-04", + direction="on", + linebreak="id", + unicodeslot=0x1F051, + }, + [0x1F052]={ + category="so", + description="DOMINO TILE HORIZONTAL-04-05", + direction="on", + linebreak="id", + unicodeslot=0x1F052, + }, + [0x1F053]={ + category="so", + description="DOMINO TILE HORIZONTAL-04-06", + direction="on", + linebreak="id", + unicodeslot=0x1F053, + }, + [0x1F054]={ + category="so", + description="DOMINO TILE HORIZONTAL-05-00", + direction="on", + linebreak="id", + unicodeslot=0x1F054, + }, + [0x1F055]={ + category="so", + description="DOMINO TILE HORIZONTAL-05-01", + direction="on", + linebreak="id", + unicodeslot=0x1F055, + }, + [0x1F056]={ + category="so", + description="DOMINO TILE HORIZONTAL-05-02", + direction="on", + linebreak="id", + unicodeslot=0x1F056, + }, + [0x1F057]={ + category="so", + description="DOMINO TILE HORIZONTAL-05-03", + direction="on", + linebreak="id", + unicodeslot=0x1F057, + }, + [0x1F058]={ + category="so", + description="DOMINO TILE HORIZONTAL-05-04", + direction="on", + linebreak="id", + unicodeslot=0x1F058, + }, + [0x1F059]={ + category="so", + description="DOMINO TILE HORIZONTAL-05-05", + direction="on", + linebreak="id", + unicodeslot=0x1F059, + }, + [0x1F05A]={ + category="so", + description="DOMINO TILE HORIZONTAL-05-06", + direction="on", + linebreak="id", + unicodeslot=0x1F05A, + }, + [0x1F05B]={ + category="so", + description="DOMINO TILE HORIZONTAL-06-00", + direction="on", + linebreak="id", + unicodeslot=0x1F05B, + }, + [0x1F05C]={ + category="so", + description="DOMINO TILE HORIZONTAL-06-01", + direction="on", + linebreak="id", + unicodeslot=0x1F05C, + }, + [0x1F05D]={ + category="so", + description="DOMINO TILE HORIZONTAL-06-02", + direction="on", + linebreak="id", + unicodeslot=0x1F05D, + }, + [0x1F05E]={ + category="so", + description="DOMINO TILE HORIZONTAL-06-03", + direction="on", + linebreak="id", + unicodeslot=0x1F05E, + }, + [0x1F05F]={ + category="so", + description="DOMINO TILE HORIZONTAL-06-04", + direction="on", + linebreak="id", + unicodeslot=0x1F05F, + }, + [0x1F060]={ + category="so", + description="DOMINO TILE HORIZONTAL-06-05", + direction="on", + linebreak="id", + unicodeslot=0x1F060, + }, + [0x1F061]={ + category="so", + description="DOMINO TILE HORIZONTAL-06-06", + direction="on", + linebreak="id", + unicodeslot=0x1F061, + }, + [0x1F062]={ + category="so", + description="DOMINO TILE VERTICAL BACK", + direction="on", + linebreak="id", + unicodeslot=0x1F062, + }, + [0x1F063]={ + category="so", + description="DOMINO TILE VERTICAL-00-00", + direction="on", + linebreak="id", + unicodeslot=0x1F063, + }, + [0x1F064]={ + category="so", + description="DOMINO TILE VERTICAL-00-01", + direction="on", + linebreak="id", + unicodeslot=0x1F064, + }, + [0x1F065]={ + category="so", + description="DOMINO TILE VERTICAL-00-02", + direction="on", + linebreak="id", + unicodeslot=0x1F065, + }, + [0x1F066]={ + category="so", + description="DOMINO TILE VERTICAL-00-03", + direction="on", + linebreak="id", + unicodeslot=0x1F066, + }, + [0x1F067]={ + category="so", + description="DOMINO TILE VERTICAL-00-04", + direction="on", + linebreak="id", + unicodeslot=0x1F067, + }, + [0x1F068]={ + category="so", + description="DOMINO TILE VERTICAL-00-05", + direction="on", + linebreak="id", + unicodeslot=0x1F068, + }, + [0x1F069]={ + category="so", + description="DOMINO TILE VERTICAL-00-06", + direction="on", + linebreak="id", + unicodeslot=0x1F069, + }, + [0x1F06A]={ + category="so", + description="DOMINO TILE VERTICAL-01-00", + direction="on", + linebreak="id", + unicodeslot=0x1F06A, + }, + [0x1F06B]={ + category="so", + description="DOMINO TILE VERTICAL-01-01", + direction="on", + linebreak="id", + unicodeslot=0x1F06B, + }, + [0x1F06C]={ + category="so", + description="DOMINO TILE VERTICAL-01-02", + direction="on", + linebreak="id", + unicodeslot=0x1F06C, + }, + [0x1F06D]={ + category="so", + description="DOMINO TILE VERTICAL-01-03", + direction="on", + linebreak="id", + unicodeslot=0x1F06D, + }, + [0x1F06E]={ + category="so", + description="DOMINO TILE VERTICAL-01-04", + direction="on", + linebreak="id", + unicodeslot=0x1F06E, + }, + [0x1F06F]={ + category="so", + description="DOMINO TILE VERTICAL-01-05", + direction="on", + linebreak="id", + unicodeslot=0x1F06F, + }, + [0x1F070]={ + category="so", + description="DOMINO TILE VERTICAL-01-06", + direction="on", + linebreak="id", + unicodeslot=0x1F070, + }, + [0x1F071]={ + category="so", + description="DOMINO TILE VERTICAL-02-00", + direction="on", + linebreak="id", + unicodeslot=0x1F071, + }, + [0x1F072]={ + category="so", + description="DOMINO TILE VERTICAL-02-01", + direction="on", + linebreak="id", + unicodeslot=0x1F072, + }, + [0x1F073]={ + category="so", + description="DOMINO TILE VERTICAL-02-02", + direction="on", + linebreak="id", + unicodeslot=0x1F073, + }, + [0x1F074]={ + category="so", + description="DOMINO TILE VERTICAL-02-03", + direction="on", + linebreak="id", + unicodeslot=0x1F074, + }, + [0x1F075]={ + category="so", + description="DOMINO TILE VERTICAL-02-04", + direction="on", + linebreak="id", + unicodeslot=0x1F075, + }, + [0x1F076]={ + category="so", + description="DOMINO TILE VERTICAL-02-05", + direction="on", + linebreak="id", + unicodeslot=0x1F076, + }, + [0x1F077]={ + category="so", + description="DOMINO TILE VERTICAL-02-06", + direction="on", + linebreak="id", + unicodeslot=0x1F077, + }, + [0x1F078]={ + category="so", + description="DOMINO TILE VERTICAL-03-00", + direction="on", + linebreak="id", + unicodeslot=0x1F078, + }, + [0x1F079]={ + category="so", + description="DOMINO TILE VERTICAL-03-01", + direction="on", + linebreak="id", + unicodeslot=0x1F079, + }, + [0x1F07A]={ + category="so", + description="DOMINO TILE VERTICAL-03-02", + direction="on", + linebreak="id", + unicodeslot=0x1F07A, + }, + [0x1F07B]={ + category="so", + description="DOMINO TILE VERTICAL-03-03", + direction="on", + linebreak="id", + unicodeslot=0x1F07B, + }, + [0x1F07C]={ + category="so", + description="DOMINO TILE VERTICAL-03-04", + direction="on", + linebreak="id", + unicodeslot=0x1F07C, + }, + [0x1F07D]={ + category="so", + description="DOMINO TILE VERTICAL-03-05", + direction="on", + linebreak="id", + unicodeslot=0x1F07D, + }, + [0x1F07E]={ + category="so", + description="DOMINO TILE VERTICAL-03-06", + direction="on", + linebreak="id", + unicodeslot=0x1F07E, + }, + [0x1F07F]={ + category="so", + description="DOMINO TILE VERTICAL-04-00", + direction="on", + linebreak="id", + unicodeslot=0x1F07F, + }, + [0x1F080]={ + category="so", + description="DOMINO TILE VERTICAL-04-01", + direction="on", + linebreak="id", + unicodeslot=0x1F080, + }, + [0x1F081]={ + category="so", + description="DOMINO TILE VERTICAL-04-02", + direction="on", + linebreak="id", + unicodeslot=0x1F081, + }, + [0x1F082]={ + category="so", + description="DOMINO TILE VERTICAL-04-03", + direction="on", + linebreak="id", + unicodeslot=0x1F082, + }, + [0x1F083]={ + category="so", + description="DOMINO TILE VERTICAL-04-04", + direction="on", + linebreak="id", + unicodeslot=0x1F083, + }, + [0x1F084]={ + category="so", + description="DOMINO TILE VERTICAL-04-05", + direction="on", + linebreak="id", + unicodeslot=0x1F084, + }, + [0x1F085]={ + category="so", + description="DOMINO TILE VERTICAL-04-06", + direction="on", + linebreak="id", + unicodeslot=0x1F085, + }, + [0x1F086]={ + category="so", + description="DOMINO TILE VERTICAL-05-00", + direction="on", + linebreak="id", + unicodeslot=0x1F086, + }, + [0x1F087]={ + category="so", + description="DOMINO TILE VERTICAL-05-01", + direction="on", + linebreak="id", + unicodeslot=0x1F087, + }, + [0x1F088]={ + category="so", + description="DOMINO TILE VERTICAL-05-02", + direction="on", + linebreak="id", + unicodeslot=0x1F088, + }, + [0x1F089]={ + category="so", + description="DOMINO TILE VERTICAL-05-03", + direction="on", + linebreak="id", + unicodeslot=0x1F089, + }, + [0x1F08A]={ + category="so", + description="DOMINO TILE VERTICAL-05-04", + direction="on", + linebreak="id", + unicodeslot=0x1F08A, + }, + [0x1F08B]={ + category="so", + description="DOMINO TILE VERTICAL-05-05", + direction="on", + linebreak="id", + unicodeslot=0x1F08B, + }, + [0x1F08C]={ + category="so", + description="DOMINO TILE VERTICAL-05-06", + direction="on", + linebreak="id", + unicodeslot=0x1F08C, + }, + [0x1F08D]={ + category="so", + description="DOMINO TILE VERTICAL-06-00", + direction="on", + linebreak="id", + unicodeslot=0x1F08D, + }, + [0x1F08E]={ + category="so", + description="DOMINO TILE VERTICAL-06-01", + direction="on", + linebreak="id", + unicodeslot=0x1F08E, + }, + [0x1F08F]={ + category="so", + description="DOMINO TILE VERTICAL-06-02", + direction="on", + linebreak="id", + unicodeslot=0x1F08F, + }, + [0x1F090]={ + category="so", + description="DOMINO TILE VERTICAL-06-03", + direction="on", + linebreak="id", + unicodeslot=0x1F090, + }, + [0x1F091]={ + category="so", + description="DOMINO TILE VERTICAL-06-04", + direction="on", + linebreak="id", + unicodeslot=0x1F091, + }, + [0x1F092]={ + category="so", + description="DOMINO TILE VERTICAL-06-05", + direction="on", + linebreak="id", + unicodeslot=0x1F092, + }, + [0x1F093]={ + category="so", + description="DOMINO TILE VERTICAL-06-06", + direction="on", + linebreak="id", + unicodeslot=0x1F093, + }, + [0x1F0A0]={ + category="so", + description="PLAYING CARD BACK", + direction="on", + linebreak="id", + unicodeslot=0x1F0A0, + }, + [0x1F0A1]={ + category="so", + description="PLAYING CARD ACE OF SPADES", + direction="on", + linebreak="id", + unicodeslot=0x1F0A1, + }, + [0x1F0A2]={ + category="so", + description="PLAYING CARD TWO OF SPADES", + direction="on", + linebreak="id", + unicodeslot=0x1F0A2, + }, + [0x1F0A3]={ + category="so", + description="PLAYING CARD THREE OF SPADES", + direction="on", + linebreak="id", + unicodeslot=0x1F0A3, + }, + [0x1F0A4]={ + category="so", + description="PLAYING CARD FOUR OF SPADES", + direction="on", + linebreak="id", + unicodeslot=0x1F0A4, + }, + [0x1F0A5]={ + category="so", + description="PLAYING CARD FIVE OF SPADES", + direction="on", + linebreak="id", + unicodeslot=0x1F0A5, + }, + [0x1F0A6]={ + category="so", + description="PLAYING CARD SIX OF SPADES", + direction="on", + linebreak="id", + unicodeslot=0x1F0A6, + }, + [0x1F0A7]={ + category="so", + description="PLAYING CARD SEVEN OF SPADES", + direction="on", + linebreak="id", + unicodeslot=0x1F0A7, + }, + [0x1F0A8]={ + category="so", + description="PLAYING CARD EIGHT OF SPADES", + direction="on", + linebreak="id", + unicodeslot=0x1F0A8, + }, + [0x1F0A9]={ + category="so", + description="PLAYING CARD NINE OF SPADES", + direction="on", + linebreak="id", + unicodeslot=0x1F0A9, + }, + [0x1F0AA]={ + category="so", + description="PLAYING CARD TEN OF SPADES", + direction="on", + linebreak="id", + unicodeslot=0x1F0AA, + }, + [0x1F0AB]={ + category="so", + description="PLAYING CARD JACK OF SPADES", + direction="on", + linebreak="id", + unicodeslot=0x1F0AB, + }, + [0x1F0AC]={ + category="so", + description="PLAYING CARD KNIGHT OF SPADES", + direction="on", + linebreak="id", + unicodeslot=0x1F0AC, + }, + [0x1F0AD]={ + category="so", + description="PLAYING CARD QUEEN OF SPADES", + direction="on", + linebreak="id", + unicodeslot=0x1F0AD, + }, + [0x1F0AE]={ + category="so", + description="PLAYING CARD KING OF SPADES", + direction="on", + linebreak="id", + unicodeslot=0x1F0AE, + }, + [0x1F0B1]={ + category="so", + description="PLAYING CARD ACE OF HEARTS", + direction="on", + linebreak="id", + unicodeslot=0x1F0B1, + }, + [0x1F0B2]={ + category="so", + description="PLAYING CARD TWO OF HEARTS", + direction="on", + linebreak="id", + unicodeslot=0x1F0B2, + }, + [0x1F0B3]={ + category="so", + description="PLAYING CARD THREE OF HEARTS", + direction="on", + linebreak="id", + unicodeslot=0x1F0B3, + }, + [0x1F0B4]={ + category="so", + description="PLAYING CARD FOUR OF HEARTS", + direction="on", + linebreak="id", + unicodeslot=0x1F0B4, + }, + [0x1F0B5]={ + category="so", + description="PLAYING CARD FIVE OF HEARTS", + direction="on", + linebreak="id", + unicodeslot=0x1F0B5, + }, + [0x1F0B6]={ + category="so", + description="PLAYING CARD SIX OF HEARTS", + direction="on", + linebreak="id", + unicodeslot=0x1F0B6, + }, + [0x1F0B7]={ + category="so", + description="PLAYING CARD SEVEN OF HEARTS", + direction="on", + linebreak="id", + unicodeslot=0x1F0B7, + }, + [0x1F0B8]={ + category="so", + description="PLAYING CARD EIGHT OF HEARTS", + direction="on", + linebreak="id", + unicodeslot=0x1F0B8, + }, + [0x1F0B9]={ + category="so", + description="PLAYING CARD NINE OF HEARTS", + direction="on", + linebreak="id", + unicodeslot=0x1F0B9, }, - [0x1EEB7]={ - category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOUBLE-STRUCK KHAH", - direction="al", - linebreak="al", - specials={ "font", 0x62E }, - unicodeslot=0x1EEB7, + [0x1F0BA]={ + category="so", + description="PLAYING CARD TEN OF HEARTS", + direction="on", + linebreak="id", + unicodeslot=0x1F0BA, }, - [0x1EEB8]={ - category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOUBLE-STRUCK THAL", - direction="al", - linebreak="al", - specials={ "font", 0x630 }, - unicodeslot=0x1EEB8, + [0x1F0BB]={ + category="so", + description="PLAYING CARD JACK OF HEARTS", + direction="on", + linebreak="id", + unicodeslot=0x1F0BB, }, - [0x1EEB9]={ - category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOUBLE-STRUCK DAD", - direction="al", - linebreak="al", - specials={ "font", 0x636 }, - unicodeslot=0x1EEB9, + [0x1F0BC]={ + category="so", + description="PLAYING CARD KNIGHT OF HEARTS", + direction="on", + linebreak="id", + unicodeslot=0x1F0BC, }, - [0x1EEBA]={ - category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOUBLE-STRUCK ZAH", - direction="al", - linebreak="al", - specials={ "font", 0x638 }, - unicodeslot=0x1EEBA, + [0x1F0BD]={ + category="so", + description="PLAYING CARD QUEEN OF HEARTS", + direction="on", + linebreak="id", + unicodeslot=0x1F0BD, }, - [0x1EEBB]={ - category="lo", - comment="check math properties", - description="ARABIC MATHEMATICAL DOUBLE-STRUCK GHAIN", - direction="al", - linebreak="al", - specials={ "font", 0x63A }, - unicodeslot=0x1EEBB, + [0x1F0BE]={ + category="so", + description="PLAYING CARD KING OF HEARTS", + direction="on", + linebreak="id", + unicodeslot=0x1F0BE, }, - [0x1EEF0]={ - category="sm", - comment="check math properties", - description="ARABIC MATHEMATICAL OPERATOR MEEM WITH HAH WITH TATWEEL", + [0x1F0BF]={ + category="so", + description="PLAYING CARD RED JOKER", direction="on", - linebreak="al", - unicodeslot=0x1EEF0, + linebreak="id", + unicodeslot=0x1F0BF, }, - [0x1EEF1]={ - category="sm", - comment="check math properties", - description="ARABIC MATHEMATICAL OPERATOR HAH WITH DAL", + [0x1F0C1]={ + category="so", + description="PLAYING CARD ACE OF DIAMONDS", direction="on", - linebreak="al", - unicodeslot=0x1EEF1, + linebreak="id", + unicodeslot=0x1F0C1, }, - [0x1F000]={ + [0x1F0C2]={ category="so", - description="MAHJONG TILE EAST WIND", + description="PLAYING CARD TWO OF DIAMONDS", direction="on", linebreak="id", - unicodeslot=0x1F000, + unicodeslot=0x1F0C2, }, - [0x1F001]={ + [0x1F0C3]={ category="so", - description="MAHJONG TILE SOUTH WIND", + description="PLAYING CARD THREE OF DIAMONDS", direction="on", linebreak="id", - unicodeslot=0x1F001, + unicodeslot=0x1F0C3, }, - [0x1F002]={ + [0x1F0C4]={ category="so", - description="MAHJONG TILE WEST WIND", + description="PLAYING CARD FOUR OF DIAMONDS", direction="on", linebreak="id", - unicodeslot=0x1F002, + unicodeslot=0x1F0C4, }, - [0x1F003]={ + [0x1F0C5]={ category="so", - description="MAHJONG TILE NORTH WIND", + description="PLAYING CARD FIVE OF DIAMONDS", direction="on", linebreak="id", - unicodeslot=0x1F003, + unicodeslot=0x1F0C5, }, - [0x1F004]={ + [0x1F0C6]={ category="so", - cjkwd="w", - description="MAHJONG TILE RED DRAGON", + description="PLAYING CARD SIX OF DIAMONDS", direction="on", linebreak="id", - unicodeslot=0x1F004, - variants=variants_emoji, + unicodeslot=0x1F0C6, }, - [0x1F005]={ + [0x1F0C7]={ category="so", - description="MAHJONG TILE GREEN DRAGON", + description="PLAYING CARD SEVEN OF DIAMONDS", direction="on", linebreak="id", - unicodeslot=0x1F005, + unicodeslot=0x1F0C7, }, - [0x1F006]={ + [0x1F0C8]={ category="so", - description="MAHJONG TILE WHITE DRAGON", + description="PLAYING CARD EIGHT OF DIAMONDS", direction="on", linebreak="id", - unicodeslot=0x1F006, + unicodeslot=0x1F0C8, }, - [0x1F007]={ + [0x1F0C9]={ category="so", - description="MAHJONG TILE ONE OF CHARACTERS", + description="PLAYING CARD NINE OF DIAMONDS", direction="on", linebreak="id", - unicodeslot=0x1F007, + unicodeslot=0x1F0C9, }, - [0x1F008]={ + [0x1F0CA]={ category="so", - description="MAHJONG TILE TWO OF CHARACTERS", + description="PLAYING CARD TEN OF DIAMONDS", direction="on", linebreak="id", - unicodeslot=0x1F008, + unicodeslot=0x1F0CA, }, - [0x1F009]={ + [0x1F0CB]={ category="so", - description="MAHJONG TILE THREE OF CHARACTERS", + description="PLAYING CARD JACK OF DIAMONDS", direction="on", linebreak="id", - unicodeslot=0x1F009, + unicodeslot=0x1F0CB, }, - [0x1F00A]={ + [0x1F0CC]={ category="so", - description="MAHJONG TILE FOUR OF CHARACTERS", + description="PLAYING CARD KNIGHT OF DIAMONDS", direction="on", linebreak="id", - unicodeslot=0x1F00A, + unicodeslot=0x1F0CC, }, - [0x1F00B]={ + [0x1F0CD]={ category="so", - description="MAHJONG TILE FIVE OF CHARACTERS", + description="PLAYING CARD QUEEN OF DIAMONDS", direction="on", linebreak="id", - unicodeslot=0x1F00B, + unicodeslot=0x1F0CD, }, - [0x1F00C]={ + [0x1F0CE]={ category="so", - description="MAHJONG TILE SIX OF CHARACTERS", + description="PLAYING CARD KING OF DIAMONDS", direction="on", linebreak="id", - unicodeslot=0x1F00C, + unicodeslot=0x1F0CE, }, - [0x1F00D]={ + [0x1F0CF]={ category="so", - description="MAHJONG TILE SEVEN OF CHARACTERS", + cjkwd="w", + description="PLAYING CARD BLACK JOKER", direction="on", linebreak="id", - unicodeslot=0x1F00D, + unicodeslot=0x1F0CF, }, - [0x1F00E]={ + [0x1F0D1]={ category="so", - description="MAHJONG TILE EIGHT OF CHARACTERS", + description="PLAYING CARD ACE OF CLUBS", direction="on", linebreak="id", - unicodeslot=0x1F00E, + unicodeslot=0x1F0D1, }, - [0x1F00F]={ + [0x1F0D2]={ category="so", - description="MAHJONG TILE NINE OF CHARACTERS", + description="PLAYING CARD TWO OF CLUBS", direction="on", linebreak="id", - unicodeslot=0x1F00F, + unicodeslot=0x1F0D2, }, - [0x1F010]={ + [0x1F0D3]={ category="so", - description="MAHJONG TILE ONE OF BAMBOOS", + description="PLAYING CARD THREE OF CLUBS", direction="on", linebreak="id", - unicodeslot=0x1F010, + unicodeslot=0x1F0D3, }, - [0x1F011]={ + [0x1F0D4]={ category="so", - description="MAHJONG TILE TWO OF BAMBOOS", + description="PLAYING CARD FOUR OF CLUBS", direction="on", linebreak="id", - unicodeslot=0x1F011, + unicodeslot=0x1F0D4, }, - [0x1F012]={ + [0x1F0D5]={ category="so", - description="MAHJONG TILE THREE OF BAMBOOS", + description="PLAYING CARD FIVE OF CLUBS", direction="on", linebreak="id", - unicodeslot=0x1F012, + unicodeslot=0x1F0D5, }, - [0x1F013]={ + [0x1F0D6]={ category="so", - description="MAHJONG TILE FOUR OF BAMBOOS", + description="PLAYING CARD SIX OF CLUBS", direction="on", linebreak="id", - unicodeslot=0x1F013, + unicodeslot=0x1F0D6, }, - [0x1F014]={ + [0x1F0D7]={ category="so", - description="MAHJONG TILE FIVE OF BAMBOOS", + description="PLAYING CARD SEVEN OF CLUBS", direction="on", linebreak="id", - unicodeslot=0x1F014, + unicodeslot=0x1F0D7, }, - [0x1F015]={ + [0x1F0D8]={ category="so", - description="MAHJONG TILE SIX OF BAMBOOS", + description="PLAYING CARD EIGHT OF CLUBS", direction="on", linebreak="id", - unicodeslot=0x1F015, + unicodeslot=0x1F0D8, }, - [0x1F016]={ + [0x1F0D9]={ category="so", - description="MAHJONG TILE SEVEN OF BAMBOOS", + description="PLAYING CARD NINE OF CLUBS", direction="on", linebreak="id", - unicodeslot=0x1F016, + unicodeslot=0x1F0D9, }, - [0x1F017]={ + [0x1F0DA]={ category="so", - description="MAHJONG TILE EIGHT OF BAMBOOS", + description="PLAYING CARD TEN OF CLUBS", direction="on", linebreak="id", - unicodeslot=0x1F017, + unicodeslot=0x1F0DA, }, - [0x1F018]={ + [0x1F0DB]={ category="so", - description="MAHJONG TILE NINE OF BAMBOOS", + description="PLAYING CARD JACK OF CLUBS", direction="on", linebreak="id", - unicodeslot=0x1F018, + unicodeslot=0x1F0DB, }, - [0x1F019]={ + [0x1F0DC]={ category="so", - description="MAHJONG TILE ONE OF CIRCLES", + description="PLAYING CARD KNIGHT OF CLUBS", direction="on", linebreak="id", - unicodeslot=0x1F019, + unicodeslot=0x1F0DC, }, - [0x1F01A]={ + [0x1F0DD]={ category="so", - description="MAHJONG TILE TWO OF CIRCLES", + description="PLAYING CARD QUEEN OF CLUBS", direction="on", linebreak="id", - unicodeslot=0x1F01A, + unicodeslot=0x1F0DD, }, - [0x1F01B]={ + [0x1F0DE]={ category="so", - description="MAHJONG TILE THREE OF CIRCLES", + description="PLAYING CARD KING OF CLUBS", direction="on", linebreak="id", - unicodeslot=0x1F01B, + unicodeslot=0x1F0DE, }, - [0x1F01C]={ + [0x1F0DF]={ category="so", - description="MAHJONG TILE FOUR OF CIRCLES", + description="PLAYING CARD WHITE JOKER", direction="on", linebreak="id", - unicodeslot=0x1F01C, + unicodeslot=0x1F0DF, }, - [0x1F01D]={ + [0x1F0E0]={ category="so", - description="MAHJONG TILE FIVE OF CIRCLES", + description="PLAYING CARD FOOL", direction="on", linebreak="id", - unicodeslot=0x1F01D, + unicodeslot=0x1F0E0, }, - [0x1F01E]={ + [0x1F0E1]={ category="so", - description="MAHJONG TILE SIX OF CIRCLES", + description="PLAYING CARD TRUMP-1", direction="on", linebreak="id", - unicodeslot=0x1F01E, + unicodeslot=0x1F0E1, }, - [0x1F01F]={ + [0x1F0E2]={ category="so", - description="MAHJONG TILE SEVEN OF CIRCLES", + description="PLAYING CARD TRUMP-2", direction="on", linebreak="id", - unicodeslot=0x1F01F, + unicodeslot=0x1F0E2, }, - [0x1F020]={ + [0x1F0E3]={ category="so", - description="MAHJONG TILE EIGHT OF CIRCLES", + description="PLAYING CARD TRUMP-3", direction="on", linebreak="id", - unicodeslot=0x1F020, + unicodeslot=0x1F0E3, }, - [0x1F021]={ + [0x1F0E4]={ category="so", - description="MAHJONG TILE NINE OF CIRCLES", + description="PLAYING CARD TRUMP-4", direction="on", linebreak="id", - unicodeslot=0x1F021, + unicodeslot=0x1F0E4, }, - [0x1F022]={ + [0x1F0E5]={ category="so", - description="MAHJONG TILE PLUM", + description="PLAYING CARD TRUMP-5", direction="on", linebreak="id", - unicodeslot=0x1F022, + unicodeslot=0x1F0E5, }, - [0x1F023]={ + [0x1F0E6]={ category="so", - description="MAHJONG TILE ORCHID", + description="PLAYING CARD TRUMP-6", direction="on", linebreak="id", - unicodeslot=0x1F023, + unicodeslot=0x1F0E6, }, - [0x1F024]={ + [0x1F0E7]={ category="so", - description="MAHJONG TILE BAMBOO", + description="PLAYING CARD TRUMP-7", direction="on", linebreak="id", - unicodeslot=0x1F024, + unicodeslot=0x1F0E7, }, - [0x1F025]={ + [0x1F0E8]={ category="so", - description="MAHJONG TILE CHRYSANTHEMUM", + description="PLAYING CARD TRUMP-8", direction="on", linebreak="id", - unicodeslot=0x1F025, + unicodeslot=0x1F0E8, }, - [0x1F026]={ + [0x1F0E9]={ category="so", - description="MAHJONG TILE SPRING", + description="PLAYING CARD TRUMP-9", direction="on", linebreak="id", - unicodeslot=0x1F026, + unicodeslot=0x1F0E9, }, - [0x1F027]={ + [0x1F0EA]={ category="so", - description="MAHJONG TILE SUMMER", + description="PLAYING CARD TRUMP-10", direction="on", linebreak="id", - unicodeslot=0x1F027, + unicodeslot=0x1F0EA, }, - [0x1F028]={ + [0x1F0EB]={ category="so", - description="MAHJONG TILE AUTUMN", + description="PLAYING CARD TRUMP-11", direction="on", linebreak="id", - unicodeslot=0x1F028, + unicodeslot=0x1F0EB, }, - [0x1F029]={ + [0x1F0EC]={ category="so", - description="MAHJONG TILE WINTER", + description="PLAYING CARD TRUMP-12", direction="on", linebreak="id", - unicodeslot=0x1F029, + unicodeslot=0x1F0EC, }, - [0x1F02A]={ + [0x1F0ED]={ category="so", - description="MAHJONG TILE JOKER", + description="PLAYING CARD TRUMP-13", direction="on", linebreak="id", - unicodeslot=0x1F02A, + unicodeslot=0x1F0ED, }, - [0x1F02B]={ + [0x1F0EE]={ category="so", - description="MAHJONG TILE BACK", + description="PLAYING CARD TRUMP-14", direction="on", linebreak="id", - unicodeslot=0x1F02B, + unicodeslot=0x1F0EE, }, - [0x1F030]={ + [0x1F0EF]={ category="so", - description="DOMINO TILE HORIZONTAL BACK", + description="PLAYING CARD TRUMP-15", direction="on", linebreak="id", - unicodeslot=0x1F030, + unicodeslot=0x1F0EF, }, - [0x1F031]={ + [0x1F0F0]={ category="so", - description="DOMINO TILE HORIZONTAL-00-00", + description="PLAYING CARD TRUMP-16", direction="on", linebreak="id", - unicodeslot=0x1F031, + unicodeslot=0x1F0F0, }, - [0x1F032]={ + [0x1F0F1]={ category="so", - description="DOMINO TILE HORIZONTAL-00-01", + description="PLAYING CARD TRUMP-17", direction="on", linebreak="id", - unicodeslot=0x1F032, + unicodeslot=0x1F0F1, }, - [0x1F033]={ + [0x1F0F2]={ category="so", - description="DOMINO TILE HORIZONTAL-00-02", + description="PLAYING CARD TRUMP-18", direction="on", linebreak="id", - unicodeslot=0x1F033, + unicodeslot=0x1F0F2, }, - [0x1F034]={ + [0x1F0F3]={ category="so", - description="DOMINO TILE HORIZONTAL-00-03", + description="PLAYING CARD TRUMP-19", direction="on", linebreak="id", - unicodeslot=0x1F034, + unicodeslot=0x1F0F3, }, - [0x1F035]={ + [0x1F0F4]={ category="so", - description="DOMINO TILE HORIZONTAL-00-04", + description="PLAYING CARD TRUMP-20", direction="on", linebreak="id", - unicodeslot=0x1F035, + unicodeslot=0x1F0F4, }, - [0x1F036]={ + [0x1F0F5]={ category="so", - description="DOMINO TILE HORIZONTAL-00-05", + description="PLAYING CARD TRUMP-21", direction="on", linebreak="id", - unicodeslot=0x1F036, + unicodeslot=0x1F0F5, }, - [0x1F037]={ + [0x1F100]={ + category="no", + cjkwd="a", + description="DIGIT ZERO FULL STOP", + direction="en", + linebreak="ai", + specials={ "compat", 0x30, 0x2E }, + unicodeslot=0x1F100, + }, + [0x1F101]={ + category="no", + cjkwd="a", + description="DIGIT ZERO COMMA", + direction="en", + linebreak="ai", + specials={ "compat", 0x30, 0x2C }, + unicodeslot=0x1F101, + }, + [0x1F102]={ + category="no", + cjkwd="a", + description="DIGIT ONE COMMA", + direction="en", + linebreak="ai", + specials={ "compat", 0x31, 0x2C }, + unicodeslot=0x1F102, + }, + [0x1F103]={ + category="no", + cjkwd="a", + description="DIGIT TWO COMMA", + direction="en", + linebreak="ai", + specials={ "compat", 0x32, 0x2C }, + unicodeslot=0x1F103, + }, + [0x1F104]={ + category="no", + cjkwd="a", + description="DIGIT THREE COMMA", + direction="en", + linebreak="ai", + specials={ "compat", 0x33, 0x2C }, + unicodeslot=0x1F104, + }, + [0x1F105]={ + category="no", + cjkwd="a", + description="DIGIT FOUR COMMA", + direction="en", + linebreak="ai", + specials={ "compat", 0x34, 0x2C }, + unicodeslot=0x1F105, + }, + [0x1F106]={ + category="no", + cjkwd="a", + description="DIGIT FIVE COMMA", + direction="en", + linebreak="ai", + specials={ "compat", 0x35, 0x2C }, + unicodeslot=0x1F106, + }, + [0x1F107]={ + category="no", + cjkwd="a", + description="DIGIT SIX COMMA", + direction="en", + linebreak="ai", + specials={ "compat", 0x36, 0x2C }, + unicodeslot=0x1F107, + }, + [0x1F108]={ + category="no", + cjkwd="a", + description="DIGIT SEVEN COMMA", + direction="en", + linebreak="ai", + specials={ "compat", 0x37, 0x2C }, + unicodeslot=0x1F108, + }, + [0x1F109]={ + category="no", + cjkwd="a", + description="DIGIT EIGHT COMMA", + direction="en", + linebreak="ai", + specials={ "compat", 0x38, 0x2C }, + unicodeslot=0x1F109, + }, + [0x1F10A]={ + category="no", + cjkwd="a", + description="DIGIT NINE COMMA", + direction="en", + linebreak="ai", + specials={ "compat", 0x39, 0x2C }, + unicodeslot=0x1F10A, + }, + [0x1F10B]={ + category="no", + description="DINGBAT CIRCLED SANS-SERIF DIGIT ZERO", + direction="on", + linebreak="ai", + unicodeslot=0x1F10B, + }, + [0x1F10C]={ + category="no", + description="DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT ZERO", + direction="on", + linebreak="ai", + unicodeslot=0x1F10C, + }, + [0x1F10D]={ category="so", - description="DOMINO TILE HORIZONTAL-00-06", + description="CIRCLED ZERO WITH SLASH", direction="on", linebreak="id", - unicodeslot=0x1F037, + unicodeslot=0x1F10D, }, - [0x1F038]={ + [0x1F10E]={ category="so", - description="DOMINO TILE HORIZONTAL-01-00", + description="CIRCLED ANTICLOCKWISE ARROW", direction="on", linebreak="id", - unicodeslot=0x1F038, + unicodeslot=0x1F10E, + }, + [0x1F10F]={ + category="so", + description="CIRCLED DOLLAR SIGN WITH OVERLAID BACKSLASH", + direction="on", + linebreak="id", + unicodeslot=0x1F10F, + }, + [0x1F110]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER A", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x41, 0x29 }, + unicodeslot=0x1F110, + }, + [0x1F111]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER B", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x42, 0x29 }, + unicodeslot=0x1F111, + }, + [0x1F112]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER C", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x43, 0x29 }, + unicodeslot=0x1F112, + }, + [0x1F113]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER D", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x44, 0x29 }, + unicodeslot=0x1F113, + }, + [0x1F114]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER E", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x45, 0x29 }, + unicodeslot=0x1F114, + }, + [0x1F115]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER F", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x46, 0x29 }, + unicodeslot=0x1F115, + }, + [0x1F116]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER G", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x47, 0x29 }, + unicodeslot=0x1F116, + }, + [0x1F117]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER H", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x48, 0x29 }, + unicodeslot=0x1F117, + }, + [0x1F118]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER I", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x49, 0x29 }, + unicodeslot=0x1F118, + }, + [0x1F119]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER J", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x4A, 0x29 }, + unicodeslot=0x1F119, + }, + [0x1F11A]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER K", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x4B, 0x29 }, + unicodeslot=0x1F11A, + }, + [0x1F11B]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER L", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x4C, 0x29 }, + unicodeslot=0x1F11B, + }, + [0x1F11C]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER M", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x4D, 0x29 }, + unicodeslot=0x1F11C, + }, + [0x1F11D]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER N", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x4E, 0x29 }, + unicodeslot=0x1F11D, + }, + [0x1F11E]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER O", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x4F, 0x29 }, + unicodeslot=0x1F11E, + }, + [0x1F11F]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER P", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x50, 0x29 }, + unicodeslot=0x1F11F, + }, + [0x1F120]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER Q", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x51, 0x29 }, + unicodeslot=0x1F120, + }, + [0x1F121]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER R", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x52, 0x29 }, + unicodeslot=0x1F121, + }, + [0x1F122]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER S", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x53, 0x29 }, + unicodeslot=0x1F122, + }, + [0x1F123]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER T", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x54, 0x29 }, + unicodeslot=0x1F123, + }, + [0x1F124]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER U", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x55, 0x29 }, + unicodeslot=0x1F124, + }, + [0x1F125]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER V", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x56, 0x29 }, + unicodeslot=0x1F125, + }, + [0x1F126]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER W", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x57, 0x29 }, + unicodeslot=0x1F126, + }, + [0x1F127]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER X", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x58, 0x29 }, + unicodeslot=0x1F127, + }, + [0x1F128]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER Y", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x59, 0x29 }, + unicodeslot=0x1F128, + }, + [0x1F129]={ + category="so", + cjkwd="a", + description="PARENTHESIZED LATIN CAPITAL LETTER Z", + direction="l", + linebreak="ai", + specials={ "compat", 0x28, 0x5A, 0x29 }, + unicodeslot=0x1F129, + }, + [0x1F12A]={ + category="so", + cjkwd="a", + description="TORTOISE SHELL BRACKETED LATIN CAPITAL LETTER S", + direction="l", + linebreak="ai", + specials={ "compat", 0x3014, 0x53, 0x3015 }, + unicodeslot=0x1F12A, + }, + [0x1F12B]={ + category="so", + cjkwd="a", + description="CIRCLED ITALIC LATIN CAPITAL LETTER C", + direction="l", + linebreak="ai", + specials={ "circle", 0x43 }, + unicodeslot=0x1F12B, + }, + [0x1F12C]={ + category="so", + cjkwd="a", + description="CIRCLED ITALIC LATIN CAPITAL LETTER R", + direction="l", + linebreak="ai", + specials={ "circle", 0x52 }, + unicodeslot=0x1F12C, + }, + [0x1F12D]={ + category="so", + cjkwd="a", + description="CIRCLED CD", + direction="l", + linebreak="ai", + specials={ "circle", 0x43, 0x44 }, + unicodeslot=0x1F12D, + }, + [0x1F12E]={ + category="so", + description="CIRCLED WZ", + direction="l", + linebreak="al", + specials={ "circle", 0x57, 0x5A }, + unicodeslot=0x1F12E, + }, + [0x1F12F]={ + category="so", + description="COPYLEFT SYMBOL", + direction="on", + linebreak="al", + unicodeslot=0x1F12F, + }, + [0x1F130]={ + category="so", + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER A", + direction="l", + linebreak="ai", + specials={ "square", 0x41 }, + unicodeslot=0x1F130, + }, + [0x1F131]={ + category="so", + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER B", + direction="l", + linebreak="ai", + specials={ "square", 0x42 }, + unicodeslot=0x1F131, + }, + [0x1F132]={ + category="so", + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER C", + direction="l", + linebreak="ai", + specials={ "square", 0x43 }, + unicodeslot=0x1F132, + }, + [0x1F133]={ + category="so", + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER D", + direction="l", + linebreak="ai", + specials={ "square", 0x44 }, + unicodeslot=0x1F133, + }, + [0x1F134]={ + category="so", + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER E", + direction="l", + linebreak="ai", + specials={ "square", 0x45 }, + unicodeslot=0x1F134, + }, + [0x1F135]={ + category="so", + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER F", + direction="l", + linebreak="ai", + specials={ "square", 0x46 }, + unicodeslot=0x1F135, + }, + [0x1F136]={ + category="so", + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER G", + direction="l", + linebreak="ai", + specials={ "square", 0x47 }, + unicodeslot=0x1F136, + }, + [0x1F137]={ + category="so", + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER H", + direction="l", + linebreak="ai", + specials={ "square", 0x48 }, + unicodeslot=0x1F137, + }, + [0x1F138]={ + category="so", + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER I", + direction="l", + linebreak="ai", + specials={ "square", 0x49 }, + unicodeslot=0x1F138, + }, + [0x1F139]={ + category="so", + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER J", + direction="l", + linebreak="ai", + specials={ "square", 0x4A }, + unicodeslot=0x1F139, + }, + [0x1F13A]={ + category="so", + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER K", + direction="l", + linebreak="ai", + specials={ "square", 0x4B }, + unicodeslot=0x1F13A, + }, + [0x1F13B]={ + category="so", + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER L", + direction="l", + linebreak="ai", + specials={ "square", 0x4C }, + unicodeslot=0x1F13B, + }, + [0x1F13C]={ + category="so", + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER M", + direction="l", + linebreak="ai", + specials={ "square", 0x4D }, + unicodeslot=0x1F13C, + }, + [0x1F13D]={ + category="so", + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER N", + direction="l", + linebreak="ai", + specials={ "square", 0x4E }, + unicodeslot=0x1F13D, + }, + [0x1F13E]={ + category="so", + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER O", + direction="l", + linebreak="ai", + specials={ "square", 0x4F }, + unicodeslot=0x1F13E, + }, + [0x1F13F]={ + category="so", + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER P", + direction="l", + linebreak="ai", + specials={ "square", 0x50 }, + unicodeslot=0x1F13F, + }, + [0x1F140]={ + category="so", + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER Q", + direction="l", + linebreak="ai", + specials={ "square", 0x51 }, + unicodeslot=0x1F140, + }, + [0x1F141]={ + category="so", + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER R", + direction="l", + linebreak="ai", + specials={ "square", 0x52 }, + unicodeslot=0x1F141, + }, + [0x1F142]={ + category="so", + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER S", + direction="l", + linebreak="ai", + specials={ "square", 0x53 }, + unicodeslot=0x1F142, + }, + [0x1F143]={ + category="so", + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER T", + direction="l", + linebreak="ai", + specials={ "square", 0x54 }, + unicodeslot=0x1F143, + }, + [0x1F144]={ + category="so", + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER U", + direction="l", + linebreak="ai", + specials={ "square", 0x55 }, + unicodeslot=0x1F144, + }, + [0x1F145]={ + category="so", + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER V", + direction="l", + linebreak="ai", + specials={ "square", 0x56 }, + unicodeslot=0x1F145, + }, + [0x1F146]={ + category="so", + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER W", + direction="l", + linebreak="ai", + specials={ "square", 0x57 }, + unicodeslot=0x1F146, + }, + [0x1F147]={ + category="so", + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER X", + direction="l", + linebreak="ai", + specials={ "square", 0x58 }, + unicodeslot=0x1F147, }, - [0x1F039]={ + [0x1F148]={ category="so", - description="DOMINO TILE HORIZONTAL-01-01", - direction="on", - linebreak="id", - unicodeslot=0x1F039, + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER Y", + direction="l", + linebreak="ai", + specials={ "square", 0x59 }, + unicodeslot=0x1F148, }, - [0x1F03A]={ + [0x1F149]={ category="so", - description="DOMINO TILE HORIZONTAL-01-02", - direction="on", - linebreak="id", - unicodeslot=0x1F03A, + cjkwd="a", + description="SQUARED LATIN CAPITAL LETTER Z", + direction="l", + linebreak="ai", + specials={ "square", 0x5A }, + unicodeslot=0x1F149, }, - [0x1F03B]={ + [0x1F14A]={ category="so", - description="DOMINO TILE HORIZONTAL-01-03", - direction="on", - linebreak="id", - unicodeslot=0x1F03B, + cjkwd="a", + description="SQUARED HV", + direction="l", + linebreak="ai", + specials={ "square", 0x48, 0x56 }, + unicodeslot=0x1F14A, }, - [0x1F03C]={ + [0x1F14B]={ category="so", - description="DOMINO TILE HORIZONTAL-01-04", - direction="on", - linebreak="id", - unicodeslot=0x1F03C, + cjkwd="a", + description="SQUARED MV", + direction="l", + linebreak="ai", + specials={ "square", 0x4D, 0x56 }, + unicodeslot=0x1F14B, }, - [0x1F03D]={ + [0x1F14C]={ category="so", - description="DOMINO TILE HORIZONTAL-01-05", - direction="on", - linebreak="id", - unicodeslot=0x1F03D, + cjkwd="a", + description="SQUARED SD", + direction="l", + linebreak="ai", + specials={ "square", 0x53, 0x44 }, + unicodeslot=0x1F14C, }, - [0x1F03E]={ + [0x1F14D]={ category="so", - description="DOMINO TILE HORIZONTAL-01-06", - direction="on", - linebreak="id", - unicodeslot=0x1F03E, + cjkwd="a", + description="SQUARED SS", + direction="l", + linebreak="ai", + specials={ "square", 0x53, 0x53 }, + unicodeslot=0x1F14D, }, - [0x1F03F]={ + [0x1F14E]={ category="so", - description="DOMINO TILE HORIZONTAL-02-00", - direction="on", - linebreak="id", - unicodeslot=0x1F03F, + cjkwd="a", + description="SQUARED PPV", + direction="l", + linebreak="ai", + specials={ "square", 0x50, 0x50, 0x56 }, + unicodeslot=0x1F14E, }, - [0x1F040]={ + [0x1F14F]={ category="so", - description="DOMINO TILE HORIZONTAL-02-01", - direction="on", - linebreak="id", - unicodeslot=0x1F040, + cjkwd="a", + description="SQUARED WC", + direction="l", + linebreak="ai", + specials={ "square", 0x57, 0x43 }, + unicodeslot=0x1F14F, }, - [0x1F041]={ + [0x1F150]={ category="so", - description="DOMINO TILE HORIZONTAL-02-02", - direction="on", - linebreak="id", - unicodeslot=0x1F041, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER A", + direction="l", + linebreak="ai", + unicodeslot=0x1F150, }, - [0x1F042]={ + [0x1F151]={ category="so", - description="DOMINO TILE HORIZONTAL-02-03", - direction="on", - linebreak="id", - unicodeslot=0x1F042, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER B", + direction="l", + linebreak="ai", + unicodeslot=0x1F151, }, - [0x1F043]={ + [0x1F152]={ category="so", - description="DOMINO TILE HORIZONTAL-02-04", - direction="on", - linebreak="id", - unicodeslot=0x1F043, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER C", + direction="l", + linebreak="ai", + unicodeslot=0x1F152, }, - [0x1F044]={ + [0x1F153]={ category="so", - description="DOMINO TILE HORIZONTAL-02-05", - direction="on", - linebreak="id", - unicodeslot=0x1F044, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER D", + direction="l", + linebreak="ai", + unicodeslot=0x1F153, }, - [0x1F045]={ + [0x1F154]={ category="so", - description="DOMINO TILE HORIZONTAL-02-06", - direction="on", - linebreak="id", - unicodeslot=0x1F045, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER E", + direction="l", + linebreak="ai", + unicodeslot=0x1F154, }, - [0x1F046]={ + [0x1F155]={ category="so", - description="DOMINO TILE HORIZONTAL-03-00", - direction="on", - linebreak="id", - unicodeslot=0x1F046, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER F", + direction="l", + linebreak="ai", + unicodeslot=0x1F155, }, - [0x1F047]={ + [0x1F156]={ category="so", - description="DOMINO TILE HORIZONTAL-03-01", - direction="on", - linebreak="id", - unicodeslot=0x1F047, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER G", + direction="l", + linebreak="ai", + unicodeslot=0x1F156, }, - [0x1F048]={ + [0x1F157]={ category="so", - description="DOMINO TILE HORIZONTAL-03-02", - direction="on", - linebreak="id", - unicodeslot=0x1F048, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER H", + direction="l", + linebreak="ai", + unicodeslot=0x1F157, }, - [0x1F049]={ + [0x1F158]={ category="so", - description="DOMINO TILE HORIZONTAL-03-03", - direction="on", - linebreak="id", - unicodeslot=0x1F049, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER I", + direction="l", + linebreak="ai", + unicodeslot=0x1F158, }, - [0x1F04A]={ + [0x1F159]={ category="so", - description="DOMINO TILE HORIZONTAL-03-04", - direction="on", - linebreak="id", - unicodeslot=0x1F04A, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER J", + direction="l", + linebreak="ai", + unicodeslot=0x1F159, }, - [0x1F04B]={ + [0x1F15A]={ category="so", - description="DOMINO TILE HORIZONTAL-03-05", - direction="on", - linebreak="id", - unicodeslot=0x1F04B, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER K", + direction="l", + linebreak="ai", + unicodeslot=0x1F15A, }, - [0x1F04C]={ + [0x1F15B]={ category="so", - description="DOMINO TILE HORIZONTAL-03-06", - direction="on", - linebreak="id", - unicodeslot=0x1F04C, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER L", + direction="l", + linebreak="ai", + unicodeslot=0x1F15B, }, - [0x1F04D]={ + [0x1F15C]={ category="so", - description="DOMINO TILE HORIZONTAL-04-00", - direction="on", - linebreak="id", - unicodeslot=0x1F04D, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER M", + direction="l", + linebreak="ai", + unicodeslot=0x1F15C, }, - [0x1F04E]={ + [0x1F15D]={ category="so", - description="DOMINO TILE HORIZONTAL-04-01", - direction="on", - linebreak="id", - unicodeslot=0x1F04E, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER N", + direction="l", + linebreak="ai", + unicodeslot=0x1F15D, }, - [0x1F04F]={ + [0x1F15E]={ category="so", - description="DOMINO TILE HORIZONTAL-04-02", - direction="on", - linebreak="id", - unicodeslot=0x1F04F, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER O", + direction="l", + linebreak="ai", + unicodeslot=0x1F15E, }, - [0x1F050]={ + [0x1F15F]={ category="so", - description="DOMINO TILE HORIZONTAL-04-03", - direction="on", - linebreak="id", - unicodeslot=0x1F050, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER P", + direction="l", + linebreak="ai", + unicodeslot=0x1F15F, }, - [0x1F051]={ + [0x1F160]={ category="so", - description="DOMINO TILE HORIZONTAL-04-04", - direction="on", - linebreak="id", - unicodeslot=0x1F051, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER Q", + direction="l", + linebreak="ai", + unicodeslot=0x1F160, }, - [0x1F052]={ + [0x1F161]={ category="so", - description="DOMINO TILE HORIZONTAL-04-05", - direction="on", - linebreak="id", - unicodeslot=0x1F052, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER R", + direction="l", + linebreak="ai", + unicodeslot=0x1F161, }, - [0x1F053]={ + [0x1F162]={ category="so", - description="DOMINO TILE HORIZONTAL-04-06", - direction="on", - linebreak="id", - unicodeslot=0x1F053, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER S", + direction="l", + linebreak="ai", + unicodeslot=0x1F162, }, - [0x1F054]={ + [0x1F163]={ category="so", - description="DOMINO TILE HORIZONTAL-05-00", - direction="on", - linebreak="id", - unicodeslot=0x1F054, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER T", + direction="l", + linebreak="ai", + unicodeslot=0x1F163, }, - [0x1F055]={ + [0x1F164]={ category="so", - description="DOMINO TILE HORIZONTAL-05-01", - direction="on", - linebreak="id", - unicodeslot=0x1F055, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER U", + direction="l", + linebreak="ai", + unicodeslot=0x1F164, }, - [0x1F056]={ + [0x1F165]={ category="so", - description="DOMINO TILE HORIZONTAL-05-02", - direction="on", - linebreak="id", - unicodeslot=0x1F056, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER V", + direction="l", + linebreak="ai", + unicodeslot=0x1F165, }, - [0x1F057]={ + [0x1F166]={ category="so", - description="DOMINO TILE HORIZONTAL-05-03", - direction="on", - linebreak="id", - unicodeslot=0x1F057, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER W", + direction="l", + linebreak="ai", + unicodeslot=0x1F166, }, - [0x1F058]={ + [0x1F167]={ category="so", - description="DOMINO TILE HORIZONTAL-05-04", - direction="on", - linebreak="id", - unicodeslot=0x1F058, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER X", + direction="l", + linebreak="ai", + unicodeslot=0x1F167, }, - [0x1F059]={ + [0x1F168]={ category="so", - description="DOMINO TILE HORIZONTAL-05-05", - direction="on", - linebreak="id", - unicodeslot=0x1F059, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER Y", + direction="l", + linebreak="ai", + unicodeslot=0x1F168, }, - [0x1F05A]={ + [0x1F169]={ category="so", - description="DOMINO TILE HORIZONTAL-05-06", - direction="on", - linebreak="id", - unicodeslot=0x1F05A, + cjkwd="a", + description="NEGATIVE CIRCLED LATIN CAPITAL LETTER Z", + direction="l", + linebreak="ai", + unicodeslot=0x1F169, }, - [0x1F05B]={ + [0x1F16A]={ category="so", - description="DOMINO TILE HORIZONTAL-06-00", + description="RAISED MC SIGN", direction="on", - linebreak="id", - unicodeslot=0x1F05B, + linebreak="al", + specials={ "super", 0x4D, 0x43 }, + synonyms={ "marque de commerce" }, + unicodeslot=0x1F16A, }, - [0x1F05C]={ + [0x1F16B]={ category="so", - description="DOMINO TILE HORIZONTAL-06-01", + description="RAISED MD SIGN", direction="on", - linebreak="id", - unicodeslot=0x1F05C, + linebreak="al", + specials={ "super", 0x4D, 0x44 }, + synonyms={ "marque deposee" }, + unicodeslot=0x1F16B, }, - [0x1F05D]={ + [0x1F16C]={ category="so", - description="DOMINO TILE HORIZONTAL-06-02", + description="RAISED MR SIGN", direction="on", - linebreak="id", - unicodeslot=0x1F05D, + linebreak="al", + specials={ "super", 0x4D, 0x52 }, + unicodeslot=0x1F16C, }, - [0x1F05E]={ + [0x1F16D]={ category="so", - description="DOMINO TILE HORIZONTAL-06-03", + description="CIRCLED CC", direction="on", linebreak="id", - unicodeslot=0x1F05E, + unicodeslot=0x1F16D, }, - [0x1F05F]={ + [0x1F16E]={ category="so", - description="DOMINO TILE HORIZONTAL-06-04", + description="CIRCLED C WITH OVERLAID BACKSLASH", direction="on", linebreak="id", - unicodeslot=0x1F05F, + unicodeslot=0x1F16E, }, - [0x1F060]={ + [0x1F16F]={ category="so", - description="DOMINO TILE HORIZONTAL-06-05", + description="CIRCLED HUMAN FIGURE", direction="on", linebreak="id", - unicodeslot=0x1F060, + unicodeslot=0x1F16F, }, - [0x1F061]={ + [0x1F170]={ category="so", - description="DOMINO TILE HORIZONTAL-06-06", - direction="on", - linebreak="id", - unicodeslot=0x1F061, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER A", + direction="l", + linebreak="ai", + unicodeslot=0x1F170, + variants=variants_emoji, }, - [0x1F062]={ + [0x1F171]={ category="so", - description="DOMINO TILE VERTICAL BACK", - direction="on", - linebreak="id", - unicodeslot=0x1F062, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER B", + direction="l", + linebreak="ai", + unicodeslot=0x1F171, + variants=variants_emoji, }, - [0x1F063]={ + [0x1F172]={ category="so", - description="DOMINO TILE VERTICAL-00-00", - direction="on", - linebreak="id", - unicodeslot=0x1F063, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER C", + direction="l", + linebreak="ai", + unicodeslot=0x1F172, }, - [0x1F064]={ + [0x1F173]={ category="so", - description="DOMINO TILE VERTICAL-00-01", - direction="on", - linebreak="id", - unicodeslot=0x1F064, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER D", + direction="l", + linebreak="ai", + unicodeslot=0x1F173, }, - [0x1F065]={ + [0x1F174]={ category="so", - description="DOMINO TILE VERTICAL-00-02", - direction="on", - linebreak="id", - unicodeslot=0x1F065, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER E", + direction="l", + linebreak="ai", + unicodeslot=0x1F174, }, - [0x1F066]={ + [0x1F175]={ category="so", - description="DOMINO TILE VERTICAL-00-03", - direction="on", - linebreak="id", - unicodeslot=0x1F066, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER F", + direction="l", + linebreak="ai", + unicodeslot=0x1F175, }, - [0x1F067]={ + [0x1F176]={ category="so", - description="DOMINO TILE VERTICAL-00-04", - direction="on", - linebreak="id", - unicodeslot=0x1F067, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER G", + direction="l", + linebreak="ai", + unicodeslot=0x1F176, }, - [0x1F068]={ + [0x1F177]={ category="so", - description="DOMINO TILE VERTICAL-00-05", - direction="on", - linebreak="id", - unicodeslot=0x1F068, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER H", + direction="l", + linebreak="ai", + unicodeslot=0x1F177, }, - [0x1F069]={ + [0x1F178]={ category="so", - description="DOMINO TILE VERTICAL-00-06", - direction="on", - linebreak="id", - unicodeslot=0x1F069, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER I", + direction="l", + linebreak="ai", + unicodeslot=0x1F178, }, - [0x1F06A]={ + [0x1F179]={ category="so", - description="DOMINO TILE VERTICAL-01-00", - direction="on", - linebreak="id", - unicodeslot=0x1F06A, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER J", + direction="l", + linebreak="ai", + unicodeslot=0x1F179, }, - [0x1F06B]={ + [0x1F17A]={ category="so", - description="DOMINO TILE VERTICAL-01-01", - direction="on", - linebreak="id", - unicodeslot=0x1F06B, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER K", + direction="l", + linebreak="ai", + unicodeslot=0x1F17A, }, - [0x1F06C]={ + [0x1F17B]={ category="so", - description="DOMINO TILE VERTICAL-01-02", - direction="on", - linebreak="id", - unicodeslot=0x1F06C, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER L", + direction="l", + linebreak="ai", + unicodeslot=0x1F17B, }, - [0x1F06D]={ + [0x1F17C]={ category="so", - description="DOMINO TILE VERTICAL-01-03", - direction="on", - linebreak="id", - unicodeslot=0x1F06D, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER M", + direction="l", + linebreak="ai", + unicodeslot=0x1F17C, }, - [0x1F06E]={ + [0x1F17D]={ category="so", - description="DOMINO TILE VERTICAL-01-04", - direction="on", - linebreak="id", - unicodeslot=0x1F06E, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER N", + direction="l", + linebreak="ai", + unicodeslot=0x1F17D, }, - [0x1F06F]={ + [0x1F17E]={ category="so", - description="DOMINO TILE VERTICAL-01-05", - direction="on", - linebreak="id", - unicodeslot=0x1F06F, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER O", + direction="l", + linebreak="ai", + unicodeslot=0x1F17E, + variants=variants_emoji, }, - [0x1F070]={ + [0x1F17F]={ category="so", - description="DOMINO TILE VERTICAL-01-06", - direction="on", - linebreak="id", - unicodeslot=0x1F070, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER P", + direction="l", + linebreak="ai", + unicodeslot=0x1F17F, + variants=variants_emoji, }, - [0x1F071]={ + [0x1F180]={ category="so", - description="DOMINO TILE VERTICAL-02-00", - direction="on", - linebreak="id", - unicodeslot=0x1F071, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER Q", + direction="l", + linebreak="ai", + unicodeslot=0x1F180, }, - [0x1F072]={ + [0x1F181]={ category="so", - description="DOMINO TILE VERTICAL-02-01", - direction="on", - linebreak="id", - unicodeslot=0x1F072, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER R", + direction="l", + linebreak="ai", + unicodeslot=0x1F181, }, - [0x1F073]={ + [0x1F182]={ category="so", - description="DOMINO TILE VERTICAL-02-02", - direction="on", - linebreak="id", - unicodeslot=0x1F073, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER S", + direction="l", + linebreak="ai", + unicodeslot=0x1F182, }, - [0x1F074]={ + [0x1F183]={ category="so", - description="DOMINO TILE VERTICAL-02-03", - direction="on", - linebreak="id", - unicodeslot=0x1F074, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER T", + direction="l", + linebreak="ai", + unicodeslot=0x1F183, }, - [0x1F075]={ + [0x1F184]={ category="so", - description="DOMINO TILE VERTICAL-02-04", - direction="on", - linebreak="id", - unicodeslot=0x1F075, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER U", + direction="l", + linebreak="ai", + unicodeslot=0x1F184, }, - [0x1F076]={ + [0x1F185]={ category="so", - description="DOMINO TILE VERTICAL-02-05", - direction="on", - linebreak="id", - unicodeslot=0x1F076, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER V", + direction="l", + linebreak="ai", + unicodeslot=0x1F185, }, - [0x1F077]={ + [0x1F186]={ category="so", - description="DOMINO TILE VERTICAL-02-06", - direction="on", - linebreak="id", - unicodeslot=0x1F077, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER W", + direction="l", + linebreak="ai", + unicodeslot=0x1F186, }, - [0x1F078]={ + [0x1F187]={ category="so", - description="DOMINO TILE VERTICAL-03-00", - direction="on", - linebreak="id", - unicodeslot=0x1F078, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER X", + direction="l", + linebreak="ai", + unicodeslot=0x1F187, }, - [0x1F079]={ + [0x1F188]={ category="so", - description="DOMINO TILE VERTICAL-03-01", - direction="on", - linebreak="id", - unicodeslot=0x1F079, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER Y", + direction="l", + linebreak="ai", + unicodeslot=0x1F188, }, - [0x1F07A]={ + [0x1F189]={ category="so", - description="DOMINO TILE VERTICAL-03-02", - direction="on", - linebreak="id", - unicodeslot=0x1F07A, + cjkwd="a", + description="NEGATIVE SQUARED LATIN CAPITAL LETTER Z", + direction="l", + linebreak="ai", + unicodeslot=0x1F189, }, - [0x1F07B]={ + [0x1F18A]={ category="so", - description="DOMINO TILE VERTICAL-03-03", - direction="on", - linebreak="id", - unicodeslot=0x1F07B, + cjkwd="a", + description="CROSSED NEGATIVE SQUARED LATIN CAPITAL LETTER P", + direction="l", + linebreak="ai", + unicodeslot=0x1F18A, }, - [0x1F07C]={ + [0x1F18B]={ category="so", - description="DOMINO TILE VERTICAL-03-04", - direction="on", - linebreak="id", - unicodeslot=0x1F07C, + cjkwd="a", + description="NEGATIVE SQUARED IC", + direction="l", + linebreak="ai", + unicodeslot=0x1F18B, }, - [0x1F07D]={ + [0x1F18C]={ category="so", - description="DOMINO TILE VERTICAL-03-05", - direction="on", - linebreak="id", - unicodeslot=0x1F07D, + cjkwd="a", + description="NEGATIVE SQUARED PA", + direction="l", + linebreak="ai", + unicodeslot=0x1F18C, }, - [0x1F07E]={ + [0x1F18D]={ category="so", - description="DOMINO TILE VERTICAL-03-06", - direction="on", - linebreak="id", - unicodeslot=0x1F07E, + cjkwd="a", + description="NEGATIVE SQUARED SA", + direction="l", + linebreak="ai", + unicodeslot=0x1F18D, }, - [0x1F07F]={ + [0x1F18E]={ category="so", - description="DOMINO TILE VERTICAL-04-00", - direction="on", - linebreak="id", - unicodeslot=0x1F07F, + cjkwd="w", + description="NEGATIVE SQUARED AB", + direction="l", + linebreak="ai", + unicodeslot=0x1F18E, }, - [0x1F080]={ + [0x1F18F]={ category="so", - description="DOMINO TILE VERTICAL-04-01", - direction="on", - linebreak="id", - unicodeslot=0x1F080, + cjkwd="a", + description="NEGATIVE SQUARED WC", + direction="l", + linebreak="ai", + unicodeslot=0x1F18F, }, - [0x1F081]={ + [0x1F190]={ category="so", - description="DOMINO TILE VERTICAL-04-02", - direction="on", - linebreak="id", - unicodeslot=0x1F081, + cjkwd="a", + description="SQUARE DJ", + direction="l", + linebreak="ai", + specials={ "square", 0x44, 0x4A }, + unicodeslot=0x1F190, }, - [0x1F082]={ + [0x1F191]={ category="so", - description="DOMINO TILE VERTICAL-04-03", - direction="on", - linebreak="id", - unicodeslot=0x1F082, + cjkwd="w", + description="SQUARED CL", + direction="l", + linebreak="ai", + unicodeslot=0x1F191, }, - [0x1F083]={ + [0x1F192]={ category="so", - description="DOMINO TILE VERTICAL-04-04", - direction="on", - linebreak="id", - unicodeslot=0x1F083, + cjkwd="w", + description="SQUARED COOL", + direction="l", + linebreak="ai", + unicodeslot=0x1F192, }, - [0x1F084]={ + [0x1F193]={ category="so", - description="DOMINO TILE VERTICAL-04-05", - direction="on", - linebreak="id", - unicodeslot=0x1F084, + cjkwd="w", + description="SQUARED FREE", + direction="l", + linebreak="ai", + unicodeslot=0x1F193, }, - [0x1F085]={ + [0x1F194]={ category="so", - description="DOMINO TILE VERTICAL-04-06", - direction="on", - linebreak="id", - unicodeslot=0x1F085, + cjkwd="w", + description="SQUARED ID", + direction="l", + linebreak="ai", + unicodeslot=0x1F194, }, - [0x1F086]={ + [0x1F195]={ category="so", - description="DOMINO TILE VERTICAL-05-00", - direction="on", - linebreak="id", - unicodeslot=0x1F086, + cjkwd="w", + description="SQUARED NEW", + direction="l", + linebreak="ai", + unicodeslot=0x1F195, }, - [0x1F087]={ + [0x1F196]={ category="so", - description="DOMINO TILE VERTICAL-05-01", - direction="on", - linebreak="id", - unicodeslot=0x1F087, + cjkwd="w", + description="SQUARED NG", + direction="l", + linebreak="ai", + unicodeslot=0x1F196, }, - [0x1F088]={ + [0x1F197]={ category="so", - description="DOMINO TILE VERTICAL-05-02", - direction="on", - linebreak="id", - unicodeslot=0x1F088, + cjkwd="w", + description="SQUARED OK", + direction="l", + linebreak="ai", + unicodeslot=0x1F197, }, - [0x1F089]={ + [0x1F198]={ category="so", - description="DOMINO TILE VERTICAL-05-03", - direction="on", - linebreak="id", - unicodeslot=0x1F089, + cjkwd="w", + description="SQUARED SOS", + direction="l", + linebreak="ai", + unicodeslot=0x1F198, }, - [0x1F08A]={ + [0x1F199]={ category="so", - description="DOMINO TILE VERTICAL-05-04", - direction="on", - linebreak="id", - unicodeslot=0x1F08A, + cjkwd="w", + description="SQUARED UP WITH EXCLAMATION MARK", + direction="l", + linebreak="ai", + unicodeslot=0x1F199, }, - [0x1F08B]={ + [0x1F19A]={ category="so", - description="DOMINO TILE VERTICAL-05-05", - direction="on", - linebreak="id", - unicodeslot=0x1F08B, + cjkwd="w", + description="SQUARED VS", + direction="l", + linebreak="ai", + unicodeslot=0x1F19A, }, - [0x1F08C]={ + [0x1F19B]={ category="so", - description="DOMINO TILE VERTICAL-05-06", - direction="on", - linebreak="id", - unicodeslot=0x1F08C, + cjkwd="a", + description="SQUARED THREE D", + direction="l", + linebreak="ai", + unicodeslot=0x1F19B, }, - [0x1F08D]={ + [0x1F19C]={ category="so", - description="DOMINO TILE VERTICAL-06-00", - direction="on", - linebreak="id", - unicodeslot=0x1F08D, + cjkwd="a", + description="SQUARED SECOND SCREEN", + direction="l", + linebreak="ai", + unicodeslot=0x1F19C, }, - [0x1F08E]={ + [0x1F19D]={ category="so", - description="DOMINO TILE VERTICAL-06-01", - direction="on", - linebreak="id", - unicodeslot=0x1F08E, + cjkwd="a", + description="SQUARED TWO K", + direction="l", + linebreak="ai", + unicodeslot=0x1F19D, }, - [0x1F08F]={ + [0x1F19E]={ category="so", - description="DOMINO TILE VERTICAL-06-02", - direction="on", - linebreak="id", - unicodeslot=0x1F08F, + cjkwd="a", + description="SQUARED FOUR K", + direction="l", + linebreak="ai", + unicodeslot=0x1F19E, }, - [0x1F090]={ + [0x1F19F]={ category="so", - description="DOMINO TILE VERTICAL-06-03", - direction="on", - linebreak="id", - unicodeslot=0x1F090, + cjkwd="a", + description="SQUARED EIGHT K", + direction="l", + linebreak="ai", + unicodeslot=0x1F19F, }, - [0x1F091]={ + [0x1F1A0]={ category="so", - description="DOMINO TILE VERTICAL-06-04", - direction="on", - linebreak="id", - unicodeslot=0x1F091, + cjkwd="a", + description="SQUARED FIVE POINT ONE", + direction="l", + linebreak="ai", + unicodeslot=0x1F1A0, }, - [0x1F092]={ + [0x1F1A1]={ category="so", - description="DOMINO TILE VERTICAL-06-05", - direction="on", - linebreak="id", - unicodeslot=0x1F092, + cjkwd="a", + description="SQUARED SEVEN POINT ONE", + direction="l", + linebreak="ai", + unicodeslot=0x1F1A1, }, - [0x1F093]={ + [0x1F1A2]={ category="so", - description="DOMINO TILE VERTICAL-06-06", - direction="on", - linebreak="id", - unicodeslot=0x1F093, + cjkwd="a", + description="SQUARED TWENTY-TWO POINT TWO", + direction="l", + linebreak="ai", + unicodeslot=0x1F1A2, }, - [0x1F0A0]={ + [0x1F1A3]={ category="so", - description="PLAYING CARD BACK", - direction="on", - linebreak="id", - unicodeslot=0x1F0A0, + cjkwd="a", + description="SQUARED SIXTY P", + direction="l", + linebreak="ai", + unicodeslot=0x1F1A3, }, - [0x1F0A1]={ + [0x1F1A4]={ category="so", - description="PLAYING CARD ACE OF SPADES", - direction="on", - linebreak="id", - unicodeslot=0x1F0A1, + cjkwd="a", + description="SQUARED ONE HUNDRED TWENTY P", + direction="l", + linebreak="ai", + unicodeslot=0x1F1A4, }, - [0x1F0A2]={ + [0x1F1A5]={ category="so", - description="PLAYING CARD TWO OF SPADES", - direction="on", - linebreak="id", - unicodeslot=0x1F0A2, + cjkwd="a", + description="SQUARED LATIN SMALL LETTER D", + direction="l", + linebreak="ai", + unicodeslot=0x1F1A5, }, - [0x1F0A3]={ + [0x1F1A6]={ category="so", - description="PLAYING CARD THREE OF SPADES", - direction="on", - linebreak="id", - unicodeslot=0x1F0A3, + cjkwd="a", + description="SQUARED HC", + direction="l", + linebreak="ai", + unicodeslot=0x1F1A6, }, - [0x1F0A4]={ + [0x1F1A7]={ category="so", - description="PLAYING CARD FOUR OF SPADES", - direction="on", - linebreak="id", - unicodeslot=0x1F0A4, + cjkwd="a", + description="SQUARED HDR", + direction="l", + linebreak="ai", + unicodeslot=0x1F1A7, }, - [0x1F0A5]={ + [0x1F1A8]={ category="so", - description="PLAYING CARD FIVE OF SPADES", - direction="on", - linebreak="id", - unicodeslot=0x1F0A5, + cjkwd="a", + description="SQUARED HI-RES", + direction="l", + linebreak="ai", + unicodeslot=0x1F1A8, }, - [0x1F0A6]={ + [0x1F1A9]={ category="so", - description="PLAYING CARD SIX OF SPADES", - direction="on", - linebreak="id", - unicodeslot=0x1F0A6, + cjkwd="a", + description="SQUARED LOSSLESS", + direction="l", + linebreak="ai", + unicodeslot=0x1F1A9, }, - [0x1F0A7]={ + [0x1F1AA]={ category="so", - description="PLAYING CARD SEVEN OF SPADES", - direction="on", - linebreak="id", - unicodeslot=0x1F0A7, + cjkwd="a", + description="SQUARED SHV", + direction="l", + linebreak="ai", + unicodeslot=0x1F1AA, }, - [0x1F0A8]={ + [0x1F1AB]={ category="so", - description="PLAYING CARD EIGHT OF SPADES", - direction="on", - linebreak="id", - unicodeslot=0x1F0A8, + cjkwd="a", + description="SQUARED UHD", + direction="l", + linebreak="ai", + unicodeslot=0x1F1AB, }, - [0x1F0A9]={ + [0x1F1AC]={ category="so", - description="PLAYING CARD NINE OF SPADES", - direction="on", - linebreak="id", - unicodeslot=0x1F0A9, + cjkwd="a", + description="SQUARED VOD", + direction="l", + linebreak="ai", + unicodeslot=0x1F1AC, }, - [0x1F0AA]={ + [0x1F1AD]={ category="so", - description="PLAYING CARD TEN OF SPADES", + description="MASK WORK SYMBOL", direction="on", linebreak="id", - unicodeslot=0x1F0AA, + unicodeslot=0x1F1AD, }, - [0x1F0AB]={ + [0x1F1E6]={ category="so", - description="PLAYING CARD JACK OF SPADES", - direction="on", - linebreak="id", - unicodeslot=0x1F0AB, + description="REGIONAL INDICATOR SYMBOL LETTER A", + direction="l", + linebreak="ri", + unicodeslot=0x1F1E6, }, - [0x1F0AC]={ + [0x1F1E7]={ category="so", - description="PLAYING CARD KNIGHT OF SPADES", - direction="on", - linebreak="id", - unicodeslot=0x1F0AC, + description="REGIONAL INDICATOR SYMBOL LETTER B", + direction="l", + linebreak="ri", + unicodeslot=0x1F1E7, }, - [0x1F0AD]={ + [0x1F1E8]={ category="so", - description="PLAYING CARD QUEEN OF SPADES", - direction="on", - linebreak="id", - unicodeslot=0x1F0AD, + description="REGIONAL INDICATOR SYMBOL LETTER C", + direction="l", + linebreak="ri", + unicodeslot=0x1F1E8, }, - [0x1F0AE]={ + [0x1F1E9]={ category="so", - description="PLAYING CARD KING OF SPADES", - direction="on", - linebreak="id", - unicodeslot=0x1F0AE, + description="REGIONAL INDICATOR SYMBOL LETTER D", + direction="l", + linebreak="ri", + unicodeslot=0x1F1E9, }, - [0x1F0B1]={ + [0x1F1EA]={ category="so", - description="PLAYING CARD ACE OF HEARTS", - direction="on", - linebreak="id", - unicodeslot=0x1F0B1, + description="REGIONAL INDICATOR SYMBOL LETTER E", + direction="l", + linebreak="ri", + unicodeslot=0x1F1EA, }, - [0x1F0B2]={ + [0x1F1EB]={ category="so", - description="PLAYING CARD TWO OF HEARTS", - direction="on", - linebreak="id", - unicodeslot=0x1F0B2, + description="REGIONAL INDICATOR SYMBOL LETTER F", + direction="l", + linebreak="ri", + unicodeslot=0x1F1EB, }, - [0x1F0B3]={ + [0x1F1EC]={ category="so", - description="PLAYING CARD THREE OF HEARTS", - direction="on", - linebreak="id", - unicodeslot=0x1F0B3, + description="REGIONAL INDICATOR SYMBOL LETTER G", + direction="l", + linebreak="ri", + unicodeslot=0x1F1EC, }, - [0x1F0B4]={ + [0x1F1ED]={ category="so", - description="PLAYING CARD FOUR OF HEARTS", - direction="on", - linebreak="id", - unicodeslot=0x1F0B4, + description="REGIONAL INDICATOR SYMBOL LETTER H", + direction="l", + linebreak="ri", + unicodeslot=0x1F1ED, }, - [0x1F0B5]={ + [0x1F1EE]={ category="so", - description="PLAYING CARD FIVE OF HEARTS", - direction="on", - linebreak="id", - unicodeslot=0x1F0B5, + description="REGIONAL INDICATOR SYMBOL LETTER I", + direction="l", + linebreak="ri", + unicodeslot=0x1F1EE, }, - [0x1F0B6]={ + [0x1F1EF]={ category="so", - description="PLAYING CARD SIX OF HEARTS", - direction="on", - linebreak="id", - unicodeslot=0x1F0B6, + description="REGIONAL INDICATOR SYMBOL LETTER J", + direction="l", + linebreak="ri", + unicodeslot=0x1F1EF, }, - [0x1F0B7]={ + [0x1F1F0]={ category="so", - description="PLAYING CARD SEVEN OF HEARTS", - direction="on", - linebreak="id", - unicodeslot=0x1F0B7, + description="REGIONAL INDICATOR SYMBOL LETTER K", + direction="l", + linebreak="ri", + unicodeslot=0x1F1F0, }, - [0x1F0B8]={ + [0x1F1F1]={ category="so", - description="PLAYING CARD EIGHT OF HEARTS", - direction="on", - linebreak="id", - unicodeslot=0x1F0B8, + description="REGIONAL INDICATOR SYMBOL LETTER L", + direction="l", + linebreak="ri", + unicodeslot=0x1F1F1, }, - [0x1F0B9]={ + [0x1F1F2]={ category="so", - description="PLAYING CARD NINE OF HEARTS", - direction="on", - linebreak="id", - unicodeslot=0x1F0B9, + description="REGIONAL INDICATOR SYMBOL LETTER M", + direction="l", + linebreak="ri", + unicodeslot=0x1F1F2, }, - [0x1F0BA]={ + [0x1F1F3]={ category="so", - description="PLAYING CARD TEN OF HEARTS", - direction="on", - linebreak="id", - unicodeslot=0x1F0BA, + description="REGIONAL INDICATOR SYMBOL LETTER N", + direction="l", + linebreak="ri", + unicodeslot=0x1F1F3, }, - [0x1F0BB]={ + [0x1F1F4]={ category="so", - description="PLAYING CARD JACK OF HEARTS", - direction="on", - linebreak="id", - unicodeslot=0x1F0BB, + description="REGIONAL INDICATOR SYMBOL LETTER O", + direction="l", + linebreak="ri", + unicodeslot=0x1F1F4, }, - [0x1F0BC]={ + [0x1F1F5]={ category="so", - description="PLAYING CARD KNIGHT OF HEARTS", - direction="on", - linebreak="id", - unicodeslot=0x1F0BC, + description="REGIONAL INDICATOR SYMBOL LETTER P", + direction="l", + linebreak="ri", + unicodeslot=0x1F1F5, }, - [0x1F0BD]={ + [0x1F1F6]={ category="so", - description="PLAYING CARD QUEEN OF HEARTS", - direction="on", - linebreak="id", - unicodeslot=0x1F0BD, + description="REGIONAL INDICATOR SYMBOL LETTER Q", + direction="l", + linebreak="ri", + unicodeslot=0x1F1F6, }, - [0x1F0BE]={ + [0x1F1F7]={ category="so", - description="PLAYING CARD KING OF HEARTS", - direction="on", - linebreak="id", - unicodeslot=0x1F0BE, + description="REGIONAL INDICATOR SYMBOL LETTER R", + direction="l", + linebreak="ri", + unicodeslot=0x1F1F7, }, - [0x1F0BF]={ + [0x1F1F8]={ category="so", - description="PLAYING CARD RED JOKER", - direction="on", - linebreak="id", - unicodeslot=0x1F0BF, + description="REGIONAL INDICATOR SYMBOL LETTER S", + direction="l", + linebreak="ri", + unicodeslot=0x1F1F8, }, - [0x1F0C1]={ + [0x1F1F9]={ category="so", - description="PLAYING CARD ACE OF DIAMONDS", - direction="on", - linebreak="id", - unicodeslot=0x1F0C1, + description="REGIONAL INDICATOR SYMBOL LETTER T", + direction="l", + linebreak="ri", + unicodeslot=0x1F1F9, }, - [0x1F0C2]={ + [0x1F1FA]={ category="so", - description="PLAYING CARD TWO OF DIAMONDS", - direction="on", - linebreak="id", - unicodeslot=0x1F0C2, + description="REGIONAL INDICATOR SYMBOL LETTER U", + direction="l", + linebreak="ri", + unicodeslot=0x1F1FA, }, - [0x1F0C3]={ + [0x1F1FB]={ category="so", - description="PLAYING CARD THREE OF DIAMONDS", - direction="on", - linebreak="id", - unicodeslot=0x1F0C3, + description="REGIONAL INDICATOR SYMBOL LETTER V", + direction="l", + linebreak="ri", + unicodeslot=0x1F1FB, }, - [0x1F0C4]={ + [0x1F1FC]={ category="so", - description="PLAYING CARD FOUR OF DIAMONDS", - direction="on", - linebreak="id", - unicodeslot=0x1F0C4, + description="REGIONAL INDICATOR SYMBOL LETTER W", + direction="l", + linebreak="ri", + unicodeslot=0x1F1FC, }, - [0x1F0C5]={ + [0x1F1FD]={ category="so", - description="PLAYING CARD FIVE OF DIAMONDS", - direction="on", - linebreak="id", - unicodeslot=0x1F0C5, + description="REGIONAL INDICATOR SYMBOL LETTER X", + direction="l", + linebreak="ri", + unicodeslot=0x1F1FD, }, - [0x1F0C6]={ + [0x1F1FE]={ category="so", - description="PLAYING CARD SIX OF DIAMONDS", - direction="on", - linebreak="id", - unicodeslot=0x1F0C6, + description="REGIONAL INDICATOR SYMBOL LETTER Y", + direction="l", + linebreak="ri", + unicodeslot=0x1F1FE, }, - [0x1F0C7]={ + [0x1F1FF]={ category="so", - description="PLAYING CARD SEVEN OF DIAMONDS", - direction="on", - linebreak="id", - unicodeslot=0x1F0C7, + description="REGIONAL INDICATOR SYMBOL LETTER Z", + direction="l", + linebreak="ri", + unicodeslot=0x1F1FF, }, - [0x1F0C8]={ + [0x1F200]={ category="so", - description="PLAYING CARD EIGHT OF DIAMONDS", - direction="on", + cjkwd="w", + description="SQUARE HIRAGANA HOKA", + direction="l", linebreak="id", - unicodeslot=0x1F0C8, + specials={ "square", 0x307B, 0x304B }, + unicodeslot=0x1F200, }, - [0x1F0C9]={ + [0x1F201]={ category="so", - description="PLAYING CARD NINE OF DIAMONDS", - direction="on", + cjkwd="w", + description="SQUARED KATAKANA KOKO", + direction="l", linebreak="id", - unicodeslot=0x1F0C9, + specials={ "square", 0x30B3, 0x30B3 }, + unicodeslot=0x1F201, }, - [0x1F0CA]={ + [0x1F202]={ category="so", - description="PLAYING CARD TEN OF DIAMONDS", - direction="on", + cjkwd="w", + description="SQUARED KATAKANA SA", + direction="l", linebreak="id", - unicodeslot=0x1F0CA, + specials={ "square", 0x30B5 }, + unicodeslot=0x1F202, + variants=variants_emoji, }, - [0x1F0CB]={ + [0x1F210]={ category="so", - description="PLAYING CARD JACK OF DIAMONDS", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-624B", + direction="l", linebreak="id", - unicodeslot=0x1F0CB, + specials={ "square", 0x624B }, + unicodeslot=0x1F210, }, - [0x1F0CC]={ + [0x1F211]={ category="so", - description="PLAYING CARD KNIGHT OF DIAMONDS", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-5B57", + direction="l", linebreak="id", - unicodeslot=0x1F0CC, + specials={ "square", 0x5B57 }, + unicodeslot=0x1F211, }, - [0x1F0CD]={ + [0x1F212]={ category="so", - description="PLAYING CARD QUEEN OF DIAMONDS", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-53CC", + direction="l", linebreak="id", - unicodeslot=0x1F0CD, + specials={ "square", 0x53CC }, + unicodeslot=0x1F212, }, - [0x1F0CE]={ + [0x1F213]={ category="so", - description="PLAYING CARD KING OF DIAMONDS", - direction="on", + cjkwd="w", + description="SQUARED KATAKANA DE", + direction="l", linebreak="id", - unicodeslot=0x1F0CE, + specials={ "square", 0x30C7 }, + unicodeslot=0x1F213, }, - [0x1F0CF]={ + [0x1F214]={ category="so", cjkwd="w", - description="PLAYING CARD BLACK JOKER", - direction="on", + description="SQUARED CJK UNIFIED IDEOGRAPH-4E8C", + direction="l", linebreak="id", - unicodeslot=0x1F0CF, + specials={ "square", 0x4E8C }, + unicodeslot=0x1F214, }, - [0x1F0D1]={ + [0x1F215]={ category="so", - description="PLAYING CARD ACE OF CLUBS", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-591A", + direction="l", linebreak="id", - unicodeslot=0x1F0D1, + specials={ "square", 0x591A }, + unicodeslot=0x1F215, }, - [0x1F0D2]={ + [0x1F216]={ category="so", - description="PLAYING CARD TWO OF CLUBS", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-89E3", + direction="l", linebreak="id", - unicodeslot=0x1F0D2, + specials={ "square", 0x89E3 }, + unicodeslot=0x1F216, }, - [0x1F0D3]={ + [0x1F217]={ category="so", - description="PLAYING CARD THREE OF CLUBS", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-5929", + direction="l", linebreak="id", - unicodeslot=0x1F0D3, + specials={ "square", 0x5929 }, + unicodeslot=0x1F217, }, - [0x1F0D4]={ + [0x1F218]={ category="so", - description="PLAYING CARD FOUR OF CLUBS", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-4EA4", + direction="l", linebreak="id", - unicodeslot=0x1F0D4, + specials={ "square", 0x4EA4 }, + unicodeslot=0x1F218, }, - [0x1F0D5]={ + [0x1F219]={ category="so", - description="PLAYING CARD FIVE OF CLUBS", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-6620", + direction="l", linebreak="id", - unicodeslot=0x1F0D5, + specials={ "square", 0x6620 }, + unicodeslot=0x1F219, }, - [0x1F0D6]={ + [0x1F21A]={ category="so", - description="PLAYING CARD SIX OF CLUBS", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-7121", + direction="l", linebreak="id", - unicodeslot=0x1F0D6, + specials={ "square", 0x7121 }, + unicodeslot=0x1F21A, + variants=variants_emoji, }, - [0x1F0D7]={ + [0x1F21B]={ category="so", - description="PLAYING CARD SEVEN OF CLUBS", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-6599", + direction="l", linebreak="id", - unicodeslot=0x1F0D7, + specials={ "square", 0x6599 }, + unicodeslot=0x1F21B, }, - [0x1F0D8]={ + [0x1F21C]={ category="so", - description="PLAYING CARD EIGHT OF CLUBS", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-524D", + direction="l", linebreak="id", - unicodeslot=0x1F0D8, + specials={ "square", 0x524D }, + unicodeslot=0x1F21C, }, - [0x1F0D9]={ + [0x1F21D]={ category="so", - description="PLAYING CARD NINE OF CLUBS", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-5F8C", + direction="l", linebreak="id", - unicodeslot=0x1F0D9, + specials={ "square", 0x5F8C }, + unicodeslot=0x1F21D, }, - [0x1F0DA]={ + [0x1F21E]={ category="so", - description="PLAYING CARD TEN OF CLUBS", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-518D", + direction="l", linebreak="id", - unicodeslot=0x1F0DA, + specials={ "square", 0x518D }, + unicodeslot=0x1F21E, }, - [0x1F0DB]={ + [0x1F21F]={ category="so", - description="PLAYING CARD JACK OF CLUBS", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-65B0", + direction="l", linebreak="id", - unicodeslot=0x1F0DB, + specials={ "square", 0x65B0 }, + unicodeslot=0x1F21F, }, - [0x1F0DC]={ + [0x1F220]={ category="so", - description="PLAYING CARD KNIGHT OF CLUBS", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-521D", + direction="l", linebreak="id", - unicodeslot=0x1F0DC, + specials={ "square", 0x521D }, + unicodeslot=0x1F220, }, - [0x1F0DD]={ + [0x1F221]={ category="so", - description="PLAYING CARD QUEEN OF CLUBS", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-7D42", + direction="l", linebreak="id", - unicodeslot=0x1F0DD, + specials={ "square", 0x7D42 }, + unicodeslot=0x1F221, }, - [0x1F0DE]={ + [0x1F222]={ category="so", - description="PLAYING CARD KING OF CLUBS", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-751F", + direction="l", linebreak="id", - unicodeslot=0x1F0DE, + specials={ "square", 0x751F }, + unicodeslot=0x1F222, }, - [0x1F0DF]={ + [0x1F223]={ category="so", - description="PLAYING CARD WHITE JOKER", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-8CA9", + direction="l", linebreak="id", - unicodeslot=0x1F0DF, + specials={ "square", 0x8CA9 }, + unicodeslot=0x1F223, }, - [0x1F0E0]={ + [0x1F224]={ category="so", - description="PLAYING CARD FOOL", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-58F0", + direction="l", linebreak="id", - unicodeslot=0x1F0E0, + specials={ "square", 0x58F0 }, + unicodeslot=0x1F224, }, - [0x1F0E1]={ + [0x1F225]={ category="so", - description="PLAYING CARD TRUMP-1", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-5439", + direction="l", linebreak="id", - unicodeslot=0x1F0E1, + specials={ "square", 0x5439 }, + unicodeslot=0x1F225, }, - [0x1F0E2]={ + [0x1F226]={ category="so", - description="PLAYING CARD TRUMP-2", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-6F14", + direction="l", linebreak="id", - unicodeslot=0x1F0E2, + specials={ "square", 0x6F14 }, + unicodeslot=0x1F226, }, - [0x1F0E3]={ + [0x1F227]={ category="so", - description="PLAYING CARD TRUMP-3", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-6295", + direction="l", linebreak="id", - unicodeslot=0x1F0E3, + specials={ "square", 0x6295 }, + unicodeslot=0x1F227, }, - [0x1F0E4]={ + [0x1F228]={ category="so", - description="PLAYING CARD TRUMP-4", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-6355", + direction="l", linebreak="id", - unicodeslot=0x1F0E4, + specials={ "square", 0x6355 }, + unicodeslot=0x1F228, }, - [0x1F0E5]={ + [0x1F229]={ category="so", - description="PLAYING CARD TRUMP-5", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-4E00", + direction="l", linebreak="id", - unicodeslot=0x1F0E5, + specials={ "square", 0x4E00 }, + unicodeslot=0x1F229, }, - [0x1F0E6]={ + [0x1F22A]={ category="so", - description="PLAYING CARD TRUMP-6", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-4E09", + direction="l", linebreak="id", - unicodeslot=0x1F0E6, + specials={ "square", 0x4E09 }, + unicodeslot=0x1F22A, }, - [0x1F0E7]={ + [0x1F22B]={ category="so", - description="PLAYING CARD TRUMP-7", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-904A", + direction="l", linebreak="id", - unicodeslot=0x1F0E7, + specials={ "square", 0x904A }, + unicodeslot=0x1F22B, }, - [0x1F0E8]={ + [0x1F22C]={ category="so", - description="PLAYING CARD TRUMP-8", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-5DE6", + direction="l", linebreak="id", - unicodeslot=0x1F0E8, + specials={ "square", 0x5DE6 }, + unicodeslot=0x1F22C, }, - [0x1F0E9]={ + [0x1F22D]={ category="so", - description="PLAYING CARD TRUMP-9", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-4E2D", + direction="l", linebreak="id", - unicodeslot=0x1F0E9, + specials={ "square", 0x4E2D }, + unicodeslot=0x1F22D, }, - [0x1F0EA]={ + [0x1F22E]={ category="so", - description="PLAYING CARD TRUMP-10", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-53F3", + direction="l", linebreak="id", - unicodeslot=0x1F0EA, + specials={ "square", 0x53F3 }, + unicodeslot=0x1F22E, }, - [0x1F0EB]={ + [0x1F22F]={ category="so", - description="PLAYING CARD TRUMP-11", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-6307", + direction="l", linebreak="id", - unicodeslot=0x1F0EB, + specials={ "square", 0x6307 }, + unicodeslot=0x1F22F, + variants=variants_emoji, }, - [0x1F0EC]={ + [0x1F230]={ category="so", - description="PLAYING CARD TRUMP-12", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-8D70", + direction="l", linebreak="id", - unicodeslot=0x1F0EC, + specials={ "square", 0x8D70 }, + unicodeslot=0x1F230, }, - [0x1F0ED]={ + [0x1F231]={ category="so", - description="PLAYING CARD TRUMP-13", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-6253", + direction="l", linebreak="id", - unicodeslot=0x1F0ED, + specials={ "square", 0x6253 }, + unicodeslot=0x1F231, }, - [0x1F0EE]={ + [0x1F232]={ category="so", - description="PLAYING CARD TRUMP-14", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-7981", + direction="l", linebreak="id", - unicodeslot=0x1F0EE, + specials={ "square", 0x7981 }, + unicodeslot=0x1F232, }, - [0x1F0EF]={ + [0x1F233]={ category="so", - description="PLAYING CARD TRUMP-15", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-7A7A", + direction="l", linebreak="id", - unicodeslot=0x1F0EF, + specials={ "square", 0x7A7A }, + unicodeslot=0x1F233, }, - [0x1F0F0]={ + [0x1F234]={ category="so", - description="PLAYING CARD TRUMP-16", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-5408", + direction="l", linebreak="id", - unicodeslot=0x1F0F0, + specials={ "square", 0x5408 }, + unicodeslot=0x1F234, }, - [0x1F0F1]={ + [0x1F235]={ category="so", - description="PLAYING CARD TRUMP-17", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-6E80", + direction="l", linebreak="id", - unicodeslot=0x1F0F1, + specials={ "square", 0x6E80 }, + unicodeslot=0x1F235, }, - [0x1F0F2]={ + [0x1F236]={ category="so", - description="PLAYING CARD TRUMP-18", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-6709", + direction="l", linebreak="id", - unicodeslot=0x1F0F2, + specials={ "square", 0x6709 }, + unicodeslot=0x1F236, }, - [0x1F0F3]={ + [0x1F237]={ category="so", - description="PLAYING CARD TRUMP-19", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-6708", + direction="l", linebreak="id", - unicodeslot=0x1F0F3, + specials={ "square", 0x6708 }, + unicodeslot=0x1F237, + variants=variants_emoji, }, - [0x1F0F4]={ + [0x1F238]={ category="so", - description="PLAYING CARD TRUMP-20", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-7533", + direction="l", linebreak="id", - unicodeslot=0x1F0F4, + specials={ "square", 0x7533 }, + unicodeslot=0x1F238, }, - [0x1F0F5]={ + [0x1F239]={ category="so", - description="PLAYING CARD TRUMP-21", - direction="on", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-5272", + direction="l", linebreak="id", - unicodeslot=0x1F0F5, - }, - [0x1F100]={ - category="no", - cjkwd="a", - description="DIGIT ZERO FULL STOP", - direction="en", - linebreak="ai", - specials={ "compat", 0x30, 0x2E }, - unicodeslot=0x1F100, - }, - [0x1F101]={ - category="no", - cjkwd="a", - description="DIGIT ZERO COMMA", - direction="en", - linebreak="ai", - specials={ "compat", 0x30, 0x2C }, - unicodeslot=0x1F101, - }, - [0x1F102]={ - category="no", - cjkwd="a", - description="DIGIT ONE COMMA", - direction="en", - linebreak="ai", - specials={ "compat", 0x31, 0x2C }, - unicodeslot=0x1F102, - }, - [0x1F103]={ - category="no", - cjkwd="a", - description="DIGIT TWO COMMA", - direction="en", - linebreak="ai", - specials={ "compat", 0x32, 0x2C }, - unicodeslot=0x1F103, - }, - [0x1F104]={ - category="no", - cjkwd="a", - description="DIGIT THREE COMMA", - direction="en", - linebreak="ai", - specials={ "compat", 0x33, 0x2C }, - unicodeslot=0x1F104, - }, - [0x1F105]={ - category="no", - cjkwd="a", - description="DIGIT FOUR COMMA", - direction="en", - linebreak="ai", - specials={ "compat", 0x34, 0x2C }, - unicodeslot=0x1F105, - }, - [0x1F106]={ - category="no", - cjkwd="a", - description="DIGIT FIVE COMMA", - direction="en", - linebreak="ai", - specials={ "compat", 0x35, 0x2C }, - unicodeslot=0x1F106, - }, - [0x1F107]={ - category="no", - cjkwd="a", - description="DIGIT SIX COMMA", - direction="en", - linebreak="ai", - specials={ "compat", 0x36, 0x2C }, - unicodeslot=0x1F107, - }, - [0x1F108]={ - category="no", - cjkwd="a", - description="DIGIT SEVEN COMMA", - direction="en", - linebreak="ai", - specials={ "compat", 0x37, 0x2C }, - unicodeslot=0x1F108, - }, - [0x1F109]={ - category="no", - cjkwd="a", - description="DIGIT EIGHT COMMA", - direction="en", - linebreak="ai", - specials={ "compat", 0x38, 0x2C }, - unicodeslot=0x1F109, - }, - [0x1F10A]={ - category="no", - cjkwd="a", - description="DIGIT NINE COMMA", - direction="en", - linebreak="ai", - specials={ "compat", 0x39, 0x2C }, - unicodeslot=0x1F10A, - }, - [0x1F10B]={ - category="no", - description="DINGBAT CIRCLED SANS-SERIF DIGIT ZERO", - direction="on", - linebreak="ai", - unicodeslot=0x1F10B, - }, - [0x1F10C]={ - category="no", - description="DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT ZERO", - direction="on", - linebreak="ai", - unicodeslot=0x1F10C, + specials={ "square", 0x5272 }, + unicodeslot=0x1F239, }, - [0x1F110]={ + [0x1F23A]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER A", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-55B6", direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x41, 0x29 }, - unicodeslot=0x1F110, + linebreak="id", + specials={ "square", 0x55B6 }, + unicodeslot=0x1F23A, }, - [0x1F111]={ + [0x1F23B]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER B", + cjkwd="w", + description="SQUARED CJK UNIFIED IDEOGRAPH-914D", direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x42, 0x29 }, - unicodeslot=0x1F111, + linebreak="id", + specials={ "square", 0x914D }, + unicodeslot=0x1F23B, }, - [0x1F112]={ + [0x1F240]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER C", + cjkwd="w", + description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-672C", direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x43, 0x29 }, - unicodeslot=0x1F112, + linebreak="id", + specials={ "compat", 0x3014, 0x672C, 0x3015 }, + unicodeslot=0x1F240, }, - [0x1F113]={ + [0x1F241]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER D", + cjkwd="w", + description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-4E09", direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x44, 0x29 }, - unicodeslot=0x1F113, + linebreak="id", + specials={ "compat", 0x3014, 0x4E09, 0x3015 }, + unicodeslot=0x1F241, }, - [0x1F114]={ + [0x1F242]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER E", + cjkwd="w", + description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-4E8C", direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x45, 0x29 }, - unicodeslot=0x1F114, + linebreak="id", + specials={ "compat", 0x3014, 0x4E8C, 0x3015 }, + unicodeslot=0x1F242, }, - [0x1F115]={ + [0x1F243]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER F", + cjkwd="w", + description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-5B89", direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x46, 0x29 }, - unicodeslot=0x1F115, + linebreak="id", + specials={ "compat", 0x3014, 0x5B89, 0x3015 }, + unicodeslot=0x1F243, }, - [0x1F116]={ + [0x1F244]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER G", + cjkwd="w", + description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-70B9", direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x47, 0x29 }, - unicodeslot=0x1F116, + linebreak="id", + specials={ "compat", 0x3014, 0x70B9, 0x3015 }, + unicodeslot=0x1F244, }, - [0x1F117]={ + [0x1F245]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER H", + cjkwd="w", + description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6253", direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x48, 0x29 }, - unicodeslot=0x1F117, + linebreak="id", + specials={ "compat", 0x3014, 0x6253, 0x3015 }, + unicodeslot=0x1F245, }, - [0x1F118]={ + [0x1F246]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER I", + cjkwd="w", + description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-76D7", direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x49, 0x29 }, - unicodeslot=0x1F118, + linebreak="id", + specials={ "compat", 0x3014, 0x76D7, 0x3015 }, + unicodeslot=0x1F246, }, - [0x1F119]={ + [0x1F247]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER J", + cjkwd="w", + description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-52DD", direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x4A, 0x29 }, - unicodeslot=0x1F119, + linebreak="id", + specials={ "compat", 0x3014, 0x52DD, 0x3015 }, + unicodeslot=0x1F247, }, - [0x1F11A]={ + [0x1F248]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER K", + cjkwd="w", + description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6557", direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x4B, 0x29 }, - unicodeslot=0x1F11A, + linebreak="id", + specials={ "compat", 0x3014, 0x6557, 0x3015 }, + unicodeslot=0x1F248, }, - [0x1F11B]={ + [0x1F250]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER L", + cjkwd="w", + description="CIRCLED IDEOGRAPH ADVANTAGE", direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x4C, 0x29 }, - unicodeslot=0x1F11B, + linebreak="id", + specials={ "circle", 0x5F97 }, + unicodeslot=0x1F250, }, - [0x1F11C]={ + [0x1F251]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER M", + cjkwd="w", + description="CIRCLED IDEOGRAPH ACCEPT", direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x4D, 0x29 }, - unicodeslot=0x1F11C, + linebreak="id", + specials={ "circle", 0x53EF }, + unicodeslot=0x1F251, }, - [0x1F11D]={ + [0x1F260]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER N", - direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x4E, 0x29 }, - unicodeslot=0x1F11D, + cjkwd="w", + description="ROUNDED SYMBOL FOR FU", + direction="on", + linebreak="id", + unicodeslot=0x1F260, }, - [0x1F11E]={ + [0x1F261]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER O", - direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x4F, 0x29 }, - unicodeslot=0x1F11E, + cjkwd="w", + description="ROUNDED SYMBOL FOR LU", + direction="on", + linebreak="id", + unicodeslot=0x1F261, }, - [0x1F11F]={ + [0x1F262]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER P", - direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x50, 0x29 }, - unicodeslot=0x1F11F, + cjkwd="w", + description="ROUNDED SYMBOL FOR SHOU", + direction="on", + linebreak="id", + unicodeslot=0x1F262, }, - [0x1F120]={ + [0x1F263]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER Q", - direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x51, 0x29 }, - unicodeslot=0x1F120, + cjkwd="w", + description="ROUNDED SYMBOL FOR XI", + direction="on", + linebreak="id", + unicodeslot=0x1F263, }, - [0x1F121]={ + [0x1F264]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER R", - direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x52, 0x29 }, - unicodeslot=0x1F121, + cjkwd="w", + description="ROUNDED SYMBOL FOR SHUANGXI", + direction="on", + linebreak="id", + unicodeslot=0x1F264, }, - [0x1F122]={ + [0x1F265]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER S", - direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x53, 0x29 }, - unicodeslot=0x1F122, + cjkwd="w", + description="ROUNDED SYMBOL FOR CAI", + direction="on", + linebreak="id", + unicodeslot=0x1F265, }, - [0x1F123]={ + [0x1F300]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER T", - direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x54, 0x29 }, - unicodeslot=0x1F123, + cjkwd="w", + description="CYCLONE", + direction="on", + linebreak="id", + unicodeslot=0x1F300, }, - [0x1F124]={ + [0x1F301]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER U", - direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x55, 0x29 }, - unicodeslot=0x1F124, + cjkwd="w", + description="FOGGY", + direction="on", + linebreak="id", + unicodeslot=0x1F301, }, - [0x1F125]={ + [0x1F302]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER V", - direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x56, 0x29 }, - unicodeslot=0x1F125, + cjkwd="w", + description="CLOSED UMBRELLA", + direction="on", + linebreak="id", + unicodeslot=0x1F302, }, - [0x1F126]={ + [0x1F303]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER W", - direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x57, 0x29 }, - unicodeslot=0x1F126, + cjkwd="w", + description="NIGHT WITH STARS", + direction="on", + linebreak="id", + unicodeslot=0x1F303, }, - [0x1F127]={ + [0x1F304]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER X", - direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x58, 0x29 }, - unicodeslot=0x1F127, + cjkwd="w", + description="SUNRISE OVER MOUNTAINS", + direction="on", + linebreak="id", + unicodeslot=0x1F304, }, - [0x1F128]={ + [0x1F305]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER Y", - direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x59, 0x29 }, - unicodeslot=0x1F128, + cjkwd="w", + description="SUNRISE", + direction="on", + linebreak="id", + unicodeslot=0x1F305, }, - [0x1F129]={ + [0x1F306]={ category="so", - cjkwd="a", - description="PARENTHESIZED LATIN CAPITAL LETTER Z", - direction="l", - linebreak="ai", - specials={ "compat", 0x28, 0x5A, 0x29 }, - unicodeslot=0x1F129, + cjkwd="w", + description="CITYSCAPE AT DUSK", + direction="on", + linebreak="id", + unicodeslot=0x1F306, }, - [0x1F12A]={ + [0x1F307]={ category="so", - cjkwd="a", - description="TORTOISE SHELL BRACKETED LATIN CAPITAL LETTER S", - direction="l", - linebreak="ai", - specials={ "compat", 0x3014, 0x53, 0x3015 }, - unicodeslot=0x1F12A, + cjkwd="w", + description="SUNSET OVER BUILDINGS", + direction="on", + linebreak="id", + unicodeslot=0x1F307, }, - [0x1F12B]={ + [0x1F308]={ category="so", - cjkwd="a", - description="CIRCLED ITALIC LATIN CAPITAL LETTER C", - direction="l", - linebreak="ai", - specials={ "circle", 0x43 }, - unicodeslot=0x1F12B, + cjkwd="w", + description="RAINBOW", + direction="on", + linebreak="id", + unicodeslot=0x1F308, }, - [0x1F12C]={ + [0x1F309]={ category="so", - cjkwd="a", - description="CIRCLED ITALIC LATIN CAPITAL LETTER R", - direction="l", - linebreak="ai", - specials={ "circle", 0x52 }, - unicodeslot=0x1F12C, + cjkwd="w", + description="BRIDGE AT NIGHT", + direction="on", + linebreak="id", + unicodeslot=0x1F309, }, - [0x1F12D]={ + [0x1F30A]={ category="so", - cjkwd="a", - description="CIRCLED CD", - direction="l", - linebreak="ai", - specials={ "circle", 0x43, 0x44 }, - unicodeslot=0x1F12D, + cjkwd="w", + description="WATER WAVE", + direction="on", + linebreak="id", + unicodeslot=0x1F30A, }, - [0x1F12E]={ + [0x1F30B]={ category="so", - description="CIRCLED WZ", - direction="l", - linebreak="al", - specials={ "circle", 0x57, 0x5A }, - unicodeslot=0x1F12E, + cjkwd="w", + description="VOLCANO", + direction="on", + linebreak="id", + unicodeslot=0x1F30B, }, - [0x1F12F]={ + [0x1F30C]={ category="so", - description="COPYLEFT SYMBOL", + cjkwd="w", + description="MILKY WAY", direction="on", - linebreak="al", - unicodeslot=0x1F12F, + linebreak="id", + unicodeslot=0x1F30C, }, - [0x1F130]={ + [0x1F30D]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER A", - direction="l", - linebreak="ai", - specials={ "square", 0x41 }, - unicodeslot=0x1F130, + cjkwd="w", + description="EARTH GLOBE EUROPE-AFRICA", + direction="on", + linebreak="id", + unicodeslot=0x1F30D, }, - [0x1F131]={ + [0x1F30E]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER B", - direction="l", - linebreak="ai", - specials={ "square", 0x42 }, - unicodeslot=0x1F131, + cjkwd="w", + description="EARTH GLOBE AMERICAS", + direction="on", + linebreak="id", + unicodeslot=0x1F30E, }, - [0x1F132]={ + [0x1F30F]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER C", - direction="l", - linebreak="ai", - specials={ "square", 0x43 }, - unicodeslot=0x1F132, + cjkwd="w", + description="EARTH GLOBE ASIA-AUSTRALIA", + direction="on", + linebreak="id", + unicodeslot=0x1F30F, }, - [0x1F133]={ + [0x1F310]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER D", - direction="l", - linebreak="ai", - specials={ "square", 0x44 }, - unicodeslot=0x1F133, + cjkwd="w", + description="GLOBE WITH MERIDIANS", + direction="on", + linebreak="id", + unicodeslot=0x1F310, }, - [0x1F134]={ + [0x1F311]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER E", - direction="l", - linebreak="ai", - specials={ "square", 0x45 }, - unicodeslot=0x1F134, + cjkwd="w", + description="NEW MOON SYMBOL", + direction="on", + linebreak="id", + unicodeslot=0x1F311, }, - [0x1F135]={ + [0x1F312]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER F", - direction="l", - linebreak="ai", - specials={ "square", 0x46 }, - unicodeslot=0x1F135, + cjkwd="w", + description="WAXING CRESCENT MOON SYMBOL", + direction="on", + linebreak="id", + unicodeslot=0x1F312, }, - [0x1F136]={ + [0x1F313]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER G", - direction="l", - linebreak="ai", - specials={ "square", 0x47 }, - unicodeslot=0x1F136, + cjkwd="w", + description="FIRST QUARTER MOON SYMBOL", + direction="on", + linebreak="id", + unicodeslot=0x1F313, }, - [0x1F137]={ + [0x1F314]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER H", - direction="l", - linebreak="ai", - specials={ "square", 0x48 }, - unicodeslot=0x1F137, + cjkwd="w", + description="WAXING GIBBOUS MOON SYMBOL", + direction="on", + linebreak="id", + unicodeslot=0x1F314, }, - [0x1F138]={ + [0x1F315]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER I", - direction="l", - linebreak="ai", - specials={ "square", 0x49 }, - unicodeslot=0x1F138, + cjkwd="w", + description="FULL MOON SYMBOL", + direction="on", + linebreak="id", + unicodeslot=0x1F315, }, - [0x1F139]={ + [0x1F316]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER J", - direction="l", - linebreak="ai", - specials={ "square", 0x4A }, - unicodeslot=0x1F139, + cjkwd="w", + description="WANING GIBBOUS MOON SYMBOL", + direction="on", + linebreak="id", + unicodeslot=0x1F316, }, - [0x1F13A]={ + [0x1F317]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER K", - direction="l", - linebreak="ai", - specials={ "square", 0x4B }, - unicodeslot=0x1F13A, + cjkwd="w", + description="LAST QUARTER MOON SYMBOL", + direction="on", + linebreak="id", + unicodeslot=0x1F317, }, - [0x1F13B]={ + [0x1F318]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER L", - direction="l", - linebreak="ai", - specials={ "square", 0x4C }, - unicodeslot=0x1F13B, + cjkwd="w", + description="WANING CRESCENT MOON SYMBOL", + direction="on", + linebreak="id", + unicodeslot=0x1F318, }, - [0x1F13C]={ + [0x1F319]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER M", - direction="l", - linebreak="ai", - specials={ "square", 0x4D }, - unicodeslot=0x1F13C, + cjkwd="w", + description="CRESCENT MOON", + direction="on", + linebreak="id", + unicodeslot=0x1F319, }, - [0x1F13D]={ + [0x1F31A]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER N", - direction="l", - linebreak="ai", - specials={ "square", 0x4E }, - unicodeslot=0x1F13D, + cjkwd="w", + description="NEW MOON WITH FACE", + direction="on", + linebreak="id", + unicodeslot=0x1F31A, }, - [0x1F13E]={ + [0x1F31B]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER O", - direction="l", - linebreak="ai", - specials={ "square", 0x4F }, - unicodeslot=0x1F13E, + cjkwd="w", + description="FIRST QUARTER MOON WITH FACE", + direction="on", + linebreak="id", + unicodeslot=0x1F31B, }, - [0x1F13F]={ + [0x1F31C]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER P", - direction="l", - linebreak="ai", - specials={ "square", 0x50 }, - unicodeslot=0x1F13F, + cjkwd="w", + description="LAST QUARTER MOON WITH FACE", + direction="on", + linebreak="id", + unicodeslot=0x1F31C, }, - [0x1F140]={ + [0x1F31D]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER Q", - direction="l", - linebreak="ai", - specials={ "square", 0x51 }, - unicodeslot=0x1F140, + cjkwd="w", + description="FULL MOON WITH FACE", + direction="on", + linebreak="id", + unicodeslot=0x1F31D, }, - [0x1F141]={ + [0x1F31E]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER R", - direction="l", - linebreak="ai", - specials={ "square", 0x52 }, - unicodeslot=0x1F141, + cjkwd="w", + description="SUN WITH FACE", + direction="on", + linebreak="id", + unicodeslot=0x1F31E, }, - [0x1F142]={ + [0x1F31F]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER S", - direction="l", - linebreak="ai", - specials={ "square", 0x53 }, - unicodeslot=0x1F142, + cjkwd="w", + description="GLOWING STAR", + direction="on", + linebreak="id", + unicodeslot=0x1F31F, }, - [0x1F143]={ + [0x1F320]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER T", - direction="l", - linebreak="ai", - specials={ "square", 0x54 }, - unicodeslot=0x1F143, + cjkwd="w", + description="SHOOTING STAR", + direction="on", + linebreak="id", + unicodeslot=0x1F320, }, - [0x1F144]={ + [0x1F321]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER U", - direction="l", - linebreak="ai", - specials={ "square", 0x55 }, - unicodeslot=0x1F144, + description="THERMOMETER", + direction="on", + linebreak="id", + unicodeslot=0x1F321, + variants=variants_emoji, }, - [0x1F145]={ + [0x1F322]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER V", - direction="l", - linebreak="ai", - specials={ "square", 0x56 }, - unicodeslot=0x1F145, + description="BLACK DROPLET", + direction="on", + linebreak="id", + unicodeslot=0x1F322, }, - [0x1F146]={ + [0x1F323]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER W", - direction="l", - linebreak="ai", - specials={ "square", 0x57 }, - unicodeslot=0x1F146, + description="WHITE SUN", + direction="on", + linebreak="id", + unicodeslot=0x1F323, }, - [0x1F147]={ + [0x1F324]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER X", - direction="l", - linebreak="ai", - specials={ "square", 0x58 }, - unicodeslot=0x1F147, + description="WHITE SUN WITH SMALL CLOUD", + direction="on", + linebreak="id", + unicodeslot=0x1F324, + variants=variants_emoji, }, - [0x1F148]={ + [0x1F325]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER Y", - direction="l", - linebreak="ai", - specials={ "square", 0x59 }, - unicodeslot=0x1F148, + description="WHITE SUN BEHIND CLOUD", + direction="on", + linebreak="id", + unicodeslot=0x1F325, + variants=variants_emoji, }, - [0x1F149]={ + [0x1F326]={ category="so", - cjkwd="a", - description="SQUARED LATIN CAPITAL LETTER Z", - direction="l", - linebreak="ai", - specials={ "square", 0x5A }, - unicodeslot=0x1F149, + description="WHITE SUN BEHIND CLOUD WITH RAIN", + direction="on", + linebreak="id", + unicodeslot=0x1F326, + variants=variants_emoji, }, - [0x1F14A]={ + [0x1F327]={ category="so", - cjkwd="a", - description="SQUARED HV", - direction="l", - linebreak="ai", - specials={ "square", 0x48, 0x56 }, - unicodeslot=0x1F14A, + description="CLOUD WITH RAIN", + direction="on", + linebreak="id", + unicodeslot=0x1F327, + variants=variants_emoji, }, - [0x1F14B]={ + [0x1F328]={ category="so", - cjkwd="a", - description="SQUARED MV", - direction="l", - linebreak="ai", - specials={ "square", 0x4D, 0x56 }, - unicodeslot=0x1F14B, + description="CLOUD WITH SNOW", + direction="on", + linebreak="id", + unicodeslot=0x1F328, + variants=variants_emoji, }, - [0x1F14C]={ + [0x1F329]={ category="so", - cjkwd="a", - description="SQUARED SD", - direction="l", - linebreak="ai", - specials={ "square", 0x53, 0x44 }, - unicodeslot=0x1F14C, + description="CLOUD WITH LIGHTNING", + direction="on", + linebreak="id", + unicodeslot=0x1F329, + variants=variants_emoji, }, - [0x1F14D]={ + [0x1F32A]={ category="so", - cjkwd="a", - description="SQUARED SS", - direction="l", - linebreak="ai", - specials={ "square", 0x53, 0x53 }, - unicodeslot=0x1F14D, + description="CLOUD WITH TORNADO", + direction="on", + linebreak="id", + unicodeslot=0x1F32A, + variants=variants_emoji, }, - [0x1F14E]={ + [0x1F32B]={ category="so", - cjkwd="a", - description="SQUARED PPV", - direction="l", - linebreak="ai", - specials={ "square", 0x50, 0x50, 0x56 }, - unicodeslot=0x1F14E, + description="FOG", + direction="on", + linebreak="id", + unicodeslot=0x1F32B, + variants=variants_emoji, }, - [0x1F14F]={ + [0x1F32C]={ category="so", - cjkwd="a", - description="SQUARED WC", - direction="l", - linebreak="ai", - specials={ "square", 0x57, 0x43 }, - unicodeslot=0x1F14F, + description="WIND BLOWING FACE", + direction="on", + linebreak="id", + unicodeslot=0x1F32C, + variants=variants_emoji, }, - [0x1F150]={ + [0x1F32D]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER A", - direction="l", - linebreak="ai", - unicodeslot=0x1F150, + cjkwd="w", + description="HOT DOG", + direction="on", + linebreak="id", + unicodeslot=0x1F32D, }, - [0x1F151]={ + [0x1F32E]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER B", - direction="l", - linebreak="ai", - unicodeslot=0x1F151, + cjkwd="w", + description="TACO", + direction="on", + linebreak="id", + unicodeslot=0x1F32E, }, - [0x1F152]={ + [0x1F32F]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER C", - direction="l", - linebreak="ai", - unicodeslot=0x1F152, + cjkwd="w", + description="BURRITO", + direction="on", + linebreak="id", + unicodeslot=0x1F32F, }, - [0x1F153]={ + [0x1F330]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER D", - direction="l", - linebreak="ai", - unicodeslot=0x1F153, + cjkwd="w", + description="CHESTNUT", + direction="on", + linebreak="id", + unicodeslot=0x1F330, }, - [0x1F154]={ + [0x1F331]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER E", - direction="l", - linebreak="ai", - unicodeslot=0x1F154, + cjkwd="w", + description="SEEDLING", + direction="on", + linebreak="id", + unicodeslot=0x1F331, }, - [0x1F155]={ + [0x1F332]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER F", - direction="l", - linebreak="ai", - unicodeslot=0x1F155, + cjkwd="w", + description="EVERGREEN TREE", + direction="on", + linebreak="id", + unicodeslot=0x1F332, }, - [0x1F156]={ + [0x1F333]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER G", - direction="l", - linebreak="ai", - unicodeslot=0x1F156, + cjkwd="w", + description="DECIDUOUS TREE", + direction="on", + linebreak="id", + unicodeslot=0x1F333, }, - [0x1F157]={ + [0x1F334]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER H", - direction="l", - linebreak="ai", - unicodeslot=0x1F157, + cjkwd="w", + description="PALM TREE", + direction="on", + linebreak="id", + unicodeslot=0x1F334, }, - [0x1F158]={ + [0x1F335]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER I", - direction="l", - linebreak="ai", - unicodeslot=0x1F158, + cjkwd="w", + description="CACTUS", + direction="on", + linebreak="id", + unicodeslot=0x1F335, }, - [0x1F159]={ + [0x1F336]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER J", - direction="l", - linebreak="ai", - unicodeslot=0x1F159, + description="HOT PEPPER", + direction="on", + linebreak="id", + synonyms={ "spicy" }, + unicodeslot=0x1F336, + variants=variants_emoji, }, - [0x1F15A]={ + [0x1F337]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER K", - direction="l", - linebreak="ai", - unicodeslot=0x1F15A, + cjkwd="w", + description="TULIP", + direction="on", + linebreak="id", + unicodeslot=0x1F337, }, - [0x1F15B]={ + [0x1F338]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER L", - direction="l", - linebreak="ai", - unicodeslot=0x1F15B, + cjkwd="w", + description="CHERRY BLOSSOM", + direction="on", + linebreak="id", + unicodeslot=0x1F338, }, - [0x1F15C]={ + [0x1F339]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER M", - direction="l", - linebreak="ai", - unicodeslot=0x1F15C, + cjkwd="w", + description="ROSE", + direction="on", + linebreak="id", + unicodeslot=0x1F339, }, - [0x1F15D]={ + [0x1F33A]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER N", - direction="l", - linebreak="ai", - unicodeslot=0x1F15D, + cjkwd="w", + description="HIBISCUS", + direction="on", + linebreak="id", + unicodeslot=0x1F33A, }, - [0x1F15E]={ + [0x1F33B]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER O", - direction="l", - linebreak="ai", - unicodeslot=0x1F15E, + cjkwd="w", + description="SUNFLOWER", + direction="on", + linebreak="id", + unicodeslot=0x1F33B, }, - [0x1F15F]={ + [0x1F33C]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER P", - direction="l", - linebreak="ai", - unicodeslot=0x1F15F, + cjkwd="w", + description="BLOSSOM", + direction="on", + linebreak="id", + unicodeslot=0x1F33C, }, - [0x1F160]={ + [0x1F33D]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER Q", - direction="l", - linebreak="ai", - unicodeslot=0x1F160, + cjkwd="w", + description="EAR OF MAIZE", + direction="on", + linebreak="id", + unicodeslot=0x1F33D, }, - [0x1F161]={ + [0x1F33E]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER R", - direction="l", - linebreak="ai", - unicodeslot=0x1F161, + cjkwd="w", + description="EAR OF RICE", + direction="on", + linebreak="id", + unicodeslot=0x1F33E, }, - [0x1F162]={ + [0x1F33F]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER S", - direction="l", - linebreak="ai", - unicodeslot=0x1F162, + cjkwd="w", + description="HERB", + direction="on", + linebreak="id", + unicodeslot=0x1F33F, }, - [0x1F163]={ + [0x1F340]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER T", - direction="l", - linebreak="ai", - unicodeslot=0x1F163, + cjkwd="w", + description="FOUR LEAF CLOVER", + direction="on", + linebreak="id", + unicodeslot=0x1F340, }, - [0x1F164]={ + [0x1F341]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER U", - direction="l", - linebreak="ai", - unicodeslot=0x1F164, + cjkwd="w", + description="MAPLE LEAF", + direction="on", + linebreak="id", + unicodeslot=0x1F341, }, - [0x1F165]={ + [0x1F342]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER V", - direction="l", - linebreak="ai", - unicodeslot=0x1F165, + cjkwd="w", + description="FALLEN LEAF", + direction="on", + linebreak="id", + unicodeslot=0x1F342, }, - [0x1F166]={ + [0x1F343]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER W", - direction="l", - linebreak="ai", - unicodeslot=0x1F166, + cjkwd="w", + description="LEAF FLUTTERING IN WIND", + direction="on", + linebreak="id", + unicodeslot=0x1F343, }, - [0x1F167]={ + [0x1F344]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER X", - direction="l", - linebreak="ai", - unicodeslot=0x1F167, + cjkwd="w", + description="MUSHROOM", + direction="on", + linebreak="id", + unicodeslot=0x1F344, }, - [0x1F168]={ + [0x1F345]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER Y", - direction="l", - linebreak="ai", - unicodeslot=0x1F168, + cjkwd="w", + description="TOMATO", + direction="on", + linebreak="id", + unicodeslot=0x1F345, }, - [0x1F169]={ + [0x1F346]={ category="so", - cjkwd="a", - description="NEGATIVE CIRCLED LATIN CAPITAL LETTER Z", - direction="l", - linebreak="ai", - unicodeslot=0x1F169, + cjkwd="w", + description="AUBERGINE", + direction="on", + linebreak="id", + unicodeslot=0x1F346, }, - [0x1F16A]={ + [0x1F347]={ category="so", - description="RAISED MC SIGN", + cjkwd="w", + description="GRAPES", direction="on", - linebreak="al", - specials={ "super", 0x4D, 0x43 }, - synonyms={ "marque de commerce" }, - unicodeslot=0x1F16A, + linebreak="id", + unicodeslot=0x1F347, + }, + [0x1F348]={ + category="so", + cjkwd="w", + description="MELON", + direction="on", + linebreak="id", + unicodeslot=0x1F348, }, - [0x1F16B]={ + [0x1F349]={ category="so", - description="RAISED MD SIGN", + cjkwd="w", + description="WATERMELON", direction="on", - linebreak="al", - specials={ "super", 0x4D, 0x44 }, - synonyms={ "marque deposee" }, - unicodeslot=0x1F16B, + linebreak="id", + unicodeslot=0x1F349, }, - [0x1F16C]={ + [0x1F34A]={ category="so", - description="RAISED MR SIGN", + cjkwd="w", + description="TANGERINE", direction="on", - linebreak="al", - specials={ "super", 0x4D, 0x52 }, - unicodeslot=0x1F16C, + linebreak="id", + unicodeslot=0x1F34A, }, - [0x1F170]={ + [0x1F34B]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER A", - direction="l", - linebreak="ai", - unicodeslot=0x1F170, - variants=variants_emoji, + cjkwd="w", + description="LEMON", + direction="on", + linebreak="id", + unicodeslot=0x1F34B, }, - [0x1F171]={ + [0x1F34C]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER B", - direction="l", - linebreak="ai", - unicodeslot=0x1F171, - variants=variants_emoji, + cjkwd="w", + description="BANANA", + direction="on", + linebreak="id", + unicodeslot=0x1F34C, }, - [0x1F172]={ + [0x1F34D]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER C", - direction="l", - linebreak="ai", - unicodeslot=0x1F172, + cjkwd="w", + description="PINEAPPLE", + direction="on", + linebreak="id", + unicodeslot=0x1F34D, }, - [0x1F173]={ + [0x1F34E]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER D", - direction="l", - linebreak="ai", - unicodeslot=0x1F173, + cjkwd="w", + description="RED APPLE", + direction="on", + linebreak="id", + unicodeslot=0x1F34E, }, - [0x1F174]={ + [0x1F34F]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER E", - direction="l", - linebreak="ai", - unicodeslot=0x1F174, + cjkwd="w", + description="GREEN APPLE", + direction="on", + linebreak="id", + unicodeslot=0x1F34F, }, - [0x1F175]={ + [0x1F350]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER F", - direction="l", - linebreak="ai", - unicodeslot=0x1F175, + cjkwd="w", + description="PEAR", + direction="on", + linebreak="id", + unicodeslot=0x1F350, }, - [0x1F176]={ + [0x1F351]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER G", - direction="l", - linebreak="ai", - unicodeslot=0x1F176, + cjkwd="w", + description="PEACH", + direction="on", + linebreak="id", + unicodeslot=0x1F351, }, - [0x1F177]={ + [0x1F352]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER H", - direction="l", - linebreak="ai", - unicodeslot=0x1F177, + cjkwd="w", + description="CHERRIES", + direction="on", + linebreak="id", + unicodeslot=0x1F352, }, - [0x1F178]={ + [0x1F353]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER I", - direction="l", - linebreak="ai", - unicodeslot=0x1F178, + cjkwd="w", + description="STRAWBERRY", + direction="on", + linebreak="id", + unicodeslot=0x1F353, }, - [0x1F179]={ + [0x1F354]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER J", - direction="l", - linebreak="ai", - unicodeslot=0x1F179, + cjkwd="w", + description="HAMBURGER", + direction="on", + linebreak="id", + unicodeslot=0x1F354, }, - [0x1F17A]={ + [0x1F355]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER K", - direction="l", - linebreak="ai", - unicodeslot=0x1F17A, + cjkwd="w", + description="SLICE OF PIZZA", + direction="on", + linebreak="id", + unicodeslot=0x1F355, }, - [0x1F17B]={ + [0x1F356]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER L", - direction="l", - linebreak="ai", - unicodeslot=0x1F17B, + cjkwd="w", + description="MEAT ON BONE", + direction="on", + linebreak="id", + unicodeslot=0x1F356, }, - [0x1F17C]={ + [0x1F357]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER M", - direction="l", - linebreak="ai", - unicodeslot=0x1F17C, + cjkwd="w", + description="POULTRY LEG", + direction="on", + linebreak="id", + unicodeslot=0x1F357, }, - [0x1F17D]={ + [0x1F358]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER N", - direction="l", - linebreak="ai", - unicodeslot=0x1F17D, + cjkwd="w", + description="RICE CRACKER", + direction="on", + linebreak="id", + unicodeslot=0x1F358, }, - [0x1F17E]={ + [0x1F359]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER O", - direction="l", - linebreak="ai", - unicodeslot=0x1F17E, - variants=variants_emoji, + cjkwd="w", + description="RICE BALL", + direction="on", + linebreak="id", + unicodeslot=0x1F359, }, - [0x1F17F]={ + [0x1F35A]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER P", - direction="l", - linebreak="ai", - unicodeslot=0x1F17F, - variants=variants_emoji, + cjkwd="w", + description="COOKED RICE", + direction="on", + linebreak="id", + unicodeslot=0x1F35A, }, - [0x1F180]={ + [0x1F35B]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER Q", - direction="l", - linebreak="ai", - unicodeslot=0x1F180, + cjkwd="w", + description="CURRY AND RICE", + direction="on", + linebreak="id", + unicodeslot=0x1F35B, }, - [0x1F181]={ + [0x1F35C]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER R", - direction="l", - linebreak="ai", - unicodeslot=0x1F181, + cjkwd="w", + description="STEAMING BOWL", + direction="on", + linebreak="id", + unicodeslot=0x1F35C, }, - [0x1F182]={ + [0x1F35D]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER S", - direction="l", - linebreak="ai", - unicodeslot=0x1F182, + cjkwd="w", + description="SPAGHETTI", + direction="on", + linebreak="id", + unicodeslot=0x1F35D, }, - [0x1F183]={ + [0x1F35E]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER T", - direction="l", - linebreak="ai", - unicodeslot=0x1F183, + cjkwd="w", + description="BREAD", + direction="on", + linebreak="id", + unicodeslot=0x1F35E, }, - [0x1F184]={ + [0x1F35F]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER U", - direction="l", - linebreak="ai", - unicodeslot=0x1F184, + cjkwd="w", + description="FRENCH FRIES", + direction="on", + linebreak="id", + unicodeslot=0x1F35F, }, - [0x1F185]={ + [0x1F360]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER V", - direction="l", - linebreak="ai", - unicodeslot=0x1F185, + cjkwd="w", + description="ROASTED SWEET POTATO", + direction="on", + linebreak="id", + unicodeslot=0x1F360, }, - [0x1F186]={ + [0x1F361]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER W", - direction="l", - linebreak="ai", - unicodeslot=0x1F186, + cjkwd="w", + description="DANGO", + direction="on", + linebreak="id", + unicodeslot=0x1F361, }, - [0x1F187]={ + [0x1F362]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER X", - direction="l", - linebreak="ai", - unicodeslot=0x1F187, + cjkwd="w", + description="ODEN", + direction="on", + linebreak="id", + unicodeslot=0x1F362, }, - [0x1F188]={ + [0x1F363]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER Y", - direction="l", - linebreak="ai", - unicodeslot=0x1F188, + cjkwd="w", + description="SUSHI", + direction="on", + linebreak="id", + unicodeslot=0x1F363, }, - [0x1F189]={ + [0x1F364]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED LATIN CAPITAL LETTER Z", - direction="l", - linebreak="ai", - unicodeslot=0x1F189, + cjkwd="w", + description="FRIED SHRIMP", + direction="on", + linebreak="id", + unicodeslot=0x1F364, }, - [0x1F18A]={ + [0x1F365]={ category="so", - cjkwd="a", - description="CROSSED NEGATIVE SQUARED LATIN CAPITAL LETTER P", - direction="l", - linebreak="ai", - unicodeslot=0x1F18A, + cjkwd="w", + description="FISH CAKE WITH SWIRL DESIGN", + direction="on", + linebreak="id", + unicodeslot=0x1F365, }, - [0x1F18B]={ + [0x1F366]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED IC", - direction="l", - linebreak="ai", - unicodeslot=0x1F18B, + cjkwd="w", + description="SOFT ICE CREAM", + direction="on", + linebreak="id", + unicodeslot=0x1F366, }, - [0x1F18C]={ + [0x1F367]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED PA", - direction="l", - linebreak="ai", - unicodeslot=0x1F18C, + cjkwd="w", + description="SHAVED ICE", + direction="on", + linebreak="id", + unicodeslot=0x1F367, }, - [0x1F18D]={ + [0x1F368]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED SA", - direction="l", - linebreak="ai", - unicodeslot=0x1F18D, + cjkwd="w", + description="ICE CREAM", + direction="on", + linebreak="id", + unicodeslot=0x1F368, }, - [0x1F18E]={ + [0x1F369]={ category="so", cjkwd="w", - description="NEGATIVE SQUARED AB", - direction="l", - linebreak="ai", - unicodeslot=0x1F18E, + description="DOUGHNUT", + direction="on", + linebreak="id", + unicodeslot=0x1F369, }, - [0x1F18F]={ + [0x1F36A]={ category="so", - cjkwd="a", - description="NEGATIVE SQUARED WC", - direction="l", - linebreak="ai", - unicodeslot=0x1F18F, + cjkwd="w", + description="COOKIE", + direction="on", + linebreak="id", + unicodeslot=0x1F36A, }, - [0x1F190]={ + [0x1F36B]={ category="so", - cjkwd="a", - description="SQUARE DJ", - direction="l", - linebreak="ai", - specials={ "square", 0x44, 0x4A }, - unicodeslot=0x1F190, + cjkwd="w", + description="CHOCOLATE BAR", + direction="on", + linebreak="id", + unicodeslot=0x1F36B, }, - [0x1F191]={ + [0x1F36C]={ category="so", cjkwd="w", - description="SQUARED CL", - direction="l", - linebreak="ai", - unicodeslot=0x1F191, + description="CANDY", + direction="on", + linebreak="id", + unicodeslot=0x1F36C, }, - [0x1F192]={ + [0x1F36D]={ category="so", cjkwd="w", - description="SQUARED COOL", - direction="l", - linebreak="ai", - unicodeslot=0x1F192, + description="LOLLIPOP", + direction="on", + linebreak="id", + unicodeslot=0x1F36D, }, - [0x1F193]={ + [0x1F36E]={ category="so", cjkwd="w", - description="SQUARED FREE", - direction="l", - linebreak="ai", - unicodeslot=0x1F193, + description="CUSTARD", + direction="on", + linebreak="id", + unicodeslot=0x1F36E, }, - [0x1F194]={ + [0x1F36F]={ category="so", cjkwd="w", - description="SQUARED ID", - direction="l", - linebreak="ai", - unicodeslot=0x1F194, + description="HONEY POT", + direction="on", + linebreak="id", + unicodeslot=0x1F36F, }, - [0x1F195]={ + [0x1F370]={ category="so", cjkwd="w", - description="SQUARED NEW", - direction="l", - linebreak="ai", - unicodeslot=0x1F195, + description="SHORTCAKE", + direction="on", + linebreak="id", + unicodeslot=0x1F370, }, - [0x1F196]={ + [0x1F371]={ category="so", cjkwd="w", - description="SQUARED NG", - direction="l", - linebreak="ai", - unicodeslot=0x1F196, + description="BENTO BOX", + direction="on", + linebreak="id", + unicodeslot=0x1F371, }, - [0x1F197]={ + [0x1F372]={ category="so", cjkwd="w", - description="SQUARED OK", - direction="l", - linebreak="ai", - unicodeslot=0x1F197, + description="POT OF FOOD", + direction="on", + linebreak="id", + unicodeslot=0x1F372, }, - [0x1F198]={ + [0x1F373]={ category="so", cjkwd="w", - description="SQUARED SOS", - direction="l", - linebreak="ai", - unicodeslot=0x1F198, + description="COOKING", + direction="on", + linebreak="id", + unicodeslot=0x1F373, }, - [0x1F199]={ + [0x1F374]={ category="so", cjkwd="w", - description="SQUARED UP WITH EXCLAMATION MARK", - direction="l", - linebreak="ai", - unicodeslot=0x1F199, + description="FORK AND KNIFE", + direction="on", + linebreak="id", + synonyms={ "meal (glyph may vary) restaurant" }, + unicodeslot=0x1F374, }, - [0x1F19A]={ + [0x1F375]={ category="so", cjkwd="w", - description="SQUARED VS", - direction="l", - linebreak="ai", - unicodeslot=0x1F19A, + description="TEACUP WITHOUT HANDLE", + direction="on", + linebreak="id", + unicodeslot=0x1F375, }, - [0x1F19B]={ + [0x1F376]={ category="so", - cjkwd="a", - description="SQUARED THREE D", - direction="l", - linebreak="ai", - unicodeslot=0x1F19B, + cjkwd="w", + description="SAKE BOTTLE AND CUP", + direction="on", + linebreak="id", + unicodeslot=0x1F376, }, - [0x1F19C]={ + [0x1F377]={ category="so", - cjkwd="a", - description="SQUARED SECOND SCREEN", - direction="l", - linebreak="ai", - unicodeslot=0x1F19C, + cjkwd="w", + description="WINE GLASS", + direction="on", + linebreak="id", + unicodeslot=0x1F377, }, - [0x1F19D]={ + [0x1F378]={ category="so", - cjkwd="a", - description="SQUARED TWO K", - direction="l", - linebreak="ai", - unicodeslot=0x1F19D, + cjkwd="w", + description="COCKTAIL GLASS", + direction="on", + linebreak="id", + unicodeslot=0x1F378, }, - [0x1F19E]={ + [0x1F379]={ category="so", - cjkwd="a", - description="SQUARED FOUR K", - direction="l", - linebreak="ai", - unicodeslot=0x1F19E, + cjkwd="w", + description="TROPICAL DRINK", + direction="on", + linebreak="id", + unicodeslot=0x1F379, }, - [0x1F19F]={ + [0x1F37A]={ category="so", - cjkwd="a", - description="SQUARED EIGHT K", - direction="l", - linebreak="ai", - unicodeslot=0x1F19F, + cjkwd="w", + description="BEER MUG", + direction="on", + linebreak="id", + unicodeslot=0x1F37A, }, - [0x1F1A0]={ + [0x1F37B]={ category="so", - cjkwd="a", - description="SQUARED FIVE POINT ONE", - direction="l", - linebreak="ai", - unicodeslot=0x1F1A0, + cjkwd="w", + description="CLINKING BEER MUGS", + direction="on", + linebreak="id", + unicodeslot=0x1F37B, }, - [0x1F1A1]={ + [0x1F37C]={ category="so", - cjkwd="a", - description="SQUARED SEVEN POINT ONE", - direction="l", - linebreak="ai", - unicodeslot=0x1F1A1, + cjkwd="w", + description="BABY BOTTLE", + direction="on", + linebreak="id", + unicodeslot=0x1F37C, }, - [0x1F1A2]={ + [0x1F37D]={ category="so", - cjkwd="a", - description="SQUARED TWENTY-TWO POINT TWO", - direction="l", - linebreak="ai", - unicodeslot=0x1F1A2, + description="FORK AND KNIFE WITH PLATE", + direction="on", + linebreak="id", + synonyms={ "dining available symbol", "food available symbol" }, + unicodeslot=0x1F37D, + variants=variants_emoji, }, - [0x1F1A3]={ + [0x1F37E]={ category="so", - cjkwd="a", - description="SQUARED SIXTY P", - direction="l", - linebreak="ai", - unicodeslot=0x1F1A3, + cjkwd="w", + description="BOTTLE WITH POPPING CORK", + direction="on", + linebreak="id", + unicodeslot=0x1F37E, }, - [0x1F1A4]={ + [0x1F37F]={ category="so", - cjkwd="a", - description="SQUARED ONE HUNDRED TWENTY P", - direction="l", - linebreak="ai", - unicodeslot=0x1F1A4, + cjkwd="w", + description="POPCORN", + direction="on", + linebreak="id", + unicodeslot=0x1F37F, }, - [0x1F1A5]={ + [0x1F380]={ category="so", - cjkwd="a", - description="SQUARED LATIN SMALL LETTER D", - direction="l", - linebreak="ai", - unicodeslot=0x1F1A5, + cjkwd="w", + description="RIBBON", + direction="on", + linebreak="id", + unicodeslot=0x1F380, }, - [0x1F1A6]={ + [0x1F381]={ category="so", - cjkwd="a", - description="SQUARED HC", - direction="l", - linebreak="ai", - unicodeslot=0x1F1A6, + cjkwd="w", + description="WRAPPED PRESENT", + direction="on", + linebreak="id", + unicodeslot=0x1F381, }, - [0x1F1A7]={ + [0x1F382]={ category="so", - cjkwd="a", - description="SQUARED HDR", - direction="l", - linebreak="ai", - unicodeslot=0x1F1A7, + cjkwd="w", + description="BIRTHDAY CAKE", + direction="on", + linebreak="id", + unicodeslot=0x1F382, }, - [0x1F1A8]={ + [0x1F383]={ category="so", - cjkwd="a", - description="SQUARED HI-RES", - direction="l", - linebreak="ai", - unicodeslot=0x1F1A8, + cjkwd="w", + description="JACK-O-LANTERN", + direction="on", + linebreak="id", + unicodeslot=0x1F383, }, - [0x1F1A9]={ + [0x1F384]={ category="so", - cjkwd="a", - description="SQUARED LOSSLESS", - direction="l", - linebreak="ai", - unicodeslot=0x1F1A9, + cjkwd="w", + description="CHRISTMAS TREE", + direction="on", + linebreak="id", + unicodeslot=0x1F384, }, - [0x1F1AA]={ + [0x1F385]={ category="so", - cjkwd="a", - description="SQUARED SHV", - direction="l", - linebreak="ai", - unicodeslot=0x1F1AA, + cjkwd="w", + description="FATHER CHRISTMAS", + direction="on", + linebreak="eb", + synonyms={ "santa claus" }, + unicodeslot=0x1F385, }, - [0x1F1AB]={ + [0x1F386]={ category="so", - cjkwd="a", - description="SQUARED UHD", - direction="l", - linebreak="ai", - unicodeslot=0x1F1AB, + cjkwd="w", + description="FIREWORKS", + direction="on", + linebreak="id", + unicodeslot=0x1F386, }, - [0x1F1AC]={ + [0x1F387]={ category="so", - cjkwd="a", - description="SQUARED VOD", - direction="l", - linebreak="ai", - unicodeslot=0x1F1AC, + cjkwd="w", + description="FIREWORK SPARKLER", + direction="on", + linebreak="id", + unicodeslot=0x1F387, }, - [0x1F1E6]={ + [0x1F388]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER A", - direction="l", - linebreak="ri", - unicodeslot=0x1F1E6, + cjkwd="w", + description="BALLOON", + direction="on", + linebreak="id", + unicodeslot=0x1F388, }, - [0x1F1E7]={ + [0x1F389]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER B", - direction="l", - linebreak="ri", - unicodeslot=0x1F1E7, + cjkwd="w", + description="PARTY POPPER", + direction="on", + linebreak="id", + unicodeslot=0x1F389, }, - [0x1F1E8]={ + [0x1F38A]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER C", - direction="l", - linebreak="ri", - unicodeslot=0x1F1E8, + cjkwd="w", + description="CONFETTI BALL", + direction="on", + linebreak="id", + unicodeslot=0x1F38A, }, - [0x1F1E9]={ + [0x1F38B]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER D", - direction="l", - linebreak="ri", - unicodeslot=0x1F1E9, + cjkwd="w", + description="TANABATA TREE", + direction="on", + linebreak="id", + unicodeslot=0x1F38B, }, - [0x1F1EA]={ + [0x1F38C]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER E", - direction="l", - linebreak="ri", - unicodeslot=0x1F1EA, + cjkwd="w", + description="CROSSED FLAGS", + direction="on", + linebreak="id", + unicodeslot=0x1F38C, }, - [0x1F1EB]={ + [0x1F38D]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER F", - direction="l", - linebreak="ri", - unicodeslot=0x1F1EB, + cjkwd="w", + description="PINE DECORATION", + direction="on", + linebreak="id", + unicodeslot=0x1F38D, }, - [0x1F1EC]={ + [0x1F38E]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER G", - direction="l", - linebreak="ri", - unicodeslot=0x1F1EC, + cjkwd="w", + description="JAPANESE DOLLS", + direction="on", + linebreak="id", + unicodeslot=0x1F38E, }, - [0x1F1ED]={ + [0x1F38F]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER H", - direction="l", - linebreak="ri", - unicodeslot=0x1F1ED, + cjkwd="w", + description="CARP STREAMER", + direction="on", + linebreak="id", + unicodeslot=0x1F38F, }, - [0x1F1EE]={ + [0x1F390]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER I", - direction="l", - linebreak="ri", - unicodeslot=0x1F1EE, + cjkwd="w", + description="WIND CHIME", + direction="on", + linebreak="id", + unicodeslot=0x1F390, }, - [0x1F1EF]={ + [0x1F391]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER J", - direction="l", - linebreak="ri", - unicodeslot=0x1F1EF, + cjkwd="w", + description="MOON VIEWING CEREMONY", + direction="on", + linebreak="id", + unicodeslot=0x1F391, }, - [0x1F1F0]={ + [0x1F392]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER K", - direction="l", - linebreak="ri", - unicodeslot=0x1F1F0, + cjkwd="w", + description="SCHOOL SATCHEL", + direction="on", + linebreak="id", + unicodeslot=0x1F392, }, - [0x1F1F1]={ + [0x1F393]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER L", - direction="l", - linebreak="ri", - unicodeslot=0x1F1F1, + cjkwd="w", + description="GRADUATION CAP", + direction="on", + linebreak="id", + synonyms={ "mortarboard" }, + unicodeslot=0x1F393, }, - [0x1F1F2]={ + [0x1F394]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER M", - direction="l", - linebreak="ri", - unicodeslot=0x1F1F2, + description="HEART WITH TIP ON THE LEFT", + direction="on", + linebreak="id", + unicodeslot=0x1F394, }, - [0x1F1F3]={ + [0x1F395]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER N", - direction="l", - linebreak="ri", - unicodeslot=0x1F1F3, + description="BOUQUET OF FLOWERS", + direction="on", + linebreak="id", + unicodeslot=0x1F395, }, - [0x1F1F4]={ + [0x1F396]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER O", - direction="l", - linebreak="ri", - unicodeslot=0x1F1F4, + description="MILITARY MEDAL", + direction="on", + linebreak="id", + unicodeslot=0x1F396, + variants=variants_emoji, }, - [0x1F1F5]={ + [0x1F397]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER P", - direction="l", - linebreak="ri", - unicodeslot=0x1F1F5, + description="REMINDER RIBBON", + direction="on", + linebreak="id", + unicodeslot=0x1F397, + variants=variants_emoji, }, - [0x1F1F6]={ + [0x1F398]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER Q", - direction="l", - linebreak="ri", - unicodeslot=0x1F1F6, + description="MUSICAL KEYBOARD WITH JACKS", + direction="on", + linebreak="id", + unicodeslot=0x1F398, }, - [0x1F1F7]={ + [0x1F399]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER R", - direction="l", - linebreak="ri", - unicodeslot=0x1F1F7, + description="STUDIO MICROPHONE", + direction="on", + linebreak="id", + unicodeslot=0x1F399, + variants=variants_emoji, }, - [0x1F1F8]={ + [0x1F39A]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER S", - direction="l", - linebreak="ri", - unicodeslot=0x1F1F8, + description="LEVEL SLIDER", + direction="on", + linebreak="id", + unicodeslot=0x1F39A, + variants=variants_emoji, }, - [0x1F1F9]={ + [0x1F39B]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER T", - direction="l", - linebreak="ri", - unicodeslot=0x1F1F9, + description="CONTROL KNOBS", + direction="on", + linebreak="id", + unicodeslot=0x1F39B, + variants=variants_emoji, }, - [0x1F1FA]={ + [0x1F39C]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER U", - direction="l", - linebreak="ri", - unicodeslot=0x1F1FA, + description="BEAMED ASCENDING MUSICAL NOTES", + direction="on", + linebreak="al", + unicodeslot=0x1F39C, }, - [0x1F1FB]={ + [0x1F39D]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER V", - direction="l", - linebreak="ri", - unicodeslot=0x1F1FB, + description="BEAMED DESCENDING MUSICAL NOTES", + direction="on", + linebreak="al", + unicodeslot=0x1F39D, }, - [0x1F1FC]={ + [0x1F39E]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER W", - direction="l", - linebreak="ri", - unicodeslot=0x1F1FC, + description="FILM FRAMES", + direction="on", + linebreak="id", + unicodeslot=0x1F39E, + variants=variants_emoji, }, - [0x1F1FD]={ + [0x1F39F]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER X", - direction="l", - linebreak="ri", - unicodeslot=0x1F1FD, + description="ADMISSION TICKETS", + direction="on", + linebreak="id", + unicodeslot=0x1F39F, + variants=variants_emoji, }, - [0x1F1FE]={ + [0x1F3A0]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER Y", - direction="l", - linebreak="ri", - unicodeslot=0x1F1FE, + cjkwd="w", + description="CAROUSEL HORSE", + direction="on", + linebreak="id", + unicodeslot=0x1F3A0, }, - [0x1F1FF]={ + [0x1F3A1]={ category="so", - description="REGIONAL INDICATOR SYMBOL LETTER Z", - direction="l", - linebreak="ri", - unicodeslot=0x1F1FF, + cjkwd="w", + description="FERRIS WHEEL", + direction="on", + linebreak="id", + unicodeslot=0x1F3A1, }, - [0x1F200]={ + [0x1F3A2]={ category="so", cjkwd="w", - description="SQUARE HIRAGANA HOKA", - direction="l", + description="ROLLER COASTER", + direction="on", linebreak="id", - specials={ "square", 0x307B, 0x304B }, - unicodeslot=0x1F200, + unicodeslot=0x1F3A2, }, - [0x1F201]={ + [0x1F3A3]={ category="so", cjkwd="w", - description="SQUARED KATAKANA KOKO", - direction="l", + description="FISHING POLE AND FISH", + direction="on", linebreak="id", - specials={ "square", 0x30B3, 0x30B3 }, - unicodeslot=0x1F201, + unicodeslot=0x1F3A3, }, - [0x1F202]={ + [0x1F3A4]={ category="so", cjkwd="w", - description="SQUARED KATAKANA SA", - direction="l", + description="MICROPHONE", + direction="on", linebreak="id", - specials={ "square", 0x30B5 }, - unicodeslot=0x1F202, - variants=variants_emoji, + unicodeslot=0x1F3A4, }, - [0x1F210]={ + [0x1F3A5]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-624B", - direction="l", + description="MOVIE CAMERA", + direction="on", linebreak="id", - specials={ "square", 0x624B }, - unicodeslot=0x1F210, + unicodeslot=0x1F3A5, }, - [0x1F211]={ + [0x1F3A6]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-5B57", - direction="l", + description="CINEMA", + direction="on", linebreak="id", - specials={ "square", 0x5B57 }, - unicodeslot=0x1F211, + unicodeslot=0x1F3A6, }, - [0x1F212]={ + [0x1F3A7]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-53CC", - direction="l", + description="HEADPHONE", + direction="on", linebreak="id", - specials={ "square", 0x53CC }, - unicodeslot=0x1F212, + unicodeslot=0x1F3A7, }, - [0x1F213]={ + [0x1F3A8]={ category="so", cjkwd="w", - description="SQUARED KATAKANA DE", - direction="l", + description="ARTIST PALETTE", + direction="on", linebreak="id", - specials={ "square", 0x30C7 }, - unicodeslot=0x1F213, + unicodeslot=0x1F3A8, }, - [0x1F214]={ + [0x1F3A9]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-4E8C", - direction="l", + description="TOP HAT", + direction="on", linebreak="id", - specials={ "square", 0x4E8C }, - unicodeslot=0x1F214, + unicodeslot=0x1F3A9, }, - [0x1F215]={ + [0x1F3AA]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-591A", - direction="l", + description="CIRCUS TENT", + direction="on", linebreak="id", - specials={ "square", 0x591A }, - unicodeslot=0x1F215, + unicodeslot=0x1F3AA, }, - [0x1F216]={ + [0x1F3AB]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-89E3", - direction="l", + description="TICKET", + direction="on", linebreak="id", - specials={ "square", 0x89E3 }, - unicodeslot=0x1F216, + unicodeslot=0x1F3AB, }, - [0x1F217]={ + [0x1F3AC]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-5929", - direction="l", + description="CLAPPER BOARD", + direction="on", linebreak="id", - specials={ "square", 0x5929 }, - unicodeslot=0x1F217, + unicodeslot=0x1F3AC, }, - [0x1F218]={ + [0x1F3AD]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-4EA4", - direction="l", + description="PERFORMING ARTS", + direction="on", linebreak="id", - specials={ "square", 0x4EA4 }, - unicodeslot=0x1F218, + synonyms={ "masks of comedy and tragedy", "theater masks" }, + unicodeslot=0x1F3AD, }, - [0x1F219]={ + [0x1F3AE]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-6620", - direction="l", + description="VIDEO GAME", + direction="on", linebreak="id", - specials={ "square", 0x6620 }, - unicodeslot=0x1F219, + unicodeslot=0x1F3AE, }, - [0x1F21A]={ + [0x1F3AF]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-7121", - direction="l", + description="DIRECT HIT", + direction="on", linebreak="id", - specials={ "square", 0x7121 }, - unicodeslot=0x1F21A, - variants=variants_emoji, + unicodeslot=0x1F3AF, }, - [0x1F21B]={ + [0x1F3B0]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-6599", - direction="l", + description="SLOT MACHINE", + direction="on", linebreak="id", - specials={ "square", 0x6599 }, - unicodeslot=0x1F21B, + unicodeslot=0x1F3B0, }, - [0x1F21C]={ + [0x1F3B1]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-524D", - direction="l", + description="BILLIARDS", + direction="on", linebreak="id", - specials={ "square", 0x524D }, - unicodeslot=0x1F21C, + unicodeslot=0x1F3B1, }, - [0x1F21D]={ + [0x1F3B2]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-5F8C", - direction="l", + description="GAME DIE", + direction="on", linebreak="id", - specials={ "square", 0x5F8C }, - unicodeslot=0x1F21D, + unicodeslot=0x1F3B2, }, - [0x1F21E]={ + [0x1F3B3]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-518D", - direction="l", + description="BOWLING", + direction="on", linebreak="id", - specials={ "square", 0x518D }, - unicodeslot=0x1F21E, + unicodeslot=0x1F3B3, }, - [0x1F21F]={ + [0x1F3B4]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-65B0", - direction="l", + description="FLOWER PLAYING CARDS", + direction="on", linebreak="id", - specials={ "square", 0x65B0 }, - unicodeslot=0x1F21F, + unicodeslot=0x1F3B4, }, - [0x1F220]={ + [0x1F3B5]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-521D", - direction="l", - linebreak="id", - specials={ "square", 0x521D }, - unicodeslot=0x1F220, + description="MUSICAL NOTE", + direction="on", + linebreak="al", + unicodeslot=0x1F3B5, }, - [0x1F221]={ + [0x1F3B6]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-7D42", - direction="l", + description="MULTIPLE MUSICAL NOTES", + direction="on", + linebreak="al", + unicodeslot=0x1F3B6, + }, + [0x1F3B7]={ + category="so", + cjkwd="w", + description="SAXOPHONE", + direction="on", linebreak="id", - specials={ "square", 0x7D42 }, - unicodeslot=0x1F221, + unicodeslot=0x1F3B7, }, - [0x1F222]={ + [0x1F3B8]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-751F", - direction="l", + description="GUITAR", + direction="on", linebreak="id", - specials={ "square", 0x751F }, - unicodeslot=0x1F222, + unicodeslot=0x1F3B8, }, - [0x1F223]={ + [0x1F3B9]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-8CA9", - direction="l", + description="MUSICAL KEYBOARD", + direction="on", linebreak="id", - specials={ "square", 0x8CA9 }, - unicodeslot=0x1F223, + unicodeslot=0x1F3B9, }, - [0x1F224]={ + [0x1F3BA]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-58F0", - direction="l", + description="TRUMPET", + direction="on", linebreak="id", - specials={ "square", 0x58F0 }, - unicodeslot=0x1F224, + unicodeslot=0x1F3BA, }, - [0x1F225]={ + [0x1F3BB]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-5439", - direction="l", + description="VIOLIN", + direction="on", linebreak="id", - specials={ "square", 0x5439 }, - unicodeslot=0x1F225, + unicodeslot=0x1F3BB, }, - [0x1F226]={ + [0x1F3BC]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-6F14", - direction="l", + description="MUSICAL SCORE", + direction="on", + linebreak="al", + unicodeslot=0x1F3BC, + }, + [0x1F3BD]={ + category="so", + cjkwd="w", + description="RUNNING SHIRT WITH SASH", + direction="on", linebreak="id", - specials={ "square", 0x6F14 }, - unicodeslot=0x1F226, + unicodeslot=0x1F3BD, }, - [0x1F227]={ + [0x1F3BE]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-6295", - direction="l", + description="TENNIS RACQUET AND BALL", + direction="on", linebreak="id", - specials={ "square", 0x6295 }, - unicodeslot=0x1F227, + unicodeslot=0x1F3BE, }, - [0x1F228]={ + [0x1F3BF]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-6355", - direction="l", + description="SKI AND SKI BOOT", + direction="on", linebreak="id", - specials={ "square", 0x6355 }, - unicodeslot=0x1F228, + unicodeslot=0x1F3BF, }, - [0x1F229]={ + [0x1F3C0]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-4E00", - direction="l", + description="BASKETBALL AND HOOP", + direction="on", linebreak="id", - specials={ "square", 0x4E00 }, - unicodeslot=0x1F229, + unicodeslot=0x1F3C0, }, - [0x1F22A]={ + [0x1F3C1]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-4E09", - direction="l", + description="CHEQUERED FLAG", + direction="on", linebreak="id", - specials={ "square", 0x4E09 }, - unicodeslot=0x1F22A, + unicodeslot=0x1F3C1, }, - [0x1F22B]={ + [0x1F3C2]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-904A", - direction="l", + description="SNOWBOARDER", + direction="on", + linebreak="eb", + unicodeslot=0x1F3C2, + }, + [0x1F3C3]={ + category="so", + cjkwd="w", + description="RUNNER", + direction="on", + linebreak="eb", + unicodeslot=0x1F3C3, + }, + [0x1F3C4]={ + category="so", + cjkwd="w", + description="SURFER", + direction="on", + linebreak="eb", + unicodeslot=0x1F3C4, + }, + [0x1F3C5]={ + category="so", + cjkwd="w", + description="SPORTS MEDAL", + direction="on", linebreak="id", - specials={ "square", 0x904A }, - unicodeslot=0x1F22B, + unicodeslot=0x1F3C5, }, - [0x1F22C]={ + [0x1F3C6]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-5DE6", - direction="l", + description="TROPHY", + direction="on", linebreak="id", - specials={ "square", 0x5DE6 }, - unicodeslot=0x1F22C, + unicodeslot=0x1F3C6, }, - [0x1F22D]={ + [0x1F3C7]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-4E2D", - direction="l", + description="HORSE RACING", + direction="on", + linebreak="eb", + unicodeslot=0x1F3C7, + }, + [0x1F3C8]={ + category="so", + cjkwd="w", + description="AMERICAN FOOTBALL", + direction="on", linebreak="id", - specials={ "square", 0x4E2D }, - unicodeslot=0x1F22D, + unicodeslot=0x1F3C8, }, - [0x1F22E]={ + [0x1F3C9]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-53F3", - direction="l", + description="RUGBY FOOTBALL", + direction="on", linebreak="id", - specials={ "square", 0x53F3 }, - unicodeslot=0x1F22E, + unicodeslot=0x1F3C9, }, - [0x1F22F]={ + [0x1F3CA]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-6307", - direction="l", + description="SWIMMER", + direction="on", + linebreak="eb", + unicodeslot=0x1F3CA, + }, + [0x1F3CB]={ + category="so", + description="WEIGHT LIFTER", + direction="on", + linebreak="eb", + unicodeslot=0x1F3CB, + variants=variants_emoji, + }, + [0x1F3CC]={ + category="so", + description="GOLFER", + direction="on", + linebreak="eb", + unicodeslot=0x1F3CC, + variants=variants_emoji, + }, + [0x1F3CD]={ + category="so", + description="RACING MOTORCYCLE", + direction="on", linebreak="id", - specials={ "square", 0x6307 }, - unicodeslot=0x1F22F, + unicodeslot=0x1F3CD, variants=variants_emoji, }, - [0x1F230]={ + [0x1F3CE]={ category="so", - cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-8D70", - direction="l", + description="RACING CAR", + direction="on", linebreak="id", - specials={ "square", 0x8D70 }, - unicodeslot=0x1F230, + unicodeslot=0x1F3CE, + variants=variants_emoji, }, - [0x1F231]={ + [0x1F3CF]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-6253", - direction="l", + description="CRICKET BAT AND BALL", + direction="on", linebreak="id", - specials={ "square", 0x6253 }, - unicodeslot=0x1F231, + unicodeslot=0x1F3CF, }, - [0x1F232]={ + [0x1F3D0]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-7981", - direction="l", + description="VOLLEYBALL", + direction="on", linebreak="id", - specials={ "square", 0x7981 }, - unicodeslot=0x1F232, + unicodeslot=0x1F3D0, }, - [0x1F233]={ + [0x1F3D1]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-7A7A", - direction="l", + description="FIELD HOCKEY STICK AND BALL", + direction="on", linebreak="id", - specials={ "square", 0x7A7A }, - unicodeslot=0x1F233, + unicodeslot=0x1F3D1, }, - [0x1F234]={ + [0x1F3D2]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-5408", - direction="l", + description="ICE HOCKEY STICK AND PUCK", + direction="on", linebreak="id", - specials={ "square", 0x5408 }, - unicodeslot=0x1F234, + unicodeslot=0x1F3D2, }, - [0x1F235]={ + [0x1F3D3]={ category="so", cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-6E80", - direction="l", + description="TABLE TENNIS PADDLE AND BALL", + direction="on", linebreak="id", - specials={ "square", 0x6E80 }, - unicodeslot=0x1F235, + unicodeslot=0x1F3D3, }, - [0x1F236]={ + [0x1F3D4]={ category="so", - cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-6709", - direction="l", + description="SNOW CAPPED MOUNTAIN", + direction="on", linebreak="id", - specials={ "square", 0x6709 }, - unicodeslot=0x1F236, + unicodeslot=0x1F3D4, + variants=variants_emoji, }, - [0x1F237]={ + [0x1F3D5]={ category="so", - cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-6708", - direction="l", + description="CAMPING", + direction="on", linebreak="id", - specials={ "square", 0x6708 }, - unicodeslot=0x1F237, + unicodeslot=0x1F3D5, variants=variants_emoji, }, - [0x1F238]={ + [0x1F3D6]={ category="so", - cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-7533", - direction="l", + description="BEACH WITH UMBRELLA", + direction="on", linebreak="id", - specials={ "square", 0x7533 }, - unicodeslot=0x1F238, + unicodeslot=0x1F3D6, + variants=variants_emoji, }, - [0x1F239]={ + [0x1F3D7]={ category="so", - cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-5272", - direction="l", + description="BUILDING CONSTRUCTION", + direction="on", linebreak="id", - specials={ "square", 0x5272 }, - unicodeslot=0x1F239, + unicodeslot=0x1F3D7, + variants=variants_emoji, }, - [0x1F23A]={ + [0x1F3D8]={ category="so", - cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-55B6", - direction="l", + description="HOUSE BUILDINGS", + direction="on", linebreak="id", - specials={ "square", 0x55B6 }, - unicodeslot=0x1F23A, + unicodeslot=0x1F3D8, + variants=variants_emoji, }, - [0x1F23B]={ + [0x1F3D9]={ category="so", - cjkwd="w", - description="SQUARED CJK UNIFIED IDEOGRAPH-914D", - direction="l", + description="CITYSCAPE", + direction="on", linebreak="id", - specials={ "square", 0x914D }, - unicodeslot=0x1F23B, + unicodeslot=0x1F3D9, + variants=variants_emoji, }, - [0x1F240]={ + [0x1F3DA]={ category="so", - cjkwd="w", - description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-672C", - direction="l", + description="DERELICT HOUSE BUILDING", + direction="on", linebreak="id", - specials={ "compat", 0x3014, 0x672C, 0x3015 }, - unicodeslot=0x1F240, + unicodeslot=0x1F3DA, + variants=variants_emoji, }, - [0x1F241]={ + [0x1F3DB]={ category="so", - cjkwd="w", - description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-4E09", - direction="l", + description="CLASSICAL BUILDING", + direction="on", linebreak="id", - specials={ "compat", 0x3014, 0x4E09, 0x3015 }, - unicodeslot=0x1F241, + unicodeslot=0x1F3DB, + variants=variants_emoji, }, - [0x1F242]={ + [0x1F3DC]={ category="so", - cjkwd="w", - description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-4E8C", - direction="l", + description="DESERT", + direction="on", linebreak="id", - specials={ "compat", 0x3014, 0x4E8C, 0x3015 }, - unicodeslot=0x1F242, + unicodeslot=0x1F3DC, + variants=variants_emoji, }, - [0x1F243]={ + [0x1F3DD]={ category="so", - cjkwd="w", - description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-5B89", - direction="l", + description="DESERT ISLAND", + direction="on", linebreak="id", - specials={ "compat", 0x3014, 0x5B89, 0x3015 }, - unicodeslot=0x1F243, + unicodeslot=0x1F3DD, + variants=variants_emoji, }, - [0x1F244]={ + [0x1F3DE]={ category="so", - cjkwd="w", - description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-70B9", - direction="l", + description="NATIONAL PARK", + direction="on", linebreak="id", - specials={ "compat", 0x3014, 0x70B9, 0x3015 }, - unicodeslot=0x1F244, + unicodeslot=0x1F3DE, + variants=variants_emoji, }, - [0x1F245]={ + [0x1F3DF]={ category="so", - cjkwd="w", - description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6253", - direction="l", + description="STADIUM", + direction="on", linebreak="id", - specials={ "compat", 0x3014, 0x6253, 0x3015 }, - unicodeslot=0x1F245, + unicodeslot=0x1F3DF, + variants=variants_emoji, }, - [0x1F246]={ + [0x1F3E0]={ category="so", cjkwd="w", - description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-76D7", - direction="l", + description="HOUSE BUILDING", + direction="on", linebreak="id", - specials={ "compat", 0x3014, 0x76D7, 0x3015 }, - unicodeslot=0x1F246, + unicodeslot=0x1F3E0, }, - [0x1F247]={ + [0x1F3E1]={ category="so", cjkwd="w", - description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-52DD", - direction="l", + description="HOUSE WITH GARDEN", + direction="on", linebreak="id", - specials={ "compat", 0x3014, 0x52DD, 0x3015 }, - unicodeslot=0x1F247, + unicodeslot=0x1F3E1, }, - [0x1F248]={ + [0x1F3E2]={ category="so", cjkwd="w", - description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6557", - direction="l", + description="OFFICE BUILDING", + direction="on", linebreak="id", - specials={ "compat", 0x3014, 0x6557, 0x3015 }, - unicodeslot=0x1F248, + unicodeslot=0x1F3E2, }, - [0x1F250]={ + [0x1F3E3]={ category="so", cjkwd="w", - description="CIRCLED IDEOGRAPH ADVANTAGE", - direction="l", + description="JAPANESE POST OFFICE", + direction="on", linebreak="id", - specials={ "circle", 0x5F97 }, - unicodeslot=0x1F250, + unicodeslot=0x1F3E3, }, - [0x1F251]={ + [0x1F3E4]={ category="so", cjkwd="w", - description="CIRCLED IDEOGRAPH ACCEPT", - direction="l", + description="EUROPEAN POST OFFICE", + direction="on", linebreak="id", - specials={ "circle", 0x53EF }, - unicodeslot=0x1F251, + unicodeslot=0x1F3E4, }, - [0x1F260]={ + [0x1F3E5]={ category="so", cjkwd="w", - description="ROUNDED SYMBOL FOR FU", + description="HOSPITAL", direction="on", linebreak="id", - unicodeslot=0x1F260, + unicodeslot=0x1F3E5, }, - [0x1F261]={ + [0x1F3E6]={ category="so", cjkwd="w", - description="ROUNDED SYMBOL FOR LU", + description="BANK", direction="on", linebreak="id", - unicodeslot=0x1F261, + unicodeslot=0x1F3E6, }, - [0x1F262]={ + [0x1F3E7]={ category="so", cjkwd="w", - description="ROUNDED SYMBOL FOR SHOU", + description="AUTOMATED TELLER MACHINE", direction="on", linebreak="id", - unicodeslot=0x1F262, + unicodeslot=0x1F3E7, }, - [0x1F263]={ + [0x1F3E8]={ category="so", cjkwd="w", - description="ROUNDED SYMBOL FOR XI", + description="HOTEL", direction="on", linebreak="id", - unicodeslot=0x1F263, + unicodeslot=0x1F3E8, }, - [0x1F264]={ + [0x1F3E9]={ category="so", cjkwd="w", - description="ROUNDED SYMBOL FOR SHUANGXI", + description="LOVE HOTEL", direction="on", linebreak="id", - unicodeslot=0x1F264, + unicodeslot=0x1F3E9, }, - [0x1F265]={ + [0x1F3EA]={ category="so", cjkwd="w", - description="ROUNDED SYMBOL FOR CAI", + description="CONVENIENCE STORE", direction="on", linebreak="id", - unicodeslot=0x1F265, + unicodeslot=0x1F3EA, }, - [0x1F300]={ + [0x1F3EB]={ category="so", cjkwd="w", - description="CYCLONE", + description="SCHOOL", direction="on", linebreak="id", - unicodeslot=0x1F300, + unicodeslot=0x1F3EB, }, - [0x1F301]={ + [0x1F3EC]={ category="so", cjkwd="w", - description="FOGGY", + description="DEPARTMENT STORE", direction="on", linebreak="id", - unicodeslot=0x1F301, + unicodeslot=0x1F3EC, }, - [0x1F302]={ + [0x1F3ED]={ category="so", cjkwd="w", - description="CLOSED UMBRELLA", + description="FACTORY", direction="on", linebreak="id", - unicodeslot=0x1F302, + unicodeslot=0x1F3ED, }, - [0x1F303]={ + [0x1F3EE]={ category="so", cjkwd="w", - description="NIGHT WITH STARS", + description="IZAKAYA LANTERN", direction="on", linebreak="id", - unicodeslot=0x1F303, + unicodeslot=0x1F3EE, }, - [0x1F304]={ + [0x1F3EF]={ category="so", cjkwd="w", - description="SUNRISE OVER MOUNTAINS", + description="JAPANESE CASTLE", direction="on", linebreak="id", - unicodeslot=0x1F304, + unicodeslot=0x1F3EF, }, - [0x1F305]={ + [0x1F3F0]={ category="so", cjkwd="w", - description="SUNRISE", + description="EUROPEAN CASTLE", direction="on", linebreak="id", - unicodeslot=0x1F305, + unicodeslot=0x1F3F0, }, - [0x1F306]={ + [0x1F3F1]={ category="so", - cjkwd="w", - description="CITYSCAPE AT DUSK", + description="WHITE PENNANT", direction="on", linebreak="id", - unicodeslot=0x1F306, + unicodeslot=0x1F3F1, }, - [0x1F307]={ + [0x1F3F2]={ category="so", - cjkwd="w", - description="SUNSET OVER BUILDINGS", + description="BLACK PENNANT", direction="on", linebreak="id", - unicodeslot=0x1F307, + unicodeslot=0x1F3F2, }, - [0x1F308]={ + [0x1F3F3]={ category="so", - cjkwd="w", - description="RAINBOW", + description="WAVING WHITE FLAG", direction="on", linebreak="id", - unicodeslot=0x1F308, + unicodeslot=0x1F3F3, + variants=variants_emoji, }, - [0x1F309]={ + [0x1F3F4]={ category="so", cjkwd="w", - description="BRIDGE AT NIGHT", + description="WAVING BLACK FLAG", direction="on", linebreak="id", - unicodeslot=0x1F309, + unicodeslot=0x1F3F4, }, - [0x1F30A]={ + [0x1F3F5]={ + category="so", + description="ROSETTE", + direction="on", + linebreak="id", + unicodeslot=0x1F3F5, + variants=variants_emoji, + }, + [0x1F3F6]={ + category="so", + description="BLACK ROSETTE", + direction="on", + linebreak="id", + unicodeslot=0x1F3F6, + }, + [0x1F3F7]={ + category="so", + description="LABEL", + direction="on", + linebreak="id", + unicodeslot=0x1F3F7, + variants=variants_emoji, + }, + [0x1F3F8]={ category="so", cjkwd="w", - description="WATER WAVE", + description="BADMINTON RACQUET AND SHUTTLECOCK", direction="on", linebreak="id", - unicodeslot=0x1F30A, + unicodeslot=0x1F3F8, }, - [0x1F30B]={ + [0x1F3F9]={ category="so", cjkwd="w", - description="VOLCANO", + description="BOW AND ARROW", direction="on", linebreak="id", - unicodeslot=0x1F30B, + unicodeslot=0x1F3F9, }, - [0x1F30C]={ + [0x1F3FA]={ category="so", cjkwd="w", - description="MILKY WAY", + description="AMPHORA", direction="on", linebreak="id", - unicodeslot=0x1F30C, + unicodeslot=0x1F3FA, }, - [0x1F30D]={ + [0x1F3FB]={ + category="sk", + cjkwd="w", + description="EMOJI MODIFIER FITZPATRICK TYPE-1-2", + direction="on", + linebreak="em", + unicodeslot=0x1F3FB, + }, + [0x1F3FC]={ + category="sk", + cjkwd="w", + description="EMOJI MODIFIER FITZPATRICK TYPE-3", + direction="on", + linebreak="em", + unicodeslot=0x1F3FC, + }, + [0x1F3FD]={ + category="sk", + cjkwd="w", + description="EMOJI MODIFIER FITZPATRICK TYPE-4", + direction="on", + linebreak="em", + unicodeslot=0x1F3FD, + }, + [0x1F3FE]={ + category="sk", + cjkwd="w", + description="EMOJI MODIFIER FITZPATRICK TYPE-5", + direction="on", + linebreak="em", + unicodeslot=0x1F3FE, + }, + [0x1F3FF]={ + category="sk", + cjkwd="w", + description="EMOJI MODIFIER FITZPATRICK TYPE-6", + direction="on", + linebreak="em", + unicodeslot=0x1F3FF, + }, + [0x1F400]={ category="so", cjkwd="w", - description="EARTH GLOBE EUROPE-AFRICA", + description="RAT", direction="on", linebreak="id", - unicodeslot=0x1F30D, + unicodeslot=0x1F400, }, - [0x1F30E]={ + [0x1F401]={ category="so", cjkwd="w", - description="EARTH GLOBE AMERICAS", + description="MOUSE", direction="on", linebreak="id", - unicodeslot=0x1F30E, + unicodeslot=0x1F401, }, - [0x1F30F]={ + [0x1F402]={ category="so", cjkwd="w", - description="EARTH GLOBE ASIA-AUSTRALIA", + description="OX", direction="on", linebreak="id", - unicodeslot=0x1F30F, + unicodeslot=0x1F402, }, - [0x1F310]={ + [0x1F403]={ category="so", cjkwd="w", - description="GLOBE WITH MERIDIANS", + description="WATER BUFFALO", direction="on", linebreak="id", - unicodeslot=0x1F310, + unicodeslot=0x1F403, }, - [0x1F311]={ + [0x1F404]={ category="so", cjkwd="w", - description="NEW MOON SYMBOL", + description="COW", direction="on", linebreak="id", - unicodeslot=0x1F311, + synonyms={ "beef (on menus)" }, + unicodeslot=0x1F404, }, - [0x1F312]={ + [0x1F405]={ category="so", cjkwd="w", - description="WAXING CRESCENT MOON SYMBOL", + description="TIGER", direction="on", linebreak="id", - unicodeslot=0x1F312, + unicodeslot=0x1F405, }, - [0x1F313]={ + [0x1F406]={ category="so", cjkwd="w", - description="FIRST QUARTER MOON SYMBOL", + description="LEOPARD", direction="on", linebreak="id", - unicodeslot=0x1F313, + unicodeslot=0x1F406, }, - [0x1F314]={ + [0x1F407]={ category="so", cjkwd="w", - description="WAXING GIBBOUS MOON SYMBOL", + description="RABBIT", direction="on", linebreak="id", - unicodeslot=0x1F314, + unicodeslot=0x1F407, }, - [0x1F315]={ + [0x1F408]={ category="so", cjkwd="w", - description="FULL MOON SYMBOL", + description="CAT", direction="on", linebreak="id", - unicodeslot=0x1F315, + unicodeslot=0x1F408, }, - [0x1F316]={ + [0x1F409]={ category="so", cjkwd="w", - description="WANING GIBBOUS MOON SYMBOL", + description="DRAGON", direction="on", linebreak="id", - unicodeslot=0x1F316, + unicodeslot=0x1F409, }, - [0x1F317]={ + [0x1F40A]={ category="so", cjkwd="w", - description="LAST QUARTER MOON SYMBOL", + description="CROCODILE", direction="on", linebreak="id", - unicodeslot=0x1F317, + unicodeslot=0x1F40A, }, - [0x1F318]={ + [0x1F40B]={ category="so", cjkwd="w", - description="WANING CRESCENT MOON SYMBOL", + description="WHALE", direction="on", linebreak="id", - unicodeslot=0x1F318, + unicodeslot=0x1F40B, }, - [0x1F319]={ + [0x1F40C]={ category="so", cjkwd="w", - description="CRESCENT MOON", + description="SNAIL", direction="on", linebreak="id", - unicodeslot=0x1F319, + unicodeslot=0x1F40C, }, - [0x1F31A]={ + [0x1F40D]={ category="so", cjkwd="w", - description="NEW MOON WITH FACE", + description="SNAKE", direction="on", linebreak="id", - unicodeslot=0x1F31A, + unicodeslot=0x1F40D, }, - [0x1F31B]={ + [0x1F40E]={ category="so", cjkwd="w", - description="FIRST QUARTER MOON WITH FACE", + description="HORSE", direction="on", linebreak="id", - unicodeslot=0x1F31B, + unicodeslot=0x1F40E, }, - [0x1F31C]={ + [0x1F40F]={ category="so", cjkwd="w", - description="LAST QUARTER MOON WITH FACE", + description="RAM", direction="on", linebreak="id", - unicodeslot=0x1F31C, + unicodeslot=0x1F40F, }, - [0x1F31D]={ + [0x1F410]={ category="so", cjkwd="w", - description="FULL MOON WITH FACE", + description="GOAT", direction="on", linebreak="id", - unicodeslot=0x1F31D, + unicodeslot=0x1F410, }, - [0x1F31E]={ + [0x1F411]={ category="so", cjkwd="w", - description="SUN WITH FACE", + description="SHEEP", direction="on", linebreak="id", - unicodeslot=0x1F31E, + unicodeslot=0x1F411, }, - [0x1F31F]={ + [0x1F412]={ category="so", cjkwd="w", - description="GLOWING STAR", + description="MONKEY", direction="on", linebreak="id", - unicodeslot=0x1F31F, + unicodeslot=0x1F412, }, - [0x1F320]={ + [0x1F413]={ category="so", cjkwd="w", - description="SHOOTING STAR", + description="ROOSTER", direction="on", linebreak="id", - unicodeslot=0x1F320, + unicodeslot=0x1F413, }, - [0x1F321]={ + [0x1F414]={ category="so", - description="THERMOMETER", + cjkwd="w", + description="CHICKEN", direction="on", linebreak="id", - unicodeslot=0x1F321, - variants=variants_emoji, + synonyms={ "poultry (on menus)" }, + unicodeslot=0x1F414, }, - [0x1F322]={ + [0x1F415]={ category="so", - description="BLACK DROPLET", + cjkwd="w", + description="DOG", direction="on", linebreak="id", - unicodeslot=0x1F322, + unicodeslot=0x1F415, }, - [0x1F323]={ + [0x1F416]={ category="so", - description="WHITE SUN", + cjkwd="w", + description="PIG", direction="on", linebreak="id", - unicodeslot=0x1F323, + synonyms={ "pork (on menus)" }, + unicodeslot=0x1F416, }, - [0x1F324]={ + [0x1F417]={ category="so", - description="WHITE SUN WITH SMALL CLOUD", + cjkwd="w", + description="BOAR", direction="on", linebreak="id", - unicodeslot=0x1F324, - variants=variants_emoji, + unicodeslot=0x1F417, }, - [0x1F325]={ + [0x1F418]={ category="so", - description="WHITE SUN BEHIND CLOUD", + cjkwd="w", + description="ELEPHANT", direction="on", linebreak="id", - unicodeslot=0x1F325, - variants=variants_emoji, + unicodeslot=0x1F418, }, - [0x1F326]={ + [0x1F419]={ category="so", - description="WHITE SUN BEHIND CLOUD WITH RAIN", + cjkwd="w", + description="OCTOPUS", direction="on", linebreak="id", - unicodeslot=0x1F326, - variants=variants_emoji, + unicodeslot=0x1F419, }, - [0x1F327]={ + [0x1F41A]={ category="so", - description="CLOUD WITH RAIN", + cjkwd="w", + description="SPIRAL SHELL", direction="on", linebreak="id", - unicodeslot=0x1F327, - variants=variants_emoji, + synonyms={ "seashell" }, + unicodeslot=0x1F41A, }, - [0x1F328]={ + [0x1F41B]={ category="so", - description="CLOUD WITH SNOW", + cjkwd="w", + description="BUG", direction="on", linebreak="id", - unicodeslot=0x1F328, - variants=variants_emoji, + unicodeslot=0x1F41B, }, - [0x1F329]={ + [0x1F41C]={ category="so", - description="CLOUD WITH LIGHTNING", + cjkwd="w", + description="ANT", direction="on", linebreak="id", - unicodeslot=0x1F329, - variants=variants_emoji, + unicodeslot=0x1F41C, }, - [0x1F32A]={ + [0x1F41D]={ category="so", - description="CLOUD WITH TORNADO", + cjkwd="w", + description="HONEYBEE", direction="on", linebreak="id", - unicodeslot=0x1F32A, - variants=variants_emoji, + unicodeslot=0x1F41D, }, - [0x1F32B]={ + [0x1F41E]={ category="so", - description="FOG", + cjkwd="w", + description="LADY BEETLE", direction="on", linebreak="id", - unicodeslot=0x1F32B, - variants=variants_emoji, + unicodeslot=0x1F41E, }, - [0x1F32C]={ + [0x1F41F]={ category="so", - description="WIND BLOWING FACE", + cjkwd="w", + description="FISH", direction="on", linebreak="id", - unicodeslot=0x1F32C, - variants=variants_emoji, + unicodeslot=0x1F41F, }, - [0x1F32D]={ + [0x1F420]={ category="so", cjkwd="w", - description="HOT DOG", + description="TROPICAL FISH", direction="on", linebreak="id", - unicodeslot=0x1F32D, + unicodeslot=0x1F420, }, - [0x1F32E]={ + [0x1F421]={ category="so", cjkwd="w", - description="TACO", + description="BLOWFISH", direction="on", linebreak="id", - unicodeslot=0x1F32E, + unicodeslot=0x1F421, }, - [0x1F32F]={ + [0x1F422]={ category="so", cjkwd="w", - description="BURRITO", + description="TURTLE", direction="on", linebreak="id", - unicodeslot=0x1F32F, + unicodeslot=0x1F422, }, - [0x1F330]={ + [0x1F423]={ category="so", cjkwd="w", - description="CHESTNUT", + description="HATCHING CHICK", direction="on", linebreak="id", - unicodeslot=0x1F330, + unicodeslot=0x1F423, }, - [0x1F331]={ + [0x1F424]={ category="so", cjkwd="w", - description="SEEDLING", + description="BABY CHICK", direction="on", linebreak="id", - unicodeslot=0x1F331, + unicodeslot=0x1F424, }, - [0x1F332]={ + [0x1F425]={ category="so", cjkwd="w", - description="EVERGREEN TREE", + description="FRONT-FACING BABY CHICK", direction="on", linebreak="id", - unicodeslot=0x1F332, + unicodeslot=0x1F425, }, - [0x1F333]={ + [0x1F426]={ category="so", cjkwd="w", - description="DECIDUOUS TREE", + description="BIRD", direction="on", linebreak="id", - unicodeslot=0x1F333, + unicodeslot=0x1F426, }, - [0x1F334]={ + [0x1F427]={ category="so", cjkwd="w", - description="PALM TREE", + description="PENGUIN", direction="on", linebreak="id", - unicodeslot=0x1F334, + unicodeslot=0x1F427, }, - [0x1F335]={ + [0x1F428]={ category="so", cjkwd="w", - description="CACTUS", + description="KOALA", direction="on", linebreak="id", - unicodeslot=0x1F335, + unicodeslot=0x1F428, }, - [0x1F336]={ + [0x1F429]={ category="so", - description="HOT PEPPER", + cjkwd="w", + description="POODLE", direction="on", linebreak="id", - synonyms={ "spicy" }, - unicodeslot=0x1F336, - variants=variants_emoji, + unicodeslot=0x1F429, }, - [0x1F337]={ + [0x1F42A]={ category="so", cjkwd="w", - description="TULIP", + description="DROMEDARY CAMEL", direction="on", linebreak="id", - unicodeslot=0x1F337, + unicodeslot=0x1F42A, }, - [0x1F338]={ + [0x1F42B]={ category="so", cjkwd="w", - description="CHERRY BLOSSOM", + description="BACTRIAN CAMEL", direction="on", linebreak="id", - unicodeslot=0x1F338, + unicodeslot=0x1F42B, }, - [0x1F339]={ + [0x1F42C]={ category="so", cjkwd="w", - description="ROSE", + description="DOLPHIN", direction="on", linebreak="id", - unicodeslot=0x1F339, + unicodeslot=0x1F42C, }, - [0x1F33A]={ + [0x1F42D]={ category="so", cjkwd="w", - description="HIBISCUS", + description="MOUSE FACE", direction="on", linebreak="id", - unicodeslot=0x1F33A, + unicodeslot=0x1F42D, }, - [0x1F33B]={ + [0x1F42E]={ category="so", cjkwd="w", - description="SUNFLOWER", + description="COW FACE", direction="on", linebreak="id", - unicodeslot=0x1F33B, + unicodeslot=0x1F42E, }, - [0x1F33C]={ + [0x1F42F]={ category="so", cjkwd="w", - description="BLOSSOM", + description="TIGER FACE", direction="on", linebreak="id", - unicodeslot=0x1F33C, + unicodeslot=0x1F42F, }, - [0x1F33D]={ + [0x1F430]={ category="so", cjkwd="w", - description="EAR OF MAIZE", + description="RABBIT FACE", direction="on", linebreak="id", - unicodeslot=0x1F33D, + unicodeslot=0x1F430, }, - [0x1F33E]={ + [0x1F431]={ category="so", cjkwd="w", - description="EAR OF RICE", + description="CAT FACE", direction="on", linebreak="id", - unicodeslot=0x1F33E, + unicodeslot=0x1F431, }, - [0x1F33F]={ + [0x1F432]={ category="so", cjkwd="w", - description="HERB", + description="DRAGON FACE", direction="on", linebreak="id", - unicodeslot=0x1F33F, + unicodeslot=0x1F432, }, - [0x1F340]={ + [0x1F433]={ category="so", cjkwd="w", - description="FOUR LEAF CLOVER", + description="SPOUTING WHALE", direction="on", linebreak="id", - unicodeslot=0x1F340, + unicodeslot=0x1F433, }, - [0x1F341]={ + [0x1F434]={ category="so", cjkwd="w", - description="MAPLE LEAF", + description="HORSE FACE", direction="on", linebreak="id", - unicodeslot=0x1F341, + unicodeslot=0x1F434, }, - [0x1F342]={ + [0x1F435]={ category="so", cjkwd="w", - description="FALLEN LEAF", + description="MONKEY FACE", direction="on", linebreak="id", - unicodeslot=0x1F342, + unicodeslot=0x1F435, }, - [0x1F343]={ + [0x1F436]={ category="so", cjkwd="w", - description="LEAF FLUTTERING IN WIND", + description="DOG FACE", direction="on", linebreak="id", - unicodeslot=0x1F343, + unicodeslot=0x1F436, }, - [0x1F344]={ + [0x1F437]={ category="so", cjkwd="w", - description="MUSHROOM", + description="PIG FACE", direction="on", linebreak="id", - unicodeslot=0x1F344, + unicodeslot=0x1F437, }, - [0x1F345]={ + [0x1F438]={ category="so", cjkwd="w", - description="TOMATO", + description="FROG FACE", direction="on", linebreak="id", - unicodeslot=0x1F345, + unicodeslot=0x1F438, }, - [0x1F346]={ + [0x1F439]={ category="so", cjkwd="w", - description="AUBERGINE", + description="HAMSTER FACE", direction="on", linebreak="id", - unicodeslot=0x1F346, + unicodeslot=0x1F439, }, - [0x1F347]={ + [0x1F43A]={ category="so", cjkwd="w", - description="GRAPES", + description="WOLF FACE", direction="on", linebreak="id", - unicodeslot=0x1F347, + unicodeslot=0x1F43A, }, - [0x1F348]={ + [0x1F43B]={ category="so", cjkwd="w", - description="MELON", + description="BEAR FACE", direction="on", linebreak="id", - unicodeslot=0x1F348, + unicodeslot=0x1F43B, }, - [0x1F349]={ + [0x1F43C]={ category="so", cjkwd="w", - description="WATERMELON", + description="PANDA FACE", direction="on", linebreak="id", - unicodeslot=0x1F349, + unicodeslot=0x1F43C, }, - [0x1F34A]={ + [0x1F43D]={ category="so", cjkwd="w", - description="TANGERINE", + description="PIG NOSE", direction="on", linebreak="id", - unicodeslot=0x1F34A, + unicodeslot=0x1F43D, }, - [0x1F34B]={ + [0x1F43E]={ category="so", cjkwd="w", - description="LEMON", + description="PAW PRINTS", direction="on", linebreak="id", - unicodeslot=0x1F34B, + unicodeslot=0x1F43E, }, - [0x1F34C]={ + [0x1F43F]={ category="so", - cjkwd="w", - description="BANANA", + description="CHIPMUNK", direction="on", linebreak="id", - unicodeslot=0x1F34C, + unicodeslot=0x1F43F, + variants=variants_emoji, }, - [0x1F34D]={ + [0x1F440]={ category="so", cjkwd="w", - description="PINEAPPLE", + description="EYES", direction="on", linebreak="id", - unicodeslot=0x1F34D, + unicodeslot=0x1F440, }, - [0x1F34E]={ + [0x1F441]={ category="so", - cjkwd="w", - description="RED APPLE", + description="EYE", direction="on", linebreak="id", - unicodeslot=0x1F34E, + unicodeslot=0x1F441, + variants=variants_emoji, }, - [0x1F34F]={ + [0x1F442]={ category="so", cjkwd="w", - description="GREEN APPLE", + description="EAR", direction="on", - linebreak="id", - unicodeslot=0x1F34F, + linebreak="eb", + unicodeslot=0x1F442, }, - [0x1F350]={ + [0x1F443]={ category="so", cjkwd="w", - description="PEAR", + description="NOSE", direction="on", - linebreak="id", - unicodeslot=0x1F350, + linebreak="eb", + unicodeslot=0x1F443, }, - [0x1F351]={ + [0x1F444]={ category="so", cjkwd="w", - description="PEACH", + description="MOUTH", direction="on", linebreak="id", - unicodeslot=0x1F351, + unicodeslot=0x1F444, }, - [0x1F352]={ + [0x1F445]={ category="so", cjkwd="w", - description="CHERRIES", + description="TONGUE", direction="on", linebreak="id", - unicodeslot=0x1F352, + unicodeslot=0x1F445, }, - [0x1F353]={ + [0x1F446]={ category="so", cjkwd="w", - description="STRAWBERRY", + description="WHITE UP POINTING BACKHAND INDEX", direction="on", - linebreak="id", - unicodeslot=0x1F353, + linebreak="eb", + unicodeslot=0x1F446, }, - [0x1F354]={ + [0x1F447]={ category="so", cjkwd="w", - description="HAMBURGER", + description="WHITE DOWN POINTING BACKHAND INDEX", direction="on", - linebreak="id", - unicodeslot=0x1F354, + linebreak="eb", + unicodeslot=0x1F447, }, - [0x1F355]={ + [0x1F448]={ category="so", cjkwd="w", - description="SLICE OF PIZZA", + description="WHITE LEFT POINTING BACKHAND INDEX", direction="on", - linebreak="id", - unicodeslot=0x1F355, + linebreak="eb", + unicodeslot=0x1F448, }, - [0x1F356]={ + [0x1F449]={ category="so", cjkwd="w", - description="MEAT ON BONE", + description="WHITE RIGHT POINTING BACKHAND INDEX", direction="on", - linebreak="id", - unicodeslot=0x1F356, + linebreak="eb", + unicodeslot=0x1F449, }, - [0x1F357]={ + [0x1F44A]={ category="so", cjkwd="w", - description="POULTRY LEG", + description="FISTED HAND SIGN", direction="on", - linebreak="id", - unicodeslot=0x1F357, + linebreak="eb", + synonyms={ "punch" }, + unicodeslot=0x1F44A, }, - [0x1F358]={ + [0x1F44B]={ category="so", cjkwd="w", - description="RICE CRACKER", + description="WAVING HAND SIGN", direction="on", - linebreak="id", - unicodeslot=0x1F358, + linebreak="eb", + unicodeslot=0x1F44B, }, - [0x1F359]={ + [0x1F44C]={ category="so", cjkwd="w", - description="RICE BALL", + description="OK HAND SIGN", direction="on", - linebreak="id", - unicodeslot=0x1F359, + linebreak="eb", + unicodeslot=0x1F44C, }, - [0x1F35A]={ + [0x1F44D]={ category="so", cjkwd="w", - description="COOKED RICE", + description="THUMBS UP SIGN", direction="on", - linebreak="id", - unicodeslot=0x1F35A, + linebreak="eb", + unicodeslot=0x1F44D, }, - [0x1F35B]={ + [0x1F44E]={ category="so", cjkwd="w", - description="CURRY AND RICE", + description="THUMBS DOWN SIGN", direction="on", - linebreak="id", - unicodeslot=0x1F35B, + linebreak="eb", + unicodeslot=0x1F44E, }, - [0x1F35C]={ + [0x1F44F]={ category="so", cjkwd="w", - description="STEAMING BOWL", + description="CLAPPING HANDS SIGN", direction="on", - linebreak="id", - unicodeslot=0x1F35C, + linebreak="eb", + unicodeslot=0x1F44F, }, - [0x1F35D]={ + [0x1F450]={ category="so", cjkwd="w", - description="SPAGHETTI", + description="OPEN HANDS SIGN", direction="on", - linebreak="id", - unicodeslot=0x1F35D, + linebreak="eb", + unicodeslot=0x1F450, }, - [0x1F35E]={ + [0x1F451]={ category="so", cjkwd="w", - description="BREAD", + description="CROWN", direction="on", linebreak="id", - unicodeslot=0x1F35E, + unicodeslot=0x1F451, }, - [0x1F35F]={ + [0x1F452]={ category="so", cjkwd="w", - description="FRENCH FRIES", + description="WOMANS HAT", direction="on", linebreak="id", - unicodeslot=0x1F35F, + unicodeslot=0x1F452, }, - [0x1F360]={ + [0x1F453]={ category="so", cjkwd="w", - description="ROASTED SWEET POTATO", + description="EYEGLASSES", direction="on", linebreak="id", - unicodeslot=0x1F360, + unicodeslot=0x1F453, }, - [0x1F361]={ + [0x1F454]={ category="so", cjkwd="w", - description="DANGO", + description="NECKTIE", direction="on", linebreak="id", - unicodeslot=0x1F361, + unicodeslot=0x1F454, }, - [0x1F362]={ + [0x1F455]={ category="so", cjkwd="w", - description="ODEN", + description="T-SHIRT", direction="on", linebreak="id", - unicodeslot=0x1F362, + unicodeslot=0x1F455, }, - [0x1F363]={ + [0x1F456]={ category="so", cjkwd="w", - description="SUSHI", + description="JEANS", direction="on", linebreak="id", - unicodeslot=0x1F363, + unicodeslot=0x1F456, }, - [0x1F364]={ + [0x1F457]={ category="so", cjkwd="w", - description="FRIED SHRIMP", + description="DRESS", direction="on", linebreak="id", - unicodeslot=0x1F364, + unicodeslot=0x1F457, }, - [0x1F365]={ + [0x1F458]={ category="so", cjkwd="w", - description="FISH CAKE WITH SWIRL DESIGN", + description="KIMONO", direction="on", linebreak="id", - unicodeslot=0x1F365, + unicodeslot=0x1F458, }, - [0x1F366]={ + [0x1F459]={ category="so", cjkwd="w", - description="SOFT ICE CREAM", + description="BIKINI", direction="on", linebreak="id", - unicodeslot=0x1F366, + unicodeslot=0x1F459, }, - [0x1F367]={ + [0x1F45A]={ category="so", cjkwd="w", - description="SHAVED ICE", + description="WOMANS CLOTHES", direction="on", linebreak="id", - unicodeslot=0x1F367, + unicodeslot=0x1F45A, }, - [0x1F368]={ + [0x1F45B]={ category="so", cjkwd="w", - description="ICE CREAM", + description="PURSE", direction="on", linebreak="id", - unicodeslot=0x1F368, + unicodeslot=0x1F45B, }, - [0x1F369]={ + [0x1F45C]={ category="so", cjkwd="w", - description="DOUGHNUT", + description="HANDBAG", direction="on", linebreak="id", - unicodeslot=0x1F369, + unicodeslot=0x1F45C, }, - [0x1F36A]={ + [0x1F45D]={ category="so", cjkwd="w", - description="COOKIE", + description="POUCH", direction="on", linebreak="id", - unicodeslot=0x1F36A, + unicodeslot=0x1F45D, }, - [0x1F36B]={ + [0x1F45E]={ category="so", cjkwd="w", - description="CHOCOLATE BAR", + description="MANS SHOE", direction="on", linebreak="id", - unicodeslot=0x1F36B, + unicodeslot=0x1F45E, }, - [0x1F36C]={ + [0x1F45F]={ category="so", cjkwd="w", - description="CANDY", + description="ATHLETIC SHOE", direction="on", linebreak="id", - unicodeslot=0x1F36C, + unicodeslot=0x1F45F, }, - [0x1F36D]={ + [0x1F460]={ category="so", cjkwd="w", - description="LOLLIPOP", + description="HIGH-HEELED SHOE", direction="on", linebreak="id", - unicodeslot=0x1F36D, + unicodeslot=0x1F460, }, - [0x1F36E]={ + [0x1F461]={ category="so", cjkwd="w", - description="CUSTARD", + description="WOMANS SANDAL", direction="on", linebreak="id", - unicodeslot=0x1F36E, + unicodeslot=0x1F461, }, - [0x1F36F]={ + [0x1F462]={ category="so", cjkwd="w", - description="HONEY POT", + description="WOMANS BOOTS", direction="on", linebreak="id", - unicodeslot=0x1F36F, + unicodeslot=0x1F462, }, - [0x1F370]={ + [0x1F463]={ category="so", cjkwd="w", - description="SHORTCAKE", + description="FOOTPRINTS", direction="on", linebreak="id", - unicodeslot=0x1F370, + unicodeslot=0x1F463, }, - [0x1F371]={ + [0x1F464]={ category="so", cjkwd="w", - description="BENTO BOX", + description="BUST IN SILHOUETTE", direction="on", linebreak="id", - unicodeslot=0x1F371, + synonyms={ "guest account" }, + unicodeslot=0x1F464, }, - [0x1F372]={ + [0x1F465]={ category="so", cjkwd="w", - description="POT OF FOOD", + description="BUSTS IN SILHOUETTE", direction="on", linebreak="id", - unicodeslot=0x1F372, + synonyms={ "accounts" }, + unicodeslot=0x1F465, }, - [0x1F373]={ + [0x1F466]={ category="so", cjkwd="w", - description="COOKING", + description="BOY", direction="on", - linebreak="id", - unicodeslot=0x1F373, + linebreak="eb", + unicodeslot=0x1F466, }, - [0x1F374]={ + [0x1F467]={ category="so", cjkwd="w", - description="FORK AND KNIFE", + description="GIRL", direction="on", - linebreak="id", - synonyms={ "meal (glyph may vary) restaurant" }, - unicodeslot=0x1F374, + linebreak="eb", + unicodeslot=0x1F467, }, - [0x1F375]={ + [0x1F468]={ category="so", cjkwd="w", - description="TEACUP WITHOUT HANDLE", + description="MAN", direction="on", - linebreak="id", - unicodeslot=0x1F375, + linebreak="eb", + unicodeslot=0x1F468, }, - [0x1F376]={ + [0x1F469]={ category="so", cjkwd="w", - description="SAKE BOTTLE AND CUP", + description="WOMAN", direction="on", - linebreak="id", - unicodeslot=0x1F376, + linebreak="eb", + unicodeslot=0x1F469, }, - [0x1F377]={ + [0x1F46A]={ category="so", cjkwd="w", - description="WINE GLASS", + description="FAMILY", direction="on", - linebreak="id", - unicodeslot=0x1F377, + linebreak="eb", + unicodeslot=0x1F46A, }, - [0x1F378]={ + [0x1F46B]={ category="so", cjkwd="w", - description="COCKTAIL GLASS", + description="MAN AND WOMAN HOLDING HANDS", direction="on", - linebreak="id", - unicodeslot=0x1F378, + linebreak="eb", + unicodeslot=0x1F46B, }, - [0x1F379]={ + [0x1F46C]={ category="so", cjkwd="w", - description="TROPICAL DRINK", + description="TWO MEN HOLDING HANDS", direction="on", - linebreak="id", - unicodeslot=0x1F379, + linebreak="eb", + unicodeslot=0x1F46C, }, - [0x1F37A]={ + [0x1F46D]={ category="so", cjkwd="w", - description="BEER MUG", + description="TWO WOMEN HOLDING HANDS", direction="on", - linebreak="id", - unicodeslot=0x1F37A, + linebreak="eb", + unicodeslot=0x1F46D, }, - [0x1F37B]={ + [0x1F46E]={ category="so", cjkwd="w", - description="CLINKING BEER MUGS", + description="POLICE OFFICER", direction="on", - linebreak="id", - unicodeslot=0x1F37B, + linebreak="eb", + unicodeslot=0x1F46E, }, - [0x1F37C]={ + [0x1F46F]={ category="so", cjkwd="w", - description="BABY BOTTLE", + description="WOMAN WITH BUNNY EARS", direction="on", - linebreak="id", - unicodeslot=0x1F37C, + linebreak="eb", + unicodeslot=0x1F46F, }, - [0x1F37D]={ + [0x1F470]={ category="so", - description="FORK AND KNIFE WITH PLATE", + cjkwd="w", + description="BRIDE WITH VEIL", direction="on", - linebreak="id", - synonyms={ "dining available symbol", "food available symbol" }, - unicodeslot=0x1F37D, - variants=variants_emoji, + linebreak="eb", + unicodeslot=0x1F470, }, - [0x1F37E]={ + [0x1F471]={ category="so", cjkwd="w", - description="BOTTLE WITH POPPING CORK", + description="PERSON WITH BLOND HAIR", direction="on", - linebreak="id", - unicodeslot=0x1F37E, + linebreak="eb", + unicodeslot=0x1F471, }, - [0x1F37F]={ + [0x1F472]={ category="so", cjkwd="w", - description="POPCORN", + description="MAN WITH GUA PI MAO", direction="on", - linebreak="id", - unicodeslot=0x1F37F, + linebreak="eb", + unicodeslot=0x1F472, }, - [0x1F380]={ + [0x1F473]={ category="so", cjkwd="w", - description="RIBBON", + description="MAN WITH TURBAN", direction="on", - linebreak="id", - unicodeslot=0x1F380, + linebreak="eb", + unicodeslot=0x1F473, }, - [0x1F381]={ + [0x1F474]={ category="so", cjkwd="w", - description="WRAPPED PRESENT", + description="OLDER MAN", direction="on", - linebreak="id", - unicodeslot=0x1F381, + linebreak="eb", + unicodeslot=0x1F474, }, - [0x1F382]={ + [0x1F475]={ category="so", cjkwd="w", - description="BIRTHDAY CAKE", + description="OLDER WOMAN", direction="on", - linebreak="id", - unicodeslot=0x1F382, + linebreak="eb", + unicodeslot=0x1F475, }, - [0x1F383]={ + [0x1F476]={ category="so", cjkwd="w", - description="JACK-O-LANTERN", + description="BABY", direction="on", - linebreak="id", - unicodeslot=0x1F383, + linebreak="eb", + unicodeslot=0x1F476, }, - [0x1F384]={ + [0x1F477]={ category="so", cjkwd="w", - description="CHRISTMAS TREE", + description="CONSTRUCTION WORKER", direction="on", - linebreak="id", - unicodeslot=0x1F384, + linebreak="eb", + synonyms={ "hardhat" }, + unicodeslot=0x1F477, }, - [0x1F385]={ + [0x1F478]={ category="so", cjkwd="w", - description="FATHER CHRISTMAS", + description="PRINCESS", direction="on", linebreak="eb", - synonyms={ "santa claus" }, - unicodeslot=0x1F385, + unicodeslot=0x1F478, }, - [0x1F386]={ + [0x1F479]={ category="so", cjkwd="w", - description="FIREWORKS", + description="JAPANESE OGRE", direction="on", linebreak="id", - unicodeslot=0x1F386, + unicodeslot=0x1F479, }, - [0x1F387]={ + [0x1F47A]={ category="so", cjkwd="w", - description="FIREWORK SPARKLER", + description="JAPANESE GOBLIN", direction="on", linebreak="id", - unicodeslot=0x1F387, + unicodeslot=0x1F47A, }, - [0x1F388]={ + [0x1F47B]={ category="so", cjkwd="w", - description="BALLOON", + description="GHOST", direction="on", linebreak="id", - unicodeslot=0x1F388, + unicodeslot=0x1F47B, }, - [0x1F389]={ + [0x1F47C]={ category="so", cjkwd="w", - description="PARTY POPPER", + description="BABY ANGEL", direction="on", - linebreak="id", - unicodeslot=0x1F389, + linebreak="eb", + unicodeslot=0x1F47C, }, - [0x1F38A]={ + [0x1F47D]={ category="so", cjkwd="w", - description="CONFETTI BALL", + description="EXTRATERRESTRIAL ALIEN", direction="on", linebreak="id", - unicodeslot=0x1F38A, + unicodeslot=0x1F47D, }, - [0x1F38B]={ + [0x1F47E]={ category="so", cjkwd="w", - description="TANABATA TREE", + description="ALIEN MONSTER", direction="on", linebreak="id", - unicodeslot=0x1F38B, + unicodeslot=0x1F47E, }, - [0x1F38C]={ + [0x1F47F]={ category="so", cjkwd="w", - description="CROSSED FLAGS", + description="IMP", direction="on", linebreak="id", - unicodeslot=0x1F38C, + unicodeslot=0x1F47F, }, - [0x1F38D]={ + [0x1F480]={ category="so", cjkwd="w", - description="PINE DECORATION", + description="SKULL", direction="on", linebreak="id", - unicodeslot=0x1F38D, + unicodeslot=0x1F480, }, - [0x1F38E]={ + [0x1F481]={ category="so", cjkwd="w", - description="JAPANESE DOLLS", + description="INFORMATION DESK PERSON", direction="on", - linebreak="id", - unicodeslot=0x1F38E, + linebreak="eb", + unicodeslot=0x1F481, }, - [0x1F38F]={ + [0x1F482]={ category="so", cjkwd="w", - description="CARP STREAMER", + description="GUARDSMAN", direction="on", - linebreak="id", - unicodeslot=0x1F38F, + linebreak="eb", + unicodeslot=0x1F482, }, - [0x1F390]={ + [0x1F483]={ category="so", cjkwd="w", - description="WIND CHIME", + description="DANCER", direction="on", - linebreak="id", - unicodeslot=0x1F390, + linebreak="eb", + unicodeslot=0x1F483, }, - [0x1F391]={ + [0x1F484]={ category="so", cjkwd="w", - description="MOON VIEWING CEREMONY", + description="LIPSTICK", direction="on", linebreak="id", - unicodeslot=0x1F391, + unicodeslot=0x1F484, }, - [0x1F392]={ + [0x1F485]={ category="so", cjkwd="w", - description="SCHOOL SATCHEL", + description="NAIL POLISH", direction="on", - linebreak="id", - unicodeslot=0x1F392, + linebreak="eb", + unicodeslot=0x1F485, }, - [0x1F393]={ + [0x1F486]={ category="so", cjkwd="w", - description="GRADUATION CAP", + description="FACE MASSAGE", direction="on", - linebreak="id", - synonyms={ "mortarboard" }, - unicodeslot=0x1F393, + linebreak="eb", + unicodeslot=0x1F486, }, - [0x1F394]={ + [0x1F487]={ category="so", - description="HEART WITH TIP ON THE LEFT", + cjkwd="w", + description="HAIRCUT", direction="on", - linebreak="id", - unicodeslot=0x1F394, + linebreak="eb", + unicodeslot=0x1F487, }, - [0x1F395]={ + [0x1F488]={ category="so", - description="BOUQUET OF FLOWERS", + cjkwd="w", + description="BARBER POLE", direction="on", linebreak="id", - unicodeslot=0x1F395, + unicodeslot=0x1F488, }, - [0x1F396]={ + [0x1F489]={ category="so", - description="MILITARY MEDAL", + cjkwd="w", + description="SYRINGE", direction="on", linebreak="id", - unicodeslot=0x1F396, - variants=variants_emoji, + unicodeslot=0x1F489, }, - [0x1F397]={ + [0x1F48A]={ category="so", - description="REMINDER RIBBON", + cjkwd="w", + description="PILL", direction="on", linebreak="id", - unicodeslot=0x1F397, - variants=variants_emoji, + unicodeslot=0x1F48A, }, - [0x1F398]={ + [0x1F48B]={ category="so", - description="MUSICAL KEYBOARD WITH JACKS", + cjkwd="w", + description="KISS MARK", direction="on", linebreak="id", - unicodeslot=0x1F398, + unicodeslot=0x1F48B, }, - [0x1F399]={ + [0x1F48C]={ category="so", - description="STUDIO MICROPHONE", + cjkwd="w", + description="LOVE LETTER", direction="on", linebreak="id", - unicodeslot=0x1F399, - variants=variants_emoji, + unicodeslot=0x1F48C, }, - [0x1F39A]={ + [0x1F48D]={ category="so", - description="LEVEL SLIDER", + cjkwd="w", + description="RING", direction="on", linebreak="id", - unicodeslot=0x1F39A, - variants=variants_emoji, + unicodeslot=0x1F48D, }, - [0x1F39B]={ + [0x1F48E]={ category="so", - description="CONTROL KNOBS", + cjkwd="w", + description="GEM STONE", direction="on", linebreak="id", - unicodeslot=0x1F39B, - variants=variants_emoji, + unicodeslot=0x1F48E, }, - [0x1F39C]={ + [0x1F48F]={ category="so", - description="BEAMED ASCENDING MUSICAL NOTES", + cjkwd="w", + description="KISS", direction="on", - linebreak="al", - unicodeslot=0x1F39C, + linebreak="eb", + unicodeslot=0x1F48F, }, - [0x1F39D]={ + [0x1F490]={ category="so", - description="BEAMED DESCENDING MUSICAL NOTES", + cjkwd="w", + description="BOUQUET", direction="on", - linebreak="al", - unicodeslot=0x1F39D, + linebreak="id", + unicodeslot=0x1F490, }, - [0x1F39E]={ + [0x1F491]={ category="so", - description="FILM FRAMES", + cjkwd="w", + description="COUPLE WITH HEART", direction="on", - linebreak="id", - unicodeslot=0x1F39E, - variants=variants_emoji, + linebreak="eb", + unicodeslot=0x1F491, }, - [0x1F39F]={ + [0x1F492]={ category="so", - description="ADMISSION TICKETS", + cjkwd="w", + description="WEDDING", direction="on", linebreak="id", - unicodeslot=0x1F39F, - variants=variants_emoji, + unicodeslot=0x1F492, }, - [0x1F3A0]={ + [0x1F493]={ category="so", cjkwd="w", - description="CAROUSEL HORSE", + description="BEATING HEART", direction="on", linebreak="id", - unicodeslot=0x1F3A0, + unicodeslot=0x1F493, }, - [0x1F3A1]={ + [0x1F494]={ category="so", cjkwd="w", - description="FERRIS WHEEL", + description="BROKEN HEART", direction="on", linebreak="id", - unicodeslot=0x1F3A1, + unicodeslot=0x1F494, }, - [0x1F3A2]={ + [0x1F495]={ category="so", cjkwd="w", - description="ROLLER COASTER", + description="TWO HEARTS", direction="on", linebreak="id", - unicodeslot=0x1F3A2, + unicodeslot=0x1F495, }, - [0x1F3A3]={ + [0x1F496]={ category="so", cjkwd="w", - description="FISHING POLE AND FISH", + description="SPARKLING HEART", direction="on", linebreak="id", - unicodeslot=0x1F3A3, + unicodeslot=0x1F496, }, - [0x1F3A4]={ + [0x1F497]={ category="so", cjkwd="w", - description="MICROPHONE", + description="GROWING HEART", direction="on", linebreak="id", - unicodeslot=0x1F3A4, + unicodeslot=0x1F497, }, - [0x1F3A5]={ + [0x1F498]={ category="so", cjkwd="w", - description="MOVIE CAMERA", + description="HEART WITH ARROW", direction="on", linebreak="id", - unicodeslot=0x1F3A5, + unicodeslot=0x1F498, }, - [0x1F3A6]={ + [0x1F499]={ category="so", cjkwd="w", - description="CINEMA", + description="BLUE HEART", direction="on", linebreak="id", - unicodeslot=0x1F3A6, + unicodeslot=0x1F499, }, - [0x1F3A7]={ + [0x1F49A]={ category="so", cjkwd="w", - description="HEADPHONE", + description="GREEN HEART", direction="on", linebreak="id", - unicodeslot=0x1F3A7, + unicodeslot=0x1F49A, }, - [0x1F3A8]={ + [0x1F49B]={ category="so", cjkwd="w", - description="ARTIST PALETTE", + description="YELLOW HEART", direction="on", linebreak="id", - unicodeslot=0x1F3A8, + unicodeslot=0x1F49B, }, - [0x1F3A9]={ + [0x1F49C]={ category="so", cjkwd="w", - description="TOP HAT", + description="PURPLE HEART", direction="on", linebreak="id", - unicodeslot=0x1F3A9, + unicodeslot=0x1F49C, }, - [0x1F3AA]={ + [0x1F49D]={ category="so", cjkwd="w", - description="CIRCUS TENT", + description="HEART WITH RIBBON", direction="on", linebreak="id", - unicodeslot=0x1F3AA, + unicodeslot=0x1F49D, }, - [0x1F3AB]={ + [0x1F49E]={ category="so", cjkwd="w", - description="TICKET", + description="REVOLVING HEARTS", direction="on", linebreak="id", - unicodeslot=0x1F3AB, + unicodeslot=0x1F49E, }, - [0x1F3AC]={ + [0x1F49F]={ category="so", cjkwd="w", - description="CLAPPER BOARD", + description="HEART DECORATION", direction="on", linebreak="id", - unicodeslot=0x1F3AC, + unicodeslot=0x1F49F, }, - [0x1F3AD]={ + [0x1F4A0]={ category="so", cjkwd="w", - description="PERFORMING ARTS", + description="DIAMOND SHAPE WITH A DOT INSIDE", direction="on", - linebreak="id", - synonyms={ "masks of comedy and tragedy", "theater masks" }, - unicodeslot=0x1F3AD, + linebreak="al", + unicodeslot=0x1F4A0, }, - [0x1F3AE]={ + [0x1F4A1]={ category="so", cjkwd="w", - description="VIDEO GAME", + description="ELECTRIC LIGHT BULB", direction="on", linebreak="id", - unicodeslot=0x1F3AE, + synonyms={ "idea" }, + unicodeslot=0x1F4A1, }, - [0x1F3AF]={ + [0x1F4A2]={ category="so", cjkwd="w", - description="DIRECT HIT", + description="ANGER SYMBOL", direction="on", - linebreak="id", - unicodeslot=0x1F3AF, + linebreak="al", + unicodeslot=0x1F4A2, }, - [0x1F3B0]={ + [0x1F4A3]={ category="so", cjkwd="w", - description="SLOT MACHINE", + description="BOMB", direction="on", linebreak="id", - unicodeslot=0x1F3B0, + unicodeslot=0x1F4A3, }, - [0x1F3B1]={ + [0x1F4A4]={ category="so", cjkwd="w", - description="BILLIARDS", + description="SLEEPING SYMBOL", direction="on", - linebreak="id", - unicodeslot=0x1F3B1, + linebreak="al", + unicodeslot=0x1F4A4, }, - [0x1F3B2]={ + [0x1F4A5]={ category="so", cjkwd="w", - description="GAME DIE", + description="COLLISION SYMBOL", direction="on", linebreak="id", - unicodeslot=0x1F3B2, + unicodeslot=0x1F4A5, }, - [0x1F3B3]={ + [0x1F4A6]={ category="so", cjkwd="w", - description="BOWLING", + description="SPLASHING SWEAT SYMBOL", direction="on", linebreak="id", - unicodeslot=0x1F3B3, + synonyms={ "plewds" }, + unicodeslot=0x1F4A6, }, - [0x1F3B4]={ + [0x1F4A7]={ category="so", cjkwd="w", - description="FLOWER PLAYING CARDS", + description="DROPLET", direction="on", linebreak="id", - unicodeslot=0x1F3B4, + unicodeslot=0x1F4A7, }, - [0x1F3B5]={ + [0x1F4A8]={ category="so", cjkwd="w", - description="MUSICAL NOTE", + description="DASH SYMBOL", direction="on", - linebreak="al", - unicodeslot=0x1F3B5, + linebreak="id", + synonyms={ "briffits" }, + unicodeslot=0x1F4A8, }, - [0x1F3B6]={ + [0x1F4A9]={ category="so", cjkwd="w", - description="MULTIPLE MUSICAL NOTES", + description="PILE OF POO", direction="on", - linebreak="al", - unicodeslot=0x1F3B6, + linebreak="id", + unicodeslot=0x1F4A9, }, - [0x1F3B7]={ + [0x1F4AA]={ category="so", cjkwd="w", - description="SAXOPHONE", + description="FLEXED BICEPS", direction="on", - linebreak="id", - unicodeslot=0x1F3B7, + linebreak="eb", + unicodeslot=0x1F4AA, }, - [0x1F3B8]={ + [0x1F4AB]={ category="so", cjkwd="w", - description="GUITAR", + description="DIZZY SYMBOL", direction="on", linebreak="id", - unicodeslot=0x1F3B8, + synonyms={ "squeans" }, + unicodeslot=0x1F4AB, }, - [0x1F3B9]={ + [0x1F4AC]={ category="so", cjkwd="w", - description="MUSICAL KEYBOARD", + description="SPEECH BALLOON", direction="on", linebreak="id", - unicodeslot=0x1F3B9, + unicodeslot=0x1F4AC, }, - [0x1F3BA]={ + [0x1F4AD]={ category="so", cjkwd="w", - description="TRUMPET", + description="THOUGHT BALLOON", direction="on", linebreak="id", - unicodeslot=0x1F3BA, + unicodeslot=0x1F4AD, }, - [0x1F3BB]={ + [0x1F4AE]={ category="so", cjkwd="w", - description="VIOLIN", + description="WHITE FLOWER", direction="on", linebreak="id", - unicodeslot=0x1F3BB, + unicodeslot=0x1F4AE, }, - [0x1F3BC]={ + [0x1F4AF]={ category="so", cjkwd="w", - description="MUSICAL SCORE", + description="HUNDRED POINTS SYMBOL", direction="on", linebreak="al", - unicodeslot=0x1F3BC, + unicodeslot=0x1F4AF, }, - [0x1F3BD]={ + [0x1F4B0]={ category="so", cjkwd="w", - description="RUNNING SHIRT WITH SASH", + description="MONEY BAG", direction="on", linebreak="id", - unicodeslot=0x1F3BD, + unicodeslot=0x1F4B0, }, - [0x1F3BE]={ + [0x1F4B1]={ category="so", cjkwd="w", - description="TENNIS RACQUET AND BALL", + description="CURRENCY EXCHANGE", direction="on", - linebreak="id", - unicodeslot=0x1F3BE, + linebreak="al", + unicodeslot=0x1F4B1, }, - [0x1F3BF]={ + [0x1F4B2]={ category="so", cjkwd="w", - description="SKI AND SKI BOOT", + description="HEAVY DOLLAR SIGN", direction="on", - linebreak="id", - unicodeslot=0x1F3BF, + linebreak="al", + unicodeslot=0x1F4B2, }, - [0x1F3C0]={ + [0x1F4B3]={ category="so", cjkwd="w", - description="BASKETBALL AND HOOP", + description="CREDIT CARD", direction="on", linebreak="id", - unicodeslot=0x1F3C0, + unicodeslot=0x1F4B3, }, - [0x1F3C1]={ + [0x1F4B4]={ category="so", cjkwd="w", - description="CHEQUERED FLAG", + description="BANKNOTE WITH YEN SIGN", direction="on", linebreak="id", - unicodeslot=0x1F3C1, + unicodeslot=0x1F4B4, }, - [0x1F3C2]={ + [0x1F4B5]={ category="so", cjkwd="w", - description="SNOWBOARDER", + description="BANKNOTE WITH DOLLAR SIGN", direction="on", - linebreak="eb", - unicodeslot=0x1F3C2, + linebreak="id", + unicodeslot=0x1F4B5, }, - [0x1F3C3]={ + [0x1F4B6]={ category="so", cjkwd="w", - description="RUNNER", + description="BANKNOTE WITH EURO SIGN", direction="on", - linebreak="eb", - unicodeslot=0x1F3C3, + linebreak="id", + unicodeslot=0x1F4B6, }, - [0x1F3C4]={ + [0x1F4B7]={ category="so", cjkwd="w", - description="SURFER", + description="BANKNOTE WITH POUND SIGN", direction="on", - linebreak="eb", - unicodeslot=0x1F3C4, + linebreak="id", + unicodeslot=0x1F4B7, }, - [0x1F3C5]={ + [0x1F4B8]={ category="so", cjkwd="w", - description="SPORTS MEDAL", + description="MONEY WITH WINGS", direction="on", linebreak="id", - unicodeslot=0x1F3C5, + unicodeslot=0x1F4B8, }, - [0x1F3C6]={ + [0x1F4B9]={ category="so", cjkwd="w", - description="TROPHY", + description="CHART WITH UPWARDS TREND AND YEN SIGN", direction="on", linebreak="id", - unicodeslot=0x1F3C6, + unicodeslot=0x1F4B9, }, - [0x1F3C7]={ + [0x1F4BA]={ category="so", cjkwd="w", - description="HORSE RACING", + description="SEAT", direction="on", - linebreak="eb", - unicodeslot=0x1F3C7, + linebreak="id", + unicodeslot=0x1F4BA, }, - [0x1F3C8]={ + [0x1F4BB]={ category="so", cjkwd="w", - description="AMERICAN FOOTBALL", + description="PERSONAL COMPUTER", direction="on", linebreak="id", - unicodeslot=0x1F3C8, + unicodeslot=0x1F4BB, }, - [0x1F3C9]={ + [0x1F4BC]={ category="so", cjkwd="w", - description="RUGBY FOOTBALL", + description="BRIEFCASE", direction="on", linebreak="id", - unicodeslot=0x1F3C9, + unicodeslot=0x1F4BC, }, - [0x1F3CA]={ + [0x1F4BD]={ category="so", cjkwd="w", - description="SWIMMER", + description="MINIDISC", direction="on", - linebreak="eb", - unicodeslot=0x1F3CA, + linebreak="id", + unicodeslot=0x1F4BD, }, - [0x1F3CB]={ + [0x1F4BE]={ category="so", - description="WEIGHT LIFTER", + cjkwd="w", + description="FLOPPY DISK", direction="on", - linebreak="eb", - unicodeslot=0x1F3CB, - variants=variants_emoji, + linebreak="id", + unicodeslot=0x1F4BE, }, - [0x1F3CC]={ + [0x1F4BF]={ category="so", - description="GOLFER", + cjkwd="w", + description="OPTICAL DISC", direction="on", - linebreak="eb", - unicodeslot=0x1F3CC, - variants=variants_emoji, + linebreak="id", + synonyms={ "cd", "compact disc" }, + unicodeslot=0x1F4BF, }, - [0x1F3CD]={ + [0x1F4C0]={ category="so", - description="RACING MOTORCYCLE", + cjkwd="w", + description="DVD", direction="on", linebreak="id", - unicodeslot=0x1F3CD, - variants=variants_emoji, + unicodeslot=0x1F4C0, }, - [0x1F3CE]={ + [0x1F4C1]={ category="so", - description="RACING CAR", + cjkwd="w", + description="FILE FOLDER", direction="on", linebreak="id", - unicodeslot=0x1F3CE, - variants=variants_emoji, + unicodeslot=0x1F4C1, }, - [0x1F3CF]={ + [0x1F4C2]={ category="so", cjkwd="w", - description="CRICKET BAT AND BALL", + description="OPEN FILE FOLDER", direction="on", linebreak="id", - unicodeslot=0x1F3CF, + unicodeslot=0x1F4C2, }, - [0x1F3D0]={ + [0x1F4C3]={ category="so", cjkwd="w", - description="VOLLEYBALL", + description="PAGE WITH CURL", direction="on", linebreak="id", - unicodeslot=0x1F3D0, + unicodeslot=0x1F4C3, }, - [0x1F3D1]={ + [0x1F4C4]={ category="so", cjkwd="w", - description="FIELD HOCKEY STICK AND BALL", + description="PAGE FACING UP", direction="on", linebreak="id", - unicodeslot=0x1F3D1, + unicodeslot=0x1F4C4, }, - [0x1F3D2]={ + [0x1F4C5]={ category="so", cjkwd="w", - description="ICE HOCKEY STICK AND PUCK", + description="CALENDAR", direction="on", linebreak="id", - unicodeslot=0x1F3D2, + unicodeslot=0x1F4C5, }, - [0x1F3D3]={ + [0x1F4C6]={ category="so", cjkwd="w", - description="TABLE TENNIS PADDLE AND BALL", + description="TEAR-OFF CALENDAR", direction="on", linebreak="id", - unicodeslot=0x1F3D3, + unicodeslot=0x1F4C6, }, - [0x1F3D4]={ + [0x1F4C7]={ category="so", - description="SNOW CAPPED MOUNTAIN", + cjkwd="w", + description="CARD INDEX", direction="on", linebreak="id", - unicodeslot=0x1F3D4, - variants=variants_emoji, + unicodeslot=0x1F4C7, }, - [0x1F3D5]={ + [0x1F4C8]={ category="so", - description="CAMPING", + cjkwd="w", + description="CHART WITH UPWARDS TREND", direction="on", linebreak="id", - unicodeslot=0x1F3D5, - variants=variants_emoji, + unicodeslot=0x1F4C8, }, - [0x1F3D6]={ + [0x1F4C9]={ category="so", - description="BEACH WITH UMBRELLA", + cjkwd="w", + description="CHART WITH DOWNWARDS TREND", direction="on", linebreak="id", - unicodeslot=0x1F3D6, - variants=variants_emoji, + unicodeslot=0x1F4C9, }, - [0x1F3D7]={ + [0x1F4CA]={ category="so", - description="BUILDING CONSTRUCTION", + cjkwd="w", + description="BAR CHART", direction="on", linebreak="id", - unicodeslot=0x1F3D7, - variants=variants_emoji, + unicodeslot=0x1F4CA, }, - [0x1F3D8]={ + [0x1F4CB]={ category="so", - description="HOUSE BUILDINGS", + cjkwd="w", + description="CLIPBOARD", direction="on", linebreak="id", - unicodeslot=0x1F3D8, - variants=variants_emoji, + unicodeslot=0x1F4CB, }, - [0x1F3D9]={ + [0x1F4CC]={ category="so", - description="CITYSCAPE", + cjkwd="w", + description="PUSHPIN", direction="on", linebreak="id", - unicodeslot=0x1F3D9, - variants=variants_emoji, + unicodeslot=0x1F4CC, }, - [0x1F3DA]={ + [0x1F4CD]={ category="so", - description="DERELICT HOUSE BUILDING", + cjkwd="w", + description="ROUND PUSHPIN", direction="on", linebreak="id", - unicodeslot=0x1F3DA, - variants=variants_emoji, + unicodeslot=0x1F4CD, }, - [0x1F3DB]={ + [0x1F4CE]={ category="so", - description="CLASSICAL BUILDING", + cjkwd="w", + description="PAPERCLIP", direction="on", linebreak="id", - unicodeslot=0x1F3DB, - variants=variants_emoji, + unicodeslot=0x1F4CE, }, - [0x1F3DC]={ + [0x1F4CF]={ category="so", - description="DESERT", + cjkwd="w", + description="STRAIGHT RULER", direction="on", linebreak="id", - unicodeslot=0x1F3DC, - variants=variants_emoji, + unicodeslot=0x1F4CF, }, - [0x1F3DD]={ + [0x1F4D0]={ category="so", - description="DESERT ISLAND", + cjkwd="w", + description="TRIANGULAR RULER", direction="on", linebreak="id", - unicodeslot=0x1F3DD, - variants=variants_emoji, + unicodeslot=0x1F4D0, }, - [0x1F3DE]={ + [0x1F4D1]={ category="so", - description="NATIONAL PARK", + cjkwd="w", + description="BOOKMARK TABS", direction="on", linebreak="id", - unicodeslot=0x1F3DE, - variants=variants_emoji, + unicodeslot=0x1F4D1, }, - [0x1F3DF]={ + [0x1F4D2]={ category="so", - description="STADIUM", + cjkwd="w", + description="LEDGER", direction="on", linebreak="id", - unicodeslot=0x1F3DF, - variants=variants_emoji, + unicodeslot=0x1F4D2, }, - [0x1F3E0]={ + [0x1F4D3]={ category="so", cjkwd="w", - description="HOUSE BUILDING", + description="NOTEBOOK", direction="on", linebreak="id", - unicodeslot=0x1F3E0, + unicodeslot=0x1F4D3, }, - [0x1F3E1]={ + [0x1F4D4]={ category="so", cjkwd="w", - description="HOUSE WITH GARDEN", + description="NOTEBOOK WITH DECORATIVE COVER", direction="on", linebreak="id", - unicodeslot=0x1F3E1, + unicodeslot=0x1F4D4, }, - [0x1F3E2]={ + [0x1F4D5]={ category="so", cjkwd="w", - description="OFFICE BUILDING", + description="CLOSED BOOK", direction="on", linebreak="id", - unicodeslot=0x1F3E2, + unicodeslot=0x1F4D5, }, - [0x1F3E3]={ + [0x1F4D6]={ category="so", cjkwd="w", - description="JAPANESE POST OFFICE", + description="OPEN BOOK", direction="on", linebreak="id", - unicodeslot=0x1F3E3, + unicodeslot=0x1F4D6, }, - [0x1F3E4]={ + [0x1F4D7]={ category="so", cjkwd="w", - description="EUROPEAN POST OFFICE", + description="GREEN BOOK", direction="on", linebreak="id", - unicodeslot=0x1F3E4, + unicodeslot=0x1F4D7, }, - [0x1F3E5]={ + [0x1F4D8]={ category="so", cjkwd="w", - description="HOSPITAL", + description="BLUE BOOK", direction="on", linebreak="id", - unicodeslot=0x1F3E5, + unicodeslot=0x1F4D8, }, - [0x1F3E6]={ + [0x1F4D9]={ category="so", cjkwd="w", - description="BANK", + description="ORANGE BOOK", direction="on", linebreak="id", - unicodeslot=0x1F3E6, + unicodeslot=0x1F4D9, }, - [0x1F3E7]={ + [0x1F4DA]={ category="so", cjkwd="w", - description="AUTOMATED TELLER MACHINE", + description="BOOKS", direction="on", linebreak="id", - unicodeslot=0x1F3E7, + unicodeslot=0x1F4DA, }, - [0x1F3E8]={ + [0x1F4DB]={ category="so", cjkwd="w", - description="HOTEL", + description="NAME BADGE", direction="on", linebreak="id", - unicodeslot=0x1F3E8, + unicodeslot=0x1F4DB, }, - [0x1F3E9]={ + [0x1F4DC]={ category="so", cjkwd="w", - description="LOVE HOTEL", + description="SCROLL", direction="on", linebreak="id", - unicodeslot=0x1F3E9, + unicodeslot=0x1F4DC, }, - [0x1F3EA]={ + [0x1F4DD]={ category="so", cjkwd="w", - description="CONVENIENCE STORE", + description="MEMO", direction="on", linebreak="id", - unicodeslot=0x1F3EA, + unicodeslot=0x1F4DD, }, - [0x1F3EB]={ + [0x1F4DE]={ category="so", cjkwd="w", - description="SCHOOL", + description="TELEPHONE RECEIVER", direction="on", linebreak="id", - unicodeslot=0x1F3EB, + unicodeslot=0x1F4DE, }, - [0x1F3EC]={ + [0x1F4DF]={ category="so", cjkwd="w", - description="DEPARTMENT STORE", + description="PAGER", direction="on", linebreak="id", - unicodeslot=0x1F3EC, + unicodeslot=0x1F4DF, }, - [0x1F3ED]={ + [0x1F4E0]={ category="so", cjkwd="w", - description="FACTORY", + description="FAX MACHINE", direction="on", linebreak="id", - unicodeslot=0x1F3ED, + unicodeslot=0x1F4E0, }, - [0x1F3EE]={ + [0x1F4E1]={ category="so", cjkwd="w", - description="IZAKAYA LANTERN", + description="SATELLITE ANTENNA", direction="on", linebreak="id", - unicodeslot=0x1F3EE, + unicodeslot=0x1F4E1, }, - [0x1F3EF]={ + [0x1F4E2]={ category="so", cjkwd="w", - description="JAPANESE CASTLE", + description="PUBLIC ADDRESS LOUDSPEAKER", direction="on", linebreak="id", - unicodeslot=0x1F3EF, + unicodeslot=0x1F4E2, }, - [0x1F3F0]={ + [0x1F4E3]={ category="so", cjkwd="w", - description="EUROPEAN CASTLE", + description="CHEERING MEGAPHONE", direction="on", linebreak="id", - unicodeslot=0x1F3F0, + unicodeslot=0x1F4E3, }, - [0x1F3F1]={ + [0x1F4E4]={ category="so", - description="WHITE PENNANT", + cjkwd="w", + description="OUTBOX TRAY", direction="on", linebreak="id", - unicodeslot=0x1F3F1, + unicodeslot=0x1F4E4, }, - [0x1F3F2]={ + [0x1F4E5]={ category="so", - description="BLACK PENNANT", + cjkwd="w", + description="INBOX TRAY", direction="on", linebreak="id", - unicodeslot=0x1F3F2, + unicodeslot=0x1F4E5, }, - [0x1F3F3]={ + [0x1F4E6]={ category="so", - description="WAVING WHITE FLAG", + cjkwd="w", + description="PACKAGE", direction="on", linebreak="id", - unicodeslot=0x1F3F3, - variants=variants_emoji, + unicodeslot=0x1F4E6, }, - [0x1F3F4]={ + [0x1F4E7]={ category="so", cjkwd="w", - description="WAVING BLACK FLAG", + description="E-MAIL SYMBOL", direction="on", linebreak="id", - unicodeslot=0x1F3F4, + unicodeslot=0x1F4E7, }, - [0x1F3F5]={ + [0x1F4E8]={ category="so", - description="ROSETTE", + cjkwd="w", + description="INCOMING ENVELOPE", direction="on", linebreak="id", - unicodeslot=0x1F3F5, - variants=variants_emoji, + unicodeslot=0x1F4E8, }, - [0x1F3F6]={ + [0x1F4E9]={ category="so", - description="BLACK ROSETTE", + cjkwd="w", + description="ENVELOPE WITH DOWNWARDS ARROW ABOVE", direction="on", linebreak="id", - unicodeslot=0x1F3F6, + unicodeslot=0x1F4E9, }, - [0x1F3F7]={ + [0x1F4EA]={ category="so", - description="LABEL", + cjkwd="w", + description="CLOSED MAILBOX WITH LOWERED FLAG", direction="on", linebreak="id", - unicodeslot=0x1F3F7, - variants=variants_emoji, + unicodeslot=0x1F4EA, }, - [0x1F3F8]={ + [0x1F4EB]={ category="so", cjkwd="w", - description="BADMINTON RACQUET AND SHUTTLECOCK", + description="CLOSED MAILBOX WITH RAISED FLAG", direction="on", linebreak="id", - unicodeslot=0x1F3F8, + unicodeslot=0x1F4EB, }, - [0x1F3F9]={ + [0x1F4EC]={ category="so", cjkwd="w", - description="BOW AND ARROW", + description="OPEN MAILBOX WITH RAISED FLAG", direction="on", linebreak="id", - unicodeslot=0x1F3F9, + unicodeslot=0x1F4EC, }, - [0x1F3FA]={ + [0x1F4ED]={ category="so", cjkwd="w", - description="AMPHORA", + description="OPEN MAILBOX WITH LOWERED FLAG", direction="on", linebreak="id", - unicodeslot=0x1F3FA, + unicodeslot=0x1F4ED, }, - [0x1F3FB]={ - category="sk", + [0x1F4EE]={ + category="so", cjkwd="w", - description="EMOJI MODIFIER FITZPATRICK TYPE-1-2", + description="POSTBOX", direction="on", - linebreak="em", - unicodeslot=0x1F3FB, + linebreak="id", + unicodeslot=0x1F4EE, }, - [0x1F3FC]={ - category="sk", + [0x1F4EF]={ + category="so", cjkwd="w", - description="EMOJI MODIFIER FITZPATRICK TYPE-3", + description="POSTAL HORN", direction="on", - linebreak="em", - unicodeslot=0x1F3FC, + linebreak="id", + unicodeslot=0x1F4EF, }, - [0x1F3FD]={ - category="sk", + [0x1F4F0]={ + category="so", cjkwd="w", - description="EMOJI MODIFIER FITZPATRICK TYPE-4", + description="NEWSPAPER", direction="on", - linebreak="em", - unicodeslot=0x1F3FD, + linebreak="id", + unicodeslot=0x1F4F0, }, - [0x1F3FE]={ - category="sk", + [0x1F4F1]={ + category="so", cjkwd="w", - description="EMOJI MODIFIER FITZPATRICK TYPE-5", + description="MOBILE PHONE", direction="on", - linebreak="em", - unicodeslot=0x1F3FE, + linebreak="id", + unicodeslot=0x1F4F1, }, - [0x1F3FF]={ - category="sk", + [0x1F4F2]={ + category="so", cjkwd="w", - description="EMOJI MODIFIER FITZPATRICK TYPE-6", + description="MOBILE PHONE WITH RIGHTWARDS ARROW AT LEFT", direction="on", - linebreak="em", - unicodeslot=0x1F3FF, + linebreak="id", + unicodeslot=0x1F4F2, }, - [0x1F400]={ + [0x1F4F3]={ category="so", cjkwd="w", - description="RAT", + description="VIBRATION MODE", direction="on", linebreak="id", - unicodeslot=0x1F400, + unicodeslot=0x1F4F3, }, - [0x1F401]={ + [0x1F4F4]={ category="so", cjkwd="w", - description="MOUSE", + description="MOBILE PHONE OFF", direction="on", linebreak="id", - unicodeslot=0x1F401, + unicodeslot=0x1F4F4, }, - [0x1F402]={ + [0x1F4F5]={ category="so", cjkwd="w", - description="OX", + description="NO MOBILE PHONES", direction="on", linebreak="id", - unicodeslot=0x1F402, + unicodeslot=0x1F4F5, }, - [0x1F403]={ + [0x1F4F6]={ category="so", cjkwd="w", - description="WATER BUFFALO", + description="ANTENNA WITH BARS", direction="on", linebreak="id", - unicodeslot=0x1F403, + unicodeslot=0x1F4F6, }, - [0x1F404]={ + [0x1F4F7]={ category="so", cjkwd="w", - description="COW", + description="CAMERA", direction="on", linebreak="id", - synonyms={ "beef (on menus)" }, - unicodeslot=0x1F404, + unicodeslot=0x1F4F7, }, - [0x1F405]={ + [0x1F4F8]={ category="so", cjkwd="w", - description="TIGER", + description="CAMERA WITH FLASH", direction="on", linebreak="id", - unicodeslot=0x1F405, + unicodeslot=0x1F4F8, }, - [0x1F406]={ + [0x1F4F9]={ category="so", cjkwd="w", - description="LEOPARD", + description="VIDEO CAMERA", direction="on", linebreak="id", - unicodeslot=0x1F406, + unicodeslot=0x1F4F9, }, - [0x1F407]={ + [0x1F4FA]={ category="so", cjkwd="w", - description="RABBIT", + description="TELEVISION", direction="on", linebreak="id", - unicodeslot=0x1F407, + unicodeslot=0x1F4FA, }, - [0x1F408]={ + [0x1F4FB]={ category="so", cjkwd="w", - description="CAT", + description="RADIO", direction="on", linebreak="id", - unicodeslot=0x1F408, + unicodeslot=0x1F4FB, }, - [0x1F409]={ + [0x1F4FC]={ category="so", cjkwd="w", - description="DRAGON", + description="VIDEOCASSETTE", direction="on", linebreak="id", - unicodeslot=0x1F409, + unicodeslot=0x1F4FC, }, - [0x1F40A]={ + [0x1F4FD]={ category="so", - cjkwd="w", - description="CROCODILE", + description="FILM PROJECTOR", direction="on", linebreak="id", - unicodeslot=0x1F40A, + unicodeslot=0x1F4FD, + variants=variants_emoji, }, - [0x1F40B]={ + [0x1F4FE]={ category="so", - cjkwd="w", - description="WHALE", + description="PORTABLE STEREO", direction="on", linebreak="id", - unicodeslot=0x1F40B, + unicodeslot=0x1F4FE, }, - [0x1F40C]={ + [0x1F4FF]={ category="so", cjkwd="w", - description="SNAIL", + description="PRAYER BEADS", direction="on", linebreak="id", - unicodeslot=0x1F40C, + unicodeslot=0x1F4FF, }, - [0x1F40D]={ + [0x1F500]={ category="so", cjkwd="w", - description="SNAKE", + description="TWISTED RIGHTWARDS ARROWS", direction="on", - linebreak="id", - unicodeslot=0x1F40D, + linebreak="al", + unicodeslot=0x1F500, }, - [0x1F40E]={ + [0x1F501]={ category="so", cjkwd="w", - description="HORSE", + description="CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS", direction="on", - linebreak="id", - unicodeslot=0x1F40E, + linebreak="al", + unicodeslot=0x1F501, }, - [0x1F40F]={ + [0x1F502]={ category="so", cjkwd="w", - description="RAM", + description="CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS WITH CIRCLED ONE OVERLAY", direction="on", - linebreak="id", - unicodeslot=0x1F40F, + linebreak="al", + unicodeslot=0x1F502, }, - [0x1F410]={ + [0x1F503]={ category="so", cjkwd="w", - description="GOAT", + description="CLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS", direction="on", - linebreak="id", - unicodeslot=0x1F410, + linebreak="al", + unicodeslot=0x1F503, }, - [0x1F411]={ + [0x1F504]={ category="so", cjkwd="w", - description="SHEEP", + description="ANTICLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS", direction="on", - linebreak="id", - unicodeslot=0x1F411, + linebreak="al", + unicodeslot=0x1F504, }, - [0x1F412]={ + [0x1F505]={ category="so", cjkwd="w", - description="MONKEY", + description="LOW BRIGHTNESS SYMBOL", direction="on", - linebreak="id", - unicodeslot=0x1F412, + linebreak="al", + unicodeslot=0x1F505, }, - [0x1F413]={ + [0x1F506]={ category="so", cjkwd="w", - description="ROOSTER", + description="HIGH BRIGHTNESS SYMBOL", direction="on", - linebreak="id", - unicodeslot=0x1F413, + linebreak="al", + unicodeslot=0x1F506, }, - [0x1F414]={ + [0x1F507]={ category="so", cjkwd="w", - description="CHICKEN", + description="SPEAKER WITH CANCELLATION STROKE", direction="on", linebreak="id", - synonyms={ "poultry (on menus)" }, - unicodeslot=0x1F414, + unicodeslot=0x1F507, }, - [0x1F415]={ + [0x1F508]={ category="so", cjkwd="w", - description="DOG", + description="SPEAKER", direction="on", linebreak="id", - unicodeslot=0x1F415, + unicodeslot=0x1F508, }, - [0x1F416]={ + [0x1F509]={ category="so", cjkwd="w", - description="PIG", + description="SPEAKER WITH ONE SOUND WAVE", direction="on", linebreak="id", - synonyms={ "pork (on menus)" }, - unicodeslot=0x1F416, + unicodeslot=0x1F509, }, - [0x1F417]={ + [0x1F50A]={ category="so", cjkwd="w", - description="BOAR", + description="SPEAKER WITH THREE SOUND WAVES", direction="on", linebreak="id", - unicodeslot=0x1F417, + synonyms={ "sound" }, + unicodeslot=0x1F50A, }, - [0x1F418]={ + [0x1F50B]={ category="so", cjkwd="w", - description="ELEPHANT", + description="BATTERY", direction="on", linebreak="id", - unicodeslot=0x1F418, + unicodeslot=0x1F50B, }, - [0x1F419]={ + [0x1F50C]={ category="so", cjkwd="w", - description="OCTOPUS", + description="ELECTRIC PLUG", direction="on", linebreak="id", - unicodeslot=0x1F419, + unicodeslot=0x1F50C, }, - [0x1F41A]={ + [0x1F50D]={ category="so", cjkwd="w", - description="SPIRAL SHELL", + description="LEFT-POINTING MAGNIFYING GLASS", direction="on", linebreak="id", - synonyms={ "seashell" }, - unicodeslot=0x1F41A, + unicodeslot=0x1F50D, }, - [0x1F41B]={ + [0x1F50E]={ category="so", cjkwd="w", - description="BUG", + description="RIGHT-POINTING MAGNIFYING GLASS", direction="on", linebreak="id", - unicodeslot=0x1F41B, + unicodeslot=0x1F50E, }, - [0x1F41C]={ + [0x1F50F]={ category="so", cjkwd="w", - description="ANT", + description="LOCK WITH INK PEN", direction="on", linebreak="id", - unicodeslot=0x1F41C, + unicodeslot=0x1F50F, }, - [0x1F41D]={ + [0x1F510]={ category="so", cjkwd="w", - description="HONEYBEE", + description="CLOSED LOCK WITH KEY", direction="on", linebreak="id", - unicodeslot=0x1F41D, + unicodeslot=0x1F510, }, - [0x1F41E]={ + [0x1F511]={ category="so", cjkwd="w", - description="LADY BEETLE", + description="KEY", direction="on", linebreak="id", - unicodeslot=0x1F41E, + unicodeslot=0x1F511, }, - [0x1F41F]={ + [0x1F512]={ category="so", cjkwd="w", - description="FISH", + description="LOCK", direction="on", linebreak="id", - unicodeslot=0x1F41F, + unicodeslot=0x1F512, }, - [0x1F420]={ + [0x1F513]={ category="so", cjkwd="w", - description="TROPICAL FISH", + description="OPEN LOCK", direction="on", linebreak="id", - unicodeslot=0x1F420, + unicodeslot=0x1F513, }, - [0x1F421]={ + [0x1F514]={ category="so", cjkwd="w", - description="BLOWFISH", + description="BELL", direction="on", linebreak="id", - unicodeslot=0x1F421, + unicodeslot=0x1F514, }, - [0x1F422]={ + [0x1F515]={ category="so", cjkwd="w", - description="TURTLE", + description="BELL WITH CANCELLATION STROKE", direction="on", linebreak="id", - unicodeslot=0x1F422, + unicodeslot=0x1F515, }, - [0x1F423]={ + [0x1F516]={ category="so", cjkwd="w", - description="HATCHING CHICK", + description="BOOKMARK", direction="on", linebreak="id", - unicodeslot=0x1F423, + unicodeslot=0x1F516, }, - [0x1F424]={ + [0x1F517]={ category="so", cjkwd="w", - description="BABY CHICK", + description="LINK SYMBOL", direction="on", - linebreak="id", - unicodeslot=0x1F424, + linebreak="al", + unicodeslot=0x1F517, }, - [0x1F425]={ + [0x1F518]={ category="so", cjkwd="w", - description="FRONT-FACING BABY CHICK", + description="RADIO BUTTON", direction="on", - linebreak="id", - unicodeslot=0x1F425, + linebreak="al", + unicodeslot=0x1F518, }, - [0x1F426]={ + [0x1F519]={ category="so", cjkwd="w", - description="BIRD", + description="BACK WITH LEFTWARDS ARROW ABOVE", direction="on", - linebreak="id", - unicodeslot=0x1F426, + linebreak="al", + unicodeslot=0x1F519, }, - [0x1F427]={ + [0x1F51A]={ category="so", cjkwd="w", - description="PENGUIN", + description="END WITH LEFTWARDS ARROW ABOVE", direction="on", - linebreak="id", - unicodeslot=0x1F427, + linebreak="al", + unicodeslot=0x1F51A, }, - [0x1F428]={ + [0x1F51B]={ category="so", cjkwd="w", - description="KOALA", + description="ON WITH EXCLAMATION MARK WITH LEFT RIGHT ARROW ABOVE", direction="on", - linebreak="id", - unicodeslot=0x1F428, + linebreak="al", + unicodeslot=0x1F51B, }, - [0x1F429]={ + [0x1F51C]={ category="so", cjkwd="w", - description="POODLE", + description="SOON WITH RIGHTWARDS ARROW ABOVE", direction="on", - linebreak="id", - unicodeslot=0x1F429, + linebreak="al", + unicodeslot=0x1F51C, }, - [0x1F42A]={ + [0x1F51D]={ category="so", cjkwd="w", - description="DROMEDARY CAMEL", + description="TOP WITH UPWARDS ARROW ABOVE", direction="on", - linebreak="id", - unicodeslot=0x1F42A, + linebreak="al", + unicodeslot=0x1F51D, }, - [0x1F42B]={ + [0x1F51E]={ category="so", cjkwd="w", - description="BACTRIAN CAMEL", + description="NO ONE UNDER EIGHTEEN SYMBOL", direction="on", - linebreak="id", - unicodeslot=0x1F42B, + linebreak="al", + unicodeslot=0x1F51E, }, - [0x1F42C]={ + [0x1F51F]={ category="so", cjkwd="w", - description="DOLPHIN", + description="KEYCAP TEN", direction="on", - linebreak="id", - unicodeslot=0x1F42C, + linebreak="al", + unicodeslot=0x1F51F, }, - [0x1F42D]={ + [0x1F520]={ category="so", cjkwd="w", - description="MOUSE FACE", + description="INPUT SYMBOL FOR LATIN CAPITAL LETTERS", direction="on", - linebreak="id", - unicodeslot=0x1F42D, + linebreak="al", + unicodeslot=0x1F520, }, - [0x1F42E]={ + [0x1F521]={ category="so", cjkwd="w", - description="COW FACE", + description="INPUT SYMBOL FOR LATIN SMALL LETTERS", direction="on", - linebreak="id", - unicodeslot=0x1F42E, + linebreak="al", + unicodeslot=0x1F521, }, - [0x1F42F]={ + [0x1F522]={ category="so", cjkwd="w", - description="TIGER FACE", + description="INPUT SYMBOL FOR NUMBERS", direction="on", - linebreak="id", - unicodeslot=0x1F42F, + linebreak="al", + unicodeslot=0x1F522, }, - [0x1F430]={ + [0x1F523]={ category="so", cjkwd="w", - description="RABBIT FACE", + description="INPUT SYMBOL FOR SYMBOLS", direction="on", - linebreak="id", - unicodeslot=0x1F430, + linebreak="al", + unicodeslot=0x1F523, }, - [0x1F431]={ + [0x1F524]={ category="so", cjkwd="w", - description="CAT FACE", + description="INPUT SYMBOL FOR LATIN LETTERS", direction="on", - linebreak="id", - unicodeslot=0x1F431, + linebreak="al", + unicodeslot=0x1F524, }, - [0x1F432]={ + [0x1F525]={ category="so", cjkwd="w", - description="DRAGON FACE", + description="FIRE", direction="on", linebreak="id", - unicodeslot=0x1F432, + unicodeslot=0x1F525, }, - [0x1F433]={ + [0x1F526]={ category="so", cjkwd="w", - description="SPOUTING WHALE", + description="ELECTRIC TORCH", direction="on", linebreak="id", - unicodeslot=0x1F433, + unicodeslot=0x1F526, }, - [0x1F434]={ + [0x1F527]={ category="so", cjkwd="w", - description="HORSE FACE", + description="WRENCH", direction="on", linebreak="id", - unicodeslot=0x1F434, + unicodeslot=0x1F527, }, - [0x1F435]={ + [0x1F528]={ category="so", cjkwd="w", - description="MONKEY FACE", + description="HAMMER", direction="on", linebreak="id", - unicodeslot=0x1F435, + unicodeslot=0x1F528, }, - [0x1F436]={ + [0x1F529]={ category="so", cjkwd="w", - description="DOG FACE", + description="NUT AND BOLT", direction="on", linebreak="id", - unicodeslot=0x1F436, + unicodeslot=0x1F529, }, - [0x1F437]={ + [0x1F52A]={ category="so", cjkwd="w", - description="PIG FACE", + description="HOCHO", direction="on", linebreak="id", - unicodeslot=0x1F437, + unicodeslot=0x1F52A, }, - [0x1F438]={ + [0x1F52B]={ category="so", cjkwd="w", - description="FROG FACE", + description="PISTOL", direction="on", linebreak="id", - unicodeslot=0x1F438, + unicodeslot=0x1F52B, }, - [0x1F439]={ + [0x1F52C]={ category="so", cjkwd="w", - description="HAMSTER FACE", + description="MICROSCOPE", direction="on", linebreak="id", - unicodeslot=0x1F439, + unicodeslot=0x1F52C, }, - [0x1F43A]={ + [0x1F52D]={ category="so", cjkwd="w", - description="WOLF FACE", + description="TELESCOPE", direction="on", linebreak="id", - unicodeslot=0x1F43A, + unicodeslot=0x1F52D, }, - [0x1F43B]={ + [0x1F52E]={ category="so", cjkwd="w", - description="BEAR FACE", + description="CRYSTAL BALL", direction="on", linebreak="id", - unicodeslot=0x1F43B, + unicodeslot=0x1F52E, }, - [0x1F43C]={ + [0x1F52F]={ category="so", cjkwd="w", - description="PANDA FACE", + description="SIX POINTED STAR WITH MIDDLE DOT", direction="on", linebreak="id", - unicodeslot=0x1F43C, + unicodeslot=0x1F52F, }, - [0x1F43D]={ + [0x1F530]={ category="so", cjkwd="w", - description="PIG NOSE", + description="JAPANESE SYMBOL FOR BEGINNER", direction="on", linebreak="id", - unicodeslot=0x1F43D, + unicodeslot=0x1F530, }, - [0x1F43E]={ + [0x1F531]={ category="so", cjkwd="w", - description="PAW PRINTS", + description="TRIDENT EMBLEM", direction="on", linebreak="id", - unicodeslot=0x1F43E, + unicodeslot=0x1F531, }, - [0x1F43F]={ + [0x1F532]={ category="so", - description="CHIPMUNK", + cjkwd="w", + description="BLACK SQUARE BUTTON", direction="on", - linebreak="id", - unicodeslot=0x1F43F, - variants=variants_emoji, + linebreak="al", + unicodeslot=0x1F532, }, - [0x1F440]={ + [0x1F533]={ category="so", cjkwd="w", - description="EYES", + description="WHITE SQUARE BUTTON", direction="on", - linebreak="id", - unicodeslot=0x1F440, + linebreak="al", + unicodeslot=0x1F533, }, - [0x1F441]={ + [0x1F534]={ category="so", - description="EYE", + cjkwd="w", + description="LARGE RED CIRCLE", direction="on", - linebreak="id", - unicodeslot=0x1F441, - variants=variants_emoji, + linebreak="al", + unicodeslot=0x1F534, }, - [0x1F442]={ + [0x1F535]={ category="so", cjkwd="w", - description="EAR", + description="LARGE BLUE CIRCLE", direction="on", - linebreak="eb", - unicodeslot=0x1F442, + linebreak="al", + unicodeslot=0x1F535, }, - [0x1F443]={ + [0x1F536]={ category="so", cjkwd="w", - description="NOSE", + description="LARGE ORANGE DIAMOND", direction="on", - linebreak="eb", - unicodeslot=0x1F443, + linebreak="al", + unicodeslot=0x1F536, }, - [0x1F444]={ + [0x1F537]={ category="so", cjkwd="w", - description="MOUTH", + description="LARGE BLUE DIAMOND", direction="on", - linebreak="id", - unicodeslot=0x1F444, + linebreak="al", + unicodeslot=0x1F537, }, - [0x1F445]={ + [0x1F538]={ category="so", cjkwd="w", - description="TONGUE", + description="SMALL ORANGE DIAMOND", direction="on", - linebreak="id", - unicodeslot=0x1F445, + linebreak="al", + unicodeslot=0x1F538, }, - [0x1F446]={ + [0x1F539]={ category="so", cjkwd="w", - description="WHITE UP POINTING BACKHAND INDEX", + description="SMALL BLUE DIAMOND", direction="on", - linebreak="eb", - unicodeslot=0x1F446, + linebreak="al", + unicodeslot=0x1F539, }, - [0x1F447]={ + [0x1F53A]={ category="so", cjkwd="w", - description="WHITE DOWN POINTING BACKHAND INDEX", + description="UP-POINTING RED TRIANGLE", direction="on", - linebreak="eb", - unicodeslot=0x1F447, + linebreak="al", + unicodeslot=0x1F53A, }, - [0x1F448]={ + [0x1F53B]={ category="so", cjkwd="w", - description="WHITE LEFT POINTING BACKHAND INDEX", + description="DOWN-POINTING RED TRIANGLE", direction="on", - linebreak="eb", - unicodeslot=0x1F448, + linebreak="al", + unicodeslot=0x1F53B, }, - [0x1F449]={ + [0x1F53C]={ category="so", cjkwd="w", - description="WHITE RIGHT POINTING BACKHAND INDEX", + description="UP-POINTING SMALL RED TRIANGLE", direction="on", - linebreak="eb", - unicodeslot=0x1F449, + linebreak="al", + unicodeslot=0x1F53C, }, - [0x1F44A]={ + [0x1F53D]={ category="so", cjkwd="w", - description="FISTED HAND SIGN", + description="DOWN-POINTING SMALL RED TRIANGLE", direction="on", - linebreak="eb", - synonyms={ "punch" }, - unicodeslot=0x1F44A, + linebreak="al", + unicodeslot=0x1F53D, }, - [0x1F44B]={ + [0x1F53E]={ category="so", - cjkwd="w", - description="WAVING HAND SIGN", + description="LOWER RIGHT SHADOWED WHITE CIRCLE", direction="on", - linebreak="eb", - unicodeslot=0x1F44B, + linebreak="al", + unicodeslot=0x1F53E, }, - [0x1F44C]={ + [0x1F53F]={ category="so", - cjkwd="w", - description="OK HAND SIGN", + description="UPPER RIGHT SHADOWED WHITE CIRCLE", direction="on", - linebreak="eb", - unicodeslot=0x1F44C, + linebreak="al", + unicodeslot=0x1F53F, }, - [0x1F44D]={ + [0x1F540]={ category="so", - cjkwd="w", - description="THUMBS UP SIGN", + description="CIRCLED CROSS POMMEE", direction="on", - linebreak="eb", - unicodeslot=0x1F44D, + linebreak="al", + unicodeslot=0x1F540, }, - [0x1F44E]={ + [0x1F541]={ category="so", - cjkwd="w", - description="THUMBS DOWN SIGN", + description="CROSS POMMEE WITH HALF-CIRCLE BELOW", direction="on", - linebreak="eb", - unicodeslot=0x1F44E, + linebreak="al", + unicodeslot=0x1F541, }, - [0x1F44F]={ + [0x1F542]={ category="so", - cjkwd="w", - description="CLAPPING HANDS SIGN", + description="CROSS POMMEE", direction="on", - linebreak="eb", - unicodeslot=0x1F44F, + linebreak="al", + unicodeslot=0x1F542, }, - [0x1F450]={ + [0x1F543]={ category="so", - cjkwd="w", - description="OPEN HANDS SIGN", + description="NOTCHED LEFT SEMICIRCLE WITH THREE DOTS", direction="on", - linebreak="eb", - unicodeslot=0x1F450, + linebreak="al", + unicodeslot=0x1F543, }, - [0x1F451]={ + [0x1F544]={ category="so", - cjkwd="w", - description="CROWN", + description="NOTCHED RIGHT SEMICIRCLE WITH THREE DOTS", direction="on", - linebreak="id", - unicodeslot=0x1F451, + linebreak="al", + unicodeslot=0x1F544, }, - [0x1F452]={ + [0x1F545]={ category="so", - cjkwd="w", - description="WOMANS HAT", + description="SYMBOL FOR MARKS CHAPTER", direction="on", - linebreak="id", - unicodeslot=0x1F452, + linebreak="al", + unicodeslot=0x1F545, }, - [0x1F453]={ + [0x1F546]={ category="so", - cjkwd="w", - description="EYEGLASSES", + description="WHITE LATIN CROSS", direction="on", - linebreak="id", - unicodeslot=0x1F453, + linebreak="al", + unicodeslot=0x1F546, }, - [0x1F454]={ + [0x1F547]={ category="so", - cjkwd="w", - description="NECKTIE", + description="HEAVY LATIN CROSS", direction="on", - linebreak="id", - unicodeslot=0x1F454, + linebreak="al", + unicodeslot=0x1F547, }, - [0x1F455]={ + [0x1F548]={ category="so", - cjkwd="w", - description="T-SHIRT", + description="CELTIC CROSS", direction="on", - linebreak="id", - unicodeslot=0x1F455, + linebreak="al", + unicodeslot=0x1F548, }, - [0x1F456]={ + [0x1F549]={ category="so", - cjkwd="w", - description="JEANS", + description="OM SYMBOL", direction="on", - linebreak="id", - unicodeslot=0x1F456, + linebreak="al", + unicodeslot=0x1F549, + variants=variants_emoji, }, - [0x1F457]={ + [0x1F54A]={ category="so", - cjkwd="w", - description="DRESS", + description="DOVE OF PEACE", direction="on", linebreak="id", - unicodeslot=0x1F457, + unicodeslot=0x1F54A, + variants=variants_emoji, }, - [0x1F458]={ + [0x1F54B]={ category="so", cjkwd="w", - description="KIMONO", + description="KAABA", direction="on", linebreak="id", - unicodeslot=0x1F458, + unicodeslot=0x1F54B, }, - [0x1F459]={ + [0x1F54C]={ category="so", cjkwd="w", - description="BIKINI", + description="MOSQUE", direction="on", linebreak="id", - unicodeslot=0x1F459, + unicodeslot=0x1F54C, }, - [0x1F45A]={ + [0x1F54D]={ category="so", cjkwd="w", - description="WOMANS CLOTHES", + description="SYNAGOGUE", direction="on", linebreak="id", - unicodeslot=0x1F45A, + unicodeslot=0x1F54D, }, - [0x1F45B]={ + [0x1F54E]={ category="so", cjkwd="w", - description="PURSE", + description="MENORAH WITH NINE BRANCHES", direction="on", linebreak="id", - unicodeslot=0x1F45B, + unicodeslot=0x1F54E, }, - [0x1F45C]={ + [0x1F54F]={ category="so", - cjkwd="w", - description="HANDBAG", + description="BOWL OF HYGIEIA", direction="on", linebreak="id", - unicodeslot=0x1F45C, + unicodeslot=0x1F54F, }, - [0x1F45D]={ + [0x1F550]={ category="so", cjkwd="w", - description="POUCH", + description="CLOCK FACE ONE OCLOCK", direction="on", linebreak="id", - unicodeslot=0x1F45D, + unicodeslot=0x1F550, }, - [0x1F45E]={ + [0x1F551]={ category="so", cjkwd="w", - description="MANS SHOE", + description="CLOCK FACE TWO OCLOCK", direction="on", linebreak="id", - unicodeslot=0x1F45E, + unicodeslot=0x1F551, }, - [0x1F45F]={ + [0x1F552]={ category="so", cjkwd="w", - description="ATHLETIC SHOE", + description="CLOCK FACE THREE OCLOCK", direction="on", linebreak="id", - unicodeslot=0x1F45F, + unicodeslot=0x1F552, }, - [0x1F460]={ + [0x1F553]={ category="so", cjkwd="w", - description="HIGH-HEELED SHOE", + description="CLOCK FACE FOUR OCLOCK", direction="on", linebreak="id", - unicodeslot=0x1F460, + unicodeslot=0x1F553, }, - [0x1F461]={ + [0x1F554]={ category="so", cjkwd="w", - description="WOMANS SANDAL", + description="CLOCK FACE FIVE OCLOCK", direction="on", linebreak="id", - unicodeslot=0x1F461, + unicodeslot=0x1F554, }, - [0x1F462]={ + [0x1F555]={ category="so", cjkwd="w", - description="WOMANS BOOTS", + description="CLOCK FACE SIX OCLOCK", direction="on", linebreak="id", - unicodeslot=0x1F462, + unicodeslot=0x1F555, }, - [0x1F463]={ + [0x1F556]={ category="so", cjkwd="w", - description="FOOTPRINTS", + description="CLOCK FACE SEVEN OCLOCK", direction="on", linebreak="id", - unicodeslot=0x1F463, + unicodeslot=0x1F556, }, - [0x1F464]={ + [0x1F557]={ category="so", cjkwd="w", - description="BUST IN SILHOUETTE", + description="CLOCK FACE EIGHT OCLOCK", direction="on", linebreak="id", - synonyms={ "guest account" }, - unicodeslot=0x1F464, + unicodeslot=0x1F557, }, - [0x1F465]={ + [0x1F558]={ category="so", cjkwd="w", - description="BUSTS IN SILHOUETTE", + description="CLOCK FACE NINE OCLOCK", direction="on", linebreak="id", - synonyms={ "accounts" }, - unicodeslot=0x1F465, + unicodeslot=0x1F558, }, - [0x1F466]={ + [0x1F559]={ category="so", cjkwd="w", - description="BOY", + description="CLOCK FACE TEN OCLOCK", direction="on", - linebreak="eb", - unicodeslot=0x1F466, + linebreak="id", + unicodeslot=0x1F559, }, - [0x1F467]={ + [0x1F55A]={ category="so", cjkwd="w", - description="GIRL", + description="CLOCK FACE ELEVEN OCLOCK", direction="on", - linebreak="eb", - unicodeslot=0x1F467, + linebreak="id", + unicodeslot=0x1F55A, }, - [0x1F468]={ + [0x1F55B]={ category="so", cjkwd="w", - description="MAN", + description="CLOCK FACE TWELVE OCLOCK", direction="on", - linebreak="eb", - unicodeslot=0x1F468, + linebreak="id", + unicodeslot=0x1F55B, }, - [0x1F469]={ + [0x1F55C]={ category="so", cjkwd="w", - description="WOMAN", + description="CLOCK FACE ONE-THIRTY", direction="on", - linebreak="eb", - unicodeslot=0x1F469, + linebreak="id", + unicodeslot=0x1F55C, }, - [0x1F46A]={ + [0x1F55D]={ category="so", cjkwd="w", - description="FAMILY", + description="CLOCK FACE TWO-THIRTY", direction="on", - linebreak="eb", - unicodeslot=0x1F46A, + linebreak="id", + unicodeslot=0x1F55D, }, - [0x1F46B]={ + [0x1F55E]={ category="so", cjkwd="w", - description="MAN AND WOMAN HOLDING HANDS", + description="CLOCK FACE THREE-THIRTY", direction="on", - linebreak="eb", - unicodeslot=0x1F46B, + linebreak="id", + unicodeslot=0x1F55E, }, - [0x1F46C]={ + [0x1F55F]={ category="so", cjkwd="w", - description="TWO MEN HOLDING HANDS", + description="CLOCK FACE FOUR-THIRTY", direction="on", - linebreak="eb", - unicodeslot=0x1F46C, + linebreak="id", + unicodeslot=0x1F55F, }, - [0x1F46D]={ + [0x1F560]={ category="so", cjkwd="w", - description="TWO WOMEN HOLDING HANDS", + description="CLOCK FACE FIVE-THIRTY", direction="on", - linebreak="eb", - unicodeslot=0x1F46D, + linebreak="id", + unicodeslot=0x1F560, }, - [0x1F46E]={ + [0x1F561]={ category="so", cjkwd="w", - description="POLICE OFFICER", + description="CLOCK FACE SIX-THIRTY", direction="on", - linebreak="eb", - unicodeslot=0x1F46E, + linebreak="id", + unicodeslot=0x1F561, }, - [0x1F46F]={ + [0x1F562]={ category="so", cjkwd="w", - description="WOMAN WITH BUNNY EARS", + description="CLOCK FACE SEVEN-THIRTY", direction="on", - linebreak="eb", - unicodeslot=0x1F46F, + linebreak="id", + unicodeslot=0x1F562, }, - [0x1F470]={ + [0x1F563]={ category="so", cjkwd="w", - description="BRIDE WITH VEIL", + description="CLOCK FACE EIGHT-THIRTY", direction="on", - linebreak="eb", - unicodeslot=0x1F470, + linebreak="id", + unicodeslot=0x1F563, }, - [0x1F471]={ + [0x1F564]={ category="so", cjkwd="w", - description="PERSON WITH BLOND HAIR", + description="CLOCK FACE NINE-THIRTY", direction="on", - linebreak="eb", - unicodeslot=0x1F471, + linebreak="id", + unicodeslot=0x1F564, }, - [0x1F472]={ + [0x1F565]={ category="so", cjkwd="w", - description="MAN WITH GUA PI MAO", + description="CLOCK FACE TEN-THIRTY", direction="on", - linebreak="eb", - unicodeslot=0x1F472, + linebreak="id", + unicodeslot=0x1F565, }, - [0x1F473]={ + [0x1F566]={ category="so", cjkwd="w", - description="MAN WITH TURBAN", + description="CLOCK FACE ELEVEN-THIRTY", direction="on", - linebreak="eb", - unicodeslot=0x1F473, + linebreak="id", + unicodeslot=0x1F566, }, - [0x1F474]={ + [0x1F567]={ category="so", cjkwd="w", - description="OLDER MAN", + description="CLOCK FACE TWELVE-THIRTY", direction="on", - linebreak="eb", - unicodeslot=0x1F474, + linebreak="id", + unicodeslot=0x1F567, }, - [0x1F475]={ + [0x1F568]={ category="so", - cjkwd="w", - description="OLDER WOMAN", + description="RIGHT SPEAKER", direction="on", - linebreak="eb", - unicodeslot=0x1F475, + linebreak="id", + unicodeslot=0x1F568, }, - [0x1F476]={ + [0x1F569]={ category="so", - cjkwd="w", - description="BABY", + description="RIGHT SPEAKER WITH ONE SOUND WAVE", direction="on", - linebreak="eb", - unicodeslot=0x1F476, + linebreak="id", + unicodeslot=0x1F569, }, - [0x1F477]={ + [0x1F56A]={ category="so", - cjkwd="w", - description="CONSTRUCTION WORKER", + description="RIGHT SPEAKER WITH THREE SOUND WAVES", direction="on", - linebreak="eb", - synonyms={ "hardhat" }, - unicodeslot=0x1F477, + linebreak="id", + unicodeslot=0x1F56A, }, - [0x1F478]={ + [0x1F56B]={ category="so", - cjkwd="w", - description="PRINCESS", + description="BULLHORN", direction="on", - linebreak="eb", - unicodeslot=0x1F478, + linebreak="id", + unicodeslot=0x1F56B, }, - [0x1F479]={ + [0x1F56C]={ category="so", - cjkwd="w", - description="JAPANESE OGRE", + description="BULLHORN WITH SOUND WAVES", direction="on", linebreak="id", - unicodeslot=0x1F479, + unicodeslot=0x1F56C, }, - [0x1F47A]={ + [0x1F56D]={ category="so", - cjkwd="w", - description="JAPANESE GOBLIN", + description="RINGING BELL", direction="on", linebreak="id", - unicodeslot=0x1F47A, + unicodeslot=0x1F56D, }, - [0x1F47B]={ + [0x1F56E]={ category="so", - cjkwd="w", - description="GHOST", + description="BOOK", direction="on", linebreak="id", - unicodeslot=0x1F47B, + unicodeslot=0x1F56E, }, - [0x1F47C]={ + [0x1F56F]={ category="so", - cjkwd="w", - description="BABY ANGEL", + description="CANDLE", direction="on", - linebreak="eb", - unicodeslot=0x1F47C, + linebreak="id", + unicodeslot=0x1F56F, + variants=variants_emoji, }, - [0x1F47D]={ + [0x1F570]={ category="so", - cjkwd="w", - description="EXTRATERRESTRIAL ALIEN", + description="MANTELPIECE CLOCK", direction="on", linebreak="id", - unicodeslot=0x1F47D, + unicodeslot=0x1F570, + variants=variants_emoji, }, - [0x1F47E]={ + [0x1F571]={ category="so", - cjkwd="w", - description="ALIEN MONSTER", + description="BLACK SKULL AND CROSSBONES", direction="on", linebreak="id", - unicodeslot=0x1F47E, + unicodeslot=0x1F571, }, - [0x1F47F]={ + [0x1F572]={ category="so", - cjkwd="w", - description="IMP", + description="NO PIRACY", direction="on", linebreak="id", - unicodeslot=0x1F47F, + unicodeslot=0x1F572, }, - [0x1F480]={ + [0x1F573]={ category="so", - cjkwd="w", - description="SKULL", + description="HOLE", direction="on", linebreak="id", - unicodeslot=0x1F480, + unicodeslot=0x1F573, + variants=variants_emoji, }, - [0x1F481]={ + [0x1F574]={ category="so", - cjkwd="w", - description="INFORMATION DESK PERSON", + description="MAN IN BUSINESS SUIT LEVITATING", direction="on", linebreak="eb", - unicodeslot=0x1F481, + unicodeslot=0x1F574, + variants=variants_emoji, }, - [0x1F482]={ + [0x1F575]={ category="so", - cjkwd="w", - description="GUARDSMAN", + description="SLEUTH OR SPY", direction="on", linebreak="eb", - unicodeslot=0x1F482, + unicodeslot=0x1F575, + variants=variants_emoji, }, - [0x1F483]={ + [0x1F576]={ category="so", - cjkwd="w", - description="DANCER", + description="DARK SUNGLASSES", direction="on", - linebreak="eb", - unicodeslot=0x1F483, + linebreak="id", + unicodeslot=0x1F576, + variants=variants_emoji, }, - [0x1F484]={ + [0x1F577]={ category="so", - cjkwd="w", - description="LIPSTICK", + description="SPIDER", direction="on", linebreak="id", - unicodeslot=0x1F484, + unicodeslot=0x1F577, + variants=variants_emoji, }, - [0x1F485]={ + [0x1F578]={ category="so", - cjkwd="w", - description="NAIL POLISH", + description="SPIDER WEB", direction="on", - linebreak="eb", - unicodeslot=0x1F485, + linebreak="id", + unicodeslot=0x1F578, + variants=variants_emoji, }, - [0x1F486]={ + [0x1F579]={ category="so", - cjkwd="w", - description="FACE MASSAGE", + description="JOYSTICK", direction="on", - linebreak="eb", - unicodeslot=0x1F486, + linebreak="id", + unicodeslot=0x1F579, + variants=variants_emoji, }, - [0x1F487]={ + [0x1F57A]={ category="so", cjkwd="w", - description="HAIRCUT", + description="MAN DANCING", direction="on", linebreak="eb", - unicodeslot=0x1F487, + unicodeslot=0x1F57A, }, - [0x1F488]={ + [0x1F57B]={ category="so", - cjkwd="w", - description="BARBER POLE", + description="LEFT HAND TELEPHONE RECEIVER", direction="on", linebreak="id", - unicodeslot=0x1F488, + unicodeslot=0x1F57B, }, - [0x1F489]={ + [0x1F57C]={ category="so", - cjkwd="w", - description="SYRINGE", + description="TELEPHONE RECEIVER WITH PAGE", direction="on", linebreak="id", - unicodeslot=0x1F489, + unicodeslot=0x1F57C, }, - [0x1F48A]={ + [0x1F57D]={ category="so", - cjkwd="w", - description="PILL", + description="RIGHT HAND TELEPHONE RECEIVER", direction="on", linebreak="id", - unicodeslot=0x1F48A, + synonyms={ "telephone handset" }, + unicodeslot=0x1F57D, }, - [0x1F48B]={ + [0x1F57E]={ category="so", - cjkwd="w", - description="KISS MARK", + description="WHITE TOUCHTONE TELEPHONE", direction="on", linebreak="id", - unicodeslot=0x1F48B, + unicodeslot=0x1F57E, }, - [0x1F48C]={ + [0x1F57F]={ category="so", - cjkwd="w", - description="LOVE LETTER", + description="BLACK TOUCHTONE TELEPHONE", direction="on", linebreak="id", - unicodeslot=0x1F48C, + unicodeslot=0x1F57F, }, - [0x1F48D]={ + [0x1F580]={ category="so", - cjkwd="w", - description="RING", + description="TELEPHONE ON TOP OF MODEM", direction="on", linebreak="id", - unicodeslot=0x1F48D, + unicodeslot=0x1F580, }, - [0x1F48E]={ + [0x1F581]={ category="so", - cjkwd="w", - description="GEM STONE", + description="CLAMSHELL MOBILE PHONE", direction="on", linebreak="id", - unicodeslot=0x1F48E, + unicodeslot=0x1F581, }, - [0x1F48F]={ + [0x1F582]={ category="so", - cjkwd="w", - description="KISS", + description="BACK OF ENVELOPE", direction="on", - linebreak="eb", - unicodeslot=0x1F48F, + linebreak="id", + unicodeslot=0x1F582, }, - [0x1F490]={ + [0x1F583]={ category="so", - cjkwd="w", - description="BOUQUET", + description="STAMPED ENVELOPE", direction="on", linebreak="id", - unicodeslot=0x1F490, + unicodeslot=0x1F583, }, - [0x1F491]={ + [0x1F584]={ category="so", - cjkwd="w", - description="COUPLE WITH HEART", + description="ENVELOPE WITH LIGHTNING", direction="on", - linebreak="eb", - unicodeslot=0x1F491, + linebreak="id", + unicodeslot=0x1F584, }, - [0x1F492]={ + [0x1F585]={ category="so", - cjkwd="w", - description="WEDDING", + description="FLYING ENVELOPE", direction="on", linebreak="id", - unicodeslot=0x1F492, + unicodeslot=0x1F585, }, - [0x1F493]={ + [0x1F586]={ category="so", - cjkwd="w", - description="BEATING HEART", + description="PEN OVER STAMPED ENVELOPE", direction="on", linebreak="id", - unicodeslot=0x1F493, + unicodeslot=0x1F586, }, - [0x1F494]={ + [0x1F587]={ category="so", - cjkwd="w", - description="BROKEN HEART", + description="LINKED PAPERCLIPS", direction="on", linebreak="id", - unicodeslot=0x1F494, + unicodeslot=0x1F587, + variants=variants_emoji, }, - [0x1F495]={ + [0x1F588]={ category="so", - cjkwd="w", - description="TWO HEARTS", + description="BLACK PUSHPIN", direction="on", linebreak="id", - unicodeslot=0x1F495, + unicodeslot=0x1F588, }, - [0x1F496]={ + [0x1F589]={ category="so", - cjkwd="w", - description="SPARKLING HEART", + description="LOWER LEFT PENCIL", direction="on", linebreak="id", - unicodeslot=0x1F496, + unicodeslot=0x1F589, }, - [0x1F497]={ + [0x1F58A]={ category="so", - cjkwd="w", - description="GROWING HEART", + description="LOWER LEFT BALLPOINT PEN", direction="on", linebreak="id", - unicodeslot=0x1F497, + unicodeslot=0x1F58A, + variants=variants_emoji, }, - [0x1F498]={ + [0x1F58B]={ category="so", - cjkwd="w", - description="HEART WITH ARROW", + description="LOWER LEFT FOUNTAIN PEN", direction="on", linebreak="id", - unicodeslot=0x1F498, + unicodeslot=0x1F58B, + variants=variants_emoji, }, - [0x1F499]={ + [0x1F58C]={ category="so", - cjkwd="w", - description="BLUE HEART", + description="LOWER LEFT PAINTBRUSH", direction="on", linebreak="id", - unicodeslot=0x1F499, + unicodeslot=0x1F58C, + variants=variants_emoji, }, - [0x1F49A]={ + [0x1F58D]={ category="so", - cjkwd="w", - description="GREEN HEART", + description="LOWER LEFT CRAYON", direction="on", linebreak="id", - unicodeslot=0x1F49A, + unicodeslot=0x1F58D, + variants=variants_emoji, }, - [0x1F49B]={ + [0x1F58E]={ category="so", - cjkwd="w", - description="YELLOW HEART", + description="LEFT WRITING HAND", direction="on", linebreak="id", - unicodeslot=0x1F49B, + unicodeslot=0x1F58E, }, - [0x1F49C]={ + [0x1F58F]={ category="so", - cjkwd="w", - description="PURPLE HEART", + description="TURNED OK HAND SIGN", direction="on", linebreak="id", - unicodeslot=0x1F49C, + unicodeslot=0x1F58F, }, - [0x1F49D]={ + [0x1F590]={ category="so", - cjkwd="w", - description="HEART WITH RIBBON", + description="RAISED HAND WITH FINGERS SPLAYED", direction="on", - linebreak="id", - unicodeslot=0x1F49D, + linebreak="eb", + unicodeslot=0x1F590, + variants=variants_emoji, }, - [0x1F49E]={ + [0x1F591]={ category="so", - cjkwd="w", - description="REVOLVING HEARTS", + description="REVERSED RAISED HAND WITH FINGERS SPLAYED", direction="on", linebreak="id", - unicodeslot=0x1F49E, + unicodeslot=0x1F591, }, - [0x1F49F]={ + [0x1F592]={ category="so", - cjkwd="w", - description="HEART DECORATION", + description="REVERSED THUMBS UP SIGN", direction="on", linebreak="id", - unicodeslot=0x1F49F, + unicodeslot=0x1F592, }, - [0x1F4A0]={ + [0x1F593]={ category="so", - cjkwd="w", - description="DIAMOND SHAPE WITH A DOT INSIDE", + description="REVERSED THUMBS DOWN SIGN", direction="on", - linebreak="al", - unicodeslot=0x1F4A0, + linebreak="id", + unicodeslot=0x1F593, }, - [0x1F4A1]={ + [0x1F594]={ category="so", - cjkwd="w", - description="ELECTRIC LIGHT BULB", + description="REVERSED VICTORY HAND", direction="on", linebreak="id", - synonyms={ "idea" }, - unicodeslot=0x1F4A1, + unicodeslot=0x1F594, }, - [0x1F4A2]={ + [0x1F595]={ category="so", cjkwd="w", - description="ANGER SYMBOL", + description="REVERSED HAND WITH MIDDLE FINGER EXTENDED", direction="on", - linebreak="al", - unicodeslot=0x1F4A2, + linebreak="eb", + unicodeslot=0x1F595, }, - [0x1F4A3]={ + [0x1F596]={ category="so", cjkwd="w", - description="BOMB", + description="RAISED HAND WITH PART BETWEEN MIDDLE AND RING FINGERS", direction="on", - linebreak="id", - unicodeslot=0x1F4A3, + linebreak="eb", + unicodeslot=0x1F596, }, - [0x1F4A4]={ + [0x1F597]={ category="so", - cjkwd="w", - description="SLEEPING SYMBOL", + description="WHITE DOWN POINTING LEFT HAND INDEX", direction="on", - linebreak="al", - unicodeslot=0x1F4A4, + linebreak="id", + unicodeslot=0x1F597, }, - [0x1F4A5]={ + [0x1F598]={ category="so", - cjkwd="w", - description="COLLISION SYMBOL", + description="SIDEWAYS WHITE LEFT POINTING INDEX", direction="on", linebreak="id", - unicodeslot=0x1F4A5, + unicodeslot=0x1F598, }, - [0x1F4A6]={ + [0x1F599]={ category="so", - cjkwd="w", - description="SPLASHING SWEAT SYMBOL", + description="SIDEWAYS WHITE RIGHT POINTING INDEX", direction="on", linebreak="id", - synonyms={ "plewds" }, - unicodeslot=0x1F4A6, + unicodeslot=0x1F599, }, - [0x1F4A7]={ + [0x1F59A]={ category="so", - cjkwd="w", - description="DROPLET", + description="SIDEWAYS BLACK LEFT POINTING INDEX", direction="on", linebreak="id", - unicodeslot=0x1F4A7, + unicodeslot=0x1F59A, }, - [0x1F4A8]={ + [0x1F59B]={ category="so", - cjkwd="w", - description="DASH SYMBOL", + description="SIDEWAYS BLACK RIGHT POINTING INDEX", direction="on", linebreak="id", - synonyms={ "briffits" }, - unicodeslot=0x1F4A8, + unicodeslot=0x1F59B, }, - [0x1F4A9]={ + [0x1F59C]={ category="so", - cjkwd="w", - description="PILE OF POO", + description="BLACK LEFT POINTING BACKHAND INDEX", direction="on", linebreak="id", - unicodeslot=0x1F4A9, + unicodeslot=0x1F59C, }, - [0x1F4AA]={ + [0x1F59D]={ category="so", - cjkwd="w", - description="FLEXED BICEPS", + description="BLACK RIGHT POINTING BACKHAND INDEX", direction="on", - linebreak="eb", - unicodeslot=0x1F4AA, + linebreak="id", + unicodeslot=0x1F59D, }, - [0x1F4AB]={ + [0x1F59E]={ category="so", - cjkwd="w", - description="DIZZY SYMBOL", + description="SIDEWAYS WHITE UP POINTING INDEX", direction="on", linebreak="id", - synonyms={ "squeans" }, - unicodeslot=0x1F4AB, + unicodeslot=0x1F59E, }, - [0x1F4AC]={ + [0x1F59F]={ category="so", - cjkwd="w", - description="SPEECH BALLOON", + description="SIDEWAYS WHITE DOWN POINTING INDEX", direction="on", linebreak="id", - unicodeslot=0x1F4AC, + unicodeslot=0x1F59F, }, - [0x1F4AD]={ + [0x1F5A0]={ category="so", - cjkwd="w", - description="THOUGHT BALLOON", + description="SIDEWAYS BLACK UP POINTING INDEX", direction="on", linebreak="id", - unicodeslot=0x1F4AD, + unicodeslot=0x1F5A0, }, - [0x1F4AE]={ + [0x1F5A1]={ category="so", - cjkwd="w", - description="WHITE FLOWER", + description="SIDEWAYS BLACK DOWN POINTING INDEX", direction="on", linebreak="id", - unicodeslot=0x1F4AE, + unicodeslot=0x1F5A1, }, - [0x1F4AF]={ + [0x1F5A2]={ category="so", - cjkwd="w", - description="HUNDRED POINTS SYMBOL", + description="BLACK UP POINTING BACKHAND INDEX", direction="on", - linebreak="al", - unicodeslot=0x1F4AF, + linebreak="id", + unicodeslot=0x1F5A2, }, - [0x1F4B0]={ + [0x1F5A3]={ category="so", - cjkwd="w", - description="MONEY BAG", + description="BLACK DOWN POINTING BACKHAND INDEX", direction="on", linebreak="id", - unicodeslot=0x1F4B0, + unicodeslot=0x1F5A3, }, - [0x1F4B1]={ + [0x1F5A4]={ category="so", cjkwd="w", - description="CURRENCY EXCHANGE", + description="BLACK HEART", direction="on", - linebreak="al", - unicodeslot=0x1F4B1, + linebreak="id", + unicodeslot=0x1F5A4, }, - [0x1F4B2]={ + [0x1F5A5]={ category="so", - cjkwd="w", - description="HEAVY DOLLAR SIGN", + description="DESKTOP COMPUTER", direction="on", - linebreak="al", - unicodeslot=0x1F4B2, + linebreak="id", + unicodeslot=0x1F5A5, + variants=variants_emoji, }, - [0x1F4B3]={ + [0x1F5A6]={ category="so", - cjkwd="w", - description="CREDIT CARD", + description="KEYBOARD AND MOUSE", direction="on", linebreak="id", - unicodeslot=0x1F4B3, + unicodeslot=0x1F5A6, }, - [0x1F4B4]={ + [0x1F5A7]={ category="so", - cjkwd="w", - description="BANKNOTE WITH YEN SIGN", + description="THREE NETWORKED COMPUTERS", direction="on", linebreak="id", - unicodeslot=0x1F4B4, + unicodeslot=0x1F5A7, }, - [0x1F4B5]={ + [0x1F5A8]={ category="so", - cjkwd="w", - description="BANKNOTE WITH DOLLAR SIGN", + description="PRINTER", direction="on", linebreak="id", - unicodeslot=0x1F4B5, + unicodeslot=0x1F5A8, + variants=variants_emoji, }, - [0x1F4B6]={ + [0x1F5A9]={ category="so", - cjkwd="w", - description="BANKNOTE WITH EURO SIGN", + description="POCKET CALCULATOR", direction="on", linebreak="id", - unicodeslot=0x1F4B6, + unicodeslot=0x1F5A9, }, - [0x1F4B7]={ + [0x1F5AA]={ category="so", - cjkwd="w", - description="BANKNOTE WITH POUND SIGN", + description="BLACK HARD SHELL FLOPPY DISK", direction="on", linebreak="id", - unicodeslot=0x1F4B7, + unicodeslot=0x1F5AA, }, - [0x1F4B8]={ + [0x1F5AB]={ category="so", - cjkwd="w", - description="MONEY WITH WINGS", + description="WHITE HARD SHELL FLOPPY DISK", direction="on", linebreak="id", - unicodeslot=0x1F4B8, + unicodeslot=0x1F5AB, }, - [0x1F4B9]={ + [0x1F5AC]={ category="so", - cjkwd="w", - description="CHART WITH UPWARDS TREND AND YEN SIGN", + description="SOFT SHELL FLOPPY DISK", direction="on", linebreak="id", - unicodeslot=0x1F4B9, + unicodeslot=0x1F5AC, }, - [0x1F4BA]={ + [0x1F5AD]={ category="so", - cjkwd="w", - description="SEAT", + description="TAPE CARTRIDGE", direction="on", linebreak="id", - unicodeslot=0x1F4BA, + unicodeslot=0x1F5AD, }, - [0x1F4BB]={ + [0x1F5AE]={ category="so", - cjkwd="w", - description="PERSONAL COMPUTER", + description="WIRED KEYBOARD", direction="on", linebreak="id", - unicodeslot=0x1F4BB, + unicodeslot=0x1F5AE, }, - [0x1F4BC]={ + [0x1F5AF]={ category="so", - cjkwd="w", - description="BRIEFCASE", + description="ONE BUTTON MOUSE", direction="on", linebreak="id", - unicodeslot=0x1F4BC, + unicodeslot=0x1F5AF, }, - [0x1F4BD]={ + [0x1F5B0]={ category="so", - cjkwd="w", - description="MINIDISC", + description="TWO BUTTON MOUSE", direction="on", linebreak="id", - unicodeslot=0x1F4BD, + unicodeslot=0x1F5B0, }, - [0x1F4BE]={ + [0x1F5B1]={ category="so", - cjkwd="w", - description="FLOPPY DISK", + description="THREE BUTTON MOUSE", direction="on", linebreak="id", - unicodeslot=0x1F4BE, + unicodeslot=0x1F5B1, + variants=variants_emoji, }, - [0x1F4BF]={ + [0x1F5B2]={ category="so", - cjkwd="w", - description="OPTICAL DISC", + description="TRACKBALL", direction="on", linebreak="id", - synonyms={ "cd", "compact disc" }, - unicodeslot=0x1F4BF, + unicodeslot=0x1F5B2, + variants=variants_emoji, }, - [0x1F4C0]={ + [0x1F5B3]={ category="so", - cjkwd="w", - description="DVD", + description="OLD PERSONAL COMPUTER", direction="on", linebreak="id", - unicodeslot=0x1F4C0, + unicodeslot=0x1F5B3, }, - [0x1F4C1]={ + [0x1F5B4]={ category="so", - cjkwd="w", - description="FILE FOLDER", + description="HARD DISK", direction="on", linebreak="id", - unicodeslot=0x1F4C1, + unicodeslot=0x1F5B4, }, - [0x1F4C2]={ + [0x1F5B5]={ category="so", - cjkwd="w", - description="OPEN FILE FOLDER", + description="SCREEN", direction="on", linebreak="id", - unicodeslot=0x1F4C2, + unicodeslot=0x1F5B5, }, - [0x1F4C3]={ + [0x1F5B6]={ category="so", - cjkwd="w", - description="PAGE WITH CURL", + description="PRINTER ICON", direction="on", linebreak="id", - unicodeslot=0x1F4C3, + unicodeslot=0x1F5B6, }, - [0x1F4C4]={ + [0x1F5B7]={ category="so", - cjkwd="w", - description="PAGE FACING UP", + description="FAX ICON", direction="on", linebreak="id", - unicodeslot=0x1F4C4, + unicodeslot=0x1F5B7, }, - [0x1F4C5]={ + [0x1F5B8]={ category="so", - cjkwd="w", - description="CALENDAR", + description="OPTICAL DISC ICON", direction="on", linebreak="id", - unicodeslot=0x1F4C5, + unicodeslot=0x1F5B8, }, - [0x1F4C6]={ + [0x1F5B9]={ category="so", - cjkwd="w", - description="TEAR-OFF CALENDAR", + description="DOCUMENT WITH TEXT", direction="on", linebreak="id", - unicodeslot=0x1F4C6, + unicodeslot=0x1F5B9, }, - [0x1F4C7]={ + [0x1F5BA]={ category="so", - cjkwd="w", - description="CARD INDEX", + description="DOCUMENT WITH TEXT AND PICTURE", direction="on", linebreak="id", - unicodeslot=0x1F4C7, + unicodeslot=0x1F5BA, }, - [0x1F4C8]={ + [0x1F5BB]={ category="so", - cjkwd="w", - description="CHART WITH UPWARDS TREND", + description="DOCUMENT WITH PICTURE", direction="on", linebreak="id", - unicodeslot=0x1F4C8, + unicodeslot=0x1F5BB, }, - [0x1F4C9]={ + [0x1F5BC]={ category="so", - cjkwd="w", - description="CHART WITH DOWNWARDS TREND", + description="FRAME WITH PICTURE", direction="on", linebreak="id", - unicodeslot=0x1F4C9, + unicodeslot=0x1F5BC, + variants=variants_emoji, }, - [0x1F4CA]={ + [0x1F5BD]={ category="so", - cjkwd="w", - description="BAR CHART", + description="FRAME WITH TILES", direction="on", linebreak="id", - unicodeslot=0x1F4CA, + unicodeslot=0x1F5BD, }, - [0x1F4CB]={ + [0x1F5BE]={ category="so", - cjkwd="w", - description="CLIPBOARD", + description="FRAME WITH AN X", direction="on", linebreak="id", - unicodeslot=0x1F4CB, + unicodeslot=0x1F5BE, }, - [0x1F4CC]={ + [0x1F5BF]={ category="so", - cjkwd="w", - description="PUSHPIN", + description="BLACK FOLDER", direction="on", linebreak="id", - unicodeslot=0x1F4CC, + unicodeslot=0x1F5BF, }, - [0x1F4CD]={ + [0x1F5C0]={ category="so", - cjkwd="w", - description="ROUND PUSHPIN", + description="FOLDER", direction="on", linebreak="id", - unicodeslot=0x1F4CD, + unicodeslot=0x1F5C0, }, - [0x1F4CE]={ + [0x1F5C1]={ category="so", - cjkwd="w", - description="PAPERCLIP", + description="OPEN FOLDER", direction="on", linebreak="id", - unicodeslot=0x1F4CE, + unicodeslot=0x1F5C1, }, - [0x1F4CF]={ + [0x1F5C2]={ category="so", - cjkwd="w", - description="STRAIGHT RULER", + description="CARD INDEX DIVIDERS", direction="on", linebreak="id", - unicodeslot=0x1F4CF, + unicodeslot=0x1F5C2, + variants=variants_emoji, }, - [0x1F4D0]={ + [0x1F5C3]={ category="so", - cjkwd="w", - description="TRIANGULAR RULER", + description="CARD FILE BOX", direction="on", linebreak="id", - unicodeslot=0x1F4D0, + unicodeslot=0x1F5C3, + variants=variants_emoji, }, - [0x1F4D1]={ + [0x1F5C4]={ category="so", - cjkwd="w", - description="BOOKMARK TABS", + description="FILE CABINET", direction="on", linebreak="id", - unicodeslot=0x1F4D1, + unicodeslot=0x1F5C4, + variants=variants_emoji, }, - [0x1F4D2]={ + [0x1F5C5]={ category="so", - cjkwd="w", - description="LEDGER", + description="EMPTY NOTE", direction="on", linebreak="id", - unicodeslot=0x1F4D2, + unicodeslot=0x1F5C5, }, - [0x1F4D3]={ + [0x1F5C6]={ category="so", - cjkwd="w", - description="NOTEBOOK", + description="EMPTY NOTE PAGE", direction="on", linebreak="id", - unicodeslot=0x1F4D3, + unicodeslot=0x1F5C6, }, - [0x1F4D4]={ + [0x1F5C7]={ category="so", - cjkwd="w", - description="NOTEBOOK WITH DECORATIVE COVER", + description="EMPTY NOTE PAD", direction="on", linebreak="id", - unicodeslot=0x1F4D4, + unicodeslot=0x1F5C7, }, - [0x1F4D5]={ + [0x1F5C8]={ category="so", - cjkwd="w", - description="CLOSED BOOK", + description="NOTE", direction="on", linebreak="id", - unicodeslot=0x1F4D5, + unicodeslot=0x1F5C8, }, - [0x1F4D6]={ + [0x1F5C9]={ category="so", - cjkwd="w", - description="OPEN BOOK", + description="NOTE PAGE", direction="on", linebreak="id", - unicodeslot=0x1F4D6, + unicodeslot=0x1F5C9, }, - [0x1F4D7]={ + [0x1F5CA]={ category="so", - cjkwd="w", - description="GREEN BOOK", + description="NOTE PAD", direction="on", linebreak="id", - unicodeslot=0x1F4D7, + unicodeslot=0x1F5CA, }, - [0x1F4D8]={ + [0x1F5CB]={ category="so", - cjkwd="w", - description="BLUE BOOK", + description="EMPTY DOCUMENT", direction="on", linebreak="id", - unicodeslot=0x1F4D8, + unicodeslot=0x1F5CB, }, - [0x1F4D9]={ + [0x1F5CC]={ category="so", - cjkwd="w", - description="ORANGE BOOK", + description="EMPTY PAGE", direction="on", linebreak="id", - unicodeslot=0x1F4D9, + unicodeslot=0x1F5CC, }, - [0x1F4DA]={ + [0x1F5CD]={ category="so", - cjkwd="w", - description="BOOKS", + description="EMPTY PAGES", direction="on", linebreak="id", - unicodeslot=0x1F4DA, + unicodeslot=0x1F5CD, }, - [0x1F4DB]={ + [0x1F5CE]={ category="so", - cjkwd="w", - description="NAME BADGE", + description="DOCUMENT", direction="on", linebreak="id", - unicodeslot=0x1F4DB, + unicodeslot=0x1F5CE, }, - [0x1F4DC]={ + [0x1F5CF]={ category="so", - cjkwd="w", - description="SCROLL", + description="PAGE", direction="on", linebreak="id", - unicodeslot=0x1F4DC, + unicodeslot=0x1F5CF, }, - [0x1F4DD]={ + [0x1F5D0]={ category="so", - cjkwd="w", - description="MEMO", + description="PAGES", direction="on", linebreak="id", - unicodeslot=0x1F4DD, + unicodeslot=0x1F5D0, }, - [0x1F4DE]={ + [0x1F5D1]={ category="so", - cjkwd="w", - description="TELEPHONE RECEIVER", + description="WASTEBASKET", direction="on", linebreak="id", - unicodeslot=0x1F4DE, + synonyms={ "trashcan" }, + unicodeslot=0x1F5D1, + variants=variants_emoji, }, - [0x1F4DF]={ + [0x1F5D2]={ category="so", - cjkwd="w", - description="PAGER", + description="SPIRAL NOTE PAD", direction="on", linebreak="id", - unicodeslot=0x1F4DF, + unicodeslot=0x1F5D2, + variants=variants_emoji, }, - [0x1F4E0]={ + [0x1F5D3]={ category="so", - cjkwd="w", - description="FAX MACHINE", + description="SPIRAL CALENDAR PAD", direction="on", linebreak="id", - unicodeslot=0x1F4E0, + unicodeslot=0x1F5D3, + variants=variants_emoji, }, - [0x1F4E1]={ + [0x1F5D4]={ category="so", - cjkwd="w", - description="SATELLITE ANTENNA", + description="DESKTOP WINDOW", direction="on", - linebreak="id", - unicodeslot=0x1F4E1, + linebreak="al", + unicodeslot=0x1F5D4, }, - [0x1F4E2]={ + [0x1F5D5]={ category="so", - cjkwd="w", - description="PUBLIC ADDRESS LOUDSPEAKER", + description="MINIMIZE", direction="on", - linebreak="id", - unicodeslot=0x1F4E2, + linebreak="al", + unicodeslot=0x1F5D5, }, - [0x1F4E3]={ + [0x1F5D6]={ category="so", - cjkwd="w", - description="CHEERING MEGAPHONE", + description="MAXIMIZE", direction="on", - linebreak="id", - unicodeslot=0x1F4E3, + linebreak="al", + unicodeslot=0x1F5D6, }, - [0x1F4E4]={ + [0x1F5D7]={ category="so", - cjkwd="w", - description="OUTBOX TRAY", + description="OVERLAP", direction="on", - linebreak="id", - unicodeslot=0x1F4E4, + linebreak="al", + unicodeslot=0x1F5D7, }, - [0x1F4E5]={ + [0x1F5D8]={ category="so", - cjkwd="w", - description="INBOX TRAY", + description="CLOCKWISE RIGHT AND LEFT SEMICIRCLE ARROWS", direction="on", - linebreak="id", - unicodeslot=0x1F4E5, + linebreak="al", + unicodeslot=0x1F5D8, }, - [0x1F4E6]={ + [0x1F5D9]={ category="so", - cjkwd="w", - description="PACKAGE", + description="CANCELLATION X", direction="on", - linebreak="id", - unicodeslot=0x1F4E6, + linebreak="al", + unicodeslot=0x1F5D9, }, - [0x1F4E7]={ + [0x1F5DA]={ category="so", - cjkwd="w", - description="E-MAIL SYMBOL", + description="INCREASE FONT SIZE SYMBOL", direction="on", - linebreak="id", - unicodeslot=0x1F4E7, + linebreak="al", + unicodeslot=0x1F5DA, }, - [0x1F4E8]={ + [0x1F5DB]={ category="so", - cjkwd="w", - description="INCOMING ENVELOPE", + description="DECREASE FONT SIZE SYMBOL", direction="on", - linebreak="id", - unicodeslot=0x1F4E8, + linebreak="al", + unicodeslot=0x1F5DB, }, - [0x1F4E9]={ + [0x1F5DC]={ category="so", - cjkwd="w", - description="ENVELOPE WITH DOWNWARDS ARROW ABOVE", + description="COMPRESSION", direction="on", linebreak="id", - unicodeslot=0x1F4E9, + unicodeslot=0x1F5DC, + variants=variants_emoji, }, - [0x1F4EA]={ + [0x1F5DD]={ category="so", - cjkwd="w", - description="CLOSED MAILBOX WITH LOWERED FLAG", + description="OLD KEY", direction="on", linebreak="id", - unicodeslot=0x1F4EA, + unicodeslot=0x1F5DD, + variants=variants_emoji, }, - [0x1F4EB]={ + [0x1F5DE]={ category="so", - cjkwd="w", - description="CLOSED MAILBOX WITH RAISED FLAG", + description="ROLLED-UP NEWSPAPER", direction="on", linebreak="id", - unicodeslot=0x1F4EB, + unicodeslot=0x1F5DE, + variants=variants_emoji, }, - [0x1F4EC]={ + [0x1F5DF]={ category="so", - cjkwd="w", - description="OPEN MAILBOX WITH RAISED FLAG", + description="PAGE WITH CIRCLED TEXT", direction="on", linebreak="id", - unicodeslot=0x1F4EC, + unicodeslot=0x1F5DF, }, - [0x1F4ED]={ + [0x1F5E0]={ category="so", - cjkwd="w", - description="OPEN MAILBOX WITH LOWERED FLAG", + description="STOCK CHART", direction="on", linebreak="id", - unicodeslot=0x1F4ED, + unicodeslot=0x1F5E0, }, - [0x1F4EE]={ + [0x1F5E1]={ category="so", - cjkwd="w", - description="POSTBOX", + description="DAGGER KNIFE", direction="on", linebreak="id", - unicodeslot=0x1F4EE, + unicodeslot=0x1F5E1, + variants=variants_emoji, }, - [0x1F4EF]={ + [0x1F5E2]={ category="so", - cjkwd="w", - description="POSTAL HORN", + description="LIPS", direction="on", linebreak="id", - unicodeslot=0x1F4EF, + unicodeslot=0x1F5E2, }, - [0x1F4F0]={ + [0x1F5E3]={ category="so", - cjkwd="w", - description="NEWSPAPER", + description="SPEAKING HEAD IN SILHOUETTE", direction="on", linebreak="id", - unicodeslot=0x1F4F0, + unicodeslot=0x1F5E3, + variants=variants_emoji, }, - [0x1F4F1]={ + [0x1F5E4]={ category="so", - cjkwd="w", - description="MOBILE PHONE", + description="THREE RAYS ABOVE", direction="on", linebreak="id", - unicodeslot=0x1F4F1, + unicodeslot=0x1F5E4, }, - [0x1F4F2]={ + [0x1F5E5]={ category="so", - cjkwd="w", - description="MOBILE PHONE WITH RIGHTWARDS ARROW AT LEFT", + description="THREE RAYS BELOW", direction="on", linebreak="id", - unicodeslot=0x1F4F2, + unicodeslot=0x1F5E5, }, - [0x1F4F3]={ + [0x1F5E6]={ category="so", - cjkwd="w", - description="VIBRATION MODE", + description="THREE RAYS LEFT", direction="on", linebreak="id", - unicodeslot=0x1F4F3, + unicodeslot=0x1F5E6, }, - [0x1F4F4]={ + [0x1F5E7]={ category="so", - cjkwd="w", - description="MOBILE PHONE OFF", + description="THREE RAYS RIGHT", direction="on", linebreak="id", - unicodeslot=0x1F4F4, + unicodeslot=0x1F5E7, }, - [0x1F4F5]={ + [0x1F5E8]={ category="so", - cjkwd="w", - description="NO MOBILE PHONES", + description="LEFT SPEECH BUBBLE", direction="on", linebreak="id", - unicodeslot=0x1F4F5, + unicodeslot=0x1F5E8, + variants=variants_emoji, }, - [0x1F4F6]={ + [0x1F5E9]={ category="so", - cjkwd="w", - description="ANTENNA WITH BARS", + description="RIGHT SPEECH BUBBLE", direction="on", linebreak="id", - unicodeslot=0x1F4F6, + unicodeslot=0x1F5E9, }, - [0x1F4F7]={ + [0x1F5EA]={ category="so", - cjkwd="w", - description="CAMERA", + description="TWO SPEECH BUBBLES", direction="on", linebreak="id", - unicodeslot=0x1F4F7, + unicodeslot=0x1F5EA, }, - [0x1F4F8]={ + [0x1F5EB]={ category="so", - cjkwd="w", - description="CAMERA WITH FLASH", + description="THREE SPEECH BUBBLES", direction="on", linebreak="id", - unicodeslot=0x1F4F8, + unicodeslot=0x1F5EB, }, - [0x1F4F9]={ + [0x1F5EC]={ category="so", - cjkwd="w", - description="VIDEO CAMERA", + description="LEFT THOUGHT BUBBLE", direction="on", linebreak="id", - unicodeslot=0x1F4F9, + unicodeslot=0x1F5EC, }, - [0x1F4FA]={ + [0x1F5ED]={ category="so", - cjkwd="w", - description="TELEVISION", + description="RIGHT THOUGHT BUBBLE", direction="on", linebreak="id", - unicodeslot=0x1F4FA, + unicodeslot=0x1F5ED, }, - [0x1F4FB]={ + [0x1F5EE]={ category="so", - cjkwd="w", - description="RADIO", + description="LEFT ANGER BUBBLE", direction="on", linebreak="id", - unicodeslot=0x1F4FB, + unicodeslot=0x1F5EE, }, - [0x1F4FC]={ + [0x1F5EF]={ category="so", - cjkwd="w", - description="VIDEOCASSETTE", + description="RIGHT ANGER BUBBLE", direction="on", linebreak="id", - unicodeslot=0x1F4FC, + unicodeslot=0x1F5EF, + variants=variants_emoji, }, - [0x1F4FD]={ + [0x1F5F0]={ category="so", - description="FILM PROJECTOR", + description="MOOD BUBBLE", direction="on", linebreak="id", - unicodeslot=0x1F4FD, - variants=variants_emoji, + unicodeslot=0x1F5F0, }, - [0x1F4FE]={ + [0x1F5F1]={ category="so", - description="PORTABLE STEREO", + description="LIGHTNING MOOD BUBBLE", direction="on", linebreak="id", - unicodeslot=0x1F4FE, + unicodeslot=0x1F5F1, }, - [0x1F4FF]={ + [0x1F5F2]={ category="so", - cjkwd="w", - description="PRAYER BEADS", + description="LIGHTNING MOOD", direction="on", linebreak="id", - unicodeslot=0x1F4FF, + synonyms={ "lightning bolt" }, + unicodeslot=0x1F5F2, }, - [0x1F500]={ + [0x1F5F3]={ category="so", - cjkwd="w", - description="TWISTED RIGHTWARDS ARROWS", + description="BALLOT BOX WITH BALLOT", direction="on", - linebreak="al", - unicodeslot=0x1F500, + linebreak="id", + unicodeslot=0x1F5F3, + variants=variants_emoji, }, - [0x1F501]={ + [0x1F5F4]={ category="so", - cjkwd="w", - description="CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS", + description="BALLOT SCRIPT X", direction="on", linebreak="al", - unicodeslot=0x1F501, + unicodeslot=0x1F5F4, }, - [0x1F502]={ + [0x1F5F5]={ category="so", - cjkwd="w", - description="CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS WITH CIRCLED ONE OVERLAY", + description="BALLOT BOX WITH SCRIPT X", direction="on", linebreak="al", - unicodeslot=0x1F502, + unicodeslot=0x1F5F5, }, - [0x1F503]={ + [0x1F5F6]={ category="so", - cjkwd="w", - description="CLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS", + description="BALLOT BOLD SCRIPT X", direction="on", linebreak="al", - unicodeslot=0x1F503, + unicodeslot=0x1F5F6, }, - [0x1F504]={ + [0x1F5F7]={ category="so", - cjkwd="w", - description="ANTICLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS", + description="BALLOT BOX WITH BOLD SCRIPT X", direction="on", linebreak="al", - unicodeslot=0x1F504, + unicodeslot=0x1F5F7, }, - [0x1F505]={ + [0x1F5F8]={ category="so", - cjkwd="w", - description="LOW BRIGHTNESS SYMBOL", + description="LIGHT CHECK MARK", direction="on", linebreak="al", - unicodeslot=0x1F505, + unicodeslot=0x1F5F8, }, - [0x1F506]={ + [0x1F5F9]={ category="so", - cjkwd="w", - description="HIGH BRIGHTNESS SYMBOL", + description="BALLOT BOX WITH BOLD CHECK", direction="on", linebreak="al", - unicodeslot=0x1F506, + unicodeslot=0x1F5F9, }, - [0x1F507]={ + [0x1F5FA]={ category="so", - cjkwd="w", - description="SPEAKER WITH CANCELLATION STROKE", + description="WORLD MAP", direction="on", linebreak="id", - unicodeslot=0x1F507, + unicodeslot=0x1F5FA, + variants=variants_emoji, }, - [0x1F508]={ + [0x1F5FB]={ category="so", cjkwd="w", - description="SPEAKER", + description="MOUNT FUJI", direction="on", linebreak="id", - unicodeslot=0x1F508, + unicodeslot=0x1F5FB, }, - [0x1F509]={ + [0x1F5FC]={ category="so", cjkwd="w", - description="SPEAKER WITH ONE SOUND WAVE", + description="TOKYO TOWER", direction="on", linebreak="id", - unicodeslot=0x1F509, + unicodeslot=0x1F5FC, }, - [0x1F50A]={ + [0x1F5FD]={ category="so", cjkwd="w", - description="SPEAKER WITH THREE SOUND WAVES", + description="STATUE OF LIBERTY", direction="on", linebreak="id", - synonyms={ "sound" }, - unicodeslot=0x1F50A, + unicodeslot=0x1F5FD, }, - [0x1F50B]={ + [0x1F5FE]={ category="so", cjkwd="w", - description="BATTERY", + description="SILHOUETTE OF JAPAN", direction="on", linebreak="id", - unicodeslot=0x1F50B, + unicodeslot=0x1F5FE, }, - [0x1F50C]={ + [0x1F5FF]={ category="so", cjkwd="w", - description="ELECTRIC PLUG", + description="MOYAI", direction="on", linebreak="id", - unicodeslot=0x1F50C, + unicodeslot=0x1F5FF, }, - [0x1F50D]={ + [0x1F600]={ category="so", cjkwd="w", - description="LEFT-POINTING MAGNIFYING GLASS", + description="GRINNING FACE", direction="on", linebreak="id", - unicodeslot=0x1F50D, + unicodeslot=0x1F600, }, - [0x1F50E]={ + [0x1F601]={ category="so", cjkwd="w", - description="RIGHT-POINTING MAGNIFYING GLASS", + description="GRINNING FACE WITH SMILING EYES", direction="on", linebreak="id", - unicodeslot=0x1F50E, + unicodeslot=0x1F601, }, - [0x1F50F]={ + [0x1F602]={ category="so", cjkwd="w", - description="LOCK WITH INK PEN", + description="FACE WITH TEARS OF JOY", direction="on", linebreak="id", - unicodeslot=0x1F50F, + unicodeslot=0x1F602, }, - [0x1F510]={ + [0x1F603]={ category="so", cjkwd="w", - description="CLOSED LOCK WITH KEY", + description="SMILING FACE WITH OPEN MOUTH", direction="on", linebreak="id", - unicodeslot=0x1F510, + unicodeslot=0x1F603, }, - [0x1F511]={ + [0x1F604]={ category="so", cjkwd="w", - description="KEY", + description="SMILING FACE WITH OPEN MOUTH AND SMILING EYES", direction="on", linebreak="id", - unicodeslot=0x1F511, + unicodeslot=0x1F604, }, - [0x1F512]={ + [0x1F605]={ category="so", cjkwd="w", - description="LOCK", + description="SMILING FACE WITH OPEN MOUTH AND COLD SWEAT", direction="on", linebreak="id", - unicodeslot=0x1F512, + unicodeslot=0x1F605, }, - [0x1F513]={ + [0x1F606]={ category="so", cjkwd="w", - description="OPEN LOCK", + description="SMILING FACE WITH OPEN MOUTH AND TIGHTLY-CLOSED EYES", direction="on", linebreak="id", - unicodeslot=0x1F513, + unicodeslot=0x1F606, }, - [0x1F514]={ + [0x1F607]={ category="so", cjkwd="w", - description="BELL", + description="SMILING FACE WITH HALO", direction="on", linebreak="id", - unicodeslot=0x1F514, + unicodeslot=0x1F607, }, - [0x1F515]={ + [0x1F608]={ category="so", cjkwd="w", - description="BELL WITH CANCELLATION STROKE", + description="SMILING FACE WITH HORNS", direction="on", linebreak="id", - unicodeslot=0x1F515, + unicodeslot=0x1F608, }, - [0x1F516]={ + [0x1F609]={ category="so", cjkwd="w", - description="BOOKMARK", + description="WINKING FACE", direction="on", linebreak="id", - unicodeslot=0x1F516, + unicodeslot=0x1F609, }, - [0x1F517]={ + [0x1F60A]={ category="so", cjkwd="w", - description="LINK SYMBOL", + description="SMILING FACE WITH SMILING EYES", direction="on", - linebreak="al", - unicodeslot=0x1F517, + linebreak="id", + unicodeslot=0x1F60A, }, - [0x1F518]={ + [0x1F60B]={ category="so", cjkwd="w", - description="RADIO BUTTON", + description="FACE SAVOURING DELICIOUS FOOD", direction="on", - linebreak="al", - unicodeslot=0x1F518, + linebreak="id", + unicodeslot=0x1F60B, }, - [0x1F519]={ + [0x1F60C]={ category="so", cjkwd="w", - description="BACK WITH LEFTWARDS ARROW ABOVE", + description="RELIEVED FACE", direction="on", - linebreak="al", - unicodeslot=0x1F519, + linebreak="id", + unicodeslot=0x1F60C, }, - [0x1F51A]={ + [0x1F60D]={ category="so", cjkwd="w", - description="END WITH LEFTWARDS ARROW ABOVE", + description="SMILING FACE WITH HEART-SHAPED EYES", direction="on", - linebreak="al", - unicodeslot=0x1F51A, + linebreak="id", + unicodeslot=0x1F60D, }, - [0x1F51B]={ + [0x1F60E]={ category="so", cjkwd="w", - description="ON WITH EXCLAMATION MARK WITH LEFT RIGHT ARROW ABOVE", + description="SMILING FACE WITH SUNGLASSES", direction="on", - linebreak="al", - unicodeslot=0x1F51B, + linebreak="id", + unicodeslot=0x1F60E, }, - [0x1F51C]={ + [0x1F60F]={ category="so", cjkwd="w", - description="SOON WITH RIGHTWARDS ARROW ABOVE", + description="SMIRKING FACE", direction="on", - linebreak="al", - unicodeslot=0x1F51C, + linebreak="id", + unicodeslot=0x1F60F, }, - [0x1F51D]={ + [0x1F610]={ category="so", cjkwd="w", - description="TOP WITH UPWARDS ARROW ABOVE", + description="NEUTRAL FACE", direction="on", - linebreak="al", - unicodeslot=0x1F51D, + linebreak="id", + unicodeslot=0x1F610, }, - [0x1F51E]={ + [0x1F611]={ category="so", cjkwd="w", - description="NO ONE UNDER EIGHTEEN SYMBOL", + description="EXPRESSIONLESS FACE", direction="on", - linebreak="al", - unicodeslot=0x1F51E, + linebreak="id", + unicodeslot=0x1F611, }, - [0x1F51F]={ + [0x1F612]={ category="so", cjkwd="w", - description="KEYCAP TEN", + description="UNAMUSED FACE", direction="on", - linebreak="al", - unicodeslot=0x1F51F, + linebreak="id", + unicodeslot=0x1F612, }, - [0x1F520]={ + [0x1F613]={ category="so", cjkwd="w", - description="INPUT SYMBOL FOR LATIN CAPITAL LETTERS", + description="FACE WITH COLD SWEAT", direction="on", - linebreak="al", - unicodeslot=0x1F520, + linebreak="id", + unicodeslot=0x1F613, }, - [0x1F521]={ + [0x1F614]={ category="so", cjkwd="w", - description="INPUT SYMBOL FOR LATIN SMALL LETTERS", + description="PENSIVE FACE", direction="on", - linebreak="al", - unicodeslot=0x1F521, + linebreak="id", + unicodeslot=0x1F614, }, - [0x1F522]={ + [0x1F615]={ category="so", cjkwd="w", - description="INPUT SYMBOL FOR NUMBERS", + description="CONFUSED FACE", direction="on", - linebreak="al", - unicodeslot=0x1F522, + linebreak="id", + unicodeslot=0x1F615, }, - [0x1F523]={ + [0x1F616]={ category="so", cjkwd="w", - description="INPUT SYMBOL FOR SYMBOLS", + description="CONFOUNDED FACE", direction="on", - linebreak="al", - unicodeslot=0x1F523, + linebreak="id", + unicodeslot=0x1F616, }, - [0x1F524]={ + [0x1F617]={ category="so", cjkwd="w", - description="INPUT SYMBOL FOR LATIN LETTERS", + description="KISSING FACE", direction="on", - linebreak="al", - unicodeslot=0x1F524, + linebreak="id", + unicodeslot=0x1F617, }, - [0x1F525]={ + [0x1F618]={ category="so", cjkwd="w", - description="FIRE", + description="FACE THROWING A KISS", direction="on", linebreak="id", - unicodeslot=0x1F525, + unicodeslot=0x1F618, }, - [0x1F526]={ + [0x1F619]={ category="so", cjkwd="w", - description="ELECTRIC TORCH", + description="KISSING FACE WITH SMILING EYES", direction="on", linebreak="id", - unicodeslot=0x1F526, + unicodeslot=0x1F619, }, - [0x1F527]={ + [0x1F61A]={ category="so", cjkwd="w", - description="WRENCH", + description="KISSING FACE WITH CLOSED EYES", direction="on", linebreak="id", - unicodeslot=0x1F527, + unicodeslot=0x1F61A, }, - [0x1F528]={ + [0x1F61B]={ category="so", cjkwd="w", - description="HAMMER", + description="FACE WITH STUCK-OUT TONGUE", direction="on", linebreak="id", - unicodeslot=0x1F528, + unicodeslot=0x1F61B, }, - [0x1F529]={ + [0x1F61C]={ category="so", cjkwd="w", - description="NUT AND BOLT", + description="FACE WITH STUCK-OUT TONGUE AND WINKING EYE", direction="on", linebreak="id", - unicodeslot=0x1F529, + unicodeslot=0x1F61C, }, - [0x1F52A]={ + [0x1F61D]={ category="so", cjkwd="w", - description="HOCHO", + description="FACE WITH STUCK-OUT TONGUE AND TIGHTLY-CLOSED EYES", direction="on", linebreak="id", - unicodeslot=0x1F52A, + unicodeslot=0x1F61D, }, - [0x1F52B]={ + [0x1F61E]={ category="so", cjkwd="w", - description="PISTOL", + description="DISAPPOINTED FACE", direction="on", linebreak="id", - unicodeslot=0x1F52B, + unicodeslot=0x1F61E, }, - [0x1F52C]={ + [0x1F61F]={ category="so", cjkwd="w", - description="MICROSCOPE", + description="WORRIED FACE", direction="on", linebreak="id", - unicodeslot=0x1F52C, + unicodeslot=0x1F61F, }, - [0x1F52D]={ + [0x1F620]={ category="so", cjkwd="w", - description="TELESCOPE", + description="ANGRY FACE", direction="on", linebreak="id", - unicodeslot=0x1F52D, + unicodeslot=0x1F620, }, - [0x1F52E]={ + [0x1F621]={ category="so", cjkwd="w", - description="CRYSTAL BALL", + description="POUTING FACE", direction="on", linebreak="id", - unicodeslot=0x1F52E, + unicodeslot=0x1F621, }, - [0x1F52F]={ + [0x1F622]={ category="so", cjkwd="w", - description="SIX POINTED STAR WITH MIDDLE DOT", + description="CRYING FACE", direction="on", linebreak="id", - unicodeslot=0x1F52F, + unicodeslot=0x1F622, }, - [0x1F530]={ + [0x1F623]={ category="so", cjkwd="w", - description="JAPANESE SYMBOL FOR BEGINNER", + description="PERSEVERING FACE", direction="on", linebreak="id", - unicodeslot=0x1F530, + unicodeslot=0x1F623, }, - [0x1F531]={ + [0x1F624]={ category="so", cjkwd="w", - description="TRIDENT EMBLEM", + description="FACE WITH LOOK OF TRIUMPH", direction="on", linebreak="id", - unicodeslot=0x1F531, + unicodeslot=0x1F624, }, - [0x1F532]={ + [0x1F625]={ category="so", cjkwd="w", - description="BLACK SQUARE BUTTON", + description="DISAPPOINTED BUT RELIEVED FACE", direction="on", - linebreak="al", - unicodeslot=0x1F532, + linebreak="id", + unicodeslot=0x1F625, }, - [0x1F533]={ + [0x1F626]={ category="so", cjkwd="w", - description="WHITE SQUARE BUTTON", + description="FROWNING FACE WITH OPEN MOUTH", direction="on", - linebreak="al", - unicodeslot=0x1F533, + linebreak="id", + unicodeslot=0x1F626, }, - [0x1F534]={ + [0x1F627]={ category="so", cjkwd="w", - description="LARGE RED CIRCLE", + description="ANGUISHED FACE", direction="on", - linebreak="al", - unicodeslot=0x1F534, + linebreak="id", + unicodeslot=0x1F627, }, - [0x1F535]={ + [0x1F628]={ category="so", cjkwd="w", - description="LARGE BLUE CIRCLE", + description="FEARFUL FACE", direction="on", - linebreak="al", - unicodeslot=0x1F535, + linebreak="id", + unicodeslot=0x1F628, }, - [0x1F536]={ + [0x1F629]={ category="so", cjkwd="w", - description="LARGE ORANGE DIAMOND", + description="WEARY FACE", direction="on", - linebreak="al", - unicodeslot=0x1F536, + linebreak="id", + unicodeslot=0x1F629, }, - [0x1F537]={ + [0x1F62A]={ category="so", cjkwd="w", - description="LARGE BLUE DIAMOND", + description="SLEEPY FACE", direction="on", - linebreak="al", - unicodeslot=0x1F537, + linebreak="id", + unicodeslot=0x1F62A, }, - [0x1F538]={ + [0x1F62B]={ category="so", cjkwd="w", - description="SMALL ORANGE DIAMOND", + description="TIRED FACE", direction="on", - linebreak="al", - unicodeslot=0x1F538, + linebreak="id", + unicodeslot=0x1F62B, }, - [0x1F539]={ + [0x1F62C]={ category="so", cjkwd="w", - description="SMALL BLUE DIAMOND", + description="GRIMACING FACE", direction="on", - linebreak="al", - unicodeslot=0x1F539, + linebreak="id", + unicodeslot=0x1F62C, }, - [0x1F53A]={ + [0x1F62D]={ category="so", cjkwd="w", - description="UP-POINTING RED TRIANGLE", + description="LOUDLY CRYING FACE", direction="on", - linebreak="al", - unicodeslot=0x1F53A, + linebreak="id", + unicodeslot=0x1F62D, }, - [0x1F53B]={ + [0x1F62E]={ category="so", cjkwd="w", - description="DOWN-POINTING RED TRIANGLE", + description="FACE WITH OPEN MOUTH", direction="on", - linebreak="al", - unicodeslot=0x1F53B, + linebreak="id", + unicodeslot=0x1F62E, }, - [0x1F53C]={ + [0x1F62F]={ category="so", cjkwd="w", - description="UP-POINTING SMALL RED TRIANGLE", + description="HUSHED FACE", direction="on", - linebreak="al", - unicodeslot=0x1F53C, + linebreak="id", + unicodeslot=0x1F62F, }, - [0x1F53D]={ + [0x1F630]={ category="so", cjkwd="w", - description="DOWN-POINTING SMALL RED TRIANGLE", - direction="on", - linebreak="al", - unicodeslot=0x1F53D, - }, - [0x1F53E]={ - category="so", - description="LOWER RIGHT SHADOWED WHITE CIRCLE", - direction="on", - linebreak="al", - unicodeslot=0x1F53E, - }, - [0x1F53F]={ - category="so", - description="UPPER RIGHT SHADOWED WHITE CIRCLE", - direction="on", - linebreak="al", - unicodeslot=0x1F53F, - }, - [0x1F540]={ - category="so", - description="CIRCLED CROSS POMMEE", - 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", + description="FACE WITH OPEN MOUTH AND COLD SWEAT", direction="on", - linebreak="al", - unicodeslot=0x1F542, + linebreak="id", + unicodeslot=0x1F630, }, - [0x1F543]={ + [0x1F631]={ category="so", - description="NOTCHED LEFT SEMICIRCLE WITH THREE DOTS", + cjkwd="w", + description="FACE SCREAMING IN FEAR", direction="on", - linebreak="al", - unicodeslot=0x1F543, + linebreak="id", + unicodeslot=0x1F631, }, - [0x1F544]={ + [0x1F632]={ category="so", - description="NOTCHED RIGHT SEMICIRCLE WITH THREE DOTS", + cjkwd="w", + description="ASTONISHED FACE", direction="on", - linebreak="al", - unicodeslot=0x1F544, + linebreak="id", + unicodeslot=0x1F632, }, - [0x1F545]={ + [0x1F633]={ category="so", - description="SYMBOL FOR MARKS CHAPTER", + cjkwd="w", + description="FLUSHED FACE", direction="on", - linebreak="al", - unicodeslot=0x1F545, + linebreak="id", + unicodeslot=0x1F633, }, - [0x1F546]={ + [0x1F634]={ category="so", - description="WHITE LATIN CROSS", + cjkwd="w", + description="SLEEPING FACE", direction="on", - linebreak="al", - unicodeslot=0x1F546, + linebreak="id", + unicodeslot=0x1F634, }, - [0x1F547]={ + [0x1F635]={ category="so", - description="HEAVY LATIN CROSS", + cjkwd="w", + description="DIZZY FACE", direction="on", - linebreak="al", - unicodeslot=0x1F547, + linebreak="id", + unicodeslot=0x1F635, }, - [0x1F548]={ + [0x1F636]={ category="so", - description="CELTIC CROSS", + cjkwd="w", + description="FACE WITHOUT MOUTH", direction="on", - linebreak="al", - unicodeslot=0x1F548, + linebreak="id", + unicodeslot=0x1F636, }, - [0x1F549]={ + [0x1F637]={ category="so", - description="OM SYMBOL", + cjkwd="w", + description="FACE WITH MEDICAL MASK", direction="on", - linebreak="al", - unicodeslot=0x1F549, - variants=variants_emoji, + linebreak="id", + unicodeslot=0x1F637, }, - [0x1F54A]={ + [0x1F638]={ category="so", - description="DOVE OF PEACE", + cjkwd="w", + description="GRINNING CAT FACE WITH SMILING EYES", direction="on", linebreak="id", - unicodeslot=0x1F54A, - variants=variants_emoji, + unicodeslot=0x1F638, }, - [0x1F54B]={ + [0x1F639]={ category="so", cjkwd="w", - description="KAABA", + description="CAT FACE WITH TEARS OF JOY", direction="on", linebreak="id", - unicodeslot=0x1F54B, + unicodeslot=0x1F639, }, - [0x1F54C]={ + [0x1F63A]={ category="so", cjkwd="w", - description="MOSQUE", + description="SMILING CAT FACE WITH OPEN MOUTH", direction="on", linebreak="id", - unicodeslot=0x1F54C, + unicodeslot=0x1F63A, }, - [0x1F54D]={ + [0x1F63B]={ category="so", cjkwd="w", - description="SYNAGOGUE", + description="SMILING CAT FACE WITH HEART-SHAPED EYES", direction="on", linebreak="id", - unicodeslot=0x1F54D, + unicodeslot=0x1F63B, }, - [0x1F54E]={ + [0x1F63C]={ category="so", cjkwd="w", - description="MENORAH WITH NINE BRANCHES", + description="CAT FACE WITH WRY SMILE", direction="on", linebreak="id", - unicodeslot=0x1F54E, + unicodeslot=0x1F63C, }, - [0x1F54F]={ + [0x1F63D]={ category="so", - description="BOWL OF HYGIEIA", + cjkwd="w", + description="KISSING CAT FACE WITH CLOSED EYES", direction="on", linebreak="id", - unicodeslot=0x1F54F, + unicodeslot=0x1F63D, }, - [0x1F550]={ + [0x1F63E]={ category="so", cjkwd="w", - description="CLOCK FACE ONE OCLOCK", + description="POUTING CAT FACE", direction="on", linebreak="id", - unicodeslot=0x1F550, + unicodeslot=0x1F63E, }, - [0x1F551]={ + [0x1F63F]={ category="so", cjkwd="w", - description="CLOCK FACE TWO OCLOCK", + description="CRYING CAT FACE", direction="on", linebreak="id", - unicodeslot=0x1F551, + unicodeslot=0x1F63F, }, - [0x1F552]={ + [0x1F640]={ category="so", cjkwd="w", - description="CLOCK FACE THREE OCLOCK", + description="WEARY CAT FACE", direction="on", linebreak="id", - unicodeslot=0x1F552, + unicodeslot=0x1F640, }, - [0x1F553]={ + [0x1F641]={ category="so", cjkwd="w", - description="CLOCK FACE FOUR OCLOCK", + description="SLIGHTLY FROWNING FACE", direction="on", linebreak="id", - unicodeslot=0x1F553, + unicodeslot=0x1F641, }, - [0x1F554]={ + [0x1F642]={ category="so", cjkwd="w", - description="CLOCK FACE FIVE OCLOCK", + description="SLIGHTLY SMILING FACE", direction="on", linebreak="id", - unicodeslot=0x1F554, + unicodeslot=0x1F642, }, - [0x1F555]={ + [0x1F643]={ category="so", cjkwd="w", - description="CLOCK FACE SIX OCLOCK", + description="UPSIDE-DOWN FACE", direction="on", linebreak="id", - unicodeslot=0x1F555, + unicodeslot=0x1F643, }, - [0x1F556]={ + [0x1F644]={ category="so", cjkwd="w", - description="CLOCK FACE SEVEN OCLOCK", + description="FACE WITH ROLLING EYES", direction="on", linebreak="id", - unicodeslot=0x1F556, + unicodeslot=0x1F644, }, - [0x1F557]={ + [0x1F645]={ category="so", cjkwd="w", - description="CLOCK FACE EIGHT OCLOCK", + description="FACE WITH NO GOOD GESTURE", direction="on", - linebreak="id", - unicodeslot=0x1F557, + linebreak="eb", + unicodeslot=0x1F645, }, - [0x1F558]={ + [0x1F646]={ category="so", cjkwd="w", - description="CLOCK FACE NINE OCLOCK", + description="FACE WITH OK GESTURE", direction="on", - linebreak="id", - unicodeslot=0x1F558, + linebreak="eb", + unicodeslot=0x1F646, }, - [0x1F559]={ + [0x1F647]={ category="so", cjkwd="w", - description="CLOCK FACE TEN OCLOCK", + description="PERSON BOWING DEEPLY", direction="on", - linebreak="id", - unicodeslot=0x1F559, + linebreak="eb", + unicodeslot=0x1F647, }, - [0x1F55A]={ + [0x1F648]={ category="so", cjkwd="w", - description="CLOCK FACE ELEVEN OCLOCK", + description="SEE-NO-EVIL MONKEY", direction="on", linebreak="id", - unicodeslot=0x1F55A, + unicodeslot=0x1F648, }, - [0x1F55B]={ + [0x1F649]={ category="so", cjkwd="w", - description="CLOCK FACE TWELVE OCLOCK", + description="HEAR-NO-EVIL MONKEY", direction="on", linebreak="id", - unicodeslot=0x1F55B, + unicodeslot=0x1F649, }, - [0x1F55C]={ + [0x1F64A]={ category="so", cjkwd="w", - description="CLOCK FACE ONE-THIRTY", + description="SPEAK-NO-EVIL MONKEY", direction="on", linebreak="id", - unicodeslot=0x1F55C, + unicodeslot=0x1F64A, }, - [0x1F55D]={ + [0x1F64B]={ category="so", cjkwd="w", - description="CLOCK FACE TWO-THIRTY", + description="HAPPY PERSON RAISING ONE HAND", direction="on", - linebreak="id", - unicodeslot=0x1F55D, + linebreak="eb", + unicodeslot=0x1F64B, }, - [0x1F55E]={ + [0x1F64C]={ category="so", cjkwd="w", - description="CLOCK FACE THREE-THIRTY", + description="PERSON RAISING BOTH HANDS IN CELEBRATION", direction="on", - linebreak="id", - unicodeslot=0x1F55E, + linebreak="eb", + unicodeslot=0x1F64C, }, - [0x1F55F]={ + [0x1F64D]={ category="so", cjkwd="w", - description="CLOCK FACE FOUR-THIRTY", + description="PERSON FROWNING", direction="on", - linebreak="id", - unicodeslot=0x1F55F, + linebreak="eb", + unicodeslot=0x1F64D, }, - [0x1F560]={ + [0x1F64E]={ category="so", cjkwd="w", - description="CLOCK FACE FIVE-THIRTY", + description="PERSON WITH POUTING FACE", direction="on", - linebreak="id", - unicodeslot=0x1F560, + linebreak="eb", + unicodeslot=0x1F64E, }, - [0x1F561]={ + [0x1F64F]={ category="so", cjkwd="w", - description="CLOCK FACE SIX-THIRTY", + description="PERSON WITH FOLDED HANDS", direction="on", - linebreak="id", - unicodeslot=0x1F561, + linebreak="eb", + unicodeslot=0x1F64F, }, - [0x1F562]={ + [0x1F650]={ category="so", - cjkwd="w", - description="CLOCK FACE SEVEN-THIRTY", + description="NORTH WEST POINTING LEAF", direction="on", - linebreak="id", - unicodeslot=0x1F562, + linebreak="al", + unicodeslot=0x1F650, }, - [0x1F563]={ + [0x1F651]={ category="so", - cjkwd="w", - description="CLOCK FACE EIGHT-THIRTY", + description="SOUTH WEST POINTING LEAF", direction="on", - linebreak="id", - unicodeslot=0x1F563, + linebreak="al", + unicodeslot=0x1F651, }, - [0x1F564]={ + [0x1F652]={ category="so", - cjkwd="w", - description="CLOCK FACE NINE-THIRTY", + description="NORTH EAST POINTING LEAF", direction="on", - linebreak="id", - unicodeslot=0x1F564, + linebreak="al", + unicodeslot=0x1F652, }, - [0x1F565]={ + [0x1F653]={ category="so", - cjkwd="w", - description="CLOCK FACE TEN-THIRTY", + description="SOUTH EAST POINTING LEAF", direction="on", - linebreak="id", - unicodeslot=0x1F565, + linebreak="al", + unicodeslot=0x1F653, }, - [0x1F566]={ + [0x1F654]={ category="so", - cjkwd="w", - description="CLOCK FACE ELEVEN-THIRTY", + description="TURNED NORTH WEST POINTING LEAF", direction="on", - linebreak="id", - unicodeslot=0x1F566, + linebreak="al", + unicodeslot=0x1F654, }, - [0x1F567]={ + [0x1F655]={ category="so", - cjkwd="w", - description="CLOCK FACE TWELVE-THIRTY", + description="TURNED SOUTH WEST POINTING LEAF", direction="on", - linebreak="id", - unicodeslot=0x1F567, + linebreak="al", + unicodeslot=0x1F655, }, - [0x1F568]={ + [0x1F656]={ category="so", - description="RIGHT SPEAKER", + description="TURNED NORTH EAST POINTING LEAF", direction="on", - linebreak="id", - unicodeslot=0x1F568, + linebreak="al", + unicodeslot=0x1F656, }, - [0x1F569]={ + [0x1F657]={ category="so", - description="RIGHT SPEAKER WITH ONE SOUND WAVE", + description="TURNED SOUTH EAST POINTING LEAF", direction="on", - linebreak="id", - unicodeslot=0x1F569, + linebreak="al", + unicodeslot=0x1F657, }, - [0x1F56A]={ + [0x1F658]={ category="so", - description="RIGHT SPEAKER WITH THREE SOUND WAVES", + description="NORTH WEST POINTING VINE LEAF", direction="on", - linebreak="id", - unicodeslot=0x1F56A, + linebreak="al", + unicodeslot=0x1F658, }, - [0x1F56B]={ + [0x1F659]={ category="so", - description="BULLHORN", + description="SOUTH WEST POINTING VINE LEAF", direction="on", - linebreak="id", - unicodeslot=0x1F56B, + linebreak="al", + unicodeslot=0x1F659, }, - [0x1F56C]={ + [0x1F65A]={ category="so", - description="BULLHORN WITH SOUND WAVES", + description="NORTH EAST POINTING VINE LEAF", direction="on", - linebreak="id", - unicodeslot=0x1F56C, + linebreak="al", + unicodeslot=0x1F65A, }, - [0x1F56D]={ + [0x1F65B]={ category="so", - description="RINGING BELL", + description="SOUTH EAST POINTING VINE LEAF", direction="on", - linebreak="id", - unicodeslot=0x1F56D, + linebreak="al", + unicodeslot=0x1F65B, }, - [0x1F56E]={ + [0x1F65C]={ category="so", - description="BOOK", + description="HEAVY NORTH WEST POINTING VINE LEAF", direction="on", - linebreak="id", - unicodeslot=0x1F56E, + linebreak="al", + unicodeslot=0x1F65C, }, - [0x1F56F]={ + [0x1F65D]={ category="so", - description="CANDLE", + description="HEAVY SOUTH WEST POINTING VINE LEAF", direction="on", - linebreak="id", - unicodeslot=0x1F56F, - variants=variants_emoji, + linebreak="al", + unicodeslot=0x1F65D, }, - [0x1F570]={ + [0x1F65E]={ category="so", - description="MANTELPIECE CLOCK", + description="HEAVY NORTH EAST POINTING VINE LEAF", direction="on", - linebreak="id", - unicodeslot=0x1F570, - variants=variants_emoji, + linebreak="al", + unicodeslot=0x1F65E, }, - [0x1F571]={ + [0x1F65F]={ category="so", - description="BLACK SKULL AND CROSSBONES", + description="HEAVY SOUTH EAST POINTING VINE LEAF", direction="on", - linebreak="id", - unicodeslot=0x1F571, + linebreak="al", + unicodeslot=0x1F65F, }, - [0x1F572]={ + [0x1F660]={ category="so", - description="NO PIRACY", + description="NORTH WEST POINTING BUD", direction="on", - linebreak="id", - unicodeslot=0x1F572, + linebreak="al", + unicodeslot=0x1F660, }, - [0x1F573]={ + [0x1F661]={ category="so", - description="HOLE", + description="SOUTH WEST POINTING BUD", direction="on", - linebreak="id", - unicodeslot=0x1F573, - variants=variants_emoji, + linebreak="al", + unicodeslot=0x1F661, }, - [0x1F574]={ + [0x1F662]={ category="so", - description="MAN IN BUSINESS SUIT LEVITATING", + description="NORTH EAST POINTING BUD", direction="on", - linebreak="eb", - unicodeslot=0x1F574, - variants=variants_emoji, + linebreak="al", + unicodeslot=0x1F662, }, - [0x1F575]={ + [0x1F663]={ category="so", - description="SLEUTH OR SPY", + description="SOUTH EAST POINTING BUD", direction="on", - linebreak="eb", - unicodeslot=0x1F575, - variants=variants_emoji, + linebreak="al", + unicodeslot=0x1F663, }, - [0x1F576]={ + [0x1F664]={ category="so", - description="DARK SUNGLASSES", + description="HEAVY NORTH WEST POINTING BUD", direction="on", - linebreak="id", - unicodeslot=0x1F576, - variants=variants_emoji, + linebreak="al", + unicodeslot=0x1F664, }, - [0x1F577]={ + [0x1F665]={ category="so", - description="SPIDER", + description="HEAVY SOUTH WEST POINTING BUD", direction="on", - linebreak="id", - unicodeslot=0x1F577, - variants=variants_emoji, + linebreak="al", + unicodeslot=0x1F665, }, - [0x1F578]={ + [0x1F666]={ category="so", - description="SPIDER WEB", + description="HEAVY NORTH EAST POINTING BUD", direction="on", - linebreak="id", - unicodeslot=0x1F578, - variants=variants_emoji, + linebreak="al", + unicodeslot=0x1F666, }, - [0x1F579]={ + [0x1F667]={ category="so", - description="JOYSTICK", + description="HEAVY SOUTH EAST POINTING BUD", direction="on", - linebreak="id", - unicodeslot=0x1F579, - variants=variants_emoji, + linebreak="al", + unicodeslot=0x1F667, }, - [0x1F57A]={ + [0x1F668]={ category="so", - cjkwd="w", - description="MAN DANCING", + description="HOLLOW QUILT SQUARE ORNAMENT", direction="on", - linebreak="eb", - unicodeslot=0x1F57A, + linebreak="al", + unicodeslot=0x1F668, }, - [0x1F57B]={ + [0x1F669]={ category="so", - description="LEFT HAND TELEPHONE RECEIVER", + description="HOLLOW QUILT SQUARE ORNAMENT IN BLACK SQUARE", direction="on", - linebreak="id", - unicodeslot=0x1F57B, + linebreak="al", + unicodeslot=0x1F669, }, - [0x1F57C]={ + [0x1F66A]={ category="so", - description="TELEPHONE RECEIVER WITH PAGE", + description="SOLID QUILT SQUARE ORNAMENT", direction="on", - linebreak="id", - unicodeslot=0x1F57C, + linebreak="al", + unicodeslot=0x1F66A, }, - [0x1F57D]={ + [0x1F66B]={ category="so", - description="RIGHT HAND TELEPHONE RECEIVER", + description="SOLID QUILT SQUARE ORNAMENT IN BLACK SQUARE", direction="on", - linebreak="id", - synonyms={ "telephone handset" }, - unicodeslot=0x1F57D, + linebreak="al", + unicodeslot=0x1F66B, }, - [0x1F57E]={ + [0x1F66C]={ category="so", - description="WHITE TOUCHTONE TELEPHONE", + description="LEFTWARDS ROCKET", direction="on", - linebreak="id", - unicodeslot=0x1F57E, + linebreak="al", + unicodeslot=0x1F66C, }, - [0x1F57F]={ + [0x1F66D]={ category="so", - description="BLACK TOUCHTONE TELEPHONE", + description="UPWARDS ROCKET", direction="on", - linebreak="id", - unicodeslot=0x1F57F, + linebreak="al", + unicodeslot=0x1F66D, }, - [0x1F580]={ + [0x1F66E]={ category="so", - description="TELEPHONE ON TOP OF MODEM", + description="RIGHTWARDS ROCKET", direction="on", - linebreak="id", - unicodeslot=0x1F580, + linebreak="al", + unicodeslot=0x1F66E, }, - [0x1F581]={ + [0x1F66F]={ category="so", - description="CLAMSHELL MOBILE PHONE", + description="DOWNWARDS ROCKET", direction="on", - linebreak="id", - unicodeslot=0x1F581, + linebreak="al", + unicodeslot=0x1F66F, }, - [0x1F582]={ + [0x1F670]={ category="so", - description="BACK OF ENVELOPE", + description="SCRIPT LIGATURE ET ORNAMENT", direction="on", - linebreak="id", - unicodeslot=0x1F582, + linebreak="al", + unicodeslot=0x1F670, }, - [0x1F583]={ + [0x1F671]={ category="so", - description="STAMPED ENVELOPE", + description="HEAVY SCRIPT LIGATURE ET ORNAMENT", direction="on", - linebreak="id", - unicodeslot=0x1F583, + linebreak="al", + unicodeslot=0x1F671, }, - [0x1F584]={ + [0x1F672]={ category="so", - description="ENVELOPE WITH LIGHTNING", + description="LIGATURE OPEN ET ORNAMENT", direction="on", - linebreak="id", - unicodeslot=0x1F584, + linebreak="al", + unicodeslot=0x1F672, }, - [0x1F585]={ + [0x1F673]={ category="so", - description="FLYING ENVELOPE", + description="HEAVY LIGATURE OPEN ET ORNAMENT", direction="on", - linebreak="id", - unicodeslot=0x1F585, + linebreak="al", + unicodeslot=0x1F673, }, - [0x1F586]={ + [0x1F674]={ category="so", - description="PEN OVER STAMPED ENVELOPE", + description="HEAVY AMPERSAND ORNAMENT", direction="on", - linebreak="id", - unicodeslot=0x1F586, + linebreak="al", + unicodeslot=0x1F674, }, - [0x1F587]={ + [0x1F675]={ category="so", - description="LINKED PAPERCLIPS", + description="SWASH AMPERSAND ORNAMENT", direction="on", - linebreak="id", - unicodeslot=0x1F587, - variants=variants_emoji, + linebreak="al", + unicodeslot=0x1F675, }, - [0x1F588]={ + [0x1F676]={ category="so", - description="BLACK PUSHPIN", + description="SANS-SERIF HEAVY DOUBLE TURNED COMMA QUOTATION MARK ORNAMENT", direction="on", - linebreak="id", - unicodeslot=0x1F588, + linebreak="qu", + unicodeslot=0x1F676, }, - [0x1F589]={ + [0x1F677]={ category="so", - description="LOWER LEFT PENCIL", + description="SANS-SERIF HEAVY DOUBLE COMMA QUOTATION MARK ORNAMENT", direction="on", - linebreak="id", - unicodeslot=0x1F589, + linebreak="qu", + unicodeslot=0x1F677, }, - [0x1F58A]={ + [0x1F678]={ category="so", - description="LOWER LEFT BALLPOINT PEN", + description="SANS-SERIF HEAVY LOW DOUBLE COMMA QUOTATION MARK ORNAMENT", direction="on", - linebreak="id", - unicodeslot=0x1F58A, - variants=variants_emoji, + linebreak="qu", + unicodeslot=0x1F678, }, - [0x1F58B]={ + [0x1F679]={ category="so", - description="LOWER LEFT FOUNTAIN PEN", + description="HEAVY INTERROBANG ORNAMENT", direction="on", - linebreak="id", - unicodeslot=0x1F58B, - variants=variants_emoji, + linebreak="ns", + unicodeslot=0x1F679, }, - [0x1F58C]={ + [0x1F67A]={ category="so", - description="LOWER LEFT PAINTBRUSH", + description="SANS-SERIF INTERROBANG ORNAMENT", direction="on", - linebreak="id", - unicodeslot=0x1F58C, - variants=variants_emoji, + linebreak="ns", + unicodeslot=0x1F67A, }, - [0x1F58D]={ + [0x1F67B]={ category="so", - description="LOWER LEFT CRAYON", + description="HEAVY SANS-SERIF INTERROBANG ORNAMENT", direction="on", - linebreak="id", - unicodeslot=0x1F58D, - variants=variants_emoji, + linebreak="ns", + unicodeslot=0x1F67B, }, - [0x1F58E]={ + [0x1F67C]={ category="so", - description="LEFT WRITING HAND", + description="VERY HEAVY SOLIDUS", direction="on", - linebreak="id", - unicodeslot=0x1F58E, + linebreak="al", + unicodeslot=0x1F67C, }, - [0x1F58F]={ + [0x1F67D]={ category="so", - description="TURNED OK HAND SIGN", + description="VERY HEAVY REVERSE SOLIDUS", direction="on", - linebreak="id", - unicodeslot=0x1F58F, + linebreak="al", + unicodeslot=0x1F67D, }, - [0x1F590]={ + [0x1F67E]={ category="so", - description="RAISED HAND WITH FINGERS SPLAYED", + description="CHECKER BOARD", direction="on", - linebreak="eb", - unicodeslot=0x1F590, - variants=variants_emoji, + linebreak="al", + unicodeslot=0x1F67E, }, - [0x1F591]={ + [0x1F67F]={ category="so", - description="REVERSED RAISED HAND WITH FINGERS SPLAYED", + description="REVERSE CHECKER BOARD", direction="on", - linebreak="id", - unicodeslot=0x1F591, + linebreak="al", + unicodeslot=0x1F67F, }, - [0x1F592]={ + [0x1F680]={ category="so", - description="REVERSED THUMBS UP SIGN", + cjkwd="w", + description="ROCKET", direction="on", linebreak="id", - unicodeslot=0x1F592, + unicodeslot=0x1F680, }, - [0x1F593]={ + [0x1F681]={ category="so", - description="REVERSED THUMBS DOWN SIGN", + cjkwd="w", + description="HELICOPTER", direction="on", linebreak="id", - unicodeslot=0x1F593, + unicodeslot=0x1F681, }, - [0x1F594]={ + [0x1F682]={ category="so", - description="REVERSED VICTORY HAND", + cjkwd="w", + description="STEAM LOCOMOTIVE", direction="on", linebreak="id", - unicodeslot=0x1F594, + unicodeslot=0x1F682, }, - [0x1F595]={ + [0x1F683]={ category="so", cjkwd="w", - description="REVERSED HAND WITH MIDDLE FINGER EXTENDED", + description="RAILWAY CAR", direction="on", - linebreak="eb", - unicodeslot=0x1F595, + linebreak="id", + unicodeslot=0x1F683, }, - [0x1F596]={ + [0x1F684]={ category="so", cjkwd="w", - description="RAISED HAND WITH PART BETWEEN MIDDLE AND RING FINGERS", + description="HIGH-SPEED TRAIN", direction="on", - linebreak="eb", - unicodeslot=0x1F596, + linebreak="id", + unicodeslot=0x1F684, }, - [0x1F597]={ + [0x1F685]={ category="so", - description="WHITE DOWN POINTING LEFT HAND INDEX", + cjkwd="w", + description="HIGH-SPEED TRAIN WITH BULLET NOSE", direction="on", linebreak="id", - unicodeslot=0x1F597, + unicodeslot=0x1F685, }, - [0x1F598]={ + [0x1F686]={ category="so", - description="SIDEWAYS WHITE LEFT POINTING INDEX", + cjkwd="w", + description="TRAIN", direction="on", linebreak="id", - unicodeslot=0x1F598, + unicodeslot=0x1F686, }, - [0x1F599]={ + [0x1F687]={ category="so", - description="SIDEWAYS WHITE RIGHT POINTING INDEX", + cjkwd="w", + description="METRO", direction="on", linebreak="id", - unicodeslot=0x1F599, + unicodeslot=0x1F687, }, - [0x1F59A]={ + [0x1F688]={ category="so", - description="SIDEWAYS BLACK LEFT POINTING INDEX", + cjkwd="w", + description="LIGHT RAIL", direction="on", linebreak="id", - unicodeslot=0x1F59A, + unicodeslot=0x1F688, }, - [0x1F59B]={ + [0x1F689]={ category="so", - description="SIDEWAYS BLACK RIGHT POINTING INDEX", + cjkwd="w", + description="STATION", direction="on", linebreak="id", - unicodeslot=0x1F59B, + unicodeslot=0x1F689, }, - [0x1F59C]={ + [0x1F68A]={ category="so", - description="BLACK LEFT POINTING BACKHAND INDEX", + cjkwd="w", + description="TRAM", direction="on", linebreak="id", - unicodeslot=0x1F59C, + unicodeslot=0x1F68A, }, - [0x1F59D]={ + [0x1F68B]={ category="so", - description="BLACK RIGHT POINTING BACKHAND INDEX", + cjkwd="w", + description="TRAM CAR", direction="on", linebreak="id", - unicodeslot=0x1F59D, + unicodeslot=0x1F68B, }, - [0x1F59E]={ + [0x1F68C]={ category="so", - description="SIDEWAYS WHITE UP POINTING INDEX", + cjkwd="w", + description="BUS", direction="on", linebreak="id", - unicodeslot=0x1F59E, + unicodeslot=0x1F68C, }, - [0x1F59F]={ + [0x1F68D]={ category="so", - description="SIDEWAYS WHITE DOWN POINTING INDEX", + cjkwd="w", + description="ONCOMING BUS", direction="on", linebreak="id", - unicodeslot=0x1F59F, + unicodeslot=0x1F68D, }, - [0x1F5A0]={ + [0x1F68E]={ category="so", - description="SIDEWAYS BLACK UP POINTING INDEX", + cjkwd="w", + description="TROLLEYBUS", direction="on", linebreak="id", - unicodeslot=0x1F5A0, + unicodeslot=0x1F68E, }, - [0x1F5A1]={ + [0x1F68F]={ category="so", - description="SIDEWAYS BLACK DOWN POINTING INDEX", + cjkwd="w", + description="BUS STOP", direction="on", linebreak="id", - unicodeslot=0x1F5A1, + unicodeslot=0x1F68F, }, - [0x1F5A2]={ + [0x1F690]={ category="so", - description="BLACK UP POINTING BACKHAND INDEX", + cjkwd="w", + description="MINIBUS", direction="on", linebreak="id", - unicodeslot=0x1F5A2, + unicodeslot=0x1F690, }, - [0x1F5A3]={ + [0x1F691]={ category="so", - description="BLACK DOWN POINTING BACKHAND INDEX", + cjkwd="w", + description="AMBULANCE", direction="on", linebreak="id", - unicodeslot=0x1F5A3, + unicodeslot=0x1F691, }, - [0x1F5A4]={ + [0x1F692]={ category="so", cjkwd="w", - description="BLACK HEART", + description="FIRE ENGINE", direction="on", linebreak="id", - unicodeslot=0x1F5A4, + unicodeslot=0x1F692, }, - [0x1F5A5]={ + [0x1F693]={ category="so", - description="DESKTOP COMPUTER", + cjkwd="w", + description="POLICE CAR", direction="on", linebreak="id", - unicodeslot=0x1F5A5, - variants=variants_emoji, + unicodeslot=0x1F693, }, - [0x1F5A6]={ + [0x1F694]={ category="so", - description="KEYBOARD AND MOUSE", + cjkwd="w", + description="ONCOMING POLICE CAR", direction="on", linebreak="id", - unicodeslot=0x1F5A6, + unicodeslot=0x1F694, }, - [0x1F5A7]={ + [0x1F695]={ category="so", - description="THREE NETWORKED COMPUTERS", + cjkwd="w", + description="TAXI", direction="on", linebreak="id", - unicodeslot=0x1F5A7, + unicodeslot=0x1F695, }, - [0x1F5A8]={ + [0x1F696]={ category="so", - description="PRINTER", + cjkwd="w", + description="ONCOMING TAXI", direction="on", linebreak="id", - unicodeslot=0x1F5A8, - variants=variants_emoji, + unicodeslot=0x1F696, }, - [0x1F5A9]={ + [0x1F697]={ category="so", - description="POCKET CALCULATOR", + cjkwd="w", + description="AUTOMOBILE", direction="on", linebreak="id", - unicodeslot=0x1F5A9, + unicodeslot=0x1F697, }, - [0x1F5AA]={ + [0x1F698]={ category="so", - description="BLACK HARD SHELL FLOPPY DISK", + cjkwd="w", + description="ONCOMING AUTOMOBILE", direction="on", linebreak="id", - unicodeslot=0x1F5AA, + unicodeslot=0x1F698, }, - [0x1F5AB]={ + [0x1F699]={ category="so", - description="WHITE HARD SHELL FLOPPY DISK", + cjkwd="w", + description="RECREATIONAL VEHICLE", direction="on", linebreak="id", - unicodeslot=0x1F5AB, + unicodeslot=0x1F699, }, - [0x1F5AC]={ + [0x1F69A]={ category="so", - description="SOFT SHELL FLOPPY DISK", + cjkwd="w", + description="DELIVERY TRUCK", direction="on", linebreak="id", - unicodeslot=0x1F5AC, + unicodeslot=0x1F69A, }, - [0x1F5AD]={ + [0x1F69B]={ category="so", - description="TAPE CARTRIDGE", + cjkwd="w", + description="ARTICULATED LORRY", direction="on", linebreak="id", - unicodeslot=0x1F5AD, + unicodeslot=0x1F69B, }, - [0x1F5AE]={ + [0x1F69C]={ category="so", - description="WIRED KEYBOARD", + cjkwd="w", + description="TRACTOR", direction="on", linebreak="id", - unicodeslot=0x1F5AE, + unicodeslot=0x1F69C, }, - [0x1F5AF]={ + [0x1F69D]={ category="so", - description="ONE BUTTON MOUSE", + cjkwd="w", + description="MONORAIL", direction="on", linebreak="id", - unicodeslot=0x1F5AF, + unicodeslot=0x1F69D, }, - [0x1F5B0]={ + [0x1F69E]={ category="so", - description="TWO BUTTON MOUSE", + cjkwd="w", + description="MOUNTAIN RAILWAY", direction="on", linebreak="id", - unicodeslot=0x1F5B0, + unicodeslot=0x1F69E, }, - [0x1F5B1]={ + [0x1F69F]={ category="so", - description="THREE BUTTON MOUSE", + cjkwd="w", + description="SUSPENSION RAILWAY", direction="on", linebreak="id", - unicodeslot=0x1F5B1, - variants=variants_emoji, + unicodeslot=0x1F69F, }, - [0x1F5B2]={ + [0x1F6A0]={ category="so", - description="TRACKBALL", + cjkwd="w", + description="MOUNTAIN CABLEWAY", direction="on", linebreak="id", - unicodeslot=0x1F5B2, - variants=variants_emoji, + unicodeslot=0x1F6A0, }, - [0x1F5B3]={ + [0x1F6A1]={ category="so", - description="OLD PERSONAL COMPUTER", + cjkwd="w", + description="AERIAL TRAMWAY", direction="on", linebreak="id", - unicodeslot=0x1F5B3, + unicodeslot=0x1F6A1, }, - [0x1F5B4]={ + [0x1F6A2]={ category="so", - description="HARD DISK", + cjkwd="w", + description="SHIP", direction="on", linebreak="id", - unicodeslot=0x1F5B4, + unicodeslot=0x1F6A2, }, - [0x1F5B5]={ + [0x1F6A3]={ category="so", - description="SCREEN", + cjkwd="w", + description="ROWBOAT", direction="on", - linebreak="id", - unicodeslot=0x1F5B5, + linebreak="eb", + unicodeslot=0x1F6A3, }, - [0x1F5B6]={ + [0x1F6A4]={ category="so", - description="PRINTER ICON", + cjkwd="w", + description="SPEEDBOAT", direction="on", linebreak="id", - unicodeslot=0x1F5B6, + unicodeslot=0x1F6A4, }, - [0x1F5B7]={ + [0x1F6A5]={ category="so", - description="FAX ICON", + cjkwd="w", + description="HORIZONTAL TRAFFIC LIGHT", direction="on", linebreak="id", - unicodeslot=0x1F5B7, + unicodeslot=0x1F6A5, }, - [0x1F5B8]={ + [0x1F6A6]={ category="so", - description="OPTICAL DISC ICON", + cjkwd="w", + description="VERTICAL TRAFFIC LIGHT", direction="on", linebreak="id", - unicodeslot=0x1F5B8, + unicodeslot=0x1F6A6, }, - [0x1F5B9]={ + [0x1F6A7]={ category="so", - description="DOCUMENT WITH TEXT", + cjkwd="w", + description="CONSTRUCTION SIGN", direction="on", linebreak="id", - unicodeslot=0x1F5B9, + unicodeslot=0x1F6A7, }, - [0x1F5BA]={ + [0x1F6A8]={ category="so", - description="DOCUMENT WITH TEXT AND PICTURE", + cjkwd="w", + description="POLICE CARS REVOLVING LIGHT", direction="on", linebreak="id", - unicodeslot=0x1F5BA, + unicodeslot=0x1F6A8, }, - [0x1F5BB]={ + [0x1F6A9]={ category="so", - description="DOCUMENT WITH PICTURE", + cjkwd="w", + description="TRIANGULAR FLAG ON POST", direction="on", linebreak="id", - unicodeslot=0x1F5BB, + unicodeslot=0x1F6A9, }, - [0x1F5BC]={ + [0x1F6AA]={ category="so", - description="FRAME WITH PICTURE", + cjkwd="w", + description="DOOR", direction="on", linebreak="id", - unicodeslot=0x1F5BC, - variants=variants_emoji, + unicodeslot=0x1F6AA, }, - [0x1F5BD]={ + [0x1F6AB]={ category="so", - description="FRAME WITH TILES", + cjkwd="w", + description="NO ENTRY SIGN", direction="on", linebreak="id", - unicodeslot=0x1F5BD, + unicodeslot=0x1F6AB, }, - [0x1F5BE]={ + [0x1F6AC]={ category="so", - description="FRAME WITH AN X", + cjkwd="w", + description="SMOKING SYMBOL", direction="on", linebreak="id", - unicodeslot=0x1F5BE, + unicodeslot=0x1F6AC, }, - [0x1F5BF]={ + [0x1F6AD]={ category="so", - description="BLACK FOLDER", + cjkwd="w", + description="NO SMOKING SYMBOL", direction="on", linebreak="id", - unicodeslot=0x1F5BF, + unicodeslot=0x1F6AD, }, - [0x1F5C0]={ + [0x1F6AE]={ category="so", - description="FOLDER", + cjkwd="w", + description="PUT LITTER IN ITS PLACE SYMBOL", direction="on", linebreak="id", - unicodeslot=0x1F5C0, + unicodeslot=0x1F6AE, }, - [0x1F5C1]={ + [0x1F6AF]={ category="so", - description="OPEN FOLDER", + cjkwd="w", + description="DO NOT LITTER SYMBOL", direction="on", linebreak="id", - unicodeslot=0x1F5C1, + unicodeslot=0x1F6AF, }, - [0x1F5C2]={ + [0x1F6B0]={ category="so", - description="CARD INDEX DIVIDERS", + cjkwd="w", + description="POTABLE WATER SYMBOL", direction="on", linebreak="id", - unicodeslot=0x1F5C2, - variants=variants_emoji, + unicodeslot=0x1F6B0, }, - [0x1F5C3]={ + [0x1F6B1]={ category="so", - description="CARD FILE BOX", + cjkwd="w", + description="NON-POTABLE WATER SYMBOL", direction="on", linebreak="id", - unicodeslot=0x1F5C3, - variants=variants_emoji, + unicodeslot=0x1F6B1, }, - [0x1F5C4]={ + [0x1F6B2]={ category="so", - description="FILE CABINET", + cjkwd="w", + description="BICYCLE", direction="on", linebreak="id", - unicodeslot=0x1F5C4, - variants=variants_emoji, + unicodeslot=0x1F6B2, }, - [0x1F5C5]={ + [0x1F6B3]={ category="so", - description="EMPTY NOTE", + cjkwd="w", + description="NO BICYCLES", direction="on", linebreak="id", - unicodeslot=0x1F5C5, + unicodeslot=0x1F6B3, }, - [0x1F5C6]={ + [0x1F6B4]={ category="so", - description="EMPTY NOTE PAGE", + cjkwd="w", + description="BICYCLIST", direction="on", - linebreak="id", - unicodeslot=0x1F5C6, + linebreak="eb", + unicodeslot=0x1F6B4, }, - [0x1F5C7]={ + [0x1F6B5]={ category="so", - description="EMPTY NOTE PAD", + cjkwd="w", + description="MOUNTAIN BICYCLIST", direction="on", - linebreak="id", - unicodeslot=0x1F5C7, + linebreak="eb", + unicodeslot=0x1F6B5, }, - [0x1F5C8]={ + [0x1F6B6]={ category="so", - description="NOTE", + cjkwd="w", + description="PEDESTRIAN", direction="on", - linebreak="id", - unicodeslot=0x1F5C8, + linebreak="eb", + unicodeslot=0x1F6B6, }, - [0x1F5C9]={ + [0x1F6B7]={ category="so", - description="NOTE PAGE", + cjkwd="w", + description="NO PEDESTRIANS", direction="on", linebreak="id", - unicodeslot=0x1F5C9, + unicodeslot=0x1F6B7, }, - [0x1F5CA]={ + [0x1F6B8]={ category="so", - description="NOTE PAD", + cjkwd="w", + description="CHILDREN CROSSING", direction="on", linebreak="id", - unicodeslot=0x1F5CA, + unicodeslot=0x1F6B8, }, - [0x1F5CB]={ + [0x1F6B9]={ category="so", - description="EMPTY DOCUMENT", + cjkwd="w", + description="MENS SYMBOL", direction="on", linebreak="id", - unicodeslot=0x1F5CB, + unicodeslot=0x1F6B9, }, - [0x1F5CC]={ + [0x1F6BA]={ category="so", - description="EMPTY PAGE", + cjkwd="w", + description="WOMENS SYMBOL", direction="on", linebreak="id", - unicodeslot=0x1F5CC, + unicodeslot=0x1F6BA, }, - [0x1F5CD]={ + [0x1F6BB]={ category="so", - description="EMPTY PAGES", + cjkwd="w", + description="RESTROOM", direction="on", linebreak="id", - unicodeslot=0x1F5CD, + unicodeslot=0x1F6BB, }, - [0x1F5CE]={ + [0x1F6BC]={ category="so", - description="DOCUMENT", + cjkwd="w", + description="BABY SYMBOL", direction="on", linebreak="id", - unicodeslot=0x1F5CE, + unicodeslot=0x1F6BC, }, - [0x1F5CF]={ + [0x1F6BD]={ category="so", - description="PAGE", + cjkwd="w", + description="TOILET", direction="on", linebreak="id", - unicodeslot=0x1F5CF, + unicodeslot=0x1F6BD, }, - [0x1F5D0]={ + [0x1F6BE]={ category="so", - description="PAGES", + cjkwd="w", + description="WATER CLOSET", direction="on", linebreak="id", - unicodeslot=0x1F5D0, + unicodeslot=0x1F6BE, }, - [0x1F5D1]={ + [0x1F6BF]={ category="so", - description="WASTEBASKET", + cjkwd="w", + description="SHOWER", direction="on", linebreak="id", - synonyms={ "trashcan" }, - unicodeslot=0x1F5D1, - variants=variants_emoji, + unicodeslot=0x1F6BF, }, - [0x1F5D2]={ + [0x1F6C0]={ category="so", - description="SPIRAL NOTE PAD", + cjkwd="w", + description="BATH", direction="on", - linebreak="id", - unicodeslot=0x1F5D2, - variants=variants_emoji, + linebreak="eb", + unicodeslot=0x1F6C0, }, - [0x1F5D3]={ + [0x1F6C1]={ category="so", - description="SPIRAL CALENDAR PAD", + cjkwd="w", + description="BATHTUB", direction="on", linebreak="id", - unicodeslot=0x1F5D3, - variants=variants_emoji, + unicodeslot=0x1F6C1, }, - [0x1F5D4]={ + [0x1F6C2]={ category="so", - description="DESKTOP WINDOW", + cjkwd="w", + description="PASSPORT CONTROL", direction="on", - linebreak="al", - unicodeslot=0x1F5D4, + linebreak="id", + unicodeslot=0x1F6C2, }, - [0x1F5D5]={ + [0x1F6C3]={ category="so", - description="MINIMIZE", + cjkwd="w", + description="CUSTOMS", direction="on", - linebreak="al", - unicodeslot=0x1F5D5, + linebreak="id", + unicodeslot=0x1F6C3, }, - [0x1F5D6]={ + [0x1F6C4]={ category="so", - description="MAXIMIZE", + cjkwd="w", + description="BAGGAGE CLAIM", direction="on", - linebreak="al", - unicodeslot=0x1F5D6, + linebreak="id", + unicodeslot=0x1F6C4, }, - [0x1F5D7]={ + [0x1F6C5]={ category="so", - description="OVERLAP", + cjkwd="w", + description="LEFT LUGGAGE", direction="on", - linebreak="al", - unicodeslot=0x1F5D7, + linebreak="id", + unicodeslot=0x1F6C5, }, - [0x1F5D8]={ + [0x1F6C6]={ category="so", - description="CLOCKWISE RIGHT AND LEFT SEMICIRCLE ARROWS", + description="TRIANGLE WITH ROUNDED CORNERS", direction="on", - linebreak="al", - unicodeslot=0x1F5D8, + linebreak="id", + synonyms={ "caution" }, + unicodeslot=0x1F6C6, }, - [0x1F5D9]={ + [0x1F6C7]={ category="so", - description="CANCELLATION X", + description="PROHIBITED SIGN", direction="on", - linebreak="al", - unicodeslot=0x1F5D9, + linebreak="id", + unicodeslot=0x1F6C7, }, - [0x1F5DA]={ + [0x1F6C8]={ category="so", - description="INCREASE FONT SIZE SYMBOL", + description="CIRCLED INFORMATION SOURCE", direction="on", - linebreak="al", - unicodeslot=0x1F5DA, + linebreak="id", + synonyms={ "information" }, + unicodeslot=0x1F6C8, }, - [0x1F5DB]={ + [0x1F6C9]={ category="so", - description="DECREASE FONT SIZE SYMBOL", + description="BOYS SYMBOL", direction="on", - linebreak="al", - unicodeslot=0x1F5DB, + linebreak="id", + unicodeslot=0x1F6C9, }, - [0x1F5DC]={ + [0x1F6CA]={ category="so", - description="COMPRESSION", + description="GIRLS SYMBOL", direction="on", linebreak="id", - unicodeslot=0x1F5DC, - variants=variants_emoji, + unicodeslot=0x1F6CA, }, - [0x1F5DD]={ + [0x1F6CB]={ category="so", - description="OLD KEY", + description="COUCH AND LAMP", direction="on", linebreak="id", - unicodeslot=0x1F5DD, + unicodeslot=0x1F6CB, variants=variants_emoji, }, - [0x1F5DE]={ + [0x1F6CC]={ category="so", - description="ROLLED-UP NEWSPAPER", + cjkwd="w", + description="SLEEPING ACCOMMODATION", direction="on", - linebreak="id", - unicodeslot=0x1F5DE, - variants=variants_emoji, + linebreak="eb", + unicodeslot=0x1F6CC, }, - [0x1F5DF]={ + [0x1F6CD]={ category="so", - description="PAGE WITH CIRCLED TEXT", + description="SHOPPING BAGS", direction="on", linebreak="id", - unicodeslot=0x1F5DF, + unicodeslot=0x1F6CD, + variants=variants_emoji, }, - [0x1F5E0]={ + [0x1F6CE]={ category="so", - description="STOCK CHART", + description="BELLHOP BELL", direction="on", linebreak="id", - unicodeslot=0x1F5E0, + unicodeslot=0x1F6CE, + variants=variants_emoji, }, - [0x1F5E1]={ + [0x1F6CF]={ category="so", - description="DAGGER KNIFE", + description="BED", direction="on", linebreak="id", - unicodeslot=0x1F5E1, + unicodeslot=0x1F6CF, variants=variants_emoji, }, - [0x1F5E2]={ + [0x1F6D0]={ category="so", - description="LIPS", + cjkwd="w", + description="PLACE OF WORSHIP", direction="on", linebreak="id", - unicodeslot=0x1F5E2, + unicodeslot=0x1F6D0, }, - [0x1F5E3]={ + [0x1F6D1]={ category="so", - description="SPEAKING HEAD IN SILHOUETTE", + cjkwd="w", + description="OCTAGONAL SIGN", direction="on", linebreak="id", - unicodeslot=0x1F5E3, - variants=variants_emoji, + synonyms={ "stop sign" }, + unicodeslot=0x1F6D1, }, - [0x1F5E4]={ + [0x1F6D2]={ category="so", - description="THREE RAYS ABOVE", + cjkwd="w", + description="SHOPPING TROLLEY", direction="on", linebreak="id", - unicodeslot=0x1F5E4, + synonyms={ "shopping cart" }, + unicodeslot=0x1F6D2, }, - [0x1F5E5]={ + [0x1F6D3]={ category="so", - description="THREE RAYS BELOW", + description="STUPA", direction="on", linebreak="id", - unicodeslot=0x1F5E5, + unicodeslot=0x1F6D3, }, - [0x1F5E6]={ + [0x1F6D4]={ category="so", - description="THREE RAYS LEFT", + description="PAGODA", direction="on", linebreak="id", - unicodeslot=0x1F5E6, + unicodeslot=0x1F6D4, }, - [0x1F5E7]={ + [0x1F6D5]={ category="so", - description="THREE RAYS RIGHT", + cjkwd="w", + description="HINDU TEMPLE", direction="on", linebreak="id", - unicodeslot=0x1F5E7, + unicodeslot=0x1F6D5, }, - [0x1F5E8]={ + [0x1F6D6]={ category="so", - description="LEFT SPEECH BUBBLE", + cjkwd="w", + description="HUT", direction="on", linebreak="id", - unicodeslot=0x1F5E8, - variants=variants_emoji, + unicodeslot=0x1F6D6, }, - [0x1F5E9]={ + [0x1F6D7]={ category="so", - description="RIGHT SPEECH BUBBLE", + cjkwd="w", + description="ELEVATOR", direction="on", linebreak="id", - unicodeslot=0x1F5E9, + unicodeslot=0x1F6D7, }, - [0x1F5EA]={ + [0x1F6E0]={ category="so", - description="TWO SPEECH BUBBLES", + description="HAMMER AND WRENCH", direction="on", linebreak="id", - unicodeslot=0x1F5EA, + unicodeslot=0x1F6E0, + variants=variants_emoji, }, - [0x1F5EB]={ + [0x1F6E1]={ category="so", - description="THREE SPEECH BUBBLES", + description="SHIELD", direction="on", linebreak="id", - unicodeslot=0x1F5EB, + unicodeslot=0x1F6E1, + variants=variants_emoji, }, - [0x1F5EC]={ + [0x1F6E2]={ category="so", - description="LEFT THOUGHT BUBBLE", + description="OIL DRUM", direction="on", linebreak="id", - unicodeslot=0x1F5EC, + unicodeslot=0x1F6E2, + variants=variants_emoji, }, - [0x1F5ED]={ + [0x1F6E3]={ category="so", - description="RIGHT THOUGHT BUBBLE", + description="MOTORWAY", direction="on", linebreak="id", - unicodeslot=0x1F5ED, + unicodeslot=0x1F6E3, + variants=variants_emoji, }, - [0x1F5EE]={ + [0x1F6E4]={ category="so", - description="LEFT ANGER BUBBLE", + description="RAILWAY TRACK", direction="on", linebreak="id", - unicodeslot=0x1F5EE, + unicodeslot=0x1F6E4, + variants=variants_emoji, }, - [0x1F5EF]={ + [0x1F6E5]={ category="so", - description="RIGHT ANGER BUBBLE", + description="MOTOR BOAT", direction="on", linebreak="id", - unicodeslot=0x1F5EF, + unicodeslot=0x1F6E5, variants=variants_emoji, }, - [0x1F5F0]={ + [0x1F6E6]={ category="so", - description="MOOD BUBBLE", + description="UP-POINTING MILITARY AIRPLANE", direction="on", linebreak="id", - unicodeslot=0x1F5F0, + unicodeslot=0x1F6E6, }, - [0x1F5F1]={ + [0x1F6E7]={ category="so", - description="LIGHTNING MOOD BUBBLE", + description="UP-POINTING AIRPLANE", direction="on", linebreak="id", - unicodeslot=0x1F5F1, + unicodeslot=0x1F6E7, }, - [0x1F5F2]={ + [0x1F6E8]={ category="so", - description="LIGHTNING MOOD", + description="UP-POINTING SMALL AIRPLANE", direction="on", linebreak="id", - synonyms={ "lightning bolt" }, - unicodeslot=0x1F5F2, + unicodeslot=0x1F6E8, }, - [0x1F5F3]={ + [0x1F6E9]={ category="so", - description="BALLOT BOX WITH BALLOT", + description="SMALL AIRPLANE", direction="on", linebreak="id", - unicodeslot=0x1F5F3, + unicodeslot=0x1F6E9, variants=variants_emoji, }, - [0x1F5F4]={ + [0x1F6EA]={ category="so", - description="BALLOT SCRIPT X", + description="NORTHEAST-POINTING AIRPLANE", direction="on", - linebreak="al", - unicodeslot=0x1F5F4, + linebreak="id", + unicodeslot=0x1F6EA, }, - [0x1F5F5]={ + [0x1F6EB]={ category="so", - description="BALLOT BOX WITH SCRIPT X", + cjkwd="w", + description="AIRPLANE DEPARTURE", direction="on", - linebreak="al", - unicodeslot=0x1F5F5, + linebreak="id", + unicodeslot=0x1F6EB, }, - [0x1F5F6]={ + [0x1F6EC]={ category="so", - description="BALLOT BOLD SCRIPT X", + cjkwd="w", + description="AIRPLANE ARRIVING", direction="on", - linebreak="al", - unicodeslot=0x1F5F6, + linebreak="id", + unicodeslot=0x1F6EC, }, - [0x1F5F7]={ + [0x1F6F0]={ category="so", - description="BALLOT BOX WITH BOLD SCRIPT X", + description="SATELLITE", direction="on", - linebreak="al", - unicodeslot=0x1F5F7, + linebreak="id", + unicodeslot=0x1F6F0, + variants=variants_emoji, }, - [0x1F5F8]={ + [0x1F6F1]={ category="so", - description="LIGHT CHECK MARK", + description="ONCOMING FIRE ENGINE", direction="on", - linebreak="al", - unicodeslot=0x1F5F8, + linebreak="id", + unicodeslot=0x1F6F1, }, - [0x1F5F9]={ + [0x1F6F2]={ category="so", - description="BALLOT BOX WITH BOLD CHECK", + description="DIESEL LOCOMOTIVE", direction="on", - linebreak="al", - unicodeslot=0x1F5F9, + linebreak="id", + unicodeslot=0x1F6F2, }, - [0x1F5FA]={ + [0x1F6F3]={ category="so", - description="WORLD MAP", + description="PASSENGER SHIP", direction="on", linebreak="id", - unicodeslot=0x1F5FA, + unicodeslot=0x1F6F3, variants=variants_emoji, }, - [0x1F5FB]={ + [0x1F6F4]={ category="so", cjkwd="w", - description="MOUNT FUJI", + description="SCOOTER", direction="on", linebreak="id", - unicodeslot=0x1F5FB, + unicodeslot=0x1F6F4, }, - [0x1F5FC]={ + [0x1F6F5]={ category="so", cjkwd="w", - description="TOKYO TOWER", + description="MOTOR SCOOTER", direction="on", linebreak="id", - unicodeslot=0x1F5FC, + unicodeslot=0x1F6F5, }, - [0x1F5FD]={ + [0x1F6F6]={ category="so", cjkwd="w", - description="STATUE OF LIBERTY", + description="CANOE", direction="on", linebreak="id", - unicodeslot=0x1F5FD, + unicodeslot=0x1F6F6, }, - [0x1F5FE]={ + [0x1F6F7]={ category="so", cjkwd="w", - description="SILHOUETTE OF JAPAN", + description="SLED", direction="on", linebreak="id", - unicodeslot=0x1F5FE, + unicodeslot=0x1F6F7, }, - [0x1F5FF]={ + [0x1F6F8]={ category="so", cjkwd="w", - description="MOYAI", + description="FLYING SAUCER", direction="on", linebreak="id", - unicodeslot=0x1F5FF, + unicodeslot=0x1F6F8, }, - [0x1F600]={ + [0x1F6F9]={ category="so", cjkwd="w", - description="GRINNING FACE", + description="SKATEBOARD", direction="on", linebreak="id", - unicodeslot=0x1F600, + unicodeslot=0x1F6F9, }, - [0x1F601]={ + [0x1F6FA]={ category="so", cjkwd="w", - description="GRINNING FACE WITH SMILING EYES", + description="AUTO RICKSHAW", direction="on", linebreak="id", - unicodeslot=0x1F601, + unicodeslot=0x1F6FA, }, - [0x1F602]={ + [0x1F6FB]={ category="so", cjkwd="w", - description="FACE WITH TEARS OF JOY", + description="PICKUP TRUCK", direction="on", linebreak="id", - unicodeslot=0x1F602, + unicodeslot=0x1F6FB, }, - [0x1F603]={ + [0x1F6FC]={ category="so", cjkwd="w", - description="SMILING FACE WITH OPEN MOUTH", + description="ROLLER SKATE", direction="on", linebreak="id", - unicodeslot=0x1F603, + unicodeslot=0x1F6FC, }, - [0x1F604]={ + [0x1F700]={ category="so", - cjkwd="w", - description="SMILING FACE WITH OPEN MOUTH AND SMILING EYES", + description="ALCHEMICAL SYMBOL FOR QUINTESSENCE", direction="on", - linebreak="id", - unicodeslot=0x1F604, + linebreak="al", + unicodeslot=0x1F700, }, - [0x1F605]={ + [0x1F701]={ category="so", - cjkwd="w", - description="SMILING FACE WITH OPEN MOUTH AND COLD SWEAT", + description="ALCHEMICAL SYMBOL FOR AIR", direction="on", - linebreak="id", - unicodeslot=0x1F605, + linebreak="al", + unicodeslot=0x1F701, }, - [0x1F606]={ + [0x1F702]={ category="so", - cjkwd="w", - description="SMILING FACE WITH OPEN MOUTH AND TIGHTLY-CLOSED EYES", + description="ALCHEMICAL SYMBOL FOR FIRE", direction="on", - linebreak="id", - unicodeslot=0x1F606, + linebreak="al", + unicodeslot=0x1F702, }, - [0x1F607]={ + [0x1F703]={ category="so", - cjkwd="w", - description="SMILING FACE WITH HALO", + description="ALCHEMICAL SYMBOL FOR EARTH", direction="on", - linebreak="id", - unicodeslot=0x1F607, + linebreak="al", + unicodeslot=0x1F703, }, - [0x1F608]={ + [0x1F704]={ category="so", - cjkwd="w", - description="SMILING FACE WITH HORNS", + description="ALCHEMICAL SYMBOL FOR WATER", direction="on", - linebreak="id", - unicodeslot=0x1F608, + linebreak="al", + unicodeslot=0x1F704, }, - [0x1F609]={ + [0x1F705]={ category="so", - cjkwd="w", - description="WINKING FACE", + description="ALCHEMICAL SYMBOL FOR AQUAFORTIS", direction="on", - linebreak="id", - unicodeslot=0x1F609, + linebreak="al", + unicodeslot=0x1F705, }, - [0x1F60A]={ + [0x1F706]={ category="so", - cjkwd="w", - description="SMILING FACE WITH SMILING EYES", + description="ALCHEMICAL SYMBOL FOR AQUA REGIA", direction="on", - linebreak="id", - unicodeslot=0x1F60A, + linebreak="al", + unicodeslot=0x1F706, }, - [0x1F60B]={ + [0x1F707]={ category="so", - cjkwd="w", - description="FACE SAVOURING DELICIOUS FOOD", + description="ALCHEMICAL SYMBOL FOR AQUA REGIA-2", direction="on", - linebreak="id", - unicodeslot=0x1F60B, + linebreak="al", + unicodeslot=0x1F707, }, - [0x1F60C]={ + [0x1F708]={ category="so", - cjkwd="w", - description="RELIEVED FACE", + description="ALCHEMICAL SYMBOL FOR AQUA VITAE", direction="on", - linebreak="id", - unicodeslot=0x1F60C, + linebreak="al", + unicodeslot=0x1F708, }, - [0x1F60D]={ + [0x1F709]={ category="so", - cjkwd="w", - description="SMILING FACE WITH HEART-SHAPED EYES", + description="ALCHEMICAL SYMBOL FOR AQUA VITAE-2", direction="on", - linebreak="id", - unicodeslot=0x1F60D, + linebreak="al", + unicodeslot=0x1F709, }, - [0x1F60E]={ + [0x1F70A]={ category="so", - cjkwd="w", - description="SMILING FACE WITH SUNGLASSES", + description="ALCHEMICAL SYMBOL FOR VINEGAR", direction="on", - linebreak="id", - unicodeslot=0x1F60E, + linebreak="al", + unicodeslot=0x1F70A, }, - [0x1F60F]={ + [0x1F70B]={ category="so", - cjkwd="w", - description="SMIRKING FACE", + description="ALCHEMICAL SYMBOL FOR VINEGAR-2", direction="on", - linebreak="id", - unicodeslot=0x1F60F, + linebreak="al", + unicodeslot=0x1F70B, }, - [0x1F610]={ + [0x1F70C]={ category="so", - cjkwd="w", - description="NEUTRAL FACE", + description="ALCHEMICAL SYMBOL FOR VINEGAR-3", direction="on", - linebreak="id", - unicodeslot=0x1F610, + linebreak="al", + unicodeslot=0x1F70C, }, - [0x1F611]={ + [0x1F70D]={ category="so", - cjkwd="w", - description="EXPRESSIONLESS FACE", + description="ALCHEMICAL SYMBOL FOR SULFUR", direction="on", - linebreak="id", - unicodeslot=0x1F611, + linebreak="al", + unicodeslot=0x1F70D, }, - [0x1F612]={ + [0x1F70E]={ category="so", - cjkwd="w", - description="UNAMUSED FACE", + description="ALCHEMICAL SYMBOL FOR PHILOSOPHERS SULFUR", direction="on", - linebreak="id", - unicodeslot=0x1F612, + linebreak="al", + unicodeslot=0x1F70E, }, - [0x1F613]={ + [0x1F70F]={ category="so", - cjkwd="w", - description="FACE WITH COLD SWEAT", + description="ALCHEMICAL SYMBOL FOR BLACK SULFUR", direction="on", - linebreak="id", - unicodeslot=0x1F613, + linebreak="al", + unicodeslot=0x1F70F, }, - [0x1F614]={ + [0x1F710]={ category="so", - cjkwd="w", - description="PENSIVE FACE", + description="ALCHEMICAL SYMBOL FOR MERCURY SUBLIMATE", direction="on", - linebreak="id", - unicodeslot=0x1F614, + linebreak="al", + unicodeslot=0x1F710, }, - [0x1F615]={ + [0x1F711]={ category="so", - cjkwd="w", - description="CONFUSED FACE", + description="ALCHEMICAL SYMBOL FOR MERCURY SUBLIMATE-2", direction="on", - linebreak="id", - unicodeslot=0x1F615, + linebreak="al", + unicodeslot=0x1F711, }, - [0x1F616]={ + [0x1F712]={ category="so", - cjkwd="w", - description="CONFOUNDED FACE", + description="ALCHEMICAL SYMBOL FOR MERCURY SUBLIMATE-3", direction="on", - linebreak="id", - unicodeslot=0x1F616, + linebreak="al", + unicodeslot=0x1F712, }, - [0x1F617]={ + [0x1F713]={ category="so", - cjkwd="w", - description="KISSING FACE", + description="ALCHEMICAL SYMBOL FOR CINNABAR", direction="on", - linebreak="id", - unicodeslot=0x1F617, + linebreak="al", + unicodeslot=0x1F713, }, - [0x1F618]={ + [0x1F714]={ category="so", - cjkwd="w", - description="FACE THROWING A KISS", + description="ALCHEMICAL SYMBOL FOR SALT", direction="on", - linebreak="id", - unicodeslot=0x1F618, + linebreak="al", + unicodeslot=0x1F714, }, - [0x1F619]={ + [0x1F715]={ category="so", - cjkwd="w", - description="KISSING FACE WITH SMILING EYES", + description="ALCHEMICAL SYMBOL FOR NITRE", direction="on", - linebreak="id", - unicodeslot=0x1F619, + linebreak="al", + unicodeslot=0x1F715, }, - [0x1F61A]={ + [0x1F716]={ category="so", - cjkwd="w", - description="KISSING FACE WITH CLOSED EYES", + description="ALCHEMICAL SYMBOL FOR VITRIOL", direction="on", - linebreak="id", - unicodeslot=0x1F61A, + linebreak="al", + unicodeslot=0x1F716, }, - [0x1F61B]={ + [0x1F717]={ category="so", - cjkwd="w", - description="FACE WITH STUCK-OUT TONGUE", + description="ALCHEMICAL SYMBOL FOR VITRIOL-2", direction="on", - linebreak="id", - unicodeslot=0x1F61B, + linebreak="al", + unicodeslot=0x1F717, }, - [0x1F61C]={ + [0x1F718]={ category="so", - cjkwd="w", - description="FACE WITH STUCK-OUT TONGUE AND WINKING EYE", + description="ALCHEMICAL SYMBOL FOR ROCK SALT", direction="on", - linebreak="id", - unicodeslot=0x1F61C, + linebreak="al", + unicodeslot=0x1F718, }, - [0x1F61D]={ + [0x1F719]={ category="so", - cjkwd="w", - description="FACE WITH STUCK-OUT TONGUE AND TIGHTLY-CLOSED EYES", + description="ALCHEMICAL SYMBOL FOR ROCK SALT-2", direction="on", - linebreak="id", - unicodeslot=0x1F61D, + linebreak="al", + unicodeslot=0x1F719, }, - [0x1F61E]={ + [0x1F71A]={ category="so", - cjkwd="w", - description="DISAPPOINTED FACE", + description="ALCHEMICAL SYMBOL FOR GOLD", direction="on", - linebreak="id", - unicodeslot=0x1F61E, + linebreak="al", + unicodeslot=0x1F71A, }, - [0x1F61F]={ + [0x1F71B]={ category="so", - cjkwd="w", - description="WORRIED FACE", + description="ALCHEMICAL SYMBOL FOR SILVER", direction="on", - linebreak="id", - unicodeslot=0x1F61F, + linebreak="al", + unicodeslot=0x1F71B, }, - [0x1F620]={ + [0x1F71C]={ category="so", - cjkwd="w", - description="ANGRY FACE", + description="ALCHEMICAL SYMBOL FOR IRON ORE", direction="on", - linebreak="id", - unicodeslot=0x1F620, + linebreak="al", + unicodeslot=0x1F71C, }, - [0x1F621]={ + [0x1F71D]={ category="so", - cjkwd="w", - description="POUTING FACE", + description="ALCHEMICAL SYMBOL FOR IRON ORE-2", direction="on", - linebreak="id", - unicodeslot=0x1F621, + linebreak="al", + unicodeslot=0x1F71D, }, - [0x1F622]={ + [0x1F71E]={ category="so", - cjkwd="w", - description="CRYING FACE", + description="ALCHEMICAL SYMBOL FOR CROCUS OF IRON", direction="on", - linebreak="id", - unicodeslot=0x1F622, + linebreak="al", + unicodeslot=0x1F71E, }, - [0x1F623]={ + [0x1F71F]={ category="so", - cjkwd="w", - description="PERSEVERING FACE", + description="ALCHEMICAL SYMBOL FOR REGULUS OF IRON", direction="on", - linebreak="id", - unicodeslot=0x1F623, + linebreak="al", + unicodeslot=0x1F71F, }, - [0x1F624]={ + [0x1F720]={ category="so", - cjkwd="w", - description="FACE WITH LOOK OF TRIUMPH", + description="ALCHEMICAL SYMBOL FOR COPPER ORE", direction="on", - linebreak="id", - unicodeslot=0x1F624, + linebreak="al", + unicodeslot=0x1F720, }, - [0x1F625]={ + [0x1F721]={ category="so", - cjkwd="w", - description="DISAPPOINTED BUT RELIEVED FACE", + description="ALCHEMICAL SYMBOL FOR IRON-COPPER ORE", direction="on", - linebreak="id", - unicodeslot=0x1F625, + linebreak="al", + unicodeslot=0x1F721, }, - [0x1F626]={ + [0x1F722]={ category="so", - cjkwd="w", - description="FROWNING FACE WITH OPEN MOUTH", + description="ALCHEMICAL SYMBOL FOR SUBLIMATE OF COPPER", direction="on", - linebreak="id", - unicodeslot=0x1F626, + linebreak="al", + unicodeslot=0x1F722, }, - [0x1F627]={ + [0x1F723]={ category="so", - cjkwd="w", - description="ANGUISHED FACE", + description="ALCHEMICAL SYMBOL FOR CROCUS OF COPPER", direction="on", - linebreak="id", - unicodeslot=0x1F627, + linebreak="al", + unicodeslot=0x1F723, }, - [0x1F628]={ + [0x1F724]={ category="so", - cjkwd="w", - description="FEARFUL FACE", + description="ALCHEMICAL SYMBOL FOR CROCUS OF COPPER-2", direction="on", - linebreak="id", - unicodeslot=0x1F628, + linebreak="al", + unicodeslot=0x1F724, }, - [0x1F629]={ + [0x1F725]={ category="so", - cjkwd="w", - description="WEARY FACE", + description="ALCHEMICAL SYMBOL FOR COPPER ANTIMONIATE", direction="on", - linebreak="id", - unicodeslot=0x1F629, + linebreak="al", + unicodeslot=0x1F725, }, - [0x1F62A]={ + [0x1F726]={ category="so", - cjkwd="w", - description="SLEEPY FACE", + description="ALCHEMICAL SYMBOL FOR SALT OF COPPER ANTIMONIATE", direction="on", - linebreak="id", - unicodeslot=0x1F62A, + linebreak="al", + unicodeslot=0x1F726, }, - [0x1F62B]={ + [0x1F727]={ category="so", - cjkwd="w", - description="TIRED FACE", + description="ALCHEMICAL SYMBOL FOR SUBLIMATE OF SALT OF COPPER", direction="on", - linebreak="id", - unicodeslot=0x1F62B, + linebreak="al", + unicodeslot=0x1F727, }, - [0x1F62C]={ + [0x1F728]={ category="so", - cjkwd="w", - description="GRIMACING FACE", + description="ALCHEMICAL SYMBOL FOR VERDIGRIS", direction="on", - linebreak="id", - unicodeslot=0x1F62C, + linebreak="al", + unicodeslot=0x1F728, }, - [0x1F62D]={ + [0x1F729]={ category="so", - cjkwd="w", - description="LOUDLY CRYING FACE", + description="ALCHEMICAL SYMBOL FOR TIN ORE", direction="on", - linebreak="id", - unicodeslot=0x1F62D, + linebreak="al", + unicodeslot=0x1F729, }, - [0x1F62E]={ + [0x1F72A]={ category="so", - cjkwd="w", - description="FACE WITH OPEN MOUTH", + description="ALCHEMICAL SYMBOL FOR LEAD ORE", direction="on", - linebreak="id", - unicodeslot=0x1F62E, + linebreak="al", + unicodeslot=0x1F72A, }, - [0x1F62F]={ + [0x1F72B]={ category="so", - cjkwd="w", - description="HUSHED FACE", + description="ALCHEMICAL SYMBOL FOR ANTIMONY ORE", direction="on", - linebreak="id", - unicodeslot=0x1F62F, + linebreak="al", + unicodeslot=0x1F72B, }, - [0x1F630]={ + [0x1F72C]={ category="so", - cjkwd="w", - description="FACE WITH OPEN MOUTH AND COLD SWEAT", + description="ALCHEMICAL SYMBOL FOR SUBLIMATE OF ANTIMONY", direction="on", - linebreak="id", - unicodeslot=0x1F630, + linebreak="al", + unicodeslot=0x1F72C, }, - [0x1F631]={ + [0x1F72D]={ category="so", - cjkwd="w", - description="FACE SCREAMING IN FEAR", + description="ALCHEMICAL SYMBOL FOR SALT OF ANTIMONY", direction="on", - linebreak="id", - unicodeslot=0x1F631, + linebreak="al", + unicodeslot=0x1F72D, }, - [0x1F632]={ + [0x1F72E]={ category="so", - cjkwd="w", - description="ASTONISHED FACE", + description="ALCHEMICAL SYMBOL FOR SUBLIMATE OF SALT OF ANTIMONY", direction="on", - linebreak="id", - unicodeslot=0x1F632, + linebreak="al", + unicodeslot=0x1F72E, }, - [0x1F633]={ + [0x1F72F]={ category="so", - cjkwd="w", - description="FLUSHED FACE", + description="ALCHEMICAL SYMBOL FOR VINEGAR OF ANTIMONY", direction="on", - linebreak="id", - unicodeslot=0x1F633, + linebreak="al", + unicodeslot=0x1F72F, }, - [0x1F634]={ + [0x1F730]={ category="so", - cjkwd="w", - description="SLEEPING FACE", + description="ALCHEMICAL SYMBOL FOR REGULUS OF ANTIMONY", direction="on", - linebreak="id", - unicodeslot=0x1F634, + linebreak="al", + unicodeslot=0x1F730, }, - [0x1F635]={ + [0x1F731]={ category="so", - cjkwd="w", - description="DIZZY FACE", + description="ALCHEMICAL SYMBOL FOR REGULUS OF ANTIMONY-2", direction="on", - linebreak="id", - unicodeslot=0x1F635, + linebreak="al", + unicodeslot=0x1F731, }, - [0x1F636]={ + [0x1F732]={ category="so", - cjkwd="w", - description="FACE WITHOUT MOUTH", + description="ALCHEMICAL SYMBOL FOR REGULUS", direction="on", - linebreak="id", - unicodeslot=0x1F636, + linebreak="al", + unicodeslot=0x1F732, }, - [0x1F637]={ + [0x1F733]={ category="so", - cjkwd="w", - description="FACE WITH MEDICAL MASK", + description="ALCHEMICAL SYMBOL FOR REGULUS-2", direction="on", - linebreak="id", - unicodeslot=0x1F637, + linebreak="al", + unicodeslot=0x1F733, }, - [0x1F638]={ + [0x1F734]={ category="so", - cjkwd="w", - description="GRINNING CAT FACE WITH SMILING EYES", + description="ALCHEMICAL SYMBOL FOR REGULUS-3", direction="on", - linebreak="id", - unicodeslot=0x1F638, + linebreak="al", + unicodeslot=0x1F734, }, - [0x1F639]={ + [0x1F735]={ category="so", - cjkwd="w", - description="CAT FACE WITH TEARS OF JOY", + description="ALCHEMICAL SYMBOL FOR REGULUS-4", direction="on", - linebreak="id", - unicodeslot=0x1F639, + linebreak="al", + unicodeslot=0x1F735, }, - [0x1F63A]={ + [0x1F736]={ category="so", - cjkwd="w", - description="SMILING CAT FACE WITH OPEN MOUTH", + description="ALCHEMICAL SYMBOL FOR ALKALI", direction="on", - linebreak="id", - unicodeslot=0x1F63A, + linebreak="al", + unicodeslot=0x1F736, }, - [0x1F63B]={ + [0x1F737]={ category="so", - cjkwd="w", - description="SMILING CAT FACE WITH HEART-SHAPED EYES", + description="ALCHEMICAL SYMBOL FOR ALKALI-2", direction="on", - linebreak="id", - unicodeslot=0x1F63B, + linebreak="al", + unicodeslot=0x1F737, }, - [0x1F63C]={ + [0x1F738]={ category="so", - cjkwd="w", - description="CAT FACE WITH WRY SMILE", + description="ALCHEMICAL SYMBOL FOR MARCASITE", direction="on", - linebreak="id", - unicodeslot=0x1F63C, + linebreak="al", + unicodeslot=0x1F738, }, - [0x1F63D]={ + [0x1F739]={ category="so", - cjkwd="w", - description="KISSING CAT FACE WITH CLOSED EYES", + description="ALCHEMICAL SYMBOL FOR SAL-AMMONIAC", direction="on", - linebreak="id", - unicodeslot=0x1F63D, + linebreak="al", + unicodeslot=0x1F739, }, - [0x1F63E]={ + [0x1F73A]={ category="so", - cjkwd="w", - description="POUTING CAT FACE", + description="ALCHEMICAL SYMBOL FOR ARSENIC", direction="on", - linebreak="id", - unicodeslot=0x1F63E, + linebreak="al", + unicodeslot=0x1F73A, }, - [0x1F63F]={ + [0x1F73B]={ category="so", - cjkwd="w", - description="CRYING CAT FACE", + description="ALCHEMICAL SYMBOL FOR REALGAR", direction="on", - linebreak="id", - unicodeslot=0x1F63F, + linebreak="al", + unicodeslot=0x1F73B, }, - [0x1F640]={ + [0x1F73C]={ category="so", - cjkwd="w", - description="WEARY CAT FACE", + description="ALCHEMICAL SYMBOL FOR REALGAR-2", direction="on", - linebreak="id", - unicodeslot=0x1F640, + linebreak="al", + unicodeslot=0x1F73C, }, - [0x1F641]={ + [0x1F73D]={ category="so", - cjkwd="w", - description="SLIGHTLY FROWNING FACE", + description="ALCHEMICAL SYMBOL FOR AURIPIGMENT", direction="on", - linebreak="id", - unicodeslot=0x1F641, + linebreak="al", + unicodeslot=0x1F73D, }, - [0x1F642]={ + [0x1F73E]={ category="so", - cjkwd="w", - description="SLIGHTLY SMILING FACE", + description="ALCHEMICAL SYMBOL FOR BISMUTH ORE", direction="on", - linebreak="id", - unicodeslot=0x1F642, + linebreak="al", + unicodeslot=0x1F73E, }, - [0x1F643]={ + [0x1F73F]={ category="so", - cjkwd="w", - description="UPSIDE-DOWN FACE", + description="ALCHEMICAL SYMBOL FOR TARTAR", direction="on", - linebreak="id", - unicodeslot=0x1F643, + linebreak="al", + unicodeslot=0x1F73F, }, - [0x1F644]={ + [0x1F740]={ category="so", - cjkwd="w", - description="FACE WITH ROLLING EYES", + description="ALCHEMICAL SYMBOL FOR TARTAR-2", direction="on", - linebreak="id", - unicodeslot=0x1F644, + linebreak="al", + unicodeslot=0x1F740, }, - [0x1F645]={ + [0x1F741]={ category="so", - cjkwd="w", - description="FACE WITH NO GOOD GESTURE", + description="ALCHEMICAL SYMBOL FOR QUICK LIME", direction="on", - linebreak="eb", - unicodeslot=0x1F645, + linebreak="al", + unicodeslot=0x1F741, }, - [0x1F646]={ + [0x1F742]={ category="so", - cjkwd="w", - description="FACE WITH OK GESTURE", + description="ALCHEMICAL SYMBOL FOR BORAX", direction="on", - linebreak="eb", - unicodeslot=0x1F646, + linebreak="al", + unicodeslot=0x1F742, }, - [0x1F647]={ + [0x1F743]={ category="so", - cjkwd="w", - description="PERSON BOWING DEEPLY", + description="ALCHEMICAL SYMBOL FOR BORAX-2", direction="on", - linebreak="eb", - unicodeslot=0x1F647, + linebreak="al", + unicodeslot=0x1F743, }, - [0x1F648]={ + [0x1F744]={ category="so", - cjkwd="w", - description="SEE-NO-EVIL MONKEY", + description="ALCHEMICAL SYMBOL FOR BORAX-3", direction="on", - linebreak="id", - unicodeslot=0x1F648, + linebreak="al", + unicodeslot=0x1F744, }, - [0x1F649]={ + [0x1F745]={ category="so", - cjkwd="w", - description="HEAR-NO-EVIL MONKEY", + description="ALCHEMICAL SYMBOL FOR ALUM", direction="on", - linebreak="id", - unicodeslot=0x1F649, + linebreak="al", + unicodeslot=0x1F745, }, - [0x1F64A]={ + [0x1F746]={ category="so", - cjkwd="w", - description="SPEAK-NO-EVIL MONKEY", + description="ALCHEMICAL SYMBOL FOR OIL", direction="on", - linebreak="id", - unicodeslot=0x1F64A, + linebreak="al", + unicodeslot=0x1F746, }, - [0x1F64B]={ + [0x1F747]={ category="so", - cjkwd="w", - description="HAPPY PERSON RAISING ONE HAND", + description="ALCHEMICAL SYMBOL FOR SPIRIT", direction="on", - linebreak="eb", - unicodeslot=0x1F64B, + linebreak="al", + unicodeslot=0x1F747, }, - [0x1F64C]={ + [0x1F748]={ category="so", - cjkwd="w", - description="PERSON RAISING BOTH HANDS IN CELEBRATION", + description="ALCHEMICAL SYMBOL FOR TINCTURE", direction="on", - linebreak="eb", - unicodeslot=0x1F64C, + linebreak="al", + unicodeslot=0x1F748, }, - [0x1F64D]={ + [0x1F749]={ category="so", - cjkwd="w", - description="PERSON FROWNING", + description="ALCHEMICAL SYMBOL FOR GUM", direction="on", - linebreak="eb", - unicodeslot=0x1F64D, + linebreak="al", + unicodeslot=0x1F749, }, - [0x1F64E]={ + [0x1F74A]={ category="so", - cjkwd="w", - description="PERSON WITH POUTING FACE", + description="ALCHEMICAL SYMBOL FOR WAX", direction="on", - linebreak="eb", - unicodeslot=0x1F64E, + linebreak="al", + unicodeslot=0x1F74A, }, - [0x1F64F]={ + [0x1F74B]={ category="so", - cjkwd="w", - description="PERSON WITH FOLDED HANDS", + description="ALCHEMICAL SYMBOL FOR POWDER", direction="on", - linebreak="eb", - unicodeslot=0x1F64F, + linebreak="al", + unicodeslot=0x1F74B, }, - [0x1F650]={ + [0x1F74C]={ category="so", - description="NORTH WEST POINTING LEAF", + description="ALCHEMICAL SYMBOL FOR CALX", direction="on", linebreak="al", - unicodeslot=0x1F650, + unicodeslot=0x1F74C, }, - [0x1F651]={ + [0x1F74D]={ category="so", - description="SOUTH WEST POINTING LEAF", + description="ALCHEMICAL SYMBOL FOR TUTTY", direction="on", linebreak="al", - unicodeslot=0x1F651, + unicodeslot=0x1F74D, }, - [0x1F652]={ + [0x1F74E]={ category="so", - description="NORTH EAST POINTING LEAF", + description="ALCHEMICAL SYMBOL FOR CAPUT MORTUUM", direction="on", linebreak="al", - unicodeslot=0x1F652, + unicodeslot=0x1F74E, }, - [0x1F653]={ + [0x1F74F]={ category="so", - description="SOUTH EAST POINTING LEAF", + description="ALCHEMICAL SYMBOL FOR SCEPTER OF JOVE", direction="on", linebreak="al", - unicodeslot=0x1F653, + unicodeslot=0x1F74F, }, - [0x1F654]={ + [0x1F750]={ category="so", - description="TURNED NORTH WEST POINTING LEAF", + description="ALCHEMICAL SYMBOL FOR CADUCEUS", direction="on", linebreak="al", - unicodeslot=0x1F654, + unicodeslot=0x1F750, }, - [0x1F655]={ + [0x1F751]={ category="so", - description="TURNED SOUTH WEST POINTING LEAF", + description="ALCHEMICAL SYMBOL FOR TRIDENT", direction="on", linebreak="al", - unicodeslot=0x1F655, + unicodeslot=0x1F751, }, - [0x1F656]={ + [0x1F752]={ category="so", - description="TURNED NORTH EAST POINTING LEAF", + description="ALCHEMICAL SYMBOL FOR STARRED TRIDENT", direction="on", linebreak="al", - unicodeslot=0x1F656, + unicodeslot=0x1F752, }, - [0x1F657]={ + [0x1F753]={ category="so", - description="TURNED SOUTH EAST POINTING LEAF", + description="ALCHEMICAL SYMBOL FOR LODESTONE", direction="on", linebreak="al", - unicodeslot=0x1F657, + unicodeslot=0x1F753, }, - [0x1F658]={ + [0x1F754]={ category="so", - description="NORTH WEST POINTING VINE LEAF", + description="ALCHEMICAL SYMBOL FOR SOAP", direction="on", linebreak="al", - unicodeslot=0x1F658, + unicodeslot=0x1F754, }, - [0x1F659]={ + [0x1F755]={ category="so", - description="SOUTH WEST POINTING VINE LEAF", + description="ALCHEMICAL SYMBOL FOR URINE", direction="on", linebreak="al", - unicodeslot=0x1F659, + unicodeslot=0x1F755, }, - [0x1F65A]={ + [0x1F756]={ category="so", - description="NORTH EAST POINTING VINE LEAF", + description="ALCHEMICAL SYMBOL FOR HORSE DUNG", direction="on", linebreak="al", - unicodeslot=0x1F65A, + unicodeslot=0x1F756, }, - [0x1F65B]={ + [0x1F757]={ category="so", - description="SOUTH EAST POINTING VINE LEAF", + description="ALCHEMICAL SYMBOL FOR ASHES", direction="on", linebreak="al", - unicodeslot=0x1F65B, + unicodeslot=0x1F757, }, - [0x1F65C]={ + [0x1F758]={ category="so", - description="HEAVY NORTH WEST POINTING VINE LEAF", + description="ALCHEMICAL SYMBOL FOR POT ASHES", direction="on", linebreak="al", - unicodeslot=0x1F65C, + unicodeslot=0x1F758, }, - [0x1F65D]={ + [0x1F759]={ category="so", - description="HEAVY SOUTH WEST POINTING VINE LEAF", + description="ALCHEMICAL SYMBOL FOR BRICK", direction="on", linebreak="al", - unicodeslot=0x1F65D, + unicodeslot=0x1F759, }, - [0x1F65E]={ + [0x1F75A]={ category="so", - description="HEAVY NORTH EAST POINTING VINE LEAF", + description="ALCHEMICAL SYMBOL FOR POWDERED BRICK", + direction="on", + linebreak="al", + unicodeslot=0x1F75A, + }, + [0x1F75B]={ + category="so", + description="ALCHEMICAL SYMBOL FOR AMALGAM", + direction="on", + linebreak="al", + unicodeslot=0x1F75B, + }, + [0x1F75C]={ + category="so", + description="ALCHEMICAL SYMBOL FOR STRATUM SUPER STRATUM", + direction="on", + linebreak="al", + unicodeslot=0x1F75C, + }, + [0x1F75D]={ + category="so", + description="ALCHEMICAL SYMBOL FOR STRATUM SUPER STRATUM-2", + direction="on", + linebreak="al", + unicodeslot=0x1F75D, + }, + [0x1F75E]={ + category="so", + description="ALCHEMICAL SYMBOL FOR SUBLIMATION", + direction="on", + linebreak="al", + unicodeslot=0x1F75E, + }, + [0x1F75F]={ + category="so", + description="ALCHEMICAL SYMBOL FOR PRECIPITATE", + direction="on", + linebreak="al", + unicodeslot=0x1F75F, + }, + [0x1F760]={ + category="so", + description="ALCHEMICAL SYMBOL FOR DISTILL", + direction="on", + linebreak="al", + unicodeslot=0x1F760, + }, + [0x1F761]={ + category="so", + description="ALCHEMICAL SYMBOL FOR DISSOLVE", direction="on", linebreak="al", - unicodeslot=0x1F65E, + unicodeslot=0x1F761, }, - [0x1F65F]={ + [0x1F762]={ category="so", - description="HEAVY SOUTH EAST POINTING VINE LEAF", + description="ALCHEMICAL SYMBOL FOR DISSOLVE-2", direction="on", linebreak="al", - unicodeslot=0x1F65F, + unicodeslot=0x1F762, }, - [0x1F660]={ + [0x1F763]={ category="so", - description="NORTH WEST POINTING BUD", + description="ALCHEMICAL SYMBOL FOR PURIFY", direction="on", linebreak="al", - unicodeslot=0x1F660, + unicodeslot=0x1F763, }, - [0x1F661]={ + [0x1F764]={ category="so", - description="SOUTH WEST POINTING BUD", + description="ALCHEMICAL SYMBOL FOR PUTREFACTION", direction="on", linebreak="al", - unicodeslot=0x1F661, + unicodeslot=0x1F764, }, - [0x1F662]={ + [0x1F765]={ category="so", - description="NORTH EAST POINTING BUD", + description="ALCHEMICAL SYMBOL FOR CRUCIBLE", direction="on", linebreak="al", - unicodeslot=0x1F662, + unicodeslot=0x1F765, }, - [0x1F663]={ + [0x1F766]={ category="so", - description="SOUTH EAST POINTING BUD", + description="ALCHEMICAL SYMBOL FOR CRUCIBLE-2", direction="on", linebreak="al", - unicodeslot=0x1F663, + unicodeslot=0x1F766, }, - [0x1F664]={ + [0x1F767]={ category="so", - description="HEAVY NORTH WEST POINTING BUD", + description="ALCHEMICAL SYMBOL FOR CRUCIBLE-3", direction="on", linebreak="al", - unicodeslot=0x1F664, + unicodeslot=0x1F767, }, - [0x1F665]={ + [0x1F768]={ category="so", - description="HEAVY SOUTH WEST POINTING BUD", + description="ALCHEMICAL SYMBOL FOR CRUCIBLE-4", direction="on", linebreak="al", - unicodeslot=0x1F665, + unicodeslot=0x1F768, }, - [0x1F666]={ + [0x1F769]={ category="so", - description="HEAVY NORTH EAST POINTING BUD", + description="ALCHEMICAL SYMBOL FOR CRUCIBLE-5", direction="on", linebreak="al", - unicodeslot=0x1F666, + unicodeslot=0x1F769, }, - [0x1F667]={ + [0x1F76A]={ category="so", - description="HEAVY SOUTH EAST POINTING BUD", + description="ALCHEMICAL SYMBOL FOR ALEMBIC", direction="on", linebreak="al", - unicodeslot=0x1F667, + unicodeslot=0x1F76A, }, - [0x1F668]={ + [0x1F76B]={ category="so", - description="HOLLOW QUILT SQUARE ORNAMENT", + description="ALCHEMICAL SYMBOL FOR BATH OF MARY", direction="on", linebreak="al", - unicodeslot=0x1F668, + unicodeslot=0x1F76B, }, - [0x1F669]={ + [0x1F76C]={ category="so", - description="HOLLOW QUILT SQUARE ORNAMENT IN BLACK SQUARE", + description="ALCHEMICAL SYMBOL FOR BATH OF VAPOURS", direction="on", linebreak="al", - unicodeslot=0x1F669, + unicodeslot=0x1F76C, }, - [0x1F66A]={ + [0x1F76D]={ category="so", - description="SOLID QUILT SQUARE ORNAMENT", + description="ALCHEMICAL SYMBOL FOR RETORT", direction="on", linebreak="al", - unicodeslot=0x1F66A, + unicodeslot=0x1F76D, }, - [0x1F66B]={ + [0x1F76E]={ category="so", - description="SOLID QUILT SQUARE ORNAMENT IN BLACK SQUARE", + description="ALCHEMICAL SYMBOL FOR HOUR", direction="on", linebreak="al", - unicodeslot=0x1F66B, + unicodeslot=0x1F76E, }, - [0x1F66C]={ + [0x1F76F]={ category="so", - description="LEFTWARDS ROCKET", + description="ALCHEMICAL SYMBOL FOR NIGHT", direction="on", linebreak="al", - unicodeslot=0x1F66C, + unicodeslot=0x1F76F, }, - [0x1F66D]={ + [0x1F770]={ category="so", - description="UPWARDS ROCKET", + description="ALCHEMICAL SYMBOL FOR DAY-NIGHT", direction="on", linebreak="al", - unicodeslot=0x1F66D, + unicodeslot=0x1F770, }, - [0x1F66E]={ + [0x1F771]={ category="so", - description="RIGHTWARDS ROCKET", + description="ALCHEMICAL SYMBOL FOR MONTH", direction="on", linebreak="al", - unicodeslot=0x1F66E, + unicodeslot=0x1F771, }, - [0x1F66F]={ + [0x1F772]={ category="so", - description="DOWNWARDS ROCKET", + description="ALCHEMICAL SYMBOL FOR HALF DRAM", direction="on", linebreak="al", - unicodeslot=0x1F66F, + unicodeslot=0x1F772, }, - [0x1F670]={ + [0x1F773]={ category="so", - description="SCRIPT LIGATURE ET ORNAMENT", + description="ALCHEMICAL SYMBOL FOR HALF OUNCE", direction="on", linebreak="al", - unicodeslot=0x1F670, + unicodeslot=0x1F773, }, - [0x1F671]={ + [0x1F780]={ category="so", - description="HEAVY SCRIPT LIGATURE ET ORNAMENT", + description="BLACK LEFT-POINTING ISOSCELES RIGHT TRIANGLE", direction="on", linebreak="al", - unicodeslot=0x1F671, + unicodeslot=0x1F780, }, - [0x1F672]={ + [0x1F781]={ category="so", - description="LIGATURE OPEN ET ORNAMENT", + description="BLACK UP-POINTING ISOSCELES RIGHT TRIANGLE", direction="on", linebreak="al", - unicodeslot=0x1F672, + unicodeslot=0x1F781, }, - [0x1F673]={ + [0x1F782]={ category="so", - description="HEAVY LIGATURE OPEN ET ORNAMENT", + description="BLACK RIGHT-POINTING ISOSCELES RIGHT TRIANGLE", direction="on", linebreak="al", - unicodeslot=0x1F673, + unicodeslot=0x1F782, }, - [0x1F674]={ + [0x1F783]={ category="so", - description="HEAVY AMPERSAND ORNAMENT", + description="BLACK DOWN-POINTING ISOSCELES RIGHT TRIANGLE", direction="on", linebreak="al", - unicodeslot=0x1F674, + unicodeslot=0x1F783, }, - [0x1F675]={ + [0x1F784]={ category="so", - description="SWASH AMPERSAND ORNAMENT", + description="BLACK SLIGHTLY SMALL CIRCLE", direction="on", linebreak="al", - unicodeslot=0x1F675, + unicodeslot=0x1F784, }, - [0x1F676]={ + [0x1F785]={ category="so", - description="SANS-SERIF HEAVY DOUBLE TURNED COMMA QUOTATION MARK ORNAMENT", + description="MEDIUM BOLD WHITE CIRCLE", direction="on", - linebreak="qu", - unicodeslot=0x1F676, + linebreak="al", + unicodeslot=0x1F785, }, - [0x1F677]={ + [0x1F786]={ category="so", - description="SANS-SERIF HEAVY DOUBLE COMMA QUOTATION MARK ORNAMENT", + description="BOLD WHITE CIRCLE", direction="on", - linebreak="qu", - unicodeslot=0x1F677, + linebreak="al", + unicodeslot=0x1F786, }, - [0x1F678]={ + [0x1F787]={ category="so", - description="SANS-SERIF HEAVY LOW DOUBLE COMMA QUOTATION MARK ORNAMENT", + description="HEAVY WHITE CIRCLE", direction="on", - linebreak="qu", - unicodeslot=0x1F678, + linebreak="al", + unicodeslot=0x1F787, }, - [0x1F679]={ + [0x1F788]={ category="so", - description="HEAVY INTERROBANG ORNAMENT", + description="VERY HEAVY WHITE CIRCLE", direction="on", - linebreak="ns", - unicodeslot=0x1F679, + linebreak="al", + unicodeslot=0x1F788, }, - [0x1F67A]={ + [0x1F789]={ category="so", - description="SANS-SERIF INTERROBANG ORNAMENT", + description="EXTREMELY HEAVY WHITE CIRCLE", direction="on", - linebreak="ns", - unicodeslot=0x1F67A, + linebreak="al", + unicodeslot=0x1F789, }, - [0x1F67B]={ + [0x1F78A]={ category="so", - description="HEAVY SANS-SERIF INTERROBANG ORNAMENT", + description="WHITE CIRCLE CONTAINING BLACK SMALL CIRCLE", direction="on", - linebreak="ns", - unicodeslot=0x1F67B, + linebreak="al", + unicodeslot=0x1F78A, }, - [0x1F67C]={ + [0x1F78B]={ category="so", - description="VERY HEAVY SOLIDUS", + description="ROUND TARGET", direction="on", linebreak="al", - unicodeslot=0x1F67C, + synonyms={ "bullseye" }, + unicodeslot=0x1F78B, }, - [0x1F67D]={ + [0x1F78C]={ category="so", - description="VERY HEAVY REVERSE SOLIDUS", + description="BLACK TINY SQUARE", direction="on", linebreak="al", - unicodeslot=0x1F67D, + unicodeslot=0x1F78C, }, - [0x1F67E]={ + [0x1F78D]={ category="so", - description="CHECKER BOARD", + description="BLACK SLIGHTLY SMALL SQUARE", direction="on", linebreak="al", - unicodeslot=0x1F67E, + unicodeslot=0x1F78D, }, - [0x1F67F]={ + [0x1F78E]={ category="so", - description="REVERSE CHECKER BOARD", + description="LIGHT WHITE SQUARE", direction="on", linebreak="al", - unicodeslot=0x1F67F, + unicodeslot=0x1F78E, }, - [0x1F680]={ + [0x1F78F]={ category="so", - cjkwd="w", - description="ROCKET", + description="MEDIUM WHITE SQUARE", direction="on", - linebreak="id", - unicodeslot=0x1F680, + linebreak="al", + unicodeslot=0x1F78F, }, - [0x1F681]={ + [0x1F790]={ category="so", - cjkwd="w", - description="HELICOPTER", + description="BOLD WHITE SQUARE", direction="on", - linebreak="id", - unicodeslot=0x1F681, + linebreak="al", + unicodeslot=0x1F790, }, - [0x1F682]={ + [0x1F791]={ category="so", - cjkwd="w", - description="STEAM LOCOMOTIVE", + description="HEAVY WHITE SQUARE", direction="on", - linebreak="id", - unicodeslot=0x1F682, + linebreak="al", + unicodeslot=0x1F791, }, - [0x1F683]={ + [0x1F792]={ category="so", - cjkwd="w", - description="RAILWAY CAR", + description="VERY HEAVY WHITE SQUARE", direction="on", - linebreak="id", - unicodeslot=0x1F683, + linebreak="al", + unicodeslot=0x1F792, }, - [0x1F684]={ + [0x1F793]={ category="so", - cjkwd="w", - description="HIGH-SPEED TRAIN", + description="EXTREMELY HEAVY WHITE SQUARE", direction="on", - linebreak="id", - unicodeslot=0x1F684, + linebreak="al", + unicodeslot=0x1F793, }, - [0x1F685]={ + [0x1F794]={ category="so", - cjkwd="w", - description="HIGH-SPEED TRAIN WITH BULLET NOSE", + description="WHITE SQUARE CONTAINING BLACK VERY SMALL SQUARE", direction="on", - linebreak="id", - unicodeslot=0x1F685, + linebreak="al", + unicodeslot=0x1F794, }, - [0x1F686]={ + [0x1F795]={ category="so", - cjkwd="w", - description="TRAIN", + description="WHITE SQUARE CONTAINING BLACK MEDIUM SQUARE", direction="on", - linebreak="id", - unicodeslot=0x1F686, + linebreak="al", + unicodeslot=0x1F795, }, - [0x1F687]={ + [0x1F796]={ category="so", - cjkwd="w", - description="METRO", + description="SQUARE TARGET", direction="on", - linebreak="id", - unicodeslot=0x1F687, + linebreak="al", + unicodeslot=0x1F796, }, - [0x1F688]={ + [0x1F797]={ category="so", - cjkwd="w", - description="LIGHT RAIL", + description="BLACK TINY DIAMOND", direction="on", - linebreak="id", - unicodeslot=0x1F688, + linebreak="al", + unicodeslot=0x1F797, }, - [0x1F689]={ + [0x1F798]={ category="so", - cjkwd="w", - description="STATION", + description="BLACK VERY SMALL DIAMOND", direction="on", - linebreak="id", - unicodeslot=0x1F689, + linebreak="al", + unicodeslot=0x1F798, }, - [0x1F68A]={ + [0x1F799]={ category="so", - cjkwd="w", - description="TRAM", + description="BLACK MEDIUM SMALL DIAMOND", direction="on", - linebreak="id", - unicodeslot=0x1F68A, + linebreak="al", + unicodeslot=0x1F799, }, - [0x1F68B]={ + [0x1F79A]={ category="so", - cjkwd="w", - description="TRAM CAR", + description="WHITE DIAMOND CONTAINING BLACK VERY SMALL DIAMOND", direction="on", - linebreak="id", - unicodeslot=0x1F68B, + linebreak="al", + unicodeslot=0x1F79A, }, - [0x1F68C]={ + [0x1F79B]={ category="so", - cjkwd="w", - description="BUS", + description="WHITE DIAMOND CONTAINING BLACK MEDIUM DIAMOND", direction="on", - linebreak="id", - unicodeslot=0x1F68C, + linebreak="al", + unicodeslot=0x1F79B, }, - [0x1F68D]={ + [0x1F79C]={ category="so", - cjkwd="w", - description="ONCOMING BUS", + description="DIAMOND TARGET", direction="on", - linebreak="id", - unicodeslot=0x1F68D, + linebreak="al", + unicodeslot=0x1F79C, }, - [0x1F68E]={ + [0x1F79D]={ category="so", - cjkwd="w", - description="TROLLEYBUS", + description="BLACK TINY LOZENGE", direction="on", - linebreak="id", - unicodeslot=0x1F68E, + linebreak="al", + unicodeslot=0x1F79D, }, - [0x1F68F]={ + [0x1F79E]={ category="so", - cjkwd="w", - description="BUS STOP", + description="BLACK VERY SMALL LOZENGE", direction="on", - linebreak="id", - unicodeslot=0x1F68F, + linebreak="al", + unicodeslot=0x1F79E, }, - [0x1F690]={ + [0x1F79F]={ category="so", - cjkwd="w", - description="MINIBUS", + description="BLACK MEDIUM SMALL LOZENGE", direction="on", - linebreak="id", - unicodeslot=0x1F690, + linebreak="al", + unicodeslot=0x1F79F, }, - [0x1F691]={ + [0x1F7A0]={ category="so", - cjkwd="w", - description="AMBULANCE", + description="WHITE LOZENGE CONTAINING BLACK SMALL LOZENGE", direction="on", - linebreak="id", - unicodeslot=0x1F691, + linebreak="al", + unicodeslot=0x1F7A0, }, - [0x1F692]={ + [0x1F7A1]={ category="so", - cjkwd="w", - description="FIRE ENGINE", + description="THIN GREEK CROSS", direction="on", - linebreak="id", - unicodeslot=0x1F692, + linebreak="al", + unicodeslot=0x1F7A1, }, - [0x1F693]={ + [0x1F7A2]={ category="so", - cjkwd="w", - description="POLICE CAR", + description="LIGHT GREEK CROSS", direction="on", - linebreak="id", - unicodeslot=0x1F693, + linebreak="al", + unicodeslot=0x1F7A2, }, - [0x1F694]={ + [0x1F7A3]={ category="so", - cjkwd="w", - description="ONCOMING POLICE CAR", + description="MEDIUM GREEK CROSS", direction="on", - linebreak="id", - unicodeslot=0x1F694, + linebreak="al", + unicodeslot=0x1F7A3, }, - [0x1F695]={ + [0x1F7A4]={ category="so", - cjkwd="w", - description="TAXI", + description="BOLD GREEK CROSS", direction="on", - linebreak="id", - unicodeslot=0x1F695, + linebreak="al", + unicodeslot=0x1F7A4, }, - [0x1F696]={ + [0x1F7A5]={ category="so", - cjkwd="w", - description="ONCOMING TAXI", + description="VERY BOLD GREEK CROSS", direction="on", - linebreak="id", - unicodeslot=0x1F696, + linebreak="al", + unicodeslot=0x1F7A5, }, - [0x1F697]={ + [0x1F7A6]={ category="so", - cjkwd="w", - description="AUTOMOBILE", + description="VERY HEAVY GREEK CROSS", direction="on", - linebreak="id", - unicodeslot=0x1F697, + linebreak="al", + unicodeslot=0x1F7A6, }, - [0x1F698]={ + [0x1F7A7]={ category="so", - cjkwd="w", - description="ONCOMING AUTOMOBILE", + description="EXTREMELY HEAVY GREEK CROSS", direction="on", - linebreak="id", - unicodeslot=0x1F698, + linebreak="al", + unicodeslot=0x1F7A7, }, - [0x1F699]={ + [0x1F7A8]={ category="so", - cjkwd="w", - description="RECREATIONAL VEHICLE", + description="THIN SALTIRE", direction="on", - linebreak="id", - unicodeslot=0x1F699, + linebreak="al", + unicodeslot=0x1F7A8, }, - [0x1F69A]={ + [0x1F7A9]={ category="so", - cjkwd="w", - description="DELIVERY TRUCK", + description="LIGHT SALTIRE", direction="on", - linebreak="id", - unicodeslot=0x1F69A, + linebreak="al", + unicodeslot=0x1F7A9, }, - [0x1F69B]={ + [0x1F7AA]={ category="so", - cjkwd="w", - description="ARTICULATED LORRY", + description="MEDIUM SALTIRE", direction="on", - linebreak="id", - unicodeslot=0x1F69B, + linebreak="al", + unicodeslot=0x1F7AA, }, - [0x1F69C]={ + [0x1F7AB]={ category="so", - cjkwd="w", - description="TRACTOR", + description="BOLD SALTIRE", direction="on", - linebreak="id", - unicodeslot=0x1F69C, + linebreak="al", + unicodeslot=0x1F7AB, }, - [0x1F69D]={ + [0x1F7AC]={ category="so", - cjkwd="w", - description="MONORAIL", + description="HEAVY SALTIRE", direction="on", - linebreak="id", - unicodeslot=0x1F69D, + linebreak="al", + unicodeslot=0x1F7AC, }, - [0x1F69E]={ + [0x1F7AD]={ category="so", - cjkwd="w", - description="MOUNTAIN RAILWAY", + description="VERY HEAVY SALTIRE", direction="on", - linebreak="id", - unicodeslot=0x1F69E, + linebreak="al", + unicodeslot=0x1F7AD, }, - [0x1F69F]={ + [0x1F7AE]={ category="so", - cjkwd="w", - description="SUSPENSION RAILWAY", + description="EXTREMELY HEAVY SALTIRE", direction="on", - linebreak="id", - unicodeslot=0x1F69F, + linebreak="al", + unicodeslot=0x1F7AE, }, - [0x1F6A0]={ + [0x1F7AF]={ category="so", - cjkwd="w", - description="MOUNTAIN CABLEWAY", + description="LIGHT FIVE SPOKED ASTERISK", direction="on", - linebreak="id", - unicodeslot=0x1F6A0, + linebreak="al", + unicodeslot=0x1F7AF, }, - [0x1F6A1]={ + [0x1F7B0]={ category="so", - cjkwd="w", - description="AERIAL TRAMWAY", + description="MEDIUM FIVE SPOKED ASTERISK", direction="on", - linebreak="id", - unicodeslot=0x1F6A1, + linebreak="al", + unicodeslot=0x1F7B0, }, - [0x1F6A2]={ + [0x1F7B1]={ category="so", - cjkwd="w", - description="SHIP", + description="BOLD FIVE SPOKED ASTERISK", direction="on", - linebreak="id", - unicodeslot=0x1F6A2, + linebreak="al", + unicodeslot=0x1F7B1, }, - [0x1F6A3]={ + [0x1F7B2]={ category="so", - cjkwd="w", - description="ROWBOAT", + description="HEAVY FIVE SPOKED ASTERISK", direction="on", - linebreak="eb", - unicodeslot=0x1F6A3, + linebreak="al", + unicodeslot=0x1F7B2, }, - [0x1F6A4]={ + [0x1F7B3]={ category="so", - cjkwd="w", - description="SPEEDBOAT", + description="VERY HEAVY FIVE SPOKED ASTERISK", direction="on", - linebreak="id", - unicodeslot=0x1F6A4, + linebreak="al", + unicodeslot=0x1F7B3, }, - [0x1F6A5]={ + [0x1F7B4]={ category="so", - cjkwd="w", - description="HORIZONTAL TRAFFIC LIGHT", + description="EXTREMELY HEAVY FIVE SPOKED ASTERISK", direction="on", - linebreak="id", - unicodeslot=0x1F6A5, + linebreak="al", + unicodeslot=0x1F7B4, }, - [0x1F6A6]={ + [0x1F7B5]={ category="so", - cjkwd="w", - description="VERTICAL TRAFFIC LIGHT", + description="LIGHT SIX SPOKED ASTERISK", direction="on", - linebreak="id", - unicodeslot=0x1F6A6, + linebreak="al", + unicodeslot=0x1F7B5, }, - [0x1F6A7]={ + [0x1F7B6]={ category="so", - cjkwd="w", - description="CONSTRUCTION SIGN", + description="MEDIUM SIX SPOKED ASTERISK", direction="on", - linebreak="id", - unicodeslot=0x1F6A7, + linebreak="al", + unicodeslot=0x1F7B6, }, - [0x1F6A8]={ + [0x1F7B7]={ category="so", - cjkwd="w", - description="POLICE CARS REVOLVING LIGHT", + description="BOLD SIX SPOKED ASTERISK", direction="on", - linebreak="id", - unicodeslot=0x1F6A8, + linebreak="al", + unicodeslot=0x1F7B7, }, - [0x1F6A9]={ + [0x1F7B8]={ category="so", - cjkwd="w", - description="TRIANGULAR FLAG ON POST", + description="HEAVY SIX SPOKED ASTERISK", direction="on", - linebreak="id", - unicodeslot=0x1F6A9, + linebreak="al", + unicodeslot=0x1F7B8, }, - [0x1F6AA]={ + [0x1F7B9]={ category="so", - cjkwd="w", - description="DOOR", + description="VERY HEAVY SIX SPOKED ASTERISK", direction="on", - linebreak="id", - unicodeslot=0x1F6AA, + linebreak="al", + unicodeslot=0x1F7B9, }, - [0x1F6AB]={ + [0x1F7BA]={ category="so", - cjkwd="w", - description="NO ENTRY SIGN", + description="EXTREMELY HEAVY SIX SPOKED ASTERISK", direction="on", - linebreak="id", - unicodeslot=0x1F6AB, + linebreak="al", + unicodeslot=0x1F7BA, }, - [0x1F6AC]={ + [0x1F7BB]={ category="so", - cjkwd="w", - description="SMOKING SYMBOL", + description="LIGHT EIGHT SPOKED ASTERISK", direction="on", - linebreak="id", - unicodeslot=0x1F6AC, + linebreak="al", + unicodeslot=0x1F7BB, }, - [0x1F6AD]={ + [0x1F7BC]={ category="so", - cjkwd="w", - description="NO SMOKING SYMBOL", + description="MEDIUM EIGHT SPOKED ASTERISK", direction="on", - linebreak="id", - unicodeslot=0x1F6AD, + linebreak="al", + unicodeslot=0x1F7BC, }, - [0x1F6AE]={ + [0x1F7BD]={ category="so", - cjkwd="w", - description="PUT LITTER IN ITS PLACE SYMBOL", + description="BOLD EIGHT SPOKED ASTERISK", direction="on", - linebreak="id", - unicodeslot=0x1F6AE, + linebreak="al", + unicodeslot=0x1F7BD, }, - [0x1F6AF]={ + [0x1F7BE]={ category="so", - cjkwd="w", - description="DO NOT LITTER SYMBOL", + description="HEAVY EIGHT SPOKED ASTERISK", direction="on", - linebreak="id", - unicodeslot=0x1F6AF, + linebreak="al", + unicodeslot=0x1F7BE, }, - [0x1F6B0]={ + [0x1F7BF]={ category="so", - cjkwd="w", - description="POTABLE WATER SYMBOL", + description="VERY HEAVY EIGHT SPOKED ASTERISK", direction="on", - linebreak="id", - unicodeslot=0x1F6B0, + linebreak="al", + unicodeslot=0x1F7BF, }, - [0x1F6B1]={ + [0x1F7C0]={ category="so", - cjkwd="w", - description="NON-POTABLE WATER SYMBOL", + description="LIGHT THREE POINTED BLACK STAR", direction="on", - linebreak="id", - unicodeslot=0x1F6B1, + linebreak="al", + unicodeslot=0x1F7C0, }, - [0x1F6B2]={ + [0x1F7C1]={ category="so", - cjkwd="w", - description="BICYCLE", + description="MEDIUM THREE POINTED BLACK STAR", direction="on", - linebreak="id", - unicodeslot=0x1F6B2, + linebreak="al", + unicodeslot=0x1F7C1, }, - [0x1F6B3]={ + [0x1F7C2]={ category="so", - cjkwd="w", - description="NO BICYCLES", + description="THREE POINTED BLACK STAR", direction="on", - linebreak="id", - unicodeslot=0x1F6B3, + linebreak="al", + unicodeslot=0x1F7C2, }, - [0x1F6B4]={ + [0x1F7C3]={ category="so", - cjkwd="w", - description="BICYCLIST", + description="MEDIUM THREE POINTED PINWHEEL STAR", direction="on", - linebreak="eb", - unicodeslot=0x1F6B4, + linebreak="al", + unicodeslot=0x1F7C3, }, - [0x1F6B5]={ + [0x1F7C4]={ category="so", - cjkwd="w", - description="MOUNTAIN BICYCLIST", + description="LIGHT FOUR POINTED BLACK STAR", direction="on", - linebreak="eb", - unicodeslot=0x1F6B5, + linebreak="al", + unicodeslot=0x1F7C4, }, - [0x1F6B6]={ + [0x1F7C5]={ category="so", - cjkwd="w", - description="PEDESTRIAN", + description="MEDIUM FOUR POINTED BLACK STAR", direction="on", - linebreak="eb", - unicodeslot=0x1F6B6, + linebreak="al", + unicodeslot=0x1F7C5, }, - [0x1F6B7]={ + [0x1F7C6]={ category="so", - cjkwd="w", - description="NO PEDESTRIANS", + description="FOUR POINTED BLACK STAR", direction="on", - linebreak="id", - unicodeslot=0x1F6B7, + linebreak="al", + unicodeslot=0x1F7C6, }, - [0x1F6B8]={ + [0x1F7C7]={ category="so", - cjkwd="w", - description="CHILDREN CROSSING", + description="MEDIUM FOUR POINTED PINWHEEL STAR", direction="on", - linebreak="id", - unicodeslot=0x1F6B8, + linebreak="al", + unicodeslot=0x1F7C7, }, - [0x1F6B9]={ + [0x1F7C8]={ category="so", - cjkwd="w", - description="MENS SYMBOL", + description="REVERSE LIGHT FOUR POINTED PINWHEEL STAR", direction="on", - linebreak="id", - unicodeslot=0x1F6B9, + linebreak="al", + unicodeslot=0x1F7C8, }, - [0x1F6BA]={ + [0x1F7C9]={ category="so", - cjkwd="w", - description="WOMENS SYMBOL", + description="LIGHT FIVE POINTED BLACK STAR", direction="on", - linebreak="id", - unicodeslot=0x1F6BA, + linebreak="al", + unicodeslot=0x1F7C9, }, - [0x1F6BB]={ + [0x1F7CA]={ category="so", - cjkwd="w", - description="RESTROOM", + description="HEAVY FIVE POINTED BLACK STAR", direction="on", - linebreak="id", - unicodeslot=0x1F6BB, + linebreak="al", + unicodeslot=0x1F7CA, }, - [0x1F6BC]={ + [0x1F7CB]={ category="so", - cjkwd="w", - description="BABY SYMBOL", + description="MEDIUM SIX POINTED BLACK STAR", direction="on", - linebreak="id", - unicodeslot=0x1F6BC, + linebreak="al", + unicodeslot=0x1F7CB, }, - [0x1F6BD]={ + [0x1F7CC]={ category="so", - cjkwd="w", - description="TOILET", + description="HEAVY SIX POINTED BLACK STAR", direction="on", - linebreak="id", - unicodeslot=0x1F6BD, + linebreak="al", + unicodeslot=0x1F7CC, }, - [0x1F6BE]={ + [0x1F7CD]={ category="so", - cjkwd="w", - description="WATER CLOSET", + description="SIX POINTED PINWHEEL STAR", direction="on", - linebreak="id", - unicodeslot=0x1F6BE, + linebreak="al", + unicodeslot=0x1F7CD, }, - [0x1F6BF]={ + [0x1F7CE]={ category="so", - cjkwd="w", - description="SHOWER", + description="MEDIUM EIGHT POINTED BLACK STAR", direction="on", - linebreak="id", - unicodeslot=0x1F6BF, + linebreak="al", + unicodeslot=0x1F7CE, }, - [0x1F6C0]={ + [0x1F7CF]={ category="so", - cjkwd="w", - description="BATH", + description="HEAVY EIGHT POINTED BLACK STAR", direction="on", - linebreak="eb", - unicodeslot=0x1F6C0, + linebreak="al", + unicodeslot=0x1F7CF, }, - [0x1F6C1]={ + [0x1F7D0]={ category="so", - cjkwd="w", - description="BATHTUB", + description="VERY HEAVY EIGHT POINTED BLACK STAR", direction="on", - linebreak="id", - unicodeslot=0x1F6C1, + linebreak="al", + unicodeslot=0x1F7D0, }, - [0x1F6C2]={ + [0x1F7D1]={ category="so", - cjkwd="w", - description="PASSPORT CONTROL", + description="HEAVY EIGHT POINTED PINWHEEL STAR", direction="on", - linebreak="id", - unicodeslot=0x1F6C2, + linebreak="al", + unicodeslot=0x1F7D1, }, - [0x1F6C3]={ + [0x1F7D2]={ category="so", - cjkwd="w", - description="CUSTOMS", + description="LIGHT TWELVE POINTED BLACK STAR", direction="on", - linebreak="id", - unicodeslot=0x1F6C3, + linebreak="al", + unicodeslot=0x1F7D2, }, - [0x1F6C4]={ + [0x1F7D3]={ category="so", - cjkwd="w", - description="BAGGAGE CLAIM", + description="HEAVY TWELVE POINTED BLACK STAR", direction="on", - linebreak="id", - unicodeslot=0x1F6C4, + linebreak="al", + unicodeslot=0x1F7D3, }, - [0x1F6C5]={ + [0x1F7D4]={ category="so", - cjkwd="w", - description="LEFT LUGGAGE", + description="HEAVY TWELVE POINTED PINWHEEL STAR", direction="on", - linebreak="id", - unicodeslot=0x1F6C5, + linebreak="al", + unicodeslot=0x1F7D4, }, - [0x1F6C6]={ + [0x1F7D5]={ category="so", - description="TRIANGLE WITH ROUNDED CORNERS", + description="CIRCLED TRIANGLE", direction="on", linebreak="id", - synonyms={ "caution" }, - unicodeslot=0x1F6C6, + unicodeslot=0x1F7D5, }, - [0x1F6C7]={ + [0x1F7D6]={ category="so", - description="PROHIBITED SIGN", + description="NEGATIVE CIRCLED TRIANGLE", direction="on", linebreak="id", - unicodeslot=0x1F6C7, + unicodeslot=0x1F7D6, }, - [0x1F6C8]={ + [0x1F7D7]={ category="so", - description="CIRCLED INFORMATION SOURCE", + description="CIRCLED SQUARE", direction="on", linebreak="id", - synonyms={ "information" }, - unicodeslot=0x1F6C8, + unicodeslot=0x1F7D7, }, - [0x1F6C9]={ + [0x1F7D8]={ category="so", - description="BOYS SYMBOL", + description="NEGATIVE CIRCLED SQUARE", direction="on", linebreak="id", - unicodeslot=0x1F6C9, + unicodeslot=0x1F7D8, }, - [0x1F6CA]={ + [0x1F7E0]={ category="so", - description="GIRLS SYMBOL", + cjkwd="w", + description="LARGE ORANGE CIRCLE", direction="on", linebreak="id", - unicodeslot=0x1F6CA, + unicodeslot=0x1F7E0, }, - [0x1F6CB]={ + [0x1F7E1]={ category="so", - description="COUCH AND LAMP", + cjkwd="w", + description="LARGE YELLOW CIRCLE", direction="on", linebreak="id", - unicodeslot=0x1F6CB, - variants=variants_emoji, + unicodeslot=0x1F7E1, }, - [0x1F6CC]={ + [0x1F7E2]={ category="so", cjkwd="w", - description="SLEEPING ACCOMMODATION", - direction="on", - linebreak="eb", - unicodeslot=0x1F6CC, - }, - [0x1F6CD]={ - category="so", - description="SHOPPING BAGS", + description="LARGE GREEN CIRCLE", direction="on", linebreak="id", - unicodeslot=0x1F6CD, - variants=variants_emoji, + unicodeslot=0x1F7E2, }, - [0x1F6CE]={ + [0x1F7E3]={ category="so", - description="BELLHOP BELL", + cjkwd="w", + description="LARGE PURPLE CIRCLE", direction="on", linebreak="id", - unicodeslot=0x1F6CE, - variants=variants_emoji, + unicodeslot=0x1F7E3, }, - [0x1F6CF]={ + [0x1F7E4]={ category="so", - description="BED", + cjkwd="w", + description="LARGE BROWN CIRCLE", direction="on", linebreak="id", - unicodeslot=0x1F6CF, - variants=variants_emoji, + unicodeslot=0x1F7E4, }, - [0x1F6D0]={ + [0x1F7E5]={ category="so", cjkwd="w", - description="PLACE OF WORSHIP", + description="LARGE RED SQUARE", direction="on", linebreak="id", - unicodeslot=0x1F6D0, + unicodeslot=0x1F7E5, }, - [0x1F6D1]={ + [0x1F7E6]={ category="so", cjkwd="w", - description="OCTAGONAL SIGN", + description="LARGE BLUE SQUARE", direction="on", linebreak="id", - synonyms={ "stop sign" }, - unicodeslot=0x1F6D1, + unicodeslot=0x1F7E6, }, - [0x1F6D2]={ + [0x1F7E7]={ category="so", cjkwd="w", - description="SHOPPING TROLLEY", + description="LARGE ORANGE SQUARE", direction="on", linebreak="id", - synonyms={ "shopping cart" }, - unicodeslot=0x1F6D2, + unicodeslot=0x1F7E7, }, - [0x1F6D3]={ + [0x1F7E8]={ category="so", - description="STUPA", + cjkwd="w", + description="LARGE YELLOW SQUARE", direction="on", linebreak="id", - unicodeslot=0x1F6D3, + unicodeslot=0x1F7E8, }, - [0x1F6D4]={ + [0x1F7E9]={ category="so", - description="PAGODA", + cjkwd="w", + description="LARGE GREEN SQUARE", direction="on", linebreak="id", - unicodeslot=0x1F6D4, + unicodeslot=0x1F7E9, }, - [0x1F6D5]={ + [0x1F7EA]={ category="so", cjkwd="w", - description="HINDU TEMPLE", + description="LARGE PURPLE SQUARE", direction="on", linebreak="id", - unicodeslot=0x1F6D5, + unicodeslot=0x1F7EA, }, - [0x1F6E0]={ + [0x1F7EB]={ category="so", - description="HAMMER AND WRENCH", + cjkwd="w", + description="LARGE BROWN SQUARE", direction="on", linebreak="id", - unicodeslot=0x1F6E0, - variants=variants_emoji, + unicodeslot=0x1F7EB, }, - [0x1F6E1]={ + [0x1F800]={ category="so", - description="SHIELD", + description="LEFTWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD", direction="on", - linebreak="id", - unicodeslot=0x1F6E1, - variants=variants_emoji, + linebreak="al", + unicodeslot=0x1F800, }, - [0x1F6E2]={ + [0x1F801]={ category="so", - description="OIL DRUM", + description="UPWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD", direction="on", - linebreak="id", - unicodeslot=0x1F6E2, - variants=variants_emoji, + linebreak="al", + unicodeslot=0x1F801, }, - [0x1F6E3]={ + [0x1F802]={ category="so", - description="MOTORWAY", + description="RIGHTWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD", direction="on", - linebreak="id", - unicodeslot=0x1F6E3, - variants=variants_emoji, + linebreak="al", + unicodeslot=0x1F802, }, - [0x1F6E4]={ + [0x1F803]={ category="so", - description="RAILWAY TRACK", + description="DOWNWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD", direction="on", - linebreak="id", - unicodeslot=0x1F6E4, - variants=variants_emoji, + linebreak="al", + unicodeslot=0x1F803, }, - [0x1F6E5]={ + [0x1F804]={ category="so", - description="MOTOR BOAT", + description="LEFTWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD", direction="on", - linebreak="id", - unicodeslot=0x1F6E5, - variants=variants_emoji, + linebreak="al", + unicodeslot=0x1F804, }, - [0x1F6E6]={ + [0x1F805]={ category="so", - description="UP-POINTING MILITARY AIRPLANE", + description="UPWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD", direction="on", - linebreak="id", - unicodeslot=0x1F6E6, + linebreak="al", + unicodeslot=0x1F805, }, - [0x1F6E7]={ + [0x1F806]={ category="so", - description="UP-POINTING AIRPLANE", + description="RIGHTWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD", direction="on", - linebreak="id", - unicodeslot=0x1F6E7, + linebreak="al", + unicodeslot=0x1F806, }, - [0x1F6E8]={ + [0x1F807]={ category="so", - description="UP-POINTING SMALL AIRPLANE", + description="DOWNWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD", direction="on", - linebreak="id", - unicodeslot=0x1F6E8, + linebreak="al", + unicodeslot=0x1F807, }, - [0x1F6E9]={ + [0x1F808]={ category="so", - description="SMALL AIRPLANE", + description="LEFTWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD", direction="on", - linebreak="id", - unicodeslot=0x1F6E9, - variants=variants_emoji, + linebreak="al", + unicodeslot=0x1F808, }, - [0x1F6EA]={ + [0x1F809]={ category="so", - description="NORTHEAST-POINTING AIRPLANE", + description="UPWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD", direction="on", - linebreak="id", - unicodeslot=0x1F6EA, + linebreak="al", + unicodeslot=0x1F809, }, - [0x1F6EB]={ + [0x1F80A]={ category="so", - cjkwd="w", - description="AIRPLANE DEPARTURE", + description="RIGHTWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD", direction="on", - linebreak="id", - unicodeslot=0x1F6EB, + linebreak="al", + unicodeslot=0x1F80A, }, - [0x1F6EC]={ + [0x1F80B]={ category="so", - cjkwd="w", - description="AIRPLANE ARRIVING", + description="DOWNWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD", direction="on", - linebreak="id", - unicodeslot=0x1F6EC, + linebreak="al", + unicodeslot=0x1F80B, }, - [0x1F6F0]={ + [0x1F810]={ category="so", - description="SATELLITE", + description="LEFTWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD", direction="on", - linebreak="id", - unicodeslot=0x1F6F0, - variants=variants_emoji, + linebreak="al", + unicodeslot=0x1F810, }, - [0x1F6F1]={ + [0x1F811]={ category="so", - description="ONCOMING FIRE ENGINE", + description="UPWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD", direction="on", - linebreak="id", - unicodeslot=0x1F6F1, + linebreak="al", + unicodeslot=0x1F811, }, - [0x1F6F2]={ + [0x1F812]={ category="so", - description="DIESEL LOCOMOTIVE", + description="RIGHTWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD", direction="on", - linebreak="id", - unicodeslot=0x1F6F2, + linebreak="al", + unicodeslot=0x1F812, }, - [0x1F6F3]={ + [0x1F813]={ category="so", - description="PASSENGER SHIP", + description="DOWNWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD", direction="on", - linebreak="id", - unicodeslot=0x1F6F3, - variants=variants_emoji, + linebreak="al", + unicodeslot=0x1F813, }, - [0x1F6F4]={ + [0x1F814]={ category="so", - cjkwd="w", - description="SCOOTER", + description="LEFTWARDS ARROW WITH EQUILATERAL ARROWHEAD", direction="on", - linebreak="id", - unicodeslot=0x1F6F4, + linebreak="al", + unicodeslot=0x1F814, }, - [0x1F6F5]={ + [0x1F815]={ category="so", - cjkwd="w", - description="MOTOR SCOOTER", + description="UPWARDS ARROW WITH EQUILATERAL ARROWHEAD", direction="on", - linebreak="id", - unicodeslot=0x1F6F5, + linebreak="al", + unicodeslot=0x1F815, }, - [0x1F6F6]={ + [0x1F816]={ category="so", - cjkwd="w", - description="CANOE", + description="RIGHTWARDS ARROW WITH EQUILATERAL ARROWHEAD", direction="on", - linebreak="id", - unicodeslot=0x1F6F6, + linebreak="al", + unicodeslot=0x1F816, }, - [0x1F6F7]={ + [0x1F817]={ category="so", - cjkwd="w", - description="SLED", + description="DOWNWARDS ARROW WITH EQUILATERAL ARROWHEAD", direction="on", - linebreak="id", - unicodeslot=0x1F6F7, + linebreak="al", + unicodeslot=0x1F817, }, - [0x1F6F8]={ + [0x1F818]={ category="so", - cjkwd="w", - description="FLYING SAUCER", + description="HEAVY LEFTWARDS ARROW WITH EQUILATERAL ARROWHEAD", direction="on", - linebreak="id", - unicodeslot=0x1F6F8, + linebreak="al", + unicodeslot=0x1F818, }, - [0x1F6F9]={ + [0x1F819]={ category="so", - cjkwd="w", - description="SKATEBOARD", + description="HEAVY UPWARDS ARROW WITH EQUILATERAL ARROWHEAD", direction="on", - linebreak="id", - unicodeslot=0x1F6F9, + linebreak="al", + unicodeslot=0x1F819, }, - [0x1F6FA]={ + [0x1F81A]={ category="so", - cjkwd="w", - description="AUTO RICKSHAW", + description="HEAVY RIGHTWARDS ARROW WITH EQUILATERAL ARROWHEAD", direction="on", - linebreak="id", - unicodeslot=0x1F6FA, + linebreak="al", + unicodeslot=0x1F81A, }, - [0x1F700]={ + [0x1F81B]={ category="so", - description="ALCHEMICAL SYMBOL FOR QUINTESSENCE", + description="HEAVY DOWNWARDS ARROW WITH EQUILATERAL ARROWHEAD", direction="on", linebreak="al", - unicodeslot=0x1F700, + unicodeslot=0x1F81B, }, - [0x1F701]={ + [0x1F81C]={ category="so", - description="ALCHEMICAL SYMBOL FOR AIR", + description="HEAVY LEFTWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD", direction="on", linebreak="al", - unicodeslot=0x1F701, + unicodeslot=0x1F81C, }, - [0x1F702]={ + [0x1F81D]={ category="so", - description="ALCHEMICAL SYMBOL FOR FIRE", + description="HEAVY UPWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD", direction="on", linebreak="al", - unicodeslot=0x1F702, + unicodeslot=0x1F81D, }, - [0x1F703]={ + [0x1F81E]={ category="so", - description="ALCHEMICAL SYMBOL FOR EARTH", + description="HEAVY RIGHTWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD", direction="on", linebreak="al", - unicodeslot=0x1F703, + unicodeslot=0x1F81E, }, - [0x1F704]={ + [0x1F81F]={ category="so", - description="ALCHEMICAL SYMBOL FOR WATER", + description="HEAVY DOWNWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD", direction="on", linebreak="al", - unicodeslot=0x1F704, + unicodeslot=0x1F81F, }, - [0x1F705]={ + [0x1F820]={ category="so", - description="ALCHEMICAL SYMBOL FOR AQUAFORTIS", + description="LEFTWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT", direction="on", linebreak="al", - unicodeslot=0x1F705, + unicodeslot=0x1F820, }, - [0x1F706]={ + [0x1F821]={ category="so", - description="ALCHEMICAL SYMBOL FOR AQUA REGIA", + description="UPWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT", direction="on", linebreak="al", - unicodeslot=0x1F706, + unicodeslot=0x1F821, }, - [0x1F707]={ + [0x1F822]={ category="so", - description="ALCHEMICAL SYMBOL FOR AQUA REGIA-2", + description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT", direction="on", linebreak="al", - unicodeslot=0x1F707, + unicodeslot=0x1F822, }, - [0x1F708]={ + [0x1F823]={ category="so", - description="ALCHEMICAL SYMBOL FOR AQUA VITAE", + description="DOWNWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT", direction="on", linebreak="al", - unicodeslot=0x1F708, + unicodeslot=0x1F823, }, - [0x1F709]={ + [0x1F824]={ category="so", - description="ALCHEMICAL SYMBOL FOR AQUA VITAE-2", + description="LEFTWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT", direction="on", linebreak="al", - unicodeslot=0x1F709, + unicodeslot=0x1F824, }, - [0x1F70A]={ + [0x1F825]={ category="so", - description="ALCHEMICAL SYMBOL FOR VINEGAR", + description="UPWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT", direction="on", linebreak="al", - unicodeslot=0x1F70A, + unicodeslot=0x1F825, }, - [0x1F70B]={ + [0x1F826]={ category="so", - description="ALCHEMICAL SYMBOL FOR VINEGAR-2", + description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT", direction="on", linebreak="al", - unicodeslot=0x1F70B, + unicodeslot=0x1F826, }, - [0x1F70C]={ + [0x1F827]={ category="so", - description="ALCHEMICAL SYMBOL FOR VINEGAR-3", + description="DOWNWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT", direction="on", linebreak="al", - unicodeslot=0x1F70C, + unicodeslot=0x1F827, }, - [0x1F70D]={ + [0x1F828]={ category="so", - description="ALCHEMICAL SYMBOL FOR SULFUR", + description="LEFTWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT", direction="on", linebreak="al", - unicodeslot=0x1F70D, + unicodeslot=0x1F828, }, - [0x1F70E]={ + [0x1F829]={ category="so", - description="ALCHEMICAL SYMBOL FOR PHILOSOPHERS SULFUR", + description="UPWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT", direction="on", linebreak="al", - unicodeslot=0x1F70E, + unicodeslot=0x1F829, }, - [0x1F70F]={ + [0x1F82A]={ category="so", - description="ALCHEMICAL SYMBOL FOR BLACK SULFUR", + description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT", direction="on", linebreak="al", - unicodeslot=0x1F70F, + unicodeslot=0x1F82A, }, - [0x1F710]={ + [0x1F82B]={ category="so", - description="ALCHEMICAL SYMBOL FOR MERCURY SUBLIMATE", + description="DOWNWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT", direction="on", linebreak="al", - unicodeslot=0x1F710, + unicodeslot=0x1F82B, }, - [0x1F711]={ + [0x1F82C]={ category="so", - description="ALCHEMICAL SYMBOL FOR MERCURY SUBLIMATE-2", + description="LEFTWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT", direction="on", linebreak="al", - unicodeslot=0x1F711, + unicodeslot=0x1F82C, }, - [0x1F712]={ + [0x1F82D]={ category="so", - description="ALCHEMICAL SYMBOL FOR MERCURY SUBLIMATE-3", + description="UPWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT", direction="on", linebreak="al", - unicodeslot=0x1F712, + unicodeslot=0x1F82D, }, - [0x1F713]={ + [0x1F82E]={ category="so", - description="ALCHEMICAL SYMBOL FOR CINNABAR", + description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT", direction="on", linebreak="al", - unicodeslot=0x1F713, + unicodeslot=0x1F82E, }, - [0x1F714]={ + [0x1F82F]={ category="so", - description="ALCHEMICAL SYMBOL FOR SALT", + description="DOWNWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT", direction="on", linebreak="al", - unicodeslot=0x1F714, + unicodeslot=0x1F82F, }, - [0x1F715]={ + [0x1F830]={ category="so", - description="ALCHEMICAL SYMBOL FOR NITRE", + description="LEFTWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT", direction="on", linebreak="al", - unicodeslot=0x1F715, + unicodeslot=0x1F830, }, - [0x1F716]={ + [0x1F831]={ category="so", - description="ALCHEMICAL SYMBOL FOR VITRIOL", + description="UPWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT", direction="on", linebreak="al", - unicodeslot=0x1F716, + unicodeslot=0x1F831, }, - [0x1F717]={ + [0x1F832]={ category="so", - description="ALCHEMICAL SYMBOL FOR VITRIOL-2", + description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT", direction="on", linebreak="al", - unicodeslot=0x1F717, + unicodeslot=0x1F832, }, - [0x1F718]={ + [0x1F833]={ category="so", - description="ALCHEMICAL SYMBOL FOR ROCK SALT", + description="DOWNWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT", direction="on", linebreak="al", - unicodeslot=0x1F718, + unicodeslot=0x1F833, }, - [0x1F719]={ + [0x1F834]={ category="so", - description="ALCHEMICAL SYMBOL FOR ROCK SALT-2", + description="LEFTWARDS FINGER-POST ARROW", direction="on", linebreak="al", - unicodeslot=0x1F719, + unicodeslot=0x1F834, }, - [0x1F71A]={ + [0x1F835]={ category="so", - description="ALCHEMICAL SYMBOL FOR GOLD", + description="UPWARDS FINGER-POST ARROW", direction="on", linebreak="al", - unicodeslot=0x1F71A, + unicodeslot=0x1F835, }, - [0x1F71B]={ + [0x1F836]={ category="so", - description="ALCHEMICAL SYMBOL FOR SILVER", + description="RIGHTWARDS FINGER-POST ARROW", direction="on", linebreak="al", - unicodeslot=0x1F71B, + unicodeslot=0x1F836, }, - [0x1F71C]={ + [0x1F837]={ category="so", - description="ALCHEMICAL SYMBOL FOR IRON ORE", + description="DOWNWARDS FINGER-POST ARROW", direction="on", linebreak="al", - unicodeslot=0x1F71C, + unicodeslot=0x1F837, }, - [0x1F71D]={ + [0x1F838]={ category="so", - description="ALCHEMICAL SYMBOL FOR IRON ORE-2", + description="LEFTWARDS SQUARED ARROW", direction="on", linebreak="al", - unicodeslot=0x1F71D, + unicodeslot=0x1F838, }, - [0x1F71E]={ + [0x1F839]={ category="so", - description="ALCHEMICAL SYMBOL FOR CROCUS OF IRON", + description="UPWARDS SQUARED ARROW", direction="on", linebreak="al", - unicodeslot=0x1F71E, + unicodeslot=0x1F839, }, - [0x1F71F]={ + [0x1F83A]={ category="so", - description="ALCHEMICAL SYMBOL FOR REGULUS OF IRON", + description="RIGHTWARDS SQUARED ARROW", direction="on", linebreak="al", - unicodeslot=0x1F71F, + unicodeslot=0x1F83A, }, - [0x1F720]={ + [0x1F83B]={ category="so", - description="ALCHEMICAL SYMBOL FOR COPPER ORE", + description="DOWNWARDS SQUARED ARROW", direction="on", linebreak="al", - unicodeslot=0x1F720, + unicodeslot=0x1F83B, }, - [0x1F721]={ + [0x1F83C]={ category="so", - description="ALCHEMICAL SYMBOL FOR IRON-COPPER ORE", + description="LEFTWARDS COMPRESSED ARROW", direction="on", linebreak="al", - unicodeslot=0x1F721, + unicodeslot=0x1F83C, }, - [0x1F722]={ + [0x1F83D]={ category="so", - description="ALCHEMICAL SYMBOL FOR SUBLIMATE OF COPPER", + description="UPWARDS COMPRESSED ARROW", direction="on", linebreak="al", - unicodeslot=0x1F722, + unicodeslot=0x1F83D, }, - [0x1F723]={ + [0x1F83E]={ category="so", - description="ALCHEMICAL SYMBOL FOR CROCUS OF COPPER", + description="RIGHTWARDS COMPRESSED ARROW", direction="on", linebreak="al", - unicodeslot=0x1F723, + unicodeslot=0x1F83E, }, - [0x1F724]={ + [0x1F83F]={ category="so", - description="ALCHEMICAL SYMBOL FOR CROCUS OF COPPER-2", + description="DOWNWARDS COMPRESSED ARROW", direction="on", linebreak="al", - unicodeslot=0x1F724, + unicodeslot=0x1F83F, }, - [0x1F725]={ + [0x1F840]={ category="so", - description="ALCHEMICAL SYMBOL FOR COPPER ANTIMONIATE", + description="LEFTWARDS HEAVY COMPRESSED ARROW", direction="on", linebreak="al", - unicodeslot=0x1F725, + unicodeslot=0x1F840, }, - [0x1F726]={ + [0x1F841]={ category="so", - description="ALCHEMICAL SYMBOL FOR SALT OF COPPER ANTIMONIATE", + description="UPWARDS HEAVY COMPRESSED ARROW", direction="on", linebreak="al", - unicodeslot=0x1F726, + unicodeslot=0x1F841, }, - [0x1F727]={ + [0x1F842]={ category="so", - description="ALCHEMICAL SYMBOL FOR SUBLIMATE OF SALT OF COPPER", + description="RIGHTWARDS HEAVY COMPRESSED ARROW", direction="on", linebreak="al", - unicodeslot=0x1F727, + unicodeslot=0x1F842, }, - [0x1F728]={ + [0x1F843]={ category="so", - description="ALCHEMICAL SYMBOL FOR VERDIGRIS", + description="DOWNWARDS HEAVY COMPRESSED ARROW", direction="on", linebreak="al", - unicodeslot=0x1F728, + unicodeslot=0x1F843, }, - [0x1F729]={ + [0x1F844]={ category="so", - description="ALCHEMICAL SYMBOL FOR TIN ORE", + description="LEFTWARDS HEAVY ARROW", direction="on", linebreak="al", - unicodeslot=0x1F729, + unicodeslot=0x1F844, }, - [0x1F72A]={ + [0x1F845]={ category="so", - description="ALCHEMICAL SYMBOL FOR LEAD ORE", + description="UPWARDS HEAVY ARROW", direction="on", linebreak="al", - unicodeslot=0x1F72A, + unicodeslot=0x1F845, }, - [0x1F72B]={ + [0x1F846]={ category="so", - description="ALCHEMICAL SYMBOL FOR ANTIMONY ORE", + description="RIGHTWARDS HEAVY ARROW", direction="on", linebreak="al", - unicodeslot=0x1F72B, + unicodeslot=0x1F846, }, - [0x1F72C]={ + [0x1F847]={ category="so", - description="ALCHEMICAL SYMBOL FOR SUBLIMATE OF ANTIMONY", + description="DOWNWARDS HEAVY ARROW", direction="on", linebreak="al", - unicodeslot=0x1F72C, + unicodeslot=0x1F847, }, - [0x1F72D]={ + [0x1F850]={ category="so", - description="ALCHEMICAL SYMBOL FOR SALT OF ANTIMONY", + description="LEFTWARDS SANS-SERIF ARROW", direction="on", linebreak="al", - unicodeslot=0x1F72D, + unicodeslot=0x1F850, }, - [0x1F72E]={ + [0x1F851]={ category="so", - description="ALCHEMICAL SYMBOL FOR SUBLIMATE OF SALT OF ANTIMONY", + description="UPWARDS SANS-SERIF ARROW", direction="on", linebreak="al", - unicodeslot=0x1F72E, + unicodeslot=0x1F851, }, - [0x1F72F]={ + [0x1F852]={ category="so", - description="ALCHEMICAL SYMBOL FOR VINEGAR OF ANTIMONY", + description="RIGHTWARDS SANS-SERIF ARROW", direction="on", linebreak="al", - unicodeslot=0x1F72F, + unicodeslot=0x1F852, }, - [0x1F730]={ + [0x1F853]={ category="so", - description="ALCHEMICAL SYMBOL FOR REGULUS OF ANTIMONY", + description="DOWNWARDS SANS-SERIF ARROW", direction="on", linebreak="al", - unicodeslot=0x1F730, + unicodeslot=0x1F853, }, - [0x1F731]={ + [0x1F854]={ category="so", - description="ALCHEMICAL SYMBOL FOR REGULUS OF ANTIMONY-2", + description="NORTH WEST SANS-SERIF ARROW", direction="on", linebreak="al", - unicodeslot=0x1F731, + unicodeslot=0x1F854, }, - [0x1F732]={ + [0x1F855]={ category="so", - description="ALCHEMICAL SYMBOL FOR REGULUS", + description="NORTH EAST SANS-SERIF ARROW", direction="on", linebreak="al", - unicodeslot=0x1F732, + unicodeslot=0x1F855, }, - [0x1F733]={ + [0x1F856]={ category="so", - description="ALCHEMICAL SYMBOL FOR REGULUS-2", + description="SOUTH EAST SANS-SERIF ARROW", direction="on", linebreak="al", - unicodeslot=0x1F733, + unicodeslot=0x1F856, }, - [0x1F734]={ + [0x1F857]={ category="so", - description="ALCHEMICAL SYMBOL FOR REGULUS-3", + description="SOUTH WEST SANS-SERIF ARROW", direction="on", linebreak="al", - unicodeslot=0x1F734, + unicodeslot=0x1F857, }, - [0x1F735]={ + [0x1F858]={ category="so", - description="ALCHEMICAL SYMBOL FOR REGULUS-4", + description="LEFT RIGHT SANS-SERIF ARROW", direction="on", linebreak="al", - unicodeslot=0x1F735, + unicodeslot=0x1F858, }, - [0x1F736]={ + [0x1F859]={ category="so", - description="ALCHEMICAL SYMBOL FOR ALKALI", + description="UP DOWN SANS-SERIF ARROW", direction="on", linebreak="al", - unicodeslot=0x1F736, + unicodeslot=0x1F859, }, - [0x1F737]={ + [0x1F860]={ category="so", - description="ALCHEMICAL SYMBOL FOR ALKALI-2", + description="WIDE-HEADED LEFTWARDS LIGHT BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F737, + unicodeslot=0x1F860, }, - [0x1F738]={ + [0x1F861]={ category="so", - description="ALCHEMICAL SYMBOL FOR MARCASITE", + description="WIDE-HEADED UPWARDS LIGHT BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F738, + unicodeslot=0x1F861, }, - [0x1F739]={ + [0x1F862]={ category="so", - description="ALCHEMICAL SYMBOL FOR SAL-AMMONIAC", + description="WIDE-HEADED RIGHTWARDS LIGHT BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F739, + unicodeslot=0x1F862, }, - [0x1F73A]={ + [0x1F863]={ category="so", - description="ALCHEMICAL SYMBOL FOR ARSENIC", + description="WIDE-HEADED DOWNWARDS LIGHT BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F73A, + unicodeslot=0x1F863, }, - [0x1F73B]={ + [0x1F864]={ category="so", - description="ALCHEMICAL SYMBOL FOR REALGAR", + description="WIDE-HEADED NORTH WEST LIGHT BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F73B, + unicodeslot=0x1F864, }, - [0x1F73C]={ + [0x1F865]={ category="so", - description="ALCHEMICAL SYMBOL FOR REALGAR-2", + description="WIDE-HEADED NORTH EAST LIGHT BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F73C, + unicodeslot=0x1F865, }, - [0x1F73D]={ + [0x1F866]={ category="so", - description="ALCHEMICAL SYMBOL FOR AURIPIGMENT", + description="WIDE-HEADED SOUTH EAST LIGHT BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F73D, + unicodeslot=0x1F866, }, - [0x1F73E]={ + [0x1F867]={ category="so", - description="ALCHEMICAL SYMBOL FOR BISMUTH ORE", + description="WIDE-HEADED SOUTH WEST LIGHT BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F73E, + unicodeslot=0x1F867, }, - [0x1F73F]={ + [0x1F868]={ category="so", - description="ALCHEMICAL SYMBOL FOR TARTAR", + description="WIDE-HEADED LEFTWARDS BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F73F, + unicodeslot=0x1F868, }, - [0x1F740]={ + [0x1F869]={ category="so", - description="ALCHEMICAL SYMBOL FOR TARTAR-2", + description="WIDE-HEADED UPWARDS BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F740, + unicodeslot=0x1F869, }, - [0x1F741]={ + [0x1F86A]={ category="so", - description="ALCHEMICAL SYMBOL FOR QUICK LIME", + description="WIDE-HEADED RIGHTWARDS BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F741, + unicodeslot=0x1F86A, }, - [0x1F742]={ + [0x1F86B]={ category="so", - description="ALCHEMICAL SYMBOL FOR BORAX", + description="WIDE-HEADED DOWNWARDS BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F742, + unicodeslot=0x1F86B, }, - [0x1F743]={ + [0x1F86C]={ category="so", - description="ALCHEMICAL SYMBOL FOR BORAX-2", + description="WIDE-HEADED NORTH WEST BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F743, + unicodeslot=0x1F86C, }, - [0x1F744]={ + [0x1F86D]={ category="so", - description="ALCHEMICAL SYMBOL FOR BORAX-3", + description="WIDE-HEADED NORTH EAST BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F744, + unicodeslot=0x1F86D, }, - [0x1F745]={ + [0x1F86E]={ category="so", - description="ALCHEMICAL SYMBOL FOR ALUM", + description="WIDE-HEADED SOUTH EAST BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F745, + unicodeslot=0x1F86E, }, - [0x1F746]={ + [0x1F86F]={ category="so", - description="ALCHEMICAL SYMBOL FOR OIL", + description="WIDE-HEADED SOUTH WEST BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F746, + unicodeslot=0x1F86F, }, - [0x1F747]={ + [0x1F870]={ category="so", - description="ALCHEMICAL SYMBOL FOR SPIRIT", + description="WIDE-HEADED LEFTWARDS MEDIUM BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F747, + unicodeslot=0x1F870, }, - [0x1F748]={ + [0x1F871]={ category="so", - description="ALCHEMICAL SYMBOL FOR TINCTURE", + description="WIDE-HEADED UPWARDS MEDIUM BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F748, + unicodeslot=0x1F871, }, - [0x1F749]={ + [0x1F872]={ category="so", - description="ALCHEMICAL SYMBOL FOR GUM", + description="WIDE-HEADED RIGHTWARDS MEDIUM BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F749, + unicodeslot=0x1F872, }, - [0x1F74A]={ + [0x1F873]={ category="so", - description="ALCHEMICAL SYMBOL FOR WAX", + description="WIDE-HEADED DOWNWARDS MEDIUM BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F74A, + unicodeslot=0x1F873, }, - [0x1F74B]={ + [0x1F874]={ category="so", - description="ALCHEMICAL SYMBOL FOR POWDER", + description="WIDE-HEADED NORTH WEST MEDIUM BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F74B, + unicodeslot=0x1F874, }, - [0x1F74C]={ + [0x1F875]={ category="so", - description="ALCHEMICAL SYMBOL FOR CALX", + description="WIDE-HEADED NORTH EAST MEDIUM BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F74C, + unicodeslot=0x1F875, }, - [0x1F74D]={ + [0x1F876]={ category="so", - description="ALCHEMICAL SYMBOL FOR TUTTY", + description="WIDE-HEADED SOUTH EAST MEDIUM BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F74D, + unicodeslot=0x1F876, }, - [0x1F74E]={ + [0x1F877]={ category="so", - description="ALCHEMICAL SYMBOL FOR CAPUT MORTUUM", + description="WIDE-HEADED SOUTH WEST MEDIUM BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F74E, + unicodeslot=0x1F877, }, - [0x1F74F]={ + [0x1F878]={ category="so", - description="ALCHEMICAL SYMBOL FOR SCEPTER OF JOVE", + description="WIDE-HEADED LEFTWARDS HEAVY BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F74F, + unicodeslot=0x1F878, }, - [0x1F750]={ + [0x1F879]={ category="so", - description="ALCHEMICAL SYMBOL FOR CADUCEUS", + description="WIDE-HEADED UPWARDS HEAVY BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F750, + unicodeslot=0x1F879, }, - [0x1F751]={ + [0x1F87A]={ category="so", - description="ALCHEMICAL SYMBOL FOR TRIDENT", + description="WIDE-HEADED RIGHTWARDS HEAVY BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F751, + unicodeslot=0x1F87A, }, - [0x1F752]={ + [0x1F87B]={ category="so", - description="ALCHEMICAL SYMBOL FOR STARRED TRIDENT", + description="WIDE-HEADED DOWNWARDS HEAVY BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F752, + unicodeslot=0x1F87B, }, - [0x1F753]={ + [0x1F87C]={ category="so", - description="ALCHEMICAL SYMBOL FOR LODESTONE", + description="WIDE-HEADED NORTH WEST HEAVY BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F753, + unicodeslot=0x1F87C, }, - [0x1F754]={ + [0x1F87D]={ category="so", - description="ALCHEMICAL SYMBOL FOR SOAP", + description="WIDE-HEADED NORTH EAST HEAVY BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F754, + unicodeslot=0x1F87D, }, - [0x1F755]={ + [0x1F87E]={ category="so", - description="ALCHEMICAL SYMBOL FOR URINE", + description="WIDE-HEADED SOUTH EAST HEAVY BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F755, + unicodeslot=0x1F87E, }, - [0x1F756]={ + [0x1F87F]={ category="so", - description="ALCHEMICAL SYMBOL FOR HORSE DUNG", + description="WIDE-HEADED SOUTH WEST HEAVY BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F756, + unicodeslot=0x1F87F, }, - [0x1F757]={ + [0x1F880]={ category="so", - description="ALCHEMICAL SYMBOL FOR ASHES", + description="WIDE-HEADED LEFTWARDS VERY HEAVY BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F757, + unicodeslot=0x1F880, }, - [0x1F758]={ + [0x1F881]={ category="so", - description="ALCHEMICAL SYMBOL FOR POT ASHES", + description="WIDE-HEADED UPWARDS VERY HEAVY BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F758, + unicodeslot=0x1F881, }, - [0x1F759]={ + [0x1F882]={ category="so", - description="ALCHEMICAL SYMBOL FOR BRICK", + description="WIDE-HEADED RIGHTWARDS VERY HEAVY BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F759, + unicodeslot=0x1F882, }, - [0x1F75A]={ + [0x1F883]={ category="so", - description="ALCHEMICAL SYMBOL FOR POWDERED BRICK", + description="WIDE-HEADED DOWNWARDS VERY HEAVY BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F75A, + unicodeslot=0x1F883, }, - [0x1F75B]={ + [0x1F884]={ category="so", - description="ALCHEMICAL SYMBOL FOR AMALGAM", + description="WIDE-HEADED NORTH WEST VERY HEAVY BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F75B, + unicodeslot=0x1F884, }, - [0x1F75C]={ + [0x1F885]={ category="so", - description="ALCHEMICAL SYMBOL FOR STRATUM SUPER STRATUM", + description="WIDE-HEADED NORTH EAST VERY HEAVY BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F75C, + unicodeslot=0x1F885, }, - [0x1F75D]={ + [0x1F886]={ category="so", - description="ALCHEMICAL SYMBOL FOR STRATUM SUPER STRATUM-2", + description="WIDE-HEADED SOUTH EAST VERY HEAVY BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F75D, + unicodeslot=0x1F886, }, - [0x1F75E]={ + [0x1F887]={ category="so", - description="ALCHEMICAL SYMBOL FOR SUBLIMATION", + description="WIDE-HEADED SOUTH WEST VERY HEAVY BARB ARROW", direction="on", linebreak="al", - unicodeslot=0x1F75E, + unicodeslot=0x1F887, }, - [0x1F75F]={ + [0x1F890]={ category="so", - description="ALCHEMICAL SYMBOL FOR PRECIPITATE", + description="LEFTWARDS TRIANGLE ARROWHEAD", direction="on", linebreak="al", - unicodeslot=0x1F75F, + unicodeslot=0x1F890, }, - [0x1F760]={ + [0x1F891]={ category="so", - description="ALCHEMICAL SYMBOL FOR DISTILL", + description="UPWARDS TRIANGLE ARROWHEAD", direction="on", linebreak="al", - unicodeslot=0x1F760, + unicodeslot=0x1F891, }, - [0x1F761]={ + [0x1F892]={ category="so", - description="ALCHEMICAL SYMBOL FOR DISSOLVE", + description="RIGHTWARDS TRIANGLE ARROWHEAD", direction="on", linebreak="al", - unicodeslot=0x1F761, + unicodeslot=0x1F892, }, - [0x1F762]={ + [0x1F893]={ category="so", - description="ALCHEMICAL SYMBOL FOR DISSOLVE-2", + description="DOWNWARDS TRIANGLE ARROWHEAD", direction="on", linebreak="al", - unicodeslot=0x1F762, + unicodeslot=0x1F893, }, - [0x1F763]={ + [0x1F894]={ category="so", - description="ALCHEMICAL SYMBOL FOR PURIFY", + description="LEFTWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD", direction="on", linebreak="al", - unicodeslot=0x1F763, + unicodeslot=0x1F894, }, - [0x1F764]={ + [0x1F895]={ category="so", - description="ALCHEMICAL SYMBOL FOR PUTREFACTION", + description="UPWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD", direction="on", linebreak="al", - unicodeslot=0x1F764, + unicodeslot=0x1F895, }, - [0x1F765]={ + [0x1F896]={ category="so", - description="ALCHEMICAL SYMBOL FOR CRUCIBLE", + description="RIGHTWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD", direction="on", linebreak="al", - unicodeslot=0x1F765, + unicodeslot=0x1F896, }, - [0x1F766]={ + [0x1F897]={ category="so", - description="ALCHEMICAL SYMBOL FOR CRUCIBLE-2", + description="DOWNWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD", direction="on", linebreak="al", - unicodeslot=0x1F766, + unicodeslot=0x1F897, }, - [0x1F767]={ + [0x1F898]={ category="so", - description="ALCHEMICAL SYMBOL FOR CRUCIBLE-3", + description="LEFTWARDS ARROW WITH NOTCHED TAIL", direction="on", linebreak="al", - unicodeslot=0x1F767, + unicodeslot=0x1F898, }, - [0x1F768]={ + [0x1F899]={ category="so", - description="ALCHEMICAL SYMBOL FOR CRUCIBLE-4", + description="UPWARDS ARROW WITH NOTCHED TAIL", direction="on", linebreak="al", - unicodeslot=0x1F768, + unicodeslot=0x1F899, }, - [0x1F769]={ + [0x1F89A]={ category="so", - description="ALCHEMICAL SYMBOL FOR CRUCIBLE-5", + description="RIGHTWARDS ARROW WITH NOTCHED TAIL", direction="on", linebreak="al", - unicodeslot=0x1F769, + unicodeslot=0x1F89A, }, - [0x1F76A]={ + [0x1F89B]={ category="so", - description="ALCHEMICAL SYMBOL FOR ALEMBIC", + description="DOWNWARDS ARROW WITH NOTCHED TAIL", direction="on", linebreak="al", - unicodeslot=0x1F76A, + unicodeslot=0x1F89B, }, - [0x1F76B]={ + [0x1F89C]={ category="so", - description="ALCHEMICAL SYMBOL FOR BATH OF MARY", + description="HEAVY ARROW SHAFT WIDTH ONE", direction="on", linebreak="al", - unicodeslot=0x1F76B, + unicodeslot=0x1F89C, }, - [0x1F76C]={ + [0x1F89D]={ category="so", - description="ALCHEMICAL SYMBOL FOR BATH OF VAPOURS", + description="HEAVY ARROW SHAFT WIDTH TWO THIRDS", direction="on", linebreak="al", - unicodeslot=0x1F76C, + unicodeslot=0x1F89D, }, - [0x1F76D]={ + [0x1F89E]={ category="so", - description="ALCHEMICAL SYMBOL FOR RETORT", + description="HEAVY ARROW SHAFT WIDTH ONE HALF", direction="on", linebreak="al", - unicodeslot=0x1F76D, + unicodeslot=0x1F89E, }, - [0x1F76E]={ + [0x1F89F]={ category="so", - description="ALCHEMICAL SYMBOL FOR HOUR", + description="HEAVY ARROW SHAFT WIDTH ONE THIRD", direction="on", linebreak="al", - unicodeslot=0x1F76E, + unicodeslot=0x1F89F, }, - [0x1F76F]={ + [0x1F8A0]={ category="so", - description="ALCHEMICAL SYMBOL FOR NIGHT", + description="LEFTWARDS BOTTOM-SHADED WHITE ARROW", direction="on", linebreak="al", - unicodeslot=0x1F76F, + unicodeslot=0x1F8A0, }, - [0x1F770]={ + [0x1F8A1]={ category="so", - description="ALCHEMICAL SYMBOL FOR DAY-NIGHT", + description="RIGHTWARDS BOTTOM SHADED WHITE ARROW", direction="on", linebreak="al", - unicodeslot=0x1F770, + unicodeslot=0x1F8A1, }, - [0x1F771]={ + [0x1F8A2]={ category="so", - description="ALCHEMICAL SYMBOL FOR MONTH", + description="LEFTWARDS TOP SHADED WHITE ARROW", direction="on", linebreak="al", - unicodeslot=0x1F771, + unicodeslot=0x1F8A2, }, - [0x1F772]={ + [0x1F8A3]={ category="so", - description="ALCHEMICAL SYMBOL FOR HALF DRAM", + description="RIGHTWARDS TOP SHADED WHITE ARROW", direction="on", linebreak="al", - unicodeslot=0x1F772, + unicodeslot=0x1F8A3, }, - [0x1F773]={ + [0x1F8A4]={ category="so", - description="ALCHEMICAL SYMBOL FOR HALF OUNCE", + description="LEFTWARDS LEFT-SHADED WHITE ARROW", direction="on", linebreak="al", - unicodeslot=0x1F773, + unicodeslot=0x1F8A4, }, - [0x1F780]={ + [0x1F8A5]={ category="so", - description="BLACK LEFT-POINTING ISOSCELES RIGHT TRIANGLE", + description="RIGHTWARDS RIGHT-SHADED WHITE ARROW", direction="on", linebreak="al", - unicodeslot=0x1F780, + unicodeslot=0x1F8A5, }, - [0x1F781]={ + [0x1F8A6]={ category="so", - description="BLACK UP-POINTING ISOSCELES RIGHT TRIANGLE", + description="LEFTWARDS RIGHT-SHADED WHITE ARROW", direction="on", linebreak="al", - unicodeslot=0x1F781, + unicodeslot=0x1F8A6, }, - [0x1F782]={ + [0x1F8A7]={ category="so", - description="BLACK RIGHT-POINTING ISOSCELES RIGHT TRIANGLE", + description="RIGHTWARDS LEFT-SHADED WHITE ARROW", direction="on", linebreak="al", - unicodeslot=0x1F782, + unicodeslot=0x1F8A7, }, - [0x1F783]={ + [0x1F8A8]={ category="so", - description="BLACK DOWN-POINTING ISOSCELES RIGHT TRIANGLE", + description="LEFTWARDS BACK-TILTED SHADOWED WHITE ARROW", direction="on", linebreak="al", - unicodeslot=0x1F783, + unicodeslot=0x1F8A8, }, - [0x1F784]={ + [0x1F8A9]={ category="so", - description="BLACK SLIGHTLY SMALL CIRCLE", + description="RIGHTWARDS BACK-TILTED SHADOWED WHITE ARROW", direction="on", linebreak="al", - unicodeslot=0x1F784, + unicodeslot=0x1F8A9, }, - [0x1F785]={ + [0x1F8AA]={ category="so", - description="MEDIUM BOLD WHITE CIRCLE", + description="LEFTWARDS FRONT-TILTED SHADOWED WHITE ARROW", direction="on", linebreak="al", - unicodeslot=0x1F785, + unicodeslot=0x1F8AA, }, - [0x1F786]={ + [0x1F8AB]={ category="so", - description="BOLD WHITE CIRCLE", + description="RIGHTWARDS FRONT-TILTED SHADOWED WHITE ARROW", direction="on", linebreak="al", - unicodeslot=0x1F786, + unicodeslot=0x1F8AB, }, - [0x1F787]={ + [0x1F8AC]={ category="so", - description="HEAVY WHITE CIRCLE", + description="WHITE ARROW SHAFT WIDTH ONE", direction="on", linebreak="al", - unicodeslot=0x1F787, + unicodeslot=0x1F8AC, }, - [0x1F788]={ + [0x1F8AD]={ category="so", - description="VERY HEAVY WHITE CIRCLE", + description="WHITE ARROW SHAFT WIDTH TWO THIRDS", direction="on", linebreak="al", - unicodeslot=0x1F788, + unicodeslot=0x1F8AD, }, - [0x1F789]={ + [0x1F8B0]={ category="so", - description="EXTREMELY HEAVY WHITE CIRCLE", + description="ARROW POINTING UPWARDS THEN NORTH WEST", direction="on", - linebreak="al", - unicodeslot=0x1F789, + linebreak="id", + unicodeslot=0x1F8B0, }, - [0x1F78A]={ + [0x1F8B1]={ category="so", - description="WHITE CIRCLE CONTAINING BLACK SMALL CIRCLE", + description="ARROW POINTING RIGHTWARDS THEN CURVING SOUTH WEST", direction="on", - linebreak="al", - unicodeslot=0x1F78A, + linebreak="id", + unicodeslot=0x1F8B1, }, - [0x1F78B]={ + [0x1F900]={ category="so", - description="ROUND TARGET", + description="CIRCLED CROSS FORMEE WITH FOUR DOTS", direction="on", linebreak="al", - synonyms={ "bullseye" }, - unicodeslot=0x1F78B, + unicodeslot=0x1F900, }, - [0x1F78C]={ + [0x1F901]={ category="so", - description="BLACK TINY SQUARE", + description="CIRCLED CROSS FORMEE WITH TWO DOTS", direction="on", linebreak="al", - unicodeslot=0x1F78C, + unicodeslot=0x1F901, }, - [0x1F78D]={ + [0x1F902]={ category="so", - description="BLACK SLIGHTLY SMALL SQUARE", + description="CIRCLED CROSS FORMEE", direction="on", linebreak="al", - unicodeslot=0x1F78D, + unicodeslot=0x1F902, }, - [0x1F78E]={ + [0x1F903]={ category="so", - description="LIGHT WHITE SQUARE", + description="LEFT HALF CIRCLE WITH FOUR DOTS", direction="on", linebreak="al", - unicodeslot=0x1F78E, + unicodeslot=0x1F903, }, - [0x1F78F]={ + [0x1F904]={ category="so", - description="MEDIUM WHITE SQUARE", + description="LEFT HALF CIRCLE WITH THREE DOTS", direction="on", linebreak="al", - unicodeslot=0x1F78F, + unicodeslot=0x1F904, }, - [0x1F790]={ + [0x1F905]={ category="so", - description="BOLD WHITE SQUARE", + description="LEFT HALF CIRCLE WITH TWO DOTS", direction="on", linebreak="al", - unicodeslot=0x1F790, + unicodeslot=0x1F905, }, - [0x1F791]={ + [0x1F906]={ category="so", - description="HEAVY WHITE SQUARE", + description="LEFT HALF CIRCLE WITH DOT", direction="on", linebreak="al", - unicodeslot=0x1F791, + unicodeslot=0x1F906, }, - [0x1F792]={ + [0x1F907]={ category="so", - description="VERY HEAVY WHITE SQUARE", + description="LEFT HALF CIRCLE", direction="on", linebreak="al", - unicodeslot=0x1F792, + unicodeslot=0x1F907, }, - [0x1F793]={ + [0x1F908]={ category="so", - description="EXTREMELY HEAVY WHITE SQUARE", + description="DOWNWARD FACING HOOK", direction="on", linebreak="al", - unicodeslot=0x1F793, + unicodeslot=0x1F908, }, - [0x1F794]={ + [0x1F909]={ category="so", - description="WHITE SQUARE CONTAINING BLACK VERY SMALL SQUARE", + description="DOWNWARD FACING NOTCHED HOOK", direction="on", linebreak="al", - unicodeslot=0x1F794, + unicodeslot=0x1F909, }, - [0x1F795]={ + [0x1F90A]={ category="so", - description="WHITE SQUARE CONTAINING BLACK MEDIUM SQUARE", + description="DOWNWARD FACING HOOK WITH DOT", direction="on", linebreak="al", - unicodeslot=0x1F795, + unicodeslot=0x1F90A, }, - [0x1F796]={ + [0x1F90B]={ category="so", - description="SQUARE TARGET", + description="DOWNWARD FACING NOTCHED HOOK WITH DOT", direction="on", linebreak="al", - unicodeslot=0x1F796, + unicodeslot=0x1F90B, }, - [0x1F797]={ + [0x1F90C]={ category="so", - description="BLACK TINY DIAMOND", + cjkwd="w", + description="PINCHED FINGERS", direction="on", - linebreak="al", - unicodeslot=0x1F797, + linebreak="eb", + unicodeslot=0x1F90C, }, - [0x1F798]={ + [0x1F90D]={ category="so", - description="BLACK VERY SMALL DIAMOND", + cjkwd="w", + description="WHITE HEART", direction="on", - linebreak="al", - unicodeslot=0x1F798, + linebreak="id", + unicodeslot=0x1F90D, }, - [0x1F799]={ + [0x1F90E]={ category="so", - description="BLACK MEDIUM SMALL DIAMOND", + cjkwd="w", + description="BROWN HEART", direction="on", - linebreak="al", - unicodeslot=0x1F799, + linebreak="id", + unicodeslot=0x1F90E, }, - [0x1F79A]={ + [0x1F90F]={ category="so", - description="WHITE DIAMOND CONTAINING BLACK VERY SMALL DIAMOND", + cjkwd="w", + description="PINCHING HAND", direction="on", - linebreak="al", - unicodeslot=0x1F79A, + linebreak="eb", + unicodeslot=0x1F90F, }, - [0x1F79B]={ + [0x1F910]={ category="so", - description="WHITE DIAMOND CONTAINING BLACK MEDIUM DIAMOND", + cjkwd="w", + description="ZIPPER-MOUTH FACE", direction="on", - linebreak="al", - unicodeslot=0x1F79B, + linebreak="id", + unicodeslot=0x1F910, }, - [0x1F79C]={ + [0x1F911]={ category="so", - description="DIAMOND TARGET", + cjkwd="w", + description="MONEY-MOUTH FACE", direction="on", - linebreak="al", - unicodeslot=0x1F79C, + linebreak="id", + unicodeslot=0x1F911, }, - [0x1F79D]={ + [0x1F912]={ category="so", - description="BLACK TINY LOZENGE", + cjkwd="w", + description="FACE WITH THERMOMETER", direction="on", - linebreak="al", - unicodeslot=0x1F79D, + linebreak="id", + unicodeslot=0x1F912, }, - [0x1F79E]={ + [0x1F913]={ category="so", - description="BLACK VERY SMALL LOZENGE", + cjkwd="w", + description="NERD FACE", direction="on", - linebreak="al", - unicodeslot=0x1F79E, + linebreak="id", + unicodeslot=0x1F913, }, - [0x1F79F]={ + [0x1F914]={ category="so", - description="BLACK MEDIUM SMALL LOZENGE", + cjkwd="w", + description="THINKING FACE", direction="on", - linebreak="al", - unicodeslot=0x1F79F, + linebreak="id", + unicodeslot=0x1F914, }, - [0x1F7A0]={ + [0x1F915]={ category="so", - description="WHITE LOZENGE CONTAINING BLACK SMALL LOZENGE", + cjkwd="w", + description="FACE WITH HEAD-BANDAGE", direction="on", - linebreak="al", - unicodeslot=0x1F7A0, + linebreak="id", + unicodeslot=0x1F915, }, - [0x1F7A1]={ + [0x1F916]={ category="so", - description="THIN GREEK CROSS", + cjkwd="w", + description="ROBOT FACE", direction="on", - linebreak="al", - unicodeslot=0x1F7A1, + linebreak="id", + unicodeslot=0x1F916, }, - [0x1F7A2]={ + [0x1F917]={ category="so", - description="LIGHT GREEK CROSS", + cjkwd="w", + description="HUGGING FACE", direction="on", - linebreak="al", - unicodeslot=0x1F7A2, + linebreak="id", + unicodeslot=0x1F917, }, - [0x1F7A3]={ + [0x1F918]={ category="so", - description="MEDIUM GREEK CROSS", + cjkwd="w", + description="SIGN OF THE HORNS", direction="on", - linebreak="al", - unicodeslot=0x1F7A3, + linebreak="eb", + unicodeslot=0x1F918, }, - [0x1F7A4]={ + [0x1F919]={ category="so", - description="BOLD GREEK CROSS", + cjkwd="w", + description="CALL ME HAND", direction="on", - linebreak="al", - unicodeslot=0x1F7A4, + linebreak="eb", + unicodeslot=0x1F919, }, - [0x1F7A5]={ + [0x1F91A]={ category="so", - description="VERY BOLD GREEK CROSS", + cjkwd="w", + description="RAISED BACK OF HAND", direction="on", - linebreak="al", - unicodeslot=0x1F7A5, + linebreak="eb", + unicodeslot=0x1F91A, }, - [0x1F7A6]={ + [0x1F91B]={ category="so", - description="VERY HEAVY GREEK CROSS", + cjkwd="w", + description="LEFT-FACING FIST", direction="on", - linebreak="al", - unicodeslot=0x1F7A6, + linebreak="eb", + unicodeslot=0x1F91B, }, - [0x1F7A7]={ + [0x1F91C]={ category="so", - description="EXTREMELY HEAVY GREEK CROSS", + cjkwd="w", + description="RIGHT-FACING FIST", direction="on", - linebreak="al", - unicodeslot=0x1F7A7, + linebreak="eb", + unicodeslot=0x1F91C, }, - [0x1F7A8]={ + [0x1F91D]={ category="so", - description="THIN SALTIRE", + cjkwd="w", + description="HANDSHAKE", direction="on", - linebreak="al", - unicodeslot=0x1F7A8, + linebreak="eb", + unicodeslot=0x1F91D, }, - [0x1F7A9]={ + [0x1F91E]={ category="so", - description="LIGHT SALTIRE", + cjkwd="w", + description="HAND WITH INDEX AND MIDDLE FINGERS CROSSED", direction="on", - linebreak="al", - unicodeslot=0x1F7A9, + linebreak="eb", + synonyms={ "crossed fingers", "fingers crossed" }, + unicodeslot=0x1F91E, }, - [0x1F7AA]={ + [0x1F91F]={ category="so", - description="MEDIUM SALTIRE", + cjkwd="w", + description="I LOVE YOU HAND SIGN", direction="on", - linebreak="al", - unicodeslot=0x1F7AA, + linebreak="eb", + synonyms={ "hand sign love" }, + unicodeslot=0x1F91F, }, - [0x1F7AB]={ + [0x1F920]={ category="so", - description="BOLD SALTIRE", + cjkwd="w", + description="FACE WITH COWBOY HAT", direction="on", - linebreak="al", - unicodeslot=0x1F7AB, + linebreak="id", + unicodeslot=0x1F920, }, - [0x1F7AC]={ + [0x1F921]={ category="so", - description="HEAVY SALTIRE", + cjkwd="w", + description="CLOWN FACE", direction="on", - linebreak="al", - unicodeslot=0x1F7AC, + linebreak="id", + unicodeslot=0x1F921, }, - [0x1F7AD]={ + [0x1F922]={ category="so", - description="VERY HEAVY SALTIRE", + cjkwd="w", + description="NAUSEATED FACE", direction="on", - linebreak="al", - unicodeslot=0x1F7AD, + linebreak="id", + unicodeslot=0x1F922, }, - [0x1F7AE]={ + [0x1F923]={ category="so", - description="EXTREMELY HEAVY SALTIRE", + cjkwd="w", + description="ROLLING ON THE FLOOR LAUGHING", direction="on", - linebreak="al", - unicodeslot=0x1F7AE, + linebreak="id", + synonyms={ "rofl" }, + unicodeslot=0x1F923, }, - [0x1F7AF]={ + [0x1F924]={ category="so", - description="LIGHT FIVE SPOKED ASTERISK", + cjkwd="w", + description="DROOLING FACE", direction="on", - linebreak="al", - unicodeslot=0x1F7AF, + linebreak="id", + unicodeslot=0x1F924, }, - [0x1F7B0]={ + [0x1F925]={ category="so", - description="MEDIUM FIVE SPOKED ASTERISK", + cjkwd="w", + description="LYING FACE", direction="on", - linebreak="al", - unicodeslot=0x1F7B0, + linebreak="id", + unicodeslot=0x1F925, }, - [0x1F7B1]={ + [0x1F926]={ category="so", - description="BOLD FIVE SPOKED ASTERISK", + cjkwd="w", + description="FACE PALM", direction="on", - linebreak="al", - unicodeslot=0x1F7B1, + linebreak="eb", + unicodeslot=0x1F926, }, - [0x1F7B2]={ + [0x1F927]={ category="so", - description="HEAVY FIVE SPOKED ASTERISK", + cjkwd="w", + description="SNEEZING FACE", direction="on", - linebreak="al", - unicodeslot=0x1F7B2, + linebreak="id", + unicodeslot=0x1F927, }, - [0x1F7B3]={ + [0x1F928]={ category="so", - description="VERY HEAVY FIVE SPOKED ASTERISK", + cjkwd="w", + description="FACE WITH ONE EYEBROW RAISED", direction="on", - linebreak="al", - unicodeslot=0x1F7B3, + linebreak="id", + unicodeslot=0x1F928, }, - [0x1F7B4]={ + [0x1F929]={ category="so", - description="EXTREMELY HEAVY FIVE SPOKED ASTERISK", + cjkwd="w", + description="GRINNING FACE WITH STAR EYES", direction="on", - linebreak="al", - unicodeslot=0x1F7B4, + linebreak="id", + unicodeslot=0x1F929, }, - [0x1F7B5]={ + [0x1F92A]={ category="so", - description="LIGHT SIX SPOKED ASTERISK", + cjkwd="w", + description="GRINNING FACE WITH ONE LARGE AND ONE SMALL EYE", direction="on", - linebreak="al", - unicodeslot=0x1F7B5, + linebreak="id", + unicodeslot=0x1F92A, }, - [0x1F7B6]={ + [0x1F92B]={ category="so", - description="MEDIUM SIX SPOKED ASTERISK", + cjkwd="w", + description="FACE WITH FINGER COVERING CLOSED LIPS", direction="on", - linebreak="al", - unicodeslot=0x1F7B6, + linebreak="id", + unicodeslot=0x1F92B, }, - [0x1F7B7]={ + [0x1F92C]={ category="so", - description="BOLD SIX SPOKED ASTERISK", + cjkwd="w", + description="SERIOUS FACE WITH SYMBOLS COVERING MOUTH", direction="on", - linebreak="al", - unicodeslot=0x1F7B7, + linebreak="id", + unicodeslot=0x1F92C, }, - [0x1F7B8]={ + [0x1F92D]={ category="so", - description="HEAVY SIX SPOKED ASTERISK", + cjkwd="w", + description="SMILING FACE WITH SMILING EYES AND HAND COVERING MOUTH", direction="on", - linebreak="al", - unicodeslot=0x1F7B8, + linebreak="id", + unicodeslot=0x1F92D, }, - [0x1F7B9]={ + [0x1F92E]={ category="so", - description="VERY HEAVY SIX SPOKED ASTERISK", + cjkwd="w", + description="FACE WITH OPEN MOUTH VOMITING", direction="on", - linebreak="al", - unicodeslot=0x1F7B9, + linebreak="id", + unicodeslot=0x1F92E, }, - [0x1F7BA]={ + [0x1F92F]={ category="so", - description="EXTREMELY HEAVY SIX SPOKED ASTERISK", + cjkwd="w", + description="SHOCKED FACE WITH EXPLODING HEAD", direction="on", - linebreak="al", - unicodeslot=0x1F7BA, + linebreak="id", + unicodeslot=0x1F92F, }, - [0x1F7BB]={ + [0x1F930]={ category="so", - description="LIGHT EIGHT SPOKED ASTERISK", + cjkwd="w", + description="PREGNANT WOMAN", direction="on", - linebreak="al", - unicodeslot=0x1F7BB, + linebreak="eb", + unicodeslot=0x1F930, }, - [0x1F7BC]={ + [0x1F931]={ category="so", - description="MEDIUM EIGHT SPOKED ASTERISK", + cjkwd="w", + description="BREAST-FEEDING", direction="on", - linebreak="al", - unicodeslot=0x1F7BC, + linebreak="eb", + unicodeslot=0x1F931, }, - [0x1F7BD]={ + [0x1F932]={ category="so", - description="BOLD EIGHT SPOKED ASTERISK", + cjkwd="w", + description="PALMS UP TOGETHER", direction="on", - linebreak="al", - unicodeslot=0x1F7BD, + linebreak="eb", + unicodeslot=0x1F932, }, - [0x1F7BE]={ + [0x1F933]={ category="so", - description="HEAVY EIGHT SPOKED ASTERISK", + cjkwd="w", + description="SELFIE", direction="on", - linebreak="al", - unicodeslot=0x1F7BE, + linebreak="eb", + unicodeslot=0x1F933, }, - [0x1F7BF]={ + [0x1F934]={ category="so", - description="VERY HEAVY EIGHT SPOKED ASTERISK", + cjkwd="w", + description="PRINCE", direction="on", - linebreak="al", - unicodeslot=0x1F7BF, + linebreak="eb", + unicodeslot=0x1F934, }, - [0x1F7C0]={ + [0x1F935]={ category="so", - description="LIGHT THREE POINTED BLACK STAR", + cjkwd="w", + description="MAN IN TUXEDO", direction="on", - linebreak="al", - unicodeslot=0x1F7C0, + linebreak="eb", + unicodeslot=0x1F935, }, - [0x1F7C1]={ + [0x1F936]={ category="so", - description="MEDIUM THREE POINTED BLACK STAR", + cjkwd="w", + description="MOTHER CHRISTMAS", direction="on", - linebreak="al", - unicodeslot=0x1F7C1, + linebreak="eb", + unicodeslot=0x1F936, }, - [0x1F7C2]={ + [0x1F937]={ category="so", - description="THREE POINTED BLACK STAR", + cjkwd="w", + description="SHRUG", direction="on", - linebreak="al", - unicodeslot=0x1F7C2, + linebreak="eb", + unicodeslot=0x1F937, }, - [0x1F7C3]={ + [0x1F938]={ category="so", - description="MEDIUM THREE POINTED PINWHEEL STAR", + cjkwd="w", + description="PERSON DOING CARTWHEEL", direction="on", - linebreak="al", - unicodeslot=0x1F7C3, + linebreak="eb", + unicodeslot=0x1F938, }, - [0x1F7C4]={ + [0x1F939]={ category="so", - description="LIGHT FOUR POINTED BLACK STAR", + cjkwd="w", + description="JUGGLING", direction="on", - linebreak="al", - unicodeslot=0x1F7C4, + linebreak="eb", + unicodeslot=0x1F939, }, - [0x1F7C5]={ + [0x1F93A]={ category="so", - description="MEDIUM FOUR POINTED BLACK STAR", + cjkwd="w", + description="FENCER", direction="on", - linebreak="al", - unicodeslot=0x1F7C5, + linebreak="id", + unicodeslot=0x1F93A, }, - [0x1F7C6]={ + [0x1F93B]={ category="so", - description="FOUR POINTED BLACK STAR", + description="MODERN PENTATHLON", direction="on", - linebreak="al", - unicodeslot=0x1F7C6, + linebreak="id", + unicodeslot=0x1F93B, }, - [0x1F7C7]={ + [0x1F93C]={ category="so", - description="MEDIUM FOUR POINTED PINWHEEL STAR", + cjkwd="w", + description="WRESTLERS", direction="on", - linebreak="al", - unicodeslot=0x1F7C7, + linebreak="eb", + unicodeslot=0x1F93C, }, - [0x1F7C8]={ + [0x1F93D]={ category="so", - description="REVERSE LIGHT FOUR POINTED PINWHEEL STAR", + cjkwd="w", + description="WATER POLO", direction="on", - linebreak="al", - unicodeslot=0x1F7C8, + linebreak="eb", + unicodeslot=0x1F93D, }, - [0x1F7C9]={ + [0x1F93E]={ category="so", - description="LIGHT FIVE POINTED BLACK STAR", + cjkwd="w", + description="HANDBALL", direction="on", - linebreak="al", - unicodeslot=0x1F7C9, + linebreak="eb", + unicodeslot=0x1F93E, }, - [0x1F7CA]={ + [0x1F93F]={ category="so", - description="HEAVY FIVE POINTED BLACK STAR", + cjkwd="w", + description="DIVING MASK", direction="on", - linebreak="al", - unicodeslot=0x1F7CA, + linebreak="id", + unicodeslot=0x1F93F, }, - [0x1F7CB]={ + [0x1F940]={ category="so", - description="MEDIUM SIX POINTED BLACK STAR", + cjkwd="w", + description="WILTED FLOWER", direction="on", - linebreak="al", - unicodeslot=0x1F7CB, + linebreak="id", + unicodeslot=0x1F940, }, - [0x1F7CC]={ + [0x1F941]={ category="so", - description="HEAVY SIX POINTED BLACK STAR", + cjkwd="w", + description="DRUM WITH DRUMSTICKS", direction="on", - linebreak="al", - unicodeslot=0x1F7CC, + linebreak="id", + unicodeslot=0x1F941, }, - [0x1F7CD]={ + [0x1F942]={ category="so", - description="SIX POINTED PINWHEEL STAR", + cjkwd="w", + description="CLINKING GLASSES", direction="on", - linebreak="al", - unicodeslot=0x1F7CD, + linebreak="id", + unicodeslot=0x1F942, }, - [0x1F7CE]={ + [0x1F943]={ category="so", - description="MEDIUM EIGHT POINTED BLACK STAR", + cjkwd="w", + description="TUMBLER GLASS", direction="on", - linebreak="al", - unicodeslot=0x1F7CE, + linebreak="id", + unicodeslot=0x1F943, }, - [0x1F7CF]={ + [0x1F944]={ category="so", - description="HEAVY EIGHT POINTED BLACK STAR", + cjkwd="w", + description="SPOON", direction="on", - linebreak="al", - unicodeslot=0x1F7CF, + linebreak="id", + unicodeslot=0x1F944, }, - [0x1F7D0]={ + [0x1F945]={ category="so", - description="VERY HEAVY EIGHT POINTED BLACK STAR", + cjkwd="w", + description="GOAL NET", direction="on", - linebreak="al", - unicodeslot=0x1F7D0, + linebreak="id", + unicodeslot=0x1F945, }, - [0x1F7D1]={ + [0x1F946]={ category="so", - description="HEAVY EIGHT POINTED PINWHEEL STAR", + description="RIFLE", direction="on", - linebreak="al", - unicodeslot=0x1F7D1, + linebreak="id", + unicodeslot=0x1F946, }, - [0x1F7D2]={ + [0x1F947]={ category="so", - description="LIGHT TWELVE POINTED BLACK STAR", + cjkwd="w", + description="FIRST PLACE MEDAL", direction="on", - linebreak="al", - unicodeslot=0x1F7D2, + linebreak="id", + synonyms={ "gold medal" }, + unicodeslot=0x1F947, }, - [0x1F7D3]={ + [0x1F948]={ category="so", - description="HEAVY TWELVE POINTED BLACK STAR", + cjkwd="w", + description="SECOND PLACE MEDAL", direction="on", - linebreak="al", - unicodeslot=0x1F7D3, + linebreak="id", + synonyms={ "silver medal" }, + unicodeslot=0x1F948, }, - [0x1F7D4]={ + [0x1F949]={ category="so", - description="HEAVY TWELVE POINTED PINWHEEL STAR", + cjkwd="w", + description="THIRD PLACE MEDAL", direction="on", - linebreak="al", - unicodeslot=0x1F7D4, + linebreak="id", + synonyms={ "bronze medal" }, + unicodeslot=0x1F949, }, - [0x1F7D5]={ + [0x1F94A]={ category="so", - description="CIRCLED TRIANGLE", + cjkwd="w", + description="BOXING GLOVE", direction="on", linebreak="id", - unicodeslot=0x1F7D5, + unicodeslot=0x1F94A, }, - [0x1F7D6]={ + [0x1F94B]={ category="so", - description="NEGATIVE CIRCLED TRIANGLE", + cjkwd="w", + description="MARTIAL ARTS UNIFORM", direction="on", linebreak="id", - unicodeslot=0x1F7D6, + unicodeslot=0x1F94B, }, - [0x1F7D7]={ + [0x1F94C]={ category="so", - description="CIRCLED SQUARE", + cjkwd="w", + description="CURLING STONE", direction="on", linebreak="id", - unicodeslot=0x1F7D7, + unicodeslot=0x1F94C, }, - [0x1F7D8]={ + [0x1F94D]={ category="so", - description="NEGATIVE CIRCLED SQUARE", + cjkwd="w", + description="LACROSSE STICK AND BALL", direction="on", linebreak="id", - unicodeslot=0x1F7D8, + unicodeslot=0x1F94D, }, - [0x1F7E0]={ + [0x1F94E]={ category="so", cjkwd="w", - description="LARGE ORANGE CIRCLE", + description="SOFTBALL", direction="on", linebreak="id", - unicodeslot=0x1F7E0, + unicodeslot=0x1F94E, }, - [0x1F7E1]={ + [0x1F94F]={ category="so", cjkwd="w", - description="LARGE YELLOW CIRCLE", + description="FLYING DISC", direction="on", linebreak="id", - unicodeslot=0x1F7E1, + unicodeslot=0x1F94F, }, - [0x1F7E2]={ + [0x1F950]={ category="so", cjkwd="w", - description="LARGE GREEN CIRCLE", + description="CROISSANT", direction="on", linebreak="id", - unicodeslot=0x1F7E2, + unicodeslot=0x1F950, }, - [0x1F7E3]={ + [0x1F951]={ category="so", cjkwd="w", - description="LARGE PURPLE CIRCLE", + description="AVOCADO", direction="on", linebreak="id", - unicodeslot=0x1F7E3, + unicodeslot=0x1F951, }, - [0x1F7E4]={ + [0x1F952]={ category="so", cjkwd="w", - description="LARGE BROWN CIRCLE", + description="CUCUMBER", direction="on", linebreak="id", - unicodeslot=0x1F7E4, + unicodeslot=0x1F952, }, - [0x1F7E5]={ + [0x1F953]={ category="so", cjkwd="w", - description="LARGE RED SQUARE", + description="BACON", direction="on", linebreak="id", - unicodeslot=0x1F7E5, + unicodeslot=0x1F953, }, - [0x1F7E6]={ + [0x1F954]={ category="so", cjkwd="w", - description="LARGE BLUE SQUARE", + description="POTATO", direction="on", linebreak="id", - unicodeslot=0x1F7E6, + unicodeslot=0x1F954, }, - [0x1F7E7]={ + [0x1F955]={ category="so", cjkwd="w", - description="LARGE ORANGE SQUARE", + description="CARROT", direction="on", linebreak="id", - unicodeslot=0x1F7E7, + unicodeslot=0x1F955, }, - [0x1F7E8]={ + [0x1F956]={ category="so", cjkwd="w", - description="LARGE YELLOW SQUARE", + description="BAGUETTE BREAD", direction="on", linebreak="id", - unicodeslot=0x1F7E8, + unicodeslot=0x1F956, }, - [0x1F7E9]={ + [0x1F957]={ category="so", cjkwd="w", - description="LARGE GREEN SQUARE", + description="GREEN SALAD", direction="on", linebreak="id", - unicodeslot=0x1F7E9, + unicodeslot=0x1F957, }, - [0x1F7EA]={ + [0x1F958]={ category="so", cjkwd="w", - description="LARGE PURPLE SQUARE", + description="SHALLOW PAN OF FOOD", direction="on", linebreak="id", - unicodeslot=0x1F7EA, + synonyms={ "paella" }, + unicodeslot=0x1F958, }, - [0x1F7EB]={ + [0x1F959]={ category="so", cjkwd="w", - description="LARGE BROWN SQUARE", + description="STUFFED FLATBREAD", direction="on", linebreak="id", - unicodeslot=0x1F7EB, + unicodeslot=0x1F959, }, - [0x1F800]={ + [0x1F95A]={ category="so", - description="LEFTWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD", + cjkwd="w", + description="EGG", direction="on", - linebreak="al", - unicodeslot=0x1F800, + linebreak="id", + unicodeslot=0x1F95A, }, - [0x1F801]={ + [0x1F95B]={ category="so", - description="UPWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD", + cjkwd="w", + description="GLASS OF MILK", direction="on", - linebreak="al", - unicodeslot=0x1F801, + linebreak="id", + unicodeslot=0x1F95B, }, - [0x1F802]={ + [0x1F95C]={ category="so", - description="RIGHTWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD", + cjkwd="w", + description="PEANUTS", direction="on", - linebreak="al", - unicodeslot=0x1F802, + linebreak="id", + unicodeslot=0x1F95C, }, - [0x1F803]={ + [0x1F95D]={ category="so", - description="DOWNWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD", + cjkwd="w", + description="KIWIFRUIT", direction="on", - linebreak="al", - unicodeslot=0x1F803, + linebreak="id", + unicodeslot=0x1F95D, }, - [0x1F804]={ + [0x1F95E]={ category="so", - description="LEFTWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD", + cjkwd="w", + description="PANCAKES", direction="on", - linebreak="al", - unicodeslot=0x1F804, + linebreak="id", + unicodeslot=0x1F95E, }, - [0x1F805]={ + [0x1F95F]={ category="so", - description="UPWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD", + cjkwd="w", + description="DUMPLING", direction="on", - linebreak="al", - unicodeslot=0x1F805, + linebreak="id", + unicodeslot=0x1F95F, }, - [0x1F806]={ + [0x1F960]={ category="so", - description="RIGHTWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD", + cjkwd="w", + description="FORTUNE COOKIE", direction="on", - linebreak="al", - unicodeslot=0x1F806, + linebreak="id", + unicodeslot=0x1F960, }, - [0x1F807]={ + [0x1F961]={ category="so", - description="DOWNWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD", + cjkwd="w", + description="TAKEOUT BOX", direction="on", - linebreak="al", - unicodeslot=0x1F807, + linebreak="id", + unicodeslot=0x1F961, }, - [0x1F808]={ + [0x1F962]={ category="so", - description="LEFTWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD", + cjkwd="w", + description="CHOPSTICKS", direction="on", - linebreak="al", - unicodeslot=0x1F808, + linebreak="id", + unicodeslot=0x1F962, }, - [0x1F809]={ + [0x1F963]={ category="so", - description="UPWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD", + cjkwd="w", + description="BOWL WITH SPOON", direction="on", - linebreak="al", - unicodeslot=0x1F809, + linebreak="id", + unicodeslot=0x1F963, }, - [0x1F80A]={ + [0x1F964]={ category="so", - description="RIGHTWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD", + cjkwd="w", + description="CUP WITH STRAW", direction="on", - linebreak="al", - unicodeslot=0x1F80A, + linebreak="id", + unicodeslot=0x1F964, }, - [0x1F80B]={ + [0x1F965]={ category="so", - description="DOWNWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD", + cjkwd="w", + description="COCONUT", direction="on", - linebreak="al", - unicodeslot=0x1F80B, + linebreak="id", + unicodeslot=0x1F965, }, - [0x1F810]={ + [0x1F966]={ category="so", - description="LEFTWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD", + cjkwd="w", + description="BROCCOLI", direction="on", - linebreak="al", - unicodeslot=0x1F810, + linebreak="id", + unicodeslot=0x1F966, }, - [0x1F811]={ + [0x1F967]={ category="so", - description="UPWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD", + cjkwd="w", + description="PIE", direction="on", - linebreak="al", - unicodeslot=0x1F811, + linebreak="id", + unicodeslot=0x1F967, }, - [0x1F812]={ + [0x1F968]={ category="so", - description="RIGHTWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD", + cjkwd="w", + description="PRETZEL", direction="on", - linebreak="al", - unicodeslot=0x1F812, + linebreak="id", + unicodeslot=0x1F968, }, - [0x1F813]={ + [0x1F969]={ category="so", - description="DOWNWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD", + cjkwd="w", + description="CUT OF MEAT", direction="on", - linebreak="al", - unicodeslot=0x1F813, + linebreak="id", + unicodeslot=0x1F969, }, - [0x1F814]={ + [0x1F96A]={ category="so", - description="LEFTWARDS ARROW WITH EQUILATERAL ARROWHEAD", + cjkwd="w", + description="SANDWICH", direction="on", - linebreak="al", - unicodeslot=0x1F814, + linebreak="id", + unicodeslot=0x1F96A, }, - [0x1F815]={ + [0x1F96B]={ category="so", - description="UPWARDS ARROW WITH EQUILATERAL ARROWHEAD", + cjkwd="w", + description="CANNED FOOD", direction="on", - linebreak="al", - unicodeslot=0x1F815, + linebreak="id", + unicodeslot=0x1F96B, }, - [0x1F816]={ + [0x1F96C]={ category="so", - description="RIGHTWARDS ARROW WITH EQUILATERAL ARROWHEAD", + cjkwd="w", + description="LEAFY GREEN", direction="on", - linebreak="al", - unicodeslot=0x1F816, + linebreak="id", + unicodeslot=0x1F96C, }, - [0x1F817]={ + [0x1F96D]={ category="so", - description="DOWNWARDS ARROW WITH EQUILATERAL ARROWHEAD", + cjkwd="w", + description="MANGO", direction="on", - linebreak="al", - unicodeslot=0x1F817, + linebreak="id", + unicodeslot=0x1F96D, }, - [0x1F818]={ + [0x1F96E]={ category="so", - description="HEAVY LEFTWARDS ARROW WITH EQUILATERAL ARROWHEAD", + cjkwd="w", + description="MOON CAKE", direction="on", - linebreak="al", - unicodeslot=0x1F818, + linebreak="id", + unicodeslot=0x1F96E, }, - [0x1F819]={ + [0x1F96F]={ category="so", - description="HEAVY UPWARDS ARROW WITH EQUILATERAL ARROWHEAD", + cjkwd="w", + description="BAGEL", direction="on", - linebreak="al", - unicodeslot=0x1F819, + linebreak="id", + unicodeslot=0x1F96F, }, - [0x1F81A]={ + [0x1F970]={ category="so", - description="HEAVY RIGHTWARDS ARROW WITH EQUILATERAL ARROWHEAD", + cjkwd="w", + description="SMILING FACE WITH SMILING EYES AND THREE HEARTS", direction="on", - linebreak="al", - unicodeslot=0x1F81A, + linebreak="id", + unicodeslot=0x1F970, }, - [0x1F81B]={ + [0x1F971]={ category="so", - description="HEAVY DOWNWARDS ARROW WITH EQUILATERAL ARROWHEAD", + cjkwd="w", + description="YAWNING FACE", direction="on", - linebreak="al", - unicodeslot=0x1F81B, + linebreak="id", + unicodeslot=0x1F971, }, - [0x1F81C]={ + [0x1F972]={ category="so", - description="HEAVY LEFTWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD", + cjkwd="w", + description="SMILING FACE WITH TEAR", direction="on", - linebreak="al", - unicodeslot=0x1F81C, + linebreak="id", + unicodeslot=0x1F972, }, - [0x1F81D]={ + [0x1F973]={ category="so", - description="HEAVY UPWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD", + cjkwd="w", + description="FACE WITH PARTY HORN AND PARTY HAT", direction="on", - linebreak="al", - unicodeslot=0x1F81D, + linebreak="id", + unicodeslot=0x1F973, }, - [0x1F81E]={ + [0x1F974]={ category="so", - description="HEAVY RIGHTWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD", + cjkwd="w", + description="FACE WITH UNEVEN EYES AND WAVY MOUTH", direction="on", - linebreak="al", - unicodeslot=0x1F81E, + linebreak="id", + unicodeslot=0x1F974, }, - [0x1F81F]={ + [0x1F975]={ category="so", - description="HEAVY DOWNWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD", + cjkwd="w", + description="OVERHEATED FACE", direction="on", - linebreak="al", - unicodeslot=0x1F81F, + linebreak="id", + unicodeslot=0x1F975, }, - [0x1F820]={ + [0x1F976]={ category="so", - description="LEFTWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT", + cjkwd="w", + description="FREEZING FACE", direction="on", - linebreak="al", - unicodeslot=0x1F820, + linebreak="id", + unicodeslot=0x1F976, }, - [0x1F821]={ + [0x1F977]={ category="so", - description="UPWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT", + cjkwd="w", + description="NINJA", direction="on", - linebreak="al", - unicodeslot=0x1F821, + linebreak="eb", + unicodeslot=0x1F977, }, - [0x1F822]={ + [0x1F978]={ category="so", - description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT", + cjkwd="w", + description="DISGUISED FACE", direction="on", - linebreak="al", - unicodeslot=0x1F822, + linebreak="id", + synonyms={ "face with groucho glasses" }, + unicodeslot=0x1F978, }, - [0x1F823]={ + [0x1F97A]={ category="so", - description="DOWNWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT", + cjkwd="w", + description="FACE WITH PLEADING EYES", direction="on", - linebreak="al", - unicodeslot=0x1F823, + linebreak="id", + unicodeslot=0x1F97A, }, - [0x1F824]={ + [0x1F97B]={ category="so", - description="LEFTWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT", + cjkwd="w", + description="SARI", direction="on", - linebreak="al", - unicodeslot=0x1F824, + linebreak="id", + unicodeslot=0x1F97B, }, - [0x1F825]={ + [0x1F97C]={ category="so", - description="UPWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT", + cjkwd="w", + description="LAB COAT", direction="on", - linebreak="al", - unicodeslot=0x1F825, + linebreak="id", + unicodeslot=0x1F97C, }, - [0x1F826]={ + [0x1F97D]={ category="so", - description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT", + cjkwd="w", + description="GOGGLES", direction="on", - linebreak="al", - unicodeslot=0x1F826, + linebreak="id", + unicodeslot=0x1F97D, }, - [0x1F827]={ + [0x1F97E]={ category="so", - description="DOWNWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT", + cjkwd="w", + description="HIKING BOOT", direction="on", - linebreak="al", - unicodeslot=0x1F827, + linebreak="id", + unicodeslot=0x1F97E, }, - [0x1F828]={ + [0x1F97F]={ category="so", - description="LEFTWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT", + cjkwd="w", + description="FLAT SHOE", direction="on", - linebreak="al", - unicodeslot=0x1F828, + linebreak="id", + unicodeslot=0x1F97F, }, - [0x1F829]={ + [0x1F980]={ category="so", - description="UPWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT", + cjkwd="w", + description="CRAB", direction="on", - linebreak="al", - unicodeslot=0x1F829, + linebreak="id", + unicodeslot=0x1F980, }, - [0x1F82A]={ + [0x1F981]={ category="so", - description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT", + cjkwd="w", + description="LION FACE", direction="on", - linebreak="al", - unicodeslot=0x1F82A, + linebreak="id", + unicodeslot=0x1F981, }, - [0x1F82B]={ + [0x1F982]={ category="so", - description="DOWNWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT", + cjkwd="w", + description="SCORPION", direction="on", - linebreak="al", - unicodeslot=0x1F82B, + linebreak="id", + unicodeslot=0x1F982, }, - [0x1F82C]={ + [0x1F983]={ category="so", - description="LEFTWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT", + cjkwd="w", + description="TURKEY", direction="on", - linebreak="al", - unicodeslot=0x1F82C, + linebreak="id", + unicodeslot=0x1F983, }, - [0x1F82D]={ + [0x1F984]={ category="so", - description="UPWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT", + cjkwd="w", + description="UNICORN FACE", direction="on", - linebreak="al", - unicodeslot=0x1F82D, + linebreak="id", + unicodeslot=0x1F984, }, - [0x1F82E]={ + [0x1F985]={ category="so", - description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT", + cjkwd="w", + description="EAGLE", direction="on", - linebreak="al", - unicodeslot=0x1F82E, + linebreak="id", + unicodeslot=0x1F985, }, - [0x1F82F]={ + [0x1F986]={ category="so", - description="DOWNWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT", + cjkwd="w", + description="DUCK", direction="on", - linebreak="al", - unicodeslot=0x1F82F, + linebreak="id", + unicodeslot=0x1F986, }, - [0x1F830]={ + [0x1F987]={ category="so", - description="LEFTWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT", + cjkwd="w", + description="BAT", direction="on", - linebreak="al", - unicodeslot=0x1F830, + linebreak="id", + unicodeslot=0x1F987, }, - [0x1F831]={ + [0x1F988]={ category="so", - description="UPWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT", + cjkwd="w", + description="SHARK", direction="on", - linebreak="al", - unicodeslot=0x1F831, + linebreak="id", + unicodeslot=0x1F988, }, - [0x1F832]={ + [0x1F989]={ category="so", - description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT", + cjkwd="w", + description="OWL", direction="on", - linebreak="al", - unicodeslot=0x1F832, + linebreak="id", + unicodeslot=0x1F989, }, - [0x1F833]={ + [0x1F98A]={ category="so", - description="DOWNWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT", + cjkwd="w", + description="FOX FACE", direction="on", - linebreak="al", - unicodeslot=0x1F833, + linebreak="id", + unicodeslot=0x1F98A, }, - [0x1F834]={ + [0x1F98B]={ category="so", - description="LEFTWARDS FINGER-POST ARROW", + cjkwd="w", + description="BUTTERFLY", direction="on", - linebreak="al", - unicodeslot=0x1F834, + linebreak="id", + unicodeslot=0x1F98B, }, - [0x1F835]={ + [0x1F98C]={ category="so", - description="UPWARDS FINGER-POST ARROW", + cjkwd="w", + description="DEER", direction="on", - linebreak="al", - unicodeslot=0x1F835, + linebreak="id", + unicodeslot=0x1F98C, }, - [0x1F836]={ + [0x1F98D]={ category="so", - description="RIGHTWARDS FINGER-POST ARROW", + cjkwd="w", + description="GORILLA", direction="on", - linebreak="al", - unicodeslot=0x1F836, + linebreak="id", + unicodeslot=0x1F98D, }, - [0x1F837]={ + [0x1F98E]={ category="so", - description="DOWNWARDS FINGER-POST ARROW", + cjkwd="w", + description="LIZARD", direction="on", - linebreak="al", - unicodeslot=0x1F837, + linebreak="id", + unicodeslot=0x1F98E, }, - [0x1F838]={ + [0x1F98F]={ category="so", - description="LEFTWARDS SQUARED ARROW", + cjkwd="w", + description="RHINOCEROS", direction="on", - linebreak="al", - unicodeslot=0x1F838, + linebreak="id", + unicodeslot=0x1F98F, }, - [0x1F839]={ + [0x1F990]={ category="so", - description="UPWARDS SQUARED ARROW", + cjkwd="w", + description="SHRIMP", direction="on", - linebreak="al", - unicodeslot=0x1F839, + linebreak="id", + unicodeslot=0x1F990, }, - [0x1F83A]={ + [0x1F991]={ category="so", - description="RIGHTWARDS SQUARED ARROW", + cjkwd="w", + description="SQUID", direction="on", - linebreak="al", - unicodeslot=0x1F83A, + linebreak="id", + unicodeslot=0x1F991, }, - [0x1F83B]={ + [0x1F992]={ category="so", - description="DOWNWARDS SQUARED ARROW", + cjkwd="w", + description="GIRAFFE FACE", direction="on", - linebreak="al", - unicodeslot=0x1F83B, + linebreak="id", + unicodeslot=0x1F992, }, - [0x1F83C]={ + [0x1F993]={ category="so", - description="LEFTWARDS COMPRESSED ARROW", + cjkwd="w", + description="ZEBRA FACE", direction="on", - linebreak="al", - unicodeslot=0x1F83C, + linebreak="id", + unicodeslot=0x1F993, }, - [0x1F83D]={ + [0x1F994]={ category="so", - description="UPWARDS COMPRESSED ARROW", + cjkwd="w", + description="HEDGEHOG", direction="on", - linebreak="al", - unicodeslot=0x1F83D, + linebreak="id", + unicodeslot=0x1F994, }, - [0x1F83E]={ + [0x1F995]={ category="so", - description="RIGHTWARDS COMPRESSED ARROW", + cjkwd="w", + description="SAUROPOD", direction="on", - linebreak="al", - unicodeslot=0x1F83E, + linebreak="id", + unicodeslot=0x1F995, }, - [0x1F83F]={ + [0x1F996]={ category="so", - description="DOWNWARDS COMPRESSED ARROW", + cjkwd="w", + description="T-REX", direction="on", - linebreak="al", - unicodeslot=0x1F83F, + linebreak="id", + synonyms={ "tyrannosaurus rex" }, + unicodeslot=0x1F996, }, - [0x1F840]={ + [0x1F997]={ category="so", - description="LEFTWARDS HEAVY COMPRESSED ARROW", + cjkwd="w", + description="CRICKET", direction="on", - linebreak="al", - unicodeslot=0x1F840, + linebreak="id", + unicodeslot=0x1F997, }, - [0x1F841]={ + [0x1F998]={ category="so", - description="UPWARDS HEAVY COMPRESSED ARROW", + cjkwd="w", + description="KANGAROO", direction="on", - linebreak="al", - unicodeslot=0x1F841, + linebreak="id", + unicodeslot=0x1F998, }, - [0x1F842]={ + [0x1F999]={ category="so", - description="RIGHTWARDS HEAVY COMPRESSED ARROW", + cjkwd="w", + description="LLAMA", direction="on", - linebreak="al", - unicodeslot=0x1F842, + linebreak="id", + unicodeslot=0x1F999, }, - [0x1F843]={ + [0x1F99A]={ category="so", - description="DOWNWARDS HEAVY COMPRESSED ARROW", + cjkwd="w", + description="PEACOCK", direction="on", - linebreak="al", - unicodeslot=0x1F843, + linebreak="id", + unicodeslot=0x1F99A, }, - [0x1F844]={ + [0x1F99B]={ category="so", - description="LEFTWARDS HEAVY ARROW", + cjkwd="w", + description="HIPPOPOTAMUS", direction="on", - linebreak="al", - unicodeslot=0x1F844, + linebreak="id", + unicodeslot=0x1F99B, }, - [0x1F845]={ + [0x1F99C]={ category="so", - description="UPWARDS HEAVY ARROW", + cjkwd="w", + description="PARROT", direction="on", - linebreak="al", - unicodeslot=0x1F845, + linebreak="id", + unicodeslot=0x1F99C, }, - [0x1F846]={ + [0x1F99D]={ category="so", - description="RIGHTWARDS HEAVY ARROW", + cjkwd="w", + description="RACCOON", direction="on", - linebreak="al", - unicodeslot=0x1F846, + linebreak="id", + unicodeslot=0x1F99D, }, - [0x1F847]={ + [0x1F99E]={ category="so", - description="DOWNWARDS HEAVY ARROW", + cjkwd="w", + description="LOBSTER", direction="on", - linebreak="al", - unicodeslot=0x1F847, + linebreak="id", + unicodeslot=0x1F99E, }, - [0x1F850]={ + [0x1F99F]={ category="so", - description="LEFTWARDS SANS-SERIF ARROW", + cjkwd="w", + description="MOSQUITO", direction="on", - linebreak="al", - unicodeslot=0x1F850, + linebreak="id", + unicodeslot=0x1F99F, }, - [0x1F851]={ + [0x1F9A0]={ category="so", - description="UPWARDS SANS-SERIF ARROW", + cjkwd="w", + description="MICROBE", direction="on", - linebreak="al", - unicodeslot=0x1F851, + linebreak="id", + unicodeslot=0x1F9A0, }, - [0x1F852]={ + [0x1F9A1]={ category="so", - description="RIGHTWARDS SANS-SERIF ARROW", + cjkwd="w", + description="BADGER", direction="on", - linebreak="al", - unicodeslot=0x1F852, + linebreak="id", + unicodeslot=0x1F9A1, }, - [0x1F853]={ + [0x1F9A2]={ category="so", - description="DOWNWARDS SANS-SERIF ARROW", + cjkwd="w", + description="SWAN", direction="on", - linebreak="al", - unicodeslot=0x1F853, + linebreak="id", + unicodeslot=0x1F9A2, }, - [0x1F854]={ + [0x1F9A3]={ category="so", - description="NORTH WEST SANS-SERIF ARROW", + cjkwd="w", + description="MAMMOTH", direction="on", - linebreak="al", - unicodeslot=0x1F854, + linebreak="id", + unicodeslot=0x1F9A3, }, - [0x1F855]={ + [0x1F9A4]={ category="so", - description="NORTH EAST SANS-SERIF ARROW", + cjkwd="w", + description="DODO", direction="on", - linebreak="al", - unicodeslot=0x1F855, + linebreak="id", + unicodeslot=0x1F9A4, }, - [0x1F856]={ + [0x1F9A5]={ category="so", - description="SOUTH EAST SANS-SERIF ARROW", + cjkwd="w", + description="SLOTH", direction="on", - linebreak="al", - unicodeslot=0x1F856, + linebreak="id", + unicodeslot=0x1F9A5, }, - [0x1F857]={ + [0x1F9A6]={ category="so", - description="SOUTH WEST SANS-SERIF ARROW", + cjkwd="w", + description="OTTER", direction="on", - linebreak="al", - unicodeslot=0x1F857, + linebreak="id", + unicodeslot=0x1F9A6, }, - [0x1F858]={ + [0x1F9A7]={ category="so", - description="LEFT RIGHT SANS-SERIF ARROW", + cjkwd="w", + description="ORANGUTAN", direction="on", - linebreak="al", - unicodeslot=0x1F858, + linebreak="id", + unicodeslot=0x1F9A7, }, - [0x1F859]={ + [0x1F9A8]={ category="so", - description="UP DOWN SANS-SERIF ARROW", + cjkwd="w", + description="SKUNK", direction="on", - linebreak="al", - unicodeslot=0x1F859, + linebreak="id", + unicodeslot=0x1F9A8, }, - [0x1F860]={ + [0x1F9A9]={ category="so", - description="WIDE-HEADED LEFTWARDS LIGHT BARB ARROW", + cjkwd="w", + description="FLAMINGO", direction="on", - linebreak="al", - unicodeslot=0x1F860, + linebreak="id", + unicodeslot=0x1F9A9, }, - [0x1F861]={ + [0x1F9AA]={ category="so", - description="WIDE-HEADED UPWARDS LIGHT BARB ARROW", + cjkwd="w", + description="OYSTER", direction="on", - linebreak="al", - unicodeslot=0x1F861, + linebreak="id", + unicodeslot=0x1F9AA, }, - [0x1F862]={ + [0x1F9AB]={ category="so", - description="WIDE-HEADED RIGHTWARDS LIGHT BARB ARROW", + cjkwd="w", + description="BEAVER", direction="on", - linebreak="al", - unicodeslot=0x1F862, + linebreak="id", + unicodeslot=0x1F9AB, }, - [0x1F863]={ + [0x1F9AC]={ category="so", - description="WIDE-HEADED DOWNWARDS LIGHT BARB ARROW", + cjkwd="w", + description="BISON", direction="on", - linebreak="al", - unicodeslot=0x1F863, + linebreak="id", + unicodeslot=0x1F9AC, }, - [0x1F864]={ + [0x1F9AD]={ category="so", - description="WIDE-HEADED NORTH WEST LIGHT BARB ARROW", + cjkwd="w", + description="SEAL", direction="on", - linebreak="al", - unicodeslot=0x1F864, + linebreak="id", + unicodeslot=0x1F9AD, }, - [0x1F865]={ + [0x1F9AE]={ category="so", - description="WIDE-HEADED NORTH EAST LIGHT BARB ARROW", + cjkwd="w", + description="GUIDE DOG", direction="on", - linebreak="al", - unicodeslot=0x1F865, + linebreak="id", + unicodeslot=0x1F9AE, }, - [0x1F866]={ + [0x1F9AF]={ category="so", - description="WIDE-HEADED SOUTH EAST LIGHT BARB ARROW", + cjkwd="w", + description="PROBING CANE", direction="on", - linebreak="al", - unicodeslot=0x1F866, + linebreak="id", + unicodeslot=0x1F9AF, }, - [0x1F867]={ + [0x1F9B0]={ category="so", - description="WIDE-HEADED SOUTH WEST LIGHT BARB ARROW", + cjkwd="w", + description="EMOJI COMPONENT RED HAIR", direction="on", - linebreak="al", - unicodeslot=0x1F867, + linebreak="id", + unicodeslot=0x1F9B0, }, - [0x1F868]={ + [0x1F9B1]={ category="so", - description="WIDE-HEADED LEFTWARDS BARB ARROW", + cjkwd="w", + description="EMOJI COMPONENT CURLY HAIR", direction="on", - linebreak="al", - unicodeslot=0x1F868, + linebreak="id", + unicodeslot=0x1F9B1, }, - [0x1F869]={ + [0x1F9B2]={ category="so", - description="WIDE-HEADED UPWARDS BARB ARROW", + cjkwd="w", + description="EMOJI COMPONENT BALD", direction="on", - linebreak="al", - unicodeslot=0x1F869, + linebreak="id", + unicodeslot=0x1F9B2, }, - [0x1F86A]={ + [0x1F9B3]={ category="so", - description="WIDE-HEADED RIGHTWARDS BARB ARROW", + cjkwd="w", + description="EMOJI COMPONENT WHITE HAIR", direction="on", - linebreak="al", - unicodeslot=0x1F86A, + linebreak="id", + unicodeslot=0x1F9B3, }, - [0x1F86B]={ + [0x1F9B4]={ category="so", - description="WIDE-HEADED DOWNWARDS BARB ARROW", + cjkwd="w", + description="BONE", direction="on", - linebreak="al", - unicodeslot=0x1F86B, + linebreak="id", + unicodeslot=0x1F9B4, }, - [0x1F86C]={ + [0x1F9B5]={ category="so", - description="WIDE-HEADED NORTH WEST BARB ARROW", + cjkwd="w", + description="LEG", direction="on", - linebreak="al", - unicodeslot=0x1F86C, + linebreak="eb", + unicodeslot=0x1F9B5, }, - [0x1F86D]={ + [0x1F9B6]={ category="so", - description="WIDE-HEADED NORTH EAST BARB ARROW", + cjkwd="w", + description="FOOT", direction="on", - linebreak="al", - unicodeslot=0x1F86D, + linebreak="eb", + unicodeslot=0x1F9B6, }, - [0x1F86E]={ + [0x1F9B7]={ category="so", - description="WIDE-HEADED SOUTH EAST BARB ARROW", + cjkwd="w", + description="TOOTH", direction="on", - linebreak="al", - unicodeslot=0x1F86E, + linebreak="id", + unicodeslot=0x1F9B7, }, - [0x1F86F]={ + [0x1F9B8]={ category="so", - description="WIDE-HEADED SOUTH WEST BARB ARROW", + cjkwd="w", + description="SUPERHERO", direction="on", - linebreak="al", - unicodeslot=0x1F86F, + linebreak="eb", + unicodeslot=0x1F9B8, }, - [0x1F870]={ + [0x1F9B9]={ category="so", - description="WIDE-HEADED LEFTWARDS MEDIUM BARB ARROW", + cjkwd="w", + description="SUPERVILLAIN", direction="on", - linebreak="al", - unicodeslot=0x1F870, + linebreak="eb", + unicodeslot=0x1F9B9, }, - [0x1F871]={ + [0x1F9BA]={ category="so", - description="WIDE-HEADED UPWARDS MEDIUM BARB ARROW", + cjkwd="w", + description="SAFETY VEST", direction="on", - linebreak="al", - unicodeslot=0x1F871, + linebreak="id", + unicodeslot=0x1F9BA, }, - [0x1F872]={ + [0x1F9BB]={ category="so", - description="WIDE-HEADED RIGHTWARDS MEDIUM BARB ARROW", + cjkwd="w", + description="EAR WITH HEARING AID", direction="on", - linebreak="al", - unicodeslot=0x1F872, + linebreak="eb", + unicodeslot=0x1F9BB, }, - [0x1F873]={ + [0x1F9BC]={ category="so", - description="WIDE-HEADED DOWNWARDS MEDIUM BARB ARROW", + cjkwd="w", + description="MOTORIZED WHEELCHAIR", direction="on", - linebreak="al", - unicodeslot=0x1F873, + linebreak="id", + unicodeslot=0x1F9BC, }, - [0x1F874]={ + [0x1F9BD]={ category="so", - description="WIDE-HEADED NORTH WEST MEDIUM BARB ARROW", + cjkwd="w", + description="MANUAL WHEELCHAIR", direction="on", - linebreak="al", - unicodeslot=0x1F874, + linebreak="id", + unicodeslot=0x1F9BD, }, - [0x1F875]={ + [0x1F9BE]={ category="so", - description="WIDE-HEADED NORTH EAST MEDIUM BARB ARROW", + cjkwd="w", + description="MECHANICAL ARM", direction="on", - linebreak="al", - unicodeslot=0x1F875, + linebreak="id", + unicodeslot=0x1F9BE, }, - [0x1F876]={ + [0x1F9BF]={ category="so", - description="WIDE-HEADED SOUTH EAST MEDIUM BARB ARROW", + cjkwd="w", + description="MECHANICAL LEG", direction="on", - linebreak="al", - unicodeslot=0x1F876, + linebreak="id", + unicodeslot=0x1F9BF, }, - [0x1F877]={ + [0x1F9C0]={ category="so", - description="WIDE-HEADED SOUTH WEST MEDIUM BARB ARROW", + cjkwd="w", + description="CHEESE WEDGE", direction="on", - linebreak="al", - unicodeslot=0x1F877, + linebreak="id", + unicodeslot=0x1F9C0, }, - [0x1F878]={ + [0x1F9C1]={ category="so", - description="WIDE-HEADED LEFTWARDS HEAVY BARB ARROW", + cjkwd="w", + description="CUPCAKE", direction="on", - linebreak="al", - unicodeslot=0x1F878, + linebreak="id", + unicodeslot=0x1F9C1, }, - [0x1F879]={ + [0x1F9C2]={ category="so", - description="WIDE-HEADED UPWARDS HEAVY BARB ARROW", + cjkwd="w", + description="SALT SHAKER", direction="on", - linebreak="al", - unicodeslot=0x1F879, + linebreak="id", + unicodeslot=0x1F9C2, }, - [0x1F87A]={ + [0x1F9C3]={ category="so", - description="WIDE-HEADED RIGHTWARDS HEAVY BARB ARROW", + cjkwd="w", + description="BEVERAGE BOX", direction="on", - linebreak="al", - unicodeslot=0x1F87A, + linebreak="id", + unicodeslot=0x1F9C3, }, - [0x1F87B]={ + [0x1F9C4]={ category="so", - description="WIDE-HEADED DOWNWARDS HEAVY BARB ARROW", + cjkwd="w", + description="GARLIC", direction="on", - linebreak="al", - unicodeslot=0x1F87B, + linebreak="id", + unicodeslot=0x1F9C4, }, - [0x1F87C]={ + [0x1F9C5]={ category="so", - description="WIDE-HEADED NORTH WEST HEAVY BARB ARROW", + cjkwd="w", + description="ONION", direction="on", - linebreak="al", - unicodeslot=0x1F87C, + linebreak="id", + unicodeslot=0x1F9C5, }, - [0x1F87D]={ + [0x1F9C6]={ category="so", - description="WIDE-HEADED NORTH EAST HEAVY BARB ARROW", + cjkwd="w", + description="FALAFEL", direction="on", - linebreak="al", - unicodeslot=0x1F87D, + linebreak="id", + unicodeslot=0x1F9C6, }, - [0x1F87E]={ + [0x1F9C7]={ category="so", - description="WIDE-HEADED SOUTH EAST HEAVY BARB ARROW", + cjkwd="w", + description="WAFFLE", direction="on", - linebreak="al", - unicodeslot=0x1F87E, + linebreak="id", + unicodeslot=0x1F9C7, }, - [0x1F87F]={ + [0x1F9C8]={ category="so", - description="WIDE-HEADED SOUTH WEST HEAVY BARB ARROW", + cjkwd="w", + description="BUTTER", direction="on", - linebreak="al", - unicodeslot=0x1F87F, + linebreak="id", + unicodeslot=0x1F9C8, }, - [0x1F880]={ + [0x1F9C9]={ category="so", - description="WIDE-HEADED LEFTWARDS VERY HEAVY BARB ARROW", + cjkwd="w", + description="MATE DRINK", direction="on", - linebreak="al", - unicodeslot=0x1F880, + linebreak="id", + unicodeslot=0x1F9C9, }, - [0x1F881]={ + [0x1F9CA]={ category="so", - description="WIDE-HEADED UPWARDS VERY HEAVY BARB ARROW", + cjkwd="w", + description="ICE CUBE", direction="on", - linebreak="al", - unicodeslot=0x1F881, + linebreak="id", + unicodeslot=0x1F9CA, }, - [0x1F882]={ + [0x1F9CB]={ category="so", - description="WIDE-HEADED RIGHTWARDS VERY HEAVY BARB ARROW", + cjkwd="w", + description="BUBBLE TEA", direction="on", - linebreak="al", - unicodeslot=0x1F882, + linebreak="id", + unicodeslot=0x1F9CB, }, - [0x1F883]={ + [0x1F9CD]={ category="so", - description="WIDE-HEADED DOWNWARDS VERY HEAVY BARB ARROW", + cjkwd="w", + description="STANDING PERSON", direction="on", - linebreak="al", - unicodeslot=0x1F883, + linebreak="eb", + unicodeslot=0x1F9CD, }, - [0x1F884]={ + [0x1F9CE]={ category="so", - description="WIDE-HEADED NORTH WEST VERY HEAVY BARB ARROW", + cjkwd="w", + description="KNEELING PERSON", direction="on", - linebreak="al", - unicodeslot=0x1F884, + linebreak="eb", + unicodeslot=0x1F9CE, }, - [0x1F885]={ + [0x1F9CF]={ category="so", - description="WIDE-HEADED NORTH EAST VERY HEAVY BARB ARROW", + cjkwd="w", + description="DEAF PERSON", direction="on", - linebreak="al", - unicodeslot=0x1F885, + linebreak="eb", + unicodeslot=0x1F9CF, }, - [0x1F886]={ + [0x1F9D0]={ category="so", - description="WIDE-HEADED SOUTH EAST VERY HEAVY BARB ARROW", + cjkwd="w", + description="FACE WITH MONOCLE", direction="on", - linebreak="al", - unicodeslot=0x1F886, + linebreak="id", + unicodeslot=0x1F9D0, }, - [0x1F887]={ + [0x1F9D1]={ category="so", - description="WIDE-HEADED SOUTH WEST VERY HEAVY BARB ARROW", + cjkwd="w", + description="ADULT", direction="on", - linebreak="al", - unicodeslot=0x1F887, + linebreak="eb", + unicodeslot=0x1F9D1, }, - [0x1F890]={ + [0x1F9D2]={ category="so", - description="LEFTWARDS TRIANGLE ARROWHEAD", + cjkwd="w", + description="CHILD", direction="on", - linebreak="al", - unicodeslot=0x1F890, + linebreak="eb", + unicodeslot=0x1F9D2, }, - [0x1F891]={ + [0x1F9D3]={ category="so", - description="UPWARDS TRIANGLE ARROWHEAD", + cjkwd="w", + description="OLDER ADULT", direction="on", - linebreak="al", - unicodeslot=0x1F891, + linebreak="eb", + unicodeslot=0x1F9D3, }, - [0x1F892]={ + [0x1F9D4]={ category="so", - description="RIGHTWARDS TRIANGLE ARROWHEAD", + cjkwd="w", + description="BEARDED PERSON", direction="on", - linebreak="al", - unicodeslot=0x1F892, + linebreak="eb", + unicodeslot=0x1F9D4, }, - [0x1F893]={ + [0x1F9D5]={ category="so", - description="DOWNWARDS TRIANGLE ARROWHEAD", + cjkwd="w", + description="PERSON WITH HEADSCARF", direction="on", - linebreak="al", - unicodeslot=0x1F893, + linebreak="eb", + unicodeslot=0x1F9D5, }, - [0x1F894]={ + [0x1F9D6]={ category="so", - description="LEFTWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD", + cjkwd="w", + description="PERSON IN STEAMY ROOM", direction="on", - linebreak="al", - unicodeslot=0x1F894, + linebreak="eb", + unicodeslot=0x1F9D6, }, - [0x1F895]={ + [0x1F9D7]={ category="so", - description="UPWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD", + cjkwd="w", + description="PERSON CLIMBING", direction="on", - linebreak="al", - unicodeslot=0x1F895, + linebreak="eb", + unicodeslot=0x1F9D7, }, - [0x1F896]={ + [0x1F9D8]={ category="so", - description="RIGHTWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD", + cjkwd="w", + description="PERSON IN LOTUS POSITION", direction="on", - linebreak="al", - unicodeslot=0x1F896, + linebreak="eb", + unicodeslot=0x1F9D8, }, - [0x1F897]={ + [0x1F9D9]={ category="so", - description="DOWNWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD", + cjkwd="w", + description="MAGE", direction="on", - linebreak="al", - unicodeslot=0x1F897, + linebreak="eb", + unicodeslot=0x1F9D9, }, - [0x1F898]={ + [0x1F9DA]={ category="so", - description="LEFTWARDS ARROW WITH NOTCHED TAIL", + cjkwd="w", + description="FAIRY", direction="on", - linebreak="al", - unicodeslot=0x1F898, + linebreak="eb", + unicodeslot=0x1F9DA, }, - [0x1F899]={ + [0x1F9DB]={ category="so", - description="UPWARDS ARROW WITH NOTCHED TAIL", + cjkwd="w", + description="VAMPIRE", direction="on", - linebreak="al", - unicodeslot=0x1F899, + linebreak="eb", + unicodeslot=0x1F9DB, }, - [0x1F89A]={ + [0x1F9DC]={ category="so", - description="RIGHTWARDS ARROW WITH NOTCHED TAIL", + cjkwd="w", + description="MERPERSON", direction="on", - linebreak="al", - unicodeslot=0x1F89A, + linebreak="eb", + unicodeslot=0x1F9DC, }, - [0x1F89B]={ + [0x1F9DD]={ category="so", - description="DOWNWARDS ARROW WITH NOTCHED TAIL", + cjkwd="w", + description="ELF", direction="on", - linebreak="al", - unicodeslot=0x1F89B, + linebreak="eb", + unicodeslot=0x1F9DD, }, - [0x1F89C]={ + [0x1F9DE]={ category="so", - description="HEAVY ARROW SHAFT WIDTH ONE", + cjkwd="w", + description="GENIE", direction="on", - linebreak="al", - unicodeslot=0x1F89C, + linebreak="id", + unicodeslot=0x1F9DE, }, - [0x1F89D]={ + [0x1F9DF]={ category="so", - description="HEAVY ARROW SHAFT WIDTH TWO THIRDS", + cjkwd="w", + description="ZOMBIE", direction="on", - linebreak="al", - unicodeslot=0x1F89D, + linebreak="id", + unicodeslot=0x1F9DF, }, - [0x1F89E]={ + [0x1F9E0]={ category="so", - description="HEAVY ARROW SHAFT WIDTH ONE HALF", + cjkwd="w", + description="BRAIN", direction="on", - linebreak="al", - unicodeslot=0x1F89E, + linebreak="id", + unicodeslot=0x1F9E0, }, - [0x1F89F]={ + [0x1F9E1]={ category="so", - description="HEAVY ARROW SHAFT WIDTH ONE THIRD", + cjkwd="w", + description="ORANGE HEART", direction="on", - linebreak="al", - unicodeslot=0x1F89F, + linebreak="id", + unicodeslot=0x1F9E1, }, - [0x1F8A0]={ + [0x1F9E2]={ category="so", - description="LEFTWARDS BOTTOM-SHADED WHITE ARROW", + cjkwd="w", + description="BILLED CAP", direction="on", - linebreak="al", - unicodeslot=0x1F8A0, + linebreak="id", + unicodeslot=0x1F9E2, }, - [0x1F8A1]={ + [0x1F9E3]={ category="so", - description="RIGHTWARDS BOTTOM SHADED WHITE ARROW", + cjkwd="w", + description="SCARF", direction="on", - linebreak="al", - unicodeslot=0x1F8A1, + linebreak="id", + unicodeslot=0x1F9E3, }, - [0x1F8A2]={ + [0x1F9E4]={ category="so", - description="LEFTWARDS TOP SHADED WHITE ARROW", + cjkwd="w", + description="GLOVES", direction="on", - linebreak="al", - unicodeslot=0x1F8A2, + linebreak="id", + unicodeslot=0x1F9E4, }, - [0x1F8A3]={ + [0x1F9E5]={ category="so", - description="RIGHTWARDS TOP SHADED WHITE ARROW", + cjkwd="w", + description="COAT", direction="on", - linebreak="al", - unicodeslot=0x1F8A3, + linebreak="id", + unicodeslot=0x1F9E5, }, - [0x1F8A4]={ + [0x1F9E6]={ category="so", - description="LEFTWARDS LEFT-SHADED WHITE ARROW", + cjkwd="w", + description="SOCKS", direction="on", - linebreak="al", - unicodeslot=0x1F8A4, + linebreak="id", + unicodeslot=0x1F9E6, }, - [0x1F8A5]={ + [0x1F9E7]={ category="so", - description="RIGHTWARDS RIGHT-SHADED WHITE ARROW", + cjkwd="w", + description="RED GIFT ENVELOPE", direction="on", - linebreak="al", - unicodeslot=0x1F8A5, + linebreak="id", + unicodeslot=0x1F9E7, }, - [0x1F8A6]={ + [0x1F9E8]={ category="so", - description="LEFTWARDS RIGHT-SHADED WHITE ARROW", + cjkwd="w", + description="FIRECRACKER", direction="on", - linebreak="al", - unicodeslot=0x1F8A6, + linebreak="id", + unicodeslot=0x1F9E8, }, - [0x1F8A7]={ + [0x1F9E9]={ category="so", - description="RIGHTWARDS LEFT-SHADED WHITE ARROW", + cjkwd="w", + description="JIGSAW PUZZLE PIECE", direction="on", - linebreak="al", - unicodeslot=0x1F8A7, + linebreak="id", + unicodeslot=0x1F9E9, }, - [0x1F8A8]={ + [0x1F9EA]={ category="so", - description="LEFTWARDS BACK-TILTED SHADOWED WHITE ARROW", + cjkwd="w", + description="TEST TUBE", direction="on", - linebreak="al", - unicodeslot=0x1F8A8, + linebreak="id", + unicodeslot=0x1F9EA, }, - [0x1F8A9]={ + [0x1F9EB]={ category="so", - description="RIGHTWARDS BACK-TILTED SHADOWED WHITE ARROW", + cjkwd="w", + description="PETRI DISH", direction="on", - linebreak="al", - unicodeslot=0x1F8A9, + linebreak="id", + unicodeslot=0x1F9EB, }, - [0x1F8AA]={ + [0x1F9EC]={ category="so", - description="LEFTWARDS FRONT-TILTED SHADOWED WHITE ARROW", + cjkwd="w", + description="DNA DOUBLE HELIX", direction="on", - linebreak="al", - unicodeslot=0x1F8AA, + linebreak="id", + unicodeslot=0x1F9EC, }, - [0x1F8AB]={ + [0x1F9ED]={ category="so", - description="RIGHTWARDS FRONT-TILTED SHADOWED WHITE ARROW", + cjkwd="w", + description="COMPASS", direction="on", - linebreak="al", - unicodeslot=0x1F8AB, + linebreak="id", + unicodeslot=0x1F9ED, }, - [0x1F8AC]={ + [0x1F9EE]={ category="so", - description="WHITE ARROW SHAFT WIDTH ONE", + cjkwd="w", + description="ABACUS", direction="on", - linebreak="al", - unicodeslot=0x1F8AC, + linebreak="id", + unicodeslot=0x1F9EE, }, - [0x1F8AD]={ + [0x1F9EF]={ category="so", - description="WHITE ARROW SHAFT WIDTH TWO THIRDS", + cjkwd="w", + description="FIRE EXTINGUISHER", direction="on", - linebreak="al", - unicodeslot=0x1F8AD, + linebreak="id", + unicodeslot=0x1F9EF, }, - [0x1F900]={ + [0x1F9F0]={ category="so", - description="CIRCLED CROSS FORMEE WITH FOUR DOTS", + cjkwd="w", + description="TOOLBOX", direction="on", - linebreak="al", - unicodeslot=0x1F900, + linebreak="id", + unicodeslot=0x1F9F0, }, - [0x1F901]={ + [0x1F9F1]={ category="so", - description="CIRCLED CROSS FORMEE WITH TWO DOTS", + cjkwd="w", + description="BRICK", direction="on", - linebreak="al", - unicodeslot=0x1F901, + linebreak="id", + unicodeslot=0x1F9F1, }, - [0x1F902]={ + [0x1F9F2]={ category="so", - description="CIRCLED CROSS FORMEE", + cjkwd="w", + description="MAGNET", direction="on", - linebreak="al", - unicodeslot=0x1F902, + linebreak="id", + unicodeslot=0x1F9F2, }, - [0x1F903]={ + [0x1F9F3]={ category="so", - description="LEFT HALF CIRCLE WITH FOUR DOTS", + cjkwd="w", + description="LUGGAGE", direction="on", - linebreak="al", - unicodeslot=0x1F903, + linebreak="id", + unicodeslot=0x1F9F3, }, - [0x1F904]={ + [0x1F9F4]={ category="so", - description="LEFT HALF CIRCLE WITH THREE DOTS", + cjkwd="w", + description="LOTION BOTTLE", direction="on", - linebreak="al", - unicodeslot=0x1F904, + linebreak="id", + unicodeslot=0x1F9F4, }, - [0x1F905]={ + [0x1F9F5]={ category="so", - description="LEFT HALF CIRCLE WITH TWO DOTS", + cjkwd="w", + description="SPOOL OF THREAD", direction="on", - linebreak="al", - unicodeslot=0x1F905, + linebreak="id", + unicodeslot=0x1F9F5, }, - [0x1F906]={ + [0x1F9F6]={ category="so", - description="LEFT HALF CIRCLE WITH DOT", + cjkwd="w", + description="BALL OF YARN", direction="on", - linebreak="al", - unicodeslot=0x1F906, + linebreak="id", + unicodeslot=0x1F9F6, }, - [0x1F907]={ + [0x1F9F7]={ category="so", - description="LEFT HALF CIRCLE", + cjkwd="w", + description="SAFETY PIN", direction="on", - linebreak="al", - unicodeslot=0x1F907, + linebreak="id", + unicodeslot=0x1F9F7, }, - [0x1F908]={ + [0x1F9F8]={ category="so", - description="DOWNWARD FACING HOOK", + cjkwd="w", + description="TEDDY BEAR", direction="on", - linebreak="al", - unicodeslot=0x1F908, + linebreak="id", + unicodeslot=0x1F9F8, }, - [0x1F909]={ + [0x1F9F9]={ category="so", - description="DOWNWARD FACING NOTCHED HOOK", + cjkwd="w", + description="BROOM", direction="on", - linebreak="al", - unicodeslot=0x1F909, + linebreak="id", + unicodeslot=0x1F9F9, }, - [0x1F90A]={ + [0x1F9FA]={ category="so", - description="DOWNWARD FACING HOOK WITH DOT", + cjkwd="w", + description="BASKET", direction="on", - linebreak="al", - unicodeslot=0x1F90A, + linebreak="id", + unicodeslot=0x1F9FA, }, - [0x1F90B]={ + [0x1F9FB]={ category="so", - description="DOWNWARD FACING NOTCHED HOOK WITH DOT", + cjkwd="w", + description="ROLL OF PAPER", direction="on", - linebreak="al", - unicodeslot=0x1F90B, + linebreak="id", + unicodeslot=0x1F9FB, }, - [0x1F90D]={ + [0x1F9FC]={ category="so", cjkwd="w", - description="WHITE HEART", + description="BAR OF SOAP", direction="on", linebreak="id", - unicodeslot=0x1F90D, + unicodeslot=0x1F9FC, }, - [0x1F90E]={ + [0x1F9FD]={ category="so", cjkwd="w", - description="BROWN HEART", + description="SPONGE", direction="on", linebreak="id", - unicodeslot=0x1F90E, + unicodeslot=0x1F9FD, }, - [0x1F90F]={ + [0x1F9FE]={ category="so", cjkwd="w", - description="PINCHING HAND", + description="RECEIPT", direction="on", - linebreak="eb", - unicodeslot=0x1F90F, + linebreak="id", + unicodeslot=0x1F9FE, }, - [0x1F910]={ + [0x1F9FF]={ category="so", cjkwd="w", - description="ZIPPER-MOUTH FACE", + description="NAZAR AMULET", direction="on", linebreak="id", - unicodeslot=0x1F910, + unicodeslot=0x1F9FF, }, - [0x1F911]={ + [0x1FA00]={ category="so", - cjkwd="w", - description="MONEY-MOUTH FACE", + description="NEUTRAL CHESS KING", direction="on", - linebreak="id", - unicodeslot=0x1F911, + linebreak="al", + unicodeslot=0x1FA00, }, - [0x1F912]={ + [0x1FA01]={ category="so", - cjkwd="w", - description="FACE WITH THERMOMETER", + description="NEUTRAL CHESS QUEEN", direction="on", - linebreak="id", - unicodeslot=0x1F912, + linebreak="al", + unicodeslot=0x1FA01, }, - [0x1F913]={ + [0x1FA02]={ category="so", - cjkwd="w", - description="NERD FACE", + description="NEUTRAL CHESS ROOK", direction="on", - linebreak="id", - unicodeslot=0x1F913, + linebreak="al", + unicodeslot=0x1FA02, }, - [0x1F914]={ + [0x1FA03]={ category="so", - cjkwd="w", - description="THINKING FACE", + description="NEUTRAL CHESS BISHOP", direction="on", - linebreak="id", - unicodeslot=0x1F914, + linebreak="al", + unicodeslot=0x1FA03, }, - [0x1F915]={ + [0x1FA04]={ category="so", - cjkwd="w", - description="FACE WITH HEAD-BANDAGE", + description="NEUTRAL CHESS KNIGHT", direction="on", - linebreak="id", - unicodeslot=0x1F915, + linebreak="al", + unicodeslot=0x1FA04, }, - [0x1F916]={ + [0x1FA05]={ category="so", - cjkwd="w", - description="ROBOT FACE", + description="NEUTRAL CHESS PAWN", direction="on", - linebreak="id", - unicodeslot=0x1F916, + linebreak="al", + unicodeslot=0x1FA05, }, - [0x1F917]={ + [0x1FA06]={ category="so", - cjkwd="w", - description="HUGGING FACE", + description="WHITE CHESS KNIGHT ROTATED FORTY-FIVE DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F917, + linebreak="al", + unicodeslot=0x1FA06, }, - [0x1F918]={ + [0x1FA07]={ category="so", - cjkwd="w", - description="SIGN OF THE HORNS", + description="BLACK CHESS KNIGHT ROTATED FORTY-FIVE DEGREES", direction="on", - linebreak="eb", - unicodeslot=0x1F918, + linebreak="al", + unicodeslot=0x1FA07, }, - [0x1F919]={ + [0x1FA08]={ category="so", - cjkwd="w", - description="CALL ME HAND", + description="NEUTRAL CHESS KNIGHT ROTATED FORTY-FIVE DEGREES", direction="on", - linebreak="eb", - unicodeslot=0x1F919, + linebreak="al", + unicodeslot=0x1FA08, }, - [0x1F91A]={ + [0x1FA09]={ category="so", - cjkwd="w", - description="RAISED BACK OF HAND", + description="WHITE CHESS KING ROTATED NINETY DEGREES", direction="on", - linebreak="eb", - unicodeslot=0x1F91A, + linebreak="al", + unicodeslot=0x1FA09, }, - [0x1F91B]={ + [0x1FA0A]={ category="so", - cjkwd="w", - description="LEFT-FACING FIST", + description="WHITE CHESS QUEEN ROTATED NINETY DEGREES", direction="on", - linebreak="eb", - unicodeslot=0x1F91B, + linebreak="al", + unicodeslot=0x1FA0A, }, - [0x1F91C]={ + [0x1FA0B]={ category="so", - cjkwd="w", - description="RIGHT-FACING FIST", + description="WHITE CHESS ROOK ROTATED NINETY DEGREES", direction="on", - linebreak="eb", - unicodeslot=0x1F91C, + linebreak="al", + unicodeslot=0x1FA0B, }, - [0x1F91D]={ + [0x1FA0C]={ category="so", - cjkwd="w", - description="HANDSHAKE", + description="WHITE CHESS BISHOP ROTATED NINETY DEGREES", direction="on", - linebreak="eb", - unicodeslot=0x1F91D, + linebreak="al", + unicodeslot=0x1FA0C, }, - [0x1F91E]={ + [0x1FA0D]={ category="so", - cjkwd="w", - description="HAND WITH INDEX AND MIDDLE FINGERS CROSSED", + description="WHITE CHESS KNIGHT ROTATED NINETY DEGREES", direction="on", - linebreak="eb", - synonyms={ "crossed fingers", "fingers crossed" }, - unicodeslot=0x1F91E, + linebreak="al", + unicodeslot=0x1FA0D, }, - [0x1F91F]={ + [0x1FA0E]={ category="so", - cjkwd="w", - description="I LOVE YOU HAND SIGN", + description="WHITE CHESS PAWN ROTATED NINETY DEGREES", direction="on", - linebreak="eb", - synonyms={ "hand sign love" }, - unicodeslot=0x1F91F, + linebreak="al", + unicodeslot=0x1FA0E, }, - [0x1F920]={ + [0x1FA0F]={ category="so", - cjkwd="w", - description="FACE WITH COWBOY HAT", + description="BLACK CHESS KING ROTATED NINETY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F920, + linebreak="al", + unicodeslot=0x1FA0F, }, - [0x1F921]={ + [0x1FA10]={ category="so", - cjkwd="w", - description="CLOWN FACE", + description="BLACK CHESS QUEEN ROTATED NINETY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F921, + linebreak="al", + unicodeslot=0x1FA10, }, - [0x1F922]={ + [0x1FA11]={ category="so", - cjkwd="w", - description="NAUSEATED FACE", + description="BLACK CHESS ROOK ROTATED NINETY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F922, + linebreak="al", + unicodeslot=0x1FA11, }, - [0x1F923]={ + [0x1FA12]={ category="so", - cjkwd="w", - description="ROLLING ON THE FLOOR LAUGHING", + description="BLACK CHESS BISHOP ROTATED NINETY DEGREES", direction="on", - linebreak="id", - synonyms={ "rofl" }, - unicodeslot=0x1F923, + linebreak="al", + unicodeslot=0x1FA12, }, - [0x1F924]={ + [0x1FA13]={ category="so", - cjkwd="w", - description="DROOLING FACE", + description="BLACK CHESS KNIGHT ROTATED NINETY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F924, + linebreak="al", + unicodeslot=0x1FA13, }, - [0x1F925]={ + [0x1FA14]={ category="so", - cjkwd="w", - description="LYING FACE", + description="BLACK CHESS PAWN ROTATED NINETY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F925, + linebreak="al", + unicodeslot=0x1FA14, }, - [0x1F926]={ + [0x1FA15]={ category="so", - cjkwd="w", - description="FACE PALM", + description="NEUTRAL CHESS KING ROTATED NINETY DEGREES", direction="on", - linebreak="eb", - unicodeslot=0x1F926, + linebreak="al", + unicodeslot=0x1FA15, }, - [0x1F927]={ + [0x1FA16]={ category="so", - cjkwd="w", - description="SNEEZING FACE", + description="NEUTRAL CHESS QUEEN ROTATED NINETY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F927, + linebreak="al", + unicodeslot=0x1FA16, }, - [0x1F928]={ + [0x1FA17]={ category="so", - cjkwd="w", - description="FACE WITH ONE EYEBROW RAISED", + description="NEUTRAL CHESS ROOK ROTATED NINETY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F928, + linebreak="al", + unicodeslot=0x1FA17, }, - [0x1F929]={ + [0x1FA18]={ category="so", - cjkwd="w", - description="GRINNING FACE WITH STAR EYES", + description="NEUTRAL CHESS BISHOP ROTATED NINETY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F929, + linebreak="al", + unicodeslot=0x1FA18, }, - [0x1F92A]={ + [0x1FA19]={ category="so", - cjkwd="w", - description="GRINNING FACE WITH ONE LARGE AND ONE SMALL EYE", + description="NEUTRAL CHESS KNIGHT ROTATED NINETY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F92A, + linebreak="al", + unicodeslot=0x1FA19, }, - [0x1F92B]={ + [0x1FA1A]={ category="so", - cjkwd="w", - description="FACE WITH FINGER COVERING CLOSED LIPS", + description="NEUTRAL CHESS PAWN ROTATED NINETY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F92B, + linebreak="al", + unicodeslot=0x1FA1A, }, - [0x1F92C]={ + [0x1FA1B]={ category="so", - cjkwd="w", - description="SERIOUS FACE WITH SYMBOLS COVERING MOUTH", + description="WHITE CHESS KNIGHT ROTATED ONE HUNDRED THIRTY-FIVE DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F92C, + linebreak="al", + unicodeslot=0x1FA1B, }, - [0x1F92D]={ + [0x1FA1C]={ category="so", - cjkwd="w", - description="SMILING FACE WITH SMILING EYES AND HAND COVERING MOUTH", + description="BLACK CHESS KNIGHT ROTATED ONE HUNDRED THIRTY-FIVE DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F92D, + linebreak="al", + unicodeslot=0x1FA1C, }, - [0x1F92E]={ + [0x1FA1D]={ category="so", - cjkwd="w", - description="FACE WITH OPEN MOUTH VOMITING", + description="NEUTRAL CHESS KNIGHT ROTATED ONE HUNDRED THIRTY-FIVE DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F92E, + linebreak="al", + unicodeslot=0x1FA1D, }, - [0x1F92F]={ + [0x1FA1E]={ category="so", - cjkwd="w", - description="SHOCKED FACE WITH EXPLODING HEAD", + description="WHITE CHESS TURNED KING", direction="on", - linebreak="id", - unicodeslot=0x1F92F, + linebreak="al", + unicodeslot=0x1FA1E, }, - [0x1F930]={ + [0x1FA1F]={ category="so", - cjkwd="w", - description="PREGNANT WOMAN", + description="WHITE CHESS TURNED QUEEN", direction="on", - linebreak="eb", - unicodeslot=0x1F930, + linebreak="al", + unicodeslot=0x1FA1F, }, - [0x1F931]={ + [0x1FA20]={ category="so", - cjkwd="w", - description="BREAST-FEEDING", + description="WHITE CHESS TURNED ROOK", direction="on", - linebreak="eb", - unicodeslot=0x1F931, + linebreak="al", + unicodeslot=0x1FA20, }, - [0x1F932]={ + [0x1FA21]={ category="so", - cjkwd="w", - description="PALMS UP TOGETHER", + description="WHITE CHESS TURNED BISHOP", direction="on", - linebreak="eb", - unicodeslot=0x1F932, + linebreak="al", + unicodeslot=0x1FA21, }, - [0x1F933]={ + [0x1FA22]={ category="so", - cjkwd="w", - description="SELFIE", + description="WHITE CHESS TURNED KNIGHT", direction="on", - linebreak="eb", - unicodeslot=0x1F933, + linebreak="al", + unicodeslot=0x1FA22, }, - [0x1F934]={ + [0x1FA23]={ category="so", - cjkwd="w", - description="PRINCE", + description="WHITE CHESS TURNED PAWN", direction="on", - linebreak="eb", - unicodeslot=0x1F934, + linebreak="al", + unicodeslot=0x1FA23, }, - [0x1F935]={ + [0x1FA24]={ category="so", - cjkwd="w", - description="MAN IN TUXEDO", + description="BLACK CHESS TURNED KING", direction="on", - linebreak="eb", - unicodeslot=0x1F935, + linebreak="al", + unicodeslot=0x1FA24, }, - [0x1F936]={ + [0x1FA25]={ category="so", - cjkwd="w", - description="MOTHER CHRISTMAS", + description="BLACK CHESS TURNED QUEEN", direction="on", - linebreak="eb", - unicodeslot=0x1F936, + linebreak="al", + unicodeslot=0x1FA25, }, - [0x1F937]={ + [0x1FA26]={ category="so", - cjkwd="w", - description="SHRUG", + description="BLACK CHESS TURNED ROOK", direction="on", - linebreak="eb", - unicodeslot=0x1F937, + linebreak="al", + unicodeslot=0x1FA26, }, - [0x1F938]={ + [0x1FA27]={ category="so", - cjkwd="w", - description="PERSON DOING CARTWHEEL", + description="BLACK CHESS TURNED BISHOP", direction="on", - linebreak="eb", - unicodeslot=0x1F938, + linebreak="al", + unicodeslot=0x1FA27, }, - [0x1F939]={ + [0x1FA28]={ category="so", - cjkwd="w", - description="JUGGLING", + description="BLACK CHESS TURNED KNIGHT", direction="on", - linebreak="eb", - unicodeslot=0x1F939, + linebreak="al", + unicodeslot=0x1FA28, }, - [0x1F93A]={ + [0x1FA29]={ category="so", - cjkwd="w", - description="FENCER", + description="BLACK CHESS TURNED PAWN", direction="on", - linebreak="id", - unicodeslot=0x1F93A, + linebreak="al", + unicodeslot=0x1FA29, }, - [0x1F93B]={ + [0x1FA2A]={ category="so", - cjkwd="w", - description="MODERN PENTATHLON", + description="NEUTRAL CHESS TURNED KING", direction="on", - linebreak="id", - unicodeslot=0x1F93B, + linebreak="al", + unicodeslot=0x1FA2A, }, - [0x1F93C]={ + [0x1FA2B]={ category="so", - cjkwd="w", - description="WRESTLERS", + description="NEUTRAL CHESS TURNED QUEEN", direction="on", - linebreak="eb", - unicodeslot=0x1F93C, + linebreak="al", + unicodeslot=0x1FA2B, }, - [0x1F93D]={ + [0x1FA2C]={ category="so", - cjkwd="w", - description="WATER POLO", + description="NEUTRAL CHESS TURNED ROOK", direction="on", - linebreak="eb", - unicodeslot=0x1F93D, + linebreak="al", + unicodeslot=0x1FA2C, }, - [0x1F93E]={ + [0x1FA2D]={ category="so", - cjkwd="w", - description="HANDBALL", + description="NEUTRAL CHESS TURNED BISHOP", direction="on", - linebreak="eb", - unicodeslot=0x1F93E, + linebreak="al", + unicodeslot=0x1FA2D, }, - [0x1F93F]={ + [0x1FA2E]={ category="so", - cjkwd="w", - description="DIVING MASK", + description="NEUTRAL CHESS TURNED KNIGHT", direction="on", - linebreak="id", - unicodeslot=0x1F93F, + linebreak="al", + unicodeslot=0x1FA2E, }, - [0x1F940]={ + [0x1FA2F]={ category="so", - cjkwd="w", - description="WILTED FLOWER", + description="NEUTRAL CHESS TURNED PAWN", direction="on", - linebreak="id", - unicodeslot=0x1F940, + linebreak="al", + unicodeslot=0x1FA2F, }, - [0x1F941]={ + [0x1FA30]={ category="so", - cjkwd="w", - description="DRUM WITH DRUMSTICKS", + description="WHITE CHESS KNIGHT ROTATED TWO HUNDRED TWENTY-FIVE DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F941, + linebreak="al", + unicodeslot=0x1FA30, }, - [0x1F942]={ + [0x1FA31]={ category="so", - cjkwd="w", - description="CLINKING GLASSES", + description="BLACK CHESS KNIGHT ROTATED TWO HUNDRED TWENTY-FIVE DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F942, + linebreak="al", + unicodeslot=0x1FA31, }, - [0x1F943]={ + [0x1FA32]={ category="so", - cjkwd="w", - description="TUMBLER GLASS", + description="NEUTRAL CHESS KNIGHT ROTATED TWO HUNDRED TWENTY-FIVE DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F943, + linebreak="al", + unicodeslot=0x1FA32, }, - [0x1F944]={ + [0x1FA33]={ category="so", - cjkwd="w", - description="SPOON", + description="WHITE CHESS KING ROTATED TWO HUNDRED SEVENTY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F944, + linebreak="al", + unicodeslot=0x1FA33, }, - [0x1F945]={ + [0x1FA34]={ category="so", - cjkwd="w", - description="GOAL NET", + description="WHITE CHESS QUEEN ROTATED TWO HUNDRED SEVENTY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F945, + linebreak="al", + unicodeslot=0x1FA34, }, - [0x1F946]={ + [0x1FA35]={ category="so", - cjkwd="w", - description="RIFLE", + description="WHITE CHESS ROOK ROTATED TWO HUNDRED SEVENTY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F946, + linebreak="al", + unicodeslot=0x1FA35, }, - [0x1F947]={ + [0x1FA36]={ category="so", - cjkwd="w", - description="FIRST PLACE MEDAL", + description="WHITE CHESS BISHOP ROTATED TWO HUNDRED SEVENTY DEGREES", direction="on", - linebreak="id", - synonyms={ "gold medal" }, - unicodeslot=0x1F947, + linebreak="al", + unicodeslot=0x1FA36, }, - [0x1F948]={ + [0x1FA37]={ category="so", - cjkwd="w", - description="SECOND PLACE MEDAL", + description="WHITE CHESS KNIGHT ROTATED TWO HUNDRED SEVENTY DEGREES", direction="on", - linebreak="id", - synonyms={ "silver medal" }, - unicodeslot=0x1F948, + linebreak="al", + unicodeslot=0x1FA37, }, - [0x1F949]={ + [0x1FA38]={ category="so", - cjkwd="w", - description="THIRD PLACE MEDAL", + description="WHITE CHESS PAWN ROTATED TWO HUNDRED SEVENTY DEGREES", direction="on", - linebreak="id", - synonyms={ "bronze medal" }, - unicodeslot=0x1F949, + linebreak="al", + unicodeslot=0x1FA38, }, - [0x1F94A]={ + [0x1FA39]={ category="so", - cjkwd="w", - description="BOXING GLOVE", + description="BLACK CHESS KING ROTATED TWO HUNDRED SEVENTY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F94A, + linebreak="al", + unicodeslot=0x1FA39, }, - [0x1F94B]={ + [0x1FA3A]={ category="so", - cjkwd="w", - description="MARTIAL ARTS UNIFORM", + description="BLACK CHESS QUEEN ROTATED TWO HUNDRED SEVENTY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F94B, + linebreak="al", + unicodeslot=0x1FA3A, }, - [0x1F94C]={ + [0x1FA3B]={ category="so", - cjkwd="w", - description="CURLING STONE", + description="BLACK CHESS ROOK ROTATED TWO HUNDRED SEVENTY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F94C, + linebreak="al", + unicodeslot=0x1FA3B, }, - [0x1F94D]={ + [0x1FA3C]={ category="so", - cjkwd="w", - description="LACROSSE STICK AND BALL", + description="BLACK CHESS BISHOP ROTATED TWO HUNDRED SEVENTY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F94D, + linebreak="al", + unicodeslot=0x1FA3C, }, - [0x1F94E]={ + [0x1FA3D]={ category="so", - cjkwd="w", - description="SOFTBALL", + description="BLACK CHESS KNIGHT ROTATED TWO HUNDRED SEVENTY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F94E, + linebreak="al", + unicodeslot=0x1FA3D, }, - [0x1F94F]={ + [0x1FA3E]={ category="so", - cjkwd="w", - description="FLYING DISC", + description="BLACK CHESS PAWN ROTATED TWO HUNDRED SEVENTY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F94F, + linebreak="al", + unicodeslot=0x1FA3E, }, - [0x1F950]={ + [0x1FA3F]={ category="so", - cjkwd="w", - description="CROISSANT", + description="NEUTRAL CHESS KING ROTATED TWO HUNDRED SEVENTY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F950, + linebreak="al", + unicodeslot=0x1FA3F, }, - [0x1F951]={ + [0x1FA40]={ category="so", - cjkwd="w", - description="AVOCADO", + description="NEUTRAL CHESS QUEEN ROTATED TWO HUNDRED SEVENTY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F951, + linebreak="al", + unicodeslot=0x1FA40, }, - [0x1F952]={ + [0x1FA41]={ category="so", - cjkwd="w", - description="CUCUMBER", + description="NEUTRAL CHESS ROOK ROTATED TWO HUNDRED SEVENTY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F952, + linebreak="al", + unicodeslot=0x1FA41, }, - [0x1F953]={ + [0x1FA42]={ category="so", - cjkwd="w", - description="BACON", + description="NEUTRAL CHESS BISHOP ROTATED TWO HUNDRED SEVENTY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F953, + linebreak="al", + unicodeslot=0x1FA42, }, - [0x1F954]={ + [0x1FA43]={ category="so", - cjkwd="w", - description="POTATO", + description="NEUTRAL CHESS KNIGHT ROTATED TWO HUNDRED SEVENTY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F954, + linebreak="al", + unicodeslot=0x1FA43, }, - [0x1F955]={ + [0x1FA44]={ category="so", - cjkwd="w", - description="CARROT", + description="NEUTRAL CHESS PAWN ROTATED TWO HUNDRED SEVENTY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F955, + linebreak="al", + unicodeslot=0x1FA44, }, - [0x1F956]={ + [0x1FA45]={ category="so", - cjkwd="w", - description="BAGUETTE BREAD", + description="WHITE CHESS KNIGHT ROTATED THREE HUNDRED FIFTEEN DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F956, + linebreak="al", + unicodeslot=0x1FA45, }, - [0x1F957]={ + [0x1FA46]={ category="so", - cjkwd="w", - description="GREEN SALAD", + description="BLACK CHESS KNIGHT ROTATED THREE HUNDRED FIFTEEN DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F957, + linebreak="al", + unicodeslot=0x1FA46, }, - [0x1F958]={ + [0x1FA47]={ category="so", - cjkwd="w", - description="SHALLOW PAN OF FOOD", + description="NEUTRAL CHESS KNIGHT ROTATED THREE HUNDRED FIFTEEN DEGREES", direction="on", - linebreak="id", - synonyms={ "paella" }, - unicodeslot=0x1F958, + linebreak="al", + unicodeslot=0x1FA47, }, - [0x1F959]={ + [0x1FA48]={ category="so", - cjkwd="w", - description="STUFFED FLATBREAD", + description="WHITE CHESS EQUIHOPPER", direction="on", - linebreak="id", - unicodeslot=0x1F959, + linebreak="al", + unicodeslot=0x1FA48, }, - [0x1F95A]={ + [0x1FA49]={ category="so", - cjkwd="w", - description="EGG", + description="BLACK CHESS EQUIHOPPER", direction="on", - linebreak="id", - unicodeslot=0x1F95A, + linebreak="al", + unicodeslot=0x1FA49, }, - [0x1F95B]={ + [0x1FA4A]={ category="so", - cjkwd="w", - description="GLASS OF MILK", + description="NEUTRAL CHESS EQUIHOPPER", direction="on", - linebreak="id", - unicodeslot=0x1F95B, + linebreak="al", + unicodeslot=0x1FA4A, }, - [0x1F95C]={ + [0x1FA4B]={ category="so", - cjkwd="w", - description="PEANUTS", + description="WHITE CHESS EQUIHOPPER ROTATED NINETY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F95C, + linebreak="al", + unicodeslot=0x1FA4B, }, - [0x1F95D]={ + [0x1FA4C]={ category="so", - cjkwd="w", - description="KIWIFRUIT", + description="BLACK CHESS EQUIHOPPER ROTATED NINETY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F95D, + linebreak="al", + unicodeslot=0x1FA4C, }, - [0x1F95E]={ + [0x1FA4D]={ category="so", - cjkwd="w", - description="PANCAKES", + description="NEUTRAL CHESS EQUIHOPPER ROTATED NINETY DEGREES", direction="on", - linebreak="id", - unicodeslot=0x1F95E, + linebreak="al", + unicodeslot=0x1FA4D, }, - [0x1F95F]={ + [0x1FA4E]={ category="so", - cjkwd="w", - description="DUMPLING", + description="WHITE CHESS KNIGHT-QUEEN", direction="on", - linebreak="id", - unicodeslot=0x1F95F, + linebreak="al", + unicodeslot=0x1FA4E, }, - [0x1F960]={ + [0x1FA4F]={ category="so", - cjkwd="w", - description="FORTUNE COOKIE", + description="WHITE CHESS KNIGHT-ROOK", direction="on", - linebreak="id", - unicodeslot=0x1F960, + linebreak="al", + unicodeslot=0x1FA4F, }, - [0x1F961]={ + [0x1FA50]={ category="so", - cjkwd="w", - description="TAKEOUT BOX", + description="WHITE CHESS KNIGHT-BISHOP", direction="on", - linebreak="id", - unicodeslot=0x1F961, + linebreak="al", + unicodeslot=0x1FA50, }, - [0x1F962]={ + [0x1FA51]={ category="so", - cjkwd="w", - description="CHOPSTICKS", + description="BLACK CHESS KNIGHT-QUEEN", direction="on", - linebreak="id", - unicodeslot=0x1F962, + linebreak="al", + unicodeslot=0x1FA51, }, - [0x1F963]={ + [0x1FA52]={ category="so", - cjkwd="w", - description="BOWL WITH SPOON", + description="BLACK CHESS KNIGHT-ROOK", direction="on", - linebreak="id", - unicodeslot=0x1F963, + linebreak="al", + unicodeslot=0x1FA52, }, - [0x1F964]={ + [0x1FA53]={ category="so", - cjkwd="w", - description="CUP WITH STRAW", + description="BLACK CHESS KNIGHT-BISHOP", direction="on", - linebreak="id", - unicodeslot=0x1F964, + linebreak="al", + unicodeslot=0x1FA53, }, - [0x1F965]={ + [0x1FA60]={ category="so", - cjkwd="w", - description="COCONUT", + description="XIANGQI RED GENERAL", direction="on", linebreak="id", - unicodeslot=0x1F965, + unicodeslot=0x1FA60, }, - [0x1F966]={ + [0x1FA61]={ category="so", - cjkwd="w", - description="BROCCOLI", + description="XIANGQI RED MANDARIN", direction="on", linebreak="id", - unicodeslot=0x1F966, + unicodeslot=0x1FA61, }, - [0x1F967]={ + [0x1FA62]={ category="so", - cjkwd="w", - description="PIE", + description="XIANGQI RED ELEPHANT", direction="on", linebreak="id", - unicodeslot=0x1F967, + unicodeslot=0x1FA62, }, - [0x1F968]={ + [0x1FA63]={ category="so", - cjkwd="w", - description="PRETZEL", + description="XIANGQI RED HORSE", direction="on", linebreak="id", - unicodeslot=0x1F968, + unicodeslot=0x1FA63, }, - [0x1F969]={ + [0x1FA64]={ category="so", - cjkwd="w", - description="CUT OF MEAT", + description="XIANGQI RED CHARIOT", direction="on", linebreak="id", - unicodeslot=0x1F969, + unicodeslot=0x1FA64, }, - [0x1F96A]={ + [0x1FA65]={ category="so", - cjkwd="w", - description="SANDWICH", + description="XIANGQI RED CANNON", direction="on", linebreak="id", - unicodeslot=0x1F96A, + unicodeslot=0x1FA65, }, - [0x1F96B]={ + [0x1FA66]={ category="so", - cjkwd="w", - description="CANNED FOOD", + description="XIANGQI RED SOLDIER", direction="on", linebreak="id", - unicodeslot=0x1F96B, + unicodeslot=0x1FA66, }, - [0x1F96C]={ + [0x1FA67]={ category="so", - cjkwd="w", - description="LEAFY GREEN", + description="XIANGQI BLACK GENERAL", direction="on", linebreak="id", - unicodeslot=0x1F96C, + unicodeslot=0x1FA67, }, - [0x1F96D]={ + [0x1FA68]={ category="so", - cjkwd="w", - description="MANGO", + description="XIANGQI BLACK MANDARIN", direction="on", linebreak="id", - unicodeslot=0x1F96D, + unicodeslot=0x1FA68, }, - [0x1F96E]={ + [0x1FA69]={ category="so", - cjkwd="w", - description="MOON CAKE", + description="XIANGQI BLACK ELEPHANT", direction="on", linebreak="id", - unicodeslot=0x1F96E, + unicodeslot=0x1FA69, }, - [0x1F96F]={ + [0x1FA6A]={ category="so", - cjkwd="w", - description="BAGEL", + description="XIANGQI BLACK HORSE", direction="on", linebreak="id", - unicodeslot=0x1F96F, + unicodeslot=0x1FA6A, }, - [0x1F970]={ + [0x1FA6B]={ category="so", - cjkwd="w", - description="SMILING FACE WITH SMILING EYES AND THREE HEARTS", + description="XIANGQI BLACK CHARIOT", direction="on", linebreak="id", - unicodeslot=0x1F970, + unicodeslot=0x1FA6B, }, - [0x1F971]={ + [0x1FA6C]={ category="so", - cjkwd="w", - description="YAWNING FACE", + description="XIANGQI BLACK CANNON", direction="on", linebreak="id", - unicodeslot=0x1F971, + unicodeslot=0x1FA6C, }, - [0x1F973]={ + [0x1FA6D]={ category="so", - cjkwd="w", - description="FACE WITH PARTY HORN AND PARTY HAT", + description="XIANGQI BLACK SOLDIER", direction="on", linebreak="id", - unicodeslot=0x1F973, + unicodeslot=0x1FA6D, }, - [0x1F974]={ + [0x1FA70]={ category="so", cjkwd="w", - description="FACE WITH UNEVEN EYES AND WAVY MOUTH", + description="BALLET SHOES", direction="on", linebreak="id", - unicodeslot=0x1F974, + unicodeslot=0x1FA70, }, - [0x1F975]={ + [0x1FA71]={ category="so", cjkwd="w", - description="OVERHEATED FACE", + description="ONE-PIECE SWIMSUIT", direction="on", linebreak="id", - unicodeslot=0x1F975, + unicodeslot=0x1FA71, }, - [0x1F976]={ + [0x1FA72]={ category="so", cjkwd="w", - description="FREEZING FACE", + description="BRIEFS", direction="on", linebreak="id", - unicodeslot=0x1F976, + unicodeslot=0x1FA72, }, - [0x1F97A]={ + [0x1FA73]={ category="so", cjkwd="w", - description="FACE WITH PLEADING EYES", + description="SHORTS", direction="on", linebreak="id", - unicodeslot=0x1F97A, + unicodeslot=0x1FA73, }, - [0x1F97B]={ + [0x1FA74]={ category="so", cjkwd="w", - description="SARI", + description="THONG SANDAL", direction="on", linebreak="id", - unicodeslot=0x1F97B, + unicodeslot=0x1FA74, }, - [0x1F97C]={ + [0x1FA78]={ category="so", cjkwd="w", - description="LAB COAT", + description="DROP OF BLOOD", direction="on", linebreak="id", - unicodeslot=0x1F97C, + unicodeslot=0x1FA78, }, - [0x1F97D]={ + [0x1FA79]={ category="so", cjkwd="w", - description="GOGGLES", + description="ADHESIVE BANDAGE", direction="on", linebreak="id", - unicodeslot=0x1F97D, + unicodeslot=0x1FA79, }, - [0x1F97E]={ + [0x1FA7A]={ category="so", cjkwd="w", - description="HIKING BOOT", + description="STETHOSCOPE", direction="on", linebreak="id", - unicodeslot=0x1F97E, + unicodeslot=0x1FA7A, }, - [0x1F97F]={ + [0x1FA80]={ category="so", cjkwd="w", - description="FLAT SHOE", + description="YO-YO", direction="on", linebreak="id", - unicodeslot=0x1F97F, + unicodeslot=0x1FA80, }, - [0x1F980]={ + [0x1FA81]={ category="so", cjkwd="w", - description="CRAB", + description="KITE", direction="on", linebreak="id", - unicodeslot=0x1F980, + unicodeslot=0x1FA81, }, - [0x1F981]={ + [0x1FA82]={ category="so", cjkwd="w", - description="LION FACE", + description="PARACHUTE", direction="on", linebreak="id", - unicodeslot=0x1F981, + unicodeslot=0x1FA82, }, - [0x1F982]={ + [0x1FA83]={ category="so", cjkwd="w", - description="SCORPION", + description="BOOMERANG", direction="on", linebreak="id", - unicodeslot=0x1F982, + unicodeslot=0x1FA83, }, - [0x1F983]={ + [0x1FA84]={ category="so", cjkwd="w", - description="TURKEY", + description="MAGIC WAND", direction="on", linebreak="id", - unicodeslot=0x1F983, + unicodeslot=0x1FA84, }, - [0x1F984]={ + [0x1FA85]={ category="so", cjkwd="w", - description="UNICORN FACE", + description="PINATA", direction="on", linebreak="id", - unicodeslot=0x1F984, + unicodeslot=0x1FA85, }, - [0x1F985]={ + [0x1FA86]={ category="so", cjkwd="w", - description="EAGLE", + description="NESTING DOLLS", direction="on", linebreak="id", - unicodeslot=0x1F985, + unicodeslot=0x1FA86, }, - [0x1F986]={ + [0x1FA90]={ category="so", cjkwd="w", - description="DUCK", + description="RINGED PLANET", direction="on", linebreak="id", - unicodeslot=0x1F986, + unicodeslot=0x1FA90, }, - [0x1F987]={ + [0x1FA91]={ category="so", cjkwd="w", - description="BAT", + description="CHAIR", direction="on", linebreak="id", - unicodeslot=0x1F987, + unicodeslot=0x1FA91, }, - [0x1F988]={ + [0x1FA92]={ category="so", cjkwd="w", - description="SHARK", + description="RAZOR", direction="on", linebreak="id", - unicodeslot=0x1F988, + unicodeslot=0x1FA92, }, - [0x1F989]={ + [0x1FA93]={ category="so", cjkwd="w", - description="OWL", + description="AXE", direction="on", linebreak="id", - unicodeslot=0x1F989, + unicodeslot=0x1FA93, }, - [0x1F98A]={ + [0x1FA94]={ category="so", cjkwd="w", - description="FOX FACE", + description="DIYA LAMP", direction="on", linebreak="id", - unicodeslot=0x1F98A, + unicodeslot=0x1FA94, }, - [0x1F98B]={ + [0x1FA95]={ category="so", cjkwd="w", - description="BUTTERFLY", + description="BANJO", direction="on", linebreak="id", - unicodeslot=0x1F98B, + unicodeslot=0x1FA95, }, - [0x1F98C]={ + [0x1FA96]={ category="so", cjkwd="w", - description="DEER", + description="MILITARY HELMET", direction="on", linebreak="id", - unicodeslot=0x1F98C, + unicodeslot=0x1FA96, }, - [0x1F98D]={ + [0x1FA97]={ category="so", cjkwd="w", - description="GORILLA", + description="ACCORDION", direction="on", linebreak="id", - unicodeslot=0x1F98D, + unicodeslot=0x1FA97, }, - [0x1F98E]={ + [0x1FA98]={ category="so", cjkwd="w", - description="LIZARD", + description="LONG DRUM", direction="on", linebreak="id", - unicodeslot=0x1F98E, + unicodeslot=0x1FA98, }, - [0x1F98F]={ + [0x1FA99]={ category="so", cjkwd="w", - description="RHINOCEROS", + description="COIN", direction="on", linebreak="id", - unicodeslot=0x1F98F, + unicodeslot=0x1FA99, }, - [0x1F990]={ + [0x1FA9A]={ category="so", cjkwd="w", - description="SHRIMP", + description="CARPENTRY SAW", direction="on", linebreak="id", - unicodeslot=0x1F990, + unicodeslot=0x1FA9A, }, - [0x1F991]={ + [0x1FA9B]={ category="so", cjkwd="w", - description="SQUID", + description="SCREWDRIVER", direction="on", linebreak="id", - unicodeslot=0x1F991, + unicodeslot=0x1FA9B, }, - [0x1F992]={ + [0x1FA9C]={ category="so", cjkwd="w", - description="GIRAFFE FACE", + description="LADDER", direction="on", linebreak="id", - unicodeslot=0x1F992, + unicodeslot=0x1FA9C, }, - [0x1F993]={ + [0x1FA9D]={ category="so", cjkwd="w", - description="ZEBRA FACE", + description="HOOK", direction="on", linebreak="id", - unicodeslot=0x1F993, + unicodeslot=0x1FA9D, }, - [0x1F994]={ + [0x1FA9E]={ category="so", cjkwd="w", - description="HEDGEHOG", + description="MIRROR", direction="on", linebreak="id", - unicodeslot=0x1F994, + unicodeslot=0x1FA9E, }, - [0x1F995]={ + [0x1FA9F]={ category="so", cjkwd="w", - description="SAUROPOD", + description="WINDOW", direction="on", linebreak="id", - unicodeslot=0x1F995, + unicodeslot=0x1FA9F, }, - [0x1F996]={ + [0x1FAA0]={ category="so", cjkwd="w", - description="T-REX", + description="PLUNGER", direction="on", linebreak="id", - synonyms={ "tyrannosaurus rex" }, - unicodeslot=0x1F996, + unicodeslot=0x1FAA0, }, - [0x1F997]={ + [0x1FAA1]={ category="so", cjkwd="w", - description="CRICKET", + description="SEWING NEEDLE", direction="on", linebreak="id", - unicodeslot=0x1F997, + unicodeslot=0x1FAA1, }, - [0x1F998]={ + [0x1FAA2]={ category="so", cjkwd="w", - description="KANGAROO", + description="KNOT", direction="on", linebreak="id", - unicodeslot=0x1F998, + unicodeslot=0x1FAA2, }, - [0x1F999]={ + [0x1FAA3]={ category="so", cjkwd="w", - description="LLAMA", + description="BUCKET", direction="on", linebreak="id", - unicodeslot=0x1F999, + unicodeslot=0x1FAA3, }, - [0x1F99A]={ + [0x1FAA4]={ category="so", cjkwd="w", - description="PEACOCK", + description="MOUSE TRAP", direction="on", linebreak="id", - unicodeslot=0x1F99A, + unicodeslot=0x1FAA4, }, - [0x1F99B]={ + [0x1FAA5]={ category="so", cjkwd="w", - description="HIPPOPOTAMUS", + description="TOOTHBRUSH", direction="on", linebreak="id", - unicodeslot=0x1F99B, + unicodeslot=0x1FAA5, }, - [0x1F99C]={ + [0x1FAA6]={ category="so", cjkwd="w", - description="PARROT", + description="HEADSTONE", direction="on", linebreak="id", - unicodeslot=0x1F99C, + unicodeslot=0x1FAA6, }, - [0x1F99D]={ + [0x1FAA7]={ category="so", cjkwd="w", - description="RACCOON", + description="PLACARD", direction="on", linebreak="id", - unicodeslot=0x1F99D, + unicodeslot=0x1FAA7, }, - [0x1F99E]={ + [0x1FAA8]={ category="so", cjkwd="w", - description="LOBSTER", + description="ROCK", direction="on", linebreak="id", - unicodeslot=0x1F99E, + unicodeslot=0x1FAA8, }, - [0x1F99F]={ + [0x1FAB0]={ category="so", cjkwd="w", - description="MOSQUITO", + description="FLY", direction="on", linebreak="id", - unicodeslot=0x1F99F, + unicodeslot=0x1FAB0, }, - [0x1F9A0]={ + [0x1FAB1]={ category="so", cjkwd="w", - description="MICROBE", + description="WORM", direction="on", linebreak="id", - unicodeslot=0x1F9A0, + unicodeslot=0x1FAB1, }, - [0x1F9A1]={ + [0x1FAB2]={ category="so", cjkwd="w", - description="BADGER", + description="BEETLE", direction="on", linebreak="id", - unicodeslot=0x1F9A1, + unicodeslot=0x1FAB2, }, - [0x1F9A2]={ + [0x1FAB3]={ category="so", cjkwd="w", - description="SWAN", + description="COCKROACH", direction="on", linebreak="id", - unicodeslot=0x1F9A2, + unicodeslot=0x1FAB3, }, - [0x1F9A5]={ + [0x1FAB4]={ category="so", cjkwd="w", - description="SLOTH", + description="POTTED PLANT", direction="on", linebreak="id", - unicodeslot=0x1F9A5, + unicodeslot=0x1FAB4, }, - [0x1F9A6]={ + [0x1FAB5]={ category="so", cjkwd="w", - description="OTTER", + description="WOOD", direction="on", linebreak="id", - unicodeslot=0x1F9A6, + unicodeslot=0x1FAB5, }, - [0x1F9A7]={ + [0x1FAB6]={ category="so", cjkwd="w", - description="ORANGUTAN", + description="FEATHER", direction="on", linebreak="id", - unicodeslot=0x1F9A7, + unicodeslot=0x1FAB6, }, - [0x1F9A8]={ + [0x1FAC0]={ category="so", cjkwd="w", - description="SKUNK", + description="ANATOMICAL HEART", direction="on", linebreak="id", - unicodeslot=0x1F9A8, + unicodeslot=0x1FAC0, }, - [0x1F9A9]={ + [0x1FAC1]={ category="so", cjkwd="w", - description="FLAMINGO", + description="LUNGS", direction="on", linebreak="id", - unicodeslot=0x1F9A9, + unicodeslot=0x1FAC1, }, - [0x1F9AA]={ + [0x1FAC2]={ category="so", cjkwd="w", - description="OYSTER", + description="PEOPLE HUGGING", direction="on", linebreak="id", - unicodeslot=0x1F9AA, + unicodeslot=0x1FAC2, }, - [0x1F9AE]={ + [0x1FAD0]={ category="so", cjkwd="w", - description="GUIDE DOG", + description="BLUEBERRIES", direction="on", linebreak="id", - unicodeslot=0x1F9AE, + unicodeslot=0x1FAD0, }, - [0x1F9AF]={ + [0x1FAD1]={ category="so", cjkwd="w", - description="PROBING CANE", + description="BELL PEPPER", direction="on", linebreak="id", - unicodeslot=0x1F9AF, + unicodeslot=0x1FAD1, }, - [0x1F9B0]={ + [0x1FAD2]={ category="so", cjkwd="w", - description="EMOJI COMPONENT RED HAIR", + description="OLIVE", direction="on", linebreak="id", - unicodeslot=0x1F9B0, + unicodeslot=0x1FAD2, }, - [0x1F9B1]={ + [0x1FAD3]={ category="so", cjkwd="w", - description="EMOJI COMPONENT CURLY HAIR", + description="FLATBREAD", direction="on", linebreak="id", - unicodeslot=0x1F9B1, + unicodeslot=0x1FAD3, }, - [0x1F9B2]={ + [0x1FAD4]={ category="so", cjkwd="w", - description="EMOJI COMPONENT BALD", + description="TAMALE", direction="on", linebreak="id", - unicodeslot=0x1F9B2, + unicodeslot=0x1FAD4, }, - [0x1F9B3]={ + [0x1FAD5]={ category="so", cjkwd="w", - description="EMOJI COMPONENT WHITE HAIR", + description="FONDUE", direction="on", linebreak="id", - unicodeslot=0x1F9B3, + unicodeslot=0x1FAD5, }, - [0x1F9B4]={ + [0x1FAD6]={ category="so", cjkwd="w", - description="BONE", + description="TEAPOT", direction="on", linebreak="id", - unicodeslot=0x1F9B4, + unicodeslot=0x1FAD6, }, - [0x1F9B5]={ + [0x1FB00]={ category="so", - cjkwd="w", - description="LEG", + description="BLOCK SEXTANT-1", direction="on", - linebreak="eb", - unicodeslot=0x1F9B5, + linebreak="al", + unicodeslot=0x1FB00, }, - [0x1F9B6]={ + [0x1FB01]={ category="so", - cjkwd="w", - description="FOOT", + description="BLOCK SEXTANT-2", direction="on", - linebreak="eb", - unicodeslot=0x1F9B6, + linebreak="al", + unicodeslot=0x1FB01, }, - [0x1F9B7]={ + [0x1FB02]={ category="so", - cjkwd="w", - description="TOOTH", + description="BLOCK SEXTANT-12", direction="on", - linebreak="id", - unicodeslot=0x1F9B7, + linebreak="al", + unicodeslot=0x1FB02, }, - [0x1F9B8]={ + [0x1FB03]={ category="so", - cjkwd="w", - description="SUPERHERO", + description="BLOCK SEXTANT-3", direction="on", - linebreak="eb", - unicodeslot=0x1F9B8, + linebreak="al", + unicodeslot=0x1FB03, }, - [0x1F9B9]={ + [0x1FB04]={ category="so", - cjkwd="w", - description="SUPERVILLAIN", + description="BLOCK SEXTANT-13", direction="on", - linebreak="eb", - unicodeslot=0x1F9B9, + linebreak="al", + unicodeslot=0x1FB04, }, - [0x1F9BA]={ + [0x1FB05]={ category="so", - cjkwd="w", - description="SAFETY VEST", + description="BLOCK SEXTANT-23", direction="on", - linebreak="id", - unicodeslot=0x1F9BA, + linebreak="al", + unicodeslot=0x1FB05, }, - [0x1F9BB]={ + [0x1FB06]={ category="so", - cjkwd="w", - description="EAR WITH HEARING AID", + description="BLOCK SEXTANT-123", direction="on", - linebreak="eb", - unicodeslot=0x1F9BB, + linebreak="al", + unicodeslot=0x1FB06, }, - [0x1F9BC]={ + [0x1FB07]={ category="so", - cjkwd="w", - description="MOTORIZED WHEELCHAIR", + description="BLOCK SEXTANT-4", direction="on", - linebreak="id", - unicodeslot=0x1F9BC, + linebreak="al", + unicodeslot=0x1FB07, }, - [0x1F9BD]={ + [0x1FB08]={ category="so", - cjkwd="w", - description="MANUAL WHEELCHAIR", + description="BLOCK SEXTANT-14", direction="on", - linebreak="id", - unicodeslot=0x1F9BD, + linebreak="al", + unicodeslot=0x1FB08, }, - [0x1F9BE]={ + [0x1FB09]={ category="so", - cjkwd="w", - description="MECHANICAL ARM", + description="BLOCK SEXTANT-24", direction="on", - linebreak="id", - unicodeslot=0x1F9BE, + linebreak="al", + unicodeslot=0x1FB09, }, - [0x1F9BF]={ + [0x1FB0A]={ category="so", - cjkwd="w", - description="MECHANICAL LEG", + description="BLOCK SEXTANT-124", direction="on", - linebreak="id", - unicodeslot=0x1F9BF, + linebreak="al", + unicodeslot=0x1FB0A, }, - [0x1F9C0]={ + [0x1FB0B]={ category="so", - cjkwd="w", - description="CHEESE WEDGE", + description="BLOCK SEXTANT-34", direction="on", - linebreak="id", - unicodeslot=0x1F9C0, + linebreak="al", + unicodeslot=0x1FB0B, }, - [0x1F9C1]={ + [0x1FB0C]={ category="so", - cjkwd="w", - description="CUPCAKE", + description="BLOCK SEXTANT-134", direction="on", - linebreak="id", - unicodeslot=0x1F9C1, + linebreak="al", + unicodeslot=0x1FB0C, }, - [0x1F9C2]={ + [0x1FB0D]={ category="so", - cjkwd="w", - description="SALT SHAKER", + description="BLOCK SEXTANT-234", direction="on", - linebreak="id", - unicodeslot=0x1F9C2, + linebreak="al", + unicodeslot=0x1FB0D, }, - [0x1F9C3]={ + [0x1FB0E]={ category="so", - cjkwd="w", - description="BEVERAGE BOX", + description="BLOCK SEXTANT-1234", direction="on", - linebreak="id", - unicodeslot=0x1F9C3, + linebreak="al", + unicodeslot=0x1FB0E, }, - [0x1F9C4]={ + [0x1FB0F]={ category="so", - cjkwd="w", - description="GARLIC", + description="BLOCK SEXTANT-5", direction="on", - linebreak="id", - unicodeslot=0x1F9C4, + linebreak="al", + unicodeslot=0x1FB0F, }, - [0x1F9C5]={ + [0x1FB10]={ category="so", - cjkwd="w", - description="ONION", + description="BLOCK SEXTANT-15", direction="on", - linebreak="id", - unicodeslot=0x1F9C5, + linebreak="al", + unicodeslot=0x1FB10, }, - [0x1F9C6]={ + [0x1FB11]={ category="so", - cjkwd="w", - description="FALAFEL", + description="BLOCK SEXTANT-25", direction="on", - linebreak="id", - unicodeslot=0x1F9C6, + linebreak="al", + unicodeslot=0x1FB11, }, - [0x1F9C7]={ + [0x1FB12]={ category="so", - cjkwd="w", - description="WAFFLE", + description="BLOCK SEXTANT-125", direction="on", - linebreak="id", - unicodeslot=0x1F9C7, + linebreak="al", + unicodeslot=0x1FB12, }, - [0x1F9C8]={ + [0x1FB13]={ category="so", - cjkwd="w", - description="BUTTER", + description="BLOCK SEXTANT-35", direction="on", - linebreak="id", - unicodeslot=0x1F9C8, + linebreak="al", + unicodeslot=0x1FB13, }, - [0x1F9C9]={ + [0x1FB14]={ category="so", - cjkwd="w", - description="MATE DRINK", + description="BLOCK SEXTANT-235", direction="on", - linebreak="id", - unicodeslot=0x1F9C9, + linebreak="al", + unicodeslot=0x1FB14, }, - [0x1F9CA]={ + [0x1FB15]={ category="so", - cjkwd="w", - description="ICE CUBE", + description="BLOCK SEXTANT-1235", direction="on", - linebreak="id", - unicodeslot=0x1F9CA, + linebreak="al", + unicodeslot=0x1FB15, }, - [0x1F9CD]={ + [0x1FB16]={ category="so", - cjkwd="w", - description="STANDING PERSON", + description="BLOCK SEXTANT-45", direction="on", - linebreak="eb", - unicodeslot=0x1F9CD, + linebreak="al", + unicodeslot=0x1FB16, }, - [0x1F9CE]={ + [0x1FB17]={ category="so", - cjkwd="w", - description="KNEELING PERSON", + description="BLOCK SEXTANT-145", direction="on", - linebreak="eb", - unicodeslot=0x1F9CE, + linebreak="al", + unicodeslot=0x1FB17, }, - [0x1F9CF]={ + [0x1FB18]={ category="so", - cjkwd="w", - description="DEAF PERSON", + description="BLOCK SEXTANT-245", direction="on", - linebreak="eb", - unicodeslot=0x1F9CF, + linebreak="al", + unicodeslot=0x1FB18, }, - [0x1F9D0]={ + [0x1FB19]={ category="so", - cjkwd="w", - description="FACE WITH MONOCLE", + description="BLOCK SEXTANT-1245", direction="on", - linebreak="id", - unicodeslot=0x1F9D0, + linebreak="al", + unicodeslot=0x1FB19, }, - [0x1F9D1]={ + [0x1FB1A]={ category="so", - cjkwd="w", - description="ADULT", + description="BLOCK SEXTANT-345", direction="on", - linebreak="eb", - unicodeslot=0x1F9D1, + linebreak="al", + unicodeslot=0x1FB1A, }, - [0x1F9D2]={ + [0x1FB1B]={ category="so", - cjkwd="w", - description="CHILD", + description="BLOCK SEXTANT-1345", direction="on", - linebreak="eb", - unicodeslot=0x1F9D2, + linebreak="al", + unicodeslot=0x1FB1B, }, - [0x1F9D3]={ + [0x1FB1C]={ category="so", - cjkwd="w", - description="OLDER ADULT", + description="BLOCK SEXTANT-2345", direction="on", - linebreak="eb", - unicodeslot=0x1F9D3, + linebreak="al", + unicodeslot=0x1FB1C, }, - [0x1F9D4]={ + [0x1FB1D]={ category="so", - cjkwd="w", - description="BEARDED PERSON", + description="BLOCK SEXTANT-12345", direction="on", - linebreak="eb", - unicodeslot=0x1F9D4, + linebreak="al", + unicodeslot=0x1FB1D, }, - [0x1F9D5]={ + [0x1FB1E]={ category="so", - cjkwd="w", - description="PERSON WITH HEADSCARF", + description="BLOCK SEXTANT-6", direction="on", - linebreak="eb", - unicodeslot=0x1F9D5, + linebreak="al", + unicodeslot=0x1FB1E, }, - [0x1F9D6]={ + [0x1FB1F]={ category="so", - cjkwd="w", - description="PERSON IN STEAMY ROOM", + description="BLOCK SEXTANT-16", direction="on", - linebreak="eb", - unicodeslot=0x1F9D6, + linebreak="al", + unicodeslot=0x1FB1F, }, - [0x1F9D7]={ + [0x1FB20]={ category="so", - cjkwd="w", - description="PERSON CLIMBING", + description="BLOCK SEXTANT-26", direction="on", - linebreak="eb", - unicodeslot=0x1F9D7, + linebreak="al", + unicodeslot=0x1FB20, }, - [0x1F9D8]={ + [0x1FB21]={ category="so", - cjkwd="w", - description="PERSON IN LOTUS POSITION", + description="BLOCK SEXTANT-126", direction="on", - linebreak="eb", - unicodeslot=0x1F9D8, + linebreak="al", + unicodeslot=0x1FB21, }, - [0x1F9D9]={ + [0x1FB22]={ category="so", - cjkwd="w", - description="MAGE", + description="BLOCK SEXTANT-36", direction="on", - linebreak="eb", - unicodeslot=0x1F9D9, + linebreak="al", + unicodeslot=0x1FB22, }, - [0x1F9DA]={ + [0x1FB23]={ category="so", - cjkwd="w", - description="FAIRY", + description="BLOCK SEXTANT-136", direction="on", - linebreak="eb", - unicodeslot=0x1F9DA, + linebreak="al", + unicodeslot=0x1FB23, }, - [0x1F9DB]={ + [0x1FB24]={ category="so", - cjkwd="w", - description="VAMPIRE", + description="BLOCK SEXTANT-236", direction="on", - linebreak="eb", - unicodeslot=0x1F9DB, + linebreak="al", + unicodeslot=0x1FB24, }, - [0x1F9DC]={ + [0x1FB25]={ category="so", - cjkwd="w", - description="MERPERSON", + description="BLOCK SEXTANT-1236", direction="on", - linebreak="eb", - unicodeslot=0x1F9DC, + linebreak="al", + unicodeslot=0x1FB25, }, - [0x1F9DD]={ + [0x1FB26]={ category="so", - cjkwd="w", - description="ELF", + description="BLOCK SEXTANT-46", direction="on", - linebreak="eb", - unicodeslot=0x1F9DD, + linebreak="al", + unicodeslot=0x1FB26, }, - [0x1F9DE]={ + [0x1FB27]={ category="so", - cjkwd="w", - description="GENIE", + description="BLOCK SEXTANT-146", direction="on", - linebreak="id", - unicodeslot=0x1F9DE, + linebreak="al", + unicodeslot=0x1FB27, }, - [0x1F9DF]={ + [0x1FB28]={ category="so", - cjkwd="w", - description="ZOMBIE", + description="BLOCK SEXTANT-1246", direction="on", - linebreak="id", - unicodeslot=0x1F9DF, + linebreak="al", + unicodeslot=0x1FB28, }, - [0x1F9E0]={ + [0x1FB29]={ category="so", - cjkwd="w", - description="BRAIN", + description="BLOCK SEXTANT-346", direction="on", - linebreak="id", - unicodeslot=0x1F9E0, + linebreak="al", + unicodeslot=0x1FB29, }, - [0x1F9E1]={ + [0x1FB2A]={ category="so", - cjkwd="w", - description="ORANGE HEART", + description="BLOCK SEXTANT-1346", direction="on", - linebreak="id", - unicodeslot=0x1F9E1, + linebreak="al", + unicodeslot=0x1FB2A, }, - [0x1F9E2]={ + [0x1FB2B]={ category="so", - cjkwd="w", - description="BILLED CAP", + description="BLOCK SEXTANT-2346", direction="on", - linebreak="id", - unicodeslot=0x1F9E2, + linebreak="al", + unicodeslot=0x1FB2B, }, - [0x1F9E3]={ + [0x1FB2C]={ category="so", - cjkwd="w", - description="SCARF", + description="BLOCK SEXTANT-12346", direction="on", - linebreak="id", - unicodeslot=0x1F9E3, + linebreak="al", + unicodeslot=0x1FB2C, }, - [0x1F9E4]={ + [0x1FB2D]={ category="so", - cjkwd="w", - description="GLOVES", + description="BLOCK SEXTANT-56", direction="on", - linebreak="id", - unicodeslot=0x1F9E4, + linebreak="al", + unicodeslot=0x1FB2D, }, - [0x1F9E5]={ + [0x1FB2E]={ category="so", - cjkwd="w", - description="COAT", + description="BLOCK SEXTANT-156", direction="on", - linebreak="id", - unicodeslot=0x1F9E5, + linebreak="al", + unicodeslot=0x1FB2E, }, - [0x1F9E6]={ + [0x1FB2F]={ category="so", - cjkwd="w", - description="SOCKS", + description="BLOCK SEXTANT-256", direction="on", - linebreak="id", - unicodeslot=0x1F9E6, + linebreak="al", + unicodeslot=0x1FB2F, }, - [0x1F9E7]={ + [0x1FB30]={ category="so", - cjkwd="w", - description="RED GIFT ENVELOPE", + description="BLOCK SEXTANT-1256", direction="on", - linebreak="id", - unicodeslot=0x1F9E7, + linebreak="al", + unicodeslot=0x1FB30, }, - [0x1F9E8]={ + [0x1FB31]={ category="so", - cjkwd="w", - description="FIRECRACKER", + description="BLOCK SEXTANT-356", direction="on", - linebreak="id", - unicodeslot=0x1F9E8, + linebreak="al", + unicodeslot=0x1FB31, }, - [0x1F9E9]={ + [0x1FB32]={ category="so", - cjkwd="w", - description="JIGSAW PUZZLE PIECE", + description="BLOCK SEXTANT-1356", direction="on", - linebreak="id", - unicodeslot=0x1F9E9, + linebreak="al", + unicodeslot=0x1FB32, }, - [0x1F9EA]={ + [0x1FB33]={ category="so", - cjkwd="w", - description="TEST TUBE", + description="BLOCK SEXTANT-2356", direction="on", - linebreak="id", - unicodeslot=0x1F9EA, + linebreak="al", + unicodeslot=0x1FB33, }, - [0x1F9EB]={ + [0x1FB34]={ category="so", - cjkwd="w", - description="PETRI DISH", + description="BLOCK SEXTANT-12356", direction="on", - linebreak="id", - unicodeslot=0x1F9EB, + linebreak="al", + unicodeslot=0x1FB34, }, - [0x1F9EC]={ + [0x1FB35]={ category="so", - cjkwd="w", - description="DNA DOUBLE HELIX", + description="BLOCK SEXTANT-456", direction="on", - linebreak="id", - unicodeslot=0x1F9EC, + linebreak="al", + unicodeslot=0x1FB35, }, - [0x1F9ED]={ + [0x1FB36]={ category="so", - cjkwd="w", - description="COMPASS", + description="BLOCK SEXTANT-1456", direction="on", - linebreak="id", - unicodeslot=0x1F9ED, + linebreak="al", + unicodeslot=0x1FB36, }, - [0x1F9EE]={ + [0x1FB37]={ category="so", - cjkwd="w", - description="ABACUS", + description="BLOCK SEXTANT-2456", direction="on", - linebreak="id", - unicodeslot=0x1F9EE, + linebreak="al", + unicodeslot=0x1FB37, }, - [0x1F9EF]={ + [0x1FB38]={ category="so", - cjkwd="w", - description="FIRE EXTINGUISHER", + description="BLOCK SEXTANT-12456", direction="on", - linebreak="id", - unicodeslot=0x1F9EF, + linebreak="al", + unicodeslot=0x1FB38, }, - [0x1F9F0]={ + [0x1FB39]={ category="so", - cjkwd="w", - description="TOOLBOX", + description="BLOCK SEXTANT-3456", direction="on", - linebreak="id", - unicodeslot=0x1F9F0, + linebreak="al", + unicodeslot=0x1FB39, }, - [0x1F9F1]={ + [0x1FB3A]={ category="so", - cjkwd="w", - description="BRICK", + description="BLOCK SEXTANT-13456", direction="on", - linebreak="id", - unicodeslot=0x1F9F1, + linebreak="al", + unicodeslot=0x1FB3A, }, - [0x1F9F2]={ + [0x1FB3B]={ category="so", - cjkwd="w", - description="MAGNET", + description="BLOCK SEXTANT-23456", direction="on", - linebreak="id", - unicodeslot=0x1F9F2, + linebreak="al", + unicodeslot=0x1FB3B, }, - [0x1F9F3]={ + [0x1FB3C]={ category="so", - cjkwd="w", - description="LUGGAGE", + description="LOWER LEFT BLOCK DIAGONAL LOWER MIDDLE LEFT TO LOWER CENTRE", direction="on", - linebreak="id", - unicodeslot=0x1F9F3, + linebreak="al", + unicodeslot=0x1FB3C, }, - [0x1F9F4]={ + [0x1FB3D]={ category="so", - cjkwd="w", - description="LOTION BOTTLE", + description="LOWER LEFT BLOCK DIAGONAL LOWER MIDDLE LEFT TO LOWER RIGHT", direction="on", - linebreak="id", - unicodeslot=0x1F9F4, + linebreak="al", + unicodeslot=0x1FB3D, }, - [0x1F9F5]={ + [0x1FB3E]={ category="so", - cjkwd="w", - description="SPOOL OF THREAD", + description="LOWER LEFT BLOCK DIAGONAL UPPER MIDDLE LEFT TO LOWER CENTRE", direction="on", - linebreak="id", - unicodeslot=0x1F9F5, + linebreak="al", + unicodeslot=0x1FB3E, }, - [0x1F9F6]={ + [0x1FB3F]={ category="so", - cjkwd="w", - description="BALL OF YARN", + description="LOWER LEFT BLOCK DIAGONAL UPPER MIDDLE LEFT TO LOWER RIGHT", direction="on", - linebreak="id", - unicodeslot=0x1F9F6, + linebreak="al", + unicodeslot=0x1FB3F, }, - [0x1F9F7]={ + [0x1FB40]={ category="so", - cjkwd="w", - description="SAFETY PIN", + description="LOWER LEFT BLOCK DIAGONAL UPPER LEFT TO LOWER CENTRE", direction="on", - linebreak="id", - unicodeslot=0x1F9F7, + linebreak="al", + unicodeslot=0x1FB40, }, - [0x1F9F8]={ + [0x1FB41]={ category="so", - cjkwd="w", - description="TEDDY BEAR", + description="LOWER RIGHT BLOCK DIAGONAL UPPER MIDDLE LEFT TO UPPER CENTRE", direction="on", - linebreak="id", - unicodeslot=0x1F9F8, + linebreak="al", + unicodeslot=0x1FB41, }, - [0x1F9F9]={ + [0x1FB42]={ category="so", - cjkwd="w", - description="BROOM", + description="LOWER RIGHT BLOCK DIAGONAL UPPER MIDDLE LEFT TO UPPER RIGHT", direction="on", - linebreak="id", - unicodeslot=0x1F9F9, + linebreak="al", + unicodeslot=0x1FB42, }, - [0x1F9FA]={ + [0x1FB43]={ category="so", - cjkwd="w", - description="BASKET", + description="LOWER RIGHT BLOCK DIAGONAL LOWER MIDDLE LEFT TO UPPER CENTRE", direction="on", - linebreak="id", - unicodeslot=0x1F9FA, + linebreak="al", + unicodeslot=0x1FB43, }, - [0x1F9FB]={ + [0x1FB44]={ category="so", - cjkwd="w", - description="ROLL OF PAPER", + description="LOWER RIGHT BLOCK DIAGONAL LOWER MIDDLE LEFT TO UPPER RIGHT", direction="on", - linebreak="id", - unicodeslot=0x1F9FB, + linebreak="al", + unicodeslot=0x1FB44, }, - [0x1F9FC]={ + [0x1FB45]={ category="so", - cjkwd="w", - description="BAR OF SOAP", + description="LOWER RIGHT BLOCK DIAGONAL LOWER LEFT TO UPPER CENTRE", direction="on", - linebreak="id", - unicodeslot=0x1F9FC, + linebreak="al", + unicodeslot=0x1FB45, }, - [0x1F9FD]={ + [0x1FB46]={ category="so", - cjkwd="w", - description="SPONGE", + description="LOWER RIGHT BLOCK DIAGONAL LOWER MIDDLE LEFT TO UPPER MIDDLE RIGHT", direction="on", - linebreak="id", - unicodeslot=0x1F9FD, + linebreak="al", + unicodeslot=0x1FB46, }, - [0x1F9FE]={ + [0x1FB47]={ category="so", - cjkwd="w", - description="RECEIPT", + description="LOWER RIGHT BLOCK DIAGONAL LOWER CENTRE TO LOWER MIDDLE RIGHT", direction="on", - linebreak="id", - unicodeslot=0x1F9FE, + linebreak="al", + unicodeslot=0x1FB47, }, - [0x1F9FF]={ + [0x1FB48]={ category="so", - cjkwd="w", - description="NAZAR AMULET", + description="LOWER RIGHT BLOCK DIAGONAL LOWER LEFT TO LOWER MIDDLE RIGHT", direction="on", - linebreak="id", - unicodeslot=0x1F9FF, + linebreak="al", + unicodeslot=0x1FB48, }, - [0x1FA00]={ + [0x1FB49]={ category="so", - description="NEUTRAL CHESS KING", + description="LOWER RIGHT BLOCK DIAGONAL LOWER CENTRE TO UPPER MIDDLE RIGHT", direction="on", linebreak="al", - unicodeslot=0x1FA00, + unicodeslot=0x1FB49, }, - [0x1FA01]={ + [0x1FB4A]={ category="so", - description="NEUTRAL CHESS QUEEN", + description="LOWER RIGHT BLOCK DIAGONAL LOWER LEFT TO UPPER MIDDLE RIGHT", direction="on", linebreak="al", - unicodeslot=0x1FA01, + unicodeslot=0x1FB4A, }, - [0x1FA02]={ + [0x1FB4B]={ category="so", - description="NEUTRAL CHESS ROOK", + description="LOWER RIGHT BLOCK DIAGONAL LOWER CENTRE TO UPPER RIGHT", direction="on", linebreak="al", - unicodeslot=0x1FA02, + unicodeslot=0x1FB4B, }, - [0x1FA03]={ + [0x1FB4C]={ category="so", - description="NEUTRAL CHESS BISHOP", + description="LOWER LEFT BLOCK DIAGONAL UPPER CENTRE TO UPPER MIDDLE RIGHT", direction="on", linebreak="al", - unicodeslot=0x1FA03, + unicodeslot=0x1FB4C, }, - [0x1FA04]={ + [0x1FB4D]={ category="so", - description="NEUTRAL CHESS KNIGHT", + description="LOWER LEFT BLOCK DIAGONAL UPPER LEFT TO UPPER MIDDLE RIGHT", direction="on", linebreak="al", - unicodeslot=0x1FA04, + unicodeslot=0x1FB4D, }, - [0x1FA05]={ + [0x1FB4E]={ category="so", - description="NEUTRAL CHESS PAWN", + description="LOWER LEFT BLOCK DIAGONAL UPPER CENTRE TO LOWER MIDDLE RIGHT", direction="on", linebreak="al", - unicodeslot=0x1FA05, + unicodeslot=0x1FB4E, }, - [0x1FA06]={ + [0x1FB4F]={ category="so", - description="WHITE CHESS KNIGHT ROTATED FORTY-FIVE DEGREES", + description="LOWER LEFT BLOCK DIAGONAL UPPER LEFT TO LOWER MIDDLE RIGHT", direction="on", linebreak="al", - unicodeslot=0x1FA06, + unicodeslot=0x1FB4F, }, - [0x1FA07]={ + [0x1FB50]={ category="so", - description="BLACK CHESS KNIGHT ROTATED FORTY-FIVE DEGREES", + description="LOWER LEFT BLOCK DIAGONAL UPPER CENTRE TO LOWER RIGHT", direction="on", linebreak="al", - unicodeslot=0x1FA07, + unicodeslot=0x1FB50, }, - [0x1FA08]={ + [0x1FB51]={ category="so", - description="NEUTRAL CHESS KNIGHT ROTATED FORTY-FIVE DEGREES", + description="LOWER LEFT BLOCK DIAGONAL UPPER MIDDLE LEFT TO LOWER MIDDLE RIGHT", direction="on", linebreak="al", - unicodeslot=0x1FA08, + unicodeslot=0x1FB51, }, - [0x1FA09]={ + [0x1FB52]={ category="so", - description="WHITE CHESS KING ROTATED NINETY DEGREES", + description="UPPER RIGHT BLOCK DIAGONAL LOWER MIDDLE LEFT TO LOWER CENTRE", direction="on", linebreak="al", - unicodeslot=0x1FA09, + unicodeslot=0x1FB52, }, - [0x1FA0A]={ + [0x1FB53]={ category="so", - description="WHITE CHESS QUEEN ROTATED NINETY DEGREES", + description="UPPER RIGHT BLOCK DIAGONAL LOWER MIDDLE LEFT TO LOWER RIGHT", direction="on", linebreak="al", - unicodeslot=0x1FA0A, + unicodeslot=0x1FB53, }, - [0x1FA0B]={ + [0x1FB54]={ category="so", - description="WHITE CHESS ROOK ROTATED NINETY DEGREES", + description="UPPER RIGHT BLOCK DIAGONAL UPPER MIDDLE LEFT TO LOWER CENTRE", direction="on", linebreak="al", - unicodeslot=0x1FA0B, + unicodeslot=0x1FB54, }, - [0x1FA0C]={ + [0x1FB55]={ category="so", - description="WHITE CHESS BISHOP ROTATED NINETY DEGREES", + description="UPPER RIGHT BLOCK DIAGONAL UPPER MIDDLE LEFT TO LOWER RIGHT", direction="on", linebreak="al", - unicodeslot=0x1FA0C, + unicodeslot=0x1FB55, }, - [0x1FA0D]={ + [0x1FB56]={ category="so", - description="WHITE CHESS KNIGHT ROTATED NINETY DEGREES", + description="UPPER RIGHT BLOCK DIAGONAL UPPER LEFT TO LOWER CENTRE", direction="on", linebreak="al", - unicodeslot=0x1FA0D, + unicodeslot=0x1FB56, }, - [0x1FA0E]={ + [0x1FB57]={ category="so", - description="WHITE CHESS PAWN ROTATED NINETY DEGREES", + description="UPPER LEFT BLOCK DIAGONAL UPPER MIDDLE LEFT TO UPPER CENTRE", direction="on", linebreak="al", - unicodeslot=0x1FA0E, + unicodeslot=0x1FB57, }, - [0x1FA0F]={ + [0x1FB58]={ category="so", - description="BLACK CHESS KING ROTATED NINETY DEGREES", + description="UPPER LEFT BLOCK DIAGONAL UPPER MIDDLE LEFT TO UPPER RIGHT", direction="on", linebreak="al", - unicodeslot=0x1FA0F, + unicodeslot=0x1FB58, }, - [0x1FA10]={ + [0x1FB59]={ category="so", - description="BLACK CHESS QUEEN ROTATED NINETY DEGREES", + description="UPPER LEFT BLOCK DIAGONAL LOWER MIDDLE LEFT TO UPPER CENTRE", direction="on", linebreak="al", - unicodeslot=0x1FA10, + unicodeslot=0x1FB59, }, - [0x1FA11]={ + [0x1FB5A]={ category="so", - description="BLACK CHESS ROOK ROTATED NINETY DEGREES", + description="UPPER LEFT BLOCK DIAGONAL LOWER MIDDLE LEFT TO UPPER RIGHT", direction="on", linebreak="al", - unicodeslot=0x1FA11, + unicodeslot=0x1FB5A, }, - [0x1FA12]={ + [0x1FB5B]={ category="so", - description="BLACK CHESS BISHOP ROTATED NINETY DEGREES", + description="UPPER LEFT BLOCK DIAGONAL LOWER LEFT TO UPPER CENTRE", direction="on", linebreak="al", - unicodeslot=0x1FA12, + unicodeslot=0x1FB5B, }, - [0x1FA13]={ + [0x1FB5C]={ category="so", - description="BLACK CHESS KNIGHT ROTATED NINETY DEGREES", + description="UPPER LEFT BLOCK DIAGONAL LOWER MIDDLE LEFT TO UPPER MIDDLE RIGHT", direction="on", linebreak="al", - unicodeslot=0x1FA13, + unicodeslot=0x1FB5C, }, - [0x1FA14]={ + [0x1FB5D]={ category="so", - description="BLACK CHESS PAWN ROTATED NINETY DEGREES", + description="UPPER LEFT BLOCK DIAGONAL LOWER CENTRE TO LOWER MIDDLE RIGHT", direction="on", linebreak="al", - unicodeslot=0x1FA14, + unicodeslot=0x1FB5D, }, - [0x1FA15]={ + [0x1FB5E]={ category="so", - description="NEUTRAL CHESS KING ROTATED NINETY DEGREES", + description="UPPER LEFT BLOCK DIAGONAL LOWER LEFT TO LOWER MIDDLE RIGHT", direction="on", linebreak="al", - unicodeslot=0x1FA15, + unicodeslot=0x1FB5E, }, - [0x1FA16]={ + [0x1FB5F]={ category="so", - description="NEUTRAL CHESS QUEEN ROTATED NINETY DEGREES", + description="UPPER LEFT BLOCK DIAGONAL LOWER CENTRE TO UPPER MIDDLE RIGHT", direction="on", linebreak="al", - unicodeslot=0x1FA16, + unicodeslot=0x1FB5F, }, - [0x1FA17]={ + [0x1FB60]={ category="so", - description="NEUTRAL CHESS ROOK ROTATED NINETY DEGREES", + description="UPPER LEFT BLOCK DIAGONAL LOWER LEFT TO UPPER MIDDLE RIGHT", direction="on", linebreak="al", - unicodeslot=0x1FA17, + unicodeslot=0x1FB60, }, - [0x1FA18]={ + [0x1FB61]={ category="so", - description="NEUTRAL CHESS BISHOP ROTATED NINETY DEGREES", + description="UPPER LEFT BLOCK DIAGONAL LOWER CENTRE TO UPPER RIGHT", direction="on", linebreak="al", - unicodeslot=0x1FA18, + unicodeslot=0x1FB61, }, - [0x1FA19]={ + [0x1FB62]={ category="so", - description="NEUTRAL CHESS KNIGHT ROTATED NINETY DEGREES", + description="UPPER RIGHT BLOCK DIAGONAL UPPER CENTRE TO UPPER MIDDLE RIGHT", direction="on", linebreak="al", - unicodeslot=0x1FA19, + unicodeslot=0x1FB62, }, - [0x1FA1A]={ + [0x1FB63]={ category="so", - description="NEUTRAL CHESS PAWN ROTATED NINETY DEGREES", + description="UPPER RIGHT BLOCK DIAGONAL UPPER LEFT TO UPPER MIDDLE RIGHT", direction="on", linebreak="al", - unicodeslot=0x1FA1A, + unicodeslot=0x1FB63, }, - [0x1FA1B]={ + [0x1FB64]={ category="so", - description="WHITE CHESS KNIGHT ROTATED ONE HUNDRED THIRTY-FIVE DEGREES", + description="UPPER RIGHT BLOCK DIAGONAL UPPER CENTRE TO LOWER MIDDLE RIGHT", direction="on", linebreak="al", - unicodeslot=0x1FA1B, + unicodeslot=0x1FB64, }, - [0x1FA1C]={ + [0x1FB65]={ category="so", - description="BLACK CHESS KNIGHT ROTATED ONE HUNDRED THIRTY-FIVE DEGREES", + description="UPPER RIGHT BLOCK DIAGONAL UPPER LEFT TO LOWER MIDDLE RIGHT", direction="on", linebreak="al", - unicodeslot=0x1FA1C, + unicodeslot=0x1FB65, }, - [0x1FA1D]={ + [0x1FB66]={ category="so", - description="NEUTRAL CHESS KNIGHT ROTATED ONE HUNDRED THIRTY-FIVE DEGREES", + description="UPPER RIGHT BLOCK DIAGONAL UPPER CENTRE TO LOWER RIGHT", direction="on", linebreak="al", - unicodeslot=0x1FA1D, + unicodeslot=0x1FB66, }, - [0x1FA1E]={ + [0x1FB67]={ category="so", - description="WHITE CHESS TURNED KING", + description="UPPER RIGHT BLOCK DIAGONAL UPPER MIDDLE LEFT TO LOWER MIDDLE RIGHT", direction="on", linebreak="al", - unicodeslot=0x1FA1E, + unicodeslot=0x1FB67, }, - [0x1FA1F]={ + [0x1FB68]={ category="so", - description="WHITE CHESS TURNED QUEEN", + description="UPPER AND RIGHT AND LOWER TRIANGULAR THREE QUARTERS BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA1F, + unicodeslot=0x1FB68, }, - [0x1FA20]={ + [0x1FB69]={ category="so", - description="WHITE CHESS TURNED ROOK", + description="LEFT AND LOWER AND RIGHT TRIANGULAR THREE QUARTERS BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA20, + unicodeslot=0x1FB69, }, - [0x1FA21]={ + [0x1FB6A]={ category="so", - description="WHITE CHESS TURNED BISHOP", + description="UPPER AND LEFT AND LOWER TRIANGULAR THREE QUARTERS BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA21, + unicodeslot=0x1FB6A, }, - [0x1FA22]={ + [0x1FB6B]={ category="so", - description="WHITE CHESS TURNED KNIGHT", + description="LEFT AND UPPER AND RIGHT TRIANGULAR THREE QUARTERS BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA22, + unicodeslot=0x1FB6B, }, - [0x1FA23]={ + [0x1FB6C]={ category="so", - description="WHITE CHESS TURNED PAWN", + description="LEFT TRIANGULAR ONE QUARTER BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA23, + unicodeslot=0x1FB6C, }, - [0x1FA24]={ + [0x1FB6D]={ category="so", - description="BLACK CHESS TURNED KING", + description="UPPER TRIANGULAR ONE QUARTER BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA24, + unicodeslot=0x1FB6D, }, - [0x1FA25]={ + [0x1FB6E]={ category="so", - description="BLACK CHESS TURNED QUEEN", + description="RIGHT TRIANGULAR ONE QUARTER BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA25, + unicodeslot=0x1FB6E, }, - [0x1FA26]={ + [0x1FB6F]={ category="so", - description="BLACK CHESS TURNED ROOK", + description="LOWER TRIANGULAR ONE QUARTER BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA26, + unicodeslot=0x1FB6F, }, - [0x1FA27]={ + [0x1FB70]={ category="so", - description="BLACK CHESS TURNED BISHOP", + description="VERTICAL ONE EIGHTH BLOCK-2", direction="on", linebreak="al", - unicodeslot=0x1FA27, + unicodeslot=0x1FB70, }, - [0x1FA28]={ + [0x1FB71]={ category="so", - description="BLACK CHESS TURNED KNIGHT", + description="VERTICAL ONE EIGHTH BLOCK-3", direction="on", linebreak="al", - unicodeslot=0x1FA28, + unicodeslot=0x1FB71, }, - [0x1FA29]={ + [0x1FB72]={ category="so", - description="BLACK CHESS TURNED PAWN", + description="VERTICAL ONE EIGHTH BLOCK-4", direction="on", linebreak="al", - unicodeslot=0x1FA29, + unicodeslot=0x1FB72, }, - [0x1FA2A]={ + [0x1FB73]={ category="so", - description="NEUTRAL CHESS TURNED KING", + description="VERTICAL ONE EIGHTH BLOCK-5", direction="on", linebreak="al", - unicodeslot=0x1FA2A, + unicodeslot=0x1FB73, }, - [0x1FA2B]={ + [0x1FB74]={ category="so", - description="NEUTRAL CHESS TURNED QUEEN", + description="VERTICAL ONE EIGHTH BLOCK-6", direction="on", linebreak="al", - unicodeslot=0x1FA2B, + unicodeslot=0x1FB74, }, - [0x1FA2C]={ + [0x1FB75]={ category="so", - description="NEUTRAL CHESS TURNED ROOK", + description="VERTICAL ONE EIGHTH BLOCK-7", direction="on", linebreak="al", - unicodeslot=0x1FA2C, + unicodeslot=0x1FB75, }, - [0x1FA2D]={ + [0x1FB76]={ category="so", - description="NEUTRAL CHESS TURNED BISHOP", + description="HORIZONTAL ONE EIGHTH BLOCK-2", direction="on", linebreak="al", - unicodeslot=0x1FA2D, + unicodeslot=0x1FB76, }, - [0x1FA2E]={ + [0x1FB77]={ category="so", - description="NEUTRAL CHESS TURNED KNIGHT", + description="HORIZONTAL ONE EIGHTH BLOCK-3", direction="on", linebreak="al", - unicodeslot=0x1FA2E, + unicodeslot=0x1FB77, }, - [0x1FA2F]={ + [0x1FB78]={ category="so", - description="NEUTRAL CHESS TURNED PAWN", + description="HORIZONTAL ONE EIGHTH BLOCK-4", direction="on", linebreak="al", - unicodeslot=0x1FA2F, + unicodeslot=0x1FB78, }, - [0x1FA30]={ + [0x1FB79]={ category="so", - description="WHITE CHESS KNIGHT ROTATED TWO HUNDRED TWENTY-FIVE DEGREES", + description="HORIZONTAL ONE EIGHTH BLOCK-5", direction="on", linebreak="al", - unicodeslot=0x1FA30, + unicodeslot=0x1FB79, }, - [0x1FA31]={ + [0x1FB7A]={ category="so", - description="BLACK CHESS KNIGHT ROTATED TWO HUNDRED TWENTY-FIVE DEGREES", + description="HORIZONTAL ONE EIGHTH BLOCK-6", direction="on", linebreak="al", - unicodeslot=0x1FA31, + unicodeslot=0x1FB7A, }, - [0x1FA32]={ + [0x1FB7B]={ category="so", - description="NEUTRAL CHESS KNIGHT ROTATED TWO HUNDRED TWENTY-FIVE DEGREES", + description="HORIZONTAL ONE EIGHTH BLOCK-7", direction="on", linebreak="al", - unicodeslot=0x1FA32, + unicodeslot=0x1FB7B, }, - [0x1FA33]={ + [0x1FB7C]={ category="so", - description="WHITE CHESS KING ROTATED TWO HUNDRED SEVENTY DEGREES", + description="LEFT AND LOWER ONE EIGHTH BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA33, + unicodeslot=0x1FB7C, }, - [0x1FA34]={ + [0x1FB7D]={ category="so", - description="WHITE CHESS QUEEN ROTATED TWO HUNDRED SEVENTY DEGREES", + description="LEFT AND UPPER ONE EIGHTH BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA34, + unicodeslot=0x1FB7D, }, - [0x1FA35]={ + [0x1FB7E]={ category="so", - description="WHITE CHESS ROOK ROTATED TWO HUNDRED SEVENTY DEGREES", + description="RIGHT AND UPPER ONE EIGHTH BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA35, + unicodeslot=0x1FB7E, }, - [0x1FA36]={ + [0x1FB7F]={ category="so", - description="WHITE CHESS BISHOP ROTATED TWO HUNDRED SEVENTY DEGREES", + description="RIGHT AND LOWER ONE EIGHTH BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA36, + unicodeslot=0x1FB7F, }, - [0x1FA37]={ + [0x1FB80]={ category="so", - description="WHITE CHESS KNIGHT ROTATED TWO HUNDRED SEVENTY DEGREES", + description="UPPER AND LOWER ONE EIGHTH BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA37, + unicodeslot=0x1FB80, }, - [0x1FA38]={ + [0x1FB81]={ category="so", - description="WHITE CHESS PAWN ROTATED TWO HUNDRED SEVENTY DEGREES", + description="HORIZONTAL ONE EIGHTH BLOCK-1358", direction="on", linebreak="al", - unicodeslot=0x1FA38, + unicodeslot=0x1FB81, }, - [0x1FA39]={ + [0x1FB82]={ category="so", - description="BLACK CHESS KING ROTATED TWO HUNDRED SEVENTY DEGREES", + description="UPPER ONE QUARTER BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA39, + unicodeslot=0x1FB82, }, - [0x1FA3A]={ + [0x1FB83]={ category="so", - description="BLACK CHESS QUEEN ROTATED TWO HUNDRED SEVENTY DEGREES", + description="UPPER THREE EIGHTHS BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA3A, + unicodeslot=0x1FB83, }, - [0x1FA3B]={ + [0x1FB84]={ category="so", - description="BLACK CHESS ROOK ROTATED TWO HUNDRED SEVENTY DEGREES", + description="UPPER FIVE EIGHTHS BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA3B, + unicodeslot=0x1FB84, }, - [0x1FA3C]={ + [0x1FB85]={ category="so", - description="BLACK CHESS BISHOP ROTATED TWO HUNDRED SEVENTY DEGREES", + description="UPPER THREE QUARTERS BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA3C, + unicodeslot=0x1FB85, }, - [0x1FA3D]={ + [0x1FB86]={ category="so", - description="BLACK CHESS KNIGHT ROTATED TWO HUNDRED SEVENTY DEGREES", + description="UPPER SEVEN EIGHTHS BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA3D, + unicodeslot=0x1FB86, }, - [0x1FA3E]={ + [0x1FB87]={ category="so", - description="BLACK CHESS PAWN ROTATED TWO HUNDRED SEVENTY DEGREES", + description="RIGHT ONE QUARTER BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA3E, + unicodeslot=0x1FB87, }, - [0x1FA3F]={ + [0x1FB88]={ category="so", - description="NEUTRAL CHESS KING ROTATED TWO HUNDRED SEVENTY DEGREES", + description="RIGHT THREE EIGHTHS BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA3F, + unicodeslot=0x1FB88, }, - [0x1FA40]={ + [0x1FB89]={ category="so", - description="NEUTRAL CHESS QUEEN ROTATED TWO HUNDRED SEVENTY DEGREES", + description="RIGHT FIVE EIGHTHS BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA40, + unicodeslot=0x1FB89, }, - [0x1FA41]={ + [0x1FB8A]={ category="so", - description="NEUTRAL CHESS ROOK ROTATED TWO HUNDRED SEVENTY DEGREES", + description="RIGHT THREE QUARTERS BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA41, + unicodeslot=0x1FB8A, }, - [0x1FA42]={ + [0x1FB8B]={ category="so", - description="NEUTRAL CHESS BISHOP ROTATED TWO HUNDRED SEVENTY DEGREES", + description="RIGHT SEVEN EIGHTHS BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA42, + unicodeslot=0x1FB8B, }, - [0x1FA43]={ + [0x1FB8C]={ category="so", - description="NEUTRAL CHESS KNIGHT ROTATED TWO HUNDRED SEVENTY DEGREES", + description="LEFT HALF MEDIUM SHADE", direction="on", linebreak="al", - unicodeslot=0x1FA43, + unicodeslot=0x1FB8C, }, - [0x1FA44]={ + [0x1FB8D]={ category="so", - description="NEUTRAL CHESS PAWN ROTATED TWO HUNDRED SEVENTY DEGREES", + description="RIGHT HALF MEDIUM SHADE", direction="on", linebreak="al", - unicodeslot=0x1FA44, + unicodeslot=0x1FB8D, }, - [0x1FA45]={ + [0x1FB8E]={ category="so", - description="WHITE CHESS KNIGHT ROTATED THREE HUNDRED FIFTEEN DEGREES", + description="UPPER HALF MEDIUM SHADE", direction="on", linebreak="al", - unicodeslot=0x1FA45, + unicodeslot=0x1FB8E, }, - [0x1FA46]={ + [0x1FB8F]={ category="so", - description="BLACK CHESS KNIGHT ROTATED THREE HUNDRED FIFTEEN DEGREES", + description="LOWER HALF MEDIUM SHADE", direction="on", linebreak="al", - unicodeslot=0x1FA46, + unicodeslot=0x1FB8F, }, - [0x1FA47]={ + [0x1FB90]={ category="so", - description="NEUTRAL CHESS KNIGHT ROTATED THREE HUNDRED FIFTEEN DEGREES", + description="INVERSE MEDIUM SHADE", direction="on", linebreak="al", - unicodeslot=0x1FA47, + unicodeslot=0x1FB90, }, - [0x1FA48]={ + [0x1FB91]={ category="so", - description="WHITE CHESS EQUIHOPPER", + description="UPPER HALF BLOCK AND LOWER HALF INVERSE MEDIUM SHADE", direction="on", linebreak="al", - unicodeslot=0x1FA48, + unicodeslot=0x1FB91, }, - [0x1FA49]={ + [0x1FB92]={ category="so", - description="BLACK CHESS EQUIHOPPER", + description="UPPER HALF INVERSE MEDIUM SHADE AND LOWER HALF BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA49, + unicodeslot=0x1FB92, }, - [0x1FA4A]={ + [0x1FB94]={ category="so", - description="NEUTRAL CHESS EQUIHOPPER", + description="LEFT HALF INVERSE MEDIUM SHADE AND RIGHT HALF BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA4A, + unicodeslot=0x1FB94, }, - [0x1FA4B]={ + [0x1FB95]={ category="so", - description="WHITE CHESS EQUIHOPPER ROTATED NINETY DEGREES", + description="CHECKER BOARD FILL", direction="on", linebreak="al", - unicodeslot=0x1FA4B, + unicodeslot=0x1FB95, }, - [0x1FA4C]={ + [0x1FB96]={ category="so", - description="BLACK CHESS EQUIHOPPER ROTATED NINETY DEGREES", + description="INVERSE CHECKER BOARD FILL", direction="on", linebreak="al", - unicodeslot=0x1FA4C, + unicodeslot=0x1FB96, }, - [0x1FA4D]={ + [0x1FB97]={ category="so", - description="NEUTRAL CHESS EQUIHOPPER ROTATED NINETY DEGREES", + description="HEAVY HORIZONTAL FILL", direction="on", linebreak="al", - unicodeslot=0x1FA4D, + unicodeslot=0x1FB97, }, - [0x1FA4E]={ + [0x1FB98]={ category="so", - description="WHITE CHESS KNIGHT-QUEEN", + description="UPPER LEFT TO LOWER RIGHT FILL", direction="on", linebreak="al", - unicodeslot=0x1FA4E, + unicodeslot=0x1FB98, }, - [0x1FA4F]={ + [0x1FB99]={ category="so", - description="WHITE CHESS KNIGHT-ROOK", + description="UPPER RIGHT TO LOWER LEFT FILL", direction="on", linebreak="al", - unicodeslot=0x1FA4F, + unicodeslot=0x1FB99, }, - [0x1FA50]={ + [0x1FB9A]={ category="so", - description="WHITE CHESS KNIGHT-BISHOP", + description="UPPER AND LOWER TRIANGULAR HALF BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA50, + unicodeslot=0x1FB9A, }, - [0x1FA51]={ + [0x1FB9B]={ category="so", - description="BLACK CHESS KNIGHT-QUEEN", + description="LEFT AND RIGHT TRIANGULAR HALF BLOCK", direction="on", linebreak="al", - unicodeslot=0x1FA51, + unicodeslot=0x1FB9B, }, - [0x1FA52]={ + [0x1FB9C]={ category="so", - description="BLACK CHESS KNIGHT-ROOK", + description="UPPER LEFT TRIANGULAR MEDIUM SHADE", direction="on", linebreak="al", - unicodeslot=0x1FA52, + unicodeslot=0x1FB9C, }, - [0x1FA53]={ + [0x1FB9D]={ category="so", - description="BLACK CHESS KNIGHT-BISHOP", + description="UPPER RIGHT TRIANGULAR MEDIUM SHADE", direction="on", linebreak="al", - unicodeslot=0x1FA53, + unicodeslot=0x1FB9D, }, - [0x1FA60]={ + [0x1FB9E]={ category="so", - description="XIANGQI RED GENERAL", + description="LOWER RIGHT TRIANGULAR MEDIUM SHADE", direction="on", - linebreak="id", - unicodeslot=0x1FA60, + linebreak="al", + unicodeslot=0x1FB9E, }, - [0x1FA61]={ + [0x1FB9F]={ category="so", - description="XIANGQI RED MANDARIN", + description="LOWER LEFT TRIANGULAR MEDIUM SHADE", direction="on", - linebreak="id", - unicodeslot=0x1FA61, + linebreak="al", + unicodeslot=0x1FB9F, }, - [0x1FA62]={ + [0x1FBA0]={ category="so", - description="XIANGQI RED ELEPHANT", + description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE LEFT", direction="on", - linebreak="id", - unicodeslot=0x1FA62, + linebreak="al", + unicodeslot=0x1FBA0, }, - [0x1FA63]={ + [0x1FBA1]={ category="so", - description="XIANGQI RED HORSE", + description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE RIGHT", direction="on", - linebreak="id", - unicodeslot=0x1FA63, + linebreak="al", + unicodeslot=0x1FBA1, }, - [0x1FA64]={ + [0x1FBA2]={ category="so", - description="XIANGQI RED CHARIOT", + description="BOX DRAWINGS LIGHT DIAGONAL MIDDLE LEFT TO LOWER CENTRE", direction="on", - linebreak="id", - unicodeslot=0x1FA64, + linebreak="al", + unicodeslot=0x1FBA2, }, - [0x1FA65]={ + [0x1FBA3]={ category="so", - description="XIANGQI RED CANNON", + description="BOX DRAWINGS LIGHT DIAGONAL MIDDLE RIGHT TO LOWER CENTRE", direction="on", - linebreak="id", - unicodeslot=0x1FA65, + linebreak="al", + unicodeslot=0x1FBA3, }, - [0x1FA66]={ + [0x1FBA4]={ category="so", - description="XIANGQI RED SOLDIER", + description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE LEFT TO LOWER CENTRE", direction="on", - linebreak="id", - unicodeslot=0x1FA66, + linebreak="al", + unicodeslot=0x1FBA4, }, - [0x1FA67]={ + [0x1FBA5]={ category="so", - description="XIANGQI BLACK GENERAL", + description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE RIGHT TO LOWER CENTRE", direction="on", - linebreak="id", - unicodeslot=0x1FA67, + linebreak="al", + unicodeslot=0x1FBA5, }, - [0x1FA68]={ + [0x1FBA6]={ category="so", - description="XIANGQI BLACK MANDARIN", + description="BOX DRAWINGS LIGHT DIAGONAL MIDDLE LEFT TO LOWER CENTRE TO MIDDLE RIGHT", direction="on", - linebreak="id", - unicodeslot=0x1FA68, + linebreak="al", + unicodeslot=0x1FBA6, }, - [0x1FA69]={ + [0x1FBA7]={ category="so", - description="XIANGQI BLACK ELEPHANT", + description="BOX DRAWINGS LIGHT DIAGONAL MIDDLE LEFT TO UPPER CENTRE TO MIDDLE RIGHT", direction="on", - linebreak="id", - unicodeslot=0x1FA69, + linebreak="al", + unicodeslot=0x1FBA7, }, - [0x1FA6A]={ + [0x1FBA8]={ category="so", - description="XIANGQI BLACK HORSE", + description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE LEFT AND MIDDLE RIGHT TO LOWER CENTRE", direction="on", - linebreak="id", - unicodeslot=0x1FA6A, + linebreak="al", + unicodeslot=0x1FBA8, }, - [0x1FA6B]={ + [0x1FBA9]={ category="so", - description="XIANGQI BLACK CHARIOT", + description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE RIGHT AND MIDDLE LEFT TO LOWER CENTRE", direction="on", - linebreak="id", - unicodeslot=0x1FA6B, + linebreak="al", + unicodeslot=0x1FBA9, }, - [0x1FA6C]={ + [0x1FBAA]={ category="so", - description="XIANGQI BLACK CANNON", + description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE RIGHT TO LOWER CENTRE TO MIDDLE LEFT", direction="on", - linebreak="id", - unicodeslot=0x1FA6C, + linebreak="al", + unicodeslot=0x1FBAA, }, - [0x1FA6D]={ + [0x1FBAB]={ category="so", - description="XIANGQI BLACK SOLDIER", + description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE LEFT TO LOWER CENTRE TO MIDDLE RIGHT", direction="on", - linebreak="id", - unicodeslot=0x1FA6D, + linebreak="al", + unicodeslot=0x1FBAB, }, - [0x1FA70]={ + [0x1FBAC]={ category="so", - cjkwd="w", - description="BALLET SHOES", + description="BOX DRAWINGS LIGHT DIAGONAL MIDDLE LEFT TO UPPER CENTRE TO MIDDLE RIGHT TO LOWER CENTRE", direction="on", - linebreak="id", - unicodeslot=0x1FA70, + linebreak="al", + unicodeslot=0x1FBAC, }, - [0x1FA71]={ + [0x1FBAD]={ category="so", - cjkwd="w", - description="ONE-PIECE SWIMSUIT", + description="BOX DRAWINGS LIGHT DIAGONAL MIDDLE RIGHT TO UPPER CENTRE TO MIDDLE LEFT TO LOWER CENTRE", direction="on", - linebreak="id", - unicodeslot=0x1FA71, + linebreak="al", + unicodeslot=0x1FBAD, }, - [0x1FA72]={ + [0x1FBAE]={ category="so", - cjkwd="w", - description="BRIEFS", + description="BOX DRAWINGS LIGHT DIAGONAL DIAMOND", direction="on", - linebreak="id", - unicodeslot=0x1FA72, + linebreak="al", + unicodeslot=0x1FBAE, }, - [0x1FA73]={ + [0x1FBAF]={ category="so", - cjkwd="w", - description="SHORTS", + description="BOX DRAWINGS LIGHT HORIZONTAL WITH VERTICAL STROKE", direction="on", - linebreak="id", - unicodeslot=0x1FA73, + linebreak="al", + unicodeslot=0x1FBAF, }, - [0x1FA78]={ + [0x1FBB0]={ category="so", - cjkwd="w", - description="DROP OF BLOOD", + description="ARROWHEAD-SHAPED POINTER", direction="on", - linebreak="id", - unicodeslot=0x1FA78, + linebreak="al", + unicodeslot=0x1FBB0, }, - [0x1FA79]={ + [0x1FBB1]={ category="so", - cjkwd="w", - description="ADHESIVE BANDAGE", + description="INVERSE CHECK MARK", direction="on", - linebreak="id", - unicodeslot=0x1FA79, + linebreak="al", + unicodeslot=0x1FBB1, }, - [0x1FA7A]={ + [0x1FBB2]={ category="so", - cjkwd="w", - description="STETHOSCOPE", + description="LEFT HALF RUNNING MAN", direction="on", - linebreak="id", - unicodeslot=0x1FA7A, + linebreak="al", + unicodeslot=0x1FBB2, }, - [0x1FA80]={ + [0x1FBB3]={ category="so", - cjkwd="w", - description="YO-YO", + description="RIGHT HALF RUNNING MAN", direction="on", - linebreak="id", - unicodeslot=0x1FA80, + linebreak="al", + unicodeslot=0x1FBB3, }, - [0x1FA81]={ + [0x1FBB4]={ category="so", - cjkwd="w", - description="KITE", + description="INVERSE DOWNWARDS ARROW WITH TIP LEFTWARDS", direction="on", - linebreak="id", - unicodeslot=0x1FA81, + linebreak="al", + unicodeslot=0x1FBB4, }, - [0x1FA82]={ + [0x1FBB5]={ category="so", - cjkwd="w", - description="PARACHUTE", + description="LEFTWARDS ARROW AND UPPER AND LOWER ONE EIGHTH BLOCK", direction="on", - linebreak="id", - unicodeslot=0x1FA82, + linebreak="al", + unicodeslot=0x1FBB5, }, - [0x1FA90]={ + [0x1FBB6]={ category="so", - cjkwd="w", - description="RINGED PLANET", + description="RIGHTWARDS ARROW AND UPPER AND LOWER ONE EIGHTH BLOCK", direction="on", - linebreak="id", - unicodeslot=0x1FA90, + linebreak="al", + unicodeslot=0x1FBB6, }, - [0x1FA91]={ + [0x1FBB7]={ category="so", - cjkwd="w", - description="CHAIR", + description="DOWNWARDS ARROW AND RIGHT ONE EIGHTH BLOCK", direction="on", - linebreak="id", - unicodeslot=0x1FA91, + linebreak="al", + unicodeslot=0x1FBB7, }, - [0x1FA92]={ + [0x1FBB8]={ category="so", - cjkwd="w", - description="RAZOR", + description="UPWARDS ARROW AND RIGHT ONE EIGHTH BLOCK", direction="on", - linebreak="id", - unicodeslot=0x1FA92, + linebreak="al", + unicodeslot=0x1FBB8, }, - [0x1FA93]={ + [0x1FBB9]={ category="so", - cjkwd="w", - description="AXE", + description="LEFT HALF FOLDER", direction="on", - linebreak="id", - unicodeslot=0x1FA93, + linebreak="al", + unicodeslot=0x1FBB9, }, - [0x1FA94]={ + [0x1FBBA]={ category="so", - cjkwd="w", - description="DIYA LAMP", + description="RIGHT HALF FOLDER", direction="on", - linebreak="id", - unicodeslot=0x1FA94, + linebreak="al", + unicodeslot=0x1FBBA, }, - [0x1FA95]={ + [0x1FBBB]={ category="so", - cjkwd="w", - description="BANJO", + description="VOIDED GREEK CROSS", direction="on", - linebreak="id", - unicodeslot=0x1FA95, + linebreak="al", + unicodeslot=0x1FBBB, + }, + [0x1FBBC]={ + category="so", + description="RIGHT OPEN SQUARED DOT", + direction="on", + linebreak="al", + unicodeslot=0x1FBBC, + }, + [0x1FBBD]={ + category="so", + description="NEGATIVE DIAGONAL CROSS", + direction="on", + linebreak="al", + unicodeslot=0x1FBBD, + }, + [0x1FBBE]={ + category="so", + description="NEGATIVE DIAGONAL MIDDLE RIGHT TO LOWER CENTRE", + direction="on", + linebreak="al", + unicodeslot=0x1FBBE, + }, + [0x1FBBF]={ + category="so", + description="NEGATIVE DIAGONAL DIAMOND", + direction="on", + linebreak="al", + unicodeslot=0x1FBBF, + }, + [0x1FBC0]={ + category="so", + description="WHITE HEAVY SALTIRE WITH ROUNDED CORNERS", + direction="on", + linebreak="al", + unicodeslot=0x1FBC0, + }, + [0x1FBC1]={ + category="so", + description="LEFT THIRD WHITE RIGHT POINTING INDEX", + direction="on", + linebreak="al", + unicodeslot=0x1FBC1, + }, + [0x1FBC2]={ + category="so", + description="MIDDLE THIRD WHITE RIGHT POINTING INDEX", + direction="on", + linebreak="al", + unicodeslot=0x1FBC2, + }, + [0x1FBC3]={ + category="so", + description="RIGHT THIRD WHITE RIGHT POINTING INDEX", + direction="on", + linebreak="al", + unicodeslot=0x1FBC3, + }, + [0x1FBC4]={ + category="so", + description="NEGATIVE SQUARED QUESTION MARK", + direction="on", + linebreak="al", + unicodeslot=0x1FBC4, + }, + [0x1FBC5]={ + category="so", + description="STICK FIGURE", + direction="on", + linebreak="al", + unicodeslot=0x1FBC5, + }, + [0x1FBC6]={ + category="so", + description="STICK FIGURE WITH ARMS RAISED", + direction="on", + linebreak="al", + unicodeslot=0x1FBC6, + }, + [0x1FBC7]={ + category="so", + description="STICK FIGURE LEANING LEFT", + direction="on", + linebreak="al", + unicodeslot=0x1FBC7, + }, + [0x1FBC8]={ + category="so", + description="STICK FIGURE LEANING RIGHT", + direction="on", + linebreak="al", + unicodeslot=0x1FBC8, + }, + [0x1FBC9]={ + category="so", + description="STICK FIGURE WITH DRESS", + direction="on", + linebreak="al", + unicodeslot=0x1FBC9, + }, + [0x1FBCA]={ + category="so", + description="WHITE UP-POINTING CHEVRON", + direction="on", + linebreak="al", + unicodeslot=0x1FBCA, + }, + [0x1FBF0]={ + category="nd", + description="SEGMENTED DIGIT ZERO", + direction="en", + linebreak="nu", + specials={ "font", 0x30 }, + unicodeslot=0x1FBF0, + }, + [0x1FBF1]={ + category="nd", + description="SEGMENTED DIGIT ONE", + direction="en", + linebreak="nu", + specials={ "font", 0x31 }, + unicodeslot=0x1FBF1, + }, + [0x1FBF2]={ + category="nd", + description="SEGMENTED DIGIT TWO", + direction="en", + linebreak="nu", + specials={ "font", 0x32 }, + unicodeslot=0x1FBF2, + }, + [0x1FBF3]={ + category="nd", + description="SEGMENTED DIGIT THREE", + direction="en", + linebreak="nu", + specials={ "font", 0x33 }, + unicodeslot=0x1FBF3, + }, + [0x1FBF4]={ + category="nd", + description="SEGMENTED DIGIT FOUR", + direction="en", + linebreak="nu", + specials={ "font", 0x34 }, + unicodeslot=0x1FBF4, + }, + [0x1FBF5]={ + category="nd", + description="SEGMENTED DIGIT FIVE", + direction="en", + linebreak="nu", + specials={ "font", 0x35 }, + unicodeslot=0x1FBF5, + }, + [0x1FBF6]={ + category="nd", + description="SEGMENTED DIGIT SIX", + direction="en", + linebreak="nu", + specials={ "font", 0x36 }, + unicodeslot=0x1FBF6, + }, + [0x1FBF7]={ + category="nd", + description="SEGMENTED DIGIT SEVEN", + direction="en", + linebreak="nu", + specials={ "font", 0x37 }, + unicodeslot=0x1FBF7, + }, + [0x1FBF8]={ + category="nd", + description="SEGMENTED DIGIT EIGHT", + direction="en", + linebreak="nu", + specials={ "font", 0x38 }, + unicodeslot=0x1FBF8, + }, + [0x1FBF9]={ + category="nd", + description="SEGMENTED DIGIT NINE", + direction="en", + linebreak="nu", + specials={ "font", 0x39 }, + unicodeslot=0x1FBF9, }, [0x2F800]={ category="lo", @@ -257406,4 +264677,4 @@ characters.data={ synonyms={ "vs17" }, unicodeslot=0xE0100, }, -} +} \ No newline at end of file diff --git a/tex/context/base/mkiv/char-ini.lua b/tex/context/base/mkiv/char-ini.lua index 1d202c8d4..58882cd30 100644 --- a/tex/context/base/mkiv/char-ini.lua +++ b/tex/context/base/mkiv/char-ini.lua @@ -192,7 +192,6 @@ insert(characters.ranges,{ end, }) - local blocks = allocate { ["adlam"] = { first = 0x1E900, last = 0x1E95F, description = "Adlam" }, ["aegeannumbers"] = { first = 0x10100, last = 0x1013F, description = "Aegean Numbers" }, @@ -236,6 +235,7 @@ local blocks = allocate { ["cherokee"] = { first = 0x013A0, last = 0x013FF, otf="cher", description = "Cherokee" }, ["cherokeesupplement"] = { first = 0x0AB70, last = 0x0ABBF, description = "Cherokee Supplement" }, ["chesssymbols"] = { first = 0x1FA00, last = 0x1FA6F, description = "Chess Symbols" }, + ["chorasmian"] = { first = 0x10FB0, last = 0x10FDF, description = "Chorasmian" }, ["cjkcompatibility"] = { first = 0x03300, last = 0x033FF, otf="hang", description = "CJK Compatibility" }, ["cjkcompatibilityforms"] = { first = 0x0FE30, last = 0x0FE4F, otf="hang", description = "CJK Compatibility Forms" }, ["cjkcompatibilityideographs"] = { first = 0x0F900, last = 0x0FAFF, otf="hang", description = "CJK Compatibility Ideographs" }, @@ -250,6 +250,7 @@ local blocks = allocate { ["cjkunifiedideographsextensiond"] = { first = 0x2B740, last = 0x2B81F, description = "CJK Unified Ideographs Extension D" }, ["cjkunifiedideographsextensione"] = { first = 0x2B820, last = 0x2CEAF, description = "CJK Unified Ideographs Extension E" }, ["cjkunifiedideographsextensionf"] = { first = 0x2CEB0, last = 0x2EBEF, description = "CJK Unified Ideographs Extension F" }, + ["cjkunifiedideographsextensiong"] = { first = 0x30000, last = 0x3134F, description = "CJK Unified Ideographs Extension G" }, ["combiningdiacriticalmarks"] = { first = 0x00300, last = 0x0036F, description = "Combining Diacritical Marks" }, ["combiningdiacriticalmarksextended"] = { first = 0x01AB0, last = 0x01AFF, description = "Combining Diacritical Marks Extended" }, ["combiningdiacriticalmarksforsymbols"] = { first = 0x020D0, last = 0x020FF, description = "Combining Diacritical Marks for Symbols" }, @@ -298,6 +299,7 @@ local blocks = allocate { -- ["digitsthai"] = { first = 0x00E50, last = 0x00E59, math = true }, -- ["digitstibetan"] = { first = 0x00F20, last = 0x00F29, math = true }, ["dingbats"] = { first = 0x02700, last = 0x027BF, description = "Dingbats" }, + ["divesakuru"] = { first = 0x11900, last = 0x1195F, description = "Dives Akuru" }, ["dogra"] = { first = 0x11800, last = 0x1184F, description = "Dogra" }, ["dominotiles"] = { first = 0x1F030, last = 0x1F09F, description = "Domino Tiles" }, ["duployan"] = { first = 0x1BC00, last = 0x1BC9F, description = "Duployan" }, @@ -361,6 +363,7 @@ local blocks = allocate { ["katakanaphoneticextensions"] = { first = 0x031F0, last = 0x031FF, otf="kana", description = "Katakana Phonetic Extensions" }, ["kayahli"] = { first = 0x0A900, last = 0x0A92F, description = "Kayah Li" }, ["kharoshthi"] = { first = 0x10A00, last = 0x10A5F, otf="khar", description = "Kharoshthi" }, + ["khitansmallscript"] = { first = 0x18B00, last = 0x18CFF, description = "Khitan Small Script" }, ["khmer"] = { first = 0x01780, last = 0x017FF, otf="khmr", description = "Khmer" }, ["khmersymbols"] = { first = 0x019E0, last = 0x019FF, otf="khmr", description = "Khmer Symbols" }, ["khojki"] = { first = 0x11200, last = 0x1124F, description = "Khojki" }, @@ -380,6 +383,7 @@ local blocks = allocate { ["linearbideograms"] = { first = 0x10080, last = 0x100FF, otf="linb", description = "Linear B Ideograms" }, ["linearbsyllabary"] = { first = 0x10000, last = 0x1007F, otf="linb", description = "Linear B Syllabary" }, ["lisu"] = { first = 0x0A4D0, last = 0x0A4FF, description = "Lisu" }, + ["lisusupplement"] = { first = 0x11FB0, last = 0x11FBF, description = "Lisu Supplement" }, ["lowercasebold"] = { first = 0x1D41A, last = 0x1D433, math = true }, ["lowercaseboldfraktur"] = { first = 0x1D586, last = 0x1D59F, math = true }, ["lowercasebolditalic"] = { first = 0x1D482, last = 0x1D49B, math = true }, @@ -504,6 +508,7 @@ local blocks = allocate { ["suttonsignwriting"] = { first = 0x1D800, last = 0x1DAAF, description = "Sutton SignWriting" }, ["sylotinagri"] = { first = 0x0A800, last = 0x0A82F, otf="sylo", description = "Syloti Nagri" }, ["symbolsandpictographsextendeda"] = { first = 0x1FA70, last = 0x1FAFF, description = "Symbols and Pictographs Extended-A" }, + ["symbolsforlegacycomputing"] = { first = 0x1FB00, last = 0x1FBFF, description = "Symbols for Legacy Computing" }, ["syriac"] = { first = 0x00700, last = 0x0074F, otf="syrc", description = "Syriac" }, ["syriacsupplement"] = { first = 0x00860, last = 0x0086F, description = "Syriac Supplement" }, ["tagalog"] = { first = 0x01700, last = 0x0171F, otf="tglg", description = "Tagalog" }, @@ -517,6 +522,7 @@ local blocks = allocate { ["tamil"] = { first = 0x00B80, last = 0x00BFF, otf="taml", description = "Tamil" }, ["tamilsupplement"] = { first = 0x11FC0, last = 0x11FFF, description = "Tamil Supplement" }, ["tangut"] = { first = 0x17000, last = 0x187FF, description = "Tangut" }, + ["tangutsupplement"] = { first = 0x18D00, last = 0x18D8F, description = "Tangut Supplement" }, ["tangutcomponents"] = { first = 0x18800, last = 0x18AFF, description = "Tangut Components" }, ["telugu"] = { first = 0x00C00, last = 0x00C7F, otf="telu", description = "Telugu" }, ["thaana"] = { first = 0x00780, last = 0x007BF, otf="thaa", description = "Thaana" }, @@ -555,6 +561,7 @@ local blocks = allocate { ["verticalforms"] = { first = 0x0FE10, last = 0x0FE1F, description = "Vertical Forms" }, ["wancho"] = { first = 0x1E2C0, last = 0x1E2FF, description = "Wancho" }, ["warangciti"] = { first = 0x118A0, last = 0x118FF, description = "Warang Citi" }, + ["yezidi"] = { first = 0x10E80, last = 0x10EBF, description = "Yezidi" }, ["yijinghexagramsymbols"] = { first = 0x04DC0, last = 0x04DFF, otf="yi", description = "Yijing Hexagram Symbols" }, ["yiradicals"] = { first = 0x0A490, last = 0x0A4CF, otf="yi", description = "Yi Radicals" }, ["yisyllables"] = { first = 0x0A000, last = 0x0A48F, otf="yi", description = "Yi Syllables" }, diff --git a/tex/context/base/mkiv/cldf-ini.lua b/tex/context/base/mkiv/cldf-ini.lua index e22de5a5b..56cbfe3fa 100644 --- a/tex/context/base/mkiv/cldf-ini.lua +++ b/tex/context/base/mkiv/cldf-ini.lua @@ -917,7 +917,12 @@ local function writer(parent,command,...) -- already optimized before call flush(currentcatcodes,s_cldl_argument_b,storenode(ti),s_cldl_argument_e) end else - report_context("error: %a gets a weird argument %a",command,ti) + local s = tostring(ti) + if s then + flushdirect(currentcatcodes,s) + else + report_context("error: %a gets a weird argument %a",command,ti) + end end -- else -- local n = isnode(ti) @@ -1155,7 +1160,12 @@ local caller = function(parent,f,a,...) flush(currentcatcodes,s_cldl_option_s,storenode(f)," ") end else - report_context("error: %a gets a weird argument %a","context",f) + local s = tostring(f) + if s then + flushdirect(currentcatcodes,s) + else + report_context("error: %a gets a weird argument %a","context",f) + end end -- else -- local n = isnode(f) diff --git a/tex/context/base/mkiv/cont-new.mkiv b/tex/context/base/mkiv/cont-new.mkiv index 94532ba65..9d17b080c 100644 --- a/tex/context/base/mkiv/cont-new.mkiv +++ b/tex/context/base/mkiv/cont-new.mkiv @@ -13,7 +13,7 @@ % \normalend % uncomment this to get the real base runtime -\newcontextversion{2020.03.30 13:25} +\newcontextversion{2020.04.08 14:34} %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/mkiv/context.mkiv b/tex/context/base/mkiv/context.mkiv index 3d3a283aa..f28349e88 100644 --- a/tex/context/base/mkiv/context.mkiv +++ b/tex/context/base/mkiv/context.mkiv @@ -45,7 +45,7 @@ %D {YYYY.MM.DD HH:MM} format. \edef\contextformat {\jobname} -\edef\contextversion{2020.03.30 13:25} +\edef\contextversion{2020.04.08 14:34} \edef\contextkind {beta} %D Kind of special: diff --git a/tex/context/base/mkiv/context.mkxl b/tex/context/base/mkiv/context.mkxl index 713359122..f7a8d2e46 100644 --- a/tex/context/base/mkiv/context.mkxl +++ b/tex/context/base/mkiv/context.mkxl @@ -29,7 +29,7 @@ %D {YYYY.MM.DD HH:MM} format. \edef\contextformat {\jobname} -\edef\contextversion{2020.03.30 13:25} +\edef\contextversion{2020.04.08 14:34} \edef\contextkind {beta} %D Kind of special: diff --git a/tex/context/base/mkiv/core-con.lua b/tex/context/base/mkiv/core-con.lua index 4f6090ef5..2c0146405 100644 --- a/tex/context/base/mkiv/core-con.lua +++ b/tex/context/base/mkiv/core-con.lua @@ -1227,8 +1227,13 @@ local monthmnems = { -- not variables -- virtual table } -setmetatableindex(months, function(t,k) return "unknown" end) +local daymnems = { -- not variables + -- virtual table +} + setmetatableindex(days, function(t,k) return "unknown" end) +setmetatableindex(daymnems, function(t,k) return days[k] .. ":mnem" end) +setmetatableindex(months, function(t,k) return "unknown" end) setmetatableindex(monthmnems, function(t,k) return months[k] .. ":mnem" end) do @@ -1237,6 +1242,10 @@ do ctx_labeltext(days[n]) end + local function daymnem(n) + ctx_labeltext(daymnems[n]) + end + local function weekdayname(day,month,year) ctx_labeltext(days[weekday(day,month,year)]) end @@ -1255,6 +1264,12 @@ do arguments = "integer", } + implement { + name = "daymnem", + actions = daymnem, + arguments = { "integer" } + } + implement { name = "weekdayname", actions = weekdayname, @@ -1273,13 +1288,19 @@ do arguments = { "integer" } } + -- todo : short week days + local f_monthlong = formatters["\\monthlong{%s}"] local f_monthshort = formatters["\\monthshort{%s}"] + local f_daylong = formatters["\\daylong{%s}"] + local f_dayshort = formatters["\\dayshort{%s}"] local f_weekday = formatters["\\weekday{%s}"] local f_dayoftheweek = formatters["\\dayoftheweek{%s}{%s}{%s}"] local function tomonthlong (m) return f_monthlong (tonumber(m) or 1) end local function tomonthshort(m) return f_monthshort(tonumber(m) or 1) end + local function todaylong (d) return f_daylong (tonumber(d) or 1) end + local function todayshort (d) return f_dayshort (tonumber(d) or 1) end local function toweekday (d) return f_weekday (tonumber(d) or 1) end local function todayoftheweek(d,m,y) @@ -1288,6 +1309,8 @@ do addformatter(formatters,"monthlong", [[tomonthlong(%s)]], { tomonthlong = tomonthlong }) addformatter(formatters,"monthshort", [[tomonthshort(%s)]], { tomonthshort = tomonthshort }) + addformatter(formatters,"daylong", [[todaylong(%s)]], { todaylong = todaylong }) + addformatter(formatters,"dayshort", [[todayshort(%s)]], { todayshort = todayshort }) addformatter(formatters,"weekday", [[toweekday(%s)]], { toweekday = toweekday }) addformatter(formatters,"dayoftheweek",[[todayoftheweek(%s,%s,%s)]],{ todayoftheweek = todayoftheweek }) @@ -1307,6 +1330,14 @@ do return f_monthshort(tonumber(osdate("%m",tonumber(e)))) end + local function toedaylong(e) + return f_datlong(tonumber(osdate("%w",tonumber(e)))) + end + + local function toedayshort(e) + return f_dayshort(tonumber(osdate("%w",tonumber(e)))) + end + local function toeweek(e) -- we run from 1-7 not 0-6 return tostring(tonumber(osdate("%w",tonumber(e)))+1) end @@ -1319,18 +1350,20 @@ do return osdate(format,tonumber(e)) end - addformatter(formatters,"eyear", [[toeyear(%s)]], { toeyear = toeyear }) - addformatter(formatters,"emonth", [[toemonth(%s)]], { toemonth = toemonth }) - addformatter(formatters,"eday", [[toeday(%s)]], { toeday = toeday }) - addformatter(formatters,"eweek", [[toeweek(%s)]], { toeweek = toeweek }) - addformatter(formatters,"eminute", [[toeminute(%s)]], { toeminute = toeminute }) - addformatter(formatters,"esecond", [[toesecond(%s)]], { toesecond = toesecond }) + addformatter(formatters,"eyear", [[toeyear(%s)]], { toeyear = toeyear }) + addformatter(formatters,"emonth", [[toemonth(%s)]], { toemonth = toemonth }) + addformatter(formatters,"eday", [[toeday(%s)]], { toeday = toeday }) + addformatter(formatters,"eweek", [[toeweek(%s)]], { toeweek = toeweek }) + addformatter(formatters,"eminute", [[toeminute(%s)]], { toeminute = toeminute }) + addformatter(formatters,"esecond", [[toesecond(%s)]], { toesecond = toesecond }) - addformatter(formatters,"emonthlong", [[toemonthlong(%s)]], { toemonthlong = toemonthlong }) - addformatter(formatters,"emonthshort", [[toemonthshort(%s)]], { toemonthshort = toemonthshort }) - addformatter(formatters,"eweekday", [[toeweekday(%s)]], { toeweekday = toeweekday }) + addformatter(formatters,"emonthlong", [[toemonthlong(%s)]], { toemonthlong = toemonthlong }) + addformatter(formatters,"emonthshort", [[toemonthshort(%s)]], { toemonthshort = toemonthshort }) + addformatter(formatters,"edaylong", [[toedaylong(%s)]], { toedaylong = toedaylong }) + addformatter(formatters,"edayshort", [[toedayshort(%s)]], { toedayshort = toedayshort }) + addformatter(formatters,"eweekday", [[toeweekday(%s)]], { toeweekday = toeweekday }) - addformatter(formatters,"edate", [[toedate(%s,%s)]], { toedate = toedate }) + addformatter(formatters,"edate", [[toedate(%s,%s)]], { toedate = toedate }) end @@ -1346,7 +1379,6 @@ local spaced = { [v_day] = true, [v_weekday] = true, [v_WEEKDAY] = true, - [v_day] = true, } local dateconverters = { @@ -1355,8 +1387,14 @@ local dateconverters = { } local variants = { - mnem = monthmnems, - jalali = setmetatableindex(function(t,k) return months[k] .. ":jalali" end), + mnem = { + month = monthmnems, + day = daymnems, + }, + jalali = { + month = setmetatableindex(function(t,k) return months[k] .. ":jalali" end), + day = setmetatableindex(function(t,k) return days [k] .. ":jalali" end), + }, } do @@ -1386,9 +1424,7 @@ do elseif plus == "++" or plus == "highord" then ordinal = true highordinal = true - -- elseif plus == "mnem" then - -- mnemonic = true - elseif plus then -- elseif plus == "mnem" then + elseif plus then -- mnem MNEM etc mnemonic = variants[plus] end if not auto and spaced[tag] then @@ -1402,18 +1438,28 @@ do elseif tag == v_month or tag == "m" then if currentlanguage == false then context(Word(months[month])) - elseif mnemonic then - ctx_labeltext(variables[mnemonic[month]]) else - ctx_labeltext(variables[months[month]]) + if type(mnemonic) == "table" then + mnemonic = mnemonic.month + end + if mnemonic then + ctx_labeltext(variables[mnemonic[month]]) + else + ctx_labeltext(variables[months[month]]) + end end elseif tag == v_MONTH then if currentlanguage == false then context(Word(variables[months[month]])) - elseif mnemonic then - ctx_LABELTEXT(variables[mnemonic[month]]) else - ctx_LABELTEXT(variables[months[month]]) + if type(mnemonic) == "table" then + mnemonic = mnemonic.month + end + if mnemonic then + ctx_LABELTEXT(variables[mnemonic[month]]) + else + ctx_LABELTEXT(variables[months[month]]) + end end elseif tag == "mm" then context("%02i",month) @@ -1437,14 +1483,28 @@ do if currentlanguage == false then context(Word(days[wd])) else - ctx_labeltext(variables[days[wd]]) + if type(mnemonic) == "table" then + mnemonic = mnemonic.day + end + if mnemonic then + ctx_labeltext(variables[mnemonic[wd]]) + else + ctx_labeltext(variables[days[wd]]) + end end elseif tag == v_WEEKDAY then local wd = weekday(day,month,year) if currentlanguage == false then context(Word(days[wd])) else - ctx_LABELTEXT(variables[days[wd]]) + if type(mnemonic) == "table" then + mnemonic = mnemonic.day + end + if mnemonic then + ctx_LABELTEXT(variables[mnemonic[wd]]) + else + ctx_LABELTEXT(variables[days[wd]]) + end end elseif tag == "W" then context(weekday(day,month,year)) diff --git a/tex/context/base/mkiv/core-con.mkiv b/tex/context/base/mkiv/core-con.mkiv index b73280d00..7402d3932 100644 --- a/tex/context/base/mkiv/core-con.mkiv +++ b/tex/context/base/mkiv/core-con.mkiv @@ -210,6 +210,8 @@ \unexpanded\def\monthlong #1{\clf_monthname\numexpr#1\relax} \unexpanded\def\monthshort#1{\clf_monthmnem\numexpr#1\relax} +\unexpanded\def\daylong #1{\clf_dayname\numexpr#1\relax} +\unexpanded\def\dayshort #1{\clf_daymnem\numexpr#1\relax} \let\convertmonth\monthlong % for old times sake @@ -220,9 +222,9 @@ \let\month\monthlong -\unexpanded\def\MONTH #1{\WORD{\month {#1}}} -\unexpanded\def\MONTHLONG #1{\WORD{\monthlong {#1}}} -\unexpanded\def\MONTHSHORT#1{\WORD{\monthshort{#1}}} +\unexpanded\def\MONTH #1{\WORD{\clf_monthname\numexpr#1\relax}} +\unexpanded\def\MONTHLONG #1{\WORD{\clf_monthname\numexpr#1\relax}} +\unexpanded\def\MONTHSHORT#1{\WORD{\clf_monthmnem\numexpr#1\relax}} %D We never explicitly needed this, but Tobias Burnus pointed out that it would be %D handy to convert to the day of the week. In doing so, we have to calculate the @@ -242,8 +244,10 @@ %D \showsetup{weekday} %D \showsetup{WEEKDAY} -\unexpanded\def\weekday#1{\clf_dayname\numexpr#1\relax} -\unexpanded\def\WEEKDAY#1{\WORD{\clf_dayname\numexpr#1\relax}} +\unexpanded\def\weekday #1{\clf_dayname\numexpr#1\relax} +\unexpanded\def\WEEKDAY #1{\WORD{\clf_dayname\numexpr#1\relax}} +\unexpanded\def\DAYLONG #1{\WORD{\clf_dayname\numexpr#1\relax}} +\unexpanded\def\DAYSHORT#1{\WORD{\clf_daymnem\numexpr#1\relax}} %D \macros %D {getdayoftheweek, dayoftheweek} diff --git a/tex/context/base/mkiv/lang-txt.lua b/tex/context/base/mkiv/lang-txt.lua index f89795e39..e6ec11c32 100644 --- a/tex/context/base/mkiv/lang-txt.lua +++ b/tex/context/base/mkiv/lang-txt.lua @@ -36,7 +36,7 @@ if not modules then modules = { } end modules ['lang-txt'] = { -- kr Korean Jeong Dalyoung -- la Latin ... -- lt Lithuanian Marius Aleknevičius --- mk Macedonian Jakub Loula, Tomáš Hála (2019), Stojan Trajanovski +-- mk Macedonian Jakub Loula, Tomáš Hála (2019), Stojan Trajanovski -- nb Norwegian Hans Fredrik Nordhaug, ... -- nn Norwegian Hans Fredrik Nordhaug, ... -- nl Dutch Hans Hagen @@ -829,7 +829,7 @@ data.labels={ ["ca"]="", ["cs"]="dub.", ["da"]="", - ["de"]="", + ["de"]="Apr.", ["en"]="apr", ["es"]="abr.", ["et"]="apr", @@ -950,7 +950,7 @@ data.labels={ ["ca"]="", ["cs"]="srp.", ["da"]="", - ["de"]="", + ["de"]="Aug.", ["en"]="aug", ["es"]="ago.", ["et"]="aug", @@ -1120,7 +1120,7 @@ data.labels={ ["ca"]="", ["cs"]="pros.", ["da"]="", - ["de"]="", + ["de"]="Dez.", ["en"]="dec", ["es"]="dic.", ["et"]="dets", @@ -1203,7 +1203,7 @@ data.labels={ ["ca"]="", ["cs"]="ún.", ["da"]="", - ["de"]="", + ["de"]="Feb.", ["en"]="feb", ["es"]="feb.", ["et"]="veebr", @@ -1529,7 +1529,7 @@ data.labels={ ["ca"]="", ["cs"]="led.", ["da"]="", - ["de"]="", + ["de"]="Jan.", ["en"]="jan", ["es"]="ene.", ["et"]="jaan", @@ -1613,7 +1613,7 @@ data.labels={ ["ca"]="", ["cs"]="čce", ["da"]="", - ["de"]="", + ["de"]="Jul.", ["en"]="jul", ["es"]="jul.", ["et"]="juuli", @@ -1696,7 +1696,7 @@ data.labels={ ["ca"]="", ["cs"]="čer.", ["da"]="", - ["de"]="", + ["de"]="Jun.", ["en"]="jun", ["es"]="jun.", ["et"]="juuni", @@ -1858,7 +1858,7 @@ data.labels={ ["ca"]="", ["cs"]="břez.", ["da"]="", - ["de"]="", + ["de"]="Mrz.", ["en"]="mar", ["es"]="mar.", ["et"]="märts", @@ -1942,7 +1942,7 @@ data.labels={ ["ca"]="", ["cs"]="květ.", ["da"]="", - ["de"]="", + ["de"]="Mai", ["en"]="may", ["es"]="may.", ["et"]="mai", @@ -1971,6 +1971,48 @@ data.labels={ ["vi"]="", }, }, + ["monday:mnem"]={ + ["labels"]={ + ["en"]="mon", + ["de"]="Mo.", + }, + }, + ["tuesday:mnem"]={ + ["labels"]={ + ["en"]="tue", + ["de"]="Di.", + }, + }, + ["wednesday:mnem"]={ + ["labels"]={ + ["en"]="wed", + ["de"]="Mi.", + }, + }, + ["thursday:mnem"]={ + ["labels"]={ + ["en"]="thu", + ["de"]="Do.", + }, + }, + ["friday:mnem"]={ + ["labels"]={ + ["en"]="fri", + ["de"]="Fr.", + }, + }, + ["saturday:mnem"]={ + ["labels"]={ + ["en"]="sat", + ["de"]="Sa.", + }, + }, + ["sunday:mnem"]={ + ["labels"]={ + ["en"]="sun", + ["de"]="So.", + }, + }, ["monday"]={ ["labels"]={ ["af"]="maandag", @@ -2075,7 +2117,7 @@ data.labels={ ["ca"]="", ["cs"]="list.", ["da"]="", - ["de"]="", + ["de"]="Nov.", ["en"]="nov", ["es"]="nov.", ["et"]="nov", @@ -2157,7 +2199,7 @@ data.labels={ ["ca"]="", ["cs"]="říj.", ["da"]="", - ["de"]="", + ["de"]="Okt.", ["en"]="oct", ["es"]="oct.", ["et"]="okt", @@ -2446,7 +2488,7 @@ data.labels={ ["ca"]="", ["cs"]="září", ["da"]="", - ["de"]="", + ["de"]="Sep.", ["en"]="sep", ["es"]="sep.", ["et"]="sept", diff --git a/tex/context/base/mkiv/m-gnuplot.mkxl b/tex/context/base/mkiv/m-gnuplot.mkxl deleted file mode 100644 index 2077b1741..000000000 --- a/tex/context/base/mkiv/m-gnuplot.mkxl +++ /dev/null @@ -1,97 +0,0 @@ -%D \module -%D [ file=m-gnuplot, -%D version=2020.02.10, -%D title=\CONTEXT\ Extra Modules, -%D subtitle=Gnuplot, -%D author=Hans Hagen, -%D date=\currentdate, -%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}] -%C -%C This module is part of the \CONTEXT\ macro||package and is -%C therefore copyrighted by \PRAGMA. See mreadme.pdf for -%C details. - -%D This is a variant on the \GNUPLOT\ terminal code. At some point (when there is a -%D reason) I will make a proper environment that can be used for embedded code. - -\unexpanded\def\includegnuplotsvgfile[#1]% - {\hbox\bgroup - \ctxlua{metapost.startsvghashing()}% - \includesvgfile[#1]% - \ctxlua{metapost.stopsvghashing()}% - \egroup} - -\startluacode - -local modificationtime = lfs.modification -local longtostring = string.longtostring -local formatters = string.formatters -local expandfilename = dir.expandname -local isfile = lfs.isfile - -local runner = sandbox.registerrunner { - name = "gnuplot to svg", - program = "gnuplot", - template = longtostring [[ - -e "set output '%newname%'; set terminal svg" - "%oldname%" - ]], - checkers = { - oldname = "readable", - newname = "writable", - }, -} - -figures.programs.gnuplot = { - runner = runner, -} - -local function remap(specification) - local oldname = specification.fullname - if oldname then - local newname = file.replacesuffix(oldname,"svg") - local oldtime = modificationtime(oldname) or 0 - local newtime = modificationtime(newname) or 0 - if newtime == 0 or oldtime > newtime then - runner { - newname = expandfilename(newname), - oldname = expandfilename(oldname), - } - end - if isfile(newname) then - local only = file.nameonly(newname) - local name = formatters["svg-%s-inclusion"](only) - local code = formatters["\\includegnuplotsvgfile[%s]\\resetbuffer[%s]"](newname,name) - buffers.assign(name,code) - specification.format = "buffer" - specification.fullname = name - end - end - return specification -end - -figures.remappers.gp = { svg = remap } - -\stopluacode - -\continueifinputfile{m-gnuplot.mkxl} - -\startluacode -io.savedata("m-gnuplot-demo.gp", [[ -set format xy "$%g$" - -set title 'This is a plot of $y=\\sin(x)$' -set xlabel 'This is the $x$ axis' -set ylabel 'This is the $y$ axis' - -plot [0:6.28] [0:1] sin(x) -]]) -\stopluacode - -\starttext - - \externalfigure[m-gnuplot-demo.gp][conversion=svg,width=4cm] - - \externalfigure[m-gnuplot-demo.gp][conversion=svg,width=8cm] - -\stoptext diff --git a/tex/context/base/mkiv/meta-imp-experiments.mkxl b/tex/context/base/mkiv/meta-imp-experiments.mkxl new file mode 100644 index 000000000..6b43ba676 --- /dev/null +++ b/tex/context/base/mkiv/meta-imp-experiments.mkxl @@ -0,0 +1,360 @@ +%D \module +%D [ file=meta-imp-experiments, +%D version=2020.03.18, +%D title=\METAPOST\ Graphics, +%D subtitle=Experimental Graphics, +%D author=Hans Hagen, +%D date=\currentdate, +%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}] +%C +%C This module is part of the \CONTEXT\ macro||package and is +%C therefore copyrighted by \PRAGMA. See mreadme.pdf for +%C details. + +%D This library implements some experimental functionality that eventually +%D might end up someplace else. + +\startluacode + + -- I decided to play with this kind of graphics after I read an article in a Dutch + -- popular science journal. It was an article about virusus in the mids of the time + -- when covid raged, so it also was a distraction. + + -- This is a typical case of first prototyping it in Lua using the 'context' command + -- to generate MetaPost code and when that worked okay do it the following way. The + -- way data is passed is a bit messy. + + do + + local function sum(t) + local n = 0 + for i=1,#t do + n = n + t[i] + end + return n + end + + local function checked(data) + if data then + local n = #data + for i=1,n do + data[i][i] = 0 + end + for i=1,n do + local di = data[i] + for j=i+1,n do + local dj = data[j] + local dji = dj[i] + if not dji then + dji = 0 + dj[i] = 0 + end + di[j] = dji + end + end + return data + else + return { } + end + end + + local data, list = nil, nil + + function mp.lmt_overlap_prepare() + data = checked(metapost.getparameter { "data" }) + list = { } + for i=1,#data do + list[i] = sum(data[i]) + end + end + + function mp.lmt_overlap_reset() + data = nil + list = nil + end + + function mp.lmt_overlap_n() + return #list + end + + function mp.lmt_overlap_data(i, j) + if j then + return data[i][j] + else + return list[i] + end + end + + local injectstring = mp.inject.string + + function mp.lmt_overlap_text(i, j) + injectstring(data[i][j] or "") + end + + function mp.lmt_overlap_label(i) + local labels = metapost.getparameter { "labels" } + injectstring(labels and labels[i] or "") + end + + function mp.lmt_overlap_color(i) + local colors = metapost.getparameter { "colors" } + injectstring(colors and colors[i] or "darkgray") + end + + function mp.lmt_overlap_total() + return sum(list) + end + + end +\stopluacode + +\startMPextensions + +presetparameters "overlap" [ + options = "paths,lines", + gap = 4, + subgap = 2, + offset = 8, + color = "darkgray", + alternative = "circular", + colors = { + "darkred", + "darkgreen", + "darkblue", + "darkyellow", + "darkmagenta", + "darkcyan" + }, +] ; + +def lmt_overlap = applyparameters "overlap" "lmt_do_overlap" enddef ; + +vardef lmt_do_overlap_circular = + + astep := 360 / steps ; + + p := fullcircle scaled steps ; + r := origin -- (2*steps,0) ; + + start := 0 ; + stop := 0 ; + for i=1 upto n: + stop := start + lua.mp.lmt_overlap_data(i) ; + first := start ; + last := stop ; + for j=1 upto n: + if i <> j : + last := first + lua.mp.lmt_overlap_data(i,j) ; + a := p intersectionpoint (r rotated (first * astep + 0.1)) ; % the 0.1 is somehow needed, why + b := p intersectionpoint (r rotated (last * astep - 0.1)) ; % the 0.1 is somehow needed, why + qq[i][j] := (p cutafter b) cutbefore a ; + first := last + subgap ; + fi ; + endfor ; + start := stop + gap + (n - 1) * subgap ; + endfor ; + + if hasoption "options" "paths" : + + for i=1 upto n : + for j=1 upto n : + if i <> j : + q := qq[i][j] ; + freelabeloffset := getparameter "offset" ; + freelabel(lua.mp.lmt_overlap_text(i,j), point .5 along q, origin) ; + if i < j : + s := qq[j][i] ; + a := point length(q) of q ; + b := point 0 of s ; + c := point length(s) of s ; + d := point 0 of q ; + q := q & a .. controls origin and origin .. b & s & c .. controls origin and origin .. d -- cycle ; + fill q withcolor lua.mp.lmt_overlap_color(i) withtransparency (1,.8) ; + fi ; + fi ; + endfor ; + endfor ; + + fi ; + + if hasoption "options" "lines" : + + start := 0 ; + stop := 0 ; + for i=1 upto n: + stop := start + lua.mp.lmt_overlap_data(i) + (n - 2) * subgap ; + a := p intersectionpoint (r rotated (start * astep)) ; + b := p intersectionpoint (r rotated (stop * astep)) ; + q := (p cutbefore a) cutafter b ; + freelabeloffset := getparameterdefault "textoffset" (4 * getparameter "offset") ; + freelabel(lua.mp.lmt_overlap_label(i), point .5 along q, origin) ; + draw q withcolor white withpen pencircle scaled 5 ; + draw q withcolor getparameter "color" withpen pencircle scaled 5 ; + start := stop + gap + subgap ; + endfor ; + + fi ; + +enddef ; + +vardef lmt_do_overlap_linear = + astep := 1 ; % 1.25 + + p := origin -- (astep * steps,0) ; + r := origin -- (0,astep * steps) ; + + start := 0 ; + stop := 0 ; + for i=1 upto n: + stop := start + lua.mp.lmt_overlap_data(i) ; + first := start ; + last := stop ; + for j=1 upto n: + if i <> j : + last := first + lua.mp.lmt_overlap_data(i,j) ; + qq[i][j] := (first * astep,0) -- (last * astep,0) ; + first := last + subgap ; + fi ; + endfor ; + start := stop + gap + (n - 1) * subgap ; + endfor ; + + if hasoption "options" "paths" : + + for i=1 upto n : + for j=1 upto n : + if i < j : + qq[i][j] := qq[i][j] { up } .. { down } qq[j][i] { up } .. { down} cycle ; + fill qq[i][j] withcolor lua.mp.lmt_overlap_color(i) withtransparency (1,.8) ; + fi ; + endfor ; + endfor ; + + for i=1 upto n : + for j=1 upto n : + if i < j : + t := thelabel(lua.mp.lmt_overlap_text(i,j), (center topboundary qq[i][j]) ) ; + fill boundingbox t enlarged (ExHeight/2) withcolor white ; + draw t ; + fi ; + endfor ; + endfor ; + + fi ; + + if hasoption "options" "lines" : + + start := 0 ; + stop := 0 ; + for i=1 upto n: + stop := start + lua.mp.lmt_overlap_data(i) + (n - 2) * subgap ; + q := (start * astep,0) -- (stop * astep,0) ; + freelabeloffset := getparameterdefault "textoffset" (4 * getparameter "offset") ; + label.bot(lua.mp.lmt_overlap_label(i), (point .5 along q) shifted (0,- freelabeloffset/4)) ; + draw q withcolor white withpen pencircle scaled 5 ; + draw q withcolor getparameter "color" withpen pencircle scaled 5 ; + start := stop + gap + subgap ; + endfor ; + + fi ; + +enddef ; + +vardef lmt_do_overlap = + image ( + + lmt_load_mlib_cnt ; + + pushparameters "overlap" ; + + save p, q, r, s, qq, a, b, c, d, t, n, gap, subgap, steps, astep, start, stop, first, last ; + path p, q, r, s, qq[][] ; + pair a, b, c, d ; + picture t ; + numeric n, gap, subgap, steps, astep, start, stop, first, last ; + save freelabeloffset; freelabeloffset := 8 ; + interim linecap := butt; + interim linejoin := squared; + + lua.mp.lmt_overlap_prepare() ; + + n := lua.mp.lmt_overlap_n(); + gap := getparameter "gap" ; + subgap := getparameter "subgap" ; + steps := lua.mp.lmt_overlap_total() + (n * gap) + n * (n - 1) * subgap ; + + if ((getparameter "alternative") = "linear") or ((getparameter "alternative") = "line") : + lmt_do_overlap_linear ; + else : + lmt_do_overlap_circular ; + fi ; + + lua.mp.lmt_overlap_reset() ; + + popparameters ; + ) +enddef ; + +\stopMPextensions + +\continueifinputfile{meta-imp-experiments.mkxl} + +% \useMPlibrary[experiments] + +\usemodule[article-basic] + +\starttext + +% todo: datafile: { data = { }, labels = { } } + +% % data = { +% % { 0, 10, 30, 10, 20 }, +% % { 10, 0, 10, 20, 10 }, +% % { 30, 10, 0, 5, 15 }, +% % { 10, 20, 5, 0, 5 }, +% % { 20, 10, 15, 5, 0 } +% % }, +% % data = { +% % { 0 }, +% % { 10, 0 }, +% % { 30, 10, 0 }, +% % { 10, 20, 5, 0 }, +% % { 20, 10, 15, 5, 0 } +% % }, +% data = { +% { }, +% { 10 }, +% { 30, 10 }, +% { 10, 20, 5 }, +% { 20, 10, 15, 5 } +% }, + +\startbuffer +\startMPcode{doublefun} + draw lmt_overlap [ + alternative = "circular", + data = { { }, { 10 }, { 30, 10 }, { 10, 20, 5 }, { 20, 10, 15, 5 } }, + labels = { "one", "two", "three", "four", "five" } + ] ; +\stopMPcode +\stopbuffer + +\startlinecorrection[blank] + \getbuffer +\stoplinecorrection + +\startbuffer +\startMPcode{doublefun} + draw lmt_overlap [ + alternative = "linear", + data = { { }, { 10 }, { 30, 10 }, { 10, 20, 5 }, { 20, 10, 15, 5 } }, + labels = { "one", "two", "three", "four", "five" } + ] ; +\stopMPcode +\stopbuffer + +\startlinecorrection[blank] + \getbuffer +\stoplinecorrection + +\stoptext diff --git a/tex/context/base/mkiv/mlib-int.lua b/tex/context/base/mkiv/mlib-int.lua index 6fca95302..b8d74d5b5 100644 --- a/tex/context/base/mkiv/mlib-int.lua +++ b/tex/context/base/mkiv/mlib-int.lua @@ -38,6 +38,8 @@ if CONTEXTLMTXMODE > 0 then local t = os.date("*t") -- maybe this should be a very early on global + local mpnumeric = mp.inject.numeric + registerscript("year", function() return t.year end) registerscript("month", function() return t.month end) registerscript("day", function() return t.day end) diff --git a/tex/context/base/mkiv/mlib-lua.lua b/tex/context/base/mkiv/mlib-lua.lua index 83ce152e2..31a9b845b 100644 --- a/tex/context/base/mkiv/mlib-lua.lua +++ b/tex/context/base/mkiv/mlib-lua.lua @@ -28,13 +28,14 @@ local trace_luarun = false trackers.register("metapost.lua",function(v) trace local be_tolerant = true directives.register("metapost.lua.tolerant", function(v) be_tolerant = v end) -local get, set, aux, scan = { }, { }, { }, { } +local get, set, aux, scan, inject = { }, { }, { }, { }, { } mp = mp or { -- system namespace - set = set, - get = get, - aux = aux, - scan = scan, + set = set, + get = get, + aux = aux, + scan = scan, + inject = inject, } MP = MP or { -- user namespace @@ -82,7 +83,6 @@ do scan.token = function(k) return scan_token (currentmpx,k) end scan.symbol = function(k,e) return scan_symbol (currentmpx,k,e) end scan.numeric = function() return scan_numeric (currentmpx) end - scan.number = function() return scan_numeric (currentmpx) end scan.integer = function() return scan_integer (currentmpx) end scan.boolean = function() return scan_boolean (currentmpx) end scan.string = function() return scan_string (currentmpx) end @@ -93,6 +93,61 @@ do scan.path = function(t) return scan_path (currentmpx,t) end scan.pen = function(t) return scan_pen (currentmpx,t) end + local inject_path = mplib.inject_path + local inject_numeric = mplib.inject_numeric + local inject_pair = mplib.inject_pair + local inject_boolean = mplib.inject_boolean + local inject_integer = mplib.inject_integer + local inject_string = mplib.inject_string + local inject_color = mplib.inject_color + local inject_cmykcolor = mplib.inject_cmykcolor + local inject_transform = mplib.inject_transform + local inject_whatever = mplib.inject_whatever + + inject.path = function(t,cycle,curled) return inject_path (currentmpx,t,cycle,curled) end + inject.numeric = function(n) return inject_numeric (currentmpx,n) end + inject.pair = function(x,y) return inject_pair (currentmpx,x,y) end + inject.boolean = function(b) return inject_boolean (currentmpx,b) end + inject.integer = function(i) return inject_integer (currentmpx,i) end + inject.string = function(s) return inject_string (currentmpx,s) end + inject.color = function(r,g,b) return inject_color (currentmpx,r,g,b) end + inject.cmykcolor = function(c,m,y,k) return inject_cmykcolor(currentmpx,c,m,y,k) end + inject.transform = function(x,y,xx,xy,yx,yy) return inject_transform(currentmpx,x,y,xx,xy,yx,yy) end + inject.whatever = function(...) return inject_whatever (currentmpx,...) end + + -- bonus: + + scan .number = scan .numeric + inject.number = inject.numeric + + table.setmetatablecall(inject,function(t,...) + inject_whatever(currentmpx,...) + end) + + -- experiment + + function mp.autoinject(m) + local t = type(m) + if t == "table" then + local n = #t + if n == 2 then + inject_pair(currentmpx,m) + elseif n == 3 then + inject_color(currentmpx,m) + elseif n == 4 then + inject_cmykcolor(currentmpx,m) + elseif n == 6 then + inject_transform(currentmpx,m) + end + elseif t == "number" then + inject_numeric(currentmpx,m) + elseif t == "string" then + inject_string(currentmpx,m) + elseif t == "boolean" then + inject_boolean(currentmpx,m) + end + end + else local get_numeric = mplib.get_numeric @@ -133,8 +188,13 @@ do end +-- unless we adapt the old mp library too, in the end we will have two +-- variants + do + local lmtxmode = CONTEXTLMTXMODE > 0 + -- serializers local f_integer = formatters["%i"] @@ -284,21 +344,34 @@ do end result = f() - if result then local t = type(result) - if t == "number" then - result = f_numeric(result) - elseif t == "table" then - result = concat(result) -- no spaces here + if lmtxmode then + -- we can consider to use the injector for tables but then we need to + -- check of concatination is expected so best keep this! + if t == "number" or t == "boolean" then + -- native types + elseif t == "string" or t == "table" then + -- (concatenated) passed to scantokens + else + -- scantokens + result = tostring(result) + end else - result = tostring(result) + if t == "number" then + result = f_numeric(result) + elseif t == "table" then + result = concat(result) -- no spaces here + else + result = tostring(result) + end end if trace_luarun then report_luarun("%i: %s result: %s",nesting,t,result) end elseif n == 0 then - result = "" +-- result = "" +result = nil -- no scantokens done then if trace_luarun then report_luarun("%i: no buffered result",nesting) end @@ -310,12 +383,14 @@ do else -- the space is why we sometimes have collectors if nesting == 1 then + -- if we had no space we could pass result directly in lmtx result = concat(buffer," ",1,n) if n > 500 or #result > 10000 then gbuffer = { } -- newtable(20,0) lbuffer = gbuffer end else + -- if we had no space we could pass result directly in lmtx result = concat(buffer," ") end if trace_luarun then @@ -791,9 +866,11 @@ do mpprint(mpnamedcolor(str)) end + -- todo: we can inject but currently we always get a string back so then + -- we need to deal with it upstream in the color module ... not now + metapost.registerscript("namedcolor",function() mpprint(mpnamedcolor(scanstring())) --- test: return mpnamedcolor(scanstring()) end) end diff --git a/tex/context/base/mkiv/mlib-mat.lua b/tex/context/base/mkiv/mlib-mat.lua index 6c82a4658..e5d40319f 100644 --- a/tex/context/base/mkiv/mlib-mat.lua +++ b/tex/context/base/mkiv/mlib-mat.lua @@ -7,13 +7,15 @@ if not modules then modules = { } end modules ['mlib-mat'] = { } local scanners = mp.scan -local registerscript = metapost.registerscript +local injectors = mp.inject local scannumeric = scanners.numeric local scanpair = scanners.pair local scancolor = scanners.color -local mppair = mp.pair +local mppair = injectors.pair or mp.pair + +local registerscript = metapost.registerscript local m = xmath local c = xcomplex diff --git a/tex/context/base/mkiv/mlib-scn.lua b/tex/context/base/mkiv/mlib-scn.lua index 709961543..cb70091b4 100644 --- a/tex/context/base/mkiv/mlib-scn.lua +++ b/tex/context/base/mkiv/mlib-scn.lua @@ -45,6 +45,7 @@ metapost.types = types local setmetatableindex = table.setmetatableindex local scanners = mp.scan +local injectors = mp.inject local scannext = scanners.next local scanexpression = scanners.expression @@ -63,16 +64,13 @@ local scanpath = scanners.path local scanpen = scanners.pen local mpprint = mp.print -local mpnumeric = mp.numeric -local mpstring = mp.string -local mpquoted = mp.quoted -local mpboolean = mp.boolean -local mppair = mp.pair -local mppath = mp.path -local mptriplet = mp.triplet -local mpquadruple = mp.quadruple -local mptransform = mp.transform -local mpvalue = mp.value +local injectnumeric = injectors.numeric +local injectstring = injectors.string +local injectboolean = injectors.boolean +local injectpair = injectors.pair +local injecttriplet = injectors.color +local injectquadruple = injectors.cmykcolor +local injecttransform = injectors.transform local report = logs.reporter("metapost") @@ -98,6 +96,26 @@ local tokenscanners = nil local scanset = nil local scanparameters = nil +local injectpath = mp.path + +do -- todo: this will become an overload + + local flush = mp.path + local inject = injectors.path -- work in progress + + injectpath = function(p,connector,close) + if #p > 1 then + if connector == true or connector == ".." then + return inject(p,false,close or p.close) + elseif connector == "--" then + return inject(p,true,close or p.close) + end + end + return flush(p,connector,close) + end + +end + scanset = function() -- can be optimized, we now read twice scantoken() if scantoken(true) == rightbrace_code then @@ -328,26 +346,26 @@ end local function get(v) local t = type(v) if t == "number" then - return mpnumeric(v) + return injectnumeric(v) elseif t == "boolean" then - return mpboolean(v) + return injectboolean(v) elseif t == "string" then - return mpquoted(v) + return injectstring(v) elseif t == "table" then local n = #v if type(v[1]) == "table" then - return mppath(v) -- cycle ? + return injectpath(v) -- cycle ? elseif n == 2 then - return mppair(v) + return injectpair(v) elseif n == 3 then - return mptriplet(v) + return injecttriplet(v) elseif n == 4 then - return mpquadruple(v) + return injectquadruple(v) elseif n == 6 then - return mptransform(v) + return injecttransform(v) end end - return mpnumeric(0) + return injectnumeric(0) end local stack = { } @@ -386,16 +404,16 @@ local function getparameter() if type(l) == "number" then vl = v[1] if vl == nil then - return mpnumeric(0) + return injectnumeric(0) end else - return mpnumeric(0) + return injectnumeric(0) end end v = vl end if v == nil then - return mpnumeric(0) + return injectnumeric(0) else return get(v) end @@ -411,18 +429,18 @@ local function hasparameter() if type(l) == "number" then vl = rawget(v,1) if vl == nil then - return mpboolean(false) + return injectboolean(false) end else - return mpboolean(false) + return injectboolean(false) end end v = vl end if v == nil then - return mpboolean(false) + return injectboolean(false) else - return mpboolean(true) + return injectboolean(true) end end @@ -435,7 +453,7 @@ local function hasoption() local l = list[i] local vl = v[l] if vl == nil then - return mpboolean(false) + return injectboolean(false) end v = vl end @@ -446,18 +464,18 @@ local function hasoption() -- no caching .. slow anyway local o = list[n] if v == o then - return mpboolean(true) + return injectboolean(true) end for vv in gmatch(v,"[^%s,]+") do for oo in gmatch(o,"[^%s,]+") do if vv == oo then - return mpboolean(true) + return injectboolean(true) end end end end end - return mpboolean(false) + return injectboolean(false) end local function getparameterdefault() @@ -474,7 +492,7 @@ local function getparameterdefault() end end if vl == nil then - return mpnumeric(0) + return injectnumeric(0) else return get(vl) end @@ -502,17 +520,17 @@ local function getparameterdefault() local l = list[i] local vl = v[l] if vl == nil then - return mpnumeric(0) + return injectnumeric(0) end v = vl end if v == nil then - return mpnumeric(0) + return injectnumeric(0) else return get(v) end end - return mpnumeric(0) + return injectnumeric(0) else return get(last) end @@ -537,7 +555,7 @@ local function getparametercount() break end end - return mpnumeric(type(v) == "table" and #v or 0) + return injectnumeric(type(v) == "table" and #v or 0) end local function getmaxparametercount() @@ -568,7 +586,7 @@ local function getmaxparametercount() end end - return mpnumeric(n) + return injectnumeric(n) end local validconnectors = { @@ -599,9 +617,9 @@ local function getparameterpath() end end if type(v) == "table" then - return mppath(v,connector,close) + return injectpath(v,connector,close) else - return mppair(0,0) + return injectpair(0,0) end end @@ -615,9 +633,9 @@ local function getparameterpen() end end if type(v) == "table" then - return mppath(v,"..",true) + return injectpath(v,"..",true) else - return mppair(0,0) + return injectpair(0,0) end end @@ -637,9 +655,9 @@ local function getparametertext() end end if type(v) == "string" then - return mpquoted("\\strut " .. v) + return injectstring("\\strut " .. v) else - return mpquoted("") + return injectstring("") end end diff --git a/tex/context/base/mkiv/page-brk.mkiv b/tex/context/base/mkiv/page-brk.mkiv index e18c0d923..e275c8b41 100644 --- a/tex/context/base/mkiv/page-brk.mkiv +++ b/tex/context/base/mkiv/page-brk.mkiv @@ -290,6 +290,13 @@ \installpagebreakmethod \v!start {\global\settrue \c_otr_shipout_enabled} \installpagebreakmethod \v!stop {\global\setfalse\c_otr_shipout_enabled} +\installpagebreakmethod{xy}% for Mojca + {\page_breaks_handle_direct\v!yes + \scratchcounterone \numexpr\rootlayouttargetparameter\c!nx*\rootlayouttargetparameter\c!ny\relax + \scratchcountertwo \luaexpr{math.mod(\the\realpageno-1,\the\scratchcounterone)}\relax + \scratchcounterthree\numexpr\scratchcounterone-\scratchcountertwo\relax + \dorecurse\scratchcounterthree{\page_breaks_handle_direct\v!empty}} + % Column breaks. \installcorenamespace{columnbreakmethod} diff --git a/tex/context/base/mkiv/page-ffl.mkiv b/tex/context/base/mkiv/page-ffl.mkiv index 176c4a185..b02b908a9 100644 --- a/tex/context/base/mkiv/page-ffl.mkiv +++ b/tex/context/base/mkiv/page-ffl.mkiv @@ -23,6 +23,8 @@ %D \setupfacingfloat %D [whatever] %D [style=bold, +%D width=frame, +%D offset=10pt, %D color=white] %D %D \setupfacingfloat @@ -56,6 +58,12 @@ \unprotect +% width: +% +% -- fit : do nothing +% -- dimension : use that +% -- frame : use hsize minus frame offsets (based on preroll) + \installcorenamespace {facingfloat} \installframedcommandhandler \??facingfloat {facingfloat} \??facingfloat @@ -63,6 +71,7 @@ \setupfacingfloat [\c!spaceinbetween=\v!big, \c!inbetween={\blank[\v!big]}, + \c!width=\v!fit, %\c!style, %\c!color, \c!page=\v!left] @@ -82,7 +91,7 @@ \let\m_strc_floats_state\relax -\def\strc_floats_facing_flush +\unexpanded\def\strc_floats_facing_flush {\ifnum\c_strc_floats_facing_flushed<\c_strc_floats_facing_saved \ifodd\c_strc_floats_facing_flushed \ifodd\realpageno @@ -121,6 +130,8 @@ \resetboxesincache{\currentfacingfloat}% \fi} +\let\flushfacingfloats\strc_floats_facing_flush + \unexpanded\def\strc_floats_facing_setup {\edef\currentfacingfloat{\currentfacingfloat:\m_strc_floats_state}% \usefacingfloatstyleandcolor\c!style\v!color} @@ -175,9 +186,19 @@ % \page[\p_page]% % \fi % + \edef\currentfacingfloat{#1}% + \edef\p_width{\facingfloatparameter\c!width}% + \letfacingfloatparameter\c!width\v!fit + \ifx\p_width\v!frame + \setbox\scratchbox\hpack{\inheritedfacingfloatframed{}}% + \advance\hsize-\wd\scratchbox + \else\ifx\p_width\v!fit + % whatever + \else + \hsize\p_width + \fi\fi \let\startcontent\bgroup \let\stopcontent\egroup - \def\currentfacingfloat{#1}% \let\m_strc_floats_state\v!left \strc_floats_facing_handle} diff --git a/tex/context/base/mkiv/status-files.pdf b/tex/context/base/mkiv/status-files.pdf index 5602a9210..09ffdf972 100644 Binary files a/tex/context/base/mkiv/status-files.pdf and b/tex/context/base/mkiv/status-files.pdf differ diff --git a/tex/context/base/mkiv/status-lua.pdf b/tex/context/base/mkiv/status-lua.pdf index ad08f813a..d90426ecc 100644 Binary files a/tex/context/base/mkiv/status-lua.pdf and b/tex/context/base/mkiv/status-lua.pdf differ diff --git a/tex/context/base/mkiv/syst-aux.lua b/tex/context/base/mkiv/syst-aux.lua index 46bb8e3f7..28fcb65fa 100644 --- a/tex/context/base/mkiv/syst-aux.lua +++ b/tex/context/base/mkiv/syst-aux.lua @@ -404,6 +404,15 @@ implement { end } +implement { + name = "elapsedsteptime", + arguments = "integer", + actions = function(n) + statistics.stoptiming("whatever") + context("%0.9f",statistics.elapsed("whatever")/(n > 0 and n or 1)) + end +} + local accuracy = table.setmetatableindex(function(t,k) local v = formatters["%0." ..k .. "f"] t[k] = v diff --git a/tex/context/base/mkiv/syst-aux.mkiv b/tex/context/base/mkiv/syst-aux.mkiv index 255f0746c..14d847f94 100644 --- a/tex/context/base/mkiv/syst-aux.mkiv +++ b/tex/context/base/mkiv/syst-aux.mkiv @@ -7706,7 +7706,12 @@ \let\resettimer \clf_resettimer \let\elapsedtime \clf_elapsedtime -\let\elapsedseconds \elapsedtime +\let\elapsedseconds\elapsedtime + +\let\elapsedsteps\!!zerocount + +\unexpanded\def\elapsedsteptime % unexpanded ! a bit useless but who knows ... + {\clf_elapsedsteptime\elapsedsteps\relax} \newcount\c_syst_helpers_test_feature_n \newcount\c_syst_helpers_test_feature_m @@ -7715,6 +7720,7 @@ \unexpanded\def\testfeature#1#2% {\c_syst_helpers_test_feature_m#1\relax + \xdef\elapsedsteps{\number\c_syst_helpers_test_feature_m}% \def\syst_helpers_test_feature_yes {\advance\c_syst_helpers_test_feature_n\plusone \ifnum\c_syst_helpers_test_feature_n>\c_syst_helpers_test_feature_m\else diff --git a/tex/context/base/mkiv/syst-aux.mkxl b/tex/context/base/mkiv/syst-aux.mkxl index 7ade250d9..be48007c9 100644 --- a/tex/context/base/mkiv/syst-aux.mkxl +++ b/tex/context/base/mkiv/syst-aux.mkxl @@ -6221,7 +6221,12 @@ \let\resettimer \clf_resettimer \let\elapsedtime \clf_elapsedtime -\let\elapsedseconds \elapsedtime +\let\elapsedseconds\elapsedtime + +\let\elapsedsteps\!!zerocount + +\unexpanded\def\elapsedsteptime % unexpanded ! a bit useless but who knows ... + {\clf_elapsedsteptime\elapsedsteps\relax} \newcount\c_syst_helpers_test_feature_n \newcount\c_syst_helpers_test_feature_m @@ -6230,6 +6235,7 @@ \unexpanded\def\testfeature#1#2% {\c_syst_helpers_test_feature_m#1\relax + \xdef\elapsedsteps{\number\c_syst_helpers_test_feature_m}% \def\syst_helpers_test_feature_yes {\advance\c_syst_helpers_test_feature_n\plusone \ifnum\c_syst_helpers_test_feature_n>\c_syst_helpers_test_feature_m\else diff --git a/tex/context/base/mkiv/trac-deb.lua b/tex/context/base/mkiv/trac-deb.lua index 71055eafa..ca6f01c58 100644 --- a/tex/context/base/mkiv/trac-deb.lua +++ b/tex/context/base/mkiv/trac-deb.lua @@ -281,6 +281,10 @@ function tracers.printerror(specification) report_nl() tex.show_context() end + if lastluaerror and lastluaerror ~= "" then + print("\nlua error:\n\n",lastluaerror,"\n") + quitonerror = true + end end report_nl() report_str(tracers.showlines(filename,linenumber,offset,tonumber(luaerrorline))) diff --git a/tex/context/interface/mkii/keys-cs.xml b/tex/context/interface/mkii/keys-cs.xml index 3014b72d1..78e6d7c00 100644 --- a/tex/context/interface/mkii/keys-cs.xml +++ b/tex/context/interface/mkii/keys-cs.xml @@ -913,7 +913,10 @@ + + + diff --git a/tex/context/interface/mkii/keys-nl.xml b/tex/context/interface/mkii/keys-nl.xml index 344a874f0..913c60d56 100644 --- a/tex/context/interface/mkii/keys-nl.xml +++ b/tex/context/interface/mkii/keys-nl.xml @@ -913,7 +913,10 @@ + + + diff --git a/tex/context/modules/mkiv/m-chart.lua b/tex/context/modules/mkiv/m-chart.lua index 1cdfd9f65..76efbedfd 100644 --- a/tex/context/modules/mkiv/m-chart.lua +++ b/tex/context/modules/mkiv/m-chart.lua @@ -718,8 +718,8 @@ local function process_connections(g,chart,xoffset,yoffset) end end -local f_texttemplate_t = formatters["\\setvariables[flowcell:text][x=%s,y=%s,n=%i,align={%s},figure={%s},overlay={%s},destination={%s}]"] -local f_texttemplate_l = formatters["\\doFLOWlabel{%i}{%i}{%i}"] +local f_texttemplate_t = formatters["\\setvariables[flowcell:text][x=%s,y=%s,n=%i,align={%s},figure={%s},overlay={%s},destination={%s},realx=%s,realy=%s]"] +local f_texttemplate_l = formatters["\\doFLOWlabel{%i}{%i}{%i}{%i}{%i}"] local splitter = lpeg.splitat(":") local charttexts = { } -- permits " etc in mp @@ -751,6 +751,8 @@ local function process_texts(g,chart,xoffset,yoffset) local destination = cell.destination or "" local texts = cell.texts local noftexts = #texts + local realx = cell.realx or x + local realy = cell.realy or y if noftexts > 0 then for i=1,noftexts do local text = texts[i] @@ -758,7 +760,7 @@ local function process_texts(g,chart,xoffset,yoffset) local align = text.align or "" local align = validlabellocations[align] or align charttexts[#charttexts+1] = data - ctx_tographic(g,'flow_chart_draw_text(%s,%s,textext("%s")) ;',x,y,f_texttemplate_t(x,y,#charttexts,align,figure,overlay,destination)) + ctx_tographic(g,'flow_chart_draw_text(%s,%s,textext("%s")) ;',x,y,f_texttemplate_t(x,y,#charttexts,align,figure,overlay,destination,realx,realy)) if i == 1 then figure = "" overlay = "" @@ -766,7 +768,7 @@ local function process_texts(g,chart,xoffset,yoffset) end end elseif figure ~= "" or overlay ~= "" or destination ~= "" then - ctx_tographic(g,'flow_chart_draw_text(%s,%s,textext("%s")) ;',x,y,f_texttemplate_t(x,y,0,"",figure,overlay,destination)) + ctx_tographic(g,'flow_chart_draw_text(%s,%s,textext("%s")) ;',x,y,f_texttemplate_t(x,y,0,"",figure,overlay,destination,realx,realy)) end local labels = cell.labels for i=1,#labels do @@ -776,7 +778,7 @@ local function process_texts(g,chart,xoffset,yoffset) local location = validlabellocations[location] or location if text and text ~= "" then charttexts[#charttexts+1] = text - ctx_tographic(g,'flow_chart_draw_label(%s,%s,"%s",textext("%s")) ;',x,y,location,f_texttemplate_l(x,y,#charttexts)) + ctx_tographic(g,'flow_chart_draw_label(%s,%s,"%s",textext("%s")) ;',x,y,location,f_texttemplate_l(x,y,#charttexts,realx,realy)) end end local exits = cell.exits @@ -792,7 +794,7 @@ local function process_texts(g,chart,xoffset,yoffset) location == "t" and y == chart.to_y - 1 or location == "b" and y == chart.from_y + 1 then charttexts[#charttexts+1] = text - ctx_tographic(g,'flow_chart_draw_exit(%s,%s,"%s",textext("%s")) ;',x,y,location,f_texttemplate_l(x,y,#charttexts)) + ctx_tographic(g,'flow_chart_draw_exit(%s,%s,"%s",textext("%s")) ;',x,y,location,f_texttemplate_l(x,y,#charttexts,realx,realy)) end end end @@ -821,7 +823,7 @@ local function process_texts(g,chart,xoffset,yoffset) end if text and text ~= "" then charttexts[#charttexts+1] = text - ctx_tographic(g,'flow_chart_draw_comment(%s,%s,%s,"%s",%s,textext("%s")) ;',x,y,i,location,length,f_texttemplate_l(x,y,#charttexts)) + ctx_tographic(g,'flow_chart_draw_comment(%s,%s,%s,"%s",%s,textext("%s")) ;',x,y,i,location,length,f_texttemplate_l(x,y,#charttexts,realx,realy)) end end end diff --git a/tex/context/modules/mkiv/m-chart.mkvi b/tex/context/modules/mkiv/m-chart.mkvi index a9d3dfdd9..c48869928 100644 --- a/tex/context/modules/mkiv/m-chart.mkvi +++ b/tex/context/modules/mkiv/m-chart.mkvi @@ -322,12 +322,16 @@ [n=0, x=1, y=1, + realx=1, + realy=1, text=, align=, set=\setups{flowcell:text:place}] -\def\FLOWx{\getvariable{flowcell:text}{x}} % compatibility (for Willi) -\def\FLOWy{\getvariable{flowcell:text}{y}} % compatibility (for Willi) +\def\FLOWx {\getvariable{flowcell:text}{x}} % compatibility (for Willi) +\def\FLOWy {\getvariable{flowcell:text}{y}} % compatibility (for Willi) +\def\FLOWrealx{\getvariable{flowcell:text}{realx}} % compatibility (for Willi) +\def\FLOWrealy{\getvariable{flowcell:text}{realy}} % compatibility (for Willi) \defineoverlay [flowcell:figure] @@ -380,10 +384,12 @@ \endgroup \stopsetups -\unexpanded\def\doFLOWlabel#1#2#3% +\unexpanded\def\doFLOWlabel#1#2#3#4#5% {\begingroup \def\FLOWx{#1}% \def\FLOWy{#2}% + \def\FLOWrealx{#4}% + \def\FLOWrealy{#5}% \strut \getFLOWtext{#3}% \endgroup} diff --git a/tex/context/modules/mkiv/m-gnuplot.mkxl b/tex/context/modules/mkiv/m-gnuplot.mkxl new file mode 100644 index 000000000..2077b1741 --- /dev/null +++ b/tex/context/modules/mkiv/m-gnuplot.mkxl @@ -0,0 +1,97 @@ +%D \module +%D [ file=m-gnuplot, +%D version=2020.02.10, +%D title=\CONTEXT\ Extra Modules, +%D subtitle=Gnuplot, +%D author=Hans Hagen, +%D date=\currentdate, +%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}] +%C +%C This module is part of the \CONTEXT\ macro||package and is +%C therefore copyrighted by \PRAGMA. See mreadme.pdf for +%C details. + +%D This is a variant on the \GNUPLOT\ terminal code. At some point (when there is a +%D reason) I will make a proper environment that can be used for embedded code. + +\unexpanded\def\includegnuplotsvgfile[#1]% + {\hbox\bgroup + \ctxlua{metapost.startsvghashing()}% + \includesvgfile[#1]% + \ctxlua{metapost.stopsvghashing()}% + \egroup} + +\startluacode + +local modificationtime = lfs.modification +local longtostring = string.longtostring +local formatters = string.formatters +local expandfilename = dir.expandname +local isfile = lfs.isfile + +local runner = sandbox.registerrunner { + name = "gnuplot to svg", + program = "gnuplot", + template = longtostring [[ + -e "set output '%newname%'; set terminal svg" + "%oldname%" + ]], + checkers = { + oldname = "readable", + newname = "writable", + }, +} + +figures.programs.gnuplot = { + runner = runner, +} + +local function remap(specification) + local oldname = specification.fullname + if oldname then + local newname = file.replacesuffix(oldname,"svg") + local oldtime = modificationtime(oldname) or 0 + local newtime = modificationtime(newname) or 0 + if newtime == 0 or oldtime > newtime then + runner { + newname = expandfilename(newname), + oldname = expandfilename(oldname), + } + end + if isfile(newname) then + local only = file.nameonly(newname) + local name = formatters["svg-%s-inclusion"](only) + local code = formatters["\\includegnuplotsvgfile[%s]\\resetbuffer[%s]"](newname,name) + buffers.assign(name,code) + specification.format = "buffer" + specification.fullname = name + end + end + return specification +end + +figures.remappers.gp = { svg = remap } + +\stopluacode + +\continueifinputfile{m-gnuplot.mkxl} + +\startluacode +io.savedata("m-gnuplot-demo.gp", [[ +set format xy "$%g$" + +set title 'This is a plot of $y=\\sin(x)$' +set xlabel 'This is the $x$ axis' +set ylabel 'This is the $y$ axis' + +plot [0:6.28] [0:1] sin(x) +]]) +\stopluacode + +\starttext + + \externalfigure[m-gnuplot-demo.gp][conversion=svg,width=4cm] + + \externalfigure[m-gnuplot-demo.gp][conversion=svg,width=8cm] + +\stoptext diff --git a/tex/context/modules/mkiv/m-tikz.mkiv b/tex/context/modules/mkiv/m-tikz.mkiv new file mode 100644 index 000000000..73c0ec01e --- /dev/null +++ b/tex/context/modules/mkiv/m-tikz.mkiv @@ -0,0 +1,29 @@ +%D A fixed variant if the t-tikz module distributed with tikz. + +\unprotect + + \ifcase\contextlmtxmode \else + \unexpanded\def\pdflastxpos{\numexpr\clf_lastxpos\relax} + \unexpanded\def\pdflastypos{\numexpr\clf_lastypos\relax} + \fi + +\protect + +\pushcatcodetable + + \setcatcodetable\texcatcodes + + \catcode`\@=11 + \catcode`\|=12 + \catcode`\!=12 + + \input t-pgf.tex + \input t-pgffor.tex + \input tikz.code.tex + +\popcatcodetable + +\let\starttikzpicture\tikzpicture +\let\stoptikzpicture \endtikzpicture + +\stopmodule diff --git a/tex/generic/context/luatex/luatex-fonts-merged.lua b/tex/generic/context/luatex/luatex-fonts-merged.lua index 7cc1f0ecb..682730c80 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 : c:/data/develop/context/sources/luatex-fonts-merged.lua -- parent file : c:/data/develop/context/sources/luatex-fonts.lua --- merge date : 2020-03-30 13:25 +-- merge date : 2020-04-08 14:34 do -- begin closure to overcome local limits and interference diff --git a/web2c/texlive2013cnf.lua b/web2c/texlive2013cnf.lua deleted file mode 100644 index 5c58c4505..000000000 --- a/web2c/texlive2013cnf.lua +++ /dev/null @@ -1,48 +0,0 @@ -local liveyear = string.match(resolvers.prefixes.selfautoparent(),"(20%d%d)") or "2013" - -return { - - type = "configuration", - version = "1.1.2", - date = "2013-06-02", - time = "16:15:00", - comment = "TeX Live differences", - - parent = "contextcnf.lua", - - content = { - - -- Keep in mind that MkIV is is relatively new and there is zero change that - -- (configuration) files will be found on older obsolete locations. - - variables = { - - -- This needs testing and if it works, then we can remove the texmflocal setting later on - -- - -- TEXMFCNF = "{selfautodir:{/share,}/texmf-local/web2c,selfautoparent:{/share,}/texmf{-local,}/web2c}", - - TEXMFCACHE = string.format("selfautoparent:texmf-var;~/.texlive%s/texmf-cache",liveyear), - - TEXMFSYSTEM = "selfautoparent:$SELFAUTOSYSTEM", - TEXMFCONTEXT = "selfautoparent:texmf-dist", - - -- TEXMFLOCAL = "selfautoparent:../texmf-local"), -- should also work - TEXMFLOCAL = string.gsub(resolvers.prefixes.selfautoparent(),"20%d%d$","texmf-local"), - - TEXMFSYSCONFIG = "selfautoparent:texmf-config", - TEXMFSYSVAR = "selfautoparent:texmf-var", - TEXMFCONFIG = string.format("home:.texlive%s/texmf-config",liveyear), - TEXMFVAR = string.format("home:.texlive%s/texmf-var",liveyear), - - -- We have only one cache path but there can be more. The first writable one - -- will be chosen but there can be more readable paths. - - TEXMFCACHE = "$TEXMFSYSVAR;$TEXMFVAR", - - TEXMF = "{$TEXMFCONFIG,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFPROJECT,!!$TEXMFFONTS,!!$TEXMFLOCAL,!!$TEXMFCONTEXT,!!$TEXMFSYSTEM,!!$TEXMFDIST,!!$TEXMFMAIN}", - - FONTCONFIG_PATH = "$TEXMFSYSVAR/fonts/conf", - - }, - }, -} -- cgit v1.2.3