K 10 svn:author V 4 tijl K 8 svn:date V 27 2014-06-13T08:44:03.990756Z K 7 svn:log V 415 - Make invalids variable local to do_conv such that it prints the number of invalid characters of the current file instead of an accumulated value. - Make do_conv return an error when invalid characters have been found. Return EXIT_FAILURE from main if any file contained invalid characters. This matches the behaviour of GNU iconv. - Mark usage with __dead2 attribute. - Make the long_options array const. END