This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd-ports
Watch
1
Star
0
Fork
0
You've already forked freebsd-ports
mirror of
https://git.FreeBSD.org/ports.git
synced
2024-10-31 21:57:12 +00:00
Code
Issues
Releases
Activity
d956447f83
freebsd-ports
/
converters
/
iconv
/
distinfo
2 lines
58 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Update iconv POSIX-compliant charset conversion library to 1.1. 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)
2000-09-24 21:48:04 +00:00
MD5 (iconv-1.1.tar.gz) = 0d942f816cccc881cb6f34e093f6a02c
Reference in New Issue
Copy Permalink