HTML於1991年面世,但一直要到1997年推出4.0版本以後,才對國際化這題目有一個較好的回應。在此之前,為了保證所有人都能夠正常閱讀內容,當要對所有用到ASCII字集以外字元 的規範。這是為了兩個目的:
- 保持儲存在HTML檔案內的內容的完整性,
- 讓市面上大多數瀏覽器都能正確顯示文字的內容。
利用meta命令
在head
裏面加入這段內容:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
HTML5則加入這段即可:
<meta charset="UTF-8" />
或者將UTF-8改成所使用的編碼。
參看
外部連結
- HTML Beginner Page(頁面存檔備份,存於互聯網檔案館)(英文)
Wikiwand in your browser!
Seamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.