Index: /trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/windows/LogPreprocessor.java
===================================================================
--- /trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/windows/LogPreprocessor.java	(revision 417)
+++ /trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/windows/LogPreprocessor.java	(revision 418)
@@ -89,6 +89,6 @@
 			FileNotFoundException {
 		OutputStreamWriter targetFile = new OutputStreamWriter(
-				new FileOutputStream(target), "UTF-16");
-		targetFile.write("<?xml version=\"1.0\" encoding=\"UTF-16\"?>"
+				new FileOutputStream(target), "UTF-8");
+		targetFile.write("<?xml version=\"1.0\" encoding=\"UTF-8\"?>"
 				+ StringTools.ENDLINE);
 		targetFile.write("<log>" + StringTools.ENDLINE);
@@ -119,6 +119,6 @@
 			FileNotFoundException {
 		OutputStreamWriter targetFile = new OutputStreamWriter(
-				new FileOutputStream(target), "UTF-16");
-		targetFile.write("<?xml version=\"1.0\" encoding=\"UTF-16\"?>"
+				new FileOutputStream(target), "UTF-8");
+		targetFile.write("<?xml version=\"1.0\" encoding=\"UTF-8\"?>"
 				+ StringTools.ENDLINE);
 		targetFile.write("<log>" + StringTools.ENDLINE);
Index: /trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/windows/MFCLogParser.java
===================================================================
--- /trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/windows/MFCLogParser.java	(revision 417)
+++ /trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/windows/MFCLogParser.java	(revision 418)
@@ -240,7 +240,7 @@
 			saxParser = spf.newSAXParser();
 			inputSource = new InputSource(new InputStreamReader(
-					new FileInputStream(filename), "UTF-16"));
-		} catch (UnsupportedEncodingException e) {
-			e.printStackTrace();
+					new FileInputStream(filename)));//, "UTF-8"));
+		//} catch (UnsupportedEncodingException e) {
+		//	e.printStackTrace();
 		} catch (ParserConfigurationException e) {
 			e.printStackTrace();
