diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-01-19 22:05:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-01-19 22:05:36 +0000 |
commit | edf855d5a9e6ec9597660050ec45e073f428d48a (patch) | |
tree | 4f6e4606984fa6c0c4f1682bc68d4423921eec69 /localedata/ChangeLog | |
parent | c1baba0f7b6bb2b33572432a147ee0715e3abf0f (diff) | |
download | glibc-edf855d5a9e6ec9597660050ec45e073f428d48a.zip glibc-edf855d5a9e6ec9597660050ec45e073f428d48a.tar.gz glibc-edf855d5a9e6ec9597660050ec45e073f428d48a.tar.bz2 |
Update.
2003-12-31 Bruno Haible <bruno@clisp.org>
* iconvdata/iso_6937-2.c (to_ucs4): Map 0x7E to U+007E, not U+203E.
Map 0xA6 to U+0023. Map 0xA8 to U+00A4.
(to_ucs4_comb): Map 0xC5 0x20 to U+00AF.
(from_ucs4): Map U+00ED to 0xC2 0x69, not 0xC2 0xE9.
(BODY for TO_LOOP): Don't map U+02DC. Map U+02DD to 0xCD 0x20, not
0x00 0x20. Don't map U+2500..U+25E3.
Diffstat (limited to 'localedata/ChangeLog')
-rw-r--r-- | localedata/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 497d8ff..1e1e16d 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,13 @@ +2004-01-19 Ulrich Drepper <drepper@redhat.com> + + * SUPPORTED: Add all kinds of UTF-8 locales. + +2004-01-18 Bruno Haible <bruno@clisp.org> + + * locales/lg_UG: Renamed from lug_UG, with trivial updates. + * locales/lug_UG: Remove file. + * SUPPORTED: Create lg_UG instead of lug_UG. + 2003-12-31 Bruno Haible <bruno@clisp.org> * charmaps/IBM866NAV: Fix the character values. |