I'm using the Javascript files outputted by GWT in a Windows 8.1 app, however as well as being UTF-8 encoded the files also need the Byte Order Mark
at the start.
(See this question for why: http://social.msdn.microsoft.com/Forums/windowsapps/en-US/dd352270-8790-4b48-8492-17a4a6875e99/why-the-utf8-with-bom-marker-requirement )
Not sure if it's relevant, but I'm building GWT using Maven.
Is there anything I can change in the Maven pom.xml file that will output the files encoded in UTF-8 with the BOM?
Or a change to GWT config file?
Thank you for your help, I've been trying to figure this one out all afternoon!