<?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: How can I embed non-ASCII strings in a GRC file? in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/How-can-I-embed-non-ASCII-strings-in-a-GRC-file/m-p/608547#M9514</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'd like suggest you to check the following GSJP web site which is about how to create VS environment for Japanese add-on.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.graphisoft.co.jp/devsrc/AddonAPIPage/docs/index.html#/StartGuide/startguide_cmake" target="_self"&gt;https://www.graphisoft.co.jp/devsrc/AddonAPIPage/docs/index.html#/StartGuide/startguide_cmake&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jun 2024 07:40:36 GMT</pubDate>
    <dc:creator>Hiromichi Shinkawa</dc:creator>
    <dc:date>2024-06-17T07:40:36Z</dc:date>
    <item>
      <title>How can I embed non-ASCII strings in a GRC file?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-can-I-embed-non-ASCII-strings-in-a-GRC-file/m-p/608497#M9513</link>
      <description>&lt;P&gt;I want my add-on to display Japanese menu items, but when I write Japanese characters into the GRC file, I occasionally encounter an "illegal string" error during the build process of Visual Studio. This issue seems to occur randomly. Is there a way to resolve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found &lt;A href="https://community.graphisoft.com/t5/Archicad-C-API/Localization-strings/m-p/174316" target="_self"&gt;this discussion&lt;/A&gt; on this board (written in 2011!) mentioning the "-q utf8" argument of the GRC compiler. Does it still hold in ARCHICAD 24?&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jun 2024 12:39:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-can-I-embed-non-ASCII-strings-in-a-GRC-file/m-p/608497#M9513</guid>
      <dc:creator>tsuyoshimishina</dc:creator>
      <dc:date>2024-06-16T12:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can I embed non-ASCII strings in a GRC file?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-can-I-embed-non-ASCII-strings-in-a-GRC-file/m-p/608547#M9514</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'd like suggest you to check the following GSJP web site which is about how to create VS environment for Japanese add-on.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.graphisoft.co.jp/devsrc/AddonAPIPage/docs/index.html#/StartGuide/startguide_cmake" target="_self"&gt;https://www.graphisoft.co.jp/devsrc/AddonAPIPage/docs/index.html#/StartGuide/startguide_cmake&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 07:40:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-can-I-embed-non-ASCII-strings-in-a-GRC-file/m-p/608547#M9514</guid>
      <dc:creator>Hiromichi Shinkawa</dc:creator>
      <dc:date>2024-06-17T07:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can I embed non-ASCII strings in a GRC file?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-can-I-embed-non-ASCII-strings-in-a-GRC-file/m-p/608573#M9515</link>
      <description>&lt;P&gt;LChen,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you for your reply.&lt;BR /&gt;Your suggestion gave me a hint to solve my problem.&lt;BR /&gt;The solution I found is modifying the command line of custom build tool for the GRC file specified in the properties dialog as following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;".\Support\Tools\Win\ResConv.exe" -m r -D WINDOWS -T W &lt;U&gt;-c 0&lt;/U&gt; -q utf8 &lt;U&gt;utf8&lt;/U&gt; -i "RINT\$(ProjectName).grc" -D _DEBUG -o "$(OutDir)\RO\$(ProjectName).grc.rc2"&lt;/P&gt;&lt;P&gt;(Added "-c 0" and replaced "-q utf8 1252" with "-q utf8 utf8")&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 11:13:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-can-I-embed-non-ASCII-strings-in-a-GRC-file/m-p/608573#M9515</guid>
      <dc:creator>tsuyoshimishina</dc:creator>
      <dc:date>2024-06-17T11:13:50Z</dc:date>
    </item>
  </channel>
</rss>

