You might need to use iconv to convert the file to UTF-8. See:

http://www.gnu.org/software/libiconv/documentation/libiconv/iconv.1.html

There's a PHP library available:

http://ca.php.net/iconv

The format from the command line is:

iconv -f BIG5 -t UTF-8 original_file.txt > utf8_file.txt

You will need to check if you have iconv or libiconv installed.

On Mon, Mar 3, 2008 at 4:51 AM, ghostjackyo <[EMAIL PROTECTED]> wrote:
>
>  Excuse me !
>  Hod did changed the file with sent mail .
>  I want use the file with .txt file.
>  But the .txt file was Big-5 Code.
>  I want to changed to UTF-8 Code.
>
>
>  >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to