masakudamatsu / template

Template code for making a website
MIT License
1 stars 0 forks source link

Enable UTF-8 character encoding #2

Closed masakudamatsu closed 6 years ago

masakudamatsu commented 6 years ago

Some old browsers do not show non-Western characters by default, though it seems the latest version of major browsers (Chrome and Safari) does show non-Western characters such as Turkish and Japanese.

So we need to add this line in the head section.

<meta charset='UTF-8'/>

Interneting Is Hard says

Every web page you create should have this line in its .