Was anyone able to fix that Umlaut Problem?
I run my Shop in German, what means I have äöüß (Umlaut) in the frondend and in the Database.
I use the following header in header.tpl
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
When I use ÜÖÄ for an Event or a User uses it in his name it will show correctly in the frontend. But in the Database it is like Á1/4 for Ü. That makes it difficult to export the event data to excel.
I have some hardcoded Pages like FAQ in my FT and I use ÖÄÜ (I DONT enter ü) in the source there and its is not displayed right unless I add this header to this subpage:
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
www.maratix.de/faq.php
Now I am not sure how to handle that. I would like to have, that when an ÄÖÜ is entered by a user or in the Backend for an Event, that this will be ÄÖÜ in the Database.
In my langfile I have set de_DE.utf8 what Putty has shown me to be supported by the server. The DB fields are default by FT, I think general_utf8_ci.
Has Anyone Experiences with that? Would appriciate any help and will pay for a solution!!