How do I transfor é to é in php?

Posted by Itay Moav on Stack Overflow See other posts from Stack Overflow or by Itay Moav
Published on 2010-05-31T19:18:17Z Indexed on 2010/05/31 19:23 UTC
Read the original article Hit count: 118

Filed under:
|

I have an XML ISO-8859-1 page, in which I have to output symbols like é.
If I output é it errors out. é works just fine.
So, what PHP function should I use to transform é to é

I can't move to utf-8 (as I assume some will suggest and rightfully so) This is a huge, legacy code.

© Stack Overflow or respective owner

Related posts about php

Related posts about encoding