mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-18 02:50:09 +00:00
02fb3d179d
* 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>
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
escape_char /
|
|
comment_char %
|
|
|
|
% Transliterations of small equivalents.
|
|
% Generated through
|
|
% $ grep '^[^;]*;[^;]*;[^;]*;[^;]*;[^;]*;<small>[^;]*;' UnicodeData.txt | \
|
|
% sed -e 's/^\([^;]*\);\([^;]*\);[^;]*;[^;]*;[^;]*;<small> \([^;]*\);.*$/<U\1> <U\3> % \2/'
|
|
|
|
LC_CTYPE
|
|
|
|
translit_start
|
|
|
|
<UFE50> <U002C> % SMALL COMMA
|
|
<UFE51> <U3001> % SMALL IDEOGRAPHIC COMMA
|
|
<UFE52> <U002E> % SMALL FULL STOP
|
|
<UFE54> <U003B> % SMALL SEMICOLON
|
|
<UFE55> <U003A> % SMALL COLON
|
|
<UFE56> <U003F> % SMALL QUESTION MARK
|
|
<UFE57> <U0021> % SMALL EXCLAMATION MARK
|
|
<UFE58> <U2014> % SMALL EM DASH
|
|
<UFE59> <U0028> % SMALL LEFT PARENTHESIS
|
|
<UFE5A> <U0029> % SMALL RIGHT PARENTHESIS
|
|
<UFE5B> <U007B> % SMALL LEFT CURLY BRACKET
|
|
<UFE5C> <U007D> % SMALL RIGHT CURLY BRACKET
|
|
<UFE5D> <U3014> % SMALL LEFT TORTOISE SHELL BRACKET
|
|
<UFE5E> <U3015> % SMALL RIGHT TORTOISE SHELL BRACKET
|
|
<UFE5F> <U0023> % SMALL NUMBER SIGN
|
|
<UFE60> <U0026> % SMALL AMPERSAND
|
|
<UFE61> <U002A> % SMALL ASTERISK
|
|
<UFE62> <U002B> % SMALL PLUS SIGN
|
|
<UFE63> <U002D> % SMALL HYPHEN-MINUS
|
|
<UFE64> <U003C> % SMALL LESS-THAN SIGN
|
|
<UFE65> <U003E> % SMALL GREATER-THAN SIGN
|
|
<UFE66> <U003D> % SMALL EQUALS SIGN
|
|
<UFE68> <U005C> % SMALL REVERSE SOLIDUS
|
|
<UFE69> <U0024> % SMALL DOLLAR SIGN
|
|
<UFE6A> <U0025> % SMALL PERCENT SIGN
|
|
<UFE6B> <U0040> % SMALL COMMERCIAL AT
|
|
|
|
translit_end
|
|
|
|
END LC_CTYPE
|