https://github.com/buganini/perl-bsdconv
Perl wrapper for bsdconv
https://github.com/buganini/perl-bsdconv
Last synced: 11 months ago
JSON representation
Perl wrapper for bsdconv
- Host: GitHub
- URL: https://github.com/buganini/perl-bsdconv
- Owner: buganini
- Created: 2011-04-25T18:42:02.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2015-01-02T14:15:21.000Z (over 11 years ago)
- Last Synced: 2025-05-15T23:12:20.768Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 332 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
BSD licensed charset/encoding converter library with more functionalities than libiconv
This is Perl wrapper
IRC: irc://irc.freenode.net#bsdconv
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
bsdconv
COPYRIGHT AND LICENCE
Copyright (c) 2009-2013 Kuan-Chung Chiu
Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER
IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.