aboutsummaryrefslogtreecommitdiff
path: root/converters/iconv-rfc1345
Commit message (Collapse)AuthorAgeFilesLines
* Update iconv to 2.0 and reflect shared library version bump.Maxim Sobolev2000-11-294-290/+113
| | | | | | | | PR: 23163, 23164, 23165 Submitted by: maintainer Notes: svn path=/head/; revision=35507
* Update iconv POSIX-compliant charset conversion library to 1.1.Akinori MUSHA2000-09-242-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fixed problems: - All the modules are linked against libiconv. iconv() now can be called from other shared libraries (it could only be called from executables in iconv-1.0); - Case insensitive recognition of charset names. There was a bug in 1.0: the first letter of a charset name was case sensitive; - Modified behaviour of iconv() used with (inbytesleft == NULL) or (*inbytesleft = 0): now iconv silently returns 0; in 1.0 it returned (size_t)(-1) and set errno=EINVAL. According to POSIX specification both ways are correct; the new behaviour is just less restrictive. PR: ports/21521, ports/21522, ports/21523 Submitted by: Konstantin.Chuguev@dante.org.uk (MAINTAINER) (Problems reported by: knu) Notes: svn path=/head/; revision=33075
* Add iconv-rfc1345 - an additional charset modules for the iconv-1.0 libraryMaxim Sobolev2000-09-125-0/+315
(from RFC1345). PR: 21171 Submitted by: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk> Notes: svn path=/head/; revision=32542