Searched hist:254080 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/lib/libc/iconv/
H A Dcitrus_iconv.cdiff 254080 Thu Aug 08 00:06:55 MDT 2013 peter 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.

Completed in 147 milliseconds