<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The curse of Dennis D. Spreen &#187; Unicode</title>
	<atom:link href="http://www.spreendigital.de/blog/tag/unicode/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.spreendigital.de/blog</link>
	<description>A blog about Delphi programming, web and other technical stuff</description>
	<lastBuildDate>Fri, 26 Mar 2010 08:35:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Unicode in Resource files</title>
		<link>http://www.spreendigital.de/blog/2008/10/14/unicode-in-resource-files/</link>
		<comments>http://www.spreendigital.de/blog/2008/10/14/unicode-in-resource-files/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 15:20:22 +0000</pubDate>
		<dc:creator>Dennis Spreen</dc:creator>
				<category><![CDATA[Delphi 2009]]></category>
		<category><![CDATA[Delphi Programming]]></category>
		<category><![CDATA[Resource]]></category>
		<category><![CDATA[String]]></category>
		<category><![CDATA[Unicode]]></category>

		<guid isPermaLink="false">http://www.spreendigital.de/blog/?p=79</guid>
		<description><![CDATA[Ever tried to put a unicode string (Delphi 2009) in a resource (.rc) file and tried to compile it with brcc32 or rc32?
You&#8217;ll get this error:  Expecting resource name or resource type name
The Solution is very simple (though it kept me searching some hours  :

Use
cgrc.exe
(CodeGear Resource Compiler/Binder) instead!
]]></description>
			<content:encoded><![CDATA[<p>Ever tried to put a unicode string (Delphi 2009) in a resource (.rc) file and tried to compile it with brcc32 or rc32?</p>
<p>You&#8217;ll get this error:  Expecting resource name or resource type name</p>
<p>The Solution is very simple (though it kept me searching some hours <img src='http://www.spreendigital.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> :</p>
<p><span id="more-79"></span></p>
<p>Use</p>
<p><code>cgrc.exe</code></p>
<p>(CodeGear Resource Compiler/Binder) instead!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spreendigital.de/blog/2008/10/14/unicode-in-resource-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
