summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-11-05 12:21:13 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:08:50 +0200
commitdc685deb3b90c1312148ab7d12b7a3c8baa0299b (patch)
tree4f9b99821e9b0645b96b05baa1a0b4948358dd57 /NEWS
parent9fcf45d663d56eab68c40386963618dd264b880f (diff)
downloadexternal_gettext-dc685deb3b90c1312148ab7d12b7a3c8baa0299b.zip
external_gettext-dc685deb3b90c1312148ab7d12b7a3c8baa0299b.tar.gz
external_gettext-dc685deb3b90c1312148ab7d12b7a3c8baa0299b.tar.bz2
Support non-ASCII msgids and UTF-8 encoded POT files.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 948f34f..f62f010 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@ Version 0.11.6 - October 2002
strings in C++. This is needed for proper internationalization of C++
programs.
+* xgettext now supports msgid strings in other encodings than ASCII.
+ xgettext has a new option --from-code that specifies the encoding of the
+ source files. The resulting POT files are UTF-8 encoded.
+
* Compatibility with automake-1.7.
Version 0.11.5 - August 2002