Details
Description
When using wsdl2java java classes are created in default encoding(for instance MacRoman). But when we afterwards try to compile these classes in UTF-8 special chars in java comments resolves in compliations error
[INFO] Compilation failure
/url/to/file/SomeFile.java:[31,18] unmappable character for encoding UTF-8
We would like somehow to specify which encoding wsdl2java should use when generating java classes. We can't seem to find this property.
Attachments
Issue Links
- is related to
-
CXF-2937 character encoding in cxf-codegen is wrong
- Closed