File: getcode_map.c

package info (click to toggle)
libunicode-japanese-perl 0.50-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,376 kB
  • sloc: ansic: 30,821; perl: 5,635; erlang: 224; makefile: 191
file content (29 lines) | stat: -rw-r--r-- 1,182 bytes parent folder | download | duplicates (4)
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
/* ----------------------------------------------------------------------------
 * getcode_map.c
 * ----------------------------------------------------------------------------
 * Mastering programmed by YAMASHINA Hio
 *
 * Copyright 2008 YAMASHINA Hio
 * ----------------------------------------------------------------------------
 * $Id$
 * ------------------------------------------------------------------------- */

#define map_ascii       _uj_xs_map_ascii
#define map_eucjp       _uj_xs_map_eucjp
#define map_sjis        _uj_xs_map_sjis
#define map_utf8        _uj_xs_map_utf8
#define map_jis         _uj_xs_map_jis
#define map_jis_au      _uj_xs_map_jis_au
#define map_jis_jsky    _uj_xs_map_jis_jsky
#define map_utf32_be    _uj_xs_map_utf32_be
#define map_utf32_le    _uj_xs_map_utf32_le
#define map_sjis_jsky   _uj_xs_map_sjis_jsky
#define map_sjis_imode  _uj_xs_map_sjis_imode
#define map_sjis_doti   _uj_xs_map_sjis_doti
#define map_sjis_au     _uj_xs_map_sjis_au

#include "../getcode_map.c"

/* ----------------------------------------------------------------------------
 * End of File.
 * ------------------------------------------------------------------------- */