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

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -