From 5ba52bae008efc90d76836d0f615c076bb0536e8 Mon Sep 17 00:00:00 2001 From: Christian Egli Date: Tue, 25 Jun 2019 13:35:59 +0200 Subject: [PATCH] Issue a wrning when uppercase unicode escaping is used and migrate all affected tables over to lowercase unicode escaping Fixes #766 --- liblouis/compileTranslationTable.c | 10 +- tables/Es-Es-G0.utb | 160 ++++---- tables/IPA-unicode-range.uti | 276 +++++++------- tables/IPA.utb | 92 ++--- tables/Lv-Lv-g1.utb | 2 +- tables/Pl-Pl-g1.utb | 2 +- tables/Se-Se-g1.utb | 2 +- tables/ar-ar-comp8.utb | 2 +- tables/bengali.cti | 2 +- tables/ckb-chardefs.cti | 2 +- tables/cy-cy-g1.utb | 2 +- tables/da-dk-6miscChars.cti | 48 +-- tables/de-de-comp8.ctb | 2 +- tables/de-de.dis | 538 +++++++++++++-------------- tables/devanagari.cti | 364 +++++++++---------- tables/el.ctb | 6 +- tables/en-chardefs.cti | 2 +- tables/en-gb-comp8.ctb | 2 +- tables/eurodefs.cti | 2 +- tables/fa-ir-comp8.ctb | 2 +- tables/fi-fi-8dot.ctb | 126 +++---- tables/fi-fi.ctb | 124 +++---- tables/fi.utb | 2 +- tables/fr-bfu-comp6.utb | 10 +- tables/fr-bfu-comp68.cti | 178 ++++----- tables/fr-bfu-g2.ctb | 4 +- tables/gr-bb.ctb | 2 +- tables/gujarati.cti | 2 +- tables/gurumuki.cti | 2 +- tables/is.ctb | 18 +- tables/kannada.cti | 2 +- tables/malayalam.cti | 2 +- tables/marburg_single_cell_defs.cti | 2 +- tables/marburg_unicode_defs.cti | 380 +++++++++---------- tables/nemethdefs.cti | 382 +++++++++---------- tables/no-no-braillo-047-01.dis | 2 +- tables/no-no-chardefs6.uti | 2 +- tables/no-no-comp8.ctb | 2 +- tables/no-no-generic.ctb | 516 +++++++++++++------------- tables/no-no-generic.dis | 514 +++++++++++++------------- tables/no-no.dis | 514 +++++++++++++------------- tables/oriya.cti | 2 +- tables/printables.cti | 2 +- tables/pt-pt-comp8.ctb | 2 +- tables/pt-pt-g1.utb | 2 +- tables/ru-ru-g1.utb | 4 +- tables/se-se.dis | 546 ++++++++++++++-------------- tables/sin.cti | 342 ++++++++--------- tables/sk-sk-g1.utb | 8 +- tables/sk-sk.utb | 6 +- tables/telugu.cti | 2 +- tables/ukmaths_unicode_defs.cti | 380 +++++++++---------- tables/uni-text.dis | 538 +++++++++++++-------------- 53 files changed, 3072 insertions(+), 3066 deletions(-) diff --git a/liblouis/compileTranslationTable.c b/liblouis/compileTranslationTable.c index 9fd2e5f02a..e07351b4c0 100644 --- a/liblouis/compileTranslationTable.c +++ b/liblouis/compileTranslationTable.c @@ -1141,14 +1141,18 @@ parseChars(FileInfo *nested, CharsString *result, CharsString *token) { ch = QUOTESUB; break; case 'X': + compileWarning(nested, "\\Xhhhh (with a capital 'X') is deprecated."); + break; case 'x': if (token->length - in > 4) { ch = hexValue(nested, &token->chars[in + 1], 4); in += 4; } break; - case 'y': case 'Y': + compileWarning(nested, "\\Yhhhhh (with a capital 'Y') is deprecated."); + break; + case 'y': if (CHARSIZE == 2) { not32: compileError(nested, @@ -1160,8 +1164,10 @@ parseChars(FileInfo *nested, CharsString *result, CharsString *token) { in += 5; } break; - case 'z': case 'Z': + compileWarning(nested, "\\Zhhhhhhhh (with a capital 'Z') is deprecated."); + break; + case 'z': if (CHARSIZE == 2) goto not32; if (token->length - in > 8) { ch = hexValue(nested, &token->chars[in + 1], 8); diff --git a/tables/Es-Es-G0.utb b/tables/Es-Es-G0.utb index 2f2dae40b2..24f51885ae 100644 --- a/tables/Es-Es-G0.utb +++ b/tables/Es-Es-G0.utb @@ -37,7 +37,7 @@ space \t 9 # tab 9 space \x001B 1b # escape space \x000A 0 # lf space \x000D 0 # cr -space \X00A0 0 # Espacio de no separación +space \x00A0 0 # Espacio de no separación # all except 0 are the same, so define 0 here to take higher presidence # Also define ó (lowercase o acute) not to clash with the definition of 0 in original include. @@ -70,8 +70,8 @@ uplow \x00dc\x00fc 125678,12568 u con diéresis uplow \x00dd\x00fd 1567,2348 ye con acento agudo uplow \x009F\x00FF 367,67 ye con diéresis -uplow \X00c6\X00e6 38,1348 ae -uplow \X0152\X0153 1468,1238 oe +uplow \x00c6\x00e6 38,1348 ae +uplow \x0152\x0153 1468,1238 oe uplow \x008C\x009C 1468,1238 oe uplow \x00C3\x00E3 3567,168 a con tilde uplow \x00D5\x00F5 12458,4567 o con tilde @@ -84,9 +84,9 @@ punctuation - 36 guión punctuation . 3 punto punctuation ? 26 cerrar interrogación punctuation ! 2357 cerrar admiración -punctuation \X0022 56 comillas -punctuation \X201c 14568 abrir comillas -punctuation \X201d 12348 cerrar comillas +punctuation \x0022 56 comillas +punctuation \x201c 14568 abrir comillas +punctuation \x201d 12348 cerrar comillas punctuation ( 1268 abre paréntesis punctuation ) 3457 cierra paréntesis punctuation ' 4 apóstrofo @@ -105,39 +105,39 @@ sign _ 6 subrayado sign # 3456 signo de número sign \x0060 58 acento grave sign ^ 45 circunflejo -sign \X007E 57 #126 ~ tilde -sign \X007C 4568 # barra vertical -sign \X007F 7 # borrar +sign \x007E 57 #126 ~ tilde +sign \x007C 4568 # barra vertical +sign \x007F 7 # borrar sign \x00a1 23578 # abrir admiración -sign \X00A6 478 # barra vertical cortada -sign \X00A7 167 # sección -sign \X00A8 268 # diéresis -sign \X00A9 23567 # copyright -sign \X00AC 257 # guión opcional -sign \X20AC 12358 # euros -sign \X00AD 2358 # soft hyphen -sign \X00AE 2368 # registrado -sign \X00AF 24568 # macron -sign \X00B1 12467 # más-menos -sign \X00B5 13468 # my -sign \X00B6 14567 # párrafo -sign \X00B7 14678 # punto centrado -sign \X00B9 237 # Super uno -sign \X00BA 5678 # ordinal masculino +sign \x00A6 478 # barra vertical cortada +sign \x00A7 167 # sección +sign \x00A8 268 # diéresis +sign \x00A9 23567 # copyright +sign \x00AC 257 # guión opcional +sign \x20AC 12358 # euros +sign \x00AD 2358 # soft hyphen +sign \x00AE 2368 # registrado +sign \x00AF 24568 # macron +sign \x00B1 12467 # más-menos +sign \x00B5 13468 # my +sign \x00B6 14567 # párrafo +sign \x00B7 14678 # punto centrado +sign \x00B9 237 # Super uno +sign \x00BA 5678 # ordinal masculino sign \x00AA 23568 # ordinal femenino -sign \X00BF 267 # abrir interrogación -sign \X00C5 12368 #*a mayúscula con círculo superescrito +sign \x00BF 267 # abrir interrogación +sign \x00C5 12368 #*a mayúscula con círculo superescrito -sign \X00D0 13458 # letra eth mayúscula -sign \X00D7 1678 # multiplicado por -sign \X00D8 34567 # Alfa -sign \X00DE 123458 # Thorn -sign \X00DF 128 # Beta -sign \X00E5 15678 # a con círculo superescrito -sign \X00F0 235678 # letra eth -sign \X00F7 2578 # dividido por -sign \X00F8 457 # latin small letter o with stroke -sign \X00FE 1568 # thorn +sign \x00D0 13458 # letra eth mayúscula +sign \x00D7 1678 # multiplicado por +sign \x00D8 34567 # Alfa +sign \x00DE 123458 # Thorn +sign \x00DF 128 # Beta +sign \x00E5 15678 # a con círculo superescrito +sign \x00F0 235678 # letra eth +sign \x00F7 2578 # dividido por +sign \x00F8 457 # latin small letter o with stroke +sign \x00FE 1568 # thorn sign \x00A8 268 diéresis math + 235 más @@ -166,50 +166,50 @@ sign \x00be 48 tres cuartos sign \x0081 358 sin nombre sign \x0082 37 por -sign \X201a 37 por -sign \X0083 1248 signo -sign \X0192 1248 signo -sign \X0084 78 signo -sign \X201e 78 signo -sign \X0085 1267 elipsis -sign \X2026 1267 elipsis -sign \X0086 28 sin nombre -sign \X2020 28 sin nombre -sign \X0087 23458 sin nombre -sign \X2021 23458 sin nombre -sign \X0088 458 sin nombre -sign \X02c6 23458 sin nombre -sign \X0089 45678 sin nombre -sign \X2030 45678 sin nombre -sign \X008a 1234568 sh mayúscula -sign \X0160 1234568 sh mayúscula -sign \X008b 1258 -sign \X2039 1258 -sign \X008d 357 sin nombre -sign \X008e 148 sin nombre -sign \X017d 148 sin nombre -sign \X008f 58 -sign \X0090 68 sin nombre -sign \X2018 4 apóstrofo -sign \X2019 4 apóstrofo -sign \X0095 1458 signo -sign \X2022 1458 signo -sign \X0096 368 guión -sign \X2013 368 guión -sign \X0097 3678 guión -sign \X2014 3678 guión -sign \X0098 134568 tilde -sign \X02dc 134568 tilde -sign \X0099 2467 marca registrada -sign \X2122 2467 marca registrada -sign \X009a 34568 signo -sign \X203a 34568 signo -sign \X0161 12567 sh -sign \X009d 25678 -sign \X009e 2568 -sign \X017e 2568 -sign \X009f 367 -sign \X0178 367 +sign \x201a 37 por +sign \x0083 1248 signo +sign \x0192 1248 signo +sign \x0084 78 signo +sign \x201e 78 signo +sign \x0085 1267 elipsis +sign \x2026 1267 elipsis +sign \x0086 28 sin nombre +sign \x2020 28 sin nombre +sign \x0087 23458 sin nombre +sign \x2021 23458 sin nombre +sign \x0088 458 sin nombre +sign \x02c6 23458 sin nombre +sign \x0089 45678 sin nombre +sign \x2030 45678 sin nombre +sign \x008a 1234568 sh mayúscula +sign \x0160 1234568 sh mayúscula +sign \x008b 1258 +sign \x2039 1258 +sign \x008d 357 sin nombre +sign \x008e 148 sin nombre +sign \x017d 148 sin nombre +sign \x008f 58 +sign \x0090 68 sin nombre +sign \x2018 4 apóstrofo +sign \x2019 4 apóstrofo +sign \x0095 1458 signo +sign \x2022 1458 signo +sign \x0096 368 guión +sign \x2013 368 guión +sign \x0097 3678 guión +sign \x2014 3678 guión +sign \x0098 134568 tilde +sign \x02dc 134568 tilde +sign \x0099 2467 marca registrada +sign \x2122 2467 marca registrada +sign \x009a 34568 signo +sign \x203a 34568 signo +sign \x0161 12567 sh +sign \x009d 25678 +sign \x009e 2568 +sign \x017e 2568 +sign \x009f 367 +sign \x0178 367 sign \x00b4 467 acento agudo sign \x00B8 135678 z con caron diff --git a/tables/IPA-unicode-range.uti b/tables/IPA-unicode-range.uti index fd64afa37e..8cd379a7d6 100644 --- a/tables/IPA-unicode-range.uti +++ b/tables/IPA-unicode-range.uti @@ -44,165 +44,165 @@ #--------PULMONIC CONSONANTS-------- # UNICODE DOTS # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC. -noback sign \X0288 256-2345 # ʈ - right-tail t - voiceless retroflex plosive -noback sign \X0256 256-145 # ɖ - right-tail d - voiced retroflex plosive -noback sign \X025F 35-245 # ɟ - barred dotless j - voiced palatal plosive -noback sign \X0261 1245 # ɡ - lowercase script g - voiced velar plosive -noback sign \X0262 35-1245 # ɢ - small capital g - voiced uvular plosive -noback sign \X0294 23 # ʔ - glottal stop - glottal plosive -noback sign \X0271 235-134 # ɱ - left-tail m (at right) - voiced labiodental nasal -noback sign \X0273 256-1345 # ɳ - right-tail n - voiced retroflex nasal -noback sign \X0272 123456 # ɲ - left-tail n (at left) - voiced palatal nasal -noback sign \X014B 1246 # ŋ - eng - voiced velar nasal -noback sign \X0274 35-1345 # ɴ - small capital n - voiced uvular nasal -noback sign \X0299 35-12 # ʙ - small capital b - voiced bilabial trill -noback sign \X0280 35-1235 # ʀ - small capital r - voiced uvular trill -noback sign \X027E 235-1235 # ɾ - fish-hook r - voiced alveolar tap -noback sign \X027D 256-1235 # ɽ - right-tail r - voiced retroflex flap -noback sign \X0278 46-124 # ɸ - 'phi' (latin small letter phi) - voiceless bilabial fricative (IPA Extensions here, greek phi is \X03D5) -noback sign \X00F0 12456 # ð - edh - voiced dental fricative -noback sign \X0283 156 # ʃ - esh - voiceless postalveolar fricative -noback sign \X0292 2346 # ʒ - ezh - voiced postalveolar fricative -noback sign \X0282 256-234 # ʂ - right-tail s (at left) - voiceless retroflex fricative -noback sign \X0290 256-1356 # ʐ - right-tail z - voiced retroflex fricative -noback sign \X029D 236-245 # ʝ - curly-tail j - voiced palatal fricative -noback sign \X0263 46-1245 # ɣ - 'gamma' (latin small letter gamma) - voiced velar fricative (IPA Extensions here, greek gamma is \X03B3) -noback sign \X0281 35-3456 # ʁ - inverted small capital r - voiced uvular fricative -noback sign \X0127 235-125 # ħ - barred h - voiceless pharyngeal fricative -noback sign \X0295 235-23 # ʕ - reversed glottal stop - voiced pharyngeal fricative or approximant -noback sign \X0266 236-125 # ɦ - hooktop h - voiced glottal fricative -noback sign \X026C 236-123 # ɬ - belted l - voiceless alveolar lateral fricative -noback sign \X026E 123-5-2346 # ɮ - l-ezh ligature - voiced alveolar lateral fricative -noback sign \X028B 236-1236 # ʋ - script v - voiced labiodental approximant -noback sign \X0279 3456 # ɹ - turned r - voiced alveolar approximant -noback sign \X027B 256-3456 # ɻ - turned r, right tail - voiced retroflex approximant -noback sign \X0270 236-134 # ɰ - turned m, right leg - voiced velar approximant -noback sign \X026D 256-123 # ɭ - right-tail l - voiced retroflex lateral approximant -noback sign \X028E 236-13456 # ʎ - turned y - voiced palatal lateral approximant -noback sign \X029F 35-123 # ʟ - small capital l - voiced velar lateral approximant +noback sign \x0288 256-2345 # ʈ - right-tail t - voiceless retroflex plosive +noback sign \x0256 256-145 # ɖ - right-tail d - voiced retroflex plosive +noback sign \x025F 35-245 # ɟ - barred dotless j - voiced palatal plosive +noback sign \x0261 1245 # ɡ - lowercase script g - voiced velar plosive +noback sign \x0262 35-1245 # ɢ - small capital g - voiced uvular plosive +noback sign \x0294 23 # ʔ - glottal stop - glottal plosive +noback sign \x0271 235-134 # ɱ - left-tail m (at right) - voiced labiodental nasal +noback sign \x0273 256-1345 # ɳ - right-tail n - voiced retroflex nasal +noback sign \x0272 123456 # ɲ - left-tail n (at left) - voiced palatal nasal +noback sign \x014B 1246 # ŋ - eng - voiced velar nasal +noback sign \x0274 35-1345 # ɴ - small capital n - voiced uvular nasal +noback sign \x0299 35-12 # ʙ - small capital b - voiced bilabial trill +noback sign \x0280 35-1235 # ʀ - small capital r - voiced uvular trill +noback sign \x027E 235-1235 # ɾ - fish-hook r - voiced alveolar tap +noback sign \x027D 256-1235 # ɽ - right-tail r - voiced retroflex flap +noback sign \x0278 46-124 # ɸ - 'phi' (latin small letter phi) - voiceless bilabial fricative (IPA Extensions here, greek phi is \x03D5) +noback sign \x00F0 12456 # ð - edh - voiced dental fricative +noback sign \x0283 156 # ʃ - esh - voiceless postalveolar fricative +noback sign \x0292 2346 # ʒ - ezh - voiced postalveolar fricative +noback sign \x0282 256-234 # ʂ - right-tail s (at left) - voiceless retroflex fricative +noback sign \x0290 256-1356 # ʐ - right-tail z - voiced retroflex fricative +noback sign \x029D 236-245 # ʝ - curly-tail j - voiced palatal fricative +noback sign \x0263 46-1245 # ɣ - 'gamma' (latin small letter gamma) - voiced velar fricative (IPA Extensions here, greek gamma is \x03B3) +noback sign \x0281 35-3456 # ʁ - inverted small capital r - voiced uvular fricative +noback sign \x0127 235-125 # ħ - barred h - voiceless pharyngeal fricative +noback sign \x0295 235-23 # ʕ - reversed glottal stop - voiced pharyngeal fricative or approximant +noback sign \x0266 236-125 # ɦ - hooktop h - voiced glottal fricative +noback sign \x026C 236-123 # ɬ - belted l - voiceless alveolar lateral fricative +noback sign \x026E 123-5-2346 # ɮ - l-ezh ligature - voiced alveolar lateral fricative +noback sign \x028B 236-1236 # ʋ - script v - voiced labiodental approximant +noback sign \x0279 3456 # ɹ - turned r - voiced alveolar approximant +noback sign \x027B 256-3456 # ɻ - turned r, right tail - voiced retroflex approximant +noback sign \x0270 236-134 # ɰ - turned m, right leg - voiced velar approximant +noback sign \x026D 256-123 # ɭ - right-tail l - voiced retroflex lateral approximant +noback sign \x028E 236-13456 # ʎ - turned y - voiced palatal lateral approximant +noback sign \x029F 35-123 # ʟ - small capital l - voiced velar lateral approximant #--------NON-PULMONIC CONSONANTS-------- # UNICODE DOTS # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC. -noback sign \X0253 236-12 # ɓ - hooktop b - voiced bilabial implosive -noback sign \X0257 236-145 # ɗ - hooktop d - voiced dental/alveolar implosive -noback sign \X0284 236-35-245 # ʄ - hooktop barred dotless j - voiced palatal implosive -noback sign \X0260 236-1245 # ɠ - hooktop g - voiced velar implosive -noback sign \X029B 236-35-1245 # ʛ - hooktop small capital g - voiced uvular implosive -noback sign \X0298 12346-1234 # ʘ - bull's eye - bilabial click -noback sign \X01C0 12346-1456 # ǀ - pipe - dental click -noback sign \X01C3 12346-2345 # ǃ - exclamation point - (post-)alveolar click -noback sign \X01C2 12346-156 # ǂ - double-barred pipe - palatoalveolar click -noback sign \X01C1 12346-123 # ǁ - double pipe - alveolar lateral click +noback sign \x0253 236-12 # ɓ - hooktop b - voiced bilabial implosive +noback sign \x0257 236-145 # ɗ - hooktop d - voiced dental/alveolar implosive +noback sign \x0284 236-35-245 # ʄ - hooktop barred dotless j - voiced palatal implosive +noback sign \x0260 236-1245 # ɠ - hooktop g - voiced velar implosive +noback sign \x029B 236-35-1245 # ʛ - hooktop small capital g - voiced uvular implosive +noback sign \x0298 12346-1234 # ʘ - bull's eye - bilabial click +noback sign \x01C0 12346-1456 # ǀ - pipe - dental click +noback sign \x01C3 12346-2345 # ǃ - exclamation point - (post-)alveolar click +noback sign \x01C2 12346-156 # ǂ - double-barred pipe - palatoalveolar click +noback sign \x01C1 12346-123 # ǁ - double pipe - alveolar lateral click #--------OTHER PULMONIC CONSONANTS-------- # UNICODE DOTS # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC. -noback sign \X028D 235-2456 # ʍ - turned w - voiceless labial-velar fricative -noback sign \X0265 256-125 # ɥ - turned h - voiced labial-palatal approximant -noback sign \X029C 35-125 # ʜ - small capital h - voiceless epiglottal fricative -noback sign \X02A1 236-23 # ʡ - barred glottal stop - epiglottal plosive -noback sign \X02A2 35-23 # ʢ - barred reversed glottal stop - voiced epiglottal fricative -noback sign \X0267 236-1246 # ɧ - hooktop heng - simultaneous voiceless postalveolar and velar fricative -noback sign \X027A 236-3456 # ɺ - turned long-leg r - voiced alveolar lateral flap -noback sign \X0255 236-14 # ɕ - curly-tail c - voiceless alveolopalatal fricative -noback sign \X0291 236-1356 # ʑ - curly-tail z - voiced alveolopalatal fricative -noback sign \X026B 235-123 # ɫ - lowercase l with tilde - velarized voiced alveolar lateral approximant +noback sign \x028D 235-2456 # ʍ - turned w - voiceless labial-velar fricative +noback sign \x0265 256-125 # ɥ - turned h - voiced labial-palatal approximant +noback sign \x029C 35-125 # ʜ - small capital h - voiceless epiglottal fricative +noback sign \x02A1 236-23 # ʡ - barred glottal stop - epiglottal plosive +noback sign \x02A2 35-23 # ʢ - barred reversed glottal stop - voiced epiglottal fricative +noback sign \x0267 236-1246 # ɧ - hooktop heng - simultaneous voiceless postalveolar and velar fricative +noback sign \x027A 236-3456 # ɺ - turned long-leg r - voiced alveolar lateral flap +noback sign \x0255 236-14 # ɕ - curly-tail c - voiceless alveolopalatal fricative +noback sign \x0291 236-1356 # ʑ - curly-tail z - voiced alveolopalatal fricative +noback sign \x026B 235-123 # ɫ - lowercase l with tilde - velarized voiced alveolar lateral approximant #--------VOWELS-------- # UNICODE DOTS # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC. -noback sign \X025B 345 # ɛ - 'epsilon' (latin small letter open e) - open-mid front unrounded vowel (IPA Extensions here, greek epsilon is \X03B5) -noback sign \X0251 16 # ɑ - script a - open back unrounded vowel -noback sign \X0254 126 # ɔ - open o - open-mid back rounded vowel -noback sign \X0276 35-246 # ɶ - small capital o-e ligature - open front rounded vowel -noback sign \X0252 235-16 # ɒ - turned script a - open back rounded vowel -noback sign \X028C 346 # ʌ - turned v (caret) - open-mid back unrounded vowel -noback sign \X0264 235-135 # ɤ - ram's horns - close-mid back unrounded vowel -noback sign \X026F 235-136 # ɯ - turned m - close back unrounded vowel -noback sign \X0268 356-24 # ɨ - barred i - close central unrounded vowel -noback sign \X0289 356-136 # ʉ - barred u - close central rounded vowel -noback sign \X026A 34 # ɪ - small capital i - near-close near-front unrounded vowel -noback sign \X028F 35-13456 # ʏ - small capital y - near-close near-front rounded vowel -noback sign \X028A 12356 # ʊ - 'upsilon' (latin small letter upsilon) - near-close near-back rounded vowel (IPA Extensions here, greek upsilon is \X03C5) -noback sign \X0259 26 # ə - schwa - mid central vowel -noback sign \X0275 356-135 # ɵ - barred o - close-mid central rounded vowel -noback sign \X0250 235-1 # ɐ - turned a - near-open central vowel -noback sign \X025C 235-345 # ɜ - reversed epsilon - open-mid central unrounded vowel -noback sign \X025A 26-5-1235 # ɚ - right-hook schwa - r-colored mid central vowel -noback sign \X025E 236-345 # ɞ - closed reversed epsilon - open-mid central rounded vowel -noback sign \X0258 235-15 # ɘ - reversed e - close-mid central unrounded vowel +noback sign \x025B 345 # ɛ - 'epsilon' (latin small letter open e) - open-mid front unrounded vowel (IPA Extensions here, greek epsilon is \x03B5) +noback sign \x0251 16 # ɑ - script a - open back unrounded vowel +noback sign \x0254 126 # ɔ - open o - open-mid back rounded vowel +noback sign \x0276 35-246 # ɶ - small capital o-e ligature - open front rounded vowel +noback sign \x0252 235-16 # ɒ - turned script a - open back rounded vowel +noback sign \x028C 346 # ʌ - turned v (caret) - open-mid back unrounded vowel +noback sign \x0264 235-135 # ɤ - ram's horns - close-mid back unrounded vowel +noback sign \x026F 235-136 # ɯ - turned m - close back unrounded vowel +noback sign \x0268 356-24 # ɨ - barred i - close central unrounded vowel +noback sign \x0289 356-136 # ʉ - barred u - close central rounded vowel +noback sign \x026A 34 # ɪ - small capital i - near-close near-front unrounded vowel +noback sign \x028F 35-13456 # ʏ - small capital y - near-close near-front rounded vowel +noback sign \x028A 12356 # ʊ - 'upsilon' (latin small letter upsilon) - near-close near-back rounded vowel (IPA Extensions here, greek upsilon is \x03C5) +noback sign \x0259 26 # ə - schwa - mid central vowel +noback sign \x0275 356-135 # ɵ - barred o - close-mid central rounded vowel +noback sign \x0250 235-1 # ɐ - turned a - near-open central vowel +noback sign \x025C 235-345 # ɜ - reversed epsilon - open-mid central unrounded vowel +noback sign \x025A 26-5-1235 # ɚ - right-hook schwa - r-colored mid central vowel +noback sign \x025E 236-345 # ɞ - closed reversed epsilon - open-mid central rounded vowel +noback sign \x0258 235-15 # ɘ - reversed e - close-mid central unrounded vowel #--------DIACRITICS-------- # UNICODE DOTS # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC. -noback sign \X02BC 5-3 # ʼ - apostrophe - ejective -noback sign \X0325 6-1246 # ̥ - ring below - voiceless -noback sign \X030A 4-1246 # ̊ - ring above - voiceless -noback sign \X032C 6-236 # ̬ - wedge below - voiced -noback sign \X02B0 4-125 # ʰ - superscript h - aspirated -noback sign \X0324 6-25 # ̤ - umlaut below - breathy voiced -noback sign \X0330 6-12456 # ̰ - tilde below - creaky voiced -noback sign \X033C 6-12346 # ̼ - seagull below - linguolabial -noback sign \X032A 6-1456 # ̪ - bridge below - dental -noback sign \X033A 6-235-1456 # ̺ - inverted bridge below - apical -noback sign \X033B 6-2356 # ̻ - square below - laminal -noback sign \X0339 6-135 # ̹ - right half-ring below - more rounded -noback sign \X031C 6-246 # ̜ - left half-ring below - less rounded -noback sign \X031F 6-346 # ̟ - plus below - advanced -noback sign \X0320 6-36 # ̠ - minus below - retracted -noback sign \X0308 4-25 # ̈ - umlaut above - centralized -noback sign \X033D 4-1346 # ̽ - over-cross above - mid-centralized -noback sign \X0318 6-156 # ̘ - advancing sign below - advanced tongue root -noback sign \X0319 6-234 # ̙ - retracting sign below - retracted tongue root -noback sign \X02DE 5-1235 # ˞ - right hook - rhoticity -noback sign \X02B7 4-2456 # ʷ - superscript w - labialized -noback sign \X02B2 4-245 # ʲ - superscript j - palatalized -noback sign \X02E0 4-46-1245 # ˠ - superscript gamma - velarized -noback sign \X02E4 4-235-23 # ˤ - superscript reversed glottal stop - pharyngealized -noback sign \X0303 4-12456 # ̃ - tilde above - nasalized -noback sign \X207F 4-1345 # ⁿ - superscript n - nasal release -noback sign \X02E1 4-123 # ˡ - superscript l - lateral release -noback sign \X031A 4-145 # ̚ - corner above - no audible release -noback sign \X0334 5-12456 # ̴ - superimposed tilde - velarized or pharyngealized -noback sign \X031D 6-345 # ̝ - raising sign below - raised -noback sign \X031E 6-126 # ̞ - lowering sign below - lowered -noback sign \X0329 6-23 # ̩ - vertical line below - syllabic -noback sign \X032F 6-23456 # ̯ - arch below - non-syllabic -noback sign \X0361 5 # ͡ - top tie bar - affricate or double articulation +noback sign \x02BC 5-3 # ʼ - apostrophe - ejective +noback sign \x0325 6-1246 # ̥ - ring below - voiceless +noback sign \x030A 4-1246 # ̊ - ring above - voiceless +noback sign \x032C 6-236 # ̬ - wedge below - voiced +noback sign \x02B0 4-125 # ʰ - superscript h - aspirated +noback sign \x0324 6-25 # ̤ - umlaut below - breathy voiced +noback sign \x0330 6-12456 # ̰ - tilde below - creaky voiced +noback sign \x033C 6-12346 # ̼ - seagull below - linguolabial +noback sign \x032A 6-1456 # ̪ - bridge below - dental +noback sign \x033A 6-235-1456 # ̺ - inverted bridge below - apical +noback sign \x033B 6-2356 # ̻ - square below - laminal +noback sign \x0339 6-135 # ̹ - right half-ring below - more rounded +noback sign \x031C 6-246 # ̜ - left half-ring below - less rounded +noback sign \x031F 6-346 # ̟ - plus below - advanced +noback sign \x0320 6-36 # ̠ - minus below - retracted +noback sign \x0308 4-25 # ̈ - umlaut above - centralized +noback sign \x033D 4-1346 # ̽ - over-cross above - mid-centralized +noback sign \x0318 6-156 # ̘ - advancing sign below - advanced tongue root +noback sign \x0319 6-234 # ̙ - retracting sign below - retracted tongue root +noback sign \x02DE 5-1235 # ˞ - right hook - rhoticity +noback sign \x02B7 4-2456 # ʷ - superscript w - labialized +noback sign \x02B2 4-245 # ʲ - superscript j - palatalized +noback sign \x02E0 4-46-1245 # ˠ - superscript gamma - velarized +noback sign \x02E4 4-235-23 # ˤ - superscript reversed glottal stop - pharyngealized +noback sign \x0303 4-12456 # ̃ - tilde above - nasalized +noback sign \x207F 4-1345 # ⁿ - superscript n - nasal release +noback sign \x02E1 4-123 # ˡ - superscript l - lateral release +noback sign \x031A 4-145 # ̚ - corner above - no audible release +noback sign \x0334 5-12456 # ̴ - superimposed tilde - velarized or pharyngealized +noback sign \x031D 6-345 # ̝ - raising sign below - raised +noback sign \x031E 6-126 # ̞ - lowering sign below - lowered +noback sign \x0329 6-23 # ̩ - vertical line below - syllabic +noback sign \x032F 6-23456 # ̯ - arch below - non-syllabic +noback sign \x0361 5 # ͡ - top tie bar - affricate or double articulation #--------SUPRASEGMENTALS-------- # UNICODE DOTS # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC. -noback sign \X02C8 456-12 # ˈ - vertical stroke (superior) - (primary) stress -noback sign \X02CC 456-23 # ˌ - vertical stroke (inferior) - secondary stress -noback sign \X02D0 25 # ː - length mark - long -noback sign \X02D1 5-2 # ˑ - half-length mark - half-long -noback sign \X0306 4-12356 # ̆ - breve above - extra-short -noback sign \X2016 456-123456 # ‖ - double vertical line - major (intonation) group -noback sign \X203F 456-123 # ‿ - bottom tie bar - linking (absence of a break) +noback sign \x02C8 456-12 # ˈ - vertical stroke (superior) - (primary) stress +noback sign \x02CC 456-23 # ˌ - vertical stroke (inferior) - secondary stress +noback sign \x02D0 25 # ː - length mark - long +noback sign \x02D1 5-2 # ˑ - half-length mark - half-long +noback sign \x0306 4-12356 # ̆ - breve above - extra-short +noback sign \x2016 456-123456 # ‖ - double vertical line - major (intonation) group +noback sign \x203F 456-123 # ‿ - bottom tie bar - linking (absence of a break) #--------TONES AND WORD ACCENTS-------- # UNICODE DOTS # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC. -noback sign \X030B 4-6-34 # ̋ - double acute accent above - extra high level tone -noback sign \X0301 4-34 # ́ - acute accent above - high level tone -noback sign \X0304 4-14 # ̄ - macron above - mid level tone -noback sign \X0300 4-16 # ̀ - grave accent above - low level tone -noback sign \X030F 4-6-16 # ̏ - double grave accent above - extra low level tone -noback sign \X030C 4-236 # ̌ - wedge above - rising contour tone -noback sign \X0302 4-146 # ̂ - circumflex above - falling contour tone -noback sign \X1DC4 4-24 #  (UTF-16) - macron-acute above - high -rising contour tone -noback sign \X1DC5 4-35 #  (UTF-16) - grave-macron above - low-rising contour tone -noback sign \X1DC8 4-256 #  (UTF-16) - grave-acute- grave above - rising-falling contour tone -noback sign \X2193 456-2346 # ↓ - down arrow - downstep -noback sign \XF19D 456-2346 # ↓ - down arrow - downstep -noback sign \X2191 456-1246 # ↑ - up arrow - upstep -noback sign \XF19C 456-1246 # ↑ - up arrow - upstep -noback sign \X2197 456-145 # ↗ - upward diagonal arrow - global rise -noback sign \X2198 456-356 # ↘ - downward diagonal arrow - global fall -noback sign \X02E5 456-4-14 # ˥ - extra-high (55) tone bar - extra high level tone -noback sign \X02E6 456-14 # ˦ - high (44) tone bar - high level tone -noback sign \X02E7 456-25 # ˧ - mid (33) tone bar - mid level tone -noback sign \X02E8 456-36 # ˨ - low (22) tone bar - low level tone -noback sign \X02E9 456-6-36 # ˩ - extra-low (11) tone bar - extra low level tone +noback sign \x030B 4-6-34 # ̋ - double acute accent above - extra high level tone +noback sign \x0301 4-34 # ́ - acute accent above - high level tone +noback sign \x0304 4-14 # ̄ - macron above - mid level tone +noback sign \x0300 4-16 # ̀ - grave accent above - low level tone +noback sign \x030F 4-6-16 # ̏ - double grave accent above - extra low level tone +noback sign \x030C 4-236 # ̌ - wedge above - rising contour tone +noback sign \x0302 4-146 # ̂ - circumflex above - falling contour tone +noback sign \x1DC4 4-24 #  (UTF-16) - macron-acute above - high -rising contour tone +noback sign \x1DC5 4-35 #  (UTF-16) - grave-macron above - low-rising contour tone +noback sign \x1DC8 4-256 #  (UTF-16) - grave-acute- grave above - rising-falling contour tone +noback sign \x2193 456-2346 # ↓ - down arrow - downstep +noback sign \xF19D 456-2346 # ↓ - down arrow - downstep +noback sign \x2191 456-1246 # ↑ - up arrow - upstep +noback sign \xF19C 456-1246 # ↑ - up arrow - upstep +noback sign \x2197 456-145 # ↗ - upward diagonal arrow - global rise +noback sign \x2198 456-356 # ↘ - downward diagonal arrow - global fall +noback sign \x02E5 456-4-14 # ˥ - extra-high (55) tone bar - extra high level tone +noback sign \x02E6 456-14 # ˦ - high (44) tone bar - high level tone +noback sign \x02E7 456-25 # ˧ - mid (33) tone bar - mid level tone +noback sign \x02E8 456-36 # ˨ - low (22) tone bar - low level tone +noback sign \x02E9 456-6-36 # ˩ - extra-low (11) tone bar - extra low level tone diff --git a/tables/IPA.utb b/tables/IPA.utb index a828d7b158..e2d681d323 100644 --- a/tables/IPA.utb +++ b/tables/IPA.utb @@ -51,7 +51,7 @@ # Some lines are commented for reference: # - Tricky character compositions, see end of 'Tones and Word Accents' # Some IPA unicode symbols are not present in the reference document so there is no braille equivalent. -# Example: \X02D4 for 'MODIFIER LETTER UP TACK', +# Example: \x02D4 for 'MODIFIER LETTER UP TACK', # see @@ -62,66 +62,66 @@ include IPA-unicode-range.uti #--------PULMONIC CONSONANTS-------- # UNICODE DOTS # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC. -sign \X0070 1234 # p - lowercase p - voiceless bilabial plosive -sign \X0062 12 # b - lowercase b - voiced bilabial plosive -sign \X0074 2345 # t - lowercase t - voiceless alveolar plosive -sign \X0064 145 # d - lowercase d - voiced alveolar plosive -sign \X0063 14 # c - lowercase c - voiceless palatal plosive -sign \X006B 13 # k - lowercase k - voiceless velar plosive -sign \X0067 1245 # g - lowercase g - voiced velar plosive (alternate glyph) -sign \X0071 12345 # q - lowercase q - voiceless uvular plosive -sign \X006D 134 # m - lowercase m - voiced bilabial nasal -sign \X006E 1345 # n - lowercase n - voiced alveolar nasal -sign \X0072 1235 # r - lowercase r - voiced alveolar trill -sign \X2C71 235-1236 #  (UTF-16) - right-hook v - labiodental flap -sign \XF25F 235-1236 #  (UTF-16) - right-hook v - labiodental flap -sign \X03B2 46-12 # β - beta - voiced bilabial fricative (WARNING: greek letter) -sign \X0066 124 # f - lowercase f - voiceless labiodental fricative -sign \X0076 1236 # v - lowercase v - voiced labiodental fricative -sign \X03B8 46-1456 # θ - theta - voiceless dental fricative (WARNING: greek letter) -sign \X0073 234 # s - lowercase s - voiceless alveolar fricative -sign \X007A 1356 # z - lowercase z - voiced alveolar fricative -sign \X00E7 235-14 # ç - c cedilla - voiceless palatal fricative -sign \X0078 1346 # x - lowercase x - voiceless velar fricative -sign \X03C7 46-12346 # χ - chi - voiceless uvular fricative (WARNING: greek letter) -sign \X0068 125 # h - lowercase h - voiceless glottal fricative -sign \X006A 245 # j - lowercase j - voiced palatal approximant -sign \X006C 123 # l - lowercase l - voiced alveolar lateral approximant +sign \x0070 1234 # p - lowercase p - voiceless bilabial plosive +sign \x0062 12 # b - lowercase b - voiced bilabial plosive +sign \x0074 2345 # t - lowercase t - voiceless alveolar plosive +sign \x0064 145 # d - lowercase d - voiced alveolar plosive +sign \x0063 14 # c - lowercase c - voiceless palatal plosive +sign \x006B 13 # k - lowercase k - voiceless velar plosive +sign \x0067 1245 # g - lowercase g - voiced velar plosive (alternate glyph) +sign \x0071 12345 # q - lowercase q - voiceless uvular plosive +sign \x006D 134 # m - lowercase m - voiced bilabial nasal +sign \x006E 1345 # n - lowercase n - voiced alveolar nasal +sign \x0072 1235 # r - lowercase r - voiced alveolar trill +sign \x2C71 235-1236 #  (UTF-16) - right-hook v - labiodental flap +sign \xF25F 235-1236 #  (UTF-16) - right-hook v - labiodental flap +sign \x03B2 46-12 # β - beta - voiced bilabial fricative (WARNING: greek letter) +sign \x0066 124 # f - lowercase f - voiceless labiodental fricative +sign \x0076 1236 # v - lowercase v - voiced labiodental fricative +sign \x03B8 46-1456 # θ - theta - voiceless dental fricative (WARNING: greek letter) +sign \x0073 234 # s - lowercase s - voiceless alveolar fricative +sign \x007A 1356 # z - lowercase z - voiced alveolar fricative +sign \x00E7 235-14 # ç - c cedilla - voiceless palatal fricative +sign \x0078 1346 # x - lowercase x - voiceless velar fricative +sign \x03C7 46-12346 # χ - chi - voiceless uvular fricative (WARNING: greek letter) +sign \x0068 125 # h - lowercase h - voiceless glottal fricative +sign \x006A 245 # j - lowercase j - voiced palatal approximant +sign \x006C 123 # l - lowercase l - voiced alveolar lateral approximant #--------OTHER PULMONIC CONSONANTS-------- # UNICODE DOTS # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC. -sign \X0077 2456 # w - lowercase w - voiced labial-velar approximant +sign \x0077 2456 # w - lowercase w - voiced labial-velar approximant #--------VOWELS-------- # UNICODE DOTS # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC. -sign \X0069 24 # i - lowercase i - close front unrounded vowel -sign \X0065 15 # e - lowercase e - close-mid front unrounded vowel -sign \X0061 1 # a - lowercase a - open front unrounded vowel -sign \X006F 135 # o - lowercase o - close-mid back rounded vowel -sign \X0075 136 # u - lowercase u - close back rounded vowel -sign \X0079 13456 # y - lowercase y - close front rounded vowel -sign \X00F8 1256 # ø - slashed o - close-mid front rounded vowel -sign \X0153 246 # œ - lowercase o-e ligature - open-mid front rounded vowel -sign \X00E6 146 # æ - ash - near-open front unrounded vowel +sign \x0069 24 # i - lowercase i - close front unrounded vowel +sign \x0065 15 # e - lowercase e - close-mid front unrounded vowel +sign \x0061 1 # a - lowercase a - open front unrounded vowel +sign \x006F 135 # o - lowercase o - close-mid back rounded vowel +sign \x0075 136 # u - lowercase u - close back rounded vowel +sign \x0079 13456 # y - lowercase y - close front rounded vowel +sign \x00F8 1256 # ø - slashed o - close-mid front rounded vowel +sign \x0153 246 # œ - lowercase o-e ligature - open-mid front rounded vowel +sign \x00E6 146 # æ - ash - near-open front unrounded vowel #--------SUPRASEGMENTALS-------- # UNICODE DOTS # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC. -sign \X002E 3 # . - full stop - syllable break -sign \X007C 456-1256 # | - vertical line - minor (foot) group +sign \x002E 3 # . - full stop - syllable break +sign \x007C 456-1256 # | - vertical line - minor (foot) group #--------TONES AND WORD ACCENTS-------- # UNICODE DOTS # GLYPH - TYPOGRAPHIC DESC. - ARTICULATORY DESC. # The following lines seems tricky (https://en.wikipedia.org/wiki/Tone_letter) -# sign \X02E9 + \X02E5 456-34 # ˩˥ - rising (15) tone bar - rising contour tone -# sign \X02E9 + \X02E7 456-35 # ˩˧ - low-rising (13) tone bar - low-rising contour tone -# sign \X02E7 + \X02E5 456-24 # ˧˥ - high-rising (35) tone bar - high-rising contour tone -# sign \X02E5 + \X02E9 456-16 # ˥˩ - falling (51) tone bar - falling contour tone -# sign \X02E8 + \X02E5 + \X02E8 456-256 # ˨˥˨ - rising-falling (151) tone bar - rising-falling contour tone +# sign \x02E9 + \x02E5 456-34 # ˩˥ - rising (15) tone bar - rising contour tone +# sign \x02E9 + \x02E7 456-35 # ˩˧ - low-rising (13) tone bar - low-rising contour tone +# sign \x02E7 + \x02E5 456-24 # ˧˥ - high-rising (35) tone bar - high-rising contour tone +# sign \x02E5 + \x02E9 456-16 # ˥˩ - falling (51) tone bar - falling contour tone +# sign \x02E8 + \x02E5 + \x02E8 456-256 # ˨˥˨ - rising-falling (151) tone bar - rising-falling contour tone #--------PHONETIC AND PHONEMIC ENCLOSURES-------- -sign \X005B 45-12356 # [ - left square bracket - begin phonetic transcription -sign \X005D 45-23456 # ] - right square bracket - end phonetic transcription -sign \X002F 45-34 # / - slash - begin/end phonemic transcription +sign \x005B 45-12356 # [ - left square bracket - begin phonetic transcription +sign \x005D 45-23456 # ] - right square bracket - end phonetic transcription +sign \x002F 45-34 # / - slash - begin/end phonemic transcription diff --git a/tables/Lv-Lv-g1.utb b/tables/Lv-Lv-g1.utb index 9466302516..2d3b3adaa0 100644 --- a/tables/Lv-Lv-g1.utb +++ b/tables/Lv-Lv-g1.utb @@ -153,7 +153,7 @@ uplow \x00DB\x00FB 156 u with circumflex x00FB uplow \x00DC\x00FC 1256 u with diaeresis x00FC uplow \x00DD\x00FD 12346 y with acute x00DD / 00FD -noback sign \X25CF 35-35 black circle +noback sign \x25CF 35-35 black circle # the letter a with ogonek ----------------------------------- uplow \x0104\x0105 16 diff --git a/tables/Pl-Pl-g1.utb b/tables/Pl-Pl-g1.utb index a9477d17c9..0da785de5b 100644 --- a/tables/Pl-Pl-g1.utb +++ b/tables/Pl-Pl-g1.utb @@ -169,7 +169,7 @@ punctuation \x201E 236 # 8222 smart double low quotation mark punctuation \x201F 356 # 8223 smart double high reverse quotation mark punctuation \x2026 3-3-3 # 8230 smart ellipsis -noback sign \X25CF 35-35 # 9679 black circle +noback sign \x25CF 35-35 # 9679 black circle # ------------------------------------------------------ diff --git a/tables/Se-Se-g1.utb b/tables/Se-Se-g1.utb index b15f21c834..d1b92da8f2 100644 --- a/tables/Se-Se-g1.utb +++ b/tables/Se-Se-g1.utb @@ -116,7 +116,7 @@ punctuation \x201F 56 # 8223 smart double high reverse quotation mark punctuation \x2026 3-3-3 # 8230 smart ellipsis sign \x20AC 15-136-1235-135 Euro sign -noback sign \X25CF 35 # 9679 black circle +noback sign \x25CF 35 # 9679 black circle # ----------------------- diff --git a/tables/ar-ar-comp8.utb b/tables/ar-ar-comp8.utb index 8d5a89d86d..5313cdc189 100644 --- a/tables/ar-ar-comp8.utb +++ b/tables/ar-ar-comp8.utb @@ -215,7 +215,7 @@ punctuation { 23567 sign | 3458 punctuation } 23568 math ~ 3457 -space \X00A0 0 # no-break space +space \x00A0 0 # no-break space punctuation \x00Ad 36 # soft hyphen punctuation « 1234567 # left-pointing double angle quotation mark punctuation » 1234568 # right-pointing double angle quotation mark diff --git a/tables/bengali.cti b/tables/bengali.cti index 0bacedb5c6..6e68d434a4 100644 --- a/tables/bengali.cti +++ b/tables/bengali.cti @@ -124,7 +124,7 @@ litdigit \x09EF 24 # BENGALI DIGIT NINE letter \x09F0 1235 # BENGALI LETTER RA WITH MIDDLE DIAGONAL (ASSAMESE) letter \x09F1 1236 # BENGALI LETTER RA WITH LOWER DIAGONAL = BENGALI LETTER VA WITH LOWER DIAGONAL (1.0) ASSAMESE -replace \X200D +replace \x200d # Half characters always \x0995\x09cD 4-13 # Bengali Letter KA diff --git a/tables/ckb-chardefs.cti b/tables/ckb-chardefs.cti index 71041faa30..4d08b77566 100644 --- a/tables/ckb-chardefs.cti +++ b/tables/ckb-chardefs.cti @@ -106,7 +106,7 @@ punctuation \x201E 2356 # 8222 smart double low quotation mark punctuation \x201F 2356 # 8223 smart double high reverse quotation mark punctuation \x2026 3-3-3 # 8230 smart ellipsis sign \x20AC 4-15 # 8364 Euro sign -noback sign \X25CF 16 # 9679 black circle +noback sign \x25CF 16 # 9679 black circle #-------------------------- Arabic characters --------------------------------- sign \x060C 5 # Arabic comma diff --git a/tables/cy-cy-g1.utb b/tables/cy-cy-g1.utb index 1f32c2e735..4a57acec5c 100644 --- a/tables/cy-cy-g1.utb +++ b/tables/cy-cy-g1.utb @@ -132,7 +132,7 @@ punctuation \x2010 36 # 8208 hyphen punctuation \x201F 356 # 8223 smart double high reverse quotation mark punctuation \x201E 236 # 8222 smart double low quotation mark -noback sign \X25CF 16 black circle +noback sign \x25CF 16 black circle # Braille indicators numsign 3456 number sign, just a dots operand diff --git a/tables/da-dk-6miscChars.cti b/tables/da-dk-6miscChars.cti index 539b638dd5..dfcfe06f58 100644 --- a/tables/da-dk-6miscChars.cti +++ b/tables/da-dk-6miscChars.cti @@ -200,30 +200,30 @@ noback uplow \x038C\x03CC 5-135 Greek letter omicron with tonos noback uplow \x038E\x03CD 5-13456 Greek letter upsilon with tonos noback uplow \x038F\x03CE 5-245 Greek letter omega with tonos -noback uplow \x0391\X03B1 5-1 Greek letter alpha -noback uplow \x0392\X03B2 5-12 Greek letter beta -noback uplow \x0393\X03B3 5-1245 Greek letter gamma -noback uplow \x0394\X03B4 5-145 Greek letter delta -noback uplow \x0395\X03B5 5-15 Greek letter epsilon -noback uplow \x0396\X03B6 5-1356 Greek letter zeta -noback uplow \x0397\X03B7 5-345 Greek letter eta -noback uplow \x0398\X03B8 5-1456 Greek letter theta -noback uplow \x0399\X03B9 5-24 Greek letter iota -noback uplow \x039A\X03BA 5-13 Greek letter kappa -noback uplow \x039B\X03BB 5-123 Greek letter lamda -noback uplow \x039C\X03BC 5-134 Greek letter Mu -noback uplow \x039D\X03BD 5-1345 Greek letter Nu -noback uplow \x039E\X03BE 5-1346 Greek letter Xi -noback uplow \x039F\X03BF 5-135 Greek letter Omicron -noback uplow \x03A0\X03C0 5-1234 Greek letter Pi -noback uplow \x03A1\X03C1 5-1235 Greek letter Rho -noback uplow \x03A3\X03C3 5-234 Greek letter sigma -noback uplow \x03A4\X03C4 5-2345 Greek letter Tau -noback uplow \x03A5\X03C5 5-13456 Greek letter Upsilon -noback uplow \x03A6\X03C6 5-124 Greek letter Phi -noback uplow \x03A7\X03C7 5-125 Greek letter Chi -noback uplow \x03A8\X03C8 5-12346 Greek letter Psi -noback uplow \x03A9\X03C9 5-245 Greek letter Omega +noback uplow \x0391\x03B1 5-1 Greek letter alpha +noback uplow \x0392\x03B2 5-12 Greek letter beta +noback uplow \x0393\x03B3 5-1245 Greek letter gamma +noback uplow \x0394\x03B4 5-145 Greek letter delta +noback uplow \x0395\x03B5 5-15 Greek letter epsilon +noback uplow \x0396\x03B6 5-1356 Greek letter zeta +noback uplow \x0397\x03B7 5-345 Greek letter eta +noback uplow \x0398\x03B8 5-1456 Greek letter theta +noback uplow \x0399\x03B9 5-24 Greek letter iota +noback uplow \x039A\x03BA 5-13 Greek letter kappa +noback uplow \x039B\x03BB 5-123 Greek letter lamda +noback uplow \x039C\x03BC 5-134 Greek letter Mu +noback uplow \x039D\x03BD 5-1345 Greek letter Nu +noback uplow \x039E\x03BE 5-1346 Greek letter Xi +noback uplow \x039F\x03BF 5-135 Greek letter Omicron +noback uplow \x03A0\x03C0 5-1234 Greek letter Pi +noback uplow \x03A1\x03C1 5-1235 Greek letter Rho +noback uplow \x03A3\x03C3 5-234 Greek letter sigma +noback uplow \x03A4\x03C4 5-2345 Greek letter Tau +noback uplow \x03A5\x03C5 5-13456 Greek letter Upsilon +noback uplow \x03A6\x03C6 5-124 Greek letter Phi +noback uplow \x03A7\x03C7 5-125 Greek letter Chi +noback uplow \x03A8\x03C8 5-12346 Greek letter Psi +noback uplow \x03A9\x03C9 5-245 Greek letter Omega diff --git a/tables/de-de-comp8.ctb b/tables/de-de-comp8.ctb index 45673ccdee..079d399d44 100644 --- a/tables/de-de-comp8.ctb +++ b/tables/de-de-comp8.ctb @@ -301,7 +301,7 @@ sign \x201c 138 # “ sign \x201a 3678 # ‚ sign \x2018 2367 # ‘ noback sign \x202F 7   NARROW NO-BREAK SPACE -noback sign \X25CF 35 # 9679 black circle +noback sign \x25CF 35 # 9679 black circle # those symbols should be ignored because there is no one character mapping in the actual braille table sign \x2192 0 # → diff --git a/tables/de-de.dis b/tables/de-de.dis index eaa7a6f4fb..0ded774471 100644 --- a/tables/de-de.dis +++ b/tables/de-de.dis @@ -26,302 +26,302 @@ #Hex Dots Dec Char Description -display \X0020 0 #32 space -display \X0021 5 #33 ! exclamation mark -display \X0022 4 #34 " quotation mark -display \X0023 3456 #35 # number sign -display \X0024 46 #36 $ dollar sign -display \X0025 123456 #37 % percent sign -display \X0026 12346 #38 & ampersand -display \X0027 6 #39 ' apostrophe -display \X0028 236 #40 ( left parenthesis -display \X0029 356 #41 ) right parenthesis -display \X002A 35 #42 * asterisk -display \X002B 235 #43 + plus sign -display \X002C 2 #44 , comma -display \X002D 36 #45 - hyphen-minus -display \X002E 3 #46 . full stop -display \X002F 256 #47 / solidus - -display \X0030 346 #480 digit zero -display \X0031 16 #491 digit one -display \X0032 126 #502 digit two -display \X0033 146 #513 digit three -display \X0034 1456 #524 digit four -display \X0035 156 #535 digit five -display \X0036 1246 #546 digit six -display \X0037 12456 #557 digit seven -display \X0038 1256 #568 digit eight -display \X0039 246 #579 digit nine -display \X003A 25 #58 : colon -display \X003B 23 #59 ; semicolon -display \X003C 56 #60 < less-than sign -# display \X003D 156 #61 = equals sign -display \X003D 2356 #61 = equals sign -display \X003E 45 #62 > greater-than sign -display \X003F 26 #63 ? question mark -display \X0040 345 #64 @ commercial at +display \x0020 0 #32 space +display \x0021 5 #33 ! exclamation mark +display \x0022 4 #34 " quotation mark +display \x0023 3456 #35 # number sign +display \x0024 46 #36 $ dollar sign +display \x0025 123456 #37 % percent sign +display \x0026 12346 #38 & ampersand +display \x0027 6 #39 ' apostrophe +display \x0028 236 #40 ( left parenthesis +display \x0029 356 #41 ) right parenthesis +display \x002A 35 #42 * asterisk +display \x002B 235 #43 + plus sign +display \x002C 2 #44 , comma +display \x002D 36 #45 - hyphen-minus +display \x002E 3 #46 . full stop +display \x002F 256 #47 / solidus + +display \x0030 346 #480 digit zero +display \x0031 16 #491 digit one +display \x0032 126 #502 digit two +display \x0033 146 #513 digit three +display \x0034 1456 #524 digit four +display \x0035 156 #535 digit five +display \x0036 1246 #546 digit six +display \x0037 12456 #557 digit seven +display \x0038 1256 #568 digit eight +display \x0039 246 #579 digit nine +display \x003A 25 #58 : colon +display \x003B 23 #59 ; semicolon +display \x003C 56 #60 < less-than sign +# display \x003D 156 #61 = equals sign +display \x003D 2356 #61 = equals sign +display \x003E 45 #62 > greater-than sign +display \x003F 26 #63 ? question mark +display \x0040 345 #64 @ commercial at #Hex Dots Dec Char Description -display \X0041 17 #65 A Latin capital letter a -display \X0042 127 #66 B Latin capital letter b -display \X0043 147 #67 C Latin capital letter c -display \X0044 1457 #68 D Latin capital letter d -display \X0045 157 #69 E Latin capital letter e -display \X0046 1247 #70 F Latin capital letter f -display \X0047 12457 #71 G Latin capital letter g -display \X0048 1257 #72 H Latin capital letter h -display \X0049 247 #73 I Latin capital letter i -display \X004A 2457 #74 J Latin capital letter j -display \X004B 137 #75 K Latin capital letter k -display \X004C 1237 #76 L Latin capital letter l -display \X004D 1347 #77 M Latin capital letter m -display \X004E 13457 #78 N Latin capital letter n -display \X004F 1357 #79 O Latin capital letter o -display \X0050 12347 #80 P Latin capital letter p -display \X0051 123457 #81 Q Latin capital letter q -display \X0052 12357 #82 R Latin capital letter r -display \X0053 2347 #83 S Latin capital letter s -display \X0054 23457 #84 T Latin capital letter t -display \X0055 1367 #85 U Latin capital letter u -display \X0056 12367 #86 V Latin capital letter v -display \X0057 24567 #87 W Latin capital letter w -display \X0058 13467 #88 X Latin capital letter x -display \X0059 134567 #89 Y Latin capital letter y -display \X005A 13567 #90 Z Latin capital letter z - -display \X005B 12356 # 91 [ left square bracket -display \X005C 347 # 92 \ reverse solidus -display \X005D 23456 # 93 ] right square bracket -display \X005E 2346 # 94 ^ circumflex accent -display \X005F 456 # 95 _ low line -display \X0060 345 # 96 ` grave accent - -display \X0061 1 #97 a Latin small letter a -display \X0062 12 #98 b Latin small letter b -display \X0063 14 #99 c Latin small letter c -display \X0064 145 #100 d Latin small letter d -display \X0065 15 #101 e Latin small letter e -display \X0066 124 #102 f Latin small letter f -display \X0067 1245 #103 g Latin small letter g -display \X0068 125 #104 h Latin small letter h -display \X0069 24 #105 i Latin small letter i -display \X006A 245 #106 j Latin small letter j -display \X006B 13 #107 k Latin small letter k -display \X006C 123 #108 l Latin small letter l -display \X006D 134 #109 m Latin small letter m -display \X006E 1345 #110 n Latin small letter n -display \X006F 135 #111 o Latin small letter o -display \X0070 1234 #112 p Latin small letter p -display \X0071 12345 #113 q Latin small letter q -display \X0072 1235 #114 r Latin small letter r -display \X0073 234 #115 s Latin small letter s -display \X0074 2345 #116 t Latin small letter t -display \X0075 136 #117 u Latin small letter u -display \X0076 1236 #118 v Latin small letter v -display \X0077 2456 #119 w Latin small letter w -display \X0078 1346 #120 x Latin small letter x -display \X0079 13456 #121 y Latin small letter y -display \X007A 1356 #122 z Latin small letter z - -display \X007B 12356 # 123 { left curly bracket -display \X007C 34 # 124 | vertical line -display \X007D 23456 # 125 } right curly bracket -display \X007E 2356 # 126 ~ tilde -display \X007F 4568 # 127 ^ ?delete +display \x0041 17 #65 A Latin capital letter a +display \x0042 127 #66 B Latin capital letter b +display \x0043 147 #67 C Latin capital letter c +display \x0044 1457 #68 D Latin capital letter d +display \x0045 157 #69 E Latin capital letter e +display \x0046 1247 #70 F Latin capital letter f +display \x0047 12457 #71 G Latin capital letter g +display \x0048 1257 #72 H Latin capital letter h +display \x0049 247 #73 I Latin capital letter i +display \x004A 2457 #74 J Latin capital letter j +display \x004B 137 #75 K Latin capital letter k +display \x004C 1237 #76 L Latin capital letter l +display \x004D 1347 #77 M Latin capital letter m +display \x004E 13457 #78 N Latin capital letter n +display \x004F 1357 #79 O Latin capital letter o +display \x0050 12347 #80 P Latin capital letter p +display \x0051 123457 #81 Q Latin capital letter q +display \x0052 12357 #82 R Latin capital letter r +display \x0053 2347 #83 S Latin capital letter s +display \x0054 23457 #84 T Latin capital letter t +display \x0055 1367 #85 U Latin capital letter u +display \x0056 12367 #86 V Latin capital letter v +display \x0057 24567 #87 W Latin capital letter w +display \x0058 13467 #88 X Latin capital letter x +display \x0059 134567 #89 Y Latin capital letter y +display \x005A 13567 #90 Z Latin capital letter z + +display \x005B 12356 # 91 [ left square bracket +display \x005C 347 # 92 \ reverse solidus +display \x005D 23456 # 93 ] right square bracket +display \x005E 2346 # 94 ^ circumflex accent +display \x005F 456 # 95 _ low line +display \x0060 345 # 96 ` grave accent + +display \x0061 1 #97 a Latin small letter a +display \x0062 12 #98 b Latin small letter b +display \x0063 14 #99 c Latin small letter c +display \x0064 145 #100 d Latin small letter d +display \x0065 15 #101 e Latin small letter e +display \x0066 124 #102 f Latin small letter f +display \x0067 1245 #103 g Latin small letter g +display \x0068 125 #104 h Latin small letter h +display \x0069 24 #105 i Latin small letter i +display \x006A 245 #106 j Latin small letter j +display \x006B 13 #107 k Latin small letter k +display \x006C 123 #108 l Latin small letter l +display \x006D 134 #109 m Latin small letter m +display \x006E 1345 #110 n Latin small letter n +display \x006F 135 #111 o Latin small letter o +display \x0070 1234 #112 p Latin small letter p +display \x0071 12345 #113 q Latin small letter q +display \x0072 1235 #114 r Latin small letter r +display \x0073 234 #115 s Latin small letter s +display \x0074 2345 #116 t Latin small letter t +display \x0075 136 #117 u Latin small letter u +display \x0076 1236 #118 v Latin small letter v +display \x0077 2456 #119 w Latin small letter w +display \x0078 1346 #120 x Latin small letter x +display \x0079 13456 #121 y Latin small letter y +display \x007A 1356 #122 z Latin small letter z + +display \x007B 12356 # 123 { left curly bracket +display \x007C 34 # 124 | vertical line +display \x007D 23456 # 125 } right curly bracket +display \x007E 2356 # 126 ~ tilde +display \x007F 4568 # 127 ^ ?delete #Hex Dots Dec Char Description -display \X0080 48 # 128~@ -display \X0081 18 # 129~A -display \X0082 128 # 130~Bbreak permitted here -display \X0083 148 # 131~Cno break here -display \X0084 1458 # 132~D -display \X0085 158 # 133~Enext line -display \X0086 1248 # 134~Fstart of selected area -display \X0087 12458 # 135~Gend of selected area -display \X0088 1258 # 136~Hcharacter tabulation set -display \X0089 248 # 137~Icharacter tabulation with justification -display \X008A 2458 # 138~Jline tabulation set -display \X008B 138 # 139~Kpartial line down -display \X008C 1238 # 140~Lpartial line up -display \X008D 1348 # 141~Mreverse line feed -display \X008E 13458 # 142~Nsingle shift two -display \X008F 1358 # 143~Osingle shift three -display \X0090 12348 # 144~Pdevice control string -display \X0091 123458 # 145~Qprivate use one -display \X0092 12358 # 146~Rprivate use two -display \X0093 2348 # 147~Sset transmit state -display \X0094 23458 # 148~Tcancel character -display \X0095 1368 # 149~Umessage waiting -display \X0096 12368 # 150~Vstart of guarded area -display \X0097 24568 # 151~Wend of guarded area -display \X0098 13468 # 152~Xstart of string -display \X0099 134568 # 153~Y -display \X009A 13568 # 154~Zsingle character introducer -display \X009B 2468 # 155~[control sequence introducer -display \X009C 12568 # 156~\string terminator -display \X009D 124568 # 157~]operating system command -display \X009E 458 # 158~^privacy message -display \X009F 4568 # 159 ~_application program command -display \X00A0 0 #160 no-break space +display \x0080 48 # 128~@ +display \x0081 18 # 129~A +display \x0082 128 # 130~Bbreak permitted here +display \x0083 148 # 131~Cno break here +display \x0084 1458 # 132~D +display \x0085 158 # 133~Enext line +display \x0086 1248 # 134~Fstart of selected area +display \x0087 12458 # 135~Gend of selected area +display \x0088 1258 # 136~Hcharacter tabulation set +display \x0089 248 # 137~Icharacter tabulation with justification +display \x008A 2458 # 138~Jline tabulation set +display \x008B 138 # 139~Kpartial line down +display \x008C 1238 # 140~Lpartial line up +display \x008D 1348 # 141~Mreverse line feed +display \x008E 13458 # 142~Nsingle shift two +display \x008F 1358 # 143~Osingle shift three +display \x0090 12348 # 144~Pdevice control string +display \x0091 123458 # 145~Qprivate use one +display \x0092 12358 # 146~Rprivate use two +display \x0093 2348 # 147~Sset transmit state +display \x0094 23458 # 148~Tcancel character +display \x0095 1368 # 149~Umessage waiting +display \x0096 12368 # 150~Vstart of guarded area +display \x0097 24568 # 151~Wend of guarded area +display \x0098 13468 # 152~Xstart of string +display \x0099 134568 # 153~Y +display \x009A 13568 # 154~Zsingle character introducer +display \x009B 2468 # 155~[control sequence introducer +display \x009C 12568 # 156~\string terminator +display \x009D 124568 # 157~]operating system command +display \x009E 458 # 158~^privacy message +display \x009F 4568 # 159 ~_application program command +display \x00A0 0 #160 no-break space #Hex Dots Dec Char Description -display \X0000 478 #0^@null -display \X0001 178 #1^Astart of heading -display \X0002 1278 #2^Bstart of text -display \X0003 1478 #3^Cend of text -display \X0004 14578 #4^Dend of transmission -display \X0005 1578 #5^Eenquiry -display \X0006 12478 #6^Facknowledge -display \X0007 124578 #7^Gbell -display \X0008 12578 #8^Hbackspace -display \X0009 2478 #9^Ihorizontal tabulation -display \X000A 24578 #10^Jline feed -display \X000B 1378 #11^Kvertical tabulation -display \X000C 12378 #12^Lform feed -display \X000D 13478 #13^Mcarriage return -display \X000E 134578 #14^Nshift out -display \X000F 13578 #15^Oshift in -display \X0010 123478 #16^Pdata link escape -display \X0011 1234578 #17^Qdevice control one -display \X0012 123578 #18^Rdevice control two -display \X0013 23478 #19^Sdevice control three -display \X0014 234578 #20^Tdevice control four -display \X0015 13678 #21^Unegative acknowledge -display \X0016 123678 #22^Vsynchronous idle -display \X0017 245678 #23^Wend of transmission block -display \X0018 134678 #24^Xcancel -display \X0019 1345678 #25^Yend of medium -display \X001A 135678 #26^Zsubstitute -display \X001B 24678 #27^[escape -display \X001C 125678 #28^\file separator -display \X001D 1245678 #29^]group separator -display \X001E 4578 #30^^record separator -display \X001F 45678 #31^_unit separator +display \x0000 478 #0^@null +display \x0001 178 #1^Astart of heading +display \x0002 1278 #2^Bstart of text +display \x0003 1478 #3^Cend of text +display \x0004 14578 #4^Dend of transmission +display \x0005 1578 #5^Eenquiry +display \x0006 12478 #6^Facknowledge +display \x0007 124578 #7^Gbell +display \x0008 12578 #8^Hbackspace +display \x0009 2478 #9^Ihorizontal tabulation +display \x000A 24578 #10^Jline feed +display \x000B 1378 #11^Kvertical tabulation +display \x000C 12378 #12^Lform feed +display \x000D 13478 #13^Mcarriage return +display \x000E 134578 #14^Nshift out +display \x000F 13578 #15^Oshift in +display \x0010 123478 #16^Pdata link escape +display \x0011 1234578 #17^Qdevice control one +display \x0012 123578 #18^Rdevice control two +display \x0013 23478 #19^Sdevice control three +display \x0014 234578 #20^Tdevice control four +display \x0015 13678 #21^Unegative acknowledge +display \x0016 123678 #22^Vsynchronous idle +display \x0017 245678 #23^Wend of transmission block +display \x0018 134678 #24^Xcancel +display \x0019 1345678 #25^Yend of medium +display \x001A 135678 #26^Zsubstitute +display \x001B 24678 #27^[escape +display \x001C 125678 #28^\file separator +display \x001D 1245678 #29^]group separator +display \x001E 4578 #30^^record separator +display \x001F 45678 #31^_unit separator #Hex Dots Dec Char Description -display \X00A1 23467 # 161 ¡ inverted exclamation mark -display \X00A2 58 #162 ¢ cent sign -display \X00A3 34567 # 163 £ pound sign -display \X00A4 1467 # 164 ¤ currency sign -display \X00A5 123467 # 165 ¥ yen sign -display \X00A6 1567 # 166 ¦ broken bar -display \X00A7 357 # 167 § section sign -display \X00A8 57 # 168 ¨ diaeresis -display \X00A9 23567 # 169 © copyright sign -display \X00AA 8 # 170 ª feminine ordinal indicator -display \X00AB 1267 # 171 « left-pointing double angle quotation mark -display \X00AC 2567 # 172 ¬ not sign -display \X00AD 367 # 173 ­ soft hyphen -display \X00AE 2367 # 174 ® registered sign -display \X00AF 267 # 175 ¯ macron -display \X00B0 3567 # 176 ° degree sign - -display \X00C0 23578 # 192 À Latin capital letter a with grave -display \X00C1 1678 # 193 Á Latin capital letter a with acute -display \X00C2 16 # 194  Latin capital letter a with circumflex -display \X00C3 578 # 195à Latin capital letter a with tilde -display \X00C4 1234678 # 196Ä Latin capital letter a with diaeresis -display \X00C5 34578 # 197Å Latin capital letter a with ring above -display \X00C6 378 # 198Æ Latin capital letter ae -display \X00C7 34678 # 199Ç Latin capital letter c with cedilla -display \X00C8 23567 # 200 È Latin capital letter e with grave -display \X00C9 12678 # 201É Latin capital letter e with acute -display \X00CA 2378 # 202 Ê Latin capital letter e with circumflex -display \X00CB 12345678 # 203Ë Latin capital letter e with diaeresis -display \X00CC 23678 # 204Ì Latin capital letter i with grave -display \X00CD 14678 # 205Í Latin capital letter i with acute -display \X00CE 2578 # 206 Î Latin capital letter i with circumflex -display \X00CF 1235678 # 207Ï Latin capital letter i with diaeresis -display \X00D0 678 # 208Ð Latin capital letter eth -display \X00D1 4678 # 209Ñ Latin capital letter n with tilde -display \X00D2 3578 # 210Ò Latin capital letter o with grave -display \X00D3 145678 # 211Ó Latin capital letter o with acute -display \X00D4 25678 # 212 Ô Latin capital letter o with circumflex -display \X00D5 5678 # 213Õ Latin capital letter o with tilde -display \X00D6 234678 # 214Ö Latin capital letter o with diaeresis -display \X00D7 167 # 215×multiplication sign -display \X00D8 3478 # 216Ø Latin capital letter o with stroke -display \X00D9 35678 # 217Ù Latin capital letter u with grave -display \X00DA 15678 # 218Ú Latin capital letter u with acute -display \X00DB 2678 # 219 Û Latin capital letter u with circumflex -display \X00DC 2345678 # 220Ü Latin capital letter u with diaeresis -display \X00DD 124678 # 221Ý Latin capital letter y with acute -display \X00DE 3678 # 222Þ Latin capital letter thorn -display \X00DF 345678 # 223ß Latin small letter sharp s -display \X00E0 2358 # 224à Latin small letter a with grave -display \X00E1 168 # 225á Latin small letter a with acute -display \X00E2 16 # 226 â Latin small letter a with circumflex -display \X00E3 58 # 227ã Latin small letter a with tilde -display \X00E4 123468 # 228ä Latin small letter a with diaeresis -display \X00E5 3458 # 229å Latin small letter a with ring above -display \X00E6 38 # 230æ Latin small letter ae -display \X00E7 3468 # 231ç Latin small letter c with cedilla -display \X00E8 23568 # 232è Latin small letter e with grave -display \X00E9 1268 # 233é Latin small letter e with acute -display \X00EA 238 # 234 ê Latin small letter e with circumflex -display \X00EB 1234568 # 235ë Latin small letter e with diaeresis -display \X00EC 2368 # 236ì Latin small letter i with grave -display \X00ED 1468 # 237í Latin small letter i with acute -display \X00EE 258 # 238 î Latin small letter i with circumflex -display \X00EF 123568 # 239ï Latin small letter i with diaeresis -display \X00F0 68 # 240ð Latin small letter eth -display \X00F1 468 # 241ñ Latin small letter n with tilde -display \X00F2 358 # 242ò Latin small letter o with grave -display \X00F3 14568 # 243ó Latin small letter o with acute -display \X00F4 2568 # 244 ô Latin small letter o with circumflex -display \X00F5 568 # 245õ Latin small letter o with tilde -display \X00F6 23468 # 246ö Latin small letter o with diaeresis -display \X00F7 347 # 247÷division sign -display \X00F8 348 # 248ø Latin small letter o with stroke -display \X00F9 3568 # 249ù Latin small letter u with grave -display \X00FA 1568 # 250ú Latin small letter u with acute -display \X00FB 268 # 251 û Latin small letter u with circumflex -display \X00FC 234568 # 252ü Latin small letter u with diaeresis -display \X00FD 12468 # 253ý Latin small letter y with acute -display \X00FE 368 # 254þ Latin small letter thorn -display \X00FF 34568 # 255ÿ Latin small letter y with diaeresis - - -display \X00BB 3457 # 187»right-pointing double angle quotation mark -display \X00B9 27 # 185¹superscript one -display \X00B2 237 # 178²superscript two -display \X00B3 257 # 179³superscript three -display \X00B1 3467 # 177±plus-minus sign -display \X00D7 167 # 215×multiplication sign - -display \X00B7 467 # 183·middle dot - -display \X00BF 14567 # 191¿inverted question mark - - -display \X00B6 2357 # 182¶pilcrow sign +display \x00A1 23467 # 161 ¡ inverted exclamation mark +display \x00A2 58 #162 ¢ cent sign +display \x00A3 34567 # 163 £ pound sign +display \x00A4 1467 # 164 ¤ currency sign +display \x00A5 123467 # 165 ¥ yen sign +display \x00A6 1567 # 166 ¦ broken bar +display \x00A7 357 # 167 § section sign +display \x00A8 57 # 168 ¨ diaeresis +display \x00A9 23567 # 169 © copyright sign +display \x00AA 8 # 170 ª feminine ordinal indicator +display \x00AB 1267 # 171 « left-pointing double angle quotation mark +display \x00AC 2567 # 172 ¬ not sign +display \x00AD 367 # 173 ­ soft hyphen +display \x00AE 2367 # 174 ® registered sign +display \x00AF 267 # 175 ¯ macron +display \x00B0 3567 # 176 ° degree sign + +display \x00C0 23578 # 192 À Latin capital letter a with grave +display \x00C1 1678 # 193 Á Latin capital letter a with acute +display \x00C2 16 # 194  Latin capital letter a with circumflex +display \x00C3 578 # 195à Latin capital letter a with tilde +display \x00C4 1234678 # 196Ä Latin capital letter a with diaeresis +display \x00C5 34578 # 197Å Latin capital letter a with ring above +display \x00C6 378 # 198Æ Latin capital letter ae +display \x00C7 34678 # 199Ç Latin capital letter c with cedilla +display \x00C8 23567 # 200 È Latin capital letter e with grave +display \x00C9 12678 # 201É Latin capital letter e with acute +display \x00CA 2378 # 202 Ê Latin capital letter e with circumflex +display \x00CB 12345678 # 203Ë Latin capital letter e with diaeresis +display \x00CC 23678 # 204Ì Latin capital letter i with grave +display \x00CD 14678 # 205Í Latin capital letter i with acute +display \x00CE 2578 # 206 Î Latin capital letter i with circumflex +display \x00CF 1235678 # 207Ï Latin capital letter i with diaeresis +display \x00D0 678 # 208Ð Latin capital letter eth +display \x00D1 4678 # 209Ñ Latin capital letter n with tilde +display \x00D2 3578 # 210Ò Latin capital letter o with grave +display \x00D3 145678 # 211Ó Latin capital letter o with acute +display \x00D4 25678 # 212 Ô Latin capital letter o with circumflex +display \x00D5 5678 # 213Õ Latin capital letter o with tilde +display \x00D6 234678 # 214Ö Latin capital letter o with diaeresis +display \x00D7 167 # 215×multiplication sign +display \x00D8 3478 # 216Ø Latin capital letter o with stroke +display \x00D9 35678 # 217Ù Latin capital letter u with grave +display \x00DA 15678 # 218Ú Latin capital letter u with acute +display \x00DB 2678 # 219 Û Latin capital letter u with circumflex +display \x00DC 2345678 # 220Ü Latin capital letter u with diaeresis +display \x00DD 124678 # 221Ý Latin capital letter y with acute +display \x00DE 3678 # 222Þ Latin capital letter thorn +display \x00DF 345678 # 223ß Latin small letter sharp s +display \x00E0 2358 # 224à Latin small letter a with grave +display \x00E1 168 # 225á Latin small letter a with acute +display \x00E2 16 # 226 â Latin small letter a with circumflex +display \x00E3 58 # 227ã Latin small letter a with tilde +display \x00E4 123468 # 228ä Latin small letter a with diaeresis +display \x00E5 3458 # 229å Latin small letter a with ring above +display \x00E6 38 # 230æ Latin small letter ae +display \x00E7 3468 # 231ç Latin small letter c with cedilla +display \x00E8 23568 # 232è Latin small letter e with grave +display \x00E9 1268 # 233é Latin small letter e with acute +display \x00EA 238 # 234 ê Latin small letter e with circumflex +display \x00EB 1234568 # 235ë Latin small letter e with diaeresis +display \x00EC 2368 # 236ì Latin small letter i with grave +display \x00ED 1468 # 237í Latin small letter i with acute +display \x00EE 258 # 238 î Latin small letter i with circumflex +display \x00EF 123568 # 239ï Latin small letter i with diaeresis +display \x00F0 68 # 240ð Latin small letter eth +display \x00F1 468 # 241ñ Latin small letter n with tilde +display \x00F2 358 # 242ò Latin small letter o with grave +display \x00F3 14568 # 243ó Latin small letter o with acute +display \x00F4 2568 # 244 ô Latin small letter o with circumflex +display \x00F5 568 # 245õ Latin small letter o with tilde +display \x00F6 23468 # 246ö Latin small letter o with diaeresis +display \x00F7 347 # 247÷division sign +display \x00F8 348 # 248ø Latin small letter o with stroke +display \x00F9 3568 # 249ù Latin small letter u with grave +display \x00FA 1568 # 250ú Latin small letter u with acute +display \x00FB 268 # 251 û Latin small letter u with circumflex +display \x00FC 234568 # 252ü Latin small letter u with diaeresis +display \x00FD 12468 # 253ý Latin small letter y with acute +display \x00FE 368 # 254þ Latin small letter thorn +display \x00FF 34568 # 255ÿ Latin small letter y with diaeresis + + +display \x00BB 3457 # 187»right-pointing double angle quotation mark +display \x00B9 27 # 185¹superscript one +display \x00B2 237 # 178²superscript two +display \x00B3 257 # 179³superscript three +display \x00B1 3467 # 177±plus-minus sign +display \x00D7 167 # 215×multiplication sign + +display \x00B7 467 # 183·middle dot + +display \x00BF 14567 # 191¿inverted question mark + + +display \x00B6 2357 # 182¶pilcrow sign #Hex Dots Dec Char Description -display \X00BC 123567 # 188¼vulgar fraction one quarter -display \X00BD 1234567 # 189½vulgar fraction one half -display \X00BE 234567 # 190¾vulgar fraction three quarters +display \x00BC 123567 # 188¼vulgar fraction one quarter +display \x00BD 1234567 # 189½vulgar fraction one half +display \x00BE 234567 # 190¾vulgar fraction three quarters # Each of the three extended accent characters is the same as its conventional # compose character but with dot7 added: #Hex Dots Dec Char Description -display \X00B4 37 # 180´acute accent -display \X00B8 67 # 184¸cedilla +display \x00B4 37 # 180´acute accent +display \x00B8 67 # 184¸cedilla # The two gender symbols are: #Hex Dots Dec Char Description -display \X00BA 7 # 186ºmasculine ordinal indicator +display \x00BA 7 # 186ºmasculine ordinal indicator # The three remaining characters are: #Hex Dots Dec Char Description -display \X00B5 567 # 181µmicro sign +display \x00B5 567 # 181µmicro sign # The nonbreaking space is dots 7 and 8 because this presents a sequence of diff --git a/tables/devanagari.cti b/tables/devanagari.cti index d7119043d1..c678068439 100644 --- a/tables/devanagari.cti +++ b/tables/devanagari.cti @@ -25,207 +25,207 @@ include braille-patterns.cti -letter \X0901 3 # davanagari chandra bindu -letter \X0902 56 # davanagari anuswar -letter \X0903 6 # davanagari visarg -letter \X0904 1 #chhoTa aa" -letter \X0905 1 #chhoTa aa" -letter \X0906 345 #baraa aa" -letter \X0907 24 #"chhoTi ii" -letter \X0908 35 #"baRii ii" -letter \X0909 136 #"chhoTaa u" -letter \X090A 1256 #"baRaa uu" -letter \X090B 5-1235 #"RRi" -letter \X090C 5-123 #"lri" -letter \X090D 34 #"e" -letter \X090E 26 #"short e for dravidian" -letter \X090F 15 #"e" -letter \X0910 34 #"ai" -letter \X0911 1346 #"o as in office" -letter \X0912 135 #"short o" -letter \X0913 135 #"o" -letter \X0914 246 #"au" - -replace \X200D - -letter \X0915 13 # davanagari ka -letter \X0916 46 # davanagari kha -letter \X0917 1245 # davanagari ga -letter \X0918 126 # davanagari gha -letter \X0919 346 #davanagari aNgaa - -letter \X091A 14 # davanagari cha -letter \X091B 16 # davanagari cha -letter \X091C 245 # davanagari ja -letter \X091D 356 # davanagari jha -letter \X091E 25 #davanagari yangaa - -letter \X091F 23456 # davanagari ta -letter \X0920 2456 # davanagari tha -letter \X0921 1246 # davanagari da -letter \X0922 123456 # davanagari dha -letter \X0923 3456 #davanagari nna - -letter \X0924 2345 # davanagari ta -letter \X0925 1456 # davanagari tha -letter \X0926 145 # davanagari da -letter \X0927 2346 # davanagari dha -letter \X0928 1345 #davanagari na - -letter \X0929 56 #davanagari na nukta - -letter \X092A 1234 # davanagari pa -letter \X092B 235 # davanagari tha -letter \X092C 12 # davanagari ba -letter \X092D 45 # davanagari bha -letter \X092E 134 #davanagari ma - -letter \X092F 13456 # davanagari yaa -letter \X0930 1235 # davanagari ra -letter \X0931 12456 # davanagari rra -letter \X0932 123 # davanagari la -letter \X0933 456 #davanagari la -letter \X0934 123 #davanagari la -letter \X0935 1236 #davanagari va -letter \X0936 146 #davanagari sha -letter \X0937 12346 #davanagari ssha -letter \X0938 234 #davanagari sa -letter \X0939 125 #davanagari ha - -letter \X093d 2 #davanagari avagrah +letter \x0901 3 # davanagari chandra bindu +letter \x0902 56 # davanagari anuswar +letter \x0903 6 # davanagari visarg +letter \x0904 1 #chhoTa aa" +letter \x0905 1 #chhoTa aa" +letter \x0906 345 #baraa aa" +letter \x0907 24 #"chhoTi ii" +letter \x0908 35 #"baRii ii" +letter \x0909 136 #"chhoTaa u" +letter \x090A 1256 #"baRaa uu" +letter \x090B 5-1235 #"RRi" +letter \x090C 5-123 #"lri" +letter \x090D 34 #"e" +letter \x090E 26 #"short e for dravidian" +letter \x090F 15 #"e" +letter \x0910 34 #"ai" +letter \x0911 1346 #"o as in office" +letter \x0912 135 #"short o" +letter \x0913 135 #"o" +letter \x0914 246 #"au" + +replace \x200D + +letter \x0915 13 # davanagari ka +letter \x0916 46 # davanagari kha +letter \x0917 1245 # davanagari ga +letter \x0918 126 # davanagari gha +letter \x0919 346 #davanagari aNgaa + +letter \x091A 14 # davanagari cha +letter \x091B 16 # davanagari cha +letter \x091C 245 # davanagari ja +letter \x091D 356 # davanagari jha +letter \x091E 25 #davanagari yangaa + +letter \x091F 23456 # davanagari ta +letter \x0920 2456 # davanagari tha +letter \x0921 1246 # davanagari da +letter \x0922 123456 # davanagari dha +letter \x0923 3456 #davanagari nna + +letter \x0924 2345 # davanagari ta +letter \x0925 1456 # davanagari tha +letter \x0926 145 # davanagari da +letter \x0927 2346 # davanagari dha +letter \x0928 1345 #davanagari na + +letter \x0929 56 #davanagari na nukta + +letter \x092A 1234 # davanagari pa +letter \x092B 235 # davanagari tha +letter \x092C 12 # davanagari ba +letter \x092D 45 # davanagari bha +letter \x092E 134 #davanagari ma + +letter \x092F 13456 # davanagari yaa +letter \x0930 1235 # davanagari ra +letter \x0931 12456 # davanagari rra +letter \x0932 123 # davanagari la +letter \x0933 456 #davanagari la +letter \x0934 123 #davanagari la +letter \x0935 1236 #davanagari va +letter \x0936 146 #davanagari sha +letter \x0937 12346 #davanagari ssha +letter \x0938 234 #davanagari sa +letter \x0939 125 #davanagari ha + +letter \x093d 2 #davanagari avagrah #-------- # matras -letter \X093E 345 #baraa aa ki matra -letter \X093F 24 #"chhoTi ii matra -letter \X0940 35 #"baRii ii matra -letter \X0941 136 #chhoTaa u matra -letter \X0942 1256 #"baRaa uu matra" -letter \X0943 5-1235 #"RRi matra" -letter \X0944 6-1235 #"lri matra" -letter \X0945 34 #"e matra" -letter \X0946 26 #"ai matra" -letter \X0947 15 #"e matra" -letter \X0948 34 #"ai matra" -letter \X0949 1346 #"o" -letter \X094A 135 #"au" -letter \X094B 135 #"o matra" -letter \X094C 246 #"au matra" - -letter \X094D 4 # Halant -letter \X0950 135-4-134 #"Devnagari sign for om" -letter \X0958 13 #"Ka qith Nukhta" -letter \X0959 46 #"kha with nukhta" -letter \X095A 1245 #"ga with nukhta" -letter \X095B 245 #"ja with nukhta" -letter \X095C 12456 #"da with nukhta" -letter \X095D 5-12456 #"dhaa with nukhta" - -replace \X093C - -always \X0921\X093C 12456 #"da with nukhta" -always \X0922\X093C 5-12456 #"dhaa with nukhta" - - -letter \X095E 235 #"fa with nukhta" -letter \X095F 13456 #"ya with nukhta" -letter \X0960 6-1235 #"vocalic rr" -letter \X0961 6-123 #"vocalic lla" -letter \X0962 5-123 #"vocalic la" -letter \X0963 6-123 #"vocalic ll" +letter \x093E 345 #baraa aa ki matra +letter \x093F 24 #"chhoTi ii matra +letter \x0940 35 #"baRii ii matra +letter \x0941 136 #chhoTaa u matra +letter \x0942 1256 #"baRaa uu matra" +letter \x0943 5-1235 #"RRi matra" +letter \x0944 6-1235 #"lri matra" +letter \x0945 34 #"e matra" +letter \x0946 26 #"ai matra" +letter \x0947 15 #"e matra" +letter \x0948 34 #"ai matra" +letter \x0949 1346 #"o" +letter \x094A 135 #"au" +letter \x094B 135 #"o matra" +letter \x094C 246 #"au matra" + +letter \x094D 4 # Halant +letter \x0950 135-4-134 #"Devnagari sign for om" +letter \x0958 13 #"Ka qith Nukhta" +letter \x0959 46 #"kha with nukhta" +letter \x095A 1245 #"ga with nukhta" +letter \x095B 245 #"ja with nukhta" +letter \x095C 12456 #"da with nukhta" +letter \x095D 5-12456 #"dhaa with nukhta" + +replace \x093C + +always \x0921\x093C 12456 #"da with nukhta" +always \x0922\x093C 5-12456 #"dhaa with nukhta" + + +letter \x095E 235 #"fa with nukhta" +letter \x095F 13456 #"ya with nukhta" +letter \x0960 6-1235 #"vocalic rr" +letter \x0961 6-123 #"vocalic lla" +letter \x0962 5-123 #"vocalic la" +letter \x0963 6-123 #"vocalic ll" # poorn Viram and double poorn Viraam -punctuation \X0964 256 # "Poorn Viraam" -punctuation \X0965 256-256 # "Double Poorn Viraam" -punctuation \X0970 256 # "abbreviation sign" +punctuation \x0964 256 # "Poorn Viraam" +punctuation \x0965 256-256 # "Double Poorn Viraam" +punctuation \x0970 256 # "abbreviation sign" #-------- # digits -litdigit \X0966 245 # davanagari 0 -litdigit \X0967 1 # davanagari 1 -litdigit \X0968 12 # davanagari 2 -litdigit \X0969 14 # davanagari 3 -litdigit \X096A 145 # davanagari 4 -litdigit \X096B 15 # davanagari 5 -litdigit \X096C 124 # davanagari 6 -litdigit \X096D 1245 # davanagari 7 -litdigit \X096E 125 # davanagari 8 -litdigit \X096F 24 # davanagari 9 +litdigit \x0966 245 # davanagari 0 +litdigit \x0967 1 # davanagari 1 +litdigit \x0968 12 # davanagari 2 +litdigit \x0969 14 # davanagari 3 +litdigit \x096A 145 # davanagari 4 +litdigit \x096B 15 # davanagari 5 +litdigit \x096C 124 # davanagari 6 +litdigit \x096D 1245 # davanagari 7 +litdigit \x096E 125 # davanagari 8 +litdigit \x096F 24 # davanagari 9 # ksha and gya -always \X0915\x094D\X0937\x094D 4-12345 #"ksha" -always \X091C\x094D\X091E 156 #"gyan" -always \X0915\x094D\X0937 12345 #"ksha" +always \x0915\x094D\x0937\x094D 4-12345 #"ksha" +always \x091C\x094D\x091E 156 #"gyan" +always \x0915\x094D\x0937 12345 #"ksha" #-------- # half characters -always \X0915\x094D 4-13 # davanagari ka -always \X0916\x094D 4-46 # davanagari kha -always \X0917\x094D 4-1245 # davanagari ga -always \X0918\x094D 4-126 # davanagari gha -always \X0919\x094D 4-346 #davanagari aNgaa - -always \X091A\x094D 4-14 # davanagari ca -always \X091B\x094D 4-16 # davanagari cha -always \X091C\x094D 4-245 # davanagari ja -always \X091D\x094D 4-356 # davanagari jha -always \X091E\x094D 4-25 #davanagari yangaa - -always \X091F\x094d 4-23456 # davanagari ta -always \X0920\x094D 4-2456 # davanagari tha -always \X0921\x094D 4-1246 # davanagari da -always \X0922\x094D 4-123456 # davanagari dha -always \X0923\x094D 4-3456 #davanagari nna - -always \X0924\x094D 4-2345 # davanagari ta -always \X0925\x094D 4-1456 # davanagari tha -always \X0926\x094D 4-145 # davanagari da -always \X0927\x094D 4-2346 # davanagari dha -always \X0928\x094D 4-1345 #davanagari na -always \X0929\x094D 4-56 #davanagari na nukta - -always \X092A\x094D 4-1234 # davanagari pa -always \X092B\x094D 4-235 # davanagari tha -always \X092C\x094D 4-12 # davanagari ba -always \X092D\x094D 4-45 # davanagari bha -always \X092E\x094D 4-134 #davanagari ma - -always \X092F\x094D 4-13456 # davanagari yaa -always \X0930\x094D 4-1235 # davanagari ra -always \X0931\x094D 4-12456 # davanagari rra -always \X0932\x094D 4-123 # davanagari la -always \X0933\x094D 4-456 #davanagari la -always \X0934\x094D 4-123 #davanagari la -always \X0935\x094D 4-1236 #davanagari va -always \X0936\x094D 4-146 #davanagari sha -always \X0937\x094D 4-12346 #davanagari ssha -always \X0938\x094D 4-234 #davanagari sa -always \X0939\x094D 4-125 #davanagari ha - -always \X0958\x094D 4-13 #"Ka qith Nukhta" -always \X0959\x094D 4-46 #"kha with nukhta" -always \X095A\x094D 4-1245 #"ga with nukhta" -always \X095B\x094D 4-245 #"ja with nukhta" -always \X095C\x094D 4-12456 #"da with nukhta" -always \X095D\x094D 4-5-12456 #"dhaa with nukhta" - -replace \X093C - -always \X0921\X093C\x094D 4-12456 #"da with nukhta" -always \X0922\X093C\x094D 4-5-12456 #"dhaa with nukhta" - -always \X095E\x094D 4-235 #"fa with nukhta" -always \X095F\x094D 4-13456 #"ya with nukhta" -always \X0960\x094D 4-6-1235 #"vocalic rr" -always \X0961\x094D 4-6-123 #"vocalic lla" -always \X0962\x094D 4-5-123 #"vocalic la" -always \X0963\x094D 4-6-123 #"vocalic ll" +always \x0915\x094D 4-13 # davanagari ka +always \x0916\x094D 4-46 # davanagari kha +always \x0917\x094D 4-1245 # davanagari ga +always \x0918\x094D 4-126 # davanagari gha +always \x0919\x094D 4-346 #davanagari aNgaa + +always \x091A\x094D 4-14 # davanagari ca +always \x091B\x094D 4-16 # davanagari cha +always \x091C\x094D 4-245 # davanagari ja +always \x091D\x094D 4-356 # davanagari jha +always \x091E\x094D 4-25 #davanagari yangaa + +always \x091F\x094d 4-23456 # davanagari ta +always \x0920\x094D 4-2456 # davanagari tha +always \x0921\x094D 4-1246 # davanagari da +always \x0922\x094D 4-123456 # davanagari dha +always \x0923\x094D 4-3456 #davanagari nna + +always \x0924\x094D 4-2345 # davanagari ta +always \x0925\x094D 4-1456 # davanagari tha +always \x0926\x094D 4-145 # davanagari da +always \x0927\x094D 4-2346 # davanagari dha +always \x0928\x094D 4-1345 #davanagari na +always \x0929\x094D 4-56 #davanagari na nukta + +always \x092A\x094D 4-1234 # davanagari pa +always \x092B\x094D 4-235 # davanagari tha +always \x092C\x094D 4-12 # davanagari ba +always \x092D\x094D 4-45 # davanagari bha +always \x092E\x094D 4-134 #davanagari ma + +always \x092F\x094D 4-13456 # davanagari yaa +always \x0930\x094D 4-1235 # davanagari ra +always \x0931\x094D 4-12456 # davanagari rra +always \x0932\x094D 4-123 # davanagari la +always \x0933\x094D 4-456 #davanagari la +always \x0934\x094D 4-123 #davanagari la +always \x0935\x094D 4-1236 #davanagari va +always \x0936\x094D 4-146 #davanagari sha +always \x0937\x094D 4-12346 #davanagari ssha +always \x0938\x094D 4-234 #davanagari sa +always \x0939\x094D 4-125 #davanagari ha + +always \x0958\x094D 4-13 #"Ka qith Nukhta" +always \x0959\x094D 4-46 #"kha with nukhta" +always \x095A\x094D 4-1245 #"ga with nukhta" +always \x095B\x094D 4-245 #"ja with nukhta" +always \x095C\x094D 4-12456 #"da with nukhta" +always \x095D\x094D 4-5-12456 #"dhaa with nukhta" + +replace \x093C + +always \x0921\x093C\x094D 4-12456 #"da with nukhta" +always \x0922\x093C\x094D 4-5-12456 #"dhaa with nukhta" + +always \x095E\x094D 4-235 #"fa with nukhta" +always \x095F\x094D 4-13456 #"ya with nukhta" +always \x0960\x094D 4-6-1235 #"vocalic rr" +always \x0961\x094D 4-6-123 #"vocalic lla" +always \x0962\x094D 4-5-123 #"vocalic la" +always \x0963\x094D 4-6-123 #"vocalic ll" #------------ # consonent followed by vowel but not matra diff --git a/tables/el.ctb b/tables/el.ctb index 2124f58e41..30bb1e489f 100644 --- a/tables/el.ctb +++ b/tables/el.ctb @@ -380,7 +380,7 @@ always \x03B5\x03B9 146 # ει Epsilon Iota always \x03B5\x03C5 156 # ευ Epsilon Upsilon always \x03B7\x03C5 1256 # ηυ Eta Upsilon always \x03BF\x03B9 246 # οι Omicron Iota -always \X03BF\x03C5 136 # ου Omicron Upsilon +always \x03BF\x03C5 136 # ου Omicron Upsilon always \x03C5\x03B9 12456 # υι Upsilon Iota # The Tonos accent, if present, is always on the second letter. @@ -390,7 +390,7 @@ always \x03B5\x03AF 5-146 # εί Epsilon Iota always \x03B5\x03CD 5-156 # εύ Epsilon Upsilon always \x03B7\x03CD 5-1256 # ηύ Eta Upsilon always \x03BF\x03AF 5-246 # οί Omicron Iota -always \X03BF\x03CD 5-136 # ού Omicron Upsilon +always \x03BF\x03CD 5-136 # ού Omicron Upsilon always \x03C5\x03AF 5-12456 # υί Upsilon Iota # The Oxia accent, if present, is always on the second letter. @@ -400,7 +400,7 @@ always \x03B5\x1F77 5-146 # εί Epsilon Iota always \x03B5\x1F7B 5-156 # εύ Epsilon Upsilon always \x03B7\x1F7B 5-1256 # ηύ Eta Upsilon always \x03BF\x1F77 5-246 # οί Omicron Iota -always \X03BF\x1F7B 5-136 # ού Omicron Upsilon +always \x03BF\x1F7B 5-136 # ού Omicron Upsilon always \x03C5\x1F77 5-12456 # υί Upsilon Iota ############## diff --git a/tables/en-chardefs.cti b/tables/en-chardefs.cti index cb465431c0..2bb21698ee 100644 --- a/tables/en-chardefs.cti +++ b/tables/en-chardefs.cti @@ -178,4 +178,4 @@ punctuation \x0096 36 # math \x00B9 SUPERSCRIPT ONE 0031 1 1 SUPERSCRIPT DIGIT ONE # sign \x00BA MASCULINE ORDINAL INDICATOR 006F # punctuation \x00BB RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK Pf Y -noback sign \X25CF 16 BLACK CIRCLE +noback sign \x25CF 16 BLACK CIRCLE diff --git a/tables/en-gb-comp8.ctb b/tables/en-gb-comp8.ctb index b27ded1e90..d83ac0b94a 100644 --- a/tables/en-gb-comp8.ctb +++ b/tables/en-gb-comp8.ctb @@ -76,4 +76,4 @@ math / 34 sign * 35 digit 0 123456 include digits6DotsPlusDot6.uti -noback sign \X25CF 35 # 9679 black circle +noback sign \x25CF 35 # 9679 black circle diff --git a/tables/eurodefs.cti b/tables/eurodefs.cti index 795d9cccdf..ca4583f001 100644 --- a/tables/eurodefs.cti +++ b/tables/eurodefs.cti @@ -84,7 +84,7 @@ punctuation \x201E 236 # 8222 smart double low quotation mark punctuation \x201F 356 # 8223 smart double high reverse quotation mark punctuation \x2026 3-3-3 # 8230 smart ellipsis -noback sign \X25CF 35 # 9679 black circle +noback sign \x25CF 35 # 9679 black circle diff --git a/tables/fa-ir-comp8.ctb b/tables/fa-ir-comp8.ctb index c32a9e52c0..cc9dd5411d 100644 --- a/tables/fa-ir-comp8.ctb +++ b/tables/fa-ir-comp8.ctb @@ -217,4 +217,4 @@ math \x2212 368 (−) sign \x25E6 358 (◦) sign \x25FE 3568 (◾) sign \xFDFC 123578 (﷼) -noback sign \X25CF 168 (●) # 9679 black circle +noback sign \x25CF 168 (●) # 9679 black circle diff --git a/tables/fi-fi-8dot.ctb b/tables/fi-fi-8dot.ctb index 724cc189ff..9c22a403d3 100644 --- a/tables/fi-fi-8dot.ctb +++ b/tables/fi-fi-8dot.ctb @@ -183,91 +183,91 @@ letter \x007f 7 #Hex Dots Dec Char Description -letter \X00C2 24578 # 194 Latin capital letter a with circumflex -letter \X00CA 1267 # 202Ê Latin capital letter e with circumflex -letter \X00CE 1467 # 206Î Latin capital letter i with circumflex -letter \X00D4 14567 # 212Ô Latin capital letter o with circumflex -letter \X00DB 1567 # 219Û Latin capital letter u with circumflex -letter \X00E2 1678 # 226â Latin small letter a with circumflex -letter \X00EA 12678 # 234ê Latin small letter e with circumflex -letter \X00EE 14678 # 238î Latin small letter i with circumflex -letter \X00F4 145678 # 244ô Latin small letter o with circumflex -letter \X00FB 15678 # 251û Latin small letter u with circumflex +letter \x00C2 24578 # 194 Latin capital letter a with circumflex +letter \x00CA 1267 # 202Ê Latin capital letter e with circumflex +letter \x00CE 1467 # 206Î Latin capital letter i with circumflex +letter \x00D4 14567 # 212Ô Latin capital letter o with circumflex +letter \x00DB 1567 # 219Û Latin capital letter u with circumflex +letter \x00E2 1678 # 226â Latin small letter a with circumflex +letter \x00EA 12678 # 234ê Latin small letter e with circumflex +letter \x00EE 14678 # 238î Latin small letter i with circumflex +letter \x00F4 145678 # 244ô Latin small letter o with circumflex +letter \x00FB 15678 # 251û Latin small letter u with circumflex # The 5 letters with a grave accent `) use the [6-0] dot combinations: #Hex Dots Dec Char Description -letter \X00C0 235678 # 192À Latin capital letter a with grave -letter \X00C8 3578 # 200È Latin capital letter e with grave -letter \X00CC 57 # 204Ì Latin capital letter i with grave -letter \X00D2 578 # 210Ò Latin capital letter o with grave -letter \X00D9 35678 # 217Ù Latin capital letter u with grave -letter \X00E0 123568 # 224à Latin small letter a with grave -letter \X00E8 23468 # 232è Latin small letter e with grave -letter \X00EC 348 # 236ì Latin small letter i with grave -letter \X00F2 3468 # 242ò Latin small letter o with grave -letter \X00F9 234568 # 249ù Latin small letter u with grave +letter \x00C0 235678 # 192À Latin capital letter a with grave +letter \x00C8 3578 # 200È Latin capital letter e with grave +letter \x00CC 57 # 204Ì Latin capital letter i with grave +letter \x00D2 578 # 210Ò Latin capital letter o with grave +letter \x00D9 35678 # 217Ù Latin capital letter u with grave +letter \x00E0 123568 # 224à Latin small letter a with grave +letter \x00E8 23468 # 232è Latin small letter e with grave +letter \x00EC 348 # 236ì Latin small letter i with grave +letter \x00F2 3468 # 242ò Latin small letter o with grave +letter \x00F9 234568 # 249ù Latin small letter u with grave # The6 letters with an acute accent ') use the [a-f] dot combinations with # dots 3 and 6 added: #Hex Dots Dec Char Description -letter \X00C1 28 # 193Á Latin capital letter a with acute -letter \X00C9 1234567 # 201É Latin capital letter e with acute -letter \X00CD 258 # 205Í Latin capital letter i with acute -letter \X00D3 267 # 211Ó Latin capital letter o with acute -letter \X00DA 268 # 218Ú Latin capital letter u with acute -letter \X00DD 3568 # 221Ý Latin capital letter y with acute -letter \X00E1 168 # 225á Latin small letter a with acute -letter \X00E9 123456 # 233é Latin small letter e with acute -letter \X00ED 2478 # 237í Latin small letter i with acute -letter \X00F3 13578 # 243ó Latin small letter o with acute -letter \X00FA 13678 # 250ú Latin small letter u with acute -letter \X00FD 24568 # 253ý Latin small letter y with acute +letter \x00C1 28 # 193Á Latin capital letter a with acute +letter \x00C9 1234567 # 201É Latin capital letter e with acute +letter \x00CD 258 # 205Í Latin capital letter i with acute +letter \x00D3 267 # 211Ó Latin capital letter o with acute +letter \x00DA 268 # 218Ú Latin capital letter u with acute +letter \x00DD 3568 # 221Ý Latin capital letter y with acute +letter \x00E1 168 # 225á Latin small letter a with acute +letter \x00E9 123456 # 233é Latin small letter e with acute +letter \x00ED 2478 # 237í Latin small letter i with acute +letter \x00F3 13578 # 243ó Latin small letter o with acute +letter \x00FA 13678 # 250ú Latin small letter u with acute +letter \x00FD 24568 # 253ý Latin small letter y with acute # The 6 letters with a dieresis accent ") use the [f-j] dot combinations with # dots 3 and 6 added, and the number sign because it fits the sequence # reasonably well): #Hex Dots Dec Char Description -letter \X00C4 3457 # 196Ä Latin capital letter a with diaeresis -letter \X00CB 2358 # 203Ë Latin capital letter e with diaeresis -letter \X00CF 23568 # 207Ï Latin capital letter i with diaeresis -letter \X00D6 2467 # 214Ö Latin capital letter o with diaeresis -letter \X00DC 12567 # 220Ü Latin capital letter u with diaeresis -letter \X00E4 345 # 228ä Latin small letter a with diaeresis -letter \X00EB 12468 # 235ë Latin small letter e with diaeresis -letter \X00EF 124568 # 239ï Latin small letter i with diaeresis -letter \X00F6 246 # 246ö Latin small letter o with diaeresis -letter \X00FC 1256 # 252ü Latin small letter u with diaeresis -letter \X00FF 134568 # 255ÿ Latin small letter y with diaeresis +letter \x00C4 3457 # 196Ä Latin capital letter a with diaeresis +letter \x00CB 2358 # 203Ë Latin capital letter e with diaeresis +letter \x00CF 23568 # 207Ï Latin capital letter i with diaeresis +letter \x00D6 2467 # 214Ö Latin capital letter o with diaeresis +letter \x00DC 12567 # 220Ü Latin capital letter u with diaeresis +letter \x00E4 345 # 228ä Latin small letter a with diaeresis +letter \x00EB 12468 # 235ë Latin small letter e with diaeresis +letter \x00EF 124568 # 239ï Latin small letter i with diaeresis +letter \x00F6 246 # 246ö Latin small letter o with diaeresis +letter \x00FC 1256 # 252ü Latin small letter u with diaeresis +letter \x00FF 134568 # 255ÿ Latin small letter y with diaeresis # There is no uppercase y-dieresis in the Latin 1 character set. The German # lowercase double-s, which also doesn't have an uppercase counterpart in the # Latin 1 character set, uses its representation: #Hex Dots Dec Char Description -letter \X00DF 34568 # 223ß Latin small letter sharp s +letter \x00DF 34568 # 223ß Latin small letter sharp s # The remaining accented letters are: #Hex Dots Dec Char Description -letter \X00C3 3467 # 195à Latin capital letter a with tilde -letter \X00D1 2567 # 209Ñ Latin capital letter n with tilde -letter \X00D5 267 # 213Õ Latin capital letter o with tilde -letter \X00C5 167 # 197Å Latin capital letter a with ring above -letter \X00C7 1578 # 199Ç Latin capital letter c with cedilla -letter \X00D8 1567 # 216Ø Latin capital letter o with stroke -letter \X00C6 47 # 198Æ Latin capital letter ae -letter \X00D0 3567 # 208Ð Latin capital letter eth -letter \X00DE 2357 # 222Þ Latin capital letter thorn -letter \X00E3 13678 # 227ã Latin small letter a with tilde -letter \X00F1 13458 # 241ñ Latin small letter n with tilde -letter \X00F5 1358 # 245õ Latin small letter o with tilde -letter \X00E5 16 # 229å Latin small letter a with ring above -letter \X00E7 1234678 # 231ç Latin small letter c with cedilla -letter \X00F8 24678 # 248ø Latin small letter o with stroke -letter \X00E6 34578 # 230æ Latin small letter ae -letter \X00F0 23458 # 240ð Latin small letter eth -letter \X00FE 12348 # 254þ Latin small letter thorn -sign \X25CF 35 +letter \x00C3 3467 # 195à Latin capital letter a with tilde +letter \x00D1 2567 # 209Ñ Latin capital letter n with tilde +letter \x00D5 267 # 213Õ Latin capital letter o with tilde +letter \x00C5 167 # 197Å Latin capital letter a with ring above +letter \x00C7 1578 # 199Ç Latin capital letter c with cedilla +letter \x00D8 1567 # 216Ø Latin capital letter o with stroke +letter \x00C6 47 # 198Æ Latin capital letter ae +letter \x00D0 3567 # 208Ð Latin capital letter eth +letter \x00DE 2357 # 222Þ Latin capital letter thorn +letter \x00E3 13678 # 227ã Latin small letter a with tilde +letter \x00F1 13458 # 241ñ Latin small letter n with tilde +letter \x00F5 1358 # 245õ Latin small letter o with tilde +letter \x00E5 16 # 229å Latin small letter a with ring above +letter \x00E7 1234678 # 231ç Latin small letter c with cedilla +letter \x00F8 24678 # 248ø Latin small letter o with stroke +letter \x00E6 34578 # 230æ Latin small letter ae +letter \x00F0 23458 # 240ð Latin small letter eth +letter \x00FE 12348 # 254þ Latin small letter thorn +sign \x25CF 35 diff --git a/tables/fi-fi.ctb b/tables/fi-fi.ctb index b7284d7aa1..43e8f6ed84 100644 --- a/tables/fi-fi.ctb +++ b/tables/fi-fi.ctb @@ -164,90 +164,90 @@ letter \x007f 7 #Hex Dots Dec Char Description -letter \X00C2 24578 # 194 Latin capital letter a with circumflex -letter \X00CA 1267 # 202Ê Latin capital letter e with circumflex -letter \X00CE 1467 # 206Î Latin capital letter i with circumflex -letter \X00D4 14567 # 212Ô Latin capital letter o with circumflex -letter \X00DB 1567 # 219Û Latin capital letter u with circumflex -letter \X00E2 1678 # 226â Latin small letter a with circumflex -letter \X00EA 12678 # 234ê Latin small letter e with circumflex -letter \X00EE 14678 # 238î Latin small letter i with circumflex -letter \X00F4 145678 # 244ô Latin small letter o with circumflex -letter \X00FB 15678 # 251û Latin small letter u with circumflex +letter \x00C2 24578 # 194 Latin capital letter a with circumflex +letter \x00CA 1267 # 202Ê Latin capital letter e with circumflex +letter \x00CE 1467 # 206Î Latin capital letter i with circumflex +letter \x00D4 14567 # 212Ô Latin capital letter o with circumflex +letter \x00DB 1567 # 219Û Latin capital letter u with circumflex +letter \x00E2 1678 # 226â Latin small letter a with circumflex +letter \x00EA 12678 # 234ê Latin small letter e with circumflex +letter \x00EE 14678 # 238î Latin small letter i with circumflex +letter \x00F4 145678 # 244ô Latin small letter o with circumflex +letter \x00FB 15678 # 251û Latin small letter u with circumflex # The 5 letters with a grave accent `) use the [6-0] dot combinations: #Hex Dots Dec Char Description -letter \X00C0 235678 # 192À Latin capital letter a with grave -letter \X00C8 3578 # 200È Latin capital letter e with grave -letter \X00CC 57 # 204Ì Latin capital letter i with grave -letter \X00D2 578 # 210Ò Latin capital letter o with grave -letter \X00D9 35678 # 217Ù Latin capital letter u with grave -letter \X00E0 123568 # 224à Latin small letter a with grave -letter \X00E8 23468 # 232è Latin small letter e with grave -letter \X00EC 348 # 236ì Latin small letter i with grave -letter \X00F2 3468 # 242ò Latin small letter o with grave -letter \X00F9 234568 # 249ù Latin small letter u with grave +letter \x00C0 235678 # 192À Latin capital letter a with grave +letter \x00C8 3578 # 200È Latin capital letter e with grave +letter \x00CC 57 # 204Ì Latin capital letter i with grave +letter \x00D2 578 # 210Ò Latin capital letter o with grave +letter \x00D9 35678 # 217Ù Latin capital letter u with grave +letter \x00E0 123568 # 224à Latin small letter a with grave +letter \x00E8 23468 # 232è Latin small letter e with grave +letter \x00EC 348 # 236ì Latin small letter i with grave +letter \x00F2 3468 # 242ò Latin small letter o with grave +letter \x00F9 234568 # 249ù Latin small letter u with grave # The6 letters with an acute accent ') use the [a-f] dot combinations with # dots 3 and 6 added: #Hex Dots Dec Char Description -letter \X00C1 28 # 193Á Latin capital letter a with acute -letter \X00C9 1234567 # 201É Latin capital letter e with acute -letter \X00CD 258 # 205Í Latin capital letter i with acute -letter \X00D3 267 # 211Ó Latin capital letter o with acute -letter \X00DA 268 # 218Ú Latin capital letter u with acute -letter \X00DD 3568 # 221Ý Latin capital letter y with acute -letter \X00E1 168 # 225á Latin small letter a with acute -letter \X00E9 123456 # 233é Latin small letter e with acute -letter \X00ED 2478 # 237í Latin small letter i with acute -letter \X00F3 13578 # 243ó Latin small letter o with acute -letter \X00FA 13678 # 250ú Latin small letter u with acute -letter \X00FD 24568 # 253ý Latin small letter y with acute +letter \x00C1 28 # 193Á Latin capital letter a with acute +letter \x00C9 1234567 # 201É Latin capital letter e with acute +letter \x00CD 258 # 205Í Latin capital letter i with acute +letter \x00D3 267 # 211Ó Latin capital letter o with acute +letter \x00DA 268 # 218Ú Latin capital letter u with acute +letter \x00DD 3568 # 221Ý Latin capital letter y with acute +letter \x00E1 168 # 225á Latin small letter a with acute +letter \x00E9 123456 # 233é Latin small letter e with acute +letter \x00ED 2478 # 237í Latin small letter i with acute +letter \x00F3 13578 # 243ó Latin small letter o with acute +letter \x00FA 13678 # 250ú Latin small letter u with acute +letter \x00FD 24568 # 253ý Latin small letter y with acute # The 6 letters with a dieresis accent ") use the [f-j] dot combinations with # dots 3 and 6 added, and the number sign because it fits the sequence # reasonably well): #Hex Dots Dec Char Description -letter \X00C4 3457 # 196Ä Latin capital letter a with diaeresis -letter \X00CB 2358 # 203Ë Latin capital letter e with diaeresis -letter \X00CF 23568 # 207Ï Latin capital letter i with diaeresis -letter \X00D6 2467 # 214Ö Latin capital letter o with diaeresis -letter \X00DC 12567 # 220Ü Latin capital letter u with diaeresis -letter \X00E4 345 # 228ä Latin small letter a with diaeresis -letter \X00EB 12468 # 235ë Latin small letter e with diaeresis -letter \X00EF 124568 # 239ï Latin small letter i with diaeresis -letter \X00F6 246 # 246ö Latin small letter o with diaeresis -letter \X00FC 1256 # 252ü Latin small letter u with diaeresis -letter \X00FF 134568 # 255ÿ Latin small letter y with diaeresis +letter \x00C4 3457 # 196Ä Latin capital letter a with diaeresis +letter \x00CB 2358 # 203Ë Latin capital letter e with diaeresis +letter \x00CF 23568 # 207Ï Latin capital letter i with diaeresis +letter \x00D6 2467 # 214Ö Latin capital letter o with diaeresis +letter \x00DC 12567 # 220Ü Latin capital letter u with diaeresis +letter \x00E4 345 # 228ä Latin small letter a with diaeresis +letter \x00EB 12468 # 235ë Latin small letter e with diaeresis +letter \x00EF 124568 # 239ï Latin small letter i with diaeresis +letter \x00F6 246 # 246ö Latin small letter o with diaeresis +letter \x00FC 1256 # 252ü Latin small letter u with diaeresis +letter \x00FF 134568 # 255ÿ Latin small letter y with diaeresis # There is no uppercase y-dieresis in the Latin 1 character set. The German # lowercase double-s, which also doesn't have an uppercase counterpart in the # Latin 1 character set, uses its representation: #Hex Dots Dec Char Description -letter \X00DF 34568 # 223ß Latin small letter sharp s +letter \x00DF 34568 # 223ß Latin small letter sharp s # The remaining accented letters are: #Hex Dots Dec Char Description -letter \X00C3 3467 # 195à Latin capital letter a with tilde -letter \X00D1 2567 # 209Ñ Latin capital letter n with tilde -letter \X00D5 267 # 213Õ Latin capital letter o with tilde -letter \X00C5 167 # 197Å Latin capital letter a with ring above -letter \X00C7 1578 # 199Ç Latin capital letter c with cedilla -letter \X00D8 1567 # 216Ø Latin capital letter o with stroke -letter \X00C6 47 # 198Æ Latin capital letter ae -letter \X00D0 3567 # 208Ð Latin capital letter eth -letter \X00DE 2357 # 222Þ Latin capital letter thorn -letter \X00E3 13678 # 227ã Latin small letter a with tilde -letter \X00F1 13458 # 241ñ Latin small letter n with tilde -letter \X00F5 1358 # 245õ Latin small letter o with tilde -letter \X00E5 16 # 229å Latin small letter a with ring above -letter \X00E7 1234678 # 231ç Latin small letter c with cedilla -letter \X00F8 24678 # 248ø Latin small letter o with stroke -letter \X00E6 34578 # 230æ Latin small letter ae -letter \X00F0 23458 # 240ð Latin small letter eth -letter \X00FE 12348 # 254þ Latin small letter thorn +letter \x00C3 3467 # 195à Latin capital letter a with tilde +letter \x00D1 2567 # 209Ñ Latin capital letter n with tilde +letter \x00D5 267 # 213Õ Latin capital letter o with tilde +letter \x00C5 167 # 197Å Latin capital letter a with ring above +letter \x00C7 1578 # 199Ç Latin capital letter c with cedilla +letter \x00D8 1567 # 216Ø Latin capital letter o with stroke +letter \x00C6 47 # 198Æ Latin capital letter ae +letter \x00D0 3567 # 208Ð Latin capital letter eth +letter \x00DE 2357 # 222Þ Latin capital letter thorn +letter \x00E3 13678 # 227ã Latin small letter a with tilde +letter \x00F1 13458 # 241ñ Latin small letter n with tilde +letter \x00F5 1358 # 245õ Latin small letter o with tilde +letter \x00E5 16 # 229å Latin small letter a with ring above +letter \x00E7 1234678 # 231ç Latin small letter c with cedilla +letter \x00F8 24678 # 248ø Latin small letter o with stroke +letter \x00E6 34578 # 230æ Latin small letter ae +letter \x00F0 23458 # 240ð Latin small letter eth +letter \x00FE 12348 # 254þ Latin small letter thorn diff --git a/tables/fi.utb b/tables/fi.utb index 4f3265d84d..602d5ffeb7 100644 --- a/tables/fi.utb +++ b/tables/fi.utb @@ -146,7 +146,7 @@ sign \x2014 36 – Em-dash, not a hyphen. sign \x00A9 236-14-356 © Copyright symbol sign \x00AE 236-1235-356 ® Registered trademark symbol sign \x2122 2345-134 ™ Trademark symbol -noback sign \X25CF 35 # 9679 black circle +noback sign \x25CF 35 # 9679 black circle # Undefined characters # Not covered by the specification document, but conventionally replaced with an asterisk. diff --git a/tables/fr-bfu-comp6.utb b/tables/fr-bfu-comp6.utb index cbf2482718..082b0dd1ef 100644 --- a/tables/fr-bfu-comp6.utb +++ b/tables/fr-bfu-comp6.utb @@ -254,11 +254,11 @@ include braille-patterns.cti # other signs: 8 and 6 dots include fr-bfu-comp68.cti # with a few exceptions... -noback math \X00B1 235-36 ± plus ou moins -noback math \X00D7 35 × multiplié par -noback math \X2715 35 ✕ multiplié par -noback math \X00B7 35-35 · point multiplicatif ; produit scalaire -noback math \X00F7 25 ÷ divisé par +noback math \x00B1 235-36 ± plus ou moins +noback math \x00D7 35 × multiplié par +noback math \x2715 35 ✕ multiplié par +noback math \x00B7 35-35 · point multiplicatif ; produit scalaire +noback math \x00F7 25 ÷ divisé par # Braille indicators numsign 6 # number sign, just a dots operand diff --git a/tables/fr-bfu-comp68.cti b/tables/fr-bfu-comp68.cti index 7b44337111..58e4424923 100644 --- a/tables/fr-bfu-comp68.cti +++ b/tables/fr-bfu-comp68.cti @@ -90,55 +90,55 @@ noback math \x2033 3-3 ″ seconde noback math \x2034 3-3-3 ‴ tierce #signes d'opérations -# noback math \X002B 235 + plus +# noback math \x002B 235 + plus # unicode manquant (?) pour "grand plus" -noback math \X2295 46-235 ⊕ plus encerclé -noback math \X2A01 46-46-235 ⨁ grand plus encerclé -noback math \X222A 456-235 ∪ union -noback math \X22C3 456-456-235 ⋃ grande union -noback math \X2229 45-235 ∩ intersection -noback math \X22C2 45-45-235 ⋂ grande intersection -noback math \X2212 36 − moins -noback math \X2213 36-235 ∓ moins ou plus -noback math \X22C5 35-35 ⋅ point multiplicatif ; produit scalaire +noback math \x2295 46-235 ⊕ plus encerclé +noback math \x2A01 46-46-235 ⨁ grand plus encerclé +noback math \x222A 456-235 ∪ union +noback math \x22C3 456-456-235 ⋃ grande union +noback math \x2229 45-235 ∩ intersection +noback math \x22C2 45-45-235 ⋂ grande intersection +noback math \x2212 36 − moins +noback math \x2213 36-235 ∓ moins ou plus +noback math \x22C5 35-35 ⋅ point multiplicatif ; produit scalaire # astérisque, étoile... 5-35 * # unicode manquant (?) pour "grande croix de multiplication" -noback math \X2297 46-35 ⊗ produit tensoriel (croix dans un rond) -noback math \X2A02 46-46-35 ⨂ grand produit tensoriel (grande croix dans un rond) +noback math \x2297 46-35 ⊗ produit tensoriel (croix dans un rond) +noback math \x2A02 46-46-35 ⨂ grand produit tensoriel (grande croix dans un rond) # unicode manquant (?) pour "croix double de multiplication" # factorielle 456-35 ! -noback math \X2227 45-35 ∧ et logique; produit vectoriel... -noback math \X22C0 45-45-35 ⋀ grand et logique -noback math \X2228 45-26 ∨ ou logique -noback math \X22C1 45-45-26 ⋁ grand ou logique -noback math \X2218 456-3456 ∘ rond +noback math \x2227 45-35 ∧ et logique; produit vectoriel... +noback math \x22C0 45-45-35 ⋀ grand et logique +noback math \x2228 45-26 ∨ ou logique +noback math \x22C1 45-45-26 ⋁ grand ou logique +noback math \x2218 456-3456 ∘ rond # divisé par (slash) 34 / # exposant 4 # signes d'égalité et d'inégalité # égal 2356 = -noback math \X2260 46-2356 ≠ différent de -noback math \X2248 5-2356 ≈ environ égal à -noback math \X224A 456-5-2356 ≊ presque égal à -noback math \X2243 45-2356 ≃ asymptotiquement égal à -noback math \X2245 456-2356 ≅ approximativement égal à -noback math \X2261 2356-2356 ≡ identique à -noback math \X2262 46-2356-2356 ≢ non identique à -noback math \X2259 25-2356 ≙ correspond à +noback math \x2260 46-2356 ≠ différent de +noback math \x2248 5-2356 ≈ environ égal à +noback math \x224A 456-5-2356 ≊ presque égal à +noback math \x2243 45-2356 ≃ asymptotiquement égal à +noback math \x2245 456-2356 ≅ approximativement égal à +noback math \x2261 2356-2356 ≡ identique à +noback math \x2262 46-2356-2356 ≢ non identique à +noback math \x2259 25-2356 ≙ correspond à # supérieur à > -noback math \X2265 45-345 ≥ supérieur ou égal à -noback math \X2A7E 45-345 ⩾ supérieur ou égal à +noback math \x2265 45-345 ≥ supérieur ou égal à +noback math \x2A7E 45-345 ⩾ supérieur ou égal à # inférieur à < -noback math \X2264 45-126 ≤ inférieur ou égal à -noback math \X2A7D 45-126 ⩽ inférieur ou égal à +noback math \x2264 45-126 ≤ inférieur ou égal à +noback math \x2A7D 45-126 ⩽ inférieur ou égal à # plus grand ou plus petit que >< -noback math \X226B 5-5-345 ≫ très supérieur à -noback math \X226A 5-5-126 ≪ très inférieur à -noback math \X227B 46-46-345 ≻ suit -noback math \X227A 46-46-126 ≺ précède -noback math \X227D 45-45-345 ≽ suit ou est égal à -noback math \X227C 45-45-126 ≼ précède ou est égal à +noback math \x226B 5-5-345 ≫ très supérieur à +noback math \x226A 5-5-126 ≪ très inférieur à +noback math \x227B 46-46-345 ≻ suit +noback math \x227A 46-46-126 ≺ précède +noback math \x227D 45-45-345 ≽ suit ou est égal à +noback math \x227C 45-45-126 ≼ précède ou est égal à # Parenthèses, accolades et crochets @@ -146,23 +146,23 @@ noback math \X227C 45-45-126 ≼ précède ou est égal à # Notations ensemblistes -noback math \X2282 46-16 ⊂ inclus -noback math \X2284 46-34 ⊄ non inclus -noback math \X2286 456-46-16 ⊆ inclus au sens large -noback math \X2288 456-46-34 ⊈ non inclus au sens large -noback math \X2288 456-46-34 ⊈ non inclus au sens large -noback math \X2283 5-16 ⊃ contenant -noback math \X2285 5-34 ⊅ ne contenant pas -noback math \X2208 45-16 ∈ appartient à -noback math \X2209 45-34 ∉ n'appartient pas à -noback math \X220B 46-45-16 ∋ contient -noback math \X220C 46-45-34 ∌ ne contient pas -noback math \X2201 46-146 ∁ complémentaire -noback math \X2205 45-3456 ∅ ensemble vide +noback math \x2282 46-16 ⊂ inclus +noback math \x2284 46-34 ⊄ non inclus +noback math \x2286 456-46-16 ⊆ inclus au sens large +noback math \x2288 456-46-34 ⊈ non inclus au sens large +noback math \x2288 456-46-34 ⊈ non inclus au sens large +noback math \x2283 5-16 ⊃ contenant +noback math \x2285 5-34 ⊅ ne contenant pas +noback math \x2208 45-16 ∈ appartient à +noback math \x2209 45-34 ∉ n'appartient pas à +noback math \x220B 46-45-16 ∋ contient +noback math \x220C 46-45-34 ∌ ne contient pas +noback math \x2201 46-146 ∁ complémentaire +noback math \x2205 45-3456 ∅ ensemble vide # flèches -noback math \X21A6 5-156 ↦ a pour image +noback math \x21A6 5-156 ↦ a pour image noback math \x2197 45-156 ↗ croissant noback math \x2191 45-12456 ↑ flèche vers le haut noback math \x2196 45-246 ↖ flèche montante de droite à gauche @@ -181,75 +181,75 @@ noback math \x2194 5-12456 ↔ flèche à gauche et droite # signes suscrits -#unicode approprié ? noback math \X23DC 4-25 ⏜ arc (top parenthesis) -# angle saillant : pas d'équivalence unicode pour la notation française courante (LaTex : widehat). voir \X2220 -noback math \X20D7 46-25 ⃗ vecteur +#unicode approprié ? noback math \x23DC 4-25 ⏜ arc (top parenthesis) +# angle saillant : pas d'équivalence unicode pour la notation française courante (LaTex : widehat). voir \x2220 +noback math \x20D7 46-25 ⃗ vecteur # tenseur d'ordre n : séquence non reproductible: vecteur, lettre, exposant n ; braille : 46-25-4-1345 lettre -noback math \X0305 456-25 ̅ mesure algébrique, congugué de... -#unicode approprié ? noback math \X035D 4-4-25 ͝ arc sous-tendu par un angle rentrant (COMBINING DOUBLE BREVE) +noback math \x0305 456-25 ̅ mesure algébrique, congugué de... +#unicode approprié ? noback math \x035D 4-4-25 ͝ arc sous-tendu par un angle rentrant (COMBINING DOUBLE BREVE) # angle rentrant : pas d'équivalence unicode pour la notation française courante # vecteur axial : pas d'équivalence unicode pour la flèche suscrite # tilde # flèche circulaire de sens négatif : pas d'équivalence unicode pour la flèche suscrite # T renversé : pas d'équivalence unicode pour le signe suscrit # dague : pas d'équivalence unicode pour le signe suscrit -noback math \X033F 45-456-25 ̿ double barre horizontale -noback math \X20D6 456-46-25 ⃖ fèche horizontale dirigée vers la gauche +noback math \x033F 45-456-25 ̿ double barre horizontale +noback math \x20D6 456-46-25 ⃖ fèche horizontale dirigée vers la gauche # signes souscrits -noback math \X032F 46-4-25 ̯ demi-rond convexe vers le haut, souscrit -noback math \X032D 46-45-25 ̭ accent circonflexe, souscrit -noback math \X0362 46-46-25 ͢ flèche vers la droite, souscrite -noback math \X20EF 46-46-25 ⃯ flèche vers la droite, souscrite -noback math \X0332 46-456-25 ̲ barre horizontale, souscrite -noback math \X032E 46-4-4-25 ̮ demi-rond convexe vers le bas, souscrit -noback math \X032C 46-456-45-25 ̬ accent circonflexe renversé, souscrit +noback math \x032F 46-4-25 ̯ demi-rond convexe vers le haut, souscrit +noback math \x032D 46-45-25 ̭ accent circonflexe, souscrit +noback math \x0362 46-46-25 ͢ flèche vers la droite, souscrite +noback math \x20EF 46-46-25 ⃯ flèche vers la droite, souscrite +noback math \x0332 46-456-25 ̲ barre horizontale, souscrite +noback math \x032E 46-4-4-25 ̮ demi-rond convexe vers le bas, souscrit +noback math \x032C 46-456-45-25 ̬ accent circonflexe renversé, souscrit # signes géométriques -noback math \X2225 456-1256 ∥ parallèle à -noback math \X22A5 45-1256 ⊥ perpendiculaire à +noback math \x2225 456-1256 ∥ parallèle à +noback math \x22A5 45-1256 ⊥ perpendiculaire à # Encadrements, barres verticales -noback math \X2016 45-123456 ‖ norme vecteur -#conflit possible ? noback math \X007C 123456 | valeur absolue +noback math \x2016 45-123456 ‖ norme vecteur +#conflit possible ? noback math \x007C 123456 | valeur absolue # Fonctions -# doublon dans le code 2007 (signes d'opérations) \X2218 456-3456 ∘ rond -noback math \X2202 5-145 ∂ différentielle partielle +# doublon dans le code 2007 (signes d'opérations) \x2218 456-3456 ∘ rond +noback math \x2202 5-145 ∂ différentielle partielle # laplacien delta majuscule -noback math \X25A1 456-1456 □ d'alembertien -noback math \X2207 46-1456 ∇ nabla +noback math \x25A1 456-1456 □ d'alembertien +noback math \x2207 46-1456 ∇ nabla # Intégrales -noback math \X222B 12346 ∫ intégrale -noback math \X222E 46-12346 ∮ intégrale de contour -noback math \X222C 12346-12346 ∬ intégrale double -noback math \X222F 46-12346-12346 ∯ intégrale de surface -noback math \X222D 12346-12346-12346 ∭ intégrale triple (absent du code 2007) +noback math \x222B 12346 ∫ intégrale +noback math \x222E 46-12346 ∮ intégrale de contour +noback math \x222C 12346-12346 ∬ intégrale double +noback math \x222F 46-12346-12346 ∯ intégrale de surface +noback math \x222D 12346-12346-12346 ∭ intégrale triple (absent du code 2007) # unicode? 456-12346 somme après permutation circulaire # Quantificateurs et signes d'implications -noback math \X2203 456-16 ∃ il existe -noback math \X2204 46-456-16 ∄ il n'existe pas +noback math \x2203 456-16 ∃ il existe +noback math \x2204 46-456-16 ∄ il n'existe pas # 456-16-235 il existe un unique -noback math \X2200 456-34 ∀ pour tout +noback math \x2200 456-34 ∀ pour tout # pas d'unicode pour la négation de "pour tout" noback math \x21d2 25-2 ⇒ implique noback math \x21CF 46-25-2 ⇏ négation de "implique" noback math \x21d0 5-25 ⇐ est impliqué par noback math \x21CD 46-5-25 ⇍ négation de "est impliqué par" -noback math \X21D4 5-25-2 ⇔ équivalent à -noback math \X21CE 46-5-25-2 ⇎ négation de "équivalent à" +noback math \x21D4 5-25-2 ⇔ équivalent à +noback math \x21CE 46-5-25-2 ⇎ négation de "équivalent à" -noback math \X2211 46-45-234 ∑ somme -noback math \X221A 345 √ racine carrée -noback math \X221B 4-146-345 ∛ racine cubique -noback math \X221E 45-14 ∞ infini -noback math \X2220 45-25 ∠ angle +noback math \x2211 46-45-234 ∑ somme +noback math \x221A 345 √ racine carrée +noback math \x221B 4-146-345 ∛ racine cubique +noback math \x221E 45-14 ∞ infini +noback math \x2220 45-25 ∠ angle # complément de fractions de base noback math \x2153 16-34-146 ⅓ 1/3 @@ -271,7 +271,7 @@ noback math \x2152 16-34-16-3456 ⅒ 1/10 # Alphabet phonétique international include IPA-unicode-range.uti # ajouts issus de la table IPA.utb : -# Conflit avec une autre table ? noback sign \X00F8 1256 # ø - slashed o - close-mid front rounded vowel -# Conflit avec une autre table ? noback sign \X00E6 146 # æ - ash - near-open front unrounded vowel +# Conflit avec une autre table ? noback sign \x00F8 1256 # ø - slashed o - close-mid front rounded vowel +# Conflit avec une autre table ? noback sign \x00E6 146 # æ - ash - near-open front unrounded vowel # ATTENTION ! Le symbole ci-dessous est très utilisé en phonétique (son anglais 'th' dans 'the' par exemple) mais le code braille phonétique entre en conflit avec la lettre grecque thêta. -# sign \X03B8 46-1456 # θ - theta - voiceless dental fricative (WARNING: greek letter) +# sign \x03B8 46-1456 # θ - theta - voiceless dental fricative (WARNING: greek letter) diff --git a/tables/fr-bfu-g2.ctb b/tables/fr-bfu-g2.ctb index 42162352cb..5541a91b4b 100644 --- a/tables/fr-bfu-g2.ctb +++ b/tables/fr-bfu-g2.ctb @@ -46,7 +46,7 @@ include fr-bfu-comp6.utb class con bcçdfghjklmnpqrstvwxzBCÇDFGHJKLMNPQRSTVWXZ class voy aeiouyéàèùâêîôûëïüœAEIOUYÉÀÈÙÂÊÄËÏÜŒ class bmp bmpBMP -class apost '\X2018\x2019 +class apost '\x2018\x2019 #Pour désabréger, il nous faut une classe contenant les consonnes et les abréviations commençant par une consonne class conabr bcçdfghjklmnpqrstvwxzBCÇDFGHJKLMNPQRSTVWXZ⠘⠆⠷⠩⠒⠹⠶⠻⠸⠫⠖⠴ @@ -68,7 +68,7 @@ class urlPuncs :./ letsign 56 #multind 56-46 letsign begcaps -noletsignafter '\X2018\X2019 +noletsignafter '\x2018\x2019 hyphen - 36 space _ 5-36 noback begcomp 56 diff --git a/tables/gr-bb.ctb b/tables/gr-bb.ctb index 2274713659..cf6a14f7a1 100644 --- a/tables/gr-bb.ctb +++ b/tables/gr-bb.ctb @@ -502,4 +502,4 @@ letter \x1FF7 4-2456 GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND # \x1FFE GREEK DASIA 0020 0314 # Miscellaneous -noback sign \X25CF 16 # 9679 black circle +noback sign \x25CF 16 # 9679 black circle diff --git a/tables/gujarati.cti b/tables/gujarati.cti index 7c062ab6f1..f749f023ee 100644 --- a/tables/gujarati.cti +++ b/tables/gujarati.cti @@ -44,7 +44,7 @@ letter \x0A90 34 # GUJARATI LETTER AI letter \x0A93 135 # GUJARATI LETTER O letter \x0A94 246 # GUJARATI LETTER AU -replace \X200D +replace \x200D # Consonents diff --git a/tables/gurumuki.cti b/tables/gurumuki.cti index 0536c2c7f3..e6ee5afcc8 100644 --- a/tables/gurumuki.cti +++ b/tables/gurumuki.cti @@ -40,7 +40,7 @@ include braille-patterns.cti letter \x0A13 135 # GURUMUKHI LETTER OO letter \x0A14 246 # GURUMUKHI LETTER AU - replace \X200D + replace \x200D # consonants letter \x0A15 13 # GURUMUKHI LETTER KA diff --git a/tables/is.ctb b/tables/is.ctb index 89aab1cbb0..0b57107ac4 100644 --- a/tables/is.ctb +++ b/tables/is.ctb @@ -59,25 +59,25 @@ sign | 4568 vertical bar punctuation } 234568 right brace # misc. punctuation and math symbols, less frequently used -sign \X2026 6 elipsis -punctuation \X201E 2378 open quotation symbol, used in Icelandic quotes +sign \x2026 6 elipsis +punctuation \x201E 2378 open quotation symbol, used in Icelandic quotes sign ~ 457 tilde math ` 4 math ° 256 degrees sign ¨ 38 dieresis -sign \X2022 37 bullet +sign \x2022 37 bullet punctuation \x2014 367 em dash -punctuation \X2013 368 en dash, long dash +punctuation \x2013 368 en dash, long dash sign © 1478 copyright -sign \X2122 234578 trademark +sign \x2122 234578 trademark sign ® 123578 registerred -sign \X20AC 1578 Euro symbol +sign \x20AC 1578 Euro symbol sign \x00A3 123478 pound sign -sign \X00AB 2578 cents +sign \x00AB 2578 cents sign \x00A5 1345678 yen -math \X00B1 123568 plus or minus +math \x00B1 123568 plus or minus math \x00F7 2367 divided by -noback sign \X25CF 35 # 9679 black circle +noback sign \x25CF 35 # 9679 black circle # English alphabet, Icelandic uses all of these though c, w and z are not used in the Icelandic language uppercase A 17 LATIN CAPITAL LETTER A diff --git a/tables/kannada.cti b/tables/kannada.cti index 2ea033813b..08346c4c85 100644 --- a/tables/kannada.cti +++ b/tables/kannada.cti @@ -44,7 +44,7 @@ letter \x0C92 346 # KANNADA LETTER O letter \x0C93 135 # KANNADA LETTER OO letter \x0C94 246 # KANNADA LETTER AU -replace \X200D +replace \x200D # consonants diff --git a/tables/malayalam.cti b/tables/malayalam.cti index 6c21790b64..7ab18cd20b 100644 --- a/tables/malayalam.cti +++ b/tables/malayalam.cti @@ -41,7 +41,7 @@ letter \x0D12 1346 # MALAYALAM LETTER O letter \x0D13 135 # MALAYALAM LETTER OO letter \x0D14 246 # MALAYALAM LETTER AU -replace \X200D +replace \x200D letter \x0D15 13 # MALAYALAM LETTER KA letter \x0D16 46 # MALAYALAM LETTER KHA diff --git a/tables/marburg_single_cell_defs.cti b/tables/marburg_single_cell_defs.cti index d9e7c5768b..eba82eef9b 100644 --- a/tables/marburg_single_cell_defs.cti +++ b/tables/marburg_single_cell_defs.cti @@ -63,4 +63,4 @@ punctuation } 23456 math ~ 2346 sign \x007f 456 -noback sign \X25CF 35 # 9679 black circle +noback sign \x25CF 35 # 9679 black circle diff --git a/tables/marburg_unicode_defs.cti b/tables/marburg_unicode_defs.cti index 1d22a94b88..6467034d17 100644 --- a/tables/marburg_unicode_defs.cti +++ b/tables/marburg_unicode_defs.cti @@ -76,210 +76,210 @@ math \x2032 4-35 PRIME math \x2033 3-3 DOUBLE PRIME 2032 2032 math \x2114 1256 B BAR SYMBOL math \x211D 4-6-1235 DOUBLE-STRUCK CAPITAL 0052 DOUBLE-STRUCK -math \X212B 45-1 ANGSTROM SIGN -math \X2190 a246-25 LEFTWARDS ARROW -math \X2191 a-25-24 UPWARDS ARROW +math \x212B 45-1 ANGSTROM SIGN +math \x2190 a246-25 LEFTWARDS ARROW +math \x2191 a-25-24 UPWARDS ARROW math \x2192 a-25-135 RIGHTWARDS ARROW -math \X2193 a-25-36 DOWNWARDS ARROW -math \X2194 a-246-25-135 LEFT RIGHT ARROW -math \X2195 a-1246-126-146-246-25-25-135 UP DOWN ARROW -math \X2196 a-1246-45-246-25-25 NORTH WEST ARROW -math \X2197 a-1246-45-25-25-135 NORTH EAST ARROW -math \X2198 a-1246-56-25-25-135 SOUTH EAST ARROW -math \X2199 a-1246-56-246-25-25 SOUTH WEST ARROW -math \X219A a-1256-4-1246-246-25-25-12456 LEFTWARDS ARROW WITH STROKE -math \X219B a-1256-4-1246-25-25-135-12456 RIGHTWARDS ARROW WITH STROKE -math \X219C a-1246-246-35-25-26 LEFTWARDS WAVE ARROW -math \X219D a-1246-35-25-26-135 RIGHTWARDS WAVE ARROW -math \X219E a-1246-246-246-25-25 LEFTWARDS TWO HEADED ARROW -math \X219F a-1246-126-25-25-135-135 UPWARDS TWO HEADED ARROW -math \X21A0 a-1246-25-25-135-135 RIGHTWARDS TWO HEADED ARROW -math \X21A1 a-1246-146-25-25-135-135 DOWNWARDS TWO HEADED ARROW -math \X21A2 a-1246-246-25-25-6-13456 LEFTWARDS ARROW WITH TAIL -math \X21A3 a-12456-12346-25-25-135 RIGHTWARDS ARROW WITH TAIL -math \X21A4 a-1246-246-25-25-1256 LEFTWARDS ARROW FROM BAR -math \X21A5 a-1246-126-1256-25-25-135 UPWARDS ARROW FROM BAR -math \X21A6 a-1246-1256-25-25-135 RIGHTWARDS ARROW FROM BAR -math \X21A7 a-1246-146-1256-25-25-135 DOWNWARDS ARROW FROM BAR -math \X21A8 a-1246-246-25-1256-25-135 UP DOWN ARROW WITH BASE -math \X21A9 a-1246-246-25-25-6-135 LEFTWARDS ARROW WITH HOOK -math \X21AA a-12456-246-25-25-135 RIGHTWARDS ARROW WITH HOOK -math \X21AB a-1246-246-25-25-46-16 LEFTWARDS ARROW WITH LOOP -math \X21AC a-1246-46-16-25-25-135 RIGHTWARDS ARROW WITH LOOP -math \X21AD a-1246-246-35-25-26-135 LEFT RIGHT WAVE ARROW -math \X21AE a-1256-4-1246-246-25-25-135 LEFT RIGHT ARROW WITH STROKE -math \X21AF a-1246-146-35-26-35-1359 DOWNWARDS ZIGZAG ARROW -math \X21B4 a-12456-1256-25-25-135 RIGHTWARDS ARROW WITH CORNER DOWNWARDS -math \X21B5 a-1246-1456-1256-25-25-135 DOWNWARDS ARROW WITH CORNER LEFTWARDS -math \X21B6 a-1246-26-35-135 ANTICLOCKWISE TOP SEMICIRCLE ARROW -math \X21B7 a-1246-246-26-35 CLOCKWISE TOP SEMICIRCLE ARROW -math \X21BA a-1246-26-35-135 ANTICLOCKWISE OPEN CIRCLE ARROW -math \X21BB a-1246-246-26-35 CLOCKWISE OPEN CIRCLE ARROW -math \X21BC a-1246-4-246-25-25 LEFTWARDS HARPOON WITH BARB UPWARDS -math \X21BD a-12456-246-25-25 LEFTWARDS HARPOON WITH BARB DOWNWARDS -math \X21BE a-1246-126-25-25-6-135 UPWARDS HARPOON WITH BARB RIGHTWARDS -math \X21BF a-1246-126-25-25-4-135 UPWARDS HARPOON WITH BARB LEFTWARDS -math \X21C0 a-1246-25-25-4-135 RIGHTWARDS HARPOON WITH BARB UPWARDS -math \X21C1 a-1246-25-25-6-135 RIGHTWARDS HARPOON WITH BARB DOWNWARS -math \X21C2 a-1246-246-25-25-4-135 DOWNWARDS HARPOON WITH BARB RIGHTWARDS -math \X21C3 a-1246-146-25-25-6-135 DOWNWARDS HARPOON WITH BARB LEFTWARDS -math \X21C4 1246-25-25-135-1246-246-25-25 RIGHTWARDS ARROW OVER LEFTWARDS ARROW -math \X21C5 1246-126-25-25-135-5-1246-146-25-25-135 UPWARDS ARROW LEFTWARDS OF DOWNWARDS ARROW -math \X21C6 1246-246-25-25-1246-25-25-135 LEFTWARDS ARROW OVER RIGHTWARDS ARROW -math \X21C7 1246-245-25-25-1246-245-25-25 LEFTWARDS PAIRED ARROWS -math \X21C8 1246-126-25-25-135-5-1246-126-25-25-135 UPWARDS PAIRED ARROWS -math \X21C9 1246-25-25-135-1246-25-25-135 RIGHTWARDS PAIRED ARROWS -math \X21CA 1246-146-25-25-135-5-1246-146-25-25-135 DOWNWARDS PAIRED ARROWS -math \X21CB 1246-4-246-25-25-1246-25-25-4-135 LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON -math \X21CC 1246-25-25-4-135-1246-4-246-25-25 RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON -math \X21CD a-1256-4-1246-246-246-25-25 LEFTWARDS DOUBLE ARROW WITH STROKE -math \X21CE a-1256-4-1246-246-246-25-25-135-135 LEFT RIGHT DOUBLE ARROW WITH STROKE -math \X21CF a-1256-4-1246-25-25-135-135 RIGHTWARDS DOUBLE ARROW WITH STROKE -math \X21D0 a-246-246-25 LEFTWARDS DOUBLE ARROW -math \X21D1 a-1246-126-25-25-135-135 UPWARDS DOUBLE ARROW -math \X21D2 a-25-135-135 RIGHTWARDS DOUBLE ARROW -math \X21D3 a-1246-126-25-25-135-135 DOWNWARDS DOUBLE ARROW -math \X21D4 a-1246-246-246-25-25-135-135 LEFT RIGHT DOUBLE ARROW -math \X21D5 a-1246-126-246-246-25-25-135-135 UP DOWN DOUBLE ARROW -math \X21D6 a-1246-45-246-246-25-25 NORTH WEST DOUBLE ARROW -math \X21D7 a-1246-45-25-25-135-135 NORTH EAST DOUBLE ARROW -math \X21D8 a-1246-56-25-25-135-135 SOUTH EAST DOUBLE ARROW -math \X21D9 a-1246-56-246-246-25-25 SOUTH WEST DOUBLE ARROW -math \X21DA a-1246-246-246-246-25-25 LEFTWARDS TRIPLE ARROW -math \X21DB a-1246-25-25-135-135-135 RIGHTWARDS TRIPLE ARROW -math \X21DC a-1246-246-26-36-35-25-26 LEFTWARDS SQUIGGLE ARROW -math \X21DD a-1246-26-36-35-25-26-135 RIGHTWARDS SQUIGGLE ARROW -math \X21DE a-1256-1256-4-1246-126-25-25-135-12456 UPWARDS ARROW WITH DOUBLE STROKE -math \X21DF a-1256-1256-4-1246-146-25-25-135-12456 DOWNWARDS ARROW WITH DOUBLE STROKE -math \X21E0 a-1246-246-25-25 LEFTWARDS DASHED ARROW -math \X21E1 a-1246-126-25-25-135 UPWARDS DASHED ARROW -math \X21E2 a-1246-25-25-135 RIGHTWARDS DASHED ARROW -math \X21E3 a-1246-146-25-25-135 DOWNWARDS DASHED ARROW -math \X21E4 a-1246-1256-246-25-25 LEFTWARDS ARROW TO BAR -math \X21E5 a-1246-25-25-135-1256 RIGHTWARDS ARROW TO BAR -math \X21E6 a-1246-456-246-25-25 LEFTWARDS WHITE ARROW -math \X21E7 a-1246-126-456-25-25-135 UPWARDS WHITE ARROW -math \X21E8 a-1246-456-25-25-135 RIGHTWARDS WHITE ARROW -math \X21E9 a-1246-146-456-25-25-135 DOWNWARDS WHITE ARROW -math \X21F3 a-1246-126-456-246-25-25-135 UP DOWN WHITE ARROW -math \X21F4 a-1246-25-25-135-46-16 RIGHT ARROW WITH SMALL CIRCLE -math \X21F5 a-1246-146-25-25-135-5-1246-126-25-25-135 DOWNWARDS ARROW LEFTWARDS OF UPWARDS ARROW -math \X21F6 a-1246-25-25-135-1246-25-25-135-1246-25-25-135 THREE RIGHTWARDS ARROWS -math \X21F7 a-1256-4-1246-246-25-25-12456 LEFTWARDS ARROW WITH VERTICAL STROKE -math \X21F8 a-1256-4-1246-25-25-135-12456 RIGHTWARDS ARROW WITH VERTICAL STROKE -math \X21F9 a-1256-4-1246-246-25-25-135 LEFT RIGHT ARROW WITH VERTICAL STROKE -math \X21FA a-1256-1256-4-1246-246-25-25-12456 LEFTWARDS ARROW WITH DOUBLE VERTICAL STROKE -math \X21FB a-1256-1256-4-1246-25-25-135-12456 RIGHTWARDS ARROW WITH DOUBLE VERTICAL STROKE -math \X21FC a-1256-1256-4-1246-246-25-25-135 LEFT RIGHT ARROW WITH DOUBLE VERTICAL STROKE -math \X21FD a-1246-1256-25-25 LEFTWARDS OPEN-HEADED ARROW -math \X21FE a-1246-25-25-1256 RIGHTWARDS OPEN-HEADED ARROW -math \X21FF a-1246-1256-25-25-1256 LEFT RIGHT OPEN-HEADED ARROW +math \x2193 a-25-36 DOWNWARDS ARROW +math \x2194 a-246-25-135 LEFT RIGHT ARROW +math \x2195 a-1246-126-146-246-25-25-135 UP DOWN ARROW +math \x2196 a-1246-45-246-25-25 NORTH WEST ARROW +math \x2197 a-1246-45-25-25-135 NORTH EAST ARROW +math \x2198 a-1246-56-25-25-135 SOUTH EAST ARROW +math \x2199 a-1246-56-246-25-25 SOUTH WEST ARROW +math \x219A a-1256-4-1246-246-25-25-12456 LEFTWARDS ARROW WITH STROKE +math \x219B a-1256-4-1246-25-25-135-12456 RIGHTWARDS ARROW WITH STROKE +math \x219C a-1246-246-35-25-26 LEFTWARDS WAVE ARROW +math \x219D a-1246-35-25-26-135 RIGHTWARDS WAVE ARROW +math \x219E a-1246-246-246-25-25 LEFTWARDS TWO HEADED ARROW +math \x219F a-1246-126-25-25-135-135 UPWARDS TWO HEADED ARROW +math \x21A0 a-1246-25-25-135-135 RIGHTWARDS TWO HEADED ARROW +math \x21A1 a-1246-146-25-25-135-135 DOWNWARDS TWO HEADED ARROW +math \x21A2 a-1246-246-25-25-6-13456 LEFTWARDS ARROW WITH TAIL +math \x21A3 a-12456-12346-25-25-135 RIGHTWARDS ARROW WITH TAIL +math \x21A4 a-1246-246-25-25-1256 LEFTWARDS ARROW FROM BAR +math \x21A5 a-1246-126-1256-25-25-135 UPWARDS ARROW FROM BAR +math \x21A6 a-1246-1256-25-25-135 RIGHTWARDS ARROW FROM BAR +math \x21A7 a-1246-146-1256-25-25-135 DOWNWARDS ARROW FROM BAR +math \x21A8 a-1246-246-25-1256-25-135 UP DOWN ARROW WITH BASE +math \x21A9 a-1246-246-25-25-6-135 LEFTWARDS ARROW WITH HOOK +math \x21AA a-12456-246-25-25-135 RIGHTWARDS ARROW WITH HOOK +math \x21AB a-1246-246-25-25-46-16 LEFTWARDS ARROW WITH LOOP +math \x21AC a-1246-46-16-25-25-135 RIGHTWARDS ARROW WITH LOOP +math \x21AD a-1246-246-35-25-26-135 LEFT RIGHT WAVE ARROW +math \x21AE a-1256-4-1246-246-25-25-135 LEFT RIGHT ARROW WITH STROKE +math \x21AF a-1246-146-35-26-35-1359 DOWNWARDS ZIGZAG ARROW +math \x21B4 a-12456-1256-25-25-135 RIGHTWARDS ARROW WITH CORNER DOWNWARDS +math \x21B5 a-1246-1456-1256-25-25-135 DOWNWARDS ARROW WITH CORNER LEFTWARDS +math \x21B6 a-1246-26-35-135 ANTICLOCKWISE TOP SEMICIRCLE ARROW +math \x21B7 a-1246-246-26-35 CLOCKWISE TOP SEMICIRCLE ARROW +math \x21BA a-1246-26-35-135 ANTICLOCKWISE OPEN CIRCLE ARROW +math \x21BB a-1246-246-26-35 CLOCKWISE OPEN CIRCLE ARROW +math \x21BC a-1246-4-246-25-25 LEFTWARDS HARPOON WITH BARB UPWARDS +math \x21BD a-12456-246-25-25 LEFTWARDS HARPOON WITH BARB DOWNWARDS +math \x21BE a-1246-126-25-25-6-135 UPWARDS HARPOON WITH BARB RIGHTWARDS +math \x21BF a-1246-126-25-25-4-135 UPWARDS HARPOON WITH BARB LEFTWARDS +math \x21C0 a-1246-25-25-4-135 RIGHTWARDS HARPOON WITH BARB UPWARDS +math \x21C1 a-1246-25-25-6-135 RIGHTWARDS HARPOON WITH BARB DOWNWARS +math \x21C2 a-1246-246-25-25-4-135 DOWNWARDS HARPOON WITH BARB RIGHTWARDS +math \x21C3 a-1246-146-25-25-6-135 DOWNWARDS HARPOON WITH BARB LEFTWARDS +math \x21C4 1246-25-25-135-1246-246-25-25 RIGHTWARDS ARROW OVER LEFTWARDS ARROW +math \x21C5 1246-126-25-25-135-5-1246-146-25-25-135 UPWARDS ARROW LEFTWARDS OF DOWNWARDS ARROW +math \x21C6 1246-246-25-25-1246-25-25-135 LEFTWARDS ARROW OVER RIGHTWARDS ARROW +math \x21C7 1246-245-25-25-1246-245-25-25 LEFTWARDS PAIRED ARROWS +math \x21C8 1246-126-25-25-135-5-1246-126-25-25-135 UPWARDS PAIRED ARROWS +math \x21C9 1246-25-25-135-1246-25-25-135 RIGHTWARDS PAIRED ARROWS +math \x21CA 1246-146-25-25-135-5-1246-146-25-25-135 DOWNWARDS PAIRED ARROWS +math \x21CB 1246-4-246-25-25-1246-25-25-4-135 LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON +math \x21CC 1246-25-25-4-135-1246-4-246-25-25 RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON +math \x21CD a-1256-4-1246-246-246-25-25 LEFTWARDS DOUBLE ARROW WITH STROKE +math \x21CE a-1256-4-1246-246-246-25-25-135-135 LEFT RIGHT DOUBLE ARROW WITH STROKE +math \x21CF a-1256-4-1246-25-25-135-135 RIGHTWARDS DOUBLE ARROW WITH STROKE +math \x21D0 a-246-246-25 LEFTWARDS DOUBLE ARROW +math \x21D1 a-1246-126-25-25-135-135 UPWARDS DOUBLE ARROW +math \x21D2 a-25-135-135 RIGHTWARDS DOUBLE ARROW +math \x21D3 a-1246-126-25-25-135-135 DOWNWARDS DOUBLE ARROW +math \x21D4 a-1246-246-246-25-25-135-135 LEFT RIGHT DOUBLE ARROW +math \x21D5 a-1246-126-246-246-25-25-135-135 UP DOWN DOUBLE ARROW +math \x21D6 a-1246-45-246-246-25-25 NORTH WEST DOUBLE ARROW +math \x21D7 a-1246-45-25-25-135-135 NORTH EAST DOUBLE ARROW +math \x21D8 a-1246-56-25-25-135-135 SOUTH EAST DOUBLE ARROW +math \x21D9 a-1246-56-246-246-25-25 SOUTH WEST DOUBLE ARROW +math \x21DA a-1246-246-246-246-25-25 LEFTWARDS TRIPLE ARROW +math \x21DB a-1246-25-25-135-135-135 RIGHTWARDS TRIPLE ARROW +math \x21DC a-1246-246-26-36-35-25-26 LEFTWARDS SQUIGGLE ARROW +math \x21DD a-1246-26-36-35-25-26-135 RIGHTWARDS SQUIGGLE ARROW +math \x21DE a-1256-1256-4-1246-126-25-25-135-12456 UPWARDS ARROW WITH DOUBLE STROKE +math \x21DF a-1256-1256-4-1246-146-25-25-135-12456 DOWNWARDS ARROW WITH DOUBLE STROKE +math \x21E0 a-1246-246-25-25 LEFTWARDS DASHED ARROW +math \x21E1 a-1246-126-25-25-135 UPWARDS DASHED ARROW +math \x21E2 a-1246-25-25-135 RIGHTWARDS DASHED ARROW +math \x21E3 a-1246-146-25-25-135 DOWNWARDS DASHED ARROW +math \x21E4 a-1246-1256-246-25-25 LEFTWARDS ARROW TO BAR +math \x21E5 a-1246-25-25-135-1256 RIGHTWARDS ARROW TO BAR +math \x21E6 a-1246-456-246-25-25 LEFTWARDS WHITE ARROW +math \x21E7 a-1246-126-456-25-25-135 UPWARDS WHITE ARROW +math \x21E8 a-1246-456-25-25-135 RIGHTWARDS WHITE ARROW +math \x21E9 a-1246-146-456-25-25-135 DOWNWARDS WHITE ARROW +math \x21F3 a-1246-126-456-246-25-25-135 UP DOWN WHITE ARROW +math \x21F4 a-1246-25-25-135-46-16 RIGHT ARROW WITH SMALL CIRCLE +math \x21F5 a-1246-146-25-25-135-5-1246-126-25-25-135 DOWNWARDS ARROW LEFTWARDS OF UPWARDS ARROW +math \x21F6 a-1246-25-25-135-1246-25-25-135-1246-25-25-135 THREE RIGHTWARDS ARROWS +math \x21F7 a-1256-4-1246-246-25-25-12456 LEFTWARDS ARROW WITH VERTICAL STROKE +math \x21F8 a-1256-4-1246-25-25-135-12456 RIGHTWARDS ARROW WITH VERTICAL STROKE +math \x21F9 a-1256-4-1246-246-25-25-135 LEFT RIGHT ARROW WITH VERTICAL STROKE +math \x21FA a-1256-1256-4-1246-246-25-25-12456 LEFTWARDS ARROW WITH DOUBLE VERTICAL STROKE +math \x21FB a-1256-1256-4-1246-25-25-135-12456 RIGHTWARDS ARROW WITH DOUBLE VERTICAL STROKE +math \x21FC a-1256-1256-4-1246-246-25-25-135 LEFT RIGHT ARROW WITH DOUBLE VERTICAL STROKE +math \x21FD a-1246-1256-25-25 LEFTWARDS OPEN-HEADED ARROW +math \x21FE a-1246-25-25-1256 RIGHTWARDS OPEN-HEADED ARROW +math \x21FF a-1246-1256-25-25-1256 LEFT RIGHT OPEN-HEADED ARROW math \x2200 1256-2 FOR ALL -math \X2202 4-145 PARTIAL DIFFERENTIAL -math \X2203 1256-26 THERE EXISTS -math \X2204 34-4-123456 THERE DOES NOT EXIST -math \X2205 1256-356 EMPTY SET -math \X2207 456-356 NABLA +math \x2202 4-145 PARTIAL DIFFERENTIAL +math \x2203 1256-26 THERE EXISTS +math \x2204 34-4-123456 THERE DOES NOT EXIST +math \x2205 1256-356 EMPTY SET +math \x2207 456-356 NABLA math \x2208 1256-35 ELEMENT OF -math \X2209 34-4-15 NOT AN ELEMENT OF -math \X220B 1256-135 CONTAINS AS MEMBER -math \X220C 35-1256-135 DOES NOT CONTAIN AS MEMBER -math \X220D 4-26 SMALL CONTAINS AS MEMBER -math \X220E a-123456-123456 END OF PROOF +math \x2209 34-4-15 NOT AN ELEMENT OF +math \x220B 1256-135 CONTAINS AS MEMBER +math \x220C 35-1256-135 DOES NOT CONTAIN AS MEMBER +math \x220D 4-26 SMALL CONTAINS AS MEMBER +math \x220E a-123456-123456 END OF PROOF math \x2211 456-234 NRY SUMMATION math \x2212 a-56-36 MINUS SIGN -math \X2217 4-3456 ASTERISK OPERATOR +math \x2217 4-3456 ASTERISK OPERATOR math \x2218 356 degrees sign -math \X221D a-25-2356 PROPORTIONAL TO +math \x221D a-25-2356 PROPORTIONAL TO math \x221E 123456 INFINITY -math \X221F 1246-246-46-1235-12456 RIGHT ANGLE -math \X2220 1456-246 ANGLE -math \X2221 1246-246-456-1246-1246-1-12456 MEASURED ANGLE -math \X2222 1246-246-456-1246-1246-1-12456 Spherical ANGLE -math \X2223 1256 DIVIDES -math \X2224 34-1256 DOES NOT DIVIDE -math \X2225 a-1246-123 PARALLEL TO -math \X2226 a-34-1246-123 NOT PARALLEL TO -math \X2229 1256-2356 INTERSECTION -math \X222A 1256-235 UNION +math \x221F 1246-246-46-1235-12456 RIGHT ANGLE +math \x2220 1456-246 ANGLE +math \x2221 1246-246-456-1246-1246-1-12456 MEASURED ANGLE +math \x2222 1246-246-456-1246-1246-1-12456 Spherical ANGLE +math \x2223 1256 DIVIDES +math \x2224 34-1256 DOES NOT DIVIDE +math \x2225 a-1246-123 PARALLEL TO +math \x2226 a-34-1246-123 NOT PARALLEL TO +math \x2229 1256-2356 INTERSECTION +math \x222A 1256-235 UNION math \x222B 2346 INTEGRAL math \x222C 2346-2346 DOUBLE INTEGRAL math \x222D 2346-2346-2346 TRIPLE INTEGRAL -math \X222E 2346-4-1246-14-12456 CONTOUR INTEGRAL -math \X2232 2346-4-1246-246-26-35-12456 CLOCKWISE CONTOUR INTEGRAL -math \X2233 2346-4-1246-26-35-135-12456 ANTICLOCKWISE CONTOUR INTEGRAL -math \X2234 a-6-16 THEREFORE -math \X2235 a-4-34 BECAUSE -math \X2236 a-5-2 RATIO -math \X2245 a-456-2356 APPROXIMATELY EQUAL TO -math \X224D a-2356-2356 EQUIVALENT TO +math \x222E 2346-4-1246-14-12456 CONTOUR INTEGRAL +math \x2232 2346-4-1246-246-26-35-12456 CLOCKWISE CONTOUR INTEGRAL +math \x2233 2346-4-1246-26-35-135-12456 ANTICLOCKWISE CONTOUR INTEGRAL +math \x2234 a-6-16 THEREFORE +math \x2235 a-4-34 BECAUSE +math \x2236 a-5-2 RATIO +math \x2245 a-456-2356 APPROXIMATELY EQUAL TO +math \x224D a-2356-2356 EQUIVALENT TO math \x2260 a-35-2356 NOT EQUAL TO math \x2261 a-456-123 IDENTICAL TO math \x2264 a-246-2356 LESS-THAN OR EQUAL TO math \x2265 a-135-2356 GREATER-THAN OR EQUAL TO GREATER THAN OR EQUAL TO -math \X2266 a-246-456-2356 LESS-THAN OVER EQUAL TO -math \X2267 a-46-2-46-13 GREATER-THAN OVER EQUAL TO -math \X2268 a-246-35-2356 LESS-THAN BUT NOT EQUAL TO -math \X2269 a-135-35-2356 GREATER-THAN BUT NOT EQUAL TO -math \X226A a-246-246 MUCH LESS-THAN -math \X226B a-135-135 MUCH GREATER-THAN -math \X226D a-35-2356-2356 NOT EQUIVALENT TO -math \X226E a-35-246 NOT LESS-THAN -math \X226F a-35-135 NOT GREATER-THAN -math \X2270 a-34-5-13-156 NEITHER LESS-THAN NOR EQUAL TO -math \X2271 a-34-46-2-156 NEITHER GREATER-THAN NOR EQUAL TO -math \X2272 a-246-2356-2356 LESS-THAN OR EQUIVALENT TO -math \X2273 a-135-2356-2356 GREATER-THAN OR EQUIVALENT TO -math \X2274 a-34-5-13-456-123 NEITHER LESS-THAN NOR EQUIVALENT TO -math \X2275 a-34-46-2-456-123 NEITHER GREATER-THAN NOR EQUIVALENT TO -math \X2276 a-5-13-46-2 LESS-THAN OR GREATER-THAN -math \X2277 a-46-2-5-13 GREATER-THAN OR LESS-THAN -math \X2278 a-34-5-13-46-2 NEITHER LESS-THAN NOR GREATER-THAN -math \X2279 a-34-46-2-5-13 NEITHER GREATER-THAN NOR LESS-THAN -math \X2282 456-5-13 SUBSET OF -math \X2283 456-46-2 SUPERSET OF -math \X2284 34-456-5-13 NOT A SUBSET OF -math \X2285 34-456-46-2 NOT A SUPERSET OF -math \X2286 456-5-13-156 SUBSET OF OR EQUAL TO -math \X2287 46-2-156 SUPERSET OF OR EQUAL TO -math \X2288 34-5-13-156 NEITHER A SUBSET OF NOR EQUAL TO -math \X2289 34-46-2-156 NEITHER A SUPERSET OF NOR EQUAL TO -math \X228A 456-5-13-34-46-13 SUBSET OF WITH NOT EQUAL TO -math \X228B 456-46-2-34-46-13 SUPERSET OF WITH NOT EQUAL TO -math \X2295 1246-14-456-1246-346-12456 CIRCLED PLUS -math \X2296 1246-14-456-1246-36-12456 CIRCLED MINUS -math \X2297 1246-14-456-1246-4-16-12456 CIRCLED TIMES -math \X2298 1246-14-456-1246-456-34-12456 CIRCLED DIVISION SLASH -math \X2299 1246-14-456-1246-16-12456 CIRCLED DOT OPERATOR -math \X229B 1246-14-456-1246-4-3456-12456 CIRCLED ASTERISK OPERATOR -math \X229C 1246-14-456-1246-46-13-12456 CIRCLED EQUALS -math \X229D 1246-14-456-1246-36-36-12456 CIRCLED DASH -math \X229E 1246-256-456-1246-346-12456 SQUARED PLUS -math \X229F 1246-256-456-1246-36-12456 SQUARED MINUS -math \X22A0 1246-256-456-1246-4-16-12456 SQUARED TIMES -math \X22A1 1246-256-456-1246-16-12456 SQUARED DOT OPERATOR -math \X22A5 a-3456-3 Perpendicular TO -math \X22A5 a-34-1246-1234 not Perpendicular TO +math \x2266 a-246-456-2356 LESS-THAN OVER EQUAL TO +math \x2267 a-46-2-46-13 GREATER-THAN OVER EQUAL TO +math \x2268 a-246-35-2356 LESS-THAN BUT NOT EQUAL TO +math \x2269 a-135-35-2356 GREATER-THAN BUT NOT EQUAL TO +math \x226A a-246-246 MUCH LESS-THAN +math \x226B a-135-135 MUCH GREATER-THAN +math \x226D a-35-2356-2356 NOT EQUIVALENT TO +math \x226E a-35-246 NOT LESS-THAN +math \x226F a-35-135 NOT GREATER-THAN +math \x2270 a-34-5-13-156 NEITHER LESS-THAN NOR EQUAL TO +math \x2271 a-34-46-2-156 NEITHER GREATER-THAN NOR EQUAL TO +math \x2272 a-246-2356-2356 LESS-THAN OR EQUIVALENT TO +math \x2273 a-135-2356-2356 GREATER-THAN OR EQUIVALENT TO +math \x2274 a-34-5-13-456-123 NEITHER LESS-THAN NOR EQUIVALENT TO +math \x2275 a-34-46-2-456-123 NEITHER GREATER-THAN NOR EQUIVALENT TO +math \x2276 a-5-13-46-2 LESS-THAN OR GREATER-THAN +math \x2277 a-46-2-5-13 GREATER-THAN OR LESS-THAN +math \x2278 a-34-5-13-46-2 NEITHER LESS-THAN NOR GREATER-THAN +math \x2279 a-34-46-2-5-13 NEITHER GREATER-THAN NOR LESS-THAN +math \x2282 456-5-13 SUBSET OF +math \x2283 456-46-2 SUPERSET OF +math \x2284 34-456-5-13 NOT A SUBSET OF +math \x2285 34-456-46-2 NOT A SUPERSET OF +math \x2286 456-5-13-156 SUBSET OF OR EQUAL TO +math \x2287 46-2-156 SUPERSET OF OR EQUAL TO +math \x2288 34-5-13-156 NEITHER A SUBSET OF NOR EQUAL TO +math \x2289 34-46-2-156 NEITHER A SUPERSET OF NOR EQUAL TO +math \x228A 456-5-13-34-46-13 SUBSET OF WITH NOT EQUAL TO +math \x228B 456-46-2-34-46-13 SUPERSET OF WITH NOT EQUAL TO +math \x2295 1246-14-456-1246-346-12456 CIRCLED PLUS +math \x2296 1246-14-456-1246-36-12456 CIRCLED MINUS +math \x2297 1246-14-456-1246-4-16-12456 CIRCLED TIMES +math \x2298 1246-14-456-1246-456-34-12456 CIRCLED DIVISION SLASH +math \x2299 1246-14-456-1246-16-12456 CIRCLED DOT OPERATOR +math \x229B 1246-14-456-1246-4-3456-12456 CIRCLED ASTERISK OPERATOR +math \x229C 1246-14-456-1246-46-13-12456 CIRCLED EQUALS +math \x229D 1246-14-456-1246-36-36-12456 CIRCLED DASH +math \x229E 1246-256-456-1246-346-12456 SQUARED PLUS +math \x229F 1246-256-456-1246-36-12456 SQUARED MINUS +math \x22A0 1246-256-456-1246-4-16-12456 SQUARED TIMES +math \x22A1 1246-256-456-1246-16-12456 SQUARED DOT OPERATOR +math \x22A5 a-3456-3 Perpendicular TO +math \x22A5 a-34-1246-1234 not Perpendicular TO math \x22C5 56-3 dot operator -math \X22DC a-2356-246 EQUAL TO OR LESS-THAN -math \X22DD a-2356-135 EQUAL TO OR GREATER-THAN -math \X22EE 126-3-3-3 VERTICAL ELLIPSIS -math \X22EF 3-3-3 MIDLINE HORIZONTAL ELLIPSIS -math \X22F0 45-3-3-3 UP RIGHT DIAGONAL ELLIPSIS -math \X22F1 56-3-3-3 DOWN RIGHT DIAGONAL ELLIPSIS +math \x22DC a-2356-246 EQUAL TO OR LESS-THAN +math \x22DD a-2356-135 EQUAL TO OR GREATER-THAN +math \x22EE 126-3-3-3 VERTICAL ELLIPSIS +math \x22EF 3-3-3 MIDLINE HORIZONTAL ELLIPSIS +math \x22F0 45-3-3-3 UP RIGHT DIAGONAL ELLIPSIS +math \x22F1 56-3-3-3 DOWN RIGHT DIAGONAL ELLIPSIS math \x2322 a-1246-1 arc -math \X25A0 1246-456-12345 filled Square -math \X25A1 1246-12345 Square -math \X25AB 1246-456-1235 filled Rectangle -math \X25AC 1246-1235 Rectangle -math \X25B0 1246-456-1245 filled PARALLELOGRAM -math \X25B1 1246-1245 PARALLELOGRAM -math \X25B2 1246-456-145 Filled Triangle -math \X25B3 1246-145 Triangle -math \X25BC 456-46-1246 BLACK DOWN-POINTING TRIANGLE -math \X25BD 46-1246 WHITE DOWN-POINTING TRIANGLE -math \X25CF 1246-456-14 Filled Circle -math \X25CB 1246-25 Circle +math \x25A0 1246-456-12345 filled Square +math \x25A1 1246-12345 Square +math \x25AB 1246-456-1235 filled Rectangle +math \x25AC 1246-1235 Rectangle +math \x25B0 1246-456-1245 filled PARALLELOGRAM +math \x25B1 1246-1245 PARALLELOGRAM +math \x25B2 1246-456-145 Filled Triangle +math \x25B3 1246-145 Triangle +math \x25BC 456-46-1246 BLACK DOWN-POINTING TRIANGLE +math \x25BD 46-1246 WHITE DOWN-POINTING TRIANGLE +math \x25CF 1246-456-14 Filled Circle +math \x25CB 1246-25 Circle math \xf577 1246-135 contracted right arrow sign * 4-3456 ASTERISK OPERATOR sign \x009A a SINGLE CHARACTER INTRODUCER @@ -288,9 +288,9 @@ sign \x00A7 4-6-234 SECTION SIGN sign \x00A9 12356-6-14-23456 COPYRIGHT SIGN sign \x00B7 16 MIDDLE DOT sign \x00D7 a-56-236 MULTIPLICATION SIGN -sign \X00F7 a-56-256 DIVISION SIGN +sign \x00F7 a-56-256 DIVISION SIGN sign \x2022 35-35 BULLET -sign \X2215 456-34 DIVISION slash +sign \x2215 456-34 DIVISION slash sign \x2715 a-56-236 MULTIPLICATION SIGN space \x2009 0 THIN SPACE 0020 space \x2061 0 FUNCTION APPLICATION diff --git a/tables/nemethdefs.cti b/tables/nemethdefs.cti index 5099dfe290..701838c7d6 100644 --- a/tables/nemethdefs.cti +++ b/tables/nemethdefs.cti @@ -52,8 +52,8 @@ sign \x00A7 4-6-234 SECTION SIGN sign \x00A9 12356-6-14-23456 COPYRIGHT SIGN math \x00B1 346-36 PLUS-MINUS SIGN PLUS-OR-MINUS SIGN sign \x00B7 16 MIDDLE DOT -sign \X00F7 46-34 DIVISION SIGN -sign \X2215 456-34 DIVISION slash +sign \x00F7 46-34 DIVISION SIGN +sign \x2215 456-34 DIVISION slash sign \x00D7 4-16 MULTIPLICATION SIGN sign \x2715 4-16 MULTIPLICATION SIGN math \x0391 46-6-1 GREEK CAPITAL LETTER ALPHA 03B1 @@ -115,139 +115,139 @@ lowercase \x2113 4-123 SCRIPT SMALL 006C math \x2114 1256 B BAR SYMBOL math \x211D 4-6-1235 DOUBLE-STRUCK CAPITAL 0052 DOUBLE-STRUCK math \x2322 a-1246-1-a arc -math \X2217 4-3456 ASTERISK OPERATOR +math \x2217 4-3456 ASTERISK OPERATOR sign * 4-3456 ASTERISK OPERATOR math \x2218 45-46-16 degrees sign -math \X212B a-4-6-1 ANGSTROM SIGN -math \X2295 1246-14-456-1246-346-12456 CIRCLED PLUS -math \X2296 1246-14-456-1246-36-12456 CIRCLED MINUS -math \X2297 1246-14-456-1246-4-16-12456 CIRCLED TIMES -math \X2298 1246-14-456-1246-456-34-12456 CIRCLED DIVISION SLASH -math \X2299 1246-14-456-1246-16-12456 CIRCLED DOT OPERATOR -math \X229B 1246-14-456-1246-4-3456-12456 CIRCLED ASTERISK OPERATOR -math \X229C 1246-14-456-1246-46-13-12456 CIRCLED EQUALS -math \X229D 1246-14-456-1246-36-36-12456 CIRCLED DASH -math \X229E 1246-256-456-1246-346-12456 SQUARED PLUS -math \X229F 1246-256-456-1246-36-12456 SQUARED MINUS -math \X22A0 1246-256-456-1246-4-16-12456 SQUARED TIMES -math \X22A1 1246-256-456-1246-16-12456 SQUARED DOT OPERATOR -math \X22EE 126-3-3-3 VERTICAL ELLIPSIS -math \X22EF 3-3-3 MIDLINE HORIZONTAL ELLIPSIS -math \X22F0 45-3-3-3 UP RIGHT DIAGONAL ELLIPSIS -math \X22F1 56-3-3-3 DOWN RIGHT DIAGONAL ELLIPSIS +math \x212B a-4-6-1 ANGSTROM SIGN +math \x2295 1246-14-456-1246-346-12456 CIRCLED PLUS +math \x2296 1246-14-456-1246-36-12456 CIRCLED MINUS +math \x2297 1246-14-456-1246-4-16-12456 CIRCLED TIMES +math \x2298 1246-14-456-1246-456-34-12456 CIRCLED DIVISION SLASH +math \x2299 1246-14-456-1246-16-12456 CIRCLED DOT OPERATOR +math \x229B 1246-14-456-1246-4-3456-12456 CIRCLED ASTERISK OPERATOR +math \x229C 1246-14-456-1246-46-13-12456 CIRCLED EQUALS +math \x229D 1246-14-456-1246-36-36-12456 CIRCLED DASH +math \x229E 1246-256-456-1246-346-12456 SQUARED PLUS +math \x229F 1246-256-456-1246-36-12456 SQUARED MINUS +math \x22A0 1246-256-456-1246-4-16-12456 SQUARED TIMES +math \x22A1 1246-256-456-1246-16-12456 SQUARED DOT OPERATOR +math \x22EE 126-3-3-3 VERTICAL ELLIPSIS +math \x22EF 3-3-3 MIDLINE HORIZONTAL ELLIPSIS +math \x22F0 45-3-3-3 UP RIGHT DIAGONAL ELLIPSIS +math \x22F1 56-3-3-3 DOWN RIGHT DIAGONAL ELLIPSIS # Arrows -math \X2190 a-1246-246-25-25-a LEFTWARDS ARROW -math \X2191 a-1246-126-25-25-135-a UPWARDS ARROW +math \x2190 a-1246-246-25-25-a LEFTWARDS ARROW +math \x2191 a-1246-126-25-25-135-a UPWARDS ARROW math \x2192 a-1246-135-a RIGHTWARDS ARROW -math \X2193 a-1246-146-25-25-135-a DOWNWARDS ARROW -math \X2194 a-1246-246-25-25-135-a LEFT RIGHT ARROW -math \X2195 a-1246-126-146-246-25-25-135-a UP DOWN ARROW -math \X2196 a-1246-45-246-25-25-a NORTH WEST ARROW -math \X2197 a-1246-45-25-25-135-a NORTH EAST ARROW -math \X2198 a-1246-56-25-25-135-a SOUTH EAST ARROW -math \X2199 a-1246-56-246-25-25-a SOUTH WEST ARROW -math \X219A a-1256-4-1246-246-25-25-12456-a LEFTWARDS ARROW WITH STROKE -math \X219B a-1256-4-1246-25-25-135-12456-a RIGHTWARDS ARROW WITH STROKE -math \X219C a-1246-246-35-25-26-a LEFTWARDS WAVE ARROW -math \X219D a-1246-35-25-26-135-a RIGHTWARDS WAVE ARROW -math \X219E a-1246-246-246-25-25-a LEFTWARDS TWO HEADED ARROW -math \X219F a-1246-126-25-25-135-135-a UPWARDS TWO HEADED ARROW -math \X21A0 a-1246-25-25-135-135-a RIGHTWARDS TWO HEADED ARROW -math \X21A1 a-1246-146-25-25-135-135-a DOWNWARDS TWO HEADED ARROW -math \X21A2 a-1246-246-25-25-6-13456-a LEFTWARDS ARROW WITH TAIL -math \X21A3 a-1246-6-12346-25-25-135-a RIGHTWARDS ARROW WITH TAIL -math \X21A4 a-1246-246-25-25-1256-a LEFTWARDS ARROW FROM BAR -math \X21A5 a-1246-126-1256-25-25-135-a UPWARDS ARROW FROM BAR -math \X21A6 a-1246-1256-25-25-135-a RIGHTWARDS ARROW FROM BAR -math \X21A7 a-1246-146-1256-25-25-135-a DOWNWARDS ARROW FROM BAR -math \X21A8 a-1246-246-25-1256-25-135-a UP DOWN ARROW WITH BASE -math \X21A9 a-1246-246-25-25-6-135-a LEFTWARDS ARROW WITH HOOK -math \X21AA a-1246-6-246-25-25-135-a RIGHTWARDS ARROW WITH HOOK -math \X21AB a-1246-246-25-25-46-16-a LEFTWARDS ARROW WITH LOOP -math \X21AC a-1246-46-16-25-25-135-a RIGHTWARDS ARROW WITH LOOP -math \X21AD a-1246-246-35-25-26-135-a LEFT RIGHT WAVE ARROW -math \X21AE a-1256-4-1246-246-25-25-135-a LEFT RIGHT ARROW WITH STROKE -math \X21AF a-1246-146-35-26-35-1359 DOWNWARDS ZIGZAG ARROW -math \X21B4 a-1246-6-1256-25-25-135-a RIGHTWARDS ARROW WITH CORNER DOWNWARDS -math \X21B5 a-1246-146-6-1256-25-25-135-a DOWNWARDS ARROW WITH CORNER LEFTWARDS -math \X21B6 a-1246-26-35-0-135-a ANTICLOCKWISE TOP SEMICIRCLE ARROW -math \X21B7 a-1246-246-26-0-35-a CLOCKWISE TOP SEMICIRCLE ARROW -math \X21BA a-1246-26-35-135-a ANTICLOCKWISE OPEN CIRCLE ARROW -math \X21BB a-1246-246-26-35-a CLOCKWISE OPEN CIRCLE ARROW -math \X21BC a-1246-4-246-25-25-a LEFTWARDS HARPOON WITH BARB UPWARDS -math \X21BD a-1246-6-246-25-25-a LEFTWARDS HARPOON WITH BARB DOWNWARDS -math \X21BE a-1246-126-25-25-6-135-a UPWARDS HARPOON WITH BARB RIGHTWARDS -math \X21BF a-1246-126-25-25-4-135-a UPWARDS HARPOON WITH BARB LEFTWARDS -math \X21C0 a-1246-25-25-4-135-a RIGHTWARDS HARPOON WITH BARB UPWARDS -math \X21C1 a-1246-25-25-6-135-a RIGHTWARDS HARPOON WITH BARB DOWNWARS -math \X21C2 a-1246-246-25-25-4-135-a DOWNWARDS HARPOON WITH BARB RIGHTWARDS -math \X21C3 a-1246-146-25-25-6-135-a DOWNWARDS HARPOON WITH BARB LEFTWARDS -math \X21C4 1246-25-25-135-1246-246-25-25 RIGHTWARDS ARROW OVER LEFTWARDS ARROW -math \X21C5 1246-126-25-25-135-5-1246-146-25-25-135 UPWARDS ARROW LEFTWARDS OF DOWNWARDS ARROW -math \X21C6 1246-246-25-25-1246-25-25-135 LEFTWARDS ARROW OVER RIGHTWARDS ARROW -math \X21C7 1246-245-25-25-1246-245-25-25 LEFTWARDS PAIRED ARROWS -math \X21C8 1246-126-25-25-135-5-1246-126-25-25-135 UPWARDS PAIRED ARROWS -math \X21C9 1246-25-25-135-1246-25-25-135 RIGHTWARDS PAIRED ARROWS -math \X21CA 1246-146-25-25-135-5-1246-146-25-25-135 DOWNWARDS PAIRED ARROWS -math \X21CB 1246-4-246-25-25-1246-25-25-4-135 LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON -math \X21CC 1246-25-25-4-135-1246-4-246-25-25 RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON -math \X21CD a-1256-4-1246-246-246-25-25-a LEFTWARDS DOUBLE ARROW WITH STROKE -math \X21CE a-1256-4-1246-246-246-25-25-135-135-a LEFT RIGHT DOUBLE ARROW WITH STROKE -math \X21CF a-1256-4-1246-25-25-135-135-a RIGHTWARDS DOUBLE ARROW WITH STROKE -math \X21D0 a-1246-246-246-25-25-a LEFTWARDS DOUBLE ARROW -math \X21D1 a-1246-126-25-25-135-135-a UPWARDS DOUBLE ARROW -math \X21D2 a-1246-25-25-135-135-a RIGHTWARDS DOUBLE ARROW -math \X21D3 a-1246-126-25-25-135-135-a DOWNWARDS DOUBLE ARROW -math \X21D4 a-1246-246-246-25-25-135-135-a LEFT RIGHT DOUBLE ARROW -math \X21D5 a-1246-126-246-246-25-25-135-135-a UP DOWN DOUBLE ARROW -math \X21D6 a-1246-45-246-246-25-25-a NORTH WEST DOUBLE ARROW -math \X21D7 a-1246-45-25-25-135-135-a NORTH EAST DOUBLE ARROW -math \X21D8 a-1246-56-25-25-135-135-a SOUTH EAST DOUBLE ARROW -math \X21D9 a-1246-56-246-246-25-25-a SOUTH WEST DOUBLE ARROW -math \X21DA a-1246-246-246-246-25-25-a LEFTWARDS TRIPLE ARROW -math \X21DB a-1246-25-25-135-135-135-a RIGHTWARDS TRIPLE ARROW -math \X21DC a-1246-246-26-36-35-25-26-a LEFTWARDS SQUIGGLE ARROW -math \X21DD a-1246-26-36-35-25-26-135-a RIGHTWARDS SQUIGGLE ARROW -math \X21DE a-1256-1256-4-1246-126-25-25-135-12456-a UPWARDS ARROW WITH DOUBLE STROKE -math \X21DF a-1256-1256-4-1246-146-25-25-135-12456-a DOWNWARDS ARROW WITH DOUBLE STROKE -math \X21E0 a-1246-246-25-0-25-a LEFTWARDS DASHED ARROW -math \X21E1 a-1246-126-25-0-25-135-a UPWARDS DASHED ARROW -math \X21E2 a-1246-25-0-25-135-a RIGHTWARDS DASHED ARROW -math \X21E3 a-1246-146-25-a-25-135-a DOWNWARDS DASHED ARROW -math \X21E4 a-1246-1256-246-25-25-a LEFTWARDS ARROW TO BAR -math \X21E5 a-1246-25-25-135-1256-a RIGHTWARDS ARROW TO BAR -math \X21E6 a-1246-456-246-25-25-a LEFTWARDS WHITE ARROW -math \X21E7 a-1246-126-456-25-25-135-a UPWARDS WHITE ARROW -math \X21E8 a-1246-456-25-25-135-a RIGHTWARDS WHITE ARROW -math \X21E9 a-1246-146-456-25-25-135-a DOWNWARDS WHITE ARROW -math \X21F3 a-1246-126-456-246-25-25-135-a UP DOWN WHITE ARROW -math \X21F4 a-1246-25-25-135-46-16-a RIGHT ARROW WITH SMALL CIRCLE -math \X21F5 a-1246-146-25-25-135-5-1246-126-25-25-135-a DOWNWARDS ARROW LEFTWARDS OF UPWARDS ARROW -math \X21F6 a-1246-25-25-135-1246-25-25-135-1246-25-25-135-a THREE RIGHTWARDS ARROWS -math \X21F7 a-1256-4-1246-246-25-25-12456-a LEFTWARDS ARROW WITH VERTICAL STROKE -math \X21F8 a-1256-4-1246-25-25-135-12456-a RIGHTWARDS ARROW WITH VERTICAL STROKE -math \X21F9 a-1256-4-1246-246-25-25-135-a LEFT RIGHT ARROW WITH VERTICAL STROKE -math \X21FA a-1256-1256-4-1246-246-25-25-12456-a LEFTWARDS ARROW WITH DOUBLE VERTICAL STROKE -math \X21FB a-1256-1256-4-1246-25-25-135-12456-a RIGHTWARDS ARROW WITH DOUBLE VERTICAL STROKE -math \X21FC a-1256-1256-4-1246-246-25-25-135-a LEFT RIGHT ARROW WITH DOUBLE VERTICAL STROKE -math \X21FD a-1246-1256-25-25-a LEFTWARDS OPEN-HEADED ARROW -math \X21FE a-1246-25-25-1256-a RIGHTWARDS OPEN-HEADED ARROW -math \X21FF a-1246-1256-25-25-1256-a LEFT RIGHT OPEN-HEADED ARROW +math \x2193 a-1246-146-25-25-135-a DOWNWARDS ARROW +math \x2194 a-1246-246-25-25-135-a LEFT RIGHT ARROW +math \x2195 a-1246-126-146-246-25-25-135-a UP DOWN ARROW +math \x2196 a-1246-45-246-25-25-a NORTH WEST ARROW +math \x2197 a-1246-45-25-25-135-a NORTH EAST ARROW +math \x2198 a-1246-56-25-25-135-a SOUTH EAST ARROW +math \x2199 a-1246-56-246-25-25-a SOUTH WEST ARROW +math \x219A a-1256-4-1246-246-25-25-12456-a LEFTWARDS ARROW WITH STROKE +math \x219B a-1256-4-1246-25-25-135-12456-a RIGHTWARDS ARROW WITH STROKE +math \x219C a-1246-246-35-25-26-a LEFTWARDS WAVE ARROW +math \x219D a-1246-35-25-26-135-a RIGHTWARDS WAVE ARROW +math \x219E a-1246-246-246-25-25-a LEFTWARDS TWO HEADED ARROW +math \x219F a-1246-126-25-25-135-135-a UPWARDS TWO HEADED ARROW +math \x21A0 a-1246-25-25-135-135-a RIGHTWARDS TWO HEADED ARROW +math \x21A1 a-1246-146-25-25-135-135-a DOWNWARDS TWO HEADED ARROW +math \x21A2 a-1246-246-25-25-6-13456-a LEFTWARDS ARROW WITH TAIL +math \x21A3 a-1246-6-12346-25-25-135-a RIGHTWARDS ARROW WITH TAIL +math \x21A4 a-1246-246-25-25-1256-a LEFTWARDS ARROW FROM BAR +math \x21A5 a-1246-126-1256-25-25-135-a UPWARDS ARROW FROM BAR +math \x21A6 a-1246-1256-25-25-135-a RIGHTWARDS ARROW FROM BAR +math \x21A7 a-1246-146-1256-25-25-135-a DOWNWARDS ARROW FROM BAR +math \x21A8 a-1246-246-25-1256-25-135-a UP DOWN ARROW WITH BASE +math \x21A9 a-1246-246-25-25-6-135-a LEFTWARDS ARROW WITH HOOK +math \x21AA a-1246-6-246-25-25-135-a RIGHTWARDS ARROW WITH HOOK +math \x21AB a-1246-246-25-25-46-16-a LEFTWARDS ARROW WITH LOOP +math \x21AC a-1246-46-16-25-25-135-a RIGHTWARDS ARROW WITH LOOP +math \x21AD a-1246-246-35-25-26-135-a LEFT RIGHT WAVE ARROW +math \x21AE a-1256-4-1246-246-25-25-135-a LEFT RIGHT ARROW WITH STROKE +math \x21AF a-1246-146-35-26-35-1359 DOWNWARDS ZIGZAG ARROW +math \x21B4 a-1246-6-1256-25-25-135-a RIGHTWARDS ARROW WITH CORNER DOWNWARDS +math \x21B5 a-1246-146-6-1256-25-25-135-a DOWNWARDS ARROW WITH CORNER LEFTWARDS +math \x21B6 a-1246-26-35-0-135-a ANTICLOCKWISE TOP SEMICIRCLE ARROW +math \x21B7 a-1246-246-26-0-35-a CLOCKWISE TOP SEMICIRCLE ARROW +math \x21BA a-1246-26-35-135-a ANTICLOCKWISE OPEN CIRCLE ARROW +math \x21BB a-1246-246-26-35-a CLOCKWISE OPEN CIRCLE ARROW +math \x21BC a-1246-4-246-25-25-a LEFTWARDS HARPOON WITH BARB UPWARDS +math \x21BD a-1246-6-246-25-25-a LEFTWARDS HARPOON WITH BARB DOWNWARDS +math \x21BE a-1246-126-25-25-6-135-a UPWARDS HARPOON WITH BARB RIGHTWARDS +math \x21BF a-1246-126-25-25-4-135-a UPWARDS HARPOON WITH BARB LEFTWARDS +math \x21C0 a-1246-25-25-4-135-a RIGHTWARDS HARPOON WITH BARB UPWARDS +math \x21C1 a-1246-25-25-6-135-a RIGHTWARDS HARPOON WITH BARB DOWNWARS +math \x21C2 a-1246-246-25-25-4-135-a DOWNWARDS HARPOON WITH BARB RIGHTWARDS +math \x21C3 a-1246-146-25-25-6-135-a DOWNWARDS HARPOON WITH BARB LEFTWARDS +math \x21C4 1246-25-25-135-1246-246-25-25 RIGHTWARDS ARROW OVER LEFTWARDS ARROW +math \x21C5 1246-126-25-25-135-5-1246-146-25-25-135 UPWARDS ARROW LEFTWARDS OF DOWNWARDS ARROW +math \x21C6 1246-246-25-25-1246-25-25-135 LEFTWARDS ARROW OVER RIGHTWARDS ARROW +math \x21C7 1246-245-25-25-1246-245-25-25 LEFTWARDS PAIRED ARROWS +math \x21C8 1246-126-25-25-135-5-1246-126-25-25-135 UPWARDS PAIRED ARROWS +math \x21C9 1246-25-25-135-1246-25-25-135 RIGHTWARDS PAIRED ARROWS +math \x21CA 1246-146-25-25-135-5-1246-146-25-25-135 DOWNWARDS PAIRED ARROWS +math \x21CB 1246-4-246-25-25-1246-25-25-4-135 LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON +math \x21CC 1246-25-25-4-135-1246-4-246-25-25 RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON +math \x21CD a-1256-4-1246-246-246-25-25-a LEFTWARDS DOUBLE ARROW WITH STROKE +math \x21CE a-1256-4-1246-246-246-25-25-135-135-a LEFT RIGHT DOUBLE ARROW WITH STROKE +math \x21CF a-1256-4-1246-25-25-135-135-a RIGHTWARDS DOUBLE ARROW WITH STROKE +math \x21D0 a-1246-246-246-25-25-a LEFTWARDS DOUBLE ARROW +math \x21D1 a-1246-126-25-25-135-135-a UPWARDS DOUBLE ARROW +math \x21D2 a-1246-25-25-135-135-a RIGHTWARDS DOUBLE ARROW +math \x21D3 a-1246-126-25-25-135-135-a DOWNWARDS DOUBLE ARROW +math \x21D4 a-1246-246-246-25-25-135-135-a LEFT RIGHT DOUBLE ARROW +math \x21D5 a-1246-126-246-246-25-25-135-135-a UP DOWN DOUBLE ARROW +math \x21D6 a-1246-45-246-246-25-25-a NORTH WEST DOUBLE ARROW +math \x21D7 a-1246-45-25-25-135-135-a NORTH EAST DOUBLE ARROW +math \x21D8 a-1246-56-25-25-135-135-a SOUTH EAST DOUBLE ARROW +math \x21D9 a-1246-56-246-246-25-25-a SOUTH WEST DOUBLE ARROW +math \x21DA a-1246-246-246-246-25-25-a LEFTWARDS TRIPLE ARROW +math \x21DB a-1246-25-25-135-135-135-a RIGHTWARDS TRIPLE ARROW +math \x21DC a-1246-246-26-36-35-25-26-a LEFTWARDS SQUIGGLE ARROW +math \x21DD a-1246-26-36-35-25-26-135-a RIGHTWARDS SQUIGGLE ARROW +math \x21DE a-1256-1256-4-1246-126-25-25-135-12456-a UPWARDS ARROW WITH DOUBLE STROKE +math \x21DF a-1256-1256-4-1246-146-25-25-135-12456-a DOWNWARDS ARROW WITH DOUBLE STROKE +math \x21E0 a-1246-246-25-0-25-a LEFTWARDS DASHED ARROW +math \x21E1 a-1246-126-25-0-25-135-a UPWARDS DASHED ARROW +math \x21E2 a-1246-25-0-25-135-a RIGHTWARDS DASHED ARROW +math \x21E3 a-1246-146-25-a-25-135-a DOWNWARDS DASHED ARROW +math \x21E4 a-1246-1256-246-25-25-a LEFTWARDS ARROW TO BAR +math \x21E5 a-1246-25-25-135-1256-a RIGHTWARDS ARROW TO BAR +math \x21E6 a-1246-456-246-25-25-a LEFTWARDS WHITE ARROW +math \x21E7 a-1246-126-456-25-25-135-a UPWARDS WHITE ARROW +math \x21E8 a-1246-456-25-25-135-a RIGHTWARDS WHITE ARROW +math \x21E9 a-1246-146-456-25-25-135-a DOWNWARDS WHITE ARROW +math \x21F3 a-1246-126-456-246-25-25-135-a UP DOWN WHITE ARROW +math \x21F4 a-1246-25-25-135-46-16-a RIGHT ARROW WITH SMALL CIRCLE +math \x21F5 a-1246-146-25-25-135-5-1246-126-25-25-135-a DOWNWARDS ARROW LEFTWARDS OF UPWARDS ARROW +math \x21F6 a-1246-25-25-135-1246-25-25-135-1246-25-25-135-a THREE RIGHTWARDS ARROWS +math \x21F7 a-1256-4-1246-246-25-25-12456-a LEFTWARDS ARROW WITH VERTICAL STROKE +math \x21F8 a-1256-4-1246-25-25-135-12456-a RIGHTWARDS ARROW WITH VERTICAL STROKE +math \x21F9 a-1256-4-1246-246-25-25-135-a LEFT RIGHT ARROW WITH VERTICAL STROKE +math \x21FA a-1256-1256-4-1246-246-25-25-12456-a LEFTWARDS ARROW WITH DOUBLE VERTICAL STROKE +math \x21FB a-1256-1256-4-1246-25-25-135-12456-a RIGHTWARDS ARROW WITH DOUBLE VERTICAL STROKE +math \x21FC a-1256-1256-4-1246-246-25-25-135-a LEFT RIGHT ARROW WITH DOUBLE VERTICAL STROKE +math \x21FD a-1246-1256-25-25-a LEFTWARDS OPEN-HEADED ARROW +math \x21FE a-1246-25-25-1256-a RIGHTWARDS OPEN-HEADED ARROW +math \x21FF a-1246-1256-25-25-1256-a LEFT RIGHT OPEN-HEADED ARROW # End of Arrows -math \X2207 46-1246 NABLA +math \x2207 46-1246 NABLA math \x2200 4-12346 FOR ALL -math \X2234 a-6-16-a THEREFORE -math \X2235 a-4-34-a BECAUSE -math \X220E a-456-1256-a END OF PROOF +math \x2234 a-6-16-a THEREFORE +math \x2235 a-4-34-a BECAUSE +math \x220E a-456-1256-a END OF PROOF math \x2208 4-15 ELEMENT OF -math \X2209 34-4-15 NOT AN ELEMENT OF -math \X220B 456-46-1 CONTAINS AS MEMBER -math \X220C 34-456-46-1 DOES NOT CONTAIN AS MEMBER -math \X220D 4-26 SMALL CONTAINS AS MEMBER -math \X220F 46-6-1234 N-ARY PRODUCT +math \x2209 34-4-15 NOT AN ELEMENT OF +math \x220B 456-46-1 CONTAINS AS MEMBER +math \x220C 34-456-46-1 DOES NOT CONTAIN AS MEMBER +math \x220D 4-26 SMALL CONTAINS AS MEMBER +math \x220F 46-6-1234 N-ARY PRODUCT math \x22C5 16 dot operator math \x2211 46-6-234 N-ARY SUMMATION math \x2212 36 MINUS SIGN @@ -255,79 +255,79 @@ math \x221E 6-123456 INFINITY math \x222B 2346 INTEGRAL math \x222C 2346-2346 DOUBLE INTEGRAL math \x222D 2346-2346-2346 TRIPLE INTEGRAL -math \X222E 2346-4-1246-14-12456 CONTOUR INTEGRAL -math \X2232 2346-4-1246-246-26-35-12456 CLOCKWISE CONTOUR INTEGRAL -math \X2233 2346-4-1246-26-35-135-12456 ANTICLOCKWISE CONTOUR INTEGRAL +math \x222E 2346-4-1246-14-12456 CONTOUR INTEGRAL +math \x2232 2346-4-1246-246-26-35-12456 CLOCKWISE CONTOUR INTEGRAL +math \x2233 2346-4-1246-26-35-135-12456 ANTICLOCKWISE CONTOUR INTEGRAL math \x2260 0-34-46-13-0 NOT EQUAL TO math \x2261 456-123 IDENTICAL TO -math \X2245 a-4-156-4-156-a APPROXIMATELY EQUAL TO -math \X224D a-4-126-6-126-a EQUIVALENT TO +math \x2245 a-4-156-4-156-a APPROXIMATELY EQUAL TO +math \x224D a-4-126-6-126-a EQUIVALENT TO math \x2264 a-5-13-156-a LESS-THAN OR EQUAL TO -math \X2266 a-5-13-46-13-a LESS-THAN OVER EQUAL TO +math \x2266 a-5-13-46-13-a LESS-THAN OVER EQUAL TO math \x2265 a-46-2-156-a GREATER-THAN OR EQUAL TO GREATER THAN OR EQUAL TO -math \X2267 a-46-2-46-13-a GREATER-THAN OVER EQUAL TO -math \X2268 a-5-13-34-46-13-a LESS-THAN BUT NOT EQUAL TO -math \X2269 a-46-2-34-46-13-a GREATER-THAN BUT NOT EQUAL TO -math \X22DC a-156-5-13-a EQUAL TO OR LESS-THAN -math \X22DD a-156-46-2-a EQUAL TO OR GREATER-THAN -math \X226A a-5-13-5-13-a MUCH LESS-THAN -math \X226B a-46-2-46-2-a MUCH GREATER-THAN -math \X226D a-34-4-126-6-126-a NOT EQUIVALENT TO -math \X226E a-5-13-a NOT LESS-THAN -math \X226F a-34-46-2-a NOT GREATER-THAN -math \X2270 a-34-5-13-156-a NEITHER LESS-THAN NOR EQUAL TO -math \X2271 a-34-46-2-156-a NEITHER GREATER-THAN NOR EQUAL TO -math \X2272 a-5-13-456-123-a LESS-THAN OR EQUIVALENT TO -math \X2273 a-46-2-456-123-a GREATER-THAN OR EQUIVALENT TO -math \X2274 a-34-5-13-456-123-a NEITHER LESS-THAN NOR EQUIVALENT TO -math \X2275 a-34-46-2-456-123-a NEITHER GREATER-THAN NOR EQUIVALENT TO -math \X2276 a-5-13-46-2-a LESS-THAN OR GREATER-THAN -math \X2277 a-46-2-5-13-a GREATER-THAN OR LESS-THAN -math \X2278 a-34-5-13-46-2-a NEITHER LESS-THAN NOR GREATER-THAN -math \X2279 a-34-46-2-5-13-a NEITHER GREATER-THAN NOR LESS-THAN +math \x2267 a-46-2-46-13-a GREATER-THAN OVER EQUAL TO +math \x2268 a-5-13-34-46-13-a LESS-THAN BUT NOT EQUAL TO +math \x2269 a-46-2-34-46-13-a GREATER-THAN BUT NOT EQUAL TO +math \x22DC a-156-5-13-a EQUAL TO OR LESS-THAN +math \x22DD a-156-46-2-a EQUAL TO OR GREATER-THAN +math \x226A a-5-13-5-13-a MUCH LESS-THAN +math \x226B a-46-2-46-2-a MUCH GREATER-THAN +math \x226D a-34-4-126-6-126-a NOT EQUIVALENT TO +math \x226E a-5-13-a NOT LESS-THAN +math \x226F a-34-46-2-a NOT GREATER-THAN +math \x2270 a-34-5-13-156-a NEITHER LESS-THAN NOR EQUAL TO +math \x2271 a-34-46-2-156-a NEITHER GREATER-THAN NOR EQUAL TO +math \x2272 a-5-13-456-123-a LESS-THAN OR EQUIVALENT TO +math \x2273 a-46-2-456-123-a GREATER-THAN OR EQUIVALENT TO +math \x2274 a-34-5-13-456-123-a NEITHER LESS-THAN NOR EQUIVALENT TO +math \x2275 a-34-46-2-456-123-a NEITHER GREATER-THAN NOR EQUIVALENT TO +math \x2276 a-5-13-46-2-a LESS-THAN OR GREATER-THAN +math \x2277 a-46-2-5-13-a GREATER-THAN OR LESS-THAN +math \x2278 a-34-5-13-46-2-a NEITHER LESS-THAN NOR GREATER-THAN +math \x2279 a-34-46-2-5-13-a NEITHER GREATER-THAN NOR LESS-THAN math \xf577 1246-135 contracted right arrow #missing chars Mike is adding -math \X2229 46-146 INTERSECTION -math \X222A 46-346 UNION -math \X2282 456-5-13 SUBSET OF -math \X2283 456-46-2 SUPERSET OF -math \X2284 34-456-5-13 NOT A SUBSET OF -math \X2285 34-456-46-2 NOT A SUPERSET OF -math \X2286 456-5-13-156 SUBSET OF OR EQUAL TO -math \X2287 46-2-156 SUPERSET OF OR EQUAL TO -math \X2288 34-5-13-156 NEITHER A SUBSET OF NOR EQUAL TO -math \X2289 34-46-2-156 NEITHER A SUPERSET OF NOR EQUAL TO -math \X228A 456-5-13-34-46-13 SUBSET OF WITH NOT EQUAL TO -math \X228B 456-46-2-34-46-13 SUPERSET OF WITH NOT EQUAL TO -math \X2203 4-123456 THERE EXISTS -math \X2204 34-4-123456 THERE DOES NOT EXIST -math \X2202 4-145 PARTIAL DIFFERENTIAL -math \X2205 456-356 EMPTY SET -math \X25B3 1246-2345 Triangle -math \X25B2 1246-456-2345 Filled Triangle -math \X25BC 456-46-1246 BLACK DOWN-POINTING TRIANGLE -math \X25BD 46-1246 WHITE DOWN-POINTING TRIANGLE -math \X25CF 1246-456-14 Filled Circle -math \X25CB 1246-14 Circle -math \X25A0 1246-456-256 filled Square -math \X25A1 1246-256 Square -math \X25AB 1246-456-1235 filled Rectangle -math \X25AC 1246-1235 Rectangle -math \X25B0 1246-456-1245 filled PARALLELOGRAM -math \X25B1 1246-1245 PARALLELOGRAM -math \X22A5 a-1246-1234-a Perpendicular TO -math \X22A5 a-34-1246-1234-a not Perpendicular TO -math \X2223 1256 DIVIDES -math \X2224 34-1256 DOES NOT DIVIDE -math \X2225 a-1246-123-a PARALLEL TO -math \X2226 a-34-1246-123-a NOT PARALLEL TO -math \X221F 1246-246-46-1235-12456 RIGHT ANGLE -math \X2221 1246-246-456-1246-1246-1-12456 MEASURED ANGLE -math \X2222 1246-246-456-1246-1246-1-12456 Spherical ANGLE -math \X2220 1246-246 ANGLE -math \X221D a-56-23-a PROPORTIONAL TO -math \X2236 a-5-2-a RATIO +math \x2229 46-146 INTERSECTION +math \x222A 46-346 UNION +math \x2282 456-5-13 SUBSET OF +math \x2283 456-46-2 SUPERSET OF +math \x2284 34-456-5-13 NOT A SUBSET OF +math \x2285 34-456-46-2 NOT A SUPERSET OF +math \x2286 456-5-13-156 SUBSET OF OR EQUAL TO +math \x2287 46-2-156 SUPERSET OF OR EQUAL TO +math \x2288 34-5-13-156 NEITHER A SUBSET OF NOR EQUAL TO +math \x2289 34-46-2-156 NEITHER A SUPERSET OF NOR EQUAL TO +math \x228A 456-5-13-34-46-13 SUBSET OF WITH NOT EQUAL TO +math \x228B 456-46-2-34-46-13 SUPERSET OF WITH NOT EQUAL TO +math \x2203 4-123456 THERE EXISTS +math \x2204 34-4-123456 THERE DOES NOT EXIST +math \x2202 4-145 PARTIAL DIFFERENTIAL +math \x2205 456-356 EMPTY SET +math \x25B3 1246-2345 Triangle +math \x25B2 1246-456-2345 Filled Triangle +math \x25BC 456-46-1246 BLACK DOWN-POINTING TRIANGLE +math \x25BD 46-1246 WHITE DOWN-POINTING TRIANGLE +math \x25CF 1246-456-14 Filled Circle +math \x25CB 1246-14 Circle +math \x25A0 1246-456-256 filled Square +math \x25A1 1246-256 Square +math \x25AB 1246-456-1235 filled Rectangle +math \x25AC 1246-1235 Rectangle +math \x25B0 1246-456-1245 filled PARALLELOGRAM +math \x25B1 1246-1245 PARALLELOGRAM +math \x22A5 a-1246-1234-a Perpendicular TO +math \x22A5 a-34-1246-1234-a not Perpendicular TO +math \x2223 1256 DIVIDES +math \x2224 34-1256 DOES NOT DIVIDE +math \x2225 a-1246-123-a PARALLEL TO +math \x2226 a-34-1246-123-a NOT PARALLEL TO +math \x221F 1246-246-46-1235-12456 RIGHT ANGLE +math \x2221 1246-246-456-1246-1246-1-12456 MEASURED ANGLE +math \x2222 1246-246-456-1246-1246-1-12456 Spherical ANGLE +math \x2220 1246-246 ANGLE +math \x221D a-56-23-a PROPORTIONAL TO +math \x2236 a-5-2-a RATIO diff --git a/tables/no-no-braillo-047-01.dis b/tables/no-no-braillo-047-01.dis index ca5c0667ff..240094ea47 100644 --- a/tables/no-no-braillo-047-01.dis +++ b/tables/no-no-braillo-047-01.dis @@ -116,7 +116,7 @@ display u 1256 # 117 display | 456 # 124 #display } # 125 #display ~ # 126 -#display \X007f # 127 +#display \x007f # 127 #display Ç # 128 #display ü # 129 #display é # 130 diff --git a/tables/no-no-chardefs6.uti b/tables/no-no-chardefs6.uti index 43c417b67e..d51486f1c0 100644 --- a/tables/no-no-chardefs6.uti +++ b/tables/no-no-chardefs6.uti @@ -161,7 +161,7 @@ uplow \x00C6\x00E6 345 # æ x00C6 / 00E6 uplow Åå 16 # A with ring above x00C5 / 00E5 uplow \x00C1\x00E1 16 # a with acute x00C1 / 00E1 uplow Øø 246 # o with stroke -uplow \X00DA\x00FA 12456 # u with acute x00DA / 00FA +uplow \x00DA\x00FA 12456 # u with acute x00DA / 00FA uplow \x00DC\x00FC 1256 # u with diaeresis x00FC uplow \x00DD\x00FD 12346 # y with acute x00FD uplow \x00C0\x00E0 12356 # a with grave x00C0 / 00E0 diff --git a/tables/no-no-comp8.ctb b/tables/no-no-comp8.ctb index 0280676708..9e82137966 100644 --- a/tables/no-no-comp8.ctb +++ b/tables/no-no-comp8.ctb @@ -315,4 +315,4 @@ sign \x00FC 1256 # LATIN SMALL LETTER U WITH DIAERESIS (ü - Liten latinsk sign \x00FD 12346 # LATIN SMALL LETTER Y WITH ACUTE (ý - Liten latinsk bokstav y med akutt) sign \x00FE 12468 # LATIN SMALL LETTER THORN (þ - Liten latinsk bokstav thorn) sign \x00FF 12568 # LATIN SMALL LETTER Y WITH DIAERESIS (ÿ - Liten latinsk bokstav y med trema) -noback sign \X25CF 35 # 9679 BLACK CIRCLE (●) +noback sign \x25CF 35 # 9679 BLACK CIRCLE (●) diff --git a/tables/no-no-generic.ctb b/tables/no-no-generic.ctb index 23ffa76b7e..6ec24cae72 100644 --- a/tables/no-no-generic.ctb +++ b/tables/no-no-generic.ctb @@ -35,261 +35,261 @@ # . # -# display \X0000 4578 # 000 null -# display \X0000 0 # 000 null -sign \X0001 178 # 001 start of heading -sign \X0002 1278 # 002 start of text -sign \X0003 1478 # 003 end of text -sign \X0004 14578 # 004 end of transmission -sign \X0005 1578 # 005 enquiry -sign \X0006 12478 # 006 acknowledge -sign \X0007 124578 # 007 bell -sign \X0008 12578 # 008 backspace -sign \X0009 2478 # 009 horizontal tabulation -sign \X000A 24578 # 010 line feed -sign \X000B 1378 # 011 vertical tabulation -sign \X000C 12378 # 012 form feed -sign \X000D 13478 # 013 carriage return -sign \X000E 134578 # 014 shift out -sign \X000F 13578 # 015 shift in -sign \X0010 123478 # 016 data link escape -sign \X0011 1234578 # 017 device control one -sign \X0012 123578 # 018 device control two -sign \X0013 23478 # 019 device control three -sign \X0014 234578 # 020 device control four -sign \X0015 13678 # 021 negative acknowledge -sign \X0016 123678 # 022 synchronous idle -sign \X0017 245678 # 023 end of transmission block -sign \X0018 134678 # 024 cancel -sign \X0019 1345678 # 025 end of medium -sign \X001A 135678 # 026 substitute -sign \X001B 1235678 # 027 escape -sign \X001C 3478 # 028 file separator -sign \X001D 2345678 # 029 group separator -sign \X001E 234678 # 030 record separator -sign \X001F 45678 # 031 unit separator -# display \X0020 0 # 032 space -sign \X0021 5 # 033 exclamation mark -sign \X0022 4 # 034 quotation mark -sign \X0023 3456 # 035 number sign -sign \X0024 46 # 036 dollar sign -sign \X0025 123456 # 037 percent sign -sign \X0026 12346 # 038 ampersand -sign \X0027 6 # 039 apostrophe -sign \X0028 236 # 040 left parenthesis -sign \X0029 356 # 041 right parenthesis -sign \X002A 35 # 042 asterisk -sign \X002B 235 # 043 plus sign -sign \X002C 2 # 044 comma -sign \X002D 36 # 045 hyphen-minus -sign \X002E 3 # 046 full stop -sign \X002F 256 # 047 solidus -sign \X0030 346 # 048 digit zero -sign \X0031 16 # 049 digit one -sign \X0032 126 # 050 digit two -sign \X0033 146 # 051 digit three -sign \X0034 1456 # 052 digit four -sign \X0035 156 # 053 digit five -sign \X0036 1246 # 054 digit six -sign \X0037 12456 # 055 digit seven -sign \X0038 1256 # 056 digit eight -sign \X0039 246 # 057 digit nine -sign \X003A 25 # 058 colon -sign \X003B 23 # 059 semicolon -sign \X003C 56 # 060 less-than sign -sign \X003D 2356 # 061 equals sign -sign \X003E 45 # 062 greater-than sign -sign \X003F 26 # 063 question mark -sign \X0040 3457 # 064 commercial at -sign \X0041 17 # 065 latin capital letter a -sign \X0042 127 # 066 latin capital letter b -sign \X0043 147 # 067 latin capital letter c -sign \X0044 1457 # 068 latin capital letter d -sign \X0045 157 # 069 latin capital letter e -sign \X0046 1247 # 070 latin capital letter f -sign \X0047 12457 # 071 latin capital letter g -sign \X0048 1257 # 072 latin capital letter h -sign \X0049 247 # 073 latin capital letter i -sign \X004A 2457 # 074 latin capital letter j -sign \X004B 137 # 075 latin capital letter k -sign \X004C 1237 # 076 latin capital letter l -sign \X004D 1347 # 077 latin capital letter m -sign \X004E 13457 # 078 latin capital letter n -sign \X004F 1357 # 079 latin capital letter o -sign \X0050 12347 # 080 latin capital letter p -sign \X0051 123457 # 081 latin capital letter q -sign \X0052 12357 # 082 latin capital letter r -sign \X0053 2347 # 083 latin capital letter s -sign \X0054 23457 # 084 latin capital letter t -sign \X0055 1367 # 085 latin capital letter u -sign \X0056 12367 # 086 latin capital letter v -sign \X0057 24567 # 087 latin capital letter w -sign \X0058 13467 # 088 latin capital letter x -sign \X0059 134567 # 089 latin capital letter y -sign \X005A 13567 # 090 latin capital letter z -sign \X005B 123567 # 091 left square bracket -sign \X005C 347 # 092 reverse solidus -sign \X005D 234567 # 093 right square bracket -sign \X005E 23467 # 094 circumflex accent -sign \X005F 456 # 095 low line -sign \X0060 345 # 096 grave accent -sign \X0061 1 # 097 latin small letter a -sign \X0062 12 # 098 latin small letter b -sign \X0063 14 # 099 latin small letter c -sign \X0064 145 # 100 latin small letter d -sign \X0065 15 # 101 latin small letter e -sign \X0066 124 # 102 latin small letter f -sign \X0067 1245 # 103 latin small letter g -sign \X0068 125 # 104 latin small letter h -sign \X0069 24 # 105 latin small letter i -sign \X006A 245 # 106 latin small letter j -sign \X006B 13 # 107 latin small letter k -sign \X006C 123 # 108 latin small letter l -sign \X006D 134 # 109 latin small letter m -sign \X006E 1345 # 110 latin small letter n -sign \X006F 135 # 111 latin small letter o -sign \X0070 1234 # 112 latin small letter p -sign \X0071 12345 # 113 latin small letter q -sign \X0072 1235 # 114 latin small letter r -sign \X0073 234 # 115 latin small letter s -sign \X0074 2345 # 116 latin small letter t -sign \X0075 136 # 117 latin small letter u -sign \X0076 1236 # 118 latin small letter v -sign \X0077 2456 # 119 latin small letter w -sign \X0078 1346 # 120 latin small letter x -sign \X0079 13456 # 121 latin small letter y -sign \X007A 1356 # 122 latin small letter z -sign \X007B 12356 # 123 left curly bracket -sign \X007C 34 # 124 vertical line -sign \X007D 23456 # 125 right curly bracket -sign \X007E 2346 # 126 tilde -sign \X007F 4568 # 127 delete -sign \X0080 2367 # 128 -sign \X0081 568 # 129 -sign \X0082 367 # 130 break permitted here -sign \X0083 23678 # 131 no break here -sign \X0084 235678 # 132 -sign \X0085 12458 # 133 next line -sign \X0086 1238 # 134 start of selected area -sign \X0087 1234567 # 135 end of selected area -sign \X0088 12345678 # 136 character tabulation set -sign \X0089 678 # 137 character tabulation with justification -sign \X008A 1234678 # 138 line tabulation set -sign \X008B 3568 # 139 partial line down -sign \X008C 15678 # 140 partial line up -sign \X008D 34678 # 141 reverse line feed -sign \X008E 78 # 142 single shift two -sign \X008F 2578 # 143 single shift three -sign \X0090 23567 # 144 device control string -sign \X0091 1348 # 145 private use one -sign \X0092 24568 # 146 private use two -sign \X0093 23468 # 147 set transmit state -sign \X0094 23578 # 148 cancel character -sign \X0095 4567 # 149 message waiting -sign \X0096 1234568 # 150 start of guarded area -sign \X0097 368 # 151 end of guarded area -sign \X0098 13568 # 152 start of string -sign \X0099 3678 # 153 -sign \X009A 345678 # 154 single character introducer -sign \X009B 578 # 155 control sequence introducer -sign \X009C 8 # 156 string terminator -sign \X009D 4678 # 157 operating system command -sign \X009E 13468 # 158 privacy message -sign \X009F 1248 # 159 application program command -sign \X00A0 478 # 160 no-break space -sign \X00A1 58 # 161 inverted exclamation mark -sign \X00A2 258 # 162 cent sign -sign \X00A3 34568 # 163 pound sign -sign \X00A4 34567 # 164 currency sign -sign \X00A5 145678 # 165 yen sign -sign \X00A6 348 # 166 broken bar -sign \X00A7 12368 # 167 section sign -sign \X00A8 7 # 168 diaeresis -sign \X00A9 148 # 169 copyright sign -sign \X00AA 37 # 170 feminine ordinal indicator -sign \X00AB 47 # 171 left-pointing double angle quotation mark -sign \X00AC 67 # 172 not sign -sign \X00AD 38 # 173 soft hyphen -sign \X00AE 12358 # 174 registered sign -sign \X00AF 23568 # 175 macron -sign \X00B0 1245678 # 176 degree sign -sign \X00B1 12348 # 177 plus-minus sign -sign \X00B2 3578 # 178 superscript two -sign \X00B3 14678 # 179 superscript three -sign \X00B4 124678 # 180 acute accent -sign \X00B5 12678 # 181 micro sign -sign \X00B6 123458 # 182 pilcrow sign -sign \X00B7 378 # 183 middle dot -sign \X00B8 35678 # 184 cedilla -sign \X00B9 5678 # 185 superscript one -sign \X00BA 68 # 186 masculine ordinal indicator -sign \X00BB 48 # 187 right-pointing double angle quotation mark -sign \X00BC 257 # 188 vulgar fraction one quarter -sign \X00BD 1458 # 189 vulgar fraction one half -sign \X00BE 13458 # 190 vulgar fraction three quarters -sign \X00BF 268 # 191 inverted question mark -sign \X00C0 57 # 192 latin capital letter a with grave -sign \X00C1 27 # 193 latin capital letter a with acute -sign \X00C2 167 # 194 latin capital letter a with circumflex -sign \X00C3 1467 # 195 latin capital letter a with tilde -sign \X00C4 567 # 196 latin capital letter a with diaeresis -sign \X00C5 1678 # 197 latin capital letter a with ring above -sign \X00C6 34578 # 198 latin capital letter ae -sign \X00C7 123467 # 199 latin capital letter c with cedilla -sign \X00C8 467 # 200 latin capital letter e with grave -sign \X00C9 2678 # 201 latin capital letter e with acute -sign \X00CA 1567 # 202 latin capital letter e with circumflex -sign \X00CB 12467 # 203 latin capital letter e with diaeresis -sign \X00CC 237 # 204 latin capital letter i with grave -sign \X00CD 2378 # 205 latin capital letter i with acute -sign \X00CE 457 # 206 latin capital letter i with circumflex -sign \X00CF 357 # 207 latin capital letter i with diaeresis -sign \X00D0 2567 # 208 latin capital letter eth -sign \X00D1 124567 # 209 latin capital letter n with tilde -sign \X00D2 267 # 210 latin capital letter o with grave -sign \X00D3 1267 # 211 latin capital letter o with acute -sign \X00D4 14567 # 212 latin capital letter o with circumflex -sign \X00D5 2357 # 213 latin capital letter o with tilde -sign \X00D6 2467 # 214 latin capital letter o with diaeresis -sign \X00D7 1258 # 215 multiplication sign -sign \X00D8 24678 # 216 latin capital letter o with stroke -sign \X00D9 125678 # 217 latin capital letter u with grave -sign \X00DA 278 # 218 latin capital letter u with acute -sign \X00DB 3467 # 219 latin capital letter u with circumflex -sign \X00DC 12567 # 220 latin capital letter u with diaeresis -sign \X00DD 25678 # 221 latin capital letter y with acute -sign \X00DE 23458 # 222 latin capital letter thorn -sign \X00DF 2348 # 223 latin small letter sharp s -sign \X00E0 123568 # 224 latin small letter a with grave -sign \X00E1 28 # 225 latin small letter a with acute -sign \X00E2 138 # 226 latin small letter a with circumflex -sign \X00E3 1468 # 227 latin small letter a with tilde -sign \X00E4 18 # 228 latin small letter a with diaeresis -sign \X00E5 168 # 229 latin small letter a with ring above -sign \X00E6 3458 # 230 latin small letter ae -sign \X00E7 123468 # 231 latin small letter c with cedilla -sign \X00E8 468 # 232 latin small letter e with grave -sign \X00E9 158 # 233 latin small letter e with acute -sign \X00EA 1568 # 234 latin small letter e with circumflex -sign \X00EB 12468 # 235 latin small letter e with diaeresis -sign \X00EC 238 # 236 latin small letter i with grave -sign \X00ED 128 # 237 latin small letter i with acute -sign \X00EE 458 # 238 latin small letter i with circumflex -sign \X00EF 248 # 239 latin small letter i with diaeresis -sign \X00F0 2568 # 240 latin small letter eth -sign \X00F1 124568 # 241 latin small letter n with tilde -sign \X00F2 1358 # 242 latin small letter o with grave -sign \X00F3 1268 # 243 latin small letter o with acute -sign \X00F4 14568 # 244 latin small letter o with circumflex -sign \X00F5 2358 # 245 latin small letter o with tilde -sign \X00F6 358 # 246 latin small letter o with diaeresis -sign \X00F7 2458 # 247 division sign -sign \X00F8 2468 # 248 latin small letter o with stroke -sign \X00F9 2368 # 249 latin small letter u with grave -sign \X00FA 1368 # 250 latin small letter u with acute -sign \X00FB 3468 # 251 latin small letter u with circumflex -sign \X00FC 12568 # 252 latin small letter u with diaeresis -sign \X00FD 134568 # 253 latin small letter y with acute -sign \X00FE 3567 # 254 latin small letter thorn -sign \X00FF 234568 # 255 latin small letter y with diaeresis -noback sign \X25CF 35 # 9679 black circle +# display \x0000 4578 # 000 null +# display \x0000 0 # 000 null +sign \x0001 178 # 001 start of heading +sign \x0002 1278 # 002 start of text +sign \x0003 1478 # 003 end of text +sign \x0004 14578 # 004 end of transmission +sign \x0005 1578 # 005 enquiry +sign \x0006 12478 # 006 acknowledge +sign \x0007 124578 # 007 bell +sign \x0008 12578 # 008 backspace +sign \x0009 2478 # 009 horizontal tabulation +sign \x000A 24578 # 010 line feed +sign \x000B 1378 # 011 vertical tabulation +sign \x000C 12378 # 012 form feed +sign \x000D 13478 # 013 carriage return +sign \x000E 134578 # 014 shift out +sign \x000F 13578 # 015 shift in +sign \x0010 123478 # 016 data link escape +sign \x0011 1234578 # 017 device control one +sign \x0012 123578 # 018 device control two +sign \x0013 23478 # 019 device control three +sign \x0014 234578 # 020 device control four +sign \x0015 13678 # 021 negative acknowledge +sign \x0016 123678 # 022 synchronous idle +sign \x0017 245678 # 023 end of transmission block +sign \x0018 134678 # 024 cancel +sign \x0019 1345678 # 025 end of medium +sign \x001A 135678 # 026 substitute +sign \x001B 1235678 # 027 escape +sign \x001C 3478 # 028 file separator +sign \x001D 2345678 # 029 group separator +sign \x001E 234678 # 030 record separator +sign \x001F 45678 # 031 unit separator +# display \x0020 0 # 032 space +sign \x0021 5 # 033 exclamation mark +sign \x0022 4 # 034 quotation mark +sign \x0023 3456 # 035 number sign +sign \x0024 46 # 036 dollar sign +sign \x0025 123456 # 037 percent sign +sign \x0026 12346 # 038 ampersand +sign \x0027 6 # 039 apostrophe +sign \x0028 236 # 040 left parenthesis +sign \x0029 356 # 041 right parenthesis +sign \x002A 35 # 042 asterisk +sign \x002B 235 # 043 plus sign +sign \x002C 2 # 044 comma +sign \x002D 36 # 045 hyphen-minus +sign \x002E 3 # 046 full stop +sign \x002F 256 # 047 solidus +sign \x0030 346 # 048 digit zero +sign \x0031 16 # 049 digit one +sign \x0032 126 # 050 digit two +sign \x0033 146 # 051 digit three +sign \x0034 1456 # 052 digit four +sign \x0035 156 # 053 digit five +sign \x0036 1246 # 054 digit six +sign \x0037 12456 # 055 digit seven +sign \x0038 1256 # 056 digit eight +sign \x0039 246 # 057 digit nine +sign \x003A 25 # 058 colon +sign \x003B 23 # 059 semicolon +sign \x003C 56 # 060 less-than sign +sign \x003D 2356 # 061 equals sign +sign \x003E 45 # 062 greater-than sign +sign \x003F 26 # 063 question mark +sign \x0040 3457 # 064 commercial at +sign \x0041 17 # 065 latin capital letter a +sign \x0042 127 # 066 latin capital letter b +sign \x0043 147 # 067 latin capital letter c +sign \x0044 1457 # 068 latin capital letter d +sign \x0045 157 # 069 latin capital letter e +sign \x0046 1247 # 070 latin capital letter f +sign \x0047 12457 # 071 latin capital letter g +sign \x0048 1257 # 072 latin capital letter h +sign \x0049 247 # 073 latin capital letter i +sign \x004A 2457 # 074 latin capital letter j +sign \x004B 137 # 075 latin capital letter k +sign \x004C 1237 # 076 latin capital letter l +sign \x004D 1347 # 077 latin capital letter m +sign \x004E 13457 # 078 latin capital letter n +sign \x004F 1357 # 079 latin capital letter o +sign \x0050 12347 # 080 latin capital letter p +sign \x0051 123457 # 081 latin capital letter q +sign \x0052 12357 # 082 latin capital letter r +sign \x0053 2347 # 083 latin capital letter s +sign \x0054 23457 # 084 latin capital letter t +sign \x0055 1367 # 085 latin capital letter u +sign \x0056 12367 # 086 latin capital letter v +sign \x0057 24567 # 087 latin capital letter w +sign \x0058 13467 # 088 latin capital letter x +sign \x0059 134567 # 089 latin capital letter y +sign \x005A 13567 # 090 latin capital letter z +sign \x005B 123567 # 091 left square bracket +sign \x005C 347 # 092 reverse solidus +sign \x005D 234567 # 093 right square bracket +sign \x005E 23467 # 094 circumflex accent +sign \x005F 456 # 095 low line +sign \x0060 345 # 096 grave accent +sign \x0061 1 # 097 latin small letter a +sign \x0062 12 # 098 latin small letter b +sign \x0063 14 # 099 latin small letter c +sign \x0064 145 # 100 latin small letter d +sign \x0065 15 # 101 latin small letter e +sign \x0066 124 # 102 latin small letter f +sign \x0067 1245 # 103 latin small letter g +sign \x0068 125 # 104 latin small letter h +sign \x0069 24 # 105 latin small letter i +sign \x006A 245 # 106 latin small letter j +sign \x006B 13 # 107 latin small letter k +sign \x006C 123 # 108 latin small letter l +sign \x006D 134 # 109 latin small letter m +sign \x006E 1345 # 110 latin small letter n +sign \x006F 135 # 111 latin small letter o +sign \x0070 1234 # 112 latin small letter p +sign \x0071 12345 # 113 latin small letter q +sign \x0072 1235 # 114 latin small letter r +sign \x0073 234 # 115 latin small letter s +sign \x0074 2345 # 116 latin small letter t +sign \x0075 136 # 117 latin small letter u +sign \x0076 1236 # 118 latin small letter v +sign \x0077 2456 # 119 latin small letter w +sign \x0078 1346 # 120 latin small letter x +sign \x0079 13456 # 121 latin small letter y +sign \x007A 1356 # 122 latin small letter z +sign \x007B 12356 # 123 left curly bracket +sign \x007C 34 # 124 vertical line +sign \x007D 23456 # 125 right curly bracket +sign \x007E 2346 # 126 tilde +sign \x007F 4568 # 127 delete +sign \x0080 2367 # 128 +sign \x0081 568 # 129 +sign \x0082 367 # 130 break permitted here +sign \x0083 23678 # 131 no break here +sign \x0084 235678 # 132 +sign \x0085 12458 # 133 next line +sign \x0086 1238 # 134 start of selected area +sign \x0087 1234567 # 135 end of selected area +sign \x0088 12345678 # 136 character tabulation set +sign \x0089 678 # 137 character tabulation with justification +sign \x008A 1234678 # 138 line tabulation set +sign \x008B 3568 # 139 partial line down +sign \x008C 15678 # 140 partial line up +sign \x008D 34678 # 141 reverse line feed +sign \x008E 78 # 142 single shift two +sign \x008F 2578 # 143 single shift three +sign \x0090 23567 # 144 device control string +sign \x0091 1348 # 145 private use one +sign \x0092 24568 # 146 private use two +sign \x0093 23468 # 147 set transmit state +sign \x0094 23578 # 148 cancel character +sign \x0095 4567 # 149 message waiting +sign \x0096 1234568 # 150 start of guarded area +sign \x0097 368 # 151 end of guarded area +sign \x0098 13568 # 152 start of string +sign \x0099 3678 # 153 +sign \x009A 345678 # 154 single character introducer +sign \x009B 578 # 155 control sequence introducer +sign \x009C 8 # 156 string terminator +sign \x009D 4678 # 157 operating system command +sign \x009E 13468 # 158 privacy message +sign \x009F 1248 # 159 application program command +sign \x00A0 478 # 160 no-break space +sign \x00A1 58 # 161 inverted exclamation mark +sign \x00A2 258 # 162 cent sign +sign \x00A3 34568 # 163 pound sign +sign \x00A4 34567 # 164 currency sign +sign \x00A5 145678 # 165 yen sign +sign \x00A6 348 # 166 broken bar +sign \x00A7 12368 # 167 section sign +sign \x00A8 7 # 168 diaeresis +sign \x00A9 148 # 169 copyright sign +sign \x00AA 37 # 170 feminine ordinal indicator +sign \x00AB 47 # 171 left-pointing double angle quotation mark +sign \x00AC 67 # 172 not sign +sign \x00AD 38 # 173 soft hyphen +sign \x00AE 12358 # 174 registered sign +sign \x00AF 23568 # 175 macron +sign \x00B0 1245678 # 176 degree sign +sign \x00B1 12348 # 177 plus-minus sign +sign \x00B2 3578 # 178 superscript two +sign \x00B3 14678 # 179 superscript three +sign \x00B4 124678 # 180 acute accent +sign \x00B5 12678 # 181 micro sign +sign \x00B6 123458 # 182 pilcrow sign +sign \x00B7 378 # 183 middle dot +sign \x00B8 35678 # 184 cedilla +sign \x00B9 5678 # 185 superscript one +sign \x00BA 68 # 186 masculine ordinal indicator +sign \x00BB 48 # 187 right-pointing double angle quotation mark +sign \x00BC 257 # 188 vulgar fraction one quarter +sign \x00BD 1458 # 189 vulgar fraction one half +sign \x00BE 13458 # 190 vulgar fraction three quarters +sign \x00BF 268 # 191 inverted question mark +sign \x00C0 57 # 192 latin capital letter a with grave +sign \x00C1 27 # 193 latin capital letter a with acute +sign \x00C2 167 # 194 latin capital letter a with circumflex +sign \x00C3 1467 # 195 latin capital letter a with tilde +sign \x00C4 567 # 196 latin capital letter a with diaeresis +sign \x00C5 1678 # 197 latin capital letter a with ring above +sign \x00C6 34578 # 198 latin capital letter ae +sign \x00C7 123467 # 199 latin capital letter c with cedilla +sign \x00C8 467 # 200 latin capital letter e with grave +sign \x00C9 2678 # 201 latin capital letter e with acute +sign \x00CA 1567 # 202 latin capital letter e with circumflex +sign \x00CB 12467 # 203 latin capital letter e with diaeresis +sign \x00CC 237 # 204 latin capital letter i with grave +sign \x00CD 2378 # 205 latin capital letter i with acute +sign \x00CE 457 # 206 latin capital letter i with circumflex +sign \x00CF 357 # 207 latin capital letter i with diaeresis +sign \x00D0 2567 # 208 latin capital letter eth +sign \x00D1 124567 # 209 latin capital letter n with tilde +sign \x00D2 267 # 210 latin capital letter o with grave +sign \x00D3 1267 # 211 latin capital letter o with acute +sign \x00D4 14567 # 212 latin capital letter o with circumflex +sign \x00D5 2357 # 213 latin capital letter o with tilde +sign \x00D6 2467 # 214 latin capital letter o with diaeresis +sign \x00D7 1258 # 215 multiplication sign +sign \x00D8 24678 # 216 latin capital letter o with stroke +sign \x00D9 125678 # 217 latin capital letter u with grave +sign \x00DA 278 # 218 latin capital letter u with acute +sign \x00DB 3467 # 219 latin capital letter u with circumflex +sign \x00DC 12567 # 220 latin capital letter u with diaeresis +sign \x00DD 25678 # 221 latin capital letter y with acute +sign \x00DE 23458 # 222 latin capital letter thorn +sign \x00DF 2348 # 223 latin small letter sharp s +sign \x00E0 123568 # 224 latin small letter a with grave +sign \x00E1 28 # 225 latin small letter a with acute +sign \x00E2 138 # 226 latin small letter a with circumflex +sign \x00E3 1468 # 227 latin small letter a with tilde +sign \x00E4 18 # 228 latin small letter a with diaeresis +sign \x00E5 168 # 229 latin small letter a with ring above +sign \x00E6 3458 # 230 latin small letter ae +sign \x00E7 123468 # 231 latin small letter c with cedilla +sign \x00E8 468 # 232 latin small letter e with grave +sign \x00E9 158 # 233 latin small letter e with acute +sign \x00EA 1568 # 234 latin small letter e with circumflex +sign \x00EB 12468 # 235 latin small letter e with diaeresis +sign \x00EC 238 # 236 latin small letter i with grave +sign \x00ED 128 # 237 latin small letter i with acute +sign \x00EE 458 # 238 latin small letter i with circumflex +sign \x00EF 248 # 239 latin small letter i with diaeresis +sign \x00F0 2568 # 240 latin small letter eth +sign \x00F1 124568 # 241 latin small letter n with tilde +sign \x00F2 1358 # 242 latin small letter o with grave +sign \x00F3 1268 # 243 latin small letter o with acute +sign \x00F4 14568 # 244 latin small letter o with circumflex +sign \x00F5 2358 # 245 latin small letter o with tilde +sign \x00F6 358 # 246 latin small letter o with diaeresis +sign \x00F7 2458 # 247 division sign +sign \x00F8 2468 # 248 latin small letter o with stroke +sign \x00F9 2368 # 249 latin small letter u with grave +sign \x00FA 1368 # 250 latin small letter u with acute +sign \x00FB 3468 # 251 latin small letter u with circumflex +sign \x00FC 12568 # 252 latin small letter u with diaeresis +sign \x00FD 134568 # 253 latin small letter y with acute +sign \x00FE 3567 # 254 latin small letter thorn +sign \x00FF 234568 # 255 latin small letter y with diaeresis +noback sign \x25CF 35 # 9679 black circle diff --git a/tables/no-no-generic.dis b/tables/no-no-generic.dis index efa696ad48..8e0cef80fc 100644 --- a/tables/no-no-generic.dis +++ b/tables/no-no-generic.dis @@ -36,260 +36,260 @@ # . # -# display \X0000 4578 # 000 null -# display \X0000 0 # 000 null -display \X0001 178 # 001 start of heading -display \X0002 1278 # 002 start of text -display \X0003 1478 # 003 end of text -display \X0004 14578 # 004 end of transmission -display \X0005 1578 # 005 enquiry -display \X0006 12478 # 006 acknowledge -display \X0007 124578 # 007 bell -display \X0008 12578 # 008 backspace -# display \X0009 2478 # 009 horizontal tabulation -# display \X000A 24578 # 010 line feed -# display \X000B 1378 # 011 vertical tabulation -# display \X000C 12378 # 012 form feed -# display \X000D 13478 # 013 carriage return -display \X000E 134578 # 014 shift out -display \X000F 13578 # 015 shift in -display \X0010 123478 # 016 data link escape -display \X0011 1234578 # 017 device control one -display \X0012 123578 # 018 device control two -display \X0013 23478 # 019 device control three -display \X0014 234578 # 020 device control four -display \X0015 13678 # 021 negative acknowledge -display \X0016 123678 # 022 synchronous idle -display \X0017 245678 # 023 end of transmission block -display \X0018 134678 # 024 cancel -display \X0019 1345678 # 025 end of medium -display \X001A 135678 # 026 substitute -display \X001B 1235678 # 027 escape -display \X001C 3478 # 028 file separator -display \X001D 2345678 # 029 group separator -display \X001E 234678 # 030 record separator -display \X001F 45678 # 031 unit separator -# 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 3457 # 064 commercial at -display \X0041 17 # 065 latin capital letter a -display \X0042 127 # 066 latin capital letter b -display \X0043 147 # 067 latin capital letter c -display \X0044 1457 # 068 latin capital letter d -display \X0045 157 # 069 latin capital letter e -display \X0046 1247 # 070 latin capital letter f -display \X0047 12457 # 071 latin capital letter g -display \X0048 1257 # 072 latin capital letter h -display \X0049 247 # 073 latin capital letter i -display \X004A 2457 # 074 latin capital letter j -display \X004B 137 # 075 latin capital letter k -display \X004C 1237 # 076 latin capital letter l -display \X004D 1347 # 077 latin capital letter m -display \X004E 13457 # 078 latin capital letter n -display \X004F 1357 # 079 latin capital letter o -display \X0050 12347 # 080 latin capital letter p -display \X0051 123457 # 081 latin capital letter q -display \X0052 12357 # 082 latin capital letter r -display \X0053 2347 # 083 latin capital letter s -display \X0054 23457 # 084 latin capital letter t -display \X0055 1367 # 085 latin capital letter u -display \X0056 12367 # 086 latin capital letter v -display \X0057 24567 # 087 latin capital letter w -display \X0058 13467 # 088 latin capital letter x -display \X0059 134567 # 089 latin capital letter y -display \X005A 13567 # 090 latin capital letter z -display \X005B 123567 # 091 left square bracket -display \X005C 347 # 092 reverse solidus -display \X005D 234567 # 093 right square bracket -display \X005E 23467 # 094 circumflex accent -display \X005F 456 # 095 low line -display \X0060 345 # 096 grave accent -display \X0061 1 # 097 latin small letter a -display \X0062 12 # 098 latin small letter b -display \X0063 14 # 099 latin small letter c -display \X0064 145 # 100 latin small letter d -display \X0065 15 # 101 latin small letter e -display \X0066 124 # 102 latin small letter f -display \X0067 1245 # 103 latin small letter g -display \X0068 125 # 104 latin small letter h -display \X0069 24 # 105 latin small letter i -display \X006A 245 # 106 latin small letter j -display \X006B 13 # 107 latin small letter k -display \X006C 123 # 108 latin small letter l -display \X006D 134 # 109 latin small letter m -display \X006E 1345 # 110 latin small letter n -display \X006F 135 # 111 latin small letter o -display \X0070 1234 # 112 latin small letter p -display \X0071 12345 # 113 latin small letter q -display \X0072 1235 # 114 latin small letter r -display \X0073 234 # 115 latin small letter s -display \X0074 2345 # 116 latin small letter t -display \X0075 136 # 117 latin small letter u -display \X0076 1236 # 118 latin small letter v -display \X0077 2456 # 119 latin small letter w -display \X0078 1346 # 120 latin small letter x -display \X0079 13456 # 121 latin small letter y -display \X007A 1356 # 122 latin small letter z -display \X007B 12356 # 123 left curly bracket -display \X007C 34 # 124 vertical line -display \X007D 23456 # 125 right curly bracket -display \X007E 2346 # 126 tilde -display \X007F 4568 # 127 delete -display \X0080 2367 # 128 -display \X0081 568 # 129 -display \X0082 367 # 130 break permitted here -display \X0083 23678 # 131 no break here -display \X0084 235678 # 132 -display \X0085 12458 # 133 next line -display \X0086 1238 # 134 start of selected area -display \X0087 1234567 # 135 end of selected area -display \X0088 12345678 # 136 character tabulation set -display \X0089 678 # 137 character tabulation with justification -display \X008A 1234678 # 138 line tabulation set -display \X008B 3568 # 139 partial line down -display \X008C 15678 # 140 partial line up -display \X008D 34678 # 141 reverse line feed -display \X008E 78 # 142 single shift two -display \X008F 2578 # 143 single shift three -display \X0090 23567 # 144 device control string -display \X0091 1348 # 145 private use one -display \X0092 24568 # 146 private use two -display \X0093 23468 # 147 set transmit state -display \X0094 23578 # 148 cancel character -display \X0095 4567 # 149 message waiting -display \X0096 1234568 # 150 start of guarded area -display \X0097 368 # 151 end of guarded area -display \X0098 13568 # 152 start of string -display \X0099 3678 # 153 -display \X009A 345678 # 154 single character introducer -display \X009B 578 # 155 control sequence introducer -display \X009C 8 # 156 string terminator -display \X009D 4678 # 157 operating system command -display \X009E 13468 # 158 privacy message -display \X009F 1248 # 159 application program command -display \X00A0 478 # 160 no-break space -display \X00A1 58 # 161 inverted exclamation mark -display \X00A2 258 # 162 cent sign -display \X00A3 34568 # 163 pound sign -display \X00A4 34567 # 164 currency sign -display \X00A5 145678 # 165 yen sign -display \X00A6 348 # 166 broken bar -display \X00A7 12368 # 167 section sign -display \X00A8 7 # 168 diaeresis -display \X00A9 148 # 169 copyright sign -display \X00AA 37 # 170 feminine ordinal indicator -display \X00AB 47 # 171 left-pointing double angle quotation mark -display \X00AC 67 # 172 not sign -display \X00AD 38 # 173 soft hyphen -display \X00AE 12358 # 174 registered sign -display \X00AF 23568 # 175 macron -display \X00B0 1245678 # 176 degree sign -display \X00B1 12348 # 177 plus-minus sign -display \X00B2 3578 # 178 superscript two -display \X00B3 14678 # 179 superscript three -display \X00B4 124678 # 180 acute accent -display \X00B5 12678 # 181 micro sign -display \X00B6 123458 # 182 pilcrow sign -display \X00B7 378 # 183 middle dot -display \X00B8 35678 # 184 cedilla -display \X00B9 5678 # 185 superscript one -display \X00BA 68 # 186 masculine ordinal indicator -display \X00BB 48 # 187 right-pointing double angle quotation mark -display \X00BC 257 # 188 vulgar fraction one quarter -display \X00BD 1458 # 189 vulgar fraction one half -display \X00BE 13458 # 190 vulgar fraction three quarters -display \X00BF 268 # 191 inverted question mark -display \X00C0 57 # 192 latin capital letter a with grave -display \X00C1 27 # 193 latin capital letter a with acute -display \X00C2 167 # 194 latin capital letter a with circumflex -display \X00C3 1467 # 195 latin capital letter a with tilde -display \X00C4 567 # 196 latin capital letter a with diaeresis -display \X00C5 1678 # 197 latin capital letter a with ring above -display \X00C6 34578 # 198 latin capital letter ae -display \X00C7 123467 # 199 latin capital letter c with cedilla -display \X00C8 467 # 200 latin capital letter e with grave -display \X00C9 2678 # 201 latin capital letter e with acute -display \X00CA 1567 # 202 latin capital letter e with circumflex -display \X00CB 12467 # 203 latin capital letter e with diaeresis -display \X00CC 237 # 204 latin capital letter i with grave -display \X00CD 2378 # 205 latin capital letter i with acute -display \X00CE 457 # 206 latin capital letter i with circumflex -display \X00CF 357 # 207 latin capital letter i with diaeresis -display \X00D0 2567 # 208 latin capital letter eth -display \X00D1 124567 # 209 latin capital letter n with tilde -display \X00D2 267 # 210 latin capital letter o with grave -display \X00D3 1267 # 211 latin capital letter o with acute -display \X00D4 14567 # 212 latin capital letter o with circumflex -display \X00D5 2357 # 213 latin capital letter o with tilde -display \X00D6 2467 # 214 latin capital letter o with diaeresis -display \X00D7 1258 # 215 multiplication sign -display \X00D8 24678 # 216 latin capital letter o with stroke -display \X00D9 125678 # 217 latin capital letter u with grave -display \X00DA 278 # 218 latin capital letter u with acute -display \X00DB 3467 # 219 latin capital letter u with circumflex -display \X00DC 12567 # 220 latin capital letter u with diaeresis -display \X00DD 25678 # 221 latin capital letter y with acute -display \X00DE 23458 # 222 latin capital letter thorn -display \X00DF 2348 # 223 latin small letter sharp s -display \X00E0 123568 # 224 latin small letter a with grave -display \X00E1 28 # 225 latin small letter a with acute -display \X00E2 138 # 226 latin small letter a with circumflex -display \X00E3 1468 # 227 latin small letter a with tilde -display \X00E4 18 # 228 latin small letter a with diaeresis -display \X00E5 168 # 229 latin small letter a with ring above -display \X00E6 3458 # 230 latin small letter ae -display \X00E7 123468 # 231 latin small letter c with cedilla -display \X00E8 468 # 232 latin small letter e with grave -display \X00E9 158 # 233 latin small letter e with acute -display \X00EA 1568 # 234 latin small letter e with circumflex -display \X00EB 12468 # 235 latin small letter e with diaeresis -display \X00EC 238 # 236 latin small letter i with grave -display \X00ED 128 # 237 latin small letter i with acute -display \X00EE 458 # 238 latin small letter i with circumflex -display \X00EF 248 # 239 latin small letter i with diaeresis -display \X00F0 2568 # 240 latin small letter eth -display \X00F1 124568 # 241 latin small letter n with tilde -display \X00F2 1358 # 242 latin small letter o with grave -display \X00F3 1268 # 243 latin small letter o with acute -display \X00F4 14568 # 244 latin small letter o with circumflex -display \X00F5 2358 # 245 latin small letter o with tilde -display \X00F6 358 # 246 latin small letter o with diaeresis -display \X00F7 2458 # 247 division sign -display \X00F8 2468 # 248 latin small letter o with stroke -display \X00F9 2368 # 249 latin small letter u with grave -display \X00FA 1368 # 250 latin small letter u with acute -display \X00FB 3468 # 251 latin small letter u with circumflex -display \X00FC 12568 # 252 latin small letter u with diaeresis -display \X00FD 134568 # 253 latin small letter y with acute -display \X00FE 3567 # 254 latin small letter thorn -display \X00FF 234568 # 255 latin small letter y with diaeresis +# display \x0000 4578 # 000 null +# display \x0000 0 # 000 null +display \x0001 178 # 001 start of heading +display \x0002 1278 # 002 start of text +display \x0003 1478 # 003 end of text +display \x0004 14578 # 004 end of transmission +display \x0005 1578 # 005 enquiry +display \x0006 12478 # 006 acknowledge +display \x0007 124578 # 007 bell +display \x0008 12578 # 008 backspace +# display \x0009 2478 # 009 horizontal tabulation +# display \x000A 24578 # 010 line feed +# display \x000B 1378 # 011 vertical tabulation +# display \x000C 12378 # 012 form feed +# display \x000D 13478 # 013 carriage return +display \x000E 134578 # 014 shift out +display \x000F 13578 # 015 shift in +display \x0010 123478 # 016 data link escape +display \x0011 1234578 # 017 device control one +display \x0012 123578 # 018 device control two +display \x0013 23478 # 019 device control three +display \x0014 234578 # 020 device control four +display \x0015 13678 # 021 negative acknowledge +display \x0016 123678 # 022 synchronous idle +display \x0017 245678 # 023 end of transmission block +display \x0018 134678 # 024 cancel +display \x0019 1345678 # 025 end of medium +display \x001A 135678 # 026 substitute +display \x001B 1235678 # 027 escape +display \x001C 3478 # 028 file separator +display \x001D 2345678 # 029 group separator +display \x001E 234678 # 030 record separator +display \x001F 45678 # 031 unit separator +# 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 3457 # 064 commercial at +display \x0041 17 # 065 latin capital letter a +display \x0042 127 # 066 latin capital letter b +display \x0043 147 # 067 latin capital letter c +display \x0044 1457 # 068 latin capital letter d +display \x0045 157 # 069 latin capital letter e +display \x0046 1247 # 070 latin capital letter f +display \x0047 12457 # 071 latin capital letter g +display \x0048 1257 # 072 latin capital letter h +display \x0049 247 # 073 latin capital letter i +display \x004A 2457 # 074 latin capital letter j +display \x004B 137 # 075 latin capital letter k +display \x004C 1237 # 076 latin capital letter l +display \x004D 1347 # 077 latin capital letter m +display \x004E 13457 # 078 latin capital letter n +display \x004F 1357 # 079 latin capital letter o +display \x0050 12347 # 080 latin capital letter p +display \x0051 123457 # 081 latin capital letter q +display \x0052 12357 # 082 latin capital letter r +display \x0053 2347 # 083 latin capital letter s +display \x0054 23457 # 084 latin capital letter t +display \x0055 1367 # 085 latin capital letter u +display \x0056 12367 # 086 latin capital letter v +display \x0057 24567 # 087 latin capital letter w +display \x0058 13467 # 088 latin capital letter x +display \x0059 134567 # 089 latin capital letter y +display \x005A 13567 # 090 latin capital letter z +display \x005B 123567 # 091 left square bracket +display \x005C 347 # 092 reverse solidus +display \x005D 234567 # 093 right square bracket +display \x005E 23467 # 094 circumflex accent +display \x005F 456 # 095 low line +display \x0060 345 # 096 grave accent +display \x0061 1 # 097 latin small letter a +display \x0062 12 # 098 latin small letter b +display \x0063 14 # 099 latin small letter c +display \x0064 145 # 100 latin small letter d +display \x0065 15 # 101 latin small letter e +display \x0066 124 # 102 latin small letter f +display \x0067 1245 # 103 latin small letter g +display \x0068 125 # 104 latin small letter h +display \x0069 24 # 105 latin small letter i +display \x006A 245 # 106 latin small letter j +display \x006B 13 # 107 latin small letter k +display \x006C 123 # 108 latin small letter l +display \x006D 134 # 109 latin small letter m +display \x006E 1345 # 110 latin small letter n +display \x006F 135 # 111 latin small letter o +display \x0070 1234 # 112 latin small letter p +display \x0071 12345 # 113 latin small letter q +display \x0072 1235 # 114 latin small letter r +display \x0073 234 # 115 latin small letter s +display \x0074 2345 # 116 latin small letter t +display \x0075 136 # 117 latin small letter u +display \x0076 1236 # 118 latin small letter v +display \x0077 2456 # 119 latin small letter w +display \x0078 1346 # 120 latin small letter x +display \x0079 13456 # 121 latin small letter y +display \x007A 1356 # 122 latin small letter z +display \x007B 12356 # 123 left curly bracket +display \x007C 34 # 124 vertical line +display \x007D 23456 # 125 right curly bracket +display \x007E 2346 # 126 tilde +display \x007F 4568 # 127 delete +display \x0080 2367 # 128 +display \x0081 568 # 129 +display \x0082 367 # 130 break permitted here +display \x0083 23678 # 131 no break here +display \x0084 235678 # 132 +display \x0085 12458 # 133 next line +display \x0086 1238 # 134 start of selected area +display \x0087 1234567 # 135 end of selected area +display \x0088 12345678 # 136 character tabulation set +display \x0089 678 # 137 character tabulation with justification +display \x008A 1234678 # 138 line tabulation set +display \x008B 3568 # 139 partial line down +display \x008C 15678 # 140 partial line up +display \x008D 34678 # 141 reverse line feed +display \x008E 78 # 142 single shift two +display \x008F 2578 # 143 single shift three +display \x0090 23567 # 144 device control string +display \x0091 1348 # 145 private use one +display \x0092 24568 # 146 private use two +display \x0093 23468 # 147 set transmit state +display \x0094 23578 # 148 cancel character +display \x0095 4567 # 149 message waiting +display \x0096 1234568 # 150 start of guarded area +display \x0097 368 # 151 end of guarded area +display \x0098 13568 # 152 start of string +display \x0099 3678 # 153 +display \x009A 345678 # 154 single character introducer +display \x009B 578 # 155 control sequence introducer +display \x009C 8 # 156 string terminator +display \x009D 4678 # 157 operating system command +display \x009E 13468 # 158 privacy message +display \x009F 1248 # 159 application program command +display \x00A0 478 # 160 no-break space +display \x00A1 58 # 161 inverted exclamation mark +display \x00A2 258 # 162 cent sign +display \x00A3 34568 # 163 pound sign +display \x00A4 34567 # 164 currency sign +display \x00A5 145678 # 165 yen sign +display \x00A6 348 # 166 broken bar +display \x00A7 12368 # 167 section sign +display \x00A8 7 # 168 diaeresis +display \x00A9 148 # 169 copyright sign +display \x00AA 37 # 170 feminine ordinal indicator +display \x00AB 47 # 171 left-pointing double angle quotation mark +display \x00AC 67 # 172 not sign +display \x00AD 38 # 173 soft hyphen +display \x00AE 12358 # 174 registered sign +display \x00AF 23568 # 175 macron +display \x00B0 1245678 # 176 degree sign +display \x00B1 12348 # 177 plus-minus sign +display \x00B2 3578 # 178 superscript two +display \x00B3 14678 # 179 superscript three +display \x00B4 124678 # 180 acute accent +display \x00B5 12678 # 181 micro sign +display \x00B6 123458 # 182 pilcrow sign +display \x00B7 378 # 183 middle dot +display \x00B8 35678 # 184 cedilla +display \x00B9 5678 # 185 superscript one +display \x00BA 68 # 186 masculine ordinal indicator +display \x00BB 48 # 187 right-pointing double angle quotation mark +display \x00BC 257 # 188 vulgar fraction one quarter +display \x00BD 1458 # 189 vulgar fraction one half +display \x00BE 13458 # 190 vulgar fraction three quarters +display \x00BF 268 # 191 inverted question mark +display \x00C0 57 # 192 latin capital letter a with grave +display \x00C1 27 # 193 latin capital letter a with acute +display \x00C2 167 # 194 latin capital letter a with circumflex +display \x00C3 1467 # 195 latin capital letter a with tilde +display \x00C4 567 # 196 latin capital letter a with diaeresis +display \x00C5 1678 # 197 latin capital letter a with ring above +display \x00C6 34578 # 198 latin capital letter ae +display \x00C7 123467 # 199 latin capital letter c with cedilla +display \x00C8 467 # 200 latin capital letter e with grave +display \x00C9 2678 # 201 latin capital letter e with acute +display \x00CA 1567 # 202 latin capital letter e with circumflex +display \x00CB 12467 # 203 latin capital letter e with diaeresis +display \x00CC 237 # 204 latin capital letter i with grave +display \x00CD 2378 # 205 latin capital letter i with acute +display \x00CE 457 # 206 latin capital letter i with circumflex +display \x00CF 357 # 207 latin capital letter i with diaeresis +display \x00D0 2567 # 208 latin capital letter eth +display \x00D1 124567 # 209 latin capital letter n with tilde +display \x00D2 267 # 210 latin capital letter o with grave +display \x00D3 1267 # 211 latin capital letter o with acute +display \x00D4 14567 # 212 latin capital letter o with circumflex +display \x00D5 2357 # 213 latin capital letter o with tilde +display \x00D6 2467 # 214 latin capital letter o with diaeresis +display \x00D7 1258 # 215 multiplication sign +display \x00D8 24678 # 216 latin capital letter o with stroke +display \x00D9 125678 # 217 latin capital letter u with grave +display \x00DA 278 # 218 latin capital letter u with acute +display \x00DB 3467 # 219 latin capital letter u with circumflex +display \x00DC 12567 # 220 latin capital letter u with diaeresis +display \x00DD 25678 # 221 latin capital letter y with acute +display \x00DE 23458 # 222 latin capital letter thorn +display \x00DF 2348 # 223 latin small letter sharp s +display \x00E0 123568 # 224 latin small letter a with grave +display \x00E1 28 # 225 latin small letter a with acute +display \x00E2 138 # 226 latin small letter a with circumflex +display \x00E3 1468 # 227 latin small letter a with tilde +display \x00E4 18 # 228 latin small letter a with diaeresis +display \x00E5 168 # 229 latin small letter a with ring above +display \x00E6 3458 # 230 latin small letter ae +display \x00E7 123468 # 231 latin small letter c with cedilla +display \x00E8 468 # 232 latin small letter e with grave +display \x00E9 158 # 233 latin small letter e with acute +display \x00EA 1568 # 234 latin small letter e with circumflex +display \x00EB 12468 # 235 latin small letter e with diaeresis +display \x00EC 238 # 236 latin small letter i with grave +display \x00ED 128 # 237 latin small letter i with acute +display \x00EE 458 # 238 latin small letter i with circumflex +display \x00EF 248 # 239 latin small letter i with diaeresis +display \x00F0 2568 # 240 latin small letter eth +display \x00F1 124568 # 241 latin small letter n with tilde +display \x00F2 1358 # 242 latin small letter o with grave +display \x00F3 1268 # 243 latin small letter o with acute +display \x00F4 14568 # 244 latin small letter o with circumflex +display \x00F5 2358 # 245 latin small letter o with tilde +display \x00F6 358 # 246 latin small letter o with diaeresis +display \x00F7 2458 # 247 division sign +display \x00F8 2468 # 248 latin small letter o with stroke +display \x00F9 2368 # 249 latin small letter u with grave +display \x00FA 1368 # 250 latin small letter u with acute +display \x00FB 3468 # 251 latin small letter u with circumflex +display \x00FC 12568 # 252 latin small letter u with diaeresis +display \x00FD 134568 # 253 latin small letter y with acute +display \x00FE 3567 # 254 latin small letter thorn +display \x00FF 234568 # 255 latin small letter y with diaeresis diff --git a/tables/no-no.dis b/tables/no-no.dis index 46d001530a..0553e476ce 100644 --- a/tables/no-no.dis +++ b/tables/no-no.dis @@ -32,260 +32,260 @@ # translation table for Windows 1252. # Updated January 2008. -# display \X0000 4578 # 000 null -# display \X0000 0 # 000 null -display \X0001 178 # 001 start of heading -display \X0002 1278 # 002 start of text -display \X0003 1478 # 003 end of text -display \X0004 14578 # 004 end of transmission -display \X0005 1578 # 005 enquiry -display \X0006 12478 # 006 acknowledge -display \X0007 124578 # 007 bell -display \X0008 12578 # 008 backspace -# display \X0009 2478 # 009 horizontal tabulation -# display \X000A 24578 # 010 line feed -# display \X000B 1378 # 011 vertical tabulation -# display \X000C 12378 # 012 form feed -# display \X000D 13478 # 013 carriage return -display \X000E 134578 # 014 shift out -display \X000F 13578 # 015 shift in -display \X0010 123478 # 016 data link escape -display \X0011 1234578 # 017 device control one -display \X0012 123578 # 018 device control two -display \X0013 23478 # 019 device control three -display \X0014 234578 # 020 device control four -display \X0015 13678 # 021 negative acknowledge -display \X0016 123678 # 022 synchronous idle -display \X0017 245678 # 023 end of transmission block -display \X0018 134678 # 024 cancel -display \X0019 1345678 # 025 end of medium -display \X001A 135678 # 026 substitute -# display \X001B 12348 # 027 escape -display \X001C 123458 # 028 file separator -display \X001D 1368 # 029 group separator -display \X001E 24568 # 030 record separator -display \X001F 13568 # 031 unit separator -# display \X0020 0 # 032 space -display \X0021 235 # 033 exclamation mark -display \X0022 256 # 034 quotation mark -display \X0023 3456 # 035 number sign -display \X0024 25678 # 036 dollar sign -display \X0025 46 # 037 percent sign -display \X0026 578 # 038 ampersand -display \X0027 5 # 039 apostrophe -display \X0028 236 # 040 left parenthesis -display \X0029 356 # 041 right parenthesis -display \X002A 35 # 042 asterisk -display \X002B 2357 # 043 plus sign -display \X002C 2 # 044 comma -display \X002D 36 # 045 hyphen-minus -display \X002E 3 # 046 full stop -display \X002F 57 # 047 solidus -display \X0030 2458 # 048 digit zero -display \X0031 18 # 049 digit one -display \X0032 128 # 050 digit two -display \X0033 148 # 051 digit three -display \X0034 1458 # 052 digit four -display \X0035 158 # 053 digit five -display \X0036 1248 # 054 digit six -display \X0037 12458 # 055 digit seven -display \X0038 1258 # 056 digit eight -display \X0039 248 # 057 digit nine -display \X003A 25 # 058 colon -display \X003B 23 # 059 semicolon -display \X003C 358 # 060 less-than sign -display \X003D 2356 # 061 equals sign -display \X003E 267 # 062 greater-than sign -display \X003F 26 # 063 question mark -display \X0040 4 # 064 commercial at -display \X0041 17 # 065 latin capital letter a -display \X0042 127 # 066 latin capital letter b -display \X0043 147 # 067 latin capital letter c -display \X0044 1457 # 068 latin capital letter d -display \X0045 157 # 069 latin capital letter e -display \X0046 1247 # 070 latin capital letter f -display \X0047 12457 # 071 latin capital letter g -display \X0048 1257 # 072 latin capital letter h -display \X0049 247 # 073 latin capital letter i -display \X004A 2457 # 074 latin capital letter j -display \X004B 137 # 075 latin capital letter k -display \X004C 1237 # 076 latin capital letter l -display \X004D 1347 # 077 latin capital letter m -display \X004E 13457 # 078 latin capital letter n -display \X004F 1357 # 079 latin capital letter o -display \X0050 12347 # 080 latin capital letter p -display \X0051 123457 # 081 latin capital letter q -display \X0052 12357 # 082 latin capital letter r -display \X0053 2347 # 083 latin capital letter s -display \X0054 23457 # 084 latin capital letter t -display \X0055 1367 # 085 latin capital letter u -display \X0056 12367 # 086 latin capital letter v -display \X0057 24567 # 087 latin capital letter w -display \X0058 13467 # 088 latin capital letter x -display \X0059 134567 # 089 latin capital letter y -display \X005A 13567 # 090 latin capital letter z -display \X005B 23678 # 091 left square bracket -display \X005C 28 # 092 reverse solidus -display \X005D 35678 # 093 right square bracket -display \X005E 58 # 094 circumflex accent -display \X005F 456 # 095 low line -display \X0060 45 # 096 grave accent -display \X0061 1 # 097 latin small letter a -display \X0062 12 # 098 latin small letter b -display \X0063 14 # 099 latin small letter c -display \X0064 145 # 100 latin small letter d -display \X0065 15 # 101 latin small letter e -display \X0066 124 # 102 latin small letter f -display \X0067 1245 # 103 latin small letter g -display \X0068 125 # 104 latin small letter h -display \X0069 24 # 105 latin small letter i -display \X006A 245 # 106 latin small letter j -display \X006B 13 # 107 latin small letter k -display \X006C 123 # 108 latin small letter l -display \X006D 134 # 109 latin small letter m -display \X006E 1345 # 110 latin small letter n -display \X006F 135 # 111 latin small letter o -display \X0070 1234 # 112 latin small letter p -display \X0071 12345 # 113 latin small letter q -display \X0072 1235 # 114 latin small letter r -display \X0073 234 # 115 latin small letter s -display \X0074 2345 # 116 latin small letter t -display \X0075 136 # 117 latin small letter u -display \X0076 1236 # 118 latin small letter v -display \X0077 2456 # 119 latin small letter w -display \X0078 1346 # 120 latin small letter x -display \X0079 13456 # 121 latin small letter y -display \X007A 1356 # 122 latin small letter z -display \X007B 238 # 123 left curly bracket -display \X007C 56 # 124 vertical line -display \X007D 567 # 125 right curly bracket -display \X007E 38 # 126 tilde -display \X007F 3578 # 127 delete -display \X0080 2678 # 128 -display \X0081 13458 # 129 -display \X0082 67 # 130 break permitted here -display \X0083 45678 # 131 no break here -display \X0084 3567 # 132 -display \X0085 37 # 133 next line -display \X0086 47 # 134 start of selected area -display \X0087 457 # 135 end of selected area -display \X0088 468 # 136 character tabulation set -display \X0089 4568 # 137 character tabulation with justification -display \X008A 15678 # 138 line tabulation set -display \X008B 378 # 139 partial line down -display \X008C 12345678 # 140 partial line up -display \X008D 478 # 141 reverse line feed -display \X008E 234678 # 142 single shift two -display \X008F 2367 # 143 single shift three -display \X0090 2368 # 144 device control string -display \X0091 367 # 145 private use one -display \X0092 368 # 146 private use two -display \X0093 23567 # 147 set transmit state -display \X0094 23568 # 148 cancel character -display \X0095 3678 # 149 message waiting -display \X0096 68 # 150 start of guarded area -display \X0097 568 # 151 end of guarded area -display \X0098 2568 # 152 start of string -display \X0099 23458 # 153 -display \X009A 1568 # 154 single character introducer -display \X009B 678 # 155 control sequence introducer -display \X009C 1234568 # 156 string terminator -display \X009D 235678 # 157 operating system command -display \X009E 23468 # 158 privacy message -display \X009F 125678 # 159 application program command -display \X00A0 8 # 160 no-break space -display \X00A1 2358 # 161 inverted exclamation mark -display \X00A2 2578 # 162 cent sign -display \X00A3 1238 # 163 pound sign -display \X00A4 12368 # 164 currency sign -display \X00A5 134568 # 165 yen sign -display \X00A6 4567 # 166 broken bar -display \X00A7 4678 # 167 section sign -display \X00A8 258 # 168 diaeresis -display \X00A9 138 # 169 copyright sign -display \X00AA 278 # 170 feminine ordinal indicator -display \X00AB 2378 # 171 left-pointing double angle quotation mark -display \X00AC 357 # 172 not sign -display \X00AD 78 # 173 soft hyphen -display \X00AE 12358 # 174 registered sign -display \X00AF 458 # 175 macron -display \X00B0 3568 # 176 degree sign -display \X00B1 23578 # 177 plus-minus sign -display \X00B2 237 # 178 superscript two -display \X00B3 257 # 179 superscript three -display \X00B4 6 # 180 acute accent -display \X00B5 1348 # 181 micro sign -display \X00B6 467 # 182 pilcrow sign -display \X00B7 7 # 183 middle dot -display \X00B8 48 # 184 cedilla -display \X00B9 27 # 185 superscript one -display \X00BA 1358 # 186 masculine ordinal indicator -display \X00BB 5678 # 187 right-pointing double angle quotation mark -display \X00BC 34568 # 188 vulgar fraction one quarter -display \X00BD 34567 # 189 vulgar fraction one half -display \X00BE 345678 # 190 vulgar fraction three quarters -display \X00BF 268 # 191 inverted question mark -display \X00C0 1235678 # 192 latin capital letter a with grave -display \X00C1 123567 # 193 latin capital letter a with acute -display \X00C2 1678 # 194 latin capital letter a with circumflex -display \X00C3 12678 # 195 latin capital letter a with tilde -display \X00C4 34578 # 196 latin capital letter a with diaeresis -display \X00C5 167 # 197 latin capital letter a with ring above -display \X00C6 3457 # 198 latin capital letter ae -display \X00C7 1234678 # 199 latin capital letter c with cedilla -display \X00C8 23467 # 200 latin capital letter e with grave -display \X00C9 1234567 # 201 latin capital letter e with acute -display \X00CA 1267 # 202 latin capital letter e with circumflex -display \X00CB 12467 # 203 latin capital letter e with diaeresis -display \X00CC 3478 # 204 latin capital letter i with grave -display \X00CD 347 # 205 latin capital letter i with acute -display \X00CE 1467 # 206 latin capital letter i with circumflex -display \X00CF 124567 # 207 latin capital letter i with diaeresis -display \X00D0 145678 # 208 latin capital letter eth -display \X00D1 1245678 # 209 latin capital letter n with tilde -display \X00D2 34678 # 210 latin capital letter o with grave -display \X00D3 3467 # 211 latin capital letter o with acute -display \X00D4 14567 # 212 latin capital letter o with circumflex -display \X00D5 14678 # 213 latin capital letter o with tilde -display \X00D6 24678 # 214 latin capital letter o with diaeresis -display \X00D7 13468 # 215 multiplication sign -display \X00D8 2467 # 216 latin capital letter o with stroke -display \X00D9 2345678 # 217 latin capital letter u with grave -display \X00DA 234567 # 218 latin capital letter u with acute -display \X00DB 1567 # 219 latin capital letter u with circumflex -display \X00DC 12567 # 220 latin capital letter u with diaeresis -display \X00DD 123467 # 221 latin capital letter y with acute -display \X00DE 124678 # 222 latin capital letter thorn -display \X00DF 2348 # 223 latin small letter sharp s -display \X00E0 123568 # 224 latin small letter a with grave -display \X00E1 12356 # 225 latin small letter a with acute -display \X00E2 168 # 226 latin small letter a with circumflex -display \X00E3 1268 # 227 latin small letter a with tilde -display \X00E4 3458 # 228 latin small letter a with diaeresis -display \X00E5 16 # 229 latin small letter a with ring above -display \X00E6 345 # 230 latin small letter ae -display \X00E7 123468 # 231 latin small letter c with cedilla -display \X00E8 2346 # 232 latin small letter e with grave -display \X00E9 123456 # 233 latin small letter e with acute -display \X00EA 126 # 234 latin small letter e with circumflex -display \X00EB 1246 # 235 latin small letter e with diaeresis -display \X00EC 348 # 236 latin small letter i with grave -display \X00ED 34 # 237 latin small letter i with acute -display \X00EE 146 # 238 latin small letter i with circumflex -display \X00EF 12456 # 239 latin small letter i with diaeresis -display \X00F0 14568 # 240 latin small letter eth -display \X00F1 124568 # 241 latin small letter n with tilde -display \X00F2 3468 # 242 latin small letter o with grave -display \X00F3 346 # 243 latin small letter o with acute -display \X00F4 1456 # 244 latin small letter o with circumflex -display \X00F5 1468 # 245 latin small letter o with tilde -display \X00F6 2468 # 246 latin small letter o with diaeresis -display \X00F7 2567 # 247 division sign -display \X00F8 246 # 248 latin small letter o with stroke -display \X00F9 234568 # 249 latin small letter u with grave -display \X00FA 23456 # 250 latin small letter u with acute -display \X00FB 156 # 251 latin small letter u with circumflex -display \X00FC 1256 # 252 latin small letter u with diaeresis -display \X00FD 12346 # 253 latin small letter y with acute -display \X00FE 12468 # 254 latin small letter thorn -display \X00FF 12568 # 255 latin small letter y with diaeresis +# display \x0000 4578 # 000 null +# display \x0000 0 # 000 null +display \x0001 178 # 001 start of heading +display \x0002 1278 # 002 start of text +display \x0003 1478 # 003 end of text +display \x0004 14578 # 004 end of transmission +display \x0005 1578 # 005 enquiry +display \x0006 12478 # 006 acknowledge +display \x0007 124578 # 007 bell +display \x0008 12578 # 008 backspace +# display \x0009 2478 # 009 horizontal tabulation +# display \x000A 24578 # 010 line feed +# display \x000B 1378 # 011 vertical tabulation +# display \x000C 12378 # 012 form feed +# display \x000D 13478 # 013 carriage return +display \x000E 134578 # 014 shift out +display \x000F 13578 # 015 shift in +display \x0010 123478 # 016 data link escape +display \x0011 1234578 # 017 device control one +display \x0012 123578 # 018 device control two +display \x0013 23478 # 019 device control three +display \x0014 234578 # 020 device control four +display \x0015 13678 # 021 negative acknowledge +display \x0016 123678 # 022 synchronous idle +display \x0017 245678 # 023 end of transmission block +display \x0018 134678 # 024 cancel +display \x0019 1345678 # 025 end of medium +display \x001A 135678 # 026 substitute +# display \x001B 12348 # 027 escape +display \x001C 123458 # 028 file separator +display \x001D 1368 # 029 group separator +display \x001E 24568 # 030 record separator +display \x001F 13568 # 031 unit separator +# display \x0020 0 # 032 space +display \x0021 235 # 033 exclamation mark +display \x0022 256 # 034 quotation mark +display \x0023 3456 # 035 number sign +display \x0024 25678 # 036 dollar sign +display \x0025 46 # 037 percent sign +display \x0026 578 # 038 ampersand +display \x0027 5 # 039 apostrophe +display \x0028 236 # 040 left parenthesis +display \x0029 356 # 041 right parenthesis +display \x002A 35 # 042 asterisk +display \x002B 2357 # 043 plus sign +display \x002C 2 # 044 comma +display \x002D 36 # 045 hyphen-minus +display \x002E 3 # 046 full stop +display \x002F 57 # 047 solidus +display \x0030 2458 # 048 digit zero +display \x0031 18 # 049 digit one +display \x0032 128 # 050 digit two +display \x0033 148 # 051 digit three +display \x0034 1458 # 052 digit four +display \x0035 158 # 053 digit five +display \x0036 1248 # 054 digit six +display \x0037 12458 # 055 digit seven +display \x0038 1258 # 056 digit eight +display \x0039 248 # 057 digit nine +display \x003A 25 # 058 colon +display \x003B 23 # 059 semicolon +display \x003C 358 # 060 less-than sign +display \x003D 2356 # 061 equals sign +display \x003E 267 # 062 greater-than sign +display \x003F 26 # 063 question mark +display \x0040 4 # 064 commercial at +display \x0041 17 # 065 latin capital letter a +display \x0042 127 # 066 latin capital letter b +display \x0043 147 # 067 latin capital letter c +display \x0044 1457 # 068 latin capital letter d +display \x0045 157 # 069 latin capital letter e +display \x0046 1247 # 070 latin capital letter f +display \x0047 12457 # 071 latin capital letter g +display \x0048 1257 # 072 latin capital letter h +display \x0049 247 # 073 latin capital letter i +display \x004A 2457 # 074 latin capital letter j +display \x004B 137 # 075 latin capital letter k +display \x004C 1237 # 076 latin capital letter l +display \x004D 1347 # 077 latin capital letter m +display \x004E 13457 # 078 latin capital letter n +display \x004F 1357 # 079 latin capital letter o +display \x0050 12347 # 080 latin capital letter p +display \x0051 123457 # 081 latin capital letter q +display \x0052 12357 # 082 latin capital letter r +display \x0053 2347 # 083 latin capital letter s +display \x0054 23457 # 084 latin capital letter t +display \x0055 1367 # 085 latin capital letter u +display \x0056 12367 # 086 latin capital letter v +display \x0057 24567 # 087 latin capital letter w +display \x0058 13467 # 088 latin capital letter x +display \x0059 134567 # 089 latin capital letter y +display \x005A 13567 # 090 latin capital letter z +display \x005B 23678 # 091 left square bracket +display \x005C 28 # 092 reverse solidus +display \x005D 35678 # 093 right square bracket +display \x005E 58 # 094 circumflex accent +display \x005F 456 # 095 low line +display \x0060 45 # 096 grave accent +display \x0061 1 # 097 latin small letter a +display \x0062 12 # 098 latin small letter b +display \x0063 14 # 099 latin small letter c +display \x0064 145 # 100 latin small letter d +display \x0065 15 # 101 latin small letter e +display \x0066 124 # 102 latin small letter f +display \x0067 1245 # 103 latin small letter g +display \x0068 125 # 104 latin small letter h +display \x0069 24 # 105 latin small letter i +display \x006A 245 # 106 latin small letter j +display \x006B 13 # 107 latin small letter k +display \x006C 123 # 108 latin small letter l +display \x006D 134 # 109 latin small letter m +display \x006E 1345 # 110 latin small letter n +display \x006F 135 # 111 latin small letter o +display \x0070 1234 # 112 latin small letter p +display \x0071 12345 # 113 latin small letter q +display \x0072 1235 # 114 latin small letter r +display \x0073 234 # 115 latin small letter s +display \x0074 2345 # 116 latin small letter t +display \x0075 136 # 117 latin small letter u +display \x0076 1236 # 118 latin small letter v +display \x0077 2456 # 119 latin small letter w +display \x0078 1346 # 120 latin small letter x +display \x0079 13456 # 121 latin small letter y +display \x007A 1356 # 122 latin small letter z +display \x007B 238 # 123 left curly bracket +display \x007C 56 # 124 vertical line +display \x007D 567 # 125 right curly bracket +display \x007E 38 # 126 tilde +display \x007F 3578 # 127 delete +display \x0080 2678 # 128 +display \x0081 13458 # 129 +display \x0082 67 # 130 break permitted here +display \x0083 45678 # 131 no break here +display \x0084 3567 # 132 +display \x0085 37 # 133 next line +display \x0086 47 # 134 start of selected area +display \x0087 457 # 135 end of selected area +display \x0088 468 # 136 character tabulation set +display \x0089 4568 # 137 character tabulation with justification +display \x008A 15678 # 138 line tabulation set +display \x008B 378 # 139 partial line down +display \x008C 12345678 # 140 partial line up +display \x008D 478 # 141 reverse line feed +display \x008E 234678 # 142 single shift two +display \x008F 2367 # 143 single shift three +display \x0090 2368 # 144 device control string +display \x0091 367 # 145 private use one +display \x0092 368 # 146 private use two +display \x0093 23567 # 147 set transmit state +display \x0094 23568 # 148 cancel character +display \x0095 3678 # 149 message waiting +display \x0096 68 # 150 start of guarded area +display \x0097 568 # 151 end of guarded area +display \x0098 2568 # 152 start of string +display \x0099 23458 # 153 +display \x009A 1568 # 154 single character introducer +display \x009B 678 # 155 control sequence introducer +display \x009C 1234568 # 156 string terminator +display \x009D 235678 # 157 operating system command +display \x009E 23468 # 158 privacy message +display \x009F 125678 # 159 application program command +display \x00A0 8 # 160 no-break space +display \x00A1 2358 # 161 inverted exclamation mark +display \x00A2 2578 # 162 cent sign +display \x00A3 1238 # 163 pound sign +display \x00A4 12368 # 164 currency sign +display \x00A5 134568 # 165 yen sign +display \x00A6 4567 # 166 broken bar +display \x00A7 4678 # 167 section sign +display \x00A8 258 # 168 diaeresis +display \x00A9 138 # 169 copyright sign +display \x00AA 278 # 170 feminine ordinal indicator +display \x00AB 2378 # 171 left-pointing double angle quotation mark +display \x00AC 357 # 172 not sign +display \x00AD 78 # 173 soft hyphen +display \x00AE 12358 # 174 registered sign +display \x00AF 458 # 175 macron +display \x00B0 3568 # 176 degree sign +display \x00B1 23578 # 177 plus-minus sign +display \x00B2 237 # 178 superscript two +display \x00B3 257 # 179 superscript three +display \x00B4 6 # 180 acute accent +display \x00B5 1348 # 181 micro sign +display \x00B6 467 # 182 pilcrow sign +display \x00B7 7 # 183 middle dot +display \x00B8 48 # 184 cedilla +display \x00B9 27 # 185 superscript one +display \x00BA 1358 # 186 masculine ordinal indicator +display \x00BB 5678 # 187 right-pointing double angle quotation mark +display \x00BC 34568 # 188 vulgar fraction one quarter +display \x00BD 34567 # 189 vulgar fraction one half +display \x00BE 345678 # 190 vulgar fraction three quarters +display \x00BF 268 # 191 inverted question mark +display \x00C0 1235678 # 192 latin capital letter a with grave +display \x00C1 123567 # 193 latin capital letter a with acute +display \x00C2 1678 # 194 latin capital letter a with circumflex +display \x00C3 12678 # 195 latin capital letter a with tilde +display \x00C4 34578 # 196 latin capital letter a with diaeresis +display \x00C5 167 # 197 latin capital letter a with ring above +display \x00C6 3457 # 198 latin capital letter ae +display \x00C7 1234678 # 199 latin capital letter c with cedilla +display \x00C8 23467 # 200 latin capital letter e with grave +display \x00C9 1234567 # 201 latin capital letter e with acute +display \x00CA 1267 # 202 latin capital letter e with circumflex +display \x00CB 12467 # 203 latin capital letter e with diaeresis +display \x00CC 3478 # 204 latin capital letter i with grave +display \x00CD 347 # 205 latin capital letter i with acute +display \x00CE 1467 # 206 latin capital letter i with circumflex +display \x00CF 124567 # 207 latin capital letter i with diaeresis +display \x00D0 145678 # 208 latin capital letter eth +display \x00D1 1245678 # 209 latin capital letter n with tilde +display \x00D2 34678 # 210 latin capital letter o with grave +display \x00D3 3467 # 211 latin capital letter o with acute +display \x00D4 14567 # 212 latin capital letter o with circumflex +display \x00D5 14678 # 213 latin capital letter o with tilde +display \x00D6 24678 # 214 latin capital letter o with diaeresis +display \x00D7 13468 # 215 multiplication sign +display \x00D8 2467 # 216 latin capital letter o with stroke +display \x00D9 2345678 # 217 latin capital letter u with grave +display \x00DA 234567 # 218 latin capital letter u with acute +display \x00DB 1567 # 219 latin capital letter u with circumflex +display \x00DC 12567 # 220 latin capital letter u with diaeresis +display \x00DD 123467 # 221 latin capital letter y with acute +display \x00DE 124678 # 222 latin capital letter thorn +display \x00DF 2348 # 223 latin small letter sharp s +display \x00E0 123568 # 224 latin small letter a with grave +display \x00E1 12356 # 225 latin small letter a with acute +display \x00E2 168 # 226 latin small letter a with circumflex +display \x00E3 1268 # 227 latin small letter a with tilde +display \x00E4 3458 # 228 latin small letter a with diaeresis +display \x00E5 16 # 229 latin small letter a with ring above +display \x00E6 345 # 230 latin small letter ae +display \x00E7 123468 # 231 latin small letter c with cedilla +display \x00E8 2346 # 232 latin small letter e with grave +display \x00E9 123456 # 233 latin small letter e with acute +display \x00EA 126 # 234 latin small letter e with circumflex +display \x00EB 1246 # 235 latin small letter e with diaeresis +display \x00EC 348 # 236 latin small letter i with grave +display \x00ED 34 # 237 latin small letter i with acute +display \x00EE 146 # 238 latin small letter i with circumflex +display \x00EF 12456 # 239 latin small letter i with diaeresis +display \x00F0 14568 # 240 latin small letter eth +display \x00F1 124568 # 241 latin small letter n with tilde +display \x00F2 3468 # 242 latin small letter o with grave +display \x00F3 346 # 243 latin small letter o with acute +display \x00F4 1456 # 244 latin small letter o with circumflex +display \x00F5 1468 # 245 latin small letter o with tilde +display \x00F6 2468 # 246 latin small letter o with diaeresis +display \x00F7 2567 # 247 division sign +display \x00F8 246 # 248 latin small letter o with stroke +display \x00F9 234568 # 249 latin small letter u with grave +display \x00FA 23456 # 250 latin small letter u with acute +display \x00FB 156 # 251 latin small letter u with circumflex +display \x00FC 1256 # 252 latin small letter u with diaeresis +display \x00FD 12346 # 253 latin small letter y with acute +display \x00FE 12468 # 254 latin small letter thorn +display \x00FF 12568 # 255 latin small letter y with diaeresis diff --git a/tables/oriya.cti b/tables/oriya.cti index 75289284d8..db21ec1e57 100644 --- a/tables/oriya.cti +++ b/tables/oriya.cti @@ -25,7 +25,7 @@ include braille-patterns.cti -replace \X200D +replace \x200D # vowels diff --git a/tables/printables.cti b/tables/printables.cti index afcfe2ace9..c5ff7b2ece 100644 --- a/tables/printables.cti +++ b/tables/printables.cti @@ -67,4 +67,4 @@ math > 345 math + 346 math ~ 45 -noback sign \X25CF 16 # 9679 black circle +noback sign \x25CF 16 # 9679 black circle diff --git a/tables/pt-pt-comp8.ctb b/tables/pt-pt-comp8.ctb index 4cf2897b06..e37f5cf342 100644 --- a/tables/pt-pt-comp8.ctb +++ b/tables/pt-pt-comp8.ctb @@ -106,4 +106,4 @@ sign \x00a3 12378 # £ sign \x00a7 2348 # § uplow \x00d1\x00f1 134578,13458 # Ññ -noback sign \X25CF 35 # 9679 black circle +noback sign \x25CF 35 # 9679 black circle diff --git a/tables/pt-pt-g1.utb b/tables/pt-pt-g1.utb index da678909ae..d52160c30a 100644 --- a/tables/pt-pt-g1.utb +++ b/tables/pt-pt-g1.utb @@ -127,7 +127,7 @@ uplow \x00D3\x00F3 346 o with acute ó x00D3 / 00F3 uplow \x00D4\x00F4 1456 o with circumflex ô x00D4 / 00F4 uplow \x00D5\x00F5 246 o with tilde x00D5 / 00F5 uplow Öö 246 O with diaeresis x00D6 / 00F6 -uplow \X00DA\x00FA 23456 u with acute x00DA / 00FA +uplow \x00DA\x00FA 23456 u with acute x00DA / 00FA uplow \x00DC\x00FC 1256 u with diaeresis x00FC uplow \x00D1\x00F1 12456 n with tilde diff --git a/tables/ru-ru-g1.utb b/tables/ru-ru-g1.utb index f9f6a870ef..6164d2c097 100644 --- a/tables/ru-ru-g1.utb +++ b/tables/ru-ru-g1.utb @@ -112,7 +112,7 @@ sign § 4-234-3 # 167 section sign \x00A7 sign \x00A9 2356-6-14-2356 # 169 © copyright sign sign \x00AE 2356-6-1235-2356 # Registered -sign \X2116 1345 NUMERO SIGN +sign \x2116 1345 NUMERO SIGN punctuation \x00Ad 36 # 173 soft hyphen sign \x00B0 356 degrees sign \x00B4 4 @@ -349,4 +349,4 @@ always $ 256-3456 sign \x00BD 3456-1-34-12 # 1/2 fraction sign \x00BC 3456-1-34-145 # 1/4 fraction sign \x00BE 3456-14-34-145 # 3/4 fraction -noback sign \X25CF 16 # 9679 black circle +noback sign \x25CF 16 # 9679 black circle diff --git a/tables/se-se.dis b/tables/se-se.dis index 0d2354cf3a..b50a10a96c 100644 --- a/tables/se-se.dis +++ b/tables/se-se.dis @@ -25,306 +25,306 @@ #Hex Dots Dec Char Description -display \X0020 0 #32 space -display \X0021 235 #33 ! exclamation mark -display \X0022 56 #34 " quotation mark -display \X0023 3456 #35 # number sign -display \X0024 1246 #36 $ dollar sign -display \X0025 146 #37 % percent sign -# display \X0026 12346 #38 & ampersand -display \X0026 346 #38 & ampersand -display \X0027 5 #39 ' apostrophe -display \X0028 236 #40 ( left parenthesis -display \X0029 356 #41 ) right parenthesis -display \X002A 35 #42 * asterisk -display \X002B 256 #43 + plus sign -display \X002C 2 #44 , comma -display \X002D 36 #45 - hyphen-minus -display \X002E 3 #46 . full stop -display \X002F 34 #47 / solidus - -display \X0030 356 #480 digit zero -display \X0031 2 #491 digit one -display \X0032 126 #502 digit two -display \X0033 146 #513 digit three -display \X0034 1456 #524 digit four -display \X0035 156 #535 digit five -display \X0036 1246 #546 digit six -display \X0037 12456 #557 digit seven -display \X0038 236 #568 digit eight -display \X0039 35 #579 digit nine -display \X003A 25 #58 : colon -display \X003B 23 #59 ; semicolon -display \X003C 56 #60 < less-than sign -# display \X003D 156 #61 = equals sign -display \X003D 2356 #61 = equals sign -# display \X003E 45 #62 > greater-than sign -display \X003F 26 #63 ? question mark - -# display \X0040 4 #64 @ commercial at -display \X0040 123567 #64 @ commercial at +display \x0020 0 #32 space +display \x0021 235 #33 ! exclamation mark +display \x0022 56 #34 " quotation mark +display \x0023 3456 #35 # number sign +display \x0024 1246 #36 $ dollar sign +display \x0025 146 #37 % percent sign +# display \x0026 12346 #38 & ampersand +display \x0026 346 #38 & ampersand +display \x0027 5 #39 ' apostrophe +display \x0028 236 #40 ( left parenthesis +display \x0029 356 #41 ) right parenthesis +display \x002A 35 #42 * asterisk +display \x002B 256 #43 + plus sign +display \x002C 2 #44 , comma +display \x002D 36 #45 - hyphen-minus +display \x002E 3 #46 . full stop +display \x002F 34 #47 / solidus + +display \x0030 356 #480 digit zero +display \x0031 2 #491 digit one +display \x0032 126 #502 digit two +display \x0033 146 #513 digit three +display \x0034 1456 #524 digit four +display \x0035 156 #535 digit five +display \x0036 1246 #546 digit six +display \x0037 12456 #557 digit seven +display \x0038 236 #568 digit eight +display \x0039 35 #579 digit nine +display \x003A 25 #58 : colon +display \x003B 23 #59 ; semicolon +display \x003C 56 #60 < less-than sign +# display \x003D 156 #61 = equals sign +display \x003D 2356 #61 = equals sign +# display \x003E 45 #62 > greater-than sign +display \x003F 26 #63 ? question mark + +# display \x0040 4 #64 @ commercial at +display \x0040 123567 #64 @ commercial at #Hex Dots Dec Char Description -display \X0041 17 #65 A Latin capital letter a -display \X0042 127 #66 B Latin capital letter b -display \X0043 147 #67 C Latin capital letter c -display \X0044 1457 #68 D Latin capital letter d -display \X0045 157 #69 E Latin capital letter e -display \X0046 1247 #70 F Latin capital letter f -display \X0047 12457 #71 G Latin capital letter g -display \X0048 1257 #72 H Latin capital letter h -display \X0049 247 #73 I Latin capital letter i -display \X004A 2457 #74 J Latin capital letter j -display \X004B 137 #75 K Latin capital letter k -display \X004C 1237 #76 L Latin capital letter l -display \X004D 1347 #77 M Latin capital letter m -display \X004E 13457 #78 N Latin capital letter n -display \X004F 1357 #79 O Latin capital letter o -display \X0050 12347 #80 P Latin capital letter p -display \X0051 123457 #81 Q Latin capital letter q -display \X0052 12357 #82 R Latin capital letter r -display \X0053 2347 #83 S Latin capital letter s -display \X0054 23457 #84 T Latin capital letter t -display \X0055 1367 #85 U Latin capital letter u -display \X0056 12367 #86 V Latin capital letter v -display \X0057 24567 #87 W Latin capital letter w -display \X0058 13467 #88 X Latin capital letter x -display \X0059 134567 #89 Y Latin capital letter y -display \X005A 13567 #90 Z Latin capital letter z - -display \X005B 12356 # 91 [ left square bracket -display \X005C 347 # 92 \ reverse solidus -display \X005D 23456 # 93 ] right square bracket -display \X005E 4 # 94 ^ circumflex accent -display \X005F 6 # 95 _ low line -display \X0060 46 # 96 ` grave accent - -display \X0061 1 #97 a Latin small letter a -display \X0062 12 #98 b Latin small letter b -display \X0063 14 #99 c Latin small letter c -display \X0064 145 #100 d Latin small letter d -display \X0065 15 #101 e Latin small letter e -display \X0066 124 #102 f Latin small letter f -display \X0067 1245 #103 g Latin small letter g -display \X0068 125 #104 h Latin small letter h -display \X0069 24 #105 i Latin small letter i -display \X006A 245 #106 j Latin small letter j -display \X006B 13 #107 k Latin small letter k -display \X006C 123 #108 l Latin small letter l -display \X006D 134 #109 m Latin small letter m -display \X006E 1345 #110 n Latin small letter n -display \X006F 135 #111 o Latin small letter o -display \X0070 1234 #112 p Latin small letter p -display \X0071 12345 #113 q Latin small letter q -display \X0072 1235 #114 r Latin small letter r -display \X0073 234 #115 s Latin small letter s -display \X0074 2345 #116 t Latin small letter t -display \X0075 136 #117 u Latin small letter u -display \X0076 1236 #118 v Latin small letter v -display \X0077 2456 #119 w Latin small letter w -display \X0078 1346 #120 x Latin small letter x -display \X0079 13456 #121 y Latin small letter y -display \X007A 1356 #122 z Latin small letter z - -display \X007B 12356 # 123 { left curly bracket -display \X007C 456 # 124 | vertical line -display \X007D 23456 # 125 } right curly bracket -# display \X007E 2356 # 126 ~ tilde -display \X007E 45 # 126 ~ tilde -display \X007F 4 # 127 ^ ?delete +display \x0041 17 #65 A Latin capital letter a +display \x0042 127 #66 B Latin capital letter b +display \x0043 147 #67 C Latin capital letter c +display \x0044 1457 #68 D Latin capital letter d +display \x0045 157 #69 E Latin capital letter e +display \x0046 1247 #70 F Latin capital letter f +display \x0047 12457 #71 G Latin capital letter g +display \x0048 1257 #72 H Latin capital letter h +display \x0049 247 #73 I Latin capital letter i +display \x004A 2457 #74 J Latin capital letter j +display \x004B 137 #75 K Latin capital letter k +display \x004C 1237 #76 L Latin capital letter l +display \x004D 1347 #77 M Latin capital letter m +display \x004E 13457 #78 N Latin capital letter n +display \x004F 1357 #79 O Latin capital letter o +display \x0050 12347 #80 P Latin capital letter p +display \x0051 123457 #81 Q Latin capital letter q +display \x0052 12357 #82 R Latin capital letter r +display \x0053 2347 #83 S Latin capital letter s +display \x0054 23457 #84 T Latin capital letter t +display \x0055 1367 #85 U Latin capital letter u +display \x0056 12367 #86 V Latin capital letter v +display \x0057 24567 #87 W Latin capital letter w +display \x0058 13467 #88 X Latin capital letter x +display \x0059 134567 #89 Y Latin capital letter y +display \x005A 13567 #90 Z Latin capital letter z + +display \x005B 12356 # 91 [ left square bracket +display \x005C 347 # 92 \ reverse solidus +display \x005D 23456 # 93 ] right square bracket +display \x005E 4 # 94 ^ circumflex accent +display \x005F 6 # 95 _ low line +display \x0060 46 # 96 ` grave accent + +display \x0061 1 #97 a Latin small letter a +display \x0062 12 #98 b Latin small letter b +display \x0063 14 #99 c Latin small letter c +display \x0064 145 #100 d Latin small letter d +display \x0065 15 #101 e Latin small letter e +display \x0066 124 #102 f Latin small letter f +display \x0067 1245 #103 g Latin small letter g +display \x0068 125 #104 h Latin small letter h +display \x0069 24 #105 i Latin small letter i +display \x006A 245 #106 j Latin small letter j +display \x006B 13 #107 k Latin small letter k +display \x006C 123 #108 l Latin small letter l +display \x006D 134 #109 m Latin small letter m +display \x006E 1345 #110 n Latin small letter n +display \x006F 135 #111 o Latin small letter o +display \x0070 1234 #112 p Latin small letter p +display \x0071 12345 #113 q Latin small letter q +display \x0072 1235 #114 r Latin small letter r +display \x0073 234 #115 s Latin small letter s +display \x0074 2345 #116 t Latin small letter t +display \x0075 136 #117 u Latin small letter u +display \x0076 1236 #118 v Latin small letter v +display \x0077 2456 #119 w Latin small letter w +display \x0078 1346 #120 x Latin small letter x +display \x0079 13456 #121 y Latin small letter y +display \x007A 1356 #122 z Latin small letter z + +display \x007B 12356 # 123 { left curly bracket +display \x007C 456 # 124 | vertical line +display \x007D 23456 # 125 } right curly bracket +# display \x007E 2356 # 126 ~ tilde +display \x007E 45 # 126 ~ tilde +display \x007F 4 # 127 ^ ?delete #Hex Dots Dec Char Description -display \X0080 48 # Eurosign -display \X0081 18 # 129~A -display \X0082 128 # 130~Bbreak permitted here -display \X0083 148 # 131~Cno break here -display \X0084 1458 # 132~D -display \X0085 158 # 133~Enext line -display \X0086 1248 # 134~Fstart of selected area -display \X0087 12458 # 135~Gend of selected area -display \X0088 1258 # 136~Hcharacter tabulation set -display \X0089 248 # 137~Icharacter tabulation with justification -display \X008A 2458 # 138~Jline tabulation set -display \X008B 138 # 139~Kpartial line down -display \X008C 1238 # 140~Lpartial line up -display \X008D 1348 # 141~Mreverse line feed -display \X008E 13458 # 142~Nsingle shift two -display \X008F 1358 # 143~Osingle shift three -display \X0090 12348 # 144~Pdevice control string -display \X0091 123458 # 145~Qprivate use one -display \X0092 12358 # 146~Rprivate use two -display \X0093 2348 # 147~Sset transmit state -display \X0094 23458 # 148~Tcancel character -display \X0095 1368 # 149~Umessage waiting -display \X0096 12368 # 150~Vstart of guarded area -display \X0097 24568 # 151~Wend of guarded area -display \X0098 13468 # 152~Xstart of string -display \X0099 134568 # 153~Y -display \X009A 13568 # 154~Zsingle character introducer -display \X009B 2468 # 155~[control sequence introducer -display \X009C 12568 # 156~\string terminator -display \X009D 124568 # 157~]operating system command -display \X009E 458 # 158~^privacy message -display \X009F 4568 # 159 ~_application program command -display \X00A0 0 #160 no-break space +display \x0080 48 # Eurosign +display \x0081 18 # 129~A +display \x0082 128 # 130~Bbreak permitted here +display \x0083 148 # 131~Cno break here +display \x0084 1458 # 132~D +display \x0085 158 # 133~Enext line +display \x0086 1248 # 134~Fstart of selected area +display \x0087 12458 # 135~Gend of selected area +display \x0088 1258 # 136~Hcharacter tabulation set +display \x0089 248 # 137~Icharacter tabulation with justification +display \x008A 2458 # 138~Jline tabulation set +display \x008B 138 # 139~Kpartial line down +display \x008C 1238 # 140~Lpartial line up +display \x008D 1348 # 141~Mreverse line feed +display \x008E 13458 # 142~Nsingle shift two +display \x008F 1358 # 143~Osingle shift three +display \x0090 12348 # 144~Pdevice control string +display \x0091 123458 # 145~Qprivate use one +display \x0092 12358 # 146~Rprivate use two +display \x0093 2348 # 147~Sset transmit state +display \x0094 23458 # 148~Tcancel character +display \x0095 1368 # 149~Umessage waiting +display \x0096 12368 # 150~Vstart of guarded area +display \x0097 24568 # 151~Wend of guarded area +display \x0098 13468 # 152~Xstart of string +display \x0099 134568 # 153~Y +display \x009A 13568 # 154~Zsingle character introducer +display \x009B 2468 # 155~[control sequence introducer +display \x009C 12568 # 156~\string terminator +display \x009D 124568 # 157~]operating system command +display \x009E 458 # 158~^privacy message +display \x009F 4568 # 159 ~_application program command +display \x00A0 0 #160 no-break space #Hex Dots Dec Char Description -display \X0000 478 #0^@null -display \X0001 178 #1^Astart of heading -display \X0002 1278 #2^Bstart of text -display \X0003 1478 #3^Cend of text -display \X0004 14578 #4^Dend of transmission -display \X0005 1578 #5^Eenquiry -display \X0006 12478 #6^Facknowledge -display \X0007 124578 #7^Gbell -display \X0008 12578 #8^Hbackspace -display \X0009 2478 #9^Ihorizontal tabulation -display \X000A 24578 #10^Jline feed -display \X000B 1378 #11^Kvertical tabulation -display \X000C 12378 #12^Lform feed -display \X000D 13478 #13^Mcarriage return -display \X000E 134578 #14^Nshift out -display \X000F 13578 #15^Oshift in -display \X0010 123478 #16^Pdata link escape -display \X0011 1234578 #17^Qdevice control one -display \X0012 123578 #18^Rdevice control two -display \X0013 23478 #19^Sdevice control three -display \X0014 234578 #20^Tdevice control four -display \X0015 13678 #21^Unegative acknowledge -display \X0016 123678 #22^Vsynchronous idle -display \X0017 245678 #23^Wend of transmission block -#display \X0018 134678 #24^Xcancel -display \X0019 1345678 #25^Yend of medium -display \X001A 135678 #26^Zsubstitute -display \X001B 24678 #27^[escape -display \X001C 125678 #28^\file separator -display \X001D 1245678 #29^]group separator -display \X001E 4578 #30^^record separator -display \X001F 45678 #31^_unit separator +display \x0000 478 #0^@null +display \x0001 178 #1^Astart of heading +display \x0002 1278 #2^Bstart of text +display \x0003 1478 #3^Cend of text +display \x0004 14578 #4^Dend of transmission +display \x0005 1578 #5^Eenquiry +display \x0006 12478 #6^Facknowledge +display \x0007 124578 #7^Gbell +display \x0008 12578 #8^Hbackspace +display \x0009 2478 #9^Ihorizontal tabulation +display \x000A 24578 #10^Jline feed +display \x000B 1378 #11^Kvertical tabulation +display \x000C 12378 #12^Lform feed +display \x000D 13478 #13^Mcarriage return +display \x000E 134578 #14^Nshift out +display \x000F 13578 #15^Oshift in +display \x0010 123478 #16^Pdata link escape +display \x0011 1234578 #17^Qdevice control one +display \x0012 123578 #18^Rdevice control two +display \x0013 23478 #19^Sdevice control three +display \x0014 234578 #20^Tdevice control four +display \x0015 13678 #21^Unegative acknowledge +display \x0016 123678 #22^Vsynchronous idle +display \x0017 245678 #23^Wend of transmission block +#display \x0018 134678 #24^Xcancel +display \x0019 1345678 #25^Yend of medium +display \x001A 135678 #26^Zsubstitute +display \x001B 24678 #27^[escape +display \x001C 125678 #28^\file separator +display \x001D 1245678 #29^]group separator +display \x001E 4578 #30^^record separator +display \x001F 45678 #31^_unit separator #Hex Dots Dec Char Description -display \X00A1 23467 # 161 ¡ inverted exclamation mark -display \X00A2 58 #162 ¢ cent sign -display \X00A3 34567 # 163 £ pound sign -display \X00A4 1467 # 164 ¤ currency sign -display \X00A5 123467 # 165 ¥ yen sign -display \X00A6 1567 # 166 ¦ broken bar -display \X00A7 346 # 167 § section sign -display \X00A8 57 # 168 ¨ diaeresis -display \X00A9 23567 # 169 © copyright sign -display \X00AA 8 # 170 ª feminine ordinal indicator -display \X00AB 1267 # 171 « left-pointing double angle quotation mark -display \X00AC 2567 # 172 ¬ not sign -display \X00AD 367 # 173 ­ soft hyphen -display \X00AE 2367 # 174 ® registered sign -display \X00AF 267 # 175 ¯ macron -display \X00B0 3567 # 176 ° degree sign - -display \X00C0 23578 # 192 À Latin capital letter a with grave -display \X00C1 1678 # 193 Á Latin capital letter a with acute -display \X00C2 1678 # 194  Latin capital letter a with circumflex -display \X00C3 578 # 195à Latin capital letter a with tilde -display \X00C4 1234678 # 196Ä Latin capital letter a with diaeresis -display \X00C5 34578 # 197Å Latin capital letter a with ring above -display \X00C6 378 # 198Æ Latin capital letter ae -display \X00C7 34678 # 199Ç Latin capital letter c with cedilla -display \X00C8 23567 # 200 È Latin capital letter e with grave -display \X00C9 12678 # 201É Latin capital letter e with acute -display \X00CA 2378 # 202 Ê Latin capital letter e with circumflex -display \X00CB 12345678 # 203Ë Latin capital letter e with diaeresis -display \X00CC 23678 # 204Ì Latin capital letter i with grave -display \X00CD 14678 # 205Í Latin capital letter i with acute -display \X00CE 2578 # 206 Î Latin capital letter i with circumflex -display \X00CF 1235678 # 207Ï Latin capital letter i with diaeresis -display \X00D0 678 # 208Ð Latin capital letter eth -display \X00D1 4678 # 209Ñ Latin capital letter n with tilde -display \X00D2 3578 # 210Ò Latin capital letter o with grave -display \X00D3 145678 # 211Ó Latin capital letter o with acute -display \X00D4 25678 # 212 Ô Latin capital letter o with circumflex -display \X00D5 5678 # 213Õ Latin capital letter o with tilde -display \X00D6 234678 # 214Ö Latin capital letter o with diaeresis -display \X00D7 167 # 215×multiplication sign -display \X00D8 3478 # 216Ø Latin capital letter o with stroke -display \X00D9 35678 # 217Ù Latin capital letter u with grave -display \X00DA 15678 # 218Ú Latin capital letter u with acute -display \X00DB 2678 # 219 Û Latin capital letter u with circumflex -display \X00DC 2345678 # 220Ü Latin capital letter u with diaeresis -display \X00DD 124678 # 221Ý Latin capital letter y with acute -display \X00DE 3678 # 222Þ Latin capital letter thorn -display \X00DF 345678 # 223ß Latin small letter sharp s -display \X00E0 2358 # 224à Latin small letter a with grave -display \X00E1 168 # 225á Latin small letter a with acute -display \X00E2 168 # 226 â Latin small letter a with circumflex -display \X00E3 58 # 227ã Latin small letter a with tilde -display \X00E4 345 # 228ä Latin small letter a with diaeresis -display \X00E5 16 # 229å Latin small letter a with ring above -display \X00E6 38 # 230æ Latin small letter ae -display \X00E7 3468 # 231ç Latin small letter c with cedilla -display \X00E8 23568 # 232è Latin small letter e with grave -display \X00E9 123456 # 233é Latin small letter e with acute -display \X00EA 238 # 234 ê Latin small letter e with circumflex -display \X00EB 1234568 # 235ë Latin small letter e with diaeresis -display \X00EC 2368 # 236ì Latin small letter i with grave -display \X00ED 1468 # 237í Latin small letter i with acute -display \X00EE 258 # 238 î Latin small letter i with circumflex -display \X00EF 123568 # 239ï Latin small letter i with diaeresis -display \X00F0 68 # 240ð Latin small letter eth -display \X00F1 468 # 241ñ Latin small letter n with tilde -display \X00F2 358 # 242ò Latin small letter o with grave -display \X00F3 14568 # 243ó Latin small letter o with acute -display \X00F4 2568 # 244 ô Latin small letter o with circumflex -display \X00F5 568 # 245õ Latin small letter o with tilde -display \X00F6 246 # 246ö Latin small letter o with diaeresis -display \X00F7 347 # 247÷division sign -display \X00F8 348 # 248ø Latin small letter o with stroke -display \X00F9 3568 # 249ù Latin small letter u with grave -display \X00FA 1568 # 250ú Latin small letter u with acute -display \X00FB 268 # 251 û Latin small letter u with circumflex -display \X00FC 1256 # 252 ü Latin small letter u with diaeresis -display \X00FD 12468 # 253ý Latin small letter y with acute -display \X00FE 368 # 254þ Latin small letter thorn -display \X00FF 34568 # 255ÿ Latin small letter y with diaeresis - - -display \X00BB 3457 # 187»right-pointing double angle quotation mark -display \X00B9 27 # 185¹superscript one -display \X00B2 237 # 178²superscript two -display \X00B3 257 # 179³superscript three -display \X00B1 3467 # 177±plus-minus sign -display \X00D7 167 # 215×multiplication sign - -display \X00B7 467 # 183·middle dot - -display \X00BF 14567 # 191¿inverted question mark - - -display \X00B6 2357 # 182¶pilcrow sign +display \x00A1 23467 # 161 ¡ inverted exclamation mark +display \x00A2 58 #162 ¢ cent sign +display \x00A3 34567 # 163 £ pound sign +display \x00A4 1467 # 164 ¤ currency sign +display \x00A5 123467 # 165 ¥ yen sign +display \x00A6 1567 # 166 ¦ broken bar +display \x00A7 346 # 167 § section sign +display \x00A8 57 # 168 ¨ diaeresis +display \x00A9 23567 # 169 © copyright sign +display \x00AA 8 # 170 ª feminine ordinal indicator +display \x00AB 1267 # 171 « left-pointing double angle quotation mark +display \x00AC 2567 # 172 ¬ not sign +display \x00AD 367 # 173 ­ soft hyphen +display \x00AE 2367 # 174 ® registered sign +display \x00AF 267 # 175 ¯ macron +display \x00B0 3567 # 176 ° degree sign + +display \x00C0 23578 # 192 À Latin capital letter a with grave +display \x00C1 1678 # 193 Á Latin capital letter a with acute +display \x00C2 1678 # 194  Latin capital letter a with circumflex +display \x00C3 578 # 195à Latin capital letter a with tilde +display \x00C4 1234678 # 196Ä Latin capital letter a with diaeresis +display \x00C5 34578 # 197Å Latin capital letter a with ring above +display \x00C6 378 # 198Æ Latin capital letter ae +display \x00C7 34678 # 199Ç Latin capital letter c with cedilla +display \x00C8 23567 # 200 È Latin capital letter e with grave +display \x00C9 12678 # 201É Latin capital letter e with acute +display \x00CA 2378 # 202 Ê Latin capital letter e with circumflex +display \x00CB 12345678 # 203Ë Latin capital letter e with diaeresis +display \x00CC 23678 # 204Ì Latin capital letter i with grave +display \x00CD 14678 # 205Í Latin capital letter i with acute +display \x00CE 2578 # 206 Î Latin capital letter i with circumflex +display \x00CF 1235678 # 207Ï Latin capital letter i with diaeresis +display \x00D0 678 # 208Ð Latin capital letter eth +display \x00D1 4678 # 209Ñ Latin capital letter n with tilde +display \x00D2 3578 # 210Ò Latin capital letter o with grave +display \x00D3 145678 # 211Ó Latin capital letter o with acute +display \x00D4 25678 # 212 Ô Latin capital letter o with circumflex +display \x00D5 5678 # 213Õ Latin capital letter o with tilde +display \x00D6 234678 # 214Ö Latin capital letter o with diaeresis +display \x00D7 167 # 215×multiplication sign +display \x00D8 3478 # 216Ø Latin capital letter o with stroke +display \x00D9 35678 # 217Ù Latin capital letter u with grave +display \x00DA 15678 # 218Ú Latin capital letter u with acute +display \x00DB 2678 # 219 Û Latin capital letter u with circumflex +display \x00DC 2345678 # 220Ü Latin capital letter u with diaeresis +display \x00DD 124678 # 221Ý Latin capital letter y with acute +display \x00DE 3678 # 222Þ Latin capital letter thorn +display \x00DF 345678 # 223ß Latin small letter sharp s +display \x00E0 2358 # 224à Latin small letter a with grave +display \x00E1 168 # 225á Latin small letter a with acute +display \x00E2 168 # 226 â Latin small letter a with circumflex +display \x00E3 58 # 227ã Latin small letter a with tilde +display \x00E4 345 # 228ä Latin small letter a with diaeresis +display \x00E5 16 # 229å Latin small letter a with ring above +display \x00E6 38 # 230æ Latin small letter ae +display \x00E7 3468 # 231ç Latin small letter c with cedilla +display \x00E8 23568 # 232è Latin small letter e with grave +display \x00E9 123456 # 233é Latin small letter e with acute +display \x00EA 238 # 234 ê Latin small letter e with circumflex +display \x00EB 1234568 # 235ë Latin small letter e with diaeresis +display \x00EC 2368 # 236ì Latin small letter i with grave +display \x00ED 1468 # 237í Latin small letter i with acute +display \x00EE 258 # 238 î Latin small letter i with circumflex +display \x00EF 123568 # 239ï Latin small letter i with diaeresis +display \x00F0 68 # 240ð Latin small letter eth +display \x00F1 468 # 241ñ Latin small letter n with tilde +display \x00F2 358 # 242ò Latin small letter o with grave +display \x00F3 14568 # 243ó Latin small letter o with acute +display \x00F4 2568 # 244 ô Latin small letter o with circumflex +display \x00F5 568 # 245õ Latin small letter o with tilde +display \x00F6 246 # 246ö Latin small letter o with diaeresis +display \x00F7 347 # 247÷division sign +display \x00F8 348 # 248ø Latin small letter o with stroke +display \x00F9 3568 # 249ù Latin small letter u with grave +display \x00FA 1568 # 250ú Latin small letter u with acute +display \x00FB 268 # 251 û Latin small letter u with circumflex +display \x00FC 1256 # 252 ü Latin small letter u with diaeresis +display \x00FD 12468 # 253ý Latin small letter y with acute +display \x00FE 368 # 254þ Latin small letter thorn +display \x00FF 34568 # 255ÿ Latin small letter y with diaeresis + + +display \x00BB 3457 # 187»right-pointing double angle quotation mark +display \x00B9 27 # 185¹superscript one +display \x00B2 237 # 178²superscript two +display \x00B3 257 # 179³superscript three +display \x00B1 3467 # 177±plus-minus sign +display \x00D7 167 # 215×multiplication sign + +display \x00B7 467 # 183·middle dot + +display \x00BF 14567 # 191¿inverted question mark + + +display \x00B6 2357 # 182¶pilcrow sign #Hex Dots Dec Char Description -display \X00BC 123567 # 188¼vulgar fraction one quarter -display \X00BD 1234567 # 189½vulgar fraction one half -display \X00BE 234567 # 190¾vulgar fraction three quarters +display \x00BC 123567 # 188¼vulgar fraction one quarter +display \x00BD 1234567 # 189½vulgar fraction one half +display \x00BE 234567 # 190¾vulgar fraction three quarters # Each of the three extended accent characters is the same as its conventional # compose character but with dot7 added: #Hex Dots Dec Char Description -display \X00B4 37 # 180´acute accent -display \X00B8 67 # 184¸cedilla +display \x00B4 37 # 180´acute accent +display \x00B8 67 # 184¸cedilla # The two gender symbols are: #Hex Dots Dec Char Description -display \X00BA 7 # 186ºmasculine ordinal indicator +display \x00BA 7 # 186ºmasculine ordinal indicator # The three remaining characters are: #Hex Dots Dec Char Description -display \X00B5 567 # 181µmicro sign +display \x00B5 567 # 181µmicro sign # The nonbreaking space is dots 7 and 8 because this presents a sequence of diff --git a/tables/sin.cti b/tables/sin.cti index 6b9dc23038..42a40ad84c 100644 --- a/tables/sin.cti +++ b/tables/sin.cti @@ -32,182 +32,182 @@ include braille-patterns.cti -letter \X0D82 3 # SINHALA SIGN ANUSVARAYA -letter \X0D83 3-3 # SINHALA SIGN VISARGAYA -letter \X0D85 1 # SINHALA LETTER AYANNA -letter \X0D86 345 # SINHALA LETTER AAYANNA -letter \X0D87 12356 #SINHALA LETTER AEYANNA -letter \X0D88 12456 #SINHALA LETTER AEEYANNA -letter \X0D89 24 #SINHALA LETTER IYANNA -letter \X0D8A 35 #SINHALA LETTER IIYANNA -letter \X0D8B 136 #SINHALA LETTER UYANNA -letter \X0D8C 1256 #SINHALA LETTER UUYANNA -letter \X0D8D 5-1235 #SINHALA LETTER IRUYANNA -letter \X0D8E 6-1235 #SINHALA LETTER IRUUYANNA -letter \X0D8F 5-123 #SINHALA LETTER ILUYANNA -letter \X0D90 6-123 #SINHALA LETTER ILUUYANNA -letter \X0D91 15 #SINHALA LETTER EYANNA -letter \X0D92 26 #SINHALA LETTER EEYANNA -letter \X0D93 34 #SINHALA LETTER AIYANNA -letter \X0D94 1346 #SINHALA LETTER OYANNA -letter \X0D95 135 #SINHALA LETTER OOYANNA -letter \X0D96 246 #SINHALA LETTER AUYANNA -letter \X0D9A 13 #SINHALA ALPAPRAANA KAYANNA -letter \X0D9B 46 #SINHALA MAHAAPRAANA KAYANNA -letter \X0D9C 1245 #SINHALA ALPAPRAANA GAYANNA -letter \X0D9D 126 #SINHALA MAHAAPRAANA GAYANNA -letter \X0D9E 346 #SINHALA KANTAJA NAASIKYAYA -letter \X0D9F 23-1245 # SINHALA SANYAKA GAYANNA -letter \X0DA0 14 #SINHALA ALPAPRAANA CAYANNA -letter \X0DA1 16 #SINHALA MAHAAPRAANA CAYANNA -letter \X0DA2 245 #SINHALA ALPAPRAANA JAYANNA -letter \X0DA3 356 #SINHALA MAHAAPRAANA JAYANNA -letter \X0DA4 25 #SINHALA TAALUJA NAASIKYAYA -letter \X0DA5 12345 #SINHALA TAALUJA SANYOOGA NAASIKYAYA -letter \X0DA6 23-245 #SINHALA SANYAKA JAYANNA -letter \X0DA7 23456 #SINHALA ALPAPRAANA TAYANNA -letter \X0DA8 2456 #SINHALA MAHAAPRAANA TAYANNA -letter \X0DA9 1246 #SINHALA ALPAPRAANA DAYANNA -letter \X0DAA 123456 #SINHALA MAHAAPRAANA DAYANNA -letter \X0DAB 1356 #SINHALA MUURDHAJA NAYANNA -letter \X0DAC 23-1246 #SINHALA SANYAKA DAYANNA -letter \X0DAD 2345 #SINHALA ALPAPRAANA THAYANNA -letter \X0DAE 1456 #SINHALA MAHAAPRAANA THAYANNA -letter \X0DAF 145 #SINHALA ALPAPRAANA DHAYANNA -letter \X0DB0 2346 #SINHALA MAHAAPRAANA DHAYANNA +letter \x0D82 3 # SINHALA SIGN ANUSVARAYA +letter \x0D83 3-3 # SINHALA SIGN VISARGAYA +letter \x0D85 1 # SINHALA LETTER AYANNA +letter \x0D86 345 # SINHALA LETTER AAYANNA +letter \x0D87 12356 #SINHALA LETTER AEYANNA +letter \x0D88 12456 #SINHALA LETTER AEEYANNA +letter \x0D89 24 #SINHALA LETTER IYANNA +letter \x0D8A 35 #SINHALA LETTER IIYANNA +letter \x0D8B 136 #SINHALA LETTER UYANNA +letter \x0D8C 1256 #SINHALA LETTER UUYANNA +letter \x0D8D 5-1235 #SINHALA LETTER IRUYANNA +letter \x0D8E 6-1235 #SINHALA LETTER IRUUYANNA +letter \x0D8F 5-123 #SINHALA LETTER ILUYANNA +letter \x0D90 6-123 #SINHALA LETTER ILUUYANNA +letter \x0D91 15 #SINHALA LETTER EYANNA +letter \x0D92 26 #SINHALA LETTER EEYANNA +letter \x0D93 34 #SINHALA LETTER AIYANNA +letter \x0D94 1346 #SINHALA LETTER OYANNA +letter \x0D95 135 #SINHALA LETTER OOYANNA +letter \x0D96 246 #SINHALA LETTER AUYANNA +letter \x0D9A 13 #SINHALA ALPAPRAANA KAYANNA +letter \x0D9B 46 #SINHALA MAHAAPRAANA KAYANNA +letter \x0D9C 1245 #SINHALA ALPAPRAANA GAYANNA +letter \x0D9D 126 #SINHALA MAHAAPRAANA GAYANNA +letter \x0D9E 346 #SINHALA KANTAJA NAASIKYAYA +letter \x0D9F 23-1245 # SINHALA SANYAKA GAYANNA +letter \x0DA0 14 #SINHALA ALPAPRAANA CAYANNA +letter \x0DA1 16 #SINHALA MAHAAPRAANA CAYANNA +letter \x0DA2 245 #SINHALA ALPAPRAANA JAYANNA +letter \x0DA3 356 #SINHALA MAHAAPRAANA JAYANNA +letter \x0DA4 25 #SINHALA TAALUJA NAASIKYAYA +letter \x0DA5 12345 #SINHALA TAALUJA SANYOOGA NAASIKYAYA +letter \x0DA6 23-245 #SINHALA SANYAKA JAYANNA +letter \x0DA7 23456 #SINHALA ALPAPRAANA TAYANNA +letter \x0DA8 2456 #SINHALA MAHAAPRAANA TAYANNA +letter \x0DA9 1246 #SINHALA ALPAPRAANA DAYANNA +letter \x0DAA 123456 #SINHALA MAHAAPRAANA DAYANNA +letter \x0DAB 1356 #SINHALA MUURDHAJA NAYANNA +letter \x0DAC 23-1246 #SINHALA SANYAKA DAYANNA +letter \x0DAD 2345 #SINHALA ALPAPRAANA THAYANNA +letter \x0DAE 1456 #SINHALA MAHAAPRAANA THAYANNA +letter \x0DAF 145 #SINHALA ALPAPRAANA DHAYANNA +letter \x0DB0 2346 #SINHALA MAHAAPRAANA DHAYANNA -letter \X0DB1 1345 #SINHALA DHANTAJA NAYANNA -letter \X0DB3 23-145 #SINHALA SANYAKA DHAYANNA -letter \X0DB4 1234 #SINHALA ALPAPRAANA PAYANNA -letter \X0DB5 156 #SINHALA MAHAAPRAANA PAYANNA -letter \X0DB6 12 #SINHALA ALPAPRAANA BAYANNA -letter \X0DB7 45 #SINHALA MAHAAPRAANA BAYANNA -letter \X0DB8 134 #SINHALA MAYANNA -letter \X0DB9 23-12 #SINHALA AMBA BAYANNA -letter \X0DBA 13456 #SINHALA YAYANNA -letter \X0DBB 1235 #SINHALA RAYANNA -letter \X0DBD 123 #SINHALA DANTAJA LAYANNA -letter \X0DC0 1236 #SINHALA VAYANNA -letter \X0DC1 12346 #SINHALA TAALUJA SHAYANNA -letter \X0DC2 146 #SINHALA MUURDHAJA SHAYANNA -letter \X0DC3 234 #SINHALA DANTAJA SAYANNA -letter \X0DC4 125 #SINHALA HAYANNA -letter \X0DC5 456 #SINHALA MUURDHAJA LAYANNA -letter \X0DC6 124 #SINHALA FAYANNA -letter \X0DCA 4 # #SINHALA SIGN HAL-LAKUNA +letter \x0DB1 1345 #SINHALA DHANTAJA NAYANNA +letter \x0DB3 23-145 #SINHALA SANYAKA DHAYANNA +letter \x0DB4 1234 #SINHALA ALPAPRAANA PAYANNA +letter \x0DB5 156 #SINHALA MAHAAPRAANA PAYANNA +letter \x0DB6 12 #SINHALA ALPAPRAANA BAYANNA +letter \x0DB7 45 #SINHALA MAHAAPRAANA BAYANNA +letter \x0DB8 134 #SINHALA MAYANNA +letter \x0DB9 23-12 #SINHALA AMBA BAYANNA +letter \x0DBA 13456 #SINHALA YAYANNA +letter \x0DBB 1235 #SINHALA RAYANNA +letter \x0DBD 123 #SINHALA DANTAJA LAYANNA +letter \x0DC0 1236 #SINHALA VAYANNA +letter \x0DC1 12346 #SINHALA TAALUJA SHAYANNA +letter \x0DC2 146 #SINHALA MUURDHAJA SHAYANNA +letter \x0DC3 234 #SINHALA DANTAJA SAYANNA +letter \x0DC4 125 #SINHALA HAYANNA +letter \x0DC5 456 #SINHALA MUURDHAJA LAYANNA +letter \x0DC6 124 #SINHALA FAYANNA +letter \x0DCA 4 # #SINHALA SIGN HAL-LAKUNA #-------- # matras -letter \X0DCF 345 #SINHALA VOWEL SIGN AELA-PILLA -letter \X0DD0 12356 #SINHALA VOWEL SIGN KETTI AEDA-PILLA -letter \X0DD1 12456 #SINHALA VOWEL SIGN DIGA AEDA-PILLA -letter \X0DD2 24 #SINHALA VOWEL SIGN KETTI IS-PILLA -letter \X0DD3 35 #SINHALA VOWEL SIGN DIGA IS-PILLA -letter \X0DD4 136 #SINHALA VOWEL SIGN KETTI PAA-PILLA -letter \X0DD6 1256 #SINHALA VOWEL SIGN DIGA PAA-PILLA -letter \X0DD8 5-1235 #SINHALA VOWEL SIGN GAETTA-PILLA -letter \X0DD9 15 #SINHALA VOWEL SIGN KOMBUVA -letter \X0DDA 26 #SINHALA VOWEL SIGN DIGA KOMBUVA -letter \X0DDB 34 #SINHALA VOWEL SIGN KOMBU DEKA -letter \X0DDC 1346 #SINHALA VOWEL SIGN KOMBUVA HAA AELAPILLA -letter \X0DDD 135 #SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA -letter \X0DDE 246 #SINHALA VOWEL SIGN KOMBUVA HAA GAYANUKITTA -letter \X0DDF 5-123 # sinhala vowel sign vocalic l -letter \X200D 0 +letter \x0DCF 345 #SINHALA VOWEL SIGN AELA-PILLA +letter \x0DD0 12356 #SINHALA VOWEL SIGN KETTI AEDA-PILLA +letter \x0DD1 12456 #SINHALA VOWEL SIGN DIGA AEDA-PILLA +letter \x0DD2 24 #SINHALA VOWEL SIGN KETTI IS-PILLA +letter \x0DD3 35 #SINHALA VOWEL SIGN DIGA IS-PILLA +letter \x0DD4 136 #SINHALA VOWEL SIGN KETTI PAA-PILLA +letter \x0DD6 1256 #SINHALA VOWEL SIGN DIGA PAA-PILLA +letter \x0DD8 5-1235 #SINHALA VOWEL SIGN GAETTA-PILLA +letter \x0DD9 15 #SINHALA VOWEL SIGN KOMBUVA +letter \x0DDA 26 #SINHALA VOWEL SIGN DIGA KOMBUVA +letter \x0DDB 34 #SINHALA VOWEL SIGN KOMBU DEKA +letter \x0DDC 1346 #SINHALA VOWEL SIGN KOMBUVA HAA AELAPILLA +letter \x0DDD 135 #SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA +letter \x0DDE 246 #SINHALA VOWEL SIGN KOMBUVA HAA GAYANUKITTA +letter \x0DDF 5-123 # sinhala vowel sign vocalic l +letter \x200D 0 -always \X0D9A\X0DCA 4-13 #SINHALA ALPAPRAANA HALKAYANNA -always \X0D9B\X0DCA 4-46 #SINHALA MAHAAPRAANA HALKAYANNA -always \X0D9C\X0DCA 4-1245 #SINHALA ALPAPRAANA HalGAYANNA -always \X0D9D\X0DCA 4-126 #SINHALA MAHAAPRAANA HALGAYANNA -always \X0D9E\X0DCA 4-346 #SINHALA KANTAJA HALNAASIKYAYA -always \X0DA0\X0DCA 4-14 #SINHALA ALPAPRAANA HALCHAYANNA -always \X0DA1\X0DCA 4-16 #SINHALA MAHAAPRAANA HALCHAYANNA -always \X0DA2\X0DCA 4-245 #SINHALA ALPAPRAANA HALJAYANNA -always \X0DA3\X0DCA 4-356 #SINHALA MAHAAPRAANA HALJAYANNA -always \X0DA4\X0DCA 4-25 #SINHALA TAALUJA HALNAASIKYAYA -always \X0DA7\X0DCA 4-23456 #SINHALA ALPAPRAANA HALTAYANNA -always \X0DA8\X0DCA 4-2456 #SINHALA MAHAAPRAANA HalTAYANNA -always \X0DA9\X0DCA 4-1246 #SINHALA ALPAPRAANA HALDAYANNA -always \X0DAA\X0DCA 4-123456 #SINHALA MAHAAPRAANA HALDAYANNA -always \X0DAB\X0DCA 4-1356 #SINHALA MUURDHAJA HALNAYANNA -always \X0DAD\X0DCA 4-2345 #SINHALA ALPAPRAANA HALTHAYANNA -always \X0DAE\X0DCA 4-1456 #SINHALA MAHAAPRAANA HALTHAYANNA -always \X0DAF\X0DCA 4-145 #SINHALA ALPAPRAANA HALDHAYANNA -always \X0DB0\X0DCA 4-2346 #SINHALA MAHAAPRAANA HALDHAYANNA -always \X0DB1\X0DCA 4-1345 #SINHALA DHANTAJA HALNAYANNA -always \X0DB4\X0DCA 4-1234 #SINHALA ALPAPRAANA HALPAYANNA -always \X0DB5\X0DCA 4-156 #SINHALA MAHAAPRAANA HALPAYANNA -always \X0DB6\X0DCA 4-12 #SINHALA ALPAPRAANA HALBAYANNA -always \X0DB7\X0DCA 4-45 #SINHALA MAHAAPRAANA HALBAYANNA -always \X0DB8\X0DCA 4-134 #SINHALA HALMAYANNA -always \X0DBA\X0DCA 4-13456 #SINHALA HALYAYANNA -always \X0DBB\X0DCA 4-1235 #SINHALA HALRAYANNA -always \X0DBD\X0DCA 4-123 #SINHALA DANTAJA HALLAYANNA -always \X0DC0\X0DCA 4-1236 #SINHALA HALVAYANNA -always \X0DC1\X0DCA 4-12346 #SINHALA TAALUJA HALSHAYANNA -always \X0DC2\X0DCA 4-146 #SINHALA MUURDHAJA HALSHAYANNA -always \X0DC3\X0DCA 4-234 #SINHALA DANTAJA HALSAYANNA -always \X0DC4\X0DCA 4-125 #SINHALA HALHAYANNA -always \X0DC5\X0DCA 4-456 #SINHALA MUURDHAJA HALLAYANNA -always \X0DC6\X0DCA 4-124 #SINHALA HALFAYANNA +always \x0D9A\x0DCA 4-13 #SINHALA ALPAPRAANA HALKAYANNA +always \x0D9B\x0DCA 4-46 #SINHALA MAHAAPRAANA HALKAYANNA +always \x0D9C\x0DCA 4-1245 #SINHALA ALPAPRAANA HalGAYANNA +always \x0D9D\x0DCA 4-126 #SINHALA MAHAAPRAANA HALGAYANNA +always \x0D9E\x0DCA 4-346 #SINHALA KANTAJA HALNAASIKYAYA +always \x0DA0\x0DCA 4-14 #SINHALA ALPAPRAANA HALCHAYANNA +always \x0DA1\x0DCA 4-16 #SINHALA MAHAAPRAANA HALCHAYANNA +always \x0DA2\x0DCA 4-245 #SINHALA ALPAPRAANA HALJAYANNA +always \x0DA3\x0DCA 4-356 #SINHALA MAHAAPRAANA HALJAYANNA +always \x0DA4\x0DCA 4-25 #SINHALA TAALUJA HALNAASIKYAYA +always \x0DA7\x0DCA 4-23456 #SINHALA ALPAPRAANA HALTAYANNA +always \x0DA8\x0DCA 4-2456 #SINHALA MAHAAPRAANA HalTAYANNA +always \x0DA9\x0DCA 4-1246 #SINHALA ALPAPRAANA HALDAYANNA +always \x0DAA\x0DCA 4-123456 #SINHALA MAHAAPRAANA HALDAYANNA +always \x0DAB\x0DCA 4-1356 #SINHALA MUURDHAJA HALNAYANNA +always \x0DAD\x0DCA 4-2345 #SINHALA ALPAPRAANA HALTHAYANNA +always \x0DAE\x0DCA 4-1456 #SINHALA MAHAAPRAANA HALTHAYANNA +always \x0DAF\x0DCA 4-145 #SINHALA ALPAPRAANA HALDHAYANNA +always \x0DB0\x0DCA 4-2346 #SINHALA MAHAAPRAANA HALDHAYANNA +always \x0DB1\x0DCA 4-1345 #SINHALA DHANTAJA HALNAYANNA +always \x0DB4\x0DCA 4-1234 #SINHALA ALPAPRAANA HALPAYANNA +always \x0DB5\x0DCA 4-156 #SINHALA MAHAAPRAANA HALPAYANNA +always \x0DB6\x0DCA 4-12 #SINHALA ALPAPRAANA HALBAYANNA +always \x0DB7\x0DCA 4-45 #SINHALA MAHAAPRAANA HALBAYANNA +always \x0DB8\x0DCA 4-134 #SINHALA HALMAYANNA +always \x0DBA\x0DCA 4-13456 #SINHALA HALYAYANNA +always \x0DBB\x0DCA 4-1235 #SINHALA HALRAYANNA +always \x0DBD\x0DCA 4-123 #SINHALA DANTAJA HALLAYANNA +always \x0DC0\x0DCA 4-1236 #SINHALA HALVAYANNA +always \x0DC1\x0DCA 4-12346 #SINHALA TAALUJA HALSHAYANNA +always \x0DC2\x0DCA 4-146 #SINHALA MUURDHAJA HALSHAYANNA +always \x0DC3\x0DCA 4-234 #SINHALA DANTAJA HALSAYANNA +always \x0DC4\x0DCA 4-125 #SINHALA HALHAYANNA +always \x0DC5\x0DCA 4-456 #SINHALA MUURDHAJA HALLAYANNA +always \x0DC6\x0DCA 4-124 #SINHALA HALFAYANNA -always \X0D9A\X0DCA\X200D\X0DBB 4-13-1235 #SINHALA ALPAPRAANA KRAYANNA -always \X0D9B\X0DCA\X200D\X0DBB 4-46-1235 #SINHALA MAHAAPRAANA KRAYANNA -always \X0D9C\X0DCA\X200D\X0DBB 4-1245-1235 #SINHALA ALPAPRAANA GRAYANNA -always \X0D9D\X0DCA\X200D\X0DBB 4-126-1235 #SINHALA MAHAAPRAANA GRAYANNA -always \X0DA0\X0DCA\X200D\X0DBB 4-14-1235 #SINHALA ALPAPRAANA CHRAYANNA -always \X0DA1\X0DCA\X200D\X0DBB 4-16-1235 #SINHALA MAHAAPRAANA CHRAYANNA -always \X0DA2\X0DCA\X200D\X0DBB 4-245-1235 #SINHALA ALPAPRAANA JRAYANNA -always \X0DA3\X0DCA\X200D\X0DBB 4-356-1235 #SINHALA MAHAAPRAANA JRAYANNA -always \X0DA7\X0DCA\X200D\X0DBB 4-23456-1235 #SINHALA ALPAPRAANA TRAYANNA -always \X0DA8\X0DCA\X200D\X0DBB 4-2456-1235 #SINHALA MAHAAPRAANA TRAYANNA -always \X0DA9\X0DCA\X200D\X0DBB 4-1246-1235 #SINHALA ALPAPRAANA DRAYANNA -always \X0DAA\X0DCA\X200D\X0DBB 4-123456-1235 #SINHALA MAHAAPRAANA DRAYANNA -always \X0DAD\X0DCA\X200D\X0DBB 4-2345-1235 #SINHALA ALPAPRAANA THRAYANNA -always \X0DAE\X0DCA\X200D\X0DBB 4-1456-1235 #SINHALA MAHAAPRAANA THAYANNA -always \X0DAF\X0DCA\X200D\X0DBB 4-145-1235 #SINHALA ALPAPRAANA DHRAYANNA -always \X0DB0\X0DCA\X200D\X0DBB 4-2346-1235 #SINHALA MAHAAPRAANA DHRAYANNA -always \X0DB4\X0DCA\X200D\X0DBB 4-1234-1235 #SINHALA ALPAPRAANA PRAYANNA -always \X0DB5\X0DCA\X200D\X0DBB 4-156-1235 #SINHALA MAHAAPRAANA PRAYANNA -always \X0DB6\X0DCA\X200D\X0DBB 4-12-1235 #SINHALA ALPAPRAANA BRAYANNA -always \X0DB7\X0DCA\X200D\X0DBB 4-45-1235 #SINHALA MAHAAPRAANA BRAYANNA -always \X0DB8\X0DCA\X200D\X0DBB 4-134-1235 #SINHALA MRAYANNA -always \X0DC0\X0DCA\X200D\X0DBB 4-1236-1235 #SINHALA VRAYANNA -always \X0DC1\X0DCA\X200D\X0DBB 4-12346-1235 #SINHALA TAALUJA SHRAYANNA -always \X0DC2\X0DCA\X200D\X0DBB 4-146-1235 #SINHALA MUURDHAJA SHRAYANNA -always \X0DC3\X0DCA\X200D\X0DBB 4-234-1235 #SINHALA DANTAJA SRAYANNA -always \X0DC4\X0DCA\X200D\X0DBB 4-125-1235 #SINHALA HRAYANNA -always \X0DC6\X0DCA\X200D\X0DBB 4-124-1235 #SINHALA FRAYANNA +always \x0D9A\x0DCA\x200D\x0DBB 4-13-1235 #SINHALA ALPAPRAANA KRAYANNA +always \x0D9B\x0DCA\x200D\x0DBB 4-46-1235 #SINHALA MAHAAPRAANA KRAYANNA +always \x0D9C\x0DCA\x200D\x0DBB 4-1245-1235 #SINHALA ALPAPRAANA GRAYANNA +always \x0D9D\x0DCA\x200D\x0DBB 4-126-1235 #SINHALA MAHAAPRAANA GRAYANNA +always \x0DA0\x0DCA\x200D\x0DBB 4-14-1235 #SINHALA ALPAPRAANA CHRAYANNA +always \x0DA1\x0DCA\x200D\x0DBB 4-16-1235 #SINHALA MAHAAPRAANA CHRAYANNA +always \x0DA2\x0DCA\x200D\x0DBB 4-245-1235 #SINHALA ALPAPRAANA JRAYANNA +always \x0DA3\x0DCA\x200D\x0DBB 4-356-1235 #SINHALA MAHAAPRAANA JRAYANNA +always \x0DA7\x0DCA\x200D\x0DBB 4-23456-1235 #SINHALA ALPAPRAANA TRAYANNA +always \x0DA8\x0DCA\x200D\x0DBB 4-2456-1235 #SINHALA MAHAAPRAANA TRAYANNA +always \x0DA9\x0DCA\x200D\x0DBB 4-1246-1235 #SINHALA ALPAPRAANA DRAYANNA +always \x0DAA\x0DCA\x200D\x0DBB 4-123456-1235 #SINHALA MAHAAPRAANA DRAYANNA +always \x0DAD\x0DCA\x200D\x0DBB 4-2345-1235 #SINHALA ALPAPRAANA THRAYANNA +always \x0DAE\x0DCA\x200D\x0DBB 4-1456-1235 #SINHALA MAHAAPRAANA THAYANNA +always \x0DAF\x0DCA\x200D\x0DBB 4-145-1235 #SINHALA ALPAPRAANA DHRAYANNA +always \x0DB0\x0DCA\x200D\x0DBB 4-2346-1235 #SINHALA MAHAAPRAANA DHRAYANNA +always \x0DB4\x0DCA\x200D\x0DBB 4-1234-1235 #SINHALA ALPAPRAANA PRAYANNA +always \x0DB5\x0DCA\x200D\x0DBB 4-156-1235 #SINHALA MAHAAPRAANA PRAYANNA +always \x0DB6\x0DCA\x200D\x0DBB 4-12-1235 #SINHALA ALPAPRAANA BRAYANNA +always \x0DB7\x0DCA\x200D\x0DBB 4-45-1235 #SINHALA MAHAAPRAANA BRAYANNA +always \x0DB8\x0DCA\x200D\x0DBB 4-134-1235 #SINHALA MRAYANNA +always \x0DC0\x0DCA\x200D\x0DBB 4-1236-1235 #SINHALA VRAYANNA +always \x0DC1\x0DCA\x200D\x0DBB 4-12346-1235 #SINHALA TAALUJA SHRAYANNA +always \x0DC2\x0DCA\x200D\x0DBB 4-146-1235 #SINHALA MUURDHAJA SHRAYANNA +always \x0DC3\x0DCA\x200D\x0DBB 4-234-1235 #SINHALA DANTAJA SRAYANNA +always \x0DC4\x0DCA\x200D\x0DBB 4-125-1235 #SINHALA HRAYANNA +always \x0DC6\x0DCA\x200D\x0DBB 4-124-1235 #SINHALA FRAYANNA -always \X0D9A\X0DCA\X200D\X0DBA 4-13-13456 #SINHALA ALPAPRAANA KYAYANNA -always \X0D9B\X0DCA\X200D\X0DBA 4-46-13456 #SINHALA MAHAAPRAANA KYAYANNA -always \X0D9C\X0DCA\X200D\X0DBA 4-1245-13456 #SINHALA ALPAPRAANA GYAYANNA -always \X0D9D\X0DCA\X200D\X0DBA 4-126-13456 #SINHALA MAHAAPRAANA GYAYANNA -always \X0DA0\X0DCA\X200D\X0DBA 4-14-13456 #SINHALA ALPAPRAANA CHYAYANNA -always \X0DA1\X0DCA\X200D\X0DBA 4-16-13456 #SINHALA MAHAAPRAANA CHYAYANNA -always \X0DA2\X0DCA\X200D\X0DBA 4-245-13456 #SINHALA ALPAPRAANA JYAYANNA -always \X0DA3\X0DCA\X200D\X0DBA 4-356-13456 #SINHALA MAHAAPRAANA JYAYANNA -always \X0DA7\X0DCA\X200D\X0DBA 4-23456-13456 #SINHALA ALPAPRAANA TYAYANNA -always \X0DA8\X0DCA\X200D\X0DBA 4-2456-13456 #SINHALA MAHAAPRAANA TYAYANNA -always \X0DA9\X0DCA\X200D\X0DBA 4-1246-13456 #SINHALA ALPAPRAANA DYAYANNA -always \X0DAA\X0DCA\X200D\X0DBA 4-123456-13456 #SINHALA MAHAAPRAANA DYAYANNA -always \X0DAB\X0DCA\X200D\X0DBA 4-1356-13456 #SINHALA MUURDHAJA NYAYANNA -always \X0DAD\X0DCA\X200D\X0DBA 4-2345-13456 #SINHALA ALPAPRAANA THYAYANNA -always \X0DAE\X0DCA\X200D\X0DBA 4-1456-13456 #SINHALA MAHAAPRAANA THYANNA -always \X0DAF\X0DCA\X200D\X0DBA 4-145-13456 #SINHALA ALPAPRAANA DHYAYANNA -always \X0DB0\X0DCA\X200D\X0DBA 4-2346-13456 #SINHALA MAHAAPRAANA DHYAYANNA -always \X0DB1\X0DCA\X200D\X0DBA 4-1345-13456 #SINHALA DHANTAJA NYAYANNA -always \X0DB4\X0DCA\X200D\X0DBA 4-1234-13456 #SINHALA ALPAPRAANA PYAYANNA -always \X0DB5\X0DCA\X200D\X0DBA 4-156-13456 #SINHALA MAHAAPRAANA PYAYANNA -always \X0DB6\X0DCA\X200D\X0DBA 4-12-13456 #SINHALA ALPAPRAANA BYAYANNA -always \X0DB7\X0DCA\X200D\X0DBA 4-45-13456 #SINHALA MAHAAPRAANA BYAYANNA -always \X0DB8\X0DCA\X200D\X0DBA 4-134-13456 #SINHALA MYAYANNA -always \X0DBD\X0DCA\X200D\X0DBA 4-123-13456 #SINHALA DANTAJA LYAYANNA -always \X0DC0\X0DCA\X200D\X0DBA 4-1236-13456 #SINHALA VYAYANNA -always \X0DC1\X0DCA\X200D\X0DBA 4-12346-13456 #SINHALA TAALUJA SHYAYANNA -always \X0DC2\X0DCA\X200D\X0DBA 4-146-13456 #SINHALA MUURDHAJA SHYAYANNA -always \X0DC3\X0DCA\X200D\X0DBA 4-234-13456 #SINHALA DANTAJA SYAYANNA -always \X0DC4\X0DCA\X200D\X0DBA 4-125-13456 #SINHALA HYAYANNA -always \X0DC5\X0DCA\X200D\X0DBA 4-456-13456 #SINHALA MUURDHAJA LYAYANNA -always \X0DC6\X0DCA\X200D\X0DBA 4-124-13456 #SINHALA FYAYANNA +always \x0D9A\x0DCA\x200D\x0DBA 4-13-13456 #SINHALA ALPAPRAANA KYAYANNA +always \x0D9B\x0DCA\x200D\x0DBA 4-46-13456 #SINHALA MAHAAPRAANA KYAYANNA +always \x0D9C\x0DCA\x200D\x0DBA 4-1245-13456 #SINHALA ALPAPRAANA GYAYANNA +always \x0D9D\x0DCA\x200D\x0DBA 4-126-13456 #SINHALA MAHAAPRAANA GYAYANNA +always \x0DA0\x0DCA\x200D\x0DBA 4-14-13456 #SINHALA ALPAPRAANA CHYAYANNA +always \x0DA1\x0DCA\x200D\x0DBA 4-16-13456 #SINHALA MAHAAPRAANA CHYAYANNA +always \x0DA2\x0DCA\x200D\x0DBA 4-245-13456 #SINHALA ALPAPRAANA JYAYANNA +always \x0DA3\x0DCA\x200D\x0DBA 4-356-13456 #SINHALA MAHAAPRAANA JYAYANNA +always \x0DA7\x0DCA\x200D\x0DBA 4-23456-13456 #SINHALA ALPAPRAANA TYAYANNA +always \x0DA8\x0DCA\x200D\x0DBA 4-2456-13456 #SINHALA MAHAAPRAANA TYAYANNA +always \x0DA9\x0DCA\x200D\x0DBA 4-1246-13456 #SINHALA ALPAPRAANA DYAYANNA +always \x0DAA\x0DCA\x200D\x0DBA 4-123456-13456 #SINHALA MAHAAPRAANA DYAYANNA +always \x0DAB\x0DCA\x200D\x0DBA 4-1356-13456 #SINHALA MUURDHAJA NYAYANNA +always \x0DAD\x0DCA\x200D\x0DBA 4-2345-13456 #SINHALA ALPAPRAANA THYAYANNA +always \x0DAE\x0DCA\x200D\x0DBA 4-1456-13456 #SINHALA MAHAAPRAANA THYANNA +always \x0DAF\x0DCA\x200D\x0DBA 4-145-13456 #SINHALA ALPAPRAANA DHYAYANNA +always \x0DB0\x0DCA\x200D\x0DBA 4-2346-13456 #SINHALA MAHAAPRAANA DHYAYANNA +always \x0DB1\x0DCA\x200D\x0DBA 4-1345-13456 #SINHALA DHANTAJA NYAYANNA +always \x0DB4\x0DCA\x200D\x0DBA 4-1234-13456 #SINHALA ALPAPRAANA PYAYANNA +always \x0DB5\x0DCA\x200D\x0DBA 4-156-13456 #SINHALA MAHAAPRAANA PYAYANNA +always \x0DB6\x0DCA\x200D\x0DBA 4-12-13456 #SINHALA ALPAPRAANA BYAYANNA +always \x0DB7\x0DCA\x200D\x0DBA 4-45-13456 #SINHALA MAHAAPRAANA BYAYANNA +always \x0DB8\x0DCA\x200D\x0DBA 4-134-13456 #SINHALA MYAYANNA +always \x0DBD\x0DCA\x200D\x0DBA 4-123-13456 #SINHALA DANTAJA LYAYANNA +always \x0DC0\x0DCA\x200D\x0DBA 4-1236-13456 #SINHALA VYAYANNA +always \x0DC1\x0DCA\x200D\x0DBA 4-12346-13456 #SINHALA TAALUJA SHYAYANNA +always \x0DC2\x0DCA\x200D\x0DBA 4-146-13456 #SINHALA MUURDHAJA SHYAYANNA +always \x0DC3\x0DCA\x200D\x0DBA 4-234-13456 #SINHALA DANTAJA SYAYANNA +always \x0DC4\x0DCA\x200D\x0DBA 4-125-13456 #SINHALA HYAYANNA +always \x0DC5\x0DCA\x200D\x0DBA 4-456-13456 #SINHALA MUURDHAJA LYAYANNA +always \x0DC6\x0DCA\x200D\x0DBA 4-124-13456 #SINHALA FYAYANNA diff --git a/tables/sk-sk-g1.utb b/tables/sk-sk-g1.utb index 63d9d5a4e7..a617fe5cbd 100644 --- a/tables/sk-sk-g1.utb +++ b/tables/sk-sk-g1.utb @@ -121,7 +121,7 @@ punctuation \x2010 36 # 8208 hyphen punctuation \x201F 356 # 8223 smart double high reverse quotation mark punctuation \x201E 236 # 8222 smart double low quotation mark -noback sign \X25CF 16 # 9679 black circle +noback sign \x25CF 16 # 9679 black circle # Numbers include litdigits6Dots.uti @@ -135,14 +135,14 @@ uplow \x00C4\x00E4 4 a with daeresis uplow \x00CD\x00ED 34 I with acute uplow \x013B\x013C 46 l with cedilla uplow \x013D\x013E 456 l with caron -uplow \X0139\X013A 46 l with acute +uplow \x0139\x013A 46 l with acute uplow \x0147\x0148 1246 n with caron uplow \x00D3\x00f3 246 O with acute -uplow \X00D4\x00F4 23456 o with circumflex +uplow \x00D4\x00F4 23456 o with circumflex uplow \x0154\x0155 12356 r with acute uplow \x0160\x0161 156 s with caron uplow \x0164\x0165 1256 t with caron -uplow \X00DA\X00FA 346 U WITH ACUTE +uplow \x00DA\x00FA 346 U WITH ACUTE uplow \x00DD\x00FD 12346 Y WITH ACUTE include latinLetterDef6Dots.uti uplow \x017d\x017E 2346 z with caron diff --git a/tables/sk-sk.utb b/tables/sk-sk.utb index a2eefaacde..a60206f802 100644 --- a/tables/sk-sk.utb +++ b/tables/sk-sk.utb @@ -42,15 +42,15 @@ uplow \x010E\x010F 1456 D with caron uplow \x00C9\x00E9 345 e with acute uplow \x00C4\x00E4 4 a with daeresis uplow \x00CD\x00ED 34 I with acute -uplow \X0139\X013A 46 l with acute +uplow \x0139\x013A 46 l with acute uplow \x013D\x013E 456 l with caron uplow \x0147\x0148 1246 n with caron uplow \x00D3\x00f3 246 O with acute -uplow \X00D4\x00F4 23456 o with circumflex +uplow \x00D4\x00F4 23456 o with circumflex uplow \x0154\x0155 12356 r with acute uplow \x0160\x0161 156 s with caron uplow \x0164\x0165 1256 t with caron -uplow \X00DA\X00FA 346 U WITH ACUTE +uplow \x00DA\x00FA 346 U WITH ACUTE uplow \x00DD\x00FD 12346 Y WITH ACUTE uplow \x017d\x017E 2346 z with caron diff --git a/tables/telugu.cti b/tables/telugu.cti index 1104277d5c..b82c18ef1a 100644 --- a/tables/telugu.cti +++ b/tables/telugu.cti @@ -25,7 +25,7 @@ include braille-patterns.cti -replace \X200D +replace \x200D # vowels letter \x0C01 3 # TELUGU SIGN CANDRABINDU = arasunna diff --git a/tables/ukmaths_unicode_defs.cti b/tables/ukmaths_unicode_defs.cti index 9cba5f6368..0956517949 100644 --- a/tables/ukmaths_unicode_defs.cti +++ b/tables/ukmaths_unicode_defs.cti @@ -77,210 +77,210 @@ math \x2032 4-35 PRIME math \x2033 3-3 DOUBLE PRIME 2032 2032 math \x2114 1256 B BAR SYMBOL math \x211D 4-6-1235 DOUBLE-STRUCK CAPITAL 0052 DOUBLE-STRUCK -math \X212B 45-1 ANGSTROM SIGN -math \X2190 a246-25 LEFTWARDS ARROW -math \X2191 a-25-24 UPWARDS ARROW +math \x212B 45-1 ANGSTROM SIGN +math \x2190 a246-25 LEFTWARDS ARROW +math \x2191 a-25-24 UPWARDS ARROW math \x2192 a-25-135 RIGHTWARDS ARROW -math \X2193 a-25-36 DOWNWARDS ARROW -math \X2194 a-246-25-135 LEFT RIGHT ARROW -math \X2195 a-1246-126-146-246-25-25-135 UP DOWN ARROW -math \X2196 a-1246-45-246-25-25 NORTH WEST ARROW -math \X2197 a-1246-45-25-25-135 NORTH EAST ARROW -math \X2198 a-1246-56-25-25-135 SOUTH EAST ARROW -math \X2199 a-1246-56-246-25-25 SOUTH WEST ARROW -math \X219A a-1256-4-1246-246-25-25-12456 LEFTWARDS ARROW WITH STROKE -math \X219B a-1256-4-1246-25-25-135-12456 RIGHTWARDS ARROW WITH STROKE -math \X219C a-1246-246-35-25-26 LEFTWARDS WAVE ARROW -math \X219D a-1246-35-25-26-135 RIGHTWARDS WAVE ARROW -math \X219E a-1246-246-246-25-25 LEFTWARDS TWO HEADED ARROW -math \X219F a-1246-126-25-25-135-135 UPWARDS TWO HEADED ARROW -math \X21A0 a-1246-25-25-135-135 RIGHTWARDS TWO HEADED ARROW -math \X21A1 a-1246-146-25-25-135-135 DOWNWARDS TWO HEADED ARROW -math \X21A2 a-1246-246-25-25-6-13456 LEFTWARDS ARROW WITH TAIL -math \X21A3 a-12456-12346-25-25-135 RIGHTWARDS ARROW WITH TAIL -math \X21A4 a-1246-246-25-25-1256 LEFTWARDS ARROW FROM BAR -math \X21A5 a-1246-126-1256-25-25-135 UPWARDS ARROW FROM BAR -math \X21A6 a-1246-1256-25-25-135 RIGHTWARDS ARROW FROM BAR -math \X21A7 a-1246-146-1256-25-25-135 DOWNWARDS ARROW FROM BAR -math \X21A8 a-1246-246-25-1256-25-135 UP DOWN ARROW WITH BASE -math \X21A9 a-1246-246-25-25-6-135 LEFTWARDS ARROW WITH HOOK -math \X21AA a-12456-246-25-25-135 RIGHTWARDS ARROW WITH HOOK -math \X21AB a-1246-246-25-25-46-16 LEFTWARDS ARROW WITH LOOP -math \X21AC a-1246-46-16-25-25-135 RIGHTWARDS ARROW WITH LOOP -math \X21AD a-1246-246-35-25-26-135 LEFT RIGHT WAVE ARROW -math \X21AE a-1256-4-1246-246-25-25-135 LEFT RIGHT ARROW WITH STROKE -math \X21AF a-1246-146-35-26-35-1359 DOWNWARDS ZIGZAG ARROW -math \X21B4 a-12456-1256-25-25-135 RIGHTWARDS ARROW WITH CORNER DOWNWARDS -math \X21B5 a-1246-1456-1256-25-25-135 DOWNWARDS ARROW WITH CORNER LEFTWARDS -math \X21B6 a-1246-26-35-135 ANTICLOCKWISE TOP SEMICIRCLE ARROW -math \X21B7 a-1246-246-26-35 CLOCKWISE TOP SEMICIRCLE ARROW -math \X21BA a-1246-26-35-135 ANTICLOCKWISE OPEN CIRCLE ARROW -math \X21BB a-1246-246-26-35 CLOCKWISE OPEN CIRCLE ARROW -math \X21BC a-1246-4-246-25-25 LEFTWARDS HARPOON WITH BARB UPWARDS -math \X21BD a-12456-246-25-25 LEFTWARDS HARPOON WITH BARB DOWNWARDS -math \X21BE a-1246-126-25-25-6-135 UPWARDS HARPOON WITH BARB RIGHTWARDS -math \X21BF a-1246-126-25-25-4-135 UPWARDS HARPOON WITH BARB LEFTWARDS -math \X21C0 a-1246-25-25-4-135 RIGHTWARDS HARPOON WITH BARB UPWARDS -math \X21C1 a-1246-25-25-6-135 RIGHTWARDS HARPOON WITH BARB DOWNWARS -math \X21C2 a-1246-246-25-25-4-135 DOWNWARDS HARPOON WITH BARB RIGHTWARDS -math \X21C3 a-1246-146-25-25-6-135 DOWNWARDS HARPOON WITH BARB LEFTWARDS -math \X21C4 1246-25-25-135-1246-246-25-25 RIGHTWARDS ARROW OVER LEFTWARDS ARROW -math \X21C5 1246-126-25-25-135-5-1246-146-25-25-135 UPWARDS ARROW LEFTWARDS OF DOWNWARDS ARROW -math \X21C6 1246-246-25-25-1246-25-25-135 LEFTWARDS ARROW OVER RIGHTWARDS ARROW -math \X21C7 1246-245-25-25-1246-245-25-25 LEFTWARDS PAIRED ARROWS -math \X21C8 1246-126-25-25-135-5-1246-126-25-25-135 UPWARDS PAIRED ARROWS -math \X21C9 1246-25-25-135-1246-25-25-135 RIGHTWARDS PAIRED ARROWS -math \X21CA 1246-146-25-25-135-5-1246-146-25-25-135 DOWNWARDS PAIRED ARROWS -math \X21CB 1246-4-246-25-25-1246-25-25-4-135 LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON -math \X21CC 1246-25-25-4-135-1246-4-246-25-25 RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON -math \X21CD a-1256-4-1246-246-246-25-25 LEFTWARDS DOUBLE ARROW WITH STROKE -math \X21CE a-1256-4-1246-246-246-25-25-135-135 LEFT RIGHT DOUBLE ARROW WITH STROKE -math \X21CF a-1256-4-1246-25-25-135-135 RIGHTWARDS DOUBLE ARROW WITH STROKE -math \X21D0 a-246-246-25 LEFTWARDS DOUBLE ARROW -math \X21D1 a-1246-126-25-25-135-135 UPWARDS DOUBLE ARROW -math \X21D2 a-25-135-135 RIGHTWARDS DOUBLE ARROW -math \X21D3 a-1246-126-25-25-135-135 DOWNWARDS DOUBLE ARROW -math \X21D4 a-1246-246-246-25-25-135-135 LEFT RIGHT DOUBLE ARROW -math \X21D5 a-1246-126-246-246-25-25-135-135 UP DOWN DOUBLE ARROW -math \X21D6 a-1246-45-246-246-25-25 NORTH WEST DOUBLE ARROW -math \X21D7 a-1246-45-25-25-135-135 NORTH EAST DOUBLE ARROW -math \X21D8 a-1246-56-25-25-135-135 SOUTH EAST DOUBLE ARROW -math \X21D9 a-1246-56-246-246-25-25 SOUTH WEST DOUBLE ARROW -math \X21DA a-1246-246-246-246-25-25 LEFTWARDS TRIPLE ARROW -math \X21DB a-1246-25-25-135-135-135 RIGHTWARDS TRIPLE ARROW -math \X21DC a-1246-246-26-36-35-25-26 LEFTWARDS SQUIGGLE ARROW -math \X21DD a-1246-26-36-35-25-26-135 RIGHTWARDS SQUIGGLE ARROW -math \X21DE a-1256-1256-4-1246-126-25-25-135-12456 UPWARDS ARROW WITH DOUBLE STROKE -math \X21DF a-1256-1256-4-1246-146-25-25-135-12456 DOWNWARDS ARROW WITH DOUBLE STROKE -math \X21E0 a-1246-246-25-25 LEFTWARDS DASHED ARROW -math \X21E1 a-1246-126-25-25-135 UPWARDS DASHED ARROW -math \X21E2 a-1246-25-25-135 RIGHTWARDS DASHED ARROW -math \X21E3 a-1246-146-25-25-135 DOWNWARDS DASHED ARROW -math \X21E4 a-1246-1256-246-25-25 LEFTWARDS ARROW TO BAR -math \X21E5 a-1246-25-25-135-1256 RIGHTWARDS ARROW TO BAR -math \X21E6 a-1246-456-246-25-25 LEFTWARDS WHITE ARROW -math \X21E7 a-1246-126-456-25-25-135 UPWARDS WHITE ARROW -math \X21E8 a-1246-456-25-25-135 RIGHTWARDS WHITE ARROW -math \X21E9 a-1246-146-456-25-25-135 DOWNWARDS WHITE ARROW -math \X21F3 a-1246-126-456-246-25-25-135 UP DOWN WHITE ARROW -math \X21F4 a-1246-25-25-135-46-16 RIGHT ARROW WITH SMALL CIRCLE -math \X21F5 a-1246-146-25-25-135-5-1246-126-25-25-135 DOWNWARDS ARROW LEFTWARDS OF UPWARDS ARROW -math \X21F6 a-1246-25-25-135-1246-25-25-135-1246-25-25-135 THREE RIGHTWARDS ARROWS -math \X21F7 a-1256-4-1246-246-25-25-12456 LEFTWARDS ARROW WITH VERTICAL STROKE -math \X21F8 a-1256-4-1246-25-25-135-12456 RIGHTWARDS ARROW WITH VERTICAL STROKE -math \X21F9 a-1256-4-1246-246-25-25-135 LEFT RIGHT ARROW WITH VERTICAL STROKE -math \X21FA a-1256-1256-4-1246-246-25-25-12456 LEFTWARDS ARROW WITH DOUBLE VERTICAL STROKE -math \X21FB a-1256-1256-4-1246-25-25-135-12456 RIGHTWARDS ARROW WITH DOUBLE VERTICAL STROKE -math \X21FC a-1256-1256-4-1246-246-25-25-135 LEFT RIGHT ARROW WITH DOUBLE VERTICAL STROKE -math \X21FD a-1246-1256-25-25 LEFTWARDS OPEN-HEADED ARROW -math \X21FE a-1246-25-25-1256 RIGHTWARDS OPEN-HEADED ARROW -math \X21FF a-1246-1256-25-25-1256 LEFT RIGHT OPEN-HEADED ARROW +math \x2193 a-25-36 DOWNWARDS ARROW +math \x2194 a-246-25-135 LEFT RIGHT ARROW +math \x2195 a-1246-126-146-246-25-25-135 UP DOWN ARROW +math \x2196 a-1246-45-246-25-25 NORTH WEST ARROW +math \x2197 a-1246-45-25-25-135 NORTH EAST ARROW +math \x2198 a-1246-56-25-25-135 SOUTH EAST ARROW +math \x2199 a-1246-56-246-25-25 SOUTH WEST ARROW +math \x219A a-1256-4-1246-246-25-25-12456 LEFTWARDS ARROW WITH STROKE +math \x219B a-1256-4-1246-25-25-135-12456 RIGHTWARDS ARROW WITH STROKE +math \x219C a-1246-246-35-25-26 LEFTWARDS WAVE ARROW +math \x219D a-1246-35-25-26-135 RIGHTWARDS WAVE ARROW +math \x219E a-1246-246-246-25-25 LEFTWARDS TWO HEADED ARROW +math \x219F a-1246-126-25-25-135-135 UPWARDS TWO HEADED ARROW +math \x21A0 a-1246-25-25-135-135 RIGHTWARDS TWO HEADED ARROW +math \x21A1 a-1246-146-25-25-135-135 DOWNWARDS TWO HEADED ARROW +math \x21A2 a-1246-246-25-25-6-13456 LEFTWARDS ARROW WITH TAIL +math \x21A3 a-12456-12346-25-25-135 RIGHTWARDS ARROW WITH TAIL +math \x21A4 a-1246-246-25-25-1256 LEFTWARDS ARROW FROM BAR +math \x21A5 a-1246-126-1256-25-25-135 UPWARDS ARROW FROM BAR +math \x21A6 a-1246-1256-25-25-135 RIGHTWARDS ARROW FROM BAR +math \x21A7 a-1246-146-1256-25-25-135 DOWNWARDS ARROW FROM BAR +math \x21A8 a-1246-246-25-1256-25-135 UP DOWN ARROW WITH BASE +math \x21A9 a-1246-246-25-25-6-135 LEFTWARDS ARROW WITH HOOK +math \x21AA a-12456-246-25-25-135 RIGHTWARDS ARROW WITH HOOK +math \x21AB a-1246-246-25-25-46-16 LEFTWARDS ARROW WITH LOOP +math \x21AC a-1246-46-16-25-25-135 RIGHTWARDS ARROW WITH LOOP +math \x21AD a-1246-246-35-25-26-135 LEFT RIGHT WAVE ARROW +math \x21AE a-1256-4-1246-246-25-25-135 LEFT RIGHT ARROW WITH STROKE +math \x21AF a-1246-146-35-26-35-1359 DOWNWARDS ZIGZAG ARROW +math \x21B4 a-12456-1256-25-25-135 RIGHTWARDS ARROW WITH CORNER DOWNWARDS +math \x21B5 a-1246-1456-1256-25-25-135 DOWNWARDS ARROW WITH CORNER LEFTWARDS +math \x21B6 a-1246-26-35-135 ANTICLOCKWISE TOP SEMICIRCLE ARROW +math \x21B7 a-1246-246-26-35 CLOCKWISE TOP SEMICIRCLE ARROW +math \x21BA a-1246-26-35-135 ANTICLOCKWISE OPEN CIRCLE ARROW +math \x21BB a-1246-246-26-35 CLOCKWISE OPEN CIRCLE ARROW +math \x21BC a-1246-4-246-25-25 LEFTWARDS HARPOON WITH BARB UPWARDS +math \x21BD a-12456-246-25-25 LEFTWARDS HARPOON WITH BARB DOWNWARDS +math \x21BE a-1246-126-25-25-6-135 UPWARDS HARPOON WITH BARB RIGHTWARDS +math \x21BF a-1246-126-25-25-4-135 UPWARDS HARPOON WITH BARB LEFTWARDS +math \x21C0 a-1246-25-25-4-135 RIGHTWARDS HARPOON WITH BARB UPWARDS +math \x21C1 a-1246-25-25-6-135 RIGHTWARDS HARPOON WITH BARB DOWNWARS +math \x21C2 a-1246-246-25-25-4-135 DOWNWARDS HARPOON WITH BARB RIGHTWARDS +math \x21C3 a-1246-146-25-25-6-135 DOWNWARDS HARPOON WITH BARB LEFTWARDS +math \x21C4 1246-25-25-135-1246-246-25-25 RIGHTWARDS ARROW OVER LEFTWARDS ARROW +math \x21C5 1246-126-25-25-135-5-1246-146-25-25-135 UPWARDS ARROW LEFTWARDS OF DOWNWARDS ARROW +math \x21C6 1246-246-25-25-1246-25-25-135 LEFTWARDS ARROW OVER RIGHTWARDS ARROW +math \x21C7 1246-245-25-25-1246-245-25-25 LEFTWARDS PAIRED ARROWS +math \x21C8 1246-126-25-25-135-5-1246-126-25-25-135 UPWARDS PAIRED ARROWS +math \x21C9 1246-25-25-135-1246-25-25-135 RIGHTWARDS PAIRED ARROWS +math \x21CA 1246-146-25-25-135-5-1246-146-25-25-135 DOWNWARDS PAIRED ARROWS +math \x21CB 1246-4-246-25-25-1246-25-25-4-135 LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON +math \x21CC 1246-25-25-4-135-1246-4-246-25-25 RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON +math \x21CD a-1256-4-1246-246-246-25-25 LEFTWARDS DOUBLE ARROW WITH STROKE +math \x21CE a-1256-4-1246-246-246-25-25-135-135 LEFT RIGHT DOUBLE ARROW WITH STROKE +math \x21CF a-1256-4-1246-25-25-135-135 RIGHTWARDS DOUBLE ARROW WITH STROKE +math \x21D0 a-246-246-25 LEFTWARDS DOUBLE ARROW +math \x21D1 a-1246-126-25-25-135-135 UPWARDS DOUBLE ARROW +math \x21D2 a-25-135-135 RIGHTWARDS DOUBLE ARROW +math \x21D3 a-1246-126-25-25-135-135 DOWNWARDS DOUBLE ARROW +math \x21D4 a-1246-246-246-25-25-135-135 LEFT RIGHT DOUBLE ARROW +math \x21D5 a-1246-126-246-246-25-25-135-135 UP DOWN DOUBLE ARROW +math \x21D6 a-1246-45-246-246-25-25 NORTH WEST DOUBLE ARROW +math \x21D7 a-1246-45-25-25-135-135 NORTH EAST DOUBLE ARROW +math \x21D8 a-1246-56-25-25-135-135 SOUTH EAST DOUBLE ARROW +math \x21D9 a-1246-56-246-246-25-25 SOUTH WEST DOUBLE ARROW +math \x21DA a-1246-246-246-246-25-25 LEFTWARDS TRIPLE ARROW +math \x21DB a-1246-25-25-135-135-135 RIGHTWARDS TRIPLE ARROW +math \x21DC a-1246-246-26-36-35-25-26 LEFTWARDS SQUIGGLE ARROW +math \x21DD a-1246-26-36-35-25-26-135 RIGHTWARDS SQUIGGLE ARROW +math \x21DE a-1256-1256-4-1246-126-25-25-135-12456 UPWARDS ARROW WITH DOUBLE STROKE +math \x21DF a-1256-1256-4-1246-146-25-25-135-12456 DOWNWARDS ARROW WITH DOUBLE STROKE +math \x21E0 a-1246-246-25-25 LEFTWARDS DASHED ARROW +math \x21E1 a-1246-126-25-25-135 UPWARDS DASHED ARROW +math \x21E2 a-1246-25-25-135 RIGHTWARDS DASHED ARROW +math \x21E3 a-1246-146-25-25-135 DOWNWARDS DASHED ARROW +math \x21E4 a-1246-1256-246-25-25 LEFTWARDS ARROW TO BAR +math \x21E5 a-1246-25-25-135-1256 RIGHTWARDS ARROW TO BAR +math \x21E6 a-1246-456-246-25-25 LEFTWARDS WHITE ARROW +math \x21E7 a-1246-126-456-25-25-135 UPWARDS WHITE ARROW +math \x21E8 a-1246-456-25-25-135 RIGHTWARDS WHITE ARROW +math \x21E9 a-1246-146-456-25-25-135 DOWNWARDS WHITE ARROW +math \x21F3 a-1246-126-456-246-25-25-135 UP DOWN WHITE ARROW +math \x21F4 a-1246-25-25-135-46-16 RIGHT ARROW WITH SMALL CIRCLE +math \x21F5 a-1246-146-25-25-135-5-1246-126-25-25-135 DOWNWARDS ARROW LEFTWARDS OF UPWARDS ARROW +math \x21F6 a-1246-25-25-135-1246-25-25-135-1246-25-25-135 THREE RIGHTWARDS ARROWS +math \x21F7 a-1256-4-1246-246-25-25-12456 LEFTWARDS ARROW WITH VERTICAL STROKE +math \x21F8 a-1256-4-1246-25-25-135-12456 RIGHTWARDS ARROW WITH VERTICAL STROKE +math \x21F9 a-1256-4-1246-246-25-25-135 LEFT RIGHT ARROW WITH VERTICAL STROKE +math \x21FA a-1256-1256-4-1246-246-25-25-12456 LEFTWARDS ARROW WITH DOUBLE VERTICAL STROKE +math \x21FB a-1256-1256-4-1246-25-25-135-12456 RIGHTWARDS ARROW WITH DOUBLE VERTICAL STROKE +math \x21FC a-1256-1256-4-1246-246-25-25-135 LEFT RIGHT ARROW WITH DOUBLE VERTICAL STROKE +math \x21FD a-1246-1256-25-25 LEFTWARDS OPEN-HEADED ARROW +math \x21FE a-1246-25-25-1256 RIGHTWARDS OPEN-HEADED ARROW +math \x21FF a-1246-1256-25-25-1256 LEFT RIGHT OPEN-HEADED ARROW math \x2200 1256-2 FOR ALL -math \X2202 4-145 PARTIAL DIFFERENTIAL -math \X2203 1256-26 THERE EXISTS -math \X2204 34-4-123456 THERE DOES NOT EXIST -math \X2205 1256-356 EMPTY SET -math \X2207 456-356 NABLA +math \x2202 4-145 PARTIAL DIFFERENTIAL +math \x2203 1256-26 THERE EXISTS +math \x2204 34-4-123456 THERE DOES NOT EXIST +math \x2205 1256-356 EMPTY SET +math \x2207 456-356 NABLA math \x2208 1256-35 ELEMENT OF -math \X2209 34-4-15 NOT AN ELEMENT OF -math \X220B 1256-135 CONTAINS AS MEMBER -math \X220C 35-1256-135 DOES NOT CONTAIN AS MEMBER -math \X220D 4-26 SMALL CONTAINS AS MEMBER -math \X220E a-123456-123456 END OF PROOF +math \x2209 34-4-15 NOT AN ELEMENT OF +math \x220B 1256-135 CONTAINS AS MEMBER +math \x220C 35-1256-135 DOES NOT CONTAIN AS MEMBER +math \x220D 4-26 SMALL CONTAINS AS MEMBER +math \x220E a-123456-123456 END OF PROOF math \x2211 456-234 NRY SUMMATION math \x2212 a-56-36 MINUS SIGN -math \X2217 4-3456 ASTERISK OPERATOR +math \x2217 4-3456 ASTERISK OPERATOR math \x2218 356 degrees sign -math \X221D a-25-2356 PROPORTIONAL TO +math \x221D a-25-2356 PROPORTIONAL TO math \x221E 123456 INFINITY -math \X221F 1246-246-46-1235-12456 RIGHT ANGLE -math \X2220 1456-246 ANGLE -math \X2221 1246-246-456-1246-1246-1-12456 MEASURED ANGLE -math \X2222 1246-246-456-1246-1246-1-12456 Spherical ANGLE -math \X2223 1256 DIVIDES -math \X2224 34-1256 DOES NOT DIVIDE -math \X2225 a-1246-123 PARALLEL TO -math \X2226 a-34-1246-123 NOT PARALLEL TO -math \X2229 1256-2356 INTERSECTION -math \X222A 1256-235 UNION +math \x221F 1246-246-46-1235-12456 RIGHT ANGLE +math \x2220 1456-246 ANGLE +math \x2221 1246-246-456-1246-1246-1-12456 MEASURED ANGLE +math \x2222 1246-246-456-1246-1246-1-12456 Spherical ANGLE +math \x2223 1256 DIVIDES +math \x2224 34-1256 DOES NOT DIVIDE +math \x2225 a-1246-123 PARALLEL TO +math \x2226 a-34-1246-123 NOT PARALLEL TO +math \x2229 1256-2356 INTERSECTION +math \x222A 1256-235 UNION math \x222B 2346 INTEGRAL math \x222C 2346-2346 DOUBLE INTEGRAL math \x222D 2346-2346-2346 TRIPLE INTEGRAL -math \X222E 2346-4-1246-14-12456 CONTOUR INTEGRAL -math \X2232 2346-4-1246-246-26-35-12456 CLOCKWISE CONTOUR INTEGRAL -math \X2233 2346-4-1246-26-35-135-12456 ANTICLOCKWISE CONTOUR INTEGRAL -math \X2234 a-6-16 THEREFORE -math \X2235 a-4-34 BECAUSE -math \X2236 a-5-2 RATIO -math \X2245 a-456-2356 APPROXIMATELY EQUAL TO -math \X224D a-2356-2356 EQUIVALENT TO +math \x222E 2346-4-1246-14-12456 CONTOUR INTEGRAL +math \x2232 2346-4-1246-246-26-35-12456 CLOCKWISE CONTOUR INTEGRAL +math \x2233 2346-4-1246-26-35-135-12456 ANTICLOCKWISE CONTOUR INTEGRAL +math \x2234 a-6-16 THEREFORE +math \x2235 a-4-34 BECAUSE +math \x2236 a-5-2 RATIO +math \x2245 a-456-2356 APPROXIMATELY EQUAL TO +math \x224D a-2356-2356 EQUIVALENT TO math \x2260 a-35-2356 NOT EQUAL TO math \x2261 a-456-123 IDENTICAL TO math \x2264 a-246-2356 LESS-THAN OR EQUAL TO math \x2265 a-135-2356 GREATER-THAN OR EQUAL TO GREATER THAN OR EQUAL TO -math \X2266 a-246-456-2356 LESS-THAN OVER EQUAL TO -math \X2267 a-46-2-46-13 GREATER-THAN OVER EQUAL TO -math \X2268 a-246-35-2356 LESS-THAN BUT NOT EQUAL TO -math \X2269 a-135-35-2356 GREATER-THAN BUT NOT EQUAL TO -math \X226A a-246-246 MUCH LESS-THAN -math \X226B a-135-135 MUCH GREATER-THAN -math \X226D a-35-2356-2356 NOT EQUIVALENT TO -math \X226E a-35-246 NOT LESS-THAN -math \X226F a-35-135 NOT GREATER-THAN -math \X2270 a-34-5-13-156 NEITHER LESS-THAN NOR EQUAL TO -math \X2271 a-34-46-2-156 NEITHER GREATER-THAN NOR EQUAL TO -math \X2272 a-246-2356-2356 LESS-THAN OR EQUIVALENT TO -math \X2273 a-135-2356-2356 GREATER-THAN OR EQUIVALENT TO -math \X2274 a-34-5-13-456-123 NEITHER LESS-THAN NOR EQUIVALENT TO -math \X2275 a-34-46-2-456-123 NEITHER GREATER-THAN NOR EQUIVALENT TO -math \X2276 a-5-13-46-2 LESS-THAN OR GREATER-THAN -math \X2277 a-46-2-5-13 GREATER-THAN OR LESS-THAN -math \X2278 a-34-5-13-46-2 NEITHER LESS-THAN NOR GREATER-THAN -math \X2279 a-34-46-2-5-13 NEITHER GREATER-THAN NOR LESS-THAN -math \X2282 456-5-13 SUBSET OF -math \X2283 456-46-2 SUPERSET OF -math \X2284 34-456-5-13 NOT A SUBSET OF -math \X2285 34-456-46-2 NOT A SUPERSET OF -math \X2286 456-5-13-156 SUBSET OF OR EQUAL TO -math \X2287 46-2-156 SUPERSET OF OR EQUAL TO -math \X2288 34-5-13-156 NEITHER A SUBSET OF NOR EQUAL TO -math \X2289 34-46-2-156 NEITHER A SUPERSET OF NOR EQUAL TO -math \X228A 456-5-13-34-46-13 SUBSET OF WITH NOT EQUAL TO -math \X228B 456-46-2-34-46-13 SUPERSET OF WITH NOT EQUAL TO -math \X2295 1246-14-456-1246-346-12456 CIRCLED PLUS -math \X2296 1246-14-456-1246-36-12456 CIRCLED MINUS -math \X2297 1246-14-456-1246-4-16-12456 CIRCLED TIMES -math \X2298 1246-14-456-1246-456-34-12456 CIRCLED DIVISION SLASH -math \X2299 1246-14-456-1246-16-12456 CIRCLED DOT OPERATOR -math \X229B 1246-14-456-1246-4-3456-12456 CIRCLED ASTERISK OPERATOR -math \X229C 1246-14-456-1246-46-13-12456 CIRCLED EQUALS -math \X229D 1246-14-456-1246-36-36-12456 CIRCLED DASH -math \X229E 1246-256-456-1246-346-12456 SQUARED PLUS -math \X229F 1246-256-456-1246-36-12456 SQUARED MINUS -math \X22A0 1246-256-456-1246-4-16-12456 SQUARED TIMES -math \X22A1 1246-256-456-1246-16-12456 SQUARED DOT OPERATOR -math \X22A5 a-3456-3 Perpendicular TO -math \X22A5 a-34-1246-1234 not Perpendicular TO +math \x2266 a-246-456-2356 LESS-THAN OVER EQUAL TO +math \x2267 a-46-2-46-13 GREATER-THAN OVER EQUAL TO +math \x2268 a-246-35-2356 LESS-THAN BUT NOT EQUAL TO +math \x2269 a-135-35-2356 GREATER-THAN BUT NOT EQUAL TO +math \x226A a-246-246 MUCH LESS-THAN +math \x226B a-135-135 MUCH GREATER-THAN +math \x226D a-35-2356-2356 NOT EQUIVALENT TO +math \x226E a-35-246 NOT LESS-THAN +math \x226F a-35-135 NOT GREATER-THAN +math \x2270 a-34-5-13-156 NEITHER LESS-THAN NOR EQUAL TO +math \x2271 a-34-46-2-156 NEITHER GREATER-THAN NOR EQUAL TO +math \x2272 a-246-2356-2356 LESS-THAN OR EQUIVALENT TO +math \x2273 a-135-2356-2356 GREATER-THAN OR EQUIVALENT TO +math \x2274 a-34-5-13-456-123 NEITHER LESS-THAN NOR EQUIVALENT TO +math \x2275 a-34-46-2-456-123 NEITHER GREATER-THAN NOR EQUIVALENT TO +math \x2276 a-5-13-46-2 LESS-THAN OR GREATER-THAN +math \x2277 a-46-2-5-13 GREATER-THAN OR LESS-THAN +math \x2278 a-34-5-13-46-2 NEITHER LESS-THAN NOR GREATER-THAN +math \x2279 a-34-46-2-5-13 NEITHER GREATER-THAN NOR LESS-THAN +math \x2282 456-5-13 SUBSET OF +math \x2283 456-46-2 SUPERSET OF +math \x2284 34-456-5-13 NOT A SUBSET OF +math \x2285 34-456-46-2 NOT A SUPERSET OF +math \x2286 456-5-13-156 SUBSET OF OR EQUAL TO +math \x2287 46-2-156 SUPERSET OF OR EQUAL TO +math \x2288 34-5-13-156 NEITHER A SUBSET OF NOR EQUAL TO +math \x2289 34-46-2-156 NEITHER A SUPERSET OF NOR EQUAL TO +math \x228A 456-5-13-34-46-13 SUBSET OF WITH NOT EQUAL TO +math \x228B 456-46-2-34-46-13 SUPERSET OF WITH NOT EQUAL TO +math \x2295 1246-14-456-1246-346-12456 CIRCLED PLUS +math \x2296 1246-14-456-1246-36-12456 CIRCLED MINUS +math \x2297 1246-14-456-1246-4-16-12456 CIRCLED TIMES +math \x2298 1246-14-456-1246-456-34-12456 CIRCLED DIVISION SLASH +math \x2299 1246-14-456-1246-16-12456 CIRCLED DOT OPERATOR +math \x229B 1246-14-456-1246-4-3456-12456 CIRCLED ASTERISK OPERATOR +math \x229C 1246-14-456-1246-46-13-12456 CIRCLED EQUALS +math \x229D 1246-14-456-1246-36-36-12456 CIRCLED DASH +math \x229E 1246-256-456-1246-346-12456 SQUARED PLUS +math \x229F 1246-256-456-1246-36-12456 SQUARED MINUS +math \x22A0 1246-256-456-1246-4-16-12456 SQUARED TIMES +math \x22A1 1246-256-456-1246-16-12456 SQUARED DOT OPERATOR +math \x22A5 a-3456-3 Perpendicular TO +math \x22A5 a-34-1246-1234 not Perpendicular TO math \x22C5 56-3 dot operator -math \X22DC a-2356-246 EQUAL TO OR LESS-THAN -math \X22DD a-2356-135 EQUAL TO OR GREATER-THAN -math \X22EE 126-3-3-3 VERTICAL ELLIPSIS -math \X22EF 3-3-3 MIDLINE HORIZONTAL ELLIPSIS -math \X22F0 45-3-3-3 UP RIGHT DIAGONAL ELLIPSIS -math \X22F1 56-3-3-3 DOWN RIGHT DIAGONAL ELLIPSIS +math \x22DC a-2356-246 EQUAL TO OR LESS-THAN +math \x22DD a-2356-135 EQUAL TO OR GREATER-THAN +math \x22EE 126-3-3-3 VERTICAL ELLIPSIS +math \x22EF 3-3-3 MIDLINE HORIZONTAL ELLIPSIS +math \x22F0 45-3-3-3 UP RIGHT DIAGONAL ELLIPSIS +math \x22F1 56-3-3-3 DOWN RIGHT DIAGONAL ELLIPSIS math \x2322 a-1246-1 arc -math \X25A0 1246-456-12345 filled Square -math \X25A1 1246-12345 Square -math \X25AB 1246-456-1235 filled Rectangle -math \X25AC 1246-1235 Rectangle -math \X25B0 1246-456-1245 filled PARALLELOGRAM -math \X25B1 1246-1245 PARALLELOGRAM -math \X25B2 1246-456-145 Filled Triangle -math \X25B3 1246-145 Triangle -math \X25BC 456-46-1246 BLACK DOWN-POINTING TRIANGLE -math \X25BD 46-1246 WHITE DOWN-POINTING TRIANGLE -math \X25CF 1246-456-14 Filled Circle -math \X25CB 1246-25 Circle +math \x25A0 1246-456-12345 filled Square +math \x25A1 1246-12345 Square +math \x25AB 1246-456-1235 filled Rectangle +math \x25AC 1246-1235 Rectangle +math \x25B0 1246-456-1245 filled PARALLELOGRAM +math \x25B1 1246-1245 PARALLELOGRAM +math \x25B2 1246-456-145 Filled Triangle +math \x25B3 1246-145 Triangle +math \x25BC 456-46-1246 BLACK DOWN-POINTING TRIANGLE +math \x25BD 46-1246 WHITE DOWN-POINTING TRIANGLE +math \x25CF 1246-456-14 Filled Circle +math \x25CB 1246-25 Circle math \xf577 1246-135 contracted right arrow sign * 4-3456 ASTERISK OPERATOR sign \x009A a SINGLE CHARACTER INTRODUCER @@ -289,9 +289,9 @@ sign \x00A7 4-6-234 SECTION SIGN sign \x00A9 12356-6-14-23456 COPYRIGHT SIGN sign \x00B7 16 MIDDLE DOT sign \x00D7 a-56-236 MULTIPLICATION SIGN -sign \X00F7 a-56-256 DIVISION SIGN +sign \x00F7 a-56-256 DIVISION SIGN sign \x2022 35-35 BULLET -sign \X2215 456-34 DIVISION slash +sign \x2215 456-34 DIVISION slash sign \x2715 a-56-236 MULTIPLICATION SIGN space \x2009 0 THIN SPACE 0020 space \x2061 0 FUNCTION APPLICATION diff --git a/tables/uni-text.dis b/tables/uni-text.dis index 97528972c9..52eaa78978 100644 --- a/tables/uni-text.dis +++ b/tables/uni-text.dis @@ -25,302 +25,302 @@ #Hex Dots Dec Char Description -display \X0020 0 #32 space -display \X0021 2346 #33 ! exclamation mark -display \X0022 5 #34 " quotation mark -display \X0023 3456 #35 # number sign -display \X0024 1246 #36 $ dollar sign -display \X0025 146 #37 % percent sign -display \X0026 12346 #38 & ampersand -display \X0027 3 #39 ' apostrophe -display \X0028 12356 #40 ( left parenthesis -display \X0029 23456 #41 ) right parenthesis -display \X002A 16 #42 * asterisk -display \X002B 346 #43 + plus sign -display \X002C 6 #44 , comma -display \X002D 36 #45 - hyphen-minus -display \X002E 46 #46 . full stop -display \X002F 34 #47 / solidus - -display \X0030 356 #480 digit zero -display \X0031 2 #491 digit one -display \X0032 23 #502 digit two -display \X0033 25 #513 digit three -display \X0034 256 #524 digit four -display \X0035 26 #535 digit five -display \X0036 235 #546 digit six -display \X0037 2356 #557 digit seven -display \X0038 236 #568 digit eight -display \X0039 35 #579 digit nine - -display \X003A 156 #58 : colon -display \X003B 56 #59 ; semicolon -display \X003C 126 #60 < less-than sign -display \X003D 123456 #61 = equals sign -display \X003E 345 #62 > greater-than sign -display \X003F 1456 #63 ? question mark -display \X0040 47 #64 @ commercial at +display \x0020 0 #32 space +display \x0021 2346 #33 ! exclamation mark +display \x0022 5 #34 " quotation mark +display \x0023 3456 #35 # number sign +display \x0024 1246 #36 $ dollar sign +display \x0025 146 #37 % percent sign +display \x0026 12346 #38 & ampersand +display \x0027 3 #39 ' apostrophe +display \x0028 12356 #40 ( left parenthesis +display \x0029 23456 #41 ) right parenthesis +display \x002A 16 #42 * asterisk +display \x002B 346 #43 + plus sign +display \x002C 6 #44 , comma +display \x002D 36 #45 - hyphen-minus +display \x002E 46 #46 . full stop +display \x002F 34 #47 / solidus + +display \x0030 356 #480 digit zero +display \x0031 2 #491 digit one +display \x0032 23 #502 digit two +display \x0033 25 #513 digit three +display \x0034 256 #524 digit four +display \x0035 26 #535 digit five +display \x0036 235 #546 digit six +display \x0037 2356 #557 digit seven +display \x0038 236 #568 digit eight +display \x0039 35 #579 digit nine + +display \x003A 156 #58 : colon +display \x003B 56 #59 ; semicolon +display \x003C 126 #60 < less-than sign +display \x003D 123456 #61 = equals sign +display \x003E 345 #62 > greater-than sign +display \x003F 1456 #63 ? question mark +display \x0040 47 #64 @ commercial at #Hex Dots Dec Char Description -display \X0041 1 #65 A Latin capital letter a -display \X0042 12 #66 B Latin capital letter b -display \X0043 14 #67 C Latin capital letter c -display \X0044 145 #68 D Latin capital letter d -display \X0045 15 #69 E Latin capital letter e -display \X0046 124 #70 F Latin capital letter f -display \X0047 1245 #71 G Latin capital letter g -display \X0048 125 #72 H Latin capital letter h -display \X0049 24 #73 I Latin capital letter i -display \X004A 245 #74 J Latin capital letter j -display \X004B 13 #75 K Latin capital letter k -display \X004C 123 #76 L Latin capital letter l -display \X004D 134 #77 M Latin capital letter m -display \X004E 1345 #78 N Latin capital letter n -display \X004F 1357 #79 O Latin capital letter o -display \X0050 1234 #80 P Latin capital letter p -display \X0051 12345 #81 Q Latin capital letter q -display \X0052 1235 #82 R Latin capital letter r -display \X0053 234 #83 S Latin capital letter s -display \X0054 2345 #84 T Latin capital letter t -display \X0055 136 #85 U Latin capital letter u -display \X0056 1236 #86 V Latin capital letter v -display \X0057 2456 #87 W Latin capital letter w -display \X0058 1346 #88 X Latin capital letter x -display \X0059 13456 #89 Y Latin capital letter y -display \X005A 1356 #90 Z Latin capital letter z - -display \X005B 246 # 91 [ left square bracket -display \X005C 12567 # 92 \ reverse solidus -display \X005D 12456 # 93 ] right square bracket -display \X005E 2346 # 94 ^ circumflex accent -display \X005F 456 # 95 _ low line -display \X0060 345 # 96 ` grave accent - -display \X0061 1 #97 a Latin small letter a -display \X0062 12 #98 b Latin small letter b -display \X0063 14 #99 c Latin small letter c -display \X0064 145 #100 d Latin small letter d -display \X0065 15 #101 e Latin small letter e -display \X0066 124 #102 f Latin small letter f -display \X0067 1245 #103 g Latin small letter g -display \X0068 125 #104 h Latin small letter h -display \X0069 24 #105 i Latin small letter i -display \X006A 245 #106 j Latin small letter j -display \X006B 13 #107 k Latin small letter k -display \X006C 123 #108 l Latin small letter l -display \X006D 134 #109 m Latin small letter m -display \X006E 1345 #110 n Latin small letter n -display \X006F 135 #111 o Latin small letter o -display \X0070 1234 #112 p Latin small letter p -display \X0071 12345 #113 q Latin small letter q -display \X0072 1235 #114 r Latin small letter r -display \X0073 234 #115 s Latin small letter s -display \X0074 2345 #116 t Latin small letter t -display \X0075 136 #117 u Latin small letter u -display \X0076 1236 #118 v Latin small letter v -display \X0077 2456 #119 w Latin small letter w -display \X0078 1346 #120 x Latin small letter x -display \X0079 13456 #121 y Latin small letter y -display \X007A 1356 #122 z Latin small letter z - -display \X007B 12356 # 123 { left curly bracket -display \X007C 34 # 124 | vertical line -display \X007D 23456 # 125 } right curly bracket -display \X007E 45 # 126 ~ tilde -display \X007F 4568 # 127 ^ ?delete +display \x0041 1 #65 A Latin capital letter a +display \x0042 12 #66 B Latin capital letter b +display \x0043 14 #67 C Latin capital letter c +display \x0044 145 #68 D Latin capital letter d +display \x0045 15 #69 E Latin capital letter e +display \x0046 124 #70 F Latin capital letter f +display \x0047 1245 #71 G Latin capital letter g +display \x0048 125 #72 H Latin capital letter h +display \x0049 24 #73 I Latin capital letter i +display \x004A 245 #74 J Latin capital letter j +display \x004B 13 #75 K Latin capital letter k +display \x004C 123 #76 L Latin capital letter l +display \x004D 134 #77 M Latin capital letter m +display \x004E 1345 #78 N Latin capital letter n +display \x004F 1357 #79 O Latin capital letter o +display \x0050 1234 #80 P Latin capital letter p +display \x0051 12345 #81 Q Latin capital letter q +display \x0052 1235 #82 R Latin capital letter r +display \x0053 234 #83 S Latin capital letter s +display \x0054 2345 #84 T Latin capital letter t +display \x0055 136 #85 U Latin capital letter u +display \x0056 1236 #86 V Latin capital letter v +display \x0057 2456 #87 W Latin capital letter w +display \x0058 1346 #88 X Latin capital letter x +display \x0059 13456 #89 Y Latin capital letter y +display \x005A 1356 #90 Z Latin capital letter z + +display \x005B 246 # 91 [ left square bracket +display \x005C 12567 # 92 \ reverse solidus +display \x005D 12456 # 93 ] right square bracket +display \x005E 2346 # 94 ^ circumflex accent +display \x005F 456 # 95 _ low line +display \x0060 345 # 96 ` grave accent + +display \x0061 1 #97 a Latin small letter a +display \x0062 12 #98 b Latin small letter b +display \x0063 14 #99 c Latin small letter c +display \x0064 145 #100 d Latin small letter d +display \x0065 15 #101 e Latin small letter e +display \x0066 124 #102 f Latin small letter f +display \x0067 1245 #103 g Latin small letter g +display \x0068 125 #104 h Latin small letter h +display \x0069 24 #105 i Latin small letter i +display \x006A 245 #106 j Latin small letter j +display \x006B 13 #107 k Latin small letter k +display \x006C 123 #108 l Latin small letter l +display \x006D 134 #109 m Latin small letter m +display \x006E 1345 #110 n Latin small letter n +display \x006F 135 #111 o Latin small letter o +display \x0070 1234 #112 p Latin small letter p +display \x0071 12345 #113 q Latin small letter q +display \x0072 1235 #114 r Latin small letter r +display \x0073 234 #115 s Latin small letter s +display \x0074 2345 #116 t Latin small letter t +display \x0075 136 #117 u Latin small letter u +display \x0076 1236 #118 v Latin small letter v +display \x0077 2456 #119 w Latin small letter w +display \x0078 1346 #120 x Latin small letter x +display \x0079 13456 #121 y Latin small letter y +display \x007A 1356 #122 z Latin small letter z + +display \x007B 12356 # 123 { left curly bracket +display \x007C 34 # 124 | vertical line +display \x007D 23456 # 125 } right curly bracket +display \x007E 45 # 126 ~ tilde +display \x007F 4568 # 127 ^ ?delete #Hex Dots Dec Char Description -display \X0080 48 # 128 ~@ -display \X0081 18 # 129 ~A -display \X0082 128 # 130 ~Bbreak permitted here -display \X0083 148 # 131 ~Cno break here -display \X0084 1458 # 132 ~D -display \X0085 158 # 133 ~Enext line -display \X0086 1248 # 134 ~Fstart of selected area -display \X0087 12458 # 135 ~Gend of selected area -display \X0088 1258 # 136 ~Hcharacter tabulation set -display \X0089 248 # 137 ~Icharacter tabulation with justification -display \X008A 2458 # 138 ~Jline tabulation set -display \X008B 138 # 139~Kpartial line down -display \X008C 1238 # 140~Lpartial line up -display \X008D 1348 # 141~Mreverse line feed -display \X008E 13458 # 142~Nsingle shift two -display \X008F 1358 # 143~Osingle shift three -display \X0090 12348 # 144~Pdevice control string -display \X0091 123458 # 145~Qprivate use one -display \X0092 12358 # 146~Rprivate use two -display \X0093 2348 # 147~Sset transmit state -display \X0094 23458 # 148~Tcancel character -display \X0095 1368 # 149~Umessage waiting -display \X0096 12368 # 150~Vstart of guarded area -display \X0097 24568 # 151~Wend of guarded area -display \X0098 13468 # 152~Xstart of string -display \X0099 134568 # 153~Y -display \X009A 13568 # 154~Zsingle character introducer -display \X009B 2468 # 155~[control sequence introducer -display \X009C 12568 # 156~\string terminator -display \X009D 124568 # 157~]operating system command -display \X009E 458 # 158~^privacy message -display \X009F 4568 # 159 ~_application program command -display \X00A0 0 #160 no-break space +display \x0080 48 # 128 ~@ +display \x0081 18 # 129 ~A +display \x0082 128 # 130 ~Bbreak permitted here +display \x0083 148 # 131 ~Cno break here +display \x0084 1458 # 132 ~D +display \x0085 158 # 133 ~Enext line +display \x0086 1248 # 134 ~Fstart of selected area +display \x0087 12458 # 135 ~Gend of selected area +display \x0088 1258 # 136 ~Hcharacter tabulation set +display \x0089 248 # 137 ~Icharacter tabulation with justification +display \x008A 2458 # 138 ~Jline tabulation set +display \x008B 138 # 139~Kpartial line down +display \x008C 1238 # 140~Lpartial line up +display \x008D 1348 # 141~Mreverse line feed +display \x008E 13458 # 142~Nsingle shift two +display \x008F 1358 # 143~Osingle shift three +display \x0090 12348 # 144~Pdevice control string +display \x0091 123458 # 145~Qprivate use one +display \x0092 12358 # 146~Rprivate use two +display \x0093 2348 # 147~Sset transmit state +display \x0094 23458 # 148~Tcancel character +display \x0095 1368 # 149~Umessage waiting +display \x0096 12368 # 150~Vstart of guarded area +display \x0097 24568 # 151~Wend of guarded area +display \x0098 13468 # 152~Xstart of string +display \x0099 134568 # 153~Y +display \x009A 13568 # 154~Zsingle character introducer +display \x009B 2468 # 155~[control sequence introducer +display \x009C 12568 # 156~\string terminator +display \x009D 124568 # 157~]operating system command +display \x009E 458 # 158~^privacy message +display \x009F 4568 # 159 ~_application program command +display \x00A0 0 #160 no-break space #Hex Dots Dec Char Description -display \X0000 478 #0^@null -display \X0001 178 #1^Astart of heading -display \X0002 1278 #2^Bstart of text -display \X0003 1478 #3^Cend of text -display \X0004 14578 #4^Dend of transmission -display \X0005 1578 #5^Eenquiry -display \X0006 12478 #6^Facknowledge -display \X0007 124578 #7^Gbell -display \X0008 12578 #8^Hbackspace -display \X0009 2478 #9^Ihorizontal tabulation -display \X000A 24578 #10^Jline feed -display \X000B 1378 #11^Kvertical tabulation -display \X000C 12378 #12^Lform feed -display \X000D 13478 #13^Mcarriage return -display \X000E 134578 #14^Nshift out -display \X000F 13578 #15^Oshift in -display \X0010 123478 #16^Pdata link escape -display \X0011 1234578 #17^Qdevice control one -display \X0012 123578 #18^Rdevice control two -display \X0013 23478 #19^Sdevice control three -display \X0014 234578 #20^Tdevice control four -display \X0015 13678 #21^Unegative acknowledge -display \X0016 123678 #22^Vsynchronous idle -display \X0017 245678 #23^Wend of transmission block -display \X0018 134678 #24^Xcancel -display \X0019 1345678 #25^Yend of medium -display \X001A 135678 #26^Zsubstitute -display \X001B 24678 #27^[escape -display \X001C 125678 #28^\file separator -display \X001D 1245678 #29^]group separator -display \X001E 4578 #30^^record separator -display \X001F 45678 #31^_unit separator +display \x0000 478 #0^@null +display \x0001 178 #1^Astart of heading +display \x0002 1278 #2^Bstart of text +display \x0003 1478 #3^Cend of text +display \x0004 14578 #4^Dend of transmission +display \x0005 1578 #5^Eenquiry +display \x0006 12478 #6^Facknowledge +display \x0007 124578 #7^Gbell +display \x0008 12578 #8^Hbackspace +display \x0009 2478 #9^Ihorizontal tabulation +display \x000A 24578 #10^Jline feed +display \x000B 1378 #11^Kvertical tabulation +display \x000C 12378 #12^Lform feed +display \x000D 13478 #13^Mcarriage return +display \x000E 134578 #14^Nshift out +display \x000F 13578 #15^Oshift in +display \x0010 123478 #16^Pdata link escape +display \x0011 1234578 #17^Qdevice control one +display \x0012 123578 #18^Rdevice control two +display \x0013 23478 #19^Sdevice control three +display \x0014 234578 #20^Tdevice control four +display \x0015 13678 #21^Unegative acknowledge +display \x0016 123678 #22^Vsynchronous idle +display \x0017 245678 #23^Wend of transmission block +display \x0018 134678 #24^Xcancel +display \x0019 1345678 #25^Yend of medium +display \x001A 135678 #26^Zsubstitute +display \x001B 24678 #27^[escape +display \x001C 125678 #28^\file separator +display \x001D 1245678 #29^]group separator +display \x001E 4578 #30^^record separator +display \x001F 45678 #31^_unit separator #Hex Dots Dec Char Description -display \X00A1 23467 # 161 ¡ inverted exclamation mark -display \X00A2 58 #162 ¢ cent sign -display \X00A3 34567 # 163 £ pound sign -display \X00A4 1467 # 164 ¤ currency sign -display \X00A5 123467 # 165 ¥ yen sign -display \X00A6 1567 # 166 ¦ broken bar -display \X00A7 357 # 167 § section sign -display \X00A8 57 # 168 ¨ diaeresis -display \X00A9 23567 # 169 © copyright sign -display \X00AA 8 # 170 ª feminine ordinal indicator -display \X00AB 1267 # 171 « left-pointing double angle quotation mark -display \X00AC 2567 # 172 ¬ not sign -display \X00AD 367 # 173 ­ soft hyphen -display \X00AE 2367 # 174 ® registered sign -display \X00AF 267 # 175 ¯ macron -display \X00B0 3567 # 176 ° degree sign - -display \X00C0 23578 # 192 À Latin capital letter a with grave -display \X00C1 1678 # 193 Á Latin capital letter a with acute -display \X00C2 16 # 194  Latin capital letter a with circumflex -display \X00C3 578 # 195à Latin capital letter a with tilde -display \X00C4 1234678 # 196Ä Latin capital letter a with diaeresis -display \X00C5 34578 # 197Å Latin capital letter a with ring above -display \X00C6 378 # 198Æ Latin capital letter ae -display \X00C7 34678 # 199Ç Latin capital letter c with cedilla -display \X00C8 23567 # 200 È Latin capital letter e with grave -display \X00C9 12678 # 201É Latin capital letter e with acute -display \X00CA 2378 # 202 Ê Latin capital letter e with circumflex -display \X00CB 12345678 # 203Ë Latin capital letter e with diaeresis -display \X00CC 23678 # 204Ì Latin capital letter i with grave -display \X00CD 14678 # 205Í Latin capital letter i with acute -display \X00CE 2578 # 206 Î Latin capital letter i with circumflex -display \X00CF 1235678 # 207Ï Latin capital letter i with diaeresis -display \X00D0 678 # 208Ð Latin capital letter eth -display \X00D1 4678 # 209Ñ Latin capital letter n with tilde -display \X00D2 3578 # 210Ò Latin capital letter o with grave -display \X00D3 145678 # 211Ó Latin capital letter o with acute -display \X00D4 25678 # 212 Ô Latin capital letter o with circumflex -display \X00D5 5678 # 213Õ Latin capital letter o with tilde -display \X00D6 234678 # 214Ö Latin capital letter o with diaeresis -display \X00D7 167 # 215×multiplication sign -display \X00D8 3478 # 216Ø Latin capital letter o with stroke -display \X00D9 35678 # 217Ù Latin capital letter u with grave -display \X00DA 15678 # 218Ú Latin capital letter u with acute -display \X00DB 2678 # 219 Û Latin capital letter u with circumflex -display \X00DC 2345678 # 220Ü Latin capital letter u with diaeresis -display \X00DD 124678 # 221Ý Latin capital letter y with acute -display \X00DE 3678 # 222Þ Latin capital letter thorn -display \X00DF 345678 # 223ß Latin small letter sharp s -display \X00E0 2358 # 224à Latin small letter a with grave -display \X00E1 168 # 225á Latin small letter a with acute -display \X00E2 16 # 226 â Latin small letter a with circumflex -display \X00E3 58 # 227ã Latin small letter a with tilde -display \X00E4 123468 # 228ä Latin small letter a with diaeresis -display \X00E5 3458 # 229å Latin small letter a with ring above -display \X00E6 38 # 230æ Latin small letter ae -display \X00E7 3468 # 231ç Latin small letter c with cedilla -display \X00E8 23568 # 232è Latin small letter e with grave -display \X00E9 1268 # 233é Latin small letter e with acute -display \X00EA 238 # 234 ê Latin small letter e with circumflex -display \X00EB 1234568 # 235ë Latin small letter e with diaeresis -display \X00EC 2368 # 236ì Latin small letter i with grave -display \X00ED 1468 # 237í Latin small letter i with acute -display \X00EE 258 # 238 î Latin small letter i with circumflex -display \X00EF 123568 # 239ï Latin small letter i with diaeresis -display \X00F0 68 # 240ð Latin small letter eth -display \X00F1 468 # 241ñ Latin small letter n with tilde -display \X00F2 358 # 242ò Latin small letter o with grave -display \X00F3 14568 # 243ó Latin small letter o with acute -display \X00F4 2568 # 244 ô Latin small letter o with circumflex -display \X00F5 568 # 245õ Latin small letter o with tilde -display \X00F6 23468 # 246ö Latin small letter o with diaeresis -display \X00F7 347 # 247÷division sign -display \X00F8 348 # 248ø Latin small letter o with stroke -display \X00F9 3568 # 249ù Latin small letter u with grave -display \X00FA 1568 # 250ú Latin small letter u with acute -display \X00FB 268 # 251 û Latin small letter u with circumflex -display \X00FC 234568 # 252ü Latin small letter u with diaeresis -display \X00FD 12468 # 253ý Latin small letter y with acute -display \X00FE 368 # 254þ Latin small letter thorn -display \X00FF 34568 # 255ÿ Latin small letter y with diaeresis - - -display \X00BB 3457 # 187»right-pointing double angle quotation mark -display \X00B9 27 # 185¹superscript one -display \X00B2 237 # 178²superscript two -display \X00B3 257 # 179³superscript three -display \X00B1 3467 # 177±plus-minus sign -display \X00D7 167 # 215×multiplication sign - -display \X00B7 467 # 183·middle dot - -display \X00BF 14567 # 191¿inverted question mark - - -display \X00B6 2357 # 182 ¶ pilcrow sign +display \x00A1 23467 # 161 ¡ inverted exclamation mark +display \x00A2 58 #162 ¢ cent sign +display \x00A3 34567 # 163 £ pound sign +display \x00A4 1467 # 164 ¤ currency sign +display \x00A5 123467 # 165 ¥ yen sign +display \x00A6 1567 # 166 ¦ broken bar +display \x00A7 357 # 167 § section sign +display \x00A8 57 # 168 ¨ diaeresis +display \x00A9 23567 # 169 © copyright sign +display \x00AA 8 # 170 ª feminine ordinal indicator +display \x00AB 1267 # 171 « left-pointing double angle quotation mark +display \x00AC 2567 # 172 ¬ not sign +display \x00AD 367 # 173 ­ soft hyphen +display \x00AE 2367 # 174 ® registered sign +display \x00AF 267 # 175 ¯ macron +display \x00B0 3567 # 176 ° degree sign + +display \x00C0 23578 # 192 À Latin capital letter a with grave +display \x00C1 1678 # 193 Á Latin capital letter a with acute +display \x00C2 16 # 194  Latin capital letter a with circumflex +display \x00C3 578 # 195à Latin capital letter a with tilde +display \x00C4 1234678 # 196Ä Latin capital letter a with diaeresis +display \x00C5 34578 # 197Å Latin capital letter a with ring above +display \x00C6 378 # 198Æ Latin capital letter ae +display \x00C7 34678 # 199Ç Latin capital letter c with cedilla +display \x00C8 23567 # 200 È Latin capital letter e with grave +display \x00C9 12678 # 201É Latin capital letter e with acute +display \x00CA 2378 # 202 Ê Latin capital letter e with circumflex +display \x00CB 12345678 # 203Ë Latin capital letter e with diaeresis +display \x00CC 23678 # 204Ì Latin capital letter i with grave +display \x00CD 14678 # 205Í Latin capital letter i with acute +display \x00CE 2578 # 206 Î Latin capital letter i with circumflex +display \x00CF 1235678 # 207Ï Latin capital letter i with diaeresis +display \x00D0 678 # 208Ð Latin capital letter eth +display \x00D1 4678 # 209Ñ Latin capital letter n with tilde +display \x00D2 3578 # 210Ò Latin capital letter o with grave +display \x00D3 145678 # 211Ó Latin capital letter o with acute +display \x00D4 25678 # 212 Ô Latin capital letter o with circumflex +display \x00D5 5678 # 213Õ Latin capital letter o with tilde +display \x00D6 234678 # 214Ö Latin capital letter o with diaeresis +display \x00D7 167 # 215×multiplication sign +display \x00D8 3478 # 216Ø Latin capital letter o with stroke +display \x00D9 35678 # 217Ù Latin capital letter u with grave +display \x00DA 15678 # 218Ú Latin capital letter u with acute +display \x00DB 2678 # 219 Û Latin capital letter u with circumflex +display \x00DC 2345678 # 220Ü Latin capital letter u with diaeresis +display \x00DD 124678 # 221Ý Latin capital letter y with acute +display \x00DE 3678 # 222Þ Latin capital letter thorn +display \x00DF 345678 # 223ß Latin small letter sharp s +display \x00E0 2358 # 224à Latin small letter a with grave +display \x00E1 168 # 225á Latin small letter a with acute +display \x00E2 16 # 226 â Latin small letter a with circumflex +display \x00E3 58 # 227ã Latin small letter a with tilde +display \x00E4 123468 # 228ä Latin small letter a with diaeresis +display \x00E5 3458 # 229å Latin small letter a with ring above +display \x00E6 38 # 230æ Latin small letter ae +display \x00E7 3468 # 231ç Latin small letter c with cedilla +display \x00E8 23568 # 232è Latin small letter e with grave +display \x00E9 1268 # 233é Latin small letter e with acute +display \x00EA 238 # 234 ê Latin small letter e with circumflex +display \x00EB 1234568 # 235ë Latin small letter e with diaeresis +display \x00EC 2368 # 236ì Latin small letter i with grave +display \x00ED 1468 # 237í Latin small letter i with acute +display \x00EE 258 # 238 î Latin small letter i with circumflex +display \x00EF 123568 # 239ï Latin small letter i with diaeresis +display \x00F0 68 # 240ð Latin small letter eth +display \x00F1 468 # 241ñ Latin small letter n with tilde +display \x00F2 358 # 242ò Latin small letter o with grave +display \x00F3 14568 # 243ó Latin small letter o with acute +display \x00F4 2568 # 244 ô Latin small letter o with circumflex +display \x00F5 568 # 245õ Latin small letter o with tilde +display \x00F6 23468 # 246ö Latin small letter o with diaeresis +display \x00F7 347 # 247÷division sign +display \x00F8 348 # 248ø Latin small letter o with stroke +display \x00F9 3568 # 249ù Latin small letter u with grave +display \x00FA 1568 # 250ú Latin small letter u with acute +display \x00FB 268 # 251 û Latin small letter u with circumflex +display \x00FC 234568 # 252ü Latin small letter u with diaeresis +display \x00FD 12468 # 253ý Latin small letter y with acute +display \x00FE 368 # 254þ Latin small letter thorn +display \x00FF 34568 # 255ÿ Latin small letter y with diaeresis + + +display \x00BB 3457 # 187»right-pointing double angle quotation mark +display \x00B9 27 # 185¹superscript one +display \x00B2 237 # 178²superscript two +display \x00B3 257 # 179³superscript three +display \x00B1 3467 # 177±plus-minus sign +display \x00D7 167 # 215×multiplication sign + +display \x00B7 467 # 183·middle dot + +display \x00BF 14567 # 191¿inverted question mark + + +display \x00B6 2357 # 182 ¶ pilcrow sign #Hex Dots Dec Char Description -display \X00BC 123567 # 188¼vulgar fraction one quarter -display \X00BD 1234567 # 189½vulgar fraction one half -display \X00BE 234567 # 190¾vulgar fraction three quarters +display \x00BC 123567 # 188¼vulgar fraction one quarter +display \x00BD 1234567 # 189½vulgar fraction one half +display \x00BE 234567 # 190¾vulgar fraction three quarters # Each of the three extended accent characters is the same as its conventional # compose character but with dot7 added: #Hex Dots Dec Char Description -display \X00B4 37 # 180´acute accent -display \X00B8 67 # 184¸cedilla +display \x00B4 37 # 180´acute accent +display \x00B8 67 # 184¸cedilla # The two gender symbols are: #Hex Dots Dec Char Description -display \X00BA 7 # 186ºmasculine ordinal indicator +display \x00BA 7 # 186ºmasculine ordinal indicator # The three remaining characters are: #Hex Dots Dec Char Description -display \X00B5 567 # 181µmicro sign +display \x00B5 567 # 181µmicro sign # The nonbreaking space is dots 7 and 8 because this presents a sequence of