Den 28-12-2011 10:05, h.g. muller skrev:

It is simple for UTF-8, but some users use other encodings. Do you
know them all?

I would worry about that only when we actually did have translations
that used other encodings.
So far we only provide UTF8 po files.

Excuse me, but for one it would be silly to code for the current po files only as new ones could appear at anytime.

And secondly it doesn't matter at all how the po-files are encoded. The texts are recoded by the gettext() functions to the encoding currently used by the user.

The user's encoding is determined by the current locale which again is selected based on environment variables.

To see what encoding is currently used call the function nl_langinfo() with the argument LC_CTYPE.

- Byrial

_______________________________________________
Bug-XBoard mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-xboard

Reply via email to