Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
###############################################################################
2
# BRLTTY - A background process providing access to the console screen (when in
3
#          text mode) for a blind person using a refreshable braille display.
4
#
5
# Copyright (C) 1995-2018 by The BRLTTY Developers.
6
#
7
# BRLTTY comes with ABSOLUTELY NO WARRANTY.
8
#
9
# This is free software, placed under the terms of the
10
# GNU Lesser General Public License, as published by the Free Software
11
# Foundation; either version 2.1 of the License, or (at your option) any
12
# later version. Please see the file LICENSE-LGPL for details.
13
#
14
# Web Page: http://brltty.com/
15
#
16
# This software is maintained by Dave Mielke <dave@mielke.cc>.
17
###############################################################################
18
 
19
# BRLTTY Text Table - Gaelic
20
#
21
# Samuel Thibault <samuel.thibault@ens-lyon.org>
22
#
23
# This table is based on the Unesco report on the progress of unification of
24
# braille writing « L'ÉCRITURE BRAILLE DANS LE MONDE », by Sir Clutha
25
# MACKENZIE: http://unesdoc.unesco.org/images/0013/001352/135251fo.pdf
26
# The document is dated 1954, so this table may be quite outdated.
27
 
28
# the standard representations for the letters of the Latin alphabet
29
include ltr-latin.tti
30
 
31
# lowercase accented letters
32
char \xE1	(1234 6  )  # ⠯ á [LATIN SMALL LETTER A WITH ACUTE]
33
char \xE9	(123456  )  # ⠿ é [LATIN SMALL LETTER E WITH ACUTE]
34
char \xED	(123 56  )  # ⠷ í [LATIN SMALL LETTER I WITH ACUTE]
35
char \xF3	( 234 6  )  # ⠮ ó [LATIN SMALL LETTER O WITH ACUTE]
36
char \xFA	( 23456  )  # ⠾ ú [LATIN SMALL LETTER U WITH ACUTE]
37
char \u1E03	(12   6  )  # ⠣ ḃ [LATIN SMALL LETTER B WITH DOT ABOVE]
38
char \u010B	(1  4 6  )  # ⠩ ċ [LATIN SMALL LETTER C WITH DOT ABOVE]
39
char \u1E0B	(1  456  )  # ⠹ ḋ [LATIN SMALL LETTER D WITH DOT ABOVE]
40
char \u1E1F	(1   56  )  # ⠱ ḟ [LATIN SMALL LETTER F WITH DOT ABOVE]
41
char \u0121	(12 4 6  )  # â « Ä¡ [LATIN SMALL LETTER G WITH DOT ABOVE]
42
char \u1E41	(12 456  )  # ⠻ ṁ [LATIN SMALL LETTER M WITH DOT ABOVE]
43
char \u1E57	(12  56  )  # â ³ á¹— [LATIN SMALL LETTER P WITH DOT ABOVE]
44
char \u1E61	( 2 4 6  )  # ⠪ ṡ [LATIN SMALL LETTER S WITH DOT ABOVE]
45
char \u1E6B	( 2 456  )  # ⠺ ṫ [LATIN SMALL LETTER T WITH DOT ABOVE]
46
 
47
# uppercase accented letters
48
char \xC1	(1234 67 )  # ⡯ Á [LATIN CAPITAL LETTER A WITH ACUTE]
49
char \xC9	(1234567 )  # ⡿ É [LATIN CAPITAL LETTER E WITH ACUTE]
50
char \xCD	(123 567 )  # ⡷ Í [LATIN CAPITAL LETTER I WITH ACUTE]
51
char \xD3	( 234 67 )  # ⡮ Ó [LATIN CAPITAL LETTER O WITH ACUTE]
52
char \xDA	( 234567 )  # ⡾ Ú [LATIN CAPITAL LETTER U WITH ACUTE]
53
char \u1E02	(12   67 )  # ⡣ Ḃ [LATIN CAPITAL LETTER B WITH DOT ABOVE]
54
char \u010A	(1  4 67 )  # â¡© ÄŠ [LATIN CAPITAL LETTER C WITH DOT ABOVE]
55
char \u1E0A	(1  4567 )  # ⡹ Ḋ [LATIN CAPITAL LETTER D WITH DOT ABOVE]
56
char \u1E1E	(1   567 )  # ⡱ Ḟ [LATIN CAPITAL LETTER F WITH DOT ABOVE]
57
char \u0120	(12 4 67 )  # â¡« Ä  [LATIN CAPITAL LETTER G WITH DOT ABOVE]
58
char \u1E40	(12 4567 )  # â¡» á¹€ [LATIN CAPITAL LETTER M WITH DOT ABOVE]
59
char \u1E56	(12  567 )  # ⡳ Ṗ [LATIN CAPITAL LETTER P WITH DOT ABOVE]
60
char \u1E60	( 2 4 67 )  # ⡪ Ṡ [LATIN CAPITAL LETTER S WITH DOT ABOVE]
61
char \u1E6A	( 2 4567 )  # ⡺ Ṫ [LATIN CAPITAL LETTER T WITH DOT ABOVE]
62
 
63
# the numbers 0-9 are represented by the letters j,a-i with dot 8 added
64
include num-dot8.tti
65
 
66
include punc-basic.tti
67
 
68
include common.tti