Hello Everyone,
i have my first application in the pipe and as far as good to set it up on production server.
But i encountered problems with the “umlauts” sepcial characters. I am using MySQL with UTF-8_general_ci. And php.ini with default charset. And SC Version 8.
From my developement enviroment everything look alright. But uploaded to the webserver, special characters from database source appear as questiontag while text embbeded in php appear correct.
When i make a new Entry to Database using the form application then i see it correctly. but in the database it is saved as follow
I think it come from the database or? Has anyone an hint?
thanks in advance!