On Fri, 20 Oct 2006 16:57:16 +0300, Ahmad Al-Twaijiry wrote:

> Hi everyone
> 
> I have a variable with UTF-8 text inside it and I want to convert this
> text to windows encode,  is it possible in very easy way ?
> 
> Thanks
> 
> ---
> Ahmad

Hi Ahmad,

utf8_decode() will decode your string to ISO-8859-1.

Ivo

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to