__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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]: ~ $
###############################################################################
# BRLTTY - A background process providing access to the console screen (when in
#          text mode) for a blind person using a refreshable braille display.
#
# Copyright (C) 1995-2024 by The BRLTTY Developers.
#
# BRLTTY comes with ABSOLUTELY NO WARRANTY.
#
# This is free software, placed 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. Please see the file LICENSE-LGPL for details.
#
# Web Page: http://brltty.app/
#
# This software is maintained by Dave Mielke <[email protected]>.
###############################################################################

# This BRLTTY text subtable defines aliases to/from Windows-1252 characters.
# Dave Mielke <[email protected]>

################
# Introduction #
################

# Windows-1252 defines characters within the ISO-8859-1 C1 range (\x80-\x9F).
# Since BRLTTY uses Unicode characters internally, the traditional use of
# Windows-1252 characters has caused confusion within at least two areas:
#
# *  Some braille standards have been developed around, and, therefore, their
#    tables have been written using, Windows-1252 character values.
#
# *  Some programs write Windows-1252 characters to the screen.
#
# This text subtable seeks to resolve these issues (see its sections below):

# Windows-1252 doesn't define five of the 32 ISO-8859-1 C1 characters:
#
#    \x81, \x8D, \x8F, \x90, \x9D
#
# Wikipedia says:
# 
#    “According to the information on Microsoft's and the Unicode Consortium's
#    websites, positions 81, 8D, 8F, 90, and 9D are unused; however, the
#    Windows API MultiByteToWideChar maps these to the corresponding C1 control
#    codes. The "best fit" mapping documents this behavior, too.”


##############################################################
# Braille Tables Written Using Windows-1252 Character Values #
##############################################################

# Alias each relevant Unicode character to its corresponding Windows-1252
# value so that its braille representation will be found.

ifGlyph	\x80	alias	\u20AC	\x80	# € [EURO SIGN]
ifGlyph	\x82	alias	\u201A	\x82	# ‚ [SINGLE LOW-9 QUOTATION MARK]
ifGlyph	\x83	alias	\u0192	\x83	# ƒ [LATIN SMALL LETTER F WITH HOOK]
ifGlyph	\x84	alias	\u201E	\x84	# „ [DOUBLE LOW-9 QUOTATION MARK]
ifGlyph	\x85	alias	\u2026	\x85	# … [HORIZONTAL ELLIPSIS]
ifGlyph	\x86	alias	\u2020	\x86	# † [DAGGER]
ifGlyph	\x87	alias	\u2021	\x87	# ‡ [DOUBLE DAGGER]
ifGlyph	\x88	alias	\u02C6	\x88	# ˆ [MODIFIER LETTER CIRCUMFLEX ACCENT]
ifGlyph	\x89	alias	\u2030	\x89	# ‰ [PER MILLE SIGN]
ifGlyph	\x8A	alias	\u0160	\x8A	# Š [LATIN CAPITAL LETTER S WITH CARON]
ifGlyph	\x8B	alias	\u2039	\x8B	# ‹ [SINGLE LEFT-POINTING ANGLE QUOTATION MARK]
ifGlyph	\x8C	alias	\u0152	\x8C	# Œ [LATIN CAPITAL LIGATURE OE]
ifGlyph	\x8E	alias	\u017D	\x8E	# Ž [LATIN CAPITAL LETTER Z WITH CARON]
ifGlyph	\x91	alias	\u2018	\x91	# ‘ [LEFT SINGLE QUOTATION MARK]
ifGlyph	\x92	alias	\u2019	\x92	# ’ [RIGHT SINGLE QUOTATION MARK]
ifGlyph	\x93	alias	\u201C	\x93	# “ [LEFT DOUBLE QUOTATION MARK]
ifGlyph	\x94	alias	\u201D	\x94	# ” [RIGHT DOUBLE QUOTATION MARK]
ifGlyph	\x95	alias	\u2022	\x95	# • [BULLET]
ifGlyph	\x96	alias	\u2013	\x96	# – [EN DASH]
ifGlyph	\x97	alias	\u2014	\x97	# — [EM DASH]
ifGlyph	\x98	alias	\u02DC	\x98	# ˜ [SMALL TILDE]
ifGlyph	\x99	alias	\u2122	\x99	# ™ [TRADE MARK SIGN]
ifGlyph	\x9A	alias	\u0161	\x9A	# š [LATIN SMALL LETTER S WITH CARON]
ifGlyph	\x9B	alias	\u203A	\x9B	# › [SINGLE RIGHT-POINTING ANGLE QUOTATION MARK]
ifGlyph	\x9C	alias	\u0153	\x9C	# œ [LATIN SMALL LIGATURE OE]
ifGlyph	\x9E	alias	\u017E	\x9E	# ž [LATIN SMALL LETTER Z WITH CARON]
ifGlyph	\x9F	alias	\u0178	\x9F	# Ÿ [LATIN CAPITAL LETTER Y WITH DIAERESIS]


