static class U { byte[] data; *() *(byte[] *data) {} *(S s) { data = toUtf8(s); } toString { ret fromUtf8(data); } }