So now I have to admint I haven't been reading this thread at all, and I have no experience with this particular problem.  But when I was helping someone track down some problems with jpGraph and cake.  we were having problems with encoding of the resulting image.  It turned out that a couple of the files had BOM settings that were differenet then what we were trying to output and it was getting cakephp/ php and apache all confused.  After stripping BOMs from all the files we had better luck

Sam D

On 8/4/06, anarchitect <[EMAIL PROTECTED]> wrote:

Now the phenomenon gets clearer, i am still in clueless state, though.

Getting data in a regular fashion from models to the views via the
$this->set('var', $this->Post->findAll(null,null,'Post.created DESC'));
seems to work.

But if i want to display stuff within a view from other models encoding
seems to get treated differently. The two cases that i am stumbling
about right now are components/elements and associated models - in my
case a tag model via hasAndBelongsToMany. Umlaut-characters are shown
screwed up.

Does anybody has any insight where the difference might lie? Thanks
again.



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

Reply via email to