Decode \u00* to UTF8 in PHP

Posted by Docstero on Stack Overflow See other posts from Stack Overflow or by Docstero
Published on 2010-05-29T09:53:10Z Indexed on 2010/05/29 10:02 UTC
Read the original article Hit count: 290

Filed under:
|
|

Is there a function in PHP that can decode, for example "\u00ed" to "í" and all other similar occurrences?

I found similar question here but is doesn't seem to work.

© Stack Overflow or respective owner

Related posts about php

Related posts about utf-8