| OLD | NEW |
| (Empty) |
| 1 # liblouis: Portuguese 8 dot Computer braille table | |
| 2 # Copyright (C) 2012 Rui Fontes <rui.fontes@tiflotecnia.com> | |
| 3 # Copyright (C) 2012 Mesar Hameed <mhameed@src.gnome.org> | |
| 4 # | |
| 5 # This file is part of liblouis. | |
| 6 # liblouis is free software: you can redistribute it and/or modify it | |
| 7 # under the terms of the Lesser GNU General Public License as | |
| 8 # published by the Free Software Foundation, either version 3 of the | |
| 9 # License, or (at your option) any later version. | |
| 10 | |
| 11 # liblouis is distributed in the hope that it will be useful, but | |
| 12 # WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser | |
| 14 # GNU General Public License for more details. | |
| 15 | |
| 16 # You should have received a copy of the Lesser GNU General Public | |
| 17 # License along with liblouis. If not, see | |
| 18 # <http://www.gnu.org/licenses/>. | |
| 19 | |
| 20 space \t 9 tab | |
| 21 space \s 0 blank | |
| 22 space \x00a0 a unbreakable space | |
| 23 sign \x000a 78 newline | |
| 24 space \x000d 0 carriage return | |
| 25 include digits8Dots.uti | |
| 26 include latinLetterDef8Dots.uti | |
| 27 punctuation , 2 | |
| 28 punctuation ; 23 | |
| 29 punctuation : 25 | |
| 30 punctuation . 3 | |
| 31 punctuation ! 2358 | |
| 32 punctuation " 236 | |
| 33 punctuation ' 6 | |
| 34 punctuation ( 1268 | |
| 35 punctuation ) 3458 | |
| 36 punctuation - 36 | |
| 37 sign _ 367 | |
| 38 math < 2468 | |
| 39 math = 2356 | |
| 40 math > 1358 | |
| 41 sign % 35678 | |
| 42 math + 1235 | |
| 43 math ~ 2346 | |
| 44 sign ` 14678 | |
| 45 sign & 123468 | |
| 46 sign $ 46 | |
| 47 punctuation ? 26 | |
| 48 punctuation { 1238 | |
| 49 punctuation [ 123568 | |
| 50 punctuation } 4567 | |
| 51 punctuation ] 234568 | |
| 52 sign ^ 234678 | |
| 53 sign @ 156 | |
| 54 sign # 3456 | |
| 55 sign \\ 38 | |
| 56 sign | 456 | |
| 57 math / 256 | |
| 58 sign * 35 | |
| 59 uplow \x00c0\x00e0 12467,1246 # Àà | |
| 60 uplow \x00c1\x00e1 123567,12356 # Áá | |
| 61 uplow \x00c2\x00e2 167,16 # Ââ | |
| 62 uplow \x00c3\x00e3 3457,345 # Ãã | |
| 63 uplow \x00c4\x00e4 34578,3458 # Ää | |
| 64 uplow \x00c7\x00e7 123467,12346 # Çç | |
| 65 uplow \x00c8\x00e8 234678,23468 # Èè | |
| 66 uplow \x00c9\x00e9 1234567,123456 # Éé | |
| 67 uplow \x00ca\x00ea 1267,126 # Êê | |
| 68 uplow \x00cc\x00ec 14678,1468 # Ìì | |
| 69 uplow \x00cd\x00ed 347,34 # Íí | |
| 70 uplow \x00ce\x00ee 1467,146 # Îî | |
| 71 uplow \x00d2\x00f2 245678,24568 # Òò | |
| 72 uplow \x00d3\x00f3 3467,346 # Óó | |
| 73 uplow \x00d4\x00f4 14567,1456 # Ôô | |
| 74 uplow \x00d5\x00f5 2467,246 # Õõ | |
| 75 uplow \x00d6\x00f6 2467,246 # Öö | |
| 76 uplow \x00d9\x00f9 15678,1568 # Ùù | |
| 77 uplow \x00da\x00fa 234567,23456 # Úú | |
| 78 uplow \x00dc\x00fc 12567,1256 # Üü | |
| 79 sign \x00ba 13578 # | |
| 80 sign \x00aa 178 # ª | |
| 81 sign \x20ac 1578 | |
| 82 sign \x00ae 12358 | |
| 83 sign \x2122 1348 | |
| 84 sign \x00ab 1235678 # « | |
| 85 sign \x00bb 2345678 # » | |
| 86 sign \x00a3 12378 # £ | |
| 87 sign \x00a7 2348 # § | |
| 88 uplow \x00d1\x00f1 134578,13458 # Ññ | |
| OLD | NEW |