<?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 Unicode (multilangual) characters in GDL scripts in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Unicode-multilangual-characters-in-GDL-scripts/m-p/200115#M17820</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi, &lt;BR /&gt;
I can't insert a single Unicode character (⌀, phi, representing the diameter) into a round window's dimensioning.&lt;BR /&gt;
&lt;BR /&gt;
I tried it some ways, played around different fonts,  tried to write into the GDL script, it didn't work (although it's not clear frm the GDL manual how to give a Unicode char to a string variable), tried to enter it as a parameter of the GDL, and so.&lt;BR /&gt;
&lt;BR /&gt;
How can I do it?&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 04 Apr 2011 20:43:49 GMT</pubDate>
    <dc:creator>Sam Karli</dc:creator>
    <dc:date>2011-04-04T20:43:49Z</dc:date>
    <item>
      <title>Unicode (multilangual) characters in GDL scripts</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Unicode-multilangual-characters-in-GDL-scripts/m-p/200115#M17820</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi, &lt;BR /&gt;
I can't insert a single Unicode character (⌀, phi, representing the diameter) into a round window's dimensioning.&lt;BR /&gt;
&lt;BR /&gt;
I tried it some ways, played around different fonts,  tried to write into the GDL script, it didn't work (although it's not clear frm the GDL manual how to give a Unicode char to a string variable), tried to enter it as a parameter of the GDL, and so.&lt;BR /&gt;
&lt;BR /&gt;
How can I do it?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 Apr 2011 20:43:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Unicode-multilangual-characters-in-GDL-scripts/m-p/200115#M17820</guid>
      <dc:creator>Sam Karli</dc:creator>
      <dc:date>2011-04-04T20:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode (multilangual) characters in GDL scripts</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Unicode-multilangual-characters-in-GDL-scripts/m-p/200116#M17821</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
If I were you, I'd simply use 'phi' in English:) Or insert an image if it's the visual interface...&lt;BR /&gt;
&lt;BR /&gt;
Jokes aside, GDL is fully unicode in itself and all scripts are interpreted in unicode. The problem is, that the user interface of ArchiCAD isn't in unicode yet. This means that you are simply not able to enter Greek characters on a Hungarian or on an English system (and AC of course). If you really want to have characters of other codepages in your scripts, you can insert them in the XML format of library parts and convert them to GSM. This won't help you much though in the user interface as it isn't unicode.&lt;BR /&gt;
&lt;BR /&gt;
Regs,</description>
      <pubDate>Fri, 08 Apr 2011 07:00:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Unicode-multilangual-characters-in-GDL-scripts/m-p/200116#M17821</guid>
      <dc:creator>ztaskai</dc:creator>
      <dc:date>2011-04-08T07:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode (multilangual) characters in GDL scripts</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Unicode-multilangual-characters-in-GDL-scripts/m-p/200117#M17822</link>
      <description>It would help completely, because I would make a boolean variable that is ture when a window is rounded and therefore the phi sign is needed, but I haven't seen a working example of such an Unicode string or a working Unicode character insterted into a GDL script, I think the Manual lacks it.&lt;BR /&gt;
&lt;BR /&gt;
So please, share the solltution with me,&lt;BR /&gt;
Köszi előre is &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Fri, 08 Apr 2011 18:17:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Unicode-multilangual-characters-in-GDL-scripts/m-p/200117#M17822</guid>
      <dc:creator>Sam Karli</dc:creator>
      <dc:date>2011-04-08T18:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode (multilangual) characters in GDL scripts</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Unicode-multilangual-characters-in-GDL-scripts/m-p/200118#M17823</link>
      <description>You might not be able to use unicode characters but you can use any of the standard characters with their ASCII code.&lt;BR /&gt;
&lt;BR /&gt;
ALT0216 = Ø&lt;BR /&gt;
&lt;BR /&gt;
Is this what you want to show?&lt;BR /&gt;
The code for this was simply ... text2 0,0,STR(a*1000,2,0) + " Ø"&lt;BR /&gt;
&lt;BR /&gt;
Barry.&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/16293i8B14BE7F7C12C2F9/image-size/large?v=v2&amp;amp;px=999" border="0" alt="diameter.jpg" title="diameter.jpg" /&gt;</description>
      <pubDate>Thu, 09 Jun 2011 04:22:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Unicode-multilangual-characters-in-GDL-scripts/m-p/200118#M17823</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2011-06-09T04:22:55Z</dc:date>
    </item>
  </channel>
</rss>

