Skip to content

GNU LIBICONV v1.13

Compare
Choose a tag to compare
@ChenPi11 ChenPi11 released this 26 Aug 11:37
· 325 commits to main since this release

Libiconv v1.13

News

  • The library and the iconv program now understand platform dependent aliases,
    for better compatibility with the platform's own iconv_open function.
    Examples: "646" on Solaris, "iso88591" on HP-UX, "IBM-1252" on AIX.
  • For stateful encodings, when the input ends with a shift sequence followed
    by invalid input, the iconv function now increments the input pointer past
    the shift sequence before returning (size_t)(-1) with errno = EILSEQ. This
    is also like GNU libc's iconv() behaves.
  • The library exports a new function iconv_open_into() that stores the
    conversion descriptor in pre-allocated memory, rather than allocating fresh
    memory for it.
  • Added CP1131 converter.

Download

Source distributions

Format Link MD5
7-Zip Download md5
BZip2 Download md5
GZip Download md5
XZ Download md5
Zip Download md5

Binary distributions

Common binary distributions

Architecture Platform Environment Format Link MD5
x86_64 Linux GNU 7-Zip Download md5
x86_64 Linux GNU GZip Download md5
x86_64 Linux GNU Zip Download md5

All binary distributions

Architecture Platform Environment Format Link MD5
x86_64 Linux GNU 7-Zip Download md5
x86_64 Linux GNU BZip2 Download md5
x86_64 Linux GNU GZip Download md5
x86_64 Linux GNU XZ Download md5
x86_64 Linux GNU Zip Download md5

Full Changelog: v1.12...v1.13