Hebrew text in HTML files

坚强是说给别人听的谎言 提交于 2019-12-18 05:54:39

问题


I just did a pretty major typesetting session putting things in order for a specific prayer in Hebrew named Tikkun Haklali. It's here on jsfiddle.net. Unfortunately, when I tried to save the HTML and CSS to my computer, I get something like this:

rather than something like this:

What gives? Character encoding? If so, what should I save my text file in?


回答1:


HTML Charset Encoding: UTF-8. That way the browser will render it correctly.

<meta charset="utf-8">

Place that right after <head>



来源:https://stackoverflow.com/questions/7873290/hebrew-text-in-html-files

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!