I assume to use epp-rtk-java as client part for working with registry. But utf-8 support is missing.
As I've saw - in version 1.2 of EPPTransportTCP.java this support still was. And in version 1.3 it got away again. Also for better run, the line 251 in revision 1.2 "byte[] xml_bytes = final_xml.getBytes();" should be replaced with 'byte[] xml_bytes = final_xml.getBytes("utf-8");'
Could anybody to make new release of epp-rtk-java with utf-8 support?