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

Mercury panic in handling non-ascii letters in query results #71

Closed
flankerhqd opened this issue Apr 1, 2013 · 1 comment
Closed

Mercury panic in handling non-ascii letters in query results #71

flankerhqd opened this issue Apr 1, 2013 · 1 comment

Comments

@flankerhqd
Copy link

If there is non-ascii letters in query results of content provider, such as Chinese characters, there will be an error like "UnicodeEncodeError: 'ascii' codec can't encode characters in position 505-506: ordinal not in range(128)".

Please add support for non-ascii letters, or just use utf-8 encoding.

Two screenshots are given, the first one is what Mercury complains, the second one shows the characters causing error.

Screen Shot 2013-04-01 at 5 35 08 PM

20130401_173337

@ghost ghost self-assigned this Apr 2, 2013
ghost pushed a commit that referenced this issue Apr 26, 2013
@ghost
Copy link

ghost commented Apr 26, 2013

Patch applied on the develop branch, in 91fd478.

@ghost ghost closed this as completed Apr 26, 2013
This issue was closed.
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