A site I’m working on is switching from ISO. If the HTML character set is set to UTF-8, do I still need to replace ©, é, …, etc with the appropriate HTML entity?
A site I’m working on is switching from ISO. If the HTML character set
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.
No, symbols like
©,é,…, the German umlautsä,ö,ü,ßand all the other stuff can be used just like any other character when using UTF-8.But note that some things still have to be entities because they have a special meaning in HTML (
<and>for example, which should still be replaced with>and<if you want to use them in your text)