App-Brl2Brl
view release on metacpan or search on metacpan
share/wordcx.dis view on Meta::CPAN
#
# Useful for convertion from or to the charset used to simulate
# braille patterns on screen in Word CX / CX for Word. The table is 6
# dot only. The character mapping is derived from the publication
# HÃ¥ndbok i punktskrift, Offentlig utvalg for punktskrift, see
# http://liblouis.io/braille-specs/norwegian/#h%C3%A5ndbok-i-litter%C3%A6r-punktskrift
#
# Copyright (C) 2019 Lars Bjørndal <lars@lamasti.net>
#
# 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/>.
# display \x0020 0 # 032 space
display \x0021 5 # 033 exclamation mark
display \x0022 4 # 034 quotation mark
display \x0023 3456 # 035 number sign
display \x0024 46 # 036 dollar sign
display \x0025 123456 # 037 percent sign
display \x0026 12346 # 038 ampersand
display \x0027 6 # 039 apostrophe
display \x0028 236 # 040 left parenthesis
display \x0029 356 # 041 right parenthesis
display \x002A 35 # 042 asterisk
display \x002B 235 # 043 plus sign
display \x002C 2 # 044 comma
display \x002D 36 # 045 hyphen-minus
display \x002E 3 # 046 full stop
display \x002F 256 # 047 solidus
display \x0030 346 # 048 digit zero
display \x0031 16 # 049 digit one
display \x0032 126 # 050 digit two
display \x0033 146 # 051 digit three
display \x0034 1456 # 052 digit four
display \x0035 156 # 053 digit five
display \x0036 1246 # 054 digit six
display \x0037 12456 # 055 digit seven
display \x0038 1256 # 056 digit eight
display \x0039 246 # 057 digit nine
display \x003A 25 # 058 colon
display \x003B 23 # 059 semicolon
display \x003C 56 # 060 less-than sign
display \x003D 2356 # 061 equals sign
display \x003E 45 # 062 greater-than sign
display \x003F 26 # 063 question mark
display \x0040 345 # 064 commercial at
display \x005B 12356 # 091 left square bracket
display \x005C 34 # 092 reverse solidus
( run in 1.569 second using v1.01-cache-2.11-cpan-364913b4093 )