<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>爱周末 &#187; UTF-8</title>
	<atom:link href="http://zhoumo123.cn/tag/utf-8/feed" rel="self" type="application/rss+xml" />
	<link>http://zhoumo123.cn</link>
	<description>知识分享，共同进步。zhoumo123.cn</description>
	<lastBuildDate>Thu, 07 Nov 2019 05:53:49 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.1</generator>
	<item>
		<title>[Msg] Finished &#8211; Unsuccessfully失败MySQL导入sql文件出错</title>
		<link>http://zhoumo123.cn/mysql/3537.html</link>
		<comments>http://zhoumo123.cn/mysql/3537.html#comments</comments>
		<pubDate>Fri, 29 Jan 2016 01:39:06 +0000</pubDate>
		<dc:creator><![CDATA[zhangc]]></dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[UTF-8]]></category>

		<guid isPermaLink="false">http://zhoumo123.cn/?p=3537</guid>
		<description><![CDATA[MySQL再导入sql文件时，提示 [Msg] Finished &#8211; Unsuccessfully 完成失败，导致原因为编码不正确。 解决办法： 检查SQL文件查看当前编码，将编码改为：以utf8无bom格式编码。 以下来源网络，请参考： UTF-8 不需要 BOM，尽管 Unicode 标准允许在 UTF-8 中使用 BOM。 所以不含 BOM 的 UTF-8 才是标准形式，在 UTF-8 文件中放置 BOM 主要是微软的习惯（顺便提一下：把带有 BOM 的小端序 UTF-16 称作「Unicode」而又不详细说明，这也是微软的习惯）。 BOM（byte order mark）是 ...  <a href="http://zhoumo123.cn/mysql/3537.html">  阅读全文 </a>]]></description>
				<content:encoded><![CDATA[<p>MySQL再导入sql文件时，提示 [Msg] Finished &#8211; Unsuccessfully 完成失败，导致原因为编码不正确。</p>
<p><strong>解决办法：</strong><br />
检查SQL文件查看当前编码，将编码改为：以utf8无bom格式编码。</p>
<p><a href="http://zhoumo123.cn/wp-content/uploads/2016/01/utf-8-bom.jpg"><img class="alignnone wp-image-3538 size-full" title="以utf8无bom格式编码" src="http://zhoumo123.cn/wp-content/uploads/2016/01/utf-8-bom.jpg" alt="以utf8无bom格式编码" width="305" height="262" /></a></p>
<p>以下来源网络，请参考：</p>
<p>UTF-8 不需要 BOM，尽管 Unicode 标准允许在 UTF-8 中使用 BOM。<br />
所以不含 BOM 的 UTF-8 才是标准形式，在 UTF-8 文件中放置 BOM 主要是微软的习惯（顺便提一下：把带有 BOM 的小端序 UTF-16 称作「Unicode」而又不详细说明，这也是微软的习惯）。</p>
<p>BOM（byte order mark）是为 UTF-16 和 UTF-32 准备的，用于标记字节序（byte order）。微软在 UTF-8 中使用 BOM 是因为这样可以把 UTF-8 和 ASCII 等编码明确区分开，但这样的文件在 Windows 之外的操作系统里会带来问题。</p>
<p>「UTF-8」和「带 BOM 的 UTF-8」的区别就是有没有 BOM。即文件开头有没有 U+FEFF。<br />
UTF-8 的网页代码不应使用 BOM，否则常常会出错。</p>
]]></content:encoded>
			<wfw:commentRss>http://zhoumo123.cn/mysql/3537.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
