diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-08 08:41:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-08 08:41:33 +0000 |
commit | 7eda722de5ee2e56f6590641e190ddc66fb60eb5 (patch) | |
tree | 5aa9725316349774602906798b96f71e8cfc1e6a /localedata/charmaps/IBM874 | |
parent | 841ea81647a7b5ea852d039fa367bf687e59ace6 (diff) | |
download | glibc-7eda722de5ee2e56f6590641e190ddc66fb60eb5.tar.gz glibc-7eda722de5ee2e56f6590641e190ddc66fb60eb5.tar.xz glibc-7eda722de5ee2e56f6590641e190ddc66fb60eb5.zip |
Update.
1999-12-07 Jakub Jelinek <jakub@redhat.com> * string/bits/string2.h (__memset_gc, __mempcpy_small, __strcpy_small, __stpcpy_small): Cast switch expressions to int to shut up compiler warnings.
Diffstat (limited to 'localedata/charmaps/IBM874')
-rw-r--r-- | localedata/charmaps/IBM874 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/localedata/charmaps/IBM874 b/localedata/charmaps/IBM874 index 3ef0573fe0..677e1ea199 100644 --- a/localedata/charmaps/IBM874 +++ b/localedata/charmaps/IBM874 @@ -220,6 +220,7 @@ CHARMAP <tilde> /x7E <U007E> TILDE <DEL> /x7F <U007F> DELETE <DT> /x7F <U007F> DELETE +<Eu> /x80 <U20AC> EURO SIGN <.3> /x85 <U2026> HORIZONTAL ELLIPSIS <'6> /x91 <U2018> LEFT SINGLE QUOTATION MARK <'9> /x92 <U2019> RIGHT SINGLE QUOTATION MARK |