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/translit_fraction | |
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/translit_fraction')
-rw-r--r-- | localedata/locales/translit_fraction | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/localedata/locales/translit_fraction b/localedata/locales/translit_fraction new file mode 100644 index 0000000000..9a8d0e98e2 --- /dev/null +++ b/localedata/locales/translit_fraction @@ -0,0 +1,48 @@ +escape_char / +comment_char % + +% Transliterations of fractions. +% Generated through +% $ grep '^[^;]*;[^;]*;[^;]*;[^;]*;[^;]*;<fraction>[^;]*;' UnicodeData.txt | \ +% sed -e 's/^\([^;]*\);\([^;]*\);[^;]*;[^;]*;[^;]*;<fraction> \([^;]*\);.*$/<U\1> "<U\3>"% \2/' -e 'h' -e 's/^\([^%]*\)% .*$/\1/' -e 's/\([0-9A-F]\) \([0-9A-F]\)/\1><U\2/g' -e 'x' -e 's/^[^%]*\(% .*\)$/\1/' -e 'G' + +LC_CTYPE + +translit_start + +% VULGAR FRACTION ONE QUARTER +<U00BC> "<U0031><U2044><U0034>";"<U0031><U002F><U0034>" +% VULGAR FRACTION ONE HALF +<U00BD> "<U0031><U2044><U0032>";"<U0031><U002F><U0032>" +% VULGAR FRACTION THREE QUARTERS +<U00BE> "<U0033><U2044><U0034>";"<U0033><U002F><U0034>" +% VULGAR FRACTION ONE THIRD +<U2153> "<U0031><U2044><U0033>";"<U0031><U002F><U0033>" +% VULGAR FRACTION TWO THIRDS +<U2154> "<U0032><U2044><U0033>";"<U0032><U002F><U0033>" +% VULGAR FRACTION ONE FIFTH +<U2155> "<U0031><U2044><U0035>";"<U0031><U002F><U0035>" +% VULGAR FRACTION TWO FIFTHS +<U2156> "<U0032><U2044><U0035>";"<U0032><U002F><U0035>" +% VULGAR FRACTION THREE FIFTHS +<U2157> "<U0033><U2044><U0035>";"<U0033><U002F><U0035>" +% VULGAR FRACTION FOUR FIFTHS +<U2158> "<U0034><U2044><U0035>";"<U0034><U002F><U0035>" +% VULGAR FRACTION ONE SIXTH +<U2159> "<U0031><U2044><U0036>";"<U0031><U002F><U0036>" +% VULGAR FRACTION FIVE SIXTHS +<U215A> "<U0035><U2044><U0036>";"<U0035><U002F><U0036>" +% VULGAR FRACTION ONE EIGHTH +<U215B> "<U0031><U2044><U0038>";"<U0031><U002F><U0038>" +% VULGAR FRACTION THREE EIGHTHS +<U215C> "<U0033><U2044><U0038>";"<U0033><U002F><U0038>" +% VULGAR FRACTION FIVE EIGHTHS +<U215D> "<U0035><U2044><U0038>";"<U0035><U002F><U0038>" +% VULGAR FRACTION SEVEN EIGHTHS +<U215E> "<U0037><U2044><U0038>";"<U0037><U002F><U0038>" +% FRACTION NUMERATOR ONE +<U215F> "<U0031><U2044>" + +translit_end + +END LC_CTYPE |