* gettext-tools/doc/gettext.texi (PO Files): Document how file names with spaces
are protected in PO files.
* NEWS: Mention the change.
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
All comments, of either kind, are optional.
+References to the program's source code, in lines that start with @code{#:},
+are of the form @code{@var{file_name}:@var{line_number}} or just
+@var{file_name}. If the @var{file_name} contains spaces. it is enclosed
+within Unicode characters U+2068 and U+2069.
+
@kwindex msgid
@kwindex msgstr
After white space and comments, entries show two strings, namely