static S codePointToString(int codePoint) { ret new S(Character.toChars(codePoint)); }