summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a93b4de..645be90 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ Version 0.19.4 - unreleased
* Programming languages support:
- C#: xgettext now properly handles Unicode characters encoded with
surrogate pairs.
+ - C/C++: xgettext now recognizes ISO/IEC 9899:2011 string literals
+ prefixed by R, u8, u8R, u, uR, U, UR, L, or LR.
* Bug fixes:
- Fix integer overflow when reading MO files.