xref: /haiku/src/libs/iconv/georgian_academy.h (revision aef5731f38da6f7b913e0f64acd8a40555491ce5)
1*aef5731fSOliver Tappe /*
2*aef5731fSOliver Tappe  * Copyright (C) 1999-2001 Free Software Foundation, Inc.
3*aef5731fSOliver Tappe  * This file is part of the GNU LIBICONV Library.
4*aef5731fSOliver Tappe  *
5*aef5731fSOliver Tappe  * The GNU LIBICONV Library is free software; you can redistribute it
6*aef5731fSOliver Tappe  * and/or modify it under the terms of the GNU Library General Public
7*aef5731fSOliver Tappe  * License as published by the Free Software Foundation; either version 2
8*aef5731fSOliver Tappe  * of the License, or (at your option) any later version.
9*aef5731fSOliver Tappe  *
10*aef5731fSOliver Tappe  * The GNU LIBICONV Library is distributed in the hope that it will be
11*aef5731fSOliver Tappe  * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
12*aef5731fSOliver Tappe  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13*aef5731fSOliver Tappe  * Library General Public License for more details.
14*aef5731fSOliver Tappe  *
15*aef5731fSOliver Tappe  * You should have received a copy of the GNU Library General Public
16*aef5731fSOliver Tappe  * License along with the GNU LIBICONV Library; see the file COPYING.LIB.
17*aef5731fSOliver Tappe  * If not, write to the Free Software Foundation, Inc., 51 Franklin Street,
18*aef5731fSOliver Tappe  * Fifth Floor, Boston, MA 02110-1301, USA.
19*aef5731fSOliver Tappe  */
20*aef5731fSOliver Tappe 
21*aef5731fSOliver Tappe /*
22*aef5731fSOliver Tappe  * GEORGIAN-ACADEMY
23*aef5731fSOliver Tappe  */
24*aef5731fSOliver Tappe 
25*aef5731fSOliver Tappe static const unsigned short georgian_academy_2uni[32] = {
26*aef5731fSOliver Tappe   /* 0x80 */
27*aef5731fSOliver Tappe   0x0080, 0x0081, 0x201a, 0x0192, 0x201e, 0x2026, 0x2020, 0x2021,
28*aef5731fSOliver Tappe   0x02c6, 0x2030, 0x0160, 0x2039, 0x0152, 0x008d, 0x008e, 0x008f,
29*aef5731fSOliver Tappe   /* 0x90 */
30*aef5731fSOliver Tappe   0x0090, 0x2018, 0x2019, 0x201c, 0x201d, 0x2022, 0x2013, 0x2014,
31*aef5731fSOliver Tappe   0x02dc, 0x2122, 0x0161, 0x203a, 0x0153, 0x009d, 0x009e, 0x0178,
32*aef5731fSOliver Tappe };
33*aef5731fSOliver Tappe 
34*aef5731fSOliver Tappe static int
georgian_academy_mbtowc(conv_t conv,ucs4_t * pwc,const unsigned char * s,int n)35*aef5731fSOliver Tappe georgian_academy_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
36*aef5731fSOliver Tappe {
37*aef5731fSOliver Tappe   unsigned char c = *s;
38*aef5731fSOliver Tappe   if (c >= 0x80 && c < 0xa0)
39*aef5731fSOliver Tappe     *pwc = (ucs4_t) georgian_academy_2uni[c-0x80];
40*aef5731fSOliver Tappe   else if (c >= 0xc0 && c < 0xe7)
41*aef5731fSOliver Tappe     *pwc = (ucs4_t) c + 0x1010;
42*aef5731fSOliver Tappe   else
43*aef5731fSOliver Tappe     *pwc = (ucs4_t) c;
44*aef5731fSOliver Tappe   return 1;
45*aef5731fSOliver Tappe }
46*aef5731fSOliver Tappe 
47*aef5731fSOliver Tappe static const unsigned char georgian_academy_page00[32] = {
48*aef5731fSOliver Tappe   0x80, 0x81, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x80-0x87 */
49*aef5731fSOliver Tappe   0x00, 0x00, 0x00, 0x00, 0x00, 0x8d, 0x8e, 0x8f, /* 0x88-0x8f */
50*aef5731fSOliver Tappe   0x90, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x90-0x97 */
51*aef5731fSOliver Tappe   0x00, 0x00, 0x00, 0x00, 0x00, 0x9d, 0x9e, 0x00, /* 0x98-0x9f */
52*aef5731fSOliver Tappe };
53*aef5731fSOliver Tappe static const unsigned char georgian_academy_page01[72] = {
54*aef5731fSOliver Tappe   0x00, 0x00, 0x8c, 0x9c, 0x00, 0x00, 0x00, 0x00, /* 0x50-0x57 */
55*aef5731fSOliver Tappe   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x58-0x5f */
56*aef5731fSOliver Tappe   0x8a, 0x9a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x60-0x67 */
57*aef5731fSOliver Tappe   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x68-0x6f */
58*aef5731fSOliver Tappe   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x70-0x77 */
59*aef5731fSOliver Tappe   0x9f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x78-0x7f */
60*aef5731fSOliver Tappe   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x80-0x87 */
61*aef5731fSOliver Tappe   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x88-0x8f */
62*aef5731fSOliver Tappe   0x00, 0x00, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x90-0x97 */
63*aef5731fSOliver Tappe };
64*aef5731fSOliver Tappe static const unsigned char georgian_academy_page02[32] = {
65*aef5731fSOliver Tappe   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x88, 0x00, /* 0xc0-0xc7 */
66*aef5731fSOliver Tappe   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0xc8-0xcf */
67*aef5731fSOliver Tappe   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0xd0-0xd7 */
68*aef5731fSOliver Tappe   0x00, 0x00, 0x00, 0x00, 0x98, 0x00, 0x00, 0x00, /* 0xd8-0xdf */
69*aef5731fSOliver Tappe };
70*aef5731fSOliver Tappe static const unsigned char georgian_academy_page20[48] = {
71*aef5731fSOliver Tappe   0x00, 0x00, 0x00, 0x96, 0x97, 0x00, 0x00, 0x00, /* 0x10-0x17 */
72*aef5731fSOliver Tappe   0x91, 0x92, 0x82, 0x00, 0x93, 0x94, 0x84, 0x00, /* 0x18-0x1f */
73*aef5731fSOliver Tappe   0x86, 0x87, 0x95, 0x00, 0x00, 0x00, 0x85, 0x00, /* 0x20-0x27 */
74*aef5731fSOliver Tappe   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x28-0x2f */
75*aef5731fSOliver Tappe   0x89, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x30-0x37 */
76*aef5731fSOliver Tappe   0x00, 0x8b, 0x9b, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x38-0x3f */
77*aef5731fSOliver Tappe };
78*aef5731fSOliver Tappe 
79*aef5731fSOliver Tappe static int
georgian_academy_wctomb(conv_t conv,unsigned char * r,ucs4_t wc,int n)80*aef5731fSOliver Tappe georgian_academy_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
81*aef5731fSOliver Tappe {
82*aef5731fSOliver Tappe   unsigned char c = 0;
83*aef5731fSOliver Tappe   if (wc < 0x0080) {
84*aef5731fSOliver Tappe     *r = wc;
85*aef5731fSOliver Tappe     return 1;
86*aef5731fSOliver Tappe   }
87*aef5731fSOliver Tappe   else if (wc >= 0x0080 && wc < 0x00a0)
88*aef5731fSOliver Tappe     c = georgian_academy_page00[wc-0x0080];
89*aef5731fSOliver Tappe   else if ((wc >= 0x00a0 && wc < 0x00c0) || (wc >= 0x00e7 && wc < 0x0100))
90*aef5731fSOliver Tappe     c = wc;
91*aef5731fSOliver Tappe   else if (wc >= 0x0150 && wc < 0x0198)
92*aef5731fSOliver Tappe     c = georgian_academy_page01[wc-0x0150];
93*aef5731fSOliver Tappe   else if (wc >= 0x02c0 && wc < 0x02e0)
94*aef5731fSOliver Tappe     c = georgian_academy_page02[wc-0x02c0];
95*aef5731fSOliver Tappe   else if (wc >= 0x10d0 && wc < 0x10f7)
96*aef5731fSOliver Tappe     c = wc-0x1010;
97*aef5731fSOliver Tappe   else if (wc >= 0x2010 && wc < 0x2040)
98*aef5731fSOliver Tappe     c = georgian_academy_page20[wc-0x2010];
99*aef5731fSOliver Tappe   else if (wc == 0x2122)
100*aef5731fSOliver Tappe     c = 0x99;
101*aef5731fSOliver Tappe   if (c != 0) {
102*aef5731fSOliver Tappe     *r = c;
103*aef5731fSOliver Tappe     return 1;
104*aef5731fSOliver Tappe   }
105*aef5731fSOliver Tappe   return RET_ILUNI;
106*aef5731fSOliver Tappe }
107