#################################################
# Windows-1252 characters Written to the Screen #
#################################################

# Alias the Windows-1252 characters to their corresponding Unicode values so
# that their braille representations can be found.

alias	\x80	\u20AC	# € [EURO SIGN]
alias	\x82	\u201A	# ‚ [SINGLE LOW-9 QUOTATION MARK]
alias	\x83	\u0192	# ƒ [LATIN SMALL LETTER F WITH HOOK]
alias	\x84	\u201E	# „ [DOUBLE LOW-9 QUOTATION MARK]
alias	\x85	\u2026	# … [HORIZONTAL ELLIPSIS]
alias	\x86	\u2020	# † [DAGGER]
alias	\x87	\u2021	# ‡ [DOUBLE DAGGER]
alias	\x88	\u02C6	# ˆ [MODIFIER LETTER CIRCUMFLEX ACCENT]
alias	\x89	\u2030	# ‰ [PER MILLE SIGN]
alias	\x8A	\u0160	# Š [LATIN CAPITAL LETTER S WITH CARON]
alias	\x8B	\u2039	# ‹ [SINGLE LEFT-POINTING ANGLE QUOTATION MARK]
alias	\x8C	\u0152	# Œ [LATIN CAPITAL LIGATURE OE]
alias	\x8E	\u017D	# Ž [LATIN CAPITAL LETTER Z WITH CARON]
alias	\x91	\u2018	# ‘ [LEFT SINGLE QUOTATION MARK]
alias	\x92	\u2019	# ’ [RIGHT SINGLE QUOTATION MARK]
alias	\x93	\u201C	# “ [LEFT DOUBLE QUOTATION MARK]
alias	\x94	\u201D	# ” [RIGHT DOUBLE QUOTATION MARK]
alias	\x95	\u2022	# • [BULLET]
alias	\x96	\u2013	# – [EN DASH]
alias	\x97	\u2014	# — [EM DASH]
alias	\x98	\u02DC	# ˜ [SMALL TILDE]
alias	\x99	\u2122	# ™ [TRADE MARK SIGN]
alias	\x9A	\u0161	# š [LATIN SMALL LETTER S WITH CARON]
alias	\x9B	\u203A	# › [SINGLE RIGHT-POINTING ANGLE QUOTATION MARK]
alias	\x9C	\u0153	# œ [LATIN SMALL LIGATURE OE]
alias	\x9E	\u017E	# ž [LATIN SMALL LETTER Z WITH CARON]
alias	\x9F	\u0178	# Ÿ [LATIN CAPITAL LETTER Y WITH DIAERESIS]



Filemanager

