开发者

Displaying a pound sign in Lynx browser?

Is there anyway to have a pound sign display correctly using Lynx text only browser?

using ampersand-pound-semicolon it just shows a u with an accent on top开发者_StackOverflow. using £, nothing displays.

Thanks.


I guess your html is written in some other charset encoding than what the web server is telling the client. The easiest fix is to add

<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />

to your <head> tag. Another approach is to make the web server send the correct header. For instance:

Content-Type: text/html; charset=utf-8

Note that "utf-8" is just an example. Replace that with your actual encoding.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