Can you show us the headers you are setting in order to specify the utf-8 encoding?
When a form is being submitted, the form will use the page's encoding, so that must be set correctly to utf-8. Enjoy, John On Mar 21, 5:14 pm, blckspder <[email protected]> wrote: > Hello, > > I have a form that people from all different countries use. I see to > have a problem with foreign characters. my page is in utf-8, i tried > using the php function utf8_encode and htmlspecialchars but everything > comes out jumbled when foreign characters are used. > > here is an example of what I see in the database and in the email: > arabacı > > That example is when I use htmlspecialchars, The database is utf-8 as > well. > > If anyone can help I would appreciate it. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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?hl=en -~----------~----~----~----~------~----~------~--~---
