-
-
Notifications
You must be signed in to change notification settings - Fork 349
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
Encoding problem #44
Comments
For which URL does this happen? |
the text that causes the error is in the footer of the webpage |
Ok, I've tested with this page and it properly specifies UTF-8 both in the HTTP header and in the meta http-equiv tag. So I guess you have any filters enabled for this URL? If so, which? |
yes, html2text |
What is your system locale set to? You can check with the following snippet:
|
also utf8
|
do you also have the problem only when running as a cronjob? |
It looks like Python's stdout is set to latin-1 for some reason. Can you please run the following?
|
|
Try running urlwatch with |
Arch Linux |
|
Hi!
I get the following exception:
I traced it back to the following content of the website:
European Union’s
Please note the ' between n and s causing the hickup. Maybe all string operations must be moved to utf8?
Thanks!
The text was updated successfully, but these errors were encountered: