Re: Cjs stripping non-unicode compatible

2006-08-29 Thread RosSoft
fixed in last version. Download it from cakeforge snippets --~--~-~--~~~---~--~~ 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

Re: Cjs stripping non-unicode compatible

2006-08-28 Thread sicapitan
Hmm even with adding in this line into ajax.thtml layout it still comes up. Everything comes out as still. I thought it was my locale __('keyword') causing it, but when I removed it and manually put in the chinese characters they still come out as ???. Is Cjs stripping my unicode, or, is

Re: Cjs stripping non-unicode compatible

2006-08-09 Thread sicapitan
Cajax anyone UTF-8 guess not :) --~--~-~--~~~---~--~~ 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

Re: Cjs stripping non-unicode compatible

2006-08-09 Thread RosSoft
mm...try putting header(Content-type: text/html; charset=utf8) in your ajax.html layout (or something like this, I don't have the code here) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post

Cjs stripping non-unicode compatible

2006-08-08 Thread sicapitan
I'm populating multiple divs with Cjs templates, and im getting a lot of ??? ??? ?? in place of my unicode characters. Normal ajax-link stuff works fine so I am wondering if somewhere in cjs it strips out unicode characters unintentionally? if not then it is something else :-) any help