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

..03-May-2022-

bin/H26-Jan-2009-860723

inc/Module/H26-Jan-2009-1,4821,094

lib/Encode/H26-Jan-2009-454200

map/H03-May-2022-6,0756,026

t/H07-May-2022-5332

AUTHORSH A D26-Jan-2009404 1311

ChangesH A D26-Jan-200911.9 KiB240225

MANIFESTH A D26-Jan-20091.4 KiB3736

MANIFEST.SKIPH A D26-Jan-2009230 1817

META.ymlH A D26-Jan-2009358 1210

Makefile.PLH A D26-Jan-20096.7 KiB236197

READMEH A D26-Jan-20091.1 KiB3625

SIGNATUREH A D26-Jan-20092.9 KiB5952

README

1This is the README file for Encode::HanConvert, two encoding
2formats to facilitate mappings between traditional and simplified
3Chinese characters.
4
5* Installation
6
7Encode::HanConvert uses the standard perl module install process:
8
9perl Makefile.PL
10make
11make test
12make install
13enc2xs -C	# optional; updates Encode.pm's on-demand loading DB
14
15You will need perl 5.7.3 or better, as well as Encode 1.41 or better
16for Unicode-related functions. Otherwise, Encode::HanConvert::Perl
17is used automatically, which provides perl-based implementations to
18big5_to_gb() and gb_to_big5().
19
20Regardless of the implementation, two command-line utilities ('b2g.pl'
21and 'g2b.pl') are installed for simple conversion between GBK and Big5
22encodings.
23
24For this module's typical usage and examples, please consult its POD
25documentation.
26
27* Copyright
28
29Copyright 2002-2009 by Audrey Tang <cpan@audreyt.org>.
30Copyright 2006 by Kuang-che Wu <kcwu@csie.org>.
31
32All rights reserved.  You can redistribute and/or modify
33this bundle under the same terms as Perl itself.
34
35See <http://www.perl.com/perl/misc/Artistic.html>.
36