<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Code Tips (.Net) </title>
    <link>http://www.tipsabc.com/108/section-Code-Tips/Code-Tips.aspx/category/143</link>
    <description>Code Tips</description>
    <language>en-US</language>
    <pubDate>Thu, 29 Jul 2010 11:45:07 GMT</pubDate>
    <lastBuildDate>Thu, 29 Jul 2010 11:45:07 GMT</lastBuildDate>
    <generator>Cuyahoga Website Framework</generator>
    <ttl>60</ttl>
    <item>
      <title>Import into Excel using CSV File having Unicode Data Options </title>
      <link>http://www.tipsabc.com/108/section-Code-Tips/Code-Tips.aspx/396</link>
      <description>I am facing a small prblem with Excel and Unicode Data. I am writing data into a CSV file from the database with VB.NET using a Stream Writer object with UTF8 Encoding. This data is Unicode data with Chinese characters with UTF8 encoding. When I open it in Excel (office XP) it does not show the Chinese characters properly, they are converted into ASCII Characters.</description>
      <dc:creator>FengLiN</dc:creator>
      <pubDate>Tue, 11 Dec 2007 09:17:00 GMT</pubDate>
      <category>.Net</category>
    </item>
    <item>
      <title>Export CSV with unicode content </title>
      <link>http://www.tipsabc.com/108/section-Code-Tips/Code-Tips.aspx/395</link>
      <description>You've got an encoding issue. The default encoding for StreamWriter is UTF8NoBOM. That encoding should properly encode Unicode characters. Your problem is likely located in the app you use to read the file. Maybe you can egg it into interpreting the file properly if it contains a BOM (byte order mark). Construct it like this: &lt;br /&gt;
&lt;br /&gt;
new System.IO.StreamWriter(fileName, Encoding.UTF8);</description>
      <dc:creator>FengLiN</dc:creator>
      <pubDate>Tue, 11 Dec 2007 07:49:00 GMT</pubDate>
      <category>.Net</category>
    </item>
  </channel>
</rss>