K 10 svn:author V 5 peter K 8 svn:date V 27 2013-08-08T01:53:27.808372Z K 7 svn:log V 309 Our libc iconv (unlike gnu iconv and the citrus code in NetBSD) has a bypass mode when src == dst. Unfortunately, there are tools in ports that pass byte streams through iconv to determine if the encodings are valid. eg: gettext-0.18.3+. Disable the optimization and behave like the other implementations. END