These are ... HTML entities (or "Numeric Symbolic Links" for nitpickers).
Give it a try html_entity_decode.
Example:
$foo = html_entity_decode('انوان');
(If the line is on the form ا..., you need to apply twice html_entity_decode. (I don't know if editing codaddict is acceptable.))
source
share