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

Popular posts from this blog

java - NullPointerException for a 2d Array -

python - Assemble mpeg file unable to play in mediaplayer -

c# - NameSpace Manager or XsltContent to parse aspx page -