>>>>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> The weird thing is that locale seems to work fine with Abdelrazak> that. So what is this iconv for? Iconv is for when the po file is not in the encoding requested by the locale. For example pl.po is in latin2, but the right charset for Polish is CP1251 (?) on windows. With iconv support, the strings will be transcoded transparently. Joost, does the current 1.4.2svn build on windows have iconv support built-in? This is pretty important. JMarc