On Feb 15, 2011, at 13:41, andrewperk wrote: > I'm trying to save a block of german text into my application. It > allows users to ask questions and users to answer. Most of the website > is in german. The database charset is utf-8 and collation is > utf-8_general_ci. > > My application saves most german just fine to the database. But when > trying to save this (this is not encoded just typed in german in case > it gets escaped or something): > > Das Überbrückungsgeld (die sog. Ich-AG) wurde Mitte 2006 eingestellt > und durch einen Existenzgründerzuschuss (Gründerzuschuss) ersetzt. > Dieser kann bei der Bundesagentur für Arbeit zur Unterstützung der > Existenzgründung aus der Arbeitslosigkeit beantragt werden. Die ersten > 9 Monate werden Zuschüsse in Höhe des letzten Arbeitslosengeldes sowie > 300 € zur sozialen Absicherung ausgezahlt. Die 300 € werden um weitere > 6 Monate verlängert, wenn eine intensive hauptberufliche > unternehmerische Tätigkeit nachgewiesen wird.
Is the problem caused by the presence of the Euro character? Are you sure your database *and your connection to it* are utf-8? http://stackoverflow.com/questions/1703636/how-to-store-euro-symbol-in-mysql-database -- 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
