2017-07-13 119 views

回答

0

有幾件事你可以做,以確保漢字顯示在網絡或電子郵件。首先,對於電子郵件<head>一些代碼:

<!DOCTYPE html> 
<!-- 
    Set HTML language attribute 
    zh  = Chinese 
    zh-Hans = Chinese (Simplified) 
    zh-Hant = Chinese (Traditional) 
--> 
<html lang="zh" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"> 
    <head> 
     <!-- 
      utf-8 works for most cases, including Chinese 
     --> 
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    </head> 
</html> 

你必須確保你將文檔保存到UTF-8格式並上傳文件到您的服務器或ESP,這樣的格式被保留。有些編輯不會默認配置或不配置,所以您可能需要檢查。

但最終如果用戶沒有安裝在他們的本地系統上,這些字體將不會顯示。在Microsoft JhengHei後面指定適當的字體堆棧將有助於確保顯示某些內容