Ignore:
Timestamp:
Apr 30, 2013, 2:05:15 AM (12 years ago)
Author:
alloc
Message:

AEI2.07:

  • Allow for non-ISO-8859-1 characters in properties files (more exactly require them to be UTF8)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/installer2/src/net/oni2/aeinstaller/gui/packageinfobox/PackageInfoBox.java

    r813 r840  
    1111import net.oni2.aeinstaller.backend.packages.Type;
    1212import net.oni2.aeinstaller.gui.HTMLLinkLabel;
     13import net.oni2.resourcebundle.UTF8ResourceBundleLoader;
    1314
    1415import org.javabuilders.BuildResult;
     
    2122        private static final long serialVersionUID = 233098603653577693L;
    2223
    23         private ResourceBundle bundle = ResourceBundle
     24        private ResourceBundle bundle = UTF8ResourceBundleLoader
    2425                        .getBundle("net.oni2.aeinstaller.localization."
    2526                                        + getClass().getSimpleName());
Note: See TracChangeset for help on using the changeset viewer.