Prabahar wrote:
>
> I have requirement like this... Read a TEXT file that has codes that 
> represents Japanese chars in iso-8859-1 encoding. 
> 
>     $str=mb_convert_encoding ( $data[0], "EUC-JP", "ASCII") . "\n";

Your file is not in ASCII. Try ISO-8859-1 instead ..

Jc


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

Reply via email to