<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Python &#8211; WiredPrairie</title>
	<atom:link href="blog/archives/tag/python/feed" rel="self" type="application/rss+xml" />
	<link>/blog</link>
	<description>Yet another tech blog.</description>
	<lastBuildDate>Sat, 02 Mar 2013 22:48:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0</generator>
<site xmlns="com-wordpress:feed-additions:1">193486638</site>	<item>
		<title>Liquid Exception: incompatible character encodings: IBM437 and UTF-8</title>
		<link>/blog/index.php/archives/1855</link>
		
		<dc:creator><![CDATA[Aaron]]></dc:creator>
		<pubDate>Sat, 02 Mar 2013 22:47:00 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Jekyll]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Windows 8]]></category>
		<guid isPermaLink="false">/blog/?p=1855</guid>

					<description><![CDATA[Assuming you’re trying to use Jekyll on Windows, you may encounter an error similar to this: Liquid Exception: incompatible character encodings: IBM437 and UTF-8 in css.html My solution was to temporarily change the code page to UTF-8: chcp 65001 This temporarily changes the code page of the current Command window to UTF-8.]]></description>
										<content:encoded><![CDATA[<p>Assuming you’re trying to use <a href="https://github.com/mojombo/jekyll">Jekyll</a> on Windows, you may encounter an error similar to this:</p>
<p>Liquid Exception: incompatible character encodings: IBM437 and UTF-8 in css.html</p>
<p><a href="blog/wpcontent/uploads/2013/03/image6.png"><img loading="lazy" title="image" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: none; padding-top: 0px; padding-left: 0px; margin: 0px auto; border-left: 0px; display: block; padding-right: 0px" border="0" alt="image" src="blog/wpcontent/uploads/2013/03/image_thumb6.png" width="684" height="137" /></a></p>
<p>My solution was to temporarily change the code page to UTF-8:</p>
<p><a href="blog/wpcontent/uploads/2013/03/image7.png"><img loading="lazy" title="image" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: none; padding-top: 0px; padding-left: 0px; margin: 0px auto; border-left: 0px; display: block; padding-right: 0px" border="0" alt="image" src="blog/wpcontent/uploads/2013/03/image_thumb7.png" width="510" height="27" /></a></p>
<p><strong>chcp 65001</strong></p>
<p>This temporarily changes the code page of the current Command window to UTF-8. </p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1855</post-id>	</item>
	</channel>
</rss>
