Hilco gave the right answer, that's a maven log you've got to tell Maven to use UTF-8 during processing (otherwise it will fallback to system encoding : ) :
<project> ... <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> ... </project> Olivier. On 21 sep, 16:26, Thomas Van Driessche <thomas.van.driessch...@gmail.com> wrote: > Hi, > > I have a problem that my values out of my properties files are not > well displayed on the page in utf8. > > This is already done: > <?xml version="1.0" encoding="UTF-8"?> > <meta http-equiv="content-type" content="text/html; charset=UTF-8"> > And the files in eclipse are saved using UTF-8. > > I tried to watch the files in the war file (build using maven), but i > can't seem to find them back there? > Because when i build i get the following warning: > > [WARNING] Using platform encoding (Cp1252 actually) to copy filtered > resources, > i.e. build is platform dependent! > > Can this be a cause? > > kind regards -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.