Skip to main content
Version: Deploy 23.3

Specify file encoding on the server

This topic describes the file.encoding system property, which defines the file encoding setting on the Deploy server. By default, it is set to UTF-8 to ensure compatibility with 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