Share

unac

File Release Notes and Changelog

Release Name: 1.1.0

Notes:
* Fix error handling bug

* Recommend alternative iconv implementation for Solaris-2.6


Changes: * README (install): Add recommendations for Solaris * unaccent.c (main): free the unaccented string before exit * acinclude.m4: add --with-iconv option that does *not* include iconv by default and allows to specify a specific directory as root of iconv installation. * unac.c (convert): fix error condition tests that failed because they are unsigned and cannot be compared to -1. Change inclusion of sys/errno.h for errno.h.