示例
public
static
void
main(
String
[] args ) {
System.out.println(
"a\u0041\u0300b"
.split(
"\u00C0"
).length );
}
解决方案
没有其他 API 具有此功能,因此,目前只能避免使用它。