<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hans-CN">
	<id>https://wiki.riguz.com/index.php?action=history&amp;feed=atom&amp;title=Python%3Aprint%E8%BE%93%E5%87%BA%E4%B8%AD%E6%96%87</id>
	<title>Python:print输出中文 - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.riguz.com/index.php?action=history&amp;feed=atom&amp;title=Python%3Aprint%E8%BE%93%E5%87%BA%E4%B8%AD%E6%96%87"/>
	<link rel="alternate" type="text/html" href="https://wiki.riguz.com/index.php?title=Python:print%E8%BE%93%E5%87%BA%E4%B8%AD%E6%96%87&amp;action=history"/>
	<updated>2026-06-02T21:05:48Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.riguz.com/index.php?title=Python:print%E8%BE%93%E5%87%BA%E4%B8%AD%E6%96%87&amp;diff=940&amp;oldid=prev</id>
		<title>imported&gt;Soleverlee：​以“python3 print在win平台下输出unicode字符时出现以下错误： &lt;pre&gt; UnicodeEncodeError: &#039;gbk&#039; codec can&#039;t encode character &#039;\u30fb &lt;/pre&gt; 解决方法： &lt;...”为内容创建页面</title>
		<link rel="alternate" type="text/html" href="https://wiki.riguz.com/index.php?title=Python:print%E8%BE%93%E5%87%BA%E4%B8%AD%E6%96%87&amp;diff=940&amp;oldid=prev"/>
		<updated>2015-03-19T09:56:20Z</updated>

		<summary type="html">&lt;p&gt;以“python3 print在win平台下输出unicode字符时出现以下错误： &amp;lt;pre&amp;gt; UnicodeEncodeError: &amp;#039;gbk&amp;#039; codec can&amp;#039;t encode character &amp;#039;\u30fb &amp;lt;/pre&amp;gt; 解决方法： &amp;lt;...”为内容创建页面&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;python3 print在win平台下输出unicode字符时出现以下错误：&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
UnicodeEncodeError: &amp;#039;gbk&amp;#039; codec can&amp;#039;t encode character &amp;#039;\u30fb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
解决方法：&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
sys.stdout = io.TextIOWrapper(sys.stdout.buffer, errors = &amp;#039;replace&amp;#039;, line_buffering = True)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
[[Category:Programe]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Soleverlee</name></author>
	</entry>
</feed>