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/downloadwindow/Downloader.java

    r773 r840  
    1515import net.oni2.aeinstaller.backend.packages.download.ModDownloaderListener;
    1616import net.oni2.aeinstaller.backend.packages.download.ModDownloader.State;
     17import net.oni2.resourcebundle.UTF8ResourceBundleLoader;
    1718
    1819import org.javabuilders.BuildResult;
     
    2526        private static final long serialVersionUID = 9097967828001263776L;
    2627
    27         private ResourceBundle bundle = ResourceBundle
     28        private ResourceBundle bundle = UTF8ResourceBundleLoader
    2829                        .getBundle("net.oni2.aeinstaller.localization."
    2930                                        + getClass().getSimpleName());
Note: See TracChangeset for help on using the changeset viewer.