- Timestamp:
- 07/16/12 13:16:35 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/windows/MFCLogParser.java
r403 r418 240 240 saxParser = spf.newSAXParser(); 241 241 inputSource = new InputSource(new InputStreamReader( 242 new FileInputStream(filename) , "UTF-16"));243 } catch (UnsupportedEncodingException e) {244 e.printStackTrace();242 new FileInputStream(filename)));//, "UTF-8")); 243 //} catch (UnsupportedEncodingException e) { 244 // e.printStackTrace(); 245 245 } catch (ParserConfigurationException e) { 246 246 e.printStackTrace();
Note: See TracChangeset
for help on using the changeset viewer.