This problem only occured in "$html->link('Chinese title','/url');"

When Cake in version 1.1.5.x, the "Chinese title" displayed smoothly.
But in 1.1.6.3273, the page showed some ugly character which can't be
recognized.

I type some Chinese characters here for anyone who can copy & paste to
help me solve it. Thanks.

Use utf-8 encode.

<?php echo $html->link('中文链接','/url'); ?>

If the page don't show like this "中文链接", the problem actually
exsists.


Sorry for my bad English :P


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to