<?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: Working with Coding Systems and Unicode in Emacs</title>
	<atom:link href="http://www.masteringemacs.org/articles/2012/08/09/working-coding-systems-unicode-emacs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.masteringemacs.org/articles/2012/08/09/working-coding-systems-unicode-emacs/</link>
	<description>a blog about mastering the world&#039;s best text editor</description>
	<lastBuildDate>Fri, 17 May 2013 21:26:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Josh</title>
		<link>http://www.masteringemacs.org/articles/2012/08/09/working-coding-systems-unicode-emacs/#comment-17253</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Mon, 19 Nov 2012 02:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=556#comment-17253</guid>
		<description><![CDATA[Thanks for writing this article, Mickey. I love your blog.

I&#039;m trying to learn about coding systems, and I&#039;m wondering why you called &lt;code&gt;set-default-coding-systems&lt;/code&gt;, &lt;code&gt;set-terminal-coding-system&lt;/code&gt;, and &lt;code&gt;set-keyboard-coding-system&lt;/code&gt; after calling &lt;code&gt;prefer-coding-system&lt;/code&gt;. Doesn&#039;t &lt;code&gt;prefer-coding-system&lt;/code&gt; call &lt;code&gt;set-default-coding-systems&lt;/code&gt;, which sets &lt;code&gt;buffer-file-coding-system&lt;/code&gt;, &lt;code&gt;default-terminal-coding-system&lt;/code&gt;, and &lt;code&gt;default-keyboard-coding-system&lt;/code&gt;?

Thanks again for your help.]]></description>
		<content:encoded><![CDATA[<p>Thanks for writing this article, Mickey. I love your blog.</p>
<p>I&#8217;m trying to learn about coding systems, and I&#8217;m wondering why you called <code>set-default-coding-systems</code>, <code>set-terminal-coding-system</code>, and <code>set-keyboard-coding-system</code> after calling <code>prefer-coding-system</code>. Doesn&#8217;t <code>prefer-coding-system</code> call <code>set-default-coding-systems</code>, which sets <code>buffer-file-coding-system</code>, <code>default-terminal-coding-system</code>, and <code>default-keyboard-coding-system</code>?</p>
<p>Thanks again for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mickey</title>
		<link>http://www.masteringemacs.org/articles/2012/08/09/working-coding-systems-unicode-emacs/#comment-13539</link>
		<dc:creator>mickey</dc:creator>
		<pubDate>Sat, 18 Aug 2012 12:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=556#comment-13539</guid>
		<description><![CDATA[Thanks for catching my schoolboy errors, jpkotta!]]></description>
		<content:encoded><![CDATA[<p>Thanks for catching my schoolboy errors, jpkotta!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emacs Coding Systems &#124; Irreal</title>
		<link>http://www.masteringemacs.org/articles/2012/08/09/working-coding-systems-unicode-emacs/#comment-13532</link>
		<dc:creator>Emacs Coding Systems &#124; Irreal</dc:creator>
		<pubDate>Sat, 18 Aug 2012 11:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=556#comment-13532</guid>
		<description><![CDATA[[...] incomparable Mickey over at Mastering Emacs has an excellent post on how to deal with coding systems in Emacs. If you find yourself needing to use alternate (meaning non-UTF-8) coding systems this post has the [...]]]></description>
		<content:encoded><![CDATA[<p>[...] incomparable Mickey over at Mastering Emacs has an excellent post on how to deal with coding systems in Emacs. If you find yourself needing to use alternate (meaning non-UTF-8) coding systems this post has the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpkotta</title>
		<link>http://www.masteringemacs.org/articles/2012/08/09/working-coding-systems-unicode-emacs/#comment-13126</link>
		<dc:creator>jpkotta</dc:creator>
		<pubDate>Thu, 09 Aug 2012 19:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=556#comment-13126</guid>
		<description><![CDATA[Also, buffer-file-coding-system is buffer local, so you want setq-default instead of setq.]]></description>
		<content:encoded><![CDATA[<p>Also, buffer-file-coding-system is buffer local, so you want setq-default instead of setq.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpkotta</title>
		<link>http://www.masteringemacs.org/articles/2012/08/09/working-coding-systems-unicode-emacs/#comment-13125</link>
		<dc:creator>jpkotta</dc:creator>
		<pubDate>Thu, 09 Aug 2012 19:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.masteringemacs.org/?p=556#comment-13125</guid>
		<description><![CDATA[The argument of boundp should be a symbol, which means you want to quote it in this case: (boundp &#039;buffer-file-coding-system).]]></description>
		<content:encoded><![CDATA[<p>The argument of boundp should be a symbol, which means you want to quote it in this case: (boundp &#8216;buffer-file-coding-system).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
