2018-04-17 19:55:54 +00:00
|
|
|
Short description: Add UCS-2 aliases.
|
|
|
|
Author(s): Fedora glibc team <glibc@lists.fedoraproject.org>
|
|
|
|
Origin: PATCH
|
|
|
|
Bug-RHEL: #697421
|
|
|
|
Upstream status: https://sourceware.org/ml/libc-alpha/2012-12/msg00103.html
|
|
|
|
|
|
|
|
This is a Fedora-specific change to include new aliases for UCS-2
|
|
|
|
data for gconv used by a certain class of users. This should be
|
|
|
|
revisited at some point to determine if those users are just using
|
|
|
|
UTF-8 at this point.
|
|
|
|
|
2021-06-14 05:45:03 +00:00
|
|
|
diff --git a/iconvdata/gconv-modules b/iconvdata/gconv-modules
|
|
|
|
index 4acbba062f2b187d..66f08b286f31f942 100644
|
|
|
|
--- a/iconvdata/gconv-modules
|
|
|
|
+++ b/iconvdata/gconv-modules
|
|
|
|
@@ -113,3 +113,6 @@ module INTERNAL UTF-32BE// UTF-32 1
|
|
|
|
alias UTF7// UTF-7//
|
|
|
|
module UTF-7// INTERNAL UTF-7 1
|
|
|
|
module INTERNAL UTF-7// UTF-7 1
|
2012-01-26 18:03:17 +00:00
|
|
|
+
|
|
|
|
+alias ISO-10646-UCS-2// UNICODE//
|
|
|
|
+alias ISO-10646-UCS-2// ISO-10646/UTF8/
|