<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Fixing the POD synopsis in OSX &#8211; take 2 (perldoc, nroff and UTF-8)</title>
	<atom:link href="http://blog.timbunce.org/2009/05/19/fixing-the-pod-synopsis-in-osx-take-2-perldoc-nroff-and-utf-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.timbunce.org/2009/05/19/fixing-the-pod-synopsis-in-osx-take-2-perldoc-nroff-and-utf-8/</link>
	<description>Listen. Reflect. Explore. Solve.</description>
	<lastBuildDate>Sun, 14 Apr 2013 08:36:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: TimBunce</title>
		<link>http://blog.timbunce.org/2009/05/19/fixing-the-pod-synopsis-in-osx-take-2-perldoc-nroff-and-utf-8/#comment-775</link>
		<dc:creator><![CDATA[TimBunce]]></dc:creator>
		<pubDate>Tue, 26 May 2009 10:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=273#comment-775</guid>
		<description><![CDATA[Interesting, but I don&#039;t see a MANOPT env var or a -E option for man on Linux (CentOS 5) or OS X (Leopard).
/etc/man.config defines the args passed to nroff etc., and that has some comments re character sets.]]></description>
		<content:encoded><![CDATA[<p>Interesting, but I don&#8217;t see a MANOPT env var or a -E option for man on Linux (CentOS 5) or OS X (Leopard).<br />
/etc/man.config defines the args passed to nroff etc., and that has some comments re character sets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bsb</title>
		<link>http://blog.timbunce.org/2009/05/19/fixing-the-pod-synopsis-in-osx-take-2-perldoc-nroff-and-utf-8/#comment-772</link>
		<dc:creator><![CDATA[bsb]]></dc:creator>
		<pubDate>Tue, 26 May 2009 06:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=273#comment-772</guid>
		<description><![CDATA[I added the following to .bashrc at some stage but have lost track
of the details.

 export MANOPT=&#039;-E ascii&#039;  # avoid apostrophes going unicode]]></description>
		<content:encoded><![CDATA[<p>I added the following to .bashrc at some stage but have lost track<br />
of the details.</p>
<p> export MANOPT=&#8217;-E ascii&#8217;  # avoid apostrophes going unicode</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TimBunce</title>
		<link>http://blog.timbunce.org/2009/05/19/fixing-the-pod-synopsis-in-osx-take-2-perldoc-nroff-and-utf-8/#comment-723</link>
		<dc:creator><![CDATA[TimBunce]]></dc:creator>
		<pubDate>Wed, 20 May 2009 14:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=273#comment-723</guid>
		<description><![CDATA[Pedro Melo nails a solution in http://www.simplicidade.org/notes/archives/2009/05/fixing_the_pod.html]]></description>
		<content:encoded><![CDATA[<p>Pedro Melo nails a solution in <a href="http://www.simplicidade.org/notes/archives/2009/05/fixing_the_pod.html" rel="nofollow">http://www.simplicidade.org/notes/archives/2009/05/fixing_the_pod.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TimBunce</title>
		<link>http://blog.timbunce.org/2009/05/19/fixing-the-pod-synopsis-in-osx-take-2-perldoc-nroff-and-utf-8/#comment-721</link>
		<dc:creator><![CDATA[TimBunce]]></dc:creator>
		<pubDate>Wed, 20 May 2009 14:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=273#comment-721</guid>
		<description><![CDATA[I like that, but won&#039;t it mangle any latin1 (etc.) characters in the docs?]]></description>
		<content:encoded><![CDATA[<p>I like that, but won&#8217;t it mangle any latin1 (etc.) characters in the docs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominic Mitchell</title>
		<link>http://blog.timbunce.org/2009/05/19/fixing-the-pod-synopsis-in-osx-take-2-perldoc-nroff-and-utf-8/#comment-714</link>
		<dc:creator><![CDATA[Dominic Mitchell]]></dc:creator>
		<pubDate>Wed, 20 May 2009 08:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=273#comment-714</guid>
		<description><![CDATA[Actually, that&#039;s very odd.  I get ordinary hyphens.  I &lt;em&gt;suspect that I would get Unicode characters as my locale is &lt;b&gt;en_GB.UTF-8&lt;/b&gt;.  Curiouser and curiouser…&lt;/em&gt;]]></description>
		<content:encoded><![CDATA[<p>Actually, that&#8217;s very odd.  I get ordinary hyphens.  I <em>suspect that I would get Unicode characters as my locale is <b>en_GB.UTF-8</b>.  Curiouser and curiouser…</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominic Mitchell</title>
		<link>http://blog.timbunce.org/2009/05/19/fixing-the-pod-synopsis-in-osx-take-2-perldoc-nroff-and-utf-8/#comment-713</link>
		<dc:creator><![CDATA[Dominic Mitchell]]></dc:creator>
		<pubDate>Wed, 20 May 2009 07:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=273#comment-713</guid>
		<description><![CDATA[The *roff code for a hyphen is \-.  I can&#039;t see that mentioned anywhere in that file.  I have a sneaky suspicion that it&#039;s a &quot;builtin&quot; thing…

Looking in /usr/share/groff/1.19.2/font/devascii/R, I can see a line:

\-      24      0       0055

According to &lt;a href=&quot;http://www.gnu.org/software/groff/manual/html_node/Font-File-Format.html#index-charset-3001&quot; rel=&quot;nofollow&quot;&gt;the docs&lt;/a&gt;, that means that when it sees \- on input, it gets mapped to octal 55 (or a hyphen).  So that&#039;s not it either.

Just out of interest, what is the output of locale for you?  I wonder if that may be affecting things somehow…]]></description>
		<content:encoded><![CDATA[<p>The *roff code for a hyphen is \-.  I can&#8217;t see that mentioned anywhere in that file.  I have a sneaky suspicion that it&#8217;s a &#8220;builtin&#8221; thing…</p>
<p>Looking in /usr/share/groff/1.19.2/font/devascii/R, I can see a line:</p>
<p>\-      24      0       0055</p>
<p>According to <a href="http://www.gnu.org/software/groff/manual/html_node/Font-File-Format.html#index-charset-3001" rel="nofollow">the docs</a>, that means that when it sees \- on input, it gets mapped to octal 55 (or a hyphen).  So that&#8217;s not it either.</p>
<p>Just out of interest, what is the output of locale for you?  I wonder if that may be affecting things somehow…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tatsuhiko Miyagawa</title>
		<link>http://blog.timbunce.org/2009/05/19/fixing-the-pod-synopsis-in-osx-take-2-perldoc-nroff-and-utf-8/#comment-710</link>
		<dc:creator><![CDATA[Tatsuhiko Miyagawa]]></dc:creator>
		<pubDate>Tue, 19 May 2009 23:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=273#comment-710</guid>
		<description><![CDATA[My workaround for that problem was alias perldoc=&#039;env LANG=C perldoc&#039;.]]></description>
		<content:encoded><![CDATA[<p>My workaround for that problem was alias perldoc=&#8217;env LANG=C perldoc&#8217;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
