I have to build a web page in German language. When I use some characters like ü (note the dots above the letter), it shows up like a question mark or black sign in the browser.
How do I solve this?
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.
The problem is that you’re using the wrong encoding. Make sure that you’re saving your web site as UTF-8 and put the following in your
HTML<head>tag: