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