]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix description of --from-code regarding Python.
authorBruno Haible <bruno@clisp.org>
Wed, 21 Sep 2005 20:29:50 +0000 (20:29 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:51 +0000 (12:12 +0200)
gettext-tools/doc/ChangeLog
gettext-tools/doc/xgettext.texi

index b53a4b5d60a4fc275299286018a1d03cb4bc2793..db6879f1a0f6de86c7fa6687cd007e56d2adb429 100644 (file)
@@ -1,3 +1,9 @@
+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.
index a9602b2cb9eb6ba7bb9433684e05f82a1c409dfe..9e6a1371ef0c7e0381aa5af3e4d697de355fe248 100644 (file)
@@ -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