| # liblouis: sub table for Latin letter definition, 6 dots. |
| # |
| # Copyright (C) 2012-2014 Mesar Hameed <mesar.hameed@gmail.com> |
| # |
| # This file is part of liblouis. |
| # |
| # liblouis is free software: you can redistribute it and/or modify it |
| # under the terms of the GNU Lesser General Public License as |
| # published by the Free Software Foundation, either version 2.1 of the |
| # License, or (at your option) any later version. |
| # |
| # liblouis is distributed in the hope that it will be useful, but |
| # WITHOUT ANY WARRANTY; without even the implied warranty of |
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| # Lesser General Public License for more details. |
| # |
| # You should have received a copy of the GNU Lesser General Public |
| # License along with liblouis. If not, see |
| # <http://www.gnu.org/licenses/>. |
| |
| # Latin letters a-z where capitals are defined as equivalent to the lowercase. |
| # This table is usually used by 6 dot tables. To distinguish between |
| # capitals and lowercase, the language table should make use of the |
| # capsletter and capsword opcodes. |
| |
| lowercase a 1 |
| lowercase b 12 |
| lowercase c 14 |
| lowercase d 145 |
| lowercase e 15 |
| lowercase f 124 |
| lowercase g 1245 |
| lowercase h 125 |
| lowercase i 24 |
| lowercase j 245 |
| lowercase k 13 |
| lowercase l 123 |
| lowercase m 134 |
| lowercase n 1345 |
| lowercase o 135 |
| lowercase p 1234 |
| lowercase q 12345 |
| lowercase r 1235 |
| lowercase s 234 |
| lowercase t 2345 |
| lowercase u 136 |
| lowercase v 1236 |
| lowercase w 2456 |
| lowercase x 1346 |
| lowercase y 13456 |
| lowercase z 1356 |
| |
| base uppercase A a |
| base uppercase B b |
| base uppercase C c |
| base uppercase D d |
| base uppercase E e |
| base uppercase F f |
| base uppercase G g |
| base uppercase H h |
| base uppercase I i |
| base uppercase J j |
| base uppercase K k |
| base uppercase L l |
| base uppercase M m |
| base uppercase N n |
| base uppercase O o |
| base uppercase P p |
| base uppercase Q q |
| base uppercase R r |
| base uppercase S s |
| base uppercase T t |
| base uppercase U u |
| base uppercase V v |
| base uppercase W w |
| base uppercase X x |
| base uppercase Y y |
| base uppercase Z z |