Are characters such as àâáâãäåèéêë and others
like them considered UTF-8 characters? If it is
considered UTF-8 characters, it still manages
itself to be displayed correctly under
ISO-8859-1. The page contains those type of
characters and it is being displayed under
ISO-8859-1. However, if I c
Try multibyte functions (http://www.php.net/manual/en/ref.mbstring.php):
mb_decode_numericentity
mb_encode_numericentity
mb_convert_encoding
See below:
';
echo c_to_n(n_to_c('“'));
?>
Hope it helps,
Lucian
"Roland" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi
>
> I'm trying t
2 matches
Mail list logo