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

Replace text encoding function #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Nov 16, 2017

  1. Replace text encoding function

    Changed encoding function in convert_text. There was iconv, but now is
    mb_convert_encoding. It needs, because when we pass HTML in UTF-8
    during creating instance of simple_html_dom and target character set
    windows-1251 and want to get some text through ->text() sometimes we
    catch an error "iconv(): Detected an illegal character in input string".
    sane4ek-2 committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    38984b5 View commit details
    Browse the repository at this point in the history