1
0

Add option to force convert linked page to unicode #15

Merged
dkopitsa merged 1 commits from master into master 2013-11-22 08:38:21 +00:00
dkopitsa commented 2013-06-25 20:46:42 +01:00 (Migrated from github.com)

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
}
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.
No Reviewers
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mbirth/ttrss_plugin-af_feedmod#15
No description provided.