Name Type Size Permission Actions
alias.tti File 2.33 KB 0644
ar.ttb File 7.56 KB 0644
as.ttb File 877 B 0644
ascii-basic.tti File 1004 B 0644
awa.ttb File 878 B 0644
bengali.tti File 4.74 KB 0644
bg.ttb File 1.31 KB 0644
bh.ttb File 878 B 0644
blocks.tti File 1.95 KB 0644
bn.ttb File 876 B 0644
bo.ttb File 953 B 0644
boxes.tti File 11.27 KB 0644
bra.ttb File 876 B 0644
brf.ttb File 2.78 KB 0644
common.tti File 1.07 KB 0644
cs.ttb File 9.3 KB 0644
ctl-latin.tti File 2.15 KB 0644
cy.ttb File 5.4 KB 0644
da-1252.ttb File 12.31 KB 0644
da-lt.ttb File 11.07 KB 0644
da.ttb File 11.06 KB 0644
de-chess.tti File 1.45 KB 0644
de.ttb File 9.52 KB 0644
devanagari.tti File 5.76 KB 0644
dra.ttb File 876 B 0644
el.ttb File 3.5 KB 0644
en-chess.tti File 1.45 KB 0644
en-na-ascii.tti File 2.65 KB 0644
en-nabcc.ttb File 20.24 KB 0644
en.ttb File 833 B 0644
en_CA.ttb File 6.31 KB 0644
en_GB.ttb File 9.46 KB 0644
en_US.ttb File 9.15 KB 0644
eo.ttb File 2.29 KB 0644
es.ttb File 10.6 KB 0644
et.ttb File 1.95 KB 0644
fi.ttb File 9.17 KB 0644
fr-2007.ttb File 12.17 KB 0644
fr-cbifs.ttb File 10.94 KB 0644
fr-vs.ttb File 12.72 KB 0644
fr.ttb File 831 B 0644
fr_CA.ttb File 9.03 KB 0644
fr_FR.ttb File 9.27 KB 0644
ga.ttb File 2.06 KB 0644
gd.ttb File 3.33 KB 0644
gon.ttb File 896 B 0644
greek.tti File 22.44 KB 0644
gu.ttb File 878 B 0644
gujarati.tti File 5.15 KB 0644
gurmukhi.tti File 4.8 KB 0644
he.ttb File 5 KB 0644
hi.ttb File 877 B 0644
hr.ttb File 11.34 KB 0644
hu.ttb File 4.36 KB 0644
hy.ttb File 5.98 KB 0644
is.ttb File 9.16 KB 0644
it.ttb File 9.17 KB 0644
kannada.tti File 5.05 KB 0644
kha.ttb File 874 B 0644
kn.ttb File 876 B 0644
kok.ttb File 879 B 0644
kru.ttb File 878 B 0644
lt.ttb File 7.37 KB 0644
ltr-alias.tti File 57.35 KB 0644
ltr-cyrillic.tti File 5.77 KB 0644
ltr-dot8.tti File 3.7 KB 0644
ltr-latin.tti File 3.64 KB 0644
ltr-tibetan.tti File 4.73 KB 0644
lv.ttb File 12.91 KB 0644
malayalam.tti File 5.19 KB 0644
mg.ttb File 1.21 KB 0644
mi.ttb File 1.21 KB 0644
ml.ttb File 880 B 0644
mni.ttb File 877 B 0644
mr.ttb File 879 B 0644
mt.ttb File 2.13 KB 0644
mun.ttb File 874 B 0644
mwr.ttb File 879 B 0644
ne.ttb File 878 B 0644
new.ttb File 898 B 0644
nl.ttb File 828 B 0644
nl_BE.ttb File 9.63 KB 0644
nl_NL.ttb File 9.11 KB 0644
no-generic.ttb File 11.07 KB 0644
no-oup.ttb File 11.03 KB 0644
no.ttb File 833 B 0644
num-alias.tti File 4.98 KB 0644
num-dot6.tti File 1.43 KB 0644
num-dot8.tti File 1.45 KB 0644
num-french.tti File 1.43 KB 0644
num-nemd8.tti File 1.5 KB 0644
num-nemeth.tti File 1.47 KB 0644
nwc.ttb File 904 B 0644
or.ttb File 872 B 0644
oriya.tti File 4.71 KB 0644
pa.ttb File 877 B 0644
pi.ttb File 876 B 0644
pl.ttb File 9.47 KB 0644
pt.ttb File 9.13 KB 0644
punc-alternate.tti File 2.29 KB 0644
punc-basic.tti File 1.39 KB 0644
punc-tibetan.tti File 1.04 KB 0644
ro.ttb File 2.48 KB 0644
ru.ttb File 32.06 KB 0644
sa.ttb File 880 B 0644
sat.ttb File 917 B 0644
sd.ttb File 878 B 0644
se.ttb File 1.82 KB 0644
sk.ttb File 5.33 KB 0644
sl.ttb File 9.58 KB 0644
sv-1989.ttb File 10.86 KB 0644
sv-1996.ttb File 8.93 KB 0644
sv.ttb File 832 B 0644
sw.ttb File 1.21 KB 0644
ta.ttb File 872 B 0644
tamil.tti File 4.25 KB 0644
te.ttb File 874 B 0644
telugu.tti File 4.98 KB 0644
tr.ttb File 2.79 KB 0644
uk.ttb File 2.85 KB 0644
vi.ttb File 11.76 KB 0644
win-1252.tti File 5.41 KB 0644
Filemanager