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