bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

multiline string-literals


From: Han-Wen Nienhuys
Subject: multiline string-literals
Date: Thu, 13 Jun 2002 14:37:22 +0200

xgettext (GNU gettext) 0.11.1 chokes on multiline string literals in
python code, a construct which is officially endorsed:

           """

        This

        is  a

        "multi" line string literal.
        """

also, it would be nice if xgettext supported multiline string-literals
in C and C++. Although this is not official syntax, GCC does support
it, and I think that it is a very useful extension.




-- 

Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]