This should go to the gettext people, but I couldn't find any mailing list.
I've built Wget with NLS support on Win-XP, but the display char-set is wrong. Built with "LOCALEDIR=g:/MingW32/share" BTW. This is IMHO so ugly. Shouldn't there be a way to set this at runtime (as Lynx does). E.g. have a $WGET_LOCALEDIR and call bindtextdomain() on that. $LANGUAGE doesn't seem to handle drive letters and ':' on the Win32 version of gettext. But the main problem I can solve by e.g. wget -h | iconv -f ISO-8859-1 -t CP850 Isn't there a better way? --gv
