<?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: Visual Basic 6, ActiveX and Unicode</title>
	<atom:link href="http://paulturner.me/2008/09/visual-basic-6-activex-and-unicode/feed/" rel="self" type="application/rss+xml" />
	<link>http://paulturner.me/2008/09/visual-basic-6-activex-and-unicode/</link>
	<description>bits and pieces</description>
	<lastBuildDate>Mon, 14 May 2012 23:32:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Kristian</title>
		<link>http://paulturner.me/2008/09/visual-basic-6-activex-and-unicode/comment-page-1/#comment-848</link>
		<dc:creator>Kristian</dc:creator>
		<pubDate>Mon, 20 Jul 2009 18:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://paul-turner.net/?p=51#comment-848</guid>
		<description>That is just fantastic. Had been fighting this damn issue all day, and was also about to give up on it, when i found this.
I was trying to read an ascii file and then write it out to another file (RTF format) and it kept adding 2 bytes in the start of the document, so Word or Wordpad did not like it anymore.

So from reading you recipe i got the idea to just advance the position 2 bytes like this, and it works wonders.

objStream.Position = 2
GetFile = objStream.ReadText</description>
		<content:encoded><![CDATA[<p>That is just fantastic. Had been fighting this damn issue all day, and was also about to give up on it, when i found this.<br />
I was trying to read an ascii file and then write it out to another file (RTF format) and it kept adding 2 bytes in the start of the document, so Word or Wordpad did not like it anymore.</p>
<p>So from reading you recipe i got the idea to just advance the position 2 bytes like this, and it works wonders.</p>
<p>objStream.Position = 2<br />
GetFile = objStream.ReadText</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico Westerdale</title>
		<link>http://paulturner.me/2008/09/visual-basic-6-activex-and-unicode/comment-page-1/#comment-430</link>
		<dc:creator>Nico Westerdale</dc:creator>
		<pubDate>Mon, 12 Jan 2009 13:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://paul-turner.net/?p=51#comment-430</guid>
		<description>If you want to make it easy to support UniCode in Visual Basic then take a look at the UniToolbox control suite which replaces all the common VB controls with UniCode aware versions:

http://www.iconico.com/UniToolbox</description>
		<content:encoded><![CDATA[<p>If you want to make it easy to support UniCode in Visual Basic then take a look at the UniToolbox control suite which replaces all the common VB controls with UniCode aware versions:</p>
<p><a href="http://www.iconico.com/UniToolbox" rel="nofollow">http://www.iconico.com/UniToolbox</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Teale</title>
		<link>http://paulturner.me/2008/09/visual-basic-6-activex-and-unicode/comment-page-1/#comment-275</link>
		<dc:creator>Geoff Teale</dc:creator>
		<pubDate>Sun, 07 Sep 2008 16:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://paul-turner.net/?p=51#comment-275</guid>
		<description>Interesting to see how you got around this one.

I still think you need to make a case to loose this legacy code though :)</description>
		<content:encoded><![CDATA[<p>Interesting to see how you got around this one.</p>
<p>I still think you need to make a case to loose this legacy code though <img src='http://paulturner.me/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

