diff options
author | Artur Signell <artur@vaadin.com> | 2016-08-24 14:03:42 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-24 14:24:59 +0300 |
commit | 11c3f8bd9ea65f7a7b8da9a282c31a127bd475a6 (patch) | |
tree | 1cba2461fd063e46056b51177fb0747b1ad49424 /build.properties | |
parent | fb5220ab9b818ee6287467b068371624f73fbbeb (diff) | |
download | vaadin-framework-11c3f8bd9ea65f7a7b8da9a282c31a127bd475a6.tar.gz vaadin-framework-11c3f8bd9ea65f7a7b8da9a282c31a127bd475a6.zip |
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
Diffstat (limited to 'build.properties')
-rw-r--r-- | build.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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 |