X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=build%2Fruntest%2Fenv.js;fp=build%2Fruntest%2Fenv.js;h=fae6490b3e501cf1cbafe4d74fffccdff76dd83b;hb=5e7c1fc3ae42e2312bccc7679b03238f7e5d5c17;hp=6483324627ba37c4282bd4b2d6eb35ee3df4e1d2;hpb=feb475d9b1f7fc0a1b6efa746e952893014ff771;p=jquery.git diff --git a/build/runtest/env.js b/build/runtest/env.js index 6483324..fae6490 100644 --- a/build/runtest/env.js +++ b/build/runtest/env.js @@ -12,7 +12,9 @@ var window = this; }; window.__defineSetter__("location", function(url){ - window.document = new DOMDocument(url); + window.document = new DOMDocument( + new Packages.org.xml.sax.InputSource( new java.io.InputStreamReader( + new java.io.FileInputStream(url)))); }); window.__defineGetter__("location", function(url){ @@ -256,7 +258,7 @@ var window = this; var nodes = this.ownerDocument.importNode( new DOMDocument( new java.io.ByteArrayInputStream( (new java.lang.String("" + html + "")) - .getBytes())).documentElement, true).childNodes; + .getBytes("UTF8"))).documentElement, true).childNodes; while (this.firstChild) this.removeChild( this.firstChild );