Properties.save() and Properties.load() are not non-ASCII safe

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 1.2.0
    • Affects Version/s: 1.1.4, 1.2.0, 1.3.1, 1.4.0
    • Component/s: core-libs
    • 1.2beta4
    • generic, unknown, x86
    • generic, windows_95
    • Not verified

      java.util.Properties.save() and java.util.Properties.load() are not character encoding safe. They only take OutputStream and InputStream respectively. They should take a Writer and Reader respectively, similar to java.util.Properties.list().

      The lack of this functionality prevents JavaTest from working correctly on IBM Java ports.

            Assignee:
            Michael Mccloskey (Inactive)
            Reporter:
            Kevin Smith (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: