Configuration and Administration

glog.textFile.defaultEncoding

To control the behavior of Oracle Transportation Management, you can change settings in the glog.properties file or the appropriate property set.

Property

New In Version

Description

glog.textFile.defaultEncoding=<encoding>

 

To selectively change the encoding used for text file upload and display, set this property.

Note: The support for non-default encoding has a limitation. OTM cannot support text documents with different encoding. E.g., if one text file is UTF-8 and another is JIS, the system has no way of knowing which is which. Make sure all uploaded text files share the same encoding specified by either glog.textFile.defaultEncoding or file.encoding.

Note: This property does not display in the properties servlet by default. It must be added manually.

Related Topics