Re: [問題] utf-8

看板Web_Design作者 (e :) y)時間19年前 (2005/03/29 16:09), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串1/5 (看更多)
※ 引述《easy1 (e :) y)》之銘言: : 我的文件是utf8 encoding : 而且也如此寫了 : <html> : <head> : <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> : </head> : .. : .. : </html> : 但瀏覽器開的時候還是會判斷成iso-8859-1 出現一堆亂碼 : 非得要手動去選瀏覽器編碼才可以正常看到文字 : 請問是哪裡我疏忽了嗎 自問自答 http://www.w3.org/TR/REC-html40/charset.html 決定一個文件顯示的編碼有三個優先續 1. An HTTP "charset" parameter in a "Content-Type" field. 2. A META declaration with "http-equiv" set to "Content-Type" and a value set for "charset". 3. The charset attribute set on an element that designates an external resource. 1. server端 2. <meta http...> 3. 瀏覽器控制之類的 我之前的問題忘了說 我是用php的網頁 只要在適當地方加上 header(Content-Type: text/html; charset=utf-8); 或是perl print "Content-Type: text/html; charset=utf-8\n\n"; -- PLUR -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 84.162.90.107

192.192.197.5 03/29, , 1F
這篇可M
192.192.197.5 03/29, 1F
文章代碼(AID): #12IGqfLL (Web_Design)
討論串 (同標題文章)
文章代碼(AID): #12IGqfLL (Web_Design)