[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A problem with xgettext
From: |
Bruno Haible |
Subject: |
Re: A problem with xgettext |
Date: |
Tue, 4 Nov 2003 11:55:55 +0100 |
User-agent: |
KMail/1.5 |
Hi,
> -----------------------
> /usr/bin/xgettext: warning: The following msgid contains non-ASCII
> characters. This will cause problems to translators who use a character
> encoding different from yours. Consider using a pure ASCII msgid instead.
> Cédric Auger (address@hidden) : Programming
> /usr/bin/xgettext: invalid multibyte sequence
> /usr/bin/xgettext: invalid multibyte sequence
> -----------------------
>
> xgettext don't seems to like accents. Is that right ?
In version 0.11.x, right. In xgettext version 0.12.1, it now supports msgid
strings in other encodings than ASCII. It has a new option --from-code that
specifies the encoding of the source files. The resulting POT files are then
UTF-8 encoded.
Bruno