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

..03-May-2022-

eg/H29-Jan-2014-142102

lib/H29-Jan-2014-8416

t/H29-Jan-2014-169

MANIFESTH A D29-Jan-201489 98

Makefile.PLH A D03-May-2022806 1813

READMEH A D29-Jan-20141.1 KiB3824

bsdconv.xsH A D29-Jan-20147.9 KiB442384

ppport.hH A D29-Jan-2014153 KiB6,4382,655

typemapH A D29-Jan-201439 32

README

1BSD licensed charset/encoding converter library with more functionalities than libiconv
2This is Perl wrapper
3
4IRC: irc://irc.freenode.net#bsdconv
5
6
7INSTALLATION
8
9To install this module type the following:
10
11   perl Makefile.PL
12   make
13   make test
14   make install
15
16DEPENDENCIES
17
18This module requires these other modules and libraries:
19
20bsdconv
21
22
23COPYRIGHT AND LICENCE
24
25Copyright (c) 2009-2013 Kuan-Chung Chiu <buganini@gmail.com>
26
27Permission to use, copy, modify, and distribute this software for any
28purpose with or without fee is hereby granted, provided that the above
29copyright notice and this permission notice appear in all copies.
30
31THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
32WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
33MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
34ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
35WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER
36IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
37OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
38