79 lines
1.8 KiB
Plaintext
79 lines
1.8 KiB
Plaintext
# liblouis: comp6 rules for Latin uppercase letters
|
|
#
|
|
# Copyright (C) 2021 Bert Frees <bertfrees@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/>.
|
|
|
|
# Mark Latin uppercase letters with dot 7 in computer braille
|
|
# mode. Should be used in combination with latinLetterDef6Dots.uti.
|
|
|
|
comp6 A 17
|
|
comp6 B 127
|
|
comp6 C 147
|
|
comp6 D 1457
|
|
comp6 E 157
|
|
comp6 F 1247
|
|
comp6 G 12457
|
|
comp6 H 1257
|
|
comp6 I 247
|
|
comp6 J 2457
|
|
comp6 K 137
|
|
comp6 L 1237
|
|
comp6 M 1347
|
|
comp6 N 13457
|
|
comp6 O 1357
|
|
comp6 P 12347
|
|
comp6 Q 123457
|
|
comp6 R 12357
|
|
comp6 S 2347
|
|
comp6 T 23457
|
|
comp6 U 1367
|
|
comp6 V 12367
|
|
comp6 W 24567
|
|
comp6 X 13467
|
|
comp6 Y 134567
|
|
comp6 Z 13567
|
|
|
|
# Back-translate uppercase letters in computer braille mode.
|
|
|
|
nofor always A 17
|
|
nofor always B 127
|
|
nofor always C 147
|
|
nofor always D 1457
|
|
nofor always E 157
|
|
nofor always F 1247
|
|
nofor always G 12457
|
|
nofor always H 1257
|
|
nofor always I 247
|
|
nofor always J 2457
|
|
nofor always K 137
|
|
nofor always L 1237
|
|
nofor always M 1347
|
|
nofor always N 13457
|
|
nofor always O 1357
|
|
nofor always P 12347
|
|
nofor always Q 123457
|
|
nofor always R 12357
|
|
nofor always S 2347
|
|
nofor always T 23457
|
|
nofor always U 1367
|
|
nofor always V 12367
|
|
nofor always W 24567
|
|
nofor always X 13467
|
|
nofor always Y 134567
|
|
nofor always Z 13567
|