Příklad
public
static
void
main(
String
[] args ) {
System.out.println(
"a\u0041\u0300b"
.split(
"\u00C0"
).length );
}
Řešení
Neexistují žádné další rozhraní API s touto funkcí, takže se vyvarujte jejich použití.