From 02fb3d179ddd3c88f4d4f31d4b27948b48bced2b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 31 Oct 2000 04:38:55 +0000 Subject: 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 * 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 * 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 --- localedata/locales/translit_fraction | 48 ++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 localedata/locales/translit_fraction (limited to 'localedata/locales/translit_fraction') diff --git a/localedata/locales/translit_fraction b/localedata/locales/translit_fraction new file mode 100644 index 0000000..9a8d0e9 --- /dev/null +++ b/localedata/locales/translit_fraction @@ -0,0 +1,48 @@ +escape_char / +comment_char % + +% Transliterations of fractions. +% Generated through +% $ grep '^[^;]*;[^;]*;[^;]*;[^;]*;[^;]*;[^;]*;' UnicodeData.txt | \ +% sed -e 's/^\([^;]*\);\([^;]*\);[^;]*;[^;]*;[^;]*; \([^;]*\);.*$/ ""% \2/' -e 'h' -e 's/^\([^%]*\)% .*$/\1/' -e 's/\([0-9A-F]\) \([0-9A-F]\)/\1> "";"" +% VULGAR FRACTION ONE HALF + "";"" +% VULGAR FRACTION THREE QUARTERS + "";"" +% VULGAR FRACTION ONE THIRD + "";"" +% VULGAR FRACTION TWO THIRDS + "";"" +% VULGAR FRACTION ONE FIFTH + "";"" +% VULGAR FRACTION TWO FIFTHS + "";"" +% VULGAR FRACTION THREE FIFTHS + "";"" +% VULGAR FRACTION FOUR FIFTHS + "";"" +% VULGAR FRACTION ONE SIXTH + "";"" +% VULGAR FRACTION FIVE SIXTHS + "";"" +% VULGAR FRACTION ONE EIGHTH + "";"" +% VULGAR FRACTION THREE EIGHTHS + "";"" +% VULGAR FRACTION FIVE EIGHTHS + "";"" +% VULGAR FRACTION SEVEN EIGHTHS + "";"" +% FRACTION NUMERATOR ONE + "" + +translit_end + +END LC_CTYPE -- cgit v1.1