diff --git a/tables/en-us-brf.dis b/tables/en-us-brf.dis index 9258302..f349d50 100644 --- a/tables/en-us-brf.dis +++ b/tables/en-us-brf.dis @@ -1,8 +1,5 @@ # liblouis: en-us-brf.dis -# liblouis Output in standard brf format. -# This is an example of the proper use of the display opcode. -# # Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by # The BRLTTY Team # @@ -24,7 +21,22 @@ # You should have received a copy of the GNU Lesser General Public # License along with liblouis. If not, see # . +# +# Display table for working with 6-dot BRF files. +# +# This representation form is known as Braille ASCII, or more formally, +# The North American Braille ASCII Code. +# +# Note: Braille ASCII only defines 64 dot combinations consisting of dots 1-6, +# thus this table DOES NOT map combinations with dots 7 and/or 8 to any +# particular output characters. +# +# If your device supports 8-dot braille, or you want to convert a lowercase +# braille file, you may want to use text_nabcc.dis table instead of this one. +# +# For more information, refer to https://en.wikipedia.org/wiki/Braille_ASCII +display \s 0 display A 1 display B 12 display C 14 @@ -87,4 +99,4 @@ display & 12346 display ( 12356 display ] 12456 display ) 23456 -display = 123456 \ No newline at end of file +display = 123456 diff --git a/tables/text_nabcc.dis b/tables/text_nabcc.dis index 092c4b1..0f85132 100644 --- a/tables/text_nabcc.dis +++ b/tables/text_nabcc.dis @@ -1,5 +1,3 @@ -# This file is obsolete. Do not use! - # liblouis: text.nabcc.dis # # Based on the braille contraction modules in BRLTTY @@ -23,8 +21,6 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # liblouis comes with ABSOLUTELY NO WARRANTY. -# Maintained by John J. Boyer, director@chpi.org, www.chpi.org - # This is a description of the default text translation table used by BRLTTY. # It's based on the North American Braille Computer Code, but defines the full # Latin1 (ISO-8859-1) character set. @@ -41,213 +37,220 @@ # of dot 7 is used to differentiate between pairs of characters which either # are very closely related in meaning or, in a few cases where a more intuitive # reason couldn't be found, have a very close logical relationship within the -# US-ASCII code. Dot 8 isn't used at all. +# US-ASCII code. Dot 8 is used for control characters and accented characters. + +# This table is synchronized with Text/en-nabcc.ttb table from the BRLTTY +# project, except the re-added no-break space mapping. # The space and the 26 lowercase letters (a-z) are the same as in literary # braille: - #Hex Dots Dec Char Description -display \X0020 0 #32 space -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 + #Hex Dots Dec Char Description +display \x0020 0 # 32 SPACE +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 # The 26 uppercase letters A-Z) are the same as their lowercase counterparts # except that dot7 is added: - #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 135 #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 + #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 # The 10 decimal digits 0-9) are the same as in the Nemeth Code: -#Hex Dots Dec Char Description -display \X0030 356 #480digit zero -display \X0031 2 #491digit one -display \X0032 23 #502digit two -display \X0033 25 #513digit three -display \X0034 256 #524digit four -display \X0035 26 #535digit five -display \X0036 235 #546digit six -display \X0037 2356 #557digit seven -display \X0038 236 #568digit eight -display \X0039 35 #579digit nine + #Hex Dots Dec Char Description +display \x0030 356 # 48 0 DIGIT ZERO +display \x0031 2 # 49 1 DIGIT ONE +display \x0032 23 # 50 2 DIGIT TWO +display \x0033 25 # 51 3 DIGIT THREE +display \x0034 256 # 52 4 DIGIT FOUR +display \x0035 26 # 53 5 DIGIT FIVE +display \x0036 235 # 54 6 DIGIT SIX +display \x0037 2356 # 55 7 DIGIT SEVEN +display \x0038 236 # 56 8 DIGIT EIGHT +display \x0039 35 # 57 9 DIGIT NINE # Common symbols used within mathematical expressions by popular computer # programming languages are the same as in the Nemeth Code: -#Hex Dots Dec Char Description -display \X002E 46 #46.full stop -display \X002B 346 #43+plus sign -display \X002D 36 #45-hyphen-minus -display \X002A 16 #42*asterisk -display \X002F 34 #47/solidus -display \X0028 12356 #40left parenthesis -display \X0029 23456 #41)right parenthesis + #Hex Dots Dec Char Description +display \x002e 46 # 46 . FULL STOP +display \x002b 346 # 43 + PLUS SIGN +display \x002d 36 # 45 - HYPHEN-MINUS +display \x002a 16 # 42 * ASTERISK +display \x002f 34 # 47 / SOLIDUS +display \x0028 12356 # 40 ( LEFT PARENTHESIS +display \x0029 23456 # 41 ) RIGHT PARENTHESIS # With all of these major considerations having been taken into account, # convenient representations were still available, and are used, for some of # the remaining characters: - #Hex Dots Dec Char Description -display \X0026 12346 #38 & ampersand -display \X0023 3456 #35 # number sign + #Hex Dots Dec Char Description +display \x0026 12346 # 38 & AMPERSAND +display \x0023 3456 # 35 # NUMBER SIGN # The remaining characters are what they are. Dot 7 isn't used either within -# the number block 32-63) or, with the exception of the DEL control character -# 127), within the lowercase block 96-127). With the exception of the -# underscore 95), dot 7 is used for every character within the uppercase block -#64-95). Adding dot7 to any character within the lowercase block 96-127) -# yields its corresponding character within the uppercase block 64-95) except -# that removing dot7 from the DEL control character yields the underscore. - - #Hex Dots Dec Char Description -display \X002C 6 #44 , comma -display \X003B 56 #59 ; semicolon -display \X003A 156 #58 : colon -display \X0021 2346 #33 ! exclamation mark -display \X003F 1456 #63 ? question mark -display \X0022 5 #34 " quotation mark -display \X0027 3 #39 ' apostrophe -display \X0060 4 #96 ` grave accent -display \X005E 457 #94 ^ circumflex accent -display \X007E 45 #126 ~ tilde - -display \X005B 246 #91 [ left square bracket -display \X005D 12456 #93 ] right square bracket -display \X007B 256 #123 { left curly bracket -display \X007D 12456 #125 } right curly bracket -display \X003D 123456 #61 = equals sign -display \X003C 126 #60 < less-than sign -display \X003E 345 #62 > greater-than sign -display \X0024 1246 #36 $ dollar sign -display \X0025 146 #37 % percent sign -display \X0040 47 #64 @ commercial at -display \X007C 1256 # 124|vertical line -display \X005C 12567 #92\reverse solidus -display \X005F 456 #95_low line - -# Each of the characters within the basic control character block 0-31) is the -# same as its corresponding character within both the uppercase block64-95) -# and the lowercase block 96-127) except that dots7 and8 are both used. - -#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 - -# Each of the characters within the extended control character block 128-159) +# the number block (32-63) or, with the exception of the DEL control character +# (127), within the lowercase block (96-127). With the exception of the +# underscore (95), dot 7 is used for every character within the uppercase block +# (64-95). Adding dot 7 to any character within the lowercase block (96-127) +# yields its corresponding character within the uppercase block (64-95) except +# that removing dot 7 from the DEL control character yields the underscore. + + #Hex Dots Dec Char Description +display \x002c 6 # 44 , COMMA +display \x003b 56 # 59 ; SEMICOLON +display \x003a 156 # 58 : COLON +display \x0021 2346 # 33 ! EXCLAMATION MARK +display \x003f 1456 # 63 ? QUESTION MARK +display \x0022 5 # 34 " QUOTATION MARK +display \x0027 3 # 39 ' APOSTROPHE +display \x0060 4 # 96 ` GRAVE ACCENT +display \x005e 457 # 94 ^ CIRCUMFLEX ACCENT +display \x007e 45 # 126 ~ TILDE +display \x005b 2467 # 91 [ LEFT SQUARE BRACKET +display \x005d 124567 # 93 ] RIGHT SQUARE BRACKET +display \x007b 246 # 123 { LEFT CURLY BRACKET +display \x007d 12456 # 125 } RIGHT CURLY BRACKET +display \x003d 123456 # 61 = EQUALS SIGN +display \x003c 126 # 60 < LESS-THAN SIGN +display \x003e 345 # 62 > GREATER-THAN SIGN +display \x0024 1246 # 36 $ DOLLAR SIGN +display \x0025 146 # 37 % PERCENT SIGN +display \x0040 47 # 64 @ COMMERCIAL AT +display \x007c 1256 # 124 | VERTICAL LINE +display \x005c 12567 # 92 \ REVERSE SOLIDUS +display \x005f 456 # 95 _ LOW LINE + +# The DEL control character + #Hex Dots Dec Char Description +display \x007f 4567 # 127 ^? DELETE + +# Each of the characters within the basic control character block (0-31) is the +# same as its corresponding character within both the uppercase block (64-95) +# and the lowercase block (96-127) except that dots 7 and 8 are both used. + + #Hex Dots Dec Char Description +display \x0000 478 # 0 ^@ NULL +display \x0001 178 # 1 ^A START OF HEADING +display \x0002 1278 # 2 ^B START OF TEXT +display \x0003 1478 # 3 ^C END OF TEXT +display \x0004 14578 # 4 ^D END OF TRANSMISSION +display \x0005 1578 # 5 ^E ENQUIRY +display \x0006 12478 # 6 ^F ACKNOWLEDGE +display \x0007 124578 # 7 ^G BELL +display \x0008 12578 # 8 ^H BACKSPACE +display \x0009 2478 # 9 ^I HORIZONTAL TABULATION +display \x000a 24578 # 10 ^J LINE FEED +display \x000b 1378 # 11 ^K VERTICAL TABULATION +display \x000c 12378 # 12 ^L FORM FEED +display \x000d 13478 # 13 ^M CARRIAGE RETURN +display \x000e 134578 # 14 ^N SHIFT OUT +display \x000f 13578 # 15 ^O SHIFT IN +display \x0010 123478 # 16 ^P DATA LINK ESCAPE +display \x0011 1234578 # 17 ^Q DEVICE CONTROL ONE +display \x0012 123578 # 18 ^R DEVICE CONTROL TWO +display \x0013 23478 # 19 ^S DEVICE CONTROL THREE +display \x0014 234578 # 20 ^T DEVICE CONTROL FOUR +display \x0015 13678 # 21 ^U NEGATIVE ACKNOWLEDGE +display \x0016 123678 # 22 ^V SYNCHRONOUS IDLE +display \x0017 245678 # 23 ^W END OF TRANSMISSION BLOCK +display \x0018 134678 # 24 ^X CANCEL +display \x0019 1345678 # 25 ^Y END OF MEDIUM +display \x001a 135678 # 26 ^Z SUBSTITUTE +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 + +# Each of the characters within the extended control character block (128-159) # is the same as its corresponding character within the basic control character -# block 0-31) except that only dot8 is used. - -#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 +# block (0-31) except that only dot 8 is used. + + #Hex Dots Dec Char Description +display \x0080 48 # 128 ~@ +display \x0081 18 # 129 ~A +display \x0082 128 # 130 ~B BREAK PERMITTED HERE +display \x0083 148 # 131 ~C NO BREAK HERE +display \x0084 1458 # 132 ~D +display \x0085 158 # 133 ~E NEXT LINE +display \x0086 1248 # 134 ~F START OF SELECTED AREA +display \x0087 12458 # 135 ~G END OF SELECTED AREA +display \x0088 1258 # 136 ~H CHARACTER TABULATION SET +display \x0089 248 # 137 ~I CHARACTER TABULATION WITH JUSTIFICATION +display \x008a 2458 # 138 ~J LINE TABULATION SET +display \x008b 138 # 139 ~K PARTIAL LINE DOWN +display \x008c 1238 # 140 ~L PARTIAL LINE UP +display \x008d 1348 # 141 ~M REVERSE LINE FEED +display \x008e 13458 # 142 ~N SINGLE SHIFT TWO +display \x008f 1358 # 143 ~O SINGLE SHIFT THREE +display \x0090 12348 # 144 ~P DEVICE CONTROL STRING +display \x0091 123458 # 145 ~Q PRIVATE USE ONE +display \x0092 12358 # 146 ~R PRIVATE USE TWO +display \x0093 2348 # 147 ~S SET TRANSMIT STATE +display \x0094 23458 # 148 ~T CANCEL CHARACTER +display \x0095 1368 # 149 ~U MESSAGE WAITING +display \x0096 12368 # 150 ~V START OF GUARDED AREA +display \x0097 24568 # 151 ~W END OF GUARDED AREA +display \x0098 13468 # 152 ~X START OF STRING +display \x0099 134568 # 153 ~Y +display \x009a 13568 # 154 ~Z SINGLE 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 # Representations for the uppercase accented letters are drawn from the @@ -260,163 +263,164 @@ display \X009E 458 # 158~^privacy message # definition). These representations have been gathered, as much as possible, # into logical groupings. -# The 5 letters with a circumflex accent ^) use the [1-5] dot combinations: - - #Hex Dots Dec Char Description -display \X009F 4568 # 159 ~_application program command -display \X00A0 0 #160 no-break space -display \X00A1 23467 #161 ¡ inverted exclamation mark -display \X00A2 4 #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 - +# The 5 letters with a circumflex accent (^) use the [1-5] dot combinations: + + #Hex Dots Dec Char Description +display \x00c2 278 # 194 Â LATIN CAPITAL LETTER A WITH CIRCUMFLEX +display \x00ca 2378 # 202 Ê LATIN CAPITAL LETTER E WITH CIRCUMFLEX +display \x00ce 2578 # 206 Î LATIN CAPITAL LETTER I WITH CIRCUMFLEX +display \x00d4 25678 # 212 Ô LATIN CAPITAL LETTER O WITH CIRCUMFLEX +display \x00db 2678 # 219 Û LATIN CAPITAL LETTER U WITH CIRCUMFLEX +display \x00e2 28 # 226 â LATIN SMALL LETTER A WITH CIRCUMFLEX +display \x00ea 238 # 234 ê LATIN SMALL LETTER E WITH CIRCUMFLEX +display \x00ee 258 # 238 î LATIN SMALL LETTER I WITH CIRCUMFLEX +display \x00f4 2568 # 244 ô LATIN SMALL LETTER O WITH CIRCUMFLEX +display \x00fb 268 # 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 +display \x00c0 23578 # 192 À LATIN CAPITAL LETTER A WITH GRAVE +display \x00c8 235678 # 200 È LATIN CAPITAL LETTER E WITH GRAVE +display \x00cc 23678 # 204 Ì LATIN CAPITAL LETTER I WITH GRAVE +display \x00d2 3578 # 210 Ò LATIN CAPITAL LETTER O WITH GRAVE +display \x00d9 35678 # 217 Ù LATIN CAPITAL LETTER U WITH GRAVE +display \x00e0 2358 # 224 à LATIN SMALL LETTER A WITH GRAVE +display \x00e8 23568 # 232 è LATIN SMALL LETTER E WITH GRAVE +display \x00ec 2368 # 236 ì LATIN SMALL LETTER I WITH GRAVE +display \x00f2 358 # 242 ò LATIN SMALL LETTER O WITH GRAVE +display \x00f9 3568 # 249 ù LATIN SMALL LETTER U WITH GRAVE + +# The 6 letters with an acute accent (´) use the [a-f] dot combinations with +# dots 6 and 8 added: + + #Hex Dots Dec Char Description +display \x00c1 1678 # 193 Á LATIN CAPITAL LETTER A WITH ACUTE +display \x00c9 12678 # 201 É LATIN CAPITAL LETTER E WITH ACUTE +display \x00cd 14678 # 205 Í LATIN CAPITAL LETTER I WITH ACUTE +display \x00d3 145678 # 211 Ó LATIN CAPITAL LETTER O WITH ACUTE +display \x00da 15678 # 218 Ú LATIN CAPITAL LETTER U WITH ACUTE +display \x00dd 124678 # 221 Ý LATIN CAPITAL LETTER Y WITH ACUTE +display \x00e1 168 # 225 á LATIN SMALL LETTER A WITH ACUTE +display \x00e9 1268 # 233 é LATIN SMALL LETTER E WITH ACUTE +display \x00ed 1468 # 237 í LATIN SMALL LETTER I WITH ACUTE +display \x00f3 14568 # 243 ó LATIN SMALL LETTER O WITH ACUTE +display \x00fa 1568 # 250 ú LATIN SMALL LETTER U WITH ACUTE +display \x00fd 12468 # 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 +display \x00c4 1234678 # 196 Ä LATIN CAPITAL LETTER A WITH DIAERESIS +display \x00cb 12345678 # 203 Ë LATIN CAPITAL LETTER E WITH DIAERESIS +display \x00cf 1235678 # 207 Ï LATIN CAPITAL LETTER I WITH DIAERESIS +display \x00d6 234678 # 214 Ö LATIN CAPITAL LETTER O WITH DIAERESIS +display \x00dc 2345678 # 220 Ü LATIN CAPITAL LETTER U WITH DIAERESIS +display \x00e4 123468 # 228 ä LATIN SMALL LETTER A WITH DIAERESIS +display \x00eb 1234568 # 235 ë LATIN SMALL LETTER E WITH DIAERESIS +display \x00ef 123568 # 239 ï LATIN SMALL LETTER I WITH DIAERESIS +display \x00f6 23468 # 246 ö LATIN SMALL LETTER O WITH DIAERESIS +display \x00fc 234568 # 252 ü LATIN SMALL LETTER U WITH DIAERESIS +display \x00ff 34568 # 255 ÿ LATIN SMALL LETTER Y WITH DIAERESIS + +# There is no uppercase y-dieresis in the Latin1 character set. The German +# lowercase double-s, which also doesn't have an uppercase counterpart in the +# Latin1 character set, uses its representation: + + #Hex Dots Dec Char Description +display \x00df 345678 # 223 ß LATIN SMALL LETTER SHARP S + +# The remaining accented letters are: + + #Hex Dots Dec Char Description +display \x00c3 578 # 195 Ã LATIN CAPITAL LETTER A WITH TILDE +display \x00d1 4678 # 209 Ñ LATIN CAPITAL LETTER N WITH TILDE +display \x00d5 5678 # 213 Õ LATIN CAPITAL LETTER O WITH TILDE +display \x00c5 34578 # 197 Å LATIN CAPITAL LETTER A WITH RING ABOVE +display \x00c7 34678 # 199 Ç LATIN CAPITAL LETTER C WITH CEDILLA +display \x00d8 3478 # 216 Ø LATIN CAPITAL LETTER O WITH STROKE +display \x00c6 378 # 198 Æ LATIN CAPITAL LETTER AE +display \x00d0 678 # 208 Ð LATIN CAPITAL LETTER ETH +display \x00de 3678 # 222 Þ LATIN CAPITAL LETTER THORN +display \x00e3 58 # 227 ã LATIN SMALL LETTER A WITH TILDE +display \x00f1 468 # 241 ñ LATIN SMALL LETTER N WITH TILDE +display \x00f5 568 # 245 õ LATIN SMALL LETTER O WITH TILDE +display \x00e5 3458 # 229 å LATIN SMALL LETTER A WITH RING ABOVE +display \x00e7 3468 # 231 ç LATIN SMALL LETTER C WITH CEDILLA +display \x00f8 348 # 248 ø LATIN SMALL LETTER O WITH STROKE +display \x00e6 38 # 230 æ LATIN SMALL LETTER AE +display \x00f0 68 # 240 ð LATIN SMALL LETTER ETH +display \x00fe 368 # 254 þ LATIN SMALL LETTER THORN # Some characters are the same as other characters which they resemble but with # dot 7 added: -#Hex Dots Dec Char Description - - -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 - - - -# A few more characters follow this same convention but they're relationships + #Hex Dots Dec Char Description +display \x00ad 367 # 173 ­ SOFT HYPHEN +display \x00ab 1267 # 171 « LEFT-POINTING DOUBLE ANGLE QUOTATION MARK +display \x00bb 3457 # 187 » RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK +display \x00a6 1567 # 166 ¦ BROKEN BAR +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 \x00f7 347 # 247 ÷ DIVISION SIGN +display \x00b7 467 # 183 · MIDDLE DOT +display \x00a1 23467 # 161 ¡ INVERTED EXCLAMATION MARK +display \x00bf 14567 # 191 ¿ INVERTED QUESTION MARK +display \x00a2 12467 # 162 ¢ CENT SIGN +display \x00a3 34567 # 163 £ POUND SIGN + +# A few more characters follow this same convention but their relationships # to their base characters is a bit obscure: -#Hex Dots Dec Char Description - - + #Hex Dots Dec Char Description +display \x00a4 1467 # 164 ¤ CURRENCY SIGN +display \x00a5 123467 # 165 ¥ YEN SIGN # Some characters are represented by the first letters of their names lowered # by one row of dots: -#Hex Dots Dec Char Description - -display \X00B6 2357 # 182¶pilcrow sign - - - - + #Hex Dots Dec Char Description +display \x00ac 2567 # 172 ¬ NOT SIGN +display \x00b6 2357 # 182 ¶ PILCROW SIGN +display \x00a9 23567 # 169 © COPYRIGHT SIGN +display \x00ae 2367 # 174 ® REGISTERED SIGN +display \x00a7 357 # 167 § SECTION SIGN +display \x00b0 3567 # 176 ° DEGREE SIGN -# The three fraction characters use combinations of dots 1 and 4 which +# The three fraction characters use combinations of dots 1 and 4 (which # progress from left to right as the value of the fraction increases) together # with dots 2,3,5,6,7: -#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 + #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 # 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 - + #Hex Dots Dec Char Description +display \x00b4 37 # 180 ´ ACUTE ACCENT +display \x00b8 67 # 184 ¸ CEDILLA +display \x00a8 57 # 168 ¨ DIAERESIS # The two gender symbols are: -#Hex Dots Dec Char Description -display \X00BA 7 # 186ºmasculine ordinal indicator - + #Hex Dots Dec Char Description +display \x00ba 7 # 186 º MASCULINE ORDINAL INDICATOR +display \x00aa 8 # 170 ª FEMININE ORDINAL INDICATOR # The three remaining characters are: -#Hex Dots Dec Char Description - -display \X00B5 567 # 181µmicro sign - + #Hex Dots Dec Char Description +display \x00af 267 # 175 ¯ MACRON +display \x00b5 567 # 181 µ MICRO SIGN +display \x00a0 78 # 160   NO-BREAK SPACE # The nonbreaking space is dots 7 and 8 because this presents a sequence of # nonbreaking spaces as a smooth low line segment. - -#Hex Dots Dec Char Description -display \X007F 4567 # 127^?delete