2010-04-15 Jb Evain <jbevain@novell.com>
[mcs.git] / class / I18N / MidEast / CP38598.cs
blob3590d59aef18f9c0dbd3a844fa34b698251e40ea
1 /*
2 * CP38598.cs - Hebrew (ISO Alternative) code page.
4 * Copyright (c) 2002 Southern Storm Software, Pty Ltd
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:
13 * The above copyright notice and this permission notice shall be included
14 * in all copies or substantial portions of the Software.
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.
25 // Generated from "ibm-916.ucm".
27 namespace I18N.MidEast
30 using System;
31 using System.Text;
32 using I18N.Common;
34 [Serializable]
35 public class CP38598 : ByteEncoding
37 public CP38598()
38 : base(38598, ToChars, "Hebrew (ISO Alternative)",
39 "iso-8859-8", "windows-38598", "windows-38598",
40 true, true, true, true, 1255)
43 private static readonly char[] ToChars = {
44 '\u0000', '\u0001', '\u0002', '\u0003', '\u0004', '\u0005',
45 '\u0006', '\u0007', '\u0008', '\u0009', '\u000A', '\u000B',
46 '\u000C', '\u000D', '\u000E', '\u000F', '\u0010', '\u0011',
47 '\u0012', '\u0013', '\u0014', '\u0015', '\u0016', '\u0017',
48 '\u0018', '\u0019', '\u001A', '\u001B', '\u001C', '\u001D',
49 '\u001E', '\u001F', '\u0020', '\u0021', '\u0022', '\u0023',
50 '\u0024', '\u0025', '\u0026', '\u0027', '\u0028', '\u0029',
51 '\u002A', '\u002B', '\u002C', '\u002D', '\u002E', '\u002F',
52 '\u0030', '\u0031', '\u0032', '\u0033', '\u0034', '\u0035',
53 '\u0036', '\u0037', '\u0038', '\u0039', '\u003A', '\u003B',
54 '\u003C', '\u003D', '\u003E', '\u003F', '\u0040', '\u0041',
55 '\u0042', '\u0043', '\u0044', '\u0045', '\u0046', '\u0047',
56 '\u0048', '\u0049', '\u004A', '\u004B', '\u004C', '\u004D',
57 '\u004E', '\u004F', '\u0050', '\u0051', '\u0052', '\u0053',
58 '\u0054', '\u0055', '\u0056', '\u0057', '\u0058', '\u0059',
59 '\u005A', '\u005B', '\u005C', '\u005D', '\u005E', '\u005F',
60 '\u0060', '\u0061', '\u0062', '\u0063', '\u0064', '\u0065',
61 '\u0066', '\u0067', '\u0068', '\u0069', '\u006A', '\u006B',
62 '\u006C', '\u006D', '\u006E', '\u006F', '\u0070', '\u0071',
63 '\u0072', '\u0073', '\u0074', '\u0075', '\u0076', '\u0077',
64 '\u0078', '\u0079', '\u007A', '\u007B', '\u007C', '\u007D',
65 '\u007E', '\u007F', '\u0080', '\u0081', '\u0082', '\u0083',
66 '\u0084', '\u0085', '\u0086', '\u0087', '\u0088', '\u0089',
67 '\u008A', '\u008B', '\u008C', '\u008D', '\u008E', '\u008F',
68 '\u0090', '\u0091', '\u0092', '\u0093', '\u0094', '\u0095',
69 '\u0096', '\u0097', '\u0098', '\u0099', '\u009A', '\u009B',
70 '\u009C', '\u009D', '\u009E', '\u009F', '\u00A0', '\u003F',
71 '\u00A2', '\u00A3', '\u00A4', '\u00A5', '\u00A6', '\u00A7',
72 '\u00A8', '\u00A9', '\u00D7', '\u00AB', '\u00AC', '\u00AD',
73 '\u00AE', '\u203E', '\u00B0', '\u00B1', '\u00B2', '\u00B3',
74 '\u00B4', '\u00B5', '\u00B6', '\u2022', '\u00B8', '\u00B9',
75 '\u00F7', '\u00BB', '\u00BC', '\u00BD', '\u00BE', '\u003F',
76 '\u003F', '\u003F', '\u003F', '\u003F', '\u003F', '\u003F',
77 '\u003F', '\u003F', '\u003F', '\u003F', '\u003F', '\u003F',
78 '\u003F', '\u003F', '\u003F', '\u003F', '\u003F', '\u003F',
79 '\u003F', '\u003F', '\u003F', '\u003F', '\u003F', '\u003F',
80 '\u003F', '\u003F', '\u003F', '\u003F', '\u003F', '\u003F',
81 '\u003F', '\u2017', '\u05D0', '\u05D1', '\u05D2', '\u05D3',
82 '\u05D4', '\u05D5', '\u05D6', '\u05D7', '\u05D8', '\u05D9',
83 '\u05DA', '\u05DB', '\u05DC', '\u05DD', '\u05DE', '\u05DF',
84 '\u05E0', '\u05E1', '\u05E2', '\u05E3', '\u05E4', '\u05E5',
85 '\u05E6', '\u05E7', '\u05E8', '\u05E9', '\u05EA', '\u003F',
86 '\u003F', '\u003F', '\u003F', '\u003F',
89 protected unsafe override void ToBytes(char* chars, int charCount,
90 byte* bytes, int byteCount)
92 int ch;
93 int charIndex = 0;
94 int byteIndex = 0;
95 #if NET_2_0
96 EncoderFallbackBuffer buffer = null;
97 #endif
98 while(charCount > 0)
100 ch = (int)(chars[charIndex++]);
101 if(ch >= 161) switch(ch)
103 case 0x00A2:
104 case 0x00A3:
105 case 0x00A4:
106 case 0x00A5:
107 case 0x00A6:
108 case 0x00A7:
109 case 0x00A8:
110 case 0x00A9:
111 case 0x00AB:
112 case 0x00AC:
113 case 0x00AD:
114 case 0x00AE:
115 case 0x00B0:
116 case 0x00B1:
117 case 0x00B2:
118 case 0x00B3:
119 case 0x00B4:
120 case 0x00B5:
121 case 0x00B6:
122 case 0x00B8:
123 case 0x00B9:
124 case 0x00BB:
125 case 0x00BC:
126 case 0x00BD:
127 case 0x00BE:
128 break;
129 case 0x00D7: ch = 0xAA; break;
130 case 0x00F7: ch = 0xBA; break;
131 case 0x05D0:
132 case 0x05D1:
133 case 0x05D2:
134 case 0x05D3:
135 case 0x05D4:
136 case 0x05D5:
137 case 0x05D6:
138 case 0x05D7:
139 case 0x05D8:
140 case 0x05D9:
141 case 0x05DA:
142 case 0x05DB:
143 case 0x05DC:
144 case 0x05DD:
145 case 0x05DE:
146 case 0x05DF:
147 case 0x05E0:
148 case 0x05E1:
149 case 0x05E2:
150 case 0x05E3:
151 case 0x05E4:
152 case 0x05E5:
153 case 0x05E6:
154 case 0x05E7:
155 case 0x05E8:
156 case 0x05E9:
157 case 0x05EA:
158 ch -= 0x04F0;
159 break;
160 case 0x2017: ch = 0xDF; break;
161 case 0x2022: ch = 0xB7; break;
162 case 0x203E: ch = 0xAF; break;
163 default:
165 if(ch >= 0xFF01 && ch <= 0xFF5E)
166 ch -= 0xFEE0;
167 else
168 #if NET_2_0
169 HandleFallback (ref buffer, chars, ref charIndex, ref charCount, bytes, ref byteIndex, ref byteCount);
170 #else
171 ch = 0x3F;
172 #endif
174 break;
176 bytes[byteIndex++] = (byte)ch;
177 --charCount;
178 --byteCount;
183 protected override void ToBytes(String s, int charIndex, int charCount,
184 byte[] bytes, int byteIndex)
186 int ch;
187 while(charCount > 0)
189 ch = (int)(s[charIndex++]);
190 if(ch >= 161) switch(ch)
192 case 0x00A2:
193 case 0x00A3:
194 case 0x00A4:
195 case 0x00A5:
196 case 0x00A6:
197 case 0x00A7:
198 case 0x00A8:
199 case 0x00A9:
200 case 0x00AB:
201 case 0x00AC:
202 case 0x00AD:
203 case 0x00AE:
204 case 0x00B0:
205 case 0x00B1:
206 case 0x00B2:
207 case 0x00B3:
208 case 0x00B4:
209 case 0x00B5:
210 case 0x00B6:
211 case 0x00B8:
212 case 0x00B9:
213 case 0x00BB:
214 case 0x00BC:
215 case 0x00BD:
216 case 0x00BE:
217 break;
218 case 0x00D7: ch = 0xAA; break;
219 case 0x00F7: ch = 0xBA; break;
220 case 0x05D0:
221 case 0x05D1:
222 case 0x05D2:
223 case 0x05D3:
224 case 0x05D4:
225 case 0x05D5:
226 case 0x05D6:
227 case 0x05D7:
228 case 0x05D8:
229 case 0x05D9:
230 case 0x05DA:
231 case 0x05DB:
232 case 0x05DC:
233 case 0x05DD:
234 case 0x05DE:
235 case 0x05DF:
236 case 0x05E0:
237 case 0x05E1:
238 case 0x05E2:
239 case 0x05E3:
240 case 0x05E4:
241 case 0x05E5:
242 case 0x05E6:
243 case 0x05E7:
244 case 0x05E8:
245 case 0x05E9:
246 case 0x05EA:
247 ch -= 0x04F0;
248 break;
249 case 0x2017: ch = 0xDF; break;
250 case 0x2022: ch = 0xB7; break;
251 case 0x203E: ch = 0xAF; break;
252 default:
254 if(ch >= 0xFF01 && ch <= 0xFF5E)
255 ch -= 0xFEE0;
256 else
257 ch = 0x3F;
259 break;
261 bytes[byteIndex++] = (byte)ch;
262 --charCount;
267 }; // class CP38598
269 [Serializable]
270 public class ENCwindows_38598 : CP38598
272 public ENCwindows_38598() : base() {}
274 }; // class ENCwindows_38598
276 }; // namespace I18N.MidEast