diff options
author | Daiki Ueno <ueno@gnu.org> | 2014-12-01 17:19:20 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2014-12-01 17:19:20 +0900 |
commit | 746bca5972d818d91291ab8fe62565c89c4f4304 (patch) | |
tree | 1519c4ec9c0e121e505bc096f7cdbf59cc67dca3 /NEWS | |
parent | 9c69b12922e17adae7abc846bb5006fa5828f4ec (diff) | |
download | external_gettext-746bca5972d818d91291ab8fe62565c89c4f4304.zip external_gettext-746bca5972d818d91291ab8fe62565c89c4f4304.tar.gz external_gettext-746bca5972d818d91291ab8fe62565c89c4f4304.tar.bz2 |
NEWS: Mention C# surrogate pair support
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ Version 0.19.4 - unreleased * xgettext now accepts same argument number for both singular and plural forms. +* Programming languages support: + - C#: xgettext now properly handles Unicode characters encoded with + surrogate pairs. + * Bug fixes: - Fix integer overflow when reading MO files. - Avoid dangling pointer access when same argument number is specified |