+2009-11-15 Bruno Haible <bruno@clisp.org>
+
+ * x-python.c: Update comments regarding PEP 0263.
+
2009-09-05 Bruno Haible <bruno@clisp.org>
* write-po.c (wrap): Remove unused initialization.
/* Recognizing the "coding" comment.
As specified in PEP 0263, it takes the form
"coding" [":"|"="] {alphanumeric or "-" or "_" or "*"}*
+ or
+ "set" "fileencoding" "=" {alphanumeric or "-" or "_" or "*"}*
and is located in a comment in a line that
- is either the first or second line,
- is not a continuation line,
- - contains no other tokens except this comment. */
+ - in the first form, contains no other tokens except this comment. */
/* Canonicalized encoding name for the current input file. */
static const char *xgettext_current_file_source_encoding;