diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-10-15 00:39:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-10-15 00:39:12 +0000 |
commit | 34b0ba283020a5a9cc25b4a3657cb162e9bc57c2 (patch) | |
tree | 6c4c1d5ef4851f9bb7443e595a2981cf0353fa28 /localedata | |
parent | 504417ac9745bc83124f6719fd7c784c41d7924a (diff) | |
download | glibc-34b0ba283020a5a9cc25b4a3657cb162e9bc57c2.zip glibc-34b0ba283020a5a9cc25b4a3657cb162e9bc57c2.tar.gz glibc-34b0ba283020a5a9cc25b4a3657cb162e9bc57c2.tar.bz2 |
[BZ #865]
* math/tgmath.h: Correctly determine result type for
__TGMATH_BINARY_REAL_ONLY,
__TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
__TGMATH_TERNARY_REAL_ONLY, and __TGMATH_BINARY_REAL_IMAG.
2005-09-17 Andreas Jaeger <aj@suse.de>
[BZ #865]
* math/test-tgmath-int.c: New file.
* math/Makefile (tests): Add test-tgmath-int.
2005-10-14 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 3 | ||||
-rw-r--r-- | localedata/locales/de_DE | 13 |
2 files changed, 16 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 05ab73f..c671fc6 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,8 @@ 2005-10-14 Ulrich Drepper <drepper@redhat.com> + [BZ #56] + * locales/de_DE: Add transliterations for quoting characters. + [BZ #448] * locales/vi_VN: Several fixes. Patch by Nguyen Thai Ngoc Duy <pclouds@gmail.com>. diff --git a/localedata/locales/de_DE b/localedata/locales/de_DE index 93fded8..51a88d5 100644 --- a/localedata/locales/de_DE +++ b/localedata/locales/de_DE @@ -57,6 +57,19 @@ include "translit_combining";"" % LATIN SMALL LETTER A WITH RING ABOVE. <U00E5> "<U0061><U030A>";"<U0061><U0061>" +% The following strange first-level transliteration derive from the use +% U201E and U201C as "correct" quoting characters. These two characters +% do not really belong together. The result is that somebody who uses +% U201C and U201D will get the incorrect U00AB / U00BB sequences. +% LEFT DOUBLE QUOTATION MARK +<U201C> <U00AB>;<U0022> +% RIGHT DOUBLE QUOTATION MARK +<U201D> <U00BB>;<U0022> +% DOUBLE LOW-9 QUOTATION MARK +<U201E> <U00BB>;"<U002C><U002C>" +% DOUBLE HIGH-REVERSED-9 QUOTATION MARK +<U201F> <U00AB>;<U0022> + translit_end END LC_CTYPE |