bug-gettext
[Top][All Lists]
Advanced

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

[bug-gettext] [bug #49809] xgettext cannot parse "\'"


From: Markus Gothe
Subject: [bug-gettext] [bug #49809] xgettext cannot parse "\'"
Date: Fri, 9 Dec 2016 10:11:39 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:49.0) Gecko/20100101 Firefox/49.0

Follow-up Comment #2, bug #49809 (project gettext):

I've tried both 0.18.x and 0.19.8.1.

Try this:
{{{
#!/bin/sh

TMP="$(gettext "foobar")"
TMP="$(echo "$TMP" | tr -d \')"
TEST="$(gettext "HeyHey")"
TEST2="$(gettext "gabba gabba hey hey")"

echo "$TEST"
}}}

foobar will be extracted but not the rest.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49809>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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