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_small | |
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_small')
-rw-r--r-- | localedata/locales/translit_small | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/localedata/locales/translit_small b/localedata/locales/translit_small new file mode 100644 index 0000000000..b70bf832ea --- /dev/null +++ b/localedata/locales/translit_small @@ -0,0 +1,42 @@ +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 |