• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H26-Feb-2012-424308

c_lib/H26-Feb-2012-26,09524,922

erlang/H26-Feb-2012-1,235836

hints/H26-Feb-2012-4622

inc/ExtUtils/H26-Feb-2012-551306

lib/Unicode/H26-Feb-2012-2,2001,510

t/H26-Feb-2012-2,9472,337

win32/H26-Feb-2012-3921

ChangesH A D26-Feb-20125.4 KiB173128

Japanese.hH A D10-Feb-20124 KiB174113

Japanese.xsH A D26-Feb-20123.7 KiB276227

MANIFESTH A D10-Feb-20123.5 KiB161160

MANIFEST.enH A D10-Feb-20122.2 KiB6968

MANIFEST.noxsH A D10-Feb-2012809 3534

META.ymlH A D26-Feb-2012538 2321

Makefile.PLH A D10-Feb-20129.3 KiB361285

READMEH A D10-Feb-2012900 4227

SIGNATUREH A D26-Feb-201210.3 KiB183176

conv.cH A D10-Feb-201210.8 KiB423343

eucjp.cH A D10-Feb-20125.4 KiB232200

getcode.cH A D10-Feb-201210.9 KiB478414

getcode.hH A D10-Feb-2012971 3828

getcode_map.cH A D10-Feb-201290.2 KiB1,5271,408

jis.cH A D10-Feb-20128.2 KiB349311

memmap_common.cH A D10-Feb-20126.4 KiB183134

memmap_unix.cH A D10-Feb-20122.3 KiB9560

memmap_win32.cH A D10-Feb-20124.3 KiB174125

sjis.cH A D10-Feb-20121.3 KiB2520

sjis.hH A D10-Feb-2012478 2111

sjis_doti.cH A D10-Feb-201211.9 KiB469397

sjis_imode1.cH A D10-Feb-201212 KiB475402

sjis_imode2.cH A D10-Feb-201212 KiB476402

sjis_jsky1.cH A D10-Feb-201214.2 KiB558451

sjis_jsky2.cH A D10-Feb-201214.3 KiB562459

str.hH A D10-Feb-20124.4 KiB150106

ucs2_utf8.cH A D10-Feb-20128.4 KiB328262

ucs4.cH A D10-Feb-20127.4 KiB286226

utf16.cH A D10-Feb-20128.7 KiB335268

utf8.cH A D10-Feb-20123.5 KiB139106

wordsize.cH A D10-Feb-2012249 139

xs_test.cH A D10-Feb-2012608 3728

README

1Unicode/Japanese version 0.26
2=============================
3
4Unicode::Japanese is for converting character set of string between sjis(CP932),
5euc-jp, jis, unicode(utf8, etc) and "EMOJI" (graphical letters) of japanese
6mobile phones.
7
8Supported EMOJIs are: DoCoMo i-mode, ASTEL dot-i and Vodafone Vodafone-live!
9(which was previously J-PHONE J-Sky).
10
11
12INSTALLATION
13
14To install this module, do:
15
16   perl Makefile.PL
17   make
18   make test
19   make install
20
21If you have no C-Compiler or don't need XS module:
22
23   perl Makefile.PL PurePerl
24   make
25   make test
26   make install
27
28DEPENDENCIES
29
30There are no external dependencies other than the default modules shipped with
31perl itself.
32
33COPYRIGHT AND LICENCE
34
35Copyright 2001-2007
36SANO Taku (SAWATARI Mikage) and YAMASHINA Hio.
37All right reserved.
38
39This library is free software; you can redistribute it and/or modify
40it under the same terms as Perl itself.
41
42