76 lines
1.7 KiB
Plaintext
76 lines
1.7 KiB
Plaintext
# liblouis: sub table for Latin letter definition, 8 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 with dot 7 as capital indicator.
|
|
# Usually included to form a 8 dots table.
|
|
|
|
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
|
|
uppercase A 17
|
|
uppercase B 127
|
|
uppercase C 147
|
|
uppercase D 1457
|
|
uppercase E 157
|
|
uppercase F 1247
|
|
uppercase G 12457
|
|
uppercase H 1257
|
|
uppercase I 247
|
|
uppercase J 2457
|
|
uppercase K 137
|
|
uppercase L 1237
|
|
uppercase M 1347
|
|
uppercase N 13457
|
|
uppercase O 1357
|
|
uppercase P 12347
|
|
uppercase Q 123457
|
|
uppercase R 12357
|
|
uppercase S 2347
|
|
uppercase T 23457
|
|
uppercase U 1367
|
|
uppercase V 12367
|
|
uppercase W 24567
|
|
uppercase X 13467
|
|
uppercase Y 134567
|
|
uppercase Z 13567
|