]> git.lyx.org Git - lyx.git/blob - lib/encodings
update ImageMagick version in windows installer because I really can not find the...
[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 Encoding iso8859-1 latin1 ISO-8859-1
20 End
21
22 Encoding iso8859-2 latin2 ISO-8859-2
23 End
24
25 Encoding iso8859-3 latin3 ISO-8859-3
26 End
27
28 Encoding iso8859-4 latin4 ISO-8859-4
29 End
30
31 Encoding iso8859-5 iso88595 ISO-8859-5
32 End
33
34 # Not standard, see http://tug.ctan.org/tex-archive/language/arabic/arabi/arabi/texmf/latex/arabi/
35 Encoding iso8859-6 8859-6 ISO-8859-6
36 End
37
38 Encoding iso8859-7 iso-8859-7 ISO-8859-7
39 End
40
41 Encoding iso8859-8 8859-8 ISO-8859-8
42 End
43
44 Encoding iso8859-9 latin5 ISO-8859-9
45 End
46
47 # Not standard, see http://www.vtex.lt/tex/littex/index.html
48 Encoding iso8859-13 l7xenc ISO-8859-13
49 End
50
51 Encoding iso8859-15 latin9 ISO-8859-15
52 End
53
54 Encoding iso8859-16 latin10 ISO-8859-16
55 End
56
57 Encoding cp437 cp437 CP437
58 End
59
60 # cp437, but on position 225 is sz instead of beta
61 Encoding cp437de cp437de CP437
62 End
63
64 Encoding cp850 cp850 CP850
65 End
66
67 Encoding cp852 cp852 CP852
68 End
69
70 Encoding cp855 cp855 CP855
71 End
72
73 Encoding cp858 cp858 CP858
74 End
75
76 Encoding cp862 cp862 CP862
77 End
78
79 Encoding cp865 cp865 CP865
80 End
81
82 Encoding cp866 cp866 CP866
83 End
84
85 Encoding cp1250 cp1250 CP1250
86 End
87
88 Encoding cp1251 cp1251 CP1251
89 End
90
91 Encoding cp1252 cp1252 CP1252
92 End
93
94 Encoding cp1255 cp1255 CP1255
95 End
96
97 # Not standard, see http://tug.ctan.org/tex-archive/language/arabic/arabi/arabi/texmf/latex/arabi/
98 Encoding cp1256 cp1256 CP1256
99 End
100
101 Encoding cp1257 cp1257 CP1257
102 End
103
104 Encoding koi8 koi8-r KOI8-R
105 End
106
107 Encoding koi8-u koi8-u KOI8-U
108 End
109
110 # This one needs hardcoded support, since the inputenc package does not know
111 # tis620-0, and thailatex sets up babel directly to use tis620-0, so the value
112 # for inputenc is never output to .tex files (but needed for the hardcoded
113 # tis620-0 support).
114 Encoding tis620-0 tis620-0 TIS620-0
115 End
116
117 Encoding pt154 pt154 PT154
118 End
119
120 Encoding pt254 pt254 PT254
121 End
122
123 # Pure 7bit ASCII encoding (partially hardcoded in LyX)
124 Encoding ascii ascii ascii
125 End