diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-11-29 18:35:12 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-11-29 18:35:21 +0100 |
commit | 0415d32187731ac03ef6c72c6cfb25314d4b0133 (patch) | |
tree | 2e0bdf21895f5153074b380f6b5c141a76d2059f /ChangeLog | |
parent | a09411756fd935482a81e99dc3f3eae99843d012 (diff) | |
download | glibc-0415d32187731ac03ef6c72c6cfb25314d4b0133.tar glibc-0415d32187731ac03ef6c72c6cfb25314d4b0133.tar.gz glibc-0415d32187731ac03ef6c72c6cfb25314d4b0133.tar.bz2 glibc-0415d32187731ac03ef6c72c6cfb25314d4b0133.zip |
gconv: Adjust GBK to support the Euro sign
Commit aa4d00ca39e604ac4e9fead401ccd4483e11a281 only updated the
data used by locales.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2016-11-29 Florian Weimer <fweimer@redhat.com> + + * iconvdata/gbk.c (BODY): Add Euro sign support (both directions). + 2016-11-29 Yury Norov <ynorov@caviumnetworks.com> Steve Ellcey <sellcey@caviumnetworks.com> |