diff options
author | Daiki Ueno <ueno@gnu.org> | 2014-04-15 17:09:29 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2014-04-15 17:09:29 +0900 |
commit | 880a70213b9b79cc1062b8f7a0c26bd46ab75434 (patch) | |
tree | cb898ffbd46682097c252d0619bcbf7694562625 /NEWS | |
parent | 1f0d916d6ef8aeded297399125637c5b6f62013c (diff) | |
download | external_gettext-880a70213b9b79cc1062b8f7a0c26bd46ab75434.zip external_gettext-880a70213b9b79cc1062b8f7a0c26bd46ab75434.tar.gz external_gettext-880a70213b9b79cc1062b8f7a0c26bd46ab75434.tar.bz2 |
NEWS: Mention msgfilter quot and msgfilter boldquot
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |