[
https://issues.apache.org/jira/browse/CONFIGURATION-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557965#action_12557965
]
Oliver Heger commented on CONFIGURATION-303:
--------------------------------------------
Sorry, but from the title of this ticket and your problem description ("it
doesn't work well") I have no idea what your concrete problem is.
Can you please be a bit more specific? It is probably also helpful if you
attach the affected properties file, so we can do some tests.
Thanks.
> 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)); //<---
> }}
> It doesn't work well. [getComment]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.