diff options
author | Bruno Haible <bruno@clisp.org> | 2002-11-05 12:21:13 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:08:50 +0200 |
commit | dc685deb3b90c1312148ab7d12b7a3c8baa0299b (patch) | |
tree | 4f9b99821e9b0645b96b05baa1a0b4948358dd57 /NEWS | |
parent | 9fcf45d663d56eab68c40386963618dd264b880f (diff) | |
download | external_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-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |