in Php, I want to print Düsseldorf using
echo 'Düsseldorf';
However it turns out to be something like this D�sseldorf
Please suggest what should I do to print european characters mostly non-english.
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 you are able to specify it as a constant, do the following.
For further information refer to the chart here: http://www.ascii.cl/htmlcodes.htm
Every character that’s printable has a corresponding HTML entity.