Example
public
static
void
main(
String
[] args ) {
System.out.println(
"a\u0041\u0300b"
.split(
"\u00C0"
).length );
}
Solution
There are no other APIs with this function, so please just avoid using it.