__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
# liblouis: German grade 0 braille
#
#  Copyright (C) 2018 SBS Schweizerische Bibliothek für Blinde, Seh- und Lesebehinderte
#  Copyright (C) 2020 Bue Vester-Andersen
#  Copyright (C) 2022 Bert Frees
#
#  This file is part of liblouis.
#
#  liblouis 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.
#
#  liblouis 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 liblouis. If not, see
#  <http://www.gnu.org/licenses/>.
#
#-------------------------------------------------------------------------------


# --- Corrects -----------------------------------------------------------------

# --- Korrektur der Bindestrich-Probleme

# Bindestrich nach Leerschlag vor Zahl ist Minuszeichen.
noback correct $s["-"]$d "\x2212"
# Bindestrich nach öffnender Klammer vor Zahl ist Minuszeichen.
noback correct ["(-"]$d "(\x2212"
noback correct ["[-"]$d "[\x2212"
noback correct ["›-"]$d "›\x2212"
noback correct ["»-"]$d "»\x2212"
# begword nach Wortersatzstrich verhindern
noback correct $s["-"] "-\x250A"
# begword nach Satzzeichen und Wortersatzstrich verhindern
noback correct $s["(-"]$l "(\x2013\x250A"
noback correct $s["[-"]$l "[\x2013\x250A"
noback correct $s["»-"]$l "»\x2013\x250A"
noback correct $s["›-"]$l "›\x2013\x250A"
# begword nach Wortersatzstrich nach Schrägstrich verhindern
noback correct ["/-"]$l "/\x2013\x250A"
# endword vor Wortersatzstrich vor Schrägstrich verhindern
noback correct $l["-/"] "\x250A-/"
# endword vor Wortersatzstrich verhindern
noback correct "-\s" "\x250A-\s"
noback correct "‹-\s" "\x250A‹-\s"
noback correct "«-\s" "\x250A«-\s"
# endword vor Wortersatzstrich und Satzzeichen verhindern (vor Satzzeichen KEIN Pt.6)
# corrects für Satzzeichen, die einen Pt. 6 benötigen, befinden sich in sbs-de-g2-core.mod
noback correct "-.\s" "\x250A-.\s"
noback correct "-,\s" "\x250A-,\s"
noback correct "-;\s" "\x250A-;\s"
noback correct "-:\s" "\x250A-:\s"
noback correct "-‹\s" "\x250A-‹\s"
# begword/endword vor/nach Auslassungspunkten verhindern
noback correct $l["..."]$l "\x250A...\x250A"
noback correct $l["..."] "\x250A..."
noback correct ["..."]$l "...\x250A"

# --- Satzzeichen im Wort: Keine Wortgrenze

noback correct $l["("]$l "\x250A(\x250A"
noback correct $l[")"]$l "\x250A)\x250A"
noback correct $l["["]$l "\x250A[\x250A"
noback correct $l["]"]$l "\x250A]\x250A"
noback correct $l["»"]$l "\x250A»\x250A"
noback correct $l["«"]$l "\x250A«\x250A"
noback correct $l["\x2039"]$l "\x250A\x2039\x250A"
noback correct $l["\x203a"]$l "\x250A\x203a\x250A"

# --- Apostroph, Punkt, Komma, Strich vor Zahl

noback correct $d["'"]$d "."
noback correct ["'"]$d "\x2500"
noback correct $dl["."]$d "."
noback correct ["."]$d "\x2501"
noback correct ["--."]$d "\x2510"
noback correct ["\x2013."]$d "\x2510"
noback correct ["\x2014."]$d "\x2510"
noback correct ["--,"]$d "\x2511"
noback correct ["\x2013,"]$d "\x2511"
noback correct ["\x2014,"]$d "\x2511"

# --- Dagger ("gestorben")

noback correct ["\x2020"] "gest."

# --- Satzzeichen nach zahlenähnlichen Zeichen

