JDK5でsun.text.Normalizerをインポートする次のAPIを使用します。
- public static String destroy(String str、boolean compat、int options)
- public static final int getClass(int ch)
- public static String normalize(String str、Mode mode、int options)
同じ機能を実現するためにコードをJDK6にアップグレードするにはどうすればよいですか?グーグルで検索しましたが、結果がありません。ヒントありがとうございます。