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/locales/de_DE | |
parent | 504417ac9745bc83124f6719fd7c784c41d7924a (diff) | |
download | glibc-34b0ba283020a5a9cc25b4a3657cb162e9bc57c2.tar.gz |
[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/locales/de_DE')
-rw-r--r-- | localedata/locales/de_DE | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/localedata/locales/de_DE b/localedata/locales/de_DE index 93fded8b2a..51a88d5622 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 |