Bug 697421
Summary: | [RFE] Include additional character set aliases | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | J.H.M. Dassen (Ray) <rdassen> | |
Component: | glibc | Assignee: | Jeff Law <law> | |
Status: | CLOSED ERRATA | QA Contact: | qe-baseos-tools-bugs | |
Severity: | low | Docs Contact: | ||
Priority: | medium | |||
Version: | 6.1 | CC: | bgollahe, fweimer, mfranc, pmuller, rbinkhor | |
Target Milestone: | rc | Keywords: | FutureFeature, Reopened, Triaged | |
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Enhancement | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 697422 (view as bug list) | Environment: | ||
Last Closed: | 2012-06-20 12:08:24 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 607248, 697422, 756082 |
Description
J.H.M. Dassen (Ray)
2011-04-18 08:15:51 UTC
What is ISO-10646-UCS-2? (In reply to comment #2) > What is ISO-10646-UCS-2? An alias of "ISO-10646/UCS2/". Quoting <http://en.wikipedia.org/wiki/UTF-16/UCS-2>: a similar character encoding that was superseded by UTF-16 in version 2.0 of the Unicode standard in July 1996.[2] It produces a fixed-length format by simply using the code point as the 16-bit code unit and produces exactly the same result as UTF-16 for 63,488 code points in the range 0-0xFFFF, including all characters that had been assigned a value at that time. See <http://en.wikipedia.org/wiki/Universal_Character_Set#Encoding_forms_of_the_Universal_Character_Set> as well. What makes ISO-10646/UCS2/ so special that it requires a special name? "ISO-10646/UCS2/" is supported as a name for this particular character set in at least RHEL[4-6]. If you meant to ask `what makes "ISO-10646-UCS-2/" so special that it requires an alias?' instead, then this is covered in the original feature request. Having this alias shipped by default will make it possible for application programmers that develop software which processes SMS messages from phones like the Nokia 3560 and that relies on the OS's "iconv" mechanism for character set translation to process such messages without having to arrange for the gconv-modules configuration files to be modified. The original feature request talks about ISO-10646/UTF8/. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2012-0763.html |