Re: Chinese $html-link character display problem in Cake 1.1.6.3273

2006-07-21 Thread Fasthold

Oh, I checked the ticket, thanks very much!
I'll wait for the next release.:)


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



Re: Chinese $html-link character display problem in Cake 1.1.6.3273

2006-07-21 Thread [EMAIL PROTECTED]

You may place html.php from previous release into /app/views/helpers
folder, to solve the problem.


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



Chinese $html-link character display problem in Cake 1.1.6.3273

2006-07-20 Thread Fasthold

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



Re: Chinese $html-link character display problem in Cake 1.1.6.3273

2006-07-20 Thread Daniel Hofstetter

It is a known bug, see https://trac.cakephp.org/ticket/1160 .

-- 
Daniel Hofstetter
http://cakebaker.wordpress.com


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