diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-07-12 18:26:36 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-07-12 18:26:36 +0000 |
commit | 0ecb606cb6cf65de1d9fc8a919bceb4be476c602 (patch) | |
tree | 2ea1f8305970753e4a657acb2ccc15ca3eec8e2c /localedata/locales/de_DE | |
parent | 7d58530341304d403a6626d7f7a1913165fe2f32 (diff) | |
download | glibc-0ecb606cb6cf65de1d9fc8a919bceb4be476c602.tar.gz glibc-0ecb606cb6cf65de1d9fc8a919bceb4be476c602.tar.xz glibc-0ecb606cb6cf65de1d9fc8a919bceb4be476c602.zip |
2.5-18.1
Diffstat (limited to 'localedata/locales/de_DE')
-rw-r--r-- | localedata/locales/de_DE | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/localedata/locales/de_DE b/localedata/locales/de_DE index 93fded8b2a..8c6fe41eb2 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 @@ -137,9 +150,9 @@ d_fmt "<U0025><U0064><U002E><U0025><U006D><U002E><U0025><U0059>" % "%T" t_fmt "<U0025><U0054>" t_fmt_ampm "" -date_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/ -<U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/ -<U0025><U005A><U0020><U0025><U0059>" +date_fmt "<U0025><U0061><U0020><U0025><U002D><U0064><U002E><U0020>/ +<U0025><U0062><U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053>/ +<U0020><U0025><U005A><U0020><U0025><U0059>" END LC_TIME LC_MESSAGES |