UTF-8 and BIG-5 are not language-specific. They are for the character
encoding (though BIG-5 is for Chinese characters, specifically). UTF-8
can be used for many languages.

If you want to change this:

<meta http-equiv="Content-Type" content="text/html; charset=BIG-5">

to:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

You can use:

echo $html->charset('UTF-8');

(must have HTMLHelper loaded)





On Tue, Feb 19, 2008 at 4:58 AM, ghostjackyo <[EMAIL PROTECTED]> wrote:
>
>  Excuse me .
>  I am test the php web to change language to UTF-8.
>  But also I am looking in the web page.
>  It's also show the BIG-5.(I am change the chinese)
>
>  I want use i18n to do this change and i test the function gettext.
>
>  PS: My English was not good. please apologize.
>
>  >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
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