<?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: How To Display UTF8 in your Putty Bash Shell</title>
	<atom:link href="http://planetozh.com/blog/2007/08/how-to-display-utf8-in-your-putty-bash-shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://planetozh.com/blog/2007/08/how-to-display-utf8-in-your-putty-bash-shell/?source=rss</link>
	<description>A bit of my personal life, mainly focused on my kids. A bit of code, mainly focused on Wordpress and PHP. Overall, bits of nothing in particular.</description>
	<lastBuildDate>Thu, 18 Mar 2010 03:25:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Denis</title>
		<link>http://planetozh.com/blog/2007/08/how-to-display-utf8-in-your-putty-bash-shell/comment-page-1/#comment-98031</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Wed, 30 Dec 2009 18:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/08/how-to-display-utf8-in-your-putty-bash-shell/#comment-98031</guid>
		<description>Thank you very much! This is simple, and it works.

Denis</description>
		<content:encoded><![CDATA[<p>Thank you very much! This is simple, and it works.</p>
<p>Denis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom3k</title>
		<link>http://planetozh.com/blog/2007/08/how-to-display-utf8-in-your-putty-bash-shell/comment-page-1/#comment-93392</link>
		<dc:creator>tom3k</dc:creator>
		<pubDate>Wed, 10 Jun 2009 14:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/08/how-to-display-utf8-in-your-putty-bash-shell/#comment-93392</guid>
		<description>kick ass dood!

thanks a million!</description>
		<content:encoded><![CDATA[<p>kick ass dood!</p>
<p>thanks a million!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sempernoctis</title>
		<link>http://planetozh.com/blog/2007/08/how-to-display-utf8-in-your-putty-bash-shell/comment-page-1/#comment-91215</link>
		<dc:creator>sempernoctis</dc:creator>
		<pubDate>Tue, 31 Mar 2009 15:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/08/how-to-display-utf8-in-your-putty-bash-shell/#comment-91215</guid>
		<description>As a point of clarification, the echo command configures the shell on the remote system (I&#039;m not sure exactly what it does, but it is causing it to echo escape sequences through the console, which are commonly used for controlling various ways the console behaves).  The PuTTY setting configures how your client handles data coming from the server.  Presumably both your client and the server you are accessing would have to be configured to talk UTF-8 (or some other character set that supports wide characters, as long as they are configured to use the same one).  My Debian Etch install with bash appears to handle UTF-8 by default; all I had to do was change the PuTTY configuration to deal with it properly.  I would expect that older linux versions, some other distributions, or other shells might have different default configurations.</description>
		<content:encoded><![CDATA[<p>As a point of clarification, the echo command configures the shell on the remote system (I&#8217;m not sure exactly what it does, but it is causing it to echo escape sequences through the console, which are commonly used for controlling various ways the console behaves).  The PuTTY setting configures how your client handles data coming from the server.  Presumably both your client and the server you are accessing would have to be configured to talk UTF-8 (or some other character set that supports wide characters, as long as they are configured to use the same one).  My Debian Etch install with bash appears to handle UTF-8 by default; all I had to do was change the PuTTY configuration to deal with it properly.  I would expect that older linux versions, some other distributions, or other shells might have different default configurations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sz.abi</title>
		<link>http://planetozh.com/blog/2007/08/how-to-display-utf8-in-your-putty-bash-shell/comment-page-1/#comment-88518</link>
		<dc:creator>Sz.abi</dc:creator>
		<pubDate>Thu, 19 Feb 2009 12:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/08/how-to-display-utf8-in-your-putty-bash-shell/#comment-88518</guid>
		<description>Hm,

I have been using PuTTY for years.
The first time I&#039;d want to use UTF-8, but I experience a weird thing:

1.) if I set in the Options Translation to &quot;UTF-8&quot;, everything gets correctly displayed, but I cannot input any characters beyond U+7F (traditional ASCII, not even Latin-1!!!). (whenever I press a key which has a para-ASCII number assigned, nothing gets sent to the PuTTY terminal. Nothing at all).

2.) if I use the above described method (echo -ne &#039;\e%G\e[?47h\e%G\e[?47l&#039;), I get the same display and I CAN input any unicode number, which is however incorrectly translated to the terminal.

So I&#039;m stuck, actually neither 1), nor 2) helps.

I&#039;d love to hear some tips how to get PuTTY via the Translation-&gt; UTF-8 working...</description>
		<content:encoded><![CDATA[<p>Hm,</p>
<p>I have been using PuTTY for years.<br />
The first time I&#8217;d want to use UTF-8, but I experience a weird thing:</p>
<p>1.) if I set in the Options Translation to &#8220;UTF-8&#8243;, everything gets correctly displayed, but I cannot input any characters beyond U+7F (traditional ASCII, not even Latin-1!!!). (whenever I press a key which has a para-ASCII number assigned, nothing gets sent to the PuTTY terminal. Nothing at all).</p>
<p>2.) if I use the above described method (echo -ne &#8216;\e%G\e[?47h\e%G\e[?47l&#8217;), I get the same display and I CAN input any unicode number, which is however incorrectly translated to the terminal.</p>
<p>So I&#8217;m stuck, actually neither 1), nor 2) helps.</p>
<p>I&#8217;d love to hear some tips how to get PuTTY via the Translation-&gt; UTF-8 working&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dasz.at - Benutzbare Technologie&#187; Blog Archive &#187; PuTTY: default to UTF-8</title>
		<link>http://planetozh.com/blog/2007/08/how-to-display-utf8-in-your-putty-bash-shell/comment-page-1/#comment-88029</link>
		<dc:creator>dasz.at - Benutzbare Technologie&#187; Blog Archive &#187; PuTTY: default to UTF-8</dc:creator>
		<pubDate>Tue, 10 Feb 2009 14:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/08/how-to-display-utf8-in-your-putty-bash-shell/#comment-88029</guid>
		<description>[...] are quite a few posts on how setting the &#8220;Window &gt; Translation &gt; Received Charset&#8221; of PuTTY to [...]</description>
		<content:encoded><![CDATA[<p>[...] are quite a few posts on how setting the &#8220;Window &gt; Translation &gt; Received Charset&#8221; of PuTTY to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redCube</title>
		<link>http://planetozh.com/blog/2007/08/how-to-display-utf8-in-your-putty-bash-shell/comment-page-1/#comment-50238</link>
		<dc:creator>redCube</dc:creator>
		<pubDate>Fri, 11 Apr 2008 20:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/08/how-to-display-utf8-in-your-putty-bash-shell/#comment-50238</guid>
		<description>Damn, might help to read other comments first. Sorry for an allready posted solution. ;)</description>
		<content:encoded><![CDATA[<p>Damn, might help to read other comments first. Sorry for an allready posted solution. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redCube</title>
		<link>http://planetozh.com/blog/2007/08/how-to-display-utf8-in-your-putty-bash-shell/comment-page-1/#comment-50232</link>
		<dc:creator>redCube</dc:creator>
		<pubDate>Fri, 11 Apr 2008 18:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/08/how-to-display-utf8-in-your-putty-bash-shell/#comment-50232</guid>
		<description>In PuTTY 0.60 you can change the option &quot;Window &gt; Translation &gt; Received data assumed to be in which character set:&quot; to UTF-8. After this all received data will be interpreted as UTF-8 and displayed correctly.</description>
		<content:encoded><![CDATA[<p>In PuTTY 0.60 you can change the option &#8220;Window &gt; Translation &gt; Received data assumed to be in which character set:&#8221; to UTF-8. After this all received data will be interpreted as UTF-8 and displayed correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diego</title>
		<link>http://planetozh.com/blog/2007/08/how-to-display-utf8-in-your-putty-bash-shell/comment-page-1/#comment-50147</link>
		<dc:creator>diego</dc:creator>
		<pubDate>Thu, 10 Apr 2008 21:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/08/how-to-display-utf8-in-your-putty-bash-shell/#comment-50147</guid>
		<description>espectacular..... no entiendo porque sirve....
Pero funciona perfecto...
Gracias</description>
		<content:encoded><![CDATA[<p>espectacular&#8230;.. no entiendo porque sirve&#8230;.<br />
Pero funciona perfecto&#8230;<br />
Gracias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio Salles</title>
		<link>http://planetozh.com/blog/2007/08/how-to-display-utf8-in-your-putty-bash-shell/comment-page-1/#comment-49575</link>
		<dc:creator>Fabio Salles</dc:creator>
		<pubDate>Thu, 03 Apr 2008 12:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/08/how-to-display-utf8-in-your-putty-bash-shell/#comment-49575</guid>
		<description>Thank u 2!!(Ozh and Santiajo)
This information has change my life!! &amp;;p</description>
		<content:encoded><![CDATA[<p>Thank u 2!!(Ozh and Santiajo)<br />
This information has change my life!! &amp;;p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozh</title>
		<link>http://planetozh.com/blog/2007/08/how-to-display-utf8-in-your-putty-bash-shell/comment-page-1/#comment-47488</link>
		<dc:creator>Ozh</dc:creator>
		<pubDate>Tue, 26 Feb 2008 19:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/08/how-to-display-utf8-in-your-putty-bash-shell/#comment-47488</guid>
		<description>Santiajo &#187; Oh... My... God. Never saw this setting before... Thanks! :)</description>
		<content:encoded><![CDATA[<p>Santiajo &raquo; Oh&#8230; My&#8230; God. Never saw this setting before&#8230; Thanks! :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
