<i18n dev> RFR: 8308046: Move Solaris related charsets from java.base to jdk.charsets module [v2]

Naoto Sato naoto at openjdk.org
Thu May 18 00:52:55 UTC 2023


On Wed, 17 May 2023 23:29:40 GMT, Naoto Sato <naoto at 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


More information about the i18n-dev mailing list