+2005-09-20 Bruno Haible <bruno@clisp.org>
+
+ * xgettext.texi (--from-code): Python input is always assumed to be
+ in ISO-8859-1, not UTF-8.
+ Reported by Danilo Segan <dsegan@gmx.net>.
+
2005-08-26 Bruno Haible <bruno@clisp.org>
* gettext.texi (Plural forms): Add info about Romanian.
@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