On Wed, 2005-05-25 at 08:25 +0200, Tadeusz Andrzej Kadłubowski wrote:
> > You can include these in the translation files provided you use "utf-8" > > as the encoding (if you use vim ":set encoding=utf8" should enable utf-8 > > support). > > Does any language using acute/ogonek/accent/whatever needs to be in utf8? Yes. There is support for automatically converting the encoding in the gettext library, but it only works if the iconv library is installed on the local system. Where this breaks down is the Win32 build; it would be possible (in theory) to manually add the iconv library to the build process when building the win32 version, but converting the existing translations to utf-8 was much less work :-) Daniel _______________________________________________ Enigma-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/enigma-devel
