[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Enigma-devel] Enigma spanish translation
From: |
Daniel Heck |
Subject: |
Re: [Enigma-devel] Enigma spanish translation |
Date: |
Wed, 25 May 2005 09:56:21 +0200 |
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