Skip to content

Instantly share code, notes, and snippets.

@rdmpage
Created August 14, 2012 21:50
Show Gist options
  • Save rdmpage/3353350 to your computer and use it in GitHub Desktop.
Save rdmpage/3353350 to your computer and use it in GitHub Desktop.
HTML multibyte string
$html = mb_convert_encoding($html, 'UTF-8', 'HTML-ENTITIES');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment