Skip to content

Instantly share code, notes, and snippets.

@chaosmail
Created March 28, 2013 16:37
Show Gist options
  • Save chaosmail/5264737 to your computer and use it in GitHub Desktop.
Save chaosmail/5264737 to your computer and use it in GitHub Desktop.
UTF-8 Encode HTML-String
function encodeHtml($string) {
return htmlentities($string, ENT_QUOTES, "utf-8");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment