[jdk17u-dev] RFR: 6928542: Chinese characters in RTF are not decoded

Goetz Lindenmaier goetz at openjdk.org
Fri Dec 15 07:33:47 UTC 2023


On Sat, 2 Dec 2023 00:10:08 GMT, Ichiroh Takiguchi <itakiguchi at openjdk.org> wrote:

> Cherry-pick was failed because of following changes:
> 
> [8271456](https://bugs.openjdk.org/browse/JDK-8271456): Avoid looking up standard charsets in "java.desktop" module
> openjdk/jdk at 6b55ef3
> 8271456 was code cleanup issue, it's not required for JDK17.
> 
> But only following code is required:
> src/java.desktop/share/classes/javax/swing/text/rtf/RTFReader.java
> 
> import static java.nio.charset.StandardCharsets.ISO_8859_1;
> 
> 
> Could someone please review it?
> 
> Thanks,
> Ichiroh Takiguchi

@takiguc I remove the fix-request label. Feel free to label again once backported to 21.

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

PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2010#issuecomment-1857405492


More information about the jdk-updates-dev mailing list