summaryrefslogtreecommitdiff
path: root/jni/iconv/lib/iso8859_4.h
blob: 51e17786563e28bbcf907a1b0a1cb04f497dc6b3 (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
/*
 * 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-4
 */

static const unsigned short iso8859_4_2uni[96] = {
  /* 0xa0 */
  0x00a00x01040x01380x01560x00a40x01280x013b0x00a7,
  0x00a80x01600x01120x01220x01660x00ad0x017d0x00af,
  /* 0xb0 */
  0x00b00x01050x02db0x01570x00b40x01290x013c0x02c7,
  0x00b80x01610x01130x01230x01670x014a0x017e0x014b,
  /* 0xc0 */
  0x01000x00c10x00c20x00c30x00c40x00c50x00c60x012e,
  0x010c0x00c90x01180x00cb0x01160x00cd0x00ce0x012a,
  /* 0xd0 */
  0x01100x01450x014c0x01360x00d40x00d50x00d60x00d7,
  0x00d80x01720x00da0x00db0x00dc0x01680x016a0x00df,
  /* 0xe0 */
  0x01010x00e10x00e20x00e30x00e40x00e50x00e60x012f,
  0x010d0x00e90x01190x00eb0x01170x00ed0x00ee0x012b,
  /* 0xf0 */
  0x01110x01460x014d0x01370x00f40x00f50x00f60x00f7,
  0x00f80x01730x00fa0x00fb0x00fc0x01690x016b0x02d9,
};

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

static const unsigned char iso8859_4_page00[224] = {
  0xa00x000x000x000xa40x000x000xa7/* 0xa0-0xa7 */
  0xa80x000x000x000x000xad0x000xaf/* 0xa8-0xaf */
  0xb00x000x000x000xb40x000x000x00/* 0xb0-0xb7 */
  0xb80x000x000x000x000x000x000x00/* 0xb8-0xbf */
  0x000xc10xc20xc30xc40xc50xc60x00/* 0xc0-0xc7 */
  0x000xc90x000xcb0x000xcd0xce0x00/* 0xc8-0xcf */
  0x000x000x000x000xd40xd50xd60xd7/* 0xd0-0xd7 */
  0xd80x000xda0xdb0xdc0x000x000xdf/* 0xd8-0xdf */
  0x000xe10xe20xe30xe40xe50xe60x00/* 0xe0-0xe7 */
  0x000xe90x000xeb0x000xed0xee0x00/* 0xe8-0xef */
  0x000x000x000x000xf40xf50xf60xf7/* 0xf0-0xf7 */
  0xf80x000xfa0xfb0xfc0x000x000x00/* 0xf8-0xff */
  /* 0x0100 */
  0xc00xe00x000x000xa10xb10x000x00/* 0x00-0x07 */
  0x000x000x000x000xc80xe80x000x00/* 0x08-0x0f */
  0xd00xf00xaa0xba0x000x000xcc0xec/* 0x10-0x17 */
  0xca0xea0x000x000x000x000x000x00/* 0x18-0x1f */
  0x000x000xab0xbb0x000x000x000x00/* 0x20-0x27 */
  0xa50xb50xcf0xef0x000x000xc70xe7/* 0x28-0x2f */
  0x000x000x000x000x000x000xd30xf3/* 0x30-0x37 */
  0xa20x000x000xa60xb60x000x000x00/* 0x38-0x3f */
  0x000x000x000x000x000xd10xf10x00/* 0x40-0x47 */
  0x000x000xbd0xbf0xd20xf20x000x00/* 0x48-0x4f */
  0x000x000x000x000x000x000xa30xb3/* 0x50-0x57 */
  0x000x000x000x000x000x000x000x00/* 0x58-0x5f */
  0xa90xb90x000x000x000x000xac0xbc/* 0x60-0x67 */
  0xdd0xfd0xde0xfe0x000x000x000x00/* 0x68-0x6f */
  0x000x000xd90xf90x000x000x000x00/* 0x70-0x77 */
  0x000x000x000x000x000xae0xbe0x00/* 0x78-0x7f */
};
static const unsigned char iso8859_4_page02[32] = {
  0x000x000x000x000x000x000x000xb7/* 0xc0-0xc7 */
  0x000x000x000x000x000x000x000x00/* 0xc8-0xcf */
  0x000x000x000x000x000x000x000x00/* 0xd0-0xd7 */
  0x000xff0x000xb20x000x000x000x00/* 0xd8-0xdf */
};

static int
iso8859_4_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 < 0x0180)
    c = iso8859_4_page00[wc-0x00a0];
  else if (wc >= 0x02c0 && wc < 0x02e0)
    c = iso8859_4_page02[wc-0x02c0];
  if (c != 0) {
    *r = c;
    return 1;
  }
  return RET_ILUNI;
}