If your database is correctly setup as utf8, cakephp db settings as utf8 and your html is output as utf8, and make sure all of your code is utf8 compliant (eg string conversion, etc) then you shouldn't have any issues. Unless you just don't like the look of curly quotes?
Cheers, Adam On Oct 1, 8:39 am, Ryan <[EMAIL PROTECTED]> wrote: > I'm using a UTF-8 character set and the curly single and double quotes > are causing some problems with my app. I have a couple of questions > regarding the best way to deal with (eliminate) them: > > Allow the curly quotes to go into the database, but convert them to > straight quotes before display? Or convert them into straight quotes > before going into the database? > > And beyond that fundamental issue, what is the best way to convert > from curly to straight? I've dealt with similar issues in some of my > non-Cake PHP applications and am wondering if Cake has any built-in > functionality for dealing. > > Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
