"Hrvoje Niksic" <[EMAIL PROTECTED]> said: > I'm not sure about the charset issues on Windows. Does gettext detect > the presence of GNU iconv? (I assume you have the latter if you have > the `iconv' command.)
libintl depends on libiconv:
> cygcheck wget.exe
..
f:\windows\System32\libintl-2.dll
f:\windows\System32\libiconv-2.dll
Browsing the sources, I found the answer:
set OUTPUT_CHARSET=CP850
--gv
