]> git.lyx.org Git - lyx.git/blob - lib/encodings
remove the Armenian characters from unicodesymbols as we now have proper support
[lyx.git] / lib / encodings
1 # FIXME: Have a look at the encodings known by the inputenc package and add
2 # missing ones. Caution: File format change!
3
4 # Note that you can only add single byte encodings to this file without
5 # changing some C++ code.
6 # The only multibyte encoding that is currently supported is utf8, and this
7 # support is hardcoded to the iconv name "UTF-8".
8
9 # Order of names: LyX name LaTeX name iconv name
10
11 Encoding utf8 utf8 UTF-8
12 End
13
14 # This one is used by many CJK packages. utf8 is supposed to be the successor,
15 # but does not have all features of utf8x yet.
16 Encoding utf8x utf8x UTF-8
17 End
18
19 # This encoding is used to typeset Armenian using the armtex package
20 Encoding armscii8 armscii8 ARMSCII-8
21 End
22
23 Encoding iso8859-1 latin1 ISO-8859-1
24 End
25
26 Encoding iso8859-2 latin2 ISO-8859-2
27 End
28
29 Encoding iso8859-3 latin3 ISO-8859-3
30 End
31
32 Encoding iso8859-4 latin4 ISO-8859-4
33 End
34
35 Encoding iso8859-5 iso88595 ISO-8859-5
36 End
37
38 # Not standard, see http://tug.ctan.org/tex-archive/language/arabic/arabi/arabi/texmf/latex/arabi/
39 Encoding iso8859-6 8859-6 ISO-8859-6
40 End
41
42 Encoding iso8859-7 iso-8859-7 ISO-8859-7
43 End
44
45 Encoding iso8859-8 8859-8 ISO-8859-8
46 End
47
48 Encoding iso8859-9 latin5 ISO-8859-9
49 End
50
51 # Not standard, see http://www.vtex.lt/tex/littex/index.html
52 Encoding iso8859-13 l7xenc ISO-8859-13
53 End
54
55 Encoding iso8859-15 latin9 ISO-8859-15
56 End
57
58 Encoding iso8859-16 latin10 ISO-8859-16
59 End
60
61 Encoding cp437 cp437 CP437
62 End
63
64 # cp437, but on position 225 is sz instead of beta
65 Encoding cp437de cp437de CP437
66 End
67
68 Encoding cp850 cp850 CP850
69 End
70
71 Encoding cp852 cp852 CP852
72 End
73
74 Encoding cp855 cp855 CP855
75 End
76
77 Encoding cp858 cp858 CP858
78 End
79
80 Encoding cp862 cp862 CP862
81 End
82
83 Encoding cp865 cp865 CP865
84 End
85
86 Encoding cp866 cp866 CP866
87 End
88
89 Encoding cp1250 cp1250 CP1250
90 End
91
92 Encoding cp1251 cp1251 CP1251
93 End
94
95 Encoding cp1252 cp1252 CP1252
96 End
97
98 Encoding cp1255 cp1255 CP1255
99 End
100
101 # Not standard, see http://tug.ctan.org/tex-archive/language/arabic/arabi/arabi/texmf/latex/arabi/
102 Encoding cp1256 cp1256 CP1256
103 End
104
105 Encoding cp1257 cp1257 CP1257
106 End
107
108 Encoding koi8 koi8-r KOI8-R
109 End
110
111 Encoding koi8-u koi8-u KOI8-U
112 End
113
114 # This one needs hardcoded support, since the inputenc package does not know
115 # tis620-0, and thailatex sets up babel directly to use tis620-0, so the value
116 # for inputenc is never output to .tex files (but needed for the hardcoded
117 # tis620-0 support).
118 Encoding tis620-0 tis620-0 TIS620-0
119 End
120
121 Encoding pt154 pt154 PT154
122 End
123
124 Encoding pt254 pt254 PT254
125 End
126
127 # Pure 7bit ASCII encoding (partially hardcoded in LyX)
128 Encoding ascii ascii ascii
129 End