Ignore:
Timestamp:
03/08/12 09:21:51 (12 years ago)
Author:
sherbold
Message:
  • JFC pre-processors (commands preprocessDirJFC, preprocessJFC) now generate UTF-8 XML files instead of UTF-16.
  • de.ugoe.cs.eventbench.jfc.JFCLogParser adapted to read UTF-8 XML files instead of UTF-16.
  • parseDirJFC and parseJFC commands now both pre-compute all JFC event target equalities and furthermore compare all loaded events to a dummy event before the precomputation to make sure the events are known by de.ugoe.cs.eventbench.jfc.data.JFCTargetComparator.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/jfc/JFCLogParser.java

    r389 r392  
    222222                        saxParser = spf.newSAXParser(); 
    223223                        inputSource = new InputSource(new InputStreamReader( 
    224                                         new FileInputStream(filename), "UTF-16")); 
     224                                        new FileInputStream(filename), "UTF-8")); 
    225225                } catch (UnsupportedEncodingException e) { 
    226226                        e.printStackTrace(); 
Note: See TracChangeset for help on using the changeset viewer.