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

[issue 551] fixed issue of url containing extended chars #552

Closed
wants to merge 1 commit into from
Closed

[issue 551] fixed issue of url containing extended chars #552

wants to merge 1 commit into from

Conversation

AnishShah
Copy link
Contributor

This solves the issue #551.
But I'm not able to write testcase for this issue.

When I add something like this ->

test_url = u'http://www.amazon.de/Molwanien-schadhaften-Lächelns-Santo-Cilauro/dp/3453811380 '

I get -> SyntaxError: Non-ASCII character '\xc3' in the file

I added # -*- coding: utf-8 -*- at the top of the file. But then, it passes the testcase without any changes in the original code.

Please help me in adding the testcase. ?

@preddy5
Copy link
Member

preddy5 commented Jan 15, 2015

Hai @AnishShah, one reason could be you copy pasted the url and the unicode char are not visible on your text editor, once try by typing the url instead of pasting

@AnishShah AnishShah closed this Jan 15, 2015
@AnishShah AnishShah changed the title [issue #551] fixed issue of url containing extended chars [issue 551] fixed issue of url containing extended chars Jan 17, 2015
@AnishShah AnishShah deleted the issue551 branch January 17, 2015 15:45
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

Successfully merging this pull request may close these issues.

2 participants