<?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: french characters in load script in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/french-characters-in-load-script/m-p/2509297#M104693</link>
    <description>&lt;P&gt;It's a conflict between the used char-sets - source vs. target. On the Qlik side it might be adjusted per the variable&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;CollationLocale&lt;/STRONG&gt; - see:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2024/Subsystems/Client/Content/QV_QlikView/Scripting/SystemVariables/system-variables.htm" target="_blank"&gt;System variables | QlikView Help&lt;/A&gt;. More background to matter provides:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Design/Search-But-what-shall-you-find/ba-p/1472194" target="_blank"&gt;Search - But what shall you find? - Qlik Community - 1472194&lt;/A&gt;. Further some fonts aren't able to show this kind of special chars.&lt;/P&gt;
&lt;P&gt;But the issue might be already happens before - means the replacement might be caused from the data-base / driver / connection. Often there are similar possible adjustments within these tools.&lt;/P&gt;
&lt;P&gt;If it are just one or two fields you may to consider to reverse the char-replacement with a mapping-logic, like shown here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/Passing-parameter-strings-that-contain-special-characters/m-p/1247166" target="_blank"&gt;Passing parameter strings that contain special cha... - Qlik Community - 1247166&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Mar 2025 15:10:52 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2025-03-11T15:10:52Z</dc:date>
    <item>
      <title>french characters in load script</title>
      <link>https://community.qlik.com/t5/App-Development/french-characters-in-load-script/m-p/2509269#M104687</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;wondering if any of you have encountered a problem where you need to use special characters in your load qvs script.&amp;nbsp; im pivoting a table and it results in a field name with french characters&lt;/P&gt;
&lt;P&gt;just the act of pivoting itself does not cause any problem, however theres a business rule i need to perform on one the fields and i need to do some calculation but the resulting field name looks like this:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; [Taux de réponse],&lt;/P&gt;
&lt;P&gt;when i run the load script it is interpreted as&lt;BR /&gt;&lt;BR /&gt;The following error occurred:&lt;BR /&gt;Field 'Taux de rÃ©ponse' not found&lt;/P&gt;
&lt;P&gt;how do we address this?&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;edwin&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 13:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/french-characters-in-load-script/m-p/2509269#M104687</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2025-03-11T13:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: french characters in load script</title>
      <link>https://community.qlik.com/t5/App-Development/french-characters-in-load-script/m-p/2509297#M104693</link>
      <description>&lt;P&gt;It's a conflict between the used char-sets - source vs. target. On the Qlik side it might be adjusted per the variable&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;CollationLocale&lt;/STRONG&gt; - see:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2024/Subsystems/Client/Content/QV_QlikView/Scripting/SystemVariables/system-variables.htm" target="_blank"&gt;System variables | QlikView Help&lt;/A&gt;. More background to matter provides:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Design/Search-But-what-shall-you-find/ba-p/1472194" target="_blank"&gt;Search - But what shall you find? - Qlik Community - 1472194&lt;/A&gt;. Further some fonts aren't able to show this kind of special chars.&lt;/P&gt;
&lt;P&gt;But the issue might be already happens before - means the replacement might be caused from the data-base / driver / connection. Often there are similar possible adjustments within these tools.&lt;/P&gt;
&lt;P&gt;If it are just one or two fields you may to consider to reverse the char-replacement with a mapping-logic, like shown here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/Passing-parameter-strings-that-contain-special-characters/m-p/1247166" target="_blank"&gt;Passing parameter strings that contain special cha... - Qlik Community - 1247166&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 15:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/french-characters-in-load-script/m-p/2509297#M104693</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-03-11T15:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: french characters in load script</title>
      <link>https://community.qlik.com/t5/App-Development/french-characters-in-load-script/m-p/2509300#M104694</link>
      <description>&lt;P&gt;I think maybe you are saying that the problem you have is in an external script file, that gets included in the loadscript when reload is performed?&lt;/P&gt;
&lt;P&gt;If so, it sounds like you could solve your issue by changing the locale of the qvs text file. There are tools to do such things, for example the open source software &lt;A href="https://notepad-plus-plus.org/" target="_self"&gt;Notepad++&lt;/A&gt; for Windows. Just open the script file in nbotepad++ and convert the encoding in the "Encoding" menu. You will not see any differences on screen, but save the file and try reloading your app again. I'd say it's likely that UTF-8 is what you need, but that your script file is stored in ANSI. (I could be wring, you'll have to experiment.)&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 15:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/french-characters-in-load-script/m-p/2509300#M104694</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2025-03-11T15:25:23Z</dc:date>
    </item>
  </channel>
</rss>

