<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: What Happened to My Terminal??</title>
	<atom:link href="http://codytaylor.org/2009/05/what-happened-to-my-terminal.html/feed" rel="self" type="application/rss+xml" />
	<link>http://codytaylor.org/2009/05/what-happened-to-my-terminal.html</link>
	<description>From Cody Taylor.</description>
	<lastBuildDate>Thu, 13 Oct 2011 06:41:44 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt</title>
		<link>http://codytaylor.org/2009/05/what-happened-to-my-terminal.html/comment-page-1#comment-2449</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 31 May 2009 03:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://codytaylor.org/?p=14063#comment-2449</guid>
		<description>.pyc files are indeed compiled byte code rather than the .py source file(I believe, me and python had a fight many years ago and haven&#039;t spoken in a while).  What actually causes the corrupt display is the fact that the character sequence representing ^n was sent to the display, putting your terminal into a mode that uses the 8 bit IBM PC Exctended Character Set rather than what it was set to previously (whether UTF-8 style or 7 bit ASCII).  The side effect of this is that the incorrect characters are displayed.  This can typically be fixed by typing:
reset
Or by using ^o.</description>
		<content:encoded><![CDATA[<p>.pyc files are indeed compiled byte code rather than the .py source file(I believe, me and python had a fight many years ago and haven&#8217;t spoken in a while).  What actually causes the corrupt display is the fact that the character sequence representing ^n was sent to the display, putting your terminal into a mode that uses the 8 bit IBM PC Exctended Character Set rather than what it was set to previously (whether UTF-8 style or 7 bit ASCII).  The side effect of this is that the incorrect characters are displayed.  This can typically be fixed by typing:<br />
reset<br />
Or by using ^o.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

