summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-04-04 19:26:14 +0200
committerBruno Haible <bruno@clisp.org>2021-04-04 20:52:23 +0200
commit0d606b37f90316b51a59ec5fefea7383bf3a0882 (patch)
tree8c2b4c0fdc2983615b83cca0aa1c284020c5dfba /NEWS
parentf386566e4ee47e58c0f7234922a67c01735d7705 (diff)
downloadgettext-0d606b37f90316b51a59ec5fefea7383bf3a0882.tar.gz
doc: Document how file names with spaces are protected in PO files.
* gettext-tools/doc/gettext.texi (PO Files): Document how file names with spaces are protected in PO files. * NEWS: Mention the change.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c863571e5..9ca0dbc40 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
Version 0.21.1 - April 2021
+* PO file format:
+ - When a #: line contains references to file names that contain spaces,
+ these file names are surrounded by Unicode characters U+2068 and U+2069.
+ This makes it possible to parse such references correctly.
+
* Programming languages support:
- C, C++: xgettext now supports gettext-like functions that take wide strings
(of type 'const wchar_t *', 'const char16_t *', or 'const char32_t *') as