<?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: String into UniString? in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/String-into-UniString/m-p/277337#M3312</link>
    <description>Sometimes you need to set character types.When I read the file path through string, I need to do this when I convert to unistring.&lt;BR /&gt;
std::string sTest;&lt;BR /&gt;
GS::UniString sToUnistr;&lt;BR /&gt;
sToUnistr=GS::UniString(sTest.c_str(),CC_SimpChinese);</description>
    <pubDate>Thu, 05 Dec 2019 08:50:17 GMT</pubDate>
    <dc:creator>leilei</dc:creator>
    <dc:date>2019-12-05T08:50:17Z</dc:date>
    <item>
      <title>String into UniString?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/String-into-UniString/m-p/277335#M3310</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;How can I convert a string to UniString?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Sep 2022 07:49:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/String-into-UniString/m-p/277335#M3310</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-29T07:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: String into UniString?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/String-into-UniString/m-p/277336#M3311</link>
      <description>Hi, you can do this:&lt;BR /&gt;
std::string sTest;&lt;BR /&gt;
GS::UniString sToUnistr;&lt;BR /&gt;
sToUnistr=GS::UniString(sTest.c_str());</description>
      <pubDate>Thu, 05 Dec 2019 08:46:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/String-into-UniString/m-p/277336#M3311</guid>
      <dc:creator>leilei</dc:creator>
      <dc:date>2019-12-05T08:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: String into UniString?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/String-into-UniString/m-p/277337#M3312</link>
      <description>Sometimes you need to set character types.When I read the file path through string, I need to do this when I convert to unistring.&lt;BR /&gt;
std::string sTest;&lt;BR /&gt;
GS::UniString sToUnistr;&lt;BR /&gt;
sToUnistr=GS::UniString(sTest.c_str(),CC_SimpChinese);</description>
      <pubDate>Thu, 05 Dec 2019 08:50:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/String-into-UniString/m-p/277337#M3312</guid>
      <dc:creator>leilei</dc:creator>
      <dc:date>2019-12-05T08:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: String into UniString?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/String-into-UniString/m-p/369292#M3313</link>
      <description>&lt;P&gt;I want to use Hangul.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;std::string sTest;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GS::UniString sToUnistr;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sToUnistr=GS::UniString(sTest.c_str(),???????);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I find that&lt;/P&gt;
&lt;P&gt;CC_Korean in CH.hpp&lt;/P&gt;
&lt;P&gt;in API Development Kit 26.3000\Support\Modules\GSRoot&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much ^^&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 02:48:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/String-into-UniString/m-p/369292#M3313</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2023-02-01T02:48:59Z</dc:date>
    </item>
  </channel>
</rss>

