author: kx <kx@radix.pro> 2023-03-24 03:55:33 +0300
committer: kx <kx@radix.pro> 2023-03-24 03:55:33 +0300
commit: bfc1508d26c89c9a36d2d9a827fe2c4ed128884d
parent: c836ae3775cf72f17e0b7e3792d156fdb389bee3
Commit Summary:
Diffstat:
205 files changed, 1976956 insertions, 26 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c18a752
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,36 @@
+
+autom4te.cache/
+
+Makefile
+Makefile.in
+config.h
+config.h.in
+config.log
+config.status
+compile
+config.guess
+config.sub
+configure
+install-sh
+missing
+stamp-h1
+aclocal.m4
+depcomp
+
+csvncgi/.deps/
+csvncgi/Makefile
+csvncgi/Makefile.in
+
+po/Makefile
+po/Makefile.in
+po/POTFILES
+po/remove-potcdate.sed
+po/stamp-po
+po/*.gmo
+po/*~
+
+m4/intlmacosx.m4
+m4/pkg.m4
+m4/*~
+
+*~
diff --git a/.svnignore b/.svnignore
new file mode 100644
index 0000000..c18a752
--- /dev/null
+++ b/.svnignore
@@ -0,0 +1,36 @@
+
+autom4te.cache/
+
+Makefile
+Makefile.in
+config.h
+config.h.in
+config.log
+config.status
+compile
+config.guess
+config.sub
+configure
+install-sh
+missing
+stamp-h1
+aclocal.m4
+depcomp
+
+csvncgi/.deps/
+csvncgi/Makefile
+csvncgi/Makefile.in
+
+po/Makefile
+po/Makefile.in
+po/POTFILES
+po/remove-potcdate.sed
+po/stamp-po
+po/*.gmo
+po/*~
+
+m4/intlmacosx.m4
+m4/pkg.m4
+m4/*~
+
+*~
diff --git a/ABOUT-NLS b/ABOUT-NLS
new file mode 100644
index 0000000..3cc8286
--- /dev/null
+++ b/ABOUT-NLS
@@ -0,0 +1,1379 @@
+1 Notes on the Free Translation Project
+***************************************
+
+Free software is going international! The Free Translation Project is a
+way to get maintainers of free software, translators, and users all
+together, so that free software will gradually become able to speak many
+languages. A few packages already provide translations for their
+messages.
+
+ If you found this 'ABOUT-NLS' file inside a distribution, you may
+assume that the distributed package does use GNU 'gettext' internally,
+itself available at your nearest GNU archive site. But you do _not_
+need to install GNU 'gettext' prior to configuring, installing or using
+this package with messages translated.
+
+ Installers will find here some useful hints. These notes also
+explain how users should proceed for getting the programs to use the
+available translations. They tell how people wanting to contribute and
+work on translations can contact the appropriate team.
+
+1.1 INSTALL Matters
+===================
+
+Some packages are "localizable" when properly installed; the programs
+they contain can be made to speak your own native language. Most such
+packages use GNU 'gettext'. Other packages have their own ways to
+internationalization, predating GNU 'gettext'.
+
+ By default, this package will be installed to allow translation of
+messages. It will automatically detect whether the system already
+provides the GNU 'gettext' functions. Installers may use special
+options at configuration time for changing the default behaviour. The
+command:
+
+ ./configure --disable-nls
+
+will _totally_ disable translation of messages.
+
+ When you already have GNU 'gettext' installed on your system and run
+configure without an option for your new package, 'configure' will
+probably detect the previously built and installed 'libintl' library and
+will decide to use it. If not, you may have to to use the
+'--with-libintl-prefix' option to tell 'configure' where to look for it.
+
+ Internationalized packages usually have many 'po/LL.po' files, where
+LL gives an ISO 639 two-letter code identifying the language. Unless
+translations have been forbidden at 'configure' time by using the
+'--disable-nls' switch, all available translations are installed
+together with the package. However, the environment variable 'LINGUAS'
+may be set, prior to configuration, to limit the installed set.
+'LINGUAS' should then contain a space separated list of two-letter
+codes, stating which languages are allowed.
+
+1.2 Using This Package
+======================
+
+As a user, if your language has been installed for this package, you
+only have to set the 'LANG' environment variable to the appropriate
+'LL_CC' combination. If you happen to have the 'LC_ALL' or some other
+'LC_xxx' environment variables set, you should unset them before setting
+'LANG', otherwise the setting of 'LANG' will not have the desired
+effect. Here 'LL' is an ISO 639 two-letter language code, and 'CC' is
+an ISO 3166 two-letter country code. For example, let's suppose that
+you speak German and live in Germany. At the shell prompt, merely
+execute 'setenv LANG de_DE' (in 'csh'), 'export LANG; LANG=de_DE' (in
+'sh') or 'export LANG=de_DE' (in 'bash'). This can be done from your
+'.login' or '.profile' file, once and for all.
+
+ You might think that the country code specification is redundant.
+But in fact, some languages have dialects in different countries. For
+example, 'de_AT' is used for Austria, and 'pt_BR' for Brazil. The
+country code serves to distinguish the dialects.
+
+ The locale naming convention of 'LL_CC', with 'LL' denoting the
+language and 'CC' denoting the country, is the one use on systems based
+on GNU libc. On other systems, some variations of this scheme are used,
+such as 'LL' or 'LL_CC.ENCODING'. You can get the list of locales
+supported by your system for your language by running the command
+'locale -a | grep '^LL''.
+
+ Not all programs have translations for all languages. By default, an
+English message is shown in place of a nonexistent translation. If you
+understand other languages, you can set up a priority list of languages.
+This is done through a different environment variable, called
+'LANGUAGE'. GNU 'gettext' gives preference to 'LANGUAGE' over 'LANG'
+for the purpose of message handling, but you still need to have 'LANG'
+set to the primary language; this is required by other parts of the
+system libraries. For example, some Swedish users who would rather read
+translations in German than English for when Swedish is not available,
+set 'LANGUAGE' to 'sv:de' while leaving 'LANG' to 'sv_SE'.
+
+ Special advice for Norwegian users: The language code for Norwegian
+bokma*l changed from 'no' to 'nb' recently (in 2003). During the
+transition period, while some message catalogs for this language are
+installed under 'nb' and some older ones under 'no', it's recommended
+for Norwegian users to set 'LANGUAGE' to 'nb:no' so that both newer and
+older translations are used.
+
+ In the 'LANGUAGE' environment variable, but not in the 'LANG'
+environment variable, 'LL_CC' combinations can be abbreviated as 'LL' to
+denote the language's main dialect. For example, 'de' is equivalent to
+'de_DE' (German as spoken in Germany), and 'pt' to 'pt_PT' (Portuguese
+as spoken in Portugal) in this context.
+
+1.3 Translating Teams
+=====================
+
+For the Free Translation Project to be a success, we need interested
+people who like their own language and write it well, and who are also
+able to synergize with other translators speaking the same language.
+Each translation team has its own mailing list. The up-to-date list of
+teams can be found at the Free Translation Project's homepage,
+'http://translationproject.org/', in the "Teams" area.
+
+ If you'd like to volunteer to _work_ at translating messages, you
+should become a member of the translating team for your own language.
+The subscribing address is _not_ the same as the list itself, it has
+'-request' appended. For example, speakers of Swedish can send a
+message to 'sv-request@li.org', having this message body:
+
+ subscribe
+
+ Keep in mind that team members are expected to participate _actively_
+in translations, or at solving translational difficulties, rather than
+merely lurking around. If your team does not exist yet and you want to
+start one, or if you are unsure about what to do or how to get started,
+please write to 'coordinator@translationproject.org' to reach the
+coordinator for all translator teams.
+
+ The English team is special. It works at improving and uniformizing
+the terminology in use. Proven linguistic skills are praised more than
+programming skills, here.
+
+1.4 Available Packages
+======================
+
+Languages are not equally supported in all packages. The following
+matrix shows the current state of internationalization, as of Jun 2014.
+The matrix shows, in regard of each package, for which languages PO
+files have been submitted to translation coordination, with a
+translation percentage of at least 50%.
+
+ Ready PO files af am an ar as ast az be bg bn bn_IN bs ca crh cs
+ +---------------------------------------------------+
+ a2ps | [] [] [] |
+ aegis | |
+ anubis | |
+ aspell | [] [] [] |
+ bash | [] [] [] |
+ bfd | |
+ binutils | [] |
+ bison | |
+ bison-runtime | [] |
+ buzztrax | [] |
+ ccd2cue | |
+ ccide | |
+ cflow | |
+ clisp | |
+ coreutils | [] [] |
+ cpio | |
+ cppi | |
+ cpplib | [] |
+ cryptsetup | [] |
+ datamash | |
+ denemo | [] [] |
+ dfarc | [] |
+ dialog | [] [] [] |
+ dico | |
+ diffutils | [] |
+ dink | [] |
+ direvent | |
+ doodle | [] |
+ dos2unix | |
+ dos2unix-man | |
+ e2fsprogs | [] [] |
+ enscript | [] |
+ exif | [] |
+ fetchmail | [] [] |
+ findutils | [] |
+ flex | [] |
+ freedink | [] [] |
+ fusionforge | |
+ gas | |
+ gawk | [] |
+ gcal | [] |
+ gcc | |
+ gdbm | |
+ gettext-examples | [] [] [] [] [] |
+ gettext-runtime | [] [] [] |
+ gettext-tools | [] [] |
+ gjay | |
+ glunarclock | [] [] [] |
+ gnubiff | [] |
+ gnubik | [] |
+ gnucash | () () [] |
+ gnuchess | |
+ gnulib | [] |
+ gnunet | |
+ gnunet-gtk | |
+ gold | |
+ gphoto2 | [] |
+ gprof | [] |
+ gramadoir | |
+ grep | [] [] [] |
+ grub | [] |
+ gsasl | |
+ gss | |
+ gst-plugins-bad | [] [] |
+ gst-plugins-base | [] [] [] |
+ gst-plugins-good | [] [] [] |
+ gst-plugins-ugly | [] [] [] |
+ gstreamer | [] [] [] [] |
+ gtick | [] |
+ gtkam | [] [] |
+ gtkspell | [] [] [] [] [] |
+ guix | |
+ guix-packages | |
+ gutenprint | [] |
+ hello | [] |
+ help2man | |
+ help2man-texi | |
+ hylafax | |
+ idutils | |
+ iso_15924 | [] |
+ iso_3166 | [] [] [] [] [] [] [] [] [] [] |
+ iso_3166_2 | |
+ iso_4217 | [] |
+ iso_639 | [] [] [] [] [] [] [] [] [] |
+ iso_639_3 | [] [] |
+ iso_639_5 | |
+ jwhois | |
+ kbd | [] |
+ klavaro | [] [] [] [] [] |
+ ld | [] |
+ leafpad | [] [] [] [] |
+ libc | [] [] [] |
+ libexif | () |
+ libextractor | |
+ libgnutls | [] |
+ libgphoto2 | [] |
+ libgphoto2_port | [] |
+ libgsasl | |
+ libiconv | [] [] |
+ libidn | [] |
+ liferea | [] [] [] [] |
+ lilypond | [] [] |
+ lordsawar | [] |
+ lprng | |
+ lynx | [] [] |
+ m4 | [] |
+ mailfromd | |
+ mailutils | |
+ make | [] |
+ man-db | [] [] |
+ man-db-manpages | |
+ midi-instruments | [] [] [] |
+ minicom | [] |
+ mkisofs | [] |
+ myserver | [] |
+ nano | [] [] [] |
+ opcodes | |
+ parted | [] |
+ pies | |
+ pnmixer | |
+ popt | [] |
+ procps-ng | |
+ procps-ng-man | |
+ psmisc | [] |
+ pspp | [] |
+ pushover | [] |
+ pwdutils | |
+ pyspread | |
+ radius | [] |
+ recode | [] [] [] |
+ recutils | |
+ rpm | |
+ rush | |
+ sarg | |
+ sed | [] [] [] [] |
+ sharutils | [] |
+ shishi | |
+ skribilo | |
+ solfege | [] [] |
+ solfege-manual | |
+ spotmachine | |
+ sudo | [] [] |
+ sudoers | [] [] |
+ sysstat | [] |
+ tar | [] [] [] |
+ texinfo | [] [] |
+ texinfo_document | [] [] |
+ tigervnc | [] |
+ tin | |
+ tin-man | |
+ tracgoogleappsa... | |
+ trader | |
+ util-linux | [] |
+ ve | |
+ vice | |
+ vmm | |
+ vorbis-tools | [] |
+ wastesedge | |
+ wcd | |
+ wcd-man | |
+ wdiff | [] [] |
+ wget | [] |
+ wyslij-po | |
+ xboard | |
+ xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] |
+ xkeyboard-config | [] [] [] |
+ +---------------------------------------------------+
+ af am an ar as ast az be bg bn bn_IN bs ca crh cs
+ 4 0 2 5 3 11 0 8 25 3 3 1 55 4 74
+
+ da de el en en_GB en_ZA eo es et eu fa fi fr
+ +--------------------------------------------------+
+ a2ps | [] [] [] [] [] [] [] [] [] |
+ aegis | [] [] [] [] |
+ anubis | [] [] [] [] [] |
+ aspell | [] [] [] [] [] [] [] |
+ bash | [] [] [] |
+ bfd | [] [] [] [] |
+ binutils | [] [] [] |
+ bison | [] [] [] [] [] [] [] [] |
+ bison-runtime | [] [] [] [] [] [] [] [] |
+ buzztrax | [] [] [] [] |
+ ccd2cue | [] [] [] [] |
+ ccide | [] [] [] [] [] [] |
+ cflow | [] [] [] [] [] |
+ clisp | [] [] [] [] [] |
+ coreutils | [] [] [] [] [] |
+ cpio | [] [] [] [] [] |
+ cppi | [] [] [] [] [] |
+ cpplib | [] [] [] [] [] [] |
+ cryptsetup | [] [] [] [] [] |
+ datamash | [] [] [] [] |
+ denemo | [] |
+ dfarc | [] [] [] [] [] [] |
+ dialog | [] [] [] [] [] [] [] [] [] |
+ dico | [] [] [] [] |
+ diffutils | [] [] [] [] [] [] |
+ dink | [] [] [] [] [] [] |
+ direvent | [] [] [] [] |
+ doodle | [] [] [] [] |
+ dos2unix | [] [] [] [] [] |
+ dos2unix-man | [] [] [] |
+ e2fsprogs | [] [] [] [] [] |
+ enscript | [] [] [] [] [] [] |
+ exif | [] [] [] [] [] [] |
+ fetchmail | [] () [] [] [] [] [] |
+ findutils | [] [] [] [] [] [] [] [] |
+ flex | [] [] [] [] [] [] |
+ freedink | [] [] [] [] [] [] [] [] |
+ fusionforge | [] [] [] |
+ gas | [] [] [] |
+ gawk | [] [] [] [] [] |
+ gcal | [] [] [] [] |
+ gcc | [] |
+ gdbm | [] [] [] [] [] |
+ gettext-examples | [] [] [] [] [] [] [] |
+ gettext-runtime | [] [] [] [] [] [] |
+ gettext-tools | [] [] [] [] [] |
+ gjay | [] [] [] [] |
+ glunarclock | [] [] [] [] [] |
+ gnubiff | () [] [] () |
+ gnubik | [] [] [] [] [] |
+ gnucash | [] () () () () () () |
+ gnuchess | [] [] [] [] |
+ gnulib | [] [] [] [] [] [] [] |
+ gnunet | [] |
+ gnunet-gtk | [] |
+ gold | [] [] [] |
+ gphoto2 | [] () [] [] |
+ gprof | [] [] [] [] [] [] |
+ gramadoir | [] [] [] [] [] |
+ grep | [] [] [] [] [] [] [] |
+ grub | [] [] [] [] [] |
+ gsasl | [] [] [] [] [] |
+ gss | [] [] [] [] [] |
+ gst-plugins-bad | [] [] [] |
+ gst-plugins-base | [] [] [] [] [] [] |
+ gst-plugins-good | [] [] [] [] [] [] [] |
+ gst-plugins-ugly | [] [] [] [] [] [] [] [] |
+ gstreamer | [] [] [] [] [] [] [] |
+ gtick | [] () [] [] [] |
+ gtkam | [] () [] [] [] [] |
+ gtkspell | [] [] [] [] [] [] [] [] |
+ guix | [] [] |
+ guix-packages | |
+ gutenprint | [] [] [] [] |
+ hello | [] [] [] [] [] [] [] [] |
+ help2man | [] [] [] [] [] [] [] |
+ help2man-texi | [] [] [] |
+ hylafax | [] [] |
+ idutils | [] [] [] [] [] |
+ iso_15924 | [] () [] [] () [] () |
+ iso_3166 | [] () [] [] [] [] () [] () |
+ iso_3166_2 | [] () () () |
+ iso_4217 | [] () [] [] [] () [] () |
+ iso_639 | [] () [] [] () [] () |
+ iso_639_3 | () () () |
+ iso_639_5 | () () () |
+ jwhois | [] [] [] [] [] |
+ kbd | [] [] [] [] [] [] |
+ klavaro | [] [] [] [] [] [] [] |
+ ld | [] [] [] [] |
+ leafpad | [] [] [] [] [] [] [] [] |
+ libc | [] [] [] [] [] |
+ libexif | [] [] () [] [] |
+ libextractor | [] |
+ libgnutls | [] [] [] [] |
+ libgphoto2 | [] () [] |
+ libgphoto2_port | [] () [] [] [] [] |
+ libgsasl | [] [] [] [] [] |
+ libiconv | [] [] [] [] [] [] [] |
+ libidn | [] [] [] [] [] |
+ liferea | [] () [] [] [] [] [] |
+ lilypond | [] [] [] [] [] [] |
+ lordsawar | [] [] |
+ lprng | |
+ lynx | [] [] [] [] [] [] |
+ m4 | [] [] [] [] [] [] |
+ mailfromd | [] |
+ mailutils | [] [] [] [] |
+ make | [] [] [] [] [] |
+ man-db | [] [] [] [] |
+ man-db-manpages | [] [] |
+ midi-instruments | [] [] [] [] [] [] [] [] [] |
+ minicom | [] [] [] [] [] |
+ mkisofs | [] [] [] |
+ myserver | [] [] [] [] |
+ nano | [] [] [] [] [] [] [] |
+ opcodes | [] [] [] [] [] |
+ parted | [] [] [] |
+ pies | [] |
+ pnmixer | [] [] |
+ popt | [] [] [] [] [] [] |
+ procps-ng | [] [] |
+ procps-ng-man | [] [] |
+ psmisc | [] [] [] [] [] [] [] |
+ pspp | [] [] [] |
+ pushover | () [] [] [] |
+ pwdutils | [] [] [] |
+ pyspread | [] [] [] |
+ radius | [] [] |
+ recode | [] [] [] [] [] [] [] |
+ recutils | [] [] [] [] |
+ rpm | [] [] [] [] [] |
+ rush | [] [] [] |
+ sarg | [] [] |
+ sed | [] [] [] [] [] [] [] [] |
+ sharutils | [] [] [] [] |
+ shishi | [] [] [] |
+ skribilo | [] [] [] |
+ solfege | [] [] [] [] [] [] [] [] |
+ solfege-manual | [] [] [] [] [] |
+ spotmachine | [] [] [] [] [] |
+ sudo | [] [] [] [] [] [] |
+ sudoers | [] [] [] [] [] [] |
+ sysstat | [] [] [] [] [] [] |
+ tar | [] [] [] [] [] [] [] |
+ texinfo | [] [] [] [] [] |
+ texinfo_document | [] [] [] [] |
+ tigervnc | [] [] [] [] [] [] |
+ tin | [] [] [] [] |
+ tin-man | [] |
+ tracgoogleappsa... | [] [] [] [] [] |
+ trader | [] [] [] [] [] [] |
+ util-linux | [] [] [] [] |
+ ve | [] [] [] [] [] |
+ vice | () () () |
+ vmm | [] [] |
+ vorbis-tools | [] [] [] [] |
+ wastesedge | [] |
+ wcd | [] [] [] [] |
+ wcd-man | [] |
+ wdiff | [] [] [] [] [] [] [] |
+ wget | [] [] [] [] [] [] |
+ wyslij-po | [] [] [] [] |
+ xboard | [] [] [] [] |
+ xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] |
+ xkeyboard-config | [] [] [] [] [] [] [] |
+ +--------------------------------------------------+
+ da de el en en_GB en_ZA eo es et eu fa fi fr
+ 119 131 32 1 6 0 94 95 22 13 4 102 139
+
+ ga gd gl gu he hi hr hu hy ia id is it ja ka kk
+ +-------------------------------------------------+
+ a2ps | [] [] [] [] |
+ aegis | [] |
+ anubis | [] [] [] [] |
+ aspell | [] [] [] [] [] |
+ bash | [] [] [] [] |
+ bfd | [] [] |
+ binutils | [] [] [] |
+ bison | [] |
+ bison-runtime | [] [] [] [] [] [] [] [] |
+ buzztrax | |
+ ccd2cue | [] |
+ ccide | [] [] |
+ cflow | [] [] [] |
+ clisp | |
+ coreutils | [] [] |
+ cpio | [] [] [] [] [] [] |
+ cppi | [] [] [] [] [] |
+ cpplib | [] [] |
+ cryptsetup | [] |
+ datamash | |
+ denemo | [] |
+ dfarc | [] [] [] |
+ dialog | [] [] [] [] [] [] [] [] [] [] |
+ dico | |
+ diffutils | [] [] [] [] |
+ dink | [] |
+ direvent | [] |
+ doodle | [] [] |
+ dos2unix | [] [] |
+ dos2unix-man | |
+ e2fsprogs | [] [] |
+ enscript | [] [] [] |
+ exif | [] [] [] [] [] [] |
+ fetchmail | [] [] [] |
+ findutils | [] [] [] [] [] [] [] |
+ flex | [] |
+ freedink | [] [] [] [] |
+ fusionforge | |
+ gas | [] |
+ gawk | [] () [] |
+ gcal | |
+ gcc | |
+ gdbm | |
+ gettext-examples | [] [] [] [] [] [] [] |
+ gettext-runtime | [] [] [] [] [] [] [] |
+ gettext-tools | [] [] [] |
+ gjay | [] |
+ glunarclock | [] [] [] [] [] [] |
+ gnubiff | [] [] () |
+ gnubik | [] [] [] |
+ gnucash | () () () () () |
+ gnuchess | |
+ gnulib | [] [] [] [] [] |
+ gnunet | |
+ gnunet-gtk | |
+ gold | [] [] |
+ gphoto2 | [] [] [] [] |
+ gprof | [] [] [] [] |
+ gramadoir | [] [] [] |
+ grep | [] [] [] [] [] [] [] |
+ grub | [] [] [] |
+ gsasl | [] [] [] [] [] |
+ gss | [] [] [] [] [] |
+ gst-plugins-bad | [] [] [] |
+ gst-plugins-base | [] [] [] [] |
+ gst-plugins-good | [] [] [] [] [] [] |
+ gst-plugins-ugly | [] [] [] [] [] [] |
+ gstreamer | [] [] [] [] [] |
+ gtick | [] [] [] [] [] |
+ gtkam | [] [] [] [] [] |
+ gtkspell | [] [] [] [] [] [] [] [] [] [] |
+ guix | |
+ guix-packages | |
+ gutenprint | [] [] [] |
+ hello | [] [] [] [] [] |
+ help2man | [] [] [] |
+ help2man-texi | |
+ hylafax | [] |
+ idutils | [] [] |
+ iso_15924 | [] [] [] [] [] [] |
+ iso_3166 | [] [] [] [] [] [] [] [] [] [] [] [] [] |
+ iso_3166_2 | [] [] |
+ iso_4217 | [] [] [] [] [] [] |
+ iso_639 | [] [] [] [] [] [] [] [] [] |
+ iso_639_3 | [] [] |
+ iso_639_5 | |
+ jwhois | [] [] [] [] |
+ kbd | [] [] [] |
+ klavaro | [] [] [] [] [] |
+ ld | [] [] [] [] |
+ leafpad | [] [] [] [] [] [] [] () |
+ libc | [] [] [] [] [] |
+ libexif | [] |
+ libextractor | |
+ libgnutls | [] |
+ libgphoto2 | [] [] |
+ libgphoto2_port | [] [] |
+ libgsasl | [] [] [] [] |
+ libiconv | [] [] [] [] [] [] [] |
+ libidn | [] [] [] [] |
+ liferea | [] [] [] [] [] |
+ lilypond | [] |
+ lordsawar | |
+ lprng | [] |
+ lynx | [] [] [] [] |
+ m4 | [] [] [] [] [] |
+ mailfromd | |
+ mailutils | |
+ make | [] [] [] [] |
+ man-db | [] [] |
+ man-db-manpages | [] [] |
+ midi-instruments | [] [] [] [] [] [] [] [] [] |
+ minicom | [] [] [] |
+ mkisofs | [] [] |
+ myserver | [] |
+ nano | [] [] [] [] [] [] |
+ opcodes | [] [] [] |
+ parted | [] [] [] [] [] |
+ pies | |
+ pnmixer | [] [] |
+ popt | [] [] [] [] [] [] [] [] [] [] |
+ procps-ng | |
+ procps-ng-man | |
+ psmisc | [] [] [] [] |
+ pspp | [] [] |
+ pushover | [] |
+ pwdutils | [] |
+ pyspread | |
+ radius | [] |
+ recode | [] [] [] [] [] [] [] |
+ recutils | |
+ rpm | [] |
+ rush | [] |
+ sarg | |
+ sed | [] [] [] [] [] [] [] |
+ sharutils | |
+ shishi | |
+ skribilo | [] |
+ solfege | [] [] |
+ solfege-manual | |
+ spotmachine | |
+ sudo | [] [] [] [] |
+ sudoers | [] [] [] |
+ sysstat | [] [] [] [] |
+ tar | [] [] [] [] [] [] |
+ texinfo | [] [] [] |
+ texinfo_document | [] [] [] |
+ tigervnc | |
+ tin | |
+ tin-man | |
+ tracgoogleappsa... | [] [] [] [] |
+ trader | [] [] |
+ util-linux | [] |
+ ve | [] |
+ vice | () () |
+ vmm | |
+ vorbis-tools | [] [] |
+ wastesedge | [] |
+ wcd | |
+ wcd-man | |
+ wdiff | [] [] [] |
+ wget | [] [] [] [] |
+ wyslij-po | [] [] [] |
+ xboard | |
+ xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] [] |
+ xkeyboard-config | [] [] [] [] [] [] |
+ +-------------------------------------------------+
+ ga gd gl gu he hi hr hu hy ia id is it ja ka kk
+ 35 2 47 4 8 2 60 71 2 6 81 11 87 57 0 3
+
+ kn ko ku ky lg lt lv mk ml mn mr ms mt nb ne nl
+ +--------------------------------------------------+
+ a2ps | [] [] |
+ aegis | [] |
+ anubis | [] [] [] |
+ aspell | [] [] |
+ bash | [] [] |
+ bfd | |
+ binutils | |
+ bison | [] |
+ bison-runtime | [] [] [] [] [] [] |
+ buzztrax | |
+ ccd2cue | |
+ ccide | [] [] |
+ cflow | [] |
+ clisp | [] |
+ coreutils | [] [] |
+ cpio | [] |
+ cppi | |
+ cpplib | [] |
+ cryptsetup | [] |
+ datamash | [] [] |
+ denemo | |
+ dfarc | [] [] |
+ dialog | [] [] [] [] [] [] |
+ dico | |
+ diffutils | [] [] [] |
+ dink | [] |
+ direvent | [] |
+ doodle | [] |
+ dos2unix | [] [] |
+ dos2unix-man | [] |
+ e2fsprogs | [] |
+ enscript | [] |
+ exif | [] [] [] |
+ fetchmail | [] |
+ findutils | [] [] |
+ flex | [] |
+ freedink | [] [] |
+ fusionforge | |
+ gas | |
+ gawk | [] |
+ gcal | |
+ gcc | |
+ gdbm | |
+ gettext-examples | [] [] [] [] [] [] |
+ gettext-runtime | [] [] [] |
+ gettext-tools | [] |
+ gjay | |
+ glunarclock | [] [] |
+ gnubiff | [] |
+ gnubik | [] [] |
+ gnucash | () () () () () () () [] |
+ gnuchess | [] [] |
+ gnulib | [] |
+ gnunet | |
+ gnunet-gtk | |
+ gold | |
+ gphoto2 | [] |
+ gprof | [] [] |
+ gramadoir | [] |
+ grep | [] [] |
+ grub | [] [] [] |
+ gsasl | [] |
+ gss | |
+ gst-plugins-bad | [] [] [] |
+ gst-plugins-base | [] [] [] |
+ gst-plugins-good | [] [] [] [] |
+ gst-plugins-ugly | [] [] [] [] [] |
+ gstreamer | [] [] [] |
+ gtick | [] |
+ gtkam | [] [] |
+ gtkspell | [] [] [] [] [] [] [] |
+ guix | |
+ guix-packages | |
+ gutenprint | [] |
+ hello | [] [] [] |
+ help2man | [] |
+ help2man-texi | |
+ hylafax | [] |
+ idutils | [] |
+ iso_15924 | () [] [] |
+ iso_3166 | [] [] [] () [] [] [] [] [] [] |
+ iso_3166_2 | () [] |
+ iso_4217 | () [] [] [] |
+ iso_639 | [] [] () [] [] [] [] |
+ iso_639_3 | [] () [] |
+ iso_639_5 | () |
+ jwhois | [] [] |
+ kbd | [] |
+ klavaro | [] [] |
+ ld | |
+ leafpad | [] [] [] [] [] |
+ libc | [] [] |
+ libexif | [] |
+ libextractor | [] |
+ libgnutls | [] [] |
+ libgphoto2 | [] |
+ libgphoto2_port | [] |
+ libgsasl | [] |
+ libiconv | [] [] |
+ libidn | [] |
+ liferea | [] [] [] |
+ lilypond | [] |
+ lordsawar | |
+ lprng | |
+ lynx | [] |
+ m4 | [] |
+ mailfromd | |
+ mailutils | |
+ make | [] [] |
+ man-db | [] |
+ man-db-manpages | [] |
+ midi-instruments | [] [] [] [] [] [] [] |
+ minicom | [] |
+ mkisofs | [] |
+ myserver | |
+ nano | [] [] [] |
+ opcodes | [] |
+ parted | [] [] |
+ pies | |
+ pnmixer | [] |
+ popt | [] [] [] [] [] |
+ procps-ng | |
+ procps-ng-man | |
+ psmisc | [] |
+ pspp | [] [] |
+ pushover | |
+ pwdutils | [] |
+ pyspread | |
+ radius | [] |
+ recode | [] [] |
+ recutils | [] |
+ rpm | [] |
+ rush | [] |
+ sarg | |
+ sed | [] [] |
+ sharutils | [] |
+ shishi | |
+ skribilo | |
+ solfege | [] [] |
+ solfege-manual | [] |
+ spotmachine | [] |
+ sudo | [] [] [] |
+ sudoers | [] [] [] |
+ sysstat | [] [] |
+ tar | [] [] [] |
+ texinfo | [] |
+ texinfo_document | [] |
+ tigervnc | [] |
+ tin | |
+ tin-man | |
+ tracgoogleappsa... | [] [] [] |
+ trader | [] |
+ util-linux | [] |
+ ve | [] |
+ vice | [] |
+ vmm | [] |
+ vorbis-tools | [] |
+ wastesedge | [] |
+ wcd | [] |
+ wcd-man | [] |
+ wdiff | [] |
+ wget | [] [] |
+ wyslij-po | [] |
+ xboard | [] |
+ xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] |
+ xkeyboard-config | [] [] [] |
+ +--------------------------------------------------+
+ kn ko ku ky lg lt lv mk ml mn mr ms mt nb ne nl
+ 5 15 4 6 0 13 23 3 3 3 4 11 2 42 1 125
+
+ nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr
+ +------------------------------------------------+
+ a2ps | [] [] [] [] [] [] [] |
+ aegis | [] [] |
+ anubis | [] [] [] |
+ aspell | [] [] [] [] [] [] [] |
+ bash | [] [] [] [] [] [] |
+ bfd | [] [] |
+ binutils | [] [] |
+ bison | [] [] [] |
+ bison-runtime | [] [] [] [] [] [] [] [] |
+ buzztrax | [] |
+ ccd2cue | [] [] |
+ ccide | [] [] [] |
+ cflow | [] [] [] |
+ clisp | [] |
+ coreutils | [] [] [] [] |
+ cpio | [] [] [] |
+ cppi | [] [] [] |
+ cpplib | [] [] [] |
+ cryptsetup | [] [] [] |
+ datamash | [] [] |
+ denemo | |
+ dfarc | [] [] [] |
+ dialog | [] [] [] [] [] [] [] |
+ dico | [] |
+ diffutils | [] [] [] |
+ dink | |
+ direvent | [] [] [] |
+ doodle | [] [] |
+ dos2unix | [] [] [] [] |
+ dos2unix-man | [] [] |
+ e2fsprogs | [] |
+ enscript | [] [] [] [] [] [] |
+ exif | [] [] [] [] [] [] |
+ fetchmail | [] [] [] |
+ findutils | [] [] [] [] [] [] |
+ flex | [] [] [] [] [] |
+ freedink | [] [] [] [] [] |
+ fusionforge | |
+ gas | |
+ gawk | [] |
+ gcal | |
+ gcc | |
+ gdbm | [] [] [] |
+ gettext-examples | [] [] [] [] [] [] [] [] |
+ gettext-runtime | [] [] [] [] [] [] [] [] [] |
+ gettext-tools | [] [] [] [] [] [] [] |
+ gjay | [] |
+ glunarclock | [] [] [] [] [] [] |
+ gnubiff | [] |
+ gnubik | [] [] [] [] |
+ gnucash | () () () () () [] |
+ gnuchess | [] [] |
+ gnulib | [] [] [] [] [] |
+ gnunet | |
+ gnunet-gtk | |
+ gold | |
+ gphoto2 | [] [] [] [] [] |
+ gprof | [] [] [] [] |
+ gramadoir | [] [] |
+ grep | [] [] [] [] [] [] |
+ grub | [] [] [] [] [] |
+ gsasl | [] [] [] |
+ gss | [] [] [] [] |
+ gst-plugins-bad | [] [] [] [] [] |
+ gst-plugins-base | [] [] [] [] [] [] |
+ gst-plugins-good | [] [] [] [] [] [] [] |
+ gst-plugins-ugly | [] [] [] [] [] [] [] |
+ gstreamer | [] [] [] [] [] [] [] |
+ gtick | [] [] [] [] [] |
+ gtkam | [] [] [] [] [] [] |
+ gtkspell | [] [] [] [] [] [] [] [] [] |
+ guix | |
+ guix-packages | |
+ gutenprint | [] [] |
+ hello | [] [] [] [] [] [] |
+ help2man | [] [] [] [] |
+ help2man-texi | [] |
+ hylafax | |
+ idutils | [] [] [] |
+ iso_15924 | [] () [] [] [] [] |
+ iso_3166 | [] [] [] [] () [] [] [] [] [] [] [] [] |
+ iso_3166_2 | [] () [] |
+ iso_4217 | [] [] () [] [] [] [] [] |
+ iso_639 | [] [] [] () [] [] [] [] [] [] |
+ iso_639_3 | [] () |
+ iso_639_5 | () [] |
+ jwhois | [] [] [] [] |
+ kbd | [] [] |
+ klavaro | [] [] [] [] [] |
+ ld | |
+ leafpad | [] [] [] [] [] [] [] [] |
+ libc | [] [] [] |
+ libexif | [] () [] |
+ libextractor | [] |
+ libgnutls | [] |
+ libgphoto2 | [] |
+ libgphoto2_port | [] [] [] [] [] |
+ libgsasl | [] [] [] [] |
+ libiconv | [] [] [] [] [] |
+ libidn | [] [] [] |
+ liferea | [] [] [] [] () [] [] |
+ lilypond | |
+ lordsawar | |
+ lprng | [] |
+ lynx | [] [] |
+ m4 | [] [] [] [] [] |
+ mailfromd | [] |
+ mailutils | [] |
+ make | [] [] [] |
+ man-db | [] [] [] |
+ man-db-manpages | [] [] [] |
+ midi-instruments | [] [] [] [] [] [] [] [] |
+ minicom | [] [] [] [] |
+ mkisofs | [] [] [] |
+ myserver | [] [] |
+ nano | [] [] [] [] [] [] |
+ opcodes | |
+ parted | [] [] [] [] [] [] |
+ pies | [] |
+ pnmixer | [] |
+ popt | [] [] [] [] [] [] |
+ procps-ng | [] |
+ procps-ng-man | [] |
+ psmisc | [] [] [] [] |
+ pspp | [] [] |
+ pushover | |
+ pwdutils | [] |
+ pyspread | [] [] |
+ radius | [] [] |
+ recode | [] [] [] [] [] [] [] [] |
+ recutils | [] [] |
+ rpm | [] |
+ rush | [] [] [] |
+ sarg | [] [] |
+ sed | [] [] [] [] [] [] [] [] |
+ sharutils | [] [] [] |
+ shishi | [] [] |
+ skribilo | [] |
+ solfege | [] [] [] |
+ solfege-manual | [] [] |
+ spotmachine | [] [] |
+ sudo | [] [] [] [] [] [] |
+ sudoers | [] [] [] [] |
+ sysstat | [] [] [] [] [] |
+ tar | [] [] [] [] [] |
+ texinfo | [] [] [] |
+ texinfo_document | [] [] |
+ tigervnc | [] [] [] |
+ tin | [] |
+ tin-man | |
+ tracgoogleappsa... | [] [] [] [] |
+ trader | [] [] |
+ util-linux | [] [] |
+ ve | [] [] [] |
+ vice | |
+ vmm | |
+ vorbis-tools | [] [] [] |
+ wastesedge | |
+ wcd | |
+ wcd-man | |
+ wdiff | [] [] [] [] [] |
+ wget | [] [] [] [] [] |
+ wyslij-po | [] [] [] [] |
+ xboard | [] [] [] |
+ xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] |
+ xkeyboard-config | [] [] [] [] |
+ +------------------------------------------------+
+ nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr
+ 7 3 6 114 1 12 88 32 82 3 40 45 7 101
+
+ sv sw ta te tg th tr uk ur vi wa wo zh_CN
+ +----------------------------------------------+
+ a2ps | [] [] [] [] [] |
+ aegis | [] |
+ anubis | [] [] [] [] |
+ aspell | [] [] [] [] [] |
+ bash | [] [] [] [] |
+ bfd | [] [] [] |
+ binutils | [] [] [] |
+ bison | [] [] [] [] |
+ bison-runtime | [] [] [] [] [] [] |
+ buzztrax | [] [] [] |
+ ccd2cue | [] [] [] |
+ ccide | [] [] [] [] |
+ cflow | [] [] [] [] |
+ clisp | |
+ coreutils | [] [] [] |
+ cpio | [] [] [] [] [] |
+ cppi | [] [] [] [] |
+ cpplib | [] [] [] [] [] |
+ cryptsetup | [] [] [] |
+ datamash | [] [] [] |
+ denemo | [] |
+ dfarc | [] [] |
+ dialog | [] [] [] [] [] [] |
+ dico | [] |
+ diffutils | [] [] [] [] [] |
+ dink | [] |
+ direvent | [] [] |
+ doodle | [] [] |
+ dos2unix | [] [] [] [] |
+ dos2unix-man | [] [] [] |
+ e2fsprogs | [] [] [] [] |
+ enscript | [] [] [] [] |
+ exif | [] [] [] [] [] |
+ fetchmail | [] [] [] [] |
+ findutils | [] [] [] [] [] |
+ flex | [] [] [] [] |
+ freedink | [] [] [] |
+ fusionforge | |
+ gas | [] |
+ gawk | [] [] [] |
+ gcal | [] [] [] |
+ gcc | [] |
+ gdbm | [] [] |
+ gettext-examples | [] [] [] [] [] |
+ gettext-runtime | [] [] [] [] [] |
+ gettext-tools | [] [] [] [] [] |
+ gjay | [] [] [] |
+ glunarclock | [] [] [] [] |
+ gnubiff | [] [] |
+ gnubik | [] [] [] [] |
+ gnucash | () () () () [] |
+ gnuchess | [] [] [] |
+ gnulib | [] [] [] [] |
+ gnunet | |
+ gnunet-gtk | |
+ gold | [] [] |
+ gphoto2 | [] [] [] [] |
+ gprof | [] [] [] [] |
+ gramadoir | [] [] [] |
+ grep | [] [] [] [] [] |
+ grub | [] [] [] [] |
+ gsasl | [] [] [] [] |
+ gss | [] [] [] |
+ gst-plugins-bad | [] [] [] [] [] |
+ gst-plugins-base | [] [] [] [] [] |
+ gst-plugins-good | [] [] [] [] [] |
+ gst-plugins-ugly | [] [] [] [] [] |
+ gstreamer | [] [] [] [] [] |
+ gtick | [] [] [] |
+ gtkam | [] [] [] [] |
+ gtkspell | [] [] [] [] [] [] [] |
+ guix | |
+ guix-packages | |
+ gutenprint | [] [] [] [] |
+ hello | [] [] [] [] [] [] |
+ help2man | [] [] [] |
+ help2man-texi | [] |
+ hylafax | [] |
+ idutils | [] [] [] |
+ iso_15924 | [] () [] [] () [] |
+ iso_3166 | [] [] () [] [] () [] [] |
+ iso_3166_2 | () [] [] () [] |
+ iso_4217 | [] () [] [] () [] |
+ iso_639 | [] [] [] () [] [] () [] [] |
+ iso_639_3 | [] () [] [] () |
+ iso_639_5 | () [] () |
+ jwhois | [] [] [] [] |
+ kbd | [] [] [] [] |
+ klavaro | [] [] [] [] [] [] |
+ ld | [] [] [] [] [] |
+ leafpad | [] [] [] [] [] [] |
+ libc | [] [] [] [] [] |
+ libexif | [] [] () |
+ libextractor | [] [] |
+ libgnutls | [] [] [] [] |
+ libgphoto2 | [] [] [] |
+ libgphoto2_port | [] [] [] [] |
+ libgsasl | [] [] [] [] |
+ libiconv | [] [] [] [] [] |
+ libidn | () [] [] [] |
+ liferea | [] [] [] [] [] |
+ lilypond | [] |
+ lordsawar | |
+ lprng | [] |
+ lynx | [] [] [] [] |
+ m4 | [] [] [] |
+ mailfromd | [] [] |
+ mailutils | [] |
+ make | [] [] [] [] |
+ man-db | [] [] [] |
+ man-db-manpages | [] [] |
+ midi-instruments | [] [] [] [] [] [] |
+ minicom | [] [] |
+ mkisofs | [] [] [] |
+ myserver | [] |
+ nano | [] [] [] [] |
+ opcodes | [] [] [] |
+ parted | [] [] [] [] [] |
+ pies | [] [] |
+ pnmixer | [] [] [] |
+ popt | [] [] [] [] [] [] [] |
+ procps-ng | [] [] |
+ procps-ng-man | [] |
+ psmisc | [] [] [] [] |
+ pspp | [] [] [] |
+ pushover | [] |
+ pwdutils | [] [] |
+ pyspread | [] |
+ radius | [] [] |
+ recode | [] [] [] [] |
+ recutils | [] [] [] |
+ rpm | [] [] [] [] |
+ rush | [] [] |
+ sarg | |
+ sed | [] [] [] [] [] |
+ sharutils | [] [] [] [] |
+ shishi | [] [] |
+ skribilo | [] [] |
+ solfege | [] [] [] [] |
+ solfege-manual | [] |
+ spotmachine | [] [] [] |
+ sudo | [] [] [] [] [] |
+ sudoers | [] [] [] [] |
+ sysstat | [] [] [] [] [] |
+ tar | [] [] [] [] [] |
+ texinfo | [] [] [] |
+ texinfo_document | [] |
+ tigervnc | [] [] [] |
+ tin | [] |
+ tin-man | |
+ tracgoogleappsa... | [] [] [] [] [] |
+ trader | [] |
+ util-linux | [] [] [] [] |
+ ve | [] [] [] [] |
+ vice | () () |
+ vmm | |
+ vorbis-tools | [] [] |
+ wastesedge | |
+ wcd | [] [] [] |
+ wcd-man | [] |
+ wdiff | [] [] [] [] |
+ wget | [] [] [] |
+ wyslij-po | [] [] |
+ xboard | [] [] |
+ xdg-user-dirs | [] [] [] [] [] [] [] [] |
+ xkeyboard-config | [] [] [] [] |
+ +----------------------------------------------+
+ sv sw ta te tg th tr uk ur vi wa wo zh_CN
+ 106 1 4 3 0 13 51 115 1 125 7 1 100
+
+ zh_HK zh_TW
+ +-------------+
+ a2ps | | 30
+ aegis | | 9
+ anubis | | 19
+ aspell | | 29
+ bash | [] | 23
+ bfd | | 11
+ binutils | | 12
+ bison | [] | 18
+ bison-runtime | [] | 38
+ buzztrax | | 9
+ ccd2cue | | 10
+ ccide | | 17
+ cflow | | 16
+ clisp | | 10
+ coreutils | | 18
+ cpio | | 20
+ cppi | | 17
+ cpplib | [] | 19
+ cryptsetup | | 14
+ datamash | | 11
+ denemo | | 5
+ dfarc | | 17
+ dialog | [] | 42
+ dico | | 6
+ diffutils | | 22
+ dink | | 10
+ direvent | | 11
+ doodle | | 12
+ dos2unix | [] | 18
+ dos2unix-man | | 9
+ e2fsprogs | | 15
+ enscript | | 21
+ exif | | 27
+ fetchmail | | 19
+ findutils | | 29
+ flex | [] | 19
+ freedink | | 24
+ fusionforge | | 3
+ gas | | 5
+ gawk | | 13
+ gcal | | 8
+ gcc | | 2
+ gdbm | | 10
+ gettext-examples | [] [] | 40
+ gettext-runtime | [] [] | 35
+ gettext-tools | [] | 24
+ gjay | | 9
+ glunarclock | [] | 27
+ gnubiff | | 9
+ gnubik | | 19
+ gnucash | () | 6
+ gnuchess | | 11
+ gnulib | | 23
+ gnunet | | 1
+ gnunet-gtk | | 1
+ gold | | 7
+ gphoto2 | [] | 19
+ gprof | | 21
+ gramadoir | | 14
+ grep | [] | 31
+ grub | | 21
+ gsasl | [] | 19
+ gss | | 17
+ gst-plugins-bad | | 21
+ gst-plugins-base | | 27
+ gst-plugins-good | | 32
+ gst-plugins-ugly | | 34
+ gstreamer | [] | 32
+ gtick | | 19
+ gtkam | | 24
+ gtkspell | [] [] | 48
+ guix | | 2
+ guix-packages | | 0
+ gutenprint | | 15
+ hello | [] | 30
+ help2man | | 18
+ help2man-texi | | 5
+ hylafax | | 5
+ idutils | | 14
+ iso_15924 | [] | 23
+ iso_3166 | [] [] | 58
+ iso_3166_2 | | 9
+ iso_4217 | [] [] | 28
+ iso_639 | [] [] | 46
+ iso_639_3 | | 10
+ iso_639_5 | | 2
+ jwhois | [] | 20
+ kbd | | 17
+ klavaro | | 30
+ ld | [] | 15
+ leafpad | [] | 39
+ libc | [] | 24
+ libexif | | 10
+ libextractor | | 5
+ libgnutls | | 13
+ libgphoto2 | | 10
+ libgphoto2_port | [] | 19
+ libgsasl | | 18
+ libiconv | [] | 29
+ libidn | | 17
+ liferea | | 29
+ lilypond | | 11
+ lordsawar | | 3
+ lprng | | 3
+ lynx | | 19
+ m4 | [] | 22
+ mailfromd | | 4
+ mailutils | | 6
+ make | | 19
+ man-db | | 15
+ man-db-manpages | | 10
+ midi-instruments | [] | 43
+ minicom | [] | 17
+ mkisofs | | 13
+ myserver | | 9
+ nano | [] | 30
+ opcodes | | 12
+ parted | [] | 23
+ pies | | 4
+ pnmixer | | 9
+ popt | [] | 36
+ procps-ng | | 5
+ procps-ng-man | | 4
+ psmisc | [] | 22
+ pspp | | 13
+ pushover | | 6
+ pwdutils | | 8
+ pyspread | | 6
+ radius | | 9
+ recode | | 31
+ recutils | | 10
+ rpm | [] | 13
+ rush | | 10
+ sarg | | 4
+ sed | [] | 35
+ sharutils | | 13
+ shishi | | 7
+ skribilo | | 7
+ solfege | | 21
+ solfege-manual | | 9
+ spotmachine | | 11
+ sudo | | 26
+ sudoers | | 22
+ sysstat | | 23
+ tar | [] | 30
+ texinfo | | 17
+ texinfo_document | | 13
+ tigervnc | | 14
+ tin | [] | 7
+ tin-man | | 1
+ tracgoogleappsa... | [] | 22
+ trader | | 12
+ util-linux | | 13
+ ve | | 14
+ vice | | 1
+ vmm | | 3
+ vorbis-tools | | 13
+ wastesedge | | 3
+ wcd | | 8
+ wcd-man | | 3
+ wdiff | [] | 23
+ wget | | 21
+ wyslij-po | | 14
+ xboard | | 10
+ xdg-user-dirs | [] [] | 68
+ xkeyboard-config | [] | 28
+ +-------------+
+ 89 teams zh_HK zh_TW
+ 166 domains 7 42 2809
+
+ Some counters in the preceding matrix are higher than the number of
+visible blocks let us expect. This is because a few extra PO files are
+used for implementing regional variants of languages, or language
+dialects.
+
+ For a PO file in the matrix above to be effective, the package to
+which it applies should also have been internationalized and distributed
+as such by its maintainer. There might be an observable lag between the
+mere existence a PO file and its wide availability in a distribution.
+
+ If Jun 2014 seems to be old, you may fetch a more recent copy of this
+'ABOUT-NLS' file on most GNU archive sites. The most up-to-date matrix
+with full percentage details can be found at
+'http://translationproject.org/extra/matrix.html'.
+
+1.5 Using 'gettext' in new packages
+===================================
+
+If you are writing a freely available program and want to
+internationalize it you are welcome to use GNU 'gettext' in your
+package. Of course you have to respect the GNU Lesser General Public
+License which covers the use of the GNU 'gettext' library. This means
+in particular that even non-free programs can use 'libintl' as a shared
+library, whereas only free software can use 'libintl' as a static
+library or use modified versions of 'libintl'.
+
+ Once the sources are changed appropriately and the setup can handle
+the use of 'gettext' the only thing missing are the translations. The
+Free Translation Project is also available for packages which are not
+developed inside the GNU project. Therefore the information given above
+applies also for every other Free Software Project. Contact
+'coordinator@translationproject.org' to make the '.pot' files available
+to the translation teams.
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..33db96c
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,6 @@
+2020-10-09 gettextize <bug-gnu-gettext@gnu.org>
+
+ * Makefile.am (SUBDIRS): Add po.
+ (EXTRA_DIST): Add config.rpath, m4/ChangeLog.
+ * configure.ac (AC_CONFIG_FILES): Add po/Makefile.in.
+
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..4f612bf
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,15 @@
+
+ACLOCAL_AMFLAGS = -I m4
+
+#
+# In build order:
+# ==============
+#
+SUBDIRS = po csvncgi
+
+EXTRA_DIST = config.rpath m4/ChangeLog \
+ doc l10n LICENSE README.md acsite.m4 auto-clean bootstrap \
+ csvncgi/robots.txt csvncgi/.csvn \
+ .svnignore .gitignore
+
+noinst_HEADERS = defs.h gettext.h nls.h
diff --git a/README b/README
new file mode 100644
index 0000000..fa88f1c
--- /dev/null
+++ b/README
@@ -0,0 +1,2 @@
+
+see README.md instead
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5a3ab54
--- /dev/null
+++ b/README.md
@@ -0,0 +1,390 @@
+
+# cSvn-UI for SVN Repositories
+
+**cSvn-UI** – is a web interface for Subversion (SVN) Repositories. **cSvn** CGI script is writen in **C**
+and therefore it's fast enough.
+
+
+## Table of Contents
+
+* [Reqired packages](#reqired-packages)
+* [Installation](#installation)
+ * [Bootstrap Script](#bootstrap-script)
+ * [Configuring Sources](#configuring-sources)
+ * [Post Install](#post-install)
+* [uWsgi Configuration](#uwsgi)
+* [Nginx Configuration](#nginx)
+* [Configuring SVN Repositories](#configuring-svn-repositories)
+* [See Also](#see-also)
+* [Copyright and License](#copyright-and-license)
+
+
+## Reqired packages
+
+**cSvn-ui** depends of following libraries: [libpcre2-8](https://www.pcre.org/),
+[librt](https://www.gnu.org/software/libc/), [libm](https://www.gnu.org/software/libc/),
+[libmd4c](https://github.com/mity/md4c/), [libmd4c-html](https://github.com/mity/md4c/),
+[libmagic](http://darwinsys.com/file/), and [libxml2](http://www.xmlsoft.org/).
+
+From the moment when the **cSvn** package was split into two, so as do not produce
+unnecessary entities, **cSvn-ui** depends on the **cScm** package. Therefore, before
+installing **cSvn-ui**, you have to install and configure
+[**cScm Configuration Daemon**](https://csvn.radix.pro/cscm/trunk/README.md).
+
+To use **cSvn-ui** a web server must be installed and configured on the system. We recommend
+the [Nginx](https://nginx.org/en/) with [uWsgi](https://uwsgi-docs.readthedocs.io/en/latest/)
+application server. Of course [Apache Subversion](https://subversion.apache.org/) SCM system
+should be installed too.
+
+
+## Installation
+
+To obtain sources we have to checkout its from SVN repository:
+
+```Bash
+svn checkout svn://radix.pro/csvn-ui/tags/csvn-ui-0.1.3 csvn-ui-0.1.3
+```
+and run the bootstrap script:
+
+```Bash
+cd csvn-ui-0.1.3
+./bootstrap
+```
+Also **cSvn-ui** source packages are available for download on the
+[Radix.pro FTP-server](https://ftp.radix.pro/pub/csvn-ui/).
+
+
+### Bootstrap Script
+
+The *bootstrap* script especialy created for *Autotools* install automation. To install
+*Autotools* into sourse directory on build machine (i.e. when **build** == **host**) the *bootstrap*
+script can be run without arguments.
+
+```Bash
+./bootstrap
+```
+
+I this case *Autotools* will be installed from current root file system.
+
+For the cross environment the `--target-dest-dir` option allows to install some stuff from
+development root file system:
+
+```Bash
+TARGET_DEST_DIR=/home/developer/prog/trunk-672/dist/.s9xx-glibc/enybox-x2 \
+ ./bootstrap --target-dest-dir=${TARGET_DEST_DIR}
+```
+
+For example, in this case the *aclocal.m4* script will be collected from the
+`${TARGET_DEST_DIR}/usr/share/aclocal` directory.
+
+
+### Configuring Sources
+
+```Bash
+./configure --prefix=/usr \
+ --with-scriptdir=/var/www/htdocs/csvn
+```
+
+
+#### Install on the Build Machine
+
+```Bash
+make
+make install
+```
+
+
+#### Cross Compilation Example
+
+```Bash
+#!/bin/sh
+
+TARGET_DEST_DIR=/home/developer/prog/trunk-672/dist/.s9xx-glibc/enybox-x2
+TOOLCHAIN_PATH=/opt/toolchains/aarch64-S9XX-linux-glibc/1.1.4/bin
+TARGET=aarch64-s9xx-linux-gnu
+
+./bootstrap --target-dest-dir=${TARGET_DEST_DIR}
+
+PKG_CONFIG=/usr/bin/pkg-config \
+PKG_CONFIG_PATH=${TARGET_DEST_DIR}/usr/lib${LIBDIRSUFFIX}/pkgconfig:${TARGET_DEST_DIR}/usr/share/pkgconfig \
+PKG_CONFIG_LIBDIR=${TARGET_DEST_DIR}/usr/lib${LIBDIRSUFFIX}/pkgconfig:${TARGET_DEST_DIR}/usr/share/pkgconfig \
+STRIP="${TOOLCHAIN_PATH}/${TARGET}-strip" \
+CC="${TOOLCHAIN_PATH}/${TARGET}-gcc --sysroot=${TARGET_DEST_DIR}" \
+./configure --prefix=/usr
+ --build=x86_64-pc-linux-gnu \
+ --host=${TARGET} \
+ --with-scriptdir=/var/www/htdocs/csvn
+
+make
+make install DESTDIR=${TARGET_DEST_DIR}
+```
+
+Also we can make use of additional variables such as `CFLAGS`, `LDFLAGS`:
+
+```Bash
+LDFLAGS="-L${TARGET_DEST_DIR}/lib -L${TARGET_DEST_DIR}/usr/lib"
+TARGET_INCPATH="-L${TARGET_DEST_DIR}/usr/include"
+CFLAGS="${TARGET_INCPATH}"
+CPPFLAGS="${TARGET_INCPATH}"
+```
+
+
+### Post Install
+
+The system user, on whose behalf the **Nginx** server is launched, must have permissions to access
+the directory in which the **cSvn-ui CGI script** was installed:
+
+```Bash
+chown -R nginx:nginx /var/www/htdocs/csvn
+```
+
+
+## uWsgi
+
+Since we used the *--with-scriptdir=/var/www/htdocs/csvn* option on configuring stage,
+the **cSvn-ui** CGI script installed in the */var/www/htdocs/csvn/* directory. In this case,
+the */etc/uwsgi/csvn-ui.ini* file should look like this:
+
+**/etc/uwsgi/csvn-ui.ini:**
+
+```ini
+[uwsgi]
+master = true
+plugins = cgi
+socket = /run/uwsgi/%n.sock
+uid = nginx
+gid = nginx
+procname-master = uwsgi csvn-ui
+processes = 1
+threads = 2
+cgi = /var/www/htdocs/csvn/csvn-ui.cgi
+```
+
+Where */var/www/htdocs/csvn/csvn-ui.cgi* is the full name of installed **cSvn-ui** CGI script.
+
+To run the **uWSGI** daemon for **cSvn-ui** backend we can make use following start/stop script:
+
+**/ets/rc.d/rc.csvn-ui-uwsgi:**
+
+```Bash
+#!/bin/sh
+#
+# uWSGI daemon control script.
+#
+
+CONF=csvn-ui
+BIN=/usr/bin/uwsgi
+CONFDIR=/etc/uwsgi
+PID=/var/run/$CONF-uwsgi.pid
+
+uwsgi_start() {
+ # Sanity checks.
+ if [ ! -r $CONFDIR/csvn-ui.ini ]; then # no config files, exit:
+ echo "There are config files in $CONFDIR directory. Abort."
+ exit 1
+ fi
+
+ if [ -s $PID ]; then
+ echo "uWSGI for cSvn-ui appears to already be running?"
+ exit 1
+ fi
+
+ echo "Starting uWSGI for cSvn-ui server daemon..."
+ if [ -x $BIN ]; then
+ /bin/mkdir -p /run/uwsgi
+ /bin/chown nginx:nginx /run/uwsgi
+ /bin/chmod 0755 /run/uwsgi
+ $BIN --thunder-lock --pidfile $PID --daemonize /var/log/csvn-ui-uwsgi.log --ini $CONFDIR/$CONF.ini
+ fi
+}
+
+uwsgi_stop() {
+ echo "Shutdown uWSGI for cSvn-ui gracefully..."
+ /bin/kill -INT $(cat $PID)
+ /bin/rm -f $PID
+}
+
+uwsgi_reload() {
+ echo "Reloading uWSGI for cSvn-ui configuration..."
+ kill -HUP $(cat $PID)
+}
+
+uwsgi_restart() {
+ uwsgi_stop
+ sleep 3
+ uwsgi_start
+}
+
+case "$1" in
+ start)
+ uwsgi_start
+ ;;
+ stop)
+ uwsgi_stop
+ ;;
+ reload)
+ uwsgi_reload
+ ;;
+ restart)
+ uwsgi_restart
+ ;;
+ *)
+ echo "usage: `basename $0` {start|stop|reload|restart}"
+esac
+```
+
+To run this daemon on systems with BSD-like initialization such as **Slackware**
+we have to add following lines to the */etc/rc.d/rc.M* and */etc/rc.d/rc.6* scripts
+correspondingly.
+
+**/etc/rc.d/rc.M:**
+
+```Bash
+# Start uWSGI for cSvn-ui server:
+if [ -x /etc/rc.d/rc.csvn-ui-uwsgi ]; then
+ /etc/rc.d/rc.csvn-ui-uwsgi start
+fi
+```
+
+**/etc/rc.d/rc.6:**
+
+```Bash
+# Stop uWSGI for cSvn-ui server:
+if [ -x /etc/rc.d/rc.csvn-ui-uwsgi ]; then
+ /etc/rc.d/rc.csvn-ui-uwsgi stop
+fi
+```
+
+
+## Nginx
+
+First of all we have to add virtual server to the main **Nginx** config file:
+
+**/etc/nginx/nginx.conf:**
+
+```Nginx
+ include /etc/nginx/vhosts/csvn.example.org.conf;
+```
+
+The following configuration used **uWsgi** and will serve **cSvn-ui** on a subdomain
+like *csvn.example.org*:
+
+**/etc/nginx/vhosts/csvn.example.org.conf:**
+
+```Nginx
+#
+# cSvn server:
+#
+
+ server {
+ listen 80;
+ server_name csvn.example.org;
+ return 301 https://csvn.example.org$request_uri;
+ }
+
+ server {
+ listen 443 ssl;
+ server_name csvn.example.org;
+ root /var/www/htdocs/csvn;
+
+ charset UTF-8;
+
+ #
+ # see:
+ # https://developer.mozilla.org/en-US/docs/Web/Security/HTTP_strict_transport_security ,
+ # https://raymii.org/s/tutorials/HTTP_Strict_Transport_Security_for_Apache_NGINX_and_Lighttpd.html
+ #
+ # see also: http://classically.me/blogs/how-clear-hsts-settings-major-browsers
+ # and do not include includeSubdomains; parameter into line:
+ #
+ add_header Strict-Transport-Security "max-age=63072000; preload";
+
+ error_log /var/log/nginx/csvn.example.org-error.log;
+ access_log /var/log/nginx/csvn.example.org-access.log;
+
+ keepalive_timeout 60;
+ ssl_certificate /etc/letsencrypt/live/csvn.example.org/fullchain.pem;
+ ssl_certificate_key /etc/letsencrypt/live/csvn.example.org/privkey.pem;
+ ssl_trusted_certificate /etc/letsencrypt/live/csvn.example.org/chain.pem;
+ ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;
+ ssl_ciphers "RC4:HIGH:!aNULL:!MD5:!kEDH";
+
+ gzip on;
+ gzip_disable "msie6";
+ gzip_comp_level 6;
+ gzip_min_length 1100;
+ gzip_buffers 16 8k;
+ gzip_proxied any;
+ gzip_types text/plain text/css text/js text/xml text/javascript
+ image/svg+xml image/gif image/jpeg image/png
+ application/json application/x-javascript application/xml application/xml+rss application/javascript
+ font/truetype font/opentype application/font-woff application/font-woff2
+ application/x-font-ttf application/x-font-opentype application/vnd.ms-fontobject application/font-sfnt;
+
+
+ location ~* ^.+(favicon.ico|robots.txt) {
+ root /var/www/htdocs/csvn;
+ expires 30d;
+ }
+
+ location = /robots.txt {
+ allow all;
+ log_not_found off;
+ access_log off;
+ }
+
+ location / {
+ try_files $uri @csvn-ui;
+ }
+
+ location @csvn-ui {
+ gzip off;
+ include uwsgi_params;
+ uwsgi_modifier1 9;
+ uwsgi_pass unix:/run/uwsgi/csvn-ui.sock;
+ }
+ }
+```
+
+
+## Configuring SVN Repositories
+
+A detailed description of the configuration file format can be found in the
+[**csvn-ui.rc(5)**](https://csvn.radix.pro/csvn-ui/trunk/doc/csvn-ui.rc.5.md) manual page:
+
+```Bash
+man 5 csvn-ui.rc
+```
+
+Here we will give an example of a description of the
+[Apache Subversion repository](https://svn.apache.org/viewvc/subversion/trunk/).
+Please note that the Apache server responds very slowly to HTTP requests.
+
+```dts
+/**************************
+ Apache's SVN repository:
+ */
+home-page = "https://svn.apache.org/";
+
+section "Subversion" {
+ repo 'subversion' {
+ owner = "Apache";
+ description = "Source repository of the Subversion.";
+ checkout-prefix-readonly = 'https://svn.apache.org/repos/asf';
+ }
+}
+```
+
+To access your own repositories, we recommend the **svn+ssh** protocol.
+
+
+## See Also
+
+> [**cscmd(8)**](https://csvn.radix.pro/cscm/trunk/doc/cscmd.8.md),
+> [**csvn-ui.rc(5)**](https://csvn.radix.pro/csvn-ui/trunk/doc/csvn-ui.rc.5.md)
+
+
+## Copyright and License
+
+© Andrey V. Kosteltsev, 2019 – 2020.<br/>
+Code and documentation released under [the **Radix.pro** License](https://csvn.radix.pro/csvn-ui/trunk/LICENSE).
diff --git a/acsite.m4 b/acsite.m4
new file mode 100644
index 0000000..bc35120
--- /dev/null
+++ b/acsite.m4
@@ -0,0 +1,55 @@
+
+dnl ============================================================
+dnl Display Configuration Headers
+dnl
+dnl configure.in:
+dnl AC_MSG_CFG_PART(<text>)
+dnl ============================================================
+
+define(AC_MSG_CFG_PART,[dnl
+ AC_MSG_RESULT()
+ AC_MSG_RESULT(${TB}$1:${TN})
+])dnl
+
+AC_DEFUN(AC_CSVN_HEADLINE,[dnl
+ # Use a `Quadrigaph'. @<:@ gives you [ and @:>@ gives you ] :
+ TB=`echo -n -e '\033@<:@1m'`
+ TN=`echo -n -e '\033@<:@0m'`
+ echo ""
+ echo "Configuring ${TB}$1${TN} ($2), Version ${TB}${PACKAGE_VERSION}${TN}"
+ echo "$3"
+])dnl
+
+
+dnl ============================================================
+dnl Test for build_host `ln -s' .
+dnl ============================
+dnl
+dnl Usage:
+dnl -----
+dnl AC_PATH_PROG_LN_S
+dnl AC_SUBST(LN)
+dnl AC_SUBST(LN_S)
+dnl
+dnl ============================================================
+AC_DEFUN(AC_PATH_PROG_LN_S,
+[AC_PATH_PROG(LN, ln, no, /usr/local/bin:/usr/bin:/bin:$PATH)
+AC_MSG_CHECKING(whether ln -s works on build host)
+AC_CACHE_VAL(ac_cv_path_prog_LN_S,
+[rm -f conftestdata
+if $LN -s X conftestdata 2>/dev/null
+then
+ rm -f conftestdata
+ ac_cv_path_prog_LN_S="$LN -s"
+else
+ ac_cv_path_prog_LN_S="$LN"
+fi])dnl
+LN_S="$ac_cv_path_prog_LN_S"
+if test "$ac_cv_path_prog_LN_S" = "$LN -s"; then
+ AC_MSG_RESULT(yes)
+else
+ AC_MSG_RESULT(no)
+fi
+AC_SUBST(LN)dnl
+AC_SUBST(LN_S)dnl
+])
diff --git a/auto-clean b/auto-clean
new file mode 100755
index 0000000..b100d64
--- /dev/null
+++ b/auto-clean
@@ -0,0 +1,40 @@
+#!/bin/bash
+
+CWD=`pwd`
+
+program=`basename $0`
+
+usage() {
+ cat << EOF
+
+Usage: $program [options]
+
+Options:
+ -h,--help Display this message.
+
+EOF
+}
+
+if [ -f "${CWD}/Makefile" ] ; then
+ make distclean
+fi
+
+svnignore='.svnignore'
+
+while read ln; do
+ line=`echo "${ln}" | sed 's,^[ \t],,' | sed 's,[ \t]$,,'`
+ if [ "x$line" != "x" -a "${line:0:1}" != "#" ] ; then
+ if `echo "${line}" | grep -q '\*~$'` ; then
+ find "`dirname "${line}"`" -type f -iname '*~' -print0 | while IFS= read -r -d '' file ; do
+ rm -f "$file"
+ done
+ elif `echo "${line}" | grep -q '\*'` ; then
+ find "`dirname "${line}"`" -type f -iname "`basename "${line}"`" -print0 | while IFS= read -r -d '' file ; do
+ rm -f "$file"
+ done
+ else
+ if [ -d "${line}" ] ; then rm -rf "${line}" ; fi
+ if [ -f "${line}" ] ; then rm -f "${line}" ; fi
+ fi
+ fi
+done < ${CWD}/${svnignore}
diff --git a/bootstrap b/bootstrap
new file mode 100755
index 0000000..9a8d566
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,99 @@
+#!/bin/sh
+
+CWD=`pwd`
+
+program=`basename $0`
+
+usage() {
+ cat << EOF
+
+Usage: $program [options]
+
+Options:
+ -h,--help Display this message.
+ -d,--target-dest-dir=DIR The target ROOTFS directory
+ [default: DIR=/].
+
+EOF
+}
+
+TARGET_DEST_DIR=/
+ACDIR=usr/share/aclocal
+INCDIR=usr/include
+SYSTEM_ACDIR=
+SYSTEM_INCDIR=
+
+while [ 0 ] ; do
+ if [ "$1" = "-h" -o "$1" = "--help" ] ; then
+ usage
+ exit 0
+ elif [ "$1" = "-d" -o "$1" = "--target-dest-dir" ] ; then
+ if [ "$2" = "" ] ; then
+ echo -e "\n${program}: ERROR: --target-dest-dir is not specified.\n"
+ usage
+ exit 1
+ fi
+ TARGET_DEST_DIR="$2"
+ shift 2
+ elif [[ $1 == --target-dest-dir=* ]] ; then
+ TARGET_DEST_DIR="`echo $1 | cut -f2 -d'='`"
+ shift 1
+ else
+ if [ "$1" != "" ] ; then
+ echo -e "\n${program}: ERROR: Unknown argument: $1.\n"
+ usage
+ exit 1
+ fi
+ break
+ fi
+done
+
+if [ ! -d "${TARGET_DEST_DIR}" ] ; then
+ echo -e "\n${program}: ERROR: --target-dest-dir is not a directory.\n"
+ usage
+ exit 1
+fi
+
+#
+# Absolute path:
+#
+if [ "${TARGET_DEST_DIR:0:1}" != "/" ] ; then
+ TARGET_DEST_DIR=${CWD}/${TARGET_DEST_DIR}
+fi
+
+#
+# Remove last '/' char:
+#
+if [ "${TARGET_DEST_DIR: -1}" = "/" ] ; then
+ len=${#TARGET_DEST_DIR}
+ let "len = len - 1"
+ tmp="${TARGET_DEST_DIR:0:$len}"
+ TARGET_DEST_DIR=${tmp}
+fi
+
+SYSTEM_ACDIR="${TARGET_DEST_DIR}/${ACDIR}"
+SYSTEM_INCDIR="${TARGET_DEST_DIR}/${INCDIR}"
+
+
+aclocal --install -I m4 --force --system-acdir=${SYSTEM_ACDIR}
+autoheader --include=${SYSTEM_INCDIR}
+automake --foreign --add-missing --copy --force-missing
+autoconf --force
+
+#
+# Add 'cSvn Features' header to split help output:
+#
+cat >csvn-features <<_CSVN
+_ACEOF
+
+ cat <<\\_ACEOF
+
+cSvn-ui Features:
+_CSVN
+
+sed -i '/^[ ]*\-\-with\-scriptdir=DIR/ {
+r csvn-features
+N
+}' configure
+
+rm -f csvn-features
diff --git a/config.rpath b/config.rpath
new file mode 100755
index 0000000..98183ff
--- /dev/null
+++ b/config.rpath
@@ -0,0 +1,684 @@
+#! /bin/sh
+# Output a system dependent set of variables, describing how to set the
+# run time search path of shared libraries in an executable.
+#
+# Copyright 1996-2016 Free Software Foundation, Inc.
+# Taken from GNU libtool, 2001
+# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
+#
+# This file is free software; the Free Software Foundation gives
+# unlimited permission to copy and/or distribute it, with or without
+# modifications, as long as this notice is preserved.
+#
+# The first argument passed to this file is the canonical host specification,
+# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
+# or
+# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
+# The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
+# should be set by the caller.
+#
+# The set of defined variables is at the end of this script.
+
+# Known limitations:
+# - On IRIX 6.5 with CC="cc", the run time search patch must not be longer
+# than 256 bytes, otherwise the compiler driver will dump core. The only
+# known workaround is to choose shorter directory names for the build
+# directory and/or the installation directory.
+
+# All known linkers require a '.a' archive for static linking (except MSVC,
+# which needs '.lib').
+libext=a
+shrext=.so
+
+host="$1"
+host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
+host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
+host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
+
+# Code taken from libtool.m4's _LT_CC_BASENAME.
+
+for cc_temp in $CC""; do
+ case $cc_temp in
+ compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
+ distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
+ \-*) ;;
+ *) break;;
+ esac
+done
+cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
+
+# Code taken from libtool.m4's _LT_COMPILER_PIC.
+
+wl=
+if test "$GCC" = yes; then
+ wl='-Wl,'
+else
+ case "$host_os" in
+ aix*)
+ wl='-Wl,'
+ ;;
+ mingw* | cygwin* | pw32* | os2* | cegcc*)
+ ;;
+ hpux9* | hpux10* | hpux11*)
+ wl='-Wl,'
+ ;;
+ irix5* | irix6* | nonstopux*)
+ wl='-Wl,'
+ ;;
+ linux* | k*bsd*-gnu | kopensolaris*-gnu)
+ case $cc_basename in
+ ecc*)
+ wl='-Wl,'
+ ;;
+ icc* | ifort*)
+ wl='-Wl,'
+ ;;
+ lf95*)
+ wl='-Wl,'
+ ;;
+ nagfor*)
+ wl='-Wl,-Wl,,'
+ ;;
+ pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
+ wl='-Wl,'
+ ;;
+ ccc*)
+ wl='-Wl,'
+ ;;
+ xl* | bgxl* | bgf* | mpixl*)
+ wl='-Wl,'
+ ;;
+ como)
+ wl='-lopt='
+ ;;
+ *)
+ case `$CC -V 2>&1 | sed 5q` in
+ *Sun\ F* | *Sun*Fortran*)
+ wl=
+ ;;
+ *Sun\ C*)
+ wl='-Wl,'
+ ;;
+ esac
+ ;;
+ esac
+ ;;
+ newsos6)
+ ;;
+ *nto* | *qnx*)
+ ;;
+ osf3* | osf4* | osf5*)
+ wl='-Wl,'
+ ;;
+ rdos*)
+ ;;
+ solaris*)
+ case $cc_basename in
+ f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
+ wl='-Qoption ld '
+ ;;
+ *)
+ wl='-Wl,'
+ ;;
+ esac
+ ;;
+ sunos4*)
+ wl='-Qoption ld '
+ ;;
+ sysv4 | sysv4.2uw2* | sysv4.3*)
+ wl='-Wl,'
+ ;;
+ sysv4*MP*)
+ ;;
+ sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
+ wl='-Wl,'
+ ;;
+ unicos*)
+ wl='-Wl,'
+ ;;
+ uts4*)
+ ;;
+ esac
+fi
+
+# Code taken from libtool.m4's _LT_LINKER_SHLIBS.
+
+hardcode_libdir_flag_spec=
+hardcode_libdir_separator=
+hardcode_direct=no
+hardcode_minus_L=no
+
+case "$host_os" in
+ cygwin* | mingw* | pw32* | cegcc*)
+ # FIXME: the MSVC++ port hasn't been tested in a loooong time
+ # When not using gcc, we currently assume that we are using
+ # Microsoft Visual C++.
+ if test "$GCC" != yes; then
+ with_gnu_ld=no
+ fi
+ ;;
+ interix*)
+ # we just hope/assume this is gcc and not c89 (= MSVC++)
+ with_gnu_ld=yes
+ ;;
+ openbsd*)
+ with_gnu_ld=no
+ ;;
+esac
+
+ld_shlibs=yes
+if test "$with_gnu_ld" = yes; then
+ # Set some defaults for GNU ld with shared library support. These
+ # are reset later if shared libraries are not supported. Putting them
+ # here allows them to be overridden if necessary.
+ # Unlike libtool, we use -rpath here, not --rpath, since the documented
+ # option of GNU ld is called -rpath, not --rpath.
+ hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+ case "$host_os" in
+ aix[3-9]*)
+ # On AIX/PPC, the GNU linker is very broken
+ if test "$host_cpu" != ia64; then
+ ld_shlibs=no
+ fi
+ ;;
+ amigaos*)
+ case "$host_cpu" in
+ powerpc)
+ ;;
+ m68k)
+ hardcode_libdir_flag_spec='-L$libdir'
+ hardcode_minus_L=yes
+ ;;
+ esac
+ ;;
+ beos*)
+ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+ :
+ else
+ ld_shlibs=no
+ fi
+ ;;
+ cygwin* | mingw* | pw32* | cegcc*)
+ # hardcode_libdir_flag_spec is actually meaningless, as there is
+ # no search path for DLLs.
+ hardcode_libdir_flag_spec='-L$libdir'
+ if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
+ :
+ else
+ ld_shlibs=no
+ fi
+ ;;
+ haiku*)
+ ;;
+ interix[3-9]*)
+ hardcode_direct=no
+ hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ ;;
+ gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
+ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+ :
+ else
+ ld_shlibs=no
+ fi
+ ;;
+ netbsd*)
+ ;;
+ solaris*)
+ if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
+ ld_shlibs=no
+ elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+ :
+ else
+ ld_shlibs=no
+ fi
+ ;;
+ sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
+ case `$LD -v 2>&1` in
+ *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
+ ld_shlibs=no
+ ;;
+ *)
+ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+ hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
+ else
+ ld_shlibs=no
+ fi
+ ;;
+ esac
+ ;;
+ sunos4*)
+ hardcode_direct=yes
+ ;;
+ *)
+ if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+ :
+ else
+ ld_shlibs=no
+ fi
+ ;;
+ esac
+ if test "$ld_shlibs" = no; then
+ hardcode_libdir_flag_spec=
+ fi
+else
+ case "$host_os" in
+ aix3*)
+ # Note: this linker hardcodes the directories in LIBPATH if there
+ # are no directories specified by -L.
+ hardcode_minus_L=yes
+ if test "$GCC" = yes; then
+ # Neither direct hardcoding nor static linking is supported with a
+ # broken collect2.
+ hardcode_direct=unsupported
+ fi
+ ;;
+ aix[4-9]*)
+ if test "$host_cpu" = ia64; then
+ # On IA64, the linker does run time linking by default, so we don't
+ # have to do anything special.
+ aix_use_runtimelinking=no
+ else
+ aix_use_runtimelinking=no
+ # Test if we are trying to use run time linking or normal
+ # AIX style linking. If -brtl is somewhere in LDFLAGS, we
+ # need to do runtime linking.
+ case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
+ for ld_flag in $LDFLAGS; do
+ if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
+ aix_use_runtimelinking=yes
+ break
+ fi
+ done
+ ;;
+ esac
+ fi
+ hardcode_direct=yes
+ hardcode_libdir_separator=':'
+ if test "$GCC" = yes; then
+ case $host_os in aix4.[012]|aix4.[012].*)
+ collect2name=`${CC} -print-prog-name=collect2`
+ if test -f "$collect2name" && \
+ strings "$collect2name" | grep resolve_lib_name >/dev/null
+ then
+ # We have reworked collect2
+ :
+ else
+ # We have old collect2
+ hardcode_direct=unsupported
+ hardcode_minus_L=yes
+ hardcode_libdir_flag_spec='-L$libdir'
+ hardcode_libdir_separator=
+ fi
+ ;;
+ esac
+ fi
+ # Begin _LT_AC_SYS_LIBPATH_AIX.
+ echo 'int main () { return 0; }' > conftest.c
+ ${CC} ${LDFLAGS} conftest.c -o conftest
+ aix_libpath=`dump -H conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
+}'`
+ if test -z "$aix_libpath"; then
+ aix_libpath=`dump -HX64 conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
+}'`
+ fi
+ if test -z "$aix_libpath"; then
+ aix_libpath="/usr/lib:/lib"
+ fi
+ rm -f conftest.c conftest
+ # End _LT_AC_SYS_LIBPATH_AIX.
+ if test "$aix_use_runtimelinking" = yes; then
+ hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
+ else
+ if test "$host_cpu" = ia64; then
+ hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
+ else
+ hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
+ fi
+ fi
+ ;;
+ amigaos*)
+ case "$host_cpu" in
+ powerpc)
+ ;;
+ m68k)
+ hardcode_libdir_flag_spec='-L$libdir'
+ hardcode_minus_L=yes
+ ;;
+ esac
+ ;;
+ bsdi[45]*)
+ ;;
+ cygwin* | mingw* | pw32* | cegcc*)
+ # When not using gcc, we currently assume that we are using
+ # Microsoft Visual C++.
+ # hardcode_libdir_flag_spec is actually meaningless, as there is
+ # no search path for DLLs.
+ hardcode_libdir_flag_spec=' '
+ libext=lib
+ ;;
+ darwin* | rhapsody*)
+ hardcode_direct=no
+ if { case $cc_basename in ifort*) true;; *) test "$GCC" = yes;; esac; }; then
+ :
+ else
+ ld_shlibs=no
+ fi
+ ;;
+ dgux*)
+ hardcode_libdir_flag_spec='-L$libdir'
+ ;;
+ freebsd2.[01]*)
+ hardcode_direct=yes
+ hardcode_minus_L=yes
+ ;;
+ freebsd* | dragonfly*)
+ hardcode_libdir_flag_spec='-R$libdir'
+ hardcode_direct=yes
+ ;;
+ hpux9*)
+ hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
+ hardcode_libdir_separator=:
+ hardcode_direct=yes
+ # hardcode_minus_L: Not really in the search PATH,
+ # but as the default location of the library.
+ hardcode_minus_L=yes
+ ;;
+ hpux10*)
+ if test "$with_gnu_ld" = no; then
+ hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
+ hardcode_libdir_separator=:
+ hardcode_direct=yes
+ # hardcode_minus_L: Not really in the search PATH,
+ # but as the default location of the library.
+ hardcode_minus_L=yes
+ fi
+ ;;
+ hpux11*)
+ if test "$with_gnu_ld" = no; then
+ hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
+ hardcode_libdir_separator=:
+ case $host_cpu in
+ hppa*64*|ia64*)
+ hardcode_direct=no
+ ;;
+ *)
+ hardcode_direct=yes
+ # hardcode_minus_L: Not really in the search PATH,
+ # but as the default location of the library.
+ hardcode_minus_L=yes
+ ;;
+ esac
+ fi
+ ;;
+ irix5* | irix6* | nonstopux*)
+ hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+ hardcode_libdir_separator=:
+ ;;
+ netbsd*)
+ hardcode_libdir_flag_spec='-R$libdir'
+ hardcode_direct=yes
+ ;;
+ newsos6)
+ hardcode_direct=yes
+ hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+ hardcode_libdir_separator=:
+ ;;
+ *nto* | *qnx*)
+ ;;
+ openbsd*)
+ if test -f /usr/libexec/ld.so; then
+ hardcode_direct=yes
+ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+ hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ else
+ case "$host_os" in
+ openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
+ hardcode_libdir_flag_spec='-R$libdir'
+ ;;
+ *)
+ hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ ;;
+ esac
+ fi
+ else
+ ld_shlibs=no
+ fi
+ ;;
+ os2*)
+ hardcode_libdir_flag_spec='-L$libdir'
+ hardcode_minus_L=yes
+ ;;
+ osf3*)
+ hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+ hardcode_libdir_separator=:
+ ;;
+ osf4* | osf5*)
+ if test "$GCC" = yes; then
+ hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+ else
+ # Both cc and cxx compiler support -rpath directly
+ hardcode_libdir_flag_spec='-rpath $libdir'
+ fi
+ hardcode_libdir_separator=:
+ ;;
+ solaris*)
+ hardcode_libdir_flag_spec='-R$libdir'
+ ;;
+ sunos4*)
+ hardcode_libdir_flag_spec='-L$libdir'
+ hardcode_direct=yes
+ hardcode_minus_L=yes
+ ;;
+ sysv4)
+ case $host_vendor in
+ sni)
+ hardcode_direct=yes # is this really true???
+ ;;
+ siemens)
+ hardcode_direct=no
+ ;;
+ motorola)
+ hardcode_direct=no #Motorola manual says yes, but my tests say they lie
+ ;;
+ esac
+ ;;
+ sysv4.3*)
+ ;;
+ sysv4*MP*)
+ if test -d /usr/nec; then
+ ld_shlibs=yes
+ fi
+ ;;
+ sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
+ ;;
+ sysv5* | sco3.2v5* | sco5v6*)
+ hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
+ hardcode_libdir_separator=':'
+ ;;
+ uts4*)
+ hardcode_libdir_flag_spec='-L$libdir'
+ ;;
+ *)
+ ld_shlibs=no
+ ;;
+ esac
+fi
+
+# Check dynamic linker characteristics
+# Code taken from libtool.m4's _LT_SYS_DYNAMIC_LINKER.
+# Unlike libtool.m4, here we don't care about _all_ names of the library, but
+# only about the one the linker finds when passed -lNAME. This is the last
+# element of library_names_spec in libtool.m4, or possibly two of them if the
+# linker has special search rules.
+library_names_spec= # the last element of library_names_spec in libtool.m4
+libname_spec='lib$name'
+case "$host_os" in
+ aix3*)
+ library_names_spec='$libname.a'
+ ;;
+ aix[4-9]*)
+ library_names_spec='$libname$shrext'
+ ;;
+ amigaos*)
+ case "$host_cpu" in
+ powerpc*)
+ library_names_spec='$libname$shrext' ;;
+ m68k)
+ library_names_spec='$libname.a' ;;
+ esac
+ ;;
+ beos*)
+ library_names_spec='$libname$shrext'
+ ;;
+ bsdi[45]*)
+ library_names_spec='$libname$shrext'
+ ;;
+ cygwin* | mingw* | pw32* | cegcc*)
+ shrext=.dll
+ library_names_spec='$libname.dll.a $libname.lib'
+ ;;
+ darwin* | rhapsody*)
+ shrext=.dylib
+ library_names_spec='$libname$shrext'
+ ;;
+ dgux*)
+ library_names_spec='$libname$shrext'
+ ;;
+ freebsd[23].*)
+ library_names_spec='$libname$shrext$versuffix'
+ ;;
+ freebsd* | dragonfly*)
+ library_names_spec='$libname$shrext'
+ ;;
+ gnu*)
+ library_names_spec='$libname$shrext'
+ ;;
+ haiku*)
+ library_names_spec='$libname$shrext'
+ ;;
+ hpux9* | hpux10* | hpux11*)
+ case $host_cpu in
+ ia64*)
+ shrext=.so
+ ;;
+ hppa*64*)
+ shrext=.sl
+ ;;
+ *)
+ shrext=.sl
+ ;;
+ esac
+ library_names_spec='$libname$shrext'
+ ;;
+ interix[3-9]*)
+ library_names_spec='$libname$shrext'
+ ;;
+ irix5* | irix6* | nonstopux*)
+ library_names_spec='$libname$shrext'
+ case "$host_os" in
+ irix5* | nonstopux*)
+ libsuff= shlibsuff=
+ ;;
+ *)
+ case $LD in
+ *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= ;;
+ *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;;
+ *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 ;;
+ *) libsuff= shlibsuff= ;;
+ esac
+ ;;
+ esac
+ ;;
+ linux*oldld* | linux*aout* | linux*coff*)
+ ;;
+ linux* | k*bsd*-gnu | kopensolaris*-gnu)
+ library_names_spec='$libname$shrext'
+ ;;
+ knetbsd*-gnu)
+ library_names_spec='$libname$shrext'
+ ;;
+ netbsd*)
+ library_names_spec='$libname$shrext'
+ ;;
+ newsos6)
+ library_names_spec='$libname$shrext'
+ ;;
+ *nto* | *qnx*)
+ library_names_spec='$libname$shrext'
+ ;;
+ openbsd*)
+ library_names_spec='$libname$shrext$versuffix'
+ ;;
+ os2*)
+ libname_spec='$name'
+ shrext=.dll
+ library_names_spec='$libname.a'
+ ;;
+ osf3* | osf4* | osf5*)
+ library_names_spec='$libname$shrext'
+ ;;
+ rdos*)
+ ;;
+ solaris*)
+ library_names_spec='$libname$shrext'
+ ;;
+ sunos4*)
+ library_names_spec='$libname$shrext$versuffix'
+ ;;
+ sysv4 | sysv4.3*)
+ library_names_spec='$libname$shrext'
+ ;;
+ sysv4*MP*)
+ library_names_spec='$libname$shrext'
+ ;;
+ sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
+ library_names_spec='$libname$shrext'
+ ;;
+ tpf*)
+ library_names_spec='$libname$shrext'
+ ;;
+ uts4*)
+ library_names_spec='$libname$shrext'
+ ;;
+esac
+
+sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
+escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
+shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
+escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
+escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
+escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
+
+LC_ALL=C sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <<EOF
+
+# How to pass a linker flag through the compiler.
+wl="$escaped_wl"
+
+# Static library suffix (normally "a").
+libext="$libext"
+
+# Shared library suffix (normally "so").
+shlibext="$shlibext"
+
+# Format of library name prefix.
+libname_spec="$escaped_libname_spec"
+
+# Library names that the linker finds when passed -lNAME.
+library_names_spec="$escaped_library_names_spec"
+
+# Flag to hardcode \$libdir into a binary during linking.
+# This must work even if \$libdir does not exist.
+hardcode_libdir_flag_spec="$escaped_hardcode_libdir_flag_spec"
+
+# Whether we need a single -rpath flag with a separated argument.
+hardcode_libdir_separator="$hardcode_libdir_separator"
+
+# Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the
+# resulting binary.
+hardcode_direct="$hardcode_direct"
+
+# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
+# resulting binary.
+hardcode_minus_L="$hardcode_minus_L"
+
+EOF
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..98f5ce4
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,232 @@
+
+dnl ============================================================
+dnl Process this file with autoconf to produce
+dnl a configure script.
+dnl ============================================================
+
+AC_PREREQ(2.69)dnl dnl Minimum Autoconf version required.
+
+
+AC_INIT([csvn-ui], [0.1.4],
+ [support@radix.pro], [csvn-ui], [https://radix.pro])
+
+dnl ============================================================
+dnl m4's diversions:
+dnl ---------------
+dnl
+dnl see: /use/share/autoconf/autoconf/general.m4
+dnl ============================================================
+m4_divert_push([M4SH-INIT])
+PACKAGE_CGI=csvn-ui.cgi
+PACKAGE_LICENSE=Radix-1.0
+CSVN_SCRIPT_DIR=/var/www/htdocs/csvn
+m4_divert_pop([M4SH-INIT])
+
+AC_CSVN_HEADLINE([csvn-ui], [cSvn-ui], [Copyright (c) 2019-2020 Andrey V.Kosteltsev])
+
+
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl $$ $$
+dnl $$ PART: Init Automake environment $$
+dnl $$ $$
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+AC_MSG_CFG_PART(Init Automake environment)
+
+AC_CANONICAL_TARGET
+
+AM_INIT_AUTOMAKE([subdir-objects foreign no-dist-gzip dist-xz tar-pax])
+
+AC_CONFIG_HEADERS([config.h])
+
+AC_PREFIX_DEFAULT(/usr/local)
+
+AC_MSG_CFG_PART(Test for GNU Gettext)
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION
+
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl $$ $$
+dnl $$ PART: Test for Build Tools $$
+dnl $$ $$
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+AC_MSG_CFG_PART(Test for build tools)
+AC_CHECK_TOOL([GCC], [gcc], [:])
+AC_PATH_PROG([BISON], [bison], [no], [/usr/local/bin:/usr/bin:/bin:$PATH])
+test "$BISON" = "no" && AC_MSG_ERROR([Unable to find required program 'bison'])
+
+
+AC_MSG_CFG_PART(Test for Header files)
+dnl
+dnl Check for system header files.
+dnl =============================
+dnl /* GetText частично проверил. Но мы делаем для себя. */
+AC_CHECK_HEADERS( locale.h )
+AC_CHECK_HEADERS( sys/types.h sys/stat.h stdlib.h stddef.h )
+AC_CHECK_HEADERS( memory.h string.h strings.h )
+AC_CHECK_HEADERS( inntypes.h stdint.h unistd.h )
+AC_CHECK_HEADERS( fcntl.h errno.h )
+AC_CHECK_HEADERS( sys/file.h )
+AC_CHECK_HEADERS( sys/uio.h )
+AC_CHECK_HEADERS( stdarg.h )
+AC_CHECK_HEADERS( sys/time.h )
+AC_CHECK_HEADERS( limits.h )
+AC_CHECK_HEADERS( endian.h )
+AC_CHECK_HEADERS( pcre2.h )
+AC_CHECK_HEADERS( wchar.h )
+AC_CHECK_HEADERS( wctype.h )
+AC_CHECK_HEADERS( math.h )
+AC_CHECK_HEADERS( md4c.h md4c-html.h )
+AC_CHECK_HEADERS( magic.h )
+
+AC_MSG_CFG_PART(Test for cScm Configuration Daemon)
+dnl Check for system header file <cscm/bcf.h> provided by cScm package:
+dnl ==================================================================
+AC_CHECK_HEADER([cscm/bcf.h],[AC_DEFINE(HAVE_CSCM_BCF_H, 1, [Define to 1 if you have the <cscm/bcf.h> header file.])],
+ [AC_MSG_ERROR([cscm/bcf.h not found. Please install cScm package.])])
+
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl $$ $$
+dnl $$ PART: Test for Libraries $$
+dnl $$ $$
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+AC_MSG_CFG_PART(Test for libraries)
+AC_CHECK_LIB([pcre2-8],[pcre2_compile_8],[],[AC_MSG_ERROR([Unable to find required libpcre2-8])])
+AC_CHECK_LIB([rt],[aio_suspend],[],[AC_MSG_ERROR([Unable to find required librt])])
+AC_CHECK_LIB([m],[round],[],[AC_MSG_ERROR([Unable to find required libm])])
+AC_CHECK_LIB([md4c],[md_parse],[],[AC_MSG_ERROR([Unable to find required libmd4c])])
+AC_CHECK_LIB([md4c-html],[md_html],[],[AC_MSG_ERROR([Unable to find required libmd4c-html])])
+AC_CHECK_LIB([magic],[magic_version],[],[AC_MSG_ERROR([Unable to find required libmagic])])
+
+PKG_CHECK_MODULES([XML], [libxml-2.0 >= 2.9.7],
+ [AC_DEFINE([HAVE_LIBXML2],[1],[Define to 1 if you have the `xml2' library (-lxml2).])],
+ [AC_MSG_ERROR([Unable to find required libxml2])])
+
+
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl $$ $$
+dnl $$ PART: Test for Runtime Tools $$
+dnl $$ $$
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+AC_MSG_CFG_PART(Test for runtime tools)
+AC_PATH_PROG([SVN], [svn], [no], [/usr/local/bin:/usr/bin:/bin:$PATH])
+test "$SVN" = "no" && AC_MSG_ERROR([Unable to find required program 'svn'])
+
+
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl $$ $$
+dnl $$ PART: cSvn Features $$
+dnl $$ $$
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+AC_ARG_WITH([scriptdir],
+ [AS_HELP_STRING([--with-scriptdir=DIR], [cSvn-ui CGI script directory @<:@default=/var/www/htdocs/csvn@:>@],[26],[84])],
+ [scriptdir=$withval],
+ [scriptdir="/var/www/htdocs/csvn"])
+AC_SUBST([scriptdir], [$scriptdir])
+AC_SUBST([CSVN_SCRIPT_DIR], [$scriptdir])
+AC_DEFINE_UNQUOTED([CSVN_SCRIPT_DIR], ["$CSVN_SCRIPT_DIR"], [Define the CGI script directory])
+
+AC_SUBST(PROGRAM_CGI,[${PACKAGE_CGI}])
+AC_SUBST(PROGRAM_VERSION,[${PACKAGE_VERSION}])
+AC_SUBST(PROGRAM_LICENSE,[${PACKAGE_LICENSE}])
+
+AC_DEFINE_UNQUOTED([PROGRAM_CGI], ["$PROGRAM_CGI"], [Define the CGI script name])
+AC_DEFINE_UNQUOTED([PROGRAM_VERSION], ["$PROGRAM_VERSION"], [Define the version of all programs in this package])
+AC_DEFINE_UNQUOTED([PROGRAM_LICENSE], ["$PROGRAM_LICENSE"], [Define the License of all programs in this package])
+
+
+dnl ============================================================
+dnl Environment Variables:
+dnl ---------------------
+dnl For 'Some influential environment variables:' help section
+dnl ============================================================
+AC_ARG_VAR([STRIP], [strip command])
+
+
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl $$ $$
+dnl $$ PART: Test for Auxiliary (my be version sensitive) $$
+dnl $$ programs $$
+dnl $$ $$
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+AC_MSG_CFG_PART(Test for aux programs)
+AC_PATH_PROG_LN_S
+AC_PATH_PROG([CAT], [cat], [no], [/usr/local/bin:/usr/bin:/bin:$PATH])
+AC_PATH_PROG([CHMOD], [chmod], [no], [/usr/local/bin:/usr/bin:/bin:$PATH])
+AC_PATH_PROG([CP], [cp], [no], [/usr/local/bin:/usr/bin:/bin:$PATH])
+AC_PATH_PROG([FIND], [find], [no], [/usr/local/bin:/usr/bin:/bin:$PATH])
+AC_PATH_PROG([GZIP], [gzip], [no], [/usr/local/bin:/usr/bin:/bin:$PATH])
+AC_PATH_PROG([MV], [mv], [no], [/usr/local/bin:/usr/bin:/bin:$PATH])
+AC_PATH_PROG([RM], [rm], [no], [/usr/local/bin:/usr/bin:/bin:$PATH])
+AC_PATH_PROG([SED], [sed], [no], [/usr/local/bin:/usr/bin:/bin:$PATH])
+AC_PATH_PROG([TAR], [tar], [no], [/usr/local/bin:/usr/bin:/bin:$PATH])
+AC_PATH_PROG([XZ], [xz], [no], [/usr/local/bin:/usr/bin:/bin:$PATH])
+
+
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl $$ $$
+dnl $$ PART: OUTPUT Substitution $$
+dnl $$ $$
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+dnl ============================================================
+AC_MSG_CFG_PART(OUTPUT)
+
+AC_CONFIG_FILES([ po/Makefile.in
+csvncgi/Makefile
+Makefile
+])
+AC_OUTPUT
diff --git a/csvncgi/.csvn/.engines/highlight-ln/2.8.0/css/highlightjs-line-numbers.css b/csvncgi/.csvn/.engines/highlight-ln/2.8.0/css/highlightjs-line-numbers.css
new file mode 100644
index 0000000..6466954
--- /dev/null
+++ b/csvncgi/.csvn/.engines/highlight-ln/2.8.0/css/highlightjs-line-numbers.css
@@ -0,0 +1,24 @@
+
+.hljs-ln-numbers {
+ /* for block of numbers: */
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+
+ text-align: right;
+ color: #a4a4a4;
+ border-right: 1px solid #e4e4e4;
+ vertical-align: top;
+ padding-right: 5px !important;
+ padding-left: 5px !important;
+
+ /* your custom style here */
+}
+
+.hljs-ln-code {
+ /* for block of code: */
+ padding-left: 10px !important;
+}
diff --git a/csvncgi/.csvn/.engines/highlight-ln/2.8.0/js/highlightjs-line-numbers.min.js b/csvncgi/.csvn/.engines/highlight-ln/2.8.0/js/highlightjs-line-numbers.min.js
new file mode 100644
index 0000000..a5f9f20
--- /dev/null
+++ b/csvncgi/.csvn/.engines/highlight-ln/2.8.0/js/highlightjs-line-numbers.min.js
@@ -0,0 +1 @@
+!function(r,o){"use strict";var e,i="hljs-ln",l="hljs-ln-line",h="hljs-ln-code",s="hljs-ln-numbers",c="hljs-ln-n",m="data-line-number",a=/\r\n|\r|\n/g;function u(e){for(var n=e.toString(),t=e.anchorNode;"TD"!==t.nodeName;)t=t.parentNode;for(var r=e.focusNode;"TD"!==r.nodeName;)r=r.parentNode;var o=parseInt(t.dataset.lineNumber),a=parseInt(r.dataset.lineNumber);if(o==a)return n;var i,l=t.textContent,s=r.textContent;for(a<o&&(i=o,o=a,a=i,i=l,l=s,s=i);0!==n.indexOf(l);)l=l.slice(1);for(;-1===n.lastIndexOf(s);)s=s.slice(0,-1);for(var c=l,u=function(e){for(var n=e;"TABLE"!==n.nodeName;)n=n.parentNode;return n}(t),d=o+1;d<a;++d){var f=p('.{0}[{1}="{2}"]',[h,m,d]);c+="\n"+u.querySelector(f).textContent}return c+="\n"+s}function n(e){try{var n=o.querySelectorAll("code.hljs,code.nohighlight");for(var t in n)n.hasOwnProperty(t)&&(n[t].classList.contains("nohljsln")||d(n[t],e))}catch(e){r.console.error("LineNumbers error: ",e)}}function d(e,n){"object"==typeof e&&r.setTimeout(function(){e.innerHTML=f(e,n)},0)}function f(e,n){var t,r,o=(t=e,{singleLine:function(e){return!!e.singleLine&&e.singleLine}(r=(r=n)||{}),startFrom:function(e,n){var t=1;isFinite(n.startFrom)&&(t=n.startFrom);var r=function(e,n){return e.hasAttribute(n)?e.getAttribute(n):null}(e,"data-ln-start-from");return null!==r&&(t=function(e,n){if(!e)return n;var t=Number(e);return isFinite(t)?t:n}(r,1)),t}(t,r)});return function e(n){var t=n.childNodes;for(var r in t){var o;t.hasOwnProperty(r)&&(o=t[r],0<(o.textContent.trim().match(a)||[]).length&&(0<o.childNodes.length?e(o):v(o.parentNode)))}}(e),function(e,n){var t=g(e);""===t[t.length-1].trim()&&t.pop();if(1<t.length||n.singleLine){for(var r="",o=0,a=t.length;o<a;o++)r+=p('<tr><td class="{0} {1}" {3}="{5}"><div class="{2}" {3}="{5}"></div></td><td class="{0} {4}" {3}="{5}">{6}</td></tr>',[l,s,c,m,h,o+n.startFrom,0<t[o].length?t[o]:" "]);return p('<table class="{0}">{1}</table>',[i,r])}return e}(e.innerHTML,o)}function v(e){var n=e.className;if(/hljs-/.test(n)){for(var t=g(e.innerHTML),r=0,o="";r<t.length;r++){o+=p('<span class="{0}">{1}</span>\n',[n,0<t[r].length?t[r]:" "])}e.innerHTML=o.trim()}}function g(e){return 0===e.length?[]:e.split(a)}function p(e,t){return e.replace(/\{(\d+)\}/g,function(e,n){return void 0!==t[n]?t[n]:e})}r.hljs?(r.hljs.initLineNumbersOnLoad=function(e){"interactive"===o.readyState||"complete"===o.readyState?n(e):r.addEventListener("DOMContentLoaded",function(){n(e)})},r.hljs.lineNumbersBlock=d,r.hljs.lineNumbersValue=function(e,n){if("string"!=typeof e)return;var t=document.createElement("code");return t.innerHTML=e,f(t,n)},(e=o.createElement("style")).type="text/css",e.innerHTML=p(".{0}{border-collapse:collapse}.{0} td{padding:0}.{1}:before{content:attr({2})}",[i,c,m]),o.getElementsByTagName("head")[0].appendChild(e)):r.console.error("highlight.js not detected!"),document.addEventListener("copy",function(e){var n,t=window.getSelection();!function(e){for(var n=e;n;){if(n.className&&-1!==n.className.indexOf("hljs-ln-code"))return 1;n=n.parentNode}}(t.anchorNode)||(n=-1!==window.navigator.userAgent.indexOf("Edge")?u(t):t.toString(),e.clipboardData.setData("text/plain",n),e.preventDefault())})}(window,document);
\ No newline at end of file
diff --git a/csvncgi/.csvn/.engines/highlight-ln/README b/csvncgi/.csvn/.engines/highlight-ln/README
new file mode 100644
index 0000000..6e96fea
--- /dev/null
+++ b/csvncgi/.csvn/.engines/highlight-ln/README
@@ -0,0 +1,4 @@
+
+Current Version: 2.8.0
+
+ Home: https://github.com/wcoder/highlightjs-line-numbers.js
diff --git a/csvncgi/.csvn/.engines/highlight/10.4.0/css/_csvn.css b/csvncgi/.csvn/.engines/highlight/10.4.0/css/_csvn.css
new file mode 100644
index 0000000..28a4a3b
--- /dev/null
+++ b/csvncgi/.csvn/.engines/highlight/10.4.0/css/_csvn.css
@@ -0,0 +1,175 @@
+
+/***************************************************
+ cSvn style (c) Andrey V.Kosteltsev <kx@radix.pro>
+ */
+.hljs {
+ display: block;
+ overflow-x: auto;
+ padding: 0.5em 0.5em 0.5em 1.5em;
+ color: #424242;
+ background: #fcfcfc;
+ border: 1px solid #f9f9f9;
+ border-radius: 4px;
+}
+
+/******************
+ General-purpose:
+ */
+.hljs-subst {
+ color: #545454;
+}
+.hljs-keyword {
+ color: #005faf !important; /* color 25 */
+}
+.hljs-built_in {
+ color: #005f87 !important; /* color 24 */
+}
+.hljs-type {
+ color: #008787 !important; /* color 30 */
+}
+.hljs-literal {
+ color: #8700af !important; /* color 91 */
+}
+.hljs-number {
+ color: #870000 !important; /* color 88 */
+}
+.hljs-regexp {
+ color: #af0000 !important; /* color 97 */
+}
+.hljs-string {
+ color: #005f00; /* color 22 */
+}
+.hljs-symbol {
+ color: #000087 !important; /* color 18 */
+}
+/* .hljs-class {} is a parent of 'keyword > title' */
+/* .hljs-function {} is a parent of keyword > title > params' */
+.hljs-title {
+ color: #00005f !important; /* color 17 */
+}
+
+/*******
+ Meta:
+ */
+.hljs-comment {
+ color: #8a8a8a !important; /* color 245 */
+}
+.hljs-doctag {
+ color: #444444 !important; /* color 238 */
+}
+/* Meta color: #include <stdlib.h> */
+.hljs-meta {
+ color: #5f0000; /* color 52 */
+}
+.hljs-meta-keyword {
+ color: #5f0000; /* color 52 */
+}
+.hljs-meta-string {
+ color: #005f5f; /* color 23 */
+}
+
+/****************************
+ Tags, attributes, configs:
+ */
+.hljs-section {
+ color: #870000 !important; /* color 88 */
+}
+.hljs-tag {
+ color: #005f87 !important; /* color 24 */
+}
+.hljs-name,
+.hljs-builtin-name {
+ color: #0087af !important; /* color 31 */
+}
+.hljs-attr {
+ color: #8700af !important; /* color 91 as literal */
+}
+.hljs-attribute {
+ color: #875f00 !important; /* color 94 */
+}
+.hljs-variable {
+ color: #008700 !important; /* color 28 as quote */
+}
+
+/*********
+ Markup:
+ */
+.hljs-bullet {
+ color: #0000d7 !important; /* color 20 */
+}
+.hljs-code {
+ color: #000080 !important; /* color 4 */
+}
+.hljs-emphasis {
+ color: #080808 !important; /* color 232 */
+}
+.hljs-strong {
+ color: #080808 !important; /* color 232 */
+ font-weight: bold;
+}
+.hljs-formula {
+ color: #080808 !important; /* color 232 */
+ font-style: italic;
+}
+.hljs-link {
+ color: #00afd7 !important; /* color 38 */
+}
+.hljs-quote {
+ color: #008700; /* color 28 */
+}
+
+/******
+ CSS:
+ */
+.hljs-selector-tag {
+ color: #00005f !important; /* color 17 */
+}
+.hljs-selector-id {
+ color: #005fff !important; /* color 27 */
+}
+.hljs-selector-class {
+ color: #005faf !important; /* color 25 */
+}
+.hljs-selector-attr {
+ color: #875fff !important; /* color 99 */
+}
+.hljs-selector-pseudo {
+ color: #8700d7 !important; /* color 92 */
+}
+
+/************
+ Templates:
+ */
+.hljs-template-tag {
+ color: #800000 !important; /* color 1 */
+}
+.hljs-template-variable {
+ color: #870087 !important; /* color 90 */
+}
+
+/*******
+ Diff:
+ */
+.hljs-deletion {
+ color: #d70000 !important; /* color 160 */
+}
+.hljs-addition {
+ color: #008700 !important; /* color 28 */
+}
+
+/***********
+ ReasonML:
+ */
+.hljs-operator {
+ color: #af0000 !important; /* color 124 */
+}
+.hljs-pattern-match {
+ color: #00af00 !important; /* color 34 */
+}
+.hljs-constructor {
+ color: #878700 !important; /* color 100 */
+}
+/* .hljs-module-access {} is a parent of module */
+.hljs-module {
+ color: #5f5f00 !important; /* color 58 */
+}
diff --git a/csvncgi/.csvn/.engines/highlight/10.4.0/css/atom-one-dark.css b/csvncgi/.csvn/.engines/highlight/10.4.0/css/atom-one-dark.css
new file mode 100644
index 0000000..1616aaf
--- /dev/null
+++ b/csvncgi/.csvn/.engines/highlight/10.4.0/css/atom-one-dark.css
@@ -0,0 +1,96 @@
+/*
+
+Atom One Dark by Daniel Gamage
+Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax
+
+base: #282c34
+mono-1: #abb2bf
+mono-2: #818896
+mono-3: #5c6370
+hue-1: #56b6c2
+hue-2: #61aeee
+hue-3: #c678dd
+hue-4: #98c379
+hue-5: #e06c75
+hue-5-2: #be5046
+hue-6: #d19a66
+hue-6-2: #e6c07b
+
+*/
+
+.hljs {
+ display: block;
+ overflow-x: auto;
+ padding: 0.5em;
+ color: #abb2bf;
+ background: #282c34;
+}
+
+.hljs-comment,
+.hljs-quote {
+ color: #5c6370;
+ font-style: italic;
+}
+
+.hljs-doctag,
+.hljs-keyword,
+.hljs-formula {
+ color: #c678dd;
+}
+
+.hljs-section,
+.hljs-name,
+.hljs-selector-tag,
+.hljs-deletion,
+.hljs-subst {
+ color: #e06c75;
+}
+
+.hljs-literal {
+ color: #56b6c2;
+}
+
+.hljs-string,
+.hljs-regexp,
+.hljs-addition,
+.hljs-attribute,
+.hljs-meta-string {
+ color: #98c379;
+}
+
+.hljs-built_in,
+.hljs-class .hljs-title {
+ color: #e6c07b;
+}
+
+.hljs-attr,
+.hljs-variable,
+.hljs-template-variable,
+.hljs-type,
+.hljs-selector-class,
+.hljs-selector-attr,
+.hljs-selector-pseudo,
+.hljs-number {
+ color: #d19a66;
+}
+
+.hljs-symbol,
+.hljs-bullet,
+.hljs-link,
+.hljs-meta,
+.hljs-selector-id,
+.hljs-title {
+ color: #61aeee;
+}
+
+.hljs-emphasis {
+ font-style: italic;
+}
+
+.hljs-strong {
+ font-weight: bold;
+}
+
+.hljs-link {
+ text-decoration: underline;
+}
diff --git a/csvncgi/.csvn/.engines/highlight/10.4.0/css/atom-one-light.css b/csvncgi/.csvn/.engines/highlight/10.4.0/css/atom-one-light.css
new file mode 100644
index 0000000..d5bd1d2
--- /dev/null
+++ b/csvncgi/.csvn/.engines/highlight/10.4.0/css/atom-one-light.css
@@ -0,0 +1,96 @@
+/*
+
+Atom One Light by Daniel Gamage
+Original One Light Syntax theme from https://github.com/atom/one-light-syntax
+
+base: #fafafa
+mono-1: #383a42
+mono-2: #686b77
+mono-3: #a0a1a7
+hue-1: #0184bb
+hue-2: #4078f2
+hue-3: #a626a4
+hue-4: #50a14f
+hue-5: #e45649
+hue-5-2: #c91243
+hue-6: #986801
+hue-6-2: #c18401
+
+*/
+
+.hljs {
+ display: block;
+ overflow-x: auto;
+ padding: 0.5em;
+ color: #383a42;
+ background: #fafafa;
+}
+
+.hljs-comment,
+.hljs-quote {
+ color: #a0a1a7;
+ font-style: italic;
+}
+
+.hljs-doctag,
+.hljs-keyword,
+.hljs-formula {
+ color: #a626a4;
+}
+
+.hljs-section,
+.hljs-name,
+.hljs-selector-tag,
+.hljs-deletion,
+.hljs-subst {
+ color: #e45649;
+}
+
+.hljs-literal {
+ color: #0184bb;
+}
+
+.hljs-string,
+.hljs-regexp,
+.hljs-addition,
+.hljs-attribute,
+.hljs-meta-string {
+ color: #50a14f;
+}
+
+.hljs-built_in,
+.hljs-class .hljs-title {
+ color: #c18401;
+}
+
+.hljs-attr,
+.hljs-variable,
+.hljs-template-variable,
+.hljs-type,
+.hljs-selector-class,
+.hljs-selector-attr,
+.hljs-selector-pseudo,
+.hljs-number {
+ color: #986801;
+}
+
+.hljs-symbol,
+.hljs-bullet,
+.hljs-link,
+.hljs-meta,
+.hljs-selector-id,
+.hljs-title {
+ color: #4078f2;
+}
+
+.hljs-emphasis {
+ font-style: italic;
+}
+
+.hljs-strong {
+ font-weight: bold;
+}
+
+.hljs-link {
+ text-decoration: underline;
+}
diff --git a/csvncgi/.csvn/.engines/highlight/10.4.0/css/default.css b/csvncgi/.csvn/.engines/highlight/10.4.0/css/default.css
new file mode 100644
index 0000000..1371d4a
--- /dev/null
+++ b/csvncgi/.csvn/.engines/highlight/10.4.0/css/default.css
@@ -0,0 +1,107 @@
+
+/****************************************************************************
+ Original highlight.js style (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
+ */
+
+.hljs {
+ display: block;
+ overflow-x: auto;
+ padding: 0.5em;
+ background: #F0F0F0;
+/*
+ display: block;
+ overflow-x: auto;
+ padding: 0.5em 0.5em 0.5em 1.5em;
+ color: #424242;
+ background: #fcfcfc;
+ border: 1px solid #f9f9f9;
+ border-radius: 4px;
+ */
+}
+
+
+/* Base color: saturation 0; */
+
+.hljs,
+.hljs-subst {
+ color: #444;
+}
+
+.hljs-comment {
+ color: #888888;
+}
+
+.hljs-keyword,
+.hljs-attribute,
+.hljs-selector-tag,
+.hljs-meta-keyword,
+.hljs-doctag,
+.hljs-name {
+ font-weight: bold;
+}
+
+
+/* User color: hue: 0 */
+
+.hljs-type,
+.hljs-string,
+.hljs-number,
+.hljs-selector-id,
+.hljs-selector-class,
+.hljs-quote,
+.hljs-template-tag,
+.hljs-deletion {
+ color: #880000;
+}
+
+.hljs-title,
+.hljs-section {
+ color: #880000;
+ font-weight: bold;
+}
+
+.hljs-regexp,
+.hljs-symbol,
+.hljs-variable,
+.hljs-template-variable,
+.hljs-link,
+.hljs-selector-attr,
+.hljs-selector-pseudo {
+ color: #BC6060;
+}
+
+
+/* Language color: hue: 90; */
+
+.hljs-literal {
+ color: #78A960;
+}
+
+.hljs-built_in,
+.hljs-bullet,
+.hljs-code,
+.hljs-addition {
+ color: #397300;
+}
+
+
+/* Meta color: hue: 200 */
+
+.hljs-meta {
+ color: #1f7199;
+}
+
+.hljs-meta-string {
+ color: #4d99bf;
+}
+
+
+/* Misc effects */
+
+.hljs-emphasis {
+ font-style: italic;
+}
+
+.hljs-strong {
+ font-weight: bold;
+}
diff --git a/csvncgi/.csvn/.engines/highlight/10.4.0/css/foundation.css b/csvncgi/.csvn/.engines/highlight/10.4.0/css/foundation.css
new file mode 100644
index 0000000..449804d
--- /dev/null
+++ b/csvncgi/.csvn/.engines/highlight/10.4.0/css/foundation.css
@@ -0,0 +1,99 @@
+
+/*******************************************************
+ Description: Foundation 4 docs style for highlight.js
+ Author: Dan Allen <dan.j.allen@gmail.com>
+ Website: http://foundation.zurb.com/docs/
+ Version: 1.0
+ Date: 2013-04-02
+*/
+
+.hljs {
+ display: block;
+ overflow-x: auto;
+ padding: 0.5em;
+ background: #eee;
+ color: black;
+/*
+ display: block;
+ overflow-x: auto;
+ padding: 0.5em 0.5em 0.5em 1.5em;
+ color: #424242;
+ background: #fcfcfc;
+ border: 1px solid #f9f9f9;
+ border-radius: 4px;
+ */
+}
+
+.hljs-link,
+.hljs-emphasis,
+.hljs-attribute,
+.hljs-addition {
+ color: #070;
+}
+
+.hljs-emphasis {
+ font-style: italic;
+}
+
+.hljs-strong,
+.hljs-string,
+.hljs-deletion {
+ color: #d14;
+}
+
+.hljs-strong {
+ font-weight: bold;
+}
+
+.hljs-quote,
+.hljs-comment {
+ color: #998;
+ font-style: italic;
+}
+
+.hljs-section,
+.hljs-title {
+ color: #900;
+}
+
+.hljs-class .hljs-title,
+.hljs-type {
+ color: #458;
+}
+
+.hljs-variable,
+.hljs-template-variable {
+ color: #336699;
+}
+
+.hljs-bullet {
+ color: #997700;
+}
+
+.hljs-meta {
+ color: #3344bb;
+}
+
+.hljs-code,
+.hljs-number,
+.hljs-literal,
+.hljs-keyword,
+.hljs-selector-tag {
+ color: #099;
+}
+
+.hljs-regexp {
+ background-color: #fff0ff;
+ color: #880088;
+}
+
+.hljs-symbol {
+ color: #990073;
+}
+
+.hljs-tag,
+.hljs-name,
+.hljs-selector-id,
+.hljs-selector-class {
+ color: #007700;
+}
diff --git a/csvncgi/.csvn/.engines/highlight/10.4.0/css/vs.css b/csvncgi/.csvn/.engines/highlight/10.4.0/css/vs.css
new file mode 100644
index 0000000..f213a6f
--- /dev/null
+++ b/csvncgi/.csvn/.engines/highlight/10.4.0/css/vs.css
@@ -0,0 +1,76 @@
+
+/**********************************************************************************************
+ Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>
+ */
+.hljs {
+ display: block;
+ overflow-x: auto;
+ padding: 0.5em;
+ background: white;
+ color: black;
+/*
+ display: block;
+ overflow-x: auto;
+ padding: 0.5em 0.5em 0.5em 1.5em;
+ color: #424242;
+ background: #fcfcfc;
+ border: 1px solid #f9f9f9;
+ border-radius: 4px;
+ */
+}
+
+.hljs-comment,
+.hljs-quote,
+.hljs-variable {
+ color: #008000;
+}
+
+.hljs-keyword,
+.hljs-selector-tag,
+.hljs-built_in,
+.hljs-name,
+.hljs-tag {
+ color: #00f;
+}
+
+.hljs-string,
+.hljs-title,
+.hljs-section,
+.hljs-attribute,
+.hljs-literal,
+.hljs-template-tag,
+.hljs-template-variable,
+.hljs-type,
+.hljs-addition {
+ color: #a31515;
+}
+
+.hljs-deletion,
+.hljs-selector-attr,
+.hljs-selector-pseudo,
+.hljs-meta {
+ color: #2b91af;
+}
+
+.hljs-doctag {
+ color: #808080;
+}
+
+.hljs-attr {
+ color: #f00;
+}
+
+.hljs-symbol,
+.hljs-bullet,
+.hljs-link {
+ color: #00b0e8;
+}
+
+
+.hljs-emphasis {
+ font-style: italic;
+}
+
+.hljs-strong {
+ font-weight: bold;
+}
diff --git a/csvncgi/.csvn/.engines/highlight/10.4.0/js/highlight.pack.js b/csvncgi/.csvn/.engines/highlight/10.4.0/js/highlight.pack.js
new file mode 100644
index 0000000..bc98726
--- /dev/null
+++ b/csvncgi/.csvn/.engines/highlight/10.4.0/js/highlight.pack.js
@@ -0,0 +1,1962 @@
+/*
+ Highlight.js 10.4.0 (4055826e)
+ License: BSD-3-Clause
+ Copyright (c) 2006-2020, Ivan Sagalaev
+*/
+var hljs=function(){"use strict";function e(t){
+return t instanceof Map?t.clear=t.delete=t.set=()=>{
+throw Error("map is read-only")}:t instanceof Set&&(t.add=t.clear=t.delete=()=>{
+throw Error("set is read-only")
+}),Object.freeze(t),Object.getOwnPropertyNames(t).forEach((n=>{var s=t[n]
+;"object"!=typeof s||Object.isFrozen(s)||e(s)})),t}var t=e,n=e;t.default=n
+;class s{constructor(e){void 0===e.data&&(e.data={}),this.data=e.data}
+ignoreMatch(){this.ignore=!0}}function r(e){
+return e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")
+}function a(e,...t){const n=Object.create(null);for(const t in e)n[t]=e[t]
+;return t.forEach((e=>{for(const t in e)n[t]=e[t]})),n}function i(e){
+return e.nodeName.toLowerCase()}var o=Object.freeze({__proto__:null,
+escapeHTML:r,inherit:a,nodeStream:e=>{const t=[];return function e(n,s){
+for(let r=n.firstChild;r;r=r.nextSibling)3===r.nodeType?s+=r.nodeValue.length:1===r.nodeType&&(t.push({
+event:"start",offset:s,node:r}),s=e(r,s),i(r).match(/br|hr|img|input/)||t.push({
+event:"stop",offset:s,node:r}));return s}(e,0),t},mergeStreams:(e,t,n)=>{
+let s=0,a="";const o=[];function l(){
+return e.length&&t.length?e[0].offset!==t[0].offset?e[0].offset<t[0].offset?e:t:"start"===t[0].event?e:t:e.length?e:t
+}function c(e){
+a+="<"+i(e)+[].map.call(e.attributes,(e=>" "+e.nodeName+'="'+r(e.value)+'"')).join("")+">"
+}function u(e){a+="</"+i(e)+">"}function g(e){("start"===e.event?c:u)(e.node)}
+for(;e.length||t.length;){let t=l()
+;if(a+=r(n.substring(s,t[0].offset)),s=t[0].offset,t===e){o.reverse().forEach(u)
+;do{g(t.splice(0,1)[0]),t=l()}while(t===e&&t.length&&t[0].offset===s)
+;o.reverse().forEach(c)
+}else"start"===t[0].event?o.push(t[0].node):o.pop(),g(t.splice(0,1)[0])}
+return a+r(n.substr(s))}});const l=e=>!!e.kind;class c{constructor(e,t){
+this.buffer="",this.classPrefix=t.classPrefix,e.walk(this)}addText(e){
+this.buffer+=r(e)}openNode(e){if(!l(e))return;let t=e.kind
+;e.sublanguage||(t=`${this.classPrefix}${t}`),this.span(t)}closeNode(e){
+l(e)&&(this.buffer+="</span>")}value(){return this.buffer}span(e){
+this.buffer+=`<span class="${e}">`}}class u{constructor(){this.rootNode={
+children:[]},this.stack=[this.rootNode]}get top(){
+return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(e){
+this.top.children.push(e)}openNode(e){const t={kind:e,children:[]}
+;this.add(t),this.stack.push(t)}closeNode(){
+if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){
+for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}
+walk(e){return this.constructor._walk(e,this.rootNode)}static _walk(e,t){
+return"string"==typeof t?e.addText(t):t.children&&(e.openNode(t),
+t.children.forEach((t=>this._walk(e,t))),e.closeNode(t)),e}static _collapse(e){
+"string"!=typeof e&&e.children&&(e.children.every((e=>"string"==typeof e))?e.children=[e.children.join("")]:e.children.forEach((e=>{
+u._collapse(e)})))}}class g extends u{constructor(e){super(),this.options=e}
+addKeyword(e,t){""!==e&&(this.openNode(t),this.addText(e),this.closeNode())}
+addText(e){""!==e&&this.add(e)}addSublanguage(e,t){const n=e.root
+;n.kind=t,n.sublanguage=!0,this.add(n)}toHTML(){
+return new c(this,this.options).value()}finalize(){return!0}}function d(e){
+return e?"string"==typeof e?e:e.source:null}
+const h="[a-zA-Z]\\w*",f="[a-zA-Z_]\\w*",p="\\b\\d+(\\.\\d+)?",m="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",b="\\b(0b[01]+)",x={
+begin:"\\\\[\\s\\S]",relevance:0},E={className:"string",begin:"'",end:"'",
+illegal:"\\n",contains:[x]},v={className:"string",begin:'"',end:'"',
+illegal:"\\n",contains:[x]},_={
+begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/
+},w=(e,t,n={})=>{const s=a({className:"comment",begin:e,end:t,contains:[]},n)
+;return s.contains.push(_),s.contains.push({className:"doctag",
+begin:"(?:TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):",relevance:0}),s
+},N=w("//","$"),y=w("/\\*","\\*/"),R=w("#","$");var k=Object.freeze({
+__proto__:null,IDENT_RE:h,UNDERSCORE_IDENT_RE:f,NUMBER_RE:p,C_NUMBER_RE:m,
+BINARY_NUMBER_RE:b,
+RE_STARTERS_RE:"!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",
+SHEBANG:(e={})=>{const t=/^#![ ]*\//
+;return e.binary&&(e.begin=((...e)=>e.map((e=>d(e))).join(""))(t,/.*\b/,e.binary,/\b.*/)),
+a({className:"meta",begin:t,end:/$/,relevance:0,"on:begin":(e,t)=>{
+0!==e.index&&t.ignoreMatch()}},e)},BACKSLASH_ESCAPE:x,APOS_STRING_MODE:E,
+QUOTE_STRING_MODE:v,PHRASAL_WORDS_MODE:_,COMMENT:w,C_LINE_COMMENT_MODE:N,
+C_BLOCK_COMMENT_MODE:y,HASH_COMMENT_MODE:R,NUMBER_MODE:{className:"number",
+begin:p,relevance:0},C_NUMBER_MODE:{className:"number",begin:m,relevance:0},
+BINARY_NUMBER_MODE:{className:"number",begin:b,relevance:0},CSS_NUMBER_MODE:{
+className:"number",
+begin:p+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",
+relevance:0},REGEXP_MODE:{begin:/(?=\/[^/\n]*\/)/,contains:[{className:"regexp",
+begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[x,{begin:/\[/,end:/\]/,
+relevance:0,contains:[x]}]}]},TITLE_MODE:{className:"title",begin:h,relevance:0
+},UNDERSCORE_TITLE_MODE:{className:"title",begin:f,relevance:0},METHOD_GUARD:{
+begin:"\\.\\s*[a-zA-Z_]\\w*",relevance:0},END_SAME_AS_BEGIN:e=>Object.assign(e,{
+"on:begin":(e,t)=>{t.data._beginMatch=e[1]},"on:end":(e,t)=>{
+t.data._beginMatch!==e[1]&&t.ignoreMatch()}})})
+;const M=["of","and","for","in","not","or","if","then","parent","list","value"]
+;function O(e){function t(t,n){
+return RegExp(d(t),"m"+(e.case_insensitive?"i":"")+(n?"g":""))}class n{
+constructor(){
+this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}
+addRule(e,t){
+t.position=this.position++,this.matchIndexes[this.matchAt]=t,this.regexes.push([t,e]),
+this.matchAt+=(e=>RegExp(e.toString()+"|").exec("").length-1)(e)+1}compile(){
+0===this.regexes.length&&(this.exec=()=>null)
+;const e=this.regexes.map((e=>e[1]));this.matcherRe=t(((e,t="|")=>{
+const n=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;let s=0,r=""
+;for(let a=0;a<e.length;a++){s+=1;const i=s;let o=d(e[a])
+;for(a>0&&(r+=t),r+="(";o.length>0;){const e=n.exec(o);if(null==e){r+=o;break}
+r+=o.substring(0,e.index),
+o=o.substring(e.index+e[0].length),"\\"===e[0][0]&&e[1]?r+="\\"+(Number(e[1])+i):(r+=e[0],
+"("===e[0]&&s++)}r+=")"}return r})(e),!0),this.lastIndex=0}exec(e){
+this.matcherRe.lastIndex=this.lastIndex;const t=this.matcherRe.exec(e)
+;if(!t)return null
+;const n=t.findIndex(((e,t)=>t>0&&void 0!==e)),s=this.matchIndexes[n]
+;return t.splice(0,n),Object.assign(t,s)}}class s{constructor(){
+this.rules=[],this.multiRegexes=[],
+this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(e){
+if(this.multiRegexes[e])return this.multiRegexes[e];const t=new n
+;return this.rules.slice(e).forEach((([e,n])=>t.addRule(e,n))),
+t.compile(),this.multiRegexes[e]=t,t}resumingScanAtSamePosition(){
+return 0!==this.regexIndex}considerAll(){this.regexIndex=0}addRule(e,t){
+this.rules.push([e,t]),"begin"===t.type&&this.count++}exec(e){
+const t=this.getMatcher(this.regexIndex);t.lastIndex=this.lastIndex
+;let n=t.exec(e)
+;if(this.resumingScanAtSamePosition())if(n&&n.index===this.lastIndex);else{
+const t=this.getMatcher(0);t.lastIndex=this.lastIndex+1,n=t.exec(e)}
+return n&&(this.regexIndex+=n.position+1,
+this.regexIndex===this.count&&this.considerAll()),n}}function r(e,t){
+"."===e.input[e.index-1]&&t.ignoreMatch()}
+if(e.contains&&e.contains.includes("self"))throw Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.")
+;return e.classNameAliases=a(e.classNameAliases||{}),function n(i,o){const l=i
+;if(i.compiled)return l
+;i.compiled=!0,i.__beforeBegin=null,i.keywords=i.keywords||i.beginKeywords
+;let c=null
+;if("object"==typeof i.keywords&&(c=i.keywords.$pattern,delete i.keywords.$pattern),
+i.keywords&&(i.keywords=((e,t)=>{const n={}
+;return"string"==typeof e?s("keyword",e):Object.keys(e).forEach((t=>{s(t,e[t])
+})),n;function s(e,s){t&&(s=s.toLowerCase()),s.split(" ").forEach((t=>{
+const s=t.split("|");n[s[0]]=[e,A(s[0],s[1])]}))}
+})(i.keywords,e.case_insensitive)),
+i.lexemes&&c)throw Error("ERR: Prefer `keywords.$pattern` to `mode.lexemes`, BOTH are not allowed. (see mode reference) ")
+;return l.keywordPatternRe=t(i.lexemes||c||/\w+/,!0),
+o&&(i.beginKeywords&&(i.begin="\\b("+i.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",
+i.__beforeBegin=r),
+i.begin||(i.begin=/\B|\b/),l.beginRe=t(i.begin),i.endSameAsBegin&&(i.end=i.begin),
+i.end||i.endsWithParent||(i.end=/\B|\b/),
+i.end&&(l.endRe=t(i.end)),l.terminator_end=d(i.end)||"",
+i.endsWithParent&&o.terminator_end&&(l.terminator_end+=(i.end?"|":"")+o.terminator_end)),
+i.illegal&&(l.illegalRe=t(i.illegal)),
+void 0===i.relevance&&(i.relevance=1),i.contains||(i.contains=[]),
+i.contains=[].concat(...i.contains.map((e=>(e=>(e.variants&&!e.cached_variants&&(e.cached_variants=e.variants.map((t=>a(e,{
+variants:null},t)))),e.cached_variants?e.cached_variants:L(e)?a(e,{
+starts:e.starts?a(e.starts):null
+}):Object.isFrozen(e)?a(e):e))("self"===e?i:e)))),i.contains.forEach((e=>{n(e,l)
+})),i.starts&&n(i.starts,o),l.matcher=(e=>{const t=new s
+;return e.contains.forEach((e=>t.addRule(e.begin,{rule:e,type:"begin"
+}))),e.terminator_end&&t.addRule(e.terminator_end,{type:"end"
+}),e.illegal&&t.addRule(e.illegal,{type:"illegal"}),t})(l),l}(e)}function L(e){
+return!!e&&(e.endsWithParent||L(e.starts))}function A(e,t){
+return t?Number(t):(e=>M.includes(e.toLowerCase()))(e)?0:1}function j(e){
+const t={props:["language","code","autodetect"],data:()=>({detectedLanguage:"",
+unknownLanguage:!1}),computed:{className(){
+return this.unknownLanguage?"":"hljs "+this.detectedLanguage},highlighted(){
+if(!this.autoDetect&&!e.getLanguage(this.language))return console.warn(`The language "${this.language}" you specified could not be found.`),
+this.unknownLanguage=!0,r(this.code);let t
+;return this.autoDetect?(t=e.highlightAuto(this.code),
+this.detectedLanguage=t.language):(t=e.highlight(this.language,this.code,this.ignoreIllegals),
+this.detectedLanguage=this.language),t.value},autoDetect(){
+return!(this.language&&(e=this.autodetect,!e&&""!==e));var e},
+ignoreIllegals:()=>!0},render(e){return e("pre",{},[e("code",{
+class:this.className,domProps:{innerHTML:this.highlighted}})])}};return{
+Component:t,VuePlugin:{install(e){e.component("highlightjs",t)}}}}
+const I=r,S=a,{nodeStream:T,mergeStreams:B}=o,P=Symbol("nomatch");return(e=>{
+const n=[],r=Object.create(null),a=Object.create(null),i=[];let o=!0
+;const l=/(^(<[^>]+>|\t|)+|\n)/gm,c="Could not find the language '{}', did you forget to load/include a language module?",u={
+disableAutodetect:!0,name:"Plain text",contains:[]};let d={
+noHighlightRe:/^(no-?highlight)$/i,
+languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",
+tabReplace:null,useBR:!1,languages:null,__emitter:g};function h(e){
+return d.noHighlightRe.test(e)}function f(e,t,n,s){const r={code:t,language:e}
+;N("before:highlight",r);const a=r.result?r.result:p(r.language,r.code,n,s)
+;return a.code=r.code,N("after:highlight",a),a}function p(e,t,n,a){const i=t
+;function l(e,t){const n=_.case_insensitive?t[0].toLowerCase():t[0]
+;return Object.prototype.hasOwnProperty.call(e.keywords,n)&&e.keywords[n]}
+function u(){null!=y.subLanguage?(()=>{if(""===M)return;let e=null
+;if("string"==typeof y.subLanguage){
+if(!r[y.subLanguage])return void k.addText(M)
+;e=p(y.subLanguage,M,!0,R[y.subLanguage]),R[y.subLanguage]=e.top
+}else e=m(M,y.subLanguage.length?y.subLanguage:null)
+;y.relevance>0&&(L+=e.relevance),k.addSublanguage(e.emitter,e.language)
+})():(()=>{if(!y.keywords)return void k.addText(M);let e=0
+;y.keywordPatternRe.lastIndex=0;let t=y.keywordPatternRe.exec(M),n="";for(;t;){
+n+=M.substring(e,t.index);const s=l(y,t);if(s){const[e,r]=s
+;k.addText(n),n="",L+=r;const a=_.classNameAliases[e]||e;k.addKeyword(t[0],a)
+}else n+=t[0];e=y.keywordPatternRe.lastIndex,t=y.keywordPatternRe.exec(M)}
+n+=M.substr(e),k.addText(n)})(),M=""}function g(e){
+return e.className&&k.openNode(_.classNameAliases[e.className]||e.className),
+y=Object.create(e,{parent:{value:y}}),y}function h(e,t,n){let r=((e,t)=>{
+const n=e&&e.exec(t);return n&&0===n.index})(e.endRe,n);if(r){if(e["on:end"]){
+const n=new s(e);e["on:end"](t,n),n.ignore&&(r=!1)}if(r){
+for(;e.endsParent&&e.parent;)e=e.parent;return e}}
+if(e.endsWithParent)return h(e.parent,t,n)}function f(e){
+return 0===y.matcher.regexIndex?(M+=e[0],1):(S=!0,0)}function b(e){
+const t=e[0],n=i.substr(e.index),s=h(y,e,n);if(!s)return P;const r=y
+;r.skip?M+=t:(r.returnEnd||r.excludeEnd||(M+=t),u(),r.excludeEnd&&(M=t));do{
+y.className&&k.closeNode(),y.skip||y.subLanguage||(L+=y.relevance),y=y.parent
+}while(y!==s.parent)
+;return s.starts&&(s.endSameAsBegin&&(s.starts.endRe=s.endRe),
+g(s.starts)),r.returnEnd?0:t.length}let x={};function E(t,r){const a=r&&r[0]
+;if(M+=t,null==a)return u(),0
+;if("begin"===x.type&&"end"===r.type&&x.index===r.index&&""===a){
+if(M+=i.slice(r.index,r.index+1),!o){const t=Error("0 width match regex")
+;throw t.languageName=e,t.badRule=x.rule,t}return 1}
+if(x=r,"begin"===r.type)return function(e){
+const t=e[0],n=e.rule,r=new s(n),a=[n.__beforeBegin,n["on:begin"]]
+;for(const n of a)if(n&&(n(e,r),r.ignore))return f(t)
+;return n&&n.endSameAsBegin&&(n.endRe=RegExp(t.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"),"m")),
+n.skip?M+=t:(n.excludeBegin&&(M+=t),
+u(),n.returnBegin||n.excludeBegin||(M=t)),g(n),n.returnBegin?0:t.length}(r)
+;if("illegal"===r.type&&!n){
+const e=Error('Illegal lexeme "'+a+'" for mode "'+(y.className||"<unnamed>")+'"')
+;throw e.mode=y,e}if("end"===r.type){const e=b(r);if(e!==P)return e}
+if("illegal"===r.type&&""===a)return 1
+;if(j>1e5&&j>3*r.index)throw Error("potential infinite loop, way more iterations than matches")
+;return M+=a,a.length}const _=v(e);if(!_)throw console.error(c.replace("{}",e)),
+Error('Unknown language: "'+e+'"');const w=O(_);let N="",y=a||w
+;const R={},k=new d.__emitter(d);(()=>{const e=[]
+;for(let t=y;t!==_;t=t.parent)t.className&&e.unshift(t.className)
+;e.forEach((e=>k.openNode(e)))})();let M="",L=0,A=0,j=0,S=!1;try{
+for(y.matcher.considerAll();;){
+j++,S?S=!1:y.matcher.considerAll(),y.matcher.lastIndex=A
+;const e=y.matcher.exec(i);if(!e)break;const t=E(i.substring(A,e.index),e)
+;A=e.index+t}return E(i.substr(A)),k.closeAllNodes(),k.finalize(),N=k.toHTML(),{
+relevance:L,value:N,language:e,illegal:!1,emitter:k,top:y}}catch(t){
+if(t.message&&t.message.includes("Illegal"))return{illegal:!0,illegalBy:{
+msg:t.message,context:i.slice(A-100,A+100),mode:t.mode},sofar:N,relevance:0,
+value:I(i),emitter:k};if(o)return{illegal:!1,relevance:0,value:I(i),emitter:k,
+language:e,top:y,errorRaised:t};throw t}}function m(e,t){
+t=t||d.languages||Object.keys(r);const n=(e=>{const t={relevance:0,
+emitter:new d.__emitter(d),value:I(e),illegal:!1,top:u}
+;return t.emitter.addText(e),t})(e),s=t.filter(v).filter(w).map((t=>p(t,e,!1)))
+;s.unshift(n);const a=s.sort(((e,t)=>{
+if(e.relevance!==t.relevance)return t.relevance-e.relevance
+;if(e.language&&t.language){if(v(e.language).supersetOf===t.language)return 1
+;if(v(t.language).supersetOf===e.language)return-1}return 0})),[i,o]=a,l=i
+;return l.second_best=o,l}function b(e){
+return d.tabReplace||d.useBR?e.replace(l,(e=>"\n"===e?d.useBR?"<br>":e:d.tabReplace?e.replace(/\t/g,d.tabReplace):e)):e
+}function x(e){let t=null;const n=(e=>{let t=e.className+" "
+;t+=e.parentNode?e.parentNode.className:"";const n=d.languageDetectRe.exec(t)
+;if(n){const t=v(n[1])
+;return t||(console.warn(c.replace("{}",n[1])),console.warn("Falling back to no-highlight mode for this block.",e)),
+t?n[1]:"no-highlight"}return t.split(/\s+/).find((e=>h(e)||v(e)))})(e)
+;if(h(n))return;N("before:highlightBlock",{block:e,language:n
+}),d.useBR?(t=document.createElement("div"),
+t.innerHTML=e.innerHTML.replace(/\n/g,"").replace(/<br[ /]*>/g,"\n")):t=e
+;const s=t.textContent,r=n?f(n,s,!0):m(s),i=T(t);if(i.length){
+const e=document.createElement("div");e.innerHTML=r.value,r.value=B(i,T(e),s)}
+r.value=b(r.value),N("after:highlightBlock",{block:e,result:r
+}),e.innerHTML=r.value,e.className=((e,t,n)=>{const s=t?a[t]:n,r=[e.trim()]
+;return e.match(/\bhljs\b/)||r.push("hljs"),
+e.includes(s)||r.push(s),r.join(" ").trim()
+})(e.className,n,r.language),e.result={language:r.language,re:r.relevance,
+relavance:r.relevance},r.second_best&&(e.second_best={
+language:r.second_best.language,re:r.second_best.relevance,
+relavance:r.second_best.relevance})}const E=()=>{if(E.called)return;E.called=!0
+;const e=document.querySelectorAll("pre code");n.forEach.call(e,x)}
+;function v(e){return e=(e||"").toLowerCase(),r[e]||r[a[e]]}
+function _(e,{languageName:t}){"string"==typeof e&&(e=[e]),e.forEach((e=>{a[e]=t
+}))}function w(e){const t=v(e);return t&&!t.disableAutodetect}function N(e,t){
+const n=e;i.forEach((e=>{e[n]&&e[n](t)}))}Object.assign(e,{highlight:f,
+highlightAuto:m,
+fixMarkup:e=>(console.warn("fixMarkup is deprecated and will be removed entirely in v11.0"),
+console.warn("Please see https://github.com/highlightjs/highlight.js/issues/2534"),
+b(e)),highlightBlock:x,configure:e=>{
+e.useBR&&(console.warn("'useBR' option is deprecated and will be removed entirely in v11.0"),
+console.warn("Please see https://github.com/highlightjs/highlight.js/issues/2559")),
+d=S(d,e)},initHighlighting:E,initHighlightingOnLoad:()=>{
+window.addEventListener("DOMContentLoaded",E,!1)},registerLanguage:(t,n)=>{
+let s=null;try{s=n(e)}catch(e){
+if(console.error("Language definition for '{}' could not be registered.".replace("{}",t)),
+!o)throw e;console.error(e),s=u}
+s.name||(s.name=t),r[t]=s,s.rawDefinition=n.bind(null,e),
+s.aliases&&_(s.aliases,{languageName:t})},listLanguages:()=>Object.keys(r),
+getLanguage:v,registerAliases:_,requireLanguage:e=>{
+console.warn("requireLanguage is deprecated and will be removed entirely in the future."),
+console.warn("Please see https://github.com/highlightjs/highlight.js/pull/2844")
+;const t=v(e);if(t)return t
+;throw Error("The '{}' language is required, but not loaded.".replace("{}",e))},
+autoDetection:w,inherit:S,addPlugin:e=>{i.push(e)},vuePlugin:j(e).VuePlugin
+}),e.debugMode=()=>{o=!1},e.safeMode=()=>{o=!0},e.versionString="10.4.0"
+;for(const e in k)"object"==typeof k[e]&&t(k[e]);return Object.assign(e,k),e
+})({})}()
+;"object"==typeof exports&&"undefined"!=typeof module&&(module.exports=hljs);hljs.registerLanguage("ada",(()=>{"use strict";return e=>{
+const n="[A-Za-z](_?[A-Za-z0-9.])*",s="[]\\{\\}%#'\"",a=e.COMMENT("--","$"),r={
+begin:"\\s+:\\s+",end:"\\s*(:=|;|\\)|=>|$)",illegal:s,contains:[{
+beginKeywords:"loop for declare others",endsParent:!0},{className:"keyword",
+beginKeywords:"not null constant access function procedure in out aliased exception"
+},{className:"type",begin:n,endsParent:!0,relevance:0}]};return{name:"Ada",
+case_insensitive:!0,keywords:{
+keyword:"abort else new return abs elsif not reverse abstract end accept entry select access exception of separate aliased exit or some all others subtype and for out synchronized array function overriding at tagged generic package task begin goto pragma terminate body private then if procedure type case in protected constant interface is raise use declare range delay limited record when delta loop rem while digits renames with do mod requeue xor",
+literal:"True False"},contains:[a,{className:"string",begin:/"/,end:/"/,
+contains:[{begin:/""/,relevance:0}]},{className:"string",begin:/'.'/},{
+className:"number",
+begin:"\\b(\\d(_|\\d)*#\\w+(\\.\\w+)?#([eE][-+]?\\d(_|\\d)*)?|\\d(_|\\d)*(\\.\\d(_|\\d)*)?([eE][-+]?\\d(_|\\d)*)?)",
+relevance:0},{className:"symbol",begin:"'"+n},{className:"title",
+begin:"(\\bwith\\s+)?(\\bprivate\\s+)?\\bpackage\\s+(\\bbody\\s+)?",
+end:"(is|$)",keywords:"package body",excludeBegin:!0,excludeEnd:!0,illegal:s},{
+begin:"(\\b(with|overriding)\\s+)?\\b(function|procedure)\\s+",
+end:"(\\bis|\\bwith|\\brenames|\\)\\s*;)",
+keywords:"overriding function procedure with is renames return",returnBegin:!0,
+contains:[a,{className:"title",
+begin:"(\\bwith\\s+)?\\b(function|procedure)\\s+",end:"(\\(|\\s+|$)",
+excludeBegin:!0,excludeEnd:!0,illegal:s},r,{className:"type",
+begin:"\\breturn\\s+",end:"(\\s+|;|$)",keywords:"return",excludeBegin:!0,
+excludeEnd:!0,endsParent:!0,illegal:s}]},{className:"type",
+begin:"\\b(sub)?type\\s+",end:"\\s+",keywords:"type",excludeBegin:!0,illegal:s
+},r]}}})());hljs.registerLanguage("awk",(()=>{"use strict";return e=>({name:"Awk",keywords:{
+keyword:"BEGIN END if else while do for in break continue delete next nextfile function func exit|10"
+},contains:[{className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{
+begin:/\$\{(.*?)\}/}]},{className:"string",contains:[e.BACKSLASH_ESCAPE],
+variants:[{begin:/(u|b)?r?'''/,end:/'''/,relevance:10},{begin:/(u|b)?r?"""/,
+end:/"""/,relevance:10},{begin:/(u|r|ur)'/,end:/'/,relevance:10},{
+begin:/(u|r|ur)"/,end:/"/,relevance:10},{begin:/(b|br)'/,end:/'/},{
+begin:/(b|br)"/,end:/"/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]
+},e.REGEXP_MODE,e.HASH_COMMENT_MODE,e.NUMBER_MODE]})})());hljs.registerLanguage("coffeescript",(()=>{"use strict"
+;const e=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],n=["true","false","null","undefined","NaN","Infinity"],a=[].concat(["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],["arguments","this","super","console","window","document","localStorage","module","global"],["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer"],["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"])
+;return r=>{const t={
+keyword:e.concat(["then","unless","until","loop","by","when","and","or","is","isnt","not"]).filter((i=["var","const","let","function","static"],
+e=>!i.includes(e))).join(" "),
+literal:n.concat(["yes","no","on","off"]).join(" "),
+built_in:a.concat(["npm","print"]).join(" ")};var i
+;const s="[A-Za-z$_][0-9A-Za-z$_]*",o={className:"subst",begin:/#\{/,end:/\}/,
+keywords:t},c=[r.BINARY_NUMBER_MODE,r.inherit(r.C_NUMBER_MODE,{starts:{
+end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'''/,
+end:/'''/,contains:[r.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,
+contains:[r.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,
+contains:[r.BACKSLASH_ESCAPE,o]},{begin:/"/,end:/"/,
+contains:[r.BACKSLASH_ESCAPE,o]}]},{className:"regexp",variants:[{begin:"///",
+end:"///",contains:[o,r.HASH_COMMENT_MODE]},{begin:"//[gim]{0,3}(?=\\W)",
+relevance:0},{begin:/\/(?![ *]).*?(?![\\]).\/[gim]{0,3}(?=\W)/}]},{begin:"@"+s
+},{subLanguage:"javascript",excludeBegin:!0,excludeEnd:!0,variants:[{
+begin:"```",end:"```"},{begin:"`",end:"`"}]}];o.contains=c
+;const l=r.inherit(r.TITLE_MODE,{begin:s}),d="(\\(.*\\))?\\s*\\B[-=]>",g={
+className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,
+end:/\)/,keywords:t,contains:["self"].concat(c)}]};return{name:"CoffeeScript",
+aliases:["coffee","cson","iced"],keywords:t,illegal:/\/\*/,
+contains:c.concat([r.COMMENT("###","###"),r.HASH_COMMENT_MODE,{
+className:"function",begin:"^\\s*"+s+"\\s*=\\s*"+d,end:"[-=]>",returnBegin:!0,
+contains:[l,g]},{begin:/[:\(,=]\s*/,relevance:0,contains:[{className:"function",
+begin:d,end:"[-=]>",returnBegin:!0,contains:[g]}]},{className:"class",
+beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{
+beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[l]},l]
+},{begin:s+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}})());hljs.registerLanguage("abnf",(()=>{"use strict";return s=>({
+name:"Augmented Backus-Naur Form",illegal:"[!@#$^&',?+~`|:]",
+keywords:"ALPHA BIT CHAR CR CRLF CTL DIGIT DQUOTE HEXDIG HTAB LF LWSP OCTET SP VCHAR WSP",
+contains:[{className:"attribute",begin:"^[a-zA-Z][a-zA-Z0-9-]*(?=\\s*=)"
+},s.COMMENT(";","$"),{className:"symbol",
+begin:/%b[0-1]+(-[0-1]+|(\.[0-1]+)+){0,1}/},{className:"symbol",
+begin:/%d[0-9]+(-[0-9]+|(\.[0-9]+)+){0,1}/},{className:"symbol",
+begin:/%x[0-9A-F]+(-[0-9A-F]+|(\.[0-9A-F]+)+){0,1}/},{className:"symbol",
+begin:/%[si]/},s.QUOTE_STRING_MODE,s.NUMBER_MODE]})})());hljs.registerLanguage("bash",(()=>{"use strict";function e(...e){
+return e.map((e=>{return(s=e)?"string"==typeof s?s:s.source:null;var s
+})).join("")}return s=>{const n={},t={begin:/\$\{/,end:/\}/,contains:["self",{
+begin:/:-/,contains:[n]}]};Object.assign(n,{className:"variable",variants:[{
+begin:e(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},t]});const a={
+className:"subst",begin:/\$\(/,end:/\)/,contains:[s.BACKSLASH_ESCAPE]},i={
+begin:/<<-?\s*(?=\w+)/,starts:{contains:[s.END_SAME_AS_BEGIN({begin:/(\w+)/,
+end:/(\w+)/,className:"string"})]}},c={className:"string",begin:/"/,end:/"/,
+contains:[s.BACKSLASH_ESCAPE,n,a]};a.contains.push(c);const o={begin:/\$\(\(/,
+end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},s.NUMBER_MODE,n]
+},r=s.SHEBANG({binary:"(fish|bash|zsh|sh|csh|ksh|tcsh|dash|scsh)",relevance:10
+}),l={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,
+contains:[s.inherit(s.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0};return{
+name:"Bash",aliases:["sh","zsh"],keywords:{$pattern:/\b[a-z._-]+\b/,
+keyword:"if then else elif fi for while in do done case esac function",
+literal:"true false",
+built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp"
+},contains:[r,s.SHEBANG(),l,o,s.HASH_COMMENT_MODE,i,c,{className:"",begin:/\\"/
+},{className:"string",begin:/'/,end:/'/},n]}}})());hljs.registerLanguage("java",(()=>{"use strict";return e=>{
+var n="false synchronized int abstract float private char boolean var static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private module requires exports do",a={
+className:"meta",begin:"@[\xc0-\u02b8a-zA-Z_$][\xc0-\u02b8a-zA-Z_$0-9]*",
+contains:[{begin:/\(/,end:/\)/,contains:["self"]}]
+},s="\\.([0-9](_*[0-9])*)",i="[0-9a-fA-F](_*[0-9a-fA-F])*",r={
+className:"number",variants:[{
+begin:`(\\b([0-9](_*[0-9])*)((${s})|\\.)?|(${s}))[eE][+-]?([0-9](_*[0-9])*)[fFdD]?\\b`
+},{begin:`\\b([0-9](_*[0-9])*)((${s})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{
+begin:`(${s})[fFdD]?\\b`},{begin:"\\b([0-9](_*[0-9])*)[fFdD]\\b"},{
+begin:`\\b0[xX]((${i})\\.?|(${i})?\\.(${i}))[pP][+-]?([0-9](_*[0-9])*)[fFdD]?\\b`
+},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${i})[lL]?\\b`},{
+begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}],
+relevance:0};return{name:"Java",aliases:["jsp"],keywords:n,illegal:/<\/|#/,
+contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,
+relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),{
+begin:/import java\.[a-z]+\./,keywords:"import",relevance:2
+},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{
+className:"class",beginKeywords:"class interface enum",end:/[{;=]/,
+excludeEnd:!0,keywords:"class interface enum",illegal:/[:"\[\]]/,contains:[{
+beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{
+beginKeywords:"new throw return else",relevance:0},{className:"class",
+begin:"record\\s+"+e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,excludeEnd:!0,
+end:/[{;=]/,keywords:n,contains:[{beginKeywords:"record"},{
+begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,
+contains:[e.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/,
+keywords:n,relevance:0,contains:[e.C_BLOCK_COMMENT_MODE]
+},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"function",
+begin:"([\xc0-\u02b8a-zA-Z_$][\xc0-\u02b8a-zA-Z_$0-9]*(<[\xc0-\u02b8a-zA-Z_$][\xc0-\u02b8a-zA-Z_$0-9]*(\\s*,\\s*[\xc0-\u02b8a-zA-Z_$][\xc0-\u02b8a-zA-Z_$0-9]*)*>)?\\s+)+"+e.UNDERSCORE_IDENT_RE+"\\s*\\(",
+returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:n,contains:[{
+begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,
+contains:[e.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/,
+keywords:n,relevance:0,
+contains:[a,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,r,e.C_BLOCK_COMMENT_MODE]
+},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},r,a]}}})());hljs.registerLanguage("erlang-repl",(()=>{"use strict";return e=>({
+name:"Erlang REPL",keywords:{built_in:"spawn spawn_link self",
+keyword:"after and andalso|10 band begin bnot bor bsl bsr bxor case catch cond div end fun if let not of or orelse|10 query receive rem try when xor"
+},contains:[{className:"meta",begin:"^[0-9]+> ",relevance:10
+},e.COMMENT("%","$"),{className:"number",
+begin:"\\b(\\d+(_\\d+)*#[a-fA-F0-9]+(_[a-fA-F0-9]+)*|\\d+(_\\d+)*(\\.\\d+(_\\d+)*)?([eE][-+]?\\d+)?)",
+relevance:0},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{
+begin:"\\?(::)?([A-Z]\\w*(::)?)+"},{begin:"->"},{begin:"ok"},{begin:"!"},{
+begin:"(\\b[a-z'][a-zA-Z0-9_']*:[a-z'][a-zA-Z0-9_']*)|(\\b[a-z'][a-zA-Z0-9_']*)",
+relevance:0},{begin:"[A-Z][a-zA-Z0-9_']*",relevance:0}]})})());hljs.registerLanguage("go",(()=>{"use strict";return e=>{const n={
+keyword:"break default func interface select case map struct chan else goto package switch const fallthrough if range type continue for import return var go defer bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 uint16 uint32 uint64 int uint uintptr rune",
+literal:"true false iota nil",
+built_in:"append cap close complex copy imag len make new panic print println real recover delete"
+};return{name:"Go",aliases:["golang"],keywords:n,illegal:"</",
+contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"string",
+variants:[e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{begin:"`",end:"`"}]},{
+className:"number",variants:[{begin:e.C_NUMBER_RE+"[i]",relevance:1
+},e.C_NUMBER_MODE]},{begin:/:=/},{className:"function",beginKeywords:"func",
+end:"\\s*(\\{|$)",excludeEnd:!0,contains:[e.TITLE_MODE,{className:"params",
+begin:/\(/,end:/\)/,keywords:n,illegal:/["']/}]}]}}})());hljs.registerLanguage("cpp",(()=>{"use strict";return e=>{const t=(e=>{
+function t(e){return"(?:"+e+")?"}var n=e.COMMENT("//","$",{contains:[{
+begin:/\\\n/}]
+}),r="[a-zA-Z_]\\w*::",a="(decltype\\(auto\\)|"+t(r)+"[a-zA-Z_]\\w*"+t("<.*?>")+")",i={
+className:"keyword",begin:"\\b[a-z\\d_]*_t\\b"},s={className:"string",
+variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",
+contains:[e.BACKSLASH_ESCAPE]},{
+begin:"(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)",
+end:"'",illegal:"."},e.END_SAME_AS_BEGIN({
+begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},c={
+className:"number",variants:[{begin:"\\b(0b[01']+)"},{
+begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{
+begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"
+}],relevance:0},o={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{
+"meta-keyword":"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"
+},contains:[{begin:/\\\n/,relevance:0},e.inherit(s,{className:"meta-string"}),{
+className:"meta-string",begin:/<.*?>/,end:/$/,illegal:"\\n"
+},n,e.C_BLOCK_COMMENT_MODE]},l={className:"title",begin:t(r)+e.IDENT_RE,
+relevance:0},d=t(r)+e.IDENT_RE+"\\s*\\(",u={
+keyword:"int float while private char char8_t char16_t char32_t catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using asm case typeid wchar_t short reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignas alignof constexpr consteval constinit decltype concept co_await co_return co_yield requires noexcept static_assert thread_local restrict final override atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return and and_eq bitand bitor compl not not_eq or or_eq xor xor_eq",
+built_in:"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set pair bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap priority_queue make_pair array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr _Bool complex _Complex imaginary _Imaginary",
+literal:"true false nullptr NULL"},m=[o,i,n,e.C_BLOCK_COMMENT_MODE,c,s],p={
+variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{
+beginKeywords:"new throw return else",end:/;/}],keywords:u,contains:m.concat([{
+begin:/\(/,end:/\)/,keywords:u,contains:m.concat(["self"]),relevance:0}]),
+relevance:0},_={className:"function",begin:"("+a+"[\\*&\\s]+)+"+d,
+returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:u,illegal:/[^\w\s\*&:<>]/,
+contains:[{begin:"decltype\\(auto\\)",keywords:u,relevance:0},{begin:d,
+returnBegin:!0,contains:[l],relevance:0},{className:"params",begin:/\(/,
+end:/\)/,keywords:u,relevance:0,contains:[n,e.C_BLOCK_COMMENT_MODE,s,c,i,{
+begin:/\(/,end:/\)/,keywords:u,relevance:0,
+contains:["self",n,e.C_BLOCK_COMMENT_MODE,s,c,i]}]
+},i,n,e.C_BLOCK_COMMENT_MODE,o]};return{
+aliases:["c","cc","h","c++","h++","hpp","hh","hxx","cxx"],keywords:u,
+disableAutodetect:!0,illegal:"</",contains:[].concat(p,_,m,[o,{
+begin:"\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\s*<",
+end:">",keywords:u,contains:["self",i]},{begin:e.IDENT_RE+"::",keywords:u},{
+className:"class",beginKeywords:"enum class struct union",end:/[{;:<>=]/,
+contains:[{beginKeywords:"final class struct"},e.TITLE_MODE]}]),exports:{
+preprocessor:o,strings:s,keywords:u}}})(e)
+;return t.disableAutodetect=!1,t.name="C++",
+t.aliases=["cc","c++","h++","hpp","hh","hxx","cxx"],t}})());hljs.registerLanguage("armasm",(()=>{"use strict";return s=>{const e={
+variants:[s.COMMENT("^[ \\t]*(?=#)","$",{relevance:0,excludeBegin:!0
+}),s.COMMENT("[;@]","$",{relevance:0
+}),s.C_LINE_COMMENT_MODE,s.C_BLOCK_COMMENT_MODE]};return{name:"ARM Assembly",
+case_insensitive:!0,aliases:["arm"],keywords:{$pattern:"\\.?"+s.IDENT_RE,
+meta:".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .arm .thumb .code16 .code32 .force_thumb .thumb_func .ltorg ALIAS ALIGN ARM AREA ASSERT ATTR CN CODE CODE16 CODE32 COMMON CP DATA DCB DCD DCDU DCDO DCFD DCFDU DCI DCQ DCQU DCW DCWU DN ELIF ELSE END ENDFUNC ENDIF ENDP ENTRY EQU EXPORT EXPORTAS EXTERN FIELD FILL FUNCTION GBLA GBLL GBLS GET GLOBAL IF IMPORT INCBIN INCLUDE INFO KEEP LCLA LCLL LCLS LTORG MACRO MAP MEND MEXIT NOFP OPT PRESERVE8 PROC QN READONLY RELOC REQUIRE REQUIRE8 RLIST FN ROUT SETA SETL SETS SN SPACE SUBT THUMB THUMBX TTL WHILE WEND ",
+built_in:"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 pc lr sp ip sl sb fp a1 a2 a3 a4 v1 v2 v3 v4 v5 v6 v7 v8 f0 f1 f2 f3 f4 f5 f6 f7 p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 c12 c13 c14 c15 q0 q1 q2 q3 q4 q5 q6 q7 q8 q9 q10 q11 q12 q13 q14 q15 cpsr_c cpsr_x cpsr_s cpsr_f cpsr_cx cpsr_cxs cpsr_xs cpsr_xsf cpsr_sf cpsr_cxsf spsr_c spsr_x spsr_s spsr_f spsr_cx spsr_cxs spsr_xs spsr_xsf spsr_sf spsr_cxsf s0 s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s13 s14 s15 s16 s17 s18 s19 s20 s21 s22 s23 s24 s25 s26 s27 s28 s29 s30 s31 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12 d13 d14 d15 d16 d17 d18 d19 d20 d21 d22 d23 d24 d25 d26 d27 d28 d29 d30 d31 {PC} {VAR} {TRUE} {FALSE} {OPT} {CONFIG} {ENDIAN} {CODESIZE} {CPU} {FPU} {ARCHITECTURE} {PCSTOREOFFSET} {ARMASM_VERSION} {INTER} {ROPI} {RWPI} {SWST} {NOSWST} . @"
+},contains:[{className:"keyword",
+begin:"\\b(adc|(qd?|sh?|u[qh]?)?add(8|16)?|usada?8|(q|sh?|u[qh]?)?(as|sa)x|and|adrl?|sbc|rs[bc]|asr|b[lx]?|blx|bxj|cbn?z|tb[bh]|bic|bfc|bfi|[su]bfx|bkpt|cdp2?|clz|clrex|cmp|cmn|cpsi[ed]|cps|setend|dbg|dmb|dsb|eor|isb|it[te]{0,3}|lsl|lsr|ror|rrx|ldm(([id][ab])|f[ds])?|ldr((s|ex)?[bhd])?|movt?|mvn|mra|mar|mul|[us]mull|smul[bwt][bt]|smu[as]d|smmul|smmla|mla|umlaal|smlal?([wbt][bt]|d)|mls|smlsl?[ds]|smc|svc|sev|mia([bt]{2}|ph)?|mrr?c2?|mcrr2?|mrs|msr|orr|orn|pkh(tb|bt)|rbit|rev(16|sh)?|sel|[su]sat(16)?|nop|pop|push|rfe([id][ab])?|stm([id][ab])?|str(ex)?[bhd]?|(qd?)?sub|(sh?|q|u[qh]?)?sub(8|16)|[su]xt(a?h|a?b(16)?)|srs([id][ab])?|swpb?|swi|smi|tst|teq|wfe|wfi|yield)(eq|ne|cs|cc|mi|pl|vs|vc|hi|ls|ge|lt|gt|le|al|hs|lo)?[sptrx]?(?=\\s)"
+},e,s.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",relevance:0
+},{className:"title",begin:"\\|",end:"\\|",illegal:"\\n",relevance:0},{
+className:"number",variants:[{begin:"[#$=]?0x[0-9a-f]+"},{begin:"[#$=]?0b[01]+"
+},{begin:"[#$=]\\d+"},{begin:"\\b\\d+"}],relevance:0},{className:"symbol",
+variants:[{begin:"^[ \\t]*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"},{
+begin:"^[a-z_\\.\\$][a-z0-9_\\.\\$]+"},{begin:"[=#]\\w+"}],relevance:0}]}}})());hljs.registerLanguage("swift",(()=>{"use strict";return e=>{var i={
+$pattern:/[\w#]+/,
+keyword:"#available #colorLiteral #column #else #elseif #endif #file #fileLiteral #function #if #imageLiteral #line #selector #sourceLocation _ __COLUMN__ __FILE__ __FUNCTION__ __LINE__ Any as as! as? associatedtype associativity break case catch class continue convenience default defer deinit didSet do dynamic dynamicType else enum extension fallthrough false fileprivate final for func get guard if import in indirect infix init inout internal is lazy left let mutating nil none nonmutating open operator optional override postfix precedence prefix private protocol Protocol public repeat required rethrows return right self Self set some static struct subscript super switch throw throws true try try! try? Type typealias unowned var weak where while willSet",
+literal:"true false nil",
+built_in:"abs advance alignof alignofValue anyGenerator assert assertionFailure bridgeFromObjectiveC bridgeFromObjectiveCUnconditional bridgeToObjectiveC bridgeToObjectiveCUnconditional c compactMap contains count countElements countLeadingZeros debugPrint debugPrintln distance dropFirst dropLast dump encodeBitsAsWords enumerate equal fatalError filter find getBridgedObjectiveCType getVaList indices insertionSort isBridgedToObjectiveC isBridgedVerbatimToObjectiveC isUniquelyReferenced isUniquelyReferencedNonObjC join lazy lexicographicalCompare map max maxElement min minElement numericCast overlaps partition posix precondition preconditionFailure print println quickSort readLine reduce reflect reinterpretCast reverse roundUpToAlignment sizeof sizeofValue sort split startsWith stride strideof strideofValue swap toString transcode underestimateCount unsafeAddressOf unsafeBitCast unsafeDowncast unsafeUnwrap unsafeReflect withExtendedLifetime withObjectAtPlusZero withUnsafePointer withUnsafePointerToObject withUnsafeMutablePointer withUnsafeMutablePointers withUnsafePointer withUnsafePointers withVaList zip"
+},n=e.COMMENT("/\\*","\\*/",{contains:["self"]}),t={className:"subst",
+begin:/\\\(/,end:"\\)",keywords:i,contains:[]},a={className:"string",
+contains:[e.BACKSLASH_ESCAPE,t],variants:[{begin:/"""/,end:/"""/},{begin:/"/,
+end:/"/}]},r="([0-9a-fA-F]_*)+",s={className:"number",relevance:0,variants:[{
+begin:"\\b(([0-9]_*)+)(\\.(([0-9]_*)+))?([eE][+-]?(([0-9]_*)+))?\\b"},{
+begin:`\\b0x(${r})(\\.(${r}))?([pP][+-]?(([0-9]_*)+))?\\b`},{
+begin:/\b0o([0-7]_*)+\b/},{begin:/\b0b([01]_*)+\b/}]};return t.contains=[s],{
+name:"Swift",keywords:i,contains:[a,e.C_LINE_COMMENT_MODE,n,{className:"type",
+begin:"\\b[A-Z][\\w\xc0-\u02b8']*[!?]"},{className:"type",
+begin:"\\b[A-Z][\\w\xc0-\u02b8']*",relevance:0},s,{className:"function",
+beginKeywords:"func",end:/\{/,excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{
+begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{begin:/</,end:/>/},{className:"params",
+begin:/\(/,end:/\)/,endsParent:!0,keywords:i,
+contains:["self",s,a,e.C_BLOCK_COMMENT_MODE,{begin:":"}],illegal:/["']/}],
+illegal:/\[|%/},{className:"class",
+beginKeywords:"struct protocol class extension enum",keywords:i,end:"\\{",
+excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{
+begin:/[A-Za-z$_][\u00C0-\u02B80-9A-Za-z$_]*/})]},{className:"meta",
+begin:"(@discardableResult|@warn_unused_result|@exported|@lazy|@noescape|@NSCopying|@NSManaged|@objc|@objcMembers|@convention|@required|@noreturn|@IBAction|@IBDesignable|@IBInspectable|@IBOutlet|@infix|@prefix|@postfix|@autoclosure|@testable|@available|@nonobjc|@NSApplicationMain|@UIApplicationMain|@dynamicMemberLookup|@propertyWrapper|@main)\\b"
+},{beginKeywords:"import",end:/$/,contains:[e.C_LINE_COMMENT_MODE,n],relevance:0
+}]}}})());hljs.registerLanguage("apache",(()=>{"use strict";return e=>{const n={
+className:"number",begin:"\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?"
+};return{name:"Apache config",aliases:["apacheconf"],case_insensitive:!0,
+contains:[e.HASH_COMMENT_MODE,{className:"section",begin:"</?",end:">",
+contains:[n,{className:"number",begin:":\\d{1,5}"
+},e.inherit(e.QUOTE_STRING_MODE,{relevance:0})]},{className:"attribute",
+begin:/\w+/,relevance:0,keywords:{
+nomarkup:"order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername"
+},starts:{end:/$/,relevance:0,keywords:{literal:"on off all deny allow"},
+contains:[{className:"meta",begin:"\\s\\[",end:"\\]$"},{className:"variable",
+begin:"[\\$%]\\{",end:"\\}",contains:["self",{className:"number",
+begin:"[\\$%]\\d+"}]},n,{className:"number",begin:"\\d+"},e.QUOTE_STRING_MODE]}
+}],illegal:/\S/}}})());hljs.registerLanguage("scilab",(()=>{"use strict";return e=>{
+const n=[e.C_NUMBER_MODE,{className:"string",begin:"'|\"",end:"'|\"",
+contains:[e.BACKSLASH_ESCAPE,{begin:"''"}]}];return{name:"Scilab",
+aliases:["sci"],keywords:{$pattern:/%?\w+/,
+keyword:"abort break case clear catch continue do elseif else endfunction end for function global if pause return resume select try then while",
+literal:"%f %F %t %T %pi %eps %inf %nan %e %i %z %s",
+built_in:"abs and acos asin atan ceil cd chdir clearglobal cosh cos cumprod deff disp error exec execstr exists exp eye gettext floor fprintf fread fsolve imag isdef isempty isinfisnan isvector lasterror length load linspace list listfiles log10 log2 log max min msprintf mclose mopen ones or pathconvert poly printf prod pwd rand real round sinh sin size gsort sprintf sqrt strcat strcmps tring sum system tanh tan type typename warning zeros matrix"
+},illegal:'("|#|/\\*|\\s+/\\w+)',contains:[{className:"function",
+beginKeywords:"function",end:"$",contains:[e.UNDERSCORE_TITLE_MODE,{
+className:"params",begin:"\\(",end:"\\)"}]},{
+begin:"[a-zA-Z_][a-zA-Z_0-9]*('+[\\.']*|[\\.']+)",end:"",relevance:0},{
+begin:"\\[",end:"\\]'*[\\.']*",relevance:0,contains:n
+},e.COMMENT("//","$")].concat(n)}}})());hljs.registerLanguage("php",(()=>{"use strict";return e=>{const r={
+className:"variable",
+begin:"\\$+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*(?![A-Za-z0-9])(?![$])"},t={
+className:"meta",variants:[{begin:/<\?php/,relevance:10},{begin:/<\?[=]?/},{
+begin:/\?>/}]},a={className:"subst",variants:[{begin:/\$\w+/},{begin:/\{\$/,
+end:/\}/}]},n=e.inherit(e.APOS_STRING_MODE,{illegal:null
+}),i=e.inherit(e.QUOTE_STRING_MODE,{illegal:null,
+contains:e.QUOTE_STRING_MODE.contains.concat(a)}),o=e.END_SAME_AS_BEGIN({
+begin:/<<<[ \t]*(\w+)\n/,end:/[ \t]*(\w+)\b/,
+contains:e.QUOTE_STRING_MODE.contains.concat(a)}),l={className:"string",
+contains:[e.BACKSLASH_ESCAPE,t],variants:[e.inherit(n,{begin:"b'",end:"'"
+}),e.inherit(i,{begin:'b"',end:'"'}),i,n,o]},c={
+variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]},s={
+keyword:"__CLASS__ __DIR__ __FILE__ __FUNCTION__ __LINE__ __METHOD__ __NAMESPACE__ __TRAIT__ die echo exit include include_once print require require_once array abstract and as binary bool boolean break callable case catch class clone const continue declare default do double else elseif empty enddeclare endfor endforeach endif endswitch endwhile eval extends final finally float for foreach from global goto if implements instanceof insteadof int integer interface isset iterable list match|0 new object or private protected public real return string switch throw trait try unset use var void while xor yield",
+literal:"false null true",
+built_in:"Error|0 AppendIterator ArgumentCountError ArithmeticError ArrayIterator ArrayObject AssertionError BadFunctionCallException BadMethodCallException CachingIterator CallbackFilterIterator CompileError Countable DirectoryIterator DivisionByZeroError DomainException EmptyIterator ErrorException Exception FilesystemIterator FilterIterator GlobIterator InfiniteIterator InvalidArgumentException IteratorIterator LengthException LimitIterator LogicException MultipleIterator NoRewindIterator OutOfBoundsException OutOfRangeException OuterIterator OverflowException ParentIterator ParseError RangeException RecursiveArrayIterator RecursiveCachingIterator RecursiveCallbackFilterIterator RecursiveDirectoryIterator RecursiveFilterIterator RecursiveIterator RecursiveIteratorIterator RecursiveRegexIterator RecursiveTreeIterator RegexIterator RuntimeException SeekableIterator SplDoublyLinkedList SplFileInfo SplFileObject SplFixedArray SplHeap SplMaxHeap SplMinHeap SplObjectStorage SplObserver SplObserver SplPriorityQueue SplQueue SplStack SplSubject SplSubject SplTempFileObject TypeError UnderflowException UnexpectedValueException ArrayAccess Closure Generator Iterator IteratorAggregate Serializable Throwable Traversable WeakReference Directory __PHP_Incomplete_Class parent php_user_filter self static stdClass"
+};return{aliases:["php","php3","php4","php5","php6","php7","php8"],
+case_insensitive:!0,keywords:s,
+contains:[e.HASH_COMMENT_MODE,e.COMMENT("//","$",{contains:[t]
+}),e.COMMENT("/\\*","\\*/",{contains:[{className:"doctag",begin:"@[A-Za-z]+"}]
+}),e.COMMENT("__halt_compiler.+?;",!1,{endsWithParent:!0,
+keywords:"__halt_compiler"}),t,{className:"keyword",begin:/\$this\b/},r,{
+begin:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{className:"function",
+relevance:0,beginKeywords:"fn function",end:/[;{]/,excludeEnd:!0,
+illegal:"[$%\\[]",contains:[e.UNDERSCORE_TITLE_MODE,{begin:"=>"},{
+className:"params",begin:"\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0,
+keywords:s,contains:["self",r,e.C_BLOCK_COMMENT_MODE,l,c]}]},{className:"class",
+beginKeywords:"class interface",relevance:0,end:/\{/,excludeEnd:!0,
+illegal:/[:($"]/,contains:[{beginKeywords:"extends implements"
+},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",relevance:0,end:";",
+illegal:/[.']/,contains:[e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"use",
+relevance:0,end:";",contains:[e.UNDERSCORE_TITLE_MODE]},l,c]}}})());hljs.registerLanguage("mipsasm",(()=>{"use strict";return e=>({
+name:"MIPS Assembly",case_insensitive:!0,aliases:["mips"],keywords:{
+$pattern:"\\.?"+e.IDENT_RE,
+meta:".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .ltorg ",
+built_in:"$0 $1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15 $16 $17 $18 $19 $20 $21 $22 $23 $24 $25 $26 $27 $28 $29 $30 $31 zero at v0 v1 a0 a1 a2 a3 a4 a5 a6 a7 t0 t1 t2 t3 t4 t5 t6 t7 t8 t9 s0 s1 s2 s3 s4 s5 s6 s7 s8 k0 k1 gp sp fp ra $f0 $f1 $f2 $f2 $f4 $f5 $f6 $f7 $f8 $f9 $f10 $f11 $f12 $f13 $f14 $f15 $f16 $f17 $f18 $f19 $f20 $f21 $f22 $f23 $f24 $f25 $f26 $f27 $f28 $f29 $f30 $f31 Context Random EntryLo0 EntryLo1 Context PageMask Wired EntryHi HWREna BadVAddr Count Compare SR IntCtl SRSCtl SRSMap Cause EPC PRId EBase Config Config1 Config2 Config3 LLAddr Debug DEPC DESAVE CacheErr ECC ErrorEPC TagLo DataLo TagHi DataHi WatchLo WatchHi PerfCtl PerfCnt "
+},contains:[{className:"keyword",
+begin:"\\b(addi?u?|andi?|b(al)?|beql?|bgez(al)?l?|bgtzl?|blezl?|bltz(al)?l?|bnel?|cl[oz]|divu?|ext|ins|j(al)?|jalr(\\.hb)?|jr(\\.hb)?|lbu?|lhu?|ll|lui|lw[lr]?|maddu?|mfhi|mflo|movn|movz|move|msubu?|mthi|mtlo|mul|multu?|nop|nor|ori?|rotrv?|sb|sc|se[bh]|sh|sllv?|slti?u?|srav?|srlv?|subu?|sw[lr]?|xori?|wsbh|abs\\.[sd]|add\\.[sd]|alnv.ps|bc1[ft]l?|c\\.(s?f|un|u?eq|[ou]lt|[ou]le|ngle?|seq|l[et]|ng[et])\\.[sd]|(ceil|floor|round|trunc)\\.[lw]\\.[sd]|cfc1|cvt\\.d\\.[lsw]|cvt\\.l\\.[dsw]|cvt\\.ps\\.s|cvt\\.s\\.[dlw]|cvt\\.s\\.p[lu]|cvt\\.w\\.[dls]|div\\.[ds]|ldx?c1|luxc1|lwx?c1|madd\\.[sd]|mfc1|mov[fntz]?\\.[ds]|msub\\.[sd]|mth?c1|mul\\.[ds]|neg\\.[ds]|nmadd\\.[ds]|nmsub\\.[ds]|p[lu][lu]\\.ps|recip\\.fmt|r?sqrt\\.[ds]|sdx?c1|sub\\.[ds]|suxc1|swx?c1|break|cache|d?eret|[de]i|ehb|mfc0|mtc0|pause|prefx?|rdhwr|rdpgpr|sdbbp|ssnop|synci?|syscall|teqi?|tgei?u?|tlb(p|r|w[ir])|tlti?u?|tnei?|wait|wrpgpr)",
+end:"\\s"
+},e.COMMENT("[;#](?!\\s*$)","$"),e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,{
+className:"string",begin:"'",end:"[^\\\\]'",relevance:0},{className:"title",
+begin:"\\|",end:"\\|",illegal:"\\n",relevance:0},{className:"number",variants:[{
+begin:"0x[0-9a-f]+"},{begin:"\\b-?\\d+"}],relevance:0},{className:"symbol",
+variants:[{begin:"^\\s*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"},{begin:"^\\s*[0-9]+:"},{
+begin:"[0-9]+[bf]"}],relevance:0}],illegal:/\//})})());hljs.registerLanguage("json",(()=>{"use strict";return n=>{const e={
+literal:"true false null"
+},i=[n.C_LINE_COMMENT_MODE,n.C_BLOCK_COMMENT_MODE],a=[n.QUOTE_STRING_MODE,n.C_NUMBER_MODE],l={
+end:",",endsWithParent:!0,excludeEnd:!0,contains:a,keywords:e},t={begin:/\{/,
+end:/\}/,contains:[{className:"attr",begin:/"/,end:/"/,
+contains:[n.BACKSLASH_ESCAPE],illegal:"\\n"},n.inherit(l,{begin:/:/
+})].concat(i),illegal:"\\S"},s={begin:"\\[",end:"\\]",contains:[n.inherit(l)],
+illegal:"\\S"};return a.push(t,s),i.forEach((n=>{a.push(n)})),{name:"JSON",
+contains:a,keywords:e,illegal:"\\S"}}})());hljs.registerLanguage("lisp",(()=>{"use strict";return e=>{
+var n="[a-zA-Z_\\-+\\*\\/<=>&#][a-zA-Z0-9_\\-+*\\/<=>&#!]*",a="\\|[^]*?\\|",i="(-|\\+)?\\d+(\\.\\d+|\\/\\d+)?((d|e|f|l|s|D|E|F|L|S)(\\+|-)?\\d+)?",s={
+className:"literal",begin:"\\b(t{1}|nil)\\b"},l={className:"number",variants:[{
+begin:i,relevance:0},{begin:"#(b|B)[0-1]+(/[0-1]+)?"},{
+begin:"#(o|O)[0-7]+(/[0-7]+)?"},{begin:"#(x|X)[0-9a-fA-F]+(/[0-9a-fA-F]+)?"},{
+begin:"#(c|C)\\("+i+" +"+i,end:"\\)"}]},b=e.inherit(e.QUOTE_STRING_MODE,{
+illegal:null}),g=e.COMMENT(";","$",{relevance:0}),r={begin:"\\*",end:"\\*"},t={
+className:"symbol",begin:"[:&]"+n},c={begin:n,relevance:0},d={begin:a},o={
+contains:[l,b,r,t,{begin:"\\(",end:"\\)",contains:["self",s,b,l,c]},c],
+variants:[{begin:"['`]\\(",end:"\\)"},{begin:"\\(quote ",end:"\\)",keywords:{
+name:"quote"}},{begin:"'"+a}]},v={variants:[{begin:"'"+n},{
+begin:"#'"+n+"(::"+n+")*"}]},m={begin:"\\(\\s*",end:"\\)"},u={endsWithParent:!0,
+relevance:0};return m.contains=[{className:"name",variants:[{begin:n,relevance:0
+},{begin:a}]},u],u.contains=[o,v,m,s,l,b,g,r,t,d,c],{name:"Lisp",illegal:/\S/,
+contains:[l,e.SHEBANG(),s,b,g,o,v,m,c]}}})());hljs.registerLanguage("dts",(()=>{"use strict";return e=>{const n={
+className:"string",variants:[e.inherit(e.QUOTE_STRING_MODE,{
+begin:'((u8?|U)|L)?"'}),{begin:'(u8?|U)?R"',end:'"',
+contains:[e.BACKSLASH_ESCAPE]},{begin:"'\\\\?.",end:"'",illegal:"."}]},a={
+className:"number",variants:[{
+begin:"\\b(\\d+(\\.\\d*)?|\\.\\d+)(u|U|l|L|ul|UL|f|F)"},{begin:e.C_NUMBER_RE}],
+relevance:0},s={className:"meta",begin:"#",end:"$",keywords:{
+"meta-keyword":"if else elif endif define undef ifdef ifndef"},contains:[{
+begin:/\\\n/,relevance:0},{beginKeywords:"include",end:"$",keywords:{
+"meta-keyword":"include"},contains:[e.inherit(n,{className:"meta-string"}),{
+className:"meta-string",begin:"<",end:">",illegal:"\\n"}]
+},n,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},i={className:"variable",
+begin:/&[a-z\d_]*\b/},d={className:"meta-keyword",begin:"/[a-z][a-z\\d-]*/"},l={
+className:"symbol",begin:"^\\s*[a-zA-Z_][a-zA-Z\\d_]*:"},r={className:"params",
+begin:"<",end:">",contains:[a,i]},_={className:"class",
+begin:/[a-zA-Z_][a-zA-Z\d_@]*\s\{/,end:/[{;=]/,returnBegin:!0,excludeEnd:!0}
+;return{name:"Device Tree",keywords:"",contains:[{className:"class",
+begin:"/\\s*\\{",end:/\};/,relevance:10,
+contains:[i,d,l,_,r,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,n]
+},i,d,l,_,r,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,n,s,{
+begin:e.IDENT_RE+"::",keywords:""}]}}})());hljs.registerLanguage("lua",(()=>{"use strict";return e=>{
+const t="\\[=*\\[",a="\\]=*\\]",n={begin:t,end:a,contains:["self"]
+},o=[e.COMMENT("--(?!\\[=*\\[)","$"),e.COMMENT("--\\[=*\\[",a,{contains:[n],
+relevance:10})];return{name:"Lua",keywords:{$pattern:e.UNDERSCORE_IDENT_RE,
+literal:"true false nil",
+keyword:"and break do else elseif end for goto if in local not or repeat return then until while",
+built_in:"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall arg self coroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove"
+},contains:o.concat([{className:"function",beginKeywords:"function",end:"\\)",
+contains:[e.inherit(e.TITLE_MODE,{
+begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),{className:"params",
+begin:"\\(",endsWithParent:!0,contains:o}].concat(o)
+},e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",
+begin:t,end:a,contains:[n],relevance:5}])}}})());hljs.registerLanguage("scala",(()=>{"use strict";return e=>{const n={
+className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"},{begin:/\$\{/,end:/\}/}]
+},a={className:"string",variants:[{begin:'"',end:'"',illegal:"\\n",
+contains:[e.BACKSLASH_ESCAPE]},{begin:'"""',end:'"""',relevance:10},{
+begin:'[a-z]+"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,n]},{
+className:"string",begin:'[a-z]+"""',end:'"""',contains:[n],relevance:10}]},s={
+className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},t={
+className:"title",
+begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/,
+relevance:0},i={className:"class",beginKeywords:"class object trait type",
+end:/[:={\[\n;]/,excludeEnd:!0,
+contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{
+beginKeywords:"extends with",relevance:10},{begin:/\[/,end:/\]/,excludeBegin:!0,
+excludeEnd:!0,relevance:0,contains:[s]},{className:"params",begin:/\(/,end:/\)/,
+excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[s]},t]},l={
+className:"function",beginKeywords:"def",end:/[:={\[(\n;]/,excludeEnd:!0,
+contains:[t]};return{name:"Scala",keywords:{literal:"true false null",
+keyword:"type yield lazy override def with val var sealed abstract private trait object if forSome for while throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit"
+},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,{className:"symbol",
+begin:"'\\w[\\w\\d_]*(?!')"},s,l,i,e.C_NUMBER_MODE,{className:"meta",
+begin:"@[A-Za-z]+"}]}}})());hljs.registerLanguage("vala",(()=>{"use strict";return e=>({name:"Vala",
+keywords:{
+keyword:"char uchar unichar int uint long ulong short ushort int8 int16 int32 int64 uint8 uint16 uint32 uint64 float double bool struct enum string void weak unowned owned async signal static abstract interface override virtual delegate if while do for foreach else switch case break default return try catch public private protected internal using new this get set const stdout stdin stderr var",
+built_in:"DBus GLib CCode Gee Object Gtk Posix",literal:"false true null"},
+contains:[{className:"class",beginKeywords:"class interface namespace",end:/\{/,
+excludeEnd:!0,illegal:"[^,:\\n\\s\\.]",contains:[e.UNDERSCORE_TITLE_MODE]
+},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"string",begin:'"""',
+end:'"""',relevance:5},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{
+className:"meta",begin:"^#",end:"$",relevance:2}]})})());hljs.registerLanguage("rust",(()=>{"use strict";return e=>{
+const n="([ui](8|16|32|64|128|size)|f(32|64))?",t="drop i8 i16 i32 i64 i128 isize u8 u16 u32 u64 u128 usize f32 f64 str char bool Box Option Result String Vec Copy Send Sized Sync Drop Fn FnMut FnOnce ToOwned Clone Debug PartialEq PartialOrd Eq Ord AsRef AsMut Into From Default Iterator Extend IntoIterator DoubleEndedIterator ExactSizeIterator SliceConcatExt ToString assert! assert_eq! bitflags! bytes! cfg! col! concat! concat_idents! debug_assert! debug_assert_eq! env! panic! file! format! format_args! include_bin! include_str! line! local_data_key! module_path! option_env! print! println! select! stringify! try! unimplemented! unreachable! vec! write! writeln! macro_rules! assert_ne! debug_assert_ne!"
+;return{name:"Rust",aliases:["rs"],keywords:{$pattern:e.IDENT_RE+"!?",
+keyword:"abstract as async await become box break const continue crate do dyn else enum extern false final fn for if impl in let loop macro match mod move mut override priv pub ref return self Self static struct super trait true try type typeof unsafe unsized use virtual where while yield",
+literal:"true false Some None Ok Err",built_in:t},illegal:"</",
+contains:[e.C_LINE_COMMENT_MODE,e.COMMENT("/\\*","\\*/",{contains:["self"]
+}),e.inherit(e.QUOTE_STRING_MODE,{begin:/b?"/,illegal:null}),{
+className:"string",variants:[{begin:/r(#*)"(.|\n)*?"\1(?!#)/},{
+begin:/b?'\\?(x\w{2}|u\w{4}|U\w{8}|.)'/}]},{className:"symbol",
+begin:/'[a-zA-Z_][a-zA-Z0-9_]*/},{className:"number",variants:[{
+begin:"\\b0b([01_]+)"+n},{begin:"\\b0o([0-7_]+)"+n},{
+begin:"\\b0x([A-Fa-f0-9_]+)"+n},{
+begin:"\\b(\\d[\\d_]*(\\.[0-9_]+)?([eE][+-]?[0-9_]+)?)"+n}],relevance:0},{
+className:"function",beginKeywords:"fn",end:"(\\(|<)",excludeEnd:!0,
+contains:[e.UNDERSCORE_TITLE_MODE]},{className:"meta",begin:"#!?\\[",end:"\\]",
+contains:[{className:"meta-string",begin:/"/,end:/"/}]},{className:"class",
+beginKeywords:"type",end:";",contains:[e.inherit(e.UNDERSCORE_TITLE_MODE,{
+endsParent:!0})],illegal:"\\S"},{className:"class",
+beginKeywords:"trait enum struct union",end:/\{/,
+contains:[e.inherit(e.UNDERSCORE_TITLE_MODE,{endsParent:!0})],illegal:"[\\w\\d]"
+},{begin:e.IDENT_RE+"::",keywords:{built_in:t}},{begin:"->"}]}}})());hljs.registerLanguage("python",(()=>{"use strict";return e=>{const n={
+keyword:"and as assert async await break class continue def del elif else except finally for from global if import in is lambda nonlocal|10 not or pass raise return try while with yield",
+built_in:"__import__ abs all any ascii bin bool breakpoint bytearray bytes callable chr classmethod compile complex delattr dict dir divmod enumerate eval exec filter float format frozenset getattr globals hasattr hash help hex id input int isinstance issubclass iter len list locals map max memoryview min next object oct open ord pow print property range repr reversed round set setattr slice sorted staticmethod str sum super tuple type vars zip",
+literal:"__debug__ Ellipsis False None NotImplemented True"},a={
+className:"meta",begin:/^(>>>|\.\.\.) /},s={className:"subst",begin:/\{/,
+end:/\}/,keywords:n,illegal:/#/},i={begin:/\{\{/,relevance:0},r={
+className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{
+begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?'''/,end:/'''/,
+contains:[e.BACKSLASH_ESCAPE,a],relevance:10},{
+begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?"""/,end:/"""/,
+contains:[e.BACKSLASH_ESCAPE,a],relevance:10},{
+begin:/([fF][rR]|[rR][fF]|[fF])'''/,end:/'''/,
+contains:[e.BACKSLASH_ESCAPE,a,i,s]},{begin:/([fF][rR]|[rR][fF]|[fF])"""/,
+end:/"""/,contains:[e.BACKSLASH_ESCAPE,a,i,s]},{begin:/([uU]|[rR])'/,end:/'/,
+relevance:10},{begin:/([uU]|[rR])"/,end:/"/,relevance:10},{
+begin:/([bB]|[bB][rR]|[rR][bB])'/,end:/'/},{begin:/([bB]|[bB][rR]|[rR][bB])"/,
+end:/"/},{begin:/([fF][rR]|[rR][fF]|[fF])'/,end:/'/,
+contains:[e.BACKSLASH_ESCAPE,i,s]},{begin:/([fF][rR]|[rR][fF]|[fF])"/,end:/"/,
+contains:[e.BACKSLASH_ESCAPE,i,s]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]
+},t="[0-9](_?[0-9])*",l=`(\\b(${t}))?\\.(${t})|\\b(${t})\\.`,b={
+className:"number",relevance:0,variants:[{
+begin:`(\\b(${t})|(${l}))[eE][+-]?(${t})[jJ]?\\b`},{begin:`(${l})[jJ]?`},{
+begin:"\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?\\b"},{
+begin:"\\b0[bB](_?[01])+[lL]?\\b"},{begin:"\\b0[oO](_?[0-7])+[lL]?\\b"},{
+begin:"\\b0[xX](_?[0-9a-fA-F])+[lL]?\\b"},{begin:`\\b(${t})[jJ]\\b`}]},o={
+className:"params",variants:[{begin:/\(\s*\)/,skip:!0,className:null},{
+begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:n,
+contains:["self",a,b,r,e.HASH_COMMENT_MODE]}]};return s.contains=[r,b,a],{
+name:"Python",aliases:["py","gyp","ipython"],keywords:n,
+illegal:/(<\/|->|\?)|=>/,contains:[a,b,{begin:/\bself\b/},{beginKeywords:"if",
+relevance:0},r,e.HASH_COMMENT_MODE,{variants:[{className:"function",
+beginKeywords:"def"},{className:"class",beginKeywords:"class"}],end:/:/,
+illegal:/[${=;\n,]/,contains:[e.UNDERSCORE_TITLE_MODE,o,{begin:/->/,
+endsWithParent:!0,keywords:"None"}]},{className:"meta",begin:/^[\t ]*@/,
+end:/(?=#)|$/,contains:[b,o,r]},{begin:/\b(print|exec)\(/}]}}})());hljs.registerLanguage("python-repl",(()=>{"use strict";return s=>({
+aliases:["pycon"],contains:[{className:"meta",starts:{end:/ |$/,starts:{end:"$",
+subLanguage:"python"}},variants:[{begin:/^>>>(?=[ ]|$)/},{
+begin:/^\.\.\.(?=[ ]|$)/}]}]})})());hljs.registerLanguage("ruby",(()=>{"use strict";function e(...e){
+return e.map((e=>{return(n=e)?"string"==typeof n?n:n.source:null;var n
+})).join("")}return n=>{
+var a,i="([a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?)",s={
+keyword:"and then defined module in return redo if BEGIN retry end for self when next until do begin unless END rescue else break undef not super class case require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor __FILE__",
+built_in:"proc lambda",literal:"true false nil"},r={className:"doctag",
+begin:"@[A-Za-z]+"},b={begin:"#<",end:">"},t=[n.COMMENT("#","$",{contains:[r]
+}),n.COMMENT("^=begin","^=end",{contains:[r],relevance:10
+}),n.COMMENT("^__END__","\\n$")],c={className:"subst",begin:/#\{/,end:/\}/,
+keywords:s},d={className:"string",contains:[n.BACKSLASH_ESCAPE,c],variants:[{
+begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:/%[qQwWx]?\(/,
+end:/\)/},{begin:/%[qQwWx]?\[/,end:/\]/},{begin:/%[qQwWx]?\{/,end:/\}/},{
+begin:/%[qQwWx]?</,end:/>/},{begin:/%[qQwWx]?\//,end:/\//},{begin:/%[qQwWx]?%/,
+end:/%/},{begin:/%[qQwWx]?-/,end:/-/},{begin:/%[qQwWx]?\|/,end:/\|/},{
+begin:/\B\?(\\\d{1,3}|\\x[A-Fa-f0-9]{1,2}|\\u[A-Fa-f0-9]{4}|\\?\S)\b/},{
+begin:/<<[-~]?'?(\w+)(?:.|\n)*?\n\s*\1\b/,returnBegin:!0,contains:[{
+begin:/<<[-~]?'?/},n.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,
+contains:[n.BACKSLASH_ESCAPE,c]})]}]},g="[0-9](_?[0-9])*",l={className:"number",
+relevance:0,variants:[{
+begin:`\\b([1-9](_?[0-9])*|0)(\\.(${g}))?([eE][+-]?(${g})|r)?i?\\b`},{
+begin:"\\b0[dD][0-9](_?[0-9])*r?i?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*r?i?\\b"
+},{begin:"\\b0[oO][0-7](_?[0-7])*r?i?\\b"},{
+begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*r?i?\\b"},{
+begin:"\\b0(_?[0-7])+r?i?\\b"}]},o={className:"params",begin:"\\(",end:"\\)",
+endsParent:!0,keywords:s},_=[d,{className:"class",beginKeywords:"class module",
+end:"$|;",illegal:/=/,contains:[n.inherit(n.TITLE_MODE,{
+begin:"[A-Za-z_]\\w*(::\\w+)*(\\?|!)?"}),{begin:"<\\s*",contains:[{
+begin:"("+n.IDENT_RE+"::)?"+n.IDENT_RE}]}].concat(t)},{className:"function",
+begin:e(/def\s*/,(a=i+"\\s*(\\(|;|$)",e("(?=",a,")"))),keywords:"def",end:"$|;",
+contains:[n.inherit(n.TITLE_MODE,{begin:i}),o].concat(t)},{begin:n.IDENT_RE+"::"
+},{className:"symbol",begin:n.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{
+className:"symbol",begin:":(?!\\s)",contains:[d,{begin:i}],relevance:0},l,{
+className:"variable",
+begin:"(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])"},{
+className:"params",begin:/\|/,end:/\|/,relevance:0,keywords:s},{
+begin:"("+n.RE_STARTERS_RE+"|unless)\\s*",keywords:"unless",contains:[{
+className:"regexp",contains:[n.BACKSLASH_ESCAPE,c],illegal:/\n/,variants:[{
+begin:"/",end:"/[a-z]*"},{begin:/%r\{/,end:/\}[a-z]*/},{begin:"%r\\(",
+end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]
+}].concat(b,t),relevance:0}].concat(b,t);c.contains=_,o.contains=_;var E=[{
+begin:/^\s*=>/,starts:{end:"$",contains:_}},{className:"meta",
+begin:"^([>?]>|[\\w#]+\\(\\w+\\):\\d+:\\d+>|(\\w+-)?\\d+\\.\\d+\\.\\d(p\\d+)?[^>]+>)(?=[ ])",
+starts:{end:"$",contains:_}}];return t.unshift(b),{name:"Ruby",
+aliases:["rb","gemspec","podspec","thor","irb"],keywords:s,illegal:/\/\*/,
+contains:[n.SHEBANG({binary:"ruby"})].concat(E).concat(t).concat(_)}}})());hljs.registerLanguage("yaml",(()=>{"use strict";return e=>{
+var n="true false yes no null",a="[\\w#;/?:@&=+$,.~*'()[\\]]+",s={
+className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/
+},{begin:/\S+/}],contains:[e.BACKSLASH_ESCAPE,{className:"template-variable",
+variants:[{begin:/\{\{/,end:/\}\}/},{begin:/%\{/,end:/\}/}]}]},i=e.inherit(s,{
+variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),l={
+end:",",endsWithParent:!0,excludeEnd:!0,contains:[],keywords:n,relevance:0},t={
+begin:/\{/,end:/\}/,contains:[l],illegal:"\\n",relevance:0},g={begin:"\\[",
+end:"\\]",contains:[l],illegal:"\\n",relevance:0},b=[{className:"attr",
+variants:[{begin:"\\w[\\w :\\/.-]*:(?=[ \t]|$)"},{
+begin:'"\\w[\\w :\\/.-]*":(?=[ \t]|$)'},{begin:"'\\w[\\w :\\/.-]*':(?=[ \t]|$)"
+}]},{className:"meta",begin:"^---\\s*$",relevance:10},{className:"string",
+begin:"[\\|>]([1-9]?[+-])?[ ]*\\n( +)[^\\n]+\\n(\\2[^\\n]+\\n?)*"},{
+begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,
+relevance:0},{className:"type",begin:"!\\w+!"+a},{className:"type",
+begin:"!<"+a+">"},{className:"type",begin:"!"+a},{className:"type",begin:"!!"+a
+},{className:"meta",begin:"&"+e.UNDERSCORE_IDENT_RE+"$"},{className:"meta",
+begin:"\\*"+e.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"-(?=[ ]|$)",
+relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:n,keywords:{literal:n}},{
+className:"number",
+begin:"\\b[0-9]{4}(-[0-9][0-9]){0,2}([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?(\\.[0-9]*)?([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?\\b"
+},{className:"number",begin:e.C_NUMBER_RE+"\\b",relevance:0},t,g,s],r=[...b]
+;return r.pop(),r.push(i),l.contains=r,{name:"YAML",case_insensitive:!0,
+aliases:["yml","YAML"],contains:b}}})());hljs.registerLanguage("prolog",(()=>{"use strict";return n=>{const e={
+begin:/\(/,end:/\)/,relevance:0},a={begin:/\[/,end:/\]/},s={className:"comment",
+begin:/%/,end:/$/,contains:[n.PHRASAL_WORDS_MODE]},i={className:"string",
+begin:/`/,end:/`/,contains:[n.BACKSLASH_ESCAPE]},g=[{begin:/[a-z][A-Za-z0-9_]*/,
+relevance:0},{className:"symbol",variants:[{begin:/[A-Z][a-zA-Z0-9_]*/},{
+begin:/_[A-Za-z0-9_]*/}],relevance:0},e,{begin:/:-/
+},a,s,n.C_BLOCK_COMMENT_MODE,n.QUOTE_STRING_MODE,n.APOS_STRING_MODE,i,{
+className:"string",begin:/0'(\\'|.)/},{className:"string",begin:/0'\\s/
+},n.C_NUMBER_MODE];return e.contains=g,a.contains=g,{name:"Prolog",
+contains:g.concat([{begin:/\.$/}])}}})());hljs.registerLanguage("scheme",(()=>{"use strict";return e=>{
+var t="[^\\(\\)\\[\\]\\{\\}\",'`;#|\\\\\\s]+",n={$pattern:t,
+"builtin-name":"case-lambda call/cc class define-class exit-handler field import inherit init-field interface let*-values let-values let/ec mixin opt-lambda override protect provide public rename require require-for-syntax syntax syntax-case syntax-error unit/sig unless when with-syntax and begin call-with-current-continuation call-with-input-file call-with-output-file case cond define define-syntax delay do dynamic-wind else for-each if lambda let let* let-syntax letrec letrec-syntax map or syntax-rules ' * + , ,@ - ... / ; < <= = => > >= ` abs acos angle append apply asin assoc assq assv atan boolean? caar cadr call-with-input-file call-with-output-file call-with-values car cdddar cddddr cdr ceiling char->integer char-alphabetic? char-ci<=? char-ci<? char-ci=? char-ci>=? char-ci>? char-downcase char-lower-case? char-numeric? char-ready? char-upcase char-upper-case? char-whitespace? char<=? char<? char=? char>=? char>? char? close-input-port close-output-port complex? cons cos current-input-port current-output-port denominator display eof-object? eq? equal? eqv? eval even? exact->inexact exact? exp expt floor force gcd imag-part inexact->exact inexact? input-port? integer->char integer? interaction-environment lcm length list list->string list->vector list-ref list-tail list? load log magnitude make-polar make-rectangular make-string make-vector max member memq memv min modulo negative? newline not null-environment null? number->string number? numerator odd? open-input-file open-output-file output-port? pair? peek-char port? positive? procedure? quasiquote quote quotient rational? rationalize read read-char real-part real? remainder reverse round scheme-report-environment set! set-car! set-cdr! sin sqrt string string->list string->number string->symbol string-append string-ci<=? string-ci<? string-ci=? string-ci>=? string-ci>? string-copy string-fill! string-length string-ref string-set! string<=? string<? string=? string>=? string>? string? substring symbol->string symbol? tan transcript-off transcript-on truncate values vector vector->list vector-fill! vector-length vector-ref vector-set! with-input-from-file with-output-to-file write write-char zero?"
+},r={className:"literal",begin:"(#t|#f|#\\\\"+t+"|#\\\\.)"},a={
+className:"number",variants:[{begin:"(-|\\+)?\\d+([./]\\d+)?",relevance:0},{
+begin:"(-|\\+)?\\d+([./]\\d+)?[+\\-](-|\\+)?\\d+([./]\\d+)?i",relevance:0},{
+begin:"#b[0-1]+(/[0-1]+)?"},{begin:"#o[0-7]+(/[0-7]+)?"},{
+begin:"#x[0-9a-f]+(/[0-9a-f]+)?"}]},i=e.QUOTE_STRING_MODE,c=[e.COMMENT(";","$",{
+relevance:0}),e.COMMENT("#\\|","\\|#")],s={begin:t,relevance:0},l={
+className:"symbol",begin:"'"+t},o={endsWithParent:!0,relevance:0},g={variants:[{
+begin:/'/},{begin:"`"}],contains:[{begin:"\\(",end:"\\)",
+contains:["self",r,i,a,s,l]}]},u={className:"name",relevance:0,begin:t,
+keywords:n},d={variants:[{begin:"\\(",end:"\\)"},{begin:"\\[",end:"\\]"}],
+contains:[{begin:/lambda/,endsWithParent:!0,returnBegin:!0,contains:[u,{
+begin:/\(/,end:/\)/,endsParent:!0,contains:[s]}]},u,o]}
+;return o.contains=[r,a,i,s,l,g,d].concat(c),{name:"Scheme",illegal:/\S/,
+contains:[e.SHEBANG(),a,i,l,g,d].concat(c)}}})());hljs.registerLanguage("vim",(()=>{"use strict";return e=>({name:"Vim Script",
+keywords:{$pattern:/[!#@\w]+/,
+keyword:"N|0 P|0 X|0 a|0 ab abc abo al am an|0 ar arga argd arge argdo argg argl argu as au aug aun b|0 bN ba bad bd be bel bf bl bm bn bo bp br brea breaka breakd breakl bro bufdo buffers bun bw c|0 cN cNf ca cabc caddb cad caddf cal cat cb cc ccl cd ce cex cf cfir cgetb cgete cg changes chd che checkt cl cla clo cm cmapc cme cn cnew cnf cno cnorea cnoreme co col colo com comc comp con conf cope cp cpf cq cr cs cst cu cuna cunme cw delm deb debugg delc delf dif diffg diffo diffp diffpu diffs diffthis dig di dl dell dj dli do doautoa dp dr ds dsp e|0 ea ec echoe echoh echom echon el elsei em en endfo endf endt endw ene ex exe exi exu f|0 files filet fin fina fini fir fix fo foldc foldd folddoc foldo for fu go gr grepa gu gv ha helpf helpg helpt hi hid his ia iabc if ij il im imapc ime ino inorea inoreme int is isp iu iuna iunme j|0 ju k|0 keepa kee keepj lN lNf l|0 lad laddb laddf la lan lat lb lc lch lcl lcs le lefta let lex lf lfir lgetb lgete lg lgr lgrepa lh ll lla lli lmak lm lmapc lne lnew lnf ln loadk lo loc lockv lol lope lp lpf lr ls lt lu lua luad luaf lv lvimgrepa lw m|0 ma mak map mapc marks mat me menut mes mk mks mksp mkv mkvie mod mz mzf nbc nb nbs new nm nmapc nme nn nnoreme noa no noh norea noreme norm nu nun nunme ol o|0 om omapc ome on ono onoreme opt ou ounme ow p|0 profd prof pro promptr pc ped pe perld po popu pp pre prev ps pt ptN ptf ptj ptl ptn ptp ptr pts pu pw py3 python3 py3d py3f py pyd pyf quita qa rec red redi redr redraws reg res ret retu rew ri rightb rub rubyd rubyf rund ru rv sN san sa sal sav sb sbN sba sbf sbl sbm sbn sbp sbr scrip scripte scs se setf setg setl sf sfir sh sim sig sil sl sla sm smap smapc sme sn sni sno snor snoreme sor so spelld spe spelli spellr spellu spellw sp spr sre st sta startg startr star stopi stj sts sun sunm sunme sus sv sw sy synti sync tN tabN tabc tabdo tabe tabf tabfir tabl tabm tabnew tabn tabo tabp tabr tabs tab ta tags tc tcld tclf te tf th tj tl tm tn to tp tr try ts tu u|0 undoj undol una unh unl unlo unm unme uns up ve verb vert vim vimgrepa vi viu vie vm vmapc vme vne vn vnoreme vs vu vunme windo w|0 wN wa wh wi winc winp wn wp wq wqa ws wu wv x|0 xa xmapc xm xme xn xnoreme xu xunme y|0 z|0 ~ Next Print append abbreviate abclear aboveleft all amenu anoremenu args argadd argdelete argedit argglobal arglocal argument ascii autocmd augroup aunmenu buffer bNext ball badd bdelete behave belowright bfirst blast bmodified bnext botright bprevious brewind break breakadd breakdel breaklist browse bunload bwipeout change cNext cNfile cabbrev cabclear caddbuffer caddexpr caddfile call catch cbuffer cclose center cexpr cfile cfirst cgetbuffer cgetexpr cgetfile chdir checkpath checktime clist clast close cmap cmapclear cmenu cnext cnewer cnfile cnoremap cnoreabbrev cnoremenu copy colder colorscheme command comclear compiler continue confirm copen cprevious cpfile cquit crewind cscope cstag cunmap cunabbrev cunmenu cwindow delete delmarks debug debuggreedy delcommand delfunction diffupdate diffget diffoff diffpatch diffput diffsplit digraphs display deletel djump dlist doautocmd doautoall deletep drop dsearch dsplit edit earlier echo echoerr echohl echomsg else elseif emenu endif endfor endfunction endtry endwhile enew execute exit exusage file filetype find finally finish first fixdel fold foldclose folddoopen folddoclosed foldopen function global goto grep grepadd gui gvim hardcopy help helpfind helpgrep helptags highlight hide history insert iabbrev iabclear ijump ilist imap imapclear imenu inoremap inoreabbrev inoremenu intro isearch isplit iunmap iunabbrev iunmenu join jumps keepalt keepmarks keepjumps lNext lNfile list laddexpr laddbuffer laddfile last language later lbuffer lcd lchdir lclose lcscope left leftabove lexpr lfile lfirst lgetbuffer lgetexpr lgetfile lgrep lgrepadd lhelpgrep llast llist lmake lmap lmapclear lnext lnewer lnfile lnoremap loadkeymap loadview lockmarks lockvar lolder lopen lprevious lpfile lrewind ltag lunmap luado luafile lvimgrep lvimgrepadd lwindow move mark make mapclear match menu menutranslate messages mkexrc mksession mkspell mkvimrc mkview mode mzscheme mzfile nbclose nbkey nbsart next nmap nmapclear nmenu nnoremap nnoremenu noautocmd noremap nohlsearch noreabbrev noremenu normal number nunmap nunmenu oldfiles open omap omapclear omenu only onoremap onoremenu options ounmap ounmenu ownsyntax print profdel profile promptfind promptrepl pclose pedit perl perldo pop popup ppop preserve previous psearch ptag ptNext ptfirst ptjump ptlast ptnext ptprevious ptrewind ptselect put pwd py3do py3file python pydo pyfile quit quitall qall read recover redo redir redraw redrawstatus registers resize retab return rewind right rightbelow ruby rubydo rubyfile rundo runtime rviminfo substitute sNext sandbox sargument sall saveas sbuffer sbNext sball sbfirst sblast sbmodified sbnext sbprevious sbrewind scriptnames scriptencoding scscope set setfiletype setglobal setlocal sfind sfirst shell simalt sign silent sleep slast smagic smapclear smenu snext sniff snomagic snoremap snoremenu sort source spelldump spellgood spellinfo spellrepall spellundo spellwrong split sprevious srewind stop stag startgreplace startreplace startinsert stopinsert stjump stselect sunhide sunmap sunmenu suspend sview swapname syntax syntime syncbind tNext tabNext tabclose tabedit tabfind tabfirst tablast tabmove tabnext tabonly tabprevious tabrewind tag tcl tcldo tclfile tearoff tfirst throw tjump tlast tmenu tnext topleft tprevious trewind tselect tunmenu undo undojoin undolist unabbreviate unhide unlet unlockvar unmap unmenu unsilent update vglobal version verbose vertical vimgrep vimgrepadd visual viusage view vmap vmapclear vmenu vnew vnoremap vnoremenu vsplit vunmap vunmenu write wNext wall while winsize wincmd winpos wnext wprevious wqall wsverb wundo wviminfo xit xall xmapclear xmap xmenu xnoremap xnoremenu xunmap xunmenu yank",
+built_in:"synIDtrans atan2 range matcharg did_filetype asin feedkeys xor argv complete_check add getwinposx getqflist getwinposy screencol clearmatches empty extend getcmdpos mzeval garbagecollect setreg ceil sqrt diff_hlID inputsecret get getfperm getpid filewritable shiftwidth max sinh isdirectory synID system inputrestore winline atan visualmode inputlist tabpagewinnr round getregtype mapcheck hasmapto histdel argidx findfile sha256 exists toupper getcmdline taglist string getmatches bufnr strftime winwidth bufexists strtrans tabpagebuflist setcmdpos remote_read printf setloclist getpos getline bufwinnr float2nr len getcmdtype diff_filler luaeval resolve libcallnr foldclosedend reverse filter has_key bufname str2float strlen setline getcharmod setbufvar index searchpos shellescape undofile foldclosed setqflist buflisted strchars str2nr virtcol floor remove undotree remote_expr winheight gettabwinvar reltime cursor tabpagenr finddir localtime acos getloclist search tanh matchend rename gettabvar strdisplaywidth type abs py3eval setwinvar tolower wildmenumode log10 spellsuggest bufloaded synconcealed nextnonblank server2client complete settabwinvar executable input wincol setmatches getftype hlID inputsave searchpair or screenrow line settabvar histadd deepcopy strpart remote_peek and eval getftime submatch screenchar winsaveview matchadd mkdir screenattr getfontname libcall reltimestr getfsize winnr invert pow getbufline byte2line soundfold repeat fnameescape tagfiles sin strwidth spellbadword trunc maparg log lispindent hostname setpos globpath remote_foreground getchar synIDattr fnamemodify cscope_connection stridx winbufnr indent min complete_add nr2char searchpairpos inputdialog values matchlist items hlexists strridx browsedir expand fmod pathshorten line2byte argc count getwinvar glob foldtextresult getreg foreground cosh matchdelete has char2nr simplify histget searchdecl iconv winrestcmd pumvisible writefile foldlevel haslocaldir keys cos matchstr foldtext histnr tan tempname getcwd byteidx getbufvar islocked escape eventhandler remote_send serverlist winrestview synstack pyeval prevnonblank readfile cindent filereadable changenr exp"
+},illegal:/;/,contains:[e.NUMBER_MODE,{className:"string",begin:"'",end:"'",
+illegal:"\\n"},{className:"string",begin:/"(\\"|\n\\|[^"\n])*"/
+},e.COMMENT('"',"$"),{className:"variable",begin:/[bwtglsav]:[\w\d_]*/},{
+className:"function",beginKeywords:"function function!",end:"$",relevance:0,
+contains:[e.TITLE_MODE,{className:"params",begin:"\\(",end:"\\)"}]},{
+className:"symbol",begin:/<[\w-]+>/}]})})());hljs.registerLanguage("sql",(()=>{"use strict";return e=>{
+var t=e.COMMENT("--","$");return{name:"SQL",case_insensitive:!0,
+illegal:/[<>{}*]/,contains:[{
+beginKeywords:"begin end start commit rollback savepoint lock alter create drop rename call delete do handler insert load replace select truncate update set show pragma grant merge describe use explain help declare prepare execute deallocate release unlock purge reset change stop analyze cache flush optimize repair kill install uninstall checksum restore check backup revoke comment values with",
+end:/;/,endsWithParent:!0,keywords:{$pattern:/[\w\.]+/,
+keyword:"as abort abs absolute acc acce accep accept access accessed accessible account acos action activate add addtime admin administer advanced advise aes_decrypt aes_encrypt after agent aggregate ali alia alias all allocate allow alter always analyze ancillary and anti any anydata anydataset anyschema anytype apply archive archived archivelog are as asc ascii asin assembly assertion associate asynchronous at atan atn2 attr attri attrib attribu attribut attribute attributes audit authenticated authentication authid authors auto autoallocate autodblink autoextend automatic availability avg backup badfile basicfile before begin beginning benchmark between bfile bfile_base big bigfile bin binary_double binary_float binlog bit_and bit_count bit_length bit_or bit_xor bitmap blob_base block blocksize body both bound bucket buffer_cache buffer_pool build bulk by byte byteordermark bytes cache caching call calling cancel capacity cascade cascaded case cast catalog category ceil ceiling chain change changed char_base char_length character_length characters characterset charindex charset charsetform charsetid check checksum checksum_agg child choose chr chunk class cleanup clear client clob clob_base clone close cluster_id cluster_probability cluster_set clustering coalesce coercibility col collate collation collect colu colum column column_value columns columns_updated comment commit compact compatibility compiled complete composite_limit compound compress compute concat concat_ws concurrent confirm conn connec connect connect_by_iscycle connect_by_isleaf connect_by_root connect_time connection consider consistent constant constraint constraints constructor container content contents context contributors controlfile conv convert convert_tz corr corr_k corr_s corresponding corruption cos cost count count_big counted covar_pop covar_samp cpu_per_call cpu_per_session crc32 create creation critical cross cube cume_dist curdate current current_date current_time current_timestamp current_user cursor curtime customdatum cycle data database databases datafile datafiles datalength date_add date_cache date_format date_sub dateadd datediff datefromparts datename datepart datetime2fromparts day day_to_second dayname dayofmonth dayofweek dayofyear days db_role_change dbtimezone ddl deallocate declare decode decompose decrement decrypt deduplicate def defa defau defaul default defaults deferred defi defin define degrees delayed delegate delete delete_all delimited demand dense_rank depth dequeue des_decrypt des_encrypt des_key_file desc descr descri describ describe descriptor deterministic diagnostics difference dimension direct_load directory disable disable_all disallow disassociate discardfile disconnect diskgroup distinct distinctrow distribute distributed div do document domain dotnet double downgrade drop dumpfile duplicate duration each edition editionable editions element ellipsis else elsif elt empty enable enable_all enclosed encode encoding encrypt end end-exec endian enforced engine engines enqueue enterprise entityescaping eomonth error errors escaped evalname evaluate event eventdata events except exception exceptions exchange exclude excluding execu execut execute exempt exists exit exp expire explain explode export export_set extended extent external external_1 external_2 externally extract failed failed_login_attempts failover failure far fast feature_set feature_value fetch field fields file file_name_convert filesystem_like_logging final finish first first_value fixed flash_cache flashback floor flush following follows for forall force foreign form forma format found found_rows freelist freelists freepools fresh from from_base64 from_days ftp full function general generated get get_format get_lock getdate getutcdate global global_name globally go goto grant grants greatest group group_concat group_id grouping grouping_id groups gtid_subtract guarantee guard handler hash hashkeys having hea head headi headin heading heap help hex hierarchy high high_priority hosts hour hours http id ident_current ident_incr ident_seed identified identity idle_time if ifnull ignore iif ilike ilm immediate import in include including increment index indexes indexing indextype indicator indices inet6_aton inet6_ntoa inet_aton inet_ntoa infile initial initialized initially initrans inmemory inner innodb input insert install instance instantiable instr interface interleaved intersect into invalidate invisible is is_free_lock is_ipv4 is_ipv4_compat is_not is_not_null is_used_lock isdate isnull isolation iterate java join json json_exists keep keep_duplicates key keys kill language large last last_day last_insert_id last_value lateral lax lcase lead leading least leaves left len lenght length less level levels library like like2 like4 likec limit lines link list listagg little ln load load_file lob lobs local localtime localtimestamp locate locator lock locked log log10 log2 logfile logfiles logging logical logical_reads_per_call logoff logon logs long loop low low_priority lower lpad lrtrim ltrim main make_set makedate maketime managed management manual map mapping mask master master_pos_wait match matched materialized max maxextents maximize maxinstances maxlen maxlogfiles maxloghistory maxlogmembers maxsize maxtrans md5 measures median medium member memcompress memory merge microsecond mid migration min minextents minimum mining minus minute minutes minvalue missing mod mode model modification modify module monitoring month months mount move movement multiset mutex name name_const names nan national native natural nav nchar nclob nested never new newline next nextval no no_write_to_binlog noarchivelog noaudit nobadfile nocheck nocompress nocopy nocycle nodelay nodiscardfile noentityescaping noguarantee nokeep nologfile nomapping nomaxvalue nominimize nominvalue nomonitoring none noneditionable nonschema noorder nopr nopro noprom nopromp noprompt norely noresetlogs noreverse normal norowdependencies noschemacheck noswitch not nothing notice notnull notrim novalidate now nowait nth_value nullif nulls num numb numbe nvarchar nvarchar2 object ocicoll ocidate ocidatetime ociduration ociinterval ociloblocator ocinumber ociref ocirefcursor ocirowid ocistring ocitype oct octet_length of off offline offset oid oidindex old on online only opaque open operations operator optimal optimize option optionally or oracle oracle_date oradata ord ordaudio orddicom orddoc order ordimage ordinality ordvideo organization orlany orlvary out outer outfile outline output over overflow overriding package pad parallel parallel_enable parameters parent parse partial partition partitions pascal passing password password_grace_time password_lock_time password_reuse_max password_reuse_time password_verify_function patch path patindex pctincrease pctthreshold pctused pctversion percent percent_rank percentile_cont percentile_disc performance period period_add period_diff permanent physical pi pipe pipelined pivot pluggable plugin policy position post_transaction pow power pragma prebuilt precedes preceding precision prediction prediction_cost prediction_details prediction_probability prediction_set prepare present preserve prior priority private private_sga privileges procedural procedure procedure_analyze processlist profiles project prompt protection public publishingservername purge quarter query quick quiesce quota quotename radians raise rand range rank raw read reads readsize rebuild record records recover recovery recursive recycle redo reduced ref reference referenced references referencing refresh regexp_like register regr_avgx regr_avgy regr_count regr_intercept regr_r2 regr_slope regr_sxx regr_sxy reject rekey relational relative relaylog release release_lock relies_on relocate rely rem remainder rename repair repeat replace replicate replication required reset resetlogs resize resource respect restore restricted result result_cache resumable resume retention return returning returns reuse reverse revoke right rlike role roles rollback rolling rollup round row row_count rowdependencies rowid rownum rows rtrim rules safe salt sample save savepoint sb1 sb2 sb4 scan schema schemacheck scn scope scroll sdo_georaster sdo_topo_geometry search sec_to_time second seconds section securefile security seed segment select self semi sequence sequential serializable server servererror session session_user sessions_per_user set sets settings sha sha1 sha2 share shared shared_pool short show shrink shutdown si_averagecolor si_colorhistogram si_featurelist si_positionalcolor si_stillimage si_texture siblings sid sign sin size size_t sizes skip slave sleep smalldatetimefromparts smallfile snapshot some soname sort soundex source space sparse spfile split sql sql_big_result sql_buffer_result sql_cache sql_calc_found_rows sql_small_result sql_variant_property sqlcode sqldata sqlerror sqlname sqlstate sqrt square standalone standby start starting startup statement static statistics stats_binomial_test stats_crosstab stats_ks_test stats_mode stats_mw_test stats_one_way_anova stats_t_test_ stats_t_test_indep stats_t_test_one stats_t_test_paired stats_wsr_test status std stddev stddev_pop stddev_samp stdev stop storage store stored str str_to_date straight_join strcmp strict string struct stuff style subdate subpartition subpartitions substitutable substr substring subtime subtring_index subtype success sum suspend switch switchoffset switchover sync synchronous synonym sys sys_xmlagg sysasm sysaux sysdate sysdatetimeoffset sysdba sysoper system system_user sysutcdatetime table tables tablespace tablesample tan tdo template temporary terminated tertiary_weights test than then thread through tier ties time time_format time_zone timediff timefromparts timeout timestamp timestampadd timestampdiff timezone_abbr timezone_minute timezone_region to to_base64 to_date to_days to_seconds todatetimeoffset trace tracking transaction transactional translate translation treat trigger trigger_nestlevel triggers trim truncate try_cast try_convert try_parse type ub1 ub2 ub4 ucase unarchived unbounded uncompress under undo unhex unicode uniform uninstall union unique unix_timestamp unknown unlimited unlock unnest unpivot unrecoverable unsafe unsigned until untrusted unusable unused update updated upgrade upped upper upsert url urowid usable usage use use_stored_outlines user user_data user_resources users using utc_date utc_timestamp uuid uuid_short validate validate_password_strength validation valist value values var var_samp varcharc vari varia variab variabl variable variables variance varp varraw varrawc varray verify version versions view virtual visible void wait wallet warning warnings week weekday weekofyear wellformed when whene whenev wheneve whenever where while whitespace window with within without work wrapped xdb xml xmlagg xmlattributes xmlcast xmlcolattval xmlelement xmlexists xmlforest xmlindex xmlnamespaces xmlpi xmlquery xmlroot xmlschema xmlserialize xmltable xmltype xor year year_to_month years yearweek",
+literal:"true false null unknown",
+built_in:"array bigint binary bit blob bool boolean char character date dec decimal float int int8 integer interval number numeric real record serial serial8 smallint text time timestamp tinyint varchar varchar2 varying void"
+},contains:[{className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},{
+className:"string",begin:'"',end:'"',contains:[{begin:'""'}]},{
+className:"string",begin:"`",end:"`"
+},e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,t,e.HASH_COMMENT_MODE]
+},e.C_BLOCK_COMMENT_MODE,t,e.HASH_COMMENT_MODE]}}})());hljs.registerLanguage("shell",(()=>{"use strict";return s=>({
+name:"Shell Session",aliases:["console"],contains:[{className:"meta",
+begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#]/,starts:{end:/[^\\](?=\s*$)/,
+subLanguage:"bash"}}]})})());hljs.registerLanguage("gml",(()=>{"use strict";return e=>({name:"GML",
+aliases:["gml","GML"],case_insensitive:!1,keywords:{
+keyword:"begin end if then else while do for break continue with until repeat exit and or xor not return mod div switch case default var globalvar enum #macro #region #endregion",
+built_in:"is_real is_string is_array is_undefined is_int32 is_int64 is_ptr is_vec3 is_vec4 is_matrix is_bool typeof variable_global_exists variable_global_get variable_global_set variable_instance_exists variable_instance_get variable_instance_set variable_instance_get_names array_length_1d array_length_2d array_height_2d array_equals array_create array_copy random random_range irandom irandom_range random_set_seed random_get_seed randomize randomise choose abs round floor ceil sign frac sqrt sqr exp ln log2 log10 sin cos tan arcsin arccos arctan arctan2 dsin dcos dtan darcsin darccos darctan darctan2 degtorad radtodeg power logn min max mean median clamp lerp dot_product dot_product_3d dot_product_normalised dot_product_3d_normalised dot_product_normalized dot_product_3d_normalized math_set_epsilon math_get_epsilon angle_difference point_distance_3d point_distance point_direction lengthdir_x lengthdir_y real string int64 ptr string_format chr ansi_char ord string_length string_byte_length string_pos string_copy string_char_at string_ord_at string_byte_at string_set_byte_at string_delete string_insert string_lower string_upper string_repeat string_letters string_digits string_lettersdigits string_replace string_replace_all string_count string_hash_to_newline clipboard_has_text clipboard_set_text clipboard_get_text date_current_datetime date_create_datetime date_valid_datetime date_inc_year date_inc_month date_inc_week date_inc_day date_inc_hour date_inc_minute date_inc_second date_get_year date_get_month date_get_week date_get_day date_get_hour date_get_minute date_get_second date_get_weekday date_get_day_of_year date_get_hour_of_year date_get_minute_of_year date_get_second_of_year date_year_span date_month_span date_week_span date_day_span date_hour_span date_minute_span date_second_span date_compare_datetime date_compare_date date_compare_time date_date_of date_time_of date_datetime_string date_date_string date_time_string date_days_in_month date_days_in_year date_leap_year date_is_today date_set_timezone date_get_timezone game_set_speed game_get_speed motion_set motion_add place_free place_empty place_meeting place_snapped move_random move_snap move_towards_point move_contact_solid move_contact_all move_outside_solid move_outside_all move_bounce_solid move_bounce_all move_wrap distance_to_point distance_to_object position_empty position_meeting path_start path_end mp_linear_step mp_potential_step mp_linear_step_object mp_potential_step_object mp_potential_settings mp_linear_path mp_potential_path mp_linear_path_object mp_potential_path_object mp_grid_create mp_grid_destroy mp_grid_clear_all mp_grid_clear_cell mp_grid_clear_rectangle mp_grid_add_cell mp_grid_get_cell mp_grid_add_rectangle mp_grid_add_instances mp_grid_path mp_grid_draw mp_grid_to_ds_grid collision_point collision_rectangle collision_circle collision_ellipse collision_line collision_point_list collision_rectangle_list collision_circle_list collision_ellipse_list collision_line_list instance_position_list instance_place_list point_in_rectangle point_in_triangle point_in_circle rectangle_in_rectangle rectangle_in_triangle rectangle_in_circle instance_find instance_exists instance_number instance_position instance_nearest instance_furthest instance_place instance_create_depth instance_create_layer instance_copy instance_change instance_destroy position_destroy position_change instance_id_get instance_deactivate_all instance_deactivate_object instance_deactivate_region instance_activate_all instance_activate_object instance_activate_region room_goto room_goto_previous room_goto_next room_previous room_next room_restart game_end game_restart game_load game_save game_save_buffer game_load_buffer event_perform event_user event_perform_object event_inherited show_debug_message show_debug_overlay debug_event debug_get_callstack alarm_get alarm_set font_texture_page_size keyboard_set_map keyboard_get_map keyboard_unset_map keyboard_check keyboard_check_pressed keyboard_check_released keyboard_check_direct keyboard_get_numlock keyboard_set_numlock keyboard_key_press keyboard_key_release keyboard_clear io_clear mouse_check_button mouse_check_button_pressed mouse_check_button_released mouse_wheel_up mouse_wheel_down mouse_clear draw_self draw_sprite draw_sprite_pos draw_sprite_ext draw_sprite_stretched draw_sprite_stretched_ext draw_sprite_tiled draw_sprite_tiled_ext draw_sprite_part draw_sprite_part_ext draw_sprite_general draw_clear draw_clear_alpha draw_point draw_line draw_line_width draw_rectangle draw_roundrect draw_roundrect_ext draw_triangle draw_circle draw_ellipse draw_set_circle_precision draw_arrow draw_button draw_path draw_healthbar draw_getpixel draw_getpixel_ext draw_set_colour draw_set_color draw_set_alpha draw_get_colour draw_get_color draw_get_alpha merge_colour make_colour_rgb make_colour_hsv colour_get_red colour_get_green colour_get_blue colour_get_hue colour_get_saturation colour_get_value merge_color make_color_rgb make_color_hsv color_get_red color_get_green color_get_blue color_get_hue color_get_saturation color_get_value merge_color screen_save screen_save_part draw_set_font draw_set_halign draw_set_valign draw_text draw_text_ext string_width string_height string_width_ext string_height_ext draw_text_transformed draw_text_ext_transformed draw_text_colour draw_text_ext_colour draw_text_transformed_colour draw_text_ext_transformed_colour draw_text_color draw_text_ext_color draw_text_transformed_color draw_text_ext_transformed_color draw_point_colour draw_line_colour draw_line_width_colour draw_rectangle_colour draw_roundrect_colour draw_roundrect_colour_ext draw_triangle_colour draw_circle_colour draw_ellipse_colour draw_point_color draw_line_color draw_line_width_color draw_rectangle_color draw_roundrect_color draw_roundrect_color_ext draw_triangle_color draw_circle_color draw_ellipse_color draw_primitive_begin draw_vertex draw_vertex_colour draw_vertex_color draw_primitive_end sprite_get_uvs font_get_uvs sprite_get_texture font_get_texture texture_get_width texture_get_height texture_get_uvs draw_primitive_begin_texture draw_vertex_texture draw_vertex_texture_colour draw_vertex_texture_color texture_global_scale surface_create surface_create_ext surface_resize surface_free surface_exists surface_get_width surface_get_height surface_get_texture surface_set_target surface_set_target_ext surface_reset_target surface_depth_disable surface_get_depth_disable draw_surface draw_surface_stretched draw_surface_tiled draw_surface_part draw_surface_ext draw_surface_stretched_ext draw_surface_tiled_ext draw_surface_part_ext draw_surface_general surface_getpixel surface_getpixel_ext surface_save surface_save_part surface_copy surface_copy_part application_surface_draw_enable application_get_position application_surface_enable application_surface_is_enabled display_get_width display_get_height display_get_orientation display_get_gui_width display_get_gui_height display_reset display_mouse_get_x display_mouse_get_y display_mouse_set display_set_ui_visibility window_set_fullscreen window_get_fullscreen window_set_caption window_set_min_width window_set_max_width window_set_min_height window_set_max_height window_get_visible_rects window_get_caption window_set_cursor window_get_cursor window_set_colour window_get_colour window_set_color window_get_color window_set_position window_set_size window_set_rectangle window_center window_get_x window_get_y window_get_width window_get_height window_mouse_get_x window_mouse_get_y window_mouse_set window_view_mouse_get_x window_view_mouse_get_y window_views_mouse_get_x window_views_mouse_get_y audio_listener_position audio_listener_velocity audio_listener_orientation audio_emitter_position audio_emitter_create audio_emitter_free audio_emitter_exists audio_emitter_pitch audio_emitter_velocity audio_emitter_falloff audio_emitter_gain audio_play_sound audio_play_sound_on audio_play_sound_at audio_stop_sound audio_resume_music audio_music_is_playing audio_resume_sound audio_pause_sound audio_pause_music audio_channel_num audio_sound_length audio_get_type audio_falloff_set_model audio_play_music audio_stop_music audio_master_gain audio_music_gain audio_sound_gain audio_sound_pitch audio_stop_all audio_resume_all audio_pause_all audio_is_playing audio_is_paused audio_exists audio_sound_set_track_position audio_sound_get_track_position audio_emitter_get_gain audio_emitter_get_pitch audio_emitter_get_x audio_emitter_get_y audio_emitter_get_z audio_emitter_get_vx audio_emitter_get_vy audio_emitter_get_vz audio_listener_set_position audio_listener_set_velocity audio_listener_set_orientation audio_listener_get_data audio_set_master_gain audio_get_master_gain audio_sound_get_gain audio_sound_get_pitch audio_get_name audio_sound_set_track_position audio_sound_get_track_position audio_create_stream audio_destroy_stream audio_create_sync_group audio_destroy_sync_group audio_play_in_sync_group audio_start_sync_group audio_stop_sync_group audio_pause_sync_group audio_resume_sync_group audio_sync_group_get_track_pos audio_sync_group_debug audio_sync_group_is_playing audio_debug audio_group_load audio_group_unload audio_group_is_loaded audio_group_load_progress audio_group_name audio_group_stop_all audio_group_set_gain audio_create_buffer_sound audio_free_buffer_sound audio_create_play_queue audio_free_play_queue audio_queue_sound audio_get_recorder_count audio_get_recorder_info audio_start_recording audio_stop_recording audio_sound_get_listener_mask audio_emitter_get_listener_mask audio_get_listener_mask audio_sound_set_listener_mask audio_emitter_set_listener_mask audio_set_listener_mask audio_get_listener_count audio_get_listener_info audio_system show_message show_message_async clickable_add clickable_add_ext clickable_change clickable_change_ext clickable_delete clickable_exists clickable_set_style show_question show_question_async get_integer get_string get_integer_async get_string_async get_login_async get_open_filename get_save_filename get_open_filename_ext get_save_filename_ext show_error highscore_clear highscore_add highscore_value highscore_name draw_highscore sprite_exists sprite_get_name sprite_get_number sprite_get_width sprite_get_height sprite_get_xoffset sprite_get_yoffset sprite_get_bbox_left sprite_get_bbox_right sprite_get_bbox_top sprite_get_bbox_bottom sprite_save sprite_save_strip sprite_set_cache_size sprite_set_cache_size_ext sprite_get_tpe sprite_prefetch sprite_prefetch_multi sprite_flush sprite_flush_multi sprite_set_speed sprite_get_speed_type sprite_get_speed font_exists font_get_name font_get_fontname font_get_bold font_get_italic font_get_first font_get_last font_get_size font_set_cache_size path_exists path_get_name path_get_length path_get_time path_get_kind path_get_closed path_get_precision path_get_number path_get_point_x path_get_point_y path_get_point_speed path_get_x path_get_y path_get_speed script_exists script_get_name timeline_add timeline_delete timeline_clear timeline_exists timeline_get_name timeline_moment_clear timeline_moment_add_script timeline_size timeline_max_moment object_exists object_get_name object_get_sprite object_get_solid object_get_visible object_get_persistent object_get_mask object_get_parent object_get_physics object_is_ancestor room_exists room_get_name sprite_set_offset sprite_duplicate sprite_assign sprite_merge sprite_add sprite_replace sprite_create_from_surface sprite_add_from_surface sprite_delete sprite_set_alpha_from_sprite sprite_collision_mask font_add_enable_aa font_add_get_enable_aa font_add font_add_sprite font_add_sprite_ext font_replace font_replace_sprite font_replace_sprite_ext font_delete path_set_kind path_set_closed path_set_precision path_add path_assign path_duplicate path_append path_delete path_add_point path_insert_point path_change_point path_delete_point path_clear_points path_reverse path_mirror path_flip path_rotate path_rescale path_shift script_execute object_set_sprite object_set_solid object_set_visible object_set_persistent object_set_mask room_set_width room_set_height room_set_persistent room_set_background_colour room_set_background_color room_set_view room_set_viewport room_get_viewport room_set_view_enabled room_add room_duplicate room_assign room_instance_add room_instance_clear room_get_camera room_set_camera asset_get_index asset_get_type file_text_open_from_string file_text_open_read file_text_open_write file_text_open_append file_text_close file_text_write_string file_text_write_real file_text_writeln file_text_read_string file_text_read_real file_text_readln file_text_eof file_text_eoln file_exists file_delete file_rename file_copy directory_exists directory_create directory_destroy file_find_first file_find_next file_find_close file_attributes filename_name filename_path filename_dir filename_drive filename_ext filename_change_ext file_bin_open file_bin_rewrite file_bin_close file_bin_position file_bin_size file_bin_seek file_bin_write_byte file_bin_read_byte parameter_count parameter_string environment_get_variable ini_open_from_string ini_open ini_close ini_read_string ini_read_real ini_write_string ini_write_real ini_key_exists ini_section_exists ini_key_delete ini_section_delete ds_set_precision ds_exists ds_stack_create ds_stack_destroy ds_stack_clear ds_stack_copy ds_stack_size ds_stack_empty ds_stack_push ds_stack_pop ds_stack_top ds_stack_write ds_stack_read ds_queue_create ds_queue_destroy ds_queue_clear ds_queue_copy ds_queue_size ds_queue_empty ds_queue_enqueue ds_queue_dequeue ds_queue_head ds_queue_tail ds_queue_write ds_queue_read ds_list_create ds_list_destroy ds_list_clear ds_list_copy ds_list_size ds_list_empty ds_list_add ds_list_insert ds_list_replace ds_list_delete ds_list_find_index ds_list_find_value ds_list_mark_as_list ds_list_mark_as_map ds_list_sort ds_list_shuffle ds_list_write ds_list_read ds_list_set ds_map_create ds_map_destroy ds_map_clear ds_map_copy ds_map_size ds_map_empty ds_map_add ds_map_add_list ds_map_add_map ds_map_replace ds_map_replace_map ds_map_replace_list ds_map_delete ds_map_exists ds_map_find_value ds_map_find_previous ds_map_find_next ds_map_find_first ds_map_find_last ds_map_write ds_map_read ds_map_secure_save ds_map_secure_load ds_map_secure_load_buffer ds_map_secure_save_buffer ds_map_set ds_priority_create ds_priority_destroy ds_priority_clear ds_priority_copy ds_priority_size ds_priority_empty ds_priority_add ds_priority_change_priority ds_priority_find_priority ds_priority_delete_value ds_priority_delete_min ds_priority_find_min ds_priority_delete_max ds_priority_find_max ds_priority_write ds_priority_read ds_grid_create ds_grid_destroy ds_grid_copy ds_grid_resize ds_grid_width ds_grid_height ds_grid_clear ds_grid_set ds_grid_add ds_grid_multiply ds_grid_set_region ds_grid_add_region ds_grid_multiply_region ds_grid_set_disk ds_grid_add_disk ds_grid_multiply_disk ds_grid_set_grid_region ds_grid_add_grid_region ds_grid_multiply_grid_region ds_grid_get ds_grid_get_sum ds_grid_get_max ds_grid_get_min ds_grid_get_mean ds_grid_get_disk_sum ds_grid_get_disk_min ds_grid_get_disk_max ds_grid_get_disk_mean ds_grid_value_exists ds_grid_value_x ds_grid_value_y ds_grid_value_disk_exists ds_grid_value_disk_x ds_grid_value_disk_y ds_grid_shuffle ds_grid_write ds_grid_read ds_grid_sort ds_grid_set ds_grid_get effect_create_below effect_create_above effect_clear part_type_create part_type_destroy part_type_exists part_type_clear part_type_shape part_type_sprite part_type_size part_type_scale part_type_orientation part_type_life part_type_step part_type_death part_type_speed part_type_direction part_type_gravity part_type_colour1 part_type_colour2 part_type_colour3 part_type_colour_mix part_type_colour_rgb part_type_colour_hsv part_type_color1 part_type_color2 part_type_color3 part_type_color_mix part_type_color_rgb part_type_color_hsv part_type_alpha1 part_type_alpha2 part_type_alpha3 part_type_blend part_system_create part_system_create_layer part_system_destroy part_system_exists part_system_clear part_system_draw_order part_system_depth part_system_position part_system_automatic_update part_system_automatic_draw part_system_update part_system_drawit part_system_get_layer part_system_layer part_particles_create part_particles_create_colour part_particles_create_color part_particles_clear part_particles_count part_emitter_create part_emitter_destroy part_emitter_destroy_all part_emitter_exists part_emitter_clear part_emitter_region part_emitter_burst part_emitter_stream external_call external_define external_free window_handle window_device matrix_get matrix_set matrix_build_identity matrix_build matrix_build_lookat matrix_build_projection_ortho matrix_build_projection_perspective matrix_build_projection_perspective_fov matrix_multiply matrix_transform_vertex matrix_stack_push matrix_stack_pop matrix_stack_multiply matrix_stack_set matrix_stack_clear matrix_stack_top matrix_stack_is_empty browser_input_capture os_get_config os_get_info os_get_language os_get_region os_lock_orientation display_get_dpi_x display_get_dpi_y display_set_gui_size display_set_gui_maximise display_set_gui_maximize device_mouse_dbclick_enable display_set_timing_method display_get_timing_method display_set_sleep_margin display_get_sleep_margin virtual_key_add virtual_key_hide virtual_key_delete virtual_key_show draw_enable_drawevent draw_enable_swf_aa draw_set_swf_aa_level draw_get_swf_aa_level draw_texture_flush draw_flush gpu_set_blendenable gpu_set_ztestenable gpu_set_zfunc gpu_set_zwriteenable gpu_set_lightingenable gpu_set_fog gpu_set_cullmode gpu_set_blendmode gpu_set_blendmode_ext gpu_set_blendmode_ext_sepalpha gpu_set_colorwriteenable gpu_set_colourwriteenable gpu_set_alphatestenable gpu_set_alphatestref gpu_set_alphatestfunc gpu_set_texfilter gpu_set_texfilter_ext gpu_set_texrepeat gpu_set_texrepeat_ext gpu_set_tex_filter gpu_set_tex_filter_ext gpu_set_tex_repeat gpu_set_tex_repeat_ext gpu_set_tex_mip_filter gpu_set_tex_mip_filter_ext gpu_set_tex_mip_bias gpu_set_tex_mip_bias_ext gpu_set_tex_min_mip gpu_set_tex_min_mip_ext gpu_set_tex_max_mip gpu_set_tex_max_mip_ext gpu_set_tex_max_aniso gpu_set_tex_max_aniso_ext gpu_set_tex_mip_enable gpu_set_tex_mip_enable_ext gpu_get_blendenable gpu_get_ztestenable gpu_get_zfunc gpu_get_zwriteenable gpu_get_lightingenable gpu_get_fog gpu_get_cullmode gpu_get_blendmode gpu_get_blendmode_ext gpu_get_blendmode_ext_sepalpha gpu_get_blendmode_src gpu_get_blendmode_dest gpu_get_blendmode_srcalpha gpu_get_blendmode_destalpha gpu_get_colorwriteenable gpu_get_colourwriteenable gpu_get_alphatestenable gpu_get_alphatestref gpu_get_alphatestfunc gpu_get_texfilter gpu_get_texfilter_ext gpu_get_texrepeat gpu_get_texrepeat_ext gpu_get_tex_filter gpu_get_tex_filter_ext gpu_get_tex_repeat gpu_get_tex_repeat_ext gpu_get_tex_mip_filter gpu_get_tex_mip_filter_ext gpu_get_tex_mip_bias gpu_get_tex_mip_bias_ext gpu_get_tex_min_mip gpu_get_tex_min_mip_ext gpu_get_tex_max_mip gpu_get_tex_max_mip_ext gpu_get_tex_max_aniso gpu_get_tex_max_aniso_ext gpu_get_tex_mip_enable gpu_get_tex_mip_enable_ext gpu_push_state gpu_pop_state gpu_get_state gpu_set_state draw_light_define_ambient draw_light_define_direction draw_light_define_point draw_light_enable draw_set_lighting draw_light_get_ambient draw_light_get draw_get_lighting shop_leave_rating url_get_domain url_open url_open_ext url_open_full get_timer achievement_login achievement_logout achievement_post achievement_increment achievement_post_score achievement_available achievement_show_achievements achievement_show_leaderboards achievement_load_friends achievement_load_leaderboard achievement_send_challenge achievement_load_progress achievement_reset achievement_login_status achievement_get_pic achievement_show_challenge_notifications achievement_get_challenges achievement_event achievement_show achievement_get_info cloud_file_save cloud_string_save cloud_synchronise ads_enable ads_disable ads_setup ads_engagement_launch ads_engagement_available ads_engagement_active ads_event ads_event_preload ads_set_reward_callback ads_get_display_height ads_get_display_width ads_move ads_interstitial_available ads_interstitial_display device_get_tilt_x device_get_tilt_y device_get_tilt_z device_is_keypad_open device_mouse_check_button device_mouse_check_button_pressed device_mouse_check_button_released device_mouse_x device_mouse_y device_mouse_raw_x device_mouse_raw_y device_mouse_x_to_gui device_mouse_y_to_gui iap_activate iap_status iap_enumerate_products iap_restore_all iap_acquire iap_consume iap_product_details iap_purchase_details facebook_init facebook_login facebook_status facebook_graph_request facebook_dialog facebook_logout facebook_launch_offerwall facebook_post_message facebook_send_invite facebook_user_id facebook_accesstoken facebook_check_permission facebook_request_read_permissions facebook_request_publish_permissions gamepad_is_supported gamepad_get_device_count gamepad_is_connected gamepad_get_description gamepad_get_button_threshold gamepad_set_button_threshold gamepad_get_axis_deadzone gamepad_set_axis_deadzone gamepad_button_count gamepad_button_check gamepad_button_check_pressed gamepad_button_check_released gamepad_button_value gamepad_axis_count gamepad_axis_value gamepad_set_vibration gamepad_set_colour gamepad_set_color os_is_paused window_has_focus code_is_compiled http_get http_get_file http_post_string http_request json_encode json_decode zip_unzip load_csv base64_encode base64_decode md5_string_unicode md5_string_utf8 md5_file os_is_network_connected sha1_string_unicode sha1_string_utf8 sha1_file os_powersave_enable analytics_event analytics_event_ext win8_livetile_tile_notification win8_livetile_tile_clear win8_livetile_badge_notification win8_livetile_badge_clear win8_livetile_queue_enable win8_secondarytile_pin win8_secondarytile_badge_notification win8_secondarytile_delete win8_livetile_notification_begin win8_livetile_notification_secondary_begin win8_livetile_notification_expiry win8_livetile_notification_tag win8_livetile_notification_text_add win8_livetile_notification_image_add win8_livetile_notification_end win8_appbar_enable win8_appbar_add_element win8_appbar_remove_element win8_settingscharm_add_entry win8_settingscharm_add_html_entry win8_settingscharm_add_xaml_entry win8_settingscharm_set_xaml_property win8_settingscharm_get_xaml_property win8_settingscharm_remove_entry win8_share_image win8_share_screenshot win8_share_file win8_share_url win8_share_text win8_search_enable win8_search_disable win8_search_add_suggestions win8_device_touchscreen_available win8_license_initialize_sandbox win8_license_trial_version winphone_license_trial_version winphone_tile_title winphone_tile_count winphone_tile_back_title winphone_tile_back_content winphone_tile_back_content_wide winphone_tile_front_image winphone_tile_front_image_small winphone_tile_front_image_wide winphone_tile_back_image winphone_tile_back_image_wide winphone_tile_background_colour winphone_tile_background_color winphone_tile_icon_image winphone_tile_small_icon_image winphone_tile_wide_content winphone_tile_cycle_images winphone_tile_small_background_image physics_world_create physics_world_gravity physics_world_update_speed physics_world_update_iterations physics_world_draw_debug physics_pause_enable physics_fixture_create physics_fixture_set_kinematic physics_fixture_set_density physics_fixture_set_awake physics_fixture_set_restitution physics_fixture_set_friction physics_fixture_set_collision_group physics_fixture_set_sensor physics_fixture_set_linear_damping physics_fixture_set_angular_damping physics_fixture_set_circle_shape physics_fixture_set_box_shape physics_fixture_set_edge_shape physics_fixture_set_polygon_shape physics_fixture_set_chain_shape physics_fixture_add_point physics_fixture_bind physics_fixture_bind_ext physics_fixture_delete physics_apply_force physics_apply_impulse physics_apply_angular_impulse physics_apply_local_force physics_apply_local_impulse physics_apply_torque physics_mass_properties physics_draw_debug physics_test_overlap physics_remove_fixture physics_set_friction physics_set_density physics_set_restitution physics_get_friction physics_get_density physics_get_restitution physics_joint_distance_create physics_joint_rope_create physics_joint_revolute_create physics_joint_prismatic_create physics_joint_pulley_create physics_joint_wheel_create physics_joint_weld_create physics_joint_friction_create physics_joint_gear_create physics_joint_enable_motor physics_joint_get_value physics_joint_set_value physics_joint_delete physics_particle_create physics_particle_delete physics_particle_delete_region_circle physics_particle_delete_region_box physics_particle_delete_region_poly physics_particle_set_flags physics_particle_set_category_flags physics_particle_draw physics_particle_draw_ext physics_particle_count physics_particle_get_data physics_particle_get_data_particle physics_particle_group_begin physics_particle_group_circle physics_particle_group_box physics_particle_group_polygon physics_particle_group_add_point physics_particle_group_end physics_particle_group_join physics_particle_group_delete physics_particle_group_count physics_particle_group_get_data physics_particle_group_get_mass physics_particle_group_get_inertia physics_particle_group_get_centre_x physics_particle_group_get_centre_y physics_particle_group_get_vel_x physics_particle_group_get_vel_y physics_particle_group_get_ang_vel physics_particle_group_get_x physics_particle_group_get_y physics_particle_group_get_angle physics_particle_set_group_flags physics_particle_get_group_flags physics_particle_get_max_count physics_particle_get_radius physics_particle_get_density physics_particle_get_damping physics_particle_get_gravity_scale physics_particle_set_max_count physics_particle_set_radius physics_particle_set_density physics_particle_set_damping physics_particle_set_gravity_scale network_create_socket network_create_socket_ext network_create_server network_create_server_raw network_connect network_connect_raw network_send_packet network_send_raw network_send_broadcast network_send_udp network_send_udp_raw network_set_timeout network_set_config network_resolve network_destroy buffer_create buffer_write buffer_read buffer_seek buffer_get_surface buffer_set_surface buffer_delete buffer_exists buffer_get_type buffer_get_alignment buffer_poke buffer_peek buffer_save buffer_save_ext buffer_load buffer_load_ext buffer_load_partial buffer_copy buffer_fill buffer_get_size buffer_tell buffer_resize buffer_md5 buffer_sha1 buffer_base64_encode buffer_base64_decode buffer_base64_decode_ext buffer_sizeof buffer_get_address buffer_create_from_vertex_buffer buffer_create_from_vertex_buffer_ext buffer_copy_from_vertex_buffer buffer_async_group_begin buffer_async_group_option buffer_async_group_end buffer_load_async buffer_save_async gml_release_mode gml_pragma steam_activate_overlay steam_is_overlay_enabled steam_is_overlay_activated steam_get_persona_name steam_initialised steam_is_cloud_enabled_for_app steam_is_cloud_enabled_for_account steam_file_persisted steam_get_quota_total steam_get_quota_free steam_file_write steam_file_write_file steam_file_read steam_file_delete steam_file_exists steam_file_size steam_file_share steam_is_screenshot_requested steam_send_screenshot steam_is_user_logged_on steam_get_user_steam_id steam_user_owns_dlc steam_user_installed_dlc steam_set_achievement steam_get_achievement steam_clear_achievement steam_set_stat_int steam_set_stat_float steam_set_stat_avg_rate steam_get_stat_int steam_get_stat_float steam_get_stat_avg_rate steam_reset_all_stats steam_reset_all_stats_achievements steam_stats_ready steam_create_leaderboard steam_upload_score steam_upload_score_ext steam_download_scores_around_user steam_download_scores steam_download_friends_scores steam_upload_score_buffer steam_upload_score_buffer_ext steam_current_game_language steam_available_languages steam_activate_overlay_browser steam_activate_overlay_user steam_activate_overlay_store steam_get_user_persona_name steam_get_app_id steam_get_user_account_id steam_ugc_download steam_ugc_create_item steam_ugc_start_item_update steam_ugc_set_item_title steam_ugc_set_item_description steam_ugc_set_item_visibility steam_ugc_set_item_tags steam_ugc_set_item_content steam_ugc_set_item_preview steam_ugc_submit_item_update steam_ugc_get_item_update_progress steam_ugc_subscribe_item steam_ugc_unsubscribe_item steam_ugc_num_subscribed_items steam_ugc_get_subscribed_items steam_ugc_get_item_install_info steam_ugc_get_item_update_info steam_ugc_request_item_details steam_ugc_create_query_user steam_ugc_create_query_user_ex steam_ugc_create_query_all steam_ugc_create_query_all_ex steam_ugc_query_set_cloud_filename_filter steam_ugc_query_set_match_any_tag steam_ugc_query_set_search_text steam_ugc_query_set_ranked_by_trend_days steam_ugc_query_add_required_tag steam_ugc_query_add_excluded_tag steam_ugc_query_set_return_long_description steam_ugc_query_set_return_total_only steam_ugc_query_set_allow_cached_response steam_ugc_send_query shader_set shader_get_name shader_reset shader_current shader_is_compiled shader_get_sampler_index shader_get_uniform shader_set_uniform_i shader_set_uniform_i_array shader_set_uniform_f shader_set_uniform_f_array shader_set_uniform_matrix shader_set_uniform_matrix_array shader_enable_corner_id texture_set_stage texture_get_texel_width texture_get_texel_height shaders_are_supported vertex_format_begin vertex_format_end vertex_format_delete vertex_format_add_position vertex_format_add_position_3d vertex_format_add_colour vertex_format_add_color vertex_format_add_normal vertex_format_add_texcoord vertex_format_add_textcoord vertex_format_add_custom vertex_create_buffer vertex_create_buffer_ext vertex_delete_buffer vertex_begin vertex_end vertex_position vertex_position_3d vertex_colour vertex_color vertex_argb vertex_texcoord vertex_normal vertex_float1 vertex_float2 vertex_float3 vertex_float4 vertex_ubyte4 vertex_submit vertex_freeze vertex_get_number vertex_get_buffer_size vertex_create_buffer_from_buffer vertex_create_buffer_from_buffer_ext push_local_notification push_get_first_local_notification push_get_next_local_notification push_cancel_local_notification skeleton_animation_set skeleton_animation_get skeleton_animation_mix skeleton_animation_set_ext skeleton_animation_get_ext skeleton_animation_get_duration skeleton_animation_get_frames skeleton_animation_clear skeleton_skin_set skeleton_skin_get skeleton_attachment_set skeleton_attachment_get skeleton_attachment_create skeleton_collision_draw_set skeleton_bone_data_get skeleton_bone_data_set skeleton_bone_state_get skeleton_bone_state_set skeleton_get_minmax skeleton_get_num_bounds skeleton_get_bounds skeleton_animation_get_frame skeleton_animation_set_frame draw_skeleton draw_skeleton_time draw_skeleton_instance draw_skeleton_collision skeleton_animation_list skeleton_skin_list skeleton_slot_data layer_get_id layer_get_id_at_depth layer_get_depth layer_create layer_destroy layer_destroy_instances layer_add_instance layer_has_instance layer_set_visible layer_get_visible layer_exists layer_x layer_y layer_get_x layer_get_y layer_hspeed layer_vspeed layer_get_hspeed layer_get_vspeed layer_script_begin layer_script_end layer_shader layer_get_script_begin layer_get_script_end layer_get_shader layer_set_target_room layer_get_target_room layer_reset_target_room layer_get_all layer_get_all_elements layer_get_name layer_depth layer_get_element_layer layer_get_element_type layer_element_move layer_force_draw_depth layer_is_draw_depth_forced layer_get_forced_depth layer_background_get_id layer_background_exists layer_background_create layer_background_destroy layer_background_visible layer_background_change layer_background_sprite layer_background_htiled layer_background_vtiled layer_background_stretch layer_background_yscale layer_background_xscale layer_background_blend layer_background_alpha layer_background_index layer_background_speed layer_background_get_visible layer_background_get_sprite layer_background_get_htiled layer_background_get_vtiled layer_background_get_stretch layer_background_get_yscale layer_background_get_xscale layer_background_get_blend layer_background_get_alpha layer_background_get_index layer_background_get_speed layer_sprite_get_id layer_sprite_exists layer_sprite_create layer_sprite_destroy layer_sprite_change layer_sprite_index layer_sprite_speed layer_sprite_xscale layer_sprite_yscale layer_sprite_angle layer_sprite_blend layer_sprite_alpha layer_sprite_x layer_sprite_y layer_sprite_get_sprite layer_sprite_get_index layer_sprite_get_speed layer_sprite_get_xscale layer_sprite_get_yscale layer_sprite_get_angle layer_sprite_get_blend layer_sprite_get_alpha layer_sprite_get_x layer_sprite_get_y layer_tilemap_get_id layer_tilemap_exists layer_tilemap_create layer_tilemap_destroy tilemap_tileset tilemap_x tilemap_y tilemap_set tilemap_set_at_pixel tilemap_get_tileset tilemap_get_tile_width tilemap_get_tile_height tilemap_get_width tilemap_get_height tilemap_get_x tilemap_get_y tilemap_get tilemap_get_at_pixel tilemap_get_cell_x_at_pixel tilemap_get_cell_y_at_pixel tilemap_clear draw_tilemap draw_tile tilemap_set_global_mask tilemap_get_global_mask tilemap_set_mask tilemap_get_mask tilemap_get_frame tile_set_empty tile_set_index tile_set_flip tile_set_mirror tile_set_rotate tile_get_empty tile_get_index tile_get_flip tile_get_mirror tile_get_rotate layer_tile_exists layer_tile_create layer_tile_destroy layer_tile_change layer_tile_xscale layer_tile_yscale layer_tile_blend layer_tile_alpha layer_tile_x layer_tile_y layer_tile_region layer_tile_visible layer_tile_get_sprite layer_tile_get_xscale layer_tile_get_yscale layer_tile_get_blend layer_tile_get_alpha layer_tile_get_x layer_tile_get_y layer_tile_get_region layer_tile_get_visible layer_instance_get_instance instance_activate_layer instance_deactivate_layer camera_create camera_create_view camera_destroy camera_apply camera_get_active camera_get_default camera_set_default camera_set_view_mat camera_set_proj_mat camera_set_update_script camera_set_begin_script camera_set_end_script camera_set_view_pos camera_set_view_size camera_set_view_speed camera_set_view_border camera_set_view_angle camera_set_view_target camera_get_view_mat camera_get_proj_mat camera_get_update_script camera_get_begin_script camera_get_end_script camera_get_view_x camera_get_view_y camera_get_view_width camera_get_view_height camera_get_view_speed_x camera_get_view_speed_y camera_get_view_border_x camera_get_view_border_y camera_get_view_angle camera_get_view_target view_get_camera view_get_visible view_get_xport view_get_yport view_get_wport view_get_hport view_get_surface_id view_set_camera view_set_visible view_set_xport view_set_yport view_set_wport view_set_hport view_set_surface_id gesture_drag_time gesture_drag_distance gesture_flick_speed gesture_double_tap_time gesture_double_tap_distance gesture_pinch_distance gesture_pinch_angle_towards gesture_pinch_angle_away gesture_rotate_time gesture_rotate_angle gesture_tap_count gesture_get_drag_time gesture_get_drag_distance gesture_get_flick_speed gesture_get_double_tap_time gesture_get_double_tap_distance gesture_get_pinch_distance gesture_get_pinch_angle_towards gesture_get_pinch_angle_away gesture_get_rotate_time gesture_get_rotate_angle gesture_get_tap_count keyboard_virtual_show keyboard_virtual_hide keyboard_virtual_status keyboard_virtual_height",
+literal:"self other all noone global local undefined pointer_invalid pointer_null path_action_stop path_action_restart path_action_continue path_action_reverse true false pi GM_build_date GM_version GM_runtime_version timezone_local timezone_utc gamespeed_fps gamespeed_microseconds ev_create ev_destroy ev_step ev_alarm ev_keyboard ev_mouse ev_collision ev_other ev_draw ev_draw_begin ev_draw_end ev_draw_pre ev_draw_post ev_keypress ev_keyrelease ev_trigger ev_left_button ev_right_button ev_middle_button ev_no_button ev_left_press ev_right_press ev_middle_press ev_left_release ev_right_release ev_middle_release ev_mouse_enter ev_mouse_leave ev_mouse_wheel_up ev_mouse_wheel_down ev_global_left_button ev_global_right_button ev_global_middle_button ev_global_left_press ev_global_right_press ev_global_middle_press ev_global_left_release ev_global_right_release ev_global_middle_release ev_joystick1_left ev_joystick1_right ev_joystick1_up ev_joystick1_down ev_joystick1_button1 ev_joystick1_button2 ev_joystick1_button3 ev_joystick1_button4 ev_joystick1_button5 ev_joystick1_button6 ev_joystick1_button7 ev_joystick1_button8 ev_joystick2_left ev_joystick2_right ev_joystick2_up ev_joystick2_down ev_joystick2_button1 ev_joystick2_button2 ev_joystick2_button3 ev_joystick2_button4 ev_joystick2_button5 ev_joystick2_button6 ev_joystick2_button7 ev_joystick2_button8 ev_outside ev_boundary ev_game_start ev_game_end ev_room_start ev_room_end ev_no_more_lives ev_animation_end ev_end_of_path ev_no_more_health ev_close_button ev_user0 ev_user1 ev_user2 ev_user3 ev_user4 ev_user5 ev_user6 ev_user7 ev_user8 ev_user9 ev_user10 ev_user11 ev_user12 ev_user13 ev_user14 ev_user15 ev_step_normal ev_step_begin ev_step_end ev_gui ev_gui_begin ev_gui_end ev_cleanup ev_gesture ev_gesture_tap ev_gesture_double_tap ev_gesture_drag_start ev_gesture_dragging ev_gesture_drag_end ev_gesture_flick ev_gesture_pinch_start ev_gesture_pinch_in ev_gesture_pinch_out ev_gesture_pinch_end ev_gesture_rotate_start ev_gesture_rotating ev_gesture_rotate_end ev_global_gesture_tap ev_global_gesture_double_tap ev_global_gesture_drag_start ev_global_gesture_dragging ev_global_gesture_drag_end ev_global_gesture_flick ev_global_gesture_pinch_start ev_global_gesture_pinch_in ev_global_gesture_pinch_out ev_global_gesture_pinch_end ev_global_gesture_rotate_start ev_global_gesture_rotating ev_global_gesture_rotate_end vk_nokey vk_anykey vk_enter vk_return vk_shift vk_control vk_alt vk_escape vk_space vk_backspace vk_tab vk_pause vk_printscreen vk_left vk_right vk_up vk_down vk_home vk_end vk_delete vk_insert vk_pageup vk_pagedown vk_f1 vk_f2 vk_f3 vk_f4 vk_f5 vk_f6 vk_f7 vk_f8 vk_f9 vk_f10 vk_f11 vk_f12 vk_numpad0 vk_numpad1 vk_numpad2 vk_numpad3 vk_numpad4 vk_numpad5 vk_numpad6 vk_numpad7 vk_numpad8 vk_numpad9 vk_divide vk_multiply vk_subtract vk_add vk_decimal vk_lshift vk_lcontrol vk_lalt vk_rshift vk_rcontrol vk_ralt mb_any mb_none mb_left mb_right mb_middle c_aqua c_black c_blue c_dkgray c_fuchsia c_gray c_green c_lime c_ltgray c_maroon c_navy c_olive c_purple c_red c_silver c_teal c_white c_yellow c_orange fa_left fa_center fa_right fa_top fa_middle fa_bottom pr_pointlist pr_linelist pr_linestrip pr_trianglelist pr_trianglestrip pr_trianglefan bm_complex bm_normal bm_add bm_max bm_subtract bm_zero bm_one bm_src_colour bm_inv_src_colour bm_src_color bm_inv_src_color bm_src_alpha bm_inv_src_alpha bm_dest_alpha bm_inv_dest_alpha bm_dest_colour bm_inv_dest_colour bm_dest_color bm_inv_dest_color bm_src_alpha_sat tf_point tf_linear tf_anisotropic mip_off mip_on mip_markedonly audio_falloff_none audio_falloff_inverse_distance audio_falloff_inverse_distance_clamped audio_falloff_linear_distance audio_falloff_linear_distance_clamped audio_falloff_exponent_distance audio_falloff_exponent_distance_clamped audio_old_system audio_new_system audio_mono audio_stereo audio_3d cr_default cr_none cr_arrow cr_cross cr_beam cr_size_nesw cr_size_ns cr_size_nwse cr_size_we cr_uparrow cr_hourglass cr_drag cr_appstart cr_handpoint cr_size_all spritespeed_framespersecond spritespeed_framespergameframe asset_object asset_unknown asset_sprite asset_sound asset_room asset_path asset_script asset_font asset_timeline asset_tiles asset_shader fa_readonly fa_hidden fa_sysfile fa_volumeid fa_directory fa_archive ds_type_map ds_type_list ds_type_stack ds_type_queue ds_type_grid ds_type_priority ef_explosion ef_ring ef_ellipse ef_firework ef_smoke ef_smokeup ef_star ef_spark ef_flare ef_cloud ef_rain ef_snow pt_shape_pixel pt_shape_disk pt_shape_square pt_shape_line pt_shape_star pt_shape_circle pt_shape_ring pt_shape_sphere pt_shape_flare pt_shape_spark pt_shape_explosion pt_shape_cloud pt_shape_smoke pt_shape_snow ps_distr_linear ps_distr_gaussian ps_distr_invgaussian ps_shape_rectangle ps_shape_ellipse ps_shape_diamond ps_shape_line ty_real ty_string dll_cdecl dll_stdcall matrix_view matrix_projection matrix_world os_win32 os_windows os_macosx os_ios os_android os_symbian os_linux os_unknown os_winphone os_tizen os_win8native os_wiiu os_3ds os_psvita os_bb10 os_ps4 os_xboxone os_ps3 os_xbox360 os_uwp os_tvos os_switch browser_not_a_browser browser_unknown browser_ie browser_firefox browser_chrome browser_safari browser_safari_mobile browser_opera browser_tizen browser_edge browser_windows_store browser_ie_mobile device_ios_unknown device_ios_iphone device_ios_iphone_retina device_ios_ipad device_ios_ipad_retina device_ios_iphone5 device_ios_iphone6 device_ios_iphone6plus device_emulator device_tablet display_landscape display_landscape_flipped display_portrait display_portrait_flipped tm_sleep tm_countvsyncs of_challenge_win of_challen ge_lose of_challenge_tie leaderboard_type_number leaderboard_type_time_mins_secs cmpfunc_never cmpfunc_less cmpfunc_equal cmpfunc_lessequal cmpfunc_greater cmpfunc_notequal cmpfunc_greaterequal cmpfunc_always cull_noculling cull_clockwise cull_counterclockwise lighttype_dir lighttype_point iap_ev_storeload iap_ev_product iap_ev_purchase iap_ev_consume iap_ev_restore iap_storeload_ok iap_storeload_failed iap_status_uninitialised iap_status_unavailable iap_status_loading iap_status_available iap_status_processing iap_status_restoring iap_failed iap_unavailable iap_available iap_purchased iap_canceled iap_refunded fb_login_default fb_login_fallback_to_webview fb_login_no_fallback_to_webview fb_login_forcing_webview fb_login_use_system_account fb_login_forcing_safari phy_joint_anchor_1_x phy_joint_anchor_1_y phy_joint_anchor_2_x phy_joint_anchor_2_y phy_joint_reaction_force_x phy_joint_reaction_force_y phy_joint_reaction_torque phy_joint_motor_speed phy_joint_angle phy_joint_motor_torque phy_joint_max_motor_torque phy_joint_translation phy_joint_speed phy_joint_motor_force phy_joint_max_motor_force phy_joint_length_1 phy_joint_length_2 phy_joint_damping_ratio phy_joint_frequency phy_joint_lower_angle_limit phy_joint_upper_angle_limit phy_joint_angle_limits phy_joint_max_length phy_joint_max_torque phy_joint_max_force phy_debug_render_aabb phy_debug_render_collision_pairs phy_debug_render_coms phy_debug_render_core_shapes phy_debug_render_joints phy_debug_render_obb phy_debug_render_shapes phy_particle_flag_water phy_particle_flag_zombie phy_particle_flag_wall phy_particle_flag_spring phy_particle_flag_elastic phy_particle_flag_viscous phy_particle_flag_powder phy_particle_flag_tensile phy_particle_flag_colourmixing phy_particle_flag_colormixing phy_particle_group_flag_solid phy_particle_group_flag_rigid phy_particle_data_flag_typeflags phy_particle_data_flag_position phy_particle_data_flag_velocity phy_particle_data_flag_colour phy_particle_data_flag_color phy_particle_data_flag_category achievement_our_info achievement_friends_info achievement_leaderboard_info achievement_achievement_info achievement_filter_all_players achievement_filter_friends_only achievement_filter_favorites_only achievement_type_achievement_challenge achievement_type_score_challenge achievement_pic_loaded achievement_show_ui achievement_show_profile achievement_show_leaderboard achievement_show_achievement achievement_show_bank achievement_show_friend_picker achievement_show_purchase_prompt network_socket_tcp network_socket_udp network_socket_bluetooth network_type_connect network_type_disconnect network_type_data network_type_non_blocking_connect network_config_connect_timeout network_config_use_non_blocking_socket network_config_enable_reliable_udp network_config_disable_reliable_udp buffer_fixed buffer_grow buffer_wrap buffer_fast buffer_vbuffer buffer_network buffer_u8 buffer_s8 buffer_u16 buffer_s16 buffer_u32 buffer_s32 buffer_u64 buffer_f16 buffer_f32 buffer_f64 buffer_bool buffer_text buffer_string buffer_surface_copy buffer_seek_start buffer_seek_relative buffer_seek_end buffer_generalerror buffer_outofspace buffer_outofbounds buffer_invalidtype text_type button_type input_type ANSI_CHARSET DEFAULT_CHARSET EASTEUROPE_CHARSET RUSSIAN_CHARSET SYMBOL_CHARSET SHIFTJIS_CHARSET HANGEUL_CHARSET GB2312_CHARSET CHINESEBIG5_CHARSET JOHAB_CHARSET HEBREW_CHARSET ARABIC_CHARSET GREEK_CHARSET TURKISH_CHARSET VIETNAMESE_CHARSET THAI_CHARSET MAC_CHARSET BALTIC_CHARSET OEM_CHARSET gp_face1 gp_face2 gp_face3 gp_face4 gp_shoulderl gp_shoulderr gp_shoulderlb gp_shoulderrb gp_select gp_start gp_stickl gp_stickr gp_padu gp_padd gp_padl gp_padr gp_axislh gp_axislv gp_axisrh gp_axisrv ov_friends ov_community ov_players ov_settings ov_gamegroup ov_achievements lb_sort_none lb_sort_ascending lb_sort_descending lb_disp_none lb_disp_numeric lb_disp_time_sec lb_disp_time_ms ugc_result_success ugc_filetype_community ugc_filetype_microtrans ugc_visibility_public ugc_visibility_friends_only ugc_visibility_private ugc_query_RankedByVote ugc_query_RankedByPublicationDate ugc_query_AcceptedForGameRankedByAcceptanceDate ugc_query_RankedByTrend ugc_query_FavoritedByFriendsRankedByPublicationDate ugc_query_CreatedByFriendsRankedByPublicationDate ugc_query_RankedByNumTimesReported ugc_query_CreatedByFollowedUsersRankedByPublicationDate ugc_query_NotYetRated ugc_query_RankedByTotalVotesAsc ugc_query_RankedByVotesUp ugc_query_RankedByTextSearch ugc_sortorder_CreationOrderDesc ugc_sortorder_CreationOrderAsc ugc_sortorder_TitleAsc ugc_sortorder_LastUpdatedDesc ugc_sortorder_SubscriptionDateDesc ugc_sortorder_VoteScoreDesc ugc_sortorder_ForModeration ugc_list_Published ugc_list_VotedOn ugc_list_VotedUp ugc_list_VotedDown ugc_list_WillVoteLater ugc_list_Favorited ugc_list_Subscribed ugc_list_UsedOrPlayed ugc_list_Followed ugc_match_Items ugc_match_Items_Mtx ugc_match_Items_ReadyToUse ugc_match_Collections ugc_match_Artwork ugc_match_Videos ugc_match_Screenshots ugc_match_AllGuides ugc_match_WebGuides ugc_match_IntegratedGuides ugc_match_UsableInGame ugc_match_ControllerBindings vertex_usage_position vertex_usage_colour vertex_usage_color vertex_usage_normal vertex_usage_texcoord vertex_usage_textcoord vertex_usage_blendweight vertex_usage_blendindices vertex_usage_psize vertex_usage_tangent vertex_usage_binormal vertex_usage_fog vertex_usage_depth vertex_usage_sample vertex_type_float1 vertex_type_float2 vertex_type_float3 vertex_type_float4 vertex_type_colour vertex_type_color vertex_type_ubyte4 layerelementtype_undefined layerelementtype_background layerelementtype_instance layerelementtype_oldtilemap layerelementtype_sprite layerelementtype_tilemap layerelementtype_particlesystem layerelementtype_tile tile_rotate tile_flip tile_mirror tile_index_mask kbv_type_default kbv_type_ascii kbv_type_url kbv_type_email kbv_type_numbers kbv_type_phone kbv_type_phone_name kbv_returnkey_default kbv_returnkey_go kbv_returnkey_google kbv_returnkey_join kbv_returnkey_next kbv_returnkey_route kbv_returnkey_search kbv_returnkey_send kbv_returnkey_yahoo kbv_returnkey_done kbv_returnkey_continue kbv_returnkey_emergency kbv_autocapitalize_none kbv_autocapitalize_words kbv_autocapitalize_sentences kbv_autocapitalize_characters",
+symbol:"argument_relative argument argument0 argument1 argument2 argument3 argument4 argument5 argument6 argument7 argument8 argument9 argument10 argument11 argument12 argument13 argument14 argument15 argument_count x y xprevious yprevious xstart ystart hspeed vspeed direction speed friction gravity gravity_direction path_index path_position path_positionprevious path_speed path_scale path_orientation path_endaction object_index id solid persistent mask_index instance_count instance_id room_speed fps fps_real current_time current_year current_month current_day current_weekday current_hour current_minute current_second alarm timeline_index timeline_position timeline_speed timeline_running timeline_loop room room_first room_last room_width room_height room_caption room_persistent score lives health show_score show_lives show_health caption_score caption_lives caption_health event_type event_number event_object event_action application_surface gamemaker_pro gamemaker_registered gamemaker_version error_occurred error_last debug_mode keyboard_key keyboard_lastkey keyboard_lastchar keyboard_string mouse_x mouse_y mouse_button mouse_lastbutton cursor_sprite visible sprite_index sprite_width sprite_height sprite_xoffset sprite_yoffset image_number image_index image_speed depth image_xscale image_yscale image_angle image_alpha image_blend bbox_left bbox_right bbox_top bbox_bottom layer background_colour background_showcolour background_color background_showcolor view_enabled view_current view_visible view_xview view_yview view_wview view_hview view_xport view_yport view_wport view_hport view_angle view_hborder view_vborder view_hspeed view_vspeed view_object view_surface_id view_camera game_id game_display_name game_project_name game_save_id working_directory temp_directory program_directory browser_width browser_height os_type os_device os_browser os_version display_aa async_load delta_time webgl_enabled event_data iap_data phy_rotation phy_position_x phy_position_y phy_angular_velocity phy_linear_velocity_x phy_linear_velocity_y phy_speed_x phy_speed_y phy_speed phy_angular_damping phy_linear_damping phy_bullet phy_fixed_rotation phy_active phy_mass phy_inertia phy_com_x phy_com_y phy_dynamic phy_kinematic phy_sleeping phy_collision_points phy_collision_x phy_collision_y phy_col_normal_x phy_col_normal_y phy_position_xprevious phy_position_yprevious"
+},
+contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE]
+})})());hljs.registerLanguage("cmake",(()=>{"use strict";return e=>({name:"CMake",
+aliases:["cmake.in"],case_insensitive:!0,keywords:{
+keyword:"break cmake_host_system_information cmake_minimum_required cmake_parse_arguments cmake_policy configure_file continue elseif else endforeach endfunction endif endmacro endwhile execute_process file find_file find_library find_package find_path find_program foreach function get_cmake_property get_directory_property get_filename_component get_property if include include_guard list macro mark_as_advanced math message option return separate_arguments set_directory_properties set_property set site_name string unset variable_watch while add_compile_definitions add_compile_options add_custom_command add_custom_target add_definitions add_dependencies add_executable add_library add_link_options add_subdirectory add_test aux_source_directory build_command create_test_sourcelist define_property enable_language enable_testing export fltk_wrap_ui get_source_file_property get_target_property get_test_property include_directories include_external_msproject include_regular_expression install link_directories link_libraries load_cache project qt_wrap_cpp qt_wrap_ui remove_definitions set_source_files_properties set_target_properties set_tests_properties source_group target_compile_definitions target_compile_features target_compile_options target_include_directories target_link_directories target_link_libraries target_link_options target_sources try_compile try_run ctest_build ctest_configure ctest_coverage ctest_empty_binary_directory ctest_memcheck ctest_read_custom_files ctest_run_script ctest_sleep ctest_start ctest_submit ctest_test ctest_update ctest_upload build_name exec_program export_library_dependencies install_files install_programs install_targets load_command make_directory output_required_files remove subdir_depends subdirs use_mangled_mesa utility_source variable_requires write_file qt5_use_modules qt5_use_package qt5_wrap_cpp on off true false and or not command policy target test exists is_newer_than is_directory is_symlink is_absolute matches less greater equal less_equal greater_equal strless strgreater strequal strless_equal strgreater_equal version_less version_greater version_equal version_less_equal version_greater_equal in_list defined"
+},contains:[{className:"variable",begin:/\$\{/,end:/\}/
+},e.HASH_COMMENT_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE]})})());hljs.registerLanguage("xml",(()=>{"use strict";function e(e){
+return e?"string"==typeof e?e:e.source:null}function n(e){return a("(?=",e,")")}
+function a(...n){return n.map((n=>e(n))).join("")}function s(...n){
+return"("+n.map((n=>e(n))).join("|")+")"}return e=>{
+const t=a(/[A-Z_]/,a("(",/[A-Z0-9_.-]+:/,")?"),/[A-Z0-9_.-]*/),i={
+className:"symbol",begin:"&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;"},c={begin:"\\s",
+contains:[{className:"meta-keyword",begin:"#?[a-z_][a-z1-9_-]+",illegal:"\\n"}]
+},r=e.inherit(c,{begin:"\\(",end:"\\)"}),l=e.inherit(e.APOS_STRING_MODE,{
+className:"meta-string"}),g=e.inherit(e.QUOTE_STRING_MODE,{
+className:"meta-string"}),m={endsWithParent:!0,illegal:/</,relevance:0,
+contains:[{className:"attr",begin:"[A-Za-z0-9\\._:-]+",relevance:0},{
+begin:/=\s*/,relevance:0,contains:[{className:"string",endsParent:!0,variants:[{
+begin:/"/,end:/"/,contains:[i]},{begin:/'/,end:/'/,contains:[i]},{
+begin:/[^\s"'=<>`]+/}]}]}]};return{name:"HTML, XML",
+aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],
+case_insensitive:!0,contains:[{className:"meta",begin:"<![a-z]",end:">",
+relevance:10,contains:[c,g,l,r,{begin:"\\[",end:"\\]",contains:[{
+className:"meta",begin:"<![a-z]",end:">",contains:[c,r,g,l]}]}]
+},e.COMMENT("\x3c!--","--\x3e",{relevance:10}),{begin:"<!\\[CDATA\\[",
+end:"\\]\\]>",relevance:10},i,{className:"meta",begin:/<\?xml/,end:/\?>/,
+relevance:10},{className:"tag",begin:"<style(?=\\s|>)",end:">",keywords:{
+name:"style"},contains:[m],starts:{end:"</style>",returnEnd:!0,
+subLanguage:["css","xml"]}},{className:"tag",begin:"<script(?=\\s|>)",end:">",
+keywords:{name:"script"},contains:[m],starts:{end:/<\/script>/,returnEnd:!0,
+subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:/<>|<\/>/
+},{className:"tag",begin:a(/</,n(a(t,s(/\/>/,/>/,/\s/)))),end:/\/?>/,contains:[{
+className:"name",begin:t,relevance:0,starts:m}]},{className:"tag",
+begin:a(/<\//,n(a(t,/>/))),contains:[{className:"name",begin:t,relevance:0},{
+begin:/>/,relevance:0}]}]}}})());hljs.registerLanguage("markdown",(()=>{"use strict";function n(...n){
+return n.map((n=>{return(e=n)?"string"==typeof e?e:e.source:null;var e
+})).join("")}return e=>{const a={begin:/<\/?[A-Za-z_]/,end:">",
+subLanguage:"xml",relevance:0},i={variants:[{begin:/\[.+?\]\[.*?\]/,relevance:0
+},{begin:/\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/,
+relevance:2},{begin:n(/\[.+?\]\(/,/[A-Za-z][A-Za-z0-9+.-]*/,/:\/\/.*?\)/),
+relevance:2},{begin:/\[.+?\]\([./?&#].*?\)/,relevance:1},{
+begin:/\[.+?\]\(.*?\)/,relevance:0}],returnBegin:!0,contains:[{
+className:"string",relevance:0,begin:"\\[",end:"\\]",excludeBegin:!0,
+returnEnd:!0},{className:"link",relevance:0,begin:"\\]\\(",end:"\\)",
+excludeBegin:!0,excludeEnd:!0},{className:"symbol",relevance:0,begin:"\\]\\[",
+end:"\\]",excludeBegin:!0,excludeEnd:!0}]},s={className:"strong",contains:[],
+variants:[{begin:/_{2}/,end:/_{2}/},{begin:/\*{2}/,end:/\*{2}/}]},c={
+className:"emphasis",contains:[],variants:[{begin:/\*(?!\*)/,end:/\*/},{
+begin:/_(?!_)/,end:/_/,relevance:0}]};s.contains.push(c),c.contains.push(s)
+;let t=[a,i]
+;return s.contains=s.contains.concat(t),c.contains=c.contains.concat(t),
+t=t.concat(s,c),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{
+className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:t},{
+begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n",
+contains:t}]}]},a,{className:"bullet",begin:"^[ \t]*([*+-]|(\\d+\\.))(?=\\s+)",
+end:"\\s+",excludeEnd:!0},s,c,{className:"quote",begin:"^>\\s+",contains:t,
+end:"$"},{className:"code",variants:[{begin:"(`{3,})(.|\\n)*?\\1`*[ ]*"},{
+begin:"(~{3,})(.|\\n)*?\\1~*[ ]*"},{begin:"```",end:"```+[ ]*$"},{begin:"~~~",
+end:"~~~+[ ]*$"},{begin:"`.+?`"},{begin:"(?=^( {4}|\\t))",contains:[{
+begin:"^( {4}|\\t)",end:"(\\n)$"}],relevance:0}]},{begin:"^[-\\*]{3,}",end:"$"
+},i,{begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",
+begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",
+begin:/:\s*/,end:/$/,excludeBegin:!0}]}]}}})());hljs.registerLanguage("diff",(()=>{"use strict";return e=>({name:"Diff",
+aliases:["patch"],contains:[{className:"meta",relevance:10,variants:[{
+begin:/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/},{begin:/^\*\*\* +\d+,\d+ +\*\*\*\*$/},{
+begin:/^--- +\d+,\d+ +----$/}]},{className:"comment",variants:[{begin:/Index: /,
+end:/$/},{begin:/^index/,end:/$/},{begin:/={3,}/,end:/$/},{begin:/^-{3}/,end:/$/
+},{begin:/^\*{3} /,end:/$/},{begin:/^\+{3}/,end:/$/},{begin:/^\*{15}$/},{
+begin:/^diff --git/,end:/$/}]},{className:"addition",begin:/^\+/,end:/$/},{
+className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/,
+end:/$/}]})})());hljs.registerLanguage("c-like",(()=>{"use strict";return e=>{function t(e){
+return"(?:"+e+")?"}var n=e.COMMENT("//","$",{contains:[{begin:/\\\n/}]
+}),r="[a-zA-Z_]\\w*::",a="(decltype\\(auto\\)|"+t(r)+"[a-zA-Z_]\\w*"+t("<.*?>")+")",i={
+className:"keyword",begin:"\\b[a-z\\d_]*_t\\b"},s={className:"string",
+variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",
+contains:[e.BACKSLASH_ESCAPE]},{
+begin:"(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)",
+end:"'",illegal:"."},e.END_SAME_AS_BEGIN({
+begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},o={
+className:"number",variants:[{begin:"\\b(0b[01']+)"},{
+begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{
+begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"
+}],relevance:0},c={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{
+"meta-keyword":"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"
+},contains:[{begin:/\\\n/,relevance:0},e.inherit(s,{className:"meta-string"}),{
+className:"meta-string",begin:/<.*?>/,end:/$/,illegal:"\\n"
+},n,e.C_BLOCK_COMMENT_MODE]},l={className:"title",begin:t(r)+e.IDENT_RE,
+relevance:0},d=t(r)+e.IDENT_RE+"\\s*\\(",u={
+keyword:"int float while private char char8_t char16_t char32_t catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using asm case typeid wchar_t short reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignas alignof constexpr consteval constinit decltype concept co_await co_return co_yield requires noexcept static_assert thread_local restrict final override atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return and and_eq bitand bitor compl not not_eq or or_eq xor xor_eq",
+built_in:"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set pair bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap priority_queue make_pair array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr _Bool complex _Complex imaginary _Imaginary",
+literal:"true false nullptr NULL"},m=[c,i,n,e.C_BLOCK_COMMENT_MODE,o,s],p={
+variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{
+beginKeywords:"new throw return else",end:/;/}],keywords:u,contains:m.concat([{
+begin:/\(/,end:/\)/,keywords:u,contains:m.concat(["self"]),relevance:0}]),
+relevance:0},_={className:"function",begin:"("+a+"[\\*&\\s]+)+"+d,
+returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:u,illegal:/[^\w\s\*&:<>]/,
+contains:[{begin:"decltype\\(auto\\)",keywords:u,relevance:0},{begin:d,
+returnBegin:!0,contains:[l],relevance:0},{className:"params",begin:/\(/,
+end:/\)/,keywords:u,relevance:0,contains:[n,e.C_BLOCK_COMMENT_MODE,s,o,i,{
+begin:/\(/,end:/\)/,keywords:u,relevance:0,
+contains:["self",n,e.C_BLOCK_COMMENT_MODE,s,o,i]}]
+},i,n,e.C_BLOCK_COMMENT_MODE,c]};return{
+aliases:["c","cc","h","c++","h++","hpp","hh","hxx","cxx"],keywords:u,
+disableAutodetect:!0,illegal:"</",contains:[].concat(p,_,m,[c,{
+begin:"\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\s*<",
+end:">",keywords:u,contains:["self",i]},{begin:e.IDENT_RE+"::",keywords:u},{
+className:"class",beginKeywords:"enum class struct union",end:/[{;:<>=]/,
+contains:[{beginKeywords:"final class struct"},e.TITLE_MODE]}]),exports:{
+preprocessor:c,strings:s,keywords:u}}}})());hljs.registerLanguage("verilog",(()=>{"use strict";return e=>({name:"Verilog",
+aliases:["v","sv","svh"],case_insensitive:!1,keywords:{$pattern:/[\w\$]+/,
+keyword:"accept_on alias always always_comb always_ff always_latch and assert assign assume automatic before begin bind bins binsof bit break buf|0 bufif0 bufif1 byte case casex casez cell chandle checker class clocking cmos config const constraint context continue cover covergroup coverpoint cross deassign default defparam design disable dist do edge else end endcase endchecker endclass endclocking endconfig endfunction endgenerate endgroup endinterface endmodule endpackage endprimitive endprogram endproperty endspecify endsequence endtable endtask enum event eventually expect export extends extern final first_match for force foreach forever fork forkjoin function generate|5 genvar global highz0 highz1 if iff ifnone ignore_bins illegal_bins implements implies import incdir include initial inout input inside instance int integer interconnect interface intersect join join_any join_none large let liblist library local localparam logic longint macromodule matches medium modport module nand negedge nettype new nexttime nmos nor noshowcancelled not notif0 notif1 or output package packed parameter pmos posedge primitive priority program property protected pull0 pull1 pulldown pullup pulsestyle_ondetect pulsestyle_onevent pure rand randc randcase randsequence rcmos real realtime ref reg reject_on release repeat restrict return rnmos rpmos rtran rtranif0 rtranif1 s_always s_eventually s_nexttime s_until s_until_with scalared sequence shortint shortreal showcancelled signed small soft solve specify specparam static string strong strong0 strong1 struct super supply0 supply1 sync_accept_on sync_reject_on table tagged task this throughout time timeprecision timeunit tran tranif0 tranif1 tri tri0 tri1 triand trior trireg type typedef union unique unique0 unsigned until until_with untyped use uwire var vectored virtual void wait wait_order wand weak weak0 weak1 while wildcard wire with within wor xnor xor",
+literal:"null",
+built_in:"$finish $stop $exit $fatal $error $warning $info $realtime $time $printtimescale $bitstoreal $bitstoshortreal $itor $signed $cast $bits $stime $timeformat $realtobits $shortrealtobits $rtoi $unsigned $asserton $assertkill $assertpasson $assertfailon $assertnonvacuouson $assertoff $assertcontrol $assertpassoff $assertfailoff $assertvacuousoff $isunbounded $sampled $fell $changed $past_gclk $fell_gclk $changed_gclk $rising_gclk $steady_gclk $coverage_control $coverage_get $coverage_save $set_coverage_db_name $rose $stable $past $rose_gclk $stable_gclk $future_gclk $falling_gclk $changing_gclk $display $coverage_get_max $coverage_merge $get_coverage $load_coverage_db $typename $unpacked_dimensions $left $low $increment $clog2 $ln $log10 $exp $sqrt $pow $floor $ceil $sin $cos $tan $countbits $onehot $isunknown $fatal $warning $dimensions $right $high $size $asin $acos $atan $atan2 $hypot $sinh $cosh $tanh $asinh $acosh $atanh $countones $onehot0 $error $info $random $dist_chi_square $dist_erlang $dist_exponential $dist_normal $dist_poisson $dist_t $dist_uniform $q_initialize $q_remove $q_exam $async$and$array $async$nand$array $async$or$array $async$nor$array $sync$and$array $sync$nand$array $sync$or$array $sync$nor$array $q_add $q_full $psprintf $async$and$plane $async$nand$plane $async$or$plane $async$nor$plane $sync$and$plane $sync$nand$plane $sync$or$plane $sync$nor$plane $system $display $displayb $displayh $displayo $strobe $strobeb $strobeh $strobeo $write $readmemb $readmemh $writememh $value$plusargs $dumpvars $dumpon $dumplimit $dumpports $dumpportson $dumpportslimit $writeb $writeh $writeo $monitor $monitorb $monitorh $monitoro $writememb $dumpfile $dumpoff $dumpall $dumpflush $dumpportsoff $dumpportsall $dumpportsflush $fclose $fdisplay $fdisplayb $fdisplayh $fdisplayo $fstrobe $fstrobeb $fstrobeh $fstrobeo $swrite $swriteb $swriteh $swriteo $fscanf $fread $fseek $fflush $feof $fopen $fwrite $fwriteb $fwriteh $fwriteo $fmonitor $fmonitorb $fmonitorh $fmonitoro $sformat $sformatf $fgetc $ungetc $fgets $sscanf $rewind $ftell $ferror"
+},contains:[e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE,e.QUOTE_STRING_MODE,{
+className:"number",contains:[e.BACKSLASH_ESCAPE],variants:[{
+begin:"\\b((\\d+'(b|h|o|d|B|H|O|D))[0-9xzXZa-fA-F_]+)"},{
+begin:"\\B(('(b|h|o|d|B|H|O|D))[0-9xzXZa-fA-F_]+)"},{begin:"\\b([0-9_])+",
+relevance:0}]},{className:"variable",variants:[{begin:"#\\((?!parameter).+\\)"
+},{begin:"\\.\\w+",relevance:0}]},{className:"meta",begin:"`",end:"$",keywords:{
+"meta-keyword":"define __FILE__ __LINE__ begin_keywords celldefine default_nettype define else elsif end_keywords endcelldefine endif ifdef ifndef include line nounconnected_drive pragma resetall timescale unconnected_drive undef undefineall"
+},relevance:0}]})})());hljs.registerLanguage("reasonml",(()=>{"use strict";return e=>{
+const n="~?[a-z$_][0-9a-zA-Z$_]*",a="`?[A-Z$_][0-9a-zA-Z$_]*",s="("+["||","++","**","+.","*","/","*.","/.","..."].map((e=>e.split("").map((e=>"\\"+e)).join(""))).join("|")+"|\\|>|&&|==|===)",i="\\s+"+s+"\\s+",r={
+keyword:"and as asr assert begin class constraint do done downto else end exception external for fun function functor if in include inherit initializer land lazy let lor lsl lsr lxor match method mod module mutable new nonrec object of open or private rec sig struct then to try type val virtual when while with",
+built_in:"array bool bytes char exn|5 float int int32 int64 list lazy_t|5 nativeint|5 ref string unit ",
+literal:"true false"
+},l="\\b(0[xX][a-fA-F0-9_]+[Lln]?|0[oO][0-7_]+[Lln]?|0[bB][01_]+[Lln]?|[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)",t={
+className:"number",relevance:0,variants:[{begin:l},{begin:"\\(-"+l+"\\)"}]},c={
+className:"operator",relevance:0,begin:s},o=[{className:"identifier",
+relevance:0,begin:n},c,t],g=[e.QUOTE_STRING_MODE,c,{className:"module",
+begin:"\\b"+a,returnBegin:!0,end:".",contains:[{className:"identifier",begin:a,
+relevance:0}]}],b=[{className:"module",begin:"\\b"+a,returnBegin:!0,end:".",
+relevance:0,contains:[{className:"identifier",begin:a,relevance:0}]}],m={
+className:"function",relevance:0,keywords:r,variants:[{
+begin:"\\s(\\(\\.?.*?\\)|"+n+")\\s*=>",end:"\\s*=>",returnBegin:!0,relevance:0,
+contains:[{className:"params",variants:[{begin:n},{
+begin:"~?[a-z$_][0-9a-zA-Z$_]*(s*:s*[a-z$_][0-9a-z$_]*((s*('?[a-z$_][0-9a-z$_]*s*(,'?[a-z$_][0-9a-z$_]*)*)?s*))?)?(s*:s*[a-z$_][0-9a-z$_]*((s*('?[a-z$_][0-9a-z$_]*s*(,'?[a-z$_][0-9a-z$_]*)*)?s*))?)?"
+},{begin:/\(\s*\)/}]}]},{begin:"\\s\\(\\.?[^;\\|]*\\)\\s*=>",end:"\\s=>",
+returnBegin:!0,relevance:0,contains:[{className:"params",relevance:0,variants:[{
+begin:n,end:"(,|\\n|\\))",relevance:0,contains:[c,{className:"typing",begin:":",
+end:"(,|\\n)",returnBegin:!0,relevance:0,contains:b}]}]}]},{
+begin:"\\(\\.\\s"+n+"\\)\\s*=>"}]};g.push(m);const d={className:"constructor",
+begin:a+"\\(",end:"\\)",illegal:"\\n",keywords:r,
+contains:[e.QUOTE_STRING_MODE,c,{className:"params",begin:"\\b"+n}]},u={
+className:"pattern-match",begin:"\\|",returnBegin:!0,keywords:r,end:"=>",
+relevance:0,contains:[d,c,{relevance:0,className:"constructor",begin:a}]},_={
+className:"module-access",keywords:r,returnBegin:!0,variants:[{
+begin:"\\b("+a+"\\.)+"+n},{begin:"\\b("+a+"\\.)+\\(",end:"\\)",returnBegin:!0,
+contains:[m,{begin:"\\(",end:"\\)",skip:!0}].concat(g)},{
+begin:"\\b("+a+"\\.)+\\{",end:/\}/}],contains:g};return b.push(_),{
+name:"ReasonML",aliases:["re"],keywords:r,illegal:"(:-|:=|\\$\\{|\\+=)",
+contains:[e.COMMENT("/\\*","\\*/",{illegal:"^(#,\\/\\/)"}),{
+className:"character",begin:"'(\\\\[^']+|[^'])'",illegal:"\\n",relevance:0
+},e.QUOTE_STRING_MODE,{className:"literal",begin:"\\(\\)",relevance:0},{
+className:"literal",begin:"\\[\\|",end:"\\|\\]",relevance:0,contains:o},{
+className:"literal",begin:"\\[",end:"\\]",relevance:0,contains:o},d,{
+className:"operator",begin:i,illegal:"--\x3e",relevance:0
+},t,e.C_LINE_COMMENT_MODE,u,m,{className:"module-def",
+begin:"\\bmodule\\s+"+n+"\\s+"+a+"\\s+=\\s+\\{",end:/\}/,returnBegin:!0,
+keywords:r,relevance:0,contains:[{className:"module",relevance:0,begin:a},{
+begin:/\{/,end:/\}/,skip:!0}].concat(g)},_]}}})());hljs.registerLanguage("arduino",(()=>{"use strict";return e=>{const t=(e=>{
+const t=(e=>{function t(e){return"(?:"+e+")?"}var r=e.COMMENT("//","$",{
+contains:[{begin:/\\\n/}]
+}),n="[a-zA-Z_]\\w*::",i="(decltype\\(auto\\)|"+t(n)+"[a-zA-Z_]\\w*"+t("<.*?>")+")",a={
+className:"keyword",begin:"\\b[a-z\\d_]*_t\\b"},s={className:"string",
+variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",
+contains:[e.BACKSLASH_ESCAPE]},{
+begin:"(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)",
+end:"'",illegal:"."},e.END_SAME_AS_BEGIN({
+begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},o={
+className:"number",variants:[{begin:"\\b(0b[01']+)"},{
+begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{
+begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"
+}],relevance:0},l={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{
+"meta-keyword":"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"
+},contains:[{begin:/\\\n/,relevance:0},e.inherit(s,{className:"meta-string"}),{
+className:"meta-string",begin:/<.*?>/,end:/$/,illegal:"\\n"
+},r,e.C_BLOCK_COMMENT_MODE]},c={className:"title",begin:t(n)+e.IDENT_RE,
+relevance:0},d=t(n)+e.IDENT_RE+"\\s*\\(",u={
+keyword:"int float while private char char8_t char16_t char32_t catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using asm case typeid wchar_t short reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignas alignof constexpr consteval constinit decltype concept co_await co_return co_yield requires noexcept static_assert thread_local restrict final override atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return and and_eq bitand bitor compl not not_eq or or_eq xor xor_eq",
+built_in:"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set pair bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap priority_queue make_pair array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr _Bool complex _Complex imaginary _Imaginary",
+literal:"true false nullptr NULL"},m=[l,a,r,e.C_BLOCK_COMMENT_MODE,o,s],p={
+variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{
+beginKeywords:"new throw return else",end:/;/}],keywords:u,contains:m.concat([{
+begin:/\(/,end:/\)/,keywords:u,contains:m.concat(["self"]),relevance:0}]),
+relevance:0},g={className:"function",begin:"("+i+"[\\*&\\s]+)+"+d,
+returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:u,illegal:/[^\w\s\*&:<>]/,
+contains:[{begin:"decltype\\(auto\\)",keywords:u,relevance:0},{begin:d,
+returnBegin:!0,contains:[c],relevance:0},{className:"params",begin:/\(/,
+end:/\)/,keywords:u,relevance:0,contains:[r,e.C_BLOCK_COMMENT_MODE,s,o,a,{
+begin:/\(/,end:/\)/,keywords:u,relevance:0,
+contains:["self",r,e.C_BLOCK_COMMENT_MODE,s,o,a]}]
+},a,r,e.C_BLOCK_COMMENT_MODE,l]};return{
+aliases:["c","cc","h","c++","h++","hpp","hh","hxx","cxx"],keywords:u,
+disableAutodetect:!0,illegal:"</",contains:[].concat(p,g,m,[l,{
+begin:"\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\s*<",
+end:">",keywords:u,contains:["self",a]},{begin:e.IDENT_RE+"::",keywords:u},{
+className:"class",beginKeywords:"enum class struct union",end:/[{;:<>=]/,
+contains:[{beginKeywords:"final class struct"},e.TITLE_MODE]}]),exports:{
+preprocessor:l,strings:s,keywords:u}}})(e)
+;return t.disableAutodetect=!1,t.name="C++",
+t.aliases=["cc","c++","h++","hpp","hh","hxx","cxx"],t})(e),r=t.keywords
+;return r.keyword+=" boolean byte word String",
+r.literal+=" DIGITAL_MESSAGE FIRMATA_STRING ANALOG_MESSAGE REPORT_DIGITAL REPORT_ANALOG INPUT_PULLUP SET_PIN_MODE INTERNAL2V56 SYSTEM_RESET LED_BUILTIN INTERNAL1V1 SYSEX_START INTERNAL EXTERNAL DEFAULT OUTPUT INPUT HIGH LOW",
+r.built_in+=" setup loop KeyboardController MouseController SoftwareSerial EthernetServer EthernetClient LiquidCrystal RobotControl GSMVoiceCall EthernetUDP EsploraTFT HttpClient RobotMotor WiFiClient GSMScanner FileSystem Scheduler GSMServer YunClient YunServer IPAddress GSMClient GSMModem Keyboard Ethernet Console GSMBand Esplora Stepper Process WiFiUDP GSM_SMS Mailbox USBHost Firmata PImage Client Server GSMPIN FileIO Bridge Serial EEPROM Stream Mouse Audio Servo File Task GPRS WiFi Wire TFT GSM SPI SD runShellCommandAsynchronously analogWriteResolution retrieveCallingNumber printFirmwareVersion analogReadResolution sendDigitalPortPair noListenOnLocalhost readJoystickButton setFirmwareVersion readJoystickSwitch scrollDisplayRight getVoiceCallStatus scrollDisplayLeft writeMicroseconds delayMicroseconds beginTransmission getSignalStrength runAsynchronously getAsynchronously listenOnLocalhost getCurrentCarrier readAccelerometer messageAvailable sendDigitalPorts lineFollowConfig countryNameWrite runShellCommand readStringUntil rewindDirectory readTemperature setClockDivider readLightSensor endTransmission analogReference detachInterrupt countryNameRead attachInterrupt encryptionType readBytesUntil robotNameWrite readMicrophone robotNameRead cityNameWrite userNameWrite readJoystickY readJoystickX mouseReleased openNextFile scanNetworks noInterrupts digitalWrite beginSpeaker mousePressed isActionDone mouseDragged displayLogos noAutoscroll addParameter remoteNumber getModifiers keyboardRead userNameRead waitContinue processInput parseCommand printVersion readNetworks writeMessage blinkVersion cityNameRead readMessage setDataMode parsePacket isListening setBitOrder beginPacket isDirectory motorsWrite drawCompass digitalRead clearScreen serialEvent rightToLeft setTextSize leftToRight requestFrom keyReleased compassRead analogWrite interrupts WiFiServer disconnect playMelody parseFloat autoscroll getPINUsed setPINUsed setTimeout sendAnalog readSlider analogRead beginWrite createChar motorsStop keyPressed tempoWrite readButton subnetMask debugPrint macAddress writeGreen randomSeed attachGPRS readString sendString remotePort releaseAll mouseMoved background getXChange getYChange answerCall getResult voiceCall endPacket constrain getSocket writeJSON getButton available connected findUntil readBytes exitValue readGreen writeBlue startLoop IPAddress isPressed sendSysex pauseMode gatewayIP setCursor getOemKey tuneWrite noDisplay loadImage switchPIN onRequest onReceive changePIN playFile noBuffer parseInt overflow checkPIN knobRead beginTFT bitClear updateIR bitWrite position writeRGB highByte writeRed setSpeed readBlue noStroke remoteIP transfer shutdown hangCall beginSMS endWrite attached maintain noCursor checkReg checkPUK shiftOut isValid shiftIn pulseIn connect println localIP pinMode getIMEI display noBlink process getBand running beginSD drawBMP lowByte setBand release bitRead prepare pointTo readRed setMode noFill remove listen stroke detach attach noTone exists buffer height bitSet circle config cursor random IRread setDNS endSMS getKey micros millis begin print write ready flush width isPIN blink clear press mkdir rmdir close point yield image BSSID click delay read text move peek beep rect line open seek fill size turn stop home find step tone sqrt RSSI SSID end bit tan cos sin pow map abs max min get run put",
+t.name="Arduino",t.aliases=["ino"],t.supersetOf="cpp",t}})());hljs.registerLanguage("accesslog",(()=>{"use strict";return e=>{
+const n=["GET","POST","HEAD","PUT","DELETE","CONNECT","OPTIONS","PATCH","TRACE"]
+;return{name:"Apache Access Log",contains:[{className:"number",
+begin:"^\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b",relevance:5},{
+className:"number",begin:"\\b\\d+\\b",relevance:0},{className:"string",
+begin:'"('+n.join("|")+")",end:'"',keywords:n.join(" "),illegal:"\\n",
+relevance:5,contains:[{begin:"HTTP/[12]\\.\\d",relevance:5}]},{
+className:"string",begin:/\[\d[^\]\n]{8,}\]/,illegal:"\\n",relevance:1},{
+className:"string",begin:/\[/,end:/\]/,illegal:"\\n",relevance:0},{
+className:"string",begin:'"Mozilla/\\d\\.\\d \\(',end:'"',illegal:"\\n",
+relevance:3},{className:"string",begin:'"',end:'"',illegal:"\\n",relevance:0}]}}
+})());hljs.registerLanguage("d",(()=>{"use strict";return e=>{const a={
+$pattern:e.UNDERSCORE_IDENT_RE,
+keyword:"abstract alias align asm assert auto body break byte case cast catch class const continue debug default delete deprecated do else enum export extern final finally for foreach foreach_reverse|10 goto if immutable import in inout int interface invariant is lazy macro mixin module new nothrow out override package pragma private protected public pure ref return scope shared static struct super switch synchronized template this throw try typedef typeid typeof union unittest version void volatile while with __FILE__ __LINE__ __gshared|10 __thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ __VERSION__",
+built_in:"bool cdouble cent cfloat char creal dchar delegate double dstring float function idouble ifloat ireal long real short string ubyte ucent uint ulong ushort wchar wstring",
+literal:"false null true"
+},d="((0|[1-9][\\d_]*)|0[bB][01_]+|0[xX]([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*))",n="\\\\(['\"\\?\\\\abfnrtv]|u[\\dA-Fa-f]{4}|[0-7]{1,3}|x[\\dA-Fa-f]{2}|U[\\dA-Fa-f]{8})|&[a-zA-Z\\d]{2,};",t={
+className:"number",begin:"\\b"+d+"(L|u|U|Lu|LU|uL|UL)?",relevance:0},_={
+className:"number",
+begin:"\\b(((0[xX](([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)\\.([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)|\\.?([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*))[pP][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d))|((0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)(\\.\\d*|([eE][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)))|\\d+\\.(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)|\\.(0|[1-9][\\d_]*)([eE][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d))?))([fF]|L|i|[fF]i|Li)?|"+d+"(i|[fF]i|Li))",
+relevance:0},r={className:"string",begin:"'("+n+"|.)",end:"'",illegal:"."},i={
+className:"string",begin:'"',contains:[{begin:n,relevance:0}],end:'"[cwd]?'
+},s=e.COMMENT("\\/\\+","\\+\\/",{contains:["self"],relevance:10});return{
+name:"D",keywords:a,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,s,{
+className:"string",begin:'x"[\\da-fA-F\\s\\n\\r]*"[cwd]?',relevance:10},i,{
+className:"string",begin:'[rq]"',end:'"[cwd]?',relevance:5},{className:"string",
+begin:"`",end:"`[cwd]?"},{className:"string",begin:'q"\\{',end:'\\}"'},_,t,r,{
+className:"meta",begin:"^#!",end:"$",relevance:5},{className:"meta",
+begin:"#(line)",end:"$",relevance:5},{className:"keyword",
+begin:"@[a-zA-Z_][a-zA-Z_\\d]*"}]}}})());hljs.registerLanguage("haml",(()=>{"use strict";return e=>({name:"HAML",
+case_insensitive:!0,contains:[{className:"meta",
+begin:"^!!!( (5|1\\.1|Strict|Frameset|Basic|Mobile|RDFa|XML\\b.*))?$",
+relevance:10},e.COMMENT("^\\s*(!=#|=#|-#|/).*$",!1,{relevance:0}),{
+begin:"^\\s*(-|=|!=)(?!#)",starts:{end:"\\n",subLanguage:"ruby"}},{
+className:"tag",begin:"^\\s*%",contains:[{className:"selector-tag",begin:"\\w+"
+},{className:"selector-id",begin:"#[\\w-]+"},{className:"selector-class",
+begin:"\\.[\\w-]+"},{begin:/\{\s*/,end:/\s*\}/,contains:[{begin:":\\w+\\s*=>",
+end:",\\s+",returnBegin:!0,endsWithParent:!0,contains:[{className:"attr",
+begin:":\\w+"},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{begin:"\\w+",relevance:0
+}]}]},{begin:"\\(\\s*",end:"\\s*\\)",excludeEnd:!0,contains:[{begin:"\\w+\\s*=",
+end:"\\s+",returnBegin:!0,endsWithParent:!0,contains:[{className:"attr",
+begin:"\\w+",relevance:0},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{begin:"\\w+",
+relevance:0}]}]}]},{begin:"^\\s*[=~]\\s*"},{begin:/#\{/,starts:{end:/\}/,
+subLanguage:"ruby"}}]})})());hljs.registerLanguage("ebnf",(()=>{"use strict";return a=>{
+const e=a.COMMENT(/\(\*/,/\*\)/);return{name:"Extended Backus-Naur Form",
+illegal:/\S/,contains:[e,{className:"attribute",
+begin:/^[ ]*[a-zA-Z][a-zA-Z_-]*([\s_-]+[a-zA-Z][a-zA-Z]*)*/},{begin:/=/,
+end:/[.;]/,contains:[e,{className:"meta",begin:/\?.*\?/},{className:"string",
+variants:[a.APOS_STRING_MODE,a.QUOTE_STRING_MODE,{begin:"`",end:"`"}]}]}]}}
+})());hljs.registerLanguage("tcl",(()=>{"use strict";return e=>({name:"Tcl",
+aliases:["tk"],
+keywords:"after append apply array auto_execok auto_import auto_load auto_mkindex auto_mkindex_old auto_qualify auto_reset bgerror binary break catch cd chan clock close concat continue dde dict encoding eof error eval exec exit expr fblocked fconfigure fcopy file fileevent filename flush for foreach format gets glob global history http if incr info interp join lappend|10 lassign|10 lindex|10 linsert|10 list llength|10 load lrange|10 lrepeat|10 lreplace|10 lreverse|10 lsearch|10 lset|10 lsort|10 mathfunc mathop memory msgcat namespace open package parray pid pkg::create pkg_mkIndex platform platform::shell proc puts pwd read refchan regexp registry regsub|10 rename return safe scan seek set socket source split string subst switch tcl_endOfWord tcl_findLibrary tcl_startOfNextWord tcl_startOfPreviousWord tcl_wordBreakAfter tcl_wordBreakBefore tcltest tclvars tell time tm trace unknown unload unset update uplevel upvar variable vwait while",
+contains:[e.COMMENT(";[ \\t]*#","$"),e.COMMENT("^[ \\t]*#","$"),{
+beginKeywords:"proc",end:"[\\{]",excludeEnd:!0,contains:[{className:"title",
+begin:"[ \\t\\n\\r]+(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*",end:"[ \\t\\n\\r]",
+endsWithParent:!0,excludeEnd:!0}]},{excludeEnd:!0,variants:[{
+begin:"\\$(\\{)?(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*\\(([a-zA-Z0-9_])*\\)",
+end:"[^a-zA-Z0-9_\\}\\$]"},{begin:"\\$(\\{)?(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*",
+end:"(\\))?[^a-zA-Z0-9_\\}\\$]"}]},{className:"string",
+contains:[e.BACKSLASH_ESCAPE],variants:[e.inherit(e.QUOTE_STRING_MODE,{
+illegal:null})]},{className:"number",
+variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]}]})})());hljs.registerLanguage("haskell",(()=>{"use strict";return e=>{const n={
+variants:[e.COMMENT("--","$"),e.COMMENT(/\{-/,/-\}/,{contains:["self"]})]},i={
+className:"meta",begin:/\{-#/,end:/#-\}/},a={className:"meta",begin:"^#",end:"$"
+},s={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},l={begin:"\\(",
+end:"\\)",illegal:'"',contains:[i,a,{className:"type",
+begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},e.inherit(e.TITLE_MODE,{
+begin:"[_a-z][\\w']*"}),n]};return{name:"Haskell",aliases:["hs"],
+keywords:"let in if then else case of where do module import hiding qualified type data newtype deriving class instance as default infix infixl infixr foreign export ccall stdcall cplusplus jvm dotnet safe unsafe family forall mdo proc rec",
+contains:[{beginKeywords:"module",end:"where",keywords:"module where",
+contains:[l,n],illegal:"\\W\\.|;"},{begin:"\\bimport\\b",end:"$",
+keywords:"import qualified as hiding",contains:[l,n],illegal:"\\W\\.|;"},{
+className:"class",begin:"^(\\s*)?(class|instance)\\b",end:"where",
+keywords:"class family instance where",contains:[s,l,n]},{className:"class",
+begin:"\\b(data|(new)?type)\\b",end:"$",
+keywords:"data family type newtype deriving",contains:[i,s,l,{begin:/\{/,
+end:/\}/,contains:l.contains},n]},{beginKeywords:"default",end:"$",
+contains:[s,l,n]},{beginKeywords:"infix infixl infixr",end:"$",
+contains:[e.C_NUMBER_MODE,n]},{begin:"\\bforeign\\b",end:"$",
+keywords:"foreign import export ccall stdcall cplusplus jvm dotnet safe unsafe",
+contains:[s,e.QUOTE_STRING_MODE,n]},{className:"meta",
+begin:"#!\\/usr\\/bin\\/env runhaskell",end:"$"
+},i,a,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,s,e.inherit(e.TITLE_MODE,{
+begin:"^[_a-z][\\w']*"}),n,{begin:"->|<-"}]}}})());hljs.registerLanguage("ini",(()=>{"use strict";function e(e){
+return e?"string"==typeof e?e:e.source:null}function n(...n){
+return n.map((n=>e(n))).join("")}return s=>{const a={className:"number",
+relevance:0,variants:[{begin:/([+-]+)?[\d]+_[\d_]+/},{begin:s.NUMBER_RE}]
+},i=s.COMMENT();i.variants=[{begin:/;/,end:/$/},{begin:/#/,end:/$/}];const t={
+className:"variable",variants:[{begin:/\$[\w\d"][\w\d_]*/},{begin:/\$\{(.*?)\}/
+}]},r={className:"literal",begin:/\bon|off|true|false|yes|no\b/},l={
+className:"string",contains:[s.BACKSLASH_ESCAPE],variants:[{begin:"'''",
+end:"'''",relevance:10},{begin:'"""',end:'"""',relevance:10},{begin:'"',end:'"'
+},{begin:"'",end:"'"}]},c={begin:/\[/,end:/\]/,contains:[i,r,t,l,a,"self"],
+relevance:0
+},g="("+[/[A-Za-z0-9_-]+/,/"(\\"|[^"])*"/,/'[^']*'/].map((n=>e(n))).join("|")+")"
+;return{name:"TOML, also INI",aliases:["toml"],case_insensitive:!0,illegal:/\S/,
+contains:[i,{className:"section",begin:/\[+/,end:/\]+/},{
+begin:n(g,"(\\s*\\.\\s*",g,")*",n("(?=",/\s*=\s*[^#\s]/,")")),className:"attr",
+starts:{end:/$/,contains:[i,c,r,t,l,a]}}]}}})());hljs.registerLanguage("makefile",(()=>{"use strict";return e=>{const i={
+className:"variable",variants:[{begin:"\\$\\("+e.UNDERSCORE_IDENT_RE+"\\)",
+contains:[e.BACKSLASH_ESCAPE]},{begin:/\$[@%<?\^\+\*]/}]},a={className:"string",
+begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,i]},n={className:"variable",
+begin:/\$\([\w-]+\s/,end:/\)/,keywords:{
+built_in:"subst patsubst strip findstring filter filter-out sort word wordlist firstword lastword dir notdir suffix basename addsuffix addprefix join wildcard realpath abspath error warning shell origin flavor foreach if or and call eval file value"
+},contains:[i]},s={begin:"^"+e.UNDERSCORE_IDENT_RE+"\\s*(?=[:+?]?=)"},r={
+className:"section",begin:/^[^\s]+:/,end:/$/,contains:[i]};return{
+name:"Makefile",aliases:["mk","mak"],keywords:{$pattern:/[\w-]+/,
+keyword:"define endef undefine ifdef ifndef ifeq ifneq else endif include -include sinclude override export unexport private vpath"
+},contains:[e.HASH_COMMENT_MODE,i,a,n,s,{className:"meta",begin:/^\.PHONY:/,
+end:/$/,keywords:{$pattern:/[\.\w]+/,"meta-keyword":".PHONY"}},r]}}})());hljs.registerLanguage("powershell",(()=>{"use strict";return e=>{const n={
+$pattern:/-?[A-z\.\-]+\b/,
+keyword:"if else foreach return do while until elseif begin for trap data dynamicparam end break throw param continue finally in switch exit filter try process catch hidden static parameter",
+built_in:"ac asnp cat cd CFS chdir clc clear clhy cli clp cls clv cnsn compare copy cp cpi cpp curl cvpa dbp del diff dir dnsn ebp echo|0 epal epcsv epsn erase etsn exsn fc fhx fl ft fw gal gbp gc gcb gci gcm gcs gdr gerr ghy gi gin gjb gl gm gmo gp gps gpv group gsn gsnp gsv gtz gu gv gwmi h history icm iex ihy ii ipal ipcsv ipmo ipsn irm ise iwmi iwr kill lp ls man md measure mi mount move mp mv nal ndr ni nmo npssc nsn nv ogv oh popd ps pushd pwd r rbp rcjb rcsn rd rdr ren ri rjb rm rmdir rmo rni rnp rp rsn rsnp rujb rv rvpa rwmi sajb sal saps sasv sbp sc scb select set shcm si sl sleep sls sort sp spjb spps spsv start stz sujb sv swmi tee trcm type wget where wjb write"
+},s={begin:"`[\\s\\S]",relevance:0},i={className:"variable",variants:[{
+begin:/\$\B/},{className:"keyword",begin:/\$this/},{begin:/\$[\w\d][\w\d_:]*/}]
+},a={className:"string",variants:[{begin:/"/,end:/"/},{begin:/@"/,end:/^"@/}],
+contains:[s,i,{className:"variable",begin:/\$[A-z]/,end:/[^A-z]/}]},t={
+className:"string",variants:[{begin:/'/,end:/'/},{begin:/@'/,end:/^'@/}]
+},r=e.inherit(e.COMMENT(null,null),{variants:[{begin:/#/,end:/$/},{begin:/<#/,
+end:/#>/}],contains:[{className:"doctag",variants:[{
+begin:/\.(synopsis|description|example|inputs|outputs|notes|link|component|role|functionality)/
+},{
+begin:/\.(parameter|forwardhelptargetname|forwardhelpcategory|remotehelprunspace|externalhelp)\s+\S+/
+}]}]}),c={className:"class",beginKeywords:"class enum",end:/\s*[{]/,
+excludeEnd:!0,relevance:0,contains:[e.TITLE_MODE]},l={className:"function",
+begin:/function\s+/,end:/\s*\{|$/,excludeEnd:!0,returnBegin:!0,relevance:0,
+contains:[{begin:"function",relevance:0,className:"keyword"},{className:"title",
+begin:/\w[\w\d]*((-)[\w\d]+)*/,relevance:0},{begin:/\(/,end:/\)/,
+className:"params",relevance:0,contains:[i]}]},o={begin:/using\s/,end:/$/,
+returnBegin:!0,contains:[a,t,{className:"keyword",
+begin:/(using|assembly|command|module|namespace|type)/}]},p={
+className:"function",begin:/\[.*\]\s*[\w]+[ ]??\(/,end:/$/,returnBegin:!0,
+relevance:0,contains:[{className:"keyword",
+begin:"(".concat(n.keyword.toString().replace(/\s/g,"|"),")\\b"),endsParent:!0,
+relevance:0},e.inherit(e.TITLE_MODE,{endsParent:!0})]
+},g=[p,r,s,e.NUMBER_MODE,a,t,{className:"built_in",variants:[{
+begin:"(Add|Clear|Close|Copy|Enter|Exit|Find|Format|Get|Hide|Join|Lock|Move|New|Open|Optimize|Pop|Push|Redo|Remove|Rename|Reset|Resize|Search|Select|Set|Show|Skip|Split|Step|Switch|Undo|Unlock|Watch|Backup|Checkpoint|Compare|Compress|Convert|ConvertFrom|ConvertTo|Dismount|Edit|Expand|Export|Group|Import|Initialize|Limit|Merge|New|Out|Publish|Restore|Save|Sync|Unpublish|Update|Approve|Assert|Complete|Confirm|Deny|Disable|Enable|Install|Invoke|Register|Request|Restart|Resume|Start|Stop|Submit|Suspend|Uninstall|Unregister|Wait|Debug|Measure|Ping|Repair|Resolve|Test|Trace|Connect|Disconnect|Read|Receive|Send|Write|Block|Grant|Protect|Revoke|Unblock|Unprotect|Use|ForEach|Sort|Tee|Where)+(-)[\\w\\d]+"
+}]},i,{className:"literal",begin:/\$(null|true|false)\b/},{
+className:"selector-tag",begin:/@\B/,relevance:0}],m={begin:/\[/,end:/\]/,
+excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[].concat("self",g,{
+begin:"(string|char|byte|int|long|bool|decimal|single|double|DateTime|xml|array|hashtable|void)",
+className:"built_in",relevance:0},{className:"type",begin:/[\.\w\d]+/,
+relevance:0})};return p.contains.unshift(m),{name:"PowerShell",
+aliases:["ps","ps1"],case_insensitive:!0,keywords:n,contains:g.concat(c,l,o,{
+variants:[{className:"operator",
+begin:"(-and|-as|-band|-bnot|-bor|-bxor|-casesensitive|-ccontains|-ceq|-cge|-cgt|-cle|-clike|-clt|-cmatch|-cne|-cnotcontains|-cnotlike|-cnotmatch|-contains|-creplace|-csplit|-eq|-exact|-f|-file|-ge|-gt|-icontains|-ieq|-ige|-igt|-ile|-ilike|-ilt|-imatch|-in|-ine|-inotcontains|-inotlike|-inotmatch|-ireplace|-is|-isnot|-isplit|-join|-le|-like|-lt|-match|-ne|-not|-notcontains|-notin|-notlike|-notmatch|-or|-regex|-replace|-shl|-shr|-split|-wildcard|-xor)\\b"
+},{className:"literal",begin:/(-)[\w\d]+/,relevance:0}]},m)}}})());hljs.registerLanguage("properties",(()=>{"use strict";return e=>{
+var n="[ \\t\\f]*",a=n+"[:=]"+n,t="("+a+"|[ \\t\\f]+)",r="([^\\\\\\W:= \\t\\f\\n]|\\\\.)+",s="([^\\\\:= \\t\\f\\n]|\\\\.)+",i={
+end:t,relevance:0,starts:{className:"string",end:/$/,relevance:0,contains:[{
+begin:"\\\\\\n"}]}};return{name:".properties",case_insensitive:!0,illegal:/\S/,
+contains:[e.COMMENT("^\\s*[!#]","$"),{returnBegin:!0,variants:[{begin:r+a,
+relevance:1},{begin:r+"[ \\t\\f]+",relevance:0}],contains:[{className:"attr",
+begin:r,endsParent:!0,relevance:0}],starts:i},{begin:s+t,returnBegin:!0,
+relevance:0,contains:[{className:"meta",begin:s,endsParent:!0,relevance:0}],
+starts:i},{className:"attr",relevance:0,begin:s+n+"$"}]}}})());hljs.registerLanguage("php-template",(()=>{"use strict";return n=>({
+name:"PHP template",subLanguage:"xml",contains:[{begin:/<\?(php|=)?/,end:/\?>/,
+subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0},{begin:'b"',
+end:'"',skip:!0},{begin:"b'",end:"'",skip:!0},n.inherit(n.APOS_STRING_MODE,{
+illegal:null,className:null,contains:null,skip:!0
+}),n.inherit(n.QUOTE_STRING_MODE,{illegal:null,className:null,contains:null,
+skip:!0})]}]})})());hljs.registerLanguage("angelscript",(()=>{"use strict";return e=>{var n={
+className:"built_in",
+begin:"\\b(void|bool|int|int8|int16|int32|int64|uint|uint8|uint16|uint32|uint64|string|ref|array|double|float|auto|dictionary)"
+},a={className:"symbol",begin:"[a-zA-Z0-9_]+@"},i={className:"keyword",
+begin:"<",end:">",contains:[n,a]};return n.contains=[i],a.contains=[i],{
+name:"AngelScript",aliases:["asc"],
+keywords:"for in|0 break continue while do|0 return if else case switch namespace is cast or and xor not get|0 in inout|10 out override set|0 private public const default|0 final shared external mixin|10 enum typedef funcdef this super import from interface abstract|0 try catch protected explicit property",
+illegal:"(^using\\s+[A-Za-z0-9_\\.]+;$|\\bfunction\\s*[^\\(])",contains:[{
+className:"string",begin:"'",end:"'",illegal:"\\n",
+contains:[e.BACKSLASH_ESCAPE],relevance:0},{className:"string",begin:'"""',
+end:'"""'},{className:"string",begin:'"',end:'"',illegal:"\\n",
+contains:[e.BACKSLASH_ESCAPE],relevance:0
+},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"string",
+begin:"^\\s*\\[",end:"\\]"},{beginKeywords:"interface namespace",end:/\{/,
+illegal:"[;.\\-]",contains:[{className:"symbol",begin:"[a-zA-Z0-9_]+"}]},{
+beginKeywords:"class",end:/\{/,illegal:"[;.\\-]",contains:[{className:"symbol",
+begin:"[a-zA-Z0-9_]+",contains:[{begin:"[:,]\\s*",contains:[{className:"symbol",
+begin:"[a-zA-Z0-9_]+"}]}]}]},n,a,{className:"literal",
+begin:"\\b(null|true|false)"},{className:"number",relevance:0,
+begin:"(-?)(\\b0[xXbBoOdD][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?f?|\\.\\d+f?)([eE][-+]?\\d+f?)?)"
+}]}}})());hljs.registerLanguage("less",(()=>{"use strict";return e=>{
+var n="([\\w-]+|@\\{[\\w-]+\\})",a=[],s=[],t=e=>({className:"string",
+begin:"~?"+e+".*?"+e}),r=(e,n,a)=>({className:e,begin:n,relevance:a}),i={
+begin:"\\(",end:"\\)",contains:s,relevance:0}
+;s.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,t("'"),t('"'),e.CSS_NUMBER_MODE,{
+begin:"(url|data-uri)\\(",starts:{className:"string",end:"[\\)\\n]",
+excludeEnd:!0}
+},r("number","#[0-9A-Fa-f]+\\b"),i,r("variable","@@?[\\w-]+",10),r("variable","@\\{[\\w-]+\\}"),r("built_in","~?`[^`]*?`"),{
+className:"attribute",begin:"[\\w-]+\\s*:",end:":",returnBegin:!0,excludeEnd:!0
+},{className:"meta",begin:"!important"});var c=s.concat({begin:/\{/,end:/\}/,
+contains:a}),l={beginKeywords:"when",endsWithParent:!0,contains:[{
+beginKeywords:"and not"}].concat(s)},g={begin:n+"\\s*:",returnBegin:!0,
+end:"[;}]",relevance:0,contains:[{className:"attribute",begin:n,end:":",
+excludeEnd:!0,starts:{endsWithParent:!0,illegal:"[<=$]",relevance:0,contains:s}
+}]},d={className:"keyword",
+begin:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",
+starts:{end:"[;{}]",returnEnd:!0,contains:s,relevance:0}},o={
+className:"variable",variants:[{begin:"@[\\w-]+\\s*:",relevance:15},{
+begin:"@[\\w-]+"}],starts:{end:"[;}]",returnEnd:!0,contains:c}},b={variants:[{
+begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:n,end:/\{/}],returnBegin:!0,
+returnEnd:!0,illegal:"[<='$\"]",relevance:0,
+contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,l,r("keyword","all\\b"),r("variable","@\\{[\\w-]+\\}"),r("selector-tag",n+"%?",0),r("selector-id","#"+n),r("selector-class","\\."+n,0),r("selector-tag","&",0),{
+className:"selector-attr",begin:"\\[",end:"\\]"},{className:"selector-pseudo",
+begin:/:(:)?[a-zA-Z0-9_\-+()"'.]+/},{begin:"\\(",end:"\\)",contains:c},{
+begin:"!important"}]}
+;return a.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,d,o,g,b),{
+name:"Less",case_insensitive:!0,illegal:"[=>'/<($\"]",contains:a}}})());hljs.registerLanguage("routeros",(()=>{"use strict";return e=>{
+const r="foreach do while for if from to step else on-error and or not in",n="true false yes no nothing nil null",i={
+className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{(.*?)\}/
+}]},s={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,i,{
+className:"variable",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]}]},t={
+className:"string",begin:/'/,end:/'/};return{name:"Microtik RouterOS script",
+aliases:["routeros","mikrotik"],case_insensitive:!0,keywords:{
+$pattern:/:?[\w-]+/,literal:n,
+keyword:r+" :"+r.split(" ").join(" :")+" :"+"global local beep delay put len typeof pick log time set find environment terminal error execute parse resolve toarray tobool toid toip toip6 tonum tostr totime".split(" ").join(" :")
+},contains:[{variants:[{begin:/\/\*/,end:/\*\//},{begin:/\/\//,end:/$/},{
+begin:/<\//,end:/>/}],illegal:/./},e.COMMENT("^#","$"),s,t,i,{
+begin:/[\w-]+=([^\s{}[\]()]+)/,relevance:0,returnBegin:!0,contains:[{
+className:"attribute",begin:/[^=]+/},{begin:/=/,endsWithParent:!0,relevance:0,
+contains:[s,t,i,{className:"literal",begin:"\\b("+n.split(" ").join("|")+")\\b"
+},{begin:/("[^"]*"|[^\s{}[\]]+)/}]}]},{className:"number",begin:/\*[0-9a-fA-F]+/
+},{
+begin:"\\b(add|remove|enable|disable|set|get|print|export|edit|find|run|debug|error|info|warning)([\\s[(\\]|])",
+returnBegin:!0,contains:[{className:"builtin-name",begin:/\w+/}]},{
+className:"built_in",variants:[{
+begin:"(\\.\\./|/|\\s)((traffic-flow|traffic-generator|firewall|scheduler|aaa|accounting|address-list|address|align|area|bandwidth-server|bfd|bgp|bridge|client|clock|community|config|connection|console|customer|default|dhcp-client|dhcp-server|discovery|dns|e-mail|ethernet|filter|firewall|firmware|gps|graphing|group|hardware|health|hotspot|identity|igmp-proxy|incoming|instance|interface|ip|ipsec|ipv6|irq|l2tp-server|lcd|ldp|logging|mac-server|mac-winbox|mangle|manual|mirror|mme|mpls|nat|nd|neighbor|network|note|ntp|ospf|ospf-v3|ovpn-server|page|peer|pim|ping|policy|pool|port|ppp|pppoe-client|pptp-server|prefix|profile|proposal|proxy|queue|radius|resource|rip|ripng|route|routing|screen|script|security-profiles|server|service|service-port|settings|shares|smb|sms|sniffer|snmp|snooper|socks|sstp-server|system|tool|tracking|type|upgrade|upnp|user-manager|users|user|vlan|secret|vrrp|watchdog|web-access|wireless|pptp|pppoe|lan|wan|layer7-protocol|lease|simple|raw);?\\s)+"
+},{begin:/\.\./,relevance:0}]}]}}})());hljs.registerLanguage("dockerfile",(()=>{"use strict";return e=>({
+name:"Dockerfile",aliases:["docker"],case_insensitive:!0,
+keywords:"from maintainer expose env arg user onbuild stopsignal",
+contains:[e.HASH_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE,{
+beginKeywords:"run cmd entrypoint volume add copy workdir label healthcheck shell",
+starts:{end:/[^\\]$/,subLanguage:"bash"}}],illegal:"</"})})());hljs.registerLanguage("javascript",(()=>{"use strict"
+;const e="[A-Za-z$_][0-9A-Za-z$_]*",n=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],a=["true","false","null","undefined","NaN","Infinity"],s=[].concat(["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],["arguments","this","super","console","window","document","localStorage","module","global"],["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer"],["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"])
+;function r(e){return i("(?=",e,")")}function i(...e){return e.map((e=>{
+return(n=e)?"string"==typeof n?n:n.source:null;var n})).join("")}return t=>{
+const c=e,o={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,
+isTrulyOpeningTag:(e,n)=>{const a=e[0].length+e.index,s=e.input[a]
+;"<"!==s?">"===s&&(((e,{after:n})=>{const a="</"+e[0].slice(1)
+;return-1!==e.input.indexOf(a,n)})(e,{after:a
+})||n.ignoreMatch()):n.ignoreMatch()}},l={$pattern:e,keyword:n.join(" "),
+literal:a.join(" "),built_in:s.join(" ")
+},b="\\.([0-9](_?[0-9])*)",g="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",d={
+className:"number",variants:[{
+begin:`(\\b(${g})((${b})|\\.)?|(${b}))[eE][+-]?([0-9](_?[0-9])*)\\b`},{
+begin:`\\b(${g})\\b((${b})\\b|\\.)?|(${b})\\b`},{
+begin:"\\b(0|[1-9](_?[0-9])*)n\\b"},{
+begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b"},{
+begin:"\\b0[bB][0-1](_?[0-1])*n?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*n?\\b"},{
+begin:"\\b0[0-7]+n?\\b"}],relevance:0},E={className:"subst",begin:"\\$\\{",
+end:"\\}",keywords:l,contains:[]},u={begin:"html`",end:"",starts:{end:"`",
+returnEnd:!1,contains:[t.BACKSLASH_ESCAPE,E],subLanguage:"xml"}},_={
+begin:"css`",end:"",starts:{end:"`",returnEnd:!1,
+contains:[t.BACKSLASH_ESCAPE,E],subLanguage:"css"}},m={className:"string",
+begin:"`",end:"`",contains:[t.BACKSLASH_ESCAPE,E]},N={className:"comment",
+variants:[t.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",
+begin:"@[A-Za-z]+",contains:[{className:"type",begin:"\\{",end:"\\}",relevance:0
+},{className:"variable",begin:c+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{
+begin:/(?=[^\n])\s/,relevance:0}]}]
+}),t.C_BLOCK_COMMENT_MODE,t.C_LINE_COMMENT_MODE]
+},y=[t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,u,_,m,d,t.REGEXP_MODE]
+;E.contains=y.concat({begin:/\{/,end:/\}/,keywords:l,contains:["self"].concat(y)
+});const f=[].concat(N,E.contains),A=f.concat([{begin:/\(/,end:/\)/,keywords:l,
+contains:["self"].concat(f)}]),p={className:"params",begin:/\(/,end:/\)/,
+excludeBegin:!0,excludeEnd:!0,keywords:l,contains:A};return{name:"Javascript",
+aliases:["js","jsx","mjs","cjs"],keywords:l,exports:{PARAMS_CONTAINS:A},
+illegal:/#(?![$_A-z])/,contains:[t.SHEBANG({label:"shebang",binary:"node",
+relevance:5}),{label:"use_strict",className:"meta",relevance:10,
+begin:/^\s*['"]use (strict|asm)['"]/
+},t.APOS_STRING_MODE,t.QUOTE_STRING_MODE,u,_,m,N,d,{
+begin:i(/[{,\n]\s*/,r(i(/(((\/\/.*$)|(\/\*(\*[^/]|[^*])*\*\/))\s*)*/,c+"\\s*:"))),
+relevance:0,contains:[{className:"attr",begin:c+r("\\s*:"),relevance:0}]},{
+begin:"("+t.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",
+keywords:"return throw case",contains:[N,t.REGEXP_MODE,{className:"function",
+begin:"(\\([^()]*(\\([^()]*(\\([^()]*\\))*[^()]*\\))*[^()]*\\)|"+t.UNDERSCORE_IDENT_RE+")\\s*=>",
+returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{
+begin:t.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0
+},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:l,contains:A}]}]
+},{begin:/,/,relevance:0},{className:"",begin:/\s/,end:/\s*/,skip:!0},{
+variants:[{begin:"<>",end:"</>"},{begin:o.begin,"on:begin":o.isTrulyOpeningTag,
+end:o.end}],subLanguage:"xml",contains:[{begin:o.begin,end:o.end,skip:!0,
+contains:["self"]}]}],relevance:0},{className:"function",
+beginKeywords:"function",end:/[{;]/,excludeEnd:!0,keywords:l,
+contains:["self",t.inherit(t.TITLE_MODE,{begin:c}),p],illegal:/%/},{
+beginKeywords:"while if switch catch for"},{className:"function",
+begin:t.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\))*[^()]*\\))*[^()]*\\)\\s*\\{",
+returnBegin:!0,contains:[p,t.inherit(t.TITLE_MODE,{begin:c})]},{variants:[{
+begin:"\\."+c},{begin:"\\$"+c}],relevance:0},{className:"class",
+beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"[\]]/,contains:[{
+beginKeywords:"extends"},t.UNDERSCORE_TITLE_MODE]},{begin:/\b(?=constructor)/,
+end:/[{;]/,excludeEnd:!0,contains:[t.inherit(t.TITLE_MODE,{begin:c}),"self",p]
+},{begin:"(get|set)\\s+(?="+c+"\\()",end:/\{/,keywords:"get set",
+contains:[t.inherit(t.TITLE_MODE,{begin:c}),{begin:/\(\)/},p]},{begin:/\$[(.]/}]
+}}})());hljs.registerLanguage("applescript",(()=>{"use strict";return e=>{
+const t=e.inherit(e.QUOTE_STRING_MODE,{illegal:""}),r={className:"params",
+begin:"\\(",end:"\\)",contains:["self",e.C_NUMBER_MODE,t]
+},i=e.COMMENT("--","$"),n=[i,e.COMMENT("\\(\\*","\\*\\)",{contains:["self",i]
+}),e.HASH_COMMENT_MODE];return{name:"AppleScript",aliases:["osascript"],
+keywords:{
+keyword:"about above after against and around as at back before beginning behind below beneath beside between but by considering contain contains continue copy div does eighth else end equal equals error every exit fifth first for fourth from front get given global if ignoring in into is it its last local me middle mod my ninth not of on onto or over prop property put ref reference repeat returning script second set seventh since sixth some tell tenth that the|0 then third through thru timeout times to transaction try until where while whose with without",
+literal:"AppleScript false linefeed return pi quote result space tab true",
+built_in:"alias application boolean class constant date file integer list number real record string text activate beep count delay launch log offset read round run say summarize write character characters contents day frontmost id item length month name paragraph paragraphs rest reverse running time version weekday word words year"
+},contains:[t,e.C_NUMBER_MODE,{className:"built_in",
+begin:"\\b(clipboard info|the clipboard|info for|list (disks|folder)|mount volume|path to|(close|open for) access|(get|set) eof|current date|do shell script|get volume settings|random number|set volume|system attribute|system info|time to GMT|(load|run|store) script|scripting components|ASCII (character|number)|localized string|choose (application|color|file|file name|folder|from list|remote application|URL)|display (alert|dialog))\\b|^\\s*return\\b"
+},{className:"literal",
+begin:"\\b(text item delimiters|current application|missing value)\\b"},{
+className:"keyword",
+begin:"\\b(apart from|aside from|instead of|out of|greater than|isn't|(doesn't|does not) (equal|come before|come after|contain)|(greater|less) than( or equal)?|(starts?|ends|begins?) with|contained by|comes (before|after)|a (ref|reference)|POSIX file|POSIX path|(date|time) string|quoted form)\\b"
+},{beginKeywords:"on",illegal:"[${=;\\n]",contains:[e.UNDERSCORE_TITLE_MODE,r]
+}].concat(n),illegal:"//|->|=>|\\[\\["}}})());hljs.registerLanguage("erlang",(()=>{"use strict";return e=>{
+const n="[a-z'][a-zA-Z0-9_']*",r="("+n+":"+n+"|"+n+")",a={
+keyword:"after and andalso|10 band begin bnot bor bsl bzr bxor case catch cond div end fun if let not of orelse|10 query receive rem try when xor",
+literal:"false true"},i=e.COMMENT("%","$"),s={className:"number",
+begin:"\\b(\\d+(_\\d+)*#[a-fA-F0-9]+(_[a-fA-F0-9]+)*|\\d+(_\\d+)*(\\.\\d+(_\\d+)*)?([eE][-+]?\\d+)?)",
+relevance:0},c={begin:"fun\\s+"+n+"/\\d+"},t={begin:r+"\\(",end:"\\)",
+returnBegin:!0,relevance:0,contains:[{begin:r,relevance:0},{begin:"\\(",
+end:"\\)",endsWithParent:!0,returnEnd:!0,relevance:0}]},d={begin:/\{/,end:/\}/,
+relevance:0},o={begin:"\\b_([A-Z][A-Za-z0-9_]*)?",relevance:0},l={
+begin:"[A-Z][a-zA-Z0-9_]*",relevance:0},b={begin:"#"+e.UNDERSCORE_IDENT_RE,
+relevance:0,returnBegin:!0,contains:[{begin:"#"+e.UNDERSCORE_IDENT_RE,
+relevance:0},{begin:/\{/,end:/\}/,relevance:0}]},g={
+beginKeywords:"fun receive if try case",end:"end",keywords:a}
+;g.contains=[i,c,e.inherit(e.APOS_STRING_MODE,{className:""
+}),g,t,e.QUOTE_STRING_MODE,s,d,o,l,b]
+;const E=[i,c,g,t,e.QUOTE_STRING_MODE,s,d,o,l,b]
+;t.contains[1].contains=E,d.contains=E,b.contains[1].contains=E;const u={
+className:"params",begin:"\\(",end:"\\)",contains:E};return{name:"Erlang",
+aliases:["erl"],keywords:a,illegal:"(</|\\*=|\\+=|-=|/\\*|\\*/|\\(\\*|\\*\\))",
+contains:[{className:"function",begin:"^"+n+"\\s*\\(",end:"->",returnBegin:!0,
+illegal:"\\(|#|//|/\\*|\\\\|:|;",contains:[u,e.inherit(e.TITLE_MODE,{begin:n})],
+starts:{end:";|\\.",keywords:a,contains:E}},i,{begin:"^-",end:"\\.",relevance:0,
+excludeEnd:!0,returnBegin:!0,keywords:{$pattern:"-"+e.IDENT_RE,
+keyword:"-module -record -undef -export -ifdef -ifndef -author -copyright -doc -vsn -import -include -include_lib -compile -define -else -endif -file -behaviour -behavior -spec"
+},contains:[u]},s,e.QUOTE_STRING_MODE,b,o,l,d,{begin:/\.$/}]}}})());hljs.registerLanguage("ocaml",(()=>{"use strict";return e=>({name:"OCaml",
+aliases:["ml"],keywords:{$pattern:"[a-z_]\\w*!?",
+keyword:"and as assert asr begin class constraint do done downto else end exception external for fun function functor if in include inherit! inherit initializer land lazy let lor lsl lsr lxor match method!|10 method mod module mutable new object of open! open or private rec sig struct then to try type val! val virtual when while with parser value",
+built_in:"array bool bytes char exn|5 float int int32 int64 list lazy_t|5 nativeint|5 string unit in_channel out_channel ref",
+literal:"true false"},illegal:/\/\/|>>/,contains:[{className:"literal",
+begin:"\\[(\\|\\|)?\\]|\\(\\)",relevance:0},e.COMMENT("\\(\\*","\\*\\)",{
+contains:["self"]}),{className:"symbol",begin:"'[A-Za-z_](?!')[\\w']*"},{
+className:"type",begin:"`[A-Z][\\w']*"},{className:"type",
+begin:"\\b[A-Z][\\w']*",relevance:0},{begin:"[a-z_]\\w*'[\\w']*",relevance:0
+},e.inherit(e.APOS_STRING_MODE,{className:"string",relevance:0
+}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:"number",
+begin:"\\b(0[xX][a-fA-F0-9_]+[Lln]?|0[oO][0-7_]+[Lln]?|0[bB][01_]+[Lln]?|[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)",
+relevance:0},{begin:/->/}]})})());hljs.registerLanguage("nginx",(()=>{"use strict";return e=>{const n={
+className:"variable",variants:[{begin:/\$\d+/},{begin:/\$\{/,end:/\}/},{
+begin:/[$@]/+e.UNDERSCORE_IDENT_RE}]},a={endsWithParent:!0,keywords:{
+$pattern:"[a-z/_]+",
+literal:"on off yes no true false none blocked debug info notice warn error crit select break last permanent redirect kqueue rtsig epoll poll /dev/poll"
+},relevance:0,illegal:"=>",contains:[e.HASH_COMMENT_MODE,{className:"string",
+contains:[e.BACKSLASH_ESCAPE,n],variants:[{begin:/"/,end:/"/},{begin:/'/,end:/'/
+}]},{begin:"([a-z]+):/",end:"\\s",endsWithParent:!0,excludeEnd:!0,contains:[n]
+},{className:"regexp",contains:[e.BACKSLASH_ESCAPE,n],variants:[{begin:"\\s\\^",
+end:"\\s|\\{|;",returnEnd:!0},{begin:"~\\*?\\s+",end:"\\s|\\{|;",returnEnd:!0},{
+begin:"\\*(\\.[a-z\\-]+)+"},{begin:"([a-z\\-]+\\.)+\\*"}]},{className:"number",
+begin:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{
+className:"number",begin:"\\b\\d+[kKmMgGdshdwy]*\\b",relevance:0},n]};return{
+name:"Nginx config",aliases:["nginxconf"],contains:[e.HASH_COMMENT_MODE,{
+begin:e.UNDERSCORE_IDENT_RE+"\\s+\\{",returnBegin:!0,end:/\{/,contains:[{
+className:"section",begin:e.UNDERSCORE_IDENT_RE}],relevance:0},{
+begin:e.UNDERSCORE_IDENT_RE+"\\s",end:";|\\{",returnBegin:!0,contains:[{
+className:"attribute",begin:e.UNDERSCORE_IDENT_RE,starts:a}],relevance:0}],
+illegal:"[^\\s\\}]"}}})());hljs.registerLanguage("x86asm",(()=>{"use strict";return s=>({
+name:"Intel x86 Assembly",case_insensitive:!0,keywords:{
+$pattern:"[.%]?"+s.IDENT_RE,
+keyword:"lock rep repe repz repne repnz xaquire xrelease bnd nobnd aaa aad aam aas adc add and arpl bb0_reset bb1_reset bound bsf bsr bswap bt btc btr bts call cbw cdq cdqe clc cld cli clts cmc cmp cmpsb cmpsd cmpsq cmpsw cmpxchg cmpxchg486 cmpxchg8b cmpxchg16b cpuid cpu_read cpu_write cqo cwd cwde daa das dec div dmint emms enter equ f2xm1 fabs fadd faddp fbld fbstp fchs fclex fcmovb fcmovbe fcmove fcmovnb fcmovnbe fcmovne fcmovnu fcmovu fcom fcomi fcomip fcomp fcompp fcos fdecstp fdisi fdiv fdivp fdivr fdivrp femms feni ffree ffreep fiadd ficom ficomp fidiv fidivr fild fimul fincstp finit fist fistp fisttp fisub fisubr fld fld1 fldcw fldenv fldl2e fldl2t fldlg2 fldln2 fldpi fldz fmul fmulp fnclex fndisi fneni fninit fnop fnsave fnstcw fnstenv fnstsw fpatan fprem fprem1 fptan frndint frstor fsave fscale fsetpm fsin fsincos fsqrt fst fstcw fstenv fstp fstsw fsub fsubp fsubr fsubrp ftst fucom fucomi fucomip fucomp fucompp fxam fxch fxtract fyl2x fyl2xp1 hlt ibts icebp idiv imul in inc incbin insb insd insw int int01 int1 int03 int3 into invd invpcid invlpg invlpga iret iretd iretq iretw jcxz jecxz jrcxz jmp jmpe lahf lar lds lea leave les lfence lfs lgdt lgs lidt lldt lmsw loadall loadall286 lodsb lodsd lodsq lodsw loop loope loopne loopnz loopz lsl lss ltr mfence monitor mov movd movq movsb movsd movsq movsw movsx movsxd movzx mul mwait neg nop not or out outsb outsd outsw packssdw packsswb packuswb paddb paddd paddsb paddsiw paddsw paddusb paddusw paddw pand pandn pause paveb pavgusb pcmpeqb pcmpeqd pcmpeqw pcmpgtb pcmpgtd pcmpgtw pdistib pf2id pfacc pfadd pfcmpeq pfcmpge pfcmpgt pfmax pfmin pfmul pfrcp pfrcpit1 pfrcpit2 pfrsqit1 pfrsqrt pfsub pfsubr pi2fd pmachriw pmaddwd pmagw pmulhriw pmulhrwa pmulhrwc pmulhw pmullw pmvgezb pmvlzb pmvnzb pmvzb pop popa popad popaw popf popfd popfq popfw por prefetch prefetchw pslld psllq psllw psrad psraw psrld psrlq psrlw psubb psubd psubsb psubsiw psubsw psubusb psubusw psubw punpckhbw punpckhdq punpckhwd punpcklbw punpckldq punpcklwd push pusha pushad pushaw pushf pushfd pushfq pushfw pxor rcl rcr rdshr rdmsr rdpmc rdtsc rdtscp ret retf retn rol ror rdm rsdc rsldt rsm rsts sahf sal salc sar sbb scasb scasd scasq scasw sfence sgdt shl shld shr shrd sidt sldt skinit smi smint smintold smsw stc std sti stosb stosd stosq stosw str sub svdc svldt svts swapgs syscall sysenter sysexit sysret test ud0 ud1 ud2b ud2 ud2a umov verr verw fwait wbinvd wrshr wrmsr xadd xbts xchg xlatb xlat xor cmove cmovz cmovne cmovnz cmova cmovnbe cmovae cmovnb cmovb cmovnae cmovbe cmovna cmovg cmovnle cmovge cmovnl cmovl cmovnge cmovle cmovng cmovc cmovnc cmovo cmovno cmovs cmovns cmovp cmovpe cmovnp cmovpo je jz jne jnz ja jnbe jae jnb jb jnae jbe jna jg jnle jge jnl jl jnge jle jng jc jnc jo jno js jns jpo jnp jpe jp sete setz setne setnz seta setnbe setae setnb setnc setb setnae setcset setbe setna setg setnle setge setnl setl setnge setle setng sets setns seto setno setpe setp setpo setnp addps addss andnps andps cmpeqps cmpeqss cmpleps cmpless cmpltps cmpltss cmpneqps cmpneqss cmpnleps cmpnless cmpnltps cmpnltss cmpordps cmpordss cmpunordps cmpunordss cmpps cmpss comiss cvtpi2ps cvtps2pi cvtsi2ss cvtss2si cvttps2pi cvttss2si divps divss ldmxcsr maxps maxss minps minss movaps movhps movlhps movlps movhlps movmskps movntps movss movups mulps mulss orps rcpps rcpss rsqrtps rsqrtss shufps sqrtps sqrtss stmxcsr subps subss ucomiss unpckhps unpcklps xorps fxrstor fxrstor64 fxsave fxsave64 xgetbv xsetbv xsave xsave64 xsaveopt xsaveopt64 xrstor xrstor64 prefetchnta prefetcht0 prefetcht1 prefetcht2 maskmovq movntq pavgb pavgw pextrw pinsrw pmaxsw pmaxub pminsw pminub pmovmskb pmulhuw psadbw pshufw pf2iw pfnacc pfpnacc pi2fw pswapd maskmovdqu clflush movntdq movnti movntpd movdqa movdqu movdq2q movq2dq paddq pmuludq pshufd pshufhw pshuflw pslldq psrldq psubq punpckhqdq punpcklqdq addpd addsd andnpd andpd cmpeqpd cmpeqsd cmplepd cmplesd cmpltpd cmpltsd cmpneqpd cmpneqsd cmpnlepd cmpnlesd cmpnltpd cmpnltsd cmpordpd cmpordsd cmpunordpd cmpunordsd cmppd comisd cvtdq2pd cvtdq2ps cvtpd2dq cvtpd2pi cvtpd2ps cvtpi2pd cvtps2dq cvtps2pd cvtsd2si cvtsd2ss cvtsi2sd cvtss2sd cvttpd2pi cvttpd2dq cvttps2dq cvttsd2si divpd divsd maxpd maxsd minpd minsd movapd movhpd movlpd movmskpd movupd mulpd mulsd orpd shufpd sqrtpd sqrtsd subpd subsd ucomisd unpckhpd unpcklpd xorpd addsubpd addsubps haddpd haddps hsubpd hsubps lddqu movddup movshdup movsldup clgi stgi vmcall vmclear vmfunc vmlaunch vmload vmmcall vmptrld vmptrst vmread vmresume vmrun vmsave vmwrite vmxoff vmxon invept invvpid pabsb pabsw pabsd palignr phaddw phaddd phaddsw phsubw phsubd phsubsw pmaddubsw pmulhrsw pshufb psignb psignw psignd extrq insertq movntsd movntss lzcnt blendpd blendps blendvpd blendvps dppd dpps extractps insertps movntdqa mpsadbw packusdw pblendvb pblendw pcmpeqq pextrb pextrd pextrq phminposuw pinsrb pinsrd pinsrq pmaxsb pmaxsd pmaxud pmaxuw pminsb pminsd pminud pminuw pmovsxbw pmovsxbd pmovsxbq pmovsxwd pmovsxwq pmovsxdq pmovzxbw pmovzxbd pmovzxbq pmovzxwd pmovzxwq pmovzxdq pmuldq pmulld ptest roundpd roundps roundsd roundss crc32 pcmpestri pcmpestrm pcmpistri pcmpistrm pcmpgtq popcnt getsec pfrcpv pfrsqrtv movbe aesenc aesenclast aesdec aesdeclast aesimc aeskeygenassist vaesenc vaesenclast vaesdec vaesdeclast vaesimc vaeskeygenassist vaddpd vaddps vaddsd vaddss vaddsubpd vaddsubps vandpd vandps vandnpd vandnps vblendpd vblendps vblendvpd vblendvps vbroadcastss vbroadcastsd vbroadcastf128 vcmpeq_ospd vcmpeqpd vcmplt_ospd vcmpltpd vcmple_ospd vcmplepd vcmpunord_qpd vcmpunordpd vcmpneq_uqpd vcmpneqpd vcmpnlt_uspd vcmpnltpd vcmpnle_uspd vcmpnlepd vcmpord_qpd vcmpordpd vcmpeq_uqpd vcmpnge_uspd vcmpngepd vcmpngt_uspd vcmpngtpd vcmpfalse_oqpd vcmpfalsepd vcmpneq_oqpd vcmpge_ospd vcmpgepd vcmpgt_ospd vcmpgtpd vcmptrue_uqpd vcmptruepd vcmplt_oqpd vcmple_oqpd vcmpunord_spd vcmpneq_uspd vcmpnlt_uqpd vcmpnle_uqpd vcmpord_spd vcmpeq_uspd vcmpnge_uqpd vcmpngt_uqpd vcmpfalse_ospd vcmpneq_ospd vcmpge_oqpd vcmpgt_oqpd vcmptrue_uspd vcmppd vcmpeq_osps vcmpeqps vcmplt_osps vcmpltps vcmple_osps vcmpleps vcmpunord_qps vcmpunordps vcmpneq_uqps vcmpneqps vcmpnlt_usps vcmpnltps vcmpnle_usps vcmpnleps vcmpord_qps vcmpordps vcmpeq_uqps vcmpnge_usps vcmpngeps vcmpngt_usps vcmpngtps vcmpfalse_oqps vcmpfalseps vcmpneq_oqps vcmpge_osps vcmpgeps vcmpgt_osps vcmpgtps vcmptrue_uqps vcmptrueps vcmplt_oqps vcmple_oqps vcmpunord_sps vcmpneq_usps vcmpnlt_uqps vcmpnle_uqps vcmpord_sps vcmpeq_usps vcmpnge_uqps vcmpngt_uqps vcmpfalse_osps vcmpneq_osps vcmpge_oqps vcmpgt_oqps vcmptrue_usps vcmpps vcmpeq_ossd vcmpeqsd vcmplt_ossd vcmpltsd vcmple_ossd vcmplesd vcmpunord_qsd vcmpunordsd vcmpneq_uqsd vcmpneqsd vcmpnlt_ussd vcmpnltsd vcmpnle_ussd vcmpnlesd vcmpord_qsd vcmpordsd vcmpeq_uqsd vcmpnge_ussd vcmpngesd vcmpngt_ussd vcmpngtsd vcmpfalse_oqsd vcmpfalsesd vcmpneq_oqsd vcmpge_ossd vcmpgesd vcmpgt_ossd vcmpgtsd vcmptrue_uqsd vcmptruesd vcmplt_oqsd vcmple_oqsd vcmpunord_ssd vcmpneq_ussd vcmpnlt_uqsd vcmpnle_uqsd vcmpord_ssd vcmpeq_ussd vcmpnge_uqsd vcmpngt_uqsd vcmpfalse_ossd vcmpneq_ossd vcmpge_oqsd vcmpgt_oqsd vcmptrue_ussd vcmpsd vcmpeq_osss vcmpeqss vcmplt_osss vcmpltss vcmple_osss vcmpless vcmpunord_qss vcmpunordss vcmpneq_uqss vcmpneqss vcmpnlt_usss vcmpnltss vcmpnle_usss vcmpnless vcmpord_qss vcmpordss vcmpeq_uqss vcmpnge_usss vcmpngess vcmpngt_usss vcmpngtss vcmpfalse_oqss vcmpfalsess vcmpneq_oqss vcmpge_osss vcmpgess vcmpgt_osss vcmpgtss vcmptrue_uqss vcmptruess vcmplt_oqss vcmple_oqss vcmpunord_sss vcmpneq_usss vcmpnlt_uqss vcmpnle_uqss vcmpord_sss vcmpeq_usss vcmpnge_uqss vcmpngt_uqss vcmpfalse_osss vcmpneq_osss vcmpge_oqss vcmpgt_oqss vcmptrue_usss vcmpss vcomisd vcomiss vcvtdq2pd vcvtdq2ps vcvtpd2dq vcvtpd2ps vcvtps2dq vcvtps2pd vcvtsd2si vcvtsd2ss vcvtsi2sd vcvtsi2ss vcvtss2sd vcvtss2si vcvttpd2dq vcvttps2dq vcvttsd2si vcvttss2si vdivpd vdivps vdivsd vdivss vdppd vdpps vextractf128 vextractps vhaddpd vhaddps vhsubpd vhsubps vinsertf128 vinsertps vlddqu vldqqu vldmxcsr vmaskmovdqu vmaskmovps vmaskmovpd vmaxpd vmaxps vmaxsd vmaxss vminpd vminps vminsd vminss vmovapd vmovaps vmovd vmovq vmovddup vmovdqa vmovqqa vmovdqu vmovqqu vmovhlps vmovhpd vmovhps vmovlhps vmovlpd vmovlps vmovmskpd vmovmskps vmovntdq vmovntqq vmovntdqa vmovntpd vmovntps vmovsd vmovshdup vmovsldup vmovss vmovupd vmovups vmpsadbw vmulpd vmulps vmulsd vmulss vorpd vorps vpabsb vpabsw vpabsd vpacksswb vpackssdw vpackuswb vpackusdw vpaddb vpaddw vpaddd vpaddq vpaddsb vpaddsw vpaddusb vpaddusw vpalignr vpand vpandn vpavgb vpavgw vpblendvb vpblendw vpcmpestri vpcmpestrm vpcmpistri vpcmpistrm vpcmpeqb vpcmpeqw vpcmpeqd vpcmpeqq vpcmpgtb vpcmpgtw vpcmpgtd vpcmpgtq vpermilpd vpermilps vperm2f128 vpextrb vpextrw vpextrd vpextrq vphaddw vphaddd vphaddsw vphminposuw vphsubw vphsubd vphsubsw vpinsrb vpinsrw vpinsrd vpinsrq vpmaddwd vpmaddubsw vpmaxsb vpmaxsw vpmaxsd vpmaxub vpmaxuw vpmaxud vpminsb vpminsw vpminsd vpminub vpminuw vpminud vpmovmskb vpmovsxbw vpmovsxbd vpmovsxbq vpmovsxwd vpmovsxwq vpmovsxdq vpmovzxbw vpmovzxbd vpmovzxbq vpmovzxwd vpmovzxwq vpmovzxdq vpmulhuw vpmulhrsw vpmulhw vpmullw vpmulld vpmuludq vpmuldq vpor vpsadbw vpshufb vpshufd vpshufhw vpshuflw vpsignb vpsignw vpsignd vpslldq vpsrldq vpsllw vpslld vpsllq vpsraw vpsrad vpsrlw vpsrld vpsrlq vptest vpsubb vpsubw vpsubd vpsubq vpsubsb vpsubsw vpsubusb vpsubusw vpunpckhbw vpunpckhwd vpunpckhdq vpunpckhqdq vpunpcklbw vpunpcklwd vpunpckldq vpunpcklqdq vpxor vrcpps vrcpss vrsqrtps vrsqrtss vroundpd vroundps vroundsd vroundss vshufpd vshufps vsqrtpd vsqrtps vsqrtsd vsqrtss vstmxcsr vsubpd vsubps vsubsd vsubss vtestps vtestpd vucomisd vucomiss vunpckhpd vunpckhps vunpcklpd vunpcklps vxorpd vxorps vzeroall vzeroupper pclmullqlqdq pclmulhqlqdq pclmullqhqdq pclmulhqhqdq pclmulqdq vpclmullqlqdq vpclmulhqlqdq vpclmullqhqdq vpclmulhqhqdq vpclmulqdq vfmadd132ps vfmadd132pd vfmadd312ps vfmadd312pd vfmadd213ps vfmadd213pd vfmadd123ps vfmadd123pd vfmadd231ps vfmadd231pd vfmadd321ps vfmadd321pd vfmaddsub132ps vfmaddsub132pd vfmaddsub312ps vfmaddsub312pd vfmaddsub213ps vfmaddsub213pd vfmaddsub123ps vfmaddsub123pd vfmaddsub231ps vfmaddsub231pd vfmaddsub321ps vfmaddsub321pd vfmsub132ps vfmsub132pd vfmsub312ps vfmsub312pd vfmsub213ps vfmsub213pd vfmsub123ps vfmsub123pd vfmsub231ps vfmsub231pd vfmsub321ps vfmsub321pd vfmsubadd132ps vfmsubadd132pd vfmsubadd312ps vfmsubadd312pd vfmsubadd213ps vfmsubadd213pd vfmsubadd123ps vfmsubadd123pd vfmsubadd231ps vfmsubadd231pd vfmsubadd321ps vfmsubadd321pd vfnmadd132ps vfnmadd132pd vfnmadd312ps vfnmadd312pd vfnmadd213ps vfnmadd213pd vfnmadd123ps vfnmadd123pd vfnmadd231ps vfnmadd231pd vfnmadd321ps vfnmadd321pd vfnmsub132ps vfnmsub132pd vfnmsub312ps vfnmsub312pd vfnmsub213ps vfnmsub213pd vfnmsub123ps vfnmsub123pd vfnmsub231ps vfnmsub231pd vfnmsub321ps vfnmsub321pd vfmadd132ss vfmadd132sd vfmadd312ss vfmadd312sd vfmadd213ss vfmadd213sd vfmadd123ss vfmadd123sd vfmadd231ss vfmadd231sd vfmadd321ss vfmadd321sd vfmsub132ss vfmsub132sd vfmsub312ss vfmsub312sd vfmsub213ss vfmsub213sd vfmsub123ss vfmsub123sd vfmsub231ss vfmsub231sd vfmsub321ss vfmsub321sd vfnmadd132ss vfnmadd132sd vfnmadd312ss vfnmadd312sd vfnmadd213ss vfnmadd213sd vfnmadd123ss vfnmadd123sd vfnmadd231ss vfnmadd231sd vfnmadd321ss vfnmadd321sd vfnmsub132ss vfnmsub132sd vfnmsub312ss vfnmsub312sd vfnmsub213ss vfnmsub213sd vfnmsub123ss vfnmsub123sd vfnmsub231ss vfnmsub231sd vfnmsub321ss vfnmsub321sd rdfsbase rdgsbase rdrand wrfsbase wrgsbase vcvtph2ps vcvtps2ph adcx adox rdseed clac stac xstore xcryptecb xcryptcbc xcryptctr xcryptcfb xcryptofb montmul xsha1 xsha256 llwpcb slwpcb lwpval lwpins vfmaddpd vfmaddps vfmaddsd vfmaddss vfmaddsubpd vfmaddsubps vfmsubaddpd vfmsubaddps vfmsubpd vfmsubps vfmsubsd vfmsubss vfnmaddpd vfnmaddps vfnmaddsd vfnmaddss vfnmsubpd vfnmsubps vfnmsubsd vfnmsubss vfrczpd vfrczps vfrczsd vfrczss vpcmov vpcomb vpcomd vpcomq vpcomub vpcomud vpcomuq vpcomuw vpcomw vphaddbd vphaddbq vphaddbw vphadddq vphaddubd vphaddubq vphaddubw vphaddudq vphadduwd vphadduwq vphaddwd vphaddwq vphsubbw vphsubdq vphsubwd vpmacsdd vpmacsdqh vpmacsdql vpmacssdd vpmacssdqh vpmacssdql vpmacsswd vpmacssww vpmacswd vpmacsww vpmadcsswd vpmadcswd vpperm vprotb vprotd vprotq vprotw vpshab vpshad vpshaq vpshaw vpshlb vpshld vpshlq vpshlw vbroadcasti128 vpblendd vpbroadcastb vpbroadcastw vpbroadcastd vpbroadcastq vpermd vpermpd vpermps vpermq vperm2i128 vextracti128 vinserti128 vpmaskmovd vpmaskmovq vpsllvd vpsllvq vpsravd vpsrlvd vpsrlvq vgatherdpd vgatherqpd vgatherdps vgatherqps vpgatherdd vpgatherqd vpgatherdq vpgatherqq xabort xbegin xend xtest andn bextr blci blcic blsi blsic blcfill blsfill blcmsk blsmsk blsr blcs bzhi mulx pdep pext rorx sarx shlx shrx tzcnt tzmsk t1mskc valignd valignq vblendmpd vblendmps vbroadcastf32x4 vbroadcastf64x4 vbroadcasti32x4 vbroadcasti64x4 vcompresspd vcompressps vcvtpd2udq vcvtps2udq vcvtsd2usi vcvtss2usi vcvttpd2udq vcvttps2udq vcvttsd2usi vcvttss2usi vcvtudq2pd vcvtudq2ps vcvtusi2sd vcvtusi2ss vexpandpd vexpandps vextractf32x4 vextractf64x4 vextracti32x4 vextracti64x4 vfixupimmpd vfixupimmps vfixupimmsd vfixupimmss vgetexppd vgetexpps vgetexpsd vgetexpss vgetmantpd vgetmantps vgetmantsd vgetmantss vinsertf32x4 vinsertf64x4 vinserti32x4 vinserti64x4 vmovdqa32 vmovdqa64 vmovdqu32 vmovdqu64 vpabsq vpandd vpandnd vpandnq vpandq vpblendmd vpblendmq vpcmpltd vpcmpled vpcmpneqd vpcmpnltd vpcmpnled vpcmpd vpcmpltq vpcmpleq vpcmpneqq vpcmpnltq vpcmpnleq vpcmpq vpcmpequd vpcmpltud vpcmpleud vpcmpnequd vpcmpnltud vpcmpnleud vpcmpud vpcmpequq vpcmpltuq vpcmpleuq vpcmpnequq vpcmpnltuq vpcmpnleuq vpcmpuq vpcompressd vpcompressq vpermi2d vpermi2pd vpermi2ps vpermi2q vpermt2d vpermt2pd vpermt2ps vpermt2q vpexpandd vpexpandq vpmaxsq vpmaxuq vpminsq vpminuq vpmovdb vpmovdw vpmovqb vpmovqd vpmovqw vpmovsdb vpmovsdw vpmovsqb vpmovsqd vpmovsqw vpmovusdb vpmovusdw vpmovusqb vpmovusqd vpmovusqw vpord vporq vprold vprolq vprolvd vprolvq vprord vprorq vprorvd vprorvq vpscatterdd vpscatterdq vpscatterqd vpscatterqq vpsraq vpsravq vpternlogd vpternlogq vptestmd vptestmq vptestnmd vptestnmq vpxord vpxorq vrcp14pd vrcp14ps vrcp14sd vrcp14ss vrndscalepd vrndscaleps vrndscalesd vrndscaless vrsqrt14pd vrsqrt14ps vrsqrt14sd vrsqrt14ss vscalefpd vscalefps vscalefsd vscalefss vscatterdpd vscatterdps vscatterqpd vscatterqps vshuff32x4 vshuff64x2 vshufi32x4 vshufi64x2 kandnw kandw kmovw knotw kortestw korw kshiftlw kshiftrw kunpckbw kxnorw kxorw vpbroadcastmb2q vpbroadcastmw2d vpconflictd vpconflictq vplzcntd vplzcntq vexp2pd vexp2ps vrcp28pd vrcp28ps vrcp28sd vrcp28ss vrsqrt28pd vrsqrt28ps vrsqrt28sd vrsqrt28ss vgatherpf0dpd vgatherpf0dps vgatherpf0qpd vgatherpf0qps vgatherpf1dpd vgatherpf1dps vgatherpf1qpd vgatherpf1qps vscatterpf0dpd vscatterpf0dps vscatterpf0qpd vscatterpf0qps vscatterpf1dpd vscatterpf1dps vscatterpf1qpd vscatterpf1qps prefetchwt1 bndmk bndcl bndcu bndcn bndmov bndldx bndstx sha1rnds4 sha1nexte sha1msg1 sha1msg2 sha256rnds2 sha256msg1 sha256msg2 hint_nop0 hint_nop1 hint_nop2 hint_nop3 hint_nop4 hint_nop5 hint_nop6 hint_nop7 hint_nop8 hint_nop9 hint_nop10 hint_nop11 hint_nop12 hint_nop13 hint_nop14 hint_nop15 hint_nop16 hint_nop17 hint_nop18 hint_nop19 hint_nop20 hint_nop21 hint_nop22 hint_nop23 hint_nop24 hint_nop25 hint_nop26 hint_nop27 hint_nop28 hint_nop29 hint_nop30 hint_nop31 hint_nop32 hint_nop33 hint_nop34 hint_nop35 hint_nop36 hint_nop37 hint_nop38 hint_nop39 hint_nop40 hint_nop41 hint_nop42 hint_nop43 hint_nop44 hint_nop45 hint_nop46 hint_nop47 hint_nop48 hint_nop49 hint_nop50 hint_nop51 hint_nop52 hint_nop53 hint_nop54 hint_nop55 hint_nop56 hint_nop57 hint_nop58 hint_nop59 hint_nop60 hint_nop61 hint_nop62 hint_nop63",
+built_in:"ip eip rip al ah bl bh cl ch dl dh sil dil bpl spl r8b r9b r10b r11b r12b r13b r14b r15b ax bx cx dx si di bp sp r8w r9w r10w r11w r12w r13w r14w r15w eax ebx ecx edx esi edi ebp esp eip r8d r9d r10d r11d r12d r13d r14d r15d rax rbx rcx rdx rsi rdi rbp rsp r8 r9 r10 r11 r12 r13 r14 r15 cs ds es fs gs ss st st0 st1 st2 st3 st4 st5 st6 st7 mm0 mm1 mm2 mm3 mm4 mm5 mm6 mm7 xmm0 xmm1 xmm2 xmm3 xmm4 xmm5 xmm6 xmm7 xmm8 xmm9 xmm10 xmm11 xmm12 xmm13 xmm14 xmm15 xmm16 xmm17 xmm18 xmm19 xmm20 xmm21 xmm22 xmm23 xmm24 xmm25 xmm26 xmm27 xmm28 xmm29 xmm30 xmm31 ymm0 ymm1 ymm2 ymm3 ymm4 ymm5 ymm6 ymm7 ymm8 ymm9 ymm10 ymm11 ymm12 ymm13 ymm14 ymm15 ymm16 ymm17 ymm18 ymm19 ymm20 ymm21 ymm22 ymm23 ymm24 ymm25 ymm26 ymm27 ymm28 ymm29 ymm30 ymm31 zmm0 zmm1 zmm2 zmm3 zmm4 zmm5 zmm6 zmm7 zmm8 zmm9 zmm10 zmm11 zmm12 zmm13 zmm14 zmm15 zmm16 zmm17 zmm18 zmm19 zmm20 zmm21 zmm22 zmm23 zmm24 zmm25 zmm26 zmm27 zmm28 zmm29 zmm30 zmm31 k0 k1 k2 k3 k4 k5 k6 k7 bnd0 bnd1 bnd2 bnd3 cr0 cr1 cr2 cr3 cr4 cr8 dr0 dr1 dr2 dr3 dr8 tr3 tr4 tr5 tr6 tr7 r0 r1 r2 r3 r4 r5 r6 r7 r0b r1b r2b r3b r4b r5b r6b r7b r0w r1w r2w r3w r4w r5w r6w r7w r0d r1d r2d r3d r4d r5d r6d r7d r0h r1h r2h r3h r0l r1l r2l r3l r4l r5l r6l r7l r8l r9l r10l r11l r12l r13l r14l r15l db dw dd dq dt ddq do dy dz resb resw resd resq rest resdq reso resy resz incbin equ times byte word dword qword nosplit rel abs seg wrt strict near far a32 ptr",
+meta:"%define %xdefine %+ %undef %defstr %deftok %assign %strcat %strlen %substr %rotate %elif %else %endif %if %ifmacro %ifctx %ifidn %ifidni %ifid %ifnum %ifstr %iftoken %ifempty %ifenv %error %warning %fatal %rep %endrep %include %push %pop %repl %pathsearch %depend %use %arg %stacksize %local %line %comment %endcomment .nolist __FILE__ __LINE__ __SECT__ __BITS__ __OUTPUT_FORMAT__ __DATE__ __TIME__ __DATE_NUM__ __TIME_NUM__ __UTC_DATE__ __UTC_TIME__ __UTC_DATE_NUM__ __UTC_TIME_NUM__ __PASS__ struc endstruc istruc at iend align alignb sectalign daz nodaz up down zero default option assume public bits use16 use32 use64 default section segment absolute extern global common cpu float __utf16__ __utf16le__ __utf16be__ __utf32__ __utf32le__ __utf32be__ __float8__ __float16__ __float32__ __float64__ __float80m__ __float80e__ __float128l__ __float128h__ __Infinity__ __QNaN__ __SNaN__ Inf NaN QNaN SNaN float8 float16 float32 float64 float80m float80e float128l float128h __FLOAT_DAZ__ __FLOAT_ROUND__ __FLOAT__"
+},contains:[s.COMMENT(";","$",{relevance:0}),{className:"number",variants:[{
+begin:"\\b(?:([0-9][0-9_]*)?\\.[0-9_]*(?:[eE][+-]?[0-9_]+)?|(0[Xx])?[0-9][0-9_]*\\.?[0-9_]*(?:[pP](?:[+-]?[0-9_]+)?)?)\\b",
+relevance:0},{begin:"\\$[0-9][0-9A-Fa-f]*",relevance:0},{
+begin:"\\b(?:[0-9A-Fa-f][0-9A-Fa-f_]*[Hh]|[0-9][0-9_]*[DdTt]?|[0-7][0-7_]*[QqOo]|[0-1][0-1_]*[BbYy])\\b"
+},{
+begin:"\\b(?:0[Xx][0-9A-Fa-f_]+|0[DdTt][0-9_]+|0[QqOo][0-7_]+|0[BbYy][0-1_]+)\\b"
+}]},s.QUOTE_STRING_MODE,{className:"string",variants:[{begin:"'",end:"[^\\\\]'"
+},{begin:"`",end:"[^\\\\]`"}],relevance:0},{className:"symbol",variants:[{
+begin:"^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)"},{
+begin:"^\\s*%%[A-Za-z0-9_$#@~.?]*:"}],relevance:0},{className:"subst",
+begin:"%[0-9]+",relevance:0},{className:"subst",begin:"%!S+",relevance:0},{
+className:"meta",begin:/^\s*\.[\w_-]+/}]})})());hljs.registerLanguage("asciidoc",(()=>{"use strict";return e=>({name:"AsciiDoc",
+aliases:["adoc"],contains:[e.COMMENT("^/{4,}\\n","\\n/{4,}$",{relevance:10
+}),e.COMMENT("^//","$",{relevance:0}),{className:"title",begin:"^\\.\\w.*$"},{
+begin:"^[=\\*]{4,}\\n",end:"\\n^[=\\*]{4,}$",relevance:10},{className:"section",
+relevance:10,variants:[{begin:"^(={1,5}) .+?( \\1)?$"},{
+begin:"^[^\\[\\]\\n]+?\\n[=\\-~\\^\\+]{2,}$"}]},{className:"meta",
+begin:"^:.+?:",end:"\\s",excludeEnd:!0,relevance:10},{className:"meta",
+begin:"^\\[.+?\\]$",relevance:0},{className:"quote",begin:"^_{4,}\\n",
+end:"\\n_{4,}$",relevance:10},{className:"code",begin:"^[\\-\\.]{4,}\\n",
+end:"\\n[\\-\\.]{4,}$",relevance:10},{begin:"^\\+{4,}\\n",end:"\\n\\+{4,}$",
+contains:[{begin:"<",end:">",subLanguage:"xml",relevance:0}],relevance:10},{
+className:"bullet",begin:"^(\\*+|-+|\\.+|[^\\n]+?::)\\s+"},{className:"symbol",
+begin:"^(NOTE|TIP|IMPORTANT|WARNING|CAUTION):\\s+",relevance:10},{
+className:"strong",begin:"\\B\\*(?![\\*\\s])",end:"(\\n{2}|\\*)",contains:[{
+begin:"\\\\*\\w",relevance:0}]},{className:"emphasis",begin:"\\B'(?!['\\s])",
+end:"(\\n{2}|')",contains:[{begin:"\\\\'\\w",relevance:0}],relevance:0},{
+className:"emphasis",begin:"_(?![_\\s])",end:"(\\n{2}|_)",relevance:0},{
+className:"string",variants:[{begin:"``.+?''"},{begin:"`.+?'"}]},{
+className:"code",begin:"(`.+?`|\\+.+?\\+)",relevance:0},{className:"code",
+begin:"^[ \\t]",end:"$",relevance:0},{begin:"^'{3,}[ \\t]*$",relevance:10},{
+begin:"(link:)?(http|https|ftp|file|irc|image:?):\\S+\\[.*?\\]",returnBegin:!0,
+contains:[{begin:"(link|image:?):",relevance:0},{className:"link",begin:"\\w",
+end:"[^\\[]+",relevance:0},{className:"string",begin:"\\[",end:"\\]",
+excludeBegin:!0,excludeEnd:!0,relevance:0}],relevance:10}]})})());hljs.registerLanguage("perl",(()=>{"use strict";function e(...e){
+return e.map((e=>{return(n=e)?"string"==typeof n?n:n.source:null;var n
+})).join("")}return n=>{var t={$pattern:/[\w.]+/,
+keyword:"getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qq fileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent shutdown dump chomp connect getsockname die socketpair close flock exists index shmget sub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedir ioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when"
+},s={className:"subst",begin:"[$@]\\{",end:"\\}",keywords:t},r={begin:/->\{/,
+end:/\}/},i={variants:[{begin:/\$\d/},{
+begin:e(/[$%@](\^\w\b|#\w+(::\w+)*|\{\w+\}|\w+(::\w*)*)/,"(?![A-Za-z])(?![@$%])")
+},{begin:/[$%@][^\s\w{]/,relevance:0}]
+},a=[n.BACKSLASH_ESCAPE,s,i],o=[i,n.HASH_COMMENT_MODE,n.COMMENT(/^=\w/,/=cut/,{
+endsWithParent:!0}),r,{className:"string",contains:a,variants:[{
+begin:"q[qwxr]?\\s*\\(",end:"\\)",relevance:5},{begin:"q[qwxr]?\\s*\\[",
+end:"\\]",relevance:5},{begin:"q[qwxr]?\\s*\\{",end:"\\}",relevance:5},{
+begin:"q[qwxr]?\\s*\\|",end:"\\|",relevance:5},{begin:"q[qwxr]?\\s*<",end:">",
+relevance:5},{begin:"qw\\s+q",end:"q",relevance:5},{begin:"'",end:"'",
+contains:[n.BACKSLASH_ESCAPE]},{begin:'"',end:'"'},{begin:"`",end:"`",
+contains:[n.BACKSLASH_ESCAPE]},{begin:/\{\w+\}/,contains:[],relevance:0},{
+begin:"-?\\w+\\s*=>",contains:[],relevance:0}]},{className:"number",
+begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",
+relevance:0},{
+begin:"(\\/\\/|"+n.RE_STARTERS_RE+"|\\b(split|return|print|reverse|grep)\\b)\\s*",
+keywords:"split return print reverse grep",relevance:0,
+contains:[n.HASH_COMMENT_MODE,{className:"regexp",
+begin:"(s|tr|y)/(\\\\.|[^/])*/(\\\\.|[^/])*/[a-z]*",relevance:10},{
+className:"regexp",begin:"(m|qr)?/",end:"/[a-z]*",contains:[n.BACKSLASH_ESCAPE],
+relevance:0}]},{className:"function",beginKeywords:"sub",
+end:"(\\s*\\(.*?\\))?[;{]",excludeEnd:!0,relevance:5,contains:[n.TITLE_MODE]},{
+begin:"-\\w\\b",relevance:0},{begin:"^__DATA__$",end:"^__END__$",
+subLanguage:"mojolicious",contains:[{begin:"^@@.*",end:"$",className:"comment"}]
+}];return s.contains=o,r.contains=o,{name:"Perl",aliases:["pl","pm"],keywords:t,
+contains:o}}})());hljs.registerLanguage("pgsql",(()=>{"use strict";return E=>{
+const T=E.COMMENT("--","$"),N="\\$([a-zA-Z_]?|[a-zA-Z_][a-zA-Z_0-9]*)\\$",A="BIGINT INT8 BIGSERIAL SERIAL8 BIT VARYING VARBIT BOOLEAN BOOL BOX BYTEA CHARACTER CHAR VARCHAR CIDR CIRCLE DATE DOUBLE PRECISION FLOAT8 FLOAT INET INTEGER INT INT4 INTERVAL JSON JSONB LINE LSEG|10 MACADDR MACADDR8 MONEY NUMERIC DEC DECIMAL PATH POINT POLYGON REAL FLOAT4 SMALLINT INT2 SMALLSERIAL|10 SERIAL2|10 SERIAL|10 SERIAL4|10 TEXT TIME ZONE TIMETZ|10 TIMESTAMP TIMESTAMPTZ|10 TSQUERY|10 TSVECTOR|10 TXID_SNAPSHOT|10 UUID XML NATIONAL NCHAR INT4RANGE|10 INT8RANGE|10 NUMRANGE|10 TSRANGE|10 TSTZRANGE|10 DATERANGE|10 ANYELEMENT ANYARRAY ANYNONARRAY ANYENUM ANYRANGE CSTRING INTERNAL RECORD PG_DDL_COMMAND VOID UNKNOWN OPAQUE REFCURSOR NAME OID REGPROC|10 REGPROCEDURE|10 REGOPER|10 REGOPERATOR|10 REGCLASS|10 REGTYPE|10 REGROLE|10 REGNAMESPACE|10 REGCONFIG|10 REGDICTIONARY|10 ",R=A.trim().split(" ").map((E=>E.split("|")[0])).join("|"),I="ARRAY_AGG AVG BIT_AND BIT_OR BOOL_AND BOOL_OR COUNT EVERY JSON_AGG JSONB_AGG JSON_OBJECT_AGG JSONB_OBJECT_AGG MAX MIN MODE STRING_AGG SUM XMLAGG CORR COVAR_POP COVAR_SAMP REGR_AVGX REGR_AVGY REGR_COUNT REGR_INTERCEPT REGR_R2 REGR_SLOPE REGR_SXX REGR_SXY REGR_SYY STDDEV STDDEV_POP STDDEV_SAMP VARIANCE VAR_POP VAR_SAMP PERCENTILE_CONT PERCENTILE_DISC ROW_NUMBER RANK DENSE_RANK PERCENT_RANK CUME_DIST NTILE LAG LEAD FIRST_VALUE LAST_VALUE NTH_VALUE NUM_NONNULLS NUM_NULLS ABS CBRT CEIL CEILING DEGREES DIV EXP FLOOR LN LOG MOD PI POWER RADIANS ROUND SCALE SIGN SQRT TRUNC WIDTH_BUCKET RANDOM SETSEED ACOS ACOSD ASIN ASIND ATAN ATAND ATAN2 ATAN2D COS COSD COT COTD SIN SIND TAN TAND BIT_LENGTH CHAR_LENGTH CHARACTER_LENGTH LOWER OCTET_LENGTH OVERLAY POSITION SUBSTRING TREAT TRIM UPPER ASCII BTRIM CHR CONCAT CONCAT_WS CONVERT CONVERT_FROM CONVERT_TO DECODE ENCODE INITCAP LEFT LENGTH LPAD LTRIM MD5 PARSE_IDENT PG_CLIENT_ENCODING QUOTE_IDENT|10 QUOTE_LITERAL|10 QUOTE_NULLABLE|10 REGEXP_MATCH REGEXP_MATCHES REGEXP_REPLACE REGEXP_SPLIT_TO_ARRAY REGEXP_SPLIT_TO_TABLE REPEAT REPLACE REVERSE RIGHT RPAD RTRIM SPLIT_PART STRPOS SUBSTR TO_ASCII TO_HEX TRANSLATE OCTET_LENGTH GET_BIT GET_BYTE SET_BIT SET_BYTE TO_CHAR TO_DATE TO_NUMBER TO_TIMESTAMP AGE CLOCK_TIMESTAMP|10 DATE_PART DATE_TRUNC ISFINITE JUSTIFY_DAYS JUSTIFY_HOURS JUSTIFY_INTERVAL MAKE_DATE MAKE_INTERVAL|10 MAKE_TIME MAKE_TIMESTAMP|10 MAKE_TIMESTAMPTZ|10 NOW STATEMENT_TIMESTAMP|10 TIMEOFDAY TRANSACTION_TIMESTAMP|10 ENUM_FIRST ENUM_LAST ENUM_RANGE AREA CENTER DIAMETER HEIGHT ISCLOSED ISOPEN NPOINTS PCLOSE POPEN RADIUS WIDTH BOX BOUND_BOX CIRCLE LINE LSEG PATH POLYGON ABBREV BROADCAST HOST HOSTMASK MASKLEN NETMASK NETWORK SET_MASKLEN TEXT INET_SAME_FAMILY INET_MERGE MACADDR8_SET7BIT ARRAY_TO_TSVECTOR GET_CURRENT_TS_CONFIG NUMNODE PLAINTO_TSQUERY PHRASETO_TSQUERY WEBSEARCH_TO_TSQUERY QUERYTREE SETWEIGHT STRIP TO_TSQUERY TO_TSVECTOR JSON_TO_TSVECTOR JSONB_TO_TSVECTOR TS_DELETE TS_FILTER TS_HEADLINE TS_RANK TS_RANK_CD TS_REWRITE TSQUERY_PHRASE TSVECTOR_TO_ARRAY TSVECTOR_UPDATE_TRIGGER TSVECTOR_UPDATE_TRIGGER_COLUMN XMLCOMMENT XMLCONCAT XMLELEMENT XMLFOREST XMLPI XMLROOT XMLEXISTS XML_IS_WELL_FORMED XML_IS_WELL_FORMED_DOCUMENT XML_IS_WELL_FORMED_CONTENT XPATH XPATH_EXISTS XMLTABLE XMLNAMESPACES TABLE_TO_XML TABLE_TO_XMLSCHEMA TABLE_TO_XML_AND_XMLSCHEMA QUERY_TO_XML QUERY_TO_XMLSCHEMA QUERY_TO_XML_AND_XMLSCHEMA CURSOR_TO_XML CURSOR_TO_XMLSCHEMA SCHEMA_TO_XML SCHEMA_TO_XMLSCHEMA SCHEMA_TO_XML_AND_XMLSCHEMA DATABASE_TO_XML DATABASE_TO_XMLSCHEMA DATABASE_TO_XML_AND_XMLSCHEMA XMLATTRIBUTES TO_JSON TO_JSONB ARRAY_TO_JSON ROW_TO_JSON JSON_BUILD_ARRAY JSONB_BUILD_ARRAY JSON_BUILD_OBJECT JSONB_BUILD_OBJECT JSON_OBJECT JSONB_OBJECT JSON_ARRAY_LENGTH JSONB_ARRAY_LENGTH JSON_EACH JSONB_EACH JSON_EACH_TEXT JSONB_EACH_TEXT JSON_EXTRACT_PATH JSONB_EXTRACT_PATH JSON_OBJECT_KEYS JSONB_OBJECT_KEYS JSON_POPULATE_RECORD JSONB_POPULATE_RECORD JSON_POPULATE_RECORDSET JSONB_POPULATE_RECORDSET JSON_ARRAY_ELEMENTS JSONB_ARRAY_ELEMENTS JSON_ARRAY_ELEMENTS_TEXT JSONB_ARRAY_ELEMENTS_TEXT JSON_TYPEOF JSONB_TYPEOF JSON_TO_RECORD JSONB_TO_RECORD JSON_TO_RECORDSET JSONB_TO_RECORDSET JSON_STRIP_NULLS JSONB_STRIP_NULLS JSONB_SET JSONB_INSERT JSONB_PRETTY CURRVAL LASTVAL NEXTVAL SETVAL COALESCE NULLIF GREATEST LEAST ARRAY_APPEND ARRAY_CAT ARRAY_NDIMS ARRAY_DIMS ARRAY_FILL ARRAY_LENGTH ARRAY_LOWER ARRAY_POSITION ARRAY_POSITIONS ARRAY_PREPEND ARRAY_REMOVE ARRAY_REPLACE ARRAY_TO_STRING ARRAY_UPPER CARDINALITY STRING_TO_ARRAY UNNEST ISEMPTY LOWER_INC UPPER_INC LOWER_INF UPPER_INF RANGE_MERGE GENERATE_SERIES GENERATE_SUBSCRIPTS CURRENT_DATABASE CURRENT_QUERY CURRENT_SCHEMA|10 CURRENT_SCHEMAS|10 INET_CLIENT_ADDR INET_CLIENT_PORT INET_SERVER_ADDR INET_SERVER_PORT ROW_SECURITY_ACTIVE FORMAT_TYPE TO_REGCLASS TO_REGPROC TO_REGPROCEDURE TO_REGOPER TO_REGOPERATOR TO_REGTYPE TO_REGNAMESPACE TO_REGROLE COL_DESCRIPTION OBJ_DESCRIPTION SHOBJ_DESCRIPTION TXID_CURRENT TXID_CURRENT_IF_ASSIGNED TXID_CURRENT_SNAPSHOT TXID_SNAPSHOT_XIP TXID_SNAPSHOT_XMAX TXID_SNAPSHOT_XMIN TXID_VISIBLE_IN_SNAPSHOT TXID_STATUS CURRENT_SETTING SET_CONFIG BRIN_SUMMARIZE_NEW_VALUES BRIN_SUMMARIZE_RANGE BRIN_DESUMMARIZE_RANGE GIN_CLEAN_PENDING_LIST SUPPRESS_REDUNDANT_UPDATES_TRIGGER LO_FROM_BYTEA LO_PUT LO_GET LO_CREAT LO_CREATE LO_UNLINK LO_IMPORT LO_EXPORT LOREAD LOWRITE GROUPING CAST".split(" ").map((E=>E.split("|")[0])).join("|")
+;return{name:"PostgreSQL",aliases:["postgres","postgresql"],case_insensitive:!0,
+keywords:{
+keyword:"ABORT ALTER ANALYZE BEGIN CALL CHECKPOINT|10 CLOSE CLUSTER COMMENT COMMIT COPY CREATE DEALLOCATE DECLARE DELETE DISCARD DO DROP END EXECUTE EXPLAIN FETCH GRANT IMPORT INSERT LISTEN LOAD LOCK MOVE NOTIFY PREPARE REASSIGN|10 REFRESH REINDEX RELEASE RESET REVOKE ROLLBACK SAVEPOINT SECURITY SELECT SET SHOW START TRUNCATE UNLISTEN|10 UPDATE VACUUM|10 VALUES AGGREGATE COLLATION CONVERSION|10 DATABASE DEFAULT PRIVILEGES DOMAIN TRIGGER EXTENSION FOREIGN WRAPPER|10 TABLE FUNCTION GROUP LANGUAGE LARGE OBJECT MATERIALIZED VIEW OPERATOR CLASS FAMILY POLICY PUBLICATION|10 ROLE RULE SCHEMA SEQUENCE SERVER STATISTICS SUBSCRIPTION SYSTEM TABLESPACE CONFIGURATION DICTIONARY PARSER TEMPLATE TYPE USER MAPPING PREPARED ACCESS METHOD CAST AS TRANSFORM TRANSACTION OWNED TO INTO SESSION AUTHORIZATION INDEX PROCEDURE ASSERTION ALL ANALYSE AND ANY ARRAY ASC ASYMMETRIC|10 BOTH CASE CHECK COLLATE COLUMN CONCURRENTLY|10 CONSTRAINT CROSS DEFERRABLE RANGE DESC DISTINCT ELSE EXCEPT FOR FREEZE|10 FROM FULL HAVING ILIKE IN INITIALLY INNER INTERSECT IS ISNULL JOIN LATERAL LEADING LIKE LIMIT NATURAL NOT NOTNULL NULL OFFSET ON ONLY OR ORDER OUTER OVERLAPS PLACING PRIMARY REFERENCES RETURNING SIMILAR SOME SYMMETRIC TABLESAMPLE THEN TRAILING UNION UNIQUE USING VARIADIC|10 VERBOSE WHEN WHERE WINDOW WITH BY RETURNS INOUT OUT SETOF|10 IF STRICT CURRENT CONTINUE OWNER LOCATION OVER PARTITION WITHIN BETWEEN ESCAPE EXTERNAL INVOKER DEFINER WORK RENAME VERSION CONNECTION CONNECT TABLES TEMP TEMPORARY FUNCTIONS SEQUENCES TYPES SCHEMAS OPTION CASCADE RESTRICT ADD ADMIN EXISTS VALID VALIDATE ENABLE DISABLE REPLICA|10 ALWAYS PASSING COLUMNS PATH REF VALUE OVERRIDING IMMUTABLE STABLE VOLATILE BEFORE AFTER EACH ROW PROCEDURAL ROUTINE NO HANDLER VALIDATOR OPTIONS STORAGE OIDS|10 WITHOUT INHERIT DEPENDS CALLED INPUT LEAKPROOF|10 COST ROWS NOWAIT SEARCH UNTIL ENCRYPTED|10 PASSWORD CONFLICT|10 INSTEAD INHERITS CHARACTERISTICS WRITE CURSOR ALSO STATEMENT SHARE EXCLUSIVE INLINE ISOLATION REPEATABLE READ COMMITTED SERIALIZABLE UNCOMMITTED LOCAL GLOBAL SQL PROCEDURES RECURSIVE SNAPSHOT ROLLUP CUBE TRUSTED|10 INCLUDE FOLLOWING PRECEDING UNBOUNDED RANGE GROUPS UNENCRYPTED|10 SYSID FORMAT DELIMITER HEADER QUOTE ENCODING FILTER OFF FORCE_QUOTE FORCE_NOT_NULL FORCE_NULL COSTS BUFFERS TIMING SUMMARY DISABLE_PAGE_SKIPPING RESTART CYCLE GENERATED IDENTITY DEFERRED IMMEDIATE LEVEL LOGGED UNLOGGED OF NOTHING NONE EXCLUDE ATTRIBUTE USAGE ROUTINES TRUE FALSE NAN INFINITY ALIAS BEGIN CONSTANT DECLARE END EXCEPTION RETURN PERFORM|10 RAISE GET DIAGNOSTICS STACKED|10 FOREACH LOOP ELSIF EXIT WHILE REVERSE SLICE DEBUG LOG INFO NOTICE WARNING ASSERT OPEN SUPERUSER NOSUPERUSER CREATEDB NOCREATEDB CREATEROLE NOCREATEROLE INHERIT NOINHERIT LOGIN NOLOGIN REPLICATION NOREPLICATION BYPASSRLS NOBYPASSRLS ",
+built_in:"CURRENT_TIME CURRENT_TIMESTAMP CURRENT_USER CURRENT_CATALOG|10 CURRENT_DATE LOCALTIME LOCALTIMESTAMP CURRENT_ROLE|10 CURRENT_SCHEMA|10 SESSION_USER PUBLIC FOUND NEW OLD TG_NAME|10 TG_WHEN|10 TG_LEVEL|10 TG_OP|10 TG_RELID|10 TG_RELNAME|10 TG_TABLE_NAME|10 TG_TABLE_SCHEMA|10 TG_NARGS|10 TG_ARGV|10 TG_EVENT|10 TG_TAG|10 ROW_COUNT RESULT_OID|10 PG_CONTEXT|10 RETURNED_SQLSTATE COLUMN_NAME CONSTRAINT_NAME PG_DATATYPE_NAME|10 MESSAGE_TEXT TABLE_NAME SCHEMA_NAME PG_EXCEPTION_DETAIL|10 PG_EXCEPTION_HINT|10 PG_EXCEPTION_CONTEXT|10 SQLSTATE SQLERRM|10 SUCCESSFUL_COMPLETION WARNING DYNAMIC_RESULT_SETS_RETURNED IMPLICIT_ZERO_BIT_PADDING NULL_VALUE_ELIMINATED_IN_SET_FUNCTION PRIVILEGE_NOT_GRANTED PRIVILEGE_NOT_REVOKED STRING_DATA_RIGHT_TRUNCATION DEPRECATED_FEATURE NO_DATA NO_ADDITIONAL_DYNAMIC_RESULT_SETS_RETURNED SQL_STATEMENT_NOT_YET_COMPLETE CONNECTION_EXCEPTION CONNECTION_DOES_NOT_EXIST CONNECTION_FAILURE SQLCLIENT_UNABLE_TO_ESTABLISH_SQLCONNECTION SQLSERVER_REJECTED_ESTABLISHMENT_OF_SQLCONNECTION TRANSACTION_RESOLUTION_UNKNOWN PROTOCOL_VIOLATION TRIGGERED_ACTION_EXCEPTION FEATURE_NOT_SUPPORTED INVALID_TRANSACTION_INITIATION LOCATOR_EXCEPTION INVALID_LOCATOR_SPECIFICATION INVALID_GRANTOR INVALID_GRANT_OPERATION INVALID_ROLE_SPECIFICATION DIAGNOSTICS_EXCEPTION STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER CASE_NOT_FOUND CARDINALITY_VIOLATION DATA_EXCEPTION ARRAY_SUBSCRIPT_ERROR CHARACTER_NOT_IN_REPERTOIRE DATETIME_FIELD_OVERFLOW DIVISION_BY_ZERO ERROR_IN_ASSIGNMENT ESCAPE_CHARACTER_CONFLICT INDICATOR_OVERFLOW INTERVAL_FIELD_OVERFLOW INVALID_ARGUMENT_FOR_LOGARITHM INVALID_ARGUMENT_FOR_NTILE_FUNCTION INVALID_ARGUMENT_FOR_NTH_VALUE_FUNCTION INVALID_ARGUMENT_FOR_POWER_FUNCTION INVALID_ARGUMENT_FOR_WIDTH_BUCKET_FUNCTION INVALID_CHARACTER_VALUE_FOR_CAST INVALID_DATETIME_FORMAT INVALID_ESCAPE_CHARACTER INVALID_ESCAPE_OCTET INVALID_ESCAPE_SEQUENCE NONSTANDARD_USE_OF_ESCAPE_CHARACTER INVALID_INDICATOR_PARAMETER_VALUE INVALID_PARAMETER_VALUE INVALID_REGULAR_EXPRESSION INVALID_ROW_COUNT_IN_LIMIT_CLAUSE INVALID_ROW_COUNT_IN_RESULT_OFFSET_CLAUSE INVALID_TABLESAMPLE_ARGUMENT INVALID_TABLESAMPLE_REPEAT INVALID_TIME_ZONE_DISPLACEMENT_VALUE INVALID_USE_OF_ESCAPE_CHARACTER MOST_SPECIFIC_TYPE_MISMATCH NULL_VALUE_NOT_ALLOWED NULL_VALUE_NO_INDICATOR_PARAMETER NUMERIC_VALUE_OUT_OF_RANGE SEQUENCE_GENERATOR_LIMIT_EXCEEDED STRING_DATA_LENGTH_MISMATCH STRING_DATA_RIGHT_TRUNCATION SUBSTRING_ERROR TRIM_ERROR UNTERMINATED_C_STRING ZERO_LENGTH_CHARACTER_STRING FLOATING_POINT_EXCEPTION INVALID_TEXT_REPRESENTATION INVALID_BINARY_REPRESENTATION BAD_COPY_FILE_FORMAT UNTRANSLATABLE_CHARACTER NOT_AN_XML_DOCUMENT INVALID_XML_DOCUMENT INVALID_XML_CONTENT INVALID_XML_COMMENT INVALID_XML_PROCESSING_INSTRUCTION INTEGRITY_CONSTRAINT_VIOLATION RESTRICT_VIOLATION NOT_NULL_VIOLATION FOREIGN_KEY_VIOLATION UNIQUE_VIOLATION CHECK_VIOLATION EXCLUSION_VIOLATION INVALID_CURSOR_STATE INVALID_TRANSACTION_STATE ACTIVE_SQL_TRANSACTION BRANCH_TRANSACTION_ALREADY_ACTIVE HELD_CURSOR_REQUIRES_SAME_ISOLATION_LEVEL INAPPROPRIATE_ACCESS_MODE_FOR_BRANCH_TRANSACTION INAPPROPRIATE_ISOLATION_LEVEL_FOR_BRANCH_TRANSACTION NO_ACTIVE_SQL_TRANSACTION_FOR_BRANCH_TRANSACTION READ_ONLY_SQL_TRANSACTION SCHEMA_AND_DATA_STATEMENT_MIXING_NOT_SUPPORTED NO_ACTIVE_SQL_TRANSACTION IN_FAILED_SQL_TRANSACTION IDLE_IN_TRANSACTION_SESSION_TIMEOUT INVALID_SQL_STATEMENT_NAME TRIGGERED_DATA_CHANGE_VIOLATION INVALID_AUTHORIZATION_SPECIFICATION INVALID_PASSWORD DEPENDENT_PRIVILEGE_DESCRIPTORS_STILL_EXIST DEPENDENT_OBJECTS_STILL_EXIST INVALID_TRANSACTION_TERMINATION SQL_ROUTINE_EXCEPTION FUNCTION_EXECUTED_NO_RETURN_STATEMENT MODIFYING_SQL_DATA_NOT_PERMITTED PROHIBITED_SQL_STATEMENT_ATTEMPTED READING_SQL_DATA_NOT_PERMITTED INVALID_CURSOR_NAME EXTERNAL_ROUTINE_EXCEPTION CONTAINING_SQL_NOT_PERMITTED MODIFYING_SQL_DATA_NOT_PERMITTED PROHIBITED_SQL_STATEMENT_ATTEMPTED READING_SQL_DATA_NOT_PERMITTED EXTERNAL_ROUTINE_INVOCATION_EXCEPTION INVALID_SQLSTATE_RETURNED NULL_VALUE_NOT_ALLOWED TRIGGER_PROTOCOL_VIOLATED SRF_PROTOCOL_VIOLATED EVENT_TRIGGER_PROTOCOL_VIOLATED SAVEPOINT_EXCEPTION INVALID_SAVEPOINT_SPECIFICATION INVALID_CATALOG_NAME INVALID_SCHEMA_NAME TRANSACTION_ROLLBACK TRANSACTION_INTEGRITY_CONSTRAINT_VIOLATION SERIALIZATION_FAILURE STATEMENT_COMPLETION_UNKNOWN DEADLOCK_DETECTED SYNTAX_ERROR_OR_ACCESS_RULE_VIOLATION SYNTAX_ERROR INSUFFICIENT_PRIVILEGE CANNOT_COERCE GROUPING_ERROR WINDOWING_ERROR INVALID_RECURSION INVALID_FOREIGN_KEY INVALID_NAME NAME_TOO_LONG RESERVED_NAME DATATYPE_MISMATCH INDETERMINATE_DATATYPE COLLATION_MISMATCH INDETERMINATE_COLLATION WRONG_OBJECT_TYPE GENERATED_ALWAYS UNDEFINED_COLUMN UNDEFINED_FUNCTION UNDEFINED_TABLE UNDEFINED_PARAMETER UNDEFINED_OBJECT DUPLICATE_COLUMN DUPLICATE_CURSOR DUPLICATE_DATABASE DUPLICATE_FUNCTION DUPLICATE_PREPARED_STATEMENT DUPLICATE_SCHEMA DUPLICATE_TABLE DUPLICATE_ALIAS DUPLICATE_OBJECT AMBIGUOUS_COLUMN AMBIGUOUS_FUNCTION AMBIGUOUS_PARAMETER AMBIGUOUS_ALIAS INVALID_COLUMN_REFERENCE INVALID_COLUMN_DEFINITION INVALID_CURSOR_DEFINITION INVALID_DATABASE_DEFINITION INVALID_FUNCTION_DEFINITION INVALID_PREPARED_STATEMENT_DEFINITION INVALID_SCHEMA_DEFINITION INVALID_TABLE_DEFINITION INVALID_OBJECT_DEFINITION WITH_CHECK_OPTION_VIOLATION INSUFFICIENT_RESOURCES DISK_FULL OUT_OF_MEMORY TOO_MANY_CONNECTIONS CONFIGURATION_LIMIT_EXCEEDED PROGRAM_LIMIT_EXCEEDED STATEMENT_TOO_COMPLEX TOO_MANY_COLUMNS TOO_MANY_ARGUMENTS OBJECT_NOT_IN_PREREQUISITE_STATE OBJECT_IN_USE CANT_CHANGE_RUNTIME_PARAM LOCK_NOT_AVAILABLE OPERATOR_INTERVENTION QUERY_CANCELED ADMIN_SHUTDOWN CRASH_SHUTDOWN CANNOT_CONNECT_NOW DATABASE_DROPPED SYSTEM_ERROR IO_ERROR UNDEFINED_FILE DUPLICATE_FILE SNAPSHOT_TOO_OLD CONFIG_FILE_ERROR LOCK_FILE_EXISTS FDW_ERROR FDW_COLUMN_NAME_NOT_FOUND FDW_DYNAMIC_PARAMETER_VALUE_NEEDED FDW_FUNCTION_SEQUENCE_ERROR FDW_INCONSISTENT_DESCRIPTOR_INFORMATION FDW_INVALID_ATTRIBUTE_VALUE FDW_INVALID_COLUMN_NAME FDW_INVALID_COLUMN_NUMBER FDW_INVALID_DATA_TYPE FDW_INVALID_DATA_TYPE_DESCRIPTORS FDW_INVALID_DESCRIPTOR_FIELD_IDENTIFIER FDW_INVALID_HANDLE FDW_INVALID_OPTION_INDEX FDW_INVALID_OPTION_NAME FDW_INVALID_STRING_LENGTH_OR_BUFFER_LENGTH FDW_INVALID_STRING_FORMAT FDW_INVALID_USE_OF_NULL_POINTER FDW_TOO_MANY_HANDLES FDW_OUT_OF_MEMORY FDW_NO_SCHEMAS FDW_OPTION_NAME_NOT_FOUND FDW_REPLY_HANDLE FDW_SCHEMA_NOT_FOUND FDW_TABLE_NOT_FOUND FDW_UNABLE_TO_CREATE_EXECUTION FDW_UNABLE_TO_CREATE_REPLY FDW_UNABLE_TO_ESTABLISH_CONNECTION PLPGSQL_ERROR RAISE_EXCEPTION NO_DATA_FOUND TOO_MANY_ROWS ASSERT_FAILURE INTERNAL_ERROR DATA_CORRUPTED INDEX_CORRUPTED "
+},illegal:/:==|\W\s*\(\*|(^|\s)\$[a-z]|\{\{|[a-z]:\s*$|\.\.\.|TO:|DO:/,
+contains:[{className:"keyword",variants:[{begin:/\bTEXT\s*SEARCH\b/},{
+begin:/\b(PRIMARY|FOREIGN|FOR(\s+NO)?)\s+KEY\b/},{
+begin:/\bPARALLEL\s+(UNSAFE|RESTRICTED|SAFE)\b/},{
+begin:/\bSTORAGE\s+(PLAIN|EXTERNAL|EXTENDED|MAIN)\b/},{
+begin:/\bMATCH\s+(FULL|PARTIAL|SIMPLE)\b/},{begin:/\bNULLS\s+(FIRST|LAST)\b/},{
+begin:/\bEVENT\s+TRIGGER\b/},{begin:/\b(MAPPING|OR)\s+REPLACE\b/},{
+begin:/\b(FROM|TO)\s+(PROGRAM|STDIN|STDOUT)\b/},{
+begin:/\b(SHARE|EXCLUSIVE)\s+MODE\b/},{
+begin:/\b(LEFT|RIGHT)\s+(OUTER\s+)?JOIN\b/},{
+begin:/\b(FETCH|MOVE)\s+(NEXT|PRIOR|FIRST|LAST|ABSOLUTE|RELATIVE|FORWARD|BACKWARD)\b/
+},{begin:/\bPRESERVE\s+ROWS\b/},{begin:/\bDISCARD\s+PLANS\b/},{
+begin:/\bREFERENCING\s+(OLD|NEW)\b/},{begin:/\bSKIP\s+LOCKED\b/},{
+begin:/\bGROUPING\s+SETS\b/},{
+begin:/\b(BINARY|INSENSITIVE|SCROLL|NO\s+SCROLL)\s+(CURSOR|FOR)\b/},{
+begin:/\b(WITH|WITHOUT)\s+HOLD\b/},{
+begin:/\bWITH\s+(CASCADED|LOCAL)\s+CHECK\s+OPTION\b/},{
+begin:/\bEXCLUDE\s+(TIES|NO\s+OTHERS)\b/},{
+begin:/\bFORMAT\s+(TEXT|XML|JSON|YAML)\b/},{
+begin:/\bSET\s+((SESSION|LOCAL)\s+)?NAMES\b/},{begin:/\bIS\s+(NOT\s+)?UNKNOWN\b/
+},{begin:/\bSECURITY\s+LABEL\b/},{begin:/\bSTANDALONE\s+(YES|NO|NO\s+VALUE)\b/
+},{begin:/\bWITH\s+(NO\s+)?DATA\b/},{begin:/\b(FOREIGN|SET)\s+DATA\b/},{
+begin:/\bSET\s+(CATALOG|CONSTRAINTS)\b/},{begin:/\b(WITH|FOR)\s+ORDINALITY\b/},{
+begin:/\bIS\s+(NOT\s+)?DOCUMENT\b/},{
+begin:/\bXML\s+OPTION\s+(DOCUMENT|CONTENT)\b/},{
+begin:/\b(STRIP|PRESERVE)\s+WHITESPACE\b/},{
+begin:/\bNO\s+(ACTION|MAXVALUE|MINVALUE)\b/},{
+begin:/\bPARTITION\s+BY\s+(RANGE|LIST|HASH)\b/},{begin:/\bAT\s+TIME\s+ZONE\b/},{
+begin:/\bGRANTED\s+BY\b/},{begin:/\bRETURN\s+(QUERY|NEXT)\b/},{
+begin:/\b(ATTACH|DETACH)\s+PARTITION\b/},{
+begin:/\bFORCE\s+ROW\s+LEVEL\s+SECURITY\b/},{
+begin:/\b(INCLUDING|EXCLUDING)\s+(COMMENTS|CONSTRAINTS|DEFAULTS|IDENTITY|INDEXES|STATISTICS|STORAGE|ALL)\b/
+},{begin:/\bAS\s+(ASSIGNMENT|IMPLICIT|PERMISSIVE|RESTRICTIVE|ENUM|RANGE)\b/}]},{
+begin:/\b(FORMAT|FAMILY|VERSION)\s*\(/},{begin:/\bINCLUDE\s*\(/,
+keywords:"INCLUDE"},{begin:/\bRANGE(?!\s*(BETWEEN|UNBOUNDED|CURRENT|[-0-9]+))/
+},{
+begin:/\b(VERSION|OWNER|TEMPLATE|TABLESPACE|CONNECTION\s+LIMIT|PROCEDURE|RESTRICT|JOIN|PARSER|COPY|START|END|COLLATION|INPUT|ANALYZE|STORAGE|LIKE|DEFAULT|DELIMITER|ENCODING|COLUMN|CONSTRAINT|TABLE|SCHEMA)\s*=/
+},{begin:/\b(PG_\w+?|HAS_[A-Z_]+_PRIVILEGE)\b/,relevance:10},{
+begin:/\bEXTRACT\s*\(/,end:/\bFROM\b/,returnEnd:!0,keywords:{
+type:"CENTURY DAY DECADE DOW DOY EPOCH HOUR ISODOW ISOYEAR MICROSECONDS MILLENNIUM MILLISECONDS MINUTE MONTH QUARTER SECOND TIMEZONE TIMEZONE_HOUR TIMEZONE_MINUTE WEEK YEAR"
+}},{begin:/\b(XMLELEMENT|XMLPI)\s*\(\s*NAME/,keywords:{keyword:"NAME"}},{
+begin:/\b(XMLPARSE|XMLSERIALIZE)\s*\(\s*(DOCUMENT|CONTENT)/,keywords:{
+keyword:"DOCUMENT CONTENT"}},{beginKeywords:"CACHE INCREMENT MAXVALUE MINVALUE",
+end:E.C_NUMBER_RE,returnEnd:!0,keywords:"BY CACHE INCREMENT MAXVALUE MINVALUE"
+},{className:"type",begin:/\b(WITH|WITHOUT)\s+TIME\s+ZONE\b/},{className:"type",
+begin:/\bINTERVAL\s+(YEAR|MONTH|DAY|HOUR|MINUTE|SECOND)(\s+TO\s+(MONTH|HOUR|MINUTE|SECOND))?\b/
+},{
+begin:/\bRETURNS\s+(LANGUAGE_HANDLER|TRIGGER|EVENT_TRIGGER|FDW_HANDLER|INDEX_AM_HANDLER|TSM_HANDLER)\b/,
+keywords:{keyword:"RETURNS",
+type:"LANGUAGE_HANDLER TRIGGER EVENT_TRIGGER FDW_HANDLER INDEX_AM_HANDLER TSM_HANDLER"
+}},{begin:"\\b("+I+")\\s*\\("},{begin:"\\.("+R+")\\b"},{
+begin:"\\b("+R+")\\s+PATH\\b",keywords:{keyword:"PATH",
+type:A.replace("PATH ","")}},{className:"type",begin:"\\b("+R+")\\b"},{
+className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},{
+className:"string",begin:"(e|E|u&|U&)'",end:"'",contains:[{begin:"\\\\."}],
+relevance:10},E.END_SAME_AS_BEGIN({begin:N,end:N,contains:[{
+subLanguage:["pgsql","perl","python","tcl","r","lua","java","php","ruby","bash","scheme","xml","json"],
+endsWithParent:!0}]}),{begin:'"',end:'"',contains:[{begin:'""'}]
+},E.C_NUMBER_MODE,E.C_BLOCK_COMMENT_MODE,T,{className:"meta",variants:[{
+begin:"%(ROW)?TYPE",relevance:10},{begin:"\\$\\d+"},{begin:"^#\\w",end:"$"}]},{
+className:"symbol",begin:"<<\\s*[a-zA-Z_][a-zA-Z_0-9$]*\\s*>>",relevance:10}]}}
+})());hljs.registerLanguage("gradle",(()=>{"use strict";return e=>({name:"Gradle",
+case_insensitive:!0,keywords:{
+keyword:"task project allprojects subprojects artifacts buildscript configurations dependencies repositories sourceSets description delete from into include exclude source classpath destinationDir includes options sourceCompatibility targetCompatibility group flatDir doLast doFirst flatten todir fromdir ant def abstract break case catch continue default do else extends final finally for if implements instanceof native new private protected public return static switch synchronized throw throws transient try volatile while strictfp package import false null super this true antlrtask checkstyle codenarc copy boolean byte char class double float int interface long short void compile runTime file fileTree abs any append asList asWritable call collect compareTo count div dump each eachByte eachFile eachLine every find findAll flatten getAt getErr getIn getOut getText grep immutable inject inspect intersect invokeMethods isCase join leftShift minus multiply newInputStream newOutputStream newPrintWriter newReader newWriter next plus pop power previous print println push putAt read readBytes readLines reverse reverseEach round size sort splitEachLine step subMap times toInteger toList tokenize upto waitForOrKill withPrintWriter withReader withStream withWriter withWriterAppend write writeLine"
+},
+contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.REGEXP_MODE]
+})})());hljs.registerLanguage("csharp",(()=>{"use strict";return e=>{var n={
+keyword:["abstract","as","base","break","case","class","const","continue","do","else","event","explicit","extern","finally","fixed","for","foreach","goto","if","implicit","in","interface","internal","is","lock","namespace","new","operator","out","override","params","private","protected","public","readonly","record","ref","return","sealed","sizeof","stackalloc","static","struct","switch","this","throw","try","typeof","unchecked","unsafe","using","virtual","void","volatile","while"].concat(["add","alias","and","ascending","async","await","by","descending","equals","from","get","global","group","init","into","join","let","nameof","not","notnull","on","or","orderby","partial","remove","select","set","unmanaged","value|0","var","when","where","with","yield"]).join(" "),
+built_in:"bool byte char decimal delegate double dynamic enum float int long nint nuint object sbyte short string ulong unit ushort",
+literal:"default false null true"},a=e.inherit(e.TITLE_MODE,{
+begin:"[a-zA-Z](\\.?\\w)*"}),i={className:"number",variants:[{
+begin:"\\b(0b[01']+)"},{
+begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{
+begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"
+}],relevance:0},s={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]
+},t=e.inherit(s,{illegal:/\n/}),r={className:"subst",begin:/\{/,end:/\}/,
+keywords:n},l=e.inherit(r,{illegal:/\n/}),c={className:"string",begin:/\$"/,
+end:'"',illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/
+},e.BACKSLASH_ESCAPE,l]},o={className:"string",begin:/\$@"/,end:'"',contains:[{
+begin:/\{\{/},{begin:/\}\}/},{begin:'""'},r]},d=e.inherit(o,{illegal:/\n/,
+contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},l]})
+;r.contains=[o,c,s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,i,e.C_BLOCK_COMMENT_MODE],
+l.contains=[d,c,t,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,i,e.inherit(e.C_BLOCK_COMMENT_MODE,{
+illegal:/\n/})];var g={variants:[o,c,s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]
+},E={begin:"<",end:">",contains:[{beginKeywords:"in out"},a]
+},_=e.IDENT_RE+"(<"+e.IDENT_RE+"(\\s*,\\s*"+e.IDENT_RE+")*>)?(\\[\\])?",b={
+begin:"@"+e.IDENT_RE,relevance:0};return{name:"C#",aliases:["cs","c#"],
+keywords:n,illegal:/::/,contains:[e.COMMENT("///","$",{returnBegin:!0,
+contains:[{className:"doctag",variants:[{begin:"///",relevance:0},{
+begin:"\x3c!--|--\x3e"},{begin:"</?",end:">"}]}]
+}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"#",
+end:"$",keywords:{
+"meta-keyword":"if else elif endif define undef warning error line region endregion pragma checksum"
+}},g,i,{beginKeywords:"class interface",relevance:0,end:/[{;=]/,
+illegal:/[^\s:,]/,contains:[{beginKeywords:"where class"
+},a,E,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace",
+relevance:0,end:/[{;=]/,illegal:/[^\s:]/,
+contains:[a,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{
+beginKeywords:"record",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,
+contains:[a,E,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"meta",
+begin:"^\\s*\\[",excludeBegin:!0,end:"\\]",excludeEnd:!0,contains:[{
+className:"meta-string",begin:/"/,end:/"/}]},{
+beginKeywords:"new return throw await else",relevance:0},{className:"function",
+begin:"("+_+"\\s+)+"+e.IDENT_RE+"\\s*(<.+>)?\\s*\\(",returnBegin:!0,
+end:/\s*[{;=]/,excludeEnd:!0,keywords:n,contains:[{
+beginKeywords:"public private protected static internal protected abstract async extern override unsafe virtual new sealed partial",
+relevance:0},{begin:e.IDENT_RE+"\\s*(<.+>)?\\s*\\(",returnBegin:!0,
+contains:[e.TITLE_MODE,E],relevance:0},{className:"params",begin:/\(/,end:/\)/,
+excludeBegin:!0,excludeEnd:!0,keywords:n,relevance:0,
+contains:[g,i,e.C_BLOCK_COMMENT_MODE]
+},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},b]}}})());hljs.registerLanguage("scss",(()=>{"use strict";return e=>{var t="@[a-z-]+",i={
+className:"variable",begin:"(\\$[a-zA-Z-][a-zA-Z0-9_-]*)\\b"},r={
+className:"number",begin:"#[0-9A-Fa-f]+"}
+;return e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,
+e.APOS_STRING_MODE,e.C_BLOCK_COMMENT_MODE,{name:"SCSS",case_insensitive:!0,
+illegal:"[=/|']",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{
+className:"selector-id",begin:"#[A-Za-z0-9_-]+",relevance:0},{
+className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0},{
+className:"selector-attr",begin:"\\[",end:"\\]",illegal:"$"},{
+className:"selector-tag",
+begin:"\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\\b",
+relevance:0},{className:"selector-pseudo",
+begin:":(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active)"
+},{className:"selector-pseudo",
+begin:"::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value)"
+},i,{className:"attribute",
+begin:"\\b(src|z-index|word-wrap|word-spacing|word-break|width|widows|white-space|visibility|vertical-align|unicode-bidi|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|text-underline-position|text-transform|text-shadow|text-rendering|text-overflow|text-indent|text-decoration-style|text-decoration-line|text-decoration-color|text-decoration|text-align-last|text-align|tab-size|table-layout|right|resize|quotes|position|pointer-events|perspective-origin|perspective|page-break-inside|page-break-before|page-break-after|padding-top|padding-right|padding-left|padding-bottom|padding|overflow-y|overflow-x|overflow-wrap|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|order|opacity|object-position|object-fit|normal|none|nav-up|nav-right|nav-left|nav-index|nav-down|min-width|min-height|max-width|max-height|mask|marks|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|left|justify-content|initial|inherit|ime-mode|image-orientation|image-resolution|image-rendering|icon|hyphens|height|font-weight|font-variant-ligatures|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|float|flex-wrap|flex-shrink|flex-grow|flex-flow|flex-direction|flex-basis|flex|filter|empty-cells|display|direction|cursor|counter-reset|counter-increment|content|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|columns|color|clip-path|clip|clear|caption-side|break-inside|break-before|break-after|box-sizing|box-shadow|box-decoration-break|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-attachment|background-blend-mode|background|backface-visibility|auto|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|align-self|align-items|align-content)\\b",
+illegal:"[^\\s]"},{
+begin:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b"
+},{begin:":",end:";",
+contains:[i,r,e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{
+className:"meta",begin:"!important"}]},{begin:"@(page|font-face)",lexemes:t,
+keywords:"@page @font-face"},{begin:"@",end:"[{;]",returnBegin:!0,
+keywords:"and or not only",contains:[{begin:t,className:"keyword"
+},i,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,r,e.CSS_NUMBER_MODE]}]}}})());hljs.registerLanguage("bnf",(()=>{"use strict";return e=>({
+name:"Backus\u2013Naur Form",contains:[{className:"attribute",begin:/</,end:/>/
+},{begin:/::=/,end:/$/,contains:[{begin:/</,end:/>/
+},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]
+}]})})());hljs.registerLanguage("c",(()=>{"use strict";return e=>{const t=(e=>{
+function t(e){return"(?:"+e+")?"}var n=e.COMMENT("//","$",{contains:[{
+begin:/\\\n/}]
+}),r="[a-zA-Z_]\\w*::",a="(decltype\\(auto\\)|"+t(r)+"[a-zA-Z_]\\w*"+t("<.*?>")+")",i={
+className:"keyword",begin:"\\b[a-z\\d_]*_t\\b"},s={className:"string",
+variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",
+contains:[e.BACKSLASH_ESCAPE]},{
+begin:"(u8?|U|L)?'(\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)|.)",
+end:"'",illegal:"."},e.END_SAME_AS_BEGIN({
+begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},c={
+className:"number",variants:[{begin:"\\b(0b[01']+)"},{
+begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{
+begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"
+}],relevance:0},o={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{
+"meta-keyword":"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"
+},contains:[{begin:/\\\n/,relevance:0},e.inherit(s,{className:"meta-string"}),{
+className:"meta-string",begin:/<.*?>/,end:/$/,illegal:"\\n"
+},n,e.C_BLOCK_COMMENT_MODE]},l={className:"title",begin:t(r)+e.IDENT_RE,
+relevance:0},d=t(r)+e.IDENT_RE+"\\s*\\(",u={
+keyword:"int float while private char char8_t char16_t char32_t catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using asm case typeid wchar_t short reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignas alignof constexpr consteval constinit decltype concept co_await co_return co_yield requires noexcept static_assert thread_local restrict final override atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return and and_eq bitand bitor compl not not_eq or or_eq xor xor_eq",
+built_in:"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set pair bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap priority_queue make_pair array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr _Bool complex _Complex imaginary _Imaginary",
+literal:"true false nullptr NULL"},m=[o,i,n,e.C_BLOCK_COMMENT_MODE,c,s],p={
+variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{
+beginKeywords:"new throw return else",end:/;/}],keywords:u,contains:m.concat([{
+begin:/\(/,end:/\)/,keywords:u,contains:m.concat(["self"]),relevance:0}]),
+relevance:0},_={className:"function",begin:"("+a+"[\\*&\\s]+)+"+d,
+returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:u,illegal:/[^\w\s\*&:<>]/,
+contains:[{begin:"decltype\\(auto\\)",keywords:u,relevance:0},{begin:d,
+returnBegin:!0,contains:[l],relevance:0},{className:"params",begin:/\(/,
+end:/\)/,keywords:u,relevance:0,contains:[n,e.C_BLOCK_COMMENT_MODE,s,c,i,{
+begin:/\(/,end:/\)/,keywords:u,relevance:0,
+contains:["self",n,e.C_BLOCK_COMMENT_MODE,s,c,i]}]
+},i,n,e.C_BLOCK_COMMENT_MODE,o]};return{
+aliases:["c","cc","h","c++","h++","hpp","hh","hxx","cxx"],keywords:u,
+disableAutodetect:!0,illegal:"</",contains:[].concat(p,_,m,[o,{
+begin:"\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\s*<",
+end:">",keywords:u,contains:["self",i]},{begin:e.IDENT_RE+"::",keywords:u},{
+className:"class",beginKeywords:"enum class struct union",end:/[{;:<>=]/,
+contains:[{beginKeywords:"final class struct"},e.TITLE_MODE]}]),exports:{
+preprocessor:o,strings:s,keywords:u}}})(e)
+;return t.name="C",t.aliases=["c","h"],t}})());hljs.registerLanguage("kotlin",(()=>{"use strict";return e=>{const n={
+keyword:"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual",
+built_in:"Byte Short Char Int Long Boolean Float Double Void Unit Nothing",
+literal:"true false null"},a={className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"@"
+},s={className:"subst",begin:/\$\{/,end:/\}/,contains:[e.C_NUMBER_MODE]},i={
+className:"variable",begin:"\\$"+e.UNDERSCORE_IDENT_RE},t={className:"string",
+variants:[{begin:'"""',end:'"""(?=[^"])',contains:[i,s]},{begin:"'",end:"'",
+illegal:/\n/,contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/,
+contains:[e.BACKSLASH_ESCAPE,i,s]}]};s.contains.push(t);const l={
+className:"meta",
+begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+e.UNDERSCORE_IDENT_RE+")?"
+},r={className:"meta",begin:"@"+e.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/,
+end:/\)/,contains:[e.inherit(t,{className:"meta-string"})]}]
+},c=e.COMMENT("/\\*","\\*/",{contains:[e.C_BLOCK_COMMENT_MODE]}),o={variants:[{
+className:"type",begin:e.UNDERSCORE_IDENT_RE},{begin:/\(/,end:/\)/,contains:[]}]
+},d=o;return d.variants[1].contains=[o],o.variants[1].contains=[d],{
+name:"Kotlin",aliases:["kt"],keywords:n,contains:[e.COMMENT("/\\*\\*","\\*/",{
+relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"}]
+}),e.C_LINE_COMMENT_MODE,c,{className:"keyword",
+begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol",
+begin:/@\w+/}]}},a,l,r,{className:"function",beginKeywords:"fun",end:"[(]|$",
+returnBegin:!0,excludeEnd:!0,keywords:n,
+illegal:/fun\s+(<.*>)?[^\s\(]+(\s+[^\s\(]+)\s*=/,relevance:5,contains:[{
+begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,
+contains:[e.UNDERSCORE_TITLE_MODE]},{className:"type",begin:/</,end:/>/,
+keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/,
+endsParent:!0,keywords:n,relevance:0,contains:[{begin:/:/,end:/[=,\/]/,
+endsWithParent:!0,contains:[o,e.C_LINE_COMMENT_MODE,c],relevance:0
+},e.C_LINE_COMMENT_MODE,c,l,r,t,e.C_NUMBER_MODE]},c]},{className:"class",
+beginKeywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0,
+illegal:"extends implements",contains:[{
+beginKeywords:"public protected internal private constructor"
+},e.UNDERSCORE_TITLE_MODE,{className:"type",begin:/</,end:/>/,excludeBegin:!0,
+excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,]|$/,
+excludeBegin:!0,returnEnd:!0},l,r]},t,{className:"meta",begin:"^#!/usr/bin/env",
+end:"$",illegal:"\n"},{className:"number",
+begin:"\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\d]+[\\d_]+[\\d]+|[\\d]+)(\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))?|\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))([eE][-+]?\\d+)?)[lLfF]?",
+relevance:0}]}}})());hljs.registerLanguage("dns",(()=>{"use strict";return d=>({name:"DNS Zone",
+aliases:["bind","zone"],keywords:{
+keyword:"IN A AAAA AFSDB APL CAA CDNSKEY CDS CERT CNAME DHCID DLV DNAME DNSKEY DS HIP IPSECKEY KEY KX LOC MX NAPTR NS NSEC NSEC3 NSEC3PARAM PTR RRSIG RP SIG SOA SRV SSHFP TA TKEY TLSA TSIG TXT"
+},contains:[d.COMMENT(";","$",{relevance:0}),{className:"meta",
+begin:/^\$(TTL|GENERATE|INCLUDE|ORIGIN)\b/},{className:"number",
+begin:"((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))\\b"
+},{className:"number",
+begin:"((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]).){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\b"
+},d.inherit(d.NUMBER_MODE,{begin:/\b\d+[dhwm]?/})]})})());hljs.registerLanguage("typescript",(()=>{"use strict"
+;const e="[A-Za-z$_][0-9A-Za-z$_]*",n=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],a=["true","false","null","undefined","NaN","Infinity"],s=[].concat(["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],["arguments","this","super","console","window","document","localStorage","module","global"],["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer"],["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"])
+;function t(e){return i("(?=",e,")")}function i(...e){return e.map((e=>{
+return(n=e)?"string"==typeof n?n:n.source:null;var n})).join("")}return r=>{
+const c={$pattern:e,
+keyword:n.concat(["type","namespace","typedef","interface","public","private","protected","implements","declare","abstract","readonly"]).join(" "),
+literal:a.join(" "),
+built_in:s.concat(["any","void","number","boolean","string","object","never","enum"]).join(" ")
+},o={className:"meta",begin:"@[A-Za-z$_][0-9A-Za-z$_]*"},l=(e,n,a)=>{
+const s=e.contains.findIndex((e=>e.label===n))
+;if(-1===s)throw Error("can not find mode to replace");e.contains.splice(s,1,a)
+},b=(r=>{const c=e,o={begin:/<[A-Za-z0-9\\._:-]+/,
+end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(e,n)=>{
+const a=e[0].length+e.index,s=e.input[a];"<"!==s?">"===s&&(((e,{after:n})=>{
+const a="</"+e[0].slice(1);return-1!==e.input.indexOf(a,n)})(e,{after:a
+})||n.ignoreMatch()):n.ignoreMatch()}},l={$pattern:e,keyword:n.join(" "),
+literal:a.join(" "),built_in:s.join(" ")
+},b="\\.([0-9](_?[0-9])*)",d="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",g={
+className:"number",variants:[{
+begin:`(\\b(${d})((${b})|\\.)?|(${b}))[eE][+-]?([0-9](_?[0-9])*)\\b`},{
+begin:`\\b(${d})\\b((${b})\\b|\\.)?|(${b})\\b`},{
+begin:"\\b(0|[1-9](_?[0-9])*)n\\b"},{
+begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b"},{
+begin:"\\b0[bB][0-1](_?[0-1])*n?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*n?\\b"},{
+begin:"\\b0[0-7]+n?\\b"}],relevance:0},u={className:"subst",begin:"\\$\\{",
+end:"\\}",keywords:l,contains:[]},E={begin:"html`",end:"",starts:{end:"`",
+returnEnd:!1,contains:[r.BACKSLASH_ESCAPE,u],subLanguage:"xml"}},m={
+begin:"css`",end:"",starts:{end:"`",returnEnd:!1,
+contains:[r.BACKSLASH_ESCAPE,u],subLanguage:"css"}},_={className:"string",
+begin:"`",end:"`",contains:[r.BACKSLASH_ESCAPE,u]},y={className:"comment",
+variants:[r.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",
+begin:"@[A-Za-z]+",contains:[{className:"type",begin:"\\{",end:"\\}",relevance:0
+},{className:"variable",begin:c+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{
+begin:/(?=[^\n])\s/,relevance:0}]}]
+}),r.C_BLOCK_COMMENT_MODE,r.C_LINE_COMMENT_MODE]
+},p=[r.APOS_STRING_MODE,r.QUOTE_STRING_MODE,E,m,_,g,r.REGEXP_MODE]
+;u.contains=p.concat({begin:/\{/,end:/\}/,keywords:l,contains:["self"].concat(p)
+});const N=[].concat(y,u.contains),f=N.concat([{begin:/\(/,end:/\)/,keywords:l,
+contains:["self"].concat(N)}]),A={className:"params",begin:/\(/,end:/\)/,
+excludeBegin:!0,excludeEnd:!0,keywords:l,contains:f};return{name:"Javascript",
+aliases:["js","jsx","mjs","cjs"],keywords:l,exports:{PARAMS_CONTAINS:f},
+illegal:/#(?![$_A-z])/,contains:[r.SHEBANG({label:"shebang",binary:"node",
+relevance:5}),{label:"use_strict",className:"meta",relevance:10,
+begin:/^\s*['"]use (strict|asm)['"]/
+},r.APOS_STRING_MODE,r.QUOTE_STRING_MODE,E,m,_,y,g,{
+begin:i(/[{,\n]\s*/,t(i(/(((\/\/.*$)|(\/\*(\*[^/]|[^*])*\*\/))\s*)*/,c+"\\s*:"))),
+relevance:0,contains:[{className:"attr",begin:c+t("\\s*:"),relevance:0}]},{
+begin:"("+r.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",
+keywords:"return throw case",contains:[y,r.REGEXP_MODE,{className:"function",
+begin:"(\\([^()]*(\\([^()]*(\\([^()]*\\))*[^()]*\\))*[^()]*\\)|"+r.UNDERSCORE_IDENT_RE+")\\s*=>",
+returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{
+begin:r.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0
+},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:l,contains:f}]}]
+},{begin:/,/,relevance:0},{className:"",begin:/\s/,end:/\s*/,skip:!0},{
+variants:[{begin:"<>",end:"</>"},{begin:o.begin,"on:begin":o.isTrulyOpeningTag,
+end:o.end}],subLanguage:"xml",contains:[{begin:o.begin,end:o.end,skip:!0,
+contains:["self"]}]}],relevance:0},{className:"function",
+beginKeywords:"function",end:/[{;]/,excludeEnd:!0,keywords:l,
+contains:["self",r.inherit(r.TITLE_MODE,{begin:c}),A],illegal:/%/},{
+beginKeywords:"while if switch catch for"},{className:"function",
+begin:r.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\))*[^()]*\\))*[^()]*\\)\\s*\\{",
+returnBegin:!0,contains:[A,r.inherit(r.TITLE_MODE,{begin:c})]},{variants:[{
+begin:"\\."+c},{begin:"\\$"+c}],relevance:0},{className:"class",
+beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"[\]]/,contains:[{
+beginKeywords:"extends"},r.UNDERSCORE_TITLE_MODE]},{begin:/\b(?=constructor)/,
+end:/[{;]/,excludeEnd:!0,contains:[r.inherit(r.TITLE_MODE,{begin:c}),"self",A]
+},{begin:"(get|set)\\s+(?="+c+"\\()",end:/\{/,keywords:"get set",
+contains:[r.inherit(r.TITLE_MODE,{begin:c}),{begin:/\(\)/},A]},{begin:/\$[(.]/}]
+}})(r)
+;return Object.assign(b.keywords,c),b.exports.PARAMS_CONTAINS.push(o),b.contains=b.contains.concat([o,{
+beginKeywords:"namespace",end:/\{/,excludeEnd:!0},{beginKeywords:"interface",
+end:/\{/,excludeEnd:!0,keywords:"interface extends"
+}]),l(b,"shebang",r.SHEBANG()),l(b,"use_strict",{className:"meta",relevance:10,
+begin:/^\s*['"]use strict['"]/
+}),b.contains.find((e=>"function"===e.className)).relevance=0,Object.assign(b,{
+name:"TypeScript",aliases:["ts"]}),b}})());hljs.registerLanguage("avrasm",(()=>{"use strict";return r=>({
+name:"AVR Assembly",case_insensitive:!0,keywords:{$pattern:"\\.?"+r.IDENT_RE,
+keyword:"adc add adiw and andi asr bclr bld brbc brbs brcc brcs break breq brge brhc brhs brid brie brlo brlt brmi brne brpl brsh brtc brts brvc brvs bset bst call cbi cbr clc clh cli cln clr cls clt clv clz com cp cpc cpi cpse dec eicall eijmp elpm eor fmul fmuls fmulsu icall ijmp in inc jmp ld ldd ldi lds lpm lsl lsr mov movw mul muls mulsu neg nop or ori out pop push rcall ret reti rjmp rol ror sbc sbr sbrc sbrs sec seh sbi sbci sbic sbis sbiw sei sen ser ses set sev sez sleep spm st std sts sub subi swap tst wdr",
+built_in:"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 r16 r17 r18 r19 r20 r21 r22 r23 r24 r25 r26 r27 r28 r29 r30 r31 x|0 xh xl y|0 yh yl z|0 zh zl ucsr1c udr1 ucsr1a ucsr1b ubrr1l ubrr1h ucsr0c ubrr0h tccr3c tccr3a tccr3b tcnt3h tcnt3l ocr3ah ocr3al ocr3bh ocr3bl ocr3ch ocr3cl icr3h icr3l etimsk etifr tccr1c ocr1ch ocr1cl twcr twdr twar twsr twbr osccal xmcra xmcrb eicra spmcsr spmcr portg ddrg ping portf ddrf sreg sph spl xdiv rampz eicrb eimsk gimsk gicr eifr gifr timsk tifr mcucr mcucsr tccr0 tcnt0 ocr0 assr tccr1a tccr1b tcnt1h tcnt1l ocr1ah ocr1al ocr1bh ocr1bl icr1h icr1l tccr2 tcnt2 ocr2 ocdr wdtcr sfior eearh eearl eedr eecr porta ddra pina portb ddrb pinb portc ddrc pinc portd ddrd pind spdr spsr spcr udr0 ucsr0a ucsr0b ubrr0l acsr admux adcsr adch adcl porte ddre pine pinf",
+meta:".byte .cseg .db .def .device .dseg .dw .endmacro .equ .eseg .exit .include .list .listmac .macro .nolist .org .set"
+},contains:[r.C_BLOCK_COMMENT_MODE,r.COMMENT(";","$",{relevance:0
+}),r.C_NUMBER_MODE,r.BINARY_NUMBER_MODE,{className:"number",
+begin:"\\b(\\$[a-zA-Z0-9]+|0o[0-7]+)"},r.QUOTE_STRING_MODE,{className:"string",
+begin:"'",end:"[^\\\\]'",illegal:"[^\\\\][^']"},{className:"symbol",
+begin:"^[A-Za-z0-9_.$]+:"},{className:"meta",begin:"#",end:"$"},{
+className:"subst",begin:"@[0-9]+"}]})})());hljs.registerLanguage("openscad",(()=>{"use strict";return e=>{const n={
+className:"keyword",begin:"\\$(f[asn]|t|vp[rtd]|children)"},r={
+className:"number",begin:"\\b\\d+(\\.\\d+)?(e-?\\d+)?",relevance:0
+},s=e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),a={className:"function",
+beginKeywords:"module function",end:/=|\{/,contains:[{className:"params",
+begin:"\\(",end:"\\)",contains:["self",r,s,n,{className:"literal",
+begin:"false|true|PI|undef"}]},e.UNDERSCORE_TITLE_MODE]};return{name:"OpenSCAD",
+aliases:["scad"],keywords:{
+keyword:"function module include use for intersection_for if else \\%",
+literal:"false true PI undef",
+built_in:"circle square polygon text sphere cube cylinder polyhedron translate rotate scale resize mirror multmatrix color offset hull minkowski union difference intersection abs sign sin cos tan acos asin atan atan2 floor round ceil ln log pow sqrt exp rands min max concat lookup str chr search version version_num norm cross parent_module echo import import_dxf dxf_linear_extrude linear_extrude rotate_extrude surface projection render children dxf_cross dxf_dim let assign"
+},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,r,{className:"meta",
+keywords:{"meta-keyword":"include use"},begin:"include|use <",end:">"},s,n,{
+begin:"[*!#%]",relevance:0},a]}}})());hljs.registerLanguage("objectivec",(()=>{"use strict";return e=>{
+const n=/[a-zA-Z@][a-zA-Z0-9_]*/,_={$pattern:n,
+keyword:"@interface @class @protocol @implementation"};return{
+name:"Objective-C",aliases:["mm","objc","obj-c","obj-c++","objective-c++"],
+keywords:{$pattern:n,
+keyword:"int float while char export sizeof typedef const struct for union unsigned long volatile static bool mutable if do return goto void enum else break extern asm case short default double register explicit signed typename this switch continue wchar_t inline readonly assign readwrite self @synchronized id typeof nonatomic super unichar IBOutlet IBAction strong weak copy in out inout bycopy byref oneway __strong __weak __block __autoreleasing @private @protected @public @try @property @end @throw @catch @finally @autoreleasepool @synthesize @dynamic @selector @optional @required @encode @package @import @defs @compatibility_alias __bridge __bridge_transfer __bridge_retained __bridge_retain __covariant __contravariant __kindof _Nonnull _Nullable _Null_unspecified __FUNCTION__ __PRETTY_FUNCTION__ __attribute__ getter setter retain unsafe_unretained nonnull nullable null_unspecified null_resettable class instancetype NS_DESIGNATED_INITIALIZER NS_UNAVAILABLE NS_REQUIRES_SUPER NS_RETURNS_INNER_POINTER NS_INLINE NS_AVAILABLE NS_DEPRECATED NS_ENUM NS_OPTIONS NS_SWIFT_UNAVAILABLE NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_END NS_REFINED_FOR_SWIFT NS_SWIFT_NAME NS_SWIFT_NOTHROW NS_DURING NS_HANDLER NS_ENDHANDLER NS_VALUERETURN NS_VOIDRETURN",
+literal:"false true FALSE TRUE nil YES NO NULL",
+built_in:"BOOL dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once"
+},illegal:"</",contains:[{className:"built_in",
+begin:"\\b(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)\\w+"
+},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{
+className:"string",variants:[{begin:'@"',end:'"',illegal:"\\n",
+contains:[e.BACKSLASH_ESCAPE]}]},{className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,
+keywords:{
+"meta-keyword":"if else elif endif define undef warning error line pragma ifdef ifndef include"
+},contains:[{begin:/\\\n/,relevance:0},e.inherit(e.QUOTE_STRING_MODE,{
+className:"meta-string"}),{className:"meta-string",begin:/<.*?>/,end:/$/,
+illegal:"\\n"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{
+className:"class",begin:"("+_.keyword.split(" ").join("|")+")\\b",end:/(\{|$)/,
+excludeEnd:!0,keywords:_,contains:[e.UNDERSCORE_TITLE_MODE]},{
+begin:"\\."+e.UNDERSCORE_IDENT_RE,relevance:0}]}}})());hljs.registerLanguage("fortran",(()=>{"use strict";return e=>{const n={
+variants:[e.COMMENT("!","$",{relevance:0}),e.COMMENT("^C[ ]","$",{relevance:0
+}),e.COMMENT("^C$","$",{relevance:0})]},a={className:"function",
+beginKeywords:"subroutine function program",illegal:"[${=\\n]",
+contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)"}]}
+;return{name:"Fortran",case_insensitive:!0,aliases:["f90","f95"],keywords:{
+literal:".False. .True.",
+keyword:"kind do concurrent local shared while private call intrinsic where elsewhere type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then block endblock endassociate public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. goto save else use module select case access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit continue format pause cycle exit c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg synchronous nopass non_overridable pass protected volatile abstract extends import non_intrinsic value deferred generic final enumerator class associate bind enum c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated c_f_pointer c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure impure integer real character complex logical codimension dimension allocatable|10 parameter external implicit|10 none double precision assign intent optional pointer target in out common equivalence data",
+built_in:"alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_of acosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr num_images parity popcnt poppar shifta shiftl shiftr this_image sync change team co_broadcast co_max co_min co_sum co_reduce"
+},illegal:/\/\*/,contains:[{className:"string",relevance:0,
+variants:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},a,{begin:/^C\s*=(?!=)/,
+relevance:0},n,{className:"number",
+begin:"(?=\\b|\\+|-|\\.)(?:\\.|\\d+\\.?)\\d*([de][+-]?\\d+)?(_[a-z_\\d]+)?",
+relevance:0}]}}})());hljs.registerLanguage("http",(()=>{"use strict";return e=>{
+var n="HTTP/[0-9\\.]+";return{name:"HTTP",aliases:["https"],illegal:"\\S",
+contains:[{begin:"^"+n,end:"$",contains:[{className:"number",
+begin:"\\b\\d{3}\\b"}]},{begin:"^[A-Z]+ (.*?) "+n+"$",returnBegin:!0,end:"$",
+contains:[{className:"string",begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{
+begin:n},{className:"keyword",begin:"[A-Z]+"}]},{className:"attribute",
+begin:"^\\w",end:": ",excludeEnd:!0,illegal:"\\n|\\s|=",starts:{end:"$",
+relevance:0}},{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}]}}
+})());hljs.registerLanguage("latex",(()=>{"use strict";return e=>{const n=[{
+begin:/\^{6}[0-9a-f]{6}/},{begin:/\^{5}[0-9a-f]{5}/},{begin:/\^{4}[0-9a-f]{4}/
+},{begin:/\^{3}[0-9a-f]{3}/},{begin:/\^{2}[0-9a-f]{2}/},{
+begin:/\^{2}[\u0000-\u007f]/}],a=[{className:"keyword",begin:/\\/,relevance:0,
+contains:[{endsParent:!0,begin:((...e)=>"("+e.map((e=>{
+return(n=e)?"string"==typeof n?n:n.source:null;var n
+})).join("|")+")")(...["(?:NeedsTeXFormat|RequirePackage|GetIdInfo)","Provides(?:Expl)?(?:Package|Class|File)","(?:DeclareOption|ProcessOptions)","(?:documentclass|usepackage|input|include)","makeat(?:letter|other)","ExplSyntax(?:On|Off)","(?:new|renew|provide)?command","(?:re)newenvironment","(?:New|Renew|Provide|Declare)(?:Expandable)?DocumentCommand","(?:New|Renew|Provide|Declare)DocumentEnvironment","(?:(?:e|g|x)?def|let)","(?:begin|end)","(?:part|chapter|(?:sub){0,2}section|(?:sub)?paragraph)","caption","(?:label|(?:eq|page|name)?ref|(?:paren|foot|super)?cite)","(?:alpha|beta|[Gg]amma|[Dd]elta|(?:var)?epsilon|zeta|eta|[Tt]heta|vartheta)","(?:iota|(?:var)?kappa|[Ll]ambda|mu|nu|[Xx]i|[Pp]i|varpi|(?:var)rho)","(?:[Ss]igma|varsigma|tau|[Uu]psilon|[Pp]hi|varphi|chi|[Pp]si|[Oo]mega)","(?:frac|sum|prod|lim|infty|times|sqrt|leq|geq|left|right|middle|[bB]igg?)","(?:[lr]angle|q?quad|[lcvdi]?dots|d?dot|hat|tilde|bar)"].map((e=>e+"(?![a-zA-Z@:_])")))
+},{endsParent:!0,
+begin:RegExp(["(?:__)?[a-zA-Z]{2,}_[a-zA-Z](?:_?[a-zA-Z])+:[a-zA-Z]*","[lgc]__?[a-zA-Z](?:_?[a-zA-Z])*_[a-zA-Z]{2,}","[qs]__?[a-zA-Z](?:_?[a-zA-Z])+","use(?:_i)?:[a-zA-Z]*","(?:else|fi|or):","(?:if|cs|exp):w","(?:hbox|vbox):n","::[a-zA-Z]_unbraced","::[a-zA-Z:]"].map((e=>e+"(?![a-zA-Z:_])")).join("|"))
+},{endsParent:!0,variants:n},{endsParent:!0,relevance:0,variants:[{
+begin:/[a-zA-Z@]+/},{begin:/[^a-zA-Z@]?/}]}]},{className:"params",relevance:0,
+begin:/#+\d?/},{variants:n},{className:"built_in",relevance:0,begin:/[$&^_]/},{
+className:"meta",begin:"% !TeX",end:"$",relevance:10},e.COMMENT("%","$",{
+relevance:0})],i={begin:/\{/,end:/\}/,relevance:0,contains:["self",...a]
+},t=e.inherit(i,{relevance:0,endsParent:!0,contains:[i,...a]}),r={begin:/\[/,
+end:/\]/,endsParent:!0,relevance:0,contains:[i,...a]},s={begin:/\s+/,relevance:0
+},c=[t],l=[r],o=(e,n)=>({contains:[s],starts:{relevance:0,contains:e,starts:n}
+}),d=(e,n)=>({begin:"\\\\"+e+"(?![a-zA-Z@:_])",keywords:{$pattern:/\\[a-zA-Z]+/,
+keyword:"\\"+e},relevance:0,contains:[s],starts:n}),g=(n,a)=>e.inherit({
+begin:"\\\\begin(?=\\s*\\r?\\n?\\s*\\{"+n+"\\})",keywords:{
+$pattern:/\\[a-zA-Z]+/,keyword:"\\begin"},relevance:0
+},o(c,a)),m=(n="string")=>e.END_SAME_AS_BEGIN({className:n,begin:/(.|\r?\n)/,
+end:/(.|\r?\n)/,excludeBegin:!0,excludeEnd:!0,endsParent:!0}),b=e=>({
+className:"string",end:"(?=\\\\end\\{"+e+"\\})"}),p=(e="string")=>({relevance:0,
+begin:/\{/,starts:{endsParent:!0,contains:[{className:e,end:/(?=\})/,
+endsParent:!0,contains:[{begin:/\{/,end:/\}/,relevance:0,contains:["self"]}]}]}
+});return{name:"LaTeX",aliases:["TeX"],
+contains:[...["verb","lstinline"].map((e=>d(e,{contains:[m()]}))),d("mint",o(c,{
+contains:[m()]})),d("mintinline",o(c,{contains:[p(),m()]})),d("url",{
+contains:[p("link"),p("link")]}),d("hyperref",{contains:[p("link")]
+}),d("href",o(l,{contains:[p("link")]
+})),...[].concat(...["","\\*"].map((e=>[g("verbatim"+e,b("verbatim"+e)),g("filecontents"+e,o(c,b("filecontents"+e))),...["","B","L"].map((n=>g(n+"Verbatim"+e,o(l,b(n+"Verbatim"+e)))))]))),g("minted",o(l,o(c,b("minted")))),...a]
+}}})());hljs.registerLanguage("glsl",(()=>{"use strict";return e=>({name:"GLSL",
+keywords:{
+keyword:"break continue discard do else for if return while switch case default attribute binding buffer ccw centroid centroid varying coherent column_major const cw depth_any depth_greater depth_less depth_unchanged early_fragment_tests equal_spacing flat fractional_even_spacing fractional_odd_spacing highp in index inout invariant invocations isolines layout line_strip lines lines_adjacency local_size_x local_size_y local_size_z location lowp max_vertices mediump noperspective offset origin_upper_left out packed patch pixel_center_integer point_mode points precise precision quads r11f_g11f_b10f r16 r16_snorm r16f r16i r16ui r32f r32i r32ui r8 r8_snorm r8i r8ui readonly restrict rg16 rg16_snorm rg16f rg16i rg16ui rg32f rg32i rg32ui rg8 rg8_snorm rg8i rg8ui rgb10_a2 rgb10_a2ui rgba16 rgba16_snorm rgba16f rgba16i rgba16ui rgba32f rgba32i rgba32ui rgba8 rgba8_snorm rgba8i rgba8ui row_major sample shared smooth std140 std430 stream triangle_strip triangles triangles_adjacency uniform varying vertices volatile writeonly",
+type:"atomic_uint bool bvec2 bvec3 bvec4 dmat2 dmat2x2 dmat2x3 dmat2x4 dmat3 dmat3x2 dmat3x3 dmat3x4 dmat4 dmat4x2 dmat4x3 dmat4x4 double dvec2 dvec3 dvec4 float iimage1D iimage1DArray iimage2D iimage2DArray iimage2DMS iimage2DMSArray iimage2DRect iimage3D iimageBuffer iimageCube iimageCubeArray image1D image1DArray image2D image2DArray image2DMS image2DMSArray image2DRect image3D imageBuffer imageCube imageCubeArray int isampler1D isampler1DArray isampler2D isampler2DArray isampler2DMS isampler2DMSArray isampler2DRect isampler3D isamplerBuffer isamplerCube isamplerCubeArray ivec2 ivec3 ivec4 mat2 mat2x2 mat2x3 mat2x4 mat3 mat3x2 mat3x3 mat3x4 mat4 mat4x2 mat4x3 mat4x4 sampler1D sampler1DArray sampler1DArrayShadow sampler1DShadow sampler2D sampler2DArray sampler2DArrayShadow sampler2DMS sampler2DMSArray sampler2DRect sampler2DRectShadow sampler2DShadow sampler3D samplerBuffer samplerCube samplerCubeArray samplerCubeArrayShadow samplerCubeShadow image1D uimage1DArray uimage2D uimage2DArray uimage2DMS uimage2DMSArray uimage2DRect uimage3D uimageBuffer uimageCube uimageCubeArray uint usampler1D usampler1DArray usampler2D usampler2DArray usampler2DMS usampler2DMSArray usampler2DRect usampler3D samplerBuffer usamplerCube usamplerCubeArray uvec2 uvec3 uvec4 vec2 vec3 vec4 void",
+built_in:"gl_MaxAtomicCounterBindings gl_MaxAtomicCounterBufferSize gl_MaxClipDistances gl_MaxClipPlanes gl_MaxCombinedAtomicCounterBuffers gl_MaxCombinedAtomicCounters gl_MaxCombinedImageUniforms gl_MaxCombinedImageUnitsAndFragmentOutputs gl_MaxCombinedTextureImageUnits gl_MaxComputeAtomicCounterBuffers gl_MaxComputeAtomicCounters gl_MaxComputeImageUniforms gl_MaxComputeTextureImageUnits gl_MaxComputeUniformComponents gl_MaxComputeWorkGroupCount gl_MaxComputeWorkGroupSize gl_MaxDrawBuffers gl_MaxFragmentAtomicCounterBuffers gl_MaxFragmentAtomicCounters gl_MaxFragmentImageUniforms gl_MaxFragmentInputComponents gl_MaxFragmentInputVectors gl_MaxFragmentUniformComponents gl_MaxFragmentUniformVectors gl_MaxGeometryAtomicCounterBuffers gl_MaxGeometryAtomicCounters gl_MaxGeometryImageUniforms gl_MaxGeometryInputComponents gl_MaxGeometryOutputComponents gl_MaxGeometryOutputVertices gl_MaxGeometryTextureImageUnits gl_MaxGeometryTotalOutputComponents gl_MaxGeometryUniformComponents gl_MaxGeometryVaryingComponents gl_MaxImageSamples gl_MaxImageUnits gl_MaxLights gl_MaxPatchVertices gl_MaxProgramTexelOffset gl_MaxTessControlAtomicCounterBuffers gl_MaxTessControlAtomicCounters gl_MaxTessControlImageUniforms gl_MaxTessControlInputComponents gl_MaxTessControlOutputComponents gl_MaxTessControlTextureImageUnits gl_MaxTessControlTotalOutputComponents gl_MaxTessControlUniformComponents gl_MaxTessEvaluationAtomicCounterBuffers gl_MaxTessEvaluationAtomicCounters gl_MaxTessEvaluationImageUniforms gl_MaxTessEvaluationInputComponents gl_MaxTessEvaluationOutputComponents gl_MaxTessEvaluationTextureImageUnits gl_MaxTessEvaluationUniformComponents gl_MaxTessGenLevel gl_MaxTessPatchComponents gl_MaxTextureCoords gl_MaxTextureImageUnits gl_MaxTextureUnits gl_MaxVaryingComponents gl_MaxVaryingFloats gl_MaxVaryingVectors gl_MaxVertexAtomicCounterBuffers gl_MaxVertexAtomicCounters gl_MaxVertexAttribs gl_MaxVertexImageUniforms gl_MaxVertexOutputComponents gl_MaxVertexOutputVectors gl_MaxVertexTextureImageUnits gl_MaxVertexUniformComponents gl_MaxVertexUniformVectors gl_MaxViewports gl_MinProgramTexelOffset gl_BackColor gl_BackLightModelProduct gl_BackLightProduct gl_BackMaterial gl_BackSecondaryColor gl_ClipDistance gl_ClipPlane gl_ClipVertex gl_Color gl_DepthRange gl_EyePlaneQ gl_EyePlaneR gl_EyePlaneS gl_EyePlaneT gl_Fog gl_FogCoord gl_FogFragCoord gl_FragColor gl_FragCoord gl_FragData gl_FragDepth gl_FrontColor gl_FrontFacing gl_FrontLightModelProduct gl_FrontLightProduct gl_FrontMaterial gl_FrontSecondaryColor gl_GlobalInvocationID gl_InstanceID gl_InvocationID gl_Layer gl_LightModel gl_LightSource gl_LocalInvocationID gl_LocalInvocationIndex gl_ModelViewMatrix gl_ModelViewMatrixInverse gl_ModelViewMatrixInverseTranspose gl_ModelViewMatrixTranspose gl_ModelViewProjectionMatrix gl_ModelViewProjectionMatrixInverse gl_ModelViewProjectionMatrixInverseTranspose gl_ModelViewProjectionMatrixTranspose gl_MultiTexCoord0 gl_MultiTexCoord1 gl_MultiTexCoord2 gl_MultiTexCoord3 gl_MultiTexCoord4 gl_MultiTexCoord5 gl_MultiTexCoord6 gl_MultiTexCoord7 gl_Normal gl_NormalMatrix gl_NormalScale gl_NumSamples gl_NumWorkGroups gl_ObjectPlaneQ gl_ObjectPlaneR gl_ObjectPlaneS gl_ObjectPlaneT gl_PatchVerticesIn gl_Point gl_PointCoord gl_PointSize gl_Position gl_PrimitiveID gl_PrimitiveIDIn gl_ProjectionMatrix gl_ProjectionMatrixInverse gl_ProjectionMatrixInverseTranspose gl_ProjectionMatrixTranspose gl_SampleID gl_SampleMask gl_SampleMaskIn gl_SamplePosition gl_SecondaryColor gl_TessCoord gl_TessLevelInner gl_TessLevelOuter gl_TexCoord gl_TextureEnvColor gl_TextureMatrix gl_TextureMatrixInverse gl_TextureMatrixInverseTranspose gl_TextureMatrixTranspose gl_Vertex gl_VertexID gl_ViewportIndex gl_WorkGroupID gl_WorkGroupSize gl_in gl_out EmitStreamVertex EmitVertex EndPrimitive EndStreamPrimitive abs acos acosh all any asin asinh atan atanh atomicAdd atomicAnd atomicCompSwap atomicCounter atomicCounterDecrement atomicCounterIncrement atomicExchange atomicMax atomicMin atomicOr atomicXor barrier bitCount bitfieldExtract bitfieldInsert bitfieldReverse ceil clamp cos cosh cross dFdx dFdy degrees determinant distance dot equal exp exp2 faceforward findLSB findMSB floatBitsToInt floatBitsToUint floor fma fract frexp ftransform fwidth greaterThan greaterThanEqual groupMemoryBarrier imageAtomicAdd imageAtomicAnd imageAtomicCompSwap imageAtomicExchange imageAtomicMax imageAtomicMin imageAtomicOr imageAtomicXor imageLoad imageSize imageStore imulExtended intBitsToFloat interpolateAtCentroid interpolateAtOffset interpolateAtSample inverse inversesqrt isinf isnan ldexp length lessThan lessThanEqual log log2 matrixCompMult max memoryBarrier memoryBarrierAtomicCounter memoryBarrierBuffer memoryBarrierImage memoryBarrierShared min mix mod modf noise1 noise2 noise3 noise4 normalize not notEqual outerProduct packDouble2x32 packHalf2x16 packSnorm2x16 packSnorm4x8 packUnorm2x16 packUnorm4x8 pow radians reflect refract round roundEven shadow1D shadow1DLod shadow1DProj shadow1DProjLod shadow2D shadow2DLod shadow2DProj shadow2DProjLod sign sin sinh smoothstep sqrt step tan tanh texelFetch texelFetchOffset texture texture1D texture1DLod texture1DProj texture1DProjLod texture2D texture2DLod texture2DProj texture2DProjLod texture3D texture3DLod texture3DProj texture3DProjLod textureCube textureCubeLod textureGather textureGatherOffset textureGatherOffsets textureGrad textureGradOffset textureLod textureLodOffset textureOffset textureProj textureProjGrad textureProjGradOffset textureProjLod textureProjLodOffset textureProjOffset textureQueryLevels textureQueryLod textureSize transpose trunc uaddCarry uintBitsToFloat umulExtended unpackDouble2x32 unpackHalf2x16 unpackSnorm2x16 unpackSnorm4x8 unpackUnorm2x16 unpackUnorm4x8 usubBorrow",
+literal:"true false"},illegal:'"',
+contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,{
+className:"meta",begin:"#",end:"$"}]})})());hljs.registerLanguage("plaintext",(()=>{"use strict";return t=>({
+name:"Plain text",aliases:["text","txt"],disableAutodetect:!0})})());hljs.registerLanguage("dos",(()=>{"use strict";return e=>{
+const t=e.COMMENT(/^\s*@?rem\b/,/$/,{relevance:10});return{
+name:"Batch file (DOS)",aliases:["bat","cmd"],case_insensitive:!0,
+illegal:/\/\*/,keywords:{
+keyword:"if else goto for in do call exit not exist errorlevel defined equ neq lss leq gtr geq",
+built_in:"prn nul lpt3 lpt2 lpt1 con com4 com3 com2 com1 aux shift cd dir echo setlocal endlocal set pause copy append assoc at attrib break cacls cd chcp chdir chkdsk chkntfs cls cmd color comp compact convert date dir diskcomp diskcopy doskey erase fs find findstr format ftype graftabl help keyb label md mkdir mode more move path pause print popd pushd promt rd recover rem rename replace restore rmdir shift sort start subst time title tree type ver verify vol ping net ipconfig taskkill xcopy ren del"
+},contains:[{className:"variable",begin:/%%[^ ]|%[^ ]+?%|![^ ]+?!/},{
+className:"function",begin:"^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)",
+end:"goto:eof",contains:[e.inherit(e.TITLE_MODE,{
+begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),t]},{
+className:"number",begin:"\\b\\d+",relevance:0},t]}}})());hljs.registerLanguage("django",(()=>{"use strict";return e=>{const t={
+begin:/\|[A-Za-z]+:?/,keywords:{
+name:"truncatewords removetags linebreaksbr yesno get_digit timesince random striptags filesizeformat escape linebreaks length_is ljust rjust cut urlize fix_ampersands title floatformat capfirst pprint divisibleby add make_list unordered_list urlencode timeuntil urlizetrunc wordcount stringformat linenumbers slice date dictsort dictsortreversed default_if_none pluralize lower join center default truncatewords_html upper length phone2numeric wordwrap time addslashes slugify first escapejs force_escape iriencode last safe safeseq truncatechars localize unlocalize localtime utc timezone"
+},contains:[e.QUOTE_STRING_MODE,e.APOS_STRING_MODE]};return{name:"Django",
+aliases:["jinja"],case_insensitive:!0,subLanguage:"xml",
+contains:[e.COMMENT(/\{%\s*comment\s*%\}/,/\{%\s*endcomment\s*%\}/),e.COMMENT(/\{#/,/#\}/),{
+className:"template-tag",begin:/\{%/,end:/%\}/,contains:[{className:"name",
+begin:/\w+/,keywords:{
+name:"comment endcomment load templatetag ifchanged endifchanged if endif firstof for endfor ifnotequal endifnotequal widthratio extends include spaceless endspaceless regroup ifequal endifequal ssi now with cycle url filter endfilter debug block endblock else autoescape endautoescape csrf_token empty elif endwith static trans blocktrans endblocktrans get_static_prefix get_media_prefix plural get_current_language language get_available_languages get_current_language_bidi get_language_info get_language_info_list localize endlocalize localtime endlocaltime timezone endtimezone get_current_timezone verbatim"
+},starts:{endsWithParent:!0,keywords:"in by as",contains:[t],relevance:0}}]},{
+className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:[t]}]}}})());hljs.registerLanguage("profile",(()=>{"use strict";return e=>({
+name:"Python profiler",contains:[e.C_NUMBER_MODE,{
+begin:"[a-zA-Z_][\\da-zA-Z_]+\\.[\\da-zA-Z_]{1,3}",end:":",excludeEnd:!0},{
+begin:"(ncalls|tottime|cumtime)",end:"$",
+keywords:"ncalls tottime|10 cumtime|10 filename",relevance:10},{
+begin:"function calls",end:"$",contains:[e.C_NUMBER_MODE],relevance:10
+},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"\\(",
+end:"\\)$",excludeBegin:!0,excludeEnd:!0,relevance:0}]})})());hljs.registerLanguage("actionscript",(()=>{"use strict";return e=>({
+name:"ActionScript",aliases:["as"],keywords:{
+keyword:"as break case catch class const continue default delete do dynamic each else extends final finally for function get if implements import in include instanceof interface internal is namespace native new override package private protected public return set static super switch this throw try typeof use var void while with",
+literal:"true false null undefined"},
+contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,{
+className:"class",beginKeywords:"package",end:/\{/,contains:[e.TITLE_MODE]},{
+className:"class",beginKeywords:"class interface",end:/\{/,excludeEnd:!0,
+contains:[{beginKeywords:"extends implements"},e.TITLE_MODE]},{className:"meta",
+beginKeywords:"import include",end:";",keywords:{"meta-keyword":"import include"
+}},{className:"function",beginKeywords:"function",end:"[{;]",excludeEnd:!0,
+illegal:"\\S",contains:[e.TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",
+contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{
+className:"rest_arg",begin:"[.]{3}",end:"[a-zA-Z_$][a-zA-Z0-9_$]*",relevance:10
+}]},{begin:":\\s*([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)"}]},e.METHOD_GUARD],illegal:/#/
+})})());hljs.registerLanguage("groovy",(()=>{"use strict";function e(e,n={}){
+return n.variants=e,n}return n=>{
+const a="[A-Za-z0-9_$]+",t=e([n.C_LINE_COMMENT_MODE,n.C_BLOCK_COMMENT_MODE,n.COMMENT("/\\*\\*","\\*/",{
+relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",
+begin:"@[A-Za-z]+"}]})]),s={className:"regexp",begin:/~?\/[^\/\n]+\//,
+contains:[n.BACKSLASH_ESCAPE]
+},i=e([n.BINARY_NUMBER_MODE,n.C_NUMBER_MODE]),r=e([{begin:/"""/,end:/"""/},{
+begin:/'''/,end:/'''/},{begin:"\\$/",end:"/\\$",relevance:10
+},n.APOS_STRING_MODE,n.QUOTE_STRING_MODE],{className:"string"});return{
+name:"Groovy",keywords:{built_in:"this super",literal:"true false null",
+keyword:"byte short char int long boolean float double void def as in assert trait abstract static volatile transient public private protected synchronized final class interface enum if else for while switch case break default continue throw throws try catch finally implements extends new import package return instanceof"
+},contains:[n.SHEBANG({binary:"groovy",relevance:10}),t,r,s,i,{
+className:"class",beginKeywords:"class interface trait enum",end:/\{/,
+illegal:":",contains:[{beginKeywords:"extends implements"
+},n.UNDERSCORE_TITLE_MODE]},{className:"meta",begin:"@[A-Za-z]+",relevance:0},{
+className:"attr",begin:a+"[ \t]*:"},{begin:/\?/,end:/:/,relevance:0,
+contains:[t,r,s,i,"self"]},{className:"symbol",
+begin:"^[ \t]*"+(l=a+":",((...e)=>e.map((e=>(e=>e?"string"==typeof e?e:e.source:null)(e))).join(""))("(?=",l,")")),
+excludeBegin:!0,end:a+":",relevance:0}],illegal:/#|<\//};var l}})());hljs.registerLanguage("css",(()=>{"use strict";return e=>{
+var n="[a-zA-Z-][a-zA-Z0-9_-]*",a={
+begin:/([*]\s?)?(?:[A-Z_.\-\\]+|--[a-zA-Z0-9_-]+)\s*(\/\*\*\/)?:/,
+returnBegin:!0,end:";",endsWithParent:!0,contains:[{className:"attribute",
+begin:/\S/,end:":",excludeEnd:!0,starts:{endsWithParent:!0,excludeEnd:!0,
+contains:[{begin:/[\w-]+\(/,returnBegin:!0,contains:[{className:"built_in",
+begin:/[\w-]+/},{begin:/\(/,end:/\)/,
+contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.CSS_NUMBER_MODE]}]
+},e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_BLOCK_COMMENT_MODE,{
+className:"number",begin:"#[0-9A-Fa-f]+"},{className:"meta",begin:"!important"}]
+}}]};return{name:"CSS",case_insensitive:!0,illegal:/[=|'\$]/,
+contains:[e.C_BLOCK_COMMENT_MODE,{className:"selector-id",
+begin:/#[A-Za-z0-9_-]+/},{className:"selector-class",begin:"\\."+n},{
+className:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",
+contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},{className:"selector-pseudo",
+begin:/:(:)?[a-zA-Z0-9_+()"'.-]+/},{begin:"@(page|font-face)",
+lexemes:"@[a-z-]+",keywords:"@page @font-face"},{begin:"@",end:"[{;]",
+illegal:/:/,returnBegin:!0,contains:[{className:"keyword",
+begin:/@-?\w[\w]*(-\w+)*/},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,
+relevance:0,keywords:"and or not only",contains:[{begin:/[a-z-]+:/,
+className:"attribute"},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.CSS_NUMBER_MODE]
+}]},{className:"selector-tag",begin:n,relevance:0},{begin:/\{/,end:/\}/,
+illegal:/\S/,contains:[e.C_BLOCK_COMMENT_MODE,{begin:/;/},a]}]}}})());hljs.registerLanguage("vhdl",(()=>{"use strict";return e=>({name:"VHDL",
+case_insensitive:!0,keywords:{
+keyword:"abs access after alias all and architecture array assert assume assume_guarantee attribute begin block body buffer bus case component configuration constant context cover disconnect downto default else elsif end entity exit fairness file for force function generate generic group guarded if impure in inertial inout is label library linkage literal loop map mod nand new next nor not null of on open or others out package parameter port postponed procedure process property protected pure range record register reject release rem report restrict restrict_guarantee return rol ror select sequence severity shared signal sla sll sra srl strong subtype then to transport type unaffected units until use variable view vmode vprop vunit wait when while with xnor xor",
+built_in:"boolean bit character integer time delay_length natural positive string bit_vector file_open_kind file_open_status std_logic std_logic_vector unsigned signed boolean_vector integer_vector std_ulogic std_ulogic_vector unresolved_unsigned u_unsigned unresolved_signed u_signed real_vector time_vector",
+literal:"false true note warning error failure line text side width"},
+illegal:/\{/,
+contains:[e.C_BLOCK_COMMENT_MODE,e.COMMENT("--","$"),e.QUOTE_STRING_MODE,{
+className:"number",
+begin:"\\b(\\d(_|\\d)*#\\w+(\\.\\w+)?#([eE][-+]?\\d(_|\\d)*)?|\\d(_|\\d)*(\\.\\d(_|\\d)*)?([eE][-+]?\\d(_|\\d)*)?)",
+relevance:0},{className:"string",begin:"'(U|X|0|1|Z|W|L|H|-)'",
+contains:[e.BACKSLASH_ESCAPE]},{className:"symbol",
+begin:"'[A-Za-z](_?[A-Za-z0-9])*",contains:[e.BACKSLASH_ESCAPE]}]})})());
\ No newline at end of file
diff --git a/csvncgi/.csvn/.engines/highlight/README b/csvncgi/.csvn/.engines/highlight/README
new file mode 100644
index 0000000..3a7169b
--- /dev/null
+++ b/csvncgi/.csvn/.engines/highlight/README
@@ -0,0 +1,102 @@
+
+Current Version: 10.4.0
+
+ Download: https://highlightjs.org/download/
+ Classes: https://highlightjs.readthedocs.io/en/latest/css-classes-reference.html
+ Languages: https://github.com/highlightjs/highlight.js/blob/master/SUPPORTED_LANGUAGES.md
+
+Downloaded Hljs languages:
+
+Common:
+======
+ .properties
+ Apache config
+ Bash
+ C
+ C#
+ C++
+ C-like foundation grammar for C/C++ grammars
+ CSS
+ CoffeeScript
+ Diff
+ Go
+ HTML, XML
+ HTTP
+ JSON
+ Java
+ JavaScript
+ Kotlin
+ Less
+ Lua
+ Makefile
+ Markdown
+ Nginx config
+ Objective-C
+ PHP
+ PHP Template
+ Perl
+ Plain text
+ Python
+ Python REPL
+ Ruby
+ Rust
+ SCSS
+ SQL
+ Shell Session
+ Swift
+ TOML, also INI
+ TypeScript
+ YAML
+
+Other:
+=====
+
+ ARM Assembly
+ AVR Assembly
+ ActionScript
+ Ada
+ Apache Access Log
+ AppleScript
+ Arduino
+ AsciiDoc
+ Augmented Backus-Naur Form
+ Awk
+ Backus–Naur Form
+ Batch file (DOS)
+ C-like foundation grammar for C/C++ grammars
+ CMake
+ D
+ DNS Zone
+ Device Tree
+ Django
+ Dockerfile
+ Erlang
+ Erlang REPL
+ Extended Backus-Naur Form
+ Fortran
+ GLSL
+ GML
+ Gradle
+ Groovy
+ HAML
+ Haskell
+ Intel x86 Assembly
+ LaTeX
+ Lisp
+ MIPS Assembly
+ Microtik RouterOS script
+ OCaml
+ OpenSCAD
+ PostgreSQL and PL/pgSQL
+ PowerShell
+ Prolog
+ Python profiler
+ ReasonML
+ Scala
+ Scheme
+ Scilab
+ Tcl
+ VHDL
+ Vala
+ Verilog
+ Vim Script
diff --git a/csvncgi/.csvn/.fonts/Fira-Mono.css b/csvncgi/.csvn/.fonts/Fira-Mono.css
new file mode 100644
index 0000000..57262c6
--- /dev/null
+++ b/csvncgi/.csvn/.fonts/Fira-Mono.css
@@ -0,0 +1,45 @@
+
+@font-face {
+ font-family: 'Fira Mono';
+ src: local('Fira Mono Regular'), /* full font name */
+ local('FiraMono-Regular'); /* Postscript name */
+ src: url('../.fonts/Fira-Mono/FiraMono-Regular.eot');
+ src: url('../.fonts/Fira-Mono/FiraMono-Regular.eot?#iefix') format('embedded-opentype'),
+ url('../.fonts/Fira-Mono/FiraMono-Regular.otf') format('opentype'),
+ url('../.fonts/Fira-Mono/FiraMono-Regular.woff2') format('woff2'),
+ url('../.fonts/Fira-Mono/FiraMono-Regular.woff') format('woff'),
+ url('../.fonts/Fira-Mono/FiraMono-Regular.ttf') format('truetype'),
+ url('../.fonts/Fira-Mono/FiraMono-Regular.svg#FiraMono-Regular') format('svg');
+ font-weight: 400;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Fira Mono';
+ src: local('Fira Mono Medium'), /* full font name */
+ local('FiraMono-Medium'); /* Postscript name */
+ src: url('../.fonts/Fira-Mono/FiraMono-Medium.eot');
+ src: url('../.fonts/Fira-Mono/FiraMono-Medium.eot?#iefix') format('embedded-opentype'),
+ url('../.fonts/Fira-Mono/FiraMono-Medium.otf') format('opentype'),
+ url('../.fonts/Fira-Mono/FiraMono-Medium.woff2') format('woff2'),
+ url('../.fonts/Fira-Mono/FiraMono-Medium.woff') format('woff'),
+ url('../.fonts/Fira-Mono/FiraMono-Medium.ttf') format('truetype'),
+ url('../.fonts/Fira-Mono/FiraMono-Medium.svg#FiraMono-Medium') format('svg');
+ font-weight: 500;
+ font-style: normal;
+}/* font converted using font-converter.net. thank you! */
+
+@font-face {
+ font-family: 'Fira Mono';
+ src: local('Fira Mono Bold'), /* full font name */
+ local('FiraMono-Bold'); /* Postscript name */
+ src: url('../.fonts/Fira-Mono/FiraMono-Bold.eot');
+ src: url('../.fonts/Fira-Mono/FiraMono-Bold.eot?#iefix') format('embedded-opentype'),
+ url('../.fonts/Fira-Mono/FiraMono-Bold.otf') format('opentype'),
+ url('../.fonts/Fira-Mono/FiraMono-Bold.woff2') format('woff2'),
+ url('../.fonts/Fira-Mono/FiraMono-Bold.woff') format('woff'),
+ url('../.fonts/Fira-Mono/FiraMono-Bold.ttf') format('truetype'),
+ url('../.fonts/Fira-Mono/FiraMono-Bold.svg#FiraMono-Bold') format('svg');
+ font-weight: 700;
+ font-style: normal;
+}
diff --git a/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Bold.eot b/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Bold.eot
new file mode 100644
index 0000000..a4a47ad
Binary files /dev/null and b/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Bold.eot differ
diff --git a/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Bold.otf b/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Bold.otf
new file mode 100644
index 0000000..f3595b9
Binary files /dev/null and b/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Bold.otf differ
diff --git a/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Bold.svg b/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Bold.svg
new file mode 100644
index 0000000..8d56266
--- /dev/null
+++ b/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Bold.svg
@@ -0,0 +1,3626 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg>
+<metadata>
+Created by FontForge 20120731 at Fri May 5 11:19:05 2017
+ By www-data
+Digitized data copyright (c) 2012-2015, The Mozilla Foundation and Telefonica S.A.
+</metadata>
+<defs>
+<font id="FiraMono-Bold" horiz-adv-x="600" >
+ <font-face
+ font-family="Fira Mono"
+ font-weight="700"
+ font-stretch="normal"
+ units-per-em="1000"
+ panose-1="2 11 8 9 5 0 0 2 0 4"
+ ascent="800"
+ descent="-200"
+ x-height="531"
+ cap-height="693"
+ bbox="-634 -500 1192 1050"
+ underline-thickness="50"
+ underline-position="-50"
+ unicode-range="U+000D-1F310"
+ />
+<missing-glyph
+d="M510 1050v-1400h-420v1400h420zM456 998h-311v-1296h311v1296zM299.5 155.5q-7.5 -6.5 -17.5 -6.5t-17.5 6.5t-7.5 17.5v84q53 3 72 19.5t19 57.5q0 33 -13 51t-48 18q-29 0 -52 -11q-7 -3 -13 -3q-11 0 -17.5 6.5t-6.5 16.5q0 19 29.5 29t63.5 10q60 0 85.5 -32
+t25.5 -83q0 -53 -22.5 -82t-72.5 -36v-45q0 -11 -7.5 -17.5zM257 110q10 10 25 10t25 -10t10 -25q0 -16 -10 -26.5t-25 -10.5t-25 10.5t-10 26.5q0 15 10 25z" />
+ <glyph glyph-name=".notdef"
+d="M510 1050v-1400h-420v1400h420zM456 998h-311v-1296h311v1296zM299.5 155.5q-7.5 -6.5 -17.5 -6.5t-17.5 6.5t-7.5 17.5v84q53 3 72 19.5t19 57.5q0 33 -13 51t-48 18q-29 0 -52 -11q-7 -3 -13 -3q-11 0 -17.5 6.5t-6.5 16.5q0 19 29.5 29t63.5 10q60 0 85.5 -32
+t25.5 -83q0 -53 -22.5 -82t-72.5 -36v-45q0 -11 -7.5 -17.5zM257 110q10 10 25 10t25 -10t10 -25q0 -16 -10 -26.5t-25 -10.5t-25 10.5t-10 26.5q0 15 10 25z" />
+ <glyph glyph-name="null" horiz-adv-x="0"
+ />
+ <glyph glyph-name="nonmarkingreturn" unicode="
"
+ />
+ <glyph glyph-name="space" unicode=" "
+ />
+ <glyph glyph-name="A" unicode="A"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150z" />
+ <glyph glyph-name="Aacute" unicode="Á"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM437 835l-237 -84l-38 80l216 122z" />
+ <glyph glyph-name="Abreve" unicode="Ă"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM179 793.5q-43 42.5 -51 111.5l87 16q10 -31 30 -45.5t55 -14.5t55 14.5t30 45.5l87 -16q-7 -68 -50.5 -111t-121.5 -43t-121 42.5z" />
+ <glyph glyph-name="Acircumflex" unicode="Â"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM489 813l-56 -65l-133 85l-133 -85l-57 65l142 130h96z" />
+ <glyph glyph-name="Adieresis" unicode="Ä"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM126 785q-24 23 -24 57t24 57t58 23q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58 23zM357.5 785.5q-24.5 23.5 -24.5 56.5t24.5 56.5t58.5 23.5q35 0 58.5 -23
+t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="Agrave" unicode="À"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM437 831l-37 -80l-238 84l60 118z" />
+ <glyph glyph-name="Amacron" unicode="Ā"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM147 782v110h305v-110h-305z" />
+ <glyph glyph-name="Aogonek" unicode="Ą"
+d="M443 -49q-25 -27 -25 -61q0 -24 15.5 -36.5t42.5 -12.5q24 0 54 7l-12 -93q-29 -8 -59 -8q-66 0 -108.5 32.5t-42.5 90.5q0 55 31.5 91t91.5 61l-31 128h-203l-36 -150h-172l212 693h199l212 -693h-79q-65 -22 -90 -49zM373 268l-75 307l-75 -307h150z" />
+ <glyph glyph-name="Aring" unicode="Å"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM400 952q38 -38 38 -93t-38.5 -94t-100.5 -39t-100 39t-38 94t38 93t100 38q63 0 101 -38zM267 895.5q-12 -12.5 -12 -36.5q0 -25 12 -38t32 -13q21 0 33 13t12 38
+q0 24 -12 36.5t-33 12.5q-20 0 -32 -12.5z" />
+ <glyph glyph-name="Atilde" unicode="Ã"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM318 767q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 85.5t75.5 32.5q23 0 39.5 -7t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38
+q-21 -53 -54.5 -85t-75.5 -32q-22 0 -38 7z" />
+ <glyph glyph-name="AE" unicode="Æ"
+d="M173 153l-28 -153h-157l175 693h402l-17 -111h-182l33 -176h157v-110h-137l36 -185h148v-111h-265l-25 153h-140zM296 265l-51 318l-54 -318h105z" />
+ <glyph glyph-name="AEacute" unicode="Ǽ"
+d="M173 153l-28 -153h-157l175 693h402l-17 -111h-182l33 -176h157v-110h-137l36 -185h148v-111h-265l-25 153h-140zM296 265l-51 318l-54 -318h105zM488 835l-237 -84l-38 80l216 122z" />
+ <glyph glyph-name="B" unicode="B"
+d="M492.5 46q-78.5 -46 -206.5 -46h-230v693h220q119 0 192 -41.5t73 -135.5q0 -59 -36 -97t-91 -52q66 -11 111.5 -49.5t45.5 -114.5q0 -111 -78.5 -157zM350.5 558.5q-25.5 18.5 -80.5 18.5h-50v-161h56q52 0 76 19.5t24 63.5q0 41 -25.5 59.5zM372.5 284
+q-29.5 22 -85.5 22h-67v-186h60q57 0 89.5 19t32.5 71t-29.5 74z" />
+ <glyph glyph-name="C" unicode="C"
+d="M482 692q52 -19 98 -57l-80 -97q-63 51 -138 51q-71 0 -114.5 -60t-43.5 -181t43 -179.5t118 -58.5q46 0 79 16t71 46l74 -95q-92 -94 -233 -94q-95 0 -167.5 42t-113.5 124.5t-41 198.5q0 113 42 195t116 125t166 43q72 0 124 -19z" />
+ <glyph glyph-name="Cacute" unicode="Ć"
+d="M482 692q52 -19 98 -57l-80 -97q-63 51 -138 51q-71 0 -114.5 -60t-43.5 -181t43 -179.5t118 -58.5q46 0 79 16t71 46l74 -95q-92 -94 -233 -94q-95 0 -167.5 42t-113.5 124.5t-41 198.5q0 113 42 195t116 125t166 43q72 0 124 -19zM498 835l-237 -84l-38 80l216 122z
+" />
+ <glyph glyph-name="Ccaron" unicode="Č"
+d="M482 692q52 -19 98 -57l-80 -97q-63 51 -138 51q-71 0 -114.5 -60t-43.5 -181t43 -179.5t118 -58.5q46 0 79 16t71 46l74 -95q-92 -94 -233 -94q-95 0 -167.5 42t-113.5 124.5t-41 198.5q0 113 42 195t116 125t166 43q72 0 124 -19zM550 881l-141 -130h-96l-142 130
+l57 65l133 -85l133 85z" />
+ <glyph glyph-name="Ccedilla" unicode="Ç"
+d="M459 -80q26 -26 26 -67q0 -51 -41 -83t-108 -32q-34 0 -64.5 8.5t-52.5 21.5l36 73q34 -17 64 -17q53 0 53 31q0 19 -22 26t-70 7l11 101q-118 20 -187.5 113t-69.5 246q0 113 42 195t116 125t166 43q72 0 124 -19t98 -57l-80 -97q-63 51 -138 51q-71 0 -114.5 -60
+t-43.5 -181t43 -179.5t118 -58.5q46 0 79 16t71 46l74 -95q-83 -85 -207 -93v-32q51 -6 77 -32z" />
+ <glyph glyph-name="Ccircumflex" unicode="Ĉ"
+d="M482 692q52 -19 98 -57l-80 -97q-63 51 -138 51q-71 0 -114.5 -60t-43.5 -181t43 -179.5t118 -58.5q46 0 79 16t71 46l74 -95q-92 -94 -233 -94q-95 0 -167.5 42t-113.5 124.5t-41 198.5q0 113 42 195t116 125t166 43q72 0 124 -19zM550 813l-56 -65l-133 85l-133 -85
+l-57 65l142 130h96z" />
+ <glyph glyph-name="Cdotaccent" unicode="Ċ"
+d="M482 692q52 -19 98 -57l-80 -97q-63 51 -138 51q-71 0 -114.5 -60t-43.5 -181t43 -179.5t118 -58.5q46 0 79 16t71 46l74 -95q-92 -94 -233 -94q-95 0 -167.5 42t-113.5 124.5t-41 198.5q0 113 42 195t116 125t166 43q72 0 124 -19zM427.5 908.5q26.5 -25.5 26.5 -63.5
+t-26.5 -63.5t-66.5 -25.5q-42 0 -68 25t-26 64q0 38 26.5 63.5t67.5 25.5q40 0 66.5 -25.5z" />
+ <glyph glyph-name="D" unicode="D"
+d="M239 0h-187v693h175q157 0 252 -73.5t95 -269.5q0 -350 -335 -350zM365 526.5q-40 47.5 -114 47.5h-35v-455h35q75 0 114.5 51.5t39.5 179.5q0 129 -40 176.5z" />
+ <glyph glyph-name="Eth" unicode="Ð"
+d="M492 619.5q95 -73.5 95 -269.5q0 -350 -335 -350h-187v303h-56v100h56v290h175q157 0 252 -73.5zM377.5 170q39.5 51 39.5 180q0 89 -19.5 138t-52.5 67.5t-81 18.5h-35v-171h120v-100h-120v-184h35q74 0 113.5 51z" />
+ <glyph glyph-name="Dcaron" unicode="Ď"
+d="M239 0h-187v693h175q157 0 252 -73.5t95 -269.5q0 -350 -335 -350zM365 526.5q-40 47.5 -114 47.5h-35v-455h35q75 0 114.5 51.5t39.5 179.5q0 129 -40 176.5zM476 881l-141 -130h-96l-142 130l57 65l133 -85l133 85z" />
+ <glyph glyph-name="Dcroat" unicode="Đ"
+d="M492 619.5q95 -73.5 95 -269.5q0 -350 -335 -350h-187v303h-56v100h56v290h175q157 0 252 -73.5zM377.5 170q39.5 51 39.5 180q0 89 -19.5 138t-52.5 67.5t-81 18.5h-35v-171h120v-100h-120v-184h35q74 0 113.5 51z" />
+ <glyph glyph-name="E" unicode="E"
+d="M257 409h240v-114h-240v-177h289v-118h-453v693h453l-17 -117h-272v-167z" />
+ <glyph glyph-name="Eacute" unicode="É"
+d="M257 409h240v-114h-240v-177h289v-118h-453v693h453l-17 -117h-272v-167zM457 835l-237 -84l-38 80l216 122z" />
+ <glyph glyph-name="Ebreve" unicode="Ĕ"
+d="M257 409h240v-114h-240v-177h289v-118h-453v693h453l-17 -117h-272v-167zM199 793.5q-43 42.5 -51 111.5l87 16q10 -31 30 -45.5t55 -14.5t55 14.5t30 45.5l87 -16q-7 -68 -50.5 -111t-121.5 -43t-121 42.5z" />
+ <glyph glyph-name="Ecaron" unicode="Ě"
+d="M257 409h240v-114h-240v-177h289v-118h-453v693h453l-17 -117h-272v-167zM509 881l-141 -130h-96l-142 130l57 65l133 -85l133 85z" />
+ <glyph glyph-name="Ecircumflex" unicode="Ê"
+d="M257 409h240v-114h-240v-177h289v-118h-453v693h453l-17 -117h-272v-167zM509 813l-56 -65l-133 85l-133 -85l-57 65l142 130h96z" />
+ <glyph glyph-name="Edieresis" unicode="Ë"
+d="M257 409h240v-114h-240v-177h289v-118h-453v693h453l-17 -117h-272v-167zM146 785q-24 23 -24 57t24 57t58 23q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58 23zM377.5 785.5q-24.5 23.5 -24.5 56.5t24.5 56.5t58.5 23.5q35 0 58.5 -23t23.5 -57t-23.5 -57
+t-58.5 -23q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="Edotaccent" unicode="Ė"
+d="M257 409h240v-114h-240v-177h289v-118h-453v693h453l-17 -117h-272v-167zM386.5 908.5q26.5 -25.5 26.5 -63.5t-26.5 -63.5t-66.5 -25.5q-42 0 -68 25t-26 64q0 38 26.5 63.5t67.5 25.5q40 0 66.5 -25.5z" />
+ <glyph glyph-name="Egrave" unicode="È"
+d="M257 409h240v-114h-240v-177h289v-118h-453v693h453l-17 -117h-272v-167zM457 831l-37 -80l-238 84l60 118z" />
+ <glyph glyph-name="Emacron" unicode="Ē"
+d="M257 409h240v-114h-240v-177h289v-118h-453v693h453l-17 -117h-272v-167zM167 782v110h305v-110h-305z" />
+ <glyph glyph-name="Eogonek" unicode="Ę"
+d="M546 118v-118h-79q-65 -22 -90 -49t-25 -61q0 -24 15.5 -36.5t42.5 -12.5q24 0 54 7l-12 -93q-29 -8 -59 -8q-66 0 -108.5 32.5t-42.5 90.5q0 83 80 130h-229v693h453l-17 -117h-272v-167h240v-114h-240v-177h289z" />
+ <glyph glyph-name="F" unicode="F"
+d="M273 393h242v-118h-242v-275h-165v693h455l-16 -117h-274v-183z" />
+ <glyph glyph-name="G" unicode="G"
+d="M100.5 76.5q-77.5 93.5 -77.5 271.5q0 115 42 197t115.5 124t164.5 42q71 0 123.5 -22.5t96.5 -63.5l-86 -89q-33 29 -61.5 42t-64.5 13q-75 0 -118 -59.5t-43 -184.5q0 -134 32 -189t103 -55q47 0 86 21v159h-87l-16 114h258v-344q-114 -70 -242 -70q-148 0 -225.5 93.5
+z" />
+ <glyph glyph-name="Gbreve" unicode="Ğ"
+d="M100.5 76.5q-77.5 93.5 -77.5 271.5q0 115 42 197t115.5 124t164.5 42q71 0 123.5 -22.5t96.5 -63.5l-86 -89q-33 29 -61.5 42t-64.5 13q-75 0 -118 -59.5t-43 -184.5q0 -134 32 -189t103 -55q47 0 86 21v159h-87l-16 114h258v-344q-114 -70 -242 -70q-148 0 -225.5 93.5
+zM209 793.5q-43 42.5 -51 111.5l87 16q10 -31 30 -45.5t55 -14.5t55 14.5t30 45.5l87 -16q-7 -68 -50.5 -111t-121.5 -43t-121 42.5z" />
+ <glyph glyph-name="Gcircumflex" unicode="Ĝ"
+d="M100.5 76.5q-77.5 93.5 -77.5 271.5q0 115 42 197t115.5 124t164.5 42q71 0 123.5 -22.5t96.5 -63.5l-86 -89q-33 29 -61.5 42t-64.5 13q-75 0 -118 -59.5t-43 -184.5q0 -134 32 -189t103 -55q47 0 86 21v159h-87l-16 114h258v-344q-114 -70 -242 -70q-148 0 -225.5 93.5
+zM519 813l-56 -65l-133 85l-133 -85l-57 65l142 130h96z" />
+ <glyph glyph-name="Gcommaaccent" unicode="Ģ"
+d="M100.5 76.5q-77.5 93.5 -77.5 271.5q0 115 42 197t115.5 124t164.5 42q71 0 123.5 -22.5t96.5 -63.5l-86 -89q-33 29 -61.5 42t-64.5 13q-75 0 -118 -59.5t-43 -184.5q0 -134 32 -189t103 -55q47 0 86 21v159h-87l-16 114h258v-344q-114 -70 -242 -70q-148 0 -225.5 93.5
+zM383 -87q22 -22 22 -56q0 -36 -23 -82l-49 -97h-80l27 115q-32 27 -32 64q0 33 22.5 55.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="Gdotaccent" unicode="Ġ"
+d="M100.5 76.5q-77.5 93.5 -77.5 271.5q0 115 42 197t115.5 124t164.5 42q71 0 123.5 -22.5t96.5 -63.5l-86 -89q-33 29 -61.5 42t-64.5 13q-75 0 -118 -59.5t-43 -184.5q0 -134 32 -189t103 -55q47 0 86 21v159h-87l-16 114h258v-344q-114 -70 -242 -70q-148 0 -225.5 93.5
+zM396.5 908.5q26.5 -25.5 26.5 -63.5t-26.5 -63.5t-66.5 -25.5q-42 0 -68 25t-26 64q0 38 26.5 63.5t67.5 25.5q40 0 66.5 -25.5z" />
+ <glyph glyph-name="H" unicode="H"
+d="M384 292h-168v-292h-164v693h164v-266h168v266h164v-693h-164v292z" />
+ <glyph glyph-name="Hbar" unicode="Ħ"
+d="M598 500h-55v-500h-164v297h-158v-297h-164v500h-55v92h55v101h164v-101h158v101h164v-101h55v-92zM379 500h-158v-76h158v76z" />
+ <glyph glyph-name="Hcircumflex" unicode="Ĥ"
+d="M384 292h-168v-292h-164v693h164v-266h168v266h164v-693h-164v292zM489 813l-56 -65l-133 85l-133 -85l-57 65l142 130h96z" />
+ <glyph glyph-name="I" unicode="I"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120z" />
+ <glyph glyph-name="IJ" unicode="IJ"
+d="M318 -27q47 29 63.5 73.5t16.5 117.5v428h-166v-490h53v-102h-277v102h73v490h-73v101h548v-523q0 -147 -82.5 -234.5t-273.5 -118.5l-19 111q90 16 137 45z" />
+ <glyph glyph-name="Iacute" unicode="Í"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120zM437 835l-237 -84l-38 80l216 122z" />
+ <glyph glyph-name="Ibreve" unicode="Ĭ"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120zM179 793.5q-43 42.5 -51 111.5l87 16q10 -31 30 -45.5t55 -14.5t55 14.5t30 45.5l87 -16q-7 -68 -50.5 -111t-121.5 -43t-121 42.5z" />
+ <glyph glyph-name="Icircumflex" unicode="Î"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120zM489 813l-56 -65l-133 85l-133 -85l-57 65l142 130h96z" />
+ <glyph glyph-name="Idieresis" unicode="Ï"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120zM126 785q-24 23 -24 57t24 57t58 23q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58 23zM357.5 785.5q-24.5 23.5 -24.5 56.5t24.5 56.5t58.5 23.5q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23
+q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="Idotaccent" unicode="İ"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120zM366.5 908.5q26.5 -25.5 26.5 -63.5t-26.5 -63.5t-66.5 -25.5q-42 0 -68 25t-26 64q0 38 26.5 63.5t67.5 25.5q40 0 66.5 -25.5z" />
+ <glyph glyph-name="Igrave" unicode="Ì"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120zM437 831l-37 -80l-238 84l60 118z" />
+ <glyph glyph-name="Imacron" unicode="Ī"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120zM147 782v110h305v-110h-305z" />
+ <glyph glyph-name="Iogonek" unicode="Į"
+d="M382 573v-452h143v-121h-143q-65 -22 -90 -49t-25 -61q0 -24 15.5 -36.5t42.5 -12.5q24 0 54 7l-12 -93q-29 -8 -59 -8q-66 0 -108.5 32.5t-42.5 90.5q0 83 80 130h-162v121h143v452h-143v120h450v-120h-143z" />
+ <glyph glyph-name="Itilde" unicode="Ĩ"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120zM318 767q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 85.5t75.5 32.5q23 0 39.5 -7t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54.5 -85t-75.5 -32
+q-22 0 -38 7z" />
+ <glyph glyph-name="J" unicode="J"
+d="M527 249q0 -122 -73.5 -193t-205.5 -71q-64 0 -112.5 16t-96.5 49l62 101q36 -24 67 -34t71 -10q55 0 89.5 35.5t34.5 105.5v325h-212v120h376v-444z" />
+ <glyph glyph-name="Jcircumflex" unicode="Ĵ"
+d="M527 249q0 -122 -73.5 -193t-205.5 -71q-64 0 -112.5 16t-96.5 49l62 101q36 -24 67 -34t71 -10q55 0 89.5 35.5t34.5 105.5v325h-212v120h376v-444zM541 813l-56 -65l-133 85l-133 -85l-57 65l142 130h96z" />
+ <glyph glyph-name="K" unicode="K"
+d="M59 0v693h164v-693h-164zM417 693h172l-196 -311l215 -382h-189l-191 370z" />
+ <glyph glyph-name="Kcommaaccent" unicode="Ķ"
+d="M59 0v693h164v-693h-164zM417 693h172l-196 -311l215 -382h-189l-191 370zM358 -87q22 -22 22 -56q0 -36 -23 -82l-49 -97h-80l27 115q-32 27 -32 64q0 33 22.5 55.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="L" unicode="L"
+d="M93 693h164v-563h300l-16 -130h-448v693z" />
+ <glyph glyph-name="Lacute" unicode="Ĺ"
+d="M93 693h164v-563h300l-16 -130h-448v693zM312 835l-237 -84l-38 80l216 122z" />
+ <glyph glyph-name="Lcaron" unicode="Ľ"
+d="M93 693h164v-563h300l-16 -130h-448v693zM488 698l-78 -232l-98 16l37 233z" />
+ <glyph glyph-name="Lcommaaccent" unicode="Ļ"
+d="M93 693h164v-563h300l-16 -130h-448v693zM374 -87q22 -22 22 -56q0 -36 -23 -82l-49 -97h-80l27 115q-32 27 -32 64q0 33 22.5 55.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="Ldot" unicode="Ŀ"
+d="M93 693h164v-563h300l-16 -130h-448v693zM533 448.5q26 -25.5 26 -63.5q0 -39 -26 -64t-67 -25t-67.5 25.5t-26.5 63.5t26.5 63.5t67.5 25.5t67 -25.5z" />
+ <glyph glyph-name="Lslash" unicode="Ł"
+d="M572 130l-17 -130h-447v229l-46 -28l-53 87l99 61v344h164v-242l124 76l54 -85l-178 -111v-201h300z" />
+ <glyph glyph-name="M" unicode="M"
+d="M583 0h-144l-8 297q-1 22 -1 60q0 50 3 97.5t7 99.5l-78 -436h-124l-85 436q11 -115 11 -207l-1 -53l-5 -294h-141l39 693h169l77 -448l73 448h169z" />
+ <glyph glyph-name="N" unicode="N"
+d="M167 557q10 -76 17 -146.5t7 -149.5v-261h-139v693h205l176 -555q-24 154 -24 290v265h139v-693h-199z" />
+ <glyph glyph-name="Nacute" unicode="Ń"
+d="M167 557q10 -76 17 -146.5t7 -149.5v-261h-139v693h205l176 -555q-24 154 -24 290v265h139v-693h-199zM447 835l-237 -84l-38 80l216 122z" />
+ <glyph glyph-name="Ncaron" unicode="Ň"
+d="M167 557q10 -76 17 -146.5t7 -149.5v-261h-139v693h205l176 -555q-24 154 -24 290v265h139v-693h-199zM499 881l-141 -130h-96l-142 130l57 65l133 -85l133 85z" />
+ <glyph glyph-name="Ncommaaccent" unicode="Ņ"
+d="M167 557q10 -76 17 -146.5t7 -149.5v-261h-139v693h205l176 -555q-24 154 -24 290v265h139v-693h-199zM357 -87q22 -22 22 -56q0 -36 -23 -82l-49 -97h-80l27 115q-32 27 -32 64q0 33 22.5 55.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="Eng" unicode="Ŋ"
+d="M548 693v-720q0 -97 -52.5 -149t-147.5 -52q-43 0 -75 11.5t-61 33.5l60 92q20 -9 31.5 -13t28.5 -4q26 0 39 15.5t13 51.5v41h-35l-182 557q10 -76 17 -146.5t7 -149.5v-261h-139v693h205l176 -555q-24 154 -24 290v265h139z" />
+ <glyph glyph-name="Ntilde" unicode="Ñ"
+d="M167 557q10 -76 17 -146.5t7 -149.5v-261h-139v693h205l176 -555q-24 154 -24 290v265h139v-693h-199zM328 767q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 85.5t75.5 32.5q23 0 39.5 -7t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33
+l79 -38q-21 -53 -54.5 -85t-75.5 -32q-22 0 -38 7z" />
+ <glyph glyph-name="O" unicode="O"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM383.5 533q-25.5 58 -83.5 58t-83.5 -58t-25.5 -186t25.5 -186t83.5 -58q59 0 84 58t25 186t-25.5 186z" />
+ <glyph glyph-name="Oacute" unicode="Ó"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM383.5 533q-25.5 58 -83.5 58t-83.5 -58t-25.5 -186t25.5 -186t83.5 -58q59 0 84 58t25 186t-25.5 186zM437 835
+l-237 -84l-38 80l216 122z" />
+ <glyph glyph-name="Obreve" unicode="Ŏ"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM383.5 533q-25.5 58 -83.5 58t-83.5 -58t-25.5 -186t25.5 -186t83.5 -58q59 0 84 58t25 186t-25.5 186zM179 793.5
+q-43 42.5 -51 111.5l87 16q10 -31 30 -45.5t55 -14.5t55 14.5t30 45.5l87 -16q-7 -68 -50.5 -111t-121.5 -43t-121 42.5z" />
+ <glyph glyph-name="Ocircumflex" unicode="Ô"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM383.5 533q-25.5 58 -83.5 58t-83.5 -58t-25.5 -186t25.5 -186t83.5 -58q59 0 84 58t25 186t-25.5 186zM489 813l-56 -65
+l-133 85l-133 -85l-57 65l142 130h96z" />
+ <glyph glyph-name="Odieresis" unicode="Ö"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM383.5 533q-25.5 58 -83.5 58t-83.5 -58t-25.5 -186t25.5 -186t83.5 -58q59 0 84 58t25 186t-25.5 186zM126 785
+q-24 23 -24 57t24 57t58 23q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58 23zM357.5 785.5q-24.5 23.5 -24.5 56.5t24.5 56.5t58.5 23.5q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="Ograve" unicode="Ò"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM383.5 533q-25.5 58 -83.5 58t-83.5 -58t-25.5 -186t25.5 -186t83.5 -58q59 0 84 58t25 186t-25.5 186zM437 831l-37 -80
+l-238 84l60 118z" />
+ <glyph glyph-name="Ohungarumlaut" unicode="Ő"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM383.5 533q-25.5 58 -83.5 58t-83.5 -58t-25.5 -186t25.5 -186t83.5 -58q59 0 84 58t25 186t-25.5 186zM258 982l107 -49
+l-124 -183l-83 36zM422 982l106 -51l-125 -182l-81 39z" />
+ <glyph glyph-name="Omacron" unicode="Ō"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM383.5 533q-25.5 58 -83.5 58t-83.5 -58t-25.5 -186t25.5 -186t83.5 -58q59 0 84 58t25 186t-25.5 186zM147 782v110h305
+v-110h-305z" />
+ <glyph glyph-name="Oslash" unicode="Ø"
+d="M546 535.5q31 -80.5 31 -188.5q0 -169 -71.5 -266.5t-205.5 -97.5q-25 0 -52 5l-28 -97l-111 33l34 110q-58 45 -89 125.5t-31 187.5q0 169 71.5 266.5t205.5 97.5q24 0 51 -5l29 97l111 -33l-34 -110q58 -44 89 -124.5zM212 535.5q-27 -58.5 -27 -188.5q0 -123 23 -181
+l124 424q-20 4 -32 4q-61 0 -88 -58.5zM388.5 158.5q26.5 58.5 26.5 188.5q0 124 -22 179l-123 -422q12 -4 30 -4q62 0 88.5 58.5z" />
+ <glyph glyph-name="Oslashacute" unicode="Ǿ"
+d="M546 535.5q31 -80.5 31 -188.5q0 -169 -71.5 -266.5t-205.5 -97.5q-25 0 -52 5l-28 -97l-111 33l34 110q-58 45 -89 125.5t-31 187.5q0 169 71.5 266.5t205.5 97.5q24 0 51 -5l29 97l111 -33l-34 -110q58 -44 89 -124.5zM212 535.5q-27 -58.5 -27 -188.5q0 -123 23 -181
+l124 424q-20 4 -32 4q-61 0 -88 -58.5zM388.5 158.5q26.5 58.5 26.5 188.5q0 124 -22 179l-123 -422q12 -4 30 -4q62 0 88.5 58.5zM437 835l-237 -84l-38 80l216 122z" />
+ <glyph glyph-name="Otilde" unicode="Õ"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM383.5 533q-25.5 58 -83.5 58t-83.5 -58t-25.5 -186t25.5 -186t83.5 -58q59 0 84 58t25 186t-25.5 186zM318 767
+q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 85.5t75.5 32.5q23 0 39.5 -7t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54.5 -85t-75.5 -32q-22 0 -38 7z" />
+ <glyph glyph-name="OE" unicode="Œ"
+d="M271 706.5q21 -4.5 49 -13.5h276l-16 -111h-182q33 -66 39 -176h121v-110h-120q-6 -111 -45 -185h204v-111h-281q-28 -9 -47.5 -13t-43.5 -4q-112 0 -163.5 92.5t-51.5 271.5q0 364 215 364q25 0 46 -4.5zM179.5 574q-16.5 -25 -23.5 -79t-7 -148q0 -137 17.5 -195
+t59.5 -58q43 0 60.5 57.5t17.5 195.5q0 96 -7 150t-24 78t-47 24t-46.5 -25z" />
+ <glyph glyph-name="P" unicode="P"
+d="M502.5 290.5q-73.5 -59.5 -200.5 -59.5h-76v-231h-164v693h218q144 0 220 -56.5t76 -169.5q0 -117 -73.5 -176.5zM283 576h-57v-227h65q56 0 86.5 29t30.5 89q0 109 -125 109z" />
+ <glyph glyph-name="Thorn" unicode="Þ"
+d="M224 581h55q143 0 220 -57t77 -170q0 -120 -71.5 -179t-203.5 -59h-77v-116h-165v693h165v-112zM224 464v-229h66q57 0 86.5 27.5t29.5 90.5q0 57 -30.5 84t-91.5 27h-60z" />
+ <glyph glyph-name="Q" unicode="Q"
+d="M429 40q84 -14 130.5 -50t74.5 -117l-134 -46q-24 57 -49 90.5t-63.5 51t-97.5 17.5q-128 0 -193 94.5t-65 266.5q0 170 69 267t202 97q134 0 202.5 -96t68.5 -268q0 -233 -145 -307zM395 487.5q-9 52.5 -31 77.5t-61 25t-61 -25.5t-31 -78t-9 -139.5q0 -130 22.5 -187
+t78.5 -57q40 0 61.5 25.5t30.5 78t9 140.5t-9 140.5z" />
+ <glyph glyph-name="R" unicode="R"
+d="M523.5 364.5q-37.5 -47.5 -100.5 -72.5l181 -292h-186l-150 265h-46v-265h-164v693h218q143 0 214 -52t71 -159q0 -70 -37.5 -117.5zM363.5 555q-28.5 23 -87.5 23h-54v-200h61q54 0 81.5 25t27.5 79q0 50 -28.5 73z" />
+ <glyph glyph-name="Racute" unicode="Ŕ"
+d="M523.5 364.5q-37.5 -47.5 -100.5 -72.5l181 -292h-186l-150 265h-46v-265h-164v693h218q143 0 214 -52t71 -159q0 -70 -37.5 -117.5zM363.5 555q-28.5 23 -87.5 23h-54v-200h61q54 0 81.5 25t27.5 79q0 50 -28.5 73zM437 835l-237 -84l-38 80l216 122z" />
+ <glyph glyph-name="Rcaron" unicode="Ř"
+d="M523.5 364.5q-37.5 -47.5 -100.5 -72.5l181 -292h-186l-150 265h-46v-265h-164v693h218q143 0 214 -52t71 -159q0 -70 -37.5 -117.5zM363.5 555q-28.5 23 -87.5 23h-54v-200h61q54 0 81.5 25t27.5 79q0 50 -28.5 73zM489 881l-141 -130h-96l-142 130l57 65l133 -85
+l133 85z" />
+ <glyph glyph-name="Rcommaaccent" unicode="Ŗ"
+d="M523.5 364.5q-37.5 -47.5 -100.5 -72.5l181 -292h-186l-150 265h-46v-265h-164v693h218q143 0 214 -52t71 -159q0 -70 -37.5 -117.5zM363.5 555q-28.5 23 -87.5 23h-54v-200h61q54 0 81.5 25t27.5 79q0 50 -28.5 73zM367 -87q22 -22 22 -56q0 -36 -23 -82l-49 -97h-80
+l27 115q-32 27 -32 64q0 33 22.5 55.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="S" unicode="S"
+d="M534 88q-34 -50 -97.5 -77.5t-150.5 -27.5q-172 0 -274 100l83 92q79 -70 187 -70q52 0 83.5 22.5t31.5 62.5q0 38 -26.5 59.5t-98.5 43.5q-122 37 -173 87t-51 129q0 62 34.5 108t94 70t132.5 24q153 0 248 -90l-77 -89q-35 29 -75.5 43.5t-83.5 14.5q-48 0 -75.5 -17.5
+t-27.5 -50.5q0 -22 12.5 -37t41.5 -28t87 -31q106 -32 157.5 -82.5t51.5 -140.5q0 -65 -34 -115z" />
+ <glyph glyph-name="Sacute" unicode="Ś"
+d="M534 88q-34 -50 -97.5 -77.5t-150.5 -27.5q-172 0 -274 100l83 92q79 -70 187 -70q52 0 83.5 22.5t31.5 62.5q0 38 -26.5 59.5t-98.5 43.5q-122 37 -173 87t-51 129q0 62 34.5 108t94 70t132.5 24q153 0 248 -90l-77 -89q-35 29 -75.5 43.5t-83.5 14.5q-48 0 -75.5 -17.5
+t-27.5 -50.5q0 -22 12.5 -37t41.5 -28t87 -31q106 -32 157.5 -82.5t51.5 -140.5q0 -65 -34 -115zM447 835l-237 -84l-38 80l216 122z" />
+ <glyph glyph-name="Scaron" unicode="Š"
+d="M534 88q-34 -50 -97.5 -77.5t-150.5 -27.5q-172 0 -274 100l83 92q79 -70 187 -70q52 0 83.5 22.5t31.5 62.5q0 38 -26.5 59.5t-98.5 43.5q-122 37 -173 87t-51 129q0 62 34.5 108t94 70t132.5 24q153 0 248 -90l-77 -89q-35 29 -75.5 43.5t-83.5 14.5q-48 0 -75.5 -17.5
+t-27.5 -50.5q0 -22 12.5 -37t41.5 -28t87 -31q106 -32 157.5 -82.5t51.5 -140.5q0 -65 -34 -115zM499 881l-141 -130h-96l-142 130l57 65l133 -85l133 85z" />
+ <glyph glyph-name="Scedilla" unicode="Ş"
+d="M505 54q-63 -59 -175 -69v-33q51 -6 77 -32t26 -67q0 -51 -41 -83t-108 -32q-34 0 -64.5 8.5t-52.5 21.5l36 73q34 -17 64 -17q53 0 53 31q0 19 -22 26t-70 7l10 97q-140 12 -226 98l83 92q79 -70 187 -70q52 0 83.5 22.5t31.5 62.5q0 38 -26.5 59.5t-98.5 43.5
+q-122 37 -173 87t-51 129q0 62 34.5 108t94 70t132.5 24q153 0 248 -90l-77 -89q-35 29 -75.5 43.5t-83.5 14.5q-48 0 -75.5 -17.5t-27.5 -50.5q0 -22 12.5 -37t41.5 -28t87 -31q106 -32 157.5 -82.5t51.5 -140.5t-63 -149z" />
+ <glyph glyph-name="Scircumflex" unicode="Ŝ"
+d="M534 88q-34 -50 -97.5 -77.5t-150.5 -27.5q-172 0 -274 100l83 92q79 -70 187 -70q52 0 83.5 22.5t31.5 62.5q0 38 -26.5 59.5t-98.5 43.5q-122 37 -173 87t-51 129q0 62 34.5 108t94 70t132.5 24q153 0 248 -90l-77 -89q-35 29 -75.5 43.5t-83.5 14.5q-48 0 -75.5 -17.5
+t-27.5 -50.5q0 -22 12.5 -37t41.5 -28t87 -31q106 -32 157.5 -82.5t51.5 -140.5q0 -65 -34 -115zM499 813l-56 -65l-133 85l-133 -85l-57 65l142 130h96z" />
+ <glyph glyph-name="Scommaaccent" unicode="Ș"
+d="M534 88q-34 -50 -97.5 -77.5t-150.5 -27.5q-172 0 -274 100l83 92q79 -70 187 -70q52 0 83.5 22.5t31.5 62.5q0 38 -26.5 59.5t-98.5 43.5q-122 37 -173 87t-51 129q0 62 34.5 108t94 70t132.5 24q153 0 248 -90l-77 -89q-35 29 -75.5 43.5t-83.5 14.5q-48 0 -75.5 -17.5
+t-27.5 -50.5q0 -22 12.5 -37t41.5 -28t87 -31q106 -32 157.5 -82.5t51.5 -140.5q0 -65 -34 -115zM357 -87q22 -22 22 -56q0 -36 -23 -82l-49 -97h-80l27 115q-32 27 -32 64q0 33 22.5 55.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="T" unicode="T"
+d="M381 0h-164v567h-195v126h561l-16 -126h-186v-567z" />
+ <glyph glyph-name="Tbar" unicode="Ŧ"
+d="M381 567v-161h117v-92h-117v-314h-164v314h-116v92h116v161h-195v126h561l-16 -126h-186z" />
+ <glyph glyph-name="Tcaron" unicode="Ť"
+d="M381 0h-164v567h-195v126h561l-16 -126h-186v-567zM488 881l-141 -130h-96l-142 130l57 65l133 -85l133 85z" />
+ <glyph glyph-name="uni0162" unicode="Ţ"
+d="M347 0v-48q51 -6 77 -32t26 -67q0 -51 -41 -83t-108 -32q-34 0 -65 8.5t-53 21.5l37 73q34 -17 64 -17q52 0 52 31q0 19 -22 26t-70 7l12 112h-39v567h-195v126h561l-16 -126h-186v-567h-34z" />
+ <glyph glyph-name="uni021A" unicode="Ț"
+d="M381 0h-164v567h-195v126h561l-16 -126h-186v-567zM356 -87q22 -22 22 -56q0 -36 -23 -82l-49 -97h-80l27 115q-32 27 -32 64q0 33 22.5 55.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="U" unicode="U"
+d="M558 232q0 -72 -29 -128.5t-87 -88.5t-142 -32q-126 0 -192 67t-66 182v461h165v-400q0 -67 7 -107t27.5 -60.5t58.5 -20.5t58.5 20.5t27.5 60.5t7 107v400h165v-461z" />
+ <glyph glyph-name="Uacute" unicode="Ú"
+d="M558 232q0 -72 -29 -128.5t-87 -88.5t-142 -32q-126 0 -192 67t-66 182v461h165v-400q0 -67 7 -107t27.5 -60.5t58.5 -20.5t58.5 20.5t27.5 60.5t7 107v400h165v-461zM437 835l-237 -84l-38 80l216 122z" />
+ <glyph glyph-name="Ubreve" unicode="Ŭ"
+d="M558 232q0 -72 -29 -128.5t-87 -88.5t-142 -32q-126 0 -192 67t-66 182v461h165v-400q0 -67 7 -107t27.5 -60.5t58.5 -20.5t58.5 20.5t27.5 60.5t7 107v400h165v-461zM179 793.5q-43 42.5 -51 111.5l87 16q10 -31 30 -45.5t55 -14.5t55 14.5t30 45.5l87 -16
+q-7 -68 -50.5 -111t-121.5 -43t-121 42.5z" />
+ <glyph glyph-name="Ucircumflex" unicode="Û"
+d="M558 232q0 -72 -29 -128.5t-87 -88.5t-142 -32q-126 0 -192 67t-66 182v461h165v-400q0 -67 7 -107t27.5 -60.5t58.5 -20.5t58.5 20.5t27.5 60.5t7 107v400h165v-461zM489 813l-56 -65l-133 85l-133 -85l-57 65l142 130h96z" />
+ <glyph glyph-name="Udieresis" unicode="Ü"
+d="M558 232q0 -72 -29 -128.5t-87 -88.5t-142 -32q-126 0 -192 67t-66 182v461h165v-400q0 -67 7 -107t27.5 -60.5t58.5 -20.5t58.5 20.5t27.5 60.5t7 107v400h165v-461zM126 785q-24 23 -24 57t24 57t58 23q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58 23z
+M357.5 785.5q-24.5 23.5 -24.5 56.5t24.5 56.5t58.5 23.5q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="Ugrave" unicode="Ù"
+d="M558 232q0 -72 -29 -128.5t-87 -88.5t-142 -32q-126 0 -192 67t-66 182v461h165v-400q0 -67 7 -107t27.5 -60.5t58.5 -20.5t58.5 20.5t27.5 60.5t7 107v400h165v-461zM437 831l-37 -80l-238 84l60 118z" />
+ <glyph glyph-name="Uhungarumlaut" unicode="Ű"
+d="M558 232q0 -72 -29 -128.5t-87 -88.5t-142 -32q-126 0 -192 67t-66 182v461h165v-400q0 -67 7 -107t27.5 -60.5t58.5 -20.5t58.5 20.5t27.5 60.5t7 107v400h165v-461zM258 982l107 -49l-124 -183l-83 36zM422 982l106 -51l-125 -182l-81 39z" />
+ <glyph glyph-name="Umacron" unicode="Ū"
+d="M558 232q0 -72 -29 -128.5t-87 -88.5t-142 -32q-126 0 -192 67t-66 182v461h165v-400q0 -67 7 -107t27.5 -60.5t58.5 -20.5t58.5 20.5t27.5 60.5t7 107v400h165v-461zM147 782v110h305v-110h-305z" />
+ <glyph glyph-name="Uogonek" unicode="Ų"
+d="M558 693v-461q0 -88 -43 -151t-125 -86q-56 -22 -78 -47.5t-22 -57.5q0 -24 15.5 -36.5t42.5 -12.5q24 0 54 7l-12 -93q-29 -8 -59 -8q-66 0 -108.5 32.5t-42.5 90.5q0 74 61 117q-98 15 -148.5 80t-50.5 165v461h165v-400q0 -67 7 -107t27.5 -60.5t58.5 -20.5t58.5 20.5
+t27.5 60.5t7 107v400h165z" />
+ <glyph glyph-name="Uring" unicode="Ů"
+d="M558 232q0 -72 -29 -128.5t-87 -88.5t-142 -32q-126 0 -192 67t-66 182v461h165v-400q0 -67 7 -107t27.5 -60.5t58.5 -20.5t58.5 20.5t27.5 60.5t7 107v400h165v-461zM400 952q38 -38 38 -93t-38.5 -94t-100.5 -39t-100 39t-38 94t38 93t100 38q63 0 101 -38zM267 895.5
+q-12 -12.5 -12 -36.5q0 -25 12 -38t32 -13q21 0 33 13t12 38q0 24 -12 36.5t-33 12.5q-20 0 -32 -12.5z" />
+ <glyph glyph-name="Utilde" unicode="Ũ"
+d="M558 232q0 -72 -29 -128.5t-87 -88.5t-142 -32q-126 0 -192 67t-66 182v461h165v-400q0 -67 7 -107t27.5 -60.5t58.5 -20.5t58.5 20.5t27.5 60.5t7 107v400h165v-461zM318 767q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 85.5t75.5 32.5
+q23 0 39.5 -7t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54.5 -85t-75.5 -32q-22 0 -38 7z" />
+ <glyph glyph-name="V" unicode="V"
+d="M433 693h168l-200 -693h-202l-199 693h174l129 -565z" />
+ <glyph glyph-name="W" unicode="W"
+d="M522 0h-170l-51 496l-56 -496h-173l-75 693h153l24 -553l57 473h142l53 -473l34 553h143z" />
+ <glyph glyph-name="Wacute" unicode="Ẃ"
+d="M522 0h-170l-51 496l-56 -496h-173l-75 693h153l24 -553l57 473h142l53 -473l34 553h143zM437 835l-237 -84l-38 80l216 122z" />
+ <glyph glyph-name="Wcircumflex" unicode="Ŵ"
+d="M522 0h-170l-51 496l-56 -496h-173l-75 693h153l24 -553l57 473h142l53 -473l34 553h143zM489 813l-56 -65l-133 85l-133 -85l-57 65l142 130h96z" />
+ <glyph glyph-name="Wdieresis" unicode="Ẅ"
+d="M522 0h-170l-51 496l-56 -496h-173l-75 693h153l24 -553l57 473h142l53 -473l34 553h143zM126 785q-24 23 -24 57t24 57t58 23q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58 23zM357.5 785.5q-24.5 23.5 -24.5 56.5t24.5 56.5t58.5 23.5q35 0 58.5 -23
+t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="Wgrave" unicode="Ẁ"
+d="M522 0h-170l-51 496l-56 -496h-173l-75 693h153l24 -553l57 473h142l53 -473l34 553h143zM437 831l-37 -80l-238 84l60 118z" />
+ <glyph glyph-name="X" unicode="X"
+d="M196 693l104 -222l107 222h173l-184 -318l201 -375h-177l-122 264l-120 -264h-174l196 368l-181 325h177z" />
+ <glyph glyph-name="Y" unicode="Y"
+d="M382 0h-164v259l-226 434h180l131 -298l132 298h173l-226 -433v-260z" />
+ <glyph glyph-name="Yacute" unicode="Ý"
+d="M382 0h-164v259l-226 434h180l131 -298l132 298h173l-226 -433v-260zM437 835l-237 -84l-38 80l216 122z" />
+ <glyph glyph-name="Ycircumflex" unicode="Ŷ"
+d="M382 0h-164v259l-226 434h180l131 -298l132 298h173l-226 -433v-260zM489 813l-56 -65l-133 85l-133 -85l-57 65l142 130h96z" />
+ <glyph glyph-name="Ydieresis" unicode="Ÿ"
+d="M382 0h-164v259l-226 434h180l131 -298l132 298h173l-226 -433v-260zM126 785q-24 23 -24 57t24 57t58 23q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58 23zM357.5 785.5q-24.5 23.5 -24.5 56.5t24.5 56.5t58.5 23.5q35 0 58.5 -23t23.5 -57t-23.5 -57
+t-58.5 -23q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="Ygrave" unicode="Ỳ"
+d="M382 0h-164v259l-226 434h180l131 -298l132 298h173l-226 -433v-260zM437 831l-37 -80l-238 84l60 118z" />
+ <glyph glyph-name="Z" unicode="Z"
+d="M562 131l-17 -131h-506v123l329 443h-293v127h479v-124l-322 -438h330z" />
+ <glyph glyph-name="Zacute" unicode="Ź"
+d="M562 131l-17 -131h-506v123l329 443h-293v127h479v-124l-322 -438h330zM450 835l-237 -84l-38 80l216 122z" />
+ <glyph glyph-name="Zcaron" unicode="Ž"
+d="M562 131l-17 -131h-506v123l329 443h-293v127h479v-124l-322 -438h330zM502 881l-141 -130h-96l-142 130l57 65l133 -85l133 85z" />
+ <glyph glyph-name="Zdotaccent" unicode="Ż"
+d="M562 131l-17 -131h-506v123l329 443h-293v127h479v-124l-322 -438h330zM379.5 908.5q26.5 -25.5 26.5 -63.5t-26.5 -63.5t-66.5 -25.5q-42 0 -68 25t-26 64q0 38 26.5 63.5t67.5 25.5q40 0 66.5 -25.5z" />
+ <glyph glyph-name="Cacute.loclPLK"
+d="M482 692q52 -19 98 -57l-80 -97q-63 51 -138 51q-71 0 -114.5 -60t-43.5 -181t43 -179.5t118 -58.5q46 0 79 16t71 46l74 -95q-92 -94 -233 -94q-95 0 -167.5 42t-113.5 124.5t-41 198.5q0 113 42 195t116 125t166 43q72 0 124 -19zM511 895l-147 -156l-76 48l101 185z
+" />
+ <glyph glyph-name="Nacute.loclPLK"
+d="M167 557q10 -76 17 -146.5t7 -149.5v-261h-139v693h205l176 -555q-24 154 -24 290v265h139v-693h-199zM460 895l-147 -156l-76 48l101 185z" />
+ <glyph glyph-name="Oacute.loclPLK"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM383.5 533q-25.5 58 -83.5 58t-83.5 -58t-25.5 -186t25.5 -186t83.5 -58q59 0 84 58t25 186t-25.5 186zM450 895
+l-147 -156l-76 48l101 185z" />
+ <glyph glyph-name="Sacute.loclPLK"
+d="M534 88q-34 -50 -97.5 -77.5t-150.5 -27.5q-172 0 -274 100l83 92q79 -70 187 -70q52 0 83.5 22.5t31.5 62.5q0 38 -26.5 59.5t-98.5 43.5q-122 37 -173 87t-51 129q0 62 34.5 108t94 70t132.5 24q153 0 248 -90l-77 -89q-35 29 -75.5 43.5t-83.5 14.5q-48 0 -75.5 -17.5
+t-27.5 -50.5q0 -22 12.5 -37t41.5 -28t87 -31q106 -32 157.5 -82.5t51.5 -140.5q0 -65 -34 -115zM460 895l-147 -156l-76 48l101 185z" />
+ <glyph glyph-name="Zacute.loclPLK"
+d="M562 131l-17 -131h-506v123l329 443h-293v127h479v-124l-322 -438h330zM463 895l-147 -156l-76 48l101 185z" />
+ <glyph glyph-name="a" unicode="a"
+d="M525 110q8 -14 27 -21l-33 -104q-48 5 -80 21.5t-50 48.5q-30 -35 -76 -53.5t-98 -18.5q-82 0 -131 46.5t-49 120.5q0 86 68 133.5t191 47.5h71v19q0 82 -105 82q-27 0 -67.5 -7.5t-78.5 -20.5l-36 105q51 19 106.5 29.5t100.5 10.5q232 0 232 -188v-208q0 -29 8 -43z
+M323.5 111.5q27.5 15.5 41.5 42.5v87h-39q-128 0 -128 -80q0 -31 18.5 -48t52.5 -17q27 0 54.5 15.5z" />
+ <glyph glyph-name="aacute" unicode="á"
+d="M525 110q8 -14 27 -21l-33 -104q-48 5 -80 21.5t-50 48.5q-30 -35 -76 -53.5t-98 -18.5q-82 0 -131 46.5t-49 120.5q0 86 68 133.5t191 47.5h71v19q0 82 -105 82q-27 0 -67.5 -7.5t-78.5 -20.5l-36 105q51 19 106.5 29.5t100.5 10.5q232 0 232 -188v-208q0 -29 8 -43z
+M323.5 111.5q27.5 15.5 41.5 42.5v87h-39q-128 0 -128 -80q0 -31 18.5 -48t52.5 -17q27 0 54.5 15.5zM431 716l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="abreve" unicode="ă"
+d="M525 110q8 -14 27 -21l-33 -104q-48 5 -80 21.5t-50 48.5q-30 -35 -76 -53.5t-98 -18.5q-82 0 -131 46.5t-49 120.5q0 86 68 133.5t191 47.5h71v19q0 82 -105 82q-27 0 -67.5 -7.5t-78.5 -20.5l-36 105q51 19 106.5 29.5t100.5 10.5q232 0 232 -188v-208q0 -29 8 -43z
+M323.5 111.5q27.5 15.5 41.5 42.5v87h-39q-128 0 -128 -80q0 -31 18.5 -48t52.5 -17q27 0 54.5 15.5zM171.5 662.5q-43.5 50.5 -50.5 123.5l87 15q9 -38 30.5 -59.5t54.5 -21.5t54.5 21.5t30.5 59.5l87 -15q-7 -72 -51 -123t-121 -51q-78 0 -121.5 50.5z" />
+ <glyph glyph-name="acircumflex" unicode="â"
+d="M525 110q8 -14 27 -21l-33 -104q-48 5 -80 21.5t-50 48.5q-30 -35 -76 -53.5t-98 -18.5q-82 0 -131 46.5t-49 120.5q0 86 68 133.5t191 47.5h71v19q0 82 -105 82q-27 0 -67.5 -7.5t-78.5 -20.5l-36 105q51 19 106.5 29.5t100.5 10.5q232 0 232 -188v-208q0 -29 8 -43z
+M323.5 111.5q27.5 15.5 41.5 42.5v87h-39q-128 0 -128 -80q0 -31 18.5 -48t52.5 -17q27 0 54.5 15.5zM103 676l142 139h96l141 -139l-56 -65l-133 94l-133 -94z" />
+ <glyph glyph-name="adieresis" unicode="ä"
+d="M525 110q8 -14 27 -21l-33 -104q-48 5 -80 21.5t-50 48.5q-30 -35 -76 -53.5t-98 -18.5q-82 0 -131 46.5t-49 120.5q0 86 68 133.5t191 47.5h71v19q0 82 -105 82q-27 0 -67.5 -7.5t-78.5 -20.5l-36 105q51 19 106.5 29.5t100.5 10.5q232 0 232 -188v-208q0 -29 8 -43z
+M323.5 111.5q27.5 15.5 41.5 42.5v87h-39q-128 0 -128 -80q0 -31 18.5 -48t52.5 -17q27 0 54.5 15.5zM119 660.5q-24 23.5 -24 57.5q0 33 24 56t58 23q35 0 59 -23t24 -56q0 -34 -24 -57.5t-59 -23.5q-34 0 -58 23.5zM350.5 660.5q-24.5 23.5 -24.5 57.5q0 33 24.5 56
+t58.5 23t58 -23t24 -56q0 -34 -23.5 -57.5t-58.5 -23.5q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="agrave" unicode="à"
+d="M525 110q8 -14 27 -21l-33 -104q-48 5 -80 21.5t-50 48.5q-30 -35 -76 -53.5t-98 -18.5q-82 0 -131 46.5t-49 120.5q0 86 68 133.5t191 47.5h71v19q0 82 -105 82q-27 0 -67.5 -7.5t-78.5 -20.5l-36 105q51 19 106.5 29.5t100.5 10.5q232 0 232 -188v-208q0 -29 8 -43z
+M323.5 111.5q27.5 15.5 41.5 42.5v87h-39q-128 0 -128 -80q0 -31 18.5 -48t52.5 -17q27 0 54.5 15.5zM156 716l61 119l218 -133l-43 -80z" />
+ <glyph glyph-name="amacron" unicode="ā"
+d="M525 110q8 -14 27 -21l-33 -104q-48 5 -80 21.5t-50 48.5q-30 -35 -76 -53.5t-98 -18.5q-82 0 -131 46.5t-49 120.5q0 86 68 133.5t191 47.5h71v19q0 82 -105 82q-27 0 -67.5 -7.5t-78.5 -20.5l-36 105q51 19 106.5 29.5t100.5 10.5q232 0 232 -188v-208q0 -29 8 -43z
+M323.5 111.5q27.5 15.5 41.5 42.5v87h-39q-128 0 -128 -80q0 -31 18.5 -48t52.5 -17q27 0 54.5 15.5zM140 658v109h306v-109h-306z" />
+ <glyph glyph-name="aogonek" unicode="ą"
+d="M519 -15v0q-65 -22 -90 -49t-25 -61q0 -24 15.5 -36.5t42.5 -12.5q24 0 54 7l-12 -93q-29 -8 -59 -8q-66 0 -108.5 32.5t-42.5 90.5t35 94.5t101 62.5q-24 16 -41 43q-30 -35 -76 -53.5t-98 -18.5q-82 0 -131 46.5t-49 120.5q0 86 68 133.5t191 47.5h71v19q0 82 -105 82
+q-27 0 -67.5 -7.5t-78.5 -20.5l-36 105q51 19 106.5 29.5t100.5 10.5q232 0 232 -188v-208q0 -29 8 -43t27 -21zM365 241h-39q-128 0 -128 -80q0 -31 18.5 -48t52.5 -17q27 0 54.5 15.5t41.5 42.5v87z" />
+ <glyph glyph-name="aring" unicode="å"
+d="M525 110q8 -14 27 -21l-33 -104q-48 5 -80 21.5t-50 48.5q-30 -35 -76 -53.5t-98 -18.5q-82 0 -131 46.5t-49 120.5q0 86 68 133.5t191 47.5h71v19q0 82 -105 82q-27 0 -67.5 -7.5t-78.5 -20.5l-36 105q51 19 106.5 29.5t100.5 10.5q232 0 232 -188v-208q0 -29 8 -43z
+M323.5 111.5q27.5 15.5 41.5 42.5v87h-39q-128 0 -128 -80q0 -31 18.5 -48t52.5 -17q27 0 54.5 15.5zM393 827q38 -38 38 -93t-38.5 -94t-100.5 -39q-41 0 -72.5 18t-48.5 48.5t-17 66.5q0 54 38 92.5t100 38.5q63 0 101 -38zM260 770.5q-12 -12.5 -12 -36.5q0 -25 12 -38
+t32 -13q21 0 33 13t12 38q0 24 -12 36.5t-33 12.5q-20 0 -32 -12.5z" />
+ <glyph glyph-name="atilde" unicode="ã"
+d="M525 110q8 -14 27 -21l-33 -104q-48 5 -80 21.5t-50 48.5q-30 -35 -76 -53.5t-98 -18.5q-82 0 -131 46.5t-49 120.5q0 86 68 133.5t191 47.5h71v19q0 82 -105 82q-27 0 -67.5 -7.5t-78.5 -20.5l-36 105q51 19 106.5 29.5t100.5 10.5q232 0 232 -188v-208q0 -29 8 -43z
+M323.5 111.5q27.5 15.5 41.5 42.5v87h-39q-128 0 -128 -80q0 -31 18.5 -48t52.5 -17q27 0 54.5 15.5zM311 642q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 85.5t75.5 32.5q23 0 39.5 -7t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38
+q-21 -53 -54 -85t-76 -32q-22 0 -38 7z" />
+ <glyph glyph-name="ae" unicode="æ"
+d="M559.5 480.5q40.5 -68.5 40.5 -204.5q0 -26 -3 -50h-241q13 -139 97 -139q23 0 43.5 8t43.5 24l60 -79q-67 -57 -156 -57q-106 0 -160 84q-30 -45 -61 -64.5t-80 -19.5q-69 0 -109 47t-40 122q0 86 50 130.5t152 44.5h41v23q0 101 -89 101q-24 0 -43.5 -5.5t-49.5 -19.5
+l-36 87q42 19 75 27.5t70 8.5q52 0 85 -18.5t53 -52.5q19 33 50.5 52t75.5 19q91 0 131.5 -68.5zM375.5 419q-15.5 -31 -19.5 -107h125q-1 74 -13 106t-46 32q-31 0 -46.5 -31zM216 242q-48 0 -69 -21t-21 -62q0 -35 12 -54t34 -19q20 0 37 15t33 47q-5 50 -5 94h-21z" />
+ <glyph glyph-name="aeacute" unicode="ǽ"
+d="M559.5 480.5q40.5 -68.5 40.5 -204.5q0 -26 -3 -50h-241q13 -139 97 -139q23 0 43.5 8t43.5 24l60 -79q-67 -57 -156 -57q-106 0 -160 84q-30 -45 -61 -64.5t-80 -19.5q-69 0 -109 47t-40 122q0 86 50 130.5t152 44.5h41v23q0 101 -89 101q-24 0 -43.5 -5.5t-49.5 -19.5
+l-36 87q42 19 75 27.5t70 8.5q52 0 85 -18.5t53 -52.5q19 33 50.5 52t75.5 19q91 0 131.5 -68.5zM375.5 419q-15.5 -31 -19.5 -107h125q-1 74 -13 106t-46 32q-31 0 -46.5 -31zM216 242q-48 0 -69 -21t-21 -62q0 -35 12 -54t34 -19q20 0 37 15t33 47q-5 50 -5 94h-21z
+M440 716l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="b" unicode="b"
+d="M288.5 530q35.5 19 75.5 19q99 0 147.5 -74t48.5 -208q0 -83 -25 -147t-73 -100.5t-115 -36.5q-40 0 -74 17t-57 48l-6 -48h-140v742l158 17v-282q25 34 60.5 53zM397 265q0 93 -21 130t-62 37q-49 0 -86 -62v-224q31 -48 78 -48q91 0 91 167z" />
+ <glyph glyph-name="c" unicode="c"
+d="M410 119.5q28 11.5 60 33.5l70 -100q-38 -32 -88 -51t-109 -19q-85 0 -146.5 35t-94.5 98t-33 146t34 148t96.5 102t146.5 37q59 0 106 -16.5t88 -50.5l-68 -95q-58 40 -119 40q-119 0 -119 -165q0 -83 31 -118.5t87 -35.5q30 0 58 11.5z" />
+ <glyph glyph-name="cacute" unicode="ć"
+d="M410 119.5q28 11.5 60 33.5l70 -100q-38 -32 -88 -51t-109 -19q-85 0 -146.5 35t-94.5 98t-33 146t34 148t96.5 102t146.5 37q59 0 106 -16.5t88 -50.5l-68 -95q-58 40 -119 40q-119 0 -119 -165q0 -83 31 -118.5t87 -35.5q30 0 58 11.5zM482 703l-237 -94l-43 81
+l218 132z" />
+ <glyph glyph-name="ccaron" unicode="č"
+d="M410 119.5q28 11.5 60 33.5l70 -100q-38 -32 -88 -51t-109 -19q-85 0 -146.5 35t-94.5 98t-33 146t34 148t96.5 102t146.5 37q59 0 106 -16.5t88 -50.5l-68 -95q-58 40 -119 40q-119 0 -119 -165q0 -83 31 -118.5t87 -35.5q30 0 58 11.5zM533 738l-141 -140h-96l-142 140
+l57 64l133 -94l133 94z" />
+ <glyph glyph-name="ccedilla" unicode="ç"
+d="M446 -80q26 -26 26 -67q0 -51 -41 -83t-108 -32q-34 0 -64.5 8.5t-52.5 21.5l36 73q34 -17 64 -17q53 0 53 31q0 19 -22 26t-70 7l11 101q-98 19 -153.5 91.5t-55.5 181.5q0 83 34 148t96.5 102t146.5 37q59 0 106 -16.5t88 -50.5l-68 -95q-58 40 -119 40
+q-119 0 -119 -165q0 -83 31 -118.5t87 -35.5q30 0 58 11.5t60 33.5l70 -100q-71 -61 -171 -69v-32q51 -6 77 -32z" />
+ <glyph glyph-name="ccircumflex" unicode="ĉ"
+d="M410 119.5q28 11.5 60 33.5l70 -100q-38 -32 -88 -51t-109 -19q-85 0 -146.5 35t-94.5 98t-33 146t34 148t96.5 102t146.5 37q59 0 106 -16.5t88 -50.5l-68 -95q-58 40 -119 40q-119 0 -119 -165q0 -83 31 -118.5t87 -35.5q30 0 58 11.5zM154 663l142 139h96l141 -139
+l-56 -65l-133 94l-133 -94z" />
+ <glyph glyph-name="cdotaccent" unicode="ċ"
+d="M410 119.5q28 11.5 60 33.5l70 -100q-38 -32 -88 -51t-109 -19q-85 0 -146.5 35t-94.5 98t-33 146t34 148t96.5 102t146.5 37q59 0 106 -16.5t88 -50.5l-68 -95q-58 40 -119 40q-119 0 -119 -165q0 -83 31 -118.5t87 -35.5q30 0 58 11.5zM411 770.5q26 -25.5 26 -63.5
+q0 -39 -26 -64t-67 -25t-67.5 25.5t-26.5 63.5t26.5 63.5t67.5 25.5t67 -25.5z" />
+ <glyph glyph-name="d" unicode="d"
+d="M530 742v-742h-140l-8 58q-24 -34 -61 -54.5t-86 -20.5q-96 0 -145.5 76t-49.5 208q0 82 26 146t74 100t112 36q72 0 120 -50v260zM227 392.5q-24 -40.5 -24 -126.5q0 -92 21.5 -129.5t60.5 -37.5q50 0 87 61v229q-17 22 -35.5 33t-42.5 11q-43 0 -67 -40.5z" />
+ <glyph glyph-name="eth" unicode="ð"
+d="M184 631q-40 15 -91 24l31 103q85 -12 146 -37l73 76l81 -70l-53 -54q95 -61 140 -160t45 -236q0 -83 -30.5 -150t-90 -105.5t-141.5 -38.5q-72 0 -130 30t-91 87t-33 134q0 72 29.5 128.5t78.5 88t107 31.5q43 0 74 -12.5t59 -38.5q-33 98 -106 151l-56 -57l-100 46z
+M395 328q-38 43 -99 43q-45 0 -70 -34t-25 -101q0 -71 25 -104.5t71 -33.5q51 0 75 38.5t24 119.5q0 49 -1 72z" />
+ <glyph glyph-name="dcaron" unicode="ď"
+d="M491 742v-742h-140l-8 58q-24 -34 -61 -54.5t-86 -20.5q-96 0 -145.5 76t-49.5 208q0 82 26 146t74 100t112 36q72 0 120 -50v260zM188 392.5q-24 -40.5 -24 -126.5q0 -92 21.5 -129.5t60.5 -37.5q50 0 87 61v229q-17 22 -35.5 33t-42.5 11q-43 0 -67 -40.5zM693 747
+l-78 -232l-98 16l37 233z" />
+ <glyph glyph-name="dcroat" unicode="đ"
+d="M592 593h-80v-593h-140l-8 58q-25 -34 -62 -54.5t-86 -20.5q-96 0 -145.5 76t-49.5 208q0 82 26 146t74 100t112 36q73 0 121 -50v94h-123v92h123v74l158 -17v-57h80v-92zM354 389q-35 44 -78 44t-67.5 -40.5t-24.5 -126.5q0 -92 21.5 -129.5t61.5 -37.5q50 0 87 61v229z
+" />
+ <glyph glyph-name="e" unicode="e"
+d="M335 98q68 0 136 44l63 -86q-39 -34 -93 -53.5t-119 -19.5q-89 0 -151 35.5t-93.5 99t-31.5 147.5q0 80 30.5 144.5t89 102t139.5 37.5q76 0 132 -32.5t86.5 -94t30.5 -146.5q0 -33 -3 -57h-344q15 -121 128 -121zM236 411.5q-26 -31.5 -31 -96.5h195q-2 128 -95 128
+q-43 0 -69 -31.5z" />
+ <glyph glyph-name="eacute" unicode="é"
+d="M335 98q68 0 136 44l63 -86q-39 -34 -93 -53.5t-119 -19.5q-89 0 -151 35.5t-93.5 99t-31.5 147.5q0 80 30.5 144.5t89 102t139.5 37.5q76 0 132 -32.5t86.5 -94t30.5 -146.5q0 -33 -3 -57h-344q15 -121 128 -121zM236 411.5q-26 -31.5 -31 -96.5h195q-2 128 -95 128
+q-43 0 -69 -31.5zM445 716l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="ebreve" unicode="ĕ"
+d="M335 98q68 0 136 44l63 -86q-39 -34 -93 -53.5t-119 -19.5q-89 0 -151 35.5t-93.5 99t-31.5 147.5q0 80 30.5 144.5t89 102t139.5 37.5q76 0 132 -32.5t86.5 -94t30.5 -146.5q0 -33 -3 -57h-344q15 -121 128 -121zM236 411.5q-26 -31.5 -31 -96.5h195q-2 128 -95 128
+q-43 0 -69 -31.5zM185.5 662.5q-43.5 50.5 -50.5 123.5l87 15q9 -38 30.5 -59.5t54.5 -21.5t54.5 21.5t30.5 59.5l87 -15q-7 -72 -51 -123t-121 -51q-78 0 -121.5 50.5z" />
+ <glyph glyph-name="ecaron" unicode="ě"
+d="M335 98q68 0 136 44l63 -86q-39 -34 -93 -53.5t-119 -19.5q-89 0 -151 35.5t-93.5 99t-31.5 147.5q0 80 30.5 144.5t89 102t139.5 37.5q76 0 132 -32.5t86.5 -94t30.5 -146.5q0 -33 -3 -57h-344q15 -121 128 -121zM236 411.5q-26 -31.5 -31 -96.5h195q-2 128 -95 128
+q-43 0 -69 -31.5zM496 751l-141 -140h-96l-142 140l57 64l133 -94l133 94z" />
+ <glyph glyph-name="ecircumflex" unicode="ê"
+d="M335 98q68 0 136 44l63 -86q-39 -34 -93 -53.5t-119 -19.5q-89 0 -151 35.5t-93.5 99t-31.5 147.5q0 80 30.5 144.5t89 102t139.5 37.5q76 0 132 -32.5t86.5 -94t30.5 -146.5q0 -33 -3 -57h-344q15 -121 128 -121zM236 411.5q-26 -31.5 -31 -96.5h195q-2 128 -95 128
+q-43 0 -69 -31.5zM117 676l142 139h96l141 -139l-56 -65l-133 94l-133 -94z" />
+ <glyph glyph-name="edieresis" unicode="ë"
+d="M335 98q68 0 136 44l63 -86q-39 -34 -93 -53.5t-119 -19.5q-89 0 -151 35.5t-93.5 99t-31.5 147.5q0 80 30.5 144.5t89 102t139.5 37.5q76 0 132 -32.5t86.5 -94t30.5 -146.5q0 -33 -3 -57h-344q15 -121 128 -121zM236 411.5q-26 -31.5 -31 -96.5h195q-2 128 -95 128
+q-43 0 -69 -31.5zM133 660.5q-24 23.5 -24 57.5q0 33 24 56t58 23q35 0 59 -23t24 -56q0 -34 -24 -57.5t-59 -23.5q-34 0 -58 23.5zM364.5 660.5q-24.5 23.5 -24.5 57.5q0 33 24.5 56t58.5 23t58 -23t24 -56q0 -34 -23.5 -57.5t-58.5 -23.5q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="edotaccent" unicode="ė"
+d="M335 98q68 0 136 44l63 -86q-39 -34 -93 -53.5t-119 -19.5q-89 0 -151 35.5t-93.5 99t-31.5 147.5q0 80 30.5 144.5t89 102t139.5 37.5q76 0 132 -32.5t86.5 -94t30.5 -146.5q0 -33 -3 -57h-344q15 -121 128 -121zM236 411.5q-26 -31.5 -31 -96.5h195q-2 128 -95 128
+q-43 0 -69 -31.5zM374 783.5q26 -25.5 26 -63.5q0 -39 -26 -64t-67 -25t-67.5 25.5t-26.5 63.5t26.5 63.5t67.5 25.5t67 -25.5z" />
+ <glyph glyph-name="egrave" unicode="è"
+d="M335 98q68 0 136 44l63 -86q-39 -34 -93 -53.5t-119 -19.5q-89 0 -151 35.5t-93.5 99t-31.5 147.5q0 80 30.5 144.5t89 102t139.5 37.5q76 0 132 -32.5t86.5 -94t30.5 -146.5q0 -33 -3 -57h-344q15 -121 128 -121zM236 411.5q-26 -31.5 -31 -96.5h195q-2 128 -95 128
+q-43 0 -69 -31.5zM170 716l61 119l218 -133l-43 -80z" />
+ <glyph glyph-name="emacron" unicode="ē"
+d="M335 98q68 0 136 44l63 -86q-39 -34 -93 -53.5t-119 -19.5q-89 0 -151 35.5t-93.5 99t-31.5 147.5q0 80 30.5 144.5t89 102t139.5 37.5q76 0 132 -32.5t86.5 -94t30.5 -146.5q0 -33 -3 -57h-344q15 -121 128 -121zM236 411.5q-26 -31.5 -31 -96.5h195q-2 128 -95 128
+q-43 0 -69 -31.5zM154 658v109h306v-109h-306z" />
+ <glyph glyph-name="eogonek" unicode="ę"
+d="M551 219h-344q15 -121 128 -121q68 0 136 44l63 -86q-45 -38 -99 -55v-1q-65 -22 -90 -49t-25 -61q0 -24 15.5 -36.5t42.5 -12.5q24 0 54 7l-12 -93q-29 -8 -59 -8q-66 0 -108.5 32.5t-42.5 90.5q0 70 69 115q-113 12 -173 87.5t-60 192.5q0 80 30.5 144.5t89 102
+t139.5 37.5q76 0 132 -32.5t86.5 -94t30.5 -146.5q0 -33 -3 -57zM400 315q-2 128 -95 128q-43 0 -69 -31.5t-31 -96.5h195z" />
+ <glyph glyph-name="f" unicode="f"
+d="M590 725l-44 -103q-51 20 -113 20q-47 0 -67.5 -17t-20.5 -56v-71h173l-18 -110h-155v-388h-157v388h-112v110h112v76q0 82 57.5 133.5t162.5 51.5q102 0 182 -34z" />
+ <glyph glyph-name="g" unicode="g"
+d="M578 500q-52 -21 -153 -21q52 -23 77.5 -55t25.5 -82q0 -51 -28 -91.5t-79 -63.5t-118 -23q-33 0 -62 6q-8 -4 -12.5 -12.5t-4.5 -17.5q0 -15 11.5 -23.5t46.5 -8.5h88q60 0 106 -20t71 -55t25 -79q0 -83 -72.5 -129.5t-211.5 -46.5q-99 0 -155.5 20.5t-79 57.5t-22.5 93
+h140q0 -25 9.5 -39t35.5 -21t76 -7q70 0 96.5 16t26.5 45q0 24 -19.5 38.5t-57.5 14.5h-84q-82 0 -123 29.5t-41 75.5q0 30 15.5 56.5t43.5 44.5q-50 27 -72 63.5t-22 88.5q0 59 30 103t84 67.5t123 23.5q80 -2 136 15.5t114 52.5zM236.5 421q-21.5 -24 -21.5 -65
+q0 -43 22 -67t59 -24q39 0 60 23.5t21 69.5q0 87 -81 87q-38 0 -59.5 -24z" />
+ <glyph glyph-name="gbreve" unicode="ğ"
+d="M578 500q-52 -21 -153 -21q52 -23 77.5 -55t25.5 -82q0 -51 -28 -91.5t-79 -63.5t-118 -23q-33 0 -62 6q-8 -4 -12.5 -12.5t-4.5 -17.5q0 -15 11.5 -23.5t46.5 -8.5h88q60 0 106 -20t71 -55t25 -79q0 -83 -72.5 -129.5t-211.5 -46.5q-99 0 -155.5 20.5t-79 57.5t-22.5 93
+h140q0 -25 9.5 -39t35.5 -21t76 -7q70 0 96.5 16t26.5 45q0 24 -19.5 38.5t-57.5 14.5h-84q-82 0 -123 29.5t-41 75.5q0 30 15.5 56.5t43.5 44.5q-50 27 -72 63.5t-22 88.5q0 59 30 103t84 67.5t123 23.5q80 -2 136 15.5t114 52.5zM236.5 421q-21.5 -24 -21.5 -65
+q0 -43 22 -67t59 -24q39 0 60 23.5t21 69.5q0 87 -81 87q-38 0 -59.5 -24zM179.5 662.5q-43.5 50.5 -50.5 123.5l87 15q9 -38 30.5 -59.5t54.5 -21.5t54.5 21.5t30.5 59.5l87 -15q-7 -72 -51 -123t-121 -51q-78 0 -121.5 50.5z" />
+ <glyph glyph-name="gcircumflex" unicode="ĝ"
+d="M578 500q-52 -21 -153 -21q52 -23 77.5 -55t25.5 -82q0 -51 -28 -91.5t-79 -63.5t-118 -23q-33 0 -62 6q-8 -4 -12.5 -12.5t-4.5 -17.5q0 -15 11.5 -23.5t46.5 -8.5h88q60 0 106 -20t71 -55t25 -79q0 -83 -72.5 -129.5t-211.5 -46.5q-99 0 -155.5 20.5t-79 57.5t-22.5 93
+h140q0 -25 9.5 -39t35.5 -21t76 -7q70 0 96.5 16t26.5 45q0 24 -19.5 38.5t-57.5 14.5h-84q-82 0 -123 29.5t-41 75.5q0 30 15.5 56.5t43.5 44.5q-50 27 -72 63.5t-22 88.5q0 59 30 103t84 67.5t123 23.5q80 -2 136 15.5t114 52.5zM236.5 421q-21.5 -24 -21.5 -65
+q0 -43 22 -67t59 -24q39 0 60 23.5t21 69.5q0 87 -81 87q-38 0 -59.5 -24zM111 676l142 139h96l141 -139l-56 -65l-133 94l-133 -94z" />
+ <glyph glyph-name="gcommaaccent" unicode="ģ"
+d="M245 618q-22 22 -22 56q0 36 23 82l49 97h80l-27 -115q32 -27 32 -64q0 -33 -22.5 -55.5t-56.5 -22.5t-56 22zM578 500q-52 -21 -153 -21q52 -23 77.5 -55t25.5 -82q0 -51 -28 -91.5t-79 -63.5t-118 -23q-33 0 -62 6q-8 -4 -12.5 -12.5t-4.5 -17.5q0 -15 11.5 -23.5
+t46.5 -8.5h88q60 0 106 -20t71 -55t25 -79q0 -83 -72.5 -129.5t-211.5 -46.5q-99 0 -155.5 20.5t-79 57.5t-22.5 93h140q0 -25 9.5 -39t35.5 -21t76 -7q70 0 96.5 16t26.5 45q0 24 -19.5 38.5t-57.5 14.5h-84q-82 0 -123 29.5t-41 75.5q0 30 15.5 56.5t43.5 44.5
+q-50 27 -72 63.5t-22 88.5q0 59 30 103t84 67.5t123 23.5q80 -2 136 15.5t114 52.5zM236.5 421q-21.5 -24 -21.5 -65q0 -43 22 -67t59 -24q39 0 60 23.5t21 69.5q0 87 -81 87q-38 0 -59.5 -24z" />
+ <glyph glyph-name="gdotaccent" unicode="ġ"
+d="M578 500q-52 -21 -153 -21q52 -23 77.5 -55t25.5 -82q0 -51 -28 -91.5t-79 -63.5t-118 -23q-33 0 -62 6q-8 -4 -12.5 -12.5t-4.5 -17.5q0 -15 11.5 -23.5t46.5 -8.5h88q60 0 106 -20t71 -55t25 -79q0 -83 -72.5 -129.5t-211.5 -46.5q-99 0 -155.5 20.5t-79 57.5t-22.5 93
+h140q0 -25 9.5 -39t35.5 -21t76 -7q70 0 96.5 16t26.5 45q0 24 -19.5 38.5t-57.5 14.5h-84q-82 0 -123 29.5t-41 75.5q0 30 15.5 56.5t43.5 44.5q-50 27 -72 63.5t-22 88.5q0 59 30 103t84 67.5t123 23.5q80 -2 136 15.5t114 52.5zM236.5 421q-21.5 -24 -21.5 -65
+q0 -43 22 -67t59 -24q39 0 60 23.5t21 69.5q0 87 -81 87q-38 0 -59.5 -24zM368 783.5q26 -25.5 26 -63.5q0 -39 -26 -64t-67 -25t-67.5 25.5t-26.5 63.5t26.5 63.5t67.5 25.5t67 -25.5z" />
+ <glyph glyph-name="h" unicode="h"
+d="M228 478q67 71 156 71q70 0 108 -41.5t38 -117.5v-390h-158v346q0 48 -11 67t-40 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v742l158 16v-280z" />
+ <glyph glyph-name="hbar" unicode="ħ"
+d="M492 507.5q38 -41.5 38 -117.5v-390h-158v346q0 48 -11 67t-40 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v593h-62v92h62v57l158 16v-73h141v-92h-141v-115q67 71 156 71q70 0 108 -41.5z" />
+ <glyph glyph-name="hcircumflex" unicode="ĥ"
+d="M228 478q67 71 156 71q70 0 108 -41.5t38 -117.5v-390h-158v346q0 48 -11 67t-40 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v742l158 16v-280zM489 862l-56 -65l-133 85l-133 -85l-57 65l142 130h96z" />
+ <glyph glyph-name="i" unicode="i"
+d="M366 783.5q26 -25.5 26 -63.5q0 -39 -26 -64t-67 -25t-67.5 25.5t-26.5 63.5t26.5 63.5t67.5 25.5t67 -25.5zM394 108h136v-108h-444v108h150v315h-145v108h303v-423z" />
+ <glyph glyph-name="dotlessi" unicode="ı"
+d="M394 108h136v-108h-444v108h150v315h-145v108h303v-423z" />
+ <glyph glyph-name="iacute" unicode="í"
+d="M394 108h136v-108h-444v108h150v315h-145v108h303v-423zM437 716l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="ibreve" unicode="ĭ"
+d="M394 108h136v-108h-444v108h150v315h-145v108h303v-423zM177.5 662.5q-43.5 50.5 -50.5 123.5l87 15q9 -38 30.5 -59.5t54.5 -21.5t54.5 21.5t30.5 59.5l87 -15q-7 -72 -51 -123t-121 -51q-78 0 -121.5 50.5z" />
+ <glyph glyph-name="icircumflex" unicode="î"
+d="M394 108h136v-108h-444v108h150v315h-145v108h303v-423zM109 676l142 139h96l141 -139l-56 -65l-133 94l-133 -94z" />
+ <glyph glyph-name="idieresis" unicode="ï"
+d="M394 108h136v-108h-444v108h150v315h-145v108h303v-423zM125 660.5q-24 23.5 -24 57.5q0 33 24 56t58 23q35 0 59 -23t24 -56q0 -34 -24 -57.5t-59 -23.5q-34 0 -58 23.5zM356.5 660.5q-24.5 23.5 -24.5 57.5q0 33 24.5 56t58.5 23t58 -23t24 -56q0 -34 -23.5 -57.5
+t-58.5 -23.5q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="i.loclTRK"
+d="M394 108h136v-108h-444v108h150v315h-145v108h303v-423zM366 783.5q26 -25.5 26 -63.5q0 -39 -26 -64t-67 -25t-67.5 25.5t-26.5 63.5t26.5 63.5t67.5 25.5t67 -25.5z" />
+ <glyph glyph-name="igrave" unicode="ì"
+d="M394 108h136v-108h-444v108h150v315h-145v108h303v-423zM162 716l61 119l218 -133l-43 -80z" />
+ <glyph glyph-name="ij" unicode="ij"
+d="M250.5 783.5q26.5 -25.5 26.5 -63.5q0 -39 -26.5 -64t-68.5 -25q-40 0 -66.5 25.5t-26.5 63.5t26.5 63.5t66.5 25.5q42 0 68.5 -25.5zM523 783.5q27 -25.5 27 -63.5t-27 -63.5t-67 -25.5q-41 0 -67.5 25.5t-26.5 63.5t26.5 63.5t67.5 25.5q40 0 67 -25.5zM545 122
+q0 -101 -34 -166.5t-98.5 -106t-167.5 -71.5l-52 117q71 22 112 46t62 63.5t21 103.5v316h-128v-316h52v-108h-277v108h69v316h-64v107h505v-409z" />
+ <glyph glyph-name="imacron" unicode="ī"
+d="M394 108h136v-108h-444v108h150v315h-145v108h303v-423zM146 658v109h306v-109h-306z" />
+ <glyph glyph-name="iogonek" unicode="į"
+d="M231.5 656.5q-26.5 25.5 -26.5 63.5t26.5 63.5t67.5 25.5t67 -25.5t26 -63.5q0 -39 -26 -64t-67 -25t-67.5 25.5zM530 108v-108h-136q-65 -22 -90 -49t-25 -61q0 -24 15.5 -36.5t42.5 -12.5q24 0 54 7l-12 -93q-29 -8 -59 -8q-66 0 -108.5 32.5t-42.5 90.5q0 83 80 130
+h-163v108h150v315h-145v108h303v-423h136z" />
+ <glyph glyph-name="itilde" unicode="ĩ"
+d="M394 108h136v-108h-444v108h150v315h-145v108h303v-423zM317 642q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 85.5t75.5 32.5q23 0 39.5 -7t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7z
+" />
+ <glyph glyph-name="j" unicode="j"
+d="M436.5 783.5q26.5 -25.5 26.5 -63.5t-26.5 -63.5t-66.5 -25.5q-42 0 -68 25t-26 64q0 38 26.5 63.5t67.5 25.5q40 0 66.5 -25.5zM472 154q0 -113 -42 -187.5t-124.5 -119t-211.5 -69.5l-24 121q85 19 137.5 47t79.5 75.5t27 122.5v279h-190v108h348v-377z" />
+ <glyph glyph-name="uni0237" unicode="ȷ"
+d="M472 154q0 -113 -42 -187.5t-124.5 -119t-211.5 -69.5l-24 121q85 19 137.5 47t79.5 75.5t27 122.5v279h-190v108h348v-377z" />
+ <glyph glyph-name="jcircumflex" unicode="ĵ"
+d="M472 154q0 -113 -42 -187.5t-124.5 -119t-211.5 -69.5l-24 121q85 19 137.5 47t79.5 75.5t27 122.5v279h-190v108h348v-377zM180 676l142 139h96l141 -139l-56 -65l-133 94l-133 -94z" />
+ <glyph glyph-name="k" unicode="k"
+d="M228 0h-158v742l158 17v-759zM399 296l189 -296h-180l-174 291l175 240h165z" />
+ <glyph glyph-name="kcommaaccent" unicode="ķ"
+d="M228 0h-158v742l158 17v-759zM399 296l189 -296h-180l-174 291l175 240h165zM356 -87q22 -22 22 -56q0 -36 -23 -82l-49 -97h-80l27 115q-32 27 -32 64q0 33 22.5 55.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="kgreenlandic" unicode="ĸ"
+d="M228 0h-158v531h158v-531zM398 287l190 -287h-180l-174 276l175 255h165z" />
+ <glyph glyph-name="l" unicode="l"
+d="M347 167q0 -59 68 -59q37 0 76 16l37 -106q-64 -35 -153 -35q-93 0 -139.5 53.5t-46.5 150.5v447h-156v108h314v-575z" />
+ <glyph glyph-name="lacute" unicode="ĺ"
+d="M347 167q0 -59 68 -59q37 0 76 16l37 -106q-64 -35 -153 -35q-93 0 -139.5 53.5t-46.5 150.5v447h-156v108h314v-575zM394 927l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="lcaron" unicode="ľ"
+d="M347 167q0 -59 68 -59q37 0 76 16l37 -106q-64 -35 -153 -35q-93 0 -139.5 53.5t-46.5 150.5v447h-156v108h314v-575zM559 747l-78 -232l-98 16l37 233z" />
+ <glyph glyph-name="lcommaaccent" unicode="ļ"
+d="M347 167q0 -59 68 -59q37 0 76 16l37 -106q-64 -35 -153 -35q-93 0 -139.5 53.5t-46.5 150.5v447h-156v108h314v-575zM411 -87q22 -22 22 -56q0 -36 -23 -82l-49 -97h-80l27 115q-32 27 -32 64q0 33 22.5 55.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="ldot" unicode="ŀ"
+d="M347 167q0 -59 68 -59q37 0 76 16l37 -106q-64 -35 -153 -35q-93 0 -139.5 53.5t-46.5 150.5v447h-156v108h314v-575zM635 446.5q26 -25.5 26 -63.5q0 -39 -26 -64t-67 -25t-67.5 25.5t-26.5 63.5t26.5 63.5t67.5 25.5t67 -25.5z" />
+ <glyph glyph-name="lslash" unicode="ł"
+d="M528 18q-64 -35 -153 -35q-93 0 -139.5 53.5t-46.5 150.5v71l-45 -27l-55 88l100 61v254h-156v108h314v-265l65 40l56 -89l-121 -74v-187q0 -59 68 -59q37 0 76 16z" />
+ <glyph glyph-name="m" unicode="m"
+d="M546.5 511.5q26.5 -37.5 26.5 -118.5v-393h-135v375q0 29 -5.5 40t-20.5 11q-28 0 -55 -35v-391h-112v375q0 29 -5.5 40t-20.5 11q-28 0 -55 -35v-391h-137v531h115l11 -51q26 36 51.5 52.5t59.5 16.5q31 0 52 -15.5t30 -47.5q54 63 117 63q57 0 83.5 -37.5z" />
+ <glyph glyph-name="n" unicode="n"
+d="M70 531h138l11 -61q36 40 75.5 59.5t89.5 19.5q69 0 107.5 -42t38.5 -117v-390h-158v344q0 50 -11 69t-40 19q-24 0 -46.5 -15.5t-46.5 -45.5v-371h-158v531z" />
+ <glyph glyph-name="nacute" unicode="ń"
+d="M70 531h138l11 -61q36 40 75.5 59.5t89.5 19.5q69 0 107.5 -42t38.5 -117v-390h-158v344q0 50 -11 69t-40 19q-24 0 -46.5 -15.5t-46.5 -45.5v-371h-158v531zM439 716l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="napostrophe" unicode="ʼn"
+d="M114 742.5q22 -21.5 22 -53.5q0 -18 -5.5 -34t-18.5 -40l-41 -80h-78l21 92q-31 26 -31 62q0 31 22 53t54 22q33 0 55 -21.5zM90 531h138l11 -61q35 40 75 59.5t90 19.5q68 0 107 -42t39 -117v-390h-158v344q0 49 -11 68.5t-40 19.5q-46 0 -93 -61v-371h-158v531z" />
+ <glyph glyph-name="ncaron" unicode="ň"
+d="M70 531h138l11 -61q36 40 75.5 59.5t89.5 19.5q69 0 107.5 -42t38.5 -117v-390h-158v344q0 50 -11 69t-40 19q-24 0 -46.5 -15.5t-46.5 -45.5v-371h-158v531zM490 751l-141 -140h-96l-142 140l57 64l133 -94l133 94z" />
+ <glyph glyph-name="ncommaaccent" unicode="ņ"
+d="M70 531h138l11 -61q36 40 75.5 59.5t89.5 19.5q69 0 107.5 -42t38.5 -117v-390h-158v344q0 50 -11 69t-40 19q-24 0 -46.5 -15.5t-46.5 -45.5v-371h-158v531zM357 -87q22 -22 22 -56q0 -36 -23 -82l-49 -97h-80l27 115q-32 27 -32 64q0 33 22.5 55.5t56.5 22.5t56 -22z
+" />
+ <glyph glyph-name="eng" unicode="ŋ"
+d="M505 -76q-25 -53 -69.5 -84.5t-116.5 -61.5l-56 116q39 17 61.5 34.5t35 46.5t12.5 75v294q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v531h138l11 -61q70 79 165 79q70 0 108 -41.5t38 -117.5v-330q0 -83 -25 -136z" />
+ <glyph glyph-name="ntilde" unicode="ñ"
+d="M70 531h138l11 -61q36 40 75.5 59.5t89.5 19.5q69 0 107.5 -42t38.5 -117v-390h-158v344q0 50 -11 69t-40 19q-24 0 -46.5 -15.5t-46.5 -45.5v-371h-158v531zM319 642q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 85.5t75.5 32.5q23 0 39.5 -7
+t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7z" />
+ <glyph glyph-name="o" unicode="o"
+d="M489.5 472.5q68.5 -76.5 68.5 -205.5q0 -134 -68 -209t-190 -75t-190 74.5t-68 208.5q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5zM228 392.5q-23 -39.5 -23 -126.5q0 -88 23 -127.5t72 -39.5t72 40t23 128q0 86 -23 125.5t-72 39.5t-72 -39.5z" />
+ <glyph glyph-name="oacute" unicode="ó"
+d="M489.5 472.5q68.5 -76.5 68.5 -205.5q0 -134 -68 -209t-190 -75t-190 74.5t-68 208.5q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5zM228 392.5q-23 -39.5 -23 -126.5q0 -88 23 -127.5t72 -39.5t72 40t23 128q0 86 -23 125.5t-72 39.5t-72 -39.5zM438 716
+l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="obreve" unicode="ŏ"
+d="M489.5 472.5q68.5 -76.5 68.5 -205.5q0 -134 -68 -209t-190 -75t-190 74.5t-68 208.5q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5zM228 392.5q-23 -39.5 -23 -126.5q0 -88 23 -127.5t72 -39.5t72 40t23 128q0 86 -23 125.5t-72 39.5t-72 -39.5zM178.5 662.5
+q-43.5 50.5 -50.5 123.5l87 15q9 -38 30.5 -59.5t54.5 -21.5t54.5 21.5t30.5 59.5l87 -15q-7 -72 -51 -123t-121 -51q-78 0 -121.5 50.5z" />
+ <glyph glyph-name="ocircumflex" unicode="ô"
+d="M489.5 472.5q68.5 -76.5 68.5 -205.5q0 -134 -68 -209t-190 -75t-190 74.5t-68 208.5q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5zM228 392.5q-23 -39.5 -23 -126.5q0 -88 23 -127.5t72 -39.5t72 40t23 128q0 86 -23 125.5t-72 39.5t-72 -39.5zM110 676
+l142 139h96l141 -139l-56 -65l-133 94l-133 -94z" />
+ <glyph glyph-name="odieresis" unicode="ö"
+d="M489.5 472.5q68.5 -76.5 68.5 -205.5q0 -134 -68 -209t-190 -75t-190 74.5t-68 208.5q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5zM228 392.5q-23 -39.5 -23 -126.5q0 -88 23 -127.5t72 -39.5t72 40t23 128q0 86 -23 125.5t-72 39.5t-72 -39.5zM126 660.5
+q-24 23.5 -24 57.5q0 33 24 56t58 23q35 0 59 -23t24 -56q0 -34 -24 -57.5t-59 -23.5q-34 0 -58 23.5zM357.5 660.5q-24.5 23.5 -24.5 57.5q0 33 24.5 56t58.5 23t58 -23t24 -56q0 -34 -23.5 -57.5t-58.5 -23.5q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="ograve" unicode="ò"
+d="M489.5 472.5q68.5 -76.5 68.5 -205.5q0 -134 -68 -209t-190 -75t-190 74.5t-68 208.5q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5zM228 392.5q-23 -39.5 -23 -126.5q0 -88 23 -127.5t72 -39.5t72 40t23 128q0 86 -23 125.5t-72 39.5t-72 -39.5zM163 716l61 119
+l218 -133l-43 -80z" />
+ <glyph glyph-name="ohungarumlaut" unicode="ő"
+d="M489.5 472.5q68.5 -76.5 68.5 -205.5q0 -134 -68 -209t-190 -75t-190 74.5t-68 208.5q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5zM228 392.5q-23 -39.5 -23 -126.5q0 -88 23 -127.5t72 -39.5t72 40t23 128q0 86 -23 125.5t-72 39.5t-72 -39.5zM259 857
+l107 -49l-124 -183l-82 36zM423 857l106 -51l-125 -182l-81 39z" />
+ <glyph glyph-name="omacron" unicode="ō"
+d="M489.5 472.5q68.5 -76.5 68.5 -205.5q0 -134 -68 -209t-190 -75t-190 74.5t-68 208.5q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5zM228 392.5q-23 -39.5 -23 -126.5q0 -88 23 -127.5t72 -39.5t72 40t23 128q0 86 -23 125.5t-72 39.5t-72 -39.5zM147 658v109
+h306v-109h-306z" />
+ <glyph glyph-name="oslash" unicode="ø"
+d="M529 412.5q29 -62.5 29 -145.5q0 -134 -68 -209t-190 -75l-31 1l-37 -121l-116 34l40 122q-55 34 -84.5 97t-29.5 150q0 85 30.5 148.5t89 99t138.5 35.5q11 0 31 -2l39 116l114 -34l-39 -119q55 -35 84 -97.5zM225.5 395q-23.5 -40 -23.5 -129q0 -94 18 -131l96 299
+q-5 1 -16 1q-51 0 -74.5 -40zM374.5 136q23.5 40 23.5 131q0 92 -17 126l-95 -297h14q51 0 74.5 40z" />
+ <glyph glyph-name="oslashacute" unicode="ǿ"
+d="M529 412.5q29 -62.5 29 -145.5q0 -134 -68 -209t-190 -75l-31 1l-37 -121l-116 34l40 122q-55 34 -84.5 97t-29.5 150q0 85 30.5 148.5t89 99t138.5 35.5q11 0 31 -2l39 116l114 -34l-39 -119q55 -35 84 -97.5zM225.5 395q-23.5 -40 -23.5 -129q0 -94 18 -131l96 299
+q-5 1 -16 1q-51 0 -74.5 -40zM374.5 136q23.5 40 23.5 131q0 92 -17 126l-95 -297h14q51 0 74.5 40zM438 716l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="otilde" unicode="õ"
+d="M489.5 472.5q68.5 -76.5 68.5 -205.5q0 -134 -68 -209t-190 -75t-190 74.5t-68 208.5q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5zM228 392.5q-23 -39.5 -23 -126.5q0 -88 23 -127.5t72 -39.5t72 40t23 128q0 86 -23 125.5t-72 39.5t-72 -39.5zM318 642
+q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 85.5t75.5 32.5q23 0 39.5 -7t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7z" />
+ <glyph glyph-name="oe" unicode="œ"
+d="M567 481q39 -68 39 -205q0 -26 -3 -50h-234q6 -72 29 -105.5t64 -33.5q22 0 41.5 7.5t42.5 24.5l60 -79q-67 -57 -152 -57q-102 0 -152 80q-19 -39 -49 -59.5t-77 -20.5q-93 0 -138.5 73t-45.5 210q0 132 45.5 207.5t138.5 75.5q49 0 79.5 -21.5t49.5 -62.5q45 84 133 84
+q90 0 129 -68zM387 419q-15 -31 -19 -107h119q-1 75 -12 106.5t-43 31.5q-30 0 -45 -31zM136 394.5q-13 -37.5 -13 -128.5q0 -64 5.5 -100t18.5 -51.5t35 -15.5t34.5 15.5t18.5 51.5t6 101q0 90 -13.5 127.5t-45.5 37.5q-33 0 -46 -37.5z" />
+ <glyph glyph-name="p" unicode="p"
+d="M511 475.5q47 -73.5 47 -208.5q0 -82 -24.5 -146.5t-70.5 -101t-109 -36.5q-77 0 -126 55v-243l-158 -17v753h140l7 -59q31 39 69.5 58t77.5 19q100 0 147 -73.5zM228 370v-224q17 -24 35.5 -35.5t42.5 -11.5q44 0 66.5 39.5t22.5 126.5q0 94 -20 130.5t-60 36.5
+q-50 0 -87 -62z" />
+ <glyph glyph-name="thorn" unicode="þ"
+d="M228 478q24 34 59 52.5t77 18.5q100 0 147 -73.5t47 -208.5q0 -82 -24.5 -146.5t-70.5 -101t-109 -36.5q-77 0 -126 55v-243l-158 -17v964l158 17v-281zM228 370v-224q17 -24 35.5 -35.5t42.5 -11.5q44 0 66.5 39.5t22.5 126.5q0 94 -20 130.5t-60 36.5q-50 0 -87 -62z
+" />
+ <glyph glyph-name="q" unicode="q"
+d="M327.5 533.5q33.5 -15.5 57.5 -45.5l7 43h138v-753l-158 17v250q-52 -62 -136 -62q-99 0 -146.5 75t-47.5 209q0 82 25 146t73 100t115 36q39 0 72.5 -15.5zM228 393q-23 -40 -23 -127q0 -93 20.5 -129.5t60.5 -36.5q51 0 86 60v229q-16 22 -34.5 33t-41.5 11
+q-45 0 -68 -40z" />
+ <glyph glyph-name="r" unicode="r"
+d="M563 531l-29 -222h-100v98q-44 -8 -78 -48t-53 -101v-152h105v-106h-333v106h70v320h-70v105h191l28 -119q29 68 73 101.5t108 33.5q48 0 88 -16z" />
+ <glyph glyph-name="racute" unicode="ŕ"
+d="M563 531l-29 -222h-100v98q-44 -8 -78 -48t-53 -101v-152h105v-106h-333v106h70v320h-70v105h191l28 -119q29 68 73 101.5t108 33.5q48 0 88 -16zM463 716l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="rcaron" unicode="ř"
+d="M563 531l-29 -222h-100v98q-44 -8 -78 -48t-53 -101v-152h105v-106h-333v106h70v320h-70v105h191l28 -119q29 68 73 101.5t108 33.5q48 0 88 -16zM514 751l-141 -140h-96l-142 140l57 64l133 -94l133 94z" />
+ <glyph glyph-name="rcommaaccent" unicode="ŗ"
+d="M563 531l-29 -222h-100v98q-44 -8 -78 -48t-53 -101v-152h105v-106h-333v106h70v320h-70v105h191l28 -119q29 68 73 101.5t108 33.5q48 0 88 -16zM280 -87q22 -22 22 -56q0 -36 -23 -82l-49 -97h-80l27 115q-32 27 -32 64q0 33 22.5 55.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="s" unicode="s"
+d="M347.5 108.5q23.5 12.5 23.5 37.5q0 18 -9.5 29t-35.5 21.5t-81 25.5q-80 21 -122 58.5t-42 103.5q0 73 60.5 119t169.5 46q126 0 215 -65l-63 -93q-73 45 -147 45q-39 0 -57.5 -10t-18.5 -31q0 -14 9.5 -23.5t36 -19.5t79.5 -25q57 -16 93.5 -35t56.5 -51t20 -82
+q0 -56 -34 -96t-91 -60t-126 -20q-74 0 -134 21t-102 59l79 89q72 -56 156 -56q41 0 64.5 12.5z" />
+ <glyph glyph-name="sacute" unicode="ś"
+d="M347.5 108.5q23.5 12.5 23.5 37.5q0 18 -9.5 29t-35.5 21.5t-81 25.5q-80 21 -122 58.5t-42 103.5q0 73 60.5 119t169.5 46q126 0 215 -65l-63 -93q-73 45 -147 45q-39 0 -57.5 -10t-18.5 -31q0 -14 9.5 -23.5t36 -19.5t79.5 -25q57 -16 93.5 -35t56.5 -51t20 -82
+q0 -56 -34 -96t-91 -60t-126 -20q-74 0 -134 21t-102 59l79 89q72 -56 156 -56q41 0 64.5 12.5zM451 716l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="scaron" unicode="š"
+d="M347.5 108.5q23.5 12.5 23.5 37.5q0 18 -9.5 29t-35.5 21.5t-81 25.5q-80 21 -122 58.5t-42 103.5q0 73 60.5 119t169.5 46q126 0 215 -65l-63 -93q-73 45 -147 45q-39 0 -57.5 -10t-18.5 -31q0 -14 9.5 -23.5t36 -19.5t79.5 -25q57 -16 93.5 -35t56.5 -51t20 -82
+q0 -56 -34 -96t-91 -60t-126 -20q-74 0 -134 21t-102 59l79 89q72 -56 156 -56q41 0 64.5 12.5zM502 751l-141 -140h-96l-142 140l57 64l133 -94l133 94z" />
+ <glyph glyph-name="scedilla" unicode="ş"
+d="M478 40q-57 -45 -147 -54v-34q51 -6 77 -32t26 -67q0 -51 -41 -83t-108 -32q-34 0 -64.5 8.5t-52.5 21.5l36 73q34 -17 64 -17q53 0 53 31q0 19 -22 26t-70 7l11 97q-117 11 -192 78l79 89q72 -56 156 -56q41 0 64.5 12.5t23.5 37.5q0 18 -9.5 29t-35.5 21.5t-81 25.5
+q-80 21 -122 58.5t-42 103.5q0 73 60.5 119t169.5 46q126 0 215 -65l-63 -93q-73 45 -147 45q-39 0 -57.5 -10t-18.5 -31q0 -14 9.5 -23.5t36 -19.5t79.5 -25q57 -16 93.5 -35t56.5 -51t20 -82q0 -74 -57 -119z" />
+ <glyph glyph-name="scircumflex" unicode="ŝ"
+d="M347.5 108.5q23.5 12.5 23.5 37.5q0 18 -9.5 29t-35.5 21.5t-81 25.5q-80 21 -122 58.5t-42 103.5q0 73 60.5 119t169.5 46q126 0 215 -65l-63 -93q-73 45 -147 45q-39 0 -57.5 -10t-18.5 -31q0 -14 9.5 -23.5t36 -19.5t79.5 -25q57 -16 93.5 -35t56.5 -51t20 -82
+q0 -56 -34 -96t-91 -60t-126 -20q-74 0 -134 21t-102 59l79 89q72 -56 156 -56q41 0 64.5 12.5zM123 676l142 139h96l141 -139l-56 -65l-133 94l-133 -94z" />
+ <glyph glyph-name="scommaaccent" unicode="ș"
+d="M347.5 108.5q23.5 12.5 23.5 37.5q0 18 -9.5 29t-35.5 21.5t-81 25.5q-80 21 -122 58.5t-42 103.5q0 73 60.5 119t169.5 46q126 0 215 -65l-63 -93q-73 45 -147 45q-39 0 -57.5 -10t-18.5 -31q0 -14 9.5 -23.5t36 -19.5t79.5 -25q57 -16 93.5 -35t56.5 -51t20 -82
+q0 -56 -34 -96t-91 -60t-126 -20q-74 0 -134 21t-102 59l79 89q72 -56 156 -56q41 0 64.5 12.5zM357 -87q22 -22 22 -56q0 -36 -23 -82l-49 -97h-80l27 115q-32 27 -32 64q0 33 22.5 55.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="germandbls" unicode="ß"
+d="M399.5 738.5q45.5 -20.5 69.5 -56t24 -79.5q0 -33 -13 -55t-39 -49q-19 -20 -28.5 -34.5t-9.5 -32.5q0 -20 15 -36t46 -39q35 -26 57.5 -48t39 -57t16.5 -84q0 -86 -56 -135.5t-145 -49.5q-70 0 -127 31l50 106q32 -15 57 -15q29 0 44 16t15 46q0 35 -17.5 57.5
+t-52.5 48.5q-27 22 -42.5 37t-26.5 38.5t-11 55.5t10.5 55.5t30.5 52.5q18 27 26 44.5t8 39.5q0 25 -14 38.5t-39 13.5q-36 0 -52.5 -27t-16.5 -83v-538h-158v531q0 109 59 168.5t172 59.5q63 0 108.5 -20.5z" />
+ <glyph glyph-name="t" unicode="t"
+d="M374 -17q-102 0 -153.5 52t-51.5 146v241h-111v109h111v115l158 19v-134h171l-16 -109h-155v-241q0 -39 18 -56t58 -17q50 0 93 24l52 -101q-75 -48 -174 -48z" />
+ <glyph glyph-name="tbar" unicode="ŧ"
+d="M548 31q-75 -48 -174 -48q-102 0 -153.5 52t-51.5 146v81h-99v99h99v61h-111v109h111v115l158 19v-134h171l-16 -109h-155v-61h154v-99h-154v-81q0 -39 18 -56t58 -17q50 0 93 24z" />
+ <glyph glyph-name="tcaron" unicode="ť"
+d="M374 -17q-102 0 -153.5 52t-51.5 146v241h-111v109h111v115l158 19v-134h171l-16 -109h-155v-241q0 -39 18 -56t58 -17q50 0 93 24l52 -101q-75 -48 -174 -48zM536 815l-78 -232l-98 16l37 233z" />
+ <glyph glyph-name="uni0163" unicode="ţ"
+d="M467 -80q26 -26 26 -67q0 -51 -41 -83t-108 -32q-34 0 -64.5 8.5t-52.5 21.5l36 73q34 -17 64 -17q53 0 53 31q0 19 -22 26t-70 7l11 104q-65 17 -97.5 65.5t-32.5 123.5v241h-111v109h111v115l158 19v-134h171l-16 -109h-155v-241q0 -39 18 -56t58 -17q50 0 93 24
+l52 -101q-69 -44 -158 -48v-31q51 -6 77 -32z" />
+ <glyph glyph-name="uni021B" unicode="ț"
+d="M374 -17q-102 0 -153.5 52t-51.5 146v241h-111v109h111v115l158 19v-134h171l-16 -109h-155v-241q0 -39 18 -56t58 -17q50 0 93 24l52 -101q-75 -48 -174 -48zM416 -87q22 -22 22 -56q0 -36 -23 -82l-49 -97h-80l27 115q-32 27 -32 64q0 33 22.5 55.5t56.5 22.5t56 -22z
+" />
+ <glyph glyph-name="u" unicode="u"
+d="M228 168q0 -37 13.5 -52.5t40.5 -15.5q24 0 49 15.5t41 42.5v373h158v-531h-138l-7 62q-26 -38 -70 -58.5t-93 -20.5q-75 0 -113.5 43.5t-38.5 121.5v383h158v-363z" />
+ <glyph glyph-name="uacute" unicode="ú"
+d="M228 168q0 -37 13.5 -52.5t40.5 -15.5q24 0 49 15.5t41 42.5v373h158v-531h-138l-7 62q-26 -38 -70 -58.5t-93 -20.5q-75 0 -113.5 43.5t-38.5 121.5v383h158v-363zM438 716l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="ubreve" unicode="ŭ"
+d="M228 168q0 -37 13.5 -52.5t40.5 -15.5q24 0 49 15.5t41 42.5v373h158v-531h-138l-7 62q-26 -38 -70 -58.5t-93 -20.5q-75 0 -113.5 43.5t-38.5 121.5v383h158v-363zM178.5 662.5q-43.5 50.5 -50.5 123.5l87 15q9 -38 30.5 -59.5t54.5 -21.5t54.5 21.5t30.5 59.5l87 -15
+q-7 -72 -51 -123t-121 -51q-78 0 -121.5 50.5z" />
+ <glyph glyph-name="ucircumflex" unicode="û"
+d="M228 168q0 -37 13.5 -52.5t40.5 -15.5q24 0 49 15.5t41 42.5v373h158v-531h-138l-7 62q-26 -38 -70 -58.5t-93 -20.5q-75 0 -113.5 43.5t-38.5 121.5v383h158v-363zM110 676l142 139h96l141 -139l-56 -65l-133 94l-133 -94z" />
+ <glyph glyph-name="udieresis" unicode="ü"
+d="M228 168q0 -37 13.5 -52.5t40.5 -15.5q24 0 49 15.5t41 42.5v373h158v-531h-138l-7 62q-26 -38 -70 -58.5t-93 -20.5q-75 0 -113.5 43.5t-38.5 121.5v383h158v-363zM126 660.5q-24 23.5 -24 57.5q0 33 24 56t58 23q35 0 59 -23t24 -56q0 -34 -24 -57.5t-59 -23.5
+q-34 0 -58 23.5zM357.5 660.5q-24.5 23.5 -24.5 57.5q0 33 24.5 56t58.5 23t58 -23t24 -56q0 -34 -23.5 -57.5t-58.5 -23.5q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="ugrave" unicode="ù"
+d="M228 168q0 -37 13.5 -52.5t40.5 -15.5q24 0 49 15.5t41 42.5v373h158v-531h-138l-7 62q-26 -38 -70 -58.5t-93 -20.5q-75 0 -113.5 43.5t-38.5 121.5v383h158v-363zM163 716l61 119l218 -133l-43 -80z" />
+ <glyph glyph-name="uhungarumlaut" unicode="ű"
+d="M228 168q0 -37 13.5 -52.5t40.5 -15.5q24 0 49 15.5t41 42.5v373h158v-531h-138l-7 62q-26 -38 -70 -58.5t-93 -20.5q-75 0 -113.5 43.5t-38.5 121.5v383h158v-363zM259 857l107 -49l-124 -183l-82 36zM423 857l106 -51l-125 -182l-81 39z" />
+ <glyph glyph-name="umacron" unicode="ū"
+d="M228 168q0 -37 13.5 -52.5t40.5 -15.5q24 0 49 15.5t41 42.5v373h158v-531h-138l-7 62q-26 -38 -70 -58.5t-93 -20.5q-75 0 -113.5 43.5t-38.5 121.5v383h158v-363zM147 658v109h306v-109h-306z" />
+ <glyph glyph-name="uogonek" unicode="ų"
+d="M530 531v-531q-65 -22 -90 -49t-25 -61q0 -24 15.5 -36.5t42.5 -12.5q24 0 54 7l-12 -93q-29 -8 -59 -8q-66 0 -108.5 32.5t-42.5 90.5q0 46 22.5 78t64.5 56l-7 58q-26 -38 -70 -58.5t-93 -20.5q-75 0 -113.5 43.5t-38.5 121.5v383h158v-363q0 -37 13.5 -52.5
+t40.5 -15.5q24 0 49 15.5t41 42.5v373h158z" />
+ <glyph glyph-name="uring" unicode="ů"
+d="M228 168q0 -37 13.5 -52.5t40.5 -15.5q24 0 49 15.5t41 42.5v373h158v-531h-138l-7 62q-26 -38 -70 -58.5t-93 -20.5q-75 0 -113.5 43.5t-38.5 121.5v383h158v-363zM400 827q38 -38 38 -93t-38.5 -94t-100.5 -39q-41 0 -72.5 18t-48.5 48.5t-17 66.5q0 54 38 92.5
+t100 38.5q63 0 101 -38zM267 770.5q-12 -12.5 -12 -36.5q0 -25 12 -38t32 -13q21 0 33 13t12 38q0 24 -12 36.5t-33 12.5q-20 0 -32 -12.5z" />
+ <glyph glyph-name="utilde" unicode="ũ"
+d="M228 168q0 -37 13.5 -52.5t40.5 -15.5q24 0 49 15.5t41 42.5v373h158v-531h-138l-7 62q-26 -38 -70 -58.5t-93 -20.5q-75 0 -113.5 43.5t-38.5 121.5v383h158v-363zM318 642q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 85.5t75.5 32.5
+q23 0 39.5 -7t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7z" />
+ <glyph glyph-name="v" unicode="v"
+d="M394 0h-186l-179 531h171l103 -410l108 410h160z" />
+ <glyph glyph-name="w" unicode="w"
+d="M347 0l-46 357l-48 -357h-171l-79 531h145l35 -432l55 365h134l49 -365l36 432h140l-76 -531h-174z" />
+ <glyph glyph-name="wacute" unicode="ẃ"
+d="M347 0l-46 357l-48 -357h-171l-79 531h145l35 -432l55 365h134l49 -365l36 432h140l-76 -531h-174zM438 716l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="wcircumflex" unicode="ŵ"
+d="M347 0l-46 357l-48 -357h-171l-79 531h145l35 -432l55 365h134l49 -365l36 432h140l-76 -531h-174zM110 676l142 139h96l141 -139l-56 -65l-133 94l-133 -94z" />
+ <glyph glyph-name="wdieresis" unicode="ẅ"
+d="M347 0l-46 357l-48 -357h-171l-79 531h145l35 -432l55 365h134l49 -365l36 432h140l-76 -531h-174zM126 660.5q-24 23.5 -24 57.5q0 33 24 56t58 23q35 0 59 -23t24 -56q0 -34 -24 -57.5t-59 -23.5q-34 0 -58 23.5zM357.5 660.5q-24.5 23.5 -24.5 57.5q0 33 24.5 56
+t58.5 23t58 -23t24 -56q0 -34 -23.5 -57.5t-58.5 -23.5q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="wgrave" unicode="ẁ"
+d="M347 0l-46 357l-48 -357h-171l-79 531h145l35 -432l55 365h134l49 -365l36 432h140l-76 -531h-174zM163 716l61 119l218 -133l-43 -80z" />
+ <glyph glyph-name="x" unicode="x"
+d="M22 0l182 279l-165 252h177l85 -170l82 170h168l-156 -246l183 -285h-179l-105 199l-101 -199h-171z" />
+ <glyph glyph-name="y" unicode="y"
+d="M395 0q-36 -107 -107 -161.5t-190 -61.5l-18 112q76 10 112.5 34t58.5 77h-55l-168 531h167l103 -430l112 430h162z" />
+ <glyph glyph-name="yacute" unicode="ý"
+d="M395 0q-36 -107 -107 -161.5t-190 -61.5l-18 112q76 10 112.5 34t58.5 77h-55l-168 531h167l103 -430l112 430h162zM438 716l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="ycircumflex" unicode="ŷ"
+d="M395 0q-36 -107 -107 -161.5t-190 -61.5l-18 112q76 10 112.5 34t58.5 77h-55l-168 531h167l103 -430l112 430h162zM110 676l142 139h96l141 -139l-56 -65l-133 94l-133 -94z" />
+ <glyph glyph-name="ydieresis" unicode="ÿ"
+d="M395 0q-36 -107 -107 -161.5t-190 -61.5l-18 112q76 10 112.5 34t58.5 77h-55l-168 531h167l103 -430l112 430h162zM126 660.5q-24 23.5 -24 57.5q0 33 24 56t58 23q35 0 59 -23t24 -56q0 -34 -24 -57.5t-59 -23.5q-34 0 -58 23.5zM357.5 660.5q-24.5 23.5 -24.5 57.5
+q0 33 24.5 56t58.5 23t58 -23t24 -56q0 -34 -23.5 -57.5t-58.5 -23.5q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="ygrave" unicode="ỳ"
+d="M395 0q-36 -107 -107 -161.5t-190 -61.5l-18 112q76 10 112.5 34t58.5 77h-55l-168 531h167l103 -430l112 430h162zM163 716l61 119l218 -133l-43 -80z" />
+ <glyph glyph-name="z" unicode="z"
+d="M524 120l-15 -120h-437v112l264 300h-242v119h425v-111l-260 -300h265z" />
+ <glyph glyph-name="zacute" unicode="ź"
+d="M524 120l-15 -120h-437v112l264 300h-242v119h425v-111l-260 -300h265zM445 716l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="zcaron" unicode="ž"
+d="M524 120l-15 -120h-437v112l264 300h-242v119h425v-111l-260 -300h265zM496 751l-141 -140h-96l-142 140l57 64l133 -94l133 94z" />
+ <glyph glyph-name="zdotaccent" unicode="ż"
+d="M524 120l-15 -120h-437v112l264 300h-242v119h425v-111l-260 -300h265zM374 783.5q26 -25.5 26 -63.5q0 -39 -26 -64t-67 -25t-67.5 25.5t-26.5 63.5t26.5 63.5t67.5 25.5t67 -25.5z" />
+ <glyph glyph-name="cacute.loclPLK"
+d="M410 119.5q28 11.5 60 33.5l70 -100q-38 -32 -88 -51t-109 -19q-85 0 -146.5 35t-94.5 98t-33 146t34 148t96.5 102t146.5 37q59 0 106 -16.5t88 -50.5l-68 -95q-58 40 -119 40q-119 0 -119 -165q0 -83 31 -118.5t87 -35.5q30 0 58 11.5zM494 734l-147 -166l-76 48
+l101 196z" />
+ <glyph glyph-name="nacute.loclPLK"
+d="M70 531h138l11 -61q36 40 75.5 59.5t89.5 19.5q69 0 107.5 -42t38.5 -117v-390h-158v344q0 50 -11 69t-40 19q-24 0 -46.5 -15.5t-46.5 -45.5v-371h-158v531zM451 747l-147 -166l-76 48l101 196z" />
+ <glyph glyph-name="oacute.loclPLK"
+d="M489.5 472.5q68.5 -76.5 68.5 -205.5q0 -134 -68 -209t-190 -75t-190 74.5t-68 208.5q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5zM228 392.5q-23 -39.5 -23 -126.5q0 -88 23 -127.5t72 -39.5t72 40t23 128q0 86 -23 125.5t-72 39.5t-72 -39.5zM450 747
+l-147 -166l-76 48l101 196z" />
+ <glyph glyph-name="sacute.loclPLK"
+d="M347.5 108.5q23.5 12.5 23.5 37.5q0 18 -9.5 29t-35.5 21.5t-81 25.5q-80 21 -122 58.5t-42 103.5q0 73 60.5 119t169.5 46q126 0 215 -65l-63 -93q-73 45 -147 45q-39 0 -57.5 -10t-18.5 -31q0 -14 9.5 -23.5t36 -19.5t79.5 -25q57 -16 93.5 -35t56.5 -51t20 -82
+q0 -56 -34 -96t-91 -60t-126 -20q-74 0 -134 21t-102 59l79 89q72 -56 156 -56q41 0 64.5 12.5zM463 747l-147 -166l-76 48l101 196z" />
+ <glyph glyph-name="zacute.loclPLK"
+d="M524 120l-15 -120h-437v112l264 300h-242v119h425v-111l-260 -300h265zM457 747l-147 -166l-76 48l101 196z" />
+ <glyph glyph-name="fi" unicode="fi"
+d="M315 0v108h61v313h-137v-421h-151v421h-78v110h78v43q0 82 55.5 133.5t158.5 51.5q104 0 182 -34l-43 -103q-51 20 -114 20q-47 0 -67.5 -17t-20.5 -56v-38h289v-423h64v-108h-277z" />
+ <glyph glyph-name="fl" unicode="fl"
+d="M504 -17q-74 0 -113.5 40.5t-39.5 118.5v497q-21 6 -46 6q-41 0 -58.5 -18t-17.5 -58v-38h83l-17 -110h-66v-421h-152v421h-71v110h71v43q0 53 25 95t72.5 66t114.5 24q52 0 106 -17l108 16v-602q0 -26 9.5 -37t27.5 -11q14 0 36 8l31 -113q-49 -20 -103 -20z" />
+ <glyph glyph-name="ordfeminine" unicode="ª"
+d="M437 721q45 -38 45 -115v-164q0 -21 7 -32t23 -16l-30 -88q-44 5 -70.5 18t-41.5 40q-25 -29 -59.5 -44.5t-74.5 -15.5q-68 0 -110 38.5t-42 100.5q0 69 57 108t160 39h53v12q0 34 -18.5 46.5t-64.5 12.5q-21 0 -52.5 -6t-64.5 -17l-33 90q44 15 89 23t81 8
+q101 0 146 -38zM322 507q-52 0 -74 -14t-22 -45q0 -51 50 -51q22 0 42.5 12.5t35.5 34.5v63h-32zM514 0h-414v108h414v-108z" />
+ <glyph glyph-name="ordmasculine" unicode="º"
+d="M418 729.5q50 -29.5 77 -81t27 -116.5q0 -67 -27 -119t-77 -80.5t-118 -28.5q-103 0 -162.5 62.5t-59.5 165.5q0 65 27 116.5t77.5 81t117.5 29.5q68 0 118 -29.5zM217 532q0 -68 21 -98.5t62 -30.5t62 30.5t21 98.5q0 129 -83 129t-83 -129zM507 0h-414v108h414v-108z
+" />
+ <glyph glyph-name="uni207F" unicode="ⁿ"
+d="M423.5 696q25.5 -27 25.5 -76v-242h-115v215q0 24 -4.5 34.5t-16.5 10.5q-21 0 -47 -34v-226h-115v335h102l5 -35q19 25 42 35t51 10q47 0 72.5 -27z" />
+ <glyph glyph-name="uni052C" unicode="Ԭ"
+d="M586 122v-296h-125l-20 174h-242l-20 -174h-125v296h45q29 40 50 81t36 97q-89 19 -128 77.5t-39 158.5v157h130v-155q0 -51 13 -80t46 -41q3 28 7 81l12 195h313v-571h47zM345 492q-4 -55 -7 -85h65v176h-52zM403 122v168l-83 1q-12 -50 -33 -91t-55 -78h171z" />
+ <glyph glyph-name="uni052A" unicode="Ԫ"
+d="M616 0h-103l-62 320h-25v-320h-70v-174h-77l-12 174h-190l-14 -174h-78v271h29q21 40 32.5 121.5t21.5 255.5l14 219h212v-291h41v291h91v-291h24l60 291h97l-72 -314zM201 606h-34l-6 -138q-4 -114 -12 -182.5t-21 -110.5t-35 -78h108v509zM294 320v-223h41v223h-41z
+" />
+ <glyph glyph-name="uni052E" unicode="Ԯ"
+d="M571 122v-296h-125l-20 174h-67v568h-79l-11 -111q-16 -169 -38.5 -258.5t-61.5 -136.5t-112 -82l-65 108q38 28 59 61t36.5 106.5t28.5 217.5l21 220h386v-571h48z" />
+ <glyph glyph-name="uni0528" unicode="Ԩ"
+d="M548 693v-693h-164v292h-168v-318q0 -98 -52.5 -149.5t-148.5 -51.5q-43 0 -74.5 11.5t-60.5 33.5l60 92q20 -9 31.5 -13t28.5 -4q26 0 39 15.5t13 51.5v733h164v-266h168v266h164z" />
+ <glyph glyph-name="uni0410" unicode="А"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150z" />
+ <glyph glyph-name="uni0411" unicode="Б"
+d="M477 568h-256v-125h70q133 0 205 -53.5t72 -161.5q0 -111 -74 -169.5t-195 -58.5h-242v693h436zM221 326v-203h61q59 0 88.5 24.5t29.5 79.5q0 50 -29.5 74.5t-90.5 24.5h-59z" />
+ <glyph glyph-name="uni0412" unicode="В"
+d="M492.5 46q-78.5 -46 -206.5 -46h-230v693h220q119 0 192 -41.5t73 -135.5q0 -59 -36 -97t-91 -52q66 -11 111.5 -49.5t45.5 -114.5q0 -111 -78.5 -157zM350.5 558.5q-25.5 18.5 -80.5 18.5h-50v-161h56q52 0 76 19.5t24 63.5q0 41 -25.5 59.5zM372.5 284
+q-29.5 22 -85.5 22h-67v-186h60q57 0 89.5 19t32.5 71t-29.5 74z" />
+ <glyph glyph-name="uni0413" unicode="Г"
+d="M543 564h-289v-564h-164v693h469z" />
+ <glyph glyph-name="uni0403" unicode="Ѓ"
+d="M543 564h-289v-564h-164v693h469zM470 835l-237 -84l-38 80l216 122z" />
+ <glyph glyph-name="uni0490" unicode="Ґ"
+d="M559 848v-155l-16 -129h-289v-564h-164v693h317v155h152z" />
+ <glyph glyph-name="uni0414" unicode="Д"
+d="M577 122v-296h-126l-20 173l-295 1l-20 -174h-126v296h40q23 25 38.5 62t27.5 105.5t23 185.5l20 218h386v-571h52zM374 577h-98l-7 -88q-10 -116 -23 -186t-34 -111.5t-54 -69.5h216v455z" />
+ <glyph glyph-name="uni0415" unicode="Е"
+d="M257 409h240v-114h-240v-177h289v-118h-453v693h453l-17 -117h-272v-167z" />
+ <glyph glyph-name="uni0400" unicode="Ѐ"
+d="M257 409h240v-114h-240v-177h289v-118h-453v693h453l-17 -117h-272v-167zM457 831l-37 -80l-238 84l60 118z" />
+ <glyph glyph-name="uni0401" unicode="Ё"
+d="M257 409h240v-114h-240v-177h289v-118h-453v693h453l-17 -117h-272v-167zM146 785q-24 23 -24 57t24 57t58 23q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58 23zM377.5 785.5q-24.5 23.5 -24.5 56.5t24.5 56.5t58.5 23.5q35 0 58.5 -23t23.5 -57t-23.5 -57
+t-58.5 -23q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni0416" unicode="Ж"
+d="M220 320l-78 -320h-140l108 379l-98 314h135l76 -291h27v291h100v-291h27l76 291h135l-98 -314l108 -379h-142l-78 320h-28v-320h-100v320h-30z" />
+ <glyph glyph-name="uni0417" unicode="З"
+d="M418.5 687.5q58.5 -23.5 90.5 -65.5t32 -96q0 -63 -40.5 -102.5t-116.5 -54.5q83 -8 130.5 -52t47.5 -119q0 -65 -34 -113.5t-100 -75t-158 -26.5q-84 0 -150.5 25.5t-112.5 73.5l84 84q75 -63 176 -63q61 0 96 27t35 75q0 52 -34 78t-98 26h-116l19 116h96q54 0 84.5 22
+t30.5 63q0 39 -30 60.5t-84 21.5q-94 0 -162 -54l-79 83q102 90 258 90q77 0 135.5 -23.5z" />
+ <glyph glyph-name="uni0418" unicode="И"
+d="M52 693h150v-235q0 -98 -7 -168.5t-21 -146.5l193 550h181v-693h-150v230q0 164 27 319l-189 -549h-184v693z" />
+ <glyph glyph-name="uni0419" unicode="Й"
+d="M52 693h150v-235q0 -98 -7 -168.5t-21 -146.5l193 550h181v-693h-150v230q0 164 27 319l-189 -549h-184v693zM179 783q-44 45 -51 110l87 15q7 -29 29 -45t56 -16t56 16t29 45l87 -15q-7 -65 -51 -110t-121 -45t-121 45z" />
+ <glyph glyph-name="uni040D" unicode="Ѝ"
+d="M52 693h150v-235q0 -98 -7 -168.5t-21 -146.5l193 550h181v-693h-150v230q0 164 27 319l-189 -549h-184v693zM437 831l-37 -80l-238 84l60 118z" />
+ <glyph glyph-name="uni048A" unicode="Ҋ"
+d="M179 783q-44 45 -51 110l87 15q7 -29 29 -45t56 -16t56 16t29 45l87 -15q-7 -65 -51 -110t-121 -45t-121 45zM638 152l-99 -326h-135l39 174h-45v230q0 164 27 319l-189 -549h-184v693h150v-235q0 -98 -7 -168.5t-21 -146.5l193 550h181v-541h90z" />
+ <glyph glyph-name="uni041A" unicode="К"
+d="M216 302v-302h-164v693h164v-273h61l153 273h159l-176 -314l195 -379h-179l-150 302h-63z" />
+ <glyph glyph-name="uni040C" unicode="Ќ"
+d="M216 302v-302h-164v693h164v-273h61l153 273h159l-176 -314l195 -379h-179l-150 302h-63zM461 835l-237 -84l-38 80l216 122z" />
+ <glyph glyph-name="uni041B" unicode="Л"
+d="M548 0h-164v568h-109l-10 -111q-16 -169 -38.5 -258.5t-62 -136.5t-112.5 -82l-64 108q37 28 58 61t36.5 106.5t29.5 217.5l20 220h416v-693z" />
+ <glyph glyph-name="uni041C" unicode="М"
+d="M583 0h-144l-8 297q-1 22 -1 60q0 50 3 97.5t7 99.5l-78 -436h-124l-85 436q11 -115 11 -207l-1 -53l-5 -294h-141l39 693h169l77 -448l73 448h169z" />
+ <glyph glyph-name="uni041D" unicode="Н"
+d="M384 292h-168v-292h-164v693h164v-266h168v266h164v-693h-164v292z" />
+ <glyph glyph-name="uni041E" unicode="О"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM383.5 533q-25.5 58 -83.5 58t-83.5 -58t-25.5 -186t25.5 -186t83.5 -58q59 0 84 58t25 186t-25.5 186z" />
+ <glyph glyph-name="uni041F" unicode="П"
+d="M384 567h-168v-567h-164v693h496v-693h-164v567z" />
+ <glyph glyph-name="uni0420" unicode="Р"
+d="M502.5 290.5q-73.5 -59.5 -200.5 -59.5h-76v-231h-164v693h218q144 0 220 -56.5t76 -169.5q0 -117 -73.5 -176.5zM283 576h-57v-227h65q56 0 86.5 29t30.5 89q0 109 -125 109z" />
+ <glyph glyph-name="uni0421" unicode="С"
+d="M482 692q52 -19 98 -57l-80 -97q-63 51 -138 51q-71 0 -114.5 -60t-43.5 -181t43 -179.5t118 -58.5q46 0 79 16t71 46l74 -95q-92 -94 -233 -94q-95 0 -167.5 42t-113.5 124.5t-41 198.5q0 113 42 195t116 125t166 43q72 0 124 -19z" />
+ <glyph glyph-name="uni0422" unicode="Т"
+d="M381 0h-164v567h-195v126h561l-16 -126h-186v-567z" />
+ <glyph glyph-name="uni0423" unicode="У"
+d="M431 236q-35 -92 -74 -143.5t-97 -76.5t-154 -33l-21 112q78 7 116 26.5t62 61.5h-53l-215 510h170l146 -416l130 416h166z" />
+ <glyph glyph-name="uni040E" unicode="Ў"
+d="M431 236q-35 -92 -74 -143.5t-97 -76.5t-154 -33l-21 112q78 7 116 26.5t62 61.5h-53l-215 510h170l146 -416l130 416h166zM189 793.5q-43 42.5 -51 111.5l87 16q10 -31 30 -45.5t55 -14.5t55 14.5t30 45.5l87 -16q-7 -68 -50.5 -111t-121.5 -43t-121 42.5z" />
+ <glyph glyph-name="uni0424" unicode="Ф"
+d="M357 656q121 -8 180 -83.5t59 -222.5q0 -146 -59.5 -225.5t-179.5 -86.5v-77h-114v77q-120 7 -179.5 86t-59.5 226t58.5 222.5t180.5 83.5v74h114v-74zM196.5 541.5q-20.5 -22.5 -30 -68.5t-9.5 -123t8.5 -123.5t29.5 -70.5t58 -28v440q-36 -4 -56.5 -26.5zM347 128
+q37 4 58 28t29.5 70.5t8.5 123.5t-9 123t-30 68.5t-57 26.5v-440z" />
+ <glyph glyph-name="uni0425" unicode="Х"
+d="M196 693l104 -222l107 222h173l-184 -318l201 -375h-177l-122 264l-120 -264h-174l196 368l-181 325h177z" />
+ <glyph glyph-name="uni0427" unicode="Ч"
+d="M548 693v-693h-164v243q-61 -45 -144 -45q-102 0 -158.5 60.5t-56.5 175.5v259h164v-254q0 -65 22.5 -92.5t74.5 -27.5q58 0 98 36v338h164z" />
+ <glyph glyph-name="uni0426" unicode="Ц"
+d="M596 122v-296h-125l-20 174h-399v693h164v-565h168v565h164v-571h48z" />
+ <glyph glyph-name="uni0428" unicode="Ш"
+d="M565 0h-530v693h130v-581h78v581h115v-581h77v581h130v-693z" />
+ <glyph glyph-name="uni0429" unicode="Щ"
+d="M613 122v-296h-125l-20 174h-433v693h130v-581h78v581h115v-581h77v581h130v-571h48z" />
+ <glyph glyph-name="uni040F" unicode="Џ"
+d="M548 0h-176v-174h-125l-20 174h-175v693h164v-565h168v565h164v-693z" />
+ <glyph glyph-name="uni042C" unicode="Ь"
+d="M219 459h68q139 0 214 -55.5t75 -167.5q0 -117 -74.5 -176.5t-203.5 -59.5h-243v693h164v-234zM219 343v-223h68q60 0 90 27.5t30 87.5q0 55 -30.5 81.5t-95.5 26.5h-62z" />
+ <glyph glyph-name="uni042A" unicode="Ъ"
+d="M245 459h52q139 0 214.5 -55.5t75.5 -167.5q0 -118 -75 -177t-203 -59h-218v573h-94v120h248v-234zM245 346v-229h34q70 0 105.5 26.5t35.5 91.5q0 56 -31.5 83.5t-96.5 27.5h-47z" />
+ <glyph glyph-name="uni042B" unicode="Ы"
+d="M155 462h9q123 0 188.5 -56.5t65.5 -168.5q0 -120 -66.5 -178.5t-185.5 -58.5h-145v693h134v-231zM579 0h-134v693h134v-693zM155 351v-238h14q55 0 82.5 27.5t27.5 95.5q0 115 -101 115h-23z" />
+ <glyph glyph-name="uni0409" unicode="Љ"
+d="M364 459q114 0 175 -55.5t61 -167.5q0 -118 -62 -177t-173 -59h-126v589h-57l-13 -285q-6 -114 -20 -174.5t-37 -90t-68 -59.5l-59 94q16 14 26 36.5t17.5 72t12.5 139.5l20 371h303v-234zM364 356v-250h15q45 0 65.5 33t20.5 96q0 60 -21.5 90.5t-69.5 30.5h-10z" />
+ <glyph glyph-name="uni040A" unicode="Њ"
+d="M370 434q109 -1 169.5 -52t60.5 -155q0 -227 -240 -227h-119v322h-84v-322h-129v693h129v-259h84v259h129v-259zM370 325v-212h5q51 1 72 27.5t21 85.5q0 53 -22 75.5t-71 23.5h-5z" />
+ <glyph glyph-name="uni0405" unicode="Ѕ"
+d="M534 88q-34 -50 -97.5 -77.5t-150.5 -27.5q-172 0 -274 100l83 92q79 -70 187 -70q52 0 83.5 22.5t31.5 62.5q0 38 -26.5 59.5t-98.5 43.5q-122 37 -173 87t-51 129q0 62 34.5 108t94 70t132.5 24q153 0 248 -90l-77 -89q-35 29 -75.5 43.5t-83.5 14.5q-48 0 -75.5 -17.5
+t-27.5 -50.5q0 -22 12.5 -37t41.5 -28t87 -31q106 -32 157.5 -82.5t51.5 -140.5q0 -65 -34 -115z" />
+ <glyph glyph-name="uni0404" unicode="Є"
+d="M480 691.5q51 -19.5 100 -57.5l-77 -89q-34 23 -65.5 35t-68.5 12q-69 0 -115 -44t-53 -131h256v-125h-256q6 -92 50 -138.5t114 -46.5q46 0 80.5 14t71.5 40l72 -88q-92 -90 -235 -90q-96 0 -168 42t-112 124t-40 199q0 113 42 195t115.5 125t166.5 43q71 0 122 -19.5z
+" />
+ <glyph glyph-name="uni042D" unicode="Э"
+d="M481.5 618.5q78.5 -92.5 78.5 -267.5q0 -121 -39.5 -203.5t-110.5 -123.5t-167 -41q-69 0 -127.5 22.5t-101.5 65.5l76 89q36 -27 71 -40t80 -13q145 0 153 190h-257v115h257q-5 96 -41.5 138t-105.5 42q-45 0 -80 -14.5t-69 -39.5l-76 86q50 42 107.5 64.5t130.5 22.5
+q143 0 221.5 -92.5z" />
+ <glyph glyph-name="uni0406" unicode="І"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120z" />
+ <glyph glyph-name="uni0407" unicode="Ї"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120zM126 785q-24 23 -24 57t24 57t58 23q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58 23zM357.5 785.5q-24.5 23.5 -24.5 56.5t24.5 56.5t58.5 23.5q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23
+q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni0408" unicode="Ј"
+d="M527 249q0 -122 -73.5 -193t-205.5 -71q-64 0 -112.5 16t-96.5 49l62 101q36 -24 67 -34t71 -10q55 0 89.5 35.5t34.5 105.5v325h-212v120h376v-444z" />
+ <glyph glyph-name="uni040B" unicode="Ћ"
+d="M423 576h-139v-150q52 44 119 44q88 0 133.5 -54.5t45.5 -163.5v-252h-154v266q0 47 -15.5 67t-52.5 20q-41 0 -76 -33v-320h-153v576h-139v117h448z" />
+ <glyph glyph-name="uni042E" unicode="Ю"
+d="M509 671q42 -40 60.5 -119t18.5 -205q0 -186 -44 -275t-150 -89q-101 0 -144.5 78.5t-47.5 241.5h-46v-303h-125v693h125v-280h47q6 148 51 223t140 75q73 0 115 -40zM358.5 581.5q-12.5 -21.5 -17.5 -75.5t-5 -158q0 -105 5 -159t17 -76t36 -22t36 22t17 76t5 158
+q0 105 -5 159t-17 75.5t-36 21.5q-23 0 -35.5 -21.5z" />
+ <glyph glyph-name="uni042F" unicode="Я"
+d="M548 0h-164v251h-85l-120 -251h-177l153 281q-59 27 -88.5 73.5t-29.5 118.5q0 110 71.5 165t212.5 55h227v-693zM324 578q-118 0 -118 -109q0 -57 30.5 -81.5t90.5 -24.5h57v215h-60z" />
+ <glyph glyph-name="uni0402" unicode="Ђ"
+d="M284 426q52 44 119 44q88 0 133.5 -54.5t45.5 -163.5v-153q0 -114 -55 -175t-154 -94l-43 112q41 17 62 37.5t28.5 49t7.5 73.5v164q0 47 -15.5 67t-52.5 20q-41 0 -76 -33v-320h-153v576h-139v117h448l-17 -117h-139v-150z" />
+ <glyph glyph-name="uni0460" unicode="Ѡ"
+d="M570 512q19 -83 19 -208q0 -107 -23.5 -179.5t-63.5 -108.5t-90 -36q-51 0 -75.5 23.5t-37.5 71.5q-31 -95 -108 -95q-82 0 -131 82t-49 242q0 87 10 155.5t25 118t39 115.5h132l-13 -54q-22 -92 -33.5 -162.5t-11.5 -170.5q0 -107 13 -154t37 -47q13 0 21.5 14t8.5 41
+v239h122v-239q0 -28 7.5 -41.5t23.5 -13.5q49 0 49 201q0 107 -12.5 182.5t-36.5 167.5l-9 37h131q37 -98 56 -181z" />
+ <glyph glyph-name="uni0462" unicode="Ѣ"
+d="M514.5 389.5q72.5 -54.5 72.5 -159.5q0 -112 -71.5 -171t-187.5 -59h-202v519h-116v95h116v79h164v-79h123v-95h-123v-75h28q124 0 196.5 -54.5zM391.5 147.5q27.5 27.5 27.5 81.5q0 48 -28.5 73t-78.5 25h-22v-207h28q46 0 73.5 27.5z" />
+ <glyph glyph-name="uni0464" unicode="Ѥ"
+d="M608 19q-59 -36 -136 -36q-231 0 -249 310h-46v-293h-155v696h155v-283h47q12 145 78 221.5t183 76.5q68 0 122 -33l-50 -95q-33 16 -70 16q-53 0 -79.5 -45.5t-28.5 -141.5h157v-115h-157q1 -104 25.5 -152t80.5 -48q44 0 78 17z" />
+ <glyph glyph-name="uni0466" unicode="Ѧ"
+d="M392 244h-32v-245h-120v245h-35l-64 -244h-152l212 693h199l212 -693h-156zM363 357l-65 247l-64 -247h129z" />
+ <glyph glyph-name="uni0468" unicode="Ѩ"
+d="M448 264h-16v-265h-101v265h-17l-50 -264h-123l55 264h-69v-266h-126v695h126v-336h88l69 336h199l142 -693h-127zM431 357l-50 262l-49 -262h99z" />
+ <glyph glyph-name="uni046A" unicode="Ѫ"
+d="M597 0h-132l-75 310h-28v-310h-124v310h-30l-75 -310h-130l112 401h68l-116 203v89h459v-89l-114 -203h69zM299 401l97 200h-198z" />
+ <glyph glyph-name="uni046C" unicode="Ѭ"
+d="M613 0h-122l-26 310h-25v-310h-112v310h-25l-27 -310h-120l42 310h-67v-312h-126v695h126v-292h146l-89 205v87h386v-87l-86 -205h68zM384 401l76 205h-156z" />
+ <glyph glyph-name="uni046E" unicode="Ѯ"
+d="M234 751l-142 130l57 65l133 -85l133 85l56 -65l-141 -130h-96zM486 337.5q53 -46.5 53 -141.5q0 -64 -30.5 -104t-73.5 -61t-112 -42q-59 -17 -77 -28t-18 -27q0 -17 15 -29t60 -37l-56 -94q-180 73 -180 176q0 54 35 85.5t124 59.5q56 18 84.5 30t45 31.5t16.5 50.5
+q0 80 -104 80h-125v90l185 193h-267v123h442v-118l-185 -188h1q114 -3 167 -49.5z" />
+ <glyph glyph-name="uni0470" unicode="Ѱ"
+d="M228 183q-217 30 -217 240v270h139v-274q0 -62 17.5 -91.5t71.5 -39.5v405h124v-404q51 11 69 40t18 90v274h139v-270q0 -100 -54 -161.5t-163 -77.5v-184h-144v183z" />
+ <glyph glyph-name="uni0472" unicode="Ѳ"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM218.5 545.5q-27.5 -45.5 -32.5 -143.5h227q-5 98 -31.5 143.5t-81.5 45.5q-54 0 -81.5 -45.5zM383.5 151
+q26.5 48 30.5 150h-228q3 -102 30.5 -150t83.5 -48q57 0 83.5 48z" />
+ <glyph glyph-name="uni0474" unicode="Ѵ"
+d="M561 592q-12 0 -19 -6.5t-11 -21.5l-144 -564h-204l-173 693h173l105 -568l85 448q15 75 53 107.5t106 32.5q43 0 66 -9l-21 -114q-8 2 -16 2z" />
+ <glyph glyph-name="uni0476" unicode="Ѷ"
+d="M561 592q-12 0 -19 -6.5t-11 -21.5l-144 -564h-204l-173 693h173l105 -568l85 448q15 75 53 107.5t106 32.5q43 0 66 -9l-21 -114q-8 2 -16 2zM184 786l-125 182l106 51l100 -194zM346 787l-124 183l107 49l99 -196z" />
+ <glyph glyph-name="uni0478" unicode="Ѹ"
+d="M31.5 79q-41.5 96 -41.5 268q0 169 41.5 266.5t120.5 97.5q161 0 161 -364q0 -172 -39 -268t-122 -96q-79 0 -120.5 96zM192 144.5q12 61.5 12 202.5t-12.5 202.5t-39.5 61.5t-39 -61t-12 -203q0 -141 12 -202.5t39 -61.5q28 0 40 61.5zM323 -150q49 20 74.5 53t35.5 97
+h-49l-71 531h100l40 -430l46 430h96l-76 -531q-27 -187 -173 -223z" />
+ <glyph glyph-name="uni0492" unicode="Ғ"
+d="M279 564v-131h143v-98h-143v-335h-164v335h-77v98h77v260h469l-16 -129h-289z" />
+ <glyph glyph-name="uni0494" unicode="Ҕ"
+d="M512 409q54 -61 54 -178v-257q0 -98 -52.5 -149.5t-148.5 -51.5q-43 0 -75 11.5t-60 33.5l60 92q18 -9 30 -13t29 -4q26 0 39.5 15.5t13.5 51.5v270q0 65 -22 92t-73 27q-59 0 -101 -38v-311h-164v693h164h280l-20 -125h-260v-147q66 49 147 49q105 0 159 -61z" />
+ <glyph glyph-name="uni0496" unicode="Җ"
+d="M611 122v-296h-106l-20 174h-29l-78 320h-28v-320h-100v320h-30l-78 -320h-140l108 379l-98 314h135l76 -291h27v291h100v-291h27l76 291h135l-98 -314l73 -257h48z" />
+ <glyph glyph-name="uni0498" unicode="Ҙ"
+d="M497.5 52q-64.5 -57 -180.5 -67v-33q51 -6 77 -32t26 -67q0 -51 -41 -83t-108 -32q-34 0 -64.5 8.5t-52.5 21.5l36 73q34 -17 64 -17q53 0 53 31q0 19 -22 26t-70 7l11 97q-135 12 -219 97l84 84q75 -63 176 -63q61 0 96 27t35 75q0 52 -34 78t-98 26h-116l19 116h96
+q54 0 84.5 22t30.5 63q0 39 -30 60.5t-84 21.5q-94 0 -162 -54l-79 83q102 90 258 90q77 0 135.5 -23.5t90.5 -65.5t32 -96q0 -63 -40.5 -102.5t-116.5 -54.5q83 -8 130.5 -52t47.5 -119q0 -89 -64.5 -146z" />
+ <glyph glyph-name="uni049A" unicode="Қ"
+d="M483 -174l-20 174h-34l-150 302h-63v-302h-164v693h164v-273h61l153 273h159l-176 -314l132 -257h63v-296h-125z" />
+ <glyph glyph-name="uni049C" unicode="Ҝ"
+d="M236 309h-36v-309h-148v693h148v-280h36v160h55v-160h16l120 280h158l-156 -314l175 -379h-172l-122 309h-19v-162h-55v162z" />
+ <glyph glyph-name="uni049E" unicode="Ҟ"
+d="M603 0h-179l-130 302h-63v-302h-164v534h-57v95h57v64h164v-64h84v-95h-84v-114h61l133 273h159l-156 -314z" />
+ <glyph glyph-name="uni04A0" unicode="Ҡ"
+d="M246 305v-305h-152v573h-94v120h246v-275h56l129 275h156l-157 -314l175 -379h-173l-128 305h-58z" />
+ <glyph glyph-name="uni04A2" unicode="Ң"
+d="M596 122v-296h-125l-20 174h-67v292h-168v-292h-164v693h164v-266h168v266h164v-571h48z" />
+ <glyph glyph-name="uni04A6" unicode="Ҧ"
+d="M550 420q33 -41 33 -108v-357q0 -83 -47 -132.5t-124 -49.5q-43 0 -75 11.5t-60 33.5l55 81q30 -21 64 -21q53 0 53 67v356q0 24 -10 37.5t-28 13.5q-21 0 -41 -17v-335h-134v584h-78v-584h-135v693h347v-265q38 33 89 33q58 0 91 -41z" />
+ <glyph glyph-name="uni0524" unicode="Ԥ"
+d="M596 122v-296h-125l-20 174h-67v567h-168v-567h-164v693h496v-571h48z" />
+ <glyph glyph-name="uni04A8" unicode="Ҩ"
+d="M553 139.5q-29 -63.5 -82 -104.5q37 -58 85 -124l-82 -59q-63 87 -96 137q-33 -9 -71 -9q-84 0 -148.5 42.5t-100.5 125t-36 197.5q0 116 36 199t100 126t145 43q68 0 116 -20.5t96 -61.5l-77 -90q-35 27 -64.5 39.5t-63.5 12.5q-55 0 -86.5 -60.5t-31.5 -187.5
+q0 -129 31 -190t83 -61h10q-46 94 -46 179q0 75 41 117t112 42q68 0 113.5 -40t45.5 -118q0 -71 -29 -134.5zM392.5 320q-10.5 -15 -10.5 -44q0 -65 35 -144q43 44 43 147q0 27 -10 41.5t-28 14.5q-19 0 -29.5 -15z" />
+ <glyph glyph-name="uni04AA" unicode="Ҫ"
+d="M483 -136q0 -56 -41 -89t-112 -33q-58 0 -105 25l31 79q28 -14 63 -14q28 0 42 13.5t14 35.5q0 59 -70 105q-124 17 -197.5 110.5t-73.5 251.5q0 113 42 195t116 125t166 43q72 0 124 -19t98 -57l-80 -97q-63 51 -138 51q-71 0 -114.5 -60t-43.5 -181t43 -179.5
+t118 -58.5q46 0 79 16t71 46l74 -95q-75 -76 -183 -91q77 -46 77 -122z" />
+ <glyph glyph-name="uni04AC" unicode="Ҭ"
+d="M381 567v-445h48v-296h-125l-20 174h-67v567h-195v126h561l-16 -126h-186z" />
+ <glyph glyph-name="uni04AE" unicode="Ү"
+d="M382 0h-164v259l-226 434h180l131 -298l132 298h173l-226 -433v-260z" />
+ <glyph glyph-name="uni04B0" unicode="Ұ"
+d="M399 294h99v-93h-116v-201h-164v201h-116v93h98l-208 399h180l131 -298l132 298h173z" />
+ <glyph glyph-name="uni04B2" unicode="Ҳ"
+d="M472 -174l-20 174h-33l1 2l-122 262l-120 -264h-174l196 368l-181 325h177l104 -222l107 222h173l-184 -318l136 -253h65v-296h-125z" />
+ <glyph glyph-name="uni04B6" unicode="Ҷ"
+d="M596 122v-296h-125l-20 174h-67v243q-61 -45 -144 -45q-102 0 -158.5 60.5t-56.5 175.5v259h164v-254q0 -65 22.5 -92.5t74.5 -27.5q58 0 98 36v338h164v-571h48z" />
+ <glyph glyph-name="uni04B8" unicode="Ҹ"
+d="M548 693v-693h-164v243q-30 -22 -59 -31v-87h-66v73h-19q-102 0 -158.5 60.5t-56.5 175.5v259h164v-254q0 -56 16.5 -83.5t53.5 -34.5v234h66v-231q32 7 59 31v338h164z" />
+ <glyph glyph-name="uni04BA" unicode="Һ"
+d="M521.5 409q53.5 -61 53.5 -178v-231h-164v230q0 65 -21.5 92t-72.5 27q-61 0 -101 -38v-311h-164v693h164v-273q63 50 147 50q105 0 158.5 -61z" />
+ <glyph glyph-name="uni0526" unicode="Ԧ"
+d="M604 122v-296h-126l-19 174h-67v230q0 64 -21 91.5t-65 27.5q-50 0 -90 -38v-311h-164v693h164v-272q64 49 137 49q98 0 150.5 -61.5t52.5 -177.5v-109h48z" />
+ <glyph glyph-name="uni04BC" unicode="Ҽ"
+d="M571 286h-289q1 -103 26.5 -148t74.5 -45q28 0 52 11t54 32l59 -79q-38 -36 -82.5 -55t-91.5 -19q-111 0 -168.5 77t-65.5 230q-69 0 -107 40.5t-38 106.5q0 31 7 54.5t21 47.5l86 -34q-1 -3 -7.5 -20.5t-6.5 -39.5q0 -26 11 -39t34 -14q8 155 65.5 237t159.5 82
+q211 0 211 -354q0 -38 -5 -71zM420.5 556q-17.5 46 -55.5 46q-41 0 -60.5 -46t-22.5 -164h154q2 118 -15.5 164z" />
+ <glyph glyph-name="uni04BE" unicode="Ҿ"
+d="M571 286h-289q1 -103 26.5 -148t74.5 -45q28 0 52 11t54 32l59 -79q-48 -45 -104 -63q-56 -22 -77.5 -47t-21.5 -57q0 -24 15.5 -36.5t42.5 -12.5q24 0 54 7l-12 -93q-29 -8 -59 -8q-66 0 -108.5 32.5t-42.5 90.5q0 76 68 123q-149 42 -163 297q-69 0 -107 40.5
+t-38 106.5q0 31 7 54.5t21 47.5l86 -34q-1 -3 -7.5 -20.5t-6.5 -39.5q0 -26 11 -39t34 -14q8 155 65.5 237t159.5 82q211 0 211 -354q0 -38 -5 -71zM420.5 556q-17.5 46 -55.5 46q-41 0 -60.5 -46t-22.5 -164h154q2 118 -15.5 164z" />
+ <glyph glyph-name="uni04C0" unicode="Ӏ"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120z" />
+ <glyph glyph-name="uni04C1" unicode="Ӂ"
+d="M220 320l-78 -320h-140l108 379l-98 314h135l76 -291h27v291h100v-291h27l76 291h135l-98 -314l108 -379h-142l-78 320h-28v-320h-100v320h-30zM179 783q-44 45 -51 110l87 15q7 -29 29 -45t56 -16t56 16t29 45l87 -15q-7 -65 -51 -110t-121 -45t-121 45z" />
+ <glyph glyph-name="uni04C3" unicode="Ӄ"
+d="M533.5 341q34.5 -49 34.5 -139v-228q0 -97 -52.5 -149t-147.5 -52q-43 0 -75 11.5t-61 33.5l60 92q20 -9 31.5 -13t28.5 -4q26 0 39 15.5t13 51.5v240q0 47 -19 69.5t-61 22.5h-108v-292h-164v693h164v-283h65l148 283h160l-161 -289q71 -14 105.5 -63z" />
+ <glyph glyph-name="uni04C5" unicode="Ӆ"
+d="M610 152l-99 -326h-135l39 174h-59v568h-79l-10 -111q-16 -169 -38.5 -258.5t-62 -136.5t-112.5 -82l-64 108q37 28 58 61t36.5 106.5t29.5 217.5l20 220h386v-541h90z" />
+ <glyph glyph-name="uni04C7" unicode="Ӈ"
+d="M548 -26q0 -97 -52.5 -149t-147.5 -52q-43 0 -75 11.5t-61 33.5l60 92q20 -9 31.5 -13t28.5 -4q26 0 39 15.5t13 51.5v332h-168v-292h-164v693h164v-266h168v266h164v-719z" />
+ <glyph glyph-name="uni04C9" unicode="Ӊ"
+d="M599 152l-99 -326h-135l40 174h-60v290h-138v-290h-164v693h164v-264h138v264h164v-541h90z" />
+ <glyph glyph-name="uni04CB" unicode="Ӌ"
+d="M548 693v-693h-83l-20 -174h-125v296h64v121q-61 -45 -144 -45q-102 0 -158.5 60.5t-56.5 175.5v259h164v-254q0 -65 22.5 -92.5t74.5 -27.5q58 0 98 36v338h164z" />
+ <glyph glyph-name="uni04CD" unicode="Ӎ"
+d="M630 152l-99 -326h-116l40 174h-52l-8 297q-1 22 -1 61q0 49 3 98t7 104l-59 -442h-124l-64 442q11 -123 11 -213l-1 -53l-6 -294h-140l39 693h169l57 -448l53 448h169l30 -541h92z" />
+ <glyph glyph-name="uni04D0" unicode="Ӑ"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM179 783q-44 45 -51 110l87 15q7 -29 29 -45t56 -16t56 16t29 45l87 -15q-7 -65 -51 -110t-121 -45t-121 45z" />
+ <glyph glyph-name="uni04D2" unicode="Ӓ"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM126 785q-24 23 -24 57t24 57t58 23q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58 23zM357.5 785.5q-24.5 23.5 -24.5 56.5t24.5 56.5t58.5 23.5q35 0 58.5 -23
+t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni04D6" unicode="Ӗ"
+d="M257 409h240v-114h-240v-177h289v-118h-453v693h453l-17 -117h-272v-167zM199 783q-44 45 -51 110l87 15q7 -29 29 -45t56 -16t56 16t29 45l87 -15q-7 -65 -51 -110t-121 -45t-121 45z" />
+ <glyph glyph-name="uni04D8" unicode="Ә"
+d="M25 403h388q-3 98 -37 144t-99 46q-43 0 -73.5 -13.5t-68.5 -41.5l-75 86q50 43 105.5 65t126.5 22q138 0 211 -91.5t73 -268.5t-73.5 -272.5t-206.5 -95.5q-138 0 -207 93t-69 261q0 33 5 66zM380.5 146q29.5 45 32.5 146h-238q1 -101 32 -146t89 -45q55 0 84.5 45z" />
+ <glyph glyph-name="uni04DA" unicode="Ӛ"
+d="M25 403h388q-3 98 -37 144t-99 46q-43 0 -73.5 -13.5t-68.5 -41.5l-75 86q50 43 105.5 65t126.5 22q138 0 211 -91.5t73 -268.5t-73.5 -272.5t-206.5 -95.5q-138 0 -207 93t-69 261q0 33 5 66zM380.5 146q29.5 45 32.5 146h-238q1 -101 32 -146t89 -45q55 0 84.5 45z
+M118 786q-24 23 -24 57t24 57t58 23q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58 23zM349.5 786.5q-24.5 23.5 -24.5 56.5t24.5 56.5t58.5 23.5q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni04DC" unicode="Ӝ"
+d="M220 320l-78 -320h-140l108 379l-98 314h135l76 -291h27v291h100v-291h27l76 291h135l-98 -314l108 -379h-142l-78 320h-28v-320h-100v320h-30zM126 785q-24 23 -24 57t24 57t58 23q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58 23zM357.5 785.5
+q-24.5 23.5 -24.5 56.5t24.5 56.5t58.5 23.5q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni04DE" unicode="Ӟ"
+d="M418.5 687.5q58.5 -23.5 90.5 -65.5t32 -96q0 -63 -40.5 -102.5t-116.5 -54.5q83 -8 130.5 -52t47.5 -119q0 -65 -34 -113.5t-100 -75t-158 -26.5q-84 0 -150.5 25.5t-112.5 73.5l84 84q75 -63 176 -63q61 0 96 27t35 75q0 52 -34 78t-98 26h-116l19 116h96q54 0 84.5 22
+t30.5 63q0 39 -30 60.5t-84 21.5q-94 0 -162 -54l-79 83q102 90 258 90q77 0 135.5 -23.5zM115 785q-24 23 -24 57t24 57t58 23q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58 23zM346.5 785.5q-24.5 23.5 -24.5 56.5t24.5 56.5t58.5 23.5q35 0 58.5 -23t23.5 -57
+t-23.5 -57t-58.5 -23q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni04E0" unicode="Ӡ"
+d="M503 353.5q56 -48.5 56 -140.5q0 -65 -34 -118t-97 -84t-147 -31q-83 0 -137 23t-103 67l76 87q40 -31 76 -44t81 -13q53 0 84 27t31 84q0 53 -33 74.5t-97 21.5h-97v86l186 177h-268v123h442v-118l-180 -173h7q98 0 154 -48.5z" />
+ <glyph glyph-name="uni04E2" unicode="Ӣ"
+d="M52 693h150v-235q0 -98 -7 -168.5t-21 -146.5l193 550h181v-693h-150v230q0 164 27 319l-189 -549h-184v693zM147 782v110h305v-110h-305z" />
+ <glyph glyph-name="uni04E4" unicode="Ӥ"
+d="M52 693h150v-235q0 -98 -7 -168.5t-21 -146.5l193 550h181v-693h-150v230q0 164 27 319l-189 -549h-184v693zM126 785q-24 23 -24 57t24 57t58 23q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58 23zM357.5 785.5q-24.5 23.5 -24.5 56.5t24.5 56.5t58.5 23.5
+q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni04E6" unicode="Ӧ"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM383.5 533q-25.5 58 -83.5 58t-83.5 -58t-25.5 -186t25.5 -186t83.5 -58q59 0 84 58t25 186t-25.5 186zM126 785
+q-24 23 -24 57t24 57t58 23q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58 23zM357.5 785.5q-24.5 23.5 -24.5 56.5t24.5 56.5t58.5 23.5q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni04E8" unicode="Ө"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM218.5 545.5q-27.5 -45.5 -32.5 -143.5h227q-5 98 -31.5 143.5t-81.5 45.5q-54 0 -81.5 -45.5zM383.5 151
+q26.5 48 30.5 150h-228q3 -102 30.5 -150t83.5 -48q57 0 83.5 48z" />
+ <glyph glyph-name="uni04EA" unicode="Ӫ"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM218.5 545.5q-27.5 -45.5 -32.5 -143.5h227q-5 98 -31.5 143.5t-81.5 45.5q-54 0 -81.5 -45.5zM383.5 151
+q26.5 48 30.5 150h-228q3 -102 30.5 -150t83.5 -48q57 0 83.5 48zM126 785q-24 23 -24 57t24 57t58 23q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58 23zM357.5 785.5q-24.5 23.5 -24.5 56.5t24.5 56.5t58.5 23.5q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23
+q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni04EC" unicode="Ӭ"
+d="M481.5 618.5q78.5 -92.5 78.5 -267.5q0 -121 -39.5 -203.5t-110.5 -123.5t-167 -41q-69 0 -127.5 22.5t-101.5 65.5l76 89q36 -27 71 -40t80 -13q145 0 153 190h-257v115h257q-5 96 -41.5 138t-105.5 42q-45 0 -80 -14.5t-69 -39.5l-76 86q50 42 107.5 64.5t130.5 22.5
+q143 0 221.5 -92.5zM104 781q-24 23 -24 57t24 57t58 23q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58 23zM335.5 781.5q-24.5 23.5 -24.5 56.5t24.5 56.5t58.5 23.5q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni04EE" unicode="Ӯ"
+d="M431 236q-35 -92 -74 -143.5t-97 -76.5t-154 -33l-21 112q78 7 116 26.5t62 61.5h-53l-215 510h170l146 -416l130 416h166zM157 782v110h305v-110h-305z" />
+ <glyph glyph-name="uni04F0" unicode="Ӱ"
+d="M431 236q-35 -92 -74 -143.5t-97 -76.5t-154 -33l-21 112q78 7 116 26.5t62 61.5h-53l-215 510h170l146 -416l130 416h166zM136 785q-24 23 -24 57t24 57t58 23q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58 23zM367.5 785.5q-24.5 23.5 -24.5 56.5t24.5 56.5
+t58.5 23.5q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni04F2" unicode="Ӳ"
+d="M431 236q-35 -92 -74 -143.5t-97 -76.5t-154 -33l-21 112q78 7 116 26.5t62 61.5h-53l-215 510h170l146 -416l130 416h166zM268 982l107 -49l-124 -183l-83 36zM432 982l106 -51l-125 -182l-81 39z" />
+ <glyph glyph-name="uni04F4" unicode="Ӵ"
+d="M548 693v-693h-164v243q-61 -45 -144 -45q-102 0 -158.5 60.5t-56.5 175.5v259h164v-254q0 -65 22.5 -92.5t74.5 -27.5q58 0 98 36v338h164zM112 785q-24 23 -24 57t24 57t58 23q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58 23zM343.5 785.5
+q-24.5 23.5 -24.5 56.5t24.5 56.5t58.5 23.5q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni04F6" unicode="Ӷ"
+d="M254 564v-442h68v-296h-125l-20 174h-87v693h469l-16 -129h-289z" />
+ <glyph glyph-name="uni04F8" unicode="Ӹ"
+d="M155 462h9q123 0 188.5 -56.5t65.5 -168.5q0 -120 -66.5 -178.5t-185.5 -58.5h-145v693h134v-231zM579 0h-134v693h134v-693zM155 351v-238h14q55 0 82.5 27.5t27.5 95.5q0 115 -101 115h-23zM126 785q-24 23 -24 57t24 57t58 23q35 0 58.5 -23t23.5 -57t-23.5 -57
+t-58.5 -23q-34 0 -58 23zM357.5 785.5q-24.5 23.5 -24.5 56.5t24.5 56.5t58.5 23.5q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni04FA" unicode="Ӻ"
+d="M323 564v-131h143v-98h-143v-213h74v-148q0 -98 -52.5 -149.5t-148.5 -51.5q-43 0 -74.5 11.5t-60.5 33.5l60 92q18 -9 30.5 -13t29.5 -4q26 0 39 15.5t13 51.5v40h-74v335h-77v98h77v260h469l-16 -129h-289z" />
+ <glyph glyph-name="uni04FC" unicode="Ӽ"
+d="M609 -26q0 -98 -52 -149.5t-148 -51.5q-43 0 -75 11.5t-61 33.5l61 92q18 -9 30 -13t29 -4q26 0 39 15.5t13 51.5v40h-29l-122 264l-121 -264h-174l197 368l-182 325h177l105 -222l107 222h173l-185 -318l136 -253h82v-148z" />
+ <glyph glyph-name="uni04FE" unicode="Ӿ"
+d="M597 0h-177l-122 264l-120 -264h-174l170 319h-122v99h120l-153 275h177l104 -222l107 222h173l-159 -275h129v-99h-124z" />
+ <glyph glyph-name="uni0500" unicode="Ԁ"
+d="M97.5 57q-73.5 57 -73.5 173q0 109 77 169t212 60h68v234h164v-693h-244q-130 0 -203.5 57zM381 120v222h-62q-64 0 -95 -27.5t-31 -84.5q0 -58 30 -84t90 -26h68z" />
+ <glyph glyph-name="uni0502" unicode="Ԃ"
+d="M583 246q0 -133 -45 -198t-135 -65q-80 0 -122 65q-22 -31 -48.5 -47t-62.5 -16q-44 0 -80 25.5t-58 76.5t-22 122q0 72 27 125t73.5 81t103.5 28h38v250h124v-554q0 -25 9 -37t23 -12q25 0 37 37.5t12 117.5q0 67 -5 134h125q6 -58 6 -133zM224.5 99.5
+q13.5 9.5 27.5 31.5v210h-32q-42 0 -63.5 -31t-21.5 -100q0 -120 58 -120q18 0 31.5 9.5z" />
+ <glyph glyph-name="uni0504" unicode="Ԅ"
+d="M584 256q0 -273 -203 -273q-75 0 -122.5 33t-79.5 100l-70 149h-72v111h75q55 0 82.5 25.5t27.5 80.5q0 51 -29 74.5t-88 23.5h-89v113h89q143 0 214 -52t71 -159q0 -68 -35.5 -114t-95.5 -73l73 -150q10 -22 21 -30.5t27 -8.5q27 0 39.5 34t12.5 115q0 57 -5 124h151
+q6 -58 6 -123z" />
+ <glyph glyph-name="uni0506" unicode="Ԇ"
+d="M566 122v-296h-126l-20 174h-51l-150 265h-132v113h147q109 0 109 104q0 50 -28.5 73t-87.5 23h-170v115h169q143 0 214.5 -52t71.5 -159q0 -70 -38 -117.5t-101 -72.5l106 -170h87z" />
+ <glyph glyph-name="uni0508" unicode="Ԉ"
+d="M598 246q0 -263 -180 -263q-67 0 -110 43.5t-43 122.5v437h-53l-9 -169q-8 -153 -23.5 -233.5t-43.5 -123.5t-83 -80l-58 94q27 23 43 57.5t27 108t19 213.5l14 240h292v-554q0 -25 9 -37t24 -12q49 0 49 155q0 67 -5 134h125q6 -58 6 -133z" />
+ <glyph glyph-name="uni050A" unicode="Ԋ"
+d="M592 246q0 -134 -46 -198.5t-140 -64.5q-44 0 -80.5 19t-58.5 56.5t-22 90.5v141h-82v-290h-132v693h132v-286h82v286h133v-554q0 -25 9 -37t23 -12q25 0 37 37.5t12 117.5q0 67 -5 134h132q6 -58 6 -133z" />
+ <glyph glyph-name="uni050C" unicode="Ԍ"
+d="M100.5 76.5q-77.5 93.5 -77.5 271.5q0 115 42 197t115.5 124t164.5 42q71 0 123.5 -22.5t96.5 -63.5l-86 -89q-33 29 -61.5 42t-64.5 13q-75 0 -118 -59.5t-43 -184.5q0 -134 32 -189t103 -55q47 0 86 21v159h-87l-16 114h258v-344q-114 -70 -242 -70q-148 0 -225.5 93.5
+z" />
+ <glyph glyph-name="uni050E" unicode="Ԏ"
+d="M580 246q0 -130 -59 -196.5t-159 -66.5q-87 0 -140.5 52.5t-53.5 154.5v172h-1v208h-155v123h492l-17 -123h-156v-420q0 -50 36 -50q30 0 43.5 35.5t13.5 109.5q0 67 -5 134h155q6 -58 6 -133z" />
+ <glyph glyph-name="uni0510" unicode="Ԑ"
+d="M461.5 689q60.5 -22 113.5 -68l-79 -83q-68 54 -159 54q-55 0 -86 -22t-31 -61q0 -41 31 -62.5t84 -21.5h114l-19 -116h-96q-64 0 -98 -26t-34 -78q0 -48 34.5 -75t93.5 -27q103 0 181 63l82 -84q-105 -99 -270 -99q-88 0 -152.5 27t-98.5 75.5t-34 113.5
+q0 74 47.5 117.5t130.5 52.5q-78 14 -117.5 49.5t-39.5 97.5q0 57 34 101t94 69t136 25q78 0 138.5 -22z" />
+ <glyph glyph-name="uni0512" unicode="Ԓ"
+d="M548 -26q0 -97 -52.5 -149t-147.5 -52q-43 0 -75 11.5t-61 33.5l60 92q20 -9 31.5 -13t28.5 -4q26 0 39 15.5t13 51.5v608h-109l-10 -111q-16 -169 -38.5 -258.5t-62 -136.5t-112.5 -82l-64 108q37 28 58 61t36.5 106.5t29.5 217.5l20 220h416v-719z" />
+ <glyph glyph-name="uni0514" unicode="Ԕ"
+d="M606 0h-130l-71 274l-71 -274h-127l108 368l-67 218h-48l-10 -169q-9 -153 -24 -233.5t-43.5 -123.5t-82.5 -80l-57 94q27 23 42.5 57.5t26.5 108.5t19 213l15 240h260l60 -232l62 232h128l-110 -318z" />
+ <glyph glyph-name="uni0516" unicode="Ԗ"
+d="M452 0l-108 301q-53 -70 -143 -70h-35v-231h-144v693h168q91 0 144.5 -49t61.5 -144l73 193h131l-132 -324l140 -369h-156zM267 467q0 114 -75 114h-26v-236h25q76 0 76 122z" />
+ <glyph glyph-name="uni0518" unicode="Ԙ"
+d="M598 115v-115h-324v251h-31l-84 -251h-160l118 281q-50 32 -76.5 77t-26.5 112t32 117.5t87 78t123 27.5h342l-17 -112h-163v-174h140v-111h-140v-181h180zM274 583h-20q-41 0 -64.5 -29t-23.5 -85q0 -55 23 -82t62 -27h23v223z" />
+ <glyph glyph-name="uni051A" unicode="Ԛ"
+d="M429 40q84 -14 130.5 -50t74.5 -117l-134 -46q-24 57 -49 90.5t-63.5 51t-97.5 17.5q-128 0 -193 94.5t-65 266.5q0 170 69 267t202 97q134 0 202.5 -96t68.5 -268q0 -233 -145 -307zM395 487.5q-9 52.5 -31 77.5t-61 25t-61 -25.5t-31 -78t-9 -139.5q0 -130 22.5 -187
+t78.5 -57q40 0 61.5 25.5t30.5 78t9 140.5t-9 140.5z" />
+ <glyph glyph-name="uni051C" unicode="Ԝ"
+d="M522 0h-170l-51 496l-56 -496h-173l-75 693h153l24 -553l57 473h142l53 -473l34 553h143z" />
+ <glyph glyph-name="uni051E" unicode="Ԟ"
+d="M608 0h-179l-151 302h-62v-302h-164v693h164v-273h60l59 105l-92 43l39 84l99 -46l49 87h159l-81 -145l96 -44l-39 -84l-103 47l-49 -88z" />
+ <glyph glyph-name="uni0520" unicode="Ԡ"
+d="M552.5 421q28.5 -40 28.5 -109v-357q0 -55 -21 -96t-58 -63.5t-83 -22.5q-42 0 -71.5 11.5t-59.5 33.5l52 77q32 -21 64 -21q26 0 39 15.5t13 51.5v360q0 24 -9.5 37.5t-28.5 13.5t-40 -16v-336h-125v586h-54l-9 -169q-8 -153 -23.5 -233.5t-43.5 -123.5t-83 -80l-58 94
+q27 23 43 57.5t27 108t19 213.5l14 240h293v-265q38 33 89 33q57 0 85.5 -40z" />
+ <glyph glyph-name="uni0522" unicode="Ԣ"
+d="M548.5 420q32.5 -41 32.5 -108v-357q0 -83 -46.5 -132.5t-122.5 -49.5q-43 0 -75 11.5t-60 33.5l55 81q30 -21 64 -21q53 0 53 67v356q0 24 -10 37.5t-28 13.5q-21 0 -40 -16v-336h-132v290h-82v-290h-133v693h133v-286h82v286h132v-264q39 32 88 32q57 0 89.5 -41z" />
+ <glyph glyph-name="uni048C" unicode="Ҍ"
+d="M505 389.5q73 -54.5 73 -159.5q0 -112 -71.5 -171t-187.5 -59h-233v521h-56v92h56v80h164v-80h119v-92h-119v-77h58q124 0 197 -54.5zM381.5 147.5q27.5 27.5 27.5 81.5q0 48 -28.5 73t-78.5 25h-52v-207h58q46 0 73.5 27.5z" />
+ <glyph glyph-name="uni048E" unicode="Ҏ"
+d="M546 349.5q-30 -50.5 -83 -80.5l62 -101h-79l-46 75q-46 -12 -98 -12h-76v-231h-164v693h218q144 0 220 -56.5t76 -169.5q0 -67 -30 -117.5zM334 352l-78 127h79l59 -97q23 28 23 85q0 55 -31 82t-94 27h-66v-227h75q18 0 33 3z" />
+ <glyph glyph-name="uni0430" unicode="а"
+d="M525 110q8 -14 27 -21l-33 -104q-48 5 -80 21.5t-50 48.5q-30 -35 -76 -53.5t-98 -18.5q-82 0 -131 46.5t-49 120.5q0 86 68 133.5t191 47.5h71v19q0 82 -105 82q-27 0 -67.5 -7.5t-78.5 -20.5l-36 105q51 19 106.5 29.5t100.5 10.5q232 0 232 -188v-208q0 -29 8 -43z
+M323.5 111.5q27.5 15.5 41.5 42.5v87h-39q-128 0 -128 -80q0 -31 18.5 -48t52.5 -17q27 0 54.5 15.5z" />
+ <glyph glyph-name="uni0431" unicode="б"
+d="M455.5 470.5q46.5 -30.5 73 -88.5t26.5 -137q0 -84 -32.5 -143t-90 -89t-132.5 -30q-256 0 -256 317q0 115 18.5 188.5t64.5 120t130 71.5q61 18 99 34t90 45l57 -100q-39 -27 -76 -42t-104 -36q-43 -14 -68 -31.5t-38.5 -46t-18.5 -76.5q58 74 153 74q58 0 104.5 -30.5z
+M372.5 128.5q26.5 32.5 26.5 114.5q0 79 -23 112.5t-72 33.5q-57 0 -102 -63v-64q0 -83 24 -124.5t74 -41.5q46 0 72.5 32.5z" />
+ <glyph glyph-name="uni0432" unicode="в"
+d="M523 249q35 -34 35 -89q0 -82 -67.5 -121t-176.5 -39h-235v526q123 23 219 23q106 0 171 -37t65 -105q0 -44 -29 -73t-82 -42q65 -9 100 -43zM237 444v-120h67q78 0 78 61q0 63 -86 63q-38 0 -59 -4zM399 173q0 32 -22 50t-64 18h-76v-137h73q89 0 89 69z" />
+ <glyph glyph-name="uni0433" unicode="г"
+d="M122 0v531h417l-18 -122h-241v-409h-158z" />
+ <glyph glyph-name="uni0453" unicode="ѓ"
+d="M122 0v531h417l-18 -122h-241v-409h-158zM476 716l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="uni0491" unicode="ґ"
+d="M539 683v-152l-18 -122h-241v-409h-158v531h273v152h144z" />
+ <glyph glyph-name="uni0434" unicode="д"
+d="M573 117v-291h-119l-20 174h-282l-20 -174h-119v291h42q28 27 42.5 77t23.5 167l14 170h387v-414h51zM375 117v304h-101l-4 -54q-7 -84 -17 -130.5t-25.5 -72.5t-42.5 -47h188h2z" />
+ <glyph glyph-name="uni0435" unicode="е"
+d="M335 98q68 0 136 44l63 -86q-39 -34 -93 -53.5t-119 -19.5q-89 0 -151 35.5t-93.5 99t-31.5 147.5q0 80 30.5 144.5t89 102t139.5 37.5q76 0 132 -32.5t86.5 -94t30.5 -146.5q0 -33 -3 -57h-344q15 -121 128 -121zM236 411.5q-26 -31.5 -31 -96.5h195q-2 128 -95 128
+q-43 0 -69 -31.5z" />
+ <glyph glyph-name="uni0450" unicode="ѐ"
+d="M335 98q68 0 136 44l63 -86q-39 -34 -93 -53.5t-119 -19.5q-89 0 -151 35.5t-93.5 99t-31.5 147.5q0 80 30.5 144.5t89 102t139.5 37.5q76 0 132 -32.5t86.5 -94t30.5 -146.5q0 -33 -3 -57h-344q15 -121 128 -121zM236 411.5q-26 -31.5 -31 -96.5h195q-2 128 -95 128
+q-43 0 -69 -31.5zM170 716l61 119l218 -133l-43 -80z" />
+ <glyph glyph-name="uni0451" unicode="ё"
+d="M335 98q68 0 136 44l63 -86q-39 -34 -93 -53.5t-119 -19.5q-89 0 -151 35.5t-93.5 99t-31.5 147.5q0 80 30.5 144.5t89 102t139.5 37.5q76 0 132 -32.5t86.5 -94t30.5 -146.5q0 -33 -3 -57h-344q15 -121 128 -121zM236 411.5q-26 -31.5 -31 -96.5h195q-2 128 -95 128
+q-43 0 -69 -31.5zM133 660.5q-24 23.5 -24 57.5q0 33 24 56t58 23q35 0 59 -23t24 -56q0 -34 -24 -57.5t-59 -23.5q-34 0 -58 23.5zM364.5 660.5q-24.5 23.5 -24.5 57.5q0 33 24.5 56t58.5 23t58 -23t24 -56q0 -34 -23.5 -57.5t-58.5 -23.5q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni0436" unicode="ж"
+d="M246 232h-25l-85 -232h-141l122 285l-119 246h137l84 -211h27v211h108v-211h27l88 211h133l-118 -246l122 -285h-138l-89 232h-25v-232h-108v232z" />
+ <glyph glyph-name="uni0437" unicode="з"
+d="M265 324q41 0 63 15.5t22 43.5t-23 42t-66 14q-41 0 -79.5 -10t-70.5 -29l-68 84q46 32 104.5 48.5t123.5 16.5q106 0 172 -39t66 -109q0 -87 -127 -120q76 -9 115 -39t39 -88q0 -82 -74 -126.5t-194 -44.5q-149 0 -242 70l68 91q42 -25 83 -36.5t89 -11.5
+q53 0 79.5 17.5t26.5 48.5q0 29 -24.5 45t-72.5 16h-115l9 101h96z" />
+ <glyph glyph-name="uni0438" unicode="и"
+d="M530 0h-149v169q0 125 26 224l-174 -393h-163v531h149v-171q0 -121 -27 -223l174 394h164v-531z" />
+ <glyph glyph-name="uni0439" unicode="й"
+d="M530 0h-149v169q0 125 26 224l-174 -393h-163v531h149v-171q0 -121 -27 -223l174 394h164v-531zM179 657q-44 45 -51 110l87 15q7 -29 29 -45t56 -16t56 16t29 45l87 -15q-7 -65 -51 -110t-121 -45t-121 45z" />
+ <glyph glyph-name="uni045D" unicode="ѝ"
+d="M530 0h-149v169q0 125 26 224l-174 -393h-163v531h149v-171q0 -121 -27 -223l174 394h164v-531zM163 716l61 119l218 -133l-43 -80z" />
+ <glyph glyph-name="uni048B" unicode="ҋ"
+d="M164 657q-44 45 -51 110l87 15q7 -29 29 -45t56 -16t56 16t29 45l87 -15q-7 -65 -51 -110t-121 -45t-121 45zM607 140l-99 -314h-129l40 174h-63v169q0 119 22 215l-152 -384h-161v531h149v-171q0 -121 -27 -223l157 394h161v-391h102z" />
+ <glyph glyph-name="uni043A" unicode="к"
+d="M73 531h158v-202h73l115 202h153l-147 -246l162 -285h-168l-119 224h-69v-224h-158v531z" />
+ <glyph glyph-name="uni045C" unicode="ќ"
+d="M73 531h158v-202h73l115 202h153l-147 -246l162 -285h-168l-119 224h-69v-224h-158v531zM458 716l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="uni043B" unicode="л"
+d="M528 0h-158v415h-114l-3 -65q-6 -123 -23 -191.5t-51 -107.5t-99 -71l-66 100q28 20 44 44.5t27 74.5t18 145l14 187h411v-531z" />
+ <glyph glyph-name="uni043C" unicode="м"
+d="M579 0h-140l-7 181q-2 58 -2 89q0 65 4 118h-4l-72 -304h-115l-78 304h-4q6 -55 6 -110q0 -21 -2 -65l-1 -38l-6 -175h-137l35 531h170l76 -327l66 327h175z" />
+ <glyph glyph-name="uni043D" unicode="н"
+d="M372 212h-144v-212h-158v531h158v-203h144v203h158v-531h-158v212z" />
+ <glyph glyph-name="uni043E" unicode="о"
+d="M489.5 472.5q68.5 -76.5 68.5 -205.5q0 -134 -68 -209t-190 -75t-190 74.5t-68 208.5q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5zM228 392.5q-23 -39.5 -23 -126.5q0 -88 23 -127.5t72 -39.5t72 40t23 128q0 86 -23 125.5t-72 39.5t-72 -39.5z" />
+ <glyph glyph-name="uni043F" unicode="п"
+d="M373 414h-146v-414h-157v531h460v-531h-157v414z" />
+ <glyph glyph-name="uni0440" unicode="р"
+d="M511 475.5q47 -73.5 47 -208.5q0 -82 -24.5 -146.5t-70.5 -101t-109 -36.5q-77 0 -126 55v-243l-158 -17v753h140l7 -59q31 39 69.5 58t77.5 19q100 0 147 -73.5zM228 370v-224q17 -24 35.5 -35.5t42.5 -11.5q44 0 66.5 39.5t22.5 126.5q0 94 -20 130.5t-60 36.5
+q-50 0 -87 -62z" />
+ <glyph glyph-name="uni0441" unicode="с"
+d="M410 119.5q28 11.5 60 33.5l70 -100q-38 -32 -88 -51t-109 -19q-85 0 -146.5 35t-94.5 98t-33 146t34 148t96.5 102t146.5 37q59 0 106 -16.5t88 -50.5l-68 -95q-58 40 -119 40q-119 0 -119 -165q0 -83 31 -118.5t87 -35.5q30 0 58 11.5z" />
+ <glyph glyph-name="uni0442" unicode="т"
+d="M545 414h-166v-414h-158v414h-178v117h520z" />
+ <glyph glyph-name="uni0443" unicode="у"
+d="M395 0q-36 -107 -107 -161.5t-190 -61.5l-18 112q76 10 112.5 34t58.5 77h-55l-168 531h167l103 -430l112 430h162z" />
+ <glyph glyph-name="uni045E" unicode="ў"
+d="M395 0q-36 -107 -107 -161.5t-190 -61.5l-18 112q76 10 112.5 34t58.5 77h-55l-168 531h167l103 -430l112 430h162zM179 657q-44 45 -51 110l87 15q7 -29 29 -45t56 -16t56 16t29 45l87 -15q-7 -65 -51 -110t-121 -45t-121 45z" />
+ <glyph glyph-name="uni0444" unicode="ф"
+d="M357 746v-246q20 26 43.5 37.5t53.5 11.5q54 0 82.5 -33t39 -94t10.5 -157q0 -282 -143 -282q-52 0 -86 46v-238l-113 -13v250q-36 -45 -88 -45q-142 0 -142 282q0 141 31.5 212.5t108.5 71.5q28 0 49.5 -11.5t40.5 -36.5v258zM172 424q-10 -17 -14 -54t-4 -105
+q0 -66 4 -103.5t14 -54.5t29 -17q12 0 20.5 7t22.5 24v290q-11 17 -20 23.5t-23 6.5q-19 0 -29 -17zM380 434q-11 -7 -23 -23v-290q12 -17 21.5 -24t22.5 -7q25 0 35 38t10 137q0 68 -3 105.5t-11.5 54t-25.5 16.5q-15 0 -26 -7z" />
+ <glyph glyph-name="uni0445" unicode="х"
+d="M22 0l182 279l-165 252h177l85 -170l82 170h168l-156 -246l183 -285h-179l-105 199l-101 -199h-171z" />
+ <glyph glyph-name="uni0447" unicode="ч"
+d="M526 0h-158v198q-62 -50 -152 -50q-81 0 -124.5 44t-43.5 121v218h158v-198q0 -36 17.5 -52t50.5 -16q25 0 50.5 9.5t43.5 25.5v231h158v-531z" />
+ <glyph glyph-name="uni0446" unicode="ц"
+d="M586 117v-291h-119l-19 174h-393v531h157v-414h146v414h157v-414h71z" />
+ <glyph glyph-name="uni0448" unicode="ш"
+d="M575 0h-550v531h134v-414h83v414h116v-414h82v414h135v-531z" />
+ <glyph glyph-name="uni0449" unicode="щ"
+d="M626 117v-291h-119l-19 174h-463v531h134v-414h83v414h116v-414h68h14v414h135v-414h51z" />
+ <glyph glyph-name="uni045F" unicode="џ"
+d="M530 0h-163v-174h-119l-19 174h-159v531h157v-414h140h6v414h157v-531z" />
+ <glyph glyph-name="uni044C" unicode="ь"
+d="M246 373h55q128 0 191.5 -46t63.5 -139q0 -103 -66.5 -145.5t-184.5 -42.5h-217v531h158v-158zM246 269v-160h62q43 0 64 18.5t21 63.5q0 41 -21.5 59.5t-68.5 18.5h-57z" />
+ <glyph glyph-name="uni044A" unicode="ъ"
+d="M276 371h41q254 0 254 -184q0 -94 -61.5 -140.5t-175.5 -46.5h-216v418h-104v113h262v-160zM276 267v-158h47q43 0 64 18.5t21 62.5q0 40 -21.5 58.5t-68.5 18.5h-42z" />
+ <glyph glyph-name="uni044B" unicode="ы"
+d="M161 369h9q119 0 177 -44.5t58 -137.5q0 -92 -57 -139.5t-161 -47.5h-161v531h135v-162zM574 0h-135v531h135v-531zM161 275v-177h23q39 0 59 21.5t20 69.5q0 45 -20 65.5t-64 20.5h-18z" />
+ <glyph glyph-name="uni0459" unicode="љ"
+d="M382 366h9q109 0 160 -44.5t51 -137.5q0 -90 -53.5 -137t-146.5 -47h-148v426h-59l-5 -106q-5 -116 -19 -178.5t-43 -97.5t-86 -64l-51 98q23 17 36.5 39t22 71.5t12.5 143.5l8 199h312v-165zM382 273v-177h10q39 0 56 20t17 70q0 47 -16.5 67t-57.5 20h-9z" />
+ <glyph glyph-name="uni045A" unicode="њ"
+d="M385 344h10q210 0 210 -171q0 -86 -55.5 -129.5t-159.5 -43.5h-134v246h-94v-246h-129v531h129v-187h94v187h129v-187zM385 249v-149h3q43 0 63 17t20 58q0 38 -17 56t-54 18h-15z" />
+ <glyph glyph-name="uni0455" unicode="ѕ"
+d="M347.5 108.5q23.5 12.5 23.5 37.5q0 18 -9.5 29t-35.5 21.5t-81 25.5q-80 21 -122 58.5t-42 103.5q0 73 60.5 119t169.5 46q126 0 215 -65l-63 -93q-73 45 -147 45q-39 0 -57.5 -10t-18.5 -31q0 -14 9.5 -23.5t36 -19.5t79.5 -25q57 -16 93.5 -35t56.5 -51t20 -82
+q0 -56 -34 -96t-91 -60t-126 -20q-74 0 -134 21t-102 59l79 89q72 -56 156 -56q41 0 64.5 12.5z" />
+ <glyph glyph-name="uni0454" unicode="є"
+d="M540 482l-66 -88q-59 40 -121 40q-109 0 -124 -113h210v-100h-210q12 -123 126 -123q62 0 118 40l67 -91q-39 -30 -90.5 -47t-107.5 -17q-85 0 -147 35t-94 98t-32 146t34 148t96.5 102t144.5 37q117 0 196 -67z" />
+ <glyph glyph-name="uni044D" unicode="э"
+d="M418.5 513q59.5 -36 90.5 -100.5t31 -148.5q0 -83 -32.5 -146.5t-95 -99t-149.5 -35.5q-61 0 -108 17t-86 52l70 84q29 -20 56.5 -29t63.5 -9q53 0 83.5 29t37.5 94h-196v100h194q-13 113 -114 113q-34 0 -62.5 -9t-58.5 -28l-67 87q45 34 91 49.5t110 15.5
+q82 0 141.5 -36z" />
+ <glyph glyph-name="uni0456" unicode="і"
+d="M366 783.5q26 -25.5 26 -63.5q0 -39 -26 -64t-67 -25t-67.5 25.5t-26.5 63.5t26.5 63.5t67.5 25.5t67 -25.5zM394 108h136v-108h-444v108h150v315h-145v108h303v-423z" />
+ <glyph glyph-name="uni0457" unicode="ї"
+d="M394 108h136v-108h-444v108h150v315h-145v108h303v-423zM125 660.5q-24 23.5 -24 57.5q0 33 24 56t58 23q35 0 59 -23t24 -56q0 -34 -24 -57.5t-59 -23.5q-34 0 -58 23.5zM356.5 660.5q-24.5 23.5 -24.5 57.5q0 33 24.5 56t58.5 23t58 -23t24 -56q0 -34 -23.5 -57.5
+t-58.5 -23.5q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni0458" unicode="ј"
+d="M436.5 783.5q26.5 -25.5 26.5 -63.5t-26.5 -63.5t-66.5 -25.5q-42 0 -68 25t-26 64q0 38 26.5 63.5t67.5 25.5q40 0 66.5 -25.5zM472 154q0 -113 -42 -187.5t-124.5 -119t-211.5 -69.5l-24 121q85 19 137.5 47t79.5 75.5t27 122.5v279h-190v108h348v-377z" />
+ <glyph glyph-name="uni045B" unicode="ћ"
+d="M492 507.5q38 -41.5 38 -117.5v-390h-158v346q0 48 -11 67t-40 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v593h-62v92h62v57l158 16v-73h141v-92h-141v-115q67 71 156 71q70 0 108 -41.5z" />
+ <glyph glyph-name="uni044E" unicode="ю"
+d="M587 267q0 -138 -44.5 -211t-144.5 -73q-90 0 -134.5 59.5t-51.5 173.5h-48v-216h-132v531h132v-208h49q8 107 52.5 166.5t132.5 59.5q189 0 189 -282zM365.5 427q-11.5 -18 -15.5 -56t-4 -105q0 -68 4 -105.5t15 -55.5t33 -18t33.5 18t15.5 56t4 106q0 96 -11.5 137
+t-41.5 41q-21 0 -32.5 -18z" />
+ <glyph glyph-name="uni044F" unicode="я"
+d="M525 531v-531h-158v186h-80l-100 -186h-167l130 219q-43 21 -66.5 55t-23.5 80q0 81 64 129t190 48h211zM367 282v150h-55q-47 0 -68.5 -18.5t-21.5 -54.5q0 -77 93 -77h52z" />
+ <glyph glyph-name="uni0452" unicode="ђ"
+d="M228 685h141v-92h-141v-116q69 72 156 72q70 0 108 -41.5t38 -117.5v-309q0 -93 -23.5 -149.5t-68 -90t-119.5 -63.5l-56 116q56 25 82.5 56t26.5 93v328q0 33 -13 47t-38 14q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v593h-62v92h62v57l158 16v-73z" />
+ <glyph glyph-name="uni0461" unicode="ѡ"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151z" />
+ <glyph glyph-name="uni0463" unicode="ѣ"
+d="M257 548h133l-14 -93h-119v-86h50q128 0 191 -45.5t63 -137.5q0 -91 -58 -138.5t-170 -47.5h-234v455h-63v93h63v110l158 16v-126zM257 265v-156h56q43 0 64 18.5t21 61.5q0 40 -21.5 58t-68.5 18h-51z" />
+ <glyph glyph-name="uni0465" unicode="ѥ"
+d="M480 93.5q16 7.5 35 21.5l60 -68q-27 -30 -63 -47t-77 -17q-95 0 -149 62t-63 171h-47v-216h-133v531h133v-208h49q12 103 67.5 164.5t147.5 61.5q79 0 135 -58l-64 -70q-16 12 -31 18t-34 6q-38 0 -59 -29.5t-26 -94.5h144v-100h-144q4 -135 80 -135q23 0 39 7.5z" />
+ <glyph glyph-name="uni0467" unicode="ѧ"
+d="M383 182h-29v-182h-111v182h-30l-54 -182h-142l184 531h199l184 -531h-143zM351 283l-56 177l-52 -177h108z" />
+ <glyph glyph-name="uni0469" unicode="ѩ"
+d="M460 179h-26v-179h-95v179h-23l-44 -179h-116l49 179h-68v-179h-123v531h123v-258h94l71 258h169l151 -531h-115zM436 273l-49 187l-47 -187h96z" />
+ <glyph glyph-name="uni046B" unicode="ѫ"
+d="M596 0h-133l-49 202h-48v-202h-130v202h-48l-50 -202h-133l104 301h73l-109 156v74h448v-74l-108 -156h80zM298 301l85 141h-171z" />
+ <glyph glyph-name="uni046D" unicode="ѭ"
+d="M632 0h-119l-33 210h-31v-210h-114v210h-34l-33 -210h-120l51 210h-76v-210h-124v531h124v-226h157l-95 152v74h403v-74l-94 -152h66zM388 305l72 141h-146z" />
+ <glyph glyph-name="uni046F" unicode="ѯ"
+d="M481 751l-141 -140h-96l-142 140l57 64l133 -94l133 94zM62 -74q0 52 38.5 85t130.5 56q56 14 85 25t40.5 23t11.5 29q0 19 -13.5 27.5t-44.5 8.5h-161v92l175 145h-248v114h432v-111l-176 -135h37q79 0 123.5 -38t44.5 -105q0 -51 -23.5 -84t-66 -53.5t-110.5 -37.5
+q-51 -13 -76 -22t-33 -17t-8 -19q0 -12 9 -21.5t28 -20.5l-43 -94q-152 56 -152 153z" />
+ <glyph glyph-name="uni0471" unicode="ѱ"
+d="M361 91q36 8 54 25.5t25 50.5t7 93q0 62 -5.5 122t-16.5 149h127q28 -133 28 -275q0 -125 -50.5 -187.5t-168.5 -81.5v-192l-121 -17v209q-115 12 -163.5 67.5t-48.5 148.5v328h132v-326q0 -52 19 -79.5t61 -34.5v440h121v-440z" />
+ <glyph glyph-name="uni0473" unicode="ѳ"
+d="M489.5 472.5q68.5 -76.5 68.5 -205.5q0 -134 -68 -209t-190 -75t-190 74.5t-68 208.5q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5zM229 405.5q-25 -29.5 -31 -92.5h203q-6 63 -31 92.5t-70 29.5q-46 0 -71 -29.5zM197 223q6 -67 31 -96.5t72 -29.5
+q46 0 71 29.5t31 96.5h-205z" />
+ <glyph glyph-name="uni0475" unicode="ѵ"
+d="M19 531h171l95 -410l67 316q16 76 51.5 108t97.5 32q40 0 81 -12l-26 -113q-10 4 -24 4q-13 0 -21 -8t-14 -28l-121 -420h-186z" />
+ <glyph glyph-name="uni0477" unicode="ѷ"
+d="M19 531h171l95 -410l67 316q16 76 51.5 108t97.5 32q40 0 81 -12l-26 -113q-10 4 -24 4q-13 0 -21 -8t-14 -28l-121 -420h-186zM179 624l-125 182l106 51l100 -194zM341 625l-124 183l107 49l99 -196z" />
+ <glyph glyph-name="uni0479" unicode="ѹ"
+d="M38 57.5q-44 74.5 -44 208.5q0 84 20 148t57.5 99.5t88.5 35.5q83 0 124.5 -75t41.5 -207q0 -136 -41.5 -210t-124.5 -74q-78 0 -122 74.5zM338 -150q49 20 75 53t37 97h-50l-71 531h100l41 -430l45 430h97l-77 -531q-27 -187 -174 -223zM209 111.5q15 46.5 15 155.5
+q0 108 -15 153.5t-49 45.5q-33 0 -48.5 -46.5t-15.5 -153.5q0 -109 15 -155t49 -46t49 46.5z" />
+ <glyph glyph-name="uni0493" unicode="ғ"
+d="M306 409v-97h116v-99h-116v-213h-158v213h-75v99h75v219h417l-18 -122h-241z" />
+ <glyph glyph-name="uni0495" unicode="ҕ"
+d="M487.5 -175.5q-50.5 -51.5 -144.5 -51.5q-43 0 -74 11.5t-61 33.5l60 89q18 -9 30 -13t30 -4q26 0 39 15.5t13 51.5v211q0 34 -12.5 47.5t-38.5 13.5q-47 0 -89 -52v-177h-158v531h385l-23 -115h-204v-134q27 30 65 47t81 17q73 0 112.5 -43t39.5 -125v-204
+q0 -98 -50.5 -149.5z" />
+ <glyph glyph-name="uni0497" unicode="җ"
+d="M617 117v-291h-99l-20 174h-40l-79 232h-25v-232h-108v232h-25l-75 -232h-141l112 285l-109 246h137l74 -211h27v211h108v-211h27l78 211h133l-108 -246l67 -168h66z" />
+ <glyph glyph-name="uni0499" unicode="ҙ"
+d="M478.5 39.5q-57.5 -43.5 -153.5 -53.5v-34q51 -6 77 -32t26 -67q0 -51 -41 -83t-108 -32q-34 0 -64.5 8.5t-52.5 21.5l36 73q34 -17 64 -17q53 0 53 31q0 19 -22 26t-70 7l11 96q-127 7 -208 69l68 91q42 -25 83 -36.5t89 -11.5q53 0 79.5 17.5t26.5 48.5q0 29 -24.5 45
+t-72.5 16h-115l9 101h96q41 0 63 15.5t22 43.5t-23 42t-66 14q-41 0 -79.5 -10t-70.5 -29l-68 84q46 32 104.5 48.5t123.5 16.5q106 0 172 -39t66 -109q0 -87 -127 -120q76 -9 115 -39t39 -88q0 -71 -57.5 -114.5z" />
+ <glyph glyph-name="uni049B" unicode="қ"
+d="M598 117v-291h-119l-19 174h-41l-119 224h-69v-224h-158v531h158v-202h73l115 202h153l-147 -246l95 -168h78z" />
+ <glyph glyph-name="uni049D" unicode="ҝ"
+d="M73 531h149v-213h34v115h52v-115h19l93 213h152l-122 -246l137 -285h-165l-95 234h-19v-117h-52v117h-34v-234h-149v531z" />
+ <glyph glyph-name="uni049F" unicode="ҟ"
+d="M586 0h-167l-119 224h-50v-224h-158v565h-79v92h79v85l158 17v-102h122v-92h-122v-236h54l115 202h153l-147 -246z" />
+ <glyph glyph-name="uni04A1" unicode="ҡ"
+d="M600 0h-168l-109 224h-60v-224h-158v418h-105v113h263v-202h64l105 202h153l-137 -246z" />
+ <glyph glyph-name="uni04A3" unicode="ң"
+d="M581 117v-291h-119l-20 174h-90v212h-144v-212h-158v531h158v-203h144v203h158v-414h71z" />
+ <glyph glyph-name="uni0525" unicode="ԥ"
+d="M591 117v-291h-119l-20 174h-89v414h-146v-414h-157v531h460v-414h71z" />
+ <glyph glyph-name="uni04A7" unicode="ҧ"
+d="M568.5 304q36.5 -42 36.5 -115v-225q0 -90 -48 -140.5t-127 -50.5q-41 0 -72 11.5t-60 33.5l55 81q18 -11 31 -15.5t34 -4.5q23 0 36 15t13 46v249q0 48 -40 48q-23 0 -45 -14v-223h-137v421h-89v-421h-138v531h364v-214q40 29 92 29q58 0 94.5 -42z" />
+ <glyph glyph-name="uni04A9" unicode="ҩ"
+d="M548 109q-27 -50 -77 -83q35 -51 88 -118l-67 -56q-64 76 -108 138q-35 -7 -66 -7q-84 0 -146 35t-95 98t-33 146t34 148t96.5 102t144.5 37q72 0 132 -33l-52 -108q-36 19 -73 19q-55 0 -87 -39.5t-32 -125.5q0 -78 28 -114t79 -40q-28 60 -28 109q0 64 38.5 100.5
+t105.5 36.5q65 0 105 -36.5t40 -106.5q0 -52 -27 -102zM403.5 253q-8.5 -12 -8.5 -33q0 -45 19 -91q23 14 35 38t12 54q0 44 -33 44q-16 0 -24.5 -12z" />
+ <glyph glyph-name="uni04AB" unicode="ҫ"
+d="M450.5 -65q19.5 -30 19.5 -71q0 -56 -41 -89t-112 -33q-58 0 -105 25l31 79q28 -14 63 -14q28 0 42 13.5t14 35.5q0 59 -71 106q-104 15 -163 88.5t-59 186.5q0 83 34 148t96.5 102t146.5 37q59 0 106 -16.5t88 -50.5l-68 -95q-58 40 -119 40q-119 0 -119 -165
+q0 -83 31 -118.5t87 -35.5q30 0 58 11.5t60 33.5l70 -100q-61 -53 -148 -66q39 -22 58.5 -52z" />
+ <glyph glyph-name="uni04AD" unicode="ҭ"
+d="M379 414v-297h70v-291h-119l-19 174h-90v414h-178v117h520l-18 -117h-166z" />
+ <glyph glyph-name="uni04AF" unicode="ү"
+d="M223 4l-199 527h172l107 -393l112 393h161l-199 -526v-210l-154 -17v226z" />
+ <glyph glyph-name="uni04B1" unicode="ұ"
+d="M402 72h71v-88h-96v-189l-154 -17v206h-95v88h69l-173 459h172l107 -393l112 393h161z" />
+ <glyph glyph-name="uni04B3" unicode="ҳ"
+d="M399 0l-32 61v-235h-119l-19 174h-207l182 279l-165 252h177l85 -170l82 170h168l-156 -246l183 -285h-179zM337 117l-43 82l-42 -82h85z" />
+ <glyph glyph-name="uni04B7" unicode="ҷ"
+d="M585 117v-291h-118l-20 174h-89v198q-62 -50 -152 -50q-81 0 -124.5 44t-43.5 121v218h158v-198q0 -36 17.5 -52t50.5 -16q25 0 50.5 9.5t43.5 25.5v231h158v-414h69z" />
+ <glyph glyph-name="uni04B9" unicode="ҹ"
+d="M526 531v-531h-158v198q-25 -20 -54 -32v-85h-60v70q-18 -3 -38 -3q-81 0 -124.5 44t-43.5 121v218h158v-198q0 -58 48 -66v133h60v-129q31 9 54 29v231h158z" />
+ <glyph glyph-name="uni04BB" unicode="һ"
+d="M488 452.5q40 -43.5 40 -124.5v-328h-158v318q0 34 -12 47.5t-39 13.5q-46 0 -89 -53v-326h-158v742l158 16v-327q28 31 65.5 48t80.5 17q72 0 112 -43.5z" />
+ <glyph glyph-name="uni0527" unicode="ԧ"
+d="M592 117v-291h-119l-20 174h-90v318q0 34 -12 47.5t-39 13.5q-47 0 -89 -52v-327h-158v742l158 16v-327q28 31 66 48t80 17q72 0 112 -43.5t40 -124.5v-211h71z" />
+ <glyph glyph-name="uni04BD" unicode="ҽ"
+d="M572 219h-278q4 -127 99 -127q33 0 58 9.5t50 26.5l61 -78q-77 -67 -174 -67q-109 0 -167.5 62.5t-67.5 172.5q-69 1 -108.5 37t-39.5 101q0 28 8 50.5t22 45.5l84 -34q-14 -34 -14 -60q0 -43 48 -43q12 105 67.5 169.5t147.5 64.5q101 0 154 -71.5t53 -201.5
+q0 -33 -3 -57zM434 315q-1 65 -16.5 98t-50.5 33t-53.5 -31.5t-21.5 -99.5h142z" />
+ <glyph glyph-name="uni04BF" unicode="ҿ"
+d="M572 219h-278q4 -127 99 -127q33 0 58 9.5t50 26.5l61 -78q-35 -32 -80 -50q-65 -22 -90 -49t-25 -61q0 -24 15.5 -36.5t42.5 -12.5q24 0 54 7l-12 -93q-29 -8 -59 -8q-66 0 -108.5 32.5t-42.5 90.5q0 74 65 120q-77 17 -119 76.5t-50 151.5q-69 1 -108.5 37t-39.5 101
+q0 28 8 50.5t22 45.5l84 -34q-14 -34 -14 -60q0 -43 48 -43q12 105 67.5 169.5t147.5 64.5q101 0 154 -71.5t53 -201.5q0 -33 -3 -57zM434 315q-1 65 -16.5 98t-50.5 33t-53.5 -31.5t-21.5 -99.5h142z" />
+ <glyph glyph-name="uni04CF" unicode="ӏ"
+d="M347 167q0 -59 68 -59q37 0 76 16l37 -106q-64 -35 -153 -35q-93 0 -139.5 53.5t-46.5 150.5v447h-156v108h314v-575z" />
+ <glyph glyph-name="uni04C2" unicode="ӂ"
+d="M246 232h-25l-85 -232h-141l122 285l-119 246h137l84 -211h27v211h108v-211h27l88 211h133l-118 -246l122 -285h-138l-89 232h-25v-232h-108v232zM179 657q-44 45 -51 110l87 15q7 -29 29 -45t56 -16t56 16t29 45l87 -15q-7 -65 -51 -110t-121 -45t-121 45z" />
+ <glyph glyph-name="uni04C4" unicode="ӄ"
+d="M544 -26q0 -98 -50.5 -149.5t-144.5 -51.5q-43 0 -75 11.5t-61 33.5l61 89q18 -9 30 -13t29 -4q53 0 53 67v196q0 55 -56 55h-102v-208h-158v531h158v-218h62l119 218h149l-129 -229q55 -10 85 -50.5t30 -105.5v-172z" />
+ <glyph glyph-name="uni04C6" unicode="ӆ"
+d="M591 140l-99 -314h-128l39 174h-69v415h-84l-3 -65q-6 -123 -23 -191.5t-51 -107.5t-99 -71l-66 100q28 20 44 44.5t27 74.5t18 145l14 187h381v-391h99z" />
+ <glyph glyph-name="uni04C8" unicode="ӈ"
+d="M530 -26q0 -98 -50.5 -149.5t-143.5 -51.5q-43 0 -75 11.5t-61 33.5l60 89q20 -9 31.5 -13t28.5 -4q26 0 39 15.5t13 51.5v255h-144v-212h-158v531h158v-203h144v203h158v-557z" />
+ <glyph glyph-name="uni04CA" unicode="ӊ"
+d="M595 140l-99 -314h-128l39 174h-68v212h-115v-212h-158v531h158v-203h115v203h158v-391h98z" />
+ <glyph glyph-name="uni04CC" unicode="ӌ"
+d="M526 531v-531h-95l-20 -174h-119v291h76v110q-60 -49 -152 -49q-81 0 -124.5 44t-43.5 121v188h158v-169q0 -68 68 -68q25 0 50 9.5t44 25.5v202h158z" />
+ <glyph glyph-name="uni04CE" unicode="ӎ"
+d="M616 140l-100 -314h-108l39 174h-57l-8 181q-4 86 -7 223l-47 -320h-114l-52 320q1 -30 1 -84q0 -71 -3 -145l-7 -175h-132l35 531h170l47 -327l36 327h180l27 -391h100z" />
+ <glyph glyph-name="uni04D1" unicode="ӑ"
+d="M525 110q8 -14 27 -21l-33 -104q-48 5 -80 21.5t-50 48.5q-30 -35 -76 -53.5t-98 -18.5q-82 0 -131 46.5t-49 120.5q0 86 68 133.5t191 47.5h71v19q0 82 -105 82q-27 0 -67.5 -7.5t-78.5 -20.5l-36 105q51 19 106.5 29.5t100.5 10.5q232 0 232 -188v-208q0 -29 8 -43z
+M323.5 111.5q27.5 15.5 41.5 42.5v87h-39q-128 0 -128 -80q0 -31 18.5 -48t52.5 -17q27 0 54.5 15.5zM172 657q-44 45 -51 110l87 15q7 -29 29 -45t56 -16t56 16t29 45l87 -15q-7 -65 -51 -110t-121 -45t-121 45z" />
+ <glyph glyph-name="uni04D3" unicode="ӓ"
+d="M525 110q8 -14 27 -21l-33 -104q-48 5 -80 21.5t-50 48.5q-30 -35 -76 -53.5t-98 -18.5q-82 0 -131 46.5t-49 120.5q0 86 68 133.5t191 47.5h71v19q0 82 -105 82q-27 0 -67.5 -7.5t-78.5 -20.5l-36 105q51 19 106.5 29.5t100.5 10.5q232 0 232 -188v-208q0 -29 8 -43z
+M323.5 111.5q27.5 15.5 41.5 42.5v87h-39q-128 0 -128 -80q0 -31 18.5 -48t52.5 -17q27 0 54.5 15.5zM119 660.5q-24 23.5 -24 57.5q0 33 24 56t58 23q35 0 59 -23t24 -56q0 -34 -24 -57.5t-59 -23.5q-34 0 -58 23.5zM350.5 660.5q-24.5 23.5 -24.5 57.5q0 33 24.5 56
+t58.5 23t58 -23t24 -56q0 -34 -23.5 -57.5t-58.5 -23.5q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni04D7" unicode="ӗ"
+d="M335 98q68 0 136 44l63 -86q-39 -34 -93 -53.5t-119 -19.5q-89 0 -151 35.5t-93.5 99t-31.5 147.5q0 80 30.5 144.5t89 102t139.5 37.5q76 0 132 -32.5t86.5 -94t30.5 -146.5q0 -33 -3 -57h-344q15 -121 128 -121zM236 411.5q-26 -31.5 -31 -96.5h195q-2 128 -95 128
+q-43 0 -69 -31.5zM186 657q-44 45 -51 110l87 15q7 -29 29 -45t56 -16t56 16t29 45l87 -15q-7 -65 -51 -110t-121 -45t-121 45z" />
+ <glyph glyph-name="uni04D9" unicode="ә"
+d="M491 472.5q67 -76.5 67 -205.5q0 -80 -30.5 -144.5t-89 -102t-140.5 -37.5q-119 0 -187.5 72t-68.5 201q0 32 3 56h360q-3 63 -33.5 94t-85.5 31q-79 0 -141 -46l-65 88q87 70 213 70q131 0 198 -76.5zM375.5 124q26.5 29 29.5 93h-215v-5q2 -57 29 -87t79 -30
+q51 0 77.5 29z" />
+ <glyph glyph-name="uni04DB" unicode="ӛ"
+d="M491 472.5q67 -76.5 67 -205.5q0 -80 -30.5 -144.5t-89 -102t-140.5 -37.5q-119 0 -187.5 72t-68.5 201q0 32 3 56h360q-3 63 -33.5 94t-85.5 31q-79 0 -141 -46l-65 88q87 70 213 70q131 0 198 -76.5zM375.5 124q26.5 29 29.5 93h-215v-5q2 -57 29 -87t79 -30
+q51 0 77.5 29zM137 660.5q-24 23.5 -24 57.5q0 33 24 56t58 23q35 0 59 -23t24 -56q0 -34 -24 -57.5t-59 -23.5q-34 0 -58 23.5zM368.5 660.5q-24.5 23.5 -24.5 57.5q0 33 24.5 56t58.5 23t58 -23t24 -56q0 -34 -23.5 -57.5t-58.5 -23.5q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni04DD" unicode="ӝ"
+d="M246 232h-25l-85 -232h-141l122 285l-119 246h137l84 -211h27v211h108v-211h27l88 211h133l-118 -246l122 -285h-138l-89 232h-25v-232h-108v232zM126 660.5q-24 23.5 -24 57.5q0 33 24 56t58 23q35 0 59 -23t24 -56q0 -34 -24 -57.5t-59 -23.5q-34 0 -58 23.5z
+M357.5 660.5q-24.5 23.5 -24.5 57.5q0 33 24.5 56t58.5 23t58 -23t24 -56q0 -34 -23.5 -57.5t-58.5 -23.5q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni04DF" unicode="ӟ"
+d="M265 324q41 0 63 15.5t22 43.5t-23 42t-66 14q-41 0 -79.5 -10t-70.5 -29l-68 84q46 32 104.5 48.5t123.5 16.5q106 0 172 -39t66 -109q0 -87 -127 -120q76 -9 115 -39t39 -88q0 -82 -74 -126.5t-194 -44.5q-149 0 -242 70l68 91q42 -25 83 -36.5t89 -11.5
+q53 0 79.5 17.5t26.5 48.5q0 29 -24.5 45t-72.5 16h-115l9 101h96zM112 656.5q-24 23.5 -24 57.5q0 33 24 56t58 23q35 0 59 -23t24 -56q0 -34 -24 -57.5t-59 -23.5q-34 0 -58 23.5zM343.5 656.5q-24.5 23.5 -24.5 57.5q0 33 24.5 56t58.5 23t58 -23t24 -56
+q0 -34 -23.5 -57.5t-58.5 -23.5q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni04E1" unicode="ӡ"
+d="M482 164.5q62 -50.5 62 -146.5q0 -68 -33.5 -122.5t-96 -86t-144.5 -31.5q-81 0 -133.5 22t-100.5 64l75 87q35 -28 69.5 -42t80.5 -14q55 0 87 29t32 85t-33.5 81t-90.5 25h-105v96l188 203h-270v117h444v-107l-196 -209h7q96 0 158 -50.5z" />
+ <glyph glyph-name="uni04E3" unicode="ӣ"
+d="M530 0h-149v169q0 125 26 224l-174 -393h-163v531h149v-171q0 -121 -27 -223l174 394h164v-531zM147 658v109h306v-109h-306z" />
+ <glyph glyph-name="uni04E5" unicode="ӥ"
+d="M530 0h-149v169q0 125 26 224l-174 -393h-163v531h149v-171q0 -121 -27 -223l174 394h164v-531zM126 660.5q-24 23.5 -24 57.5q0 33 24 56t58 23q35 0 59 -23t24 -56q0 -34 -24 -57.5t-59 -23.5q-34 0 -58 23.5zM357.5 660.5q-24.5 23.5 -24.5 57.5q0 33 24.5 56t58.5 23
+t58 -23t24 -56q0 -34 -23.5 -57.5t-58.5 -23.5q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni04E7" unicode="ӧ"
+d="M489.5 472.5q68.5 -76.5 68.5 -205.5q0 -134 -68 -209t-190 -75t-190 74.5t-68 208.5q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5zM228 392.5q-23 -39.5 -23 -126.5q0 -88 23 -127.5t72 -39.5t72 40t23 128q0 86 -23 125.5t-72 39.5t-72 -39.5zM126 660.5
+q-24 23.5 -24 57.5q0 33 24 56t58 23q35 0 59 -23t24 -56q0 -34 -24 -57.5t-59 -23.5q-34 0 -58 23.5zM357.5 660.5q-24.5 23.5 -24.5 57.5q0 33 24.5 56t58.5 23t58 -23t24 -56q0 -34 -23.5 -57.5t-58.5 -23.5q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni04E9" unicode="ө"
+d="M489.5 472.5q68.5 -76.5 68.5 -205.5q0 -134 -68 -209t-190 -75t-190 74.5t-68 208.5q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5zM229 405.5q-25 -29.5 -31 -92.5h203q-6 63 -31 92.5t-70 29.5q-46 0 -71 -29.5zM197 223q6 -67 31 -96.5t72 -29.5
+q46 0 71 29.5t31 96.5h-205z" />
+ <glyph glyph-name="uni04EB" unicode="ӫ"
+d="M489.5 472.5q68.5 -76.5 68.5 -205.5q0 -134 -68 -209t-190 -75t-190 74.5t-68 208.5q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5zM229 405.5q-25 -29.5 -31 -92.5h203q-6 63 -31 92.5t-70 29.5q-46 0 -71 -29.5zM197 223q6 -67 31 -96.5t72 -29.5
+q46 0 71 29.5t31 96.5h-205zM127 660.5q-24 23.5 -24 57.5q0 33 24 56t58 23q35 0 59 -23t24 -56q0 -34 -24 -57.5t-59 -23.5q-34 0 -58 23.5zM358.5 660.5q-24.5 23.5 -24.5 57.5q0 33 24.5 56t58.5 23t58 -23t24 -56q0 -34 -23.5 -57.5t-58.5 -23.5q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni04ED" unicode="ӭ"
+d="M418.5 513q59.5 -36 90.5 -100.5t31 -148.5q0 -83 -32.5 -146.5t-95 -99t-149.5 -35.5q-61 0 -108 17t-86 52l70 84q29 -20 56.5 -29t63.5 -9q53 0 83.5 29t37.5 94h-196v100h194q-13 113 -114 113q-34 0 -62.5 -9t-58.5 -28l-67 87q45 34 91 49.5t110 15.5
+q82 0 141.5 -36zM127 660.5q-24 23.5 -24 57.5q0 33 24 56t58 23q35 0 59 -23t24 -56q0 -34 -24 -57.5t-59 -23.5q-34 0 -58 23.5zM358.5 660.5q-24.5 23.5 -24.5 57.5q0 33 24.5 56t58.5 23t58 -23t24 -56q0 -34 -23.5 -57.5t-58.5 -23.5q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni04EF" unicode="ӯ"
+d="M395 0q-36 -107 -107 -161.5t-190 -61.5l-18 112q76 10 112.5 34t58.5 77h-55l-168 531h167l103 -430l112 430h162zM147 658v109h306v-109h-306z" />
+ <glyph glyph-name="uni04F1" unicode="ӱ"
+d="M395 0q-36 -107 -107 -161.5t-190 -61.5l-18 112q76 10 112.5 34t58.5 77h-55l-168 531h167l103 -430l112 430h162zM126 660.5q-24 23.5 -24 57.5q0 33 24 56t58 23q35 0 59 -23t24 -56q0 -34 -24 -57.5t-59 -23.5q-34 0 -58 23.5zM357.5 660.5q-24.5 23.5 -24.5 57.5
+q0 33 24.5 56t58.5 23t58 -23t24 -56q0 -34 -23.5 -57.5t-58.5 -23.5q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni04F3" unicode="ӳ"
+d="M395 0q-36 -107 -107 -161.5t-190 -61.5l-18 112q76 10 112.5 34t58.5 77h-55l-168 531h167l103 -430l112 430h162zM259 857l107 -49l-124 -183l-82 36zM423 857l106 -51l-125 -182l-81 39z" />
+ <glyph glyph-name="uni04F5" unicode="ӵ"
+d="M526 0h-158v198q-62 -50 -152 -50q-81 0 -124.5 44t-43.5 121v218h158v-198q0 -36 17.5 -52t50.5 -16q25 0 50.5 9.5t43.5 25.5v231h158v-531zM113 660.5q-24 23.5 -24 57.5q0 33 24 56t58 23q35 0 59 -23t24 -56q0 -34 -24 -57.5t-59 -23.5q-34 0 -58 23.5zM344.5 660.5
+q-24.5 23.5 -24.5 57.5q0 33 24.5 56t58.5 23t58 -23t24 -56q0 -34 -23.5 -57.5t-58.5 -23.5q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni04F7" unicode="ӷ"
+d="M280 409v-292h70v-291h-119l-19 174h-90v531h417l-18 -122h-241z" />
+ <glyph glyph-name="uni04F9" unicode="ӹ"
+d="M161 369h9q119 0 177 -44.5t58 -137.5q0 -92 -57 -139.5t-161 -47.5h-161v531h135v-162zM574 0h-135v531h135v-531zM161 275v-177h23q39 0 59 21.5t20 69.5q0 45 -20 65.5t-64 20.5h-18zM126 660.5q-24 23.5 -24 57.5q0 33 24 56t58 23q35 0 59 -23t24 -56
+q0 -34 -24 -57.5t-59 -23.5q-34 0 -58 23.5zM357.5 660.5q-24.5 23.5 -24.5 57.5q0 33 24.5 56t58.5 23t58 -23t24 -56q0 -34 -23.5 -57.5t-58.5 -23.5q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni04FB" unicode="ӻ"
+d="M306 409v-97h116v-99h-116v-96h68v-143q0 -98 -50.5 -149.5t-143.5 -51.5q-43 0 -75 11.5t-61 33.5l61 89q18 -9 30 -13t29 -4q26 0 39 15.5t13 51.5v43h-68v213h-75v99h75v219h417l-18 -122h-241z" />
+ <glyph glyph-name="uni04FD" unicode="ӽ"
+d="M584 -26q0 -98 -50.5 -149.5t-144.5 -51.5q-43 0 -74.5 11.5t-60.5 33.5l60 89q18 -9 30.5 -13t29.5 -4q26 0 39 15.5t13 51.5v43h-37l-105 199l-101 -199h-171l182 279l-165 252h177l85 -170l82 170h168l-156 -246l108 -168h91v-143z" />
+ <glyph glyph-name="uni04FF" unicode="ӿ"
+d="M578 0h-179l-101 209l-105 -209h-171l159 244h-110v86h100l-132 201h175l84 -183l87 183h166l-128 -201h106v-86h-108z" />
+ <glyph glyph-name="uni0501" unicode="ԁ"
+d="M530 742v-742h-140l-8 58q-24 -34 -61 -54.5t-86 -20.5q-96 0 -145.5 76t-49.5 208q0 82 26 146t74 100t112 36q72 0 120 -50v260zM227 392.5q-24 -40.5 -24 -126.5q0 -92 21.5 -129.5t60.5 -37.5q50 0 87 61v229q-17 22 -35.5 33t-42.5 11q-43 0 -67 -40.5z" />
+ <glyph glyph-name="uni0503" unicode="ԃ"
+d="M603 256q0 -138 -51 -205.5t-142 -67.5q-42 0 -77.5 19t-58.5 56q-20 -37 -44.5 -56t-61.5 -19q-78 0 -123 75.5t-45 208.5q0 80 22.5 144.5t60.5 101t83 36.5q48 0 77 -34v242l138 -15v-600q0 -53 35 -53q24 0 36 39.5t12 126.5q0 64 -6 124h139q6 -58 6 -123zM219 100
+q11 11 24 35v282q-20 26 -44 26q-27 0 -41 -41.5t-14 -135.5q0 -101 12.5 -139t38.5 -38q13 0 24 11z" />
+ <glyph glyph-name="uni0505" unicode="ԅ"
+d="M583 256q0 -138 -54.5 -205.5t-154.5 -67.5q-70 0 -121.5 30.5t-90.5 105.5l-27 52h-88v113h70q84 0 84 70q0 34 -21.5 51t-60.5 17h-116l1 109h113q122 0 184 -45.5t62 -128.5q0 -54 -22.5 -88.5t-66.5 -58.5l34 -61q30 -54 68 -54q30 0 43 37t13 123q0 64 -6 124h151
+q6 -58 6 -123z" />
+ <glyph glyph-name="uni0507" unicode="ԇ"
+d="M537 117v-291h-119l-20 174h-43l-99 171h-139v113h110q84 0 84 70q0 34 -21 51t-60 17h-157l1 109h154q121 0 183 -45t62 -129q0 -48 -18.5 -83t-61.5 -62l62 -95h82z" />
+ <glyph glyph-name="uni0509" unicode="ԉ"
+d="M596 256q0 -137 -50 -205t-136 -68q-72 0 -118 46.5t-46 130.5v259h-57l-8 -127q-7 -103 -23 -162t-40.5 -90t-67.5 -60l-67 87q26 24 42 75t24 154l18 235h314v-400q0 -20 8.5 -31t22.5 -11q24 0 35.5 39t11.5 127q0 64 -6 124h137q6 -58 6 -123z" />
+ <glyph glyph-name="uni050B" unicode="ԋ"
+d="M596 256q0 -136 -51.5 -204.5t-137.5 -68.5q-72 0 -117.5 46.5t-45.5 130.5v54h-84v-214h-135v531h135v-206h84v206h136v-400q0 -20 7.5 -31t21.5 -11q26 0 38.5 39t12.5 127q0 64 -6 124h136q6 -58 6 -123z" />
+ <glyph glyph-name="uni050D" unicode="ԍ"
+d="M428 530.5q46 -18.5 88 -53.5l-71 -89q-33 23 -59 33.5t-55 10.5q-116 0 -116 -173q0 -83 23.5 -122.5t70.5 -39.5q23 0 38.5 3.5t34.5 9.5v97h-53l-18 103h219v-268q-49 -28 -101.5 -44t-119.5 -16q-122 0 -189.5 71t-67.5 207q0 89 36.5 154.5t98 100t134.5 34.5
+q61 0 107 -18.5z" />
+ <glyph glyph-name="uni050F" unicode="ԏ"
+d="M557 227q0 -78 -29.5 -133t-82 -83t-120.5 -28q-88 0 -141 49t-53 140v245h-131v114h444l-19 -114h-136v-270q0 -26 11 -39t31 -13q33 0 54 33t21 98q0 73 -6 133h151q6 -58 6 -132z" />
+ <glyph glyph-name="uni0511" unicode="ԑ"
+d="M430 223h-105q-48 0 -72.5 -16t-24.5 -45q0 -31 27 -48.5t80 -17.5q48 0 88 11.5t82 35.5l69 -90q-97 -70 -242 -70q-120 0 -194 44t-74 125q0 59 40.5 91t113.5 38q-64 12 -95.5 40t-31.5 75q0 45 31.5 79.5t86 54t123.5 19.5q131 0 225 -65l-68 -84q-65 39 -147 39
+q-43 0 -67.5 -14t-24.5 -42t22 -43.5t63 -15.5h104z" />
+ <glyph glyph-name="uni0513" unicode="ԓ"
+d="M528 0h-1v-26q0 -98 -50.5 -149.5t-143.5 -51.5q-43 0 -75 11.5t-61 33.5l60 89q20 -9 31.5 -13t28.5 -4q26 0 39 15.5t13 51.5v44h1v414h-114l-3 -65q-6 -123 -23 -191.5t-51 -107.5t-99 -71l-66 100q28 20 44 44.5t27 74.5t18 145l14 187h411v-531z" />
+ <glyph glyph-name="uni0515" unicode="ԕ"
+d="M608 0h-137l-72 199l-67 -199h-134l120 279l-62 144h-51l-10 -131q-7 -104 -23 -162.5t-40.5 -89.5t-66.5 -60l-67 87q26 24 42 75t24 154l18 235h263l59 -170l56 170h130l-103 -246z" />
+ <glyph glyph-name="uni0517" unicode="ԗ"
+d="M464 0l-82 200q-11 -101 -52 -159t-99 -58q-24 0 -44.5 11t-41.5 34v-236l-129 -14v753h111l7 -49q27 35 55 51t60 16q59 0 93.5 -58t41.5 -168l76 208h137l-115 -259l123 -272h-141zM239 133.5q13 39.5 13 131.5q0 68 -4.5 105t-14 52t-26.5 15q-31 0 -62 -36v-279
+q25 -28 53 -28t41 39.5z" />
+ <glyph glyph-name="uni0519" unicode="ԙ"
+d="M597 219h-231q1 -66 19 -96t53 -30q23 0 42.5 8t44.5 27l63 -77q-70 -68 -159 -68q-79 0 -129 54.5t-65 148.5h-23l-72 -186h-140l96 214q-46 22 -69 57t-23 87q0 47 24 86.5t71.5 63t116.5 23.5h128q36 18 77 18q85 0 132 -72.5t47 -200.5q0 -33 -3 -57zM470 310
+q-1 70 -13 104t-37 34t-38 -32t-18 -106h106zM158.5 417.5q-21.5 -20.5 -21.5 -59.5t19.5 -59t54.5 -20h18q3 94 32 159h-40q-41 0 -62.5 -20.5z" />
+ <glyph glyph-name="uni051B" unicode="ԛ"
+d="M327.5 533.5q33.5 -15.5 57.5 -45.5l7 43h138v-753l-158 17v250q-52 -62 -136 -62q-99 0 -146.5 75t-47.5 209q0 82 25 146t73 100t115 36q39 0 72.5 -15.5zM228 393q-23 -40 -23 -127q0 -93 20.5 -129.5t60.5 -36.5q51 0 86 60v229q-16 22 -34.5 33t-41.5 11
+q-45 0 -68 -40z" />
+ <glyph glyph-name="uni051D" unicode="ԝ"
+d="M347 0l-46 357l-48 -357h-171l-79 531h145l35 -432l55 365h134l49 -365l36 432h140l-76 -531h-174z" />
+ <glyph glyph-name="uni051F" unicode="ԟ"
+d="M587 0h-167l-119 224h-69v-224h-158v531h158v-202h73l36 63l-73 33l36 77l79 -37l37 66h153l-72 -120l74 -34l-36 -76l-81 37l-32 -53z" />
+ <glyph glyph-name="uni0521" unicode="ԡ"
+d="M569.5 304q36.5 -42 36.5 -115v-225q0 -90 -48 -140.5t-127 -50.5q-41 0 -72 11.5t-60 33.5l55 81q18 -11 31 -15.5t34 -4.5q23 0 36 15t13 46v249q0 48 -40 48q-23 0 -45 -14v-223h-138v419h-63l-8 -127q-6 -103 -22 -162t-40.5 -90t-67.5 -60l-68 87q26 24 42 75
+t25 154l18 235h322v-214q40 29 92 29q58 0 94.5 -42z" />
+ <glyph glyph-name="uni0523" unicode="ԣ"
+d="M568.5 304q36.5 -42 36.5 -115v-225q0 -90 -48 -140.5t-127 -50.5q-41 0 -72 11.5t-60 33.5l55 81q18 -11 31 -15.5t34 -4.5q23 0 36 15t13 46v249q0 48 -40 48q-23 0 -45 -14v-223h-135v214h-93v-214h-136v531h136v-206h93v206h135v-214q40 29 92 29q58 0 94.5 -42z" />
+ <glyph glyph-name="uni048D" unicode="ҍ"
+d="M494 308.5q62 -44.5 62 -130.5q0 -96 -67 -137t-185 -41h-205v409h-63v80h63v42h158v-42h164l-10 -80h-154v-56h54q121 0 183 -44.5zM371.5 126q21.5 17 21.5 55q0 33 -20 50.5t-60 17.5h-56v-140h51q42 0 63.5 17z" />
+ <glyph glyph-name="uni048F" unicode="ҏ"
+d="M513 116q-26 -66 -74 -100l66 -108h-79l-48 80q-23 -5 -43 -5q-77 0 -127 55v-243l-158 -17v753h141l7 -59q30 39 68.5 58t78.5 19q100 0 147 -73.5t47 -208.5q0 -85 -26 -151zM309 99l-73 120h79l51 -83q19 37 19 129q0 95 -21 131t-68 36q-27 0 -48 -15.5t-40 -46.5
+v-224q18 -25 37.5 -36t50.5 -11h13z" />
+ <glyph glyph-name="uni052D" unicode="ԭ"
+d="M569 107v-281h-109l-20 174h-236l-20 -174h-109v281h47q18 23 29.5 49t19.5 67q-75 14 -112.5 64.5t-37.5 118.5v125h120v-128q0 -37 10 -57t33 -28q2 14 4 42l14 171h320v-424h47zM314 366l-4 -56h86v130h-78zM396 219h-101q-9 -38 -23.5 -62.5t-38.5 -49.5h163v112z
+" />
+ <glyph glyph-name="uni052B" unicode="ԫ"
+d="M616 0h-100l-62 232h-23v-232h-72v-174h-82l-14 174h-184l-13 -174h-82v271h30q18 34 27 87t17 176l12 171h228v-211h45v211h88v-211h25l61 211h95l-80 -246zM205 450h-40l-3 -84q-4 -120 -17 -175t-42 -94h102v353zM298 232v-135h45v135h-45z" />
+ <glyph glyph-name="uni052F" unicode="ԯ"
+d="M578 117v-291h-119l-20 174h-90v415h-93l-3 -65q-6 -123 -23 -191.5t-51 -107.5t-99 -71l-66 100q28 20 44 44.5t27 74.5t18 145l14 187h390v-414h71z" />
+ <glyph glyph-name="uni0529" unicode="ԩ"
+d="M530 531v-531h-158v212h-144v-239q0 -98 -50.5 -149.5t-144.5 -51.5q-43 0 -74.5 11.5t-60.5 33.5l60 89q20 -9 31.5 -13t28.5 -4q26 0 39 15.5t13 51.5v575h158v-203h144v203h158z" />
+ <glyph glyph-name="uni04A4" unicode="Ҥ"
+d="M599 564h-119v-564h-164v290h-119v-290h-164v693h164v-264h119v264h303z" />
+ <glyph glyph-name="uni04A5" unicode="ҥ"
+d="M584 413h-110v-413h-158v212h-115v-212h-158v531h158v-203h115v203h292z" />
+ <glyph glyph-name="uni04B4" unicode="Ҵ"
+d="M566 122v-296h-106l-20 174h-349v587h-91v106h328l-15 -106h-77v-459h137v565h145v-571h48z" />
+ <glyph glyph-name="uni04B5" unicode="ҵ"
+d="M567 117v-291h-113l-20 174h-348v429h-86v102h324l-24 -102h-67v-312h126v414h148v-414h60z" />
+ <glyph glyph-name="uni04D4" unicode="Ӕ"
+d="M173 153l-28 -153h-157l175 693h402l-17 -111h-182l33 -176h157v-110h-137l36 -185h148v-111h-265l-25 153h-140zM296 265l-51 318l-54 -318h105z" />
+ <glyph glyph-name="uni04D5" unicode="ӕ"
+d="M559.5 480.5q40.5 -68.5 40.5 -204.5q0 -26 -3 -50h-241q13 -139 97 -139q23 0 43.5 8t43.5 24l60 -79q-67 -57 -156 -57q-106 0 -160 84q-30 -45 -61 -64.5t-80 -19.5q-69 0 -109 47t-40 122q0 86 50 130.5t152 44.5h41v23q0 101 -89 101q-24 0 -43.5 -5.5t-49.5 -19.5
+l-36 87q42 19 75 27.5t70 8.5q52 0 85 -18.5t53 -52.5q19 33 50.5 52t75.5 19q91 0 131.5 -68.5zM375.5 419q-15.5 -31 -19.5 -107h125q-1 74 -13 106t-46 32q-31 0 -46.5 -31zM216 242q-48 0 -69 -21t-21 -62q0 -35 12 -54t34 -19q20 0 37 15t33 47q-5 50 -5 94h-21z" />
+ <glyph glyph-name="uni037F" unicode="Ϳ"
+d="M527 249q0 -122 -73.5 -193t-205.5 -71q-64 0 -112.5 16t-96.5 49l62 101q36 -24 67 -34t71 -10q55 0 89.5 35.5t34.5 105.5v325h-212v120h376v-444z" />
+ <glyph glyph-name="Alpha" unicode="Α"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150z" />
+ <glyph glyph-name="Beta" unicode="Β"
+d="M492.5 46q-78.5 -46 -206.5 -46h-230v693h220q119 0 192 -41.5t73 -135.5q0 -59 -36 -97t-91 -52q66 -11 111.5 -49.5t45.5 -114.5q0 -111 -78.5 -157zM350.5 558.5q-25.5 18.5 -80.5 18.5h-50v-161h56q52 0 76 19.5t24 63.5q0 41 -25.5 59.5zM372.5 284
+q-29.5 22 -85.5 22h-67v-186h60q57 0 89.5 19t32.5 71t-29.5 74z" />
+ <glyph glyph-name="Gamma" unicode="Γ"
+d="M543 564h-289v-564h-164v693h469z" />
+ <glyph glyph-name="uni0394" unicode="Δ"
+d="M612 0h-623l212 693h199zM192 133h212l-106 442z" />
+ <glyph glyph-name="Epsilon" unicode="Ε"
+d="M257 409h240v-114h-240v-177h289v-118h-453v693h453l-17 -117h-272v-167z" />
+ <glyph glyph-name="Zeta" unicode="Ζ"
+d="M562 131l-17 -131h-506v123l329 443h-293v127h479v-124l-322 -438h330z" />
+ <glyph glyph-name="Eta" unicode="Η"
+d="M384 292h-168v-292h-164v693h164v-266h168v266h164v-693h-164v292z" />
+ <glyph glyph-name="Theta" unicode="Θ"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM387 533q-28 58 -87 58t-87 -57.5t-28 -186.5q0 -128 28 -186t87 -58q60 0 87.5 57.5t27.5 186.5q0 128 -28 186z
+M224 307v91h151v-91h-151z" />
+ <glyph glyph-name="Iota" unicode="Ι"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120z" />
+ <glyph glyph-name="Kappa" unicode="Κ"
+d="M59 0v693h164v-693h-164zM417 693h172l-196 -311l215 -382h-189l-191 370z" />
+ <glyph glyph-name="Lambda" unicode="Λ"
+d="M607 0h-176l-132 571l-133 -571h-173l208 693h199z" />
+ <glyph glyph-name="Mu" unicode="Μ"
+d="M583 0h-144l-8 297q-1 22 -1 60q0 50 3 97.5t7 99.5l-78 -436h-124l-85 436q11 -115 11 -207l-1 -53l-5 -294h-141l39 693h169l77 -448l73 448h169z" />
+ <glyph glyph-name="Nu" unicode="Ν"
+d="M167 557q10 -76 17 -146.5t7 -149.5v-261h-139v693h205l176 -555q-24 154 -24 290v265h139v-693h-199z" />
+ <glyph glyph-name="Xi" unicode="Ξ"
+d="M528 563h-475v130h494zM484 291h-372v122h372v-122zM547 0h-494v135h494v-135z" />
+ <glyph glyph-name="Omicron" unicode="Ο"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM383.5 533q-25.5 58 -83.5 58t-83.5 -58t-25.5 -186t25.5 -186t83.5 -58q59 0 84 58t25 186t-25.5 186z" />
+ <glyph glyph-name="Pi" unicode="Π"
+d="M384 567h-168v-567h-164v693h496v-693h-164v567z" />
+ <glyph glyph-name="Rho" unicode="Ρ"
+d="M502.5 290.5q-73.5 -59.5 -200.5 -59.5h-76v-231h-164v693h218q144 0 220 -56.5t76 -169.5q0 -117 -73.5 -176.5zM283 576h-57v-227h65q56 0 86.5 29t30.5 89q0 109 -125 109z" />
+ <glyph glyph-name="Sigma" unicode="Σ"
+d="M234 122h312v-122h-491v119l212 222l-212 233v119h491v-119h-310l187 -198v-65z" />
+ <glyph glyph-name="Tau" unicode="Τ"
+d="M381 0h-164v567h-195v126h561l-16 -126h-186v-567z" />
+ <glyph glyph-name="Upsilon" unicode="Υ"
+d="M382 0h-164v259l-226 434h180l131 -298l132 298h173l-226 -433v-260z" />
+ <glyph glyph-name="Phi" unicode="Φ"
+d="M357 614q120 -5 179.5 -68t59.5 -196t-60 -199.5t-179 -70.5v-80h-114v80q-122 4 -180.5 70t-58.5 200t58 196.5t181 67.5v79h114v-79zM173 482.5q-23 -42.5 -23 -132.5q0 -92 22 -135.5t81 -44.5v356q-57 -1 -80 -43.5zM347 170q59 1 81 45t22 135q0 90 -23 132.5
+t-80 43.5v-356z" />
+ <glyph glyph-name="Chi" unicode="Χ"
+d="M196 693l104 -222l107 222h173l-184 -318l201 -375h-177l-122 264l-120 -264h-174l196 368l-181 325h177z" />
+ <glyph glyph-name="Psi" unicode="Ψ"
+d="M228 183q-217 30 -217 240v270h139v-274q0 -62 17.5 -91.5t71.5 -39.5v405h124v-404q51 11 69 40t18 90v274h139v-270q0 -100 -54 -161.5t-163 -77.5v-184h-144v183z" />
+ <glyph glyph-name="uni03A9" unicode="Ω"
+d="M217 538q-26 -52 -26 -161q0 -114 19 -175t63 -87v-115h-239v117h116q-127 66 -127 260q0 97 32.5 172.5t95 118.5t149.5 43t149.5 -43t95 -118.5t32.5 -172.5q0 -192 -128 -260h117v-117h-239v115q45 25 63.5 86t18.5 176q0 109 -26 161t-83 52t-83 -52z" />
+ <glyph glyph-name="Alphatonos" unicode="Ά"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM164 693l-87 -226l-101 18l38 239z" />
+ <glyph glyph-name="Epsilontonos" unicode="Έ"
+d="M257 409h240v-114h-240v-177h289v-118h-453v693h453l-17 -117h-272v-167zM67 693l-87 -226l-101 18l38 239z" />
+ <glyph glyph-name="Etatonos" unicode="Ή"
+d="M384 292h-168v-292h-164v693h164v-266h168v266h164v-693h-164v292zM26 693l-87 -226l-101 18l38 239z" />
+ <glyph glyph-name="Iotatonos" unicode="Ί"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120zM49 693l-87 -226l-101 18l38 239z" />
+ <glyph glyph-name="Omicrontonos" unicode="Ό"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM383.5 533q-25.5 58 -83.5 58t-83.5 -58t-25.5 -186t25.5 -186t83.5 -58q59 0 84 58t25 186t-25.5 186zM78 693l-87 -226
+l-101 18l38 239z" />
+ <glyph glyph-name="Upsilontonos" unicode="Ύ"
+d="M382 0h-164v259l-226 434h180l131 -298l132 298h173l-226 -433v-260zM-24 693l-87 -226l-101 18l38 239z" />
+ <glyph glyph-name="Omegatonos" unicode="Ώ"
+d="M217 538q-26 -52 -26 -161q0 -114 19 -175t63 -87v-115h-239v117h116q-127 66 -127 260q0 97 32.5 172.5t95 118.5t149.5 43t149.5 -43t95 -118.5t32.5 -172.5q0 -192 -128 -260h117v-117h-239v115q45 25 63.5 86t18.5 176q0 109 -26 161t-83 52t-83 -52zM81 693
+l-87 -226l-101 18l38 239z" />
+ <glyph glyph-name="Iotadieresis" unicode="Ϊ"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120zM126 785q-24 23 -24 57t24 57t58 23q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58 23zM357.5 785.5q-24.5 23.5 -24.5 56.5t24.5 56.5t58.5 23.5q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23
+q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="Upsilondieresis" unicode="Ϋ"
+d="M382 0h-164v259l-226 434h180l131 -298l132 298h173l-226 -433v-260zM126 785q-24 23 -24 57t24 57t58 23q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58 23zM357.5 785.5q-24.5 23.5 -24.5 56.5t24.5 56.5t58.5 23.5q35 0 58.5 -23t23.5 -57t-23.5 -57
+t-58.5 -23q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni0370" unicode="Ͱ"
+d="M259 294v-294h-163v693h163v-267h246v-132h-246z" />
+ <glyph glyph-name="uni0372" unicode="Ͳ"
+d="M584 693v-293h-121v169h-81v-569h-164v569h-80v-169h-121v293h567z" />
+ <glyph glyph-name="uni0376" unicode="Ͷ"
+d="M52 693h150v-235q0 -98 -7 -168.5t-21 -146.5l193 550h181v-693h-150v230q0 164 27 319l-189 -549h-184v693z" />
+ <glyph glyph-name="uni03D8" unicode="Ϙ"
+d="M526 113q-51 -93 -148 -120v-203h-156v203q-97 26 -148 118t-51 236q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -141 -51 -234zM384 161q25 58 25 186t-25.5 186t-83.5 58t-83.5 -58t-25.5 -186t25.5 -186t83.5 -58q59 0 84 58z" />
+ <glyph glyph-name="uni03DA" unicode="Ϛ"
+d="M314 -129q41 23 59.5 39.5t18.5 37.5q0 19 -26 35t-104 49q-71 29 -118 66.5t-74 97.5t-27 149q0 101 42 180t123.5 123.5t195.5 44.5h181l-18 -131h-144q-109 0 -160.5 -56.5t-51.5 -156.5q0 -60 12.5 -96t47 -63.5t102.5 -55.5q62 -25 99 -47t57.5 -51.5t20.5 -70.5
+q0 -59 -42.5 -104t-134.5 -84z" />
+ <glyph glyph-name="uni03DC" unicode="Ϝ"
+d="M250 564v-168h130q39 0 67 -7t52 -22l-37 -106q-21 8 -41.5 12t-50.5 4h-120v-277h-164v693h469l-16 -129h-289z" />
+ <glyph glyph-name="uni03DE" unicode="Ϟ"
+d="M555 285h-1l-215 -285h-173l216 285h-312l-25 128l215 280h173l-214 -280h310z" />
+ <glyph glyph-name="uni03E0" unicode="Ϡ"
+d="M454 0l-73 235l-68 -235l-100 1l119 390l-27 87l-153 -478h-147l244 633l-26 60h124l248 -693h-141z" />
+ <glyph glyph-name="uni03CF" unicode="Ϗ"
+d="M50 693h164v-693h-164v693zM529.5 -175.5q-52.5 -51.5 -148.5 -51.5q-43 0 -74.5 11.5t-60.5 33.5l60 92q18 -9 30 -13t30 -4q26 0 39 15.5t13 51.5v40h-28l-171 370l169 323h168l-171 -311l127 -256h70v-152q0 -98 -52.5 -149.5z" />
+ <glyph glyph-name="uni03D2" unicode="ϒ"
+d="M555 592q-15 0 -25.5 -10t-21.5 -36l-125 -286v-260h-165v259l-205 434h179l110 -298l75 197q24 64 58.5 91.5t98.5 27.5q38 0 66 -10l-24 -112q-10 3 -21 3z" />
+ <glyph glyph-name="uni03D3" unicode="ϓ"
+d="M555 592q-15 0 -25.5 -10t-21.5 -36l-125 -286v-260h-165v259l-205 434h179l110 -298l75 197q24 64 58.5 91.5t98.5 27.5q38 0 66 -10l-24 -112q-10 3 -21 3zM-5 693l-87 -226l-101 18l38 239z" />
+ <glyph glyph-name="uni03D4" unicode="ϔ"
+d="M555 592q-15 0 -25.5 -10t-21.5 -36l-125 -286v-260h-165v259l-205 434h179l110 -298l75 197q24 64 58.5 91.5t98.5 27.5q38 0 66 -10l-24 -112q-10 3 -21 3zM129 785q-24 23 -24 57t24 57t58 23q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58 23zM360.5 785.5
+q-24.5 23.5 -24.5 56.5t24.5 56.5t58.5 23.5q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni03F4" unicode="ϴ"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM387 533q-28 58 -87 58t-87 -57.5t-28 -186.5q0 -128 28 -186t87 -58q60 0 87.5 57.5t27.5 186.5q0 128 -28 186z
+M224 307v91h151v-91h-151z" />
+ <glyph glyph-name="uni03F7" unicode="Ϸ"
+d="M224 581h55q143 0 220 -57t77 -170q0 -120 -71.5 -179t-203.5 -59h-77v-116h-165v693h165v-112zM224 464v-229h66q57 0 86.5 27.5t29.5 90.5q0 57 -30.5 84t-91.5 27h-60z" />
+ <glyph glyph-name="uni03F9" unicode="Ϲ"
+d="M482 692q52 -19 98 -57l-80 -97q-63 51 -138 51q-71 0 -114.5 -60t-43.5 -181t43 -179.5t118 -58.5q46 0 79 16t71 46l74 -95q-92 -94 -233 -94q-95 0 -167.5 42t-113.5 124.5t-41 198.5q0 113 42 195t116 125t166 43q72 0 124 -19z" />
+ <glyph glyph-name="uni03FA" unicode="Ϻ"
+d="M583 0h-144l-8 297q-1 22 -1 60q0 50 3 97.5t7 99.5l-78 -436h-124l-85 436q11 -115 11 -207l-1 -53l-5 -294h-141l39 693h169l77 -448l73 448h169z" />
+ <glyph glyph-name="uni03FD" unicode="Ͻ"
+d="M419.5 668.5q70.5 -42.5 108.5 -124t38 -196.5q0 -116 -41 -198.5t-113.5 -124.5t-167.5 -42q-141 0 -233 94l74 93q40 -29 72 -44.5t78 -15.5q75 0 118 58.5t43 179.5q0 126 -37 183.5t-115 57.5q-43 0 -80.5 -12.5t-75.5 -37.5l-68 96q53 39 108 57.5t124 18.5
+q97 0 167.5 -42.5z" />
+ <glyph glyph-name="uni03FE" unicode="Ͼ"
+d="M482 692q52 -19 98 -57l-80 -97q-63 51 -138 51q-71 0 -114.5 -60t-43.5 -181t43 -179.5t118 -58.5q46 0 79 16t71 46l74 -95q-92 -94 -233 -94q-95 0 -167.5 42t-113.5 124.5t-41 198.5q0 113 42 195t116 125t166 43q72 0 124 -19zM433.5 411q24.5 -24 24.5 -60
+t-24.5 -60t-63.5 -24q-38 0 -63 24t-25 60t25 60t63 24q39 0 63.5 -24z" />
+ <glyph glyph-name="uni03FF" unicode="Ͽ"
+d="M419.5 668.5q70.5 -42.5 108.5 -124t38 -196.5q0 -116 -41 -198.5t-113.5 -124.5t-167.5 -42q-141 0 -233 94l74 93q40 -29 72 -44.5t78 -15.5q75 0 118 58.5t43 179.5q0 126 -37 183.5t-115 57.5q-43 0 -80.5 -12.5t-75.5 -37.5l-68 96q53 39 108 57.5t124 18.5
+q97 0 167.5 -42.5zM293.5 411q24.5 -24 24.5 -60t-24.5 -60t-63.5 -24q-38 0 -63 24t-25 60t25 60t63 24q39 0 63.5 -24z" />
+ <glyph glyph-name="uni1F08" unicode="Ἀ"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM126 688q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="uni1F09" unicode="Ἁ"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM109.5 687.5q22.5 -22.5 22.5 -54.5q0 -38 -32 -65l27 -115h-80l-49 97q-23 46 -23 83q0 33 22 55t56 22t56.5 -22.5z" />
+ <glyph glyph-name="uni1F0A" unicode="Ἂ"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM-109 676q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM107 461l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F0B" unicode="Ἃ"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM-115 675.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t56.5 22q33 0 56 -22.5zM103 461l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F0C" unicode="Ἄ"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM-63 676q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM153 662l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1F0D" unicode="Ἅ"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM-65 675.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t55.5 22q34 0 57 -22.5zM153 662l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1F0E" unicode="Ἆ"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM10.5 557q-15.5 7 -36.5 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q20 52 53.5 85.5t75.5 33.5q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33
+l80 -38q-21 -53 -54.5 -85t-76.5 -32q-21 0 -36.5 7zM-45 399q-44 23 -44 66q0 33 22.5 55.5t56.5 22.5t56.5 -22.5t22.5 -55.5q0 -18 -6.5 -36.5t-22.5 -46.5l-25 -44h-74z" />
+ <glyph glyph-name="uni1F0F" unicode="Ἇ"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM7 558q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 86t75.5 33q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38
+q-21 -53 -54 -85t-76 -32q-22 0 -38 7zM-39 338l-23 44q-17 29 -23.5 47t-6.5 36q0 34 22 56t56 22q35 0 57 -22.5t22 -55.5q0 -42 -41 -65l12 -62h-75z" />
+ <glyph glyph-name="uni1FBA" unicode="Ὰ"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM115 485l-101 -18l-88 226l151 31z" />
+ <glyph glyph-name="uni1FBB" unicode="Ά"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM144 693l-87 -226l-101 18l38 239z" />
+ <glyph glyph-name="uni1FB8" unicode="Ᾰ"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM179 793.5q-43 42.5 -51 111.5l87 16q10 -31 30 -45.5t55 -14.5t55 14.5t30 45.5l87 -16q-7 -68 -50.5 -111t-121.5 -43t-121 42.5z" />
+ <glyph glyph-name="uni1FB9" unicode="Ᾱ"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM147 782v110h305v-110h-305z" />
+ <glyph glyph-name="uni1FBC" unicode="ᾼ"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM277 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F88" unicode="ᾈ"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM126 688q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM277 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40
+q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F89" unicode="ᾉ"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM109.5 687.5q22.5 -22.5 22.5 -54.5q0 -38 -32 -65l27 -115h-80l-49 97q-23 46 -23 83q0 33 22 55t56 22t56.5 -22.5zM277 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40
+q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F8A" unicode="ᾊ"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM-109 676q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM107 461l-87 -19l-87 220l133 35zM277 -169q-34 35 -34 93
+v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F8B" unicode="ᾋ"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM-115 675.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t56.5 22q33 0 56 -22.5zM103 461l-87 -19l-87 220l133 35zM277 -169
+q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F8C" unicode="ᾌ"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM-63 676q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM153 662l-87 -220l-87 19l41 236zM277 -169q-34 35 -34 93
+v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F8D" unicode="ᾍ"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM-65 675.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t55.5 22q34 0 57 -22.5zM153 662l-87 -220l-87 19l41 236zM277 -169
+q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F8E" unicode="ᾎ"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM10.5 557q-15.5 7 -36.5 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q20 52 53.5 85.5t75.5 33.5q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33
+l80 -38q-21 -53 -54.5 -85t-76.5 -32q-21 0 -36.5 7zM-45 399q-44 23 -44 66q0 33 22.5 55.5t56.5 22.5t56.5 -22.5t22.5 -55.5q0 -18 -6.5 -36.5t-22.5 -46.5l-25 -44h-74zM277 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z
+" />
+ <glyph glyph-name="uni1F8F" unicode="ᾏ"
+d="M197 150l-36 -150h-172l212 693h199l212 -693h-176l-36 150h-203zM373 268l-75 307l-75 -307h150zM7 558q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 86t75.5 33q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38
+q-21 -53 -54 -85t-76 -32q-22 0 -38 7zM-39 338l-23 44q-17 29 -23.5 47t-6.5 36q0 34 22 56t56 22q35 0 57 -22.5t22 -55.5q0 -42 -41 -65l12 -62h-75zM277 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F18" unicode="Ἐ"
+d="M257 409h240v-114h-240v-177h289v-118h-453v693h453l-17 -117h-272v-167zM29 688q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="uni1F19" unicode="Ἑ"
+d="M257 409h240v-114h-240v-177h289v-118h-453v693h453l-17 -117h-272v-167zM12.5 687.5q22.5 -22.5 22.5 -54.5q0 -38 -32 -65l27 -115h-80l-49 97q-23 46 -23 83q0 33 22 55t56 22t56.5 -22.5z" />
+ <glyph glyph-name="uni1F1A" unicode="Ἒ"
+d="M257 409h240v-114h-240v-177h289v-118h-453v693h453l-17 -117h-272v-167zM-163 676q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM53 461l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F1B" unicode="Ἓ"
+d="M257 409h240v-114h-240v-177h289v-118h-453v693h453l-17 -117h-272v-167zM-165 675.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t56.5 22q33 0 56 -22.5zM53 461l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F1C" unicode="Ἔ"
+d="M257 409h240v-114h-240v-177h289v-118h-453v693h453l-17 -117h-272v-167zM-161 676q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM55 662l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1F1D" unicode="Ἕ"
+d="M257 409h240v-114h-240v-177h289v-118h-453v693h453l-17 -117h-272v-167zM-163 675.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t55.5 22q34 0 57 -22.5zM55 662l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1FC8" unicode="Ὲ"
+d="M257 409h240v-114h-240v-177h289v-118h-453v693h453l-17 -117h-272v-167zM57 485l-101 -18l-88 226l151 31z" />
+ <glyph glyph-name="uni1FC9" unicode="Έ"
+d="M257 409h240v-114h-240v-177h289v-118h-453v693h453l-17 -117h-272v-167zM67 693l-87 -226l-101 18l38 239z" />
+ <glyph glyph-name="uni1F28" unicode="Ἠ"
+d="M384 292h-168v-292h-164v693h164v-266h168v266h164v-693h-164v292zM-12 688q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="uni1F29" unicode="Ἡ"
+d="M384 292h-168v-292h-164v693h164v-266h168v266h164v-693h-164v292zM-28.5 687.5q22.5 -22.5 22.5 -54.5q0 -38 -32 -65l27 -115h-80l-49 97q-23 46 -23 83q0 33 22 55t56 22t56.5 -22.5z" />
+ <glyph glyph-name="uni1F2A" unicode="Ἢ"
+d="M384 292h-168v-292h-164v693h164v-266h168v266h164v-693h-164v292zM-204 676q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM12 461l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F2B" unicode="Ἣ"
+d="M384 292h-168v-292h-164v693h164v-266h168v266h164v-693h-164v292zM-206 675.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t56.5 22q33 0 56 -22.5zM12 461l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F2C" unicode="Ἤ"
+d="M384 292h-168v-292h-164v693h164v-266h168v266h164v-693h-164v292zM-202 676q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM14 662l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1F2D" unicode="Ἥ"
+d="M384 292h-168v-292h-164v693h164v-266h168v266h164v-693h-164v292zM-204 675.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t55.5 22q34 0 57 -22.5zM14 662l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1F2E" unicode="Ἦ"
+d="M384 292h-168v-292h-164v693h164v-266h168v266h164v-693h-164v292zM-134.5 557q-15.5 7 -36.5 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q20 52 53.5 85.5t75.5 33.5q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l80 -38q-21 -53 -54.5 -85
+t-76.5 -32q-21 0 -36.5 7zM-190 399q-44 23 -44 66q0 33 22.5 55.5t56.5 22.5t56.5 -22.5t22.5 -55.5q0 -18 -6.5 -36.5t-22.5 -46.5l-25 -44h-74z" />
+ <glyph glyph-name="uni1F2F" unicode="Ἧ"
+d="M384 292h-168v-292h-164v693h164v-266h168v266h164v-693h-164v292zM-136 558q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 86t75.5 33q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32
+q-22 0 -38 7zM-182 338l-23 44q-17 29 -23.5 47t-6.5 36q0 34 22 56t56 22q35 0 57 -22.5t22 -55.5q0 -42 -41 -65l12 -62h-75z" />
+ <glyph glyph-name="uni1FCA" unicode="Ὴ"
+d="M384 292h-168v-292h-164v693h164v-266h168v266h164v-693h-164v292zM16 485l-101 -18l-88 226l151 31z" />
+ <glyph glyph-name="uni1FCB" unicode="Ή"
+d="M384 292h-168v-292h-164v693h164v-266h168v266h164v-693h-164v292zM26 693l-87 -226l-101 18l38 239z" />
+ <glyph glyph-name="uni1FCC" unicode="ῌ"
+d="M384 292h-168v-292h-164v693h164v-266h168v266h164v-693h-164v292zM278 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F98" unicode="ᾘ"
+d="M384 292h-168v-292h-164v693h164v-266h168v266h164v-693h-164v292zM-12 688q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM278 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37
+t-98 35z" />
+ <glyph glyph-name="uni1F99" unicode="ᾙ"
+d="M384 292h-168v-292h-164v693h164v-266h168v266h164v-693h-164v292zM-28.5 687.5q22.5 -22.5 22.5 -54.5q0 -38 -32 -65l27 -115h-80l-49 97q-23 46 -23 83q0 33 22 55t56 22t56.5 -22.5zM278 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69
+q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F9A" unicode="ᾚ"
+d="M384 292h-168v-292h-164v693h164v-266h168v266h164v-693h-164v292zM-204 676q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM12 461l-87 -19l-87 220l133 35zM278 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40
+q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F9B" unicode="ᾛ"
+d="M384 292h-168v-292h-164v693h164v-266h168v266h164v-693h-164v292zM-206 675.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t56.5 22q33 0 56 -22.5zM12 461l-87 -19l-87 220l133 35zM278 -169q-34 35 -34 93v34h112v-31
+q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F9C" unicode="ᾜ"
+d="M384 292h-168v-292h-164v693h164v-266h168v266h164v-693h-164v292zM-202 676q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM14 662l-87 -220l-87 19l41 236zM278 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40
+q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F9D" unicode="ᾝ"
+d="M384 292h-168v-292h-164v693h164v-266h168v266h164v-693h-164v292zM-204 675.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t55.5 22q34 0 57 -22.5zM14 662l-87 -220l-87 19l41 236zM278 -169q-34 35 -34 93v34h112v-31
+q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F9E" unicode="ᾞ"
+d="M384 292h-168v-292h-164v693h164v-266h168v266h164v-693h-164v292zM-134.5 557q-15.5 7 -36.5 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q20 52 53.5 85.5t75.5 33.5q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l80 -38q-21 -53 -54.5 -85
+t-76.5 -32q-21 0 -36.5 7zM-190 399q-44 23 -44 66q0 33 22.5 55.5t56.5 22.5t56.5 -22.5t22.5 -55.5q0 -18 -6.5 -36.5t-22.5 -46.5l-25 -44h-74zM278 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F9F" unicode="ᾟ"
+d="M384 292h-168v-292h-164v693h164v-266h168v266h164v-693h-164v292zM-136 558q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 86t75.5 33q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32
+q-22 0 -38 7zM-182 338l-23 44q-17 29 -23.5 47t-6.5 36q0 34 22 56t56 22q35 0 57 -22.5t22 -55.5q0 -42 -41 -65l12 -62h-75zM278 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F38" unicode="Ἰ"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120zM11 688q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="uni1F39" unicode="Ἱ"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120zM13.5 687.5q22.5 -22.5 22.5 -54.5q0 -38 -32 -65l27 -115h-80l-49 97q-23 46 -23 83q0 33 22 55t56 22t56.5 -22.5z" />
+ <glyph glyph-name="uni1F3A" unicode="Ἲ"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120zM-160 676q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM56 461l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F3B" unicode="Ἳ"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120zM-157 675.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t56.5 22q33 0 56 -22.5zM61 461l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F3C" unicode="Ἴ"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120zM-179 676q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM37 662l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1F3D" unicode="Ἵ"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120zM-181 675.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t55.5 22q34 0 57 -22.5zM37 662l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1F3E" unicode="Ἶ"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120zM-111.5 557q-15.5 7 -36.5 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q20 52 53.5 85.5t75.5 33.5q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l80 -38q-21 -53 -54.5 -85
+t-76.5 -32q-21 0 -36.5 7zM-167 399q-44 23 -44 66q0 33 22.5 55.5t56.5 22.5t56.5 -22.5t22.5 -55.5q0 -18 -6.5 -36.5t-22.5 -46.5l-25 -44h-74z" />
+ <glyph glyph-name="uni1F3F" unicode="Ἷ"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120zM-113 558q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 86t75.5 33q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32
+q-22 0 -38 7zM-159 338l-23 44q-17 29 -23.5 47t-6.5 36q0 34 22 56t56 22q35 0 57 -22.5t22 -55.5q0 -42 -41 -65l12 -62h-75z" />
+ <glyph glyph-name="uni1FDA" unicode="Ὶ"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120zM50 485l-101 -18l-88 226l151 31z" />
+ <glyph glyph-name="uni1FDB" unicode="Ί"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120zM49 693l-87 -226l-101 18l38 239z" />
+ <glyph glyph-name="uni1FD8" unicode="Ῐ"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120zM179 793.5q-43 42.5 -51 111.5l87 16q10 -31 30 -45.5t55 -14.5t55 14.5t30 45.5l87 -16q-7 -68 -50.5 -111t-121.5 -43t-121 42.5z" />
+ <glyph glyph-name="uni1FD9" unicode="Ῑ"
+d="M525 573h-143v-452h143v-121h-450v121h143v452h-143v120h450v-120zM147 782v110h305v-110h-305z" />
+ <glyph glyph-name="uni1F48" unicode="Ὀ"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM383.5 533q-25.5 58 -83.5 58t-83.5 -58t-25.5 -186t25.5 -186t83.5 -58q59 0 84 58t25 186t-25.5 186zM40 688
+q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="uni1F49" unicode="Ὁ"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM383.5 533q-25.5 58 -83.5 58t-83.5 -58t-25.5 -186t25.5 -186t83.5 -58q59 0 84 58t25 186t-25.5 186zM3.5 687.5
+q22.5 -22.5 22.5 -54.5q0 -38 -32 -65l27 -115h-80l-49 97q-23 46 -23 83q0 33 22 55t56 22t56.5 -22.5z" />
+ <glyph glyph-name="uni1F4A" unicode="Ὂ"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM383.5 533q-25.5 58 -83.5 58t-83.5 -58t-25.5 -186t25.5 -186t83.5 -58q59 0 84 58t25 186t-25.5 186zM-201 676
+q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM15 461l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F4B" unicode="Ὃ"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM383.5 533q-25.5 58 -83.5 58t-83.5 -58t-25.5 -186t25.5 -186t83.5 -58q59 0 84 58t25 186t-25.5 186zM-204 675.5
+q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t56.5 22q33 0 56 -22.5zM14 461l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F4C" unicode="Ὄ"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM383.5 533q-25.5 58 -83.5 58t-83.5 -58t-25.5 -186t25.5 -186t83.5 -58q59 0 84 58t25 186t-25.5 186zM-169 676
+q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM47 662l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1F4D" unicode="Ὅ"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM383.5 533q-25.5 58 -83.5 58t-83.5 -58t-25.5 -186t25.5 -186t83.5 -58q59 0 84 58t25 186t-25.5 186zM-171 675.5
+q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t55.5 22q34 0 57 -22.5zM47 662l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1FF8" unicode="Ὸ"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM383.5 533q-25.5 58 -83.5 58t-83.5 -58t-25.5 -186t25.5 -186t83.5 -58q59 0 84 58t25 186t-25.5 186zM19 485l-101 -18
+l-88 226l151 31z" />
+ <glyph glyph-name="uni1FF9" unicode="Ό"
+d="M505.5 80.5q-71.5 -97.5 -205.5 -97.5q-135 0 -206 96.5t-71 267.5q0 169 71.5 266.5t205.5 97.5q135 0 206 -96.5t71 -267.5q0 -169 -71.5 -266.5zM383.5 533q-25.5 58 -83.5 58t-83.5 -58t-25.5 -186t25.5 -186t83.5 -58q59 0 84 58t25 186t-25.5 186zM58 693l-87 -226
+l-101 18l38 239z" />
+ <glyph glyph-name="uni1FEC" unicode="Ῥ"
+d="M502.5 290.5q-73.5 -59.5 -200.5 -59.5h-76v-231h-164v693h218q144 0 220 -56.5t76 -169.5q0 -117 -73.5 -176.5zM283 576h-57v-227h65q56 0 86.5 29t30.5 89q0 109 -125 109zM-18.5 687.5q22.5 -22.5 22.5 -54.5q0 -38 -32 -65l27 -115h-80l-49 97q-23 46 -23 83
+q0 33 22 55t56 22t56.5 -22.5z" />
+ <glyph glyph-name="uni1F59" unicode="Ὑ"
+d="M382 0h-164v259l-226 434h180l131 -298l132 298h173l-226 -433v-260zM-40.5 687.5q22.5 -22.5 22.5 -54.5q0 -38 -32 -65l27 -115h-80l-49 97q-23 46 -23 83q0 33 22 55t56 22t56.5 -22.5z" />
+ <glyph glyph-name="uni1F5B" unicode="Ὓ"
+d="M382 0h-164v259l-226 434h180l131 -298l132 298h173l-226 -433v-260zM-217 675.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t56.5 22q33 0 56 -22.5zM1 461l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F5D" unicode="Ὕ"
+d="M382 0h-164v259l-226 434h180l131 -298l132 298h173l-226 -433v-260zM-254 675.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t55.5 22q34 0 57 -22.5zM-36 662l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1F5F" unicode="Ὗ"
+d="M382 0h-164v259l-226 434h180l131 -298l132 298h173l-226 -433v-260zM-177 558q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 86t75.5 33q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32
+q-22 0 -38 7zM-223 338l-23 44q-17 29 -23.5 47t-6.5 36q0 34 22 56t56 22q35 0 57 -22.5t22 -55.5q0 -42 -41 -65l12 -62h-75z" />
+ <glyph glyph-name="uni1FEA" unicode="Ὺ"
+d="M382 0h-164v259l-226 434h180l131 -298l132 298h173l-226 -433v-260zM5 485l-101 -18l-88 226l151 31z" />
+ <glyph glyph-name="uni1FEB" unicode="Ύ"
+d="M382 0h-164v259l-226 434h180l131 -298l132 298h173l-226 -433v-260zM-24 693l-87 -226l-101 18l38 239z" />
+ <glyph glyph-name="uni1FE8" unicode="Ῠ"
+d="M382 0h-164v259l-226 434h180l131 -298l132 298h173l-226 -433v-260zM179 793.5q-43 42.5 -51 111.5l87 16q10 -31 30 -45.5t55 -14.5t55 14.5t30 45.5l87 -16q-7 -68 -50.5 -111t-121.5 -43t-121 42.5z" />
+ <glyph glyph-name="uni1FE9" unicode="Ῡ"
+d="M382 0h-164v259l-226 434h180l131 -298l132 298h173l-226 -433v-260zM147 782v110h305v-110h-305z" />
+ <glyph glyph-name="uni1F68" unicode="Ὠ"
+d="M217 538q-26 -52 -26 -161q0 -114 19 -175t63 -87v-115h-239v117h116q-127 66 -127 260q0 97 32.5 172.5t95 118.5t149.5 43t149.5 -43t95 -118.5t32.5 -172.5q0 -192 -128 -260h117v-117h-239v115q45 25 63.5 86t18.5 176q0 109 -26 161t-83 52t-83 -52zM43 688
+q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="uni1F69" unicode="Ὡ"
+d="M217 538q-26 -52 -26 -161q0 -114 19 -175t63 -87v-115h-239v117h116q-127 66 -127 260q0 97 32.5 172.5t95 118.5t149.5 43t149.5 -43t95 -118.5t32.5 -172.5q0 -192 -128 -260h117v-117h-239v115q45 25 63.5 86t18.5 176q0 109 -26 161t-83 52t-83 -52zM-5.5 687.5
+q22.5 -22.5 22.5 -54.5q0 -38 -32 -65l27 -115h-80l-49 97q-23 46 -23 83q0 33 22 55t56 22t56.5 -22.5z" />
+ <glyph glyph-name="uni1F6A" unicode="Ὢ"
+d="M217 538q-26 -52 -26 -161q0 -114 19 -175t63 -87v-115h-239v117h116q-127 66 -127 260q0 97 32.5 172.5t95 118.5t149.5 43t149.5 -43t95 -118.5t32.5 -172.5q0 -192 -128 -260h117v-117h-239v115q45 25 63.5 86t18.5 176q0 109 -26 161t-83 52t-83 -52zM-208 676
+q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM8 461l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F6B" unicode="Ὣ"
+d="M217 538q-26 -52 -26 -161q0 -114 19 -175t63 -87v-115h-239v117h116q-127 66 -127 260q0 97 32.5 172.5t95 118.5t149.5 43t149.5 -43t95 -118.5t32.5 -172.5q0 -192 -128 -260h117v-117h-239v115q45 25 63.5 86t18.5 176q0 109 -26 161t-83 52t-83 -52zM-211 675.5
+q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t56.5 22q33 0 56 -22.5zM7 461l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F6C" unicode="Ὤ"
+d="M217 538q-26 -52 -26 -161q0 -114 19 -175t63 -87v-115h-239v117h116q-127 66 -127 260q0 97 32.5 172.5t95 118.5t149.5 43t149.5 -43t95 -118.5t32.5 -172.5q0 -192 -128 -260h117v-117h-239v115q45 25 63.5 86t18.5 176q0 109 -26 161t-83 52t-83 -52zM-166 676
+q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM50 662l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1F6D" unicode="Ὥ"
+d="M217 538q-26 -52 -26 -161q0 -114 19 -175t63 -87v-115h-239v117h116q-127 66 -127 260q0 97 32.5 172.5t95 118.5t149.5 43t149.5 -43t95 -118.5t32.5 -172.5q0 -192 -128 -260h117v-117h-239v115q45 25 63.5 86t18.5 176q0 109 -26 161t-83 52t-83 -52zM-168 675.5
+q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t55.5 22q34 0 57 -22.5zM50 662l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1F6E" unicode="Ὦ"
+d="M217 538q-26 -52 -26 -161q0 -114 19 -175t63 -87v-115h-239v117h116q-127 66 -127 260q0 97 32.5 172.5t95 118.5t149.5 43t149.5 -43t95 -118.5t32.5 -172.5q0 -192 -128 -260h117v-117h-239v115q45 25 63.5 86t18.5 176q0 109 -26 161t-83 52t-83 -52zM-78.5 557
+q-15.5 7 -36.5 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q20 52 53.5 85.5t75.5 33.5q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l80 -38q-21 -53 -54.5 -85t-76.5 -32q-21 0 -36.5 7zM-134 399q-44 23 -44 66q0 33 22.5 55.5t56.5 22.5
+t56.5 -22.5t22.5 -55.5q0 -18 -6.5 -36.5t-22.5 -46.5l-25 -44h-74z" />
+ <glyph glyph-name="uni1F6F" unicode="Ὧ"
+d="M217 538q-26 -52 -26 -161q0 -114 19 -175t63 -87v-115h-239v117h116q-127 66 -127 260q0 97 32.5 172.5t95 118.5t149.5 43t149.5 -43t95 -118.5t32.5 -172.5q0 -192 -128 -260h117v-117h-239v115q45 25 63.5 86t18.5 176q0 109 -26 161t-83 52t-83 -52zM-81 558
+q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 86t75.5 33q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7zM-127 338l-23 44q-17 29 -23.5 47t-6.5 36q0 34 22 56t56 22
+q35 0 57 -22.5t22 -55.5q0 -42 -41 -65l12 -62h-75z" />
+ <glyph glyph-name="uni1FFA" unicode="Ὼ"
+d="M217 538q-26 -52 -26 -161q0 -114 19 -175t63 -87v-115h-239v117h116q-127 66 -127 260q0 97 32.5 172.5t95 118.5t149.5 43t149.5 -43t95 -118.5t32.5 -172.5q0 -192 -128 -260h117v-117h-239v115q45 25 63.5 86t18.5 176q0 109 -26 161t-83 52t-83 -52zM19 485
+l-101 -18l-88 226l151 31z" />
+ <glyph glyph-name="uni1FFB" unicode="Ώ"
+d="M217 538q-26 -52 -26 -161q0 -114 19 -175t63 -87v-115h-239v117h116q-127 66 -127 260q0 97 32.5 172.5t95 118.5t149.5 43t149.5 -43t95 -118.5t32.5 -172.5q0 -192 -128 -260h117v-117h-239v115q45 25 63.5 86t18.5 176q0 109 -26 161t-83 52t-83 -52zM61 693
+l-87 -226l-101 18l38 239z" />
+ <glyph glyph-name="uni1FFC" unicode="ῼ"
+d="M217 538q-26 -52 -26 -161q0 -114 19 -175t63 -87v-115h-239v117h116q-127 66 -127 260q0 97 32.5 172.5t95 118.5t149.5 43t149.5 -43t95 -118.5t32.5 -172.5q0 -192 -128 -260h117v-117h-239v115q45 25 63.5 86t18.5 176q0 109 -26 161t-83 52t-83 -52zM278 -169
+q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1FA8" unicode="ᾨ"
+d="M217 538q-26 -52 -26 -161q0 -114 19 -175t63 -87v-115h-239v117h116q-127 66 -127 260q0 97 32.5 172.5t95 118.5t149.5 43t149.5 -43t95 -118.5t32.5 -172.5q0 -192 -128 -260h117v-117h-239v115q45 25 63.5 86t18.5 176q0 109 -26 161t-83 52t-83 -52zM43 688
+q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM278 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1FA9" unicode="ᾩ"
+d="M217 538q-26 -52 -26 -161q0 -114 19 -175t63 -87v-115h-239v117h116q-127 66 -127 260q0 97 32.5 172.5t95 118.5t149.5 43t149.5 -43t95 -118.5t32.5 -172.5q0 -192 -128 -260h117v-117h-239v115q45 25 63.5 86t18.5 176q0 109 -26 161t-83 52t-83 -52zM-5.5 687.5
+q22.5 -22.5 22.5 -54.5q0 -38 -32 -65l27 -115h-80l-49 97q-23 46 -23 83q0 33 22 55t56 22t56.5 -22.5zM278 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1FAA" unicode="ᾪ"
+d="M217 538q-26 -52 -26 -161q0 -114 19 -175t63 -87v-115h-239v117h116q-127 66 -127 260q0 97 32.5 172.5t95 118.5t149.5 43t149.5 -43t95 -118.5t32.5 -172.5q0 -192 -128 -260h117v-117h-239v115q45 25 63.5 86t18.5 176q0 109 -26 161t-83 52t-83 -52zM-208 676
+q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM8 461l-87 -19l-87 220l133 35zM278 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1FAB" unicode="ᾫ"
+d="M217 538q-26 -52 -26 -161q0 -114 19 -175t63 -87v-115h-239v117h116q-127 66 -127 260q0 97 32.5 172.5t95 118.5t149.5 43t149.5 -43t95 -118.5t32.5 -172.5q0 -192 -128 -260h117v-117h-239v115q45 25 63.5 86t18.5 176q0 109 -26 161t-83 52t-83 -52zM-211 675.5
+q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t56.5 22q33 0 56 -22.5zM7 461l-87 -19l-87 220l133 35zM278 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1FAC" unicode="ᾬ"
+d="M217 538q-26 -52 -26 -161q0 -114 19 -175t63 -87v-115h-239v117h116q-127 66 -127 260q0 97 32.5 172.5t95 118.5t149.5 43t149.5 -43t95 -118.5t32.5 -172.5q0 -192 -128 -260h117v-117h-239v115q45 25 63.5 86t18.5 176q0 109 -26 161t-83 52t-83 -52zM-166 676
+q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM50 662l-87 -220l-87 19l41 236zM278 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1FAD" unicode="ᾭ"
+d="M217 538q-26 -52 -26 -161q0 -114 19 -175t63 -87v-115h-239v117h116q-127 66 -127 260q0 97 32.5 172.5t95 118.5t149.5 43t149.5 -43t95 -118.5t32.5 -172.5q0 -192 -128 -260h117v-117h-239v115q45 25 63.5 86t18.5 176q0 109 -26 161t-83 52t-83 -52zM-168 675.5
+q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t55.5 22q34 0 57 -22.5zM50 662l-87 -220l-87 19l41 236zM278 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1FAE" unicode="ᾮ"
+d="M217 538q-26 -52 -26 -161q0 -114 19 -175t63 -87v-115h-239v117h116q-127 66 -127 260q0 97 32.5 172.5t95 118.5t149.5 43t149.5 -43t95 -118.5t32.5 -172.5q0 -192 -128 -260h117v-117h-239v115q45 25 63.5 86t18.5 176q0 109 -26 161t-83 52t-83 -52zM-78.5 557
+q-15.5 7 -36.5 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q20 52 53.5 85.5t75.5 33.5q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l80 -38q-21 -53 -54.5 -85t-76.5 -32q-21 0 -36.5 7zM-134 399q-44 23 -44 66q0 33 22.5 55.5t56.5 22.5
+t56.5 -22.5t22.5 -55.5q0 -18 -6.5 -36.5t-22.5 -46.5l-25 -44h-74zM278 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1FAF" unicode="ᾯ"
+d="M217 538q-26 -52 -26 -161q0 -114 19 -175t63 -87v-115h-239v117h116q-127 66 -127 260q0 97 32.5 172.5t95 118.5t149.5 43t149.5 -43t95 -118.5t32.5 -172.5q0 -192 -128 -260h117v-117h-239v115q45 25 63.5 86t18.5 176q0 109 -26 161t-83 52t-83 -52zM-81 558
+q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 86t75.5 33q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7zM-127 338l-23 44q-17 29 -23.5 47t-6.5 36q0 34 22 56t56 22
+q35 0 57 -22.5t22 -55.5q0 -42 -41 -65l12 -62h-75zM278 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="alpha" unicode="α"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170z" />
+ <glyph glyph-name="beta" unicode="β"
+d="M511.5 354.5q54.5 -43.5 54.5 -144.5q0 -67 -27 -119.5t-77.5 -81.5t-118.5 -29q-67 0 -131 42v-222l-159 -27v776q0 67 29.5 115.5t82 74t119.5 25.5q70 0 122 -26t79.5 -71t27.5 -100q0 -64 -32.5 -104t-100.5 -57q77 -8 131.5 -51.5zM375 128q29 30 29 92
+q0 58 -32.5 88.5t-84.5 30.5h-33l10 112h20q32 0 50.5 26.5t18.5 74.5q0 47 -18 71t-51 24q-34 0 -53 -22.5t-19 -66.5v-435q41 -25 87 -25q47 0 76 30z" />
+ <glyph glyph-name="gamma" unicode="γ"
+d="M585 508l-210 -482q-27 -61 -27 -133q0 -40 10 -100l-124 -13q-28 59 -28 121q0 52 20 112q-40 159 -92 276t-119 201l156 57q45 -70 80 -174.5t51 -233.5l125 406z" />
+ <glyph glyph-name="delta" unicode="δ"
+d="M510 696l-75 -86q-50 36 -110 36q-34 0 -51 -12t-17 -32q0 -16 7 -27.5t27 -22.5t59 -27q75 -31 120 -66.5t67 -86.5t22 -124q0 -79 -31.5 -139t-90 -93t-136.5 -33q-80 0 -138.5 32t-89 90.5t-30.5 136.5q0 77 39.5 134t114.5 89q-56 29 -77 60.5t-21 79.5
+q0 69 56.5 111.5t163.5 42.5q112 0 191 -63zM222 351.5q-17 -41.5 -17 -102.5q0 -150 95 -150q48 0 72 36.5t24 113.5q0 51 -9.5 82t-33.5 53t-69 42q-45 -33 -62 -74.5z" />
+ <glyph glyph-name="epsilon" unicode="ε"
+d="M320 223q-48 0 -70 -15.5t-22 -45.5q0 -32 27.5 -49t81.5 -17q95 0 166 40l71 -88q-98 -65 -249 -65q-118 0 -189.5 43t-71.5 123q0 59 34 91.5t107 42.5q-121 27 -121 122q0 67 64.5 105.5t166.5 38.5q137 0 227 -56l-69 -85q-56 31 -137 31q-92 0 -92 -56q0 -27 21 -43
+t62 -16h107l-15 -101h-99z" />
+ <glyph glyph-name="zeta" unicode="ζ"
+d="M565 647q-160 -115 -233 -209t-73 -179q0 -39 11.5 -62.5t38.5 -40.5t80 -37q68 -26 102.5 -45t50 -42.5t15.5 -59.5q0 -63 -44.5 -110.5t-137.5 -87.5l-58 95q41 22 59.5 40t18.5 44q0 15 -13.5 25t-54.5 25q-87 33 -135.5 62t-73 73.5t-24.5 114.5q0 104 75.5 198
+t245.5 190q-19 -9 -61.5 -11.5t-120.5 -2.5h-105l17 115h403z" />
+ <glyph glyph-name="eta" unicode="η"
+d="M498 507.5q38 -41.5 38 -117.5v-595l-158 -17v566q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v382q0 37 -6 75.5t-15 67.5l146 20q14 -25 23 -76q71 80 166 80q70 0 108 -41.5z" />
+ <glyph glyph-name="theta" unicode="θ"
+d="M491 660.5q67 -98.5 67 -287.5t-67.5 -289.5t-190.5 -100.5t-190.5 99.5t-67.5 289.5q0 187 67.5 287t190.5 100q124 0 191 -98.5zM223.5 594.5q-25.5 -50.5 -28.5 -177.5h210q-2 87 -14.5 136.5t-34.5 70.5t-56 21q-51 0 -76.5 -50.5zM194 324q4 -127 29.5 -177
+t76.5 -50q34 0 56 20.5t34.5 70.5t14.5 136h-211z" />
+ <glyph glyph-name="iota" unicode="ι"
+d="M38 416l13 115h308v-365q0 -58 69 -58q36 0 75 16l38 -106q-66 -35 -154 -35q-86 0 -136 48t-50 129v256h-163z" />
+ <glyph glyph-name="kappa" unicode="κ"
+d="M560 489l-163 -202l110 -133q18 -22 35 -32t40 -15l-53 -125q-54 5 -87.5 29t-71.5 82l-134 185l195 269zM224 442.5q8 -51.5 8 -105.5v-337h-158v348q0 103 -22 183h152q12 -37 20 -88.5z" />
+ <glyph glyph-name="lambda" unicode="λ"
+d="M255 531q-15 40 -34 62.5t-51 35.5t-86 21l19 108q101 -13 160.5 -43.5t95 -90.5t61.5 -168q40 -165 78.5 -260.5t91.5 -162.5l-156 -50q-52 77 -83.5 174.5t-56.5 261.5l-111 -436l-156 37l176 511h52z" />
+ <glyph glyph-name="uni03BC" unicode="μ"
+d="M524 188q0 -89 12 -188l-142 -14q-9 33 -13 77q-23 -37 -52 -57.5t-63 -20.5q-28 0 -46.5 10t-39.5 38q19 -40 27.5 -71.5t8.5 -76.5v-90l-149 -16v752h157v-302q0 -49 3 -74.5t15 -39t37 -13.5t47.5 15t39.5 42v372h158v-343z" />
+ <glyph glyph-name="nu" unicode="ν"
+d="M121 308.5q-49 135.5 -106 189.5l145 50q46 -56 82.5 -166t57.5 -263l123 430l152 -35l-192 -514h-179q-34 173 -83 308.5z" />
+ <glyph glyph-name="xi" unicode="ξ"
+d="M572 697l-68 -84q-56 35 -126 35q-47 0 -76 -20t-29 -57q0 -45 28.5 -64t86.5 -19h97l-14 -104h-87q-70 0 -108 -28.5t-38 -82.5q0 -40 15 -63.5t49.5 -41t113.5 -47.5q52 -19 82.5 -37.5t46.5 -45t16 -67.5q0 -62 -44.5 -109.5t-138.5 -87.5l-57 95q76 40 76 90
+q0 18 -12.5 28.5t-48.5 24.5q-104 41 -154.5 69t-78.5 70t-28 111q0 78 48.5 123t123.5 59q-62 21 -97.5 55.5t-35.5 90.5q0 50 33 88.5t89.5 59.5t122.5 21q125 0 213 -62z" />
+ <glyph glyph-name="omicron" unicode="ο"
+d="M489.5 472.5q68.5 -76.5 68.5 -205.5q0 -134 -68 -209t-190 -75t-190 74.5t-68 208.5q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5zM228 392.5q-23 -39.5 -23 -126.5q0 -88 23 -127.5t72 -39.5t72 40t23 128q0 86 -23 125.5t-72 39.5t-72 -39.5z" />
+ <glyph glyph-name="pi" unicode="π"
+d="M507 417v-238q0 -32 10 -50.5t34 -29.5l-46 -116q-151 26 -151 175v259h-107v-417h-151v415q-37 -3 -66 -14l-26 108q55 22 111 22h462v-114h-70z" />
+ <glyph glyph-name="rho" unicode="ρ"
+d="M496 477.5q62 -71.5 62 -210.5q0 -81 -24.5 -145.5t-71.5 -101.5t-110 -37q-79 0 -126 56v-244l-158 -17v497q0 133 61 203.5t182 70.5q123 0 185 -71.5zM244.5 390.5q-18.5 -42.5 -18.5 -142.5v-102q31 -47 78 -47q45 0 68 40.5t23 125.5q0 93 -21 130.5t-65 37.5
+q-46 0 -64.5 -42.5z" />
+ <glyph glyph-name="uni03C2" unicode="ς"
+d="M552 483l-68 -94q-51 38 -115 38q-58 0 -92 -36.5t-34 -111.5q0 -45 13 -71.5t42 -45.5t86 -41q53 -20 84.5 -38.5t48.5 -45t17 -66.5q0 -62 -44.5 -109.5t-137.5 -87.5l-59 97q39 20 58.5 38t19.5 43q0 22 -18.5 35t-75.5 35q-66 25 -108 54.5t-66.5 78.5t-24.5 124
+q0 76 35 137.5t98.5 97t145.5 35.5q113 0 195 -66z" />
+ <glyph glyph-name="sigma" unicode="σ"
+d="M578 426l-99 8q79 -63 79 -180q0 -125 -68.5 -198t-189.5 -73q-122 0 -190 73.5t-68 206.5q0 128 69 202.5t196 74.5q99 0 271 -11v-103zM371 138q23 39 23 125q0 72 -12.5 112t-35.5 61q-50 -1 -80.5 -15.5t-45.5 -52t-15 -105.5q0 -86 23 -125t72 -39q48 0 71 39z" />
+ <glyph glyph-name="tau" unicode="τ"
+d="M353 415v-249q0 -58 67 -58q38 0 77 16l37 -106q-64 -35 -153 -35q-87 0 -136.5 48t-49.5 129v255h-47q-64 0 -103 -11l-24 109q44 18 122 18h393v-116h-183z" />
+ <glyph glyph-name="upsilon" unicode="υ"
+d="M551 256q0 -91 -36 -152.5t-97 -91t-136 -29.5q-98 0 -157.5 51t-59.5 146v351h158v-342q0 -48 17.5 -69t52.5 -21q46 0 73 40.5t27 125.5q0 124 -27 266h156q29 -143 29 -275z" />
+ <glyph glyph-name="phi" unicode="φ"
+d="M539 479.5q43 -69.5 43 -209.5q0 -256 -227 -283v-197l-121 -12v209q-216 24 -216 253q0 144 53 291h129q-25 -78 -37 -143t-12 -126q0 -84 18 -125t65 -53v240q0 112 40 168.5t126 56.5q96 0 139 -69.5zM362.5 421.5q-7.5 -27.5 -7.5 -98.5v-239q49 11 69.5 54.5
+t20.5 130.5q0 70 -3.5 107.5t-14 55t-29.5 17.5q-28 0 -35.5 -27.5z" />
+ <glyph glyph-name="chi" unicode="χ"
+d="M584 -193l-156 -43l-130 310l-126 -310l-157 36l200 374q-33 98 -84 180.5t-114 139.5l152 54q46 -58 79.5 -124.5t54.5 -153.5l112 277l149 -33l-182 -341z" />
+ <glyph glyph-name="psi" unicode="ψ"
+d="M361 91q36 8 54 25.5t25 50.5t7 93q0 62 -5.5 122t-16.5 149h127q28 -133 28 -275q0 -125 -50.5 -187.5t-168.5 -81.5v-192l-121 -17v209q-115 12 -163.5 67.5t-48.5 148.5v328h132v-326q0 -52 19 -79.5t61 -34.5v440h121v-440z" />
+ <glyph glyph-name="omega" unicode="ω"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151z" />
+ <glyph glyph-name="iotatonos" unicode="ί"
+d="M38 416l13 115h308v-365q0 -58 69 -58q36 0 75 16l38 -106q-66 -35 -154 -35q-86 0 -136 48t-50 129v256h-163zM431 815l-88 -228l-103 17l38 243z" />
+ <glyph glyph-name="iotadieresis" unicode="ϊ"
+d="M38 416l13 115h308v-365q0 -58 69 -58q36 0 75 16l38 -106q-66 -35 -154 -35q-86 0 -136 48t-50 129v256h-163zM116 660.5q-24 23.5 -24 57.5q0 33 24 56t58 23q35 0 59 -23t24 -56q0 -34 -24 -57.5t-59 -23.5q-34 0 -58 23.5zM347.5 660.5q-24.5 23.5 -24.5 57.5
+q0 33 24.5 56t58.5 23t58 -23t24 -56q0 -34 -23.5 -57.5t-58.5 -23.5q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="iotadieresistonos" unicode="ΐ"
+d="M38 416l13 115h308v-365q0 -58 69 -58q36 0 75 16l38 -106q-66 -35 -154 -35q-86 0 -136 48t-50 129v256h-163zM401 930l-71 -190l-88 14l29 200zM215.5 736q23.5 -23 23.5 -56t-23.5 -56t-56.5 -23q-35 0 -58 23t-23 56q0 34 23 56.5t58 22.5q33 0 56.5 -23zM479 736.5
+q23 -22.5 23 -56.5q0 -33 -23.5 -56t-57.5 -23t-57 23t-23 56q0 34 23 56.5t57 22.5q35 0 58 -22.5z" />
+ <glyph glyph-name="upsilontonos" unicode="ύ"
+d="M551 256q0 -91 -36 -152.5t-97 -91t-136 -29.5q-98 0 -157.5 51t-59.5 146v351h158v-342q0 -48 17.5 -69t52.5 -21q46 0 73 40.5t27 125.5q0 124 -27 266h156q29 -143 29 -275zM441 815l-88 -228l-103 17l38 243z" />
+ <glyph glyph-name="upsilondieresis" unicode="ϋ"
+d="M551 256q0 -91 -36 -152.5t-97 -91t-136 -29.5q-98 0 -157.5 51t-59.5 146v351h158v-342q0 -48 17.5 -69t52.5 -21q46 0 73 40.5t27 125.5q0 124 -27 266h156q29 -143 29 -275zM126 660.5q-24 23.5 -24 57.5q0 33 24 56t58 23q35 0 59 -23t24 -56q0 -34 -24 -57.5
+t-59 -23.5q-34 0 -58 23.5zM357.5 660.5q-24.5 23.5 -24.5 57.5q0 33 24.5 56t58.5 23t58 -23t24 -56q0 -34 -23.5 -57.5t-58.5 -23.5q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="upsilondieresistonos" unicode="ΰ"
+d="M551 256q0 -91 -36 -152.5t-97 -91t-136 -29.5q-98 0 -157.5 51t-59.5 146v351h158v-342q0 -48 17.5 -69t52.5 -21q46 0 73 40.5t27 125.5q0 124 -27 266h156q29 -143 29 -275zM411 930l-71 -190l-88 14l29 200zM225.5 736q23.5 -23 23.5 -56t-23.5 -56t-56.5 -23
+q-35 0 -58 23t-23 56q0 34 23 56.5t58 22.5q33 0 56.5 -23zM489 736.5q23 -22.5 23 -56.5q0 -33 -23.5 -56t-57.5 -23t-57 23t-23 56q0 34 23 56.5t57 22.5q35 0 58 -22.5z" />
+ <glyph glyph-name="omicrontonos" unicode="ό"
+d="M489.5 472.5q68.5 -76.5 68.5 -205.5q0 -134 -68 -209t-190 -75t-190 74.5t-68 208.5q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5zM228 392.5q-23 -39.5 -23 -126.5q0 -88 23 -127.5t72 -39.5t72 40t23 128q0 86 -23 125.5t-72 39.5t-72 -39.5zM441 815
+l-88 -228l-103 17l38 243z" />
+ <glyph glyph-name="omegatonos" unicode="ώ"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151zM441 815l-88 -228l-103 17l38 243z" />
+ <glyph glyph-name="alphatonos" unicode="ά"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM421 815l-88 -228l-103 17l38 243z" />
+ <glyph glyph-name="epsilontonos" unicode="έ"
+d="M320 223q-48 0 -70 -15.5t-22 -45.5q0 -32 27.5 -49t81.5 -17q95 0 166 40l71 -88q-98 -65 -249 -65q-118 0 -189.5 43t-71.5 123q0 59 34 91.5t107 42.5q-121 27 -121 122q0 67 64.5 105.5t166.5 38.5q137 0 227 -56l-69 -85q-56 31 -137 31q-92 0 -92 -56q0 -27 21 -43
+t62 -16h107l-15 -101h-99zM456 815l-88 -228l-103 17l38 243z" />
+ <glyph glyph-name="etatonos" unicode="ή"
+d="M498 507.5q38 -41.5 38 -117.5v-595l-158 -17v566q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v382q0 37 -6 75.5t-15 67.5l146 20q14 -25 23 -76q71 80 166 80q70 0 108 -41.5zM450 815l-88 -228l-103 17l38 243z" />
+ <glyph glyph-name="uni0371" unicode="ͱ"
+d="M533 210h-264v-210h-158v382q0 75 -22 143l146 20q16 -33 25 -78t9 -122v-14h264v-121z" />
+ <glyph glyph-name="uni0373" unicode="ͳ"
+d="M569 413h-192v-618l-158 -17v635h-82q-64 0 -102 -11l-24 111q43 18 121 18h437v-118z" />
+ <glyph glyph-name="uni0377" unicode="ͷ"
+d="M535 127.5q9 -17.5 34 -29.5l-46 -115q-70 15 -106.5 53.5t-36.5 107.5q0 36 11.5 121t21.5 131l-186 -396h-161v531h149v-171q0 -121 -27 -223l180 394h158v-352q0 -34 9 -51.5z" />
+ <glyph glyph-name="uni037B" unicode="ͻ"
+d="M148 2q-50 19 -88 51l70 100q32 -22 60 -33.5t58 -11.5q56 0 87 35.5t31 118.5q0 89 -25 127t-83 38q-34 0 -64.5 -10t-65.5 -30l-68 95q48 34 96.5 50.5t111.5 16.5q129 0 196 -76t67 -211q0 -83 -33 -146t-94.5 -98t-146.5 -35q-59 0 -109 19z" />
+ <glyph glyph-name="uni037C" unicode="ͼ"
+d="M410 119.5q28 11.5 60 33.5l70 -100q-38 -32 -88 -51t-109 -19q-85 0 -146.5 35t-94.5 98t-33 146t34 148t96.5 102t146.5 37q59 0 106 -16.5t88 -50.5l-68 -95q-58 40 -119 40q-119 0 -119 -165q0 -83 31 -118.5t87 -35.5q30 0 58 11.5zM427.5 320.5
+q22.5 -22.5 22.5 -56.5q0 -33 -22.5 -55.5t-58.5 -22.5t-59.5 22.5t-23.5 55.5q0 34 23.5 56.5t59.5 22.5t58.5 -22.5z" />
+ <glyph glyph-name="uni037D" unicode="ͽ"
+d="M148 2q-50 19 -88 51l70 100q32 -22 60 -33.5t58 -11.5q56 0 87 35.5t31 118.5q0 89 -25 127t-83 38q-34 0 -64.5 -10t-65.5 -30l-68 95q48 34 96.5 50.5t111.5 16.5q129 0 196 -76t67 -211q0 -83 -33 -146t-94.5 -98t-146.5 -35q-59 0 -109 19zM288.5 320.5
+q22.5 -22.5 22.5 -56.5q0 -33 -22.5 -55.5t-58.5 -22.5t-59.5 22.5t-23.5 55.5q0 34 23.5 56.5t59.5 22.5t58.5 -22.5z" />
+ <glyph glyph-name="uni03D9" unicode="ϙ"
+d="M510.5 85.5q-47.5 -71.5 -133.5 -93.5v-197l-154 -17v214q-87 22 -134 93t-47 181q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5t68.5 -205.5q0 -110 -47.5 -181.5zM372 139q23 40 23 128q0 86 -23 125.5t-72 39.5t-72 -39.5t-23 -126.5q0 -88 23 -127.5
+t72 -39.5t72 40z" />
+ <glyph glyph-name="uni03DB" unicode="ϛ"
+d="M535 575q0 -61 -19.5 -95t-54 -51t-101.5 -37q-55 -15 -83.5 -29.5t-42 -38.5t-13.5 -65q0 -38 12.5 -62.5t42.5 -43t88 -38.5q85 -29 121.5 -61t36.5 -89q0 -60 -43.5 -104t-137.5 -84l-59 94q41 22 59 39.5t18 41.5q0 19 -24.5 33.5t-94.5 39.5q-64 23 -103 50
+t-59.5 69.5t-20.5 108.5q0 99 46.5 150.5t140.5 81.5l48 14q45 13 65.5 21.5t32 23.5t11.5 42z" />
+ <glyph glyph-name="uni03DD" unicode="ϝ"
+d="M267 392q-18 -20 -18 -57v-85h134q40 0 68 -6.5t52 -21.5l-37 -103q-42 16 -92 16h-125v-335l-158 -23v562q0 55 24 98.5t71 68.5t113 25h241l-16 -118l-206 -1q-33 0 -51 -20z" />
+ <glyph glyph-name="uni03DF" unicode="ϟ"
+d="M541 379l-90 -187q-35 -72 -50.5 -116.5t-24.5 -92.5l-140 33q2 54 28 115.5t84 154.5l26 45l-276 -80l-39 107l93 193q35 71 50.5 115.5t24.5 93.5l140 -33q-2 -54 -28 -115.5t-84 -154.5l-30 -51l278 81l39 -107z" />
+ <glyph glyph-name="uni03E1" unicode="ϡ"
+d="M434.5 506.5q116.5 -160.5 116.5 -415.5q0 -71 -12.5 -158t-31.5 -154l-109 18q31 147 31 294q0 80 -12 149l-97 -240h-102l157 374q-17 35 -39 66l-201 -440h-126l245 531q-79 71 -220 138l47 93q237 -95 353.5 -255.5z" />
+ <glyph glyph-name="uni03D7" unicode="ϗ"
+d="M555 89h1v-126q0 -94 -51 -142.5t-142 -48.5q-45 0 -82 12t-63 31l53 93q22 -10 39.5 -15t42.5 -5q30 0 47 15.5t17 46.5l1 86q-51 32 -51 102q0 66 46 221l-234 -372l-93 35l1 331q0 35 -9.5 52.5t-33.5 29.5l45 114q68 -14 105.5 -53t37.5 -102q0 -40 -13 -93t-35 -128
+l234 372l95 -35l-1 -331q0 -41 9.5 -58.5t34.5 -30.5z" />
+ <glyph glyph-name="uni03D0" unicode="ϐ"
+d="M505 378q43 -53 43 -147q0 -71 -31 -127.5t-87.5 -88.5t-131.5 -32q-245 0 -245 361q0 127 37.5 221t101.5 144t142 50q84 0 126.5 -42t42.5 -102q0 -135 -176 -193q33 9 60 9q75 0 118 -53zM253.5 597.5q-30.5 -50.5 -38.5 -162.5l22 8q68 26 96.5 64.5t28.5 93.5
+q0 23 -10.5 35t-28.5 12q-39 0 -69.5 -50.5zM362 131q23 33 23 95q0 64 -20 98t-60 34q-16 0 -32.5 -4.5t-40.5 -14.5l-20 -8q1 -126 22 -179.5t65 -53.5q40 0 63 33z" />
+ <glyph glyph-name="uni03D1" unicode="ϑ"
+d="M552 402h-34q-1 -143 -25.5 -235t-80 -138t-146.5 -46q-83 0 -136 49.5t-53 147.5v173h151v-182q0 -38 12.5 -56t33.5 -18q29 0 47 28t26.5 94t8.5 181v1h-76q-107 -1 -162.5 45.5t-55.5 125.5q0 50 26 93t72.5 68.5t104.5 25.5q104 0 165.5 -65.5t79.5 -185.5h42v-106z
+M351 507q-8 75 -29.5 106.5t-56.5 31.5q-29 0 -45.5 -19t-16.5 -50q0 -33 21 -51t56 -18h71z" />
+ <glyph glyph-name="uni03D5" unicode="ϕ"
+d="M551.5 130q-28.5 -57 -75 -87.5t-102.5 -37.5l-1 -210l-148 -17l1 227q-56 6 -102.5 36t-75.5 86t-29 137t28.5 138t75.5 88t102 37v215l148 16v-231q56 -6 103 -36t75.5 -86t28.5 -137t-28.5 -138zM443 268q0 155 -82 167v-337q82 11 82 170zM178 145q22 -41 60 -47v336
+q-40 -5 -61 -45.5t-21 -124.5q0 -78 22 -119z" />
+ <glyph glyph-name="uni03D6" unicode="ϖ"
+d="M579 425h-61q47 -96 47 -193q0 -120 -40.5 -184.5t-111.5 -64.5q-44 0 -73 24.5t-44 79.5q-16 -54 -43.5 -79t-67.5 -25q-73 0 -114.5 64t-41.5 185q0 93 46 192q-31 -1 -63 -11l-27 95q28 12 59.5 17t96.5 6h438v-106zM416 425l-238 -1q-15 -87 -15 -173
+q0 -81 9.5 -116.5t33.5 -35.5q22 0 30 29.5t8 105.5v88l108 17v-100q0 -56 3 -85t11.5 -42t25.5 -13q24 0 32 34.5t8 117.5q0 80 -16 174z" />
+ <glyph glyph-name="uni03F0" unicode="ϰ"
+d="M521.5 126.5q9.5 -17.5 34.5 -29.5l-46 -114q-68 14 -105.5 53t-37.5 102q0 40 13 93t35 128l-234 -372l-93 35l1 331q0 35 -9.5 52.5t-34.5 29.5l46 114q68 -14 105.5 -53t37.5 -102q0 -40 -13 -93t-35 -128l233 372l94 -38l-1 -328q0 -35 9.5 -52.5z" />
+ <glyph glyph-name="uni03F1" unicode="ϱ"
+d="M457 -112q36 -27 50 -78l-137 -33q-7 16 -17.5 24.5t-33 14t-69.5 12.5q-92 13 -137 61.5t-45 147.5v238q0 133 61 203.5t181 70.5q119 0 183.5 -68.5t64.5 -191.5q0 -73 -25.5 -134.5t-72.5 -97.5t-108 -36q-77 0 -126 63v-68q0 -31 11 -47.5t36.5 -26t75.5 -16.5
+q72 -11 108 -38zM245.5 392q-19.5 -41 -19.5 -132v-69q16 -28 35.5 -41t44.5 -13q40 0 64 38.5t24 111.5q0 146 -82 146q-47 0 -66.5 -41z" />
+ <glyph glyph-name="uni03F2" unicode="ϲ"
+d="M410 119.5q28 11.5 60 33.5l70 -100q-38 -32 -88 -51t-109 -19q-85 0 -146.5 35t-94.5 98t-33 146t34 148t96.5 102t146.5 37q59 0 106 -16.5t88 -50.5l-68 -95q-58 40 -119 40q-119 0 -119 -165q0 -83 31 -118.5t87 -35.5q30 0 58 11.5z" />
+ <glyph glyph-name="uni03F3" unicode="ϳ"
+d="M436.5 783.5q26.5 -25.5 26.5 -63.5t-26.5 -63.5t-66.5 -25.5q-42 0 -68 25t-26 64q0 38 26.5 63.5t67.5 25.5q40 0 66.5 -25.5zM472 154q0 -113 -42 -187.5t-124.5 -119t-211.5 -69.5l-24 121q85 19 137.5 47t79.5 75.5t27 122.5v279h-190v108h348v-377z" />
+ <glyph glyph-name="uni03F5" unicode="ϵ"
+d="M540 482l-66 -88q-59 40 -121 40q-109 0 -124 -113h210v-100h-210q12 -123 126 -123q62 0 118 40l67 -91q-39 -30 -90.5 -47t-107.5 -17q-85 0 -147 35t-94 98t-32 146t34 148t96.5 102t144.5 37q117 0 196 -67z" />
+ <glyph glyph-name="uni03F8" unicode="ϸ"
+d="M228 478q24 34 59 52.5t77 18.5q100 0 147 -73.5t47 -208.5q0 -82 -24.5 -146.5t-70.5 -101t-109 -36.5q-77 0 -126 55v-243l-158 -17v964l158 17v-281zM228 370v-224q17 -24 35.5 -35.5t42.5 -11.5q44 0 66.5 39.5t22.5 126.5q0 94 -20 130.5t-60 36.5q-50 0 -87 -62z
+" />
+ <glyph glyph-name="uni03FB" unicode="ϻ"
+d="M71 531h175l52 -339l62 339h172l45 -531h-140l-6 144q-2 39 -2 107q0 64 3 140l1 33l-74 -357h-132l-58 354l1 -135q0 -80 -5 -146l-27 -352l-136 -10z" />
+ <glyph glyph-name="uni03FC" unicode="ϼ"
+d="M249 39v-91h138v-94h-138v-59l-158 -17v76h-62v94h62v327q0 133 61 203.5t182 70.5q123 0 185 -71.5t62 -210.5q0 -81 -24.5 -145.5t-71 -101.5t-110.5 -37q-79 0 -126 56zM249 146q31 -47 78 -47q45 0 68 40.5t23 125.5q0 93 -21 130.5t-65 37.5q-46 0 -64.5 -42.5
+t-18.5 -142.5v-102z" />
+ <glyph glyph-name="uni1F00" unicode="ἀ"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM371 817q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="uni1F01" unicode="ἁ"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM293.5 816.5q22.5 -22.5 22.5 -54.5q0 -38 -32 -65l27 -115h-80l-49 97q-23 46 -23 83q0 33 22 55t56 22t56.5 -22.5z" />
+ <glyph glyph-name="uni1F02" unicode="ἂ"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM241 815q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM457 600l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F03" unicode="ἃ"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM213 814.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t56.5 22q33 0 56 -22.5zM431 600l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F04" unicode="ἄ"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM285 815q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM501 801l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1F05" unicode="ἅ"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM249 814.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t55.5 22q34 0 57 -22.5zM467 801l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1F06" unicode="ἆ"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM313.5 800q-15.5 7 -36.5 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q20 52 53.5 85.5t75.5 33.5q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l80 -38q-21 -53 -54.5 -85t-76.5 -32
+q-21 0 -36.5 7zM258 642q-44 23 -44 66q0 33 22.5 55.5t56.5 22.5t56.5 -22.5t22.5 -55.5q0 -18 -6.5 -36.5t-22.5 -46.5l-25 -44h-74z" />
+ <glyph glyph-name="uni1F07" unicode="ἇ"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM301 801q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 86t75.5 33q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7zM255 581
+l-23 44q-17 29 -23.5 47t-6.5 36q0 34 22 56t56 22q35 0 57 -22.5t22 -55.5q0 -42 -41 -65l12 -62h-75z" />
+ <glyph glyph-name="uni1F70" unicode="ὰ"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM143 716l61 119l218 -133l-43 -80z" />
+ <glyph glyph-name="uni1F71" unicode="ά"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM418 716l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="uni1FB6" unicode="ᾶ"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM298 642q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 85.5t75.5 32.5q23 0 39.5 -7t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7z" />
+ <glyph glyph-name="uni1FB0" unicode="ᾰ"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM158.5 662.5q-43.5 50.5 -50.5 123.5l87 15q9 -38 30.5 -59.5t54.5 -21.5t54.5 21.5t30.5 59.5l87 -15q-7 -72 -51 -123t-121 -51q-78 0 -121.5 50.5z" />
+ <glyph glyph-name="uni1FB1" unicode="ᾱ"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM127 658v109h306v-109h-306z" />
+ <glyph glyph-name="uni1FB3" unicode="ᾳ"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM287 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1FB2" unicode="ᾲ"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM422 703l-43 -81l-236 94l61 119zM287 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1FB4" unicode="ᾴ"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM418 716l-237 -94l-43 81l218 132zM287 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F80" unicode="ᾀ"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM371 817q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM287 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F81" unicode="ᾁ"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM293.5 816.5q22.5 -22.5 22.5 -54.5q0 -38 -32 -65l27 -115h-80l-49 97q-23 46 -23 83q0 33 22 55t56 22t56.5 -22.5zM287 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F82" unicode="ᾂ"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM241 815q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM457 600l-87 -19l-87 220l133 35zM287 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69
+q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F83" unicode="ᾃ"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM213 814.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t56.5 22q33 0 56 -22.5zM431 600l-87 -19l-87 220l133 35zM287 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15
+l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F84" unicode="ᾄ"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM285 815q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM501 801l-87 -220l-87 19l41 236zM287 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69
+q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F85" unicode="ᾅ"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM249 814.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t55.5 22q34 0 57 -22.5zM467 801l-87 -220l-87 19l41 236zM287 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15
+l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F86" unicode="ᾆ"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM313.5 800q-15.5 7 -36.5 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q20 52 53.5 85.5t75.5 33.5q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l80 -38q-21 -53 -54.5 -85t-76.5 -32
+q-21 0 -36.5 7zM258 642q-44 23 -44 66q0 33 22.5 55.5t56.5 22.5t56.5 -22.5t22.5 -55.5q0 -18 -6.5 -36.5t-22.5 -46.5l-25 -44h-74zM287 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F87" unicode="ᾇ"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM301 801q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 86t75.5 33q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7zM255 581
+l-23 44q-17 29 -23.5 47t-6.5 36q0 34 22 56t56 22q35 0 57 -22.5t22 -55.5q0 -42 -41 -65l12 -62h-75zM287 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1FB7" unicode="ᾷ"
+d="M356.5 511q39.5 -38 47.5 -107l25 127h142l-84 -248l27 -116q7 -33 20 -46.5t37 -18.5l-51 -119q-48 8 -73.5 27.5t-35.5 66.5l-11 53q-19 -75 -59.5 -111t-105.5 -36q-93 0 -146.5 74t-53.5 206q0 82 26 147t74 102t111 37q71 0 110.5 -38zM195 263q0 -165 69 -165
+q68 0 97 168q-14 89 -37 128t-56 39q-73 0 -73 -170zM298 642q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 85.5t75.5 32.5q23 0 39.5 -7t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7z
+M287 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F10" unicode="ἐ"
+d="M320 223q-48 0 -70 -15.5t-22 -45.5q0 -32 27.5 -49t81.5 -17q95 0 166 40l71 -88q-98 -65 -249 -65q-118 0 -189.5 43t-71.5 123q0 59 34 91.5t107 42.5q-121 27 -121 122q0 67 64.5 105.5t166.5 38.5q137 0 227 -56l-69 -85q-56 31 -137 31q-92 0 -92 -56q0 -27 21 -43
+t62 -16h107l-15 -101h-99zM406 817q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="uni1F11" unicode="ἑ"
+d="M320 223q-48 0 -70 -15.5t-22 -45.5q0 -32 27.5 -49t81.5 -17q95 0 166 40l71 -88q-98 -65 -249 -65q-118 0 -189.5 43t-71.5 123q0 59 34 91.5t107 42.5q-121 27 -121 122q0 67 64.5 105.5t166.5 38.5q137 0 227 -56l-69 -85q-56 31 -137 31q-92 0 -92 -56q0 -27 21 -43
+t62 -16h107l-15 -101h-99zM328.5 816.5q22.5 -22.5 22.5 -54.5q0 -38 -32 -65l27 -115h-80l-49 97q-23 46 -23 83q0 33 22 55t56 22t56.5 -22.5z" />
+ <glyph glyph-name="uni1F12" unicode="ἒ"
+d="M320 223q-48 0 -70 -15.5t-22 -45.5q0 -32 27.5 -49t81.5 -17q95 0 166 40l71 -88q-98 -65 -249 -65q-118 0 -189.5 43t-71.5 123q0 59 34 91.5t107 42.5q-121 27 -121 122q0 67 64.5 105.5t166.5 38.5q137 0 227 -56l-69 -85q-56 31 -137 31q-92 0 -92 -56q0 -27 21 -43
+t62 -16h107l-15 -101h-99zM276 815q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM492 600l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F13" unicode="ἓ"
+d="M320 223q-48 0 -70 -15.5t-22 -45.5q0 -32 27.5 -49t81.5 -17q95 0 166 40l71 -88q-98 -65 -249 -65q-118 0 -189.5 43t-71.5 123q0 59 34 91.5t107 42.5q-121 27 -121 122q0 67 64.5 105.5t166.5 38.5q137 0 227 -56l-69 -85q-56 31 -137 31q-92 0 -92 -56q0 -27 21 -43
+t62 -16h107l-15 -101h-99zM248 814.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t56.5 22q33 0 56 -22.5zM466 600l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F14" unicode="ἔ"
+d="M320 223q-48 0 -70 -15.5t-22 -45.5q0 -32 27.5 -49t81.5 -17q95 0 166 40l71 -88q-98 -65 -249 -65q-118 0 -189.5 43t-71.5 123q0 59 34 91.5t107 42.5q-121 27 -121 122q0 67 64.5 105.5t166.5 38.5q137 0 227 -56l-69 -85q-56 31 -137 31q-92 0 -92 -56q0 -27 21 -43
+t62 -16h107l-15 -101h-99zM320 815q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM536 801l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1F15" unicode="ἕ"
+d="M320 223q-48 0 -70 -15.5t-22 -45.5q0 -32 27.5 -49t81.5 -17q95 0 166 40l71 -88q-98 -65 -249 -65q-118 0 -189.5 43t-71.5 123q0 59 34 91.5t107 42.5q-121 27 -121 122q0 67 64.5 105.5t166.5 38.5q137 0 227 -56l-69 -85q-56 31 -137 31q-92 0 -92 -56q0 -27 21 -43
+t62 -16h107l-15 -101h-99zM284 814.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t55.5 22q34 0 57 -22.5zM502 801l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1F72" unicode="ὲ"
+d="M320 223q-48 0 -70 -15.5t-22 -45.5q0 -32 27.5 -49t81.5 -17q95 0 166 40l71 -88q-98 -65 -249 -65q-118 0 -189.5 43t-71.5 123q0 59 34 91.5t107 42.5q-121 27 -121 122q0 67 64.5 105.5t166.5 38.5q137 0 227 -56l-69 -85q-56 31 -137 31q-92 0 -92 -56q0 -27 21 -43
+t62 -16h107l-15 -101h-99zM178 716l61 119l218 -133l-43 -80z" />
+ <glyph glyph-name="uni1F73" unicode="έ"
+d="M320 223q-48 0 -70 -15.5t-22 -45.5q0 -32 27.5 -49t81.5 -17q95 0 166 40l71 -88q-98 -65 -249 -65q-118 0 -189.5 43t-71.5 123q0 59 34 91.5t107 42.5q-121 27 -121 122q0 67 64.5 105.5t166.5 38.5q137 0 227 -56l-69 -85q-56 31 -137 31q-92 0 -92 -56q0 -27 21 -43
+t62 -16h107l-15 -101h-99zM453 716l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="uni1F20" unicode="ἠ"
+d="M498 507.5q38 -41.5 38 -117.5v-595l-158 -17v566q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v382q0 37 -6 75.5t-15 67.5l146 20q14 -25 23 -76q71 80 166 80q70 0 108 -41.5zM401 817q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115
+q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="uni1F21" unicode="ἡ"
+d="M498 507.5q38 -41.5 38 -117.5v-595l-158 -17v566q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v382q0 37 -6 75.5t-15 67.5l146 20q14 -25 23 -76q71 80 166 80q70 0 108 -41.5zM323.5 816.5q22.5 -22.5 22.5 -54.5q0 -38 -32 -65l27 -115h-80
+l-49 97q-23 46 -23 83q0 33 22 55t56 22t56.5 -22.5z" />
+ <glyph glyph-name="uni1F22" unicode="ἢ"
+d="M498 507.5q38 -41.5 38 -117.5v-595l-158 -17v566q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v382q0 37 -6 75.5t-15 67.5l146 20q14 -25 23 -76q71 80 166 80q70 0 108 -41.5zM270 815q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115
+q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM486 600l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F23" unicode="ἣ"
+d="M498 507.5q38 -41.5 38 -117.5v-595l-158 -17v566q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v382q0 37 -6 75.5t-15 67.5l146 20q14 -25 23 -76q71 80 166 80q70 0 108 -41.5zM243 814.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97
+q-24 48 -24 83q0 33 22.5 55t56.5 22q33 0 56 -22.5zM461 600l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F24" unicode="ἤ"
+d="M498 507.5q38 -41.5 38 -117.5v-595l-158 -17v566q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v382q0 37 -6 75.5t-15 67.5l146 20q14 -25 23 -76q71 80 166 80q70 0 108 -41.5zM314 815q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115
+q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM530 801l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1F25" unicode="ἥ"
+d="M498 507.5q38 -41.5 38 -117.5v-595l-158 -17v566q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v382q0 37 -6 75.5t-15 67.5l146 20q14 -25 23 -76q71 80 166 80q70 0 108 -41.5zM279 814.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97
+q-24 48 -24 83q0 33 22.5 55t55.5 22q34 0 57 -22.5zM497 801l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1F26" unicode="ἦ"
+d="M498 507.5q38 -41.5 38 -117.5v-595l-158 -17v566q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v382q0 37 -6 75.5t-15 67.5l146 20q14 -25 23 -76q71 80 166 80q70 0 108 -41.5zM342.5 800q-15.5 7 -36.5 20q-25 18 -41 18q-18 0 -29 -10t-24 -34
+l-79 38q20 52 53.5 85.5t75.5 33.5q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l80 -38q-21 -53 -54.5 -85t-76.5 -32q-21 0 -36.5 7zM287 642q-44 23 -44 66q0 33 22.5 55.5t56.5 22.5t56.5 -22.5t22.5 -55.5q0 -18 -6.5 -36.5t-22.5 -46.5l-25 -44
+h-74z" />
+ <glyph glyph-name="uni1F27" unicode="ἧ"
+d="M498 507.5q38 -41.5 38 -117.5v-595l-158 -17v566q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v382q0 37 -6 75.5t-15 67.5l146 20q14 -25 23 -76q71 80 166 80q70 0 108 -41.5zM331 801q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38
+q21 53 53.5 86t75.5 33q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7zM285 581l-23 44q-17 29 -23.5 47t-6.5 36q0 34 22 56t56 22q35 0 57 -22.5t22 -55.5q0 -42 -41 -65l12 -62h-75z" />
+ <glyph glyph-name="uni1F74" unicode="ὴ"
+d="M498 507.5q38 -41.5 38 -117.5v-595l-158 -17v566q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v382q0 37 -6 75.5t-15 67.5l146 20q14 -25 23 -76q71 80 166 80q70 0 108 -41.5zM173 716l61 119l218 -133l-43 -80z" />
+ <glyph glyph-name="uni1F75" unicode="ή"
+d="M498 507.5q38 -41.5 38 -117.5v-595l-158 -17v566q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v382q0 37 -6 75.5t-15 67.5l146 20q14 -25 23 -76q71 80 166 80q70 0 108 -41.5zM448 716l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="uni1FC6" unicode="ῆ"
+d="M498 507.5q38 -41.5 38 -117.5v-595l-158 -17v566q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v382q0 37 -6 75.5t-15 67.5l146 20q14 -25 23 -76q71 80 166 80q70 0 108 -41.5zM328 642q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38
+q21 53 53.5 85.5t75.5 32.5q23 0 39.5 -7t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7z" />
+ <glyph glyph-name="uni1FC3" unicode="ῃ"
+d="M498 507.5q38 -41.5 38 -117.5v-595l-158 -17v566q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v382q0 37 -6 75.5t-15 67.5l146 20q14 -25 23 -76q71 80 166 80q70 0 108 -41.5zM110 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69
+q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1FC2" unicode="ῂ"
+d="M498 507.5q38 -41.5 38 -117.5v-595l-158 -17v566q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v382q0 37 -6 75.5t-15 67.5l146 20q14 -25 23 -76q71 80 166 80q70 0 108 -41.5zM452 703l-43 -81l-236 94l61 119zM110 -169q-34 35 -34 93v34h112
+v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1FC4" unicode="ῄ"
+d="M498 507.5q38 -41.5 38 -117.5v-595l-158 -17v566q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v382q0 37 -6 75.5t-15 67.5l146 20q14 -25 23 -76q71 80 166 80q70 0 108 -41.5zM448 716l-237 -94l-43 81l218 132zM110 -169q-34 35 -34 93v34h112
+v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F90" unicode="ᾐ"
+d="M498 507.5q38 -41.5 38 -117.5v-595l-158 -17v566q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v382q0 37 -6 75.5t-15 67.5l146 20q14 -25 23 -76q71 80 166 80q70 0 108 -41.5zM401 817q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115
+q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM110 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F91" unicode="ᾑ"
+d="M498 507.5q38 -41.5 38 -117.5v-595l-158 -17v566q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v382q0 37 -6 75.5t-15 67.5l146 20q14 -25 23 -76q71 80 166 80q70 0 108 -41.5zM323.5 816.5q22.5 -22.5 22.5 -54.5q0 -38 -32 -65l27 -115h-80
+l-49 97q-23 46 -23 83q0 33 22 55t56 22t56.5 -22.5zM110 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F92" unicode="ᾒ"
+d="M498 507.5q38 -41.5 38 -117.5v-595l-158 -17v566q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v382q0 37 -6 75.5t-15 67.5l146 20q14 -25 23 -76q71 80 166 80q70 0 108 -41.5zM270 815q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115
+q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM486 600l-87 -19l-87 220l133 35zM110 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F93" unicode="ᾓ"
+d="M498 507.5q38 -41.5 38 -117.5v-595l-158 -17v566q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v382q0 37 -6 75.5t-15 67.5l146 20q14 -25 23 -76q71 80 166 80q70 0 108 -41.5zM243 814.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97
+q-24 48 -24 83q0 33 22.5 55t56.5 22q33 0 56 -22.5zM461 600l-87 -19l-87 220l133 35zM110 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F94" unicode="ᾔ"
+d="M498 507.5q38 -41.5 38 -117.5v-595l-158 -17v566q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v382q0 37 -6 75.5t-15 67.5l146 20q14 -25 23 -76q71 80 166 80q70 0 108 -41.5zM314 815q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115
+q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM530 801l-87 -220l-87 19l41 236zM110 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F95" unicode="ᾕ"
+d="M498 507.5q38 -41.5 38 -117.5v-595l-158 -17v566q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v382q0 37 -6 75.5t-15 67.5l146 20q14 -25 23 -76q71 80 166 80q70 0 108 -41.5zM279 814.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97
+q-24 48 -24 83q0 33 22.5 55t55.5 22q34 0 57 -22.5zM497 801l-87 -220l-87 19l41 236zM110 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F96" unicode="ᾖ"
+d="M498 507.5q38 -41.5 38 -117.5v-595l-158 -17v566q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v382q0 37 -6 75.5t-15 67.5l146 20q14 -25 23 -76q71 80 166 80q70 0 108 -41.5zM342.5 800q-15.5 7 -36.5 20q-25 18 -41 18q-18 0 -29 -10t-24 -34
+l-79 38q20 52 53.5 85.5t75.5 33.5q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l80 -38q-21 -53 -54.5 -85t-76.5 -32q-21 0 -36.5 7zM287 642q-44 23 -44 66q0 33 22.5 55.5t56.5 22.5t56.5 -22.5t22.5 -55.5q0 -18 -6.5 -36.5t-22.5 -46.5l-25 -44
+h-74zM110 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F97" unicode="ᾗ"
+d="M498 507.5q38 -41.5 38 -117.5v-595l-158 -17v566q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v382q0 37 -6 75.5t-15 67.5l146 20q14 -25 23 -76q71 80 166 80q70 0 108 -41.5zM331 801q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38
+q21 53 53.5 86t75.5 33q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7zM285 581l-23 44q-17 29 -23.5 47t-6.5 36q0 34 22 56t56 22q35 0 57 -22.5t22 -55.5q0 -42 -41 -65l12 -62h-75zM110 -169
+q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1FC7" unicode="ῇ"
+d="M498 507.5q38 -41.5 38 -117.5v-595l-158 -17v566q0 50 -10.5 69t-40.5 19q-24 0 -46.5 -16.5t-46.5 -48.5v-367h-158v382q0 37 -6 75.5t-15 67.5l146 20q14 -25 23 -76q71 80 166 80q70 0 108 -41.5zM328 642q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38
+q21 53 53.5 85.5t75.5 32.5q23 0 39.5 -7t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7zM110 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1F30" unicode="ἰ"
+d="M38 416l13 115h308v-365q0 -58 69 -58q36 0 75 16l38 -106q-66 -35 -154 -35q-86 0 -136 48t-50 129v256h-163zM381 817q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="uni1F31" unicode="ἱ"
+d="M38 416l13 115h308v-365q0 -58 69 -58q36 0 75 16l38 -106q-66 -35 -154 -35q-86 0 -136 48t-50 129v256h-163zM303.5 816.5q22.5 -22.5 22.5 -54.5q0 -38 -32 -65l27 -115h-80l-49 97q-23 46 -23 83q0 33 22 55t56 22t56.5 -22.5z" />
+ <glyph glyph-name="uni1F32" unicode="ἲ"
+d="M38 416l13 115h308v-365q0 -58 69 -58q36 0 75 16l38 -106q-66 -35 -154 -35q-86 0 -136 48t-50 129v256h-163zM251 815q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM467 600l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F33" unicode="ἳ"
+d="M38 416l13 115h308v-365q0 -58 69 -58q36 0 75 16l38 -106q-66 -35 -154 -35q-86 0 -136 48t-50 129v256h-163zM223 814.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t56.5 22q33 0 56 -22.5zM441 600l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F34" unicode="ἴ"
+d="M38 416l13 115h308v-365q0 -58 69 -58q36 0 75 16l38 -106q-66 -35 -154 -35q-86 0 -136 48t-50 129v256h-163zM295 815q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM511 801l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1F35" unicode="ἵ"
+d="M38 416l13 115h308v-365q0 -58 69 -58q36 0 75 16l38 -106q-66 -35 -154 -35q-86 0 -136 48t-50 129v256h-163zM259 814.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t55.5 22q34 0 57 -22.5zM477 801l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1F36" unicode="ἶ"
+d="M38 416l13 115h308v-365q0 -58 69 -58q36 0 75 16l38 -106q-66 -35 -154 -35q-86 0 -136 48t-50 129v256h-163zM323.5 800q-15.5 7 -36.5 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q20 52 53.5 85.5t75.5 33.5q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5
+q16 0 27 10t25 33l80 -38q-21 -53 -54.5 -85t-76.5 -32q-21 0 -36.5 7zM268 642q-44 23 -44 66q0 33 22.5 55.5t56.5 22.5t56.5 -22.5t22.5 -55.5q0 -18 -6.5 -36.5t-22.5 -46.5l-25 -44h-74z" />
+ <glyph glyph-name="uni1F37" unicode="ἷ"
+d="M38 416l13 115h308v-365q0 -58 69 -58q36 0 75 16l38 -106q-66 -35 -154 -35q-86 0 -136 48t-50 129v256h-163zM311 801q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 86t75.5 33q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10
+t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7zM265 581l-23 44q-17 29 -23.5 47t-6.5 36q0 34 22 56t56 22q35 0 57 -22.5t22 -55.5q0 -42 -41 -65l12 -62h-75z" />
+ <glyph glyph-name="uni1F76" unicode="ὶ"
+d="M38 416l13 115h308v-365q0 -58 69 -58q36 0 75 16l38 -106q-66 -35 -154 -35q-86 0 -136 48t-50 129v256h-163zM153 716l61 119l218 -133l-43 -80z" />
+ <glyph glyph-name="uni1F77" unicode="ί"
+d="M38 416l13 115h308v-365q0 -58 69 -58q36 0 75 16l38 -106q-66 -35 -154 -35q-86 0 -136 48t-50 129v256h-163zM428 716l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="uni1FD6" unicode="ῖ"
+d="M38 416l13 115h308v-365q0 -58 69 -58q36 0 75 16l38 -106q-66 -35 -154 -35q-86 0 -136 48t-50 129v256h-163zM308 642q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 85.5t75.5 32.5q23 0 39.5 -7t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10
+t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7z" />
+ <glyph glyph-name="uni1FD0" unicode="ῐ"
+d="M38 416l13 115h308v-365q0 -58 69 -58q36 0 75 16l38 -106q-66 -35 -154 -35q-86 0 -136 48t-50 129v256h-163zM168.5 662.5q-43.5 50.5 -50.5 123.5l87 15q9 -38 30.5 -59.5t54.5 -21.5t54.5 21.5t30.5 59.5l87 -15q-7 -72 -51 -123t-121 -51q-78 0 -121.5 50.5z" />
+ <glyph glyph-name="uni1FD1" unicode="ῑ"
+d="M38 416l13 115h308v-365q0 -58 69 -58q36 0 75 16l38 -106q-66 -35 -154 -35q-86 0 -136 48t-50 129v256h-163zM137 658v109h306v-109h-306z" />
+ <glyph glyph-name="uni1FD2" unicode="ῒ"
+d="M352 779l-60 -53l-157 140l86 83zM225 736.5q23 -22.5 23 -56.5q0 -33 -23 -56t-57 -23t-58 23t-24 56t24 56t58 23t57 -22.5zM468.5 736.5q23.5 -22.5 23.5 -56.5q0 -33 -23.5 -56t-58.5 -23q-33 0 -56.5 23t-23.5 56t23.5 56t56.5 23q35 0 58.5 -22.5zM38 416l13 115
+h308v-365q0 -58 69 -58q36 0 75 16l38 -106q-66 -35 -154 -35q-86 0 -136 48t-50 129v256h-163z" />
+ <glyph glyph-name="uni1FD3" unicode="ΐ"
+d="M446 866l-158 -140l-59 53l131 170zM224.5 736q23.5 -23 23.5 -56t-23.5 -56t-56.5 -23q-35 0 -58.5 23t-23.5 56q0 34 23.5 56.5t58.5 22.5q33 0 56.5 -23zM468.5 736.5q23.5 -22.5 23.5 -56.5q0 -33 -23.5 -56t-57.5 -23t-57.5 23t-23.5 56q0 34 23 56.5t58 22.5
+q34 0 57.5 -22.5zM38 416l13 115h308v-365q0 -58 69 -58q36 0 75 16l38 -106q-66 -35 -154 -35q-86 0 -136 48t-50 129v256h-163z" />
+ <glyph glyph-name="uni1FD7" unicode="ῗ"
+d="M311 792q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 85.5t75.5 32.5q23 0 39.5 -7t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7zM116 620.5q-24 23.5 -24 57.5q0 33 24 56t58 23
+q35 0 59 -23t24 -56q0 -34 -24 -57.5t-59 -23.5q-34 0 -58 23.5zM347.5 620.5q-24.5 23.5 -24.5 57.5q0 33 24.5 56t58.5 23t58 -23t24 -56q0 -34 -23.5 -57.5t-58.5 -23.5q-34 0 -58.5 23.5zM38 416l13 115h308v-365q0 -58 69 -58q36 0 75 16l38 -106q-66 -35 -154 -35
+q-86 0 -136 48t-50 129v256h-163z" />
+ <glyph glyph-name="uni1F40" unicode="ὀ"
+d="M489.5 472.5q68.5 -76.5 68.5 -205.5q0 -134 -68 -209t-190 -75t-190 74.5t-68 208.5q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5zM228 392.5q-23 -39.5 -23 -126.5q0 -88 23 -127.5t72 -39.5t72 40t23 128q0 86 -23 125.5t-72 39.5t-72 -39.5zM391 817
+q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="uni1F41" unicode="ὁ"
+d="M489.5 472.5q68.5 -76.5 68.5 -205.5q0 -134 -68 -209t-190 -75t-190 74.5t-68 208.5q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5zM228 392.5q-23 -39.5 -23 -126.5q0 -88 23 -127.5t72 -39.5t72 40t23 128q0 86 -23 125.5t-72 39.5t-72 -39.5zM313.5 816.5
+q22.5 -22.5 22.5 -54.5q0 -38 -32 -65l27 -115h-80l-49 97q-23 46 -23 83q0 33 22 55t56 22t56.5 -22.5z" />
+ <glyph glyph-name="uni1F42" unicode="ὂ"
+d="M489.5 472.5q68.5 -76.5 68.5 -205.5q0 -134 -68 -209t-190 -75t-190 74.5t-68 208.5q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5zM228 392.5q-23 -39.5 -23 -126.5q0 -88 23 -127.5t72 -39.5t72 40t23 128q0 86 -23 125.5t-72 39.5t-72 -39.5zM261 815
+q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM477 600l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F43" unicode="ὃ"
+d="M489.5 472.5q68.5 -76.5 68.5 -205.5q0 -134 -68 -209t-190 -75t-190 74.5t-68 208.5q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5zM228 392.5q-23 -39.5 -23 -126.5q0 -88 23 -127.5t72 -39.5t72 40t23 128q0 86 -23 125.5t-72 39.5t-72 -39.5zM233 814.5
+q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t56.5 22q33 0 56 -22.5zM451 600l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F44" unicode="ὄ"
+d="M489.5 472.5q68.5 -76.5 68.5 -205.5q0 -134 -68 -209t-190 -75t-190 74.5t-68 208.5q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5zM228 392.5q-23 -39.5 -23 -126.5q0 -88 23 -127.5t72 -39.5t72 40t23 128q0 86 -23 125.5t-72 39.5t-72 -39.5zM305 815
+q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM521 801l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1F45" unicode="ὅ"
+d="M489.5 472.5q68.5 -76.5 68.5 -205.5q0 -134 -68 -209t-190 -75t-190 74.5t-68 208.5q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5zM228 392.5q-23 -39.5 -23 -126.5q0 -88 23 -127.5t72 -39.5t72 40t23 128q0 86 -23 125.5t-72 39.5t-72 -39.5zM269 814.5
+q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t55.5 22q34 0 57 -22.5zM487 801l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1F78" unicode="ὸ"
+d="M489.5 472.5q68.5 -76.5 68.5 -205.5q0 -134 -68 -209t-190 -75t-190 74.5t-68 208.5q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5zM228 392.5q-23 -39.5 -23 -126.5q0 -88 23 -127.5t72 -39.5t72 40t23 128q0 86 -23 125.5t-72 39.5t-72 -39.5zM163 716l61 119
+l218 -133l-43 -80z" />
+ <glyph glyph-name="uni1F79" unicode="ό"
+d="M489.5 472.5q68.5 -76.5 68.5 -205.5q0 -134 -68 -209t-190 -75t-190 74.5t-68 208.5q0 85 30.5 148.5t89 99t138.5 35.5q121 0 189.5 -76.5zM228 392.5q-23 -39.5 -23 -126.5q0 -88 23 -127.5t72 -39.5t72 40t23 128q0 86 -23 125.5t-72 39.5t-72 -39.5zM438 716
+l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="uni1FE4" unicode="ῤ"
+d="M496 477.5q62 -71.5 62 -210.5q0 -81 -24.5 -145.5t-71.5 -101.5t-110 -37q-79 0 -126 56v-244l-158 -17v497q0 133 61 203.5t182 70.5q123 0 185 -71.5zM244.5 390.5q-18.5 -42.5 -18.5 -142.5v-102q31 -47 78 -47q45 0 68 40.5t23 125.5q0 93 -21 130.5t-65 37.5
+q-46 0 -64.5 -42.5zM402 817q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="uni1FE5" unicode="ῥ"
+d="M496 477.5q62 -71.5 62 -210.5q0 -81 -24.5 -145.5t-71.5 -101.5t-110 -37q-79 0 -126 56v-244l-158 -17v497q0 133 61 203.5t182 70.5q123 0 185 -71.5zM244.5 390.5q-18.5 -42.5 -18.5 -142.5v-102q31 -47 78 -47q45 0 68 40.5t23 125.5q0 93 -21 130.5t-65 37.5
+q-46 0 -64.5 -42.5zM324.5 816.5q22.5 -22.5 22.5 -54.5q0 -38 -32 -65l27 -115h-80l-49 97q-23 46 -23 83q0 33 22 55t56 22t56.5 -22.5z" />
+ <glyph glyph-name="uni1F50" unicode="ὐ"
+d="M551 256q0 -91 -36 -152.5t-97 -91t-136 -29.5q-98 0 -157.5 51t-59.5 146v351h158v-342q0 -48 17.5 -69t52.5 -21q46 0 73 40.5t27 125.5q0 124 -27 266h156q29 -143 29 -275zM391 817q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5
+t56.5 22.5t56 -22z" />
+ <glyph glyph-name="uni1F51" unicode="ὑ"
+d="M551 256q0 -91 -36 -152.5t-97 -91t-136 -29.5q-98 0 -157.5 51t-59.5 146v351h158v-342q0 -48 17.5 -69t52.5 -21q46 0 73 40.5t27 125.5q0 124 -27 266h156q29 -143 29 -275zM313.5 816.5q22.5 -22.5 22.5 -54.5q0 -38 -32 -65l27 -115h-80l-49 97q-23 46 -23 83
+q0 33 22 55t56 22t56.5 -22.5z" />
+ <glyph glyph-name="uni1F52" unicode="ὒ"
+d="M551 256q0 -91 -36 -152.5t-97 -91t-136 -29.5q-98 0 -157.5 51t-59.5 146v351h158v-342q0 -48 17.5 -69t52.5 -21q46 0 73 40.5t27 125.5q0 124 -27 266h156q29 -143 29 -275zM261 815q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5
+t56.5 22.5t56 -22zM477 600l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F53" unicode="ὓ"
+d="M551 256q0 -91 -36 -152.5t-97 -91t-136 -29.5q-98 0 -157.5 51t-59.5 146v351h158v-342q0 -48 17.5 -69t52.5 -21q46 0 73 40.5t27 125.5q0 124 -27 266h156q29 -143 29 -275zM233 814.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83
+q0 33 22.5 55t56.5 22q33 0 56 -22.5zM451 600l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F54" unicode="ὔ"
+d="M551 256q0 -91 -36 -152.5t-97 -91t-136 -29.5q-98 0 -157.5 51t-59.5 146v351h158v-342q0 -48 17.5 -69t52.5 -21q46 0 73 40.5t27 125.5q0 124 -27 266h156q29 -143 29 -275zM305 815q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5
+t56.5 22.5t56 -22zM521 801l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1F55" unicode="ὕ"
+d="M551 256q0 -91 -36 -152.5t-97 -91t-136 -29.5q-98 0 -157.5 51t-59.5 146v351h158v-342q0 -48 17.5 -69t52.5 -21q46 0 73 40.5t27 125.5q0 124 -27 266h156q29 -143 29 -275zM269 814.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83
+q0 33 22.5 55t55.5 22q34 0 57 -22.5zM487 801l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1F56" unicode="ὖ"
+d="M551 256q0 -91 -36 -152.5t-97 -91t-136 -29.5q-98 0 -157.5 51t-59.5 146v351h158v-342q0 -48 17.5 -69t52.5 -21q46 0 73 40.5t27 125.5q0 124 -27 266h156q29 -143 29 -275zM333.5 800q-15.5 7 -36.5 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q20 52 53.5 85.5
+t75.5 33.5q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l80 -38q-21 -53 -54.5 -85t-76.5 -32q-21 0 -36.5 7zM278 642q-44 23 -44 66q0 33 22.5 55.5t56.5 22.5t56.5 -22.5t22.5 -55.5q0 -18 -6.5 -36.5t-22.5 -46.5l-25 -44h-74z" />
+ <glyph glyph-name="uni1F57" unicode="ὗ"
+d="M551 256q0 -91 -36 -152.5t-97 -91t-136 -29.5q-98 0 -157.5 51t-59.5 146v351h158v-342q0 -48 17.5 -69t52.5 -21q46 0 73 40.5t27 125.5q0 124 -27 266h156q29 -143 29 -275zM321 801q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 86t75.5 33
+q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7zM275 581l-23 44q-17 29 -23.5 47t-6.5 36q0 34 22 56t56 22q35 0 57 -22.5t22 -55.5q0 -42 -41 -65l12 -62h-75z" />
+ <glyph glyph-name="uni1F7A" unicode="ὺ"
+d="M551 256q0 -91 -36 -152.5t-97 -91t-136 -29.5q-98 0 -157.5 51t-59.5 146v351h158v-342q0 -48 17.5 -69t52.5 -21q46 0 73 40.5t27 125.5q0 124 -27 266h156q29 -143 29 -275zM163 716l61 119l218 -133l-43 -80z" />
+ <glyph glyph-name="uni1F7B" unicode="ύ"
+d="M551 256q0 -91 -36 -152.5t-97 -91t-136 -29.5q-98 0 -157.5 51t-59.5 146v351h158v-342q0 -48 17.5 -69t52.5 -21q46 0 73 40.5t27 125.5q0 124 -27 266h156q29 -143 29 -275zM438 716l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="uni1FE6" unicode="ῦ"
+d="M551 256q0 -91 -36 -152.5t-97 -91t-136 -29.5q-98 0 -157.5 51t-59.5 146v351h158v-342q0 -48 17.5 -69t52.5 -21q46 0 73 40.5t27 125.5q0 124 -27 266h156q29 -143 29 -275zM318 642q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 85.5
+t75.5 32.5q23 0 39.5 -7t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7z" />
+ <glyph glyph-name="uni1FE0" unicode="ῠ"
+d="M551 256q0 -91 -36 -152.5t-97 -91t-136 -29.5q-98 0 -157.5 51t-59.5 146v351h158v-342q0 -48 17.5 -69t52.5 -21q46 0 73 40.5t27 125.5q0 124 -27 266h156q29 -143 29 -275zM178.5 662.5q-43.5 50.5 -50.5 123.5l87 15q9 -38 30.5 -59.5t54.5 -21.5t54.5 21.5
+t30.5 59.5l87 -15q-7 -72 -51 -123t-121 -51q-78 0 -121.5 50.5z" />
+ <glyph glyph-name="uni1FE1" unicode="ῡ"
+d="M551 256q0 -91 -36 -152.5t-97 -91t-136 -29.5q-98 0 -157.5 51t-59.5 146v351h158v-342q0 -48 17.5 -69t52.5 -21q46 0 73 40.5t27 125.5q0 124 -27 266h156q29 -143 29 -275zM147 658v109h306v-109h-306z" />
+ <glyph glyph-name="uni1FE2" unicode="ῢ"
+d="M362 779l-60 -53l-157 140l86 83zM235 736.5q23 -22.5 23 -56.5q0 -33 -23 -56t-57 -23t-58 23t-24 56t24 56t58 23t57 -22.5zM478.5 736.5q23.5 -22.5 23.5 -56.5q0 -33 -23.5 -56t-58.5 -23q-33 0 -56.5 23t-23.5 56t23.5 56t56.5 23q35 0 58.5 -22.5zM551 256
+q0 -91 -36 -152.5t-97 -91t-136 -29.5q-98 0 -157.5 51t-59.5 146v351h158v-342q0 -48 17.5 -69t52.5 -21q46 0 73 40.5t27 125.5q0 124 -27 266h156q29 -143 29 -275z" />
+ <glyph glyph-name="uni1FE3" unicode="ΰ"
+d="M456 866l-158 -140l-59 53l131 170zM234.5 736q23.5 -23 23.5 -56t-23.5 -56t-56.5 -23q-35 0 -58.5 23t-23.5 56q0 34 23.5 56.5t58.5 22.5q33 0 56.5 -23zM478.5 736.5q23.5 -22.5 23.5 -56.5q0 -33 -23.5 -56t-57.5 -23t-57.5 23t-23.5 56q0 34 23 56.5t58 22.5
+q34 0 57.5 -22.5zM551 256q0 -91 -36 -152.5t-97 -91t-136 -29.5q-98 0 -157.5 51t-59.5 146v351h158v-342q0 -48 17.5 -69t52.5 -21q46 0 73 40.5t27 125.5q0 124 -27 266h156q29 -143 29 -275z" />
+ <glyph glyph-name="uni1FE7" unicode="ῧ"
+d="M321 792q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 85.5t75.5 32.5q23 0 39.5 -7t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7zM126 620.5q-24 23.5 -24 57.5q0 33 24 56t58 23
+q35 0 59 -23t24 -56q0 -34 -24 -57.5t-59 -23.5q-34 0 -58 23.5zM357.5 620.5q-24.5 23.5 -24.5 57.5q0 33 24.5 56t58.5 23t58 -23t24 -56q0 -34 -23.5 -57.5t-58.5 -23.5q-34 0 -58.5 23.5zM551 256q0 -91 -36 -152.5t-97 -91t-136 -29.5q-98 0 -157.5 51t-59.5 146v351
+h158v-342q0 -48 17.5 -69t52.5 -21q46 0 73 40.5t27 125.5q0 124 -27 266h156q29 -143 29 -275z" />
+ <glyph glyph-name="uni1F60" unicode="ὠ"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151zM391 817q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="uni1F61" unicode="ὡ"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151zM313.5 816.5q22.5 -22.5 22.5 -54.5q0 -38 -32 -65l27 -115h-80l-49 97q-23 46 -23 83q0 33 22 55t56 22t56.5 -22.5z" />
+ <glyph glyph-name="uni1F62" unicode="ὢ"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151zM261 815q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM477 600l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F63" unicode="ὣ"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151zM233 814.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t56.5 22q33 0 56 -22.5zM451 600l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1F64" unicode="ὤ"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151zM305 815q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM521 801l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1F65" unicode="ὥ"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151zM269 814.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t55.5 22q34 0 57 -22.5zM487 801l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1F66" unicode="ὦ"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151zM333.5 800q-15.5 7 -36.5 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q20 52 53.5 85.5t75.5 33.5q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10
+t25 33l80 -38q-21 -53 -54.5 -85t-76.5 -32q-21 0 -36.5 7zM278 642q-44 23 -44 66q0 33 22.5 55.5t56.5 22.5t56.5 -22.5t22.5 -55.5q0 -18 -6.5 -36.5t-22.5 -46.5l-25 -44h-74z" />
+ <glyph glyph-name="uni1F67" unicode="ὧ"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151zM321 801q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 86t75.5 33q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33
+l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7zM275 581l-23 44q-17 29 -23.5 47t-6.5 36q0 34 22 56t56 22q35 0 57 -22.5t22 -55.5q0 -42 -41 -65l12 -62h-75z" />
+ <glyph glyph-name="uni1F7C" unicode="ὼ"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151zM163 716l61 119l218 -133l-43 -80z" />
+ <glyph glyph-name="uni1F7D" unicode="ώ"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151zM438 716l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="uni1FF6" unicode="ῶ"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151zM318 642q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 85.5t75.5 32.5q23 0 39.5 -7t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33
+l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7z" />
+ <glyph glyph-name="uni1FF3" unicode="ῳ"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151zM277 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1FF2" unicode="ῲ"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151zM442 703l-43 -81l-236 94l61 119zM277 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1FF4" unicode="ῴ"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151zM438 716l-237 -94l-43 81l218 132zM277 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1FA0" unicode="ᾠ"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151zM391 817q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM277 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40
+q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1FA1" unicode="ᾡ"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151zM313.5 816.5q22.5 -22.5 22.5 -54.5q0 -38 -32 -65l27 -115h-80l-49 97q-23 46 -23 83q0 33 22 55t56 22t56.5 -22.5zM277 -169q-34 35 -34 93v34h112v-31
+q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1FA2" unicode="ᾢ"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151zM261 815q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM477 600l-87 -19l-87 220l133 35zM277 -169
+q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1FA3" unicode="ᾣ"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151zM233 814.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t56.5 22q33 0 56 -22.5zM451 600l-87 -19l-87 220l133 35zM277 -169
+q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1FA4" unicode="ᾤ"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151zM305 815q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM521 801l-87 -220l-87 19l41 236zM277 -169
+q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1FA5" unicode="ᾥ"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151zM269 814.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t55.5 22q34 0 57 -22.5zM487 801l-87 -220l-87 19l41 236zM277 -169
+q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1FA6" unicode="ᾦ"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151zM333.5 800q-15.5 7 -36.5 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q20 52 53.5 85.5t75.5 33.5q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10
+t25 33l80 -38q-21 -53 -54.5 -85t-76.5 -32q-21 0 -36.5 7zM278 642q-44 23 -44 66q0 33 22.5 55.5t56.5 22.5t56.5 -22.5t22.5 -55.5q0 -18 -6.5 -36.5t-22.5 -46.5l-25 -44h-74zM277 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37
+t-98 35z" />
+ <glyph glyph-name="uni1FA7" unicode="ᾧ"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151zM321 801q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 86t75.5 33q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33
+l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7zM275 581l-23 44q-17 29 -23.5 47t-6.5 36q0 34 22 56t56 22q35 0 57 -22.5t22 -55.5q0 -42 -41 -65l12 -62h-75zM277 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1FF7" unicode="ῷ"
+d="M571.5 380q14.5 -71 14.5 -138q0 -128 -39 -193.5t-114 -65.5q-54 0 -86.5 24t-47.5 80q-16 -55 -47 -79.5t-81 -24.5q-77 0 -117 65t-40 194q0 118 53 289h124q-19 -78 -28.5 -145t-9.5 -135q0 -82 10 -117t38 -35q18 0 26.5 13t12 41t3.5 81v108l115 20v-123
+q0 -56 3.5 -85t12.5 -42t28 -13q28 0 36.5 33.5t8.5 118.5q0 66 -9.5 133t-28.5 147h124q24 -80 38.5 -151zM318 642q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 85.5t75.5 32.5q23 0 39.5 -7t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33
+l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7zM277 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni1FBE" unicode="ι"
+d="M213 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="uni037A" unicode="ͺ"
+d="M213 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="zero" unicode="0"
+d="M486.5 616q63.5 -95 63.5 -268q0 -174 -63.5 -269.5t-186.5 -95.5t-186.5 95.5t-63.5 269.5q0 173 63.5 268t186.5 95t186.5 -95zM226.5 538.5q-23.5 -57.5 -23.5 -190.5q0 -137 23.5 -194t73.5 -57q51 0 73.5 57t22.5 194q0 135 -23.5 191.5t-72.5 56.5
+q-50 0 -73.5 -57.5zM346 391q19 -19 19 -46q0 -28 -19 -47t-47 -19t-46.5 19t-18.5 47q0 27 18.5 46t46.5 19t47 -19z" />
+ <glyph glyph-name="one" unicode="1"
+d="M551 120v-120h-450v120h167v418l-143 -90l-67 109l224 136h140v-573h129z" />
+ <glyph glyph-name="two" unicode="2"
+d="M406 684q54 -27 81.5 -72.5t27.5 -99.5q0 -57 -26 -110t-85.5 -118.5t-168.5 -162.5h296l-17 -121h-460v112q123 119 184 185.5t88.5 113t27.5 87.5q0 43 -24 67t-69 24q-39 0 -68 -16.5t-57 -53.5l-96 73q41 57 98.5 88t137.5 31q76 0 130 -27z" />
+ <glyph glyph-name="three" unicode="3"
+d="M397.5 687q53.5 -24 82 -64.5t28.5 -89.5q0 -64 -37.5 -105t-104.5 -61q164 -22 164 -172q0 -59 -32.5 -107.5t-93.5 -76.5t-142 -28q-76 0 -138 27t-106 77l89 83q57 -66 144 -66q53 0 85 27t32 75q0 104 -117 104h-63l18 108h44q48 0 76.5 23.5t28.5 67.5
+q0 39 -28 61.5t-73 22.5q-75 0 -138 -60l-81 84q97 94 237 94q72 0 125.5 -24z" />
+ <glyph glyph-name="four" unicode="4"
+d="M553 146h-69v-146h-151l-1 146h-287v104l192 461l134 -50l-163 -397h124l18 167h134v-167h69v-118z" />
+ <glyph glyph-name="five" unicode="5"
+d="M497 580h-253v-150q49 23 102 23q54 0 98.5 -27.5t70.5 -78.5t26 -119q0 -70 -34 -126t-96 -87.5t-142 -31.5q-73 0 -131.5 27.5t-98.5 76.5l91 83q25 -32 57.5 -49t69.5 -17q55 0 88 33.5t33 87.5q0 119 -94 119q-43 0 -84 -23h-107v372h422z" />
+ <glyph glyph-name="six" unicode="6"
+d="M459 438q44 -27 69.5 -79.5t25.5 -123.5q0 -70 -30.5 -127.5t-86 -91t-129.5 -33.5q-130 0 -194 92.5t-64 237.5q0 117 36.5 207t104.5 140.5t160 50.5q85 0 150 -45l-60 -96q-40 28 -88 28q-58 0 -95.5 -51.5t-42.5 -144.5q30 31 68.5 47t76.5 16q55 0 99 -27z
+M374.5 132q21.5 36 21.5 94q0 69 -19.5 99.5t-57.5 30.5q-28 0 -55 -14t-49 -39q1 -107 22.5 -157t72.5 -50q43 0 64.5 36z" />
+ <glyph glyph-name="seven" unicode="7"
+d="M114 31l258 543h-304v119h464v-107l-268 -602z" />
+ <glyph glyph-name="eight" unicode="8"
+d="M504.5 444q-25.5 -35 -81.5 -67q134 -68 134 -189q0 -55 -30 -102t-88.5 -75t-141.5 -28q-81 0 -138.5 27.5t-86.5 73t-29 100.5q0 58 33.5 102.5t93.5 70.5q-55 35 -77.5 70.5t-22.5 91.5q0 58 30 101.5t82.5 67t118.5 23.5q67 0 119 -22.5t81 -64t29 -97.5
+q0 -48 -25.5 -83zM244 459q24 -24 77 -44q33 24 46 48t13 55q0 39 -20 62t-59 23t-60 -21.5t-21 -62.5q0 -36 24 -60zM385.5 244.5q-13.5 21.5 -40.5 37t-78 33.5q-66 -42 -66 -121q0 -45 25.5 -71.5t74.5 -26.5t73.5 26.5t24.5 66.5q0 34 -13.5 55.5z" />
+ <glyph glyph-name="nine" unicode="9"
+d="M485.5 636q65.5 -75 65.5 -202q0 -133 -45 -225t-137.5 -150t-239.5 -89l-33 111q124 31 193 82.5t92 132.5q-32 -28 -66 -42.5t-75 -14.5q-54 0 -99 28t-71 78.5t-26 115.5q0 74 33 130.5t90 88t129 31.5q124 0 189.5 -75zM226.5 378q23.5 -28 62.5 -28q51 0 99 40
+q1 75 -6.5 119t-27.5 66.5t-59 22.5q-44 0 -68 -32.5t-24 -99.5q0 -60 23.5 -88z" />
+ <glyph glyph-name="zero.tosf"
+d="M497 502.5q68 -79.5 68 -217.5t-68.5 -220t-196.5 -82t-196.5 82t-68.5 220t68 217.5t197 79.5t197 -79.5zM186 285q0 -100 30.5 -145t83.5 -45t83.5 45.5t30.5 144.5q0 185 -114 185t-114 -185zM345 327q18 -18 18 -45t-18 -45.5t-46 -18.5q-27 0 -45 18.5t-18 45.5
+q0 26 18 44.5t45 18.5q28 0 46 -18z" />
+ <glyph glyph-name="one.tosf"
+d="M545 118v-118h-438v118h159v297l-137 -80l-65 107l216 130h140v-454h125z" />
+ <glyph glyph-name="two.tosf"
+d="M407.5 557.5q52.5 -24.5 80.5 -66.5t28 -93q0 -50 -19.5 -88t-73 -82t-161.5 -109h267l-16 -119h-444v112q127 88 185.5 134t79 76t20.5 64q0 36 -22 56.5t-63 20.5q-40 0 -70.5 -17t-60.5 -55l-92 72q42 59 101 89t139 30q69 0 121.5 -24.5z" />
+ <glyph glyph-name="three.tosf"
+d="M398.5 559q52.5 -23 79.5 -62t27 -88q0 -60 -36 -100t-102 -58q72 -8 116.5 -49.5t44.5 -118.5q0 -58 -31 -105t-90 -74.5t-140 -27.5q-76 0 -136.5 27t-100.5 77l86 78q61 -64 141 -64q50 0 79.5 26t29.5 74q0 51 -29 76.5t-85 25.5h-64l17 104h47q47 0 73.5 22t26.5 63
+q0 39 -26 60.5t-70 21.5q-73 0 -134 -58l-79 81q95 92 231 92q72 0 124.5 -23z" />
+ <glyph glyph-name="four.tosf"
+d="M561 28h-72v-140h-153l-1 140h-288v103l193 451l131 -53l-163 -384h128l19 163h134v-163h72v-117z" />
+ <glyph glyph-name="five.tosf"
+d="M498 460h-254v-145q49 23 102 23q54 0 98.5 -27.5t70.5 -77.5t26 -115q0 -69 -34 -124t-96 -86.5t-142 -31.5q-73 0 -131.5 27.5t-98.5 76.5l91 80q25 -30 58 -46.5t69 -16.5q54 0 87.5 33t33.5 85q0 58 -25 86t-69 28q-43 0 -84 -23h-107v367h422z" />
+ <glyph glyph-name="six.tosf"
+d="M459 438q44 -27 69.5 -79.5t25.5 -123.5q0 -70 -30.5 -127.5t-86 -91t-129.5 -33.5q-130 0 -194 92.5t-64 237.5q0 117 36.5 207t104.5 140.5t160 50.5q85 0 150 -45l-60 -96q-40 28 -88 28q-58 0 -95.5 -51.5t-42.5 -144.5q30 31 68.5 47t76.5 16q55 0 99 -27z
+M374.5 132q21.5 36 21.5 94q0 69 -19.5 99.5t-57.5 30.5q-28 0 -55 -14t-49 -39q1 -107 22.5 -157t72.5 -50q43 0 64.5 36z" />
+ <glyph glyph-name="seven.tosf"
+d="M525 466l-253 -599l-145 48l236 539h-297v118h459v-106z" />
+ <glyph glyph-name="eight.tosf"
+d="M504.5 444q-25.5 -35 -81.5 -67q134 -68 134 -189q0 -55 -30 -102t-88.5 -75t-141.5 -28q-81 0 -138.5 27.5t-86.5 73t-29 100.5q0 58 33.5 102.5t93.5 70.5q-55 35 -77.5 70.5t-22.5 91.5q0 58 30 101.5t82.5 67t118.5 23.5q67 0 119 -22.5t81 -64t29 -97.5
+q0 -48 -25.5 -83zM244 459q24 -24 77 -44q33 24 46 48t13 55q0 39 -20 62t-59 23t-60 -21.5t-21 -62.5q0 -36 24 -60zM385.5 244.5q-13.5 21.5 -40.5 37t-78 33.5q-66 -42 -66 -121q0 -45 25.5 -71.5t74.5 -26.5t73.5 26.5t24.5 66.5q0 34 -13.5 55.5z" />
+ <glyph glyph-name="nine.tosf"
+d="M435.5 548q57.5 -34 86.5 -94.5t29 -138.5q0 -128 -44.5 -215.5t-137 -143t-240.5 -86.5l-33 111q133 34 204 83t86 127q-33 -30 -68.5 -45.5t-77.5 -15.5q-54 0 -99 27t-71 75.5t-26 109.5q0 69 33 123.5t90.5 85.5t128.5 31q82 0 139.5 -34zM227 267q24 -26 62 -26
+q28 0 51.5 10t47.5 30q1 99 -18.5 143.5t-74.5 44.5q-43 0 -67.5 -31.5t-24.5 -90.5q0 -54 24 -80z" />
+ <glyph glyph-name="zero.zero"
+d="M486.5 616q63.5 -95 63.5 -268q0 -174 -63.5 -269.5t-186.5 -95.5t-186.5 95.5t-63.5 269.5q0 173 63.5 268t186.5 95t186.5 -95zM222.5 538.5q-24.5 -57.5 -24.5 -190.5q0 -86 6 -139l169 353q-12 19 -29 26.5t-44 7.5q-53 0 -77.5 -57.5zM377 154q24 57 24 194
+q0 55 -3 97l-159 -330q21 -18 61 -18q53 0 77 57z" />
+ <glyph glyph-name="zero.tosf.zero"
+d="M495.5 502q69.5 -80 69.5 -217q0 -138 -68.5 -220t-196.5 -82q-83 0 -143 37.5t-91 106t-31 158.5q0 138 68 217.5t197 79.5q126 0 195.5 -80zM181 285q0 -84 16 -126l157 302q-22 9 -54 9q-119 0 -119 -185zM419 285q0 81 -16 122l-157 -303q24 -9 54 -9q119 0 119 190z
+" />
+ <glyph glyph-name="fraction" unicode="⁄"
+d="M-288 251l535 256l41 -76l-534 -256z" />
+ <glyph glyph-name="uni215F" unicode="⅟"
+d="M134 582l-79 -41l-52 72l148 79h95v-321h-112v211zM21 251l535 256l41 -76l-534 -256z" />
+ <glyph glyph-name="onehalf" unicode="½"
+d="M111 582l-79 -41l-52 72l148 79h95v-321h-112v211zM10 251l535 256l41 -76l-534 -256zM577.5 149q-30.5 -31 -112.5 -67h155l-13 -82h-285v73q72 40 107.5 63.5t47.5 39t12 33.5q0 16 -11 26t-30 10t-34.5 -8t-32.5 -28l-71 52q60 66 156 66q67 0 104.5 -30t37.5 -74
+q0 -43 -30.5 -74z" />
+ <glyph glyph-name="uni2153" unicode="⅓"
+d="M105 582l-79 -41l-52 72l148 79h95v-321h-112v211zM3 251l535 256l41 -76l-534 -256zM575 302.5q37 -24.5 37 -64.5q0 -29 -17 -45.5t-52 -24.5q44 -7 64 -24t20 -51q0 -46 -44.5 -72.5t-120.5 -26.5q-48 0 -90.5 13.5t-70.5 41.5l65 55q23 -17 44 -24t48 -7q25 0 38 8.5
+t13 23.5q0 28 -50 28h-52l12 65h40q18 0 28 6.5t10 16.5q0 27 -39 27q-25 0 -45 -6.5t-44 -22.5l-57 57q64 51 160 51q66 0 103 -24.5z" />
+ <glyph glyph-name="uni2154" unicode="⅔"
+d="M217.5 520q-30.5 -31 -112.5 -67h155l-13 -82h-285v73q72 40 107.5 63.5t47.5 39t12 33.5q0 16 -11 26t-30 10t-34.5 -8t-32.5 -28l-71 52q60 66 156 66q67 0 104.5 -30t37.5 -74q0 -43 -30.5 -74zM27 251l535 256l41 -76l-534 -256zM598 302.5q37 -24.5 37 -64.5
+q0 -29 -17 -45.5t-52 -24.5q44 -7 64 -24t20 -51q0 -46 -44.5 -72.5t-120.5 -26.5q-48 0 -90.5 13.5t-70.5 41.5l65 55q23 -17 44 -24t48 -7q25 0 38 8.5t13 23.5q0 28 -50 28h-52l12 65h40q18 0 28 6.5t10 16.5q0 27 -39 27q-25 0 -45 -6.5t-44 -22.5l-57 57q64 51 160 51
+q66 0 103 -24.5z" />
+ <glyph glyph-name="onequarter" unicode="¼"
+d="M114 582l-79 -41l-52 72l148 79h95v-321h-112v211zM14 251l535 256l41 -76l-534 -256zM574 0h-104v56h-181v66l121 208l95 -32l-99 -167h66l15 79h87v-79h44v-75h-44v-56z" />
+ <glyph glyph-name="threequarters" unicode="¾"
+d="M260 673.5q37 -24.5 37 -64.5q0 -29 -17 -45.5t-52 -24.5q44 -7 64 -24t20 -51q0 -46 -44.5 -72.5t-120.5 -26.5q-48 0 -90.5 13.5t-70.5 41.5l65 55q22 -17 43.5 -24t48.5 -7q25 0 38 8.5t13 23.5q0 28 -50 28h-52l12 65h40q18 0 28 6.5t10 16.5q0 27 -39 27
+q-24 0 -44 -6.5t-45 -22.5l-57 57q64 51 160 51q66 0 103 -24.5zM19 251l535 256l41 -76l-534 -256zM571 0h-104v56h-181v66l121 208l95 -32l-99 -167h66l15 79h87v-79h44v-75h-44v-56z" />
+ <glyph glyph-name="uni2155" unicode="⅕"
+d="M95 582l-79 -41l-52 72l148 79h95v-321h-112v211zM-18 251l535 256l41 -76l-534 -256zM592.5 24.5q-43.5 -30.5 -119.5 -30.5q-95 0 -153 53l63 55q20 -15 40 -21.5t45 -6.5q24 0 36.5 9t12.5 24t-10 23.5t-29 8.5q-27 0 -47 -11h-76v193h264l-12 -77h-148v-43q17 6 30 9
+t31 3q51 0 83.5 -27.5t32.5 -78.5q0 -52 -43.5 -82.5z" />
+ <glyph glyph-name="uni2156" unicode="⅖"
+d="M209.5 520q-30.5 -31 -112.5 -67h155l-13 -82h-285v73q72 40 107.5 63.5t47.5 39t12 33.5q0 16 -11 26t-30 10t-34.5 -8t-32.5 -28l-71 52q60 66 156 66q67 0 104.5 -30t37.5 -74q0 -43 -30.5 -74zM7 251l535 256l41 -76l-534 -256zM614.5 24.5q-43.5 -30.5 -119.5 -30.5
+q-95 0 -153 53l63 55q20 -15 40 -21.5t45 -6.5q24 0 36.5 9t12.5 24t-10 23.5t-29 8.5q-27 0 -47 -11h-76v193h264l-12 -77h-148v-43q17 6 30 9t31 3q51 0 83.5 -27.5t32.5 -78.5q0 -52 -43.5 -82.5z" />
+ <glyph glyph-name="uni2157" unicode="⅗"
+d="M234 673.5q37 -24.5 37 -64.5q0 -29 -17 -45.5t-52 -24.5q44 -7 64 -24t20 -51q0 -46 -44.5 -72.5t-120.5 -26.5q-48 0 -90.5 13.5t-70.5 41.5l65 55q22 -17 43.5 -24t48.5 -7q25 0 38 8.5t13 23.5q0 28 -50 28h-52l12 65h40q18 0 28 6.5t10 16.5q0 27 -39 27
+q-24 0 -44 -6.5t-45 -22.5l-57 57q64 51 160 51q66 0 103 -24.5zM-11 251l535 256l41 -76l-534 -256zM596.5 24.5q-43.5 -30.5 -119.5 -30.5q-95 0 -153 53l63 55q20 -15 40 -21.5t45 -6.5q24 0 36.5 9t12.5 24t-10 23.5t-29 8.5q-27 0 -47 -11h-76v193h264l-12 -77h-148
+v-43q17 6 30 9t31 3q51 0 83.5 -27.5t32.5 -78.5q0 -52 -43.5 -82.5z" />
+ <glyph glyph-name="uni2158" unicode="⅘"
+d="M237 371h-104v56h-181v65l121 209l95 -32l-99 -167h66l15 79h87v-79h44v-75h-44v-56zM2 251l535 256l41 -76l-534 -256zM604.5 24.5q-43.5 -30.5 -119.5 -30.5q-95 0 -153 53l63 55q20 -15 40 -21.5t45 -6.5q24 0 36.5 9t12.5 24t-10 23.5t-29 8.5q-27 0 -47 -11h-76v193
+h264l-12 -77h-148v-43q17 6 30 9t31 3q51 0 83.5 -27.5t32.5 -78.5q0 -52 -43.5 -82.5z" />
+ <glyph glyph-name="uni2159" unicode="⅙"
+d="M127 582l-79 -41l-52 72l148 79h95v-321h-112v211zM11 251l535 256l41 -76l-534 -256zM475 250q-66 0 -73 -67q34 31 85 31q52 0 85.5 -26.5t33.5 -74.5q0 -54 -43 -86.5t-115 -32.5q-81 0 -123.5 42t-42.5 113q0 79 50.5 128.5t139.5 49.5q58 0 102 -24l-45 -63
+q-27 10 -54 10zM403 122q3 -26 13.5 -38.5t32.5 -12.5q40 0 40 37q0 19 -8.5 27.5t-26.5 8.5q-26 0 -51 -22z" />
+ <glyph glyph-name="uni215A" unicode="⅚"
+d="M267.5 395.5q-43.5 -30.5 -119.5 -30.5q-95 0 -153 53l63 55q20 -15 40 -21.5t45 -6.5q49 0 49 33q0 15 -10 23.5t-29 8.5q-23 0 -47 -11h-76v193h264l-12 -78h-148v-42q17 6 30 9t31 3q51 0 83.5 -27.5t32.5 -78.5q0 -52 -43.5 -82.5zM9 251l535 256l41 -76l-534 -256z
+M475 250q-66 0 -73 -67q34 31 85 31q52 0 85.5 -26.5t33.5 -74.5q0 -54 -43 -86.5t-115 -32.5q-81 0 -123.5 42t-42.5 113q0 79 50.5 128.5t139.5 49.5q58 0 102 -24l-45 -63q-27 10 -54 10zM403 122q3 -26 13.5 -38.5t32.5 -12.5q40 0 40 37q0 19 -8.5 27.5t-26.5 8.5
+q-26 0 -51 -22z" />
+ <glyph glyph-name="oneeighth" unicode="⅛"
+d="M106 582l-79 -41l-52 72l148 79h95v-321h-112v211zM0 251l535 256l41 -76l-534 -256zM594 202q-16 -15 -49 -25q42 -13 62 -32t20 -51q0 -44 -44 -72t-124 -28q-79 0 -120.5 26.5t-41.5 71.5q0 30 18.5 48.5t57.5 29.5q-31 15 -45.5 31t-14.5 41q0 36 40 60.5t109 24.5
+t108.5 -24t39.5 -60q0 -26 -16 -41zM435 221.5q10 -6.5 34 -13.5q17 8 24 14t7 14t-10 14t-28 6t-27.5 -5.5t-9.5 -13.5q0 -9 10 -15.5zM497.5 117q-15.5 8 -52.5 17q-35 -14 -35 -34q0 -28 52 -28q25 0 38 6.5t13 17.5q0 13 -15.5 21z" />
+ <glyph glyph-name="threeeighths" unicode="⅜"
+d="M250 673.5q37 -24.5 37 -64.5q0 -29 -17 -45.5t-52 -24.5q44 -7 64 -24t20 -51q0 -46 -44.5 -72.5t-120.5 -26.5q-48 0 -90.5 13.5t-70.5 41.5l65 55q22 -17 43.5 -24t48.5 -7q25 0 38 8.5t13 23.5q0 28 -50 28h-52l12 65h40q18 0 28 6.5t10 16.5q0 27 -39 27
+q-24 0 -44 -6.5t-45 -22.5l-57 57q64 51 160 51q66 0 103 -24.5zM0 251l535 256l41 -76l-534 -256zM591 202q-16 -15 -49 -25q42 -13 62 -32t20 -51q0 -44 -44 -72t-124 -28q-79 0 -120.5 26.5t-41.5 71.5q0 30 18.5 48.5t57.5 29.5q-31 15 -45.5 31t-14.5 41q0 36 40 60.5
+t109 24.5t108.5 -24t39.5 -60q0 -26 -16 -41zM432 221.5q10 -6.5 34 -13.5q17 8 24 14t7 14t-10 14t-28 6t-27.5 -5.5t-9.5 -13.5q0 -9 10 -15.5zM494.5 117q-15.5 8 -52.5 17q-35 -14 -35 -34q0 -28 52 -28q25 0 38 6.5t13 17.5q0 13 -15.5 21z" />
+ <glyph glyph-name="fiveeighths" unicode="⅝"
+d="M259.5 395.5q-43.5 -30.5 -119.5 -30.5q-95 0 -153 53l63 55q20 -15 40 -21.5t45 -6.5q49 0 49 33q0 15 -10 23.5t-29 8.5q-23 0 -47 -11h-76v193h264l-12 -78h-148v-42q17 6 30 9t31 3q51 0 83.5 -27.5t32.5 -78.5q0 -52 -43.5 -82.5zM-9 251l535 256l41 -76l-534 -256z
+M581 202q-16 -15 -49 -25q42 -13 62 -32t20 -51q0 -44 -44 -72t-124 -28q-79 0 -120.5 26.5t-41.5 71.5q0 30 18.5 48.5t57.5 29.5q-31 15 -45.5 31t-14.5 41q0 36 40 60.5t109 24.5t108.5 -24t39.5 -60q0 -26 -16 -41zM422 221.5q10 -6.5 34 -13.5q17 8 24 14t7 14t-10 14
+t-28 6t-27.5 -5.5t-9.5 -13.5q0 -9 10 -15.5zM484.5 117q-15.5 8 -52.5 17q-35 -14 -35 -34q0 -28 52 -28q25 0 38 6.5t13 17.5q0 13 -15.5 21z" />
+ <glyph glyph-name="seveneighths" unicode="⅞"
+d="M78 405l140 206h-174v82h293v-67l-154 -264zM-11 251l535 256l41 -76l-534 -256zM579 202q-16 -15 -49 -25q42 -13 62 -32t20 -51q0 -44 -44 -72t-124 -28q-79 0 -120.5 26.5t-41.5 71.5q0 30 18.5 48.5t57.5 29.5q-31 15 -45.5 31t-14.5 41q0 36 40 60.5t109 24.5
+t108.5 -24t39.5 -60q0 -26 -16 -41zM420 221.5q10 -6.5 34 -13.5q17 8 24 14t7 14t-10 14t-28 6t-27.5 -5.5t-9.5 -13.5q0 -9 10 -15.5zM482.5 117q-15.5 8 -52.5 17q-35 -14 -35 -34q0 -28 52 -28q25 0 38 6.5t13 17.5q0 13 -15.5 21z" />
+ <glyph glyph-name="zero.dnom"
+d="M415.5 37.5q-42.5 -43.5 -114.5 -43.5q-73 0 -116 43.5t-43 122.5q0 78 43 122.5t116 44.5q72 0 114.5 -43.5t42.5 -123.5q0 -79 -42.5 -122.5zM333 229q-9 19 -32 19t-33 -20.5t-10 -67.5q0 -46 10 -66.5t33 -20.5t32 19.5t9 67.5q0 50 -9 69z" />
+ <glyph glyph-name="one.dnom"
+d="M309 211l-79 -41l-52 72l148 79h95v-321h-112v211z" />
+ <glyph glyph-name="two.dnom"
+d="M412.5 149q-30.5 -31 -112.5 -67h155l-13 -82h-285v73q72 40 107.5 63.5t47.5 39t12 33.5q0 16 -11 26t-30 10t-34.5 -8t-32.5 -28l-71 52q60 66 156 66q67 0 104.5 -30t37.5 -74q0 -43 -30.5 -74z" />
+ <glyph glyph-name="three.dnom"
+d="M409 302.5q37 -24.5 37 -64.5q0 -29 -17 -45.5t-52 -24.5q44 -7 64 -24t20 -51q0 -46 -44.5 -72.5t-120.5 -26.5q-48 0 -90.5 13.5t-70.5 41.5l65 55q23 -17 44 -24t48 -7q25 0 38 8.5t13 23.5q0 28 -50 28h-52l12 65h40q18 0 28 6.5t10 16.5q0 27 -39 27q-25 0 -45 -6.5
+t-44 -22.5l-57 57q64 51 160 51q66 0 103 -24.5z" />
+ <glyph glyph-name="four.dnom"
+d="M420 0h-104v56h-181v66l121 208l95 -32l-99 -167h66l15 79h87v-79h44v-75h-44v-56z" />
+ <glyph glyph-name="five.dnom"
+d="M414.5 24.5q-43.5 -30.5 -119.5 -30.5q-95 0 -153 53l63 55q20 -15 40 -21.5t45 -6.5q24 0 36.5 9t12.5 24t-10 23.5t-29 8.5q-27 0 -47 -11h-76v193h264l-12 -77h-148v-43q17 6 30 9t31 3q51 0 83.5 -27.5t32.5 -78.5q0 -52 -43.5 -82.5z" />
+ <glyph glyph-name="six.dnom"
+d="M331 250q-66 0 -73 -67q34 31 85 31q52 0 85.5 -26.5t33.5 -74.5q0 -54 -43 -86.5t-115 -32.5q-81 0 -123.5 42t-42.5 113q0 79 50.5 128.5t139.5 49.5q58 0 102 -24l-45 -63q-27 10 -54 10zM259 122q3 -26 13.5 -38.5t32.5 -12.5q40 0 40 37q0 19 -8.5 27.5t-26.5 8.5
+q-26 0 -51 -22z" />
+ <glyph glyph-name="seven.dnom"
+d="M188 33l140 207h-174v81h293v-67l-154 -264z" />
+ <glyph glyph-name="eight.dnom"
+d="M432 202q-16 -15 -49 -25q42 -13 62 -32t20 -51q0 -44 -44 -72t-124 -28q-79 0 -120.5 26.5t-41.5 71.5q0 30 18.5 48.5t57.5 29.5q-31 15 -45.5 31t-14.5 41q0 36 40 60.5t109 24.5t108.5 -24t39.5 -60q0 -26 -16 -41zM273 221.5q10 -6.5 34 -13.5q17 8 24 14t7 14
+t-10 14t-28 6t-27.5 -5.5t-9.5 -13.5q0 -9 10 -15.5zM335.5 117q-15.5 8 -52.5 17q-35 -14 -35 -34q0 -28 52 -28q25 0 38 6.5t13 17.5q0 13 -15.5 21z" />
+ <glyph glyph-name="nine.dnom"
+d="M276.5 89.5q38.5 15.5 65.5 48.5q-27 -14 -48 -20t-44 -6q-49 0 -80.5 25t-31.5 72q0 54 46 86t118 32q78 0 119 -37t41 -98q0 -89 -67 -137.5t-200 -67.5l-25 79q68 8 106.5 23.5zM343 196q-1 28 -11 41t-34 13q-20 0 -31 -9.5t-11 -26.5q0 -32 39 -32q24 0 48 14z" />
+ <glyph glyph-name="zero.numr"
+d="M415.5 410.5q-42.5 -43.5 -114.5 -43.5q-73 0 -116 43.5t-43 122.5q0 78 43 122.5t116 44.5q72 0 114.5 -43.5t42.5 -123.5q0 -79 -42.5 -122.5zM333 602q-9 19 -32 19t-33 -20.5t-10 -67.5q0 -46 10 -66.5t33 -20.5t32 19.5t9 67.5q0 50 -9 69z" />
+ <glyph glyph-name="one.numr"
+d="M309 582l-79 -41l-52 72l148 79h95v-321h-112v211z" />
+ <glyph glyph-name="two.numr"
+d="M412.5 520q-30.5 -31 -112.5 -67h155l-13 -82h-285v73q72 40 107.5 63.5t47.5 39t12 33.5q0 16 -11 26t-30 10t-34.5 -8t-32.5 -28l-71 52q60 66 156 66q67 0 104.5 -30t37.5 -74q0 -43 -30.5 -74z" />
+ <glyph glyph-name="three.numr"
+d="M409 673.5q37 -24.5 37 -64.5q0 -29 -17 -45.5t-52 -24.5q44 -7 64 -24t20 -51q0 -46 -44.5 -72.5t-120.5 -26.5q-48 0 -90.5 13.5t-70.5 41.5l65 55q22 -17 43.5 -24t48.5 -7q25 0 38 8.5t13 23.5q0 28 -50 28h-52l12 65h40q18 0 28 6.5t10 16.5q0 27 -39 27
+q-24 0 -44 -6.5t-45 -22.5l-57 57q64 51 160 51q66 0 103 -24.5z" />
+ <glyph glyph-name="four.numr"
+d="M420 371h-104v56h-181v65l121 209l95 -32l-99 -167h66l15 79h87v-79h44v-75h-44v-56z" />
+ <glyph glyph-name="five.numr"
+d="M414.5 395.5q-43.5 -30.5 -119.5 -30.5q-95 0 -153 53l63 55q20 -15 40 -21.5t45 -6.5q49 0 49 33q0 15 -10 23.5t-29 8.5q-23 0 -47 -11h-76v193h264l-12 -78h-148v-42q17 6 30 9t31 3q51 0 83.5 -27.5t32.5 -78.5q0 -52 -43.5 -82.5z" />
+ <glyph glyph-name="six.numr"
+d="M331 621q-66 0 -73 -67q34 31 85 31q52 0 85.5 -26.5t33.5 -74.5q0 -54 -43 -86.5t-115 -32.5q-81 0 -123.5 42t-42.5 113q0 79 50.5 128.5t139.5 49.5q58 0 102 -24l-45 -63q-27 10 -54 10zM259 493q3 -26 13.5 -38.5t32.5 -12.5q40 0 40 37q0 19 -8.5 27.5t-26.5 8.5
+q-26 0 -51 -22z" />
+ <glyph glyph-name="seven.numr"
+d="M188 405l140 206h-174v82h293v-67l-154 -264z" />
+ <glyph glyph-name="eight.numr"
+d="M432 573q-16 -15 -49 -25q42 -13 62 -32t20 -51q0 -44 -44 -72t-124 -28q-79 0 -120.5 26.5t-41.5 71.5q0 30 18.5 48.5t57.5 29.5q-31 15 -45.5 31t-14.5 41q0 36 40 60.5t109 24.5t108.5 -24t39.5 -60q0 -26 -16 -41zM273 592.5q10 -6.5 34 -13.5q17 8 24 14t7 14
+t-10 14t-28 6t-27.5 -5.5t-9.5 -13.5q0 -9 10 -15.5zM335.5 488q-15.5 8 -52.5 17q-35 -14 -35 -34q0 -28 52 -28q25 0 38 6.5t13 17.5q0 13 -15.5 21z" />
+ <glyph glyph-name="nine.numr"
+d="M276.5 460.5q38.5 15.5 65.5 48.5q-27 -14 -48 -20t-44 -6q-49 0 -80.5 25t-31.5 72q0 54 46 86t118 32q78 0 119 -37t41 -98q0 -89 -67 -137.5t-200 -67.5l-25 79q68 8 106.5 23.5zM343 567q-1 28 -11 41t-34 13q-20 0 -31 -9.5t-11 -26.5q0 -32 39 -32q24 0 48 14z" />
+ <glyph glyph-name="uni2080" unicode="₀"
+d="M415.5 -155.5q-42.5 -43.5 -114.5 -43.5q-73 0 -116 43.5t-43 122.5q0 78 43 122.5t116 44.5q72 0 114.5 -43.5t42.5 -123.5q0 -79 -42.5 -122.5zM333 36q-9 19 -32 19t-33 -20.5t-10 -67.5q0 -46 10 -66.5t33 -20.5t32 19.5t9 67.5q0 50 -9 69z" />
+ <glyph glyph-name="uni2081" unicode="₁"
+d="M310 18l-79 -41l-52 72l148 79h95v-321h-112v211z" />
+ <glyph glyph-name="uni2082" unicode="₂"
+d="M412.5 -44q-30.5 -31 -112.5 -67h155l-13 -82h-285v73q72 40 107.5 63.5t47.5 39t12 33.5q0 16 -11 26t-30 10t-34.5 -8t-32.5 -28l-71 52q60 66 156 66q67 0 104.5 -30t37.5 -74q0 -43 -30.5 -74z" />
+ <glyph glyph-name="uni2083" unicode="₃"
+d="M409 109.5q37 -24.5 37 -64.5q0 -29 -17 -45.5t-52 -24.5q44 -7 64 -24t20 -51q0 -46 -44.5 -72.5t-120.5 -26.5q-48 0 -90.5 13.5t-70.5 41.5l65 55q23 -17 44 -24t48 -7q25 0 38 8.5t13 23.5q0 28 -50 28h-52l12 65h40q18 0 28 6.5t10 16.5q0 27 -39 27q-25 0 -45 -6.5
+t-44 -22.5l-57 57q64 51 160 51q66 0 103 -24.5z" />
+ <glyph glyph-name="uni2084" unicode="₄"
+d="M420 -193h-104v56h-181v66l121 208l95 -32l-99 -167h66l15 79h87v-79h44v-75h-44v-56z" />
+ <glyph glyph-name="uni2085" unicode="₅"
+d="M414.5 -168.5q-43.5 -30.5 -119.5 -30.5q-95 0 -153 53l63 55q20 -15 40 -21.5t45 -6.5q24 0 36.5 9t12.5 24t-10 23.5t-29 8.5q-27 0 -47 -11h-76v193h264l-12 -77h-148v-43q17 6 30 9t31 3q51 0 83.5 -27.5t32.5 -78.5q0 -52 -43.5 -82.5z" />
+ <glyph glyph-name="uni2086" unicode="₆"
+d="M331 57q-66 0 -73 -67q34 31 85 31q52 0 85.5 -26.5t33.5 -74.5q0 -54 -43 -86.5t-115 -32.5q-81 0 -123.5 42t-42.5 113q0 79 50.5 128.5t139.5 49.5q58 0 102 -24l-45 -63q-27 10 -54 10zM259 -71q3 -26 13.5 -38.5t32.5 -12.5q40 0 40 37q0 19 -8.5 27.5t-26.5 8.5
+q-26 0 -51 -22z" />
+ <glyph glyph-name="uni2087" unicode="₇"
+d="M188 -160l140 207h-174v81h293v-67l-154 -264z" />
+ <glyph glyph-name="uni2088" unicode="₈"
+d="M432 9q-16 -15 -49 -25q42 -13 62 -32t20 -51q0 -44 -44 -72t-124 -28q-79 0 -120.5 26.5t-41.5 71.5q0 30 18.5 48.5t57.5 29.5q-31 15 -45.5 31t-14.5 41q0 36 40 60.5t109 24.5t108.5 -24t39.5 -60q0 -26 -16 -41zM273 28.5q10 -6.5 34 -13.5q17 8 24 14t7 14t-10 14
+t-28 6t-27.5 -5.5t-9.5 -13.5q0 -9 10 -15.5zM335.5 -76q-15.5 8 -52.5 17q-35 -14 -35 -34q0 -28 52 -28q25 0 38 6.5t13 17.5q0 13 -15.5 21z" />
+ <glyph glyph-name="uni2089" unicode="₉"
+d="M276.5 -103.5q38.5 15.5 65.5 48.5q-27 -14 -48 -20t-44 -6q-49 0 -80.5 25t-31.5 72q0 54 46 86t118 32q78 0 119 -37t41 -98q0 -89 -67 -137.5t-200 -67.5l-25 79q68 8 106.5 23.5zM343 3q-1 28 -11 41t-34 13q-20 0 -31 -9.5t-11 -26.5q0 -32 39 -32q24 0 48 14z" />
+ <glyph glyph-name="uni2070" unicode="⁰"
+d="M415.5 352.5q-42.5 -43.5 -114.5 -43.5q-73 0 -116 43.5t-43 122.5q0 78 43 122.5t116 44.5q72 0 114.5 -43.5t42.5 -123.5q0 -79 -42.5 -122.5zM333 544q-9 19 -32 19t-33 -20.5t-10 -67.5q0 -46 10 -66.5t33 -20.5t32 19.5t9 67.5q0 50 -9 69z" />
+ <glyph glyph-name="uni00B9" unicode="¹"
+d="M310 526l-79 -41l-52 72l148 79h95v-321h-112v211z" />
+ <glyph glyph-name="uni00B2" unicode="²"
+d="M412.5 464q-30.5 -31 -112.5 -67h155l-13 -82h-285v73q72 40 107.5 63.5t47.5 39t12 33.5q0 16 -11 26t-30 10t-34.5 -8t-32.5 -28l-71 52q60 66 156 66q67 0 104.5 -30t37.5 -74q0 -43 -30.5 -74z" />
+ <glyph glyph-name="uni00B3" unicode="³"
+d="M409 617.5q37 -24.5 37 -64.5q0 -29 -17 -45.5t-52 -24.5q44 -7 64 -24t20 -51q0 -46 -44.5 -72.5t-120.5 -26.5q-48 0 -90.5 13.5t-70.5 41.5l65 55q23 -17 44 -24t48 -7q25 0 38 8.5t13 23.5q0 28 -50 28h-52l12 65h40q18 0 28 6.5t10 16.5q0 27 -39 27q-25 0 -45 -6.5
+t-44 -22.5l-57 57q64 51 160 51q66 0 103 -24.5z" />
+ <glyph glyph-name="uni2074" unicode="⁴"
+d="M420 315h-104v56h-181v66l121 208l95 -32l-99 -167h66l15 79h87v-79h44v-75h-44v-56z" />
+ <glyph glyph-name="uni2075" unicode="⁵"
+d="M414.5 339.5q-43.5 -30.5 -119.5 -30.5q-95 0 -153 53l63 55q20 -15 40 -21.5t45 -6.5q24 0 36.5 9t12.5 24t-10 23.5t-29 8.5q-27 0 -47 -11h-76v193h264l-12 -77h-148v-43q17 6 30 9t31 3q51 0 83.5 -27.5t32.5 -78.5q0 -52 -43.5 -82.5z" />
+ <glyph glyph-name="uni2076" unicode="⁶"
+d="M331 565q-66 0 -73 -67q34 31 85 31q52 0 85.5 -26.5t33.5 -74.5q0 -54 -43 -86.5t-115 -32.5q-81 0 -123.5 42t-42.5 113q0 79 50.5 128.5t139.5 49.5q58 0 102 -24l-45 -63q-27 10 -54 10zM259 437q3 -26 13.5 -38.5t32.5 -12.5q40 0 40 37q0 19 -8.5 27.5t-26.5 8.5
+q-26 0 -51 -22z" />
+ <glyph glyph-name="uni2077" unicode="⁷"
+d="M188 348l140 207h-174v81h293v-67l-154 -264z" />
+ <glyph glyph-name="uni2078" unicode="⁸"
+d="M432 517q-16 -15 -49 -25q42 -13 62 -32t20 -51q0 -44 -44 -72t-124 -28q-79 0 -120.5 26.5t-41.5 71.5q0 30 18.5 48.5t57.5 29.5q-31 15 -45.5 31t-14.5 41q0 36 40 60.5t109 24.5t108.5 -24t39.5 -60q0 -26 -16 -41zM273 536.5q10 -6.5 34 -13.5q17 8 24 14t7 14
+t-10 14t-28 6t-27.5 -5.5t-9.5 -13.5q0 -9 10 -15.5zM335.5 432q-15.5 8 -52.5 17q-35 -14 -35 -34q0 -28 52 -28q25 0 38 6.5t13 17.5q0 13 -15.5 21z" />
+ <glyph glyph-name="uni2079" unicode="⁹"
+d="M276.5 404.5q38.5 15.5 65.5 48.5q-27 -14 -48 -20t-44 -6q-49 0 -80.5 25t-31.5 72q0 54 46 86t118 32q78 0 119 -37t41 -98q0 -89 -67 -137.5t-200 -67.5l-25 79q68 8 106.5 23.5zM343 511q-1 28 -11 41t-34 13q-20 0 -31 -9.5t-11 -26.5q0 -32 39 -32q24 0 48 14z" />
+ <glyph glyph-name="asterisk" unicode="*"
+d="M346 380l136 64l41 -124l-149 -28l106 -109l-109 -79l-72 134l-69 -135l-109 79l104 111l-147 27l39 124l137 -63l-22 150h135z" />
+ <glyph glyph-name="backslash" unicode="\"
+d="M152 817l419 -872l-123 -57l-419 872z" />
+ <glyph glyph-name="periodcentered" unicode="·"
+d="M221.5 420.5q32.5 32.5 78.5 32.5t78.5 -32.5t32.5 -78.5t-32.5 -78.5t-78.5 -32.5t-78.5 32.5t-32.5 78.5t32.5 78.5z" />
+ <glyph glyph-name="bullet" unicode="•"
+d="M198.5 240.5q-40.5 40.5 -40.5 101.5t40 101t102 40t102 -40t40 -102q0 -61 -40 -101t-102 -40q-61 0 -101.5 40.5z" />
+ <glyph glyph-name="colon" unicode=":"
+d="M225.5 508q30.5 31 74.5 31t74 -31t30 -74t-30 -73.5t-74 -30.5t-74.5 30.5t-30.5 73.5t30.5 74zM225.5 161.5q30.5 30.5 74.5 30.5t74 -30.5t30 -72.5q0 -44 -30 -75t-74 -31t-74.5 31t-30.5 75q0 42 30.5 72.5z" />
+ <glyph glyph-name="comma" unicode=","
+d="M378 175q31 -31 31 -77q0 -28 -9 -55.5t-34 -82.5l-72 -163h-106l51 212q-22 14 -34.5 37.5t-12.5 52.5q0 45 31 76t77 31q47 0 78 -31z" />
+ <glyph glyph-name="ellipsis" unicode="…"
+d="M39.5 126q25.5 25 60.5 25t60.5 -25t25.5 -60t-25.5 -60.5t-60.5 -25.5t-60.5 25.5t-25.5 60.5t25.5 60zM239.5 126q25.5 25 60.5 25t60.5 -25t25.5 -60t-25.5 -60.5t-60.5 -25.5t-60.5 25.5t-25.5 60.5t25.5 60zM440 126q25 25 60 25t60.5 -25t25.5 -60t-25.5 -60.5
+t-60.5 -25.5t-60 25.5t-25 60.5t25 60z" />
+ <glyph glyph-name="exclam" unicode="!"
+d="M364 255h-127l-21 438h168zM364 137.5q26 -26.5 26 -63.5q0 -38 -26 -64.5t-64 -26.5q-37 0 -63.5 26.5t-26.5 64.5q0 37 26.5 63.5t63.5 26.5q38 0 64 -26.5z" />
+ <glyph glyph-name="exclamdown" unicode="¡"
+d="M364 485q26 -27 26 -65q0 -36 -26 -62.5t-64 -26.5q-37 0 -63.5 26.5t-26.5 62.5q0 38 26.5 65t63.5 27q38 0 64 -27zM385 -205h-169l21 445h126z" />
+ <glyph glyph-name="numbersign" unicode="#"
+d="M466 249h63v-104h-77l-19 -145h-130l19 145h-96l-19 -145h-130l18 145h-60v104h74l26 197h-63v105h77l18 142h131l-19 -142h96l19 142h130l-19 -142h61v-105h-75zM335 249l26 197h-96l-26 -197h96z" />
+ <glyph glyph-name="period" unicode="."
+d="M221.5 173q32.5 33 78.5 33t78.5 -33t32.5 -78q0 -46 -32.5 -79t-78.5 -33t-78.5 33t-32.5 79q0 45 32.5 78z" />
+ <glyph glyph-name="question" unicode="?"
+d="M421 688q52 -23 78.5 -61t26.5 -84q0 -41 -14.5 -70t-35.5 -47.5t-55 -41.5q-41 -27 -61 -49.5t-20 -58.5v-21h-144v26q0 47 15 79t36 51.5t53 41.5t46.5 37.5t14.5 38.5q0 27 -22 42t-58 15q-34 0 -66 -15.5t-59 -45.5l-100 78q92 108 240 108q73 0 125 -23zM334 137.5
+q27 -26.5 27 -63.5t-26.5 -64t-64.5 -27q-37 0 -63.5 26.5t-26.5 64.5q0 37 26.5 63.5t63.5 26.5t64 -26.5z" />
+ <glyph glyph-name="questiondown" unicode="¿"
+d="M381 485q27 -27 27 -65q0 -36 -27 -62.5t-64 -26.5t-63.5 26.5t-26.5 62.5q0 38 26.5 65t63.5 27t64 -27zM390 207q0 -46 -15 -78.5t-36 -51.5t-53 -41q-32 -23 -46 -38t-14 -38q0 -27 22 -42t58 -15q70 0 125 60l100 -77q-92 -108 -241 -108q-73 0 -124.5 23t-78 61
+t-26.5 84q0 40 14 69t34.5 47t54.5 42q42 29 62.5 53t20.5 62v21h143v-33z" />
+ <glyph glyph-name="quotedbl" unicode="""
+d="M129 742h150l-19 -280h-112zM320 742h151l-19 -280h-113z" />
+ <glyph glyph-name="quotesingle" unicode="'"
+d="M225 742h149l-18 -280h-112z" />
+ <glyph glyph-name="semicolon" unicode=";"
+d="M374 508q30 -31 30 -74t-30 -73.5t-74 -30.5t-74.5 30.5t-30.5 73.5t30.5 74t74.5 31t74 -31zM374.5 167q29.5 -30 29.5 -74q0 -26 -9 -54t-32 -79l-69 -158h-103l49 205q-21 14 -33 37t-12 50q0 44 30 73.5t75 29.5t74.5 -30z" />
+ <glyph glyph-name="slash" unicode="/"
+d="M29 -55l420 872l122 -57l-419 -872z" />
+ <glyph glyph-name="uni204A" unicode="⁊"
+d="M114 -191l248 603h-304v119h464v-107l-258 -661z" />
+ <glyph glyph-name="underscore" unicode="_"
+d="M50 -62h500v-124h-500v124z" />
+ <glyph glyph-name="underscoredbl" unicode="‗"
+d="M550 -80h-500v80h500v-80zM550 -215h-500v80h500v-80z" />
+ <glyph glyph-name="exclamdown.case"
+d="M364 684q26 -27 26 -65q0 -36 -26 -62.5t-64 -26.5q-37 0 -63.5 26.5t-26.5 62.5q0 38 26.5 65t63.5 27q38 0 64 -27zM385 0h-169l21 440h126z" />
+ <glyph glyph-name="questiondown.case"
+d="M381 684q27 -27 27 -65q0 -36 -27 -62.5t-64 -26.5t-63.5 26.5t-26.5 62.5q0 38 26.5 65t63.5 27t64 -27zM390 412q0 -46 -15 -78.5t-36 -52t-53 -41.5q-31 -21 -45.5 -36.5t-14.5 -38.5q0 -27 22 -42t57 -15q72 0 127 60l100 -78q-94 -107 -242 -107q-73 0 -124.5 22.5
+t-78 60.5t-26.5 84q0 41 14.5 69.5t35 47t53.5 41.5q42 29 62.5 53t20.5 62v20h143v-31z" />
+ <glyph glyph-name="numbersign.tosf"
+d="M466 249h63v-104h-77l-19 -145h-130l19 145h-96l-19 -145h-130l18 145h-60v104h74l26 197h-63v105h77l18 142h131l-19 -142h96l19 142h130l-19 -142h61v-105h-75zM335 249l26 197h-96l-26 -197h96z" />
+ <glyph glyph-name="uni208D" unicode="₍"
+d="M308.5 -97q9.5 -34 26 -62.5t48.5 -75.5l-61 -54q-69 69 -102 129t-33 141t33 141.5t102 128.5l61 -54q-33 -48 -49 -75.5t-25.5 -61.5t-9.5 -79q0 -44 9.5 -78z" />
+ <glyph glyph-name="uni208E" unicode="₎"
+d="M290.5 60q-9.5 34 -25.5 61.5t-49 75.5l61 54q69 -68 102 -128.5t33 -141.5t-33 -141t-102 -129l-61 54q32 47 48.5 75.5t26 62.5t9.5 78q0 45 -9.5 79z" />
+ <glyph glyph-name="braceleft" unicode="{"
+d="M467 730q-50 0 -73.5 -13.5t-19.5 -49.5l15 -148q1 -9 1 -25q0 -66 -40.5 -99.5t-115.5 -44.5q79 -12 118 -44t39 -98q0 -7 -2 -27l-15 -148q-4 -35 20 -49t73 -14v-110q-128 0 -184.5 35t-56.5 117q0 10 2 32l15 144l1 13q0 46 -36.5 65.5t-102.5 19.5v128q139 0 139 85
+l-1 13l-15 143q-2 24 -2 34q0 82 57 116.5t184 34.5v-110z" />
+ <glyph glyph-name="braceright" unicode="}"
+d="M317.5 805q56.5 -35 56.5 -117q0 -10 -2 -32l-15 -144l-1 -13q0 -85 139 -85v-128q-139 0 -139 -85l1 -13l15 -143q2 -24 2 -34q0 -82 -57 -116.5t-184 -34.5v110q50 0 73.5 13.5t19.5 49.5l-15 148q-1 9 -1 25q0 66 40.5 99.5t116.5 44.5q-79 12 -118 44t-39 98
+q0 18 1 27l15 148q4 35 -20 49t-73 14v110q128 0 184.5 -35z" />
+ <glyph glyph-name="bracketleft" unicode="["
+d="M156 823h308v-118h-159v-711h159v-117h-308v946z" />
+ <glyph glyph-name="bracketright" unicode="]"
+d="M444 -123h-308v118h159v710h-159v118h308v-946z" />
+ <glyph glyph-name="parenleft" unicode="("
+d="M278.5 200q17.5 -66 58 -130.5t113.5 -144.5l-91 -83q-127 109 -192.5 230.5t-65.5 277.5t65.5 277.5t192.5 230.5l91 -83q-102 -112 -145.5 -207.5t-43.5 -217.5q0 -84 17.5 -150z" />
+ <glyph glyph-name="parenright" unicode=")"
+d="M295.5 567.5q-43.5 95.5 -145.5 207.5l91 83q127 -109 192.5 -230.5t65.5 -277.5t-65.5 -277.5t-192.5 -230.5l-91 83q73 80 113.5 144.5t58 130.5t17.5 150q0 122 -43.5 217.5z" />
+ <glyph glyph-name="uni207D" unicode="⁽"
+d="M308.5 411q9.5 -34 26 -62.5t48.5 -75.5l-61 -54q-69 69 -102 129t-33 141t33 141.5t102 128.5l61 -54q-33 -48 -49 -75.5t-25.5 -61.5t-9.5 -79q0 -44 9.5 -78z" />
+ <glyph glyph-name="uni207E" unicode="⁾"
+d="M290.5 568q-9.5 34 -25.5 61.5t-49 75.5l61 54q69 -68 102 -128.5t33 -141.5t-33 -141t-102 -129l-61 54q32 47 48.5 75.5t26 62.5t9.5 78q0 45 -9.5 79z" />
+ <glyph glyph-name="braceleft.case"
+d="M467 720q-50 0 -73.5 -13.5t-19.5 -49.5l15 -148q1 -9 1 -25q0 -66 -40.5 -99.5t-115.5 -44.5q79 -12 118 -44t39 -98q0 -7 -2 -27l-15 -148q-4 -35 20 -49t73 -14v-110q-128 0 -184.5 35t-56.5 117q0 10 2 32l15 144l1 13q0 46 -36.5 65.5t-102.5 19.5v128q139 0 139 85
+l-1 13l-15 143q-2 24 -2 34q0 82 57 116.5t184 34.5v-110z" />
+ <glyph glyph-name="braceright.case"
+d="M317.5 795q56.5 -35 56.5 -117q0 -10 -2 -32l-15 -144l-1 -13q0 -85 139 -85v-128q-139 0 -139 -85l1 -13l15 -143q2 -24 2 -34q0 -82 -57 -116.5t-184 -34.5v110q50 0 73.5 13.5t19.5 49.5l-15 148q-1 9 -1 25q0 66 40.5 99.5t116.5 44.5q-79 12 -118 44t-39 98
+q0 18 1 27l15 148q4 35 -20 49t-73 14v110q128 0 184.5 -35z" />
+ <glyph glyph-name="bracketleft.case"
+d="M156 813h308v-118h-159v-711h159v-117h-308v946z" />
+ <glyph glyph-name="bracketright.case"
+d="M444 -133h-308v118h159v710h-159v118h308v-946z" />
+ <glyph glyph-name="parenleft.case"
+d="M278.5 190q17.5 -66 58 -130.5t113.5 -144.5l-91 -83q-127 109 -192.5 230.5t-65.5 277.5t65.5 277.5t192.5 230.5l91 -83q-102 -112 -145.5 -207.5t-43.5 -217.5q0 -84 17.5 -150z" />
+ <glyph glyph-name="parenright.case"
+d="M295.5 557.5q-43.5 95.5 -145.5 207.5l91 83q127 -109 192.5 -230.5t65.5 -277.5t-65.5 -277.5t-192.5 -230.5l-91 83q73 80 113.5 144.5t58 130.5t17.5 150q0 122 -43.5 217.5z" />
+ <glyph glyph-name="parenleft.dnom"
+d="M308.5 96q9.5 -34 26 -62.5t48.5 -75.5l-61 -54q-69 69 -102 129t-33 141t33 141.5t102 128.5l61 -54q-33 -48 -49 -75.5t-25.5 -61.5t-9.5 -79q0 -44 9.5 -78z" />
+ <glyph glyph-name="parenright.dnom"
+d="M290.5 253q-9.5 34 -25.5 61.5t-49 75.5l61 54q69 -68 102 -128.5t33 -141.5t-33 -141t-102 -129l-61 54q32 47 48.5 75.5t26 62.5t9.5 78q0 45 -9.5 79z" />
+ <glyph glyph-name="parenleft.numr"
+d="M308.5 469q9.5 -34 26 -62.5t48.5 -75.5l-61 -54q-69 69 -102 129t-33 141t33 141.5t102 128.5l61 -54q-33 -48 -49 -75.5t-25.5 -61.5t-9.5 -79q0 -44 9.5 -78z" />
+ <glyph glyph-name="parenright.numr"
+d="M290.5 625q-9.5 34 -25.5 61.5t-49 75.5l61 54q69 -68 102 -128.5t33 -141.5t-33 -141t-102 -129l-61 54q32 47 48.5 75.5t26 62.5t9.5 78q0 45 -9.5 79z" />
+ <glyph glyph-name="uni2015" unicode="―"
+d="M27 414h546v-122h-546v122z" />
+ <glyph glyph-name="emdash" unicode="—"
+d="M0 374h600v-122h-600v122z" />
+ <glyph glyph-name="endash" unicode="–"
+d="M27 374h546v-122h-546v122z" />
+ <glyph glyph-name="figuredash" unicode="‒"
+d="M32 380h536v-122h-536v122z" />
+ <glyph glyph-name="hyphen" unicode="-"
+d="M108 374h384v-122h-384v122z" />
+ <glyph glyph-name="uni00AD" unicode="­"
+d="M135 374h330v-122h-330v122z" />
+ <glyph glyph-name="emdash.case"
+d="M0 414h600v-122h-600v122z" />
+ <glyph glyph-name="endash.case"
+d="M27 414h546v-122h-546v122z" />
+ <glyph glyph-name="hyphen.case"
+d="M108 414h384v-122h-384v122z" />
+ <glyph glyph-name="uni00AD.case"
+d="M135 414h330v-122h-330v122z" />
+ <glyph glyph-name="figuredash.tosf"
+d="M32 380h536v-122h-536v122z" />
+ <glyph glyph-name="guillemotleft" unicode="«"
+d="M222 17l-170 220v100l170 219l91 -57l-116 -212l116 -213zM457 17l-171 220v100l171 219l91 -57l-115 -212l115 -213z" />
+ <glyph glyph-name="guillemotright" unicode="»"
+d="M52 499l91 57l170 -219v-100l-170 -220l-91 57l115 213zM286 499l91 57l171 -219v-100l-171 -220l-91 57l116 213z" />
+ <glyph glyph-name="guilsinglleft" unicode="‹"
+d="M345 17l-188 220v100l188 219l98 -64l-128 -205l128 -206z" />
+ <glyph glyph-name="guilsinglright" unicode="›"
+d="M157 492l97 64l189 -219v-100l-189 -220l-97 64l127 206z" />
+ <glyph glyph-name="quotedblbase" unicode="„"
+d="M119.5 134.5q27.5 26.5 66.5 26.5q40 0 67 -26t27 -64q0 -23 -7 -46t-25 -58l-71 -149h-89l44 177q-40 28 -40 76q0 37 27.5 63.5zM351.5 135q27.5 26 67.5 26t66.5 -26t26.5 -64q0 -23 -6.5 -46.5t-24.5 -57.5l-72 -149h-89l44 177q-40 28 -40 76q0 38 27.5 64z" />
+ <glyph glyph-name="quotedblleft" unicode="“"
+d="M247.5 472q-27.5 -26 -67.5 -26t-66 26t-26 64q0 23 6.5 46.5t23.5 57.5l72 149h89l-43 -177q39 -28 39 -76q0 -38 -27.5 -64zM480.5 472.5q-27.5 -26.5 -66.5 -26.5q-40 0 -67 26t-27 64q0 22 7 45.5t25 58.5l71 149h89l-43 -177q39 -29 39 -76q0 -37 -27.5 -63.5z" />
+ <glyph glyph-name="quotedblright" unicode="”"
+d="M119.5 771q27.5 26 66.5 26q40 0 67 -26t27 -64q0 -21 -7 -44t-25 -61l-71 -147h-89l42 177q-38 28 -38 75q0 38 27.5 64zM351.5 771q27.5 26 67.5 26t66.5 -26t26.5 -64q0 -22 -6.5 -45.5t-24.5 -59.5l-72 -147h-89l44 177q-40 28 -40 75q0 38 27.5 64z" />
+ <glyph glyph-name="quoteleft" unicode="‘"
+d="M364 472q-27 -26 -67 -26t-67 26t-27 64q0 22 7 45.5t25 58.5l71 149h90l-43 -177q38 -27 38 -76q0 -38 -27 -64z" />
+ <glyph glyph-name="quoteright" unicode="’"
+d="M235 762.5q27 26.5 67 26.5t67 -26.5t27 -64.5q0 -21 -7 -44.5t-25 -58.5l-71 -149h-90l43 177q-38 28 -38 75q0 38 27 64.5z" />
+ <glyph glyph-name="quotesinglbase" unicode="‚"
+d="M236 135q27 26 67 26t67 -26t27 -64q0 -22 -7 -45t-25 -59l-72 -149h-90l44 177q-38 27 -38 76q0 38 27 64z" />
+ <glyph glyph-name="guillemotleft.case"
+d="M222 62l-170 220v100l170 219l91 -57l-116 -212l116 -213zM457 62l-171 220v100l171 219l91 -57l-115 -212l115 -213z" />
+ <glyph glyph-name="guillemotright.case"
+d="M52 544l91 57l170 -219v-100l-170 -220l-91 57l115 213zM286 544l91 57l171 -219v-100l-171 -220l-91 57l116 213z" />
+ <glyph glyph-name="guilsinglleft.case"
+d="M345 62l-188 220v100l188 219l98 -64l-128 -205l128 -206z" />
+ <glyph glyph-name="guilsinglright.case"
+d="M157 537l97 64l189 -219v-100l-189 -220l-97 64l127 206z" />
+ <glyph glyph-name="anoteleia" unicode="·"
+d="M221.5 420.5q32.5 32.5 78.5 32.5t78.5 -32.5t32.5 -78.5t-32.5 -78.5t-78.5 -32.5t-78.5 32.5t-32.5 78.5t32.5 78.5z" />
+ <glyph glyph-name="uni037E" unicode=";"
+d="M376 508q30 -31 30 -74t-30 -73.5t-74 -30.5t-74.5 30.5t-30.5 73.5t30.5 74t74.5 31t74 -31zM376.5 167q29.5 -30 29.5 -74q0 -26 -9 -54t-32 -79l-69 -158h-103l49 205q-21 14 -33 37t-12 50q0 44 30 73.5t75 29.5t74.5 -30z" />
+ <glyph glyph-name="uni2007" unicode=" "
+ />
+ <glyph glyph-name="uni2008" unicode=" "
+ />
+ <glyph glyph-name="uni00A0" unicode=" "
+ />
+ <glyph glyph-name="uni200B" unicode="​" horiz-adv-x="0"
+ />
+ <glyph glyph-name="space.frac"
+ />
+ <glyph glyph-name="uni2007.tf"
+ />
+ <glyph glyph-name="uni2007.tosf"
+ />
+ <glyph glyph-name="uniFEFF" unicode="" horiz-adv-x="0"
+ />
+ <glyph glyph-name="cent" unicode="¢"
+d="M392 543q72 -12 129 -60l-68 -95q-26 21 -50 30t-51 9q-54 0 -81 -39t-27 -126q0 -85 27.5 -119.5t79.5 -34.5q26 0 48 9t51 30l71 -101q-58 -46 -129 -58v-149h-113v152q-95 19 -147.5 91t-52.5 180q0 109 53.5 184.5t147.5 94.5v151h112v-149z" />
+ <glyph glyph-name="currency" unicode="¤"
+d="M183 531q48 29 118 29q68 0 117 -29l80 80l71 -71l-78 -79q32 -53 32 -119q0 -67 -33 -120l79 -79l-71 -70l-80 78q-49 -28 -117 -28q-69 0 -119 28l-80 -80l-71 71l80 81q-31 50 -31 119q0 70 30 119l-79 80l71 71zM227.5 424q-25.5 -29 -25.5 -82q0 -54 25.5 -83
+t73.5 -29t72.5 29t24.5 83q0 53 -24.5 82t-72.5 29t-73.5 -29z" />
+ <glyph glyph-name="dollar" unicode="$"
+d="M349 708q114 -10 197 -79l-77 -81q-53 44 -120 49v-175q108 -35 158.5 -83.5t50.5 -134.5t-55 -145.5t-154 -71.5v-149h-81v146q-70 5 -128 31t-98 64l76 88q35 -31 71 -47.5t79 -19.5v208q-107 36 -154 84t-47 119q0 82 54 134t147 62v149h81v-148zM223.5 573
+q-15.5 -18 -15.5 -43q0 -27 11.5 -43.5t48.5 -33.5v143q-29 -5 -44.5 -23zM349 103q62 14 62 82q0 31 -13 52t-49 39v-173z" />
+ <glyph glyph-name="uni20AF" unicode="₯"
+d="M493 302h-386l131 391h123zM232 387h132l-66 239zM418.5 215.5q39.5 -45.5 39.5 -129.5q0 -79 -34 -129.5t-94 -50.5q-47 0 -77 36v-153l-99 -10v312q0 82 38 126t113 44q74 0 113.5 -45.5zM357 85q0 54 -13.5 76.5t-39.5 22.5q-28 0 -39.5 -25.5t-11.5 -84.5v-58
+q17 -29 48 -29q56 0 56 98z" />
+ <glyph glyph-name="Euro" unicode="€"
+d="M502 698q38 -13 77 -39l-59 -98q-28 19 -50 26.5t-54 7.5q-105 0 -132 -129h206l-21 -83h-196v-70h181l-21 -84h-152q11 -68 42.5 -98.5t87.5 -30.5q72 0 140 46v-126q-76 -37 -152 -37q-114 0 -183.5 63t-91.5 183h-92l21 84h61v70h-81l21 83h72q25 116 98.5 180.5
+t183.5 64.5q56 0 94 -13z" />
+ <glyph glyph-name="florin" unicode="ƒ"
+d="M533 725l-44 -103q-45 20 -87 20q-40 0 -55 -15.5t-15 -54.5v-41h126l-18 -110h-108v-358q0 -84 -26 -139t-71 -88t-114 -58l-55 115q39 18 61.5 35.5t35 46.5t12.5 75v371h-82v110h82v47q0 80 52.5 130.5t150.5 50.5q82 0 155 -34z" />
+ <glyph glyph-name="uni20BA" unicode="₺"
+d="M566 118q-43 -61 -102 -89.5t-135 -28.5h-217v167l-44 -20l-35 72l79 37v67l-43 -20l-36 72l79 37v281h164l-1 -206l135 63l34 -73l-169 -79v-66l134 62l35 -73l-170 -78v-112h67q46 0 75.5 17t58.5 49z" />
+ <glyph glyph-name="uni20BD" unicode="₽"
+d="M256 250v-57h138v-83h-138v-110h-164v110h-61v83h61v57h-61v102h61v341h179q143 0 219.5 -56.5t76.5 -166.5q0 -106 -74.5 -163t-200.5 -57h-36zM256 352h26q116 0 116 118q0 56 -31 82.5t-94 26.5h-17v-227z" />
+ <glyph glyph-name="uni20B9" unicode="₹"
+d="M538 609h-147q57 -27 79 -89h68v-82h-58q-5 -51 -35 -88.5t-88 -65.5l169 -284h-181l-138 256h-136v94h117q110 0 130 88h-247v82h246q-11 42 -45 60.5t-84 18.5h-26h-91v94h467v-84z" />
+ <glyph glyph-name="sterling" unicode="£"
+d="M470.5 686q50.5 -25 87.5 -77l-97 -70q-20 29 -42 41t-53 12q-85 0 -85 -94v-96h183v-83h-183v-76q0 -42 -14 -72.5t-50 -50.5h325l-18 -120h-482v114q37 12 54.5 28.5t23 40t5.5 65.5v71h-73v83h73v100q0 61 26.5 108t78 74t123.5 27q67 0 117.5 -25z" />
+ <glyph glyph-name="yen" unicode="¥"
+d="M415 352h99v-82h-134v-68h134v-82h-134v-120h-158v120h-132v82h132v68h-132v82h96l-178 341h168l126 -285h4l123 285h163z" />
+ <glyph glyph-name="cent.tosf"
+d="M392 543q72 -12 129 -60l-68 -95q-26 21 -50 30t-51 9q-54 0 -81 -39t-27 -126q0 -85 27.5 -119.5t79.5 -34.5q26 0 48 9t51 30l71 -101q-58 -46 -129 -58v-149h-113v152q-95 19 -147.5 91t-52.5 180q0 109 53.5 184.5t147.5 94.5v151h112v-149z" />
+ <glyph glyph-name="currency.tosf"
+d="M183 531q48 29 118 29q68 0 117 -29l80 80l71 -71l-78 -79q32 -53 32 -119q0 -67 -33 -120l79 -79l-71 -70l-80 78q-49 -28 -117 -28q-69 0 -119 28l-80 -80l-71 71l80 81q-31 50 -31 119q0 70 30 119l-79 80l71 71zM227.5 424q-25.5 -29 -25.5 -82q0 -54 25.5 -83
+t73.5 -29t72.5 29t24.5 83q0 53 -24.5 82t-72.5 29t-73.5 -29z" />
+ <glyph glyph-name="dollar.tosf"
+d="M349 708q114 -10 197 -79l-77 -81q-53 44 -120 49v-175q108 -35 158.5 -83.5t50.5 -134.5t-55 -145.5t-154 -71.5v-149h-81v146q-70 5 -128 31t-98 64l76 88q35 -31 71 -47.5t79 -19.5v208q-107 36 -154 84t-47 119q0 82 54 134t147 62v149h81v-148zM223.5 573
+q-15.5 -18 -15.5 -43q0 -27 11.5 -43.5t48.5 -33.5v143q-29 -5 -44.5 -23zM349 103q62 14 62 82q0 31 -13 52t-49 39v-173z" />
+ <glyph glyph-name="uni20AF.tosf"
+d="M493 302h-386l131 391h123zM232 387h132l-66 239zM418.5 215.5q39.5 -45.5 39.5 -129.5q0 -79 -34 -129.5t-94 -50.5q-47 0 -77 36v-153l-99 -10v312q0 82 38 126t113 44q74 0 113.5 -45.5zM357 85q0 54 -13.5 76.5t-39.5 22.5q-28 0 -39.5 -25.5t-11.5 -84.5v-58
+q17 -29 48 -29q56 0 56 98z" />
+ <glyph glyph-name="Euro.tosf"
+d="M502 698q38 -13 77 -39l-59 -98q-28 19 -50 26.5t-54 7.5q-105 0 -132 -129h206l-21 -83h-196v-70h181l-21 -84h-152q11 -68 42.5 -98.5t87.5 -30.5q72 0 140 46v-126q-76 -37 -152 -37q-114 0 -183.5 63t-91.5 183h-92l21 84h61v70h-81l21 83h72q25 116 98.5 180.5
+t183.5 64.5q56 0 94 -13z" />
+ <glyph glyph-name="uni20BA.tosf"
+d="M566 118q-43 -61 -102 -89.5t-135 -28.5h-217v167l-44 -20l-35 72l79 37v67l-43 -20l-36 72l79 37v281h164l-1 -206l135 63l34 -73l-169 -79v-66l134 62l35 -73l-170 -78v-112h67q46 0 75.5 17t58.5 49z" />
+ <glyph glyph-name="uni20BD.tosf"
+d="M256 250v-57h138v-83h-138v-110h-164v110h-61v83h61v57h-61v102h61v341h179q143 0 219.5 -56.5t76.5 -166.5q0 -106 -74.5 -163t-200.5 -57h-36zM256 352h26q116 0 116 118q0 56 -31 82.5t-94 26.5h-17v-227z" />
+ <glyph glyph-name="uni20B9.tosf"
+d="M538 609h-147q57 -27 79 -89h68v-82h-58q-5 -51 -35 -88.5t-88 -65.5l169 -284h-181l-138 256h-136v94h117q110 0 130 88h-247v82h246q-11 42 -45 60.5t-84 18.5h-26h-91v94h467v-84z" />
+ <glyph glyph-name="sterling.tosf"
+d="M470.5 686q50.5 -25 87.5 -77l-97 -70q-20 29 -42 41t-53 12q-85 0 -85 -94v-96h183v-83h-183v-76q0 -42 -14 -72.5t-50 -50.5h325l-18 -120h-482v114q37 12 54.5 28.5t23 40t5.5 65.5v71h-73v83h73v100q0 61 26.5 108t78 74t123.5 27q67 0 117.5 -25z" />
+ <glyph glyph-name="yen.tosf"
+d="M415 352h99v-82h-134v-68h134v-82h-134v-120h-158v120h-132v82h132v68h-132v82h96l-178 341h168l126 -285h4l123 285h163z" />
+ <glyph glyph-name="approxequal" unicode="≈"
+d="M276.5 485q23.5 -9 53.5 -27q21 -12 32.5 -17.5t25.5 -5.5q24 0 37.5 13t28.5 41l87 -46q-28 -56 -65.5 -90t-94.5 -34q-35 0 -59.5 9.5t-51.5 26.5q-19 11 -31.5 16.5t-26.5 5.5q-24 0 -37.5 -13t-28.5 -40l-87 45q28 56 66 90.5t94 34.5q34 0 57.5 -9zM278.5 292.5
+q24.5 -9.5 51.5 -26.5q19 -11 31.5 -16.5t26.5 -5.5q24 0 37.5 12.5t28.5 39.5l87 -46q-28 -56 -65.5 -90t-94.5 -34q-35 0 -59.5 9.5t-51.5 26.5q-19 11 -31.5 16.5t-26.5 5.5q-24 0 -37.5 -13t-28.5 -40l-87 46q28 56 66 90.5t94 34.5q35 0 59.5 -9.5z" />
+ <glyph glyph-name="asciitilde" unicode="~"
+d="M267.5 414.5q27.5 -15.5 59.5 -43.5q23 -21 39.5 -31t34.5 -10q27 0 47.5 18.5t41.5 59.5l88 -39q-35 -77 -77 -118t-104 -41q-36 0 -62.5 15t-60.5 44q-25 21 -41.5 31t-33.5 10q-27 0 -47.5 -19t-41.5 -59l-88 40q36 74 77.5 116t103.5 42q37 0 64.5 -15.5z" />
+ <glyph glyph-name="uni2219" unicode="∙"
+d="M221.5 420.5q32.5 32.5 78.5 32.5t78.5 -32.5t32.5 -78.5t-32.5 -78.5t-78.5 -32.5t-78.5 32.5t-32.5 78.5t32.5 78.5z" />
+ <glyph glyph-name="divide" unicode="÷"
+d="M364 596.5q26 -26.5 26 -64.5q0 -36 -26 -62.5t-64 -26.5t-64 26.5t-26 62.5q0 38 26 64.5t64 26.5t64 -26.5zM517 258h-434v121h434v-121zM364 168.5q26 -26.5 26 -64.5q0 -37 -26 -63.5t-64 -26.5t-64 26.5t-26 63.5q0 38 26 64.5t64 26.5t64 -26.5z" />
+ <glyph glyph-name="uni2215" unicode="∕"
+d="M-288 251l535 256l41 -76l-534 -256z" />
+ <glyph glyph-name="equal" unicode="="
+d="M527 354h-454v124h454v-124zM527 145h-454v123h454v-123z" />
+ <glyph glyph-name="uni208C" unicode="₌"
+d="M439 -3h-278v83h278v-83zM439 -132h-278v82h278v-82z" />
+ <glyph glyph-name="uni207C" unicode="⁼"
+d="M439 505h-278v83h278v-83zM439 376h-278v82h278v-82z" />
+ <glyph glyph-name="equivalence" unicode="≡"
+d="M527 461h-454v124h454v-124zM527 252h-454v123h454v-123zM527 42h-454v123h454v-123z" />
+ <glyph glyph-name="greater" unicode=">"
+d="M531 371v-114l-390 -242l-71 108l324 191l-324 185l70 114z" />
+ <glyph glyph-name="greaterequal" unicode="≥"
+d="M523 479v-139l-396 -164l-51 115l313 119l-313 126l51 111zM520 0h-434v120h434v-120z" />
+ <glyph glyph-name="infinity" unicode="∞"
+d="M572.5 462q38.5 -56 38.5 -147q0 -90 -39 -146t-127 -56q-51 0 -86.5 24.5t-62.5 72.5q-25 -46 -59.5 -71.5t-85.5 -25.5q-86 0 -124 56t-38 147t39 146.5t127 55.5q50 0 86 -24.5t63 -73.5q25 46 59 72t85 26q86 0 124.5 -56zM114 316q0 -48 14 -73.5t41 -25.5
+q30 0 47 28.5t32 85.5q-17 41 -34 62.5t-43 21.5q-57 0 -57 -99zM384.5 386.5q-16.5 -28.5 -33.5 -85.5q16 -40 33.5 -62t44.5 -22q57 0 57 99q0 48 -14 73.5t-42 25.5q-29 0 -45.5 -28.5z" />
+ <glyph glyph-name="integral" unicode="∫"
+d="M562 829l-43 -103q-46 20 -84 20q-29 0 -42 -17t-13 -54v-706q0 -94 -53.5 -142.5t-142.5 -48.5q-78 0 -146 34l43 103q44 -20 84 -20q33 0 46 15.5t13 52.5v706q0 93 46 143t142 50q77 0 150 -33z" />
+ <glyph glyph-name="integralbt" unicode="⌡"
+d="M380 -31q0 -94 -53.5 -142.5t-142.5 -48.5q-78 0 -146 34l43 103q44 -20 84 -20q33 0 46 15.5t13 52.5v1037h156v-1031z" />
+ <glyph glyph-name="integraltp" unicode="⌠"
+d="M562 829l-43 -103q-46 20 -84 20q-29 0 -42 -17t-13 -54v-1175h-156v1169q0 93 46 143t142 50q77 0 150 -33z" />
+ <glyph glyph-name="intersection" unicode="∩"
+d="M435.5 581.5q62.5 -36.5 99 -99t36.5 -135.5v-346h-123v346q0 40 -20 74t-54 54t-74 20t-74 -20t-54 -54t-20 -74v-346h-123v346q0 73 36.5 135.5t99 99t135.5 36.5t135.5 -36.5z" />
+ <glyph glyph-name="less" unicode="<"
+d="M531 504l-325 -190l325 -186l-72 -113l-389 242v113l391 243z" />
+ <glyph glyph-name="lessequal" unicode="≤"
+d="M523 537l-313 -127l313 -118l-50 -116l-397 164v139l397 168zM514 0h-434v120h434v-120z" />
+ <glyph glyph-name="logicalnot" unicode="¬"
+d="M517 104h-130v154h-304v121h434v-275z" />
+ <glyph glyph-name="uni00B5" unicode="µ"
+d="M524 188q0 -89 12 -188l-142 -14q-9 33 -13 77q-23 -37 -52 -57.5t-63 -20.5q-28 0 -46.5 10t-39.5 38q19 -40 27.5 -71.5t8.5 -76.5v-90l-149 -16v752h157v-302q0 -49 3 -74.5t15 -39t37 -13.5t47.5 15t39.5 42v372h158v-343z" />
+ <glyph glyph-name="minus" unicode="−"
+d="M517 251h-434v123h434v-123z" />
+ <glyph glyph-name="uni208B" unicode="₋"
+d="M439 -67h-278v79h278v-79z" />
+ <glyph glyph-name="uni207B" unicode="⁻"
+d="M439 441h-278v79h278v-79z" />
+ <glyph glyph-name="multiply" unicode="×"
+d="M502 422l-117 -115l117 -115l-87 -87l-115 117l-115 -117l-87 87l117 115l-117 115l87 87l115 -117l115 117z" />
+ <glyph glyph-name="notequal" unicode="≠"
+d="M379 354l-51 -86h199v-123h-272l-82 -137l-80 46l54 91h-74v123h147l52 86h-199v124h273l81 135l79 -45l-53 -90h74v-124h-148z" />
+ <glyph glyph-name="partialdiff" unicode="∂"
+d="M449 582.5q94 -114.5 94 -310.5q0 -79 -29 -145t-86 -105t-136 -39q-71 0 -125.5 29.5t-85 84t-30.5 127.5q0 67 24.5 120t68.5 83t100 30q84 0 138 -67q-21 96 -87.5 154.5t-185.5 87.5l35 108q211 -43 305 -157.5zM232 312q-23 -30 -23 -93q0 -59 22.5 -91.5
+t62.5 -32.5q85 0 87 155v36q-21 29 -42.5 42.5t-48.5 13.5q-35 0 -58 -30z" />
+ <glyph glyph-name="percent" unicode="%"
+d="M509 681l-341 -710l-83 35l340 710zM251 668q38 -43 38 -114q0 -72 -38 -114.5t-104 -42.5q-68 0 -106 42.5t-38 114.5q0 70 38.5 113.5t105.5 43.5q66 0 104 -43zM115 614q-8 -19 -8 -60q0 -39 8.5 -59t31.5 -20t31 19t8 60q0 43 -8 61t-31 18q-24 0 -32 -19zM558 264.5
+q38 -42.5 38 -114.5t-38 -114t-104 -42q-68 0 -106 42t-38 114q0 70 38.5 113.5t105.5 43.5q66 0 104 -42.5zM422 210.5q-8 -19.5 -8 -60.5q0 -38 8.5 -58t31.5 -20t31 19t8 59q0 43 -8 61.5t-31 18.5q-24 0 -32 -19.5z" />
+ <glyph glyph-name="perthousand" unicode="‰"
+d="M270 672q36 -39 36 -104q0 -66 -35.5 -104t-97.5 -38q-63 0 -99 37.5t-36 104.5q0 63 36.5 103t98.5 40q61 0 97 -39zM145.5 618q-6.5 -16 -6.5 -50q0 -33 7 -50t27 -17t26.5 16.5t6.5 50.5t-6.5 50t-26.5 16q-21 0 -27.5 -16zM591 453l-554 -181l-23 68l554 182z
+M270 236.5q36 -38.5 36 -103.5q0 -66 -35.5 -104t-97.5 -38q-64 0 -99.5 37.5t-35.5 104.5q0 63 36 102.5t99 39.5q61 0 97 -38.5zM555.5 236.5q35.5 -38.5 35.5 -103.5q0 -67 -35.5 -104.5t-97.5 -37.5q-63 0 -98.5 37.5t-35.5 104.5q0 63 36 102.5t98 39.5t97.5 -38.5z
+M145 181.5q-7 -16.5 -7 -48.5q0 -33 7.5 -50t27.5 -17t26.5 16.5t6.5 50.5t-6.5 49.5t-26.5 15.5q-21 0 -28 -16.5zM430.5 182q-6.5 -16 -6.5 -49t7 -50t27 -17t26.5 16.5t6.5 50.5q0 33 -6.5 49t-26.5 16q-21 0 -27.5 -16z" />
+ <glyph glyph-name="plus" unicode="+"
+d="M365 373h152v-121h-152v-156h-131v156h-151v121h151v156h131v-156z" />
+ <glyph glyph-name="uni208A" unicode="₊"
+d="M351 14h79v-83h-79v-78h-101v78h-80v83h80v80h101v-80z" />
+ <glyph glyph-name="plusminus" unicode="±"
+d="M366 402h151v-120h-151v-107h-132v107h-151v120h151v156h132v-156zM517 0h-434v120h434v-120z" />
+ <glyph glyph-name="uni207A" unicode="⁺"
+d="M351 522h79v-83h-79v-78h-101v78h-80v83h80v80h101v-80z" />
+ <glyph glyph-name="product" unicode="∏"
+d="M574 574h-60v-779l-147 -17v796h-131v-779l-150 -17v796h-60v119h548v-119z" />
+ <glyph glyph-name="radical" unicode="√"
+d="M724 754h-190l-212 -754h-180l-168 461l147 44l106 -365l191 734h306v-120z" />
+ <glyph glyph-name="revlogicalnot" unicode="⌐"
+d="M517 258h-304v-154h-130v275h434v-121z" />
+ <glyph glyph-name="summation" unicode="∑"
+d="M529 574h-281l166 -193v-67l-166 -195h281v-119h-454v114l197 232l-197 233v114h454v-119z" />
+ <glyph glyph-name="infinity.case"
+d="M572.5 502q38.5 -56 38.5 -147q0 -90 -39 -146t-127 -56q-51 0 -86.5 24.5t-62.5 72.5q-25 -46 -59.5 -71.5t-85.5 -25.5q-86 0 -124 56t-38 147t39 146.5t127 55.5q50 0 86 -24.5t63 -73.5q25 46 59 72t85 26q86 0 124.5 -56zM114 356q0 -48 14 -73.5t41 -25.5
+q30 0 47 28.5t32 85.5q-17 41 -34 62.5t-43 21.5q-57 0 -57 -99zM384.5 426.5q-16.5 -28.5 -33.5 -85.5q16 -40 33.5 -62t44.5 -22q57 0 57 99q0 48 -14 73.5t-42 25.5q-29 0 -45.5 -28.5z" />
+ <glyph glyph-name="equal.dnom"
+d="M439 190h-278v83h278v-83zM439 61h-278v82h278v-82z" />
+ <glyph glyph-name="minus.dnom"
+d="M439 126h-278v79h278v-79z" />
+ <glyph glyph-name="plus.dnom"
+d="M351 207h79v-83h-79v-78h-101v78h-80v83h80v80h101v-80z" />
+ <glyph glyph-name="equal.numr"
+d="M439 561h-278v83h278v-83zM439 432h-278v82h278v-82z" />
+ <glyph glyph-name="minus.numr"
+d="M439 497h-278v79h278v-79z" />
+ <glyph glyph-name="plus.numr"
+d="M351 578h79v-83h-79v-78h-101v78h-80v83h80v80h101v-80z" />
+ <glyph glyph-name="approxequal.tosf"
+d="M276.5 485q23.5 -9 53.5 -27q21 -12 32.5 -17.5t25.5 -5.5q24 0 37.5 13t28.5 41l87 -46q-28 -56 -65.5 -90t-94.5 -34q-35 0 -59.5 9.5t-51.5 26.5q-19 11 -31.5 16.5t-26.5 5.5q-24 0 -37.5 -13t-28.5 -40l-87 45q28 56 66 90.5t94 34.5q34 0 57.5 -9zM278.5 292.5
+q24.5 -9.5 51.5 -26.5q19 -11 31.5 -16.5t26.5 -5.5q24 0 37.5 12.5t28.5 39.5l87 -46q-28 -56 -65.5 -90t-94.5 -34q-35 0 -59.5 9.5t-51.5 26.5q-19 11 -31.5 16.5t-26.5 5.5q-24 0 -37.5 -13t-28.5 -40l-87 46q28 56 66 90.5t94 34.5q35 0 59.5 -9.5z" />
+ <glyph glyph-name="asciitilde.tosf"
+d="M267.5 414.5q27.5 -15.5 59.5 -43.5q23 -21 39.5 -31t34.5 -10q27 0 47.5 18.5t41.5 59.5l88 -39q-35 -77 -77 -118t-104 -41q-36 0 -62.5 15t-60.5 44q-25 21 -41.5 31t-33.5 10q-27 0 -47.5 -19t-41.5 -59l-88 40q36 74 77.5 116t103.5 42q37 0 64.5 -15.5z" />
+ <glyph glyph-name="divide.tosf"
+d="M364 596.5q26 -26.5 26 -64.5q0 -36 -26 -62.5t-64 -26.5t-64 26.5t-26 62.5q0 38 26 64.5t64 26.5t64 -26.5zM517 258h-434v121h434v-121zM364 168.5q26 -26.5 26 -64.5q0 -37 -26 -63.5t-64 -26.5t-64 26.5t-26 63.5q0 38 26 64.5t64 26.5t64 -26.5z" />
+ <glyph glyph-name="equal.tosf"
+d="M527 354h-454v124h454v-124zM527 145h-454v123h454v-123z" />
+ <glyph glyph-name="greater.tosf"
+d="M531 371v-114l-390 -242l-71 108l324 191l-324 185l70 114z" />
+ <glyph glyph-name="greaterequal.tosf"
+d="M523 479v-139l-396 -164l-51 115l313 119l-313 126l51 111zM520 0h-434v120h434v-120z" />
+ <glyph glyph-name="infinity.tosf"
+d="M572.5 462q38.5 -56 38.5 -147q0 -90 -39 -146t-127 -56q-51 0 -86.5 24.5t-62.5 72.5q-25 -46 -59.5 -71.5t-85.5 -25.5q-86 0 -124 56t-38 147t39 146.5t127 55.5q50 0 86 -24.5t63 -73.5q25 46 59 72t85 26q86 0 124.5 -56zM114 316q0 -48 14 -73.5t41 -25.5
+q30 0 47 28.5t32 85.5q-17 41 -34 62.5t-43 21.5q-57 0 -57 -99zM384.5 386.5q-16.5 -28.5 -33.5 -85.5q16 -40 33.5 -62t44.5 -22q57 0 57 99q0 48 -14 73.5t-42 25.5q-29 0 -45.5 -28.5z" />
+ <glyph glyph-name="integral.tosf"
+d="M562 829l-43 -103q-46 20 -84 20q-29 0 -42 -17t-13 -54v-706q0 -94 -53.5 -142.5t-142.5 -48.5q-78 0 -146 34l43 103q44 -20 84 -20q33 0 46 15.5t13 52.5v706q0 93 46 143t142 50q77 0 150 -33z" />
+ <glyph glyph-name="less.tosf"
+d="M531 504l-325 -190l325 -186l-72 -113l-389 242v113l391 243z" />
+ <glyph glyph-name="lessequal.tosf"
+d="M523 537l-313 -127l313 -118l-50 -116l-397 164v139l397 168zM514 0h-434v120h434v-120z" />
+ <glyph glyph-name="logicalnot.tosf"
+d="M517 104h-130v154h-304v121h434v-275z" />
+ <glyph glyph-name="minus.tosf"
+d="M517 251h-434v123h434v-123z" />
+ <glyph glyph-name="multiply.tosf"
+d="M502 422l-117 -115l117 -115l-87 -87l-115 117l-115 -117l-87 87l117 115l-117 115l87 87l115 -117l115 117z" />
+ <glyph glyph-name="notequal.tosf"
+d="M379 354l-51 -86h199v-123h-272l-82 -137l-80 46l54 91h-74v123h147l52 86h-199v124h273l81 135l79 -45l-53 -90h74v-124h-148z" />
+ <glyph glyph-name="partialdiff.tosf"
+d="M449 582.5q94 -114.5 94 -310.5q0 -79 -29 -145t-86 -105t-136 -39q-71 0 -125.5 29.5t-85 84t-30.5 127.5q0 67 24.5 120t68.5 83t100 30q84 0 138 -67q-21 96 -87.5 154.5t-185.5 87.5l35 108q211 -43 305 -157.5zM232 312q-23 -30 -23 -93q0 -59 22.5 -91.5
+t62.5 -32.5q85 0 87 155v36q-21 29 -42.5 42.5t-48.5 13.5q-35 0 -58 -30z" />
+ <glyph glyph-name="percent.tosf"
+d="M509 681l-341 -710l-83 35l340 710zM251 668q38 -43 38 -114q0 -72 -38 -114.5t-104 -42.5q-68 0 -106 42.5t-38 114.5q0 70 38.5 113.5t105.5 43.5q66 0 104 -43zM115 614q-8 -19 -8 -60q0 -39 8.5 -59t31.5 -20t31 19t8 60q0 43 -8 61t-31 18q-24 0 -32 -19zM558 264.5
+q38 -42.5 38 -114.5t-38 -114t-104 -42q-68 0 -106 42t-38 114q0 70 38.5 113.5t105.5 43.5q66 0 104 -42.5zM422 210.5q-8 -19.5 -8 -60.5q0 -38 8.5 -58t31.5 -20t31 19t8 59q0 43 -8 61.5t-31 18.5q-24 0 -32 -19.5z" />
+ <glyph glyph-name="perthousand.tosf"
+d="M270 672q36 -39 36 -104q0 -66 -35.5 -104t-97.5 -38q-63 0 -99 37.5t-36 104.5q0 63 36.5 103t98.5 40q61 0 97 -39zM145.5 618q-6.5 -16 -6.5 -50q0 -33 7 -50t27 -17t26.5 16.5t6.5 50.5t-6.5 50t-26.5 16q-21 0 -27.5 -16zM591 453l-554 -181l-23 68l554 182z
+M270 236.5q36 -38.5 36 -103.5q0 -66 -35.5 -104t-97.5 -38q-64 0 -99.5 37.5t-35.5 104.5q0 63 36 102.5t99 39.5q61 0 97 -38.5zM555.5 236.5q35.5 -38.5 35.5 -103.5q0 -67 -35.5 -104.5t-97.5 -37.5q-63 0 -98.5 37.5t-35.5 104.5q0 63 36 102.5t98 39.5t97.5 -38.5z
+M145 181.5q-7 -16.5 -7 -48.5q0 -33 7.5 -50t27.5 -17t26.5 16.5t6.5 50.5t-6.5 49.5t-26.5 15.5q-21 0 -28 -16.5zM430.5 182q-6.5 -16 -6.5 -49t7 -50t27 -17t26.5 16.5t6.5 50.5q0 33 -6.5 49t-26.5 16q-21 0 -27.5 -16z" />
+ <glyph glyph-name="plus.tosf"
+d="M365 373h152v-121h-152v-156h-131v156h-151v121h151v156h131v-156z" />
+ <glyph glyph-name="plusminus.tosf"
+d="M366 402h151v-120h-151v-107h-132v107h-151v120h151v156h132v-156zM517 0h-434v120h434v-120z" />
+ <glyph glyph-name="product.tosf"
+d="M574 574h-60v-779l-147 -17v796h-131v-779l-150 -17v796h-60v119h548v-119z" />
+ <glyph glyph-name="radical.tosf"
+d="M724 754h-190l-212 -754h-180l-168 461l147 44l106 -365l191 734h306v-120z" />
+ <glyph glyph-name="summation.tosf"
+d="M529 574h-281l166 -193v-67l-166 -195h281v-119h-454v114l197 232l-197 233v114h454v-119z" />
+ <glyph glyph-name="arrowup" unicode="↑"
+d="M617 393l-91 -97l-70 69q-33 33 -50 54t-33 50v-469h-146v468q-14 -26 -32 -48t-50 -54l-71 -70l-91 97l317 297z" />
+ <glyph glyph-name="uni2197" unicode="↗"
+d="M11 141l351 340q-29 -7 -51.5 -9t-56.5 -1l-157 8l9 128l461 -22l22 -462l-141 -9l-7 134q-2 42 2 67.5t14 63.5l-347 -338z" />
+ <glyph glyph-name="arrowright" unicode="→"
+d="M601 329l-302 -336l-104 89l70 76q66 71 119 107h-385v128h387q-30 19 -58 44t-63 63l-70 76l104 89z" />
+ <glyph glyph-name="uni2198" unicode="↘"
+d="M457 244q-9 36 -13 56t-4 50l1 25l7 134l141 -8l-22 -462l-461 -22l-9 127l157 8q35 1 57.5 -1t50.5 -8l-351 340l99 100z" />
+ <glyph glyph-name="arrowdown" unicode="↓"
+d="M373 195q16 29 33.5 51t49.5 53l70 69l91 -97l-317 -297l-317 297l91 97l71 -70q32 -32 50 -54t32 -48v468h146v-469z" />
+ <glyph glyph-name="uni2199" unicode="↙"
+d="M589 483l-351 -340q28 6 50.5 8t57.5 1l157 -8l-9 -127l-461 22l-22 462l141 8l7 -134q2 -42 -2 -67.5t-14 -63.5l347 339z" />
+ <glyph glyph-name="arrowleft" unicode="←"
+d="M405 576l-70 -76q-35 -38 -63 -63t-58 -44h387v-128h-385q53 -36 119 -107l70 -76l-104 -89l-302 336l302 336z" />
+ <glyph glyph-name="uni2196" unicode="↖"
+d="M143 379q9 -36 13 -56t4 -50l-1 -25l-7 -134l-141 9l22 462l461 22l9 -128l-157 -8q-34 -1 -56.5 1t-51.5 9l351 -340l-99 -100z" />
+ <glyph glyph-name="arrowboth" unicode="↔"
+d="M440 9l-104 89l55 60q68 73 118 107h-418q53 -36 119 -107l55 -60l-104 -89l-288 320l284 316l104 -89l-51 -56q-35 -38 -63 -63t-58 -44h422q-30 19 -58 44.5t-62 62.5l-52 56l104 89l284 -316z" />
+ <glyph glyph-name="arrowupdn" unicode="↕"
+d="M617 594l-91 -97l-70 69q-32 31 -49.5 53t-33.5 51v-677q16 29 33.5 51t49.5 53l70 70l91 -97l-317 -298l-317 298l91 97l71 -71q32 -32 50 -54t32 -48v675q-14 -26 -32 -48t-50 -54l-71 -70l-91 97l317 297z" />
+ <glyph glyph-name="uni21E7" unicode="⇧"
+d="M600 534h-169v-496q0 -22 -13.5 -36t-36.5 -14h-162q-22 0 -36 14t-14 36v496h-169l300 298zM109 579h107v-547h168v547h107l-191 189z" />
+ <glyph glyph-name="uni21E8" unicode="⇨"
+d="M640 313l-298 -300v176h-332q-23 0 -36.5 14t-13.5 36v148q0 23 13.5 36.5t36.5 13.5h332v176zM387 393h-383v-160h383v-111l189 191l-189 191v-111z" />
+ <glyph glyph-name="uni21E9" unicode="⇩"
+d="M417.5 736.5q13.5 -13.5 13.5 -36.5v-496h169l-300 -298l-300 298h169v496q0 23 14 36.5t36 13.5h162q23 0 36.5 -13.5zM216 706v-547h-107l191 -189l191 189h-107v547h-168z" />
+ <glyph glyph-name="uni21E6" unicode="⇦"
+d="M258 437h332q23 0 36.5 -13.5t13.5 -36.5v-148q0 -22 -13.5 -36t-36.5 -14h-332v-176l-298 300l298 300v-176zM24 313l189 -191v111h383v160h-383v111z" />
+ <glyph glyph-name="uni2B06" unicode="⬆"
+d="M600 534h-169v-496q0 -22 -13.5 -36t-36.5 -14h-162q-22 0 -36 14t-14 36v496h-169l300 298z" />
+ <glyph glyph-name="uni2B07" unicode="⬇"
+d="M417.5 736.5q13.5 -13.5 13.5 -36.5v-496h169l-300 -298l-300 298h169v496q0 23 14 36.5t36 13.5h162q23 0 36.5 -13.5z" />
+ <glyph glyph-name="uni2B05" unicode="⬅"
+d="M258 437h332q23 0 36.5 -13.5t13.5 -36.5v-148q0 -22 -13.5 -36t-36.5 -14h-332v-176l-298 300l298 300v-176z" />
+ <glyph glyph-name="uni27A1" unicode="➡"
+d="M640 313l-298 -300v176h-332q-23 0 -36.5 14t-13.5 36v148q0 23 13.5 36.5t36.5 13.5h332v176z" />
+ <glyph glyph-name="uni2581" unicode="▁"
+d="M600 -500h-600v188h600v-188z" />
+ <glyph glyph-name="uni2582" unicode="▂"
+d="M600 -500h-600v375h600v-375z" />
+ <glyph glyph-name="uni2583" unicode="▃"
+d="M600 -500h-600v562h600v-562z" />
+ <glyph glyph-name="dnblock" unicode="▄"
+d="M600 -500h-600v750h600v-750z" />
+ <glyph glyph-name="uni2585" unicode="▅"
+d="M600 -500h-600v937h600v-937z" />
+ <glyph glyph-name="uni2586" unicode="▆"
+d="M600 -500h-600v1125h600v-1125z" />
+ <glyph glyph-name="uni2587" unicode="▇"
+d="M600 -500h-600v1312h600v-1312z" />
+ <glyph glyph-name="block" unicode="█"
+d="M600 -500h-600v1500h600v-1500z" />
+ <glyph glyph-name="upblock" unicode="▀"
+d="M600 250h-600v750h600v-750z" />
+ <glyph glyph-name="uni2594" unicode="▔"
+d="M600 812h-600v188h600v-188z" />
+ <glyph glyph-name="uni258F" unicode="▏"
+d="M75 -500h-75v1500h75v-1500z" />
+ <glyph glyph-name="uni258E" unicode="▎"
+d="M150 -500h-150v1500h150v-1500z" />
+ <glyph glyph-name="uni258D" unicode="▍"
+d="M225 -500h-225v1500h225v-1500z" />
+ <glyph glyph-name="lfblock" unicode="▌"
+d="M300 -500h-300v1500h300v-1500z" />
+ <glyph glyph-name="uni258B" unicode="▋"
+d="M375 -500h-375v1500h375v-1500z" />
+ <glyph glyph-name="uni258A" unicode="▊"
+d="M450 -500h-450v1500h450v-1500z" />
+ <glyph glyph-name="uni2589" unicode="▉"
+d="M525 -500h-525v1500h525v-1500z" />
+ <glyph glyph-name="rtblock" unicode="▐"
+d="M600 -500h-300v1500h300v-1500z" />
+ <glyph glyph-name="uni2595" unicode="▕"
+d="M600 -500h-75v1500h75v-1500z" />
+ <glyph glyph-name="uni2596" unicode="▖"
+d="M300 -500h-300v750h300v-750z" />
+ <glyph glyph-name="uni2597" unicode="▗"
+d="M600 -500h-300v750h300v-750z" />
+ <glyph glyph-name="uni2598" unicode="▘"
+d="M300 250h-300v750h300v-750z" />
+ <glyph glyph-name="uni2599" unicode="▙"
+d="M300 250h300v-750h-600v1500h300v-750z" />
+ <glyph glyph-name="uni259A" unicode="▚"
+d="M300 251h300v-751h-300v750h-300v750h300v-749z" />
+ <glyph glyph-name="uni259B" unicode="▛"
+d="M600 250h-300v-750h-300v1500h600v-750z" />
+ <glyph glyph-name="uni259C" unicode="▜"
+d="M600 -500h-300v750h-300v750h600v-1500z" />
+ <glyph glyph-name="uni259D" unicode="▝"
+d="M600 250h-300v750h300v-750z" />
+ <glyph glyph-name="uni259E" unicode="▞"
+d="M600 251h-300v749h300v-749zM300 -500h-300v750h300v-750z" />
+ <glyph glyph-name="uni259F" unicode="▟"
+d="M600 -500h-600v750h300v750h300v-1500z" />
+ <glyph glyph-name="ltshade" unicode="░"
+d="M100 850h-50v75h50v-75zM200 850h-50v75h50v-75zM300 850h-50v75h50v-75zM400 850h-50v75h50v-75zM500 850h-50v75h50v-75zM600 850h-50v75h50v-75zM100 700h-50v75h50v-75zM200 700h-50v75h50v-75zM300 700h-50v75h50v-75zM400 700h-50v75h50v-75zM500 700h-50v75h50
+v-75zM600 700h-50v75h50v-75zM100 550h-50v75h50v-75zM200 550h-50v75h50v-75zM300 550h-50v75h50v-75zM400 550h-50v75h50v-75zM500 550h-50v75h50v-75zM600 550h-50v75h50v-75zM100 400h-50v75h50v-75zM200 400h-50v75h50v-75zM300 400h-50v75h50v-75zM400 400h-50v75h50
+v-75zM500 400h-50v75h50v-75zM600 400h-50v75h50v-75zM100 250h-50v75h50v-75zM200 250h-50v75h50v-75zM300 250h-50v75h50v-75zM400 250h-50v75h50v-75zM500 250h-50v75h50v-75zM600 250h-50v75h50v-75zM100 100h-50v75h50v-75zM200 100h-50v75h50v-75zM300 100h-50v75h50
+v-75zM400 100h-50v75h50v-75zM500 100h-50v75h50v-75zM600 100h-50v75h50v-75zM100 -50h-50v75h50v-75zM200 -50h-50v75h50v-75zM300 -50h-50v75h50v-75zM400 -50h-50v75h50v-75zM500 -50h-50v75h50v-75zM600 -50h-50v75h50v-75zM100 -200h-50v75h50v-75zM200 -200h-50v75
+h50v-75zM300 -200h-50v75h50v-75zM400 -200h-50v75h50v-75zM500 -200h-50v75h50v-75zM600 -200h-50v75h50v-75zM100 -350h-50v75h50v-75zM200 -350h-50v75h50v-75zM300 -350h-50v75h50v-75zM400 -350h-50v75h50v-75zM500 -350h-50v75h50v-75zM600 -350h-50v75h50v-75z
+M100 -500h-50v75h50v-75zM200 -500h-50v75h50v-75zM300 -500h-50v75h50v-75zM400 -500h-50v75h50v-75zM500 -500h-50v75h50v-75zM600 -500h-50v75h50v-75z" />
+ <glyph glyph-name="shade" unicode="▒"
+d="M550 926h50v-76h-50v-74h50v-76h-50v-74h50v-76h-50v-74h50v-76h-50v-74h50v-76h-50v-74h50v-76h-50v-74h50v-76h-50v-74h50v-76h-50v-74h50v-76h-50v-74h50v-76h-51v75h-49v-75h-51v75h-49v-75h-51v75h-49v-75h-51v75h-49v-75h-51v75h-49v-75h-51v75h-49v76h49v74h-49
+v76h49v74h-49v76h49v74h-49v76h49v74h-49v76h49v74h-49v76h49v74h-49v76h49v74h-49v76h49v74h-49v76h49v74h-49v75h50v-74h49v74h51v-74h49v74h51v-74h49v74h51v-74h49v74h51v-74h49v74h51v-74zM100 925v-74h49v74h-49zM200 925v-74h49v74h-49zM300 925v-74h50v74h-50z
+M400 925v-74h49v74h-49zM500 925v-74h49v74h-49zM250 850v-74h49v75zM50 850v-74h49v74h-49zM150 850v-74h49v74h-49zM350 850v-74h49v74h-49zM450 850v-74h49v74h-49zM300 775v-74h49v75zM100 775v-74h50v74h-50zM200 775v-74h49v74h-49zM400 775v-74h49v74h-49zM500 775
+v-74h49v74h-49zM50 700v-74h49v75zM150 700v-74h49v75zM250 700v-74h50v74h-50zM350 700v-74h49v74h-49zM450 700v-74h49v74h-49zM100 625v-74h49v74h-49zM200 625v-74h49v74h-49zM300 625v-74h49v74h-49zM400 625v-74h49v74h-49zM500 625v-74h49v74h-49zM150 550v-74h49v75
+zM50 550v-74h49v74h-49zM250 550v-74h49v74h-49zM350 550v-74h49v74h-49zM450 550v-74h49v74h-49zM100 475v-74h49v74h-49zM200 475v-74h49v74h-49zM300 475v-74h49v74h-49zM400 475v-74h49v74h-49zM500 475v-74h49v74h-49zM50 400v-74h49v74h-49zM150 400v-74h49v74h-49z
+M250 400v-74h49v74h-49zM350 400v-74h49v74h-49zM450 400v-74h49v74h-49zM100 325v-74h49v74h-49zM200 325v-74h49v74h-49zM300 325v-74h49v74h-49zM400 325v-74h49v74h-49zM500 325v-74h49v74h-49zM50 250v-74h49v74h-49zM150 250v-74h49v74h-49zM250 250v-74h49v74h-49z
+M350 250v-74h49v74h-49zM450 250v-74h49v74h-49zM100 175v-74h49v74h-49zM200 175v-74h49v74h-49zM300 175v-74h49v74h-49zM400 175v-74h49v74h-49zM500 175v-74h49v74h-49zM50 100v-74h49v74h-49zM150 100v-74h49v74h-49zM250 100v-74h49v74h-49zM350 100v-74h49v74h-49z
+M450 100v-74h49v74h-49zM100 25v-74h49v74h-49zM200 25v-74h49v74h-49zM300 25v-74h49v74h-49zM400 25v-74h49v74h-49zM500 25v-74h49v74h-49zM50 -50v-74h49v74h-49zM150 -50v-74h50v74h-50zM250 -50v-74h49v74h-49zM350 -50v-74h49v74h-49zM450 -50v-74h49v74h-49z
+M400 -125v-74h49v75zM100 -125v-74h49v74h-49zM200 -125v-74h49v74h-49zM300 -125v-74h49v74h-49zM500 -125v-74h49v74h-49zM150 -200v-74h49v75zM350 -200v-74h49v75zM50 -200v-74h49v74h-49zM250 -200v-74h49v74h-49zM450 -200v-74h49v74h-49zM100 -275v-74h49v74h-49z
+M200 -275v-74h49v74h-49zM300 -275v-74h50v74h-50zM400 -275v-74h49v74h-49zM500 -275v-74h49v74h-49zM150 -350v-74h49v75zM350 -350v-74h49v75zM50 -350v-74h49v74h-49zM250 -350v-74h49v74h-49zM450 -350v-74h49v74h-49z" />
+ <glyph glyph-name="dkshade" unicode="▓"
+d="M600 925h-50v-75h50v-75h-50v-75h50v-75h-50v-75h50v-75h-50v-75h50v-75h-50v-75h50v-75h-50v-75h50v-75h-50v-75h50v-75h-50v-75h50v-75h-50v-75h50v-75h-50v-75h-50v75h-50v-75h-50v75h-50v-75h-50v75h-50v-75h-50v75h-50v-75h-50v75h-50v-75h-50v1500h600v-75zM50 925
+v-75h50v75h-50zM150 925v-75h50v75h-50zM250 925v-75h50v75h-50zM350 925v-75h50v75h-50zM450 925v-75h50v75h-50zM50 775v-75h50v75h-50zM150 775v-75h50v75h-50zM250 775v-75h50v75h-50zM350 775v-75h50v75h-50zM450 775v-75h50v75h-50zM50 625v-75h50v75h-50zM150 625
+v-75h50v75h-50zM250 625v-75h50v75h-50zM350 625v-75h50v75h-50zM450 625v-75h50v75h-50zM50 475v-75h50v75h-50zM150 475v-75h50v75h-50zM250 475v-75h50v75h-50zM350 475v-75h50v75h-50zM450 475v-75h50v75h-50zM50 325v-75h50v75h-50zM150 325v-75h50v75h-50zM250 325
+v-75h50v75h-50zM350 325v-75h50v75h-50zM450 325v-75h50v75h-50zM50 175v-75h50v75h-50zM150 175v-75h50v75h-50zM250 175v-75h50v75h-50zM350 175v-75h50v75h-50zM450 175v-75h50v75h-50zM50 25v-75h50v75h-50zM150 25v-75h50v75h-50zM250 25v-75h50v75h-50zM350 25v-75h50
+v75h-50zM450 25v-75h50v75h-50zM50 -125v-75h50v75h-50zM150 -125v-75h50v75h-50zM250 -125v-75h50v75h-50zM350 -125v-75h50v75h-50zM450 -125v-75h50v75h-50zM50 -275v-75h50v75h-50zM150 -275v-75h50v75h-50zM250 -275v-75h50v75h-50zM350 -275v-75h50v75h-50zM450 -275
+v-75h50v75h-50z" />
+ <glyph glyph-name="uni25CF" unicode="●"
+d="M435 503.5q62 -36.5 98.5 -98.5t36.5 -135q0 -74 -36.5 -136t-98.5 -98t-135 -36q-74 0 -136 36t-98 98t-36 136q0 73 36 135t98 98.5t136 36.5q73 0 135 -36.5z" />
+ <glyph glyph-name="circle" unicode="○"
+d="M435 503.5q62 -36.5 98.5 -98.5t36.5 -135q0 -74 -36.5 -136t-98.5 -98t-135 -36q-74 0 -136 36t-98 98t-36 136q0 73 36 135t98 98.5t136 36.5q73 0 135 -36.5zM204.5 434.5q-43.5 -25.5 -69 -69.5t-25.5 -95q0 -52 25.5 -95.5t69 -69t95.5 -25.5q51 0 95 25.5t69.5 69
+t25.5 95.5q0 51 -26 94.5t-69.5 69.5t-94.5 26q-52 0 -95.5 -25.5z" />
+ <glyph glyph-name="uni25EF" unicode="◯"
+d="M435 503.5q62 -36.5 98.5 -98.5t36.5 -135q0 -74 -36.5 -136t-98.5 -98t-135 -36q-74 0 -136 36t-98 98t-36 136q0 73 36 135t98 98.5t136 36.5q73 0 135 -36.5zM204.5 434.5q-43.5 -25.5 -69 -69.5t-25.5 -95q0 -52 25.5 -95.5t69 -69t95.5 -25.5q51 0 95 25.5t69.5 69
+t25.5 95.5q0 51 -26 94.5t-69.5 69.5t-94.5 26q-52 0 -95.5 -25.5z" />
+ <glyph glyph-name="uni25D0" unicode="◐"
+d="M435 503.5q62 -36.5 98.5 -98.5t36.5 -135q0 -74 -36.5 -136t-98.5 -98t-135 -36q-74 0 -136 36t-98 98t-36 136q0 73 36 135t98 98.5t136 36.5q73 0 135 -36.5zM300 80q51 0 95 25.5t69.5 69t25.5 95.5q0 51 -26 94.5t-69.5 69.5t-94.5 26v-380z" />
+ <glyph glyph-name="uni25D1" unicode="◑"
+d="M435 503.5q62 -36.5 98.5 -98.5t36.5 -135q0 -72 -34.5 -133t-94 -97.5t-130.5 -39.5h-11q-74 0 -136 36t-98 98t-36 136q0 73 36 135t98 98.5t136 36.5q73 0 135 -36.5zM204.5 434.5q-43.5 -25.5 -69 -69.5t-25.5 -95q0 -52 25.5 -95.5t69 -69t95.5 -25.5v380
+q-52 0 -95.5 -25.5z" />
+ <glyph glyph-name="uni25D2" unicode="◒"
+d="M435 503.5q62 -36.5 98.5 -98.5t36.5 -135q0 -74 -36.5 -136t-98.5 -98t-135 -36q-74 0 -136 36t-98 98t-36 136q0 73 36 135t98 98.5t136 36.5q73 0 135 -36.5zM204.5 434.5q-43.5 -25.5 -69 -69.5t-25.5 -95h380q0 51 -26 94.5t-69.5 69.5t-94.5 26q-52 0 -95.5 -25.5z
+" />
+ <glyph glyph-name="uni25D3" unicode="◓"
+d="M435 503.5q62 -36.5 98.5 -98.5t36.5 -135q0 -74 -36.5 -136t-98.5 -98t-135 -36q-74 0 -136 36t-98 98t-36 136q0 73 36 135t98 98.5t136 36.5q73 0 135 -36.5zM110 270q0 -52 25.5 -95.5t69 -69t95.5 -25.5q51 0 95 25.5t69.5 69t25.5 95.5h-380z" />
+ <glyph glyph-name="uni25D6" unicode="◖"
+d="M300 0q-74 0 -136 36t-98 98t-36 136q0 73 36 135t98 98.5t136 36.5v-540z" />
+ <glyph glyph-name="uni25D7" unicode="◗"
+d="M435 503.5q62 -36.5 98.5 -98.5t36.5 -135q0 -74 -36.5 -136t-98.5 -98t-135 -36v540q73 0 135 -36.5z" />
+ <glyph glyph-name="uni25D5" unicode="◕"
+d="M435 503.5q62 -36.5 98.5 -98.5t36.5 -135q0 -74 -36.5 -136t-98.5 -98t-135 -36q-74 0 -136 36t-98 98t-36 136q0 73 36 135t98 98.5t136 36.5q73 0 135 -36.5zM204.5 434.5q-43.5 -25.5 -69 -69.5t-25.5 -95h190v190q-52 0 -95.5 -25.5z" />
+ <glyph glyph-name="uni25F4" unicode="◴"
+d="M435 503.5q62 -36.5 98.5 -98.5t36.5 -135q0 -74 -36.5 -136t-98.5 -98t-135 -36q-74 0 -136 36t-98 98t-36 136q0 73 36 135t98 98.5t136 36.5q73 0 135 -36.5zM165.5 404q-39.5 -40 -51.5 -94h146v146q-55 -12 -94.5 -52zM340 230h-226q14 -65 66 -107.5t120 -42.5
+q51 0 95 25.5t69.5 69t25.5 95.5q0 67 -43 119t-107 66v-225z" />
+ <glyph glyph-name="uni25F5" unicode="◵"
+d="M435 503.5q62 -36.5 98.5 -98.5t36.5 -135q0 -74 -36.5 -136t-98.5 -98t-135 -36q-74 0 -136 36t-98 98t-36 136q0 73 36 135t98 98.5t136 36.5q73 0 135 -36.5zM180.5 417.5q-52.5 -42.5 -66.5 -107.5h226v-226q65 14 107.5 66.5t42.5 119.5q0 51 -26 94.5t-69.5 69.5
+t-94.5 26q-67 0 -119.5 -42.5zM114 230q12 -55 51.5 -95t94.5 -51v146h-146z" />
+ <glyph glyph-name="uni25F6" unicode="◶"
+d="M435 503.5q62 -36.5 98.5 -98.5t36.5 -135q0 -74 -36.5 -136t-98.5 -98t-135 -36q-74 0 -136 36t-98 98t-36 136q0 73 36 135t98 98.5t136 36.5q73 0 135 -36.5zM204.5 434.5q-43.5 -25.5 -69 -69.5t-25.5 -95q0 -68 42.5 -120t107.5 -66v226h225q-14 64 -66 107t-119 43
+q-52 0 -95.5 -25.5zM340 230v-146q54 11 93.5 51t51.5 95h-145z" />
+ <glyph glyph-name="uni25F7" unicode="◷"
+d="M435 503.5q62 -36.5 98.5 -98.5t36.5 -135q0 -74 -36.5 -136t-98.5 -98t-135 -36q-74 0 -136 36t-98 98t-36 136q0 73 36 135t98 98.5t136 36.5q73 0 135 -36.5zM152.5 389q-42.5 -52 -42.5 -119q0 -52 25.5 -95.5t69 -69t95.5 -25.5q67 0 119 42.5t66 107.5h-225v225
+q-65 -14 -107.5 -66zM340 310h146q-12 54 -52 93.5t-94 51.5v-145z" />
+ <glyph glyph-name="uni25C9" unicode="◉"
+d="M435 503.5q62 -36.5 98.5 -98.5t36.5 -135q0 -74 -36.5 -136t-98.5 -98t-135 -36q-74 0 -136 36t-98 98t-36 136q0 73 36 135t98 98.5t136 36.5q73 0 135 -36.5zM204.5 434.5q-43.5 -25.5 -69 -69.5t-25.5 -95q0 -52 25.5 -95.5t69 -69t95.5 -25.5q51 0 95 25.5t69.5 69
+t25.5 95.5q0 51 -26 94.5t-69.5 69.5t-94.5 26q-52 0 -95.5 -25.5zM377.5 347.5q32.5 -32.5 32.5 -77.5q0 -46 -32.5 -78t-77.5 -32q-46 0 -78 32t-32 78q0 45 32 77.5t78 32.5q45 0 77.5 -32.5z" />
+ <glyph glyph-name="uni25CE" unicode="◎"
+d="M435 503.5q62 -36.5 98.5 -98.5t36.5 -135q0 -74 -36.5 -136t-98.5 -98t-135 -36q-74 0 -136 36t-98 98t-36 136q0 73 36 135t98 98.5t136 36.5q73 0 135 -36.5zM204.5 434.5q-43.5 -25.5 -69 -69.5t-25.5 -95q0 -52 25.5 -95.5t69 -69t95.5 -25.5q51 0 95 25.5t69.5 69
+t25.5 95.5q0 51 -26 94.5t-69.5 69.5t-94.5 26q-52 0 -95.5 -25.5zM377.5 347.5q32.5 -32.5 32.5 -77.5q0 -46 -32.5 -78t-77.5 -32q-46 0 -78 32t-32 78q0 45 32 77.5t78 32.5q45 0 77.5 -32.5zM278.5 291q-8.5 -9 -8.5 -21q0 -13 8.5 -21.5t21.5 -8.5q12 0 21 8.5t9 21.5
+q0 12 -9 21t-21 9q-13 0 -21.5 -9z" />
+ <glyph glyph-name="invcircle" unicode="◙"
+d="M570 0h-540v540h540v-540zM185 469q-53 -31 -84 -84t-31 -115t31 -115t84 -84t115 -31t115 31t84 84t31 115t-31 115t-84 84t-115 31t-115 -31zM374.5 399.5q34.5 -20.5 55 -55t20.5 -74.5q0 -41 -20.5 -75.5t-55 -54.5t-74.5 -20q-41 0 -75.5 20t-54.5 54.5t-20 75.5
+q0 40 20 74.5t54.5 55t75.5 20.5q40 0 74.5 -20.5z" />
+ <glyph glyph-name="uni25DA" unicode="◚"
+d="M570 270h-40q0 62 -31 115t-84 84t-115 31t-115 -31t-84 -84t-31 -115h-40v270h540v-270zM374.5 399.5q34.5 -20.5 55 -55t20.5 -74.5h-300q0 40 20 74.5t54.5 55t75.5 20.5q40 0 74.5 -20.5z" />
+ <glyph glyph-name="uni25DB" unicode="◛"
+d="M570 0h-540v270h40q0 -62 31 -115t84 -84t115 -31t115 31t84 84t31 115h40v-270zM429.5 194.5q-20.5 -34.5 -55 -54.5t-74.5 -20q-41 0 -75.5 20t-54.5 54.5t-20 75.5h300q0 -41 -20.5 -75.5z" />
+ <glyph glyph-name="uni25E0" unicode="◠"
+d="M435 503.5q62 -36.5 98.5 -98.5t36.5 -135h-80q0 51 -26 94.5t-69.5 69.5t-94.5 26q-52 0 -95.5 -25.5t-69 -69.5t-25.5 -95h-80q0 73 36 135t98 98.5t136 36.5q73 0 135 -36.5z" />
+ <glyph glyph-name="uni25E1" unicode="◡"
+d="M533.5 134q-36.5 -62 -98.5 -98t-135 -36q-74 0 -136 36t-98 98t-36 136h80q0 -52 25.5 -95.5t69 -69t95.5 -25.5q51 0 95 25.5t69.5 69t25.5 95.5h80q0 -74 -36.5 -136z" />
+ <glyph glyph-name="uni25DC" unicode="◜"
+d="M300 460q-52 0 -95.5 -25.5t-69 -69.5t-25.5 -95h-80q0 73 36 135t98 98.5t136 36.5v-80z" />
+ <glyph glyph-name="uni25DD" unicode="◝"
+d="M435 503.5q62 -36.5 98.5 -98.5t36.5 -135h-80q0 51 -26 94.5t-69.5 69.5t-94.5 26v80q73 0 135 -36.5z" />
+ <glyph glyph-name="uni25DE" unicode="◞"
+d="M135.5 174.5q25.5 -43.5 69 -69t95.5 -25.5v-80q-74 0 -136 36t-98 98t-36 136h80q0 -52 25.5 -95.5z" />
+ <glyph glyph-name="uni25DF" unicode="◟"
+d="M533.5 134q-36.5 -62 -98.5 -98t-135 -36v80q51 0 95 25.5t69.5 69t25.5 95.5h80q0 -74 -36.5 -136z" />
+ <glyph glyph-name="uni25C6" unicode="◆"
+d="M570 270l-270 -270l-270 270l270 270z" />
+ <glyph glyph-name="uni25C7" unicode="◇"
+d="M570 270l-270 -270l-270 270l270 270zM143 270l157 -157l156 157l-156 156z" />
+ <glyph glyph-name="lozenge" unicode="◊"
+d="M560 346l-173 -346h-167l-180 346l180 347h167zM298 572l-104 -225l104 -226h4l104 226l-104 225h-4z" />
+ <glyph glyph-name="uni25AE" unicode="▮"
+d="M427 0h-285v540h285v-540z" />
+ <glyph glyph-name="filledrect" unicode="▬"
+d="M570 0h-540v270h540v-270z" />
+ <glyph glyph-name="uni25AD" unicode="▭"
+d="M570 0h-540v270h540v-270zM110 190v-110h380v110h-380z" />
+ <glyph glyph-name="uni25AF" unicode="▯"
+d="M427 0h-285v540h285v-540zM222 460v-380h125v380h-125z" />
+ <glyph glyph-name="uni250C" unicode="┌"
+d="M605 310h-265v-810h-80v890h345v-80z" />
+ <glyph glyph-name="uni2514" unicode="└"
+d="M340 390h265v-80h-345v690h80v-610z" />
+ <glyph glyph-name="uni2510" unicode="┐"
+d="M340 -500h-80v810h-265v80h345v-890z" />
+ <glyph glyph-name="uni2518" unicode="┘"
+d="M340 310h-345v80h265v610h80v-690z" />
+ <glyph glyph-name="uni253C" unicode="┼"
+d="M340 390h265v-80h-265v-810h-80v810h-265v80h265v610h80v-610z" />
+ <glyph glyph-name="uni252C" unicode="┬"
+d="M605 310h-265v-810h-80v810h-265v80h610v-80z" />
+ <glyph glyph-name="uni2534" unicode="┴"
+d="M340 390h265v-80h-610v80h265v610h80v-610z" />
+ <glyph glyph-name="uni251C" unicode="├"
+d="M340 390h265v-80h-265v-810h-80v1500h80v-610z" />
+ <glyph glyph-name="uni2524" unicode="┤"
+d="M340 -500h-80v810h-265v80h265v610h80v-1500z" />
+ <glyph glyph-name="uni2500" unicode="─"
+d="M605 310h-610v80h610v-80z" />
+ <glyph glyph-name="uni2502" unicode="│"
+d="M340 -500h-80v1500h80v-1500z" />
+ <glyph glyph-name="uni2561" unicode="╡"
+d="M340 -500h-80v730h-265v80h265v80h-265v80h265v530h80v-1500z" />
+ <glyph glyph-name="uni2562" unicode="╢"
+d="M260 -500h-80v810h-185v80h185v610h80v-1500zM420 -500h-80v1500h80v-1500z" />
+ <glyph glyph-name="uni2556" unicode="╖"
+d="M420 -500h-80v810h-80v-810h-80v810h-185v80h425v-890z" />
+ <glyph glyph-name="uni2555" unicode="╕"
+d="M340 -500h-80v730h-265v80h265v80h-265v80h345v-970z" />
+ <glyph glyph-name="uni2563" unicode="╣"
+d="M260 390h-265v80h185v530h80v-610zM420 -500h-80v1500h80v-1500zM260 -500h-80v730h-185v80h265v-810z" />
+ <glyph glyph-name="uni2551" unicode="║"
+d="M260 -500h-80v1500h80v-1500zM420 -500h-80v1500h80v-1500z" />
+ <glyph glyph-name="uni2557" unicode="╗"
+d="M420 -500h-80v890h-345v80h425v-970zM260 -500h-80v730h-185v80h265v-810z" />
+ <glyph glyph-name="uni255D" unicode="╝"
+d="M420 230h-425v80h345v690h80v-770zM260 390h-265v80h185v530h80v-610z" />
+ <glyph glyph-name="uni255C" unicode="╜"
+d="M420 310h-425v80h185v610h80v-610h80v610h80v-690z" />
+ <glyph glyph-name="uni255B" unicode="╛"
+d="M340 230h-345v80h265v80h-265v80h265v530h80v-770z" />
+ <glyph glyph-name="uni255E" unicode="╞"
+d="M340 470h265v-80h-265v-80h265v-80h-265v-730h-80v1500h80v-530z" />
+ <glyph glyph-name="uni255F" unicode="╟"
+d="M260 -500h-80v1500h80v-1500zM420 390h185v-80h-185v-810h-80v1500h80v-610z" />
+ <glyph glyph-name="uni255A" unicode="╚"
+d="M260 310h345v-80h-425v770h80v-690zM420 470h185v-80h-265v610h80v-530z" />
+ <glyph glyph-name="uni2554" unicode="╔"
+d="M605 390h-345v-890h-80v970h425v-80zM605 230h-185v-730h-80v810h265v-80z" />
+ <glyph glyph-name="uni2569" unicode="╩"
+d="M260 390h-265v80h185v530h80v-610zM420 470h185v-80h-265v610h80v-530zM605 230h-610v80h610v-80z" />
+ <glyph glyph-name="uni2566" unicode="╦"
+d="M605 390h-610v80h610v-80zM260 -500h-80v730h-185v80h265v-810zM605 230h-185v-730h-80v810h265v-80z" />
+ <glyph glyph-name="uni2560" unicode="╠"
+d="M260 -500h-80v1500h80v-1500zM420 470h185v-80h-265v610h80v-530zM605 230h-185v-730h-80v810h265v-80z" />
+ <glyph glyph-name="uni2550" unicode="═"
+d="M605 390h-610v80h610v-80zM605 230h-610v80h610v-80z" />
+ <glyph glyph-name="uni256C" unicode="╬"
+d="M260 390h-265v80h185v530h80v-610zM420 470h185v-80h-265v610h80v-530zM260 -500h-80v730h-185v80h265v-810zM605 230h-185v-730h-80v810h265v-80z" />
+ <glyph glyph-name="uni2567" unicode="╧"
+d="M340 470h265v-80h-610v80h265v530h80v-530zM605 230h-610v80h610v-80z" />
+ <glyph glyph-name="uni2568" unicode="╨"
+d="M420 390h185v-80h-610v80h185v610h80v-610h80v610h80v-610z" />
+ <glyph glyph-name="uni2564" unicode="╤"
+d="M605 390h-610v80h610v-80zM605 230h-265v-730h-80v730h-265v80h610v-80z" />
+ <glyph glyph-name="uni2565" unicode="╥"
+d="M605 310h-185v-810h-80v810h-80v-810h-80v810h-185v80h610v-80z" />
+ <glyph glyph-name="uni2559" unicode="╙"
+d="M420 390h185v-80h-425v690h80v-610h80v610h80v-610z" />
+ <glyph glyph-name="uni2558" unicode="╘"
+d="M340 470h265v-80h-265v-80h265v-80h-345v770h80v-530z" />
+ <glyph glyph-name="uni2552" unicode="╒"
+d="M605 390h-265v-80h265v-80h-265v-730h-80v970h345v-80z" />
+ <glyph glyph-name="uni2553" unicode="╓"
+d="M605 310h-185v-810h-80v810h-80v-810h-80v890h425v-80z" />
+ <glyph glyph-name="uni256B" unicode="╫"
+d="M420 390h185v-80h-185v-810h-80v810h-80v-810h-80v810h-185v80h185v610h80v-610h80v610h80v-610z" />
+ <glyph glyph-name="uni256A" unicode="╪"
+d="M340 470h265v-80h-265v-80h265v-80h-265v-730h-80v730h-265v80h265v80h-265v80h265v530h80v-530z" />
+ <glyph glyph-name="filledbox" unicode="■"
+d="M570 0h-540v540h540v-540z" />
+ <glyph glyph-name="uni25A1" unicode="□"
+d="M570 0h-540v540h540v-540zM110 460v-380h380v380h-380z" />
+ <glyph glyph-name="uni25A2" unicode="▢"
+d="M474.5 520q55.5 -20 75.5 -75.5t20 -174.5q0 -120 -20 -175t-75.5 -75t-174.5 -20q-120 0 -175 20t-75 75t-20 175q0 119 20 174.5t75 75.5t175 20q119 0 174.5 -20zM177 446q-39 -14 -53 -53t-14 -123t14 -123t53 -53t123 -14t123 14t53 53t14 123t-14 123t-53 53
+t-123 14t-123 -14z" />
+ <glyph glyph-name="uni25A3" unicode="▣"
+d="M570 0h-540v540h540v-540zM110 460v-380h380v380h-380zM410 160h-220v220h220v-220z" />
+ <glyph glyph-name="uni25AA" unicode="▪"
+d="M427 0h-285v270h285v-270z" />
+ <glyph glyph-name="uni25AB" unicode="▫"
+d="M427 0h-285v270h285v-270zM222 190v-110h125v110h-125z" />
+ <glyph glyph-name="uni25E7" unicode="◧"
+d="M570 0h-540v540h540v-540zM300 460v-380h190v380h-190z" />
+ <glyph glyph-name="uni25E8" unicode="◨"
+d="M570 0h-540v540h540v-540zM110 460v-380h190v380h-190z" />
+ <glyph glyph-name="uni25E9" unicode="◩"
+d="M570 0h-540v540h540v-540zM110 80h380v380z" />
+ <glyph glyph-name="uni25EA" unicode="◪"
+d="M570 0h-540v540h540v-540zM110 460v-380l380 380h-380z" />
+ <glyph glyph-name="uni25EB" unicode="◫"
+d="M570 0h-540v540h540v-540zM110 460v-380h150v380h-150zM340 460v-380h150v380h-150z" />
+ <glyph glyph-name="uni25F0" unicode="◰"
+d="M570 0h-540v540h540v-540zM340 460v-230h-230v-150h380v380h-150zM110 460v-150h150v150h-150z" />
+ <glyph glyph-name="uni25F1" unicode="◱"
+d="M570 0h-540v540h540v-540zM110 460v-150h230v-230h150v380h-380zM110 230v-150h150v150h-150z" />
+ <glyph glyph-name="uni25F2" unicode="◲"
+d="M570 0h-540v540h540v-540zM110 460v-380h150v230h230v150h-380zM340 230v-150h150v150h-150z" />
+ <glyph glyph-name="uni25F3" unicode="◳"
+d="M570 0h-540v540h540v-540zM110 460v-380h380v150h-230v230h-150zM340 460v-150h150v150h-150z" />
+ <glyph glyph-name="triagup" unicode="▲"
+d="M570 0h-540l270 540z" />
+ <glyph glyph-name="triagdn" unicode="▼"
+d="M300 0l-270 540h540z" />
+ <glyph glyph-name="triagrt" unicode="►"
+d="M570 270l-540 -270v540z" />
+ <glyph glyph-name="triaglf" unicode="◄"
+d="M570 0l-540 270l540 270v-540z" />
+ <glyph glyph-name="uni25E5" unicode="◥"
+d="M570 0l-540 540h540v-540z" />
+ <glyph glyph-name="uni25E2" unicode="◢"
+d="M570 0h-540l540 540v-540z" />
+ <glyph glyph-name="uni25E3" unicode="◣"
+d="M570 0h-540v540z" />
+ <glyph glyph-name="uni25E4" unicode="◤"
+d="M30 0v540h540z" />
+ <glyph glyph-name="uni2530" unicode="┰"
+d="M605 310h-185v-810h-240v810h-185v80h610v-80z" />
+ <glyph glyph-name="uni2512" unicode="┒"
+d="M420 -500h-240v810h-185v80h425v-890z" />
+ <glyph glyph-name="uni2527" unicode="┧"
+d="M340 390h80v-890h-240v810h-185v80h265v610h80v-610z" />
+ <glyph glyph-name="uni250E" unicode="┎"
+d="M605 310h-185v-810h-240v890h425v-80z" />
+ <glyph glyph-name="uni251F" unicode="┟"
+d="M340 390h265v-80h-185v-810h-240v890h80v610h80v-610z" />
+ <glyph glyph-name="uni2541" unicode="╁"
+d="M340 390h265v-80h-185v-810h-240v810h-185v80h265v610h80v-610z" />
+ <glyph glyph-name="uni252F" unicode="┯"
+d="M605 230h-265v-730h-80v730h-265v240h610v-240z" />
+ <glyph glyph-name="uni2511" unicode="┑"
+d="M340 -500h-80v730h-265v240h345v-970z" />
+ <glyph glyph-name="uni2529" unicode="┩"
+d="M420 230h-80v-730h-80v730h-265v240h185v530h240v-770z" />
+ <glyph glyph-name="uni250D" unicode="┍"
+d="M605 230h-265v-730h-80v970h345v-240z" />
+ <glyph glyph-name="uni2521" unicode="┡"
+d="M420 470h185v-240h-265v-730h-80v730h-80v770h240v-530z" />
+ <glyph glyph-name="uni2547" unicode="╇"
+d="M420 470h185v-240h-265v-730h-80v730h-265v240h185v530h240v-530z" />
+ <glyph glyph-name="uni254D" unicode="╍"
+d="M180 230h-185v240h185v-240zM605 230h-185v240h185v-240z" />
+ <glyph glyph-name="uni254F" unicode="╏"
+d="M420 470h-240v530h240v-530zM420 -500h-240v730h240v-730z" />
+ <glyph glyph-name="uni257B" unicode="╻"
+d="M420 -500h-240v890h240v-890z" />
+ <glyph glyph-name="uni2533" unicode="┳"
+d="M605 230h-185v-730h-240v730h-185v240h610v-240z" />
+ <glyph glyph-name="uni2513" unicode="┓"
+d="M420 -500h-240v730h-185v240h425v-970z" />
+ <glyph glyph-name="uni250F" unicode="┏"
+d="M605 230h-185v-730h-240v970h425v-240z" />
+ <glyph glyph-name="uni2501" unicode="━"
+d="M605 230h-610v240h610v-240z" />
+ <glyph glyph-name="uni2578" unicode="╸"
+d="M340 230h-345v240h345v-240z" />
+ <glyph glyph-name="uni257E" unicode="╾"
+d="M340 390h265v-80h-265v-80h-345v240h345v-80z" />
+ <glyph glyph-name="uni257A" unicode="╺"
+d="M605 230h-345v240h345v-240z" />
+ <glyph glyph-name="uni2579" unicode="╹"
+d="M420 310h-240v690h240v-690z" />
+ <glyph glyph-name="uni253B" unicode="┻"
+d="M420 470h185v-240h-610v240h185v530h240v-530z" />
+ <glyph glyph-name="uni251B" unicode="┛"
+d="M420 230h-425v240h185v530h240v-770z" />
+ <glyph glyph-name="uni257F" unicode="╿"
+d="M420 310h-80v-810h-80v810h-80v690h240v-690z" />
+ <glyph glyph-name="uni2517" unicode="┗"
+d="M420 470h185v-240h-425v770h240v-530z" />
+ <glyph glyph-name="uni2503" unicode="┃"
+d="M420 -500h-240v1500h240v-1500z" />
+ <glyph glyph-name="uni254B" unicode="╋"
+d="M420 470h185v-240h-185v-730h-240v730h-185v240h185v530h240v-530z" />
+ <glyph glyph-name="uni252B" unicode="┫"
+d="M420 -500h-240v730h-185v240h185v530h240v-1500z" />
+ <glyph glyph-name="uni2523" unicode="┣"
+d="M420 470h185v-240h-185v-730h-240v1500h240v-530z" />
+ <glyph glyph-name="uni2545" unicode="╅"
+d="M340 470h80v-80h185v-80h-185v-810h-240v730h-185v240h265v530h80v-530z" />
+ <glyph glyph-name="uni252D" unicode="┭"
+d="M340 390h265v-80h-265v-810h-80v730h-265v240h345v-80z" />
+ <glyph glyph-name="uni2535" unicode="┵"
+d="M340 390h265v-80h-265v-80h-345v240h265v530h80v-610z" />
+ <glyph glyph-name="uni253D" unicode="┽"
+d="M340 390h265v-80h-265v-810h-80v730h-265v240h265v530h80v-610z" />
+ <glyph glyph-name="uni2532" unicode="┲"
+d="M605 230h-185v-730h-240v810h-185v80h185v80h425v-240z" />
+ <glyph glyph-name="uni253A" unicode="┺"
+d="M420 470h185v-240h-425v80h-185v80h185v610h240v-530z" />
+ <glyph glyph-name="uni254A" unicode="╊"
+d="M420 470h185v-240h-185v-730h-240v810h-185v80h185v610h240v-530z" />
+ <glyph glyph-name="uni2543" unicode="╃"
+d="M420 390h185v-80h-185v-80h-80v-730h-80v730h-265v240h185v530h240v-610z" />
+ <glyph glyph-name="uni2573" unicode="╳"
+d="M544 537l-187 -187l187 -187l-57 -57l-187 187l-187 -187l-57 57l187 187l-187 187l57 57l187 -187l187 187z" />
+ <glyph glyph-name="uni2572" unicode="╲"
+d="M544 163l-57 -57l-431 431l57 57z" />
+ <glyph glyph-name="uni2571" unicode="╱"
+d="M544 537l-431 -431l-57 57l431 431z" />
+ <glyph glyph-name="uni254C" unicode="╌"
+d="M260 310h-265v80h265v-80zM605 310h-265v80h265v-80z" />
+ <glyph glyph-name="uni254E" unicode="╎"
+d="M340 390h-80v610h80v-610zM340 -500h-80v810h80v-810z" />
+ <glyph glyph-name="uni2577" unicode="╷"
+d="M340 310h-80v690h80v-690z" />
+ <glyph glyph-name="uni2574" unicode="╴"
+d="M340 310h-345v80h345v-80z" />
+ <glyph glyph-name="uni257C" unicode="╼"
+d="M605 230h-345v80h-265v80h265v80h345v-240z" />
+ <glyph glyph-name="uni2576" unicode="╶"
+d="M605 310h-345v80h345v-80z" />
+ <glyph glyph-name="uni2575" unicode="╵"
+d="M340 -500h-80v890h80v-890z" />
+ <glyph glyph-name="uni257D" unicode="╽"
+d="M340 390h80v-890h-240v890h80v610h80v-610z" />
+ <glyph glyph-name="uni2546" unicode="╆"
+d="M340 470h265v-240h-185v-730h-240v810h-185v80h185v80h80v530h80v-530z" />
+ <glyph glyph-name="uni252E" unicode="┮"
+d="M605 230h-265v-730h-80v810h-265v80h265v80h345v-240z" />
+ <glyph glyph-name="uni2536" unicode="┶"
+d="M340 470h265v-240h-345v80h-265v80h265v610h80v-530z" />
+ <glyph glyph-name="uni253E" unicode="┾"
+d="M340 470h265v-240h-265v-730h-80v810h-265v80h265v610h80v-530z" />
+ <glyph glyph-name="uni2531" unicode="┱"
+d="M420 390h185v-80h-185v-810h-240v730h-185v240h425v-80z" />
+ <glyph glyph-name="uni2539" unicode="┹"
+d="M420 390h185v-80h-185v-80h-425v240h185v530h240v-610z" />
+ <glyph glyph-name="uni2549" unicode="╉"
+d="M420 390h185v-80h-185v-810h-240v730h-185v240h185v530h240v-610z" />
+ <glyph glyph-name="uni2544" unicode="╄"
+d="M420 470h185v-240h-265v-730h-80v730h-80v80h-185v80h185v610h240v-530z" />
+ <glyph glyph-name="uni2540" unicode="╀"
+d="M420 390h185v-80h-265v-810h-80v810h-265v80h185v610h240v-610z" />
+ <glyph glyph-name="uni2538" unicode="┸"
+d="M420 390h185v-80h-610v80h185v610h240v-610z" />
+ <glyph glyph-name="uni2526" unicode="┦"
+d="M420 310h-80v-810h-80v810h-265v80h185v610h240v-690z" />
+ <glyph glyph-name="uni251A" unicode="┚"
+d="M420 310h-425v80h185v610h240v-690z" />
+ <glyph glyph-name="uni251E" unicode="┞"
+d="M420 390h185v-80h-265v-810h-80v810h-80v690h240v-610z" />
+ <glyph glyph-name="uni2516" unicode="┖"
+d="M420 390h185v-80h-425v690h240v-610z" />
+ <glyph glyph-name="uni2548" unicode="╈"
+d="M340 470h265v-240h-185v-730h-240v730h-185v240h265v530h80v-530z" />
+ <glyph glyph-name="uni2537" unicode="┷"
+d="M340 470h265v-240h-610v240h265v530h80v-530z" />
+ <glyph glyph-name="uni252A" unicode="┪"
+d="M340 470h80v-970h-240v730h-185v240h265v530h80v-530z" />
+ <glyph glyph-name="uni2519" unicode="┙"
+d="M340 230h-345v240h265v530h80v-770z" />
+ <glyph glyph-name="uni2522" unicode="┢"
+d="M340 470h265v-240h-185v-730h-240v970h80v530h80v-530z" />
+ <glyph glyph-name="uni2515" unicode="┕"
+d="M340 470h265v-240h-345v770h80v-530z" />
+ <glyph glyph-name="uni2542" unicode="╂"
+d="M420 390h185v-80h-185v-810h-240v810h-185v80h185v610h240v-610z" />
+ <glyph glyph-name="uni2528" unicode="┨"
+d="M420 -500h-240v810h-185v80h185v610h240v-1500z" />
+ <glyph glyph-name="uni2520" unicode="┠"
+d="M420 390h185v-80h-185v-810h-240v1500h240v-610z" />
+ <glyph glyph-name="uni253F" unicode="┿"
+d="M340 470h265v-240h-265v-730h-80v730h-265v240h265v530h80v-530z" />
+ <glyph glyph-name="uni2525" unicode="┥"
+d="M340 -500h-80v730h-265v240h265v530h80v-1500z" />
+ <glyph glyph-name="uni251D" unicode="┝"
+d="M340 470h265v-240h-265v-730h-80v1500h80v-530z" />
+ <glyph glyph-name="lozenge.tosf"
+d="M560 346l-173 -346h-167l-180 346l180 347h167zM298 572l-104 -225l104 -226h4l104 226l-104 225h-4z" />
+ <glyph glyph-name="uni2620" unicode="☠"
+d="M383 519q37 -20 58 -55t21 -78q0 -57 -28 -102v-52l-26 -18l-43 -75h-129l-43 75l-25 18v52q-29 44 -29 102q0 43 21 78t58 55t83 20q45 0 82 -20zM85.5 351q8.5 -16 13.5 -42l28 -16v-55l-51 21q-17 -11 -27.5 -15t-21.5 -4t-19 5.5t-8 16.5q0 12 9 20.5t24 10.5l13 27
+q-8 9 -8 23q0 9 6 16.5t16 7.5q17 0 25.5 -16zM557 359.5q6 -7.5 6 -16.5q0 -14 -8 -23l13 -27q14 -2 23 -10.5t9 -20.5q0 -10 -8 -16t-18 -6q-11 0 -21.5 4t-28.5 15l-51 -17v51l28 16q5 26 13.5 42t26.5 16q10 0 16 -7.5zM199.5 350.5q-11.5 -11.5 -11.5 -28.5t11.5 -29
+t27.5 -12q17 0 28.5 12t11.5 29t-11.5 28.5t-28.5 11.5q-16 0 -27.5 -11.5zM345.5 350.5q-11.5 -11.5 -11.5 -28.5t11.5 -29t28.5 -12q16 0 28 12.5t12 28.5q0 17 -12 28.5t-28 11.5q-17 0 -28.5 -11.5zM282.5 265.5q-10.5 -14.5 -16.5 -30.5v-29l35 7l34 -7v29
+q-6 16 -16 30.5t-18 14.5t-18.5 -14.5zM192 130l-70 -43q-3 -30 -11 -47t-23 -17q-12 0 -19 8t-7 20q0 7 5 20l-13 24q-14 0 -24.5 8.5t-10.5 20.5q0 11 7.5 18t20.5 7q9 0 20.5 -4.5t26.5 -11.5l72 39zM507 133q15 7 27 11.5t21 4.5q12 0 19.5 -7t7.5 -18q0 -12 -10 -20.5
+t-24 -8.5l-14 -24q6 -12 6 -20q0 -12 -7.5 -20t-19.5 -8q-15 0 -23 17t-11 47l-69 43l26 42z" />
+ <glyph glyph-name="smileface" unicode="☺"
+d="M435 503q62 -36 98.5 -98t36.5 -135q0 -74 -36.5 -136t-98.5 -98t-135 -36q-74 0 -136 36t-98 98t-36 136q0 73 36 135t98 98t136 36q73 0 135 -36zM193 457.5q-48 -29.5 -76 -79.5t-28 -108q0 -59 28 -109t76 -79.5t107 -29.5q58 0 106.5 29.5t76.5 79.5t28 109
+q0 58 -28 108t-76.5 79.5t-106.5 29.5q-59 0 -107 -29.5zM252.5 378q13.5 -13 13.5 -32q0 -20 -13.5 -33.5t-34.5 -13.5t-34.5 13.5t-13.5 33.5q0 19 13.5 32t34.5 13t34.5 -13zM412.5 378q13.5 -13 13.5 -32q0 -20 -13.5 -33.5t-34.5 -13.5t-34.5 13.5t-13.5 33.5
+q0 19 13.5 32t34.5 13t34.5 -13zM397 144.5q-39 -38.5 -97 -38.5t-97 38.5t-46 95.5h44q22 -89 99 -89t99 89h44q-7 -57 -46 -95.5z" />
+ <glyph glyph-name="invsmileface" unicode="☻"
+d="M435 503q62 -36 98.5 -98t36.5 -135q0 -74 -36.5 -136t-98.5 -98t-135 -36q-74 0 -136 36t-98 98t-36 136q0 73 36 135t98 98t136 36q73 0 135 -36zM178.5 383q-13.5 -13 -13.5 -32q0 -20 13.5 -33.5t34.5 -13.5t34.5 13.5t13.5 33.5q0 19 -13.5 32t-34.5 13t-34.5 -13z
+M348.5 383q-13.5 -13 -13.5 -32q0 -20 13.5 -33.5t34.5 -13.5t34.5 13.5t13.5 33.5q0 19 -13.5 32t-34.5 13t-34.5 -13zM404 235q-10 -41 -36.5 -65t-67.5 -24t-67.5 24t-36.5 65h-43q7 -56 48 -94.5t99 -38.5t99 38.5t48 94.5h-43z" />
+ <glyph glyph-name="sun" unicode="☼"
+d="M324 420q36 -4 68 -27l81 82l36 -36l-81 -80q25 -31 31 -72h111v-47h-111q-6 -40 -29 -69l79 -78l-36 -36l-79 80q-32 -21 -70 -27v-110h-48v110q-40 6 -70 27l-79 -80l-36 36l79 78q-24 34 -29 69h-111v47h111q6 40 30 72l-80 80l36 36l80 -82q33 23 69 27v107h48v-107z
+M221.5 344q-30.5 -32 -30.5 -80t30.5 -79.5t78.5 -31.5t79 31.5t31 79.5t-31 80t-79 32t-78.5 -32z" />
+ <glyph glyph-name="female" unicode="♀"
+d="M380 518q37 -21 58.5 -57t21.5 -80q0 -60 -38.5 -102.5t-97.5 -50.5v-83h96v-40h-96v-105h-48v105h-96v40h96v82q-59 8 -98 51t-39 103q0 44 21.5 80t58 57t80.5 21t81 -21zM220.5 461q-30.5 -32 -30.5 -80t30.5 -79.5t78.5 -31.5t79 31.5t31 79.5t-31 80t-79 32
+t-78.5 -32z" />
+ <glyph glyph-name="male" unicode="♂"
+d="M529 476l11 -214l-44 -2l-5 99q-1 24 3 48l-2 1l-148 -151q37 -45 37 -102q0 -44 -21.5 -79.5t-58.5 -55.5t-81 -20t-80.5 20t-58 55.5t-21.5 79.5t21.5 80t58 57t80.5 21q45 0 87 -25l152 151l-1 2l-23 -1l-24 1l-100 4l4 42zM141.5 235q-30.5 -32 -30.5 -80t30.5 -79.5
+t78.5 -31.5t79 31.5t31 79.5t-31 80t-79 32t-78.5 -32z" />
+ <glyph glyph-name="spade" unicode="♠"
+d="M434 411.5q43 -43.5 69.5 -86.5t26.5 -86q0 -48 -26.5 -76.5t-71.5 -28.5q-38 0 -65.5 16t-48.5 50l16 -135h156l40 -65h-460l40 65h156l16 135q-21 -34 -48.5 -50t-65.5 -16q-45 0 -71.5 28.5t-26.5 76.5q0 43 26.5 86t69.5 86.5t134 127.5q91 -84 134 -127.5z" />
+ <glyph glyph-name="club" unicode="♣"
+d="M388 515q32 -24 32 -71q0 -36 -14 -58.5t-40 -43.5q20 9 32.5 11.5t34.5 2.5q47 0 72 -30.5t25 -86.5q0 -46 -29.5 -75.5t-74.5 -29.5q-36 0 -62 16t-46 50l16 -135h156l40 -65h-460l40 65h156l16 135q-21 -34 -47 -50t-61 -16q-45 0 -74.5 29.5t-29.5 75.5q0 56 25 86.5
+t72 30.5q22 0 34.5 -2.5t32.5 -11.5q-26 21 -40 43.5t-14 58.5q0 47 32 71t88 24t88 -24z" />
+ <glyph glyph-name="heart" unicode="♥"
+d="M518.5 503q31.5 -36 31.5 -88q0 -55 -31.5 -118t-80.5 -127.5t-138 -169.5q-89 106 -138 170t-80.5 126.5t-31.5 118.5q0 52 31.5 88t84.5 36q49 0 79.5 -25t54.5 -77q24 52 54.5 77t79.5 25q53 0 84.5 -36z" />
+ <glyph glyph-name="diamond" unicode="♦"
+d="M496 266l-196 -278l-196 278l196 273z" />
+ <glyph glyph-name="musicalnote" unicode="♪"
+d="M385 496q45 -30 63 -57t18 -66q0 -40 -18 -78l-29 12q0 59 -12 87.5t-46 50.5l-23 15v-382q0 -20 -16 -41t-44.5 -35t-63.5 -14q-49 0 -77 18t-28 52q0 38 36.5 64t88.5 26q32 0 56 -13v392h48z" />
+ <glyph glyph-name="musicalnotedbl" unicode="♫"
+d="M536 128q0 -20 -16 -41t-44.5 -35t-63.5 -14q-49 0 -77 18t-28 52q0 38 36.5 64t88.5 26q32 0 56 -13v311l-235 -59v-359q0 -20 -16 -41t-44.5 -35t-63.5 -14q-49 0 -77 18t-28 52q0 38 36.5 64t88.5 26q32 0 56 -13v356l331 86v-449z" />
+ <glyph glyph-name="bar" unicode="|"
+d="M373 -105h-147v915h147v-915z" />
+ <glyph glyph-name="brokenbar" unicode="¦"
+d="M373 446h-147v364h147v-364zM373 -105h-147v364h147v-364z" />
+ <glyph glyph-name="at" unicode="@"
+d="M527.5 603.5q71.5 -107.5 71.5 -307.5q0 -134 -13.5 -218t-48 -128t-96.5 -44q-54 0 -83.5 38.5t-36.5 99.5h-4q-18 -41 -54 -67t-86 -26q-84 0 -123 62t-39 166q0 127 53.5 198t159.5 71q41 0 84.5 -11t83.5 -33v-300q0 -54 9.5 -77t30.5 -23q19 0 28 27t11.5 83.5
+t2.5 172.5q0 111 -17 181.5t-60.5 107.5t-121.5 37q-56 0 -109 -21.5t-109 -70.5l-63 74q68 60 137.5 88t151.5 28q169 0 240.5 -107.5zM183.5 333q-14.5 -16 -20.5 -52t-6 -102q0 -70 10.5 -99.5t38.5 -29.5q29 0 41 20t16 51v219q-18 9 -38 9q-27 0 -41.5 -16z" />
+ <glyph glyph-name="ampersand" unicode="&"
+d="M387 692q46 -18 86 -61l-85 -73q-23 24 -43 34t-48 10q-35 0 -54 -21t-19 -58q0 -39 25.5 -64.5t66.5 -25.5h262v-101h-66v-262q-36 -38 -92.5 -62.5t-138.5 -24.5q-77 0 -132 27.5t-83.5 76.5t-28.5 111q0 80 39.5 126.5t113.5 64.5v4q-118 31 -118 150q0 47 26.5 85
+t74 60t106.5 22q62 0 108 -18zM307 332q-56 0 -85.5 -35.5t-29.5 -86.5t25.5 -81.5t72.5 -30.5q24 0 44 7.5t32 20.5v206h-59z" />
+ <glyph glyph-name="paragraph" unicode="¶"
+d="M581 -210l-132 -11v807h-83v-796l-132 -11v486q-106 9 -160.5 64.5t-54.5 148.5q0 97 65 156t187 59h310v-903z" />
+ <glyph glyph-name="copyright" unicode="©"
+d="M456.5 715q65.5 -44 100 -120.5t34.5 -170.5t-34.5 -169.5t-100 -119t-155.5 -43.5q-92 0 -158 43.5t-100 119t-34 169.5t35 170.5t101 120.5t156 44t155.5 -44zM144.5 615q-52.5 -74 -52.5 -191q0 -116 52.5 -189.5t156.5 -73.5q103 0 155.5 73.5t52.5 189.5
+q0 117 -52 191t-156 74t-156.5 -74zM374.5 610.5q27.5 -11.5 51.5 -36.5l-49 -60q-14 11 -27 16.5t-29 5.5q-31 0 -49 -26.5t-18 -84.5q0 -109 67 -109q34 0 65 27l45 -66q-54 -49 -120 -49q-80 0 -125 51.5t-45 145.5q0 91 47 144t122 53q37 0 64.5 -11.5z" />
+ <glyph glyph-name="registered" unicode="®"
+d="M440.5 723q62.5 -36 98 -99t35.5 -140q0 -76 -35.5 -138t-98 -98t-139.5 -36q-78 0 -141 36t-99 98t-36 138q0 77 36 140t99 99t141 36q77 0 139.5 -36zM199 664.5q-45 -27.5 -71 -75t-26 -105.5t26 -104.5t71 -73.5t102 -27q56 0 101 27t70 73.5t25 104.5t-25 105.5
+t-70 75t-101 27.5q-57 0 -102 -27.5zM414 547q0 -28 -15.5 -48t-42.5 -30l77 -118h-83l-62 103h-23v-103h-72v284h87q134 0 134 -88zM265 581v-69h23q52 0 52 37q0 32 -53 32h-22z" />
+ <glyph glyph-name="section" unicode="§"
+d="M421.5 696q49.5 -15 89.5 -41l-55 -92q-61 38 -130 38q-35 0 -53.5 -12.5t-18.5 -34.5q0 -17 8.5 -28t32.5 -22t75 -27q77 -24 114.5 -59.5t37.5 -96.5q0 -41 -21.5 -73.5t-57.5 -55.5q56 -44 56 -114q0 -47 -27.5 -84t-78 -57.5t-116.5 -20.5q-112 0 -193 56l53 97
+q68 -43 132 -43q37 0 58 13t21 34q0 17 -8 28t-33 23t-78 28q-76 24 -113.5 59t-37.5 96q0 40 22.5 72t59.5 55q-58 46 -58 114q0 47 27 84t76 58t114 21q53 0 102.5 -15zM216 330q0 -22 11 -35.5t39 -26t91 -34.5q27 37 27 66q0 21 -11 34t-40 26t-91 34q-26 -30 -26 -64z
+" />
+ <glyph glyph-name="trademark" unicode="™"
+d="M594 295h-97l-3 135v33q0 64 9 117h-4l-43 -215h-81l-45 215h-4q9 -51 9 -116v-34l-2 -135h-98l11 315h-71v-315h-108v315h-80v86h384l44 -244l42 244h124z" />
+ <glyph glyph-name="degree" unicode="°"
+d="M335.5 738.5q41.5 -20.5 67 -59t25.5 -89.5t-25.5 -90t-67 -60t-86.5 -21q-44 0 -85.5 21t-67 60t-25.5 90t25.5 89.5t66.5 59t86 20.5t86.5 -20.5zM198.5 647q-18.5 -21 -18.5 -57q0 -35 19 -56.5t50 -21.5q32 0 51 21.5t19 56.5q0 36 -19 57t-51 21t-50.5 -21z" />
+ <glyph glyph-name="estimated" unicode="℮"
+d="M497.5 636.5q68.5 -64.5 85.5 -168.5v-134h-432v-261q57 -47 154 -47q68 0 117.5 25.5t75.5 71.5h49q-32 -62 -91.5 -98.5t-151.5 -36.5q-123 0 -193.5 61.5t-89.5 164.5v254q17 104 85.5 168.5t195.5 64.5t195.5 -64.5zM151 620v-247h299v246q-24 19 -63 31t-84 12
+q-98 0 -152 -42z" />
+ <glyph glyph-name="uni2113" unicode="ℓ"
+d="M460 124l37 -106q-64 -35 -153 -35q-93 0 -139.5 53.5t-46.5 150.5v47l-73 -41l-33 62l106 63v221q0 104 48 162t147 58q76 0 118.5 -39.5t42.5 -110.5q0 -82 -52 -149t-146 -130v-163q0 -59 68 -59q37 0 76 16zM327 644q-11 -17 -11 -54v-158q42 40 62.5 81.5t20.5 87.5
+q0 60 -39 60q-22 0 -33 -17z" />
+ <glyph glyph-name="uni2116" unicode="№"
+d="M572 642q28 -59 28 -168t-29.5 -168.5t-98.5 -59.5q-72 0 -99.5 58t-27.5 170q0 108 28 167.5t99 59.5q72 0 100 -59zM327 0h-130l-107 539h-4q10 -52 20 -137.5t10 -159.5v-242h-115v693h136l101 -540h4q-11 58 -20 137.5t-9 156.5v246h114v-693zM450 575
+q-5 -28 -5 -101t5 -101t22 -28t22.5 28.5t5.5 100.5q0 74 -5.5 101.5t-22.5 27.5t-22 -28zM595 0h-245v108h245v-108z" />
+ <glyph glyph-name="asciicircum" unicode="^"
+d="M561 527h-154l-108 199l-104 -199h-156l189 317h144z" />
+ <glyph glyph-name="dagger" unicode="†"
+d="M374 536h165v-128h-165v-408h-148v408h-165v128h165v143h148v-143z" />
+ <glyph glyph-name="daggerdbl" unicode="‡"
+d="M374 535h165v-127h-165v-135h165v-129h-165v-144h-148v144h-165v129h165v135h-165v127h165v144h148v-144z" />
+ <glyph glyph-name="u1F310" unicode="🌐"
+d="M490 695.5q87 -51.5 138 -139t51 -190.5t-51 -190.5t-138 -139t-190 -51.5t-190 51.5t-138 139t-51 190.5t51 190.5t138 139t190 51.5t190 -51.5zM268 706q-71 -76 -108 -164q63 -16 119 -19v184q-8 0 -11 -1zM319 523q64 3 120 19q-36 87 -107 164q-5 1 -13 1v-184z
+M121.5 658q-44.5 -27 -78.5 -65q33 -22 82 -40q34 81 93 145q-52 -13 -96.5 -40zM474 553q52 19 82 40q-70 79 -174 105q61 -68 92 -145zM-41 384h130q3 70 25 138q-53 19 -93 43q-58 -82 -62 -181zM486 522q23 -69 24 -138h131q-4 100 -63 181q-39 -24 -92 -43zM126 384
+h153v105q-63 3 -130 22q-20 -62 -23 -127zM319 489v-105h154q-1 64 -22 127q-74 -21 -132 -22zM-41 348q4 -99 62 -182q44 27 93 44q-22 66 -25 138h-130zM126 348q3 -67 23 -127q63 18 130 21v106h-153zM319 348v-106q62 -1 132 -21q21 62 22 127h-154zM510 348
+q-1 -70 -24 -138q49 -18 92 -44q59 82 63 182h-131zM160 189q35 -85 108 -164l11 -1v184q-57 -1 -119 -19zM319 24l13 1q72 80 107 164q-62 18 -120 19v-184zM43 139q34 -39 79 -66t96 -39q-59 62 -93 144q-47 -16 -82 -39zM382 34q51 12 95.5 39t78.5 66q-32 22 -82 39
+q-31 -78 -92 -144z" />
+ <glyph glyph-name="house" unicode="⌂"
+d="M560 308v-308h-520v308l259 231zM110 277v-212h380v212l-191 171z" />
+ <glyph glyph-name="uni21EA" unicode="⇪"
+d="M600 534h-169v-279h-262v279h-169l300 298zM109 579h107v-282h168v282h107l-191 189zM431 38q0 -22 -13.5 -36t-36.5 -14h-162q-22 0 -36 14t-14 36v117h262v-117zM216 113v-81h168v81h-168z" />
+ <glyph glyph-name="uni2327" unicode="⌧"
+d="M666.5 659.5q13.5 -13.5 13.5 -36.5v-545q0 -22 -13.5 -36t-36.5 -14h-660q-23 0 -36.5 14t-13.5 36v545q0 23 13.5 36.5t36.5 13.5h660q23 0 36.5 -13.5zM300 422l-134 135l-67 -69l134 -133l-134 -134l67 -67l134 134l134 -134l67 67l-134 134l134 133l-67 69z" />
+ <glyph glyph-name="uni232B" unicode="⌫"
+d="M666.5 659.5q13.5 -13.5 13.5 -36.5v-545q0 -22 -13.5 -36t-36.5 -14h-430l-340 324l340 321h430q23 0 36.5 -13.5zM380 422l-134 135l-67 -69l134 -133l-134 -134l67 -67l134 134l134 -134l67 67l-134 134l134 133l-67 69z" />
+ <glyph glyph-name="uni2326" unicode="⌦"
+d="M740 352l-340 -324h-430q-23 0 -36.5 14t-13.5 36v545q0 23 13.5 36.5t36.5 13.5h430zM220 422l-134 135l-67 -69l134 -133l-134 -134l67 -67l134 134l134 -134l67 67l-134 134l134 133l-67 69z" />
+ <glyph glyph-name="uni2328" unicode="⌨"
+d="M691.5 619.5q13.5 -13.5 13.5 -36.5v-495q0 -22 -13.5 -36t-36.5 -14h-680q-23 0 -36.5 14t-13.5 36v495q0 23 13.5 36.5t36.5 13.5h680q23 0 36.5 -13.5zM5 558q-8 0 -14 -6t-6 -14v-74q0 -8 6 -14t14 -6h74q8 0 14 6t6 14v74q0 8 -6 14t-14 6h-74zM177 558q-8 0 -14 -6
+t-6 -14v-74q0 -8 6 -14t14 -6h74q8 0 14 6t6 14v74q0 8 -6 14t-14 6h-74zM349 558q-8 0 -14 -6t-6 -14v-74q0 -8 6 -14t14 -6h74q8 0 14 6t6 14v74q0 8 -6 14t-14 6h-74zM530 558q-8 0 -14 -6t-6 -14v-74q0 -8 6 -14t14 -6t14 -6t6 -14v-130q0 -8 6 -14t14 -6h54q8 0 14 6
+t6 14v244q0 8 -6 14t-14 6h-94zM45 388q-8 0 -14 -6t-6 -14v-74q0 -8 6 -14t14 -6h74q8 0 14 6t6 14v74q0 8 -6 14t-14 6h-74zM217 388q-8 0 -14 -6t-6 -14v-74q0 -8 6 -14t14 -6h74q8 0 14 6t6 14v74q0 8 -6 14t-14 6h-74zM389 388q-8 0 -14 -6t-6 -14v-74q0 -8 6 -14
+t14 -6h74q8 0 14 6t6 14v74q0 8 -6 14t-14 6h-74zM99 223q-8 0 -14 -6t-6 -14v-74q0 -8 6 -14t14 -6h436q8 0 14 6t6 14v74q0 8 -6 14t-14 6h-436z" />
+ <glyph glyph-name="uni23CE" unicode="⏎"
+d="M616.5 736.5q13.5 -13.5 13.5 -36.5v-461q0 -22 -13.5 -36t-36.5 -14h-312v-174l-298 298l298 299v-174h103v262q0 23 14 36.5t36 13.5h159q23 0 36.5 -13.5zM416 706v-313h-193v111l-189 -191l189 -191v111h361v473h-168z" />
+ <glyph glyph-name="section.tosf"
+d="M421.5 696q49.5 -15 89.5 -41l-55 -92q-61 38 -130 38q-35 0 -53.5 -12.5t-18.5 -34.5q0 -17 8.5 -28t32.5 -22t75 -27q77 -24 114.5 -59.5t37.5 -96.5q0 -41 -21.5 -73.5t-57.5 -55.5q56 -44 56 -114q0 -47 -27.5 -84t-78 -57.5t-116.5 -20.5q-112 0 -193 56l53 97
+q68 -43 132 -43q37 0 58 13t21 34q0 17 -8 28t-33 23t-78 28q-76 24 -113.5 59t-37.5 96q0 40 22.5 72t59.5 55q-58 46 -58 114q0 47 27 84t76 58t114 21q53 0 102.5 -15zM216 330q0 -22 11 -35.5t39 -26t91 -34.5q27 37 27 66q0 21 -11 34t-40 26t-91 34q-26 -30 -26 -64z
+" />
+ <glyph glyph-name="degree.tosf"
+d="M335.5 738.5q41.5 -20.5 67 -59t25.5 -89.5t-25.5 -90t-67 -60t-86.5 -21q-44 0 -85.5 21t-67 60t-25.5 90t25.5 89.5t66.5 59t86 20.5t86.5 -20.5zM198.5 647q-18.5 -21 -18.5 -57q0 -35 19 -56.5t50 -21.5q32 0 51 21.5t19 56.5q0 36 -19 57t-51 21t-50.5 -21z" />
+ <glyph glyph-name="dagger.tosf"
+d="M367 536h165v-128h-165v-408h-148v408h-165v128h165v143h148v-143z" />
+ <glyph glyph-name="daggerdbl.tosf"
+d="M367 535h165v-127h-165v-135h165v-129h-165v-144h-148v144h-165v129h165v135h-165v127h165v144h148v-144z" />
+ <glyph glyph-name="uni03F6" unicode="϶"
+d="M418.5 513q59.5 -36 90.5 -100.5t31 -148.5q0 -83 -32.5 -146.5t-95 -99t-149.5 -35.5q-61 0 -108 17t-86 52l70 84q29 -20 56.5 -29t63.5 -9q53 0 83.5 29t37.5 94h-196v100h194q-13 113 -114 113q-34 0 -62.5 -9t-58.5 -28l-67 87q45 34 91 49.5t110 15.5
+q82 0 141.5 -36z" />
+ <glyph glyph-name="uni0374" unicode="ʹ"
+d="M270 693h142l-118 -279h-105z" />
+ <glyph glyph-name="uni0375" unicode="͵"
+d="M331 -133h-142l118 279h105z" />
+ <glyph glyph-name="acutecomb" unicode="́" horiz-adv-x="0"
+d="M-162 716l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="uni0306" unicode="̆" horiz-adv-x="0"
+d="M-421 631.5q-43 42.5 -51 111.5l87 16q10 -31 30 -45.5t55 -14.5t55 14.5t30 45.5l87 -16q-7 -69 -50 -111.5t-122 -42.5q-78 0 -121 42.5z" />
+ <glyph glyph-name="uni030C" unicode="̌" horiz-adv-x="0"
+d="M-110 719l-141 -130h-96l-142 130l57 65l133 -85l133 85z" />
+ <glyph glyph-name="uni0327" unicode="̧" horiz-adv-x="0"
+d="M-302 -119q-22 7 -70 7l14 128h88v-64q51 -6 77 -32t26 -67q0 -51 -41 -83t-108 -32q-34 0 -64.5 8.5t-52.5 21.5l36 73q34 -17 64 -17q53 0 53 31q0 19 -22 26z" />
+ <glyph glyph-name="uni0302" unicode="̂" horiz-adv-x="0"
+d="M-110 651l-56 -65l-133 85l-133 -85l-57 65l142 130h96z" />
+ <glyph glyph-name="uni0313" unicode="̓" horiz-adv-x="0"
+d="M-363 770q22 -22 22 -56q0 -36 -23 -82l-49 -97h-80l27 115q-32 27 -32 64q0 33 22.5 55.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="uni0326" unicode="̦" horiz-adv-x="0"
+d="M-243 -87q22 -22 22 -56q0 -36 -23 -82l-49 -97h-80l27 115q-32 27 -32 64q0 33 22.5 55.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="uni0314" unicode="̔" horiz-adv-x="0"
+d="M-360 589q-22 22 -22 55q0 34 23 82l49 98h80l-27 -115q32 -27 32 -65q0 -33 -22.5 -55t-56.5 -22t-56 22z" />
+ <glyph glyph-name="uni030F" unicode="̏" horiz-adv-x="0"
+d="M-359 624l-125 182l106 51l100 -194zM-197 625l-124 183l107 49l99 -196z" />
+ <glyph glyph-name="uni0308" unicode="̈" horiz-adv-x="0"
+d="M-474 660.5q-24 23.5 -24 57.5q0 33 24 56t58 23q35 0 59 -23t24 -56q0 -34 -24 -57.5t-59 -23.5q-34 0 -58 23.5zM-242.5 660.5q-24.5 23.5 -24.5 57.5q0 33 24.5 56t58.5 23t58 -23t24 -56q0 -34 -23.5 -57.5t-58.5 -23.5q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni0307" unicode="̇" horiz-adv-x="0"
+d="M-232 746.5q26 -25.5 26 -64.5q0 -38 -26 -63.5t-67 -25.5t-67.5 25.5t-26.5 63.5q0 39 26.5 64.5t67.5 25.5t67 -25.5z" />
+ <glyph glyph-name="gravecomb" unicode="̀" horiz-adv-x="0"
+d="M-158 703l-43 -81l-236 94l61 119z" />
+ <glyph glyph-name="uni030B" unicode="̋" horiz-adv-x="0"
+d="M-385 820l107 -49l-124 -183l-82 36zM-221 820l106 -51l-125 -182l-81 39z" />
+ <glyph glyph-name="uni0304" unicode="̄" horiz-adv-x="0"
+d="M-453 621v109h306v-109h-306z" />
+ <glyph glyph-name="uni030A" unicode="̊" horiz-adv-x="0"
+d="M-199 790q38 -38 38 -93t-38.5 -94t-100.5 -39q-41 0 -72.5 18t-48.5 48.5t-17 66.5q0 54 38 92.5t100 38.5q63 0 101 -38zM-332 733.5q-12 -12.5 -12 -36.5q0 -25 12 -38t32 -13q21 0 33 13t12 38q0 24 -12 36.5t-33 12.5q-20 0 -32 -12.5z" />
+ <glyph glyph-name="uni0336" unicode="̶" horiz-adv-x="0"
+d="M-634 282v93h668v-93h-668z" />
+ <glyph glyph-name="uni0335" unicode="̵" horiz-adv-x="0"
+d="M-497 282v93h395v-93h-395z" />
+ <glyph glyph-name="tildecomb" unicode="̃" horiz-adv-x="0"
+d="M-282 642q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 85.5t75.5 32.5q23 0 39.5 -7t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7z" />
+ <glyph glyph-name="uni0326.case" horiz-adv-x="0"
+d="M-243 -87q22 -22 22 -56q0 -36 -23 -82l-49 -97h-80l27 115q-32 27 -32 64q0 33 22.5 55.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="uni02BA" unicode="ʺ"
+d="M173 693h142l-118 -279h-105zM366 693h142l-118 -279h-105z" />
+ <glyph glyph-name="uni02C9" unicode="ˉ"
+d="M147 671v110h306v-110h-306z" />
+ <glyph glyph-name="uni02B9" unicode="ʹ"
+d="M270 693h142l-118 -279h-105z" />
+ <glyph glyph-name="acute" unicode="´"
+d="M438 716l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="breve" unicode="˘"
+d="M178.5 662.5q-43.5 50.5 -50.5 123.5l87 15q9 -38 30.5 -59.5t54.5 -21.5t54.5 21.5t30.5 59.5l87 -15q-7 -72 -51 -123t-121 -51q-78 0 -121.5 50.5z" />
+ <glyph glyph-name="caron" unicode="ˇ"
+d="M489 751l-141 -140h-96l-142 140l57 64l133 -94l133 94z" />
+ <glyph glyph-name="cedilla" unicode="¸"
+d="M298 -119q-22 7 -70 7l14 128h88v-64q51 -6 77 -32t26 -67q0 -51 -41 -83t-108 -32q-34 0 -64.5 8.5t-52.5 21.5l36 73q34 -17 64 -17q53 0 53 31q0 19 -22 26z" />
+ <glyph glyph-name="circumflex" unicode="ˆ"
+d="M110 676l142 139h96l141 -139l-56 -65l-133 94l-133 -94z" />
+ <glyph glyph-name="dieresis" unicode="¨"
+d="M126 660.5q-24 23.5 -24 57.5q0 33 24 56t58 23q35 0 59 -23t24 -56q0 -34 -24 -57.5t-59 -23.5q-34 0 -58 23.5zM357.5 660.5q-24.5 23.5 -24.5 57.5q0 33 24.5 56t58.5 23t58 -23t24 -56q0 -34 -23.5 -57.5t-58.5 -23.5q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="dotaccent" unicode="˙"
+d="M367 783.5q26 -25.5 26 -63.5q0 -39 -26 -64t-67 -25t-67.5 25.5t-26.5 63.5t26.5 63.5t67.5 25.5t67 -25.5z" />
+ <glyph glyph-name="grave" unicode="`"
+d="M163 716l61 119l218 -133l-43 -80z" />
+ <glyph glyph-name="hungarumlaut" unicode="˝"
+d="M214 857l107 -49l-124 -183l-82 36zM378 857l106 -51l-125 -182l-81 39z" />
+ <glyph glyph-name="macron" unicode="¯"
+d="M147 658v109h306v-109h-306z" />
+ <glyph glyph-name="ogonek" unicode="˛"
+d="M395 0q-65 -22 -90 -49t-25 -61q0 -24 15.5 -36.5t42.5 -12.5q24 0 54 7l-12 -93q-29 -8 -59 -8q-66 0 -108.5 32.5t-42.5 90.5q0 50 26 83.5t70 55.5t111 42z" />
+ <glyph glyph-name="ring" unicode="˚"
+d="M400 827q38 -38 38 -93t-38.5 -94t-100.5 -39q-41 0 -72.5 18t-48.5 48.5t-17 66.5q0 54 38 92.5t100 38.5q63 0 101 -38zM267 770.5q-12 -12.5 -12 -36.5q0 -25 12 -38t32 -13q21 0 33 13t12 38q0 24 -12 36.5t-33 12.5q-20 0 -32 -12.5z" />
+ <glyph glyph-name="tilde" unicode="˜"
+d="M318 642q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 85.5t75.5 32.5q23 0 39.5 -7t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7z" />
+ <glyph glyph-name="caron.alt"
+d="M402 694l-78 -232l-98 16l37 233z" />
+ <glyph glyph-name="acute.case"
+d="M442 835l-237 -84l-38 80l216 122z" />
+ <glyph glyph-name="breve.case"
+d="M179 793.5q-43 42.5 -51 111.5l87 16q10 -31 30 -45.5t55 -14.5t55 14.5t30 45.5l87 -16q-7 -68 -50.5 -111t-121.5 -43t-121 42.5z" />
+ <glyph glyph-name="caron.case"
+d="M489 881l-141 -130h-96l-142 130l57 65l133 -85l133 85z" />
+ <glyph glyph-name="cedilla.case"
+d="M298 -119q-22 7 -70 7l14 128h88v-64q51 -6 77 -32t26 -67q0 -51 -41 -83t-108 -32q-34 0 -64.5 8.5t-52.5 21.5l36 73q34 -17 64 -17q53 0 53 31q0 19 -22 26z" />
+ <glyph glyph-name="circumflex.case"
+d="M489 813l-56 -65l-133 85l-133 -85l-57 65l142 130h96z" />
+ <glyph glyph-name="dieresis.case"
+d="M131 785q-24 23 -24 57t24 57t58 23q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58 23zM362.5 785.5q-24.5 23.5 -24.5 56.5t24.5 56.5t58.5 23.5q35 0 58.5 -23t23.5 -57t-23.5 -57t-58.5 -23q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="dotaccent.case"
+d="M371.5 908.5q26.5 -25.5 26.5 -63.5t-26.5 -63.5t-66.5 -25.5q-42 0 -68 25t-26 64q0 38 26.5 63.5t67.5 25.5q40 0 66.5 -25.5z" />
+ <glyph glyph-name="grave.case"
+d="M442 831l-37 -80l-238 84l60 118z" />
+ <glyph glyph-name="hungarumlaut.case"
+d="M219 982l107 -49l-124 -183l-83 36zM383 982l106 -51l-125 -182l-81 39z" />
+ <glyph glyph-name="macron.case"
+d="M152 782v110h305v-110h-305z" />
+ <glyph glyph-name="ring.case"
+d="M405 952q38 -38 38 -93t-38.5 -94t-100.5 -39t-100 39t-38 94t38 93t100 38q63 0 101 -38zM272 895.5q-12 -12.5 -12 -36.5q0 -25 12 -38t32 -13q21 0 33 13t12 38q0 24 -12 36.5t-33 12.5q-20 0 -32 -12.5z" />
+ <glyph glyph-name="tilde.case"
+d="M323 767q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 85.5t75.5 32.5q23 0 39.5 -7t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54.5 -85t-75.5 -32q-22 0 -38 7z" />
+ <glyph glyph-name="acute.loclPLK"
+d="M412 747l-147 -166l-76 48l101 196z" />
+ <glyph glyph-name="acute.case.loclPLK"
+d="M412 895l-147 -156l-76 48l101 185z" />
+ <glyph glyph-name="uni0342" unicode="͂" horiz-adv-x="0"
+d="M-282 642q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 85.5t75.5 32.5q23 0 39.5 -7t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7z" />
+ <glyph glyph-name="uni0345" unicode="ͅ" horiz-adv-x="0"
+d="M-387 -169q-34 35 -34 93v34h112v-31q0 -40 40 -40q25 0 51 15l41 -69q-48 -37 -112 -37t-98 35z" />
+ <glyph glyph-name="tonos" unicode="΄"
+d="M396 815l-88 -228l-103 17l38 243z" />
+ <glyph glyph-name="tonos.case"
+d="M394 693l-87 -226l-101 18l38 239z" />
+ <glyph glyph-name="dieresistonos" unicode="΅"
+d="M411 930l-71 -190l-88 14l29 200zM225.5 736q23.5 -23 23.5 -56t-23.5 -56t-56.5 -23q-35 0 -58 23t-23 56q0 34 23 56.5t58 22.5q33 0 56.5 -23zM489 736.5q23 -22.5 23 -56.5q0 -33 -23.5 -56t-57.5 -23t-57 23t-23 56q0 34 23 56.5t57 22.5q35 0 58 -22.5z" />
+ <glyph glyph-name="uni1FBF" unicode="᾿"
+d="M357 817q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="uni1FBD" unicode="᾽"
+d="M357 814q22 -22 22 -56q0 -36 -23 -82l-49 -97h-80l27 115q-32 27 -32 64q0 33 22.5 55.5t56.5 22.5t56 -22z" />
+ <glyph glyph-name="uni1FFE" unicode="῾"
+d="M355.5 816.5q22.5 -22.5 22.5 -54.5q0 -38 -32 -65l27 -115h-80l-49 97q-23 46 -23 83q0 33 22 55t56 22t56.5 -22.5z" />
+ <glyph glyph-name="uni1FCD" unicode="῍"
+d="M256 815q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM472 600l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1FDD" unicode="῝"
+d="M254 814.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t56.5 22q33 0 56 -22.5zM472 600l-87 -19l-87 220l133 35z" />
+ <glyph glyph-name="uni1FCE" unicode="῎"
+d="M256 815q22 -22 22 -55q0 -37 -23 -83l-49 -97h-80l27 115q-32 27 -32 65q0 32 22.5 54.5t56.5 22.5t56 -22zM472 801l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1FDE" unicode="῞"
+d="M254 814.5q23 -22.5 23 -54.5q0 -39 -33 -65l27 -115h-79l-49 97q-24 48 -24 83q0 33 22.5 55t55.5 22q34 0 57 -22.5zM472 801l-87 -220l-87 19l41 236z" />
+ <glyph glyph-name="uni1FCF" unicode="῏"
+d="M306.5 800q-15.5 7 -36.5 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q20 52 53.5 85.5t75.5 33.5q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l80 -38q-21 -53 -54.5 -85t-76.5 -32q-21 0 -36.5 7zM251 642q-44 23 -44 66q0 33 22.5 55.5
+t56.5 22.5t56.5 -22.5t22.5 -55.5q0 -18 -6.5 -36.5t-22.5 -46.5l-25 -44h-74z" />
+ <glyph glyph-name="uni1FDF" unicode="῟"
+d="M318 801q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 86t75.5 33q23 0 40 -7.5t35 -20.5q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7zM272 581l-23 44q-17 29 -23.5 47t-6.5 36q0 34 22 56t56 22
+q35 0 57 -22.5t22 -55.5q0 -42 -41 -65l12 -62h-75z" />
+ <glyph glyph-name="uni1FED" unicode="῭"
+d="M363 779l-60 -53l-157 140l86 83zM236 736.5q23 -22.5 23 -56.5q0 -33 -23 -56t-57 -23t-58 23t-24 56t24 56t58 23t57 -22.5zM479.5 736.5q23.5 -22.5 23.5 -56.5q0 -33 -23.5 -56t-58.5 -23q-33 0 -56.5 23t-23.5 56t23.5 56t56.5 23q35 0 58.5 -22.5z" />
+ <glyph glyph-name="uni1FEE" unicode="΅"
+d="M457 866l-158 -140l-59 53l131 170zM235.5 736q23.5 -23 23.5 -56t-23.5 -56t-56.5 -23q-35 0 -58.5 23t-23.5 56q0 34 23.5 56.5t58.5 22.5q33 0 56.5 -23zM479.5 736.5q23.5 -22.5 23.5 -56.5q0 -33 -23.5 -56t-57.5 -23t-57.5 23t-23.5 56q0 34 23 56.5t58 22.5
+q34 0 57.5 -22.5z" />
+ <glyph glyph-name="uni1FC1" unicode="῁"
+d="M321 792q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 85.5t75.5 32.5q23 0 39.5 -7t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7zM126 620.5q-24 23.5 -24 57.5q0 33 24 56t58 23
+q35 0 59 -23t24 -56q0 -34 -24 -57.5t-59 -23.5q-34 0 -58 23.5zM357.5 620.5q-24.5 23.5 -24.5 57.5q0 33 24.5 56t58.5 23t58 -23t24 -56q0 -34 -23.5 -57.5t-58.5 -23.5q-34 0 -58.5 23.5z" />
+ <glyph glyph-name="uni1FEF" unicode="`"
+d="M442 703l-43 -81l-236 94l61 119z" />
+ <glyph glyph-name="uni1FFD" unicode="´"
+d="M438 716l-237 -94l-43 81l218 132z" />
+ <glyph glyph-name="uni1FC0" unicode="῀"
+d="M318 642q-16 7 -35 20q-25 18 -41 18q-18 0 -29 -10t-24 -34l-79 38q21 53 53.5 85.5t75.5 32.5q23 0 39.5 -7t35.5 -20q13 -9 22 -13.5t19 -4.5q16 0 27 10t25 33l79 -38q-21 -53 -54 -85t-76 -32q-22 0 -38 7z" />
+ <glyph glyph-name="uni1FEF.case"
+d="M385 485l-101 -18l-88 226l151 31z" />
+ <glyph glyph-name="uni1FFD.case"
+d="M394 693l-87 -226l-101 18l38 239z" />
+ <glyph glyph-name="uni02BC" unicode="ʼ"
+d="M346.5 736.5q22.5 -21.5 22.5 -52.5q0 -29 -28 -80l-36 -67h-79l18 79q-32 27 -32 64q0 33 22.5 55.5t56.5 22.5q33 0 55.5 -21.5z" />
+ <glyph glyph-name="brevecy"
+d="M179 657q-44 45 -51 110l87 15q7 -29 29 -45t56 -16t56 16t29 45l87 -15q-7 -65 -51 -110t-121 -45t-121 45z" />
+ <glyph glyph-name="brevecy.case"
+d="M179 783q-44 45 -51 110l87 15q7 -29 29 -45t56 -16t56 16t29 45l87 -15q-7 -65 -51 -110t-121 -45t-121 45z" />
+ <glyph glyph-name="uniE000" unicode="" horiz-adv-x="0"
+d="M203 606q59 46 104.5 77t101 53.5t111.5 22.5q32 0 122 -30q45 -15 51 -15q47 14 83 14q38 0 62.5 -18t35 -41.5t10.5 -40.5q0 -9 -1 -15t-2 -8q2 -3 12.5 -12.5t30.5 -22.5t47 -25q29 -13 84 -32q58 -21 86 -35.5t35 -34.5q3 -9 5 -46q1 -7 1 -13t1 -12q2 -18 5.5 -35
+t3.5 -22q0 -7 -11.5 -36.5t-25.5 -56t-22 -30.5q-6 -3 -19 -3q-17 0 -23 3q-20 -16 -49.5 -33t-45.5 -17t-53 7q-16 3 -35 9q-58 15 -82 15q-15 0 -29.5 -6t-26 -12.5t-16.5 -8.5q-36 -19 -53.5 -37.5t-25 -41t-17.5 -70.5q-3 -17 -10 -39t-11 -29q4 -10 6.5 -21t3.5 -17
+q-28 -4 -63 -4q-52 0 -118 14.5t-130 52.5q-39 23 -70.5 50.5t-49.5 48t-22 26.5l52 28l-34 2l-2 7q7 9 21.5 19.5t29.5 20.5q-34 -11 -78 -33l-4 8q5 18 16.5 38.5t23.5 33.5l-75 -52l-4 7q20 60 75 111l-117 -60l-3 8q28 64 96 125q0 2 -121 -56l-3 8q21 36 57.5 69
+t60.5 46q-34 -12 -43 -16q-53 -19 -97 -36l-3 7q44 57 172 151l-147 -37l-1 8q58 58 137 120zM367 579l1 -5q-29 -21 -45.5 -55.5t-16.5 -74.5q0 -28 7 -50l-4 -4q-10 8 -16.5 19.5t-9.5 21t-4 12.5h-2q-4 -14 -7 -39l-5 -1l-10 16l-2 -1q-2 -14 -2 -20q0 -26 8.5 -51.5
+t19.5 -43.5q2 -4 20 -28q36 -47 36 -65q0 -12 -6 -23t-7 -14q-14 -22 -14 -37q0 -8 1 -11.5t2 -3.5q8 0 32.5 1t36.5 3l4 -4q-8 -12 -36 -27.5t-51.5 -26t-29.5 -13.5l6 -5l86 19l3 -5l-64 -38q56 -47 133.5 -73t130.5 -26v2q-9 10 -21.5 30t-20.5 36l4 4q17 -12 35.5 -24
+t25.5 -16q2 3 6 10.5t9 17.5q-20 15 -42 42t-27 44l4 3q15 -12 44 -26.5t41 -14.5q7 20 7 43l17 26l-1 2q-10 -1 -30.5 -10.5t-32.5 -19.5l-6 1q0 25 18.5 43t46.5 34v5l-39 16q-5 3 -21 22t-29 43.5t-13 44.5l10 -3q24 -28 62 -52.5t84 -30.5q17 1 78 15.5t70 18.5
+q24 -13 73 -31t66 -21q12 1 27 9t20 11q-12 10 -21.5 14t-30.5 9q-54 14 -105 32q-82 29 -105 68h-3q-1 -3 -1 -7q0 -14 9 -25.5t18.5 -20t12.5 -10.5l-1 -4q-23 2 -52 9q-20 10 -34 19t-30 32.5t-16 58.5t14 80h5l5 -55l19 -32q4 6 11 21t7 27q0 7 -6 17.5t-12 16.5l-53 60
+l3 3l50 -21q75 -62 161 -117.5t139 -68.5q36 -9 75.5 -15t51.5 -7q2 3 5.5 16t3.5 28q0 16 -4 30.5t-10 14.5q-8 0 -8 -19q0 -3 2 -23h-6q-31 36 -31 53q0 7 3.5 12t11.5 13q5 6 9.5 12t4.5 12q-7 10 -32.5 21t-75.5 28l-25 9q-84 29 -148 83l-4 -1l44 -53l-2 -5
+q-67 0 -105 18t-38 44q0 27 44 38l2 4q-2 2 -16 2q-21 0 -40 -10.5t-19 -36.5q0 -22 20 -45h-12q-14 8 -23.5 21.5t-14 24.5t-5.5 14l-77 13l2 5q58 23 108.5 40t82.5 17q25 0 38 -8h5q-17 29 -45 29q-33 0 -68 -10.5t-98 -32.5l-6 1q3 19 23 35l-1 4q-23 8 -56 15.5
+t-63 7.5q-52 0 -96 -26t-72 -57.5t-38 -51.5l2 -3q31 9 57 12zM530 654q15 0 26 -2t14 -3l-5 -7l-51 -26q-3 -7 -8 -23.5t-5 -37.5q0 -12 3 -26h-6q-17 12 -27.5 25t-10.5 38q-13 -4 -26 -14.5t-16 -14.5l-4 4q25 87 116 87zM517 499q24 11 48 15v3l-31 17l1 4q8 1 31 5
+t36 4v2l-27 34l1 4q4 -1 16.5 -6.5t30 -16.5t32.5 -27l-1 -4q-5 -1 -40 -7v-4l27 -49l-3 -3q-7 2 -30.5 5.5t-43.5 3.5q-28 0 -50.5 -2.5t-28.5 -3.5l-6 3q14 12 38 23zM836 495q-12 -5 -29 -5q-19 0 -37 8.5t-40 26.5l18 1l53 -20l40 -3z" />
+ <glyph glyph-name="uniE001" unicode="" horiz-adv-x="0"
+d="M346 621.5q28 31.5 72 57.5t96 26q30 0 63 -7.5t56 -15.5l1 -4q-20 -16 -23 -35l6 -1q63 22 98 32.5t68 10.5q28 0 45 -29h-5q-13 8 -38 8q-32 0 -82.5 -17t-108.5 -40l-2 -5l77 -13q1 -3 5.5 -14t14 -24.5t23.5 -21.5h12q-20 23 -20 45q0 26 19 36.5t40 10.5q14 0 16 -2
+l-2 -4q-44 -11 -44 -38q0 -26 38 -44t105 -18l2 5l-44 53l4 1q64 -54 148 -83l25 -9q50 -17 75.5 -28t32.5 -21q0 -6 -4.5 -12t-9.5 -12q-8 -8 -11.5 -13t-3.5 -12q0 -17 31 -53h6q-2 20 -2 23q0 19 8 19q6 0 10 -14.5t4 -30.5q0 -15 -3.5 -28t-5.5 -16q-12 1 -51.5 7
+t-75.5 15q-53 13 -139 68.5t-161 117.5l-50 21l-3 -3l53 -60q6 -6 12 -16.5t6 -17.5q0 -12 -7 -27t-11 -21l-19 32l-5 55h-5q-14 -45 -14 -80t16 -58.5t30 -32.5t34 -19q29 -7 52 -9l1 4q-3 2 -15 12.5t-18.5 21.5t-6.5 22q0 4 1 7h3q23 -39 105 -68q51 -18 105 -32
+q21 -5 30.5 -9t21.5 -14q-5 -3 -20 -11t-27 -9q-17 3 -66 21t-73 31q-9 -4 -70 -18.5t-78 -15.5q-46 6 -84 30.5t-62 52.5l-10 3q0 -20 13 -44.5t29 -43.5t21 -22l39 -16v-5q-28 -16 -46.5 -34t-18.5 -43l6 -1q12 10 32.5 19.5t30.5 10.5l1 -2l-17 -26q0 -23 -7 -43
+q-12 0 -41 14.5t-44 26.5l-4 -3q5 -17 27 -44t42 -42q-5 -10 -9 -17.5t-6 -10.5q-7 4 -25.5 16t-35.5 24l-4 -4q8 -16 20.5 -36t21.5 -30v-2q-53 0 -130.5 26t-133.5 73l64 38l-3 5l-86 -19l-6 5q6 3 35.5 16.5t52.5 27t29 23.5l-4 4q-12 -2 -36.5 -3t-32.5 -1q-1 0 -2 3.5
+t-1 11.5q0 15 14 37q1 3 7 14t6 23q0 18 -36 65q-18 24 -20 28q-11 18 -19.5 43.5t-8.5 51.5q0 6 2 20l2 1l10 -16l5 1q3 25 7 39h2q1 -3 5 -14.5t10.5 -22t14.5 -16.5l4 4q-7 22 -7 50q0 40 16.5 74.5t45.5 55.5l-1 5q-26 -3 -57 -12l-2 3q10 20 38 51.5zM434 577.5
+q13 10.5 26 14.5q0 -25 10.5 -38t27.5 -25h6q-3 14 -3 26q0 21 5 37.5t8 23.5l51 26l5 7q-3 1 -14 3t-26 2q-91 0 -116 -87l4 -4q3 4 16 14.5zM513.5 476.5q22.5 2.5 50.5 2.5q20 0 43.5 -3.5t30.5 -5.5l3 3l-27 49v4q35 6 40 7l1 4q-15 16 -32.5 27t-30 16.5t-16.5 6.5
+l-1 -4l27 -34v-2q-13 0 -36 -4t-31 -5l-1 -4l31 -17v-3q-24 -4 -48 -15t-38 -23l6 -3q6 1 28.5 3.5zM748 526l-18 -1q22 -18 40 -26.5t37 -8.5q17 0 29 5l5 8l-40 3z" />
+ <glyph glyph-name="uniE002" unicode="" horiz-adv-x="0"
+d="M774.5 574q-4.5 -6 -4.5 -13q0 -3 2 -7q-15 12 -17 31q19 0 30 -3q-6 -2 -10.5 -8zM816 540q-6 0 -16 2q13 5 13 19v6q11 -10 21 -25q-14 -2 -18 -2zM870 328q7 0 14.5 -4t10.5 -8l-30 -22l-1 14q0 13 6 20zM922 306q7 -3 8 -7l-24 -23q0 4 0.5 16t1.5 17q7 0 14 -3z
+M947 294q11 -2 19 -8q-6 -7 -12.5 -14t-9.5 -10l-1 24q0 4 4 8zM1008 276q-2 -4 -10.5 -14.5t-16.5 -12.5l1 32zM1032.5 269.5l17.5 -3.5q-1 -4 -8 -13.5t-16 -16.5q-2 10 -3 20.5t-1 14.5q3 0 10.5 -1.5zM1065 260q2 2 4 2q4 0 10 -1.5l10 -2.5q0 -4 -9 -13.5t-14 -11.5
+q-3 12 -3 22q0 3 2 5zM1120 256q3 0 5 -2t2 -4q0 -5 -8.5 -16.5t-11.5 -15.5l-3 38h16z" />
+ <glyph glyph-name="uniE003" unicode=""
+d="M-114 606q59 46 104.5 77t101 53.5t111.5 22.5q32 0 122 -30q45 -15 51 -15q47 14 83 14q38 0 62.5 -18t35 -41.5t10.5 -40.5q0 -9 -1 -15t-2 -8q2 -3 12.5 -12.5t30.5 -22.5t47 -25q29 -13 84 -32q58 -21 86 -35.5t35 -34.5q3 -9 5 -46q1 -7 1 -13t1 -12q2 -18 5.5 -35
+t3.5 -22q0 -7 -11.5 -36.5t-25.5 -56t-22 -30.5q-6 -3 -19 -3q-17 0 -23 3q-20 -16 -49.5 -33t-45.5 -17t-53 7q-16 3 -35 9q-58 15 -82 15q-15 0 -29.5 -6t-26 -12.5t-16.5 -8.5q-36 -19 -53.5 -37.5t-25 -41t-17.5 -70.5q-3 -17 -10 -39t-11 -29q4 -10 6.5 -21t3.5 -17
+q-28 -4 -63 -4q-52 0 -118 14.5t-130 52.5q-39 23 -70.5 50.5t-49.5 48t-22 26.5l52 28l-34 2l-2 7q7 9 21.5 19.5t29.5 20.5q-34 -11 -78 -33l-4 8q5 18 16.5 38t23.5 34l-75 -52l-4 7q20 60 75 111l-117 -60l-3 8q28 64 96 125q0 2 -121 -56l-3 8q21 36 57.5 69t60.5 46
+q-34 -12 -43 -16q-53 -19 -97 -36l-3 7q44 57 172 151l-147 -37l-1 8q58 58 137 120zM50 579l1 -5q-29 -21 -45.5 -55.5t-16.5 -74.5q0 -28 7 -50l-4 -4q-10 8 -16.5 19.5t-9.5 21t-4 12.5h-2q-4 -14 -7 -39l-5 -1l-10 16l-2 -1q-2 -14 -2 -20q0 -26 8.5 -51.5t19.5 -43.5
+q2 -4 20 -28q36 -47 36 -65q0 -12 -6 -23t-7 -14q-14 -22 -14 -37q0 -8 1 -11.5t2 -3.5q8 0 32.5 1t36.5 3l4 -4q-8 -12 -36 -27.5t-51.5 -26t-29.5 -13.5l6 -5l86 19l3 -5l-64 -38q56 -47 133.5 -73t130.5 -26v2q-9 10 -21.5 30t-20.5 36l4 4q17 -12 35.5 -24t25.5 -16
+q2 3 6 10.5t9 17.5q-20 15 -42 42t-27 44l4 3q15 -12 44 -26.5t41 -14.5q7 20 7 43l17 26l-1 2q-10 -1 -30.5 -10.5t-32.5 -19.5l-6 1q0 25 18.5 43t46.5 34v5l-39 16q-5 3 -21 22t-29 43.5t-13 44.5l10 -3q24 -28 62 -52.5t84 -30.5q17 1 78 15.5t70 18.5q24 -13 73 -31
+t66 -21q12 1 27 9t20 11q-12 10 -21.5 14t-30.5 9q-54 14 -105 32q-82 29 -105 68h-3q-1 -3 -1 -7q0 -14 9 -25.5t18.5 -20t12.5 -10.5l-1 -4q-23 2 -52 9q-20 10 -34 19t-30 32.5t-16 58.5t14 80h5l5 -55l19 -32q4 6 11 21t7 27q0 7 -6 17.5t-12 16.5l-53 60l3 3l50 -21
+q75 -62 161 -117.5t139 -68.5q36 -9 75.5 -15t51.5 -7q2 3 5.5 16t3.5 28q0 16 -4 30.5t-10 14.5q-8 0 -8 -19q0 -3 2 -23h-6q-31 36 -31 53q0 7 3.5 12t11.5 13q5 6 9.5 12t4.5 12q-7 10 -32.5 21t-75.5 28l-25 9q-84 29 -148 83l-4 -1l44 -53l-2 -5q-67 0 -105 18t-38 44
+q0 27 44 38l2 4q-2 2 -16 2q-21 0 -40 -10.5t-19 -36.5q0 -22 20 -45h-12q-14 8 -23.5 21.5t-14 24.5t-5.5 14l-77 13l2 5q58 23 108.5 40t82.5 17q25 0 38 -8h5q-17 29 -45 29q-33 0 -68 -10.5t-98 -32.5l-6 1q3 19 23 35l-1 4q-23 8 -56 15.5t-63 7.5q-52 0 -96 -26
+t-72 -57.5t-38 -51.5l2 -3q31 9 57 12zM213 654q15 0 26 -2t14 -3l-5 -7l-51 -26q-3 -7 -8 -23.5t-5 -37.5q0 -12 3 -26h-6q-17 12 -27.5 25t-10.5 38q-13 -4 -26 -14.5t-16 -14.5l-4 4q25 87 116 87zM200 499q24 11 48 15v3l-31 17l1 4q8 1 31 5t36 4v2l-27 34l1 4
+q4 -1 16.5 -6.5t30 -16.5t32.5 -27l-1 -4q-5 -1 -40 -7v-4l27 -49l-3 -3q-7 2 -30.5 5.5t-43.5 3.5q-27 0 -50 -2.5t-29 -3.5l-6 3q14 12 38 23zM438 585q2 -19 17 -31q-2 4 -2 7q0 7 4.5 13t10.5 8q-11 3 -30 3zM496 567v-6q0 -14 -13 -19q10 -2 16 -2q4 0 18 2
+q-10 15 -21 25zM519 495q-12 -5 -29 -5q-19 0 -37 8.5t-40 26.5l18 1l53 -20l40 -3zM548 294l30 22q-3 4 -10.5 8t-14.5 4q-6 -7 -6 -20zM589.5 292q-0.5 -12 -0.5 -16l24 23q-1 4 -8 7t-14 3q-1 -5 -1.5 -17zM627 262q3 3 9.5 10t12.5 14q-8 6 -19 8q-4 -4 -4 -8zM664 249
+q8 2 16.5 12.5t10.5 14.5l-26 5zM706 256.5q1 -10.5 3 -20.5q9 7 16 16.5t8 13.5l-17.5 3.5t-10.5 1.5q0 -4 1 -14.5zM749 233q5 2 14 11.5t9 13.5l-10 2.5t-10 1.5q-2 0 -4 -2t-2 -5q0 -10 3 -22zM801.5 233.5q8.5 11.5 8.5 16.5q0 2 -2 4t-5 2h-16l3 -38q3 4 11.5 15.5z
+" />
+ </font>
+</defs></svg>
diff --git a/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Bold.ttf b/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Bold.ttf
new file mode 100644
index 0000000..ece3137
Binary files /dev/null and b/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Bold.ttf differ
diff --git a/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Bold.woff b/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Bold.woff
new file mode 100644
index 0000000..face88a
Binary files /dev/null and b/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Bold.woff differ
diff --git a/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Bold.woff2 b/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Bold.woff2
new file mode 100644
index 0000000..7f85cd9
Binary files /dev/null and b/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Bold.woff2 differ
diff --git a/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Medium.eot b/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Medium.eot
new file mode 100644
index 0000000..3441ed3
Binary files /dev/null and b/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Medium.eot differ
diff --git a/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Medium.otf b/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Medium.otf
new file mode 100644
index 0000000..9382441
Binary files /dev/null and b/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Medium.otf differ
diff --git a/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Medium.svg b/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Medium.svg
new file mode 100644
index 0000000..fd12bed
--- /dev/null
+++ b/csvncgi/.csvn/.fonts/Fira-Mono/FiraMono-Medium.svg
@@ -0,0 +1,3641 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg>
+<metadata>
+Created by FontForge 20120731 at Fri May 5 11:19:36 2017
+ By www-data
+Digitized data copyright (c) 2012-2015, The Mozilla Foundation and Telefonica S.A.
+</metadata>
+<defs>
+<font id="FiraMono-Medium" horiz-adv-x="600" >
+ <font-face
+ font-family="Fira Mono Medium"
+ font-weight="500"
+ font-stretch="normal"
+ units-per-em="1000"
+ panose-1="2 11 6 9 5 0 0 2 0 4"
+ ascent="800"
+ descent="-200"
+ x-height="528"
+ cap-height="690"
+ bbox="-628 -500 1192 1050"
+ underline-thickness="50"
+ underline-position="-50"
+ unicode-range="U+000D-1F310"
+ />
+<missing-glyph
+d="M510 1050v-1400h-420v1400h420zM456 998h-311v-1296h311v1296zM299.5 155.5q-7.5 -6.5 -17.5 -6.5t-17.5 6.5t-7.5 17.5v84q53 3 72 19.5t19 57.5q0 33 -13 51t-48 18q-29 0 -52 -11q-7 -3 -13 -3q-11 0 -17.5 6.5t-6.5 16.5q0 19 29.5 29t63.5 10q60 0 85.5 -32
+t25.5 -83q0 -53 -22.5 -82t-72.5 -36v-45q0 -11 -7.5 -17.5zM257 110q10 10 25 10t25 -10t10 -25q0 -16 -10 -26.5t-25 -10.5t-25 10.5t-10 26.5q0 15 10 25z" />
+ <glyph glyph-name=".notdef"
+d="M510 1050v-1400h-420v1400h420zM456 998h-311v-1296h311v1296zM299.5 155.5q-7.5 -6.5 -17.5 -6.5t-17.5 6.5t-7.5 17.5v84q53 3 72 19.5t19 57.5q0 33 -13 51t-48 18q-29 0 -52 -11q-7 -3 -13 -3q-11 0 -17.5 6.5t-6.5 16.5q0 19 29.5 29t63.5 10q60 0 85.5 -32
+t25.5 -83q0 -53 -22.5 -82t-72.5 -36v-45q0 -11 -7.5 -17.5zM257 110q10 10 25 10t25 -10t10 -25q0 -16 -10 -26.5t-25 -10.5t-25 10.5t-10 26.5q0 15 10 25z" />
+ <glyph glyph-name="null" horiz-adv-x="0"
+ />
+ <glyph glyph-name="nonmarkingreturn" unicode="
"
+ />
+ <glyph glyph-name="space" unicode=" "
+ />
+ <glyph glyph-name="A" unicode="A"
+d="M175 166l-48 -166h-119l220 690h144l220 -690h-123l-48 166h-246zM397 256l-99 344l-99 -344h198z" />
+ <glyph glyph-name="Aacute" unicode="Á"
+d="M175 166l-48 -166h-119l220 690h144l220 -690h-123l-48 166h-246zM397 256l-99 344l-99 -344h198zM427 834l-223 -80l-28 58l205 112z" />
+ <glyph glyph-name="Abreve" unicode="Ă"
+d="M175 166l-48 -166h-119l220 690h144l220 -690h-123l-48 166h-246zM397 256l-99 344l-99 -344h198zM190 792.5q-42 36.5 -48 95.5l68 14q22 -64 88 -64q35 0 57.5 16.5t32.5 47.5l69 -14q-6 -59 -49 -95.5t-110 -36.5q-66 0 -108 36.5z" />
+ <glyph glyph-name="Acircumflex" unicode="Â"
+d="M175 166l-48 -166h-119l220 690h144l220 -690h-123l-48 166h-246zM397 256l-99 344l-99 -344h198zM473 807l-44 -51l-129 82l-128 -82l-45 51l137 116h72z" />
+ <glyph glyph-name="Adieresis" unicode="Ä"
+d="M175 166l-48 -166h-119l220 690h144l220 -690h-123l-48 166h-246zM397 256l-99 344l-99 -344h198zM145.5 784q-18.5 18 -18.5 45t18.5 45.5t46.5 18.5t46.5 -18.5t18.5 -45.5t-18.5 -45t-46.5 -18t-46.5 18zM362 784q-19 18 -19 45t19 45.5t46 18.5q28 0 46.5 -18.5
+t18.5 -45.5t-18.5 -45t-46.5 -18q-27 0 -46 18z" />
+ <glyph glyph-name="Agrave" unicode="À"
+d="M175 166l-48 -166h-119l220 690h144l220 -690h-123l-48 166h-246zM397 256l-99 344l-99 -344h198zM424 812l-30 -58l-217 82l51 90z" />
+ <glyph glyph-name="Amacron" unicode="Ā"
+d="M175 166l-48 -166h-119l220 690h144l220 -690h-123l-48 166h-246zM397 256l-99 344l-99 -344h198zM159 790v82h282v-82h-282z" />
+ <glyph glyph-name="Aogonek" unicode="Ą"
+d="M441.5 -54.5q-25.5 -26.5 -25.5 -58.5q0 -48 56 -48q28 0 59 7l-10 -77q-33 -7 -62 -7q-59 0 -96 29.5t-37 77.5q0 51 34.5 87t102.5 63l-42 147h-246l-48 -166h-119l220 690h144l220 -690h-56q-69 -28 -94.5 -54.5zM397 256l-99 344l-99 -344h198z" />
+ <glyph glyph-name="Aring" unicode="Å"
+d="M175 166l-48 -166h-119l220 690h144l220 -690h-123l-48 166h-246zM397 256l-99 344l-99 -344h198zM388 928q34 -33 34 -81t-34 -80.5t-88 -32.5q-53 0 -87 33t-34 80q0 48 34 81t87 33q54 0 88 -33zM263.5 886.5q-13.5 -14.5 -13.5 -39.5q0 -26 13.5 -40t36.5 -14
+q24 0 37.5 14t13.5 40q0 25 -14 39.5t-37 14.5t-36.5 -14.5z" />
+ <glyph glyph-name="Atilde" unicode="Ã"
+d="M175 166l-48 -166h-119l220 690h144l220 -690h-123l-48 166h-246zM397 256l-99 344l-99 -344h198zM322 778q-16 7 -35 20q-13 10 -23.5 15t-21.5 5q-16 0 -28 -11t-25 -34l-63 31q20 44 49 70.5t67 26.5q21 0 36 -7t35 -20q14 -10 24 -15t21 -5q15 0 27 10.5t25 33.5
+l63 -32q-20 -46 -49.5 -70.5t-65.5 -24.5q-20 0 -36 7z" />
+ <glyph glyph-name="AE" unicode="Æ"
+d="M144 167l-41 -167h-115l192 690h386l-13 -86h-216l45 -211h175v-86h-160l46 -221h163v-86h-251l-31 167h-180zM307 254l-65 352l-78 -352h143z" />
+ <glyph glyph-name="AEacute" unicode="Ǽ"
+d="M144 167l-41 -167h-115l192 690h386l-13 -86h-216l45 -211h175v-86h-160l46 -221h163v-86h-251l-31 167h-180zM307 254l-65 352l-78 -352h143zM484 834l-223 -80l-28 58l205 112z" />
+ <glyph glyph-name="B" unicode="B"
+d="M476 46q-76 -46 -193 -46h-202v690h189q110 0 181 -40.5t71 -134.5q0 -60 -36.5 -98.5t-91.5 -50.5q68 -12 113 -50.5t45 -116.5q0 -107 -76 -153zM372.5 580q-31.5 23 -92.5 23h-83v-199h90q59 0 88 24.5t29 77.5q0 51 -31.5 74zM395 290.5q-36 26.5 -100 26.5h-98v-227
+h94q140 0 140 109q0 65 -36 91.5z" />
+ <glyph glyph-name="C" unicode="C"
+d="M474 687q48 -17 92 -53l-60 -72q-63 51 -143 51q-84 0 -137 -64.5t-53 -202.5q0 -136 52 -200.5t139 -64.5q50 0 85.5 15.5t70.5 43.5l56 -71q-84 -82 -216 -82q-89 0 -159 41.5t-109.5 122.5t-39.5 195q0 112 40.5 193t110.5 123t155 42q68 0 116 -17z" />
+ <glyph glyph-name="Cacute" unicode="Ć"
+d="M474 687q48 -17 92 -53l-60 -72q-63 51 -143 51q-84 0 -137 -64.5t-53 -202.5q0 -136 52 -200.5t139 -64.5q50 0 85.5 15.5t70.5 43.5l56 -71q-84 -82 -216 -82q-89 0 -159 41.5t-109.5 122.5t-39.5 195q0 112 40.5 193t110.5 123t155 42q68 0 116 -17zM491 834l-223 -80
+l-28 58l205 112z" />
+ <glyph glyph-name="Ccaron" unicode="Č"
+d="M474 687q48 -17 92 -53l-60 -72q-63 51 -143 51q-84 0 -137 -64.5t-53 -202.5q0 -136 52 -200.5t139 -64.5q50 0 85.5 15.5t70.5 43.5l56 -71q-84 -82 -216 -82q-89 0 -159 41.5t-109.5 122.5t-39.5 195q0 112 40.5 193t110.5 123t155 42q68 0 116 -17zM537 869
+l-137 -116h-72l-137 116l45 51l128 -82l129 82z" />
+ <glyph glyph-name="Ccedilla" unicode="Ç"
+d="M447.5 -82.5q24.5 -24.5 24.5 -60.5q0 -48 -38 -76t-95 -28q-31 0 -60 7t-49 19l30 58q34 -17 66 -17q57 0 57 38q0 23 -21.5 31t-66.5 8l8 94q-114 19 -182.5 111t-68.5 244q0 112 40.5 193t110.5 123t155 42q68 0 116 -17t92 -53l-60 -72q-63 51 -143 51
+q-84 0 -137 -64.5t-53 -202.5q0 -136 52 -200.5t139 -64.5q50 0 85.5 15.5t70.5 43.5l56 -71q-78 -78 -201 -82v-41q48 -4 72.5 -28.5z" />
+ <glyph glyph-name="Ccircumflex" unicode="Ĉ"
+d="M474 687q48 -17 92 -53l-60 -72q-63 51 -143 51q-84 0 -137 -64.5t-53 -202.5q0 -136 52 -200.5t139 -64.5q50 0 85.5 15.5t70.5 43.5l56 -71q-84 -82 -216 -82q-89 0 -159 41.5t-109.5 122.5t-39.5 195q0 112 40.5 193t110.5 123t155 42q68 0 116 -17zM537 807l-44 -51
+l-129 82l-128 -82l-45 51l137 116h72z" />
+ <glyph glyph-name="Cdotaccent" unicode="Ċ"
+d="M474 687q48 -17 92 -53l-60 -72q-63 51 -143 51q-84 0 -137 -64.5t-53 -202.5q0 -136 52 -200.5t139 -64.5q50 0 85.5 15.5t70.5 43.5l56 -71q-84 -82 -216 -82q-89 0 -159 41.5t-109.5 122.5t-39.5 195q0 112 40.5 193t110.5 123t155 42q68 0 116 -17zM415.5 888
+q20.5 -20 20.5 -50t-20.5 -50.5t-52.5 -20.5t-52.5 20.5t-20.5 50.5t20 50t53 20q32 0 52.5 -20z" />
+ <glyph glyph-name="D" unicode="D"
+d="M470 76.5q-91 -76.5 -230 -76.5h-169v690h158q150 0 241 -72.5t91 -268.5t-91 -272.5zM387.5 549q-51.5 52 -136.5 52h-64v-513h65q187 0 187 261q0 148 -51.5 200z" />
+ <glyph glyph-name="Eth" unicode="Ð"
+d="M480.5 617q91.5 -73 91.5 -268q0 -196 -91 -272.5t-230 -76.5h-169v314h-66v78h66v298h158q149 0 240.5 -73zM450 349q0 148 -51.5 200t-136.5 52h-64v-209h144v-78h-144v-226h65q187 0 187 261z" />
+ <glyph glyph-name="Dcaron" unicode="Ď"
+d="M470 76.5q-91 -76.5 -230 -76.5h-169v690h158q150 0 241 -72.5t91 -268.5t-91 -272.5zM387.5 549q-51.5 52 -136.5 52h-64v-513h65q187 0 187 261q0 148 -51.5 200zM458 869l-137 -116h-72l-137 116l45 51l128 -82l129 82z" />
+ <glyph glyph-name="Dcroat" unicode="Đ"
+d="M480.5 617q91.5 -73 91.5 -268q0 -196 -91 -272.5t-230 -76.5h-169v314h-66v78h66v298h158q149 0 240.5 -73zM450 349q0 148 -51.5 200t-136.5 52h-64v-209h144v-78h-144v-226h65q187 0 187 261z" />
+ <glyph glyph-name="E" unicode="E"
+d="M229 394h250v-87h-250v-219h305v-88h-421v690h415l-13 -88h-286v-208z" />
+ <glyph glyph-name="Eacute" unicode="É"
+d="M229 394h250v-87h-250v-219h305v-88h-421v690h415l-13 -88h-286v-208zM448 834l-223 -80l-28 58l205 112z" />
+ <glyph glyph-name="Ebreve" unicode="Ĕ"
+d="M229 394h250v-87h-250v-219h305v-88h-421v690h415l-13 -88h-286v-208zM211 792.5q-42 36.5 -48 95.5l68 14q22 -64 88 -64q35 0 57.5 16.5t32.5 47.5l69 -14q-6 -59 -49 -95.5t-110 -36.5q-66 0 -108 36.5z" />
+ <glyph glyph-name="Ecaron" unicode="Ě"
+d="M229 394h250v-87h-250v-219h305v-88h-421v690h415l-13 -88h-286v-208zM494 869l-137 -116h-72l-137 116l45 51l128 -82l129 82z" />
+ <glyph glyph-name="Ecircumflex" unicode="Ê"
+d="M229 394h250v-87h-250v-219h305v-88h-421v690h415l-13 -88h-286v-208zM494 807l-44 -51l-129 82l-128 -82l-45 51l137 116h72z" />
+ <glyph glyph-name="Edieresis" unicode="Ë"
+d="M229 394h250v-87h-250v-219h305v-88h-421v690h415l-13 -88h-286v-208zM165.5 784q-18.5 18 -18.5 45t18.5 45.5t46.5 18.5t46.5 -18.5t18.5 -45.5t-18.5 -45t-46.5 -18t-46.5 18zM382 784q-19 18 -19 45t19 45.5t46 18.5q28 0 46.5 -18.5t18.5 -45.5t-18.5 -45t-46.5 -18
+q-27 0 -46 18z" />
+ <glyph glyph-name="Edotaccent" unicode="Ė"
+d="M229 394h250v-87h-250v-219h305v-88h-421v690h415l-13 -88h-286v-208zM372.5 888q20.5 -20 20.5 -50t-20.5 -50.5t-52.5 -20.5t-52.5 20.5t-20.5 50.5t20 50t53 20q32 0 52.5 -20z" />
+ <glyph glyph-name="Egrave" unicode="È"
+d="M229 394h250v-87h-250v-219h305v-88h-421v690h415l-13 -88h-286v-208zM444 812l-30 -58l-217 82l51 90z" />
+ <glyph glyph-name="Emacron" unicode="Ē"
+d="M229 394h250v-87h-250v-219h305v-88h-421v690h415l-13 -88h-286v-208zM179 790v82h282v-82h-282z" />
+ <glyph glyph-name="Eogonek" unicode="Ę"
+d="M534 88v-88h-67q-69 -28 -94.5 -54.5t-25.5 -58.5q0 -48 56 -48q28 0 59 7l-10 -77q-33 -7 -62 -7q-59 0 -96 29.5t-37 77.5q0 43 23.5 74.5t71.5 56.5h-239v690h415l-13 -88h-286v-208h250v-87h-250v-219h305z" />
+ <glyph glyph-name="F" unicode="F"
+d="M243 382h260v-88h-260v-294h-116v690h424l-12 -88h-296v-220z" />
+ <glyph glyph-name="G" unicode="G"
+d="M110.5 78.5q-73.5 91.5 -73.5 267.5q0 114 40.5 195t109 122t151.5 41q67 0 114.5 -19.5t90.5 -60.5l-65 -67q-32 29 -64.5 42.5t-72.5 13.5q-80 0 -131.5 -64.5t-51.5 -202.5q0 -142 40.5 -205.5t124.5 -63.5q64 0 114 29v190h-117l-12 89h242v-335
+q-53 -30 -108.5 -46.5t-123.5 -16.5q-134 0 -207.5 91.5z" />
+ <glyph glyph-name="Gbreve" unicode="Ğ"
+d="M110.5 78.5q-73.5 91.5 -73.5 267.5q0 114 40.5 195t109 122t151.5 41q67 0 114.5 -19.5t90.5 -60.5l-65 -67q-32 29 -64.5 42.5t-72.5 13.5q-80 0 -131.5 -64.5t-51.5 -202.5q0 -142 40.5 -205.5t124.5 -63.5q64 0 114 29v190h-117l-12 89h242v-335
+q-53 -30 -108.5 -46.5t-123.5 -16.5q-134 0 -207.5 91.5zM220 792.5q-42 36.5 -48 95.5l68 14q22 -64 88 -64q35 0 57.5 16.5t32.5 47.5l69 -14q-6 -59 -49 -95.5t-110 -36.5q-66 0 -108 36.5z" />
+ <glyph glyph-name="Gcircumflex" unicode="Ĝ"
+d="M110.5 78.5q-73.5 91.5 -73.5 267.5q0 114 40.5 195t109 122t151.5 41q67 0 114.5 -19.5t90.5 -60.5l-65 -67q-32 29 -64.5 42.5t-72.5 13.5q-80 0 -131.5 -64.5t-51.5 -202.5q0 -142 40.5 -205.5t124.5 -63.5q64 0 114 29v190h-117l-12 89h242v-335
+q-53 -30 -108.5 -46.5t-123.5 -16.5q-134 0 -207.5 91.5zM503 807l-44 -51l-129 82l-128 -82l-45 51l137 116h72z" />
+ <glyph glyph-name="Gcommaaccent" unicode="Ģ"
+d="M110.5 78.5q-73.5 91.5 -73.5 267.5q0 114 40.5 195t109 122t151.5 41q67 0 114.5 -19.5t90.5 -60.5l-65 -67q-32 29 -64.5 42.5t-72.5 13.5q-80 0 -131.5 -64.5t-51.5 -202.5q0 -142 40.5 -205.5t124.5 -63.5q64 0 114 29v190h-117l-12 89h242v-335
+q-53 -30 -108.5 -46.5t-123.5 -16.5q-134 0 -207.5 91.5zM376.5 -86.5q18.5 -17.5 18.5 -44.5q0 -28 -18 -65l-50 -104h-62l29 117q-26 19 -26 52q0 26 18 44t45 18t45.5 -17.5z" />
+ <glyph glyph-name="Gdotaccent" unicode="Ġ"
+d="M110.5 78.5q-73.5 91.5 -73.5 267.5q0 114 40.5 195t109 122t151.5 41q67 0 114.5 -19.5t90.5 -60.5l-65 -67q-32 29 -64.5 42.5t-72.5 13.5q-80 0 -131.5 -64.5t-51.5 -202.5q0 -142 40.5 -205.5t124.5 -63.5q64 0 114 29v190h-117l-12 89h242v-335
+q-53 -30 -108.5 -46.5t-123.5 -16.5q-134 0 -207.5 91.5zM382.5 888q20.5 -20 20.5 -50t-20.5 -50.5t-52.5 -20.5t-52.5 20.5t-20.5 50.5t20 50t53 20q32 0 52.5 -20z" />
+ <glyph glyph-name="H" unicode="H"
+d="M413 314h-226v-314h-116v690h116v-281h226v281h116v-690h-116v314z" />
+ <glyph glyph-name="Hbar" unicode="Ħ"
+d="M598 506h-71v-506h-116v315h-222v-315h-116v506h-71v75h71v109h116v-109h222v109h116v-109h71v-75zM411 506h-222v-98h222v98z" />
+ <glyph glyph-name="Hcircumflex" unicode="Ĥ"
+d="M413 314h-226v-314h-116v690h116v-281h226v281h116v-690h-116v314zM473 807l-44 -51l-129 82l-128 -82l-45 51l137 116h72z" />
+ <glyph glyph-name="I" unicode="I"
+d="M508 602h-150v-513h150v-89h-416v89h150v513h-150v88h416v-88z" />
+ <glyph glyph-name="IJ" unicode="IJ"
+d="M336 -27.5q52 31.5 71.5 82t19.5 127.5v425h-214v-524h69v-83h-272v83h90v524h-90v83h531v-509q0 -139 -76 -226t-262 -109l-14 83q95 12 147 43.5z" />
+ <glyph glyph-name="Iacute" unicode="Í"
+d="M508 602h-150v-513h150v-89h-416v89h150v513h-150v88h416v-88zM427 834l-223 -80l-28 58l205 112z" />
+ <glyph glyph-name="Ibreve" unicode="Ĭ"
+d="M508 602h-150v-513h150v-89h-416v89h150v513h-150v88h416v-88zM190 792.5q-42 36.5 -48 95.5l68 14q22 -64 88 -64q35 0 57.5 16.5t32.5 47.5l69 -14q-6 -59 -49 -95.5t-110 -36.5q-66 0 -108 36.5z" />
+ <glyph glyph-name="Icircumflex" unicode="Î"
+d="M508 602h-150v-513h150v-89h-416v89h150v513h-150v88h416v-88zM473 807l-44 -51l-129 82l-128 -82l-45 51l137 116h72z" />
+ <glyph glyph-name="Idieresis" unicode="Ï"
+d="M508 602h-150v-513h150v-89h-416v89h150v513h-150v88h416v-88zM145.5 784q-18.5 18 -18.5 45t18.5 45.5t46.5 18.5t46.5 -18.5t18.5 -45.5t-18.5 -45t-46.5 -18t-46.5 18zM362 784q-19 18 -19 45t19 45.5t46 18.5q28 0 46.5 -18.5t18.5 -45.5t-18.5 -45t-46.5 -18
+q-27 0 -46 18z" />
+ <glyph glyph-name="Idotaccent" unicode="İ"
+d="M508 602h-150v-513h150v-89h-416v89h150v513h-150v88h416v-88zM352.5 888q20.5 -20 20.5 -50t-20.5 -50.5t-52.5 -20.5t-52.5 20.5t-20.5 50.5t20 50t53 20q32 0 52.5 -20z" />
+ <glyph glyph-name="Igrave" unicode="Ì"
+d="M508 602h-150v-513h150v-89h-416v89h150v513h-150v88h416v-88zM424 812l-30 -58l-217 82l51 90z" />
+ <glyph glyph-name="Imacron" unicode="Ī"
+d="M508 602h-150v-513h150v-89h-416v89h150v513h-150v88h416v-88zM159 790v82h282v-82h-282z" />
+ <glyph glyph-name="Iogonek" unicode="Į"
+d="M358 602v-513h150v-89h-150q-69 -28 -94.5 -54.5t-25.5 -58.5q0 -48 56 -48q28 0 59 7l-10 -77q-33 -7 -62 -7q-59 0 -96 29.5t-37 77.5q0 43 23.5 74.5t71.5 56.5h-151v89h150v513h-150v88h416v-88h-150z" />
+ <glyph glyph-name="Itilde" unicode="Ĩ"
+d="M508 602h-150v-513h150v-89h-416v89h150v513h-150v88h416v-88zM322 778q-16 7 -35 20q-13 10 -23.5 15t-21.5 5q-16 0 -28 -11t-25 -34l-63 31q20 44 49 70.5t67 26.5q21 0 36 -7t35 -20q14 -10 24 -15t21 -5q15 0 27 10.5t25 33.5l63 -32q-20 -46 -49.5 -70.5
+t-65.5 -24.5q-20 0 -36 7z" />
+ <glyph glyph-name="J" unicode="J"
+d="M508 237q0 -109 -62.5 -179.5t-189.5 -70.5q-109 0 -196 64l47 73q39 -25 74 -35.5t71 -10.5q65 0 102.5 42t37.5 119v362h-207v89h323v-453z" />
+ <glyph glyph-name="Jcircumflex" unicode="Ĵ"
+d="M508 237q0 -109 -62.5 -179.5t-189.5 -70.5q-109 0 -196 64l47 73q39 -25 74 -35.5t71 -10.5q65 0 102.5 42t37.5 119v362h-207v89h323v-453zM524 807l-44 -51l-129 82l-128 -82l-45 51l137 116h72z" />
+ <glyph glyph-name="K" unicode="K"
+d="M88 0v690h116v-690h-116zM448 690h128l-241 -314l260 -376h-139l-247 369z" />
+ <glyph glyph-name="Kcommaaccent" unicode="Ķ"
+d="M88 0v690h116v-690h-116zM448 690h128l-241 -314l260 -376h-139l-247 369zM361.5 -86.5q18.5 -17.5 18.5 -44.5q0 -28 -18 -65l-50 -104h-62l29 117q-26 19 -26 52q0 26 18 44t45 18t45.5 -17.5z" />
+ <glyph glyph-name="L" unicode="L"
+d="M120 690h115v-593h310l-13 -97h-412v690z" />
+ <glyph glyph-name="Lacute" unicode="Ĺ"
+d="M120 690h115v-593h310l-13 -97h-412v690zM305 834l-223 -80l-28 58l205 112z" />
+ <glyph glyph-name="Lcaron" unicode="Ľ"
+d="M120 690h115v-593h310l-13 -97h-412v690zM424 691l-63 -198l-67 10l30 201z" />
+ <glyph glyph-name="Lcommaaccent" unicode="Ļ"
+d="M120 690h115v-593h310l-13 -97h-412v690zM373.5 -86.5q18.5 -17.5 18.5 -44.5q0 -28 -18 -65l-50 -104h-62l29 117q-26 19 -26 52q0 26 18 44t45 18t45.5 -17.5z" />
+ <glyph glyph-name="Ldot" unicode="Ŀ"
+d="M120 690h115v-593h310l-13 -97h-412v690zM522.5 430.5q20.5 -20.5 20.5 -50.5t-20.5 -50t-53.5 -20q-32 0 -52.5 20t-20.5 50t20.5 50.5t52.5 20.5q33 0 53.5 -20.5z" />
+ <glyph glyph-name="Lslash" unicode="Ł"
+d="M549 97l-13 -97h-412v253l-53 -33l-43 69l96 58v343h116v-271l149 93l44 -67l-193 -120v-228h309z" />
+ <glyph glyph-name="M" unicode="M"
+d="M575 0h-107l-16 336q-3 66 -3 127q0 79 3 125l-102 -466h-101l-109 466q4 -51 4 -157q0 -64 -1 -96l-14 -335h-104l39 690h139l99 -462l94 462h140z" />
+ <glyph glyph-name="N" unicode="N"
+d="M158 587q16 -164 16 -274v-313h-103v690h151l220 -587q-7 74 -11.5 133.5t-4.5 139.5v314h103v-690h-151z" />
+ <glyph glyph-name="Nacute" unicode="Ń"
+d="M158 587q16 -164 16 -274v-313h-103v690h151l220 -587q-7 74 -11.5 133.5t-4.5 139.5v314h103v-690h-151zM430 834l-223 -80l-28 58l205 112z" />
+ <glyph glyph-name="Ncaron" unicode="Ň"
+d="M158 587q16 -164 16 -274v-313h-103v690h151l220 -587q-7 74 -11.5 133.5t-4.5 139.5v314h103v-690h-151zM476 869l-137 -116h-72l-137 116l45 51l128 -82l129 82z" />
+ <glyph glyph-name="Ncommaaccent" unicode="Ņ"
+d="M158 587q16 -164 16 -274v-313h-103v690h151l220 -587q-7 74 -11.5 133.5t-4.5 139.5v314h103v-690h-151zM347.5 -86.5q18.5 -17.5 18.5 -44.5q0 -28 -18 -65l-50 -104h-62l29 117q-26 19 -26 52q0 26 18 44t45 18t45.5 -17.5z" />
+ <glyph glyph-name="Eng" unicode="Ŋ"
+d="M485.5 -175q-43.5 -43 -122.5 -43q-68 0 -121 40l43 70q20 -11 34.5 -16t35.5 -5q58 0 58 72v57h-35l-220 587q16 -164 16 -274v-313h-103v690h151l220 -587q-7 74 -11.5 133.5t-4.5 139.5v314h103v-739q0 -83 -43.5 -126z" />
+ <glyph glyph-name="Ntilde" unicode="Ñ"
+d="M158 587q16 -164 16 -274v-313h-103v690h151l220 -587q-7 74 -11.5 133.5t-4.5 139.5v314h103v-690h-151zM324 778q-16 7 -35 20q-13 10 -23.5 15t-21.5 5q-16 0 -28 -11t-25 -34l-63 31q20 44 49 70.5t67 26.5q21 0 36 -7t35 -20q14 -10 24 -15t21 -5q15 0 27 10.5
+t25 33.5l63 -32q-20 -46 -49.5 -70.5t-65.5 -24.5q-20 0 -36 7z" />
+ <glyph glyph-name="O" unicode="O"
+d="M494.5 84q-67.5 -97 -194.5 -97t-194.5 95.5t-67.5 261.5q0 164 67.5 262t194.5 98t194.5 -96.5t67.5 -262.5q0 -164 -67.5 -261zM409 547q-34 66 -109 66t-109 -66t-34 -203q0 -135 34.5 -201t108.5 -66q75 0 109 66t34 202t-34 202z" />
+ <glyph glyph-name="Oacute" unicode="Ó"
+d="M494.5 84q-67.5 -97 -194.5 -97t-194.5 95.5t-67.5 261.5q0 164 67.5 262t194.5 98t194.5 -96.5t67.5 -262.5q0 -164 -67.5 -261zM409 547q-34 66 -109 66t-109 -66t-34 -203q0 -135 34.5 -201t108.5 -66q75 0 109 66t34 202t-34 202zM427 834l-223 -80l-28 58l205 112z
+" />
+ <glyph glyph-name="Obreve" unicode="Ŏ"
+d="M494.5 84q-67.5 -97 -194.5 -97t-194.5 95.5t-67.5 261.5q0 164 67.5 262t194.5 98t194.5 -96.5t67.5 -262.5q0 -164 -67.5 -261zM409 547q-34 66 -109 66t-109 -66t-34 -203q0 -135 34.5 -201t108.5 -66q75 0 109 66t34 202t-34 202zM190 792.5q-42 36.5 -48 95.5l68 14
+q22 -64 88 -64q35 0 57.5 16.5t32.5 47.5l69 -14q-6 -59 -49 -95.5t-110 -36.5q-66 0 -108 36.5z" />
+ <glyph glyph-name="Ocircumflex" unicode="Ô"
+d="M494.5 84q-67.5 -97 -194.5 -97t-194.5 95.5t-67.5 261.5q0 164 67.5 262t194.5 98t194.5 -96.5t67.5 -262.5q0 -164 -67.5 -261zM409 547q-34 66 -109 66t-109 -66t-34 -203q0 -135 34.5 -201t108.5 -66q75 0 109 66t34 202t-34 202zM473 807l-44 -51l-129 82l-128 -82
+l-45 51l137 116h72z" />
+ <glyph glyph-name="Odieresis" unicode="Ö"
+d="M494.5 84q-67.5 -97 -194.5 -97t-194.5 95.5t-67.5 261.5q0 164 67.5 262t194.5 98t194.5 -96.5t67.5 -262.5q0 -164 -67.5 -261zM409 547q-34 66 -109 66t-109 -66t-34 -203q0 -135 34.5 -201t108.5 -66q75 0 109 66t34 202t-34 202zM145.5 784q-18.5 18 -18.5 45
+t18.5 45.5t46.5 18.5t46.5 -18.5t18.5 -45.5t-18.5 -45t-46.5 -18t-46.5 18zM362 784q-19 18 -19 45t19 45.5t46 18.5q28 0 46.5 -18.5t18.5 -45.5t-18.5 -45t-46.5 -18q-27 0 -46 18z" />
+ <glyph glyph-name="Ograve" unicode="Ò"
+d="M494.5 84q-67.5 -97 -194.5 -97t-194.5 95.5t-67.5 261.5q0 164 67.5 262t194.5 98t194.5 -96.5t67.5 -262.5q0 -164 -67.5 -261zM409 547q-34 66 -109 66t-109 -66t-34 -203q0 -135 34.5 -201t108.5 -66q75 0 109 66t34 202t-34 202zM424 812l-30 -58l-217 82l51 90z
+" />
+ <glyph glyph-name="Ohungarumlaut" unicode="Ő"
+d="M494.5 84q-67.5 -97 -194.5 -97t-194.5 95.5t-67.5 261.5q0 164 67.5 262t194.5 98t194.5 -96.5t67.5 -262.5q0 -164 -67.5 -261zM409 547q-34 66 -109 66t-109 -66t-34 -203q0 -135 34.5 -201t108.5 -66q75 0 109 66t34 202t-34 202zM259 965l87 -40l-107 -171l-66 29z
+M430 965l85 -43l-114 -170l-64 32z" />
+ <glyph glyph-name="Omacron" unicode="Ō"
+d="M494.5 84q-67.5 -97 -194.5 -97t-194.5 95.5t-67.5 261.5q0 164 67.5 262t194.5 98t194.5 -96.5t67.5 -262.5q0 -164 -67.5 -261zM409 547q-34 66 -109 66t-109 -66t-34 -203q0 -135 34.5 -201t108.5 -66q75 0 109 66t34 202t-34 202zM159 790v82h282v-82h-282z" />
+ <glyph glyph-name="Oslash" unicode="Ø"
+d="M531 535.5q31 -81.5 31 -190.5q0 -164 -67.5 -261t-194.5 -97q-32 0 -59 6l-31 -103l-89 25l37 116q-58 43 -89 123.5t-31 189.5q0 164 67.5 262t194.5 98q33 0 60 -7l31 106l88 -25l-37 -118q58 -43 89 -124.5zM190 548q-34 -66 -34 -204q0 -163 45 -223l141 488
+q-20 5 -42 5q-76 0 -110 -66zM410 142q34 66 34 203q0 84 -10.5 139t-33.5 86l-142 -489q22 -5 42 -5q76 0 110 66z" />
+ <glyph glyph-name="Oslashacute" unicode="Ǿ"
+d="M531 535.5q31 -81.5 31 -190.5q0 -164 -67.5 -261t-194.5 -97q-32 0 -59 6l-31 -103l-89 25l37 116q-58 43 -89 123.5t-31 189.5q0 164 67.5 262t194.5 98q33 0 60 -7l31 106l88 -25l-37 -118q58 -43 89 -124.5zM190 548q-34 -66 -34 -204q0 -163 45 -223l141 488
+q-20 5 -42 5q-76 0 -110 -66zM410 142q34 66 34 203q0 84 -10.5 139t-33.5 86l-142 -489q22 -5 42 -5q76 0 110 66zM427 834l-223 -80l-28 58l205 112z" />
+ <glyph glyph-name="Otilde" unicode="Õ"
+d="M494.5 84q-67.5 -97 -194.5 -97t-194.5 95.5t-67.5 261.5q0 164 67.5 262t194.5 98t194.5 -96.5t67.5 -262.5q0 -164 -67.5 -261zM409 547q-34 66 -109 66t-109 -66t-34 -203q0 -135 34.5 -201t108.5 -66q75 0 109 66t34 202t-34 202zM322 778q-16 7 -35 20
+q-13 10 -23.5 15t-21.5 5q-16 0 -28 -11t-25 -34l-63 31q20 44 49 70.5t67 26.5q21 0 36 -7t35 -20q14 -10 24 -15t21 -5q15 0 27 10.5t25 33.5l63 -32q-20 -46 -49.5 -70.5t-65.5 -24.5q-20 0 -36 7z" />
+ <glyph glyph-name="OE" unicode="Œ"
+d="M297 690h307l-13 -86h-220q48 -66 55 -211h141v-86h-141q-4 -148 -60 -221h243v-86h-315q-41 -13 -77 -13q-109 0 -161.5 90t-52.5 267q0 175 53 267.5t161 92.5q38 0 80 -14zM138 554q-24 -63 -24 -210q0 -145 25 -208.5t78 -63.5q56 0 80.5 63.5t24.5 209.5
+q0 100 -10.5 159t-33.5 86t-61 27q-55 0 -79 -63z" />
+ <glyph glyph-name="P" unicode="P"
+d="M492 301.5q-72 -55.5 -197 -55.5h-84v-246h-115v690h191q133 0 205 -54.5t72 -162.5q0 -116 -72 -171.5zM295 603h-84v-269h85q70 0 108.5 32t38.5 107q0 130 -148 130z" />
+ <glyph glyph-name="Thorn" unicode="Þ"
+d="M205 575h82q133 0 205 -55t72 -165q0 -117 -71.5 -174t-197.5 -57h-90v-124h-116v690h116v-115zM205 488v-276h93q69 0 106.5 32t37.5 109q0 70 -38 102.5t-108 32.5h-91z" />
+ <glyph glyph-name="Q" unicode="Q"
+d="M528.5 152.5q-33.5 -79.5 -110.5 -120.5q77 -15 120.5 -51.5t69.5 -113.5l-107 -40q-23 57 -49 91.5t-65 52.5t-97 18q-121 0 -185.5 94.5t-64.5 260.5q0 165 67.5 262.5t193.5 97.5q127 0 194 -96t67 -263q0 -113 -33.5 -192.5zM408.5 547.5q-32.5 65.5 -107.5 65.5
+t-107.5 -66t-32.5 -203q0 -136 33.5 -201.5t106.5 -65.5q75 0 107.5 65.5t32.5 202.5t-32.5 202.5z" />
+ <glyph glyph-name="R" unicode="R"
+d="M503 370q-43 -48 -114 -70l196 -300h-135l-174 284h-75v-284h-116v690h192q269 0 269 -200q0 -72 -43 -120zM390.5 577q-34.5 27 -106.5 27h-83v-235h86q68 0 103 29t35 92q0 60 -34.5 87z" />
+ <glyph glyph-name="Racute" unicode="Ŕ"
+d="M503 370q-43 -48 -114 -70l196 -300h-135l-174 284h-75v-284h-116v690h192q269 0 269 -200q0 -72 -43 -120zM390.5 577q-34.5 27 -106.5 27h-83v-235h86q68 0 103 29t35 92q0 60 -34.5 87zM427 834l-223 -80l-28 58l205 112z" />
+ <glyph glyph-name="Rcaron" unicode="Ř"
+d="M503 370q-43 -48 -114 -70l196 -300h-135l-174 284h-75v-284h-116v690h192q269 0 269 -200q0 -72 -43 -120zM390.5 577q-34.5 27 -106.5 27h-83v-235h86q68 0 103 29t35 92q0 60 -34.5 87zM473 869l-137 -116h-72l-137 116l45 51l128 -82l129 82z" />
+ <glyph glyph-name="Rcommaaccent" unicode="Ŗ"
+d="M503 370q-43 -48 -114 -70l196 -300h-135l-174 284h-75v-284h-116v690h192q269 0 269 -200q0 -72 -43 -120zM390.5 577q-34.5 27 -106.5 27h-83v-235h86q68 0 103 29t35 92q0 60 -34.5 87zM350.5 -86.5q18.5 -17.5 18.5 -44.5q0 -28 -18 -65l-50 -104h-62l29 117
+q-26 19 -26 52q0 26 18 44t45 18t45.5 -17.5z" />
+ <glyph glyph-name="S" unicode="S"
+d="M517.5 86q-31.5 -47 -91 -73t-141.5 -26q-160 0 -254 92l64 71q78 -72 190 -72q62 0 102.5 29t40.5 82q0 31 -12.5 52t-42.5 37.5t-86 33.5q-115 34 -169 81t-54 124q0 55 30.5 97.5t84.5 66t122 23.5q139 0 231 -83l-61 -69q-71 61 -163 61q-56 0 -90.5 -23t-34.5 -66
+q0 -27 14.5 -46t49 -34.5t97.5 -34.5q100 -30 152.5 -77t52.5 -137q0 -62 -31.5 -109z" />
+ <glyph glyph-name="Sacute" unicode="Ś"
+d="M517.5 86q-31.5 -47 -91 -73t-141.5 -26q-160 0 -254 92l64 71q78 -72 190 -72q62 0 102.5 29t40.5 82q0 31 -12.5 52t-42.5 37.5t-86 33.5q-115 34 -169 81t-54 124q0 55 30.5 97.5t84.5 66t122 23.5q139 0 231 -83l-61 -69q-71 61 -163 61q-56 0 -90.5 -23t-34.5 -66
+q0 -27 14.5 -46t49 -34.5t97.5 -34.5q100 -30 152.5 -77t52.5 -137q0 -62 -31.5 -109zM434 834l-223 -80l-28 58l205 112z" />
+ <glyph glyph-name="Scaron" unicode="Š"
+d="M517.5 86q-31.5 -47 -91 -73t-141.5 -26q-160 0 -254 92l64 71q78 -72 190 -72q62 0 102.5 29t40.5 82q0 31 -12.5 52t-42.5 37.5t-86 33.5q-115 34 -169 81t-54 124q0 55 30.5 97.5t84.5 66t122 23.5q139 0 231 -83l-61 -69q-71 61 -163 61q-56 0 -90.5 -23t-34.5 -66
+q0 -27 14.5 -46t49 -34.5t97.5 -34.5q100 -30 152.5 -77t52.5 -137q0 -62 -31.5 -109zM480 869l-137 -116h-72l-137 116l45 51l128 -82l129 82z" />
+ <glyph glyph-name="Scedilla" unicode="Ş"
+d="M489 53q-60 -56 -167 -65v-42q48 -4 72.5 -28.5t24.5 -60.5q0 -48 -38 -76t-95 -28q-31 0 -60 7t-49 19l30 58q34 -17 66 -17q57 0 57 38q0 23 -21.5 31t-66.5 8l8 91q-135 10 -219 91l64 71q78 -72 190 -72q62 0 102.5 29t40.5 82q0 31 -12.5 52t-42.5 37.5t-86 33.5
+q-115 34 -169 81t-54 124q0 55 30.5 97.5t84.5 66t122 23.5q139 0 231 -83l-61 -69q-71 61 -163 61q-56 0 -90.5 -23t-34.5 -66q0 -27 14.5 -46t49 -34.5t97.5 -34.5q100 -30 152.5 -77t52.5 -137q0 -86 -60 -142z" />
+ <glyph glyph-name="Scircumflex" unicode="Ŝ"
+d="M517.5 86q-31.5 -47 -91 -73t-141.5 -26q-160 0 -254 92l64 71q78 -72 190 -72q62 0 102.5 29t40.5 82q0 31 -12.5 52t-42.5 37.5t-86 33.5q-115 34 -169 81t-54 124q0 55 30.5 97.5t84.5 66t122 23.5q139 0 231 -83l-61 -69q-71 61 -163 61q-56 0 -90.5 -23t-34.5 -66
+q0 -27 14.5 -46t49 -34.5t97.5 -34.5q100 -30 152.5 -77t52.5 -137q0 -62 -31.5 -109zM480 807l-44 -51l-129 82l-128 -82l-45 51l137 116h72z" />
+ <glyph glyph-name="Scommaaccent" unicode="Ș"
+d="M517.5 86q-31.5 -47 -91 -73t-141.5 -26q-160 0 -254 92l64 71q78 -72 190 -72q62 0 102.5 29t40.5 82q0 31 -12.5 52t-42.5 37.5t-86 33.5q-115 34 -169 81t-54 124q0 55 30.5 97.5t84.5 66t122 23.5q139 0 231 -83l-61 -69q-71 61 -163 61q-56 0 -90.5 -23t-34.5 -66
+q0 -27 14.5 -46t49 -34.5t97.5 -34.5q100 -30 152.5 -77t52.5 -137q0 -62 -31.5 -109zM345.5 -86.5q18.5 -17.5 18.5 -44.5q0 -28 -18 -65l-50 -104h-62l29 117q-26 19 -26 52q0 26 18 44t45 18t45.5 -17.5z" />
+ <glyph glyph-name="T" unicode="T"
+d="M357 0h-116v596h-208v94h535l-12 -94h-199v-596z" />
+ <glyph glyph-name="Tbar" unicode="Ŧ"
+d="M357 596v-183h126v-77h-126v-336h-116v336h-125v77h125v183h-208v94h535l-12 -94h-199z" />
+ <glyph glyph-name="Tcaron" unicode="Ť"
+d="M357 0h-116v596h-208v94h535l-12 -94h-199v-596zM472 869l-137 -116h-72l-137 116l45 51l128 -82l129 82z" />
+ <glyph glyph-name="uni0162" unicode="Ţ"
+d="M335 0v-54q48 -4 72.5 -28.5t24.5 -60.5q0 -48 -37.5 -76t-94.5 -28q-31 0 -60.5 7t-49.5 19l31 58q32 -17 66 -17q57 0 57 38q0 23 -21.5 31t-67.5 8l10 103h-24v596h-208v94h535l-12 -94h-199v-596h-22z" />
+ <glyph glyph-name="uni021A" unicode="Ț"
+d="M357 0h-116v596h-208v94h535l-12 -94h-199v-596zM346.5 -86.5q18.5 -17.5 18.5 -44.5q0 -28 -18 -65l-50 -104h-62l29 117q-26 19 -26 52q0 26 18 44t45 18t45.5 -17.5z" />
+ <glyph glyph-name="U" unicode="U"
+d="M539 226q0 -70 -28.5 -124t-82.5 -84.5t-129 -30.5q-113 0 -175.5 65t-62.5 174v464h116v-442q0 -86 29.5 -127.5t92.5 -41.5q64 0 93.5 41.5t29.5 127.5v442h117v-464z" />
+ <glyph glyph-name="Uacute" unicode="Ú"
+d="M539 226q0 -70 -28.5 -124t-82.5 -84.5t-129 -30.5q-113 0 -175.5 65t-62.5 174v464h116v-442q0 -86 29.5 -127.5t92.5 -41.5q64 0 93.5 41.5t29.5 127.5v442h117v-464zM427 834l-223 -80l-28 58l205 112z" />
+ <glyph glyph-name="Ubreve" unicode="Ŭ"
+d="M539 226q0 -70 -28.5 -124t-82.5 -84.5t-129 -30.5q-113 0 -175.5 65t-62.5 174v464h116v-442q0 -86 29.5 -127.5t92.5 -41.5q64 0 93.5 41.5t29.5 127.5v442h117v-464zM190 792.5q-42 36.5 -48 95.5l68 14q22 -64 88 -64q35 0 57.5 16.5t32.5 47.5l69 -14
+q-6 -59 -49 -95.5t-110 -36.5q-66 0 -108 36.5z" />
+ <glyph glyph-name="Ucircumflex" unicode="Û"
+d="M539 226q0 -70 -28.5 -124t-82.5 -84.5t-129 -30.5q-113 0 -175.5 65t-62.5 174v464h116v-442q0 -86 29.5 -127.5t92.5 -41.5q64 0 93.5 41.5t29.5 127.5v442h117v-464zM473 807l-44 -51l-129 82l-128 -82l-45 51l137 116h72z" />
+ <glyph glyph-name="Udieresis" unicode="Ü"
+d="M539 226q0 -70 -28.5 -124t-82.5 -84.5t-129 -30.5q-113 0 -175.5 65t-62.5 174v464h116v-442q0 -86 29.5 -127.5t92.5 -41.5q64 0 93.5 41.5t29.5 127.5v442h117v-464zM145.5 784q-18.5 18 -18.5 45t18.5 45.5t46.5 18.5t46.5 -18.5t18.5 -45.5t-18.5 -45t-46.5 -18
+t-46.5 18zM362 784q-19 18 -19 45t19 45.5t46 18.5q28 0 46.5 -18.5t18.5 -45.5t-18.5 -45t-46.5 -18q-27 0 -46 18z" />
+ <glyph glyph-name="Ugrave" unicode="Ù"
+d="M539 226q0 -70 -28.5 -124t-82.5 -84.5t-129 -30.5q-113 0 -175.5 65t-62.5 174v464h116v-442q0 -86 29.5 -127.5t92.5 -41.5q64 0 93.5 41.5t29.5 127.5v442h117v-464zM424 812l-30 -58l-217 82l51 90z" />
+ <glyph glyph-name="Uhungarumlaut" unicode="Ű"
+d="M539 226q0 -70 -28.5 -124t-82.5 -84.5t-129 -30.5q-113 0 -175.5 65t-62.5 174v464h116v-442q0 -86 29.5 -127.5t92.5 -41.5q64 0 93.5 41.5t29.5 127.5v442h117v-464zM259 965l87 -40l-107 -171l-66 29zM430 965l85 -43l-114 -170l-64 32z" />
+ <glyph glyph-name="Umacron" unicode="Ū"
+d="M539 226q0 -70 -28.5 -124t-82.5 -84.5t-129 -30.5q-113 0 -175.5 65t-62.5 174v464h116v-442q0 -86 29.5 -127.5t92.5 -41.5q64 0 93.5 41.5t29.5 127.5v442h117v-464zM159 790v82h282v-82h-282z" />
+ <glyph glyph-name="Uogonek" unicode="Ų"
+d="M539 690v-464q0 -85 -41.5 -146t-116.5 -83q-66 -27 -90 -53t-24 -57q0 -48 56 -48q28 0 59 7l-10 -77q-33 -7 -62 -7q-59 0 -96 29.5t-37 77.5q0 38 19.5 67.5t57.5 53.5q-92 13 -142.5 76t-50.5 160v464h116v-442q0 -86 29.5 -127.5t92.5 -41.5q64 0 93.5 41.5
+t29.5 127.5v442h117z" />
+ <glyph glyph-name="Uring" unicode="Ů"
+d="M539 226q0 -70 -28.5 -124t-82.5 -84.5t-129 -30.5q-113 0 -175.5 65t-62.5 174v464h116v-442q0 -86 29.5 -127.5t92.5 -41.5q64 0 93.5 41.5t29.5 127.5v442h117v-464zM388 928q34 -33 34 -81t-34 -80.5t-88 -32.5q-53 0 -87 33t-34 80q0 48 34 81t87 33q54 0 88 -33z
+M263.5 886.5q-13.5 -14.5 -13.5 -39.5q0 -26 13.5 -40t36.5 -14q24 0 37.5 14t13.5 40q0 25 -14 39.5t-37 14.5t-36.5 -14.5z" />
+ <glyph glyph-name="Utilde" unicode="Ũ"
+d="M539 226q0 -70 -28.5 -124t-82.5 -84.5t-129 -30.5q-113 0 -175.5 65t-62.5 174v464h116v-442q0 -86 29.5 -127.5t92.5 -41.5q64 0 93.5 41.5t29.5 127.5v442h117v-464zM322 778q-16 7 -35 20q-13 10 -23.5 15t-21.5 5q-16 0 -28 -11t-25 -34l-63 31q20 44 49 70.5
+t67 26.5q21 0 36 -7t35 -20q14 -10 24 -15t21 -5q15 0 27 10.5t25 33.5l63 -32q-20 -46 -49.5 -70.5t-65.5 -24.5q-20 0 -36 7z" />
+ <glyph glyph-name="V" unicode="V"
+d="M467 690h118l-219 -690h-132l-219 690h124l163 -580z" />
+ <glyph glyph-name="W" unicode="W"
+d="M503 0h-136l-68 511l-71 -511h-138l-88 690h112l54 -578l74 498h119l69 -498l64 578h104z" />
+ <glyph glyph-name="Wacute" unicode="Ẃ"
+d="M503 0h-136l-68 511l-71 -511h-138l-88 690h112l54 -578l74 498h119l69 -498l64 578h104zM427 834l-223 -80l-28 58l205 112z" />
+ <glyph glyph-name="Wcircumflex" unicode="Ŵ"
+d="M503 0h-136l-68 511l-71 -511h-138l-88 690h112l54 -578l74 498h119l69 -498l64 578h104zM473 807l-44 -51l-129 82l-128 -82l-45 51l137 116h72z" />
+ <glyph glyph-name="Wdieresis" unicode="Ẅ"
+d="M503 0h-136l-68 511l-71 -511h-138l-88 690h112l54 -578l74 498h119l69 -498l64 578h104zM145.5 784q-18.5 18 -18.5 45t18.5 45.5t46.5 18.5t46.5 -18.5t18.5 -45.5t-18.5 -45t-46.5 -18t-46.5 18zM362 784q-19 18 -19 45t19 45.5t46 18.5q28 0 46.5 -18.5t18.5 -45.5
+t-18.5 -45t-46.5 -18q-27 0 -46 18z" />
+ <glyph glyph-name="Wgrave" unicode="Ẁ"
+d="M503 0h-136l-68 511l-71 -511h-138l-88 690h112l54 -578l74 498h119l69 -498l64 578h104zM424 812l-30 -58l-217 82l51 90z" />
+ <glyph glyph-name="X" unicode="X"
+d="M167 690l133 -248l135 248h123l-191 -317l213 -373h-129l-153 293l-154 -293h-123l208 367l-191 323h129z" />
+ <glyph glyph-name="Y" unicode="Y"
+d="M358 0h-116v263l-231 427h128l163 -327l165 327h122l-231 -426v-264z" />
+ <glyph glyph-name="Yacute" unicode="Ý"
+d="M358 0h-116v263l-231 427h128l163 -327l165 327h122l-231 -426v-264zM429 834l-223 -80l-28 58l205 112z" />
+ <glyph glyph-name="Ycircumflex" unicode="Ŷ"
+d="M358 0h-116v263l-231 427h128l163 -327l165 327h122l-231 -426v-264zM475 807l-44 -51l-129 82l-128 -82l-45 51l137 116h72z" />
+ <glyph glyph-name="Ydieresis" unicode="Ÿ"
+d="M358 0h-116v263l-231 427h128l163 -327l165 327h122l-231 -426v-264zM147.5 784q-18.5 18 -18.5 45t18.5 45.5t46.5 18.5t46.5 -18.5t18.5 -45.5t-18.5 -45t-46.5 -18t-46.5 18zM364 784q-19 18 -19 45t19 45.5t46 18.5q28 0 46.5 -18.5t18.5 -45.5t-18.5 -45t-46.5 -18
+q-27 0 -46 18z" />
+ <glyph glyph-name="Ygrave" unicode="Ỳ"
+d="M358 0h-116v263l-231 427h128l163 -327l165 327h122l-231 -426v-264zM426 812l-30 -58l-217 82l51 90z" />
+ <glyph glyph-name="Z" unicode="Z"
+d="M540 96l-12 -96h-469v90l351 506h-315v94h443v-91l-346 -503h348z" />
+ <glyph glyph-name="Zacute" unicode="Ź"
+d="M540 96l-12 -96h-469v90l351 506h-315v94h443v-91l-346 -503h348zM443 834l-223 -80l-28 58l205 112z" />
+ <glyph glyph-name="Zcaron" unicode="Ž"
+d="M540 96l-12 -96h-469v90l351 506h-315v94h443v-91l-346 -503h348zM490 869l-137 -116h-72l-137 116l45 51l128 -82l129 82z" />
+ <glyph glyph-name="Zdotaccent" unicode="Ż"
+d="M540 96l-12 -96h-469v90l351 506h-315v94h443v-91l-346 -503h348zM368.5 888q20.5 -20 20.5 -50t-20.5 -50.5t-52.5 -20.5t-52.5 20.5t-20.5 50.5t20 50t53 20q32 0 52.5 -20z" />
+ <glyph glyph-name="Cacute.loclPLK"
+d="M474 687q48 -17 92 -53l-60 -72q-63 51 -143 51q-84 0 -137 -64.5t-53 -202.5q0 -136 52 -200.5t139 -64.5q50 0 85.5 15.5t70.5 43.5l56 -71q-84 -82 -216 -82q-89 0 -159 41.5t-109.5 122.5t-39.5 195q0 112 40.5 193t110.5 123t155 42q68 0 116 -17zM496 880
+l-137 -148l-54 34l104 171z" />
+ <glyph glyph-name="Nacute.loclPLK"
+d="M158 587q16 -164 16 -274v-313h-103v690h151l220 -587q-7 74 -11.5 133.5t-4.5 139.5v314h103v-690h-151zM435 880l-137 -148l-54 34l104 171z" />
+ <glyph glyph-name="Oacute.loclPLK"
+d="M494.5 84q-67.5 -97 -194.5 -97t-194.5 95.5t-67.5 261.5q0 164 67.5 262t194.5 98t194.5 -96.5t67.5 -262.5q0 -164 -67.5 -261zM409 547q-34 66 -109 66t-109 -66t-34 -203q0 -135 34.5 -201t108.5 -66q75 0 109 66t34 202t-34 202zM432 880l-137 -148l-54 34l104 171z
+" />
+ <glyph glyph-name="Sacute.loclPLK"
+d="M517.5 86q-31.5 -47 -91 -73t-141.5 -26q-160 0 -254 92l64 71q78 -72 190 -72q62 0 102.5 29t40.5 82q0 31 -12.5 52t-42.5 37.5t-86 33.5q-115 34 -169 81t-54 124q0 55 30.5 97.5t84.5 66t122 23.5q139 0 231 -83l-61 -69q-71 61 -163 61q-56 0 -90.5 -23t-34.5 -66
+q0 -27 14.5 -46t49 -34.5t97.5 -34.5q100 -30 152.5 -77t52.5 -137q0 -62 -31.5 -109zM439 880l-137 -148l-54 34l104 171z" />
+ <glyph glyph-name="Zacute.loclPLK"
+d="M540 96l-12 -96h-469v90l351 506h-315v94h443v-91l-346 -503h348zM448 880l-137 -148l-54 34l104 171z" />
+ <glyph glyph-name="a" unicode="a"
+d="M502 84.5q9 -14.5 31 -21.5l-26 -76q-83 10 -109 73q-29 -36 -72.5 -54.5t-95.5 -18.5q-80 0 -127 45t-47 119q0 83 65.5 128t185.5 45h75v34q0 50 -30 73t-87 23q-28 0 -65 -7t-75 -20l-28 79q95 36 185 36q105 0 158 -46t53 -131v-236q0 -30 9 -44.5zM330.5 87
+q32.5 18 51.5 50v117h-62q-76 0 -111 -25.5t-35 -73.5q0 -42 22.5 -64t66.5 -22q35 0 67.5 18z" />
+ <glyph glyph-name="aacute" unicode="á"
+d="M502 84.5q9 -14.5 31 -21.5l-26 -76q-83 10 -109 73q-29 -36 -72.5 -54.5t-95.5 -18.5q-80 0 -127 45t-47 119q0 83 65.5 128t185.5 45h75v34q0 50 -30 73t-87 23q-28 0 -65 -7t-75 -20l-28 79q95 36 185 36q105 0 158 -46t53 -131v-236q0 -30 9 -44.5zM330.5 87
+q32.5 18 51.5 50v117h-62q-76 0 -111 -25.5t-35 -73.5q0 -42 22.5 -64t66.5 -22q35 0 67.5 18zM420 722l-219 -89l-33 59l205 119z" />
+ <glyph glyph-name="abreve" unicode="ă"
+d="M502 84.5q9 -14.5 31 -21.5l-26 -76q-83 10 -109 73q-29 -36 -72.5 -54.5t-95.5 -18.5q-80 0 -127 45t-47 119q0 83 65.5 128t185.5 45h75v34q0 50 -30 73t-87 23q-28 0 -65 -7t-75 -20l-28 79q95 36 185 36q105 0 158 -46t53 -131v-236q0 -30 9 -44.5zM330.5 87
+q32.5 18 51.5 50v117h-62q-76 0 -111 -25.5t-35 -73.5q0 -42 22.5 -64t66.5 -22q35 0 67.5 18zM181.5 668q-40.5 45 -47.5 106l69 13q10 -39 32 -61t56 -22t56.5 22t33.5 61l68 -13q-4 -38 -23.5 -72.5t-54 -56.5t-80.5 -22q-69 0 -109.5 45z" />
+ <glyph glyph-name="acircumflex" unicode="â"
+d="M502 84.5q9 -14.5 31 -21.5l-26 -76q-83 10 -109 73q-29 -36 -72.5 -54.5t-95.5 -18.5q-80 0 -127 45t-47 119q0 83 65.5 128t185.5 45h75v34q0 50 -30 73t-87 23q-28 0 -65 -7t-75 -20l-28 79q95 36 185 36q105 0 158 -46t53 -131v-236q0 -30 9 -44.5zM330.5 87
+q32.5 18 51.5 50v117h-62q-76 0 -111 -25.5t-35 -73.5q0 -42 22.5 -64t66.5 -22q35 0 67.5 18zM119 672l137 127h72l137 -127l-45 -50l-127 92l-128 -92z" />
+ <glyph glyph-name="adieresis" unicode="ä"
+d="M502 84.5q9 -14.5 31 -21.5l-26 -76q-83 10 -109 73q-29 -36 -72.5 -54.5t-95.5 -18.5q-80 0 -127 45t-47 119q0 83 65.5 128t185.5 45h75v34q0 50 -30 73t-87 23q-28 0 -65 -7t-75 -20l-28 79q95 36 185 36q105 0 158 -46t53 -131v-236q0 -30 9 -44.5zM330.5 87
+q32.5 18 51.5 50v117h-62q-76 0 -111 -25.5t-35 -73.5q0 -42 22.5 -64t66.5 -22q35 0 67.5 18zM137 662q-19 18 -19 45q0 28 19 46t47 18q27 0 45.5 -18t18.5 -46q0 -27 -18.5 -45t-45.5 -18q-28 0 -47 18zM354 662q-19 18 -19 45t19 45.5t46 18.5q28 0 46.5 -18t18.5 -46
+q0 -27 -18.5 -45t-46.5 -18q-27 0 -46 18z" />
+ <glyph glyph-name="agrave" unicode="à"
+d="M502 84.5q9 -14.5 31 -21.5l-26 -76q-83 10 -109 73q-29 -36 -72.5 -54.5t-95.5 -18.5q-80 0 -127 45t-47 119q0 83 65.5 128t185.5 45h75v34q0 50 -30 73t-87 23q-28 0 -65 -7t-75 -20l-28 79q95 36 185 36q105 0 158 -46t53 -131v-236q0 -30 9 -44.5zM330.5 87
+q32.5 18 51.5 50v117h-62q-76 0 -111 -25.5t-35 -73.5q0 -42 22.5 -64t66.5 -22q35 0 67.5 18zM168 715l52 90l197 -124l-34 -59z" />
+ <glyph glyph-name="amacron" unicode="ā"
+d="M502 84.5q9 -14.5 31 -21.5l-26 -76q-83 10 -109 73q-29 -36 -72.5 -54.5t-95.5 -18.5q-80 0 -127 45t-47 119q0 83 65.5 128t185.5 45h75v34q0 50 -30 73t-87 23q-28 0 -65 -7t-75 -20l-28 79q95 36 185 36q105 0 158 -46t53 -131v-236q0 -30 9 -44.5zM330.5 87
+q32.5 18 51.5 50v117h-62q-76 0 -111 -25.5t-35 -73.5q0 -42 22.5 -64t66.5 -22q35 0 67.5 18zM150 669v81h283v-81h-283z" />
+ <glyph glyph-name="aogonek" unicode="ą"
+d="M507 -13v0q-69 -28 -94.5 -54.5t-25.5 -58.5q0 -48 56 -48q28 0 59 7l-10 -77q-33 -7 -62 -7q-59 0 -96 29.5t-37 77.5q0 52 35.5 88.5t107.5 63.5q-27 18 -42 52q-29 -36 -72.5 -54.5t-95.5 -18.5q-80 0 -127 45t-47 119q0 83 65.5 128t185.5 45h75v34q0 50 -30 73
+t-87 23q-28 0 -65 -7t-75 -20l-28 79q95 36 185 36q105 0 158 -46t53 -131v-236q0 -30 9 -44.5t31 -21.5zM382 254h-62q-76 0 -111 -25.5t-35 -73.5q0 -42 22.5 -64t66.5 -22q35 0 67.5 18t51.5 50v117z" />
+ <glyph glyph-name="aring" unicode="å"
+d="M502 84.5q9 -14.5 31 -21.5l-26 -76q-83 10 -109 73q-29 -36 -72.5 -54.5t-95.5 -18.5q-80 0 -127 45t-47 119q0 83 65.5 128t185.5 45h75v34q0 50 -30 73t-87 23q-28 0 -65 -7t-75 -20l-28 79q95 36 185 36q105 0 158 -46t53 -131v-236q0 -30 9 -44.5zM330.5 87
+q32.5 18 51.5 50v117h-62q-76 0 -111 -25.5t-35 -73.5q0 -42 22.5 -64t66.5 -22q35 0 67.5 18zM379.5 806.5q33.5 -32.5 33.5 -80.5t-33.5 -81t-87.5 -33t-88 33t-34 81t34 80.5t88 32.5t87.5 -32.5zM254.5 765q-13.5 -14 -13.5 -39q0 -26 13.5 -40.5t37.5 -14.5
+q23 0 36.5 14.5t13.5 40.5q0 25 -13.5 39t-36.5 14q-24 0 -37.5 -14z" />
+ <glyph glyph-name="atilde" unicode="ã"
+d="M502 84.5q9 -14.5 31 -21.5l-26 -76q-83 10 -109 73q-29 -36 -72.5 -54.5t-95.5 -18.5q-80 0 -127 45t-47 119q0 83 65.5 128t185.5 45h75v34q0 50 -30 73t-87 23q-28 0 -65 -7t-75 -20l-28 79q95 36 185 36q105 0 158 -46t53 -131v-236q0 -30 9 -44.5zM330.5 87
+q32.5 18 51.5 50v117h-62q-76 0 -111 -25.5t-35 -73.5q0 -42 22.5 -64t66.5 -22q35 0 67.5 18zM313.5 657q-15.5 7 -34.5 20q-15 11 -24.5 15.5t-20.5 4.5q-17 0 -28.5 -11t-24.5 -35l-63 31q20 44 49 71t66 27q21 0 37.5 -7.5t34.5 -20.5q14 -10 23.5 -15t20.5 -5
+q15 0 27 10.5t26 33.5l63 -31q-20 -46 -49.5 -70.5t-66.5 -24.5q-20 0 -35.5 7z" />
+ <glyph glyph-name="ae" unicode="æ"
+d="M604 278q0 -20 -2 -48h-258q7 -83 32 -121.5t74 -38.5q26 0 48 9t47 28l47 -66q-32 -26 -67 -40t-79 -14q-102 0 -153 87q-33 -47 -66 -67t-82 -20q-69 0 -110 45t-41 119q0 84 53 128t157 44h44v35q0 104 -91 104q-24 0 -45.5 -6t-54.5 -21l-27 72q75 35 138 35
+q55 0 87.5 -21t50.5 -60q16 38 48.5 59.5t77.5 21.5q172 0 172 -264zM368 425.5q-20 -35.5 -24 -121.5h164q-1 81 -18.5 119t-61.5 38q-40 0 -60 -35.5zM213 254q-61 0 -87 -24.5t-26 -72.5q0 -44 17 -67.5t47 -23.5q27 0 48.5 20t45.5 63q-10 46 -10 105h-35z" />
+ <glyph glyph-name="aeacute" unicode="ǽ"
+d="M604 278q0 -20 -2 -48h-258q7 -83 32 -121.5t74 -38.5q26 0 48 9t47 28l47 -66q-32 -26 -67 -40t-79 -14q-102 0 -153 87q-33 -47 -66 -67t-82 -20q-69 0 -110 45t-41 119q0 84 53 128t157 44h44v35q0 104 -91 104q-24 0 -45.5 -6t-54.5 -21l-27 72q75 35 138 35
+q55 0 87.5 -21t50.5 -60q16 38 48.5 59.5t77.5 21.5q172 0 172 -264zM368 425.5q-20 -35.5 -24 -121.5h164q-1 81 -18.5 119t-61.5 38q-40 0 -60 -35.5zM213 254q-61 0 -87 -24.5t-26 -72.5q0 -44 17 -67.5t47 -23.5q27 0 48.5 20t45.5 63q-10 46 -10 105h-35zM434 722
+l-219 -89l-33 59l205 119z" />
+ <glyph glyph-name="b" unicode="b"
+d="M265.5 522q37.5 20 80.5 20q101 0 149 -73t48 -204q0 -124 -55.5 -201t-155.5 -77q-88 0 -138 65l-6 -52h-99v740l112 13v-288q27 37 64.5 57zM393.5 119.5q30.5 47.5 30.5 144.5q0 100 -27.5 146t-81.5 46q-34 0 -63.5 -21t-50.5 -55v-247q40 -61 104 -61
+q58 0 88.5 47.5z" />
+ <glyph glyph-name="c" unicode="c"
+d="M474 124l51 -72q-35 -30 -84 -47.5t-101 -17.5q-121 0 -189 74.5t-68 199.5q0 81 31 144.5t89.5 100t138.5 36.5q105 0 183 -64l-52 -70q-64 44 -129 44q-66 0 -104 -47.5t-38 -143.5q0 -94 38 -138t104 -44q63 0 130 45z" />
+ <glyph glyph-name="cacute" unicode="ć"
+d="M474 124l51 -72q-35 -30 -84 -47.5t-101 -17.5q-121 0 -189 74.5t-68 199.5q0 81 31 144.5t89.5 100t138.5 36.5q105 0 183 -64l-52 -70q-64 44 -129 44q-66 0 -104 -47.5t-38 -143.5q0 -94 38 -138t104 -44q63 0 130 45zM472 712l-219 -89l-33 59l205 119z" />
+ <glyph glyph-name="ccaron" unicode="č"
+d="M474 124l51 -72q-35 -30 -84 -47.5t-101 -17.5q-121 0 -189 74.5t-68 199.5q0 81 31 144.5t89.5 100t138.5 36.5q105 0 183 -64l-52 -70q-64 44 -129 44q-66 0 -104 -47.5t-38 -143.5q0 -94 38 -138t104 -44q63 0 130 45zM517 739l-137 -127h-72l-137 127l46 50l128 -92
+l127 92z" />
+ <glyph glyph-name="ccedilla" unicode="ç"
+d="M435.5 -82.5q24.5 -24.5 24.5 -60.5q0 -48 -38 -76t-95 -28q-31 0 -60 7t-49 19l30 58q34 -17 66 -17q57 0 57 38q0 23 -21.5 31t-66.5 8l8 93q-99 15 -153.5 87t-54.5 184q0 81 31 144.5t89.5 100t138.5 36.5q105 0 183 -64l-52 -70q-64 44 -129 44q-66 0 -104 -47.5
+t-38 -143.5q0 -94 38 -138t104 -44q63 0 130 45l51 -72q-31 -27 -73.5 -44t-88.5 -21v-41q48 -4 72.5 -28.5z" />
+ <glyph glyph-name="ccircumflex" unicode="ĉ"
+d="M474 124l51 -72q-35 -30 -84 -47.5t-101 -17.5q-121 0 -189 74.5t-68 199.5q0 81 31 144.5t89.5 100t138.5 36.5q105 0 183 -64l-52 -70q-64 44 -129 44q-66 0 -104 -47.5t-38 -143.5q0 -94 38 -138t104 -44q63 0 130 45zM171 662l137 127h72l137 -127l-45 -50l-127 92
+l-128 -92z" />
+ <glyph glyph-name="cdotaccent" unicode="ċ"
+d="M474 124l51 -72q-35 -30 -84 -47.5t-101 -17.5q-121 0 -189 74.5t-68 199.5q0 81 31 144.5t89.5 100t138.5 36.5q105 0 183 -64l-52 -70q-64 44 -129 44q-66 0 -104 -47.5t-38 -143.5q0 -94 38 -138t104 -44q63 0 130 45zM396.5 756.5q20.5 -20.5 20.5 -50.5t-20.5 -50
+t-53.5 -20q-32 0 -52.5 20t-20.5 50t20.5 50.5t52.5 20.5q33 0 53.5 -20.5z" />
+ <glyph glyph-name="d" unicode="d"
+d="M511 740v-740h-99l-8 65q-26 -38 -64 -58t-84 -20q-99 0 -149 74t-50 203q0 81 25.5 144t72.5 98.5t111 35.5q81 0 133 -58v269zM206.5 408.5q-30.5 -47.5 -30.5 -144.5q0 -192 110 -192q66 0 113 76v249q-41 59 -104 59q-58 0 -88.5 -47.5z" />
+ <glyph glyph-name="eth" unicode=