static S fsc(S s) { byte[] b = new byte[l(s)]; for (int i = 0; i < b.length; i++) b[i] = (byte) s.charAt(i); ret fromUtf8(b); }