bopoda / robots-txt-parser

PHP class for parse all directives from robots.txt files according to specifications
http://robots.jeka.by
MIT License
44 stars 17 forks source link

Resolve iconv() notice error #33

Closed LeMoussel closed 7 years ago

LeMoussel commented 7 years ago

Some robots.tx files have invalid utf-8 contents. For example:

This causes NOTICE: iconv(): Detected an incomplete multibyte character in input string. This PR resolve this NOTICE: iconv() error.

LeMoussel commented 7 years ago

Fixed. I don't undertstand why there is check fail in PHP 7. It's OK with all others PHP versions.