diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-10-20 06:59:57 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-10-20 06:59:57 +0000 |
commit | b7071f6fc41f4c20510de3683f39e5c8ea8a2e1e (patch) | |
tree | 852f4f1992a3c9ecbb44b822df6702c7e635fc5a /localedata/locales/de_DE | |
parent | acfebba27b162b3064c616142883541eaef3f725 (diff) | |
download | glibc-b7071f6fc41f4c20510de3683f39e5c8ea8a2e1e.tar glibc-b7071f6fc41f4c20510de3683f39e5c8ea8a2e1e.tar.gz glibc-b7071f6fc41f4c20510de3683f39e5c8ea8a2e1e.tar.bz2 glibc-b7071f6fc41f4c20510de3683f39e5c8ea8a2e1e.zip |
Updated to fedora-glibc-20051020T0651
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 |