Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with Unicode pages #9

Open
jyang opened this issue Dec 4, 2011 · 0 comments
Open

problem with Unicode pages #9

jyang opened this issue Dec 4, 2011 · 0 comments

Comments

@jyang
Copy link

jyang commented Dec 4, 2011

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant