Hi,
I'm trying to use an under development plug-in for wordpress that is developped by @clioweb and @stakats from the CHNM. The aim of this plug-in is to take the content of a zotero user's CV and to publish it on your wordpress blog. Sean Takats is using it on his blog: http://quintessenceofham.org/cv/
My problem is the following: I'm French, so I've got accent in my name. See here: http://www.zotero.org/inactinique/cv
When I'm using this plug-in, the accents in my name (and in all titles of my zotero CV page also - temporarily, I just found expressions in French with no accents for those titles) are not properly encoded on my website: http://www.clavert.net/wordpress/?page_id=333
If you look at the HTML code of the zotero CV page, the page is declared as UTF-8 encoded (just as my website). Accents in titles, in this code, are directly typed-in (é, è, etc), but in the rest of the source code, accents are encoded in HTML (é è etc).
So I suppose that the problem is the way DOMDocument and loadHTML in the php code of the plug-in are handling special caracters.
The source code of the plug-in is here: https://github.com/inactinique/scholarpress-vitaware
Does someone have an idea? Please, be quite explicit in your answers - I'm starting with php.
Best regards,
Frédéric Clavert