예제

public static void main( String[] args ) {
System.out.println( "a\u0041\u0300b".split( "\u00C0" ).length );
}

솔루션
이 기능이 있는 다른 API가 없으므로 사용하지 마십시오.