pdf2json 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +9 -0
- data/bin/.gitkeep +0 -0
- data/ext/extconf.rb +30 -0
- data/lib/pdf2json.rb +8 -0
- data/pdf2json-0.52-source/AUTHORS +24 -0
- data/pdf2json-0.52-source/CHANGES +11 -0
- data/pdf2json-0.52-source/Makefile +84 -0
- data/pdf2json-0.52-source/Makefile.in +84 -0
- data/pdf2json-0.52-source/aclocal.m4 +274 -0
- data/pdf2json-0.52-source/aconf-win32.h +86 -0
- data/pdf2json-0.52-source/aconf.h +42 -0
- data/pdf2json-0.52-source/aconf.h.in +41 -0
- data/pdf2json-0.52-source/autom4te.cache/output.0 +6908 -0
- data/pdf2json-0.52-source/autom4te.cache/requests +76 -0
- data/pdf2json-0.52-source/autom4te.cache/traces.0 +466 -0
- data/pdf2json-0.52-source/config.log +1259 -0
- data/pdf2json-0.52-source/config.status +1050 -0
- data/pdf2json-0.52-source/configure +6908 -0
- data/pdf2json-0.52-source/configure.ac +93 -0
- data/pdf2json-0.52-source/doc/pdffonts.1 +130 -0
- data/pdf2json-0.52-source/doc/pdffonts.cat +107 -0
- data/pdf2json-0.52-source/doc/pdffonts.hlp +117 -0
- data/pdf2json-0.52-source/doc/pdfimages.1 +102 -0
- data/pdf2json-0.52-source/doc/pdfimages.cat +92 -0
- data/pdf2json-0.52-source/doc/pdfimages.hlp +101 -0
- data/pdf2json-0.52-source/doc/pdfinfo.1 +158 -0
- data/pdf2json-0.52-source/doc/pdfinfo.cat +119 -0
- data/pdf2json-0.52-source/doc/pdfinfo.hlp +129 -0
- data/pdf2json-0.52-source/doc/pdftoppm.1 +115 -0
- data/pdf2json-0.52-source/doc/pdftoppm.cat +105 -0
- data/pdf2json-0.52-source/doc/pdftoppm.hlp +114 -0
- data/pdf2json-0.52-source/doc/pdftops.1 +229 -0
- data/pdf2json-0.52-source/doc/pdftops.cat +221 -0
- data/pdf2json-0.52-source/doc/pdftops.hlp +231 -0
- data/pdf2json-0.52-source/doc/pdftotext.1 +137 -0
- data/pdf2json-0.52-source/doc/pdftotext.cat +120 -0
- data/pdf2json-0.52-source/doc/pdftotext.hlp +133 -0
- data/pdf2json-0.52-source/doc/sample-xpdfrc +91 -0
- data/pdf2json-0.52-source/doc/xpdf.1 +513 -0
- data/pdf2json-0.52-source/doc/xpdf.cat +476 -0
- data/pdf2json-0.52-source/doc/xpdf.hlp +489 -0
- data/pdf2json-0.52-source/doc/xpdfrc.5 +480 -0
- data/pdf2json-0.52-source/doc/xpdfrc.cat +474 -0
- data/pdf2json-0.52-source/doc/xpdfrc.hlp +479 -0
- data/pdf2json-0.52-source/fofi/.DS_Store +0 -0
- data/pdf2json-0.52-source/fofi/FoFiBase.cc +156 -0
- data/pdf2json-0.52-source/fofi/FoFiBase.h +57 -0
- data/pdf2json-0.52-source/fofi/FoFiBase.o +0 -0
- data/pdf2json-0.52-source/fofi/FoFiEncodings.cc +994 -0
- data/pdf2json-0.52-source/fofi/FoFiEncodings.h +36 -0
- data/pdf2json-0.52-source/fofi/FoFiEncodings.o +0 -0
- data/pdf2json-0.52-source/fofi/FoFiTrueType.cc +2027 -0
- data/pdf2json-0.52-source/fofi/FoFiTrueType.h +174 -0
- data/pdf2json-0.52-source/fofi/FoFiTrueType.o +0 -0
- data/pdf2json-0.52-source/fofi/FoFiType1.cc +252 -0
- data/pdf2json-0.52-source/fofi/FoFiType1.h +59 -0
- data/pdf2json-0.52-source/fofi/FoFiType1.o +0 -0
- data/pdf2json-0.52-source/fofi/FoFiType1C.cc +2603 -0
- data/pdf2json-0.52-source/fofi/FoFiType1C.h +233 -0
- data/pdf2json-0.52-source/fofi/FoFiType1C.o +0 -0
- data/pdf2json-0.52-source/fofi/Makefile +70 -0
- data/pdf2json-0.52-source/fofi/Makefile.dep +0 -0
- data/pdf2json-0.52-source/fofi/Makefile.in +70 -0
- data/pdf2json-0.52-source/fofi/libfofi.a +0 -0
- data/pdf2json-0.52-source/fofi/vms_make.com +0 -0
- data/pdf2json-0.52-source/freetype.win32/.DS_Store +0 -0
- data/pdf2json-0.52-source/freetype.win32/include/.DS_Store +0 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/config/ftconfig.h +528 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/config/ftheader.h +780 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/config/ftmodule.h +32 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/config/ftoption.h +733 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/config/ftstdlib.h +173 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/freetype.h +3919 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftadvanc.h +179 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftbbox.h +94 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftbdf.h +209 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftbitmap.h +227 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftcache.h +1128 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftchapters.h +103 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftcid.h +166 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/fterrdef.h +244 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/fterrors.h +206 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftgasp.h +120 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftglyph.h +613 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftgxval.h +358 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftgzip.h +102 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftimage.h +1313 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftincrem.h +353 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftlcdfil.h +213 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftlist.h +277 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftlzw.h +99 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftmac.h +274 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftmm.h +378 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftmodapi.h +483 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftmoderr.h +155 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftotval.h +203 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftoutln.h +537 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftpfr.h +172 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftrender.h +230 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftsizes.h +159 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftsnames.h +200 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftstroke.h +716 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftsynth.h +80 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftsystem.h +347 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/fttrigon.h +350 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/fttypes.h +588 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftwinfnt.h +274 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ftxf86.h +83 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/autohint.h +231 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftcalc.h +179 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftdebug.h +250 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftdriver.h +422 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftgloadr.h +168 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftmemory.h +380 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftobjs.h +1428 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftpic.h +67 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftrfork.h +196 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftserv.h +620 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftstream.h +539 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/fttrace.h +139 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/ftvalid.h +150 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/internal.h +51 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/pcftypes.h +56 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/psaux.h +873 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/pshints.h +712 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svbdf.h +77 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svcid.h +83 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svgldict.h +82 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svgxval.h +72 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svkern.h +51 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svmm.h +104 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svotval.h +55 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svpfr.h +66 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svpostnm.h +79 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svpscmap.h +164 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svpsinfo.h +92 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svsfnt.h +102 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svttcmap.h +106 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svtteng.h +53 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svttglyf.h +67 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svwinfnt.h +50 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/services/svxf86nm.h +55 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/sfnt.h +897 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/t1types.h +270 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/internal/tttypes.h +1543 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/t1tables.h +504 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ttnameid.h +1247 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/tttables.h +759 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/tttags.h +107 -0
- data/pdf2json-0.52-source/freetype.win32/include/freetype/ttunpat.h +59 -0
- data/pdf2json-0.52-source/freetype.win32/include/ft2build.h +39 -0
- data/pdf2json-0.52-source/freetype.win32/lib/freetype_a.lib +0 -0
- data/pdf2json-0.52-source/goo/.DS_Store +0 -0
- data/pdf2json-0.52-source/goo/FixedPoint.cc +118 -0
- data/pdf2json-0.52-source/goo/FixedPoint.h +155 -0
- data/pdf2json-0.52-source/goo/FixedPoint.o +0 -0
- data/pdf2json-0.52-source/goo/GHash.cc +380 -0
- data/pdf2json-0.52-source/goo/GHash.h +78 -0
- data/pdf2json-0.52-source/goo/GHash.o +0 -0
- data/pdf2json-0.52-source/goo/GList.cc +97 -0
- data/pdf2json-0.52-source/goo/GList.h +96 -0
- data/pdf2json-0.52-source/goo/GList.o +0 -0
- data/pdf2json-0.52-source/goo/GMutex.h +49 -0
- data/pdf2json-0.52-source/goo/GString.cc +724 -0
- data/pdf2json-0.52-source/goo/GString.cc.fixed +718 -0
- data/pdf2json-0.52-source/goo/GString.h +136 -0
- data/pdf2json-0.52-source/goo/GString.o +0 -0
- data/pdf2json-0.52-source/goo/ImgWriter.o +0 -0
- data/pdf2json-0.52-source/goo/JpegWriter.o +0 -0
- data/pdf2json-0.52-source/goo/Makefile +72 -0
- data/pdf2json-0.52-source/goo/Makefile.dep +0 -0
- data/pdf2json-0.52-source/goo/Makefile.in +72 -0
- data/pdf2json-0.52-source/goo/PNGWriter.o +0 -0
- data/pdf2json-0.52-source/goo/gfile.cc +731 -0
- data/pdf2json-0.52-source/goo/gfile.h +138 -0
- data/pdf2json-0.52-source/goo/gfile.o +0 -0
- data/pdf2json-0.52-source/goo/gmem.cc +264 -0
- data/pdf2json-0.52-source/goo/gmem.h +79 -0
- data/pdf2json-0.52-source/goo/gmem.o +0 -0
- data/pdf2json-0.52-source/goo/gmempp.cc +32 -0
- data/pdf2json-0.52-source/goo/gmempp.o +0 -0
- data/pdf2json-0.52-source/goo/gtypes.h +29 -0
- data/pdf2json-0.52-source/goo/libGoo.a +0 -0
- data/pdf2json-0.52-source/goo/parseargs.c +190 -0
- data/pdf2json-0.52-source/goo/parseargs.h +71 -0
- data/pdf2json-0.52-source/goo/parseargs.o +0 -0
- data/pdf2json-0.52-source/goo/vms_directory.c +214 -0
- data/pdf2json-0.52-source/goo/vms_dirent.h +67 -0
- data/pdf2json-0.52-source/goo/vms_make.com +82 -0
- data/pdf2json-0.52-source/goo/vms_sys_dirent.h +54 -0
- data/pdf2json-0.52-source/goo/vms_unix_time.h +102 -0
- data/pdf2json-0.52-source/goo/vms_unix_times.c +42 -0
- data/pdf2json-0.52-source/goo/vms_unlink.c +22 -0
- data/pdf2json-0.52-source/ms_make.bat +199 -0
- data/pdf2json-0.52-source/splash/.DS_Store +0 -0
- data/pdf2json-0.52-source/splash/Makefile +103 -0
- data/pdf2json-0.52-source/splash/Makefile.dep +0 -0
- data/pdf2json-0.52-source/splash/Makefile.in +103 -0
- data/pdf2json-0.52-source/splash/Splash.cc +3310 -0
- data/pdf2json-0.52-source/splash/Splash.h +293 -0
- data/pdf2json-0.52-source/splash/Splash.o +0 -0
- data/pdf2json-0.52-source/splash/SplashBitmap.cc +188 -0
- data/pdf2json-0.52-source/splash/SplashBitmap.h +64 -0
- data/pdf2json-0.52-source/splash/SplashBitmap.o +0 -0
- data/pdf2json-0.52-source/splash/SplashClip.cc +382 -0
- data/pdf2json-0.52-source/splash/SplashClip.h +107 -0
- data/pdf2json-0.52-source/splash/SplashClip.o +0 -0
- data/pdf2json-0.52-source/splash/SplashErrorCodes.h +32 -0
- data/pdf2json-0.52-source/splash/SplashFTFont.cc +357 -0
- data/pdf2json-0.52-source/splash/SplashFTFont.h +58 -0
- data/pdf2json-0.52-source/splash/SplashFTFont.o +0 -0
- data/pdf2json-0.52-source/splash/SplashFTFontEngine.cc +179 -0
- data/pdf2json-0.52-source/splash/SplashFTFontEngine.h +65 -0
- data/pdf2json-0.52-source/splash/SplashFTFontEngine.o +0 -0
- data/pdf2json-0.52-source/splash/SplashFTFontFile.cc +114 -0
- data/pdf2json-0.52-source/splash/SplashFTFontFile.h +73 -0
- data/pdf2json-0.52-source/splash/SplashFTFontFile.o +0 -0
- data/pdf2json-0.52-source/splash/SplashFont.cc +176 -0
- data/pdf2json-0.52-source/splash/SplashFont.h +104 -0
- data/pdf2json-0.52-source/splash/SplashFont.o +0 -0
- data/pdf2json-0.52-source/splash/SplashFontEngine.cc +317 -0
- data/pdf2json-0.52-source/splash/SplashFontEngine.h +91 -0
- data/pdf2json-0.52-source/splash/SplashFontEngine.o +0 -0
- data/pdf2json-0.52-source/splash/SplashFontFile.cc +55 -0
- data/pdf2json-0.52-source/splash/SplashFontFile.h +60 -0
- data/pdf2json-0.52-source/splash/SplashFontFile.o +0 -0
- data/pdf2json-0.52-source/splash/SplashFontFileID.cc +23 -0
- data/pdf2json-0.52-source/splash/SplashFontFileID.h +30 -0
- data/pdf2json-0.52-source/splash/SplashFontFileID.o +0 -0
- data/pdf2json-0.52-source/splash/SplashGlyphBitmap.h +26 -0
- data/pdf2json-0.52-source/splash/SplashMath.h +89 -0
- data/pdf2json-0.52-source/splash/SplashPath.cc +184 -0
- data/pdf2json-0.52-source/splash/SplashPath.h +121 -0
- data/pdf2json-0.52-source/splash/SplashPath.o +0 -0
- data/pdf2json-0.52-source/splash/SplashPattern.cc +40 -0
- data/pdf2json-0.52-source/splash/SplashPattern.h +65 -0
- data/pdf2json-0.52-source/splash/SplashPattern.o +0 -0
- data/pdf2json-0.52-source/splash/SplashScreen.cc +383 -0
- data/pdf2json-0.52-source/splash/SplashScreen.h +56 -0
- data/pdf2json-0.52-source/splash/SplashScreen.o +0 -0
- data/pdf2json-0.52-source/splash/SplashState.cc +165 -0
- data/pdf2json-0.52-source/splash/SplashState.h +103 -0
- data/pdf2json-0.52-source/splash/SplashState.o +0 -0
- data/pdf2json-0.52-source/splash/SplashT1Font.cc +287 -0
- data/pdf2json-0.52-source/splash/SplashT1Font.h +57 -0
- data/pdf2json-0.52-source/splash/SplashT1Font.o +0 -0
- data/pdf2json-0.52-source/splash/SplashT1FontEngine.cc +124 -0
- data/pdf2json-0.52-source/splash/SplashT1FontEngine.h +53 -0
- data/pdf2json-0.52-source/splash/SplashT1FontEngine.o +0 -0
- data/pdf2json-0.52-source/splash/SplashT1FontFile.cc +97 -0
- data/pdf2json-0.52-source/splash/SplashT1FontFile.h +58 -0
- data/pdf2json-0.52-source/splash/SplashT1FontFile.o +0 -0
- data/pdf2json-0.52-source/splash/SplashTypes.h +132 -0
- data/pdf2json-0.52-source/splash/SplashXPath.cc +438 -0
- data/pdf2json-0.52-source/splash/SplashXPath.h +100 -0
- data/pdf2json-0.52-source/splash/SplashXPath.o +0 -0
- data/pdf2json-0.52-source/splash/SplashXPathScanner.cc +428 -0
- data/pdf2json-0.52-source/splash/SplashXPathScanner.h +87 -0
- data/pdf2json-0.52-source/splash/SplashXPathScanner.o +0 -0
- data/pdf2json-0.52-source/splash/libsplash.a +0 -0
- data/pdf2json-0.52-source/splash/vms_make.com +0 -0
- data/pdf2json-0.52-source/src/.DS_Store +0 -0
- data/pdf2json-0.52-source/src/GVector.h +101 -0
- data/pdf2json-0.52-source/src/ImgOutputDev.cc +1243 -0
- data/pdf2json-0.52-source/src/ImgOutputDev.h +307 -0
- data/pdf2json-0.52-source/src/ImgOutputDev.o +0 -0
- data/pdf2json-0.52-source/src/Makefile +68 -0
- data/pdf2json-0.52-source/src/Makefile.in +68 -0
- data/pdf2json-0.52-source/src/XmlFonts.cc +367 -0
- data/pdf2json-0.52-source/src/XmlFonts.h +91 -0
- data/pdf2json-0.52-source/src/XmlFonts.o +0 -0
- data/pdf2json-0.52-source/src/XmlLinks.cc +101 -0
- data/pdf2json-0.52-source/src/XmlLinks.h +54 -0
- data/pdf2json-0.52-source/src/XmlLinks.o +0 -0
- data/pdf2json-0.52-source/src/pdf2json +0 -0
- data/pdf2json-0.52-source/src/pdf2json.cc +343 -0
- data/pdf2json-0.52-source/src/pdf2json.o +0 -0
- data/pdf2json-0.52-source/src/pdf2xml.dtd +22 -0
- data/pdf2json-0.52-source/src/pdf2xmljson.dtd +9 -0
- data/pdf2json-0.52-source/xpdf/.DS_Store +0 -0
- data/pdf2json-0.52-source/xpdf/Annot.cc +1556 -0
- data/pdf2json-0.52-source/xpdf/Annot.h +142 -0
- data/pdf2json-0.52-source/xpdf/Annot.o +0 -0
- data/pdf2json-0.52-source/xpdf/Array.cc +73 -0
- data/pdf2json-0.52-source/xpdf/Array.h +58 -0
- data/pdf2json-0.52-source/xpdf/Array.o +0 -0
- data/pdf2json-0.52-source/xpdf/BuiltinFont.cc +65 -0
- data/pdf2json-0.52-source/xpdf/BuiltinFont.h +57 -0
- data/pdf2json-0.52-source/xpdf/BuiltinFont.o +0 -0
- data/pdf2json-0.52-source/xpdf/BuiltinFontTables.cc +4284 -0
- data/pdf2json-0.52-source/xpdf/BuiltinFontTables.h +23 -0
- data/pdf2json-0.52-source/xpdf/BuiltinFontTables.o +0 -0
- data/pdf2json-0.52-source/xpdf/CMap.cc +408 -0
- data/pdf2json-0.52-source/xpdf/CMap.h +102 -0
- data/pdf2json-0.52-source/xpdf/CMap.o +0 -0
- data/pdf2json-0.52-source/xpdf/Catalog.cc +374 -0
- data/pdf2json-0.52-source/xpdf/Catalog.h +97 -0
- data/pdf2json-0.52-source/xpdf/Catalog.o +0 -0
- data/pdf2json-0.52-source/xpdf/CharCodeToUnicode.cc +540 -0
- data/pdf2json-0.52-source/xpdf/CharCodeToUnicode.h +117 -0
- data/pdf2json-0.52-source/xpdf/CharCodeToUnicode.o +0 -0
- data/pdf2json-0.52-source/xpdf/CharTypes.h +24 -0
- data/pdf2json-0.52-source/xpdf/CompactFontTables.h +464 -0
- data/pdf2json-0.52-source/xpdf/CoreOutputDev.cc +61 -0
- data/pdf2json-0.52-source/xpdf/CoreOutputDev.h +61 -0
- data/pdf2json-0.52-source/xpdf/Decrypt.cc +776 -0
- data/pdf2json-0.52-source/xpdf/Decrypt.h +95 -0
- data/pdf2json-0.52-source/xpdf/Decrypt.o +0 -0
- data/pdf2json-0.52-source/xpdf/Dict.cc +95 -0
- data/pdf2json-0.52-source/xpdf/Dict.h +77 -0
- data/pdf2json-0.52-source/xpdf/Dict.o +0 -0
- data/pdf2json-0.52-source/xpdf/Error.cc +38 -0
- data/pdf2json-0.52-source/xpdf/Error.h +23 -0
- data/pdf2json-0.52-source/xpdf/Error.o +0 -0
- data/pdf2json-0.52-source/xpdf/ErrorCodes.h +36 -0
- data/pdf2json-0.52-source/xpdf/FontEncodingTables.cc +1824 -0
- data/pdf2json-0.52-source/xpdf/FontEncodingTables.h +20 -0
- data/pdf2json-0.52-source/xpdf/FontEncodingTables.o +0 -0
- data/pdf2json-0.52-source/xpdf/Function.cc +1573 -0
- data/pdf2json-0.52-source/xpdf/Function.h +229 -0
- data/pdf2json-0.52-source/xpdf/Function.o +0 -0
- data/pdf2json-0.52-source/xpdf/Gfx.cc +4187 -0
- data/pdf2json-0.52-source/xpdf/Gfx.h +312 -0
- data/pdf2json-0.52-source/xpdf/Gfx.o +0 -0
- data/pdf2json-0.52-source/xpdf/GfxFont.cc +1568 -0
- data/pdf2json-0.52-source/xpdf/GfxFont.h +320 -0
- data/pdf2json-0.52-source/xpdf/GfxFont.o +0 -0
- data/pdf2json-0.52-source/xpdf/GfxState.cc +4137 -0
- data/pdf2json-0.52-source/xpdf/GfxState.h +1244 -0
- data/pdf2json-0.52-source/xpdf/GfxState.o +0 -0
- data/pdf2json-0.52-source/xpdf/GlobalParams.cc +2924 -0
- data/pdf2json-0.52-source/xpdf/GlobalParams.cc.old +2908 -0
- data/pdf2json-0.52-source/xpdf/GlobalParams.h +466 -0
- data/pdf2json-0.52-source/xpdf/GlobalParams.h.old +463 -0
- data/pdf2json-0.52-source/xpdf/GlobalParams.o +0 -0
- data/pdf2json-0.52-source/xpdf/ImageOutputDev.cc +195 -0
- data/pdf2json-0.52-source/xpdf/ImageOutputDev.h +76 -0
- data/pdf2json-0.52-source/xpdf/ImageOutputDev.o +0 -0
- data/pdf2json-0.52-source/xpdf/JArithmeticDecoder.cc +322 -0
- data/pdf2json-0.52-source/xpdf/JArithmeticDecoder.h +109 -0
- data/pdf2json-0.52-source/xpdf/JArithmeticDecoder.o +0 -0
- data/pdf2json-0.52-source/xpdf/JBIG2Stream.cc +3413 -0
- data/pdf2json-0.52-source/xpdf/JBIG2Stream.h +145 -0
- data/pdf2json-0.52-source/xpdf/JBIG2Stream.o +0 -0
- data/pdf2json-0.52-source/xpdf/JPXStream.cc +3144 -0
- data/pdf2json-0.52-source/xpdf/JPXStream.h +351 -0
- data/pdf2json-0.52-source/xpdf/JPXStream.o +0 -0
- data/pdf2json-0.52-source/xpdf/Lexer.cc +485 -0
- data/pdf2json-0.52-source/xpdf/Lexer.h +80 -0
- data/pdf2json-0.52-source/xpdf/Lexer.o +0 -0
- data/pdf2json-0.52-source/xpdf/Link.cc +806 -0
- data/pdf2json-0.52-source/xpdf/Link.cc.old +784 -0
- data/pdf2json-0.52-source/xpdf/Link.h +415 -0
- data/pdf2json-0.52-source/xpdf/Link.h.old +369 -0
- data/pdf2json-0.52-source/xpdf/Link.o +0 -0
- data/pdf2json-0.52-source/xpdf/Makefile +232 -0
- data/pdf2json-0.52-source/xpdf/Makefile.dep +0 -0
- data/pdf2json-0.52-source/xpdf/Makefile.in +232 -0
- data/pdf2json-0.52-source/xpdf/NameToCharCode.cc +116 -0
- data/pdf2json-0.52-source/xpdf/NameToCharCode.h +42 -0
- data/pdf2json-0.52-source/xpdf/NameToCharCode.o +0 -0
- data/pdf2json-0.52-source/xpdf/NameToUnicodeTable.h +1097 -0
- data/pdf2json-0.52-source/xpdf/Object.cc +231 -0
- data/pdf2json-0.52-source/xpdf/Object.h +303 -0
- data/pdf2json-0.52-source/xpdf/Object.o +0 -0
- data/pdf2json-0.52-source/xpdf/Outline.cc +151 -0
- data/pdf2json-0.52-source/xpdf/Outline.h +76 -0
- data/pdf2json-0.52-source/xpdf/Outline.o +0 -0
- data/pdf2json-0.52-source/xpdf/OutputDev.cc +131 -0
- data/pdf2json-0.52-source/xpdf/OutputDev.h +253 -0
- data/pdf2json-0.52-source/xpdf/OutputDev.o +0 -0
- data/pdf2json-0.52-source/xpdf/PDFCore.cc +2044 -0
- data/pdf2json-0.52-source/xpdf/PDFCore.h +321 -0
- data/pdf2json-0.52-source/xpdf/PDFDoc.cc +404 -0
- data/pdf2json-0.52-source/xpdf/PDFDoc.h +183 -0
- data/pdf2json-0.52-source/xpdf/PDFDoc.o +0 -0
- data/pdf2json-0.52-source/xpdf/PDFDocEncoding.cc +44 -0
- data/pdf2json-0.52-source/xpdf/PDFDocEncoding.h +16 -0
- data/pdf2json-0.52-source/xpdf/PDFDocEncoding.o +0 -0
- data/pdf2json-0.52-source/xpdf/PSOutputDev.cc +6224 -0
- data/pdf2json-0.52-source/xpdf/PSOutputDev.h +395 -0
- data/pdf2json-0.52-source/xpdf/PSOutputDev.o +0 -0
- data/pdf2json-0.52-source/xpdf/PSTokenizer.cc +135 -0
- data/pdf2json-0.52-source/xpdf/PSTokenizer.h +41 -0
- data/pdf2json-0.52-source/xpdf/PSTokenizer.o +0 -0
- data/pdf2json-0.52-source/xpdf/Page.cc +454 -0
- data/pdf2json-0.52-source/xpdf/Page.h +187 -0
- data/pdf2json-0.52-source/xpdf/Page.o +0 -0
- data/pdf2json-0.52-source/xpdf/Parser.cc +227 -0
- data/pdf2json-0.52-source/xpdf/Parser.h +59 -0
- data/pdf2json-0.52-source/xpdf/Parser.o +0 -0
- data/pdf2json-0.52-source/xpdf/PreScanOutputDev.cc +257 -0
- data/pdf2json-0.52-source/xpdf/PreScanOutputDev.h +130 -0
- data/pdf2json-0.52-source/xpdf/PreScanOutputDev.o +0 -0
- data/pdf2json-0.52-source/xpdf/SecurityHandler.cc +390 -0
- data/pdf2json-0.52-source/xpdf/SecurityHandler.h +160 -0
- data/pdf2json-0.52-source/xpdf/SecurityHandler.o +0 -0
- data/pdf2json-0.52-source/xpdf/SplashOutputDev.cc +2845 -0
- data/pdf2json-0.52-source/xpdf/SplashOutputDev.h +247 -0
- data/pdf2json-0.52-source/xpdf/SplashOutputDev.o +0 -0
- data/pdf2json-0.52-source/xpdf/Stream-CCITT.h +459 -0
- data/pdf2json-0.52-source/xpdf/Stream.cc +4627 -0
- data/pdf2json-0.52-source/xpdf/Stream.h +858 -0
- data/pdf2json-0.52-source/xpdf/Stream.o +0 -0
- data/pdf2json-0.52-source/xpdf/TextOutputDev.cc +4090 -0
- data/pdf2json-0.52-source/xpdf/TextOutputDev.h +661 -0
- data/pdf2json-0.52-source/xpdf/TextOutputDev.o +0 -0
- data/pdf2json-0.52-source/xpdf/UTF8.h +56 -0
- data/pdf2json-0.52-source/xpdf/UnicodeMap.cc +302 -0
- data/pdf2json-0.52-source/xpdf/UnicodeMap.cc.old +293 -0
- data/pdf2json-0.52-source/xpdf/UnicodeMap.h +135 -0
- data/pdf2json-0.52-source/xpdf/UnicodeMap.h.old +123 -0
- data/pdf2json-0.52-source/xpdf/UnicodeMap.o +0 -0
- data/pdf2json-0.52-source/xpdf/UnicodeMapTables.h +361 -0
- data/pdf2json-0.52-source/xpdf/UnicodeTypeTable.cc +949 -0
- data/pdf2json-0.52-source/xpdf/UnicodeTypeTable.h +20 -0
- data/pdf2json-0.52-source/xpdf/UnicodeTypeTable.o +0 -0
- data/pdf2json-0.52-source/xpdf/XPDFApp.cc +447 -0
- data/pdf2json-0.52-source/xpdf/XPDFApp.h +114 -0
- data/pdf2json-0.52-source/xpdf/XPDFCore.cc +1655 -0
- data/pdf2json-0.52-source/xpdf/XPDFCore.h +251 -0
- data/pdf2json-0.52-source/xpdf/XPDFTree.cc +931 -0
- data/pdf2json-0.52-source/xpdf/XPDFTree.h +45 -0
- data/pdf2json-0.52-source/xpdf/XPDFTreeP.h +87 -0
- data/pdf2json-0.52-source/xpdf/XPDFViewer.cc +3488 -0
- data/pdf2json-0.52-source/xpdf/XPDFViewer.h +352 -0
- data/pdf2json-0.52-source/xpdf/XRef.cc +896 -0
- data/pdf2json-0.52-source/xpdf/XRef.h +133 -0
- data/pdf2json-0.52-source/xpdf/XRef.o +0 -0
- data/pdf2json-0.52-source/xpdf/XpdfPluginAPI.cc +262 -0
- data/pdf2json-0.52-source/xpdf/XpdfPluginAPI.h +341 -0
- data/pdf2json-0.52-source/xpdf/XpdfPluginAPI.o +0 -0
- data/pdf2json-0.52-source/xpdf/about-text.h +48 -0
- data/pdf2json-0.52-source/xpdf/about.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/backArrow.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/backArrowDis.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/config.h +112 -0
- data/pdf2json-0.52-source/xpdf/dblLeftArrow.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/dblLeftArrowDis.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/dblRightArrow.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/dblRightArrowDis.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/find.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/findDis.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/forwardArrow.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/forwardArrowDis.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/leftArrow.xbm +5 -0
- data/pdf2json-0.52-source/xpdf/leftArrowDis.xbm +5 -0
- data/pdf2json-0.52-source/xpdf/libXpdf.a +0 -0
- data/pdf2json-0.52-source/xpdf/pdffonts +0 -0
- data/pdf2json-0.52-source/xpdf/pdffonts.cc +298 -0
- data/pdf2json-0.52-source/xpdf/pdffonts.o +0 -0
- data/pdf2json-0.52-source/xpdf/pdfimages +0 -0
- data/pdf2json-0.52-source/xpdf/pdfimages.cc +155 -0
- data/pdf2json-0.52-source/xpdf/pdfimages.o +0 -0
- data/pdf2json-0.52-source/xpdf/pdfinfo +0 -0
- data/pdf2json-0.52-source/xpdf/pdfinfo.cc +387 -0
- data/pdf2json-0.52-source/xpdf/pdfinfo.o +0 -0
- data/pdf2json-0.52-source/xpdf/pdftoppm.cc +203 -0
- data/pdf2json-0.52-source/xpdf/pdftops +0 -0
- data/pdf2json-0.52-source/xpdf/pdftops.cc +344 -0
- data/pdf2json-0.52-source/xpdf/pdftops.o +0 -0
- data/pdf2json-0.52-source/xpdf/pdftotext +0 -0
- data/pdf2json-0.52-source/xpdf/pdftotext.cc +333 -0
- data/pdf2json-0.52-source/xpdf/pdftotext.o +0 -0
- data/pdf2json-0.52-source/xpdf/print.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/printDis.xbm +6 -0
- data/pdf2json-0.52-source/xpdf/rightArrow.xbm +5 -0
- data/pdf2json-0.52-source/xpdf/rightArrowDis.xbm +5 -0
- data/pdf2json-0.52-source/xpdf/vms_make.com +129 -0
- data/pdf2json-0.52-source/xpdf/xpdf.cc +344 -0
- data/pdf2json-0.52-source/xpdf/xpdfIcon.xpm +62 -0
- data/pdf2json.gemspec +29 -0
- metadata +518 -0
@@ -0,0 +1,116 @@
|
|
1
|
+
//========================================================================
|
2
|
+
//
|
3
|
+
// NameToCharCode.cc
|
4
|
+
//
|
5
|
+
// Copyright 2001-2003 Glyph & Cog, LLC
|
6
|
+
//
|
7
|
+
//========================================================================
|
8
|
+
|
9
|
+
#include <aconf.h>
|
10
|
+
|
11
|
+
#ifdef USE_GCC_PRAGMAS
|
12
|
+
#pragma implementation
|
13
|
+
#endif
|
14
|
+
|
15
|
+
#include <string.h>
|
16
|
+
#include "gmem.h"
|
17
|
+
#include "NameToCharCode.h"
|
18
|
+
|
19
|
+
//------------------------------------------------------------------------
|
20
|
+
|
21
|
+
struct NameToCharCodeEntry {
|
22
|
+
char *name;
|
23
|
+
CharCode c;
|
24
|
+
};
|
25
|
+
|
26
|
+
//------------------------------------------------------------------------
|
27
|
+
|
28
|
+
NameToCharCode::NameToCharCode() {
|
29
|
+
int i;
|
30
|
+
|
31
|
+
size = 31;
|
32
|
+
len = 0;
|
33
|
+
tab = (NameToCharCodeEntry *)gmallocn(size, sizeof(NameToCharCodeEntry));
|
34
|
+
for (i = 0; i < size; ++i) {
|
35
|
+
tab[i].name = NULL;
|
36
|
+
}
|
37
|
+
}
|
38
|
+
|
39
|
+
NameToCharCode::~NameToCharCode() {
|
40
|
+
int i;
|
41
|
+
|
42
|
+
for (i = 0; i < size; ++i) {
|
43
|
+
if (tab[i].name) {
|
44
|
+
gfree(tab[i].name);
|
45
|
+
}
|
46
|
+
}
|
47
|
+
gfree(tab);
|
48
|
+
}
|
49
|
+
|
50
|
+
void NameToCharCode::add(char *name, CharCode c) {
|
51
|
+
NameToCharCodeEntry *oldTab;
|
52
|
+
int h, i, oldSize;
|
53
|
+
|
54
|
+
// expand the table if necessary
|
55
|
+
if (len >= size / 2) {
|
56
|
+
oldSize = size;
|
57
|
+
oldTab = tab;
|
58
|
+
size = 2*size + 1;
|
59
|
+
tab = (NameToCharCodeEntry *)gmallocn(size, sizeof(NameToCharCodeEntry));
|
60
|
+
for (h = 0; h < size; ++h) {
|
61
|
+
tab[h].name = NULL;
|
62
|
+
}
|
63
|
+
for (i = 0; i < oldSize; ++i) {
|
64
|
+
if (oldTab[i].name) {
|
65
|
+
h = hash(oldTab[i].name);
|
66
|
+
while (tab[h].name) {
|
67
|
+
if (++h == size) {
|
68
|
+
h = 0;
|
69
|
+
}
|
70
|
+
}
|
71
|
+
tab[h] = oldTab[i];
|
72
|
+
}
|
73
|
+
}
|
74
|
+
gfree(oldTab);
|
75
|
+
}
|
76
|
+
|
77
|
+
// add the new name
|
78
|
+
h = hash(name);
|
79
|
+
while (tab[h].name && strcmp(tab[h].name, name)) {
|
80
|
+
if (++h == size) {
|
81
|
+
h = 0;
|
82
|
+
}
|
83
|
+
}
|
84
|
+
if (!tab[h].name) {
|
85
|
+
tab[h].name = copyString(name);
|
86
|
+
}
|
87
|
+
tab[h].c = c;
|
88
|
+
|
89
|
+
++len;
|
90
|
+
}
|
91
|
+
|
92
|
+
CharCode NameToCharCode::lookup(char *name) {
|
93
|
+
int h;
|
94
|
+
|
95
|
+
h = hash(name);
|
96
|
+
while (tab[h].name) {
|
97
|
+
if (!strcmp(tab[h].name, name)) {
|
98
|
+
return tab[h].c;
|
99
|
+
}
|
100
|
+
if (++h == size) {
|
101
|
+
h = 0;
|
102
|
+
}
|
103
|
+
}
|
104
|
+
return 0;
|
105
|
+
}
|
106
|
+
|
107
|
+
int NameToCharCode::hash(char *name) {
|
108
|
+
char *p;
|
109
|
+
unsigned int h;
|
110
|
+
|
111
|
+
h = 0;
|
112
|
+
for (p = name; *p; ++p) {
|
113
|
+
h = 17 * h + (int)(*p & 0xff);
|
114
|
+
}
|
115
|
+
return (int)(h % size);
|
116
|
+
}
|
@@ -0,0 +1,42 @@
|
|
1
|
+
//========================================================================
|
2
|
+
//
|
3
|
+
// NameToCharCode.h
|
4
|
+
//
|
5
|
+
// Copyright 2001-2003 Glyph & Cog, LLC
|
6
|
+
//
|
7
|
+
//========================================================================
|
8
|
+
|
9
|
+
#ifndef NAMETOCHARCODE_H
|
10
|
+
#define NAMETOCHARCODE_H
|
11
|
+
|
12
|
+
#include <aconf.h>
|
13
|
+
|
14
|
+
#ifdef USE_GCC_PRAGMAS
|
15
|
+
#pragma interface
|
16
|
+
#endif
|
17
|
+
|
18
|
+
#include "CharTypes.h"
|
19
|
+
|
20
|
+
struct NameToCharCodeEntry;
|
21
|
+
|
22
|
+
//------------------------------------------------------------------------
|
23
|
+
|
24
|
+
class NameToCharCode {
|
25
|
+
public:
|
26
|
+
|
27
|
+
NameToCharCode();
|
28
|
+
~NameToCharCode();
|
29
|
+
|
30
|
+
void add(char *name, CharCode c);
|
31
|
+
CharCode lookup(char *name);
|
32
|
+
|
33
|
+
private:
|
34
|
+
|
35
|
+
int hash(char *name);
|
36
|
+
|
37
|
+
NameToCharCodeEntry *tab;
|
38
|
+
int size;
|
39
|
+
int len;
|
40
|
+
};
|
41
|
+
|
42
|
+
#endif
|
Binary file
|
@@ -0,0 +1,1097 @@
|
|
1
|
+
//========================================================================
|
2
|
+
//
|
3
|
+
// NameToUnicodeTable.h
|
4
|
+
//
|
5
|
+
// Copyright 2001-2004 Glyph & Cog, LLC
|
6
|
+
//
|
7
|
+
//========================================================================
|
8
|
+
|
9
|
+
static struct {
|
10
|
+
Unicode u;
|
11
|
+
char *name;
|
12
|
+
} nameToUnicodeTab[] = {
|
13
|
+
{0x0021, "!"},
|
14
|
+
{0x0023, "#"},
|
15
|
+
{0x0024, "$"},
|
16
|
+
{0x0025, "%"},
|
17
|
+
{0x0026, "&"},
|
18
|
+
{0x0027, "'"},
|
19
|
+
{0x0028, "("},
|
20
|
+
{0x0029, ")"},
|
21
|
+
{0x002a, "*"},
|
22
|
+
{0x002b, "+"},
|
23
|
+
{0x002c, ","},
|
24
|
+
{0x002d, "-"},
|
25
|
+
{0x002e, "."},
|
26
|
+
{0x002f, "/"},
|
27
|
+
{0x0030, "0"},
|
28
|
+
{0x0031, "1"},
|
29
|
+
{0x0032, "2"},
|
30
|
+
{0x0033, "3"},
|
31
|
+
{0x0034, "4"},
|
32
|
+
{0x0035, "5"},
|
33
|
+
{0x0036, "6"},
|
34
|
+
{0x0037, "7"},
|
35
|
+
{0x0038, "8"},
|
36
|
+
{0x0039, "9"},
|
37
|
+
{0x003a, ":"},
|
38
|
+
{0x003b, ";"},
|
39
|
+
{0x003c, "<"},
|
40
|
+
{0x003d, "="},
|
41
|
+
{0x003e, ">"},
|
42
|
+
{0x003f, "?"},
|
43
|
+
{0x0040, "@"},
|
44
|
+
{0x0041, "A"},
|
45
|
+
{0x00c6, "AE"},
|
46
|
+
{0x01fc, "AEacute"},
|
47
|
+
{0xf7e6, "AEsmall"},
|
48
|
+
{0x00c1, "Aacute"},
|
49
|
+
{0xf7e1, "Aacutesmall"},
|
50
|
+
{0x0102, "Abreve"},
|
51
|
+
{0x00c2, "Acircumflex"},
|
52
|
+
{0xf7e2, "Acircumflexsmall"},
|
53
|
+
{0xf6c9, "Acute"},
|
54
|
+
{0xf7b4, "Acutesmall"},
|
55
|
+
{0x00c4, "Adieresis"},
|
56
|
+
{0xf7e4, "Adieresissmall"},
|
57
|
+
{0x00c0, "Agrave"},
|
58
|
+
{0xf7e0, "Agravesmall"},
|
59
|
+
{0x0391, "Alpha"},
|
60
|
+
{0x0386, "Alphatonos"},
|
61
|
+
{0x0100, "Amacron"},
|
62
|
+
{0x0104, "Aogonek"},
|
63
|
+
{0x00c5, "Aring"},
|
64
|
+
{0x01fa, "Aringacute"},
|
65
|
+
{0xf7e5, "Aringsmall"},
|
66
|
+
{0xf761, "Asmall"},
|
67
|
+
{0x00c3, "Atilde"},
|
68
|
+
{0xf7e3, "Atildesmall"},
|
69
|
+
{0x0042, "B"},
|
70
|
+
{0x0392, "Beta"},
|
71
|
+
{0xf6f4, "Brevesmall"},
|
72
|
+
{0xf762, "Bsmall"},
|
73
|
+
{0x0043, "C"},
|
74
|
+
{0x0106, "Cacute"},
|
75
|
+
{0xf6ca, "Caron"},
|
76
|
+
{0xf6f5, "Caronsmall"},
|
77
|
+
{0x010c, "Ccaron"},
|
78
|
+
{0x00c7, "Ccedilla"},
|
79
|
+
{0xf7e7, "Ccedillasmall"},
|
80
|
+
{0x0108, "Ccircumflex"},
|
81
|
+
{0x010a, "Cdotaccent"},
|
82
|
+
{0xf7b8, "Cedillasmall"},
|
83
|
+
{0x03a7, "Chi"},
|
84
|
+
{0xf6f6, "Circumflexsmall"},
|
85
|
+
{0xf763, "Csmall"},
|
86
|
+
{0x0044, "D"},
|
87
|
+
{0x010e, "Dcaron"},
|
88
|
+
{0x0110, "Dcroat"},
|
89
|
+
{0x2206, "Delta"},
|
90
|
+
{0xf6cb, "Dieresis"},
|
91
|
+
{0xf6cc, "DieresisAcute"},
|
92
|
+
{0xf6cd, "DieresisGrave"},
|
93
|
+
{0xf7a8, "Dieresissmall"},
|
94
|
+
{0xf6f7, "Dotaccentsmall"},
|
95
|
+
{0xf764, "Dsmall"},
|
96
|
+
{0x0045, "E"},
|
97
|
+
{0x00c9, "Eacute"},
|
98
|
+
{0xf7e9, "Eacutesmall"},
|
99
|
+
{0x0114, "Ebreve"},
|
100
|
+
{0x011a, "Ecaron"},
|
101
|
+
{0x00ca, "Ecircumflex"},
|
102
|
+
{0xf7ea, "Ecircumflexsmall"},
|
103
|
+
{0x00cb, "Edieresis"},
|
104
|
+
{0xf7eb, "Edieresissmall"},
|
105
|
+
{0x0116, "Edotaccent"},
|
106
|
+
{0x00c8, "Egrave"},
|
107
|
+
{0xf7e8, "Egravesmall"},
|
108
|
+
{0x0112, "Emacron"},
|
109
|
+
{0x014a, "Eng"},
|
110
|
+
{0x0118, "Eogonek"},
|
111
|
+
{0x0395, "Epsilon"},
|
112
|
+
{0x0388, "Epsilontonos"},
|
113
|
+
{0xf765, "Esmall"},
|
114
|
+
{0x0397, "Eta"},
|
115
|
+
{0x0389, "Etatonos"},
|
116
|
+
{0x00d0, "Eth"},
|
117
|
+
{0xf7f0, "Ethsmall"},
|
118
|
+
{0x20ac, "Euro"},
|
119
|
+
{0x0046, "F"},
|
120
|
+
{0xf766, "Fsmall"},
|
121
|
+
{0x0047, "G"},
|
122
|
+
{0x0393, "Gamma"},
|
123
|
+
{0x011e, "Gbreve"},
|
124
|
+
{0x01e6, "Gcaron"},
|
125
|
+
{0x011c, "Gcircumflex"},
|
126
|
+
{0x0122, "Gcommaaccent"},
|
127
|
+
{0x0120, "Gdotaccent"},
|
128
|
+
{0xf6ce, "Grave"},
|
129
|
+
{0xf760, "Gravesmall"},
|
130
|
+
{0xf767, "Gsmall"},
|
131
|
+
{0x0048, "H"},
|
132
|
+
{0x25cf, "H18533"},
|
133
|
+
{0x25aa, "H18543"},
|
134
|
+
{0x25ab, "H18551"},
|
135
|
+
{0x25a1, "H22073"},
|
136
|
+
{0x0126, "Hbar"},
|
137
|
+
{0x0124, "Hcircumflex"},
|
138
|
+
{0xf768, "Hsmall"},
|
139
|
+
{0xf6cf, "Hungarumlaut"},
|
140
|
+
{0xf6f8, "Hungarumlautsmall"},
|
141
|
+
{0x0049, "I"},
|
142
|
+
{0x0132, "IJ"},
|
143
|
+
{0x00cd, "Iacute"},
|
144
|
+
{0xf7ed, "Iacutesmall"},
|
145
|
+
{0x012c, "Ibreve"},
|
146
|
+
{0x00ce, "Icircumflex"},
|
147
|
+
{0xf7ee, "Icircumflexsmall"},
|
148
|
+
{0x00cf, "Idieresis"},
|
149
|
+
{0xf7ef, "Idieresissmall"},
|
150
|
+
{0x0130, "Idotaccent"},
|
151
|
+
{0x2111, "Ifraktur"},
|
152
|
+
{0x00cc, "Igrave"},
|
153
|
+
{0xf7ec, "Igravesmall"},
|
154
|
+
{0x012a, "Imacron"},
|
155
|
+
{0x012e, "Iogonek"},
|
156
|
+
{0x0399, "Iota"},
|
157
|
+
{0x03aa, "Iotadieresis"},
|
158
|
+
{0x038a, "Iotatonos"},
|
159
|
+
{0xf769, "Ismall"},
|
160
|
+
{0x0128, "Itilde"},
|
161
|
+
{0x004a, "J"},
|
162
|
+
{0x0134, "Jcircumflex"},
|
163
|
+
{0xf76a, "Jsmall"},
|
164
|
+
{0x004b, "K"},
|
165
|
+
{0x039a, "Kappa"},
|
166
|
+
{0x0136, "Kcommaaccent"},
|
167
|
+
{0xf76b, "Ksmall"},
|
168
|
+
{0x004c, "L"},
|
169
|
+
{0xf6bf, "LL"},
|
170
|
+
{0x0139, "Lacute"},
|
171
|
+
{0x039b, "Lambda"},
|
172
|
+
{0x013d, "Lcaron"},
|
173
|
+
{0x013b, "Lcommaaccent"},
|
174
|
+
{0x013f, "Ldot"},
|
175
|
+
{0x0141, "Lslash"},
|
176
|
+
{0xf6f9, "Lslashsmall"},
|
177
|
+
{0xf76c, "Lsmall"},
|
178
|
+
{0x004d, "M"},
|
179
|
+
{0xf6d0, "Macron"},
|
180
|
+
{0xf7af, "Macronsmall"},
|
181
|
+
{0xf76d, "Msmall"},
|
182
|
+
{0x039c, "Mu"},
|
183
|
+
{0x004e, "N"},
|
184
|
+
{0x0143, "Nacute"},
|
185
|
+
{0x0147, "Ncaron"},
|
186
|
+
{0x0145, "Ncommaaccent"},
|
187
|
+
{0xf76e, "Nsmall"},
|
188
|
+
{0x00d1, "Ntilde"},
|
189
|
+
{0xf7f1, "Ntildesmall"},
|
190
|
+
{0x039d, "Nu"},
|
191
|
+
{0x004f, "O"},
|
192
|
+
{0x0152, "OE"},
|
193
|
+
{0xf6fa, "OEsmall"},
|
194
|
+
{0x00d3, "Oacute"},
|
195
|
+
{0xf7f3, "Oacutesmall"},
|
196
|
+
{0x014e, "Obreve"},
|
197
|
+
{0x00d4, "Ocircumflex"},
|
198
|
+
{0xf7f4, "Ocircumflexsmall"},
|
199
|
+
{0x00d6, "Odieresis"},
|
200
|
+
{0xf7f6, "Odieresissmall"},
|
201
|
+
{0xf6fb, "Ogoneksmall"},
|
202
|
+
{0x00d2, "Ograve"},
|
203
|
+
{0xf7f2, "Ogravesmall"},
|
204
|
+
{0x01a0, "Ohorn"},
|
205
|
+
{0x0150, "Ohungarumlaut"},
|
206
|
+
{0x014c, "Omacron"},
|
207
|
+
{0x2126, "Omega"},
|
208
|
+
{0x038f, "Omegatonos"},
|
209
|
+
{0x039f, "Omicron"},
|
210
|
+
{0x038c, "Omicrontonos"},
|
211
|
+
{0x00d8, "Oslash"},
|
212
|
+
{0x01fe, "Oslashacute"},
|
213
|
+
{0xf7f8, "Oslashsmall"},
|
214
|
+
{0xf76f, "Osmall"},
|
215
|
+
{0x00d5, "Otilde"},
|
216
|
+
{0xf7f5, "Otildesmall"},
|
217
|
+
{0x0050, "P"},
|
218
|
+
{0x03a6, "Phi"},
|
219
|
+
{0x03a0, "Pi"},
|
220
|
+
{0x03a8, "Psi"},
|
221
|
+
{0xf770, "Psmall"},
|
222
|
+
{0x0051, "Q"},
|
223
|
+
{0xf771, "Qsmall"},
|
224
|
+
{0x0052, "R"},
|
225
|
+
{0x0154, "Racute"},
|
226
|
+
{0x0158, "Rcaron"},
|
227
|
+
{0x0156, "Rcommaaccent"},
|
228
|
+
{0x211c, "Rfraktur"},
|
229
|
+
{0x03a1, "Rho"},
|
230
|
+
{0xf6fc, "Ringsmall"},
|
231
|
+
{0xf772, "Rsmall"},
|
232
|
+
{0x0053, "S"},
|
233
|
+
{0x250c, "SF010000"},
|
234
|
+
{0x2514, "SF020000"},
|
235
|
+
{0x2510, "SF030000"},
|
236
|
+
{0x2518, "SF040000"},
|
237
|
+
{0x253c, "SF050000"},
|
238
|
+
{0x252c, "SF060000"},
|
239
|
+
{0x2534, "SF070000"},
|
240
|
+
{0x251c, "SF080000"},
|
241
|
+
{0x2524, "SF090000"},
|
242
|
+
{0x2500, "SF100000"},
|
243
|
+
{0x2502, "SF110000"},
|
244
|
+
{0x2561, "SF190000"},
|
245
|
+
{0x2562, "SF200000"},
|
246
|
+
{0x2556, "SF210000"},
|
247
|
+
{0x2555, "SF220000"},
|
248
|
+
{0x2563, "SF230000"},
|
249
|
+
{0x2551, "SF240000"},
|
250
|
+
{0x2557, "SF250000"},
|
251
|
+
{0x255d, "SF260000"},
|
252
|
+
{0x255c, "SF270000"},
|
253
|
+
{0x255b, "SF280000"},
|
254
|
+
{0x255e, "SF360000"},
|
255
|
+
{0x255f, "SF370000"},
|
256
|
+
{0x255a, "SF380000"},
|
257
|
+
{0x2554, "SF390000"},
|
258
|
+
{0x2569, "SF400000"},
|
259
|
+
{0x2566, "SF410000"},
|
260
|
+
{0x2560, "SF420000"},
|
261
|
+
{0x2550, "SF430000"},
|
262
|
+
{0x256c, "SF440000"},
|
263
|
+
{0x2567, "SF450000"},
|
264
|
+
{0x2568, "SF460000"},
|
265
|
+
{0x2564, "SF470000"},
|
266
|
+
{0x2565, "SF480000"},
|
267
|
+
{0x2559, "SF490000"},
|
268
|
+
{0x2558, "SF500000"},
|
269
|
+
{0x2552, "SF510000"},
|
270
|
+
{0x2553, "SF520000"},
|
271
|
+
{0x256b, "SF530000"},
|
272
|
+
{0x256a, "SF540000"},
|
273
|
+
{0x015a, "Sacute"},
|
274
|
+
{0x0160, "Scaron"},
|
275
|
+
{0xf6fd, "Scaronsmall"},
|
276
|
+
{0x015e, "Scedilla"},
|
277
|
+
{0x015c, "Scircumflex"},
|
278
|
+
{0x0218, "Scommaaccent"},
|
279
|
+
{0x03a3, "Sigma"},
|
280
|
+
{0xf773, "Ssmall"},
|
281
|
+
{0x0054, "T"},
|
282
|
+
{0x03a4, "Tau"},
|
283
|
+
{0x0166, "Tbar"},
|
284
|
+
{0x0164, "Tcaron"},
|
285
|
+
{0x0162, "Tcommaaccent"},
|
286
|
+
{0x0398, "Theta"},
|
287
|
+
{0x00de, "Thorn"},
|
288
|
+
{0xf7fe, "Thornsmall"},
|
289
|
+
{0xf6fe, "Tildesmall"},
|
290
|
+
{0xf774, "Tsmall"},
|
291
|
+
{0x0055, "U"},
|
292
|
+
{0x00da, "Uacute"},
|
293
|
+
{0xf7fa, "Uacutesmall"},
|
294
|
+
{0x016c, "Ubreve"},
|
295
|
+
{0x00db, "Ucircumflex"},
|
296
|
+
{0xf7fb, "Ucircumflexsmall"},
|
297
|
+
{0x00dc, "Udieresis"},
|
298
|
+
{0xf7fc, "Udieresissmall"},
|
299
|
+
{0x00d9, "Ugrave"},
|
300
|
+
{0xf7f9, "Ugravesmall"},
|
301
|
+
{0x01af, "Uhorn"},
|
302
|
+
{0x0170, "Uhungarumlaut"},
|
303
|
+
{0x016a, "Umacron"},
|
304
|
+
{0x0172, "Uogonek"},
|
305
|
+
{0x03a5, "Upsilon"},
|
306
|
+
{0x03d2, "Upsilon1"},
|
307
|
+
{0x03ab, "Upsilondieresis"},
|
308
|
+
{0x038e, "Upsilontonos"},
|
309
|
+
{0x016e, "Uring"},
|
310
|
+
{0xf775, "Usmall"},
|
311
|
+
{0x0168, "Utilde"},
|
312
|
+
{0x0056, "V"},
|
313
|
+
{0xf776, "Vsmall"},
|
314
|
+
{0x0057, "W"},
|
315
|
+
{0x1e82, "Wacute"},
|
316
|
+
{0x0174, "Wcircumflex"},
|
317
|
+
{0x1e84, "Wdieresis"},
|
318
|
+
{0x1e80, "Wgrave"},
|
319
|
+
{0xf777, "Wsmall"},
|
320
|
+
{0x0058, "X"},
|
321
|
+
{0x039e, "Xi"},
|
322
|
+
{0xf778, "Xsmall"},
|
323
|
+
{0x0059, "Y"},
|
324
|
+
{0x00dd, "Yacute"},
|
325
|
+
{0xf7fd, "Yacutesmall"},
|
326
|
+
{0x0176, "Ycircumflex"},
|
327
|
+
{0x0178, "Ydieresis"},
|
328
|
+
{0xf7ff, "Ydieresissmall"},
|
329
|
+
{0x1ef2, "Ygrave"},
|
330
|
+
{0xf779, "Ysmall"},
|
331
|
+
{0x005a, "Z"},
|
332
|
+
{0x0179, "Zacute"},
|
333
|
+
{0x017d, "Zcaron"},
|
334
|
+
{0xf6ff, "Zcaronsmall"},
|
335
|
+
{0x017b, "Zdotaccent"},
|
336
|
+
{0x0396, "Zeta"},
|
337
|
+
{0xf77a, "Zsmall"},
|
338
|
+
{0x0022, "\""},
|
339
|
+
{0x005c, "\\"},
|
340
|
+
{0x005d, "]"},
|
341
|
+
{0x005e, "^"},
|
342
|
+
{0x005f, "_"},
|
343
|
+
{0x0060, "`"},
|
344
|
+
{0x0061, "a"},
|
345
|
+
{0x00e1, "aacute"},
|
346
|
+
{0x0103, "abreve"},
|
347
|
+
{0x00e2, "acircumflex"},
|
348
|
+
{0x00b4, "acute"},
|
349
|
+
{0x0301, "acutecomb"},
|
350
|
+
{0x00e4, "adieresis"},
|
351
|
+
{0x00e6, "ae"},
|
352
|
+
{0x01fd, "aeacute"},
|
353
|
+
{0x2015, "afii00208"},
|
354
|
+
{0x0410, "afii10017"},
|
355
|
+
{0x0411, "afii10018"},
|
356
|
+
{0x0412, "afii10019"},
|
357
|
+
{0x0413, "afii10020"},
|
358
|
+
{0x0414, "afii10021"},
|
359
|
+
{0x0415, "afii10022"},
|
360
|
+
{0x0401, "afii10023"},
|
361
|
+
{0x0416, "afii10024"},
|
362
|
+
{0x0417, "afii10025"},
|
363
|
+
{0x0418, "afii10026"},
|
364
|
+
{0x0419, "afii10027"},
|
365
|
+
{0x041a, "afii10028"},
|
366
|
+
{0x041b, "afii10029"},
|
367
|
+
{0x041c, "afii10030"},
|
368
|
+
{0x041d, "afii10031"},
|
369
|
+
{0x041e, "afii10032"},
|
370
|
+
{0x041f, "afii10033"},
|
371
|
+
{0x0420, "afii10034"},
|
372
|
+
{0x0421, "afii10035"},
|
373
|
+
{0x0422, "afii10036"},
|
374
|
+
{0x0423, "afii10037"},
|
375
|
+
{0x0424, "afii10038"},
|
376
|
+
{0x0425, "afii10039"},
|
377
|
+
{0x0426, "afii10040"},
|
378
|
+
{0x0427, "afii10041"},
|
379
|
+
{0x0428, "afii10042"},
|
380
|
+
{0x0429, "afii10043"},
|
381
|
+
{0x042a, "afii10044"},
|
382
|
+
{0x042b, "afii10045"},
|
383
|
+
{0x042c, "afii10046"},
|
384
|
+
{0x042d, "afii10047"},
|
385
|
+
{0x042e, "afii10048"},
|
386
|
+
{0x042f, "afii10049"},
|
387
|
+
{0x0490, "afii10050"},
|
388
|
+
{0x0402, "afii10051"},
|
389
|
+
{0x0403, "afii10052"},
|
390
|
+
{0x0404, "afii10053"},
|
391
|
+
{0x0405, "afii10054"},
|
392
|
+
{0x0406, "afii10055"},
|
393
|
+
{0x0407, "afii10056"},
|
394
|
+
{0x0408, "afii10057"},
|
395
|
+
{0x0409, "afii10058"},
|
396
|
+
{0x040a, "afii10059"},
|
397
|
+
{0x040b, "afii10060"},
|
398
|
+
{0x040c, "afii10061"},
|
399
|
+
{0x040e, "afii10062"},
|
400
|
+
{0xf6c4, "afii10063"},
|
401
|
+
{0xf6c5, "afii10064"},
|
402
|
+
{0x0430, "afii10065"},
|
403
|
+
{0x0431, "afii10066"},
|
404
|
+
{0x0432, "afii10067"},
|
405
|
+
{0x0433, "afii10068"},
|
406
|
+
{0x0434, "afii10069"},
|
407
|
+
{0x0435, "afii10070"},
|
408
|
+
{0x0451, "afii10071"},
|
409
|
+
{0x0436, "afii10072"},
|
410
|
+
{0x0437, "afii10073"},
|
411
|
+
{0x0438, "afii10074"},
|
412
|
+
{0x0439, "afii10075"},
|
413
|
+
{0x043a, "afii10076"},
|
414
|
+
{0x043b, "afii10077"},
|
415
|
+
{0x043c, "afii10078"},
|
416
|
+
{0x043d, "afii10079"},
|
417
|
+
{0x043e, "afii10080"},
|
418
|
+
{0x043f, "afii10081"},
|
419
|
+
{0x0440, "afii10082"},
|
420
|
+
{0x0441, "afii10083"},
|
421
|
+
{0x0442, "afii10084"},
|
422
|
+
{0x0443, "afii10085"},
|
423
|
+
{0x0444, "afii10086"},
|
424
|
+
{0x0445, "afii10087"},
|
425
|
+
{0x0446, "afii10088"},
|
426
|
+
{0x0447, "afii10089"},
|
427
|
+
{0x0448, "afii10090"},
|
428
|
+
{0x0449, "afii10091"},
|
429
|
+
{0x044a, "afii10092"},
|
430
|
+
{0x044b, "afii10093"},
|
431
|
+
{0x044c, "afii10094"},
|
432
|
+
{0x044d, "afii10095"},
|
433
|
+
{0x044e, "afii10096"},
|
434
|
+
{0x044f, "afii10097"},
|
435
|
+
{0x0491, "afii10098"},
|
436
|
+
{0x0452, "afii10099"},
|
437
|
+
{0x0453, "afii10100"},
|
438
|
+
{0x0454, "afii10101"},
|
439
|
+
{0x0455, "afii10102"},
|
440
|
+
{0x0456, "afii10103"},
|
441
|
+
{0x0457, "afii10104"},
|
442
|
+
{0x0458, "afii10105"},
|
443
|
+
{0x0459, "afii10106"},
|
444
|
+
{0x045a, "afii10107"},
|
445
|
+
{0x045b, "afii10108"},
|
446
|
+
{0x045c, "afii10109"},
|
447
|
+
{0x045e, "afii10110"},
|
448
|
+
{0x040f, "afii10145"},
|
449
|
+
{0x0462, "afii10146"},
|
450
|
+
{0x0472, "afii10147"},
|
451
|
+
{0x0474, "afii10148"},
|
452
|
+
{0xf6c6, "afii10192"},
|
453
|
+
{0x045f, "afii10193"},
|
454
|
+
{0x0463, "afii10194"},
|
455
|
+
{0x0473, "afii10195"},
|
456
|
+
{0x0475, "afii10196"},
|
457
|
+
{0xf6c7, "afii10831"},
|
458
|
+
{0xf6c8, "afii10832"},
|
459
|
+
{0x04d9, "afii10846"},
|
460
|
+
{0x200e, "afii299"},
|
461
|
+
{0x200f, "afii300"},
|
462
|
+
{0x200d, "afii301"},
|
463
|
+
{0x066a, "afii57381"},
|
464
|
+
{0x060c, "afii57388"},
|
465
|
+
{0x0660, "afii57392"},
|
466
|
+
{0x0661, "afii57393"},
|
467
|
+
{0x0662, "afii57394"},
|
468
|
+
{0x0663, "afii57395"},
|
469
|
+
{0x0664, "afii57396"},
|
470
|
+
{0x0665, "afii57397"},
|
471
|
+
{0x0666, "afii57398"},
|
472
|
+
{0x0667, "afii57399"},
|
473
|
+
{0x0668, "afii57400"},
|
474
|
+
{0x0669, "afii57401"},
|
475
|
+
{0x061b, "afii57403"},
|
476
|
+
{0x061f, "afii57407"},
|
477
|
+
{0x0621, "afii57409"},
|
478
|
+
{0x0622, "afii57410"},
|
479
|
+
{0x0623, "afii57411"},
|
480
|
+
{0x0624, "afii57412"},
|
481
|
+
{0x0625, "afii57413"},
|
482
|
+
{0x0626, "afii57414"},
|
483
|
+
{0x0627, "afii57415"},
|
484
|
+
{0x0628, "afii57416"},
|
485
|
+
{0x0629, "afii57417"},
|
486
|
+
{0x062a, "afii57418"},
|
487
|
+
{0x062b, "afii57419"},
|
488
|
+
{0x062c, "afii57420"},
|
489
|
+
{0x062d, "afii57421"},
|
490
|
+
{0x062e, "afii57422"},
|
491
|
+
{0x062f, "afii57423"},
|
492
|
+
{0x0630, "afii57424"},
|
493
|
+
{0x0631, "afii57425"},
|
494
|
+
{0x0632, "afii57426"},
|
495
|
+
{0x0633, "afii57427"},
|
496
|
+
{0x0634, "afii57428"},
|
497
|
+
{0x0635, "afii57429"},
|
498
|
+
{0x0636, "afii57430"},
|
499
|
+
{0x0637, "afii57431"},
|
500
|
+
{0x0638, "afii57432"},
|
501
|
+
{0x0639, "afii57433"},
|
502
|
+
{0x063a, "afii57434"},
|
503
|
+
{0x0640, "afii57440"},
|
504
|
+
{0x0641, "afii57441"},
|
505
|
+
{0x0642, "afii57442"},
|
506
|
+
{0x0643, "afii57443"},
|
507
|
+
{0x0644, "afii57444"},
|
508
|
+
{0x0645, "afii57445"},
|
509
|
+
{0x0646, "afii57446"},
|
510
|
+
{0x0648, "afii57448"},
|
511
|
+
{0x0649, "afii57449"},
|
512
|
+
{0x064a, "afii57450"},
|
513
|
+
{0x064b, "afii57451"},
|
514
|
+
{0x064c, "afii57452"},
|
515
|
+
{0x064d, "afii57453"},
|
516
|
+
{0x064e, "afii57454"},
|
517
|
+
{0x064f, "afii57455"},
|
518
|
+
{0x0650, "afii57456"},
|
519
|
+
{0x0651, "afii57457"},
|
520
|
+
{0x0652, "afii57458"},
|
521
|
+
{0x0647, "afii57470"},
|
522
|
+
{0x06a4, "afii57505"},
|
523
|
+
{0x067e, "afii57506"},
|
524
|
+
{0x0686, "afii57507"},
|
525
|
+
{0x0698, "afii57508"},
|
526
|
+
{0x06af, "afii57509"},
|
527
|
+
{0x0679, "afii57511"},
|
528
|
+
{0x0688, "afii57512"},
|
529
|
+
{0x0691, "afii57513"},
|
530
|
+
{0x06ba, "afii57514"},
|
531
|
+
{0x06d2, "afii57519"},
|
532
|
+
{0x06d5, "afii57534"},
|
533
|
+
{0x20aa, "afii57636"},
|
534
|
+
{0x05be, "afii57645"},
|
535
|
+
{0x05c3, "afii57658"},
|
536
|
+
{0x05d0, "afii57664"},
|
537
|
+
{0x05d1, "afii57665"},
|
538
|
+
{0x05d2, "afii57666"},
|
539
|
+
{0x05d3, "afii57667"},
|
540
|
+
{0x05d4, "afii57668"},
|
541
|
+
{0x05d5, "afii57669"},
|
542
|
+
{0x05d6, "afii57670"},
|
543
|
+
{0x05d7, "afii57671"},
|
544
|
+
{0x05d8, "afii57672"},
|
545
|
+
{0x05d9, "afii57673"},
|
546
|
+
{0x05da, "afii57674"},
|
547
|
+
{0x05db, "afii57675"},
|
548
|
+
{0x05dc, "afii57676"},
|
549
|
+
{0x05dd, "afii57677"},
|
550
|
+
{0x05de, "afii57678"},
|
551
|
+
{0x05df, "afii57679"},
|
552
|
+
{0x05e0, "afii57680"},
|
553
|
+
{0x05e1, "afii57681"},
|
554
|
+
{0x05e2, "afii57682"},
|
555
|
+
{0x05e3, "afii57683"},
|
556
|
+
{0x05e4, "afii57684"},
|
557
|
+
{0x05e5, "afii57685"},
|
558
|
+
{0x05e6, "afii57686"},
|
559
|
+
{0x05e7, "afii57687"},
|
560
|
+
{0x05e8, "afii57688"},
|
561
|
+
{0x05e9, "afii57689"},
|
562
|
+
{0x05ea, "afii57690"},
|
563
|
+
{0xfb2a, "afii57694"},
|
564
|
+
{0xfb2b, "afii57695"},
|
565
|
+
{0xfb4b, "afii57700"},
|
566
|
+
{0xfb1f, "afii57705"},
|
567
|
+
{0x05f0, "afii57716"},
|
568
|
+
{0x05f1, "afii57717"},
|
569
|
+
{0x05f2, "afii57718"},
|
570
|
+
{0xfb35, "afii57723"},
|
571
|
+
{0x05b4, "afii57793"},
|
572
|
+
{0x05b5, "afii57794"},
|
573
|
+
{0x05b6, "afii57795"},
|
574
|
+
{0x05bb, "afii57796"},
|
575
|
+
{0x05b8, "afii57797"},
|
576
|
+
{0x05b7, "afii57798"},
|
577
|
+
{0x05b0, "afii57799"},
|
578
|
+
{0x05b2, "afii57800"},
|
579
|
+
{0x05b1, "afii57801"},
|
580
|
+
{0x05b3, "afii57802"},
|
581
|
+
{0x05c2, "afii57803"},
|
582
|
+
{0x05c1, "afii57804"},
|
583
|
+
{0x05b9, "afii57806"},
|
584
|
+
{0x05bc, "afii57807"},
|
585
|
+
{0x05bd, "afii57839"},
|
586
|
+
{0x05bf, "afii57841"},
|
587
|
+
{0x05c0, "afii57842"},
|
588
|
+
{0x02bc, "afii57929"},
|
589
|
+
{0x2105, "afii61248"},
|
590
|
+
{0x2113, "afii61289"},
|
591
|
+
{0x2116, "afii61352"},
|
592
|
+
{0x202c, "afii61573"},
|
593
|
+
{0x202d, "afii61574"},
|
594
|
+
{0x202e, "afii61575"},
|
595
|
+
{0x200c, "afii61664"},
|
596
|
+
{0x066d, "afii63167"},
|
597
|
+
{0x02bd, "afii64937"},
|
598
|
+
{0x00e0, "agrave"},
|
599
|
+
{0x2135, "aleph"},
|
600
|
+
{0x03b1, "alpha"},
|
601
|
+
{0x03ac, "alphatonos"},
|
602
|
+
{0x0101, "amacron"},
|
603
|
+
{0x0026, "ampersand"},
|
604
|
+
{0xf726, "ampersandsmall"},
|
605
|
+
{0x2220, "angle"},
|
606
|
+
{0x2329, "angleleft"},
|
607
|
+
{0x232a, "angleright"},
|
608
|
+
{0x0387, "anoteleia"},
|
609
|
+
{0x0105, "aogonek"},
|
610
|
+
{0x2248, "approxequal"},
|
611
|
+
{0x00e5, "aring"},
|
612
|
+
{0x01fb, "aringacute"},
|
613
|
+
{0x2194, "arrowboth"},
|
614
|
+
{0x21d4, "arrowdblboth"},
|
615
|
+
{0x21d3, "arrowdbldown"},
|
616
|
+
{0x21d0, "arrowdblleft"},
|
617
|
+
{0x21d2, "arrowdblright"},
|
618
|
+
{0x21d1, "arrowdblup"},
|
619
|
+
{0x2193, "arrowdown"},
|
620
|
+
{0xf8e7, "arrowhorizex"},
|
621
|
+
{0x2190, "arrowleft"},
|
622
|
+
{0x2192, "arrowright"},
|
623
|
+
{0x2191, "arrowup"},
|
624
|
+
{0x2195, "arrowupdn"},
|
625
|
+
{0x21a8, "arrowupdnbse"},
|
626
|
+
{0xf8e6, "arrowvertex"},
|
627
|
+
{0x005e, "asciicircum"},
|
628
|
+
{0x007e, "asciitilde"},
|
629
|
+
{0x002a, "asterisk"},
|
630
|
+
{0x2217, "asteriskmath"},
|
631
|
+
{0xf6e9, "asuperior"},
|
632
|
+
{0x0040, "at"},
|
633
|
+
{0x00e3, "atilde"},
|
634
|
+
{0x0062, "b"},
|
635
|
+
{0x005c, "backslash"},
|
636
|
+
{0x007c, "bar"},
|
637
|
+
{0x03b2, "beta"},
|
638
|
+
{0x2588, "block"},
|
639
|
+
{0xf8f4, "braceex"},
|
640
|
+
{0x007b, "braceleft"},
|
641
|
+
{0xf8f3, "braceleftbt"},
|
642
|
+
{0xf8f2, "braceleftmid"},
|
643
|
+
{0xf8f1, "bracelefttp"},
|
644
|
+
{0x007d, "braceright"},
|
645
|
+
{0xf8fe, "bracerightbt"},
|
646
|
+
{0xf8fd, "bracerightmid"},
|
647
|
+
{0xf8fc, "bracerighttp"},
|
648
|
+
{0x005b, "bracketleft"},
|
649
|
+
{0xf8f0, "bracketleftbt"},
|
650
|
+
{0xf8ef, "bracketleftex"},
|
651
|
+
{0xf8ee, "bracketlefttp"},
|
652
|
+
{0x005d, "bracketright"},
|
653
|
+
{0xf8fb, "bracketrightbt"},
|
654
|
+
{0xf8fa, "bracketrightex"},
|
655
|
+
{0xf8f9, "bracketrighttp"},
|
656
|
+
{0x02d8, "breve"},
|
657
|
+
{0x00a6, "brokenbar"},
|
658
|
+
{0xf6ea, "bsuperior"},
|
659
|
+
{0x2022, "bullet"},
|
660
|
+
{0x0063, "c"},
|
661
|
+
{0x0107, "cacute"},
|
662
|
+
{0x02c7, "caron"},
|
663
|
+
{0x21b5, "carriagereturn"},
|
664
|
+
{0x010d, "ccaron"},
|
665
|
+
{0x00e7, "ccedilla"},
|
666
|
+
{0x0109, "ccircumflex"},
|
667
|
+
{0x010b, "cdotaccent"},
|
668
|
+
{0x00b8, "cedilla"},
|
669
|
+
{0x00a2, "cent"},
|
670
|
+
{0xf6df, "centinferior"},
|
671
|
+
{0xf7a2, "centoldstyle"},
|
672
|
+
{0xf6e0, "centsuperior"},
|
673
|
+
{0x03c7, "chi"},
|
674
|
+
{0x25cb, "circle"},
|
675
|
+
{0x2297, "circlemultiply"},
|
676
|
+
{0x2295, "circleplus"},
|
677
|
+
{0x02c6, "circumflex"},
|
678
|
+
{0x2663, "club"},
|
679
|
+
{0x003a, "colon"},
|
680
|
+
{0x20a1, "colonmonetary"},
|
681
|
+
{0x002c, "comma"},
|
682
|
+
{0xf6c3, "commaaccent"},
|
683
|
+
{0xf6e1, "commainferior"},
|
684
|
+
{0xf6e2, "commasuperior"},
|
685
|
+
{0x2245, "congruent"},
|
686
|
+
{0x00a9, "copyright"},
|
687
|
+
{0x00a9, "copyrightsans"},
|
688
|
+
{0x00a9, "copyrightserif"},
|
689
|
+
{0x00a4, "currency"},
|
690
|
+
{0xf6d1, "cyrBreve"},
|
691
|
+
{0xf6d2, "cyrFlex"},
|
692
|
+
{0xf6d4, "cyrbreve"},
|
693
|
+
{0xf6d5, "cyrflex"},
|
694
|
+
{0x0064, "d"},
|
695
|
+
{0x2020, "dagger"},
|
696
|
+
{0x2021, "daggerdbl"},
|
697
|
+
{0xf6d3, "dblGrave"},
|
698
|
+
{0xf6d6, "dblgrave"},
|
699
|
+
{0x010f, "dcaron"},
|
700
|
+
{0x0111, "dcroat"},
|
701
|
+
{0x00b0, "degree"},
|
702
|
+
{0x03b4, "delta"},
|
703
|
+
{0x2666, "diamond"},
|
704
|
+
{0x00a8, "dieresis"},
|
705
|
+
{0xf6d7, "dieresisacute"},
|
706
|
+
{0xf6d8, "dieresisgrave"},
|
707
|
+
{0x0385, "dieresistonos"},
|
708
|
+
{0x00f7, "divide"},
|
709
|
+
{0x2593, "dkshade"},
|
710
|
+
{0x2584, "dnblock"},
|
711
|
+
{0x0024, "dollar"},
|
712
|
+
{0xf6e3, "dollarinferior"},
|
713
|
+
{0xf724, "dollaroldstyle"},
|
714
|
+
{0xf6e4, "dollarsuperior"},
|
715
|
+
{0x20ab, "dong"},
|
716
|
+
{0x02d9, "dotaccent"},
|
717
|
+
{0x0323, "dotbelowcomb"},
|
718
|
+
{0x0131, "dotlessi"},
|
719
|
+
{0xf6be, "dotlessj"},
|
720
|
+
{0x22c5, "dotmath"},
|
721
|
+
{0xf6eb, "dsuperior"},
|
722
|
+
{0x0065, "e"},
|
723
|
+
{0x00e9, "eacute"},
|
724
|
+
{0x0115, "ebreve"},
|
725
|
+
{0x011b, "ecaron"},
|
726
|
+
{0x00ea, "ecircumflex"},
|
727
|
+
{0x00eb, "edieresis"},
|
728
|
+
{0x0117, "edotaccent"},
|
729
|
+
{0x00e8, "egrave"},
|
730
|
+
{0x0038, "eight"},
|
731
|
+
{0x2088, "eightinferior"},
|
732
|
+
{0xf738, "eightoldstyle"},
|
733
|
+
{0x2078, "eightsuperior"},
|
734
|
+
{0x2208, "element"},
|
735
|
+
{0x2026, "ellipsis"},
|
736
|
+
{0x0113, "emacron"},
|
737
|
+
{0x2014, "emdash"},
|
738
|
+
{0x2205, "emptyset"},
|
739
|
+
{0x2013, "endash"},
|
740
|
+
{0x014b, "eng"},
|
741
|
+
{0x0119, "eogonek"},
|
742
|
+
{0x03b5, "epsilon"},
|
743
|
+
{0x03ad, "epsilontonos"},
|
744
|
+
{0x003d, "equal"},
|
745
|
+
{0x2261, "equivalence"},
|
746
|
+
{0x212e, "estimated"},
|
747
|
+
{0xf6ec, "esuperior"},
|
748
|
+
{0x03b7, "eta"},
|
749
|
+
{0x03ae, "etatonos"},
|
750
|
+
{0x00f0, "eth"},
|
751
|
+
{0x0021, "exclam"},
|
752
|
+
{0x203c, "exclamdbl"},
|
753
|
+
{0x00a1, "exclamdown"},
|
754
|
+
{0xf7a1, "exclamdownsmall"},
|
755
|
+
{0x0021, "exclamleft"},
|
756
|
+
{0xf721, "exclamsmall"},
|
757
|
+
{0x2203, "existential"},
|
758
|
+
{0x0066, "f"},
|
759
|
+
{0x2640, "female"},
|
760
|
+
{0xfb00, "ff"},
|
761
|
+
{0xfb03, "ffi"},
|
762
|
+
{0xfb04, "ffl"},
|
763
|
+
{0xfb01, "fi"},
|
764
|
+
{0x2012, "figuredash"},
|
765
|
+
{0x25a0, "filledbox"},
|
766
|
+
{0x25ac, "filledrect"},
|
767
|
+
{0x0035, "five"},
|
768
|
+
{0x215d, "fiveeighths"},
|
769
|
+
{0x2085, "fiveinferior"},
|
770
|
+
{0xf735, "fiveoldstyle"},
|
771
|
+
{0x2075, "fivesuperior"},
|
772
|
+
{0xfb02, "fl"},
|
773
|
+
{0x0192, "florin"},
|
774
|
+
{0x0034, "four"},
|
775
|
+
{0x2084, "fourinferior"},
|
776
|
+
{0xf734, "fouroldstyle"},
|
777
|
+
{0x2074, "foursuperior"},
|
778
|
+
{0x2044, "fraction"},
|
779
|
+
{0x20a3, "franc"},
|
780
|
+
{0x0067, "g"},
|
781
|
+
{0x03b3, "gamma"},
|
782
|
+
{0x011f, "gbreve"},
|
783
|
+
{0x01e7, "gcaron"},
|
784
|
+
{0x011d, "gcircumflex"},
|
785
|
+
{0x0123, "gcommaaccent"},
|
786
|
+
{0x0121, "gdotaccent"},
|
787
|
+
{0x00df, "germandbls"},
|
788
|
+
{0x2207, "gradient"},
|
789
|
+
{0x0060, "grave"},
|
790
|
+
{0x0300, "gravecomb"},
|
791
|
+
{0x003e, "greater"},
|
792
|
+
{0x2265, "greaterequal"},
|
793
|
+
{0x00ab, "guillemotleft"},
|
794
|
+
{0x00bb, "guillemotright"},
|
795
|
+
{0x2039, "guilsinglleft"},
|
796
|
+
{0x203a, "guilsinglright"},
|
797
|
+
{0x0068, "h"},
|
798
|
+
{0x0127, "hbar"},
|
799
|
+
{0x0125, "hcircumflex"},
|
800
|
+
{0x2665, "heart"},
|
801
|
+
{0x0309, "hookabovecomb"},
|
802
|
+
{0x2302, "house"},
|
803
|
+
{0x02dd, "hungarumlaut"},
|
804
|
+
{0x002d, "hyphen"},
|
805
|
+
{0xf6e5, "hypheninferior"},
|
806
|
+
{0xf6e6, "hyphensuperior"},
|
807
|
+
{0x0069, "i"},
|
808
|
+
{0x00ed, "iacute"},
|
809
|
+
{0x012d, "ibreve"},
|
810
|
+
{0x00ee, "icircumflex"},
|
811
|
+
{0x00ef, "idieresis"},
|
812
|
+
{0x00ec, "igrave"},
|
813
|
+
{0x0133, "ij"},
|
814
|
+
{0x012b, "imacron"},
|
815
|
+
{0x221e, "infinity"},
|
816
|
+
{0x222b, "integral"},
|
817
|
+
{0x2321, "integralbt"},
|
818
|
+
{0xf8f5, "integralex"},
|
819
|
+
{0x2320, "integraltp"},
|
820
|
+
{0x2229, "intersection"},
|
821
|
+
{0x25d8, "invbullet"},
|
822
|
+
{0x25d9, "invcircle"},
|
823
|
+
{0x263b, "invsmileface"},
|
824
|
+
{0x012f, "iogonek"},
|
825
|
+
{0x03b9, "iota"},
|
826
|
+
{0x03ca, "iotadieresis"},
|
827
|
+
{0x0390, "iotadieresistonos"},
|
828
|
+
{0x03af, "iotatonos"},
|
829
|
+
{0xf6ed, "isuperior"},
|
830
|
+
{0x0129, "itilde"},
|
831
|
+
{0x006a, "j"},
|
832
|
+
{0x0135, "jcircumflex"},
|
833
|
+
{0x006b, "k"},
|
834
|
+
{0x03ba, "kappa"},
|
835
|
+
{0x0137, "kcommaaccent"},
|
836
|
+
{0x0138, "kgreenlandic"},
|
837
|
+
{0x006c, "l"},
|
838
|
+
{0x013a, "lacute"},
|
839
|
+
{0x03bb, "lambda"},
|
840
|
+
{0x013e, "lcaron"},
|
841
|
+
{0x013c, "lcommaaccent"},
|
842
|
+
{0x0140, "ldot"},
|
843
|
+
{0x003c, "less"},
|
844
|
+
{0x2264, "lessequal"},
|
845
|
+
{0x258c, "lfblock"},
|
846
|
+
{0x20a4, "lira"},
|
847
|
+
{0xf6c0, "ll"},
|
848
|
+
{0x2227, "logicaland"},
|
849
|
+
{0x00ac, "logicalnot"},
|
850
|
+
{0x2228, "logicalor"},
|
851
|
+
{0x017f, "longs"},
|
852
|
+
{0x25ca, "lozenge"},
|
853
|
+
{0x0142, "lslash"},
|
854
|
+
{0xf6ee, "lsuperior"},
|
855
|
+
{0x2591, "ltshade"},
|
856
|
+
{0x006d, "m"},
|
857
|
+
{0x00af, "macron"},
|
858
|
+
{0x2642, "male"},
|
859
|
+
{0x2212, "minus"},
|
860
|
+
{0x2032, "minute"},
|
861
|
+
{0xf6ef, "msuperior"},
|
862
|
+
{0x00b5, "mu"},
|
863
|
+
{0x00d7, "multiply"},
|
864
|
+
{0x266a, "musicalnote"},
|
865
|
+
{0x266b, "musicalnotedbl"},
|
866
|
+
{0x006e, "n"},
|
867
|
+
{0x0144, "nacute"},
|
868
|
+
{0x0149, "napostrophe"},
|
869
|
+
{0x00a0, "nbspace"},
|
870
|
+
{0x0148, "ncaron"},
|
871
|
+
{0x0146, "ncommaaccent"},
|
872
|
+
{0x0039, "nine"},
|
873
|
+
{0x2089, "nineinferior"},
|
874
|
+
{0xf739, "nineoldstyle"},
|
875
|
+
{0x2079, "ninesuperior"},
|
876
|
+
{0x00a0, "nonbreakingspace"},
|
877
|
+
{0x2209, "notelement"},
|
878
|
+
{0x2260, "notequal"},
|
879
|
+
{0x2284, "notsubset"},
|
880
|
+
{0x207f, "nsuperior"},
|
881
|
+
{0x00f1, "ntilde"},
|
882
|
+
{0x03bd, "nu"},
|
883
|
+
{0x0023, "numbersign"},
|
884
|
+
{0x006f, "o"},
|
885
|
+
{0x00f3, "oacute"},
|
886
|
+
{0x014f, "obreve"},
|
887
|
+
{0x00f4, "ocircumflex"},
|
888
|
+
{0x00f6, "odieresis"},
|
889
|
+
{0x0153, "oe"},
|
890
|
+
{0x02db, "ogonek"},
|
891
|
+
{0x00f2, "ograve"},
|
892
|
+
{0x01a1, "ohorn"},
|
893
|
+
{0x0151, "ohungarumlaut"},
|
894
|
+
{0x014d, "omacron"},
|
895
|
+
{0x03c9, "omega"},
|
896
|
+
{0x03d6, "omega1"},
|
897
|
+
{0x03ce, "omegatonos"},
|
898
|
+
{0x03bf, "omicron"},
|
899
|
+
{0x03cc, "omicrontonos"},
|
900
|
+
{0x0031, "one"},
|
901
|
+
{0x2024, "onedotenleader"},
|
902
|
+
{0x215b, "oneeighth"},
|
903
|
+
{0xf6dc, "onefitted"},
|
904
|
+
{0x00bd, "onehalf"},
|
905
|
+
{0x2081, "oneinferior"},
|
906
|
+
{0xf731, "oneoldstyle"},
|
907
|
+
{0x00bc, "onequarter"},
|
908
|
+
{0x00b9, "onesuperior"},
|
909
|
+
{0x2153, "onethird"},
|
910
|
+
{0x25e6, "openbullet"},
|
911
|
+
{0x00aa, "ordfeminine"},
|
912
|
+
{0x00ba, "ordmasculine"},
|
913
|
+
{0x221f, "orthogonal"},
|
914
|
+
{0x00f8, "oslash"},
|
915
|
+
{0x01ff, "oslashacute"},
|
916
|
+
{0xf6f0, "osuperior"},
|
917
|
+
{0x00f5, "otilde"},
|
918
|
+
{0x0070, "p"},
|
919
|
+
{0x00b6, "paragraph"},
|
920
|
+
{0x0028, "parenleft"},
|
921
|
+
{0xf8ed, "parenleftbt"},
|
922
|
+
{0xf8ec, "parenleftex"},
|
923
|
+
{0x208d, "parenleftinferior"},
|
924
|
+
{0x207d, "parenleftsuperior"},
|
925
|
+
{0xf8eb, "parenlefttp"},
|
926
|
+
{0x0029, "parenright"},
|
927
|
+
{0xf8f8, "parenrightbt"},
|
928
|
+
{0xf8f7, "parenrightex"},
|
929
|
+
{0x208e, "parenrightinferior"},
|
930
|
+
{0x207e, "parenrightsuperior"},
|
931
|
+
{0xf8f6, "parenrighttp"},
|
932
|
+
{0x2202, "partialdiff"},
|
933
|
+
{0x0025, "percent"},
|
934
|
+
{0x002e, "period"},
|
935
|
+
{0x00b7, "periodcentered"},
|
936
|
+
{0xf6e7, "periodinferior"},
|
937
|
+
{0xf6e8, "periodsuperior"},
|
938
|
+
{0x22a5, "perpendicular"},
|
939
|
+
{0x2030, "perthousand"},
|
940
|
+
{0x20a7, "peseta"},
|
941
|
+
{0x03c6, "phi"},
|
942
|
+
{0x03d5, "phi1"},
|
943
|
+
{0x03c0, "pi"},
|
944
|
+
{0x002b, "plus"},
|
945
|
+
{0x00b1, "plusminus"},
|
946
|
+
{0x211e, "prescription"},
|
947
|
+
{0x220f, "product"},
|
948
|
+
{0x2282, "propersubset"},
|
949
|
+
{0x2283, "propersuperset"},
|
950
|
+
{0x221d, "proportional"},
|
951
|
+
{0x03c8, "psi"},
|
952
|
+
{0x0071, "q"},
|
953
|
+
{0x003f, "question"},
|
954
|
+
{0x00bf, "questiondown"},
|
955
|
+
{0xf7bf, "questiondownsmall"},
|
956
|
+
{0xf73f, "questionsmall"},
|
957
|
+
{0x0022, "quotedbl"},
|
958
|
+
{0x201e, "quotedblbase"},
|
959
|
+
{0x201c, "quotedblleft"},
|
960
|
+
{0x201d, "quotedblright"},
|
961
|
+
{0x2018, "quoteleft"},
|
962
|
+
{0x201b, "quotereversed"},
|
963
|
+
{0x2019, "quoteright"},
|
964
|
+
{0x201a, "quotesinglbase"},
|
965
|
+
{0x0027, "quotesingle"},
|
966
|
+
{0x0072, "r"},
|
967
|
+
{0x0155, "racute"},
|
968
|
+
{0x221a, "radical"},
|
969
|
+
{0xf8e5, "radicalex"},
|
970
|
+
{0x0159, "rcaron"},
|
971
|
+
{0x0157, "rcommaaccent"},
|
972
|
+
{0x2286, "reflexsubset"},
|
973
|
+
{0x2287, "reflexsuperset"},
|
974
|
+
{0x00ae, "registered"},
|
975
|
+
{0x00ae, "registersans"},
|
976
|
+
{0x00ae, "registerserif"},
|
977
|
+
{0x2310, "revlogicalnot"},
|
978
|
+
{0x03c1, "rho"},
|
979
|
+
{0x02da, "ring"},
|
980
|
+
{0xf6f1, "rsuperior"},
|
981
|
+
{0x2590, "rtblock"},
|
982
|
+
{0xf6dd, "rupiah"},
|
983
|
+
{0x0073, "s"},
|
984
|
+
{0x015b, "sacute"},
|
985
|
+
{0x0161, "scaron"},
|
986
|
+
{0x015f, "scedilla"},
|
987
|
+
{0x015d, "scircumflex"},
|
988
|
+
{0x0219, "scommaaccent"},
|
989
|
+
{0x2033, "second"},
|
990
|
+
{0x00a7, "section"},
|
991
|
+
{0x003b, "semicolon"},
|
992
|
+
{0x0037, "seven"},
|
993
|
+
{0x215e, "seveneighths"},
|
994
|
+
{0x2087, "seveninferior"},
|
995
|
+
{0xf737, "sevenoldstyle"},
|
996
|
+
{0x2077, "sevensuperior"},
|
997
|
+
{0x2592, "shade"},
|
998
|
+
{0x03c3, "sigma"},
|
999
|
+
{0x03c2, "sigma1"},
|
1000
|
+
{0x223c, "similar"},
|
1001
|
+
{0x0036, "six"},
|
1002
|
+
{0x2086, "sixinferior"},
|
1003
|
+
{0xf736, "sixoldstyle"},
|
1004
|
+
{0x2076, "sixsuperior"},
|
1005
|
+
{0x002f, "slash"},
|
1006
|
+
{0x263a, "smileface"},
|
1007
|
+
{0x0020, "space"},
|
1008
|
+
{0x2660, "spade"},
|
1009
|
+
{0xf6f2, "ssuperior"},
|
1010
|
+
{0x00a3, "sterling"},
|
1011
|
+
{0x220b, "suchthat"},
|
1012
|
+
{0x2211, "summation"},
|
1013
|
+
{0x263c, "sun"},
|
1014
|
+
{0x0074, "t"},
|
1015
|
+
{0x03c4, "tau"},
|
1016
|
+
{0x0167, "tbar"},
|
1017
|
+
{0x0165, "tcaron"},
|
1018
|
+
{0x0163, "tcommaaccent"},
|
1019
|
+
{0x2234, "therefore"},
|
1020
|
+
{0x03b8, "theta"},
|
1021
|
+
{0x03d1, "theta1"},
|
1022
|
+
{0x00fe, "thorn"},
|
1023
|
+
{0x0033, "three"},
|
1024
|
+
{0x215c, "threeeighths"},
|
1025
|
+
{0x2083, "threeinferior"},
|
1026
|
+
{0xf733, "threeoldstyle"},
|
1027
|
+
{0x00be, "threequarters"},
|
1028
|
+
{0xf6de, "threequartersemdash"},
|
1029
|
+
{0x00b3, "threesuperior"},
|
1030
|
+
{0x02dc, "tilde"},
|
1031
|
+
{0x0303, "tildecomb"},
|
1032
|
+
{0x0384, "tonos"},
|
1033
|
+
{0x2122, "trademark"},
|
1034
|
+
{0x2122, "trademarksans"},
|
1035
|
+
{0x2122, "trademarkserif"},
|
1036
|
+
{0x25bc, "triagdn"},
|
1037
|
+
{0x25c4, "triaglf"},
|
1038
|
+
{0x25ba, "triagrt"},
|
1039
|
+
{0x25b2, "triagup"},
|
1040
|
+
{0xf6f3, "tsuperior"},
|
1041
|
+
{0x0032, "two"},
|
1042
|
+
{0x2025, "twodotenleader"},
|
1043
|
+
{0x2082, "twoinferior"},
|
1044
|
+
{0xf732, "twooldstyle"},
|
1045
|
+
{0x00b2, "twosuperior"},
|
1046
|
+
{0x2154, "twothirds"},
|
1047
|
+
{0x0075, "u"},
|
1048
|
+
{0x00fa, "uacute"},
|
1049
|
+
{0x016d, "ubreve"},
|
1050
|
+
{0x00fb, "ucircumflex"},
|
1051
|
+
{0x00fc, "udieresis"},
|
1052
|
+
{0x00f9, "ugrave"},
|
1053
|
+
{0x01b0, "uhorn"},
|
1054
|
+
{0x0171, "uhungarumlaut"},
|
1055
|
+
{0x016b, "umacron"},
|
1056
|
+
{0x005f, "underscore"},
|
1057
|
+
{0x2017, "underscoredbl"},
|
1058
|
+
{0x222a, "union"},
|
1059
|
+
{0x2200, "universal"},
|
1060
|
+
{0x0173, "uogonek"},
|
1061
|
+
{0x2580, "upblock"},
|
1062
|
+
{0x03c5, "upsilon"},
|
1063
|
+
{0x03cb, "upsilondieresis"},
|
1064
|
+
{0x03b0, "upsilondieresistonos"},
|
1065
|
+
{0x03cd, "upsilontonos"},
|
1066
|
+
{0x016f, "uring"},
|
1067
|
+
{0x0169, "utilde"},
|
1068
|
+
{0x0076, "v"},
|
1069
|
+
{0x0077, "w"},
|
1070
|
+
{0x1e83, "wacute"},
|
1071
|
+
{0x0175, "wcircumflex"},
|
1072
|
+
{0x1e85, "wdieresis"},
|
1073
|
+
{0x2118, "weierstrass"},
|
1074
|
+
{0x1e81, "wgrave"},
|
1075
|
+
{0x0078, "x"},
|
1076
|
+
{0x03be, "xi"},
|
1077
|
+
{0x0079, "y"},
|
1078
|
+
{0x00fd, "yacute"},
|
1079
|
+
{0x0177, "ycircumflex"},
|
1080
|
+
{0x00ff, "ydieresis"},
|
1081
|
+
{0x00a5, "yen"},
|
1082
|
+
{0x1ef3, "ygrave"},
|
1083
|
+
{0x007a, "z"},
|
1084
|
+
{0x017a, "zacute"},
|
1085
|
+
{0x017e, "zcaron"},
|
1086
|
+
{0x017c, "zdotaccent"},
|
1087
|
+
{0x0030, "zero"},
|
1088
|
+
{0x2080, "zeroinferior"},
|
1089
|
+
{0xf730, "zerooldstyle"},
|
1090
|
+
{0x2070, "zerosuperior"},
|
1091
|
+
{0x03b6, "zeta"},
|
1092
|
+
{0x007b, "{"},
|
1093
|
+
{0x007c, "|"},
|
1094
|
+
{0x007d, "}"},
|
1095
|
+
{0x007e, "~"},
|
1096
|
+
{ 0, NULL }
|
1097
|
+
};
|