Encoding (-jaxb.encoding) command
The -jaxb.encoding command specifies the character encoding that the adapter is to use when it marshals the XML data.
This command is optional. If you omit it, the adapter uses UTF-8 encoding.
-jaxb.encoding command syntax
[-jaxb.encoding] encoding- encoding
- The character encoding that the adapter is to use when it marshals XML data. Specify the value as a java.lang.String object class. See your JAXB documentation.