PropertiesConfigurationLayout
------------------------------
Key: CONFIGURATION-303
URL: https://issues.apache.org/jira/browse/CONFIGURATION-303
Project: Commons Configuration
Issue Type: Bug
Reporter: huhjinsuk
I use UTF8 property file.
private FileConfiguration config;
....
public testGetMessage() throws ConfigurationException {
config.setEncoding("UTF-8");
layout = config.getLayout();
System.out.println(config.getString(key)); // good.
--> System.out.println(layout .getComment(comment)); //<---
}
I have a problem. It doen't work well.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.