[bug-gettext] [bug #49818] Incomplete list of Perl functions without arguments

2016-12-09 Thread Bruno Haible
URL: Summary: Incomplete list of Perl functions without arguments Project: GNU gettext Submitted by: haible Submitted on: Fri 09 Dec 2016 08:55:26 PM CET Category: Perl

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

2016-12-09 Thread Markus Gothe
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

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

2016-12-09 Thread Daiki Ueno
Update of bug #49809 (project gettext): Status:None => Need Info ___ Follow-up Comment #1: Sorry, you provide too little information. I can't reproduce it with: cat > a.sh sed -e