<?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 Betreff: Creating a dxf with umlauts in text in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/creating-a-dxf-with-umlauts-in-text/m-p/13251372#M1221</link>
    <description>&lt;P&gt;Alfred,&lt;/P&gt;&lt;P&gt;Thanks for help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It turned out to be a version problem. The export format in Inventor (2025! ) was set to dxf 2004.&amp;nbsp;Using dxf 2018 instead solved the problem.&lt;/P&gt;&lt;P&gt;I didn't have this problem with earlier versions of Inventor, so it's probably a problem with Inventor rather than Autocad.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Christoph&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jan 2025 07:59:21 GMT</pubDate>
    <dc:creator>c_hoppen</dc:creator>
    <dc:date>2025-01-09T07:59:21Z</dc:date>
    <item>
      <title>Creating a dxf with umlauts in text</title>
      <link>https://forums.autodesk.com/t5/net-forum/creating-a-dxf-with-umlauts-in-text/m-p/13249954#M1219</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a dxf that comes from Inventor and I need to add a text.&lt;/P&gt;&lt;P&gt;When I open the dxf in Mechanical 2024, umlauts are displayed incorrectly:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="c_hoppen_0-1736349864852.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1452447iB5528884E3A4C82C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="c_hoppen_0-1736349864852.png" alt="c_hoppen_0-1736349864852.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My first thought was that it had something to do with the Encoding.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I created a new dxf in AutoCAD with just one text and opened it in notepad++.&lt;/P&gt;&lt;P&gt;It looks like this (created by AutoCAD)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="c_hoppen_1-1736350141208.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1452448i7F964AF58D2416C5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="c_hoppen_1-1736350141208.png" alt="c_hoppen_1-1736350141208.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I read and write my dxf with "UTF-8 without BOM"&lt;/P&gt;&lt;LI-CODE lang="general"&gt;Encoding utf8WithoutBom = new UTF8Encoding(encoderShouldEmitUTF8Identifier: false);
List&amp;lt;string&amp;gt; inhalt = System.IO.File.ReadLines(dxfdatei, utf8WithoutBom).ToList();&lt;/LI-CODE&gt;&lt;LI-CODE lang="general"&gt;System.IO.File.WriteAllLines(dxfdatei, inhalt, utf8WithoutBom);&lt;/LI-CODE&gt;&lt;P&gt;This is what my dxf looks like:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="c_hoppen_3-1736350542570.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1452455i6783C24FE2B35D56/image-size/medium?v=v2&amp;amp;px=400" role="button" title="c_hoppen_3-1736350542570.png" alt="c_hoppen_3-1736350542570.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Nevertheless, the umlauts are displayed incorrectly, see picture at the top.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have no idea which magic word I'm missing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for help,&lt;/P&gt;&lt;P&gt;Christoph&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 15:43:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/creating-a-dxf-with-umlauts-in-text/m-p/13249954#M1219</guid>
      <dc:creator>c_hoppen</dc:creator>
      <dc:date>2025-01-08T15:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dxf with umlauts in text</title>
      <link>https://forums.autodesk.com/t5/net-forum/creating-a-dxf-with-umlauts-in-text/m-p/13250161#M1220</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in most cases no need to change the DXF ascii settings, instead choose the correct font/text style.&lt;/P&gt;
&lt;P&gt;If you would upload the DXF we might try it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;'- alfred -&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 17:03:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/creating-a-dxf-with-umlauts-in-text/m-p/13250161#M1220</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2025-01-08T17:03:42Z</dc:date>
    </item>
    <item>
      <title>Betreff: Creating a dxf with umlauts in text</title>
      <link>https://forums.autodesk.com/t5/net-forum/creating-a-dxf-with-umlauts-in-text/m-p/13251372#M1221</link>
      <description>&lt;P&gt;Alfred,&lt;/P&gt;&lt;P&gt;Thanks for help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It turned out to be a version problem. The export format in Inventor (2025! ) was set to dxf 2004.&amp;nbsp;Using dxf 2018 instead solved the problem.&lt;/P&gt;&lt;P&gt;I didn't have this problem with earlier versions of Inventor, so it's probably a problem with Inventor rather than Autocad.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Christoph&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 07:59:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/creating-a-dxf-with-umlauts-in-text/m-p/13251372#M1221</guid>
      <dc:creator>c_hoppen</dc:creator>
      <dc:date>2025-01-09T07:59:21Z</dc:date>
    </item>
    <item>
      <title>Betreff: Creating a dxf with umlauts in text</title>
      <link>https://forums.autodesk.com/t5/net-forum/creating-a-dxf-with-umlauts-in-text/m-p/13251433#M1222</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you for your feedback, good to know it's solved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; I didn't have this problem with earlier versions of Inventor, &lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; so it's probably a problem with Inventor&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Well, I don't know Inventor, however I assume the DXF-Version setting was not set by Inventor, but instead from a user that does it.&lt;/P&gt;
&lt;P&gt;It would be strange if any Autodesk software would export to such an old format by default &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;'- alfred -&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 08:32:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/creating-a-dxf-with-umlauts-in-text/m-p/13251433#M1222</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2025-01-09T08:32:34Z</dc:date>
    </item>
  </channel>
</rss>

