aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-11-29 18:35:12 +0100
committerFlorian Weimer <fweimer@redhat.com>2016-11-29 18:35:21 +0100
commit0415d32187731ac03ef6c72c6cfb25314d4b0133 (patch)
tree2e0bdf21895f5153074b380f6b5c141a76d2059f /ChangeLog
parenta09411756fd935482a81e99dc3f3eae99843d012 (diff)
downloadglibc-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92c96c1cb9..1ae7181d97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>