On Wed, 17 May 2023 23:29:40 GMT, Naoto Sato <na...@openjdk.org> wrote:

>You can import classes in `java.base/sun.nio.cs` with the wild card so that it 
>would work on all platforms (`Big5` either in `java.base` or `jdk.charsets`)

Scratch that, you've already did it. Then you can remove these: 

import sun.nio.cs.DoubleByte;
import sun.nio.cs.HistoricallyNamedCharset;

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

PR Comment: https://git.openjdk.org/jdk/pull/13973#issuecomment-1552259703

Reply via email to