diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-27 08:58:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-27 08:58:12 +0000 |
commit | d2defdc4a2ba94cc0d0a2f8b8c851ddc07a32c22 (patch) | |
tree | 8eab98460af1320a592a50a41a16edc3b694c76d /NEWS | |
parent | ff8beceed165a7a411a63e4a78fd93f810bdcb14 (diff) | |
download | glibc-d2defdc4a2ba94cc0d0a2f8b8c851ddc07a32c22.zip glibc-d2defdc4a2ba94cc0d0a2f8b8c851ddc07a32c22.tar.gz glibc-d2defdc4a2ba94cc0d0a2f8b8c851ddc07a32c22.tar.bz2 |
Update.
2000-11-27 Ulrich Drepper <drepper@redhat.com>
* catgets/Makefile (test1.cat): Set LC_ALL, LOCPATH, and GCONV_PATH
for gencat run.
(libc.cat): Likewise.
* catgets/gencat.c: Implement handling of message catalogs encoded
with stateful character sets.
Based on a patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2000-08-13 +GNU C Library NEWS -- history of user-visible changes. 2000-11-27 Copyright (C) 1992-1999, 2000 Free Software Foundation, Inc. See the end for copying conditions. @@ -7,6 +7,20 @@ Please send GNU C library bug reports using the `glibcbug' script to <bugs@gnu.org>. Questions and suggestions should be send to <bug-glibc@gnu.org>. +Version 2.2.1 + +* The gencat program now parses the input file according to the charset + selected by the LC_CTYPE category. This is important for stateful + character sets. To make generating catalogs easier there is a way + to overwrite the charset selected by the locale: before the first + message or $ quote line the catalog can contain a line like + + $ codeset=ISO-8859-2 + + to select the charset (ISO-8859-2 in this case). + + Implemented by Shinya Hanataka and Ulrich Drepper. + Version 2.2 * Greg McGary added runtime support for bounds checking using gcc's |