summaryrefslogtreecommitdiff
path: root/jni/iconv/lib/iso8859_14.h
blob: 01c9cdd950941bc6f4282af4f77b1b4e0020ecf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
/*
 * Copyright (C) 1999-2001 Free Software Foundation, Inc.
 * This file is part of the GNU LIBICONV Library.
 *
 * The GNU LIBICONV Library is free software; you can redistribute it
 * and/or modify it under the terms of the GNU Library General Public
 * License as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * The GNU LIBICONV Library is distributed in the hope that it will be
 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Library General Public License for more details.
 *
 * You should have received a copy of the GNU Library General Public
 * License along with the GNU LIBICONV Library; see the file COPYING.LIB.
 * If not, write to the Free Software Foundation, Inc., 51 Franklin Street,
 * Fifth Floor, Boston, MA 02110-1301, USA.
 */

/*
 * ISO-8859-14
 */

static const unsigned short iso8859_14_2uni[96] = {
  /* 0xa0 */
  0x00a00x1e020x1e030x00a30x010a0x010b0x1e0a0x00a7,
  0x1e800x00a90x1e820x1e0b0x1ef20x00ad0x00ae0x0178,
  /* 0xb0 */
  0x1e1e0x1e1f0x01200x01210x1e400x1e410x00b60x1e56,
  0x1e810x1e570x1e830x1e600x1ef30x1e840x1e850x1e61,
  /* 0xc0 */
  0x00c00x00c10x00c20x00c30x00c40x00c50x00c60x00c7,
  0x00c80x00c90x00ca0x00cb0x00cc0x00cd0x00ce0x00cf,
  /* 0xd0 */
  0x01740x00d10x00d20x00d30x00d40x00d50x00d60x1e6a,
  0x00d80x00d90x00da0x00db0x00dc0x00dd0x01760x00df,
  /* 0xe0 */
  0x00e00x00e10x00e20x00e30x00e40x00e50x00e60x00e7,
  0x00e80x00e90x00ea0x00eb0x00ec0x00ed0x00ee0x00ef,
  /* 0xf0 */
  0x01750x00f10x00f20x00f30x00f40x00f50x00f60x1e6b,
  0x00f80x00f90x00fa0x00fb0x00fc0x00fd0x01770x00ff,
};

static int
iso8859_14_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n)
{
  unsigned char c = *s;
  if (c >= 0xa0)
    *pwc = (ucs4_t) iso8859_14_2uni[c-0xa0];
  else
    *pwc = (ucs4_t) c;
  return 1;
}

static const unsigned char iso8859_14_page00[96] = {
  0xa00x000x000xa30x000x000x000xa7/* 0xa0-0xa7 */
  0x000xa90x000x000x000xad0xae0x00/* 0xa8-0xaf */
  0x000x000x000x000x000x000xb60x00/* 0xb0-0xb7 */
  0x000x000x000x000x000x000x000x00/* 0xb8-0xbf */
  0xc00xc10xc20xc30xc40xc50xc60xc7/* 0xc0-0xc7 */
  0xc80xc90xca0xcb0xcc0xcd0xce0xcf/* 0xc8-0xcf */
  0x000xd10xd20xd30xd40xd50xd60x00/* 0xd0-0xd7 */
  0xd80xd90xda0xdb0xdc0xdd0x000xdf/* 0xd8-0xdf */
  0xe00xe10xe20xe30xe40xe50xe60xe7/* 0xe0-0xe7 */
  0xe80xe90xea0xeb0xec0xed0xee0xef/* 0xe8-0xef */
  0x000xf10xf20xf30xf40xf50xf60x00/* 0xf0-0xf7 */
  0xf80xf90xfa0xfb0xfc0xfd0x000xff/* 0xf8-0xff */
};
static const unsigned char iso8859_14_page01_0[32] = {
  0x000x000xa40xa50x000x000x000x00/* 0x08-0x0f */
  0x000x000x000x000x000x000x000x00/* 0x10-0x17 */
  0x000x000x000x000x000x000x000x00/* 0x18-0x1f */
  0xb20xb30x000x000x000x000x000x00/* 0x20-0x27 */
};
static const unsigned char iso8859_14_page01_1[16] = {
  0x000x000x000x000xd00xf00xde0xfe/* 0x70-0x77 */
  0xaf0x000x000x000x000x000x000x00/* 0x78-0x7f */
};
static const unsigned char iso8859_14_page1e_0[136] = {
  0x000x000xa10xa20x000x000x000x00/* 0x00-0x07 */
  0x000x000xa60xab0x000x000x000x00/* 0x08-0x0f */
  0x000x000x000x000x000x000x000x00/* 0x10-0x17 */
  0x000x000x000x000x000x000xb00xb1/* 0x18-0x1f */
  0x000x000x000x000x000x000x000x00/* 0x20-0x27 */
  0x000x000x000x000x000x000x000x00/* 0x28-0x2f */
  0x000x000x000x000x000x000x000x00/* 0x30-0x37 */
  0x000x000x000x000x000x000x000x00/* 0x38-0x3f */
  0xb40xb50x000x000x000x000x000x00/* 0x40-0x47 */
  0x000x000x000x000x000x000x000x00/* 0x48-0x4f */
  0x000x000x000x000x000x000xb70xb9/* 0x50-0x57 */
  0x000x000x000x000x000x000x000x00/* 0x58-0x5f */
  0xbb0xbf0x000x000x000x000x000x00/* 0x60-0x67 */
  0x000x000xd70xf70x000x000x000x00/* 0x68-0x6f */
  0x000x000x000x000x000x000x000x00/* 0x70-0x77 */
  0x000x000x000x000x000x000x000x00/* 0x78-0x7f */
  0xa80xb80xaa0xba0xbd0xbe0x000x00/* 0x80-0x87 */
};
static const unsigned char iso8859_14_page1e_1[8] = {
  0x000x000xac0xbc0x000x000x000x00/* 0xf0-0xf7 */
};

static int
iso8859_14_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
{
  unsigned char c = 0;
  if (wc < 0x00a0) {
    *r = wc;
    return 1;
  }
  else if (wc >= 0x00a0 && wc < 0x0100)
    c = iso8859_14_page00[wc-0x00a0];
  else if (wc >= 0x0108 && wc < 0x0128)
    c = iso8859_14_page01_0[wc-0x0108];
  else if (wc >= 0x0170 && wc < 0x0180)
    c = iso8859_14_page01_1[wc-0x0170];
  else if (wc >= 0x1e00 && wc < 0x1e88)
    c = iso8859_14_page1e_0[wc-0x1e00];
  else if (wc >= 0x1ef0 && wc < 0x1ef8)
    c = iso8859_14_page1e_1[wc-0x1ef0];
  if (c != 0) {
    *r = c;
    return 1;
  }
  return RET_ILUNI;
}