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/i18n | |
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/i18n')
-rw-r--r-- | localedata/locales/i18n | 41 |
1 files changed, 1 insertions, 40 deletions
diff --git a/localedata/locales/i18n b/localedata/locales/i18n index 20c8197e1d..96aec61e16 100644 --- a/localedata/locales/i18n +++ b/localedata/locales/i18n @@ -1201,46 +1201,7 @@ class "combining_level3"; / translit_start -% COPYRIGHT SIGN. -<U00A9> "<U0028><U0043><U0029>" -% LEFT-POINTING DOUBLE ANGLE QUOTATION MARK. -<U00AB> "<U003C><U003C>" -% REGISTERED SIGN. -<U00AE> "<U0028><U0052><U0029>" -% RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK. -<U00BB> "<U003E><U003E>" -% VULGAR FRACTION ONE QUARTER. -<U00BC> "<U0031><U002F><U0034>" -% VULGAR FRACTION ONE HALF. -<U00BD> "<U0031><U002F><U0032>" -% VULGAR FRACTION THREE QUARTERS. -<U00BE> "<U0033><U002F><U0034>" -% LATIN CAPITAL LETTER A WITH DIAERESIS. -<U00C4> "<U0041><U0308>";"<U0041><U0045>" -% LATIN CAPITAL LETTER A WITH RING ABOVE. -<U00C5> <U212B>;"<U0041><U030A>";"<U0041><U0041>" -% LATIN CAPITAL LETTER AE. -<U00C6> "<U0041><U0045>" -% LATIN CAPITAL LETTER O WITH DIAERESIS. -<U00D6> "<U004F><U0045>" -% LATIN CAPITAL LETTER U WITH DIAERESIS. -<U00DC> "<U0055><U0045>" -% LATIN SMALL LETTER SHARP S. -<U00DF> "<U0073><U0073>" -% LATIN SMALL LETTER A WITH DIAERESIS. -<U00E4> "<U0061><U0308>";"<U0061><U0065>" -% LATIN SMALL LETTER A WITH RING ABOVE. -<U00E5> "<U0061><U030A>";"<U0061><U0061>" -% LATIN SMALL LETTER AE. -<U00E6> "<U0061><U0065>" -% LATIN SMALL LETTER O WITH DIAERESIS. -<U00F6> "<U006F><U0065>" -% LATIN SMALL LETTER U WITH DIAERESIS. -<U00FC> "<U0075><U0065>" -% LEFT DOUBLE QUOTATION MARK. -<U201C> <U0022> -% RIGHT DOUBLE QUOTATION MARK. -<U201D> <U0022> +include "translit_neutral";"" default_missing <U003F> |