import java.nio.charset.Charset; static simplyCached Charset utf8charset() { ret Charset.forName("UTF-8"); }