Merge pull request #571 from igotti-google/jt2
[mono.git] / mcs / class / I18N / West / CP1252.cs
1 /*
2  * CP1252.cs - Western European (Windows) code page.
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 // Generated from "ibm-5348.ucm".
26
27 // WARNING: Modifying this file directly might be a bad idea.
28 // You should edit the code generator tools/ucm2cp.c instead for your changes
29 // to appear in all relevant classes.
30 namespace I18N.West
31 {
32
33 using System;
34 using System.Text;
35 using I18N.Common;
36
37 [Serializable]
38 public class CP1252 : ByteEncoding
39 {
40         public CP1252()
41                 : base(1252, ToChars, "Western European (Windows)",
42                        "iso-8859-1", "Windows-1252", "Windows-1252",
43                        true, true, true, true, 1252)
44         {}
45
46         private static readonly char[] ToChars = {
47                 '\u0000', '\u0001', '\u0002', '\u0003', '\u0004', '\u0005', 
48                 '\u0006', '\u0007', '\u0008', '\u0009', '\u000A', '\u000B', 
49                 '\u000C', '\u000D', '\u000E', '\u000F', '\u0010', '\u0011', 
50                 '\u0012', '\u0013', '\u0014', '\u0015', '\u0016', '\u0017', 
51                 '\u0018', '\u0019', '\u001A', '\u001B', '\u001C', '\u001D', 
52                 '\u001E', '\u001F', '\u0020', '\u0021', '\u0022', '\u0023', 
53                 '\u0024', '\u0025', '\u0026', '\u0027', '\u0028', '\u0029', 
54                 '\u002A', '\u002B', '\u002C', '\u002D', '\u002E', '\u002F', 
55                 '\u0030', '\u0031', '\u0032', '\u0033', '\u0034', '\u0035', 
56                 '\u0036', '\u0037', '\u0038', '\u0039', '\u003A', '\u003B', 
57                 '\u003C', '\u003D', '\u003E', '\u003F', '\u0040', '\u0041', 
58                 '\u0042', '\u0043', '\u0044', '\u0045', '\u0046', '\u0047', 
59                 '\u0048', '\u0049', '\u004A', '\u004B', '\u004C', '\u004D', 
60                 '\u004E', '\u004F', '\u0050', '\u0051', '\u0052', '\u0053', 
61                 '\u0054', '\u0055', '\u0056', '\u0057', '\u0058', '\u0059', 
62                 '\u005A', '\u005B', '\u005C', '\u005D', '\u005E', '\u005F', 
63                 '\u0060', '\u0061', '\u0062', '\u0063', '\u0064', '\u0065', 
64                 '\u0066', '\u0067', '\u0068', '\u0069', '\u006A', '\u006B', 
65                 '\u006C', '\u006D', '\u006E', '\u006F', '\u0070', '\u0071', 
66                 '\u0072', '\u0073', '\u0074', '\u0075', '\u0076', '\u0077', 
67                 '\u0078', '\u0079', '\u007A', '\u007B', '\u007C', '\u007D', 
68                 '\u007E', '\u007F', '\u20AC', '\u0081', '\u201A', '\u0192', 
69                 '\u201E', '\u2026', '\u2020', '\u2021', '\u02C6', '\u2030', 
70                 '\u0160', '\u2039', '\u0152', '\u008D', '\u017D', '\u008F', 
71                 '\u0090', '\u2018', '\u2019', '\u201C', '\u201D', '\u2022', 
72                 '\u2013', '\u2014', '\u02DC', '\u2122', '\u0161', '\u203A', 
73                 '\u0153', '\u009D', '\u017E', '\u0178', '\u00A0', '\u00A1', 
74                 '\u00A2', '\u00A3', '\u00A4', '\u00A5', '\u00A6', '\u00A7', 
75                 '\u00A8', '\u00A9', '\u00AA', '\u00AB', '\u00AC', '\u00AD', 
76                 '\u00AE', '\u00AF', '\u00B0', '\u00B1', '\u00B2', '\u00B3', 
77                 '\u00B4', '\u00B5', '\u00B6', '\u00B7', '\u00B8', '\u00B9', 
78                 '\u00BA', '\u00BB', '\u00BC', '\u00BD', '\u00BE', '\u00BF', 
79                 '\u00C0', '\u00C1', '\u00C2', '\u00C3', '\u00C4', '\u00C5', 
80                 '\u00C6', '\u00C7', '\u00C8', '\u00C9', '\u00CA', '\u00CB', 
81                 '\u00CC', '\u00CD', '\u00CE', '\u00CF', '\u00D0', '\u00D1', 
82                 '\u00D2', '\u00D3', '\u00D4', '\u00D5', '\u00D6', '\u00D7', 
83                 '\u00D8', '\u00D9', '\u00DA', '\u00DB', '\u00DC', '\u00DD', 
84                 '\u00DE', '\u00DF', '\u00E0', '\u00E1', '\u00E2', '\u00E3', 
85                 '\u00E4', '\u00E5', '\u00E6', '\u00E7', '\u00E8', '\u00E9', 
86                 '\u00EA', '\u00EB', '\u00EC', '\u00ED', '\u00EE', '\u00EF', 
87                 '\u00F0', '\u00F1', '\u00F2', '\u00F3', '\u00F4', '\u00F5', 
88                 '\u00F6', '\u00F7', '\u00F8', '\u00F9', '\u00FA', '\u00FB', 
89                 '\u00FC', '\u00FD', '\u00FE', '\u00FF', 
90         };
91
92         // Get the number of bytes needed to encode a character buffer.
93         public unsafe override int GetByteCountImpl (char* chars, int count)
94         {
95                 if (this.EncoderFallback != null)               {
96                         //Calculate byte count by actually doing encoding and discarding the data.
97                         return GetBytesImpl(chars, count, null, 0);
98                 }
99                 else
100                 
101                 {
102                         return count;
103                 }
104         }
105         
106         // Get the number of bytes needed to encode a character buffer.
107         public override int GetByteCount (String s)
108         {
109                 if (this.EncoderFallback != null)
110                 {
111                         //Calculate byte count by actually doing encoding and discarding the data.
112                         unsafe
113                         {
114                                 fixed (char *s_ptr = s)
115                                 {
116                                         return GetBytesImpl(s_ptr, s.Length, null, 0);
117                                 }
118                         }
119                 }
120                 else
121                 {
122                         //byte count equals character count because no EncoderFallback set
123                         return s.Length;
124                 }
125         }
126         
127         //ToBytes is just an alias for GetBytesImpl, but doesn't return byte count
128         protected unsafe override void ToBytes(char* chars, int charCount,
129                                         byte* bytes, int byteCount)
130         {
131                 //Calling ToBytes with null destination buffer doesn't make any sense
132                 if (bytes == null)
133                         throw new ArgumentNullException("bytes");
134                 GetBytesImpl(chars, charCount, bytes, byteCount);
135         }
136         
137         public unsafe override int GetBytesImpl (char* chars, int charCount,
138                                                  byte* bytes, int byteCount)
139         {
140                 int ch;
141                 int charIndex = 0;
142                 int byteIndex = 0;
143 #if NET_2_0
144                 EncoderFallbackBuffer buffer = null;
145 #endif
146                 while (charCount > 0)
147                 {
148                         ch = (int)(chars[charIndex]);
149                         charIndex++;
150                         charCount--;
151                         if(ch >= 128) switch(ch)
152                         {
153                                 case 0x0081:
154                                 case 0x008D:
155                                 case 0x008F:
156                                 case 0x0090:
157                                 case 0x009D:
158                                 case 0x00A0:
159                                 case 0x00A1:
160                                 case 0x00A2:
161                                 case 0x00A3:
162                                 case 0x00A4:
163                                 case 0x00A5:
164                                 case 0x00A6:
165                                 case 0x00A7:
166                                 case 0x00A8:
167                                 case 0x00A9:
168                                 case 0x00AA:
169                                 case 0x00AB:
170                                 case 0x00AC:
171                                 case 0x00AD:
172                                 case 0x00AE:
173                                 case 0x00AF:
174                                 case 0x00B0:
175                                 case 0x00B1:
176                                 case 0x00B2:
177                                 case 0x00B3:
178                                 case 0x00B4:
179                                 case 0x00B5:
180                                 case 0x00B6:
181                                 case 0x00B7:
182                                 case 0x00B8:
183                                 case 0x00B9:
184                                 case 0x00BA:
185                                 case 0x00BB:
186                                 case 0x00BC:
187                                 case 0x00BD:
188                                 case 0x00BE:
189                                 case 0x00BF:
190                                 case 0x00C0:
191                                 case 0x00C1:
192                                 case 0x00C2:
193                                 case 0x00C3:
194                                 case 0x00C4:
195                                 case 0x00C5:
196                                 case 0x00C6:
197                                 case 0x00C7:
198                                 case 0x00C8:
199                                 case 0x00C9:
200                                 case 0x00CA:
201                                 case 0x00CB:
202                                 case 0x00CC:
203                                 case 0x00CD:
204                                 case 0x00CE:
205                                 case 0x00CF:
206                                 case 0x00D0:
207                                 case 0x00D1:
208                                 case 0x00D2:
209                                 case 0x00D3:
210                                 case 0x00D4:
211                                 case 0x00D5:
212                                 case 0x00D6:
213                                 case 0x00D7:
214                                 case 0x00D8:
215                                 case 0x00D9:
216                                 case 0x00DA:
217                                 case 0x00DB:
218                                 case 0x00DC:
219                                 case 0x00DD:
220                                 case 0x00DE:
221                                 case 0x00DF:
222                                 case 0x00E0:
223                                 case 0x00E1:
224                                 case 0x00E2:
225                                 case 0x00E3:
226                                 case 0x00E4:
227                                 case 0x00E5:
228                                 case 0x00E6:
229                                 case 0x00E7:
230                                 case 0x00E8:
231                                 case 0x00E9:
232                                 case 0x00EA:
233                                 case 0x00EB:
234                                 case 0x00EC:
235                                 case 0x00ED:
236                                 case 0x00EE:
237                                 case 0x00EF:
238                                 case 0x00F0:
239                                 case 0x00F1:
240                                 case 0x00F2:
241                                 case 0x00F3:
242                                 case 0x00F4:
243                                 case 0x00F5:
244                                 case 0x00F6:
245                                 case 0x00F7:
246                                 case 0x00F8:
247                                 case 0x00F9:
248                                 case 0x00FA:
249                                 case 0x00FB:
250                                 case 0x00FC:
251                                 case 0x00FD:
252                                 case 0x00FE:
253                                 case 0x00FF:
254                                         break;
255                                 case 0x0152: ch = 0x8C; break;
256                                 case 0x0153: ch = 0x9C; break;
257                                 case 0x0160: ch = 0x8A; break;
258                                 case 0x0161: ch = 0x9A; break;
259                                 case 0x0178: ch = 0x9F; break;
260                                 case 0x017D: ch = 0x8E; break;
261                                 case 0x017E: ch = 0x9E; break;
262                                 case 0x0192: ch = 0x83; break;
263                                 case 0x02C6: ch = 0x88; break;
264                                 case 0x02DC: ch = 0x98; break;
265                                 case 0x2013: ch = 0x96; break;
266                                 case 0x2014: ch = 0x97; break;
267                                 case 0x2018: ch = 0x91; break;
268                                 case 0x2019: ch = 0x92; break;
269                                 case 0x201A: ch = 0x82; break;
270                                 case 0x201C: ch = 0x93; break;
271                                 case 0x201D: ch = 0x94; break;
272                                 case 0x201E: ch = 0x84; break;
273                                 case 0x2020: ch = 0x86; break;
274                                 case 0x2021: ch = 0x87; break;
275                                 case 0x2022: ch = 0x95; break;
276                                 case 0x2026: ch = 0x85; break;
277                                 case 0x2030: ch = 0x89; break;
278                                 case 0x2039: ch = 0x8B; break;
279                                 case 0x203A: ch = 0x9B; break;
280                                 case 0x20AC: ch = 0x80; break;
281                                 case 0x2122: ch = 0x99; break;
282                                 default:
283                                 {
284                                         if(ch >= 0xFF01 && ch <= 0xFF5E)
285                                         {
286                                                 ch -= 0xFEE0;
287                                         }
288                                         else
289                                         {
290                                                 HandleFallback (ref buffer, chars, ref charIndex, ref charCount, bytes, ref byteIndex, ref byteCount);
291                                                 continue;
292                                         }
293                                 }
294                                 break;
295                         }
296                         //Write encoded byte to buffer, if buffer is defined and fallback was not used
297                         if (bytes != null)
298                                 bytes[byteIndex] = (byte)ch;
299                         byteIndex++;
300                         byteCount--;
301                 }
302                 return byteIndex;
303         }
304
305         /*
306         protected override void ToBytes(String s, int charIndex, int charCount,
307                                         byte[] bytes, int byteIndex)
308         {
309                 int ch;
310                 while(charCount > 0)
311                 {
312                         ch = (int)(s[charIndex++]);
313                         if(ch >= 128) switch(ch)
314                         {
315                                 case 0x0081:
316                                 case 0x008D:
317                                 case 0x008F:
318                                 case 0x0090:
319                                 case 0x009D:
320                                 case 0x00A0:
321                                 case 0x00A1:
322                                 case 0x00A2:
323                                 case 0x00A3:
324                                 case 0x00A4:
325                                 case 0x00A5:
326                                 case 0x00A6:
327                                 case 0x00A7:
328                                 case 0x00A8:
329                                 case 0x00A9:
330                                 case 0x00AA:
331                                 case 0x00AB:
332                                 case 0x00AC:
333                                 case 0x00AD:
334                                 case 0x00AE:
335                                 case 0x00AF:
336                                 case 0x00B0:
337                                 case 0x00B1:
338                                 case 0x00B2:
339                                 case 0x00B3:
340                                 case 0x00B4:
341                                 case 0x00B5:
342                                 case 0x00B6:
343                                 case 0x00B7:
344                                 case 0x00B8:
345                                 case 0x00B9:
346                                 case 0x00BA:
347                                 case 0x00BB:
348                                 case 0x00BC:
349                                 case 0x00BD:
350                                 case 0x00BE:
351                                 case 0x00BF:
352                                 case 0x00C0:
353                                 case 0x00C1:
354                                 case 0x00C2:
355                                 case 0x00C3:
356                                 case 0x00C4:
357                                 case 0x00C5:
358                                 case 0x00C6:
359                                 case 0x00C7:
360                                 case 0x00C8:
361                                 case 0x00C9:
362                                 case 0x00CA:
363                                 case 0x00CB:
364                                 case 0x00CC:
365                                 case 0x00CD:
366                                 case 0x00CE:
367                                 case 0x00CF:
368                                 case 0x00D0:
369                                 case 0x00D1:
370                                 case 0x00D2:
371                                 case 0x00D3:
372                                 case 0x00D4:
373                                 case 0x00D5:
374                                 case 0x00D6:
375                                 case 0x00D7:
376                                 case 0x00D8:
377                                 case 0x00D9:
378                                 case 0x00DA:
379                                 case 0x00DB:
380                                 case 0x00DC:
381                                 case 0x00DD:
382                                 case 0x00DE:
383                                 case 0x00DF:
384                                 case 0x00E0:
385                                 case 0x00E1:
386                                 case 0x00E2:
387                                 case 0x00E3:
388                                 case 0x00E4:
389                                 case 0x00E5:
390                                 case 0x00E6:
391                                 case 0x00E7:
392                                 case 0x00E8:
393                                 case 0x00E9:
394                                 case 0x00EA:
395                                 case 0x00EB:
396                                 case 0x00EC:
397                                 case 0x00ED:
398                                 case 0x00EE:
399                                 case 0x00EF:
400                                 case 0x00F0:
401                                 case 0x00F1:
402                                 case 0x00F2:
403                                 case 0x00F3:
404                                 case 0x00F4:
405                                 case 0x00F5:
406                                 case 0x00F6:
407                                 case 0x00F7:
408                                 case 0x00F8:
409                                 case 0x00F9:
410                                 case 0x00FA:
411                                 case 0x00FB:
412                                 case 0x00FC:
413                                 case 0x00FD:
414                                 case 0x00FE:
415                                 case 0x00FF:
416                                         break;
417                                 case 0x0152: ch = 0x8C; break;
418                                 case 0x0153: ch = 0x9C; break;
419                                 case 0x0160: ch = 0x8A; break;
420                                 case 0x0161: ch = 0x9A; break;
421                                 case 0x0178: ch = 0x9F; break;
422                                 case 0x017D: ch = 0x8E; break;
423                                 case 0x017E: ch = 0x9E; break;
424                                 case 0x0192: ch = 0x83; break;
425                                 case 0x02C6: ch = 0x88; break;
426                                 case 0x02DC: ch = 0x98; break;
427                                 case 0x2013: ch = 0x96; break;
428                                 case 0x2014: ch = 0x97; break;
429                                 case 0x2018: ch = 0x91; break;
430                                 case 0x2019: ch = 0x92; break;
431                                 case 0x201A: ch = 0x82; break;
432                                 case 0x201C: ch = 0x93; break;
433                                 case 0x201D: ch = 0x94; break;
434                                 case 0x201E: ch = 0x84; break;
435                                 case 0x2020: ch = 0x86; break;
436                                 case 0x2021: ch = 0x87; break;
437                                 case 0x2022: ch = 0x95; break;
438                                 case 0x2026: ch = 0x85; break;
439                                 case 0x2030: ch = 0x89; break;
440                                 case 0x2039: ch = 0x8B; break;
441                                 case 0x203A: ch = 0x9B; break;
442                                 case 0x20AC: ch = 0x80; break;
443                                 case 0x2122: ch = 0x99; break;
444                                 default:
445                                 {
446                                         if(ch >= 0xFF01 && ch <= 0xFF5E)
447                                         {
448                                                 ch -= 0xFEE0;
449                                         }
450                                         else
451                                         {
452                                                 ch = 0x3F;
453                                         }
454                                 }
455                                 break;
456                         }
457                         bytes[byteIndex++] = (byte)ch;
458                         --charCount;
459                 }
460         }
461         */
462
463 }; // class CP1252
464
465 [Serializable]
466 public class ENCwindows_1252 : CP1252
467 {
468         public ENCwindows_1252() : base() {}
469
470 }; // class ENCwindows_1252
471
472 }; // namespace I18N.West