I have problems decoding several Chars.
In the Database, the Chars Ä, Ö and Ü are saved like “ö” or “�”
Any Idea how i can decode those Chars back to ÄÖÜ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If i remeber correctly you have to change dóthe data type to BLOB first, then you can reset the data type to VARCHAR or something similar with UTF8 encoding. Remember: the database, the table and all of the columns collation have to be UTF8 and even the connection to the database and the output encoding (for example as HTML output the charset header).