[jdk11u-dev] RFR: 6928542: Chinese characters in RTF are not decoded
Ichiroh Takiguchi
itakiguchi at openjdk.org
Tue Jan 9 00:42:27 UTC 2024
On Sat, 2 Dec 2023 03:16:11 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 JDK11.
>
> On src/java.desktop/share/classes/javax/swing/text/rtf/RTFReader.java
> Following code is required
>
> import static java.nio.charset.StandardCharsets.ISO_8859_1;
>
> On src/java.desktop/share/classes/javax/swing/text/rtf/RTFParser.java
> Copyright year is changed from 2017 to 2023.
>
> Could someone please review it?
>
> Thanks,
> Ichiroh Takiguchi
I added jdk11u-fix-request into JBS
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2325#issuecomment-1882070472
More information about the jdk-updates-dev
mailing list