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,184 @@
|
|
|
1
|
+
#
|
|
2
|
+
# Copyright (C) 1995-2009 by The BRLTTY Developers.
|
|
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
|
+
# BRLTTY Text Table - Tibetan
|
|
21
|
+
#
|
|
22
|
+
# Samuel Thibault <samuel.thibault@ens-lyon.org>
|
|
23
|
+
#
|
|
24
|
+
# From "Braille without borders"
|
|
25
|
+
|
|
26
|
+
# generated by ttbtest
|
|
27
|
+
space \s 0 # SPACE
|
|
28
|
+
punctuation ! 2358 # EXCLAMATION MARK
|
|
29
|
+
punctuation " 23568 # QUOTATION MARK
|
|
30
|
+
punctuation # 34568 # NUMBER SIGN
|
|
31
|
+
punctuation $ 12468 # DOLLAR SIGN
|
|
32
|
+
punctuation % 1468 # PERCENT SIGN
|
|
33
|
+
punctuation & 23468 # AMPERSAND
|
|
34
|
+
punctuation ' 3 # APOSTROPHE
|
|
35
|
+
punctuation ( 2368 # LEFT PARENTHESIS
|
|
36
|
+
punctuation ) 3568 # RIGHT PARENTHESIS
|
|
37
|
+
punctuation * 358 # ASTERISK
|
|
38
|
+
punctuation + 3468 # PLUS SIGN
|
|
39
|
+
punctuation , 28 # COMMA
|
|
40
|
+
punctuation - 36 # HYPHEN-MINUS
|
|
41
|
+
punctuation . 2568 # FULL STOP
|
|
42
|
+
punctuation / 348 # SOLIDUS
|
|
43
|
+
include loweredDigits6Dots.uti
|
|
44
|
+
punctuation : 258 # COLON
|
|
45
|
+
punctuation ; 238 # SEMICOLON
|
|
46
|
+
punctuation < 1268 # LESS-THAN SIGN
|
|
47
|
+
punctuation = 1234568 # EQUALS SIGN
|
|
48
|
+
punctuation > 3458 # GREATER-THAN SIGN
|
|
49
|
+
punctuation ? 268 # QUESTION MARK
|
|
50
|
+
punctuation @ 47 # COMMERCIAL AT
|
|
51
|
+
uppercase A 178 # LATIN CAPITAL LETTER A
|
|
52
|
+
uppercase B 1278 # LATIN CAPITAL LETTER B
|
|
53
|
+
uppercase C 1478 # LATIN CAPITAL LETTER C
|
|
54
|
+
uppercase D 14578 # LATIN CAPITAL LETTER D
|
|
55
|
+
uppercase E 1578 # LATIN CAPITAL LETTER E
|
|
56
|
+
uppercase F 12478 # LATIN CAPITAL LETTER F
|
|
57
|
+
uppercase G 124578 # LATIN CAPITAL LETTER G
|
|
58
|
+
uppercase H 12578 # LATIN CAPITAL LETTER H
|
|
59
|
+
uppercase I 2478 # LATIN CAPITAL LETTER I
|
|
60
|
+
uppercase J 24578 # LATIN CAPITAL LETTER J
|
|
61
|
+
uppercase K 1378 # LATIN CAPITAL LETTER K
|
|
62
|
+
uppercase L 12378 # LATIN CAPITAL LETTER L
|
|
63
|
+
uppercase M 13478 # LATIN CAPITAL LETTER M
|
|
64
|
+
uppercase N 134578 # LATIN CAPITAL LETTER N
|
|
65
|
+
uppercase O 13578 # LATIN CAPITAL LETTER O
|
|
66
|
+
uppercase P 123478 # LATIN CAPITAL LETTER P
|
|
67
|
+
uppercase Q 1234578 # LATIN CAPITAL LETTER Q
|
|
68
|
+
uppercase R 123578 # LATIN CAPITAL LETTER R
|
|
69
|
+
uppercase S 23478 # LATIN CAPITAL LETTER S
|
|
70
|
+
uppercase T 234578 # LATIN CAPITAL LETTER T
|
|
71
|
+
uppercase U 13678 # LATIN CAPITAL LETTER U
|
|
72
|
+
uppercase V 123678 # LATIN CAPITAL LETTER V
|
|
73
|
+
uppercase W 245678 # LATIN CAPITAL LETTER W
|
|
74
|
+
uppercase X 134678 # LATIN CAPITAL LETTER X
|
|
75
|
+
uppercase Y 1345678 # LATIN CAPITAL LETTER Y
|
|
76
|
+
uppercase Z 135678 # LATIN CAPITAL LETTER Z
|
|
77
|
+
punctuation [ 123568 # LEFT SQUARE BRACKET
|
|
78
|
+
punctuation \\ 168 # REVERSE SOLIDUS
|
|
79
|
+
punctuation ] 234568 # RIGHT SQUARE BRACKET
|
|
80
|
+
punctuation ^ 457 # CIRCUMFLEX ACCENT
|
|
81
|
+
punctuation _ 456 # LOW LINE
|
|
82
|
+
punctuation ` 4 # GRAVE ACCENT
|
|
83
|
+
lowercase a 18 # LATIN SMALL LETTER A
|
|
84
|
+
lowercase b 128 # LATIN SMALL LETTER B
|
|
85
|
+
lowercase c 148 # LATIN SMALL LETTER C
|
|
86
|
+
lowercase d 1458 # LATIN SMALL LETTER D
|
|
87
|
+
lowercase e 158 # LATIN SMALL LETTER E
|
|
88
|
+
lowercase f 1248 # LATIN SMALL LETTER F
|
|
89
|
+
lowercase g 12458 # LATIN SMALL LETTER G
|
|
90
|
+
lowercase h 1258 # LATIN SMALL LETTER H
|
|
91
|
+
lowercase i 248 # LATIN SMALL LETTER I
|
|
92
|
+
lowercase j 2458 # LATIN SMALL LETTER J
|
|
93
|
+
lowercase k 138 # LATIN SMALL LETTER K
|
|
94
|
+
lowercase l 1238 # LATIN SMALL LETTER L
|
|
95
|
+
lowercase m 1348 # LATIN SMALL LETTER M
|
|
96
|
+
lowercase n 13458 # LATIN SMALL LETTER N
|
|
97
|
+
lowercase o 1358 # LATIN SMALL LETTER O
|
|
98
|
+
lowercase p 12348 # LATIN SMALL LETTER P
|
|
99
|
+
lowercase q 123458 # LATIN SMALL LETTER Q
|
|
100
|
+
lowercase r 12358 # LATIN SMALL LETTER R
|
|
101
|
+
lowercase s 2348 # LATIN SMALL LETTER S
|
|
102
|
+
lowercase t 23458 # LATIN SMALL LETTER T
|
|
103
|
+
lowercase u 1368 # LATIN SMALL LETTER U
|
|
104
|
+
lowercase v 12368 # LATIN SMALL LETTER V
|
|
105
|
+
lowercase w 24568 # LATIN SMALL LETTER W
|
|
106
|
+
lowercase x 13468 # LATIN SMALL LETTER X
|
|
107
|
+
lowercase y 134568 # LATIN SMALL LETTER Y
|
|
108
|
+
lowercase z 13568 # LATIN SMALL LETTER Z
|
|
109
|
+
punctuation { 23678 # LEFT CURLY BRACKET
|
|
110
|
+
punctuation | 12568 # VERTICAL LINE
|
|
111
|
+
punctuation } 35678 # RIGHT CURLY BRACKET
|
|
112
|
+
punctuation ~ 45 # TILDE
|
|
113
|
+
punctuation \x00a0 0 # NO-BREAK SPACE
|
|
114
|
+
letter \x0f40 13 # TIBETAN LETTER KA
|
|
115
|
+
letter \x0f41 14 # TIBETAN LETTER KHA
|
|
116
|
+
letter \x0f42 1245 # TIBETAN LETTER GA
|
|
117
|
+
letter \x0f44 2356 # TIBETAN LETTER NGA
|
|
118
|
+
letter \x0f45 1456 # TIBETAN LETTER CA
|
|
119
|
+
letter \x0f46 13456 # TIBETAN LETTER CHA
|
|
120
|
+
letter \x0f47 12345 # TIBETAN LETTER JA
|
|
121
|
+
letter \x0f49 345 # TIBETAN LETTER NYA
|
|
122
|
+
letter \x0f4f 2345 # TIBETAN LETTER TA
|
|
123
|
+
letter \x0f50 23456 # TIBETAN LETTER THA
|
|
124
|
+
letter \x0f51 145 # TIBETAN LETTER DA
|
|
125
|
+
letter \x0f53 1345 # TIBETAN LETTER NA
|
|
126
|
+
letter \x0f54 1234 # TIBETAN LETTER PA
|
|
127
|
+
letter \x0f55 12346 # TIBETAN LETTER PHA
|
|
128
|
+
letter \x0f56 12 # TIBETAN LETTER BA
|
|
129
|
+
letter \x0f58 134 # TIBETAN LETTER MA
|
|
130
|
+
letter \x0f59 1346 # TIBETAN LETTER TSA
|
|
131
|
+
letter \x0f5a 1356 # TIBETAN LETTER TSHA
|
|
132
|
+
letter \x0f5b 123456 # TIBETAN LETTER DZA
|
|
133
|
+
letter \x0f5d 2456 # TIBETAN LETTER WA
|
|
134
|
+
letter \x0f5e 146 # TIBETAN LETTER ZHA
|
|
135
|
+
letter \x0f5f 234 # TIBETAN LETTER ZA
|
|
136
|
+
letter \x0f60 1246 # TIBETAN LETTER -A
|
|
137
|
+
letter \x0f61 245 # TIBETAN LETTER YA
|
|
138
|
+
letter \x0f62 1235 # TIBETAN LETTER RA
|
|
139
|
+
letter \x0f63 123 # TIBETAN LETTER LA
|
|
140
|
+
letter \x0f64 156 # TIBETAN LETTER SHA
|
|
141
|
+
letter \x0f66 2346 # TIBETAN LETTER SA
|
|
142
|
+
letter \x0f67 125 # TIBETAN LETTER HA
|
|
143
|
+
letter \x0f68 1 # TIBETAN LETTER A
|
|
144
|
+
letter \x0f90 13 # TIBETAN SUBJOINED LETTER KA
|
|
145
|
+
letter \x0f91 14 # TIBETAN SUBJOINED LETTER KHA
|
|
146
|
+
letter \x0f92 1245 # TIBETAN SUBJOINED LETTER GA
|
|
147
|
+
letter \x0f94 2356 # TIBETAN SUBJOINED LETTER NGA
|
|
148
|
+
letter \x0f95 1456 # TIBETAN SUBJOINED LETTER CA
|
|
149
|
+
letter \x0f96 13456 # TIBETAN SUBJOINED LETTER CHA
|
|
150
|
+
letter \x0f97 12345 # TIBETAN SUBJOINED LETTER JA
|
|
151
|
+
letter \x0f99 345 # TIBETAN SUBJOINED LETTER NYA
|
|
152
|
+
letter \x0f9f 2345 # TIBETAN SUBJOINED LETTER TA
|
|
153
|
+
letter \x0fa0 23456 # TIBETAN SUBJOINED LETTER THA
|
|
154
|
+
letter \x0fa1 145 # TIBETAN SUBJOINED LETTER DA
|
|
155
|
+
letter \x0fa3 1345 # TIBETAN SUBJOINED LETTER NA
|
|
156
|
+
letter \x0fa4 1234 # TIBETAN SUBJOINED LETTER PA
|
|
157
|
+
letter \x0fa5 12346 # TIBETAN SUBJOINED LETTER PHA
|
|
158
|
+
letter \x0fa6 12 # TIBETAN SUBJOINED LETTER BA
|
|
159
|
+
letter \x0fa8 134 # TIBETAN SUBJOINED LETTER MA
|
|
160
|
+
letter \x0fa9 1346 # TIBETAN SUBJOINED LETTER TSA
|
|
161
|
+
letter \x0faa 1356 # TIBETAN SUBJOINED LETTER TSHA
|
|
162
|
+
letter \x0fab 123456 # TIBETAN SUBJOINED LETTER DZA
|
|
163
|
+
letter \x0fad 2456 # TIBETAN SUBJOINED LETTER WA
|
|
164
|
+
letter \x0fae 146 # TIBETAN SUBJOINED LETTER ZHA
|
|
165
|
+
letter \x0faf 234 # TIBETAN SUBJOINED LETTER ZA
|
|
166
|
+
letter \x0fb0 1246 # TIBETAN SUBJOINED LETTER -A
|
|
167
|
+
letter \x0fb1 245 # TIBETAN SUBJOINED LETTER YA
|
|
168
|
+
letter \x0fb2 1235 # TIBETAN SUBJOINED LETTER RA
|
|
169
|
+
letter \x0fb3 123 # TIBETAN SUBJOINED LETTER LA
|
|
170
|
+
letter \x0fb4 156 # TIBETAN SUBJOINED LETTER SHA
|
|
171
|
+
letter \x0fb6 2346 # TIBETAN SUBJOINED LETTER SA
|
|
172
|
+
letter \x0fb7 125 # TIBETAN SUBJOINED LETTER HA
|
|
173
|
+
letter \x0fb8 1 # TIBETAN SUBJOINED LETTER A
|
|
174
|
+
space \x2002 0 # EN SPACE
|
|
175
|
+
space \x2003 0 # EM SPACE
|
|
176
|
+
space \x2004 0 # THREE-PER-EM SPACE
|
|
177
|
+
space \x2005 0 # FOUR-PER-EM SPACE
|
|
178
|
+
space \x2006 0 # SIX-PER-EM SPACE
|
|
179
|
+
punctuation \x2007 0 # FIGURE SPACE
|
|
180
|
+
space \x2008 0 # PUNCTUATION SPACE
|
|
181
|
+
space \x2009 0 # THIN SPACE
|
|
182
|
+
space \x200a 0 # HAIR SPACE
|
|
183
|
+
punctuation \x202f 0 # NARROW NO-BREAK SPACE
|
|
184
|
+
space \x205f 0 # MEDIUM MATHEMATICAL SPACE
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
#-index-name: Tibetan, computer
|
|
2
|
+
#-display-name: Tibetan computer braille
|
|
3
|
+
|
|
4
|
+
#+language:bo
|
|
5
|
+
#+type:computer
|
|
6
|
+
#+dots:8
|
|
7
|
+
# Marked as "direction:both" by Bue Vester-Andersen
|
|
8
|
+
# as it is a computer Braille table.
|
|
9
|
+
#+direction:both
|
|
10
|
+
|
|
11
|
+
# TODO: Please correct the metadata above. It is not meant to be
|
|
12
|
+
# accurate nor complete. It hasn't been verified by the table
|
|
13
|
+
# author yet. It is merely an attempt by the liblouis maintainers
|
|
14
|
+
# to get some sensible initial values in place.
|
|
15
|
+
|
|
16
|
+
# TODO: Please add a reference to official documentation about
|
|
17
|
+
# the implemented braille code. Preferably submit the documents
|
|
18
|
+
# to https://github.com/liblouis/braille-specs.
|
|
19
|
+
|
|
20
|
+
include bo.ctb
|
|
21
|
+
include braille-patterns.cti
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
#
|
|
2
|
+
# Copyright (C) 1995-2008 by The BRLTTY Developers.
|
|
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
|
+
# This BRLTTY text subtable implements a portable representation of the box
|
|
21
|
+
# drawing characters.aNo distinction is made between the three types of boxes:
|
|
22
|
+
# light, heavy, and double. Characters with no vertical component (horizontal
|
|
23
|
+
# edges) are represented by the four middle dots [2356]. Those with a vertical
|
|
24
|
+
# component above the center (e.g. bottom corners) add the two top dots [14],
|
|
25
|
+
# and those with a vertical component below the center (e.g. top corners) add
|
|
26
|
+
# the two bottom dots [78]. This means, for example, that side edges and the
|
|
27
|
+
# cross are represented by a full cell [12345678].
|
|
28
|
+
|
|
29
|
+
# For diagonals within boxes, the top-left and bottom-right dots [18] are used
|
|
30
|
+
# to represent the line which descends toward the right, and the top-right and
|
|
31
|
+
# bottom-left dots [47] are used to represent the line which ascends toward the
|
|
32
|
+
# right. The X is represented by all four of these dots [1478].
|
|
33
|
+
|
|
34
|
+
# generated by ttbtest
|
|
35
|
+
punctuation \x2500 2356 BOX DRAWINGS LIGHT HORIZONTAL
|
|
36
|
+
punctuation \x2501 2356 BOX DRAWINGS HEAVY HORIZONTAL
|
|
37
|
+
punctuation \x2502 12345678 BOX DRAWINGS LIGHT VERTICAL
|
|
38
|
+
punctuation \x2503 12345678 BOX DRAWINGS HEAVY VERTICAL
|
|
39
|
+
punctuation \x2504 2356 BOX DRAWINGS LIGHT TRIPLE DASH HORIZONTAL
|
|
40
|
+
punctuation \x2505 2356 BOX DRAWINGS HEAVY TRIPLE DASH HORIZONTAL
|
|
41
|
+
punctuation \x2506 12345678 BOX DRAWINGS LIGHT TRIPLE DASH VERTICAL
|
|
42
|
+
punctuation \x2507 12345678 BOX DRAWINGS HEAVY TRIPLE DASH VERTICAL
|
|
43
|
+
punctuation \x2508 2356 BOX DRAWINGS LIGHT QUADRUPLE DASH HORIZONTAL
|
|
44
|
+
punctuation \x2509 2356 BOX DRAWINGS HEAVY QUADRUPLE DASH HORIZONTAL
|
|
45
|
+
punctuation \x250a 12345678 BOX DRAWINGS LIGHT QUADRUPLE DASH VERTICAL
|
|
46
|
+
punctuation \x250b 12345678 BOX DRAWINGS HEAVY QUADRUPLE DASH VERTICAL
|
|
47
|
+
punctuation \x250c 235678 BOX DRAWINGS LIGHT DOWN AND RIGHT
|
|
48
|
+
punctuation \x250d 235678 BOX DRAWINGS DOWN LIGHT AND RIGHT HEAVY
|
|
49
|
+
punctuation \x250e 235678 BOX DRAWINGS DOWN HEAVY AND RIGHT LIGHT
|
|
50
|
+
punctuation \x250f 235678 BOX DRAWINGS HEAVY DOWN AND RIGHT
|
|
51
|
+
punctuation \x2510 235678 BOX DRAWINGS LIGHT DOWN AND LEFT
|
|
52
|
+
punctuation \x2511 235678 BOX DRAWINGS DOWN LIGHT AND LEFT HEAVY
|
|
53
|
+
punctuation \x2512 235678 BOX DRAWINGS DOWN HEAVY AND LEFT LIGHT
|
|
54
|
+
punctuation \x2513 235678 BOX DRAWINGS HEAVY DOWN AND LEFT
|
|
55
|
+
punctuation \x2514 123456 BOX DRAWINGS LIGHT UP AND RIGHT
|
|
56
|
+
punctuation \x2515 123456 BOX DRAWINGS UP LIGHT AND RIGHT HEAVY
|
|
57
|
+
punctuation \x2516 123456 BOX DRAWINGS UP HEAVY AND RIGHT LIGHT
|
|
58
|
+
punctuation \x2517 123456 BOX DRAWINGS HEAVY UP AND RIGHT
|
|
59
|
+
punctuation \x2518 123456 BOX DRAWINGS LIGHT UP AND LEFT
|
|
60
|
+
punctuation \x2519 123456 BOX DRAWINGS UP LIGHT AND LEFT HEAVY
|
|
61
|
+
punctuation \x251a 123456 BOX DRAWINGS UP HEAVY AND LEFT LIGHT
|
|
62
|
+
punctuation \x251b 123456 BOX DRAWINGS HEAVY UP AND LEFT
|
|
63
|
+
punctuation \x251c 12345678 BOX DRAWINGS LIGHT VERTICAL AND RIGHT
|
|
64
|
+
punctuation \x251d 12345678 BOX DRAWINGS VERTICAL LIGHT AND RIGHT HEAVY
|
|
65
|
+
punctuation \x251e 12345678 BOX DRAWINGS UP HEAVY AND RIGHT DOWN LIGHT
|
|
66
|
+
punctuation \x251f 12345678 BOX DRAWINGS DOWN HEAVY AND RIGHT UP LIGHT
|
|
67
|
+
punctuation \x2520 12345678 BOX DRAWINGS VERTICAL HEAVY AND RIGHT LIGHT
|
|
68
|
+
punctuation \x2521 12345678 BOX DRAWINGS DOWN LIGHT AND RIGHT UP HEAVY
|
|
69
|
+
punctuation \x2522 12345678 BOX DRAWINGS UP LIGHT AND RIGHT DOWN HEAVY
|
|
70
|
+
punctuation \x2523 12345678 BOX DRAWINGS HEAVY VERTICAL AND RIGHT
|
|
71
|
+
punctuation \x2524 12345678 BOX DRAWINGS LIGHT VERTICAL AND LEFT
|
|
72
|
+
punctuation \x2525 12345678 BOX DRAWINGS VERTICAL LIGHT AND LEFT HEAVY
|
|
73
|
+
punctuation \x2526 12345678 BOX DRAWINGS UP HEAVY AND LEFT DOWN LIGHT
|
|
74
|
+
punctuation \x2527 12345678 BOX DRAWINGS DOWN HEAVY AND LEFT UP LIGHT
|
|
75
|
+
punctuation \x2528 12345678 BOX DRAWINGS VERTICAL HEAVY AND LEFT LIGHT
|
|
76
|
+
punctuation \x2529 12345678 BOX DRAWINGS DOWN LIGHT AND LEFT UP HEAVY
|
|
77
|
+
punctuation \x252a 12345678 BOX DRAWINGS UP LIGHT AND LEFT DOWN HEAVY
|
|
78
|
+
punctuation \x252b 12345678 BOX DRAWINGS HEAVY VERTICAL AND LEFT
|
|
79
|
+
punctuation \x252c 235678 BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
|
|
80
|
+
punctuation \x252d 235678 BOX DRAWINGS LEFT HEAVY AND RIGHT DOWN LIGHT
|
|
81
|
+
punctuation \x252e 235678 BOX DRAWINGS RIGHT HEAVY AND LEFT DOWN LIGHT
|
|
82
|
+
punctuation \x252f 235678 BOX DRAWINGS DOWN LIGHT AND HORIZONTAL HEAVY
|
|
83
|
+
punctuation \x2530 235678 BOX DRAWINGS DOWN HEAVY AND HORIZONTAL LIGHT
|
|
84
|
+
punctuation \x2531 235678 BOX DRAWINGS RIGHT LIGHT AND LEFT DOWN HEAVY
|
|
85
|
+
punctuation \x2532 235678 BOX DRAWINGS LEFT LIGHT AND RIGHT DOWN HEAVY
|
|
86
|
+
punctuation \x2533 235678 BOX DRAWINGS HEAVY DOWN AND HORIZONTAL
|
|
87
|
+
punctuation \x2534 123456 BOX DRAWINGS LIGHT UP AND HORIZONTAL
|
|
88
|
+
punctuation \x2535 123456 BOX DRAWINGS LEFT HEAVY AND RIGHT UP LIGHT
|
|
89
|
+
punctuation \x2536 123456 BOX DRAWINGS RIGHT HEAVY AND LEFT UP LIGHT
|
|
90
|
+
punctuation \x2537 123456 BOX DRAWINGS UP LIGHT AND HORIZONTAL HEAVY
|
|
91
|
+
punctuation \x2538 123456 BOX DRAWINGS UP HEAVY AND HORIZONTAL LIGHT
|
|
92
|
+
punctuation \x2539 123456 BOX DRAWINGS RIGHT LIGHT AND LEFT UP HEAVY
|
|
93
|
+
punctuation \x253a 123456 BOX DRAWINGS LEFT LIGHT AND RIGHT UP HEAVY
|
|
94
|
+
punctuation \x253b 123456 BOX DRAWINGS HEAVY UP AND HORIZONTAL
|
|
95
|
+
punctuation \x253c 12345678 BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
|
|
96
|
+
punctuation \x253d 12345678 BOX DRAWINGS LEFT HEAVY AND RIGHT VERTICAL LIGHT
|
|
97
|
+
punctuation \x253e 12345678 BOX DRAWINGS RIGHT HEAVY AND LEFT VERTICAL LIGHT
|
|
98
|
+
punctuation \x253f 12345678 BOX DRAWINGS VERTICAL LIGHT AND HORIZONTAL HEAVY
|
|
99
|
+
punctuation \x2540 12345678 BOX DRAWINGS UP HEAVY AND DOWN HORIZONTAL LIGHT
|
|
100
|
+
punctuation \x2541 12345678 BOX DRAWINGS DOWN HEAVY AND UP HORIZONTAL LIGHT
|
|
101
|
+
punctuation \x2542 12345678 BOX DRAWINGS VERTICAL HEAVY AND HORIZONTAL LIGHT
|
|
102
|
+
punctuation \x2543 12345678 BOX DRAWINGS LEFT UP HEAVY AND RIGHT DOWN LIGHT
|
|
103
|
+
punctuation \x2544 12345678 BOX DRAWINGS RIGHT UP HEAVY AND LEFT DOWN LIGHT
|
|
104
|
+
punctuation \x2545 12345678 BOX DRAWINGS LEFT DOWN HEAVY AND RIGHT UP LIGHT
|
|
105
|
+
punctuation \x2546 12345678 BOX DRAWINGS RIGHT DOWN HEAVY AND LEFT UP LIGHT
|
|
106
|
+
punctuation \x2547 12345678 BOX DRAWINGS DOWN LIGHT AND UP HORIZONTAL HEAVY
|
|
107
|
+
punctuation \x2548 12345678 BOX DRAWINGS UP LIGHT AND DOWN HORIZONTAL HEAVY
|
|
108
|
+
punctuation \x2549 12345678 BOX DRAWINGS RIGHT LIGHT AND LEFT VERTICAL HEAVY
|
|
109
|
+
punctuation \x254a 12345678 BOX DRAWINGS LEFT LIGHT AND RIGHT VERTICAL HEAVY
|
|
110
|
+
punctuation \x254b 12345678 BOX DRAWINGS HEAVY VERTICAL AND HORIZONTAL
|
|
111
|
+
punctuation \x254c 2356 BOX DRAWINGS LIGHT DOUBLE DASH HORIZONTAL
|
|
112
|
+
punctuation \x254d 2356 BOX DRAWINGS HEAVY DOUBLE DASH HORIZONTAL
|
|
113
|
+
punctuation \x254e 12345678 BOX DRAWINGS LIGHT DOUBLE DASH VERTICAL
|
|
114
|
+
punctuation \x254f 12345678 BOX DRAWINGS HEAVY DOUBLE DASH VERTICAL
|
|
115
|
+
punctuation \x2550 2356 BOX DRAWINGS DOUBLE HORIZONTAL
|
|
116
|
+
punctuation \x2551 12345678 BOX DRAWINGS DOUBLE VERTICAL
|
|
117
|
+
punctuation \x2552 235678 BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
|
|
118
|
+
punctuation \x2553 235678 BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
|
|
119
|
+
punctuation \x2554 235678 BOX DRAWINGS DOUBLE DOWN AND RIGHT
|
|
120
|
+
punctuation \x2555 235678 BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
|
|
121
|
+
punctuation \x2556 235678 BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
|
|
122
|
+
punctuation \x2557 235678 BOX DRAWINGS DOUBLE DOWN AND LEFT
|
|
123
|
+
punctuation \x2558 123456 BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
|
|
124
|
+
punctuation \x2559 123456 BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
|
|
125
|
+
punctuation \x255a 123456 BOX DRAWINGS DOUBLE UP AND RIGHT
|
|
126
|
+
punctuation \x255b 123456 BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
|
|
127
|
+
punctuation \x255c 123456 BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
|
|
128
|
+
punctuation \x255d 123456 BOX DRAWINGS DOUBLE UP AND LEFT
|
|
129
|
+
punctuation \x255e 12345678 BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
|
|
130
|
+
punctuation \x255f 12345678 BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
|
|
131
|
+
punctuation \x2560 12345678 BOX DRAWINGS DOUBLE VERTICAL AND RIGHT
|
|
132
|
+
punctuation \x2561 12345678 BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
|
|
133
|
+
punctuation \x2562 12345678 BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
|
|
134
|
+
punctuation \x2563 12345678 BOX DRAWINGS DOUBLE VERTICAL AND LEFT
|
|
135
|
+
punctuation \x2564 235678 BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE
|
|
136
|
+
punctuation \x2565 235678 BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE
|
|
137
|
+
punctuation \x2566 235678 BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL
|
|
138
|
+
punctuation \x2567 123456 BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
|
|
139
|
+
punctuation \x2568 123456 BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
|
|
140
|
+
punctuation \x2569 123456 BOX DRAWINGS DOUBLE UP AND HORIZONTAL
|
|
141
|
+
punctuation \x256a 12345678 BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE
|
|
142
|
+
punctuation \x256b 12345678 BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE
|
|
143
|
+
punctuation \x256c 12345678 BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL
|
|
144
|
+
punctuation \x256d 235678 BOX DRAWINGS LIGHT ARC DOWN AND RIGHT
|
|
145
|
+
punctuation \x256e 235678 BOX DRAWINGS LIGHT ARC DOWN AND LEFT
|
|
146
|
+
punctuation \x256f 123456 BOX DRAWINGS LIGHT ARC UP AND LEFT
|
|
147
|
+
punctuation \x2570 123456 BOX DRAWINGS LIGHT ARC UP AND RIGHT
|
|
148
|
+
punctuation \x2571 47 BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO LOWER LEFT
|
|
149
|
+
punctuation \x2572 18 BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO LOWER RIGHT
|
|
150
|
+
punctuation \x2573 1478 BOX DRAWINGS LIGHT DIAGONAL CROSS
|
|
151
|
+
punctuation \x2574 2356 BOX DRAWINGS LIGHT LEFT
|
|
152
|
+
punctuation \x2575 123456 BOX DRAWINGS LIGHT UP
|
|
153
|
+
punctuation \x2576 2356 BOX DRAWINGS LIGHT RIGHT
|
|
154
|
+
punctuation \x2577 235678 BOX DRAWINGS LIGHT DOWN
|
|
155
|
+
punctuation \x2578 2356 BOX DRAWINGS HEAVY LEFT
|
|
156
|
+
punctuation \x2579 123456 BOX DRAWINGS HEAVY UP
|
|
157
|
+
punctuation \x257a 2356 BOX DRAWINGS HEAVY RIGHT
|
|
158
|
+
punctuation \x257b 235678 BOX DRAWINGS HEAVY DOWN
|
|
159
|
+
punctuation \x257c 2356 BOX DRAWINGS LIGHT LEFT AND HEAVY RIGHT
|
|
160
|
+
punctuation \x257d 12345678 BOX DRAWINGS LIGHT UP AND HEAVY DOWN
|
|
161
|
+
punctuation \x257e 2356 BOX DRAWINGS HEAVY LEFT AND LIGHT RIGHT
|
|
162
|
+
punctuation \x257f 12345678 BOX DRAWINGS HEAVY UP AND LIGHT DOWN
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# This table contains braille codes and rules for Braj Grade 1 and includes English grade 1
|
|
2
|
+
#
|
|
3
|
+
# Copyright (C) 2014 National Institute for Visually Handicapped, 116, Rajpur Road, Dehradun, Uttrakhand, India
|
|
4
|
+
#
|
|
5
|
+
# This file is part of liblouis.
|
|
6
|
+
#
|
|
7
|
+
# liblouis is free software: you can redistribute it and/or modify it
|
|
8
|
+
# under the terms of the GNU Lesser General Public License as
|
|
9
|
+
# published by the Free Software Foundation, either version 2.1 of the
|
|
10
|
+
# License, or (at your option) any later version.
|
|
11
|
+
#
|
|
12
|
+
# liblouis is distributed in the hope that it will be useful, but
|
|
13
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
14
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
15
|
+
# Lesser General Public License for more details.
|
|
16
|
+
#
|
|
17
|
+
# You should have received a copy of the GNU Lesser General Public
|
|
18
|
+
# License along with liblouis. If not, see
|
|
19
|
+
# <http://www.gnu.org/licenses/>.
|
|
20
|
+
|
|
21
|
+
# This table is built and maintained under an activity of Braille Council of India
|
|
22
|
+
# Contributors: Dipendra Manocha, Sreeja, Dinesh Kaushal, Mesar Hamid
|
|
23
|
+
# Last updated on May 5, 2014
|
|
24
|
+
# To report any bugs or any suggestion, please write to d@saksham.org and sreeja.param@gmail.com
|
|
25
|
+
|
|
26
|
+
include devanagari.cti
|
|
27
|
+
include en-in-g1.ctb
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
#-index-name: Braj
|
|
2
|
+
#-display-name: Braj braille
|
|
3
|
+
|
|
4
|
+
#+language:bra
|
|
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 br-in-g1.utb
|
|
18
|
+
include braille-patterns.cti
|