Hi Sudonim, Is the database table UTF-8? In which case this is probably what is needed:http://groups.google.com/group/cake-php/browse_frm/thread/902d931ff87eb8ac/c4ca2c14891df179?q=UTF-8+mysql&rnum=1#c4ca2c14891df179
If not, there is a character set conflict between your app and the DB - what are they set to? A note: if the coordinates are being stored on their own (i.e. the coordinates are in a field of their own and not part of a large description or something) it would be safe to store them in a numerical field rather than include the text formatting in the stored data. e.g. the co-ordinates in your post would be: Latitude: 41.316666 Longitude: -19.45 (see http://en.wikipedia.org/wiki/Geographic_coordinate_conversion) Cheers, AD7six --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
