Skip to content

Instantly share code, notes, and snippets.

@ophentis
Created April 30, 2013 15:52
Show Gist options
  • Select an option

  • Save ophentis/5489621 to your computer and use it in GitHub Desktop.

Select an option

Save ophentis/5489621 to your computer and use it in GitHub Desktop.
change encoding of html to html entities, this can fix issue when using php domdocument
$html = mb_convert_encoding($html, 'HTML-ENTITIES', 'UTF-8')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment