<?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: XEmacs and umlauts &#8212; setting the character encoding to UTF-8</title>
	<atom:link href="http://promberger.info/linux/2007/05/29/xemacs-and-umlauts-setting-to-utf-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://promberger.info/linux/2007/05/29/xemacs-and-umlauts-setting-to-utf-8/</link>
	<description>my outsourced memory for your perusal</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:02:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sima</title>
		<link>http://promberger.info/linux/2007/05/29/xemacs-and-umlauts-setting-to-utf-8/comment-page-1/#comment-4192</link>
		<dc:creator>Sima</dc:creator>
		<pubDate>Tue, 17 Jun 2008 07:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.promberger.de/blog/index.php/2007/05/29/xemacs-and-umlauts-setting-to-utf-8/#comment-4192</guid>
		<description>A bit too late perhaps but here&#039;s what I did to get UTF-8 as default and used when needed. In .emacs add 
(set-language-environment &quot;UTF-8&quot;)

I think Emacs does some kind of lazy evaluation, it won&#039;t &quot;use&quot; UTF-8 unless needed. Since many chars in Latin-1 (and other encodings) are the same in UTF-8, the file will show as Latin-1 but still be readable as UTF-8. UTF-8 will be used as soon as you input a special character not in the lazy char set. At least this is how it works for me.

Source: http://www.emacswiki.org/cgi-bin/wiki/LanguageEnvironment</description>
		<content:encoded><![CDATA[<p>A bit too late perhaps but here&#8217;s what I did to get UTF-8 as default and used when needed. In .emacs add<br />
(set-language-environment &#8220;UTF-8&#8243;)</p>
<p>I think Emacs does some kind of lazy evaluation, it won&#8217;t &#8220;use&#8221; UTF-8 unless needed. Since many chars in Latin-1 (and other encodings) are the same in UTF-8, the file will show as Latin-1 but still be readable as UTF-8. UTF-8 will be used as soon as you input a special character not in the lazy char set. At least this is how it works for me.</p>
<p>Source: <a href="http://www.emacswiki.org/cgi-bin/wiki/LanguageEnvironment" rel="nofollow">http://www.emacswiki.org/cgi-bin/wiki/LanguageEnvironment</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

