Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8301991

Convert l10n properties resource bundles to UTF-8 native

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 22
    • None
    • globalization
    • None
    • b16
    • generic
    • generic

    Description

      L10n properties files are now encoded in ISO-8859-1, thus all the characters outside of that charset are encoded into unicode escapes (`\uXXXX`). From the readability point of view, it is inconvenient and hard to review the contents.
      JDK's .properties files are first compiled into ListResourceBundle and then built into .class files. Careful consideration may be needed there.

      Attachments

        Issue Links

          Activity

            People

              jlu Justin Lu
              naoto Naoto Sato
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: