glibc/localedata/locales/translit_fraction
Ulrich Drepper 02fb3d179d 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>
2000-10-31 04:38:55 +00:00

49 lines
1.7 KiB
Plaintext

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