diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-31 04:38:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-31 04:38:55 +0000 |
commit | 02fb3d179ddd3c88f4d4f31d4b27948b48bced2b (patch) | |
tree | 21c13678f5ef2e6daf5972fa6defef68abd382d3 /localedata/locales/de_DE | |
parent | cdfb970dd9c20861d7fdac16435d70792b8a027a (diff) | |
download | glibc-02fb3d179ddd3c88f4d4f31d4b27948b48bced2b.tar.gz glibc-02fb3d179ddd3c88f4d4f31d4b27948b48bced2b.tar.xz glibc-02fb3d179ddd3c88f4d4f31d4b27948b48bced2b.zip |
Update.
* posix/runtests.c (main): Don't use exit() to avoid warning with broken compilers. * string/bug-strncat1.c: Undefine __USE_STRING_INLINES before defining it again to avoid warning. * string/bug-strpbrk1.c: Likewise. * string/bug-strspn1.c: Likewise. 2000-10-29 Bruno Haible <haible@clisp.cons.org> * locale/C-translit.h.in: Include more rules from translit_neutral. Remove a few German and Danish specific rules. * locale/gen-translit.pl: Avoid an error when printing a string containing a '%' character. * locale/C-translit.h: Regenerated. * intl/translit.po: Choose different translations. * intl/tst-translit.c: Update. 2000-10-29 Bruno Haible <haible@clisp.cons.org> * locale/programs/ld-ctype.c (translit_include_t): New type. (locale_ctype_t): Remove translit_copy_locale, translit_copy_repertoire fields, add translit_include field. (ctype_read): After seeing "translit_start" in ignore_content mode, skip the entire translit section, not only one line. Remove dead test for tok_translit_end. Enqueue include statements into a list. Signal error if tok_eof seen before tok_translit_end. (translit_flatten): New function. (allocate_arrays): Call translit_flatten. 2000-10-30 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'localedata/locales/de_DE')
-rw-r--r-- | localedata/locales/de_DE | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/localedata/locales/de_DE b/localedata/locales/de_DE index fb6487eeb9..05111ab893 100644 --- a/localedata/locales/de_DE +++ b/localedata/locales/de_DE @@ -32,6 +32,33 @@ END LC_IDENTIFICATION LC_CTYPE copy "i18n" + +translit_start + +include "translit_combining";"" + +% German umlauts. +% LATIN CAPITAL LETTER A WITH DIAERESIS. +<U00C4> "<U0041><U0308>";"<U0041><U0045>" +% LATIN CAPITAL LETTER O WITH DIAERESIS. +<U00D6> "<U004F><U0308>";"<U004F><U0045>" +% LATIN CAPITAL LETTER U WITH DIAERESIS. +<U00DC> "<U0055><U0308>";"<U0055><U0045>" +% LATIN SMALL LETTER A WITH DIAERESIS. +<U00E4> "<U0061><U0308>";"<U0061><U0065>" +% LATIN SMALL LETTER O WITH DIAERESIS. +<U00F6> "<U006F><U0308>";"<U006F><U0065>" +% LATIN SMALL LETTER U WITH DIAERESIS. +<U00FC> "<U0075><U0308>";"<U0075><U0065>" + +% Danish. +% LATIN CAPITAL LETTER A WITH RING ABOVE. +<U00C5> "<U0041><U030A>";"<U0041><U0041>" +% LATIN SMALL LETTER A WITH RING ABOVE. +<U00E5> "<U0061><U030A>";"<U0061><U0061>" + +translit_end + END LC_CTYPE LC_COLLATE |