Uploaded image for project: 'Commons Configuration'
  1. Commons Configuration
  2. CONFIGURATION-303

PropertiesConfigurationLayout

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • None
    • 1.6
    • None
    • None

    Description

      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]

      Attachments

        Activity

          People

            Unassigned Unassigned
            popiruse huhjinsuk
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: