<?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 It's because you have non in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Words/m-p/1106293#M128059</link>
    <description>&lt;P&gt;It's because you have non-ASCII characters in the file path. I have seen this with various MS tools before.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Mar 2016 19:54:48 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2016-03-10T19:54:48Z</dc:date>
    <item>
      <title>Words</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Words/m-p/1106286#M128052</link>
      <description>&lt;P&gt;Lóðurr&lt;/P&gt;

&lt;P&gt;Dear Steve:&lt;/P&gt;

&lt;P&gt;Many years ago, when I wrote a lot of LISP code for AutoCAD - back when Microsoft Fortran was in Version 3.03 or thereabouts and I could comfortably make a cup of tea whilst the program compiled on a COMPAQ Portable - I had people using the programs in our office. It is really hard to keep track of programs called TEXTIN etc, so I started naming them after Norse and Greek gods.&amp;nbsp; If someone is complaining about a program called HAGAR you know it is yours and not something they stole from a magazine - mainly Hot Tip Harry's monthly suggestions.&lt;/P&gt;

&lt;P&gt;Remember Byte - good magazine.&lt;/P&gt;

&lt;P&gt;So I looked to extend the structural analysis program BEAMS and I do not want to throw away that first iteration as it gives me a base case that is tested, so I grabbed a God's name in this case Lóðurr​ - apparently this work only appeared once in Norse mythology , to extend the program. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;B&gt;Lóðurr&lt;/B&gt; is a &lt;A title="Áss" class="mw-redirect" href="https://en.wikipedia.org/wiki/%C3%81ss"&gt;&lt;U&gt;&lt;FONT color="#0066cc"&gt;god&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt; in &lt;A title="Norse mythology" href="https://en.wikipedia.org/wiki/Norse_mythology"&gt;&lt;U&gt;&lt;FONT color="#0066cc"&gt;Norse mythology&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;. In the &lt;I&gt;&lt;A title="Poetic Edda" href="https://en.wikipedia.org/wiki/Poetic_Edda"&gt;&lt;U&gt;&lt;FONT color="#0066cc"&gt;Poetic Edda&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;&lt;/I&gt; poem &lt;I&gt;&lt;A title="Völuspá" href="https://en.wikipedia.org/wiki/V%C3%B6lusp%C3%A1"&gt;&lt;U&gt;&lt;FONT color="#0066cc"&gt;Völuspá&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;&lt;/I&gt; he is assigned a role in animating the first humans, but apart from that he is hardly ever mentioned, and remains obscure. Scholars have variously identified him with &lt;A title="Loki" href="https://en.wikipedia.org/wiki/Loki"&gt;&lt;U&gt;&lt;FONT color="#0066cc"&gt;Loki&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;, &lt;A title="Vé" class="mw-redirect" href="https://en.wikipedia.org/wiki/V%C3%A9"&gt;&lt;U&gt;&lt;FONT color="#0066cc"&gt;Vé&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;, &lt;A title="Vili" class="mw-redirect" href="https://en.wikipedia.org/wiki/Vili"&gt;&lt;U&gt;&lt;FONT color="#0066cc"&gt;Vili&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt; and &lt;A title="Freyr" href="https://en.wikipedia.org/wiki/Freyr"&gt;&lt;U&gt;&lt;FONT color="#0066cc"&gt;Freyr&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;, but consensus has not been reached on any one theory.&lt;/P&gt;

&lt;P&gt;The interesting problem arises when you take the old English letters (and one could ask the interesting question, these are really English letters are they not.) how do you show these letters using a format statement in Fortran on a Console or is that impossible.&lt;/P&gt;

&lt;P&gt;I knew you would know the answer.&lt;/P&gt;

&lt;P&gt;John&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;(I got a note on the MKL&amp;nbsp;forum from a Intel guy about my comments about PARDISO and FEAST. - Thanks - I am not sure he understood what I meant - but I tried.)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 14:55:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Words/m-p/1106286#M128052</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2016-03-10T14:55:05Z</dc:date>
    </item>
    <item>
      <title>John,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Words/m-p/1106287#M128053</link>
      <description>&lt;P&gt;John,&lt;/P&gt;

&lt;P&gt;A typical console application is limited to characters in the "&lt;A href="https://msdn.microsoft.com/en-us/library/windows/desktop/ms682064(v=vs.85).aspx"&gt;code page&lt;/A&gt;" it uses - the default code page is quite limited. Formatted output to the console will be similarly limited.&lt;/P&gt;

&lt;P&gt;It is possible to change the code page and also to write Unicode directly to the console. Here are some links that may be of interest:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/1259084/what-encoding-code-page-is-cmd-exe-using" target="_blank"&gt;http://stackoverflow.com/questions/1259084/what-encoding-code-page-is-cmd-exe-using&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/388490/unicode-characters-in-windows-command-line-how" target="_blank"&gt;http://stackoverflow.com/questions/388490/unicode-characters-in-windows-command-line-how&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 15:45:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Words/m-p/1106287#M128053</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-03-10T15:45:16Z</dc:date>
    </item>
    <item>
      <title> program character_kind</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Words/m-p/1106288#M128054</link>
      <description>&lt;PRE class="brush:fortran;"&gt;&amp;nbsp;program character_kind
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; use iso_fortran_env
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; implicit none
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; integer, parameter :: ascii = selected_char_kind ("ascii")
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; integer, parameter :: ucs4&amp;nbsp; = selected_char_kind ('ISO_10646')
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; character(kind=ascii, len=26) :: alphabet
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; character(kind=ucs4,&amp;nbsp; len=30) :: hello_world
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alphabet = ascii_"abcdefghijklmnopqrstuvwxyz"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hello_world = ucs4_'Hello World and Ni Hao -- ' &amp;amp;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // char (int (z'4F60'), ucs4)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // char (int (z'597D'), ucs4)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; write (*,*) alphabet
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; open (output_unit, encoding='UTF-8')
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; write (*,*) trim (hello_world)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end program character_kind
&lt;/PRE&gt;

