52535455565758
if (ConditionUtils.isEmpty(to)) { this.charsetTo = Charset.defaultCharset(); } else { this.charsetTo = Charset.forName(to); } this.charsetTransform = new CharsetTransformer(this.charsetFrom, this.charsetTo); }
56575859606162