我在 JDK5 中使用以下 API 导入 sun.text.Normalizer:
- public static String decompose(String str, boolean compat, int options)
- 公共静态最终 int getClass(int ch)
- public static String normalize(String str, Mode mode, int options)
如何将代码升级到JDK6以实现相同的功能?我用谷歌搜索,但没有结果。非常感谢你的提示。