We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a40c9 commit 1a65eb2Copy full SHA for 1a65eb2
Makefile
@@ -49,7 +49,7 @@ JQ_PACK = ${DIST_DIR}/jquery.pack.js
49
JQ_VER = `cat version.txt`
50
VER = sed s/@VERSION/${JQ_VER}/
51
52
-JAR = java -jar ${BUILD_DIR}/js.jar
+JAR = java -Dfile.encoding=utf-8 -jar ${BUILD_DIR}/js.jar
53
MINJAR = java -jar ${BUILD_DIR}/yuicompressor-2.4.2.jar
54
55
DATE=`svn info . | grep Date: | sed 's/.*: //g'`
0 commit comments