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

Support non-ascii characters #1

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 0 comments
Open

Support non-ascii characters #1

GoogleCodeExporter opened this issue Mar 15, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

First of all I really appreciate all the work you've done so far for this port.

The problem: When passing a string containing non-ascii characters the
tokenizer throws a `UnicodeEncodeError` at line 197.

I solved that with removing the `str`-cast in this line but perhaps you
want to do an instance check for `basestring` here.

BTW: It would be great if you could manage to implement the `jsexec` part
somehow... :)

Cheers

Sebastian

Original issue reported on code.google.com by [email protected] on 13 Dec 2009 at 1:42

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

No branches or pull requests

1 participant