<?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"
	>
<channel>
	<title>Comments on: Solaris, Ruby and iconv.</title>
	<atom:link href="http://blogs.everycity.co.uk/alasdair/2009/01/solaris-ruby-and-iconv/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.everycity.co.uk/alasdair/2009/01/solaris-ruby-and-iconv/</link>
	<description></description>
	<pubDate>Tue, 07 Feb 2012 04:54:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Ben Summers</title>
		<link>http://blogs.everycity.co.uk/alasdair/2009/01/solaris-ruby-and-iconv/#comment-72</link>
		<dc:creator>Ben Summers</dc:creator>
		<pubDate>Sun, 01 Feb 2009 21:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.everycity.co.uk/alasdair/?p=180#comment-72</guid>
		<description>It is easier to patch activesupport/lib/active_support/inflector.rb than doing a recompile of ruby!

See the final patch here: http://rails.lighthouseapp.com/projects/8994/tickets/1396-framework-crashes-on-launch-on-solaris-with-invalid-encoding-asciiignoretranslit-utf-8

Basically there's a minor bug which means that the code to recover from unsupported iconv doesn't actually recover from this particular unsupported encoding. Rails 2.2.2 on WebStack 1.4 works with these lines of code added to that one file, no other recompilation required.

Ben</description>
		<content:encoded><![CDATA[<p>It is easier to patch activesupport/lib/active_support/inflector.rb than doing a recompile of ruby!</p>
<p>See the final patch here: <a href="http://rails.lighthouseapp.com/projects/8994/tickets/1396-framework-crashes-on-launch-on-solaris-with-invalid-encoding-asciiignoretranslit-utf-8" rel="nofollow">http://rails.lighthouseapp.com/projects/8994/tickets/1396-framework-crashes-on-launch-on-solaris-with-invalid-encoding-asciiignoretranslit-utf-8</a></p>
<p>Basically there&#8217;s a minor bug which means that the code to recover from unsupported iconv doesn&#8217;t actually recover from this particular unsupported encoding. Rails 2.2.2 on WebStack 1.4 works with these lines of code added to that one file, no other recompilation required.</p>
<p>Ben</p>
]]></content:encoded>
	</item>
</channel>
</rss>

