Skip to content

Instantly share code, notes, and snippets.

@tarto-dev
Created April 10, 2014 13:57
Show Gist options
  • Select an option

  • Save tarto-dev/10385148 to your computer and use it in GitHub Desktop.

Select an option

Save tarto-dev/10385148 to your computer and use it in GitHub Desktop.
<?php
function fromStringToUTF8($str){
return htmlentities(mb_convert_encoding($str,"ISO-8859-1","UTF-8"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment