Changeset 33726 for main/trunk


Ignore:
Timestamp:
2019-11-28T16:23:44+13:00 (4 years ago)
Author:
ak19
Message:

Changing lowercase utf-8 parameter to uppercase UTF-8 in case that matters in identifying the exact encoding we want the XMLConverter to use.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/core/TransformingReceptionist.java

    r33650 r33726  
    115115        // find the config file containing a list of actions
    116116        File interface_config_file = new File(GSFile.interfaceConfigFile(GSFile.interfaceHome(GlobalProperties.getGSDL3Home(), (String) this.config_params.get(GSConstants.INTERFACE_NAME))));
    117         Document config_doc = this.converter.getDOM(interface_config_file, "utf-8");
     117        Document config_doc = this.converter.getDOM(interface_config_file, "UTF-8");
    118118        Element config_elem = config_doc.getDocumentElement();
    119119       
Note: See TracChangeset for help on using the changeset viewer.