liblouis-rb 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE +520 -0
- data/README.md +100 -0
- data/Rakefile +80 -0
- data/ext/liblouis/braille_character.c +200 -0
- data/ext/liblouis/braille_table.c +198 -0
- data/ext/liblouis/braille_text.c +223 -0
- data/ext/liblouis/extconf.rb +73 -0
- data/ext/liblouis/liblouis.c +168 -0
- data/ext/liblouis/liblouis_ext.h +49 -0
- data/ext/liblouis/table_source.c +161 -0
- data/ext/liblouis/translation.c +443 -0
- data/liblouis-rb.gemspec +49 -0
- data/spec/liblouis_spec.rb +62 -0
- data/test/integration/packaging_test.rb +82 -0
- data/test/table_source_cases.rb +9 -0
- data/test/test_braille_character.rb +62 -0
- data/test/test_braille_table.rb +379 -0
- data/test/test_braille_text.rb +30 -0
- data/test/test_helper.rb +7 -0
- data/test/translation_cases.rb +33 -0
- data/vendor/liblouis/COPYING +674 -0
- data/vendor/liblouis/COPYING.LESSER +502 -0
- data/vendor/liblouis/configure.ac +290 -0
- data/vendor/liblouis/liblouis/commonTranslationFunctions.c +95 -0
- data/vendor/liblouis/liblouis/compileTranslationTable.c +5515 -0
- data/vendor/liblouis/liblouis/internal.h +781 -0
- data/vendor/liblouis/liblouis/liblouis.h.in +514 -0
- data/vendor/liblouis/liblouis/logging.c +233 -0
- data/vendor/liblouis/liblouis/lou_backTranslateString.c +1855 -0
- data/vendor/liblouis/liblouis/lou_translateString.c +4177 -0
- data/vendor/liblouis/liblouis/maketable.c +463 -0
- data/vendor/liblouis/liblouis/metadata.c +1258 -0
- data/vendor/liblouis/liblouis/pattern.c +1632 -0
- data/vendor/liblouis/liblouis/utils.c +448 -0
- data/vendor/liblouis/tables/Es-Es-G0.utb +248 -0
- data/vendor/liblouis/tables/IPA-unicode-range.uti +200 -0
- data/vendor/liblouis/tables/IPA.utb +164 -0
- data/vendor/liblouis/tables/Lv-Lv-g1.utb +509 -0
- data/vendor/liblouis/tables/Makefile.am +503 -0
- data/vendor/liblouis/tables/Pl-Pl-g1.utb +312 -0
- data/vendor/liblouis/tables/README +6 -0
- data/vendor/liblouis/tables/afr-za-g1.ctb +63 -0
- data/vendor/liblouis/tables/afr-za-g2.ctb +1050 -0
- data/vendor/liblouis/tables/akk-borger.utb +997 -0
- data/vendor/liblouis/tables/akk.utb +1002 -0
- data/vendor/liblouis/tables/ancient-languages-borger.utb +114 -0
- data/vendor/liblouis/tables/ancient-languages-us.utb +114 -0
- data/vendor/liblouis/tables/ar-ar-comp8.utb +293 -0
- data/vendor/liblouis/tables/ar-ar-g1-core.uti +291 -0
- data/vendor/liblouis/tables/ar-ar-g1.utb +26 -0
- data/vendor/liblouis/tables/ar-ar-g2.ctb +447 -0
- data/vendor/liblouis/tables/ar-ar-math.uti +501 -0
- data/vendor/liblouis/tables/ar.tbl +17 -0
- data/vendor/liblouis/tables/as-in-g1.utb +27 -0
- data/vendor/liblouis/tables/as.tbl +18 -0
- data/vendor/liblouis/tables/aw-in-g1.utb +27 -0
- data/vendor/liblouis/tables/awa.tbl +18 -0
- data/vendor/liblouis/tables/ba.utb +64 -0
- data/vendor/liblouis/tables/be-in-g1.utb +27 -0
- data/vendor/liblouis/tables/bel-comp.utb +42 -0
- data/vendor/liblouis/tables/bel-detailed.utb +32 -0
- data/vendor/liblouis/tables/bel.utb +61 -0
- data/vendor/liblouis/tables/bengali.cti +238 -0
- data/vendor/liblouis/tables/bg.ctb +215 -0
- data/vendor/liblouis/tables/bg.dis +84 -0
- data/vendor/liblouis/tables/bg.tbl +21 -0
- data/vendor/liblouis/tables/bg.utb +454 -0
- data/vendor/liblouis/tables/bh.ctb +24 -0
- data/vendor/liblouis/tables/bh.tbl +17 -0
- data/vendor/liblouis/tables/bn.tbl +18 -0
- data/vendor/liblouis/tables/bo.ctb +184 -0
- data/vendor/liblouis/tables/bo.tbl +21 -0
- data/vendor/liblouis/tables/boxes.ctb +162 -0
- data/vendor/liblouis/tables/br-in-g1.utb +27 -0
- data/vendor/liblouis/tables/bra.tbl +18 -0
- data/vendor/liblouis/tables/braille-patterns.cti +287 -0
- data/vendor/liblouis/tables/ca-chardefs.cti +225 -0
- data/vendor/liblouis/tables/ca-g1.ctb +46 -0
- data/vendor/liblouis/tables/ca.tbl +18 -0
- data/vendor/liblouis/tables/chr-us-g1.ctb +180 -0
- data/vendor/liblouis/tables/ckb-chardefs.cti +219 -0
- data/vendor/liblouis/tables/ckb-g1.ctb +31 -0
- data/vendor/liblouis/tables/ckb-translation.cti +131 -0
- data/vendor/liblouis/tables/ckb.tbl +18 -0
- data/vendor/liblouis/tables/compress.cti +44 -0
- data/vendor/liblouis/tables/controlchars.cti +27 -0
- data/vendor/liblouis/tables/cop-eg-comp8.utb +255 -0
- data/vendor/liblouis/tables/cop.utb +231 -0
- data/vendor/liblouis/tables/corrections.cti +47 -0
- data/vendor/liblouis/tables/countries.cti +263 -0
- data/vendor/liblouis/tables/critical-apparatus.uti +54 -0
- data/vendor/liblouis/tables/cs-chardefs.cti +385 -0
- data/vendor/liblouis/tables/cs-comp8.utb +405 -0
- data/vendor/liblouis/tables/cs-g1.ctb +37 -0
- data/vendor/liblouis/tables/cs-translation.cti +63 -0
- data/vendor/liblouis/tables/cs.tbl +20 -0
- data/vendor/liblouis/tables/cuneiform-transliterated-compact.utb +432 -0
- data/vendor/liblouis/tables/cuneiform-transliterated.utb +160 -0
- data/vendor/liblouis/tables/cy-cy-g1.utb +487 -0
- data/vendor/liblouis/tables/cy-cy-g2.ctb +199 -0
- data/vendor/liblouis/tables/cy.tbl +19 -0
- data/vendor/liblouis/tables/da-dk-6miscChars.cti +385 -0
- data/vendor/liblouis/tables/da-dk-6miscChars_1993.cti +412 -0
- data/vendor/liblouis/tables/da-dk-8miscChars.cti +90 -0
- data/vendor/liblouis/tables/da-dk-8miscChars_1993.cti +102 -0
- data/vendor/liblouis/tables/da-dk-g08.ctb +290 -0
- data/vendor/liblouis/tables/da-dk-g08_1993.ctb +331 -0
- data/vendor/liblouis/tables/da-dk-g16-lit_1993.ctb +294 -0
- data/vendor/liblouis/tables/da-dk-g16.ctb +289 -0
- data/vendor/liblouis/tables/da-dk-g16_1993.ctb +305 -0
- data/vendor/liblouis/tables/da-dk-g18.ctb +545 -0
- data/vendor/liblouis/tables/da-dk-g18_1993.ctb +563 -0
- data/vendor/liblouis/tables/da-dk-g2.dic +7439 -0
- data/vendor/liblouis/tables/da-dk-g26-lit_1993.ctb +898 -0
- data/vendor/liblouis/tables/da-dk-g26.ctb +1345 -0
- data/vendor/liblouis/tables/da-dk-g26_1993.ctb +1127 -0
- data/vendor/liblouis/tables/da-dk-g26l-lit_1993.ctb +588 -0
- data/vendor/liblouis/tables/da-dk-g26l_1993.ctb +604 -0
- data/vendor/liblouis/tables/da-dk-g28.ctb +2426 -0
- data/vendor/liblouis/tables/da-dk-g28_1993.ctb +2063 -0
- data/vendor/liblouis/tables/da-dk-g28l_1993.ctb +1594 -0
- data/vendor/liblouis/tables/da-dk-octobraille.dis +316 -0
- data/vendor/liblouis/tables/da-dk-octobraille_1993.dis +313 -0
- data/vendor/liblouis/tables/de-accents-detailed.cti +214 -0
- data/vendor/liblouis/tables/de-accents.cti +214 -0
- data/vendor/liblouis/tables/de-chardefs6.cti +289 -0
- data/vendor/liblouis/tables/de-chardefs8.cti +278 -0
- data/vendor/liblouis/tables/de-chess.ctb +37 -0
- data/vendor/liblouis/tables/de-comp6.utb +226 -0
- data/vendor/liblouis/tables/de-de-comp8.ctb +492 -0
- data/vendor/liblouis/tables/de-de.dis +331 -0
- data/vendor/liblouis/tables/de-eurobrl6.dis +101 -0
- data/vendor/liblouis/tables/de-eurobrl6u.dis +96 -0
- data/vendor/liblouis/tables/de-g0-core.uti +732 -0
- data/vendor/liblouis/tables/de-g0-detailed.utb +84 -0
- data/vendor/liblouis/tables/de-g0.utb +57 -0
- data/vendor/liblouis/tables/de-g1-core-patterns.dic +4863 -0
- data/vendor/liblouis/tables/de-g1-core.cti +67 -0
- data/vendor/liblouis/tables/de-g1-detailed.ctb +79 -0
- data/vendor/liblouis/tables/de-g1.ctb +54 -0
- data/vendor/liblouis/tables/de-g2-core-patterns.dic +26711 -0
- data/vendor/liblouis/tables/de-g2-core.cti +607 -0
- data/vendor/liblouis/tables/de-g2-detailed.ctb +60 -0
- data/vendor/liblouis/tables/de-g2.ctb +57 -0
- data/vendor/liblouis/tables/devanagari.cti +325 -0
- data/vendor/liblouis/tables/digits6Dots.uti +30 -0
- data/vendor/liblouis/tables/digits6DotsPlusDot6.uti +30 -0
- data/vendor/liblouis/tables/digits8Dots.uti +30 -0
- data/vendor/liblouis/tables/dra.ctb +23 -0
- data/vendor/liblouis/tables/dra.tbl +21 -0
- data/vendor/liblouis/tables/el.ctb +775 -0
- data/vendor/liblouis/tables/en-GB-g2.ctb +829 -0
- data/vendor/liblouis/tables/en-chardefs.cti +193 -0
- data/vendor/liblouis/tables/en-chess.ctb +37 -0
- data/vendor/liblouis/tables/en-g3-patterns.dic +11194 -0
- data/vendor/liblouis/tables/en-g3.ctb +2261 -0
- data/vendor/liblouis/tables/en-gb-comp8.ctb +282 -0
- data/vendor/liblouis/tables/en-gb-g1.utb +527 -0
- data/vendor/liblouis/tables/en-in-g1.ctb +162 -0
- data/vendor/liblouis/tables/en-nabcc.utb +166 -0
- data/vendor/liblouis/tables/en-nz-g1.utb +65 -0
- data/vendor/liblouis/tables/en-nz-g2.ctb +46 -0
- data/vendor/liblouis/tables/en-ueb-chardefs.uti +938 -0
- data/vendor/liblouis/tables/en-ueb-g1.ctb +167 -0
- data/vendor/liblouis/tables/en-ueb-g2.ctb +3925 -0
- data/vendor/liblouis/tables/en-ueb-math.ctb +71 -0
- data/vendor/liblouis/tables/en-us-brf.dis +102 -0
- data/vendor/liblouis/tables/en-us-comp6.ctb +149 -0
- data/vendor/liblouis/tables/en-us-comp8-ext.utb +626 -0
- data/vendor/liblouis/tables/en-us-comp8.ctb +62 -0
- data/vendor/liblouis/tables/en-us-compbrl.uti +69 -0
- data/vendor/liblouis/tables/en-us-emphasis.uti +45 -0
- data/vendor/liblouis/tables/en-us-g1.ctb +199 -0
- data/vendor/liblouis/tables/en-us-g2.ctb +1081 -0
- data/vendor/liblouis/tables/en-us-interline.ctb +1126 -0
- data/vendor/liblouis/tables/en-us-mathtext.ctb +880 -0
- data/vendor/liblouis/tables/en_CA.ctb +195 -0
- data/vendor/liblouis/tables/en_CA.tbl +21 -0
- data/vendor/liblouis/tables/en_GB.tbl +26 -0
- data/vendor/liblouis/tables/en_US-comp8-ext.tbl +15 -0
- data/vendor/liblouis/tables/en_US.tbl +26 -0
- data/vendor/liblouis/tables/eo-g1-x-system.ctb +85 -0
- data/vendor/liblouis/tables/eo-g1.ctb +165 -0
- data/vendor/liblouis/tables/eo.tbl +14 -0
- data/vendor/liblouis/tables/es-chardefs.cti +206 -0
- data/vendor/liblouis/tables/es-g1.ctb +36 -0
- data/vendor/liblouis/tables/es-g2.ctb +955 -0
- data/vendor/liblouis/tables/es-new.dis +284 -0
- data/vendor/liblouis/tables/es-no.utb +79 -0
- data/vendor/liblouis/tables/es-old.dis +284 -0
- data/vendor/liblouis/tables/es.tbl +19 -0
- data/vendor/liblouis/tables/et-6dot.utb +269 -0
- data/vendor/liblouis/tables/et-g0.utb +139 -0
- data/vendor/liblouis/tables/ethio-g1.ctb +335 -0
- data/vendor/liblouis/tables/eurodefs.cti +107 -0
- data/vendor/liblouis/tables/fa-ir-comp8.ctb +250 -0
- data/vendor/liblouis/tables/fa-ir-g1.utb +311 -0
- data/vendor/liblouis/tables/fi-fi-8dot.ctb +278 -0
- data/vendor/liblouis/tables/fi.utb +354 -0
- data/vendor/liblouis/tables/fil-g2.ctb +491 -0
- data/vendor/liblouis/tables/fr-bfu-comp6-puncs-math.uti +351 -0
- data/vendor/liblouis/tables/fr-bfu-comp6.utb +238 -0
- data/vendor/liblouis/tables/fr-bfu-comp68.cti +251 -0
- data/vendor/liblouis/tables/fr-bfu-comp8.utb +323 -0
- data/vendor/liblouis/tables/fr-bfu-g2.ctb +4644 -0
- data/vendor/liblouis/tables/ga-g1.utb +95 -0
- data/vendor/liblouis/tables/ga-g2.ctb +231 -0
- data/vendor/liblouis/tables/gd.ctb +123 -0
- data/vendor/liblouis/tables/gd.tbl +21 -0
- data/vendor/liblouis/tables/gez.tbl +21 -0
- data/vendor/liblouis/tables/gon.ctb +25 -0
- data/vendor/liblouis/tables/gon.tbl +17 -0
- data/vendor/liblouis/tables/gr-pl-comp8.uti +256 -0
- data/vendor/liblouis/tables/grc-international-common.uti +104 -0
- data/vendor/liblouis/tables/grc-international-composed.uti +268 -0
- data/vendor/liblouis/tables/grc-international-decomposed.uti +268 -0
- data/vendor/liblouis/tables/grc-international-en-composed.utb +54 -0
- data/vendor/liblouis/tables/grc-international-en.utb +206 -0
- data/vendor/liblouis/tables/grc-international-es.utb +228 -0
- data/vendor/liblouis/tables/gu-in-g1.utb +27 -0
- data/vendor/liblouis/tables/gu.tbl +18 -0
- data/vendor/liblouis/tables/gujarati.cti +221 -0
- data/vendor/liblouis/tables/gurumuki.cti +393 -0
- data/vendor/liblouis/tables/haw-us-g1.ctb +54 -0
- data/vendor/liblouis/tables/hbo-cantillated-rules.uti +71 -0
- data/vendor/liblouis/tables/hbo-cantillated.utb +109 -0
- data/vendor/liblouis/tables/hbo-common-rules.uti +152 -0
- data/vendor/liblouis/tables/hbo-ihbc-rules.uti +58 -0
- data/vendor/liblouis/tables/hbo-slim-rules.uti +68 -0
- data/vendor/liblouis/tables/hbo-slim.utb +100 -0
- data/vendor/liblouis/tables/hbo.utb +107 -0
- data/vendor/liblouis/tables/he-IL-comp8.utb +464 -0
- data/vendor/liblouis/tables/he-IL.utb +406 -0
- data/vendor/liblouis/tables/he-common-consonants.uti +102 -0
- data/vendor/liblouis/tables/he-common-vowels-ihbc.uti +161 -0
- data/vendor/liblouis/tables/hi-in-g1.utb +27 -0
- data/vendor/liblouis/tables/hi.tbl +18 -0
- data/vendor/liblouis/tables/hr-chardefs.cti +278 -0
- data/vendor/liblouis/tables/hr-comp8.tbl +21 -0
- data/vendor/liblouis/tables/hr-comp8.utb +239 -0
- data/vendor/liblouis/tables/hr-digits.uti +40 -0
- data/vendor/liblouis/tables/hr-g1.ctb +36 -0
- data/vendor/liblouis/tables/hr-g1.tbl +9 -0
- data/vendor/liblouis/tables/hr-translation.cti +364 -0
- data/vendor/liblouis/tables/ht-frenchcompatibility.uti +61 -0
- data/vendor/liblouis/tables/ht-g1.utb +114 -0
- data/vendor/liblouis/tables/hu-backtranslate-correction.dis +38 -0
- data/vendor/liblouis/tables/hu-backtranslate-word-corrections.cti +4293 -0
- data/vendor/liblouis/tables/hu-chardefs.cti +298 -0
- data/vendor/liblouis/tables/hu-exceptionwords.cti +3204 -0
- data/vendor/liblouis/tables/hu-hu-comp8.ctb +183 -0
- data/vendor/liblouis/tables/hu-hu-g1.ctb +129 -0
- data/vendor/liblouis/tables/hu-hu-g1_braille_input.cti +486 -0
- data/vendor/liblouis/tables/hu-hu-g2.ctb +270 -0
- data/vendor/liblouis/tables/hu-hu-g2_exceptions.cti +1164 -0
- data/vendor/liblouis/tables/hy.ctb +121 -0
- data/vendor/liblouis/tables/hy.tbl +21 -0
- data/vendor/liblouis/tables/hyph_cs_CZ.dic +3637 -0
- data/vendor/liblouis/tables/hyph_da_DK.dic +8896 -0
- data/vendor/liblouis/tables/hyph_de_DE.dic +5799 -0
- data/vendor/liblouis/tables/hyph_en_US.dic +5537 -0
- data/vendor/liblouis/tables/hyph_eo.dic +1024 -0
- data/vendor/liblouis/tables/hyph_es_ES.dic +877 -0
- data/vendor/liblouis/tables/hyph_fr_FR.dic +1067 -0
- data/vendor/liblouis/tables/hyph_hu_HU.dic +98519 -0
- data/vendor/liblouis/tables/hyph_it_IT.dic +410 -0
- data/vendor/liblouis/tables/hyph_nb_NO.dic +27142 -0
- data/vendor/liblouis/tables/hyph_nl_NL.dic +12725 -0
- data/vendor/liblouis/tables/hyph_nn_NO.dic +27142 -0
- data/vendor/liblouis/tables/hyph_pl_PL.dic +4074 -0
- data/vendor/liblouis/tables/hyph_pt_PT.dic +308 -0
- data/vendor/liblouis/tables/hyph_ru.dic +6480 -0
- data/vendor/liblouis/tables/hyph_sv_SE.dic +4697 -0
- data/vendor/liblouis/tables/is-chardefs6.cti +170 -0
- data/vendor/liblouis/tables/is-chardefs8.cti +293 -0
- data/vendor/liblouis/tables/is.ctb +157 -0
- data/vendor/liblouis/tables/is.tbl +18 -0
- data/vendor/liblouis/tables/it-it-comp6.utb +404 -0
- data/vendor/liblouis/tables/it-it-comp8.utb +663 -0
- data/vendor/liblouis/tables/iu-ca-g1.ctb +236 -0
- data/vendor/liblouis/tables/ja-kantenji-ucs2.utb +11448 -0
- data/vendor/liblouis/tables/ja-kantenji.utb +53 -0
- data/vendor/liblouis/tables/ja-rokutenkanji.utb +8710 -0
- data/vendor/liblouis/tables/ka-in-g1.utb +27 -0
- data/vendor/liblouis/tables/ka.utb +128 -0
- data/vendor/liblouis/tables/kannada.cti +282 -0
- data/vendor/liblouis/tables/kh-in-g1.utb +26 -0
- data/vendor/liblouis/tables/kha.tbl +18 -0
- data/vendor/liblouis/tables/kk.utb +77 -0
- data/vendor/liblouis/tables/km-g1.utb +412 -0
- data/vendor/liblouis/tables/kmr.tbl +108 -0
- data/vendor/liblouis/tables/kn.tbl +18 -0
- data/vendor/liblouis/tables/ko-2006-g1.ctb +49 -0
- data/vendor/liblouis/tables/ko-2006-g2.ctb +53 -0
- data/vendor/liblouis/tables/ko-2006.cti +190 -0
- data/vendor/liblouis/tables/ko-chars.cti +15140 -0
- data/vendor/liblouis/tables/ko-g1-rules.cti +634 -0
- data/vendor/liblouis/tables/ko-g1.ctb +48 -0
- data/vendor/liblouis/tables/ko-g2-rules.cti +9263 -0
- data/vendor/liblouis/tables/ko-g2.ctb +52 -0
- data/vendor/liblouis/tables/ko.cti +223 -0
- data/vendor/liblouis/tables/kok.ctb +24 -0
- data/vendor/liblouis/tables/kok.tbl +17 -0
- data/vendor/liblouis/tables/kru.ctb +24 -0
- data/vendor/liblouis/tables/kru.tbl +17 -0
- data/vendor/liblouis/tables/ks-in-g1.utb +27 -0
- data/vendor/liblouis/tables/latinLetterDef6Dots.uti +78 -0
- data/vendor/liblouis/tables/latinLetterDef8Dots.uti +75 -0
- data/vendor/liblouis/tables/latinLowercase.uti +389 -0
- data/vendor/liblouis/tables/latinUppercaseComp6.uti +78 -0
- data/vendor/liblouis/tables/lg-ug-g1.utb +60 -0
- data/vendor/liblouis/tables/litdigits6Dots.uti +30 -0
- data/vendor/liblouis/tables/litdigits6DotsPlusDot6.uti +30 -0
- data/vendor/liblouis/tables/lo-g1.utb +3127 -0
- data/vendor/liblouis/tables/loweredDigits6Dots.uti +30 -0
- data/vendor/liblouis/tables/loweredDigits8Dots.uti +30 -0
- data/vendor/liblouis/tables/lt-6dot.utb +308 -0
- data/vendor/liblouis/tables/lt-8dot.utb +281 -0
- data/vendor/liblouis/tables/lt.ctb +313 -0
- data/vendor/liblouis/tables/lv.tbl +22 -0
- data/vendor/liblouis/tables/maketablelist.sh +52 -0
- data/vendor/liblouis/tables/malayalam.cti +674 -0
- data/vendor/liblouis/tables/mao-nz-g1.ctb +65 -0
- data/vendor/liblouis/tables/marburg_single_cell_defs.cti +66 -0
- data/vendor/liblouis/tables/marburg_unicode_defs.cti +297 -0
- data/vendor/liblouis/tables/mk-g1.utb +240 -0
- data/vendor/liblouis/tables/ml-in-g1.utb +27 -0
- data/vendor/liblouis/tables/ml.tbl +21 -0
- data/vendor/liblouis/tables/mn-MN-common.cti +110 -0
- data/vendor/liblouis/tables/mn-MN-g1.utb +52 -0
- data/vendor/liblouis/tables/mn-MN-g2.ctb +50 -0
- data/vendor/liblouis/tables/mn-in-g1.utb +27 -0
- data/vendor/liblouis/tables/mni.tbl +18 -0
- data/vendor/liblouis/tables/mr-in-g1.utb +27 -0
- data/vendor/liblouis/tables/mr.tbl +18 -0
- data/vendor/liblouis/tables/ms-my-g2.ctb +4897 -0
- data/vendor/liblouis/tables/mt.ctb +114 -0
- data/vendor/liblouis/tables/mt.tbl +21 -0
- data/vendor/liblouis/tables/mun.ctb +24 -0
- data/vendor/liblouis/tables/mun.tbl +17 -0
- data/vendor/liblouis/tables/mwr.ctb +24 -0
- data/vendor/liblouis/tables/mwr.tbl +17 -0
- data/vendor/liblouis/tables/my-g1.utb +771 -0
- data/vendor/liblouis/tables/my-g2.ctb +3805 -0
- data/vendor/liblouis/tables/ne.ctb +22 -0
- data/vendor/liblouis/tables/ne.tbl +18 -0
- data/vendor/liblouis/tables/nemethdefs.cti +382 -0
- data/vendor/liblouis/tables/nl-BE.dis +532 -0
- data/vendor/liblouis/tables/nl-NL-g0.utb.in +646 -0
- data/vendor/liblouis/tables/nl-chardefs.uti.in +455 -0
- data/vendor/liblouis/tables/nl-comp8.utb +411 -0
- data/vendor/liblouis/tables/nl-print.dis +551 -0
- data/vendor/liblouis/tables/nl-unicode.dis +540 -0
- data/vendor/liblouis/tables/no-no-8dot-fallback-6dot-g0.utb +59 -0
- data/vendor/liblouis/tables/no-no-8dot.utb +629 -0
- data/vendor/liblouis/tables/no-no-braillo-047-01.dis +247 -0
- data/vendor/liblouis/tables/no-no-chardefs6.uti +305 -0
- data/vendor/liblouis/tables/no-no-comp8.ctb +323 -0
- data/vendor/liblouis/tables/no-no-cyrillic6dot.uti +95 -0
- data/vendor/liblouis/tables/no-no-g0.utb +320 -0
- data/vendor/liblouis/tables/no-no-g1.ctb +272 -0
- data/vendor/liblouis/tables/no-no-g2.ctb +737 -0
- data/vendor/liblouis/tables/no-no-g3.ctb +3597 -0
- data/vendor/liblouis/tables/no-no-generic.ctb +295 -0
- data/vendor/liblouis/tables/no-no-generic.dis +295 -0
- data/vendor/liblouis/tables/no-no-latinLetterDef6Dots_diacritics.uti +852 -0
- data/vendor/liblouis/tables/no-no.dis +291 -0
- data/vendor/liblouis/tables/np-in-g1.utb +27 -0
- data/vendor/liblouis/tables/nso-za-g1.utb +38 -0
- data/vendor/liblouis/tables/nso-za-g2.ctb +38 -0
- data/vendor/liblouis/tables/ny-mw.utb +70 -0
- data/vendor/liblouis/tables/or-in-g1.utb +27 -0
- data/vendor/liblouis/tables/or.tbl +18 -0
- data/vendor/liblouis/tables/oriya.cti +238 -0
- data/vendor/liblouis/tables/ovd-6g0.utb +64 -0
- data/vendor/liblouis/tables/ovd-8g0.utb +81 -0
- data/vendor/liblouis/tables/pa.tbl +18 -0
- data/vendor/liblouis/tables/pi.ctb +24 -0
- data/vendor/liblouis/tables/pi.tbl +17 -0
- data/vendor/liblouis/tables/pl-pl-comp8.ctb +658 -0
- data/vendor/liblouis/tables/pl.tbl +12 -0
- data/vendor/liblouis/tables/printables.cti +70 -0
- data/vendor/liblouis/tables/pt-comp6.utb +299 -0
- data/vendor/liblouis/tables/pt-pt-comp8.ctb +395 -0
- data/vendor/liblouis/tables/pt-pt-g1.utb +1312 -0
- data/vendor/liblouis/tables/pt-pt-g2.ctb +874 -0
- data/vendor/liblouis/tables/pt.tbl +20 -0
- data/vendor/liblouis/tables/pu-in-g1.utb +42 -0
- data/vendor/liblouis/tables/quotation-marks.uti +30 -0
- data/vendor/liblouis/tables/ro-g0.utb +85 -0
- data/vendor/liblouis/tables/ro.ctb +126 -0
- data/vendor/liblouis/tables/ro.tbl +21 -0
- data/vendor/liblouis/tables/ru-brf.dis +116 -0
- data/vendor/liblouis/tables/ru-comp6.utb +258 -0
- data/vendor/liblouis/tables/ru-comp8.utb +740 -0
- data/vendor/liblouis/tables/ru-letters.dis +145 -0
- data/vendor/liblouis/tables/ru-litbrl-detailed.utb +77 -0
- data/vendor/liblouis/tables/ru-litbrl.ctb +857 -0
- data/vendor/liblouis/tables/ru-math.uti +395 -0
- data/vendor/liblouis/tables/ru-ru-g1.ctb +804 -0
- data/vendor/liblouis/tables/ru-unicode.dis +121 -0
- data/vendor/liblouis/tables/rw-rw-g1.utb +133 -0
- data/vendor/liblouis/tables/sa-in-g1.utb +27 -0
- data/vendor/liblouis/tables/sa.tbl +18 -0
- data/vendor/liblouis/tables/sah.utb +72 -0
- data/vendor/liblouis/tables/sd.tbl +18 -0
- data/vendor/liblouis/tables/se-se.ctb +246 -0
- data/vendor/liblouis/tables/se-se.dis +334 -0
- data/vendor/liblouis/tables/si-in-g1.utb +27 -0
- data/vendor/liblouis/tables/sin.cti +213 -0
- data/vendor/liblouis/tables/sin.utb +35 -0
- data/vendor/liblouis/tables/sk-g1.ctb +1019 -0
- data/vendor/liblouis/tables/sk-sk-g1.utb +206 -0
- data/vendor/liblouis/tables/sk-sk.utb +112 -0
- data/vendor/liblouis/tables/sl-si-comp8.ctb +204 -0
- data/vendor/liblouis/tables/sl-si-g1.utb +471 -0
- data/vendor/liblouis/tables/sl.tbl +20 -0
- data/vendor/liblouis/tables/smi-6g0.utb +64 -0
- data/vendor/liblouis/tables/smi-8g0.utb +61 -0
- data/vendor/liblouis/tables/sot-za-g1.ctb +72 -0
- data/vendor/liblouis/tables/sot-za-g2.ctb +244 -0
- data/vendor/liblouis/tables/spaces.uti +62 -0
- data/vendor/liblouis/tables/sr-Cyrl.ctb +59 -0
- data/vendor/liblouis/tables/sr-common.cti +161 -0
- data/vendor/liblouis/tables/sr-cyrletters.cti +92 -0
- data/vendor/liblouis/tables/sr-g1.ctb +57 -0
- data/vendor/liblouis/tables/sr-latletters.cti +45 -0
- data/vendor/liblouis/tables/sv-1989.ctb +241 -0
- data/vendor/liblouis/tables/sv-1996.ctb +180 -0
- data/vendor/liblouis/tables/sv-6common.uti +1199 -0
- data/vendor/liblouis/tables/sv-6g0d.utb +508 -0
- data/vendor/liblouis/tables/sv-6g0p.utb +61 -0
- data/vendor/liblouis/tables/sv-6g1.uti +106 -0
- data/vendor/liblouis/tables/sv-6g1d.ctb +57 -0
- data/vendor/liblouis/tables/sv-6g2.uti +254 -0
- data/vendor/liblouis/tables/sv-6g2d.ctb +57 -0
- data/vendor/liblouis/tables/sv-8g0d.utb +495 -0
- data/vendor/liblouis/tables/sv-8g0n.utb +1236 -0
- data/vendor/liblouis/tables/sv-8g1.uti +199 -0
- data/vendor/liblouis/tables/sv-8g1d.ctb +73 -0
- data/vendor/liblouis/tables/sv-8g1n.ctb +73 -0
- data/vendor/liblouis/tables/sv-8g2.uti +486 -0
- data/vendor/liblouis/tables/sv-8g2d.ctb +73 -0
- data/vendor/liblouis/tables/sv-8g2n.ctb +73 -0
- data/vendor/liblouis/tables/sv-g0.utb +65 -0
- data/vendor/liblouis/tables/sv-g1.ctb +57 -0
- data/vendor/liblouis/tables/sv-g2.ctb +57 -0
- data/vendor/liblouis/tables/sv-phon.uti +241 -0
- data/vendor/liblouis/tables/sw-ke-g1-2.ctb +90 -0
- data/vendor/liblouis/tables/sw-ke-g1-3.ctb +109 -0
- data/vendor/liblouis/tables/sw-ke-g1-4.ctb +107 -0
- data/vendor/liblouis/tables/sw-ke-g1-5.ctb +73 -0
- data/vendor/liblouis/tables/sw-ke-g1.utb +278 -0
- data/vendor/liblouis/tables/sw-ke-g2.ctb +276 -0
- data/vendor/liblouis/tables/syc.utb +195 -0
- data/vendor/liblouis/tables/ta-ta-g1.ctb +167 -0
- data/vendor/liblouis/tables/ta.ctb +24 -0
- data/vendor/liblouis/tables/ta.tbl +21 -0
- data/vendor/liblouis/tables/tamil.cti +86 -0
- data/vendor/liblouis/tables/te-in-g1.utb +27 -0
- data/vendor/liblouis/tables/te.tbl +18 -0
- data/vendor/liblouis/tables/telugu.cti +239 -0
- data/vendor/liblouis/tables/text_nabcc.dis +426 -0
- data/vendor/liblouis/tables/th-comp8-backward.utb +226 -0
- data/vendor/liblouis/tables/th-g0.utb +177 -0
- data/vendor/liblouis/tables/th-g1.utb +89 -0
- data/vendor/liblouis/tables/th-g1.uti +315 -0
- data/vendor/liblouis/tables/th-g2.ctb +616 -0
- data/vendor/liblouis/tables/tr-g1.ctb +254 -0
- data/vendor/liblouis/tables/tr-g2.ctb +863 -0
- data/vendor/liblouis/tables/tr-g2.tbl +20 -0
- data/vendor/liblouis/tables/tr.ctb +324 -0
- data/vendor/liblouis/tables/tr.tbl +21 -0
- data/vendor/liblouis/tables/tsn-za-g1.ctb +33 -0
- data/vendor/liblouis/tables/tsn-za-g2.ctb +33 -0
- data/vendor/liblouis/tables/tt.utb +74 -0
- data/vendor/liblouis/tables/uga.utb +86 -0
- data/vendor/liblouis/tables/uk-comp.utb +53 -0
- data/vendor/liblouis/tables/uk-detailed.utb +32 -0
- data/vendor/liblouis/tables/uk.utb +101 -0
- data/vendor/liblouis/tables/ukchardefs.cti +106 -0
- data/vendor/liblouis/tables/ukmaths_single_cell_defs.cti +65 -0
- data/vendor/liblouis/tables/ukmaths_unicode_defs.cti +298 -0
- data/vendor/liblouis/tables/uni-text.dis +330 -0
- data/vendor/liblouis/tables/unicode-braille.utb +291 -0
- data/vendor/liblouis/tables/unicode-without-blank.dis +24 -0
- data/vendor/liblouis/tables/unicode.dis +278 -0
- data/vendor/liblouis/tables/ur-pk-g1.utb +248 -0
- data/vendor/liblouis/tables/ur-pk-g2.ctb +641 -0
- data/vendor/liblouis/tables/us-table.dis +67 -0
- data/vendor/liblouis/tables/uz-g1.utb +117 -0
- data/vendor/liblouis/tables/ve-za-g1.utb +69 -0
- data/vendor/liblouis/tables/ve-za-g2.ctb +208 -0
- data/vendor/liblouis/tables/vi-cb8.utb +49 -0
- data/vendor/liblouis/tables/vi-charsdef.uti +36 -0
- data/vendor/liblouis/tables/vi-lettersdef.uti +401 -0
- data/vendor/liblouis/tables/vi-puncsdef.uti +446 -0
- data/vendor/liblouis/tables/vi-saigon-g1.ctb +530 -0
- data/vendor/liblouis/tables/vi-vn-g0.utb +135 -0
- data/vendor/liblouis/tables/vi-vn-g1.ctb +574 -0
- data/vendor/liblouis/tables/vi-vn-g2.ctb +743 -0
- data/vendor/liblouis/tables/wiskunde-chardefs.cti +261 -0
- data/vendor/liblouis/tables/wordcx.dis +91 -0
- data/vendor/liblouis/tables/xh-za-g1.utb +61 -0
- data/vendor/liblouis/tables/xh-za-g2.ctb +386 -0
- data/vendor/liblouis/tables/yi.utb +236 -0
- data/vendor/liblouis/tables/zh-chn.ctb +45011 -0
- data/vendor/liblouis/tables/zh-hk.ctb +10461 -0
- data/vendor/liblouis/tables/zh-tw.ctb +53810 -0
- data/vendor/liblouis/tables/zh_CHN.tbl +23 -0
- data/vendor/liblouis/tables/zhcn-cbs.ctb +31523 -0
- data/vendor/liblouis/tables/zhcn-g1.ctb +26523 -0
- data/vendor/liblouis/tables/zhcn-g2.ctb +26519 -0
- data/vendor/liblouis/tables/zu-za-g1.utb +33 -0
- data/vendor/liblouis/tables/zu-za-g2.ctb +33 -0
- metadata +558 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Copyright (C) 2010 Leon Ungier <Leon.Ungier@ViewPlus.com>,
|
|
2
|
+
# Copyright (C) 2010 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
|
3
|
+
#
|
|
4
|
+
# This file is part of liblouis.
|
|
5
|
+
#
|
|
6
|
+
# liblouis is free software: you can redistribute it and/or modify it
|
|
7
|
+
# under the terms of the GNU Lesser General Public License as
|
|
8
|
+
# published by the Free Software Foundation, either version 2.1 of the
|
|
9
|
+
# License, or (at your option) any later version.
|
|
10
|
+
#
|
|
11
|
+
# liblouis is distributed in the hope that it will be useful, but
|
|
12
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
14
|
+
# Lesser General Public License for more details.
|
|
15
|
+
#
|
|
16
|
+
# You should have received a copy of the GNU Lesser General Public
|
|
17
|
+
# License along with liblouis. If not, see
|
|
18
|
+
# <http://www.gnu.org/licenses/>.
|
|
19
|
+
|
|
20
|
+
# Table for Nepali
|
|
21
|
+
include devanagari.cti
|
|
22
|
+
include text_nabcc.dis
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
#-index-name: Nepali
|
|
2
|
+
#-display-name: Nepali braille
|
|
3
|
+
|
|
4
|
+
#+language:ne
|
|
5
|
+
#+type:literary
|
|
6
|
+
#+grade:1
|
|
7
|
+
|
|
8
|
+
# TODO: Please correct the metadata above. It is not meant to be
|
|
9
|
+
# accurate nor complete. It hasn't been verified by the table
|
|
10
|
+
# author yet. It is merely an attempt by the liblouis maintainers
|
|
11
|
+
# to get some sensible initial values in place.
|
|
12
|
+
|
|
13
|
+
# TODO: Please add a reference to official documentation about
|
|
14
|
+
# the implemented braille code. Preferably submit the documents
|
|
15
|
+
# to https://github.com/liblouis/braille-specs.
|
|
16
|
+
|
|
17
|
+
include np-in-g1.utb
|
|
18
|
+
include braille-patterns.cti
|
|
@@ -0,0 +1,382 @@
|
|
|
1
|
+
# liblouis Nemeth character definitions
|
|
2
|
+
#
|
|
3
|
+
# Copyright (C) 2004-2008 ViewPlus Technologies, Inc. www.viewplus.com
|
|
4
|
+
# Copyright (C) 2004-2006 JJB Software, Inc. www.jjb-software.com
|
|
5
|
+
# Expanded and modified by Norbert Márkus (hamilfonz at gmail dot com), Hungary, 2023.
|
|
6
|
+
#
|
|
7
|
+
# This file is part of liblouis.
|
|
8
|
+
#
|
|
9
|
+
# liblouis is free software: you can redistribute it and/or modify it
|
|
10
|
+
# under the terms of the GNU Lesser General Public License as
|
|
11
|
+
# published by the Free Software Foundation, either version 2.1 of the
|
|
12
|
+
# License, or (at your option) any later version.
|
|
13
|
+
#
|
|
14
|
+
# liblouis is distributed in the hope that it will be useful, but
|
|
15
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
17
|
+
# Lesser General Public License for more details.
|
|
18
|
+
#
|
|
19
|
+
# You should have received a copy of the GNU Lesser General Public
|
|
20
|
+
# License along with liblouis. If not, see
|
|
21
|
+
# <http://www.gnu.org/licenses/>.
|
|
22
|
+
|
|
23
|
+
# Spaces must be unbreakable, 0xA0, dot pattern a
|
|
24
|
+
space \x00A0 a Non-break space
|
|
25
|
+
math \x200A a
|
|
26
|
+
math \x02BC 12
|
|
27
|
+
math \x2146 145
|
|
28
|
+
math \x2147 15
|
|
29
|
+
math \x2007 a
|
|
30
|
+
math \x2008 a
|
|
31
|
+
math \x200B a
|
|
32
|
+
math \x205F a
|
|
33
|
+
math \x2062 a
|
|
34
|
+
math \x2063 a
|
|
35
|
+
replace \x0001
|
|
36
|
+
replace \x0002
|
|
37
|
+
replace \x0003
|
|
38
|
+
replace \x0088 # CHARACTER TABULATION SET
|
|
39
|
+
replace \x0089 # CHARACTER TABULATION WITH JUSTIFICATION
|
|
40
|
+
space \s a
|
|
41
|
+
space \t a
|
|
42
|
+
space \x2061 a FUNCTION APPLICATION
|
|
43
|
+
replace \x2062
|
|
44
|
+
replace \x2063
|
|
45
|
+
replace \x2064
|
|
46
|
+
space \x2009 a THIN SPACE 0020
|
|
47
|
+
|
|
48
|
+
sign \x001B a
|
|
49
|
+
sign \x009A a SINGLE CHARACTER INTRODUCER
|
|
50
|
+
sign \x00A2 4-14 CENT SIGN
|
|
51
|
+
sign \x00A7 4-6-234 SECTION SIGN
|
|
52
|
+
sign \x00a8 16-16 DIAERESIS (double dots) in math expressions
|
|
53
|
+
sign \x00A9 12356-6-14-23456 COPYRIGHT SIGN
|
|
54
|
+
sign ^ 456-126 CARET
|
|
55
|
+
math \x00AC 4-1456 NOT SIGN
|
|
56
|
+
sign \x00AF 156 MACRON (horizontal bar in math expressions)
|
|
57
|
+
math \x00B1 346-36 PLUS-MINUS SIGN PLUS-OR-MINUS SIGN
|
|
58
|
+
sign \x00B7 16 MIDDLE DOT
|
|
59
|
+
sign \x02D9 16 DOT ABOVE
|
|
60
|
+
sign \x00F7 46-34 DIVISION SIGN
|
|
61
|
+
sign \x2213 36-346 MINUS PLUS
|
|
62
|
+
sign \x2215 456-34 DIVISION slash
|
|
63
|
+
math \x2216 456-16 SET MINUS (DIFFERENCE) SYMBOL
|
|
64
|
+
sign \x00D7 4-16 MULTIPLICATION SIGN
|
|
65
|
+
sign \x2715 4-16 MULTIPLICATION SIGN
|
|
66
|
+
math \x27E6 4-456-12356 MATHEMATICAL LEFT WHITE SQUARE BRACKET
|
|
67
|
+
math \x27E7 4-456-23456 MATHEMATICAL RIGHT WHITE SQUARE BRACKET
|
|
68
|
+
math \x27E8 46-46-12356 LEFT ANGLE BRACKET
|
|
69
|
+
math \x27E9 46-46-23456 RIGHT ANGLE BRACKET
|
|
70
|
+
math \x2983 46-456-12356 LEFT WHITE CURLY BRACKET
|
|
71
|
+
math \x2984 46-456-23456 RIGHT WHITE CURLY BRACKET
|
|
72
|
+
math \x2AF4 1256-1256-1256 TRIPLE VERTICAL BAR BINARY RELATION
|
|
73
|
+
math \x0391 46-6-1 GREEK CAPITAL LETTER ALPHA 03B1
|
|
74
|
+
math \x0392 46-6-12 GREEK CAPITAL LETTER BETA 03B2
|
|
75
|
+
math \x0393 46-6-1245 GREEK CAPITAL LETTER GAMMA 03B3
|
|
76
|
+
math \x0394 46-6-145 GREEK CAPITAL LETTER DELTA 03B4
|
|
77
|
+
math \x0395 46-6-15 GREEK CAPITAL LETTER EPSILON 03B5
|
|
78
|
+
math \x0396 46-6-1356 GREEK CAPITAL LETTER ZETA 03B6
|
|
79
|
+
math \x0397 46-6-156 GREEK CAPITAL LETTER ETA 03B7
|
|
80
|
+
math \x0398 46-6-1456 GREEK CAPITAL LETTER THETA 03B8
|
|
81
|
+
math \x0399 46-6-24 GREEK CAPITAL LETTER IOTA 03B9
|
|
82
|
+
math \x039A 46-6-13 GREEK CAPITAL LETTER KAPPA 03BA
|
|
83
|
+
math \x039B 46-6-123 GREEK CAPITAL LETTER LAMDA
|
|
84
|
+
math \x039C 46-6-134 GREEK CAPITAL LETTER MU 03BC
|
|
85
|
+
math \x039D 46-6-1345 GREEK CAPITAL LETTER NU 03BD
|
|
86
|
+
math \x039E 46-6-1346 GREEK CAPITAL LETTER XI 03BE
|
|
87
|
+
math \x039F 46-6-135 GREEK CAPITAL LETTER OMICRON 03BF
|
|
88
|
+
math \x03A0 46-6-1234 GREEK CAPITAL LETTER PI 03C0
|
|
89
|
+
math \x03A1 46-6-1235 GREEK CAPITAL LETTER RHO 03C1
|
|
90
|
+
math \x03A3 46-6-234 GREEK CAPITAL LETTER SIGMA 03C3
|
|
91
|
+
math \x03A4 46-6-2345 GREEK CAPITAL LETTER TAU 03C4
|
|
92
|
+
math \x03A5 46-6-136 GREEK CAPITAL LETTER UPSILON 03C5
|
|
93
|
+
math \x03A6 46-6-124 GREEK CAPITAL LETTER PHI 03C6
|
|
94
|
+
math \x03A7 46-6-12346 GREEK CAPITAL LETTER CHI 03C7
|
|
95
|
+
math \x03A8 46-6-13456 GREEK CAPITAL LETTER PSI 03C8
|
|
96
|
+
math \x03A9 46-6-2456 GREEK CAPITAL LETTER OMEGA 03C9
|
|
97
|
+
math \x03B1 46-1 GREEK SMALL LETTER ALPHA 0391 0391
|
|
98
|
+
math \x03B2 46-12 GREEK SMALL LETTER BETA 0392 0392
|
|
99
|
+
math \x03B3 46-1245 GREEK SMALL LETTER GAMMA 0393 0393
|
|
100
|
+
math \x03B4 46-145 GREEK SMALL LETTER DELTA 0394 0394
|
|
101
|
+
math \x03B5 46-15 GREEK SMALL LETTER EPSILON 0395 0395
|
|
102
|
+
math \x03B6 46-1356 GREEK SMALL LETTER ZETA 0396 0396
|
|
103
|
+
math \x03B7 46-156 GREEK SMALL LETTER ETA 0397 0397
|
|
104
|
+
math \x03B8 46-1456 GREEK SMALL LETTER THETA 0398 0398
|
|
105
|
+
math \x03B9 46-24 GREEK SMALL LETTER IOTA 0399 0399
|
|
106
|
+
math \x03BA 46-13 GREEK SMALL LETTER KAPPA 039A 039A
|
|
107
|
+
math \x03BB 46-123 GREEK SMALL LETTER LAMDA GREEK
|
|
108
|
+
math \x03BC 46-134 GREEK SMALL LETTER MU 039C 039C
|
|
109
|
+
math \x03BD 46-1345 GREEK SMALL LETTER NU 039D 039D
|
|
110
|
+
math \x03BE 46-1346 GREEK SMALL LETTER XI 039E 039E
|
|
111
|
+
math \x03BF 46-135 GREEK SMALL LETTER OMICRON 039F 039F
|
|
112
|
+
math \x03C0 46-1234 GREEK SMALL LETTER PI 03A0 03A0
|
|
113
|
+
math \x03C1 46-1235 GREEK SMALL LETTER RHO 03A1 03A1
|
|
114
|
+
math \x03C2 46-25 GREEK SMALL LETTER FINAL SIGMA 03A3 03A3
|
|
115
|
+
math \x03C3 46-234 GREEK SMALL LETTER SIGMA 03A3 03A3
|
|
116
|
+
math \x03C4 46-2345 GREEK SMALL LETTER TAU 03A4 03A4
|
|
117
|
+
math \x03C5 46-136 GREEK SMALL LETTER UPSILON 03A5 03A5
|
|
118
|
+
math \x03C6 46-124 GREEK SMALL LETTER PHI 03A6 03A6
|
|
119
|
+
math \x03C7 46-12346 GREEK SMALL LETTER CHI 03A7 03A7
|
|
120
|
+
math \x03C8 46-13456 GREEK SMALL LETTER PSI 03A8 03A8
|
|
121
|
+
math \x03C9 46-2456 GREEK SMALL LETTER OMEGA 03A9 03A9
|
|
122
|
+
math \x03D1 46-4-1456 GREEK THETA SYMBOL 03B8 GREEK SMALL LETTER SCRIPT THETA
|
|
123
|
+
math \x03D5 46-4-124 GREEK PHI SYMBOL 03C6 GREEK SMALL LETTER SCRIPT PHI
|
|
124
|
+
math \x03D6 46-4-1234 GREEK PI SYMBOL 03C6 GREEK SMALL LETTER SCRIPT PI
|
|
125
|
+
math \x03F0 46-4-13 GREEK KAPPA SYMBOL 03BA GREEK SMALL LETTER SCRIPT KAPPA
|
|
126
|
+
math \x03F1 46-4-1235 GREEK RHO SYMBOL 03C1 GREEK SMALL LETTER SCRIPT RHO
|
|
127
|
+
math \x03F5 46-4-15 GREEK EPSILON SYMBOL 03B5 GREEK LUNATE LETTER EPSILON
|
|
128
|
+
math \x2015 156 HORIZONTAL BAR ABOVE ACCENTED CENTERED
|
|
129
|
+
math \x2016 1256-1256 DOUBLE VERTICAL LINE
|
|
130
|
+
sign \x2020 456-12456 DAGGER
|
|
131
|
+
sign \x2021 456-456-12456 DOUBLE DAGGER
|
|
132
|
+
sign \x2022 35-35 BULLET
|
|
133
|
+
math \x2026 0-3-3-3-0 HORIZONTAL ELLIPSIS 002E 002E 002E
|
|
134
|
+
math \x2030 4-356-356 PER MILLE SIGN
|
|
135
|
+
math \x2031 4-356-356-356 PER TEN THOUSAND SIGN
|
|
136
|
+
math \x2032 3 PRIME
|
|
137
|
+
math \x2033 3-3 DOUBLE PRIME 2032 2032
|
|
138
|
+
math \x203E 156 OVERLINE
|
|
139
|
+
math \x2044 456-34 DIVISION slash
|
|
140
|
+
math \x2102 4-56-6-14 DOUBLE-STRUCK CAPITAL C 0043 DOUBLE-STRUCK
|
|
141
|
+
lowercase \x2113 4-123 SCRIPT SMALL L 006C
|
|
142
|
+
math \x2114 1256 B BAR SYMBOL
|
|
143
|
+
math \x2115 4-56-6-1345 DOUBLE-STRUCK CAPITAL N 004E DOUBLE-STRUCK
|
|
144
|
+
math \x211D 4-56-6-1235 DOUBLE-STRUCK CAPITAL R 0052 DOUBLE-STRUCK
|
|
145
|
+
math \x2124 4-56-6-1356 DOUBLE-STRUCK CAPITAL Z 005A DOUBLE-STRUCK
|
|
146
|
+
math \x2147 4-56-15 DOUBLE-STRUCK SMALL E 0065 DOUBLE-STRUCK
|
|
147
|
+
math \x2308 4-45-12356 LEFT CEILING
|
|
148
|
+
math \x2309 4-45-23456 RIGHT CEILING
|
|
149
|
+
math \x230A 4-56-12356 LEFT FLOOR
|
|
150
|
+
math \x230B 4-56-23456 RIGHT FLOOR
|
|
151
|
+
math \x2322 1246-1 FROWN (CONCAVE UPWARD ARC)
|
|
152
|
+
math \x2323 1246-3 SMILE (CONCAVE DOWNWARD ARC)
|
|
153
|
+
math \x2217 4-3456 ASTERISK OPERATOR
|
|
154
|
+
sign * 4-3456 ASTERISK OPERATOR
|
|
155
|
+
math \x2218 45-46-16-5 degrees sign (a hollow dot in superscript position)
|
|
156
|
+
math \x212B a-4-6-1 ANGSTROM SIGN
|
|
157
|
+
math \x2295 1246-14-456-1246-346-12456 CIRCLED PLUS
|
|
158
|
+
math \x2296 1246-14-456-1246-36-12456 CIRCLED MINUS
|
|
159
|
+
math \x2297 1246-14-456-1246-4-16-12456 CIRCLED TIMES
|
|
160
|
+
math \x2298 1246-14-456-1246-456-34-12456 CIRCLED DIVISION SLASH
|
|
161
|
+
math \x2299 1246-14-456-1246-16-12456 CIRCLED DOT OPERATOR
|
|
162
|
+
math \x229B 1246-14-456-1246-4-3456-12456 CIRCLED ASTERISK OPERATOR
|
|
163
|
+
math \x229C 1246-14-456-1246-46-13-12456 CIRCLED EQUALS
|
|
164
|
+
math \x229D 1246-14-456-1246-36-36-12456 CIRCLED DASH
|
|
165
|
+
math \x229E 1246-256-456-1246-346-12456 SQUARED PLUS
|
|
166
|
+
math \x229F 1246-256-456-1246-36-12456 SQUARED MINUS
|
|
167
|
+
math \x22A0 1246-256-456-1246-4-16-12456 SQUARED TIMES
|
|
168
|
+
math \x22A1 1246-256-456-1246-16-12456 SQUARED DOT OPERATOR
|
|
169
|
+
math \x22EE 0-146-25-25-25-0 VERTICAL ELLIPSIS
|
|
170
|
+
math \x22EF 0-25-25-25-0 MIDLINE HORIZONTAL ELLIPSIS
|
|
171
|
+
math \x22F0 0-45-25-25-25-0 UP RIGHT DIAGONAL ELLIPSIS
|
|
172
|
+
math \x22F1 0-56-25-25-25-0 DOWN RIGHT DIAGONAL ELLIPSIS
|
|
173
|
+
math \x23DE 46-12356 TOP CURLY BRACKET
|
|
174
|
+
math \x23DF 46-23456 BOTTOM CURLY BRACKET
|
|
175
|
+
|
|
176
|
+
# Arrows
|
|
177
|
+
math \x2190 a-1246-246-25-25-a LEFTWARDS ARROW
|
|
178
|
+
math \x2191 a-1246-126-25-25-135-a UPWARDS ARROW
|
|
179
|
+
math \x2192 a-1246-135-a RIGHTWARDS ARROW (contracted Braille form)
|
|
180
|
+
math \x2193 a-1246-146-25-25-135-a DOWNWARDS ARROW
|
|
181
|
+
math \x2194 a-1246-246-25-25-135-a LEFT RIGHT ARROW
|
|
182
|
+
math \x2195 a-1246-126-146-246-25-25-135-a UP DOWN ARROW
|
|
183
|
+
math \x2196 a-1246-45-246-25-25-a NORTH WEST ARROW
|
|
184
|
+
math \x2197 a-1246-45-25-25-135-a NORTH EAST ARROW
|
|
185
|
+
math \x2198 a-1246-56-25-25-135-a SOUTH EAST ARROW
|
|
186
|
+
math \x2199 a-1246-56-246-25-25-a SOUTH WEST ARROW
|
|
187
|
+
math \x219A a-1256-4-1246-246-25-25-12456-a LEFTWARDS ARROW WITH STROKE
|
|
188
|
+
math \x219B a-1256-4-1246-25-25-135-12456-a RIGHTWARDS ARROW WITH STROKE
|
|
189
|
+
math \x219C a-1246-246-35-25-26-a LEFTWARDS WAVE ARROW
|
|
190
|
+
math \x219D a-1246-35-25-26-135-a RIGHTWARDS WAVE ARROW
|
|
191
|
+
math \x219E a-1246-246-246-25-25-a LEFTWARDS TWO HEADED ARROW
|
|
192
|
+
math \x219F a-1246-126-25-25-135-135-a UPWARDS TWO HEADED ARROW
|
|
193
|
+
math \x21A0 a-1246-25-25-135-135-a RIGHTWARDS TWO HEADED ARROW
|
|
194
|
+
math \x21A1 a-1246-146-25-25-135-135-a DOWNWARDS TWO HEADED ARROW
|
|
195
|
+
math \x21A2 a-1246-246-25-25-6-13456-a LEFTWARDS ARROW WITH TAIL
|
|
196
|
+
math \x21A3 a-1246-6-12346-25-25-135-a RIGHTWARDS ARROW WITH TAIL
|
|
197
|
+
math \x21A4 a-1246-246-25-25-1256-a LEFTWARDS ARROW FROM BAR
|
|
198
|
+
math \x21A5 a-1246-126-1256-25-25-135-a UPWARDS ARROW FROM BAR
|
|
199
|
+
math \x21A6 a-1246-1256-25-25-135-a RIGHTWARDS ARROW FROM BAR
|
|
200
|
+
math \x21A7 a-1246-146-1256-25-25-135-a DOWNWARDS ARROW FROM BAR
|
|
201
|
+
math \x21A8 a-1246-246-25-1256-25-135-a UP DOWN ARROW WITH BASE
|
|
202
|
+
math \x21A9 a-1246-246-25-25-6-135-a LEFTWARDS ARROW WITH HOOK
|
|
203
|
+
math \x21AA a-1246-6-246-25-25-135-a RIGHTWARDS ARROW WITH HOOK
|
|
204
|
+
math \x21AB a-1246-246-25-25-46-16-a LEFTWARDS ARROW WITH LOOP
|
|
205
|
+
math \x21AC a-1246-46-16-25-25-135-a RIGHTWARDS ARROW WITH LOOP
|
|
206
|
+
math \x21AD a-1246-246-35-25-26-135-a LEFT RIGHT WAVE ARROW
|
|
207
|
+
math \x21AE a-1256-4-1246-246-25-25-135-12456-a LEFT RIGHT ARROW WITH STROKE
|
|
208
|
+
math \x21AF a-1246-146-35-26-35-135-a DOWNWARDS ZIGZAG ARROW #CORRECTED IN 2023, BECAUSE UNICODE.DIS AND OTHER DISPLAY FILES do not present the dot combination 1359
|
|
209
|
+
math \x21B4 a-1246-6-1256-25-25-135-a RIGHTWARDS ARROW WITH CORNER DOWNWARDS
|
|
210
|
+
math \x21B5 a-1246-146-6-1256-25-25-135-a DOWNWARDS ARROW WITH CORNER LEFTWARDS
|
|
211
|
+
math \x21B6 a-1246-26-35-0-135-a ANTICLOCKWISE TOP SEMICIRCLE ARROW
|
|
212
|
+
math \x21B7 a-1246-246-26-0-35-a CLOCKWISE TOP SEMICIRCLE ARROW
|
|
213
|
+
math \x21BA a-1246-26-35-135-a ANTICLOCKWISE OPEN CIRCLE ARROW
|
|
214
|
+
math \x21BB a-1246-246-26-35-a CLOCKWISE OPEN CIRCLE ARROW
|
|
215
|
+
math \x21BC a-1246-4-246-25-25-a LEFTWARDS HARPOON WITH BARB UPWARDS
|
|
216
|
+
math \x21BD a-1246-6-246-25-25-a LEFTWARDS HARPOON WITH BARB DOWNWARDS
|
|
217
|
+
math \x21BE a-1246-126-25-25-6-135-a UPWARDS HARPOON WITH BARB RIGHTWARDS
|
|
218
|
+
math \x21BF a-1246-126-25-25-4-135-a UPWARDS HARPOON WITH BARB LEFTWARDS
|
|
219
|
+
math \x21C0 a-1246-25-25-4-135-a RIGHTWARDS HARPOON WITH BARB UPWARDS
|
|
220
|
+
math \x21C1 a-1246-25-25-6-135-a RIGHTWARDS HARPOON WITH BARB DOWNWARS
|
|
221
|
+
math \x21C2 a-1246-246-25-25-4-135-a DOWNWARDS HARPOON WITH BARB RIGHTWARDS
|
|
222
|
+
math \x21C3 a-1246-146-25-25-6-135-a DOWNWARDS HARPOON WITH BARB LEFTWARDS
|
|
223
|
+
math \x21C4 1246-25-25-135-1246-246-25-25 RIGHTWARDS ARROW OVER LEFTWARDS ARROW
|
|
224
|
+
math \x21C5 1246-126-25-25-135-5-1246-146-25-25-135 UPWARDS ARROW LEFTWARDS OF DOWNWARDS ARROW
|
|
225
|
+
math \x21C6 1246-246-25-25-1246-25-25-135 LEFTWARDS ARROW OVER RIGHTWARDS ARROW
|
|
226
|
+
math \x21C7 1246-245-25-25-1246-245-25-25 LEFTWARDS PAIRED ARROWS
|
|
227
|
+
math \x21C8 1246-126-25-25-135-5-1246-126-25-25-135 UPWARDS PAIRED ARROWS
|
|
228
|
+
math \x21C9 1246-25-25-135-1246-25-25-135 RIGHTWARDS PAIRED ARROWS
|
|
229
|
+
math \x21CA a-1246-146-25-25-135-5-1246-146-25-25-135-a DOWNWARDS PAIRED ARROWS
|
|
230
|
+
math \x21CB a-1246-4-246-25-25-1246-25-25-4-135-a LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON
|
|
231
|
+
math \x21CC a-1246-25-25-4-135-1246-4-246-25-25-a RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON
|
|
232
|
+
math \x21CD a-1256-4-1246-246-2356-2356-12456-a LEFTWARDS DOUBLE ARROW WITH STROKE
|
|
233
|
+
math \x21CE a-1256-4-1246-246-2356-2356-135-12456-a LEFT RIGHT DOUBLE ARROW WITH STROKE
|
|
234
|
+
math \x21CF a-1256-4-1246-2356-2356-135-12456-a RIGHTWARDS DOUBLE ARROW WITH STROKE
|
|
235
|
+
math \x21D0 a-1246-246-2356-2356-a LEFTWARDS DOUBLE ARROW
|
|
236
|
+
math \x21D1 a-1246-126-2356-2356-135-a UPWARDS DOUBLE ARROW
|
|
237
|
+
math \x21D2 a-1246-2356-2356-135-a RIGHTWARDS DOUBLE ARROW
|
|
238
|
+
math \x21D3 a-1246-126-2356-2356-135-a DOWNWARDS DOUBLE ARROW
|
|
239
|
+
math \x21D4 a-1246-246-2356-2356-135-a LEFT RIGHT DOUBLE ARROW
|
|
240
|
+
math \x21D5 a-1246-126-246-2356-2356-135-a UP DOWN DOUBLE ARROW
|
|
241
|
+
math \x21D6 a-1246-45-246-2356-2356-a NORTH WEST DOUBLE ARROW
|
|
242
|
+
math \x21D7 a-1246-45-2356-2356-135-a NORTH EAST DOUBLE ARROW
|
|
243
|
+
math \x21D8 a-1246-56-2356-2356-135-a SOUTH EAST DOUBLE ARROW
|
|
244
|
+
math \x21D9 a-1246-56-246-2356-2356-a SOUTH WEST DOUBLE ARROW
|
|
245
|
+
math \x21DA a-1246-246-456-456-a LEFTWARDS TRIPLE ARROW
|
|
246
|
+
math \x21DB a-1246-456-456-135-a RIGHTWARDS TRIPLE ARROW
|
|
247
|
+
math \x21DC a-1246-246-26-36-35-25-26-a LEFTWARDS SQUIGGLE ARROW
|
|
248
|
+
math \x21DD a-1246-26-36-35-25-26-135-a RIGHTWARDS SQUIGGLE ARROW
|
|
249
|
+
math \x21DE a-1256-1256-4-1246-126-25-25-135-12456-a UPWARDS ARROW WITH DOUBLE STROKE
|
|
250
|
+
math \x21DF a-1256-1256-4-1246-146-25-25-135-12456-a DOWNWARDS ARROW WITH DOUBLE STROKE
|
|
251
|
+
math \x21E0 a-1246-246-25-0-25-a LEFTWARDS DASHED ARROW
|
|
252
|
+
math \x21E1 a-1246-126-25-0-25-135-a UPWARDS DASHED ARROW
|
|
253
|
+
math \x21E2 a-1246-25-0-25-135-a RIGHTWARDS DASHED ARROW
|
|
254
|
+
math \x21E3 a-1246-146-25-a-25-135-a DOWNWARDS DASHED ARROW
|
|
255
|
+
math \x21E4 a-1246-1256-246-25-25-a LEFTWARDS ARROW TO BAR
|
|
256
|
+
math \x21E5 a-1246-25-25-135-1256-a RIGHTWARDS ARROW TO BAR
|
|
257
|
+
math \x21E6 a-1246-456-246-25-25-a LEFTWARDS WHITE ARROW
|
|
258
|
+
math \x21E7 a-1246-126-456-25-25-135-a UPWARDS WHITE ARROW
|
|
259
|
+
math \x21E8 a-1246-456-25-25-135-a RIGHTWARDS WHITE ARROW
|
|
260
|
+
math \x21E9 a-1246-146-456-25-25-135-a DOWNWARDS WHITE ARROW
|
|
261
|
+
math \x21F3 a-1246-126-456-246-25-25-135-a UP DOWN WHITE ARROW
|
|
262
|
+
math \x21F4 a-46-16-4-1246-25-25-135-12456-a RIGHT ARROW WITH SMALL CIRCLE
|
|
263
|
+
math \x21F5 a-1246-146-25-25-135-5-1246-126-25-25-135-a DOWNWARDS ARROW LEFTWARDS OF UPWARDS ARROW
|
|
264
|
+
math \x21F6 a-1246-25-25-135-1246-25-25-135-1246-25-25-135-a THREE RIGHTWARDS ARROWS
|
|
265
|
+
math \x21F7 a-1256-4-1246-246-25-25-12456-a LEFTWARDS ARROW WITH VERTICAL STROKE
|
|
266
|
+
math \x21F8 a-1256-4-1246-25-25-135-12456-a RIGHTWARDS ARROW WITH VERTICAL STROKE
|
|
267
|
+
math \x21F9 a-1256-4-1246-246-25-25-135-a LEFT RIGHT ARROW WITH VERTICAL STROKE
|
|
268
|
+
math \x21FA a-1256-1256-4-1246-246-25-25-12456-a LEFTWARDS ARROW WITH DOUBLE VERTICAL STROKE
|
|
269
|
+
math \x21FB a-1256-1256-4-1246-25-25-135-12456-a RIGHTWARDS ARROW WITH DOUBLE VERTICAL STROKE
|
|
270
|
+
math \x21FC a-1256-1256-4-1246-246-25-25-135-a LEFT RIGHT ARROW WITH DOUBLE VERTICAL STROKE
|
|
271
|
+
math \x21FD a-1246-1256-25-25-a LEFTWARDS OPEN-HEADED ARROW
|
|
272
|
+
math \x21FE a-1246-25-25-1256-a RIGHTWARDS OPEN-HEADED ARROW
|
|
273
|
+
math \x21FF a-1246-1256-25-25-1256-a LEFT RIGHT OPEN-HEADED ARROW
|
|
274
|
+
# End of Arrows
|
|
275
|
+
|
|
276
|
+
math \x2207 46-1246 NABLA
|
|
277
|
+
math \x2200 4-12346 FOR ALL
|
|
278
|
+
math \x2234 a-6-16-a THEREFORE
|
|
279
|
+
math \x2235 a-4-34-a BECAUSE
|
|
280
|
+
math \x220E a-456-1256-a END OF PROOF
|
|
281
|
+
math \x2208 a-4-15-a ELEMENT OF
|
|
282
|
+
math \x2209 a-34-4-15-a NOT AN ELEMENT OF
|
|
283
|
+
math \x220B a-4-26-a CONTAINS AS MEMBER
|
|
284
|
+
math \x220C a-34-4-26-a DOES NOT CONTAIN AS MEMBER
|
|
285
|
+
math \x220D 4-26 SMALL CONTAINS AS MEMBER
|
|
286
|
+
math \x220F 46-6-1234 N-ARY PRODUCT
|
|
287
|
+
math \x22C5 16 dot operator
|
|
288
|
+
math \x2211 46-6-234 N-ARY SUMMATION
|
|
289
|
+
math \x2212 36 MINUS SIGN
|
|
290
|
+
math \x221E 6-123456 INFINITY
|
|
291
|
+
math \x2227 4-146 LOGICAL "AND" SIGN
|
|
292
|
+
math \x2228 4-346 LOGICAL "OR" SIGN
|
|
293
|
+
math \x222B 2346 INTEGRAL
|
|
294
|
+
math \x222C 2346-2346 DOUBLE INTEGRAL
|
|
295
|
+
math \x222D 2346-2346-2346 TRIPLE INTEGRAL
|
|
296
|
+
math \x222E 2346-4-1246-14-12456 CONTOUR INTEGRAL
|
|
297
|
+
math \x2232 2346-4-1246-246-26-35-12456 CLOCKWISE CONTOUR INTEGRAL
|
|
298
|
+
math \x2233 2346-4-1246-26-35-135-12456 ANTICLOCKWISE CONTOUR INTEGRAL
|
|
299
|
+
|
|
300
|
+
math \x2260 a-34-46-13-a NOT EQUAL TO
|
|
301
|
+
math \x2261 a-456-123-a IDENTICAL TO
|
|
302
|
+
math \x2262 a-34-456-123-a NOT IDENTICAL TO
|
|
303
|
+
math \x223C a-4-156-a SIMILAR TO
|
|
304
|
+
math \x2245 a-4-156-46-13-a NEARLY EQUAL TO
|
|
305
|
+
math \x2248 a-4-156-4-156-a APPROXIMATELY EQUAL TO
|
|
306
|
+
math \x2248 a-4-156-4-156-a ALMOST EQUALS
|
|
307
|
+
math \x224D a-4-126-6-126-a EQUIVALENT TO
|
|
308
|
+
math \x2264 a-5-13-156-a LESS-THAN OR EQUAL TO
|
|
309
|
+
math \x2266 a-5-13-46-13-a LESS-THAN OVER EQUAL TO
|
|
310
|
+
math \x2265 a-46-2-156-a GREATER-THAN OR EQUAL TO GREATER THAN OR EQUAL TO
|
|
311
|
+
math \x2267 a-46-2-46-13-a GREATER-THAN OVER EQUAL TO
|
|
312
|
+
math \x2268 a-5-13-34-46-13-a LESS-THAN BUT NOT EQUAL TO
|
|
313
|
+
math \x2269 a-46-2-34-46-13-a GREATER-THAN BUT NOT EQUAL TO
|
|
314
|
+
math \x22D8 a-5-13-4-5-13-4-5-13-12456-a MUCH LESS-THAN
|
|
315
|
+
math \x22D9 a-46-2-4-46-2-4-46-2-12456-a MUCH GREATER-THAN
|
|
316
|
+
math \x22DC a-156-5-13-a EQUAL TO OR LESS-THAN
|
|
317
|
+
math \x22DD a-156-46-2-a EQUAL TO OR GREATER-THAN
|
|
318
|
+
math \x226A a-5-13-4-5-13-12456-a MUCH LESS-THAN
|
|
319
|
+
math \x226B a-46-2-4-46-2-12456-a MUCH GREATER-THAN
|
|
320
|
+
math \x226D a-34-4-126-6-126-a NOT EQUIVALENT TO
|
|
321
|
+
math \x226E a-34-5-13-a NOT LESS-THAN
|
|
322
|
+
math \x226F a-34-46-2-a NOT GREATER-THAN
|
|
323
|
+
math \x2270 a-34-5-13-156-a NEITHER LESS-THAN NOR EQUAL TO
|
|
324
|
+
math \x2271 a-34-46-2-156-a NEITHER GREATER-THAN NOR EQUAL TO
|
|
325
|
+
math \x2272 a-5-13-456-123-a LESS-THAN OR EQUIVALENT TO
|
|
326
|
+
math \x2273 a-46-2-456-123-a GREATER-THAN OR EQUIVALENT TO
|
|
327
|
+
math \x2274 a-34-5-13-456-123-a NEITHER LESS-THAN NOR EQUIVALENT TO
|
|
328
|
+
math \x2275 a-34-46-2-456-123-a NEITHER GREATER-THAN NOR EQUIVALENT TO
|
|
329
|
+
math \x2276 a-5-13-46-2-a LESS-THAN OR GREATER-THAN
|
|
330
|
+
math \x2277 a-46-2-5-13-a GREATER-THAN OR LESS-THAN
|
|
331
|
+
math \x2278 a-34-5-13-46-2-a NEITHER LESS-THAN NOR GREATER-THAN
|
|
332
|
+
math \x2279 a-34-46-2-5-13-a NEITHER GREATER-THAN NOR LESS-THAN
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
math \xf577 1246-135 contracted right arrow
|
|
336
|
+
#missing chars Mike is adding
|
|
337
|
+
math \x2229 46-146 INTERSECTION
|
|
338
|
+
math \x222A 46-346 UNION
|
|
339
|
+
math \x2282 a-456-5-13-a SUBSET OF
|
|
340
|
+
math \x2283 a-456-46-2-a SUPERSET OF
|
|
341
|
+
math \x2284 a-34-456-5-13-a NOT A SUBSET OF
|
|
342
|
+
math \x2285 a-34-456-46-2-a NOT A SUPERSET OF
|
|
343
|
+
math \x2286 a-456-5-13-156-a SUBSET OF OR EQUAL TO
|
|
344
|
+
math \x2287 a-456-46-2-156-a SUPERSET OF OR EQUAL TO
|
|
345
|
+
math \x2288 a-34-456-5-13-156-a NEITHER A SUBSET OF NOR EQUAL TO
|
|
346
|
+
math \x2289 a-34-456-46-2-156-a NEITHER A SUPERSET OF NOR EQUAL TO
|
|
347
|
+
math \x228A a-456-5-13-34-46-13-a SUBSET OF WITH NOT EQUAL TO
|
|
348
|
+
math \x228B a-456-46-2-34-46-13-a SUPERSET OF WITH NOT EQUAL TO
|
|
349
|
+
math \x2203 4-123456 THERE EXISTS
|
|
350
|
+
math \x2204 34-4-123456 THERE DOES NOT EXIST
|
|
351
|
+
math \x2202 4-145 PARTIAL DIFFERENTIAL
|
|
352
|
+
math \x2205 456-356 EMPTY SET
|
|
353
|
+
math \x23E2 1246-1356 WHITE TRAPEZIUM
|
|
354
|
+
math \x25B2 1246-456-2345 Filled Triangle
|
|
355
|
+
math \x25B3 1246-2345 Triangle
|
|
356
|
+
math \x25B5 1246-2345 WHITE UP-POINTING SMALL TRIANGLE
|
|
357
|
+
math \x25BC 456-46-1246 BLACK DOWN-POINTING TRIANGLE
|
|
358
|
+
math \x25BD 46-1246 WHITE DOWN-POINTING TRIANGLE
|
|
359
|
+
math \x25CF 1246-456-14 Filled Circle
|
|
360
|
+
math \x25CB 1246-14 Circle
|
|
361
|
+
math \x25A0 1246-456-256 filled Square
|
|
362
|
+
math \x25A1 1246-256 Square
|
|
363
|
+
math \x25AC 1246-456-1235 FILLED Rectangle
|
|
364
|
+
math \x25AD 1246-1235 RECTANGLE
|
|
365
|
+
math \x25B0 1246-456-1245 filled PARALLELOGRAM
|
|
366
|
+
math \x25B1 1246-1245 PARALLELOGRAM
|
|
367
|
+
math \x25EF 1246-14 LARGE CIRCLE
|
|
368
|
+
math \x22A5 a-1246-1234-a Perpendicular TO
|
|
369
|
+
math \x22A5 a-34-1246-1234-a not Perpendicular TO
|
|
370
|
+
math \x22FE 1246-456-256 BLACK MEDIUM SMALL SQUARE
|
|
371
|
+
math \x2223 a-1256-a DIVIDES
|
|
372
|
+
math \x2224 a-34-1256-a DOES NOT DIVIDE
|
|
373
|
+
math \x2225 a-1246-123-a PARALLEL TO
|
|
374
|
+
math \x2226 a-34-1246-123-a NOT PARALLEL TO
|
|
375
|
+
math \x221F 1246-246-46-1235-12456 RIGHT ANGLE
|
|
376
|
+
math \x2221 1246-246-4-1246-1-12456 MEASURED ANGLE
|
|
377
|
+
math \x2222 1246-246-456-1246-1246-1-12456 Spherical ANGLE
|
|
378
|
+
math \x2220 1246-246 ANGLE
|
|
379
|
+
math \x221D a-456-123456-a PROPORTIONAL TO
|
|
380
|
+
math \x2237 a-56-23-a PROPORTION
|
|
381
|
+
math \x2236 a-5-2-a RATIO
|
|
382
|
+
|