]> source.dussan.org Git - vaadin-framework.git/commitdiff
merged [8512] to 6.1
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 21 Aug 2009 06:37:12 +0000 (06:37 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 21 Aug 2009 06:37:12 +0000 (06:37 +0000)
svn changeset:8517/svn branch:6.1

src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java

index 9f579cf81c3bdc4737dd34de5be645af354c187b..83ff3ffabcc66c198d1bd0e92a5fc6b6bcb28232 100644 (file)
@@ -1309,7 +1309,7 @@ public abstract class AbstractApplicationServlet extends HttpServlet {
         }
 
         final BufferedWriter page = new BufferedWriter(new OutputStreamWriter(
-                response.getOutputStream()));
+                response.getOutputStream(), "UTF-8"));
 
         String title = ((window.getCaption() == null) ? "Vaadin 6" : window
                 .getCaption());