sS bytesToString_raw(byte[] data) ctex { ret data == null ? null : new S(data, "ISO-8859-1"); }