<?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: Loading from QVS using $(Import=...) causes &amp;quot;€&amp;quot; to become &amp;quot;â‚¬&amp;quot; in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-from-QVS-using-Import-causes-quot-quot-to-become-quot-%C3%A2/m-p/1054755#M526182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to use the BOM header when using UTF8 in an include file. Use "Encode in UTF-8-BOM" from your Notepad++ Encoding menu. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/77378"&gt;How can I use include files saved in UTF8&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And don't forget to search the Forums &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jan 2016 23:39:23 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2016-01-08T23:39:23Z</dc:date>
    <item>
      <title>Loading from QVS using $(Import=...) causes "€" to become "â‚¬"</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-QVS-using-Import-causes-quot-quot-to-become-quot-%C3%A2/m-p/1054754#M526181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached QVW and QVS.&lt;/P&gt;&lt;P&gt;Download both to the same directory and reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice how this SET in the QVS file:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;SET vCurrency = '€';&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;Becomes this in the variable window after load:&lt;/P&gt;&lt;P&gt;â‚¬&lt;/P&gt;&lt;P&gt;&lt;IMG alt="load with euro.PNG" class="jive-image image-1" src="/legacyfs/online/111108_load with euro.PNG" style="height: 119px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is an encoding problem.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="encoding issue in notepad.png" class="jive-image image-2" src="/legacyfs/online/111109_encoding issue in notepad.png" style="height: 274px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I think I cannot "set" the encoding&amp;nbsp; of my QVS file. Even if Notepad++ "tells me" it is encoded in UTF-8 Qlikview &lt;A href="http://stackoverflow.com/a/90956/1175496"&gt;could not "detect"&lt;/A&gt; its encoding by reading the file alone. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way I can "instruct" Qlikview what kind of encoding to use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When put the SET expression into the "builtin" load script in the QVW, (i.e. I don't Import anything) it works fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 22:53:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-QVS-using-Import-causes-quot-quot-to-become-quot-%C3%A2/m-p/1054754#M526181</guid>
      <dc:creator />
      <dc:date>2016-01-08T22:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Loading from QVS using $(Import=...) causes "€" to become "â‚¬"</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-QVS-using-Import-causes-quot-quot-to-become-quot-%C3%A2/m-p/1054755#M526182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to use the BOM header when using UTF8 in an include file. Use "Encode in UTF-8-BOM" from your Notepad++ Encoding menu. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/77378"&gt;How can I use include files saved in UTF8&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And don't forget to search the Forums &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 23:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-QVS-using-Import-causes-quot-quot-to-become-quot-%C3%A2/m-p/1054755#M526182</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-01-08T23:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Loading from QVS using $(Import=...) causes "€" to become "â‚¬"</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-QVS-using-Import-causes-quot-quot-to-become-quot-%C3%A2/m-p/1054756#M526183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Either I didn't search at all or didn't use the right terms. "Delete as duplicate"? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;At least some could see that the BOM is an option in the Notepad++ UI, in my screenshot --&lt;/P&gt;&lt;P&gt;And this means that&amp;nbsp; my statement is wrong:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Even if Notepad++ "tells me" it is encoded in UTF-8 Qlikview&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://stackoverflow.com/a/90956/1175496" rel="nofollow" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;could not "detect"&lt;/A&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; its encoding by reading the file alone.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Others:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/400338"&gt;Bug? Nordic (æøå) characters garbled using $INCLUDE and UTF-8 encoded .qvs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/331334"&gt;How can I use include files saved in UTF8&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 23:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-QVS-using-Import-causes-quot-quot-to-become-quot-%C3%A2/m-p/1054756#M526183</guid>
      <dc:creator />
      <dc:date>2016-01-08T23:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Loading from QVS using $(Import=...) causes "€" to become "â‚¬"</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-QVS-using-Import-causes-quot-quot-to-become-quot-%C3%A2/m-p/1054757#M526184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌i don't always get great results when using the search box here. I get better results using google with a site keyword. Eg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include utf8 site:Qlik.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2016 15:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-QVS-using-Import-causes-quot-quot-to-become-quot-%C3%A2/m-p/1054757#M526184</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-01-09T15:53:51Z</dc:date>
    </item>
  </channel>
</rss>

