Bug 1591268
Summary: | glibc: Problem with iconv converting ISO8859-1 to IBM273 [rhel-7] | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Paulo Andrade <pandrade> | |
Component: | glibc | Assignee: | Arjun Shankar <ashankar> | |
Status: | CLOSED ERRATA | QA Contact: | qe-baseos-tools-bugs | |
Severity: | medium | Docs Contact: | Vladimír Slávik <vslavik> | |
Priority: | medium | |||
Version: | 7.6 | CC: | abjoshi, ashankar, codonell, cww, dj, fweimer, glibc-bugzilla, mcermak, mnewsome, pfrankli, qe-baseos-tools-bugs, skolosov, vslavik | |
Target Milestone: | rc | Keywords: | Patch | |
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | glibc-2.17-271.el7 | Doc Type: | Bug Fix | |
Doc Text: |
.`iconv` can convert between the IBM273 and ISO-8859-1 character sets
Previously, the `glibc` implementation of the IBM273 character set was not equivalent to the ISO-8859-1 character set. It did not have a representation for the Unicode character `MACRON`, instead it used the corresponding byte to represent the `OVERLINE` Unicode character, which has the same visual representation as a `MACRON`. As a consequence, using the `iconv` tool provided by `glibc` to convert IBM273 text containing an `OVERLINE` character to ISO-8859-1 or ISO-8859-1 text containing a `MACRON` character to IBM273 resulted in an error during conversion. To fix this bug, the IBM273 character set was made equivalent to the ISO-8859-1 character set by replacing its `OVERLINE` representation with `MACRON`. As a result, both character sets now use the `MACRON` Unicode character, are equivalent, and conversion from one to the other does not lead to an error.
|
Story Points: | --- | |
Clone Of: | 1591265 | |||
: | 1592270 (view as bug list) | Environment: | ||
Last Closed: | 2019-08-06 12:49:05 UTC | Type: | Bug | |
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: | 1591265, 1592270 | |||
Bug Blocks: | 1594286, 1643040 |
Description
Paulo Andrade
2018-06-14 12:28:14 UTC
Fixed upstream: commit 14beef7575099f6373f9a45b4656f1e3675f7372 Author: Florian Weimer <fweimer> Date: Thu Jun 14 22:34:09 2018 +0200 localedata: Make IBM273 compatible with ISO-8859-1 [BZ #23290] Reviewed-by: Carlos O'Donell <carlos> 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. https://access.redhat.com/errata/RHSA-2019:2118 |