+2014-05-12 Daiki Ueno <ueno@gnu.org>
+
+ msgfilter: Fix quote handling of doubled grave charaters
+ * filter-quote.c (convert_ascii_quote_to_unicode): Fix handling of
+ doubled grave characters.
+
2014-05-12 Daiki Ueno <ueno@gnu.org>
* msgfmt.c (add_languages): New function split from get_languages.
+2014-05-12 Daiki Ueno <ueno@gnu.org>
+
+ * msgfilter-quote-1: Test doubled grave characters.
+
2014-05-10 Guido Flohr <guido@imperia.net>
msgattrib: Add --empty option to clear msgstr
msgid "single quoted with grave, empty `'"
msgstr "single quoted with grave, empty `'"
+
+msgid "``double grave'"
+msgstr "``double grave'"
EOF
: ${MSGFILTER=msgfilter}
msgid "single quoted with grave, empty `'"
msgstr "single quoted with grave, empty ‘’"
+
+msgid "``double grave'"
+msgstr "`‘double grave’"
EOF
: ${DIFF=diff}
msgid "single quoted with grave, empty `'"
msgstr "single quoted with grave, empty ‘\e[1m\e[0m’"
+
+msgid "``double grave'"
+msgstr "`‘\e[1mdouble grave\e[0m’"
EOF
${DIFF} mfi-boldquot.ok mfi-boldquot.out || exit 1