ConFoo Montreal 2026: Call for Papers

Voting

: five minus one?
(Example: nine)

The Note You're Voting On

oleg dot pavlin at gmail dot com
13 years ago
Function asXML decodes special chars like ø, æ and others to æ, ø

To get normal output use without quoting:

$xml = html_entity_decode($xml, ENT_NOQUOTES, 'UTF-8');

<< Back to user notes page

To Top