&lt;P&gt;So if I read my manual correctly Intel does not support UTF-8 or the ISO standard&amp;nbsp; - this program is from GNU Fortran&lt;/P&gt;

&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 18:37:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Words/m-p/1106288#M128054</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2016-03-10T18:37:35Z</dc:date>
    </item>
    <item>
      <title>Steve:</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Words/m-p/1106289#M128055</link>
      <description>&lt;P&gt;Steve:&lt;/P&gt;

&lt;P&gt;The manual - PDF V16 says I can open a file in UTF-8 - how do I read from it then?&lt;/P&gt;

&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 18:40:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Words/m-p/1106289#M128055</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2016-03-10T18:40:02Z</dc:date>
    </item>
    <item>
      <title>Intel Fortran doesn't yet</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Words/m-p/1106290#M128056</link>
      <description>&lt;P&gt;Intel Fortran doesn't yet support other character kinds. The standard does not require support for ISO_10646.&lt;/P&gt;

&lt;P&gt;UTF-8 is the default (and only supported specific) value for ENCODING.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 19:04:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Words/m-p/1106290#M128056</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-03-10T19:04:22Z</dc:date>
    </item>
    <item>
      <title>How do the Japanese users of</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Words/m-p/1106291#M128057</link>
      <description>&lt;P&gt;How do the Japanese users of IF do Kanji?&lt;/P&gt;

&lt;P&gt;No sweat it was just an interesting question - can live without it&lt;/P&gt;

&lt;P&gt;DISLIN now works well in the program thanks&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 19:31:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Words/m-p/1106291#M128057</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2016-03-10T19:31:01Z</dc:date>
    </item>
    <item>
      <title>Error 1  general error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Words/m-p/1106292#M128058</link>
      <description>&lt;P&gt;Error&amp;nbsp;1&amp;nbsp; general error c101008d: Failed to write the updated manifest to the resource of file "C:\Users\macne\Documents\Visual Studio 2013\Projects\Program070 - Beams\L??urr\Debug\L??urr.exe". The system cannot open the device or file specified.&amp;nbsp;mt.exe&amp;nbsp;&lt;BR /&gt;
	Steve:&lt;/P&gt;

&lt;P&gt;It tells me on compile that there is a manifest error - but the program did compile and will run - is this because I used the funny characters or because I put in DISLIN - or you are as lost in the wilderness as I am?&lt;/P&gt;

&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 19:36:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Words/m-p/1106292#M128058</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2016-03-10T19:36:05Z</dc:date>
    </item>
    <item>
      <title>It's because you have non</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Words/m-p/1106293#M128059</link>
      <description>&lt;P&gt;It's because you have non-ASCII characters in the file path. I have seen this with various MS tools before.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 19:54:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Words/m-p/1106293#M128059</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-03-10T19:54:48Z</dc:date>
    </item>
    <item>
      <title>You might be able to use the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Words/m-p/1106294#M128060</link>
      <description>&lt;P&gt;You might be able to use the USEROPEN specifier to OPEN...&lt;BR /&gt;
	... provided the file system supports Unicode...&lt;BR /&gt;
	... and that the chosen Unicode characters are valid for file names (&lt;A href="https://msdn.microsoft.com/en-us/library/windows/desktop/dd317748(v=vs.85).aspx"&gt;see&lt;/A&gt;).&lt;/P&gt;

&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 16:41:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Words/m-p/1106294#M128060</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2016-03-11T16:41:37Z</dc:date>
    </item>
    <item>
      <title>I doubt that will help. The</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Words/m-p/1106295#M128061</link>
      <description>&lt;P&gt;I doubt that will help. The Fortran I/O system for formatted I/O doesn't know how to "parse" Unicode.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 17:28:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Words/m-p/1106295#M128061</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-03-11T17:28:31Z</dc:date>
    </item>
    <item>
      <title>I took out all of the funny</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Words/m-p/1106296#M128062</link>
      <description>&lt;P&gt;I took out all of the funny symbols - and the Manifest is still causing problems, so I switched off generate the manifest - will that hurt.&lt;/P&gt;

&lt;P&gt;I had to do the same thing with the Strand7 API program - the first call into the API.DLL failed --- I love this job&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Also if I am in VS 2015 and I type use ____ I get a exception screen that can get repeated a lot - it is a popup window - I know next time I will get a screen shot.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2016 20:40:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Words/m-p/1106296#M128062</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2016-03-14T20:40:23Z</dc:date>
    </item>
    <item>
      <title>If you can still run the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Words/m-p/1106297#M128063</link>
      <description>&lt;P&gt;If you can still run the program after turning off manifests, you should be ok.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 00:21:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Words/m-p/1106297#M128063</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-03-15T00:21:02Z</dc:date>
    </item>
  </channel>
</rss>

