https://issues.apache.org/bugzilla/show_bug.cgi?id=51737
--- Comment #2 from Philippe Mouawad <[email protected]> 2012-02-04 13:48:59 UTC --- Hello, Analyzing code of TCPClientImpl , it does conversion from byte array to String without setting any charset, so file.encoding of JVM will be used. This may explain issues mentionned here with ANSI (Windows-1252) charset, although HEX is mentionned. Shouldn't we add a field to input charset ? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
