php - Converting Korean characters into entities -
I am trying to convert the Korean characters into Unicode / html entities, but there is no luck. I use this site: but want to do something like this in PHP coding.
$ text = '' ???? "????" §§ ?? '; Echo htmlentities ($ text); Example: í ???? In "???? §§ ?? in and # 54620; & # 50696; & # 51652;
mb_convert_encoding ($ text, "HTML-ENTITIES", "UTF-8"); < / Html>
Comments
Post a Comment