attribute puncAfterOrdinal ;:?!()[]\x00AB\x00BB
# Prozent
noback correct ["%"]%puncAfterOrdinal "%\x250B"
noback correct ["%,"] "%\x256C,"
# Promille
noback correct ["\x2030"]%puncAfterOrdinal "\x2030\x250B"
noback correct ["\x2030,"] "\x2030\x256C,"
# Grad
noback correct ["\x00B0"]%puncAfterOrdinal "\x00B0\x250B"
noback correct ["\x00B0,"] "\x00B0\x256C,"
# Superscript 2
noback correct ["\x00B2"]%puncAfterOrdinal "\x00B2\x250B"
noback correct ["\x00B2,"] "\x00B2\x256C,"
# Superscript 3
noback correct ["\x00B3"]%puncAfterOrdinal "\x00B3\x250B"
noback correct ["\x00B3,"] "\x00B3\x256C,"
noback correct "\x00BC"[]%puncAfterOrdinal "\x250B"
noback correct "\x00BD"[]%puncAfterOrdinal "\x250B"
noback correct "\x00BE"[]%puncAfterOrdinal "\x250B"
noback correct "\x2153"[]%puncAfterOrdinal "\x250B"
noback correct "\x2154"[]%puncAfterOrdinal "\x250B"
noback correct "\x2155"[]%puncAfterOrdinal "\x250B"
noback correct "\x2156"[]%puncAfterOrdinal "\x250B"
noback correct "\x2157"[]%puncAfterOrdinal "\x250B"
noback correct "\x2158"[]%puncAfterOrdinal "\x250B"
noback correct "\x2159"[]%puncAfterOrdinal "\x250B"
noback correct "\x215a"[]%puncAfterOrdinal "\x250B"
noback correct "\x215b"[]%puncAfterOrdinal "\x250B"
noback correct "\x215c"[]%puncAfterOrdinal "\x250B"
noback correct "\x215d"[]%puncAfterOrdinal "\x250B"
noback correct "\x215e"[]%puncAfterOrdinal "\x250B"

# --- Brüche vor Komma

noback correct "\x00BC"[]"," "\x256C"
noback correct "\x00BD"[]"," "\x256C"
noback correct "\x00BE"[]"," "\x256C"
noback correct "\x2153"[]"," "\x256C"
noback correct "\x2154"[]"," "\x256C"
noback correct "\x2155"[]"," "\x256C"
noback correct "\x2156"[]"," "\x256C"
noback correct "\x2157"[]"," "\x256C"
noback correct "\x2158"[]"," "\x256C"
noback correct "\x2159"[]"," "\x256C"
noback correct "\x215a"[]"," "\x256C"
noback correct "\x215b"[]"," "\x256C"
noback correct "\x215c"[]"," "\x256C"
noback correct "\x215d"[]"," "\x256C"
noback correct "\x215e"[]"," "\x256C"

# --- Markieren von Zahl-Buchstabenverbindung für Kurzschrift

noback correct $d["bis"]!$l "b\x250Ais"
noback correct $d[]$l "\x2504"

# --- Braille indicator opcodes ------------------------------------------------

# Marking caps is necessary for back-translation
capsletter  46
begcapsword 45
endcapsword 6
capsnocont # See section 2.6.2

numsign 3456
numericmodechars .,:
nonumsign 6

# --- Emphasis opcodes ---------------------------------------------------------

emphclass italic
emphclass underline
emphclass bold

begemphphrase italic 456-456
endemphphrase italic after 6-3
lenemphphrase italic 2
begemphword italic 456b
endemphword italic 6-3
emphmodechars italic *()[]{}<>
noemphchars italic \s\t\n\r\x00a0/-\x2013\x2014*()[]{}<>„“‚‘«»‹›.,:;!¡?¿

begemphphrase bold 456-456
endemphphrase bold after 6-3
lenemphphrase bold 2
begemphword bold 456b
endemphword bold 6-3
emphmodechars bold *()[]{}<>
noemphchars bold \s\t\n\r/x00a0/-\x2013\x2014*()[]{}<>„“‚‘«»‹›.,:;!¡?¿

begemphphrase underline 456-456
endemphphrase underline after 6-3
lenemphphrase underline 2
begemphword underline 456b
endemphword underline 6-3
emphmodechars underline *()[]{}<>
noemphchars underline \s\t\n\r\x00a0/-\x2013\x2014*()[]{}<>„“‚‘«»‹›.,:;!¡?¿

# dot 6 required before emphasis indicator when inside word
noback pass2 _$l@456b @6-456
noback pass2 @456b @456

emphclass downgrade
begemphphrase downgrade 36-3
endemphphrase downgrade after 6-3
lenemphphrase downgrade 2
begemphword downgrade 6-3
endemphword downgrade 6-3

begcomp 6-46
# endcomp 6-3         # Omitted here (only to be used when longer than one word)

# --- Special Symbol Opcodes ---------------------------------------------------

hyphen - 36

# --- Translation opcodes ------------------------------------------------------

include litdigits6Dots.uti

# Interpunktions- und Sonderzeichen
midnum  ,          2
endnum  ;          6-23

endnum  ?          6-26
midword ?          6-26
always  \s?        0-6-26
always  (?         2356-6-26

endnum  !          6-235
midword !          6-235
always  \s!        0-6-235
always  !          235

midword :          6-25

midword (          6-2356
midnum  (          6-2356
endnum  (          6-2356
always  (          2356

midword )          6-2356
midnum  )          6-2356
endnum  )          6-2356
always  )          2356

midword [          6-6-2356
midnum  [          6-6-2356	# [ after a number needs dot 6, since [ is 6-2356 we need a double dot 6
endnum  [          6-6-2356
midword ]          6-6-2356
midnum  ]          6-6-2356	# ] after a number needs dot 6, since ] is 6-2356 we need a double dot 6
endnum  ]          6-6-2356

always  {          5-12356
always  }          5-12356

prepunc  "         236
prepunc  «        236
prepunc  »        236
prepunc  \x201f    236

endnum    "       6-356
postpunc  "       356
endnum    »      6-356
postpunc  »      356
endnum    «      6-356
postpunc  «      356
endnum    \x201f  6-356
postpunc  \x201f  356

midword   »      6-236
midword   «      6-356
midword   \x2039  6-6-356
midword   \x203a  6-6-236

midnum  .          3
always  .\s.\s.    3-3-3

always  #          4-3456

always  **         6-35-35
always  ***        6-35-35-35

prepunc    \x2039    6-236
prepunc    \x203a    6-236
prepunc    \x201b    6-236
postpunc   \x2039    6-356
postpunc   \x203a    6-356
postpunc   \x201b    6-356

always  \x2192     25-25-135
always  \x2190     246-25-25
always  \x2194     246-25-25-135

always  &          5-136

always  %          3456-245-356
endnum  \s%        3456-245-356
endnum  \s\x2030   3456-245-356-356
endnum  \s\x2031   3456-245-356-356-356

endnum  \s°       4-356
endnum  \s\x2032   4-35
endnum  \s\x2033   4-35-35

joinnum §         346
joinnum §§       346-346

endnum  .--        3-36a-36a
endnum  .\x2013    3-36a-36a
endnum  ,--        2-36a-36a
endnum  ,\x2013    2-36a-36a

always  \s-\s      6-36a-0
always  \s--       6-36a
always  --         6-36a
always  \s\x2013   6-36a
always  \x2013     6-36a
always  \s\x2014   6-36a
always  \x2014     6-36a

midnum / 5-2
endnum / 5-2
always  /          5-2
always  |          5-36

joinnum £         4-123
joinnum $          4-234
always  $          4-234
joinnum ¢         4-14
joinnum ¥         4-13456
joinnum \x20A0     4-15
joinnum \x20AC     4-15

begnum  +\s        4-235
midnum  \s+\s      0-4-235
midnum  \s+        0-4-235
midnum  +          0-4-235
always  +          4-235

begnum  \s-        0-4-36a-3456
always  \s-        0-6-36a
always  (-         2356-6-36a
always  »-         236-6-36a
always  ›-         6-236-6-36a
always  [-         6-2356-6-36a
begnum  \x2212\s   4-36a
midnum  \s\x2212\s 0-4-36a
midnum  \s\x2212   0-4-36a
midnum  \x2212     0-4-36a
always  \x2212     4-36a

midnum  \s±\s     0-4-235-36a
midnum  \s±       0-4-235-36a
midnum  ±         0-4-235-36a
always  ±         4-235-36a

begnum  =\s        4-2356
midnum  \s=\s      0-4-2356
midnum  \s=        0-4-2356
midnum  =          0-4-2356
always  =          4-2356

midnum  \s\x2260\s 0-4-35-2356
midnum  \s\x2260   0-4-35-2356
midnum  \x2260     0-4-35-2356
always  \x2260     4-35-2356

midnum  \s\x2261\s 0-4-2356-2356
midnum  \s\x2261   0-4-2356-2356
midnum  \x2261     0-4-2356-2356
always  \x2261     4-2356-2356

midnum  \s\x2259\s 0-4-26
midnum  \s\x2259   0-4-26
midnum  \x2259     0-4-26
always  \x2259     4-26

midnum  \s~\s      0-4-26-26
midnum  \s~        0-4-26-26
midnum  ~          0-4-26-26
always  ~          0-4-26-26
midnum  \s\x223C\s 0-4-26-26
midnum  \s\x223C   0-4-26-26
midnum  \x223C     0-4-26-26
always  \x223C     4-26-26
midnum  \s\x2245\s 0-4-26-26
midnum  \s\x2245   0-4-26-26
midnum  \x2245     0-4-26-26
always  \x2245     4-26-26

begnum  \x00D7\s   4-236
midnum  \s\x00D7\s 0-4-236
midnum  \s\x00D7   0-4-236
midnum  \x00D7     0-4-236
always  \x00D7     4-236
noback midnum  \s\x2217\s 3
noback midnum  \s\x2217   3
noback midnum  \x2217     3
noback midnum  \s*\s      3
noback midnum  \s*        3
noback midnum  *          3
always  *          6-35    (Anmerkungsstern)
noback midnum  \s\x22c5\s 3
noback midnum  \s\x22c5   3
noback midnum  \x22c5     3
noback midnum  \s\x22c6\s 3
noback midnum  \s\x22c6   3
noback midnum  \x22c6     3

midnum  \s:\s      4-25
midnum  \s:        4-25
midnum  :          4-25
endnum  :          6-25
begnum  ÷\s        4-25
midnum  \s÷\s     0-4-25
midnum  \s÷       0-4-25
midnum  ÷         0-4-25
always  ÷         4-25
midnum  \s\x2215\s 0-4-25
midnum  \s\x2215   0-4-25
midnum  \x2215     0-4-25
always  \x2215     4-25

midnum  \s<\s      0-4-246-3
midnum  \s<        0-4-246-3
midnum  <          0-4-246-3
always  <          4-246-3

midnum  \s\x2264\s 0-4-246-2356
midnum  \s\x2264   0-4-246-2356
midnum  \x2264     0-4-246-2356
always  \x2264     4-246-2356
midnum  \s\x2266\s 0-4-246-2356
midnum  \s\x2266   0-4-246-2356
midnum  \x2266     0-4-246-2356
always  \x2266     4-246-2356

midnum  \s>\s      0-4-135-2
midnum  \s>        0-4-135-2
midnum  >          0-4-135-2
always  >          4-135-2

midnum  \s\x2265\s 0-4-135-2356
midnum  \s\x2265   0-4-135-2356
midnum  \x2265     0-4-135-2356
always  \x2265     4-135-2356
midnum  \s\x2267\s 0-4-135-2356
midnum  \s\x2267   0-4-135-2356
midnum  \x2267     0-4-135-2356
always  \x2267     4-135-2356

# --- 6-Dot Computer Braille ---------------------------------------------------

include countries.cti
compbrl :// URLs
compbrl www.
compbrl @ Mail-address
compbrl .com
compbrl .edu
compbrl .gov
compbrl .mil
compbrl .net
compbrl .org
compbrl .doc
compbrl .htm
compbrl .html
compbrl .tex
compbrl .txt
compbrl .gif
compbrl .jpg
compbrl .png
compbrl .wav
compbrl .tar
compbrl .zip

#comp6 \x0020         0      &#32;   SPACE
comp6 \x0021         5      &#33;   EXCLAMATION MARK
comp6 \x0022       4-4      &#34;   QUOTATION MARK
comp6 \x0023      3456      &#35;   NUMBER SIGN
comp6 \x0024     46-46      &#36;   DOLLAR SIGN
comp6 \x0025    123456      &#37;   PERCENT SIGN
comp6 \x0026     12346      &#38;   AMPERSAND
comp6 \x0027       6-6      &#39;   APOSTROPHE APOSTROPHE-QUOTE
comp6 \x0028       236      &#40;   LEFT PARENTHESIS
comp6 \x0029       356      &#41;   RIGHT PARENTHESIS
comp6 \x002A        35      &#42;   ASTERISK
comp6 \x002B       235      &#43;   PLUS SIGN
comp6 \x002C         2      &#44;   COMMA
comp6 \x002D        36      &#45;   HYPHEN-MINUS
comp6 \x002E         3      &#46;   FULL STOP PERIOD
comp6 \x002F       256      &#47;   SOLIDUS SLASH
comp6 \x0030       346      &#48;   DIGIT ZERO
comp6 \x0031        16      &#49;   DIGIT ONE
comp6 \x0032       126      &#50;   DIGIT TWO
comp6 \x0033       146      &#51;   DIGIT THREE
comp6 \x0034      1456      &#52;   DIGIT FOUR
comp6 \x0035       156      &#53;   DIGIT FIVE
comp6 \x0036      1246      &#54;   DIGIT SIX
comp6 \x0037     12456      &#55;   DIGIT SEVEN
comp6 \x0038      1256      &#56;   DIGIT EIGHT
comp6 \x0039       246      &#57;   DIGIT NINE
comp6 \x003A        25      &#58;   COLON
comp6 \x003B        23      &#59;   SEMICOLON
comp6 \x003C        56      &#60;   LESS-THAN SIGN
comp6 \x003D      2356      &#61;   EQUALS SIGN
comp6 \x003E        45      &#62;   GREATER-THAN SIGN
comp6 \x003F        26      &#63;   QUESTION MARK
comp6 \x0040     4-345      &#64;   COMMERCIAL AT
comp6 \x0041       4-1      &#65;   LATIN CAPITAL LETTER A
comp6 \x0042      4-12      &#66;   LATIN CAPITAL LETTER B
comp6 \x0043      4-14      &#67;   LATIN CAPITAL LETTER C
comp6 \x0044     4-145      &#68;   LATIN CAPITAL LETTER D
comp6 \x0045      4-15      &#69;   LATIN CAPITAL LETTER E
comp6 \x0046     4-124      &#70;   LATIN CAPITAL LETTER F
comp6 \x0047    4-1245      &#71;   LATIN CAPITAL LETTER G
comp6 \x0048     4-125      &#72;   LATIN CAPITAL LETTER H
comp6 \x0049      4-24      &#73;   LATIN CAPITAL LETTER I
comp6 \x004A     4-245      &#74;   LATIN CAPITAL LETTER J
comp6 \x004B      4-13      &#75;   LATIN CAPITAL LETTER K
comp6 \x004C     4-123      &#76;   LATIN CAPITAL LETTER L
comp6 \x004D     4-134      &#77;   LATIN CAPITAL LETTER M
comp6 \x004E    4-1345      &#78;   LATIN CAPITAL LETTER N
comp6 \x004F     4-135      &#79;   LATIN CAPITAL LETTER O
comp6 \x0050    4-1234      &#80;   LATIN CAPITAL LETTER P
comp6 \x0051   4-12345      &#81;   LATIN CAPITAL LETTER Q
comp6 \x0052    4-1235      &#82;   LATIN CAPITAL LETTER R
comp6 \x0053     4-234      &#83;   LATIN CAPITAL LETTER S
comp6 \x0054    4-2345      &#84;   LATIN CAPITAL LETTER T
comp6 \x0055     4-136      &#85;   LATIN CAPITAL LETTER U
comp6 \x0056    4-1236      &#86;   LATIN CAPITAL LETTER V
comp6 \x0057    4-2456      &#87;   LATIN CAPITAL LETTER W
comp6 \x0058    4-1346      &#88;   LATIN CAPITAL LETTER X
comp6 \x0059   4-13456      &#89;   LATIN CAPITAL LETTER Y
comp6 \x005A    4-1356      &#90;   LATIN CAPITAL LETTER Z
comp6 \x005B   4-12356      &#91;   LEFT SQUARE BRACKET
comp6 \x005C      4-34      &#92;   REVERSE SOLIDUS
comp6 \x005D   4-23456      &#93;   RIGHT SQUARE BRACKET
comp6 \x005E    4-2346      &#94;   CIRCUMFLEX ACCENT
comp6 \x005F     4-456      &#95;   LOW LINE
comp6 \x0060       345      &#96;   GRAVE ACCENT
comp6 \x0061         1      &#97;   LATIN SMALL LETTER A
comp6 \x0062        12      &#97;   LATIN SMALL LETTER B
comp6 \x0063        14      &#97;   LATIN SMALL LETTER C
comp6 \x0064       145      &#97;   LATIN SMALL LETTER D
comp6 \x0065        15      &#97;   LATIN SMALL LETTER E
comp6 \x0066       124      &#97;   LATIN SMALL LETTER F
comp6 \x0067      1245      &#97;   LATIN SMALL LETTER G
comp6 \x0068       125      &#97;   LATIN SMALL LETTER H
comp6 \x0069        24      &#97;   LATIN SMALL LETTER I
comp6 \x006A       245      &#97;   LATIN SMALL LETTER J
comp6 \x006B        13      &#97;   LATIN SMALL LETTER K
comp6 \x006C       123      &#97;   LATIN SMALL LETTER L
comp6 \x006D       134      &#97;   LATIN SMALL LETTER M
comp6 \x006E      1345      &#97;   LATIN SMALL LETTER N
comp6 \x006F       135      &#111;  LATIN SMALL LETTER O
comp6 \x0070      1234      &#112;  LATIN SMALL LETTER P
comp6 \x0071     12345      &#113;  LATIN SMALL LETTER Q
comp6 \x0072      1235      &#114;  LATIN SMALL LETTER R
comp6 \x0073       234      &#115;  LATIN SMALL LETTER S
comp6 \x0074      2345      &#116;  LATIN SMALL LETTER T
comp6 \x0075       136      &#117;  LATIN SMALL LETTER U
comp6 \x0076      1236      &#118;  LATIN SMALL LETTER V
comp6 \x0077      2456      &#119;  LATIN SMALL LETTER W
comp6 \x0078      1346      &#120;  LATIN SMALL LETTER X
comp6 \x0079     13456      &#121;  LATIN SMALL LETTER Y
comp6 \x007A      1356      &#122;  LATIN SMALL LETTER Z
comp6 \x007B     12356      &#123;  LEFT CURLY BRACKET
comp6 \x007C        34      &#124;  VERTICAL LINE
comp6 \x007D     23456      &#125;  RIGHT CURLY BRACKET
comp6 \x007E      2346      &#126;  TILDE
comp6 \x00A1      4-36      &#161;  INVERTED EXCLAMATION MARK
comp6 \x00A2       6-5      &#162;  CENT SIGN
comp6 \x00A3      4-46      &#163;  POUND SIGN
comp6 \x00A4     46-46      &#164;  CURRENCY SIGN
comp6 \x00A5      6-46      &#165;  YEN SIGN
comp6 \x00A6      6-15      &#166;  BROKEN BAR
comp6 \x00A7      4-35      &#167;  SECTION SIGN
comp6 \x00A8       6-4      &#168;  DIAERESIS
comp6 \x00A9   6-12346      &#169;  COPYRIGHT SIGN
comp6 \x00AA     6-125      &#170;  FEMININE ORDINAL INDICATOR
comp6 \x00AB     46-56      &#171;  LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
comp6 \x00AC    46-256      &#172;  NOT SIGN
comp6 \x00AD      6-36      &#173;  SOFT HYPHEN
comp6 \x00AE    6-1235      &#174;  REGISTERED SIGN
comp6 \x00AF      6-45      &#175;  MACRON
comp6 \x00B0     6-456      &#176;  DEGREE SIGN
comp6 \x00B1    46-235      &#177;  PLUS-MINUS SIGN
comp6 \x00B2      6-12      &#178;  SUPERSCRIPT TWO
comp6 \x00B3      6-14      &#179;  SUPERSCRIPT THREE
comp6 \x00B4      6-56      &#180;  ACUTE ACCENT
comp6 \x00B5     6-134      &#181;  MICRO SIGN
comp6 \x00B6     6-145      &#182;  PILCROW SIGN
comp6 \x00B7       4-3      &#183;  MIDDLE DOT
comp6 \x00B8       6-6      &#184;  CEDILLA
comp6 \x00B9       6-1      &#185;  SUPERSCRIPT ONE
comp6 \x00BA     6-245      &#186;  MASCULINE ORDINAL INDICATOR
comp6 \x00BB     46-45      &#187;  RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
comp6 \x00BC     6-136      &#188;  VULGAR FRACTION ONE QUARTER
comp6 \x00BD    6-1236      &#189;  VULGAR FRACTION ONE HALF
comp6 \x00BE    6-1346      &#190;  VULGAR FRACTION THREE QUARTERS
comp6 \x00BF       6-3      &#191;  INVERTED QUESTION MARK
comp6 \x00C0    46-236      &#192;  LATIN CAPITAL LETTER A WITH GRAVE
comp6 \x00C1       6-2      &#193;  LATIN CAPITAL LETTER A WITH ACUTE
comp6 \x00C2      4-16      &#194;  LATIN CAPITAL LETTER A WITH CIRCUMFLEX
comp6 \x00C3     4-346      &#195;  LATIN CAPITAL LETTER A WITH TILDE
comp6 \x00C4      4-56      &#196;  LATIN CAPITAL LETTER A WITH DIAERESIS
comp6 \x00C5    4-3456      &#197;  LATIN CAPITAL LETTER A WITH RING ABOVE
comp6 \x00C6       4-4      &#198;  LATIN CAPITAL LETTER AE
comp6 \x00C7   4-12346      &#199;  LATIN CAPITAL LETTER C WITH CEDILLA
comp6 \x00C8     46-35      &#200;  LATIN CAPITAL LETTER E WITH GRAVE
comp6 \x00C9  4-123456      &#201;  LATIN CAPITAL LETTER E WITH ACUTE
comp6 \x00CA     4-126      &#202;  LATIN CAPITAL LETTER E WITH CIRCUMFLEX
comp6 \x00CB     6-235      &#203;  LATIN CAPITAL LETTER E WITH DIAERESIS
comp6 \x00CC       4-5      &#204;  LATIN CAPITAL LETTER I WITH GRAVE
comp6 \x00CD      6-25      &#205;  LATIN CAPITAL LETTER I WITH ACUTE
comp6 \x00CE     4-146      &#206;  LATIN CAPITAL LETTER I WITH CIRCUMFLEX
comp6 \x00CF    6-2356      &#207;  LATIN CAPITAL LETTER I WITH DIAERESIS
comp6 \x00D0     4-356      &#208;  LATIN CAPITAL LETTER ETH
comp6 \x00D1     4-256      &#209;  LATIN CAPITAL LETTER N WITH TILDE
comp6 \x00D2      46-5      &#210;  LATIN CAPITAL LETTER O WITH GRAVE
comp6 \x00D3     6-256      &#211;  LATIN CAPITAL LETTER O WITH ACUTE
comp6 \x00D4    4-1456      &#212;  LATIN CAPITAL LETTER O WITH CIRCUMFLEX
comp6 \x00D5      4-26      &#213;  LATIN CAPITAL LETTER O WITH TILDE
comp6 \x00D6      6-35      &#214;  LATIN CAPITAL LETTER O WITH DIAERESIS
comp6 \x00D7     6-234      &#215;  MULTIPLICATION SIGN
comp6 \x00D8     4-246      &#216;  LATIN CAPITAL LETTER O WITH STROKE
comp6 \x00D9    46-356      &#217;  LATIN CAPITAL LETTER U WITH GRAVE
comp6 \x00DA      6-26      &#218;  LATIN CAPITAL LETTER U WITH ACUTE
comp6 \x00DB     4-156      &#219;  LATIN CAPITAL LETTER U WITH CIRCUMFLEX
comp6 \x00DC     6-236      &#220;  LATIN CAPITAL LETTER U WITH DIAERESIS
comp6 \x00DD     6-356      &#221;  LATIN CAPITAL LETTER Y WITH ACUTE
comp6 \x00DE     4-235      &#222;  LATIN CAPITAL LETTER THORN
comp6 \x00DF    6-3456      &#223;  LATIN SMALL LETTER SHARP S
comp6 \x00E0   6-12356      &#224;  LATIN SMALL LETTER A WITH GRAVE
comp6 \x00E1      6-16      &#225;  LATIN SMALL LETTER A WITH ACUTE
comp6 \x00E2     46-16      &#226;  LATIN SMALL LETTER A WITH CIRCUMFLEX
comp6 \x00E3    46-346      &#227;  LATIN SMALL LETTER A WITH TILDE
comp6 \x00E4     6-345      &#228;  LATIN SMALL LETTER A WITH DIAERESIS
comp6 \x00E5   46-3456      &#229;  LATIN SMALL LETTER A WITH RING ABOVE
comp6 \x00E6      46-4      &#230;  LATIN SMALL LETTER AE
comp6 \x00E7  46-12346      &#231;  LATIN SMALL LETTER C WITH CEDILLA
comp6 \x00E8    6-2346      &#232;  LATIN SMALL LETTER E WITH GRAVE
comp6 \x00E9  6-123456      &#233;  LATIN SMALL LETTER E WITH ACUTE
comp6 \x00EA    46-126      &#234;  LATIN SMALL LETTER E WITH CIRCUMFLEX
comp6 \x00EB    6-1246      &#235;  LATIN SMALL LETTER E WITH DIAERESIS
comp6 \x00EC      6-34      &#236;  LATIN SMALL LETTER I WITH GRAVE
comp6 \x00ED     6-146      &#237;  LATIN SMALL LETTER I WITH ACUTE
comp6 \x00EE    46-146      &#238;  LATIN SMALL LETTER I WITH CIRCUMFLEX
comp6 \x00EF   6-12456      &#239;  LATIN SMALL LETTER I WITH DIAERESIS
comp6 \x00F0    6-2345      &#240;  LATIN SMALL LETTER ETH
comp6 \x00F1    6-1345      &#241;  LATIN SMALL LETTER N WITH TILDE
comp6 \x00F2     6-346      &#242;  LATIN SMALL LETTER O WITH GRAVE
comp6 \x00F3    6-1456      &#243;  LATIN SMALL LETTER O WITH ACUTE
comp6 \x00F4   46-1456      &#244;  LATIN SMALL LETTER O WITH CIRCUMFLEX
comp6 \x00F5     6-135      &#245;  LATIN SMALL LETTER O WITH TILDE
comp6 \x00F6     6-246      &#246;  LATIN SMALL LETTER O WITH DIAERESIS
comp6 \x00F7   46-1256      &#247;  DIVISION SIGN
comp6 \x00F8    46-246      &#248;  LATIN SMALL LETTER O WITH STROKE
comp6 \x00F9   6-23456      &#249;  LATIN SMALL LETTER U WITH GRAVE
comp6 \x00FA     6-156      &#250;  LATIN SMALL LETTER U WITH ACUTE
comp6 \x00FB    46-156      &#251;  LATIN SMALL LETTER U WITH CIRCUMFLEX
comp6 \x00FC    6-1256      &#252;  LATIN SMALL LETTER U WITH DIAERESIS
comp6 \x00FD    6-2456      &#253;  LATIN SMALL LETTER Y WITH ACUTE
comp6 \x00FE    6-1234      &#254;  LATIN SMALL LETTER THORN
comp6 \x00FF   6-13456      &#255;  LATIN SMALL LETTER Y WITH DIAERESIS

# --- Context rules ---

# 2.6.2 Einzelgroßbuchstaben und Großbuchstabenfolgen

# According to the Systematik single letter capitals are to be
# announced with 45. This is not supported by liblouis so we use a
# context rule to mark those places and fix them later in a pass2 rule
# below
noback context !$U[]$U!$l @ad
noback context !$U[]$U~ @ad
noback context `[]$U!$l @ad
noback context `[]$U~ @ad

# Remove the markers to handle single letter capitals that were added above
noback pass2 @46-ad-46 @45

# FIXME: this seems to be needed for cases of midword capitalization
# such as 'kW', see de-g0-detailed-specs.yaml:216
noback pass2 @ad-46 @45

# --- Handling of virtual dots -------------------------------------------------

# Kürzungsverbot entfernen
noback pass2 @abcdef ?
# Apostroph vor Zahl ('98)
noback pass2 @3456-69 @3456-6
# Punkt vor Zahl (.45)
noback pass2 @3456-39 @3456-3
# Dummy-Zahl entfernen
noback pass2 @3456-b ?

# Aufhebungspunkt vor Komma nach tiefgestellten Zahlen
noback pass2 @ab @6

# Fehlende Lettersigns bei Zahl-Buchstaben-Verbindung in Kurzschrift bei
# Buchstaben a-j ergänzen
noback pass2 @ac-1 @6-1
noback pass2 @ac-12 @6-12
noback pass2 @ac-14 @6-14
noback pass2 @ac-145 @6-145
noback pass2 @ac-15 @6-15
noback pass2 @ac-124 @6-124
noback pass2 @ac-1245 @6-1245
noback pass2 @ac-125 @6-125
noback pass2 @ac-24 @6-24
noback pass2 @ac-245 @6-245
# Lettersigns bei Zahl-Buchstaben-Verbindung in Kurzschrift erhalten
noback pass2 @ac-6-1 @6-1
noback pass2 @ac-6-12 @6-12
noback pass2 @ac-6-14 @6-14
noback pass2 @ac-6-145 @6-145
noback pass2 @ac-6-15 @6-15
noback pass2 @ac-6-124 @6-124
noback pass2 @ac-6-1245 @6-1245
noback pass2 @ac-6-125 @6-125
noback pass2 @ac-6-24 @6-24
noback pass2 @ac-6-245 @6-245
# Restliche Lettersigns bei Zahl-Buchstaben-Verbindung in Kurzschrift entfernen
noback pass2 @ac-6 ?
# Markierung für Zahl-Buchstaben-Verbindung in Vollschrift entfernen
noback pass2 @ac ?

# Korrektur: Kürzung "des" zwischen Bindestrichen auflösen
noback pass3 @36-3-36 @36-145-123456-36
# Korrektur: Kürzung "im" vor Bindestrich oder zwischen Bindestrichen auflösen
noback pass3 @36-36a-36 @36-24-134-36
noback pass3 @36a-36 @24-134-36
# Korrektur: Als Bindestrich geschriebens Minuszeichen vor Zahl
noback pass3 @0-6-36a-6-3456 @0-4-36-3456
# Korrektur: Kürzung "ver" nach Bindestrich auflösen
noback pass3 @36[@36a] @1236-12456
# Bei allen weiteren P36 virtuellen Punkt a entfernen
noback pass3 @36a @36

Filemanager

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
Filemanager