summaryrefslogtreecommitdiff
tag namev0.0.3 (c57cea3eb097c645c44ce5edcf4a31ab344b5fa1)
tag date2015-11-19 15:28:41 +0100
tagged byJehan <jehan@girinstud.io>
tagged objectcommit ff5fd5eff9...
Version 0.0.3 Released.
A quick release after 0.0.2 mostly to fix a bad crash on the command line tool when charset detection failed (or detected ASCII). Additionaly: - The build now includes more test files for various language/encoding and a `make test` target for unit testing (20 encoding detection tests should be successful upon running it). - The build has a new BUILD_STATIC option, by default set to ON, allowing to disable static library building if not needed. - All encoding names are iconv-compatible, enabling developers to directly feed the result of uchardet_get_charset() into libiconv. - Compilation warnings fixed.