On Fri, 23 Aug 2024 10:38:38 GMT, Pratiksha.Sawant <d...@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