| ############################################################################### |
| # 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-2023 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.app/ |
| # |
| # This software is maintained by Dave Mielke <dave@mielke.cc>. |
| ############################################################################### |
| |
| # BRLTTY Text Table - Irish |
| # |
| # 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 |
| |
| # generated by ttbtest: charset=latin1 |
| char \xC1 (1234 67 ) # C1 ⡯ Á [LATIN CAPITAL LETTER A WITH ACUTE] |
| char \xC9 (1234567 ) # C9 ⡿ É [LATIN CAPITAL LETTER E WITH ACUTE] |
| char \xCD (123 567 ) # CD ⡷ Í [LATIN CAPITAL LETTER I WITH ACUTE] |
| char \xD3 ( 234 67 ) # D3 ⡮ Ó [LATIN CAPITAL LETTER O WITH ACUTE] |
| char \xDA ( 234567 ) # DA ⡾ Ú [LATIN CAPITAL LETTER U WITH ACUTE] |
| char \xE1 (1234 6 ) # E1 ⠯ á [LATIN SMALL LETTER A WITH ACUTE] |
| char \xE9 (123456 ) # E9 ⠿ é [LATIN SMALL LETTER E WITH ACUTE] |
| char \xED (123 56 ) # ED ⠷ í [LATIN SMALL LETTER I WITH ACUTE] |
| char \xF3 ( 234 6 ) # F3 ⠮ ó [LATIN SMALL LETTER O WITH ACUTE] |
| char \xFA ( 23456 ) # FA ⠾ ú [LATIN SMALL LETTER U WITH ACUTE] |
| |
| |
| # 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 |