K 10 svn:author V 2 se K 8 svn:date V 27 2020-12-13T19:06:59.655999Z K 7 svn:log V 266 Fix WITHOUT_ICONV build Move the include of langinfo.h out of the WITH_ICONV condition block, since it is not dependent on ICONV. This was correct when nl_langinfo() had only been called in the WITH_ICONV case, but that is no longer the case. Submitted by: yuripv END