<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Txt File Symbol problem C# or Excel in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/txt-file-symbol-problem-c-or-excel/m-p/10147704#M17256</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/537692"&gt;@k005&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so when you copy/paste from *.txt to excel the symbol changes, would you give a sample *.txt file , because&amp;nbsp; i just copy/paste-ed from.txt to excel and it works fine&lt;/P&gt;</description>
    <pubDate>Thu, 11 Mar 2021 09:42:28 GMT</pubDate>
    <dc:creator>essam-salah</dc:creator>
    <dc:date>2021-03-11T09:42:28Z</dc:date>
    <item>
      <title>Txt File Symbol problem C# or Excel</title>
      <link>https://forums.autodesk.com/t5/net-forum/txt-file-symbol-problem-c-or-excel/m-p/10145166#M17255</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello.,&lt;/P&gt;&lt;P&gt;I am creating a .txt file from AutoCAD with this code.&lt;/P&gt;&lt;P&gt;There is no problem when I open the .txt file with Notepad. But when I import it into Excel, the symbol &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;ø&lt;/STRONG&gt;&lt;/FONT&gt; = looks like this = &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Ã¸&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Where can this come from?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;        private void button1_Click(object sender, EventArgs e)
        {

            string sPath = Environment.GetFolderPath(Environment.SpecialFolder.Desktop)+ @"\Donatilar.txt";
            string s1="";
            foreach (object item in listBox1.Items) s1 += item.ToString() + "\n";
            Clipboard.SetText(s1);
            
            //Encoding.GetEncoding("iso-8859-9")

           

            System.IO.StreamWriter SaveFile = new System.IO.StreamWriter(sPath);
            foreach (var item in listBox1.Items)
            {
                SaveFile.WriteLine(item);
            }

            SaveFile.Close();

           MessageBox.Show(sPath + "  oluşturuldu !");

         
        }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 13:25:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/txt-file-symbol-problem-c-or-excel/m-p/10145166#M17255</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2021-03-10T13:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Txt File Symbol problem C# or Excel</title>
      <link>https://forums.autodesk.com/t5/net-forum/txt-file-symbol-problem-c-or-excel/m-p/10147704#M17256</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/537692"&gt;@k005&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so when you copy/paste from *.txt to excel the symbol changes, would you give a sample *.txt file , because&amp;nbsp; i just copy/paste-ed from.txt to excel and it works fine&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 09:42:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/txt-file-symbol-problem-c-or-excel/m-p/10147704#M17256</guid>
      <dc:creator>essam-salah</dc:creator>
      <dc:date>2021-03-11T09:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Txt File Symbol problem C# or Excel</title>
      <link>https://forums.autodesk.com/t5/net-forum/txt-file-symbol-problem-c-or-excel/m-p/10148369#M17257</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3650456"&gt;@essam-salah&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;I'm adding the file.&lt;/P&gt;&lt;P&gt;There is no problem when I copy / Paste.&lt;/P&gt;&lt;P&gt;But I am importing in .txt file to Excel. The problem is in this case ..&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="https://easyupload.io/hb6fa6" target="_blank" rel="noopener"&gt;https://easyupload.io/hb6fa6&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;Now let me try on Another Computer ... Will the same problem continue ...&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 11 Mar 2021 14:07:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/txt-file-symbol-problem-c-or-excel/m-p/10148369#M17257</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2021-03-11T14:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Txt File Symbol problem C# or Excel</title>
      <link>https://forums.autodesk.com/t5/net-forum/txt-file-symbol-problem-c-or-excel/m-p/10148446#M17258</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/537692"&gt;@k005&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;man idk what is your problem, i just imported the file you attached to excel and it works fine,&lt;/P&gt;&lt;P&gt;watch the attached video.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 14:29:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/txt-file-symbol-problem-c-or-excel/m-p/10148446#M17258</guid>
      <dc:creator>essam-salah</dc:creator>
      <dc:date>2021-03-11T14:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Txt File Symbol problem C# or Excel</title>
      <link>https://forums.autodesk.com/t5/net-forum/txt-file-symbol-problem-c-or-excel/m-p/10148511#M17259</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3650456"&gt;@essam-salah&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, that's okay. But I use an Excel macro. there is the problem ...&lt;/P&gt;&lt;P&gt;The file is attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 14:45:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/txt-file-symbol-problem-c-or-excel/m-p/10148511#M17259</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2021-03-11T14:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Txt File Symbol problem C# or Excel</title>
      <link>https://forums.autodesk.com/t5/net-forum/txt-file-symbol-problem-c-or-excel/m-p/10149121#M17260</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3650456"&gt;@essam-salah&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found the solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt; System.IO.StreamWriter SaveFile = new System.IO.StreamWriter(sPath, false, Encoding.Default);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 17:31:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/txt-file-symbol-problem-c-or-excel/m-p/10149121#M17260</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2021-03-11T17:31:08Z</dc:date>
    </item>
  </channel>
</rss>

