Übersicht – ÄÖÜ
These type of characters are not supported in android using phonegap.
Can any one help?
Übersicht – ÄÖÜ These type of characters are not supported in android using phonegap.
Share
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.
Please check at first, if your document is saved with the right encoding.
Here: UTF-8
You can usually change via the file properties of your editor
Programmers Notepad: File – Properties – Encoding – UTF-8
Eclipse: Project – Properties – Resource: Text File Encoding – Other [UTF-8]
Make sure you have the correct meta tag in your document.
Html:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8;" lang="de" />Use the HTML notation of special characters.
Üinstead ofÜCheck out THIS reference.