com.entrust.toolkit.util.IniFile.encoding

A known issue with some JVMs causes Java not to recognize the byte order mark (BOM) that may mark the beginning of a UTF-8 encoded file. The issue is detailed at:

http://bugs.java.com/bugdatabase/view_bug.do?bug_id=4508058.

To workaround this problem the toolkit sets the default character set to:

UTF-8

In systems with Microsoft INI Files not encoded in UTF-8 (or subsets of UTF-8), use this property to specify the encoding for INI files. For example, z/OS systems could use:

com.entrust.toolkit.util.IniFile.encoding=IBM-1047

Available from: 7.2 SP2