我使用的是玉石模板,非常棒。但是我有一些utf-8的問題。我的網頁顯示奇怪的字符,如:®而不是®。添加meta(http-equiv ='Content-Type',content ='text/html; charset = UTF-8')並不是解決方案。特價商品字符UTF-8
這裏是我的玉代碼:
doctype html
html(lang="en")
head
meta(http-equiv='Content-Type', content='text/html; charset=UTF-8')
|
link(rel='stylesheet', href='stylesheets/style.css')
body
h1 !{ title }
#scopeDiv !{ scope }
#small-titles<h3>Benefits & Features</h3>
|!{ benefits }
#small-titles<h3>Technical Information</h3>
|!{ technical_information }
http://stackoverflow.com/a/6080299/2902116提供了一個很好的清單爲UTF-8的問題 – bluelDe