From: Daiki Ueno Date: Tue, 15 Apr 2014 08:09:29 +0000 (+0900) Subject: NEWS: Mention msgfilter quot and msgfilter boldquot X-Git-Tag: v0.19~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=880a70213b9b79cc1062b8f7a0c26bd46ab75434;p=thirdparty%2Fgettext.git NEWS: Mention msgfilter quot and msgfilter boldquot --- diff --git a/NEWS b/NEWS index 9a495fe36..7a6205d56 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,12 @@ Version 0.18.4 - unreleased * msgfmt now has --source option to keep generated .java file when running in Java mode. +* New built-in filters 'quot' and 'boldquot' have been added to + msgfilter. These filters convert Latin quotation marks ('...', + "...") into Unicode quotation marks (for example, U+2018) if + possible, similar to the sed commands used in po/Rules-quot and + po/Rules-boldquot. + * libgettextpo library: - Memory leak fixes in the PO file parser.