2003-03-31 Alan Tam <Tam@SiuLung.com>
[mono.git] / mcs / class / I18N / Common / Handlers.cs
1 /*
2  * Handlers.cs - Implementation of the "I18N.Common.Handlers" class.
3  *
4  * Copyright (c) 2002  Southern Storm Software, Pty Ltd
5  *
6  * Permission is hereby granted, free of charge, to any person obtaining
7  * a copy of this software and associated documentation files (the "Software"),
8  * to deal in the Software without restriction, including without limitation
9  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
10  * and/or sell copies of the Software, and to permit persons to whom the
11  * Software is furnished to do so, subject to the following conditions:
12  *
13  * The above copyright notice and this permission notice shall be included
14  * in all copies or substantial portions of the Software.
15  *
16  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
17  * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
20  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22  * OTHER DEALINGS IN THE SOFTWARE.
23  */
24
25 namespace I18N.Common
26 {
27
28 using System;
29
30 // This class provides an internal list of handlers, for runtime
31 // engines that do not implement the altered "GetFile" semantics.
32 // The list must be kept up to date manually.
33
34 public sealed class Handlers
35 {
36     public static readonly String[] List = {
37         "I18N.CJK.CP932",
38         "I18N.CJK.CP936",
39         "I18N.CJK.CP950",
40         "I18N.CJK.ENCbig5",
41         "I18N.CJK.ENCgb2312",
42         "I18N.CJK.ENCshift_jis",
43         "I18N.MidEast.CP1254",
44         "I18N.MidEast.ENCwindows_1254",
45         "I18N.MidEast.CP1255",
46         "I18N.MidEast.ENCwindows_1255",
47         "I18N.MidEast.CP1256",
48         "I18N.MidEast.ENCwindows_1256",
49         "I18N.MidEast.CP28596",
50         "I18N.MidEast.ENCiso_8859_6",
51         "I18N.MidEast.CP28598",
52         "I18N.MidEast.ENCiso_8859_8",
53         "I18N.MidEast.CP28599",
54         "I18N.MidEast.ENCiso_8859_9",
55         "I18N.MidEast.CP38598",
56         "I18N.MidEast.ENCwindows_38598",
57         "I18N.Other.CP1251",
58         "I18N.Other.ENCwindows_1251",
59         "I18N.Other.CP1257",
60         "I18N.Other.ENCwindows_1257",
61         "I18N.Other.CP1258",
62         "I18N.Other.ENCwindows_1258",
63         "I18N.Other.CP20866",
64         "I18N.Other.ENCkoi8_r",
65         "I18N.Other.CP21866",
66         "I18N.Other.ENCkoi8_u",
67         "I18N.Other.CP28594",
68         "I18N.Other.ENCiso_8859_4",
69         "I18N.Other.CP28595",
70         "I18N.Other.ENCiso_8859_5",
71         "I18N.Other.ISCIIEncoding",
72         "I18N.Other.CP57002",
73         "I18N.Other.CP57003",
74         "I18N.Other.CP57004",
75         "I18N.Other.CP57005",
76         "I18N.Other.CP57006",
77         "I18N.Other.CP57007",
78         "I18N.Other.CP57008",
79         "I18N.Other.CP57009",
80         "I18N.Other.CP57010",
81         "I18N.Other.CP57011",
82         "I18N.Other.ENCx_iscii_de",
83         "I18N.Other.ENCx_iscii_be",
84         "I18N.Other.ENCx_iscii_ta",
85         "I18N.Other.ENCx_iscii_te",
86         "I18N.Other.ENCx_iscii_as",
87         "I18N.Other.ENCx_iscii_or",
88         "I18N.Other.ENCx_iscii_ka",
89         "I18N.Other.ENCx_iscii_ma",
90         "I18N.Other.ENCx_iscii_gu",
91         "I18N.Other.ENCx_iscii_pa",
92         "I18N.Other.CP874",
93         "I18N.Other.ENCwindows_874",
94         "I18N.Rare.CP1026",
95         "I18N.Rare.ENCibm1026",
96         "I18N.Rare.CP1047",
97         "I18N.Rare.ENCibm1047",
98         "I18N.Rare.CP1140",
99         "I18N.Rare.ENCibm01140",
100         "I18N.Rare.CP1141",
101         "I18N.Rare.ENCibm01141",
102         "I18N.Rare.CP1142",
103         "I18N.Rare.ENCibm01142",
104         "I18N.Rare.CP1143",
105         "I18N.Rare.ENCibm01143",
106         "I18N.Rare.CP1144",
107         "I18N.Rare.ENCibm1144",
108         "I18N.Rare.CP1145",
109         "I18N.Rare.ENCibm1145",
110         "I18N.Rare.CP1146",
111         "I18N.Rare.ENCibm1146",
112         "I18N.Rare.CP1147",
113         "I18N.Rare.ENCibm1147",
114         "I18N.Rare.CP1148",
115         "I18N.Rare.ENCibm1148",
116         "I18N.Rare.CP1149",
117         "I18N.Rare.ENCibm1149",
118         "I18N.Rare.CP20273",
119         "I18N.Rare.ENCibm273",
120         "I18N.Rare.CP20277",
121         "I18N.Rare.ENCibm277",
122         "I18N.Rare.CP20278",
123         "I18N.Rare.ENCibm278",
124         "I18N.Rare.CP20280",
125         "I18N.Rare.ENCibm280",
126         "I18N.Rare.CP20284",
127         "I18N.Rare.ENCibm284",
128         "I18N.Rare.CP20285",
129         "I18N.Rare.ENCibm285",
130         "I18N.Rare.CP20290",
131         "I18N.Rare.ENCibm290",
132         "I18N.Rare.CP20297",
133         "I18N.Rare.ENCibm297",
134         "I18N.Rare.CP20420",
135         "I18N.Rare.ENCibm420",
136         "I18N.Rare.CP20424",
137         "I18N.Rare.ENCibm424",
138         "I18N.Rare.CP20871",
139         "I18N.Rare.ENCibm871",
140         "I18N.Rare.CP21025",
141         "I18N.Rare.ENCibm1025",
142         "I18N.Rare.CP37",
143         "I18N.Rare.ENCibm037",
144         "I18N.Rare.CP500",
145         "I18N.Rare.ENCibm500",
146         "I18N.Rare.CP708",
147         "I18N.Rare.ENCasmo_708",
148         "I18N.Rare.CP852",
149         "I18N.Rare.ENCibm852",
150         "I18N.Rare.CP855",
151         "I18N.Rare.ENCibm855",
152         "I18N.Rare.CP857",
153         "I18N.Rare.ENCibm857",
154         "I18N.Rare.CP858",
155         "I18N.Rare.ENCibm00858",
156         "I18N.Rare.CP862",
157         "I18N.Rare.ENCibm862",
158         "I18N.Rare.CP864",
159         "I18N.Rare.ENCibm864",
160         "I18N.Rare.CP866",
161         "I18N.Rare.ENCibm866",
162         "I18N.Rare.CP869",
163         "I18N.Rare.ENCibm869",
164         "I18N.Rare.CP870",
165         "I18N.Rare.ENCibm870",
166         "I18N.Rare.CP875",
167         "I18N.Rare.ENCibm875",
168         "I18N.West.CP10000",
169         "I18N.West.ENCmacintosh",
170         "I18N.West.CP10079",
171         "I18N.West.ENCx_mac_icelandic",
172         "I18N.West.CP1250",
173         "I18N.West.ENCwindows_1250",
174         "I18N.West.CP1252",
175         "I18N.West.ENCwindows_1252",
176         "I18N.West.CP1253",
177         "I18N.West.ENCwindows_1253",
178         "I18N.West.CP28592",
179         "I18N.West.ENCiso_8859_2",
180         "I18N.West.CP28593",
181         "I18N.West.ENCiso_8859_3",
182         "I18N.West.CP28597",
183         "I18N.West.ENCiso_8859_7",
184         "I18N.West.CP28605",
185         "I18N.West.ENCiso_8859_15",
186         "I18N.West.CP437",
187         "I18N.West.ENCibm437",
188         "I18N.West.CP850",
189         "I18N.West.ENCibm850",
190         "I18N.West.CP860",
191         "I18N.West.ENCibm860",
192         "I18N.West.CP861",
193         "I18N.West.ENCibm861",
194         "I18N.West.CP863",
195         "I18N.West.ENCibm863",
196         "I18N.West.CP865",
197         "I18N.West.ENCibm865"
198     };
199
200 }; // class Handlers
201
202 }; // namespace I18N.Common