in `upper.c` void encode_utf8(uint32_t *src, char *dst) { int i = 0; ... If you try to build a String with invalid UTF-8, you won't get a ...
確定! 回上一頁