Re: [問題] javascript顯示中文?

看板Ajax作者 (...)時間17年前 (2007/12/07 20:40), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/3 (看更多)
※ 引述《TonyQ (骨頭)》之銘言: : ※ 引述《benn0106 (...)》之銘言: : : 我自己打了一段javascript,如下 : : function A(){ : : document.write("<p>中文</p>"); : : } : : 結果要存檔時丟了一個錯誤給我 : : "some characters cannot be mapped using ISO-8859-1 character encoding. : : Either change the encoding or remove the characters which are no supported by : : the ISO-8859-1 character encoding." : : 原因我在猜是不是我把引用這個function A()的HTML檔案上面,加了 : : <meta : : http-equiv="Content-Script-Type" content="text/javascript; charset=big5" /> : : 這一行 : : 因為之前HTML一直無法顯示中文,我才把charset設定為big5的! : : ps.我是用Eclipse編輯javascript~ : 這個問題跟你用的編輯器比較有關係。 : 你"檔案的格式編碼" (不是META的那個charset 而是檔案的儲存格式) : 是iso-8859-1 但是你的內容是有不相容的字元 : 檢查一下project語系編碼的設定吧 自己找了一下答案 我把<meta>找成 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 另外把編輯器的編碼設定改成MS950,一切就搞定! -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 59.121.128.76
文章代碼(AID): #17MJyWCk (Ajax)
討論串 (同標題文章)
文章代碼(AID): #17MJyWCk (Ajax)