<?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: QLikView, ODBC and UTF-8 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QLikView-ODBC-and-UTF-8/m-p/352259#M130705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could this be a setting of some sort?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running the query from the QV Server edition (small business) with a leased license on QV Personal and get garbage text instead of russian.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A colleague of mine, testing the same problem on QV Personal, with the same query on the same database, gets the normal russian text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Apr 2013 07:09:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-03T07:09:13Z</dc:date>
    <item>
      <title>QLikView, ODBC and UTF-8</title>
      <link>https://community.qlik.com/t5/QlikView/QLikView-ODBC-and-UTF-8/m-p/352256#M130702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried many ways to show utf-8 characters from database, with no luck.&lt;/P&gt;&lt;P&gt;So all utf-8 characters are "broken" in our QV, i.e. "lÃ¤Ã¤kÃ¤rinvast.otto" should really be "lääkärinvast.otto".&lt;/P&gt;&lt;P&gt;We load data via ODBC from MySQL database. Database and all it's tables are in UTF-8 format.&lt;/P&gt;&lt;P&gt;what I've tried so far:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;change ODBC driver charset to utf-8/latin -&amp;gt; no luck.&lt;/LI&gt;&lt;LI&gt;used SQL statement in QV script &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SQL SET character_set_results='latin1';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SQL SET character_set_client='latin1';&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;changed QV export charset to utf-8&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help!&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 06:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QLikView-ODBC-and-UTF-8/m-p/352256#M130702</guid>
      <dc:creator />
      <dc:date>2012-06-14T06:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: QLikView, ODBC and UTF-8</title>
      <link>https://community.qlik.com/t5/QlikView/QLikView-ODBC-and-UTF-8/m-p/352257#M130703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same issue as ilaririchargt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm querying an Oracle database which contains strings in UTF-8 characters.&amp;nbsp; Currently, the russian text is appearing as ¿¿¿¿¿¿¿¿ ¿¿¿¿¿¿¿.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you manage to solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any feedback is highly appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 14:58:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QLikView-ODBC-and-UTF-8/m-p/352257#M130703</guid>
      <dc:creator />
      <dc:date>2013-04-02T14:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: QLikView, ODBC and UTF-8</title>
      <link>https://community.qlik.com/t5/QlikView/QLikView-ODBC-and-UTF-8/m-p/352258#M130704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have no MySQL available, but could you not use something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; CONVERT(Myfield USING Latin1) , &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;FROM &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; MyTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; MyField&amp;nbsp; &lt;SPAN class="kwd"&gt;COLLATE&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; latin1_General_CS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;FROM &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; MyTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 15:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QLikView-ODBC-and-UTF-8/m-p/352258#M130704</guid>
      <dc:creator />
      <dc:date>2013-04-02T15:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: QLikView, ODBC and UTF-8</title>
      <link>https://community.qlik.com/t5/QlikView/QLikView-ODBC-and-UTF-8/m-p/352259#M130705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could this be a setting of some sort?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running the query from the QV Server edition (small business) with a leased license on QV Personal and get garbage text instead of russian.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A colleague of mine, testing the same problem on QV Personal, with the same query on the same database, gets the normal russian text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 07:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QLikView-ODBC-and-UTF-8/m-p/352259#M130705</guid>
      <dc:creator />
      <dc:date>2013-04-03T07:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: QLikView, ODBC and UTF-8</title>
      <link>https://community.qlik.com/t5/QlikView/QLikView-ODBC-and-UTF-8/m-p/1929735#M1218922</link>
      <description>&lt;P&gt;For whoever is having the same problem I found another solution here:&amp;nbsp;&lt;A href="https://docs.oracle.com/cd/B19306_01/install.102/b14312/gblsupp.htm" target="_blank" rel="noopener"&gt;https://docs.oracle.com/cd/B19306_01/install.102/b14312/gblsupp.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Changing local Oracle client character set to UTF-8 resolved the issue and you can do it by adjusting registry entry HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOMEID\NLS_LANG by changing the character set to AL32UTF8 (after the dot).&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 10:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QLikView-ODBC-and-UTF-8/m-p/1929735#M1218922</guid>
      <dc:creator>EIndriksonsRD</dc:creator>
      <dc:date>2022-05-12T10:33:03Z</dc:date>
    </item>
  </channel>
</rss>

