Update Firebird provider sources to RC1
[mono.git] / mcs / class / FirebirdSql.Data.Firebird / FirebirdSql.Data.Firebird / FbCharset.cs
1 /*
2  *      Firebird ADO.NET Data provider for .NET and     Mono 
3  * 
4  *         The contents of this file are subject to the Initial 
5  *         Developer's Public License Version 1.0 (the "License"); 
6  *         you may not use this file except in compliance with the 
7  *         License. You may obtain a copy of the License at 
8  *         http://www.firebirdsql.org/index.php?op=doc&id=idpl
9  *
10  *         Software distributed under the License is distributed on 
11  *         an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either 
12  *         express or implied. See the License for the specific 
13  *         language governing rights and limitations under the License.
14  * 
15  *      Copyright (c) 2002, 2005 Carlos Guzman Alvarez
16  *      All Rights Reserved.
17  */
18
19 using System;
20
21 namespace FirebirdSql.Data.Firebird
22 {
23         /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/overview/*'/>
24 #if     (!NETCF)
25         [Serializable]
26 #endif
27         public enum FbCharset : int
28         {
29                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="Default"]/*'/>
30                 Default                 = -1,
31                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="None"]/*'/>
32                 None                    = 0,
33                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="Octets"]/*'/>
34                 Octets                  = 1,
35                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="Ascii"]/*'/>
36                 Ascii                   = 2,
37                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="UnicodeFss"]/*'/>
38                 UnicodeFss              = 3,
39                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="ShiftJis0208"]/*'/>
40                 ShiftJis0208    = 5,
41                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="EucJapanese0208"]/*'/>
42                 EucJapanese0208 = 6,
43                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="Iso2022Japanese"]/*'/>
44                 Iso2022Japanese = 7,
45                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="Dos437"]/*'/>
46                 Dos437                  = 10,
47                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="Dos850"]/*'/>
48                 Dos850                  = 11,
49                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="Dos865"]/*'/>
50                 Dos865                  = 12,
51                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="Dos860"]/*'/>
52                 Dos860                  = 13,
53                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="Dos863"]/*'/>
54                 Dos863                  = 14,
55                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="Iso8859_1"]/*'/>
56                 Iso8859_1               = 21,
57                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="Iso8859_2"]/*'/>
58                 Iso8859_2               = 22,
59                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="Ksc5601"]/*'/>
60                 Ksc5601                 = 44,
61                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="Dos861"]/*'/>
62                 Dos861                  = 47,
63                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="Windows1250"]/*'/>
64                 Windows1250             = 51,
65                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="Windows1251"]/*'/>
66                 Windows1251             = 52,
67                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="Windows1252"]/*'/>
68                 Windows1252             = 53,
69                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="Windows1253"]/*'/>
70                 Windows1253             = 54,
71                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="Windows1254"]/*'/>
72                 Windows1254             = 55,
73                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="Big5"]/*'/>
74                 Big5                    = 56,
75                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="Gb2312"]/*'/>
76                 Gb2312                  = 57,
77                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="Windows1255"]/*'/>
78                 Windows1255             = 58,
79                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="Windows1256"]/*'/>
80                 Windows1256             = 59,
81                 /// <include file='Doc/en_EN/FbCharset.xml'     path='doc/enum[@name="FbCharset"]/field[@name="Windows1257"]/*'/>
82                 Windows1257             = 60
83         }
84 }