<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: VBA Convert Unicode to ASCII</title>
	<atom:link href="http://blog.brettski.com/2009/12/04/vba-convert-unicode-to-ascii/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.brettski.com/2009/12/04/vba-convert-unicode-to-ascii/</link>
	<description>It doesn't really get busier any given day, just more stuff doesn't get done.</description>
	<lastBuildDate>Thu, 16 Feb 2012 00:22:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Brettski</title>
		<link>http://blog.brettski.com/2009/12/04/vba-convert-unicode-to-ascii/#comment-2047</link>
		<dc:creator><![CDATA[Brettski]]></dc:creator>
		<pubDate>Thu, 16 Feb 2012 00:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brettski.com/?p=438#comment-2047</guid>
		<description><![CDATA[&lt;code&gt;
Dim strOut as String
strOut = sStrConv(&quot;&amp; #x3053;&amp; #x3093;&amp; #x306b;&amp; #x3061;&amp; #x306f;&quot;, vbUnicode)
&lt;/code&gt;

I put a space between the &amp; and # to keep the browser from converting the string back to Unicode characters.  ]]></description>
		<content:encoded><![CDATA[<p><code><br />
Dim strOut as String<br />
strOut = sStrConv("&amp; #x3053;&amp; #x3093;&amp; #x306b;&amp; #x3061;&amp; #x306f;", vbUnicode)<br />
</code></p>
<p>I put a space between the &amp; and # to keep the browser from converting the string back to Unicode characters.  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brettski</title>
		<link>http://blog.brettski.com/2009/12/04/vba-convert-unicode-to-ascii/#comment-2046</link>
		<dc:creator><![CDATA[Brettski]]></dc:creator>
		<pubDate>Thu, 16 Feb 2012 00:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brettski.com/?p=438#comment-2046</guid>
		<description><![CDATA[That is a very good question.  I will have to look that up.  I know I have it around here somewhere.]]></description>
		<content:encoded><![CDATA[<p>That is a very good question.  I will have to look that up.  I know I have it around here somewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: radu</title>
		<link>http://blog.brettski.com/2009/12/04/vba-convert-unicode-to-ascii/#comment-2044</link>
		<dc:creator><![CDATA[radu]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 12:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brettski.com/?p=438#comment-2044</guid>
		<description><![CDATA[And how do you do it the other way around?]]></description>
		<content:encoded><![CDATA[<p>And how do you do it the other way around?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

