listhelper-moderate
[Top][All Lists]
Advanced

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

bug-gnu-utils post from address@hidden requires approval


From: bug-gnu-utils-owner
Subject: bug-gnu-utils post from address@hidden requires approval
Date: Wed, 04 Jul 2007 17:34:35 -0400

As list administrator, your authorization is requested for the
following mailing list posting:

    List:    address@hidden
    From:    address@hidden
    Subject: php concatenation unknown to xgettext
    Reason:  Post by non-member to a members-only list

At your convenience, visit:

    http://lists.gnu.org/mailman/admindb/bug-gnu-utils
        
to approve or deny the request.
--- Begin Message --- Subject: php concatenation unknown to xgettext Date: Wed, 4 Jul 2007 23:34:28 +0200 (CEST)
Hello,


the following minimal php source is not correctly parsed by xgettext:

        <?php
        _("foo"."bar");
        ?>

ran through `xgettext -o /dev/stdout test.php` gives:

        msgid "foo"
        msgstr ""

expected result:

        msgid "foobar"
        msgstr ""

The dot is the concatenation operator and is very handy when dealing 
with longer strings (esp when they take up more than 80 columns).


$ xgettext --version
xgettext (GNU gettext-tools) 0.15



Thanks,
        Jan
-- 



--- End Message ---
--- Begin Message --- Subject: confirm b0861f39df00c5f9fcdc1a6500132faa7785d023
If you reply to this message, keeping the Subject: header intact,
Mailman will discard the held message.  Do this if the message is
spam.  If you reply to this message and include an Approved: header
with the list password in it, the message will be approved for posting
to the list.  The Approved: header can also appear in the first line
of the body of the reply.

--- End Message ---

reply via email to

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