changeset 390:f2e2053ecf23

Removed Encodingerrors from listed Files. All Files are now UTF-8 compliant. gnv/trunk@516 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Fri, 08 Jan 2010 14:31:19 +0000
parents 416ff31f6273
children ee8003fffc71
files gnv/ChangeLog gnv/src/main/java/de/intevation/gnv/action/DoOutputAction.java gnv/src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java
diffstat 3 files changed, 11 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/gnv/ChangeLog	Wed Jan 06 09:13:45 2010 +0000
+++ b/gnv/ChangeLog	Fri Jan 08 14:31:19 2010 +0000
@@ -1,3 +1,9 @@
+2010-01-08  Tim Englich  <tim.englich@intevation.de>
+
+	* src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java (execute),
+	  src/main/java/de/intevation/gnv/action/DoOutputAction.java (execute): 
+	  Removed Encodingerrors from listed Files. All Files are now UTF-8 compliant.
+
 2010-01-05  Ingo Weinzierl <ingo.weinzierl@intevation.de>
 
 	* src/main/java/de/intevation/gnv/util/ArtifactNamespaceContext.java:
@@ -47,7 +53,7 @@
 
 2009-12-17  Hans Plum <hans@intevation.de>
 
-	Issue 129: Release 0.2: Verbesserung der Übersetzungen
+	Issue 129: Release 0.2: Verbesserung der �bersetzungen
 	
 	* src/main/resources/applicationMessages.properties:
 	Fixed i18n strings reported by experts
@@ -62,7 +68,7 @@
 
 2009-12-14  Hans Plum <hans@intevation.de>
 
-	Issue109: Tomcat: Konfiguration des Kontexts enthält Redundanz
+	Issue109: Tomcat: Konfiguration des Kontexts enth�lt Redundanz
 
 	* src/main/webapp/META-INF/context.xml:
 	Removed obsolete configuration attributes.
--- a/gnv/src/main/java/de/intevation/gnv/action/DoOutputAction.java	Wed Jan 06 09:13:45 2010 +0000
+++ b/gnv/src/main/java/de/intevation/gnv/action/DoOutputAction.java	Fri Jan 08 14:31:19 2010 +0000
@@ -97,10 +97,10 @@
                 outputStream.close();
             } else {
                 if (outputMode == null) {
-                    log.error("Outputmode wird nicht unterstützt.");
+                    log.error("Outputmode is not supported.");
                 } else if (!outputMode.getMimeType().equals(mimeType)) {
                     log.error("MimeType " + mimeType
-                              + " wird nicht unterstützt.");
+                              + " wis not supported.");
                 }
                 // TODO FIXME: Fehlerbehandlung
             }
--- a/gnv/src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java	Wed Jan 06 09:13:45 2010 +0000
+++ b/gnv/src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java	Fri Jan 08 14:31:19 2010 +0000
@@ -52,7 +52,7 @@
                     .getSessionModel(request);
             Collection<ArtifactObject> artifactFactories = sm
                     .getArtifactFactories();
-            // Löscht die Artifactspezifischen Attribute am Sessionmodel
+            // Removes the Artifactspecific Attributes from the SessionModel-
             sm.resetModel();
             if (artifactFactories == null || artifactFactories.isEmpty()) {
                 new FetchArtifactFactoriesAction().execute(mapping, form,

http://dive4elements.wald.intevation.org