You probably already did it, but have you set the meta tag for the
webpage to utf-8 ?

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

I had some problems with special char encoding as well, but as far as
I could tell it was because Eclipse didn't save the files in utf-8
format, even when it was configured like that ....

On 8/4/06, anarchitect <[EMAIL PROTECTED]> wrote:
>
> Well, i really dont like to mess with those if they are not
> ubiquitously available. Instead i'd like  to handle everything in UTF8.
> And right now i have no clue what kind of encoding is used. Normally
> the encoding of requested web pages are set in the config-files of the
> web server. Yet  this is no option either, as i have no access to this.
>
> I came across this blog post by Miguel Ros:
> http://rossoft.wordpress.com/2006/02/11/mysql-and-utf-8/
>
> This seems to work, besides in connection with elements/components. I
> have added an element with some recent blog posts on the view page - as
> mentioned in the 2nd blog tutorial from the wiki - and the body - a
> mysql text field - renders Umlaute as a questionmark. The title - a
> mysql varchar field - renders fine, though. In the other views (index
> and view) both fields work fine. I have added the utf8 component to the
> RecentPostsComponent - as mentioned on Miguel's post, but it didn't
> work either.
>
> Is using UTF-8 for encoding text data that outofthisworld? Or is there
> some nice and easy way of doing it with Cake? Thanks for any
> hints/help.
>
>
> >
>

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