<?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: String Encoding in Ruby 1.9 C extensions</title>
	<atom:link href="http://tenderlovemaking.com/2009/06/26/string-encoding-in-ruby-1-9-c-extensions/feed/" rel="self" type="application/rss+xml" />
	<link>http://tenderlovemaking.com/2009/06/26/string-encoding-in-ruby-1-9-c-extensions/</link>
	<description>The act of making love, tenderly.</description>
	<lastBuildDate>Thu, 04 Mar 2010 14:03:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: lmaa</title>
		<link>http://tenderlovemaking.com/2009/06/26/string-encoding-in-ruby-1-9-c-extensions/comment-page-1/#comment-100455</link>
		<dc:creator>lmaa</dc:creator>
		<pubDate>Fri, 09 Oct 2009 16:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=315#comment-100455</guid>
		<description>&quot;UTF-8&quot; as suggested in the example. Error snippet:
irb1.9.1: symbol lookup error: ... undefined symbol: _Z17rb_enc_find_indexPKc</description>
		<content:encoded><![CDATA[<p>&#8220;UTF-8&#8243; as suggested in the example. Error snippet:<br />
irb1.9.1: symbol lookup error: &#8230; undefined symbol: _Z17rb_enc_find_indexPKc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Patterson</title>
		<link>http://tenderlovemaking.com/2009/06/26/string-encoding-in-ruby-1-9-c-extensions/comment-page-1/#comment-100451</link>
		<dc:creator>Aaron Patterson</dc:creator>
		<pubDate>Fri, 09 Oct 2009 15:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=315#comment-100451</guid>
		<description>What are you passing to rb_enc_find_index()?  I suspect it&#039;s an encoding ruby doesn&#039;t know about.</description>
		<content:encoded><![CDATA[<p>What are you passing to rb_enc_find_index()?  I suspect it&#8217;s an encoding ruby doesn&#8217;t know about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lmaa</title>
		<link>http://tenderlovemaking.com/2009/06/26/string-encoding-in-ruby-1-9-c-extensions/comment-page-1/#comment-100428</link>
		<dc:creator>lmaa</dc:creator>
		<pubDate>Fri, 09 Oct 2009 11:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=315#comment-100428</guid>
		<description>Um, I tried to get this to work with a pure C ruby 1.9.1 extension. Compiling works, but there are runtime Errors concerning undefined Symbols (rb_enc_find_index). I am running a debian Linux with packaged 1.9.1 for x86_64. Do I need to link the extension against any special ruby sublibs?</description>
		<content:encoded><![CDATA[<p>Um, I tried to get this to work with a pure C ruby 1.9.1 extension. Compiling works, but there are runtime Errors concerning undefined Symbols (rb_enc_find_index). I am running a debian Linux with packaged 1.9.1 for x86_64. Do I need to link the extension against any special ruby sublibs?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
