1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at src/OPENSOLARIS.LICENSE
9 * or http://www.opensolaris.org/os/licensing.
10 * See the License for the specific language governing permissions
11 * and limitations under the License.
12 *
13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file at src/OPENSOLARIS.LICENSE.
15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21/*
22 *  ICU License - ICU 1.8.1 and later
23 *
24 *  COPYRIGHT AND PERMISSION NOTICE
25 *
26 * Copyright (c) 1995-2005 International Business Machines Corporation and others
27 * All rights reserved.
28 *
29 * Permission is hereby granted, free of charge, to any person obtaining a
30 * copy of this software and associated documentation files (the
31 * "Software"), to deal in the Software without restriction, including
32 * without limitation the rights to use, copy, modify, merge, publish,
33 * distribute, and/or sell copies of the Software, and to permit persons
34 * to whom the Software is furnished to do so, provided that the above
35 * copyright notice(s) and this permission notice appear in all copies of
36 * the Software and that both the above copyright notice(s) and this
37 * permission notice appear in supporting documentation.
38 *
39 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
40 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
41 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
42 * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
43 * HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
44 * INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
45 * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
46 * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
47 * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
48 *
49 * Except as contained in this notice, the name of a copyright holder
50 * shall not be used in advertising or otherwise to promote the sale, use
51 * or other dealings in this Software without prior written authorization
52 * of the copyright holder.
53 *
54 * --------------------------------------------------------------------------
55 * All trademarks and registered trademarks mentioned herein are the property
56 * of their respective owners.
57 */
58
59//
60// Copyright (c) 2000 by Sun Microsystems, Inc.
61// All rights reserved.
62//
63//
64
65IBM-871%UTF-8 {
66    direction {
67	condition {
68		between 0x0...0x3;
69	} map {
70		0x00	0x00	// U+0000
71		0x01	0x01	// U+0001
72		0x02	0x02	// U+0002
73		0x03	0x03	// U+0003
74	};
75	condition {
76		between 0x4...0x4;
77	} map {
78		0x04    0xc29c  // U+009C
79	};
80	condition {
81		between 0x5...0x5;
82	} map {
83		0x05	0x09	// U+0009
84	};
85	condition {
86		between 0x6...0x6;
87	} map {
88		0x06	0xc286	// U+0086
89	};
90	condition {
91		between 0x7...0x7;
92	} map {
93		0x07	0x7f	// U+007F
94	};
95	condition {
96		between 0x8...0xa;
97	} map {
98		0x08	0xc297	// U+0097
99		0x09	0xc28d	// U+008D
100		0x0a	0xc28e	// U+008E
101	};
102	condition {
103		between 0xb...0x13;
104	} map {
105		0x0b	0x0b	// U+000B
106		0x0c	0x0c	// U+000c
107		0x0d	0x0d	// U+000d
108		0x0e	0x0e	// U+000E
109		0x0f	0x0f	// U+000F
110		0x10	0x10	// U+0010
111		0x11	0x11	// U+0011
112		0x12	0x12	// U+0012
113		0x13	0x13	// U+0013
114	};
115	condition {
116		between 0x14...0x15;
117	} map {
118		0x14	0xc29d	// U+009D
119		0x15	0xc285	// U+0085
120	};
121	condition {
122		between 0x16...0x16;
123	} map {
124		0x16	0x08	// U+0008
125	};
126	condition {
127		between 0x17...0x17;
128	} map {
129		0x17	0xc287	// U+0087
130	};
131	condition {
132		between 0x18...0x19;
133	} map {
134		0x18	0x18	// U+0018
135		0x19	0x19	// U+0019
136	};
137	condition {
138		between 0x1a...0x1b;
139	} map {
140		0x1a	0xc292	// U+0092
141		0x1b	0xc28f	// U+008F
142	};
143	condition {
144		between 0x1c...0x1f;
145	} map {
146		0x1c	0x1c	// U+001C
147		0x1d	0x1d	// U+001D
148		0x1e	0x1e	// U+001E
149		0x1f	0x1f	// U+001F
150	};
151	condition {
152		between 0x20...0x24;
153	} map {
154		0x20	0xc280	// U+0080
155		0x21	0xc281	// U+0081
156		0x22	0xc282	// U+0082
157		0x23	0xc283	// U+0083
158		0x24	0xc284	// U+0084
159	};
160	condition {
161		between 0x25...0x27;
162	} map {
163		0x25	0x0a	// U+000a
164		0x26	0x17	// U+0017
165		0x27	0x1b	// U+001B
166	};
167	condition {
168		between 0x28...0x2c;
169	} map {
170		0x28	0xc288	// U+0088
171		0x29	0xc289	// U+0089
172		0x2a	0xc28a	// U+008A
173		0x2b	0xc28b	// U+008B
174		0x2c	0xc28c	// U+008C
175	};
176	condition {
177		between 0x2d...0x2f;
178	} map {
179		0x2d	0x05	// U+0005
180		0x2e	0x06	// U+0006
181		0x2f	0x07	// U+0007
182	};
183	condition {
184		between 0x30...0x31;
185	} map {
186		0x30	0xc290	// U+0090
187		0x31	0xc291	// U+0091
188	};
189	condition {
190		between 0x32...0x32;
191	} map {
192		0x32	0x16	// U+0016
193	};
194	condition {
195		between 0x33...0x36;
196	} map {
197		0x33	0xc293	// U+0093
198		0x34	0xc294	// U+0094
199		0x35	0xc295	// U+0095
200		0x36	0xc296	// U+0096
201	};
202	condition {
203		between 0x37...0x37;
204	} map {
205		0x37	0x04	// U+0004
206	};
207	condition {
208		between 0x38...0x3b;
209	} map {
210		0x38	0xc298	// U+0098
211		0x39	0xc299	// U+0099
212		0x3a	0xc29a	// U+009A
213		0x3b	0xc29b	// U+009B
214	};
215	condition {
216		between 0x3c...0x3d;
217	} map {
218		0x3c	0x14	// U+0014
219		0x3d	0x15	// U+0015
220	};
221	condition {
222		between 0x3e...0x3e;
223	} map {
224		0x3e	0xc29e	// U+009E
225	};
226	condition {
227		between 0x3f...0x40;
228	} map {
229		0x3f	0x1a	// U+001A
230		0x40	0x20	// U+0020
231	};
232	condition {
233		between 0x41...0x4a;
234	} map {
235		0x41	0xc2a0	// U+00A0
236		0x42	0xc3a2	// U+00E2
237		0x43	0xc3a4	// U+00E4
238		0x44	0xc3a0	// U+00E0
239		0x45	0xc3a1	// U+00E1
240		0x46	0xc3a3	// U+00E3
241		0x47	0xc3a5	// U+00E5
242		0x48	0xc3a7	// U+00E7
243		0x49	0xc3b1	// U+00F1
244		0x4a	0xc39e	// U+00DE
245	};
246	condition {
247		between 0x4b...0x50;
248	} map {
249		0x4b	0x2e	// U+002E
250		0x4c	0x3c	// U+003C
251		0x4d	0x28	// U+0028
252		0x4e	0x2b	// U+002B
253		0x4f	0x21	// U+0021
254		0x50	0x26	// U+0026
255	};
256	condition {
257		between 0x51...0x5a;
258	} map {
259		0x51	0xc3a9	// U+00E9
260		0x52	0xc3aa	// U+00EA
261		0x53	0xc3ab	// U+00EB
262		0x54	0xc3a8	// U+00E8
263		0x55	0xc3ad	// U+00ED
264		0x56	0xc3ae	// U+00EE
265		0x57	0xc3af	// U+00EF
266		0x58	0xc3ac	// U+00EC
267		0x59	0xc39f	// U+00DF
268		0x5a	0xc386	// U+00C6
269	};
270	condition {
271		between 0x5b...0x5e;
272	} map {
273		0x5b	0x24	// U+0024
274		0x5c	0x2a	// U+002A
275		0x5d	0x29	// U+0029
276		0x5e	0x3b	// U+003B
277	};
278	condition {
279		between 0x5f...0x5f;
280	} map {
281		0x5f	0xc396	// U+00D6
282	};
283	condition {
284		between 0x60...0x61;
285	} map {
286		0x60	0x2d	// U+002D
287		0x61	0x2f	// U+002F
288	};
289	condition {
290		between 0x62...0x6a;
291	} map {
292		0x62	0xc382	// U+00C2
293		0x63	0xc384	// U+00C4
294		0x64	0xc380	// U+00C0
295		0x65	0xc381	// U+00C1
296		0x66	0xc383	// U+00C3
297		0x67	0xc385	// U+00C5
298		0x68	0xc387	// U+00C7
299		0x69	0xc391	// U+00D1
300		0x6a	0xc2a6	// U+00A6
301	};
302	condition {
303		between 0x6b...0x6f;
304	} map {
305		0x6b	0x2c	// U+002C
306		0x6c	0x25	// U+0025
307		0x6d	0x5f	// U+005F
308		0x6e	0x3e	// U+003E
309		0x6f	0x3f	// U+003F
310	};
311	condition {
312		between 0x70...0x79;
313	} map {
314		0x70	0xc3b8	// U+00F8
315		0x71	0xc389	// U+00C9
316		0x72	0xc38a	// U+00CA
317		0x73	0xc38b	// U+00CB
318		0x74	0xc388	// U+00C8
319		0x75	0xc38d	// U+00CD
320		0x76	0xc38e	// U+00CE
321		0x77	0xc38f	// U+00CF
322		0x78	0xc38c	// U+00CC
323		0x79	0xc3b0	// U+00F0
324	};
325	condition {
326		between 0x7a...0x7b;
327	} map {
328		0x7a	0x3a	// U+003A
329		0x7b	0x23	// U+0023
330	};
331	condition {
332		between 0x7c...0x7c;
333	} map {
334		0x7c	0xc390	// U+00D0
335	};
336	condition {
337		between 0x7d...0x7f;
338	} map {
339		0x7d	0x27	// U+0027
340		0x7e	0x3d	// U+003D
341		0x7f	0x22	// U+0022
342	};
343	condition {
344		between 0x80...0x80;
345	} map {
346		0x80	0xc398	// U+00D8
347	};
348	condition {
349		between 0x81...0x89;
350	} map {
351		0x81	0x61	// U+0061
352		0x82	0x62	// U+0062
353		0x83	0x63	// U+0063
354		0x84	0x64	// U+0064
355		0x85	0x65	// U+0065
356		0x86	0x66	// U+0066
357		0x87	0x67	// U+0067
358		0x88	0x68	// U+0068
359		0x89	0x69	// U+0069
360	};
361	condition {
362		between 0x8a...0x8b;
363	} map {
364		0x8a	0xc2ab	// U+00AB
365		0x8b	0xc2bb	// U+00BB
366	};
367	condition {
368		between 0x8c...0x8c;
369	} map {
370		0x8c	0x60	// U+0060
371	};
372	condition {
373		between 0x8d...0x8d;
374	} map {
375		0x8d	0xc3bd	// U+00FD
376	};
377	condition {
378		between 0x8e...0x8e;
379	} map {
380		0x8e	0x7b	// U+007B
381	};
382	condition {
383		between 0x8f...0x90;
384	} map {
385		0x8f	0xc2b1	// U+00B1
386		0x90	0xc2b0	// U+00B0
387	};
388	condition {
389		between 0x91...0x99;
390	} map {
391		0x91	0x6a	// U+006A
392		0x92	0x6b	// U+006B
393		0x93	0x6c	// U+006C
394		0x94	0x6d	// U+006D
395		0x95	0x6e	// U+006E
396		0x96	0x6f	// U+006F
397		0x97	0x70	// U+0070
398		0x98	0x71	// U+0071
399		0x99	0x72	// U+0072
400	};
401	condition {
402		between 0x9a...0x9b;
403	} map {
404		0x9a	0xc2aa	// U+00AA
405		0x9b	0xc2ba	// U+00BA
406	};
407	condition {
408		between 0x9c...0x9c;
409	} map {
410		0x9c	0x7d	// U+007D
411	};
412	condition {
413		between 0x9d...0x9d;
414	} map {
415		0x9d	0xc2b8	// U+00B8
416	};
417	condition {
418		between 0x9e...0x9e;
419	} map {
420		0x9e	0x5d	// U+005D
421	};
422	condition {
423		between 0x9f...0xa1;
424	} map {
425		0x9f	0xc2a4	// U+00A4
426		0xa0	0xc2b5	// U+00B5
427		0xa1	0xc3b6	// U+00F6
428	};
429	condition {
430		between 0xa2...0xa9;
431	} map {
432		0xa2	0x73	// U+0073
433		0xa3	0x74	// U+0074
434		0xa4	0x75	// U+0075
435		0xa5	0x76	// U+0076
436		0xa6	0x77	// U+0077
437		0xa7	0x78	// U+0078
438		0xa8	0x79	// U+0079
439		0xa9	0x7a	// U+007A
440	};
441	condition {
442		between 0xaa...0xab;
443	} map {
444		0xaa	0xc2a1	// U+00A1
445		0xab	0xc2bf	// U+00BF
446	};
447	condition {
448		between 0xac...0xac;
449	} map {
450		0xac	0x40	// U+0040
451	};
452	condition {
453		between 0xad...0xad;
454	} map {
455		0xad	0xc39d	// U+00DD
456	};
457	condition {
458		between 0xae...0xae;
459	} map {
460		0xae	0x5b	// U+005B
461	};
462	condition {
463		between 0xaf...0xba;
464	} map {
465		0xaf	0xc2ae	// U+00AE
466		0xb0	0xc2a2	// U+00A2
467		0xb1	0xc2a3	// U+00A3
468		0xb2	0xc2a5	// U+00A5
469		0xb3	0xc2b7	// U+00B7
470		0xb4	0xc2a9	// U+00A9
471		0xb5	0xc2a7	// U+00A7
472		0xb6	0xc2b6	// U+00B6
473		0xb7	0xc2bc	// U+00BC
474		0xb8	0xc2bd	// U+00BD
475		0xb9	0xc2be	// U+00BE
476		0xba	0xc2ac	// U+00AC
477	};
478	condition {
479		between 0xbb...0xbb;
480	} map {
481		0xbb	0x7c	// U+007C
482	};
483	condition {
484		between 0xbc...0xbd;
485	} map {
486		0xbc	0xc2af	// U+00AF
487		0xbd	0xc2a8	// U+00A8
488	};
489	condition {
490		between 0xbe...0xbe;
491	} map {
492		0xbe	0x5c	// U+005c
493	};
494	condition {
495		between 0xbf...0xc0;
496	} map {
497		0xbf	0xc397	// U+00D7
498		0xc0	0xc3be	// U+00FE
499	};
500	condition {
501		between 0xc1...0xc9;
502	} map {
503		0xc1	0x41	// U+0041
504		0xc2	0x42	// U+0042
505		0xc3	0x43	// U+0043
506		0xc4	0x44	// U+0044
507		0xc5	0x45	// U+0045
508		0xc6	0x46	// U+0046
509		0xc7	0x47	// U+0047
510		0xc8	0x48	// U+0048
511		0xc9	0x49	// U+0049
512	};
513	condition {
514		between 0xca...0xcb;
515	} map {
516		0xca	0xc2ad	// U+00AD
517		0xcb	0xc3b4	// U+00F4
518	};
519	condition {
520		between 0xcc...0xcc;
521	} map {
522		0xcc	0x7e	// U+007E
523	};
524	condition {
525		between 0xcd...0xd0;
526	} map {
527		0xcd	0xc3b2	// U+00F2
528		0xce	0xc3b3	// U+00F3
529		0xcf	0xc3b5	// U+00F5
530		0xd0	0xc3a6	// U+00E6
531	};
532	condition {
533		between 0xd1...0xd9;
534	} map {
535		0xd1	0x4a	// U+004A
536		0xd2	0x4b	// U+004B
537		0xd3	0x4c	// U+004C
538		0xd4	0x4d	// U+004D
539		0xd5	0x4e	// U+004E
540		0xd6	0x4f	// U+004F
541		0xd7	0x50	// U+0050
542		0xd8	0x51	// U+0051
543		0xd9	0x52	// U+0052
544	};
545	condition {
546		between 0xda...0xe1;
547	} map {
548		0xda	0xc2b9	// U+00B9
549		0xdb	0xc3bb	// U+00FB
550		0xdc	0xc3bc	// U+00FC
551		0xdd	0xc3b9	// U+00F9
552		0xde	0xc3ba	// U+00FA
553		0xdf	0xc3bf	// U+00FF
554		0xe0	0xc2b4	// U+00B4
555		0xe1	0xc3b7	// U+00F7
556	};
557	condition {
558		between 0xe2...0xe9;
559	} map {
560		0xe2	0x53	// U+0053
561		0xe3	0x54	// U+0054
562		0xe4	0x55	// U+0055
563		0xe5	0x56	// U+0056
564		0xe6	0x57	// U+0057
565		0xe7	0x58	// U+0058
566		0xe8	0x59	// U+0059
567		0xe9	0x5a	// U+005A
568	};
569	condition {
570		between 0xea...0xeb;
571	} map {
572		0xea	0xc2b2	// U+00B2
573		0xeb	0xc394	// U+00D4
574	};
575	condition {
576		between 0xec...0xec;
577	} map {
578		0xec	0x5e	// U+005E
579	};
580	condition {
581		between 0xed...0xef;
582	} map {
583		0xed	0xc392	// U+00D2
584		0xee	0xc393	// U+00D3
585		0xef	0xc395	// U+00D5
586	};
587	condition {
588		between 0xf0...0xf9;
589	} map {
590		0xf0	0x30	// U+0030
591		0xf1	0x31	// U+0031
592		0xf2	0x32	// U+0032
593		0xf3	0x33	// U+0033
594		0xf4	0x34	// U+0034
595		0xf5	0x35	// U+0035
596		0xf6	0x36	// U+0036
597		0xf7	0x37	// U+0037
598		0xf8	0x38	// U+0038
599		0xf9	0x39	// U+0039
600	};
601	condition {
602		between 0xfa...0xff;
603	} map {
604		0xfa	0xc2b3	// U+00B3
605		0xfb	0xc39b	// U+00DB
606		0xfc	0xc39c	// U+00DC
607		0xfd	0xc399	// U+00D9
608		0xfe	0xc39a	// U+00DA
609		0xff	0xc29f	// U+009F
610	};
611    };
612}
613