45 lines
1.7 KiB
Plaintext
45 lines
1.7 KiB
Plaintext
###############################################################################
|
||
# BRLTTY - A background process providing access to the console screen (when in
|
||
# text mode) for a blind person using a refreshable braille display.
|
||
#
|
||
# Copyright (C) 1995-2015 by The BRLTTY Developers.
|
||
#
|
||
# BRLTTY comes with ABSOLUTELY NO WARRANTY.
|
||
#
|
||
# This is free software, placed 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. Please see the file LICENSE-LGPL for details.
|
||
#
|
||
# Web Page: http://brltty.com/
|
||
#
|
||
# This software is maintained by Dave Mielke <dave@mielke.cc>.
|
||
###############################################################################
|
||
|
||
# BRLTTY Text Table - Lituanian
|
||
#
|
||
# Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||
#
|
||
# This table is based on the Unesco report on the progress of unification of
|
||
# braille writing « L'ÉCRITURE BRAILLE DANS LE MONDE », by Sir Clutha
|
||
# MACKENZIE: http://unesdoc.unesco.org/images/0013/001352/135251fo.pdf
|
||
# The document is dated 1954, so this table may be quite outdated.
|
||
|
||
# the standard representations for the letters of the Latin alphabet
|
||
include ltr-latin.tti
|
||
|
||
# lowercase accented letters
|
||
char \u010D (1 4 6 ) # ⠩ č [LATIN SMALL LETTER C WITH CARON]
|
||
char \u0161 ( 234 6 ) # ⠮ š [LATIN SMALL LETTER S WITH CARON]
|
||
|
||
# lowercase accented letters
|
||
char \u010C (1 4 67 ) # ⡩ Č [LATIN CAPITAL LETTER C WITH CARON]
|
||
char \u0160 ( 234 67 ) # ⡮ Š [LATIN CAPITAL LETTER S WITH CARON]
|
||
|
||
# the numbers 0-9 are represented by the letters j,a-i with dot 8 added
|
||
include num-dot8.tti
|
||
|
||
include punc-basic.tti
|
||
|
||
include common.tti
|