Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-6694

Improve translation document content parsing

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • 3.2 M1
    • 3.1 RC1
    • Old Core
    • None
    • Unit
    • Unknown

    Description

      Thanks to new Java 6 Properties#load(Reader reader)

      Currently we doing a very nasty hack looking like

      returnValue = new String(returnValue.getBytes("ISO-8859-1"), BYTE_ENCODING);
      

      to be able to get unescaped UTF8 characters from the String when parsing the content as InputStream.

      Attachments

        Activity

          People

            tmortagne Thomas Mortagne
            tmortagne Thomas Mortagne
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: