i'm getting an "Invalid character" error harvesting some brazilian an catalan repositories, e.g. http://ojs.c3sl.ufpr.br/ojs2/index.php/ ... fix=oai_dc
i thought it might be database character set and collation so i changed them to utf8 and utf8_unicode but still the same.
In my config.ini.php all my charsets are set to utf8.
from the xml response i found out it has a lot of html tags and entities and thought this could be the reason, so i created some records with html tags in a local dspace an harvested them, but all worked well.
i also validated the response using xmllint and got no validation errors.
i'm using
harvester 2.3.0
php 5.2.6
mysql 5.0.75
any suggestion
