There is error when viewing linked pages on non-unicode site. For example: 4pda.ru, that have windows-1251 charset.
This patch allows to convert fetched page to unicode for proper view.
There is error when viewing linked pages on non-unicode site. For example: 4pda.ru, that have windows-1251 charset.
This patch allows to convert fetched page to unicode for proper view.
Example of usage:
```
"4pda.ru": {
"type": "xpath",
"xpath": "div[@class='post']/div[@class='entry']",
"force_charset": "windows-1251",
"force_unicode": true
}
```
This repo is archived. You cannot comment on pull requests.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
There is error when viewing linked pages on non-unicode site. For example: 4pda.ru, that have windows-1251 charset.
This patch allows to convert fetched page to unicode for proper view.
Example of usage: