From 11c3f8bd9ea65f7a7b8da9a282c31a127bd475a6 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Wed, 24 Aug 2016 14:03:42 +0300 Subject: Properly encode special UTF-8 characters (#19928) The main encoding problem was fixed in GWT 2.7.0.vaadin4. Vaadin 8 is already fixed as it uses GWT 2.8 Change-Id: I78ea30c1ff81d44432cd82ecd23eda8eb86e6efb --- build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.properties') diff --git a/build.properties b/build.properties index 2148fc00e6..846e069898 100644 --- a/build.properties +++ b/build.properties @@ -6,5 +6,5 @@ vaadin.url=http://vaadin.com vaadin.java.version=1.6 vaadin.version=7.7.0-SNAPSHOT vaadin.sass.version=0.9.13 -gwt.version=2.7.0.vaadin3 +gwt.version=2.7.0.vaadin4 commons-io.version=2.4 -- cgit v1.2.3