Skip to main content
Version: Deploy 22.1

Specify File Encoding on the Server

The file.encoding system property defines the file encoding setting on the Deploy server. By default, it is set to UTF-8 to work with the most systems.

Oracle JDK

To change the file encoding for the Oracle Java Development Kit (JDK), change the encoding in wrapper configuration file as follows:

wrapper.java.additional.7=-Dfile.encoding=UTF-16

IBM JDK

To set file encoding for the IBM Java Development Kit (JDK), add the following argument in the wrapper configuration file:

wrapper.java.additional.7=-Dclient.encoding.override=UTF-16