<i18n dev> RFR: 8195686: ISO-8859-8-i charset cannot be decoded, should be mapped to ISO-8859-8

Steven Loomis srl at openjdk.org
Fri Oct 11 16:02:14 UTC 2024


On Fri, 23 Aug 2024 10:38:38 GMT, Pratiksha.Sawant <duke at openjdk.org> wrote:

> Mapping ISO-8859-8-I charset to ISO-8859-8.
> Below mentioned 2 aliases are added as part of this:-
> **ISO-8859-8-I**
> **ISO8859-8-I**
> 
> The bug report for the same:- https://bugs.openjdk.org/browse/JDK-8195686

I noticed that the embedded xerces treates 8859-8-I as 8859-8 here:

- https://github.com/openjdk/jdk/blob/7276a1bec0d90f63e9e433fdcdfd6564b70dc9bb/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/EncodingMap.java#L770

-------------

PR Comment: https://git.openjdk.org/jdk/pull/20690#issuecomment-2407704270


More information about the i18n-dev mailing list