From: Bruno Haible Date: Wed, 21 Sep 2005 20:29:50 +0000 (+0000) Subject: Fix description of --from-code regarding Python. X-Git-Tag: v0.15~390 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dba710b313ac41741f959afcfdb2ace9154efba;p=thirdparty%2Fgettext.git Fix description of --from-code regarding Python. --- diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index b53a4b5d6..db6879f1a 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,9 @@ +2005-09-20 Bruno Haible + + * xgettext.texi (--from-code): Python input is always assumed to be + in ISO-8859-1, not UTF-8. + Reported by Danilo Segan . + 2005-08-26 Bruno Haible * gettext.texi (Plural forms): Add info about Romanian. diff --git a/gettext-tools/doc/xgettext.texi b/gettext-tools/doc/xgettext.texi index a9602b2cb..9e6a1371e 100644 --- a/gettext-tools/doc/xgettext.texi +++ b/gettext-tools/doc/xgettext.texi @@ -93,8 +93,9 @@ extension. @opindex --from-code@r{, @code{xgettext} option} Specifies the encoding of the input files. This option is needed only if some untranslated message strings or their corresponding comments -contain non-ASCII characters. Note that Python, Tcl, and Glade input -files are always assumed to be in UTF-8, regardless of this option. +contain non-ASCII characters. Note that Python input files are always +assumed to be in ISO-8859-1, regardless of this option. And Tcl and Glade +input files are always assumed to be in UTF-8, regardless of this option. @end table