build script now removes BOM marks.
--- a/sbin/build/client.xml Fri Sep 09 11:15:53 2011 +0200
+++ b/sbin/build/client.xml Fri Sep 09 11:30:00 2011 +0200
@@ -30,8 +30,11 @@
</target>
<target name="concatenate" description="Build the developer release file">
- <concat destfile="../../build/LdtPlayer-release.js">
- <filelist dir="../../src/js" files="LdtPlayer.js" />
+ <concat encoding="UTF-8" outputencoding="UTF-8" destfile="../../build/LdtPlayer-release.js">
+ <filelist dir="../../src/js" files="utils.js data.js LdtPlayer.js" />
+ <filterchain>
+ <deletecharacters chars="" />
+ </filterchain>
</concat>
</target>
</project>
\ No newline at end of file