<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: 网页语言编码及asp乱码问题解决方案</title>
	<link>http://www.xiaop.net/archives/2007/05/08/asp-codepage/</link>
	<description>web design, web standard, SEO, open source, W3C... - Keep Myself</description>
	<pubDate>Thu, 24 Jul 2008 06:55:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: xiaop</title>
		<link>http://www.xiaop.net/archives/2007/05/08/asp-codepage/#comment-794</link>
		<author>xiaop</author>
		<pubDate>Wed, 10 Oct 2007 03:48:26 +0000</pubDate>
		<guid>http://www.xiaop.net/archives/2007/05/08/asp-codepage/#comment-794</guid>
		<description>“手工发送header”指的是在执行程序前指定文档的编码，asp中这样来实现：
&lt; %@ CODEPAGE=932 %&gt;

UTF-8 和 ISO-8859-1 准确的来说应该叫做字符集。

涉及到乱码的问题，简单的说就是要保证网站内编码一致。涉及到程序和数据库的网站，最好要保证：

程序文件、数据库读取、最终生成的html中的字符集一致。

&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;

如还有问题请与小皮联系:canzon@gmail.com</description>
		<content:encoded><![CDATA[<p>“手工发送header”指的是在执行程序前指定文档的编码，asp中这样来实现：<br />
< %@ CODEPAGE=932 %></p>
<p>UTF-8 和 ISO-8859-1 准确的来说应该叫做字符集。</p>
<p>涉及到乱码的问题，简单的说就是要保证网站内编码一致。涉及到程序和数据库的网站，最好要保证：</p>
<p>程序文件、数据库读取、最终生成的html中的字符集一致。</p>
<p><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></p>
<p>如还有问题请与小皮联系:canzon@gmail.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ying Fan</title>
		<link>http://www.xiaop.net/archives/2007/05/08/asp-codepage/#comment-557</link>
		<author>Ying Fan</author>
		<pubDate>Tue, 11 Sep 2007 16:06:43 +0000</pubDate>
		<guid>http://www.xiaop.net/archives/2007/05/08/asp-codepage/#comment-557</guid>
		<description>Thank you for your reply. I am a new hand for computer and website, It is just because when I try to do a website, then I begin to pay attention about those, hope you can give me some help. Could you tell me the meaning of "手工发送header".
By the way, I found your English is very good.
UTF-8 和 ISO-8859-1 也是语言编码吗</description>
		<content:encoded><![CDATA[<p>Thank you for your reply. I am a new hand for computer and website, It is just because when I try to do a website, then I begin to pay attention about those, hope you can give me some help. Could you tell me the meaning of &#8220;手工发送header&#8221;.<br />
By the way, I found your English is very good.<br />
UTF-8 和 ISO-8859-1 也是语言编码吗</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xiaop</title>
		<link>http://www.xiaop.net/archives/2007/05/08/asp-codepage/#comment-553</link>
		<author>xiaop</author>
		<pubDate>Tue, 11 Sep 2007 01:32:59 +0000</pubDate>
		<guid>http://www.xiaop.net/archives/2007/05/08/asp-codepage/#comment-553</guid>
		<description>英文的网站使用GB2312不会出现乱码。因为GB2312的储存空间比英文(ISO-8859-1)大得多。

可能出现的问题是美国的服务器默认编码为ISO-8859-1，如果手工发送header，&lt;strong&gt;有可能&lt;/strong&gt;会出现乱码。建议使用UTF-8或者ISO-8859-1编码。</description>
		<content:encoded><![CDATA[<p>英文的网站使用GB2312不会出现乱码。因为GB2312的储存空间比英文(ISO-8859-1)大得多。</p>
<p>可能出现的问题是美国的服务器默认编码为ISO-8859-1，如果手工发送header，<strong>有可能</strong>会出现乱码。建议使用UTF-8或者ISO-8859-1编码。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ying Fan</title>
		<link>http://www.xiaop.net/archives/2007/05/08/asp-codepage/#comment-546</link>
		<author>Ying Fan</author>
		<pubDate>Mon, 10 Sep 2007 14:09:33 +0000</pubDate>
		<guid>http://www.xiaop.net/archives/2007/05/08/asp-codepage/#comment-546</guid>
		<description>我请别人给我做了一个英文网站，正在制作。他们用的语言编码是gb2312, 还用了UTF8, asp, 因为这个网站是针对英美市场的，（网站的页面是纯英文的，没有中文）。所以我打算将服务器放在美国，不知道是否会出现乱码，盼望着你的回信。谢谢。</description>
		<content:encoded><![CDATA[<p>我请别人给我做了一个英文网站，正在制作。他们用的语言编码是gb2312, 还用了UTF8, asp, 因为这个网站是针对英美市场的，（网站的页面是纯英文的，没有中文）。所以我打算将服务器放在美国，不知道是否会出现乱码，盼望着你的回信。谢谢。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
