Hi all, Im trying to import some data from external databases to my application database.
My cakephp app and my database are configured to use utf8. The data that I need to import is in latin1 charset, so when I read it, all special characters are replaced by "?", and some queries are not being executed because of that. I need to read with latin1 charset and write using the default utf8. Is that possible? How? In this case I'm reading from ms access using odbc. Thanks all! -- View this message in context: http://cakephp.1045679.n5.nabble.com/CakePHP-and-database-charsets-tp4474105p4474105.html Sent from the CakePHP mailing list archive at Nabble.com. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
