Rhino runtest and utf-8

Rhino runtest and utf-8

If your unlucky enough to have to develop on a windows machine you might get errors when running the unit tests in rhino with the UTF-8 selectors.
I resolved this in 1.2.6 and 1.3.1 by modifying the Makefile to use
JAR = java -Dfile.encoding=utf-8 -jar ${BUILD_DIR}/js.jar
Thanks!<br clear="all">
--
Christopher Thatcher