admc / jellyfish

Run your Javascript anywhere.
jelly.io
Other
94 stars 10 forks source link

problem with Unicode pages #9

Open jyang opened 12 years ago

jyang commented 12 years ago

When jellyfish drives Chrome or Firefox (on Ubuntu 10.04) to http://home.sina.com (a Unicode page), all non-English characters are not displayed correctly.

// var browser = jellyfish.createChrome('http://home.sina.com'); var browser = jellyfish.createFirefox('http://home.sina.com'); browser.js("document.title", function(o) { assert.equal('abc', o.result); });

I thought it was a problem with my Chrome test profile. But Firefox having the same issue made me think this might be jellyfish.

Thanks!