问题描述
我们即将上线ASP.Net网站。我们发现使用windows-1252内容编码最简单的是
,因为那个
解决了一些特殊字符的问题。使用这个代码页是否有一些
一般的缺点(我知道大多数网站使用
utf-8或iso) - 我在考虑像搜索引擎这样的东西
不兼容 - 或者是否可以使用1252?
感谢您提前提示,
问候
DC
We are about to go online with an ASP.Net site. We have found that it
is easiest for us to use windows-1252 content encoding, since that
solves our problems with some special characters. Are there some
general disadvantages about using this codepage (most sites I know use
utf-8 or iso) - I am thinking of things like search engine
incompatibilities - or should it be OK to use 1252?
Thanks for any hint in advance,
Regards
DC
推荐答案
我不会不同意:-)
干杯,
-
Joerg Jooss
它们是常规的Unicode字符,因此可以表示为HTML
实体。否则,页面如
不可能存在;-)
此外,Windows-1252已在IANA注册,并在许多
平台上得到支持。实际上,我认为没有现代平台不支持Windows-1252。
They are regular Unicode characters and thus can be represented as HTML
entities. Otherwise, a page like
http://www.microsoft.com/globaldev/r...sbcs/1252.mspx
couldn''t exist ;-)
Also, Windows-1252 is registered with IANA, and supported on many
platforms. Actually, I would assume that there''s no modern platform that
doesn''t offer support for Windows-1252.
我不会不同意:-)
干杯,
-
Joerg Jooss
这篇关于使用windows-1252代码页的缺点?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!