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