mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-79 delete KebyoardEscape-Latin1
X-SVN-Rev: 6100
This commit is contained in:
parent
11d0f47496
commit
7c9f477572
2 changed files with 0 additions and 126 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -90,7 +90,6 @@ icu4j/src/com/ibm/text/resources/Transliterator_Han_Pinyin.utf8.txt -text
|
|||
icu4j/src/com/ibm/text/resources/Transliterator_Hiragana_Katakana.utf8.txt -text
|
||||
icu4j/src/com/ibm/text/resources/Transliterator_Kanji_English.utf8.txt -text
|
||||
icu4j/src/com/ibm/text/resources/Transliterator_Kanji_OnRomaji.utf8.txt -text
|
||||
icu4j/src/com/ibm/text/resources/Transliterator_KeyboardEscape_Latin1.utf8.txt -text
|
||||
icu4j/src/com/ibm/text/resources/Transliterator_Latin_Jamo.utf8.txt -text
|
||||
icu4j/src/com/ibm/text/resources/thai_dict -text
|
||||
icu4j/src/com/ibm/text/unames.dat -text
|
||||
|
|
|
@ -1,125 +0,0 @@
|
|||
#--------------------------------------------------------------------
|
||||
# Copyright (c) 1999-2001, International Business Machines
|
||||
# Corporation and others. All Rights Reserved.
|
||||
#--------------------------------------------------------------------
|
||||
# Date: Tue Jan 23 12:42:05 2001
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
# KeyboardEscape-Latin1
|
||||
|
||||
### $esc='';
|
||||
### $grave='`';
|
||||
### $acute='';
|
||||
### $hat='^';
|
||||
### $tilde='~';
|
||||
### $umlaut=':';
|
||||
### $ring='.';
|
||||
### $cedilla=',';
|
||||
### $slash='/';
|
||||
### $super='^';
|
||||
|
||||
# Make keyboard entry of {esc} possible
|
||||
# and of backslash
|
||||
'\\'''>'';
|
||||
'\\\\'>'\\';
|
||||
|
||||
# Long keys
|
||||
cur''>¤;
|
||||
sec''>§;
|
||||
not''>¬;
|
||||
mul''>×;
|
||||
div''>÷;
|
||||
|
||||
\\ ''> ; # non-breaking space
|
||||
'!'''>¡; # inverted exclamation
|
||||
c'/'''>¢; # cent sign
|
||||
lb''>£; # pound sign
|
||||
'|'''>¦; # broken vertical bar
|
||||
':'''>¨; # umlaut
|
||||
'^' a''>ª; # feminine ordinal
|
||||
'<<'''>«;
|
||||
r''>®;
|
||||
'--'''>¯;
|
||||
'-'''>;
|
||||
'+-'''>±;
|
||||
'^' 2''>²;
|
||||
'^' 3''>³;
|
||||
''''>´;
|
||||
m''>µ;
|
||||
para''>¶;
|
||||
dot''>·;
|
||||
','''>¸;
|
||||
'^' 1''>¹;
|
||||
'^' o''>º; # masculine ordinal
|
||||
'>>'''>»;
|
||||
'1/4'''>¼;
|
||||
'1/2'''>½;
|
||||
'3/4'''>¾;
|
||||
'?'''>¿;
|
||||
A'`'''>À;
|
||||
A''''>Á;
|
||||
A'^'''>Â;
|
||||
A'~'''>Ã;
|
||||
A':'''>Ä;
|
||||
A'.'''>Å;
|
||||
AE''>Æ;
|
||||
C','''>Ç;
|
||||
E'`'''>È;
|
||||
E''''>É;
|
||||
E'^'''>Ê;
|
||||
E':'''>Ë;
|
||||
I'`'''>Ì;
|
||||
I''''>Í;
|
||||
I'^'''>Î;
|
||||
I':'''>Ï;
|
||||
'D-'''>Ð;
|
||||
N'~'''>Ñ;
|
||||
O'`'''>Ò;
|
||||
O''''>Ó;
|
||||
O'^'''>Ô;
|
||||
O'~'''>Õ;
|
||||
O':'''>Ö;
|
||||
O'/'''>Ø;
|
||||
U'`'''>Ù;
|
||||
U''''>Ú;
|
||||
U'^'''>Û;
|
||||
U':'''>Ü;
|
||||
Y''''>Ý;
|
||||
TH''>Þ;
|
||||
ss''>ß;
|
||||
a'`'''>à;
|
||||
a''''>á;
|
||||
a'^'''>â;
|
||||
a'~'''>ã;
|
||||
a':'''>ä;
|
||||
a'.'''>å;
|
||||
ae''>æ;
|
||||
c','''>ç;
|
||||
c''>©; # copyright - after c{cedilla}
|
||||
e'`'''>è;
|
||||
e''''>é;
|
||||
e'^'''>ê;
|
||||
e':'''>ë;
|
||||
i'`'''>ì;
|
||||
i''''>í;
|
||||
i'^'''>î;
|
||||
i':'''>ï;
|
||||
'd-'''>ð;
|
||||
n'~'''>ñ;
|
||||
o'`'''>ò;
|
||||
o''''>ó;
|
||||
o'^'''>ô;
|
||||
o'~'''>õ;
|
||||
o':'''>ö;
|
||||
o'/'''>ø;
|
||||
o''>°;
|
||||
u'`'''>ù;
|
||||
u''''>ú;
|
||||
u'^'''>û;
|
||||
u':'''>ü;
|
||||
y''''>ý;
|
||||
y''>¥; # yen sign
|
||||
th''>þ;
|
||||
#masked: + "ss''>ÿ;"
|
||||
|
||||
# eof
|
Loading…
Add table
Reference in a new issue