__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# liblouis: text.nabcc.dis
#
# Based on the braille contraction modules in BRLTTY
#
# Copyright (C) 1995-2004 by The BRLTTY Team
# Copyright (C) 2004 ViewPlus Technologies, Inc., www.viewplustech.com
# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
# This file is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
# This file is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
# You should have received a copy of the GNU Lesser General Public
# License along with this file; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
# liblouis comes with ABSOLUTELY NO WARRANTY.
# 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.
# The 95 printable characters of the standard 7-bit US-ASCII character set
# (32-126) are identical to their representations within the North American
# Braille Computer Code (these are the only characters which the NABCC actually
# defines). Characters from literary braille, symbols from The Nemeth Braille
# Code for Mathematics and Science Notation, and a bit of human imagination
# have all been combined to create an easy-to-remember, one-to-one mapping
# between each character and its braille counterpart. All possible combinations
# involving only the original 6 braille dots are used, but that only allows for
# 64 out of the required 95 character representations. The presence or absence
# 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 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
# 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 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 # 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 # 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
# 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 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 dot 8 is used.
# Hex Dots Dec Char Description
display \x0080 48 # 128 ~@ <control>
display \x0081 18 # 129 ~A <CONTROL>
display \x0082 128 # 130 ~B BREAK PERMITTED HERE
display \x0083 148 # 131 ~C NO BREAK HERE
display \x0084 1458 # 132 ~D <CONTROL>
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 <CONTROL>
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
# remaining combinations which use both dots 7 and 8. The representation for a
# lowercase accented letter is the same as its uppercase counterpart except
# that dot 7 isn't used. This scheme retains the use of dot 7 as the modifier
# for a capitalized letter. The only exception to these rules is that, due to
# the nature of the Latin 1 character set, the German lowercase double-s is
# treated as though it were an uppercase y-dieresis neither has an uppercase
# 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 \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 \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
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 \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
# 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
# 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 \x00a8 57 # 168 ¨ DIAERESIS
# The two gender symbols are:
# 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 \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.
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Es-Es-G0.utb | File | 8.04 KB | 0644 |
|
| IPA-unicode-range.uti | File | 12.88 KB | 0644 |
|
| IPA.utb | File | 7.13 KB | 0644 |
|
| Lv-Lv-g1.utb | File | 19.94 KB | 0644 |
|
| Pl-Pl-g1.utb | File | 10.13 KB | 0644 |
|
| afr-za-g1.ctb | File | 2.6 KB | 0644 |
|
| afr-za-g2.ctb | File | 29.43 KB | 0644 |
|
| akk-borger.utb | File | 44.9 KB | 0644 |
|
| akk.utb | File | 49.26 KB | 0644 |
|
| ancient-languages-borger.utb | File | 3.1 KB | 0644 |
|
| ancient-languages-us.utb | File | 3.09 KB | 0644 |
|
| ar-ar-comp8.utb | File | 8.98 KB | 0644 |
|
| ar-ar-g1-core.uti | File | 10.25 KB | 0644 |
|
| ar-ar-g1.utb | File | 1.18 KB | 0644 |
|
| ar-ar-g2.ctb | File | 11.5 KB | 0644 |
|
| ar-ar-math.uti | File | 20.38 KB | 0644 |
|
| ar.tbl | File | 512 B | 0644 |
|
| as-in-g1.utb | File | 1.19 KB | 0644 |
|
| as.tbl | File | 566 B | 0644 |
|
| aw-in-g1.utb | File | 1.19 KB | 0644 |
|
| awa.tbl | File | 563 B | 0644 |
|
| ba.utb | File | 2.41 KB | 0644 |
|
| be-in-g1.utb | File | 1.19 KB | 0644 |
|
| bel-comp.utb | File | 1.49 KB | 0644 |
|
| bel-detailed.utb | File | 1.01 KB | 0644 |
|
| bel.utb | File | 1.8 KB | 0644 |
|
| bengali.cti | File | 10.13 KB | 0644 |
|
| bg.ctb | File | 6.66 KB | 0644 |
|
| bg.dis | File | 1.71 KB | 0644 |
|
| bg.tbl | File | 686 B | 0644 |
|
| bg.utb | File | 11.22 KB | 0644 |
|
| bh.ctb | File | 926 B | 0644 |
|
| bh.tbl | File | 546 B | 0644 |
|
| bn.tbl | File | 564 B | 0644 |
|
| bo.ctb | File | 7.08 KB | 0644 |
|
| bo.tbl | File | 682 B | 0644 |
|
| boxes.ctb | File | 10.06 KB | 0644 |
|
| br-in-g1.utb | File | 1.19 KB | 0644 |
|
| bra.tbl | File | 559 B | 0644 |
|
| braille-patterns.cti | File | 25.81 KB | 0644 |
|
| ca-chardefs.cti | File | 15.74 KB | 0644 |
|
| ca-g1.ctb | File | 1.72 KB | 0644 |
|
| ca.tbl | File | 561 B | 0644 |
|
| chr-us-g1.ctb | File | 5.43 KB | 0644 |
|
| ckb-chardefs.cti | File | 8.36 KB | 0644 |
|
| ckb-g1.ctb | File | 1.18 KB | 0644 |
|
| ckb-translation.cti | File | 3.46 KB | 0644 |
|
| ckb.tbl | File | 563 B | 0644 |
|
| compress.cti | File | 1.39 KB | 0644 |
|
| controlchars.cti | File | 1.02 KB | 0644 |
|
| cop-eg-comp8.utb | File | 8.46 KB | 0644 |
|
| corrections.cti | File | 1.46 KB | 0644 |
|
| countries.cti | File | 6.55 KB | 0644 |
|
| critical-apparatus.uti | File | 2.14 KB | 0644 |
|
| cs-chardefs.cti | File | 23.69 KB | 0644 |
|
| cs-comp8.utb | File | 13.19 KB | 0644 |
|
| cs-g1.ctb | File | 1.32 KB | 0644 |
|
| cs-translation.cti | File | 2.47 KB | 0644 |
|
| cs.tbl | File | 632 B | 0644 |
|
| cuneiform-transliterated.utb | File | 6.15 KB | 0644 |
|
| cy-cy-g1.utb | File | 13.47 KB | 0644 |
|
| cy-cy-g2.ctb | File | 4.2 KB | 0644 |
|
| cy.tbl | File | 602 B | 0644 |
|
| da-dk-6miscChars.cti | File | 19.06 KB | 0644 |
|
| da-dk-6miscChars_1993.cti | File | 20.21 KB | 0644 |
|
| da-dk-8miscChars.cti | File | 3.39 KB | 0644 |
|
| da-dk-8miscChars_1993.cti | File | 3.85 KB | 0644 |
|
| da-dk-g08.ctb | File | 11.49 KB | 0644 |
|
| da-dk-g08_1993.ctb | File | 13.3 KB | 0644 |
|
| da-dk-g16-lit_1993.ctb | File | 9.24 KB | 0644 |
|
| da-dk-g16.ctb | File | 7.6 KB | 0644 |
|
| da-dk-g16_1993.ctb | File | 7.99 KB | 0644 |
|
| da-dk-g18.ctb | File | 23.87 KB | 0644 |
|
| da-dk-g18_1993.ctb | File | 24.71 KB | 0644 |
|
| da-dk-g2.dic | File | 59.99 KB | 0644 |
|
| da-dk-g26-lit_1993.ctb | File | 21.11 KB | 0644 |
|
| da-dk-g26.ctb | File | 33.32 KB | 0644 |
|
| da-dk-g26_1993.ctb | File | 28.47 KB | 0644 |
|
| da-dk-g26l-lit_1993.ctb | File | 15.56 KB | 0644 |
|
| da-dk-g26l_1993.ctb | File | 14.69 KB | 0644 |
|
| da-dk-g28.ctb | File | 72.88 KB | 0644 |
|
| da-dk-g28_1993.ctb | File | 60.57 KB | 0644 |
|
| da-dk-g28l_1993.ctb | File | 49.05 KB | 0644 |
|
| da-dk-octobraille.dis | File | 13.06 KB | 0644 |
|
| da-dk-octobraille_1993.dis | File | 12.94 KB | 0644 |
|
| de-accents-detailed.cti | File | 17.01 KB | 0644 |
|
| de-accents.cti | File | 16.93 KB | 0644 |
|
| de-chardefs6.cti | File | 16.51 KB | 0644 |
|
| de-chardefs8.cti | File | 19.53 KB | 0644 |
|
| de-chess.ctb | File | 1.45 KB | 0644 |
|
| de-comp6.utb | File | 14.79 KB | 0644 |
|
| de-de-comp8.ctb | File | 9.11 KB | 0644 |
|
| de-de.dis | File | 14.25 KB | 0644 |
|
| de-eurobrl6.dis | File | 2.21 KB | 0644 |
|
| de-eurobrl6u.dis | File | 2.04 KB | 0644 |
|
| de-g0-core.uti | File | 26.25 KB | 0644 |
|
| de-g0-detailed.utb | File | 2.96 KB | 0644 |
|
| de-g0.utb | File | 1.8 KB | 0644 |
|
| de-g1-core-patterns.dic | File | 35.25 KB | 0644 |
|
| de-g1-core.cti | File | 2.68 KB | 0644 |
|
| de-g1-detailed.ctb | File | 2.78 KB | 0644 |
|
| de-g1.ctb | File | 1.75 KB | 0644 |
|
| de-g2-core-patterns.dic | File | 188.05 KB | 0644 |
|
| de-g2-core.cti | File | 33.5 KB | 0644 |
|
| de-g2-detailed.ctb | File | 2.22 KB | 0644 |
|
| de-g2.ctb | File | 1.82 KB | 0644 |
|
| devanagari.cti | File | 9.09 KB | 0644 |
|
| digits6Dots.uti | File | 918 B | 0644 |
|
| digits6DotsPlusDot6.uti | File | 1.04 KB | 0644 |
|
| digits8Dots.uti | File | 928 B | 0644 |
|
| dra.ctb | File | 905 B | 0644 |
|
| dra.tbl | File | 688 B | 0644 |
|
| el.ctb | File | 30.03 KB | 0644 |
|
| en-GB-g2.ctb | File | 19.19 KB | 0644 |
|
| en-chardefs.cti | File | 8.43 KB | 0644 |
|
| en-chess.ctb | File | 1.46 KB | 0644 |
|
| en-gb-comp8.ctb | File | 2.23 KB | 0644 |
|
| en-gb-g1.utb | File | 13.91 KB | 0644 |
|
| en-in-g1.ctb | File | 3.34 KB | 0644 |
|
| en-nabcc.utb | File | 7.09 KB | 0644 |
|
| en-ueb-chardefs.uti | File | 26.92 KB | 0644 |
|
| en-ueb-g1.ctb | File | 5.24 KB | 0644 |
|
| en-ueb-g2.ctb | File | 195.9 KB | 0644 |
|
| en-ueb-math.ctb | File | 2 KB | 0644 |
|
| en-us-brf.dis | File | 2.38 KB | 0644 |
|
| en-us-comp6.ctb | File | 4.82 KB | 0644 |
|
| en-us-comp8-ext.utb | File | 25.51 KB | 0644 |
|
| en-us-comp8.ctb | File | 1.59 KB | 0644 |
|
| en-us-compbrl.uti | File | 2.12 KB | 0644 |
|
| en-us-emphasis.uti | File | 1.41 KB | 0644 |
|
| en-us-g1.ctb | File | 4.21 KB | 0644 |
|
| en-us-g2.ctb | File | 27.28 KB | 0644 |
|
| en-us-interline.ctb | File | 27.32 KB | 0644 |
|
| en-us-mathtext.ctb | File | 19.97 KB | 0644 |
|
| en_CA.ctb | File | 7.91 KB | 0644 |
|
| en_CA.tbl | File | 725 B | 0644 |
|
| en_GB.tbl | File | 835 B | 0644 |
|
| en_US-comp8-ext.tbl | File | 389 B | 0644 |
|
| en_US.tbl | File | 839 B | 0644 |
|
| eo-g1-x-system.ctb | File | 2.89 KB | 0644 |
|
| eo-g1.ctb | File | 5.95 KB | 0644 |
|
| eo.tbl | File | 340 B | 0644 |
|
| es-chardefs.cti | File | 14.23 KB | 0644 |
|
| es-g1.ctb | File | 1.25 KB | 0644 |
|
| es-g2.ctb | File | 25.07 KB | 0644 |
|
| es-new.dis | File | 7.43 KB | 0644 |
|
| es-old.dis | File | 7.43 KB | 0644 |
|
| es.tbl | File | 605 B | 0644 |
|
| et-g0.utb | File | 4.92 KB | 0644 |
|
| et.ctb | File | 4.01 KB | 0644 |
|
| et.tbl | File | 684 B | 0644 |
|
| ethio-g1.ctb | File | 7.59 KB | 0644 |
|
| eurodefs.cti | File | 2.97 KB | 0644 |
|
| fa-ir-comp8.ctb | File | 5.54 KB | 0644 |
|
| fa-ir-g1.utb | File | 6.03 KB | 0644 |
|
| fi-fi-8dot.ctb | File | 8.36 KB | 0644 |
|
| fi.utb | File | 12.42 KB | 0644 |
|
| fil-g2.ctb | File | 13.87 KB | 0644 |
|
| fr-bfu-comp6.utb | File | 18.13 KB | 0644 |
|
| fr-bfu-comp68.cti | File | 10.43 KB | 0644 |
|
| fr-bfu-comp8.utb | File | 16.07 KB | 0644 |
|
| fr-bfu-g2.ctb | File | 141.01 KB | 0644 |
|
| ga-g1.utb | File | 2.82 KB | 0644 |
|
| ga-g2.ctb | File | 4.67 KB | 0644 |
|
| gd.ctb | File | 5.17 KB | 0644 |
|
| gd.tbl | File | 698 B | 0644 |
|
| gez.tbl | File | 677 B | 0644 |
|
| gon.ctb | File | 944 B | 0644 |
|
| gon.tbl | File | 546 B | 0644 |
|
| gr-pl-comp8.uti | File | 15.13 KB | 0644 |
|
| grc-international-common.uti | File | 3.4 KB | 0644 |
|
| grc-international-composed.uti | File | 15.92 KB | 0644 |
|
| grc-international-decomposed.uti | File | 16.06 KB | 0644 |
|
| grc-international-en-composed.utb | File | 2.12 KB | 0644 |
|
| grc-international-en.utb | File | 4.73 KB | 0644 |
|
| grc-international-es.utb | File | 18.32 KB | 0644 |
|
| gu-in-g1.utb | File | 1.19 KB | 0644 |
|
| gu.tbl | File | 566 B | 0644 |
|
| gujarati.cti | File | 9.38 KB | 0644 |
|
| gurumuki.cti | File | 17.49 KB | 0644 |
|
| haw-us-g1.ctb | File | 1.54 KB | 0644 |
|
| hbo.utb | File | 8 KB | 0644 |
|
| he-IL-comp8.utb | File | 18.8 KB | 0644 |
|
| he-IL.utb | File | 10.5 KB | 0644 |
|
| he-common-consonants.uti | File | 2.88 KB | 0644 |
|
| he-common-vowels-ihbc.uti | File | 25.24 KB | 0644 |
|
| hi-in-g1.utb | File | 1.19 KB | 0644 |
|
| hi.tbl | File | 560 B | 0644 |
|
| hr-chardefs.cti | File | 16.13 KB | 0644 |
|
| hr-comp8.tbl | File | 690 B | 0644 |
|
| hr-comp8.utb | File | 10.27 KB | 0644 |
|
| hr-digits.uti | File | 1.41 KB | 0644 |
|
| hr-g1.ctb | File | 1.47 KB | 0644 |
|
| hr-g1.tbl | File | 148 B | 0644 |
|
| hr-translation.cti | File | 8.27 KB | 0644 |
|
| hu-backtranslate-correction.dis | File | 1.32 KB | 0644 |
|
| hu-backtranslate-word-corrections.cti | File | 205.27 KB | 0644 |
|
| hu-chardefs.cti | File | 12.34 KB | 0644 |
|
| hu-exceptionwords.cti | File | 216.12 KB | 0644 |
|
| hu-hu-comp8.ctb | File | 7.05 KB | 0644 |
|
| hu-hu-g1.ctb | File | 4.7 KB | 0644 |
|
| hu-hu-g1_braille_input.cti | File | 18.21 KB | 0644 |
|
| hu-hu-g2.ctb | File | 13.03 KB | 0644 |
|
| hu-hu-g2_exceptions.cti | File | 41.37 KB | 0644 |
|
| hu.tbl | File | 404 B | 0644 |
|
| hy.ctb | File | 5.3 KB | 0644 |
|
| hy.tbl | File | 684 B | 0644 |
|
| hyph_cs_CZ.dic | File | 21.23 KB | 0644 |
|
| hyph_da_DK.dic | File | 59.96 KB | 0644 |
|
| hyph_de_DE.dic | File | 35.94 KB | 0644 |
|
| hyph_en_US.dic | File | 35.61 KB | 0644 |
|
| hyph_eo.dic | File | 10.42 KB | 0644 |
|
| hyph_es_ES.dic | File | 4.12 KB | 0644 |
|
| hyph_fr_FR.dic | File | 7.79 KB | 0644 |
|
| hyph_hu_HU.dic | File | 855.71 KB | 0644 |
|
| hyph_it_IT.dic | File | 2.15 KB | 0644 |
|
| hyph_nb_NO.dic | File | 182.3 KB | 0644 |
|
| hyph_nl_NL.dic | File | 81.57 KB | 0644 |
|
| hyph_nn_NO.dic | File | 182.3 KB | 0644 |
|
| hyph_pl_PL.dic | File | 29.83 KB | 0644 |
|
| hyph_pt_PT.dic | File | 1.26 KB | 0644 |
|
| hyph_ru.dic | File | 65.95 KB | 0644 |
|
| hyph_sv_SE.dic | File | 30.53 KB | 0644 |
|
| is-chardefs6.cti | File | 7.36 KB | 0644 |
|
| is-chardefs8.cti | File | 20.74 KB | 0644 |
|
| is.ctb | File | 5.76 KB | 0644 |
|
| is.tbl | File | 571 B | 0644 |
|
| it-it-comp6.utb | File | 4.76 KB | 0644 |
|
| it-it-comp8.utb | File | 28.17 KB | 0644 |
|
| it.tbl | File | 566 B | 0644 |
|
| iu-ca-g1.ctb | File | 7.98 KB | 0644 |
|
| ja-kantenji-ucs2.utb | File | 256.15 KB | 0644 |
|
| ja-kantenji.utb | File | 1.53 KB | 0644 |
|
| ka-in-g1.utb | File | 1.19 KB | 0644 |
|
| ka.utb | File | 3.78 KB | 0644 |
|
| kannada.cti | File | 11.87 KB | 0644 |
|
| kh-in-g1.utb | File | 1.16 KB | 0644 |
|
| kha.tbl | File | 561 B | 0644 |
|
| kk.utb | File | 2.66 KB | 0644 |
|
| km-g1.utb | File | 8.95 KB | 0644 |
|
| kmr.tbl | File | 4.66 KB | 0644 |
|
| kn.tbl | File | 564 B | 0644 |
|
| ko-2006-g1.ctb | File | 1.74 KB | 0644 |
|
| ko-2006-g2.ctb | File | 1.93 KB | 0644 |
|
| ko-2006.cti | File | 3.87 KB | 0644 |
|
| ko-chars.cti | File | 373.39 KB | 0644 |
|
| ko-g1-rules.cti | File | 23.13 KB | 0644 |
|
| ko-g1.ctb | File | 1.65 KB | 0644 |
|
| ko-g2-rules.cti | File | 268.34 KB | 0644 |
|
| ko-g2.ctb | File | 1.85 KB | 0644 |
|
| ko.cti | File | 5.47 KB | 0644 |
|
| kok.ctb | File | 927 B | 0644 |
|
| kok.tbl | File | 550 B | 0644 |
|
| kru.ctb | File | 926 B | 0644 |
|
| kru.tbl | File | 548 B | 0644 |
|
| ks-in-g1.utb | File | 1.19 KB | 0644 |
|
| latinLetterDef6Dots.uti | File | 1.95 KB | 0644 |
|
| latinLetterDef8Dots.uti | File | 1.75 KB | 0644 |
|
| latinLowercase.uti | File | 10.2 KB | 0644 |
|
| latinUppercaseComp6.uti | File | 1.82 KB | 0644 |
|
| lg-ug-g1.utb | File | 2.15 KB | 0644 |
|
| litdigits6Dots.uti | File | 957 B | 0644 |
|
| litdigits6DotsPlusDot6.uti | File | 981 B | 0644 |
|
| lo-g1.utb | File | 145.09 KB | 0644 |
|
| loweredDigits6Dots.uti | File | 926 B | 0644 |
|
| loweredDigits8Dots.uti | File | 936 B | 0644 |
|
| lt-6dot.tbl | File | 168 B | 0644 |
|
| lt-6dot.utb | File | 11.7 KB | 0644 |
|
| lt.ctb | File | 16.71 KB | 0644 |
|
| lt.tbl | File | 703 B | 0644 |
|
| lv.tbl | File | 677 B | 0644 |
|
| malayalam.cti | File | 18.3 KB | 0644 |
|
| mao-nz-g1.ctb | File | 1.76 KB | 0644 |
|
| marburg_single_cell_defs.cti | File | 1.48 KB | 0644 |
|
| marburg_unicode_defs.cti | File | 15.18 KB | 0644 |
|
| ml-in-g1.utb | File | 1.19 KB | 0644 |
|
| ml.tbl | File | 678 B | 0644 |
|
| mn-MN-common.cti | File | 3.21 KB | 0644 |
|
| mn-MN-g1.utb | File | 1.9 KB | 0644 |
|
| mn-MN-g2.ctb | File | 1.9 KB | 0644 |
|
| mn-in-g1.utb | File | 1.19 KB | 0644 |
|
| mni.tbl | File | 567 B | 0644 |
|
| mr-in-g1.utb | File | 1.19 KB | 0644 |
|
| mr.tbl | File | 564 B | 0644 |
|
| ms-my-g2.ctb | File | 142.01 KB | 0644 |
|
| mt.ctb | File | 4.44 KB | 0644 |
|
| mt.tbl | File | 682 B | 0644 |
|
| mun.ctb | File | 922 B | 0644 |
|
| mun.tbl | File | 546 B | 0644 |
|
| mwr.ctb | File | 927 B | 0644 |
|
| mwr.tbl | File | 550 B | 0644 |
|
| my-g1.utb | File | 19.73 KB | 0644 |
|
| my-g2.ctb | File | 116.42 KB | 0644 |
|
| ne.ctb | File | 892 B | 0644 |
|
| ne.tbl | File | 562 B | 0644 |
|
| nemethdefs.cti | File | 18.84 KB | 0644 |
|
| nl-BE.dis | File | 11.72 KB | 0644 |
|
| nl-NL-g0.utb | File | 29.02 KB | 0644 |
|
| nl-chardefs.uti | File | 26.77 KB | 0644 |
|
| nl-comp8.utb | File | 19.31 KB | 0644 |
|
| nl-print.dis | File | 10.4 KB | 0644 |
|
| nl-unicode.dis | File | 16.25 KB | 0644 |
|
| no-no-8dot-fallback-6dot-g0.utb | File | 2.18 KB | 0644 |
|
| no-no-8dot.utb | File | 19.57 KB | 0644 |
|
| no-no-braillo-047-01.dis | File | 7.64 KB | 0644 |
|
| no-no-chardefs6.uti | File | 12.46 KB | 0644 |
|
| no-no-comp8.ctb | File | 20.32 KB | 0644 |
|
| no-no-g0.utb | File | 6.69 KB | 0644 |
|
| no-no-g1.ctb | File | 3.92 KB | 0644 |
|
| no-no-g2.ctb | File | 12.59 KB | 0644 |
|
| no-no-g3.ctb | File | 18.57 KB | 0644 |
|
| no-no-generic.ctb | File | 13.16 KB | 0644 |
|
| no-no-generic.dis | File | 13.84 KB | 0644 |
|
| no-no-latinLetterDef6Dots_diacritics.uti | File | 50.76 KB | 0644 |
|
| no-no.dis | File | 13.32 KB | 0644 |
|
| np-in-g1.utb | File | 1.19 KB | 0644 |
|
| nso-za-g1.utb | File | 1.36 KB | 0644 |
|
| nso-za-g2.ctb | File | 1.36 KB | 0644 |
|
| ny-mw.utb | File | 2.5 KB | 0644 |
|
| or-in-g1.utb | File | 1.18 KB | 0644 |
|
| or.tbl | File | 560 B | 0644 |
|
| oriya.cti | File | 9.31 KB | 0644 |
|
| pa.tbl | File | 564 B | 0644 |
|
| pi.ctb | File | 924 B | 0644 |
|
| pi.tbl | File | 542 B | 0644 |
|
| pl-pl-comp8.ctb | File | 17.91 KB | 0644 |
|
| pl.tbl | File | 230 B | 0644 |
|
| printables.cti | File | 1.79 KB | 0644 |
|
| pt-pt-comp8.ctb | File | 3.6 KB | 0644 |
|
| pt-pt-g1.utb | File | 8.17 KB | 0644 |
|
| pt-pt-g2.ctb | File | 21.05 KB | 0644 |
|
| pt.tbl | File | 612 B | 0644 |
|
| pu-in-g1.utb | File | 1.82 KB | 0644 |
|
| ro-g0.utb | File | 2.75 KB | 0644 |
|
| ro.ctb | File | 4.89 KB | 0644 |
|
| ro.tbl | File | 684 B | 0644 |
|
| ru-brf.dis | File | 2.47 KB | 0644 |
|
| ru-compbrl.ctb | File | 7.14 KB | 0644 |
|
| ru-letters.dis | File | 2.77 KB | 0644 |
|
| ru-litbrl-detailed.utb | File | 4.02 KB | 0644 |
|
| ru-litbrl.ctb | File | 34.16 KB | 0644 |
|
| ru-ru-g1.ctb | File | 18.51 KB | 0644 |
|
| ru-unicode.dis | File | 2.95 KB | 0644 |
|
| ru.ctb | File | 34.92 KB | 0644 |
|
| rw-rw-g1.utb | File | 2.92 KB | 0644 |
|
| sa-in-g1.utb | File | 1.19 KB | 0644 |
|
| sa.tbl | File | 566 B | 0644 |
|
| sah.utb | File | 2.58 KB | 0644 |
|
| sd.tbl | File | 562 B | 0644 |
|
| se-se.ctb | File | 10 KB | 0644 |
|
| se-se.dis | File | 14.35 KB | 0644 |
|
| si-in-g1.utb | File | 1.19 KB | 0644 |
|
| sin.cti | File | 10.71 KB | 0644 |
|
| sin.utb | File | 1.32 KB | 0644 |
|
| sk-g1.ctb | File | 73.06 KB | 0644 |
|
| sk-sk-g1.utb | File | 5.8 KB | 0644 |
|
| sk-sk.utb | File | 2.98 KB | 0644 |
|
| sl-si-comp8.ctb | File | 8.74 KB | 0644 |
|
| sl-si-g1.utb | File | 15.84 KB | 0644 |
|
| sl.tbl | File | 643 B | 0644 |
|
| sot-za-g1.ctb | File | 2.66 KB | 0644 |
|
| sot-za-g2.ctb | File | 6.13 KB | 0644 |
|
| spaces.uti | File | 2.06 KB | 0644 |
|
| sr-Cyrl.ctb | File | 2.11 KB | 0644 |
|
| sr-common.cti | File | 4.77 KB | 0644 |
|
| sr-cyrletters.cti | File | 4.12 KB | 0644 |
|
| sr-g1.ctb | File | 1.92 KB | 0644 |
|
| sr-latletters.cti | File | 1.94 KB | 0644 |
|
| sv-1989.ctb | File | 9.38 KB | 0644 |
|
| sv-1996.ctb | File | 7.56 KB | 0644 |
|
| sv-g0.utb | File | 14.35 KB | 0644 |
|
| sv-g1.ctb | File | 3.19 KB | 0644 |
|
| sv-g2.ctb | File | 6.67 KB | 0644 |
|
| sw-ke-g1-2.ctb | File | 2.73 KB | 0644 |
|
| sw-ke-g1-3.ctb | File | 3.07 KB | 0644 |
|
| sw-ke-g1-4.ctb | File | 3.35 KB | 0644 |
|
| sw-ke-g1-5.ctb | File | 2.58 KB | 0644 |
|
| sw-ke-g1.utb | File | 7 KB | 0644 |
|
| sw-ke-g2.ctb | File | 8.15 KB | 0644 |
|
| syc.utb | File | 6.82 KB | 0644 |
|
| ta-ta-g1.ctb | File | 4.92 KB | 0644 |
|
| ta.ctb | File | 920 B | 0644 |
|
| ta.tbl | File | 678 B | 0644 |
|
| tamil.cti | File | 3.14 KB | 0644 |
|
| te-in-g1.utb | File | 1.18 KB | 0644 |
|
| te.tbl | File | 562 B | 0644 |
|
| telugu.cti | File | 9.74 KB | 0644 |
|
| text_nabcc.dis | File | 21.14 KB | 0644 |
|
| th-comp8-backward.utb | File | 6.87 KB | 0644 |
|
| th-g0.utb | File | 4.96 KB | 0644 |
|
| th-g1.utb | File | 16.27 KB | 0644 |
|
| tr-g1.ctb | File | 7.18 KB | 0644 |
|
| tr-g2.ctb | File | 30.06 KB | 0644 |
|
| tr-g2.tbl | File | 613 B | 0644 |
|
| tr.ctb | File | 21.37 KB | 0644 |
|
| tr.tbl | File | 682 B | 0644 |
|
| tsn-za-g1.ctb | File | 1.12 KB | 0644 |
|
| tsn-za-g2.ctb | File | 1.11 KB | 0644 |
|
| tt.utb | File | 2.62 KB | 0644 |
|
| uga.utb | File | 2.7 KB | 0644 |
|
| uk-comp.utb | File | 1.86 KB | 0644 |
|
| uk-detailed.utb | File | 1.01 KB | 0644 |
|
| uk.utb | File | 3.43 KB | 0644 |
|
| ukchardefs.cti | File | 3.16 KB | 0644 |
|
| ukmaths_single_cell_defs.cti | File | 1.5 KB | 0644 |
|
| ukmaths_unicode_defs.cti | File | 15.18 KB | 0644 |
|
| uni-text.dis | File | 14.27 KB | 0644 |
|
| unicode-braille.utb | File | 24.25 KB | 0644 |
|
| unicode-without-blank.dis | File | 902 B | 0644 |
|
| unicode.dis | File | 5.83 KB | 0644 |
|
| ur-pk-g1.utb | File | 11.96 KB | 0644 |
|
| ur-pk-g2.ctb | File | 52.25 KB | 0644 |
|
| us-table.dis | File | 1.53 KB | 0644 |
|
| uz-g1.utb | File | 3.46 KB | 0644 |
|
| ve-za-g1.utb | File | 2.64 KB | 0644 |
|
| ve-za-g2.ctb | File | 4.73 KB | 0644 |
|
| vi-cb8.utb | File | 1.9 KB | 0644 |
|
| vi-charsdef.uti | File | 1.21 KB | 0644 |
|
| vi-lettersdef.uti | File | 10.77 KB | 0644 |
|
| vi-puncsdef.uti | File | 12.5 KB | 0644 |
|
| vi-saigon-g1.ctb | File | 21.38 KB | 0644 |
|
| vi-vn-g0.utb | File | 3.17 KB | 0644 |
|
| vi-vn-g1.ctb | File | 17.1 KB | 0644 |
|
| vi-vn-g2.ctb | File | 22.03 KB | 0644 |
|
| wiskunde-chardefs.cti | File | 18.12 KB | 0644 |
|
| wordcx.dis | File | 3.76 KB | 0644 |
|
| xh-za-g1.utb | File | 2.21 KB | 0644 |
|
| xh-za-g2.ctb | File | 8.66 KB | 0644 |
|
| yi.utb | File | 11.28 KB | 0644 |
|
| zh-chn.ctb | File | 1.2 MB | 0644 |
|
| zh-hk.ctb | File | 259.01 KB | 0644 |
|
| zh-tw.ctb | File | 1.4 MB | 0644 |
|
| zh_CHN.tbl | File | 888 B | 0644 |
|
| zhcn-cbs.ctb | File | 1.02 MB | 0644 |
|
| zhcn-g1.ctb | File | 660.24 KB | 0644 |
|
| zhcn-g2.ctb | File | 603.13 KB | 0644 |
|
| zu-za-g1.utb | File | 1.04 KB | 0644 |
|
| zu-za-g2.ctb | File | 1.04 KB | 0644 |
|