<?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: Gem #61: Interfacing with C++ constructors</title>
	<atom:link href="http://www.adacore.com/2009/03/23/gem-61/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adacore.com/2009/03/23/gem-61/</link>
	<description>AdaCore technology and news</description>
	<lastBuildDate>Mon, 06 Feb 2012 18:59:19 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave Elliot</title>
		<link>http://www.adacore.com/2009/03/23/gem-61/comment-page-1/#comment-3515</link>
		<dc:creator>Dave Elliot</dc:creator>
		<pubDate>Wed, 01 Apr 2009 09:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://www2.adacore.com/?p=2606#comment-3515</guid>
		<description>It looks apos is an XML form (not in the HTML 4 standard).  The character code 39 has to be used for Internet Explorer.  It appears here that IE is following the standard closer.</description>
		<content:encoded><![CDATA[<p>It looks apos is an XML form (not in the HTML 4 standard).  The character code 39 has to be used for Internet Explorer.  It appears here that IE is following the standard closer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anh Vo</title>
		<link>http://www.adacore.com/2009/03/23/gem-61/comment-page-1/#comment-3485</link>
		<dc:creator>Anh Vo</dc:creator>
		<pubDate>Tue, 24 Mar 2009 15:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://www2.adacore.com/?p=2606#comment-3485</guid>
		<description>I just tested it on FireFox. The apostropy was displayed correctly.</description>
		<content:encoded><![CDATA[<p>I just tested it on FireFox. The apostropy was displayed correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anh Vo</title>
		<link>http://www.adacore.com/2009/03/23/gem-61/comment-page-1/#comment-3481</link>
		<dc:creator>Anh Vo</dc:creator>
		<pubDate>Mon, 23 Mar 2009 23:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://www2.adacore.com/?p=2606#comment-3481</guid>
		<description>I am using Micro$oft Internet Explorer Version 6.0. The exact version is 6.0.2900.2180.xpsp_sp2_qfe.080814-1242.

Your fix did not seem to change the display. In fact, &apos; is displayed still. As a test, I copied the source of this page. Then, I replaced every occurrence of &apos; by &amp;#39. Finally, I opened it with explorer. The apostropy was displayed correctly as expected.</description>
		<content:encoded><![CDATA[<p>I am using Micro$oft Internet Explorer Version 6.0. The exact version is 6.0.2900.2180.xpsp_sp2_qfe.080814-1242.</p>
<p>Your fix did not seem to change the display. In fact, &apos; is displayed still. As a test, I copied the source of this page. Then, I replaced every occurrence of &apos; by &amp;#39. Finally, I opened it with explorer. The apostropy was displayed correctly as expected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnaud Charlet</title>
		<link>http://www.adacore.com/2009/03/23/gem-61/comment-page-1/#comment-3479</link>
		<dc:creator>Arnaud Charlet</dc:creator>
		<pubDate>Mon, 23 Mar 2009 16:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www2.adacore.com/?p=2606#comment-3479</guid>
		<description>Thanks for the comment. Strangely enough, the &#039; appears fine on e.g. my side. I guess it depends on your browser.

Anyway, I&#039;ve made your suggested change (apos -&gt; amp).</description>
		<content:encoded><![CDATA[<p>Thanks for the comment. Strangely enough, the &#8216; appears fine on e.g. my side. I guess it depends on your browser.</p>
<p>Anyway, I&#8217;ve made your suggested change (apos -> amp).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anh Vo</title>
		<link>http://www.adacore.com/2009/03/23/gem-61/comment-page-1/#comment-3478</link>
		<dc:creator>Anh Vo</dc:creator>
		<pubDate>Mon, 23 Mar 2009 16:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://www2.adacore.com/?p=2606#comment-3478</guid>
		<description>Sorry I made a typo in &quot;Instead, the &apos; string is display&quot;. It should be displayed.</description>
		<content:encoded><![CDATA[<p>Sorry I made a typo in &#8220;Instead, the &apos; string is display&#8221;. It should be displayed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anh Vo</title>
		<link>http://www.adacore.com/2009/03/23/gem-61/comment-page-1/#comment-3477</link>
		<dc:creator>Anh Vo</dc:creator>
		<pubDate>Mon, 23 Mar 2009 16:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://www2.adacore.com/?p=2606#comment-3477</guid>
		<description>Thanks for these GEMs dealing with external languages such specially C/C++.

The following comment has nothing to do with content but with the display regarding apostropy &quot;&#039;&quot;. In fact, apostropy is not displayed correctly as intended such as in function specification function New_Root return Root&apos;Class; for example. Instead, the &apos; string is display. According to http://www.w3.org/TR/xhtml1/#C_16, &amp;#39 should be used instead of &apos;</description>
		<content:encoded><![CDATA[<p>Thanks for these GEMs dealing with external languages such specially C/C++.</p>
<p>The following comment has nothing to do with content but with the display regarding apostropy &#8220;&#8216;&#8221;. In fact, apostropy is not displayed correctly as intended such as in function specification function New_Root return Root&apos;Class; for example. Instead, the &apos; string is display. According to <a href="http://www.w3.org/TR/xhtml1/#C_16" rel="nofollow">http://www.w3.org/TR/xhtml1/#C_16</a>, &amp;#39 should be used instead of &apos;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

